﻿@charset "UTF-8";
/*
    Css for PEL,    ver 1.0
    CopyRight By Dongyi Network Technology CO.,Ltd Design Center

    本网站通用布局
*/
/* Css Reset */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
img {
    padding: 0;
    margin: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    vertical-align: top;
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var,
i {
    font-weight: normal;
    font-style: normal;
}
ol,
ul,
li {
    list-style: none;
}
div,
dl,
dt,
dd,
ol,
ul,
li {
    zoom: 1;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
}
pre {
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    font-size: 15px;
    line-height: 1.8;
    font-family: "Microsoft YaHei", 'PingFang SC', SimSun, Arial, Helvetica, Tahoma, sans-serif;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu,
time {
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1;
}
/* Public */
body {
    color: #333;
    font-size: 15px;
    line-height: 48px;
    font-family: "Microsoft YaHei", 'PingFang SC', SimSun, Arial, Helvetica, Tahoma, sans-serif;
    text-align: center;
    -webkit-text-size-adjust: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #E20500;
    text-decoration: underline;
}
.clearbox {
    border: none;
    border-top: 1px solid transparent !important;
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin-top: -1px !important;
    visibility: hidden;
}
.blank {
    display: block;
    height: 20px;
    font-size: 0px;
    line-height: 0;
    overflow: hidden;
    clear: both;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
* html .clearfix {
    height: 1%;
}
* + html .clearfix {
    min-height: 1%;
}
.fl {
    float: left !important;
}
.fr {
    float: right !important;
}
.hide {
    display: none;
}
input[type=button],
input[type=submit],
input[type=file],
button {
    cursor: pointer;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}
/* frame */
body {
    text-align: center;
    min-width: 1200px;
    background-color: #f5f5f5;
}
.wrap {
   
}
.siteWidth,.container {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
}
#header { height: 210px; background: url(../img/head-bg.jpg) repeat center top; min-width: 1200px; z-index: 3; position: relative; }
#header.header-topNav-fixed {
    z-index: 9999;
}
#content {
    clear: both;
    position: relative;
    min-height: 300px;
    text-align: left;
}
#content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

/* 搜索框 */
.siteSearchBar { position: absolute; right: 0; top: 60px; height: 44px; width: 400px;}
.s-form { vertical-align: top; height: 44px; position: relative;}
.s-form .input-box input { width: 278px; vertical-align: top; height: 42px; font-size: 14px; border: 1px solid #ccc; outline: none; border-radius: 25px; padding-left: 20px; padding-right: 100px;}
.s-form .btn-box { position: absolute; right: 0; top: 0; *top: 2px; width: 100px; height: 44px; }
.s-form .btn-box input { height: 44px; line-height: 44px; float: left; overflow: hidden; border: none; border-radius: 25px; font-size: 16px; color: #fff; text-indent: 1.5em; background:#49b303 url(../img/icons-search.png) no-repeat 18px center; width: 100px; outline: none;}
.s-form .btn-box input:hover { background-color: #43a800;}
.s-form .select-box { display: none !important;}

/* notlogged */
.notlogged { float: right; height: 44px; margin-top: 50px; }
.notlogged a { display: block; margin-left: 10px; border-radius: 3px; width: 88px; height: 42px; line-height: 42px; border: 1px solid #7db55c; color: #30a801; background-color: #fff; text-align: center; float: left; font-size: 16px;}
.notlogged a:hover { border-color: #30a801; background-color: #7db55c;color: #fff; text-decoration: none; }

/* headerTop */
.headerTop { height: 140px; }

.userLinks { float: right;  z-index: 5; position: relative; color: #418d00; line-height: 36px; margin-top: 15px; padding-right: 20px; }
.userLinks i { padding: 0 20px; float: left;}
.userLinks a { color: #418d00; float: left; }
.phone { position: relative;  float: left;}
.phone dd { display: none; position: absolute; top: 30px; left: 50%; margin-left: -54px; } 
.phone.on dd { display: block; }
.phone.on dd:before { content: ""; display: block; width: 0; height: 0; border: 6px solid transparent; border-bottom: 6px solid #fff; margin: 0 auto;}
.phone.on dd img { border: 4px solid #fff; width: 100px; }

/* logo */
#logo { float: left; margin-top: 30px;}
#logo img { max-width: 450px;}

/* 导航 */
.topNav { position: relative; background: url(../img/nav-bg.jpg) repeat-x; height: 57px; padding-top: 13px; }
.topNav-fixed { position: fixed; z-index: 2000; top: 0; left: 0; width: 100%; -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, .3); -moz-box-shadow: 0px 2px 5px rgba(0, 0, 0, .3); box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);}
#mainNav *{ zoom:1; vertical-align:top;}
#mainNav .li1 { float: left; margin-right: 7px; *margin-right: 5px; height: 57px; } 
#mainNav .li1 .h1,#mainNav .li1 .h2 { padding: 2px; border: 1px solid rgba(26, 79, 0 ,0);}
#mainNav .li1 a.a1 { padding: 0 20px; font-size: 20px; color: #e8ffdd; line-height: 35px; height: 35px; border: 1px solid rgba(47, 140, 1, 0);  display: block; text-shadow: 0.5px 0.866px 2px rgba(0, 0, 0, 0.5); position: relative; }
#mainNav .on1 .h1,#mainNav li.li1:hover .h1 { border: 1px solid #1a4f00; background-color: #226501; }
#mainNav .on1 .a1,#mainNav li.li1:hover .a1 { text-decoration:none; border: 1px solid #2f8c01 !important; }
#mainNav .on1 .a1:after { content: ""; position: absolute; right: -1px; top: -1px; display: block; height: 35px; width: 8px; background: url(../img/nav-on.png) no-repeat right top; }
#mainNav .on1 .a1:before { content: ""; position: absolute; left: -1px; top: -1px; display: block; height: 35px; width: 8px; background: url(../img/nav-on.png) no-repeat left top; }
#mainNav .li1 .ul1 { display:none; position:absolute; top:57px; left:0px; height: 50px; background: url(../img/png-03.png) repeat; width: 1130px; padding: 15px 35px; border-radius: 0 0 8px 8px; } 
#mainNav .li1 .ul1 li { float: left; margin-right: 15px;}
#mainNav .li1 .ul1 li a.a2 { font-size: 18px; display: block; padding: 0 20px; color: #fff; line-height: 35px; height: 35px; position: relative;}
#mainNav .li1 .ul1 li:hover .h2 {border: 1px solid #1a4f00; background-color: #226501; }
#mainNav .li1 .ul1 li:hover a.a2 {text-decoration:none; border: 1px solid #2f8c01; line-height: 33px; height: 33px; padding: 0 19px;}
#mainNav .li1 .ul1 li:hover a.a2:after { content: ""; position: absolute; right: -1px; top: -1px; display: block; height: 35px; width: 8px; background: url(../img/nav-on.png) no-repeat right top; }
#mainNav .li1 .ul1 li:hover a.a2:before { content: ""; position: absolute; left: -1px; top: -1px; display: block; height: 35px; width: 8px; background: url(../img/nav-on.png) no-repeat left top; }

#mainNav .last1 { margin-right: 0; }

/* 位置导航 */
.path { color: #666; line-height: 20px; text-align: left; font-size: 14px; line-height: 40px; height: 40px; background-color: #f5f5f5; padding: 0 20px; margin-bottom: 25px;}
.path a,.path span { padding: 0 3px; color: #666;}
.path em { background:url(../img/icons-path.png) no-repeat left center; padding-left: 30px; }


/*footer*/
#footer { background: url(../img/foot-bg.png) repeat; border-top: 2px solid #2f8f00; min-width: 1200px; clear: both; text-align: left; padding: 30px 0; }

.copyRight { float: left; width: 430px; padding-left: 20px; line-height: 36px; }
.copyRight .ba { position: relative; top: 14px; }

/* massge */
.massge { float: left; padding-left: 80px; width: 420px; margin-top: 10px;}
.massge h3 { line-height: 30px; height: 30px; color: #666; clear: both; }
.massge .tel { font-size: 26px; font-weight: bold; color: #ff7800; }
.massge li { height: 44px; width: 200px; border-radius: 5px; background-color: #209fe2; margin-bottom: 10px; float: left; }
.massge li a,.massge li span { padding-left: 55px; line-height: 44px; color: #fff; display: block; }
.massge li:hover a { text-decoration: none; }
.massge li.li1 { margin-top: 10px; }
.massge li.li2 { background-color: #18c28c; margin-bottom: 10px; margin-top: 10px; float: right; }
.massge li.li1:hover { background-color: #0085cb; }
.massge li.li1 a { background: url(../img/icons-mail.png) no-repeat 20px center; }
.massge li.li2 span { background: url(../img/icons-tel.png) no-repeat 25px center; }



#footer .pics { float: right; width: 220px; position: relative; height: 180px;}
#footer .pics li { position: absolute; right: 0; }
#footer .pics .li1 { height: 35px;  bottom: 20px; }
#footer .pics .li1 img { width: 211px; height: 35px;}
#footer .pics .li2 { bottom: 70px;  }
#footer .pics .li2 img { height: 61px; }

/* 图片经过效果 */
.pic a{ display: block; position: relative;transition: all 200ms ease 0s;overflow: hidden;}
.pic a:hover{filter: alpha(opacity=80);opacity: .8;}
.pic a:before{content: "";position: absolute;width: 100px;height: 100%;top: 0;left: -100%;overflow: hidden;background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);background: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .2)), color-stop(100%, rgba(255, 255, 255, 0)));background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, 0) 100%);-webkit-transform: skewX(-30deg);-moz-transform: skewX(-30deg);transform: skewX(-30deg);}
.pic a:hover:before{left: 150%;transition: left 1s ease 0s}



/* box */
.box { background-color: #fff; }
.box .hd { padding-top: 5px; height: 55px; border-bottom: 1px solid #e9e9e9; line-height: 55px; }
.box .hd h3 { float: left; font-size: 20px; padding-left: 20px; }
.box .hd h3 a { color: #2f8f00; }
.box .hd a.more { padding-right: 20px; float: right; font-size: 14px; color: #999; }
.box .hd li { float: left; font-size: 20px; padding-top: 15px; width: 50%;}
.box .hd li a { display: block; height: 24px; line-height: 24px; border-right: 1px solid #e9e9e9; text-align: center; }
.box .hd li.on a { color: #2f8f00; }
.box .hd li.last a { border-right: 0; }
.box .hd li:hover a { text-decoration: none;}
.box .bd { clear: both; padding:10px 20px 0; }


/* top-list */
.top-list li.t { clear: both; height: 90px; overflow: hidden; margin-bottom: 20px; }
.top-list li.t .pic { width: 120px; height: 90px; margin-right: 20px; float: left; }
.top-list li.t .pic img { width: 120px; height: 90px; line-height: 22px; overflow: hidden; }
.top-list li.t .con { overflow: hidden; position: relative; height: 80px; padding-top: 10px; }
.top-list li.t .con .title { line-height: 20px; }
.top-list li.t .con .intro { line-height: 24px; color: #999; font-size: 14px; height: 48px; overflow: hidden; }
.top-list li.t .con .date { position: absolute; bottom: 10px; left: 0; color: #999; font-size: 14px; }
.top-list li.n { clear: both; height: 46px; line-height: 46px; overflow: hidden; white-space: normal; text-overflow: ellipsis; }
.top-list li.n span.date { float: right; color: #999; font-size: 14px; }


/* speBox */
.speBox { float: left; width: 384px; margin-right: 24px; }
.box-last { margin-right: 0; }

/* 右侧栏固定菜单 */
#roll-a { z-index: 9; position: fixed; bottom: 25%; left: 50%; margin-left: 620px; width: 160px; font-size: 12px; _display: none !important;}
#roll-a a.close { -webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all  0.5s;-o-transition:all 0.5s;transition:all 0.5s; z-index: 9; 
    position: absolute; right: 0; top: -10px; font-size: 12px; display: block; width: 16px; height: 16px; background-color: #2d8d00; border-radius: 100%; text-align: center; line-height: 16px; color: #fff; border: 1px solid #fff; }
#roll-a a.close:hover {text-decoration: none; transform: rotate(360deg) ;}
.sideFixed { width: 160px; font-size: 12px; }
.sideFixed li { margin-bottom: 10px; height: 80px;  }
.sideFixed li img { width: 160px; height: 80px; border-radius: 5px; overflow: hidden;}
.sideFixed .gt { display: none}
.sideFixed .gt a { background-position: center -284px;}



/* 左侧栏固定菜单 */
#roll {z-index: 9; _display: none !important; position: fixed;bottom: 20%; left: 0;   }
#roll a.close { -webkit-transition:all 0.5s;-moz-transition:all 0.5s;-ms-transition:all  0.5s;-o-transition:all 0.5s;transition:all 0.5s;
    position: absolute; right: 0; top: -8px; font-size: 12px; display: block; width: 16px; height: 16px; background-color: #fff; border-radius: 100%; text-align: center; line-height: 16px; color: #2d8d00; }
#roll a.close:hover {text-decoration: none; transform: rotate(360deg) ;}
.sideFixed-fl { background-color: #fff; padding: 10px; width: 120px;  border-radius: 5px 0 5px 5px; box-shadow: 1px 1.732px 5px 0px rgba(0, 0, 0, 0.2); }
.sideFixed-fl li { text-align: center; color: #4ca529; line-height: 30px; }
.sideFixed-fl li.li1 { border-bottom: 1px dashed #ddd; margin-bottom: 15px; padding-bottom: 5px; }
.sideFixed-fl .pic img { width: 120px; }

/* goTop */
#goTop {
    position: fixed;
    display: none;
    _display: none !important;
    width: 160px;
    height: 40px;
    bottom: 25%;
    margin-bottom: -50px;
    left: 50%;
    margin-left: 620px;
    z-index: 99;
    cursor: pointer;
    border-radius: 5px;
    background:#47b80f url(../img/icons-top1.png) no-repeat center;
}

@media screen and (max-width: 1550px) {
    #roll-a,#goTop {
        left: auto;
        right: 0;
        margin-left: 0;
    }
}

/* winMark */
#winMark {
    z-index: 1;
    width: 100%;
    display: none;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
}

/* side */
.side { width: 260px; float: left; margin-right: 30px;  }


/* infoListA */
.infoListA li {
    padding: 0 0 10px 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    line-height: 1.6;
    background: url(../img/dot.png) no-repeat left 9px;
    position: relative;
}
.infoListA .date {
    color: #999;
    float: right;
}
.infoListA .last {
    border-bottom: 0
}


/* 侧栏-栏目菜单 */
#sideMenu { }
#sideMenu .hd { background:#49b303 url(../img/side-menu-hd.jpg) no-repeat center top; border-radius: 5px 5px 0 0; }
#sideMenu .hd h3 {padding: 10px 20px 10px 80px; line-height: 30px; font-size: 24px; font-weight: bold; color: #fff; background: url(../img/icons-menu.png) no-repeat 25px center; }
#sideMenu .bd { padding-top: 10px; padding-bottom: 20px; }
#sideMenu .bd li { background: url(../img/menu-li.png) no-repeat 15px center; border-radius: 5px;}
#sideMenu .bd li a {
    display: block;
    padding: 10px 30px 10px 45px;
    line-height: 24px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    background: url(../img/arrow-li.png) no-repeat 90% center;
}
#sideMenu .bd li:hover,#sideMenu li.on { background:#49b303 url(../img/menu-li-on.png) no-repeat 15px center; }
#sideMenu .bd li a:hover,
#sideMenu .on a {
    text-decoration: none;
    color:#fff;
    background: url(../img/arrow-li-on.png) no-repeat 90% center;
}



/* mainContent */
.mainContent { overflow: hidden; }

.mHd { height: 60px; background-color: #f3f3f3; border-left: 5px solid #49b303; padding:0 20px; line-height: 60px;  }
.mHd h3 { font-size: 22px; }

/* 侧栏-栏目内搜索 */
#sideSearch .bd li {
    padding: 0 0 10px 0;
    overflow: hidden;
}
#sideSearch .nodes,
#sideSearch input,
#sideSearch button {
    height: 32px;
    line-height: 32px;
    width: 100%;
    border: 1px solid #ddd;
    font-size: 14px;
    font-family: "microsoft yahei";
    outline: none
}
#sideSearch .keyword {
    width: 60%;
    padding: 0 5px;
}
#sideSearch button {
    line-height: 28px;
    width: 32%;
    float: right;
    background: #0068B7;
    border-color: #0068B7;
    color: #fff;
}
/*验证码*/
div.codeinp input[type=text] {
    width: 100px !important;
    float: left;
    margin-right: 10px;
}
/* 通用底部按钮 */
.bot {
    text-align: center;
    padding: 0 0 20px 0;
}
.bot a,
.bot button {
    cursor: pointer;
    display: inline-block;
    height: 46px;
    line-height: 46px;
    padding: 0 5%;
    font-size: 16px;
    background: #0068B7;
    border: 0;
    color: #fff;
    margin: 0 2%;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.bot a:hover,
.bot button:hover {
    text-decoration: none;
    background: #077BD4;
}
/*--
颜色代码
#0068B7 深蓝色标题
#ddd 淡蓝色边框
--*/


.topNav{background: #2f8c01;}
#mainNav .on1 .h1, #mainNav li.li1:hover .h1,#mainNav .on1 .h1,#mainNav .li1 .ul1 li:hover .h2 {/* border: 1px solid #870709; *//* background-color: #870709; */}
#mainNav .on1 .a1:before,#mainNav .on1 .a1:after,#mainNav .li1 .ul1 li:hover a.a2:after ,#mainNav .li1 .ul1 li:hover a.a2:before {display: none}
#mainNav .on1 .a1, #mainNav li.li1:hover .a1,#mainNav .on1 .a1,#mainNav li.li1:hover .a2{border: none !important;}
#mainNav .li1 .ul1{background: #49b303;}