body{
    background: url("../images/bgMain.jpg") bottom center no-repeat;
    background-color: #fcebe0;
}
.enter{
    position: relative;
    width: 100%;
}
.enter img{
    width: 100%;
    height: auto;
}
.main{
    position: relative;
    width: 100%;
    min-width: 1200px;
}
.banner{
    position: relative;
    width: 100%;
}
.banner img{
    width: 100%;
    height: auto;
}
.navBox{
    width: 100%;
    height: 84px;
    background: url("../images/bgNav.jpg") repeat-x;
}
.navList{
    margin: 0 auto;
    padding: 0px 0;
    width: 1200px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}
.navList .tab{
    position: relative;
    margin: 0 0px;
    width: 175px;
    color: #002d57;
    font-size: 22px;
    line-height: 84px;
    text-align: center;
}
.navList .tab.on{
    background: url("../images/bgTab.png") no-repeat;
    color: #fff;
}
.navList .tab:hover{
    background: url("../images/bgTab.png") no-repeat;
    color: #fff;
}
.content{
    position: relative;
    margin: 0px auto 0;
    padding: 1px 50px;
    width: 1200px;
    min-height: 650px;
    background-color: #ddefee;
    padding-top: 30px;
}
.title{
    margin: 15px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 0px;
}
.content h1{
    position: relative;
    margin: 30px auto 15px;
    padding-left: 40px;
    color: #082f5c;
    font-size: 18px;
    line-height: 30px;
    border: #95ebf1 2px dashed;
}
.content h1 span{
    display: inline-block;
    position: absolute;
    left: -2px;
    top: -2px;
    width: 34px;
    height: 34px;
    color: #082f5c;
    font-size: 18px;
    line-height: 34px;
    text-align: center;
    background: #95ebf1;
}
.content p{
    margin: 0 auto;
    color: #082f5c;
    font-size: 15px;
    line-height: 29px;
    text-indent: 2em;
}
.content p.noIndent{
    margin: 0 10px;
    text-indent: 0;
}
.content p span{
    color: #d07500;
}
.content .image{
    position: relative;
    margin: 30px auto;
    line-height: 0;
    text-align: center;
}
.videoBox{
    margin: 0 auto 40px;
    text-align: center;
}
.videoBox video{
    width: 750px;
    height: 420px;
}
.textBox{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: #018cc7 1px dashed;
}
.logoList{
    margin: 30px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.logoList .item{
    margin-bottom: 20px;
}
.logoList .logo{
    margin-bottom: 10px;
}
.logoList .text{
    height: 48px;
    color: #082f5c;
    font-size: 15px;
    line-height: 24px;
    text-align: center;
    font-weight: bold;
}
.policyNav{
    margin: 0 15px 30px;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.policyNav .item{
    margin: 15px 0;
    width: 319px;
    height: 61px;
    color: #fff;
    font-size: 22px;
    line-height: 61px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    background: url("../images/bgTitle_off.png") no-repeat;
}
.policyNav .item.on{
    background: url("../images/bgTitle_on.png") no-repeat;
}
.policyBox{
    margin: 30px auto 60px;
}
.clear{
    clear: both;
}
.footer{
    position: relative;
    width: 100%;
    height: 96px;
    color: #092c54;
    font-size: 12px;
    line-height: 80px;
    text-align: center;
}
.footer a{
    color: #fff;
}
.slick{
    margin: 40px auto;
}
.file{
	overflow:hidden;
    margin: 20px auto;
	padding-bottom:40px;
	padding-left:50px;
}
.file ul li{
	float:left;
	padding-right:40px;
}
.clear{
	clear:both;
}
.slick .item{
    padding: 0 10px;
}

.policyNav .item1{
    margin: 15px 0;
    width: 291px;
    height: 96px;
    color: #002d57;
    font-size:18px;
    line-height: 96px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
    background: url("../images/bgTitle.png") no-repeat;
}
.policyNav .item1 a{
	color: #002d57;
	display: block;
}
.policyNav .item1.on{
    background: url("../images/active.png") no-repeat;
}
.imgList{display: block;margin: 20px auto;}
