@charset "utf-8";
/*初始化*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
button,article, aside, canvas, details, embed, figure,
figcaption, footer, header, hgroup, menu, nav,
output, ruby, section, summary, time, mark,
audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: transparent;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
ol, ul { list-style: none; }
button{background: transparent;}
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
strong { font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; }
img { border: 0; max-width: 100%; vertical-align: middle; }
html{
    line-height: initial;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body{
    font-size: 16px;
    font-family: "Microsoft YaHei",tahoma,arial,"Hiragino Sans GB",sans-serif;
    -webkit-font-smoothing: antialiased;color: #333;
    text-rendering: optimizeLegibility;
}

a:link {color: #333;text-decoration: none;}
a:visited {color: #333;text-decoration: none;}
a:hover {color: #333;text-decoration: underline;}
a:active {color: #333;text-decoration: none;}


/*通用样式*/
.page-width {
    width: 1200px;
    margin: 0 auto
}
.part {
    margin-top: 20px;
}
.fl{float: left;}
.fr{float: right;}
.cl {clear: both;}

.fengxiang{ margin:40px 0;}
.shang,.xia{ margin:10px 0; font-size:16px; color:#666;}
.xia a{ color:#666;}

.header {
    position: relative;
    /*background: url(../img/header-banner.jpg) no-repeat center;*/
    background-size: 100% 100%;
    height: 230px;
}
.header .logo-link {
    position: relative;
    z-index: 5;
    float: left;
    margin-top: 58px;
    margin-left: 71px;
}
#headerBanner {
    position: absolute;
    z-index: 1;
    top:0;left:0;
    width: 1200px;
    height: 100%;
}
#headerBanner .banner-box {
    height: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.nav {position: relative;border-top: 1px solid #fff;background-color: #4a762a;font-size: 16px;}
.nav a {color:#fff;}
.nav-list {overflow: hidden;}
.nav-list>li {float: left;text-align: center;width: 120px;border-right: 1px solid #fff;line-height: 1;margin: .75em 0;}
.nav-list>li:last-child, .nav-list>li:nth-child(11n) {border-right: none;}

#banner {width: 410px;height: 305px;float: left;background: #000;}
#banner.pc .swiper-pagination-bullet {font-size: 12px;width: 18px;height: 18px;color:#f0f0f0;line-height: 17px;border-radius: 0;background-color: #4f4f4f;opacity: 1;margin: 0 1px;text-align: center;}
#banner.pc .swiper-pagination-bullet:last-child {margin-right: 9px;}
#banner.pc .swiper-pagination-bullet-active{background-color: #e60600;color:#fff;}
#banner.pc .swiper-pagination{text-align: right;margin-right: 10px;}
#banner h3 {color:#fff;font-size: 14px;position: absolute;bottom: 0;left:0;font-weight: normal;background-color: rgba(0,0,0,.3);width: 100%;padding: .7em 1.5em;}

.news-wrap {
    float: left;
    width: 475px;height: 305px;
    margin-left: 20px;
}
.tab-list {
    overflow: hidden;
    border-bottom: 1px solid #dfdfdf;
}
.tab-list li {
    background-color: #dfdfdf;
    font-size: 16px;
    width: 105px;line-height: 37px;
    text-align: center;
    float: left;
    cursor: pointer;
}
.tab-list li.on {
    background-color: #4ba709;
    color:#fff;
}
.tab-list .fr {
    margin-top: 12px;
    font-size: 12px;
}
.tab-content {
    position: relative;
}
.tab-content>div {
    position: absolute;
    top:0;left:0;
    width: 100%;height: 100%;
}
.news-wrap .new-list {
    font-size: 14px;
    line-height: 32px;
    padding: 7px 0;
}
.new-list li p.text{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.news-wrap .new-list li:before {
    content: '';
    float: left;
    width: 3px;height: 3px;
    border-radius: 50%;
    background-color: #666;
    color:#666;
    margin-right: 1em;
    margin-left: 1em;
    margin-top: 1em;
}

.login-wrap {
    border: 1px solid #dbdee1;
    border-top: none;
    width: 270px;height: 305px;
}
.login-wrap .title {
    background-color: #639d39;
    color:#fff;
    font-size: 16px;
    line-height: 2;
    padding: 0 1.2em;
}
.login-wrap .content {
    padding: 40px 30px;
}
.login-wrap .content .fill-input {
    height: 35px;width: 100%;
    padding:0 1em;
    border: 1px solid #cecece;
    border-radius: 0;
    margin-bottom: 10px;
}
.btn-login {
    width: 100%;
    background: url(../img/btn-bg.jpg) no-repeat center;
    background-size: 100% 100%;
    color:#fff;
    font-size: 16px;
    line-height: 2.8;
    cursor: pointer;
    margin-top: 32px;
}
.attract {
    margin-top: 5px;
    color:#000;
    font-size: 12px;
}
#agree {
    float: left;
    /*width: .32rem;height: .32rem;*/
}
.part-block {
    border: 1px solid #dbdee1;
}
.part-block>.title {
    background-color: #f7f7f7;
    font-size: 15px;
    color:#000;
    line-height: 2.4;
    padding-left: .8em;
}
.part-block>.title:before {
    content:'';
    width: 6px;height: 20px;
    background-color: #0361a9;
    display: inline-block;
    vertical-align: sub;
    margin-right: .8em;
}
.part-block .part-content {
    padding: 1.3em 1.6em;
    font-size: 15px;
    overflow: hidden;
}
.part-block .item {
    float: left;
    width: 360px;height: 200px;
    margin-bottom: 10px;
    margin-right: 2.3em;
}
.part-block .item:nth-child(3n) {
    margin-right: 0;
}
.part-block .item .item-title {
    background-color: #f8f8f8;
    font-size: 14px;
    line-height: 2.5em;
    padding: 0 .8em;
    margin-bottom: .3em;
}
.part-block .item-title .fr {
    font-size: 12px;
    color:#666;
}
.part-block .new-list li a{
    font-size: 14px;
    color:#666;
    line-height: 2.4;
}
.part-block .new-list li {
    padding: 0 .8em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.part-lm {
    overflow: hidden;
}
.part-lm .item{
    float: left;
    width: 420px;height: 310px;
    border: 1px solid #dbdee1;
    margin-right: 20px;
    margin-bottom: 20px;
}
.part-lm .item:nth-child(3n) {
    margin-right: 0;
}
.part-lm .item-title {
    border-bottom: 1px solid #dbdee1;
}
.part-lm .item-title .text{
    width: 130px;
    height:36px;
    background: url(../img/title-bg.jpg) no-repeat center;
    background-size: 100% 100%;
    font-size: 16px;
    color:#fff;
    display: inline-block;
    line-height: 2.4;
    text-align: center;
}
.part-lm .item-title .fr {
    font-size: 14px;
    color:#000;
    margin: .65em 1em;
    font-family: SimSun;
}
.part-lm .item .new-list {
    font-size: 14px;
    line-height: 32px;
    padding: 7px 0;
}
.part-lm .new-list li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding:0 15px 0 5px;
}
.part-lm .new-list li:before {
    content: '';
    float: left;
    width: 3px;height: 3px;
    border-radius: 50%;
    background-color: #666;
    color:#666;
    margin-right: 1em;
    margin-left: 1em;
    margin-top: 1em;
}
.part-lm .item-s {width: 320px;}
.part-lm .item-s .item-title {
    background-color: #639d39;
    color:#fff;
    font-size: 16px;
    line-height: 2.1;
    padding: 0 1.2em;
}
.part-lm .item-s .img-link {
    margin: 14px 20px;
    display: block;
}
.part-friendlink {
    border: 1px solid #dbdee1;
    padding: .4em 2em 1.5em;
}
.part-friendlink .title {
    font-size: 16px;
    color:#333333;
    margin-bottom: .5em;
}
.part-friendlink .part-content a{
    color: #777777;
    font-size: 12px;
    margin-right: 2em;
    white-space: nowrap;
    margin-top: .3em;
    display: inline-block;
}
.item-s .item-title .fr {
    font-size: 14px;
    color:#fff; margin:0.20em 0em;
}

.footer {
    background-color: #f4f4f4;position:relative;
    color: #6e6e6e; font-size:12px;
    line-height: 2.4;
    text-align: center;
    border-top: 1px solid #639d39;
    margin-top: 20px;
    padding: 1em 0;
}
.footer a {color: #6e6e6e; font-size:12px;}
.footer .lxwm{ position:absolute; right:0px; top:10px;}
.footer .lxwm ul{ padding:10px 18px;}
.footer .lxwm ul li{ width:141px; height:122px; display:block; float:left; text-align:center}
.footer .lxwm ul p{ font-size:14px; line-height:28px;}
.pc {display: block;}
/*- demoaa--------------------------- */
#demoaa {overflow:hidden;height: 254px; width:290px;}
#demoaa a{ margin-left:18px; margin-bottom:10px;}
#demoaa a img{ border-bottom:5px #FFFFFF solid;}
#indemoaa {height: 1800%;}

.shipin{ padding:0 20px; height:145px;}
.shipin dl{width:138px;height:170px;  padding:9px 15px;}
.shipin a{width:148px;height:150px; }
.shipin dl dd { width:138px; text-align:center;}
