
html {
    min-width: 1200px;
}

body {
    overflow-x: hidden;
    overflow-y: auto;
}

body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
    margin: 0px;
}

input, button, ul, ol {
    margin: 0px;
    padding: 0px;
}

body, input, button, form {
    font-size: 14px;
    line-height: 28px;
    font-family: "microsoft yahei", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 14px;
    font-weight: normal;
}

ul, ol, li {
    list-style: none;
}

input {
    background: none;
    border: 0 none;
}

img, iframe {
    border: 0px;
}

em, i {
    font-style: normal;
}

button, input, select, textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.red {
    color: #e74037;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.poa {
    position: absolute;
}

.por {
    position: relative;
}

.hidden {
    display: none;
}

.hide {
    display: none !important;
}

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.icon {
    vertical-align: middle;
    background: url(../img/icon.png) no-repeat;
    display: inline-block;
}

.in_icon {
    vertical-align: middle;
    background: url(../img/ind_icon.png) no-repeat;
    display: inline-block;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #a8c02a;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.ease, .ease * {
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.noease, .noease * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

:-moz-placeholder {
    color: #cccccc;
}

::-moz-placeholder {
    color: #cccccc;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #cccccc;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #cccccc;
}

/*清除浮动*/
.clearfix {
    *zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/*顶部*/
.header_main {
    width: 100%;
    position: relative;
    z-index: 999;
    background: #333;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #fff;
}

.header_main .header {
    position: relative;
}

.header_main .ksdh {
    color: #fff;
}

.header_main .ksdh a {
    color: #fff;
    vertical-align: middle;
    line-height: 40px;
    float: left;
}

.header_main .ksdh a s {
    display: block;
    width: 45px;
    height: 40px;
}

.header_main .ksdh a:hover {
    color: #a8c02a;
}

.header_main .ksdh span {
    float: left;
    display: block;
    *display: inline;
    *zoom: 1;
    padding: 0 10px;
    color: #999;
    vertical-align: middle;
    line-height: 40px;
}

/*头部*/
.top_main {
    position: relative;
    width: 100%;
    /*height: 120px;*/
    border-bottom: 1px solid #d7d7d7;
    background: #fff;
    overflow: hidden;
    z-index: 2;
}

.top_main .logo {
    width: 350px;
    height: 100px;
    margin: 20px 0 0;
    overflow: hidden;
}

.top_main .logo a {
    display: block;
}

.top_main .logo img {
    display: block;
    max-width: 100%;
    max-height: 80px;
}

.top_main .tel {
    float: right !important;
    margin-top: 30px;
}

.top_main .tel .tel_img {
    margin-right: 14px;
    float: left;
    width: 57px;
    height: 57px;
}

.top_main .tel .tel_img img {
    width: 100%;
    display: block;
}

.top_main .tel .tel_text {
    float: right !important;
}

.top_main .tel .tel_text p {
    font-size: 16px;
    line-height: 16px;
    color: #666;
    padding: 7px 0 10px;
}

.top_main .tel .tel_text h4 {
    font-size: 24px;
    font-weight: bold;
    color: #a8c02a;
    display: inline-block;
    line-height: 24px;
}

/*导航*/
.nav_main {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d7d7d7;
    box-shadow: 0 2px 20px rgb(0 0 0 / 10%);
    z-index: 999;
    background-color: #a8c02a;
}

.nav_main .nav .navlist {
    width: 100%;
}

.nav_main .nav li {
    float: left;
    width: 133px;
    display: inline-block;
    text-align: center;
    position: relative;
}

.nav_main .nav li:before {
    display: inline-block;
    content: "";
    position: absolute;
    background-color: #fff;
    top: 50%;
    margin-top: -10px;
    left: 0;
    width: 1px;
    height: 20px;
}

.nav_main .nav li a {
    display: block;
    text-align: center;
    position: relative;
    color: #fff;
    height: 54px;
    line-height: 54px;
}

.nav_main .nav li:first-child:before {
    display: none;
}

.nav_main .nav li .subnav {
    background: #fff;
    border-top: 2px solid #a8c02a;
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
    height: auto;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 199;
}

.nav_main .nav .subnav {
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}

.nav_main .nav li:hover .subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

.nav_main .nav li .subnav a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #666;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 43px;
    height: 43px;
    max-width: 100%;
    border-bottom: 1px solid #eee;
    background: #fff;
}

.nav_main .nav li .subnav a:hover {
    color: #a8c02a;
    padding-left: 10px;
    background: #f9f9f9;
}

.nav_main .nav li.hover a, .nav_main .nav li:hover a {
    color: #a8c02a;
    background-color: #FFFFFF;
}

.nav_main .nav li.current .subnav a, .nav_main .nav li:hover .subnav a {
    font-weight: normal;
    color: #666;
}

.nav_main .nav li.hover .subnav a:hover, .nav_main .nav li:hover .subnav a:hover {
    color: #a8c02a;
}

/*首页*/
.swiper-container {
    width: 100%;
    max-height: 750px;
}
.swiper-container .swiper-slide {
    text-align: center;
}
.swiper-container .swiper-slide img{
    width: 100%;
}
.swiper-container .swiper-button-next, .swiper-container .swiper-button-prev{
    color: #d9d9d9;
}
.swiper-container .swiper-button-prev, .swiper-container .swiper-container-rtl .swiper-button-next{
    left: 100px;
    right: auto
}
.swiper-container .swiper-button-next, .swiper-container .swiper-container-rtl .swiper-button-prev{
    right: 100px;
    left: auto;
}
/**/
.search {
    border-bottom: 1px solid #eee;
}

.search .hot {
    padding: 30px 0;
    height: 40px;
    line-height: 40px;
}

.search .hot .left {
    color: #333;
    font-weight: bold;
}

.search .hot .left b {
    color: #a8c02a;
}

.search .hot .left a {
    padding: 0 10px;
    color: #787878;
    font-weight: 100;
}

.search .hot .left a:hover {
    color: #a8c02a;
}

.search .hot .right {
    position: relative;
}

.search .hot .right .input {
    width: 278px;
    height: 20px;
    border: 1px solid #eee;
    border-radius: 20px;
    line-height: 20px;
    padding: 9px 0px;
    border: none;
    border-right: none;
    font-size: 12px;
    color: #999;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #f5f5f5;
    padding-left: 20px;
    outline: none;
}

.search .hot .right .btn {
    width: 23px;
    height: 38px;
    border: none;
    background-position: -246px -79px;
    z-index: 10;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 0px;
    outline: none;
}

/*底部*/
.footer_main {
    position: relative;
    width: 100%;
}

.footer_main .footer {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 50px;
    height: auto;
    background: #1e2129;
}

.footer_main .links {
    padding-bottom: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    border-bottom: 1px solid #9b9b9b;
}

.footer_main .links span {
    color: #f9f9f9;
    display: inline-block;
}

.footer_main .links a {
    display: inline-block;
    color: #f9f9f9;
    padding-right: 10px;
}

.footer_main .links a:hover {
    color: #a8c02a;
}

.footer_main .botnav {
    width: 690px;
}

.footer_main .botnav li {
    width: 100px;
    float: left;
    display: block;
    list-style: none;
    font-size: 16px;
    line-height: 32px;
    text-align: left;
    overflow: hidden;
    /*padding-left: 40px;*/
}

.footer_main .botnav li:first-child {
    padding-left: 10px;
}

.footer_main .botnav li a {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
}

.footer_main .botnav li a:hover {
    color: #a8c02a;
}

.footer_main .botnav li .drop {
    padding-top: 10px;
}

.footer_main .botnav li .drop a {
    font-size: 12px;
    line-height: 24px;
}

.footer_main .botnav li:first-child {
    padding-left: 0;
}

.footer_main .botcontcat {
    width: 230px;
    color: #fff;
}

.footer_main .botcontcat a {
    color: #fff;
    display: block;
    line-height: 30px;
    font-size: 16px;
}

.footer_main .botcontcat a:hover {
    color: #a8c02a;
}

.footer_main .botcontcat .zx {
    padding-left: 22px;
    margin-top: 12px;
    font-size: 14px;
    color: #fff;
    background: url("../img/tel3.png") no-repeat left center;
    background-size: 16px;
}

.footer_main .botcontcat .webTel1 {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    font-family: "arial";
    line-height: 20px;
}

.footer_main .botcontcat .webTel2 {
    margin-top: 12px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    font-family: "arial";
    line-height: 20px;
}

.footer_main .bewm {
    padding-top: 0px;
    padding-bottom: 12px;
    display: block;
    width: 160px;
    height: 215px;
    background: #a8c02a;
    background-size: 160px 215px;
}

.footer_main .bewm .img {
    display: block;
    width: 127px;
    height: 127px;
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
}

.footer_main .bewm .scan {
    margin-top: 28px;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
    text-align: center;
}

.footer_main .imsgbox {
    width: 440px;
}

.footer_main .imsgbox h3 {
    font-size: 16px;
    color: #fff;
    display: block;
    line-height: 24px;
}

.footer_main .imassge {
    padding-top: 16px;
}

.footer_main .imassge .item {
    width: 209px;
    margin-bottom: 10px;
    position: relative;
    float: left;
    border: 1px solid #9b9b9b;
    border-radius: 5px;
}

.footer_main .imassge .item .txt {
    width: 199px;
    padding-left: 10px;
    height: 40px;
    line-height: 40px;
    color: #989a9e;
    background: none;
    outline: none;
}

.footer_main .imassge .item .msg-box {
    position: absolute;
    left: 0;
    height: 20px;
    top: 0px;
}

.footer_main .imassge .item .msg-box s {
    display: inline-block;
}

.footer_main .imassge .mr10 {
    margin-right: 18px;
}

.footer_main .imassge .mj {
    width: 438px;
}

.footer_main .imassge .mj .txt {
    width: 430px;
}

.footer_main .imassge .submit {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background: #fff;
    font-size: 16px;
    outline: none;
    cursor: pointer;
    border-radius: 4px;
    transition: all .5s;
}

.footer_main .imassge .submit:hover {
    background: #a8c02a;
    color: #fff;
}

.copyright {
    position: relative;
    width: 100%;
    line-height: 50px;
    background: #16181f;
}

.copyright p {
    color: #fff;
}

.copyright a {
    color: #fff;
}

.copyright a:hover {
    color: #a8c02a;
}

/***********index css ***********/
.index {
    width: 100%;
    overflow: hidden;
}

.index .indexTit {
    text-align: center;
    width: 100%;
}

.index .indexTit .tit {
    /*padding-top: 60px;*/
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #a8c02a;
    line-height: 40px;
}

.index .indexTit .subtit {
    font-size: 16px;
    color: #666;
    line-height: 18px;
    font-weight: normal;
    padding-top: 12px;
}

/*menu*/
.index .menu {
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 20px;
}

.index .menu ul {
    text-align: center;
}

.index .menu li {
    line-height: 30px;
    margin: 0 10px 10px;
    display: inline-block;
}

.index .menu li:first-child {
    margin-left: 0;
}

.index .menu li:last-child {
    margin-right: 0;
}

.index .menu li a {
    display: block;
    color: #666;
    border: 1px solid #c2c2c2;
    text-align: center;
    padding: 0 25px;
    border-radius: 15px;
}

.index .menu li a:hover {
    border: 1px solid #a8c02a;
    color: #fff;
    background: #a8c02a;
}

.index .more {
    width: 150px;
    height: 40px;
    color: #666;
    line-height: 40px;
    margin: 0 auto;
    display: block;
    text-align: center;
    border: 1px solid #ccc;
}

.index .more:hover {
    border: 1px solid #a8c02a;
    background: #a8c02a;
    color: #fff;
    text-indent: 10px;
}

/*产品中心*/
.index .floor_1_main {
    width: 100%;
    background: url(../img/proBg.jpg) no-repeat center center;
}

.index .floor_1_main .floor_1 {
    padding: 40px 0;
}

.index .floor_1 .menu {
    padding-top: 40px;
    padding-bottom: 40px;
}
.products{background-color: #fff;padding: 40px 0 30px;margin-top: 30px}
.prod-main{width: 1880px;margin: 0 auto;}
.prod-list{text-align: center; margin: 30px auto;}
.prod-box{text-align: center;display: inline-block; width: 300px;box-shadow: 0px 4px 18px rgb(228 230 240 / 70%);margin: 0 18px 30px;padding: 60px 20px 50px;background: url('../img/prod-bg.png') no-repeat center; background-size: cover;border-radius: 8px;transition: all 0.5s;}
.prod-box:hover{transform: scale(1.1);}
.prod-box .prod-img{display: inline-block; width: 145px;height: 123px}
.prod-box .prod-img img{width: 100%;}
.prod-box .prod-title{font-size: 32px;color: #1a2334;font-weight: bold;margin-top: 30px;}
.prod-box .prod-desc{line-height:1.75;color: #474e5c;font-size: 18px;margin-top: 25px;height: 65px;overflow: hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical; -webkit-line-clamp:2;}
.prod-box .contact-btn{display: inline-block; width: 135px;height: 40px;line-height: 40px;text-align: center;color: #fff;background-color: #39a7ff;font-size: 16px;font-weight: 400;margin-top: 15px;}
.index .floor_1_main .more {
    margin-top: 20px;
}

/*技术实力*/
.technology{
    padding-top: 80px;
    padding-bottom: 60px;
    background-color: #f7f7f7
}
.technology-main{
    margin-top: 80px
}
.technology-tab{
    text-anchor: center;
    vertical-align: top;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin-bottom: 40px;
}
.technology-tab .technology-info{
    /*padding-left: 40px;*/
    width: 580px;
    line-height: normal;
}
.technology-tab .technology-img{
    width: 580px
}
.technology-tab .technology-img img{
    width: 100%
}
.info-title{
    overflow: hidden;
    width: 100%;
}
.info-num{
    display: inline-block;
    font-size: 48px;
    font-weight: bold;
    color: #666;
}
.title-text{
    overflow: hidden;
    margin-top: 20px;
    margin-left: 8px
}
.title-text h5{
    font-size: 22px;
    font-weight: bold;
    color: #333;
}
.title-text p{
    font-size: 16px;
    text-transform: uppercase;
    color: #bfbfbf;
}
.title-text .bd-line{
    display: block;
    width: 30%;
    height: 3px;
    background-color: #a8c02a;
    margin-top: 5px;
}
.info-desc{
    width: 95%;
    font-size: 18px;
    line-height: 35px;
    margin-top: 30px;
    height: 180px;
    overflow: hidden;
}
/*分院展示*/
.branchs{
    padding: 60px 0 30px;
}
.branchs-main{width: 90%;margin: 0 auto}
.branchBox{ overflow:hidden; position:relative; margin-top: 50px;height: 470px;margin-bottom: 30px;}
.branchBox .bd ul{ overflow:hidden; zoom:1; font-size: 0; text-align: center;}
.branchBox .bd ul li{ width:380px; margin-left: 20px; margin-bottom: 20px; display: inline-block;  _display:inline; overflow:hidden; text-align:center; border: 1px solid #e5e5e5;padding-bottom: 20px }
.branchBox .bd ul li:first-child{ margin-left: 0px; }
.branchBox .bd ul li .pic{ text-align:center; width:380px; height:280px;overflow: hidden}
.branchBox .bd ul li .pic img{ width:382px; height:280px; display:inline-block; transition: all 0.5s;}
.branchBox .bd ul li .pic:hover img{ transform: scale(1.1); }
.branchBox .bd ul li .title{ font-size: 18px;font-weight: bold;margin:  30px 0 12px 0;color: #333;}
.branchBox .bd ul li .tit-line{ width: 50px;height: 3px;background-color: #0a4b3e;margin: 0 auto 10px; }
.branchBox .bd ul li .desc{ font-size: 14px;line-height: 26px;height: 76px;overflow: hidden;padding: 0 20px;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical; -webkit-line-clamp:3;color: #706d6d}
/*定制案例*/
.index .floor_2 {
    padding: 40px 0;
    overflow: hidden;
}

.index .icaseM .bigbox {
    width: 600px;
    height: 450px;
    overflow: hidden;
    position: relative;
    margin: 0;
}

.index .icaseM .bigbox .bd {
    overflow: hidden;
}

.index .icaseM .bigbox .bd .item {
    position: relative;
    width: 600px;
    height: 450px;
    overflow: hidden;
}

.index .icaseM .bigbox .bd .item img {
    display: block;
    width: 600px;
    height: 450px;
}

.index .icaseM .bigbox .bd .item .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: url("../img/txtBg.png") repeat center center;
    z-index: 12;
    opacity: 1;
    transition: all .5s;
}

.index .icaseM .bigbox .bd .item .txt .tit {
    font-size: 16px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-indent: 20px;
}

.index .icaseM .bigbox .bd .item .txtBox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 2;
    opacity: 0;
    transition: all .5s;
}

.index .icaseM .bigbox .bd .item .txtBox h3 {
    color: #fff;
    font-size: 18px;
    padding-top: 68%;
    opacity: 0;
    transition: all .5s;
}

.index .icaseM .bigbox .item:hover .txt {
    opacity: 0;
}

.index .icaseM .bigbox .item .txtBox span {
    width: 40px;
    height: 40px;
    display: block;
    background-position: 0 -164px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 10%;
    margin-top: -25px;
    opacity: 0;
    transition: all .5s;
}

.index .icaseM .bigbox .item:hover .txtBox {
    opacity: 1;
    background: url(../img/black50.png) repeat left top;
    z-index: 16;
}

.index .icaseM .bigbox .item:hover .txtBox h3 {
    opacity: 1;
    padding-top: 43%;
}

.index .icaseM .bigbox .item:hover .txtBox span {
    opacity: 1;
    top: 50%;
}

.index .icaseM .bigbox .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 16px;
    bottom: 20px;
    z-index: 15;
}

.index .icaseM .bigbox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left;
}

.index .icaseM .bigbox .hd li {
    float: left;
    margin-right: 6px;
    width: 10px;
    height: 10px;
    font-size: 0;
    text-indent: -9999px;
    background: #fff;
    cursor: pointer;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    transition: all .5s;
}

.index .icaseM .bigbox .hd li.on {
    background: #a8c02a;
}

.index .icaseM .smabox {
    width: 600px;
}

.index .icaseM .smabox .item {
    float: left;
    margin-right: 0;
    width: 300px;
    height: 225px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0px;
}

.index .icaseM .smabox .item img {
    display: block;
    width: 300px;
    height: 225px;
}

.index .icaseM .smabox .item a {
    display: block;
}

.index .icaseM .smabox .item .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: url("../img/txtBg.png") repeat center center;
    z-index: 12;
    opacity: 1;
    transition: all .5s;
}

.index .icaseM .smabox .item .txt .tit {
    font-size: 16px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-indent: 20px;
}

.index .icaseM .smabox .item .txtBox {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url(../img/txt2Bg.png) repeat-x left bottom;
    z-index: 2;
    opacity: 0;
    transition: all .5s;
}

.index .icaseM .smabox .item .txtBox .tit1 {
    padding-top: 50px;
    font-weight: bold;
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    transition: all .5s;
}

.index .icaseM .smabox .item .txtBox .detail {
    position: absolute;
    top: 65%;
    left: 50%;
    margin-left: -49px;
    display: block;
    width: 98px;
    height: 34px;
    font-size: 16px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    border: 1px solid #fff;
    transition: all .5s;
}

.index .icaseM .smabox .item:hover .txt {
    opacity: 0;
}

.index .icaseM .smabox .item:hover .txtBox {
    opacity: 1;
}

.index .icaseM .smabox .item:hover .txtBox .tit1 {
    padding-top: 80px;
}

.index .icaseM .smabox .item:hover .detail {
    top: 55%;
}

.index .floor_2_main .more {
    margin-top: 30px;
}

/*四大优势*/
.index .floor_3_main {
    width: 100%;
    height: 900px;
}

.index .floor_3 {
    padding-top: 40px;
}

.index .floor_3 .indexTit {
    background: url("../img/titLine1.png") no-repeat center center;
}

.index .floor_3 .indexTit .tit {
    color: #fff;
}

.index .floor_3 .indexTit .subtit {
    color: #fff;
}

.index .floor_3 .advantBox {
    margin-top: 70px;
    min-height: 400px;
}

.index .floor_3 .advantList .item {
    float: left;
    display: block;
    width: 400px;
    cursor: pointer;
}

.index .floor_3 .advantList .item .img {
    float: left;
    display: block;
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all .5s;
}

.index .floor_3 .advantList .item .img img {
    width: 100%;
    height: 100%;
    display: block;
}

.index .floor_3 .advantList .item .txt {
    float: left;
    width: 300px;
    margin-left: 16px;
    transition: all .5s;
}

.index .floor_3 .advantList .item .txt h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 24px;
    transition: all .5s;
}

.index .floor_3 .advantList .item .txt p {
    padding-top: 20px;
    width: 300px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    border-top: 1px dashed #9a9a9a;
    transition: all .5s;
}

.index .floor_3 .advantList .item:nth-child(2n) {
    margin-bottom: 172px;
    margin-left: 400px;
}

.index .floor_3 .advantList .item:hover .img {
    background: #e7ac55;
    border-color: #e7ac55;
    transform: translateY(-6px);
}

.index .floor_3 .advantList .item:hover .txt {
    transform: translateY(-6px);
}

.index .floor_3 .advantList .item:hover .txt h3 {
    color: #e7ac55;
}

.index .floor_3 .advantList .item:hover .txt p {
    color: #e7ac55;
}

/*关于我们*/
.index .floor_4_main {
    width: 100%;
    height: 714px;
    background: url("../img/aboutBg.jpg") no-repeat center center;
}

.index .floor_4 {
    padding: 60px 0;
}

.index .floor_4 .aTit {
    height: 190px;
}

.index .floor_4 .aTit .tit {
    padding-top: 60px;
    display: block;
    font-size: 40px;
    font-weight: bold;
    color: #a8c02a;
    line-height: 40px;
}

.index .floor_4 .aTit .subtit {
    font-size: 16px;
    color: #666;
    line-height: 18px;
    font-weight: normal;
    padding-top: 12px;
}

.index .floor_4 .aboutimg {
    width: 600px;
    height: 450px;
    margin-left: 20px;
    display: block;
    background: #fff;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.index .floor_4 .aboutimg img {
    width: 600px;
    height: 450px;
    display: block;
}

.index .floor_4 .abouttext {
    width: 560px;
    display: block;
}

.index .floor_4 .abouttext .stit {
    font-size: 24px;
    font-weight: bold;
    padding-top: 36px;
    color: #333;
    line-height: 26px;
}

.index .floor_4 .abouttext h4 {
    color: #999;
    font-size: 24px;
    display: block;
}

.index .floor_4 .abouttext .desc {
    padding-top: 40px;
    color: #666;
    line-height: 30px;
    margin-bottom: 46px;
    text-align: justify;
}

.index .floor_4 .abouttext .more {
    margin: 0;
}
/*发展历程*/
.about-history{
    padding: 30px 0 0;
    background: url("../img/history_bg.jpg") no-repeat center bottom;
    background-size: auto 100%;
    text-align: center;
    height: 700px;
}
.about-history .history-tit{
    width: 900px;
    margin: 0 auto;
}
.about-history .history-tit img{
    width: 100%;
}
.history-view{
    display: inline-block;
    margin: 10px auto 0;
    width: 92%;
    overflow: hidden
}

.slides .history{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    /*height: 264px;*/
    padding: 40px 0;
    background: url("../img/history_item.png") no-repeat center;
    background-size: 100% 100%;
    text-align: center;
    overflow: hidden;
}
.slides .history .cont-box{
    margin: 25px auto 0;
    padding: 0 20px;
}
.slides .history h3{font-size: 20px;color: #333;font-weight: 600;}
.slides .history p{min-height: 75px; line-height: 23px;font-size: 15px;margin-top: 6px;color: #565656;display: flex; align-items: center;padding-bottom: 10px;letter-spacing: 1px }
.slides .item:nth-child(even){ margin-top: 140px;}
.slides .item:nth-child(odd){ margin-top: 6px;}
.about-history .indexTit .tit, .about-history .indexTit .subtit{
    color: #fff;
}

.histo-btxt{text-align: right;margin-right: 100px;margin-top: 20px;}
.histo-btxt img{width: 700px}

/*新闻中心*/
.index .floor_5_main {
    background: #fff;
}

.index .floor_5 {
    padding-top: 40px;
    padding-bottom: 50px;
}

.index .floor_5 .cont {
    margin-top: 40px;
    margin-bottom: 40px;
}

.index .newsBox {
    width: 580px;
    height: 435px;
    overflow: hidden;
    position: relative;
}

.index .newsBox .hd {
    height: 40px;
    overflow: hidden;
    position: absolute;
    right: 20px;
    bottom: 0px;
    z-index: 10;
}

.index .newsBox .hd ul {
    overflow: hidden;
    zoom: 1;
}

.index .newsBox .hd li {
    margin-right: 6px;
    width: 12px;
    height: 12px;
    font-size: 0;
    text-indent: -9999px;
    background: #fff;
    cursor: pointer;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: block;
    float: left;
    transition: all .5s;
}

.index .newsBox .hd li.on {
    background: #a8c02a;
}

.index .newsBox .bd li {
    zoom: 1;
    vertical-align: middle;
    position: relative;
    width: 580px;
    height: 435px;
    overflow: hidden;
}

.index .newsBox .bd li img {
    display: block;
    width: 580px;
    height: 435px;
}

.index .newsBox .bd li .txt {
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 70px;
    background: url("../img/txtBg.png") repeat center center;
}

.index .newsBox .bd li .txt .tit {
    display: block;
    font-size: 18px;
    line-height: 70px;
    color: #fff;
    text-indent: 20px;
}

.index .newsBox .bd li p {
    padding: 0;
    color: #666;
    line-height: 24px;
    height: 50px;
    overflow: hidden;
}

.index .newsBox .bd li .time {
    font-size: 16px;
    padding-right: 30px;
    padding-top: 28px;
}

.index .textlist {
    width: 572px;
}

.textlist .item {
    position: relative;
    border-bottom: 1px dashed #d7d7d7;
    transition: all .5s;
}

.textlist .item a {
    display: block;
    padding: 19px 0px;
}

.textlist .item:first-child a {
    padding-top: 0px;
}

.textlist .item h3 {
    color: #333;
    font-size: 18px;
    transition: all .5s;
}

.textlist .item p {
    margin-top: 6px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.textlist .item .time {
    display: block;
    width: 70px;
    height: 73px;
    border-right: 1px solid #ddd;
    line-height: 25px;
    margin-right: 30px;
    padding-right: 20px;
    text-align: center;
    color: #666;
}

.textlist .item .time b {
    color: #666;
    display: block;
    font-size: 48px;
    line-height: 48px;
}

.textlist .item:hover {
    transform: translate3d(0, -2px, 0);
}

.textlist .item:hover h3 {
    color: #a8c02a;
}

/*end news*/
.xunpan {
    width: 100%;
    background: #1f1f1f url(../img/xunpan.jpg) no-repeat center top;
    height: 200px;
    color: #fff;
}

.xunpan .zixun {
    width: 454px;
    padding-top: 40px;
    text-align: center;
}

.xunpan .zixun .ewm {
    width: 106px;
    height: 106px;
    display: block;
    padding: 6px;
    background: #fff;
}

.xunpan .zixun .tel {
    border: 1px solid #7a7c82;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 26px;
    color: #fff;
    margin-bottom: 20px;
    font-family: "AvantGardeITVbyBT Book", arial;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
}

.xunpan .zixun .tel em {
    position: relative;
    top: -2px;
    width: 25px;
    height: 25px;
    background-position: -154px -50px;
    margin-right: 10px;
}

.xunpan .zixun .zx {
    border: 1px solid #a8c02a;
    width: 300px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    background: #a8c02a;
}

.xunpan .zixun .zx em {
    width: 22px;
    height: 20px;
    display: inline-block;
    background-position: -190px -50px;
    margin-left: 10px;
    vertical-align: middle;
}

.xunpan .txt {
    padding-top: 55px;
}

.xunpan .txt h3 {
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 25px;
}

.xunpan .txt p {
    font-size: 20px;
}

.xunpan .txt p span {
    color: #a8c02a;
    display: inline-block;
}

/*浮动客服*/
.toolbar {
    position: fixed;
    bottom: 10%;
    right: 1%;
    /*margin-top: -163px;*/
    z-index: 100;
    width: 45px;
}

.toolbar dd {
    position: relative;
    float: left;
    width: 45px;
    height: 45px;
    background: #a8c02a;
    margin-top: 5px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
}

.toolbar dd:first-child {
    margin-top: 0;
}

.toolbar dd i {
    width: 100%;
    height: 30px;
    display: block;
    margin-top: 8px;
    background: url(../img/toolbar.png) no-repeat center 0;
}

.toolbar dd.kefu i {
    background-position-y: 0;
}

.toolbar dd.tel i {
    background-position-y: -30px;
}

.toolbar dd.code i {
    background-position-y: -60px;
}

.toolbar dd.top i {
    background-position-y: -90px;
}

.toolbar dd span {
    display: block;
    color: #fff;
}

.toolbar dd.tel .box {
    position: absolute;
    top: 0;
    width: 190px;
    left: -200px;
    height: 100%;
    margin-right: 10px;
    border-radius: 5px;
    background: #a8c02a;
    opacity: 0;
    transition: all .5s;
}

.toolbar dd.tel .box p {
    font-size: 14px;
    margin: 15px auto 7px;
}

.toolbar dd.tel .box h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 12px auto 0;
}

.toolbar dd.tel .box:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #a8c02a;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: -18px;
    margin-left: -12px;
}

.toolbar dd.code .box {
    position: absolute;
    top: 0;
    width: 162px;
    left: -172px;
    height: 162px;
    margin-right: 10px;
    border-radius: 5px;
    background: #a8c02a;
    opacity: 0;
    transition: all .5s;
}

.toolbar dd.code .box img {
    width: 140px;
    height: 140px;
    padding: 11px;
}

.toolbar dd.code .box:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #a8c02a;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: -18px;
    margin-left: -12px;
}

.toolbar dd.kefu .box {
    position: absolute;
    top: 0;
    width: 162px;
    left: -172px;
    height: 162px;
    margin-right: 10px;
    border-radius: 5px;
    background: #a8c02a;
    opacity: 0;
    transition: all .5s;
}

.toolbar dd.kefu .box img {
    width: 140px;
    height: 140px;
    padding: 11px;
}

.toolbar dd.kefu .box:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #a8c02a;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: -18px;
    margin-left: -12px;
}

.toolbar dd:hover {
    background: #333;
}

.toolbar dd.tel:hover .box {
    opacity: 1;
    left: -200px;
}

.toolbar dd.code:hover .box {
    opacity: 1;
    left: -172px;
}

.toolbar dd.kefu:hover .box {
    opacity: 1;
    left: -172px;
}

/****************************** ** 内页 ******************************/
/*prolist*/
.prolist .item {
    width: 280px;
    padding-top: 10px;
    overflow: hidden;
    float: left;
    margin: 0 26px 26px 0;
    position: relative;
    border: 1px solid #ddd;
    text-align: center;
    transition: all .5s;
}

.prolist .item a {
    display: block;
    width: 100%;
}

.prolist .item .item-img {
    width: 260px;
    height: 195px;
    margin: 0 auto;
    overflow: hidden;
}
.prolist .item .item-img img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

.prolist .item h3 {
    height: 60px;
    line-height: 60px;
    padding: 0 12px;
    font-size: 16px;
    color: #666;
    overflow: hidden;
    transition: all .5s;
}


/*txtimglist*/
.txtimglist .item {
    width: 858px;
    height: 160px;
    padding: 20px;
    margin-bottom: 40px;
    border: 1px solid #ddd;
    transition: all .5s;
}

.txtimglist .item a {
    width: 100%;
    display: block;
}

.txtimglist .item img {
    width: 213px;
    height: 160px;
    display: block;
    margin-right: 45px;
}

.txtimglist .item h3 {
    font-size: 18px;
    color: #333;
    padding: 22px 0 15px;
    transition: all .5s;
}

.txtimglist .item .txt {
    color: #999;
    line-height: 24px;
    height: 72px;
    padding-right: 45px;
    text-align: justify;
    overflow: hidden;
}

.txtimglist .item .time {
    width: 100px;
    padding-top: 28px;
    line-height: 24px;
    font-family: arial;
    font-size: 16px;
    color: #939aa3;
}

.txtimglist .item .time .day {
    font-size: 34px;
    line-height: 40px;
    display: block;
}

.txtimglist .item .time s {
    width: 54px;
    height: 8px;
    display: block;
    margin-top: 20px;
    background-position: -170px 0;
}

.txtimglist .item:hover {
    border: 1px solid #a8c02a;
}

.txtimglist .item:hover h3 {
    color: #a8c02a;
    text-indent: 10px;
}

.txtimglist .searchlist .item img {
    width: auto;
    height: 150px;
}

/************content************/
/* loaction */
.location {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 30px;
    position: relative;
    border-bottom: 1px solid #ddd;
}

.location:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.location h3 {
    font-size: 20px;
}

.location .sitepath {
    color: #666;
    white-space: nowrap;
}

.location .sitepath s {
    width: 16px;
    height: 17px;
    background-position: -30px 0px;
    margin: 0 6px;
}

.location .sitepath a {
    color: #666;
}

.location .sitepath a:hover {
    color: #a8c02a;
}

/* reLink */
.reLink {
    width: 100%;
    height: 58px;
    line-height: 58px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
}

.reLink .nextLink, .reLink .prevLink {
    width: 50%;
    display: block;
    text-align: left;
    color: #666;
}

.reLink .nextLink a:hover, .reLink .prevLink a:hover {
    color: #a8c02a;
}

.reLink .nextLink a, .reLink .prevLink a {
    color: #666;
}

.reLink .nextLink {
    text-align: right;
}

.nybanner {
    width: 100%;
    position: relative;
    height: 300px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 60px;
}

.wrapper .showvideo {
    margin: 0 auto;
}

.wrapper .left-tit {
    width: 100%;
    text-align: center;
    line-height: 40px;
    font-size: 40px;
    font-weight: bold;
    padding: 15px 0 20px 0;
    position: relative;
    margin-bottom: 20px;
    color: #fff;
    background: url(../img/lefttitbg.png) no-repeat center bottom;
}

.wrapper .left-tit.left-tit2 {
    font-size: 30px;
    padding-bottom: 19px;
    *padding-top: 1px;
}

.wrapper .leftCon {
    width: 260px;
    float: left;
    padding: 26px 0 15px;
    background: #a8c02a;
}

.wrapper .leftCon .leftpro {
    margin: 0 10px;
}

.wrapper .leftCon .leftpro center {
    color: #fff;
}

.wrapper .leftCon .leftpro .item {
    float: left;
    width: 115px;
    margin: 0 auto 10px;
}

.wrapper .leftCon .leftpro .item:nth-child(2n) {
    float: right;
}

.wrapper .leftCon .leftpro .item a {
    width: 100%;
    display: block;
}

.wrapper .leftCon .leftpro .item a .item-img {
    width: 100%;
    height: 86px;
    overflow: hidden;
    text-align: center;
}
.wrapper .leftCon .leftpro .item a img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
}

.wrapper .leftCon .leftpro .item a h3 {
    color: #fff;
    font-size: 13px;
    line-height: 35px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.wrapper .leftNav {
    margin: 0 20px;
    margin-bottom: 20px;
}

.wrapper .leftNav li {
    margin-bottom: 10px;
    text-align: center;
}

.wrapper .leftNav li .aLink {
    display: block;
    font-size: 16px;
    line-height: 43px;
    color: #fff;
    border: 1px solid #fff;
}

.wrapper .leftNav li:hover .aLink, .wrapper .leftNav li.hover .aLink {
    background: #fff;
}

.wrapper .leftNav li.hover a, .wrapper .leftNav li:hover a {
    color: #a8c02a;
}

.wrapper .leftNav .boxlist {
    display: none;
    padding: 0 10px;
    background: #a97e3e;
}

.wrapper .leftNav li.item.hover .boxlist {
    display: block;
}

.wrapper .leftNav .boxlist li {
    margin: 0;
}

.wrapper .leftNav .boxlist li:first-child a {
    border: 0;
}

.wrapper .leftNav .boxlist li a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 35px;
    border-top: 1px dashed #fff;
}

.wrapper .content {
    width: 900px;
    float: right;
}

.wrapper .content .prolist {
    width: 106%;
    position: relative;
}

.wrapper .content .bgfff {
    width: 818px;
    padding: 15px 40px 50px;
    border: 1px solid #dddddd;
    background: #fff;
}

/******recommend*******/
.recomCon {
    margin-top: 20px;
}

.recomCon .recom-tit {
    font-size: 22px;
    line-height: 32px;
    padding: 20px 0;
}

.recomCon .recom-tit .more {
    float: right;
    font-size: 16px;
    width: 120px;
    height: 30px;
    color: #666;
    text-align: center;
    line-height: 30px;
    border: 1px solid #ddd;
}

.recomCon .recom-tit .more:hover {
    width: 150px;
}

.recomCon .recom-tit s {
    width: 4px;
    height: 23px;
    margin-right: 15px;
    background: #a8c02a;
    display: inline-block;
    vertical-align: middle;
}

.recomCon .txtimglist {
    width: 100%;
}

.recomCon .txtimglist .item {
    width: 440px;
    height: auto;
    padding: 0;
    padding-bottom: 20px;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    border: 0;
    border-bottom: 1px solid #dddddd;
}

.recomCon .txtimglist .item:nth-child(2n) {
    margin-right: 0;
}

.recomCon .txtimglist .item a {
    width: 100%;
    height: 120px;
    display: block;
}

.recomCon .txtimglist .item img {
    width: 161px;
    height: 120px;
    float: left;
    margin-right: 10px;
}

.recomCon .txtimglist .item h3 {
    font-size: 18px;
    line-height: 32px;
    height: 32px;
    position: relative;
    margin-bottom: 10px;
    padding: 0;
    overflow: hidden;
}

.recomCon .txtimglist .item .txt {
    padding: 0;
}

.recomCon .txtimglist .item:hover h3 {
    color: #a8c02a;
    text-indent: 0;
}

/****singlePage******/
.singlePage img {
    max-width: 100%;
    height: auto !important;
}

.singlePage .txtcon {
    color: #666;
    text-align: justify;
}

/*showNews*/
.shareNew {
    padding-bottom: 20px;
}

.showInfo .title {
    font-size: 22px;
    color: #333333;
    text-align: center;
    padding: 10px 0 16px;
}

.showInfo .mark {
    color: #666;
    height: 38px;
    line-height: 38px;
    overflow: hidden;
    text-align: center;
    margin-bottom: 20px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.showInfo .mark span {
    margin: 0 10px;
    font-size: 12px;
}

.showInfo .img {
    width: 500px;
    display: block;
    margin: 10px auto 20px;
}

.showInfo .img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.showInfo #pic {
    text-align: center;
}

.showInfo #pic img {
    display: inline-block;
    max-width: 800px;
    padding: 1px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
}

.showInfo .contit{
    text-align: center;
    font-size: 18px;
    color: #999999;
    margin-top: 30px;
    position: relative;
}
.showInfo .contit .titTxt{
    display: inline-block;
    margin: 0 20px;
}
.showInfo .contit .titline{
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    height: 1px;
    background-color: #dedede;
}

.showInfo .showContxt {
    width: 880px;
    color: #666;
    padding: 20px 10px 30px;
    line-height: 30px;
    text-align: justify;
}

.showInfo .showContxt .t {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #333;
    padding: 0 2px 5px;
    font-size: 16px;
    margin-bottom: 10px;
}

.showInfo .showContxt .t:after {
    width: 20px;
    height: 2px;
    content: "\20";
    background: #c21d24;
    display: block;
    position: absolute;
    left: 2px;
    bottom: -1px;
}

.showInfo .showContxt img {
    max-width: 100%;
    height: auto !important;
}

.showInfo .title2 {
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.showInfo .title2 a {
    float: right;
    font-size: 12px;
    font-family: arial;
}

.showInfo .title2 .left {
    height: 38px;
    line-height: 38px;
    font-size: 18px;
    border-bottom: 3px solid #4d485b;
}

.msgPage .formData {
    padding-top: 5px;
}

.msgPage .tit {
    text-align: center;
    padding: 18px 0 36px;
}

.msgPage .tit .p1 {
    font-size: 25px;
    margin-bottom: 10px;
}

.msgPage .tit .p2 {
    color: #666;
    line-height: 24px;
}

.msgPage .tit .p2 span {
    color: #a8c02a;
    font-weight: bold;
}

.formData {
    padding-bottom: 20px;
}

.formData .item {
    float: left;
    color: #999;
    font-weight: normal;
    width: 420px;
    height: 43px;
    line-height: 43px;
    border: 1px solid #ccc;
    background: #f3f3f3;
    margin-right: 56px;
    margin-bottom: 25px;
    position: relative;
}

.formData .item label {
    padding-left: 15px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    text-align: center;
    display: block;
    margin: 0;
    height: 43px;
    line-height: 43px;
    font-size: 16px;
    color: #666;
}

.formData .item input {
    outline: none;
    line-height: 38px;
    height: 38px;
    font-size: 16px;
}

.formData .item .txt {
    width: 350px;
    height: 43px;
    line-height: 43px;
    display: block;
    background: none;
    padding-left: 70px;
    border: 0 none;
    color: #666;
}

.formData .item .red {
    position: absolute;
    right: 15px;
    top: 0;
    color: #ff0000;
    z-index: 11;
}

.formData .item.mr0 {
    margin-right: 0;
}

.formData .msg-box {
    position: absolute;
    left: 0;
    top: 0px;
}

.formData .liuyan {
    width: 918px;
    height: 260px;
    border: 1px solid #e4e4e4;
    float: left;
}

.formData .liuyan label {
    text-align: right;
    display: block;
    top: 7px;
}

.formData .liuyan textarea {
    width: 908px;
    height: 234px;
    line-height: 35px;
    padding: 12px 10px;
    text-indent: 100px;
    font-size: 16px;
    font-family: "microsoft yahei";
    color: #666;
    border: 0 none;
    overflow: hidden;
    background: none;
    resize: none;
    display: block;
    outline: none;
}

.formData .bot {
    width: 100%;
}

.formData .sub {
    width: 232px;
    line-height: 41px;
    border: 2px solid #a8c02a;
    margin-right: 2px;
    text-align: center;
    background: #a8c02a;
    color: #FFF;
    cursor: pointer;
    font-size: 18px;
    display: block;
    outline: none;
    transition: all .5s;
}

.formData .sub:hover {
    background: none;
    color: #a8c02a;
}

.formData .yzm .txt {
    padding-left: 80px;
    width: 340px;
}

.formData .yzm img {
    position: absolute;
    right: 0;
    top: 0;
    border: 0px;
    display: block;
}

/*↓组图样式↓*/
.HS10, .HS15 {
    overflow: hidden;
    clear: both;
}

.HS10 {
    height: 10px;
}

.HS15 {
    height: 15px;
}

.Hidden {
    display: none;
}

.Clearer {
    display: block;
    clear: both;
    font-size: 1px;
    line-height: 1px;
    margin: 0;
    padding: 0;
}

.FlLeft {
    float: left;
}

.FlRight {
    float: right;
}

/*幻灯片区域背景*/
.MainBg {
    width: 100%;
    margin: 0 auto;
}

/*大图展示区域*/
.OriginalPicBorder {
    padding: 0;
}

#OriginalPic {
    width: 100%;
    height: 600px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    font-size: 12px;
}

#OriginalPic img {
    display: block;
    /*min-width: 100px;*/
    /*max-width: 100%;*/
    /*width: 600px;*/
    margin: 0 auto;
}

/*鼠标手势*/
.CursorL {
    position: absolute;
    z-index: 999;
    width: 50%;
    height: 100%;
    color: #FFF;
    left: 0;
    cursor: url(../img/CurL.cur), auto;
}

.CursorR {
    position: absolute;
    z-index: 999;
    width: 50%;
    height: 100%;
    color: #FFF;
    right: 0;
    cursor: url(../img/CurR.cur), auto;
}

/*小图预览和滑动*/
.SliderPicBorder {
    width: 100%;
    height: 600px;
    overflow: hidden;
}
.SliderPicBorder img{
    max-width: 100%;
    height: 100%;
}

.ThumbPicBorder {
    width: 575px;
    margin: 0 auto;
    background: #eeeeee;
    overflow: hidden;
    position: relative;
}

.ThumbPicBorder #btnPrev {
    width: 45px;
    height: 86px;
    cursor: pointer;
    position: absolute;
    left: 2px;
    top: 4px;
}

.ThumbPicBorder #btnNext {
    width: 45px;
    height: 86px;
    cursor: pointer;
    position: absolute;
    right: 2px;
    top: 4px;
}

.ThumbPicBorder .pic {
    width: 480px;
    overflow: hidden;
    position: relative;
    margin: 4px auto;
}

#ThumbPic .thumb-img{
    border: 3px solid #ddd;
    cursor: pointer;
    background-color: #ddd;
    margin: 0 5px;
    width: 80px;
    height: 80px;
    display: block;
    transition: all .5s;
    text-align: center;
    vertical-align: middle;
    line-height: 80px;
}
#ThumbPic img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

#ThumbPic .thumb-img.active {
    border: 3px solid #a8c02a;
}