@charset "utf-8";
/*other*/
.white,.white a:link, .white a:visited, .white a:hover {
    color:white;
}
a.red,a.red a:link, a.red a:visited, a.red a:hover{
	color: #d02429;
}
body {
	height: 100%;
	overflow-x: hidden;
	position: relative;	
}
.main {
	width: 100%;
	min-width: 1200px;
}
/* header */
.video90-header {
	width: 100%;
	background-color: #fff;
	height: 80px;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
}
.video90-header img.logo {
	float: left;
	margin-top: 12px;
	margin-left: 10px;
}
.video90-header .nav {
	float: left;
	font-size: 22px;
	line-height: 24px;
	padding-top: 50px;
	text-align: center;
	width: 90%;
}
.video90-header .nav a {
	margin: 0 15px;
}
.video90-header#mobile {
	display: none;
}
/* fm */
.video90-div {
	height: 1000px;
}
.video90-fm {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 50%;
	top: 80px;
	z-index: 2;
}
.video90-fm img {
	width: 100%;
	height: auto;
}
/* p1 */
.video90-p1 {
	background: url(../images/bg2.jpg) no-repeat bottom #fff;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9;
	padding-top: 20px;
}
.video90-p1 .title h3,
.video90-p2 .title h3,
.video90-p3 .title h3,
.video90-d2 .title h3 {
	color: #549da8;
	font: 500 50px/54px 'Microsoft YaHei', 'pingfang SC', 'helvetica neue';
	margin-top: 50px;
}
.video90-p1 .title h4,
.video90-p2 .title h4,
.video90-p3 .title h4,
.video90-d2 .title h4 {
	width: 20%;
	margin: 8px auto;
	border-radius: 20px;
	height: 41px;
	line-height: 41px;
  	background-color: rgb(84, 157, 168);
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	font-size: 20px;
}
.video90-p1 .video {
	margin-top: 5%;
}
.video90-p1 .video video {
	width: 100%;
	height: 570px;
}
/* p2 */
.video90-p2 {
	background: url(../images/bg3.jpg) no-repeat #fff;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
.video90-p2 .pic {
	margin-top: 5%;
}
.video90-p2 .pic li.items {
	float: left;
	margin: 1px;
	height: 280px;
	position: relative;
}
.video90-p2 .pic li.items:nth-child(3n+1) {
	margin-left: 0;
}
.video90-p2 .pic li.items i.button {
	position: absolute;
	background: url(../images/vbg.png) no-repeat;
	width: 66px;
	height: 66px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 22;
}
.video90-p2 .pic li.items span.bg {
	background: rgba(0, 0, 0, 0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
}
/* p3 */
.video90-p3 {
	background: url(../images/bg4.jpg) no-repeat #fff;
	background-size: 100% auto;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9;
	overflow: hidden;
	padding-top: 120px;
}
.swiper-container-p3 {
	margin-top:50px;
	height: 605px;
}	
.swiper-container-p3 .swiper-slide {
	width: 1000px;
}
.swiper-container-p3 .swiper-slide span.text {
	position: absolute;
	width: 91%;
	margin: 0 auto;
	top: 562px;
	left: 43px;
	font-size: 14px;
}
.swiper-container-p3 .swiper-slide.swiper-slide-active span.text {
	background: rgba(0, 0, 0, 0.5);
	height: 41px;
	line-height: 41px;
}
.swiper-container-p3 .swiper-slide.swiper-slide-active i.num {
	position: absolute;
	width: 25px;
	height: 25px;
	line-height: 25px;
	background-color: #b53741;
	left: 0;
	top: 0;
	color: #fff;
}
.swiper-container-p3 .swiper-slide.swiper-slide-active i.button {
	position: absolute;
	top: 415px;
	right: 35px;
	background: url(../images/vbg.png) no-repeat;
	display: block;
	width: 66px;
	height: 66px;
}
.swiper-pagination3 {
	text-align: center;
	width: 100%;
}
.swiper-pagination3 .swiper-pagination-bullet {
    width: 60px;
    height: 4px;
	margin: 0 4px;
	background: #666;
	border-radius: 0 !important;
}
.swiper-pagination3 .swiper-pagination-bullet-active {
	background: #000;
}
.swiper-button-prev3,
.swiper-button-next3 {
	width: 50%;
	height: 603px;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
	margin-top: 0;
	z-index: 99;
	transition: 0.2s;
	position: absolute;
	cursor: pointer;
}
.swiper-button-prev3 {
	left: -500px;
}
.swiper-button-next3 {
	right: -500px;
}
.swiper-button-prev3:before,
.swiper-button-next3:before {
	background: url(../images/prev1.png) no-repeat 0 center;
	content: '';
    position: absolute;
	width: 13px;
	height: 100%;
    top: 0%;
}
.swiper-button-prev3:before {
	left: 94%;
}
.swiper-button-next3::before {
    right: 94%;
	transform: rotate(180deg);
}
/* footer */
.video90-footer {
	padding-top: 100px;
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 9;
	overflow: hidden;
}
.video90-footer li.items {
	float: left;
	width: 33%;
	height: 80px;
}
/* right */
.video90-right {
	position: fixed;
	right: 8%;
	bottom: 0;
	z-index: 99;
	display: none;
}
.video90-right ul {
	width: 60px;
}
.video90-right ul li {
	width: 60px;
	height: 60px;
	background-color: #a9dfeb;
	font-size: 16px;
	margin-bottom: 1px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	cursor: pointer;
	transition: all 0.1s;
	position: relative;
}
.video90-right ul li img.pic1,
.video90-right ul li img.pic2 {
	display: none;
	transition: all 0.2s;
	position: absolute;
	right: 65px;
	bottom: 0;
}
.video90-right ul li a {
	color: #588f9a;
    letter-spacing: 1px;
	text-decoration: none;
}
.video90-right ul li span.back {
	display: none;
}
.video90-right ul li:hover {
	background: #0183cd;
}
.video90-right ul li:hover a {
	color: #fff;
}
.video90-right ul li:nth-child(1):hover .pic1,
.video90-right ul li:nth-child(2):hover .pic2,
.video90-right ul li:nth-child(3):hover .back {
	display: block;
}
.video90-right ul li:hover .up {
	display: none;
}
/* copyright */
#copyright {
	font-size: 14px;
	text-align: center;
	padding: 60px 0 20px 0;
}
/* text */
.video90-d2 {
	margin-top: 120px;
}
.video90-d2 .text {
	background-color: #f2f7f8;
	height: 900px;
	margin-top: 80px;
	overflow-x: hidden;
	overflow-y: auto;
	padding-bottom: 30px;
}
.video90-d2 .text::-webkit-scrollbar {
	width: 10px;
	height: 1px;
}
.video90-d2 .text::-webkit-scrollbar-thumb {
	border-radius: 4px;
	background: #549da8;
}
.video90-d2 .text::-webkit-scrollbar-track {
	border-radius: 3px;
	background: url(../images/bg5.png) repeat-y top center;
}
.video90-d2 .text .content {
	width: 92%;
	margin: 0 auto 30px auto;
	height: 100%;
}
.video90-d2 .text p {
	text-align: left;
	font-size: 22px;
	line-height: 190%;
	text-indent: 2em;
	padding-top: 30px;
}
.show {
	display: block;	
}
.video90-d2 .btn {
	text-align: right;
	margin-top: 15px;
	height: 34px;
}
.video90-d2 .btn .content {
	width: 95px;
	float: right;
	font-size: 14px;
	line-height: 14px;
	color: #549da8;
	cursor: pointer;
}
.video90-d2 .pic .content li.items {
	float: left;
	margin: 1px;
	position: relative;
	height: 280px;
}
.video90-d2 .pic .content li.items i.bg {
	background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
}
.video90-d2 .pic .content li.items i.button {
	position: absolute;
    background: url(../images/vbg.png) no-repeat;
    width: 66px;
    height: 66px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 22;
}
.video90-d2 .pic .content li.items span.num {
	position: absolute;
	bottom: 5px;
	right: 15%;
	font-size: 18px;
}
.video90-d2 .pic .content li.items .heart {
	position: absolute;
	right: 20px;
	bottom: 8px;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
.video90-d2 .pic .content li.items .heart i {
	width: 12px;
	height: 12px;
	background-color: #fff;
	position: relative;
	display: block;
	transform: rotate(-45deg);
}
.video90-d2 .pic .content li.items .heart i::before {
	content: "";
	position:absolute;
	top: -50%;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #fff;
}
.video90-d2 .pic .content li.items .heart i::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	width: 12px;
	height: 12px;
	background-color: #fff;
	border-radius: 50%;
}
.video90-d2 .pic .content li.items .heart.active i,
.video90-d2 .pic .content li.items .heart.active i::before,
.video90-d2 .pic .content li.items .heart.active i::after {
	background-color: red;
}
.video90-d2 .pic .content li.items .txt {
	position: absolute;
	bottom: 0;
	text-align: left;
	left: 3%;
}
.video90-d2 .pic .content li.items .txt p {
	font-size: 16px;
}
.video90-line,
.video90-nav {
	display: none;
}

/***** phone *****/
.phone .main,
.phone .w1000 {
    width: 10rem;
}
.phone .video90-header#pc {
	display: none;
}
.phone .video90-header#mobile {
	display: block;
	height: 2.075rem;
	text-align: center;
	padding-top: 0.5rem;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99;
	background-color: #fff;
}
.phone .video90-header#mobile img.logo {
	width: 60%;
	float: none;
	margin-top: 0;
}
.phone .video90-header#mobile .float-nav img {
	width: 6%;
	position: absolute;
	right: 0.625rem;
	top: 0.825rem;
}
.phone .video90-header#mobile .hide-nav {
	position: absolute;
	right: 0;
	top: 2.075rem;
}
.phone .video90-header#mobile .hide-nav li.items {
	width: 2.1875rem;
	height: 0.90625rem;
	line-height: 0.90625rem;
	background-color: #549da8;
	text-align: center;
	margin-bottom: 0.03125rem;
}
.hide {
	display: none;
}
/* nav */
.phone .video90-line,
.phone .video90-nav {
	display: block;
}
.phone .video90-line {
	height: 2.075rem;
}
.phone .video90-nav {
	background-color: #a9dfeb;
	height: 1.3rem;
	line-height: 1.3rem;
	text-align: center;
	width: 10rem;
}
.phone .video90-nav a {
	margin: 0 3px;
	text-shadow: 0 1px;
}
.phone .video90-d2 {
	width: 10rem;
	margin-top: 40px;
}
.phone .video90-d2 h3 {
	font-size: 0.6rem;
	font-weight: 500;
	line-height: 0.6rem;
	margin-top: 30px;
}
.phone .video90-d2 h4 {
	width: 50%;
	margin: 8px auto;
	border-radius: 0.4rem;
	height: 0.73rem;
	line-height: 0.73rem;
	font-size: 0.4rem;
}
.phone .video90-d2 .text {
	width: 9rem;
	height: 60vh;
	margin-top: 30px;
}
.phone .video90-d2 .text p {
	font-size: 14px;
}
.phone .video90-d2 .text::-webkit-scrollbar {
	width: 3px;
	height: 1px;
}
/* footer */
.phone .video90-footer {
	width: 10rem;
	margin-top: 40px;
	padding-top: 0;
}
.phone .video90-footer ul {
	display: flex;
	flex-wrap: wrap;
	width: 9rem;
	margin: 0 auto;
}
.phone .video90-footer li.items {
	width: 30.3%;
	align-items: center;
	margin: 0 2% 0 1%;
	height: auto;
}
.phone .video90-footer li.items img {
	width: 100%;
}
.phone .video90-right.show {
	display: none;
}
.phone #copyright {
	font-size: 12px;
	padding: 30px 0 10px 0;
}
.phone .video90-d2 .btn {
	width: 9rem;
	margin-top: 30px;
}
.phone .video90-d2 .pic {
	width: 9rem;
	margin: 0px auto 0 auto;
}
.phone .video90-d2 .pic li.items {
	float: none;
	height: 5.13rem;
	margin-bottom: 5px;
}
.phone .video90-d2 .pic li.items img {
	width: 100%;
	height: 100%;
}
.phone .video90-d2 .pic li.items i.button {
	background: url(../images/vbg.png) no-repeat;
	background-size: 100% auto;
	width: 0.88rem;
	height: 0.88rem;
}