/*首页*/
@charset="UTF-8";
.banner img {
    width: 100%;
}
.banner .swiper-pagination-bullet {
    border-radius: 0;
    width: 26px;
    height: 4px;
    opacity: 1;
    background-color: #fff;
}
.banner .swiper-container-horizontal>.swiper-pagination {
    bottom: 5px;
}
.banner .swiper-pagination-bullet-active {
    background-color: #fda621;
}
.four {
    width: 100%;
    margin: 0 auto;
}
.four ul  {
    text-align: center;
    padding: 20px 0;
}
.four ul li {
    display: inline-block;
    width: 25%;
    margin: 15px 5px 0 5px;
}
.four ul li a {
    color: #666;
    font-size: 16px;    
}
.four ul li img {
    width: 100%;
}
.aboutus {
    margin: 10px 0;
}
.aboutus h1 {
    height: 40px;
    line-height: 40px;
    background-color: #0389f0;
    color: #fff;
    font-size: 20px;
    padding: 0 3%;
}
.aboutus h1 img {
    display: inline-block;
}
.aboutus dl {
    padding: 20px 0px;
    background:  url(../images/rightArrow.png) right center no-repeat;
    -webkit-background-size: 9px 14px;
    background-size: 9px 14px;
    border-bottom: 1px solid #ccc;
}
.aboutus dl:last-child {
    border-bottom: 0;
}
.aboutus dl dt {
    width: 30%;
}
.aboutus dl dt img {
    width: 100%;
}
.aboutus dl dd {
    width: 65%;
    font-size: 14px;
    color: #666;
   /* text-indent: 2em;*/
    line-height: 20px;
    overflow: hidden;
    margin-left: 10px;
}
.aboutus dl dd:nth-child(0){ font-weight:bold; color: #000}

.news ul {
    padding: 20px 0;
}
.news ul li {
    width: 50%;
    padding: 0 5px;
    text-align: center;
    margin-bottom: 10px;
}
.news ul li img {
    width: 100%;
    margin-bottom: 5px;
}
.news ul li:nth-child(2n+1) {
    float: left;
}
.news ul li:nth-child(2n) {
    float: right;
}
.news ul li a {
    color: #333;
} 
.nbanner img {
    width: 100%;
}
.contentbox {
    padding: 0 10px 30px 10px;
    color: #666;
}
.gs img,.newsdet img, .contactbox img  {
    width: 100%;
    margin: 10px auto;
}
.gs h1 {
    font-size: 20px;
}
.gs p {
    font-size: 14px;
    line-height: 25px;
    /*text-indent: 2em;*/
}
.gs h2 {
    font-size: 16px;
}
.gs ul li {
    float: none;
}
.more {
    width: 20%;
    height: 40px;
    color: #333;
    text-align: center;
    margin: 10px auto;
    display: block;
    background:  url(../images/more.png) center 25px no-repeat;
}
.newsdet h2 {
    font-size: 18px;
}
.newsdet h3, .newsdet h2 {
text-align: center;
}
.newsdet h3 {
    font-size: 14px;
    margin:  10px 0;
}
.newsdet h3 span {
    margin: 0 2px;
}
.newsdet h3 span:first-child {
    background:  url(../images/t.png) 0 center no-repeat;
    padding-left: 20px;
}
.newsdet h3 span:last-child {
    background:  url(../images/t2.png) 0 center no-repeat;
    padding-left: 20px;
}
.newsdet p {
    font-size: 14px;
    line-height: 25px;
}
.shang h2 {
    font-size: 16px;
    text-align: center;
}
.shang img {
    margin: 20px 0;
}
.shang h3 {
    font-size: 16px;
    color: #ee774a;
    background:  url(../images/di.png) 0 center no-repeat;
    -webkit-background-size: 12px 12px;
    background-size: 12px 12px;
    padding-left: 20px;
}
.zhaopin p {
    text-indent: 0;
    margin-top: 20px;
}
.contactbox li {
    height: 60px;
    line-height: 40px;
    font-size: 14px;
}
.contactbox li img,.contactbox li span {
    float: left;
}
.contactbox li img {
    width: 8%;
    display: inline-block;
    margin-right: 10px;
}
.contactbox .box {
    width: 90%;
    height: 68px;
    margin: 0 auto;
}
.contactbox .box input {
    border: 1px solid #ccc;
    height: 34px;
    line-height: 34px;
    width: 100%;
    padding-left: 10px;
    font-size: 16px;
}
.contactbox .box2 {
    height: 150px;
}
.contactbox .box2 textarea {
    border: 1px solid #ccc;
    width: 100%;
    height: 100%;
    padding-left: 10px;
}
.contactbox .box3 {
    margin-top: 20px;
}
.contactbox .box3 input {
    background-color: #0387ec;
    color: #fff;
    border: 0;
}
.contactbox p {
    font-size: 14px;
    margin-top: 10px;
    line-height: 25px;
}
.contactbox td:first-child {
    width: 20%;
}





