﻿

.clearfix {
    zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #dd0000;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}

.img-center {
    text-align: center;
    font-size: 0;
}

.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.container {
    padding: 0 15px;
    width: 1200px;
    margin: 0 auto;
}

.bg2 {
    color: #fff;
    background: #f5f5f5;
}

.bg2 small {
    color: #fff
}

.in-case {
    position: relative;
    margin-top: 45px;
}

.in-case .hd {
}
.in-case .bd {
    width: 100% !important;
    margin-bottom: 10px;
}
.in-case .hd a {

}

.in-case .hd .more {
    float: right;
}

.in-case .hd li {
    width: 23.5%;
    float: left;
    margin: 0% 1% 1% 1% !important;
    padding: 1% 0;
    transition: all .3s ease;
    display: inline-block;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .3s ease;
    text-align: center;
    background: #ffffff;
    border-top-left-radius: 50px;
}
.in-case .hd li:first-child{
    margin-left: 0 !important;
}
.in-case .hd li:last-child{
    margin-right: 0 !important;
}
.in-case .hd li .in-case-a img{
    border-radius: 50%;
    background: #0179c0;
    transition: all .3s ease;

}
.in-case .hd li .in-case-a .in-case-a-p{
    font-size: 24px;
    color: #333;
    display: inline-block;
    vertical-align: middle;

}

.in-case .hd li .in-case-a p{

    display: inline-block;
    vertical-align: middle;

}
.in-case .hd li:last-child:before {
    display: none;
    color: #333
}

.in-case .hd li.on {
    color: #0179c0;
}
.in-case .hd li.on img {
    background: #047abb;
    transform: rotate(360deg);
}
.in-case .hd li.on a, .in-case .hd a:hover {
    color: #333;
}
.in-case .bd dl {
    width: 100% !important;
    background-color: #fff;
    padding: 50px;
    position: relative;
    color:#f2f2f2;
}

.in-case .bd dt {
    margin-left: 50%;
    padding: 20px 0 0 50px;
}

.in-case .bd dt img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.in-case .bd dt a:hover img {

    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.in-case .bd dd {
    float: left;
    width: 45%;
    padding: 30px 0 0 35px;
}

.in-case .bd dd h4 {
    font-size: 26px;
    color: #222222;
}

.in-case .bd dd h4:after {
    content: '';
    display: block;
    width: 37px;
    height: 4px;
    background: #dedede;
}

.in-case .bd dd h4 small {
    font-size: 14px;
    display: block;
}

.in-case .bd dd p {
    margin: 30px 0 50px 0;
    font-size: 16px;
    color: #888888;
    font-weight: lighter;
    line-height: 33px
}

.in-case .bd dd .more {
    display: inline-block;
    padding: 7px 25px;
    background-color: #009a44;
    color: #fff;
    text-transform: uppercase;
    border-radius: 50px;
}

.in-case .bd dd .more:hover {
    -webkit-animation: shake 1.5s linear;
    animation: shake 1.5s linear;
}



/*

.index-box-3 .swiper-slide:hover .pic img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -o-transform: scale(1.05);
}
.index-box-3 .swiper-slide:hover .icon .on {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
  visibility: visible;
}
.index-box-3 .swiper-slide:hover .icon .init {
  transform: scale(0.3);
  -webkit-transform: scale(0.3);
  -moz-transform: scale(0.3);
  -ms-transform: scale(0.3);
  -o-transform: scale(0.3);
  opacity: 0;
  visibility: hidden;
}
.index-box-3 .pic {
  position: relative;
}
.index-box-3 .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.index-box-3 .pic img {
  position: relative;
  z-index: 0;
}
.index-box-3 .info {
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  z-index: 2;
  padding: 0 104px;
  text-align: center;
  border: 0;
}
.index-box-3 .title {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.index-box-3 .icon {
  width: 65px;
  height: 65px;
  position: relative;
  margin: 0 auto 20px;
}
.index-box-3 .icon img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
.index-box-3 .icon .on {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  -moz-transform: scale(1.5);
  -ms-transform: scale(1.5);
  -o-transform: scale(1.5);
  opacity: 0;
  visibility: hidden;
}
*/

.shili{
  width:100%;
  overflow:hidden;
  margin-bottom:2%;
}
.shili li{
  width:48%;
  float:left;
  border:1px solid #ddd;
  text-align:center;
  text-indent:0;
  margin:1%;
}
.shili li img{
  max-width:100%;
  width:100%;
}
.shili li p{
  padding:6px 0 15px;
  font-size:18px;
}
.shili li:hover p{
  color:#0179c0;
}
.kh{
  width:100%;
  overflow:hidden;
  border-top:1px solid #d9d9d9;
}
.kh li{
  width:25%;
  float:left;
  border:1px solid #d9d9d9;
  padding:1%;
  font-size:16px;
  border-top:0;
  border-right:0;
  text-indent:0;
}
.kh li:nth-child(2n-1){
  background:#f6f6f6;
}
.kh li:nth-child(4n){
  border-right:1px solid #d9d9d9;
}
.kh li:last-child{
  border-right:1px solid #d9d9d9;
}


.zhici{
  color:#666;
}
.zhici h3{
  font-size:18px;
  margin:10px 0;
  font-weight:bold;
  color:#555;
}
.zhici h3:last-child{
  margin:30px 0;
  font-size:18px;
  color:#666;
  font-family: cursive;
}
.zhici p{
  line-height:33px;
  margin:10px 0;
  font-size:16px;
  text-align: justify;
}

.contab{
  width:48%;
  float:left;
  margin-bottom:2%;
}
.contab:last-child{
  width:48%;
  float:right;
}
.contab tr:first-child{
  background:#f6f6f6;
}
.contab td{
  padding:.8% 2%;
}
.contab tr td:first-child{
  width:25%;
}

.index-box-4{
    background: #f4f5f6;
}
.index-box-4 .ys-main{
  width: 100%;
  margin-top: 2.5%;
}
.index-box-4 .ys{
    width: 49%;
    height: 135px;
    margin: 10px auto;
    background: #fff;
    overflow: hidden;
}
.index-box-4 .ys1,
.index-box-4 .ys3,
.index-box-4 .ys5{
    float: left;
}
.index-box-4 .ys2,
.index-box-4 .ys4,
.index-box-4 .ys6{
    float: right;
}
.index-box-4 .ys1 .ysl,
.index-box-4 .ys3 .ysl,
.index-box-4 .ys5 .ysl{
    float: left;
    width: 130px;
    color: #0179c0;
    font-size: 26px;
    font-family: fantasy;
    padding: 20px;
    text-align: center;
}
.index-box-4 .ys1 .ysr,
.index-box-4 .ys3 .ysr,
.index-box-4 .ys5 .ysr{
    float: left;
    width: 77%;
    padding: 20px 25px;
    font-size: 15px;
}
.index-box-4 .ys2 .ysl,
.index-box-4 .ys4 .ysl,
.index-box-4 .ys6 .ysl{
    float: right;
    width: 19%;
    color: #0179c0;
    font-size: 26px;
    font-family: fantasy;
    padding: 25px 20px;
    text-align: center;
}
.index-box-4 .ys2 .ysr,
.index-box-4 .ys4 .ysr,
.index-box-4 .ys6 .ysr{
    float: left;
    width: 80%;
    font-size: 15px;
    padding: 25px 30px;
}
.index-box-4 .ysc{
    float: left;
    width: 5px;
    height: 100%;
    background-color: #f4f5f6;
    transform: rotate(10deg);      
    -o-transform:rotate(10deg);    
    -webkit-transform:rotate(10deg);
    -moz-transform:rotate(10deg);
}

.index-box-4 .ys2 .ysc,
.index-box-4 .ys4 .ysc,
.index-box-4 .ys6 .ysc{
    float: left;
    width: 5px;
    height: 100%;
    background-color: #f4f5f6;
    transform: rotate(10deg);      
    -o-transform:rotate(10deg);    
    -webkit-transform:rotate(10deg);
    -moz-transform:rotate(10deg);
}


.index-wrapper .swiper-slide-active.index-box-2 .in-case {
    animation: fadeInUp 1.4s ease;
}

.index-wrapper .swiper-slide-active.index-box-4 .ys1,
.index-wrapper .swiper-slide-active.index-box-4 .ys3,
.index-wrapper .swiper-slide-active.index-box-4 .ys5 {
    animation: fadeInLeft 1.4s ease;
/*    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);*/
}
.index-wrapper .swiper-slide-active.index-box-4 .ys2,
.index-wrapper .swiper-slide-active.index-box-4 .ys4,
.index-wrapper .swiper-slide-active.index-box-4 .ys6 {
    animation: fadeInRight 1.4s ease;
/*    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);*/
}

.proshow-box{
  background:#f6f6f6;
  padding:80px 0;
}
.proshow-box-m{
  width:100%;
  box-shadow: 0 0 6px 0px rgb(0 0 0 / 10%);
  padding:5%;
  background:#fff;
}
.proshow-box-m .caption{
  text-align:center;
}
.proshow-box-m .title{
  width:100%;
  background:#f6f6f6;
  padding:1% 2%;
  margin-bottom:2%;
  border-radius:6px;
  font-size:16px;
}
.proshow-box-m .content{
  overflow:hidden;
}
.proshow-box-m .content p{
  font-size:16px;
  color:#666;
  line-height:30px;
  margin:10px 0;
  display:inline-block;
}
.proshow-box-m .content p font{
  font-size:16px;
  color:#666;
  line-height:30px;
  margin:10px 0 !important;
}
.proshow-box-m img{
  min-width:480px;
  height: auto !important;
  float:left;
  margin:10px !important;
}
.proshow-box-m .fy{
  width:100%;
  overflow:hidden;
  border-bottom:1px solid #ddd;
  padding-bottom:25px;
  margin-top:5%;
}
.proshow-box-m .fy a {
  font-size:16px;
}
.proshow-box-m .fy p{
  width:50%;
  float:left;
  font-size:16px;
}
.proshow-box-m .fy p:last-child{
  text-align:right;
}

.proshow-list{
    width: 100%;
    box-shadow: 0 0 6px 0px rgb(0 0 0 / 10%);
    padding: 5%;
    background: #fff;
    margin-top:3%;
}
.proshow-list .caption {
  text-align:center !important;
  margin-bottom:20px;
}
.proshow-list .xian {
  margin:0 auto;
}
.proshow-list .proshow-list-m {
  width:100%;
  display:flex;
  justify-content:space-between;
  text-align:center;
  margin-top:3%;
}
.proshow-list .proshow-list-m li {
  border:1px solid #ddd;
  width:23%;
}
.proshow-list .proshow-list-m li a{
  font-size:16px;
}
.proshow-list .proshow-list-m li a:hover{
  color:#057dbb;
}
.proshow-list .proshow-list-m li img{
  max-height:230px;
  width:100%;
}
.proshow-list .proshow-list-m p{
  padding:12px 10px;
  overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*
@media screen and (max-width: 1004px){
.index-box-5 {
    display: -webkit-flex;
    padding-bottom: 30px;
    align-items: center;
}

}*/

@media screen and (max-width: 1024px){

.kh li{
  width:100%;
  padding:1% 0;
  border:1px solid #d9d9d9;
}

.proshow-list .proshow-list-m {
  display:inline-block;
}
.proshow-list .proshow-list-m li {
  border:1px solid #ddd;
  width:48%;
  float:left;
  margin-bottom:10px;
}
.proshow-list .proshow-list-m li:nth-child(2n) {
  float:right;
}
.honor-wrapper .pic img {
    height: 220px;
    max-height: 220px;
}
.in-case {
    margin-top: 20px;
}

.in-case .hd li {
    padding: 10px 0 5px 0;
    border-radius: 30px 0 0;
}
.in-case .hd li .in-case-a img {
    height: 35px;
}
.in-case .hd li .in-case-a .in-case-a-p {
    font-size: 16px;
}
.in-case .bd dl {
    padding: 25px;
}
.in-case .bd dd {
    width: 100%;
    padding: 0;
}
.in-case .bd dd h4 {
    font-size: 20px;
}
.in-case .bd dd p {
    margin: 25px 0 25px 0;
    line-height: 28px;
    font-size: 14px;
}
.in-case .bd dt {
    margin-left: 0%;
    padding: 0;
}

.index-box-4 .ys-main{
  width: 100%;
  overflow: hidden;
  margin-top: 0;
}
.index-box-4 .index-more{
  display: none;
}
.index-box-4 .ys{
    width: 100%;
    height: auto;
    margin: 0 auto 5px;
    background: #fff;
    overflow: hidden;
}
.index-box-4 .ys1 .ysl,
.index-box-4 .ys3 .ysl,
.index-box-4 .ys5 .ysl{
    float: left;
    width: 10%;
    color: #0179c0;
    font-size: 26px;
    font-family: fantasy;
    padding: 25px 20px;
    text-align: center;
}
.index-box-4 .ys1 .ysr,
.index-box-4 .ys3 .ysr,
.index-box-4 .ys5 .ysr{
    float: left;
    width: 88%;
    padding: 25px 20px;
}
.index-box-4 .ys2 .ysl,
.index-box-4 .ys4 .ysl,
.index-box-4 .ys6 .ysl{
    float: left;
    width: 10%;
    color: #0179c0;
    font-size: 26px;
    font-family: fantasy;
    padding: 25px 20px;
    text-align: center;
}
.index-box-4 .ys2 .ysr,
.index-box-4 .ys4 .ysr,
.index-box-4 .ys6 .ysr{
    float: left;
    width: 88%;
    padding: 25px 20px;
}
.index-box-4 .ysc{
    float: left;
    width: 5px;
    padding: 50px 0;
    background-color: #f4f5f6;
    transform: rotate(10deg);      
    -o-transform:rotate(10deg);    
    -webkit-transform:rotate(10deg);
    -moz-transform:rotate(10deg);
}

.index-box-4 .ys2 .ysc,
.index-box-4 .ys4 .ysc,
.index-box-4 .ys6 .ysc{
    float: left;
    width: 5px;
    padding: 50px 0;
    background-color: #f4f5f6;
    transform: rotate(10deg);      
    -o-transform:rotate(10deg);    
    -webkit-transform:rotate(10deg);
    -moz-transform:rotate(10deg);
}
}


@media screen and (max-width: 768px){

.proshow-list .proshow-list-m li img {
  max-height:140px;
}
.shili li{
  width:100%;
  margin:0%;
}
.kh li{
  width:100%;
}

.contab{
  width:100%;
  float:left;
}
.contab:last-child{
  width:100%;
  float:right;
}

.proshow-box-m img{
  min-width:100%;
}
.in-case .hd li {
    padding: 15px 0 10px 0;
    border-radius: 30px 0 0;
    text-align: center;
}
.in-case .hd li .in-case-a img {
    height: 28px;
}
.in-case .hd li .in-case-a .in-case-a-p {
    font-size: 16px;
}
.in-case .bd dl {
    padding: 25px;
}
.in-case .bd dd {
    width: 100%;
    padding: 0;
}
.in-case .bd dd h4 {
    font-size: 20px;
}
.in-case .bd dd p {
    margin: 25px 0 25px 0;
    line-height: 28px;
    font-size: 14px;
}
.in-case .bd dt {
    margin-left: 0%;
    padding: 0;
}

.index-box-4 .ys1 .ysl,
.index-box-4 .ys3 .ysl,
.index-box-4 .ys5 .ysl{
    float: left;
    width: 5%;
    color: #0179c0;
    font-size: 16px;
    font-family: fantasy;
    padding: 25px 20px;
    text-align: center;
}
.index-box-4 .ys2 .ysl,
.index-box-4 .ys4 .ysl,
.index-box-4 .ys6 .ysl{
    float: left;
    width: 12%;
    color: #0179c0;
    font-size: 16px;
    font-family: fantasy;
    padding: 25px 10px;
    text-align: left;
    overflow: hidden;
}
.index-box-4 .ys1 .ysr, .index-box-4 .ys3 .ysr, .index-box-4 .ys5 .ysr {
    float: left;
    width: 88%;
    padding: 10px 0 10px 20px;
}
.index-box-4 .ys2 .ysr, .index-box-4 .ys4 .ysr, .index-box-4 .ys6 .ysr {
    float: left;
    width: 88%;
    padding: 10px 0 10px 20px;
}
.index-box-4 .ysc{
    display: none;
}
}
