.wrapper {
	z-index:5;
-webkit-transition:-webkit-transform .5s;
transition:transform .5s;
overflow:hidden;

}
.wrapper.mm-menu-open {
	-webkit-transform:translateX(300px);
	-ms-transform:translateX(300px);
	transform:translateX(300px)
}

.mm-menu-toggle {
	position:absolute;
	top:12px;
	right:12px;
	z-index:20;
	width:24px;
	height:18px;
	background:-webkit-linear-gradient(90deg, rgba(33, 33, 33, 0), rgba(33, 33, 33, 0) 7px, #212121 7px, #212121 11px, rgba(33, 33, 33, 0) 11px, rgba(33, 33, 33, 0) 18px);
	background:linear-gradient(0deg, rgba(33, 33, 33, 0), rgba(33, 33, 33, 0) 7px, #212121 7px, #212121 11px, rgba(33, 33, 33, 0) 11px, rgba(33, 33, 33, 0) 18px);
	font-size:0;
	text-indent:-9999px;
	display:none;
	z-index:999999
}
@media(max-width:1024px){
.mm-menu-toggle {
	position:absolute;
	top:30px;
	right:12px;
	z-index:20;
	width:24px;
	height:18px;
	background:-webkit-linear-gradient(90deg, rgba(33, 33, 33, 0), rgba(33, 33, 33, 0) 7px, #333 7px, #333 11px, rgba(33, 33, 33, 0) 11px, rgba(33, 33, 33, 0) 18px);
	background:linear-gradient(0deg, rgba(33, 33, 33, 0), rgba(33, 33, 33, 0) 7px, #333 7px, #333 11px, rgba(33, 33, 33, 0) 11px, rgba(33, 33, 33, 0) 18px);
	font-size:0;
	text-indent:-9999px;
	display:block;
}	
}
.mm-menu-toggle::after, .mm-menu-toggle::before {
display:block;
position:absolute;
left:0;
width:100%;
height:4px;
background-color:#333;
content:"";
z-index:9999999

}
.mm-menu-toggle::before {
top:0;
-webkit-transform-origin:bottom left;
-ms-transform-origin:bottom left;
transform-origin:bottom left
}
.mm-menu-toggle::after {
bottom:0;
-webkit-transform-origin:top left;
-ms-transform-origin:top left;
transform-origin:top left
}
.mm-menu-toggle, .mm-menu-toggle::after, .mm-menu-toggle::before {
-webkit-transition:all .5s;
transition:all .5s
}
.mm-menu-toggle.active {
	-webkit-transform:rotate(360deg);
	-ms-transform:rotate(360deg);
	transform:rotate(360deg)
}



.mm-menu-toggle.active::before {
width:75%;
-webkit-transform:translateY(7px) rotate(-45deg);
-ms-transform:translateY(7px) rotate(-45deg);
transform:translateY(7px) rotate(-45deg)
}
.mm-menu-toggle.active::after {
width:75%;
-webkit-transform:translateY(-7px) rotate(45deg);
-ms-transform:translateY(-7px) rotate(45deg);
transform:translateY(-7px) rotate(45deg)
}
.mm-menu {
	position:fixed;
	top:85px;
	right:0;
	z-index:10;
	background-color:#fff;
	width:100%;
	height:100%;
	overflow-y:auto;
	box-shadow:0;
	-webkit-transform:translateX(100%);
	-ms-transform:translateX(100%);
	transform:translateX(100%);
-webkit-transition:-webkit-transform .3s, box-shadow .3s;
transition:transform .3s, box-shadow .3s;

}
.mm-menu.active {
	box-shadow:0 2px 8px rgba(0, 0, 0, .2);
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0)
}
@media all and (min-width:300px) {
.mm-menu {
width:200px;
-webkit-transform:translateX(200px);
-ms-transform:translateX(200px);
transform:translateX(200px);
top:81px;
z-index:9999
}

}
.mm-menu__header {
	position:relative;
	width:100%;
	height:188px;
	background-color:#CDDC39
}
.mm-menu__title {
	position:absolute;
	bottom:12px;
	left:12px;
	margin:0;
	padding:0;
	color:#fff;
	font-size:22px
}
.mm-menu__items {
	list-style:none;
	margin:0;
	padding:0
}
.mm-menu__item {
	display:block;
	width:100%;
	opacity:0;
	-webkit-transform:translateX(-50%);
	-ms-transform:translateX(-50%);
	transform:translateX(-50%)
}
.mm-menu__item.in-view {
	opacity:1;
	-webkit-transform:translateX(0);
	-ms-transform:translateX(0);
	transform:translateX(0)
}
.mm-menu__item.item-1 {
-webkit-transition:opacity .5s .1s, -webkit-transform .5s .1s;
transition:opacity .5s .1s, transform .5s .1s
}
.mm-menu__item.item-2 {
-webkit-transition:opacity .5s .2s, -webkit-transform .5s .2s;
transition:opacity .5s .2s, transform .5s .2s
}
.mm-menu__item.item-3 {
-webkit-transition:opacity .5s .3s, -webkit-transform .5s .3s;
transition:opacity .5s .3s, transform .5s .3s
}
.mm-menu__item.item-4 {
-webkit-transition:opacity .5s .4s, -webkit-transform .5s .4s;
transition:opacity .5s .4s, transform .5s .4s
}
.mm-menu__item.item-5 {
-webkit-transition:opacity .5s .5s, -webkit-transform .5s .5s;
transition:opacity .5s .5s, transform .5s .5s
}
.mm-menu__item.item-6 {
-webkit-transition:opacity .5s .6s, -webkit-transform .5s .6s;
transition:opacity .5s .6s, transform .5s .6s
}
.mm-menu__item.item-7 {
-webkit-transition:opacity .5s .7s, -webkit-transform .5s .7s;
transition:opacity .5s .7s, transform .5s .7s
}
.mm-menu__item.item-8 {
-webkit-transition:opacity .5s .8s, -webkit-transform .5s .8s;
transition:opacity .5s .8s, transform .5s .8s
}
.mm-menu__item.item-9 {
-webkit-transition:opacity .5s .9s, -webkit-transform .5s .9s;
transition:opacity .5s .9s, transform .5s .9s
}
.mm-menu__item.item-10 {
-webkit-transition:opacity .5s 1s, -webkit-transform .5s 1s;
transition:opacity .5s 1s, transform .5s 1s
}
.mm-menu__item.item-11 {
-webkit-transition:opacity .5s 1.1s, -webkit-transform .5s 1.1s;
transition:opacity .5s 1.1s, transform .5s 1.1s
}
.mm-menu__item.item-12 {
-webkit-transition:opacity .5s 1.2s, -webkit-transform .5s 1.2s;
transition:opacity .5s 1.2s, transform .5s 1.2s
}
.mm-menu__item.item-13 {
-webkit-transition:opacity .5s 1.3s, -webkit-transform .5s 1.3s;
transition:opacity .5s 1.3s, transform .5s 1.3s
}
.mm-menu__item.item-14 {
-webkit-transition:opacity .5s 1.4s, -webkit-transform .5s 1.4s;
transition:opacity .5s 1.4s, transform .5s 1.4s
}
.mm-menu__item.item-15 {
-webkit-transition:opacity .5s 1.5s, -webkit-transform .5s 1.5s;
transition:opacity .5s 1.5s, transform .5s 1.5s
}
.mm-menu__item.item-16 {
-webkit-transition:opacity .5s 1.6s, -webkit-transform .5s 1.6s;
transition:opacity .5s 1.6s, transform .5s 1.6s
}
.mm-menu__item.item-17 {
-webkit-transition:opacity .5s 1.7s, -webkit-transform .5s 1.7s;
transition:opacity .5s 1.7s, transform .5s 1.7s
}
.mm-menu__item.item-18 {
-webkit-transition:opacity .5s 1.8s, -webkit-transform .5s 1.8s;
transition:opacity .5s 1.8s, transform .5s 1.8s
}
.mm-menu__item.item-19 {
-webkit-transition:opacity .5s 1.9s, -webkit-transform .5s 1.9s;
transition:opacity .5s 1.9s, transform .5s 1.9s
}
.mm-menu__item.item-20 {
-webkit-transition:opacity .5s 2s, -webkit-transform .5s 2s;
transition:opacity .5s 2s, transform .5s 2s
}
.mm-menu__link {
	display:block;
	position:relative;
	overflow:hidden;
	margin:4px 0;
	padding:12px;
	color:#727272;
	font-size:16px;
	text-decoration:none;
-webkit-transition:background .5s, color .5s;
transition:background .5s, color .5s
}
.mm-menu__link-text {
	position:relative;
	z-index:2; color:#252525;
}
.mm-menu__link--touch-effect {
	display:block;
	position:absolute;
	z-index:1;
	width:0;
	height:0;
	border-radius:100%;
	-webkit-transform:scale(0);
	-ms-transform:scale(0);
	transform:scale(0);
	-webkit-transform-origin:50% 50%;
	-ms-transform-origin:50% 50%;
	transform-origin:50% 50%
}
.mm-menu__link--touch-effect.animating {
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
-webkit-transition:-webkit-transform .5s;
transition:transform .5s
}
.mm-menu-mask {
	display:block;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	width:100%;
	height:100%;
	background-color:rgba(0, 0, 0, .8);
	visibility:hidden;
	opacity:0;
-webkit-transition:opacity .5s, visibility .5s;
transition:opacity .5s, visibility .5s
}
.mm-menu-mask.active {
	visibility:visible;
	opacity:1
}/*!
 *  Material Design Iconic Font 1.0.1 by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - https://github.com/zavoloklom/material-design-iconic-font/blob/gh-pages/License.md (Attribution-ShareAlike 4.0 International license)
 */




#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
	margin-top:20px;
	margin-right:20px;
	float:right;
}
@media(max-width:414px){
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
	margin-top:20px;
	margin-right:15px;
	float:right;
}	
}

#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    border-radius: 10px;
    color: black;
    background-color: white;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}

#menu-wrapper #hamburger-menu span:nth-child(1) {
    top: 0;
}
#menu-wrapper #hamburger-menu span:nth-child(2) {
    top: 9px;
}
#menu-wrapper #hamburger-menu span:nth-child(3) {
    top: 18px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
.head{ padding:0 15px; font-size:14px;}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: 60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#menu-container .menu-list .menu-submenu {
    padding-top: 0px;
    padding-bottom: 0px;
}
#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: fixed;
    width: 100%;
    background: white;
    box-shadow: rgba(100,100,100,0.2) 6px 2px 10px;
    z-index: 999999999;
    overflow-y: auto;
    overflow-x: hidden;
    right: -100%;
	top:60px;
	
}

#menu-container .menu-list li.accordion-toggle, #menu-container .menu-list .menu-login {
    font-size: 16px;
    padding: 15px;
    text-transform: uppercase;
    border-top: 1px solid #dbdcd2;
}

 .menu-list li {
    font-size: 16px;
    padding: 15px;
    text-transform: uppercase;
    border-top: 1px solid #dbdcd2;
}

.menu-list {
	/* height:480px;
	overflow:hidden; */
	overflow-y:scroll;
}
.menu-list::-webkit-scrollbar-track{background-color: #e0e0e0;}
.menu-list::-webkit-scrollbar{width: 0px;background-color:#e0e0e0;}
.menu-list::-webkit-scrollbar-thumb{background-color: #fc5239;border: 2px solid #fc5239;}

.menu-list li a{ color:#151515; font-size:16px;}
.menu-list li a.head{ font-size:14px;}
.menu-list li:first-of-type {
    border-top: 0;
}

.accordion-toggle, .accordion-content {
    cursor: pointer;
    font-size: 16px;
    position: relative;
    letter-spacing: 1px;
}

  .accordion-content {
    display: none;
}

.accordion-toggle a:before, .accordion-toggle a:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 2px;
    margin-top: -1px;
    background-color: #5a5858;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s ease-out;
}

.accordion-toggle a:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 1;
    z-index: 2;
}

.accordion-toggle.active-tab {
	border-bottom:1px solid #dbdcd2;
  transition: all 0.3s ease;
}
.accordion-toggle a.active:before {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    background: #333 !important;
}

.accordion-toggle a.active:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background: #fff !important;
    opacity: 0;
}

/* 2022-02-16 */
.ex2-index-title {
	position: relative;
	padding: 100px 0;
	text-align: center;
	background-color: #fff;
}
.ex2-index-title::after {
	position: absolute;
	left: 50%;
	bottom: 90px;
	transform: translateX(-50%);
	content: '';
	width: 60px;
	height: 4px;
	background-color: #E94820;
}
.ex2-index-title > p {
	text-align: center;
	line-height: 1;
	font-size: 38px;
	font-weight: bold;
	color: #4C4948;
	margin-bottom: 10px;
}
.ex2-index-title > span {
	font-size: 18px;
	color: #7d7d7d;
	line-height: 1;
}
.ex2-box {
	background-color: #fff;
}
.gb-box {
	width: 1015px;
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	justify-content: space-between;
}
.gb-box > div {
	flex: 0 0 500px;
	height: 350px;
	background-color: #eee;
	margin-bottom: 15px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all .2s;
}
.tb1 {
	background-image: url('../images/index/tb1.jpg');
}
.tb1:hover {
	background-image: url('../images/index/tb1_ex.jpg');
}
.tb2 {
	background-image: url('../images/index/tb2.jpg');
}
.tb2:hover {
	background-image: url('../images/index/tb2_ex.jpg');
}
.tb3 {
	background-image: url('../images/index/tb3.jpg');
}
.tb3:hover {
	background-image: url('../images/index/tb3_ex.jpg');
}
.tb4 {
	background-image: url('../images/index/tb4.jpg');
}
.tb4:hover {
	background-image: url('../images/index/tb4_ex.jpg');
}
.inx-tb {
	position: relative;
	overflow: hidden;
}
.inx-tb > span {
	position: absolute;
	width: 100%;
	text-align: center;
	line-height: 36px;
	left: 0;
	bottom: 20px;
	font-size: 26px;
	color: rgba(255, 255, 255, .6);
	transition: all .2s;
}
.inx-tb > a {
	position: absolute;
	transform: translateX(-50%);
	left: 50%;
	bottom: -44px;
	width: 120px;
	height: 42px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #E94820;
	color: #fff;
	font-size: 20px;
	transition: all .2s;
}
.inx-tb:hover > span {
	bottom: 100px;
	color: rgba(255, 255, 255, 1);
}
.inx-tb:hover > a {
	bottom: 20px;
}
.inx-tb:hover > a:hover {
	color: #fff;
}
.ex2-tap {
	position: relative;
	background-color: #d8d8d8;
}
.ex2-tap-itembox {
	position: absolute;
	z-index: 3;
	left: 50%;
	top: 0px;
	transform: translateX(-50%);
	display: flex;
	width: 1100px;
	justify-content: space-between;
}
.ex2-tap-item {
	flex: 0 0 350px;
	padding: 50px 30px 40px 30px;
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
}
.ex2-img-case {
	display: block;
	height: 200px;
	text-align: center
}
.ex2-img-case > img {
	height: 160px;
}
.ex2-tap-item > p {
	line-height: 1;
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
}
.ex2-tap-item > div {
	font-size: 14px;
	line-height: 1.8;
	height: 150px;
	margin-bottom: 30px;
}
.ex2-tap-item > a {
	display: block;
	width: 250px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	margin: 0 auto;
	border: 1px solid #222;
	cursor: pointer;
	border-radius: 4px;
	transition: all .3s;
}
.ex2-tap-item > a:hover {
	color: #fff;
	background-color: #E94820;
	border: 1px solid #E94820;
}
.gy-section {
	height: 300px;
	background-color: rgb(100, 100 ,100);
}
.ex2-news {
	position: relative;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 0 6px rgba(0, 0, 0, .04);
	padding: 0;
}
.ex2-news .info {
	margin-top: 0;
}
.ex2-news .newsList {
	padding: 60px 20px 0 20px;
	margin-left: 0;
}
.ex2-news .newsList > a {
	margin: 0;
	font-size: 18px;
	padding: 25px 0;
}
.ex2-news .title {
	position: absolute;
	margin: 0;
	display: flex;
	top: 0;
	right: 0;
	width: 45%;
	height: 60px;
	background-color: #eee;
}
.ex2-news .title div {
	flex: 0 0 33.33%;
	font-size: 20px;
	height: 100%;
	margin: 0;
	border: 0;
	line-height: 60px;
	text-align: center;
}
.ex2-news .title div a{
	font-size: 20px;
}
.ex2-news .title div.titleFocus {
	color: #fff;
	background-color: #EB6544;
}
.ex2-about {
	display: flex;
}
.ex2-about-left > p {
	position: relative;
	padding-left: 14px;
	font-size: 30px;
	line-height: 1;
	margin-bottom: 40px;
}
.ex2-about-left > p:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	height: 100%;
	width: 4px;
	background-color: #E94820;
}

.ex2-about-left {
	flex: 0 0 50%;
	margin-right: 20px;
}
.ex2-about-right {
	flex: 0 0 50%;
	margin-left: 30px;
	background: url('../images/index/nsda.jpg') no-repeat center;
}
.ex2-about-text {
	font-size: 20px;
	line-height: 2;
	margin-bottom: 40px;	
}
.ex2-about-tips {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.ex2-about-tips > span {
	position: relative;
	flex: 0 0 120px;
	height: 120px;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}
.ex2-about-cr1 {
	background-image: url('../images/index/cr1.png');
}
.ex2-about-cr2 {
	background-image: url('../images/index/cr2.png');
}
.ex2-about-cr3 {
	background-image: url('../images/index/cr3.png');
}
.ex2-about-cr4 {
	background-image: url('../images/index/cr4.png');
}
.ex2-about-show {
	margin-top: 50px;
	height: 300px;
}
.ex2-about {
	margin-bottom: 60px;
}
.hyg-title {
	position: relative;
	text-align: center;
	font-size: 40px;
	line-height: 1;
	padding-bottom: 20px;
	margin: 80px 0 15px 0;
	font-weight: bold;
	color: #4C4948;
}
.hyg-title::after {
	content: '';
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 40px;
	height: 4px;
	background-color: #E94820;
}
.hyg-title-text {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 80px;
	color: #444;
	font-weight: 400;
}
.hyg-card {
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: 10px;
}
.hyg-card-item {
	position: relative;
	flex: 0 0 24%;
	height: 400px;
	border-radius: 4px;
	background-color: #fff;
	box-shadow: 0px 29px 49px 0px rgba(0, 0, 0, 0.15);
	cursor: pointer;
	transition: all .2s;
}
.hyg-card-item:hover {
	color: #fff;
	background-color: #E94820;
}
.hyg-avada {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	background-color: #eee;
	margin: 30px auto;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.hyg-avada.h01 {
	background-image: url('../images/hsgyl/01.png');
}
.hyg-avada.h02 {
	background-image: url('../images/hsgyl/02.png');
}
.hyg-avada.h03 {
	background-image: url('../images/hsgyl/03.png');
}
.hyg-avada.h04 {
	background-image: url('../images/hsgyl/04.png');
}
.hyg-card-item > p {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}
.hyg-card-des {
	font-size: 16px;
	padding: 0 10px;
	color: #4C4948;
	line-height: 1.8;
}
.hyg-card-item:hover .hyg-card-des {
	color: #fff;
}
.hyg-card-item::after {
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	content: '';
	border-width: 0px 10px 10px 10px;
	border-color: transparent;
	border-style: solid;
}
.hyg-card-item:hover::after {
	border-color: transparent transparent #eee transparent; 
}
.hyg-card-content {
	display: flex;
	width: 100%;
	padding: 20px;
	box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
	background-repeat: no-repeat;
	background-image: url('../images/hsgyl/bg.jpg');
	background-size: cover;
	background-position: center;
}
.hyg-card-img {
	flex: 0 0 400px;
	height: 400px;
	margin-right: 30px;
	background-color: #eee;
	overflow: hidden;
}
.hyg-card-img > img {
	width: 100%;
	height: auto;
}
.hyg-card-list {
	flex: 1;
	font-size: 20px;
	line-height: 1.6;
}
.hyg-card-list-case {
	display: none;
}
.hyg-card-list-case > p {
	font-size: 20px;
	color: #E94820;
	font-weight: bold;
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 10px;
}
.hyg-card-list-case > div {
	font-size: 16px;
	line-height: 1.8;
}
.ft-box {
	display: flex;
	justify-content: space-between;
	max-width: 1400px;
	margin: 0 auto;
	padding: 60px 20px 0 20px;
	border-bottom: 2px solid #E94820;
}
.ft-l > img {
	margin-bottom: 40px;
}
.ft-l > p {
	font-size: 16px;
	line-height: 1;
	margin-bottom: 24px;
}
.ft-l > p:last-child {
	margin-bottom: 50px;
}
.ft-m {
	display: flex;
}
.ft-m > div {
	margin-right: 30px;
}
.ft-m > div >  a {
	display: block;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 25px;
	color: #fff;
	cursor: pointer;
}
.ft-m > div > p, .ft-r > p{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 35px;
}
.ft-qr-box {
	display: flex;
}
.ft-qr-box > div:first-child {
	margin-right: 24px;
}
.ft-qr-box > div > img {
	width: 100px;
	height: 100px;
	margin-bottom: 15px;
}
.ft-qr-box > div > div {
	font-size: 16px;
	text-align: center;
}
.ft-box + div {
	text-align: center;
	line-height: 1;
	font-size: 16px;
	padding: 30px 0;
}
.ft-box + div > a {	
	font-size: 16px;
} 
.swiper4 {
	position: relative;
}
.swiper-thumbs {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	width: 1000px;
	height: 120px;
	z-index: 999;
	padding: 10px 50px;
	background-color: rgba(0,0,0, .7);
}
.swiper-thumbs-arrow {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	z-index: 10;
	cursor: pointer;
}
.swiper-thumbs-left {
	background: url('../images/bg11.png') no-repeat center center;
  left: 0;
}
.swiper-thumbs-right {
	background: url('../images/bg12.png') no-repeat center center;
  left: auto;
	right: 0;
}
.swiper-thumbs .swiper-slide {
	cursor: pointer;
	opacity: .4;
}
.swiper-thumbs .swiper-slide.my-slide-thumb-active {
	opacity: 1;
}
.gyl-box {
	position: relative;
}
.gyl-box > .container {
	text-align: right;
}
.gyl-banner {
	display: inline-block;
	color: #fff;
}
.gyl-banner > div {
	font-size: 50px;
	font-weight: 500;
	line-height: 1;
	text-shadow: 0px 5px 20px rgba(129, 112, 114, 0.15);
	margin-bottom: 40px;
}
.gyl-banner > p {
	font-size: 30px;
	font-weight: 500;
}
.swiper-fade .swiper-slide {
	pointer-events:all!important;
}
.tc-se {
	height: 600px;
	background-image: url('../images/index/tc_bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.tc-se > .ex2-index-title {
	background-color: transparent;
}
.tc-se > .ex2-tap {
	background-color: transparent;
}
.tc-se2 {
	height: 220px;
	background-color: #fff;
}
.ex2-about-show {
	width: 600px;
	overflow: hidden;
}
.ex2-about-slide-item {
	height: 200px;
}
.tc-se3 {
	margin-top: 140px;
	height: 400px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-image: url('../images/index/se3.jpg');
}
.pr-title {
	position: relative;
	line-height: 1;
	font-size: 30px;
	padding-left: 10px;
	font-weight: bold;
	margin-bottom: 56px;
}
.pr-title::before {
	content: '';
	position: absolute;
	width: 4px;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #D0401D;
}
.pr-text-box {
	padding: 30px 30px;
	box-shadow: 0px 1px 6px 1px rgba(76, 73, 72, 0.3);
	border-radius: 10px;
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 120px;
}
.pr-text {
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 60px;
}
.pr-tabs {
	display: flex;
	margin: 21px 0;
}
.pr-tabs > span {
	position: relative;
	line-height: 1;
	font-size: 16px;
	margin-right: 40px;
	color: #222;
	padding-bottom: 10px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
}
.pr-tabs > span.active, .pr-tabs > span:hover {
	border-bottom: 2px solid #D0401D;
}
.pr-tabs-bar.fix {
	position: fixed;
	left: 0;
	right: 0;
	top: 82px;
	background-color: #fff;
	box-shadow: 2px 10px 20px rgba(0, 0, 0, .1);
	z-index: 9999;
}
.pr-an1 {
	position: relative;
	padding: 30px 30px 30px 400px;
	box-shadow: 0px 1px 6px 1px rgba(76, 73, 72, 0.3);
	border-radius: 10px;
	margin-bottom: 60px;
}
.pr-an1 > .pr-an-pic {
	position: absolute;
	top: 50%;
	left: 30px;
	transform: translateY(-50%);
	width: 334px;
	height: 143px;
	background: #BEBBBD;
}
.pr-an1 > div {
	padding: 20px 0;
	font-size: 18px;
	line-height: 2;
}
.pr-an2 {
	position: relative;
	padding: 30px;
	margin-bottom: 120px;
	font-size: 18px;
	line-height: 2;
}

.pro-art-box {
	padding: 36px 110px 36px 54px;
	box-shadow: 0px 1px 6px 1px rgba(76, 73, 72, 0.3);
	border-radius: 10px;
	font-size: 18px;
	line-height: 1.8;
	margin-bottom: 50px;
}
.pro-whicon-item, .pro-whicon-item2  {
	display: flex;
	align-items: center;
	font-size: 18px;
	margin-bottom: 40px;
}
.pro-whicon-item > img {
	width: 70px;
}
.pro-whicon-item > span {
	flex: 0 0 120px;
	font-weight: bold;
	text-align: center
}
.pro-whicon-item > div, .pro-whicon-item2 > div {
	padding: 20px 26px 20px 18px;
	width: 800px;
	background: #FFFFFF;
	box-shadow: 0px 1px 6px 1px rgba(76, 73, 72, 0.3);
	border-radius: 3px;
	line-height: 1.8;
}
.pro-whicon-item2 > div {
	width: 820px;
}
.pro-whicon-item2 > span {
	display: block;
	flex: 0 0 70px;
	width: 70px;
	margin-right: 30px;
}
.pro-whicon-item2 > span > img {
	margin-bottom: 10px;
}
.pro-whicon-item2 > span > span {
	display: block;
	text-align: center;
}
.pro-point-box {
    margin: 40px 0 60px 0;
    display: table;
}
.pro-point-box > div {
	position: relative;
	float: left;
	margin-right: 20px;
	padding: 14px 20px 14px 30px;
	box-shadow: 0px 1px 6px 1px rgba(76, 73, 72, 0.3);
	border-radius: 10px;
	font-size: 18px;
	margin-bottom: 24px;
}
.pro-point-box > div::before {
	content: '';
	position: absolute;
	left: 9px;
	top: 20px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #E94820;
}
.pro-point-box > div {
	padding: 14px 20px 14px 45px;
}
.pro-point-box_star > div::before {
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	width: 22px;
	height: 20px;
	border-radius: 0;
	background-color: transparent;
	background-image: url('../images/pro/pre-suff-star.png');
	background-repeat: no-repeat;
	background-size: cover;
}
.pro-title-bg {
	width: 363px;
	height: 55px;
	padding: 10px 0 10px 20px;
	background-image: url('../images/pro/pro-title-bg.png');
	margin-bottom: 40px;
	font-size: 28px;
	line-height: 35px;
	color: #fff;
	font-weight: bold;
}
.pro-whicon-item3 {
	display: flex;
	margin-bottom: 36px;
}
.pro-whicon-item3 > img {
	width: 70px;
	height: 70px;
	margin-right: 22px;
}
.pro-whicon-item3 > div {
	flex: 0 0 1000px;
	width: 1000px;
}
.pro-whicon-item3 > div > p {
	line-height: 1;
	margin: 0 0 25px 0;
	color: #E94820;
	font-size: 16px;
}
.pro-whicon-item3 > div > div {
	padding: 20px 30px 20px 20px;
	background: #FFFFFF;
	box-shadow: 0px 1px 6px 1px rgba(76, 73, 72, 0.3);
	border-radius: 3px;
	font-size: 18px;
	line-height: 1.8;
}
.pro-star-fb {
    margin: 40px 0 60px 0;
    display: table;
}
.pro-star-fb > div {
	position: relative;
	float: left;
	margin-right: 20px;
	padding: 14px 20px 14px 30px;
	box-shadow: 0px 1px 6px 1px rgba(76, 73, 72, 0.3);
	border-radius: 10px;
	font-size: 18px;
	margin-bottom: 24px;
}
.pro-star-fb > div::before {
	content: '';
	position: absolute;
	left: 9px;
	top: 20px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #E94820;
}