* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-size: 14px;
    color: #333333;
    font-family: "Microsoft Yahei";
    background: url(../images/bg.jpg) no-repeat center top;
}

.top {
    width: 100%;
    height: 540px;
}

.main {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.video-box {
    width: 1000px;
    height: auto;
    overflow: hidden;
}

.video-left {
    width: 535px;
    height: 380px;
    float: left;
    position: relative;
}

.vi-tit {
    width: 250px;
    height: 42px;
    z-index: 99;
    padding: 0 10px;
    line-height: 42px;
    background: url(../images/tit-1.png) no-repeat center left;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}

.vi-box {
    width: 525px;
    height: 350px;
    border: 5px solid #5586e9;
    position: relative;
    left: 0;
    top: 20px;
}

.vi-box span {
    width: 147px;
    height: 147px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -73.5px;
    margin-top: -73.5px;
    background: url(../images/video.png) no-repeat center center;
}

.active-box {
    width: 440px;
    height: 380px;
    float: right;
    position: relative;
}

.active-box ul {
    width: 296px;
    height: 42px;
    position: absolute;
    left: 130px;
    top: 0;
    z-index: 99;
}

.active-box ul li {
    float: left;
    background: url(../images/tit-3.png) no-repeat center center;
    width: 148px;
    height: 42px;
    line-height: 42px;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    cursor: pointer;
}

.active-box ul li.on {
    background: url(../images/tit-2.png) no-repeat center center;
}

.js-box {
    position: absolute;
    width: 440px;
    height: 360px;
    left: 0;
    top: 20px;
    border: 5px solid #5586e9;
    padding: 20px 10px;
    box-sizing: border-box;
    line-height: 28px;
    z-index: 10;
    display: none;

}

.js-jp{
    overflow-y: scroll;
}

.js-show {
    display: block;
}

.js-box span {
    color: #5586e9;
}

.js-box a {
    display: block;
    width: 200px;
    height: 50px;
    background: #5586e9;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin: 0 auto;
}

.fl-box {
    width: 1000px;
    height: auto;
    overflow: hidden;
    margin-top: 10px;
}

.flash {
    float: left;
    width: 525px;
    height: 350px;
    border: 5px solid #5586e9;
}

.out-img {
    position: relative;
    width: 525px;
    height: 350px;
    overflow: hidden;
}

.out-img .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}

.out-img .img li {
    float: left;
    position: relative;
}

.out-img .img li img {
    display: block;
}

.out-img .img li p {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    text-indent: 10px;
    line-height: 40px;
    font-size: 16px;
}

.out-img .num {
    width: 100%;
    position: absolute;
    text-align: right;
    left: 0;
    bottom: 10px;
    font-size: 0;
}

.out-img .num li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 3px;
    display: inline-block;
    cursor: pointer;
}

.out-img .num li.on {
    background-color: #6d6a68;
}

.out-img .btn {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    font-family: "宋体";
    text-align: center;
    cursor: pointer;
    display: none;
}

.out-img:hover .btn {
    display: block;
}

.out-img .btn-l {
    left: 0;
}

.out-img .btn-r {
    right: 0;
}

.news {
	float: right;
    width: 440px;
    height: 360px;
    border: 5px solid #5586e9;
    padding: 10px;
    box-sizing: border-box;
}

.news h2{
	font-size: 18px;
	font-weight: bold;
	color: #5586e9;
	text-align: center;
	line-height: 40px;
}

.news p{
	line-height: 26px;
	margin-bottom: 10px;
}

.news p a{
	color: #5586e9;
}

.news ul li{
	width: 100%;
	height: 28px;
	line-height: 28px;
	overflow: hidden;
	background: url(../images/icon.jpg) no-repeat center left;
	text-indent: 10px;
}

.news ul li a{
	color: #666666;
}

.news ul li a:hover{
	color: #5586e9;
}

.tit{
	width: 1000px;
	height: 80px;
	background: url(../images/tit-4.png) no-repeat center center;
	font-size: 36px;
	font-weight: bold;
	color: #5586e9;
	text-align: center;
	line-height: 45px;
	position: relative;
}

.tit span{
	position: absolute;
	display: block;
	width: 225px;
	height: 40px;
	line-height: 30px;
	left: 387px;
	top: 40px;
	font-size: 16px;
	text-align: center;
}

.zi-box{
	width: 1000px;
	height: auto;
	overflow: hidden;
}

.yy-left{
	float: left;
	width: 500px;
	height: 364px;
	background: url(../images/bg-1.png) no-repeat center center;
	line-height: 28px;
	padding:20px;
	box-sizing: border-box;
}

.yy-left img{
	float: left;
	margin-right: 20px;
}

.yy-left a{
	color: #5586e9;
}

.yy-right{
	float: right;
	width: 430px;
	height: 365px;
	overflow: hidden;
}

.yy-one{
	position: relative;
	width: 430px;
	height: 185px;
	background: url(../images/bg-2.png) no-repeat center right;
}

.yy-one .yy-img{
	width: 185px;
	height: 185px;
	border: 2px solid  #5586e9;
	box-sizing: border-box;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.yy-one .yy-tit{
	position: absolute;
	left: 170px;
	top: 12px;
	width: 90px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 16px;
}

.yy-one p{
	position: absolute;
	left: 195px;
	top: 54px;
	width: 210px;
	height: 112px;
	line-height: 24px;
	overflow:hidden;
}

.yy-one p a{
	color: #333333;
}

.yy-one p a:hover{
	color: #5586e9;
}

.yy-two{
	position: relative;
	width: 430px;
	height: 185px;
	background: url(../images/bg-3.png) no-repeat center left;
}

.yy-two .yy-img{
	width: 185px;
	height: 185px;
	border: 2px solid  #5586e9;
	box-sizing: border-box;
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
}

.yy-two .yy-tit{
	position: absolute;
	right: 150px;
	top: 12px;
	width: 90px;
	height: 30px;
	line-height: 30px;
	color: #ffffff;
	font-size: 16px;
}

.yy-two p{
	position: absolute;
	right: 195px;
	top: 54px;
	width: 210px;
	height: 112px;
	line-height: 24px;
	overflow:hidden;
}

.yy-two p a{
	color: #333333;
}

.yy-two p a:hover{
	color: #5586e9;
}



.poster-main {
    position: relative;
    width: 800px;
    height: 270px;
}

.poster-main a,
.poster-main img {
    display: block;
}

.poster-main .poster-list {
    width: 800px;
    height: 270px;
}

.poster-main .poster-list .poster-item {
    position: absolute;
    left: 0;
    top: 0;
}

.poster-main .poster-btn {
    position: absolute;
    top: 0;
    width: 100px;
    height: 270px;
    z-index: 10;
    cursor: pointer;
    opacity: 0.8
}

.poster-main .poster-prev-btn {
    left: 0;
    background: url(../images/btn_l.png) no-repeat center center;
}

.poster-main .poster-next-btn {
    right: 0;
    background: url(../images/btn_r.png) no-repeat center center;
}

.jz-box{
	width: 1000px;
	height: auto;
	overflow: hidden;
    margin-bottom: 20px;
}

.jz-tit{
    width: 142px;
    height: 42px;
    background: url(../images/tit-5.png) no-repeat center left;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    line-height: 42px;
}

.jz-nr{
    width: 1000px;
    height: 340px;
    border: 2px solid #5586e9;
    box-sizing: border-box;
    padding:20px;
}


.jz-nr img{
    float: left;
}

.jz-nr .cx-cs{
    width: 540px;
    height: 300px;
    float: right;
}

.cx-tit{
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    text-align: center;
}

.jz-nr table{
    width: 100%;
    border: 1px solid #999999;
     border-collapse: collapse;
}

.jz-nr table td{
    border: 1px solid #999999;
    border-collapse: collapse;
    padding: 0 5px;
    box-sizing: border-box;
    line-height: 30px;
    text-align: center;
}

.jz-nr ul{
    width: 100%;
    height: 163px;
    margin-top: 10px;
    overflow: hidden;
}

.jz-nr ul li{
    float: left;
    text-align: center;
    overflow: hidden;
    width: 200px;
    height: 163px;
    margin: 0 35px;
}

.jz-nr ul li  p{
    line-height: 30px;
}

.jz-nr ul li a{
    width: 200px;
    height: 133px;
    display: block;
    position: relative;
}

.jz-nr ul li a span{
    position: absolute;
    left: 0;
    top: 0;
    width: 82px;
    height: 26px;
    background: url(../images/ppcx.png) no-repeat center left;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 26px;
}
.con-rel {
    width: 320px;
    height: auto;
    overflow: hidden;
    float: left;
    border: 2px solid #5586e9;
    box-sizing: border-box;
}

.con-rel-tit {
    width: 300px;
    margin: 0 auto;
    height: 49px;
    line-height: 49px;
    border-bottom: 1px solid #5586e9;
    font-size: 18px;
    font-weight: bold;
    color: #5586e9;
}

.rel-box {
    width: 300px;
    height: 357px;
    overflow: hidden;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 20px;
}

.rel-box ul li {
    width: 100%;
    height: 28px;
    line-height: 28px;
    background: url(../images/icon.jpg) no-repeat center left;
    text-indent: 10px;
}

.rel-box ul li a {
    color: #666666;
}

.rel-box>a {
    display: block;
    margin-top: 20px;
}

.rel-box p {
    width: 280px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}

.rel-box a p {
    color: #333333;
}

.rel-box a img {
    display: block;
    margin: 0 auto;
}

.ewm{
    width: 400px;
    height: 400px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -200px;
    margin-top: -200px;
    z-index: 99999;
    display: none;
}

.mask{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    display: none;
}







