/* CSS Document */
body{
	margin:0;
	padding:0;
	background: #e8e8e8;
}
*{
	font-family: '微软雅黑', '黑体','宋体';
}
a{
	color:black;
	text-decoration:none;
}
a:hover{
	color:red;
}
ul{
	list-style: none;
	margin: 0;
	padding:0;
}

.header-bg{background:white;width:100%;position:fixed;}
.header{max-width:1100px;margin: auto;height:36px;overflow:hidden;}
.header .logo{float:left;margin-top:4px;margin-left:5px;}
.header .right{float:right;line-height:36px;text-align:right;font-size:15px;margin-right:10px;margin-top: 10px;}
.header .right a:hover{color:#990000;}




.show{
    display:block;
    font-size:18px;
    width:200px;
    margin: auto;
    margin-top:10px;
    background-color:#0270d1;
    color:#eee;
    text-align:center;
    padding:5px 0;
    cursor:pointer;
    transition:all 0.5s;
}
.show img{
    position:absolute;
    top:141%;
    left:60%;
    display:none;
}
.show:hover{
    color:#fff;
}
.show:hover img{
    display:block;
}




#img{
	width:100%;
}


h1{
	text-align: center;
	color:rgb(0,182,99);
}


.p{
	width: 1100px;
	margin: auto;
	border: #0270d1 solid 2px;
	padding:10px 20px 0 20px;
	background: white;
	box-sizing: border-box;
}
.p p{
	font-size: 16px;
    line-height: 32px;
    text-indent: 2em;
    letter-spacing: 2px;
}

.left{
	width: 1100px;
	margin:25px auto;
	overflow: hidden;
}
.left img{
	width: 490px;
	height: 276px;
	float: left;
}
.left div{
	background: white;
	float: right;
	height: 276px;
	width: 583px;
}
.left div b{
	font-size: 18px;
    color: #111;
    margin-right: 2px;
}
.left div p{
    font-size: 18px;
    line-height: 25px;
}



        input{
            margin: 0;
            padding: 0;
            border:none;
        }
        .btn .current{
        	background: rgb(0,182,99);
        }
        .btn{
    width:1100px;
    margin: auto;
}
.btn input{
    width:50%;
    height:40px;
    float:left;
    text-align:center;
    font-size:16px;
    background: #0270d1;
    color: white;
}
.tu{
    width:1100px;
    margin: auto;
    height: 482px;
    margin-bottom: 100px;

}
.tu li{

    display:none;
    width:1100px;height:480px;
    overflow-y:scroll;
     border:1px solid #b0cae3;
}
.tu li img{
    display: block;
    margin: auto;
}






.on{
	background: #eee;
	overflow: hidden;
	width: 1100px;
	margin: auto;
}
.on>li{
	float: left;
	width: 33.33%;
	text-align: center;
	line-height: 35px;
	background: #0270d1;
	color:white;
}
.on .current{
background: rgb(0,182,99);
}
.cb .current{
	background: rgb(0,182,99);
	color:white;
}

 .cb{
	overflow: hidden;
	width: 1100px;
	margin: auto;
}
 .cb ul{
	display: none;
}
 .cb li{
	text-align: center;
	float: left;
	line-height: 35px;
	background: white;

}
 .cb .jd li{
	width: 33.33%;
}
.cb .pdd li{
	width: 50%;
}
.cb .yj li{
	width: 50%;
}
 .tu1{
	height: 600px;
	width: 1100px;
	margin: auto;
}
 .tu1 .jd2 li{
	display: none;
}
.tu1 .pdd2 li{
	display: none;
	height: 600px;
	overflow-y: scroll;
}
.tu1 .yj2 li{
	display: none;
	height: 600px;
	overflow-y: scroll;
}
.tu1 .yj2 li img{
	height: 2500px;
	width: 900px;
	display: block;
	margin: auto;
}
.tu1 .pdd2 li img{
	height: 800px;
}
 .tu1 ul li img{
	width: 100%;
	height: 600px;
}

.in{
	background: #eee;
	overflow: hidden;
}
.in>li{
	float: left;
	width: 50%;
	text-align: center;
	line-height: 35px;
}






.wt{
	width: 1100px;
	margin: auto;
	overflow: hidden;
}
.wt .current{
	background: rgb(0,182,99);
	color:white;
}
.wt li{
	float: left;
	width: 14.28%;
	text-align: center;
	background: white;
	font-size: 30px;
	line-height: 40px;
	font-weight: bold;
	cursor: pointer;
	background: #0270d1;
	color:white;
}
.jj{
	width: 1100px;
	margin: auto;	
	border:1px solid #0270d1;
	background: white;
	box-sizing: border-box;
}
.jj>div{
	display: none;
}
.jj>div>h2{
	text-align: center;
	font-size: 25px;
}
.jj p{
	text-indent: 2em;
	line-height: 40px;
	font-size: 20px;
	padding:0 10px;
}



.mt{
    width:1100px;
    margin: auto;
    margin-top:10px;
    background:#fff;
    padding:20px 40px;
    overflow: hidden;
    box-sizing: border-box;
}
.mt li{
    width:48%;
    float:left;
    padding-left:2%;
}
.mt h1{
    font-size:20px;
    color:#0270d1;
}
.mt p{
    line-height:30px;
    margin-top:10px;
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    transition:all 0.5s;
}
.mt span{
    color:#111;
    font-weight:bold;
    transition:all 0.5s;
}
.mt p:hover a{
    color:#0270d1;
}







.xlbg{
    width:1100px;
    margin: auto;
    margin-top:20px;
    background:#fff;
    padding:20px 40px;
    overflow: hidden;
    box-sizing: border-box;
}
.xlbg li{
    width:48%;
    float:left;
    padding-left:2%;
}
.xlbg h1{
    font-size:20px;
    color:#0270d1;
}
.xlbg h3{
    font-size:16px;
    color:#111;
    line-height:40px;
}
.xlbg p{
    line-height:30px;
}
.xlbg a{
    color:#0270d1;
    transition:all 0.5s;
}
.xlbg a:hover{
    border-bottom:#0270d1 solid 1px;
}







.zb{
    width:1100px;
    margin:10px auto;
    background:#fff;
    padding:10px 40px;
    overflow: hidden;
    box-sizing: border-box;
}
.zl{
    float:left;
    width:30%;
}
.zl a{
    font-size:22px;
    font-weight:bold;
    color:#0270d1;
    line-height:40px;
    text-align:center;
    display:block;
}
.zl img{
	width: 283px;
	height: 297px;
}
.zr{
    float:left;
    width:55%;
    margin-left: 5%;
}
.zr p{
    font-size:20px;
    line-height:43px;
}
.zr p strong{
    font-size:20px;
    color:#333;
}



#p{
	text-align:center;
	font-size:12px;
}
#p a{
	margin-right:5px;
	font-size:12px;
}

@media screen and (max-width: 1024px){
	.show img{
    position:absolute;
    top:54%;
    left:70%;
    opacity:0.95;
    display:none;
}