@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;
}
.wrap { max-width: 1920px; margin: 0 auto; background-color: #fff; position: relative; z-index: 0; }

/* 顶部 */
.topBar {
    float: right;
    width: 580px;
}
.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; font-size: 16px; margin-right: 60px; 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: 15px; 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-2 { background-color: #45a563; }
.topBox .btn-link:hover { text-decoration: none; background-color: #229764; }

/* 搜索 */
.s-form {
    position: absolute;
    /*right: 250px;*/
    right: 125px;
    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 {
    float: left;
    padding-top: 30px;
    max-width: 620px;
}
.logoBox .logo img {
    max-width: 620px;
}
/* 顶部注册登录 */
.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;
    text-align: center;
    position: relative;
    margin-right: 20px;
}
.nav .li1 .a1 {
    display: block;
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    position: relative;
    color: #fff;
    padding: 0 25px;
}
.nav .li1 .a1::after {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 6px;
    background-color: #f3cb45;
    border-radius: 6px;
    width: 0;
    display: block;
    content: "";
    transition: all 0.5s;
}
.nav li.on1 .a1::after {
    width: 100%;    
}
.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 10px;
    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;
}

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

/*底部 */
#footer {
    clear: both;
    background: #3f816e url(../../Base/img/footBg.jpg) no-repeat center top;
    text-align: center;
    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; }


/* 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: -295px;
    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;
}


/* pathWrap */
.pathWrap { position: absolute; top: 345px; width: 100%; left: 0; min-width: 1200px;}
.pathWrap:before { display: block; content: ""; position: absolute; top: 0; left: 0; width: 100%; min-width: 1200px; height: 1px; background-color: #fff; opacity: 0.5; filter: alpha(opacity=50); } 

/* 当前位置 */
.path {
    height: 49px;
    line-height: 49px;
    color: #fff;
    font-size: 14px;
    text-align: left;
    float: right;
    background: url(../../Base/img/icons-path.png) no-repeat left center; padding-left: 25px; 
}
.path em { display: none;}
.path a, .path span {
    color: #fff
}
/* 盒子 */
.box {}
.box .hd {
    height: 50px;
    line-height: 50px;
    border-bottom: 2px solid #d9d9d9;
}
.box .hd .more {
    float: right;
}
.box .hd h3 {
    float: left;
    border-bottom: 2px solid #046cbb;
}
.box .hd h3 a {
    display: block;
    font-size: 24px;
}
.box .hd li {
    display: inline-block;
    *display: inline;
    zoom: 1;
}
.box .hd li span, .box .hd li a {
    display: block;
    font-size: 24px;
    cursor: pointer;
}
.box .hd li.on {
    height: 48px;
    border-bottom: 2px solid #ff9f40;
}
.box .hd li.on span, .box .hd li.on a {
    color: #ff9f40;
}
.box .bd {
    padding-top: 20px;
}


/*验证码*/
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;
}

/* url_方块样式分页 */
.page {
    font-size: 0;
    text-align: center;
    padding: 25px 0;
    clear: both;
    line-height: 26px;
}
.page a, .page span {
    font-size: 12px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    border: 1px solid #d4d4d4;
    padding: 2px 10px;
    margin-right: 5px;
    vertical-align: top;
}
.page a:hover {
    border: 1px solid #12905d;
    text-decoration: none;
    color: #12905d;
}
.page .current {
    background: #12905d;
    border: 1px solid #12905d;
    color: #fff !important;
}
.page select {
    height: 18px;
    line-height: 18px;
    padding: 0 8px;
    background: #fff;
    border: 0;
    border: none;
    vertical-align: middle;
}

.page span.total,.page .select { display: none; }


/* content---------------------------------------------------------------- */
#content { padding-top: 610px; }
/* 首页banner图切换 S*/
#indBanner {
    clear: both;
    text-align: center;
    position: absolute;
    top: 135px;
    min-width: 1200px;
    width: 100%;
    left: 0;
    height: 670px;
}
#indBanner .bd .con {
    display: none;
}
#indBanner .bd li {
    height: 670px;
    width: 100%;
    overflow: hidden;

}
#indBanner .prev, #indBanner .next {
    display: none;
}
#indBanner .hd {
    height: 18px;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 100px;
    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;
}

/* box-fast--------------- */
.box-fast { position: absolute; top: 532px; left: 0; width: 100%; min-width: 1200px; height: 160px; visibility: hidden; z-index: 2;}
.box-fast .icons-font { width: 1200px; margin: 0 auto; }
.box-fast .icons-font li { width: 160px; height: 160px;  float: left; position: relative; margin-right: 48px; }
.box-fast .icons-font li.last { margin-right: 0; }
.box-fast .icons-font li a { display: block; padding-top: 35px; height: 125px; text-align: center; color: #14a180; font-size: 18px; border-radius: 10px; background-color: #fff; box-shadow: 0px 5px 5px 0px rgba(32, 151, 149, 0.3); transition: all 0.5s;}
.box-fast .icons-font i { display: block; width: 54px; height: 54px; margin: 0 auto 8px; background: url(../../Base/img/icons-font.png) no-repeat 0 0; transition: all 0.5s; }
.box-fast .icons-font li:hover a { text-decoration: none; color: #fff;}
.box-fast .icons-font .li2 i { background-position: 0 -160px; }
.box-fast .icons-font .li3 i { background-position: 0 -321px; }
.box-fast .icons-font .li4 i { background-position: 0 -481px; }
.box-fast .icons-font .li5 i { background-position: 0 -641px; }
.box-fast .icons-font .li6 i { background-position: 0 -801px; }

.box-fast .icons-font li:hover a { background: #21b28b; }
.box-fast .icons-font li:hover i { background-position: 0 -60px; }
.box-fast .icons-font .li2:hover i { background-position: 0 -220px; }
.box-fast .icons-font .li3:hover i { background-position: 0 -381px; }
.box-fast .icons-font .li4:hover i { background-position: 0 -541px; }
.box-fast .icons-font .li5:hover i { background-position: 0 -701px; }
.box-fast .icons-font .li6:hover i { background-position: 0 -861px; }

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

/* rowA------------------------ */
.rowA { background: url(../../Base/img/row-bg-01.jpg) no-repeat center top fixed; padding-top: 80px; background-size: cover;}

/* box-about */
.box-about { background-color: #fff; margin-top: 40px; overflow: hidden; }
.box-about .pic { width: 400px; float: left; overflow: hidden;}
.box-about .pic img { transition: all 0.5s; max-width: 400px; }
.box-about .pic:hover img { transform:scale(1.05);}

.box-about .con { overflow: hidden; padding: 30px 40px; }
.box-about .title { font-weight: bold; text-align: center; font-size: 28px; line-height: 40px; height: 40px; overflow: hidden; margin-bottom: 20px;}
.box-about .intro { font-size: 16px; line-height: 40px; text-align: justify;}

.box-about .btn-more { display: block;border-radius: 17px; line-height: 34px; height: 34px; color: #fff; letter-spacing: 0; transition: all 0.5s; text-align: center; width: 100px; font-size: 16px; margin-top: 30px;
    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%); }

.box-about .btn-more:hover { letter-spacing: 1px; }


/* Eng-nodePic */
.Eng-nodePic { overflow: hidden; padding-bottom: 20px; }
.Eng-nodePic li { float: left; width: 370px; height: 250px; text-align: center; position: relative; margin-right: 45px;}
.Eng-nodePic li.li1 { background: url(img/pic-01.jpg) no-repeat; }
.Eng-nodePic li.li2 { background: url(img/pic-02.jpg) no-repeat; }
.Eng-nodePic li.li3 { background: url(img/pic-03.jpg) no-repeat; margin-right: 0; }

.Eng-nodePic li a { display: block; position: absolute; line-height: 250px; color: #fff; font-size: 30px; text-align: center; width: 100%; letter-spacing: 0; transition: all 0.5s;  }
.Eng-nodePic li a:hover { text-decoration: none; letter-spacing: 1px;}

.Eng-nodePic li a:after { display: block; content: ""; width: 0; left: 50%; top: 155px; background-color: #fff; height: 2px; transition: all 0.5s; position: absolute; }
.Eng-nodePic li:hover a:after { width: 80px; margin-left: -40px; }



/* nodeList */
.nodeList li { width:33.33%; float: left; margin-top: 15px;}
.nodeList li a { display: block; height: 50px; border: 1px solid #ddd; margin: 0 15px; text-align: center; padding: 5px; line-height: 50px;}
.nodeList li:hover a { border-color: #00a460; background-color: #00a460; color: #fff; text-decoration: none; }

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