html {
    font-size: 100%;
    width: 100%;
    outline: none;
    min-height: 100%;
    position: relative;
}
body {
    background: #FFF;
    font-family: arial, "Microsoft Yahei","微软雅黑", "Helvetica Neue", Helvetica, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #373737;
    text-align: left;
    margin: auto;
    width: 100%;
    min-width: 1200px;
    outline: none;
}
body,div,p,input,a,span,img,ul,li,textarea{
    outline: none;
}
a,a:hover{
    color: #373737;
    text-decoration: none;
}
html {
    font-size: 100%;
    width: 100%;
    outline: none;
}
body,div,p,span,ul,li,a,input,textarea{
    box-sizing: border-box;
}
.clearfix::after{
    display: block;
    content: '';
    clear: both;
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
}
.left{
    float: left;
}
.right{
    float: right;
}
img{
    width: 100%;
    height: auto;
}
p{
    margin: 0;
}
.boxShadow{
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.26);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.26);
    box-shadow: 0 1px 5px rgba(0,0,0,0.26);
}
/* gShow */
.gShow{
    opacity:0;
}
@keyframes mymove
{
from {transform:translate3d(0, 100%, 0);opacity:0;}
to {transform:translate3d(0, 0, 0);opacity:1;}
}

@-webkit-keyframes mymove /* Safari and Chrome */
{
from {transform:translate3d(0, 100%, 0);opacity:0;}
to {transform:translate3d(0, 0, 0);opacity:1;}
}
.fontFadeIn{
    animation: 7s ease 0s normal none running fontMove;
    -webkit-animation: 7s ease 0s normal none running fontMove;
  	animation-iteration-count:10;
   	-webkit-animation-iteration-count:10;
  	animation-direction:alternate;
  	transform: scale(1);
    transition: 7s;
}
@keyframes fontMove
{
from {transform: scale(.5);opacity:0}
to {transform: scale(1);opacity:1}
}

@-webkit-keyframes fontMove /* Safari and Chrome */
{
from {transform: scale(.5);opacity:0}
to {transform: scale(1);opacity:1}
}
/* scaleImg */
.scaleImg{
    overflow: hidden;
}
.scaleImg .img{
    filter: grayscale(100%);
}
.scaleImg img{
    transition-duration:.3s;
    display: block;
}
.scaleImg:hover img{
    transform: scale(1.1);
    filter: grayscale(0);
}
/* content */
.content{
    width: 1200px;
    margin:0 auto;
}
.bottomPx{
    margin-bottom: 217px;
}
/* header */
header .top{
    background-color: rgba(243, 243, 243, 1);
    padding: 13px 0;
    color: rgba(102, 102, 102, 1);
}
header .top a{
    color: rgba(102, 102, 102, 1);
}
header .center{
    padding: 8px 0;
}
header .center .logo{
    width: 87px;
    margin-right: 20px;
      margin-top: 10px;
}
header .center .info{
    margin-right: 80px;
}
header .center .info p:nth-child(1){
    font-size:28px;
    font-weight:bold;
    color:rgba(0,0,0,1);
      margin-top: 10px;
      letter-spacing: 10px;
}
header .center .info p:nth-child(2){
    font-weight:400;
    font-family: arial;
    color:rgba(0,0,0,.3);
    margin-bottom: 2px;
    letter-spacing: 2.5px;
}
header .center .info p:nth-child(3){
    font-weight:400;
    color:rgba(102,102,102,.7);
    letter-spacing: -1.3px;
}
header .center .tel{
    width: 41px;
    margin-top: 25px;
}
header .center .telInfo{
    margin-top: 21px;
    margin-left: 14px;
}
header .center .telInfo p:nth-child(1){
    font-size:16px;
    font-weight:400;
    color:rgba(102,102,102,1);
}

header .center .telInfo p:nth-child(2){
    font-size:24px;
  font-family: Impact;
    font-weight:400;
    color:rgba(188,32,16,1);
}
header .center .qrcode img{
    width: 91px;
}
header .center .qrcode p{
    width:13px;
    font-size:12px;
    font-weight:400;
    color:rgba(102,102,102,1);
    margin-right: 5px;
    line-height: 14px;
    margin-top: 4px;
}
header .bottom{
    background-color: rgba(50, 133, 54, 1);
}
header .bottom li a{
    width: 171px;
    display: block;
    line-height: 74px;
    font-size:18px;
    font-weight:bold;
    color:rgba(255,255,255,1);
    text-align: center;
}
header .bottom li a:hover{
    background-color: rgba(0, 96, 185, 1);
}
header .bottom .active a{
    background-color: rgba(0, 96, 185, 1);
}
/* footer */
footer{
    background: #ebebeb;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 40px 0;
}
footer .logo{
    width:110px;
    margin-right: 30px;
    margin-top: 23px;
}
footer .info{
    margin-top: 12px;
}
footer .info img{
	width:auto;
}
footer .info p{
    color:rgba(0,0,0,.6);
    line-height: 28px;
}
footer .qrcode>div{
    width: 170px;
    padding-left: 60px;
    text-align: center;

}
footer .qrcode>div p{
    color:rgba(0,0,0,.6);
    margin-top: 5px;
}
/* home */
.home .goInfo{
    position: fixed;
    top: 262px;
    right: 180px;
    z-index: 999;
}
.home .goInfo a{
    display: block;
    width: 60px;
    height: 60px;
    text-align: center;
}
.home .goInfo a:nth-child(1){
    background-color: rgba(19, 129, 225, 1);
}
.home .goInfo a:nth-child(2){
    background: rgba(0, 174, 162, 1);
}
.home .goInfo a:nth-child(3){
    background: rgba(241, 174, 63, 1);
    position: relative;
}
.home .goInfo a:nth-child(3)>.qrcode{
    position: absolute;
    width: 100px;
    top: 0;
    left: -108px;
    padding: 7px;
    background-color: rgba(245, 245, 245, 1);
    display: none;
}
.home .goInfo a:nth-child(3):hover .qrcode{
    display: block;
}
.home .goInfo a:nth-child(3)>.qrcode img{
    display: block;
}
.home .goInfo a:nth-child(3)>.qrcode::after{
    display: block;
    position: absolute;
    content: "";
    width: 8px;
    border: 8px solid;
    border-color: transparent transparent transparent rgba(245, 245, 245, 1);
    right: -24px;
    top: 5px;
    z-index: 999;
}
.home .goInfo a>img{
    width: 26px;
    margin-top: 10px;
}
.home .goInfo a p{
    color: #FFF;
    font-size: 12px;
}
.home .home_1 .swiper-button-prev{
    left: 0;
    background-image:url('../images/index_17.png')
}
.home .home_1 .swiper-button-next{
    right: 0;
    background-image:url('../images/index_18.png')
}
.home .home_1 .swiper-button-home{
    background-color:rgba(0,0,0,.34);
    width: 60px;
    height: 110px;
    background-size:25px 43px;
    margin-top:-55px;
}
.home .home_1 .swiper-wrapper{
    transition-duration:1000ms !important;
}
/* .home .home_1 .swiper-slide-active .txt{
    animation: 3s ease 0s 1 normal none running fontMove;
    -webkit-animation: 3s ease 0s 1 normal none running fontMove;
} */
.home .home_1 .swiper-slide{
    position: relative;
}
.home .home_1 .txt{
    position: absolute;
    top: 30%;
    left: 20%;
}
.home .home_1 .txt p:first-child{
    font-size:42px;
    font-weight:bold;
    color:rgba(0,85,43,1);
    padding-bottom: 10px;
    margin-top: 30px;
}
.home .home_1 .txt p:last-child{
    font-size:38px;
    font-weight:bold;
    color:rgba(0,85,43,1);
    letter-spacing:7px;
}
.home .home_2{
    padding: 110px 0;
    text-align: center;
}
.home .tit{
    position: relative;
    padding: 24px 0;
    padding-bottom: 0;
    display: inline-block;
    text-align: center;
    width: 360px;
    border: 1px solid rgba(50, 133, 54, 1);
    border-top: 0;
}
.home .tit p:first-child{
    position: absolute;
    top: -19px;
    width: 150px;
    left: 105px;
    font-size:28px;
    font-weight:bold;
    color:rgba(50,133,54,1);
}
.home .tit p:first-child::after{
    display: block;
    content: '';
    position: absolute;
    height: 1px;
    width: 105px;
    background-color: rgba(50, 133, 54, 1);
    top: 18px;
    right: -104px;
}
.home .tit p:first-child::before{
    display: block;
    content: '';
    position: absolute;
    height: 1px;
    width: 105px;
    background-color: rgba(50, 133, 54, 1);
    top: 18px;
    left: -106px;
}
.home .tit p:last-child{
    font-weight:400;
    padding-bottom: 24px;
    color:rgba(0,0,0,.65);
    border-bottom: 5px solid rgba(50, 133, 54, 1);
    margin-bottom: -3px;
    display: inline-block;
}
.home .home_2 .mode{
    width: 190px;
    margin-right: 12px;
    background-color: rgba(245, 245, 245, 1);
    text-align: center;
    margin-top: 75px;
    transition-duration: .3s;
}
.home .home_2 .mode:last-child{
    margin-right: 0;
}
.home .home_2 .mode img{
    height: 95px;
    width: auto;
    display: block;
    margin: 30px auto;
}
.home .home_2 .mode p{
    font-size:16px;
    font-weight:400;
    color:rgba(102,102,102,1);
    margin-bottom: 40px;
}
.home .home_2 .mode a{
    width: 120px;
    text-align: center;
    line-height: 35px;
    color: #FFF;
    background-color: rgba(0, 96, 185, 1);
    border-radius: 18px;
    margin: 30px auto;
    margin-top: 18px;
    display: none;
}
.home .home_2 .mode:hover img{
    margin: 19px auto;
}
.home .home_2 .mode:hover{
    transform: scale(1.2);
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.26);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.26);
    box-shadow: 0 1px 5px rgba(0,0,0,0.26);
}
.home .home_2 .mode:hover p{
    margin-bottom: 0;
    color: rgba(0, 96, 185, 1);
}
.home .home_2 .mode:hover a{
    display: block;
}
.home .home_3{
    text-align: center;
    padding-top: 65px;
    padding-bottom: 96px;
    background:url("../images/index_11.jpg") no-repeat;
    background-size: 1920px 100%;
}
.home .home_31{
    text-align: left;
    width: 510px;
    margin-top: 82px;
}
.home .home_31 p:nth-child(1){
    font-size:22px;
    font-weight:400;
    color:rgba(69,69,69,1);
    line-height:32px;
}
.home .home_31 p:nth-child(2){
    font-size:14px;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:32px;
}
.home .home_31 p:nth-child(3){
    font-weight:400;
    color:rgba(69,69,69,1);
    line-height:32px;
    margin-top: 40px;
}
.home .home_31 a{
    width:160px;
    line-height:46px;
    background:rgba(0,96,185,1);
    border-radius:25px;
    font-size:18px;
    font-weight:400;
    color:rgba(255,255,255,1);
    text-align: center;
    display: block;
    margin-top: 50px;
}
.home .home_32{
    width: 580px;
    margin-top: 59px;
}
.home .home_4{
    padding-top: 110px;
    padding-bottom: 100px;
    text-align: center;
}
.home .home_41{
    margin-top: 47px;
    position: relative;
}
.home .home_41 .swiper-container{
    position: initial;
}
.home .home_41 .swiper-wrapper{
    padding: 5px;
}
.home .home_411{
    background-color: rgba(245, 245, 245, 1);
    padding-top: 22px;
    padding-bottom: 39px;
}
.home .home_411 p{
    font-size:18px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(50, 133, 54, 1);
    padding-bottom: 20px;
}
.home .home_411 a{
    width:120px;
    line-height:35px;
    background:rgba(50,133,54,0);
    border:1px solid rgba(50, 133, 54, 1);
    border-radius:18px;
    font-weight:400;
    color:rgba(50,133,54,1);
    display: block;
    text-align: center;
    margin: 0 auto;
}
.home .home_4 .mode:hover{
    -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.26);
    -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.26);
    box-shadow: 0 1px 5px rgba(0,0,0,0.26);
}
.home .home_4 .mode:hover .home_411 p{
    color: rgba(0, 96, 185, 1);
}
.home .home_4 .mode:hover .home_411 a{
    border:1px solid rgba(0, 96, 185, 1);
    color:#FFF;
    background-color: rgba(0, 96, 185, 1);
}
.home .home_4 .swiper-button-prev{
    left: -77px;
    background-image:url('../images/index_17.png')
}
.home .home_4 .swiper-button-next{
    right: -77px;
    background-image:url('../images/index_18.png')
}
.home .home_4 .swiper-button-home_4{
    background-color:rgba(0,96,185,1);
    width: 54px;
    height: 88px;
    background-size:25px 43px;
    margin-top:-44px;
    /* opacity: .6; */
}
.home .home_5{
    background-color: rgba(245, 245, 245, 1);
    padding-top: 73px;
    padding-bottom: 91px;
    text-align: center;
}
.home .home_5>.content>.clearfix{
    margin-top: 52px;
}
.home .home_51{
    width: 580px;
}
.home .home_52{
    width: 620px;
    background-color: #fff;
    padding: 21px 40px;
}
.home .home_52 li{
    padding: 28px 0;
    border-bottom: 1px solid rgba(157, 157, 157, .2);
}
.home .home_52 li:last-child{
    border-bottom: 0;
}
.home .home_52 li>div:first-child{
    width: 20%;
}
.home .home_52 li>div:first-child p:first-child{
    font-size:46px;
    font-weight:400;
    color:rgba(102, 102, 102, 1);
}
.home .home_52 li>div:first-child p:last-child{
    font-weight:400;
    color:rgba(102, 102, 102, .8);
}
.home .home_52 li>div:last-child{
    width: 80%;
    text-align: left;
}
.home .home_52 li>div:last-child a{
    font-size:18px;
    font-weight:bold;
    color:rgba(102,102,102,1);
    margin-bottom: 15px;
    display: block;
}
.home .home_52 li>div:last-child p{
    font-weight:400;
    color:rgba(161,160,160,1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.home .home_52 li:hover>div:first-child p:first-child{
    color: rgba(27, 98, 183, 1);
}
.home .home_52 li:hover>div:first-child p:last-child{
    color: rgba(27, 98, 183, .6);
}
.home .home_52 li:hover>div:last-child a{
    color: rgba(27, 98, 183, 1);
}
.home .home_6{
    padding: 70px 0 59px 0;
}
.home .home_61{
    margin-bottom: 38px;
}
.home .home_61 .scaleImg{
    width: 440px;
}
.home .home_61 .right{
    width: 710px;
}
.home .home_61 .right .name{
    font-size:20px;
    font-weight:400;
    color:rgba(102,102,102,1);
    margin-top: 20px;
    margin-bottom: 30px;
}
.home .home_61 .right .info{
    font-weight:400;
    color:rgba(102,102,102,.8);
    line-height:34px;
    font-size: 16px;
}
.home .home_62{
    width: 100%;
    height: 430px;
}
@media (max-width: 1354px){
    .home .home_4 .swiper-button-prev{
        left: 5px;
    }
    .home .home_4 .swiper-button-next{
        right: 0;
    }
}
/* banner */
.banner{
    position: relative;
    overflow: hidden;
}
/* .banner img{
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    animation: 10s infinite alternate bannerMove;
    -webkit-animation: 10s infinite alternate bannerMove
}*/
@keyframes bannerMove
{
from {transform: scale(1,1);}
to {transform: scale(1.1,1.1);}
}

@-webkit-keyframes bannerMove /*Safari and Chrome*/
{
from {-webkit-transform: scale(1,1);}
to {-webkit-transform: scale(1.1,1.1);}
}
.banner .info{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size:24px;
    font-weight:400;
    color: rgba(16, 96, 20, 1);
    margin-top: -26px;
}
/* publicContent */
.publicContent{
    padding: 60px 0;
}
.publicContent .menuLeft{
    width:240px;

}
.publicContent .menuLeft .tit{
    color: #FFF;
    background-color: rgba(16, 96, 20, 1);
    text-align: center;
    padding: 26px 0;
}
.publicContent .menuLeft .tit p:first-child{
    font-size: 24px;
}
.publicContent .menuLeft .tit p:last-child{
    font-size: 12px;
    margin-top: 10px;
}
.publicContent .menuLeft li a{
    display: block;
    line-height: 60px;
    background-color: rgba(223, 223, 223, .35);
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
    text-align: center;
      border-bottom: 1px solid #ddd;
    line-height: 40px;
}
.publicContent .menuLeft .active a{
    background-color: rgba(50, 133, 54, 1);
    color: #fff;
}
.publicContent .menuLeft li:hover a{
    background-color: rgba(50, 133, 54, 1);
    color: #fff;
}
.publicContent .publicContent_1{
    width: 870px;
}
.publicContent .crumbs{
    font-size: 12px;
    color: rgba(174, 174, 174, 1);
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(102, 102, 102, .1);
    margin-bottom: 30px;
}
.publicContent .crumbs img{
    width: 15px;
    margin-right: 10px;
}
.publicContent .crumbs a{
    color: rgba(174, 174, 174, 1);
}
/* about */
.about .about_1 .scaleImg{
    width: 365px;
    margin-right: 55px;
      display: none;
}
.about .about_11{
    /* width: 450px; */
}
.about .about_11 .tit{
    font-size:20px;
    font-weight:400;
    color:rgba(50,133,54,1);
    margin-bottom: 39px;
}
.about .about_11 .tit img{
    width: 19px;
    margin-bottom: -2px;
    margin-right: 5px;
}
.about .about_1 p{
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:32px;
    /* text-indent: 32px;*/
}
.reLink{
    clear: both;
    padding-top: 20px;
}
.reLink div {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}
.reLink div a {
    font-size: 14px;
    color: #555;
}
.reLink div a:hover{
    color: rgba(50, 133, 54, 1);
}
/* news */
.news .news_11 li{
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(102, 102, 102, .1);
    padding-top: 20px;
}
.news .news_11 li:first-child{
    padding-top: 0;
}
.news .news_111{
    width: 26.5%;
    margin-right: 5%;
}
.news .news_112{
    width:68.5%;
    margin-top: 20px;
}
.news .news_112 img{
    width: 23px;
    margin-top: 9px;
}
.news .news_112 img:last-child{
    display: none;
}
.news .news_112 a{
    font-size:22px;
    font-weight:400;
    color: rgba(102, 102, 102, 1);
    display: block;
    margin-bottom: 30px
}
.news .news_112 p{
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news .news_112 a:hover{
    color:rgba(50,133,54,1);
}
.news .news_112 a:hover img:last-child{
    display: block;
}
.news .news_112 a:hover img:first-child{
    display: none;
}
.page{
    text-align: center;
    margin-top: 30px;
}
.page a{
    display: inline-block;
    margin-left: 6px;
}
.page a:nth-child(2){
    margin-left: 0;
}
.page a:first-child{
    margin-right: 20px;
}
.page a:last-child{
    margin-left: 20px;
}
.page a img{
    width: 7px;
    margin-bottom: -3px;
}
.page a{
    width: 30px;
    line-height: 30px;
    border: 1px solid rgba(167, 167, 167, 1);
    color: rgba(167, 167, 167, 1);
    border-radius: 8px;
}
.page a:first-child,.page a:last-child{
    width: 36px;
}
.page a:hover{
    background-color: rgba(0, 96, 185, 1);
    border-color: rgba(0, 96, 185, 1);
    color: #fff;
}
.page a.page-num-current{
    background-color: rgba(0, 96, 185, 1);
    border-color: rgba(0, 96, 185, 1);
    color: #fff;
}
.page a:first-child:hover,.page a:last-child:hover{
    background-color: transparent;
    border-color: rgba(167, 167, 167, 1);
    color: rgba(167, 167, 167, 1);
}
.news .news_2 .news_11 li{
    padding: 20px 40px 20px 20px;
    border-bottom:0;
    background-color: rgba(102, 102, 102, .1);
}
/* product */
.product .product_1{
    margin-bottom: 50px;
}
.product .product_1>p:first-child{
    font-size:18px;
    font-weight:400;
    color:rgba(102,102,102,1);
    margin-bottom: 20px;
}
.product .product_11{
    font-size:18px;
    font-weight:bold;
    color:rgba(70,70,70,1);
    line-height:32px;
}
.product .product_12 .scaleImg{
    width: 280px;
    display: inline-block;
    margin-left: 20px;
}
.product .product_2>p:first-child{
    font-size:24px;
    font-weight:400;
    color:rgba(50,133,54,1);
}
.product .product_2>p:first-child img{
    width: 19px;
    margin-bottom: -3px;
    margin-right: 5px;
}
.product .product_21{
    margin-top:20px;
}
.product .product_21:first-child{
    width: 450px;
}
.product .product_21 .tit{
    font-size:18px;
    font-weight:bold;
    color:rgba(70,70,70,1);
    margin-bottom: 30px;
}
.product .product_21 .txt{
    font-size:16px;
    font-weight:400;
    color:rgba(70,70,70,1);
    line-height:32px;   
}
/* product1 */
.product1 .product1_1 img{
    display: block;
    margin-bottom: 20px;
}
.product1 .product1_1 .page{
    text-align: center;
}
.product1 .product1_1 .page a{
    display: inline-block;
    width: 35px;
    line-height: 33px;
    margin-left: 10px;
}
.product1 .product1_1 .page a:first-child{
    width: 83px;
    margin-left: 0;
    margin-right: 39px;
}
.product1 .product1_1 .page a:last-child{
    width: 83px;
    margin-left: 39px;
}
.product1 .product1_1 .page a{
    display: inline-block;
    border: 1px solid rgba(143, 143, 143, 1);
    color: rgba(102, 102, 102, 1);
    font-size: 16px;
}
.product1 .product1_1 .page a:hover{
    background-color: rgba(0, 96, 185, 1);
    border-color: rgba(0, 96, 185, 1);
    color: #fff;
}
.product1 .product1_1 .page a.page-num-current{
    background-color: rgba(0, 96, 185, 1);
    border-color: rgba(0, 96, 185, 1);
    color: #fff;
}
/* contact */
.contact .contact_1{
    margin-bottom: 80px;
}
.contact .contact_1 input{
    width: 46%;
}
.contact .contact_1 textarea{
    width: 100%;
    margin-top: 40px;
}
.contact .contact_1 input,.contact .contact_1 textarea{
    padding: 15px 10px;
    border: 0;
    border-bottom: 1px solid rgba(102, 102, 102, .4);
    font-size:18px;
    color:rgba(102,102,102,1);
    float: left;
  	font-family: "微软雅黑";
}
.contact .contact_1 #name{
    margin-right: 8%;
}
.contact .contact_1 .code{
    margin-top: 40px;
}
.contact .contact_1 .code>div{
    position: relative;
    width: 71%;
    margin-right: 4%;
}
.contact .contact_1 .code>div input{
    width: 100%;
    padding-right: 150px;
}
.contact .contact_1 .code>div img{
    position: absolute;
    height: 50px;
    width: auto;
    right: 0;
    top: 0;
}
.contact .contact_1 .code>button{
    width: 25%;
    line-height: 50px;
    text-align: center;
    background-color: rgba(0, 96, 185, 1);
    font-size: 16px;
    color: #fff;
    border: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
}
.contact .contact_2 .scaleImg{
    width: 46%;
}
.contact .contact_21{
    width: 49%;
}
.contact .contact_21 .tit{
    font-size:20px;
    font-weight:400;
    color:rgba(102,102,102,1);
    margin-bottom: 30px;   
}
.contact .contact_21 .txt{
    font-size:16px;
    font-weight:400;
    color:rgba(102,102,102,.6);
    line-height:34px;  
}
.contact .contact_3{
    width: 100%;
    height: 412px;
    margin-top: 40px;
}
.contact .banner .info{
    margin-top: -49px;
}
/* newsInfo_1 */
.newsInfo_1 p:first-child{
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 20px;
}
.newsInfo_1 table{
    border-top: 1px solid rgba(102,102,102,1);
    border-left: 1px solid rgba(102,102,102,1);
    border-spacing:0;
}
.newsInfo_1 table tr td{
    border-right: 1px solid rgba(102,102,102,1);
    border-bottom: 1px solid rgba(102,102,102,1);
    font-size: 16px;
    line-height: 32px;
    padding: 10px 15px;
}
.newsInfo_1 table tr td:first-child{
    width: 20%;
    text-align: center;
}
/* about1 */
.about1_1{
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.about1_1>.list{
    border: 1px solid rgba(229, 229, 229, 1);
    border-bottom: 0;
    position: relative;
}
.about1_1>.list>p{
    padding: 20px 50px;
    font-size: 16px;
    color: rgba(102, 102, 102, 1)
}
.about1_1>.list>p>span{
    cursor: pointer;
    font-size: 34px;
    line-height: 20px;
}
.about1_1>.list>div{
    padding: 0 50px;
    background-color: rgba(244, 244, 244, 1);
    color: rgba(102, 102, 102, 1);
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: -1px;
    line-height:30px;
    transition: 1s;
    height: 0;
    overflow: hidden;
}
.about1_1>.list.active p.title{
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}
.about1_1>.list.active>div{
    padding: 50px;
    height: auto;
}
.newslist_1 .news_111{display:none;}