@charset "utf-8";
/* CSS Document */

body, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, form, button, input, textarea, th, td {
	font-weight: normal;
	margin: 0;
	padding: 0
}

ul, ol, li {
	list-style: none
}
a {
	text-decoration: none;
	color: #333
}
a:hover {
	text-decoration: none
}
img {
	vertical-align: top;
	border: 0
}
button, input, textarea {
	font-size: 100%;
	vertical-align: middle;
	outline: none;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
table {
	border-spacing: 0;
	border-collapse: collapse
}
div, a {
	-webkit-tap-highlight-color: rgba(255,255,255,0)
}
html {
	font-size: 100px
}

@media screen and (min-width: 360px) {
html {
	font-size: 112.5px
}
}

@media screen and (min-width: 375px) {
html {
	font-size: 117.1875px
}
}

@media screen and (min-width: 414px) {
html {
	font-size: 129.375px
}
}

@media screen and (min-width: 480px) {
html {
	font-size: 150px
}
}

@media screen and (min-width: 640px) {
html {
	font-size: 200px
}
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table
}
.clearfix:after {
	clear: both
}
.clearfix {
*zoom:1
}
.clearfloat:after {
	font-size: 0;
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ' '
}
.clearfloat {
*zoom:1
}
.clearboth {
	clear: both
}
.wp {
	width: 1000px;
	margin: 0 auto
}
.checkBrowser {
	font-size: 14px;
	line-height: 40px;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 50%;
	width: 700px;
	height: 40px;
	margin-left: -360px;
	padding: 0 10px;
	color: #FFF;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	background-color: #E6212A
}
.checkBrowser a {
	font-size: 16px;
	line-height: 20px;
	position: absolute;
	top: 10px;
	right: 5px;
	display: block;
	width: 20px;
	height: 20px;
	cursor: pointer;
	text-align: center;
	color: #333;
	border-radius: 50%;
	background-color: #FFF
}
.tips-popup {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 9000
}
.tips-popup.init {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}
.tips-popup.show .tips-popup-mask {
	opacity: 1
}
.tips-popup.show .tips-popup-box {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}
.tips-popup-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.tips-popup-box {
	position: relative;
	padding: 18px 24px 8px;
	width: 320px;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	box-shadow: 0 4px 12px rgba(0,0,0,0.15);
	border-radius: 8px;
	z-index: 9;
	opacity: 0;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}

@media screen and (max-width: 414px) {
.tips-popup-box {
	max-width: -moz-calc(100% - .4rem);
	max-width: calc(100% - .4rem);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
}
.tips-popup-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 10px
}
.tips-popup-head .title {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-moz-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	min-width: 0;
	padding-top: 1px;
	line-height: 22px;
	font-size: 16px;
	color: #000
}
.tips-popup-close {
	margin: 5px 0 0 10px;
	width: 14px;
	height: 14px;
	background: url(../images/tips_icon.png) top -130px left no-repeat;
	opacity: .7;
	z-index: 2;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.tips-popup-close:hover {
	opacity: 1
}
.tips-popup-content {
	padding-bottom: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #666
}
.tips-popup-footer {
	padding: 4px 0;
	text-align: right;
	font-size: 0
}
.tips-popup-footer li {
	display: inline-block;
	vertical-align: top;
	margin-left: 10px;
	padding: 8px 15px;
	line-height: 1;
	font-size: 12px;
	white-space: nowrap;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s
}
.tips-popup-footer li:hover {
	opacity: .8
}
.tips-popup-footer .cancel-btn {
	color: #666;
	background-color: #fff;
	border-color: #dcdfe6
}
.tips-popup-footer .submit-btn {
	color: #fff
}
.tips-popup .tips-icon {
	margin-right: 10px;
	width: 24px;
	height: 24px;
	background-image: url(../images/tips_icon.png);
	background-repeat: no-repeat
}
.tips-popup .tips-icon-success {
	background-position: 0 -104px
}
.tips-popup .tips-icon-question {
	background-position: 0 -78px
}
.tips-popup .tips-icon-info {
	background-position: 0 -52px
}
.tips-popup .tips-icon-error {
	background-position: 0 -26px
}
.tips-popup .tips-icon-alert {
	background-position: 0 0
}
.tips-popup-icon {
	padding-left: 20px;
	padding-right: 20px
}
.tips-popup-icon .tips-popup-content {
	padding-left: 34px
}
html, body {
	font-family: Arial, "Microsoft YaHei";
	overflow-x: hidden
}
@font-face {
	font-family: bookbt;
	src: url(../font/AVANTGARDEBOOKBT.TTF)
}
@font-face {
	font-family: demobold;
	src: url(../font/GALANOGROTESQUEDEMOBOLD.OTF)
}
.head {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100
}
.head .logo {
	display: block;
	position: relative;
	float: left;
	margin-left: 65px;
	margin-top: 35px;
	width: 257px;
	z-index: 200
}
.head .logo img {
	width: 100%
}
.head .right {
	float: right;
	margin-right: 65px;
	margin-top: 44px
}
.head .nav {
	position: relative;
	z-index: 100;
	float: left
}
.head .nav .img {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: -1
}
.head .nav .img img {
	width: 100%;
	height: auto !important
}
.head .nav .nav-one {
	position: relative;
	float: left
}
.head .nav .nav-one .nav-two {
	padding-top: 15px;
	position: absolute;
	width: 120px;
	display: none
}
.head .nav .nav-one .nav-two:before {
	position: absolute;
	top: 15px;
	left: 50%;
	margin-left: -10px;
	content: '';
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 7px solid #fff
}
.head .nav .nav-one ul {
	margin-top: 7px;
	background: #fff;
	border-radius: 10px;
	overflow: hidden
}
.head .nav .nav-one li {
	text-align: center
}
.head .nav .nav-one li a {
	width: 100%;
	display: block;
	height: 48px;
	font-size: 13px;
	color: #494949;
	line-height: 48px
}
.head .nav .nav-one li a:hover {
	color: #fff;
	background: #c99c52
}
.head .nav .nav-one li:nth-child(1) a {
	padding-top: 10px
}
.head .nav .nav-one li:nth-last-child(1) a {
	padding-bottom: 10px
}
.head .nav .nav-one+.nav-one {
	margin-left: 40px
}
.head .nav .nav-one a {
	font-family: 'SimHei';
	font-size: 17px;
	color: #fff;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease
}
.head .nav .nav-one a:hover {
	color: #c99c52
}
.head .nav .nav-one .on {
	color: #c99c52
}
.head .nav .nav-list2-iframe {
	display: none;
	width: 100%;
	margin-top: .15rem;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.head .nav .nav-list2 {
	position: relative;
	z-index: 150;
	border: 2px solid #313b59;
	border-radius: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%
}
.head .nav .nav-list2 .nav-list-btn {
	float: left;
	padding-top: .225rem;
	padding-bottom: .2rem;
	display: block;
	width: 20%;
	padding-left: 2%;
	padding-right: 2%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.head .nav .nav-list2 .nav-list-btn img {
	width: 60%
}
.head .nav .nav-list2 .nav-list-btn p {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
	margin-top: .125rem;
	color: #7d98cc;
	font-size: .079rem;
	font-family: 'Microsoft YaHei'
}
.head .language a {
	font-size: 17px;
	color: #FFF;
	line-height: 22px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
.head .language a:hover {
	color: #c99c52
}
.head .language .other {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0;
	margin-top: -22px
}
.head .language:hover .other {
	opacity: 1;
	margin-top: 10px
}
.head .search {
	position: relative;
	z-index: 200;
	float: left;
	width: 21px;
	margin-left: 40px
}
.head .search img {
	width: 100%
}
.head .language {
	position: relative;
	z-index: 200;
	float: left;
	margin-left: 40px
}
.head .search {
	margin-left: 35px;
	position: relative;
	top: -3px;
	left: 5px
}
.head .search .moblie-btn {
	margin-top: 3px;
	display: none
}
.head .search .search-open {
	display: none;
	cursor: pointer
}
.head .search .search-close {
	display: none;
	cursor: pointer
}
.head .search form {
	position: relative
}
.head .search form .inputiframe {
	margin-top: -4.5px;
	border-radius: 30px;
	background: #c99c52;
	position: relative;
	float: right;
	padding-top: 8px;
	height: 25px;
	padding-right: 40px;
	margin-left: 15px;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease
}
.head .search form input {
	padding-left: 15px;
	width: 0px;
	float: left;
	border: 0px;
	font-size: 12px;
	background: none;
	color: #fff;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease
}
.head .search form input::-webkit-input-placeholder {
color:rgba(255,255,255,0.5)
}
.head .search form input:-moz-placeholder {
color:rgba(255,255,255,0.5)
}
.head .search form input::-moz-placeholder {
color:rgba(255,255,255,0.5)
}
.head .search form input:-ms-input-placeholder {
color:rgba(255,255,255,0.5)
}
.head .search form button {
	position: absolute;
	margin-left: -5px;
	float: right;
	width: 25px;
	height: 25px;
	border: 0px;
	padding-right: 5px;
	background: none;
	cursor: pointer;
	float: right
}
.head .search form button img {
	width: 21px;
	height: 21px
}
.head .nav-btn {
	position: relative;
	z-index: 200;
	float: left;
	width: 21px;
	margin-left: 30px;
	display: none
}
.head .nav-btn img {
	width: 100%
}
.shortcut {
	position: fixed;
	right: -67px;
	top: 50%;
	z-index: 50;
	display: block
}
.shortcut a {
	cursor: pointer;
	position: relative;
	width: 113px;
	height: 46px;
	right: 0px;
	background: rgba(31,31,31,0.6);
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	display: block;
	font-size: 13px;
	color: #fff;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	line-height: 46px
}
.shortcut a img {
	position: relative;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	left: 13px;
	padding-right: 33px
}
.shortcut a:hover {
	right: 67px
}
.shortcut .bdshare-button-style0-16:after {
	display: none
}
.shortcut a+a {
	margin-top: 2px
}
.ermabg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 500;
	display: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0
}
.ermabg .remashow {
	position: relative;
	background: #f2f2f2;
	border-radius: 20px;
	font-family: "SimHei"
}
.ermabg .remashow .closeremashow {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer
}
.ermabg .remashow .theremaimg {
	max-width: 100%;
	padding: 30px
}
.ermabg .remashow .theremaimg img {
	max-width: 100%
}
.scrolltop {
	z-index: 300;
	cursor: pointer;
	border-radius: 7px;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 46px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: rgba(31,31,31,0.6);
	text-align: center;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
.scrolltop img {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
.scrolltop:hover {
	padding-top: 13px
}
.scrolltop:hover img {
	padding-bottom: 5px
}

@media screen and (max-width: 1390px) {
.head .logo {
	margin-left: 20px
}
.head .right {
	margin-right: 20px
}
.head .nav .nav-one+.nav-one {
	margin-left: 20px
}
}

@media screen and (max-width: 1250px) {
.head .nav .nav-one+.nav-one {
	margin-left: 20px
}
.head .language {
	margin-left: 20px
}
.head .right {
	margin-right: 25px
}
}

@media screen and (max-width: 1130px) {
.head .logo {
	width: 1.285rem;
	margin-top: .19rem;
	margin-left: .225rem
}
.head .right {
	margin-top: .225rem;
	margin-right: .225rem
}
.head .nav-top {
	display: none;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	overflow-x: scroll;
	padding-top: .66rem;
	padding-bottom: .3rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	float: none;
	text-align: center;
	background: #020630
}
.head .nav-top .nav-one {
	float: none;
	width: 100%
}
.head .nav-top .nav-one:nth-child(odd) {
	background: rgba(246,246,246,0.1)
}
.head .nav-top .nav-one+.nav-one {
	margin-left: 0px
}
.head .nav-top .nav-one a {
	display: block;
	float: none;
	line-height: .425rem;
	font-size: .13rem
}
.head .nav-top .nav-list2-iframe {
	display: block
}
.head .language {
	display: none
}
.head .search {
	position: inherit;
	margin-top: -2.5px;
	width: .15rem
}
.head .search .moblie-btn {
	display: block
}
.head .search .search-open {
	display: block;
	margin-top: 2.5px
}
.head .search .search-close {
	display: block
}
.head .search form {
	position: absolute;
	width: 100%;
	background: rgba(201,156,82,0.9);
	top: 0;
	left: 0;
	display: none;
	z-index: 500;
	padding-left: 20px;
	padding-right: 50px;
	padding-top: 15px;
	padding-bottom: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.head .search form .inputiframe {
	width: 96%;
	opacity: 1;
	float: left;
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 8px;
	height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.head .search form .inputiframe input {
	width: 100%
}
.head .search form button {
	width: 10%;
	margin-left: 5px;
	text-align: center;
	display: none
}
.head .search .search-close {
	position: absolute;
	z-index: 600;
	top: 17px;
	right: 18px
}
.head .nav-btn {
	width: .15rem;
	display: block;
	margin-left: .165rem
}
.shortcut {
	display: none
}
.scrolltop:hover {
	padding-top: 10px
}
}

@media screen and (max-width: 640px) {
.ermabg {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: .1rem
}
.ermabg .remashow {
	border-radius: 10px
}
.ermabg .remashow .theremaimg {
	padding: .1rem;
	padding-top: .25rem;
	padding-bottom: .25rem
}
.ermabg .remashow .theremaimg img {
	float: left;
	width: 50%
}
}



.theslide {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 20px;
	padding-bottom: 20px
}
.theslide .hashr1+.hashr1 {
	border-left: 1px solid rgba(29,29,29,0.15)
}
.hashr+.hashr {
	border-left: 1px solid #103056
}
.footer2 {
	width: 100%;
	padding-top: 40px;
	padding-bottom: 50px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #081b31;
	text-align: center;
	color: rgba(225,225,225,0.7);
	font-size: 12px
}
.footer2 a {
	color: rgba(225,225,225,0.7);
	font-size: 12px;
	padding-left: .075rem;
	padding-right: .075rem
}
.footer2 a:hover {
	text-decoration: underline
}
.footer2 p+p {
	margin-top: 14px
}

@media screen and (max-width: 1238px) {
.footer-iframe .afterservice {
	padding-right: 40px
}
.footer-iframe .servicelink {
	padding-left: 30px;
	padding-right: 30px
}
.footer-iframe .educational {
	padding-left: 30px;
	padding-right: 30px
}
}

@media screen and (max-width: 1160px) {
.footer-iframe .servicelink, .footer-iframe .educational {
	min-height: 0
}
.footer-iframe .gam {
	min-height: 0;
	padding-left: 30px
}
.footer-iframe .gam .gam-btn {
	padding-bottom: 30px
}
}

@media screen and (max-width: 1100px) {
.theslide {
	width: 100%;
	float: none;
	display: block;
	padding: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.theslide .allnav {
	width: 100%;
	min-width: auto
}
.theslide .allnav .title {
	font-size: .13rem;
	line-height: .485rem
}
.theslide .allnav .allnav-btn {
	margin-top: .1rem;
	padding-bottom: .15rem
}
.theslide .allnav .allnav-btn a {
	font-size: .1rem;
	line-height: .3rem
}
.theslide .hashr1+.hashr1 {
	border-left-width: 0px
}
.theslide .hashr1 {
	border-bottom: 1px solid rgba(29,29,29,0.15)
}
.footer-iframe .swiper-footer .swiper-slide {
	width: 49%;
	margin-bottom: .1rem
}
.footer-iframe .swiper-footer .swiper-slide:nth-child(even) {
	margin-left: 2%
}
.footer-content-1 {
	display: none
}
.footer {
	padding-top: 20px;
	padding-bottom: 40px
}
.footer .footer-iframe {
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column
}
.footer .footer-iframe .swiper-button-prev, .footer .footer-iframe .swiper-button-next {
	display: none
}
.footer .footer-iframe .title {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: .1rem;
	font-size: .13rem;
	line-height: .485rem
}
.footer .footer-iframe .title .footer-btn {
	display: block
}
.footer .footer-iframe .afterservice {
	width: 100%;
	padding-right: 0px
}
.footer .footer-iframe .afterservice .swiper-footer {
	width: 100%;
	margin-top: .1rem
}
.footer .footer-iframe .afterservice .swiper-slide {
	overflow: hidden
}
.footer .footer-iframe .servicelink {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px
}
.footer .footer-iframe .servicelink .servicelink-a {
	width: 100%
}
.footer .footer-iframe .servicelink span {
	width: 50%;
	text-align: center
}
.footer .footer-iframe .servicelink span:nth-child(even) {
	padding-left: 0px
}
.footer .footer-iframe .servicelink a {
	font-size: .1rem;
	line-height: .3rem
}
.footer .footer-iframe .educational {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px
}
.footer .footer-iframe .educational .text {
	width: 100%;
	text-align: center;
	font-size: .1rem;
	line-height: .2rem
}
.footer .footer-iframe .educational .btn {
	width: 100%;
	padding-top: .1rem;
	padding-bottom: .1rem;
	font-size: .09rem
}
.footer .footer-iframe .educational .btn+.btn {
	margin-top: .1rem
}
.footer .footer-iframe .gam {
	width: 100%;
	padding-left: 0px;
	padding-right: 0px
}
.footer .footer-iframe .gam .gam-btn a {
	padding-top: .1rem;
	padding-bottom: .1rem;
	font-size: .09rem
}
.footer .footer-iframe .gam .gam-btn a+a {
	margin-top: .1rem
}
.hashr {
	border-bottom: 1px solid #1d3d61
}
.hashr+.hashr {
	border-left-width: 0px
}
.footer-iframe .servicelink .more-btn {
	display: none
}
.footer-iframe .servicelink .more-li {
	display: block;
	opacity: 1;
	position: relative;
	padding: 0;
	border-width: 0px;
	bottom: 0px
}
.footer-iframe .swiper-footer .swiper-slide a {
	font-size: .1rem;
	line-height: .3rem
}
.footer-content-1 {
	height: auto !important;
	overflow: hidden
}
.footer-iframe .hashr {
	height: auto !important;
	overflow: hidden
}
.footer .footer-iframe .title {
	overflow: hidden;
	height: auto !important
}
}

.swiper-container {
	width: 100%;
	height: 100%
}

.swiper-container .pc:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 205px;
	z-index: 1;
	background: url(../images/icon-5.png)
}
.swiper-container .moblie {
	display: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: #fff none no-repeat center center;
	background-size: cover
}
.swiper-container .moblie:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 205px;
	z-index: 1;
	background: url(../images/icon-5.png)
}
.swiper-container .swiper-pagination {
	width: auto;
	left: 52px;
	bottom: 60px
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
	margin: 0;
	width: 17px;
	height: 17px;
	display: block;
	border-radius: 0px;
	opacity: 1;
	background: url(../images/icon-1.png)
}
.swiper-container .swiper-pagination .swiper-pagination-bullet+.swiper-pagination-bullet {
	margin-top: 10px
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	position: relative;
	left: -3.5px;
	width: 24px;
	height: 24px;
	background: url(../images/icon-0.png)
}
.index-content {
	margin: 0 auto;
	max-width: 1236px;
	padding-bottom: .4rem
}
.index-content .top {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 30px
}
.index-content .top .title {
	float: left
}
.index-content .top .c {
	font-family: 'Adobe Heiti Std', 'SimHei';
	font-size: 22px;
	line-height: 44px;
	color: #09213d
}
.index-content .top .e {
	font-family: bookbt;
	margin-left: 2px;
	margin-top: -8px;
	font-size: 12px;
	color: rgba(16,48,86,0.5)
}
.index-content .top .more {
	float: right;
	margin-top: 20px;
	font-family: 'Adobe Heiti Std';
	font-size: 12px;
	color: #09213d;
	padding-bottom: 2px;
	border-bottom: 2px solid #dcdcdc;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
.index-content .top .more:hover {
	padding-left: 15px
}
.index-content .product {
	position: relative;
	width: 100%;
	height: 470px
}

@media screen and (max-width: 1024px) {
.index-content .product .swiper-product>.swiper-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap
}
.index-content .product .swiper-product>.swiper-wrapper>.swiper-slide {
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: .09rem
}
.index-content .product .swiper-product>.swiper-wrapper>.swiper-slide:nth-child(3n+1) {
	padding-right: .06rem
}
.index-content .product .swiper-product>.swiper-wrapper>.swiper-slide:nth-child(3n+2) {
	padding: 0 .03rem
}
.index-content .product .swiper-product>.swiper-wrapper>.swiper-slide:nth-child(3n+3) {
	padding-left: .06rem
}
}
.index-content .product .swiper-slide {
	width: 100%;
	height: 100%
}
.index-content .product .swiper-slide a {
	display: block;
	width: 100%;
	height: 100%
}
.index-content .product .swiper-slide a img {
	width: 100%;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.index-content .product .swiper-slide a img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
.index-content .product .product-sub {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative
}
.index-content .product .swiper-product-sub {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative
}
.index-content .product .swiper-product {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100%
}
.index-content .product .swiper-product img {
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.index-content .product .swiper-product img:hover {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}
.index-content .product .product-pagination {
	position: relative;
	margin-top: -30px;
	z-index: 50;
	text-align: center
}
.index-content .product .product-pagination .swiper-pagination-bullet {
	background: #ffc77d
}
.index-content .product .product-prev {
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -72.5px;
	left: -40px;
	width: 33px;
	height: 143px;
	z-index: 10;
	background: url(../images/icon-17.jpg)
}
.index-content .product .product-prev:hover {
	background: url(../images/icon-18.jpg)
}
.index-content .product .product-next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	margin-top: -72.5px;
	right: -40px;
	width: 33px;
	height: 143px;
	z-index: 10;
	background: url(../images/icon-19.jpg)
}
.index-content .product .product-next:hover {
	background: url(../images/icon-20.jpg)
}

@media screen and (max-width: 1024px) {
.index-content .index-recommend .index-content-list>li {
	width: 50%;
	margin-bottom: .1rem
}
.index-content .index-recommend .index-content-list>li:nth-child(odd) {
	padding-right: .05rem
}
.index-content .index-recommend .index-content-list>li:nth-child(even) {
	padding-left: .05rem
}
.index-content .index-recommend .index-content-list .content {
	padding: .125rem
}
.index-content .index-recommend .index-content-list .content .title {
	margin-bottom: 0;
	font-size: .13rem
}
.index-content .index-recommend .index-content-list .content .desc {
	display: none
}
}

@media screen and (max-width: 1024px) {
.index-content .index-part-wrapper .top {
	padding-bottom: .15rem;
	padding-top: .15rem;
	text-align: left
}
}

@media screen and (max-width: 1024px) {
.index-content .index-part-wrapper .top .title {
	float: left
}
}

@media screen and (max-width: 1024px) {
.index-content .index-part-wrapper .top .more {
	display: inline-block
}
}

@media screen and (max-width: 1024px) {
.index-content .index-part-wrapper .index-content-list>li {
	width: 100%;
	margin-bottom: .1rem
}
.index-content .index-part-wrapper .index-content-list .content {
	padding: .125rem
}
.index-content .index-part-wrapper .index-content-list .content .title {
	margin-bottom: .075rem;
	font-size: .14rem
}
.index-content .index-part-wrapper .index-content-list .content .desc {
	font-size: .12rem;
	color: #7c808f
}
}
.index-content .index-content-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap
}
.index-content .index-content-list>li {
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px
}

@media screen and (min-width: 1024px) {
.index-content .index-content-list>li:nth-child(3n+1) {
	padding-right: 12px
}
.index-content .index-content-list>li:nth-child(3n+2) {
	padding: 0 6px
}
.index-content .index-content-list>li:nth-child(3n+3) {
	padding-left: 12px
}
}
.index-content .index-content-list .item {
	display: block;
	cursor: pointer
}
.index-content .index-content-list .item:hover .img-box img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

@media screen and (min-width: 1024px) {
.index-content .index-content-list .item:hover .recommend-menu-box {
	visibility: visible
}
.index-content .index-content-list .item:hover .recommend-menu-wrapper {
	visibility: visible;
	opacity: 1
}
.index-content .index-content-list .item:hover .recommend-menu-wrapper .menu-list {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}
}
.index-content .index-content-list .content-img {
	position: relative
}
.index-content .index-content-list .recommend-menu-box {
	z-index: 20;
	position: static;
	display: block;
	visibility: hidden
}

@media screen and (max-width: 1024px) {
.index-content .index-content-list .recommend-menu-box {
	display: none;
	position: relative
}
}
.index-content .index-content-list .recommend-menu-wrapper {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	background-color: rgba(0,0,0,0.7);
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 .3rem;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

@media screen and (max-width: 1024px) {
.index-content .index-content-list .recommend-menu-wrapper {
	position: fixed;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-flow: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	visibility: visible;
	opacity: 1;
	z-index: 20
}
}
.index-content .index-content-list .recommend-menu-wrapper .menu-mb-head {
	display: none
}

@media screen and (max-width: 1024px) {
.index-content .index-content-list .recommend-menu-wrapper .menu-mb-head {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	text-align: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: .6rem;
	background-color: #0c203c;
	font-size: .2rem;
	color: #fff;
	width: 100%
}
.index-content .index-content-list .recommend-menu-wrapper .menu-mb-head .iconfont {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: .075rem;
	z-index: 10;
	font-size: 30px
}
}
.index-content .index-content-list .recommend-menu-wrapper .menu-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap;
	margin-bottom: -20px;
	-webkit-transform: translateY(30px);
	-moz-transform: translateY(30px);
	-ms-transform: translateY(30px);
	transform: translateY(30px);
	-webkit-transition: .4s;
	-o-transition: .4s;
	-moz-transition: .4s;
	transition: .4s
}

@media screen and (max-width: 1024px) {
.index-content .index-content-list .recommend-menu-wrapper .menu-list {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
	background-color: #fff;
	padding: .25rem .575rem .2rem;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	max-height: 60vh;
	overflow-y: auto
}
}
.index-content .index-content-list .recommend-menu-wrapper .menu-list li {
	width: 33.33333%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 20px
}

@media screen and (max-width: 1024px) {
.index-content .index-content-list .recommend-menu-wrapper .menu-list li {
	width: 100%;
	margin-bottom: .15rem
}
}

@media screen and (min-width: 1024px) {
.index-content .index-content-list .recommend-menu-wrapper .menu-list li:nth-child(3n+1) {
	padding-right: 12px
}
.index-content .index-content-list .recommend-menu-wrapper .menu-list li:nth-child(3n+2) {
	padding: 0 6px
}
.index-content .index-content-list .recommend-menu-wrapper .menu-list li:nth-child(3n+3) {
	padding-left: 12px
}
}
.index-content .index-content-list .recommend-menu-wrapper .menu-list .box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	font-size: 14px;
	color: #fff;
	border: 1px solid #f4f4f4;
	padding: 12px 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s
}

@media screen and (max-width: 1024px) {
.index-content .index-content-list .recommend-menu-wrapper .menu-list .box {
	border-color: #98a5b5;
	color: #333
}
}
.index-content .index-content-list .recommend-menu-wrapper .menu-list .box:hover {
	background-color: #fff;
	color: #000
}

@media screen and (max-width: 1024px) {
.index-content .index-content-list .recommend-menu-wrapper .menu-list .box:hover {
	color: #fff;
	background-color: #333
}
}
.index-content .index-content-list .img-box {
	overflow: hidden;
	position: relative;
	padding-bottom: 60%
}
.index-content .index-content-list .img-box img {
	position: absolute;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: .6s;
	-o-transition: .6s;
	-moz-transition: .6s;
	transition: .6s;
	left: 0;
	top: 0
}
.index-content .index-content-list .content {
	background-color: #f4f4f4;
	padding: 27px 50px 30px 30px
}
.index-content .index-content-list .content .title {
	font-size: 15px;
	color: #000;
	margin-bottom: 10px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}
.index-content .index-content-list .content .desc {
	font-size: 12px;
	color: #7c808f;
	line-height: 20px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	min-height: 40px
}
.index-bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f4f4f4;
	height: 120px
}

@media screen and (max-width: 1024px) {
.index-bottom {
	height: .5rem;
	padding: 0 .125rem
}
}
.index-bottom .item {
	display: block
}

@media screen and (max-width: 1024px) {
.index-bottom .item {
	width: 50%
}
.index-bottom .item img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain
}
}
.index-bottom .item:not(:last-child) {
	margin-right: 180px
}

@media screen and (max-width: 1024px) {
.index-bottom .item:not(:last-child) {
	margin-right: .125rem
}
}
.moblie-more {
	display: none;
	margin-top: 14px;
	width: 100%;
	font-size: .11rem;
	background: #f4f4f4;
	line-height: .3rem;
	text-align: center
}

@media screen and (max-width: 1430px) {
.index-content .product .product-prev {
	left: 0px
}
.index-content .product .product-next {
	right: 0px
}
}

@media screen and (max-width: 1130px) {
.index-content .new-center .left .swiper-new .pn-btn {
	display: none
}
.index-content .new-center .left .swiper-new .new-center-pagination {
	display: block
}
.index-content {
	padding-left: 20px;
	padding-right: 20px
}
.index-content .top {
	padding-top: 30px;
	padding-bottom: 30px;
	text-align: center
}
.index-content .top .title {
	float: none
}
.index-content .top .c {
	font-size: .18rem
}
.index-content .top .e {
	font-size: .09rem
}
.index-content .top .more {
	display: none
}
.index-content .new-center {
	height: auto
}
.index-content .new-center .left {
	width: 100%;
	padding-right: 0px
}
.index-content .new-center .middle {
	display: none
}
.index-content .new-center .right {
	height: auto;
	width: 100%;
	padding-left: 0px
}
.index-content .new-center .right .iframe .text {
	min-height: .65rem;
	height: auto
}
.index-content .new-center .right .iframe .text a {
	width: 100%;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	line-height: normal;
	font-size: .14rem
}
.index-content .new-center .right .iframe .text span {
	margin-top: .1rem;
	font-size: .11rem
}
.index-content .product {
	height: auto
}
.index-content .product .product-next {
	display: none
}
.index-content .product .product-prev {
	display: none
}
.swiper-container .swiper-pagination {
	bottom: 20px;
	width: 100%;
	left: 0px
}
.swiper-container .swiper-pagination .swiper-pagination-bullet {
	background: #fff;
	border-radius: 100%;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0 5px
}
.swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	width: 12px;
	height: 12px;
	background: #bc975a;
	left: 0px
}
.index-content .brand .pc {
	display: none
}
.index-content .brand .moblie {
	display: block
}
.index-content .brand-list {
	display: none
}
.moblie-more {
	display: block
}
.index-content .brand-pagination {
	position: relative;
	margin-top: -.15rem;
	text-align: center;
	z-index: 50;
	display: block
}
.index-content .brand-pagination .swiper-pagination-bullet {
	background: #fff
}
.index-content .brand-pagination .swiper-pagination-bullet-active {
	background: #bc975a
}
}

@media screen and (max-width: 960px) {
.swiper-container {
	width: 100%;
	height: 100%
}
.swiper-container .pc {
	display: none
}
.swiper-container .moblie {
	display: block
}
.index-content .new-center .left .swiper-new img {
	min-width: auto;
	max-width: 100%
}
}
.index-product {
	font-size: 0;
	margin-right: -6px;
	margin-left: -6px
}
.index-product li {
	display: inline-block;
	vertical-align: top;
	width: 33.33%;
	padding: 0 6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.index-product li a {
	display: block;
	position: relative;
	overflow: hidden;
	padding-top: 144.47368%
}
.index-product li a img {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	-moz-transition: all .8s;
	transition: all .8s
}
.index-product li a:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05)
}

@media screen and (max-width: 480px) {
.index-product li {
	width: 100%;
	margin-bottom: .1rem
}
.index-product li:last-child {
	margin-bottom: 0
}
}
.sub-banner {
	width: 100%;
	height: 340px
}
.sub-nav {
	width: 100%;
	background: #efefef
}
.sub-nav .iframe {
	position: relative;
	max-width: 1240px;
	margin: 0 auto
}
.sub-nav .iframe .address {
	display: none;
	float: left;
	line-height: 66px;
	font-family: 'SimHei';
	font-size: .13rem
}
.sub-nav .iframe .way {
	float: right
}
.sub-nav .iframe .way li {
	display: inline-block
}
.sub-nav .iframe .way li a {
	line-height: 66px;
	color: rgba(29,29,29,0.7);
	font-family: 'SimHei';
	font-size: 12px
}
.sub-nav .iframe .way li a:hover {
	color: #c99c52
}
.sub-nav .iframe .way li+li:before {
	content: '>';
	color: rgba(29,29,29,0.7);
	margin-left: 4px;
	margin-right: 6px;
	font-family: 'SimHei'
}
.sub-nav .iframe .nav {
	float: left;
	display: block
}
.sub-nav .iframe .nav li {
	display: inline-block
}
.sub-nav .iframe .nav li a {
	line-height: 66px;
	font-family: 'SimHei';
	font-size: 16px;
	color: #1d1d1d;
	padding: 12px 22px 12px 22px;
	border-radius: 30px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
.sub-nav .iframe .nav li a:hover {
	background: #c99c52;
	color: #fff
}
.sub-nav .iframe .nav li .on {
	background: #c99c52;
	color: #fff
}
.sub-nav .iframe .nav li+li {
	margin-left: 26px
}
.sub-nav .nav-slide {
	display: none;
	position: absolute;
	right: 20px;
	top: 25px
}
.width1240 {
	max-width: 1240px;
	margin: 0 auto
}
.sub-content {
	width: 100%
}
.sub-content .sub-content-nav-iframe {
	width: 100%;
	padding-top: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #efefef
}
.sub-content .sub-content-nav li {
	display: inline-block
}
.sub-content .sub-content-nav li a {
	display: block;
	padding: 7px 20px 7px 20px;
	border-radius: 30px;
	border: 2px solid #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
.sub-content .sub-content-nav li a:hover {
	color: #c99c52;
	border: 2px solid #c99c52
}
.sub-content .sub-content-nav li .on {
	color: #c99c52;
	border: 2px solid #c99c52
}
.sub-content .sub-content-nav li+li {
	margin-left: 30px
}
.sub-content .content {
	max-width: 1280px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 53px
}
.sub-content .contentpadding {
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.padg {
	text-align: center;
	padding-bottom: 30px
}
.padg span, .padg a {
	display: inline-block;
	margin-bottom: 5px;
	margin-left: 5px;
	margin-right: 5px;
	padding: 15.5px 20.5px 15.5px 20.5px;
	border: 1px solid #eaeaea;
	border-radius: 50px;
	color: #8b8b8b;
	font-size: 13px;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	font-family: "Microsoft YaHei";
	background: #f9f9f9
}
.padg a:hover, .padg .padg-now, .padg .padg-disable {
	color: #fff;
	background: #09213d;
	border-color: #09213d
}
.padg .padg-list {
	display: inline
}

@media screen and (max-width: 1280px) {
.sub-content .contentpadding {
	padding-left: 0px;
	padding-right: 0px
}
}

@media screen and (max-width: 1100px) {
.sub-content .content {
	padding-top: 20px
}
.sub-nav .iframe {
	min-height: 60px;
	padding-left: 20px;
	padding-right: 20px
}
.sub-nav .iframe .address {
	display: block;
	line-height: 60px
}
.sub-nav .iframe .nav {
	padding-bottom: 20px;
	width: 100%
}
.sub-nav .iframe .nav li {
	width: 100%;
	text-align: center
}
.sub-nav .iframe .nav li a {
	display: block;
	padding: 0;
	font-size: .12rem;
	line-height: .33rem
}
.sub-nav .iframe .nav li+li {
	margin-left: 0px;
	margin-top: 20px
}
.sub-nav .iframe .way {
	display: none
}
.sub-nav .iframe .way li a {
	font-size: .13rem
}
.sub-nav .nav-slide {
	display: block
}
.sub-nav .nav-slide img {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	width: 20px
}
.sub-content-nav {
	padding-left: 10px
}
.sub-content .sub-content-nav li a {
	font-size: .13rem
}
.sub-content .sub-content-nav li+li {
	margin-left: .13rem
}
}

@media screen and (max-width: 640px) {
.padg .padg-list {
	display: none
}
.sub-banner {
	height: 320px
}
.sub-content .content {
	padding-bottom: .265rem
}
}
.about-us-li {
	width: 33.333%;
	float: left;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.about-us-li .about-us-li-iframe {
	display: block;
	position: relative;
	top: 0;
	width: 100%;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
.about-us-li .about-us-li-iframe:hover {
	top: -5px;
	-webkit-box-shadow: 0 1px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0 1px 10px 0px rgba(0,0,0,0.2)
}
.about-us-li img {
	width: 100%
}
.about-us-li .text {
	position: relative;
	width: 100%;
	font-size: 20px;
	font-family: 'SimHei';
	color: #343434;
	text-align: center;
	line-height: 90px;
	background: #f7f7f7
}
.about-us-li .text:before {
	content: '';
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 47px;
	height: 80px;
	background: url(../images/icon-21.png)
}
.synopsis-text {
	position: relative;
	width: 100%
}
.synopsis-text object {
	display: none
}
.synopsis-text .synopsis-text-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
	-webkit-flex-flow: wrap;
	-ms-flex-flow: wrap;
	flex-flow: wrap
}
.synopsis-text .synopsis-text-content .item {
	width: 418px
}
.synopsis-text .video {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	padding-left: .1rem;
	padding-right: .1rem
}
.synopsis-text .video .my-video-dimensions, .synopsis-text .video .vjs-has-started, .synopsis-text .video .vjs-user-inactive {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: auto;
	padding-bottom: 56.25%
}
.synopsis-text .video .video-js .vjs-big-play-button {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.synopsis-text .video video {
	max-width: 100%;
	margin: 0 auto
}
.synopsis-text .iframe {
	padding: 30px 30px 30px 30px
}
.synopsis-text .iframe p {
	margin-top: 0px
}
.synopsis-text img {
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	transition: all .5s ease-out
}
.synopsis-text img:hover {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02)
}
.synopsis-text .title {
	padding-top: 15px;
	padding-bottom: 25px
}
.synopsis-text .title .title-1 {
	font-size: 27.09px;
	font-family: 'SimHei';
	color: #393939;
	letter-spacing: 3px
}
.synopsis-text .title .title-2 {
	font-size: 40.8px;
	font-family: demobold;
	font-weight: bold;
	color: #393939;
	margin-left: -5px
}
.synopsis-text .title .title-3 {
	margin-top: 5px;
	font-family: bookbt;
	font-size: 12px;
	color: rgba(57,57,57,0.2)
}
.synopsis-text .title:after {
	content: "";
	position: absolute;
	margin-top: 25px;
	width: 80px;
	height: 2px;
	background: #c79f7a
}
.synopsis-text h1 {
	margin-top: 50px;
	font-size: 24px;
	font-family: 'SimHei'
}
.synopsis-text p {
	font-size: 14px;
	color: #494949;
	line-height: 34px;
	font-family: 'SimHei';
	margin-top: 34px
}
.synopsis-text p+img {
	margin-top: 20px
}
.synopsis-text .right {
	float: right;
	width: 602px;
	height: auto !important;
	margin-left: 76px;
	margin-bottom: 33px
}
.synopsis-text .left {
	float: left;
	width: 602px;
	height: auto !important;
	margin-right: 76px;
	margin-bottom: 20px
}
.synopsis-text .synopsis-text-lr .leftimg {
	float: left;
	width: 28%
}
.synopsis-text .synopsis-text-lr .leftimg img {
	width: 100%
}
.synopsis-text .synopsis-text-lr .leftimg p {
	text-align: center
}
.synopsis-text .synopsis-text-lr .leftimg img+p {
	margin-top: 20px
}
.synopsis-text .synopsis-text-lr .righttext {
	float: right;
	width: 70%
}
.synopsis-text .synopsis-text-lr .righttext p {
	margin-top: 0px
}
.synopsis-text .synopsis-text-lr .righttext p+p {
	margin-top: 35px
}
.synopsis-text .introduction-top p {
	color: #797979
}
.synopsis-text .introduction-box {
	padding-top: 70px;
	width: 100%
}
.synopsis-text .introduction-box h1 {
	font-family: 'SimHei';
	margin-top: 0;
	font-size: 30px
}
.synopsis-text .introduction-box p {
	font-family: 'SimHei';
	color: #797979;
	margin-top: 20px
}
.synopsis-text .introduction-box img {
	padding-left: 67px;
	float: right
}
.synopsis-text .introduction-box1 {
	padding-top: 80px;
	width: 100%
}
.synopsis-text .introduction-box1 h1 {
	font-family: 'SimHei';
	margin-top: 0;
	font-size: 23px;
	line-height: 38px
}
.synopsis-text .introduction-box1 img {
	padding-left: 67px;
	float: right
}
.synopsis-text .introduction-box1 p {
	color: #797979;
	margin-top: 20px
}
.synopsis-text+.synopsis-text {
	padding-top: 150px
}
.synopsis-text+.synopsis-text:before {
	content: "";
	float: left;
	margin-top: -70px;
	width: 100%;
	height: 1px;
	background: #e9e6e5
}
.content .iframe {
	font-family: "SimHei";
	width: 100%;
	height: 100%;
	background: #f8f8f8;
	padding: 30px 80px 30px 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.content .iframe .content-sub+.content-sub {
	padding-top: 70px
}
.content .iframe .content-sub-four {
	width: 100%
}
.content .iframe .content-sub-four .child {
	width: 25%
}
.content .iframe .content-sub-three {
	width: 75%
}
.content .iframe .content-sub-three .child {
	width: 33.333%
}
.content .iframe .title {
	font-size: 22px
}
.content .iframe .title:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	background: #e3e3e3
}
.content .iframe .child {
	margin-top: 25px;
	float: left
}
.content .iframe .child p {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 17px;
	color: #666
}
.content .iframe .child p span {
	font-size: 12px;
	color: #6d6d6d
}
.content .iframe .child p span:before {
	content: "/";
	padding-left: 8px;
	padding-right: 8px;
	font-size: 17px;
	color: #dcdcdc
}
.content .iframe .child p:before {
	content: "•";
	padding-right: 7px;
	color: #c99c52
}
.sub-content-nav2 {
	position: relative;
	width: 100%;
	overflow: hidden;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 34px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.sub-content-nav2 .swiper-content-nav2 {
	overflow: hidden;
	position: relative;
	width: 100%;
	background: #f7f7f7
}
.sub-content-nav2 .swiper-wrapper {
	width: 100%
}
.sub-content-nav2 .swiper-slide {
	text-align: center
}
.sub-content-nav2 a {
	font-family: 'demobold';
	font-size: 18px;
	line-height: 70px;
	color: #848484
}
.sub-content-nav2 .on {
	font-size: 22px;
	color: #111
}
.sub-content-nav2 .swiper-nav2-prev {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: .2rem;
	background: url(../images/icon-23.png) center no-repeat;
	width: 8px;
	height: 100%;
	z-index: 50
}
.sub-content-nav2 .swiper-nav2-next {
	position: absolute;
	top: 0px;
	right: 0;
	padding-right: .2rem;
	background: url(../images/icon-24.png) center no-repeat;
	width: 8px;
	height: 100%;
	z-index: 50
}
.time-chain1 {
	position: relative;
	padding-left: .23rem;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.time-chain1 .time-content1 {
	padding: 35px 50px 35px 50px
}
.time-chain1 .time-content2 {
	padding: 25px 57px 25px 50px
}
.time-chain1 .time-content1, .time-chain1 .time-content2 {
	position: relative;
	background: #f7f7f7;
	border-radius: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.time-chain1 .time-content1 .time-content1iframe, .time-chain1 .time-content2 .time-content1iframe {
	width: 100%
}
.time-chain1 .time-content1 .li-content, .time-chain1 .time-content2 .li-content {
	width: 85%;
	float: left
}
.time-chain1 .time-content1 .li-content:before, .time-chain1 .time-content2 .li-content:before {
	content: "";
	position: absolute;
	left: -.15rem;
	top: .115rem;
	width: .085rem;
	height: .085rem;
	border-radius: 100%;
	border: 1px solid #CCC;
	background: #fff
}
.time-chain1 .time-content1 .li-content:after, .time-chain1 .time-content2 .li-content:after {
	content: "";
	position: absolute;
	left: -.125rem;
	top: .14rem;
	width: .045rem;
	height: .045rem;
	border-radius: 100%;
	background: #0a152d
}
.time-chain1 .time-content1 .time-content1iframe:before, .time-chain1 .time-content2 .time-content1iframe:before {
	content: "";
	position: absolute;
	left: -.15rem;
	top: .115rem;
	width: .085rem;
	height: .085rem;
	border-radius: 100%;
	border: 1px solid #CCC;
	background: #fff
}
.time-chain1 .time-content1 .time-content1iframe:after, .time-chain1 .time-content2 .time-content1iframe:after {
	content: "";
	position: absolute;
	left: -.125rem;
	top: .14rem;
	width: .045rem;
	height: .045rem;
	border-radius: 100%;
	background: #0a152d
}
.time-chain1 .time-content1 .title, .time-chain1 .time-content2 .title {
	font-family: 'Microsoft YaHei';
	font-size: 20px;
	color: #000
}
.time-chain1 .time-content1 .text, .time-chain1 .time-content2 .text {
	font-family: "Microsoft YaHei";
	margin-top: 15px;
	font-size: 16px;
	color: #5e5e5e;
	line-height: 36px;
	width: 100%
}
.time-chain1 .time-content1 .time, .time-chain1 .time-content2 .time {
	font-family: 'demobold';
	font-size: 20px;
	color: #000;
	display: block;
	width: 12%;
	float: left
}
.time-chain1 .time-content1 .time-thing, .time-chain1 .time-content2 .time-thing {
	font-family: "Microsoft YaHei";
	font-size: 16px;
	color: #5e5e5e;
	line-height: 28px;
	display: block;
	width: 85%;
	float: left
}
.time-chain1 .time-content1 p, .time-chain1 .time-content2 p {
	font-family: 'SimHei';
	font-size: 14px;
	color: #5e5e5e;
	line-height: 28px
}
.time-chain1 .time-content1 .img, .time-chain1 .time-content2 .img {
	position: relative;
	margin-top: 0px;
	float: right;
	width: 125px;
	height: 125px
}
.time-chain1 .time-content1 img, .time-chain1 .time-content2 img {
	width: 125px;
	height: 125px;
	border-radius: 100%;
	border: 4px solid #c99c52
}
.time-chain1 .time-content2+.time-content2 {
	margin-top: 20px
}
.time-chain1 .time-content1+.time-content1 {
	margin-top: 38px
}
.time-chain1:before {
	content: "";
	position: absolute;
	left: .125rem;
	width: 1px;
	height: 100%;
	background: #CCC
}
.time-chain3 {
	padding-left: 20px
}
.time-chain3 .time-content2 img {
	max-width: 100%;
	width: auto;
	height: auto;
	border-radius: 0;
	border: none
}
.time-chain3:before {
	width: 0px
}
.time-chain3 .time-content1iframe:before, .time-chain3 .time-content2:before {
	opacity: 0
}
.time-chain3 .time-content1iframe:after, .time-chain3 .time-content2:after {
	opacity: 0
}
.theyearcontent {
	display: none
}
.time-li {
	display: none
}
.time-on {
	display: block
}
.bg {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	z-index: 500;
	display: none;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	opacity: 0
}
.bg .show {
	width: 710px;
	font-family: "SimHei"
}
.bg .show .img-show {
	padding-top: 30px;
	padding-bottom: 25px;
	position: relative;
	width: 100%;
	text-align: center;
	background: #fff;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px
}
.bg .show .text-show {
	padding: 34px 45px 49px 45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	overflow: auto;
	background: #f4f4f4;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	color: #484848;
	font-size: 15px;
	line-height: 23px
}
.bg .show .close-show {
	margin-top: 10px;
	width: 100%;
	border-radius: 20px;
	font-size: 18px;
	color: #fff;
	line-height: 53px;
	background: #c99c52;
	text-align: center;
	cursor: pointer
}
.about-us-list {
	width: 100%;
	margin-bottom: 30px
}
.about-us-list .about-us-li2 {
	width: 25%;
	float: left;
	padding-left: 1.5%;
	padding-right: 1.5%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 39px
}
.about-us-list .about-us-li2 .about-us-li2-iframe {
	display: block;
	cursor: pointer;
	border: 3px solid #09213d;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 15px;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
.about-us-list .about-us-li2 .about-us-li2-iframe .about-us-li2-img {
	position: relative;
	width: 100%;
	height: 100%
}
.about-us-list .about-us-li2 .about-us-li2-iframe .about-us-li2-img p {
	display: none
}
.about-us-list .about-us-li2 .about-us-li2-iframe .img-hover {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease;
	background: rgba(0,0,0,0.5);
	overflow: hidden
}
.about-us-list .about-us-li2 .about-us-li2-iframe .img-hover img {
	position: absolute;
	bottom: -35px;
	right: 20px;
	-webkit-transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	transition: all .5s ease
}
.about-us-list .about-us-li2 .about-us-li2-iframe:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 89px;
	height: 104px;
	background: url(../images/icon-25.png);
	z-index: -1
}
.about-us-list .about-us-li2 .about-us-li2-iframe:hover {
	border: 3px solid #c99c52
}
.about-us-list .about-us-li2 .about-us-li2-iframe:hover .img-hover {
	opacity: 1
}
.about-us-list .about-us-li2 .about-us-li2-iframe:hover img {
	bottom: 25px
}
.about-us-list .about-us-li2 .theimg {
	width: 100%;
	height: 100%
}
.lx-r {
	padding: 0px;
	margin: 0px;
	border: 0px;
	float: right;
	width: 418px;
	color: #666666;
	font-family: arial, '宋体'
}
.lx-l {
	padding: 0px;
	margin: 0px;
	border: 0px;
	float: left;
	width: 533px;
	color: #666666;
	font-family: arial, '宋体'
}

@media screen and (max-width: 1280px) {
.synopsis-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 20px
}
.synopsis-text .right {
	margin-left: 30px;
	margin-bottom: 20px
}
.synopsis-text .left {
	margin-right: 30px;
	margin-bottom: 20px
}
}

@media screen and (max-width: 1200px) {
.synopsis-text .right, .synopsis-text .left {
	width: 500px
}
}

@media screen and (max-width: 1100px) {
.synopsis-text .synopsis-text-lr .leftimg {
	float: none;
	width: 100%;
	text-align: center
}
.synopsis-text .synopsis-text-lr .leftimg img {
	width: auto;
	max-width: 100%
}
.synopsis-text .synopsis-text-lr .leftimg img+p {
	margin-top: .1rem
}
.synopsis-text .synopsis-text-lr .righttext {
	float: none;
	width: 100%
}
.synopsis-text .synopsis-text-lr .righttext p {
	margin-top: .175rem
}
.synopsis-text .synopsis-text-lr .righttext p+p {
	margin-top: .175rem
}
.lx-l, .lx-r {
	width: auto;
	float: none
}
.sub-content-nav2 {
	margin-bottom: 20px
}
.content .iframe .content-sub+.content-sub {
	padding-top: .35rem
}
.time-chain1 .time-content1 .title, .time-chain1 .time-content2 .title {
	font-size: .15rem
}
.time-chain1 .time-content1 .time, .time-chain1 .time-content2 .time {
	font-size: .2rem;
	padding-bottom: .1rem
}
.time-chain1 .time-content1 .time-thing, .time-chain1 .time-content2 .time-thing, .time-chain1 .time-content2 p {
	font-size: .15rem;
	line-height: .3rem
}
.time-chain1 .time-content1 .text, .time-chain1 .time-content2 .text {
	font-size: .125rem;
	line-height: .25rem
}
.content .iframe {
	padding: 20px
}
.content .iframe .title {
	font-size: .18rem;
	line-height: .3rem
}
.content .iframe .content-sub-three {
	width: 100%
}
.content .iframe .content-sub-four .child, .content .iframe .content-sub-three .child {
	width: 100%
}
.content .iframe .child p {
	white-space: normal;
	font-size: .15rem;
	line-height: .3rem
}
.content .iframe .child p span {
	font-size: .13rem
}
.about-us-list .about-us-li2 {
	width: 50%;
	margin-bottom: .1rem
}
.time-chain1 .time-content2 {
	padding: 25px 20px 25px 20px
}
.time-chain1 .time-content1 .time-thing, .time-chain1 .time-content2 .time-thing {
	width: 100%
}
.about-us-li .text {
	font-size: .11rem;
	line-height: .45rem
}
.synopsis-text {
	padding-top: 20px
}
.synopsis-text .right, .synopsis-text .left {
	width: 100%
}
.synopsis-text img {
	max-width: 100%
}
}

@media screen and (max-width: 1100px) {
.synopsis-text .title .title-1 {
	font-size: .15rem
}
.synopsis-text .title .title-2 {
	font-size: .25rem
}
.synopsis-text .title .title-3 {
	font-size: .1rem
}
.time-chain1 .time-content1 {
	padding-left: 20px;
	padding-right: 20px
}
.synopsis-text p {
	font-size: .15rem;
	line-height: .3rem;
	margin-top: .15rem
}
.synopsis-text+.synopsis-text {
	padding-top: .75rem
}
.synopsis-text+.synopsis-text:before {
	margin-top: -.35rem
}
.content .iframe .child {
	margin-top: .15rem
}
}

@media screen and (max-width: 1000px) {
.about-us-li {
	width: 50%
}
.time-chain1 .time-content1 .li-content, .time-chain1 .time-content2 .li-content {
	width: 80%
}
}

@media screen and (max-width: 800px) {
.time-chain1 .time-content1 .li-content, .time-chain1 .time-content2 .li-content {
	width: 100%
}
.time-chain1 .time-content1 .img, .time-chain1 .time-content2 .img {
	margin-top: 20px;
	margin-bottom: 20px;
	float: left
}
}

@media screen and (max-width: 710px) {
.bg {
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}
.bg .show {
	position: absolute;
	height: 100%;
	width: 100%
}
.bg .show .img-show {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	height: 60%;
	overflow: scroll;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.bg .show .img-show img {
	max-width: 100%
}
.bg .show .text-show {
	padding: 20px 20px 0px 20px;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	height: 30%;
	font-size: .15rem;
	line-height: .225rem
}
.bg .show .close-show {
	border-radius: 0px;
	margin-top: 0px;
	height: 10%;
	font-size: .15rem
}
}

@media screen and (max-width: 640px) {
.synopsis-text h1 {
	margin-top: .2rem;
	font-size: .2rem;
	line-height: .35rem
}
.synopsis-text .introduction-box1 {
	padding-top: .3rem
}
.synopsis-text .introduction-box1 img {
	padding-left: 0px;
	padding-bottom: .15rem
}
.synopsis-text .introduction-box1 h1 {
	font-size: .15rem;
	line-height: .3rem
}
.synopsis-text .introduction-box img {
	padding-left: 0px;
	padding-bottom: .25rem
}
.synopsis-text .introduction-box h1 {
	font-size: .2rem
}
.synopsis-text .introduction-box {
	padding-top: .35rem
}
.synopsis-text .introduction-box p {
	margin-top: .15rem
}
.about-us-li {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px
}
.time-chain1 {
	padding-left: .3rem
}
.time-chain1:before {
	left: .15rem
}
.time-chain3 {
	padding-left: 20px
}
.time-chain1 .time-content1 .li-content:before, .time-chain1 .time-content2 .li-content:before, .time-chain1 .time-content1 .time-content1iframe:before, .time-chain1 .time-content2 .time-content1iframe:before {
	width: .12rem;
	height: .12rem;
	left: -.21rem
}
.time-chain1 .time-content1 .li-content:after, .time-chain1 .time-content2 .li-content:after, .time-chain1 .time-content1 .time-content1iframe:after, .time-chain1 .time-content2 .time-content1iframe:after {
	width: .07rem;
	height: .07rem;
	left: -.176rem;
	top: .146rem
}
}

@media screen and (max-width: 380px) {
.about-us-li {
	padding-left: 5px;
	padding-right: 5px
}
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-modal-dialog, .vjs-button>.vjs-icon-placeholder:before, .vjs-modal-dialog .vjs-modal-dialog-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .vjs-button>.vjs-icon-placeholder:before {
	text-align: center
}
@font-face {
	font-family: VideoJS;
	src: url(../font/2.0.0/VideoJS.eot?#iefix) format("eot")
}
@font-face {
	font-family: VideoJS;
	src: url(data:application/font-woff;charset=utf-8;base64,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) format("woff"), url(data:application/x-font-ttf;charset=utf-8;base64,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FjY3PgE3LgEnIwYfAR4BFw4BBTM/ARUzESMGAyUVJwMchM2UWwgNq4JHrQgBAapUaAoJcWMBfiIhDiMrAQJLMB0BBAokNAIBPmMiIQ4iLAECSzAeAQUKJDQBP2MiIQ4iLAECSzAeAQUKJDQBAT75g+5B4arNLNIBJ44ByQL9BQ9mvYCKwA8FBQMDwwJVTGdzBf6VB8IHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvUwHNR08lld9uT4LCRA/qGNxvVJkAWUDDEf+tYP5AQAAAAEAAAAABiAGtgAbAAABBAADER4BFzMRITU2ADcWABcVIREzPgE3EQIAA4D+4v6FBwJ/X+D+1QYBJ97eAScG/tXgX38CB/6FBrUH/oX+4v32X38CAlWV3gEnBgb+2d6V/asCf18CCgEeAXsAAAAAEADGAAEAAAAAAAEABwAAAAEAAAAAAAIABwAHAAEAAAAAAAMABwAOAAEAAAAAAAQABwAVAAEAAAAAAAUACwAcAAEAAAAAAAYABwAnAAEAAAAAAAoAKwAuAAEAAAAAAAsAEwBZAAMAAQQJAAEADgBsAAMAAQQJAAIADgB6AAMAAQQJAAMADgCIAAMAAQQJAAQADgCWAAMAAQQJAAUAFgCkAAMAAQQJAAYADgC6AAMAAQQJAAoAVgDIAAMAAQQJAAsAJgEeVmlkZW9KU1JlZ3VsYXJWaWRlb0pTVmlkZW9KU1ZlcnNpb24gMS4wVmlkZW9KU0dlbmVyYXRlZCBieSBzdmcydHRmIGZyb20gRm9udGVsbG8gcHJvamVjdC5odHRwOi8vZm9udGVsbG8uY29tAFYAaQBkAGUAbwBKAFMAUgBlAGcAdQBsAGEAcgBWAGkAZABlAG8ASgBTAFYAaQBkAGUAbwBKAFMAVgBlAHIAcwBpAG8AbgAgADEALgAwAFYAaQBkAGUAbwBKAFMARwBlAG4AZQByAGEAdABlAGQAIABiAHkAIABzAHYAZwAyAHQAdABmACAAZgByAG8AbQAgAEYAbwBuAHQAZQBsAGwAbwAgAHAAcgBvAGoAZQBjAHQALgBoAHQAdABwADoALwAvAGYAbwBuAHQAZQBsAGwAbwAuAGMAbwBtAAAAAgAAAAAAAAARAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAfAAABAgEDAQQBBQEGAQcBCAEJAQoBCwEMAQ0BDgEPARABEQESARMBFAEVARYBFwEYARkBGgEbARwBHQEeAR8EcGxheQtwbGF5LWNpcmNsZQVwYXVzZQt2b2x1bWUtbXV0ZQp2b2x1bWUtbG93CnZvbHVtZS1taWQLdm9sdW1lLWhpZ2gQZnVsbHNjcmVlbi1lbnRlcg9mdWxsc2NyZWVuLWV4aXQGc3F1YXJlB3NwaW5uZXIJc3VidGl0bGVzCGNhcHRpb25zCGNoYXB0ZXJzBXNoYXJlA2NvZwZjaXJjbGUOY2lyY2xlLW91dGxpbmUTY2lyY2xlLWlubmVyLWNpcmNsZQJoZAZjYW5jZWwGcmVwbGF5CGZhY2Vib29rBWdwbHVzCGxpbmtlZGluB3R3aXR0ZXIGdHVtYmxyCXBpbnRlcmVzdBFhdWRpby1kZXNjcmlwdGlvbgVhdWRpbwAAAAAA) format("truetype");
	font-weight: 400;
	font-style: normal
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder, .vjs-icon-play {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before, .video-js .vjs-play-control .vjs-icon-placeholder:before, .vjs-icon-play:before {
	content: "\f101"
}
.vjs-icon-play-circle {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.vjs-icon-play-circle:before {
	content: "\f102"
}
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder, .vjs-icon-pause {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.video-js .vjs-play-control.vjs-playing .vjs-icon-placeholder:before, .vjs-icon-pause:before {
	content: "\f103"
}
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder, .vjs-icon-volume-mute {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.video-js .vjs-mute-control.vjs-vol-0 .vjs-icon-placeholder:before, .vjs-icon-volume-mute:before {
	content: "\f104"
}
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder, .vjs-icon-volume-low {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.video-js .vjs-mute-control.vjs-vol-1 .vjs-icon-placeholder:before, .vjs-icon-volume-low:before {
	content: "\f105"
}
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder, .vjs-icon-volume-mid {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.video-js .vjs-mute-control.vjs-vol-2 .vjs-icon-placeholder:before, .vjs-icon-volume-mid:before {
	content: "\f106"
}
.video-js .vjs-mute-control .vjs-icon-placeholder, .vjs-icon-volume-high {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.video-js .vjs-mute-control .vjs-icon-placeholder:before, .vjs-icon-volume-high:before {
	content: "\f107"
}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-enter {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-enter:before {
	content: "\f108"
}
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder, .vjs-icon-fullscreen-exit {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.video-js.vjs-fullscreen .vjs-fullscreen-control .vjs-icon-placeholder:before, .vjs-icon-fullscreen-exit:before {
	content: "\f109"
}
.vjs-icon-square {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.vjs-icon-square:before {
	content: "\f10a"
}
.vjs-icon-spinner {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.vjs-icon-spinner:before {
	content: "\f10b"
}
.video-js .vjs-subs-caps-button .vjs-icon-placeholder, .video-js .vjs-subtitles-button .vjs-icon-placeholder, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder, .vjs-icon-subtitles {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.video-js .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js .vjs-subtitles-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-AU) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-GB) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-IE) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js.video-js:lang(en-NZ) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-subtitles:before {
	content: "\f10c"
}
.video-js .vjs-captions-button .vjs-icon-placeholder, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder, .vjs-icon-captions {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.video-js .vjs-captions-button .vjs-icon-placeholder:before, .video-js:lang(en) .vjs-subs-caps-button .vjs-icon-placeholder:before, .video-js:lang(fr-CA) .vjs-subs-caps-button .vjs-icon-placeholder:before, .vjs-icon-captions:before {
	content: "\f10d"
}
.video-js .vjs-chapters-button .vjs-icon-placeholder, .vjs-icon-chapters {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.video-js .vjs-chapters-button .vjs-icon-placeholder:before, .vjs-icon-chapters:before {
	content: "\f10e"
}
.vjs-icon-share {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.vjs-icon-share:before {
	content: "\f10f"
}
.vjs-icon-cog {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.vjs-icon-cog:before {
	content: "\f110"
}
.video-js .vjs-play-progress, .video-js .vjs-volume-level, .vjs-icon-circle {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.video-js .vjs-play-progress:before, .video-js .vjs-volume-level:before, .vjs-icon-circle:before {
	content: "\f111"
}
.vjs-icon-circle-outline {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.vjs-icon-circle-outline:before {
	content: "\f112"
}
.vjs-icon-circle-inner-circle {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.vjs-icon-circle-inner-circle:before {
	content: "\f113"
}
.vjs-icon-hd {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.vjs-icon-hd:before {
	content: "\f114"
}
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder, .vjs-icon-cancel {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.video-js .vjs-control.vjs-close-button .vjs-icon-placeholder:before, .vjs-icon-cancel:before {
	content: "\f115"
}
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder, .vjs-icon-replay {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.video-js .vjs-play-control.vjs-ended .vjs-icon-placeholder:before, .vjs-icon-replay:before {
	content: "\f116"
}
.vjs-icon-facebook {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.vjs-icon-facebook:before {
	content: "\f117"
}
.vjs-icon-gplus {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.vjs-icon-gplus:before {
	content: "\f118"
}
.vjs-icon-linkedin {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.vjs-icon-linkedin:before {
	content: "\f119"
}
.vjs-icon-twitter {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.vjs-icon-twitter:before {
	content: "\f11a"
}
.vjs-icon-tumblr {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.vjs-icon-tumblr:before {
	content: "\f11b"
}
.vjs-icon-pinterest {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.vjs-icon-pinterest:before {
	content: "\f11c"
}
.video-js .vjs-descriptions-button .vjs-icon-placeholder, .vjs-icon-audio-description {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.video-js .vjs-descriptions-button .vjs-icon-placeholder:before, .vjs-icon-audio-description:before {
	content: "\f11d"
}
.video-js .vjs-audio-button .vjs-icon-placeholder, .vjs-icon-audio {
	font-family: VideoJS;
	font-weight: 400;
	font-style: normal
}
.video-js .vjs-audio-button .vjs-icon-placeholder:before, .vjs-icon-audio:before {
	content: "\f11e"
}
.video-js {
	display: block;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	background-color: #000;
	position: relative;
	padding: 0;
	font-size: 10px;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	font-family: Arial, Helvetica, sans-serif
}
.video-js:-moz-full-screen {
position:absolute
}
.video-js:-webkit-full-screen {
width:100% !important;
height:100% !important
}
.video-js[tabindex="-1"] {
	outline: 0
}
.video-js *, .video-js :after, .video-js :before {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit
}
.video-js ul {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	list-style-position: outside;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0
}
.video-js.vjs-16-9, .video-js.vjs-4-3, .video-js.vjs-fluid {
	width: 100%;
	max-width: 100%;
	height: 0
}
.video-js.vjs-16-9 {
	padding-top: 56.25%
}
.video-js.vjs-4-3 {
	padding-top: 75%
}
.video-js.vjs-fill {
	width: 100%;
	height: 100%
}
.video-js .vjs-tech {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
body.vjs-full-window {
	padding: 0;
	margin: 0;
	height: 100%;
	overflow-y: auto
}
.vjs-full-window .video-js.vjs-fullscreen {
	position: fixed;
	overflow: hidden;
	z-index: 1000;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0
}
.video-js.vjs-fullscreen {
	width: 100% !important;
	height: 100% !important;
	padding-top: 0 !important
}
.video-js.vjs-fullscreen.vjs-user-inactive {
	cursor: none
}
.vjs-hidden {
	display: none !important
}
.vjs-disabled {
	opacity: .5;
	cursor: default
}
.video-js .vjs-offscreen {
	height: 1px;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 1px
}
.vjs-lock-showing {
	display: block !important;
	opacity: 1;
	visibility: visible
}
.vjs-no-js {
	padding: 20px;
	color: #fff;
	background-color: #000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 300px;
	height: 150px;
	margin: 0 auto
}
.vjs-no-js a, .vjs-no-js a:visited {
	color: #66a8cc
}
.video-js .vjs-big-play-button {
	font-size: 3em;
	line-height: 1.5em;
	height: 1.5em;
	width: 3em;
	display: block;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 0;
	cursor: pointer;
	opacity: 1;
	border: .06666em solid #fff;
	background-color: #2b333f;
	background-color: rgba(43,51,63,0.7);
	border-radius: .3em;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}
.vjs-big-play-centered .vjs-big-play-button {
	top: 50%;
	left: 50%;
	margin-top: -.75em;
	margin-left: -1.5em
}
.video-js .vjs-big-play-button:focus, .video-js:hover .vjs-big-play-button {
	border-color: #fff;
	background-color: #73859f;
	background-color: rgba(115,133,159,0.5);
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s
}
.vjs-controls-disabled .vjs-big-play-button, .vjs-error .vjs-big-play-button, .vjs-has-started .vjs-big-play-button, .vjs-using-native-controls .vjs-big-play-button {
	display: none
}
.vjs-has-started.vjs-paused.vjs-show-big-play-button-on-pause .vjs-big-play-button {
	display: block
}
.video-js button {
	background: 0 0;
	border: none;
	color: inherit;
	display: inline-block;
	overflow: visible;
	font-size: inherit;
	line-height: inherit;
	text-transform: none;
	text-decoration: none;
	-webkit-transition: none;
	-o-transition: none;
	-moz-transition: none;
	transition: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.video-js .vjs-control.vjs-close-button {
	cursor: pointer;
	height: 3em;
	position: absolute;
	right: 0;
	top: .5em;
	z-index: 2
}
.video-js .vjs-modal-dialog {
	background: rgba(0,0,0,0.8);
	background: -webkit-linear-gradient(-90deg, rgba(0,0,0,0.8), rgba(255,255,255,0));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0.8)), to(rgba(255,255,255,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.8), rgba(255,255,255,0));
	background: -moz-linear-gradient(top, rgba(0,0,0,0.8), rgba(255,255,255,0));
	background: -o-linear-gradient(top, rgba(0,0,0,0.8), rgba(255,255,255,0));
	background: linear-gradient(180deg, rgba(0,0,0,0.8), rgba(255,255,255,0));
	overflow: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.video-js .vjs-modal-dialog>* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.vjs-modal-dialog .vjs-modal-dialog-content {
	font-size: 1.2em;
	line-height: 1.5;
	padding: 20px 24px;
	z-index: 1
}
.vjs-menu-button {
	cursor: pointer
}
.vjs-menu-button.vjs-disabled {
	cursor: default
}
.vjs-workinghover .vjs-menu-button.vjs-disabled:hover .vjs-menu {
	display: none
}
.vjs-menu .vjs-menu-content {
	display: block;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}
.vjs-menu .vjs-menu-content>* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
	display: none
}
.vjs-menu li {
	list-style: none;
	margin: 0;
	padding: .2em 0;
	line-height: 1.4em;
	font-size: 1.2em;
	text-align: center;
	text-transform: lowercase
}
.vjs-menu li.vjs-menu-item:focus, .vjs-menu li.vjs-menu-item:hover {
	background-color: #73859f;
	background-color: rgba(115,133,159,0.5)
}
.vjs-menu li.vjs-selected, .vjs-menu li.vjs-selected:focus, .vjs-menu li.vjs-selected:hover {
	background-color: #fff;
	color: #2b333f
}
.vjs-menu li.vjs-menu-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2em;
	padding: 0;
	margin: 0 0 .3em 0;
	font-weight: 700;
	cursor: default
}
.vjs-menu-button-popup .vjs-menu {
	display: none;
	position: absolute;
	bottom: 0;
	width: 10em;
	left: -3em;
	height: 0;
	margin-bottom: 1.5em;
	border-top-color: rgba(43,51,63,0.7)
}
.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	background-color: #2b333f;
	background-color: rgba(43,51,63,0.7);
	position: absolute;
	width: 100%;
	bottom: 1.5em;
	max-height: 15em
}
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing, .vjs-workinghover .vjs-menu-button-popup:hover .vjs-menu {
	display: block
}
.video-js .vjs-menu-button-inline {
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	overflow: hidden
}
.video-js .vjs-menu-button-inline:before {
	width: 2.222222222em
}
.video-js .vjs-menu-button-inline.vjs-slider-active, .video-js .vjs-menu-button-inline:focus, .video-js .vjs-menu-button-inline:hover, .video-js.vjs-no-flex .vjs-menu-button-inline {
	width: 12em
}
.vjs-menu-button-inline .vjs-menu {
	opacity: 0;
	height: 100%;
	width: auto;
	position: absolute;
	left: 4em;
	top: 0;
	padding: 0;
	margin: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s
}
.vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-menu-button-inline:focus .vjs-menu, .vjs-menu-button-inline:hover .vjs-menu {
	display: block;
	opacity: 1
}
.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
	display: block;
	opacity: 1;
	position: relative;
	width: auto
}
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu, .vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu {
	width: auto
}
.vjs-menu-button-inline .vjs-menu-content {
	width: auto;
	height: 100%;
	margin: 0;
	overflow: hidden
}
.video-js .vjs-control-bar {
	display: none;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 3em;
	background-color: #2b333f;
	background-color: rgba(43,51,63,0.7)
}
.vjs-has-started .vjs-control-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	visibility: visible;
	opacity: 1;
	-webkit-transition: visibility .1s, opacity .1s;
	-moz-transition: visibility .1s, opacity .1s;
	-o-transition: visibility .1s, opacity .1s;
	transition: visibility .1s, opacity .1s
}
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	visibility: visible;
	opacity: 0;
	-webkit-transition: visibility 1s, opacity 1s;
	-moz-transition: visibility 1s, opacity 1s;
	-o-transition: visibility 1s, opacity 1s;
	transition: visibility 1s, opacity 1s
}
.vjs-controls-disabled .vjs-control-bar, .vjs-error .vjs-control-bar, .vjs-using-native-controls .vjs-control-bar {
	display: none !important
}
.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	opacity: 1;
	visibility: visible
}
.vjs-has-started.vjs-no-flex .vjs-control-bar {
	display: table
}
.video-js .vjs-control {
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 4em;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}
.vjs-button>.vjs-icon-placeholder:before {
	font-size: 1.8em;
	line-height: 1.67
}
.video-js .vjs-control:focus, .video-js .vjs-control:focus:before, .video-js .vjs-control:hover:before {
	text-shadow: 0 0 1em #fff
}
.video-js .vjs-control-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px
}
.vjs-no-flex .vjs-control {
	display: table-cell;
	vertical-align: middle
}
.video-js .vjs-custom-control-spacer {
	display: none
}
.video-js .vjs-progress-control {
	cursor: pointer;
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	-moz-box-align: center;
	align-items: center;
	min-width: 4em
}
.vjs-live .vjs-progress-control {
	display: none
}
.vjs-no-flex .vjs-progress-control {
	width: auto
}
.video-js .vjs-progress-holder {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
	height: .3em
}
.video-js .vjs-progress-control .vjs-progress-holder {
	margin: 0 10px
}
.video-js .vjs-progress-control:hover .vjs-progress-holder {
	font-size: 1.666666666666666666em
}
.video-js .vjs-progress-holder .vjs-load-progress, .video-js .vjs-progress-holder .vjs-load-progress div, .video-js .vjs-progress-holder .vjs-play-progress {
	position: absolute;
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	width: 0;
	left: 0;
	top: 0
}
.video-js .vjs-play-progress {
	background-color: #fff
}
.video-js .vjs-play-progress:before {
	font-size: .9em;
	position: absolute;
	right: -.5em;
	top: -.333333333333333em;
	z-index: 1
}
.video-js .vjs-load-progress {
	background: #bfc7d3;
	background: rgba(115,133,159,0.5)
}
.video-js .vjs-load-progress div {
	background: #fff;
	background: rgba(115,133,159,0.75)
}
.video-js .vjs-time-tooltip {
	background-color: #fff;
	background-color: rgba(255,255,255,0.8);
	border-radius: .3em;
	color: #000;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	padding: 6px 8px 8px 8px;
	pointer-events: none;
	position: relative;
	top: -3.4em;
	visibility: hidden;
	z-index: 1
}
.video-js .vjs-progress-holder:focus .vjs-time-tooltip {
	display: none
}
.video-js .vjs-progress-control:hover .vjs-progress-holder:focus .vjs-time-tooltip, .video-js .vjs-progress-control:hover .vjs-time-tooltip {
	display: block;
	font-size: .6em;
	visibility: visible
}
.video-js .vjs-progress-control .vjs-mouse-display {
	display: none;
	position: absolute;
	width: 1px;
	height: 100%;
	background-color: #000;
	z-index: 1
}
.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
	z-index: 0
}
.video-js .vjs-progress-control:hover .vjs-mouse-display {
	display: block
}
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 1s, opacity 1s;
	-moz-transition: visibility 1s, opacity 1s;
	-o-transition: visibility 1s, opacity 1s;
	transition: visibility 1s, opacity 1s
}
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
	display: none
}
.vjs-mouse-display .vjs-time-tooltip {
	color: #fff;
	background-color: #000;
	background-color: rgba(0,0,0,0.8)
}
.video-js .vjs-slider {
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0 .45em 0 .45em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: #73859f;
	background-color: rgba(115,133,159,0.5)
}
.video-js .vjs-slider:focus {
	text-shadow: 0 0 1em #fff;
	-webkit-box-shadow: 0 0 1em #fff;
	box-shadow: 0 0 1em #fff
}
.video-js .vjs-mute-control {
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	padding-left: 2em;
	padding-right: 2em;
	padding-bottom: 3em
}
.video-js .vjs-volume-control {
	cursor: pointer;
	margin-right: 1em;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex
}
.video-js .vjs-volume-control.vjs-volume-horizontal {
	width: 5em
}
.video-js .vjs-volume-panel .vjs-volume-control {
	visibility: visible;
	opacity: 0;
	width: 1px;
	height: 1px;
	margin-left: -1px
}
.video-js .vjs-volume-panel {
	-webkit-transition: width 1s;
	-moz-transition: width 1s;
	-o-transition: width 1s;
	transition: width 1s
}
.video-js .vjs-volume-panel .vjs-mute-control:active ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-mute-control:focus ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active, .video-js .vjs-volume-panel .vjs-volume-control:active, .video-js .vjs-volume-panel .vjs-volume-control:focus, .video-js .vjs-volume-panel .vjs-volume-control:hover, .video-js .vjs-volume-panel:active .vjs-volume-control, .video-js .vjs-volume-panel:focus .vjs-volume-control, .video-js .vjs-volume-panel:hover .vjs-volume-control {
	visibility: visible;
	opacity: 1;
	position: relative;
	-webkit-transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s;
	-moz-transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s;
	-o-transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s;
	transition: visibility .1s, opacity .1s, height .1s, width .1s, left 0s, top 0s
}
.video-js .vjs-volume-panel .vjs-mute-control:active ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-mute-control:focus ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-mute-control:hover ~ .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control.vjs-slider-active.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:active.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:focus.vjs-volume-horizontal, .video-js .vjs-volume-panel .vjs-volume-control:hover.vjs-volume-horizontal, .video-js .vjs-volume-panel:active .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:focus .vjs-volume-control.vjs-volume-horizontal, .video-js .vjs-volume-panel:hover .vjs-volume-control.vjs-volume-horizontal {
	width: 5em;
	height: 3em
}
.video-js .vjs-volume-panel.vjs-volume-panel-horizontal.vjs-slider-active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:active, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:focus, .video-js .vjs-volume-panel.vjs-volume-panel-horizontal:hover {
	width: 9em;
	-webkit-transition: width .1s;
	-moz-transition: width .1s;
	-o-transition: width .1s;
	transition: width .1s
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
	height: 8em;
	width: 3em;
	left: -3.5em;
	-webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
	-moz-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
	-o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s;
	transition: visibility 1s, opacity 1s, height 1s 1s, width 1s 1s, left 1s 1s, top 1s 1s
}
.video-js .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
	-webkit-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
	-moz-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
	-o-transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s;
	transition: visibility 1s, opacity 1s, height 1s 1s, width 1s, left 1s 1s, top 1s 1s
}
.video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-horizontal {
	width: 5em;
	height: 3em;
	visibility: visible;
	opacity: 1;
	position: relative;
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none
}
.video-js.vjs-no-flex .vjs-volume-control.vjs-volume-vertical, .video-js.vjs-no-flex .vjs-volume-panel .vjs-volume-control.vjs-volume-vertical {
	position: absolute;
	bottom: 3em;
	left: .5em
}
.video-js .vjs-volume-panel {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex
}
.video-js .vjs-volume-bar {
	margin: 1.35em .45em
}
.vjs-volume-bar.vjs-slider-horizontal {
	width: 5em;
	height: .3em
}
.vjs-volume-bar.vjs-slider-vertical {
	width: .3em;
	height: 5em;
	margin: 1.35em auto
}
.video-js .vjs-volume-level {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #fff
}
.video-js .vjs-volume-level:before {
	position: absolute;
	font-size: .9em
}
.vjs-slider-vertical .vjs-volume-level {
	width: .3em
}
.vjs-slider-vertical .vjs-volume-level:before {
	top: -.5em;
	left: -.3em
}
.vjs-slider-horizontal .vjs-volume-level {
	height: .3em
}
.vjs-slider-horizontal .vjs-volume-level:before {
	top: -.3em;
	right: -.5em
}
.video-js .vjs-volume-panel.vjs-volume-panel-vertical {
	width: 4em
}
.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
	height: 100%
}
.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
	width: 100%
}
.video-js .vjs-volume-vertical {
	width: 3em;
	height: 8em;
	bottom: 8em;
	background-color: #2b333f;
	background-color: rgba(43,51,63,0.7)
}
.video-js .vjs-volume-horizontal .vjs-menu {
	left: -2em
}
.vjs-poster {
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: contain;
	background-color: #000;
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 100%
}
.vjs-poster img {
	display: block;
	vertical-align: middle;
	margin: 0 auto;
	max-height: 100%;
	padding: 0;
	width: 100%
}
.vjs-has-started .vjs-poster {
	display: none
}
.vjs-audio.vjs-has-started .vjs-poster {
	display: block
}
.vjs-using-native-controls .vjs-poster {
	display: none
}
.video-js .vjs-live-control {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -moz-box;
	display: flex;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	-moz-box-align: start;
	align-items: flex-start;
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	font-size: 1em;
	line-height: 3em
}
.vjs-no-flex .vjs-live-control {
	display: table-cell;
	width: auto;
	text-align: left
}
.video-js .vjs-time-control {
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	font-size: 1em;
	line-height: 3em;
	min-width: 2em;
	width: auto;
	padding-left: 1em;
	padding-right: 1em
}
.vjs-live .vjs-time-control {
	display: none
}
.video-js .vjs-current-time, .vjs-no-flex .vjs-current-time {
	display: none
}
.vjs-no-flex .vjs-remaining-time.vjs-time-control.vjs-control {
	width: 0 !important;
	white-space: nowrap
}
.video-js .vjs-duration, .vjs-no-flex .vjs-duration {
	display: none
}
.vjs-time-divider {
	display: none;
	line-height: 3em
}
.vjs-live .vjs-time-divider {
	display: none
}
.video-js .vjs-play-control .vjs-icon-placeholder {
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}
.vjs-text-track-display {
	position: absolute;
	bottom: 3em;
	left: 0;
	right: 0;
	top: 0;
	pointer-events: none
}
.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
	bottom: 1em
}
.video-js .vjs-text-track {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: .1em;
	background-color: #000;
	background-color: rgba(0,0,0,0.5)
}
.vjs-subtitles {
	color: #fff
}
.vjs-captions {
	color: #fc6
}
.vjs-tt-cue {
	display: block
}
video::-webkit-media-text-track-display {
-moz-transform:translateY(-3em);
-ms-transform:translateY(-3em);
-webkit-transform:translateY(-3em);
transform:translateY(-3em)
}
.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
-moz-transform:translateY(-1.5em);
-ms-transform:translateY(-1.5em);
-webkit-transform:translateY(-1.5em);
transform:translateY(-1.5em)
}
.video-js .vjs-fullscreen-control {
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none
}
.vjs-playback-rate .vjs-playback-rate-value, .vjs-playback-rate>.vjs-menu-button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}
.vjs-playback-rate .vjs-playback-rate-value {
	pointer-events: none;
	font-size: 1.5em;
	line-height: 2;
	text-align: center
}
.vjs-playback-rate .vjs-menu {
	width: 4em;
	left: 0
}
.vjs-error .vjs-error-display .vjs-modal-dialog-content {
	font-size: 1.4em;
	text-align: center
}
.vjs-error .vjs-error-display:before {
	color: #fff;
	content: 'X';
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4em;
	left: 0;
	line-height: 1;
	margin-top: -.5em;
	position: absolute;
	text-shadow: .05em .05em .1em #000;
	text-align: center;
	top: 50%;
	vertical-align: middle;
	width: 100%
}
.vjs-loading-spinner {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	opacity: .85;
	text-align: left;
	border: 6px solid rgba(43,51,63,0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-clip: padding-box;
	width: 50px;
	height: 50px;
	border-radius: 25px
}
.vjs-seeking .vjs-loading-spinner, .vjs-waiting .vjs-loading-spinner {
	display: block
}
.vjs-loading-spinner:after, .vjs-loading-spinner:before {
	content: "";
	position: absolute;
	margin: -6px;
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	opacity: 1;
	border: inherit;
	border-color: transparent;
	border-top-color: #fff
}
.vjs-seeking .vjs-loading-spinner:after, .vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:before {
	-webkit-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
	-moz-animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite;
	animation: vjs-spinner-spin 1.1s cubic-bezier(0.6, 0.2, 0, 0.8) infinite, vjs-spinner-fade 1.1s linear infinite
}
.vjs-seeking .vjs-loading-spinner:before, .vjs-waiting .vjs-loading-spinner:before {
	border-top-color: #fff
}
.vjs-seeking .vjs-loading-spinner:after, .vjs-waiting .vjs-loading-spinner:after {
	border-top-color: #fff;
	-webkit-animation-delay: .44s;
	-moz-animation-delay: .44s;
	animation-delay: .44s
}
@-moz-keyframes vjs-spinner-spin {
100% {
-moz-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes vjs-spinner-spin {
100% {
-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@-webkit-keyframes vjs-spinner-spin {
100% {
-webkit-transform:rotate(360deg)
}
}
@-moz-keyframes vjs-spinner-fade {
0% {
border-top-color:#73859f
}
20% {
border-top-color:#73859f
}
35% {
border-top-color:#fff
}
60% {
border-top-color:#73859f
}
100% {
border-top-color:#73859f
}
}
@keyframes vjs-spinner-fade {
0% {
border-top-color:#73859f
}
20% {
border-top-color:#73859f
}
35% {
border-top-color:#fff
}
60% {
border-top-color:#73859f
}
100% {
border-top-color:#73859f
}
}
@-webkit-keyframes vjs-spinner-fade {
0% {
border-top-color:#73859f
}
20% {
border-top-color:#73859f
}
35% {
border-top-color:#fff
}
60% {
border-top-color:#73859f
}
100% {
border-top-color:#73859f
}
}
.vjs-chapters-button .vjs-menu ul {
	width: 24em
}
.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder {
	position: absolute
}
.video-js .vjs-subs-caps-button+.vjs-menu .vjs-captions-menu-item .vjs-menu-item-text .vjs-icon-placeholder:before {
	font-family: VideoJS;
	content: "\f10d";
	font-size: 1.5em;
	line-height: inherit
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
	width: auto
}
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control {
	display: none
}
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-audio-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control {
	display: none
}
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-descriptions-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button .vjs-audio-button, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider, .video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control {
	display: none
}
.vjs-modal-dialog.vjs-text-track-settings {
	background-color: #2b333f;
	background-color: rgba(43,51,63,0.75);
	color: #fff;
	height: 70%
}
.vjs-text-track-settings .vjs-modal-dialog-content {
	display: table
}
.vjs-text-track-settings .vjs-track-settings-colors, .vjs-text-track-settings .vjs-track-settings-controls, .vjs-text-track-settings .vjs-track-settings-font {
	display: table-cell
}
.vjs-text-track-settings .vjs-track-settings-controls {
	text-align: right;
	vertical-align: bottom
}
.vjs-text-track-settings fieldset {
	margin: 5px;
	padding: 3px;
	border: none
}
.vjs-text-track-settings fieldset span {
	display: inline-block;
	margin-left: 5px
}
.vjs-text-track-settings legend {
	color: #fff;
	margin: 0 0 5px 0
}
.vjs-text-track-settings .vjs-label {
	position: absolute;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	display: block;
	margin: 0 0 5px 0;
	padding: 0;
	border: 0;
	height: 1px;
	width: 1px;
	overflow: hidden
}
.vjs-track-settings-controls button:active, .vjs-track-settings-controls button:focus {
	outline-style: solid;
	outline-width: medium;
	background-image: -webkit-gradient(linear, left bottom, left top, color-stop(88%, #fff), to(#73859f));
	background-image: -webkit-linear-gradient(bottom, #fff 88%, #73859f 100%);
	background-image: -moz-linear-gradient(bottom, #fff 88%, #73859f 100%);
	background-image: -o-linear-gradient(bottom, #fff 88%, #73859f 100%);
	background-image: linear-gradient(0deg, #fff 88%, #73859f 100%)
}
.vjs-track-settings-controls button:hover {
	color: rgba(43,51,63,0.75)
}
.vjs-track-settings-controls button {
	background-color: #fff;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(88%, #fff), to(#73859f));
	background-image: -webkit-linear-gradient(top, #fff 88%, #73859f 100%);
	background-image: -moz-linear-gradient(top, #fff 88%, #73859f 100%);
	background-image: -o-linear-gradient(top, #fff 88%, #73859f 100%);
	background-image: linear-gradient(-180deg, #fff 88%, #73859f 100%);
	color: #2b333f;
	cursor: pointer;
	border-radius: 2px
}
.vjs-track-settings-controls .vjs-default-button {
	margin-right: 1em
}

@media print {
.video-js>:not(.vjs-tech):not(.vjs-poster) {
	visibility: hidden
}
}

@media \0screen {
.vjs-user-inactive.vjs-playing .vjs-control-bar :before {
	content: ""
}
}

@media \0screen {
.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	visibility: hidden
}
}
.new-content-list {
	width: 100%;
	margin-bottom: 30px;
	font-family: "SimHei"
}
.new-content-list .new-content-li {
	width: 33.33%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 39px
}
.new-content-list .new-content-li .new-content-li-iframe {
	display: block;
	cursor: pointer;
	border: 3px solid #f7f7f7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 45px 74px 45px;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background: #f7f7f7
}
.new-content-list .new-content-li .new-content-li-iframe:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 49px;
	height: 140px;
	background: url(../images/icon-29.png)
}
.new-content-list .new-content-li .new-content-li-iframe:before {
	content: '';
	opacity: 0;
	position: absolute;
	bottom: 65px;
	right: 55px;
	width: 33px;
	height: 31px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	background: url(../images/icon-30.png)
}
.new-content-list .new-content-li .new-content-li-iframe .new-content-li-img {
	position: relative;
	width: 100%;
	height: 100%
}
.new-content-list .new-content-li .new-content-li-iframe .new-content-li-img .theimg {
	height: 190px;
	overflow: hidden
}
.new-content-list .new-content-li .new-content-li-iframe .new-content-li-img .theimg img {
	width: 100%;
	height: auto
}
.new-content-list .new-content-li .new-content-li-iframe .new-content-li-img p {
	width: 100%;
	height: 45px;
	word-break: break-all;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 40px;
	font-size: 18px;
	line-height: 24.96px;
	color: #343434
}
.new-content-list .new-content-li .new-content-li-iframe .new-content-li-img .see-and-time {
	margin-top: 40px;
	font-family: "Microsoft YaHei";
	color: #bcbcbc;
	font-size: 12px
}
.new-content-list .new-content-li .new-content-li-iframe .new-content-li-img .see-and-time .see {
	float: left;
	margin-right: 5px
}
.new-content-list .new-content-li .new-content-li-iframe .new-content-li-img .see-and-time .see:before {
	content: '';
	float: left;
	width: 17px;
	height: 11px;
	background: url(../images/icon-27.png);
	margin-right: 7px;
	margin-top: 2px
}
.new-content-list .new-content-li .new-content-li-iframe .new-content-li-img .see-and-time .see:after {
	content: '|';
	margin-left: 10px;
	margin-right: 10px
}
.new-content-list .new-content-li .new-content-li-iframe .new-content-li-img .see-and-time .time {
	float: left
}
.new-content-list .new-content-li .new-content-li-iframe .new-content-li-img .see-and-time .time:before {
	content: '';
	float: left;
	margin-right: 7px;
	margin-top: 2px;
	width: 13px;
	height: 13px;
	background: url(../images/icon-28.png)
}
.new-content-list .new-content-li .new-content-li-iframe:hover {
	border: 3px solid #d2a970;
	-webkit-box-shadow: 0 10px 9px 0px rgba(145,123,92,0.15);
	box-shadow: 0 10px 9px 0px rgba(145,123,92,0.15)
}
.new-content-list .new-content-li .new-content-li-iframe:hover:before {
	right: 40px;
	opacity: 1
}
.new-sub {
	position: relative;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 83px 40px 100px;
	background: #f7f7f7;
	text-align: center;
	font-family: Arial, 'SimHei'
}
.new-sub:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 89px;
	background: url(../images/icon-33.png)
}
.new-sub .title {
	color: #343434;
	font-size: 26px
}
.new-sub .see-and-time {
	margin: 0 auto;
	width: 180px;
	margin-top: 25px;
	font-family: "Microsoft YaHei";
	color: #7b7b7b;
	font-size: 12px
}
.new-sub .see-and-time .see {
	float: left;
	margin-right: 5px
}
.new-sub .see-and-time .see:before {
	content: '';
	float: left;
	width: 17px;
	height: 11px;
	background: url(../images/icon-31.png);
	margin-right: 7px;
	margin-top: 2px
}
.new-sub .see-and-time .see:after {
	content: '|';
	margin-left: 10px;
	margin-right: 10px
}
.new-sub .see-and-time .time {
	float: left
}
.new-sub .see-and-time .time:before {
	content: '';
	float: left;
	margin-right: 7px;
	margin-top: 2px;
	width: 13px;
	height: 13px;
	background: url(../images/icon-32.png)
}
.new-sub hr {
	height: 0;
	margin-top: 47px;
	border-top: 1px solid #e5dfdf
}
.new-sub .new-sub-centent {
	width: 100%;
	position: relative;
	margin-top: 70px;
	color: #262626;
	font-size: 15px;
	line-height: 36px;
	text-align: left
}
.new-sub .new-sub-centent p {
	margin-bottom: 20px
}
.new-sub .new-sub-centent img {
	max-width: 100%;
	height: auto !important;
	margin-bottom: 20px
}
.new-sub .new-sub-centent .certification-box {
	padding-bottom: 70px
}
.new-sub .new-sub-centent .certification-box .text {
	float: left;
	max-width: 380px
}
.new-sub .new-sub-centent .certification-box .text h1 {
	margin-top: 30px;
	font-size: 24px;
	line-height: 38px;
	font-family: 'SimHei'
}
.new-sub .new-sub-centent .certification-box .text p {
	margin-top: 25px;
	font-size: 15px;
	line-height: 34px;
	font-family: 'SimHei'
}
.new-sub .new-sub-centent .certification-box .img {
	float: right
}
.new-sub .new-sub-centent .certification-box .img img {
	max-width: 579px;
	margin-bottom: 0px
}
.new-sub .new-sub-centent .certification-box .img img+img {
	margin-left: 5px
}
.new-sub .new-sub-centent .certification-box+.certification-box {
	padding-top: 70px;
	border-top: 1px solid #ededed
}
.new-sub .new-sub-centent object {
	display: none
}
.new-sub .new-sub-centent .video {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	margin-top: 20px;
	padding-left: .1rem;
	padding-right: .1rem
}
.new-sub .new-sub-centent .video .my-video-dimensions, .new-sub .new-sub-centent .video .vjs-has-started, .new-sub .new-sub-centent .video .vjs-user-inactive {
	position: relative;
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: auto;
	padding-bottom: 56.25%
}
.new-sub .new-sub-centent .video .video-js .vjs-big-play-button {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}
.new-sub .new-sub-centent .video video {
	max-width: 100%;
	margin: 0 auto
}
.sub-padg {
	margin-top: 30px;
	font-family: 'Adobe Heiti Std';
	text-align: left;
	font-size: 15px;
	line-height: 30px;
	color: #262626
}
.sub-padg p {
	display: block;
	width: 70%
}
.sub-padg p a {
	font-size: 15px;
	color: #5e5e5e
}
.sub-padg p a:hover {
	text-decoration: underline;
	color: #848484
}
.sub-padg .return {
	margin-top: -55px;
	float: right;
	color: #fff;
	font-size: 15px;
	padding: 10px 35px 10px 35px;
	background: #09213d;
	border-radius: 30px;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
.sub-padg .return:hover {
	background: #264568
}

@media screen and (max-width: 1130px) {
.new-sub .new-sub-centent p {
	margin-bottom: .2rem
}
.new-sub .new-sub-centent img {
	margin-bottom: .2rem
}
.new-sub {
	padding-top: .3rem;
	padding-left: 20px;
	padding-right: 20px
}
.new-sub .title {
	font-size: .2rem
}
.new-sub hr {
	margin-top: .2rem
}
.new-sub .new-sub-centent {
	line-height: .3rem;
	margin-top: .2rem;
	font-size: .11rem
}
.sub-padg {
	font-size: .1rem
}
.sub-padg p {
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis
}
.sub-padg p a {
	font-size: .1rem
}
.sub-padg p+p {
	margin-top: .15rem
}
.sub-padg .return {
	padding: .05rem .175rem .05rem .175rem;
	margin-top: .15rem;
	float: left;
	font-size: .1rem
}
.new-content-list .new-content-li .new-content-li-iframe:hover:before {
	opacity: 0
}
.new-sub .new-sub-centent .certification-box {
	padding-bottom: .25rem
}
.new-sub .new-sub-centent .certification-box+.certification-box {
	padding-top: .25rem
}
.new-sub .new-sub-centent .certification-box .text {
	max-width: none;
	width: 100%
}
.new-sub .new-sub-centent .certification-box .text h1 {
	margin-top: 0;
	line-height: .3rem;
	font-size: .15rem
}
.new-sub .new-sub-centent .certification-box .text p {
	margin-top: .125rem;
	font-size: .1rem;
	line-height: .2rem
}
.new-sub .new-sub-centent .certification-box .img {
	float: none;
	text-align: center
}
.new-sub .new-sub-centent .certification-box .img img {
	max-width: 100%;
	padding-bottom: .1rem
}
.new-sub .new-sub-centent .certification-box .img img+img {
	margin-left: 0
}
}

@media screen and (max-width: 1100px) {
.new-content-list .new-content-li {
	padding-left: 10px;
	padding-right: 10px;
	width: 50%
}
.new-content-list .new-content-li .new-content-li-iframe .new-content-li-img p {
	font-size: .1rem;
	line-height: .2rem;
	height: .4rem;
	margin-top: .2rem
}
}

@media screen and (max-width: 640px) {
.new-content-list .new-content-li .new-content-li-iframe {
	padding: 20px
}
}

@media screen and (max-width: 500px) {
.new-content-list .new-content-li .new-content-li-iframe .new-content-li-img .see-and-time .see:after {
	content: '';
	margin-left: 0px;
	margin-right: 0px
}
.new-content-list .new-content-li .new-content-li-iframe .new-content-li-img .see-and-time {
	margin-top: 20px
}
}

@media screen and (max-width: 500px) {
.new-content-list .new-content-li .new-content-li-iframe .new-content-li-img p {
	font-size: .13rem
}
.new-content-list .new-content-li {
	padding: 5px;
	margin-bottom: 10px
}
.new-content-list .new-content-li .new-content-li-iframe {
	padding: 10px
}
}
.ps-list {
	width: 100%;
	margin-bottom: 30px
}
.ps-list .ps-li2 {
	position: relative;
	width: 33.33%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 39px
}
.ps-list .ps-li2 .ps-li2-iframe {
	position: relative;
	width: 100%;
	padding-bottom: 153.88%;
	overflow: hidden;
	display: block
}
.ps-list .ps-li2 .ps-li2-iframe .ps-li2-hover {
	position: absolute;
	top: -100%;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(9,33,61,0.95);
	text-align: center;
	opacity: 0;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease
}
.ps-list .ps-li2 .ps-li2-iframe .ps-li2-hover .ps-li2-hover-iframe {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 3px solid rgba(225,225,225,0.15);
	text-align: center
}
.ps-list .ps-li2 .ps-li2-iframe .ps-li2-hover .ps-li2-hover-iframe img {
	margin-top: 50px
}
.ps-list .ps-li2 .ps-li2-iframe .ps-li2-hover .ps-li2-hover-iframe p {
	margin-top: 5px;
	font-family: "SimHei";
	color: #fff;
	font-size: 18.96px
}
.ps-list .ps-li2 .ps-li2-iframe .ps-li2-hover .ps-li2-hover-iframe a {
	padding: 11px 23px 11px 23px;
	border: 2px solid #fff;
	border-radius: 30px;
	position: absolute;
	bottom: 70px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	font-size: 15px;
	font-family: "SimHei";
	color: #fff;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
.ps-list .ps-li2 .ps-li2-iframe .ps-li2-hover .ps-li2-hover-iframe a:hover {
	border: 2px solid rgba(225,225,225,0.15);
	background: rgba(225,225,225,0.15);
	color: rgba(225,225,225,0.7)
}
.ps-list .ps-li2 .ps-li2-iframe:hover .ps-li2-hover {
	top: 0;
	opacity: 1
}
.ps-list .ps-li2 .ps-li2-iframe .theimg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

@media screen and (max-width: 1130px) {
.ps-list .ps-li2 {
	width: 50%
}
.ps-list .ps-li2 .ps-li2-iframe .ps-li2-hover {
	top: 0px
}
.ps-list .ps-li2 .ps-li2-iframe .ps-li2-hover .ps-li2-hover-iframe a {
	bottom: 0px;
	width: 100%;
	height: 100%
}
.ps-list .ps-li2 .ps-li2-iframe .ps-li2-hover:hover {
	top: 0;
	opacity: 0
}
}

@media screen and (max-width: 750px) {
.ps-list .ps-li2 {
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 20px
}
.ps-list {
	margin-bottom: 0px
}
}

@media screen and (max-width: 520px) {
.ps-list .ps-li2 .ps-li2-iframe .ps-li2-hover .ps-li2-hover-iframe img {
	margin-top: 30px
}
.ps-list .ps-li2 {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px
}
}
.brandactivity {
	margin-bottom: 50px
}
.brandactivity-li {
	width: 50%;
	float: left;
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.brandactivity-li .brandactivity-li-iframe {
	display: block;
	position: relative;
	top: 0;
	width: 100%;
	padding-bottom: 40px;
	overflow: hidden;
	background: #f7f7f7;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
.brandactivity-li .brandactivity-li-iframe:before {
	content: '';
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 87px;
	height: 139px;
	background: url(../images/icon-34.png)
}
.brandactivity-li .brandactivity-li-iframe:hover {
	top: -5px;
	-webkit-box-shadow: 0 1px 10px 0px rgba(0,0,0,0.2);
	box-shadow: 0 1px 10px 0px rgba(0,0,0,0.2)
}
.brandactivity-li img {
	width: 100%
}
.brandactivity-li .text {
	position: relative;
	width: 100%;
	font-size: 22px;
	font-family: 'SimHei';
	color: #343434;
	text-align: left;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 30px
}
.brandactivity-li .text span {
	display: block;
	width: 100%;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden
}
.brandactivity-li .text .time {
	position: relative;
	font-family: "Microsoft YaHei";
	font-size: 12px;
	margin-left: 20px;
	color: #7b7b7b
}
.brandactivity-li .text .time:before {
	content: '';
	position: absolute;
	top: 9px;
	left: -20px;
	width: 13px;
	height: 13px;
	background: url(../images/icon-32.png)
}

@media screen and (max-width: 1100px) {
.brandactivity-li {
	padding-top: .15rem
}
.brandactivity-li .text span {
	font-size: .11rem
}
}

@media screen and (max-width: 900px) {
.brandactivity-li {
	padding-left: 10px;
	padding-right: 10px
}
.brandactivity-li .text {
	padding-left: 20px;
	padding-right: 20px
}
}

@media screen and (max-width: 460px) {
.brandactivity-li .brandactivity-li-iframe {
	padding-bottom: 20px
}
.brandactivity-li .text {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px
}
}

@media screen and (max-width: 460px) {
.brandactivity-li .text span {
	font-size: .125rem
}
}
.investor-relations-ul {
	width: 100%;
	margin-bottom: 60px
}
.investor-relations-ul li {
	position: relative;
	width: 100%;
	background: #f5f5f5;
	border: 2px solid #f5f5f5;
	padding-left: 62px;
	padding-right: 34px;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	overflow: hidden
}
.investor-relations-ul li a {
	position: relative;
	float: left;
	width: 73%;
	display: block;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-height: 60px;
	font-family: "SimHei";
	font-size: 16px;
	color: #1d1d1d;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
.investor-relations-ul li span {
	font-size: 14px;
	line-height: 60px;
	color: #1d1d1d;
	float: right
}
.investor-relations-ul li:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 20px;
	margin-left: 30px;
	width: 16px;
	height: 18px;
	background: url(../images/icon-36.png)
}
.investor-relations-ul li:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 60px;
	background: url(../images/icon-35.png)
}
.investor-relations-ul li:hover {
	border: 2px solid #d2a970
}
.investor-relations-ul li:hover a {
	color: #d2a970
}
.investor-relations-ul li+li {
	margin-top: 10px
}
.investor-relations-ul2 {
	width: 100%;
	margin-bottom: 60px
}
.investor-relations-ul2 li {
	position: relative;
	width: 100%;
	background: #f5f5f5;
	border: 2px solid #f5f5f5;
	padding-left: 20px;
	padding-right: 34px;
	height: 60px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
	overflow: hidden
}
.investor-relations-ul2 li a {
	position: relative;
	float: left;
	width: 73%;
	display: block;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	line-height: 60px;
	font-family: "SimHei";
	font-size: 16px;
	color: #1d1d1d;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease
}
.investor-relations-ul2 li span {
	font-size: 14px;
	line-height: 60px;
	color: #1d1d1d;
	float: right
}
.investor-relations-ul2 li:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 60px;
	background: url(../images/icon-35.png)
}
.investor-relations-ul2 li:hover {
	border: 2px solid #d2a970
}
.investor-relations-ul2 li:hover a {
	color: #d2a970
}
.investor-relations-ul2 li+li {
	margin-top: 10px
}

@media screen and (max-width: 1130px) {
.investor-relations-ul li {
	height: .5rem
}
.investor-relations-ul li a, .investor-relations-ul li span, .investor-relations-ul2 li a, .investor-relations-ul2 li span {
	font-size: .1rem;
	line-height: .5rem
}
.investor-relations-ul li:after {
	margin-top: .15rem
}
}

@media screen and (max-width: 960px) {
.investor-relations-ul li {
	padding-left: .25rem;
	padding-right: .15rem
}
.investor-relations-ul li:after {
	margin-left: .05rem
}
.investor-relations-ul2 li {
	padding-left: .25rem;
	padding-right: .15rem
}
}

@media screen and (max-width: 1200px) {
.wp1200 {
	width: 100%
}
}
/*# sourceMappingURL=maps/style.css.map */

