@charset "utf-8";

/* CSS3动画库 */
@import url("animate.css");

/* swiper */


/* 各种图标CDN */
@import url("https://cdn.bootcss.com/MaterialDesign-Webfont/2.4.85/css/materialdesignicons.min.css");
@import url("https://cdn.bootcss.com/simple-line-icons/2.4.1/css/simple-line-icons.min.css");
/* 自定义 */

body {
	font-family: microsoft yahei, simhei, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 14px;
	color: #333;
}
body {
	background:url(../images/scybg.jpg) 50% 0 no-repeat;
	font-family: microsoft yahei;
	font-size: 14px;
}
.header {
	height:500px;
	background:none;
}
.content {
	margin:0 auto;
	width:1200px;
	height:auto;
}
.p1 {
	margin-top:20px;
}
.p2 {
	margin-top:30px;
}
.p3 {
	padding: 20px 0;
	margin-bottom:20px;
	background:none;
}
.p3 .list-t li{
	width:560px;
}
/* 焦点图 */

			.focus,  .focus .pic,  .focus .pic div {
	position: relative;
	overflow: hidden;
	display: block;
	width:583px;
	height:350px;
}

.focus .pic img {
	width: 583px;
	height: 350px;
}
.dt {
	width:550px;
	margin-left:55px;
}
.focus .prev,  .focus .next {
	position: absolute;
	top: 50%;
	display: block;
	width: 50px;
	height: 50px;
	margin-top: 118px;
	line-height: 50px;
	text-align: center;
	font-size: 25px;
	cursor: pointer;
	color: #fff;
	opacity: 1;
 transition: all .3s;
}
.focus .prev {
	left: 0;
}
.focus .next {
	right: 0;
}
.focus:hover .prev,  .focus:hover .next {
	opacity: 1;
	transform: translate(0, 0);
}
.bt {
    position: absolute;
    text-align: center;
    font-size: 18px;
    display: block;
    height: 70px;
    width: 583px;
    font-weight: 700;
    margin-top: -70px;
    color: white;
    background: #00000073;
    padding-top: 12px;
}
.focus .navi {
	position: absolute;
	bottom: 10px;
	right: 42%;
	z-index: 9;
}
.focus .navi li {
    float: left;
    width: 8px;
    height: 8px;
    margin: 0 5px;
    font: 0/0 lx;
    background-color: #fff;
    color: #d50100;
    transition: all .3s;
}
.focus .navi li.on {
	background-color: #d50100;
	width:25px;
}
.title1 {
	position: relative;
	overflow: hidden;
	line-height: 50px;
	height:50px;
	background:url(../images/scytitle1.png) 50% 50% no-repeat;
}

.re{
	font-size:30px;
	font-weight:bold;
	color:#d93221;
}
.ye{
	font-size:30px;
	font-weight:bold;
	color:#e6b566;
}

.title1 a {
    float: right;
    display: block;
    width: 45px;
    height: 50px;
    line-height: 30px;
	font-size:14px;
    color: #999999;
}
.title2 {
	position: relative;
	overflow: hidden;
	line-height: 50px;
	height:55px;
	background:url(../images/scytitle2.png) 50% 50% no-repeat;
	color: #2765c3;
	font-size: 25px;
	font-weight: 700;
	text-indent: 10px;
	text-align:center;
}
.title2 a {
    float: right;
    display: block;
    width: 45px;
    height: 50px;
    line-height: 30px;
	font-size:14px;
    color: #999999;
}
.grid h3 a {
	color: #2765c3;
	font-size: 25px;
}
.grid li a {
	width:75%;
}
.p1 .b11 {
	font-size: 20px;
	border-left: 7px #36C solid;
	padding-left: 15px;
	font-weight: 700;
}
.p1 .list p {
	padding-left: 23px;
	color:#666;
	font-size:16px;
	padding-top:10px;
	padding-bottom:30px;
}
.p1 .list p a {
	display: contents;
	color:#b61010;
}
.list-t li {
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	width: 580px;
	float: left;
	margin-left: 10px;
	padding-left:30px;
}
.list-t li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    width: 5px;
    height: 5px;
    margin-top: -2px;
    background-color: #ccc;
    border-radius: 100px;
}
a:hover {
	color: #d50100;
	text-decoration: none;
}
.list-t li:hover:before {
	background-color: #d50100;
}

.ul_p3 {
	width: 1190px;
	float: left;
}
.ul_p3 li {
	width: 572px;
	float: left;
	margin-left: 18px;
	margin-right: 4px;
	font-size:19px;
}
.ul_p3 li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -14px;
	width: 6px;
	height: 6px;
	margin-top: -2px;
	background-color: #dcdcdc;
	border-radius: 100px;
}
.yw {
	width:595px;
}
.xx {
	width:595px;
}
.list-t li .date {
	color: #666;
}
.focus .page-state {
	position: absolute;
	bottom: 15px;
	right: 5px;
	font-size: 24px;
	background-color: #fff;
	padding: 10px 20px 10px 0px;
}
.gallery .prev, .gallery .next {
	position: absolute;
	top: 40%;
	display: block;
	width: 40px;
	margin-top: 30px;
	height: 70px;
	margin-top: -20px;
	cursor: pointer;
	opacity: 0;
 transition: all .3s;
	background: url(../images/scyrightBtn.png);
}
.gallery .next {
	margin-left: -30px;
	border-radius: 10px 0px 0px 10px;
	transform: translate(-10px, 0);
	left: 0px;
	background: url(../images/scyleftBtn.png);
}
.gallery .prev {
	margin-right: -10px;
	border-radius: 0px 10px 10px 0px;
	transform: translate(10px, 0);
	right: -20px;
}
.gallery:hover .prev, .gallery:hover .next {
	opacity: 1;
	transform: translate(0, 0);
}
.gallery {
	position: relative;
}
.gallery .scroll {
	margin: 0px 20px;
	overflow: hidden;
}
.gallery li {
	width: 334px;
	height: 264px;
	margin: 0px 20px;
	padding: 0px;
	overflow: hidden;
}
.gallery li a {
	display: block;
	width: 334px;
	height: 264px;
	margin: 0px;
	position: relative;
	
}
.gallery li img {
	width: 330px;
	height: 200px;
 transition: transform .3s;
    margin:1px;
	border:1px solid #ebddd4;
}
.h span{
	display:block;
	width:330px;
	height:60px;
	background:url(../images/scybt.png) 50% 50% no-repeat;
	font-size:16px;
	font-weight:700;
	text-align:center;
	padding-top:18px;
}
.navs {
    width: 1200px;
    height: 50px;
    margin: auto;
	margin-top:10px;
}
.navs .fh {
    float: right;
    display: block;
    height: 60px;
    width: 210px;
    background: #fff url(../images/scyfh.png) 100% no-repeat;
}
