@charset "utf-8";

/* CSS Document by cjy */

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
a {
	margin: 0;
	padding: 0;
	color: #333;
}

html {
	display: inline-block;
	width: 100%;
	font: "微软雅黑", Arial, Helvetica, sans-serif;
	text-align: center;
}

img {
	border: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	border: 0;
}

strong {
	font-weight: bold;
}

ul,
ol,
li,
dt,
dd {
	list-style: none;
}

em,
i {
	font-style: normal;
}

.dis-in-b {
	display: inline-block;
}

.fl {
	float: left;
	display: inline-block;
}

.fr {
	float: right;
	display: inline-block;
}

.clear {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: '.';
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/*首页头部*/

.top {
	display: inline-block;
	width: 80%;
	height: 7.2rem;
	margin: 0 auto;
	text-align: left;
}

.top a.logo {
	display: table-cell;
	float: left;
	width: 39.5rem;
	height: 7.2rem;
	background: url(../images/sy_pic_logo.png) no-repeat left center;
	background-size: cover;
}

.top .dh {
	display: inline-block;
	float: right;
	height: 7.2rem;
}

.top .dh a {
	display: inline-block;
	height: 7.2rem;
	float: left;
	width: auto;
	padding: 0 1.5rem;
	font: 2.4rem/7.2rem "微软雅黑";
	color: #333;
}

.top .dh a:hover,
.top .dh a:active,
.top .dh a.active {
	font-weight: bold;
	color: #fff;
	background-color: #e94709;
}


.content {
	display: inline-block;
	/* width: 80%; */
	width: 81%;
	margin: 0 auto;
	text-align: left;
}



/*页尾*/

#foot {
	display: block;
	text-align: center;
	margin-top: 3rem;
	background-color: #B71803;
	padding: 2rem 0;
}

#foot p {
	font: 1.6rem "微软雅黑";
	color: #fff;
	margin: auto;
}
#foot p a{
	font: 1.6rem "微软雅黑";
	color: #fff;
	margin: auto;
}


/*浮动二维码*/

.ewm {
	display: inline-block;
	position: fixed;
	right: 0;
	top: 50%;
	background-color: #d8b679;
	padding: 2rem;
	z-index: 99999;
}

.ewm img {
	width: 9.2rem;
	height: 9.2rem;
}
/* 轮播图 */
.swiper-container{
	width: 100%;
	height: 100%;
}
.swiper-pagination-bullet-active {
    background: #ff7200 !important;
}
swiper-pagination1{
	background-color: rgba(0,0,0,1);
}
@media screen and (max-width: 780px){
	.top  {
		width: 98%;
		height: 20rem;
	}
	.top a.logo{
		width: 85%;
		height: 18rem; 
	}
	.top .dh{
		float: none ;
	}
	.content {
		width: 98%;
	}
	.top .dh a{
		font: 6rem/7.2rem "微软雅黑";
	}
	#foot p{
		font: 4.4rem "微软雅黑"; 
	}
	#foot p a{
		font: 4.4rem "微软雅黑"; 
	}
	.ewm img {
		width: 16.2rem;
		height: 16.2rem;
	}
}