@charset "UTF-8";

/* css初始化 淘宝官网 样式初始化 */
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5tahoma, arial, \5b8b\4f53;
}



address,
cite,
dfn,
em,
var {
    font-style: normal;
}

code,
kbd,
pre,
samp {
    font-family: couriernew, courier, monospace;
}

small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    -webkit-text-size-adjust: none;
}

/* css初始化 淘宝官网 样式初始化-end*/








/* bootstrap自定义初始化-xj */
.container-fluid {
    padding: 0;
    margin: 0;
}
a {
    text-decoration: none;
}

a:hover {
    text-align: none;
}

a:link {
    text-decoration: none
}

li {
    list-style-type: none;
}

.clear {
    clear: both;
}

/* bootstrap自定义初始化-xj -end*/











/* footer */
.footerGreen {
    background-color: #3CA46A;
    height: 320px;
    color: #ffffff;
}

.footerGreen ul li>a{color: #fff;}

.footerNavigation {
    font-size: 12px;
}

.footerNavigation>li {
    margin: 0 16px;
    float: left;
    padding-top: 40px;
}

.footerNavigation>li>a>p {
    text-align: center;
    margin: 3px 0 0;
    font-size: 16px;
}

.footerNavigation>li.footerLine {
    line-height: 26px;
}

.footerAddres {
    margin-top: 20px;
}

.footerCopyright {
    margin-top: 10px;
}

.footerQrcode {
    padding-top: 20px;
}


.footerWhite {
    background-color: #ffffff;
    height: 112px;
    color: #217343;
}

.footerTel>div {
    float: left;
}

.footerTelFont {
    margin: 0 24px 0 10px;
}

.footerTelFont>p {
    font-size: 18px;
}

.footerTelFont1 {
    margin: 0;
    padding-top: 36px;
}

.footerTelImg {
    line-height: 112px;
}

.footerTelLine {
    line-height: 112px;
    margin-right: 24px;
}

.footerTelNum {
    padding-top:34px;
}

.footerTelNum>p{
    font-size:18px;
    line-height: 1.2em;
}

.footerSkyBlue {
    line-height: 112px;
    /*margin-left: 20px;*/
    font-size:14px;
}

.footerSkyBlue>img {
    width: 590px;
}

.footerLine {
    padding-top: 20px;
}

.footerFriendshipLinks{font-weight: bold;}
.footerFriendshipLinks2>span>a{margin:0 20px 0 0;color:#fff;}


/* footer -end*/

/* banner */
.bannerDiv>img {
    width: 100%;
    padding-top:100px;
}

/* banner - end*/





/* 路径导航 */
.pathNavigation {
    padding-top: 50px;
}
.pathNavigation .pull-right a{color:#333;}
.pathAbout {
    font-size: 24px;
    color: #3CA46A;
}
/* 路径导航 - end */






/* aside */
aside {
    margin-top: 116px;
}

aside a:hover {
    color: #1d5c1d;
}

.asideTitle {
    font-size: 24px;
    color: #1d5c1d;
    margin-bottom: 10px;
}

.asideNav {
    display: list-item;
    list-style-type: none;
    padding: 13px;
    text-align: center;
    border-top: 1px solid #eeeeee;
    color: #292929;
    font-size: 16px;
}

.asideActive {
    color: #1d5c1d;
}
/* aside - end */


/* content */
/*.contentDiv p {
    font-size: 14px;
}*/

article {
    margin-bottom: 20px;
}
/* content - end */