/* 
* @Author: li
* @Date:   2020-01-14 15:51:34
* @Last Modified time: 2020-05-11 17:38:58
*/
@charset "UTF-8";
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
code,
em,
img,
q,
small,
strong,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
table,
tbody,
tr,
th,
td,
input {
    margin: 0;
    padding: 0;
    border: 0;
}
body {
    font-family: 'Microsoft YaHei','SimHei',Arial,sans-serif;

}
@media screen and (min-width: 1280px) and (max-width: 1440px) {
  body {
    zoom: 95%;
    /*-webkit-transform-origin:center top;
    -webkit-transform:scale(0.99);*/
  }
}
ul,
li{
    list-style:none;
}
input:focus {
    outline: none;
} 
a{
    color: #000;
    text-decoration: none;
    transition: all .3s;
}
a:hover,a:active,a:focus{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
    outline:none;
    color: #941737;
}
*,:before,:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cf:after,.cf:before {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.dn{
    display: none;
}
.w1200{
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.w1024{
    width: 1024px;
}
.col2{
    width: 50%;
}
.m-t-30{
    margin-top: 30px;
}
.m-t-20{
    margin-top: 20px;
}
.m-t-50{
    margin-top: 50px;
}
.m-t-60{
    margin-top: 60px;
}
.m-t-80{
    margin-top: 80px;
}
.m-b-30{
    margin-bottom: 30px;
}
.m-b-50{
    margin-bottom: 50px;
}
.m-b-60{
    margin-bottom: 60px;
}
.m-b-80{
    margin-bottom: 80px;
}
.m-l-10{
    margin-left: 10px;
}
.m-r-10{
    margin-right: 10px;
}
.p-r-20{
    padding-right: 20px;
}
.p-l-20{
    padding-left: 20px;
}
.p-50{
    padding:50px 0px 0px 0px;
}
.p-20{
    padding:10px 0px 0px 0px;
}
.p-30{
    padding:30px 0px 0px 0px;
}
.border-b-2{
    border-bottom: 2px solid #eee;
}
.border-t-2{
    border-top: 2px solid #eee;
}
.text-center{
    text-align: center;
}
.text-nowrap-ellipsis,.text-nowrap-ellipsis-2,.text-nowrap-ellipsis-3,.text-nowrap-ellipsis-5{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.text-nowrap-ellipsis{
    -webkit-line-clamp: 1;
}
.text-nowrap-ellipsis-2{
    -webkit-line-clamp: 2;
}
.text-nowrap-ellipsis-3{
    -webkit-line-clamp: 3;
}
.text-nowrap-ellipsis-5{
    -webkit-line-clamp: 5;
}
.layout{
    width: 1366px;
    margin: 0px auto;
}
.section{
    width: 100%;
    min-width: 1366px;
    background-color: transparent;
    position: relative;
    z-index: 100;
}
.grey-bg{
    background: #f1f1f1;
}
.more-btn{
    width: 160px;
    margin:20px auto;
    padding: 10px;
    text-align: center;
    font-size: 16px;
    color: #666;
    border-radius: 3px;
    border:1px #ccc solid;
    display: block;
    transition: all .3s;
}
.more-btn:hover{
    border:1px #941737 solid;
    color: #941737;
}
.why .more-btn {
    color: #fff;
    border:1px #fff solid;
}
.why .more-btn:hover{
    border:1px #941737 solid;
    color: #941737;
}
.samll-banner{
    margin-bottom: 30px;
}
.display-none{
    display: none;
}
/*面包屑 begin*/
.crumb-wrap{display: block;}
.crumb {
    padding: 13px 0 9px;
}
.crumb .item{
    float: left;
    color: #999;
    margin-right: 5px;
}
.crumb .item a{
    color: #999;
}
.crumb .item a:hover{
    color: #941737;
}
.crumb .item.current{
    font-weight: bold;
    color: #000;
}
.crumb .item.iconfont{
    margin-top: 2px;
}
/*面包屑 end*/
/*头部*/
.top-box{
    box-shadow:0px 2px 3px rgba(0,0,0,.1);
}
.top-box .layout{
    height: 100px;
    padding: 0px 20px;
}
.top-box .layout .logo{
    margin-top: 15px;
    width: 266px;
    height: 72px;
}
.top-box .layout .logo img{
    width: 100%;
}
/*.top-box .layout .right-top em{
    display: block;
    width: 100%;
}*/
.top-box .layout .right-top{
    font-size: 16px;
    font-weight: bold;
    font-style: oblique;
    line-height: 32px;
    text-align: right;
    margin-top: 15px;
}
.top-box .layout .right-top .tel{
    font-size: 20px;
    color: #941737;
}
/*导航*/
.menu{
    text-align: center;
}
.menu li,.menu li a{
    display: inline-block;
}
.menu li{
    margin: 0 30px;
    position: relative;
}
.menu li a{
    font-size: 16px;
    text-align: center;
    padding: 20px 0px 10px 0;
    margin-bottom: 10px;
    border-bottom: 2px solid #fff;
}
.menu li::after{
    content:"";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 10px;
    background-color: #fff;
    left: 50%;
    margin-left: -15px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.menu li.current a{
    color: #941737;
}
.menu li.current::after{
    content:"";
    width: 30px;
    background-color: #941737;
}

/*标题*/

.title{
    text-align: center;
}
.title p:nth-child(1) {
    font-size: 24px;
    color: #343434;
}
.title p:nth-child(2) {
    font-size: 14px;
    color: #666;
    margin: 15px auto 15px;
}
.title p:nth-child(1) span{
    font-size: 16px;
    color: #343434;
}
.title p:nth-child(1) span.line{
    vertical-align: 10px;
}
.title p:nth-child(1) span:nth-child(2){
    font-size: 24px;
    color: #343434;
    margin: 0px 18px;
}
.sub-title{
    font-size:24px;
    color: #343434;
    font-weight: bold;
    font-style:oblique;
    text-align: center;
}
.why .title p:nth-child(1) span,.why .title p:nth-child(1) span:nth-child(2),.why .title p:nth-child(2){
    color: #fff;
}
.why .sub-title{
    color: #e91047;
}
/*列*/
.col2{
    width: 50%;
    float: left;
}
.col4{
    width: 25%;
    float: left;
}
.col3{
    width: 33.3%;
    float: left;
}

/*标签*/
.tabs{
    text-align: center;
}
.tabs a{
    padding: 15px 45px;
    display: inline-block;
    margin: 20px;
    font-size: 16px;
    border-radius: 5px;
    border:1px solid #d2d2d2;
    transition: all .3s ease-out;
}
.tabs a.active,.tabs a:hover{
    background: #941737;
    border:1px solid #941737;
    color: #fff;
}

/*图片列表1*/
.pic-list{
}
.pic-list a{
    margin:30px 35px;
    text-align: center;
    width: 380px;
    height: 280px;
    position: relative;
    float: left;
}
.pic-list a img{
    width: 100%;
    transition: all .3s;
}
.pic-list a:hover img{
    transform: scale(1.07);
    box-shadow:0px 0px 10px rgba(0,0,0,.2);
}
.pic-list a p{
    position: absolute;
    height: 50px;
    line-height: 50px;
    top:50%;
    margin-top: -25px;
    background: rgba(255,255,255,.8);
    width: 380px;
    left: 50%;
    margin-left: -190px;
    font-size: 16px;
    font-style: oblique;
    transition: all .3s;
}
.pic-list a:hover p{
    background: rgba(148,23,55,.8);
    color: #fff;
    transform: scale(1.07);
}

.pic-list2 a{
    width: 600px;
    height: 180px;
    overflow: hidden;
    margin: 41px;
    float: left;
    background: #fff;
    transition: all 0.3s;
}
.pic-list2 a img{
    float: left;
    width: 200px;
    height: 180px;
    margin-right: 40px;
    transition: all 0.3s;
}
.pic-list2 a p{
    float: left;
    margin-top: 45px;
}
.pic-list2 a p span{
    display: block;
    line-height: 40px;
    font-size: 18px;
    color: #666;
}
.pic-list2 a p span:nth-child(1){
    font-size: 20px;
    font-style:oblique;
    color: #000;
    font-weight: bold;
}
.pic-list2 a:hover{
    background: rgba(148,23,55,.8);
    color: #fff;
}
.pic-list2 a:hover img{
    transform: scale(1.07);
}
.pic-list2 a:hover p span,.pic-list2 a:hover p span:nth-child(1){
    color: #fff;
}
/*
.pic-list3 li{
    width: 275px;
    float: left;
    margin:33px;
}
.pic-list3 li .pic{
    width: 200px;
    height: 250px;
    margin: 0px auto;
    display: block;
}
.pic-list3 li .pic img{
    width: 200px;
    height: 250px;
    border-radius: 50%;
    box-shadow:0px 0px 10px rgba(0,0,0,.2);
    transition: all 0.3s;
    object-fit: cover;
}
.pic-list3 li .info{
    text-align: center;
    font-size: 16px;
    color: #999;
    width: 80%;
    margin: 0px auto;
}
.pic-list3 li .info a{
    display: block;
    line-height: 70px;
    height: 70px;
    border-bottom: 2px solid #941737;
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}
.pic-list3 li .abstract{
    font-size: 16px;
    color: #666;
    line-height: 32px;
    width: 80%;
    margin: 20px auto 20px auto;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}*/

.pic-list3 li{
    float: left;
    margin:33px auto;
    width: 340px;
}
.pic-list3 li .pic{
    width: 200px;
    height: 250px;
    margin: 0px auto;
    display: block;
}
.pic-list3 li .pic img{
    width: 200px;
    height: 250px;
    border-radius: 50%;
    /*border:5px #fff solid;*/
    box-shadow:0px 0px 10px rgba(0,0,0,.2);
    transition: all 0.3s;
    object-fit: cover;
}
.pic-list3 li .info{
    text-align: center;
    font-size: 16px;
    color: #999;
    width: 80%;
    margin: 0px auto;
}
.pic-list3 li .info a{
    display: block;
    line-height: 70px;
    height: 70px;
    border-bottom: 2px solid #941737;
    font-size: 18px;
    color: #000;
    margin-bottom: 15px;
}
.pic-list3 li .abstract{
    font-size: 16px;
    color: #666;
    line-height: 32px;
    width: 80%;
    margin: 20px auto 20px auto;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.pic-list4 a{
    width: 395px;
    text-align: center;
    float: left;
    margin:30px;
}
.pic-list4 a img{
    width: 380px;
    height: 280px;
    padding: 7px;
    border:1px solid #ccc;
    transition: all 0.3s;
}
.pic-list4 a:hover img {
    transform: scale(1.07);
    border:1px solid #941737;
}
.pic-list4 a p{
    width: 295px;
    margin: 15px auto;
    line-height: 32px;
    font-size: 16px;
}
.pic-list4 a:hover p{
    color: #941737;
}

.pic-list5 a{
    padding: 10px;
    border: 1px solid #ccc;
    float: left;
    margin:10px;
    width: 320px;
    height: 240px;
    text-align: center;
}
.pic-list5 a img{max-width: 100%; width: auto;}
.pic-list5 a p{
    font-size: 16px;
    margin:30px;
    text-align: center;
    display: block;
}
.pic-list6 a{
    padding: 10px;
    float: left;
    margin:10px;
    width: 240px;
    text-align: center;
}
.pic-list6 a .img{
    padding: 8px;
    border: 1px solid #ccc;
}
.pic-list6 a .img img {max-width: 100%; width: auto;}
.pic-list6 a p{
    font-size: 16px;
    margin:15px;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.pic-list10 a{
    padding: 10px;
    border: 1px solid #ccc;
    text-align: center;
}
.pic-list10 a img{max-width: 100%; width: auto;max-height: 217px;}

/*客户问题*/
.problem {
    /*padding-top: 20px;*/
}
.problem a{
    padding: 50px 30px;
    text-align: center;
}
.problem a img{
    width: 240px;
    height: 326px;
    overflow: height;
    margin-bottom: 25px;
    transition: all 0.3s;
}
.problem a:hover img{
    transform: scale(1.07);
    box-shadow:0px 0px 10px rgba(0,0,0,.5);
}
.problem a p{
    font-size: 16px;
    font-weight: 550;
    border-bottom: 2px #000 solid;
    margin:0px 40px;
    height: 45px;
    line-height: 45px;
}

/*为什么选择汇雅*/
.why{
    background: url(../images/why-bg.png);
    height: 1100px;
}

/*走进汇雅*/
.profile .nav{
    width: 980px;
    margin: 0px auto;
    padding: 20px;
    text-align: center;
}
.profile .nav a{
    width: 140px;
    height: 140px;
    border-radius: 100%;
    text-align: center;
    border:1px solid #ccc;
    margin: 20px 47px;
    /*float: left;*/
    display: inline-block;
    padding: 25px;
    transition: all 0.3s;
}
.profile .nav a:hover{
    background: #941737;
    border:1px solid #941737;
    color: #FFF;
}
.profile .nav a .iconfont{
    font-size: 50px;
    color: #d5d5d5;
}
.profile .nav a p{
    line-height: 35px;
    font-size: 16px;
}
.profile  .abstract{
    width: 980px;
    margin: 0px auto;
    padding: 20px;
    text-align: center;
    line-height: 32px;
    font-size: 16px;
    color: #333;
}
/*汇雅资讯*/
.news{
    width: 100%;
    /*height: 565px;*/
    background: url(../images/news-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
}
.news .news-list{
    padding: 20px;
}
.news-list .fl{
    width: 540px;
    height: 340px;
}
.news-list .fl .swiper {
    width: 540px;
    height: 340px;
}
.news-list .fl .swiper  .swiper-news,.news-list .fl .swiper .swiper-news .swiper-wrapper .swiper-slide {
    width: 540px;
    height: 340px;
    position: relative;
    overflow: hidden;
}
.news-list .fl .swiper .swiper-news .swiper-wrapper .swiper-slide .describe{
    width: 540px;
    height: 45px;
    line-height: 45px;
    text-align: left;
    padding-left: 22px;
    background: rgba(0,0,0,.5);
    position: absolute;
    left: 0px;
    bottom: 0px;
    color: #fff;
    font-size: 16px;
}
.news-list .fl .swiper .swiper-news .swiper-wrapper .swiper-slide .describe p {
    color: inherit;
    width: 425px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news-list .fl .swiper .swiper-news  .swiper-pagination2 {
    width: 460px;
    height: 45px;
    line-height: 45px;
    padding-right: 15px;
    bottom: 0px;
    right: 0px;
    position: absolute;
    text-align: right;
    z-index: 1;
}
.news-list .fl .swiper .swiper-news  .swiper-pagination2  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #fff;
    opacity: 1;
    margin: 0px 5px;
}
.news-list .fl .swiper .swiper-news  .swiper-pagination2  .swiper-pagination-bullet-active {
    background-color: #941737;
}
.news-list .fr{
    width: 750px;
}
.news .news-list2{
    padding: 0px;
}
.news-list2 .news-ul{
    width: 435px;
    height: 480px;
    margin-right: 20px;
    background: #fff;
    border-top: 5px solid #941737;
    float: left;
    box-shadow:0px 0px 10px 0px rgba(0,0,0,.1);
}
.news-list2 .news-ul:last-child{
    margin-right: 0px;
}
.news-list2 .news-ul .title{
    padding:15px 20px; 
    color: #333;
    border-bottom: 1px solid #ccc;
}
.news-list2 .news-ul .title .fl{
    font-size: 22px;
}
.news-list2 .news-ul .list{
    padding:10px;
}
.news-list2 .news-ul .list li{
    font-size: 16px;
    line-height: 46px;
    height: 46px;
    border-bottom: 1px solid #ccc;
}
.news-list2 .news-ul .list li:last-child{
    border-bottom: 0px;
}
.news-list2 .news-ul .list li .iconfont{
    font-size: 20px;
    vertical-align: -1px;
    color: #999;
}
.news-tab {
    border-bottom: 1px solid #999;
    padding: 0px 10px;
}
.news-tab ul{
    float: left;
}
.news-tab li{
    height: 35px;
    line-height: 35px;
    color: #333;
    float: left;
    font-size: 16px;
}
.news-tab li span{
    display: inline-block;
    color: inherit;
    font-size: inherit;
    margin: 0px 24px 0px 28px;
    color: #999;
}
.news-tab li a:hover, .news-tab li.active a{
    color: #941737;
}
.news-tab li.active a{
    font-weight: bold;
}
.news-tab a.more{
    float: right;
}
.news-tab a.more {
    color: #999;
    height: 35px;
    line-height: 35px;
}
.news-content{
    margin-top: 20px;
    display: none;
}
.news-content.active{
    display: block;
}
.news-content a{
    position: relative;
    line-height: 55px;
    display: block;
    border-bottom: 1px dashed #e5e5e5;
    font-size: 16px;
}

.news-content a p{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 110px;
    padding-left: 10px;
}
.news-content a .date{
    position: absolute;
    right:10px;
    color: #999;
    top: 0px;
}
/*底部版权*/
.footer {
    margin-bottom: 50px;
    box-shadow:0px -3px 10px 0px rgba(0,0,0,.1);
}
.footer .fl {
    text-align: left;
}
.footer .fl ul {
    margin: 30px 0px 15px;
    overflow: hidden;
}
.footer .fl ul li {
    float: left;
}
.footer .fl ul li:nth-child(1) a {
    padding-left: 0px;
    border-left: none;
}
.footer .fl ul li a {
    display: block;
    padding: 0px 20px;
    font-size: 16px;
    border-left: 1px solid #ddd;
}
.footer .fl .address {
    font-size: 14px;
    color: #4b4b4b;
    overflow: hidden;
    margin-bottom: 10px;
}
.footer .fl .address .phone{
    margin-left: 35px;
}
.footer .fl .copyright {
    font-size: 14px;
    color: #4b4b4b;
}
.footer .fr{
    text-align: center;
    width: 180px;
    padding:10px;
}
.footer .fr p{
    color: #999;
}
.footer .fr img {
    width: 126px;
    height: 126px;
}
.footer .layout{
    padding:0px 60px;
}

/*右侧浮动导航*/
.elevator{
    display: none;
    position: fixed;
    right: 20px;
    bottom: 50px;
    color: #666666;
    z-index: 100;
}
.elevator i{
    font-size: 20px;
}
.elevator p{
    margin-top: 0px;
    margin-bottom: 0px;
}
.elevator .QR-code,.elevator .backtop{
    cursor:pointer;
    width: 60px;
    height: 60px;
    border:1px solid #cccccc;
    margin:5px 0px;
    background: #fff;
    text-align: center;
    border-radius: 5px;
}
.elevator .QR-code:hover,.elevator .backtop:hover{
    background: #941737;
    color: #fff;
    border:1px solid #941737;
}
.elevator .backtop{
    height: 54px;
    padding-top: 6px;
}
.elevator .QR-code i{
    line-height: 60px;
    font-size: 30px;
}
.code-pic{
    position: fixed;
    display: none;
    right: 90px;
    bottom: 50px;
    border: 1px solid #ddd;
    background: #fff;
    text-align: center;
    z-index: 101;
}
.code-pic img{
    width: 150px;
    height: 150px;
}
.code-pic p{
    margin-top:0px;
    margin-bottom:10px;
}

.page-body .page-nav{
    width: 225px;
    margin-right: 40px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow:0px 0px 5px rgba(0,0,0,.1);
}
.page-body .page-nav .title{
    line-height: 55px;
    padding-left: 25px;
    font-size: 16px;
    color: #999;
    text-align: left;
}
.page-body .page-nav a{
    position: relative;
    line-height: 55px;
    padding-left: 20px;
    display: block;
    font-size: 16px;
    border-top: 1px solid #e6e6e6;
}
.page-body .page-nav a .iconfont{
    position: absolute;
    right: 10px;
    font-size: 24px;
    color: #9f9f9f;
}
.page-body .page-nav a.current
{
    font-weight: bold;
}
.page-body .page-nav a:hover,.page-body .page-nav a:hover .iconfont,.page-body .page-nav a.current,.page-body .page-nav a.current .iconfont{
    color: #941737;
}
.page-content{
    width: 1100px;
}
.page-content .tit{
    padding: 20px;
    background: #fff;
    box-shadow:0px 0px 5px rgba(0,0,0,.1);
}
.page-content .tit h2{
    font-size: 18px;
    border-left: 5px solid #941737;
    padding-left: 15px;
    font-weight: normal;
    line-height: 14px;
}
.page-content .tit h2 em{
    font-size: 14px;
    color: #999;
    margin-left: 5px;
    font-style: normal;
}
.page-content .content-info{
    margin-top: 10px;
    padding: 30px 50px;
    background: #fff;
    box-shadow:0px 0px 5px rgba(0,0,0,.1);
}
.page-content .content-info p.company{
    font-size: 18px;
    font-weight: bold;
}
.page-content .content-info p{
    line-height: 28px;
    font-size: 16px;
    font-weight: normal;
    color: #444;
    margin-top: 15px;
    margin-bottom: 15px;
}
.page-content .content-info  img{
    max-width: 600px;
    margin:15px auto;
    display: block;
}
.list .item{
    padding: 25px 0px;
    border-bottom: 1px solid #ccc;
    overflow: hidden;
}
.list .item:last-child{
    border-bottom: 0px;
}
.list .item .fl{
    width: 280px;
    height: 210px;
    padding: 10px;
    border:1px solid #e5e5e5;
    overflow: hidden;
}
.list .item .fl img{
    width: 260px;
    height: 190px;
    margin: 0px;
}
.list .item .fr{
    width: 695px;
    padding: 30px 0px;
}
.list .item .fr p{
    line-height: normal;
}
.list .item .fr .com-name{
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.list .item .fr .com-info{
    font-size: 14px;
    line-height: 24px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.list .item .fr a.com-more-btn{
    width: 120px;
    height:35px;
    line-height: 35px;
    text-align: center;
    border-radius: 5px;
    border:1px solid #941737;
    color: #941737;
    display: block;
}
.list .item .fr a:hover.com-more-btn{
    border:1px solid #941737;
    background: #941737;
    color: #fff;
}
.news-show {
    padding: 50px;
    background: #fff;
}
.news-show .news-title{
    text-align: center;
    padding: 0px 0px 30px;
    margin: 0px auto 0px;
    border-bottom: 1px solid #ccc;
}
.news-show .news-title h2{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 23px;
    color: #000;
}
.news-show .news-title .date{
    color: #999;
    font-size: 14px;
}
.news-show .news-content2{
    padding: 30px 0px;
    border-bottom: 1px solid #ccc;
    margin: 0px auto 0px;
}
.news-show .news-content2 ul,.news-show .news-content2 li{
    list-style: disc;
    margin-left: 20px;
}
.news-show .news-content2 p{
    line-height: 28px;
    font-size: 16px;
    font-weight: normal;
    color: #444;
    margin-top: 15px;
    margin-bottom: 15px;
}
/*.news-show .news-content2 img{
    max-width: 1000px;
    margin:15px auto;
    display: block;
}*/
.news-show .news-content2 img{
    width: 700px;
    margin:15px auto;
    display: block;
}
.upDown {
    width: 1200px;
    margin: 35px auto 57px;
    position: relative;
}
.upDown >p > a{
    font-size: 16px;
}
.upDown > p {
    width: 800px;
}
.upDown > .back {
    width: 150px;
    /*height: 45px;*/
    line-height: 45px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #666;
    position: absolute;
    right: 0px;
    top: 0px;
}
.upDown > .back > a {
    width: 100%;
    height: 100%;
    display: block;
}
.upDown > .back:hover{
    background: #941737;
}
.upDown > .back > a:hover{
    color: #fff;
}
.upDown > .back > span {
    font-size: 16px;
    vertical-align: middle;
}
.upDown > .back > span.iconfont {
    font-size: 18px;
    margin-right: 15px;
}
.upDown > .back > a > span {
    font-size: 16px;
    vertical-align: middle;
}
.upDown > .back > a > span.iconfont {
    font-size: 18px;
    margin-right: 15px;
}
.honour, .expert {
    padding: 0px;
    background: #fff;
    margin-top: 10px;
    /*box-shadow: 0px 0px 5px rgba(0,0,0,.1);*/
}
.expert-list li{
    width: 620px;

    padding-right: 30px;
    
    margin: 20px 0px 20px 30px;
    border-right: 1px solid #ccc;
    float: left;
}
.expert-list li .img{
    width: 165px;
    height: 225px;
    border:1px solid #ccc;
    padding: 8px;

}
.expert-list li .img img{
    width: 100%;
    height: 100%;
}
.expert-list li .content{
    padding-left: 205px;
}
.expert-list li .content p{
    margin:15px 0px;
}
.expert-list li .content .name{
    font-size: 18px;
    color: #000;
}
.expert-list li .content .title{
    text-align: left;
    font-size: 16px;
    color: #999;
}
.expert-list li .content .abstract{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.expert-list li .content .more-btn{
    width: 90px;
    margin: 0px;
    padding: 5px;
    font-size: 14px;
}
.expert-list li:nth-child(2), .expert-list li:nth-child(4), .expert-list li:nth-child(6), .expert-list li:nth-child(8), .expert-list li:nth-child(10), .expert-list li:nth-child(12){
    border-right: 0px;
}
.form-box{
    width: 80%;
    margin: 0px auto;
}
.form-box .item{
    line-height: 45px;
    margin: 20px 0px;
    display: block;
    font-size: 16px;
}
.form-box .item span{
    float: left;
    margin-right: 20px;
    width: 115px;
    text-align: right;
}
.form-box .item input[type="text"]{
    border:1px solid #ccc;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    width: 360px;
    padding:5px;
}
.form-box .item textarea{
    border:1px solid #ccc;
    border-radius: 5px;
    width: 360px;
    padding:5px;
}
.form-box .item input[type="submit"],.form-box .item button[type="button"]{
    border:1px solid #941737;
    border-radius: 5px;
    height: 35px;
    line-height: 35px;
    background: #941737;
    color: #fff;
    width: 120px;
}
.why-banner{
    background: url(../images/banner-ys.jpg);
    background-repeat: no-repeat;
}
.why-box{
    margin-top: 490px;
    padding: 50px;
    border-radius: 10px;
    box-shadow:0px 0px 5px rgba(0,0,0,.2);
    background: #fff;
    margin-bottom: 60px;
}
.why-box img{
    display: block;
    margin:0px auto;
}
.site-map{
    padding: 30px;
    background: #fff;
    margin-top: 10px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}
.site-map dl{
    border-bottom: 1px solid #ccc;
    line-height: 55px;
    height: 55px;
    padding: 0px 10px;
}
.site-map dl:last-child{
    border-bottom: 0px;
}
.site-map dl dt {
    float: left;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    margin-right: 50px;
    width: 150px;
    text-align: right;
}
.site-map dl dd{
    color: #333;
    float: left;
    font-size: 16px;
    margin:0px 10px;
}
.pic-list7{
    margin-top: 20px;
}
.pic-list7 a{
    width: 320px;
    height: 240px;
    overflow: hidden;
    display: inline-block;
    margin:20px;
    position: relative;
    border-radius: 8px;
    box-shadow:0px 0px 10px rgba(0,0,0,.2);
}
.pic-list7 a img{
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: all .3s;
}
.pic-list7 a:hover{
    
}
.pic-list7 a:hover img{
    transform: scale(1.07);
}
.pic-list7 a p{
    position: absolute;
    padding: 0px 10px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,.52);
    color: #fff;
    line-height: 36px;
    font-size: 16px;
}
.pic-list8{
    margin-top: 10px;
}
.pic-list8 a{
    width: 295px;
    height: 370px;
    overflow: hidden;
    display: inline-block;
    margin:20px;
    position: relative;
    border-radius: 8px;
    background: #fff;
    box-shadow:0px 0px 10px rgba(0,0,0,.2);
}
.pic-list8 a:hover{
    box-shadow:0px 0px 10px rgba(0,0,0,.4);
}
.pic-list8 a img{
    width: 295px;
    height: 270px;
    object-fit: cover; 
    transition: all .3s;
}
.pic-list8 a:hover img{
    transform: scale(1.07);
}
.pic-list8 a p{
    padding: 10px;
    text-align: center;
}
.pic-list8 a p span{
    display: block;
    margin: 5px 25px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.pic-list8 a p span.name{
    font-size: 18px;
    color: #000;
}
.pic-list9 {
	margin-top: 20px;
	display: flex;
    flex-wrap: wrap;
}
.pic-list9 a{
    width: calc(100%/4 - 40px);
    height: 240px;
    overflow: hidden;
    display: inline-block;
    margin:20px;
    position: relative;
    border-radius: 8px;
    box-shadow:0px 0px 10px rgba(0,0,0,.2);
}
.pic-list9 a img{
    width: 100%;
    height: 100%;
    object-fit: cover; 
    transition: all .3s;
}
.pic-list9 a:hover{
    
}
.pic-list9 a:hover img{
    transform: scale(1.07);
}
.pic-list9 a p{
    position: absolute;
    padding: 0px 10px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(0,0,0,.52);
    color: #fff;
    line-height: 36px;
    font-size: 16px;
}
.banner  .swiper-wrapper .swiper-slide a img{
    width: 100%;
}
/*自定义分页器按钮*/
.custom-prev-next-btn{
    position: relative;
    margin-top: 35px;
    width: 310px;
    height: 65px;
    margin: 0px auto;
}
.custom-prev-next-btn .swiper-button-prev,.custom-prev-next-btn .swiper-button-next,.custom-prev-next-btn .swiper-button-disabled{
    width: 40px;
    height: 40px;
    background-image: url(../images/button-prev-next.png); 
    background-size: 100%;
    background-position: 0px 0px;
    opacity: 1;
    outline: none;
}
.custom-prev-next-btn .swiper-button-prev{
    background-position: 0px -160px;
}
.custom-prev-next-btn .swiper-button-next{
    background-position: 0px -200px;
}
.custom-prev-next-btn .swiper-button-prev:hover{
    background-position: 0px -40px;
    opacity: 1;
}
.custom-prev-next-btn .swiper-button-prev.swiper-button-disabled{
    background-position: 0px -0px;
    opacity: .5;
}
.custom-prev-next-btn .swiper-button-next:hover{
    background-position: 0px -120px;
    opacity: 1;
}
.custom-prev-next-btn .swiper-button-next.swiper-button-disabled{
    background-position: 0px -80px;
    opacity: .5;
}
/*服务流程*/
.process{
    background: url(../images/process-bg.jpg);
    height: 1000px;
}
.process .sub-title{
    font-size: 18px;
    color: #616161;
}
.process .more-btn {
    background: #fff;
    border:1px #d0d0d0 solid;
}
.process .more-btn:hover{
    border:1px #941737 solid;
    background: #941737;
    color: #fff;
}