@charset "utf-8";
html,body{
    max-width:750px;
    margin: 0 auto;
    font-family: 微软雅黑;
}
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-text-size-adjust: none;
    font-family: 微软雅黑;
}
body{
    color: #000000;
    font-size: 14px;
    -webkit-tap-highlight-color:transparent;
    -webkit-overflow-scrolling: touch;
}
ul li{
    list-style-type:none;
}
p{-webkit-text-size-adjust: none;}
a {
    text-decoration: none;
    cursor:pointer;
    transition: all 0.7s linear 0s;
    color:#000;
}
img {
    max-width: 100%;
}

@font-face {
  font-family: 'iconfont';  /* project id 1804885 */
  src: url('https://at.alicdn.com/t/font_1804885_zi0cp1fb0dk.eot');
  src: url('https://at.alicdn.com/t/font_1804885_zi0cp1fb0dk.eot?#iefix') format('embedded-opentype'),
  url('https://at.alicdn.com/t/font_1804885_zi0cp1fb0dk.woff2') format('woff2'),
  url('https://at.alicdn.com/t/font_1804885_zi0cp1fb0dk.woff') format('woff'),
  url('https://at.alicdn.com/t/font_1804885_zi0cp1fb0dk.ttf') format('truetype'),
  url('https://at.alicdn.com/t/font_1804885_zi0cp1fb0dk.svg#iconfont') format('svg');
}

.iconfont {
  font-family: "iconfont" !important;
  font-size: 20px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@font-face{
      font-family: "SOURCEHANSANSCN-REGULAR";
      src : url('../fonts/SOURCEHANSANSCN-REGULAR.OTF');
}
@font-face{
      font-family: "Engravers MT";
      src : url('../fonts/Engravers MT.TTF');
}
@font-face{
      font-family: "方正正中黑简体";
      src : url('../fonts/方正正中黑简体.TTF');
}
.content {
    margin: 0px 15px;
}
.navigation_navigate {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
}
.navigation {
    width: 100%;
    background: url(../images/header.jpg) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    z-index: 999;
    height: 131px;
    max-width: 750px;
}
.navigation_nr {
    display: flex;
    overflow: hidden;
    padding: 20px 0px 10px 0;
}
.navigation_navigate {
    min-width: 50px;
    margin-left: 20px;
    text-align: right;
}
.navigation_navigate i {
    color: #fff;
    font-size: 30px;
    margin-top: 8px;
    display: inline-block;
}
.navigation_phone {
    padding-bottom: 20px;
    display: flex;
    overflow: hidden;
}
i.iconfont.icon-km-arrow-down {
    display: inline-block;
    transform: rotate(90deg);
}
/*导航*/
/*.navList {
    z-index: 900;
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
    display: none;
    position: fixed;
    height: 100%;
    top: 131px;
    overflow-y: scroll;
    background: rgb(0, 0, 0, 0.3);
    -webkit-overflow-scrolling: touch;
    right: 0;
    margin: 0 auto;
    z-index: 9999999;
}
.close {
    position: absolute;
    top: -3px;
    width: 60px;
    height: 48px;
    display: flex;
    align-items: center;
    z-index: 9999;
    justify-content: flex-end;
    right: 15px;
}
.close i{
    font-size:15px;
    color:#fff;
}
.menu {
    overflow-y: scroll;
    height: 750px;
    width: 68%;
    background: #aa090a;
    position: absolute;
    right: 0;
}
.navList ul li {
    position: relative;
    line-height: 40px;
    border-bottom: 1px solid #8f0202;
}
.menu > li > a {
    position: relative;
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 0px 15px;
}
.navList ul li i {
    float: right;
    font-size: 15px;
}
.navList .submenu {
    background: #fff;
    z-index: 99999;
    position: absolute;
    top: 41px;
    width: 100%;
}
.navList .submenu li {
    font-size: 18px;
    color: #555555;
    border-bottom: 0px;
    padding: 0px 15px;
}
.navList .submenu li:hover{
    background: #de0e15;
}
.navList .submenu li:hover a{
    color:#fff;
}
.navList .submenu > li > a {
    position: relative;
    font-size: 15px;
    color: #333333;
    width: 100%;
    display: table;
}*/

.menu {
    overflow-y: scroll;
    height: 750px;
    width: 68%;
    background: #aa090a;
    position: absolute;
    right: 0;
}
.close {
    position: absolute;
    top: 10px;
    z-index: 9999;
    right: 15px;
}
.close i{
    font-size:15px;
    color:#fff;
}
.menu>li>a {
    position: relative;
    color: #fff;
    display: block;
    font-size: 15px;
    padding: 0px 15px;
}

.menu li.active .submenu a{
   color: #3d3d3d;
}
.navList {
    z-index: 900;
    margin: 0 auto;
    width: 100%;
    display: none;
    position: fixed;
    height: 100%;
    top: 131px;
    overflow-y: scroll;
    background: rgb(0, 0, 0, 0.3);
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
    right:0;
    z-index: 9999999;
}
.navList ul li {
    position: relative;
    line-height: 40px;
    border-bottom: 1px solid #8f0202;
}
.navList ul li i {
    float: right;
    font-size: 15px;
}
.navList .submenu{
    display: none;
}
.navList ul li:hover{
    background: #de0e15;
}
.navList ul li:hover a{
    color: #fff;
}

.navList .submenu>li>a {
    position: relative;
    font-size: 15px;
    color: #333333 !important;
    width: 100%;
    display: table;
}
.navList .submenu li:hover{
    background: #de0e15;
}
.navList .submenu li:hover a{
    color: #fff !important;
}
.navList .submenu {
    background: #fff;
    z-index: 99999;
    position: absolute;
    top: 41px;
    width: 100%;
}
.navList .submenu li {
    font-size: 18px;
    color: #555555;
    border-bottom: 0px;
    padding: 0px 15px;
}
.navdrop_toggle.navdrop_icon_cut {
    background: #de0e15;
}

/**/
span.rexian {
    font-size: 12px;
    color: #dedede;
    font-family: "SOURCEHANSANSCN-REGULAR";
}

span.phone {
    margin-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: right;
    font-size: 14px;
    font-family: "Engravers MT";
    background: #f2d9dc;
    text-align: center;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.slideBox {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-top: 130px;
}
.banner_top {
    position: absolute;
    top: 0;
    z-index: 2;
    width: 100%;
    left:0;
    right:0;
}
.slideBox .bd ul{
    width: 100% !important;
    height: 200px !important;
}
.slideBox .bd ul li{
    width: 100% !important;
    height: 200px !important;
}
.slideBox .bd img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.slideBox .hd {
    position: absolute;
    bottom: 3px;
    width: 10%;
    left: 0;
    right: 0;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 0 auto;
}
.hd ul {
    background: rgba(132, 0, 0, 0.8);
    height: 26px !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 35px;
}
.slideBox .hd ul li.on {
    background: #fff;
}
.slideBox .hd ul li {
    width: 8px;
    height: 8px;
    background: #be8080;
    border-radius: 100%;
    margin: 0px 5px;
    cursor: pointer;
}
a.prev {
    position: absolute;
    top: 50%;
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}
a.prev i {
    color: #fff;
}
a.next {
    top: 50%;
    position: absolute;
    right: 0;
}
a.next i{
    color: #fff;
}
.bannergun{ 
  animation-name: kenburns;
  animation-timing-function: linear;
  animation-duration: 18s;
  transform: scale(1); 
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slideBox .wow.FadeIn {
    width: 100% !important;
}
@keyframes kenburns {
  0% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform:scale(1.2);
  }
  5% {
    opacity: 1;
    -webkit-transform: scale(1.2);
            transform:scale(1.2);
  }
  26.5625% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform:rotate(0deg) scale(1);
  }
  80% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    opacity: 0.8;
  transform: scale(1);
  }
}
.banner_right {
    position: absolute;
    z-index: 2;
    bottom: 65px;
    right: 0;
    display: flex;
    justify-content: flex-end;
}
.banner_right img {
    width: 54% !important;
}
/*.banner_top img {
    height: 60px;
}*/
.honor_home {
    background: url(../images/home_map.jpg);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.honor_home_top {
    text-align: center;
    padding: 30px 0px 15px;
    overflow: hidden;
}
.honor_home_top h3 {
    font-size: 18px;
    color: #890101;
    font-weight: normal;
}
.honor_home_top span {
    font-size: 12px;
    color: #890101;
}
.honor_home_title{
    text-align: center;
}
.honor_home_title a {
    background: -webkit-linear-gradient(left,#890101,#e00f15);
    background: -o-linear-gradient(right,#890101,#e00f15);
    background: -moz-linear-gradient(right,#890101,#e00f15);
    background: linear-gradient(to right,#890101,#e00f15);
    display: inline-block;
    padding: 5px 50px;
    color: #ffffff;
    font-size: 18px;
    border-radius: 50px;
    line-height: 25px;
}
.honor_home_nr {
    padding: 30px 0px 15px;
    overflow: hidden;
}
.honor_home_nr ul li {
    padding-left: 25px;
    position: relative;
    font-size: 17px;
    color: #2d2d2d;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.7s linear 0s;
}
.honor_home_nr ul li:after {
    position: absolute;
    content: "";
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #8b0202;
    top: 6px;
}
.honor_home_nr ul li.on{
    color:#2d2d2d;
    font-size:17px;
}
.honor_home_nr ul li:hover {
    color: #cf000e;
}
.professional_home {
/*
    background: -webkit-linear-gradient(left,#890101,#e00f15);
    background: -o-linear-gradient(right,#890101,#e00f15);
    background: -moz-linear-gradient(right,#890101,#e00f15);
    background: linear-gradient(to right,#890101,#e00f15);
*/
    overflow: hidden;
}
.professional_home_top {
    padding: 20px 0px;
    overflow: hidden;
}
.professional_home_top h3 {
    color: #bb0000;
    font-size: 20px;
    font-weight: normal;
}
.professional_home_top h3 span {
    font-size: 13px;
    padding-left: 8px;
}
.professional_home_nr {
    overflow: hidden;
}
.professional_home_nr ul li a {
    color: #000;
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: table;
}
.professional_home_nr ul li {
    color: #fff;
    width: 20%;
    float: left;
    text-align: center;
    padding: 10px 0px;
    border: 1px solid #ccc;
    border-left: none;
    border-top: none;
    transition: all 0.7s linear 0s;
}
.professional_home_nr ul li:nth-child(5n){
    border-right:none;
}
.professional_home_nr ul li:nth-child(-n+5){
    border-top: 1px solid #ccc;
}
.professional_home_nr ul li:hover {
    background: #e00f15;
    
}
.professional_home_nr ul li:hover a{
    color: #fff;
}
.case_home {
    padding: 30px 0px;
    overflow: hidden;
}
.case_home_top {
    display: flex;
    overflow: hidden;
    position: relative;
}
.case_home_top:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: -webkit-linear-gradient(left,#890101,#e00f15);
    background: -o-linear-gradient(right,#890101,#e00f15);
    background: -moz-linear-gradient(right,#890101,#e00f15);
    background: linear-gradient(to right,#890101,#e00f15);
}
.case_home_top_left {
    display: inline-block;
    background: url(../images/case.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 6px 10px;
    overflow: hidden;
    margin-bottom: 5px;
}
.case_home_top_left h3{
    font-size:18px;
    color:#fff;
    font-family: "SOURCEHANSANSCN-REGULAR";
    font-weight: normal;
}
.case_home_top span {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: right;
    color: #070707;
    font-size: 13px;
    min-width: 85px;
    padding-top: 10px;
}
.case_home_top span a {
    display: table;
    text-align: right;
    height: 100%;
    float: right;
}
.case_home_top span:hover a{
    color:#cf000e;
}
.case_home_nr ul li {
    color: #666666;
    padding: 10px 0px;
    border-bottom: 1px solid #c8c8c8;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:14px;
}
.case_home_nr ul li a{
    color: #666666;
}
.case_home_anjian {
    padding-bottom: 14px;
    overflow: hidden;
}
.home_call {
    background: -webkit-linear-gradient(left,#890101,#e00f15);
    background: -o-linear-gradient(right,#890101,#e00f15);
    background: -moz-linear-gradient(right,#890101,#e00f15);
    background: linear-gradient(to right,#890101,#e00f15);
    border-radius: 40px;
    font-size: 12px;
    color: #fff;
    padding: 8px 15px;
    overflow: hidden;
    cursor: pointer;

}
.home_call_icon {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
    float: left;
    margin-top: 4px;
}
.home_call_icon i {
    font-size: 25px;
    color: #fff;
    margin-top: 3px;
}
.home_call_title {
    float: left;
    color: #fff;
    font-size: 13px;
    line-height: 24px;
    width: 70%;
}
.home_call_phone {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    width: 70%;
}
.classic_home_top {
    text-align: center;
    font-size: 18px;
    color: #890101;
    margin-bottom: 15px;
    overflow: hidden;
}
.classic_home{
  overflow: hidden;
}
.classic_home_top h3{
   font-weight:normal;
   font-size: 18px;
   color:#890101;
}
.classic_home .professional_home_nr {
/*
    background: -webkit-linear-gradient(left,#890101,#e00f15);
    background: -o-linear-gradient(right,#890101,#e00f15);
    background: -moz-linear-gradient(right,#890101,#e00f15);
    background: linear-gradient(to right,#890101,#e00f15);
*/
}
.team_home {
    padding: 30px 0px 0 0;
    overflow: hidden;
}

.team_home_top {
    text-align: center;
    overflow: hidden;
    color: #890101;
    margin-bottom: 10px;
}
.team_home_top h3{
    font-size: 18px;
    color: #890101;
    font-weight: normal;
}
.team_home_top span{
    font-size:13px;
}
.team_home_nr_pic {
    display: flex;
    overflow: hidden;
}
.team_home_nr_pic_left {
    min-width: 110px;
    margin-right: 15px;
    overflow: hidden;
}
.team_home_nr_pic_right h3 {
    color: #2d2d2d;
    font-size: 15px;
}
.team_home_nr_pic_right p {
    font-size: 12px;
    color: #2d2d2d;
    line-height: 20px;
    overflow: hidden;
}
.team_home_nr_thumb {
    margin: 20px 0px;
    overflow: hidden;
}
.team_home_nr_thumb img {
    width: 100%;
    border-radius: 8px;
}
.more_lawyer {
    width: 100%;
    background: -webkit-linear-gradient(left,#890101,#e00f15);
    background: -o-linear-gradient(right,#890101,#e00f15);
    background: -moz-linear-gradient(right,#890101,#e00f15);
    background: linear-gradient(to right,#890101,#e00f15);
    border-radius: 20px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}
/*.more_lawyer:hover{
    background: transparent;
    border: 1px solid #d80e13;
}
.more_lawyer:hover a{
    color:#d80e13;
}*/
.more_lawyer a {
    color: #fff;
}

.dogntai_tab {
    display: flex;
    justify-content: center;
}
.dogntai_tab a {
    width: 100px;
    margin: 0px 5px;
    border-radius: 35px;
    color: #d80e13;
    font-size: 14px;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #d80e13;
}
.dogntai_tab a.selected {
    background: -webkit-linear-gradient(left,#890101,#e00f15);
    background: -o-linear-gradient(right,#890101,#e00f15);
    background: -moz-linear-gradient(right,#890101,#e00f15);
    background: linear-gradient(to right,#890101,#e00f15);
    color:#fff;
}
.dangjian_bottom {
    margin-top: 20px;
    overflow: hidden;
    margin-bottom: 25px;
}
.dangjian_bottom_pic.dtlist {
    overflow: hidden;
    overflow-x: scroll;
    display: none;
}
.dangjian_bottom_pic.dtlist ul {
    display: flex;
}
.dangjian_bottom_pic.dtlist ul li {
    min-width: 48%;
    margin-right: 10px;
}
.dangjian_bottom_pic.dtlist.selected{
  display: block;
}
.dangjian_bottom_pic.dtlist ul li img {
    height: 120px;
    width: 100%;
    object-fit: cover;
}

/**/
/*.dangjian .swiper-container {
      width: 100%;
      height: 100%;
      margin:30px 0;
      display: none;
}
.swiper-container.dtlist.selected{
     display: block;
}
.dangjian .swiper-slide span{
    display: block;
    position: absolute;
    font-size: 15px;
    width: 96%;
    margin-left: 50%;
    left: -50%;
    color: #fff;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background: rgba(139,9,10,0.75);
    padding: 0 2%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dangjian .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}
.dangjian .swiper-slide-active,.swiper-slide-duplicate-active{
    transform: scale(1);
}*/
.footer {
    width: 100%;
    height: 3.5rem;
    background: #fff;
    -moz-box-shadow:0px 0px 15px #ccc; 
    -webkit-box-shadow:0px 0px 15px #ccc; 
    box-shadow:0px 0px 15px #ccc;
    position: fixed;
    bottom: 0;
    margin-left: 50%;
    left: -50%;
    z-index: 999;
    
}
.footer_logo {
    margin-bottom: 8px;
    overflow: hidden;
}
.footer_logo img {
    height: 30px;
}
.footer h3 {
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    line-height: 25px;
}

.footer p , .footer a{
    font-size: 12px;
    color: #fff;
    padding-top: 10px;
}
.nban {
    height: 185px;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
}
.nban .txt {
    position: absolute;
    z-index: 1;
    top: 35px;
    left: 0;
    width: 100%;
}
.nban .img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation-name: kenburns;
    animation-timing-function: linear;
    animation-duration: 18s;
    transform: scale(1);
}
.nban .cate-desc {
    color: #fff;
    width: 75%;
    font-size: 12px;
}
.nban .catename {
    font-size: 18px;
    color: #fff;
    font-weight: normal;
    font-family: "方正正中黑简体";
}
.nban .catename2 {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.nban .catename-bg {
    background: url(../images/catename-bg.png) no-repeat;
    padding: 10px;
    background-size: contain;
}

.page-contact {
    margin-top: -53px;
    position: relative;
    z-index: 2;
}
.page-contact .content {
    background: #fff;
    margin-bottom: 40px;
}
.loc {
    padding: 15px 10px;
    color: #999999;
    font-size: 12px;
    position: relative;
    overflow: hidden;
}
.loc a {
    color: #999999;
    font-size: 12px;
}
.loc > a:after {
    content: ">";
}
.loc a.active{
    color: #cf000e;
}
.page-subnav {
    margin-top: 20px;
}
.page-subnav ul {
    overflow: hidden;
}
.page-subnav ul li {
    float: left;
    width: 25%;
    margin-bottom: 15px;
}
.page-subnav ul li a {
    display: block;
    color: #666;
}
.page-subnav ul li p {
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
    color: #666666;
}
.subnav_icon {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}
.subnav_icon i {
    font-size: 50px;
    color:#999999;
}
.page-subnav ul li:hover .subnav_icon{
    background: #cf000e;
}
.page-subnav ul li:hover .subnav_icon i{
    color:#fff;
}
.page-subnav ul li a.active .subnav_icon{
    background: #cf000e;
}
.page-subnav ul li a.active .subnav_icon i{
    color:#fff;
}
.page-subnav ul li p img:nth-child(1){
  display: block;
}
.page-subnav ul li p img:nth-child(2){
  display: none;
}

.page-subnav ul li a.active p img:nth-child(1),
.page-subnav ul li a:hover p img:nth-child(1){
  display: none;
}
.page-subnav ul li a.active p img:nth-child(2),
.page-subnav ul li a:hover p img:nth-child(2){
  display: block;
}
.page-subnav ul li p img {
    width: 80px;
    height: 80px;
    object-fit: cover;
    margin: 0 auto;
}
.page-content {
    margin-top: 20px;
}
.page-content h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #111;
}
.page-content h3 span {
    color: #cf000e;
}
.page-content h4 {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    color: #111;
    margin-bottom: 30px;
}
.page-content_office {
    padding-top: 15px;
    overflow: hidden;
}
.page-content_pic {
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
}
.page-content_pic img{
    width: 100%;
}
.page-content {
    margin-top: 20px;
}
.dongtai-list {
    padding: 15px 0px 0px;
    overflow: hidden;
}
.dongtai-list li {
    margin-bottom: 30px;
    display: flex;
}
.dongtai-list .thumb {
    float: left;
    width: 140px;
    min-width: 140px;
    height: 110px;
    margin-right: 15px;
}
.dongtai-list .thumb img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.dongtai-list .info {
    float: right;
    width: 60%;
}
.dongtai-list .info .title {
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}
.dongtai-list .info .title a {
    display: block;
    color: #111;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dongtai-list .info .desc {
    font-size: 12px;
    color: #666666;
    margin-bottom: 10px;
    overflow: hidden;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dongtai-list .info .bottom{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dongtai-list .info .bottom a.btn-more {
    display: block;
    height: 30px;
    line-height: 30px;
    width: 115px;
    text-align: center;
    background: #cf000e;
    color: #fff;
    font-size: 12px;
}
.pages-num ul {
    display: table;
    margin: 15px auto 10px auto;
}
.pages-num ul li {
    float: left;
    margin: 0 5px 5px;
}
.pages-num ul li a {
    display: block;
    border: 1px solid #dcdcdc;
    color: #666;
    font-size: 12px;
    padding: 5px 10px;
    height: 28px;
}
.pages-num ul li.active a {
    border: 1px solid #cf000e;
    background: #cf000e;
    color: #fff;
}
.about-content {
    font-size: 14px;
    color: #666;
    line-height: 20px;
    min-height: 200px;
    margin-bottom: 40px;
}
.contact-form li input {
    width: 100%;
    border: none;
    background: #f3f3f3;
    height: 45px;
    padding: 0 20px;
    font-size: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: none;
    border: none;
    box-shadow: none;
    outline: none;
}
.contact-form ul li {
    margin-bottom: 20px;
}
.contact-form li textarea {
    width: 100%;
    border: none;
    background: #f3f3f3;
    padding: 20px;
    font-size: 14px;
    font-family: "微软雅黑";
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: none;
    border: none;
    box-shadow: none;
    outline: none;
}
.contact-form .btn-submit {
    display: block;
    width: 100%;
    height: 45px;
    color: #fff;
    background: #cf000e;
    font-size: 16px;
    border: none;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: none;
    border: none;
    box-shadow: none;
    outline: none;
}
.contact-addr {
    padding: 10px 00px;
    overflow: hidden;
}
.contact-addr ul li {
    padding-bottom: 20px;
    border-bottom: 1px solid #cac9c9;
    margin-bottom: 30px;
}
.contact-addr ul li h5 {
    font-size: 18px;
    font-weight: normal;
    padding-bottom: 10px;
}
.contact-addr-item {
    display: flex;
    overflow: hidden;
    margin-bottom: 3px;
}
.contact-addr-item .t {
    min-width: 45px;
    font-size: 15px;
    color: #333333;
}
.contact-addr-item .d {
    font-size: 13px;
    color: #7b7b7b;
    padding-top: 3px;
}
.map {
    width: 340px;
    height: 200px;
    overflow: hidden;
    margin: 0 auto;
    background-size: cover !important;
    background-repeat: repeat !important;
    background-position: center !important;
}
.agency_home_nr_right{
    position: relative;
}
.agency_home_nr_right div {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: rgba(142,20,22,0.8);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #fff;
}
.contact-addr ul{
    margin-top: 30px;
    overflow: hidden;
}
.agency_city1 {
    position: absolute;
    right: 80px;
}
.agency_city2 {
    position: absolute;
    right: 120px;
    top: 50px;
}
.agency_city3 {
    position: absolute;
    right: 150px;
    top: 75px;
}
.agency_city4 {
    position: absolute;
    left: 80px;
    top: 130px;
}
.agency_city3.cut {
    background: rgba(193,159,96,0.9);
}
.agency_city3.cut1 {
    background: rgba(193,159,96,0.9);
}
.agency_city4.cut {
    background: rgba(193,159,96,0.9);
}
.agency_city1.cut {
    background: rgba(193,159,96,0.9);
}
.agency_city2.cut {
    background: rgba(193,159,96,0.9);
}
.contact-addr ul li:hover h5{
    color: #cf000e;
}
.contact-addr ul li:hover .contact-addr-item div{
    color: #cf000e;
}
.dangjian-list li {
    width: 100%;
    margin-bottom: 20px;
    animation-name: fadeInUp;
}
.dangjian-item {
    display: block;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.2);
}
.dangjian-list .title {
    padding: 20px;
    text-align: center;
    font-size: 14px;
    color: #111;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.dangjian-item .thumb {
    overflow: hidden;
}
.dangjian-item .thumb img {
    transition: all 0.3s;
    display: block;
    width: 100%;
}
.dangjian-item:hover .thumb img{
  transform: scale(1.05);
}
.pages-num {
    padding-top: 20px;
    overflow: hidden;
}
.dangjian-show h1 {
    padding: 25px 0;
    margin: 0;
    font-size: 20px;
    color: #0e0d13;
    text-align: center;
    border-bottom: 2px solid #e5e5e5;
    margin-bottom: 40px;
    position: relative;
}
.dangjian-show h1:after {
    content: "";
    display: block;
    position: absolute;
    width: 100px;
    height: 4px;
    background: #cf000e;
    bottom: -2px;
    left: 50%;
    margin-left: -50px;
}
.con {
    /*min-height: 180px;*/
    line-height: 25px;
    font-size: 14px;
    color: #666;
}
.anliLeft{
    padding: 15px 0px;
    overflow: hidden;
    position: relative;
}
.anliLeft ul li {
    float: left;
    width: 31.5%;
    text-align: center;
    color: #666666;
    font-size: 15px;
    background: #fff;
    margin: 0px 2.5px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 5px;
}
.anliLeft ul li a {
    color: #666666;
    font-size: 15px;
    position: relative;
    padding-bottom: 10px;
}
.anliLeft ul li.active a{
    color: #111;
}
.anliLeft ul li.active a:after {
    content: "";
    display: block;
    width: 100%;
    height: 4px;
    background: #cf000e;
    position: absolute;
    z-index: 1;
    bottom: -3px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.anliRight {
    width: 100%;
    background: #fff;
    margin-bottom: 30px;
    overflow: hidden;
}
.anliRight .hd {
    height: 50px;
    line-height: 50px;
    color: #0e0d13;
    font-size: 20px;
    border-bottom: 2px solid #e5e5e5;
    padding: 0 20px;
    margin-bottom: 5px;
}
.anliRight .hd .name {
    height: 50px;
    border-bottom: 4px solid #cf000e;
    float: left;
}
.anliRight .anli-item .anli-itemL .icon {
    width: 40px;
    height: 40px;
    overflow: hidden;
    background: url(../images/icon-jt.jpg) no-repeat;
    background-position: -40px 0px;
    transition: all 0.3s;
}
.anliRight .anli-item {
    border-bottom: 1px solid #e6e6e6;
}
.anli-itemR {
    width: 83%;
}
.anliRight .anli-item a {
    display: block;
    padding: 35px 0;
    display: flex;
}
.anliRight .anli-item .anli-itemL {
    margin-right: 0px;
    transition: all 0.3s;
    position: relative;
    min-width: 50px;
}
.anliRight .anli-item .anli-itemR .title {
    font-size: 16px;
    color: #111;
    margin-bottom: 15px;
    transition: all 0.3s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.anliRight .anli-item .anli-itemR .desc {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.anliRight .anli-item a:hover .anli-itemL .icon{
  background-position: 0 0px;
}
.anliRight .anli-item a:hover .anli-itemR .title{
  color: #d80c18;
}
.anliRight .anli-item a:hover .anli-itemL{
  margin-right: 20px;
}
.anliRight .anli-item a:hover .anli-itemL:after{
  left: calc(100% + 25px);
}
.anli-show h1 {
    font-weight: normal;
    color: #111111;
    font-size: 18px;
    line-height: 28px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 10px;
}
.anli-show .anli-con {
    margin: 30px 0;
    line-height: 2;
    color: #666;
    font-size: 14px;
    text-align: justify;
}
.page-anli {
    background: #f7f7f7;
    position: relative;
    overflow: hidden;
    margin-bottom: 0px;
}
.anli-show {
    background: #fff;
    overflow: hidden;
    padding: 10px;
    padding-bottom: 0px;
}
.pn {
    padding: 30px 0;
    text-align: left;
}
.pn a {
    display: inline-block;
    font-size: 14px;
    color: #999;
    margin: 0 18px 7px;
    transition: all 0.3s;
    position: relative;
    padding: 0px 30px;
}
.anli-list {
    padding: 0px 10px;
    overflow: hidden;
}
.pn a.pn-pre:before {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -6px;
    content: "";
    width: 21px;
    height: 13px;
    background: url(../images/icon-pn-pre.png) no-repeat;
    background-position: 0px 0px;
    transition: all 0.3s;
}
.pn a.pn-next:before {
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -6px;
    content: "";
    width: 21px;
    height: 13px;
    background: url(../images/icon-pn-next.png) no-repeat;
    background-position: -21px 0px;
    transition: all 0.3s;
}
.pn a.pn-pre:hover:before{
  background-position: -21px 0px;
}
.pn a.pn-pre:hover{
  color: #111;
  transform:translateX(-10px);
}

.pn a.pn-next:hover:before{
  background-position: 0px 0px;
}
.pn a.pn-next:hover{
  color: #111;
  transform:translateX(10px);
}
.lingyu-list {
    overflow: hidden;
}
.lingyu-list .lingyu-item {
    float: left;
    width: 50%;
    min-height: 95px;
    padding: 10px 0px;
}
.lingyu-list .lingyu-item a {
    display: flex;
    align-items: center;
}
.icon.icon1 {
    width: 50px;
    height: 50px;
    min-width: 50px;
    margin-right: 10px;
    background-repeat: no-repeat;
    background-position: 0px -60px;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon.icon1 i {
    font-size: 35px;
    color: #bfbfbf;
}
.info .name {
    font-weight: bold;
    font-size: 16px;
    color: #111111;
}
.info .name-en {
    font-size: 12px;
    color: #999999;
}
.lingyu-list .lingyu-item a:hover .icon{
    background-position: 0px 0px;
    background: #cf000e;
}
.lingyu-list .lingyu-item a:hover .icon i{
    color:#fff;
}
.lingyu-list .lingyu-item a:hover .name{
    color: #cf000e;
}
.lingyu-list .lingyu-item a:hover .name-en{
    color: #cf000e;
}
i.iconfont.voca4 {
    font-size: 40px;
}
i.iconfont.voca5 {
    font-size: 45px;
}
i.iconfont.voca8 {
    font-size: 45px;
}
i.iconfont.voca9 {
    font-size: 40px;
}
.anliRight .subnav ul li {
    height: 30px;
    line-height: 30px;
    width: 45%;
    text-align: center;
    margin: 0px 10px;

}
.anliRight .subnav ul li.active a {
    background-color: #cf000e;
    color: #fff;
}
.anliRight .subnav ul li a {
    height: 30px;
    line-height: 35px;
    font-size: 12px;
    color: #0e0d13;
    background-color: #e5e5e5;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}
.subnav ul {
    display: flex;
    overflow: hidden;
}
.subnav {
    padding: 20px 10px;
    overflow: hidden;
}
.anliRight .subnav ul li i {
    display: inline-block;
    margin-top:0px;
    vertical-align: middle;
    margin-right: 5px;
    color: #8b8b8b;
}
.anliRight .subnav ul li.active a i{
    color: #fff !important;
}
.lingyu-list2 .lingyu-item2 .title {
    font-size: 14px;
    color: #333;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.lingyu-list2 .lingyu-item2 a:hover .title {
    color: #8b0000;
}
.lingyu-list2 .lingyu-item2 {
    border-bottom: 1px dotted #e5e5e5;
}
.lingyu-list2 {
    padding: 0 18px;
    margin-bottom: 20px;
}
.lingyu-list2 .lingyu-item2 a {
    display: table;
    width: 100%;
    padding: 12px 0px;
}
.team-list {
    padding: 10px 0px;
    overflow: hidden;
}
.team-list li {
    width: 43%;
    margin: 10px;
    float: left;
}
.team-list li:nth-child(2n){
    float: right;
}
.team-item .info {
    margin: 8px 0px;
    overflow: hidden;
}
.team-item .info .name {
    font-size: 16px;
    color: #111;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.team-item .info .jibie {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 20px;
}
.team-item .info .diqu {
    font-size: 12px;
    color: #666;
    margin-bottom: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.team-item .info .email {
    font-size: 12px;
    color: #666;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.team-list .thumb {
    width: 100%;
    height: 210px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    max-height: 210px;
    overflow: hidden;
}
.filter-box {
    overflow: hidden;
    display: flex;
    justify-content: flex-start;
    flex-flow: row wrap;
    margin-top: 10px;
}
.filter-item {
    width: 46%;
    float: left;
    margin: 0px 5px 10px;
}
.filter-item input {
    width: 100%;
    height: 30px;
    outline: none;
    border: 1px solid #dcdcdc;
    padding: 0px 5px;
    outline: none;
    box-shadow:none;
    border-radius: 0;
    -webkit-appearance: none;
}
.filter-item select{
    width: 100%;
    height: 30px;
    outline: none;
    border: 1px solid #dcdcdc;
    padding: 0px 5px;
    outline: none;
    box-shadow:none;
    border-radius: 0;
    -webkit-appearance: none;
    background-color: transparent;
    color: #666;
}
.filter-but {
    display: inline-block;
    clear: both;
    width: 100%;
    text-align: center;
    padding: 15px 0px;
    overflow: hidden;
}
.filter-but .btn-search {
    width: 80%;
    height: 36px;
    color: #fff;
    cursor: pointer;
    background-position: 40px;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    background: #cf000e;
}
.filter-but .btn-search i {
    font-size: 17px;
    vertical-align: middle;
    margin-right: 10px;
    display: inline-block;
}
.img {
    width: 100%;
    overflow: hidden;
}

.team-show .team-showLeft .img img {
    width: 100%;
}
.suoshu {
    line-height: 35px;
    border: 1px solid #cf000e;
    text-align: center;
    font-size: 14px;
    color: #cf000e;
    padding: 0px 10px;
    margin: 20px 0px;
}
.suoshu a{
    color: #cf000e;
}
.team-show .team-showRight {
    width: 100%;
    overflow: hidden;
    margin: 30px 0px;
}
.team-show .team-showRight .hd {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.team-show .team-showRight .hdLeft {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 4px solid #cf000e;
    position: relative;
    z-index: 1;
}
.team-show .team-showRight .name {
    font-size: 18px;
    color: #0e0d13;
    margin-right: 15px;
}
.team-show .team-showRight .jibie {
    font-size: 14px;
    line-height: 32px;
    color: #666;
}
.hdRight {
    overflow: hidden;
}
.hdRight a.icon-jianli {
    color: #cf000e;
    border: 1px solid #cf000e;
    width: 47%;
    float: left;
}

.hdRight a.icon-tel {
    color: #666;
    border: 1px solid #666;
    width: 47%;
    float: right;
}
.hdRight a.icon-tel:hover{
    color: #cf000e;
    border: 1px solid #cf000e;
}
.hdRight a {
    display: inline-block;
    font-size: 12px;
    color: #666;
    border-radius: 28px;
    position: relative;
    padding: 5px 20px;
    min-width: 120px;
    text-align: center;
    line-height: 20px;
}
.hdRight a i {
    font-size: 20px;
    vertical-align: middle;
    display: inline-block;
    margin-right: 5px;
    margin-top: -1px;
}
i.iconfont.lx {
    font-size: 15px;
}
.team-show .team-showRight .hd:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #E5E5E5;
    bottom: 1px;
}
.team_table table {
    width: 100%;
    border-top: 1px solid #e5e5e5;
    margin: 30px 0;
}
.team-show .team-showRight .con table td {
    border-bottom: 1px solid #e5e5e5;
    padding: 5px 0;
}
.team_table table tr {
    padding: 8px 0px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
}
.team_table table tr td {
    display: flex;
}
.team_table table tr td label {
    min-width: 70px;
}
.team_table h3 {
    font-size: 18px;
    font-weight: bold;
    color: #111;
}
.team_table p{
  color: #666666;
}
.team-form li p {
    margin-bottom: 10px;
    color: #999999;
    font-size:15px;
}
.team-form li p span{
    color: #cf000e;
}
.team-form li input {
    width: 100%;
    border: 1px solid #c9c9c9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    -webkit-appearance: none;

}
.team-form li textarea{
    width: 100%;
    border: 1px solid #c9c9c9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 10px;
    outline: none;
    box-shadow: none;
    border-radius: 0;
    min-height: 100px;
    -webkit-appearance: none;
}

.team-form .btn-submit {
    width: 50%;
    height: 35px;
    line-height: 35px;
    background: #cf000e;
    font-size: 14px;
    color: #fff;
    border: none;
}

.buty {
    text-align: center;
    margin-top: 20px;
}

.team-form {
    padding: 10px 0px 90px;
    overflow: hidden;
}
.licheng-box {
    position: relative;
    padding: 40px 0px;
    overflow: hidden;
}
.licheng-box:after {
    position: absolute;
    content: "";
    background: url(../images/licheng-bg.png) no-repeat center;
    width: 66px;
    height: 100%;
    left: 0;
    top: 0;
    background-size: 100% 100%;
}
.licheng-box .swiper-slide{
    height: auto !important;
}
.licheng-item {
    position: relative;
    min-height: 100px;
}
.licheng-box .licheng-item .year {
    position: absolute;
    bottom: 0px;
    left: 0px;
    font-size: 15px;
    color: #cf000e;
}
.licheng-box .licheng-item .info {
    position: relative;
    width: 80%;
    margin-left: 20%;
    padding-bottom: 20px;
    min-height: 140px;
    padding-top: 30px;
}
.licheng-box .licheng-item .title {
    font-size: 16px;
    font-weight: bold;
    color: #0e0d13;
    margin-bottom: 10px;
}
.licheng-box .licheng-item .desc {
    font-size: 12px;
    color: #666;
    line-height: 20px;
    padding-bottom: 30px;
    display: inline-block;
}

.licheng-box .licheng-item:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40px;
    display: block;
    width: 85%;
    height: 21px;
    background: url(../images/icon-licheng-line2.png) no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.licheng-box .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: inherit !important;
    transition-property: transform;
    box-sizing: content-box;
}
.licheng-box .swiper-slide:nth-child(3n+2) .info {
    position: relative;
    width: 74%;
    top: 0px;
    margin-left: 25%;
    padding-bottom: 20px;
}
.licheng-box .swiper-button-next {
    bottom: 0 !important;
    top: inherit !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto !important;
    background: url(../images/lc-btn-next.png) no-repeat;
    background-size: 30px;
    transform: rotate(90deg);
    outline: none;
}
.licheng-box .swiper-button-prev {
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    background: url(../images/lc-btn-next.png) no-repeat;
    background-size: 30px;
    transform: rotate(-90deg);
    outline: none;
}
.licheng-box .swiper-button-prev:after{
    display: none;
}
.licheng-box .swiper-button-next:after{
    display: none;
}
.licheng-box .swiper-container{
    height: 100%;
}
.honor-imgsbox {
    margin: 35px 0px;
    overflow: hidden;
    margin-bottom: 85px;
}
.honor-imgsbox .swiper-button-next, .honor-imgsbox .swiper-button-prev {
    color: #999 !important;
    outline: none;
}

.honor-imgsbox .swiper-button-next:after, .honor-imgsbox .swiper-button-prev:after {
    font-size: 25px;
    outline: none;
}
.honor-imgsbox .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: 0 !important;
}
.honor-imgsbox .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 0 !important;
}
/**/
.honor-list .honor-item {
    display: flex;
    align-items: center;
    position: relative;
}
.honor-list {
    padding-top: 15px;
    overflow: hidden;
}
/*.honor-list ul{
    position: relative;
}
.honor-list ul:after {
    position: absolute;
    content: "";
    left: 72px;
    background: url(../images/slh.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 2px;
    height: 35px;
    top: -15px;
    z-index: 99;
}*/
.honor-list ul li {
    position: relative;
    padding-bottom: 15px;
}
/*.honor-list ul li:before {
    position: absolute;
    content: "";
    left: 72px;
    background: url(../images/slh.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    width: 2px;
    height: 100%;
    bottom: -28px;
}*/
/*.honor-list ul li:last-child:before{
    display: none;
}*/
.honor-list .honor-item .img {
    width: 100px;
    min-width: 100px;
  /*  margin-left: 20px;*/
    z-index: 999999;
}
.honor-list .honor-item .year {
    width: 75px;
    font-size: 20px;
    color: #cf000e;
    text-align: center;
    min-width: 75px;
    position: relative;
    background: #fff;
    z-index: 999999;
}

/*.honor-list .honor-item .info {
    font-size: 12px;
    color: #505050;
    margin-left: 20px;
}*/
/*1111111111*/
.honor-list ul {
    position: relative;
    background: url(../images/listbg1.jpg) repeat-y;
    background-position-x: 124px;
}
.honor-list .honor-item .info {
    font-size: 12px;
    color: #505050;
    margin-left: 60px;
    box-shadow: 0px 0px 7px rgba(63, 104, 135, 0.35);
    /* padding: 20px 10px; */
    width: 55%;
    z-index: 99999;
    position: relative;
    min-height: 60px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
    text-align: justify;
}
.honor-list .honor-item .info:before {
    position: absolute;
    content: "";
    top: 25px;
    left: -5px;
    margin: 0 auto;
    height: 0px;
    width: 0;
    border-left: 1px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #8c0a0c;
    border-color: #8c0a0c transparent transparent;
    transform: rotate(-45deg);
}
.honor-list .honor-item .info:after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 2px;
    height: 100%;
    background: #8c0a0c;
}
.honor-list .honor-item .img img {
    border: 4px solid #8c0a0c;
}
.honor-list ul li:before {
    position: absolute;
    content: "";
    background: url(../images/tubiao.png);
    width: 30px;
    height: 30px;
    left: 111px;
    top: 22px;
    background-position: center;
    background-size: 24px;
    background-repeat: no-repeat;
    z-index: 99;
}
.honor-list ul li:after {
    position: absolute;
    content: "";
    width: 58px;
    height: 1px;
    background: #c7c7c7;
    top: 37px;
    left: 100px;
}
/**/

.classic_home .professional_home_nr ul li:nth-child(4n) {
    border-right: none;
}

.classic_home .professional_home_nr ul li {
    color: #000;
    width: 25%;
    float: left;
    text-align: center;
    padding: 10px 0px;
    border: 1px solid #ccc;
    border-left: none;
    border-top: none;
    transition: all 0.7s linear 0s;
}
.classic_home .professional_home_nr ul li:nth-child(-n+4) {
    border-top: 1px solid #ccc;
}
.classic_home .professional_home_nr ul li:nth-child(4n) {
    border-right: none;
}

.pages-num ul li:first-child {
    display: none;
}
.pages-num ul li:last-child {
    display: none;
}
.case_home_anjian:first-child {
    animation-delay: 0.0s;
}
.case_home_anjian:nth-child(2){
    animation-delay: 0.1s;
}
.case_home_item:nth-child(3) {
    animation-delay: 0.2s;
}
.dangjian-show {
    margin-bottom: 80px;
}
@media only screen and (max-width: 380px) {
     .honor-list .honor-item .info {
        font-size: 12px;
        color: #505050;
        margin-left: 60px;
        box-shadow: 0px 0px 7px rgba(63, 104, 135, 0.35);
        /* padding: 20px 10px; */
        width: 49%;
        z-index: 99999;
        position: relative;
        min-height: 60px;
        display: flex;
        align-items: center;
        padding: 0px 10px;
    }
}
@media only screen and (max-width: 350px) {

    .team_home_nr_pic_left img {
        width: 140px !important;
    }
  .team-list li {
      width: 43% !important;
      margin: 10px;
      float: left;
  }
.professional_home_nr ul li a {
    color: #000;
    font-size: 12px;
    width: 100%;
    height: 100%;
    display: table;
}
.home_call_title {
    float: left;
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    width: 75%;
}
.home_call_phone{
    line-height: inherit;
}
span.phone {
    margin-left: 15px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: right;
    font-size: 12px;
    font-family: "Engravers MT";
    background: #f2d9dc;
    text-align: center;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.navigation {
    width: 100%;
    background: url(../images/header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    z-index: 999;
    height: 115px;
    max-width: 750px;
}
.navList {
    z-index: 900;
    margin: 0 auto;
    width: 100%;
    display: none;
    position: fixed;
    height: 100%;
    top: 115px;
    overflow-y: scroll;
    background: rgb(0, 0, 0, 0.3);
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
    right: 0;
    z-index: 9999999;
}
.nban {
    height: 185px;
    position: relative;
    overflow: hidden;
    margin-top: 0px;
}
.dogntai_tab a {
    font-size: 13px !important;
}
.honor-list .honor-item .info {
    font-size: 12px;
    color: #505050;
    margin-left: 60px;
    box-shadow: 0px 0px 7px rgba(63, 104, 135, 0.35);
    /* padding: 20px 10px; */
    width: 43%;
    z-index: 99999;
    position: relative;
    min-height: 60px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
}
}

@media only screen and (min-width: 700px) {
    .home_call {
      background: -webkit-linear-gradient(left,#890101,#e00f15);
      background: -o-linear-gradient(right,#890101,#e00f15);
      background: -moz-linear-gradient(right,#890101,#e00f15);
      background: linear-gradient(to right,#890101,#e00f15);
      border-radius: 40px;
      font-size: 12px;
      color: #fff;
      padding: 8px 15px;
      overflow: hidden;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  span.home_call_phone {
      margin-left: 20px;
  }
  .home_call_title {
      float: left;
      color: #fff;
      font-size: 14px;
  }

.navigation {
    width: 100%;
    background: url(../images/header.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 0;
    z-index: 999;
    height: 155px;
    max-width: 750px;

}
.slideBox {
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: relative;
    margin-top: 155px;
}
.navList {
    z-index: 900;
    max-width: 750px;
    margin: 0 auto;
    width: 100%;
    display: none;
    position: fixed;
    height: 100%;
    top: 155px;
    overflow-y: scroll;
    background: rgb(0, 0, 0, 0.3);
    -webkit-overflow-scrolling: touch;
    margin: 0 auto;
    z-index: 9999999;
    left: 0;
    right: 0;
}
.close {
    position: absolute;
    top: 10px;
    z-index: 9999;
    right: 34px;
}
}
