﻿.pc-shuffling-banner {
	width: 100%;
}

.pc-shuffling-banner img {
	width: 100%;
	z-index: -999;
	/*display: none;*/
	position: relative;
}

.mobile-banner-img {
	display: none;
}

.swiper-button-box {
	width: 140px;
	height: 60px;
	position: absolute;
	right: 17%;
	bottom: 20px;
	z-index: 9;
	color: #FFFFFF;
}

.swiper-button-box span {
	font-size: 20px;
}

.swiper-banner-next {
	width: 60px;
	height: 60px;
	background-color: rgba(35, 94, 154, .3);
	float: left;
	text-align: center;
	line-height: 60px;
	cursor: pointer;
}

.swiper-banner-prev {
	width: 60px;
	height: 60px;
	background-color: rgba(35, 94, 154, .3);
	float: left;
	text-align: center;
	cursor: pointer;
	line-height: 60px;
}

.swiper-banner-next:hover {
	background-color: rgba(35, 94, 154, .7);
}

.swiper-banner-prev:hover {
	background-color: rgba(35, 94, 154, .7);
}


/* 产品中心 */
.pc-index-title p{
	font-size: 16px;
}

.pc-title-row {
	margin-top: 200px;
}

.prdouct-title-center {
	font-size: 28px;
	color: #7092bf;
}

.hide-box {
	display: none;
}

.rc-prdouct-show {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	height: auto;
	margin-top: 40px;
	padding-bottom: 10%;
}

.rc-prdouct-show>div {
	width: 40%;
	height: auto;
	margin-bottom: 30px;
	text-align: center;
}

.rc-prdouct-show>div img {
	width: 100%;
}

.rc-prdouct-show>div span {
	line-height: 40px;
	color: #666666;
	font-size: 24px;
}


/* .rc-prdouct-show>div:nth-of-type(1){
	background: url(../img/product_1.png) no-repeat;
	background-position: 50% 50%;
	background-size: cover;
}
.rc-prdouct-show>div:nth-of-type(2){
	background: url(../img/product_2.png) no-repeat;
	background-position: 50% 75%;
	background-size: cover;
}
.rc-prdouct-show>div:nth-of-type(3){
	background: url(../img/product_3.png) no-repeat;
	background-position: 50% 75%;
	background-size: cover;
}
.rc-prdouct-show>div:nth-of-type(4){
	background: url(../img/product_4.png) no-repeat;
	background-position: 50% 75%;
	background-size: cover;
} */

.pc-index-prdouct {
	width: 100%;
	margin-top: 65px;
}

.pc-index-reBox {
	float: left;
	width: 25%;
	height: 700px;
	margin-bottom: 180px;
	position: relative;
	overflow: hidden;
}

.pc-index-abBox {
	position: absolute;
	z-index: 99;
	width: 100%;
	height: 700px;
	top: 0;
	display: none;
}

.pc-index-textAbBox {
	position: absolute;
	top: 0;
	/* width: 85%; */
	height: auto;
	cursor: pointer;
	margin-bottom: 10px;
}

.pc-index-showBox {
	color: #ffffff;
	width: 103px;
	height: 40px;
	border: 1px solid #ffffff;
	margin: 0 auto;
	line-height: 40px;
	margin-top: 38%;
}

.pc-img-index {
	/* display: none; */
	height: 100%;
	overflow: hidden;
}

.pc-img-index img {
	position: absolute;
	top: 15%;
	left: 32%;
	display: none;
}

.pc-index-imgAbBox {
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 600px;
	text-align: center;
	padding-top: 75%;
}

.pc-index-img {
	width: 100%;
	height: 600px;
	text-align: center;
}

.pc-null-abBox {
	width: 100%;
	height: 100px;
}

.pc-index-title {
	width: 100%;
	height: 100px;
	text-align: center;
	padding-top: 10%;
	z-index: 999;
}

.pc-index-title>div {
	border-top: 3px solid #cccccc;
	width: 25px;
	height: 5px;
	margin: 0 auto;
	margin-bottom: 10px;
}


/*  */

.pc-index-bg {
	width: 100%;
	height: 1460px;
	background: url(../img/bg-1.1.jpg) no-repeat;
	margin-bottom: 150px;
	position: relative;
}

.pc-aboutBox {
	width: 100%;
	height: 400px;
	/*background-color: rgba(156, 191, 255, .2);*/
}

.pc-aboutBox-left {
	width: 25%;
	height: 100%;
	float: left;
	position: relative;
}

.about-us-pc {
	font-size: 36px;
	width: 40px;
	display: block;
	float: left;
	color: #5db3fe;
	position: absolute;
	right: 50px;
	top: 50px;
}

.about-us-en {
	font-size: 20px;
	/* width: 125px;
	height: 100px; */
	color: #ffffff;
	transform: rotate(90deg);
	display: block;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	position: absolute;
	right: -12px;
	top: 180px;
}

.pc-aboutBox-right {
	width: 56%;
	/* height: 100%; */
	float: left;
	text-indent: 2em;
	line-height: 30px;
	padding-left: 5%;
}

.pc-name {
	font-size: 30px;
	color: #9cbfff !important;
	text-indent: 0em;
	margin-top: 10%;
	margin-bottom: 5%;
}

.pc-aboutBox-right p {
	color: #ffffff;
}

.pc-name-btn {
	float: right;
	width: 155px;
	height: 40px;
	background: none;
	border: 1px solid #ffffff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	outline: none;
	color: #ffffff;
	cursor: pointer;
	margin-top: 10%;
}


/*  */

.pc-prdouct-show {
	width: 100%;
	height: 370px;
	margin-top: 24%;
}

.advantage-title-show {
	padding-bottom: 130px;
}

.advantage-min-box {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: space-around;
}

.advantage-min-box>a div {
	width: 220px;
	height: 220px;
	border: 1px solid #ffffff;
	background: rgba(0, 0, 0, .5);
	margin-bottom: 20px;
	padding-top: 35px;
	text-align: center;
}

.advantage-min-box>a div p {
	color: #ffffff;
}

.advantage-min-box>a>div>p:nth-of-type(odd) {
	font-size: 18px;
	padding: 10px 0px 10px 0px;
}

.pc-advantage-cn {
	font-size: 36px;
	color: #5db3fe;
}

.pc-advantage-en {
	color: #ffffff;
}

.new-pic-img {
	margin-top: 50px;
	display: block;
}


/* 产品 */

.advantage-show-pc {
	width: 100%;
	height: 240px;
	display: flex;
	justify-content: space-between;
	/* padding-bottom: 15%; */
}

.box a {
	width: 220px;
	height: 220px;
	float: left;
	position: relative;
	cursor: pointer;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
	overflow: hidden;
}

.box a>img {
	position: absolute;
	top: 30px;
	transition: 0.5s all ease;
	margin: auto;
	left: 0;
	right: 0
}

.advantage-text-box {
	position: absolute;
	top: 130px;
	text-align: center;
	width: 100%;
	height: auto;
	color: white;
	transition: 0.5s all ease;
	-webkit-transition: 0.5s all ease;
	-moz-transition: 0.5s all ease;
	-ms-transition: 0.5s all ease;
	-o-transition: 0.5s all ease;
}

.pc-prBox {
	width: 230px;
	height: 230px;
	padding: 5px 5px 5px 5px;
}

.pc-prBox:hover {
	background: rgba(0, 0, 0, .5);
}

.box a:hover {
	border: 1px solid #ffffff;
}

.box a:hover>img {
	top: -30px;
	opacity: 0
}

.box a:hover .advantage-text-box {
	top: 59px
}

.box a:hover .advantage-text-box>img {
	display: inline-block;
}

.advantage-text-box img {
	display: none;
	margin-top: 10%;
}

.advantage-text-box {
	position: absolute;
	width: 100%;
	text-align: center;
}

.advantage-tit {
	font-size: 18px;
	margin: 15px 0px 10px 0px;
}


/* 隐藏盒子 */

.advantage-detailsBox-hide {
	width: 90%;
	height: 100%;
	position: fixed;
	bottom: 0;
	right: 0;
	background: #ffffff;
	display: none;
	padding-bottom: 43px;
	z-index: 999;
	overflow-y: auto !important;
}

.advantage-detailsBox-text {
	text-align: center;
	line-height: 30px;
	margin-top: 45px;
}

.advantage-detailsBox-text>span {
	color: #666666;
	font-size: 26px;
}

.advantage-detailsBox-text>p {
	color: #666;font-size: 15px
	
}

.close-hideBox {
	width: 50px;
	cursor: pointer;
	margin: 20px 0px 0px 20px;
}


/* 热点时事 */
.hotel-textBox-right div:hover a{
	color: #7092bf;
}

.hotTime-bottom-right:hover,.hotel-textBox-right div:hover{
	cursor: default;
}


.hide-min-box {
	display: none;
}

.pc-hot-time {
	width: 100%;
	height: 570px;
	margin-bottom: 10%;
}

.right-more-text {
	color: #666666;
	position: absolute;
	right: 0px;
	top: 5px;
	font-size: 22px;
	display: none;
}

.hotTime-top {
	width: 100%;
	position: relative;
}

.hotTime-ab-title {
	position: absolute;
	left: 0;
	bottom: 10px;
	background: rgba(0, 0, 0, .3);
	padding: 5px 10px 5px 10px;
	display: none
}

.hotTime-ab-title span {
	color: #ffffff;
	font-size: 20px;
}

.hotTime-min-textList>li {
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
	width: 100%;
	height: auto;
}

.hotTime-min-textList>li span {
	font-size: 20px;
	padding-top: 15px;
	display: inline-block;
}

.hotTime-min-textList>li a {
	width: 100%;
	height: auto;
}

.color-title-gray {
	color: #999999;
}

.hotTime-text-content {
	font-size: 16px;
	color: #999999;
	text-indent: 7em;
	padding-top: 15px;
	padding-bottom: 15px;
}

.hotTime-bottom {
	width: 100%;
	padding-top: 5%;
}

.hot-time-left {
	width: 510px;
	height: 100%;
	float: left;
}

.hotTime-bottom-left {
	width: 20%;
	float: left;
}

.hotTime-bottom-left>span {
	color: #999999;
	font-size: 20px;
	width: 90%;
	display: inline-block;
	border-right: 2px solid #777777;
}

.pc-hotTime-cn {
	color: #154269;
	font-size: 28px;
}

.pc-hotTime-en {
	color: #999999;
}

.hotTime-bottom-right {
	width: 80%;
	float: left;
}

.hotTimeTitle {
	font-size: 18px;
	/* 	color: #7092bf; */
	margin-bottom: 3%;
}

.hotTime-title {
	width: 100%;
	height: 24px;
}

.botTime-btn {
	float: right;
	width: 160px;
	height: 40px;
	border: 1px solid #8f9db7;
	color: #8f9db7;
	outline: none;
	margin-top: 4%;
	cursor: pointer;
	position: relative;
}

.botTime-btn i {
	display: none;
}

.hot-time-right {
	float: left;
	padding-top: 86px;
	padding-left: 7%;
}

.hotel-textBox-left {
	width: 180px;
	height: 460px;
	border-right: 1px solid #dcdcdc;
	float: left;
}

.hotel-textBox-left>div {
	margin-bottom: 63%;
	text-align: right;
	border-right: 2px solid #777777;
	line-height: 30px;
}

.hotel-textBox-left>div span {
	margin-right: 10%;
	font-size: 20px;
	color: #999999;
}

.hotel-textBox-right {
	float: left;
	width: 420px;
	line-height: 25px;
}

.hotel-textBox-right>div {
	margin-bottom: 20px;
	margin-left: 20px;
}

.hotel-textBox-right>div span {
	margin-bottom: 20px;
	margin-top: 10px;
	display: inline-block;
	font-size: 18px;
}

.hotel-textBox-right>div p {
	color: #999999;
	width: 400px;
}


/* 留言 */

.pc-Leave-box {
	width: 100%;
	height: 100%;
	background: #fafafa;
}

.Leave-from {
	padding-top: 5px;
	margin-bottom: 5%;
}

.arrow-right-show>i {
	display: none;
	/* margin-left: 20px; */
}

.arrow-right-show:hover {
	color: #ffffff;
	border: none;
}

.hotTimeTitle	:hover {
	color: #9cbfff;
}

.hotTime-right-arrow:hover {
	color: #9cbfff;
	border: 1px solid #9cbfff;
}

.media {
	display: inline-block;
	position: relative;
	vertical-align: top;
}

.media__image {
	display: block;
}

.media__body {
	bottom: 0;
	color: white;
	/*left: 0;
	opacity: 0;
	*/
	overflow: hidden;
	position: absolute;
	text-align: center;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	width: 100%;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
}

.media__body:hover {
	opacity: 1;
}

.media__body:after,
.media__body:before {
	border: 2px solid #7092bf;
	bottom: 0.5em;
	content: '';
	left: 1em;
	position: absolute;
	right: 1em;
	top: 1em;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: 0.2s 0.1s;
	transition: 0.2s 0.1s;
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transition: 0.2s 0.1s;
	-ms-transition: 0.2s 0.1s;
	-o-transition: 0.2s 0.1s;
}

.media__body:hover:after,
.media__body:hover:before {
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
}

/* .bg2 {
	background-image: -webkit-linear-gradient(left, red 0%, red 0%, #fff 0%, #fff 100%);
	width: 200px !important;
    height: 40px !important;
    margin-top: 1% !important;
    background: none !important;
    color: #8f9db7 !important;
    border: 1px solid #8f9db7 !important;
    cursor: pointer !important;
}

.bg2:hover {
	animation: arrset 0.3s linear;
	animation-fill-mode: forwards;
	color: #FFFFFF !important;
}
@keyframes arrset {
	0% {
		background-image: -webkit-linear-gradient(left, #8f9db7 0%, #8f9db7 10%, #fff 10%, #fff 100%);
	}
	10% {
		background-image: -webkit-linear-gradient(left, #8f9db7 0%, #8f9db7 20%, #fff 20%, #fff 100%);
	}
	30% {
		background-image: -webkit-linear-gradient(left, #8f9db7 0%, #8f9db7 30%, #fff 30%, #fff 100%);
	}
	40% {
		background-image: -webkit-linear-gradient(left, #8f9db7 0%, #8f9db7 40%, #fff 40%, #fff 100%);
	}
	50% {
		background-image: -webkit-linear-gradient(left, #8f9db7 0%, #8f9db7 50%, #fff 50%, #fff 100%);
	}
	60% {
		background-image: -webkit-linear-gradient(left, #8f9db7 0%, #8f9db7 60%, #fff 60%, #fff 100%);
	}
	70% {
		background-image: -webkit-linear-gradient(left, #8f9db7 0%, #8f9db7 70%, #fff 70%, #fff 100%);
	}
	80% {
		background-image: -webkit-linear-gradient(left, #8f9db7 0%, #8f9db7 80%, #fff 80%, #fff 100%);
	}
	90% {
		background-image: -webkit-linear-gradient(left, #8f9db7 0%, #8f9db7 90%, #fff 90%, #fff 100%);
	}
	100% {
		background-image: -webkit-linear-gradient(left, #8f9db7 0%, #8f9db7 100%, #fff 100%, #fff 100%);
	}
} */