@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;
}
article, aside, dialog, footer, header, section, footer, nav, figure, menu, time {
    margin: 0;
    padding: 0;
    display: block;
    zoom: 1;
}
/* Public */
body {
    min-width: 1200px;
    color: #333;
    font-size: 15px;
    line-height: 1.8;
    font-family: "Microsoft YaHei", SimSun, Arial, Helvetica, Tahoma, sans-serif;
    text-align: center;
    -webkit-text-size-adjust: none;
    background: #f0f0f0;
    width: 100%;
    overflow-x: hidden;
}
a {
    color: #333;
    text-decoration: none;
    outline: none;
}
a:hover {
    color: #008a82;
    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%;
}
pre {
    font-size: 14px;
    font-family: "Microsoft YaHei";
    white-space: pre-wrap;
    word-wrap: break-word;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.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;
}
.siteWidth,.container {
    clear: both;
    max-width: 1200px;
    margin: 0 auto;
}
.wow { visibility: hidden; }
.wrap { max-width: 1920px; margin: 0 auto; background-color: #fff; position: relative; z-index: 0; }

/* 顶部 */
.topBar {
    float: right;
}
.topBar .a1,.topBar .spe,.topBar dl {
    float: left;
}
.topBar .a1 {
    cursor: pointer;
}
.topBar .spe {
    padding: 0 10px;
    color: #d1d1d1;
    font-size: 12px;
    font-family: "SimSun";
}
.topBar .links {
    line-height: 40px;
    float: right;
    font-size: 14px;
}
.topBar .links .on dt {
    color: #ccc;
}
.topBar .links .on dd {
    display: block;
}
.topBar .links dl {
    position: relative;
}
.topBar .links dt {
    cursor: pointer;
}
.topBar .links dd {
    clear: both;
    display: none;
    padding: 5px;
    background: #fff;
    position: absolute;
    right: 50%;
    top: 50px;
    margin-right: -55px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.topBar .links dd img {
    width: 100px;
    height: 100px;
}
.topBar .links>dl>dd>i {
    z-index: 8;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -3px;
    border-width: 5px;
    border-color: transparent;
    border-style: dashed;
    border-bottom-color: #fff;
    border-bottom-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}

.topBar .links .on dt {
    color: #ccc;
}
.topBar .a2 { color: #118d5f; }
.topBar .userLogged a { float: left; }

.topBox { clear: both; padding-top: 20px; position: relative; min-width: 400px;}
.topBox .tel { float: right; background: url(../../Base/img/icons-tel.png) no-repeat left center; font-weight: bold; padding-left: 40px; padding-right: 85px; font-size: 16px;  line-height: 20px; color: #52aa6d; }
.topBox .tel .p1 { width: 72px; }
.topBox .tel .p2 { font-size: 20px; }
.topBox .tel p {
  /*background-image: -moz-linear-gradient( 180deg, rgb(0,136,90) 0%, rgb(157,204,108) 100%);
  background-image: -webkit-linear-gradient( 180deg, rgb(0,136,90) 0%, rgb(157,204,108) 100%);
  background-image: -ms-linear-gradient( 180deg, rgb(0,136,90) 0%, rgb(157,204,108) 100%); 
  -webkit-background-clip:text;  color: transparent;*/
}
.topBox .btn-link { margin-left: 95px; display: block; float: right; width: 110px; line-height: 40px; height: 40px; transition: all 0.5s; text-align: center; color: #fff; font-size: 18px; font-weight: bold; background-color: #ff8400; border-radius: 20px; }
.topBox .btn-link:hover { text-decoration: none; background-color: #229764; }

/* 搜索 */
.s-form {
    position: absolute;
    right: 20px;
    top: 20px;
}
.s-form .btn {
    border: none;
    background: url(../../Base/img/icons-search.png) no-repeat center;
    width: 40px;
    height: 40px;
    font-size: 0;
    overflow: hidden;
    display: block;
    border-radius: 100%;
    outline: none;
}
.s-form .input-box {
    float: left;
    width: 0;
    overflow: hidden;
    margin-right: 5px;
    height: 40px;
}
#inputkeyword {
    height: 24px;
    line-height: 24px;
    padding: 8px 10px;
    width: 200px;
    background-color: #c7e2ac;
    border: none;
    outline: none;
    border-radius: 22px;
    position: relative;
}
.s-form .btn-box {
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background-color: #1e9664;
    background-image: -moz-linear-gradient( 180deg, rgb(0,136,90) 0%, rgb(157,204,108) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgb(0,136,90) 0%, rgb(157,204,108) 100%);
    background-image: -ms-linear-gradient( 180deg, rgb(0,136,90) 0%, rgb(157,204,108) 100%);
}


/*头部 */
#header {
    position: relative;
    z-index: 2;
    text-align: left;
}

.logoBox {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 135px;
}
.logoBox .logo {
    top: 30px;
    position: absolute;
    left: 0;
}
.logoBox .logo img {
    max-width: 860px;
}
/* 顶部注册登录 */
.topbar .links .userLogged {
    padding:0 8px;
    color:#fff;
}
.topbar .links .userLogged .spe {
    margin: 0 5px;
}

.userlogincomment .hd .on {
    border-color: #20885d !important;
}

.userlogincomment .hd .on a,.login-tip .registerlink a {
    color: #20885d !important;
}

.loginBtn {
    background-color: #20885d !important;
}
.loginBtn:hover {
    background-color: #10784d !important;
}

/*导航 */
.nav {
    position: relative;
    height: 60px;
    width: 100%;
    min-width: 1200px;
}
.nav:before {
    background-color:#309b65;
    background-image: -moz-linear-gradient( 180deg, rgba(0,136,90,0.8) 0%, rgba(157,204,108,0.8) 100%);
    background-image: -webkit-linear-gradient( 180deg, rgba(0,136,90,0.8) 0%, rgba(157,204,108,0.8) 100%);
    background-image: -ms-linear-gradient( 180deg, rgba(0,136,90,0.8) 0%, rgba(157,204,108,0.8) 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 1200px;
    height: 60px;
    opacity: 0.9;
    filter: alpha(opacity=90);
    display: block;
    content: "";
}
.nav .mainNav {
    position: relative;
    z-index: 1;
}
.nav a:hover {
    text-decoration: none
}
.nav .li1 {
    float: left;
    width: 20%;
    text-align: center;
    position: relative;
}
.nav .li1 .a1 {
    display: block;
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    position: relative;
    color: #fff;
}
.nav .li1 .a1::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -36px;
    height: 6px;
    background-color: #f3cb45;
    border-radius: 6px;
    width: 0;
    display: block;
    content: "";
    transition: all 0.5s;
}
.nav li.on1 .a1::after {
    width: 72px;    
}
.nav .ul1 {
    display: none;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50px;
    background: #f3cb45;
    border-radius: 6px;
}
.nav .ul1 li {
    border-bottom: 1px solid #e9bf34;
}
.nav .ul1 li.last2 {
    border-bottom: none;
}
.nav .ul1 .a2 {
    color: #fff;
    display: block;
    line-height: 24px;
    padding: 6px;
    font-size: 14px;
}
.nav .ul1 li.first2 a {
    border-radius: 6px 6px 0 0;
}
.nav .ul1 li.last2 a {
    border-bottom: none;
    border-radius: 0 0 6px 6px;
}
.nav .ul1 li a:hover {
    background-color: #21b28b;
}


/* fyBanner */
.fyBanner { display: none; }



/* 首页banner图切换 S*/
#indBanner {
    clear: both;
    text-align: center;
    min-width: 1200px;
    width: 100%;
    height: 640px;
    position: relative;
}
#indBanner .bd .con {
    display: none;
}
#indBanner .bd li {
    height: 640px;
    width: 100%;
    overflow: hidden;

}
#indBanner .prev, #indBanner .next {
    display: none;
}
#indBanner .hd {
    height: 18px;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 20px;
    text-align: center;
    font-size: 0;
    z-index: 5;
}
#indBanner .hd li {
    cursor: pointer;
    display: inline-block;
    *display: inline;
    zoom: 1;
    vertical-align: top;
    margin: 0 5px;
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}
#indBanner .hd li span {
    display: none;
}
#indBanner .hd .on {
    background: #ffbe00;
    border-color: #ffbe00;
}


/*内容区 */
#content {
    clear: both;
    text-align: left;
    position: relative;
    z-index: 1;
}
.side {
    float: right;
    margin-left: 50px;
    width: 300px;
}
.mainContent {
    overflow: hidden;
}

/*底部 */
#footer {
    clear: both;
    background: #3f816e url(../../Base/img/footBg.jpg) no-repeat center top;
    text-align: left;
    min-width: 1200px;
    width: 100%;
    font-size: 13px;
    color: #fff;
    line-height: 24px;
    padding: 40px 0 30px;
}
#footer a { color: #fff; }
#footer a:hover { color: #fef58d; text-decoration: none; }

/* friendLinks */
.friendLinks { background-color: #e8edeb; min-width: 1200px; width: 100%; padding: 10px 0; clear: both;}
.friendLinks h3 { float: left; line-height: 30px; font-size: 20px; font-weight: bold; }
.friendLinks ul { overflow: hidden; }
.friendLinks ul li { white-space: nowrap; line-height: 30px; height: 30px; padding: 0 20px; position: relative; float: left; font-size: 14px; }
.friendLinks ul li:after { position: absolute; right: 0; top: 10px; height: 11px; width: 1px; background-color: #bebebe;  display: block; content: "";}
.friendLinks ul li.last:after { display: none; }

/* footBox */
.footBox { float: left; width: 570px; padding-right: 10px; padding-top: 15px;}

/* foot-report */
.foot-report { float: left; width: 460px; }
.foot-report h3 { font-weight: bold; font-size: 16px; font-weight: bold; color: #fff; line-height: 40px; }
.foot-report .ul1 { overflow: hidden; margin-bottom: 10px; }
.foot-report .ul1 li {float: left;}
.foot-report .ul1 .spe { padding: 0 10px; }
.foot-report .ul2 .name { display: inline-block; text-align: justify; text-align-last: justify; text-justify:distribute-all-lines; width: 60px;}

/* box-ewm */
.box-ewm { overflow: hidden; }
.box-ewm li { text-align: center; }
.box-ewm .pic { width: 92px; height: 92px; border: 4px solid #fff; margin: 0 auto;}
.box-ewm .pic img { width: 92px; }
.box-ewm .title { line-height: 30px; height: 30px; }

/* foot-info */
.foot-info { margin-bottom: 25px; }
.foot-info .copyRight .ga { position: relative; top: 3px; }


/* 侧栏固定菜单 */
.sideFixed {
    z-index: 9;
    position: fixed;
    top: 50%;
    right: 5px;
    margin-top: -255px;
    width: 80px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
}
.sideFixed li { position: relative; height: 80px;}
.sideFixed li a {
    height: 70px;
    line-height: 30px;
    display: block;
    font-size: 12px;
    transition: all 0.5s;
    padding-top: 10px;
}
.sideFixed li a:hover, .sideFixed li.on a {
    background-color: #f7f7f7;
    text-decoration: none;
}
.sideFixed li i.icon { display: block; width: 80px; height: 32px; background: url(../../Base/img/icons-side.png) center -24px no-repeat; transition: all 0.5s; }
.sideFixed li:hover i.icon { transform: rotateY(180deg); } 
.sideFixed li.jktj i.icon { background-position: center -104px;}
.sideFixed li.jkzx i.icon { background-position: center -185px;}
.sideFixed li.zrxx i.icon { background-position: center -264px;}
.sideFixed li.jjjb i.icon { background-position: center -345px;}
.sideFixed li.wx i.icon { background-position: center -424px;}
.sideFixed li.wb i.icon { background-position: center -505px;}

.sideFixed li.gt { height: 30px; border-radius: 0 0 5px 5px;
background-image: -webkit-linear-gradient(rgb(0,136,90) 0%, rgb(157,204,108) 100%);
background-image: -o-linear-gradient(rgb(0,136,90) 0%, rgb(157,204,108) 100%);
background-image: linear-gradient(rgb(0,136,90) 0%, rgb(157,204,108) 100%);}
.sideFixed li.gt i.icon { background-position: center -585px;}
.sideFixed li.gt a { height: 30px; padding-top: 0; }
.sideFixed li.gt a:hover, .sideFixed li.gt.on a { background: none; }


.sideFixed .pic {
    display: none;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.sideFixed .pic img {
    width: 95px;
    height: 95px;
}
.sideFixed .on .pic {
    display: block;
    position: absolute;
    left: -118px;
    top: -25px;
    padding: 4px;
    background: #fff;
}
.sideFixed .on .pic i {
    z-index: 8;
    position: absolute;
    right: -10px;
    top: 50%;
    margin-top: -3px;
    border-width: 5px;
    border-color: transparent;
    border-style: dashed;
    border-left-color: #fff;
    border-left-style: solid;
    display: block;
    font-size: 0;
    line-height: 0;
    width: 0;
}



/* goTop */
#goTop {
    display: none !important;
}

/* winMark */
#winMark {
    z-index: 1;
    width: 100%;
    display: none;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, .8);
    left: 0;
    top: 0;
}

/* 首页-S------------------------------------------------------------------------ */
.row { padding: 40px 0; min-width: 1200px; width: 100%; }

/* box-fy */
.box-fy .Thd { height: 40px; line-height: 40px; margin-bottom: 25px; }
.box-fy .Thd h3 { font-size: 30px; font-weight: bold; line-height: 30px; float: left;}
.box-fy .Thd h3:hover a { text-decoration: none; }
.box-fy .Thd h3:before { content: ""; width: 5px; height: 28px; background-color: #309b65; border-radius: 3px; display: inline-block; position: relative; top: 3px; margin-right: 15px;
  background-image: -moz-linear-gradient( -90deg, rgb(0,136,90) 0%, rgb(157,204,108) 100%);
  background-image: -webkit-linear-gradient( -90deg, rgb(0,136,90) 0%, rgb(157,204,108) 100%);
  background-image: -ms-linear-gradient( -90deg, rgb(0,136,90) 0%, rgb(157,204,108) 100%); }
.box-fy .Thd h3 a { color: #13905d; }
.box-fy .Thd a.more { float: right; display: block; padding: 0 40px 0 20px; transition: all 0.5s; height: 28px; border: 1px solid #fff; background:#fff url(../../Base/img/arrow-more.png) no-repeat 87% 10px; color: #17925e; font-size: 14px; line-height: 28px; border-radius: 30px; }
.box-fy .Thd a.more:hover { background-position: 87% -27px; background-color: #17925e; color: #fff; text-decoration: none; border-color: #17925e; }



/* box-news -----------------*/
.box-news { background: url(../../Base/img/row-bg-01.jpg) no-repeat center top fixed; padding-top: 50px; background-size: cover;}
.box-news .topDate-list { float: left; width: 600px; }



/* topDate-list */
.topDate-list li.t { height: 110px; padding-bottom: 22px; border-bottom: 1px dashed #cacaca; margin-bottom: 10px;}
.topDate-list li.t .date { float: left; width: 108px; height: 108px; margin-right: 20px; border: 1px solid #dedede; border-radius: 4px; background-color: #fff; text-align: center; }
.topDate-list li.t .date b { font-size: 24px; font-weight: normal; display: block; padding-top: 26px; line-height: 30px; color: #777;}
.topDate-list li.t .date span { font-size: 14px; color: #1a935e; }
.topDate-list li.t .con { overflow: hidden; }
.topDate-list li.t .title { line-height: 44px; height: 44px; font-size: 18px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.topDate-list li.t .intro { font-size: 14px; line-height: 28px; max-height: 56px; overflow: hidden; color: #666; }
.topDate-list li.n { line-height: 40px; font-size: 16px; clear: both; height: 40px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; background: url(../../Base/img/icons-dot.png) no-repeat left center; padding-left: 17px; }
.topDate-list li.n:hover { background: url(../../Base/img/icons-dot-green.png) no-repeat left center;  }
.topDate-list li.n span.date { float: right; color: #999; }

/* focusNews */
#focusNews { float: right; width: 560px; height: 380px; border-radius: 5px; }
#focusNews .bd .pic { overflow: hidden; }
#focusNews .bd .pic img { width: 560px; height: 380px; display: block; background-color: #f5f5f5; transition: all 0.5s; }
#focusNews .bd .pic:hover img { transform: scale(1.02); }


/* box-about------------------ */
.box-about { background: url(img/row-bg.jpg) no-repeat center top; padding-top: 25px; background-size: cover; }
.box-about .Thd h3 a { color: #fff; }
.box-about .Thd h3:before { background: #fff; }
.box-about .Thd .tips { float: right;  color: #fff; font-size: 18px; line-height: 30px; }
.box-about .Tbd { padding-top: 30px; }
.box-about .pic { overflow: hidden; width: 560px; height: 310px; border-radius: 5px; float: left; margin-right: 40px;}
.box-about .pic img { max-width: 560px; transition: all 0.5s; }
.box-about .pic:hover img { transform: scale(1.02); }
.box-about .con { overflow: hidden; padding-top: 10px; }
.box-about .intro { font-size: 16px; line-height: 40px; text-indent: 2em; }
.box-about .more { float: right; display: block; padding: 0 40px 0 20px; transition: all 0.5s; height: 28px; border: 1px solid #3da368; background:#fff url(../../Base/img/arrow-more.png) no-repeat 87% 10px; color: #3da368; font-size: 14px; line-height: 28px; border-radius: 30px; }
.box-about .more:hover { background-position: 87% -27px; background-color: #3da368; color: #fff; text-decoration: none; }


/* box-doc------------------------ */
.box-doc { background: url(../../Base/img/row-bg-03.jpg) no-repeat center top fixed; padding-top: 60px; height: 540px;  background-size: cover; padding-bottom: 0; }
.box-doc .Thd { margin-bottom: 5px; }
.box-doc .Thd h3 a { color: #fff; }
.box-doc .Thd h3:before { background: #fff; }
.box-doc .bd { margin-right: -30px; height: 420px; }
.box-doc .ind li { float: left; width: 340px; height: 140px; padding: 20px; cursor: pointer; border-radius: 5px; top: 0; position: relative; transition: all 0.5s; background-color: #fff; margin-top: 20px; margin-right: 30px; box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2); }
.box-doc .ind li:hover { box-shadow: 0px 0px 10px 0px rgba(9, 64, 24, 0.8); top: -5px; }
.box-doc .ind .pic { float: left; width: 100px; height: 140px; margin-right: 20px; overflow: hidden;}
.box-doc .ind .pic img { width: 100px; height: 140px; }
.box-doc .ind .con { overflow: hidden; }
.box-doc .ind .title { font-size: 16px; height: 36px; line-height: 36px; overflow: hidden; }
.box-doc .ind .duties { font-size: 14px; line-height: 22px; display: block; height: 42px; padding-bottom: 10px; overflow: hidden; color: #666; } 
.box-doc .ind .duties em { display: none; }
.box-doc .ind .intro { font-size: 12px; line-height: 22px; color: #999; max-height: 44px; overflow: hidden; border-top: 1px dashed #ccc; padding-top: 5px;} 
.box-doc .fd { text-align: center; clear: both; margin-top: 10px; }  
.box-doc .fd li { display: inline-block; *display: inline; vertical-align: top; width: 12px; height: 12px; border: 1px solid #fff; border-radius: 100%; font-size: 0; margin: 0 3px; cursor: pointer; }
.box-doc .fd li.on { background-color: #fff; }




/* 首页-E------------------------------------------------------------------------ */

/* 当前位置 */
.path {
    height: 49px;
    line-height: 49px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    border-top: 1px solid rgba(255,255,255,0.5)
}
.path em { background: url(../../Base/img/icons-path.png) no-repeat left center; padding-left: 25px; }
.path a, .path span {
    color: #fff
}









/*验证码*/
div.codeinp input[type=text] {
    width: 100px !important;
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc;
    height: 30px;
    padding: 0 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: #00923f;
    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: #008037;
}

/*--
颜色代码
#0068B7 深蓝色标题
#ddd 淡蓝色边框
--*/