@charset "utf-8";
/* CSS Document */


body {
    /*font-family:"Microsoft YaHei","微软雅黑" !important;*/
    /* font-family: STXihei, STHeitiLight, 'Microsoft JhengHei', 'Microsoft YaHei', Arial, sans-serif !important; */
    font-family: DINRoundPro, Arial, sans-serif !important;
    position: relative;
    z-index: 11;
    /* background: #f5f5f5; */
    overflow-x: hidden;
}


/*****header*******/
.header1 {
    height: 100px;
    /* position: absolute; */
    left: 0;
    z-index: 11;
    top: 0%;
    width: 100%;
    line-height: 100px;
    padding: 0 8%;
    background: #fff;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    box-shadow: 0px 1px 1px 0px #ccc;
    /*下边阴影  黄色*/
}

.header {}

.hlogo {
    width: 160px;
    float: left;

}
.hlogo img{
		width: 100%;
	}
.navv {
    display: flex;
    justify-content: flex-start;
    float: left;
    margin-bottom: 0;
    line-height: 100px;
    color: #fff;
    margin-left: 40px;
}
.nav_btn{
		display: none;
	}
.set {
    color: #fff;
    line-height: 30px;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.navaal {
    position: relative;
    margin-left: 30px;
}

.ban .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 35px;
}

.navaal>i {
    position: absolute;
    right: 0;
    cursor: pointer;
    top: 40px;
    color: #fff;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.navaal input {
    background: none;
    border: none;
    border-bottom: 1px solid #fff;
    height: 20px;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.newaa {
    display: none;
    background: #fff;
    padding-left: 0;
    position: absolute;
    z-index: 111;
    width: 66px;
}

.newaa>li {
    color: #333;
    font-size: 12px;
    line-height: 24px;
    cursor: pointer;
    text-align: center;
}

.newaa>li:hover {
    background: #f2f2f2;
}

.hright {
    float: right;
    display: flex;
    justify-content: flex-end;
}

.navv>li {
    margin-right: 40px;
}

.navv>li>a {
    color: #333;
    font-size: 14px;
    position: relative;
}


.navv>li>a::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    border-radius: 1px;
    bottom: 20px;
    left: 50%;
    opacity: 1;
    background-color: currentColor;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: width .3s ease-in-out, opacity 0s linear .3s;
}

.navv>li>a:hover::before {
    width: 80%;
    transition: width .3s ease-in-out;
    opacity: 1;
}

.header1:hover {
    background: #fff;
}

.header1:hover .navv>li>a {
    /* color: #bf9747; */
}

.header1 .set,
.header1 .navaal>i {
    color: #333;
}

.navv>li>a:hover {
    color: #bf9747;
}

.header1 .navaal input {
    border-bottom: 1px solid #333;
}

.fie {
    position: fixed;
    top: 0;
}

/*****header*******/




/*****banner*******/
.ban {
    width: 100%;
    position: relative;
}

.banner_list1 {
    width: 100%;
    height: 100%;
    padding-top: 0;
    position: relative;
}
.banner_list1 .ph{
	display: none;
}
.banner_zi2>p {
    font-size: 18px;
    line-height: 21px;
    color: #fff;
    text-align: left;
	margin-bottom: 0;
}

.banner_zi2>h2 {
	font-size: 32px;
	line-height: 50px;
	color: #fff;
	text-transform: uppercase;
	text-align: left;
	margin-top: 0;
}

.banner_zi2 {

    position: absolute;
    z-index: 1;
    top: 30%;
    left: 18%;
	z-index: 3;
}
.banner_list1{
	position: relative;
}
.banner_img:before{
	content: "";
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.1);
	position: absolute;
	left: 0;
	top: 0;
}
.banner_img2:before{
	background: rgba(0,0,0,0.5);
}
/*****banner*******/
.tt {
    opacity: 0;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}


::-webkit-scrollbar-track-piece {
    width: 10px;
    background-color: #fff;
}

::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #d1d1d1;
    border-radius: 8px;
}

::-webkit-scrollbar-thumb:hover {
    background: #d1d1d1;
}

::selection {
    background: #d1d1d1;
    color: #fff;
}




/*****index_sec1*******/
.index_sec1 {
    width: 100%;
    padding: 10% 0 8% 0;
    background: #fff;
    /* margin-bottom: 70vh; */
}

.index_sec1_con {
    padding-left: 8%;
    position: relative;
}

.index_sec1_con span {
    font-size: 36px;
    color: #000;
    /* font-weight: 600; */
}

.index_sec1_con p {
    width: 580px;
    font-size: 15px;
    color: #333;
    line-height: 30px;
    margin: 0;
    margin-left: 0;
    margin-top: 1%;
    letter-spacing: 2px;
}

.index_sec1_h {
    position: absolute;
    top: 0%;
    right: -5%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.index_sec1_h h5 {
    font-size: 50px;
    color: #c9a37d;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0;
}

.index_sec1_con:after {
    width: 2px;
    height: 30px;
    background: #999;
    content: '';
    position: absolute;
    top: 14%;
    left: 60%;
}

/*****index_sec1*******/







/*****index_sec2*******/
.index_sec2 {
    width: 100%;
    position: relative;
    /* background: url('../images/index_sec2.jpg') no-repeat center fixed;
	background-size:cover; */
    height: 70vh;
    overflow: hidden;
    /* position: fixed;
	z-index: -1;
    bottom: 0%; */
}

.index_sec2_btn {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
}
.vbtn img{
	width: 46px;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    cursor: pointer;
	display: none;}
/*****index_sec2*******/

#banner1 .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
}

#banner1 .swiper-pagination-bullet-active {
    opacity: 1;
    background: #bf9747;
}

/*****index_sec3*******/
.index_sec3 {
    width: 100%;
    padding: 80px 0;
    background: #f5f5f5;
    margin-bottom: 80vh;
}

.index_sec3_tit {
    text-align: center;
    padding-bottom: 30px;
}

.index_sec3_con>.index_sec3_tit h5 {
    font-size: 38px;
    color: #333;
    margin: 0;
    margin-bottom: 20px;
    color: #333;
}

.index_sec3_con>.index_sec3_tit h5>.cc {
    float: right;
    font-size: 14px;
    color: #333;
    letter-spacing: 3px;
    text-transform: uppercase;
    margin-top: 24px;
}

.c1 {
    color: #333;
    font-size: 14px;
}

.index_sec3_list {
    position: relative;
}
.col-sm-12 .sy{
	width: 30%;
	opacity: 0.4;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.sy{
	width: 50%;
	opacity: 0.4;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 2;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.index_sec3_img {
    background: #f5f5f5;
    overflow: hidden;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.index_sec3_img1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.index_sec3_txt {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    bottom: 20%;
    font-size: 14px;
    color: #b3b0b0;
    font-weight: bold;
}

.index_sec3_more {
    bottom: 30%;
    color: #fff;
}

/* .index_sec3_list:hover .index_sec3_img {
    opacity: 0;
} */

.index_sec3_list:hover .index_sec3_img1 {
    opacity: 1;
}

.index_sec3_img img {
    -webkit-transition: all cubic-bezier(.1, .6, .4, 1) 1s;
    transition: all cubic-bezier(.1, .6, .4, 1) 1s;
}
.index_sec3_img:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.index_sec3_txt h5 {
    font-size: 18px;
    color: #333;
    margin: 20px 0;
}

.index_sec3_txt h5 img {
    float: right;
}

.index_sec3_txt p {
    font-size: 13px;
    color: #666;
    margin-bottom: 60px;
	display: none;
}

.index_sec3_txt span {
    display: inline-block;
    position: relative;
    font-size: 14px;
    cursor: pointer;
}

.index_sec3_txt span:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    bottom: 4px;
    left: 0;
    -webkit-transition: all cubic-bezier(.1, .6, .4, 1) .3s;
    transition: all cubic-bezier(.1, .6, .4, 1) .3s;
}

.index_sec3_txt span:hover:after {
    bottom: 0px;
}

.index_sec3_con .col-sm-4 {
    margin-bottom: 1%;
}

/*****index_sec3*******/





/*****index_sec4*******/
.index_sec4 {
    width: 100%;
}

.index_sec4_con {
    width: 80%;
    margin: 0 auto;
    max-width: 900px;
}

.clm30 {
    margin-left: -30px;
    margin-right: -30px;
}

.clp30 {
    padding-left: 30px;
    padding-right: 30px;
}

.index_sec4_box {
    position: relative;
}

.index_sec4_zi {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.index_sec4_zi h5 {
    font-size: 18px;
    color: #333;
    margin: 0;
}

.index_sec4_zi span {
    display: block;
    width: 25px;
    height: 1px;
    margin: 35px 0;
    background: #000;
}

.index_sec4_zi p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    letter-spacing: 1px;
    margin: 0;
}


/*****index_sec4*******/



/*****index_sec5*******/
.index_sec5 {
    width: 100%;
    padding: 80px 0;
}

.index_sec5>h5 {
    font-size: 38px;
    margin: 0;
    margin-bottom: 30px;
    color: #333;
    padding-left: 15%;
    position: relative;
    font-weight: 600;
}

.index_sec5_con {
    position: relative;
}

.index_sec5 .swiper-container {
    padding-bottom: 50px;
}

.index_sec5 .swiper-scrollbar-drag {
    background: #bf9747;
}

.index_sec5 .swiper-container-horizontal>.swiper-scrollbar {
    left: 0%;
    width: 85%;
    margin-left: 15%;
}

.jt {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 60px;
    right: 8%;
    top: -60px;
    z-index: 111;
}

.ll>i,
.rr>i {
    font-size: 30px;
}

.ll,
.rr {
    cursor: pointer;
}

.swiper_sec5 {
    padding-left: 15%;
    /* overflow: hidden; */
}

.index_sec5_list {
    width: 100%;
    position: relative;
}

.index_sec5_bg {
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

/*****index_sec5*******/




/*****index_sec6*******/
.index_sec6 {
    width: 100%;
    padding: 1% 0 5%;
    background: #f5f5f5;
}

.index_sec6_con {
    width: 650px;
    margin: 0 auto;
}

.index_sec6_con>h3 {
    margin: 0;
    text-align: center;
    font-size: 38px;
    margin-bottom: 30px;
    /* font-weight: 600; */
}

.index_sec6_con h5 {
    font-size: 18px;
    color: #333;
    text-align: center;
    font-weight: 600;
    margin: 0;
    margin-bottom: 20px;
}

.index_sec6_con p {
    font-size: 16px;
    color: #757575;
    text-align: center;
    letter-spacing: 1px;
    line-height: 30px;
    margin-bottom: 70px;
}

.index_sec6_con a {
    display: block;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    line-height: 40px;
    border: 1px solid #313131;
    font-size: 16px;
    color: #606060;
    -webkit-transition: 0.3s linear;
    -moz-transition: 0.3s linear;
    -ms-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
}

.index_sec6_con a:hover {
    background: #c9a37d;
    color: #fff;
    border: 1px solid #c9a37d;
}

/*****index_sec6*******/



/*****index_sec7*******/
.index_sec7 {
    width: 100%;
    padding: 5% 0;
}

.index_sec7_con {
    width: 420px;
    margin: 0 auto;
}

/*****index_sec7*******/
.v3 {
    width: 100%;
    position: relative;
    height: 100vh;
    overflow: hidden;
    position: fixed;
    z-index: -1;
    bottom: 0;
}


/*****footer*****/
.footer {
    background: #000000;
}

.footer_top {
    padding: 80px 0;
}

.fologo {
    float: left;
    width: 15%;
}

.footlist {
    float: right;
    width: 85%;
    display: flex;
    justify-content: flex-end;
}

.footlist1 {
    float: left;
    width: 25%;
}

.footlist2 {
    float: left;
    width: 75%;
    display: flex;
    justify-content: flex-end;
}

.footlist1>ul {
    padding-left: 0;
}


.footlist2>ul {
    padding-left: 0;
    margin-left: 8%;
}


.footlist2>ul>li,
.footlist1>ul>li {
    line-height: 28px;
}


.footlist2>ul>li>a,
.footlist1>ul>li {
    color: #CCC;
    font-size: 14px;
}


.footlist2>ul>li:first-child a,
.footlist1>ul>li:first-child {
    color: #CCC;
    font-size: 16px;
    margin-bottom: 10px;
}

.footer_bottom {
    padding: 30px 5% 10px;
    border-top: 1px solid rgba(255, 255, 255, .2);
    line-height: 50px;
	position: relative;
}
.logo2 img{width:22%}

.b_left,
.b_center {
    float: left;
}

.b_right {
    float: right;
}

.b_center {
    margin-left: 60%;
}
.footer_bottom .wl{
	position: absolute;
	right: 5%;
	top: 30px;
}
.footer_bottom .wl a{
	font-size: 14px;
	color: #fff;
	border-bottom: solid rgba(255,255,255,0.6) 1px;
	padding-bottom: 2px;
}
@media (max-width: 1300px) {
    .b_center {
        margin-left: 50%;
    }
}

@media (max-width: 1100px) {
    .b_center {
        margin-left: 40%;
    }
}

.top {
    width: 50px;
    height: 50px;
    text-align: center;
    background: #212121;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
}

/*****footer*****/
/*navlist*/
.navlist {
    background: #fff;
    width: 100%;
    height: 100%;
    position: fixed;
    left: -100%;
    top: 0;
    z-index: 11111;
    -webkit-transition: 0.5s linear;
    -moz-transition: 0.5s linear;
    -ms-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear;
}

.nav_left {
    width: 4%;
    float: left;
    border-right: 1px solid #f2f2f2;
    height: 100%;
}

.nav_center {
    width: 27%;
    height: 100%;
    float: left;
}

.cnav {
    padding: 60% 30px;
}

.cnav>li>a {
    font-size: 30px;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
}

.cnav>li>a:hover {
    color: #f1c789;
}

.nav_left>div {
    position: relative;
    margin-top: 100%;
    margin-left: 18px;
}

.xxx {
    position: absolute;
    top: 46px;
    left: 54%;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    margin-left: -35px;
}


.nav_right {
    float: left;
    width: 63%;
}

/***********chanpin0828**************/
.product_sec {
    width: 100%;
    margin: 6% auto 0;
    padding: 0;
}

.product_con {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.product_box {
    position: relative;
    left: 0;
}

.product_list {
    float: left;
}

.product_list_h {
    width: 100%;
    position: relative;
}

.product_list_box {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    -webkit-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    transition: all cubic-bezier(.18, 1, .21, 1) .9s;
}

.product_list_img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-position: center;
    background-size: cover;
}

.product_list.active .product_list_box {
    left: -50px;
    right: -50px;
}

.product_list.on .product_list_box {
    z-index: 9;
}

.product_list.on1 .product_list_box {
    z-index: 2;
}

.product_list_zi {
    width: 100%;
    position: relative;
    padding: 25px;
    z-index: 10;
    -webkit-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    transition: all cubic-bezier(.18, 1, .21, 1) .9s;
}

.product_list_zi span {
    display: block;
    font-size: 50px;
    font-weight: 600;
    margin-top: -58px;
    color: #000;
}

.product_list_zi p {
    font-size: 14px;
    color: #9e9e9e;
}

.product_list_zi.move1 {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
}

.product_list_zi.move2 {
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}

.product_btn {
    position: absolute;
    background: #000;
    color: #fff;
    font-size: 30px;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    line-height: 100px;
    text-align: center;
    bottom: 30px;
    right: 70px;
    z-index: 111;
    cursor: pointer;
}

.nnn {
    display: flex;
    justify-content: flex-start;
    margin-top: 6%;
}

.nnn>div>a {
    font-size: 20px;
    color: #666;
}

.nnn>div {
    margin-right: 20px;
}

.nnn>div>a:hover {
    -webkit-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    color: #f1c789;
}

.fixed1 {
    position: absolute;
    z-index: 1;
    bottom: 34px;
    left: 1%;
    display: none;
}

.fixemun {
    position: fixed;
    top: 120px;
    LEFT: 0.6%;
    z-index: 11;
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
    cursor: pointer;
    -webkit-transition: 0.3s linear;
    transition: 0.3s linear;
    display: none;
}

.xxx>img,
.fixemun>img {
    -webkit-transition: 0.5s linear;
    transition: 0.5s linear;
    cursor: pointer;
}

.xxx:hover img {
    transform: scale(1.2);
}

.fixemun:hover img {
    transform: scale(1.2);
}

.sou {
    background: #fff;
    padding: 80px 0 110px;
    text-align: center;
}

.sou_con {
    width: 300px;
    margin: 0 auto;
}

.sp {
    color: #333 !important;
    font-size: 18px !important;
}

.sou_con>.ii {
    margin: 30px 0 10px;
    text-align: left;
}

.sou_con>.ii>i {
    margin-left: 10px;
    margin-right: 10px;
}

.sou_con>.ii>i:first-child {
    margin-left: 0 !important;

}

.input {
    position: relative;
}

.input>input {
    width: 220px;
    position: absolute;
    left: 0;
    padding-left: 14px;
    line-height: 20px;
}

.input>p {
    width: 80px;
    position: absolute;
    right: 0;
    background: #333;
    color: #fff;
    margin-bottom: 0;
    line-height: 24px;
    cursor: pointer;
}

.img {
    margin-top: 45px;
    margin-bottom: 30px;
}

@media (max-width: 1488px) {
    .footlist2>ul {
        padding-left: 0;
        margin-left: 6%;
    }
}

@media (max-width: 1400px) {
    .product_sec {
        margin: 10% auto 0;
    }

    /* .footlist2 {
    width: 140%;
} */
}

@media (max-width: 1320px) {

    .footlist2>ul {
        padding-left: 0;
        margin-left: 5%;
    }

    .navv {
        margin-left: 8px;
    }
}





/*********case**********/
.inner_banner {
    padding-top: 80px;
}
.inner_banner .pc{
		display: block;
	}
.inner_banner .pb{
		display: none;
	}
.inner_nav {
    width: 100%;
    margin: 0 auto;
    padding: 25px 0;
	position: relative;
}

.inner_nav span {
    font-size: 14px;
    color: #333;
    margin-right: 5px;
}
.inner_nav .back_box{
	font-size: 14px;
	color: #333;
	position: absolute;
	right: 8%;
	top: 50%;
	background: url(../images/fh.png)no-repeat left;
	background-size: 22px;
	padding-left: 29px;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.case_con {
    width: 82%;
    margin: 0 auto;
    padding-bottom: 5%;
}
.case_con .xq{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.88);
	z-index: 9;
}
.case_con .xq .al_box{
	width: 60%;
	height: 100%;
	margin: auto;
}
.case_con .xq .a_box{
	width: 50%;
	position: absolute;
	left: 50%;
	top: 54%;
	overflow: hidden;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
.case_con .xq .a_box img{
	width: 38%;
	margin: auto;
	float: left;
}
.case_con .xq .btn .ll{
	width: 3%;
	position: absolute;
	left: 12%;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.case_con .xq .btn .rr{
	width: 3%;
	position: absolute;
	right: 12%;
	top: 50%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.case_con .xq .close{
	position: absolute;
	right: 3%;
	top: 18%;
	cursor: pointer;
	width: 36px;
	height: 36px;
	z-index: 9;
}
.case_h {
    padding: 35px 0 70px 0;
    width: 100%;
}

.case_h h5 {
    margin: 0;
    font-size: 26px;
    color: #333;
    text-align: center;
    margin-bottom: 15px;
}

.case_h h5 span {
    font-size: 36px;
    margin-right: 10px;
    vertical-align: -3px;
    letter-spacing: 3px;
	display: block;
	margin-top: 6px;
    text-transform: uppercase;
}

.case_h p {
	display: none;
    font-size: 16px;
    color: #333;
    text-align: center;
    margin: 0;
    letter-spacing: 1px;
}

.case_list {
    margin-bottom: 30px;
}

.case_list_img {
    overflow: hidden;
	position: relative;
}
.case_list_img .nr_box{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.7);
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.case_list_img:hover .nr_box{
	opacity: 1;
}
.case_list_img .nr_box .nr{
	width: 83%;
	position: absolute;
	left: 50%;
	top: 120%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.case_list_img:hover .nr_box .nr{
	top: 50%;
}
.case_list_img .nr_box .nr p{
	color: #333;
	font-size: 15px;
	line-height: 1.5;
}
.case_list_img img {
    -webkit-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    transition: all cubic-bezier(.18, 1, .21, 1) .9s;
}

.case_list_zi {
    padding: 25px;
    font-size: 16px;
    color: #333;
}

.case_list:hover .case_list_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.case_list:hover .case_list_img .sy{
	display: none;
}


/*********case**********/




/*********product**********/
.product_con {
    width: 100%;
    margin: 0 auto;
}

.product_class {
    text-align: center;
    padding: 15px 0 60px 0;
}

.product_class li {
    display: inline-block;
    margin: 0;
    font-size: 16px;
    color: #333;
    -webkit-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    opacity: 0.7;
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    -webkit-opacity: 0.7;
    filter: alpha(opacity=70);
    cursor: pointer;
}

.product_class li span {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.product_class li.active {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}

.product_list {
    width: 100%
}

.product_list>h5 {
    font-size: 22px;
    color: #333;
    margin: 0;
    margin-bottom: 40px;
}

.product_list .index_sec3_list .index_sec3_img {
    position: relative;
    opacity: 1 !important;
    -moz-opacity: 1 !important;
    -khtml-opacity: 1 !important;
    -webkit-opacity: 1 !important;
    filter: alpha(opacity=100) !important;
}

/* .product_list .index_sec3_list .index_sec3_img1 {
    background: #fff;
} */

.product_list .index_sec3_list:hover .index_sec3_img1 {
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}

.product_list .col-sm-6 {
    margin-bottom: 4%;
	
}
.col-sm-6{
	cursor: pointer;
}
.product_list .col-sm-3{
    margin-bottom: 8%;
}

.productOne_txt {
    position: absolute;
    width: 354px;
    height: 186px;
    left: 0;
    bottom: 0;
    z-index: 3;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 0 10px 10px 0;
    padding-left: 30px;
    box-sizing: border-box;
}

.productOne_txt_main {
    display: flex;
    justify-content: flex-start;
    height: 70%;
    align-items: center;
}

.productOne_list_name {
    padding-left: 20px;
}

.productOne_list_name span {
    display: inline-block;
    width: 100%;
}

.productOne_txt_more {
    width: 168px;
    font-size: 14px;
    color: #000;
    display: inline-block;
    position: relative;
}

.productOne_txt_more::after {
    width: 100%;
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    height: 1px;
    background: #959595;
}

.productOne_list .row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.productOne_list .col-sm-12 {
    margin-bottom: 4%;
}

.productOne_list .col-sm-6:nth-child(3) {
    margin-top: 10%;
}

.productOne_list .col-sm-6>div {
    margin-bottom: 10%;
	position: relative;
}

.productData .index_sec3_txt {
    position: static;
    text-align: left;
}

.productDataMask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9;
}

.productDataMask_con {
    position: relative;
    width: 100%;
    padding: 60px 50px;
    background: #f1f1f1;
    border-radius: 2px;
    box-shadow: 0px 4px 4px rgba(194, 194, 194, 0.35);
    display: flex;
    justify-content: space-between;
}

.productData_slider {
    width: 68%;
}

.productDataMask_main {
    width: 30%;
}

.productDataMask_main ul {
    margin-bottom: 40px;
}

.productDataMask_main ul li {
    font-size: 14px;
    color: #000;
    line-height: 24px;
}

.productDataMask_main dl {
    font-size: 14px;
    color: #000;

}

.productDataMask_main dl dt {
    line-height: 30px;
}

.productDataMask_main dl dd {
    line-height: 30px;
}

.productData_slider {
    position: relative;
}

.productData_slider_ul {
    height: 100%;
    overflow: hidden;
}

.productData_slider_ul ul {
    width: 100000%;
    height: 100%;
}

.productData_slider_ul ul li {
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productData_slider_ul ul li img {
    max-width: 100%;
}

.productData_slider_btn {
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 20px;
}
.p_btn .lf{
	width: 32px;
	position: absolute;
	left: 62px;
	top: 50%;
	z-index: 9;
	cursor: pointer;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.p_btn .rt{
	width: 32px;
	position: absolute;
	right: 62px;
	top: 50%;
	z-index: 9;
	cursor: pointer;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.productData_slider_btn .data_pic_item {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.productData_slider_btn li {
    width: 11px;
    height: 11px;
    background: #626262;
    border-radius: 50%;
    margin: 0 5px;
    cursor: pointer;
}

.productData_slider_btn li.on {
    background: #cfa972;
}

.productDataMask_close {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer;
    width: 36px;
    height: 36px;
    background: url(../images/close.png)no-repeat center center;
}


/*********product**********/

/*********about**********/
.about_data{
    padding: 70px 0 50px;
}
.about_data_con {
    width: 82%;
    margin: 0 auto;
    overflow: hidden;
}

.about_data_head {
    margin-left: 20%;
}

.about_data_head h4 {
    font-size: 48px;
    color: #171717;
    letter-spacing: 2px;
}

.about_data_head span {
    width: 80%;
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 26px;
}

.about_data_txt {
    overflow: hidden;
    padding-left: 20%;
}

.about_data_txt_fl {
    font-size: 14px;
    color: #666;
    line-height: 26px;
}
.about_data_slider{
    height: 542px;
    padding-left: 10%;
    margin: 4% 0;
}

.swiper-container {
    width: 100%;
    height: 100%;
    
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: auto;
}

.about_con {
    width: 82%;
    margin: 0 auto;
    padding-bottom: 60px;
}

.inner_nav_about {
    width: 82%;
    margin: 0 auto;
}

.about_list {
    width: 100%;
    padding: 60px 0;
}

.about_list .col-sm-4 {
    width: 37%;
}

.about_list .col-sm-8 {
    width: 63%;
}

.about_zi {
    padding-top: 1%;
}

.about_zi h5 {
    font-size: 22px;
    color: #333;
    margin: 0;
    margin-bottom: 20px;
}

.about_zi h5 span {
    display: block;
    margin-top: 10px;
}

.about_zi p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 6px 0 0 0;
}
.about_zi p strong{
	font-weight: normal;
	color: #333;
	display: block;
	font-size: 18px;
}

.about_zi a {
    display: inline-block;
    font-size: 16px;
    color: #505050;
    letter-spacing: 1px;
    margin-top: 7%;
    padding-right: 50px;
    position: relative;
}

.about_zi a:after {
    content: '';
    width: 100%;
    height: 1px;
    background: #202020;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.about_img {
    width: 100%;
    padding-bottom: 10%;
    position: relative;
    z-index: 2;
}

.about_list_l .about_img {
    padding-right: 10%;
}

.about_img:before {
    content: '';
    position: absolute;
    z-index: -1;
    top: 17%;
    bottom: 0;
    background: #d9c294;
}

.about_list_l .about_img:before {
    left: 10%;
    right: -50%;
}



.about_list_r .about_img {
    padding-left: 10%;
}

.about_list_r .about_img:before {
    right: 10%;
    left: -50%;
}


/*********about**********/





/*********study**********/
.clear{
	clear: both;
}
.study_con {
    width: 100%;
}
.study_con .study_tittle h1{
	font-size: 30px;
	color: #222;
}
.study_con .study_p_box{
	width: 78%;
	margin: auto;
}
.study_con .study_p1 .wz{
	padding-top: 4%;
}
.study_con .study_p1 .wz p{
	font-size: 16px;
	text-align: center;
	padding-top: 1%;
	line-height: 1.8;
	
}
.study_con .study_p1 .wz p:nth-child(2){
	width: 60%;
	margin: auto;
}
.study_con .study_p2{
	margin-top: 6%;
	padding-top: 5%;
	border-top: solid 1px #ddd;
}
.study_sec1 {
    max-width: 900px;
    margin: 0 auto;
}

.study_sec1_h h5 {
    font-size: 26px;
    color: #333;
    margin-top: 0;
    margin-bottom: 15px;
}

.study_sec1_h p {
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
}

.study_sec1_txt p {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 30px;
}

.study_con .study_p_box .study_list_box{
	margin-top: 6%;
}
.study_con .study_p_box .study_list_box .study_list .s_list{
	position: relative;
	margin-top: 6%;
}
.study_con .study_p_box .study_list_box .study_list .s_list .right{
	position: absolute;
	right: 0;
	top: 50%;
	width: 50%;
	box-sizing: border-box;
	padding: 0 5%;
	-webkit-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.study_con .study_p_box .study_list_box .study_list .s_list .left{
	float: left;
	width: 50%;
}
.study_con .study_p_box .study_list_box .study_list .s_list .left img{
	width: 100%;
}

.study_con .study_p_box .study_list_box .study_list .s_list .right h1,.study_con .study_p_box .study_list_box .study_list .s_list .right h2{
	color: #222;
	font-size: 26px;
	position: relative;
	padding-bottom: 26px;
}
.study_con .study_p_box .study_list_box .study_list .s_list .right h1{
	padding-bottom: 0;
}
.study_con .study_p_box .study_list_box .study_list .s_list .right h2:before{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 30px;
	height: 1px;
	background: #222;
}
.study_con .study_p_box .study_list_box .study_list .s_list .right p{
	color: #555;
	font-size: 15px;
	width: 83%;
	line-height: 1.5;
	margin-top: 20px;
}
.study_con .study_p_box .study_list_box .study_list .s_list:nth-of-type(2) .left{
	float: right;
}
.study_con .study_p_box .study_list_box .study_list .s_list:nth-of-type(2) .right{
	left: 0;
	right: inherit;
}
.study_con .study_p_box .gy p{
	font-size: 16px;
	text-align: center;
	padding-top: 4%;
	line-height: 1.8;
	width: 60%;
	margin: auto;
}
.study_con .study_p_box .gy img{
	width: 100%;
	margin: 5% 0 8% 0;
}
.clm20 {
    margin-left: -20px;
    margin-right: -20px;
}

.clp20 {
    padding-left: 20px;
    padding-right: 20px;
}

.study_sec1_con {
    margin-top: 20px;
}

.study_sec1_zi {
    margin-top: 40%;
}

.study_sec1_zi h5 {
    font-size: 20px;
    color: #333;
}

.study_sec1_zi span {
    font-size: 16px;
}

.study_sec1_zi i {
    margin: 35px 0;
    display: block;
    width: 25px;
    height: 1px;
    background: #333;
}

.study_sec1_zi p {
    font-size: 14px;
    line-height: 26px;
    color: #333;
}

.study_sec2 {
    width: 100%;
    padding: 100px 60px;
}

.study_sec2_img {
    width: 51.4%;
    display: inline-block;
    vertical-align: bottom;
}

.study_sec2_zi {
    width: 45%;
    display: inline-block;
    vertical-align: bottom;
    padding-left: 40px;
}

.study_sec2_zi .study_sec1_zi {
    margin-top: 0;
    max-width: 400px;
}

.study_sec2_zi .study_sec1_zi p {
    margin-bottom: 0;
}


.study_sec3 {
    width: 100%;
    padding-bottom: 60px;
}

.study_sec3_h h5 {
    font-size: 20px;
    color: #333;
    margin-top: 0;
    margin-bottom: 15px;
}

.study_sec3_h p {
    font-size: 16px;
    color: #333;
    margin-bottom: 15px;
}

.clm10 {
    margin-left: -10px;
    margin-right: -10px;
}

.clp10 {
    padding-left: 10px;
    padding-right: 10px;
}

.study_sec3_video {
    width: 100%;
    overflow: hidden;
}

.study_sec3_video>img {
    -webkit-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    transition: all cubic-bezier(.18, 1, .21, 1) .9s;
}

.study_sec3_video:hover>img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.study_sec3_bf {
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
    margin-left: -35px;
    margin-top: -35px;
}



/*********study**********/




/*********news**********/
.clma {
    margin-left: -3%;
    margin-right: -3%;
}

.clpa {
    padding-left: 3%;
    padding-right: 3%;
}

.news_con {
    width: 100%;
}

.news_list {
    width: 100%;
}

.news_img {
    width: 100%;
    overflow: hidden;
}

.news_img img {
    -webkit-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    transition: all cubic-bezier(.18, 1, .21, 1) .9s;
}

.news_list:hover .news_img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.news_zi {
    padding: 6% 0 10% 0;
}

.news_zi h5 {
    font-size: 20px;
    color: #333;
    margin: 0;
    margin-bottom: 10px;
}

.news_zi span {
    display: block;
    font-size: 14px;
    color: #585858;
    border-bottom: 1px solid #333;
    margin-bottom: 20px;
}

.news_zi p {
    font-size: 14px;
    color: #585858;
    line-height: 26px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.news_con {
    padding-bottom: 60px;
}

.news_inner {
    width: 100%;
    padding: 60px 0 120px 0;
}

.news_inner_t {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 30px;
}

.news_inner_t h5 {
    font-size: 26px;
    color: #333;
    margin: 0;
    margin-bottom: 20px;
}

.news_inner_t span {
    font-size: 16px;
    color: #676767;
}

.inner_nav_news {
    width: 100%;
}

.news_inner_con p {
    margin: 40px 0;
    font-size: 16px;
    line-height: 30px;
    color: #676767;
}

.news_inner_con img {
    margin: 15px 0;
}

.news_inner_btn {
    width: 100%;
    margin-top: 40px;
}

.news_inner_next span {
    display: inline-block;
    width: 110px;
    line-height: 35px;
    border: 1px solid #000;
    text-align: center;
    margin-right: 35px;
    cursor: pointer;
    color: #333;
    -webkit-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    transition: all cubic-bezier(.18, 1, .21, 1) .9s;
}

.news_inner_next span:hover {
    background: #000;
    color: #fff;
}

.news_inner_btn>a {
    display: block;
    margin: 0 auto;
    width: 240px;
    line-height: 65px;
    background: #5e5e5e;
    border-radius: 65px;
    font-size: 20px;
    color: #fff;
    text-align: center;
    margin-top: 60px;
    letter-spacing: 4px;
    -webkit-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    transition: all cubic-bezier(.18, 1, .21, 1) .9s;
}

.news_inner_btn>a:hover {
    background: #000;
}

/*********news**********/




/*********contact**********/
.contact_sec1 {
    width: 100%;
}

.contact_sec1 .col-sm-4 {
    width: 40%;
}

.contact_sec1 .col-sm-8 {
    width: 60%;
}

.contact_sec1_box {
    position: relative;
}

.contact_sec1_zi {
    position: absolute;
    top: 20%;
	left: 0;
    padding: 0 50px;
    /* -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%); */
}

.contact_sec1_zi h5 {
    font-size: 24px;
    color: #2b2b2b;
    margin: 0;
    margin: 30px 0 15px 0;
    letter-spacing: 1px;
}

.contact_sec1_zi p {
    font-size: 16px;
    color: #2b2b2b;
}

.contact_sec2 {
    width: 100%;
    background: #d9c294;
    padding: 60px 0;
}

.contact_sec2_con {
    width: 82%;
    margin: 0 auto;
}

.contact_sec2_con ul {
    padding: 0;
    margin: 0;
}

.contact_sec2_con ul li {
    width: 100%;
    padding: 35px 0;
    cursor: pointer;
}

.contact_sec2 .case_h {
    padding-bottom: 35px;
}

.contact_a {
    width: 30%;
    float: left;
    padding: 0 40px;
    font-size: 14px;
    color: #333;
    line-height: 25px;
}

.contact_b {
    width: 60%;
    float: left;
    font-size: 14px;
    color: #333;
    line-height: 25px;
    padding-right: 40px;
}

.contact_b p {
    margin-bottom: 0;
}

.contact_c {
    width: 10%;
    float: left;
    font-size: 16px;
    color: #333;
    line-height: 25px;
    font-weight: 600;
    position: relative;
}

.contact_c span {
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -12px;
}

.contact_b div {
    height: 25px;
    overflow: hidden;
    -webkit-transition: all cubic-bezier(.18, 1, .21, 1) .9s;
    transition: all cubic-bezier(.18, 1, .21, 1) .9s;
}

.contact_sec2_con ul li.active .contact_b div {
    height: auto;
}

.contact_sec2_con ul li.active {
    border-bottom: 1px solid #b28850;
    border-top: 1px solid #b28850;
}

.contact_sec2_con ul li:nth-child(2n) {
    background: #e7d0a2;
}

.contact_sec2_con ul li:first-child .contact_a {
    font-size: 18px;
    color: #333;
}

.contact_sec2_con ul li:first-child .contact_b {
    font-size: 18px;
    color: #333;
}

.contact_sec2_con ul li:first-child .contact_c {
    font-size: 18px;
    color: #333;
    font-weight: normal;
}


.contact_sec3 {
    padding-top: 35px;
}

.contact_sec3_con {
    padding: 10% 0 3% 0;
    background: url(../images/contact_bg.jpg) center no-repeat;
    background-size: cover;
}

.contact_sec3_con ul {
    padding: 0;
    margin: 0;
    width: 82%;
    margin: 0 auto;
    text-align: center;
}

.contact_sec3_con ul li {
    display: inline-block;
    width: 33%;
    padding: 0 3%;
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.contact_sec3_con ul li p {
    font-size: 16px;
    color: #fff;
    margin: 0;
    line-height: 25px;
    margin-top: 25px;
    letter-spacing: 1px;
}

.contact_sec3_con ul li.noborder {
    border-right: none;
}

.contact_sec4 {
    width: 82%;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 6%;
}

.contact_sec4 .col-sm-4 {
    width: 40%;
}

.contact_sec4 .col-sm-8 {
    width: 60%;
}

.contact_sec1_input {
    padding-right: 20%;
}

.contact_sec1_input input {
    width: 100%;
    display: block;
    margin-bottom: 30px;
    padding: 0 20px;
    line-height: 35px;
    color: #333;
    border: none;
    background: #f1f1f1;
    border-radius: 3px;
}

.contact_sec1_input button {
    width: 130px;
    line-height: 45px;
    background: #484848;
    font-size: 16px;
    color: #bf9747;
    letter-spacing: 2px;
    border: none;
}

.contact_sec1_text textarea {
    width: 100%;
    display: block;
    margin-bottom: 0px;
    padding: 10px 20px;
    height: 242px;
    line-height: 30px;
    color: #333;
    border: none;
    background: #f1f1f1;
    border-radius: 3px;
}

.BMap_cpyCtrl,
.anchorBL {
    display: none;
}
.wrap{
	width: 90%;
}

/*********contact**********/