﻿html, body {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

body{/*font-family: 'SimHei'*/;min-width: 1200px;width: 100%;overflow-x: hidden}
.banner{max-width: 1920px;width: 100%;margin: 0 auto;display: block}
.nav{height: 60px;max-width: 1920px;background: white;line-height: 60px;width: 100%;margin: 0 auto;/*overflow: hidden;*/ ;z-index: 10;position: relative}
.nav ul{width: 1200px;margin: 0 auto}
.nav ul li{float: left;height: 60px;line-height: 60px;width: 195px;text-align: center;font-size: 18px;}
.first-item{margin-left: 225px}
.nav ul li a{color: #0b4f26;font-size: 18px;padding: 2px 6px }
.nav ul li  a:hover{border-bottom:4px solid #0b4f26;padding-bottom: 5px; }
.nav ul .nav-active a{border-bottom:4px solid #0b4f26;padding-bottom: 5px;}
.shadow{position: absolute;top: 60px;left: 0;width: 100%;min-width: 1200px;
    background: url(../images/shadow.png) repeat-x;
    height: 57px;
}

.left{width: 365px;background: url(../images/bg-l.jpg) #56d4d1 no-repeat center bottom;min-height: 1370px; height: 100%;position: absolute}
.left{

}
.left-content{width: 265px;height: 61px;background: url("../images/titlebg.jpg") center no-repeat;background-size: contain;margin: 0 auto;text-align: center;line-height: 39px;color: white;font-size: 20px;margin-top: 32px}
.notice-content{width: 300px;margin: 0 auto;text-align: justify;color: black;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: 1.8em}
.am-text-indent{text-indent: 2em;font-size: 16px}
.font17{font-size: 15px}
.font14{font-size: 14px;font-weight: bold}
.special-container{margin-top: -8px}
.right{width: 834px;min-height: 1336px;margin-bottom: 100px}
.bottom{position: absolute;bottom: -150px;left: 0px;z-index: 9999}
#marquee1{width:1100px;height:150px;overflow:hidden; margin:20px auto 50px;}

#marquee1 ul li{float:left; padding:0 1px;}

#marquee1 ul li img{display:block;width: 200px;height: 150px}
@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) {

}
*{
    font-family: 微软雅黑,Helvetica Neue, Helvetica, Arial, sans-serif!important;
}