body{/*font-family: 'SimHei'*/;max-width:1920px;min-width: 1200px;width: 100%;overflow-x: hidden;margin: 0 auto;}
.banner{width: 100%;margin: 0 auto;display: block;}
.nav{height: 70px;background: white;line-height: 70px;margin: 0 auto;overflow: hidden;display: flex;align-items: center;justify-content: space-between; }
.nav div{width:40%;}
.nav ul{width:60%;margin: 0 auto;overflow: hidden;display: flex;
    justify-content: flex-end;
    padding-right: 150px;}
.nav ul li{float: left;height: 60px;line-height: 60px;margin: 0 20px;text-align: center;font-size: 18px;text-align: center}
.first-item{}
.nav ul li a{color: #000000;font-size: 18px;padding: 2px 6px }
.nav ul li  a:hover{border-bottom:4px solid #60c0ff;padding-bottom: 5px; }
.nav ul .nav-active a{border-bottom:4px solid #60c0ff;padding-bottom: 5px;}
.shadow{position: absolute;top: 60px;left: 0;width: 100%;min-width: 1200px}
.left{
    width: 365px;
    /*background: url(../images/bg.png) no-repeat center;*/
    background: #bce0f8;
    height: 1336px;
}
.left-content{width: 310px;height: 63px;background:  center no-repeat;background-size: contain;margin: 0 auto;text-align: center;line-height: 63px;color: white;font-size: 25px;margin-top: 25px}
.notice-title{
    background: url(../../images/notice.png) no-repeat;
    width: 316px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    text-align: center;
    margin: 0 auto;
    margin-top: 30px;
}
.title{
    width: 160px;
    display: block;
    margin: 0 auto;
    margin-top: -45px;
}
.notice-content{width: 300px;margin: 0 auto;text-align: justify;color: #0a528a;font-size: 12px;margin-top: 30px}
.notice-content p{margin-top: 8px;font-size: 13px;line-height: 25px}
.article p{color: black;text-align: justify;font-size: 14px;line-height: 2em}
.am-text-indent{text-indent: 2em;font-size: 16px}
.font17{font-size: 15px;background: url(../../images/title-bg.png) no-repeat;height: 43px;text-indent:35px;color: white;margin: 20px 0}
.font17 .n{line-height: 43px;display: inline-block;margin-right: 15px;text-indent: 0}
.font17 .t{line-height: 43px;
    display: inline-block;
    margin-right: 10px;
    text-indent: 0;
    vertical-align: top;}
.special-container{margin-top: 0px;margin-bottom: 150px}
.right{width: 835px;min-height: 1250px;}
.bottom{position: absolute;bottom: -150px;left: 0px;z-index: 9999}
.scroll-wrap{width:812px;height:296px;background: url(../images/lbg.jpg) no-repeat center;margin-left: -25px}
#marquee1{width:751px;height:296px;overflow:hidden; margin:20px auto 50px;}
#marquee1 ul li{float:left; padding:0 1px;margin-top: 19px}
.copyright{
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: white;
    font-size: 14px;
    min-width: 1200px;
    background: linear-gradient(to right, #aaaeff, #5ec1ff);
    background: -webkit-linear-gradient(to right, #aaaeff, #5ec1ff);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right, #aaaeff, #5ec1ff);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right,  #aaaeff, #5ec1ff);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,  #aaaeff, #5ec1ff);
}
.my-h2 {
    height: 100px;
    background: url(../../images/hbg.png) no-repeat center;
    background-size: contain;
    line-height: 120px;
    font-size: 24px;
    color: white;
    text-align: center;
    letter-spacing: 5px;
    margin-top: 50px;
}
.my-h2-1 {
    width: 1197px;
    height: 83px;
    margin: 0 auto;
    background: url(../../images/tittle.png) no-repeat center;
    background-size: contain;
    line-height: 83px;
    font-size: 24px;
    color: white;
    text-align: center;
    letter-spacing: 5px;
    margin-top: 50px;
    margin-bottom: 20px;
    text-indent: 1em;
}
#marquee1 ul li img{display:block;width: 372px}
@keyframes myfirst
{
    from {left: 0;}
    to {left:100%;}
}
/*--------------------------媒体查询---------------------------------*/
@media screen and (max-width:319px){
    .logo img{margin-right:300px}
}
@media screen and (min-width:320px) and (max-width:479px){
    .logo img{margin-right:300px}
}
@media screen and (min-width:480px) and (max-width:539px){
    .logo img{margin-right:300px}
}
@media screen and (min-width:540px) and (max-width:639px){
    .logo img{margin-right:300px}
}
@media screen and (min-width:640px) and (max-width:719px){
}
@media screen and (min-width:720px) and (max-width:1079px){
}
@media screen and (min-width:1080px) and (max-width:1439px){
}
@media screen and (min-width:1440px) {
}