/* 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;
	overflow: hidden;
}

.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:15px;
    background-color:#0270d1;
    color:#eee;
    text-align:center;
    padding:5px 0;
    cursor:pointer;
    transition:all 0.5s;
}
.show>img{
    position:absolute;
    top:99%;
    left:60%;
    display:none;
    width: 357px;
    height: 317px;
}
.show:hover{
    color:#fff;
}
.show:hover img{
    display:block;
}




#img{
	width:100%;
}


h1{
	text-align: center;
	color:#0270d1;
}


.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: 300px;
	float: left;
}
.left div{
	background: white;
	float: right;
	height: 300px;
	width: 610px;
}
.left div b{
	font-size: 18px;
    color: #111;
    margin-right: 2px;
}
.left div p{
    font-size: 16px;
    line-height: 25px;
}
.left div .fz{
	font-size: 16px;
	margin-left: 20px;
	letter-spacing: 3px;
}




.nav2{
    width:1100px;
    margin: auto;
    background:#fff;
    margin-top:20px;
    border-bottom:#ccc solid 2px;
}
.nav2 li{
    float:left;
    width:25%;
    font-size:20px;
    font-weight:bold;
    color:#333;
    text-align:center;
    line-height:40px;
    cursor:pointer;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    transition:all 0.5s;
}
.nav2 .current{
    background-color:#0270d1;
    color:#fff;
}
.nav2 li:hover{
    background-color:#0270d1;
    color:#fff;
}


.hy{
    width: 1100px;
    margin: auto;
    background: white;
}
.hy>div{
	width: 1050px;
	margin:25px auto;
	background: white;
	display: none;
    overflow: hidden;
}
.hy>div>p{
	font-size: 23px;
	text-indent: 2em;
	line-height: 50px;
    margin-left: 570px;
}
.hy>div img{
    width: 553px;
    height: 392px;
    float: left;
}




.nav{
    width:1100px;
    margin: auto;
    background:#fff;
    margin-top:20px;
    border-bottom:#ccc solid 2px;
}
.nav li{
    float:left;
    width:20%;
    font-size:20px;
    font-weight:bold;
    color:#333;
    text-align:center;
    line-height:40px;
    cursor:pointer;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    transition:all 0.5s;
}
.nav .current{
    background-color:#0270d1;
    color:#fff;
}
.nav li:hover{
    background-color:#0270d1;
    color:#fff;
}

.nav3>ul{
    width:1100px;
    margin: auto;
    background:#fff;
    margin-top:20px;
    border-bottom:#ccc solid 2px;
    display: none;
}
.nav3>ul li{
    float:left;
    width:50%;
    font-size:20px;
    font-weight:bold;
    color:#333;
    text-align:center;
    line-height:40px;
    cursor:pointer;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    transition:all 0.5s;
}
.nav3>ul .current{
    background-color:#0270d1;
    color:#fff;
}
.nav3>ul li:hover{
    background-color:#0270d1;
    color:#fff;
}


.bo>div{
	display: none;
}
.hy2>div{
	width: 1100px;
	margin:25px auto;
	background: white;
	display: none;
    overflow: hidden;
}
.hy2>div>p{
	font-size: 20px;
	text-indent: 2em;
	line-height: 50px;
    margin-left: 630px;
}
.hy2>div>div{
}
.hy2>div>img{
	width: 600px;
    height: 450px;
    float: left;
}
.hy2 .ri{
	overflow: hidden;
    padding: 30px 40px;
    background-color: #fff;
    background-image: url(http://www.100ec.cn/zt/upload_data/20197trzbg/images/bg.png);
    background-repeat: no-repeat;
    background-position: top left;
    border-bottom: #ccc solid 2px;
}
.hy2 .ri h2{
	font-size: 26px;
	color:#115eca;
	margin: 0;
	padding: 0;
	margin-top: 20px;
    text-align: center;
    width: 94%
}
.hy2 .ri p{
	text-indent: 2em;
	font-size: 16px;
	line-height: 34px;
}






.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;
}






.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;
}





.swiper-container{
	max-width:1100px;
	margin: auto;
	border:2px solid rgb(0,123,214);
}
.swiper-slide{
	background-color:#fff;
	height:310px !important;
	padding:10px 0;
}
.ls{
	max-width:900px;
	margin: auto;
}
.tx{
	float:left;
	width:280px;
	margin-right:60px;
	text-align:center;
}
.tx img{
	width:100%;
	height: 220px;
}
.tx a{
	font-size:20px;
	font-weight:bold;
	color:#111;
}
.tx a:hover{
	color:#3290f4;
}
.js{
	float:left;
	width:550px;
}
.js b{
	font-size:16px;
}
.js p{
	line-height:30px;
	font-size: 16px;
}




#p{
	text-align:center;
	font-size:12px;
}
#p a{
	margin-right:5px;
	font-size:12px;
}

@media screen and (max-width: 1024px){
    .left>img{
    	float: none;
    	width: 100%;
    	height: 650px;
    }
    .left>div{
    	float: none;
    	width: 100%;
    }
    .p p{
    	font-size: 22px;
    	line-height: 65px;
    }
    .left div p{
    	font-size: 15px;
    	line-height: 65px;
    }
    .show>img{
    	left: 0;
    	top:165%;
    	width: 112%;
    	height: 900px;
    }
}