﻿@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

i {
    font-style: normal;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: 400;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

.hidden {
    display: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

.layui-layer {
    top: 234px!important;
}

input,
textarea,
select {
    font-family: inherit;
    font-weight: inherit;
    font-size: 100%;
    line-height: 1.2;
    margin: 0;
}

legend {
    color: #000;
}

a img,
img {
    -ms-interpolation-mode: bicubic;
}

html {
    overflow: -moz-scrollbars-vertical;
}

body {
    background: #fff;
    font: 14px/1.6 arial, '\5FAE\8F6F\96C5\9ED1', helvetica, sans-serif;
    color: #333;
    font-family: Microsoft YaHei !important;
    overflow-x: hidden;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

body a {
    outline: none;
    blr: expression(this.onFocus=this.blur());
}

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.left,
.fl {
    float: left;
}

.right,
.fr {
    float: right;
}

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.w12001 {
    width: 1300px;
    margin: 0 auto;
}
.top {
    height: 42px;
    line-height: 42px;
    color: #fff;
    background: #007B3D;
}

.top .right {
    text-align: right;
}

.top .right span {
    cursor: pointer;
    display: block;
    float: right;
}

.top .right span a {
    color: #fff;
}

.top .right input {
    display: block;
    float: right;
    width: 227px;
    height: 28px;
    border: 0;
    background: url("../images/sosuo.jpg") 5px 50% no-repeat;
    background-color: #EFEFEF;
    margin-top: 7px;
}

.top .right .ewm_weixin {
    display: block;
    width: 90px;
    position: absolute;
    bottom: -85px;
    right: -35px;
    display: none;
    z-index: 100;
}

.top .right .weixin {
    width: 40px;
    height: 42px;
    display: inline-block;
    background: url("../images/weixin-icon.png") 50% 10px no-repeat;
    vertical-align: middle;
    background-size: 50%;
}

.top .right .weixin img {
    width: 90px;
    height: 90px;
}

.top .right .weixin:hover .ewm_weixin {
    display: block;
}

.nav {
    font-size: 16px;
}

.nav li {
    float: left;
    width: 110px;
    text-align: center;
    border-bottom: 2px solid #fff;
    color: #666;
}

.nav li+a {
    display: block;
    height: 65px;
}

.nav li.active {
    border-bottom: 2px solid #007B3D;
}

.nav li:hover {
    border-bottom: 2px solid #007B3D;
}

.head {
    padding: 15px 0 1px 0;
}

.head .logo {
    height: 54px;
    margin: 0 0 0 0;
}

.nav>li {
    height: 65px;
    line-height: 65px;
}

.nav>li>a {
    display: block;
}

.nav .childNav {
    width: 130%;
    display: none;
    opacity: 0;
    text-align: center;
    left: -10px;
    top: 62px;
    background: #007B3D;
    z-index: 100;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    color: #fff;
}

.nav .haschild:hover .childNav {
    opacity: 1;
    display: block;
}

.nav .childNav li {
    font-size: 14px;
    border-bottom: 0;
    line-height: 1.5em;
    width: 100%;
}

.nav .childNav li:hover {
    background: rgba(255, 255, 255, .1);
}

.nav .childNav li a {
    color: #fff;
    display: block;
    padding: 10px 0;
}


/*banner*/

.slideBox {
    /* width:1920px; */
    /* height:753px; */
    overflow: hidden;
    position: relative;
    /* border:1px solid #ddd; */
}

.slideBox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    /* right:25px; */
    bottom: 10px;
    z-index: 1;
    width: 100%;
}

.slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
    width: 100%;
    text-align: center;
}

.slideBox .hd ul li {
    display: inline-block;
    margin-right: 2px;
    height: 6px;
    opacity: 0.8;
    line-height: 14px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    width: 60px;
}

.slideBox .hd ul li.on {
    background: #007B3D;
    color: #fff;
    opacity: 1;
}

.slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    width: 100%;
    /* height:753px; */
    /* display:block; */
    overflow: hidden;
}

.section>.title {
    text-align: center;
    height: 40px;
    padding: 40px 0;
}

.slideBox .prev,
.slideBox .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 48px;
    height: 80px;
    background: url(../images/slider-arrow.png) 0 0 no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
}

.slideBox .next {
    left: auto;
    right: 3%;
    background-position: 100% 0;
}

.slideBox .prev:hover,
.slideBox .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox .prevStop {
    display: none;
}

.slideBox .nextStop {
    display: none;
}


/* 业务范围 */

.picScroll-left {
    overflow: hidden;
    position: relative;
    width: 1200px;
    margin: 0 auto;
}

.picScroll-left .hd {
    overflow: hidden;
    height: 30px;
    padding: 0 10px;
    text-align: center;
}

.picScroll-left .hd .next {
    background-position: 0 -50px;
}

.picScroll-left .hd .prevStop {
    background-position: -60px 0;
}

.picScroll-left .hd .nextStop {
    background-position: -60px -50px;
}

.picScroll-left .hd ul {
    overflow: hidden;
    zoom: 1;
    margin-top: 10px;
    zoom: 1;
    text-align: center;
}

.picScroll-left .hd ul li {
    display: inline-block;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    overflow: hidden;
    margin-right: 5px;
    text-indent: -999px;
    cursor: pointer;
    background: #ccc;
}

.picScroll-left .hd ul li.on {
    background: #007B3D;
}

.picScroll-left .bd {
    padding: 10px;
}

.picScroll-left .bd ul {
    overflow: hidden;
    zoom: 1;
}

.picScroll-left .bd ul li {
    float: left;
    _display: inline;
    overflow: hidden;
    text-align: center;
    width: 242px;
    height: 306px;
    cursor: pointer;
}

.picScroll-left .bd ul li:hover {
    background-color: #007B3D;
}

.picScroll-left .bd ul li .pic {
    width: 128px;
    height: 128px;
    background-image: url("../images/yw-icon-01.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    background-color: #515151;
    border-radius: 50%;
    margin: 30px auto;
}

.picScroll-left .bd ul li:hover .pic {
    background-color: #fff;
    background-position: 0 100%;
}

.picScroll-left .bd ul li .pic img {
    width: 242px;
    height: 306px;
}

.picScroll-left .bd ul li .title {
    line-height: 32px;
    height: 32px;
    text-align: center;
    color: #515151;
    font-size: 12px;
}

.picScroll-left .bd ul li .title>div:last-child {
    font-size: 16px;
}

.picScroll-left .bd ul li:hover .title {
    color: #fff;
}

.picScroll-left .bd ul li.curr {
    background-color: #007B3D;
}

.picScroll-left .bd ul li.curr .pic {
    background-color: #fff;
    background-position: 0 100%;
}

.picScroll-left .bd ul li.curr .title {
    color: #fff;
}

.section1 {
    padding-bottom: 100px;
}

.section2 {
    background: #F5F6F8;
    height: 650px;
}

#gsjj .left {
    width: 497px;
}

#gsjj .left img {
    width: 434px;
    height: 312px;
}

#gsjj .right {
    width: 700px;
}

#gsjj .right p {
    text-indent: 2em;
    margin: 10px 0;
    color: #666;
}

.link-bar {
    padding: 20px 0 40px 0;
}

.link-bar a {
    display: block;
    width: 300px;
    float: left;
}

.link-bar a>div {
    height: 60px;
    float: left;
}

.link-bar a>div:nth-child(1) {
    font-size: 40px;
    color: #aaa;
    font-weight: bold;
    line-height: 44px;
    padding-right: 10px;
}

.link-bar a>div:nth-child(2) div:nth-child(1) {
    font-size: 16px;
    color: #333;
}

.link-bar a>div:nth-child(2) div:nth-child(2) {
    font-size: 14px;
    color: #aaa;
}

.link-bar a:hover {
    margin-top: 1px;
}

.link-bar a:hover div {
    color: #007B3D !important;
}

.section3 .tab div {
    width: 280px;
    margin: 10px 10px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 14px;
    color: #666;
    background: #F2F0F1;
    float: left;
    cursor: pointer;
}

.section3 .tab-img img {
    width: 280px;
    height: 247px;
}

.section3 .tab-img img:hover {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.section3 .tab-img>div {
    margin: 10px 10px;
    width: 280px;
    float: left;
    height: 247px;
    overflow: hidden;
}

.section3 .tab-img>div div {
    height: 48px;
    line-height: 48px;
    color: #fff;
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.section3 .tab div.active {
    background: #007B3D;
    color: #fff;
}

.section3 .tab div.active a {
    color: #fff;
}

.tab-img {
    display: none;
}

.tabimg1 {
    display: block;
}

.section3,
.section5 {
    padding-bottom: 50px;
}

.section4 {
    padding-bottom: 50px;
    background: #F6F6F6;
}

.news-tab {
    text-align: center;
    height: 60px;
}

.news-tab span {
    display: inline-block;
    width: 100px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    color: #666;
    cursor: pointer;
}

.news-tab span:first-child {
    border-right: 1px solid #999;
}

.news-tab span:hover {
    color: #007B3D;
    font-weight: bold;
}

.news-tab span.curr {
    color: #007B3D;
    font-weight: bold;
}


/*新闻动态*/

.slideBox-news {
    width: 490px;
    height: 358px;
    overflow: hidden;
    position: relative;
}

.slideBox-news .hd {
    height: 25px;
    overflow: hidden;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: 1;
    width: 100%;
}

.slideBox-news .hd ul {
    overflow: hidden;
    zoom: 1;
    display: inline-block;
    text-align: center;
    padding: 5px 8px;
    background: #D4D5D6;
    border-radius: 10px;
}

.slideBox-news .hd ul li {
    float: left;
    margin-right: 2px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    background: #999;
    cursor: pointer;
}

.slideBox-news .hd ul li.on {
    background: #222;
    color: #fff;
}

.slideBox-news .bd {
    position: relative;
    height: 100%;
    z-index: 0;
}

.slideBox-news .bd li {
    zoom: 1;
    vertical-align: middle;
}

.slideBox-news .bd li a {
    display: block;
    position: relative;
}

.slideBox-news .bd li a .absolute {
    width: 100%;
    left: 0;
    bottom: 0;
    height: 40px;
    line-height: 40px;
    background: rgba(0, 0, 0, 0.4);
    color: #eee;
    text-indent: 2em;
}

.slideBox-news .bd img {
    width: 490px;
    height: 358px;
    display: block;
}

.slideBox-news .prev,
.slideBox-news .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/slider-arrow2.png) -72px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.8;
    background-color: #fff;
    border-radius: 50%;
    padding-bottom: 50px;
}

.slideBox-news .next {
    left: auto;
    right: 3%;
    background-position: 4px 5px;
}

.slideBox-news .prev:hover,
.slideBox-news .next:hover {
    filter: alpha(opacity=100);
    opacity: 1;
}

.slideBox-news .prevStop {
    display: none;
}

.slideBox-news .nextStop {
    display: none;
}

.slideBox-news .hd ul {
    display: inline-block;
}

.slideBox-news .hd {
    text-align: center;
}

.news-bar .news {
    display: block;
    margin: 0 0 20px 0;
}

.news-bar .news .news-title .left {
    width: 500px;
    font-size: 18px;
    color: #333;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-bar .news .news-title .right {
    width: 160px;
    font-size: 12px;
    color: #999;
    text-align: right;
}

.news-bar .news .news-title .right img {
    vertical-align: inherit;
    margin-right: 5px;
}

.news-bar>.right {
    width: 685px;
    display: none;
}

.news-bar .news .news-contant {
    color: #666;
    margin-top: 5px;
}

.news-bar .news :hover {
    /* color: #007B3D !important; */
}

.section5 .ys-img {
    height: 273px;
}

.section5 .ys-img img {
    height: 273px;
    width: 300px;
    transition: All 1s ease-in-out;
    -webkit-transition: All 1s ease-in-out;
    -moz-transition: All 1s ease-in-out;
    -o-transition: All 1s ease-in-out;
    cursor: pointer;
}


/*.section5 .ys-img img:hover{height: 273px;width: 300px;    transform: rotateY(360deg);*/


/*-webkit-transform: rotateY(360deg);*/


/*-moz-transform: rotateY(360deg);*/


/*-o-transform: rotateY(360deg);*/


/*-ms-transform: rotateY(360deg);}*/

.ys-bar>div {
    /* width: 25%; */
}

.ys-bar .ysdisc {
    height: 273px;
    width: 300px;
    background: #F6F6F6;
    z-index: 100;
}

.ys-bar .ysdisc.active {
    background: #007B3D;
    color: #fff!important;
}

.ys-bar .ysdisc img {
    top: 100px;
    width: 30px;
    height: 46px;
    z-index: 1000;
}

.ys-bar .ysdisc img.ys1arr,
.ys-bar .ysdisc img.ys2arr {
    left: -29px;
    top: 120px;
    width: 30px;
    height: 46px;
}

.ys-bar .ysdisc img.ys3arr,
.ys-bar .ysdisc img.ys4arr {
    right: -29px;
    top: 120px;
    width: 30px;
    height: 46px;
}

.ys-bar .ysdisc h3 {
    font-size: 18px;
    padding: 30px 0 20px 0;
    color: #333;
}

.ys-bar .ysdisc div {
    font-size: 14px;
    /* padding: 0 10px; */
    color: #666;
}

.ys-bar .ysdisc.active h3,
.ys-bar .ysdisc.active div {
    color: #fff!important;
}

.foot {
    padding: 80px 0 20px 0;
    background-color: #007B3D;
    color: #88C1A3;
}

.foot .bottom {
    text-align: center;
    height: 30px;
    line-height: 60px;
    border-top: 1px solid #88C1A3;
}

.fside1 {
    width: 624px;
}

.fside1 .logo-b {
    width: 229px;
    height: 62px;
    display: block;
    margin-bottom: 30px;
}

.fside1>div {
    line-height: 40px;
}

.fside1>div .tel-no {
    padding-left: 30px;
    margin-top: -15px;
}

.fside1 div img {
    width: 20px;
    vertical-align: text-bottom;
    margin-right: 10px;
}

.fside2 {
    width: 192px;
}

.fside2 .b-nav {
    border-left: 2px solid #aaa;
    font-size: 16px;
    text-indent: 1em;
    height: 20px;
    line-height: 20px;
}

.fside2 ul {
    margin-top: 35px;
}

.fside2 .wzewm {
    width: 110px;
    margin-top: 35px;
}

.fside2 ul li {
    height: 40px;
    line-height: 40px;
}

.fside2 ul li a {
    color: #88C1A3;
}

.fside2 ul li span {
    margin-left: 10px;
    color: #88C1A3;
}

.fside2 ul li a:hover span,
.fside2 ul li a:hover {
    color: #fff;
}


/*新闻列表*/

.listbanner {
    height: 270px;
}

.listbanner img {
    display: block;
    margin: 0 auto;
    height: 270px;
}

.list-contain {
    /* padding: 20px 0 100px 0; */
}

.list-contain>.left {
    width: 200px;
    margin-top: -30px;
    z-index: 10;
    position: relative;
}

.list-contain>.left>div {
    box-sizing: border-box;
}

.list-contain>.right {
    width: 960px;
    min-height: 700px;
}

.xwzx-img {
    /* width: 198px; */
    height: 127px;
    line-height: 127px;
    color: #fff;
    font-size: 30px;
    background-color: #36ba89;
    text-align: center;
}

.xwzx-nav {
    /* width: 196px; */
    border: 1px solid #eee;
}

.xwzx-nav li {
    font-size: 18px;
    line-height: 50px;
    cursor: pointer;
    /* text-align: center; */
    margin: 0 20px;
    border-bottom: 1px solid #ddd;
}

.xwzx-nav li:last-child {
    border-bottom: none;
}

.xwzx-nav li.active {
    color: #36ba89;
}

.xwzx-nav li.active a {
    color: #36ba89;
}

.xwzx-nav li a:hover {
    color: #36ba89;
}

.xwzx-nav li a {
    font-size: 14px;
    display: block;
}

.xwzx-nav li a img {
    margin-right: 20px;
}

.main-head h3 {
    padding-left: 20px;
    font-size: 22px;
    color: #222;
    padding-bottom: 30px;
    padding-top: 30px;
}

.main-head h3 span {
    font-size: 14px;
    color: #ccc;
    font-weight: normal;
    display: block;
}

.main-head .gt-icon {
    width: 15px;
    height: 15px;
    display: inline-block;
    line-height: 14px;
    text-align: center;
    font-size: 10px;
    color: #fff;
    background: #999;
    margin-right: 10px;
}

.main-head {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 3px;
}

.main-head .right {
    line-height: 120px;
}

.main-pic-list {
    padding: 25px 0 15px;
    border-bottom: 1px dashed #ddd;
}

.main-pic-list a {
    display: block;
}

.main-pic-list a .img-link {
    display: block;
    width: 200px;
    height: 150px;
    border: 1px solid #ddd;
    padding: 4px;
}

.main-pic-list a .img-link img {
    width: 200px;
    height: 150px;
}

.main-pic-list a .text-link span {
    width: 6px;
    height: 6px;
    background: #FFAA00;
    margin: 0 4px;
    display: inline-block;
}

.main-pic-list li {
    float: left;
    margin: 0 15px;
}

.main-pic-list a .text-link {
    width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 40px;
}

.main-pic-list a .img-link:hover {
    background-color: #fff4ce;
    border: #f60 1px solid
}

.main-pic-list a:hover .text-link {
    color: #ee8800
}

.news-list {
    padding-top: 10px;
}

.news-list li {
    height: 46px;
    line-height: 46px;
    border-bottom: 1px dashed #ddd;
}

.news-list li span {
    width: 6px;
    height: 6px;
    background: #FFAA00;
    margin: -5px 4px 0;
    display: inline-block;
}

.news-list li a:hover {
    color: #ee8800
}


/*新闻详情页*/

.main-desic h3 {
    padding: 15px 0;
    text-align: center;
    font-size: 20px;
    color: #000;
    font-weight: bold;
}

.main-desic .basicmes {
    height: 50px;
    line-height: 50px;
    border: 1px dashed #ddd;
    margin-bottom: 10px;
    text-align: center;
}

.main-desic .basicmes>div {
    width: 50%;
    color: #999;
    border: 0;
}

.main-desic .basicmes>div span {
    color: #666;
    margin: 0 20px 0 8px;
}

.main-desic .basicmes .left {
    text-align: right
}

.main-desic .basicmes .right {
    text-align: left;
    display: none;
}

.main-desic p {
    text-indent: 2em;
    padding: 5px 0;
}

.changepage {
    margin: 20px 0;
    font-size: 12px;
    line-height: 30px;
}

.changepage a {
    color: #666;
}

.by {
    font-size: 12px;
    color: #333;
    font-weight: bold;
    height: 30px;
}

.by a {
    color: #666;
    font-weight: normal
}

.by a:hover {
    color: #ee8800;
    font-weight: normal
}

.keywords {
    font-size: 12px;
    color: #666;
    height: 30px;
}


/*图片列表*/

.title-zz {
    border-bottom: 1px solid #ddd;
    padding: 20px 0 20px 0
}

.title-zz div:first-child {
    font-size: 20px;
    color: #000;
    height: 20px;
}

.title-zz div:last-child {
    font-size: 16px;
    color: #999;
    height: 16px;
}

.zz-img {
    margin-top: 20px;
}

.zz-img .example {
    float: left;
    width: 224px;
    margin: 10px 0;
}

.zz-img .example p {
    padding: 5px;
    border: 1px solid #ddd;
    text-align: center;
    margin: 6px;
}

.zz-img .example p:hover {
    background-color: #fff4ce;
    border: #f60 1px solid
}

.zz-img .example div {
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 200px;
    margin: 0 auto;
}

.zz-img .img-rounded {
    height: 160px;
    max-width: 200px;
}


/**/

.zoomify {
    cursor: pointer;
    /* cursor: -webkit-zoom-in;
    cursor: zoom-in; */
}

.zoomify.zoomed {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 1501;
}

.zoomify-shadow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1500;
    background: rgba(0, 0, 0, .3);
    opacity: 0;
}

.zoomify-shadow.zoomed {
    opacity: 1;
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}

.section-img li a {
    display: block;
}

.section-img li {
    float: left;
    width: 200px;
    height: 170px;
    border: 1px solid #ddd;
    margin: 20px 13px 20px 15px;
    padding: 4px;
    overflow: hidden;
}

.section-img li img {
    height: 170px;
    max-width: 100%;
}

.section-img li .absolute {
    width: 208px;
    height: 178px;
    background: rgba(0, 123, 61, 0.5);
    text-align: center;
    transition: All 0.5s ease-in-out;
    -webkit-transition: All 0.5s ease-in-out;
    -moz-transition: All 0.5s ease-in-out;
    -o-transition: All 0.5s ease-in-out;
    top: -200px;
    left: -4px;
}

.section-img li:hover .absolute {
    top: -4px;
}

.section-img li .absolute div {
    text-align: center;
    color: #fff;
    line-height: 40px;
    font-size: 16px;
    font-weight: bold;
}

.section-img li .absolute img {
    height: 40px;
    margin-top: 50px;
}


/*分页*/

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    float: right;
}

.pagination>li {
    display: inline
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 3px 7px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #FF9A35;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    /* border-bottom-left-radius: 4px; */
    /* border-top-left-radius: 4px; */
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    /* border-bottom-right-radius: 4px; */
    /* border-top-right-radius: 4px; */
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    background-color: #676767;
    border-color: #676767;
    cursor: default;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center
}

.pager li {
    display: inline
}

.pager li>a,
.pager li>span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.pager li>a:hover,
.pager li>a:focus {
    text-decoration: none;
    background-color: #eee
}

.pager .next>a,
.pager .next>span {
    float: right
}

.pager .previous>a,
.pager .previous>span {
    float: left
}

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus,
.pager .disabled>span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed
}


/* 自定义样式 */

.main-title {
    width: 200px;
    margin: 0 auto;
}

.main-title h2 {
    display: block;
    font-size: 28px;
    position: relative;
    z-index: 100;
}

.main-title-en {
    display: block;
    font-size: 20px;
    position: absolute;
    width: 100%;
    top: -10px;
    color: #ddd;
    z-index: -1;
}

.main-title-color {
    color: #007B3D;
}

.ys-bk {
    float: left;
    width: 50%;
}

.ys-bk a {
    display: block;
}

.ys-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #F6F6F6;
    transform: rotate(45deg);
    position: absolute;
    left: -20px;
    top: calc(50% - 20px);
    z-index: -1;
}

.ys-line {
    position: absolute;
    height: 1px;
    line-height: 1px;
    border-bottom: 1px solid #007B3D;
    display: inline-block;
    width: 50px;
    bottom: 10px;
    left: 0;
}

.ys-icon-right {
    left: auto;
    right: -20px;
}

.section5 .ys-img {
    width: 300px;
    overflow: hidden;
}

.ys-bar .ysdisc {
    box-sizing: border-box;
    padding: 20px;
}

.ys-bk a:hover .ys-img img {
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.about-title {
    font-size: 28px;
    color: #000000;
}

.about-title-en {
    color: #999;
    font-size: 14px;
    display: block;
}

.news-bar .news .news-title .left:hover {
    color: #007B3D;
}

.in-bg {
    background: url(../images/in_bg.jpg) repeat 0 0;
}

.page-left-img {
    margin-top: 10px;
}

.page-left-img img {
    display: block;
    margin-bottom: 10px;
}

.pagination li {
    display: inline-block;
    margin-right: 5px;
}

.pagination li a {
    padding: 5px;
    border: 1px solid #ddd;
    display: block;
}

.pagination li a.current {
    background-color: #ddd;
}

.ar_article.up_box {
    height: 180px;
    overflow: hidden;
    padding-top: 30px;
}

.ar_article.up_box p {
    float: right;
    width: 56%;
    line-height: 30px;
    color: #6b6b6b;
    font-size: 14px;
}

#list_slide {
    position: relative;
}

#list_slide dl {
    overflow: hidden;
    margin-bottom: 25px;
}

#list_slide dt {
    border: none;
    padding-bottom: 20px;
    border-bottom: 1px solid #dcdee0;
    display: block;
    position: relative;
    cursor: pointer;
}

#list_slide dt h1 {
    padding-left: 13px;
    border-left: 6px solid #df5538;
    color: #51575f;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    background: url(../images/icon_arrow_sfq_left.png) right center no-repeat;
    margin-right: 20px;
    display: block;
}

#list_slide dt h1 strong {
    display: block;
    font-size: 15px;
    line-height: 15px;
    margin-top: 0px;
    color: #1e1e24;
    height: 15px;
}

#list_slide dt h1 span {
    display: block;
    font-size: 11px;
    color: #afaeb4;
    line-height: 15px;
    margin-top: 2px;
    height: 15px;
    text-transform: uppercase;
}

#list_slide dd {
    display: none;
    line-height: 24px;
    position: relative;
}

#list_slide dd a.gojob {
    position: absolute;
    right: 0;
    bottom: 30px;
    border-radius: 3px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    display: block;
    width: 100px;
    color: #fff;
    background: #0d67c9;
}

#list_slide dd a.gojob:hover {
    background: #166faf
}

#list_slide dd p {
    line-height: 2;
    color: #646b78;
    font-size: 14px;
}

#list_slide dd .content {
    padding: 20px 0;
}

#list_slide dt.on h1 {
    background: url(../images/icon_arrow_sfq_un.png) right center no-repeat;
}


/*  友情链接  */

.flink {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.flink a {
    color: #88C1A3;
    margin: 0 10px;
    display: inline-block;
    font-size: 14px;
}


/*============== 联系我们 =====================*/

.n_content {
    min-height: 400px;
    margin-top: 50px;
}

.main_box {
    margin: 0 auto;
    width: 1200px;
    position: relative;
}

#n_main_box {
    margin-bottom: 20px;
}

#n_content {
    min-height: 300px;
    padding: 50px 0 0px;
}

#n_banner {
    display: block;
    width: 100%;
    height: 430px;
    position: relative;
}

#n_up_box {
    background: #f4f6f9;
}

#n_contact {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#n_contact .up_box {
    margin-bottom: 50px;
    position: relative;
    background: url(../images/bg_contact.jpg) right top no-repeat;
    min-height: 657px;
}

#n_contact .up_box .title {
    margin-bottom: 20px;
}

#n_contact .up_box .title strong {
    display: block;
    color: #51575f;
    font-size: 18px;
    margin-bottom: 8px;
    font-weight: bold;
}

#n_contact .up_box .title span {
    display: block;
    font-size: 12px;
    line-height: 12px;
    text-transform: uppercase;
    color: #6c6d70
}

#n_contact .up_box dl {
    width: 500px;
}

#n_contact .up_box dd {
    display: block;
    padding: 30px 0 0;
    height: 100px;
    border-bottom: 1px solid #e7e8ec;
    padding-left: 95px;
    position: relative;
}

#n_contact .up_box dd img.ewm {
    position: absolute;
    right: 0;
    top: 30px;
    height: 65px;
    width: 65px;
    display: block;
}

#n_contact .up_box dd strong {
    padding-top: 10px;
    padding-bottom: 3px;
    font-size: 15px;
    display: block;
    color: #545555;
}

#n_contact .up_box dd a {
    color: #545555;
    text-decoration: none;
}

#n_contact .up_box dd a:hover {
    color: #063579;
}

#n_contact .up_box span {
    font-size: 15px;
    color: #545555;
}

#n_contact a {
    color: #0d67c9;
    text-decoration: underline;
}

#n_contact .map_box {
    position: relative;
    display: block;
}

#n_contact .map {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

.side_bg {
    background-color: #eff2f4;
}


/* 联系我们位置导航 */

#in_nav {
    background: #f4f6f9;
    height: 48px;
}

#in_nav {
    position: relative;
    border-bottom: 1px solid #e7e7e8;
}

#in_nav .main_box {
    position: relative;
}

#in_nav h1 {
    padding: 0 0 0px 0px;
    font-size: 16px;
    color: #333;
    line-height: 48px;
    font-weight: bold
}

#in_nav h1 span {
    font-size: 14px;
    color: #404041;
    line-height: 48px;
    font-family: "Arial";
    text-transform: uppercase;
    padding-left: 5px;
    font-weight: normal;
    padding-left: 5px;
}

#position {
    position: absolute;
    line-height: 50px;
    height: 50px;
    right: 0px;
    top: 0px;
    color: #8a8c8e;
    font-size: 12px;
    background: url(../images/icon_home.png) left center no-repeat;
    padding-left: 22px;
}

#position span,
#position a,
#position i {
    font-size: 12px;
    color: #8a8c8e;
}

#position em {
    font-size: 12px;
    color: #053478;
    font-style: normal;
}

#position a:hover {
    color: #053478;
}

#n_nav {
    position: relative;
    height: 48px;
    line-height: 48px;
}

.main-im {
    position: fixed;
    right: 10px;
    top: 300px;
    z-index: 100;
    width: 110px;
    height: 272px;
}

.main-im .qq-a {
    display: block;
    width: 106px;
    height: 116px;
    font-size: 14px;
    color: #0484cd;
    text-align: center;
    position: relative;
}

.main-im .qq-a span {
    bottom: 5px;
    position: absolute;
    width: 90px;
    left: 10px;
}

.main-im .qq-hover-c {
    width: 70px;
    height: 70px;
    border-radius: 35px;
    position: absolute;
    left: 18px;
    top: 10px;
    overflow: hidden;
    z-index: 9;
}

.main-im .qq-container {
    z-index: 99;
    position: absolute;
    width: 109px;
    height: 118px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid #dddddd;
    background: url(../images/qq-icon-bg.png) no-repeat center 8px;
}

.main-im .img-qq {
    max-width: 60px;
    display: block;
    position: absolute;
    left: 6px;
    top: 3px;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.main-im .im-qq:hover .img-qq {
    max-width: 70px;
    left: 1px;
    top: 8px;
    position: absolute;
}

.main-im .im_main {
    background: #F9FAFB;
    border: 1px solid #dddddd;
    border-radius: 10px;
    background: #F9FAFB;
    display: none;
}

.main-im .im_main .im-tel {
    color: #000000;
    text-align: center;
    width: 109px;
    border-bottom: 1px solid #dddddd;
}

.main-im .im_main .im-tel div {
    font-weight: bold;
    font-size: 12px;
    margin-top: 6px;
}

.main-im .im_main .im-tel .tel-num {
    font-family: Arial;
    font-weight: bold;
    color: #e66d15;
}

.main-im .im_main .im-tel:hover {
    background: #fafafa;
}

.main-im .im_main .weixing-container {
    width: 55px;
    height: 47px;
    border-right: 1px solid #dddddd;
    background: #f5f5f5;
    border-bottom-left-radius: 10px;
    background: url(../images/weixing-icon.png) no-repeat center center;
    float: left;
}

.main-im .im_main .weixing-show {
    width: 112px;
    height: 172px;
    background: #ffffff;
    border-radius: 10px;
    border: 1px solid #dddddd;
    position: absolute;
    left: -125px;
    top: -126px;
}

.main-im .im_main .weixing-show .weixing-sanjiao {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #ffffff;
    border-width: 6px;
    left: 112px;
    top: 134px;
    position: absolute;
    z-index: 2;
}

.main-im .im_main .weixing-show .weixing-sanjiao-big {
    width: 0;
    height: 0;
    border-style: solid;
    border-color: transparent transparent transparent #dddddd;
    border-width: 8px;
    left: 112px;
    top: 132px;
    position: absolute;
}

.main-im .im_main .weixing-show .weixing-ma {
    width: 104px;
    height: 103px;
    padding-left: 5px;
    padding-top: 5px;
}

.main-im .im_main .weixing-show .weixing-txt {
    position: absolute;
    top: 110px;
    left: 7px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
}

.main-im .im_main .go-top {
    width: 50px;
    height: 47px;
    background: #f5f5f5;
    border-bottom-right-radius: 10px;
    background: url(../images/totop-icon.png) no-repeat center center;
    float: right;
}

.main-im .im_main .go-top a {
    display: block;
    width: 52px;
    height: 47px;
}

.main-im .close-im {
    position: absolute;
    right: 10px;
    top: -12px;
    z-index: 100;
    width: 24px;
    height: 24px;
}

.main-im .close-im a {
    display: block;
    width: 24px;
    height: 24px;
}

.main-im .close-im a:hover {
    text-decoration: none;
}

.main-im .open-im {
    cursor: pointer;
    margin-left: 68px;
    width: 40px;
    height: 133px;
}

.main-im .im-ewm {
    display: block;
    margin: 0 auto;
    width: 90px;
}

.side-box {
    overflow: hidden;
    width: 1180px;
    margin: 0 auto;
}

.year-list {
    padding-left: 60px;
    background: url(../images/shijiantiao.png) no-repeat 0 0;
    min-height: 660px;
    margin-top: 30px;
    padding-bottom: 70px;
}

.year-list ul {
    padding-top: 48px;
    padding-left: 10px;
}

.year-list ul li {
    padding-top: 13px;
    line-height: 39px;
    font-size: 14px;
}

.year-list ul li span {
    margin-right: 20px;
    font-size: 20px;
    color: #67a691;
}
