body{/*font-family: 'SimHei'*/}
.am-container{background: transparent}
.am-text-indent-2{text-indent: 2em}

.page{width: 100%;margin: 0 auto;min-width: 1200px;background: no-repeat center top;position: relative}
.banner{background: url(../../images/banner.jpg) no-repeat center;height: 420px;width: 100%;min-width: 1000px;}
.logo{height: 30px;display: block;margin-bottom: 16px;margin-top: 20px}
.nav{
    z-index: 999;background: white no-repeat center;height: 66px;line-height: 66px;width: 100%;min-width: 1000px;margin: 0 auto;
}
.nav ul{padding-left: 60px}

.nav li{cursor: pointer;height: 40px;line-height: 40px;float: left;width: 130px;text-align: center; margin-right: 0px;}
.line{float: right;height: 20px;border-right: 1px solid #c1c1c1;margin-top: 9px}
.nav li a{color: #08744d;padding: 5px 4px;font-weight: bold;font-size: 16px}
.nav li  a.active{color: white;background: #08744d;padding: 10px 15px}
.nav li:hover a{color: white;background: #08744d;padding: 10px 15px}

.content-head{width: 1000px;background:url(../../images/titlle_bg.png) no-repeat left;height: 95px; color: #fff;line-height: 90px;padding-left: 38px;font-weight: bold;font-size: 20px;}
.content-body{background: #f6f6f6;border-radius: 5px}
.my-h2{font-size: 16px;padding-top: 15px;padding-left: 15px}
.content-head-text{width: 173px;height: 54px;display: inline-block;text-align: center}


footer{
    height: 20px;line-height: 20px;background: #3E5990 ;text-align: center;color: white;margin-top:10px;width: 100%;min-width: 1000px;
}
.footer-bottom{position: fixed;left: 0;bottom: 0}
.marquee{min-width:1200px;width: 100%;height:300px;overflow:hidden; margin:0 auto;}
.marquee ul li{float:left; padding:0 5px;height: 300px}
.marquee ul li img{display:block;background: none;padding-top: 0px;height: 300px}
.page111{
    width: 1200px;
    margin: 0 auto;
    height: 1000px;
    margin-top: 50px;
}


#box{
    width: 1150px;
    height: 262px;
    border: 15px #0a76b9 solid;
    margin-top: 110px;
    overflow: hidden;
}

@keyframes myfirst
{
    from {left: 0;}
    to {left:100%;}
}
/*--------------------------媒体查询---------------------------------*/
@media screen and (max-width:319px){

}
@media screen and (min-width:320px) and (max-width:479px){


}
@media screen and (min-width:480px) and (max-width:539px){


}
@media screen and (min-width:540px) and (max-width:639px){


}
@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) {

   }