﻿@charset "UTF-8";
.yy, #weixin:hover img, #contact span {
	box-shadow: 0px 10px 30px -10px rgba(0, 0, 0, .6);
}
body {
	font-size: 16px;
	background: url(../images/bg.png) center bottom;
	min-width: 1140px;
}
.single {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.multi-line {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-body p {
	max-height: 100px;
	-webkit-line-clamp: 5;
}
.flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.logo-box {
	display: table;
	width: 100%;
	color: #ccc;
}
.logo-box>div, .logo-box form {
	display: table-cell;
	vertical-align: middle;
}
.logo-box .lang a {
	color: #32b4c1;
	margin: 0 .5em;
}
.logo-box a:hover {
	color: #288e98;
}
.logo-box .lang {
	text-align: right;
}
.logo-box form {
	width: 300px;
}
.nav-box {
	background: #32b4c1;
	border-bottom: 5px solid #d6ae3c;
}
.nav-box .container {
	padding: 0;
}
.nav-box .head-nav {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.nav-box .head-nav>li {
	float: left;
	width: 11.1111%;
	flex: auto;
	position: relative;
}
.nav-box .head-nav>li a {
	color: #fff;
	text-decoration: none;
	padding: .5em 0;
	display: block;
	text-align: center;
}
.nav-box .head-nav>li a:hover {
	background: #288e98;
}
.nav-box .head-nav>li:hover {
	background: #2da1ad;
}
.nav-box .head-nav>li:hover ul {
	display: block;
}
.nav-box .head-nav>li.active {
	background: #2da1ad;
}
.nav-box .head-nav>li ul {
	display: none;
	position: absolute;
	background: #32b4c1;
	width: 100%;
	z-index: 99;
}
.nav-box .head-nav>li ul li {
	border-bottom: 1px solid #2da1ad;
	text-align: center;
}
.nav-box ul, .nav-box li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.part {
	padding-top: 50px;
	padding-bottom: 3em;
	font-size: 14px;
}
.part h1.tit {
	color: #32b4c1;
	margin-bottom: .4em;
	padding-bottom: .4em;
	border-bottom: 2px solid #32b4c1;
}
.part h1.tit a {
	color: #666;
	font-size: large;
	margin-top: 1em;
	text-decoration: none;
}
.part h1.tit a:hover {
	color: #32b4c1;
}
#SetPageA5 p.multi-line a {
	color: #333;
}
#SetPageA6 p.multi-line {
	max-height: 40px;
}
.part h3 {
	padding-bottom: 20px;
	text-align: center;
	margin: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5;
}
.index-news {
	display: table;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.index-news>div {
	display: table-cell;
	flex: auto;
}
.index-news .news-date {
	padding-right: 1em;
}
.index-news .news-date p {
	background: #32b4c1;
	text-align: center;
	color: #fff;
	padding: .8em;
	line-height: 1;
}
.index-news .news-date p span {
	font-size: 2.4em;
	line-height: 1.15em;
}
.video-box {
	margin-top: 3em;
	margin-left: -10px;
	margin-right: -10px;
	display: block;
}
.video-box video {
	display: block;
}
.video-box>div {
	display: block;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 1em;
}
.video-box .new4 {
	background: #32b4c1;
	height: 202px;
	padding: 1em;
	color: #fff;
}
.video-box .new4 a {
	text-decoration: none;
	color: #fff;
}
.video-box .new4 h4 {
	line-height: 1.2;
	margin: 0;
}
.video-box .new4 p {
	margin: 0;
}
@media (min-width:992px) {
.video-box {
	display: table;
	width: 100%;
}
.video-box>div {
	display: table-cell;
}
}
/* 下载附件 */
.annex {
	font-weight: bold;
	border: 1px solid #e0ecf9;
}
.annex .annex-att {
	line-height: 46px;
	text-indent: 22px;
	background: #e0ecf9 url(../images/icon-annex.png) left center no-repeat;
	background-size: 18px;
	border-left: 32px solid #e0ecf9;
}
.annex .alldown {
	color: #1e5494;
	font-weight: normal;
	background: url(../images/icon-down.png) left center no-repeat;
	padding-left: 14px;
	margin-left: 30px;
}
.annex .icon-annex {
	color: #333;
	font-weight: normal;
	text-indent: 46px;
	display: block;
	margin: 20px 32px;
}
.annex .icon-annex:first-child {
	margin-top: 10px;
}
.annex .icon-pic {
	background: url(../images/icon-annex-pic.png) left center no-repeat;
	background-size: 40px;
}
.annex .icon-ysb {
	background: url(../images/icon-annex-ysb.png) left center no-repeat;
	background-size: 40px;
}
.annex .icon-word {
	background: url(../images/icon-annex-word.png) left center no-repeat;
	background-size: 40px;
}
.annex .icon-ppt {
	background: url(../images/icon-annex-ppt.png) left center no-repeat;
	background-size: 40px;
}
.annex .icon-excel {
	background: url(../images/icon-annex-excel.png) left center no-repeat;
	background-size: 40px;
}
.annex .icon-file {
	background: url(../images/icon-annex-file.png) left center no-repeat;
	background-size: 40px;
}
.annex .icon-annex a {
	color: #1e5494;
	margin-left: 46px;
}
.footer {
	border-top: 5px solid #d6ae3c;
}
.footer .nav-foot {
	display: table;
	width: 100%;
	/* display: -webkit-flex; */
	display: -ms-flexbox;
	/* display: flex; */
}
.footer .nav-foot .hhh {
	/* display: table-cell; */
	width: 126.67px;
	/* vertical-align: top; */
	/* flex: auto; */
	float: left;
}
.footer .nav-foot .hhh>a {
	font-size: 16px;
	color: #444;
	font-weight: bold;
}
.footer .nav-foot .hhh span {
	font-size: 16px;
	color: #32b4c1;
	font-weight: bold;
}
.footer .nav-foot ul, .footer .nav-foot li {
	list-style: none;
	padding: 0;
}
.footer .nav-foot ul a, .footer .nav-foot li a {
	color: #666;
}
.footer .foot {
	background: #32b4c1;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.footer .foot .container {
	padding-top: 2em;
	padding-bottom: 2em;
	position: relative;
}
.footer .foot .container .sydw {
	width: 69px;
	height: 82px;
	display: block;
	position: absolute;
	z-index: 100;
	left: 15px;
	top: 50%;
	margin-top: -41px;
	background: url(../images/biaozhi.png) left center no-repeat;
}
.footer .foot a {
	color: #fff;
	margin: 0 5px;
}
.aactive {
	background: #32b4c1;
}
.aactive a {
	color: #fff;
}
.pr-title {
	padding-bottom: 3em;
}
.pr-title c {
	display: block;
	padding: 0 2em;
}
.pr-title .iconRotate {
	transform: rotate(-90deg);
	transition: transform .5s;
}
.pr-title li {
	list-style: none;
}
.pr-title .d-firstNav>i {
	top: 0;
}
.pr-title>li.on>div>c, .pr-title>li ul li.on, .pr-title>li ul li ul li.on {
	color: #fff;
	background: #32b4c1;
}
.pr-title>li ul li.on>div>a, .pr-title>li ul li ul li.on>a {
	color: #fff!important;
}
.pr-title>li ul li ul li.on>a:hover {
	color: #fff!important;
}
.pr-title>li {
	position: relative;
	cursor: pointer;
	text-align: left;
	display: block!important;
	line-height: 40px;
	font-size: 16px;
	background: #eee;
	color: #666;
	border-bottom: 1px solid #fff!important;
}
.pr-title>li a {
	color: #666;
	padding: 0 2em;
}
.pr-title>li i {
	position: absolute;
	right: 15px;
	transition: .35s;
	width: 16px;
	height: 40px;
	background: url(../images/arrow.png) center no-repeat;
	background-size: 16px;
}
.pr-title>li ul {
	padding: 0;
	margin: 0;
	background: #EEE;
	position: relative;
}
.pr-title>li ul>a {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	color: #666;
}
.pr-title>li ul>a:hover {
	color: #32b4c1;
}
.pr-title>li ul li {
	border-bottom: 1px solid #FFF;
}
.pr-title>li ul li div {
	height: 40px;
}
.pr-title>li ul li div i {
	color: #666;
}
.pr-title>li ul li div>a {
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
	display: inline-block;
	color: #666;
	padding: 0 4em;
}
.pr-title>li ul li div>a:hover {
	color: #32b4c1;
}
.pr-title>li ul li ul {
	display: none;
	z-index: 999;
	top: 0;
	left: 0;
}
.pr-title>li ul li ul a {
	font-size: 16px;
	display: inline-block;
	color: #666;
	padding: 0 6em;
}
.pr-title>li ul li ul li:first-child {
	border-top: 1px solid #ddd;
}
.pr-title>li ul li ul li:last-child {
	border-bottom: 0 solid #000;
}
.pr-title>li ul li ul li a {
	border-bottom: 0 solid #000;
	color: #868181!important;

}
.pr-title>li ul li ul li:hover a {
	color: #32b4c1!important;
}
.pr-title .active a {
	color: #32b4c1;
}
.case .case-t:hover img {
	transform: scale(1.1);
}
.case .case-t div {
	overflow: hidden;
}
.case .case-t div img {
	width: 100%;
	transition: .35s;
	border-radius: 3px;
}
.case .case-t p {
	text-align: center;
	font-size: 14px;
	padding-top: 10px;
}
.index-1 {
	padding-bottom: 50px;
}
.index-1 .col-md-8 {
	margin-top: 50px;
}
.index-1 .part {
	padding-bottom: 0;
}
.index-1 .part .left h3 a {
	color: #fff;
}
.index-1 ul .active>a {
	background: #32b4c1!important;
	color: #fff;
}
.index-1 ul li a {
	cursor: pointer;
}
.index-1 .cjdt {
	padding-top: 1em;
}
.index-1 .cjdt h4 {
	border-bottom: 1px solid #32b4c1;
	padding-bottom: 10px;
	color: #32b4c1;
	font-size: 24px;
}
.index-1 .cjdt h4 span a {
	color: #000;
	font-size: 14px;
	font-weight: bold;
}
.index-1 .cjdt li {
	line-height: 36px;
	text-decoration: none;
	list-style: none;
}
.index-1 .cjdt li:hover a {
	color: #32b4c1;
}
.index-1 .cjdt li a {
	color: #000;
}
.index-1 .cjdt li span {
	color: #999;
	font-size: 14px;
}
#weixin {
	position: relative;
}
#weixin img {
	position: absolute;
	width: 200px;
	bottom: 30px;
	left: 0;
	margin-left: -80px;
	display: none;
}
#weixin:hover img {
	display: block;
}
#contact {
	position: relative;
}
#contact span {
	position: absolute;
	width: 240px;
	bottom: 30px;
	left: 0;
	margin-left: -80px;
	display: none;
	background: #fff;
	color: #666;
	padding: 1em;
	text-align: left;
}
#contact:hover span {
	display: block;
}
#gotoTop {
	position: fixed;
	display: none;
	right: 10px;
	bottom: 5%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: rgba(0, 0, 0, .5);
	color: #fff;
	border-radius: 5px;
}
#gotoTop abbr {
	border: 0;
	cursor: pointer;
}
#gotoTop i {
	width: 50px;
	height: 50px;
	display: block;
	background: url(../images/top.png) center no-repeat;
	background-size: 40px;
}
.banner .container {
	height: 245px;
	background: url(../images/xiaoxun.png) center center no-repeat;
}
.left h3 {
	background: #32b4c1;
	color: #fff;
	font-size: 24px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-weight: normal;
	margin-bottom: 15px;
}
.left>ul {
	list-style: none;
	background: #eee;
	padding: 0;
}
.left>ul>li {
	font-size: 16px;
	line-height: 40px;
	border-bottom: 1px solid #fff;
}
.left>ul>li.active ul {
	display: block;
}
.left>ul>li.active>a {
	background: #ccc;
}
.left>ul>li.active>a span {
	transform: rotate(90deg);
}
.left>ul>li a {
	display: block;
	padding: 0 2em;
	text-decoration: none;
	color: #666;
}
.left>ul>li a.active {
	background: #32b4c1;
	color: #fff;
}
.left>ul>li a:hover {
	background: #a4e1e8;
}
.left>ul>li a span {
	float: right;
	height: 40px;
	line-height: 40px;
	transition: .35s;
}
.left>ul>li ul {
	list-style: none;
	padding-left: 0;
	display: none;
}
.left>ul>li ul a {
	padding: 0 4em;
	font-size: 14px;
	line-height: 36px;
}
.right .breadcrumb {
	height: 50px;
	line-height: 50px;
	background: #32b4c1;
	border-radius: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	margin-bottom: 15px;
}
.right .breadcrumb a {
	color: #fff;
}
.info>h2 {
	text-align: center;
}
.info>h2 {
	line-height: 2.4;
	text-align: center;
}
.info>h2 + p {
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.info>h2 + p span {
	margin: 0 10px;
}
.info>p {
	font-size: 16px;
	line-height: 2;
	color: #666;
	text-indent: 2em;
}
.info>p img {
	max-width: 100%;
}
.info .leader {
	width: 115px;
	border: none;
	vertical-align: top;
	max-width: 100%;
	float: right;
}
.info .media img {
	min-width: 160px;
}
.info .media h4 {
	line-height: 1.5;
	font-size: 16px;
	font-weight: bold;
}
.info .media span {
	display: block;
	color: #ccc;
	font-weight: normal;
}
/* .info .media p{margin:0;} */
.list-nav {
	overflow: hidden;
	margin-top: 2em;
}
.list-nav dl:hover dt {
	background: #32b4c1;
}
.list-nav dl:hover a {
	color: #32b4c1;
}
.list-nav dl a {
	text-decoration: none;
	color: #666;
}
.list-nav dl dt {
	background: #53c7d3;
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	padding: .5em 1em;
	text-align: center;
	border: 1px solid #32b4c1;
}
.list-nav dl dd {
	border: 1px solid #32b4c1;
	border-top: 0;
	padding: 1em;
}
.list-nav dl dd p {
	overflow: hidden;
	line-height: 22px;
	margin-bottom: 0;
	height: 88px;
}
#kechengbiao tr {
	font-size: 16px;
}
#kechengbiao tr td:nth-of-type(1), #kechengbiao tr td:nth-of-type(2) {
	min-width: 100px;
	vertical-align: middle;
}
.searchlist {
	padding: .5em;
}
.searchlist span:first-of-type {
	margin-right: 1em;
	font-weight: bold;
}
.searchlist span:last-of-type {
	float: right;
}
.min-top {
	box-shadow: 0 0 1px rgba(0, 0, 0, .5);
	width: 100%;
	height: 40px;
	background: url(../images/logo_min.png) 40px center no-repeat #fff;
	background-size: auto 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.min-top #menu {
	cursor: pointer;
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 10px;
	float: right;
}
.min-top #menu:after, .min-top #menu:before, .min-top #menu i {
	content: '';
	display: block;
	width: 20px;
	height: 0;
	border-top: 2px solid #32b4c1;
	position: absolute;
	bottom: 2px;
}
.min-top #menu:before {
	top: 2px;
}
.min-top #menu i {
	top: 50%;
	margin-top: -1px;
}
.min-top a {
	margin-top: 3px;
}
.min-top a:hover {
	text-decoration: none;
}
.min-top #search-box {
	position: absolute;
	top: 40px;
	width: 100%;
	display: none;
	padding: 1em .5em 1em;
	background: #eee;
}
.min-top #search-box .input-group {
	width: 100%;
}
.min-top #menu-box {
	position: absolute;
	top: 40px;
	right: -200px;
	width: 200px;
	height: 100vh;
	background: #1d6870;
	font-size: 14px;
}
.min-top #menu-box li {
	list-style: none;
}
.min-top #menu-box a {
	display: block;
	margin: 0;
	line-height: 2.4;
	padding-left: 1em;
	padding-right: 1em;
	border-top: 1px solid rgba(255, 255, 255, .2);
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	color: #fff;
}
.min-top #menu-box a.click:after {
	font-family: "宋体";
	display: block;
	content: '>';
	float: right;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);/* IE 9 */
	-moz-transform: rotate(90deg);/* Firefox */
	-webkit-transform: rotate(90deg);/* Safari 和 Chrome */
	-o-transform: rotate(90deg);
}
.min-top #menu-box ul {
	list-style: none;
	display: none;
	padding: 0;
	margin-bottom: 0;
	background: #288e98;
}
.min-top #menu-box ul a {
	padding-left: 2em;
}
.min-top + div {
	height: 40px;
}
@media (max-width:992px) {
.logo-box>div {
	width: 300px;
}
.breadcrumb {
	margin-left: -15px;
	margin-right: -15px;
}
.breadcrumb li:first-of-type {
	font-size: 0;
}
.breadcrumb li:first-of-type span {
	font-size: 14px;
}
.breadcrumb li:nth-of-type(2):before {
	display: none;
}
.banner .container {
	height: 145px;
	background-size: 90% auto;
}
.video-box {
	flex-wrap: wrap;
}
.owl-theme .owl-dots {
	bottom: 0;
}
.part {
	padding-top: 0;
	padding-bottom: 0;
}
.part h1 {
	font-size: 24px;
}
.part h1.tit a {
	margin-top: 10px;
	font-size: 16px;
}
.footer .nav-foot {
	flex-wrap: wrap;
	display: block;
	overflow: hidden;
}
.footer .nav-foot>div {
	padding: .5em;
	display: block;
	float: left;
	width: 20%;
	height: 160px;
}
.footer .nav-foot>div ul {
	margin-bottom: 0;
}
.footer .foot .container {
	padding-bottom: 3em;
}
.footer .foot .container .sydw {
	width: 40px;
	height: 48px;
	top: auto;
	bottom: 3px;
	left: 50%;
	margin-top: 0;
	margin-left: -20px;
	background-size: 40px;
}
.list-nav dl {
	flex: none;
	width: 100%;
	padding: 0;
}
.list-nav dl:nth-of-type(1), .list-nav dl:nth-of-type(3), .list-nav dl:nth-of-type(5), .list-nav dl:nth-of-type(7), .list-nav dl:nth-of-type(9) {
	padding: 0;
}
#contact span {
	left: auto;
	margin-left: 0;
	right: 0;
}

#contact:hover span {
	display: block;
}
.index-1 {
	padding-bottom: 20px;
}
.index-1 .col-md-8 {
	margin-top: 0;
}
.index-1 .col-md-8 .owl-carousel {
	margin-top: 20px;
}
.culture {
	margin-top: 40px;
}
}
@media (max-width:767px) {
.footer .nav-foot {
	display: none;
}
}
/*.page{text-align:center;margin:20px 0;}
.page a{padding:6px 12px;border:1px solid #ddd;margin-left:-1px;text-decoration:none;color:#337ab7;}
.page a:hover{background:rgba(0, 0, 0, .05);}
.page a:first-child{border-radius:5px 0 0 5px;}
.page a:last-child{border-radius:0 5px 5px 0;}
.page span.nolink{padding:6px 12px;border:1px solid #ddd;margin-left:-1px;color:#999;}
.page span:first-child{border-radius:5px 0 0 5px;}
.page span:last-child{border-radius:0 5px 5px 0;}
.page span font{padding:6px 12px;border:1px solid #ddd;margin-left:-1px;color:#337ab7;background:rgba(0, 0, 0, .05);}*/

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
	z-index: 0
}
.owl-carousel .owl-animated-out {
	z-index: 1
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}
@-webkit-keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out
}
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0, 0)
}
.owl-carousel .owl-controls .owl-dot, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel.owl-loaded {
	display: block
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block
}
.owl-carousel.owl-hidden {
	opacity: 0
}
.owl-carousel .owl-refresh .owl-item {
	display: none
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d
}
.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto
}
.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab
}
.owl-carousel.owl-rtl {
	direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
	float: right
}
.no-js .owl-carousel {
	display: block
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url(owl.video.play.png) no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-moz-transition: scale 100ms ease;
	-ms-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-moz-transition: scale(1.3, 1.3);
	-ms-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1
}
.owl-theme .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 350%;
	line-height: 1;
	padding: 0.15em 0.4em;
	border: 1px solid transparent;
	border-radius: 50%;
	background: rgba(0,0,0,0);
	display: inline-block;
	cursor: pointer;
	position: absolute;
	left: 5%;
	top: 50%;
	font-family: "宋体";
	margin-top: -34px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:last-of-type {
	left: auto;
	right: 5%;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background: rgba(0,0,0,0);
	color: #fff;
	text-decoration: none
}
.owl-theme .owl-controls .owl-nav .disabled {
	opacity: .5;
	cursor: default
}
.owl-theme .owl-dots {
	position: absolute;
	width: 100%;
	bottom: 20px;
}
.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
*display:inline
}
.owl-theme .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	background: rgba(255,255,255,1);
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: rgba(50,180,193,1)
}
html{scroll-behavior:smooth;}
.selected1,.parent1,.MMi1 {background: #2da1ad !important;}
.spp video {object-fit: fill;}
.hhh2 { float:right;}
.dh { float:left;}
.clearfix:after {clear: both;content: ".";display: block;height: 0;visibility: hidden;}
.clearfix {display: block; *zoom:1;}
.lbyy { min-height:350px; padding-bottom:50px;}
.possplit {background: none; width: auto;text-align: center;text-indent: 0px;padding:0 10px;color: #ccc;}
.dqwz a { color:#fff;}
.wp_column2 { position:relative;}
.selected2 .lmmc-3,.parent2 .lmmc-3,.selected3,.parent3 {
    background: #32b4c1 !important;
    color: #fff !important;
}
.tpsx { width:100%; display:block; height:100%;}
.tpsx::before {  content: '';  padding-top: 763px;  float: left;}
.tpsx::after {  content: '';  display: block;  clear: both;}
.nrk img { max-width:100%; width:auto;}
.xtb:before { width:40px; line-height:40px; height:40px; position:absolute;content:''; background:url(1/1.png) no-repeat 0px center; right:0;}
.selected2 .xtb:before,.parent2 .xtb:before {background:url(1/2.png) no-repeat 0px center;right: 5px;}
.selected2 .sub_list,.parent2 .sub_list { display:block !important;}
.wp_column2 a:hover { background:#a4e1e8 !important;}
.lmmc-5 a {color: #333 !important;}
.lmmc-5 a:hover {color: #333;}









