@charset "utf-8";
/*
Theme Name: xiyun
Theme URI: null
Description: Description
Version: 1.0
*/

.index01 {
	margin: 0 auto 80px;
	width: 90%;
	min-width: 1200px;
}

.index01 .biaoti {
	float: right;
}

.index01 .biaoti h2 {
	padding-bottom: 10px;
	color: #333;
	font-size: 50px;
	text-align: right;
	position: relative;
}

.index01 .biaoti h2 span {
	display: block;
	color: #666;
	font-size: 16px;
	font-weight: normal;
}

.index01 .biaoti h2:before {
	width: 50px;
	height: 2px;
	position: absolute;
	right: 0;
	bottom: 0;
	content: "";
	background: #0090FF;
}

.index01 .biaoti .link {
	margin-top: 10px;
	text-align: right;
}

.index01 .biaoti .link a {
	padding: 5px 0;
	width: 100px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #0090FF;
}

.index01 .daohang {
	margin-bottom: 40px;
}
	
.index01 .daohang ul {
	margin-right: 240px;
}

.index01 .daohang li {
	margin-right: 15px;
	width: 180px;
	float: left;
}

.index01 .daohang li a {
	display: block;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.index01 .daohang li a:hover {
	transform: rotateY(-360deg);
}

.index01 .daohang li a {
}

.index01 .daohang li .photo {
	position: relative;
}

.index01 .daohang li .photo:before {
	width: 100%;
	height: 100%;
	position: absolute;
	left: -4px;
	top: -4px;
	content: "";
	background: #eee;
	z-index: 1;
	border-radius: 15px 0 15px 0;
}

.index01 .daohang li a img {
	width: 100%;
	position: relative;
	z-index: 2;
	border-radius: 15px 0 15px 0;
}

.index01 .daohang li a p {
	padding: 10px 0;
	color: #333;
	font-size: 16px;
	text-align: center;
}

#scroll {
	height: 800px;
	overflow: hidden;
}

.scroll {
	margin: 0 -15px;
}

.comList li {
	margin: 0 1% 25px;
	width: 23%;
	float: left;
}

.comList li a {
	display: block;
	position: relative;
	background: #eee;
}

.comList li a .photo {
	overflow: hidden;
}

.comList li a img {
	width: 100%;
	height: auto;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.comList li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.comList li a p {
	padding: 15px;
	color: #000;
	font-size: 16px;
	position: relative;
}

.comList li a p span {
	padding: 3px 0;
	width: 80px;
	display: block;
	color: #fff;
	font-size: 16px;
	position: absolute;
	right: 10px;
	top: 15px;
	text-align: center;
	background: #0090FF;
	border-radius: 20px;
}

.comList li a .pop {
	margin-left: -65px;
	padding-top: 40px;
	width: 130px;
	height: 130px;
	position: absolute;
	left: 50%;
	top: 23%;
	color: #fff;
	font-size: 20px;
	opacity: 0;
	text-align: center;
	background: rgba(0,144,255,.8);
	border-radius: 50%;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.comList li a:hover .pop {
	opacity: 1;
}

.comList li a .pop span {
	display: block;
}

.index2 {
	background: url(images/bg01.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}

.inner {
	margin: 0 auto;
	width: 90%;
	min-width: 1200px;
}

.index2 {
	padding: 90px 0;
}

.index2 .left {
	width: 60%;
	float: left;
}

.index2 h2 {
	margin-bottom: 30px;
	color: #FF7701;
	font-size: 35px;
}

.index2 .jieshao {
	margin-bottom: 60px;
	color: #fff;
	font-size: 16px;
	line-height: 1.8;
	text-indent: 2em;
}

.index2 .left li {
	margin-right: 2%;
	width: 23%;
	float: left;
}

.index2 .left li a {
	padding: 15px 5px;
	display: block;
	color: #fff;
	font-size: 17px;
	position: relative;
	border-top: 1px solid rgb(255,255,255,.5);
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.index2 .left li a:hover {
	background: #FF7701;
}

.index2 .left li a:before {
	width: 20px;
	height: 20px;
	position: absolute;
	right: 5px;
	top: 15px;
	color: #fff;
	font-size: 17px;
	content: "→";▏
	z-index: 1;
	border-radius: 15px 0 15px 0;
}

.index2 .right {
	width: 35%;
	float: right;
	text-align: right;
}

.index2 .right .title {
	color: #fff;
	font-size: 50px;
	font-weight: bold;
}

.index2 .right .txt {
	color: #fff;
	font-size: 16px;
}

.index2 .right .why {
	margin-top: 90px;
	color: #fff;
	font-size: 40px;
}


.index3 {
	display: flex;
	margin: -70px auto 0;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.card {
	color: inherit;
	cursor: pointer;
	width: calc(25% - 2rem);
	min-width: calc(25% - 2rem);
	height: 300px;
	margin: 1rem;
	position: relative;
	display: inline-block;
}
.front,
.back {
	display: flex;
	border-radius: 6px;
	background-position: center;
	background-size: cover;
	text-align: center;
	justify-content: center;
	align-items: center;
	position: absolute;
	height: 100%;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	transition: ease-in-out 600ms;
}
.front {
	background-size: cover;
	padding: 2rem;
	font-size: 1.618rem;
	font-weight: 600;
	color: #fff;
	overflow: hidden;
	flex-flow: column;
	font-family: Poppins, sans-serif;
	box-sizing: border-box;
}
.front:before {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(  135deg, #ffffff, #000000);
	opacity: .25;
	z-index: -1;
}
.front p span {
	margin-top: 10px;
	display: block;
	font-size: 16px;
	font-weight: normal;
}
.card:hover .front {
	transform: rotateY(180deg);
}
.card:nth-child(even):hover .front {
	transform: rotateY(-180deg);
}
.back {
	background: #fff;
	transform: rotateY(-180deg);
	padding: 0 2em;
	color: #e61411;
	box-sizing: border-box;
}
.card:hover .back {
	transform: rotateY(0deg);
}
.card:nth-child(even) .back {
	transform: rotateY(180deg);
}
.card:nth-child(even):hover .back {
	transform: rotateY(0deg);
}

.index4 {
	padding: 40px 0 80px;
}

.index4 .cTitle {
	margin-bottom: 0;
}

.swiper {
	width: 100%;
	height: 450px;
}

.swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.swiper-slide a {
	display: block;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.swiper-slide a:hover {
	transform: rotateY(-360deg);
}


.dianhua {
	padding: 10px 20px;
	font-size: 17px;
	text-align: left;
	background: url(images/tele0.png) no-repeat left center;
	border-bottom: 1px solid #eee;
}

.index5 {
	padding: 80px 0;
	background: url(images/ys-bg.jpg) no-repeat center top;
	background-size: cover;
}

.floo_r4 {
	margin: 70px 0 0;
}

.floor_4_1 {
	position: relative;
	height: 518px;
	margin-top: 56px;
}
.floor_4_1 .floor_4_z {
	width: 481px;
	height: 481px;
	position: absolute;
	left: 50%;
	top: 22px;
	margin-left: -240px;
	text-align: center;
}
.floor_4_1 .floor_4_z .img1 {
	display: block;
	width: 700px;
	height: 312px;
	position: absolute;
	left: 50%;
	margin-left: -350px;
	top: 80px;
	z-index: 10;
	-webkit-transition: all ease-in-out 5s;
	-webkit-animation: big 5s infinite linear;
}
.floor_4_1 .floor_4_z .img2 {
	display: block;
	width: 481px;
	height: 481px;
	z-index: 5;
	-webkit-animation: rotate 10s linear 0s infinite;
	animation: rotate 10s linear 0s infinite;
}
.floor_4_1 .floor_4_z .img3 {
	display: block;
	width: 481px;
	height: 481px;
	-webkit-animation: rotate 10s linear 0s infinite;
	animation: rotate 10s linear 0s infinite;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
.floor_4_1 .floor_4_z .img4 {
	display: block;
	width: 481px;
	height: 481px;
	-webkit-animation: rotate1 10s linear 0s infinite;
	animation: rotate1 10s linear 0s infinite;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
}
.floor_4_1 .floor_4_y {
	position: relative;
	height: 518px;
}
.floor_4_1 .floor_4_y ul {
	display: block;
	height: 518px;
}
.floor_4_1 .floor_4_y ul li {
	width: 30%;
	position: absolute;
}
.floor_4_1 .floor_4_y ul li h3 {
	text-align: right;
}
.floor_4_1 .floor_4_y ul li h3 span {
	display: block;
	font-size: 28px;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	padding-top: 10px;
}
.floor_4_1 .floor_4_y ul li h3 p {
	font-size: 16px;
	color: #fff;
	line-height: 24px;
	padding-top: 10px;
	font-weight: normal;
}
.floor_4_1 .floor_4_y ul li .ic {
	margin-left: 20px;
	float: right;
	width: 104px;
	height: 104px;
	position: relative;
}
.floor_4_1 .floor_4_y ul li .ic b {
	display: block;
	width: 104px;
	height: 104px;
	background: url(images/l10_03.png) center center no-repeat;
}
.floor_4_1 .floor_4_y ul li .ic i {
	width: 64px;
	height: 64px;
	display: block;
	background-color: #3489F9;
	border-radius: 60px;
	position: absolute;
	left: 50%;
	margin-left: -32px;
	top: 20px;
}
.floor_4_1 .floor_4_y ul li .ic i s {
	display: block;
	width: 50px;
	height: 50px;
	background-position: 0px 0px;
	margin: 0 auto;
	margin-top: 10px;
}
.floor_4_1 .floor_4_y ul li.l2 .ic i s {
	background-position: -46px 0px;
}
.floor_4_1 .floor_4_y ul li.l3 .ic i s {
	background-position: -94px 0px;
}
.floor_4_1 .floor_4_y ul li.l4 .ic i s {
	background-position: -148px 0px;
}
.floor_4_1 .floor_4_y ul li.l5 .ic i s {
	background-position: -196px 0px;
}
.floor_4_1 .floor_4_y ul li.l6 .ic i s {
	background-position: -249px 0px;
}
.floor_4_1 .floor_4_y ul li.l2 h3,
.floor_4_1 .floor_4_y ul li.l4 h3,
.floor_4_1 .floor_4_y ul li.l6 h3 {
	margin: 0;
	float: none;
	text-align: left;
}
.floor_4_1 .floor_4_y ul li.l2 .ic,
.floor_4_1 .floor_4_y ul li.l4 .ic,
.floor_4_1 .floor_4_y ul li.l6 .ic {
	margin-right: 20px;
	float: left;
}
.floor_4_1 .floor_4_y ul li.l1 {
	left: 5%;
	top: 0;
}
.floor_4_1 .floor_4_y ul li.l2 {
	right: 5%;
	top: 0;
}
.floor_4_1 .floor_4_y ul li.l3 {
	width: 26%;
	left: 0px;
	top: 206px;
}
.floor_4_1 .floor_4_y ul li.l4 {
	width: 26%;
	right: 0px;
	top: 206px;
}
.floor_4_1 .floor_4_y ul li.l5 {
	left: 5%;
	top: 410px;
}
.floor_4_1 .floor_4_y ul li.l6 {
	right: 5%;
	top: 410px;
}

@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-webkit-keyframes rotate1 {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotate1 {
  0% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotate1s {
  0% {
    -webkit-transform: rotate(-0deg);
    transform: rotate(-0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotate1s {
  0% {
    -webkit-transform: rotate(-0deg);
    transform: rotate(-0deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotates {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-0deg);
    transform: rotate(-0deg);
  }
}
@keyframes rotates {
  0% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
  50% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  100% {
    -webkit-transform: rotate(-0deg);
    transform: rotate(-0deg);
  }
}

.index6 {
	padding: 80px 0 20px;
}

.index6 li {
	position: relative;
	float: left;
	width: 16.6%;
	text-align: center;
	padding: 54px 20px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	box-sizing: border-box;
}

.index6 li:hover {
		background-color: #0089f2;
}

.index6 li .pic {
	position: relative;
	display: inline-block;
	width: 101px;
	height: 101px;
	border: 1px solid #e8e8e8;
	font-size: 0;
	height: 101px;
	border-radius: 15px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-align: center;
}

.index6 li .pic i {
	display: inline-block;
	width: 101px;
	height: 101px;
	line-height: 101px;
	color: #1488F5;
	font-size: 50px;
}

.index6 li:hover .pic {
	-webkit-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	-o-transform: translateY(-10px);
	transform: translateY(-10px);
}

.index6 li:hover .pic i {
	color: #fff;
}

.index6 li .tit {
	position: relative;
	font-size: 24px;
	color: #333;
	margin-bottom: 15px;
	margin-top: 15px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	font-weight: 500;
}

.index6 li.on .tit,
.index6 li.on .des, 
.index6 li:hover .tit,
.index6 li:hover .des,
.index6 li:hover .des a {
	color: #fff;
}

.index6 li .des {
	position: relative;
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 100;
	color: #999;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	text-align: center;
}

.index6 li .more {
	position: relative;
	border-radius: 40px;
	border: 1px solid #e8e8e8;
	width: 100px;
	line-height: 34px;
	height: 36px;
	margin: 0 auto;
	display: block;
	font-size: 13px;
	color: #1b2229
}

.index6 li.on .more,
.index6 li:hover .more {
	color: #fff;
	border-color: #fff;
}

.index6 li.on .more:hover,
.index6 li:hover .more:hover {
	background: #fff;
	color: #0089f2;
}

.index7 {
	padding: 70px 0;
	background: url(images/news_bg.jpg) no-repeat center center;
	background-size: cover;
}

.news_left {
	margin-right: 30px;
	width: 300px;
	height: 600px;
	float: left;
	color: #0090FF;
}

.news_left h2 {
	padding-top: 135px;
	font-weight: normal;
	font-size: 38px;
	padding-left: 120px;
}

.news_left p {
	font-size: 32px;
	font-family: Impact;
	text-transform: uppercase;
	padding-left: 20px;
	margin-top: 30px;
}

.news_left a {
	display: block;
	width: 160px;
	height: 40px;
	line-height: 40px;
	border-radius: 50px;
	text-align: center;
	margin-top: 50px;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff;
	margin-left: 110px;
	background: #0090FF;
	border: 1px solid #0090FF;
}

.news_left a:hover {
	background: #fff;
	color: #0090FF;
}

.newsRight {
	overflow: hidden;
}

.newsRight dl {
	padding: 20px;
	background: #fff;
	margin-bottom: 20px;
	margin: 30px 10px;
	box-shadow: 0 0 3px rgba(0,0,0,.1);
}

.newsRight dl dd {
	padding: 0 0 10px 200px;
	margin-left: 30px;
}

.newsRight dl dd a h4 {
	height: 40px;
	line-height: 40px;
	font-size: 20px;
	color: #262626;
	overflow: hidden;
}

.newsRight dl dd a span {
	overflow: hidden;
	display: block;
	font-size: 16px;
	color: #797979;
	line-height: 24px;
}

.newsRight dl dd a em {
	margin-top: 5px;
	display: block;
	color: #797979;
	font-size: 15px;
}

.newsRight dl:hover h4 {
	color: #fff
}

.newsRight dl:hover span {
	color: #fff
}

.newsRight dl:hover  dd a em {
	color: #fff
}

.newsRight dl:hover {
	background: #0076DE
}

.newsRight img {
	width: 200px;
	height: auto !important;
	float: left
}


/* neiye */
#nyba {
	height: 500px;
	position: relative;
	overflow: hidden;
	background-color: rgba(0,0,0,0.3);
	background-image: url(images/neibanner.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 5;
}
.fade_text {
	text-transform: uppercase;
	margin-top: 10%;
	text-align: center;
	font-size: 0;
}
.fade_text span {
	color: #fff;
	display: inline-block;
}
.fade_text .cn {
	height: 95px;
	line-height: 95px;
	overflow: hidden;
}
.fade_text .cn span {
	font-size: 72px;
}
.fade_text .en {
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	overflow: hidden;
}
.fade_text .line {
	width: 80px;
	height: 3px;
	background-color: #fff;
	margin: 20px auto;
}
.arrow_down {
	position: absolute;
	left: 50%;
	margin-left: -4px;
	bottom: 20px;
	overflow: hidden;
	width: 8px;
}
.arrow_down .line {
	display: block;
	width: 1px;
	height: 40px;
	margin: 0 3px;
	background: #fff;
}
.arrow_down .aw {
	display: block;
	width: 100%;
	height: 5px;
	margin-top: 3px;
	background: url(images/aw.png) no-repeat;
}
.arrow_down .lg {
	-webkit-animation: long 1.5s linear alternate infinite;
	animation: long 1.5s linear alternate infinite;
}

.gaid {
	margin-bottom: 60px;
	background: #F5F5F5;
}

.gaid .sub {
	margin: 0 auto;
	padding: 15px 0;
	width: 90%;
	font-size: 16px;
	min-width: 1200px;
}

.gaid i {
	color: #d40000;
}

.neiyejieshao {
	margin-bottom: 60px;
}

.neiyejieshao .left {
	width: 53%;
	float: left;
}

.neiyejieshao .left h2 {
	color: #333;
	font-size: 30px;
}

.neiyejieshao .left h2 span {
	color: #0090FF;
}

.neiyejieshao .left p {
	margin-bottom: 15px;
	color: #333;
	font-size: 16px;
	text-indent: 2em;
}

.neiyejieshao .left .name {
	margin-bottom: 30px;
	padding-bottom: 15px;
	color: #333;
	font-size: 35px;
	font-weight: bold;
	border-bottom: 1px dotted #ccc;
	text-indent: 0;
}

.neiyejieshao .right {
	width: 45%;
	float: right;
}

.neiyejieshao .right img {
	width: 100%;
}


.qiyewenhua {
	padding: 60px 0;
	background: #F5F5F5;
}

.qiyewenhua ul {
	display: flex;
	justify-content: space-between;
	margin: 0 auto ;
	width: 90%;
	min-width: 1200px;
}

.qiyewenhua li {
	width: 23%;
	height: 15rem;
	border: 1px solid #fff;
	border-radius: 1.5rem;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	transition: ease-out .5s;
}

.qiyewenhua li.active {
	width: 31.25%;
}

.qiyewenhua li .about3_li2 {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	padding-bottom: .2rem;
	transition: ease-out .36s;
	box-sizing: border-box;
}

.qiyewenhua li .about3_li2 img {
	width: 2.5rem;
	margin-bottom: .6rem;
}

.qiyewenhua li .about3_li2 {
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 2.1rem 2rem;
	transition: ease-out .5s;
}

.qiyewenhua li .about3_li2>img {
	width: 1.8rem;
}

.qiyewenhua li .about3_li2 div {
	font-size: 1.8rem;
	color: #2D6FAC;
	margin-top: 1rem;
}

.qiyewenhua li .about3_li2 p {
	font-size: 1.2rem;
	line-height: 1.42;
	color: #333;
	margin-top: .8rem;
}

.qiyewenhua li .about3_li2 i {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60px;
}

.qiyewenhua li .about3_li2 i img {
	width: 100%;
}

.neidaohang {
	margin-bottom: 30px;
}

.neidaohang li {
	margin: 0 0.5%;
	width: 11.5%;
	float: left;
}

.neidaohang li a {
	padding: 10px 0;
	display: block;
	font-size: 16px;
	color: #333;
	text-align:center;
	border: 1px solid #ccc;
	background: url(images/subico.png) no-repeat 95% center;
	transition: ease-in-out 300ms;
}

.neidaohang li a:hover {
	color: #fff;
	background-color: #FF7701;
}

.xiangqing {
	margin-bottom: 50px;
}
	
.xiangqing .left {
	padding: 10px;
	width: 48%;
	float:left;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.xiangqing .left img {
	width: 100%;
	height: auto !important;
}

.xiangqing .right {
	padding-top: 30px;
	width: 48%;
	float: right;
}

.xiangqing .right .title {
	margin-bottom: 20px;
	color: #333;
	font-size: 32px;
	font-weight: bold;
}

.xiangqing .right .tt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #666;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
}

.xiangqing .right .btn {
}

.xiangqing .right .btn li {
	margin: 0 20px 0 0;
	display: inline;
}

.xiangqing .right .btn li a {
	padding: 10px 0;
	width: 150px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #FF7701;
}

.xiangqing .right .tel {
	margin: 30px 0 50px;
	color: #666;
	font-size: 16px;
}

.xiangqing .right .tel span {
	padding-left: 35px;
	display: block;
	color: #d40000;
	font-size: 35px;
	font-weight: bold;
	background: url(images/tel_icon.png) no-repeat left center;
	background-size: 30px 30px;
}

.erxiangqing  {
	margin-bottom: 80px;
}

.erxiangqing .title{
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
}

.erxiangqing .title span {
	padding: 10px 0;
	display: block;
	width: 150px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #FF7701;
}

.erxiangqing .info {
	color: #333;
	font-size: 16px;
}

.erxiangqing .info img {
	margin: 0 auto 20px;
	display: block;
	max-width: 100%;
}

.erxiangqing .info video {
	margin: 0 auto 20px;
	display: block;
	width: 600px;
	height: 450px;
}

.compagelist {
	padding: 10px;
	margin-top: 40px;
	display: flex;
	background: #F5F5F5;
	justify-content: space-between;
}

.compagelist li {
	max-width: 49%;
	font-size: 18px;
	color: rgba(153, 153, 153, 1);
}

.compagelist a {
	color: rgba(153, 153, 153, 1);
}

.compagelist a:hover {
	color: rgba(212, 48, 48, 1);
}

.listnews li:not(:last-child) {
	border-bottom: 1px solid rgba(227, 227, 227, 1);
}

.listnews a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
}

.listnews .photo {
	width: 33%;
}

.listnews .photo img {
	width: 100%;
	height: auto !important;
}

.listnews .txtbox {
	width: 64%;
	position: relative;
}

.listnews .time {
	font-size: 20px;
	margin-bottom: 10px;
}

.listnews .link {
	padding-right: 42px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: rgba(102, 102, 102, 1);
	background: url(images/img27.png) no-repeat right center;
	background-size: 36px auto;
}

.listnews h3 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 10px;
}

.listnews p {
	font-size: 18px;
	color: rgba(153, 153, 153, 1);
}

.listnews a:hover h3 {
	color: rgba(24, 102, 180, 1);
}

.listnews a:hover .link {
	color: rgba(24, 102, 180, 1);
	background: url(images/img28.png) no-repeat right center;
	background-size: 36px auto;
}

.conysd {
	margin: 60px auto 80px;
	width: 90%;
	min-width: 1200px;
}

.contactul {
	margin-bottom: 40px;
}

.contactul li {
	padding: 40px 20px;
	width: 25%;
	height: 168px;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
}

.contactul li:nth-child(1),
.contactul li:nth-child(2) {
}
.contactul li:first-child {
	border-left: none;
}

.contactul li .icon {
	float: left;
}

.contactul li .icon img {
	width: 70px;
}

.contactul li .text {
	padding-left: 90px;
	color: #333;
	font-size: 17px;
	line-height: 1.7;
}

.map {
	width: 100%;
	height: 340px;
	border: 1px solid #ccc;
}

/*------------------------------------------------------------
	wp-pagenavi 
------------------------------------------------------------*/
.wp-pagenavi {
	margin-bottom: 60px;
	display: flex;
	justify-content: center;
	position: relative;
	font-size: 16px;
	color: #424242;
}
.wp-pagenavi span {
	padding: 5px 10px;
	border: 1px solid #666;
	border-radius: 5px;
}
.wp-pagenavi a {
	padding: 5px 10px;
	border: 1px solid #666;
	border-radius: 5px;
}
.wp-pagenavi .pages, .wp-pagenavi .first, .wp-pagenavi .last {
	margin: 0 5px;
}
.wp-pagenavi a {
	margin: 0 5px;
}
.wp-pagenavi .current {
	margin: 0 5px;
	color: #fff;
	background: #007EFE;
	border-color: #007EFE;
}
.wp-pagenavi a {
	color: #A8A8A8;
}
.wp-pagenavi a:hover {
	color: #fff;
	background: #007EFE;
	border-color: #007EFE;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
	position: absolute;
	display: flex;
	width: 100px;
	height: 32px;
	justify-content: center;
	align-items: center;
	color: #00266F;
	font-size: 16px;
	box-sizing: border-box;
	border: 1px solid #EAEAEA;
}
.wp-pagenavi .previouspostslink {
	left: 0;
	display: none;
}
.wp-pagenavi .nextpostslink {
	display: none;
	right: 0;
}
.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
	opacity: 0.7;
	color: #00266F;
}
@media all and (max-width: 1200px) {
	.wp-pagenavi {
		margin-top: 20px;
		font-size: 15px;
	}
	.wp-pagenavi span {
		padding: 5px 8px;
	}
	.wp-pagenavi a {
		padding: 5px 8px;
	}
	.wp-pagenavi .pages, .wp-pagenavi .first, .wp-pagenavi .last {
		display: none;
	}
	.wp-pagenavi a {
		margin: 0 4px;
	}
	.wp-pagenavi .current {
		margin: 0 4px;
	}
}
