* {
	padding: 0px;
	margin: 0px;
}

body,
html {
	width: 100%;
	max-width: 1920px;
	font: 12px Microsoft YaHei, Arial, sans-serif;
	margin: 0px auto;
	position: relative;
	min-width: 1260px;
}

a {
	text-decoration: none !important;
}

ol,
ul {
	margin: 0px;
}

ul li {
	list-style: none;
}

img {
	border: none;
}

p {
	margin: 0px;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

.ell {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.width1200 {
	width: 1200px;
	margin: 0px auto;
	position: relative;
}
.top{
	position: relative;
}
.top img {
	display: block;
	width: 100%;
}

.a_box a{
	display: block;
	width:120px;
	height:60px;
	position: absolute;
}
.a_box a.n1{
	bottom: 34%;
    left: 24%;
}
.a_box a.n2{
	    bottom: 26%;
    left: 31%;
    width:180px;
}
.a_box a.n3{
	bottom: 19%;
    left: 46%;
}
.a_box a.n4{
	 bottom: 14%;
    left: 57%;
}
.a_box a.n5{
	bottom: 14%;
    left: 67%;
}
.title {
	margin-bottom: 43px;
}

.title img {
	display: block;
	width: 1200px;
}

.dt {
	
	margin-bottom: 30px;
}
.bg_box{
	background:url(../images/bg_img.jpg) no-repeat center top;
	
}
.title2 {
	width: 232px;
	height: 55px;
	text-align: center;
	line-height: 55px;
	
	background: url(../images/t2_bg.png) no-repeat center;
	margin-top: 20px;
	margin-bottom: 30px;
}

.title2 a {
	color: white;
	font-size: 27px;
	font-weight: bold;
}



.nr_bg .left,
.nr_bg .right {
	width: 480px;
}

.nr_bg .left {
	position: relative;
	left: 30px;
}

.nr_bg .right {
	position: relative;
	right: 30px;
}

.nr_bg dl dt {
	text-align: center;
}

.nr_bg dl dt a {
	color: #0063c5;
	font-size: 24px;
	font-weight: bold;
}

.nr_bg dl dd {
	height: 51px;
	position: relative;
	overflow: hidden;
	margin: 15px 0px;
	line-height: 28px;
	text-indent: 2em;
}

.nr_bg dl dd a {
	color: black;
	font-size: 14px;
}

.nr_bg ul li {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-bottom: 10px;
	position: relative;
}

.nr_bg ul li a {
	color: black;
	font-size: 18px;
}

.nr_bg ul li:before {
	content: "";
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 6px;
	background: #94f9ff;
	top: -4px;
	margin-right: 10px;
}
.nth_2{
	border-bottom: 1px dashed #5ee9e6;
	margin-bottom:15px;
}
.dt .width1200 ul li {
	float: left;
	position: relative;
	width: 275px;
	height: 200px;
	margin-left: 33px;
}

.dt .width1200 ul li:first-child {
	margin-left: 0;
}

.dt .width1200 ul li img {
	display: block;
	width: 100%;
	height: 100%;
}

.dt .width1200 ul li p {
	position: absolute;
	bottom: 0px;
	padding: 5px 3%;
	width: 94%;
	background: rgba(0, 0, 0, 0.5);
	color: white;
	font-size: 16px;
	text-align: center;
}

.dt .width1200 ul li p a {
	color: white;
	font-size: 16px;
}



.list {
	margin-bottom: 79px;
}

.list ul li {
	float: left;
	position: relative;
	width: 284px;
	margin-left: 20px;
	margin-bottom: 25px;
}

.list ul li:nth-child(4n+1) {
	margin-left: 0px;
}

.list ul li img {
	display: block;
	width: 100%;
	height: 227px;
}

.list ul li p {
	color: #000;
	font-size: 16px;
	text-align: center;
	margin: 5px 0px;
}

.list ul li p a {
	color: #000;
	font-size: 16px;
}

.banner_list {
	background: #313131;
}

.b_box ul li {
	width: 100%;
	height: 677px;
	position: relative;
}

.b_box ul li img {
	display: block;
	width: 100%;
	height: 100%;
}

.b_box ul li p {
	position: absolute;
	bottom: 20px;
	max-width: 1090px;
	height: 50px;
	overflow: hidden;
	left: 32px;
	background: black;
	line-height: 50px;
	padding: 0 30px;
}

.b_box {
	margin-bottom: 50px;
}

.b_box ul li p a {
	color: white;
	font-size: 16px;
}

.prev,
.next {
	position: absolute;
	width:65px;
	height:126px;
	opacity: 0.8;
}
.prev {
	background:url(../images/prev.png) no-repeat center center;
	left: 20px;
	top: 50%;
	margin-top: -35px;
}

.next {
	background:url(../images/next.png) no-repeat center center;
	right: 20px;
	top: 50%;
	margin-top: -35px;
}

.t_t{
	text-align: center;
	position: absolute;
	bottom:6%;
	left:50%;
	margin-left:-600px;
}
.t_t a{
	color:#de3d00;
	font-size:38px;
	font-weight: bold;
}
