﻿@keyframes myfirst {
    0% {
        left: 50%;
        top: 0%;
    }
    25% {
        left: 50%;
        top: 10%;
    }
    50% {
        left: 50%;
        top: 20%;
    }
    75% {
        left: 50%;
        top: 30%;
    }
    100% {
        left: 50%;
        top: 40%;
    }
}

img {
    outline: none;
}

.vcenter {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    
    margin: auto;
}

.tHide {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

input[type="button"],
input[type="submit"],
input[type="reset"] {
    -webkit-appearance: none;
}

textarea {
    -webkit-appearance: none;
}

.blockFull {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.relative {
    position: relative;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #000b65;
    text-decoration: none;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clearfix {
    _zoom: 1;
}

.clearfix:after {
    clear: both;
    content: '.';
    display: block;
    width: 0;
    height: 0;
    visibility: hidden;
}

.clear {
    overflow: hidden;
    _zoom: 1;
}
.clearc {
   clear: both;
}

body {
    font-family: "微软雅黑", "黑体";
    min-width: 320px;
    margin: 0px;
    padding: 0px;
    background: #fff;
    font-size: 14px;
}

ul {
    padding: 0px;
    margin: 0px;
}

ul li {
    list-style: none;
}

.blur {
    filter: url(../image/blur.svg);
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
    filter: progid: DXImageTransform.Microsoft.Blur(PixelRadius='10', MakeShadow='false', ShadowOpacity='0.75');
}

@font-face {
    font-family: 'Glyphicons Halflings';
  
    src: url('../font/glyphicons-halflings-regular.eot');
    src: url('../font/glyphicons-halflings-regular.eot') format('embedded-opentype'), url('../font/glyphicons-halflings-regular.woff2') format('woff2'), url('../font/glyphicons-halflings-regular.woff') format('woff'), url('../font/glyphicons-halflings-regular.ttf') format('truetype'), url('../font/glyphicons-halflings-regular.svg') format('svg');
  }
  .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
  
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

.glyphicon-list:before {
    content: "\e056";
}
*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.phone-nav {
    position: absolute;
    font-size: 24px;
    right: 15px;
    line-height: 40px;
    display: none;
    color: #000b65;
    top: 25px;
    z-index: 9999;
}

.phone-nav:hover {
    color: #333;
}

@media (max-width: 1000px) {
    .phone-nav {
        display: block;
    }
}

.container {
    max-width: 1280px;
    width: 98%;
    margin: auto;
}

.header {
    clear: both;
    width: 100%;
    position: fixed;
    z-index: 999999;
    background-color: #f2f0f0;
}

.header01 {
    clear: both;
    border-top: 0px solid #000;
    position: absolute;
    width: 100%;
    z-index: 99;
    height: auto;
    left: 0;
    top: 0;
    
    background: #fff;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=20);
    filter: alpha(opacity=20);
    opacity: .9;
    -webkit-transition: all ease-in 250ms;
    transition: all ease-in 250ms;
}

.header01:hover {
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
}

.header02 {
    position: static;
    margin: 0 auto;
    width: 1200px;
}

.logo {
    margin-top: 15px;
    background: 0 0;
}

.logo img,
.logo1 img {
    max-width: 100%;
}

.nav {
    margin-left: 60px;
    position: static;
    z-index: 2;
}

.nav ul li.nav01 {
    float: left;
    line-height: 100px;
    font-size: 16px;
    border-right: 1px solid #eee;
}

.nav ul li a.navName1 {
    padding: 42px 25px;
    transition: 0.3s;
    color: #333;
}

.nav ul li:hover a.navName1 {
    color: #fff;
    background: #000b65;
}

.nav ul li:hover ul li a {
    background: #fff;
    color: #333;
}

.nav ul li ul {
    width: 100%;
    padding: 10px 0;
    background: #fff;
    display: none;
}

.nav ul li ul li {
    float: none;
    font-size: 14px;
    line-height: 30px;
    border-right: 0;
}

.nav ul li ul li a {
    padding: 0;
    display: block;
    text-align: center;
}

.nav ul li ul li a:hover {
    background: #000b65;
    color: #fff;
}

.nav ul li ul li .three {
    position: absolute;
    left: 100%;
    width: 100%;
    top: -10px;
    padding: 10px 0;
    display: none;
}

.nav ul li.active a {
    color: #fff;
    background: #000b65;
}

.nav ul li:last-child {
    border-right: 0;
}

.top-bg {
    clear: both;
    border-top: 0px solid #000;
    position: absolute;
    width: 100%;
    z-index: 10;
    height: 123px;
    left: 0;
    top: 0;
    background: #fff;
}

.topx {
    clear: both;
    position: relative;
    margin: 0 auto;
    
    width: 100%;
    height: 123px;
    z-index: 99999;
}

.topx-mask {
    background: #fff;
    height: 123px;
    width: 100%;
    position: absolute;
}

@media all and (max-width:1160px) {
    .topx {
        width: 100%;
    }
}

.topx a {
    color: #44abd8;
}

.logo1 {
    display: block;
    z-index: 999999;
    padding-top: 30px;
    padding-left: 33px;
}

.pic {
    position: relative;
    overflow: hidden;
}




.navMenu1,
.navMenu2 {
    width: 400px;
    position: absolute;
    top: 100px;
    left: 0;
    padding: 0px 0;
    border: 4px solid #262f72;
    border-left: 0;
    border-right: 0;
    background: #fff;
    display: none;
}

.navMenu2 {
    position: none;
    float: left;
}

.navMenu1 ul li {
    width: 160px;
    margin: 0 20px;
    display: inline;
    background: none;
}

.navName2 {
    width: 100%;
    display: block;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #c6b6b6;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.navName2:hover,
.navMenu1 ul li.current .navName2 {
    color: #f20000;
}

.nav01 .navName2x {
    width: 100%;
    display: block;
    border-bottom: 0px solid #c6b6b6;
    font-size: 18px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px 0 10px 20px;
    font-weight: 400;
    line-height: 100%;
}

.nav01 .navName2x span {
    border-bottom: 1px solid #c6b6b6;
    display: block;
    margin-right: 40px;
    padding-bottom: 5px;
}

.nav01 .navName2x:hover,
.navMenu1 .current .navName2x {
    color: #f20000;
}

.navMenu1 ul li.current {
    position: relative;
    z-index: 9;
}

.navMenu1 ul li.current .navName2 {
    background: url(../image/navArrow.png) no-repeat 100% 50%;
}

.navMenu1 i {
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -6px;
    border: 6px solid transparent;
    _border-color: tomato;
    _filter: chroma(color=tomato);
    border-bottom-color: #fff;
    overflow: hidden;
    pointer-events: none;
}

.nav-0 {
    height: 40px;
    line-height: 40px;
}


.top-nav {
    position: absolute;
    right: 0px;
    top: 40px;
    height: 20px;
    text-align: right;
    z-index: 9999999;
    margin: 0 35px;
}
.top-nav-40z {
    position: absolute;
    right: 220px;
    top: 40px;
    height: 20px;
    text-align: right;
    z-index: 9999999;
    margin: 0 35px;
}
.top-nav-40z img{
    width: 140px;
}

.top-nav dl {
    margin: 0;
    padding: 0;
}

.top-nav dd {
    margin: 0;
    padding: 0;
    padding-left: 20px;
    float: left;
    color: #666;
}

.top-nav a {
    font-size: 12px;
    color: #333;
    display: block;
}

.hotline {
    position: absolute;
    right: 0px;
    top: 65px;
    
    width: 190px;
    font-size: 18px;
    font-weight: normal;
    color: #333;
    text-align: right;
}

.hotline span {
    display: inline-block;
    width: 32px;
    height: 32px;
    font-style: normal;
    text-indent: -9999px;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../image/hotline.png) 0 0 no-repeat;
}

.hotline b {
    font-size: 18px;
    height: 32px;
    line-height: 40px;
    display: inline-block;
    margin-left: 32px;
}

.search {
    position: absolute;
    right: 0px;
    
    margin: 0 35px;
    top: 72px;
    width: 184px;
    height: 22px;
    background: #fff;
    border: 1px solid #ccc;
}

.search-input {
    border: none;
    background: none;
    width: 156px;
    height: 18px;
    position: absolute;
    left: 2px;
    top: 2px;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background: url(../image/btn-search.png) 1px 1px no-repeat #ccc;
    cursor: pointer;
    padding: 0;
    border-width: 0px;
}

.header .er_show1 {
    position: absolute;
    right: 40px;
    top: 30px;
    width: 32px;
    height: 32px;
    background: url(../image/icon-weixin.png) top left no-repeat;
    text-align: right;
    line-height: 32px;
}

.header .er_show1 .er_img1 {
    position: absolute;
    top: 30px;
    left: -100px;
    width: 160px;
    height: 160px;
    z-index: 9999;
    display: none;
}

.top-weixin {
    position: absolute;
    right: 0;
    top: 32px;
    width: 100px;
    padding-right: 40px;
    height: 32px;
    background: url(../image/icon-weixin.png) top right no-repeat;
    text-align: right;
    line-height: 32px;
}

.top-weixin-qrcode {
    position: absolute;
    right: 0;
    top: 32px;
    width: 120px;
    height: 0px;
    z-index: 9;
}

.head-mask {
    background: #fff;
}

.xnav {
    position: relative;
    top: 60px;
}

.yw-4{
  width: 25%;
  float: left;
}
.nav0 {
    max-width: 1160px;
    width: 100%;
    margin: 0 auto;
}

.nav1 {
    width: 100%;
}

.nav1 ul li {
    float: left;
    margin-left: -1px;
    
    min-width: 105px;
    margin-left: 5px;
    margin-right: 5px;
}

.nav1 ul li.last {
    background: none;
}

.navName {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    padding: 0 10px;
    
    color: #000;
}

.navName:hover,
.nav1 ul li.current .navName {
    
    background-color: #d70000;
    color: #fff;
}

.navMenu {
    width: 400px;
    position: absolute;
    top: 40px;
    left: 0;
    padding: 12px 0;
    border-bottom: 4px solid #d70000;
    background: url(../image/navBg.png) #fff repeat;
    display: none;
}

.navMenu ul li {
    width: 160px;
    margin: 0 20px;
    display: inline;
    background: none;
}

.navName2 {
    width: 100%;
    display: block;
    height: 34px;
    line-height: 34px;
    border-bottom: 1px solid #c6b6b6;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.navName2 {
    display: block;
    text-align: center;
}

.navName2:hover {
    background: #e8e8ea;
    color: #000;
    
}

.navMenu ul li.current .navName2 {
    color: #000b65;
}

.navName2x {
    width: 100%;
    display: block;
    border-bottom: 0px solid #000b65;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding: 10px 0 10px 20px;
    font-weight: 400;
}

.navName2x span {
    border-bottom: 1px solid #c6b6b6;
    display: block;
    margin-right: 40px;
    padding-bottom: 0px;
    background: url(../image/bus-nav-icon02.png) no-repeat;
    background-position: left center;
    padding-left: 10px;
}

.navName2x:hover,
.navMenu .current .navName2x {
    color: #000;
}

.navMenu ul li.current {
    position: relative;
    z-index: 9;
}

.navMenu ul li.current .navName2 {
    background: url(../image/navArrow.png) no-repeat 100% 50%;
}

.navMenu i {
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -6px;
    border: 6px solid transparent;
    _border-color: tomato;
    _filter: chroma(color=tomato);
    border-bottom-color: #fff;
    overflow: hidden;
    pointer-events: none;
}

.nav-0 {
    height: 40px;
    line-height: 40px;
}

.navMenuTwo {
    width: 400px;
    border-left: 3px solid #cccccc;
    position: absolute;
    top: 0px;
    left: 100%;
    z-index: 99;
    background-color: #f2f2f2;
    display: none;
}

.navMenuTwo_con {
    padding: 10px 0;
    overflow: hidden;
}

.navMenuTwo_tab {
    width: 160px;
    float: left;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
}

.navMenuTwo_tab ul li {
    width: 130px;
    margin: 0;
    text-align: left;
    padding: 0 10px;
}

.navMenuTwo_tab ul li a {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    width: 100%;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.navMenuTwo_tab ul li a:hover,
.navMenuTwo_tab ul li.current a {
    color: #000b65;
}

.navMenuTwo_list {
    width: 238px;
    float: left;
    border-left: 1px solid #ccc;
    padding-bottom: 9999px;
    margin-bottom: -9999px;
}

.navMenuTwo_list ul li em {
    font-family: "宋体";
    font-style: normal;
    margin-right: 8px;
}

.navMenuTwo_list ul li {
    width: 100%;
    margin: 0;
}

.navMenuTwo_list ul li a {
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #666;
    padding-left: 20px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.navMenuTwo_list ul li a:hover {
    color: #000b65;
}

.navMenuOther {
    width: 160px;
    position: absolute;
    top: 35px;
    left: 50%;
    margin-left: -80px;
    z-index: 99;
    padding: 5px 0 15px 0;
    border-bottom: 2px solid #262f72;
    background: url(../image/navBg.png) repeat;
    display: none;
}

.navMenuOther ul li {
    width: 140px;
    float: none;
    padding: 0 10px;
    background: none;
    margin: 0;
}

.navMenuOther .arrowOne {
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -6px;
    border: 6px solid transparent;
    _border-color: tomato;
    _filter: chroma(color=tomato);
    border-bottom-color: #fff;
    overflow: hidden;
    pointer-events: none;
}

.navMenu .arrowOne {
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    left: 50%;
    margin-left: -6px;
    border: 6px solid transparent;
    _border-color: tomato;
    _filter: chroma(color=tomato);
    border-bottom-color: #fff;
    overflow: hidden;
    pointer-events: none;
}

.navMenuOther_name {
    width: 100%;
    display: block;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #c6b6b6;
    font-size: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.navMenuOther_con {
    width: 150px;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    padding: 5px 10px 15px 10px;
    border: 1px solid #dcdcdc;
    background: #f1f1f1;
    z-index: 999;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    display: none;
}

.navMenuOther_conx {
    padding: 0 0 0 20px;
}

.navMenuOther_con .arrowTwo {
    width: 0;
    height: 0;
    position: absolute;
    top: 17px;
    right: 100%;
    border: 8px solid transparent;
    _border-color: tomato;
    _filter: chroma(color=tomato);
    border-right-color: #ccc;
    overflow: hidden;
    pointer-events: none;
}

.navMenuOther_con dl dd {
    width: 100%;
    width: auto;
    display: block;
    float: none;
    padding: 5px 0 5px 0;
    margin: 0 10px;
}

.navMenuOther_conx dd {
    padding: 3px 0;
}

.navMenuOther_con ul li {
    width: 100%;
    width: auto;
    display: block;
    float: none;
    padding: 5px 0 5px 0;
    margin: 0 10px;
}

.navMenuOther_name2 {
    width: 100%;
    display: block;
    line-height: 20px;
    border-bottom: 0px solid #c6b6b6;
    font-size: 14px;
    font-weight: 100;
    
}

.navMenuOther_name2x {
    clear: both;
    display: block;
    padding: 0px 0;
    font-size: 12px;
    color: #666;
    padding-left: 10px;
    background-position: 0 20px;
    transition: all .5s;
}

.navMenuOther_name2x:hover {
    background: url(../image/bus-nav-icon03.png) no-repeat;
    background-position: 0 0;
    transition: all .5s;
    color: #000;
}

.nav-bg {
    height: 40px;
    
    background: #e3e0e0;
    background: #F2F2F2;
    border-bottom: 0px solid #d4d4d4;
    border-top: 1px solid #d4d4d4;
}

.clearfix .clearfix li {
    float: left;
    width: 140px;
}

.banner {
    text-align: center;
    z-index: 1;
    margin: auto;
}

.banner img {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}

.banner .slick-dots {
    height: 47px;
    bottom: 0;
    background: url(../image/dotsbg.png);
}

.banner .slick-dots li {
    margin-top: 15px;
}

.banner .slick-dots li button {
    background: url(../image/dots.png) #fff no-repeat center;
    
    width:10px;
    height: 10px;
}

.banner .slick-dots li.slick-active button {
    background: url(../image/dotsactive.png) #c80000 no-repeat center;
    
    width:10px;
    height: 10px;
}
.feat-item {
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center;
  padding: 10.8125rem 0 0 0;
  height:30rem;
}

.feat-img {
  top: 0;
  background-size: cover;
  background-position: center;
  width: 100%;
  -webkit-transition: all 2s cubic-bezier(.7, 0, .3, 1);
  -ms-transition: all 2s cubic-bezier(.7, 0, .3, 1);
  -o-transition: all 2s cubic-bezier(.7, 0, .3, 1);
  transition: all 2s cubic-bezier(.7, 0, .3, 1);
  -webkit-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  height: 100%
}

.feat-img:before {
  content: "";
  background-color: #2e3036;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  opacity: .6;
  z-index: -1
}

.slick-active .feat-img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1)
}

.feat-caro {
  position: relative
}

.feat-caro>button.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 5.625rem;
  height: 5.625rem;
  width: 5.625rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  z-index: 1;
  background-color: transparent
}

.feat-caro>button.slick-prev {
  left: 3.125rem
}

.feat-caro>button.slick-next {
  right: 3.125rem
}

.feat-caro>button.slick-arrow:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: inherit;
  opacity: .1;
  background-color: #fff
}

.feat-caro .slick-dots {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2.5rem
}

.feat-caro .slick-dots>li button {
  background-color: rgba(255, 255, 255, .15)
}
.feat-cap {
  position: relative;
  max-width: 58%;
  z-index: 1
}

.feat-cap>h2 {
  color: #fff;
  font-size: 3.1rem;
  font-weight: 400
}

.feat-cap>h1+p,
.feat-cap>h2+p {
  margin-top: 10px
}

.feat-cap>p {
  font-size: 1.125rem;
  color: #fff;
  line-height: 2rem
}

.feat-cap>p+.feat-cap-innr {
  margin-top: 2.5rem
}

.feat-cap-innr>a+a {
  margin-left: 1.25rem
}
.feat-cap>h1 {
    font-size: 4.375rem;
    color: #fff;
    font-weight: 400
}

.feat-wrap.style2 .feat-cap {
    max-width: 80%;
    display: inline-block
}

.feat-cap>h1 strong {
    font-size: 3.4375rem
}

.feat-wrap.style2 .feat-item {
    padding-top: 19.6875rem
}

.feat-wrap.style2 .feat-cap>p {
    max-width: 70%;
    display: inline-block
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:before,
.slick-track:after {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.language {
    width: 59px;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    margin-top: -30px;
    margin-right: 20px;
    background: #d80808 url(../image/lengbg.png) no-repeat 80% 9px;
    
}

.zn40 {
    width: 59px;
    font-size: 12px;
    font-weight: bold;
    line-height: 22px;
    margin-top: -40px;
    margin-right: 100px;
}

.zn40 img {
    width: 120px;
    height: 40px;
}

.language a {
    color: #fff;
    display: block;
    padding-left: 10px;
}

.language a.cn {
    display: none;
}

.language:hover a {
    display: block;
}

.font_en {
    font-family: arial;
    font-size: 12px;
    color: #000000;
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    display: block;
}

.font_cn {
    font-size: 12px;
    color: #000000;
}

.dx {
    text-transform: uppercase;
}

.home_pro {
    margin: auto;

    border-bottom: 0px solid #e8e8e8;
    margin-bottom: 30px;
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

.home_pro .pro_title {
    width: 85%;
    margin: 60px 0px;
    box-sizing: border-box;
}

.home_pro .pro_title .t1 {
    font-size: 36px;
    position: relative;
    margin: 10px auto;
    font-family: 宋体;
}

.home_pro .pro_title .t1:after {
    content: "";
    position: absolute;
    width: 30px;
    border-bottom: 2px solid #000b65;
    left: 3px;
    bottom: 0px;
}

.home_pro .pro_title .t2 {
    color: #1a1a1a;
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    height: 22px;
}

.home_pro .sytit-wrap {
    text-align: center;
    padding-bottom: 30px;
}

.home_pro .sytit-wrap p {
    
    line-height: 40px;
    font-size: 13px;
    color: #333;
}

.home_pro .sytit {
    background: url(../image/sybg1.png) no-repeat center;
    
}

.home_pro .sytit .sytitwrap {
    position: relative;
    top: -15px;
    text-transform: uppercase;
}

.home_pro .sytit h3 {
    font-family: "黑体";
    
    color: #000;
    font-weight: bolder;
    

    font-size: 30px;
}

.home_pro .sytit b {
    font-family: "HelveticaInserat";
    font-size: 14px;
    color: #7c7c7c;
    
    font-weight: 100;
}

@media (max-width: 767px) {
    .home_pro .sytit-wrap p {
        line-height: 25px;
        margin-top: 10px;
    }
    .home_pro .sytit-wrap .sytit h3 {
        font-size: 25px;
    }
}

@media (max-width: 480px) {
    .home_pro .pro_title {
        margin-top: 30px;
    }
    .home_pro .pro_title .t1 {
        font-size: 30px;
    }
}

.home_pro .pro_com1 {
    position: relative;
    width: 100%;
    display: block;
}

.home_pro .pro_com1 .pro_mk {
    position: relative;
    width: 25%;
    float: left;
    
    overflow: hidden;
    display: inline-block;
    
}

.home_pro .pro_com1 .pro_mk1 {
    position: relative;
    width: 23%;
    float: left;
    margin: 1%;
    
    height: 173px;
}

.home_pro .pro_com1 .pro_mk .text-wrap .txt {
    font-size: 16px;
}

@media (max-width: 990px) {
    .home_pro .pro_com1 .pro_mk {
        width: 33.333%;
        float: left;
    }
    .home_pro .pro_com1 .pro_mk .text-wrap .txt {
        font-size: 14px;
    }
    .home_pro .pro_com1 .pro_mk1 {
        width: 31.333%;
        float: left;
    }
}

@media (max-width: 767px) {
    .home_pro .pro_com1 .pro_mk {
        width: 50%;
        float: left;
    }
    .home_pro .pro_com1 .pro_mk1 {
        width: 48%;
        float: left;
    }
}

@media (max-width: 550px) {
    .home_pro .pro_com1 .pro_mk {
        width: 50%;
        float: left;
    }
    .home_pro .pro_com1 .pro_mk1 {
        width: 48%;
        float: left;
    }
}

.home_pro .pro_com1 .pic {
    overflow: hidden;
}

.home_pro .pro_com1 .pic img {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto;
    transition: 0.3s;
}

.home_pro .pro_com1 .pro_mk1 .pic {
    display: none;
}

.home_pro .pro_com1 .pro_mk1 .pic img {
    max-width: 70%;
    max-height: 80%;
    overflow: hidden;
}

@media (max-width: 900px) {
    .home_pro .pro_com1 .pro_mk1 .pic img {
        width: 80%;
    }
}

@media (max-width: 550px) {
    .home_pro .pro_com1 .pic img {
        width: 100%;
    }
}

.home_pro .pro_com1 .pro_mk:hover .pic img {
    transform: scale(1.2);
}

.home_pro .pro_com1 .text-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto;
    transition: 0.3s;
}

.home_pro .pro_com1 .pro_mk1 .text-wrap {
    position: static;
    float: left;
    height: 100%;
    width: 100%;
}

.home_pro .pro_com1 .pro_mk1 .text-wrap {
    background: #fff;
    overflow: hidden;
    display: inline-block;
 box-shadow:2px 2px 5px #cbcbcb;
    border-radius:10px;
    -moz-border-radius:10px;
}

.home_pro .pro_com1 .pro_mk1:hover .text-wrap {
   
    display: inline-block;
 box-shadow:2px 2px 5px #cbcbcb;
    border-radius:10px;
    -moz-border-radius:10px;
}

.home_pro .pro_com1 .text-wrap .txtz {
    text-align: left;
    cursor: pointer;
    z-index: 9999;
    margin: auto;
    max-width: 100%;
    height: 100%;
    box-sizing: border-box;
    
    overflow: hidden;
}

.home_pro .pro_com1 .pro_mk1 .text-wrap .txtz {
    text-align: center;
    display: block;
    overflow: auto;
    z-index: 0;
   
    height: auto;
    width: 100%;
}

.home_pro .pro_com1 .text-wrap .txtz a.text-wrapa {
    width: 100%;
    height: 80%;
    display: block;
}

.home_pro .pro_com1 .text-wrap .txt {
    padding: 10px;
    
    top: 0;
    left: 0;
    width: 100%;
    
}

.home_pro .pro_com1 .pro_mk1 .text-wrap .txt {
   
   
    z-index: 999;
    
    width: 100%;
}

.home_pro .pro_com1 .text-wrap .txt a {
    color: #000;
    display: block;
}

.home_pro .pro_com1 .text-wrap .txt a span {
    display: block;
    width: 100%;
    margin: auto;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    margin-bottom: 5px;
}

.home_pro .pro_com1 .text-wrap .txt a .num {
    font-size: 28px;
    font-family: AvantGardeITCbyBT-Book;
    color: #000b65;
    display: none;
}

.home_pro .pro_com1 .pro_mk1 .text-wrap .txt a .num {
    width: 60px;
    height: 100%;
    display: block;
    padding-top: 10px;
    transition: 0.8s;
}



.home_pro .pro_com1 .pro_mk1 .text-wrap {
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
            position: absolute;
min-height: 173px;
background: #fff;
 
}
.home_pro .pro_com1 .pro_mk1 .back{
    background: #d70000;
  }
.home_pro .pro_com1 .pro_mk1:hover .text-wrap{
      -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  }
  .back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.home_pro .pro_com1 .pro_mk1 .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.home_pro .pro_com1 .pro_mk1 .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.home_pro .pro_com1 .pro_mk1:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.home_pro .pro_com1 .pro_mk1:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

    
.home_pro .pro_com1 .pro_mk1 .front .txt a .tt1 {
    color:  #d70000;
}
.home_pro .pro_com1 .pro_mk1 .back .txt a .tt1 {
    color:  #fff;
}
.home_pro .pro_com1 .pro_mk1 .front .txt a p {
    color: #333;
}
.home_pro .pro_com1 .pro_mk1 .back .txt a p {
    color: #fff;
}
.home_pro .pro_com1 .pro_mk1 .front  .txt a p {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.home_pro .pro_com1 .pro_mk1 .back  .txt a p {
    max-height: 100px;
    height: 100px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.home_pro .pro_com1 .pro_mk1 .back .txt a p span {
    width: auto;
    line-height: 150%;
    height: auto;
    color: #fff;
    margin: 0;
    display: inline-block;
}
.home_pro .pro_com1 .pro_mk1 .text-wrap .txt a .num img {
    width: 70%;
    height: 100%;
    display: block;
    margin: 0 auto;
}

.home_pro .pro_com1 .text-wrap .txt a .tt1 {
    color: #fff;
    font-size: 16px;
    font-weight: bolder;
    
    position: relative;
}





.home_pro .pro_com1 .text-wrap .txt a .tt1:after {
    content: "";
    position: absolute;
    width: 20px;
    
    left: 0px;
    bottom: 0px;
}

.home_pro .pro_com1 .pro_mk1 .text-wrap .txt a .tt1:after {
    left: 45%;
}

.home_pro .pro_com1 .text-wrap .txt a .tt2 {
    color: #969696;
}

.home_pro .pro_com1 .text-wrap .txt a p {
    width: 100%;
    color: #e8e8e8;
    font-size: 0.75em;
    max-height: 40px;
    
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 0px;
    transition: 1.5s;
    bottom: 0;
}

.home_pro .pro_com1 .pro_mk1 .text-wrap .txt a p {
    width: 100%;
    font-size: 9pt;

}

.home_pro .pro_com1 .pro_mk:hover .text-wrap .txt a p {
    height: 40px;
    margin: 0px auto;
    color: #fff;
}

.home_pro .pro_com1 .text-wrap .txt .more {
    width: 100%;
    height: 31px;
    display: block;
    margin: auto;
    text-align: right;
}

.home_pro .pro_com1 .pro_mk1 .text-wrap .txt .more {
    display: none;
}

.home_pro .pro_com1 .pro_mk1 .text-wrap .txt .more {
    float: right;
    margin-top: 5px;
    color: #333;
}

.home_pro .pro_com1 .text-wrap .txt .more {
    float: right;
    margin-top: 5px;
    color: #fff;
}

.home_pro .pro_com1 .text-wrap .txt .morest_more:hover {
    color: #262f72;
}

.home_pro .pro_com1 .text-wrap .txt .more i {
    margin-left: 6px;
    font-family: "瀹嬩綋";
    font-style: normal;
}

.home_pro .pro_com1 .pro_mk .text-wrap .txt .more {
    font-size: 0.9em;
}

@media (max-width: 550px) {
    .home_pro .pro_com1 .pro_mk .text-wrap .txt a p {
        height: 0px;
    }
    .home_pro .pro_com1 .text-wrap .txt a p {
        height: 60px;
    }
}

@media (max-width: 400px) {
    .home_pro .pro_com1 .pro_mk .text-wrap .txt .more {
        display: none;
    }
}

.home_pro .pro_com {
    position: relative;
}

.home_pro .pro_com .pic {
    position: relative;
    overflow: hidden;
}

.home_pro .pro_com .pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 90%;
    max-height: 90%;
    display: block;
    vertical-align: middle;
    margin: auto;
    transition: 0.3s;
}

.home_pro .pro_com .pro_mk2:hover .pic img {
    transform: scale(1.2);
}

.home_pro .pro_com .pic i {
    display: block;
    padding-bottom: 83.4%;
}

.home_pro .pro_com .text-wrap {
    position: relative;
    text-align: center;
    padding: 40px;
    cursor: pointer;
    box-sizing: border-box;
}

.home_pro .pro_com .text-wrap a {
    color: #fff;
    display: block;
}

.home_pro .pro_com .text-wrap a span {
    display: block;
    width: 90%;
    margin: auto;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.home_pro .pro_com .text-wrap a .num {
    font-size: 28px;
    font-family: AvantGardeITCbyBT-Book;
}

.home_pro .pro_com .text-wrap a .tt1 {
    font-size: 16px;
}

.home_pro .pro_com .text-wrap .txt {
    position: absolute;
    text-align: center;
    padding: 40px;
    cursor: pointer;
    transition: 2s;
    left: 0;
    bottom: 0;
    z-index: 9999;
    width: 100%;
    box-sizing: border-box;
}

.home_pro .pro_com .text-wrap .txt a {
    color: #a6a6a6;
    display: block;
}

.home_pro .pro_com .text-wrap .txt a span {
    display: block;
    width: 90%;
    margin: auto;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.home_pro .pro_com .text-wrap .txt a .num {
    font-size: 28px;
    font-family: AvantGardeITCbyBT-Book;
    color: #000b65;
}

.home_pro .pro_com .text-wrap .txt a .tt1 {
    color: #1a1a1a;
    font-size: 16px;
}

.home_pro .pro_com .text-wrap .txt a .tt2 {
    color: #969696;
}

.home_pro .pro_com .text-wrap .txt a p {
    width: 90%;
    color: #000;
    line-height: 20px;
    overflow: hidden;
    height: 0px;
    transition: 1s;
}

.home_pro .pro_com .text-wrap .txt .more {
    width: 31px;
    height: 31px;
    display: block;
    margin: auto;
    background: url(../image/pro_quan.png) no-repeat;
    display: none;
}

.home_pro .pro_com .pro_mk2:hover .text-wrap .txt {
    background: rgba(0, 0, 0, 0.7);
}

.home_pro .pro_com .text-wrap .txt:hover a {
    color: #fff;
}

.home_pro .pro_com .pro_mk2:hover .text-wrap .txt a .num {
    color: #fff;
}

.home_pro .pro_com .pro_mk2:hover .text-wrap .txt a .tt1 {
    color: #fff;
}

.home_pro .pro_com .pro_mk2:hover .text-wrap .txt a .tt2 {
    color: #fff;
}

.home_pro .pro_com .pro_mk2:hover .text-wrap .txt a p {
    height: 80px;
    margin: 20px auto;
    color: #fff;
}

.home_pro .pro_com .pro_mk2:hover .text-wrap .txt .more {
    display: block;
}

.home_pro .pro_com .slick-dots {
    position: absolute;
    top: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
    height: 13px;
}

.home_pro .pro_com .slick-dots li button {
    height: 13px;
    width: 13px;
    border: 2px solid #000b65;
    background: #fff;
}

.home_pro .pro_com .slick-dots .slick-active button {
    border-color: #000b65;
    background: #000b65;
}

@media (max-width: 480px) {
    .home_pro .pro_com .slick-dots {
        width: 100%;
        top: -30px;
    }
}




.syabout1 {
    max-width: 1920px;
    width: 98%;
    height: 576px;
    background: #eee;
    margin-bottom: 20px;
}

.syabout{
    background: #fff;
}
.syabout,
.sydj_pro{
  width: 100%;
    padding-top: 70px;
    padding-bottom: 70px;
    
    
    background: #fcfcfc;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.home_pro .bg,
.in_newsBox .bg,
.syabout .bg,
.sydj_pro .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    
}

.syabout .bg img,
.in_newsBox .bg img {
    display: block;
    width: 100%;
    height: 100%;
}

.syabout .container1 {
    max-width: 1280px;
    width: 98%;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.syabout .syaredbg {
    width: 93%;
    height: 428px;
    background: #b3b3b3;
    float: right;
    margin-top: 14px;
    position: relative;
}

.syabout .syaredbg .syawhitebg {
    width: 100%;
    height: 100%;
    background: #F2F2F2;
    position: relative;
    
    top: -20px;
    border: #F2F2F2 1px solid;
    left: -7.2%;
    
}

.syabout .syaredbg .syawhitebg .syaleft {
    width: 44.162%;
    height: 75.7%;
    margin: 40px 0 0 50px;
}

.syabout .syaredbg .syawhitebg .syaleft .pic {
    position: relative;
    overflow: hidden;
}

.syabout .syaredbg .syawhitebg .syaleft .pic .vcenter {
    position: relative;
    border: 5px solid #b3b3b3;
}

.syabout .syaredbg .syawhitebg .syaleft .pic:after {
    padding-bottom: 75%;
}

.syabout .syaredbg .syawhitebg .syaright {
    width: 46.382%;
    margin: 50px 25px 0 0;
    position: relative;
    z-index: 1;
}

.syabout .syaredbg .syawhitebg .syaright .bg1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.syabout .syaredbg .syawhitebg .syaright .bg1 img {
    display: none;
    width: 100%;
    height: auto;
}

.syabout .syaredbg .syawhitebg .syaright h3 {
    font-family: "黑体";
    font-size: 30px;
    color: #333;
    font-weight: bolder;
}

.syabout .syaredbg .syawhitebg .syaright b {
    font-size: 14px;
    color: #333;
    font-weight: 100;
    display: block;
}

.syabout .syaredbg .syawhitebg .syaright span {
    width: 51px;
    height: 2px;
    background: #d80808;
    display: inline-block;
}

.syabout .syaredbg .syawhitebg .syaright p {
    color: #333;
    line-height: 25px;
    margin: 5px 0 0;
    height: 125px;
    font-size: 14px;
    overflow: hidden;
}

.syabout .syaredbg .syawhitebg .syaright a {
    display: inline-block;
    width: 134px;
    height: 34px;
    border: 1px solid #d80808;
    line-height: 34px;
    text-align: center;
    color: #d80808;
    margin: 25px 0 0;
    transition: 0.3s;
}

.syabout .syaredbg .syawhitebg .syaright a:hover {
    background: #d80808;
    color: #fff;
}

.more-bt {
    display: inline-block;
    width: 134px;
    height: 34px;
    border: 1px solid #d80808;
    line-height: 34px;
    text-align: center;
    margin: 25px 0 0;
    transition: 0.3s;
    background: #d80808;
    color: #fff;
}

.more-bt:hover {
    color: #fff;
    background: #8d0404;
}

@media (min-width: 768px) and (max-width: 991px) {
    .syabout .syaredbg .syawhitebg .syaleft .pic {
        width: 100%;
        margin: 5% 0 0 0px;
    }
    .syabout .syaredbg .syawhitebg .syaright {
        width: 45.382%;
        margin-right: 10px;
    }
}

@media (max-width: 767px) {
    .syabout {
        height: auto;
        padding-bottom: 40px;
    }
    .syabout .syaredbg {
        width: 100%;
        float: none;
        height: auto;
    }
    .syabout .syaredbg .syawhitebg {
        width: 100%;
        position: static;
    }
    .syabout .syaredbg .syawhitebg .pic {
        margin: 0 !important;
    }
    .syabout .syaredbg .syawhitebg .syaleft {
        width: 100%;
        margin: 0;
    }
    .syabout .syaredbg .syawhitebg .syaright {
        width: 100%;
        margin: 50px 0 0;
        text-align: center;
        background: rgba(255, 255, 255, 0.5);
    }
    .syabout .bg img {
        display: block;
        width: 300%;
        margin-left: -180%;
        height: 100%;
    }
}




.sydj_pro {
    background: #f8f7fc;
    padding: 40px 0;
}

.sydj-wrap {
    text-align: center;
    padding-bottom: 30px;
}

.sydj-wrap p {
    

    line-height: 40px;
    font-size: 13px;
    color: #333;
}

.sydj-wrap .sytit {
    background: url(../image/sybg1.png) no-repeat center;
}

.sydj-wrap .sytit .sytitwrap {
    position: relative;
    top: -15px;
    text-transform: uppercase;
}

.sydj-wrap .sytit h3 {
    font-family: "黑体";
    font-size: 30px;
    color: #000;
    font-weight:bolder;
    

}


.sydj-wrap .sytit b {
    font-family: "HelveticaInserat";
    font-size: 14px;
    color: #7c7c7c;
    
    font-weight: 100;
}

.sydj_pro .list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sydj_pro .list:nth-child(2) {
    margin-top: 20px;
}

.sydj_pro .list .box {
    width: calc(53% - 10px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.sydj_pro .list .ptbox {
    width: calc(45% - 10px);
    position: relative;
}

.sydj_pro .list .item {
    background: #fff;
    
    width: calc(50% - 20px);
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
    border: #e6e6e6 1px solid;
   
}

.sydj_pro .list .item:nth-child(-n+2) {
    margin-bottom: 20px;
}

.sydj_pro .list .item .text {
    padding: 20px 30px;
    position: relative;
    height: 100%;
}


.dj{padding-bottom: 0px;}
.dj .list .item .text .h {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: 48px;
    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    
}
.dj .list .item .text .h:after {
    content: "";
    position: absolute;
    height: 18px;
    border-left: 3px solid #000;
    left: 10px;
    top: 0;
    margin-top:25px;
    float: left;
}
.xw .list .item .text .h {
    font-size: 16px;
    line-height: 24px;
    width: 100%;
    height: 52px;
    
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    position: relative;
    font-weight: bolder;
    
}
.xw .list .item .text .h:after {
    content: "";
    width: 30px;
    height: auto;
    position: absolute;
    border-bottom: 3px solid #d70000;
    left: 0px;
    bottom: 0;
}

.dj .list .item .text .date {
    color: #999999;
    margin-top: 15px;
    
    font-size: 12px;
    width: 100%;
    height: 40px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xw .list .item .text .date {
    color: #999999;
    margin-top: 15px;
    
    font-size: 12px;
    width: 100%;
    height: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xw .list .item .text .date1 {
    color: #999999;
    margin-top: 5px;
    
    font-size: 12px;
    width: 100%;
    height: 20px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.dj .list .item:hover { background: #d70000;}
.dj .list .item:hover .text .h {
    color: #fff;
}
.dj .list .item:hover .text .h:after {
    border-left: 3px solid #fff;
}
.dj .list .item:hover .text .date {
    color: #fff;
}
.xw .list .item:hover .text .h {
    color: #d70000;
}
.sydj_pro .btns {
    text-align: center;
    margin-top: 30px;
}

.sydj_pro .btns .more {
    margin: 0 45px;
}

.ptbox .inner {
    overflow: hidden;
    height: 100%;
    
    position: relative;
}

.ptbox .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.dj .ptbox .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.dj .slick-list{ height: 100%;}
.dj .slick-track{ height: 100%;}



.dj .slick-prev,.dj .slick-next {
	z-index:20;
	position:absolute;
	display:block;
	height:50px;
	width:50px;
	line-height:0;
	font-size:0;
	cursor:pointer;
	background:transparent;
	color:transparent;
	top:50%;
	margin-top:-30px;
	padding:0;
	border:none;
	outline:none;
	z-index:3;
}
.dj .slick-prev {
    left: 30px;
    border-left: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform: rotate(45deg);
}
.dj .slick-next {
	border-right: solid 1px #fff;
	border-bottom: solid 1px #fff;
	transform: rotate(-45deg);
}

.ptbox .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.3s ease-out 0s;
}

.ptbox .img a {
    display: block;
    height: 100%;
}

.ptbox .img img {
    width: 100%;
    height: auto;
    max-height: none;
}

.ptbox .v {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 30px;
    bottom: 100%;
    margin-bottom: -10px;
    font-family: icon;
    border: 2px solid #fff;
    border-radius: 100%;
    line-height: 41px;
    text-align: center;
    color: #fff;
    font-size: 26px;
    text-indent: 5px;
    cursor: pointer;
    z-index: 1;
    font-size: 22px;
    color: #d70000;
    border-color: #d70000;
}

.ptbox .v:hover {
    color: #fff;
    background: #d70000;
}

.ptbox .video {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: none;
}

.ptbox .video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ptbox .video .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
}

.ptbox .text {
    position: absolute;
    left: 0;
    bottom: -1px;
    right: 0;
    
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
}

.ptbox .text a {
    display: block;
    color: #fff;
    padding: 20px 40px 20px 40px;
}

.ptbox .text .date {
    margin-top: 10px;
    line-height: 1;
}

.ptbox .text .h {
    font-size: 20px;
}

.ptbox.act .text {
    display: none;
}

.ptbox.act .video {
    display: block;
}

.ptbox.act .v {
    display: none;
}

@media screen and (max-width:1200px) {
    .sydj_pro .list .item .text {
        padding: 15px 20px;
    }
    .sydj_pro .list .item:nth-child(-n+2) {
        margin-bottom: 10px;
    }
    .sydj_pro .list:nth-child(2) {
        margin-top: 15px;
    }
    .sydj_pro .list .item .text .h {
        height: 48px;
        overflow: hidden;
    }
    .sydj_pro .list .item .text .h:after {
        margin-top:20px;
    }
    .xw .list .item .text .date1 {
        margin-top: 0;
    }
    .ptbox .text a {
        padding: 20px 20px 20px 20px;
    }
    .ptbox .v {
        left: 20px;
    }
    .ptbox .text .h {
        font-size: 18px;
    }
}
@media screen and (max-width:1100px) {
    .sydj_pro .list .item .text .date{
        height: 20px;
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }
    .xw .list .item .text .h {
        font-size: 16px;
        line-height: 24px;
        width: 100%;
        height: 26px;
        
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        position: relative;
        
        
    }
}
.ptbox-x{ display:none;}
.ptbox-d{ display:block;}
@media screen and (max-width:850px) {
    .sydj_pro {
        padding: 36px 0;
    }
    .sydj_pro .content {
        margin-top: 20px;
    }
    .sydj_pro .list {
        display: block;
    }
    .sydj_pro .list .box {
        width: auto;
    }
    .sydj_pro .list .item {
        height: auto;
        width: calc(50% - 7.5px);
    }
    .sydj_pro .list .item:nth-child(-n+2) {
        margin-bottom: 15px;
    }
    .sydj_pro .list:nth-child(2) {
        margin-top: 15px;
    }
    .sydj_pro .list:nth-child(2) .ptbox {
        margin-top: 15px;
    }
    .sydj_pro .list .item:before {
        display: none;
    }
    
    .dj .list .item .text .h {
        height: 48px;
        overflow: hidden;
    }
    .xw .list .item .text .h {
        height: 52px;
        overflow: hidden;
    }
    
    .sydj_pro .list .ptbox {
        width: 100%;
        margin-bottom: 15px;
        padding-top: 20px;
    }
    .ptbox {
        overflow: visible;
    }
    .ptbox-x{ display:block;}
    .ptbox-d{ display:none;}
    .ptbox .inner{
        padding-bottom: 56.25%;
    }
    .dj .inner{
        padding-bottom: 14.07%;
    }
    .ptbox .text a {
        padding: 15px;
    }
    .ptbox .v {
        margin-bottom: 0;
        left: 15px;
    }
    .ptbox .text .h {
        font-size: 14px;
        line-height: 1.5;
    }
}

.company {
    padding-top: 70px;
    padding-bottom: 70px;
    border-top: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    margin: 60px 0px;
    background: #F2F2F2;
}

.company .container ul li {
    width: 33.333333333333336%;
    float: left;
    position: relative;
    padding-left: 2%;
    padding-right: 2%;
    overflow: hidden;
}

.company .container ul li img {
    transition: 0.3s;
}

.company .container ul li img:hover {
    transform: scale(1.1);
}

.company .container ul li i {
    display: block;
    padding-bottom: 44.7%;
}

.company .container ul li .a_t {
    display: block;
    color: #010101;
    font-size: 14px;
    height: 25px;
    line-height: 25px;
}

.company .container ul li p {
    height: 60px;
    line-height: 20px;
    overflow: hidden;
    margin: 15px 0px;
}

.company .container ul li p a {
    color: #131313;
    font-size: 18px;
    word-wrap: break-word;
    word-break: break-all;
}

@media (max-width: 320px) {
    .company .container ul li p a {
        display: block;
    }
}

.company .container ul li .more {
    height: 22px;
    width: 22px;
    display: block;
    background: url(../image/iconfont-jiantou.png) no-repeat;
    background-size: 100%;
}

.company .container ul li .more:hover {
    -webkit-animation: wobble 1s .2s ease both;
    -moz-animation: wobble 1s .2s ease both;
}

.company .container ul li:first-child {
    padding-left: 0px;
}

.company .container ul li:last-child {
    padding-right: 0px;
}

@media (max-width: 640px) {
    .company .container ul li {
        width: 100%;
        padding: 0px;
        margin-bottom: 10px;
    }
    .company .container ul li p {
        height: auto;
    }
}

@media (max-width: 640px) {
    .company {
        padding: 30px 0px;
        margin: 30px 0px;
    }
}

.home_team {
    max-width: 1280px;
    width: 100%;
    padding: 0px;
    margin: auto;
}

.home_team .top {
    max-width: 1280px;
    margin: auto;
    width: 98%;
}

.home_team .top .l1_1,
.home_team .top .l1_2 {
    width: 50%;
    float: left;
}

.home_team .top .l1_1 a {
    font-size: 22px;
    color: #000000;
    line-height: 35px;
    height: 35px;
    width: 85%;
    overflow: hidden;
    margin: 0;
}

.home_team .top .l1_2 {
    text-align: right;
    height: 32px;
    line-height: 32px;
    color: #272727;
    overflow: hidden;
}

.home_team .team_tu1 {
    width: 100%;
    padding: 0px;
    position: relative;
}

.home_team .team_tu {
    width: 100%;
    padding: 0px;
    position: relative;
    margin: 60px 0px;
}




.home_team .team_tu li .pic {
    position: relative;
}

.home_team .team_tu li .pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto;
    transition: 0.3s;
}

.home_team .team_tu li .pic:hover img {
    transform: scale(1.2);
}

.home_team .team_tu li .pic i {
    display: block;
    padding-bottom: 106.5%;
}

.home_team .team_tu li .active:after {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(216, 8, 8, 0.6);
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    position: absolute;
}

.home_team .team_tu li .c1,
.home_team .team_tu li .c2,
.home_team .team_tu li .c3 {
    display: none;
}

@media (max-width: 992px) {
    
}

.home_team .xianshiqy {
    position: absolute;
    text-align: center;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    max-width: 90%;
    width: 755px;
    background: #fff;
    left: 50%;
    display: none;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    padding: 30px 90px;
    z-index: 99;
}

.home_team .xianshiqy .zuo {
    background: url(../image/iconfont-zuojiantou.png);
    left: 30px;
}

.home_team .xianshiqy .you {
    background: url(../image/iconfont-youjiantou.png);
    right: 30px;
}

.home_team .xianshiqy .zuo,
.home_team .xianshiqy .you {
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
    width: 40px;
    height: 75px;
    margin-top: -37.5px;
    text-indent: 999px;
    overflow: hidden;
    top: 50%;
    position: absolute;
    cursor: pointer;
}

.home_team .xianshiqy .closed {
    position: absolute;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    right: 20px;
    top: 20px;
    width: 22px;
    height: 22px;
    background-image: url(../image/iconfont-guanbi.png);
}

.home_team .xianshiqy .biaotiss {
    color: #000b65;
    font-size: 24px;
}

.home_team .xianshiqy .biao2tiss {
    color: #111111;
    font-size: 12px;
}

.home_team .xianshiqy .neirongss {
    font-size: 12px;
    line-height: 24px;
    margin-top: 30px;
    color: #111111;
    max-height: 90px;
    overflow: hidden;
}

.home_team .team_tu .slick-dots {
    position: absolute;
    bottom: -15px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    width: 100%;
}

.home_team .team_tu .slick-dots li button {
    height: 13px;
    width: 13px;
    border: 2px solid #dcdcdc;
    background: #fff;
}

.home_team .team_tu .slick-dots .slick-active button {
    border-color: #000b65;
}

@media (max-width: 480px) {
    .home_team .team_tu .slick-dots {
        width: 100%;
    }
}

.home_team .team_nei {
    background: #d70000;
    display: block;
}

.home_team .team_nei .tw {
    display: none;
}

@media (max-width: 768px) {
    .home_team {}
}

.home_top {
    position: relative;
    max-width: 1280px;
    margin: auto;
    width: 100%;
}

.home_top .zhong {
    font-size: 22px;
    color: #000000;
    line-height: 35px;
    height: 35px;
    width: 85%;
    overflow: hidden;
    margin: 30px 0px;
}

@media (max-width: 640px) {
    .home_top .zhong {
        margin: 20px 0px;
    }
}

.home_top .zaiyu {
    font-size: 24px;
    color: #1f1f1f;
}

.home_top span {
    width: 30px;
    height: 1px;
    display: block;
    background: #c29b73;
    vertical-align: middle;
    margin: 15px 0px;
}

.home_top .zhao_xg {
    font-size: 20px;
    margin-bottom: 15px;
}

.home_top .zaixun {
    font-family: 宋体;
    font-size: 24px;
    color: #1f1f1f;
}

.home_top .ying {
    font-size: 12px;
    color: #272727;
    line-height: 20px;
    height: 20px;
    width: 85%;
    overflow: hidden;
}

.home_top .more {
    height: 22px;
    width: 22px;
    display: block;
    background: url(../image/iconfont-jiantou.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -11px;
}

.home_top .more:hover {
    -webkit-animation: wobble 1s .2s ease both;
    -moz-animation: wobble 1s .2s ease both;
}

.home_top h5 {
    font-family: 宋体;
    font-size: 12px;
}

.home_news .container ul {
    margin: 40px auto 50px;
}

.home_news .container ul li {
    float: left;
    width: 32%;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    border-bottom: 1px solid #d4d4d4;
    margin-right: 2%;
    position: relative;
    padding-left: 15px;
}

.home_news .container ul li a {
    color: #272727;
}

.home_news .container ul li:nth-child(3n+3) {
    margin-right: 0px;
}

.home_news .container ul li:after {
    width: 9px;
    height: 0px;
    content: "";
    border-bottom: 2px solid #272727;
    position: absolute;
    top: 50%;
    left: 0px;
}

.home_news .container ul li:hover a {
    color: #c29b73;
}

.home_news .container ul li:hover:after {
    border-color: #c29b73;
}

@media (max-width: 480px) {
    .home_news .container ul li {
        width: 100%;
        margin: 0px;
    }
}

@media (max-width: 640px) {
    .home_news .container ul {
        margin: 20px auto 30px;
    }
}

.home_news .container .home_top {
    position: relative;
    max-width: 1280px;
    margin: auto;
    width: 100%;
}

.home_news .container .home_top .zhong {
    font-size: 22px;
    color: #000000;
    line-height: 35px;
    height: 35px;
    width: 85%;
    overflow: hidden;
    margin: 0;
}

.home_news .container .home_top .ying {
    font-size: 12px;
    color: #272727;
    line-height: 20px;
    height: 20px;
    width: 85%;
    overflow: hidden;
}

.home_news .container .home_top .more {
    height: 22px;
    width: 22px;
    display: block;
    background: url(../image/iconfont-jiantou.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -11px;
}

.home_news .container .home_top .more:hover {
    -webkit-animation: wobble 1s .2s ease both;
    -moz-animation: wobble 1s .2s ease both;
}

.in_newsBox {
    padding-top: 70px;
    padding-bottom: 70px;
    position: relative;
    z-index: 1;
    background: #F2F2F2;
}

.hehuo .container .home_top {
    margin: 30px 0;
}

.hehuo .container .home_top .zhong {
    font-size: 22px;
    color: #000000;
    line-height: 35px;
    height: 35px;
    width: 85%;
    overflow: hidden;
    margin: 0px;
}

.hehuo .hehuo_con {
    width: 100%;
    padding: 40px 0px;
    border-top: 1px solid #d1d1d1;
}

.hehuo .hehuo_con .nei {
    max-width: 1280px;
    width: 98%;
    margin: auto;
}

.hehuo .hehuo_con .nei div a {
    display: block;
    position: relative;
}

.hehuo .hehuo_con .nei div a img {
    border: 1px solid #a1a1a1;
    max-width: 100%;
    max-height: 100%;
}

.hehuo .hehuo_con .nei div a i {
    display: block;
    padding-bottom: 66.7%;
}

.hehuo .hehuo_con .nei .slick-list {
    max-width: 1200px;
    margin: auto;
    width: 93.75%;
}

.hehuo .hehuo_con .nei .slick-list .slick-slide {
    margin: 0px 5px;
}

.hehuo .hehuo_con .nei .slick-prev,
.hehuo .hehuo_con .nei .slick-next {
    width: 33px;
    height: 33px;
    border: none;
    transform: rotate(0);
}

.hehuo .hehuo_con .nei .slick-prev {
    background: url(../image/left_p.png) no-repeat;
    left: 0px;
}

.hehuo .hehuo_con .nei .slick-next {
    background: url(../image/right_p.png) no-repeat;
    right: 0px;
}

.footer {
    background: #2d2d2d;
    padding: 70px 0px 0px;
}

.footer .foot_con {
    max-width: 1280px;
    width: 98%;
    margin: auto;
}

.footer .foot_con .zhu_c {
    padding-bottom: 50px;
}

.footer .foot_con .zhu_c .ul_1 {
    width: 65%;
    float: left;
}

.footer .foot_con .zhu_c .ul_1 li {
    width: 16.666666666666668%;
    float: left;
    margin: 0 18px 20px 18px;
}

.footer .foot_con .zhu_c .ul_1 li.er_img1 {
    padding-top: 20px;
}

.footer .foot_con .zhu_c .ul_1 li.er_img1 img {
    width: 160px;
    height: 160px;
    z-index: 9999;
}

.footer .foot_con .zhu_c .ul_1 li a {
    display: block;
    width: 100%;
    font-size: 12px;
    color: #777777;
    line-height: 26px;
    box-sizing: border-box;
}

.footer .foot_con .zhu_c .ul_1 li a:hover {
    font-weight: bold;
    
    color: #ccc;
}

.footer .foot_con .zhu_c .ul_1 li .a_tit,
.footer .foot_con .zhu_c .ul_1 li .a_tit_1 {
    font-size: 16px;
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px #777777 solid;
    
}

.footer .foot_con .zhu_c .ul_1 li .a_tit_1 {
    padding-top: 20px;
    margin-bottom: 10px;
}

.footer .foot_con .zhu_c .ul_2 {
    width: 35%;
    float: right;
    color: #777777;
    font-size: 14px;
    line-height: 26px;
    border-left: 1px solid #777777;
    box-sizing: border-box;
    padding-left: 8%;
    position: relative;
    padding-bottom: 10px;
}
.footer .foot_con .zhu_c .ul_2 .er_show1 {
  position:relative;
  left: 150px;
  top: 0px;
  width: 32px;
  height: 32px;
  background: url(../image/icon-weixin.png) top left no-repeat;
  text-align: right;
  line-height: 0px;
  margin-top: -32px;
}

.footer .foot_con .zhu_c .ul_2 .er_show1 .er_img1 {
  position: absolute;
  top: 30px;
  left: -100px;
  width: 160px;
  height: 160px;
  z-index: 9999;
  display: none;
}

.footer .foot_con .zhu_c .ul_2 .ewm .er_img1 {
    margin-top: 20px;
  width: 160px;
  height: 160px;
  z-index: 9999;
}

.footer .foot_con .zhu_c .ul_2 span {
    display: block;
    color: #777777;
}

.footer .foot_con .zhu_c .ul_2 a {
    color: #777777;
}

.footer .foot_con .zhu_c .ul_2 a:hover {
    color: #ccc;
}

.footer .foot_con .zhu_c .ul_2 .ying_tit {
    font-size: 24px;
    display: block;
    
}

.footer .foot_con .zhu_c .ul_2 .a_tit {
    font-size: 18px;
    margin: 10px 0px;
    display: block;
    color: #777777;
    
}

.footer .foot_con .zhu_c .ul_2 .icons {
    margin-top: 20px;
}

.footer .foot_con .zhu_c .ul_2 .icons a {
    position: relative;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -mz-border-radius: 50%;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    opacity: 0.6;
    filter: alpha(opacity=60);
    margin-right: 5px;
    width: 26px;
    height: 26px;
    border: 1px solid #fff;
    display: inline-block;
}

.footer .foot_con .zhu_c .ul_2 .icons a img {
    max-width: 60%;
    max-height: 60%;
}

.footer .foot_con .zhu_c .ul_2 .icons a:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.footer .foot_con .zhu_c .ul_2 .icons a:last-child {
    opacity: 1;
    filter: alpha(opacity=100);
}

@media (max-width: 768px) {
    .footer .foot_con .zhu_c .ul_1,
    .footer .foot_con .zhu_c .ul_2 {
        width: 100%;
        float: none;
    }
    .footer .foot_con .zhu_c .ul_1 {
        display: none;
    }
    .footer .foot_con .zhu_c .ul_2 {
        border: none;
        padding-left: 8%;
        margin-top: 10px;
    }
    .in_newsBox {
        padding-top: 30px;
    }
}

@media (max-width: 480px) {
    .footer .foot_con .zhu_c .ul_1 li {
        width: 50%;
        margin-bottom: 10px;
    }
    .footer .foot_con .zhu_c .ul_2 {
        padding-bottom: 0px;
    }
}

@media (max-width: 480px) {
    .footer {
        padding-top: 20px;
    }
}

.footer .copy_z {
    margin: auto;
    color: #3e3e3e;
    font-size: 12px;
    text-align: center;
    background: #ffffff;
    line-height: 25px;
}

.footer .copy_z .container {
    padding: 10px 0px;
}

.footer .copy_z .container a {
    color: #3e3e3e;
}

.footer .copy_z .container a:hover {
    color: #c29b73;
}

.footer .copy_z .container .left {
    width: 90%;
    text-align: left;
}

.footer .copy_z .container .left .co_zi {
    display: inline-block;
}

.footer .copy_z .container .right .er_show {
    position: relative;
    cursor: pointer;
    display: inline-block;
}

.footer .copy_z .container .right .er_img {
    position: absolute;
    top: -160px;
    left: -160px;
    width: 160px;
    height: 160px;
    z-index: 9999;
    display: none;
}

.footer .copy_z .container .right .m2 {
    display: none;
}

@media (max-width: 480px) {
    .footer .copy_z .container .left {
        width: 100%;
        text-align: center;
    }
    .footer .copy_z .container .left .m1 {
        display: none;
    }
    .footer .copy_z .container .right {
        width: 100%;
        text-align: center;
    }
    .footer .copy_z .container .right .m2 {
        display: block;
    }
}

.crumbs {
    line-height: 34px;
    font-size: 12px;
    height: 34px;
    border-bottom: 1px solid #d4d4d4;
}

.crumbs .centerBlock {
    max-width: 1280px;
    width: 98%;
    margin: auto;
    text-align: right;
}

.crumbs .centerBlock a {
    color: #4e4e4e;
}

.comon_top {
    width: 98%;
    max-width: 1280px;
    margin: auto;
}

.comon_top .top_title {
    text-align: center;
    padding: 60px 0px;
}

.comon_top .top_title .hh1 {
    font-size: 36px;
    color: #050505;
    font-family: "宋体";
    line-height: 60px;
    overflow: hidden;
    height: 60px;
}

.comon_top .top_title .hh2 {
    font-size: 14px;
    color: #3b3b3b;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
}

.comon_top .top_title .hh3 {
    font-size: 10px;
    font-family: arial;
    height: 16px;
    line-height: 16px;
    overflow: hidden;
}

@media (max-width: 640px) {
    .comon_top .top_title {
        padding: 20px 0;
    }
    .comon_top .top_title .hh1 {
        font-size: 32px;
    }
}

.comon_top .top_nav {
    text-align: center;
    background: #c29b73;
    font-size: 16px;
    height: 33px;
}

.comon_top .top_nav a {
    display: inline-block;
    width: 190px;
    color: #2d2d2d;
    line-height: 33px;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.comon_top .top_nav a:before {
    content: "";
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    background: #2d2d2d;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}

.comon_top .top_nav a:hover {
    color: #fff;
}

.comon_top .top_nav a:hover:before {
    height: 39px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.comon_top .top_nav a span {
    position: relative;
    z-index: 2;
    width: 100%;
    overflow: hidden;
    height: 33px;
    display: block;
}

.comon_top .top_nav .active {
    color: #fff;
}

.comon_top .top_nav .active:before {
    height: 39px;
    opacity: 1;
    filter: alpha(opacity=100);
}

@media (max-width: 640px) {
    .comon_top .top_nav {
        background: #fff;
        height: auto;
    }
    .comon_top .top_nav a {
        width: 100%;
        background: #c29b73;
        margin-bottom: 15px;
    }
}

.comon_top .top_nav_er {
    background: #2d2d2d;
    margin-bottom: 50px;
}

.comon_top .top_nav_er ul {
    position: relative;
    left: 50%;
    float: left;
    padding: 15px 0px;
}

.comon_top .top_nav_er ul li {
    position: relative;
    right: 50%;
    float: left;
    padding-top: 8px;
    padding-bottom: 8px;
}

.comon_top .top_nav_er ul li a {
    color: #fff;
    border-right: 1px solid #424242;
    padding: 0 26px;
    display: block;
    width: 100%;
    height: 16px;
    overflow: hidden;
    line-height: 16px;
}

.comon_top .top_nav_er ul li a:hover {
    color: #c29b73;
}

@media (max-width: 640px) {
    .comon_top .top_nav_er {
        margin-bottom: 30px;
    }
}

.container1 {
    max-width: 1280px;
    width: 98%;
    margin: auto 18px;
    margin: 15px auto;
}

.wk {
    border-radius: 5px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.6);
    padding: 20px 30px;
}

.nav_zx_left {
    float: left;
    width: 16%;
    margin-right: 4%;
    margin-top: -115px;
    z-index: 100;
    position: relative;
}

.nav_zx_left1 {
    float: left;
    width: 16%;
    margin-right: 4%;
    margin-top: 0px;
    z-index: 100;
    position: relative;
}

.nav_zx_left1 li {
    line-height: 42px;
    border-bottom: 1px solid #ccc;
}

.nav_zx_left1 li a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    padding: 8px 0;
    color: #323232;
}

.nav_zx_left1 li a i {
    display: inline-block;
    width: 2px;
    height: 10px;
    background: #ccc;
    font-size: 0;
    margin: 0 10px;
}

.nav_zx_left1 .title {
    font-size: 24px;
    line-height: 24px;
    color: #323232;
    padding-bottom: 22px;
}

.nav_zx_left1 .active a,
.nav_zx_left1 :hover a {
    color: #d70000;
}

.nav_zx_left1 .active a i,
.nav_zx_left1 :hover a i {
    background: #d70000;
}
.nav_zx_left1 .drop_out {
    cursor: pointer;
    
  }
.nav_zx_left1 .drop_in i {
    display: inline-block;
    width: 6px;
    height: 2px;
    background: #ccc;
    font-size: 0;
    margin: 10px 10px 5px 22px;
  }
#navigation {
    visibility: hidden;
    position: relative;
    float: left;
    width: 155px;
    height: 100%;
    padding-bottom: 0px;
    background: none repeat scroll 0% 0% rgb(27, 163, 169);
}

#navigation.active {
    visibility: visible;
}

#navigation .depth2_bg {
    position: absolute;
    top: 95px;
    left: -8px;
    width: 166px;
    height: 40px;
    z-index: 10;
}

#navigation li {
    line-height: 100%;
    font-size: 14px;
    font-weight: 600;
}

#navigation li.last {
    padding-bottom: 40px;
}

#navigation li a img {
    vertical-align: top;
}

#navigation li a {
    position: relative;
    display: block;
    padding: 7px 0px 8px 20px;
    z-index: 50;
    color: #fa8080;
}

#navigation li a:hover,
#navigation li a.on {
    color: #fff;
}

#navigation.class100 {
    background: none repeat scroll 0% 0% #d70000;
}

#navigation.class100 h2 {
    margin: 0 auto;
    padding: 40px 20px;
    font-size: 28px;
    color: #fff;
}

#navigation.class100 .depth2_bg {
    background: url('../image/bg_lnbover1.png') no-repeat scroll 0px 0px transparent;
}

.right_content {
    float: left;
    width: 80%;
}

@media (max-width: 768px) {
    .nav_zx_left,
    .nav_zx_left1 {
        display: none;
    }
    .right_content {
        width: 100%;
        
        margin: 0 auto;
    }
    .wk {
        padding: 20px 5px;
    }
}

.container2 {
    width: 100%;
}




.vicenav {
    position: relative;
    top: -69px;
}

.vicenavwrap .menu {
    padding-left: 0;
    text-align: center;
}

.vicenavwrap .menu div ul {
    width: 150%;
    margin-left: 10%;
}

.vicenavwrap .menu div ul li {
    float: left;
    margin: 0 10px;
    
    padding-left: 5px;
}

.vicenavwrap .menu div ul li a {
    width: auto;
    height: auto;
    line-height: 40px;
    background: none;
    border-right: 0;
    font-size: 12px;
    font-weight: 100;
    overflow: hidden;
}

.vicenavwrap .menu div ul li a:hover {
    background: none;
    color: #d70000;
}

.vicenavwrap .menu .slick-track {
    margin: 0 auto;
}

.vicenavwrap .menu a {
    background: url(../image/mbxbg.jpg) bottom;
    display: inline-block;
    width: 100%;
    height: 55px;
    text-align: center;
    line-height: 55px;
    border-right: 1px solid #e1dfdc;
    font-weight: 600;
    color: #333;
}

.vicenavwrap .menu a:hover {
    background: #d70000;
    color: #fff;
}

.vicenavwrap .menu a.cur {
    background: #d70000;
    color: #fff;
}

.vicenavwrap .slick-prev,
.vicenavwrap .slick-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
}

.vicenavwrap .slick-prev {
    left: -20px;
}

.vicenavwrap .slick-next {
    right: -20px;
}




.mbx {
    margin: 0px 0 20px;
}

.mbx .mbxwrap {
    padding-left: 15px;
}

.mbx em {
    color: #d70000;
}

.mbxwrap a:last-child {
    color: #d70000;
    font-style: italic;
}




.about .aboutimg1 {
    margin: 50px 0;
}

.nytit {
    text-align: center;
}

.nytit h2 {
    font-size: 30px;
    font-weight: bold;
    color: #4b4b4b;
    margin-bottom: 30px;
}

.nytit h3 {
    font-size: 18px;
}

.nytit span {
    font-family: arial;
    color: #999;
    line-height: 30px;
}

.abouttxt p {
    line-height: 30px;
    
}
.abouttxt table p {
    line-height: 120%;
    margin-bottom: 0;
    
}
.abouttxt p img{width: auto;height: auto; max-width:100%;max-height:100%;}




.nytit2 span {
    display: block;
    height: 8px;
    background: url(../image/nynewsbg.jpg);
}

.nytit2 h3 {
    font-size: 16px;
    font-weight: bold;
    color: #d70000;
    line-height: 40px;
}

.nynewwrap {
    margin: 20px 0 85px;
}

.nynewwrap ul {
    margin-top: 0px;
}

.nynewwrap ul li {
    width: 50%;
    position: relative;
    float: left;
}

.nynewwrap ul li .redbg {
    width: 100%;
    z-index: 2;
    position: relative;
    padding: 12px 15px 0 35px;
}

.nynewwrap ul li .redbg a.nynewstit {
    font-size: 16px;
    font-weight: 600;
    line-height: 35px;
    transition: 0.3s;
    display: inline-block;
    height: 35px;
    overflow: hidden;
}

.nynewwrap ul li .redbg p {
    font-size: 13px;
    transition: 0.3s;
    height: 38px;
    overflow: hidden;
}

.nynewwrap ul li .redbg a.view {
    width: 132px;
    height: 23px;
    display: inline-block;
    background: url(../image/view.png) no-repeat center;
    text-align: center;
    line-height: 23px;
    font-size: 13px;
    font-family: arial;
    float: right;
    margin: 0px 4px 0 0;
    opacity: 0;
    filter: alpha(opacity=0);
    color: #fff;
    transition: 0.3s;
}

.nynewwrap ul li .redbghover {
    background: #d70000;
    width: 100%;
    height: 107px;
    transform: skew(-20deg);
    position: absolute;
    top: 0;
    opacity: 0;
    filter: alpha(opacity=0);
    transition: 0.3s;
}

.nynewwrap ul li:hover .redbghover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.nynewwrap ul li:hover a.view {
    opacity: 1;
    filter: alpha(opacity=100);
}

.nynewwrap ul li:hover a.nynewstit {
    color: #fff;
}

.nynewwrap ul li:hover p {
    color: #fff;
}

@media (min-width: 768px) and (max-width: 991px) {
    .vicenav {
        top: -49px;
    }
    .vicenav .vicenavwrap .menu a {
        height: 35px;
        line-height: 35px;
    }
    .nytit h2 {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .vicenav {
        top: -14px;
    }
    .vicenav .vicenavwrap .menu a {
        height: 35px;
        line-height: 35px;
        font-size: 12px;
        font-weight: 100;
        overflow: hidden;
    }
    .mbx {
        margin-top: -10px;
    }
    .nytit h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .nynewwrap ul li {
        width: 100%;
    }
}

.case_nei {
    max-width: 1280px;
    width: 98%;
    margin: auto;
}

.case_nei ul li {
    width: 32.4%;
    float: left;
    margin-bottom: 1.3%;
    margin-right: 1.3%;
    position: relative;
    cursor: pointer;
}

.case_nei ul li:nth-child(3n+3) {
    margin-right: 0px;
}

.case_nei ul li .pic {
    position: relative;
    overflow: hidden;
}

.case_nei ul li .pic img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    max-height: 100%;
    display: block;
    vertical-align: middle;
    margin: auto;
    transition: 0.3;
}

.case_nei ul li .pic i {
    display: block;
    padding-bottom: 83.4%;
}

.case_nei ul li .txt {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(45, 45, 45, 0.95);
    color: #c29b73;
    padding: 50px 70px;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
}

.case_nei ul li .txt a {
    color: #c29b73;
    display: block;
    text-align: center;
}

.case_nei ul li .txt a span {
    display: block;
    width: 90%;
    margin: auto;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
}

.case_nei ul li .txt a .num {
    font-size: 40px;
    font-family: AvantGardeITCbyBT-Book;
    font-weight: bold;
}

.case_nei ul li .txt a .tt1 {
    color: #c29b73;
    font-size: 16px;
    margin-top: 5px;
}

.case_nei ul li .txt a .tt2 {
    color: #c29b73;
}

.case_nei ul li .txt a p {
    width: 90%;
    color: #c29b73;
    line-height: 20px;
    overflow: hidden;
    transition: 1s;
    max-height: 40px;
    margin: 20px auto;
}

.case_nei ul li .txt .more {
    width: 31px;
    height: 31px;
    display: block;
    margin: auto;
    background: url(../image/pro_quan.png) no-repeat;
}

.case_nei ul li:hover .txt {
    opacity: 1;
    filter: alpha(opacity=100);
    transform: scale(1);
    -webkit-transform: scale(1);
}

.case_nei ul li:hover .txt span {
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.case_nei ul li:hover .pic img {
    transform: scale(1.1);
}

@media (max-width: 640px) {
    .case_nei ul li {
        width: 49%;
        margin-right: 2%;
    }
    .case_nei ul li:nth-child(3n+3) {
        margin-right: 2%;
    }
    .case_nei ul li:nth-child(2n+2) {
        margin-right: 0px;
    }
    .case_nei ul li .txt {
        display: none;
    }
}

.page {
    line-height: 50px;
    border: 1px solid #e8e8e8;
    text-align: center;
    margin-top: 35px;
}

.page a {
    font-family: arial;
    background: #f8f8f8;
    padding: 5px 10px;
    margin: 0 2px;
}

.page a:hover {
    background: #d70000;
    color: #fff;
}

.page a.active {
    background: #d70000;
    color: #fff;
}

.page a.bgnone {
    background: none;
}

.page a.bgnone:hover {
    color: #d70000;
}

.pageing {
    margin-top: 60px;
    margin-bottom: 60px;
    font-family: arial;
    font-size: 14px;
    text-align: center;
}

.pageing a {
    display: inline-block;
    width: 15px;
    line-height: 40px;
    transition: All .2s ease-in-out;
    color: #272727;
    text-decoration: none;
    border-bottom: 1px solid #fff;
}

.pageing a:hover {
    color: #c29b73;
    font-size: 16px;
    border-bottom: 1px solid #c29b73;
}

.pageing .active {
    color: #c29b73;
    font-size: 16px;
    border-bottom: 1px solid #c29b73;
}

@media (max-width: 640px) {
    .pageing {
        margin: 30px auto;
    }
}

.zi_news {
    margin: auto;
    width: 100%;
    background: #e6e6e6;
    overflow: hidden;
    border-top: 1px solid #CCCCCC;
    margin-top: 25px;
}

.zi_news ul {
    margin: 40px auto 50px;
    max-width: 1280px;
    width: 98%;
    overflow: hidden;
}

.zi_news ul li {
    float: left;
    width: 32%;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    border-bottom: 1px solid #d4d4d4;
    margin-right: 2%;
    position: relative;
    padding-left: 15px;
}

.zi_news ul li a {
    color: #272727;
}

.zi_news ul li:nth-child(3n+3) {
    margin-right: 0px;
}

.zi_news ul li:after {
    width: 9px;
    height: 0px;
    content: "";
    border-bottom: 2px solid #272727;
    position: absolute;
    top: 50%;
    left: 0px;
}

.zi_news ul li:hover a {
    color: #c29b73;
}

.zi_news ul li:hover:after {
    border-color: #c29b73;
}

@media (max-width: 480px) {
    .zi_news ul li {
        width: 100%;
        margin: 0px;
    }
}

@media (max-width: 640px) {
    .zi_news {
        margin-top: 0px;
    }
    .zi_news ul {
        margin: 20px auto 30px;
    }
}

.zi_news_x {
    width: 100%;
    background: #e6e6e6;
    border-top: 1px solid #CCCCCC;
    padding: 25px 0px;
    overflow: hidden;
}

.zi_news_x .al_new {
    width: 98%;
    max-width: 1280px;
    margin: auto;
}

.zi_news_x .al_new .left {
    width: 12%;
}

.zi_news_x .al_new .left span {
    width: 138px;
    border: 1px solid #a0a0a0;
    height: 62px;
    display: inline-block;
    line-height: 62px;
    text-align: center;
    font-size: 22px;
    color: #0f0f0f;
    margin-top: 30%;
}

.zi_news_x .al_new .right {
    width: 88%;
}

.zi_news_x .al_new .right ul li {
    float: left;
    width: 45%;
    line-height: 48px;
    height: 48px;
    overflow: hidden;
    border-bottom: 1px solid #d4d4d4;
    margin-left: 5%;
    position: relative;
    padding-left: 15px;
}

.zi_news_x .al_new .right ul li a {
    color: #272727;
}

.zi_news_x .al_new .right ul li:after {
    width: 9px;
    height: 0px;
    content: "";
    border-bottom: 2px solid #272727;
    position: absolute;
    top: 50%;
    left: 0px;
}

.zi_news_x .al_new .right ul li:hover a {
    color: #c29b73;
}

.zi_news_x .al_new .right ul li:hover:after {
    border-color: #c29b73;
}

@media (max-width: 480px) {
    .zi_news_x .al_new .right ul li {
        width: 100%;
        margin: 0px;
    }
}

@media (max-width: 768px) {
    .zi_news_x .al_new .left,
    .zi_news_x .al_new .right {
        width: 100%;
    }
    .zi_news_x .al_new .left span {
        margin-top: 0px;
        height: 48px;
        line-height: 48px;
        font-size: 20px;
        margin-bottom: 10px;
    }
}

@media (max-width: 640px) {
    .zi_news_x {
        margin-top: 20px;
    }
}




.kehu_nei ul li .txt {
    padding: 80px 70px;
}

.kehu_nei ul li .txt .tt1 {
    font-size: 20px;
}

.kehu_nei ul li .txt .more {
    margin-top: 20px;
}

.about_con {
    max-width: 1280px;
    margin: auto;
    width: 98%;
    text-align: center;
    padding: 70px 0px;
}

.about_con .ahout_1 {
    font-size: 32px;
    font-family: 宋体;
    color: #000000;
}

.about_con p {
    max-width: 880px;
    width: 98%;
    margin: 20px auto;
    font-size: 13px;
    color: #51514c;
    line-height: 24px;
}

@media (max-width: 640px) {
    .about_con {
        padding: 20px 0px;
    }
    .about_con .about_1 {
        font-size: 26px;
    }
}

.about_con .fuwu_con {
    width: 98%;
    max-width: 1050px;
    margin: auto;
}

.about_con .fuwu_con .left {
    vertical-align: middle;
    font-size: 40px;
    color: #000000;
    font-family: 宋体;
    width: 30%;
    margin-top: 80px;
    text-align: left;
}

.about_con .fuwu_con .right {
    width: 70%;
}

.about_con .fuwu_con .right p {
    text-align: left;
    color: #363636;
    font-size: 13px;
    line-height: 24px;
}

@media (max-width: 640px) {
    .about_con .fuwu_con .left,
    .about_con .fuwu_con .right {
        width: 100%;
    }
    .about_con .fuwu_con .left {
        margin-top: 0px;
        font-size: 34px;
    }
}

.about_img {
    position: relative;
    margin-bottom: 30px;
}

.about_img i {
    padding-bottom: 24.25%;
    display: block;
}

@media (max-width: 640px) {
    .about_img {
        margin-bottom: 0px;
    }
}

.about_fu {
    width: 100%;
    background: #505050;
    margin-bottom: 30px;
}

.about_fu .mun_3 {
    width: 98%;
    max-width: 1280px;
    margin: auto;
}

.about_fu .mun_3 span {
    width: 33.333%;
    display: block;
    float: left;
    text-align: center;
    font-family: Didot;
    box-sizing: border-box;
    font-size: 60px;
    color: #fff;
    border-right: 1px solid #737373;
    padding-bottom: 20px;
}

.about_fu .mun_3 span i {
    font-family: 微软雅黑;
    font-size: 13px;
    color: #cccccc;
    font-style: normal;
    display: block;
    margin-top: -10px;
}

.about_fu .mun_3 span:last-child {
    border: none;
}

@media (max-width: 640px) {
    .about_fu .mun_3 span {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #737373;
        font-size: 40px;
    }
}

.about_fu .about_fuwu_img {
    position: relative;
}

.about_fu .about_fuwu_img img {
    max-height: 100%;
    max-width: 100%;
}




.newsfirst {
    margin: 55px 0 30px 0;
    position: relative;
}

.nleft {
    width: 34.206%;
    min-height: 100%;
    background: #F2F2F2;
    position: absolute;
}

.nleft .pic {
    width: 100%;
    min-height: 100%;
    position: absolute;
}

.nleft .pic .vcenter {
    height: 100%;
}

.nleft .pic:after {
    height: 100%;
}

.nright {
    width: 62%;
}

.nright .newstit {
    padding: 10px 0 10px 25px;
    background: #d70000 ;
    color: #fff;
}

.nright .newstit span {
    font-size: 22px;
    display: block;
}

.nright .newstit em {
    font-size: 12px;
    font-family: arial;
}

.nright .newscon {
    padding-top: 27px;
    border: 1px solid #d6d6d6;
}

.nright .newscon .daten {
    font-family: arial;
    color: #999;
    padding: 0 0 10.3% 3%;
}
.news ul li .daten {
    font-family: arial;
    color: #999;
    padding: 0 0 3% 3%;
}

.nright .newscon .daten span,.news ul li .daten span {
    font-size: 39px;
    display: block;
}

.nright .newscon .daten em,.news ul li .daten em {
    font-size: 12px;
}

.nright .newscon .newfirstcon {
    width: 83%;
    margin-left: 5%;
}

.nright .newscon .newfirstcon a {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    line-height: 40px;
    display: inline-block;
    height: 40px;
    overflow: hidden;
    transition: 0.3s;
}

.nright .newscon .newfirstcon p {
    height: 40px;
    overflow: hidden;
}

.nright .newscon:hover a {
    color: #d70000;
}

.news ul li {
    border-bottom: 1px solid #d6d6d6;
    margin-bottom: 20px;
}

.news ul li .newleft {
    position: relative;
    width: 10%;
}

.news ul li .newleft .pic {
    width: 100%;
    background: #F2F2F2;
}

.news ul li .newleft .pic:after {
    padding-bottom: 67%;
}

.news ul li .newleft .pic img {
    transition: 0.3s;
}
.zt{padding:20px  0px 10px 0px;}
.zt li{padding-bottom:15px;margin:15px 33px;}
.zt .img{width:20%;float:left;margin-top:7px;padding-bottom:15px;}
.zt .img img{width:100%;}
.zt .list-con{float:right;width:75%;}
.zt .intro{line-height:28px;overflow:hidden;font-size:14px;font-weight:normal;}
.zt .subject{line-height:24px;font-size:16px;padding-bottom:6px;font-weight:normal;}
.zt .subject a:hover{color:#c4181f;}
.zt .view{height:30px;position:relative;font-weight:normal;font-size:12px;}
.zt .view a{float:right; margin-top:5px; color:#666;}
.zt .view a:hover{color:#c4181f;}
.zt .view i{margin-left:6px; font-family:"宋体"; font-style:normal;}

.calendar {
    margin: .25em 10px 10px 0;
    padding-top: 5px;
    float: left;
    width: 100%;
    background: #d70000;
   
    font: bold 20px/60px Arial Black, Arial, Helvetica, sans-serif;
    text-align: center;
    color: #fff;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: relative;
    -moz-box-shadow: 0 2px 2px #333;
    -webkit-box-shadow: 0 2px 2px #333;
    box-shadow: 0 2px 2px #888;
    padding: 1px;
}

.calendar em {
    display: block;
    font: normal bold 11px/30px Arial, Helvetica, sans-serif;
    color: #d70000;
    
    background: #fff;
    
    -moz-border-radius-bottomright: 3px;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-border-radius-bottomleft: 3px;
    -webkit-border-bottom-left-radius: 3px;
    border-bottom-left-radius: 3px;
    
}

.calendar:before,
.calendar:after {
    content: '';
    float: left;
    position: absolute;
    top: 5px;
    width: 8px;
    height: 8px;
    background: #111;
    z-index: 1;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -moz-box-shadow: 0 1px 1px #fff;
    -webkit-box-shadow: 0 1px 1px #fff;
    box-shadow: 0 1px 1px #fff;
}

.calendar:before {
    left: 11px;
}

.calendar:after {
    right: 11px;
}

.calendar em:before,
.calendar em:after {
    content: '';
    float: left;
    position: absolute;
    top: -5px;
    width: 4px;
    height: 14px;
    background: #dadada;
    background: -webkit-gradient(linear, left top, left bottom, from(#f1f1f1), to(#aaa));
    background: -moz-linear-gradient(top, #f1f1f1, #aaa);
    z-index: 2;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.calendar em:before {
    left: 13px;
}

.calendar em:after {
    right: 13px;
}




.news ul li .newright {
    width: 87%;
    padding: 15px 20px 0 0;
}

.news ul li .newright a.newscontit {
    font-size: 16px;
    color: #333;
    font-weight: 600;
    display: inline-block;
    height: 22px;
    overflow: hidden;
    transition: 0.3s;
}

.news ul li .newright p {
    height: 40px;
    overflow: hidden;
}

.news ul li:hover a.newscontit {
    color: #d80808;
}

.news ul li:hover img {
    transform: scale(1.2);
}

.newshow .newshowtit {
    text-align: center;
    margin-top: 5px;
    border-bottom: 1px dotted #bfbebe;
}
.newshow .ztshow{ border: 0;}

.case {
    position: relative;
  }
.case .caselb{}
.zjtd .caselb1{ float:left; width:100%;}
.zjtd .page{ float:left; width:100%;}
.zjtd .caselb1 .pic {
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
            position:static;
min-height: 173px;
background: #fff;
 
}
.zjtd .caselb1 li .back{
    
  }
.zjtd .caselb1 li:hover .pic{
      -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
      transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
  }
.zjtd .caselb1 li .back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.zjtd .caselb1 li .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.zjtd .caselb1 li .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.zjtd .caselb1 li:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.zjtd .caselb1 li:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

    
.zjtd .caselb1 li .front .txt a .tt1 {
    color:  #d70000;
}
.zjtd .caselb1 li .back .txt a .tt1 {
    color:  #fff;
}
.zjtd .caselb1 li .front .txt a p {
    color: #333;
}
.zjtd .caselb1 li .back .txt a p {
    color: #fff;
}
.zjtd .caselb1 li .front  .txt a p {
    height: 40px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.zjtd .caselb1 li .back  .txt a p {
    max-height: 100px;
    height: 100px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.zjtd .caselb1 li .back .txt a p span {
    width: auto;
    line-height: 150%;
    height: auto;
    color: #fff;
    margin: 0;
    display: inline-block;
}
.case .caselb:before{
    clear: both;
    display: table;
    content: " ";
}
.case .caselb:after{
    clear: both;
    display: table;
    content: " ";
}

.case .casebg {
    width: 1000%;
    position: absolute;
    height: 157px;
    background: #ddd;
    left: -100%;
    top: 26%;
  }
  .case ul li {
    width: 23.5%;
    height: 300px;
    float: left;
    margin: 15px 1.5% 0 0;
    position: relative;
    z-index: 222;
  }
  @media (max-width: 640px) {
       .case ul li {width: 47.5%;}
  }
  .zjtd ul li {
    width: 31.5%;
    float: left;
    margin: 15px 1.5% 0 0;
    position: relative;
    z-index: 222;
  }
  .case .caselb li .pic {
    width: 100%;
   
  }
  .zjtd .caselb1 li .pic {
    width: 100%;
    height: 100%;
  }
  .zjtd ul li:hover .pic{
    background-image: linear-gradient(to bottom right, #666, #fff);
    display: inline-block;
 box-shadow:2px 2px 5px #cbcbcb;
    border-radius:10px;
    -moz-border-radius:10px;
    }
  .case .caselb li .pic:after {
    padding-bottom: 67%;
  }
  .zjtd .caselb1 li .pic:after {
    padding-bottom:0%;
  }
  .case .caselb li .pic .casezzc {
    width: 100%;
    height: 100%;
    background: #d80808;
    opacity: 0.8;
    text-align: center;
    display: inline-block;
    display: none;
    z-index: 222;
    position: relative;
  }
  .case .caselb li .pic .vcenter{
      width: 100%;
       height: 100%;
       position: relative;
  }
  .zjtd .caselb1 li .pic .vcenter{
    width: 100%;
     height: 100%;
     position: relative;
}
  .case .caselb li .pic .casezzc .consu {
    padding: 5px 20px;
    color: #fff;
    border: 1px solid #fff;
    margin-top: 25%;
    display: inline-block;
  }
  .case .caselb li .casetxt {
    padding: 25px 15px;
    background: #f9f9f9;
    transition: 0.3s;
  }
  .zjtd ul li .front .casetxt {
    padding: 15px 15px;
    background: #666;
    transition: 0.3s;
    position:absolute;
    bottom:0;
    left: 0;
     height: auto;
     width: 100%;
     display:block;
  }
   .zjtd ul li .front .casetxt .casetit{
       font-size: 20px;
       text-align: center;
       color: #fff;
       width: 100%;
      font-weight: bold;
      float: left;
   }
  .zjtd ul li .back .casetxt {
    padding: 25px 15px;
    background: #f9f9f9;
    transition: 0.3s;
    position:absolute;
    bottom:0;
    left: 0;
     height: 100%;
     width: 100%;
  }
  .case .caselb li .casetxt a.casetit {
    color: #333;
    font-weight: 600;
    transition: 0.3s;
    display: inline-block;
    height: 19px;
    overflow: hidden;
    line-height: 19px;
  }
  .case .caselb li .casetxt span {
    display: block;
    color: #999;
    transition: 0.3s;
    height: 20px;
    overflow: hidden;
  }
  .case .caselb li .casetxt p {
  line-height: 20px;
  height:60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
  .case .caselb li .casetxt a.caseview {
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../image/caseview.png) no-repeat center;
    margin-top: 15px;
    transition: 0.3s;
  }
  .case .caselb li:hover .casezzc {
    display: block;
  }
  .case .caselb li:hover .casetxt {
    background: #d80808;
    opacity: 0.8;
    text-align: center;
  }
  .case .caselb li:hover .casetxt a.casetit {
    color: #fff;
  }
  .case .caselb li:hover .casetxt span {
    color: #fff;
  }
  .case .caselb li:hover .casetxt a.caseview {
    background: none;
  }

  .zjtd .caselb1 li:hover .casetxt {
    background: #d80808;
    opacity: 0.8;
    text-align: center;
  }
  .zjtd .caselb1 li:hover .casetxt a.casetit {
    color: #fff;
  }
  .zjtd .caselb1 li:hover .casetxt p {
    color: #fff;
  }
  .case .caselb1 li:nth-child(4n) {
    margin-right: 0px;
  }
.newshow .newshowtit h1 {
    font-size: 22px;
    color: #333;
}

.newshow .newshowtit .daten {
    line-height: 65px;
    font-size: 12px;
    color: #999;
}

.newshow .newshowtxt p {
    margin-top: 25px;
    line-height: 25px;
}
.newshow .newshowtxt p img {width: auto;height: auto; max-width:100%;max-height:100%;}

.newshow .newshowimg {
    text-align: center;
    margin: 65px 0;
}

.prev-next {
    float: left;
    margin-top: 10px;
}

.prev-next a {
    display: block;
    color: #999;
    line-height: 25px;
    transition: 0.3s;
}

.prev-next a b {
    color: #666;
}

.prev-next a:hover {
    color: #d80808;
}

.prev-next a.prev {
    border-bottom: 1px dashed #d4d4d4;
}
@media (max-width: 1132px) {
    .nright .newscon .newfirstcon{width: 73%;}
}
@media (max-width: 1120px) {
    .calendar{
        font: bold 13px/60px Arial Black, Arial, Helvetica, sans-serif;
    }
    .news ul li .newright {
        padding-top: 8px;
    }
}


@media (max-width: 767px) {
    .news ul li .newright {
        padding-right: 0px;
    }
    .nleft {
        display: ;
    }
    
    .nright .newscon {
        padding-top: 2px;
    }
    .nright .newscon .date {
        padding: 0 0 3.3% 1%;
        width: 23%;
        text-align: center;
    }
    .nright .newscon .newfirstcon {
        width: 70%;
    }
    .news ul li .newleft {
        width: 60px;
    }
    .news ul li .newright {
        width: calc(100% - 65px);
        padding-top: 8px;
    }
}

@media (max-width: 499px) {
    .calendar {
        font: bold 10px/60px Arial Black, Arial, Helvetica, sans-serif;
    }
    .nright .newscon .newfirstcon{width: 59%;}
    .nright {
    width: 100%;}
    .nleft{
        width:100%;
    }
    .pull-left{position:static;}
    .pull-right{position:static; float:left}
    .nleft .pic{position:static;}
    .vcenter{position:static; height:auto;}
  .nleft .pic .vcenter{height:auto;}
}




.job ul {
    margin-top: 50px;
}

.job ul li {
    border-bottom: 1px solid #cecece;
}

.job ul li .jobtit {
    color: #333;
    line-height: 49px;
    cursor: pointer;
    background: url(../image/jobtitbg.png) no-repeat 99% center;
    position: relative;
    height: 49px;
    padding-right: 3%;
}

.job ul li .jobtit span {
    width: 63px;
    height: 49px;
    background: url(../image/jobbg1.png) no-repeat center;
    display: inline-block;
    float: left;
    font-size: 13px;
    color: #fff;
    font-weight: bold;
    padding-left: 10px;
}

.job ul li .jobtit span b {
    font-family: arial;
    font-size: 18px;
}

.job ul li .jobtit span.zhiwei {
    width: 90%;
    display: inline-block;
    height: 49px;
    overflow: hidden;
    background: none;
    color: #333;
    font-weight: normal;
    padding-left: 0;
}

.job ul li .jobtit span.zhiwei b {
    font-size: 14px;
}

.job ul li .jobtit i {
    width: 16px;
    height: 11px;
    background: #d80808;
    display: inline-block;
    position: absolute;
    top: 42px;
    left: 64px;
    transform: rotate(-39deg);
    display: none;
}

.job ul li .jobcon {
    background: #fff;
    padding: 25px 3% 38px 40px;
    display: none;
}

.job ul li .jobcon hr {
    border-top: 1px solid #cbc7bc;
}

.job ul li.active {
    border-bottom: 0;
}

.job ul li.active .jobtit {
    background: #d80808 url(../image/jobtit2.png) no-repeat 99% center;
    color: #fff;
}

.job ul li.active .jobtit i {
    display: block;
}

.job ul li.active .jobtit span.zhiwei {
    color: #fff;
}

.job ul li.active .jobcon {
    display: block;
}




.contact_con {
    max-width: 600px;
    margin: auto;
    width: 98%;
    padding: 70px 0px;
}

.contact_con .left_img {
    border: 1px solid #737373;
    width: 130px;
    float: left;
}

.contact_con .left_img .pic {
    position: relative;
}

.contact_con .left_img .pic i {
    display: block;
    padding-bottom: 100%;
}

.contact_con .left_img span {
    background: #737373;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    padding: 10px 0px;
}

.contact_con .contact_nei {
    float: right;
    color: #4e4e4e;
    max-width: 410px;
    width: 68%;
    margin-top: 20px;
    font-size: 14px;
}

.contact_con .contact_nei .a_tit{
    font-size: 18px;
}


.contact_con .contact_nei a {
    color: #4e4e4e;
    line-height: 40px;
}
.abouttxt .contact_nei {
    float: none;
    color: #4e4e4e;
    max-width: 510px;
    width: 68%;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 14px;
}
.abouttxt .contact_nei1{float:left;}
.abouttxt .contact_nei li {
    color: #4e4e4e;
    line-height: 32px;
}
.abouttxt .ewm{
    float: left;
    text-align: center;
}
.abouttxt .er_img1{
    margin-top: 10px;width: 160px;height: 160px;z-index: 9999;
}

@media (max-width: 480px) {
    .contact_con {
        padding: 30px 0px;
    }
    .contact_con .left_img {
        margin: auto;
        float: none;
    }
    .contact_con .contact_nei {
        width: 100%;
        text-align: center;
    }
}

.contact_map {
    width: 100%;
}

.contact_map #map {
    width: 100%;
    height: 346px;
}




.feedback_con {
    max-width: 780px;
    width: 98%;
    margin: auto;
    padding: 60px 0;
}

.feedback_con .mes_tt {
    text-align: center;
}

.feedback_con .mes_tt h3 {
    color: #2d2d2d;
    font-size: 30px;
}

.feedback_con .mes_tt h5 {
    color: #717171;
    font-size: 12px;
    line-height: 20px;
}

.feedback_con .mes-kk {
    margin: 70px auto;
}

.feedback_con .mes-kk .input-wrap {
    width: 49%;
    float: left;
    margin-right: 2%;
}

.feedback_con .mes-kk .input-wrap input {
    float: left;
    width: 96%;
    border: 1px solid #cccccc;
    height: 38px;
    font-size: 12px;
    line-height: 38px;
    background-color: #fff;
    padding-left: 1.893939393939394%;
    margin-bottom: 2.6515151515151514%;
    outline: none;
    color: #777;
}

.feedback_con .mes-kk .input-wrap input:focus {
    border: 1px solid #bb9369;
}

.feedback_con .mes-kk .input-wrap span {
    font-size: 12px;
    color: #ff1f00;
    line-height: 38px;
}

.feedback_con .mes-kk .input-wrap:nth-child(2n+2) {
    margin-right: 0px;
}

@media (max-width: 640px) {
    .feedback_con .mes-kk .input-wrap {
        width: 100%;
        margin-right: 0px;
    }
}

.feedback_con .mes-kk textarea {
    width: 98%;
    height: 95px;
    font-size: 12px;
    border: 1px solid #cccccc;
    line-height: 24px;
    background-color: #fff;
    padding-left: 0.927643784786642%;
    margin-bottom: 2.6515151515151514%;
    float: left;
    color: #777;
    outline: none;
}

.feedback_con .mes-kk textarea:focus {
    border: 1px solid #bb9369;
}

@media (max-width: 640px) {
    .feedback_con .mes-kk textarea {
        width: 96%;
        padding-left: 1.893939393939394%;
    }
}

.feedback_con .mes-kk span {
    font-size: 12px;
    color: #ff1f00;
    line-height: 38px;
    float: left;
    margin-left: 4px;
}

.feedback_con .mes-kk input.yanzheng {
    width: 46.18181818181818%;
    height: 36px;
    border: 1px solid #a7a7a7;
    float: left;
    font-size: 12px;
    line-height: 38px;
    background-color: #fff;
    padding-left: 0.9090909090909091%;
    margin-bottom: 2.6515151515151514%;
    outline: none;
    color: #777;
}

.feedback_con .mes-kk input.yanzheng:focus {
    border: 1px solid #bb9369;
}

@media (max-width: 360px) {
    .feedback_con .mes-kk input.yanzheng {
        width: 96%;
    }
}

.feedback_con .mes-kk .yz {
    float: left;
    width: 94px;
    height: 38px;
    margin-left: 5px;
    position: relative;
}

.feedback_con .mes-kk .yz img {
    max-width: 100%;
}

.feedback_con .mes-kk a {
    font-size: 12px;
    color: #565656;
    margin-left: 10px;
    float: left;
    line-height: 38px;
}

.feedback_con .mes-kk a:hover {
    color: #bb9369;
}

@media (max-width: 640px) {
    .feedback_con .mes-kk {
        margin: 30px auto;
    }
}

.feedback_con input.submit {
    width: 50%;
    background-color: #bb9369;
    height: 44px;
    line-height: 44px;
    margin: auto;
    margin-top: 2.631578947368421%;
    color: #010101;
    font-size: 18px;
    display: block;
    border: none;
    transition: all 1s;
}

@media (max-width: 640px) {
    .feedback_con input.submit {
        width: 100%;
    }
}

.feedback_con input.submit:hover {
    background: #2d2d2d;
    color: #fff;
}

@media (max-width: 640px) {
    .feedback_con {
        padding: 10px 0;
    }
}




.news_con {
    max-width: 1280px;
    margin: auto;
    width: 100%;
}

.news_con ul {
    border-bottom: 1px solid #e0e0e0;
}

.news_con ul li {
    width: 20.3125%;
    float: left;
    margin: 3.125%;
    position: relative;
}

.news_con ul li .pic {
    position: relative;
    overflow: hidden;
    transition: 0.5s;
}

.news_con ul li .pic i {
    display: block;
    padding-bottom: 107.6923076923077%;
}

.news_con ul li:first-child {
    margin-left: 0;
}

.news_con ul li:last-child {
    margin-right: 0px;
}

.news_con ul li:last-child:after {
    background: none;
}

.news_con ul li:after {
    position: absolute;
    content: "";
    height: 100%;
    background: #969696;
    width: 1px;
    top: 0px;
    right: -15%;
}

.news_con ul li .txt h3 {
    color: #1d1d1d;
    font-size: 14px;
    margin: 10px auto;
    line-height: 1.5;
    height: 21px;
    overflow: hidden;
}

.news_con ul li .txt .time {
    color: #9d9d9d;
    font-family: arial;
    font-size: 12px;
    margin-bottom: 5px;
}

.news_con ul li .txt p {
    color: #535353;
    line-height: 20px;
    font-size: 12px;
    height: 60px;
    overflow: hidden;
}

.news_con ul li:hover .pic img {
    transform: scale(1.1);
}

.news_con ul li:hover .txt h3 {
    color: #c29b73;
}

.news_con ul li:hover .txt .time {
    color: #c29b73;
}

.news_con ul li:hover .txt p {
    color: #c29b73;
}

.news_con ul li:hover:after {
    background: #c29b73;
}

.news_con ul li:hover:last-child:after {
    background: none;
}

@media (max-width: 640px) {
    .news_con ul li {
        width: 41.5%;
        margin: 3.5%;
    }
    .news_con ul li:first-child {
        margin-left: 3.5%;
    }
    .news_con ul li:last-child {
        margin-right: 3.5%;
    }
    .news_con ul li:after {
        display: none;
    }
}

.news_con ul .xian {
    border-bottom: 1px solid #e0e0e0;
}




.news_show {
    width: 98%;
    color: #1d1d1d;
    max-width: 1280px;
    margin: auto;
}

.news_show .news_s_top {
    max-width: 790px;
    width: 100%;
    margin: auto;
    text-align: center;
}

.news_show .news_s_top h3 {
    font-size: 28px;
    line-height: 1.5;
    margin: 10px auto;
}

@media (max-width: 640px) {
    .news_show .news_s_top h3 {
        font-size: 20px;
    }
}

.news_show .news_s_top div {
    border-top: 1px solid #b5b5b5;
    border-bottom: 1px solid #b5b5b5;
    line-height: 30px;
    height: 30px;
}

.news_show .news_s_top div span {
    display: inline-block;
    margin: 0px 2%;
}

.news_show p {
    margin: 40px auto;
    display: block;
    font-size: 13px;
    line-height: 24px;
}

@media (max-width: 640px) {
    .news_show p {
        margin: 20px auto;
    }
}

.news_show .show_img {
    text-align: center;
}

.news_show .show_img img {
    max-height: 100%;
    max-width: 100%;
    position: relative;
    width: 27.5%;
}

.prev_next {
    text-align: left;
    margin: 60px auto;
    line-height: 40px;
    color: #1c1819;
    font-size: 13px;
}

.prev_next li {
    float: left;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    background: #c29b73;
}

.prev_next li a {
    color: #1c1819;
    display: block;
}

.prev_next li:last-child {
    text-align: right;
}

.prev_next li:hover {
    background: #000000;
}

.prev_next li:hover a {
    color: #fff;
}

@media (max-width: 640px) {
    .prev_next {
        margin: 30px auto 0px;
    }
    .prev_next li {
        width: 100%;
        margin-bottom: 10px;
    }
    .prev_next li:last-child {
        text-align: left;
    }
}




.price_con {
    
 }

.price_con ul li {
    margin-bottom: 25px;
}
.price_con1 ul li {
    margin-bottom: 0px;
}

.price_con ul li .pic,
.price_con ul li .text {
    width: 50%;
    display: table-cell;
}
.price_con1 ul li .pic{
    width: 25%;
    display: table-cell;
}
.price_con1 ul li .text {
    width: 75%;
    display: table-cell;
}

.price_con ul li .pic {
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
}

.price_con ul li .pic img {
    
    transition: 0.3s;
}

.price_con ul li .pic .triangle-left{
    position: absolute;right:0; top:45%; z-index: 100; color: brown;
    display:inline-block;
	width:0;
	height:0;
	border-top: 15px solid transparent;
	border-right: 15px solid #fff;
	border-bottom: 15px solid transparent;
}

.price_con ul li .pic .triangle-right{
    position: absolute;left:0; top:45%; z-index: 100; color: brown;
    display:inline-block;
	width:0;
	height:0;
	border-top: 15px solid transparent;
	border-left: 15px solid #fff;
	border-bottom: 15px solid transparent;
}

.price_con ul li .text {
    
    padding: 40px;
    vertical-align: top;
    box-sizing: border-box;
}
.price_con1 ul li .text {
    
    padding: 10px;
    vertical-align: top;
    box-sizing: border-box;
}

@media (max-width: 640px) {
    .price_con ul li .text {
        padding: 30px;
    }
}

.price_con ul li .text_r {
    text-align: right;
}

.price_con ul li .text_r .price {
    padding-right: 10px;
}

.price_con ul li .text_r p {
    padding-right: 10px;
}

.price_con ul li .xi_title {
    font-size: 24px;
    color: #1f1f1f;
    display: block;
    overflow: hidden;
    font-family: 宋体;
}

.price_con ul li .price {
    display: block;
    color: #b48555;
    font-size: 36px;
    font-family: arial;
    padding-left: 10px;
    box-sizing: border-box;
}

@media (max-width: 640px) {
    .price_con ul li .price {
        font-size: 30px;
    }
}

.news .news-d{display:block}
.news .news-x{display:none}
@media (max-width: 500px) {
    .news .news-d{display:none}
.news .news-x{display:block}
}

.price_con ul li p {
    font-size: 12px;
    color: #605e5e;
    line-height: 24px;
    height: 92px;
    overflow: hidden;
    padding-left: 10px;
    padding-top: 20px;
    box-sizing: border-box;
}

@media (max-width: 640px) {
    .price_con ul li p {
        display: none;
    }
}

.price_con ul li:hover .pic img {
    transform: scale(1.1);
}

.price_con ul li:hover .text {
    background: #fff;
}

@media (max-width: 480px) {
    .price_con ul li {
        margin-bottom: 15px;
    }
    .price_con ul li .pic {
        display: block;
        width: 100%;
    }
    .price_con1 ul li .pic {
        display: block;
        width: 100%;
    }
    .price_con ul li .text {
        width: 100%;
        display: block;
    }
    .price_con1 ul li .text {
        width: 100%;
        display: block;
    }
    .price_con ul li p {
        display: block;
    }
    .price_con1 ul li p {
        display: block;
    }
}

.price_con .price_t {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
}

.price_con p {
    margin-bottom: 40px;
    line-height: 24px;
    font-size: 13px;
}

@media (max-width: 640px) {
    .price_con p {
        margin-bottom: 30px;
    }
    .price_con p:last-child {
        margin-bottom: 0px;
    }
}




.team_con {
    margin: auto;
    width: 98%;
    max-width: 1280px;
}

.team_con p {
    max-width: 995px;
    width: 100%;
    margin: 70px auto 60px;
    text-align: center;
    line-height: 24px;
    font-size: 13px;
    color: #2d2d2d;
}

@media (max-width: 640px) {
    .team_con p {
        margin: 20px auto 30px;
    }
}

.team_con .team_ul li {
    width: 20%;
    float: left;
    border-bottom: 8px solid #262626;
    border-right: 1px solid #fff;
}

.team_con .team_ul li .pic {
    position: relative;
    overflow: hidden;
}

.team_con .team_ul li .pic img {
    transition: 0.5s;
}

.team_con .team_ul li .pic i {
    display: block;
    padding-bottom: 105.8%;
}

.team_con .team_ul li .name_t {
    padding: 15px 0px;
    text-align: center;
}

.team_con .team_ul li .name_t span {
    display: block;
    color: #262626;
    font-size: 14px;
    height: 20px;
    overflow: hidden;
}

.team_con .team_ul li:hover {
    border-bottom: 8px solid #c29b73;
}

.team_con .team_ul li:hover .pic img {
    transform: scale(1.1);
}

.team_con .team_ul li:hover .name_t span {
    color: #c29b73;
}

@media (max-width: 768px) {
    .team_con .team_ul li {
        width: 33.333%;
    }
}

@media (max-width: 480px) {
    .team_con .team_ul li {
        width: 50%;
    }
}

.team_show {
    width: 100%;
}

.team_show .img_s {
    text-align: center;
}

.team_show .img_s img {
    max-height: 100%;
    max-width: 100%;
}

.team_show p {
    line-height: 24px;
    color: #4e4e4e;
    width: 100%;
    text-align: left;
    max-width: 1280px;
}




.case_show {
    width: 98%;
    margin: auto;
    max-width: 1280px;
}

.case_show .c_s_top {
    overflow: hidden;
}

.case_show .c_s_top .left {
    width: 30%;
    font-size: 36px;
    color: #1c1c1c;
    vertical-align: middle;
    margin-top: 34px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
}

.case_show .c_s_top .right {
    width: 68%;
    padding-bottom: 3px;
}

.case_show .c_s_top .right p {
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.case_show .c_s_top .right .biao {
    height: 36px;
    line-height: 36px;
    color: #c29b73;
    font-size: 13px;
    background: #2d2d2d;
    position: relative;
    padding-left: 10px;
    box-sizing: border-box;
}

.case_show .c_s_top .right .biao i {
    font-style: normal;
    width: 55%;
    display: inline-block;
}

.case_show .c_s_top .right .biao i span {
    margin: 0px 3%;
}

@media (max-width: 480px) {
    .case_show .c_s_top .right .biao i span {
        display: none;
    }
    .case_show .c_s_top .right .biao i span:first-child {
        display: block;
    }
}

.case_show .c_s_top .right .biao .yue {
    position: absolute;
    background: #c29b73;
    top: -3px;
    right: 15%;
    height: 42px;
    line-height: 42px;
    display: inline-block;
    color: #151515;
    padding: 0px 25px;
    font-size: 16px;
}

.case_show .c_s_top .right .biao .yue:hover {
    background: #2d2d2d;
    color: #fff;
}

@media (max-width: 640px) {
    .case_show .c_s_top .left {
        width: 100%;
        margin-bottom: 10px;
    }
    .case_show .c_s_top .right {
        width: 100%;
    }
    .case_show .c_s_top .right .biao i {
        width: 60%;
    }
    .case_show .c_s_top .right .biao i span {
        margin: 0px 1%;
    }
    .case_show .c_s_top .right .biao .yue {
        padding: 0px 15px;
        right: 8%;
        font-size: 14px;
    }
}

.case_show .case_show_img {
    margin: 35px auto;
}

.case_show .case_show_img li {
    float: left;
    position: relative;
    width: 49.5%;
    margin-right: 1%;
    overflow: hidden;
    margin-bottom: 1%;
}

.case_show .case_show_img li:nth-child(2n+2) {
    margin-right: 0px;
}

.case_show .case_show_img li i {
    display: block;
    padding-bottom: 83.14%;
}

.case_show .case_show_img li img {
    transition: 0.5s;
}

.case_show .case_show_img li:hover img {
    transform: scale(1.1);
}

.case_show p {
    line-height: 24px;
    font-size: 13px;
    margin-bottom: 40px;
    color: #1f1f1f;
}

@media (max-width: 640px) {
    .case_show p {
        margin-bottom: 20px;
    }
}

.case_show .xiang_xi {
    width: 100%;
}

.case_show .xiang_xi li {
    width: 24.175%;
    float: left;
    margin-right: 1.1%;
}

.case_show .xiang_xi li a {
    display: block;
    position: relative;
    overflow: hidden;
}

.case_show .xiang_xi li a img {
    transition: 0.5s;
}

.case_show .xiang_xi li a i {
    display: block;
    padding-bottom: 83.4%;
}

.case_show .xiang_xi li a:hover img {
    transform: scale(1.1);
}

.case_show .xiang_xi li:last-child {
    margin-right: 0px;
}

@media (max-width: 640px) {
    .case_show .xiang_xi li {
        width: 49%;
        margin-right: 2%;
        margin-bottom: 2%;
    }
    .case_show .xiang_xi li:nth-child(2n+2) {
        margin-right: 0px;
    }
}

.zai_liu {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    padding: 10px 0px;
}

.zai_liu .mes-kk {
    margin: 0 auto;
}

.zai_liu input.submit {
    width: 170px;
    height: 42px;
    margin: 0px;
    font-size: 18px;
    font-family: 宋体;
    background: #c29b73;
    margin-top: 10px;
}

.kefu_show {
    width: 100%;
    margin-bottom: 30px;
}

.kefu_show .left_img {
    width: 50%;
    float: left;
    position: relative;
}

.kefu_show .left_img i {
    display: block;
    padding-bottom: 83.4%;
}

.kefu_show .right_img {
    width: 49%;
    float: right;
}

.kefu_show .right_img .pe_name {
    color: #333333;
    font-size: 24px;
    height: 34px;
    overflow: hidden;
    font-family: 宋体;
}

@media (max-width: 640px) {
    .kefu_show .right_img .pe_name {
        font-size: 20px;
        margin-top: 20px;
    }
}

.kefu_show .right_img .pa_time {
    color: #838383;
    font-size: 12px;
    font-family: arial;
    height: 18px;
    line-height: 18px;
}

.kefu_show .right_img .pa_di {
    color: #676767;
    font-size: 12px;
    font-family: 宋体;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin: 5px auto 8px;
}

.kefu_show .right_img .pa_di span {
    display: block;
}

@media (max-width: 640px) {
    .kefu_show .right_img .pa_di span {
        display: none;
    }
}

.kefu_show .right_img .kehu_s_xiao li {
    float: left;
    width: 19.2%;
    margin-right: 1%;
    position: relative;
    margin-bottom: 1%;
    border: 2px solid #fff;
    box-sizing: border-box;
}

.kefu_show .right_img .kehu_s_xiao li:nth-child(5n+5) {
    margin-right: 0px;
}

.kefu_show .right_img .kehu_s_xiao li i {
    display: block;
    padding-bottom: 83.4%;
}

.kefu_show .right_img .kehu_s_xiao .active {
    border: 2px solid #c29b73;
}

@media (max-width: 640px) {
    .kefu_show .right_img .kehu_s_xiao {
        display: none;
    }
}

@media (max-width: 640px) {
    .kefu_show .right_img {
        text-align: center;
    }
}

.bdshare-button-style0-16 a,
.bdshare-button-style0-16 .bds_more {
    background-image: none !important;
}

.w1004 {
    max-width: 1280px;
    margin: auto auto 50px;
    border-radius: 5px;
    width: 98%;
}

.map {
    margin: 0 auto;
}

.map dl {
    margin: 20px 0 20px 0;
    overflow: hidden;
    line-height: 30px;
}

.map dl:hover dt a {
    color: #fff;
    font-weight: bold;
}

.map dt {
    font-size: 14px;
    float: left;
    width: 10%;
    text-align: center;
    background: #c29b73;
}

.map dt a {
    color: #fff;
    display: block;
}

.map dt a:hover {
    color: #fff;
    font-weight: bold;
}

.map dd {
    font-size: 12px;
    overflow: hidden;
    float: left;
    width: 85%;
    margin: 0px;
}

.map dd .p2 {
    padding: 0 0 0 20px;
    clear: both;
}

.map dd .p2 a {
    color: #c29b73;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.map dd .p2 a:hover {
    color: #c29b73;
}

.map dd div {
    clear: both;
    overflow: hidden;
    padding: 0px 20px 0 10px;
}

.map dd div a {
    color: #333;
    float: left;
    padding: 0 10px 0 10px;
}

.map dd div a:hover {
    color: #003e7e;
    background: #c29b73;
    color: #fff;
}

@media (max-width: 1100px) {
    .nav {
        display: none;
    }
    .phone-nav {
        display: none;
    }
    .logo {
        margin: 15px 0;
    }
    .top-nav,
    .search,
    .hotline {
        margin: 0 15px;
    }
}

@media (max-width: 970px) {
    .logo1 {
        width: 400px;
        padding-top: 20px;
        padding-left: 10px;
    }
}

@media (max-width: 768px) {
    .container {
        width: 100%;
    }
    .container2 {
        width: 100%;
    }
    .nav,
    .language,
    .topsubtitle,
    .top-nav,
    .nav-bg {
        display: none;
        height: 0;
    }
    .banner .slick-dots {
        height: 30px;
    }
    .top-bg,
    .topx {
        height: auto;
    }
    .logo {
        width: 110px;
        margin: 10px 0;
    }
    .logo1 {
        width: 200px;
        margin: 10px 15px;
        padding: 0;
    }
    .phone-nav {
        display: block;
        top: 0px !important;
    }
    .map dt {
        width: 15%;
    }
    .map dd {
        width: 85%;
    }
    .copy_z {
        padding: 0 10px;
    }
}

@media (max-width: 640px) {
    .map dt {
        width: 20%;
    }
    .map dd {
        width: 80%;
    }
}

@media (max-width: 400px) {
    .map dt {
        width: 100%;
    }
    .map dd {
        width: 100%;
    }
}


.sub-home-1{width:1160px;margin:15px auto 0 auto;}
.sub-home-2{max-width:1160px;width:100%;margin:15px auto 0 auto;}
@media (max-width: 1240px) {
.sub-home-2{ max-width:940px;}
}
@media (max-width: 940px) {
.sub-home-2{ max-width:640px;}
}
@media (max-width: 580px) {
.sub-home-2{ max-width:340px;}
}
.sub-home-1{padding-bottom:30px;overflow:hidden;}
.sub-home-1 .li{ float:left;width:270px;margin:10px 10px;position:relative;display:inline-block;height:100%;}
.sub-home-2 .li{ height:400px;}
.sub-home-1 .li h2{position:relative;padding:8px 0;border-bottom:1px solid #e0e0e0;font-weight:bold;text-align:left;}
.sub-home-1 .li h2 i{width:0px;height:14px;position:absolute;left:0;top:3px;background:#C4181F;}
.sub-home-1 .li h2 a{font-size:16px;}
.sub-home-1 .li h2 a:hover{color: #d70000;}
.sub-home-1 .li h3{position:relative;padding:15px 0 0 0;font-weight:normal;}
.sub-home-1 .li h3 a{font-size:14px;}
.sub-home-1 .li .picb{width:270px;height:165px;overflow:hidden;background:#f1f1f1;margin-top:0px;}
.sub-home-1 .li .descriptions{padding:15px 0;line-height:28px;font-size:14px;color:#333;}
.sub-home-1 .li .descriptions p{padding:15px 0;line-height:28px;font-size:14px;color:#333;}
.sub-home-1 .li dl{margin-top:10px;padding-left:0px;}
.sub-home-1 .li dl dd{list-style:none;height:32px;line-height:32px;}
.sub-home-1 .li dl dd a{position:relative;font-size:14px;display:inline-block;}
.sub-home-1 .li dl dd a:hover{color: #d70000;}
.sub-home-1 .li dl dd a i{width:0px;height:0x;font-size: 0px;position: absolute;top: 50%;left: 0px;margin-top: -2px;background-color: #666;border-radius: 4px;}

.sub-home-1 .more{float:right; margin-top:5px; color:#666;}
.sub-home-1 .more:hover{color:#c4181f;}
.sub-home-1 .more i{margin-left:6px; font-family:"宋体"; font-style:normal;}

.btn{color: #666;
    background-color: #c2cad8;
    border-color: #bcc5d4;}
.btn:hover{    transition: all .3s;}