@charset "utf-8";

* {
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
th,
td,
p,
blockquote,
pre,
form,
fieldset,
legend,
input,
button,
textarea,
hr,
span {
    margin: 0;
    padding: 0;
}

body {
    min-width: 1400px;
    font-size: 12px;
    font-family: "Microsoft YaHei" ! important;
    color: #262626;
    background: #fff;
    margin: 0 auto;
    padding: 0px;
}

a {
    text-decoration: none;
    color: #262626;
    outline: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}

img {
    border: 0px;
    vertical-align: middle;
}

li {
    list-style: none;
}

.pt10 {
    padding-top: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pn5 {
    padding: 5px;
}

.pt5 {
    padding-top: 5px;
}

.pl5 {
    padding-left: 5px;
}

.pr5 {
    padding-right: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt30 {
    margin-top: 30px;
}

.ml10 {
    margin-left: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.mn5 {
    margin: 5px;
}

.mt5 {
    margin-top: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.wrap {
    width: 1400px;
    margin: 0 auto;
}

.header .wrap {
    width: 97%;
    margin: 0 auto;
}

.header {
    width: 100%;
    height: 100px;
    padding: 21px 0;
    position: relative;
    z-index: 22;
    background: #FFFFFF;
}

.logo {
    float: left;
}

.logo img {
    height: 62px;
    float: left;
}

.nav {
    height: 36px;
    float: right;
}

.nav ul {
    float: left;
}

.nav ul li {
    float: left;
    position: relative;
    margin-left: 12px;
    margin-top: 15px;
}

.nav ul li h3 {
    float: left;
}

.nav ul li h3 a {
    height: 32px;
    font-size: 21px;
    color: #262626;
    line-height: 27px;
    font-weight: normal;
    float: left;
}

.nav ul li:hover h3 a {
    color: #009946;
    border-bottom: 2px solid #009946;
}

.nav ul li.on h3 a {
    color: #009946;
    border-bottom: 2px solid #009946;
}

.nav ul li dl {
    width: 100%;
    height: auto;
    float: left;
    position: absolute;
    overflow: hidden;
    z-index: 2;
    top: 44px;
    display: none;
    padding-top: 10px;
    padding-bottom: 10px;
    background: rgba(0, 106, 175, 0.8);
}

.nav ul li:hover dl {
    display: block;
}

.nav ul li dl dd {
    width: 100%;
    height: 40px;
    line-height: 40px;
    float: left;
}

.nav ul li dl dd a {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 16px;
    color: #ffffff;
    line-height: 40px;
}

.nav ul li dl dd a:hover {
    color: #262626;
    background: #ffffff;
}



.nav a.gohome {
    display: none;
}

.nav a.gohome i {
    display: none;
}

.nav a.gonav i {
    display: none;
}

.banner {
    width: 100%;
    overflow: hidden;
    position: relative;

}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    opacity: 1;

}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    opacity: 1;
    width: 16px;
    height: 16px;
    background: #FFFFFF;
}

.banner .swiper-slide img {
    width: 100%;
}

.main {
    width: 100%;
    overflow: hidden;
    padding-top: 40px;
}

.h2tit {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 80px;
    margin-bottom: 36px;
}

.h2tit h2 {
    font-weight: 600;
    font-size: 36px;
    color: #262626;
    line-height: 48px;
    float: left;
}

.h2tit span {
    font-weight: 400;
    font-size: 24px;
    color: #EEEEEE;
    line-height: 32px;
    display: block;
}

.h2tit a.more {
    float: right;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    margin-top: 29px;
}

.h2tit a.more:after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 16px;
    background: url(../images/h2more.png) no-repeat center center;
}

.about {
    width: 100%;
    overflow: hidden;
    background: url(../images/aboutbg.png) no-repeat center center;
    padding: 100px 0;
}

.aboutcon {
    /* width: 680px; */
    max-width: 1400px;
    height: auto;
    float: left;
}
.aboutcon span{text-wrap:initial!important;}
.aboutcon p {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #262626;
    line-height: 30px;
    text-wrap:initial!important;
}

.aboutcon a.more {
    width: 172px;
    height: 48px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #009946;
    display: inline-block;
    line-height: 46px;
    text-align: center;
    float: left;
    margin-top: 50px;
    font-size: 16px;
    color: #009946;
    text-transform: uppercase;
}

.aboutcon a.more:after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 16px;
    background: url(../images/jtmorehs.png) no-repeat center center;
}

.aboutimg {
    width: 540px;
    height: auto;
    float: right;
    position: relative;
}

.aboutimg img {
    width: 540px;
    height: auto;
    float: left;
    position: relative;
    z-index: 1;
}

.aboutimg:before {
    width: 540px;
    height: 316px;
    content: "";
    float: left;
    background: url(../images/aboutimgbg.png) no-repeat center center;
    position: absolute;
    left: -80px;
    bottom: -55px;
    z-index: 0;

}

.fgsjs {
    width: 100%;
    overflow: hidden;
    background: url(../images/fgsjsbg.png) no-repeat center center;
}

.fgsjslist {
    width: 100%;
    height: auto;
    float: left;
}

.fgsjslist ul {
    width: 100%;
    height: auto;
    float: left;
}

.fgsjslist ul li {
    width: 32%;
    height: 181px;
    float: left;
    margin-right: 2%;
    display: flex;
    background: #009946;
    align-items: center;
    padding: 6%;
    margin-bottom: 2%;
}

.fgsjslist ul li:nth-child(3n) {
    margin-right: 0;
}


.fgsjslist ul li img{
    width: 100%;
}
/*
.fgsjslist ul li i {
    width: 228px;
    height: 68px;
    float: left;
}
.fgsjslist ul li i.fgs1 {
    background: url(../images/beijing.png) no-repeat center center;
}

.fgsjslist ul li i.fgs2 {
    background: url(../images/huake.png) no-repeat center center;
}

.fgsjslist ul li i.fgs3 {
    background: url(../images/wuhan.png) no-repeat center center;
}

.fgsjslist ul li i.fgs4 {
    background: url(../images/shipin.png) no-repeat center center;
}

.fgsjslist ul li i.fgs5 {
    background: url(../images/dongbei.png) no-repeat center center;
}

.fgsjslist ul li i.fgs6 {
    background: url(../images/fgs6.png) no-repeat center center;
}

.fgsjslist ul li:hover i.fgs1 {
    background: url(../images/fgs1on.png) no-repeat center center;
}

.fgsjslist ul li:hover i.fgs2 {
    background: url(../images/fgs2on.png) no-repeat center center;
}

.fgsjslist ul li:hover i.fgs3 {
    background: url(../images/fgs3on.png) no-repeat center center;
}

.fgsjslist ul li:hover i.fgs4 {
    background: url(../images/fgs4on.png) no-repeat center center;
}

.fgsjslist ul li:hover i.fgs5 {
    background: url(../images/fgs5on.png) no-repeat center center;
}

.fgsjslist ul li:hover i.fgs6 {
    background: url(../images/fgs6on.png) no-repeat center center;
}
*/
.fgsjslist ul li h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 24px;
    color: #262626;
    line-height: 32px;
    margin-top: 36px;
    margin-bottom: 16px;
    text-align: center;
}

.fgsjslist ul li .line {
    width: 60px;
    height: 2px;
    background: #009946;
}

.fgsjslist ul li a {
    width: 172px;
    height: auto;
    line-height: 45px;
    float: left;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    margin-top: 60px;
    display: none;

}

.fgsjslist ul li a:after {
    content: "";
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-top: -2px;
    margin-left: 16px;
    background: url(../images/jtmorebs.png) no-repeat center center;
}

.fgsjslist ul li:hover {
    background: #009946;
}

.fgsjslist ul li:hover h3 {
    color: #fff;
}

.fgsjslist ul li:hover .line {
    background: #fff;
}

.fgsjslist ul li:hover a {
    display: block;
}

.spzs {
    width: 100%;
    overflow: hidden;
    background: url(../images/spzsbg.png) no-repeat center center;
}

.spzsqhq {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0 60px;
    margin-bottom: 80px;
}

.spzsqh {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    padding-left: 2px;
    padding-right: 2px;
}

.spzsqh .swiper-slide {
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;


}

.spzsqh .swiper-slide .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 71%;
    position: relative;
    float: left;
    overflow: hidden;
}

.spzsqh .swiper-slide .picbox img {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.spzsqh .swiper-slide:hover .picbox img {}

.spzsqh .swiper-slide .info {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    float: left;

}


.spzsqh .swiper-slide .zz {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    background: rgba(0, 0, 0, 0.55);

}

.spzsqh .swiper-slide .zz i {
    width: 60px;
    height: 60px;
    position: absolute;

    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px;
    background: url(../images/iplay.png) no-repeat center center/ 100% 100%;
}

.spzsqh .swiper-wrapper {}

.spzsqhq .swiper-button-next {
    width: 42px;
    height: 42px;
    overflow: hidden;
    line-height: 99px;
    top: 50%;
    margin-top: -21px;
    background: url(../images/rightlb.png) no-repeat center center/ 100% 100%;
}

.spzsqhq .swiper-button-prev {
    overflow: hidden;
    line-height: 99px;
    width: 42px;
    height: 42px;
    top: 50%;
    margin-top: -21px;
    background: url(../images/leftlb.png) no-repeat center center/ 100% 100%;
}

.spzsqhq .swiper-button-next:hover {
    background: url(../images/rightlbon.png) no-repeat center center/ 100% 100%;
}

.spzsqhq .swiper-button-prev:hover {
    background: url(../images/leftlbon.png) no-repeat center center/ 100% 100%;
}

.spzsqhq .swiper-button-next:after,
.spzsqhq .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.spzsqhq .swiper-button-prev:after,
.spzsqhq .swiper-container-rtl .swiper-button-next:after {
    display: none;
}


.tpzs {
    width: 100%;
    overflow: hidden;
    background: url(../images/tpzsbg.png) no-repeat center center;
}

.tpzsqhq {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    padding: 0 60px;
    margin-bottom: 80px;
}

.tpzsqh {
    width: 100%;
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
    padding-left: 2px;
    padding-right: 2px;
}

.tpzsqh .swiper-slide {
    height: auto;
    float: left;
    position: relative;
    overflow: hidden;
}

.tpzsqh .swiper-slide .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 66.2%;
    position: relative;
    float: left;
    overflow: hidden;
}

.tpzsqh .swiper-slide .picbox img {
    width: 100%;
    height: 100%;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.tpzsqh .swiper-slide:hover .picbox img {}


.tpzsqh .swiper-slide h3 {
    width: 100%;
    float: left;
    font-weight: 400;
    font-size: 16px;
    color: #262626;
    text-align: center;
    margin-top: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.tpzsqh .swiper-wrapper {}

.tpzsqhq .swiper-button-next {
    width: 42px;
    height: 42px;
    overflow: hidden;
    line-height: 99px;
    top: 50%;
    margin-top: -21px;
    background: url(../images/rightlb.png) no-repeat center center/ 100% 100%;
}

.tpzsqhq .swiper-button-prev {
    overflow: hidden;
    line-height: 99px;
    width: 42px;
    height: 42px;
    top: 50%;
    margin-top: -21px;
    background: url(../images/leftlb.png) no-repeat center center/ 100% 100%;
}

.tpzsqhq .swiper-button-next:hover {
    background: url(../images/rightlbon.png) no-repeat center center/ 100% 100%;
}

.tpzsqhq .swiper-button-prev:hover {
    background: url(../images/leftlbon.png) no-repeat center center/ 100% 100%;
}

.tpzsqhq .swiper-button-next:after,
.tpzsqhq .swiper-container-rtl .swiper-button-prev:after {
    display: none;
}

.tpzsqhq .swiper-button-prev:after,
.tpzsqhq .swiper-container-rtl .swiper-button-next:after {
    display: none;
}

.xwzx {
    width: 100%;
    overflow: hidden;
    background: url(../images/xwzxbg.png) no-repeat center center;
}

.xwzxlist {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 80px;
}

.xwzxlist ul {
    width: 100%;
    height: auto;
    float: left;
}

.xwzxlist ul li {
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
}

.xwzxlist ul li:nth-child(3n) {
    margin-right: 0
}

.xwzxlist ul li .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 62.22%;
    float: right;
    position: relative;
    overflow: hidden;
}

.xwzxlist ul li .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.xwzxlist ul li:hover .picbox img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.xwzxlist ul li .info {
    width: 100%;
    height: auto;
    float: left;
    padding: 24px 0;
}

.xwzxlist ul li .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 500;
    font-size: 16px;
    color: #262626;
    line-height: 30px;

}

.xwzxlist ul li .info p {
    width: 100%;
    height: 48px;
    overflow: hidden;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
    line-height: 24px;
    margin-bottom: 24px;
}

.xwzxlist ul li .date {
    width: 100%;
    height: auto;
    float: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xwzxlist ul li .date span {

    float: left;
    font-weight: 400;
    font-size: 12px;
    color: #999999;
    line-height: 24px;
}

.xwzxlist ul li .date i.more {
    width: 16px;
    height: 16px;
    margin-top: 4px;
    background: url(../images/leftlb.png) no-repeat center center/ 100% 100%;
    float: right;

}

.xwzxlist ul li .date i.line {
    width: 300px;
    display: inline-block;
    margin-left: 36px;
    margin-right: 36px;
    height: 1px;
    background: #E8E8E8;
    float: left;
}

.footer {
    width: 100%;
    padding-top: 60px;
    overflow: hidden;
    background: #F5F5F5;
}

.fttop {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #DEDEDE;
    margin-bottom: 36px;
}

.ftlogo {
    height: 76px;
    float: left;
    margin-bottom: 36px;
}

.ftlogo img {
    height: 76px;
    float: left;
}

.ftnav {
    height: auto;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
}


.ftnav a {
    display: inline-block;
    height: 36px;
    float: left;
    line-height: 36px;
    font-weight: 500;
    font-size: 16px;
    color: #262626;
    margin-left: 22px;
}

.ftnav a:hover {
    color: #009946;
}

.ftcontact {
    width: 1000px;
    height: auto;
    float: left;
}

.ftcontact dl {
    width: 100%;
    height: auto;
    float: left;

}

.ftcontact dl dt {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 36px;
    font-weight: 500;
    font-size: 18px;
    color: #262626;
    line-height: 30px;
}

.ftcontact dl dd {
    display: inline-block;
    height: 24px;
    float: left;
    line-height: 24px;
    font-weight: 400;
    font-size: 14px;
    color: #262626;
    margin-bottom: 24px;
    margin-right: 60px;
}

.ftcontact dl dd i {
    width: 24px;
    height: 24px;
    float: left;
    margin-right: 16px;
}

.ftcontact dl dd i.fttop1 {
    background: url(../images/fttop1.png) no-repeat center center / 100% 100%;
}

.ftcontact dl dd i.fttop2 {
    background: url(../images/fttop2.png) no-repeat center center / 100% 100%;
}

.ftcontact dl dd i.fttop3 {
    background: url(../images/fttop3.png) no-repeat center center / 100% 100%;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.ftewm {
    width: 362px;
    height: auto;
    float: right;
    margin-bottom: 60px;
}

.ftewm .ftewmpic {
    width: 145px;
    height: auto;
    margin-left: 36px;

}

.ftewm .ftewmpic img {
    width: 100%;
    height: auto;
    float: left;
}

.ftewm .ftewmpic span {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 16px;
    line-height: 18px;
    color: #666666;
    font-size: 14px;
    text-align: center;

}

.copyright {
    width: 100%;
    height: auto;
    float: left;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    margin-top: 40px;
}

.copyright a {
    color: #999999;
}


.nbanner {
    width: 100%;
    overflow: hidden;
    position: relative;

}

.nbanner img {
    width: 100%;
    height: auto;
    float: left;
}


.position {
    width: 100%;
    height: auto;
    float: left;
    margin: 25px 0 25px 0;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.position span {
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.position a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.position a:hover {
    color: #009946;
}


.pleft {
    width: 368px;
    background: #FBFBFB;
    border: 1px solid #E8E8E8;
    float: left;
    padding: 36px 24px;
}

.side_tit {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 24px;
}

.side_tit h2 {
    width: 100%;
    line-height: 24px;
    height: 24px;
    font-size: 20px;
    color: #262626;
    float: left;
}

.side_tit i {
    width: 80px;
    height: 2px;
    background: #009946;
    float: left;
    display: inline-block;
    margin-top: 16px;
}

.sidebar {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 20px;
}

.sidebar ul {
    width: 100%;
    height: auto;
    float: left;
}

.sidebar ul li {
    width: 100%;
    height: auto;
    float: left;
}

.sidebar ul li a {
    width: 100%;
    line-height: 48px;
    background: #F6F6F6;
    font-size: 16px;
    color: #262626;
    padding: 0 16px;
    margin-bottom: 16px;

    float: left;
}

.sidebar ul li a.on {
    color: #fff;
    background: #009946;

}

.sidebar ul li a:hover {
    color: #fff;
    background: #009946;

}

.lcontact {
    width: 100%;
    height: auto;
    float: left;
}

.lcontact p {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #E8E8E8;
    font-size: 16px;
    color: #262626;
    line-height: 68px;
    float: left;
}

.pright {
    width: 972px;
    float: right;
    margin-bottom: 44px;
}

.r_tit {
    width: 100%;
    height: 43px;
    float: left;
    border-bottom: 1px solid #E8E8E8;
    margin-bottom: 24px;
}

.r_tit h2 {
    width: 100%;
    line-height: 27px;
    font-size: 20px;
    color: #262626;
    float: left;
}

.r_tit h2 span {
    color: #009946;
}

.pro_lista {
    width: 100%;
    height: auto;
    float: left;

}

.pro_lista ul {
    width: 100%;
    height: auto;
    float: left;
}

.pro_lista ul li {
    width: 32%;
    height: auto;
    float: left;
    margin-right: 2%;
    margin-bottom: 36px;
}

.pro_lista ul li:nth-child(3n) {
    margin-right: 0
}

.pro_lista ul li .picbox {
    width: 100%;
    height: 0;
    padding-bottom: 90%;
    float: right;
    position: relative;
    overflow: hidden;
}

.pro_lista ul li .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.pro_lista ul li:hover .picbox img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.pro_lista ul li .info {
    width: 100%;
    height: auto;
    float: left;
    padding: 24px;
    border: 1px solid #E8E8E8;
}

.pro_lista ul li .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    text-align: center;
    font-weight: normal;
    margin-bottom: 16px;
    color: #262626;
}

.pro_lista ul li .info i {
    width: 100%;
    background: #F6F6F6;
    color: #262626;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;

    font-size: 16px;
    float: left;
}

.pro_lista ul li a:hover .info i {
    color: #fff;
    background: #009946;
}

.tg_pages {
    float: left;
    overflow: hidden;
    margin-bottom: 64px;

    text-align: center;
    width: 100%;
}

.tg_pages li {
    display: inline-block;
}

.tg_pages li a {
    border: 1px solid #E8E8E8;
    color: #262626;
    display: inline-block;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    margin-left: 8px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px 4px 4px 4px;
}

.tg_pages li.thisclass a {
    background: #009946 none repeat scroll 0 0;
    border: 1px solid #009946;
    color: #ffffff;
}

.tg_pages li a:hover {
    background: #009946 none repeat scroll 0 0;
    border: 1px solid #009946;
    color: #ffffff;
}

.article {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.article h1 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 24px;
    color: #000;
    margin-bottom: 3em;
    font-weight: normal;
    text-align: center;
}

.article .info {
    width: 100%;
    height: auto;
    float: left;
    padding: 0px;
    text-align: center;
    margin-bottom: 20px;
}

.article .info h3 {
    font-size: 16px;
}

.article .content {
    width: 100%;
    height: auto;
    float: left;
    line-height: 1.6;
    color: #333;
    font-size: 16px;
}

.article .content h2 {
    width: 100%;
    height: auto;
    float: left;
    line-height: 30px;
    margin: 5px 0;
    color: #333;
    font-size: 16px;
    border-bottom: 2px solid #009946;
    margin-top: 5px;
}

.article .content p {
    width: 100%;
    height: auto;
    float: left;
    line-height: 1.6;
    margin: 5px 0;
    color: #666;
}

.news_list {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 12px;
}

.news_list ul {
    width: 100%;
    height: auto;
    float: left;
}

.news_list ul li {
    width: 100%;
    height: auto;
    float: left;
    padding: 36px;
    box-shadow: 0px 3px 20px 1px rgba(0, 0, 0, 0.1);
    background: #FFFFFF;
    margin-bottom: 24px;
    border-bottom: 2px solid #009946;
}

.news_list ul li .picbox {
    width: 242px;
    height: 0;
    padding-bottom: 20.1%;
    margin-right: 24px;
    float: left;
    position: relative;
    overflow: hidden;
}

.news_list ul li .picbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.news_list ul li:hover .picbox img {
    -webkit-transform: scale(1.1, 1.1);
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.news_list ul li .info {
    width: calc(100% - 266px);
    float: right;
    height: auto;
}

.news_list ul li .info h3 {
    width: 100%;
    height: auto;
    float: left;
    font-size: 16px;
    font-style: normal;
    line-height: 20px;
    font-weight: normal;
    color: #262626;
}

.news_list ul li .info span {
    height: 17px;
    font-size: 14px;
    color: #999999;
    line-height: 17px;
    margin: 16px 0;
    float: left;
}

.news_list ul li .info span.hits {
    background: url(../images/iconhits.png) no-repeat left center;
    padding-left: 36px;
    margin-left: 60px;
}

.news_list ul li .info p {
    width: 100%;
    height: 44px;
    overflow: hidden;
    margin-bottom: 36px;
    float: left;
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}

.news_list ul li .info i {
    width: 123px;
    height: 34px;
    float: right;
    line-height: 32px;
    text-align: center;
    font-style: normal;
    font-size: 16px;
    color: #009946;
    border: 1px solid #009946;
}

.news_list ul li .info i em {
    width: 18px;
    height: 19px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;
    background: url(../images/hsrjt.png) no-repeat left center;
}

.news_list ul li a:hover .info i:hover {
    color: #ffffff;
    background: #009946;
}

.news_list ul li .info i:hover em {
    background: url(../images/hsrjt.png) no-repeat left center;
}