/* Container
 ========================================================================== */
.uk-container {
  box-sizing: border-box;
 /* max-width: 980px;
  padding: 0 25px;*/
}
/* Large screen and bigger */
@media (min-width: 1220px) {
  .uk-container {
    max-width: 1200px;
/*    padding: 0 35px;*/
  }
}
/*
 * Micro clearfix
 */
.uk-container:before,
.uk-container:after {
  content: "";
  display: table;
}
.uk-container:after {
  clear: both;
}
/*
 * Center container
 */
.uk-container-center {
  margin-left: auto;
  margin-right: auto;
}







.m-home-page-title {
    font-size: 24px;
    line-height: 42px;

    text-align: center;

    color: #333;
}
.m-home-page-subtitle {
    font-size: 18px;
    line-height: 20px;

    text-align: center;
    text-transform: uppercase;

    color: #9e9e9e;
}
.m-home-page-description {
    font-size: 14px;
    line-height: 16px;

    display: block;

    margin-top: 10px;

    text-align: center;

    color: #333;
}
.m-home-page-description span {
    position: relative;

    display: inline-block;

    padding: 0 12px;
}
.m-home-page-description i {
    position: absolute;
    top: 0;

    display: block;

    width: 160px;
    height: 16px;
}
.m-home-page-description i:before {
    position: absolute;
    top: 50%;

    display: block;

    width: 160px;
    height: 1px;

    content: '';

    background-color: #d5d5d5;
}
.m-home-page-description i.left {
    left: -187px;

    background-position: right 0;
}
.m-home-page-description i.left:before {
    left: 0;
}
.m-home-page-description i.right {
    right: -187px;

    background-position: left 0;
}
.m-home-page-description i.right:before {
    right: 0;
}
.m-business {
    position: relative;

    overflow: hidden;

    width: 100%;
   /* padding-top: 45px;*/
   

    background-color: #f7f7f7;
}
.m-phone-alert {
    position: absolute;
    z-index: 5;
    top: 155px;
    left: 15px;

    display: none;

    width: 256px;
    height: 67px;

    cursor: pointer;

    background-image: url(/templets/ztcj/images/phone-alert.png);
    background-repeat: no-repeat;
    background-position: 0 0;
}
.m-business-slideset {
    width: 100%;
    margin-top: 32px;
}
.m-business-slideset:hover .slick-prev:before,
.m-business-slideset:hover .slick-next:before {
    position: relative;
    z-index: 2;

    display: block !important;
}
.m-business-slideset .slick-prev.slick-disabled,
.m-business-slideset .slick-next.slick-disabled {
    cursor: default;
}
.m-business-slideset .slick-prev.slick-disabled:before,
.m-business-slideset .slick-next.slick-disabled:before {
    display: none !important;
}
.m-business-slideset .slick-prev,
.m-business-slideset .slick-next {
    font-family: FontAwesome;
    font-size: 80px;

    top: 0;

    overflow: visible;

    width: 15%;
    height: 100%;
    margin-top: auto;

    color: #7ca8cb;
    text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}

.m-business-slideset .slick-prev {
    right: 101%;
    left: auto;

    text-align: right;

    background:    -moz-linear-gradient(left,  rgba(247,247,247,1) 0%, rgba(247,247,247,0) 100%);
    background: -webkit-linear-gradient(left,  rgba(247,247,247,1) 0%,rgba(247,247,247,0) 100%);
    background:         linear-gradient(to right,  rgba(247,247,247,1) 0%,rgba(247,247,247,0) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#00f7f7f7',GradientType=1 );
}
.m-business-slideset .slick-prev:before {
    display: none !important;

    margin-right: 18px;

    content: '\f104';
}
.m-business-slideset .slick-next {
    right: auto;
    left: 100%;

    text-align: left;

    background:    -moz-linear-gradient(left,  rgba(247,247,247,0) 0%, rgba(247,247,247,1) 100%);
    background: -webkit-linear-gradient(left,  rgba(247,247,247,0) 0%,rgba(247,247,247,1) 100%);
    background:         linear-gradient(to right,  rgba(247,247,247,0) 0%,rgba(247,247,247,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00f7f7f7', endColorstr='#f7f7f7',GradientType=1 );
}
.m-business-slideset .slick-next:before {
    display: none !important;

    margin-left: 10px;

    content: '\f105';
}
.m-business-slideset .slick-prev .after,
.m-business-slideset .slick-next .after {
    position: absolute;
    top: 0;

    display: block;

    width: 50vw;
    height: 100%;

    content: '';

    background-color: #f7f7f7;
}
.m-business-slideset .slick-prev .after {
    left: -40.5vw;
}
.m-business-slideset .slick-next .after {
    right: -40.5vw;
}
.m-business-slideset-slider {
    display: block;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
    width: 265px;

    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;

    /*border-bottom: 2px solid #fff;*/
    background-color: #fff;
}
.m-business-slideset-slider:hover {
    -webkit-transform: translate(0,-5px);
            transform: translate(0,-5px);

    border-color: #c7000a;
    box-shadow: 0 0 15px rgba(0,0,0,.15);
    text-decoration: none;
}
.m-business-slideset-slider-photo {
    width: 100%;
    height: auto;
}
.m-business-slideset-slider-photo img {
    width: 100%;
}
.m-business-slideset-slider-content {
    position: relative;

    margin-top: 30px;
    padding-bottom: 38px;

    text-align: center;
}
.m-business-slideset-slider-content .arrow {
    position: absolute;
    top: -42px;
    left: 50%;

    display: block;

    width: 0;
    height: 0;
    margin-left: -15px;

    border-width: 0 15px 12px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #fff;
}
.m-business-slideset-slider-content h1 {
    font-size: 20px;
    line-height: 1;

    margin-top: 0;
    margin-bottom: 15px;

    text-align: center;

    color: #c60005;
}
.m-business-slideset-slider-content h2 {
    font-size: 12px;
    line-height: 1;

    margin-top: 0;
    margin-bottom: 20px;

    text-align: center;
    text-transform: uppercase;

    color: #d7c197;
}
.m-business-slideset-slider-content .more {
    font-size: 14px;
    line-height: 22px;

    display: inline-block;

    height: 22px;
    margin-top: 15px;
    padding-right: 28px;

    text-decoration: none;

    color: #999;
    background-image: url(/templets/ztcj/images/business-slideset-slider-more.png);
    background-repeat: no-repeat;
    background-position: right 0;
}
.m-business-slideset-slider-content .more:hover,
.m-business-slideset-slider-content .more:focus {
    color: #c60005; text-decoration: none;
}
.m-business-slideset-slider-description {
    font-size: 14px;
    line-height: 24px;

    overflow: hidden;

    max-height: 72px;
    margin: 0 40px;
    padding-top: 14px;

    text-align: left;

    color: #999;
    border-top: 1px solid #e5e5e5;
}
.m-business-slideset-nav {
    margin: 0;
    margin-top: 15px;
    padding: 0;

    list-style: none;

    text-align: center;
}
.m-business-slideset-nav li {
    display: inline-block;
}
.m-business-slideset-nav li + li {
    margin-left: 4px;
}
.m-business-slideset-nav li a {
    display: block;

    width: 36px;
    height: 4px;

    background-color: #cecece;
}
.m-business-slideset-nav li.uk-active a {
    background-color: #c60005;
}
.m-other-grid {
    overflow: hidden;

    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;

    background-color: #f7f7f7;
}
.m-other-grid a:hover,
.m-other-grid a:focus {
    text-decoration: none;
}
.m-other-grid-1 {
    display: block;

    height: 715px;

    background-color: #fff;
}
.m-other-grid-2 {
    height: 340px;

    background-color: #fff;
}
.m-other-grid-3 {
    height: 340px;
    margin-top: 35px;

    background-color: #fff;
}
div[class*='m-other-grid-'],
a[class*='m-other-grid-'] {
    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
}
div[class*='m-other-grid-']:hover,
a[class*='m-other-grid-']:hover {
    box-shadow: 0 0 15px rgba(0,0,0,.15); text-decoration: none;
}
.m-other-photo {
    overflow: hidden;

    width: 100%;
    height: 340px;
}
.m-other-photo img {
    width: auto;
    height: 100%;

    -webkit-transition: all 1s;
         -o-transition: all 1s;
            transition: all 1s;
}
div[class*='m-other-grid-']:hover .m-other-photo img,
a[class*='m-other-grid-']:hover .m-other-photo img {
    -webkit-transform: scale(1.04,1.04);
            transform: scale(1.04,1.04);
}
.m-other-1-description {
    box-sizing: border-box;
    width: 100%;
    height: 375px;
    padding: 50px 40px;

    background: rgb(123,164,214);
    background:    -moz-linear-gradient(45deg,  rgba(123,164,214,1) 0%, rgba(160,197,228,1) 100%);
    background: -webkit-linear-gradient(45deg,  rgba(123,164,214,1) 0%,rgba(160,197,228,1) 100%);
    background:         linear-gradient(45deg,  rgba(123,164,214,1) 0%,rgba(160,197,228,1) 100%);

    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ba4d6', endColorstr='#a0c5e4',GradientType=1 );
}
.m-other-1-description h1 {
    font-size: 22px;
    line-height: 1;

    margin-bottom: 68px;

    color: #fff;
}
.m-other-1-description p {
    font-size: 14px;
    line-height: 26px;

    margin: 0;

    color: #fff;
}
.m-other-1-description p + p {
    margin-top: 25px;
}
.m-other-1-description p span {
    margin-right: 10px;
}
.m-other-1-description p .left {
    display: inline-block;

    width: 84px;
    margin-right: 0;

    text-align: right;
}
.m-other-1-description p .br {
    margin-left: 78px;
}
.m-other-2-main {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.m-other-2-main-slideshow {
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 100%;
}
.m-other-2-main-slider-box {
    position: relative;

    display: block;

    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 50px 40px;

    text-decoration: none !important;
}
.m-other-2-main-slider-box h1 {
    font-size: 22px;
    line-height: 1;

    margin: 0;

    color: #c7000a;
}
.m-other-2-main-slider-box h2 {
    font-size: 16px;
    line-height: 1;

    overflow: hidden;

    width: 100%;
    margin-top: 25px;

    white-space: nowrap;
    text-overflow: ellipsis;

    color: #666;
}
.m-other-2-main-slider-box .time {
    font-size: 14px;

    color: #a6adb4;
}
.m-other-2-main-slider-box .line {
    width: 22px;
    height: 2px;
    margin-top: 12px;

    background-color: #ccc;
}
.m-other-2-main-slider-box .yellow {
    font-size: 16px;

    margin-top: 52px;

    color: #ddba78;
}
.m-other-2-main-slider-box .description {
    width: 100%;
    height: 100px;
    margin-top: 18px;
}
.m-other-2-main-slider-box .description p {
    font-size: 14px;
    line-height: 2;

    color: #999;
}
.m-other-2-main-slider-dotnav {
    position: absolute;
    bottom: 30px;
    left: 0;

    width: 100%;
    height: 10px;
    margin: 0;
    padding: 0;

    text-align: center;
}
.m-other-2-main-slider-dotnav li {
    display: inline-block;

    margin-left: 10px;
}
.m-other-2-main-slider-dotnav li a {
    display: block;

    width: 10px;
    height: 10px;

    text-indent: 9999px;

    border-radius: 5px;
    background-color: #cdcdcd;
}
.m-other-2-main-slider-dotnav li a:hover,
.m-other-2-main-slider-dotnav li.uk-active a {
    background-color: #c7000a;
    text-decoration: none;
}
.m-bottom {
    width: 100%;
    height: 137px;

    background-color: #181b2a;
}
.m-bottom-left {
    width: 100%;
    margin-top: 34px;
}
.m-bottom-left h1 {
    font-size: 14px;
    line-height: 1;

    margin: 0;
    padding-bottom: 8px;

    color: #ddd;
}
.m-bottom-left h2 {
    font-size: 12px;
    line-height: 1;

    margin-top: 12px;

    color: #ddd;
}
.m-bottom-left h2 span + span {
    margin-left: 28px;
}
.m-qrcode {
    float: right;

    margin-top: 18px;

    text-align: center;
}
.m-qrcode img {
    display: block;

    width: 84px;
    height: 84px;
    margin: 0 auto;
}
.m-qrcode span {
    font-size: 12px;

    display: block;

    margin-top: 5px;

    color: #ddd;
}
.m-foot {
    line-height: 40px;

    width: 100%;
    height: 40px;

    background-color: #0d0f1b;
}
.m-copyright {
    font-size: 12px;

    float: left;

    color: #828490;
}
.m-copyright span + span {
    margin-left: 15px;
}
.m-foot-link {
    font-size: 12px;

    position: relative;

    float: right;
}
.m-foot-link ul {
    margin: 0;
}
.m-foot-link ul li {
    margin: 0;
}
.m-foot-link ul li a {
    font-size: 12px;

    color: #828490;
}
.m-foot-link ul li a:hover,
.m-foot-link ul li a:focus {
    color: #ddd;
}
.m-foot-link .uk-subnav-line > :nth-child(n+2):before {
    border-color: #828490;
}
.m-foot-link-friends {
    position: absolute;
    right: -5px;
    bottom: 40px;

    display: block;
    visibility: hidden;

    min-width: 140px;
    height: auto;
    padding: 5px 15px;

    list-style: none;

    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    -webkit-transform: translate(0,10px);
            transform: translate(0,10px);
    text-align: right;

    opacity: 0;
    background-color: #0d0f1b;
}
.m-foot-link-friends > li {
    line-height: 30px;

    height: 30px;

    white-space: nowrap;
}
.m-friends-link:hover .m-foot-link-friends,
.m-friends-link:focus .m-foot-link-friends {
    visibility: visible;

    -webkit-transform: translate(0,0);
            transform: translate(0,0);

    opacity: 1;
}
.m-page-banner {
margin-top:130px;
    width: 100%;
    height: 310px;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.m-page-banner > div > div {
    
}
.m-page-banner.about {
    background-image: url(/templets/ztcj/images/banner-company.jpg);
}
.m-page-banner.jrwm {
    background-image: url(/templets/ztcj/images/jrwm.jpg);
}
.m-page-banner.product .m-page-banner-title,
.m-page-banner.product .m-page-banner-subtitle,
.m-page-banner.business .m-page-banner-title,
.m-page-banner.business .m-page-banner-subtitle {
    color: #fff;
}
.m-page-banner.qyzz {
    background-image: url(/templets/ztcj/images/qyzz.jpg);
}
.m-page-banner.qywh {
    background-image: url(/templets/ztcj/images/qywh.jpg);
    
}
.m-page-banner.news {
    margin-top: 130px;
    background-image: url(/templets/ztcj/images/banner-news.jpg);
}
.m-page-banner.xwzx {
    background-image: url(/templets/ztcj/images/xwzx.jpg);
}
.m-page-banner.rczp {
    background-image: url(/templets/ztcj/images/rczp.jpg);
}
.m-page-banner-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.5;

    color: #9f0216;
}
.m-page-banner-subtitle {
    font-size: 12px;
    text-align:center;
    margin-top: 20px;

    

    color: #696969;
}
.m-page-main {
    position: relative;

    width: 100%;

    background-color: #f7f7f7;
}
.m-page-breadcrumb {
    line-height: 40px;

    position: absolute;
    top: -40px;
    left: 0;

    box-sizing: border-box;
    width: 100%;
    padding: 0 35px;
}
.m-page-breadcrumb ul {
    display: block;

    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0 40px;

    text-align: right;

    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #f7f7f7;
}
.m-page-breadcrumb ul  {
    font-size: 12px;

    display: inline-block;

    color: #949494;
}
.m-page-breadcrumb ul  a {
    text-decoration: none;

    color: #949494;
}
.m-page-breadcrumb ul  a:hover,
.m-page-breadcrumb ul  a:focus {
    color: #c7000a;
}
.m-page-breadcrumb ul .home {
   

    padding-left: 20px;

    background-image: url(/templets/ztcj/images/breadcrumb-home.png);
    background-repeat: no-repeat;
    background-position: 0 center;
}
.m-page-breadcrumb ul .home:hover,
.m-page-breadcrumb ul .home:focus {
    background-image: url(/templets/ztcj/images/breadcrumb-home-hover.png);
}
.m-page-breadcrumb ul .uk-active > span {
    color: #c7000a;
}
.m-page-content {
    box-sizing: border-box;
    width: 100%;
    margin-bottom: 30px;
    padding: 0 40px;

    background-color: #fff;
}
.m-page-content-menu {
    position: relative;

    float: left;

    width: 260px;
    padding-top: 20px;
    padding-bottom: 20px;

    border-right: 1px solid #f7f7f7;
}
.m-page-content-menu ul li.uk-active a,
.m-page-content-menu ul li a:hover,
.m-page-content-menu ul li a:focus
.m-page-content-menu ul li a:visited {
    color: #fff;
    background-color: #9f0216;
    background-image: url(/templets/ztcj/images/menu-list-icon-hover.png);
}
.m-page-content-menu-photo {
    width: 100%;
    height: 107px;

    background-repeat: no-repeat;
    background-position: center center;
}
.m-page-content-menu-photo.about {
    background-image: url(/templets/ztcj/images/menu-photo-about.jpg);
}
.m-page-content-menu-photo.jrwm {
    background-image: url(/templets/ztcj/images/min-jrwm.jpg);
}
.m-page-content-menu-photo.news {
    background-image: url(/templets/ztcj/images/menu-photo-news.jpg);
}
.m-page-content-menu-photo.qywh {
    height:347px;
    background-image: url(/templets/ztcj/images/min-qywh.jpg);
}
.m-page-content-menu-photo.qyzz {
    background-image: url(/templets/ztcj/images/min-qyzz.jpg);
}
.m-page-content-menu-photo.rczp {
    background-image: url(/templets/ztcj/images/min-rczp.jpg);
}
.m-page-content-menu-photo.xwzx {
    background-image: url(/templets/ztcj/images/min-xwzx.jpg);
}
.m-page-content-menu ul {
    margin-top: 10px;
}
.m-page-content-menu ul li {
border-radius:8px;
text-align:center;
background: url(/templets/ztcj/images/menu-list-icon.png);
    border-bottom: 4px solid #f7f7f7;
}
.m-page-content-menu ul li a {
    font-size: 14px;
    line-height: 41px;
    border-radius:8px;
    display: block;

    padding: 0 12px 0;

    color: #343434;
    
  
    background-repeat: no-repeat;
    background-position: 220px center;
}

.m-page-content-menu-foot {
    width: 100%;
    height: 530px;

    background-image: url(/templets/ztcj/images/menu-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.m-page-content-menu-foot1 {
    width: 100%;
    height: 530px;

    background-image: url(/templets/ztcj/images/menu-bg1.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.m-page-content-main {
    position: relative;

    float: right;

    width: 820px;
    padding-top: 20px;
    
}
/*.m-page-content-main-title {
    width: 100%;
    height: 54px;
border-radius:5px;
	background:#d7c197;
    border-bottom: 2px solid #d7c197;
}*/
.m-page-content-main-title{
    width: 100%;
    height: 75px;
    border-bottom: 2px solid #d7c197;
}
.m-page-content-main-title h1 {
   /* font-size: 24px;
    padding-left:30px;

    line-height:54px;
    margin-bottom: 0;

    color: #333;*/
/*	padding-left:30px;
	   background-image: url(/templets/ztcj/images/hc.jpg);*/
	    font-size: 24px;
	 
		background-size:24px 24px;
background-repeat:no-repeat;
    line-height: 1;
    margin-top: 35px;
    margin-bottom: 0;
    color: #333;
}
.m-page-content-main-title h2 {
    font-size: 12px;
    line-height: 1;

    margin-top: 7px;
    margin-bottom: 0;

    text-transform: uppercase;

    color: #9e9e9e;
}
.m-page-content-main-article {
    width: 100%;
    padding-top: 30px;
   
    color: #666;
   
}
.m-page-content-main-article-lb{

    width: 100%;
    
    /*background: #E0EAF5;*/
    color: #666;
}
.m-page-content-main-article h1,
.m-page-content-main-article h2,
.m-page-content-main-article h3,
.m-page-content-main-article h4,
.m-page-content-main-article h5,
.m-page-content-main-article h6 {
    line-height: 1 !important;

    margin: 0;
}
.m-shareholder {
    width: 100%;
    padding: 30px 0;

    border-bottom: 1px dashed #dfdfdf;
}
.m-shareholder-photo {
    float: left;

    width: 146px;
    height: 146px;

    border: 1px solid #f0f0f0;
}
.m-shareholder-photo img {
    width: 130px;
}
.m-shareholder-caption {
    float: right;
    overflow: auto;

    width: 645px;
    height: 136px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.m-shareholder-caption p {
    font-size: 14px;
    line-height: 24px;

    margin: 0;

    text-indent: 2em;

    color: #7f7f7f;
}
.m-shareholder-caption p strong {
    font-weight: bold;

    color: #555;
}
.m-development {
    position: relative;

    overflow: hidden;

    width: 100%;
}
.m-development-line {
    position: absolute;
    z-index: 1;
    bottom: 45px;
    left: 121px;

    width: 1px;
    height: 100%;

    background-color: #d7c197;
}
.m-development-maker {
    position: absolute;
    top: 0;
    left: 117px;

    width: 5px;
    height: 100%;
}
.m-development-maker > i {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: -2px;

    width: 5px;
    height: 5px;
    margin-top: -3px;

    border: 2px solid #c7000a;
    border-radius: 50%;
    background-color: #fff;
}
.m-development-maker:before,
.m-development-maker:after {
    position: absolute;
    left: 50%;

    display: block;

    width: 1px;
    height: 50%;

    content: '';

    background-color: #e1e4ec;
}
.m-development-maker:before {
    top: 0;
}
.m-development-maker:after {
    bottom: 0;
}
.m-development ul li {
    position: relative;

    display: block;

    width: 100%;
    height: 100px;
}
.m-development ul li:first-of-type .m-development-maker:before,
.m-development ul li:last-of-type .m-development-maker:after {
    display: none !important;
}
.m-development ul li:nth-of-type(odd) {
    background-color: #f7f8f9;
}
.m-development ul li .date {
    font-size: 14px;

    float: left;

    width: 120px;
    padding-right: 12px;

    text-align: right;

    color: #454545;
}
.m-development ul li .date span {
    font-size: 16px;
}
.m-development ul li .caption {
    float: left;

    box-sizing: border-box;
    width: 698px;
    height: 100px;
}
.m-development ul li .caption > div {
    width: 650px;
    margin-left: 24px;
}
.m-development ul li .caption p {
    font-size: 14px;
    line-height: 24px;

    margin: 0;

    color: #666;
}
.m-influence ul {
    margin: 0;
    margin-top: -30px;
    margin-left: -60px;
    padding: 0;

    list-style: none;
}
.m-influence ul li {
    display: block;
    float: left;

    width: 380px;
    height: 105px;
    margin-top: 30px;
    margin-left: 60px;

    border-bottom: 5px solid #ecf1f4;
    background-color: #f3f6f8;
    background-image: url(/templets/ztcj/images/influence-icon.png);
    background-repeat: no-repeat;
    background-position: 20px center;
}
.m-influence-caption {
    width: 300px;
    margin-left: 65px;
}
.m-influence-caption p {
    margin-bottom: 0;
}
.m-honor dl + dl {
    margin-top: 36px;
}
.m-honor dl dt {
    font-size: 14px;
    line-height: 41px;

    text-indent: 15px;

    color: #272625;
    background-image: url(/templets/ztcj/images/honor-title.jpg);
    background-repeat: repeat;
    background-position: 0 0;
}
.m-honor dl dt span {
    font-size: 18px;

    margin-right: 2px;
}
.m-honor dl dd {
    font-size: 16px;
    line-height: 24px;

    margin-top: 36px;
    margin-left: 15px;

    text-indent: 8px;

    color: #555;
    border-left: 2px solid #c7c7c7;
}
.m-partner {
    width: 100%;

    border-bottom: 1px dashed #dfdfdf;
}
.m-partner-banner {
    width: 100%;
    height: auto;
    margin-top: -30px;
}
.m-partner-list-wrap {
    margin-top: 15px;
    margin-left: -40px;
    padding-bottom: 30px;
}
.m-partner-list {
    float: left;

    width: 176px;
    margin-top: 25px;
    margin-left: 39px;
}
.m-partner-list .photo {
    line-height: 115px;

    width: 174px;
    height: 115px;

    text-align: center;

    border: 1px solid #eee;
}
.m-partner-list .photo img {
    max-width: 70%;
}
.m-partner-list .title {
    font-size: 14px;
    line-height: 1;

    display: none;
    overflow: hidden;

    width: 100%;
    margin-top: 12px;

    text-align: center;
    white-space: nowrap;
    text-overflow: ellipsis;

    color: #555;
}
.m-business-overview {
    width: 100%;
    padding-top: 30px;
}
.m-business-overview > a {
    display: block;
    float: left;

    width: 135px;
    height: 380px;

    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    text-decoration: none;

    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.m-business-overview > a:hover,
.m-business-overview > a:focus {
    margin-top: -20px;
}
.m-business-overview > a + a {
    margin-left: 2px;
}
.m-business-overview-grid-1 {
    background-image: url(/templets/ztcj/images/business-overview-1.jpg);
}
.m-business-overview-grid-2 {
    background-image: url(/templets/ztcj/images/business-overview-2.jpg);
}
.m-business-overview-grid-3 {
    background-image: url(/templets/ztcj/images/business-overview-3.jpg);
}
.m-business-overview-grid-4 {
    background-image: url(/templets/ztcj/images/business-overview-4.jpg);
}
.m-business-overview-grid-5 {
    background-image: url(/templets/ztcj/images/business-overview-5.jpg);
}
.m-business-overview-grid-6 {
    background-image: url(/templets/ztcj/images/business-overview-6.jpg);
}
.m-business-overview > a > span {
    line-height: 30px;

    display: block;

    margin-top: 280px;
    margin-right: 9px;
    margin-left: 9px;

    -webkit-transition: all .3s;
         -o-transition: all .3s;
            transition: all .3s;
    text-align: center;

    color: #fff;
    background-color: rgba(50,128,188,.5);
}
.m-business-overview > a:hover > span,
.m-business-overview > a:focus > span {
    background-color: rgba(50,128,188,1);
}
.m-business-content-box {
    width: 100%;
}
.m-business-content-box + .m-business-content-box {
    margin-top: 20px;
}
.m-business-content-box-title {
    width: 100%;
    height: 34px;
	font-family:Microsoft YaHei ;
    color: #272625;
    border-bottom: 1px solid #d7c197;
}
.m-business-content-box-title > span {
    font-size: 16px;
    font-weight: bold;
    line-height: 34px;

    display: block;
    float: left;

    padding: 0 22px;

    background-color: #d7c197;
}
.m-business-content-box-description {
    margin-top: 20px;
}
