﻿html, body {
    /*position: absolute;*/
    /*left: 0;*/
    /*right: 0;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*width: 100%;*/
    /*height: 100%;*/
}

body{/*font-family: 'SimHei'*/;min-width: 1200px;;overflow-x: hidden;background: url(../images/bg.jpg) no-repeat center bottom;}
.banner{max-width: 1920px;width: 100%;margin: 0 auto;display: block}
.nav{height: 70px;max-width: 1920px;background: white;line-height: 70px;width: 100%;margin: 0 auto;/*overflow: hidden;*/ ;z-index: 10;position: relative;}

.nav ul{float: right;padding-left: 0px;margin-right: 200px;}
.nav ul li{float: left;height: 70px;line-height: 70px;width: auto;text-align: center;font-size: 17px;padding: 0 10px;}
.first-item{margin-left: 225px}
.nav ul li a{color: black;font-size: 17px;padding: 10px 20px 10px 20px;border-radius: 8px;font-weight: bold; }
.nav ul li  a:hover{background: #f7823a;color: white ;}
.nav ul .nav-active a{background: #f7823a;color: white;border-radius: 8px}

/*首页*/
.tap-index {margin-top: 30px;}
.tap-index li div{font-weight: bold;text-align: center;height: 65px;line-height: 65px;font-size: 20px;color: #046648;cursor: pointer;border-radius: 15px;background: white;margin-left: 1px}
.tap-index li div{border-bottom-left-radius: 0px;border-bottom-right-radius: 0px}
.tap-index li:first-child div{border-bottom-left-radius: 15px;}
.tap-index li:last-child div{border-bottom-right-radius: 15px;}
.tap-index li div.act{background: #d9f5e7;color: black}
.tap-index li div:hover{background: #d9f5e7;color: black}
.tap-item{padding-right: 40px;display: none}
.tab-bg{background: url(../images/st.png) no-repeat 30px bottom;padding-bottom: 10px;}






.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;
}