/*滚动条样式*/
/* ::-webkit-scrollbar{width:8px;height:8px}
::-webkit-scrollbar-track{background:#ccc}
::-webkit-scrollbar-thumb{height:60px;background:#000}
::-webkit-scrollbar-thumb:window-inactive{background:#000}
::-webkit-scrollbar-thumb:vertical:hover{background:#000}
 */
body{font-family:"Helvetica Neue",Helvetica,Arial,sans-serif,"微软雅黑";transition: all 0.5s;min-width:320px;width:100%;overflow-x: hidden;}
html,body{height:100%;}
em,i{font-style:normal}
input,textarea,img,button,select{outline: none;color:#333;}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus,a:focus{outline: none;outline-offset:0;}
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6,p,dl{margin:0}
ul{padding:0;margin:0;}
a{color:#333;}
a:focus,a:hover{text-decoration:none;color:#333;}
textarea{resize: none;}
.Animation{-webkit-transition:all 0.7s;transition:all 0.7s;opacity:0;-webkit-transition-delay:.3s;transition-delay:.3s}
.section{position:relative;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;}
.img{position:relative;overflow:hidden;}
.img img{display:block;width:100%;transition:all .5s}
.fl{float:left;}
.fr{float:right;}
.clamp2{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.overflowY{overflow-y:hidden;}


body,.indexPadding{padding-top:60px;}
.index_body{padding-top: 0!important;}
@media (max-width: 767px) {
	.PC_show{display:none!important;}
	.section .container{width:100%;}
}
@media (min-width: 768px) {
	.Min_show{display:none!important;}
	body,.indexPadding{padding-top:70px;}
	.container{width:93.75%;max-width:1630px;}
	.fullContainer{width:93.75%;max-width:1830px;}
}
@media (min-width: 992px) {
	body,.indexPadding{padding-top:80px;}
}
@media (min-width: 1200px) {
	body,.indexPadding{padding-top:100px;}
}


/*foot*/



/*导航*/
.navbar-default {
	border: 0;
	border-radius: 0;
	margin-bottom: 0;

	transition: all 0.5s;
}
.navbar-brand {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right:0;
	display: block;
	transition: all 0.5s;
}
.navbar-brand img {
	display: block;
	height: 40px;
	transition: all 0.5s;
}
.navbar-brand .logo2{position: absolute;top:10px;left:15px;visibility: hidden;opacity: 0;}
.navbar-default .navbar-toggle {
	border: 0;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #C7000A;
	-webkit-transition: all .5s;
	transition: all .5s;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}
.navbar-default .navbar-nav>li>a {
	line-height:20px;
	display: block;
	color:black;
	text-transform: uppercase;
	position: relative;
	transition: all .5s;
}
.navbar-default .nav>li>a:focus,
.navbar-default .nav>li>a:hover,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: red;
	background-color: transparent;
}
.navbar-collapse::-webkit-scrollbar {
	width: 2px;
	height: 2px;
}
.header .navbar-fixed-bottom .navbar-collapse,
.header .navbar-fixed-top .navbar-collapse {
	max-height: calc(100vh - 60px);
	height: calc(100vh - 60px);
}

.header .container{position: relative;}
/* 二级导航 */
.navbar-default .navbar-nav>li{position: static;}
.navbar-default .dropdown-menu{position: absolute;width:100vw;padding:0;left:50%;top:100%;transform: translateX(-50%);background:rgba(0,0,0,0.2);box-shadow: none;border:none;}
.dropdown-menu-inner{width:100%;padding:20px 0;overflow: hidden;}
.dropdown-menu-ul{margin-left:-10px;margin-right:-10px;list-style: none;}
.dropdown-menu-ul li{padding:0 10px;}
.dropdown-menu-ul a{display: block;padding:10px 0;font-size:14px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.dropdown-menu-ul a:hover{color:#ee932a;}


.navbar-top-other{float:right;display: flex;align-items: center;padding:20px 0;transition: all 0.5s;}
.navbar-top-other>div{position: relative;color:#fff;margin-left:10px;}
.navbar-top-search{cursor: pointer;width:30px;height:30px;background-image: url(../images/icon/searchB.png);background-position:center;background-repeat: no-repeat;}
.navbar-top-search>img{width:30px;height:30px;}
.navbar-lan{display: flex;align-items: center;}
.navbar-lan>i{display: block;width:1px;height:20px;background:#C7000A;margin:0 10px;}
.navbar-lan>a{display: block;width:28px;height:28px;line-height:28px;text-align: center;color:#C7000A;background:transparent;font-size:14px;font-family: PingFang;text-transform: uppercase;border-radius: 50%;}
.navbar-lan>a:hover,
.navbar-lan>a.active{background:rgba(13,104,94,0.3);}

.hiddenNav .navbar-default{background-color:transparent;box-shadow: none;}
.hiddenNav .navbar-brand .logo1{opacity: 0;}
.hiddenNav .navbar-brand .logo2{visibility: visible;opacity: 1;}
.hiddenNav .navbar-lan>i{background:#fff;}
.hiddenNav .navbar-lan>a{color:#fff;}
.hiddenNav .navbar-lan>a:hover,
.hiddenNav .navbar-lan>a.active{background:rgba(255,255,255,0.3);}
.hiddenNav .navbar-default .navbar-toggle .icon-bar{background:#fff;}
.hiddenNav .navbar-top-search{background-image: url(../images/icon/search.png);display: none;}
@media (max-width: 991px) {
	.navbar-top-other{position: absolute;right:75px;top:0;}
	.navbar-top-other .navbar-top-search{display: none;}
	.navbar-header{float:none;}
	.navbar-default .navbar-toggle{margin:19px 10px;display: block;}
	.navbar-collapse{border-top:1px solid #ccc;}
	.navbar-collapse.collapse{display: none!important;}
	.navbar-collapse.collapse.in{overflow-y:auto!important;display: block!important;}
	.navbar-default .navbar-nav{float:none!important;margin:0 0 15px;}
	.navbar-default .navbar-nav>li{float:none;padding:0;}
	.navbar-default .navbar-nav>li>a{padding:12px 10px;border-bottom:1px solid #ccc}
	.navbar-nav .open>a, .navbar-nav .open>a:focus, .navbar-nav .open>a:hover{border-bottom-color:#ccc;}


	.minHeaderEffect .navbar-default{background-color:#fff;box-shadow: 0 0 5px rgba(0,0,0,.1);}
	.minHeaderEffect .navbar-default .navbar-nav>li>a{color:#333;}
	.minHeaderEffect .navbar-default .nav>li>a:focus,
	.minHeaderEffect .navbar-default .nav>li>a:hover,
	.minHeaderEffect .navbar-default .navbar-nav>.open>a,
	.minHeaderEffect .navbar-default .navbar-nav>.open>a:focus,
	.minHeaderEffect .navbar-default .navbar-nav>.open>a:hover,
	.minHeaderEffect .navbar-default .navbar-nav>.active>a,
	.minHeaderEffect .navbar-default .navbar-nav>.active>a:focus,
	.minHeaderEffect .navbar-default .navbar-nav>.active>a:hover{color: #C7000A;background-color: transparent;border-bottom-color:#C7000A;}
	.minHeaderEffect .navbar-brand .logo1{opacity: 1;}
	.minHeaderEffect .navbar-brand .logo2{visibility: hidden;opacity: 0;}
	.minHeaderEffect .navbar-default .navbar-toggle .icon-bar{background-color:#C7000A;}
	.minHeaderEffect .navbar-lan>i{background:#C7000A;}
	.minHeaderEffect .navbar-lan>a{color:#C7000A;}
	.minHeaderEffect .navbar-lan>a:hover,
	.minHeaderEffect .navbar-lan>a.active{background:rgba(13,104,94,0.3);}

	/* 二级导航 */
	.navbar-default .navbar-nav>li>a>i{display: none;}
	.navbar-default .navbar-nav>.dropdown>a>i{position: absolute;width:14px;height:14px;right:5px;top:50%;margin-top:-7px;display: block;}
	.navbar-default .navbar-nav>.dropdown>a>i:before,
	.navbar-default .navbar-nav>.dropdown>a>i:after{content: '';position: absolute;background:#999;transition: all 0.3s;}
	.navbar-default .navbar-nav>.dropdown>a>i:before{width:100%;height:1px;left:0;top:50%;margin-top:-0.5px;}
	.navbar-default .navbar-nav>.dropdown>a>i:after{width:1px;height:100%;left:50%;margin-left:-0.5px;}
	.navbar-default .navbar-nav>.dropdown.open>a>i:before,
	.navbar-default .navbar-nav>.dropdown.open>a>i:after{background:#C7000A;}
	.navbar-default .navbar-nav>.dropdown.open>a>i:after{height:0;}
	
	.navbar-default .dropdown-menu{position: static;width:100%;transform: none;box-shadow: none;float:none;border:none;border-bottom:1px solid #ccc;border-radius: 0;background:#fff;}
	.navbar-default .open .dropdown-menu{border-bottom:1px solid #ccc;}
	.dropdown-menu-inner{padding:10px 0;}
	.dropdown-menu .container{width:100%;padding:0;}
	.dropdown-menu-ul{overflow: hidden;}
	.dropdown-menu-ul li{width:33.3333%;float:left;}
	/* .dropdown-menu-ul h2>a{font-weight: 700;} */
	
	.navbar-default .menu_close .icon-bar:nth-child(1) {
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: relative;
		top: 6px;
		width:22px;
	}
	.navbar-default .menu_close .icon-bar:nth-child(2) {
		display: none;
	}
	.navbar-default .menu_close .icon-bar:nth-child(3) {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
		width:22px;
	}
	
}
@media (max-width: 767px) {
	.navbar-top-other{padding:15px 0;right:60px;}
	.navbar-brand{padding-top:15px;padding-bottom:15px;}
	.navbar-brand img{height:30px;}
	.navbar-brand .logo2{top:15px;}
	.navbar-default .navbar-toggle{margin:14px 10px;}
	.navbar-nav{margin-left:0;margin-right:0;}
	.navbar-default .navbar-nav>li>a{padding:10px 0;}
	
	.dropdown-menu-ul{padding-left:25px;}
	.dropdown-menu-ul a{padding:7px 0;}
	.dropdown-menu-ul li{width:100%;}
}
@media (min-width: 768px) and (max-width:991px) {
	.header .navbar-fixed-bottom .navbar-collapse,
	.header .navbar-fixed-top .navbar-collapse {
		max-height: calc(100vh - 70px);
		height: calc(100vh - 70px)!important;
	}
	.navbar-default .navbar-toggle{margin-right:0;}
}
@media (min-width: 768px) {
	.navbar-brand{padding-top: 15px;padding-bottom: 15px;}
	.navbar-brand .logo2{top:15px;}
}
@media (min-width: 992px) {
	.navbar-default .navbar-toggle{display: block;position: absolute;right:140px;top:24px;margin:0;transform: translateX(200px);opacity: 0;visibility: hidden;transition: all 0.5s;z-index: 1;}
	.navbar-top-other{position: relative;z-index: 2;padding:25px 0;}
	.navbar-brand{padding-top: 20px;padding-bottom: 20px;}
	.navbar-brand .logo2{top:20px;}
	.navbar-collapse{float:right;transition: all 0.5s;visibility: visible;opacity: 1;transform-origin: right;height:auto!important;}
	.navbar-default .navbar-nav>li{padding: 0 6px;}
	.navbar-default .navbar-nav>li>a{padding:30px 0;}
	.navbar-default .navbar-nav>li>a>i{display: none;}
	
	.dropdown-menu-inner{min-height:80px;}
	.dropdown-menu-ul{margin-left:-35px;margin-right:-35px;display: flex;justify-content: center;}
	.dropdown-menu-ul li{padding:0 65px;}
	.dropdown-menu-ul h2>a{font-size:16px;}
	.dropdown-menu-ul a{color:#fff;}
	
	.hiddenNav .navbar-collapse{transform: scaleX(0);visibility: hidden;opacity: 0;}
	.hiddenNav .navbar-default .navbar-toggle{right:110px;transform: none;visibility: visible;opacity: 1;}
}
@media (min-width: 1200px) {
	.navbar-default .navbar-toggle{top:34px;}
	.navbar-top-other{padding:35px 0;}
	.navbar-top-other>div{margin-left:15px;}
	.navbar-brand{padding-top: 30px;padding-bottom: 30px;}
	.navbar-brand .logo2{top:30px;}
	.navbar-default .navbar-nav>li{padding: 0 12px;}
	.navbar-default .navbar-nav>li>a{padding:40px 0;font-size:16px}

	.dropdown-menu-ul li>a{font-size:16px;}
}
@media (min-width: 1450px) {
	.navbar-default .navbar-nav>li{padding: 0 25px;}
}
@media (min-width: 1650px) {
	.navbar-default .navbar-nav>li{padding: 0 30px;}
}
@media (min-width:1200px) and (max-height:768px){
	body,.indexPadding{padding-top:80px}
	.navbar-default .navbar-toggle{top:24px;}
	.navbar-top-other{padding:25px 0;}
	.navbar-brand{padding-top: 20px;padding-bottom: 20px;}
	.navbar-brand .logo2{top:20px;}
	.navbar-default .navbar-nav>li>a{padding:30px 0;}
}

/* 搜索 */
.top-search form{position:relative;-webkit-transition:all .5s;transition:all .5s}
.top-search form input{display:block;width:100%;height:36px;background-color:#1f1f1f;border:0;padding:0 15px 0 40px;color:#fff;outline:0}
.top-search form button{position:absolute;top:0;left:0;z-index:1;border-radius:0;border:0;background-image:url(../images/icon/search.png);background-size:24px;background-position: center;background-repeat: no-repeat;background-color: transparent;width:32px;height:100%;padding:0;outline:0!important}
.search-link{padding:20px 40px;-webkit-transition:all .5s;transition:all .5s}
.search-link .h3{font-size:14px;color:#888;margin:0 0 8px;flex:0 0 auto}
.search-link-list{list-style:none;padding:0;margin:0;max-height:100%;overflow-y:auto}
.search-link-list::-webkit-scrollbar{width:2px;height:2px}
.search-link-list li a{display:block;color:#fff;padding:10px 0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}
.search-link-list li+li a{border-top:1px #1f1f1f solid}
.search-link-list li a:hover{color:#C7000A}
.searchview-close{position:absolute;right:0;top:0;height:36px;border:0;background-color:transparent;color:#fff;padding:0;outline:0;-webkit-transition:all .2s;transition:all .2s;opacity:0;z-index: 6;}
.top-search~.searchview-close{width:38px;height:56px;right:0;top:80px;-webkit-transition-delay:35ms;transition-delay:35ms;visibility: hidden;}
.top-search~.searchview-close:hover{opacity:.65}
.searchview-close-wrapper{display:block;width:100%;height:100%}
.searchview-close-wrapper span{display:block;height:18px;width:1px;background-color:#fff;position:absolute;top:18px;z-index:3}
.searchview-close-wrapper .searchview-close-left{right:12px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:0 100%;transform-origin:0 100%}
.searchview-close-wrapper .searchview-close-right{left:12px;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}
.search-curtain{width:100%;height:100%;background-color:rgba(0,0,0,.4);position:fixed;top:0;left:0;z-index: 5;display:none}
.search-show .search-link{display:flex;flex-direction:column}
.search-show .searchview-close{opacity:1;}
.search-show .top-search~.searchview-close{-webkit-transition-delay:.455s;transition-delay:.455s;top:80px;right:15px;visibility: visible;}
html.noscroll,html.noscroll body{overflow:hidden!important;/* height:100%!important */}
/* html.noscroll{overflow-y:scroll!important} */
.top-search>.container{position: static;padding:0;width:100%;max-width:100%;}
@media (max-width: 991px) {
	.top-search form input{background:rgba(13,104,94,0.2);border-radius: 18px;}
	.top-search form button{background-image:url(../images/icon/searchB.png);}
	.searchview-close{display: none;}
	.top-search-box{-webkit-transition:all .5s;transition:all .5s;position:static;left:0;right:0;top:50px;z-index:2;}
	.top-search{padding:10px;border-bottom:1px #ccc solid}
	.top-search-form{position:relative}
	.search-link{display:none;position:absolute;top:62px;right:0;left:0;z-index:2;height:0;padding:20px;}
	.top-search~.searchview-close{display:none!important}
	.search-show .top-search-box{position:fixed;top:0;height:100%;background-color:#000}
	.search-show .top-search{padding-top:15px;border-bottom-color:#282828}
	.search-show .top-search form{margin-right:50px}
	.search-show .search-link{height:calc(100vh - 62px)}
	.search-show .searchview-close{display: block;}
	.search-show .navbar-nav{-webkit-transform:scale(.6);transform:scale(.6);visibility:hidden;opacity: 0;/* transition: all 0.5s; */}
	.search-show .top-search form button{background-image:url(../images/icon/search.png);}
	.search-show .top-search form input{background:rgba(13,104,94,0.3);}
	
	.search-link-list li a{color:rgba(255,255,255,0.8)}
	.search-link-list li a:hover{color:#ee932a;}
}
@media (min-width: 992px) {
	.top-search>.container{padding-left:15px;padding-right:15px;}
	.top-search{position:absolute;left:0;top:80px;z-index:6;width:100%;height:calc(100vh - 80px);overflow:hidden;-webkit-transition:all .2s;transition:all .2s;-webkit-transition-delay:.455s;transition-delay:.455s;opacity:0;visibility: hidden;}
	.top-search form input{height:56px;padding-left:56px;padding-right:56px;}
	.top-search form button{width:50px;}
	.top-search-form .searchview-close{display:none}
	.search-link{background-color:#fff;padding-top:24px;max-height:calc(100% - 44px)}
	.search-link-list{padding:0 15px}
	.search-link-list li a{color:#333;padding:5px 0}
	.search-link-list li+li a{border-top:0}
	.search-link,.top-search-form{-webkit-transition:all .8s;transition:all .8s;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0;-webkit-transition-delay:35ms;transition-delay:35ms}
	.search-show .search-link,.search-show .top-search-form{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;-webkit-transition-delay:.315s;transition-delay:.315s;visibility: visible;}
	.search-show .search-link{-webkit-transition-delay:.385s;transition-delay:.385s}
	.search-show .top-search{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-transition-delay:35ms;transition-delay:35ms;opacity:1;top:80px;}
	.search-show .search-curtain{display:block}

}
@media (min-width: 1200px) {
	.top-search form input{font-size:16px}
	
	.top-search{top:100px;height:calc(100vh - 100px);}
	.search-show .top-search,
	.top-search~.searchview-close,
	.search-show .top-search~.searchview-close{top:100px;}
}
@media (min-width:1200px) and (max-height:768px){
	.top-search{top:80px;height:calc(100vh - 80px);}
	.search-show .top-search,
	.top-search~.searchview-close,
	.search-show .top-search~.searchview-close{top:80px;}
}

/* 搜索结果 */
.inside_form{margin-bottom:35px;display: flex;align-items: center;flex-flow: row wrap;}
.inside_form form{position: relative;width:600px;max-width:100%;overflow: hidden;padding-right:50px;margin-bottom:8px;}
.inside_form form input{display: block;width:100%;height:42px;border:1px solid #ccc;background:none;padding:0 15px;outline: none;border-radius: 0;}
.inside_form form .button{position: absolute;right:0;top:0;display:block;width:50px;height:100%;line-height:42px;padding:0;text-align: center;background-color:#333;border:0;border-radius:0;font-size:14px;color:#fff;font-weight:lighter;outline:0;transition: all 0.5s;z-index: 2;}
.inside_form form .button:hover{background:#043aa2;}
.search_keyList{font-size:12px;margin-bottom:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.search_keyList *{margin-right:5px;color:#666}
.search_keyList a:hover{text-decoration: underline;color:#333;}

.noResult{margin-bottom:30px;}
.returnList{margin-left:-10px;margin-right:-10px;display: flex;align-items: stretch;flex-flow: row wrap;}
.returnList:before,
.returnList:after{display: none;}
.returnList .column{padding:0 10px;margin-bottom:10px;}
.returnList .item{border-bottom:1px dashed #d6d6d6;padding:12px 0;}
.returnList .return_title{margin-bottom:10px;}
.returnList .return_title>a{display: block;font-size:16px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;transition: all 0.5s;}
.returnList .return_crumbs{color:#999;font-size:12px;margin-top:10px;}
.returnList .return_crumbs a{color:#999}
.returnList .return_crumbs a:hover{text-decoration: underline;}
.returnList .item:hover .return_title>a{color:#e60012;}

.returnList .return_content{line-height:24px;height:48px;overflow: hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;color:#666}
@media (min-width: 768px) {
	.inside_form form{padding-right:70px;margin-right:20px;}
	.inside_form form .button{width:70px;}
	
	.returnList{margin-left:-15px;margin-right:-15px;}
	.returnList .column{padding:0 15px;margin-bottom:20px;}
	.returnList .return_title>a{font-size:18px;}
}
@media (min-width: 1200px) {
	.returnList{margin-left:-25px;margin-right:-25px;}
	.returnList .column{padding:0 25px;}
	.returnList .item{height:100%;}
}

/*侧边栏*/
.sidebar{position:fixed;top:50%;z-index:1031;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:all .5s;transition:all .5s}
.sidebar-right{right:0}
.sidebar-right.on{right:-23px;opacity:.6}
.sidebar>a{display:block;position:relative;cursor: pointer;}
.sidebar>a+a{margin-top:4px}
.sidebar .icon{display:block;width:46px;height:48px;background-color:#ee932a;border-radius:10px 0 0 10px;-webkit-transition:all .5s;transition:all .5s}
.sidebar .icon img{display:block;width:100%}
.sidebar .function-infor{position:absolute;top:0;right:-165px;background-color:#ee932a;min-height:48px;font-size:16px;color:#fff;padding:10px 20px;display:flex;flex-direction:column;justify-content:center;-webkit-transition:all .5s;transition:all .5s}
.sidebar .sidebar-wechat{width:156px;background-color:transparent;border:1px #727171 solid;padding:0!important}
.sidebar .function-infor p{white-space: nowrap;}
.sidebar .function-infor img{display:block;width:100%;max-width:160px;}
.sidebar a:hover .function-infor{right:0}
.sidebar a:hover .icon{background-color:#C7000A;}
.sidebar-left{left:0;top:auto;bottom:0}
.sidebar-left .icon{width:90px;height:40px;background-color:#ee932a;border-radius:0 20px 20px 0;display:flex;flex-direction:column;justify-content:center;padding:10px;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.1);box-shadow:0 4px 8px rgba(0,0,0,.1);-webkit-transition:all .5s;transition:all .5s;position:absolute;bottom:15px;left:-90px}
.sidebar-left .icon img{width:30px;margin-left:10px}
.sidebar-left .inner{background-color:#ee932a;padding:20px 15px;width:240px;-webkit-box-shadow:0 4px 8px rgba(0,0,0,.1);box-shadow:0 4px 8px rgba(0,0,0,.1);-webkit-transition:all .5s;transition:all .5s;position:absolute;left:0;bottom:5%}
.sidebar-left .close{width:25px;height:25px;background:url(../images/icon/close.png) no-repeat center;background-size:contain;opacity:1;position:absolute;top:5px;right:5px}
.sidebar-left .title{font-size:18px;color:#fff;text-align:center;line-height:24px;margin-bottom:16px}
.sidebar-left .form-group{margin-bottom:10px}
.sidebar-left .form-control{height:40px;border:0;border-radius:0;-webkit-box-shadow:none;box-shadow:none;letter-spacing:2px}
.sidebar-left .btn{display:block;width:100%;height:40px;background-color:#fff;border:0;border-radius:0;color:#ee932a;letter-spacing:2px;margin:20px auto 0;outline:0!important}
.sidebar-left.on{left:-200px;opacity:.6}
.sidebar-left.active.on{left:-60px}
.sidebar-left.active .icon{left:0;}
.sidebar-left.active .inner{left:-240px}
@media (max-width:767px){
	.sidebar-right.on{right:-18px}
	.sidebar .icon{width:36px;height:38px}
	.sidebar .function-infor{font-size:14px;min-height:38px;width:130px;padding:5px 15px}
	.sidebar .sidebar-wechat{width:120px}
	.sidebar-left .icon{width:60px;height:30px}
	.sidebar-left .icon img{width:24px;margin-left:5px}
	.sidebar-left .inner{-webkit-transform:scale(.7);transform:scale(.7);-webkit-transform-origin:left bottom;transform-origin:left bottom}
	.sidebar-left.on{left:-140px}
	.sidebar-left.active.on{left:-40px}
}
.msgModal .modal-dialog{width:90%;display:flex;flex-direction:column;justify-content:center;min-height:100%;margin:0 auto;padding:15px;}
.msgModal .close{position:absolute;width:30px;height:30px;background-color:#ee932a;opacity:1;color:#fff;z-index:999;right:-12px;top:-15px;border-radius:50%;font-size:15px;line-height:30px;transition: all 0.5s;}
.msgModal .close:focus{outline:0}
.msgModal .close:hover{background-color:#ec7f00;}
.msgModal .close span{position:relative;font-weight:lighter;text-shadow:none}
.msgModal .modal-body{padding:0;}
.msgModal .modal-content{padding:25px;border:none;background:#fff;box-shadow: 0 0 0 rgba(0,0,0,0);}
.msgModal .message_form textarea.form-control{height:120px;}
.msgModal .message_form .form-group{margin-bottom:10px;}
.msgModal .index_href{margin-top:25px;}
.modal-open{padding-right:0!important;}
.modal.fade .modal-dialog{
    -webkit-transition: -webkit-transform .3s ease-out;
    -o-transition: -o-transform .3s ease-out;
    transition: transform .3s ease-out;
    -webkit-transform: translate(0,-25%);
    -ms-transform: translate(0,-25%);
    -o-transform: translate(0,-25%);
    transform: translate(0,-25%);
}
.modal.in .modal-dialog{
	-webkit-transform: translate(0,0);
	-ms-transform: translate(0,0);
	-o-transform: translate(0,0);
	transform: translate(0,0);
}
@media (min-width:768px){
	.msgModal .message_form .form-group{margin-bottom:25px;}
	.msgModal .message_form textarea.form-control{height:200px;}
	.msgModal .modal-content{padding:35px 25px;}
	.msgModal .modal-dialog{width:80%;max-width:1000px;}
}


/*首页*/
.swiper-button-next,.swiper-button-prev,.swiper-pagination-bullet{outline: none;}
.uppercase{text-transform: uppercase;}
.index_title{position: relative;margin-bottom:30px;}
.index_title a{display: inline-block;}
.index_title .h2{font-size:22px;}
.index_title em{display: block;font-size:14px;margin-top:7px;color:#666666;}
.index_href>.a{position: relative;width:120px;display: inline-block;text-align: center;font-size:16px;border:1px solid #C7000A;line-height:20px;padding:10px;color:#fff;background:#C7000A;transition: all 0.5s;border-radius:11px;}
.index_href>.a>span{position: relative;}
.index_href>.a::before{content: '';position: absolute;width:0;height:100%;left:0;top:0;background:rgba(0,0,0,0.1);transition: all 0.5s cubic-bezier(.52,1.64,.37,.66) 0s;}
.index_href>.a:hover{border-color:#C7000A;color:#fff;}
.index_href>.a:hover::before{width:100%;}

.textColor,
.textColor a,
.textColor em,
.textColor .index_title{color:#fff;}
.textColor .index_href>.a{border-color:rgba(255,255,255,0.8);color:#C7000A;background:rgba(255,255,255,0.8);}
.textColor .index_href>.a:hover{border-color:#C7000A;color:#fff;background: #C7000A;}
.textColor .InfoContent{color: #fff;}
@media (min-width:768px){
	.index_title{margin-bottom:40px;}
	.index_title .h2{font-size:24px;}
	.index_title em{font-size:16px;}
}
@media (min-width:992px){
	.index_title .h2{font-size:26px;}
	.index_href>.a{width:160px;padding:15px;}
}
@media (min-width:1200px){
	/* .index_title{margin-bottom:50px;} */
	.index_title .h2{font-size:30px;}
	.index_title em{font-size:18px;}
}
@media (min-width: 1650px){
	.index_title .h2{font-size:34px;}
	.index_title em{font-size:20px;}
}


/*坚屏*/
@media (max-width:767px) and (orientation:portrait){

}
/*横屏*/
@media (max-width:767px) and (orientation:landscape){
	.section{padding-top:0;}
	.index_body .header{display: none;}
	.section .index_title{margin-bottom:25px;}
}
@media (min-width:768px) and (max-height:768px){
	.section .index_title{margin-bottom:25px;}
}


/*第一屏*/
.s1_row{margin:0;width:100%;height:100%;overflow: hidden;}
.s1_row>div{float:left;position: relative;padding:20px;width:50%;height:100%;overflow: hidden;}
.s1_row .bg{position: absolute;width:100%;height:100%;top:50%;left:50%;transform:translate(-50%,-50%);background-position: center;background-repeat: no-repeat;background-size:cover;transition: all 0.5s;z-index: 1;}
.s1_row .icon{position: absolute;bottom:5%;z-index: 2;}
.s1_row .icon>img{display: block;height:50px;}
.s1_row .s1_left .icon{left:5%;}
.s1_row .s1_right .icon{right:5%;}

.s1_nav{position: absolute;width:300px;height:300px;left:50%;top:50%;margin-left:-150px;margin-top:-110px;text-align: center;color:#fff;z-index: 2;}
.s1_nav a{display: block;color:#fff;}
.s1_nav ul{list-style: none;}
.s1_nav ul>li{font-size:16px;position: absolute;display:flex;align-items: center;}
.s1_nav ul>li>a{white-space: nowrap;}
.s1_nav ul>li>a>span{font-size:12px;padding-right:5px;}

.s1_nav li>.line{position: relative;width:0;height:1px;background:rgba(255,255,255,0.5);opacity: 1;}
.s1_nav li>.line:before{content: '';position: absolute;width:5px;height:5px;border-radius: 50%;background:#fff;top:50%;margin-top:-2.5px;}
.s1_nav .line>i{position: absolute;display: block;top:50%;margin-top:-10px;width:20px;height:20px;/* background:rgba(255,255,255,0.2); */border-radius: 50%;z-index: 2;}
.s1_nav .line>i:before{content: '';position: absolute;width:50%;height:50%;left:50%;top:50%;transform: translate(-50%,-50%);/* background:rgba(255,255,255,0.5); */border-radius: 50%;}
.s1_nav .line>i:after{content: '';position: absolute;width:0;height:0;left:50%;top:50%;transform: translate(-50%,-50%);/* background:#0b695e; */border-radius: 50%;transition: all 0.3s;}
.s1_nav .yuan{position: relative;width:100%;height:100%;border-radius: 50%;border:1px solid #fff;margin:0 auto;display: flex;justify-content: center;align-items: center;z-index: 2;}
.s1_nav .xiaoYuan{position: absolute;width:76%;height:76%;border-radius: 50%;border:1px solid #fff;left:12%;top:12%;display: flex;justify-content: center;align-items: center;overflow: hidden;z-index: 2;}
.s1_nav .yuan>div{position: absolute;width:12px;height:12px;background:rgba(255,255,255,0.2);border-radius: 50%;display: none;}
.s1_nav .yuan>div:before{content: '';position: absolute;width:6px;height:6px;left:3px;top:3px;border-radius: 50%;background:rgba(255,255,255,0.5);transition: all 0.3s;}
.s1_nav .xiaoYuan>img{width:49.2105%;}
/* .s1_nav li:hover .line>i:after{width:50%;height:50%;} */
.s1_nav li:hover>a{color:#ee932a;}
.s1_nav .yuan>div.active:before{background:#0b695e;}


/* left */
.s1_nav .left li>.line{margin-left:10px;}
.s1_nav .left li>.line:before{left:0;}
.s1_nav .left .line>i{right:-10px;}
.s1_nav .left01>.line:after{content: '';position: absolute;width:47%;height:1px;background:rgba(255,255,255,0.5);left:100%;top:0;transform: rotate(25deg);transform-origin: top left;}
.s1_nav .left01 .line>i{top:16px;right:-52%;}

.s1_nav .left04>.line:after{content: '';position: absolute;width:47%;height:1px;background:rgba(255,255,255,0.5);left:100%;top:0;transform: rotate(-25deg);transform-origin: top left;}
.s1_nav .left04 .line>i{top:-16px;right:-52%;}

/* right */
.s1_nav .right li{flex-direction: row-reverse;}
.s1_nav .right li>.line{margin-right:10px;}
.s1_nav .right li>.line:before{right:0;}
.s1_nav .right .line>i{left:-10px;}
.s1_nav .right01>.line:after{content: '';position: absolute;width:47%;height:1px;background:rgba(255,255,255,0.5);right:100%;top:0;transform: rotate(-25deg);transform-origin: top right;}
.s1_nav .right01 .line>i{top:16px;left:-52%;}

.s1_nav .right05>.line:after{content: '';position: absolute;width:47%;height:1px;background:rgba(255,255,255,0.5);right:100%;top:0;transform: rotate(25deg);transform-origin: top right;}
.s1_nav .right05 .line>i{top:-16px;left:-52%;}

.s1_nav .left01{right:80%;top:-15px;}
.s1_nav .left02{right:95%;top:25%;}
.s1_nav .left03{right:94%;top:70%;}
.s1_nav .left04{right:80%;bottom:-15px;}

.s1_nav .right01{left:80%;top:-15px;}
.s1_nav .right02{left:95%;top:25%;}
.s1_nav .right03{left:100%;top:48%;}
.s1_nav .right04{left:94%;top:70%;}
.s1_nav .right05{left:80%;bottom:-15px;}

/* 动画 */
.s1_nav{transform: scale(0.75);opacity: 0;-webkit-animation:s1_nav 6s linear 0.3s 1 forwards;animation:s1_nav 6s linear 0.3s 1 forwards;}
@-webkit-keyframes s1_nav{
	0%{transform: scale(0.75);opacity: 0;}
	6%{transform: scale(1);opacity: 1;}
	100%{transform: scale(1);opacity: 1;}
}
@keyframes s1_nav{
	0%{transform: scale(0.75);opacity: 0;}
	6%{transform: scale(1);opacity: 1;}
	100%{transform: scale(1);opacity: 1;}
}
.s1_nav>ul{opacity: 0;-webkit-animation:ul 6s linear 0.4s 1 forwards;animation:ul 6s linear 0.4s 1 forwards;}
@-webkit-keyframes ul{
	0%{opacity: 0;}
	5%{opacity: 1;}
	100%{opacity: 1;}
}
@keyframes ul{
	0%{opacity: 0;}
	5%{opacity: 1;}
	100%{opacity: 1;}
}
.s1_nav .xiaoYuan{transform: scale(0.3);opacity: 0;-webkit-animation:xiaoYuan 6s linear 0.5s 1 forwards;animation:xiaoYuan 6s linear 0.5s 1 forwards;}
@-webkit-keyframes xiaoYuan{
	0%{transform: scale(0.3);opacity: 0;}
	7%{transform: none;opacity: 1;}
	100%{transform: none;opacity: 1;}
}
@keyframes xiaoYuan{
	0%{transform: scale(0.3);opacity: 0;}
	7%{transform: none;opacity: 1;}
	100%{transform: none;opacity: 1;}
}

/* .active .s1_nav>ul{opacity: 1;}
.active .s1_nav .yuan,
.active .s1_nav .xiaoYuan{transform: none;opacity: 1;} */

.s1_nav .xiaoYuan>img{transition: all 0.5s;}
.s1_nav .xiaoYuan:hover>img{transform: scale(1.1);}

@media (max-width:767px){
.s1_nav .line>i{display: none;}
}
@media (min-width:768px){
	/* .s1_nav li:nth-child(1)>.line:before{-webkit-animation:move3 1s linear 0.1s infinite alternate;animation:move3 1s linear 0.1s infinite alternate;}
	.s1_nav li:nth-child(2)>.line:before{-webkit-animation:move3 0.8s linear 0.3s infinite alternate;animation:move3 0.8s linear infinite 0.3s alternate;}
	.s1_nav li:nth-child(3)>.line:before{-webkit-animation:move3 0.6s linear 0.15s infinite alternate;animation:move3 0.6s linear infinite 0.15s alternate;}
	.s1_nav li:nth-child(4)>.line:before{-webkit-animation:move3 0.7s linear 0.3s infinite alternate;animation:move3 0.7s linear infinite 0.3s alternate;}
	.s1_nav li:nth-child(5)>.line:before{-webkit-animation:move3 0.5s linear 0.25s infinite alternate;animation:move3 0.5s linear infinite 0.25s alternate;}
	@-webkit-keyframes move3{
		from{transform: scale(1);}
	    to{transform: scale(1.8);}
	}
	@keyframes move3{
		from{transform: scale(1);}
		to{transform: scale(1.8);}
	}
	.s1_nav li:nth-child(1)>.line>i{-webkit-animation:move4 1s linear 0.1s infinite alternate;animation:move4 1s linear 0.1s infinite alternate;}
	.s1_nav li:nth-child(2)>.line>i{-webkit-animation:move4 0.8s linear 0.3s infinite alternate;animation:move4 0.8s linear infinite 0.3s alternate;}
	.s1_nav li:nth-child(3)>.line>i{-webkit-animation:move4 0.6s linear 0.15s infinite alternate;animation:move4 0.6s linear infinite 0.15s alternate;}
	.s1_nav li:nth-child(4)>.line>i{-webkit-animation:move4 0.7s linear 0.3s infinite alternate;animation:move4 0.7s linear infinite 0.3s alternate;}
	.s1_nav li:nth-child(5)>.line>i{-webkit-animation:move4 0.5s linear 0.25s infinite alternate;animation:move4 0.5s linear infinite 0.25s alternate;}
	@-webkit-keyframes move4{
		from{transform: scale(0.8);background:rgba(255,255,255,0.2);}
	    to{transform: scale(1.2);background:rgba(255,255,255,0.3);}
	}
	@keyframes move4{
		from{transform: scale(0.8);background:rgba(255,255,255,0.2);}
		to{transform: scale(1.2);background:rgba(255,255,255,0.3);}
	} */
}
@media (min-width:768px){
	.s1_row .icon>img{height:60px;}
	
	.s1_nav .yuan{-webkit-animation:move1 6s linear infinite;animation:move1 6s linear infinite;}
	.s1_nav .yuan>div{display: block;width:20px;height:20px;-webkit-animation:move2 6s linear infinite;animation:move2 6s linear infinite;}
	.s1_nav .yuan>div:before{width:10px;height:10px;top:5px;left:5px;}
	.s1_nav .yuan>div:nth-child(1){right:66%;top:0%;}
	.s1_nav .yuan>div:nth-child(2){right:91.5%;top:25%;}
	.s1_nav .yuan>div:nth-child(3){right:90.5%;top:70%;}
	.s1_nav .yuan>div:nth-child(4){right:66%;top:93%;}
	.s1_nav .yuan>div:nth-child(5){left:66%;top:0%;}
	.s1_nav .yuan>div:nth-child(6){left:91.5%;top:25%;}
	.s1_nav .yuan>div:nth-child(7){left:96.5%;top:48%;}
	.s1_nav .yuan>div:nth-child(8){left:90.5%;top:70%;}
	.s1_nav .yuan>div:nth-child(9){left:66%;top:93%;}
	@-webkit-keyframes move1{
		0%{transform: rotate(0deg);}
	    40%{transform: rotate(360deg);}
		100%{transform: rotate(360deg);}
	}
	@keyframes move1{
		0%{transform: rotate(0deg);}
		40%{transform: rotate(360deg);}
		100%{transform: rotate(360deg);}
	}
	@-webkit-keyframes move2{
		0%{transform: rotate(0deg);}
		40%{transform: rotate(-360deg);}
		100%{transform: rotate(-360deg);}
	}
	@keyframes move2{
		0%{transform: rotate(0deg);}
		40%{transform: rotate(-360deg);}
		100%{transform: rotate(-360deg);}
	}
	

	.s1_nav li>.line{position: absolute;}
	.s1_nav .left li>.line{right:0;bottom:50%;}
	.s1_nav .left .left0{padding-right:90px;}
	.s1_nav .left .left1{padding-right:70px;}
	
	.s1_nav .right li>.line{left:0;bottom:50%;}
	.s1_nav .right .right0{padding-left:90px;}
	.s1_nav .right .right1{padding-left:70px;}

	.s1_nav li>.line0{width:0;-webkit-animation:width1 6s cubic-bezier(.52,1.64,.37,.66) 2.5s 1 forwards;animation:width1 6s cubic-bezier(.52,1.64,.37,.66) 2.5s 1 forwards;}
	@-webkit-keyframes width1{
		0%{width:0;}
		10%{width:80px;}
		100%{width:80px;}
	}
	@keyframes width1{
		0%{width:0;}
		10%{width:80px;}
		100%{width:80px;}
	}
	.s1_nav li>.line1{width:0;-webkit-animation:width2 6s cubic-bezier(.52,1.64,.37,.66) 2.5s 1 forwards;animation:width2 6s cubic-bezier(.52,1.64,.37,.66) 2.5s 1 forwards;}
	@-webkit-keyframes width2{
		0%{width:0;}
		10%{width:60px;}
		100%{width:60px;}
	}
	@keyframes width2{
		0%{width:0;}
		10%{width:60px;}
		100%{width:60px;}
	}
	
	.s1_nav ul>li>a,
	.s1_nav li>.line:before{opacity: 0;-webkit-animation:opacity1 6s linear 3s 1 forwards;animation:opacity1 6s linear 3s 1 forwards;}
	@-webkit-keyframes opacity1{
		0%{opacity:0;}
		10%{opacity:1;}
		100%{opacity:1;}
	}
	@keyframes opacity1{
		0%{opacity:0;}
		10%{opacity:1;}
		100%{opacity:1;}
	}
}
@media (min-width:992px){
	.s1_row .icon>img{height:70px;}
	
	.s1_nav{width:400px;height:400px;margin-left:-200px;margin-top:-160px;}
	.s1_nav ul>li{font-size:18px;}
	.s1_nav ul>li>a>span{font-size:14px;}
	
	.s1_nav .left01{right:85%;}
	.s1_nav .left04{right:85%;}
	.s1_nav .right01{left:85%;}
	.s1_nav .right05{left:85%;}
	
	.s1_nav .left01 .line>i{top:24px;right:-50%;}
	.s1_nav .left04 .line>i{top:-24px;right:-50%;}
	.s1_nav .right01 .line>i{top:24px;left:-50%;}
	.s1_nav .right05 .line>i{top:-24px;left:-50%;}
	
	
	.s1_nav .yuan>div:nth-child(1){right:70%;top:3%;}
	.s1_nav .yuan>div:nth-child(2){right:92.5%;top:26%;}
	.s1_nav .yuan>div:nth-child(3){right:91.5%;top:71%;}
	.s1_nav .yuan>div:nth-child(4){right:70%;top:91.5%;}
	.s1_nav .yuan>div:nth-child(5){left:70%;top:3%;}
	.s1_nav .yuan>div:nth-child(6){left:92.5%;top:26%;}
	.s1_nav .yuan>div:nth-child(7){left:97.5%;top:49%;}
	.s1_nav .yuan>div:nth-child(8){left:91.5%;top:71%;}
	.s1_nav .yuan>div:nth-child(9){left:70%;top:91.5%;}
	
	.s1_nav .left .left0{padding-right:130px;}
	.s1_nav .left .left1{padding-right:110px;}
	.s1_nav .right .right0{padding-left:130px;}
	.s1_nav .right .right1{padding-left:110px;}
	
	.s1_nav li>.line0{width:0;-webkit-animation:width1 6s cubic-bezier(.52,1.64,.37,.66) 2.5s 1 forwards;animation:width1 6s cubic-bezier(.52,1.64,.37,.66) 2.5s 1 forwards;}
	@-webkit-keyframes width1{
		0%{width:0;}
		10%{width:120px;}
		100%{width:120px;}
	}
	@keyframes width1{
		0%{width:0;}
		10%{width:120px;}
		100%{width:120px;}
	}
	.s1_nav li>.line1{width:0;-webkit-animation:width2 6s cubic-bezier(.52,1.64,.37,.66) 2.5s 1 forwards;animation:width2 6s cubic-bezier(.52,1.64,.37,.66) 2.5s 1 forwards;}
	@-webkit-keyframes width2{
		0%{width:0;}
		10%{width:100px;}
		100%{width:100px;}
	}
	@keyframes width2{
		0%{width:0;}
		10%{width:100px;}
		100%{width:100px;}
	}
}
@media (min-width:1450px){
	.s1_row .icon>img{height:90px;}
	.s1_nav{width:500px;height:500px;margin-left:-250px;margin-top:-210px;}
	.s1_nav ul>li{font-size:20px;}
	.s1_nav ul>li>a>span{font-size:15px;}
	
	.s1_nav .yuan>div:nth-child(1){right:77.5%;top:7%;}
	.s1_nav .yuan>div:nth-child(2){right:92.5%;top:25.5%;}
	.s1_nav .yuan>div:nth-child(3){right:92%;top:70.5%;}
	.s1_nav .yuan>div:nth-child(4){right:77.5%;top:88.5%;}
	.s1_nav .yuan>div:nth-child(5){left:77.5%;top:7%;}
	.s1_nav .yuan>div:nth-child(6){left:92.5%;top:25.5%;}
	.s1_nav .yuan>div:nth-child(7){left:97.5%;top:48.5%;}
	.s1_nav .yuan>div:nth-child(8){left:92%;top:70.5%;}
	.s1_nav .yuan>div:nth-child(9){left:77.5%;top:88.5%;}

	.s1_nav .left01{right:100%;}
	.s1_nav .left04{right:100%;}
	.s1_nav .right01{left:100%;}
	.s1_nav .right05{left:100%;}
	
	.s1_nav .left01 .line>i{top:48px;right:-46%;}
	.s1_nav .left04 .line>i{top:-48px;right:-46%;}
	.s1_nav .right01 .line>i{top:48px;left:-46%;}
	.s1_nav .right05 .line>i{top:-48px;left:-46%;}

	.s1_nav .left .left0{padding-right:250px;}
	.s1_nav .left .left1{padding-right:175px;}
	.s1_nav .right .right0{padding-left:250px;}
	.s1_nav .right .right1{padding-left:175px;}
	.s1_nav li>.line0{width:0;-webkit-animation:width1 6s cubic-bezier(.52,1.64,.37,.66) 2.5s 1 forwards;animation:width1 6s cubic-bezier(.52,1.64,.37,.66) 2.5s 1 forwards;}
	@-webkit-keyframes width1{
		0%{width:0;}
		10%{width:240px;}
		100%{width:240px;}
	}
	@keyframes width1{
		0%{width:0;}
		10%{width:240px;}
		100%{width:240px;}
	}
	.s1_nav li>.line1{width:0;-webkit-animation:width2 6s cubic-bezier(.52,1.64,.37,.66) 2.5s 1 forwards;animation:width2 6s cubic-bezier(.52,1.64,.37,.66) 2.5s 1 forwards;}
	@-webkit-keyframes width2{
		0%{width:0;}
		10%{width:165px;}
		100%{width:165px;}
	}
	@keyframes width2{
		0%{width:0;}
		10%{width:165px;}
		100%{width:165px;}
	}
}
@media (min-width:1650px){
	.s1_row .icon>img{height:110px;}
	.s1_nav ul>li{font-size:24px;}
	.s1_nav ul>li>a>span{font-size:16px;}
	
	.s1_nav .yuan>div:nth-child(1){right:77.5%;top:7.5%;}
	.s1_nav .yuan>div:nth-child(2){right:92.5%;top:26%;}
	.s1_nav .yuan>div:nth-child(3){right:92%;top:71%;}
	.s1_nav .yuan>div:nth-child(4){right:78%;top:88%;}
	.s1_nav .yuan>div:nth-child(5){left:77.5%;top:7.5%;}
	.s1_nav .yuan>div:nth-child(6){left:92.5%;top:26%;}
	.s1_nav .yuan>div:nth-child(7){left:97.5%;top:49%;}
	.s1_nav .yuan>div:nth-child(8){left:92%;top:71%;}
	.s1_nav .yuan>div:nth-child(9){left:78%;top:88%;}
}
/*坚屏*/
@media (max-width:767px) and (orientation:portrait){
	.s1_row>div{width:100%;height:50%;}
	.s1_nav{width:200px;height:200px;margin-top:0;margin-left:-100px;margin-top:-100px;}
	.s1_nav li>.line{display: none;}
	.s1_nav .yuan>div{display: block;}
	.s1_nav .yuan{-webkit-animation:move1 6s linear infinite;animation:move1 6s linear infinite;}
	.s1_nav .yuan>div{-webkit-animation:move2 6s linear infinite;animation:move2 6s linear infinite;}
	@-webkit-keyframes move1{
		0{transform: rotate(0deg);}
	    40%{transform: rotate(360deg);}
	    100%{transform: rotate(360deg);}
	}
	@keyframes move1{
		0{transform: rotate(0deg);}
		40%{transform: rotate(360deg);}
		100%{transform: rotate(360deg);}
	}
	@-webkit-keyframes move2{
		0{transform: rotate(0deg);}
		40%{transform: rotate(-360deg);}
		100%{transform: rotate(-360deg);}
	}
	@keyframes move2{
		0{transform: rotate(0deg);}
		40%{transform: rotate(-360deg);}
		100%{transform: rotate(-360deg);}
	}
	
	.s1_nav .left01{top:auto;right:auto;top:-60%;left:-30%;}
	.s1_nav .left02{top:auto;right:auto;top:-35%;left:0%;}
	.s1_nav .left03{top:auto;right:auto;top:-45%;right:-30%;}
	.s1_nav .left04{bottom:auto;right:auto;top:-25%;right:8%;}
	
	.s1_nav .right01{top:auto;left:auto;bottom:-20%;left:-30%;}
	.s1_nav .right02{top:auto;left:auto;bottom:-35%;right:-30%;}
	.s1_nav .right03{top:auto;left:auto;bottom:-45%;left:-15%;}
	.s1_nav .right04{top:auto;left:auto;bottom:-55%;right:-3%;}
	.s1_nav .right05{bottom:auto;left:auto;bottom:-70%;right:30%;}
	
	
	.s1_nav .yuan>div:nth-child(1){right:93.5%;top:30%;}
	.s1_nav .yuan>div:nth-child(2){right:75%;top:5.5%;}
	.s1_nav .yuan>div:nth-child(3){left:94%;top:30%;}
	.s1_nav .yuan>div:nth-child(4){left:68%;top:2%;}
	.s1_nav .yuan>div:nth-child(5){right:85%;top:80%;}
	.s1_nav .yuan>div:nth-child(6){left:85%;top:50%;}
	.s1_nav .yuan>div:nth-child(7){left:31%;top:94%;}
	.s1_nav .yuan>div:nth-child(8){left:60%;top:96%;}
	.s1_nav .yuan>div:nth-child(9){left:83%;top:82%;}
	
	.s1_nav .yuan>div:after{content: '';position: absolute;width:1px;height:0;background:rgba(255,255,255,0.2);left:50%;}
	.s1_nav .yuan>div:nth-child(1):after{bottom:6px;transform: rotate(-14deg);transform-origin: bottom center;}
	.s1_nav .yuan>div:nth-child(2):after{bottom:6px;transform: rotate(-15deg);transform-origin: bottom center;}
	.s1_nav .yuan>div:nth-child(3):after{bottom:6px;transform: rotate(26deg);transform-origin: bottom center;}
	.s1_nav .yuan>div:nth-child(4):after{bottom:6px;transform: rotate(12deg);transform-origin: bottom center;}
	.s1_nav .yuan>div:nth-child(5):after{top:6px;}
	.s1_nav .yuan>div:nth-child(6):after{top:6px;}
	.s1_nav .yuan>div:nth-child(7):after{top:6px;}
	.s1_nav .yuan>div:nth-child(8):after{top:6px;}
	.s1_nav .yuan>div:nth-child(9):after{top:6px;}
	
	.s1_nav .yuan>div:after{height:0;-webkit-animation:width3 6s cubic-bezier(.52,1.64,.37,.66) 2.5s infinite;animation:width3 6s cubic-bezier(.52,1.64,.37,.66) 2.5s infinite;}
	@-webkit-keyframes width3{
		0%{height:0;}
		10%{height:30px;}
		40%{height:30px;}
		45%{height:0;}
		100%{height:0;}
	}
	@keyframes width3{
		0%{height:0;}
		10%{height:30px;}
		40%{height:30px;}
		45%{height:0;}
		100%{height:0;}
	}
	
	.s1_nav ul>li>a{opacity: 0;-webkit-animation:opacity1 6s linear 3s 1 forwards;animation:opacity1 6s linear 3s 1 forwards;}
	@-webkit-keyframes opacity1{
		0%{opacity:0;}
		10%{opacity:1;}
		100%{opacity:1;}
	}
	@keyframes opacity1{
		0%{opacity:0;}
		10%{opacity:1;}
		100%{opacity:1;}
	}
}
/*横屏*/
@media (max-width:767px) and (orientation:landscape){
	.s1_nav{width:200px;height:200px;margin-top:0;margin-left:-100px;margin-top:-100px;}
	
	.s1_nav .left01{right:88%;}
	.s1_nav .left04{right:88%;}
	.s1_nav .right01{left:88%;}
	.s1_nav .right05{left:88%;}
	
	
	
	.s1_nav .yuan{-webkit-animation:move1 6s linear infinite;animation:move1 6s linear infinite;}
	.s1_nav .yuan>div{display: block;width:20px;height:20px;-webkit-animation:move2 6s linear infinite;animation:move2 6s linear infinite;}
	.s1_nav .yuan>div:before{width:10px;height:10px;top:5px;left:5px;}
	.s1_nav .yuan>div:nth-child(1){right:66%;top:0%;}
	.s1_nav .yuan>div:nth-child(2){right:91.5%;top:25%;}
	.s1_nav .yuan>div:nth-child(3){right:90.5%;top:70%;}
	.s1_nav .yuan>div:nth-child(4){right:66%;top:90%;}
	.s1_nav .yuan>div:nth-child(5){left:66%;top:0%;}
	.s1_nav .yuan>div:nth-child(6){left:91.5%;top:25%;}
	.s1_nav .yuan>div:nth-child(7){left:96.5%;top:48%;}
	.s1_nav .yuan>div:nth-child(8){left:90.5%;top:70%;}
	.s1_nav .yuan>div:nth-child(9){left:66%;top:90%;}
	@-webkit-keyframes move1{
		0%{transform: rotate(0deg);}
	    40%{transform: rotate(360deg);}
		100%{transform: rotate(360deg);}
	}
	@keyframes move1{
		0%{transform: rotate(0deg);}
		40%{transform: rotate(360deg);}
		100%{transform: rotate(360deg);}
	}
	@-webkit-keyframes move2{
		0%{transform: rotate(0deg);}
		40%{transform: rotate(-360deg);}
		100%{transform: rotate(-360deg);}
	}
	@keyframes move2{
		0%{transform: rotate(0deg);}
		40%{transform: rotate(-360deg);}
		100%{transform: rotate(-360deg);}
	}
	
	
	.s1_nav li>.line{position: absolute;}
	.s1_nav .left li>.line{right:0;bottom:50%;}
	.s1_nav .left .left0{padding-right:90px;}
	.s1_nav .left .left1{padding-right:70px;}
	
	.s1_nav .right li>.line{left:0;bottom:50%;}
	.s1_nav .right .right0{padding-left:90px;}
	.s1_nav .right .right1{padding-left:70px;}
	
	.s1_nav li>.line0{width:0;-webkit-animation:width1 6s cubic-bezier(.52,1.64,.37,.66) 2.5s 1 forwards;animation:width1 6s cubic-bezier(.52,1.64,.37,.66) 2.5s 1 forwards;}
	@-webkit-keyframes width1{
		0%{width:0;}
		10%{width:80px;}
		100%{width:80px;}
	}
	@keyframes width1{
		0%{width:0;}
		10%{width:80px;}
		100%{width:80px;}
	}
	.s1_nav li>.line1{width:0;-webkit-animation:width2 6s cubic-bezier(.52,1.64,.37,.66) 2.5s 1 forwards;animation:width2 6s cubic-bezier(.52,1.64,.37,.66) 2.5s 1 forwards;}
	@-webkit-keyframes width2{
		0%{width:0;}
		10%{width:60px;}
		100%{width:60px;}
	}
	@keyframes width2{
		0%{width:0;}
		10%{width:60px;}
		100%{width:60px;}
	}
	
	.s1_nav ul>li>a,
	.s1_nav li>.line:before{opacity: 0;-webkit-animation:opacity1 6s linear 3s 1 forwards;animation:opacity1 6s linear 3s 1 forwards;}
	@-webkit-keyframes opacity1{
		0%{opacity:0;}
		10%{opacity:1;}
		100%{opacity:1;}
	}
	@keyframes opacity1{
		0%{opacity:0;}
		10%{opacity:1;}
		100%{opacity:1;}
	}
}
@media (min-width:1450px) and (max-height:768px){
	.s1_nav{width:400px;height:400px;}
	.s1_nav ul>li{font-size:20px;}
	.s1_nav ul>li>a>span{font-size:15px;}
	
	.s1_nav .left01{right:85%;}
	.s1_nav .left04{right:85%;}
	.s1_nav .right01{left:85%;}
	.s1_nav .right05{left:85%;}
	
	.s1_nav .yuan>div:nth-child(1){right:70%;top:3%;}
	.s1_nav .yuan>div:nth-child(2){right:92.5%;top:26%;}
	.s1_nav .yuan>div:nth-child(3){right:91.5%;top:71%;}
	.s1_nav .yuan>div:nth-child(4){right:70%;top:91.5%;}
	.s1_nav .yuan>div:nth-child(5){left:70%;top:3%;}
	.s1_nav .yuan>div:nth-child(6){left:92.5%;top:26%;}
	.s1_nav .yuan>div:nth-child(7){left:97.5%;top:49%;}
	.s1_nav .yuan>div:nth-child(8){left:91.5%;top:71%;}
	.s1_nav .yuan>div:nth-child(9){left:70%;top:91.5%;}
	
	.s1_nav .left01 .line>i{top:24px;right:-50%;}
	.s1_nav .left04 .line>i{top:-24px;right:-50%;}
	.s1_nav .right01 .line>i{top:24px;left:-50%;}
	.s1_nav .right05 .line>i{top:-24px;left:-50%;}
	
	.s1_nav .left .left0{padding-right:130px;}
	.s1_nav .left .left1{padding-right:110px;}
	.s1_nav .right .right0{padding-left:130px;}
	.s1_nav .right .right1{padding-left:110px;}
	.s1_nav li>.line0{width:0;-webkit-animation:width1 6s cubic-bezier(.52,1.64,.37,.66) 2.5s 1 forwards;animation:width1 6s cubic-bezier(.52,1.64,.37,.66) 2.5s 1 forwards;}
	@-webkit-keyframes width1{
		0%{width:0;}
		10%{width:120px;}
		100%{width:120px;}
	}
	@keyframes width1{
		0%{width:0;}
		10%{width:120px;}
		100%{width:120px;}
	}
	.s1_nav li>.line1{width:0;-webkit-animation:width2 6s cubic-bezier(.52,1.64,.37,.66) 2.5s 1 forwards;animation:width2 6s cubic-bezier(.52,1.64,.37,.66) 2.5s 1 forwards;}
	@-webkit-keyframes width2{
		0%{width:0;}
		10%{width:100px;}
		100%{width:100px;}
	}
	@keyframes width2{
		0%{width:0;}
		10%{width:100px;}
		100%{width:100px;}
	}
}

/*第二屏*/
.s2_row .index_title{margin-bottom:0;}
.s2_row .InfoContent{margin:20px 0 30px;line-height:24px;max-height:360px;}
.s2_img{position: absolute;width:50%;right:0;top:50%;transform: translateY(-50%);}
.s2_img>img{display: block;max-width:100%;}

.s2_left{transform:translateX(-100%);}
.s2_img>img{transform:translateX(100%);}
.active .s2_left{transform:none;opacity: 1;}
.active .s2_img>img{transform:none;opacity: 1;}
@media (min-width:992px){
	.s2_row .InfoContent{margin:30px 0 50px;}
}
@media (min-width:1450px){
	.s2_row .InfoContent{line-height:26px;max-height:234px;}
}

/*坚屏*/
@media (max-width:767px) and (orientation:portrait){
	.s2_row>div{width:100%;}
	.s2_img{display: none;}
}
/*横屏*/
@media (max-width:767px) and (orientation:landscape){
	.s2_row .InfoContent{max-height:168px;}
}
@media (min-width:768px) and (max-height:768px){
	.s2_row .InfoContent{max-height:240px;margin:20px 0 30px;}
}
@media (min-width:1450px) and (max-height:768px){
	.s2_row .InfoContent{max-height:260px;}
}

/*第三屏*/
.s3_row{position: relative;margin-left:-7px;margin-right:-7px;}
.s3_row>.column{padding:7px;}
.s3_row a{display: block;position: relative;}
.s3_row .mask{position: absolute;width:100%;height:100%;left:0;top:0;color:#fff;padding:15px;display: flex;justify-content: center;flex-direction: column;}
.s3_row .text{width:100%;text-align: center;}
.s3_row h5{font-size:18px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.s3_row h5 + p{margin-top:10px;line-height:20px;height:20px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.s3_row a:hover .img>img{transform: scale(1.1);}
.s3_row .middle{position: absolute;width:120px;height:120px;left:50%;top:50%;transform: translate(-50%,-50%);}
.s3_row .middle .yuan{width:100%;height:100%;border-radius: 50%;border:1px solid #fff;display: flex;align-items: center;justify-content: center;}
.s3_row .middle .content{width:86%;height:86%;background:#fff;border-radius: 50%;font-size:20px;display: flex;align-items: center;justify-content: center;color:black;}
.s3_row>.column{transform: scale(0);}
.s3_row>.column:nth-child(1){transform-origin: top left;}
.s3_row>.column:nth-child(2){transform-origin: top right;}
.s3_row>.column:nth-child(3){transform-origin: bottom left;}
.s3_row>.column:nth-child(4){transform-origin: bottom right;}
.s3_row .middle .yuan{transform: scale(0);-webkit-transition-delay:.6s;transition-delay:.6s}
.active .s3_row>.column{transform: none;opacity: 1;}
.active .s3_row .middle .yuan{transform: none;opacity: 1;}
@media (max-width:767px){
	.s3_row .img>img{width:auto;height:150px;}
}
@media (min-width:768px){
	.s3_row{margin-left:-10px;margin-right:-10px;}
	.s3_row>.column{padding:10px;}
	.s3_row h5{font-size:22px;}
	.s3_row h5 + p{font-size:16px;line-height:24px;height:24px;}
	.s3_row .middle{width:200px;height:200px;}
	.s3_row .middle .content{font-size:30px;}
}
@media (min-width:1200px){
	.s3_row{margin-left:-20px;margin-right:-20px;}
	.s3_row>.column{padding:20px;}
	.s3_row h5{font-size:26px;}
	.s3_row h5 + p{font-size:16px;line-height:24px;height:24px;}
	.s3_row .middle{width:300px;height:300px;}
	.s3_row .middle .content{font-size:50px;}
}
/*坚屏*/
@media (max-width:767px) and (orientation:portrait){
	
}
/*横屏*/
@media (max-width:767px) and (orientation:landscape){
	
}
@media (min-width:1200px) and (max-height:768px){
	.s3_row{margin-left:-10px;margin-right:-10px;}
	.s3_row>.column{padding:10px;}
	.s3_row .img{max-height:38vh;}
	.s3_row .middle{width:240px;height:240px;}
	.s3_row .middle .content{font-size:40px;}
}


/*第四屏*/
.section4{display: block;}
.section4>div{width:100%;overflow: hidden;}
.s4_top{height:calc(100% - 200px)}
.s4_top>div{display: none;}
.s4_top>.active{display: block;}
.s4_top>div,
.s4_top>div>div{height:100%;}
.s4_top .row{display: flex;align-items: center;flex-flow: row wrap;}
.s4_top .row:before,
.s4_top .row:after{display: none;}
.s4_top h5{font-size:20px;color:#5761a4;line-height: 28px;max-height: 56px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.s4_top h6{margin:20px 0 10px;font-size:16px;line-height:28px;}
.s4_top h6 span{color:#5761a4;}
.s4_top .p{font-size:14px;line-height:24px;}
.s4_top .index_href{margin-top:30px;}
.s4_top .index_href>.a{background:#5761a4;}
.s4_top .img{padding:20px;}
.s4_top .img>img{width:auto;margin:0 auto;max-width:100%;}
.s4_top .img:hover>img{transform: scale(1.1);}

.s4_bottom{height:200px;}
.s4_bottom>div,
.s4_bottom>div>div,
.s4_bottom>div>div>div,
.s4_bottom a{height:100%;}
.s4_bottom .swiper-button-white{width:40px;height:40px;margin-top:-20px;background-size:auto 28px;}
.index_product_list a{display: block;position: relative;background:rgba(11,105,94,0.3);transition: all 0.5s;}
.index_product_list .img{max-height:100%;padding:20px;}
.index_product_list .img>img{width:auto;max-width:100%;height:120px;margin:0 auto;}
.index_product_list .text{position: absolute;width:100%;left:0;bottom:0;padding:15px;text-align: center;}
.index_product_list h5{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.index_product_list a:hover{background:rgba(11,105,94,0.5);}
.index_product_list a:hover .img>img{transform: scale(1.1);}
@media (max-width:767px){
	.s4_top .row>div:nth-child(2){display: none;}
}
@media (min-width:768px){
	.s4_top h5{font-size:24px;line-height:40px;max-height:80px;}
	.s4_top h6{margin:30px 0 15px;font-size:20px;line-height:30px;}
	.s4_top .p{font-size:16px;line-height:28px;}
	.s4_top .img>img{max-height:50vh;}
}
@media (min-width:992px){
	.s4_top .index_href{margin-top:40px;}
}
@media (min-width:1200px){
	.s4_top .text{padding-right:20%;}
	.s4_top h5{font-size:26px;line-height:50px;max-height:100px;}
	.s4_top h6{font-size:22px;line-height:40px;}

	.index_product_list .img>img{height:140px;}
	.index_product_list h5{font-size:18px;}
}
@media (min-width:1450px){
	.s4_top .img{padding:30px;}
	.s4_top{height:calc(100% - 290px)}
	.s4_top h5{font-size:30px;}
	.s4_top h6{font-size:24px;}
	.s4_top .p{font-size:18px;line-height:36px;}
	.s4_top .index_href{margin-top:50px;}
	
	.index_product_list .img{padding:30px;}
	.index_product_list .img>img{height:160px;}
	.s4_bottom{height:290px;}
}
@media (min-width:1650px){
	.index_product_list .text{padding:25px 15px;}
	.index_product_list h5{font-size:20px;}
}

/*坚屏*/
@media (max-width:767px) and (orientation:portrait){
	
}
/*横屏*/
@media (max-width:767px) and (orientation:landscape){
	.s4_top{height:calc(100% - 180px)}
	.s4_top h6,
	.s4_top .p{display: none;}
	.s4_top .index_href{margin-top:20px;}
	.s4_bottom{height:180px;}
}
@media (min-width:768px) and (max-height:600px){
	.s4_top h6,
	.s4_top .p{display: none;}
}
@media (min-width:1450px) and (max-height:768px){
	.s4_top{height:calc(100% - 200px)}
	.s4_bottom{height:200px;}
}

/*第五屏*/
.index_health{display:flex;flex-flow: row wrap;margin-left:-10px;margin-right:-10px;margin-bottom:30px;}
.index_health:before,
.index_health:after{display: none;}
.index_health>div{padding-left:10px;padding-right:10px;}
.index_health a{display: block;background:#f5f5f5;}
.index_health .text{padding:20px 15px;}
.index_health h5{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.index_health .p{color:#666;font-size:12px;margin-top:10px;line-height:20px;height:40px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.index_health .p+em{margin-top:10px;display: block;}
.index_health .p+em>span{color:#C7000A;font-size:12px;}

.s5_left{height:100%;background:#f5f5f5;}
.s5_right .item{margin-bottom:15px;}
.s5_right .item:last-child{margin-bottom:0;}
.s5_right a{display: flex;align-items: center;}
.s5_right .img{width:150px;flex: 0 0 auto;}
.s5_right .text{width:auto;overflow: hidden;padding-top:0!important;padding-bottom:0!important;}
.index_health a:hover h5{color:#C7000A;}
.index_health a:hover .p+em>span{text-decoration: underline;}
.index_health a:hover .img>img{transform: scale(1.1);}

.section5 .s5_left{background:#fff;}
.section5 .index_health{margin-bottom:0;}
.section5 .index_health a{background:#fff;}
.section5 .index_href{text-align: center;margin-top:30px;}

.section5 .index_title{transform:translateY(100%);}
.section5 .index_health{transform:translateY(100%);-webkit-transition-delay:.6s;transition-delay:.6s}
.section5 .index_href{transform:translateY(100%);-webkit-transition-delay:.9s;transition-delay:.9s}
.active.section5 .index_title,
.active.section5 .index_health,
.active.section5 .index_href{transform: none;opacity: 1;}
@media (min-width:768px){
	.index_health{margin-bottom:40px;}
	.index_health .text{padding:25px 20px;}
	.index_health .p{height:20px;-webkit-line-clamp:1;}
	
	.section5 .index_href{margin-top:5vh;}
}
@media (min-width:992px){
	.index_health{margin-bottom:50px;}
	.s5_right .img{width:160px;}
}
@media (min-width:1200px){
	.index_health{margin-left:-20px;margin-right:-20px;margin-bottom:60px;}
	.index_health>div{padding-left:20px;padding-right:20px;}
	.index_health .text{padding:28px 25px;}
	.index_health h5{font-size:16px;}
	.index_health .p{font-size:14px;line-height:24px;height:48px;-webkit-line-clamp:2;}
	.index_health .p+em{margin-top:20px;}
	.index_health .p+em>span{font-size:14px;}
	.s5_right .img{width:200px;}
}
@media (min-width:1450px){
	.index_health{margin-bottom:70px;}
	.index_health h5{font-size:18px;}
	.index_health .p{font-size:16px;}
	.index_health .p+em>span{font-size:16px;}
	.s5_right .img{width:220px;}
	
}
@media (min-width:1650px){
	.s5_right .img{width:245px;}
}

/*坚屏*/
@media (max-width:767px) and (orientation:portrait){
	.s5_right .text{padding:0 15px;}
	.index_health>div:first-child{display: none;}
	.index_health .p,
	.index_health .p+em{margin-top:5px;}
}
/*横屏*/
@media (max-width:767px) and (orientation:landscape){
	.index_health>div{width:50%;}
	.index_health .p{height:20px;-webkit-line-clamp:1;}
	.s5_left .p{display: none;}
	.s5_right .item:nth-child(2){margin-bottom:0;}
	.s5_right .item:last-child{display: none;}
	
	.section5 .index_href{display: none;}
}
@media (min-width:768px) and (max-height:768px){
	.section5 .index_health .text{padding:20px;}
	.section5 .index_href{margin-top:30px;}
}
@media (min-width:768px) and (max-height:650px){
	.section5 .s5_right .p{height:20px;}
	.section5 .s5_right .img{width:150px;}
}
@media (min-width:768px) and (max-height:650px){
	.section5 .s5_right .img{width:145px;}
}
@media (min-width:1200px) and (max-height:650px){
	.section5 .s5_right .img{width:170px;}
	.section5 .index_health .p{height:24px;}
	.section5 .index_href{display: none;}
}
@media (min-width:1450px) and (max-height:650px){
	.section5 .index_health .p{height:24px;}
	.section5 .s5_left .p{display: none;}
	.section5 .s5_left .img{max-height:52vh;}
	.section5 .s5_right .img{width:180px;}
}

/*第六屏*/
/* .honorSection{position: relative;width:100%;padding-top:10px;padding-bottom:10px;overflow: hidden;}
.honorSection .img{position:relative;height:100%;overflow:hidden;display: flex;flex-direction: column;justify-content: center;background:#fff;}
.honorSection .img img{width:100%;height:auto;display:block;}
.honorSection .img:after{content: '';position: absolute;width:100%;height:100%;background:rgba(0,0,0,0.5);left:0;top:0;transition: all 0.36s;}
.flipster ul{width:200px!important;height:261px!important;}
.flipster ul li{width:100%;height:100%;cursor: pointer;padding:0;box-shadow: 0 0 10px rgba(0,0,0,0.5);}
.flipster ul li:after{content: '';position: absolute;width:100%;height:100%;left:0;top:0;}
.flipster ul li>div{width:100%;height:100%;}
.flipster h5{font-size:16px;text-align: center;line-height:40px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity: 0;display: none;}
.flip-content{position:relative;}
.flip-content a{position:absolute;width:100%;height:100%;left:0;top:0;display:none;}
.flipster ul li:hover .img:after,
.flip-current .img:after{opacity: 0;}
.flip-current a{display:block;}
.flip-current h5{opacity:1;}
.flip-current:after{display: none;}
.honorSection .flipto-prev,.honorSection .flipto-next{display: none;} */
/* .section6 .index_href{text-align: center;margin-top:30px;}

.section6 .index_title{transform:translateY(100%);}
.section6 .honorSection{transform:translateY(100%);-webkit-transition-delay:.6s;transition-delay:.6s}
.section6 .index_href{transform:translateY(100%);-webkit-transition-delay:.9s;transition-delay:.9s}
.active.section6 .index_title,
.active.section6 .honorSection,
.active.section6 .index_href{transform: none;opacity: 1;}
@media (min-width:768px){
	.section6 .index_href{margin-top:5vh;}
} */
/* @media (min-width:1200px){
	.flipster ul{width:260px!important;height:339px!important;}
	.flipster h5{font-size:18px;line-height:50px;}
}
@media (min-width:1450px){
	.flipster ul{width:280px!important;height:365px!important;}
}
@media (min-width:1650px){
	.flipster ul{width:353px!important;height:460px!important;}
}
/*坚屏*/
@media (max-width:767px) and (orientation:portrait){

} */
/*横屏*/
/* @media (max-width:767px) and (orientation:landscape){
	.flipster ul{width:184px!important;height:240px!important;}
	.section6 .index_href{display: none;}
}
@media (min-width:768px) and (max-height:768px){
	.section6 .index_href{margin-top:30px;}
} */


/*第七屏*/
.s7_swiper .swiper-pagination{display: none;}
.index_news_list a{display: block;}
.index_news_list .text{position: relative;padding:15px 0 20px;}
.index_news_list .text:after{content:'';position: absolute;width:0;height:1px;left:0;bottom:0;background:#C7000A;transition: all 0.5s;}
.index_news_list .text:before{content:'';position: absolute;width:100%;height:1px;left:0;bottom:0;background:rgba(13,104,94,0.3);}
.index_news_list h5{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.index_news_list .date{color:#666;margin-top:10px;}
.index_news_list a:hover .text:after{width:100%;}
.index_news_list a:hover .img>img{transform: scale(1.1);}

.index_news_list.row .text{border-bottom:1px solid #ddd;}
.index_news_list.row .text:after{bottom:-1px;}
.index_news_list.row .column{margin-bottom:30px;}

.section7 .index_href{text-align: center;margin-top:30px;}

.section7 .index_title{transform:translateY(100%);}
.section7 .submenu{transform:translateY(100%);-webkit-transition-delay:.6s;transition-delay:.6s}
.section7 .s7_swiper{transform:translateY(100%);-webkit-transition-delay:.9s;transition-delay:.9s}
.section7 .index_href{transform:translateY(100%);-webkit-transition-delay:1.1s;transition-delay:1.1s}
.active.section7 .index_title,
.active.section7 .index_href,
.active.section7 .submenu,
.active.section7 .s7_swiper{transform: none;opacity: 1;}
@media (min-width:768px){
	.section7 .index_href{margin-top:5vh;}
}
@media (min-width:1200px){
	.index_news_list .text{padding:20px 0 30px;}
}
@media (min-width:1450px){
	.index_news_list h5{font-size:18px;}
	.index_news_list .date{font-size:16px;margin-top:15px;}
}
@media (min-width:1650px){
	.index_news_list .text{padding:25px 0 35px;}
}
/*横屏*/
@media (max-width:767px) and (orientation:landscape){
	.index_news_list .img{max-height:45vh;}
	.index_news_list .text{padding-bottom:15px;}
	.section7 .submenu{display: none;}
	.section7 .index_href{display: none;}
}
@media (min-width:768px) and (max-height:768px){
	.section7 .submenu{margin-bottom:15px;}
	.section7 .index_href{margin-top:30px;}
}
@media (min-width:1200px) and (max-height:768px){
	.index_news_list .img{max-height:45vh;}
}
@media (min-width:1200px) and (max-height:620px){
	.section7 .submenu,
	.section7 .index_href{display:none;}
}

/*第八屏*/
.section8{display: block;}
@media (max-width:767px){
	/* .section8 .foot_other, */
	.section8 .foot_nav{display: none;}
}
@media (min-width:768px) and (max-height:768px){
	.section8 .foot_nav{display: none;}
}
@media (min-width:992px) and (max-height:768px){
	.section8 .foot_nav{display: flex;}
}
/*坚屏*/
@media (max-width:767px) and (orientation:portrait){
	
}
/*横屏*/
@media (max-width:767px) and (orientation:landscape){
	.section8 .foot_contact{display: flex;flex-flow: row wrap;justify-content: space-between;}
	.section8 .foot_contact h5{width:100%;}
	.section8 .foot_contact .InfoContent{max-width:50%;padding-right:30px;}
}


/*专家团队*/
/* .section3 .index_href{text-align: center;margin-top:30px;}
.s3_swiper .swiper-pagination{display: none;}
.s3_swiper .swiper-container{padding-bottom:10px;} */
.team_list.row{margin-left:-10px;margin-right:-10px;}
.team_list .column{padding-left:10px;padding-right:10px;}
.team_list a{display: block;background:#fff;box-shadow: 0 3px 10px rgba(0,0,0,0.12);}
.team_list .text{padding:15px;}
.team_list h5{font-size:16px;margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition: all 0.36s;}
.team_list .p{font-size:14px;line-height:22px;height:66px;color:#666;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.team_list a:hover h5{color:#C7000A;}
.team_list a:hover .img>img{transform: scale(1.1);}

/* .section3 .index_title{transform:translateY(100%);}
.section3 .s3_swiper{transform:translateY(100%);-webkit-transition-delay:.6s;transition-delay:.6s}
.section3 .index_href{transform:translateY(100%);-webkit-transition-delay:.9s;transition-delay:.9s}
.active.section3 .index_title,
.active.section3 .s3_swiper,
.active.section3 .index_href{transform: none;opacity: 1;} */
@media (min-width:768px){
	.team_list h5{margin-bottom:15px;}
	
	/* .section3 .index_href{margin-top:6.4vh;} */
}
@media (min-width:1200px){
	.team_list .text{padding:20px;}
}
@media (min-width:1450px){
	.team_list .text{padding:20px 25px 25px;}
}
/*坚屏*/
/* @media (max-width:767px) and (orientation:portrait){
	.section3 .team_list .img{max-height:38vh;}
} */
/*横屏*/
/* @media (max-width:767px) and (orientation:landscape){
	.section3 .team_list .img{max-height:38vh;}
	.section3 .team_list .p{height:44px;}
	.section3 .index_href{display: none;}
}
@media (min-width:768px) and (max-height:768px){
	.section3 .team_list .p{height:44px;}
	.section3 .index_href{margin-top:20px;}
}
@media (min-width:1200px) and (max-height:620px){
	.section3 .team_list h5{margin-bottom:0;}
	.section3 .team_list .p{display: none;}
} */



/*合作伙伴 */
/* .section5{padding-bottom:60px;}
.section5 .footer{position: absolute;transform: translateY(100%);}
.active.section5 .footer{opacity: 1;transform: none;-webkit-transition-delay:.9s;transition-delay: 0.9s;} */
.partner_list{margin-left:-7px;margin-right:-7px;}
.partner_list .column{padding-left:7px;padding-right:7px;margin-bottom:15px;}
.partner_list .img>img{width:auto;max-width:100%;margin:0 auto;}
.partner_list .img:after{content: '';position: absolute;width:100%;height:100%;left:0;top:0;border:1px solid transparent;z-index: 2;}
.partner_list .img:hover:after{
	border-color: #C7000A;
	-webkit-transition: border-left-color .3s linear .3s, border-bottom-color .3s linear .4s, border-right-color .3s linear .5s, border-top-color .3s linear .6s;
	transition: border-left-color .3s linear .3s, border-bottom-color .3s linear .4s, border-right-color .3s linear .5s, border-top-color .3s linear .6s;
}

/* .section5 .index_title{transform:translateY(100%);}
.section5 .partner_list{transform:translateY(100%);-webkit-transition-delay:.6s;transition-delay:.6s}
.active.section5 .index_title,
.active.section5 .partner_list{transform: none;opacity: 1;} */
@media (min-width:768px){
	/* .section5{padding-bottom:40px;} */
	.partner_list{margin-left:-10px;margin-right:-10px;}
	.partner_list .column{width:20%;padding-left:10px;padding-right:10px;margin-bottom:20px;}
}
@media (min-width:1200px){
	.partner_list{margin-left:-15px;margin-right:-15px;}
	.partner_list .column{padding-left:15px;padding-right:15px;margin-bottom:30px;}
}
@media (min-width:1450px){
	.partner_list{margin-left:-20px;margin-right:-20px;}
	.partner_list .column{padding-left:20px;padding-right:20px;margin-bottom:35px;}
}
@media (min-width:1650px){
	.partner_list{margin-left:-30px;margin-right:-30px;}
	.partner_list .column{padding-left:30px;padding-right:30px;margin-bottom:45px;}
}
/*坚屏*/
/*横屏*/
/* @media (max-width:767px) and (orientation:landscape){
	.section5 .partner_list .column:nth-child(n+9){display: none;}
}
@media (min-width:1200px) and (max-height:768px){
	.section5 .partner_list .column{margin-bottom:15px;}
} */




/*内页*/
.inside_banner{position: relative;width:100%;overflow: hidden;}
.inside_banner img{display: block;width: 100%;animation:imgZoomIn 10s ease 0s forwards;-webkit-animation:imgZoomIn 10s ease 0s forwards;}
.imgZoomIn{animation:imgZoomIn 10s ease 0s forwards;-webkit-animation:imgZoomIn 10s ease 0s forwards;}
@keyframes imgZoomIn{
	0%{-webkit-transform:scale(1.1);transform:scale(1.1);}
	100%{-webkit-transform:none;transform:none;}
}
@-webkit-keyframes imgZoomIn{
	0%{-webkit-transform:scale(1.1);transform:scale(1.1);}
	100%{-webkit-transform:none;transform:none;}
}
.inside_banner_title{position: absolute;width:100%;left:0;top:50%;transform: translateY(-50%);}
.inside_banner_title .index_title{margin-bottom:0;}

.wrapper{position: relative;width:100%;overflow: hidden;min-height:calc(100vh - 60px);z-index: 1;}
.wrapper.zIndex{z-index: 1032;}
.inside_main{position: relative;width:100%;overflow: hidden;padding:40px 0;}
.inside_title{text-align:center;margin-bottom:30px}
.inside_title .h2{font-size:20px;line-height:30px;}
.inside_title + .InfoContent{margin-top:-10px;}
.inside_main .index_title + .InfoContent{margin-top:-10px;}

.index_title + .submenu{margin-top:-10px;}
.submenu{position: relative;display: flex;flex-flow: row wrap;justify-content: center;margin-left:-7px;margin-right:-7px;margin-bottom:25px;}
.submenu>li{padding:0 7px;margin:0 0 5px;}
.submenu>li>a{position: relative;display: block;padding:5px;font-size:16px;background:transparent;border:none;margin-right:0;z-index: 2;}
.submenu>li>a:hover,
.submenu>li>a:focus,
.submenu>li.active>a,
.submenu>li.active>a:focus,
.submenu>li.active>a:hover{color:#C7000A;border:none;background:transparent;}

.InfoContent{line-height:2.2;position:relative;overflow:hidden;}
.InfoContent p{margin:0}
.InfoContent img{display: inline-block;max-width:100%;height:auto!important;}
.InfoContent video{display: block;height:auto;max-width:100%;margin:0 auto;}
.InfoContent ul,.InfoContent li{list-style-type: disc;list-style-position: inside;}
.InfoContent li p{display: inline;margin-bottom:0;}

.InfoTitle{margin-bottom:15px;padding-bottom:15px;border-bottom:1px #d9d9d9 solid;text-align:center;text-transform:uppercase}
.InfoTitle h4{font-size:18px;margin:0;line-height:1.4}
.InfoTitle .date{font-size:14px;color:#999;margin-top:10px}
.InfoTitle .date span{padding:0 8px}

.goBack{text-align:center;margin-top:30px;margin-bottom:-15px;text-transform:uppercase}
.goBack .a{color:#fff;background-color:#333;border:none;}
.goBack .a:hover{background-color:#C7000A}

.pager{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:30px -5px 0}
.pager li{padding:0 5px;margin:5px 0}
.pager li>a,.pager li>span{border:1px #ccc solid;background-color:transparent;color:#666;border-radius:0;padding:0;margin:0;width:30px;height:30px;line-height:30px}
.pager .next>a,.pager .next>span,.pager .previous>a,.pager .previous>span{float:none;display:block;background-color:#bbb;border:0;color:#fff;width:70px}
.pager .next>a,.pager .previous>a,
.pager .active>a,.pager li>a:hover{color:#fff;border-color:#C7000A;background-color:#C7000A}

.info_previous_next_wrap{border-top:1px #d9d9d9 solid;padding-top:16px;margin-top:40px;font-size:14px;color:#666;text-transform:uppercase;overflow: hidden;}
.info_previous_next_wrap b{font-weight:400}
.info_previous_next_wrap a{color:#666;text-decoration:none;display:inline}
.info_previous_next_wrap a:hover{color:#C7000A}
.info_Next,.info_Previous{margin-bottom:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

@media (max-width: 767px) {
	.info_previous_next_wrap{font-size:12px;margin-top:30px}
}
@media (min-width: 768px) {
	.inside_main{padding:50px 0}
	.inside_title .h2{font-size:24px}
	
	.info_Next,.info_Previous{width:45%;}
	.info_Previous{float:left;}
	.info_Next{float:right;text-align:right;}
	
}
@media (min-width: 992px) {
	.inside_main{padding:60px 0;}
	.inside_title .h2{font-size:26px;}
	
	.index_title + .submenu{margin-top:-20px;}
	.submenu{margin-left:-10px;margin-right:-10px;margin-bottom:30px;}
	.submenu>li{padding:0 10px;}
	.submenu>li>a{font-size:16px;}
}
@media (min-width: 1200px) {
	.inside_title .h2{font-size:28px}
}
@media (min-width: 1450px) {
	.inside_main{padding:70px 0;}
	.InfoTitle{margin-bottom:30px}
	.InfoTitle h4{font-size:24px}
	.InfoContent{font-size:16px;}
	
	.inside_title{text-align:center;margin-bottom:40px}
	.inside_title .h2{font-size:30px;}
	
	.submenu{margin-left:-15px;margin-right:-15px;margin-bottom:40px;}
	.submenu>li{padding:0 15px;}
	.submenu>li>a{font-size:18px;}
}



/*关于我们 */
.parallax{position: absolute;width:100%;height:200vh;left:0;top:0;background-repeat: no-repeat;background-size:cover;background-position: top center;}
.parallax + div{position: relative;z-index: 2;}

.about_achievement{display: flex;flex-flow: row wrap;color:#fff;list-style: none;margin-left:-10px;margin-right:-10px;}
.about_achievement:before,
.about_achievement:after{display: none;}
.about_achievement li{text-align: center;padding-top:3.5%;padding-bottom:3.5%;padding-left:10px;padding-right:10px;}
.about_achievement .counter{font-size:40px;font-family: HELVETICANEUELTPRO-THEX;}
.about_achievement .en{color:rgba(255,255,255,0.25);}

.about_video>video{display: block;width:100%;max-width:1200px;margin:0 auto;}

.bigImgShow .item{position: relative;float:left;width:50%;overflow: hidden;}
.bigImgShow .item img{width:100%;}
.bigImgShow .item h5{position: absolute;width:100%;text-align: center;color:#fff;font-size:16px;background:rgba(238,147,42,0.8);padding:10px;left:0;bottom:-110%;transition: all 0.5s;}
.bigImgShow .item:hover h5{bottom:0;}
.smallImgShow{margin-top:15px;}
.smallImgShow .swiper-slide>img{width:100%;}
.wyjm{text-align: center;}
.wyjm>a{display: inline-block;font-size:20px;width:200px;line-height:30px;padding:10px;margin-top:50px;margin-bottom:10px;text-align:center;color:#fff;border-radius: 10px;background:#ee932a;box-shadow: 0 1px 7px rgba(0,0,0,0.4);position: relative;top:0;transition: all 0.36s;}
.wyjm>a:hover{text-shadow: 2px 2px 2px rgba(0,0,0,0.2);top:8px;background:#C7000A;}
@media (min-width: 768px) {
	.parallax{background-attachment: fixed;}
	
	.about_achievement .counter{font-size:58px;}
	
	.bigImgShow .item h5{padding:15px;}
}
@media (min-width: 1200px) {
	.about_achievement{margin-left:-15px;margin-right:-15px;}
	.about_achievement li{padding-left:15px;padding-right:15px;}
	.about_achievement .counter{font-size:72px;}
	.wyjm>a{width:256px;font-size:30px;padding:15px 10px;}
}

/*关于我们 - 荣誉资质 */
.honor_list{margin-left:-10px;margin-right:-10px;display: flex;align-items: stretch;flex-flow: row wrap;}
.honor_list:before,
.honor_list:after{display: none;}
.honor_list .column{padding:0 10px;margin-bottom:20px}
.honor_list .inner{position:relative;height:100%;padding-bottom:40px;cursor: pointer;}
.honor_list .img{height:100%;display: flex;justify-content: center;flex-direction: column;}
.honor_list .img:after{content: '';position: absolute;width:100%;height:100%;left:0;top:0;background-color: rgba(0,0,0,0.4);background-image: url(../images/icon/search.png);background-repeat: no-repeat;background-position: center;opacity: 0;transition: all 0.5s;}
.honor_list .h5{position: absolute;left:0;bottom:0;width:100%;font-size:16px;line-height:1.4;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.honor_list .column:hover .img:after{opacity: 1;}
.honor_list .column:hover .h5{color:#C7000A;}
.honor_list .column01{width:25%;}

#lightGallery-close{width:40px;height:40px;line-height:40px;top:20px;right:20px;}
#lightGallery-close:after{font-size:20px;}
#lightGallery-action{display: none;}
@media (max-width:567px){
	.honor_list .column{width:50%}
	.honor_list .column01{width:33.33333333%;}
}
@media (max-width:479px){
	.honor_list{margin-left:-5px;margin-right:-5px}
	.honor_list .column{padding:0 5px;}
	.honor_list .h5{font-size:14px}
	.honor_list .inner{padding-bottom:33px;}
}
@media (min-width:768px){
	#lightGallery-close{top:35px;right:35px;}
	.honor_list{margin-left:-12px;margin-right:-12px;}
	.honor_list .column{padding:0 12px;margin-bottom: 25px;}
}
@media (min-width:992px){
	.honor_list .column01{width:16.66666667%;}
}
@media (min-width:1200px){
	#lightGallery-close{top:50px;right:50px;}
	.honor_list{margin-left:-15px;margin-right:-15px;}
	.honor_list .column{padding:0 15px;}
}


/* 工业科技 */
.downTip{position:absolute;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);bottom:5%;z-index:2;width:40px;height:40px;background:url(../images/icon/down.png) no-repeat center;background-size:auto;-webkit-animation:downTip 1s linear infinite alternate;animation:downTip 1s linear infinite alternate;z-index: 2;cursor: pointer;}
@-webkit-keyframes downTip{
	from{bottom:5%;opacity:.6}
    to{bottom:3%;opacity:.8}
}
@keyframes downTip{
	from{bottom:5%;opacity:.6}
	to{bottom:3%;opacity:.8}
}

.sectionBg{position: absolute;width:100%;height:100%;left:0;top:0;background-size:cover;background-position: center;background-repeat: no-repeat;transform:scale(1.1);transition:all 5s;}
.sectionBg + div{position: relative;z-index: 2;}
.active .sectionBg{transform: none;}

.proSection_main{color:#fff;text-align: center;}
.proSection_main h5{font-size:22px;line-height:1.4;transform: translateY(100px);}
.proSection_main h6{font-size:16px;margin-top:10px;transform: translateY(100px);line-height:1.4;}
.proSection_main .p{margin-left:auto;margin-right:auto;margin-top:20px;font-size:14px;line-height:1.8;transform: translateY(100px);-webkit-transition-delay:.5s;transition-delay:.5s}
.proSection_main .index_href{margin-top:40px;transform: translateY(100px);-webkit-transition-delay:.7s;transition-delay:.7s}
.active .proSection_main h5,
.active .proSection_main h6,
.active .proSection_main .p,
.active .proSection_main .index_href{transform: none;opacity: 1;}
@media (min-width:768px){
	.proSection_main h5{font-size:26px;}
	.proSection_main .p{max-width:950px;font-size:16px;}
}
@media (min-width:1200px){
	.proSection_main h5{font-size:30px;}
	.proSection_main h6{font-size:18px;}
	.proSection_main .p{font-size:18px;margin-top:25px;}
	.proSection_main .index_href{margin-top:50px;}
}
@media (min-width:1650px){
	.proSection_main h5{font-size:34px;}
	.proSection_main h6{font-size:20px;}
	.proSection_main .p{font-size:20px;}
	.proSection_main .index_href{margin-top:70px;}
}

/* 详情 */
.detailsRow{display: flex;flex-flow: row-reverse wrap;margin:0;align-items: center;}
.detailsRow:before,
.detailsRow:after{display: none;}
.detailsRow>div{padding:0;margin-bottom:20px;}
.detailsRow .index_title{margin-bottom:30px;text-align: center;}

.details-pro-list{position: relative;}
.pro-swiper{position: relative;}
.pro-swiper .swiper-container{position: static;}
.pro-swiper .row{display: flex;align-items: center;flex-flow: row-reverse wrap;}
.pro-swiper h5{font-size:20px;color:#5761a4;line-height:28px;max-height:56px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.pro-swiper h6{margin:20px 0 10px;font-size:16px;line-height:28px;}
.pro-swiper h6 span{color:#5761a4;}
.pro-swiper .p{font-size:14px;line-height:24px;}
.pro-swiper .index_href{margin-top:30px;}
.pro-swiper .index_href>.a{background:#5761a4;}
.pro-swiper .img{max-width:430px;}
.pro-swiper .img>img{width:auto;max-width:100%;}
.pro-swiper .img:hover>img{transform: scale(1.1);}
.pro-swiper .swiper-buttons{position: absolute;bottom:0;right:0;display: flex;align-items: center;}
.pro-swiper .swiper-buttons>div{position: static;margin:0 5px;width:40px;height:40px;background-size:auto 20px;}

.pro-nav-swiper{position: absolute;max-width:140px;right:-6%;top:50%;transform: translateY(-50%);z-index: 2;display: none;}
@media (max-width:767px){
	.details-pro-list{margin-bottom:25px;}
	.pro-swiper .img{max-width:430px;padding:0;margin:0 auto 20px;}
	.pro-swiper .img>img{margin:0 auto;}
}
@media (min-width:768px){
	.pro-swiper{width:85%;padding-right:120px;}
	.pro-swiper .col-sm-7{width:60%;}
	.pro-swiper .col-sm-5{width:40%;}
	.pro-swiper h5{font-size:24px;line-height:40px;max-height:80px;}
	.pro-swiper h6{margin:30px 0 15px;font-size:20px;line-height:30px;}
	.pro-swiper .p{font-size:16px;line-height:28px;}
	.pro-swiper .swiper-buttons{bottom:auto;top:50%;margin-top:-20px;}
	
	.pro-nav-swiper{display: block;}
}
@media (min-width:992px){
	.detailsRow>div{margin-bottom:0;}
	.detailsRow .index_title{text-align: left;}
	.detailsRow .text{padding-left:10%;}
	
	.pro-swiper .img{padding:25px;}
	.pro-swiper .index_href{margin-top:40px;}
	.pro-swiper .swiper-buttons>div{width:50px;height:50px;background-size:auto 30px;}
}
@media (min-width:1200px){
	.pro-swiper .text{padding-right:10%;}
	.pro-swiper h5{font-size:26px;line-height:50px;max-height:100px;}
	.pro-swiper h6{font-size:22px;line-height:40px;}
	.pro-nav-swiper{max-width:180px;}
}
@media (min-width:1450px){
	.pro-swiper h5{font-size:30px;}
	.pro-swiper h6{font-size:24px;}
	.pro-swiper .p{font-size:18px;line-height:36px;}
	.pro-swiper .index_href{margin-top:50px;}
	
	.pro-nav-swiper{max-width:264px;right:-8%;}
}

/*大健康*/
.oneHealth_list{margin:0 0 20px;width:100%;overflow: hidden;}
.oneHealth_list .column{margin-bottom:25px;padding-bottom:25px;border-bottom:1px solid #d9d9d9;}
.oneHealth_list .column:last-child{border-bottom:none;}
.oneHealth_list a{margin:0;display: block;display: flex;align-items: center;flex-flow: row wrap;}
.oneHealth_list a>div{padding:0;}
.oneHealth_list .column:nth-child(2n)>a{flex-direction: row-reverse;}
.oneHealth_list .col-img{width:100%;margin-bottom:20px;}
.oneHealth_list .col-text{width:100%;}
.oneHealth_list .col-text>.text{padding-left:15px;padding-right:15px;}
.oneHealth_list h5{font-size:18px;line-height:1.74;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.oneHealth_list .p{margin:15px 0 20px;line-height:24px;height:72px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;}
.oneHealth_list a:hover .img>img{transform: scale(1.1);}
@media (min-width:768px){
	.oneHealth_list .column{padding:0;margin-bottom:40px;border-bottom:none;}
	.oneHealth_list .col-img{width:52%;margin-bottom:0;}
	.oneHealth_list .col-text{width:48%;padding-left:4.5%;display: flex;flex-direction: column;align-items: flex-start;}
	.oneHealth_list .column:nth-child(2n) .col-text{align-items: flex-end;padding-right:4.5%;padding-left:0;}
	.oneHealth_list .col-text>.text{width:82.6086%;padding:0;}
	.oneHealth_list h5{font-size:22px;}
	.oneHealth_list .p{margin:20px 0 35px;}
}
@media (min-width:1200px){
	.oneHealth_list .column{margin-bottom:80px;}
	.oneHealth_list .col-text{padding-left:8.5%;}
	.oneHealth_list .column:nth-child(2n) .col-text{padding-right:8.5%;}
	.oneHealth_list h5{font-size:24px;}
	.oneHealth_list .p{margin:30px 0 60px;font-size:16px;}
}

/*专家团队*/
.team_list2{}
.team_list2 a{display: block;position: relative;display: flex;align-items: center;flex-flow: row-reverse;border-bottom:1px solid #d9d9d9;transition:all .5s ease 0s;}
.team_list2 .img{width:385px;flex: 0 0 auto;}
.team_list2 .text{padding:0 8%;}
.team_list2 h5{font-size:20px;line-height:1.4}
.team_list2 .position{margin-top:10px;color:#999;}
.team_list2 .p{margin-top:25px;line-height:24px;height:48px;color:#666;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
.team_list2 .more{margin-top:25px;}
.team_list2 .more>span{line-height:30px;color:#999;display: inline-block;border-bottom:2px solid #a4a4a4;text-transform: uppercase;}
.team_list2 a:hover{background:#f3f3f3;}
.team_list2 a:hover .img>img{transform: scale(0.9);}
.team_list2 a:hover h5{color:#C7000A;}
.team_list2 a:hover .more>span{color:#C7000A;border-bottom-color:#C7000A;}
.team_details{margin-left:-25px;margin-right:-25px;}
.team_details>div{padding-left:25px;padding-right:25px;margin-bottom:25px;}
.InfoTitle.text-left{text-align: left;}
.InfoTitle .position{color:#666;line-height:1.74;margin-top:5px;}


/*新闻中心*/
.news_list a{display: block;position: relative;display: flex;align-items: center;padding:15px;}
.news_list a:after{content:"";display:block;width:100%;height:1px;background-color:#d9d9d9;position:absolute;bottom:0;left:0;transition:all .5s ease 0s;z-index:-10;border-bottom:1px solid #d9d9d9}
.news_list .img{width:200px;flex: 0 0 auto;}
.news_list .img + .text{padding-left:20px;}
.news_list .text{width:100%;overflow: hidden;position: relative;transition:all .5s ease 0s;}
.news_list h5{font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
.news_list .date{color:#999;margin-top:10px;transition:all .5s ease 0s}
.news_list .p{margin-top:10px;line-height:24px;height:48px;color:#666;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:all .5s ease 0s;}
.news_list .more{display:none;position:absolute;width:100px;height:36px;line-height:36px;text-align:center;text-transform: uppercase;border:1px solid rgba(0,0,0,.1);right:0;top:0;margin-top:62px;background-color: #3d3d3d;color: #fff;transform: translateY(15px);opacity:0;transition:all .5s ease 0s}
.news_list a:hover:after{height:100%;opacity: 1;background-color:#C7000A;}
.news_list a:hover h5,
.news_list a:hover .date,
.news_list a:hover .p{color:#fff;}
.news_list a:hover .img + .text{padding-left:35px;}
@media (max-width:479px){
	.news_list .column{margin-bottom:20px;}
	.news_list a{display: block;}
	.news_list .img{width:100%;}
	.news_list .img + .text{padding-left:0;}
	.news_list .text{padding-top:20px;padding-bottom:15px;}
	.news_list .more{position: static;opacity: 1;margin-top:15px;transform: translateY(10px);display: block;}
	.news_list a:after{height:100%;opacity: 1;background-color:#f9f9f9}
	.news_list a:hover .img + .text{padding-left:0;}
	.news_list a:hover .more{opacity: 1;transform: none;}
}
@media (min-width:768px){
	.news_list a{padding:20px;}
	.news_list .img{width:240px;}
	.news_list .img + .text{padding-left:25px;}
	.news_list .text{padding-right:120px;}
	.news_list .p{margin-top:15px;}
	.news_list .more{display: block;}
	.news_list a:hover .img + .text{padding-left:40px;}
	.news_list a:hover .more{opacity: 1;transform: none;}
}
@media (min-width:1200px){
	.news_list a{padding:25px;}
	.news_list .img{width:300px;}
	.news_list .img + .text{padding-left:30px;}
	.news_list .text{padding-right:150px;}
	.news_list .more{width:120px;}
	.news_list h5{font-size:18px;}
	.news_list a:hover .img + .text{padding-left:50px;}
}
@media (min-width:1450px){
	.news_list a{padding:30px;}
}

/*项目产品*/
.product_list .column{margin-bottom:30px}
.product_list a{display:block;color:#333}
.product_list .h2{font-size:16px;margin:0;padding:15px 0;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;position:relative}
.product_list .h2:after,
.product_list .h2:before{content:"";height:1px;position:absolute;bottom:0;-webkit-transition:all .5s;transition:all .5s}
.product_list .h2:before{width:100%;background-color:#ddd;right:0}
.product_list .h2:after{width:0;background-color:#C7000A;left:0}
.product_list a:hover .h2:before{width:0}
.product_list a:hover .h2:after{width:100%}
.product_list a:hover img{-webkit-transform:scale(1.1);transform:scale(1.1)}
@media (max-width:479px){
	.product_list .column{width:100%}
}
@media (min-width:1200px){
	.product_list .h2{font-size:18px;padding:20px 0;}
}



/*联系我们*/
.contact_list .h5{font-size:16px;padding-bottom:12px;margin-bottom:8px;border-bottom:1px dashed #b5b4b4;}
.contact_list>.conItem{margin-bottom:20px;}
.map{width:100%;height:350px}
.map #dituContent{width:100%;height:100%;}
.map + .img{margin-top:15px;}
.BMap_bubble_title{color:#C7000A;font-weight: 700;}
.anchorBL{display: none;}
.message_form .form-group{margin-bottom:25px;}
.message_form .form-control{height:40px;color:#333;background-color:transparent;border-color:#bfbfbf;border-radius:0;box-shadow:none}
.message_form input.form-control{border-top:none;border-left: none;border-right:none;padding-left:0;padding-right:0;}
.message_form .error input{border-color:#ff0000}
.message_form .success input,.message_form .tip input{border-color:#999}
.message_form .error .valid_message{position:absolute;width:100%;left:0;font-size:12px;color:#f28000;display:none}
.message_form textarea.form-control{height:auto;}
.message_form .btn{display:block;width:180px;border-radius: 0;margin:0 auto;}
@media (max-width:767px){
	.contact_item li{width:50%;margin:15px 0}
}
@media (min-width:768px){
	.contact_row{margin:0 -20px;}
	.contact_row .column{padding:0 20px;}
}
@media (min-width:992px){
	.map{height:450px}
	.contact_list>.conItem{margin-bottom:25px;}
	.message_form .form-group{margin-bottom:30px;}
	.message_form .form-control{font-size:16px;}
}
@media (min-width:1200px){
	.contact_row{margin:0 -40px;}
	.contact_row .column{padding:0 40px;}
	.contact_list .h5{font-size:18px;padding-bottom:15px;margin-bottom:10px;}
	.contact_list .InfoContent{font-size:16px;}
	
	.message_form .form-group{margin-bottom:50px;}
}
@media (min-width:1450px){
	.contact_row{margin:0 -70px;}
	.contact_row .column{padding:0 70px;}
	
	.message_form .form-group{margin-bottom:70px;}
	.message_form .form-control{font-size:18px;}
}








/*动画*/
.fadeIn {
	opacity: 0;
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInUp {
	opacity: 0;
	-webkit-transform: translate3d(0,50px,0);
	transform: translate3d(0,50px,0);
	-webkit-transition: all .8s;
	transition: all .8s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.fadeInDown {
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInLeft {
	opacity: 0;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	-webkit-transition: all 1s;
	transition: all 1s;
}
.fadeInRight {
	opacity: 0;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.zoomIn {
	opacity: 0;
	-webkit-transform: scale3d(.3,.3,.3);
	transform: scale3d(.3,.3,.3);
	-webkit-transition: all .8s;
	transition: all .8s;
}
.animated {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}


#qyhd {
	width: 100%;
	height: 1080px;
  }
  
  #qyhd .jianjie, #qyhd .zhaoshang, #qyhd .lianxi, #qyhd .lianxi1 {
	width: 25%;
	heigiht: 1080px;
	float: left;
	transition: all 8s;
  }
  
  #qyhd .jianjie {
	background: url(../images/dsp_bg11.jpg) no-repeat left center;
  }
  
  #qyhd .zhaoshang {
	background: url(../images/yd4.jpg) no-repeat left center;
  }
  
  #qyhd .lianxi {
	background: url(../images/ys1.jpg) no-repeat left center;
  }
  
  #qyhd .lianxi1 {
	background: url(../images/dsp_bg41.jpg) no-repeat left center;
  }
  
  #qyhd a {
	width: 100%;
	height: 1080px;
	display: block;
	position: relative;
	color: #fff;
	transition: all 1s;
  }
  
  #qyhd a .xiangxi {
	width: 400px;
	height: 600px;
	margin: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -200px;
	margin-top: -70%;
  }
  
  #qyhd a .xiangxi img {
	display: block;
	margin: auto;
	padding-top: 70px;
  }
  
  #qyhd a .xiangxi span {
	display: block;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	padding-top: 20px;
  }
  
  #qyhd a .xiangxi h1 {
	text-align: center;
	font-size: 30px;
	padding-top: 40px;
  }
  
  #qyhd a .xiangxi p {
	width: 340px;
	margin: auto;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	padding-top: 50px;
  }
  
  #qyhd .jianjie a {
	background: url(../images/dsp_bg11.jpg) no-repeat left center;
  }
  
  #qyhd .zhaoshang a {
	background: url(../images/yd4.jpg) no-repeat left center;
  }
  
  #qyhd .lianxi a {
	background: url(../images/ys1.jpg) no-repeat left center;
  }
  
  #qyhd .lianxi1 a {
	background: url(../images/dsp_bg41.jpg) no-repeat left center;
  }
  
  #qyhd a:hover {
	background: rgba(0, 0, 0, .3);
  }
  
  #qyhd .jianjie:hover {
	background: url(../images/dsp_bg11.jpg) no-repeat right center;
  }
  
  #qyhd .zhaoshang:hover {
	background: url(../images/yd4.jpg) no-repeat right center;
  }
  
  #qyhd .lianxi:hover {
	background: url(../images/ys1.jpg) no-repeat right center;
  }
  
  #qyhd .lianxi1:hover {
	background: url(../images/dsp_bg41.jpg) no-repeat right center;
  }
  
  .w_rbox {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%
}
#w_rbox-1553681761214 {
    position: absolute;
    top: 2057px;
    left: -316px;
    z-index: 107;
    width: 1920px;
    height: 1080px;
}.e_rbox {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto auto
}

.w_rbox {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%
}

.e_wbox {
    margin: 0;
    padding: 0;
    width: inherit;
    height: inherit;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto auto
}

#w_vline-1553681761249 .p_Vline{ border-left-color:rgba(255, 255, 255, 0.08);
	border-left-style:solid; border-left-width:1px; } #w_vline-1553681761249 .p_MatteIcon .iconfont:before{ content:'\e602';
	} #w_vline-1553681761249 >div{ animation-name:anmi-mask02; animation-duration:1s; animation-delay:2.2s;
	animation-fill-mode:both; } 







	.index_health{display:flex;flex-flow: row wrap;margin-left:-10px;margin-right:-10px;margin-bottom:30px;}
	.index_health:before,
	.index_health:after{display: none;}
	.index_health>div{padding-left:10px;padding-right:10px;}
	.index_health a{display: block;background:#f5f5f5;}
	.index_health .text{padding:20px 15px;}
	.index_health h5{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;}
	.index_health .p{color:#666;font-size:12px;margin-top:10px;line-height:20px;height:40px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;}
	.index_health .p+em{margin-top:10px;display: block;}
	.index_health .p+em>span{color:#C7000A;font-size:12px;}
	
	.s5_left{height:93%;background:#f5f5f5;}
	.s5_right .item{margin-bottom:15px;}
	.s5_right .item:last-child{margin-bottom:0;}
	.s5_right a{display: flex;align-items: center;}
	.s5_right .img{width:150px;flex: 0 0 auto;}
	.s5_right .text{width:auto;overflow: hidden;padding-top:0!important;padding-bottom:0!important;}
	.index_health a:hover h5{color:#C7000A;}
	.index_health a:hover .p+em>span{text-decoration: underline;}
	.index_health a:hover .img>img{transform: scale(1.1);}
	
	.section6 .s5_left{background:#fff;}
	.section6 .index_health{margin-bottom:0;}
	.section6 .index_health a{background:#fff;}
	.section6 .index_href{text-align: center;margin-top:30px;}

	.section6 .index_title{transform:translateY(100%);}
	.section6 .index_health{transform:translateY(100%);-webkit-transition-delay:.6s;transition-delay:.6s}
	.section6 .index_href{transform:translateY(100%);-webkit-transition-delay:.9s;transition-delay:.9s}
	.active.section6 .index_title,
	.active.section6 .index_health,
	.active.section6 .index_href{transform: none;opacity: 1;}
	@media (min-width:768px){
		.index_health{margin-bottom:40px;}
		.index_health .text{padding:25px 20px;}
		.index_health .p{height:20px;-webkit-line-clamp:1;}
		
		.section6 .index_href{margin-top:5vh;}
	}
	@media (min-width:992px){
		.index_health{margin-bottom:50px;}
		.s5_right .img{width:160px;}
	}
	@media (min-width:1200px){
		.index_health{margin-left:-20px;margin-right:-20px;margin-bottom:60px;}
		.index_health>div{padding-left:20px;padding-right:20px;}
		.index_health .text{padding:28px 25px;}
		.index_health h5{font-size:16px;}
		.index_health .p{font-size:14px;line-height:24px;height:48px;-webkit-line-clamp:2;}
		.index_health .p+em{margin-top:20px;}
		.index_health .p+em>span{font-size:14px;}
		.s5_right .img{width:200px;}
	}
	@media (min-width:1450px){
		.index_health{margin-bottom:70px;}
		.index_health h5{font-size:18px;}
		.index_health .p{font-size:16px;}
		.index_health .p+em>span{font-size:16px;}
		.s5_right .img{width:220px;}
		
	}
	@media (min-width:1650px){
		.s5_right .img{width:245px;}
	}
	
	/*坚屏*/
	@media (max-width:767px) and (orientation:portrait){
		.s5_right .text{padding:0 15px;}
		.index_health>div:first-child{display: none;}
		.index_health .p,
		.index_health .p+em{margin-top:5px;}
	}
	/*横屏*/
	@media (max-width:767px) and (orientation:landscape){
		.index_health>div{width:50%;}
		.index_health .p{height:20px;-webkit-line-clamp:1;}
		.s5_left .p{display: none;}
		.s5_right .item:nth-child(2){margin-bottom:0;}
		.s5_right .item:last-child{display: none;}
		
		.section6 .index_href{display: none;}
	}
	@media (min-width:768px) and (max-height:768px){
		.section6 .index_health .text{padding:20px;}
		.section6 .index_href{margin-top:30px;}
	}
	@media (min-width:768px) and (max-height:650px){
		.section6 .s5_right .p{height:20px;}
		.section6 .s5_right .img{width:150px;}
	}
	@media (min-width:768px) and (max-height:650px){
		.section6 .s5_right .img{width:145px;}
	}
	@media (min-width:1200px) and (max-height:650px){
		.section6 .s5_right .img{width:170px;}
		.section6 .index_health .p{height:24px;}
		.section6 .index_href{display: none;}
	}
	@media (min-width:1450px) and (max-height:650px){
		.section6 .index_health .p{height:24px;}
		.section6 .s5_left .p{display: none;}
		.section6 .s5_left .img{max-height:52vh;}
		.section6 .s5_right .img{width:180px;}
	}
	
	.footer{width:100%;background:url(../images/ft_back.jpg) center top no-repeat;height:315px;position:relative;padding-top:75px;box-sizing:content-box;overflow:hidden; cursor:default !important;}

	.footer .center{width:1200px;height:215px;margin:0 auto;border-bottom:solid 1px white;overflow:hidden;position:relative;}
	
	.footer .center .left{width:436px;height:215px;float:left;overflow:hidden;margin-right:120px;}
	
	.footer .center .left li{float:left;width:100px;height:215px;margin-right:45px;box-sizing:content-box;}
	
	.footer .center .left li:nth-of-type(3){width:70px;}
	
	.footer .center .left li:last-child{width:70px;margin-right:0;}
	
	.footer .center .left li p {font-size:16px;line-height:16px;margin-bottom:30px;color:white;}
	
	.footer .center .left li a {display:block;font-size:14px;line-height:15px;color:white;margin-bottom:15px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;-webkit-transition:all .5s;transition:all .5s;}
	
	.footer .center .left li a:hover{color:black;margin-left:10px;-webkit-transition:all .5s;transition:all .5s;}
	
	.footer .center .mid{width:33%;height:215px;float:left;overflow:hidden;}
	
	.footer .center .mid h4{font-size:16px;line-height:16px;margin-bottom:30px;color:white;}
	
	.footer .center .mid p{line-height:15px;font-size:14px;margin-bottom:15px;color:white;}
	
	.footer .center .right{width:160px;height:215px;float:right;overflow:hidden;}
	
	.footer .center .right p{float:left;width:60px;text-align:right;font-size:14px;color:#fff;line-height:30px;margin-top:10px;}
	
	.footer .center .right img{display:block;float:right;width:151px;height:151px; vertical-align:top;}
	
	.footer .center .form{width:240px;height:35px;position:absolute;right:0;bottom:60px;}
	
	.footer .center .form .yqlj{width:160px;height:35px;float:left;border:none;padding-left:20px;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:url(../images/sjx.png) 155px center no-repeat #fff;font-size:14px;color:#919191;box-sizing:content-box;}
	
	.footer .center .form .yqlj option{font-size:14px;color:#919191;}
	
	.footer .center .form .ck{width:60px;height:35px; background:black;float:right;border:none;color:#fff;font-size:14px;}
	
	.footer .copy{width:1200px;margin:60px auto 0 auto;height:25px;line-height:25px;}
	
	.footer .copy p{display:inline-block;color:white;}
	
	.footer .copy p a{color:white;}
	
	.footer .copy p a:hover{color:black;}
	
	.footer .copy p  img{vertical-align:middle;margin-right:10px;}
	.cbgg-01 {
		background: black;
		text-align: center;
		color: #fff;
		margin-bottom:33px;
	}
	
	.cbgg-01-img img {
		width: 100%;
		display: block;
	}
	
	.cbgg-01 p {
		padding-top: 15px;
	}
	
	.cbgg-01 p img {
		vertical-align: middle;
		margin-right: 5px;
	}
	
	.cbgg-01 span {
		display: block;
		font-size: 28px;
		font-weight: bold;
		font-family: Arial;
		padding-bottom: 20px;
		padding-top: 10px;
	}
	.dede_pages{clear:both!important;padding:10px 0;margin:10px auto;text-align:center}
.dede_pages ul{list-style:none;text-align:center;padding:0;margin:0}
.dede_pages ul li{list-style:none;display:inline-block;height:30px;line-height:30px;padding:0 7px;margin:0 2px;text-align:center;overflow:hidden;white-space:nowrap;border:#999 1px solid;border-radius:3px}
.dede_pages ul li:hover{background:#4285f4;color:#fff;border-radius:3px}
.dede_pages ul li a{display:inline-block;height:30px;line-height:30px;padding:0 7px;margin:0;color:#555;overflow:hidden}
.dede_pages ul li a:hover{color:#fff;overflow:hidden;text-decoration:none}
.dede_pages ul li.thisclass{padding:0 12px;background:#4285f4;border:#4285f4 1px solid;color:#fff;font-weight:700}
.dede_pages ul li.thisclass a{padding:0;color:#fff}


.q36 {
    height: 666px;
    background-image: url(../images/i_bg7.jpg);
    background-position: center center;
}

.q37 {
    width: 1440px;
    margin: 0 auto;
    padding-top: 80px;
}

.q38 {
    width: 400px;
    float: left;
    padding-top: 20px;
}

@media screen and (max-width: 1440px) {
    .q37 {
        width: 1200px;
        margin: 0 auto;
        padding-top: 80px;
    }
}

.q38 dl {
    font-size: 40px;
    color: #FFFFFF;
}

.q38 dt {
    font-size: 26px;
    color: #FFFFFF;
    line-height: 45px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-top: 50px;
    border-bottom-color: #929292;
    padding-bottom: 20px;
}

.q38 dd {
    font-size: 26px;
    color: #FFFFFF;
    line-height: 45px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-top: 30px;
    border-bottom-color: #929292;
    padding-bottom: 30px;
}

.q38 em {
    font-size: 30px;
    margin-right: 25px;
    width: 60px;
    color: #FFFFFF;
    height: 60px;
    border: 2px solid #FFFFFF;
    line-height: 60px;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
}

.q38 li {
    padding-top: 30px;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 30px;
}

.q38 span {
    margin-right: 15px;
    font-size: 40px;
    float: left;
    height: 60px;
    line-height: 60px;
}

.q39 {
    width: 960px;
    height: 500px;
    background-color: #FFFFFF;
    float: right;
}

@media screen and (max-width: 1440px) {
    .q39 {
        width: 760px;
        height: 500px;
        background-color: #FFFFFF;
        float: right;
    }
}

.q40 {
    padding: 45px;
}

.q41 {
    font-size: 38px;
    color: #333333;
}

.q42 {
    overflow: hidden;
    margin-top: 30px;
}

.q42 ul li {
    height: 68px;
    line-height: 68px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.q42 ul li div {
    border: 1px solid #dfdfdf;
    overflow: hidden;
}

.q42 ul li div .inputs {
    width: 100%;
    border: 0;
    height: 68px;
    text-indent: 20px;
    background: none;
    color: #666666;
    font-size: 18px;
    outline: none;
}

.q42 ul li:nth-child(3) {
    width: 49%;
}

.q42 ul li:nth-child(4) {
    width: 100%;
    float: right;
}

.q42 ul li .bnts {
    width: 100%;
    height: 68px;
    display: block;
    background: #e60012;
    border: 1px #e60012 solid;
    outline: none;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 68px;
    cursor: pointer;
    transition: all 0.3s;
}

.q42 ul li .bnts:hover {
    opacity: 0.6;
    filter: Alpha(opacity=70);
}
.ym{padding-top: 30px;
    padding-bottom: 10px;
    overflow: hidden;
    display: table;
    margin: auto;}
.ym a{float:left; border:solid 1px #e3e3e3; padding:5px 10px 5px 10px; color:#545454; margin-right:5px; margin-bottom:5px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.ym a:hover{background:#5c5c5c; color:#FFF; border:solid 1px #5c5c5c;}

a.page-num-current {
    background: #4F85FE;
    color: #FFF;
    border: solid 1px #4F85FE;
}
.ym span  {
    display: block;
    float: left;
    margin-top: 14px;
    margin-right: 5px;
}