*{
	padding:0;
	margin:0;

}
.nav {
    background: url("../images/icon-header-dark.png") no-repeat;
    background-size: 130%;
    width: 100%;
    height: 13%;
    position: fixed;
    z-index: 1000;

}
.login {

    margin-top: 3%;
    margin-right: 6%;
    text-align: center;
    color: white;
    float: right;
}

.r_ine {
    width: 202px;
    height: 92px;

}
.nav img {
    margin-left: 1%;
    margin-top: 0.5%;
    width: 20%;
}


.navlist {
    margin-right: 1%;
    float: right;
    width: 60%;
}

.navlist ul {
    margin-top: 0.5%;
    list-style: none;
    width: 100%;
    float: right;
    /*border-bottom :  1px solid  #bfbfbf;*/

}

.navlist li a {
    font-weight: normal;
    display: block;
    margin-left: 5px;
    padding: 20px 16px;
    color: #bfbfbf;
    width: 100%;
    text-decoration: none;
}

.navlist li {
    margin-top: 15px;
    float: left;
    margin-left: 5px;
    font-size: 20px;
}

.r_ine {
    width: 202px;
    height: 92px;

}

.navlist ul li:not(.Sed):hover {
    border-bottom: 4px solid #1C69D4;
}


.banner{
	width:100%;
	height:auto;
    background-color:rgb(17,17,17);
}
.bannerPic{
	margin-top:6%;
	width:100%;
}
.medium_over{
    width: 100%;
    background-color: rgb(17,17,17);
}
.medium{
	width:950px;
	margin:0 auto;
	height:auto;
    background-color:rgb(17,17,17);
}

.medium h1{
	padding:30px;
	text-align:center;
	color:white;
	font-size: 25px;
    font-family:华文宋体;
    font-weight: lighter;
    transform: scale(1,2);
}


.medeium_pic{
	margin:30px 0;
	width:100%;
    background-color:rgb(17,17,17);
	height:300px;
}


.big{
	overflow:hidden;
    background-color:rgb(17,17,17);
	float:left;
	height:300px;
	width:620px;
}
.samll{
	overflow:hidden;
	float:right;
	width:310px;
	height:300px;
	background-color:rgb(17,17,17);
}

.samll img{
	width:100%;
}

.big img{
	width:100%;
}
.big img:hover{
    opacity: 0.6;
    transform: scale(1.1);
    transition:1.2s;
}
.samll img:hover{
    opacity: 0.6;
	transform: scale(1.1);
	transition:1.2s;
}



.under{
    width: 100%;
    height: 180px;
    background-color: black;
}

.overPic{
    width: 100%;
    height: 820px;
    overflow: hidden;
    background-color: rgb(17,17,17);
}


.under_left{
    margin-left: 30px;
    /*background-color: #0066B1;*/
    float: left;
}
.under_left img{
    width: 260px;
    height: 64px;
    margin-top: 30px;
    margin-bottom:18px;
}

.under_left h6{
    margin-left: 30px;
    font-size: 15px;
    font-weight: lighter;
    color: white;
    word-spacing: 5px;
}


.under_right{
    width: 500px;
    float: right;
}

.under_right_li ul{
    margin-top: 30px;
}
.under_right_li img{
    width: 30px;
    height: 30px;
}

.under_right_li li{
    margin: 20px;
    color: white;
    list-style: none;
    text-decoration: none;
    float: left;
}
.under_right_li li img{
    float: left;
}

.under_right_li li h6{
    float: right;
    margin:7px 6px;
    /*line-height: 250%;*/
}



.images_design{
    position: absolute;
    margin: 13% 45% ;
}
