body,html {
	margin: 0;
	padding: 0
}

html {
	overflow-y: scroll
}

body,input {
	font-size: 14px;
	font-family: Microsoft YaHei,Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;
	-webkit-text-size-adjust: none;
	text-rendering: optimizelegibility
}

dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,select,textarea,ul {
	margin: 0;
	padding: 0;
	color: #000;
	list-style: none
}

img {
	border: none
}

button,input,select,textarea {
	outline: 0;
	resize: none
}

a:link,a:visited {
	text-decoration: none
}

.clearfix:after {
	clear: both;
	display: table;
	width: 100%;
	height: 0;
	content: ""
}

/* ::-webkit-scrollbar {
	width: 7px;
	height: 7px
}

::-webkit-scrollbar-button {
	width: 0;
	height: 0
}
 */
::-webkit-scrollbar-thumb {
	background-color: rgba(0,0,0,.23)
}

::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0,0,0,.35)
}

::-webkit-scrollbar-thumb:active {
	background-color: rgba(0,0,0,.45)
}

.x-container-full {
	position: relative;
	z-index: 2;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	width: 100%;
	max-width: 1920px;
	min-width: 1200px;
	background: #fff
}


.x-container {
	z-index: 2;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	width: 1200px;
}




.x-g {
	background-color: #eee
}

body,html {
	scroll-behavior: smooth
}

.x-con-pages-t {
	padding-top: 80px;
	padding-bottom: 55px;
	width: 100%;
	color: #000;
	text-align: center;
	font-size: 30px;
	line-height: 1;
}

.x-con-pages-t i {
	position: relative;
	display: inline-block;
	color: #7d0000;
	font-weight: 700;
	font-style: normal
}

.x-con-pages-t i:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: #7d0000;
	content: "";
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-ms-transform: translateY(10px)
}

.x-con-pages-t span {
	display: block;
	margin: 0 auto 3px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 34px;
	-webkit-transform: scaleX(.635);
	transform: scaleX(.635);
	-ms-transform: scaleX(.635)
}

.pages-swt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding-left: 30px;
	background-color: #fff;
	background-image: url(../images/xcjy/right.png);
	background-repeat: no-repeat;
	color: #462b00;
	letter-spacing: 1px;
	font-size: 24px;
	line-height: 50px;
	cursor: pointer;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-position-y: center;
	background-position-X: calc(100% - 37px);
}

.swts {
	width: 245px;
	height: 56px;
	border-radius: 28px;
	font-size: 21px;
	background-position-x: 200px
}

.box {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.tran {
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.x-container-full {
	height: 900px;
}

.x-banner {
	width: 100%;
	height: 455px;
	overflow: hidden;
	background: #000;
	background: url(../images/xcjy/1.jpg) no-repeat center 0;
}
.x-banner a{
	display: block;
	width: 100%;
	height: 455px;
}
.x-con-1 .item-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.x-con-1 .item-nav li {
	position: relative;
	margin: 0 20px;
	width: 300px;
	border: 2px solid #eee;
	color: #7d0000;
	text-align: center;
	letter-spacing: 5px;
	font-size: 28px;
	line-height: 60px;
	cursor: default;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor:pointer;
}

.x-con-1 .item-nav li.on {
	border-color: #7d0000;
	background: #7d0000;
	color: #fff
}

.x-con-1 .item-nav li.on:after {
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border-color: #7d0000 transparent transparent;
	border-style: solid;
	border-width: 15px 15px 0;
	content: "";
	-webkit-transform: translate(-50%,100%);
	transform: translate(-50%,100%);
	-ms-transform: translate(-50%,100%)
}

.x-con-1 .item-info {
	position: relative;
	margin-top: 70px;
	width: 1200px;
	height: 550px
}

.x-con-1 .item-info li {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0
}

.x-con-1 .item-info li img {
	display: block;
	margin: 0 auto;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.x-con-1 .item-info li.on {
	-webkit-animation: fadeInc1 1s forwards;
	animation: fadeInc1 1s forwards
}

.x-con-1 .item-info .t {
	padding-left: 75px;
	color: #a0a0a0;
	font-size: 24px
}

.x-con-1 .item-info .b {
	padding-top: 50px;
	text-align: center;
	font-size: 18px
}

.x-con-2 .x-con-pages-t {
	padding-top: 110px
}

.x-con-2 .x-con-pages-t span {
	-webkit-transform: scaleX(.71);
	transform: scaleX(.71);
	-ms-transform: scaleX(.71)
}

.x-con-2 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 0 85px;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.x-con-2 ul li {
	position: relative;
	overflow: hidden;
	width: 280px;
	height: 400px;
	cursor:pointer;
}

.x-con-2 ul li:hover .info {
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	-ms-transform: translateX(100%)
}

.x-con-2 ul li:nth-of-type(2n):hover .info {
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
	-ms-transform: translateX(-100%)
}

.x-con-2 ul li img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	height: 100%
}

.x-con-2 ul li:first-child .t span {
	background-position-x: 0
}

.x-con-2 ul li:nth-child(2) .t span {
	background-position-x: -70px
}

.x-con-2 ul li:nth-child(3) .t span {
	background-position-x: -140px
}

.x-con-2 ul li:nth-child(4) .t span {
	background-position-x: -210px
}

.x-con-2 ul .line {
	position: absolute;
	top: 9px;
	left: 9px;
	z-index: 2;
	width: 260px;
	height: 380px;
	border: 1px solid #fff
}

.x-con-2 ul .info {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	padding-top: 60px;
	width: 100%;
	height: 100%;
	background: #7d0000;
	opacity: .9;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out
}

.x-con-2 ul .info:after {
	position: absolute;
	bottom: 9px;
	left: 8px;
	width: 264px;
	height: 1px;
	background: #fff;
	content: ""
}

.x-con-2 ul p {
	position: relative;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 30px
}

.x-con-2 ul .t {
	letter-spacing: 3px;
	font-weight: 700;
	font-size: 30px
}

.x-con-2 ul .t span {
	display: block;
	margin: 0 auto;
	width: 70px;
	height: 90px;
	background: url(../images/xcjy/c2-i.a214e8f.png) no-repeat 0 0;
}

.x-con-2 ul .t i {
	position: absolute;
	bottom: -2px;
	left: 50%;
	z-index: -1;
	display: block;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 5px;
	font-weight: 400;
	font-style: normal;
	font-size: 24px;
	font-family: Impact,Haettenschweiler,Arial Narrow Bold,sans-serif;
	line-height: 1;
	opacity: .1;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-ms-transform: translateX(-50%)
}

.x-con-2 ul .b {
	padding: 20px 10px 0
}

.x-con-2 .pages-swt {
	width: 318px;
	border: 1px solid;
	background-color: transparent;
	color: #000;
	background-position-x: 255px
}

.x-con-3 {
	background: #fafafa;
	position: relative;
}

.x-con-3 .x-con-pages-t {
	padding-top: 100px;
	text-align: left
}

.x-con-3 .x-con-pages-t span {
	-webkit-transform: scaleX(.64);
	transform: scaleX(.64);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-ms-transform: scaleX(.64)
}

.x-con-4 .x-con-pages-t {
	padding-top: 85px
}

.x-con-4 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 10px;
	width: 1200px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.x-con-4 ul li img {
	display: block;
	width: 100%;
	cursor:pointer;
}

.x-con-4 ul li p {
	height: 44px;
	text-align: center;
	font-size: 18px;
	line-height: 40px
}

.x-con-4 ul li:nth-of-type(2) {
	width: 285px
}

.x-con-4 ul li:first-of-type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 895px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.x-con-4 ul li .img {
	position: relative;
	overflow: hidden
}

.x-con-4 ul li .img img {
	position: relative;
	z-index: 1
}

.x-con-5 .x-con-pages-t span {
	-webkit-transform: scaleX(.675);
	transform: scaleX(.675);
	-ms-transform: scaleX(.675)
}

.x-con-5 ul {
	padding-top: 10px;
	width: 1200px
}

.x-con-5 ul,.x-con-5 ul li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.x-con-5 ul li {
	width: 590px;
	height: 620px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-line-pack: justify;
	align-content: space-between
}

.x-con-5 ul li img {
	display: block;
	width: 100%
}

.x-con-5 ul li .info {
	position: relative;
	overflow: hidden
}

.x-con-5 ul li .info img {
	position: relative;
	z-index: 1
}

.x-con-5 ul li .info p {
	position: absolute;
	bottom: 14px;
	left: 15px;
	z-index: 2;
	display: block;
	padding-bottom: 25px;
	width: 100%;
	color: #fff;
	letter-spacing: 8px;
	font-size: 14px;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out
}

.x-con-5 ul li .info p:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 20px;
	height: 4px;
	background: #fff;
	content: ""
}

.x-con-5 ul li .info p span {
	display: block;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	letter-spacing: 0;
	font-size: 32px;
	opacity: .4;
	-webkit-transform: scaleX(.66);
	transform: scaleX(.66);
	-webkit-transform-origin: 0 center;
	transform-origin: 0 center;
	-ms-transform-origin: 0 center;
	-ms-transform: scaleX(.66)
}

.x-con-5 ul li:nth-of-type(2) .info:nth-of-type(2),.x-con-5 ul li:nth-of-type(2) .info:nth-of-type(3) {
	width: 285px
}

.x-con-5 ul li .text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: #7d0000;
	color: #fff;
	font-size: 28px;
	cursor: pointer;
	-ms-flex-line-pack: center;
	align-content: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.x-con-5 ul li .text span {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 24px
}

.x-con-5 ul li .text span,.x-con-6 .x-con-pages-t span {
	-webkit-transform: scaleX(.66);
	transform: scaleX(.66);
	-ms-transform: scaleX(.66)
}

.x-con-6 ul {
	position: relative;
	z-index: 1;
	height: 615px
}

.x-con-6 li {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 620px;
	opacity: 0
}

.x-con-6 li img {
	opacity: 0;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.x-con-6 li.on {
	opacity: 1
}

.x-con-6 li.on img {
	opacity: 1;
	-webkit-transition: opacity .2s .5s,-webkit-transform .5s .5s;
	-o-transition: opacity .2s .5s,transform .5s .5s;
	transition: opacity .2s .5s,-webkit-transform .5s .5s;
	transition: opacity .2s .5s,transform .5s .5s;
	transition: opacity .2s .5s,transform .5s .5s,-webkit-transform .5s .5s;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s
}

.x-con-6 li.on .l img,.x-con-6 li.on .r img {
	-webkit-transform: translate(0);
	transform: translate(0);
	-ms-transform: translate(0)
}

.x-con-6 li.on .x-bg {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	-ms-transform: scaleY(1)
}

.x-con-6 li .l {
	position: absolute;
	bottom: 0;
	left: 70px;
	z-index: 2;
	width: 600px;
	height: 360px;
	background: #fff;
}

.x-con-6 li .l img {
	position: absolute;
	bottom: 15px;
	left: 50px;
	z-index: 2;
	-webkit-transform: translateX(20px);
	transform: translateX(20px);
	-ms-transform: translateX(20px)
}

.x-con-6 li .x-bg {
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 1;
	width: 600px;
	height: 395px;
	background: #7d0000;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	-webkit-transform: scaleY(.7);
	transform: scaleY(.7);
	-webkit-transform-origin: center bottom;
	transform-origin: center bottom;
	-ms-transform: scaleY(.7);
	-ms-transform-origin: center bottom
}

.x-con-6 li .r {
	position: absolute;
	right: 0;
	bottom: 180px;
	z-index: 1;
	padding: 43px 0 0 150px;
	box-sizing: border-box;
	width: 650px;
	height: 360px;
	background: #fff
}

.x-con-6 li .r img {
	-webkit-transform: translateX(-20px);
	transform: translateX(-20px);
	-ms-transform: translateX(-20px)
}

.x-con-6 li:nth-of-type(2) .l img {
	left: 15px
}

.x-con-6 .x-control-btn {
	position: absolute;
	bottom: 150px;
	left: 50%;
	z-index: 2;
	margin-left: -600px;
	width: 148px;
	height: 60px;
	background: url(../images/xcjy/left.png) no-repeat 50% #fff;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor:pointer;
}

.x-con-6 .x-control-btn:hover {
	-webkit-box-shadow: 6px 8px 15px #7d0000;
	box-shadow: 6px 8px 15px #7d0000;
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
	-ms-transform: translateY(-5px)
}

.x-con-7 .x-con-pages-t {
	padding-top: 120px
}

.x-con-7 .x-con-pages-t span {
	-webkit-transform: scaleX(.57);
	transform: scaleX(.57);
	-ms-transform: scaleX(.57)
}

.x-con-7 img {
	display: block;
	margin: 60px auto;
}

.x-con-8 .x-con-pages-t {
	padding-top: 80px;
}

.x-con-8 ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 45px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.x-con-8 ul li {
	padding-top: 267px;
	box-sizing: border-box;
	width: 290px;
	height: 367px;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out
}

.x-con-8 ul li:first-of-type {
	background: url(../images/xcjy/c8-1.57adf1f.jpg) no-repeat 0 0 #fff;
}

.x-con-8 ul li:nth-of-type(2) {
	background: url(../images/xcjy/c8-2.c2355a8.jpg) no-repeat 0 0 #fff;
}

.x-con-8 ul li:nth-of-type(3) {
	background: url(../images/xcjy/c8-3.0e58c22.jpg) no-repeat 0 0 #fff;
}

.x-con-8 ul li:nth-of-type(4) {
	background: url(../images/xcjy/c8-4.330bc55.jpg) no-repeat 0 0 #fff;
}

.x-con-8 ul li a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 20px;
	width: 100%;
	height: 100px;
	color: #898989;
	font-size: 18px;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.x-con-8 ul li a span {
	padding-bottom: 5px;
	width: 100%;
	color: #000;
	font-size: 24px
}

.x-con-8 ul li a:after {
	position: absolute;
	top: 23px;
	right: 20px;
	width: 32px;
	height: 54px;
	background: url(../images/xcjy/video.png) no-repeat 50% #7d0000;
	content: '';
}

.x-con-8 ul:hover li:not(:hover) {
	opacity: .7;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-ms-transform: translateY(10px)
}


.x-con-9 .x-con-pages-t span {
	-webkit-transform: scaleX(.56);
	transform: scaleX(.56);
	-ms-transform: scaleX(.56)
}

.x-con-9 .wrap {
	padding: 45px 0;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.x-con-9 .wrap,.x-con-9 .wrap a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.x-con-9 .wrap a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 12px 0;
	width: 385px;
	height: 120px;
	cursor: pointer;
	-webkit-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out
}

 .x-con-9 .wrap a:first-of-type .t {
	background: url(../images/xcjy/resolve_bg.png) no-repeat 0 0 #fff;
}

.x-con-9 .wrap a:nth-of-type(2) .t {
	background: url(../images/xcjy/resolve_bg.png) no-repeat 0 -80px #fff;
}

.x-con-9 .wrap a:nth-of-type(3) .t {
	background: url(../images/xcjy/resolve_bg.png) no-repeat 0 -160px #fff;
}

.x-con-9 .wrap a:nth-of-type(4) .t {
	background: url(../images/xcjy/resolve_bg.png) no-repeat 0 -240px #fff;
}

.x-con-9 .wrap a:nth-of-type(5) .t {
	background: url(../images/xcjy/resolve_bg.png) no-repeat 0 -320px #fff;
}

.x-con-9 .wrap a:nth-of-type(6) .t {
	background: url(../images/xcjy/resolve_bg.png) no-repeat 0 -400px #fff;
} 

.x-con-9 .wrap a:hover {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	-ms-transform: translateY(-10px)
}

.x-con-9 .wrap a span {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #7d0000
}

.x-con-9 .wrap a .t {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 3px;
	padding-left: 70px;
	height: 90px;
	color: #000;
	font-size: 20px;
	-ms-flex-line-pack: center;
	align-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.x-con-9 .wrap a .t i {
	padding-top: 6px;
	width: 100%;
	color: #a0a0a0;
	text-transform: uppercase;
	font-weight: 400;
	font-style: normal;
	font-size: 10px
}

.x-con-9 .wrap a .b {
	padding-left: 210px;
	height: 30px;
	background: url(../images/xcjy/video.png) no-repeat 335px #7d0000;
	background-size: 8px;
	color: #fff;
	font-size: 16px;
	line-height: 26px
}

@-webkit-keyframes fadeInc1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInc1 {
	0% {
		opacity: 0;
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}

	to {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.send_con {
	display: flex;
	justify-content: space-between;
	cursor:pointer;
}

.send_con ul {
	position: relative;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%
}

.send_con ul li {
	position: absolute;
	display: flex;
	width: 275px;
	cursor: pointer;
	align-items: center
}

.send_con ul li i {
	display: block;
	width: 25px;
	height: 6px;
	background-color: #7d0000;
	opacity: 0
}

.send_con ul li span {
	margin: 0 10px 0 15px;
	color: #7d7d7d;
	font-size: 51px;
	transition: all .2s ease-in-out
}

.send_con ul li h1 {
	color: #7d7d7d;
	font-weight: 400;
	font-size: 24px
}

.send_con ul li:hover h1 {
	color: #7d0000;
	font-size: 32px
}

.send_con ul li:hover span {
	color: #7d0000;
	font-size: 68px
}

.send_con ul li:hover p {
	color: #7d0000;
	font-size: 12px
}

.send_con ul li:hover i {
	opacity: 1
}

.send_con ul li P {
	color: #7d7d7d;
	font-size: 9px
}

.send_con ul li div {
	text-align: center
}

.send_con ul li:nth-child(1) {
	top: 0;
	left: 0
}

.send_con ul li:nth-child(2) {
	top: 97px;
	left: 128px
}

.send_con ul li:nth-child(3) {
	top: 194px;
	left: 201px
}

.send_con ul li:nth-child(4) {
	top: 291px;
	left: 252px
}

.send_con ul li:nth-child(5) {
	top: 388px;
	left: 201px
}

.send_con ul li:nth-child(6) {
	top: 485px;
	left: 88px
}

.send_con ul li:nth-child(7) {
	top: 582px;
	left: 0
}
/* 课程模块标题 */
.x-con-pages-title{
	width: 650px;
	position: absolute;
	z-index: 10;
}
.x-container-course{
	margin: 85px auto;
}
/* 浏览模块高度 */
.browse{
	height: 700px;
}