﻿@charset "UTF-8";
* { padding: 0; margin: 0; box-sizing: border-box; background-repeat: no-repeat; font-family: "Microsoft YaHei","微软雅黑",Arial; }

div, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, img, ol, ul, li, table, th, td, p, span, a { border: 0; }

img { border: none; vertical-align: middle; display: inline-block; max-width: 100%; max-height: 100%; }

body { max-width: 1920px; background: #fff; color: #333; font-size: 14px; margin-left: auto; margin-right: auto; line-height: 1.1; }

ul, ol { list-style-type: none; }

button { border: none; cursor: pointer; background-color: transparent; }

a { text-decoration: none; color: inherit; }

a:hover { text-decoration: none; color: inherit; }

.clear { clear: both; font-size: 1px; height: 0; visibility: hidden; line-height: 0; }

.clearfix { zoom: 1; }

.fl { float: left; }

.fr { float: right; }

.bk { border: 1px red solid; }

.none { display: none !important; }

@font-face { font-family: 'qingyuan'; src: url("../fonts/qingyuan.ttf") format("truetype"), url("../fonts/qingyuan.woff2") format("woff2"), url("../fonts/qingyuan.woff") format("woff"), url("../fonts/qingyuan.eot") format("embedded-opentype"), url("../fonts/qingyuan.svg") format("svg"); }
.container { width: 1200px; margin-left: auto; margin-right: auto; }
.container:before, .container:after { content: ''; display: table; width: 100%; clear: both; font-size: 0; }

/*导航按钮*/
.navbtn { display: none; position: absolute; z-index: 9999; width: auto; height: auto; padding: 0 7px; border-radius: 5px; background-color: #8dc420; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; }
.navbtn span { display: block; width: 35px; height: 4px; margin: 8px 0; border-radius: 5px; background-color: #fff; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; }
.navbtn.navclose span:nth-child(1) { -moz-transform: translateY(12px) rotate(45deg); -ms-transform: translateY(12px) rotate(45deg); -webkit-transform: translateY(12px) rotate(45deg); transform: translateY(12px) rotate(45deg); }
.navbtn.navclose span:nth-child(2) { opacity: 0; }
.navbtn.navclose span:nth-child(3) { -moz-transform: translateY(-12px) rotate(-45deg); -ms-transform: translateY(-12px) rotate(-45deg); -webkit-transform: translateY(-12px) rotate(-45deg); transform: translateY(-12px) rotate(-45deg); }

/*头部*/
.web-top { line-height: 45px; color: #fff; font-size: 14px; background-color: #8dc420; }

.header { width: 100%; height: 130px; }
.header .container { position: relative; }
.header .logo { float: left; }
.header .logo a { display: block; height: 130px; line-height: 130px; font-size: 0; }
.header .logo a img { max-height: 100%; }
.header .navbar { float: right; }
.header .navbar .nav { text-align: right; font-size: 0; }
.header .navbar .nav > li { position: relative; display: inline-block; height: 130px; line-height: 150px; margin-left: 60px; }
.header .navbar .nav > li > a { position: relative; display: block; color: #525252; font-size: 16px; }
.header .navbar .nav > li > a.arrow { padding-right: 20px; }
.header .navbar .nav > li > a.arrow:after { content: ''; position: absolute; top: 0; right: 0; display: block; width: 15px; height: 102%; background-image: url(../images/nav-arrow.png); background-position: center center; background-repeat: no-repeat; background-size: contain; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; }
.header .navbar .nav > li ul { display: none; position: absolute; top: 80%; left: 0; z-index: 999; width: 250%; text-align: left; padding: 5px 0; background-color: #8dc420; box-shadow: 0px 0px 10px 0px #999; border-radius: 5px; }
.header .navbar .nav > li ul li { height: auto; line-height: normal; font-size: 0; }
.header .navbar .nav > li ul li a { display: block; padding: 8px 10px; color: #fff; font-size: 15px; background-color: #8dc420; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
.header .navbar .nav > li ul li a:hover { background-color: #008660; }
.header .navbar .nav > li.language { position: absolute; top: -45px; right: 0; text-align: right; height: auto; line-height: normal; }
.header .navbar .nav > li.language:hover, .header .navbar .nav > li.language:hover a { color: #fff; }
.header .navbar .nav > li.language a { display: inline-block; height: 45px; line-height: 45px; margin-left: 20px; color: #fff; font-size: 14px; }
.header .navbar .nav > li.language a img { float: left; display: block; height: 18px; margin-right: 5px; margin-top: 13.5px; }
.header .navbar .nav > li:hover > a, .header .navbar .nav > li.current > a { color: #8dc420; }
.header .navbar .nav > li:hover > a.arrow:after { transform: rotate(-180deg); -ms-transform: rotate(-180deg); -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -o-transform: rotate(-180deg); }
.header .navbar .nav > li:hover ul { display: block; }

.banner { position: relative; width: 100%; overflow: hidden; }
.banner img { width: 100%; }
.banner .swiper-pagination { bottom: 30px !important; font-size: 0; }
.banner .swiper-pagination span { opacity: 1; width: 12px; height: 12px; margin: 0 10px !important; border: 1px #8dc420 solid; border-radius: 50%; background: none; }
.banner .swiper-pagination .swiper-pagination-bullet-active { background-color: #8dc420; }

/*----------首页*/
.index-main .item-box1 { margin-top: 60px; }
.index-main .item-box2 { margin-top: 65px; }
.index-main .item-box2 .box-wrapper { margin-top: 50px; background-image: url(../images/index-about-bg.jpg); background-position: center bottom; background-repeat: no-repeat; background-size: auto 310px; }
.index-main .item-box2 .box-left { float: left; width: 42%; padding-left: 15px; }
.index-main .item-box2 .box-left h2 { padding-top: 5px; color: #8dc420; font-size: 28px; font-weight: normal; }
.index-main .item-box2 .box-left h2:after { content: ''; display: block; width: 55px; height: 4px; margin-top: 15px; background-color: #8dc420; }
.index-main .item-box2 .box-left .content { line-height: 2.4; margin-top: 50px; color: #fff; font-size: 14px; }
.index-main .item-box2 .box-left .more { display: block; width: 140px; line-height: 35px; padding-left: 20px; margin-top: 25px; color: #008660; background-color: #fff; background-image: url(../images/more-arrow.png); background-position: 88% center; background-repeat: no-repeat; border-radius: 30px; box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.2); }
.index-main .item-box2 .box-pic { float: right; width: 50.41%; }
.index-main .item-box3 { position: relative; margin-top: 115px; padding-bottom: 110px; }
.index-main .item-box3 .item { float: left; width: 50%; background-position: center center; background-size: cover; }
.index-main .item-box3 .item a { display: block; padding-top: 70px; padding-bottom: 70px; }
.index-main .item-box3 .item .title { position: relative; z-index: 99; width: 60%; margin-left: auto; margin-right: auto; text-align: center; padding-top: 30px; padding-bottom: 40px; border: 1px #fff solid; }
.index-main .item-box3 .item .title span { display: block; font-size: 0; }
.index-main .item-box3 .item .title em { display: block; padding-top: 5px; color: #fff; font-size: 32px; font-style: normal; font-family: 'Times New Roman'; }
.index-main .item-box3 .item .title strong { display: block; padding-top: 10px; color: #fff; font-size: 24px; font-weight: normal; }
.index-main .item-box3 .item1 { background-image: url(../images/jkzx-bg.jpg); }
.index-main .item-box3 .item1 a { background-color: rgba(0, 0, 0, 0.4); }
.index-main .item-box3 .item2 { background-image: url(../images/kpzs-bg.jpg); }
.index-main .item-box3 .item2 a { background-color: rgba(201, 175, 150, 0.8); }
.index-main .item-box3 .milk-pic { position: absolute; left: 0; bottom: 0; width: 100%; height: 70%; text-align: center; }

.box-tit { text-align: center; }
.box-tit h4 { position: relative; line-height: 50px; font-weight: normal; }
.box-tit h4:before { content: ''; position: absolute; top: 25px; left: 0; display: block; width: 100%; height: 1px; background-color: rgba(0, 0, 0, 0.2); }
.box-tit h4 em { position: relative; z-index: 10; display: inline-block; padding: 0 135px; color: #8dc420; font-size: 32px; font-style: normal; font-family: 'Times New Roman'; background-color: #fff; }
.box-tit h4 em:before, .box-tit h4 em:after { content: ''; position: absolute; top: 50%; display: inline-block; width: 100px; height: 12px; margin-top: -6px; background-image: url(../images/box-title-icon.jpg); background-position: center center; background-repeat: no-repeat; background-size: contain; }
.box-tit h4 em:before { left: 15px; }
.box-tit h4 em:after { right: 15px; }
.box-tit h3 { color: #525252; font-size: 24px; font-weight: normal; }

.pro-wrapper { position: relative; width: 100%; }
.pro-wrapper .button-prev, .pro-wrapper .button-next { position: absolute; z-index: 999; top: 50%; width: 30px; height: 20px; margin-top: -10px; background-position: right center; background-repeat: no-repeat; background-size: 200% auto; cursor: pointer; }
.pro-wrapper .button-prev:hover, .pro-wrapper .button-next:hover { background-position: left center; }
.pro-wrapper .button-prev { left: -5%; background-image: url(../images/pro-slide-arrow-left.png); }
.pro-wrapper .button-next { right: -5%; background-image: url(../images/pro-slide-arrow-right.png); }

.index-product-slide { position: relative; width: 100%; margin-left: -15px; margin-right: -15px; margin-top: 45px; overflow: hidden;background:#fff; }
.index-product-slide .swiper-slide { padding-left: 15px; padding-right: 15px; overflow: hidden; }
.index-product-slide .swiper-slide .pic a { display: block; height: 315px; line-height: 315px; text-align: center; background-color: #edebe7; font-size: 0; }
.index-product-slide .swiper-slide .pic a img { padding: 10px; }
.index-product-slide .swiper-slide .tit { height: 75px; line-height: 75px; padding-left: 35px; padding-right: 60px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; color: #fff; background-color: #8dc420; background-image: url(../images/circle-arrow.png); background-position: 90% center; background-repeat: no-repeat; background-size: 30px 30px; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
.index-product-slide .swiper-slide .tit a { color: #fff; font-size: 16px; }
.index-product-slide .swiper-slide .tit:hover { background-color: #008660; }

/*----------内页*/
.inside-banner { position: relative; height: 370px; margin-bottom: 60px; background-position: center center; background-repeat: no-repeat; background-size: cover; }
.inside-banner:before { content: ''; position: absolute; z-index: 9; left: 0; bottom: 0; width: 100%; height: 60px; background-image: url(../images/inside-banner-bg.png); background-position: center center; background-repeat: no-repeat; background-size: cover; }

.pro-list-main .slide-tab-menu { margin-top: 40px; text-align: center; font-size: 0; }
.pro-list-main .slide-tab-menu a { display: inline-block; width: auto; height: 50px;min-width:100px; line-height: 50px; text-align: center; margin: 0 10px;margin-top:10px; color: #fff;padding-left:10px;padding-right:10px; font-size: 15px; background-color: #c6a586; border-radius: 30px; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; }
.pro-list-main .slide-tab-menu a:hover, .pro-list-main .slide-tab-menu a.current { background-color: #8dc420; }
.pro-list-main .pro-tab-slide { width: 100%;background:#fff; }
.pro-list-main .pro-tab-slide > .swiper-wrapper > .swiper-slide-active .pro-wrapper .swiper-slide { pointer-events: auto !important; }
.pro-list-main .fenduan { margin-top: 95px; padding-bottom: 55px; background-color: #f4f4f4; background-image: url(../images/fenduan-bg.jpg); background-position: center top; background-repeat: no-repeat; }
.pro-list-main .fenduan .container { position: relative; }
.pro-list-main .fenduan .yinger { position: absolute; z-index: 9; top: 42px; right: 0; }
.pro-list-main .fenduan .tips h4 { padding-top: 115px; color: #8dc420; font-size: 20px; font-weight: normal; font-family: 'qingyuan'; }
.pro-list-main .fenduan .tips h5 { line-height: 2; margin-top: 60px; color: #525252; font-size: 26px; font-weight: normal; font-family: 'qingyuan'; }
.pro-list-main .fenduan .tips img { margin-top: 20px; }
.pro-list-main .fenduan .list { margin-top: 105px; }
.pro-list-main .fenduan .list .item { float: left; width: 33.33%; text-align: center; padding-top: 55px; padding-bottom: 20px; background-color: #fff; border-right: 5px #f4f4f4 solid; transition: all 0.3s; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -o-transition: all 0.3s; }
.pro-list-main .fenduan .list .item em { display: block; font-style: normal; }
.pro-list-main .fenduan .list .item .en { color: #8dc420; font-size: 32px; font-family: 'Times New Roman'; }
.pro-list-main .fenduan .list .item .zh { padding-top: 10px; color: #c6a586; font-size: 28px; }
.pro-list-main .fenduan .list .item img { margin-top: 15px; }
.pro-list-main .fenduan .list .item:last-child { border: none; }
.pro-list-main .fenduan .list .item:hover { background-color: #8dc420; }
.pro-list-main .fenduan .list .item:hover em { color: #fff; }

.news-list-main .item { padding: 20px; margin-top: 50px; overflow: hidden; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
.news-list-main .item .pic { float: left; width: 25%; }
.news-list-main .item .pic img { width: 100%; }
.news-list-main .item .info { float: right; width: 70.7%; }
.news-list-main .item .info .date { color: #8a8a8a; font-size: 28px; }
.news-list-main .item .info h2 { padding-top: 23px; padding-bottom: 20px; color: #8a8a8a; font-size: 18px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; border-bottom: 1px rgba(138, 138, 138, 0.6) solid; }
.news-list-main .item .info .content { line-height: 2; margin-top: 15px; color: #8a8a8a; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }
.news-list-main .item .info .more { float: right; display: block; width: 35px; height: 35px; background-image: url(../images/circle-arrow-gray.png); background-position: center center; background-repeat: no-repeat; background-size: contain; }
.news-list-main .item:hover { background-color: #8dc420; }
.news-list-main .item:hover .info .date, .news-list-main .item:hover .info h2, .news-list-main .item:hover .info .content { color: #fff; }
.news-list-main .item:hover .info h2 { border-color: rgba(255, 255, 255, 0.3); }
.news-list-main .item:hover .info .more { background-image: url(../images/circle-arrow.png); }

.contact-main { padding-bottom: 80px; }
.contact-main .pic { margin-top: 60px; }
.contact-main ul { margin-top: 20px; overflow: hidden; }
.contact-main ul li { float: left; width: 33.33%; line-height: 90px; padding: 0 10px; color: #8a8a8a; font-size: 16px; border-bottom: 1px #dfdfdf solid; }
.contact-main ul li img { margin-right: 25px; }
.contact-main ul li.address { float: left; width: 66.6%; line-height: 90px; padding: 0 10px; color: #8a8a8a; font-size: 16px; border-bottom: 1px #dfdfdf solid; }
.contact-main .map { width: 100%; height: 450px; margin-top: 55px; }

.about-main { padding-bottom: 80px; }
.about-main .content { margin-top: 60px; padding-left: 70px; padding-right: 70px; }
.about-main .content .text { padding-left: 35px; padding-right: 35px; }
.about-main .content .text, .about-main .content .text p, .about-main .content .text span, .about-main .content .text strong { line-height: 2.2; color: #666; font-size: 16px; }
.about-main .content .text .renzheng-pic { display: flex; display: -webkit-flex; flex-flow: row nowrap; justify-content: space-between; line-height: 70px; margin-top: 20px; }

.paging { text-align: center; margin-top: 50px; margin-bottom: 80px; font-size: 0; }
.paging a { display: inline-block; line-height: 30px; padding: 0 13px; margin: 0 4px; color: #fff; background-color: #d2d2d2; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
.paging a:hover, .paging a.on { background-color: #c6a586; }

.footer { padding-top: 20px; padding-bottom: 35px; background-color: #8dc420; }
.footer .f-logo { float: left; }
.footer .f-nav { float: right; text-align: right; padding-top: 25px; color: #fff; }
.footer .f-nav a { display: inline-block; color: #fff; }
.footer .f-nav p { opacity: .5; padding-top: 20px; }

.xuanfu { position: fixed; z-index: 999; top: 30%; left: 0; width: 50px; background-color: #fff; }
.xuanfu a { position: relative; display: block; width: 50px; height: 50px; line-height: 50px; text-align: center; margin-bottom: 1px; font-size: 0; background-color: #8dc420; transition: all 0.2s; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; }
.xuanfu a:last-child { margin-bottom: 0; }
.xuanfu a .hover { opacity: 0; top: 0; right: -120px; }
.xuanfu a .hover img { width: 120px; }
.xuanfu a:hover { width: 70px; background-color: #008660; }
.xuanfu a:hover .hover { opacity: 1; position: absolute; }

/*# sourceMappingURL=css.css.map */

.mod-pager-box
{
    clear:both;
    width:100%;
    text-align:center;
    font-size:12px;
    line-height:30px;
    margin-bottom:40px;
    font-family:微软雅黑,Microsoft YaHei;
    }
.mod-pager-box a
{
    text-align:center;
    line-height:30px;
    margin:0 5px;
    width:30px;
    height:30px;
    color:#fff;
    background-color:#cccccc;
    display:inline-block;
    border-radius:9px;
    cursor:pointer;
}
.mod-pager-box a:hover,.mod-pager-box .current
{
    text-align:center;
    margin:0 5px;
    width:30px;
    height:30px;
    line-height:30px; cursor:pointer;
    color:#fff;
    background-color:#8dc420;
    display:inline-block;  border-radius:9px;
}
.mod-pager-box a.pages
{
    width:auto;
    padding:0 15px;  border-radius:9px;
    display:inline-block;
}

.mod-pager-box.s1 a[disabled='disabled'],mod-pager-box.s1 span[disabled='disabled']{ display:none;}

.tousu-wrap{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.2);
	z-index: 3;
	display: none;
}
.tousu{
	width: 100%;
	background-color: #fff;
}
.tousu-li{
	float: left;
	width: 100%;
	height: 825px;
	overflow: hidden;
}

.tousu-main{
	float: left;
	width: 100%;
	height: 100%;
	background-color: #f6f6f6;
	padding: 51px 85px 100px 85px;
}
.inp-list-wrap{
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 39px 187px 52px 62px;
}
.inp-list{
	float: left;
	width: 100%;
	margin-bottom: 32px;
}
.inp-list .title{
	float: left;
	width: 102px;
	font-size: 16px;
	color: #333333;
}
.inp-lists{
	float: left;
	width: 100%;
	margin-bottom: 32px;
}
.inp-lists .title{
	float: left;
	width: 102px;
	font-size: 16px;
	color: #333333;
}
.inp-list input{
	float: left;
	width: 270px;
	height: 38px;
	border: solid 1px #d2d2d2;
	font-size: 14px;
	color: #666;
	margin-left: 18px;
}
.inp-lists input
{

	border: solid 1px #d2d2d2;
	font-size: 14px;
	color: #666;
	margin-left: 18px;
}
.inp-list textarea{
	float: right;
	font-size: 14px;
	width: calc( 100% - 120px );
	height: 220px;
	border: solid 1px #d2d2d2;
	padding: 20px 28px;
}
.tjfk{
	float: left;
	font-size: 16px;
	color: #fff;
	width: 155px;
	height: 40px;
	line-height: 40px;
	background-color: #8dc420;
	text-align: center;
	border: none;
	border-radius: 5px;
	margin-left: 130px;
	cursor: pointer;
	transition: .3s;
}
.tjfk:hover{
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	background-color: #008660;	
	color: #fff;
}

@media (max-width:700px) 
{
.contact-main ul li.address { float: left; width:100%; line-height: 90px; padding: 0 10px; color: #8a8a8a; font-size: 16px; border-bottom: 1px #dfdfdf solid;  margin-bottom:21px;}

.tousu-wrap{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
	display: none;
	text-align:left;
}
.tousu{
	width: 100%;
	background-color: #fff;
}
.tousu-li{
	float: left;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.tousu-main{
	float: left;
	width: 100%;
	height: 100%;
	background-color: #fff;
	padding:0;
}
.inp-list-wrap{
	float: none;
	width: 100%;
	background-color: #fff;
	clear:both;
	padding: 0;
}
.inp-list{
	float: none;
	width: 100%;
	clear:both;
	margin-bottom: 32px;
}
.inp-list .title{
	float: none;
	width: 102px;
	font-size: 16px;
	color: #333333;
	clear:both;
}
.inp-list input{
	float: left;
	width: 99%;
	height: 38px;
	border: solid 1px #d2d2d2;
	font-size: 14px;
	color: #666;
	margin-left: 0px;
	margin-bottom:19px;
}
.inp-list textarea{
	float: none;
	clear:both;
	font-size: 14px;
	width: 99%;
	height: 220px;
	border: solid 1px #d2d2d2;
	padding: 20px 28px;
}
.tjfk{
	float: left;
	font-size: 16px;
	color: #fff;
	width: 151px;
	height: 40px;
	line-height: 40px;
	background-color: #8dc420;
	text-align: center;
	border: none;
	border-radius: 5px;
	margin-left: 0px;
	cursor: pointer;
	transition: .3s;
}
.tjfk:hover{
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	background-color: #008660;	
	color: #fff;
}

}

/**产品内容页**/
.single-wrapper-left{width:49%;float:left;overflow:hidden;position:relative;margin-top:50px;}
.single-wrapper-left .swiper-slide {height:400px; text-align: center;font-size: 18px;background: #fff;/* Center slide text vertically */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;}
.single-wrapper-left .swiper-slide img {display: block;max-width:96%;max-height:96%;}
.single-wrapper-left .swiper {width: 100%;margin-left: auto;margin-right: auto;}
.single-wrapper-left .swiper-slide {background-size: cover;background-position: center;}
.single-wrapper-left .mySwiper2 {height: 100%;width: 100%;border:1px solid #aaa;overflow:hidden;}
.single-wrapper-left .mySwiper {height: 20%;box-sizing: border-box;padding: 10px 0;}
.single-wrapper-left .mySwiper .swiper-slide {width: 25%;height: 120px;opacity: 0.4;border:1px solid #aaa;}
.single-wrapper-left .mySwiper .swiper-slide-thumb-active {opacity: 1;}
.single-wrapper-left .swiper-slide img {display: block;}
.single-wrapper-left  .swiper .button-prev,
.single-wrapper-left  .swiper  .button-next{position:absolute;z-index:2;width:40px !important;height:40px !important;line-height:40px;text-align:center;color:#00a0e9;font-size:40px !important;cursor:pointer;user-select:none}
.single-wrapper-left  .swiper  .button-prev{left:0px}
.single-wrapper-left  .swiper  .button-next{right:0px}
.single-wrapper-left .swiper-button-next,.single-wrapper-left  .swiper-button-prev{top:auto;bottom:50px;width:20px;font-size:10px;--swiper-navigation-size:25px;}
.single-wrapper-right{width:49%;float:right;padding-left:10px;font-size:13px;line-height:25px;margin-top:50px;}
.pro-title{font-size:22px;color:#000;font-weight:bold;border-bottom: 1px solid #e2e2e2;padding-bottom:20px;}
.single-wrapper-desc,.pro-con{width:100%;float:left;margin-top:20px;font-size:15px;line-height:28px;}
.single-wrapper-desc{padding-bottom:50px;}