body,p{
	font-size:15px;
  	font-family: 微软雅黑, "Microsoft YaHei";
    color: rgb(102, 102, 102);
}
body, div, p, span, a, input, textarea, img, ul, li, video, button {
    outline: none;
}
img{
    /*width: 100%;*/
  	max-width:100%;
    height: auto;
}
input:focus{
    outline:none;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
a:hover,a:focus{
    text-decoration: none;
}
p{
    margin: 0;
}
html{
	min-height: 100vh;
    position: relative;
}
body{
    overflow-x: hidden;
  	height:100%;
}
/* gShow */
.gShow{
    opacity:0;
}
@keyframes mymove
{
from {transform:translate3d(0, 100%, 0);opacity:0;}
to {transform:translate3d(0, 0, 0);opacity:1;}
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
from {transform:translate3d(0, 100%, 0);opacity:0;}
to {transform:translate3d(0, 0, 0);opacity:1;}
}
.rShow{
    opacity:0;
}
@keyframes rmove
{
from {transform:translate3d(100%, 0, 0);opacity:0;}
to {transform:translate3d(0, 0, 0);opacity:1;}
}

@-webkit-keyframes rmove /* Safari and Chrome */
{
from {transform:translate3d(100%, 0, 0);opacity:0;}
to {transform:translate3d(0, 0, 0);opacity:1;}
}
.lShow{
    opacity:0;
}
@keyframes lmove
{
from {transform:translate3d(-100%, 0, 0);opacity:0;}
to {transform:translate3d(0, 0, 0);opacity:1;}
}

@-webkit-keyframes lmove /* Safari and Chrome */
{
from {transform:translate3d(-100%, 0, 0);opacity:0;}
to {transform:translate3d(0, 0, 0);opacity:1;}
}
.topShow{
    opacity:0;
}
@keyframes topmove
{
from {transform:translate3d(0, -100%, 0);opacity:0;}
to {transform:translate3d(0, 0, 0);opacity:1;}
}

@-webkit-keyframes topmove /* Safari and Chrome */
{
from {transform:translate3d(0, -100%, 0);opacity:0;}
to {transform:translate3d(0, 0, 0);opacity:1;}
}
/* hdgShow */
.hdgShow{
    opacity:0;
}
@keyframes hdMymove
{
from {transform:translate3d(0, 20%, 0);opacity:0;}
to {transform:translate3d(0, 0, 0);opacity:1;}
}
/* scaleImg */
.scaleImg{
    overflow: hidden;
}
.scaleImg .img{
    filter: grayscale(100%);
}
.scaleImg img{
    transition-duration:.3s;
  	width:100%;
    display: block;
}
.scaleImg:hover img{
    transform: scale(1.1);
    filter: grayscale(0);
}
/*  */
.boxShadow{
   -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.3);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 5px rgba(0,0,0,.3);
}
/* header */
header nav{
    z-index: 999;    
}
header nav .navbar-brand{
    min-height: 72px;
}
header nav .container-fluid{
    padding: 0 8.333%;
    background-color: #fff;
}
header nav .navbar-brand img{
    height: 100%;
    width: auto;
}
header nav .navbar-nav li{
    height: 72px;
	position: relative;
}
header nav .navbar-nav li>.list a:hover{
    color: #1772e0;
    text-align: left;
    border-bottom: 3px solid #1772e0;
}
header nav .navbar-nav li>.scaleImg{
    float: right;
  	width:440px;
}
header nav .navbar-nav li a{
    font-size: 16px;
    padding: 10px 0;
    margin: 0 15px;
    margin-top: 15px;
    color: rgba(64, 64, 64, 1) !important;
    border-bottom: 2px solid transparent;
  	transition: .5s;
}
header nav .navbar-nav li a:hover{
    color: rgba(180, 35, 34, 1) !important;
}
header nav .navbar-nav .active a{
    color: rgba(180, 35, 34, 1) !important;
    background-color:transparent !important;
    background-image: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
header .banner{
    margin-top: 72px;
    position: relative;
  	overflow: hidden;
}
header .banner img{
	transform: scale(1,1);
    -webkit-transform: scale(1,1);
    animation:10s infinite alternate bannerMove;
	-webkit-animation:10s infinite alternate bannerMove;
}
@keyframes bannerMove
{
from {transform: scale(1,1);}
to {transform: scale(1.1,1.1);}
}

@-webkit-keyframes bannerMove /*Safari and Chrome*/
{
from {-webkit-transform: scale(1,1);}
to {-webkit-transform: scale(1.1,1.1);}
}
header .banner .info{
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
}
header .banner .swiper-slide{
    position: relative;
  	overflow: hidden;
}
header .banner .swiper-slide p{
    position: absolute;
    font-size:60px;
    font-family:serif;
    font-weight:800;
    color:rgba(255,255,255,1);
    text-align: center;
    top: 35%;
    width: 100%;
    left: 0;
}
header .banner .swiper-button-prev{
    left: 30px;
}
header .banner .swiper-button-next{
    right: 30px;
}
header .banner .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    opacity: 1;
    background:transparent;
    border: 1px solid transparent;
}
header .banner .swiper-pagination-bullet::after{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #fff;
    margin-left: 5px;
    margin-top: 5px;
}
header .banner .swiper-pagination-bullet-active{
    border: 1px solid rgba(252, 246, 17, 1);
}
header .banner .swiper-pagination-bullet-active::after{
    background: rgba(252, 246, 17, 1);
}
header .crumbs img{
    width: 12px;
    display: inline-block;
    margin-top: -2px;
}
header .crumbs .crumbsContent{
    border-bottom: 1px solid rgba(102, 102, 102, .2);
    line-height: 72px;
}
header .crumbs .crumbsContent .left a{
    color: rgba(102, 102, 102, .6);
    margin: 0 3px;
    display: inline-block;
  	font-size:14px;
}
header .crumbs .crumbsContent .left a::after{
    content: '';
    display: inline-block;
    border-left: 4px solid rgba(102, 102, 102, .6);
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
    margin-bottom: 2px;
    margin-left: 6px;
}
header .crumbs .crumbsContent .left a:last-child::after{
    display: none;
}
header .crumbs .crumbsContent ul{
    width: 100%;
    text-align: right;
  	white-space: nowrap;
}
header .crumbs .crumbsContent ul li{
    display: inline-block;
    margin-left: 30px;
  	transition: .5s;
}
header .crumbs .crumbsContent ul li:first-child{
    margin-left: 0 !important;
}
header .crumbs .crumbsContent ul li a{
    font-size: 16px;
    color: rgba(64, 64, 64, 1);
    border-bottom: 2px solid transparent;
    display: inline-block;
    margin-bottom: -2px;
  	transition: .5s;
}
header .crumbs .crumbsContent ul li:hover a{
    border-bottom: 2px solid rgba(222, 26, 24, 1);
    color: rgba(222, 26, 24, 1);
}
header .crumbs .crumbsContent ul .active a{
    border-bottom: 2px solid rgba(222, 26, 24, 1);
    color: rgba(222, 26, 24, 1);
}

header nav .navbar-nav li>.hdgShow{
	position: absolute;
    top: 72px;
    z-index: 999;
    padding: 0;
  	border-top:3px solid rgba(180, 35, 34, 1);
  	background-color:#f4f4f4;
  	display:none;
  	/*width: 800px;
    margin-left: -350px;*/
    padding: 30px 20px;
}
header nav .navbar-nav li:hover>.hdgShow{
	display:block;
}
header nav .navbar-nav li>.hdgShow>.list{
	/*width: 280px;
    margin-right: 40px;
  	padding-right:20px;
    border-right: 1px solid #c8c8c8;
    float: left;*/
  	width:100%;
}
header nav .navbar-nav li>.hdgShow>.list a{
  	display: block;
    line-height: 44px;
    font-size: 14px;
    font-weight: 100;
    color: #333 !important;
    text-align: left;
    border-bottom: 3px solid transparent;
  	margin: 0;
    padding: 0;
  	white-space: nowrap;
}
header nav .navbar-nav li>.hdgShow>.list a:hover{
    color: rgba(180, 35, 34, 1) !important;
    text-align: left;
    border-bottom: 3px solid rgba(180, 35, 34, 1);
}
header nav .navbar-nav li>.hdgShow>.scaleImg{
    float: right;
  	width:440px;
  	display:none;
}
/* footer */
footer{
    color:rgba(161, 161, 161, 0.4);
    padding: 30px 0;
    width: 100%;
    bottom: 0;
  	position: absolute;
  	border-top: 1px solid rgba(102, 102, 102, .2);
}
footer a{
    color:rgba(102, 102, 102, 1);
  	font-size:13px;
}
footer a:hover{
    color:rgba(102, 102, 102, 1);
}
footer p{
  	font-size:13px;
}
footer .one span{
    padding: 0 5px;
}
footer .one:last-child span{
    display: none;
}
footer img{
    height: 17px;
    width: auto;
}
footer .right a{
	display: inline-block;
}
footer .right a>img:nth-child(2){
	display:none;
}
footer .right a:hover>img:nth-child(1){
	display:none;
}
footer .right a:hover>img:nth-child(2){
	display:inherit;
}
footer .right a:nth-child(3){
	display:none;
}
footer .right{
    text-align: right;
}
footer .right a.wxCode{
	position: relative;
}
footer .right a.wxCode .code{
	position: absolute;
    bottom: 20px;
    width: 80px;
    left: 50%;
    margin-left: -40px;
    display: none;
}
footer .right a.wxCode:hover .code{
	display:block;
}
footer .right a.wxCode .code img{
	width:100%;
  	height:auto;
  	display:block;
}
footer .right a{
    margin: 0 10px;
}
footer .right .dropup{
    display: inline-block;
    margin-left: 4px;
}
footer .right .dropup .btn-default{
    padding: 0;
    background-color: #fff;
    border: 0;
    background-image: none;
    color: rgba(102,102,102,1);
    text-shadow: none;
    text-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
header .navbar .goPlatform{
	position: absolute;
    right: 0;
    top: 0;
    background-color: #ac272a;
    width: 380px;
  	padding: 10px 20px;
  	border-radius: 0 0 0 41px;
}
header .navbar .goPlatform img{
	width:19px;
  	margin-right: 5px;
}
header .navbar .goPlatform a{
	color:#fff;
  	padding:0 20px;
  	display:inline-block;
}
header .navbar .goPlatform a:first-child{
	border-right:1px solid #ed8433;
}
header nav .navbar-nav li {
    height: 113px;
}
header nav .navbar-nav li a{
	margin-top:57px;
}
header nav .navbar-brand {
    min-height: 113px;
}
header nav .navbar-brand img {
    height: 60px;
    width: auto;
    margin-top: 11.5px;
  	transition: .5s;
}
header nav .navbar-nav li>.hdgShow{
	top:113px;
}
.navbar-nav-wap{
	display:none;
}
@media (max-width: 1263px){
    header nav .navbar-nav li a{
      font-size:14px;
      margin: 57px 10px 0 10px;
    }
    header nav .navbar-brand img {
      height: 55px;
      margin-top: 14px;
   }
    header .crumbs .crumbsContent{
        line-height: 44px;
    }
    header .crumbs .crumbsContent .left a {
        margin: 0 3px;
        font-size: 12px;
    }
    header .crumbs .crumbsContent ul li{
        margin-left: 3%;
    }
    header .crumbs .crumbsContent ul{
        text-align: center;
    }
    header .crumbs .crumbsContent ul li a{
        font-size: 14px;
    }
}
@media (max-width: 1080px){
	header nav .navbar-brand img {
        height: 43px;
    	margin-top: 0px;
    }
  	header .navbar .goPlatform a {
      	padding: 0 15px;
      	font-size: 12px;
  	}
 	header .navbar .goPlatform img {
    	width: 15px;
      	margin-top: -2px;
	}
  	header .navbar .goPlatform {
        position: absolute;
        right: 0;
        top: 0;
        background-color: #ac272a;
        width: 320px;
        padding: 5px 20px;
        border-radius: 0 0 0 41px;
    }
  	header nav .navbar-nav li a {
        margin: 31px 10px 0 10px;
    }
  	header nav .navbar-nav li {
        height: 73px;
    }
  	header nav .navbar-brand {
        min-height: 73px;
    }
  	header nav .container-fluid {
        padding: 0 3%;
    }
  	header nav .navbar-nav li>.hdgShow {
        top: 73px;
    }
}
@media (max-width: 870px){
	header nav .navbar-nav li a {
        margin: 31px 0px 0 15px;
    }
  header nav .navbar-nav li:first-child{
  	margin-left:0;
  }
  header nav .navbar-brand img {
    height: 30px;
    margin-top: 6.5px;
}
}
@media (max-width: 767px){
    .navbar-nav-pc{
        display:none;
    }
    .navbar-nav-wap{
        display:block;
    }
    header .navbar .goPlatform{
      display:none;
    }
  	header nav .navbar-brand img{
  		height: 100%;
      	margin-top:0;
  	}
  	.navbar-brand{
  		padding: 10px 15px;
  	}
    header nav .navbar-brand{
        min-height: auto;
    }
    header nav .container-fluid{
        padding: 0 15px;
    }
    header nav .navbar-nav li{
        height: auto;
    }
    header nav .navbar-nav li a{
        margin:0;
        padding: 10px 15px;
        border-bottom: 0;
        font-size: 14px;
    }
    header nav .navbar-nav .active a{
        border-bottom: 0;
    }
    header .banner {
        margin-top: 50px !important;
    }
    header .banner .swiper-button-prev{
        left: 10px;
        width: 18px;
        height: 30px;
        background-size: 18px 30px;
    }
    header .banner .swiper-button-next{
        right: 10px;
        width: 18px;
        height: 30px;
        background-size: 18px 30px;
    }
    header .banner .swiper-slide p{
        font-size: 22px;
    }
    header nav .navbar-nav li>.hdgShow{
      position: relative;
      z-index: 999;
      top:0;
      padding: 0;
      border-top: 3px solid rgba(180, 35, 34, 1);;
      background-color: #f4f4f4;
      display: none;
      width: 100%;
      margin-left: 0;
      padding: 10px 15px;
    }
   	header nav .navbar-nav li>.hdgShow>.scaleImg{
      display:none;
    }
    header nav .navbar-nav li>.hdgShow>.list {
      width: 100%;
      margin-right: 0;
      padding-right: 0;
      float: left;
      border-right: 0;
   }
   header nav .navbar-nav li>.hdgShow>.list a{
  	 	display:inline-block;
     	border-bottom:0 !important;
     	padding:0 10px;
   }
  	.navbar-collapse.collapse.in {
    	max-height: initial;
	}
    footer .left{
        font-size: 12px;
    }
    footer .one{
        margin: 0 5px;
        font-size: 12px;
    }
    footer .one:last-child{
        margin-right: 0;
    }
    footer .one:first-child{
        margin-left: 0;
    }
    footer img {
        height: 12px;
    }
    footer .right a {
        margin: 0 5px;
    }
    footer .right .dropup .btn-default{
        font-size: 12px;
    }
    footer .dropdown-menu{
        right: 0;
        left: initial;
    }

}
/* 导航栏手机端 */
@media (max-width: 767px) {
    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in { 
        display: block!important;
    }
    .collapsing {
        overflow: hidden!important;
    }
}
@media (max-width: 920px){
	header .crumbs .crumbsContent ul {
      	white-space: normal;
    }
}
.banner .swiper-wrapper{
	transition-duration:1000ms !important;
}
.home .swiper-wrapper{
	transition-duration:1000ms !important;
}
/* home */
.home{
    margin-top: 90px;
}
.home .home_1{
    margin-bottom: 90px;
}
.home .home_1 .home_11{
    border: 1px solid rgba(196, 154, 107, 1);
    width: 22%;
    height: 176px;
    position: relative;
}
.home .home_1 .home_11 .txt{
    position: absolute;
    top: 36px;
    left: 30%;
    width: 202px;
    background-color: #fff;
    padding: 5% 0;
}
.home .home_1 .home_11 .txt p:first-child{
    color: rgb(242, 223, 190);
    font-size: 16px;
    margin-bottom: 10px;
}
.home .home_1 .home_11 .txt p:last-child{
       color: rgb(180, 35, 34);
    font-size: 29px;
    font-weight: bold;
}
.home .home_1 .home_12{
    padding-top: 2%;
    position: relative;
    width: 78%;
    padding-left: 30%;
}
.home .home_1 .home_12>p{
    position: absolute;
    top: 17%;
    font-size: 2em;
    right: 7.5%;
    color: rgba(196, 154, 107, 1);
}
.home .home_1 .left .boxShadow{
    padding: 3%;
    position: absolute;
    width: 100%;
    margin-top: 2%
}
.home .home_1 .left .boxShadow p:nth-child(1){
    font-size: 18px;
    color: rgba(196, 154, 107, 1);
    margin-bottom: 2%;
}
.home .home_1 .left .boxShadow p:nth-child(2){
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:30px;
    margin-bottom: 1%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
  	transition: .5s;
}
.home .home_1 .left .boxShadow p:nth-child(3) a{
    color:rgba(180,35,34,1);
}
.home .home_1 .left .boxShadow p:nth-child(3){
    font-weight:400;
    color:rgba(180,35,34,1);
    text-align: right;
}
.home .home_13{
	bottom: 10px;
    left: 0;
    width: 100%;
}
.home .home_13 .swiper-pagination-bullet{
    width: 16px;
    height: 16px;
    opacity: 1;
    background:transparent;
    border: 1px solid transparent;
}
.home .home_13 .swiper-pagination-bullet::after{
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #fff;
    margin-left: 5px;
    margin-top: 5px;
}
.home .home_13 .swiper-pagination-bullet-active{
    border: 1px solid rgba(252, 246, 17, 1);
}
.home .home_13 .swiper-pagination-bullet-active::after{
    background: rgba(252, 246, 17, 1);
}
.home .home_1 .video{
	position: absolute;
  	left:0;
  	right:0;
  	top:0;
  	bottom:0;
  	background-color:rgba(0,0,0,.15);
  	z-index:999;
}
.home .home_1 .video>img{
	position: absolute;
    top: 50%;
  	left:50%;
  	margin-top:-25px;
  	margin-left:-25px;
  	cursor: pointer;
}
.home .home_2 .scaleImg{
    margin: 0 -15px;
    position: relative;
  	cursor: pointer;
}
.home .home_2 .scaleImg .mode{
    position: absolute;
    top: 0;
    left: 8%;
    width: 84%;
}
.home .home_2 .scaleImg .mode p:nth-child(1){
    font-size:20px;
    font-weight:400;
    color:rgba(255,255,255,.8);
    line-height:18px;
}
.home .home_2 .scaleImg .mode p:nth-child(1) img{
    width: 26px;
    display: none;
    margin-top: -6px;
    transform: scale(1);
}
.home .home_2 .scaleImg .mode p:nth-child(2){
    font-size:24px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    line-height:60px;
}
.home .home_2 .scaleImg .mode1 p:nth-child(3){
    font-size:14px;
    font-weight:400;
    color:rgba(255,255,255,.85);
    line-height:28px;
    margin-top: 10%;
}
.home .home_2 .scaleImg .mode2 p:nth-child(1){
    color:rgba(255,255,255,.3);
}
.home .home_2 .scaleImg .mode2 .txt{
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:28px;
}
.home .home_2 .scaleImg .mode2 .txt a{
    color:rgba(255,255,255,1);
}
.home .home_2 .scaleImg .mode2 p:nth-child(3){
    margin-top: 10%;
}
.home .home_2 .scaleImg .mode2 .txt span{
    color:rgba(255,255,255,1);
}
@media (max-width: 1480px){
  .home .home_1 .left .boxShadow p:nth-child(2){
	line-height: 24px;
    font-size:14px;
  }
  .home .home_2 .scaleImg .mode {
    left: 5%;
    width: 90%;
  }
  .home .home_2 .scaleImg .mode2 .txt{
  	font-size:14px;
    line-height: 24px;
  }
  .home .home_2 .scaleImg .mode2 p:nth-child(3) {
    margin-top: 7%;
  }
}
@media (max-width: 1300px){
  .home .home_2 .scaleImg .mode2 .txt{
  	font-size:12px;
  }
  .home .home_1 .home_11 .txt p:first-child {
    font-size: 12px;
    margin-bottom: 3px;
  }
  .home .home_1 .home_11 .txt p:last-child {
    font-size: 22px;
  }
}
@media (max-width: 1120px){
  .home .home_2 .scaleImg .mode2 .txt span{
  	display:none;
  }
}
@media (max-width: 992px){
    .home .home_1 .left .boxShadow{
        margin: 15px 0;
        position: relative;
    }
  	.home .home_2 .scaleImg .mode2 .txt {
        font-size: 14px;
    }
  	.home .home_2 .scaleImg .mode2 .txt span {
    	display: block; 
	}
}
@media (max-width: 767px){
    .home .home_2 .scaleImg .mode{
        padding: 0 0;
    }
  	.home .home_2 .scaleImg .mode p:nth-child(1) {
      font-size: 16px;
      font-weight: 400;
      color: rgba(255,255,255,.8);
      line-height: 16px;
	}
    .home .home_2 .scaleImg .mode p:nth-child(1) img {
      width: 22px;
  	}
  	.home .home_2 .scaleImg .mode p:nth-child(2) {
      font-size: 20px;
      line-height: 48px;
	}
    .home .home_2 .scaleImg .mode1 p:nth-child(3) {
        font-size: 12px;
        line-height: 22px;
    }
  	.home .home_2 .scaleImg .mode2 p:nth-child(3) {
    	margin-top: 5%;
	}
    .home .home_2 .scaleImg .mode2 .txt{
        font-size: 12px;
        line-height: 22px;
    }
    .home .home_13{
        left: 0;
        width: 100%;
    }
  .home .home_2 .scaleImg .mode2 .txt span{
  	display:none;
  }
  .home .home_1 .home_11 {
    border: 0;
	}
  .home .home_1 .home_11 .txt{
  	left:0;
  }
  .home .home_1 .home_11 .txt p:first-child {
    font-size: 10px;
    margin-bottom: 2px;
	}
  .home .home_1 .home_11 .txt p:last-child {
    font-size: 22px;
	}
  .home {
    margin-top: 40px;
}
.home .home_1 {
    margin-bottom: 15px;
}
}
/* about */
.aboutBanner .info p{
    font-size:22px;
    font-family:Arial;
    font-weight:bold;
    color:rgba(196,154,107,.67);
    line-height:25px;
}
.aboutBanner .info p:first-child{
    font-size:40px;
    font-family:monospace;
    font-weight:bold;
    color:rgba(201,42,41,1);
    line-height:27px;
    margin-bottom: 10px;
  display: none;
}
.about{
    padding: 100px 0;
}
.about .about_1 .tit{
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 50px;
}
.about .about_1 .tit p:first-child{
    font-size:22px;
    font-weight:400;
    color:rgba(102,102,102,1);
}
.about .about_1 .tit p:nth-child(2){
    width: 78px;
    height: 4px;
     background-color: rgba(196, 154, 107, 1);
     margin: 20px 0;
}
.about .about_1 .tit p:nth-child(3){
    font-weight:400;
    color:rgba(102,102,102,.3);
    line-height:30px;
}
.about .about_1 .tit p:nth-child(4){
    position: absolute;
    left: 15%;
    bottom: 0;
    font-size:170px;
    font-family:Impact;
    font-weight:400;
    color:rgba(234,209,170,.2);
    line-height: 140px;
}
.about .about_1 .txt p{
    color: rgba(102, 102, 102, 1);
    line-height: 32px;
    margin-top: 30px;
}
.about .about_slide{
	margin-bottom:40px;
  	height:484px;
}
.about .about_slide .swiper-slide{
	padding: 5px 80px;
}
.about .about_slide .swiper-slide .list{
	position: relative;
  	margin-top: 241.5px;
}
.about .about_slide .swiper-button-prev{
	left:0;
  	background-image:url("/static/modules/web/images/about_03.png");
  	width: 48px;
    height: 48px;
    background-size: 48px 48px;
    margin-top: -24px;
    background-color: #fff;
    z-index: 999;
    opacity: 0.2;
}
.about .about_slide .swiper-button-next{
	right:0;
  	background-image:url("/static/modules/web/images/about_04.png");
  	width: 48px;
    height: 48px;
    background-size: 48px 48px;
    margin-top: -24px;
    background-color: #fff;
    z-index: 999;
    opacity: 0.2;
}
.about .about_2{
    position: relative;
}
.about .about_2 ul{
    position: relative;
    background-color: rgba(196, 154, 107, .58);
    height: 2px;
    width: 100%;
}
.about .about_2 li{
    width: 20%;
    float: left;
}
.about .about_2 li span{
    display: block;
    margin: 0 auto;
    width: 23px;
    height: 23px;
    border-radius: 11px;
    border: 2px solid rgba(196, 154, 107, .58);
    margin-top: -11px;
    background-color: #fff;
}
.about .about_2 li span::after{
    display: block;
    content: '';
    width: 13px;
    height: 13px;
    background-color: rgba(196, 154, 107, .58);
    border-radius: 7px;
    margin-left: 3px;
    margin-top: 3px;
}
.about .about_2 .mode{
    position: absolute;
    padding: 20px 15px;
    width: 30%;
    text-align: center;
}
.about .about_2 .mode:nth-child(2){
    margin-left: 10%;
}
.about .about_2 .mode::after{
    position: absolute;
    display: inline-block;
    bottom: -6px;
    width: 0;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 6px;
    margin-left: -6px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(135deg);
    box-shadow: 2px -2px 2px #ccc;
}
.about .about_2 .mode p:nth-child(1){
    font-size: 14px;
    color:rgba(196,154,107,1);
}
.about .about_2 .mode p:nth-child(1) span{
}
.about .about_2 .mode p:nth-child(2){
    font-size:18px;
    font-weight:400;
    color:rgba(196,154,107,1);
    line-height:24px;
    margin: 20px 0;
}
.about .about_2 .mode p:nth-child(3){
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:24px;
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 72px;
    text-align: center;
}
.about .about_2 .mode:nth-child(2),.about .about_2 .mode:nth-child(4),.about .about_2 .mode:nth-child(6){
    margin-left: 0;
    margin-bottom: 0;
}
.about .about_2 .mode:nth-child(2)::after,.about .about_2 .mode:nth-child(4)::after,.about .about_2 .mode:nth-child(6)::after{
    bottom: auto;
    top: -6px;
    border-color: transparent transparent #fff #fff;
    box-shadow: -2px 2px 2px #ccc;
}
.about .about_2 .mode>span{
    position: absolute;
    display: block;
    margin: 0 auto;
    width: 23px;
    height: 23px;
    border-radius: 11px;
    border: 2px solid rgba(196, 154, 107, .58);
    margin-top: -11px;
    background-color: #fff;
    right: 0;
    left: 0;
    bottom: -42px;
    z-index: 999;
}
.about .about_2 .mode:nth-child(2)>span,.about .about_2 .mode:nth-child(4)>span,.about .about_2 .mode:nth-child(6)>span{
    top: -32px;
    bottom: auto;
}
.about .about_2 .mode>span::after{
    display: block;
    content: '';
    width: 13px;
    height: 13px;
    background-color: rgba(196, 154, 107, .58);
    border-radius: 7px;
    margin-left: 3px;
    margin-top: 3px;
}
.about .about_2 .mode:hover p:nth-child(1){
    color: rgba(222, 26, 24, 1);
}
.about .about_2 .mode:nth-child(2){
	left: 0;
    top: 5px;
  	margin-top: 28px;
}
.about .about_2 .mode:nth-child(3){
	left: 15%;
    bottom: 5px;
  	margin-bottom: 28px;
}
.about .about_2 .mode:nth-child(4){
	top: 5px;
    left: 35%;
  	margin-top: 28px;
}
.about .about_2 .mode:nth-child(5){
	left: 55%;
    bottom: 5px;
  	margin-bottom: 28px;
}
.about .about_2 .mode:nth-child(6){
	top: 5px;
    left: 70%;
  	margin-top: 28px;
}
@media (max-width: 1300px){
	.about .about_slide {
        height: 532px;
    }
  	.about .about_2 .mode p:nth-child(3){
  		-webkit-line-clamp: 4;
        height: 96px;
      	font-size:14px;
  	}
  	.about .about_slide .swiper-slide .list {
        margin-top: 263.5px;
    }
  .about .about_2 .mode p:nth-child(2){
  	font-size:16px;
    margin: 15px 0;
  }
}
@media (max-width: 768px){
  	.about{
  		padding:40px 0;
  	}
    .about .about_2 .mode {
      	position: relative;
        width: 100%;
        margin-left: 0%;
        margin-top: 0 !important;
        left: 0 !important;
        top: 0 !important;
        margin-bottom: 20px !important;
    }
  	.about .about_slide .swiper-slide .list {
        margin-top: 0;
    }
  	.about .about_slide {
        margin-bottom: 40px;
        height: auto;
    }
    .about .about_2 .mode:nth-child(2){
        margin-left: 0;
    }
    .about .about_2 .mode p:nth-child(1){
        font-size: 16px;
    }
    .about .about_2 .mode p:nth-child(2) {
        font-size: 14px;
        line-height: 20px;
        margin: 10px 0;
    }
    .about .about_2 .mode p:nth-child(3) {
        line-height: 18px;
        font-size: 12px;
      	-webkit-line-clamp: initial;
     	 height: auto;
    }
  .about .about_2 ul{
  	display:none;
  }
  .about .about_2 .mode>span{
  	display:none;
  }
  .about .about_2 .mode::after{
  	display:none;
  }
  .about .about_slide .swiper-slide {
    padding: 5px 55px;
	}
  
}
/* contact */
.contact{
    margin-top: 80px;
}
.contactBanner p:first-child{
    font-size:36px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    margin-bottom: 10px;
}
.contactBanner p:last-child{
    font-size:18px;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:9px;
}
.contact .contact_1{
    position: relative;
    margin-bottom: 80px;
  	padding:0 10%;
}
.contact .contact_1 iframe{
    width: 100%;
    height: 550px;
    display: block;
}
.contact .contact_1 .boxShadow{
  	margin-top:20px;
    padding: 40px;
    width: 100%;
    background-color: rgba(255,255,255,.8);
}
.contact .contact_1 .boxShadow .tit{
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
    color: rgba(102, 102, 102, 1);
}
.contact .contact_1 .boxShadow img{
    width: 45px;
}
.contact .contact_1 .boxShadow img:nth-child(2){
	display:none;
}
.contact .contact_1 .boxShadow li:hover img:nth-child(1){
	display:none;
}
.contact .contact_1 .boxShadow li:hover img:nth-child(2){
	display:inline-block;
}
.contact .contact_1 .boxShadow li{
    width: 33.333%;
    text-align: center;
    padding: 0 5%;
}
.contact .contact_1 .boxShadow li p{
    color: rgba(102, 102, 102, 1);
    margin-top: 30px;
}
.contact .contact_1 .boxShadow li:nth-child(2){
    border-left:1px solid rgba(102, 102, 102, .14);
    border-right:1px solid rgba(102, 102, 102, .14);
}
.contact .contact_1 .boxShadow li:hover p{
    color: rgba(222, 26, 24, 1);
}
.contact .contact_2 .info p{
    color: rgba(102, 102, 102, 1);
    line-height: 28px;
    font-size: 14px;
}
.contact .contact_2 .info{
    display: none;
}
.contact .contact_2 .fLogo{
    display: none;
    margin: 2.4% 0;
  	padding:0 5%;
} 
.contact .contact_2{
    position: fixed;
    z-index: 999;
    right: 0;
    top: 50%;
    width: 100px;
    text-align: center;
  	margin-top:-63.5px;
}
.contact .contact_2 .qrCode .mode img{
    max-width: 100px;
}
.contact .contact_2 .qrCode .mode p{
    font-size: 12px;
    text-align: center;
    color: rgba(102, 102, 102, .9);
    margin-top: 10px;
}
.contact .contact_3{
    padding: 80px;
    margin-bottom: 30px;
}
.contact .contact_3>p{
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 40px;
  	text-align:center;
  	font-weight:bold;
}
.contact .contact_31{
    height: 60px;
    padding: 12px 15px;
    border: 1px solid rgba(102, 102, 102, 0.32);
    width: 49%;
    margin-right: 2%;
    margin-bottom: 20px;
    position: relative;
    padding-left: 70px;
}
.contact .contact_31:nth-of-type(2n){
    margin-right: 0;
}
.contact .contact_31 input{
    height: 100%;
    width: 100%;
    border: 0;
    border-left: 1px solid rgba(102, 102, 102, .3);
    padding: 0 20px;
    font-size: 15px;
    color: rgba(196, 154, 107, 1);
}
.contact .contact_31 input::-webkit-input-placeholder {
    color: rgba(196, 154, 107, .7);
}
.contact .contact_31 input:-moz-placeholder {
    color: rgba(196, 154, 107, .7);
}
.contact .contact_31 input:-ms-input-placeholder {
    color: rgba(196, 154, 107, .7);
}
.contact .contact_31 img{
    position: absolute;
    width: 30px;
    top: 15px;
    left: 20px;
}
.contact .contact_31 .dropdown{
    width: 100%;
    height: 100%;
}
.contact .contact_31 .btn{
    width: 100%;
    height: 100%;
    background-color: #fff;
    color: rgba(196, 154, 107, .7);
    font-size: 15px;
    text-align: left;
    border-left: 1px solid rgba(102, 102, 102, .3);
}
.contact .contact_31 .btn .caret{
    float: right;
    border-top: 10px dashed;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    margin-top: 10px;
}
.contact .contact_31 .dropdown-toggle:focus{
    outline: 0 !important;
    box-shadow: none;
}
.contact .contact_31 .dropdown-menu{
    width: 100%;

}
.contact form .sub{
    line-height: 60px;
    width: 30%;
    background-color: rgba(196, 154, 107, 1);
    font-size:16px;
    font-weight:400;
    color:rgba(255,255,254,1);
    text-align: center;
    display: block;
    border: 0;
    padding: 0;
  	margin: 0 auto;
}
.contact .contact_32{
    width: 100%;
    padding: 0 !important;
}
.contact .contact_32 input{
    border-left:0;
    padding: 0 40px;
}
.contact .contact_32 textarea{
    padding: 30px 40px;
    border: 1px solid rgba(102, 102, 102, 0.32);
    display: block;
    margin-bottom: 20px;
    width: 100%;
    font-size: 15px;
    color: rgba(196, 154, 107, 1);
    resize:none;
}
.contact .contact_32 textarea::-webkit-input-placeholder {
    color: rgba(196, 154, 107, .7);
}
.contact .contact_32 textarea:-moz-placeholder {
    color: rgba(196, 154, 107, .7);
}
.contact .contact_32 textarea:-ms-input-placeholder {
    color: rgba(196, 154, 107, .7);
}
@media (max-width: 768px){
    .contact {
        margin-top: 40px;
    }
    .contact .contact_1{
        padding: 0;
        margin-bottom: 40px;
    }
    .contact .contact_1 iframe {
        height: 360px;
    }
    .contact .contact_1 .boxShadow {
        padding: 20px 0;
        width: 100%;
        left: 0;
        position: relative;
        margin-top: 20px;
    }
    
    .contact .contact_1 .boxShadow img{
        width: 24px;
    }
    .contact .contact_1 .boxShadow .tit {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .contact .contact_1 .boxShadow li p {
        margin-top: 15px;
        font-size: 12px;
    }
    .contact .contact_1 .boxShadow li {
        padding: 0 10px;
    }
    .contact .contact_2 .info p {
        line-height: 24px;
        font-size: 12px;
    }
    .contact .contact_2 .fLogo {
        margin: 20px 0;
    }
    .contact .contact_3 {
        padding: 20px 15px;
        margin-bottom: 40px;
    }
    .contact .contact_3>p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .contact .contact_31 {
        height: 60px;
        padding: 10px 15px;
        border: 1px solid rgba(102, 102, 102, 0.32);
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
        position: relative;
        padding-left: 60px;
    }
    .contact .contact_31 img {
        position: absolute;
        width: 40px;
        top: 10px;
        left: 10px;
    }
    .contact .contact_31 input {
        font-size: 14px;
    }
    .contact .contact_31 .btn {
        font-size: 14px;
    }
    .contact .contact_31 .btn .caret {
        border-top: 6px dashed;
        border-right: 6px solid transparent;
        border-left: 6px solid transparent;
        margin-top: 8px;
    }
    .contact form .sub {
        line-height: 60px;
        width: 100%;
        font-size: 14px;
    }
    .contact .contact_32 input {
        padding: 0 15px;
    }
    .contact .contact_32 textarea {
        padding: 20px 15px;
        margin-bottom: 15px;
        font-size: 14px;
    }
  .contact .contact_2{
    padding: 10px;
    width: 38px;
    background-color: rgba(196,154,107,.8);
    margin-top: -86.5px;
  }
  .contact .contact_2 .qrCode .mode p{
  	display:none;
  }
  .contact .contact_2 .qrCode .mode::before{
  	content:"点击关注微信公众号";
    color:#fff;
    font-size:12px;
  }
  .contact .contact_2 .qrCode .mode img{
  	display:none;
  }
  .contact .contact_2.active{
    padding: 0;
    width: 100px;
    background-color: transparent;
    margin-top: -63.5px;
  }
  .contact .contact_2.active .qrCode .mode p{
  	display:block;
  }
  .contact  .contact_2.active .qrCode .mode::before{
  	display:none;
  }
  .contact  .contact_2.active .qrCode .mode img{
  	display:inline-block;
  }
}
/* news */
.news .news_1 .tit{
    margin-bottom: 100px;
}
.news .news_1 .left{
    padding-right: 5%;
}
.news .news_1 ul .boxShadow{
    padding: 50px 40px;
    position: relative;
    margin-bottom: 28px;
    border-right:2px solid  rgba(183, 138, 87, 0.8);
}
.news .news_1 ul .boxShadow p:nth-child(1){
    font-size:16px;
    font-weight:bold;
    color:rgba(102,102,102,1);
    line-height:24px;
}
.news .news_1 ul .boxShadow p:nth-child(2){
    font-size:12px;
    font-weight:bold;
    color:rgba(102,102,102,.5);
    margin-top:10px;
    margin-bottom: 20px;
}
.news .news_1 ul .boxShadow p:nth-child(3){
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news .news_1 ul .boxShadow .goInfo{
    position: absolute;
    top: 0;
    right: 0;
    width: 231px;
    background-color: rgba(183, 138, 87, 0.8);
    height: 100%;
    text-align: center;
    display: none;
}
.news .news_1 ul .boxShadow .goInfo>div{
    margin-top: 105.5px;
}
.news .news_1 ul .boxShadow .goInfo img{
    width: 26px;
  	display:none;
}
.news .news_1 ul .boxShadow .goInfo p{
    color: #fff;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
}
.news .news_1 ul .boxShadow:hover .goInfo{
    display: block;
}
.news .news_1 ul .boxShadow:hover  p:nth-child(1){
    color: rgba(183, 138, 87, 1);
}
#pages{
    margin-top: 20px;
    text-align: center;
}
#pages li{
    display: inline-block;
    margin: 0 10px;
}
#pages li a,#pages li span{
    color:rgba(102, 102, 102, 1);
    font-size: 18px;
}
#pages li:first-child{
    margin-left: 0;
}
#pages li:first-child a,#pages li:last-child a,
#pages li:first-child span,#pages li:last-child span{
    font-size: 14px;
    text-decoration: underline;
}
#pages li:last-child{
    margin-right: 0;
}
#pages li a:hover{
    color: rgba(180, 35, 34, 1);
}
#pages .active span{
    color: rgba(180, 35, 34, 1);
}
@media (max-width: 768px){
    .news .news_1 ul .boxShadow{
        margin-top: 20px;
        margin-bottom: 0;
        padding: 20px 15px;
    }
    .news .news_1 ul .boxShadow>p:nth-child(1) {
        font-size: 16px;
        line-height: 24px;
    }
    .news .news_1 ul .boxShadow>p:nth-child(2) {
        font-size: 12px;
        margin-top: 5px;
        margin-bottom: 10px;
        font-weight: 100;
    }
    .news .news_1 ul .boxShadow>p:nth-child(3) {
        line-height: 20px;
        font-size: 12px;
    }
    .news .news_1 ul .boxShadow .goInfo p {
        margin-top: 15px;
    }
    .news .news_1 ul .boxShadow .goInfo{
        width: 160px;
    }
    .news .news_1 ul .boxShadow .goInfo>div {
        margin-top: 54px;
    }
}
/* people */
.people{
    padding: 20px 0 40px 0;
}
.people .people_11{
    position: relative;
    padding: 40px;
    border: 1px solid rgba(102, 102, 102, 0.26);
    text-align: center;
    cursor: pointer;
}
.people .people_11 img{
    width: 30%;
    top: -50%;
    left: 35%;
    position: absolute;
}
.people .people_11 p:nth-child(2){
    font-size:16px;
    font-weight:bold;
    color:rgba(102,102,102,1);
}
.people .people_11 p:nth-child(3){
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:32px;
    margin-top: 20px;
    height: 96px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.people .people_11:hover{
    background-color: rgba(217, 162, 123, 1);
}
.people .people_11:hover p{
    color: #fff;
}
.people .zPeople{
    background-color: rgba(0, 0, 0, .5);
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    display: none;
  	z-index:999;
}
.people .zPeople::-webkit-scrollbar {
    display: none;
}
.people .zPeople .zPeopleContent{
    background-color: #fff;
    padding: 50px 60px;
    position: relative;
}
.people .zPeople .zPeopleContent .tit{
    font-size:24px;
    font-weight:bold;
    color:rgba(196,154,107,1);
    line-height:24px;
    text-align: center;
}
.people .zPeople .zPeopleContent .tits{
    font-size:18px;
    font-weight:bold;
    color:rgba(102,102,102,1);
    line-height:24px;
    margin-bottom: 15px;
    margin-top: 30px;
}
.people .zPeople .zPeopleContent .txt{
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:24px;
}
.people .zPeople .zPeopleContent .bottom{
    margin-top: 30px;
}
.people .zPeople .zPeopleContent .close{
    position: absolute;
    top: 0;
    right: -73px;
    opacity: .6;
}
.people .zPeople .zPeopleContent .close:hover{
    opacity: 1;
}
.people .zPeople .zPeopleContent .bottom .left{
    width: 24%;;
  	text-align:center;
}
.people .zPeople .zPeopleContent .bottom .right{
    width: 76%;
  	padding-left:10px
}
.people .zPeople .zPeopleContent .bottom .left img{
    max-width: 88px;
}
.people .zPeople .zPeopleContent .bottom .left p{
    color: rgba(102, 102, 102, 1);
    line-height: 14px;
    font-size: 12px;
  	margin-top:10px;
  	white-space: nowrap;
}
.people .zPeople .zPeopleContent .bottom .right p{
    color:rgba(102,102,102,1);
    line-height:24px;
}
.people .zPeople .zPeopleContent .bottom .right p span{
    font-size: 18px;
    color: rgba(222, 26, 24, 1);
    font-weight: bold;
}
.people .zPeople .zPeopleContent>a{
    width:180px;
    line-height:50px;
    background:rgba(196,154,107,1);
    display: block;
    margin: 0 auto;
    margin-top: 28px;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
@media (max-width: 1440px){
  .people .zPeople .zPeopleContent{
  	padding: 30px 40px;
  }
}
@media (max-width: 768px){
    .people .people_11 p:nth-child(3) {
        line-height: 24px;
        margin-top: 15px;
        height: 72px;
    }
    .people .people_11 {
        padding: 20px 15px;
    }
    .people .zPeople .zPeopleContent {
        padding: 20px 15px;
    }
    .people .zPeople .zPeopleContent .close {
        position: absolute;
        right: 0;
        width: 44px;
        opacity: 1;
    }
    .people .zPeople .zPeopleContent .tit {
        font-size: 18px;
    }
    .people .zPeople .zPeopleContent .tits {
        font-size: 16px;
        margin-bottom: 10px;
        margin-top: 20px;
    }
    .people .zPeople .zPeopleContent .txt {
        line-height: 22px;
        font-size: 12px;
    }
    .people .zPeople .zPeopleContent .bottom {
        margin-top: 20px;
    }
    .people .zPeople .zPeopleContent .bottom .left {
        width: 40%;
    }
    .people .zPeople .zPeopleContent .bottom .right p{
        font-size: 12px;
    }
    .people .zPeople .zPeopleContent .bottom .right{
        width: 100%;
        margin-top: 10px;
    }
}
/* product */
.productBanner .info>p:first-child{
    border:1px solid rgba(255, 255, 255, .78);
    display: inline-block;
}
.productBanner .info>p:first-child span{
    font-size:40px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    padding: 10px 20px;
    display: inline-block;
}
.productBanner .info>p:first-child span:last-child{
    border-left:1px solid rgba(255, 255, 255, .78);
    color: rgba(180, 35, 34, 1);
}
.productBanner .info>p:last-child{
    font-size:18px;
    color:rgba(255,255,255,1);
    line-height:24px;
    margin-top: 10px;
}
.product{
    padding: 100px 0;
}
.product .tit{
    font-size:24px;
   
    color:rgba(196,154,107,1);
    line-height:24px;
}
.product .line{
    width:30px;
    height:2px;
    background:rgba(102,102,102,1);
    opacity:0.3;
    display: block;
    margin: 15px 0;
}
.product .product_1 .video{
    position: relative;
}
.product .product_1 video{
    width: 100%;
    height: 200px;
    display: block;
}
.product .product_1 .zVideo{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-color: rgba(0, 0, 0, .2);
    text-align: center;
}
.product .product_1 .zVideo img{
    width: 50px;
    cursor: pointer;
}
.product .product_1 .productList li{
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(243, 243, 242, 1);
    margin-bottom: 15px;
  	cursor: pointer;
}
.product .product_1 .productList li:last-child{
    border-bottom: 0;
}
.product .product_1 .productList li>.left{
    width: 12%;
    margin-right: 3%;
    text-align: center;
    background-color: rgba(239, 239, 239, 1);
    color: #fff;
}
.product .product_1 .productList li>.right{
    width: 85%;
}
.product .product_1 .productList li img{
    width: 25px;
    float: right;
    margin-top: 7px;
    display: none;
}
.product .product_1 .productList li .two{
    display: none;
}
.product .product_1 .productList li>.left p:first-child{
    font-size: 30px;
}
.product .product_1 .productList li>.left p:last-child{
    font-size: 16px;
}
.product .product_1 .productList li>.right p:nth-child(1) a{
    font-size:16px;
   
    color:rgba(102, 102, 102, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.product .product_1 .productList li>.right p:nth-child(2){
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:24px;
    margin-top: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.product .product_1 .productList li:hover .right p:nth-child(1) a{
    color: rgba(196, 154, 107, 1);
}
.product .product_1 .productList li:hover>.left{
	background-color: rgba(196, 154, 107, 1);
}
.product .product_1 .productList li:hover>.left p{
	color: #fff;
}
.product .product_1 .productList li:hover .two{
    display: none !important;
}
.product .product_1 .productList li:hover .one{
    display: none !important;
}
.product .product_1 .page{
    text-align: center;
}
.product .product_1 .page li{
    display: inline-block;
    margin: 0 10px;
}
.product .product_1 .page li a{
    color:rgba(102, 102, 102, 1);
    font-size: 18px;
}
.product .product_1 .page li:first-child{
    float: left;
    margin-left: 0;
}
.product .product_1 .page li:first-child a,.product .product_1 .page li:last-child a{
    font-size: 14px;
    text-decoration: underline;
}
.product .product_1 .page li:last-child{
    float: right;
    margin-right: 0;
}
.product .product_1 .page li a:hover{
    color: rgba(180, 35, 34, 1);
}
.product .product_1 .page .active a{
    color: rgba(180, 35, 34, 1);
}
.product .product_2{
    margin-top: 50px;
}
.product .product_21{
    position: relative;
  	cursor: pointer;
}
.product .product_21 .scaleImg{
    width: 40%;
    position: relative;
}
.product .product_21 .pInfo{
    width: 60%;
    background-color: rgba(243, 243, 242, 1);
  	padding:0 15px;
  	transition:.5s;
}
.product .product_21 .lableImg{
    position: absolute;
    width: 40px;
    top: 0;
    left: 20px;
    transform: scale(1);
}
.product .product_21 .pInfo img{
    width: 25px;
  	display:none;
    float: right;
}
.product .product_21 .pInfo p:nth-child(1) a{
    font-size:16px;
   
    color:rgba(196,154,107,1);
    line-height:24px;
    margin-bottom: 3%;
}
.product .product_21 .pInfo p:nth-child(2){
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:24px;
  font-size:14px;
  margin-top: 3%;
    margin-bottom: 3%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.product .product_21 .pInfo p:nth-child(3){
    color: rgba(102, 102, 102, 1);
    font-size:14px;
}
.product .product_21 .pInfo p:nth-child(3) span{
    color: rgba(218, 167, 80, 1);
    font-weight: 700;
}
.product .product_21 .pInfo p:nth-child(4){
    color:rgba(102,102,102,1);
    font-size:14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.product .product_21:hover .pInfo{
	background-color:rgba(196, 154, 107, 1);
}
.product .product_21:hover .pInfo p:nth-child(1) a{
	color:#fff;
}
.product .product_21:hover .pInfo p:nth-child(2){
	color:#fff;
}
.product .product_21:hover .pInfo p:nth-child(3){
	color:#fff;
}
.product .product_21:hover .pInfo p:nth-child(3) span{
	color:#fff;
}
.product .product_21:hover .pInfo p:nth-child(4){
	color:#fff;
}
.product .product_2 .pagePrev{
    margin-left: 15px;
    text-decoration: underline;
    color: rgba(102, 102, 102, 1);
    margin-top: 20px;
}
.product .product_2 .pageNext{
    margin-right: 15px;
    text-decoration: underline;
    color: rgba(102, 102, 102, 1);
    margin-top: 20px;
}
.product .product_22{
    position: relative;
    margin-top: 30px;
}
.product .product_22 p{
    position: absolute;
    line-height: 48px;
    font-size: 15px;
    color: rgba(255, 254, 254, 1);
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
}
.product .product_22 .sellOut{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, .6);
  	display:none;
}
.product .product_22:hover>.sellOut{
	display:block;
}
.product .product_22:hover .product_221{
	display:none;
}
.product .product_22 .sellOut img{
    width: 50%;
    transform: scale(1);
    margin: 0 auto;
}
.product .product_3{
    margin-top: 40px;
}
.product .product_3 .schoolinfo{
	padding:0 15px 0 45%;
}
.product .product_3 .schoolinfo .link a{
	color: #fff;
    display: inline-block;
    width: 160px;
    background-color: rgba(196, 154, 107, 1);
    line-height: 40px;
    border-radius: 5px;
  	text-align:center;
}
.product .product_3 .schoolinfo .image{
	text-align:center;
  	padding:0;
  	width:160px;
}
.product .product_3 .schoolinfo .image img{
	width: 120px;
    margin-top: 15px;
}
.product .product_31{
    position: relative;
}
.product .product_31 p{
    position: absolute;
    line-height: 60px;
    font-size: 18px;
    color: rgba(255, 254, 254, 1);
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    background-color: rgba(0, 0, 0, .6);
}
.product .product_3 .tit{
    font-size: 22px;
    color: rgba(196, 154, 107, 1);
}
.product .product_3 .line{
    width:30px;
    height:2px;
    background:rgba(102,102,102,1);
    opacity:0.3;
    margin-top: 15px;
    margin-bottom: 40px;
  	display: inline-block;
  	
}
.product .product_32 .tits{
	color:rgba(196, 154, 107, .8);
}
.product .product_32 .txt{
    font-size:16px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:32px;
}
.product .product_33{
    margin-top: 60px;
}
.product .product_33 .qrcode img{
    display: block;
    max-width: 126px;
  	margin: 0 auto;
  	width: 100%;
}
.product .product_33 .qrcode p{
    margin-top: 15px;
    color: rgba(102, 102, 102, 1);
    font-size: 12px;
  	text-align: center;
  	white-space: nowrap;
}
.product .product_33 .tel{
    border: 1px solid rgba(102, 102, 102, .3);
    display: inline-block;
    padding: 40px 5%;
    position: relative;
}
.product .product_33 .tel img{
    max-width: 37px;
    width: 10%;
    margin-right: 10px;
    margin-top: -32px;
}
.product .product_33 .tel>div{
    display: inline-block;
}
.product .product_33 .tel>div p:first-child{
    font-size: 16px;
    margin-bottom: 5px;
}
.product .product_33 .tel>div p:last-child{
    color: rgba(206, 34, 40, 1);
    font-size: 20px;
}
.product .product_33 .tel a{
    position: absolute;
    width:60%;
    left: 20%;
    background:rgba(196,154,107,1);
    line-height: 60px;
    bottom: -30px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.product .product_34{
    margin-top: 40px;
}
.product .product_34 .swiper-button-prev{
    background-image: url('/static/modules/web/images/product_18.png');
    width: 48px;
    height: 75px;
    background-size: 18px 34px;
    background-color: rgba(0, 0, 0, .4);
    left: 0;
}
.product .product_34 .swiper-button-next{
    background-image: url('/static/modules/web/images/product_19.png');
    width: 48px;
    height: 75px;
    background-size: 18px 34px;
    background-color: rgba(0, 0, 0, .4);
    right: 0;
}
.product .product_4{
    margin-bottom: 40px;
    position: relative;
}
.product .product_4 .swiper-slide{
	margin-top: 100px;
}
.product .product_4 .line{
    width: 100%;
    height: 1px;
    background-color: rgba(102, 102, 102, .6);
    margin: 0;
}
.product .product_4 .hotelList{
    margin-bottom: 140px;
}
.product .product_4 .hotelList .mode{
    position: absolute;
    top: -5px;
    background-color: #fff;
    left: 15px;
    cursor: pointer;
}
.product .product_4 .hotelList .mode:nth-child(2){
    left: 30%;
}
.product .product_4 .hotelList .mode:nth-child(3){
    left: auto;
    right: 30%;
}
.product .product_4 .hotelList .mode:nth-child(4){
    left: auto;
    right: 15px;
}
.product .product_4 .hotelList .mode span{
    background-color: rgba(102, 102, 102, 1);
    width:10px;
    height:10px;
    border-radius: 50%;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
	position: relative;
}
.product .product_4 .hotelList .mode span::before{
	content: '';
    width: 14px;
    height: 14px;
    background: rgba(102, 102, 102, 1);
    opacity: .2;
    overflow: hidden;
    border-radius: 100%;
    position: absolute;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-animation: stateIcon 1.5s infinite;
    animation: stateIcon 1.5s infinite;
    top: -2px;
    left: -2px;
}
.product .product_4 .hotelList .mode.active span::before{
	background-color: rgba(180, 35, 34, 1);
}
.product .product_4 .hotelList .mode:hover span::before{
	background-color: rgba(180, 35, 34, 1);
}
@-webkit-keyframes stateIcon{50%{-webkit-transform:scale(2);transform:scale(2)};opacity: .2;}
@keyframes stateIcon{50%{-webkit-transform:scale(2);transform:scale(2)};opacity: .2;}
.product .product_4 .hotelList .mode img{
    width: 77px;
    height: 0;
    margin: 0 auto;
    display: block;
  	filter: grayscale(1);
}
.product .product_4 .hotelList .mode p{
    font-size:16px;
    font-weight:400;
    color:rgba(102,102,102,1);
    text-align: center;
    padding-top: 20px;
}
.product .product_4 .hotelList .mode img{
    height: auto;
}
.product .product_4 .hotelList .mode{
    top: -74px;
}
.product .product_4 .hotelList .active span{
    background-color: rgba(180, 35, 34, 1);
}
.product .product_4 .hotelList .active p{
    color: rgba(180, 35, 34, 1);
}
.product .product_4 .hotelList .mode:hover span{
    background-color: rgba(180, 35, 34, 1);
}
.product .product_4 .hotelList .mode:hover p{
    color: rgba(180, 35, 34, 1);
}
.product .product_4 .hotelList .mode:hover img{
  	filter: grayscale(0);
}
.product .product_4 .hotelList .active img{
  	filter: grayscale(0);
}
.product .product_4 .swiper-button-btn{
	display: none;
	transition: .3s;
	margin-top: -35px;
	background-color: rgba(222, 26, 24, .8);
    width: 28px;
    height: 28px;
    background-size: 14px;
    opacity: 1;
}
.product .product_4 .swiper-button-btn.swiper-button-disabled{
	background-color: rgba(102,102,102,.8);
}
.product .product_4 .swiper-button-prev{
	left: 0;
}
.product .product_4 .swiper-button-next{
	right: 0;
}
.product .product_4 .swiper-container:hover .swiper-button-btn{
	display: block;
}
.product .product_5{
    display: none;
}
.product .product_5.p1{
    display: block;
}
.product .product_51 p:nth-child(1){
    font-size:24px;
    font-weight:400;
    color:rgba(196,154,107,1);
}
.product .product_51 p:nth-child(2){
    font-weight:400;
    color:rgba(102,102,102,1);
    margin-top: 40px;
    line-height:32px;
    margin-bottom: 20px;
}
.product .product_51 .scaleImg{
    width: 49%;
    margin-right: 2%;
    float: left;
}
.product .product_51 .scaleImg:nth-child(4){
    margin-right: 0;
}
.product .product_51 .hoteladdr{
    margin-top: 10px;
    font-weight:400;
    color:rgba(102,102,102,1);
}
.product .product_51 .hoteladdr span{
    color: rgba(222, 26, 24, 1);
    font-size: 20px;
    font-weight: 700;
}
.product .product_52>img{
    display: block;
}
@media (max-width: 1450px){
}
@media (max-width: 1200px){
    .productBanner .info>p:first-child span {
        font-size: 14px;
        padding: 1px 5px;
    }
    .productBanner .info>p:last-child {
        font-size: 12px;
        color: rgba(255,255,255,1);
        line-height: 24px;
        margin-top: 5px;
    }
    .product .product_1 .video{
        margin-bottom: 15px;
    }
  	.product .product_1 .productList li>.left{
		width:16%;  
  	}
  	.product .product_1 .productList li>.right{
  		width:81%;
  	}
    .product .product_1 .productList li>.left p:first-child {
        font-size: 14px;
    }
    .product .product_1 .productList li>.left p:last-child {
        font-size: 11px;
    }
    .product .product_1 .productList li>.right p:nth-child(1) a {
        font-size: 16px;
    }
    .product .product_1 .productList li>.right p:nth-child(2) {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
    }
    .product .tit {
        font-size: 18px;
        font-weight: bold;
        color: rgba(196,154,107,1);
        line-height: 24px;
    }
    .product .product_21 .scaleImg {
        width: 100%;
        position: relative;
    }
    .product .product_21 .pInfo {
        width: 100%;
    }
    .product .product_22 p {
        line-height: 32px;
        font-size: 14px;
    }
    .product .product_3{
        margin-top: 0;
    }
    .product .product_32{
        margin-top: 20px;
    }
    .product .product_3 .tit{
        font-size: 18px;
    }
    .product .product_3 .line {
        margin-top: 5px;
        margin-bottom: 15px;
    }
    .product .product_32 .txt {
        font-size: 14px;
        line-height: 26px;
    }
    .product .product_33 {
        margin-top: 20px;
    }
    .product .product_33 .tel {
        padding: 30px 5%;
        margin-top: 20px;
    }
    .product .product_33 .tel img {
        width: 10%;
        margin-right: 10px;
        margin-top: -24px;
    }
    .product .product_33 .tel>div p:first-child {
        font-size: 12px;
    }
    .product .product_33 .tel>div p:last-child {
        font-size: 16px;
    }
    .product .product_33 .tel a {
        line-height: 40px;
        bottom: -20px;
        font-size: 16px;
    }
  	.product .product_4 {
    	margin-top: 0;
	}
  	.product .product_4 .line {
    	height: 0;
	}
  	.product .product_4 .hotelList {
    	margin-bottom: 20px;
	}
  	.product .product_4 .hotelList .mode {
      	position: relative;
   		width: 100%;
    	top: 0;
     	left: 0 !important;
	}
	.product .product_4 .swiper-slide{
		margin-top: 0;
	}
  .product .product_4 .hotelList .mode span{
  	display:none;
  }
  .product .product_4 .hotelList .mode img{
  	display:none;
  }
  .product .product_4 .hotelList .mode p {
    font-weight: 600;
    padding: 0 15px;
    padding-top: 15px;
  }
  .product .product_51 p:nth-child(2) {
    margin-top: 10px;
    line-height: 26px !important;
	}
}
.product.education .product_32 p{
	padding-left:45%;
}
.product.education .product_32 img{
	width:74% !important;
  	height:auto !important;
  	margin-right:5% !important;
    margin-left: -79%;
}
@media (max-width: 1080px){
  .product .product_32{
  	padding:0 15px;
  }
  .product .product_32 img{
  	height:auto !important;
  }
}
@media (max-width: 768px){
	.product {
        padding: 40px 0;
    }
  	.product.education .product_32 p {
        padding-left: 0;
    }
  	.product.education .product_32 img {
        width: auto !important;
        margin-right: 0 !important;
        margin-left: 0;
    }
  	.product .product_3 .schoolinfo {
        padding: 0 15px;
    }
}
/* project */
.project{
    background: url('/static/modules/web/images/project_02.png') no-repeat;
    padding: 100px 0;
    background-size: 100% 100%;
}
.project .project_1{
    position: relative;
}
.project .project_1 p:nth-child(1){
    font-size:22px;
    
    color:rgba(102,102,102,1);
}
.project .project_1 .line{
    width:80px;
    height:4px;
    background:rgba(196,154,107,1);
    margin: 20px 0;
    display: block;
}
.project .project_1 p:nth-child(3){
    font-weight:400;
    color:rgba(102,102,102,.3);
}
.project .project_1 p:nth-child(4){
    position: absolute;
    bottom: -70px;
    left: 55px;
    font-size:171px;
    font-weight:bold;
    color:rgba(234,209,170,.2);
}
.project .project_21{
    margin-top: 90px;
}
.project .project_21 p:nth-child(1){
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:32px;
    text-indent: 28px;
}
.project .project_21 p:nth-child(2){
    font-size:20px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:30px;
    margin-top: 90px;
}
.project .project_21 p:nth-child(2) span{
    font-size: 36px;
    font-weight:100;
}
.project .project_21 p:nth-child(2) .red{
    color: rgba(222, 26, 24, 1);
}
.project .project_2 .maps{
    position: relative;
    overflow: hidden;
  	cursor: pointer;
}
.project .project_2 .maps .showMap{
    position: absolute;
    text-align: center;
    left: 17%;
    width: 100%;
    top: 40%;
    height: 100%;
}
.project .project_2 .maps .showMap img{
    width: 21px;
    margin-top: 9px;
    cursor: pointer;
}
.project .project_2 .maps .showMap .title{
    font-size:16px;
    font-weight:400;
    color:rgba(222,26,24,1);
    text-align: center;
    line-height: 44px;
    width: 230px;
    background-color: #fff;
    position: relative;
    margin: 0 auto;
  	transition: 1s;
    transform: scale(0);
}
.project .project_2:hover .maps .showMap .title{
    transform: scale(1);
}
.project .project_2 .maps .showMap .title::after {
    position: absolute;
    display: inline-block;
    bottom: -6px;
    width: 0;
    height: 0px;
    content: '';
    border-style: solid;
    border-width: 6px;
    margin-left: -6px;
    border-color: #fff #fff transparent transparent;
    transform: rotate(135deg);
    box-shadow: 2px -2px 2px #ccc;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.project .project_2 .maps #dituContent{
    width: 100%;
    height: 380px;
    position:absolute;
    left: 0;
    top: 50px;
    display: none;
}
#dituContent img{
	width:auto;
  	max-width: inherit
}
#dituContent label{
	max-width:initial;
}
@media (max-width: 768px){
    .project{
        padding-bottom: 40px;
    }
    .project .project_21 {
        margin-top: 40px;
    }
    .project .project_21 p:nth-child(1) {
        font-size: 14px;
        line-height: 28px;
        text-indent: 28px;
    }
    .project .project_21 p:nth-child(2) {
        font-size: 14px;
        margin-top: 40px;
    }
    .project .project_21 p:nth-child(2) span {
        font-size: 14px;
    }
    .project .project_2 .maps .showMap .title {
        font-size: 14px;
        line-height: 40px;
        width: 200px;
    }
    .project .project_1 p:nth-child(1) {
        font-size: 22px;
    }
    .project .project_1 .line {
        width: 60px;
        height: 3px;
        margin: 10px 0;
    }
    .project .project_1 p:nth-child(3) {
        font-size: 12px;
    }
    .project .project_1 p:nth-child(4) {
        font-size: 156px;
    }
}
.viewpage{
    clear: both;
    margin: 10px;
    overflow: hidden;
}
.viewpage .left{
     float: left;
 }
.viewpage .right{
    float: right;
}
@media (max-width: 768px){
.viewpage .right{
    float: left;
  	width:100%;
}
}
/*peoples*/
.peoples{
	margin-bottom:80px;
}
.peoples .content>p:first-child{
	font-size:18px;
  	text-align:center;
  	margin-bottom:30px;
}
.peoples .boxShadow{
	padding: 80px;
}
.peoples .content input {
    height: 60px;
    width: 100%;
    border: 1px solid rgba(102, 102, 102, .3);
    padding: 0 12px;
    font-size: 14px;
    color: rgba(196, 154, 107, 1);
}
.peoples .content input::-webkit-input-placeholder {
    color: rgba(196, 154, 107, .7);
}
.peoples .content input:-moz-placeholder {
    color: rgba(196, 154, 107, .7);
}
.peoples .content input:-ms-input-placeholder {
    color: rgba(196, 154, 107, .7);
}
.peoples .content .layui-table td,.peoples .content .layui-table th{
	padding: 19px 15px;
}
.peoples .content .webuploader-pick{
	background: rgba(196, 154, 107, 1);
  	width:140px;
}
.peoples .content .layui-btn{
	background: rgba(196, 154, 107, 1);
  	width:140px;
  	line-height: 39px;
    height: 39px;
    font-size: 14px;
}
.peoples .content .verify-box>div{
	position: relative;
  	width:50%;
}
.peoples .content .verify-box>div img{
	position: absolute;
    top: 2px;
    right: 2px;
    width: auto;
    height: 56px;
    margin: 0;
}
.peoples .content .verify-box>div input{
	padding-right: 210px;
}
  footer .left br{
  	display:none;
  }
@media (max-width: 768px){
	.peoples .content .verify-box>div{
		width: 100%;
	}
	.peoples .boxShadow {
        padding: 20px 15px;
    }
    .peoples {
        margin-bottom: 40px;
        margin-top: 40px !important;
    }
  .peoples .content input {
    height: 44px;
    font-size: 14px;
   }
  .peoples .content .verify-box>div img {
    height: 40px;
	}
  .peoples .content .verify-box>div input {
    padding-right: 148px;
}
  footer .center{
  	padding-right:0;
  }
  footer .left br{
  	display:block;
  }
}
.home_1_1{
	padding-right: 0;
}
.home_1_2{
	left: 0;
}
.other .product_32 p{
	padding-left:537px;
}
@media (max-width: 768px){
  .other .product_32 p span img{
  	width:100% !important;
    height:auto !important;
    margin-bottom: 15px;
  }
  .other .product_32 p{
      padding-left:0;
  }
  .other .product_32 p span{
  	margin-left:0 !important;
  }
}
.bottomLoading{
	position: fixed;
    background-color: rgba(0,0,0,.3);
    width: 320px;
    top: 50%;
    left: 50%;
    margin-left: -160px;
    margin-top: -30px;
    z-index: 99999;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 22px;
    border-radius: 7px;
    letter-spacing: 3px;
}
.property .product_32 p{
	position: relative;
}
.property .product_32 p strong{
  	position: absolute;
    left: 0;
    top: 0;
} 