﻿@charset"utf-8";
.abrul,
.prolist {
    width: 1200px;
    clear: both;
    display: block;
    overflow: hidden
}

.prolist ul li {
    width: calc(100% / 3 - 35px);
    height: 280px;
    float: left;
    margin-right: 50px;
    margin-bottom: 50px;
    overflow: hidden
}

.prolist ul li:nth-child(3n) {
    margin-right: 0
}

.prolist ul li a img {
    width: 100%;
    height: 245px;
    -webkit-transition: all.3s linear;
    -o-transition: all.3s linear;
    transition: all.3s linear
}

.prolist ul li a:hover img {
    -webkit-transition: all.3s linear;
    -o-transition: all.3s linear;
    transition: all.3s linear;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05)
}

.prolist ul li a span {
    display: block;
    height: 35px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    background-color: #7d7d7d
}

.da-thumbs {
    list-style: none;
    /*height: 360px;*/
    position: relative;
    margin: 10px 0 25px 0;
    padding: 0;
    margin-left: -50px
}

.da-thumbs li {
    float: left;
    margin-left: 50px;
    background: #fff;
    position: relative;
    width: calc(100% / 3 - 50px);
    /*height: 360px*/
}

.da-thumbs li a,
.da-thumbs li a img {
    display: block;
    position: relative;
    width: 100%
}

.da-thumbs li a {
    color: #fff;
    overflow: hidden
}

.da-thumbs li a div {
    position: absolute;
    background: rgba(56, 56, 56, 0.6);
    *background: #0d9572;
    background: #e39819\0;
    filter: alpha(Opacity=60);
    width: calc(100% - 60px);
    height: calc(100% - 80px);
    padding: 40px 30px
}

.da-thumbs li a em {
    display: block;
    width: 100%;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    *background: #fff;
    background: #fff\0;
    filter: alpha(Opacity=50);
    margin: 0 0 20px 0px
}

.da-thumbs li a i {
    display: block;
    font-style: normal;
    width: 100%;
    height: 260px;
    overflow: hidden
}

.da-thumbs li a h2 {
    font-size: 24px;
    margin: 20px 0px;
    font-weight: normal;
    text-align: center;
    height: 30px;
    line-height: 30px
}

.da-thumbs li a p {
    margin: 8px 0px;
    font-size: 14px;
    line-height: 24px
}

.da-thumbs li.subscribe {
    border: none;
    width: 76px;
    height: 101px;
    margin-right: 0;
    background: #0d9572;
    padding: 8px
}

.da-thumbs li.subscribe h2 {
    font-size: 33px;
    line-height: 36px;
    margin: 0;
    text-align: center
}

.da-thumbs li.subscribe h2 span {
    font-size: 16px;
    float: right;
    margin-right: 5px;
    line-height: 30px
}

.da-thumbs li.subscribe img {
    clear: right;
    float: right;
    margin: 7px 5px 0 0px
}

.neirong {
    width: 1200px;
    clear: both;
    overflow: hidden;
    min-height: 400px;
    margin: 0 auto 50px
}

.zslist {
    width: 1200px;
    clear: both;
    overflow: hidden;
    height: auto;
    border-top: 1px solid #eee;
    padding-top: 30px
}

.zslist ul li {
    width: 1200px;
    /*height: 220px;*/
    margin-bottom: 30px;
    clear: both;
    overflow: hidden;
    display: block;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee
}

.zslist ul li a {
    width: 1200px;
    height: 155px;
    display: block;
    overflow: hidden
}

.zslist ul li a .zsimg {
    width: 233px;
    height: 155px;
    display: inline-block;
    float: left;
    overflow: hidden;
    margin-right: 30px
}

.zslist ul li a .zsimg img {
    width: 233px;
    height: 155px;
    display: block;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s
}

.zslist ul li a .zstext {
    width: 100%;
    height: 155px;
    display: inline-block;
    float: right;
    overflow: hidden
}

.zslist ul li a .zstext h3 {
    width: 100%;
    clear: both;
    overflow: hidden;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    color: #444;
    font-weight: normal;
    margin-bottom: 10px
}

.zslist ul li a .zstext p {
    width: 100%;
    line-height: 28px;
    color: #999;
    font-size: 14px;
    max-height: 112px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-bottom: 20px
}

.zslist ul li a .zstext span {
    width: 100px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    border: 1px solid #333;
    color: #333;
    font-size: 12px;
    transition: all 1s
}

.zslist ul li a:hover .zsimg img {
    webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: -webkit-transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s
}

.zslist ul li a:hover span {
    background: #333;
    color: #fff;
    transition: all 1s
}

.zslist ul li:last-child {
    border-bottom: none
}

.mt0 {
    margin-bottom: 0
}

.connews {
    clear: both;
    overflow: hidden;
    min-height: 400px;
    margin: 0 auto 50px;
    width: 100%
}

.neitit {
    width: 100%;
    height: 80px;
    padding: 0px;
    margin-bottom: 40px;
    overflow: hidden;
    border-bottom: 2px solid #eee
}

.newtit {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    clear: both;
    overflow: hidden
}

.newtit ul {
    float: left;
    display: inline-block;
    height: 80px
}

.newtit ul li {
    width: 120px;
    height: 80px;
    line-height: 80px;
    float: left;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #666;
    border-right: 1px solid #fff
}

.newtit ul li a {
    width: 120px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    display: block;
    overflow: hidden;
    color: #333
}

.newtit ul li a:hover,
.newtit ul li a .hov,
.newtit ul li:nth-child(1) a {
    background: #e39819;
    color: #fff
}

.newtit p {
    float: right;
    height: 80px;
    line-height: 80px;
    font-size: 13px;
    color: #999
}

.newtit p a {
    color: #999
}

.newtit p a:hover,
.newtit p a i {
    color: #e39819
}

.newslist {
    width: 1200px;
    clear: both;
    overflow: hidden;
    margin: 0 auto 50px
}

.newslist ul {
    display: block;
    margin-bottom: 20px;
    overflow: hidden
}

.newslist ul li {
    width: 1200px;
    height: 120px;
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee
}

.newslist ul li a {
    width: 1200px;
    height: 120px;
    display: block;
    overflow: hidden
}

.newslist ul li a.newsimg {
    width: 120px;
    height: 120px;
    display: inline-block;
    margin-right: 30px;
    overflow: hidden;
    float: left
}

.newslist ul li a.newsimg img {
    width: 120px;
    height: 120px;
    display: block;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s
}

.newslist ul li a:hover.newsimg img {
    webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: -webkit-transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s
}

.newslist ul li a.newstext {
    width: 1050px;
    height: 120px;
    display: inline-block;
    float: left;
    overflow: hidden
}

.newslist ul li a.newstext p {
    width: 1050px;
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #444;
    overflow: hidden;
    margin-bottom: 10px
}

.newslist ul li a.newstext p i {
    width: 150px;
    float: right;
    display: inline-block;
    color: #999;
    font-size: 14px;
    text-align: right
}

.newslist ul li a.newstext span {
    display: block;
    width: 1050px;
    height: 60px;
    line-height: 24px;
    color: #999;
    font-size: 14px;
    overflow: hidden;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

.newslist ul li a:hover span,
.newslist ul li a:hover p {
    color: #e39819
}

.pages {
    width: 1200px;
    height: 42px;
    clear: both;
    overflow: hidden;
    text-align: center
}

.pages span {
    padding: 0 30px;
    color: #666;
    font-size: 15px;
    border: 1px solid #ccc;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    margin: 0 5px
}

.pages a {
    padding: 0 20px;
    display: inline-block;
    color: #333;
    border: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    margin: 0 5px
}

.pages a:hover,
.pages a.ahov {
    color: #fff;
    background: #333;
    border: 1px solid #333
}

.newsneri {
    width: 1200px;
    clear: both;
    overflow: hidden;
    margin: 0 auto
}

.newsneri h3 {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    color: #333;
    text-align: center;
    display: block;
    margin-bottom: 5px;
    overflow: hidden
}

.time {
    width: 1200px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    color: #bbb;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px
}

.dedails {
    padding: 20px;
    background: #f5f5f5;
    font-size: 13px;
    color: #999;
    display: block;
    margin-bottom: 20px
}

.xinwen {
    width: 1200px;
    clear: both;
    overflow: hidden;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-bottom: 40px;
    border-bottom: 1px dotted#ddd;
    padding-bottom: 40px
}

.xinwen p {
    text-indent: 2rem;
    margin-bottom: 10px
}

.xinwen p img {
    display: block;
    margin: 0 auto;
    max-width: 100%
}

.next {
    width: 1200px;
    height: 100px;
    display: block;
    overflow: hidden;
    font-size: 15px;
    color: #666;
    line-height: 40px
}

.next p {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.next p a {
    color: #e39819
}

.contact {
    width: 100%;
    height: 500px;
    margin: 0 auto;
    clear: both;
    overflow: hidden
}

.conleft {
    width: 500px;
    float: left;
    display: inline-block;
    height: 500px;
    overflow: hidden;
    font-size: 15px;
    color: #666
}

.conleft h3 {
    width: 1200px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    font-size: 20px;
    color: #333;
    margin-top: 40px
}

.conleft p {
    width: 1200px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
    color: #888
}

.conright {
    width: 700px;
    height: 500px;
    float: right;
    display: inline-block;
    overflow: hidden
}

.baoming {
    width: 1200px;
    clear: both;
    overflow: hidden;
    margin: 0 auto
}

.bmtext {
    width: 1200px;
    height: 50px;
    margin-bottom: 25px;
    clear: both;
    overflow: hidden
}

.bmtext p {
    width: 600px;
    height: 50px;
    display: inline-block;
    float: left;
    overflow: hidden
}

.bmtext p span {
    width: 100px;
    text-align: right;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #666;
    float: left;
    display: inline-block;
    margin-right: 10px
}

.bmtext p input {
    width: 428px;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    display: inline-block;
    float: left;
    font-size: 15px;
    outline: 0;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #333
}

.bmtext p select {
    width: 428px;
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
    display: inline-block;
    float: left;
    font-size: 15px;
    outline: 0;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #333
}

.bmnr {
    width: 1200px;
    height: 300px;
    clear: both;
    overflow: hidden;
    margin-bottom: 50px
}

.bmnr span {
    width: 100px;
    text-align: right;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #666;
    float: left;
    display: inline-block;
    margin-right: 10px
}

.bmnr textarea {
    width: 1027px;
    height: 300px;
    line-height: 26px;
    padding: 10px;
    display: inline-block;
    float: left;
    font-size: 15px;
    outline: 0;
    -webkit-box-sizing: border-box!important;
    -moz-box-sizing: border-box!important;
    box-sizing: border-box!important;
    border: 1px solid #ddd;
    border-radius: 2px;
    color: #333
}

.anniu {
    width: 1200px;
    clear: both;
    overflow: hidden;
    margin-bottom: 20px;
    height: 50px;
    text-align: center
}

.anniu a {
    display: inline-block;
    width: 500px;
    text-align: center;
    background: #e39819;
    color: #fff;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    border-radius: 2px
}

.connei {
    width: 100%;
    min-height: 400px;
    clear: both;
    overflow: hidden
}

.imglist ul li {
    margin-bottom: 50px
}

.imglist.da-thumbs li,
.imglist.da-thumbs li a,
.da-thumbs li a img {
    height: 460px
}

.imglist.da-thumbs li a div {}

.zuopin {
    display: block;
    width: 1200px;
    clear: both;
    overflow: hidden;
    margin: 55px auto
}

.bnspic {
    display: block;
    clear: both;
    overflow: hidden;
    margin-bottom: 50px
}

.bnspic a {
    display: block
}

.big_pic,
.small_pic {
    float: left;
}

.big_pic,
.big_pic a,
.big_pic img {
    width: 700px;
    height: 480px;
}

.big_pic {
    overflow: hidden;
    position: relative;
}

.big_pic li {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.4);
    z-index: -1;
    /*transition:all linear 0.2s;*/
}

.big_pic .on {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    z-index: 1;
}

.big_pic a {
    position: relative;
}

.big_pic .txt {
    width: 700px;
    height: 46px;
    line-height: 46px;
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #BDBDBD;
    text-align: center;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr='#7F000000', endColorstr='#7F000000');
    background: rgba(0, 0, 0, 0.5);
    transition: all ease .2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.big_pic a:hover .txt {
    color: #FFFFFF;
}

.small_pic {
    width: 500px;
    position: relative;
    left: 1px;
    height: 480px;
    overflow: hidden
}

.small_pic a,
.small_pic img {
    width: 212px;
    height: 132px
}

.small_pic a {
    transition: all ease.2s
}

.small_pic.on,
.small_pic li:hover {
    position: relative;
    z-index: 1;
    border: 3px solid #f1a11a;
    transition: all ease.2s
}

.small_pic.on a {
    background: #FACC16
}

.small_pic li {
    width: 212px;
    height: 132px;
    float: left;
    border: 3px solid #eee;
    margin-left: 31px;
    margin-bottom: 33px
}

.zpmore {
    width: 1200px;
    clear: both;
    overflow: hidden;
    display: block;
    margin: 0px auto
}

.zpmore a {
    width: 200px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    display: block;
    margin: 0 auto;
    border: 1px solid #f1a11a;
    color: #f1a11a;
    font-size: 18px;
    border-radius: 3px;
    transition: 0.5s
}

.zpmore a:hover {
    background: #f1a11a;
    color: #fff
}

.huodong {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0px;
    overflow: hidden
}

.hdcon {
    width: 1200px;
    clear: both;
    overflow: hidden;
    display: block;
    margin: 0 auto
}

.hdright {
    float: left;
    display: inline-block;
    margin-bottom: 40px;
    overflow: hidden
}

.hdright ul li {
    position: relative;
    float: left;
    display: inline-block;
    width: calc(100% / 3 - 30px);
    margin-left: 20px;
    overflow: hidden
}

.hdright ul li a {
    display: block;
    width: 100%;
    overflow: hidden
}

.hdright ul li a img {
    display: block;
    width: 100%;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s
}

.hdright ul li a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: -webkit-transform 0.6s ease 0s;
    transition: transform 0.6s ease 0s
}

.hdright ul li a strong {
    position: absolute;
    display: none;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: normal;
    color: #fff;
    background: rgba(0, 0, 0, .5)
}

.hdright ul li a:hover strong {
    display: block
}

.hdright ul li a h3 {
    width: 100%;
    height: 30px;
    font-weight: normal;
    line-height: 450px;
    font-size: 18px
}

.hdright ul li a p {
    line-height: 450px
}