@charset "utf-8";
*, *:before, *:after {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    outline:0;
    margin:0;
    padding:0;
}
#bsWXBox {
    box-sizing:content-box;
}
ul {
    list-style:none;
}
body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li, sub, sup, tt, var, del, dfn, ins, kbd, q, s, samp, strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select {
    margin:0;
    padding:0;
}
a:link, a:visited {
    text-decoration:none;
    outline:0;
    color:#666
}
a:hover, a:active, a:focus {
    color:#666;
    text-decoration:none
}
img {
    border:0;
    padding: 0;
    margin: 0;
    max-width:100%;
}
table {
    border-collapse:collapse;
    width:100%
}
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
}
input, textarea {
    font-size:14px;
    outline:0;
    overflow:hidden;
    font-family:arial, "microsoft yahei"
}
input[type='reset'], input[type='button'], input[type='submit'], input[type='radio'] {
    cursor:pointer;
    outline:0;
    border: none;
}
input[type='checkbox'], input[type='radio'] {
    position:relative;
    vertical-align:middle;
}
textarea, input[type='email'], input[type='date'], input[type='password'], input[type='text'] {
    outline:0;
    color:#666;
}
input[type="submit"], input[type="reset"], input[type="button"], input[type='text'], select, button {
    -webkit-appearance:none
}
input, select, textarea {
    -webkit-appearance:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
::-webkit-input-placeholder {
    color:#333;
}
:-moz-placeholder {
    color:#333;
    opacity:1;
}
::-moz-placeholder {
    color:#333;
    opacity:1;
}
:-ms-input-placeholder{
    color:#333;
}
.clearfix:after {
    clear:both;
    height:0;
    content:"";
    line-height:0;
    font-size:0;
    display:block
}
.clear {
    clear:both;
}

body {
    font-family:arial, "microsoft yahei";
    font-size:14px;
    color:#666;
    line-height:1.5;
    width:100%;
    background:#fff;
    -webkit-tap-highlight-color:transparent;
    -webkit-text-size-adjust: none;
}
.fl {
    float:left;
}
.fr {
    float:right;
}
.pic{
    position: relative;
    overflow: hidden;
    width: 100%;
}
.pic:after{
    content: '';
    display: block;
    padding-bottom: 100%;
}
.pic img{
    transition: .5s;
}
.middleCenter {
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    max-width:100%;
    max-height:100%;
    display:block;
    vertical-align:middle;
    text-align:center;
    margin:auto
}
.tp{
    overflow: hidden;
}
.tp img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
    transition: .5s;
}
.container1 {
    width: 1200px;
    margin: 0 auto;
}
header {
	width:100%;
	margin:0 auto;
}
.daohang {
	display:block;
	width:100%;
	margin:0 auto;
	height:87px;
	clear:both;
    background-color: #fff;
}
.yx {
	float:left;
}
.yx a {
	display:block;
    padding-top: 15px;
}
.yx img {
	max-width:100%;
	height:auto;
}
.navdaohang {
	float:right;
}
.menupc li{
    float: left;
    text-align: center;
    line-height:87px;
    z-index: 9;
    position:relative;
    background: url("../images/li.png") no-repeat right center;
}
.menupc li:last-child{
    background: none;
}
.menupc li:hover a{
    color: #70af1f;
}
.menupc li a{
    display:block;
    color: #393939;
    font-size: 16px;
    z-index: 999;
    padding: 0 28px;
    position: relative;
}
.menupc li a:hover{
    color: #70af1f;
}
.menupc li .current{
    color: #70af1f;
}
/*.menupc ul{
    background-color: #fff;
    position: absolute;
    display:none;
    overflow: hidden;
    z-index: 999;
    width: 140px;
    border-radius: 0 0 5px 5px;
    padding: 15px 10px;
    left: 50%;
    transform: translate(-50%, 0);
}
.menupc ul li{
    float: none;
    position: static;
    text-align: center;
    background:none;
    line-height: 38px;
    width:100%;
    margin: 0;
}
.menupc ul li a{
    display: block;
    font-size: 16px;
    position:relative;
    color:#333 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.menupc ul li:first-child a{
    padding: 0;
}
.menupc ul li a:after{
    display: none !important;
}
.menupc ul li a:hover{
    color: #008ed1 !important;
}
.menupc ul li .current{
    color: #008ed1 !important;
}
.menupc ul.subnav {
    display: block;
}*/

.header-search {
    float: right;
    margin-left: 33px;
    margin-top: 29px;
}
.header-search .pull-right {
    float:right;
    cursor:pointer;
}
.header-search .pull-right a {
    display:block;
    width: 30px;
    height: 30px;
    position: relative;
    background-color: #70AF1F;
    border-radius: 50%;
}
.header-search .pull-right a:after{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: url(../images/search.png) no-repeat center;
    position: absolute;
    top: 6px;
    right: 6px;
}
.header-search .pull-right a.active{
    background-color: #70AF1F;
}
.header-search .pull-right a.active:after{
    background: url(../images/icon-closed.png) no-repeat center;
}
.search {
    z-index: 9;
    position: relative;
}
.search .btn-search-max {
    z-index: 2;
    -webkit-transition: All .2s ease-in-out;
    transition: All .2s ease-in-out;
    position: relative
}
.search .btn-search-max * {
    display: inline-block;
    vertical-align: middle
}
.search .search-main {
    top: 58px;
    right: 0;
    z-index: 9;
    width: 300px;
    display: none;
    padding: 18px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.search-container {
    padding-left: 0;
    overflow: hidden;
    position: relative;
}
.search-container .form-control {
    text-align: left;
    border: 1px solid #ad9a84;
    box-shadow: none;
    border-radius: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -mz-border-radius: 0;
    font-size: 14px;
    color: #808080;
    line-height: 41px;
    height: 41px;
    vertical-align: top;
    padding: 0 85px 0 25px;
    -webkit-appearance: none;
    background-color: #fff;
    border-radius: 25px;
}
.search-container .form-control:focus {
    box-shadow: 0 0 10px #ccc;
}
.search-container .btn {
    top: 0;
    border: 0;
    right: 0;
    color: #fff;
    width: 60px;
    height: 41px;
    line-height: 41px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    border-radius: 0 25px 25px 0;
    background: #70af1f url(../images/overlay-icon.png) no-repeat center center;
}
#search-closed {
    right: 0;
    top: 23.5px;
    max-width: 30px;
    position: absolute;
    cursor: pointer
}




/*手机导航*/
.phone-nav {
    position:absolute;
    font-size:30px;
    right:15px;
    top:0px;
    line-height:60px;
    display:none;
    color:#666;
}
.phone-nav img{
    height: 30px;
    margin-top: 15px;
    display: block;
}
.header a[href="#page"] {
	display:none!important;
}
.mm-opened .header a[href="#page"] {
	display:block!important;
}
.mm-opened .header a[href="#mmenu"] {
	display:none!important;
}
#mmenu {
	z-index:9999;
}
#mmenu li .home-search {
	float:left;
	margin-left:20px;
	width:90%;
	background-color:#fff;
	padding-left:0;
	overflow:hidden;
	margin-top:10px;
	position:relative
}
#mmenu li .home-search .keyword {
	text-align:left;
	border:0;
	box-shadow:0;
	border-radius:0;
	width:86%;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-o-border-radius:0;
	-mz-border-radius:0;
	font-size:14px;
	color:#999;
	line-height:20px;
	vertical-align:top;
	padding:6px 86px 6px 10px;
	-webkit-appearance:none;
	background-color:#fff;
	border:1px solid #ccc
}
#mmenu li .home-search .keyword:focus {
	transition:border linear .2s, box-shadow linear .5s;
	-moz-transition:border linear .2s, -moz-box-shadow linear .5s;
	-webkit-transition:border linear .2s, -webkit-box-shadow linear .5s;
	outline:0;
	border:1px solid #0a78bc;
}
#mmenu li .home-search .btn-sub {
	top:0;
	border:0;
	right:0;
	color:#70af1f;
	width:42px;
	height:34px;
	line-height:34px;
	text-align:center;
	position:absolute;
	cursor:pointer;
	border-radius:0;
	background:#70af1f url(../images/search3.png) no-repeat center center;
}
.container-fluid {
	margin-left:auto;
	margin-right:auto;
	padding:0 15px;
}


/*swiper的banner*/
.home-banner {
    width:100%;
    margin: 0 auto;
    position:relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.banners a{
    display: block;
}
.banners a img{
    display: block;
    width: 100%;
    height: auto;
}
.home-banner .swiper-container .swiper-pagination{
    display: block;
    top: 50%;
    transform: translate(0, -50%);
    bottom: auto;
    right: 5%;
    left: auto;
    width: auto;
}
.home-banner .swiper-container .swiper-pagination-bullet{
    display: block;
    width: 9px;
    height: 9px;
    background-color: #70af1f;
    opacity: 1;
    outline: none;
    margin: 18px 0 !important;
    border-radius: 50%;
}
.home-banner .swiper-container  .swiper-pagination-bullet-active{
    background-color: #f07918;
}



@media(max-width:1200px) {
    .daohang{
        height:60px;
        position: fixed;
        top: 0;
        z-index: 999;
    }
    .yx a{
        padding-top: 8px;
    }
    .yx img{
        height: 44px;
    }
    .phone-nav {
        display:block;
    }
    .navdaohang {
        display:none;
    }
    .header-search{
        display: none;
    }
}

.mouse-scroll {
    position: absolute;
    bottom: 35px;
    z-index: 5;
    left: 50%;
    animation: upmove 2s infinite;
    -webkit-animation: upmove 1.5s infinite;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.mouse-scroll a{
    display:block;
}
@keyframes upmove
{
    0%   {transform:translateY(0px);}
    50%  {transform:translateY(10px);}
    100% {transform:translateY(0px);}
}



/* side */
.side{
    position: fixed;
    width: 44px;
    right: 0;
    bottom: 40%;
    z-index: 999;
}
.side ul li{
    width:44px;
    height:44px;
    float:left;
    position:relative;
    margin-bottom: 1px;
}
.side ul li .sidebox{
    position:absolute;
    width:44px;
    height:44px;
    top:0;
    right:0;
    transition:all 0.5s;
    background-color: #7fb03f;
    color:#fff;
    overflow:hidden;
}
.side ul li .sidetop{
    width:44px;
    height:44px;
    line-height:44px;
    display:inline-block;
    background-color: #7fb03f;
    transition:all 0.5s;
}
.side ul li .sidetop:hover{
    background-color:#ef7715;
}
.side ul li img{
    float:left;
}
.side ul li p{
    line-height: 44px;
}
.btn{
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    background-color: #7fb03f;
    transition: all 0.5s;
}
.wx{
    width: 128px;
    position: absolute;
    right: 0;
    display: none;
    z-index: 999;
}
.wx_t{
    height: 26px;
    background-color: #ef7715;
    position: relative;
    padding: 0 15px;
}
.wx_t p{
    font-size: 15px;
    color: #fff;
    line-height: 26px !important;
}
.wx_t a{
    position: absolute;
    right: 15px;
    top: 8px;
}
.wx_b{
    height: 123px;
    background-color: #646465;
    padding: 13px 16px;
}
.wx_b img {
    width: 96px;
    height: 96px;
    margin: 0 auto;
}

footer{
    width: 100%;
    margin: 0 auto;
    background-color: #303030;
    overflow: hidden;
}
.link{
    background-color: #414141;
    padding: 18px 0;
    overflow: hidden;
}
.link .container1{
    display: flex;
    flex-wrap: wrap;
}
.link p{
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    background: url("../images/link.png") no-repeat left center;
    padding-left: 37px;
}
.link ul{
    display: flex;
    flex-wrap: wrap;
}
.link ul li{
    line-height: 30px;
}
.link ul li a{
    color: #b2b2b2;
}
.link ul li a:hover{
    color: #70af1f;
}
.footer2{
    border-top: 1px solid #3b3b3b;
    overflow: hidden;
    padding: 25px 0;
}
.footer2 p{
    text-align: center;
    line-height: 25px;
    color: #fff;
    opacity: 0.6;
}
.footer2 p a{
    color: #fff;
}
.footer2 p a:hover{
    color: #70af1f;
}
.footer1{
    padding: 60px 0 35px 0;
    overflow: hidden;
}
.footer1_fl{
    float: left;
    width: 35%;
}
.footer1_fl a{
    display: block;
}
.footer1_fl a img{
    display: block;
    max-width: 100%;
    height: auto;
}
.footer1_fl h3{
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 39px;
}
.footer1_fl p{
    font-weight: 400;
    color: #fff;
    line-height: 40px;
    opacity: 0.6;
}
.footer1_fr{
    float: right;
    width: 10%;
}
.footer1_fr img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.footer1_fr p{
    text-align: center;
    color: #fff;
    margin-top: 10px;
}
.footer1_fc{
    float: left;
    width: 55%;
    padding: 0 5%;
    border-left: 1px solid #3b3b3b;
}
.footer1_fc li{
    float: left;
    width: 25%;
    padding: 0 10px;
    line-height: 1;
    text-align: center;
}
.footer1_fc li a{
    display: block;
    font-size: 16px;
    color: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer1_fc li a:after{
    content: '';
    display: block;
    width: 29px;
    height: 1px;
    margin: 20px auto 0 auto;
    background-color: #40930B;
}
.menulist{
    margin-top: 15px;
    overflow: hidden;
}
.menulist li{
    float: none;
    width: 100%;
    padding: 0;
    line-height: 30px;
}
.menulist li a{
    display: block;
    font-size: 14px;
    color: #fff;
    opacity: 0.6;
}
.menulist li a:after{
    display: none;
}
.menulist li a:hover{
    color: #008ed1;
}

.home-hezuo{
    width: 100%;
    margin: 110px auto;
}
.index_title{
    text-align: center;
    font-size: 36px;
    font-weight: bold;
    color: #000;
    line-height: 40px;
}
.index_title:after{
    content: '';
    display: block;
    width: 35px;
    height: 2px;
    background: #70AF1F;
    margin: 15px auto 0 auto;
}
.hezuo_con{
    margin-top: 30px;
    position: relative;
}
.hezuo_con ul{
    display: flex;
    flex-wrap: wrap;
}
.hezuo_con ul li{
    width: 16%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.hezuo_con ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 135px;
    margin: 0 auto;
    height: 135px;
    box-shadow: 0px 0px 15px rgba(154, 154, 154, .21);
    border-radius: 50%;
    background-color: #fff;
    padding: 10px;
}
.hezuo_con ul li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
/*.hezuo_con .swiper-container{
    width: 90%;
}
.hezuo_con .swiper-slide{
    display: initial;
}
.hzs a{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    width: 135px;
    margin: 0 auto;
    height: 135px;
    padding: 10px;
    box-shadow: 0px 0px 15px rgba(154, 154, 154, .21);
    border-radius: 50%;
    margin: 10px;
    background-color: #fff;
}
.hzs a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.hezuo_con .swiper-button-next, .hezuo_con .swiper-button-prev{
    display: block;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    border: 1px solid #40930b;
    background: url("../images/qh.png") no-repeat center;
    text-align: center;
    border-radius: 50%;
}
.hezuo_con .swiper-button-next:hover ,.hezuo_con .swiper-button-prev:hover{
    background: #40930b url("../images/qh_h.png") no-repeat center;
}
.hezuo_con .swiper-button-prev{
    left: 0;
    right: auto;
}
.hezuo_con .swiper-button-next{
    right: 0;
    left: auto;
    transform: rotateY(-180deg);
}*/

.home-news{
    width: 100%;
    margin: 0 auto;
    background-color: #f7f7f7;
    padding: 95px 0 120px 0;
    overflow: hidden;
}
.news_con{
    margin: 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.news_con_fl{
    width: 40.5%;
}
.news_con_fl a{
    display: block;
}
.news_con_fl a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.news_con_fls{
    background-color: #fff;
    box-shadow: 0px 0px 8px 0px rgba(182, 182, 182, 0.31);
    padding: 20px 25px;
    overflow: hidden;
}
.news_fl_date{
    float: left;
    width: 53px;
    text-align: center;
    color: #bbb;
    margin-top: 5px;
}
.news_fl_date p{
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
    line-height: 40px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.news_fl_txt{
    margin-left: 70px;
}
.news_fl_txt1{
    font-size: 16px;
    color: #333;
    line-height: 30px;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_fl_txt2{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.news_fl_txt2 span{
    color: #70AF1F;
}
.news_con_fr{
    width: 56.5%;
}
.news_con_fr li{
    margin-bottom: 40px;
    overflow: hidden;
}
.news_con_fr li:last-child{
    margin-bottom: 0;
}
.news_con_fr li a{
    display: block;
    background-color: #fff;
    height: 131px;
    position: relative;
    padding: 35px 210px 35px 30px;
    transition: .5s;
}
.news_con_fr li a .tp{
    width: 181px;
    height: 131px;
    position: absolute;
    right: 0;
    top: 0;
}
.news_fr_date{
    float: left;
    width: 53px;
    text-align: center;
    color: #bbb;
}
.news_fr_date p{
    font-size: 36px;
    font-family: Arial;
    font-weight: bold;
    line-height: 40px;
    border-bottom: 1px solid #bbb;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.news_fr_txt{
    margin-left: 78px;
}
.news_fr_txt1{
    font-size: 16px;
    color: #333;
    line-height: 1;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_fr_txt2{
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
}
.news_fr_txt2 span{
    color: #70AF1F;
}
.news_con_fr li a:hover{
    background-color: #70af1f;
}
.news_con_fr li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.news_con_fr li a:hover .news_fr_date{
    color: #fff;
}
.news_con_fr li a:hover .news_fr_date p{
    border-bottom: 1px solid #fff;
}
.news_con_fr li a:hover .news_fr_txt1{
    color: #fff;
}
.news_con_fr li a:hover .news_fr_txt2{
    color: #fff;
}
.news_con_fr li a:hover .news_fr_txt2 span{
    color: #fff;
}
.index_more{
    text-align: center;
}
.index_more a{
    display: block;
    width: 144px;
    margin: 0 auto;
    line-height: 40px;
    background-color: #70AF1F;
    color: #fff;
    border-radius: 5px;
    text-align: left;
    padding: 0 25px;
}
.index_more a p{
    background: url("../images/jt.png") no-repeat right center;
    padding-left: 10px;
    transition: .5s;
}
.index_more a:hover p{
    background: url("../images/jt.png") no-repeat left center;
    padding-left: 35px;
}

.home-honor{
    width: 100%;
    margin: 120px auto;
}
.honor_con{
    margin: 40px 0;
    overflow: hidden;
    position: relative;
}
.honor_con .swiper-container{
    width: 89%;
}
.honor_con .swiper-slide{
    display: initial;
}
.honors a{
    overflow: hidden;
    position: relative;
}
.honors a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.honor_con .swiper-button-next1, .honor_con .swiper-button-prev1{
    display: block;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    border: 1px solid #40930b;
    background: url("../images/qh.png") no-repeat center;
    text-align: center;
    border-radius: 50%;
}
.honor_con .swiper-button-next1:hover ,.honor_con .swiper-button-prev1:hover{
    background: #40930b url("../images/qh_h.png") no-repeat center;
}
.honor_con .swiper-button-prev1{
    left: 0;
    right: auto;
}
.honor_con .swiper-button-next1{
    right: 0;
    left: auto;
    transform: rotateY(-180deg);
}

.home-about{
    width: 100%;
    margin: 120px auto;
    position: relative;
}
.about_title{
    font-size: 170px;
    font-weight: bold;
    color: #F8F7F7;
    line-height: 69px;
    text-transform: uppercase;
}
.about1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about1_fl{
    width: 42%;
    text-align: justify;
}
.about1_fl .index_title{
    text-align: justify;
}
.about1_fl .index_title:after{
    margin: 15px auto 0 0;
}
.about1_fl_con{
    margin: 55px 0;
    font-size: 16px;
    color: #666;
    line-height: 30px;
    height: 150px;
    overflow: hidden;
}
.about1_fl .index_more a{
    margin: 0 auto 0 0;
    background-color: #EF7715;
}
.about1_fr{
    width: 53%;
    position: relative;
    padding: 21px 18px 0 0;
    top: -33px;
}
.about1_fr:after {
    content: '';
    display: block;
    width: 88%;
    height: 85%;
    background-color: #70af1f;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.about2{
    margin-top: 45px;
}
.about2 ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about2 ul li{
    text-align: center;
    border-right: 1px solid #ECECEC;
    width: 25%;
    padding: 0 15px;
}
.about2 ul li:last-child{
    border-right: none;
}
.about2 ul li h3{
    font-size: 16px;
    color: #333;
    position: relative;
    margin-bottom: 15px;
}
.about2 ul li h3 span{
    font-size: 60px;
    font-weight: bold;
    line-height: 0.8;
    color: #70AF1F;
    padding-right: 5px;
}
.about2 ul li h3 img{
    position: absolute;
    top: -20px;
    animation: upmove 2s infinite;
    -webkit-animation: upmove 1.5s infinite;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.about2 ul li p{
    color: #333;
    font-size: 20px;
}

.home-cup{
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 65px 0 50px 0;
    background-color: #edcb65;
}
.home-cup:before{
    content: '';
    display: block;
    width: 100%;
    height: 11px;
    background: url("../images/cupbg1.jpg") repeat-x top;
    position: absolute;
    top: 0;
}
.home-cup:after{
    content: '';
    display: block;
    width: 100%;
    height: 8px;
    background: url("../images/cupbg2.jpg") repeat-x top;
    position: absolute;
    bottom: 0;
}
.cup_tp1{
    position: absolute;
    right: 4%;
    top: -70px;
}
.cup{
    position: relative;
}
.cup_fl{
    float: left;
    width: 83%;
}
.cup_fl img{
    display: block;
    max-width: 100%;
    height: auto;
}
.cup_tp2{
    padding: 33px 0 0 18px;
}
.cup_fr{
    position: absolute;
    right: 0;
    width: 43%;
    text-align: right;
    top: 30px;
}
.cup_tp4{
    position: absolute;
    left: 0;
}
.cup_fr1{
    width: 227px;
    margin: 0 0 0 auto;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    padding: 12px 0;
    color: #272727;
    border-top: 1px solid #272727;
    border-bottom: 1px solid #272727;
}
.cup_fr2{
    margin-top: 25px;
}
.cup_fr3{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    background: url("../images/cup_tp8.png") no-repeat right center;
    height: 103px;
    line-height: 103px;
}
.cup_fr4{
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
    line-height: 32px;
}
.cup_fr5{
    margin-top: 35px;
}
.cup_fr5 ul{
    display: flex;
    justify-content: flex-end;
}
.cup_fr5 ul li{
    margin-left: 25px;
}

.home-paper{
    width: 100%;
    margin: 0 auto;
    position: relative;
    padding: 65px 0 50px 0;
    background-color: #91bb5b;
}
.home-paper:before{
    content: '';
    display: block;
    width: 100%;
    height: 11px;
    background: url("../images/paperbg1.jpg") repeat-x top;
    position: absolute;
    top: 0;
}
.home-paper:after{
    content: '';
    display: block;
    width: 100%;
    height: 9px;
    background: url("../images/paperbg2.jpg") repeat-x top;
    position: absolute;
    bottom: 0;
}
.paper_tp1{
    position: absolute;
    left: 4%;
    top: -78px;
}
.paper{
    position: relative;
}
.paper_fl{
    float: right;
    width: 60%;
}
.paper_fl img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 0 0 auto;
}
.paper_tp2{
    padding: 18px 33px 0 0;
}
.paper_tp3{
    margin-top: -75px !important;
}
.paper_fr{
    position: absolute;
    left: 0;
    width: 40%;
    top: 30px;
}
.paper_fr1{
    width: 227px;
    margin: 0 auto 0 0;
    text-align: center;
    font-size: 30px;
    line-height: 1;
    padding: 12px 0;
    color: #272727;
    border-top: 1px solid #272727;
    border-bottom: 1px solid #272727;
}
.paper_fr2{
    margin: 25px 0;
}
.paper_fr3{
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    background: url("../images/cup_tp8.png") no-repeat left center;
    height: 103px;
    line-height: 103px;
}
.paper_fr4{
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
    line-height: 32px;
}
.paper_fr5{
    margin-top: 35px;
}
.paper_fr5 ul{
    display: flex;
    justify-content: flex-start;
}
.paper_fr5 ul li{
    margin-right: 25px;
    width: 74px;
    height: 71px;
    border: 1px solid #f3e83b;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-pro{
    width: 100%;
    margin: 110px auto 125px auto;
}
.pro_con{
    margin: 30px 0;
    overflow: hidden;
}
.pro_con ul{
    display: flex;
    flex-wrap: wrap;
}
.pro_con ul li{
    width: 25%;
    padding: 0 13px;
    margin-bottom: 28px;
}
.pro_con ul li a{
    width: 100%;
    height: auto;
    padding: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pro_con ul li:nth-child(n) a{
    background-color: #ffb693;
}
.pro_con ul li:nth-child(2n) a{
    background-color: #a8cd97;
}
.pro_con ul li:nth-child(3n) a{
    background-color: #d0b397;
}
.pro_con ul li a:hover .tp img{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}
.pro_txt{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    opacity: 0;
    transition: .5s;
}
.pro_txt:after{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(112,175,31,.65);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.pro_con ul li a:hover .pro_txt{
    opacity: 1;
}
.pro_con ul li a:hover .pro_txt:after{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.pro_txt h3{
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.pro_txt img{
    position: relative;
    z-index: 1;
}


/*联系我们*/
.inner-banner{
    width: 100%;
    margin: 0 auto;
    position: relative;
}
.inner-banner img{
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.ban_info{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    line-height: 1;
}
.ban_info h3{
    font-size: 60px;
    font-weight: bold;
    color: #ef7817;
    margin-bottom: 20px;
}
.ban_info p{
    font-size: 24px;
    color: #efb018;
    text-transform: uppercase;
}
.inner-main{
    width: 100%;
    margin: 0 auto;
}
.inner_nav{
    background-color: #f4f4f3;
    line-height: 70px;
    overflow: hidden;
}
.inner_nav_fl{
    float: left;
}
.inner_nav_fl ul{
    display: flex;
    flex-wrap: wrap;
}
.inner_nav_fl ul li a{
    display: block;
    font-size: 16px;
    color: #4d4d4d;
    padding: 0 20px;
}
.inner_nav_fl ul li a:hover{
    background-color: #649c1b;
    color: #fff;
}
.inner_nav_fl ul li a.current{
    background-color: #649c1b;
    color: #fff;
}
.inner_nav_fr{
    float: right;
}
.inner_nav_fr p{
    color: #4d4d4d;
    background: url("../images/wz.png") no-repeat left center;
    padding-left: 22px;
}
.inner_nav_fr p a{
    color: #4d4d4d;
}
.inner_nav_fr p span{
    color: #649c1b;
}
.inner_con{
    margin-top: 80px;
}
.icontact_con{
    margin: 70px 0 45px 0;
    overflow: hidden;
}
.icontact_con ul{
    display: flex;
    flex-wrap: wrap;
}
.icontact_con ul li{
    width: 25%;
    background: url("../images/cli.jpg") no-repeat right center;
    text-align: center;
}
.icontact_con ul li:last-child{
    background: none;
}
.icontact_con ul li img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.icontact_con ul li h3{
    margin: 30px 0 10px 0;
    font-size: 18px;
    color: #333;
    line-height: 1;
}
.icontact_con ul li p{
    color: #838383;
}
.imap_con img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: auto;
}
.ifeedback{
    margin: 75px 0;
    overflow: hidden;
}
.ifeedback_con{
    margin-top: 40px;
}
.lxform{

}
.lx1{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.lx1s{
    width: 49%;
    margin-bottom: 20px;
}
.lx1 label{
    display: block;
    font-size: 16px;
    color: #525252;
    margin-bottom: 12px;
}
.lx1 label b{
    color: #ff0000;
}
.lx1 input{
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #f2f2f2;
    border: none;
    padding: 0 15px;
    color: #acacac;
}
.lx1 textarea{
    width: 100%;
    height: 240px;
    line-height: 30px;
    background-color: #f2f2f2;
    border: none;
    padding: 15px;
    resize: none;
    color: #acacac;
}
.lx2{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}
.lx2_fl{
    width: 49%;
    position: relative;
}
.lx2_fl label{
    display: block;
    font-size: 16px;
    color: #525252;
    margin-bottom: 15px;
}
.lx2_fl label b{
    color: #ff0000;
}
.lx2_fl input{
    width: 40%;
    height: 46px;
    line-height: 46px;
    background-color: #f2f2f2;
    border: none;
    padding: 0 15px;
    font-size: 16px;
}
.lx2_fl a{
    width: 25%;
    position: absolute;
    left: 43%;
    bottom: 0;
    height: 46px;
    border: 1px solid #dcdcdc;
}
.lx2_fl a img{
    width: auto;
    height: 44px;
}
.lx2_fr{
    width: 49%;
    text-align: right;
}
.lx2_fr input{
    width: 156px;
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    border: none;
    background-color: #70af1f;
    color: #fff;
}


/*关于我们*/
.iabout{
    margin-bottom: 110px;
}
.iabout_con{
    margin: 55px 0 50px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.iabout_con_fl{
    width: 49%;
    color: #666;
    line-height: 36px;
}
.iabout_con_fr{
    width: 45%;
    position: relative;
    padding: 21px 18px 0 0;
}
.iabout_con_fr:after {
    content: '';
    display: block;
    width: 95%;
    height: 90%;
    background-color: #efaf17;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}
.iabout .about2 ul li h3 span{
    color: #ef7817;
}
.ihonor{
    background: url("../images/ihonorbg.jpg") no-repeat center;
    background-size: cover;
    padding: 99px 0;
    overflow: hidden;
}
.ihonor_con{
    margin-top: 45px;
    position: relative;
}

.ihonor_con .swiper-container{
    width: 89%;
}
.ihonor_con .swiper-slide{
    display: initial;
}
.ihonors a{
    overflow: hidden;
    position: relative;
}
.ihonors a .tp{
    margin: 15px;
    box-shadow: 0 0 15px rgba(0,0,0,.3);
}
.ihonors a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.ihonor_con .swiper-button-next2, .ihonor_con .swiper-button-prev2{
    display: block;
    position: absolute;
    top: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    z-index: 10;
    cursor: pointer;
    outline: none;
    background: #fff url("../images/qh.png") no-repeat center;
    text-align: center;
    border-radius: 50%;
}
.ihonor_con .swiper-button-next2:hover ,.ihonor_con .swiper-button-prev2:hover{
    background: #40930b url("../images/qh_h.png") no-repeat center;
}
.ihonor_con .swiper-button-prev2{
    left: 0;
    right: auto;
}
.ihonor_con .swiper-button-next2{
    right: 0;
    left: auto;
    transform: rotateY(-180deg);
}
.ihezuo{
    margin: 85px 0 20px 0;
    background: url("../images/ihezuobg.png") no-repeat center;
}
.ihezuo .hezuo_con{
    padding: 45px 0 65px 0;
    margin-top: 0;
}

/*新闻资讯*/
.inews{
    margin: 55px 0;
}
.inews_con{
    margin-bottom: 10px;
}
.inews_con li{
    margin-bottom: 32px;
}
.inews_con li a{
    display: block;
    background-color: #f8f8f8;
    overflow: hidden;
    padding: 29px 360px 29px 41px;
    min-height: 185px;
    position: relative;
    transition: .5s;
}
.inews_date{
    float: left;
    width: 101px;
    height: 93px;
    background-color: #fff;
    color: #444;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 15px;
    margin-top: 17px;
    transition: .5s;
    position: relative;
}
.inews_date:after{
    content: '';
    display: block;
    width: 0;
    height: 1px;
    background-color: #649c1b;
    position: absolute;
    top: 14px;
    right: -20px;
    transition: .5s;
}
.inews_date span{
    display: block;
    font-size: 12px;
}
.inews_date p{
    font-size: 24px;
    line-height: 1;
    margin-top: 5px;
}
.inews_txt{
    margin-left: 148px;
    margin-top: 24px;
}
.inews_txt1{
    font-size: 16px;
    color: #3c3c3c;
    line-height: 1;
    margin-bottom: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.inews_txt2{
    color: #a3a3a3;
    line-height: 25px;
    height: 50px;
    overflow: hidden;
}
.inews_con li a .tp{
    position: absolute;
    right: 34px;
    top: 29px;
    width: 176px;
    height: 127px;
}
.inews_con li a:hover{
    box-shadow: 0 0 18px rgba(15,6,11,.1);
    background-color: #fff;
}
.inews_con li a:hover .inews_date{
    background-color: #efb018;
    color: #fff;
}
.inews_con li a:hover .inews_date:after{
    width: 43px;
}
.inews li a:hover .tp img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
/*分页*/
.pagination{
    text-align:center;
    color:#666;
    clear:both;
}
.pagination a{
    display:inline-block ;
    font-size: 16px;
    color: #4c4c4c;
    text-align: center;
    text-transform: capitalize;
    padding:0px 10px;
    line-height:28px;
    margin:0px 1px 10px 1px;
    border: 1px solid #d8d8d8;
}
.pagination a:hover{
    color:#fff;
    background-color:#70af1f;
    border: 1px solid #70af1f;
}
.pagination a.active {
    color:#fff;
    background-color: #70af1f;
    border: 1px solid #70af1f;
}

/*新闻详情*/
.inewsshow{
    margin-bottom: 55px;
    overflow: hidden;
}
.show_title{
    text-align: center;
    padding-bottom: 25px;
}
.show_title h3{
    font-size: 24px;
    text-align: center;
    color: #000;
    padding-bottom: 25px;
    line-height: 28px;
}
.show_title span{
    color:#949494;
    margin:0px 10px;
    font-size:14px;
    padding-left:20px;
}
.browse{
    background:url(../images/browse.png) no-repeat left center;
}
.date{
    background:url(../images/date.png) no-repeat left center;
}
.show_content{
    border-top: 1px dashed #bfbfbf;
    border-bottom: 1px dashed #bfbfbf;
    line-height: 30px;
    color: #616161;
    padding: 50px 0px;
}
.show_content img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.show_back{
    margin-top: 35px;
    overflow: hidden;
}
.show_back_fl{
    float: left;
    width: 70%;
    overflow:hidden;
}
.show_back_fl li{
    margin-bottom:2px;
    line-height:25px;
    color:#616161;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.show_back_fl li a{
    color:#a7a7a8;
}
.show_back_fl li a:hover{
    color: #70af1f;
}
.show_back_fr{
    overflow:hidden;
    float: right;
    width: 13.5%;
}
.show_back_fr a{
    display:block;
    line-height:44px;
    color:#fff;
    background: #70af1f url(../images/return.png) no-repeat 112px center;
    padding: 0 20px 0 40px;
    text-align: left;
    border-radius: 5px;
}
.tag{
    margin: 70px 0;
}
.show_bt{
    padding-bottom: 15px;
    border-bottom: 1px solid #d7d7d7;
    overflow: hidden;
    line-height: 24px;
}
.show_bt p{
    float: left;
    font-size: 24px;
    color: #000;
    position: relative;
    padding-left: 15px;
}
.show_bt p:before{
    content: '';
    display: block;
    width: 3px;
    height: 24px;
    background-color: #70af1f;
    position: absolute;
    left: 0;
    top: 0;
}
.show_bt a{
    float: right;
    background: url("../images/refresh.png") no-repeat left center;
    padding-left: 28px;
    font-size: 16px;
    color: #666;
}
.tag_con{
    margin-top: 25px;
}
.tag_con ul{
    display: flex;
    flex-wrap: wrap;
}
.tag_con ul li{
    background: url("../images/tagli.jpg") no-repeat right center;
    padding-right: 15px;
    margin-right: 20px;
    line-height: 24px;
}
.tag_con ul li:last-child{
    background: none;
    padding-right: 0;
    margin-right: 0;
}
.tag_con ul li a{
    color: #666;
}
.tag_con ul li a:hover{
    color: #70af1f;
}
.relatednews_con{
    margin-top: 25px;
}
.relatednews_con ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.relatednews_con li{
    width: 47%;
    margin-bottom: 25px;
}
.relatednews_con li a{
    display: block;
    line-height: 24px;
}
.relatednews_con li a p{
    float: left;
    width: 70%;
    color: #666;
    position: relative;
    padding-left: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.relatednews_con li a p:before{
    content: '';
    display: block;
    width: 3px;
    height: 3px;
    background-color: #cdcdcd;
    position: absolute;
    left: 0;
    top: 10px;
}
.relatednews_con li a span{
    float: right;
    color: #a4a4a4;
}
.relatednews_con li a:hover p{
    color: #70af1f;
}
.relatednews_con li a:hover span{
    color: #70af1f;
}

/*产品中心*/
.ipro {
    margin: 55px 0;
}
.ipro_con{
    margin-bottom: 10px;
}
.ipro_con ul{
    display: flex;
    flex-wrap: wrap;
}
.ipro_con ul li{
    width: 25%;
    padding: 0 13px;
}
.ipro_con ul li a{
    display: block;
}
.ipro_con ul li a .tp{
    width: 100%;
    height: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.ipro_con ul li:nth-child(n) a .tp{
    background-color: #ffb693;
}
.ipro_con ul li:nth-child(2n) a .tp{
    background-color: #a8cd97;
}
.ipro_con ul li:nth-child(3n) a .tp{
    background-color: #d0b397;
}
.ipro_con ul li a:hover .tp img{
    transform:rotateY(180deg);
    -moz-transform:rotateY(180deg);
    -webkit-transform:rotateY(180deg);
}
.ipro_txt{
    padding: 20px 5px;
    overflow: hidden;
}
.ipro_txt h3{
    font-size: 16px;
    color: #444;
    line-height: 30px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ipro_con ul li a:hover .ipro_txt h3{
    color: #649c1b;
}

/*产品详情*/
.iproshow{
    margin-bottom: 60px;
    overflow: hidden;
}
.related .ipro_con{
    margin-top: 35px;
}
.iproshow4{
    display: flex;
    justify-content: center;
}
.iproshow4 a{
    display: block;
    line-height: 42px;
    font-size: 16px;
    color: #848383;
}
.iproshow4 a.prev,.iproshow4 a.next{
    width: 128px;
}
.iproshow4 a.prev{
    background: #efefef url("../images/prev.png") no-repeat 20px center;
    padding-left: 55px;
}
.iproshow4 a.next{
    background: #efefef url("../images/next.png") no-repeat 90px center;
    padding-left: 20px;
}
.iproshow4 a:hover{
    color: #fff;
}
.iproshow4 a.prev:hover{
    background: #70af1f url("../images/prev_h.png") no-repeat 20px center;
}
.iproshow4 a.next:hover{
    background: #70af1f url("../images/next_h.png") no-repeat 90px center;
}
.iproshow4 a.center{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    margin: 0 15px;
    background-color: #efefef;
}
.iproshow3{
    margin: 80px 0 60px 0;
    overflow: hidden;
}
.iproshow3_con{
    margin-top: 25px;
}
.iproshow3_con ul{
    display: flex;
    flex-wrap: wrap;
}
.iproshow3_con ul li{
    padding: 1px;
}
.iproshow3_con ul li.s1{
    width: 30%;
}
.iproshow3_con ul li.s2{
    width: 20%;
}
.iproshow3_con ul li.s3{
    width: 50%;
}
.iproshow3_con ul li a{
    display: block;
}
.iproshow3_con ul li a:hover img{
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
.iproshow2{
    overflow: hidden;
}
.iproshow2_con{
    line-height: 30px;
    color: #616161;
    padding: 115px 0 0 0;
}
.iproshow2_con img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
    height: auto;
}
.iproshow1{
    margin: 55px 0;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.iproshow1_fl{
    width: 53%;
}
.iproshow1_fl_img1{
    float: left;
    width: 82%;
}
.iproshow1_fl_img2{
    float: right;
    width: 16%;
}
.slick-prev {
    left:0 !important;
}
.slick-next {
    right:0 !important;
}
.proshow-max {
    width:100%;
    margin: 0 auto;
    text-align:center;
    position:relative;
    cursor:pointer;
    border:1px solid #e2e2e2;
    background-color: #f8f8f8;
}
.proshow-max .item i {
    display:block;
    padding-bottom:79.26%;
}
.proshow-max .item i img{
    border: none !important;
}
.proshow-min {
    width:100%;
    margin: 0 auto;
    text-align:center;
    position: relative;
}
.proshow-min .getIndex {
    display:inline-block;
    *float:none;
    *display:inline;
    zoom:1;
    text-align:center;
}
.proshow-min .getIndex .item {
    margin:4px 0px;
    border:1px #ebebeb solid;
    background-color: #f8f8f8;
}
.proshow-min .slick-current .item{
    border:1px #70af1f solid;
}
.proshow-min .getIndex .item i {
    display:block;
    padding-bottom: 79.26%;
    position:relative;
    border: 3px solid #fff;
}
.proshow-min .getIndex .item i img{
    border: none !important;
}
.proshow-min .getIndex .item i:hover {
    cursor:pointer;
}
.proshow-min .slick-list{
    margin: 15px 0 19px 0;
}
.proshow-min .slick-prev, .proshow-min .slick-next{
    width: 100%;
    height: 15px;
    background: #f1f1f1 url("../images/pjt.png") no-repeat center;
    margin-top: 0;
}
.proshow-min .slick-prev:hover, .proshow-min .slick-next:hover{
    background: #70AF1F url("../images/pjt_h.png") no-repeat center;
}
.proshow-min .slick-prev{
    top: -15px;
    bottom: auto;
}
.proshow-min .slick-next{
    bottom: -19px;
    transform:rotate(180deg);
}
.iproshow1_fr{
    width: 40%;
}
.iproshow1_fr1{
    font-size: 36px;
    color: #70AF1F;
    line-height: 1;
}
.iproshow1_fr2{
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 25px 0;
    margin: 28px 0 38px 0;
}
.iproshow1_fr2 p{
    font-size: 16px;
    color: #666;
    line-height: 36px;
    padding-left: 15px;
    position: relative;
}
.iproshow1_fr2 p:before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #70af1f;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 15px;
}
.iproshow1_fr3 a{
    display: block;
    width: 167px;
    line-height: 42px;
    background-color: #EF7817;
    border-radius: 5px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    transition: .5s;
}
.iproshow1_fr3 a:hover{
    background-color: #70af1f;
}

.iabout3{
    margin-top: 45px;
}
.iabout3 ul{
    display: flex;
    flex-wrap: wrap;
}
.iabout3 ul li{
    width: 33.3%;
    padding: 0 10px;
    margin-bottom: 20px;
}







@media(max-width:1200px) {
    .container1{
        width:100%;
        margin:0 auto;
        padding-left:15px;
        padding-right:15px;
    }
    .show_content img{
        display:block;
        max-width:100%;
        height:auto;
        margin: auto;
    }
    .home-banner{
        margin-top: 60px;
    }
    .side{
        display: none !important;
    }
    .inner-banner{
        margin-top: 60px;
    }
    .footer1{
        padding: 50px 0 35px 0;
    }
    .footer1_fl p{
        line-height: 30px;
    }
    .footer1_fc{
        padding: 0 3%;
    }
    .home-about{
        margin: 70px auto;
    }
    .about_title{
        font-size: 90px;
        line-height: 40px;
    }
    .index_title{
        font-size: 30px;
    }
    .about1_fl_con{
        margin: 35px 0;
    }
    .about1_fr{
        top: 0;
    }
    .about2 ul li h3 span{
        font-size: 40px;
    }
    .about2 ul li p{
        font-size: 18px;
    }
    .home-cup{
        padding: 65px 0;
    }
    .cup_fr2 img{
        max-width: 40%;
    }
    .cup_fr3{
        font-size: 30px;
    }
    .home-pro{
        margin: 50px auto 70px auto;
    }
    .home-paper{
        padding: 65px 0;
    }
    .paper_fr2 img{
        max-width: 40%;
    }
    .paper_fr3{
        font-size: 30px;
    }
    .home-honor{
        margin: 50px auto;
    }
    .home-news{
        padding: 50px 0;
    }
    .news_con_fr li{
        margin-bottom: 15px;
    }
    .home-hezuo{
        margin: 50px auto;
    }
    .hezuo_con ul li a{
        width: 120px;
        height: 120px;
    }
    .ban_info h3{
        font-size: 34px;
        margin-bottom: 10px;
    }
    .ban_info p{
        font-size: 20px;
    }
    .inner_con{
        margin-top: 50px;
    }
    .icontact_con{
        margin: 35px 0;
    }
    .ifeedback{
        margin: 50px 0;
    }
    .iabout{
        margin-bottom: 50px;
    }
    .iabout_con{
        margin: 35px 0;
    }
    .iabout_con_fl{
        line-height: 30px;
    }
    .ihonor{
        padding: 50px 0;
    }
    .ihonor_con{
        margin-top: 25px;
    }
    .ihezuo{
        margin: 50px 0 20px 0;
    }
    .inews_con li a{
        padding: 29px 260px 29px 34px;
    }
    .show_title h3{
        font-size: 20px;
    }
    .show_content{
        padding: 35px 0;
    }
    .show_back_fr{
        width: 17%;
    }
    .tag{
        margin: 50px 0;
    }
    .show_bt p{
        font-size: 20px;
    }
    .relatednews_con li{
        margin-bottom: 15px;
    }
    .ipro_con ul li{
        padding: 0 10px;
    }
    .ipro_txt{
        padding: 15px 5px;
    }
    .iproshow{
        margin-bottom: 50px;
    }
    .iproshow1_fr1{
        font-size: 30px;
    }
    .iproshow1_fr2{
        padding: 20px 0;
        margin: 25px 0;
    }
    .iproshow3{
        margin: 50px 0;
    }
}

@media(max-width:768px) {
    .footer1_fl{
        padding-right: 3%;
    }
    .index_title{
        font-size: 26px;
    }
    .about_title{
        font-size: 64px;
        line-height: 20px;
    }
    .about1_fr{
        margin-top: 20px;
    }
    .about1_fr:after{
        height: 65%;
    }
    .about2 ul li h3 span{
        font-size: 30px;
    }
    .home-cup{
        padding: 65px 0 180px 0;
    }
    .cup_fl{
        width: 70%;
    }
    .cup_fr{
        width: 50%;
    }
    .cup_fr2 img{
        max-width: 30%;
    }
    .cup_fr3{
        font-size: 26px;
    }
    .cup_tp4{
        text-align: left;
    }
    .cup_tp4 img{
        max-width: 60%;
    }
    .pro_con ul li{
        padding: 0 7px;
        margin-bottom: 14px;
    }
    .home-paper{
        padding: 65px 0 180px 0;
    }
    .paper_fl{
        width: 60%;
    }
    .paper_fr{
        width: 50%;
    }
    .paper_fr2 img{
        max-width: 30%;
    }
    .paper_fr3{
        font-size: 26px;
    }
    .hezuo_con ul li a{
        width: 90px;
        height: 90px;
    }
    .ban_info h3{
        font-size: 30px;
    }
    .icontact_con ul li{
        padding: 0 10px;
    }
    .icontact_con ul li h3{
        margin: 20px 0 10px 0;
        font-size: 16px;
    }
    .icontact_con ul li p br{
        display: none;
    }
    .iabout_con_fl{
        width: 100%;
    }
    .iabout_con_fr{
        width: 85%;
        margin: 20px auto 0 auto;
    }
    .ihezuo .hezuo_con{
        padding: 35px 0 50px 0;
    }
    .show_back_fr{
        width: 22%;
    }
    .ipro_con ul li{
        padding: 0 7px;
    }
    .ipro_txt {
        padding: 10px 5px;
    }
    .iproshow1{
        margin: 35px 0;
    }
    .iproshow1_fl{
        width: 100%;
    }
    .iproshow1_fr{
        margin-top: 20px;
        width: 100%;
    }
    .iproshow1_fr1{
        font-size: 26px;
    }
}

@media(max-width:600px) {
    .mouse-scroll{
        bottom: 10px;
    }
    .mouse-scroll a img{
        max-width: 50%;
    }
    .home-banner .swiper-container .swiper-pagination-bullet{
        margin: 10px 0 !important;
    }
    .footer1{
        padding: 30px 0;
    }
    .footer1_fl{
        float: none;
        width: 100%;
    }
    .footer1_fc{
        float: none;
        width: 100%;
        margin: 20px 0;
        overflow: hidden;
        border-left: none;
        padding: 0;
    }
    .footer1_fr{
        float: none;
        width: 100%;
    }
    .footer1_fc li a:after{
        display: none;
    }
    .menulist{
        display: none;
    }
    .footer2{
        padding: 15px 0;
    }
    .home-about{
        margin: 30px auto 50px auto;
    }
    .about_title{
        font-size: 50px;
        line-height: 1;
    }
    .index_title{
        font-size: 20px;
        line-height: 1;
    }
    .about1_fl{
        width: 100%;
    }
    .about1_fr{
        width: 100%;
    }
    .about1_fl_con{
        margin: 20px 0;
    }
    .about1_fr:after {
        height: 85%;
    }
    .about2 ul li{
        width: 50%;
        margin-bottom: 30px;
    }
    .about2 ul li:nth-child(2n){
        border-right: none;
    }
    .home-cup{
        padding: 50px 0 65px 0;
    }
    .cup_tp1{
        top: -30px;
        text-align: right;
    }
    .cup_tp1 img{
        max-width: 50%;
    }
    .cup_tp2{
        padding: 20px 0 0 18px;
        max-width: 20% !important;
    }
    .cup_tp4{
        text-align: right;
        top: -50%;
        width: 100%;
    }
    .cup_tp4 img{
        max-width: 30%;
    }
    .cup_fl{
        float: none;
        width: 100%;
    }
    .cup_fr{
        position: inherit;
        width: 100%;
        left: 0;
        right: auto;
        text-align: left;
    }
    .cup_fr1{
        width: 200px;
        margin: 0 auto 0 0;
        font-size: 26px;
    }
    .cup_fr3{
        font-size: 24px;
        background: url(../images/cup_tp8.png) no-repeat left center;
    }
    .cup_fr5 ul{
        justify-content: flex-start;
    }
    .cup_fr5 ul li{
        margin-right: 25px;
        margin-left: 0;
    }
    .home-pro{
        margin: 30px auto 50px auto;
    }
    .pro_con{
        margin: 20px 0;
    }
    .pro_con ul li{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .home-paper{
        padding: 50px 0 65px 0;;
    }
    .paper_tp1{
        top: -30px;
    }
    .paper_tp1 img{
        max-width: 50%;
    }
    .paper_fl{
        float: none;
        width: 100%;
    }
    .paper_fr{
        position: inherit;
        width: 100%;
    }
    .paper_fr1{
        width: 200px;
        font-size: 26px;
    }
    .paper_fr3{
        font-size: 24px;
    }
    .home-honor{
        margin: 30px auto;
    }
    .honor_con{
        margin: 20px 0;
    }
    .home-news{
        padding: 30px 0;
    }
    .news_con{
        margin: 20px 0;
    }
    .news_con_fl{
        width: 100%;
    }
    .news_con_fr{
        margin-top: 20px;
        width: 100%;
    }
    .news_con_fr li a{
        padding: 0;
        overflow: hidden;
        height: auto;
    }
    .news_con_fr li a .tp{
        position: inherit;
        width: 100%;
        height: auto;
    }
    .news_fr_date{
        padding: 20px 0 20px 15px;
        width: 68px;
    }
    .news_fr_txt{
        padding: 20px 15px 20px 0;
        margin-left: 90px;
    }
    .home-hezuo{
        margin: 30px auto;
    }
    .hezuo_con{
        margin-top: 20px;
    }
    .hezuo_con ul li{
        width: 33.3%;
    }
    .ban_info h3{
        font-size: 20px;
    }
    .ban_info p{
        font-size: 14px;
    }
    .inner_nav{
        line-height: 35px;
    }
    .inner_nav_fl{
        float: none;
        width: 100%;
    }
    .inner_nav_fr{
        float: none;
        width: 100%;
        padding: 10px 0;
    }
    .inner_nav_fl ul li{
        width: 33.3%;
        text-align: center;
    }
    .inner_con{
        margin-top: 30px;
    }
    .icontact_con{
        margin: 20px 0 0 0;
    }
    .icontact_con ul li{
        width: 50%;
        margin-bottom: 20px;
        padding: 0 15px;
    }
    .icontact_con ul li:nth-child(2n){
        background: none;
    }
    .icontact_con ul li p{
        word-break: break-all;
    }
    .ifeedback{
        margin: 30px 0;
    }
    .ifeedback_con{
        margin-top: 20px;
    }
    .lx1s{
        width: 100%;
    }
    .lx1 textarea{
        height: 150px;
    }
    .lx2_fl{
        width: 100%;
        margin-bottom: 20px;
    }
    .lx2_fr{
        width: 100%;
        text-align: center;
    }
    .iabout{
        margin-bottom: 10px;
    }
    .iabout_con{
        margin: 20px 0;
    }
    .iabout_con_fr{
        width: 100%;
    }
    .ihonor{
        padding: 30px 0;
    }
    .ihonor_con{
        margin-top: 10px;
    }
    .ihonor_con .swiper-container{
        width: 82%;
    }
    .ihezuo{
        margin: 30px 0 20px 0;
        background-size: cover;
    }
    .ihezuo .hezuo_con{
        padding: 15px 0 30px 0;
    }
    .inews{
        margin: 20px 0;
    }
    .inews_con li{
        margin-bottom: 20px;
    }
    .inews_con li a{
        padding: 20px 15px;
    }
    .inews_con li a .tp{
        position: inherit;
        right: inherit;
        top: inherit;
        width: 100%;
        height: auto;
    }
    .inews_date{
        margin-top: 0;
        position: absolute;
        top: 20px;
        left: 15px;
        z-index: 99;
        height: 80px;
        width: 80px;
        padding: 0 12px;
    }
    .inews_date p{
        font-size: 20px;
    }
    .inews_txt{
        margin-left: 0;
        margin-top: 20px;
    }
    .inews_txt1{
        margin-bottom: 10px;
    }
    .inewsshow{
        margin-bottom: 20px;
    }
    .show_title h3{
        padding-bottom: 15px;
        font-size: 18px;
    }
    .show_content{
        padding: 25px 0;
    }
    .show_back{
        margin-top: 20px;
    }
    .show_back_fl{
        width: 65%;
    }
    .show_back_fr{
        width: 30%;
    }
    .show_back_fr a{
        background: #70af1f url(../images/return.png) no-repeat 70px center;
        padding: 0 15px;
        background-size: 20%;
    }
    .tag{
        margin: 20px 0;
    }
    .tag_con{
        margin-top: 20px;
    }
    .show_bt p{
        font-size: 18px;
    }
    .relatednews_con{
        margin-top: 20px;
    }
    .relatednews_con li{
        width: 100%;
        margin-bottom: 10px;
    }
    .ipro{
        margin: 30px 0 20px 0;
    }
    .ipro_con ul li{
        width: 50%;
        padding: 0 5px;
    }
    .inner_nav_fl ul li a{
        padding: 0 10px;
    }
    .iproshow{
        margin-bottom: 20px;
    }
    .iproshow1{
        margin: 20px 0;
    }
    .iproshow1_fl_img1{
        float: none;
        width: 100%;
    }
    .iproshow1_fl_img2{
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .proshow-min .getIndex .item{
        margin: 0 4px;
    }
    .proshow-min .slick-prev, .proshow-min .slick-next{
        width: 15px;
        height: 100%;
    }
    .proshow-min .slick-prev{
        left: 0;
        top: 0;
    }
    .proshow-min .slick-next{
        right: 0;
        bottom: 0;
    }
    .proshow-min .slick-list{
        margin: 0 15px;
    }
    .iproshow1_fr1{
        font-size: 20px;
    }
    .iproshow1_fr2{
        padding: 15px 0;
        margin: 20px 0;
    }
    .iproshow3{
        margin: 20px 0;
    }
    .iproshow4 a.prev, .iproshow4 a.next{
        width: 118px;
    }
    .related .ipro_con{
        margin-top: 20px;
    }
    .iabout3{
        margin-top: 20px;
    }
    .iabout3 ul li{
        width: 50%;
        padding: 0 5px;
        margin-bottom: 10px;
    }
}



@media(max-width:414px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {
    .hezuo_con ul li a{
        width: 80px;
        height: 80px;
    }
}














