* {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.white{
 background-color:white;	
}

.masklayer{
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(0,0,0,0.3)), to(transparent));
    background: -moz-linear-gradient(top, rgba(0,0,0,0.3), transparent);
    background: -o-linear-gradient(top, rgba(0,0,0,0.3), transparent);
    background: linear-gradient(top, rgba(0,0,0,0.3), transparent);
   filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(0,0,0,0.3), endColorstr=transparent, GradientType=0);
	left:0;
	top:0;
	width:100%;
	height:18%;
	position:absolute;
	z-index:99;
}

#container {
    min-width: 1200px;
    position: relative;
}

#container2 {
    min-width:1200px;
	min-height:600px;
	background:url(../images/home/bg.jpg) no-repeat;
	background-size:cover;
}

/* 顶端模块 */

.topBox {
    position: absolute;
    top: 60px;
    right: 50px;
    z-index: 999;
}

.topBox li {
    font-family: "微软雅黑";
    font-size: 16.67px;
    float: left;
    margin: 0 15px;
}

.topBox li a {
    color: white;
    text-decoration: none;
}

.topBox #search {
    width: 200px;
    height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.747);
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.178);
    margin: 0;
    padding: 0;
    display: none;
}

.topBox #search input {
    background-color: transparent;
    width: 150px;
    height: 25px;
    margin-top: 3px;
    border: red;
    float: left;
    /* margin-top: 10px; */
    outline: none;
    
}

.topBox #search a {
	font-size: 25px;
	line-height: 25px;
    float: right;
    color: white;
    display: block;
    /* 绑定过渡动画 */
    transition:  transform 1s;
	margin-right:5px;
	margin-bottom:5px;
	z-index:1000;
}

/* 鼠标移入动画 */
.topBox #search a:hover{
    transform: rotate(180deg);
    -ms-transform:rotate(180deg); /* IE 9 */
	-webkit-transform:rotate(180deg); /* Safari and Chrome */
}

/* 轮播图 */

#curBox {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 1200px;
    min-height: 935px;
    position: relative;
}

#curBox ul li {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}

#curBox ul img {
    width: 100%;
    height: 100%;
}

/* 文字标题 */

.textBox p {
    position: absolute;
    right: 200px;
    bottom: 185px;
    z-index: 99;
    color: white;
    font-size: 18pt;
    text-shadow: 3px 3px 3px #000000;
}

/* 导航栏 */

nav {
    width: 100%;
    height: 50px;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 99;
}

.navMenu {
	min-width:1200px;
    height: 118px;
    margin: 0 auto;
}

/* logo图片 */

nav .logoBox {
    min-width: 255px;
    float: left;
}

nav .logoBox .imag1 {
    width: 450px;
    height: 100%;
    float: left;
    margin-left: 30px;
	margin-top:10px;
}

/* nav .navMenu .logoBox .imag2 {
    float: right;
    margin-top: 38px;
    width: 147px;
    height: 36px;
} */

/* 菜单 */

nav .navBox {
    height: 50px;
    float: right;
    margin-right: 50px;
    margin-top: 50px;
}

nav .navBox li {
    float: left;
    font-family: "微软雅黑";
    font-size: 18px;
    margin: 10px 7px;
    height: 50px;
    text-align: center;
    display: block;
}

nav .navBox li a {
    color: white;
    text-decoration: none;
    display: block;
    /* 文字阴影 */
    text-shadow: 1px 1px 1px #000000;
}

/*
nav .navBox li a:hover {
	background-color: rgba(0, 0, 0, 0.445);
	color: rgb(29, 122, 245);
}*/

/* 顶级菜单 */

nav .topMenu {
    position: relative;
}

/* 次级菜单 */

nav .minMenu {
    position: absolute;
    top: 27px;
    left: 11px;
    z-index: 100;
}

nav .minMenu li {
    float: left;
    margin: 0;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.445);
    width: 90px;
    text-align: center;
    font-size: 14px;
}

nav .minMenu li a {
    line-height: 60px;
    color: white;
    flex-wrap: block;
}

nav .minMenu li a:hover {
    color: rgb(29, 122, 245);
}

/* 切换图片模块 */

.imageBox {
    width: 100%;
    height: 150px;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.514);
}

.imageBox .modelBox {
    width: 1200px;
    margin: 15px auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.imageBox .modelBox div {
    width: 300px;
}

.imageBox .img1 {
    width: 240px;
    height: 120px;
    float: left;
    cursor: pointer;
	margin-left:30px;
}

/* 数字下标 */

.numBox {
    width: 230px;
    height: 58px;
    position: absolute;
    left: 120px;
    bottom: 175px;
    z-index: 99;
}

.numBox a {
    float: left;
    font-size: 22.17px;
    color: white;
    text-decoration: none;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 10px;
    line-height: 58px;
}

.cur {
    background-color: rgb(50, 129, 231);
}

/*媒体查询*/

@media screen and (max-width: 1680px) {
	    /* logo图片 */
nav .logoBox .imag1 {
    width: 350px;
    height: 100%;
    float: left;
    margin-left: 30px;
}
    /* 轮播图 */
    #curBox {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 1200px;
        min-height: 835px;
        position: relative;
    }
    /* 菜单 */
    nav .navBox {
        height: 50px;
        float: right;
        margin-right: 20px;
        margin-top: 50px;
    }
    nav .navBox li {
        float: left;
        font-family: "微软雅黑";
        font-size: 16px;
        margin: 10px 7px;
        height: 50px;
        text-align: center;
    }
    /* 顶级菜单 */
    nav .topMenu {
        position: relative;
    }
    /* 次级菜单 */
    nav .minMenu {
        position: absolute;
        top: 27px;
        left: -11px;
        z-index: 100;
    }
    nav .minMenu li {
        float: left;
        margin: 0;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.445);
        width: 90px;
        text-align: center;
        font-size: 14px;
    }
    nav .minMenu li a {
        line-height: 60px;
        color: white;
        flex-wrap: block;
    }
    nav .minMenu li a:hover {
        color: rgb(29, 122, 245);
    }
}

/*媒体查询*/

@media screen and (max-width: 1366px) {
	/* 顶端模块 */

.topBox {
    position: absolute;
    top: 35px;
    right: 60px;
    z-index: 999;
}
    /* 导航栏 */
    nav {
        width: 100%;
        height: 118px;
        position: absolute;
        top: 45px;
        left: 0;
        z-index: 99;
    }
    .navMenu {

        height: 118px;
        margin: 0 auto;
    }
    /* logo图片 */
nav .logoBox .imag1 {
    width: 300px;
    height: 100%;
    float: left;
    margin-left: 30px;
}
    /* 菜单 */
    nav .navBox {
        height: 50px;
        float: right;
        margin-right: 10px;
        margin-top: 30px;
    }
	    nav .navBox li {
        float: left;
        font-family: "微软雅黑";
        font-size: 15px;
        margin: 10px 5px;
        height: 50px;
        text-align: center;
    }
    /* 顶级菜单 */
    nav .topMenu {
        position: relative;
    }
    /* 次级菜单 */
    nav .minMenu {
        position: absolute;
        top: 27px;
        left: -11px;
        z-index: 100;
    }
    nav .minMenu li {
        float: left;
        margin: 0;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.445);
        width: 90px;
        text-align: center;
        font-size: 14px;
    }
    nav .minMenu li a {
        line-height: 60px;
        color: white;
        flex-wrap: block;
    }
    nav .minMenu li a:hover {
        color: rgb(29, 122, 245);
    }
}