@charset "utf-8";

/* ************************** 效果类 **************************** */

/*	图片缩放	*/
.scaleimg{ overflow: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;

	-webkit-transform: scale(1);
	transform: scale(1);
}
.scaleimg img{ width: 100%; height: auto;
	-webkit-transition: transform .3s;
	transition: transform .3s;
}

/*	弹窗	*/
.pop-alert .pop-dialog{ width: 500px; height: 350px; background-color: #fff; z-index: 1;}

.pop-image .pop-dialog{ left: 50%; top: 50%; right: auto; bottom: auto;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.pop-image .slick-mod{ width: 1080px;}
.pop-image .slick-item{}
.pop-image .slick-item .img{ margin-bottom: 20px; height: 550px; background: center no-repeat; background-size: contain;}
.pop-image .slick-item .h16{ text-align: center; color: #fff;}
.pop-image .slick-prev{ left: auto; right: 100%; margin-right: 10px;}
.pop-image .slick-next{ left: 100%; right: auto; margin-left: 10px;}

/*	视频	*/
.video-box{ position: relative; height: 600px;}
.video-box .vjs-big-play-button{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; cursor: pointer;}
.video-box .vjs-big-play-button:before{ content: '\e7a3'; position: absolute; left: 50%; top: 50%; width: 94px; border: 2px solid; border-radius: 999px; font-size: 60px; color: #fff; text-align: center;
	font-family: "xfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
	
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.menu{position:absolute;width:78px;height:72px;right:40px;top:40px;background: url(../image/temp/png41.png) no-repeat center;z-index:2;transition:all 0.3s ease-out 0s;cursor:pointer;}
.menu:hover i {box-shadow:0 0 40px rgba(0,0,0,0.8);}
.menu .inner{ position: absolute; left: 0; right: 0; top: 50%; text-align: center; letter-spacing: -0.2em;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.menu i{background:#fff;border-radius:3px;height:5px;transition:all 0.2s ease-out 0s;-webkit-transition:all 0.2s ease-out 0s;}
.menu i:nth-child(1){width:100%;position:absolute;left:0;top:0px;}
.menu i:nth-child(2){width:90%;position:absolute;left:0;top:12px;}
.menu i:nth-child(3){width:80%;position:absolute;left:0;top:24px;}
.menu.act .inner {top: 25px;}
.menu.act i:nth-child(1){transform:translate(0,9px) rotate(45deg);width:100%;}
.menu.act i:nth-child(2){opacity:0;width:100%;top: 9px;}
.menu.act i:nth-child(3){transform:translate(0,-9px) rotate(-45deg);width:100%;top: 18px;}

/* ****************************************************** */

.x-title {text-align: center;}
.nav_scroll {position: fixed;left: 0;top: 0;bottom: 0;right: 0;background: rgba(0,0,0,0.8);/*z-index: -99999;*/visibility: hidden;opacity: 0;}
.nav_scroll .mar {position: absolute;left: 7.3%;top: 3%;bottom: 3%;right: 1.8%;overflow: hidden;    border-bottom-left-radius: 29px;}
.nav_scroll .mar .bar {position: absolute;top: 0;bottom: 0;left: 0;width: 11.7%;background: url(../image/temp/bar1.png) no-repeat center;background-size: 100% 100%;z-index: 1;}
.nav_scroll .mar .cont {position: absolute;left: 9%;right: 0;bottom: 0;top: 0; background: url(../image/temp/bar2.png) no-repeat center;background-size: 100% 99%;
	font-size: inherit;text-align: center;-webkit-transform: translateX(-93%);transform: translateX(-93%);}
.nav_scroll .mar .cont .middle-cont {width: 86%;position: relative;padding-left: 5%;box-sizing: border-box;}
.nav_scroll .mar .cont .middle-cont:before {content: "";display: block;position: absolute;left: 0;top: 50%;width: 100%;height: 1px; background: #c2b7a6;}
.nav_scroll .mar .cont .close {position: absolute;width: 66px;height: 61px;top: 45px;right: 40px;background: url(../image/temp/close1.png) no-repeat center;background-size: cover;cursor: pointer;/*-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;*/}
.nav_scroll .mar .cont .close:hover {-webkit-transform: scale(1.1);transform: scale(1.1);opacity: 0.9;}
.nav_scroll .mar .cont .item {float: right;width: 12.5%;margin: 4% 0;}
.nav_scroll .mar .cont .item a {writing-mode: vertical-lr;writing-mode: tb-lr; display: block;width: 57px;height: 166px;font-size: 0; letter-spacing: -1.5em;background: url(../image/temp/icon8.png) no-repeat center;line-height: 57px;overflow: hidden;/*-webkit-transition: all 0.6s ease;transition: all 0.6s ease;*/}
.nav_scroll .mar .cont .item a:hover {background-image: url(../image/temp/icon8_a.png);}
.nav_scroll .mar .cont .item a:after{ content: ''; display: inline-block; vertical-align: middle; height: 100%;}
.nav_scroll .mar .cont .item a .s1{ display: inline-block; vertical-align: middle; font-size: 22px; letter-spacing: 0;color: #fff;display: inline-block;}
.nav_scroll.x-show {visibility: visible;opacity: 1;z-index: 999;/*-webkit-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;*/}
.nav_scroll.x-show .mar .cont {-webkit-transform: translateX(0%);transform: translateX(0%);/*-webkit-transition: all 1.6s cubic-bezier(0.46, 0.58, 0.32, 1.03) 0.4s;transition: all 1.6s cubic-bezier(0.46, 0.58, 0.32, 1.03) 0.4s;*/}





.h48 {font-size: 48px;line-height: 1.2;}
.x-title {text-align: center;}
.x-title .s1 {display: inline-block;vertical-align: middle;position: relative;line-height: 1.1;}
.x-title .s1:before {content: "";width: 19px;height: 36px;background: url(../image/temp/arr4.png) no-repeat center;position: absolute;left: -45px;top: 50%;margin-top: -18px;}
.x-title .s1:after {content: "";width: 19px;height: 36px;background: url(../image/temp/arr5.png) no-repeat center;position: absolute;right: -45px;top: 50%;margin-top: -18px;}
.x-more {width: 145px;height: 49px;line-height: 49px;text-align: center;background: url(../image/temp/icon10.png) no-repeat center;-webkit-transition: all 0.6s ease;transition: all 0.6s ease;display: block;}
.x-more:hover {background-image: url(../image/temp/icon10_a.png);color: #fff;}
.home_bar {position: absolute;left: 0;top: 0;bottom: 0;width: 80px;background: #fcfaf4;z-index: 9;}
.home_bar .logo {text-align: center;margin-top: 50px;}
.home_bar .logo .img {width: 42px;height: 42px;display: block;margin: 0 auto 25px;}
.home_bar .logo .txt {writing-mode: vertical-lr;writing-mode: tb-lr;}
.home_bar .link {text-align: center;display: block;position: absolute;bottom: 35px;left: 0;width: 100%;}
.home_bar .link .txt {writing-mode: vertical-lr;writing-mode: tb-lr;}
.home_bar .link .img {width: 48px;height: auto;display: block;margin: 10px auto 0px;}

#fullpage .fp-controlArrow {width: 78px;height: 72px;border: 0;background-position: center;background-size: cover;background-repeat: no-repeat;-webkit-transition: all 0.6s ease;transition: all 0.6s ease;}
#fullpage .fp-controlArrow:hover {-webkit-transform: scale(1.1);transform: scale(1.1);opacity: 0.9;}
#fullpage .fp-prev {background-image: url(../image/temp/prev1.png);}
#fullpage .fp-next {background-image: url(../image/temp/next1.png);}
#fullpage .slide1 {background: url(../image/temp/home1.jpg) no-repeat center;background-size: 100% 100%;}
#fullpage .slide2 {background: url(../image/temp/home2.jpg) no-repeat center;background-size: 100% 100%;}
#fullpage .slide3 {background: url(../image/temp/home3.jpg) no-repeat center;background-size: 100% 100%;}
#fullpage .slide4 {background: url(../image/temp/home4.jpg) no-repeat center;background-size: 100% 100%;}
#fullpage .slide5 {background: url(../image/temp/home5.jpg) no-repeat center;background-size: 100% 100%;}
#fullpage .slide6 {background: url(../image/temp/home6.jpg) no-repeat center;background-size: 100% 100%;}
#fullpage .slide {position: relative;}
#fullpage .slide1 .x-title {color: #45342a;}
#fullpage .slide1 .tab-mod {}
#fullpage .slide1 .tab-bar {text-align: center;font-size: 0;}
#fullpage .slide1 .tab-term {width: 117px;height: 115px;background: url(../image/temp/icon1.png) no-repeat center;background-size: cover;display: inline-block;vertical-align: middle;margin: 0 2.5%;cursor: pointer;-webkit-transition: all 0.8s ease-in-out;transition: all 0.8s ease-in-out;}
#fullpage .slide1 .tab-term img {width: 100%;height: auto;}
#fullpage .slide1 .tab-term.cur, #fullpage .slide1 .tab-term:hover {background-image: url(../image/temp/icon1_a.png);}
#fullpage .slide1 .tab-cont {position: relative;}
#fullpage .slide1 .tab-item {position: absolute;left: 0;top: 0;width: 100%;visibility: hidden;opacity: 0;-webkit-transition: all 0.8s ease-in-out;transition: all 0.8s ease-in-out;text-align: center;height: 100%;}
#fullpage .slide1 .tab-item.act {position: relative;opacity: 1;visibility: visible;z-index: 1;}
#fullpage .slide1 .tab-item img {max-width: 60%;width: 100%;}
#fullpage .slide2 .logo1 {width: 376px;position: absolute;left: 13.8%;top: 11.6%;width: 19.6%;z-index: 1;}
#fullpage .slide2 .logo1 img {width: 100%;height: auto;}
#fullpage .slide2 .text {position: absolute;left: 38%;top: 50%;-webkit-transform: translateY(-40%);-ms-transform: translateY(-40%);transform: translateY(-40%);width: 30%;z-index: 1;color: #45342a;}
#fullpage .slide2 .text .h48 {}
#fullpage .slide2 .text .p {padding-top: 20px;text-indent: 2em;font-family: "微软雅黑";}
#fullpage .slide2 .text .x-more {margin-top: 35px;}
#fullpage .slide2 .btn_wp {position: absolute;right: 0;bottom: 0;width: 100%;font-size: 0;text-align: right;}
#fullpage .slide2 .btn_wp .item {width: 7%;display: inline-block;vertical-align: bottom;margin-left: 1%;text-align: center;padding-top: 2.5%;box-sizing: border-box;cursor: pointer;}
#fullpage .slide2 .btn_wp .item .ico {width: 80px;margin: 0 auto 40px;-webkit-transition: all 0.8s ease-in-out;transition: all 0.8s ease-in-out;}
#fullpage .slide2 .btn_wp .item .ico img {width: 100%;height: auto;}
#fullpage .slide2 .btn_wp .item .h16 {display: inline-block;writing-mode: vertical-lr;writing-mode: tb-lr;color: #706159;-webkit-transition: all 0.8s ease-in-out;transition: all 0.8s ease-in-out;font-family: "微软雅黑";}
#fullpage .slide2 .btn_wp .i1 {background: url(../image/temp/bgi1.png);height: 515px;}
#fullpage .slide2 .btn_wp .i2 {background: url(../image/temp/bgi2.png);height: 560px;}
#fullpage .slide2 .btn_wp .i3 {background: url(../image/temp/bgi3.png);height: 430px;}
#fullpage .slide2 .btn_wp .item:hover .ico {-webkit-transform: rotate(360deg);transform: rotate(360deg);margin-bottom: 20px;}
#fullpage .slide2 .btn_wp .item:hover .h16 {font-size: 18px;}
#fullpage .slide3 .img {position: absolute;}
#fullpage .slide3 .img img {width: 100%;height: auto;}
#fullpage .slide3 .img1 {width: 27.6%;top: 9.5%;left: 9.1%;z-index: 1;}
#fullpage .slide3 .img2 {width: 29%;top: 36%;left: 23.5%;}
#fullpage .slide3 .text {width: 28.6%;position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);width: 30%;z-index: 1;right: 12.5%;color: #45342a;}
#fullpage .slide3 .tab-bar {padding: 20px 0 10px;}
#fullpage .slide3 .tab-term {width: 166px;height: 57px;line-height: 57px;text-align: center;-webkit-transition: all 0.6s ease;transition: all 0.6s ease;display: block;margin-top: 35px;display: inline-block;vertical-align: middle;cursor: pointer;margin: 0 15px;}
#fullpage .slide3 .tab-term.cur {color: #fff;background: url(../image/temp/icon11.png) no-repeat center;}
#fullpage .slide3 .tab-cont {}
#fullpage .slide3 .tab-item {display: none;}
#fullpage .slide3 .tab-item.act {display: block;}
#fullpage .slide3 .tab-item .p {padding-top: 20px;text-indent: 2em;color: #745f52;font-family: "微软雅黑";}
#fullpage .slide3 .tab-item .x-more {margin-top: 35px;}
#fullpage .slide4 .l_img {width: 22%;position: absolute;left: 0;top: 0;bottom: 0;background: url(../image/temp/home5.png) no-repeat center;background-size: cover;}
#fullpage .slide4 .l_img .h48 {position: absolute;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);color: #fff;text-align: center;padding-left: 50%;width: 100%;box-sizing:border-box;}
#fullpage .slide4 .r_con {position: absolute;left: 22%;right: 0;bottom: 0;top: 0;}
#fullpage .slide4 .r_con .item {position: absolute;z-index: 1;width: 1px;background: #c1b7a7;top: 0;box-sizing: border-box;}
#fullpage .slide4 .r_con .item .con {text-align: center;position: absolute;left: 50%;-webkit-transform: translateX(-50%);-ms-transform: translateX(-50%);transform: translateX(-50%);}
#fullpage .slide4 .r_con .item .con .img img {max-width: 325px;}
#fullpage .slide4 .r_con .item .con .img img{-webkit-transition: all 0.6s ease;transition: all 0.6s ease;}
#fullpage .slide4 .r_con .item .con:hover .img img{-webkit-transform: scale(1.1);transform: scale(1.1);}
#fullpage .slide4 .r_con .item .i1 {width: 69px;height: 70px;overflow: hidden;position: absolute;top: 99.8%;left: 50%;margin-left: -34.5px;}
#fullpage .slide4 .r_con .item .i1 img {width: 100%;height: auto;}
#fullpage .slide4 .r_con .i1 {left: 11.3%;bottom: 33.33%;padding-top: 8%;}
#fullpage .slide4 .r_con .i2 {left: 26.7%;bottom: 16%;padding-top: 35%;}
#fullpage .slide4 .r_con .i3 {left: 42%;bottom: 27.7%;padding-top: 21%;}
#fullpage .slide4 .r_con .i4 {left: 57.6%;bottom: 22.8%;padding-top: 3%;}
#fullpage .slide4 .r_con .i5 {left: 73%;bottom: 16.7%;padding-top: 30%;}
#fullpage .slide4 .r_con .i6 {left: 88.5%;bottom: 30%;padding-top: 14%;}
#fullpage .slide4 .r_con .more {position: absolute;bottom: 8%;text-align: center;width: 100%;}
#fullpage .slide4 .r_con .more .x-more {display: inline-block;}
#fullpage .slide5 .i1 {position: absolute;right: 0;top: 0;width: 216px;height: 216px;background: rgba(195,184,168,0.3);}
#fullpage .slide5 .i2 {position: absolute;left: 0;bottom: 0;width: 216px;height: 216px;background: rgba(195,184,168,0.3);}
#fullpage .slide5 .tab-mod {position: relative;z-index: 1;}
#fullpage .slide5 .title {text-align: center;}
#fullpage .slide5 .x-more {margin: 4% auto 0;}
#fullpage .slide5 .tab-bar {text-align: center;padding: 25px 0 4%;}
#fullpage .slide5 .tab-term {width: 166px;height: 57px;line-height: 57px;text-align: center;-webkit-transition: all 0.6s ease;transition: all 0.6s ease;display: block;margin-top: 35px;display: inline-block;vertical-align: middle;cursor: pointer;margin: 0 15px;}
#fullpage .slide5 .tab-term.cur {color: #fff;background: url(../image/temp/icon11.png) no-repeat center;}
#fullpage .slide5 .list {text-align: center;font-size: 0;}
#fullpage .slide5 .item {width: 21%;display: inline-block;vertical-align: top;position: relative;margin: 0 0.5%;-webkit-transition: 0.6s ease-in-out;transition: 0.6s ease-in-out;}
#fullpage .slide5 .item a {display: block;width: 100%;height: 100%;}
#fullpage .slide5 .item a:before {content: "";position: absolute;left: 0;top: 0;bottom: 0;right: 0;background: rgba(0,0,0,0.3);}
#fullpage .slide5 .item img {width: 100%;height: auto;}
#fullpage .slide5 .item .text {position: absolute;left: 0;bottom: 0;width: 100%;box-sizing:border-box;padding: 60px 35px 30px;text-align: justify;color: #fff;z-index: 1;}
#fullpage .slide5 .item .text .h30 {line-height: 1;}
#fullpage .slide5 .item .scroll1 {display: none;margin-top: 15px;line-height: 1.4;max-height: 155px;font-family: "微软雅黑";}
#fullpage .slide5 .item .scroll1 .h16 {font-size: 14px;}
#fullpage .slide5 .item.now {-webkit-transform: scale(1.2);transform: scale(1.2);z-index: 1;}
#fullpage .slide5 .item.now .scroll1 {display: block;}
#fullpage .slide5 .item.now .text {background: url(../image/temp/bgi4.png) no-repeat top center;background-size: 100% 100%;}
#fullpage .slide5 .mCSB_scrollTools .mCSB_draggerRail {background: #f5e5d7;}
#fullpage .slide5 .mCSB_scrollTools .mCSB_dragger {width: 11px;height: 11px !important;border-radius: 50%;background: #f5e5d7;}
#fullpage .slide5 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {display: none;}
#fullpage .slide5 .mCSB_scrollTools {width: 11px;top: 20px;bottom: 20px;}
#fullpage .slide5 .tab-item {display: none;}
#fullpage .slide5 .tab-item.act {display: block;}
#fullpage .slide6 .fp-tableCell {height: 100% !important;display: block;}
#fullpage .slide6 .bgi1 {position: absolute;right: 0;top: 0;width: 216px;height: 216px;background: rgba(195,184,167,0.8);}
#fullpage .slide6 .bgi2 {position: absolute;right: 216px;top: 216px;width: 216px;height: 216px;background: rgba(195,184,168,0.2);}
#fullpage .slide6 .text {position: absolute;left: 6%;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);width: 25%;z-index: 1;}
#fullpage .slide6 .text .p {padding-top: 20px;text-indent: 2em;color: #745f52;font-family: "微软雅黑";}
#fullpage .slide6 .text .x-more {margin-top: 35px;}
#fullpage .slide6 .list {height: 100%;overflow: hidden;margin-left: 34%;margin-right: 2.6%;}
#fullpage .slide6 .list .item {position: relative;height: 100%;float: left;width: 5.7%;-webkit-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
#fullpage .slide6 .list .item.now {width: 71.5%;}
#fullpage .slide6 .list .item .bar {position: absolute;right: 0;background: rgba(215,202,183,0.3);width: 50px;box-sizing: border-box;cursor: pointer;-webkit-transition: all 0.8s ease-in-out;transition: all 0.8s ease-in-out;}
#fullpage .slide6 .list .item .bar .t {position: absolute;text-align: center;width: 100%;line-height: 1.1;left: 0;}
#fullpage .slide6 .list .item:nth-child(odd) .bar .t {top: 70px;}
#fullpage .slide6 .list .item:nth-child(even) .bar .t {bottom: 70px;}
#fullpage .slide6 .list .item .bar .t .h24 {width: 24px;margin: 0 auto;position: relative;}
#fullpage .slide6 .list .item .bar .t .h24:before {content: "";display: block;width: 36px;height: 18px;background: url(../image/temp/arr2.png) no-repeat center;position: absolute;bottom: 105%;left: -21px;opacity: 0;visibility: hidden;-webkit-transform: translate(50px,0px);-ms-transform: translate(50px,0px);transform: translate(50px,0px);-webkit-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
#fullpage .slide6 .list .item .bar .t .h24:after {content: "";display: block;width: 36px;height: 18px;background: url(../image/temp/arr3.png) no-repeat center;position: absolute;top: 105%;right: -21px;opacity: 0;visibility: hidden;-webkit-transform: translate(-50px,0px);-ms-transform: translate(-50px,0px);transform: translate(-50px,0px);-webkit-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
#fullpage .slide6 .list .item .bar .t .h18 {color: #745f52;width: 18px;margin: 40px auto 0;}
#fullpage .slide6 .list .item .img {width: 90%;display: none;position: absolute;left: 0%;top: 50%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);}
#fullpage .slide6 .list .item .img img {width: 100%;height: auto;}
#fullpage .slide6 .list .i1 .bar {top: 35%;bottom: 0;}
#fullpage .slide6 .list .i2 .bar {top: 0;bottom: 25%;}
#fullpage .slide6 .list .i3 .bar {top: 50%;bottom: 0;}
#fullpage .slide6 .list .i4 .bar {top: 0;bottom: 35%;}
#fullpage .slide6 .list .i5 .bar {top: 35%;bottom: 0;}
#fullpage .slide6 .list .i6 .bar {top: 0;bottom: 28%;}
#fullpage .slide6 .list .item .bar:hover, #fullpage .slide6 .list .item.now .bar {background: rgba(58,41,30, 0.7);}
#fullpage .slide6 .list .item .bar:hover .t, #fullpage .slide6 .list .item.now .bar .t {color: #fff;}
#fullpage .slide6 .list .item .bar:hover .t .h18, #fullpage .slide6 .list .item.now .bar .t .h18 {color: #fff;}
#fullpage .slide6 .list .item .bar:hover .t .h24:before, #fullpage .slide6 .list .item .bar:hover .t .h24:after, #fullpage .slide6 .list .item.now .bar .t .h24:before, #fullpage .slide6 .list .item.now .bar .t .h24:after {opacity: 1;visibility: visible;-webkit-transform: none;-ms-transform: none;transform: none;}
#fullpage .slide6 .list .item.now .img {display: block;}


.pop-video {display: none;}
.pop-video.x-show {display: block;}
.pop-video .pop-dialog {width: 640px;height: 480px;}
.pop-video .pop-close {color: #e0d2c0;background: none;}
.pop-video .pop-close:before {font-size: 30px;}
.pop-video .pop-cont {width: 100%;height: 100%;overflow: hidden;}
.pop-video .pop-cont iframe {background: #000;}
.pop-video .pop-cont .h20 {color: #fff;position: absolute;left: 0;top: 105%;width: 100%;text-align: center;}
video {min-width: 100%;min-height: 100%;object-fit: cover;}


.visiting {background: url(../image/temp/visiting1.jpg) no-repeat top center;background-size: cover;padding-bottom: 200px;overflow: hidden;}
.visiting1 {padding: 100px 0 120px;}
.visiting1 .x-title {padding-bottom: 50px;}
.visiting1 .list {}
.visiting1 .list .item {overflow: hidden;}
.visiting1 .list .item +.item {margin-top: 60px;}
.visiting1 .list .item:nth-child(even) .img {float: right;}
.visiting1 .list .item:nth-child(even) .text {float: left;}
.visiting1 .list .item .img {width: 533px;height: 606px;overflow: hidden;float: left;}
.visiting1 .list .item .img img {width: 100%;height: auto;}
.visiting1 .list .item .text {float: right;width: 635px;padding-top: 110px;}
.visiting1 .list .item .text .h24 {padding-bottom: 10px;}
.visiting1 .list .item .text .p {font-family: "微软雅黑";color: #745f52;padding-top: 20px;}
.visiting1 .list .item .text .x-more {margin-top: 60px;}

.visiting2 .swiper-box{position: relative;}
.visiting2 .swiper-slide{height:426px;width:718px;}
.visiting2 .swiper-slide:before {content: "";display: block;position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: rgba(0,0,0,0.2);}
.visiting2 .swiper-slide img{height:100%;width:100%;background-color:#FFFFFF;margin:0;-webkit-transition: all 0.8s ease-in-out;transition: all 0.8s ease-in-out;}
.visiting2 .swiper-slide .text {width: 100%;color: #fff;display: block;padding: 18px 30px;visibility: hidden;opacity: 0;position: absolute;bottom: -20%;background: rgba(0,0,0,0.6);box-sizing: border-box;text-align: center;}
.visiting2 .swiper-slide-active .text {visibility: visible;opacity: 1;bottom: 0;webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;transition-delay: 1.1s;}
.visiting2 .swiper-slide-active:before {opacity: 0;-webkit-transform: scale(1.3);transform: scale(1.3);-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;visibility: hidden;transition-delay: 1.1s;}
.visiting2 .swiper-button-prev,.visiting2 .swiper-button-next{width:46px;height:46px;margin-top: -23px;z-index: 9;}
.visiting2 .swiper-button-prev{background:url(../image/temp/prev2.png) no-repeat;left: 50%;margin-left: -420px;}
.visiting2 .swiper-button-next{background:url(../image/temp/next2.png) no-repeat;right: 50%;margin-right: -420px;}



.inherit {background: url(../image/temp/inherit1.jpg) no-repeat top center;background-size: cover;overflow: hidden;padding-bottom: 100px;}
.inherit1 {padding: 100px 0 200px;}
.inherit1 .x-title {padding-bottom: 50px;}
.inherit1 .x-title .h16 {padding-top: 15px;font-family: "微软雅黑";text-align: justify;}
.inherit1 .over {padding-bottom: 35px;}
.inherit1 .over .text {font-family: "微软雅黑";color: #745f52;height: 185px;overflow: hidden;text-indent: 2em;}
.inherit1 .over .text .p+.p, .inherit1 .over .text p+p {padding-top: 20px;}
.inherit1 .over .arr {width: 31px;height: 31px;background: url(../image/temp/arr6.png) no-repeat center;margin: 30px auto 0;cursor: pointer;}
.inherit1 .over.show .text {height: auto;}
.inherit1 .over.show .arr {background-image: url(../image/temp/arr7.png);}
.inherit1 .list {}
.inherit1 .list .scroll1 {max-height: 380px;}
.inherit1 .list .item {font-family: "微软雅黑";}
.inherit1 .list .item+.item {margin-top: 20px;}
.inherit1 .list .item .h18 {padding-bottom: 5px;}
.inherit1 .list .item .h16 {}
.inherit1 .tit {text-align: center;padding-bottom: 45px;}
.inherit1 .table {font-family: "微软雅黑";}
.inherit1 .table table {box-shadow: 0px 0px 8px 0px #b9a4a4;}
.inherit1 .table table+table {margin-top: 30px;}
.inherit1 .table table tr+tr {border-top: 1px solid #ad9580;}
.inherit1 .table table:nth-child(1) {background: #c1a891;}
.inherit1 .table table:nth-child(1) tr:first-child{ background: #725e52 url(../image/temp/bar10.png) no-repeat top center;background-size: 100% auto;}
.inherit1 .table table:nth-child(2) {background: #d0beab;}
.inherit1 .table table:nth-child(2) tr+tr {border-top: 1px solid #baa896;}
.inherit1 .table table:nth-child(3) {background: #e0d2c1;}
.inherit1 .table table:nth-child(3) tr+tr {border-top: 1px solid #c7b9a9;}
.inherit1 .table table:nth-child(4) {background: #e8dbc9 url(../image/temp/bar4.png) no-repeat bottom center;background-size: 100% auto;}
.inherit1 .table table:nth-child(4) tr+tr {border-top: 1px solid #cec0b0;}
.inherit1 .table th {font-weight: normal;padding: 23px 5px; color: #fff;}
.inherit1 .table td {text-align: center;padding: 23px 5px;}
.inherit2 {padding-bottom: 140px;}
.inherit2 .tit {padding-bottom: 30px; text-align: center;}
.inherit2 .cont {position: relative;overflow: hidden;}
.inherit2 .cont .pic {position: absolute;right: 0;top: 0;width: 620px;}
.inherit2 .cont .pic .slick-paging {position: absolute;right: 15px;bottom: 15px;color: #fff;font-family: "微软雅黑";line-height: 1;z-index: 999;}
.inherit2 .cont .text {margin-top: 60px;width: 660px;background: #e0d2c0;box-sizing: border-box;padding: 50px 110px 50px 50px;font-family: "微软雅黑";}
.inherit2 .cont .text .scroll1 {height: 365px;}
.inherit2 .cont .text .scroll1 .p {font-family: "微软雅黑";color: #745f52;line-height: 1.6;}
.inherit2 .cont .text .scroll1 .p +.p, .inherit2 .cont .text .scroll1 p +p {padding-top: 20px;}
.inherit .mCSB_scrollTools .mCSB_draggerRail {background: #f5e5d7;}
.inherit .mCSB_scrollTools .mCSB_dragger {width: 11px;height: 11px !important;border-radius: 50%;background: #f5e5d7;}
.inherit .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {display: none;}
.inherit .mCSB_scrollTools {width: 11px;top: 20px;bottom: 20px;}
.inherit1 .mCSB_scrollTools .mCSB_draggerRail {background: #c19b78;}
.inherit1 .mCSB_scrollTools .mCSB_dragger {width: 11px;height: 11px !important;border-radius: 50%;background: #c19b78;}
.inherit1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {display: none;}
.inherit1 .mCSB_scrollTools {width: 11px;top: 20px;bottom: 20px;}
.inherit3 {}
.inherit3 .tit {text-align: center;padding-bottom: 50px;}
.inherit3 .con {position: relative;width: 580px;float: left;}
.inherit3 .slick-item .con+.con {margin-left: 70px;}
.inherit3 .con .pic {position: absolute;right: 0;top: 0;border-radius: 50%;width: 250px;height: 250px;overflow: hidden;}
.inherit3 .con .pic img {width: 100%;height: auto;}
.inherit3 .con .pic a {position: absolute;left: 0;top: 0;width: 100%;line-height: 420px;text-align: center;color: #fff;background: rgba(0,0,0,0.5);-webkit-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;-webkit-transform: scale(1.4);transform: scale(1.4);opacity: 0;border-radius: 50%;height: 100%;}
.inherit3 .con .pic:hover a {-webkit-transform: none;transform: none;opacity: 1;}
.inherit3 .con .top {margin-right: 275px;}
.inherit3 .con .top .h24 {padding: 15px 0 10px;}
.inherit3 .con .top .h16 {color: #745f52;font-family: "微软雅黑";}
.inherit3 .con .text {margin-right: 165px;box-sizing: border-box;padding: 50px;background: #c1a891;margin-top: 55px;color: #fff;font-family: "微软雅黑";}
.inherit3 .con .text .h18 {padding-bottom: 20px;}
.inherit3 .con .text .p {line-height: 2;height: 185px;}
.inherit3 .slick-dots {position: relative;margin-top: 50px;bottom: auto;}
.inherit3 .slick-dots:before {content: "";display: block;width: 35%;height: 1px;background: #a49786;position: absolute;top: 50%;left: 0;}
.inherit3 .slick-dots:after {content: "";display: block;width: 35%;height: 1px;background: #a49786;position: absolute;top: 50%;right: 0;}
.inherit3 .slick-dots li {width: 11px;height: 11px;padding: 0;margin: 0 25px;box-sizing:border-box;border: 1px solid #463429;background: none;}
.inherit3 .slick-dots li.slick-active {background: #463429;}


.banner {position: relative;overflow: hidden;}
.banner .slick-item {position: relative;background-position: center;background-size: cover;background-repeat: no-repeat;height: 747px;}
.banner .slick-item .mask {position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: #000;}
.banner .slick-item .play {position: absolute;width: 124px;height: 125px;background: url(../image/temp/play1.png) no-repeat center;left: 50%;top: 50%;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);z-index: 1;cursor: pointer;}
.banner .slick-item .h30 {color: #fff;position: absolute;bottom: 155px;text-align: center;left: 0;width: 100%;z-index: 1;}
.banner:after {content: "";position: absolute;left: 0;bottom: 0;width: 100%;background: url(../image/temp/bar5.png) no-repeat center;background-size: cover;padding-bottom: 5.2%;z-index: 999;}
.banner .slick-arrow {width: 69px;height: 58px;}
.banner .slick-arrow:before {display: none;}
.banner .slick-prev {background: url(../image/temp/prev3.png) no-repeat center;left: 50%;margin-left: -615px;}
.banner .slick-prev:hover {background-image: url(../image/temp/prev3_a.png);}
.banner .slick-next {background: url(../image/temp/next3.png) no-repeat center;right: 50%;margin-right: -615px;}
.banner .slick-next:hover {background-image: url(../image/temp/next3_a.png);}


.inherit_xx {background: url(../image/temp/inherit_xx2.jpg) no-repeat top center;background-size: cover;overflow: hidden;padding-bottom: 160px;}
.inherit_xx1 {padding-top: 120px;}
.inherit_xx1 .text {float: left;width: 830px;margin-right: 125px;}
.inherit_xx1 .text .h30 { margin-bottom: 15px;}
.inherit_xx1 .text .h16 {font-family: "微软雅黑";color: #745f52;text-align: justify; text-indent: 2em;}
.inherit_xx1 .img {width:210px;height:210px;overflow: hidden;border-radius: 50%;}
.inherit_xx1 .img img {width: 100%;height: auto;}
.inherit_xx1 .cont {padding-top: 50px;font-family: "微软雅黑";color: #745f52;line-height: 1.8;text-align: justify;}
.inherit_xx1 .cont .h20 {padding-bottom: 5px;}
.inherit_xx1 .cont .h16 {padding-bottom: 30px;}
.inherit_xx1 .cont video {min-width: inherit;min-height: inherit;}


.tool {background: url(../image/temp/tool1.jpg) no-repeat top center;background-size: cover;overflow: hidden;padding-bottom: 150px;}
.tool .inherit1 {padding-bottom: 0;}
.tool1 {}
.tool1 .list {}
.tool1 .list .item {overflow: hidden;padding: 35px 50px;background: url(../image/temp/tool8.jpg) no-repeat center;background-size: cover;box-shadow: 0px 0px 15px 0px #d4c7c7;}
.tool1 .list .item+.item {margin-top: 30px;}
.tool1 .list .item .img {float: left;overflow: hidden;width: 468px;height: 353px;}
.tool1 .list .item .img img {width: 100%;height: auto;}
.tool1 .list .item .text {overflow: hidden;padding-left: 50px;}
.tool1 .list .item .text .h24 {padding: 25px 0 15px;}
.tool1 .list .item .text .p {font-family: "微软雅黑";color: #745f52;line-height: 1.6;}
.tool1 .list .item .text .x-more {margin-top: 25px;}
.tool1 .page-mod {padding-top: 50px;}


.measures {background: url(../image/temp/measures1.jpg) no-repeat top center;background-size: cover;overflow: hidden;padding-bottom: 250px;}
.measures1 {padding: 100px 0 0;}
.measures1 .x-title {padding-bottom: 50px;}
.measures1 .title {text-align: center;padding-bottom: 40px;}
.measures1 .pic {float: left;position: relative;width: 545px;}
.measures1 .pic .slick-paging {position: absolute;right: 15px;bottom: 15px;color: #fff;font-family: "微软雅黑";line-height: 1;z-index: 999;}
.measures1 .text {overflow: hidden;padding: 20px 15px 20px 45px;}
.measures1 .text .scroll1 {height: 425px;font-family: "微软雅黑";color: #745f52;text-indent: 2em;}
.measures1 .text .scroll1 .p+.p, .measures1 .text .scroll1 p+p {padding-top: 20px;}
.measures1 .mCSB_scrollTools .mCSB_draggerRail {background: #74665d;}
.measures1 .mCSB_scrollTools .mCSB_dragger {width: 11px;height: 11px !important;border-radius: 50%;background: #74665d;}
.measures1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {display: none;}
.measures1 .mCSB_scrollTools {width: 11px;top: 20px;bottom: 20px;}
.measures2 {overflow: hidden;padding: 115px 0 0;}
.measures2 .title {text-align: center;padding-bottom: 40px;}
.measures2 .slick-list {margin: 0 -22.5px;}
.measures2 .slick-item .mar {position: relative;margin: 0 22.5px;}
.measures2 .slick-item .img {overflow: hidden;height: 283px;position: relative;}
.measures2 .slick-item .h20 {text-align: center;padding-top: 25px;font-family: "微软雅黑";}
.measures2 .slick-item .mask {position: absolute;left: 0;bottom: 0;width: 100%;top: 0;background: rgba(0,0,0,0.3);color: #fff;visibility: hidden;opacity: 0;-webkit-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.measures2 .slick-item .mask .con {position: absolute;left: 0;bottom: 30px;width: 100%;text-align: center;font-family: "微软雅黑";}
.measures2 .slick-item .mask .con .p {line-height: 2;}
.measures2 .slick-item .mask .play {width: 68px;height: 68px;display: block;margin: 0 auto 25px;background: url(../image/temp/play2.png) no-repeat center;background-size: cover;cursor: pointer;}
.measures2 .slick-item:hover .mask {opacity: 1;visibility: visible;}
.measures2 .fun {position: relative;text-align: center;margin-top: 50px;}
.measures2 .fun:before {content: "";display: block;width: 35%;height: 1px;background: #a49786;position: absolute;top: 50%;left: 0;}
.measures2 .fun:after {content: "";display: block;width: 35%;height: 1px;background: #a49786;position: absolute;top: 50%;right: 0;}
.measures2 .fun .slick-arrow {position: static;display: inline-block;vertical-align: middle;-webkit-transform: rotate(0deg) translateY(0%);margin: 0 60px;
    -ms-transform: rotate(0deg) translateY(0%);
    transform: rotate(0deg) translateY(0%);}
.measures2 .fun .slick-arrow:before {font-size: 32px;color: #463429;font-weight: bold;}
.measures2 .fun .slick-prev:before {content: "\e73c";}
.measures2 .fun .slick-next:before {content: "\e73d";}
.measures3 {padding-top: 130px;}
.measures3 .title {padding: 0 150px 0;text-align: center;}
.measures3 .title .h18 {text-align: justify;text-indent: 2em;color: #745f52;padding-top: 25px;font-family: "微软雅黑";}
.measures3 .box .tit {text-align: center;padding: 65px 0 25px;}
.measures3 .box .con {text-align: center;}
.measures3 .box .con .h16 {padding-left: 35px;display: inline-block;background: url(../image/temp/arr8.png) no-repeat left center;}
.measures3 .box .con .line+.line {margin-top: 25px;}
.measures3 .box .table {font-family: "微软雅黑";box-shadow: 0px 0px 15px 0px #d4c7c7;}
.measures3 .box .table table {width: 100%;background: #ded3c4;}
.measures3 .box .table table tr:first-child {background: url(../image/temp/bar6.png) no-repeat top center;background-size: 100% auto;}
.measures3 .box .table table tr:last-child {background: url(../image/temp/bar7.png) no-repeat bottom center;background-size: 100% auto;}
.measures3 .box .table table tr + tr {border-top: 1px solid #c6baab;}
.measures3 .box .table table th {font-weight: normal;padding: 23px 5px;}
.measures3 .box .table table td {text-align: center;padding: 23px 5px;}


.products {background: url(../image/temp/products1.jpg) no-repeat top center;background-size: cover;overflow: hidden;padding-bottom: 175px;}
.products1 {padding: 100px 0 115px;overflow: hidden;}
.products1 .x-title {padding-bottom: 50px;}
.products1 .title {text-align: center;padding-bottom: 30px;}
.products1 .cont {position: relative;height: 562px;}
.products1 .cont .text {margin-left: 50px;padding-top: 40px;position: relative;z-index: 1;text-align: justify;display: inline-block;line-height: 1.7;}
.products1 .cont .text .scroll1 {width: 500px;height: 475px;color: #745f52;font-family: "微软雅黑";}
.products1 .cont .text .p {text-indent: 2em;}
.products1 .cont .text .p +.p, .products1 .cont .text p +p {padding-top: 20px;}
.products1 .cont .img {width: 774px;height: 100%;position: absolute;right: -90px;top: 0;}
.products1 .cont .img img {width: 100%;height: auto;}
.products1 .mCSB_scrollTools .mCSB_draggerRail {background: #74665d;}
.products1 .mCSB_scrollTools .mCSB_dragger {width: 11px;height: 11px !important;border-radius: 50%;background: #74665d;}
.products1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {display: none;}
.products1 .mCSB_scrollTools {width: 11px;top: 20px;bottom: 20px;}
.products2 {position: relative;overflow: hidden;}
.products2 .slick-item {position: relative;background-position: center;background-size: cover;background-repeat: no-repeat;height: 796px;}
.products2 .slick-item .mask {position: absolute;left: 0;top: 0;right: 0;bottom: 0;background: #000;}
.products2 .slick-item .play {position: absolute;width: 124px;height: 125px;background: url(../image/temp/play1.png) no-repeat center;left: 50%;top: 50%;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);z-index: 1;cursor: pointer;}
.products2 .slick-item .h30 {color: #fff;position: absolute;bottom: 155px;text-align: center;left: 0;width: 100%;z-index: 1;}
.products2 .slick-item .h48 {color: #fff;position: absolute;top: 155px;text-align: center;left: 0;width: 100%;z-index: 1;}
.products2:before {content: "";position: absolute;left: 0;top: 0;width: 100%;background: url(../image/temp/bar5_a.png) no-repeat center;background-size: cover;padding-bottom: 2.4%;z-index: 999;}
.products2:after {content: "";position: absolute;left: 0;bottom: 0;width: 100%;background: url(../image/temp/bar5.png) no-repeat center;background-size: cover;padding-bottom: 5.2%;z-index: 999;}
.products2 .slick-arrow {width: 69px;height: 58px;}
.products2 .slick-arrow:before {display: none;}
.products2 .slick-prev {background: url(../image/temp/prev3.png) no-repeat center;left: 50%;margin-left: -615px;}
.products2 .slick-prev:hover {background-image: url(../image/temp/prev3_a.png);}
.products2 .slick-next {background: url(../image/temp/next3.png) no-repeat center;right: 50%;margin-right: -615px;}
.products2 .slick-next:hover {background-image: url(../image/temp/next3_a.png);}
.products3 {padding: 100px 0 0;}
.products3 .title {padding: 0 150px 50px;text-align: center;}
.products3 .title .h18 {text-align: justify;text-indent: 2em;color: #745f52;padding-top: 25px;font-family: "微软雅黑";}
.products3 .slick-list {margin: 0 -15px;}
.products3 .slick-item .mar {position: relative;margin: 0 15px;}
.products3 .slick-item .img {overflow: hidden;height: 255px;position: relative;position: relative;}
.products3 .slick-item .img:before {content: "";display: block;position: absolute;left: 0;bottom: 0;height: 2px;background: #d7cab7;width: 100%;}
.products3 .slick-item .img:after {content: "";display: block;position: absolute;left: 0;bottom: 0;height: 2px;background: #775c4a;width: 0;-webkit-transition: all 0.6s ease-in-out;transition: all 0.6s ease-in-out;}
.products3 .slick-item .txt {background: #fff;text-align: center;line-height: 68px;}
.products3 .slick-item .txt .h18 {color: #745f52;line-height: 1.2;display: inline-block;vertical-align: middle;font-family: "微软雅黑";}
.products3 .slick-item:hover .img:after {width: 100%;}
.products3 .fun {position: relative;text-align: center;margin-top: 60px;}
.products3 .fun:after {content: '';display: block;position: absolute;left: 50%;top: 50%;height: 14px;width: 2px;margin-left: 0px;margin-top: -7px;background: #c2b7a6;}
.products3 .fun .slick-arrow {width: 69px;height: 58px;position: static;display: inline-block;vertical-align: middle;margin: 0 15px;-webkit-transform: rotate(0deg) translateY(0%);
    -ms-transform: rotate(0deg) translateY(0%);
    transform: rotate(0deg) translateY(0%);}
.products3 .fun .slick-arrow:before {display: none;}
.products3 .fun .slick-prev {background: url(../image/temp/prev3.png) no-repeat center;}
.products3 .fun .slick-prev:hover {background-image: url(../image/temp/prev3_a.png);}
.products3 .fun .slick-next {background: url(../image/temp/next3.png) no-repeat center;}
.products3 .fun .slick-next:hover {background-image: url(../image/temp/next3_a.png);}
.products4 {padding: 150px 0 0}
.products4 .img {width: 316px;height: 500px;float: left;}
.products4 .img img {width: 100%;height: auto;}
.products4 .img2 {margin-top: 165px;margin-left: 30px;}
.products4 .text {margin-top: 60px;float: right;margin-right: 50px;width: 450px;text-align: justify;}
.products4 .text .h24 {padding-bottom: 20px;}
.products4 .text .p {text-indent: 2em;font-family: "微软雅黑";color: #745f52;}
.products4 .text .p +.p, .products4 .text p +p {padding-top: 20px;}


.technology {background: url(../image/temp/technology1.jpg) no-repeat top center;background-size: cover;overflow: hidden;padding-bottom: 130px;}
.technology1 {padding: 100px 0 0;}
.technology1 .x-title {padding-bottom: 50px;}
.technology1 .cont {padding: 0 90px;}
.technology1 .cont .text {padding: 0 15px 50px;font-family: "微软雅黑";color: #745f52;}
.technology1 .cont .text .p, .technology1 .cont .text p {text-indent: 2em;}
.technology1 .cont .text .p +.p, .technology1 .cont .text p +p {padding-top: 20px;}
.technology1 .cont .box {position: relative;}
.technology1 .cont .box img {width: 100%;height: auto;}
.technology1 .cont .box .link_wp {position: absolute;width: 100%;height: 100%;left: 0;top: 0;}
.technology1 .cont .box .link_wp a {float: left;font-size: 0; letter-spacing: -1.5em;display: block;height: 50%;text-align: center;color: #fff;}
.technology1 .cont .box .link_wp a:after{ content: ''; display: inline-block; vertical-align: middle; height: 100%;}
.technology1 .cont .box .link_wp a .middle-cont{ display: inline-block; vertical-align: middle; font-size: 24px; letter-spacing: 0;transition: all 0.2s ease-in-out;}
.technology1 .cont .box .link_wp a:hover .middle-cont {font-size: 30px;text-shadow: 0px 0px 15px #000;}
.technology1 .cont .box .link_wp .a1 {width: 34.3%;}
.technology1 .cont .box .link_wp .a2 {width: 38%;}
.technology1 .cont .box .link_wp .a3 {width: 27.5%;}
.technology1 .cont .box .link_wp .a4 {width: 33%;}
.technology1 .cont .box .link_wp .a5 {width: 33.2%;}
.technology1 .cont .box .link_wp .a6 {width: 33.7%;}


.introduce {background: url(../image/temp/introduce2.jpg) no-repeat top center;background-size: cover;overflow: hidden;padding-bottom: 160px;}
.introduce1 {height: 767px;background-position: center;background-repeat: no-repeat;background-size: cover;position: relative;overflow: hidden;}
.introduce1:after {content: "";display: block;position: absolute;left: 0;bottom: 0;width: 100%;padding-bottom: 10.1%;background: url(../image/temp/bar8.png) no-repeat center;background-size: cover;}
.introduce1 .cont {background: rgba(0,0,0,0.3);border-radius: 22px;padding: 50px 80px;color: #fff;margin-top: 90px;}
.introduce1 .cont .x-title {padding-bottom: 30px;}
.introduce1 .cont .x-title .s1:before {background-image: url(../image/temp/arr4_a.png);}
.introduce1 .cont .x-title .s1:after {background-image: url(../image/temp/arr5_a.png);}
.introduce1 .cont .scroll1 {height: 330px;font-family: "微软雅黑";}
.introduce1 .cont .scroll1 .p, .introduce1 .cont .scroll1 p {text-indent: 2em;}
.introduce1 .cont .scroll1 .p +.p, .introduce1 .cont .scroll1 p +p {padding-top: 20px;}
.introduce1 .mCSB_scrollTools .mCSB_draggerRail {background: #fbede0;}
.introduce1 .mCSB_scrollTools .mCSB_dragger {width: 11px;height: 11px !important;border-radius: 50%;background: #fbede0;}
.introduce1 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {display: none;}
.introduce1 .mCSB_scrollTools {width: 11px;top: 20px;bottom: 20px;}
.introduce2 {padding: 140px 0 0;}
.introduce2 .title {text-align: center;padding-bottom: 45px;}
.introduce2 .cont {background-size: cover;background-position: center;background-repeat: no-repeat;height: 817px;position: relative;}
.introduce2 .cont .text {color: #fff;height: 375px;width: 560px;font-family: "微软雅黑";position: absolute;top: 190px;left: 255px;}
.introduce2 .cont .text .p, .introduce2 .cont .text p {text-indent: 2em;}
.introduce2 .cont .text .p +.p, .introduce2 .cont .text p +p {padding-top: 20px;}
.introduce2 .mCSB_scrollTools .mCSB_draggerRail {background: #fbede0;}
.introduce2 .mCSB_scrollTools .mCSB_dragger {width: 11px;height: 11px !important;border-radius: 50%;background: #fbede0;}
.introduce2 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {display: none;}
.introduce2 .mCSB_scrollTools {width: 11px;top: 20px;bottom: 20px;}
.introduce3 {padding: 110px 0 0;}
.introduce3 .title {text-align: center;padding-bottom: 45px;}
.introduce3 .l {float: left;width: 479px;height: 709px;overflow: hidden;}
.introduce3 .l .scroll1 {height: 570px;margin: 70px 35px;color: #fff;font-family: "微软雅黑";}
.introduce3 .l .scroll1 .p, .introduce3 .l .scroll1 p {text-indent: 2em;}
.introduce3 .l .scroll1 .p +.p, .introduce3 .l .scroll1 p +p {padding-top: 20px;}
.introduce3 .mCSB_scrollTools .mCSB_draggerRail {background: #fbede0;}
.introduce3 .mCSB_scrollTools .mCSB_dragger {width: 11px;height: 11px !important;border-radius: 50%;background: #fbede0;}
.introduce3 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {display: none;}
.introduce3 .mCSB_scrollTools {width: 11px;top: 20px;bottom: 20px;}
.introduce3 .r {overflow: hidden;}
.introduce3 .r .img {width: 100%;height: 473px;overflow: hidden;margin-left: 30px;float: left;}
.introduce3 .r .img img {width: 100%;height: auto;}
.introduce3 .r .img1 {width: 345px;height: 206px;margin-top: 30px;}
.introduce4 {padding: 150px 0 0;}
.introduce4 .clear {overflow: hidden;}
.introduce4 .title {text-align: center;padding-bottom: 45px;}
.introduce4 .img {float: left;width: 709px;height: 480px;overflow: hidden;}
.introduce4 .text {overflow: hidden;height: 470px;margin: 5px 0;font-family: "微软雅黑";color: #745f52;padding: 0 30px 0 25px;}
.introduce4 .text .p, .introduce4 .text p {text-indent: 2em;}
.introduce4 .text .p +.p, .introduce4 .text p +p {padding-top: 20px;}
.introduce4 .mCSB_scrollTools .mCSB_draggerRail {background: #c19b78;}
.introduce4 .mCSB_scrollTools .mCSB_dragger {width: 11px;height: 11px !important;border-radius: 50%;background: #c19b78;}
.introduce4 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {display: none;}
.introduce4 .mCSB_scrollTools {width: 11px;top: 20px;bottom: 20px;}
.introduce5 {padding: 180px 0 0;}
.introduce5 .title {text-align: center;padding-bottom: 45px;}
.introduce5 .cont {height: 535px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.introduce5 .cont .text {height: 100%;background: rgba(0,0,0,0.2);width: 790px;overflow: hidden;}
.introduce5 .cont .text .scroll1 {margin: 70px 40px 70px 70px;font-family: "微软雅黑";color: #fff;line-height: 1.6;height: 395px;}
.introduce5 .cont .text .scroll1 .p, .introduce5 .cont .text .scroll1 p {text-indent: 2em;}
.introduce5 .cont .text .scroll1 .p +.p, .introduce5 .cont .text .scroll1 p +p {padding-top: 20px;}
.introduce5 .mCSB_scrollTools .mCSB_draggerRail {background: #fbede0;}
.introduce5 .mCSB_scrollTools .mCSB_dragger {width: 11px;height: 11px !important;border-radius: 50%;background: #fbede0;}
.introduce5 .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {display: none;}
.introduce5 .mCSB_scrollTools {width: 11px;top: 20px;bottom: 20px;}


.directory1 {padding-top: 100px;}
.directory1 .x-title {padding-bottom: 45px;}
.directory1 .table{ margin-bottom: 60px; background: url(../image/temp/bar9.png) center top no-repeat;font-family: "微软雅黑";}
.directory1 .table table{ width: 100%; text-align: center;}
.directory1 .table tr{}
.directory1 .table tr:hover{ color: #775c4a;}
.directory1 .table tbody tr{ border-bottom: 1px dashed #b5b5b5;}
.directory1 .table th{ height: 68px; font-weight: normal; font-size: 16px; }
.directory1 .table td{ height: 68px;}


.resource1{ padding-bottom: 100px;}
.resource1 .t_head{ padding: 100px 0 45px;}
.resource1 .waterfall{ font-family: "微软雅黑"; overflow: hidden;}
.resource1 .waterfall .play{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: url(../image/temp/png40.png) center no-repeat;}
.resource1 .waterfall .img{ position: relative; overflow: hidden;}
.resource1 .waterfall .img img{ display: block; width: 100%;height: auto;}
.resource1 .waterfall .cont{ padding: 27px 35px; background-color: #fff; text-align: center;}
.resource1 .waterfall .h16{ margin-bottom: 8px;}
.resource1 .waterfall .date{ font-family: Arial;}
.resource1 .wf-width{ width: 400px;}
.resource1 .wf-space{ width: 15px;}
.resource1 .wf-item{ width: 400px; margin-bottom: 22px;  opacity: 0; overflow: hidden;cursor: pointer;
	-webkit-transition: opacity 1s, transform 1s;
	-ms-transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s;
	
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
}
.resource1 .waterfall.show .wf-item{ opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.resource1 .wf-item:hover{ color: #9a2929;}


.movies1{ padding-bottom: 100px;}
.movies1 .t_head{ padding: 100px 0 45px;}
.movies1 .screen-mod{ margin-bottom: 40px;}
.movies1 .screen-mod .tab-box{ float: left;}
.movies1 .screen-mod .select-box{ float: right;}
.movies1 .screen-mod .bp-inner{ width: 100px;}
.movies1 .screen-mod .submit button{ width: 100px;}
.movies1 .waterfall{ font-family: "微软雅黑"; overflow: hidden;}
.movies1 .waterfall .play{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; background: url(../image/temp/png40.png) center no-repeat;}
.movies1 .waterfall .img{ position: relative; overflow: hidden;}
.movies1 .waterfall .img img{ display: block; width: 100%;height: auto;}
.movies1 .waterfall .cont{ padding: 27px 35px; background-color: #fff;}
.movies1 .waterfall .h16{ margin-bottom: 15px;}
.movies1 .waterfall .p{}
.movies1 .wf-width{ width: 400px;}
.movies1 .wf-space{ width: 15px;}
.movies1 .wf-item{ width: 400px; margin-bottom: 22px;  opacity: 0; overflow: hidden;
	-webkit-transition: opacity 1s, transform 1s;
	-ms-transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s;
	
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);
}
.movies1 .waterfall.show .wf-item{ opacity: 1;
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
}
.movies1 .wf-item:hover{ color: #9a2929;}


.t_head{ position: relative; padding: 36px 0 40px; font-family: 'fzqkbysjw'; text-align: center;}

.t_head .h30:before{ background-position: left; margin-right: 18px;}
.t_head .h30:after{ background-position: right; margin-left: 18px;}
.t_head .bp-inner{ width: 170px;}
.t_head .tab-box{ margin-top: 32px;}
.t_head .tab-link{ margin: 0 18px;}

.t_line{ position: absolute; left: 0; right: 0; bottom: 0; height: 17px;}
.t_line .bd{ position: absolute; left: 30px; right: 30px; bottom: 5px; border-top: 1px solid #d8d8d8;}
.t_line:before, .t_line:after{ content: ''; position: absolute; top: 0; width: 30px; height: 17px; background: url(../image/temp/png21.png) no-repeat;}
.t_line:before{ left: 0; background-position: left;}
.t_line:after{ right: 0; background-position: right;}

.bp-border{ position: relative; display: inline-block; padding: 0 10px; font-family: "微软雅黑"; vertical-align: middle; overflow: hidden;}
.bp-border:before, .bp-border:after{ content: ''; position: absolute; top: 0; bottom: 0; width: 10px; background: url(../image/temp/png23.png) no-repeat;}
.bp-border:before{ left: 0; background-position: left;}
.bp-border:after{ right: 0; background-position: right;}
.bp-border .bp-inner{ background: url(../image/temp/png25.png) repeat-x; line-height: 48px;}
.bp-border.cur, a.bp-border:hover{ color: #fff;}
.bp-border.cur:before, .bp-border.cur:after, a.bp-border:hover:before, a.bp-border:hover:after{ background-image: url(../image/temp/png24.png);}
.bp-border.cur .bp-inner, a.bp-border:hover .bp-inner{ background-image: url(../image/temp/png26.png);}

.txtcenter {text-align: center;}
.loader{ display: inline-block; padding-left: 30px; background: url(../image/temp/png38.png) left no-repeat; font-family: "微软雅黑"; font-size: 16px;}
.loader:hover{ color: #9a2929;}

.pop-image img {position: absolute;left: 50%;top: 50%;-webkit-transform: translate(-50%,-50%);-ms-transform: translate(-50%,-50%);transform: translate(-50%,-50%);max-width: 90%;max-height: 90%;}


.t_more{ position: relative; display: inline-block; padding: 0 22px; font-family: "微软雅黑"; vertical-align: middle;}
.t_more:before, .t_more:after{ content: ''; position: absolute; top: 0; bottom: 0; width: 21px; background: url(../image/temp/horn21_b.png) no-repeat;}
.t_more:before{ left: 0; background-position: left top;}
.t_more:after{ right: 0; background-position: right top;}
.t_more:hover{ color: #9a2929;}
.t_more:hover:before{ background-position: left bottom;}
.t_more:hover:after{ background-position: right bottom;}

.newsdetails1 {padding-bottom: 100px;}
.article-mod1{ font-family: "微软雅黑";}
.article-mod1 .article-title{ position: relative; padding-top: 40px; padding-bottom: 26px; text-align: center;}
.article-mod1 .article-title .h24{ margin-bottom: 15px;line-height: 1.6}
.article-mod1 .article-title .h16{ margin-bottom: 37px;}
.article-mod1 .article-title .h22{ margin-bottom: 37px;}
.article-mod1 .article-title .sub{ white-space: nowrap;}
.article-mod1 .article-title .sub-item{ position: relative; padding-left: 20px;}
.article-mod1 .article-title .sub-item + .sub-item{ margin-left: 75px;}
.article-mod1 .article-title .ico{ position: absolute; left: 0; top: 0; bottom: 0; margin: auto; width: 14px; height: 14px;}
.article-mod1 .article-title .en{ font-family: Arial;}
.article-mod1 .article-cont{ position: relative; padding: 20px 30px 57px; line-height: 1.7142;font-size: 16px;text-indent: 2em;}
.article-mod1 .article-cont p {margin-bottom: 15px;}
.article-mod1 .article-cont p:last-child {margin-bottom:0;}

.article-cont table{ display:block; margin:0 auto; border:0 !important; }
.article-mod1 .article-cont .imgs{ margin-bottom: 45px; overflow: hidden;}
.article-mod1 .article-cont .img{ float: left; width: 578px; height: 325px; overflow: hidden;}
.article-mod1 .article-cont .img + .img{ float: right;}
.article-mod1 .article-cont .img img{ display: block; width: 100%;}
.article-mod1 .article-cont img,.article-mod1 .article-cont video{ max-width: 100%; height: auto !important;margin-left: -2em;}
.article-mod1 .article-nav{ padding: 27px 30px; overflow: hidden;}
.article-mod1 .article-nav .more{ float: left;}
.article-mod1 .article-nav .author{ float: right;}


















/* ****************************************************** */


/* 2022-5-6lyj */
.measures3 .box .con span{display: inline-block;vertical-align: middle;}
.inherit1 .table table{width: 100%;}
.pop-video .pop-dialog{width: 854px;}
.inherit2 .cont .text{text-align: justify;text-justify: inter-ideograph;}
.products1 .cont .text{line-height: 1.5;}
.inherit3 .con .text{text-align: justify;text-justify: inter-ideograph;}
.inherit3 .con .text .p{line-height: 1.5;}
#fullpage .fp-controlArrow.block{display: block !important;}
#fullpage .slide6 .list{margin-right: 5.6%;}
#fullpage .slide3 .tab-item .p,
#fullpage .slide5 .item .scroll1 .h16,
.tool1 .list .item .text .p,
.visiting1 .list .item .text .p,
.technology1 .cont .text,
#fullpage .slide2 .text .p,
.technology1 .cont .text{text-align: justify;text-justify: inter-ideograph;}
#fullpage .slide2 .text .p p{text-align: justify !important; text-justify: inter-ideograph !important;}
.technology1 .cont .text .p, .technology1 .cont .text p,
.introduce1 .cont .scroll1 .p, .introduce1 .cont .scroll1 p,
.introduce2 .cont .text .p, .introduce2 .cont .text p,
.introduce3 .l .scroll1 .p, .introduce3 .l .scroll1 p,
.introduce4 .text .p, .introduce4 .text p,
#fullpage .slide6 .text .p,#fullpage .slide6 .text p,
.introduce5 .cont .text .scroll1 .p, .introduce5 .cont .text .scroll1 p,
.products1 .cont .text .p,.products1 .cont .text p,
.products3 .title .h18,
.products4 .text .p,.products4 .text p,.inherit1 .over .text p,
.inherit2 .cont .text .scroll1 .p,.inherit2 .cont .text .scroll1 p{text-align: justify !important; text-justify: inter-ideograph !important;}




/*	pc 端	*/
@media screen and (min-width: 1366px){
	
	/*	仅在 pc 端触发的效果类	*/
	
	.scaleimg:hover img{
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}

	#fullpage .slide1 .tab-item {transition: all 1.4s ease-in-out;transform: scale(0.3);}
	#fullpage .slide1.anim .tab-item {transform: none;}
	#fullpage .slide2 .logo1 {transition: all 1.4s ease-in-out;transform: scale(1.2);opacity: 0;}
	#fullpage .slide2.anim .logo1 {transform: none;opacity: 1;}
	#fullpage .slide2 .btn_wp .i1 {transition: all 1.4s ease-in-out;transform: translate(0,80%);opacity: 0;}
	#fullpage .slide2 .btn_wp .i2 {transition: all 1.4s ease-in-out 0.2s;transform: translate(0,80%);opacity: 0;}
	#fullpage .slide2 .btn_wp .i3 {transition: all 1.4s ease-in-out 0.4s;transform: translate(0,80%);opacity: 0;}
	#fullpage .slide2.anim .btn_wp .item {transform: none !important;opacity: 1;}
	#fullpage .slide3 .img1 {transition: all 1.2s ease-in-out;transform: scale(0.4);opacity: 0}
	#fullpage .slide3 .img2 {transition: all 1.2s ease-in-out 0.2s;transform: scale(0.4);opacity: 0;}
	#fullpage .slide3.anim .img {transform: none !important;opacity: 1;}
	#fullpage .slide4 .r_con .i1 {transition: all 1.2s ease-in-out;transform: translate(0,-100px);opacity: 0;}
	#fullpage .slide4 .r_con .i2 {transition: all 1.2s ease-in-out 0.2s;transform: translate(0,-100px);opacity: 0;}
	#fullpage .slide4 .r_con .i3 {transition: all 1.2s ease-in-out 0.4s;transform: translate(0,-100px);opacity: 0;}
	#fullpage .slide4 .r_con .i4 {transition: all 1.2s ease-in-out 0.6s;transform: translate(0,-100px);opacity: 0;}
	#fullpage .slide4 .r_con .i5 {transition: all 1.2s ease-in-out 0.8s;transform: translate(0,-100px);opacity: 0;}
	#fullpage .slide4 .r_con .i6 {transition: all 1.2s ease-in-out 1s;transform: translate(0,-100px);opacity: 0;}
	#fullpage .slide4.anim .r_con .item {transform: none !important;opacity: 1;}
	#fullpage .slide4.anim .r_con .i1 {transform: none !important;opacity: 1;}
}



/*	pc 端 1440 以下	*/
@media screen and (max-width: 1440px){

	#fullpage .slide4 .r_con .item .con .img img {max-width: 200px;}
	#fullpage .slide6 .text {width: 28%;left: 7%;}
	#fullpage .slide2 .btn_wp .i1 {height: 415px;}
	#fullpage .slide2 .btn_wp .i2 {height: 460px;}
	#fullpage .slide2 .btn_wp .i3 {height: 373px;}
	.home_bar .logo {margin-top: 20px;}
	.home_bar .logo .txt {font-size: 16px;}
	.home_bar .link {bottom: 20px;}
}

/*	pc 端 1440 以下	*/
@media screen and (max-width: 1366px){
	.home_bar .logo .img {margin-bottom: 10px;width: 35px;height: 35px;}
	.home_bar .logo .txt {font-size: 15px;}
	.home_bar .link .img {margin-top: 5px;}
	#fullpage .slide2 .btn_wp .i1 {height: 315px;}
	#fullpage .slide2 .btn_wp .i2 {height: 360px;}
	#fullpage .slide2 .btn_wp .i3 {height: 293px;}
	.home_bar .link {font-size: 15px;}
	#fullpage .slide2 .text {width: 34%;-webkit-transform: translateY(-50%);-ms-transform: translateY(-50%); transform: translateY(-50%);}
	#fullpage .slide2 .text .p {padding-top: 10px;}
	#fullpage .slide3 .tab-item .p {padding-top: 10px;}
	#fullpage .slide5 .item .scroll1 {max-height: 100px;}
	#fullpage .slide5 .item .scroll1 .h16 {font-size: 12px;}
	#fullpage .slide5 .item .text {padding-top: 40px;}
	.h48 {font-size: 44px;}
	#fullpage .slide6 .list .item:nth-child(odd) .bar .t {top: 40px;}
	#fullpage .slide6 .list .item:nth-child(even) .bar .t {bottom: 40px;}
	#fullpage .slide6 .list .i3 .bar {top: 30%;}
	#fullpage .slide6 .list {margin-left: 35%;}
	#fullpage .slide6 .list .i1 .bar {width: 44px;}
	#fullpage .slide4 .r_con .item .con .img img {max-width: 170px;}
	#fullpage .slide4 .r_con {bottom: 5%;}
	#fullpage .slide4 .r_con .more {bottom: 3%;}
	#fullpage .slide6 .list .item {width: 6%;}
	#fullpage .slide6 .list .item.now {width: 70%;}

}

@media screen and (max-width: 1025px){
	#fullpage .slide2 .text {width: 36%;}
	#fullpage .slide2 .btn_wp .item .ico {width: 50px;margin-bottom: 20px;}
	#fullpage .slide3 .text {width: 36%;right: 10%;}
	#fullpage .slide3 .tab-term {width: 146px;height: 48px;line-height: 48px;background-size: cover !important;}
	#fullpage .slide4 .r_con .item .con .img img {max-width: 145px;}
	#fullpage .slide4 .r_con .item .con .h24 {font-size: 16px;}
	#fullpage .slide4 .r_con .more {bottom: -2%;}
	#fullpage .slide4 .r_con {bottom: 10%;}
	#fullpage .slide5 .item .text {padding: 60px 15px 20px;}
	#fullpage .slide6 .list {margin-left: 43%;}
	#fullpage .slide6 .list .item {width: 9%;}
	#fullpage .slide6 .list .item.now {width: 54%;}
	#fullpage .slide6 .text {width: 35%;}
	#fullpage .fp-controlArrow {background-size: cover !important;width: 58px;height: 52px;}

}

/*	移动端 1024 以下	*/
@media screen and (max-width: 1020px){
	.h48 {font-size: 0.48rem;}
	.x-more {height: 0.8rem;line-height: 0.8rem;background-size: cover;width: 2.36rem;}
/*	返回顶部	*/
	.gotop .s{ font-size: 0.2rem;}

/*	弹窗	*/
	.pop-alert .pop-dialog{ width: 7rem; height: 5rem;}

/*	视频	*/
	.video-box{ height: 6rem;}
	.video-box .vjs-big-play-button:before{ width: 0.94rem; font-size: 0.6rem;}
	.pop-video .pop-dialog {width: 7rem;height: 4.8rem;}
	.pop-mod .pop-close {right: 0;top: -40px;}
	
	.pop-image .slick-mod{ width: 7rem;}
	.pop-image .slick-item .img{ margin-bottom: 0.2rem; height: 5rem;}
	.pop-image .slick-prev{ left: 0; right: auto; margin-right: 0;}
	.pop-image .slick-next{ left: auto; right: 0; margin-left: 0;}
	
	
/* ****************************************************** */
.home_bar {position: relative;width: 100%;height: 1.5rem;bottom: inherit;}
.home_bar .link {display: none;}
.home_bar .logo {margin-top: 0; left: 0.25rem;top: 50%;-webkit-transform: translateY(-50%); transform: translateY(-50%);position: absolute;}
.home_bar .logo .img {display: inline-block;vertical-align: middle;margin-bottom: 0;width: 0.5rem;height: 0.5rem;}
.home_bar .logo .txt {display: inline-block;vertical-align: middle;writing-mode: inherit;writing-mode: inherit;font-size: 0.24rem;margin-left: 0.1rem;text-align: left;}
.home_bar .logo .txt .g_txt:last-child {display: block;}
.menu {width: 0.88rem;height: 0.82rem;background-size: cover;right: 0.25rem;top: 0.32rem;}
.menu i {height: 2px;}
.menu .inner { font-size: 0.34rem;}
.menu i:nth-child(2) {top: 0.15rem;}
.menu i:nth-child(3) {top: 0.3rem;}
.nav_scroll .mar {left: 1.8%;}
.nav_scroll .mar .cont .middle-cont {padding-left: 0;}
.nav_scroll .mar .cont .middle-cont:before {display: none;}
.nav_scroll .mar .cont .item {width: 25%;}
.nav_scroll .mar .cont .item a {width: 0.7rem;background-size: cover;height: 2rem;line-height: 0.7rem;margin: 0 auto;}
.nav_scroll .mar .cont .item a .s1 {font-size: 0.26rem;}
.nav_scroll .mar .cont .close {width: 0.88rem;height: 0.82rem;background-size: cover;right: 0.3rem;top: 0.45rem;}


#fullpage .slide {overflow: hidden;background-size: cover !important;}
#fullpage .slide1 .tab-bar {overflow: hidden;}
#fullpage .slide1 .x-title {padding: 1rem 0.25rem 0;}
#fullpage .slide1 .tab-mod {padding: 0rem 0.25rem 0.8rem;}
#fullpage .slide1 .tab-item img {max-width: 100%;}
#fullpage .slide1 .tab-term {width: 16.6%;height: 1.2rem;float: left;margin: 0;}
#fullpage .slide2 {padding: 1rem 0.25rem;}
#fullpage .slide2 .text .h48 {text-align: center;}
#fullpage .slide2 .logo1 {width: 1.2rem;left: auto;right: 0.6rem;top: 0.2rem;}
#fullpage .slide2 .text {width: auto;position: static;overflow: hidden;-webkit-transform: none;transform: none;}
#fullpage .slide2 .text .p {padding-top: 0.15rem;}
#fullpage .slide2 .text .x-more {margin: 0.4rem auto 0;}
#fullpage .slide2 .btn_wp {position: static;padding-top: 0.6rem;}
#fullpage .slide2 .btn_wp .item {display: block;width: auto;height: auto !important;text-align: left;padding: 0.3rem 0.2rem;margin-top: 0.2rem;}
#fullpage .slide2 .btn_wp .item .ico {display: inline-block;vertical-align: middle;width: 0.8rem;margin-bottom: 0;}
#fullpage .slide2 .btn_wp .item .h16 {writing-mode: inherit;writing-mode: inherit;display: inline-block; vertical-align: middle;padding-left: 0.2rem;}
#fullpage .slide3 {padding: 1rem 0.25rem;overflow: hidden;}
#fullpage .slide3 .h48 {text-align: center;}
#fullpage .slide3 .img {position: static;width: 50%;float: left;margin-top: 0.4rem;}
#fullpage .slide3 .text {position: static;width: auto;-webkit-transform: translateY(0%);transform: translateY(0%);}
#fullpage .slide3 .tab-bar {text-align: center;padding: 0.3rem 0 0.3rem;}
#fullpage .slide3 .tab-term {height: 0.8rem;line-height: 0.8rem;width: 2.36rem;background-size: cover !important;margin: 0 0.15rem;}
#fullpage .slide3 .tab-item .p {padding-top: 0.15rem;}
#fullpage .slide3 .tab-item .x-more {margin: 0.4rem auto 0;}
#fullpage .slide4 {padding: 1rem 0.25rem;}
#fullpage .slide4 .l_img {background: none !important;position: static;width: auto;text-align: center;}
#fullpage .slide4 .l_img .h48 {position: static;-webkit-transform: translateY(0%);transform: translateY(0%);padding: 0 0 0.4rem;color: #463429;}
#fullpage .slide4 .r_con {position: static;left: auto;}
#fullpage .slide4 .r_con .item {position: static;width: auto;background: none;padding: 0 0 0.6rem !important;}
#fullpage .slide4 .r_con .item .con {position: static;-webkit-transform: translateY(0%);transform: translateY(0%);display: block;}
#fullpage .slide4 .r_con .item .con .img {padding-bottom: 0.2rem;}
#fullpage .slide4 .r_con .item .con .img img {max-width: 4rem;}
#fullpage .slide5 {padding: 1rem 0.25rem;}
#fullpage .slide5 .item {display: inline-block;width: 100%;margin-top: 0.2rem;}
#fullpage .slide5 .item.now {-webkit-transform: scale(1);transform: scale(1);}
#fullpage .slide5 .tab-term {height: 0.8rem;line-height: 0.8rem;width: 2.36rem;background-size: cover !important;margin: 0 0.15rem;}
#fullpage .slide5 .item.now .scroll1 {display: none;}
#fullpage .slide5 .item.now .text {background: none;}
#fullpage .slide5 .item .text {padding: 0.3rem 0.2rem;}
#fullpage .slide5 .x-more {margin-top: 0.5rem;}
#fullpage .slide5 .tab-bar {padding: 0.3rem 0;}
#fullpage .slide5 .item .text .h30 {font-size: 0.34rem;}
#fullpage .slide5 .i1 {width: 1.4rem;height: 1.4rem;}
#fullpage .slide5 .i2 {width: 1.4rem;height: 1.4rem;}
#fullpage .slide6 {padding: 1rem 0.25rem;}
#fullpage .slide6 .bgi1 {width: 1.4rem;height: 1.4rem;}
#fullpage .slide6 .bgi2 {width: 1.4rem;height: 1.4rem;right: 1.4rem;top: 1.4rem;}
#fullpage .slide6 .text {position: static;-webkit-transform: translateY(0%);transform: translateY(0%);width: auto;}
#fullpage .slide6 .text .h48 {text-align: center;}
#fullpage .slide6 .text .p {padding-top: 0.15rem;}
#fullpage .slide6 .list {height: auto;margin-left: 0;margin-right: 0;padding-top: 0.2rem;}
#fullpage .slide6 .list .item {float: none;width: auto;margin-top: 0.6rem;}
#fullpage .slide6 .list .item.now {width: auto;}
#fullpage .slide6 .list .item .bar {bottom: 0 !important;top: 0 !important;width: auto;position: static;background: none !important;}
#fullpage .slide6 .list .item .bar .t {position: static;line-height: 1.6;}
#fullpage .slide6 .list .item .bar .t .h24 {width: auto;}
#fullpage .slide6 .list .item .bar .t .h18 {width: auto;margin-top: 0;}
#fullpage .slide6 .list .item .bar .t .h24:before, #fullpage .slide6 .list .item .bar .t .h24:after {display: none;}
#fullpage .slide6 .list .item .bar:hover .t, #fullpage .slide6 .list .item.now .bar .t {color: inherit;}
#fullpage .slide6 .list .item .bar:hover .t .h18, #fullpage .slide6 .list .item.now .bar .t .h18 {color: #745f52;}
#fullpage .slide6 .list .item .img {position: static;-webkit-transform: translateY(0%);transform: translateY(0%);display: block;width: auto;margin: 0 1rem;}
#fullpage .slide6 .text .x-more {margin: 0.4rem auto 0;}


.mCSB_inside > .mCSB_container {margin-right: 0.3rem;}
.introduce {padding-bottom: 1rem;}
.introduce1 .cont {margin-top: 1rem;}
.introduce1 {height: auto;padding-bottom: 1.2rem;}
.introduce1 .cont {border-radius: 16px;padding: 0.5rem 0.3rem;}
.introduce1 .cont .scroll1 .p +.p, .introduce1 .cont .scroll1 p +p {padding-top: 0.15rem;}
.introduce1 .cont .scroll1 {height: 4.8rem;}
.introduce2 {padding: 1rem 0 0;}
.introduce2 .title {padding-bottom: 0.4rem;}
.introduce2 .cont {height: auto;background: none !important;}
.introduce2 .cont .text {position: static;width: auto;height: 4.8rem;color: #745f52;}
.introduce2 .cont .text .p +.p, .introduce2 .cont .text p +p {padding-top: 0.15rem;}
.introduce2 .mCSB_scrollTools .mCSB_draggerRail {background: #c19b78;}
.introduce2 .mCSB_scrollTools .mCSB_dragger {width: 11px;height: 11px !important;border-radius: 50%;background: #c19b78;}
.introduce3 {padding: 1rem 0 0;}
.introduce3 .title {padding-bottom: 0.4rem;}
.introduce3 .l {width: auto;height: auto;float: none;}
.introduce3 .l .scroll1 {margin: 0.5rem 0.3rem;height: 4.8rem;}
.introduce3 .r .img {width: 100% !important;height: auto !important;margin: 0.2rem 0 0 0 !important;}
.introduce4 {padding: 1rem 0 0;}
.introduce4 .title {padding-bottom: 0.4rem;}
.introduce4 .img {float: none;width: 100%;height: auto;}
.introduce4 .text {height: 4.8rem;margin: 0.4rem 0.3rem 0;padding: 0;}
.introduce5 {padding: 1rem 0 0;}
.introduce5 .title {padding-bottom: 0.4rem;}
.introduce5 .cont {height: auto;}
.introduce5 .cont .text {width: auto;}
.introduce5 .cont .text .scroll1 {margin: 0.5rem 0.3rem;height: 4.8rem;}
.inherit {padding: 0 0 0.4rem;}
.inherit1 {padding: 1rem 0;}
.inherit1 .x-title {padding-bottom: 0.4rem;}
.inherit1 .over .text {height: 3.6rem;}
.inherit1 .over .text .p+.p, .inherit1 .over .text p+p {padding-top: 0.15rem;}
.inherit1 .over .arr {margin-top: 0.4rem;}
.inherit1 .over {padding-bottom: 0.8rem;}
.inherit1 .tit {padding-bottom: 0.4rem;}
.inherit1 .table table {white-space: nowrap;width: 1230px;}
.inherit1 .scroll1 {overflow-x: auto;}
.inherit1 .table table+table {margin-top: 0.2rem;}
.inherit2 {padding-bottom: 1rem;}
.inherit2 .tit {text-align: center;padding-bottom: 0.4rem;}
.inherit2 .cont .pic {position: relative;width: 100%;height: auto;}
.inherit2 .cont .text {width: auto;margin-top: 0.3rem;padding: 0.5rem 0.3rem;}
.inherit2 .cont .text .scroll1 {height: 4.8rem;}
.inherit2 .cont .text .scroll1 .p +.p, .inherit2 .cont .text .scroll1 p +p {padding-top: 0.15rem;}
.inherit3 .tit {padding-bottom: 0.4rem;}
.inherit3 .slick-item .con+.con {margin-left: 0;margin-top: 0.6rem;}
.inherit3 .con {width: auto;float: none;}
.inherit3 .con .pic {width: 3rem;height: 3rem;}
.inherit3 .con .pic a {opacity: 1;visibility: visible;-webkit-transform: none;transform: none;background: rgba(0,0,0,0);line-height: 5rem;}
.inherit3 .con .top .h24 {padding: 0.6rem 0 0.1rem;}
.inherit3 .con .top {margin-right: 50%;}
.inherit3 .con .text .h18 {padding-bottom: 0.2rem;}
.inherit3 .con .text {margin-right: 0;margin-top: 0.6rem;padding: 0.5rem 0.3rem;}
.inherit3 .slick-item {padding-bottom: 0.6rem;}
.banner .slick-item {height: 6rem;}
.banner .slick-prev {margin: 0;left: 0.25rem;}
.banner .slick-next {margin: 0;right: 0.25rem;}
.banner .slick-item .h30 {bottom: 1rem;font-size: 0.34rem;}
.banner .slick-item .play {width: 1.6rem;height: 1.6rem;background-size: cover;}
.inherit_xx {padding-bottom: 0.85rem;}
.inherit_xx1 {padding-top: 0.6rem;}
.inherit_xx1 .text {width: auto;float: none;padding-top: 0;margin-right: 0;}
.inherit_xx1 .text .h30 {padding: 0.4rem 0 0.15rem;}
.inherit_xx1 .img {width: 6rem;height: 6rem;margin: 0.4rem auto;}
.inherit_xx1 .cont .h20 {padding-bottom: 0.05rem;}
.inherit_xx1 .cont .h16 {padding-bottom: 0.15rem;}

.measures {padding-bottom: 1rem;}
.measures1 {padding: 1rem 0 0;}
.measures1 .x-title {padding-bottom: 0.4rem;}
.measures1 .title {padding-bottom: 0.4rem;}
.measures1 .pic {float: none;width: auto;}
.measures1 .text {margin-top: 0.3rem;padding: 0rem 0rem;}
.measures1 .text .scroll1 {height: 4.8rem;}
.measures1 .text .scroll1 .p+.p, .measures1 .text .scroll1 p+p {padding-top: 0.15rem;}
.measures2 {padding: 1rem 0 0;}
.measures2 .fun .slick-arrow {margin: 0 0.3rem;}
.measures2 .slick-item .h20 {padding-top: 0.3rem;}
.measures2 .fun {margin-top: 0.5rem;}
.measures2 .slick-item .mask {opacity: 1;visibility: visible;}
.measures2 .slick-item .mask .play {width: 1.2rem;height: 1.2rem;margin-bottom: 0.3rem;}
.measures2 .slick-item .mask .con {bottom: 0.4rem;}
.measures2 .slick-item .img {height: auto;}
.measures3 {padding: 1rem 0 0;}
.measures3 .title {padding: 0 0 0rem;}
.measures3 .title .h18 {padding-top: 0.15rem;}
.measures3 .box .tit {padding: 0.8rem 0 0.4rem;}
.measures3 .box .con .line+.line {margin-top: 0.3rem;}
.measures3 .box .table {overflow-x: auto;}
.measures3 .box .table table {white-space: nowrap;min-width: 600px;}

.products {padding-bottom: 1rem;}
.products1 {padding: 1rem 0;}
.products1 .x-title {padding-bottom: 0.4rem;}
.products1 .title {padding-bottom: 0.4rem;}
.products1 .cont {height: auto;}
.products1 .cont .img {display: none;}
.products1 .cont .text {width: auto;padding: 0;margin: 0;}
.products1 .cont .text .scroll1 {width: auto;height: 4.8rem;}
.products1 .cont .text .p +.p, .products1 .cont .text p +p {padding-top: 0.15rem;}
.products2 .slick-item {height: 7rem;}
.products2 .slick-item {height: 6rem;}
.products2 .slick-prev {margin: 0;left: 0.25rem;}
.products2 .slick-next {margin: 0;right: 0.25rem;}
.products2 .slick-item .h30 {bottom: 1rem;font-size: 0.34rem;}
.products2 .slick-item .h48 {top: 1rem;}
.products2 .slick-item .play {width: 1.6rem;height: 1.6rem;background-size: cover;}
.products3 {padding: 1rem 0 0;}
.products3 .title {padding: 0 0 0.4rem;}
.products3 .title .h18 {padding-top: 0.15rem;}
.products3 .slick-item .img {height: auto;}
.products3 .slick-item .txt {line-height: 1rem;}
.products3 .fun {margin-top: 0.5rem;}
.products4 {padding: 1rem 0 0;}
.products4 .img {width: calc(50% - 0.1rem);height: auto;float: left;margin: 0;}
.products4 .img2 {float: right;}
.products4 .text {margin-top: 0.6rem;width: 100%;margin-right: 0;}
.products4 .text .h24 {padding-bottom: 0.2rem;}
.products4 .text .p +.p, .products4 .text p +p {padding-top: 0.15rem;}

.technology {padding-bottom: 1rem;}
.technology1 {padding: 1rem 0 0;}
.technology1 .x-title {padding-bottom: 0.4rem;}
.technology1 .cont {padding: 0 0;}
.technology1 .cont .text {padding: 0 0 0.6rem;}
.technology1 .cont .box .link_wp a .middle-cont {font-size: 0.38rem;}
.technology1 .cont .box .link_wp a:hover .middle-cont {font-size: 0.38rem;}

.tool {padding-bottom: 1rem;}
.tool1 {}
.tool1 .list .item {padding: 0.3rem 0.3rem;}
.tool1 .list .item .img {float: none;width: 100%;height: auto;}
.tool1 .list .item .text {padding: 0.4rem 0.3rem 0.2rem;}
.tool1 .list .item .text .h24 {padding: 0 0 0.15rem;}
.tool1 .list .item .text .x-more {margin-top: 0.3rem;}
.tool1 .list .item+.item {margin-top: 0.3rem;}

.visiting {padding-bottom: 1rem;}
.visiting1 {padding: 1rem 0;}
.visiting1 .x-title {padding-bottom: 0.4rem;}
.visiting1 .list .item .img {width: 100%;height: auto;float: none !important;}
.visiting1 .list .item .text {float: none !important;width: auto;padding-top: 0.6rem;}
.visiting1 .list .item .text .h24 {padding-bottom: 0rem;}
.visiting1 .list .item .text .p {padding-top: 0.1rem;}
.visiting1 .list .item .text .x-more {margin-top: 0.3rem;}
.visiting1 .list .item +.item {margin-top: 0.8rem;}
.visiting2 .swiper-slide{height: auto;}
.visiting2 .swiper-slide .text{padding: 0.15rem 0.3rem;opacity: 1;visibility: visible;transition: none;bottom: 0;}
.visiting2 .swiper-button-prev, .visiting2 .swiper-button-next{width: 0.8rem;height: 0.8rem;margin: 0;background: none;text-align: center;line-height: 0.8rem;}
.visiting2 .swiper-button-prev::before, .visiting2 .swiper-button-next::before{font-size: 0.3rem;color: #fff;cursor: pointer;font-family: "xfont" !important;font-style: normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale;}
.visiting2 .swiper-button-prev{left: 0;}
.visiting2 .swiper-button-prev:before {content: '\e756';}
.visiting2 .swiper-button-next{right: 0;}
.visiting2 .swiper-button-next:before {content: '\e757';}

.measures2 .title {padding-bottom: 0.4rem;}
.inherit1 .list .scroll1 {max-height: 4.8rem;}


.directory1 {padding: 1rem 0 0;}
.directory1 .x-title {padding-bottom: 0.4rem;}
.directory1 .table{ margin-bottom: 0.5rem; background-size: 100% 0.7rem; overflow-x: auto;}
.directory1 .table table{ width: auto;}
.directory1 .table th{ padding: 0 0.2rem; width: auto; height: 0.7rem; font-size: 0.28rem; white-space: nowrap;}
.directory1 .table td{ padding: 0 0.2rem; height: 0.7rem; white-space: nowrap;}


.t_head{ padding: 0.5rem 0;}
.t_head .h30{ line-height: 1.2;}
/*.t_head .h30::before, .t_head .h30::after{ position: relative; top: 0.05rem; width: 0.22rem; height: 0.44rem; background-size: 200%;}*/
/*.t_head .h30::before{ margin-right: 0.2rem;}*/
/*.t_head .h30::after{ margin-left: 0.2rem;}*/
.t_head .tab-box{ margin-top: 0.3rem;}
.t_head .tab-link{ margin: 0 0.1rem 0.2rem;}
.t_head .bp-inner{ padding: 0 0.2rem; width: auto;}

.t_line{ height: 0.17rem;}
.t_line::before, .t_line::after{ width: 0.3rem; height: 0.17rem; background-size: 200%;}
.t_line::before{}
.t_line::after{}
.t_line .bd{ left: 0.3rem; right: 0.3rem; bottom: 0.05rem;}

.bp-border{ padding: 0 0.12rem;}
.bp-border:before, .bp-border:after{ width: 0.12rem; background-size: 200%;}
.bp-border .bp-inner{ line-height: 0.58rem; background-size: contain;}

.resource1 .wf-item, .movies1 .wf-item {width: 100%;}
.resource1 .t_head {padding: 1rem 0 0.4rem;}
.movies1 .t_head {padding: 1rem 0 0.4rem;}
.resource1 {padding-bottom: 1rem;}
.movies1 {padding-bottom: 1rem;}
.tool1 .page-mod {padding-top: 0.5rem;}
#fullpage .slide4 .r_con .more {position: static;}
/* ****************************************************** */
	.article-mod1 .article-title{ padding-top: 0.5rem; padding-bottom: 0.3rem;}
	.article-mod1 .article-title .h24{ margin-bottom: 0.3rem;}
	.article-mod1 .article-title .sub{ padding: 0 0.2rem; white-space: normal;}
	.article-mod1 .article-title .sub-item{ display: block; padding-left: 0.35rem; text-align: left;}
	.article-mod1 .article-title .sub-item + .sub-item{ margin-left: 0; margin-top: 0.1rem;}
	.article-mod1 .article-title .ico{ width: 0.24rem; height: 0.24rem;}
	.article-mod1 .article-cont{ padding: 0.2rem;}
	.article-mod1 .article-cont .imgs{ margin-bottom: 0.3rem;}
	.article-mod1 .article-cont .img{ float: none; width: 100%; height: auto;}
	.article-mod1 .article-cont .img + .img{ float: none; margin-top: 0.2rem;}
	.article-mod1 .article-cont .p,.article-mod1 .article-cont p{ margin-bottom: 0.2rem;}
	.article-mod1 .article-nav{ padding: 0.2rem;}
	.newsdetails1 {padding-bottom: 1rem;}
	.inherit_xx1 .cont video {max-height: 4.6rem;max-width: 100%;}
	.pop-video .pop-cont video{object-fit:contain;}
	.introduce5{padding: 1rem 0 0 !important;}
	.article-mod1 .article-title{padding-top: 1rem;}
}


