@media screen and (max-width: 1200px){
	.left,.right{
		width: 100% !important;
		height: auto !important;
	}
	.introduce .right {
		width: calc(100% - 40px) !important;
	}
	.bl .left>a, .xby .right>a{
		width: 100% !important;
		height: auto !important;
		margin-bottom: 15px;
	}
	.bl .left p, .xby .right p{
		margin: 70px 20px;
	}
	.bl .left,.xby .left {
		margin-bottom: 20px;
	}
	.guide li {
		width: calc(50% - 1px) !important;
	}
	.guide li:first-child,.guide li:nth-child(2){
		margin-bottom: 20px;
	}
	.guide li:nth-child(2){
		border: none;
	}
}
body{
	background-color: #eeeeee;
}
.banner,.banner img {
	width: 100%;
}
.introduce {
	background-color: #fff;
	overflow: hidden;
}
.introduce .left {
	width: 50%;
	float: left;
}
.introduce .right {
	width: calc(50% - 40px);
	float: right;
	padding: 20px;
}
.introduce video{
	width: 100%;
	height: 100%;
	display: block;
}
.title h2{
	/* background: url(/topicImg/dqjcs_title.png)no-repeat left center; */
	background-image: linear-gradient(60deg, #2459a9, #1bb676);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	font-size: 30px;
	margin-bottom: 9px;
}
.title img {
	vertical-align: middle;
	padding-right: 8px;
}
.introduce p {
	text-indent: 2em;
	line-height: 25px;
	color: #434343;
}
.introduce a {
	color: #134588;
	float: right;
}

.bl,.xby{
	margin-top: 25px;
	overflow: hidden;
}
.bl .title,.xby .title{
	margin-bottom: 10px;
}
.bl .left {
	width: 68%;
	height: 225px;
	float: left;
	background: url(/topicImg/dqjcs1.png)no-repeat left bottom;
	background-color: #dcedf9;
}
.bl .left>a,.xby .right>a {
	width: 30%;
	height: 225px;
	float: left;
	text-align: center;
}
.bl .left p,.xby .right p {
	margin-top: 20px;
	margin-right: 20px;
	text-indent: 2em;
	line-height: 25px;
	color: #434343;
}
.bl .left p>a,.xby .right p>a{
	float: right;
	color: #134588;
}
.bl .left img {
	width: 80%;
	margin-top: 40px;
}
.bl .right img,.xby .left img{
	width: 100%;
	height: 100%;
}
.bl .right {
	width: 30%;
	height: 225px;
	float: right;
}
/* 西班牙 */
.xby .left {
	width: 30%;
	height: 225px;
	float: left;
}
.xby .right {
	width: 68%;
	height: 225px;
	float: right;
	background: url(/topicImg/dqjcs4.png)no-repeat left bottom;
	background-color: #a1d8f5;
}
.xby .right img {
	width: 90%;
	margin-top: 40px;
}

/* 参赛指南 */
.guide {
	margin-top: 25px;
}
.guide ul {
	overflow: hidden;
	margin-top: 10px;
	padding: 15px 0;
	background-color: #fff;
	border-radius: 10px;
}
.guide li{
	width: calc(25% - 1px);
	float: left;
	border-right: 1px solid #dcdcdc;
	text-align: center;
}
.guide li:last-child{
	border: none;
}
.guide li img{
	vertical-align: middle;
	margin-right: 10px;
}
.guide a{
	font-size: 25px;
	color: #434343;
}
/*  */
.news {
	margin-top: 25px;
}
.news ul {
	overflow: hidden;
	margin-top: 10px;
	padding: 15px 30px;
	background-color: #fff;
}
.news li{
	border-bottom: #dcdcdc dotted 1px ;
	/* line-height: 35px; */
	padding: 15px 0;
}
.news li:last-child{
	border: none;
}
.news li a {
	font-size: 20px;
	color: #434343;
}
.news li span {
	float: right;
	font-size: 22px;
	color: #999;
}
/* 赛事风采 */
.lb {
	margin-top: 25px;
	position: relative;
}
.lb .swiper-container {
	height: 200px;
	margin-top: 10px;
}
.detailed {
	text-align: center;
}
.detailed img {
	width: 95%;
	height: 200px;
}
.arrow-left {
	position: absolute;
	top: 45%;
	left: 0;
	z-index: 99;
}
.arrow-right {
	position: absolute;
	top: 45%;
	right: 0;
	z-index: 99;
}
/* 联系我们 */
.ContactUs {
	margin-top: 25px;
}
.ContactUs ul{
	margin-top: 10px;
	background-color: #fff;
	padding: 20px 40px;
}
.ContactUs ul li:first-child{
	color: #134588;
	font-size: 30px;
}
.ContactUs ul li:last-child{
	color: #434343;
	font-size: 20px;
	margin-top: 20px;
}
