
@font-face {
	font-family: "DINCOND";
	font-weight: normal;
	font-style: normal;
	src: url('../font/DINCOND-REGULAR.OTF');
}

html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family: "微软雅黑", arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: .75em;
	overflow-x: hidden;
	color: #333;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

iframe {
	border-width: 0;
	border: none;
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
}

img {
	border: none;
}

a,
a:hover,
a:active,
a:visited,
a:link {
	text-decoration: none !important;
	outline: 0;
}

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

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

.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
	overflow: hidden;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
	clear: both;
}

.none {
	display: none;
}

.block {
	display: block;
}

.w {
	width: 1548px;
	margin: 0 auto;
}

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.ellipsis-5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
}

.ellipsis-6 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999999;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999999;
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none;
}

.h {
	height: 236px;
}




/* 内页banner */

.nylbox {
	width: 100%;
	position: relative;
}

.nylbox img {
	width: 100%;
	height: 400px;
	object-fit: cover;
}

.nylbox .nybntt{ position: absolute; top: 200px;}
.nylbox .nybntt h1{ font-size: 30px; color: #fff; font-weight: bold;}
.nylbox .nybntt p{ font-size: 16px; color: #fff; text-transform: uppercase;}

/* 左右内容 */

.nr_main {
	width: 100%;
	padding: 40px 0 80px 0;
	background-color: #f4f8fa;
}


/* 左侧导航 */

.zc_main {
	width: 18.217%;
	float: left;
}


/* 产品分类 */

.zc_pl {
	width: 100%;
	border: 1px solid #106dd0;
}

.zc_pl .bty {
	line-height: 80px;
	padding: 0 15px;
	font-size: 22px;
	background: #106dd0;
	font-weight: bold;
}

.zc_pl .bty a {
	display: block;
	background: url('../image/fltb.png') no-repeat left center;
	padding-left: 40px;
	color: #FFFFFF;
}

.zc_pl .leftnav {
	width: 100%;
	background: #FFFFFF;
	padding: 15px;
}

.zc_pl .leftnav>li {
	width: 100%;
	margin-bottom: 10px;
}

.zc_pl .leftnav>li>a {
	display: block;
	line-height: 40px;
	font-size: 16px;
	color: #333333;
	padding: 0 10px;
	font-weight: bold;
	background: #f0f5f8 url('../image/letnav.png') no-repeat right center;
	background-position: calc(100% - 10px) 50%;
	cursor: pointer;
}

.zc_pl .leftnav>li>ol {
	width: 100%;
}

.zc_pl .leftnav>li>ol>li {
	width: 100%;
}

.zc_pl .leftnav>li>ol>li>a {
	display: block;
	padding: 0 10px;
	font-size: 14px;
	color: #666666;
	line-height: 40px;
	border-bottom: 1px dotted #9a9a9a;
}

.zc_pl .leftnav>li>ol>li>a:hover {
	color: #106dd0;
}

.mon>a {
	background: #f0f5f8 url('../image/letnav1.png') no-repeat right center !important;
	background-position: calc(100% - 10px) 50% !important;
	color: #106dd0 !important;
}

.mmn>a {
	color: #106dd0 !important;
}


/* 联系热线 */

.lx_exa {
	width: 100%;
	border: 1px solid #d4d4d4;
	background: #FFFFFF;
	margin-top: 20px;
	margin-bottom: 20px;
}

.lx_exa .tit_l {
	width: 100%;
	font-size: 15px;
	color: #333333;
	background: url('../image/proListClassify_phone.png') no-repeat left center;
	background-position: 15px center;
	padding-left: 55px;
	line-height: 22px;
	border-bottom: 1px solid #d4d4d4;
	padding: 20px 15px 20px 70px;
}

.lx_exa .tit_l span {
	font-size: 27px;
	color: #fe9901;
	font-weight: bold;
}

.lx_exa .lxdz_zizi {
	padding: 20px 15px;
}

.lx_exa .lxdz_zizi li {
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}

/* 右侧内容 */

.yc_main {
	width: 79.651%;
	float: right;
}


/* 标题+面包屑导航 */

.mbx_dh {
	width: 100%;
	border-bottom: 2px solid #d4d4d4;
	line-height: 30px;
	padding-bottom: 23px;
	margin-top: 0px;
	margin-bottom: 25px;
}

.mbx_dh .tit {
	float: left;
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}

.mbx_dh .mbx {
	float: right;
	font-size: 14px;
	color: #999999;
	background: url('../image/s51.png') no-repeat left center;
	padding-left: 20px;
}

.mbx_dh .mbx a {
	color: #999999;
}

.mbx_dh .mbx a:hover {
	color: #106dd0;
}


/* 产品列表 */

.pro_list {
	width: 100%;
	margin-bottom: 20px;
}

.pro_list li {
	width: 32%;
	margin-right: 2%;
	float: left;
	border: 1px solid #d4d4d4;
	background: #FFFFFF;
	margin-bottom: 40px;
}

.pro_list li:nth-child(3n) {
	margin-right: 0;
}

.pro_list li a {
	display: block;
	width: 100%;
}

.pro_list li .pic {
	width: 100%;
	height: 240px;
	font-size: 0;
	border-bottom: 1px solid #d4d4d4;
}

.pro_list li .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pro_list li .box_j {
	padding: 20px 30px;
}

.pro_list li .box_j .name {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	text-align: center;
	font-weight: bold;
}

.pro_list li .box_j .dc {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.pro_list li .box_j .xq {
	font-size: 14px;
	color: #FFFFFF;
	width: 70px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	background: #106dd0;
	margin: 0 auto;
	border-radius: 20px;
}

.pro_list li:hover {
	border: 1px solid #106dd0;
	-moz-box-shadow: 0px 0px 13px rgba(0, 135, 110, .21);
	-webkit-box-shadow: 0px 0px 13px rgba(0, 135, 110, .21);
	box-shadow: 0px 0px 13px rgba(0, 135, 110, .21);
}


/* 分页 */

.page {
	text-align: center;
	line-height: 33px;
}

.page>a {
	margin: 0 5px;
	color: #FFFFFF;
	font-size: 16px;
	display: inline-block;
	border-radius: 100%;
	vertical-align: middle;
	background-color: #909090;
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
}

.page .page-num-current,
.page>a:hover {
	background-color: #106dd0;
}


/*======================================== products_details =====================================*/

.pro_xqbox {
	width: 100%;
	border: 1px solid #d4d4d4;
	background-color: #FFFFFF;
	position: relative;
}

.pro_xqbox .ckdtopic {
	width: 47.85%;
	float: left;
	border-right: 1px solid #d4d4d4;
	position: relative;
}

.pro_xqbox .ckdtopic .ckdtopic {
	width: 100%;
}


/* 大图轮播 */

.pro_xqbox .ckdtopic .gallery-top1 {
	width: 100%;
}

.pro_xqbox .ckdtopic .gallery-top1 .swiper-slide {
	font-size: 0;
}

.pro_xqbox .ckdtopic .gallery-top1 img {
	width: 100%;
}

.pro_xqbox .ckdtopic .swiper-pagination {
	display: none;
}

.pro_xqbox .ckdtopic .swiper-pagination-bullet {
	background: transparent;
	border: 1px solid #106dd0;
	opacity: 1;
}

.pro_xqbox .ckdtopic .swiper-pagination-bullet-active {
	background: #106dd0;
}


/* 小图轮播 */

.pro_xqbox .ckdtopic .swiper-button-next {
	width: 11px;
	height: 19px;
	background: url('../image/ttre4.png') no-repeat center center;
	top: 50%;
}

.pro_xqbox .ckdtopic .swiper-button-prev {
	width: 11px;
	height: 19px;
	background: url('../image/ttle4.png') no-repeat center center;
	top: 50%;
}

.pro_xqbox .ckdtopic .gallery-thumbs1 {
	width: 100%;
	border-top: 1px solid #d4d4d4;
}

.pro_xqbox .ckdtopic .gallery-thumbs1 .swiper-slide {
	overflow: hidden;
	font-size: 0;
	border: 1px solid transparent;
	border-right: 1px solid #d4d4d4;
}

.pro_xqbox .ckdtopic .gallery-thumbs1 .active-navv {
	border: 1px solid #106dd0 !important;
}

.pro_xqbox .ckdtopic .gallery-thumbs1 .swiper-slide img {
	width: 100%;
}

.pro_xqbox .ybcprojiaho {
	width: 52.15%;
	float: left;
	padding: 0 20px;
}

.pro_xqbox .ybcprojiaho .tit {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 15px;
	font-weight: bold;
	margin-top: 25px;
}

.pro_xqbox .ybcprojiaho .jian {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin: 20px 0;
	height: 72px;
}

.pro_xqbox .ybcprojiaho .zx .z {
	float: left;
}

.pro_xqbox .ybcprojiaho .zx .z a {
	display: inline-block;
	width: 102px;
	line-height: 30px;
	color: #FFFFFF;
	text-align: center;
	font-size: 15px;
	background: #106dd0;
	border-radius: 20px;
	margin-right: 15px;
}

.pro_xqbox .ybcprojiaho .zx .z a:nth-child(2) {
	margin-right: 0;
}

.pro_xqbox .ybcprojiaho .zx .bshare-custom.icon-medium a.bshare-more.more-style-addthis {
	background-image: none;
	padding-left: 25px !important;
	background: url('../image/fxiang.png') no-repeat left center;
	background-position: 20px 50%;
	display: block;
	height: 28px !important;
}

.pro_xqbox .ybcprojiaho .zx .bshare-custom.icon-medium {
	float: right;
	font-size: 15px;
	font-weight: bold;
	border: 1px solid #d4d4d4;
	border-radius: 20px;
	width: 100px;
	line-height: 28px !important;
	text-align: center;
}

.pro_xqbox .ybcprojiaho .zx .bshare-custom .bshare-more {
	color: #106dd0 !important;
}

.pro_xqbox .ybcprojiaho .mfei {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 52.15%;
}

.pro_xqbox .ybcprojiaho .mfei a {
	display: block;
	width: 100%;
	font-size: 0;
}

.pro_xqbox .ybcprojiaho .mfei img {
	width: 100%;
}

.dhnryingbox {
	border: 1px solid #d4d4d4;
	padding: 30px;
	background: #FFFFFF;
	margin-top: 30px;
	margin-bottom: 30px;
}

.dhang_du {
	width: 100%;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 30px;
}

.dhang_du li {
	width: 10%;
	background: #f4f8fa;
	text-align: center;
	float: left;
	font-size: 16px;
	color: #565656;
	line-height: 45px;
	font-weight: bold;
	margin-right: 1%;
	cursor: pointer;
}

.dyon,
.dhang_du li:hover {
	background: #106dd0 !important;
	color: #FFFFFF !important;
}

.dy_nlya {
	width: 100%;
}

.dy_nlya p {
	font-size: 0;
	color: #555555;
	line-height: 0;
	padding: 0 20px;
}

.dy_nlya p span {
	line-height: 32px;
}

.dy_nlya .bti {
	font-size: 18px;
	color: #565656;
	padding: 0 20px;
	line-height: 52px;
	background-color: #f4f8fa;
	font-weight: bold;
	margin-bottom: 20px;
}

.gcpin {
	width: 100%;
}

.gcpin a {
	display: block;
}

.gcpin .pic {
	width: 100%;
	font-size: 0;
	border: 1px solid #d6d6d6;
	overflow: hidden;
	border-radius: 3px;
}

.gcpin .pic img {
	width: 100%;
	transition: 1s;
}

.gcpin .tit {
	padding: 0 10px;
	font-size: 15px;
	color: #333333;
	line-height: 25px;
	margin-top: 25px;
	text-align: center;
}

.gcpin a:hover .pic img {
	transform: scale(1.1);
}

.gcpin a:hover .tit {
	color: #106dd0;
}


/*======================================== news =====================================*/

.sbytd {
	border: 1px solid #d4d4d4;
	background-color: #FFFFFF;
}

.sbytd .tbi {
	font-size: 20px;
	color: #333333;
	line-height: 45px;
	font-weight: bold;
	margin-top: 15px;
	padding: 0 25px;
}

.sbytd .hx {
	width: 100%;
	height: 2px;
	background: #f5f9fa;
	padding: 0 25px;
	position: relative;
}

.sbytd .hx::before {
	content: '';
	width: 125px;
	height: 4px;
	background: #fe9901;
	position: absolute;
	left: 25px;
	top: -1px;
}

.sbytd .box {
	padding: 35px 25px 45px;
}

.sbytd .box .pic {
	width: 37.6%;
	float: left;
}

.sbytd .box .pic a {
	display: block;
	font-size: 0;
	overflow: hidden;
}

.sbytd .box .pic img {
	width: 100%;
	transition: 1s;
}

.sbytd .box .pic:hover img {
	transform: scale(1.1);
}

.sbytd .box .dec {
	width: 60.4%;
	float: right;
}

.sbytd .box .dec .ee {
	font-size: 15px;
	color: #666666;
	line-height: 30px;
}

.sbytd .box .dec .ljie {
	padding: 10px 0;
	margin-top: 15px;
}

.sbytd .box .dec .ljie a {
	font-size: 15px;
	color: #666666;
	border: 1px solid #999999;
	padding: 10px 15px;
	background: #FFFFFF;
}

.sbytd .box .dec .ljie img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 10px;
}

.sbytd .box .dec .ljie .ij2 {
	display: none;
}

.sbytd .box .dec .ljie a:hover {
	background: #106dd0;
	border: 1px solid #106dd0;
	color: #FFFFFF;
}

.sbytd .box .dec .ljie a:hover .ij2 {
	display: inline-block;
}

.sbytd .box .dec .ljie a:hover .ij1 {
	display: none;
}

.xwenlist {
	border: 1px solid #d4d4d4;
	margin-top: 30px;
	padding: 20px 35px;
	background: #FFFFFF;
}

.xwenlist li {
	padding: 15px 25px;
	border-top: 1px solid #e9e9e9;
}

.xwenlist li:first-child {
	border-top: none;
}

.xwenlist li a {
	display: block;
}

.xwenlist li .ddc {
	width: 78.5%;
	float: left;
}

.xwenlist li .ddc .time {
	font-size: 13px;
	color: #999999;
	line-height: 25px;
}

.xwenlist li .ddc .tit {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	margin-bottom: 10px;
	font-weight: bold;
}

.xwenlist li .ddc .de {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

.xwenlist li .xqing {
	width: 100px;
	float: right;
	line-height: 30px;
	border: 1px solid #106dd0;
	background: #FFFFFF;
	font-size: 14px;
	text-align: center;
	color: #106dd0;
	margin-top: 34px;
}

.xwenlist li:hover {
	-moz-box-shadow: 0px 0px 24px rgba(232, 232, 232, .4);
	-webkit-box-shadow: 0px 0px 24px rgba(232, 232, 232, .4);
	box-shadow: 0px 0px 24px rgba(232, 232, 232, .4);
}

.xwenlist li:hover .ddc .tit {
	color: #106dd0;
}

.xwenlist li:hover .xqing {
	border: 1px solid #106dd0;
	background: #106dd0;
	color: #FFFFFF;
}


/*======================================== contact =====================================*/

.pic_lx {
	width: 100%;
	font-size: 0;
	border: 1px solid #d4d4d4;
	overflow: hidden;
}

.pic_lx img {
	display: block;
}

.ll_nrr {
	border: 1px solid #d4d4d4;
	padding: 15px;
	background: #FFFFFF;
	margin-top: 30px;
}

.ll_nrr .mapbox {
	width: 100%;
	height: 395px;
}

.ll_nrr .lxdhhbx {
	width: 100%;
	padding: 10px 0 20px;
}

.ll_nrr .lxdhhbx .dcc {
	width: 72.5%;
	float: left;
}

.ll_nrr .lxdhhbx .dcc .tit {
	width: 100%;
	font-size: 28px;
	font-weight: bold;
	padding: 7px 0 7px 30px;
	margin-bottom: 30px;
}

.ll_nrr .lxdhhbx .dcc .tit img {
	display: block;
}

.ll_nrr .lxdhhbx .dcc .gsdz {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	background: url('../image/lxdzhi1.png') no-repeat left top;
	background-position: 25px 50%;
	padding: 7px 0 7px 100px;
	margin-bottom: 25px;
}

.ll_nrr .lxdhhbx .dcc .gsdz span,
.ll_nrr .lxdhhbx .dcc .gsdz1 span,
.ll_nrr .lxdhhbx .dcc .gsdz2 span {
	font-size: 14px;
	color: #666666;
}

.ll_nrr .lxdhhbx .dcc .gsdz1 {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	background: url('../image/lxdzhi2.png') no-repeat left top;
	background-position: 25px 50%;
	padding: 7px 0 7px 100px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 25px;
	width: 50%;
}

.ll_nrr .lxdhhbx .dcc .gsdz2 {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	background: url('../image/lxdzhi2.png') no-repeat left top;
	background-position: 25px 50%;
	padding: 7px 0 7px 100px;
	display: inline-block;
	vertical-align: middle;
	margin-bottom: 25px;
	width: 49%;
}

.ll_nrr .lxdhhbx .ewmpicv {
	float: right;
	width: 27.5%;
	padding-right: 10.2%;
	margin-top: 45px;
}

.ll_nrr .lxdhhbx .ewmpicv .p1 {
	font-size: 0;
	padding: 10px;
	border: 1px solid #f1f1f1;
}

.ll_nrr .lxdhhbx .ewmpicv .p1 img {
	width: 100%;
}

.ll_nrr .lxdhhbx .ewmpicv .p2 {
	padding: 0 10px;
	text-align: center;
	font-size: 12px;
	color: #555555;
	line-height: 24px;
}


/*======================================== tag =====================================*/

.gjci {
	margin-top: 80px;
	margin-bottom: 55px;
}

.gjci>.w {
	background: #106dd0 url('../image/840310a013326a60de772da5354f9c2a.png') no-repeat right bottom;
	background-position: 430% 25%;
	display: table;
}

.gjci .pic {
	width: 50%;
	font-size: 0;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
}

.gjci .pic img {
	width: 100%;
	transition: 1s;
}

.gjci .pic:hover img {
	transform: scale(1.1);
}

.gjci .dboxce {
	width: 50%;
	padding: 0 65px;
	display: table-cell;
	vertical-align: middle;
}

.gjci .dboxce p {
	font-size: 15px;
	color: #FFFFFF;
	line-height: 25px;
}

.gjci .dboxce .nae {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 25px;
}

.ybqygyq {
	width: 100%;
}

.bqtitiag {
	font-size: 20px;
	color: #333333;
	line-height: 28px;
	font-weight: bold;
	background: url('../image/518.png') no-repeat bottom;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.bqtitiag span {
	color: #106dd0;
}

.bqtitiag a {
	float: right;
	font-size: 14px;
	color: #888888;
	font-weight: normal;
}

.bqtitiag a:hover {
	color: #106dd0;
}

.pro_listag li {
	width: 23.5%;
}

.pro_listag li:nth-child(3n) {
	margin-right: 2%;
}

.pro_listag li:nth-child(4n) {
	margin-right: 0;
}

.xwenlistag {
	width: 100%;
	margin-bottom: 30px;
}

.xwenlistag li {
	width: 49%;
	margin-right: 2%;
	float: left;
	padding: 20px;
	background: #FFFFFF;
	margin-bottom: 30px;
}

.xwenlistag li:nth-child(2n) {
	margin-right: 0;
}

.xwenlistag li a {
	display: block;
	background: url('../image/jtouou.png') no-repeat right center;
	padding-right: 80px;
}

.xwenlistag li .time {
	font-size: 13px;
	color: #999999;
	line-height: 25px;
}

.xwenlistag li .tit {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	margin-bottom: 10px;
}

.xwenlistag li .de {
	font-size: 14px;
	color: #666666;
	line-height: 20px;
}

.xwenlistag li:hover a {
	background: url('../image/jtouou1.png') no-repeat right center;
}

.xwenlistag li:hover .tit {
	color: #106dd0;
}


/*======================================== 404 =====================================*/

.imgtp {
	width: 39.593%;
	margin: 0 auto;
	font-size: 0;
	margin-top: 15vh;
}

.imgtp img {
	width: 100%;
}

.mshu {
	width: 100%;
	text-align: center;
	font-size: 20px;
	color: #000000;
	margin-top: 90px;
}

.an {
	width: 100%;
	text-align: center;
	padding: 10px 0;
	margin-top: 25px;
}

.an a {
	display: inline-block;
	padding: 10px 25px;
	font-size: 17px;
	color: #555555;
	border-radius: 20px;
	margin: 0 15px;
}

.an1 {
	background-color: #ffc20e;
}

.an2 {
	background-color: #FFFFFF;
}


/*======================================== newsxq =====================================*/

.dpjiaboxs {
	border: 1px solid #d4d4d4;
	background-color: #FFFFFF;
	padding: 15px 25px;
}

.dpjiaboxs .imgxq{ text-align: center; width: 100%; display: inline-block;}
.dpjiaboxs .imgxq img{ max-width: 100%; height: auto;}

.dpjiaboxs p {
	font-size: 15px;
	color: #666666;
	line-height: 30px;
}

.dpjiaboxs p img {
	margin: 0 auto;
	display: block;
}

.dpjiaboxs .tbi {
	font-size: 20px;
	color: #333333;
	line-height: 45px;
	font-weight: bold;
	margin-top: 0px;
}

.dpjiaboxs .hx {
	width: 100%;
	height: 2px;
	background: #f5f9fa;
	position: relative;
}

.dpjiaboxs .hx::before {
	content: '';
	width: 125px;
	height: 4px;
	background: #fe9901;
	position: absolute;
	left: 25px;
	top: -1px;
}

.dpjiaboxs .lll {
	width: 100%;
	font-size: 13px;
	color: #999999;
	text-align: center;
	line-height: 25px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.dpjiaboxs .lll .s1 {
	background: url(../image/sjian.png) no-repeat left center;
	padding-left: 20px;
}

.dpjiaboxs .lll .s2 {
	background: url(../image/lliang.png) no-repeat left center;
	padding-left: 20px;
	margin-left: 20px;
}

.dpjiaboxs .fbname {
	width: 100%;
	font-size: 15px;
	color: #555555;
	line-height: 24px;
	text-align: right;
}

.dpjiaboxs .fbname {
	width: 100%;
	font-size: 15px;
	color: #555555;
	line-height: 24px;
	text-align: right;
}

.dpjiaboxs .fpian {
	width: 100%;
	background-color: #f2f2f2;
	height: 50px;
	padding: 0 30px;
	margin-top: 35px;
	margin-bottom: 15px;
}

.dpjiaboxs .fpian .syp {
	float: left;
	font-size: 13px;
	color: #666666;
	width: 49%;
	line-height: 50px;
}

.dpjiaboxs .fpian .xyp {
	float: right;
	font-size: 13px;
	color: #666666;
	width: 49%;
	text-align: right;
	line-height: 50px;
}

.dpjiaboxs .fpian .syp a,
.dpjiaboxs .fpian .xyp a {
	font-size: 13px;
	color: #666666;
}

.dpjiaboxs .fpian .syp a:hover,
.dpjiaboxs .fpian .xyp a:hover {
	color: #106dd0;
}


/*======================================== 网站地图 =====================================*/

.sitemap_sec {
	padding: 40px 0;
	background-color: #f4f8fa;
}

.map_main {
	overflow: hidden;
	border: solid 5px #CCCCCC;
	padding: 0 35px 10px;
}

.sitemap_con {
	margin: 0 auto;
	font-size: 14px;
}

.sitemap_con h4 {
	line-height: 30px;
	font-size: 14px;
}

.sitemap_con h4 a {
	color: #106dd0;
}

.b4 {
	border: solid 1px #CCCCCC;
}

.b4 ul {
	padding: 0 11px;
}

.b4 li {
	float: left;
	line-height: 25px;
	width: 164px;
	overflow: hidden;
}

.b4 li a {
	color: #666;
}

.b4 li a:hover {
	color: #106dd0;
}


/*======================================== 响应式 =====================================*/

@media only screen and (max-width:1680px) {
	.z_dbu i {
		width: 25%;
	}
}

@media only screen and (max-width:1440px) {
	.w {
		width: 1280px;
	}
	/* header */
	.z_dbu i {
		width: 30%;
	}
	.tophead .brand {
		margin-left: 30px;
		width: 24%;
	}
	.tophead .brand img {
		width: 100%;
	}
	.tophead .search {
		width: 32%;
		margin-left: 6.7%;
	}
	.tophead .hotline span {
		font-size: 24px;
	}
	.navv nav>ul>li>a {
		font-size: 13px;
	}
	/* footer */
	.ft_bx .bo2 {
		padding: 0;
		padding-left: 3%;
	}
	.ft_bx .bo4 {
		padding: 25px 0 25px 3%;
	}
	/* index */
	.b_ti {
		font-size: 26px;
	}
	.sb_qh .swiper-slide {
		font-size: 14px;
	}
	.qh_nrong .rt_yz .xhx {
		margin-top: 15px;
		margin-bottom: 20px;
	}
	.gy_bo li .tit_t {
		font-size: 14px;
	}
	.gy_bo li .tit_t span {
		font-size: 18px;
		padding-bottom: 12px;
	}
	.gy_bo li .name {
		font-size: 16px;
	}
	.gg_tiao .let_n .p1 {
		font-size: 24px;
	}
	.gg_tiao .let_n .p2 {
		font-size: 17px;
	}
	.gg_tiao .rit_n .rx {
		font-size: 15px;
	}
	.gg_tiao .rit_n .rx span {
		font-size: 22px;
	}
	.gs_sect .hz_hby .wtblom {
		height: 365px;
	}
	.gs_sect .gs_jjz .box {
		padding: 56px 45px;
	}
	.tit_dr {
		font-size: 18px;
	}
	.rx_pro,
	.gyc_c,
	.gs_sect,
	.xwen_z {
		padding: 50px 0;
	}
	/* contact */
	.pic_lx img {
		width: 100%;
	}
	/* proxq */
	.pro_xqbox .ybcprojiaho .tit {
		padding-bottom: 12px;
		margin-top: 15px;
	}
	.pro_xqbox .ybcprojiaho .jian {
		margin: 15px 0;
	}
	.lx_exa .lxdz_zizi {
		padding: 20px 10px;
	}
	.lx_exa .lxdz_zizi li {
		font-size: 13px;
	}
	.lx_exa .tit_l {
		background: url(../image/proListClassify_phone.png) no-repeat left center;
		background-position: 10px center;
		padding-left: 45px;
		padding: 20px 10px 20px 60px;
	}
	.lx_exa .tit_l span {
		font-size: 22px;
	}
	.zc_pl .leftnav {
		padding: 15px 10px;
	}
	.zc_pl .bty {
		padding: 0 10px;
	}
	.zc_pl .bty {
		font-size: 18px;
	}
	.zc_pl .leftnav>li>a {
		font-size: 15px;
	}
}


/**/

@media only screen and (max-width:1366px) {
	.w {
		width: 1200px;
	}
	/* header */
	.tophead .search {
		width: 34%;
		margin-left: 5.7%;
	}
	.tophead .hotline span {
		font-size: 22px;
	}
	/* index */
	.qh_nrong .rt_yz .more {
		margin-top: 50px;
	}
	/* proxq */
	.dhang_du li {
		font-size: 14px;
	}
	.dy_nlya .bti {
		font-size: 16px;
	}
	.lx_exa .tit_l span {
		font-size: 20px;
	}
}


/**/

@media only screen and (max-width:1280px) {
	/* index */
	.rx_pro,
	.gyc_c,
	.gs_sect,
	.xwen_z {
		padding: 35px 0;
	}
}


/**/

@media only screen and (max-width:1200px) {
	.w {
		width: 1024px;
	}
	.phone_head {
		display: block;
	}
	.h {
		height: 50px;
	}
	/* footer */
	.ft_bx {
		display: block;
	}
	.ft_bx .bo1 {
		display: none;
	}
	.ft_bx .bo2,
	.ft_bx .bo3,
	.ft_bx .bo4 {}
	/* index */
	.qh_nrong .rt_yz .name {
		font-size: 18px;
	}
	.qh_nrong .rt_yz {
		padding: 25px;
	}
	.qh_nrong .rt_yz .more {
		margin-top: 40px;
	}
	.b_ti {
		font-size: 24px;
	}
	.gy_bo li {
		width: 49.25%;
		margin-bottom: 30px;
	}
	.gy_bo li:nth-child(2) {
		margin-right: 0;
	}
	.gy_bo li:nth-child(3),
	.gy_bo li:nth-child(4) {
		margin-bottom: 0;
	}
	.gg_tiao .let_n {
		width: 62%;
		padding: 55px 0;
	}
	.gg_tiao .rit_n {
		width: 38%;
		padding: 40px 0 40px 9%;
	}
	.gg_tiao .let_n .p1 {
		font-size: 20px;
	}
	.gg_tiao .let_n .p2 {
		font-size: 15px;
	}
	.gg_tiao .rit_n .zx {
		width: 145px;
		font-size: 14px;
		background-size: 100% 100%;
		height: 35px;
		line-height: 35px;
	}
	.gs_sect .gs_jjz {
		width: 100%;
		float: none;
	}
	.gs_sect .hz_hby {
		width: 100%;
		float: none;
		margin-top: 35px;
	}
	.gs_sect .gs_jjz .box .more,
	.qh_nrong .rt_yz .more {
		width: 145px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
		background-size: 100% 100%;
	}
	.gs_sect .hz_hby .wtblom {
		height: 580px;
	}
	.xwen_z .xw_box .box {
		width: 100%;
		margin-right: 0;
		float: none;
		margin-bottom: 20px;
	}
	.xwen_z .xw_box .box:last-child {
		margin-bottom: 0;
	}
	/* news */
	.yc_main {
		width: 100%;
		float: none;
	}
	.nr_main {
		padding: 30px 0;
	}
	.zc_main {
		width: 100%;
		float: none;
	}
	.zc_pl {
		display: none;
	}
	/* tag */
	.gjci {
		margin-top: 45px;
		margin-bottom: 45px;
	}
	.gjci .pic {
		width: 100%;
		display: block;
	}
	.gjci .dboxce {
		width: 100%;
		display: block;
		padding: 65px;
	}
}


/**/

@media only screen and (max-width:1024px) {
	.w {
		width: 960px;
	}
	/* header */
	.phone-head .mask-close {
		left: 3%;
	}
	/* footer */
	.link_yq {
		display: none;
	}
	/* index */
	.qh_nrong .rt_yz .xhx {
		margin-bottom: 15px;
	}
	.gs_sect .hz_hby .wtblom {
		height: 550px;
	}
	.gy_bo,
	.xwen_z .xw_box {
		margin-top: 30px;
	}
	.qh_nrong .zc_pc,
	.qh_nrong .rt_yz {
		width: 100%;
		float: none;
	}
	.qh_nrong .rt_yz {
		padding: 35px 25px;
	}
	.sb_qh {
		padding: 0;
	}
	/* proxq */
	#etalage,
	.pro_xqbox .ckdtopic .fajing {
		display: none !important;
	}
	.sj_bck {
		display: block;
	}
	.pro_xqbox .ckdtopic {
		width: 100%;
		float: none;
	}
	.pro_xqbox .ybcprojiaho {
		width: 100%;
		float: none;
		padding: 0 12px;
	}
	.pro_xqbox .ybcprojiaho .mfei {
		width: 100%;
		position: initial;
		margin-top: 60px;
	}
	.pro_xqbox .ckdtopic .gallery-thumbsbox {
		display: none;
	}
	.pro_xqbox .ckdtopic .swiper-pagination {
		display: block;
	}
	.pro_xqbox .ybcprojiaho .mfei img {
		width: 100%;
		height: auto;
	}
	.dhang_du li {
		width: 14%;
	}
}


/**/

@media only screen and (max-width:960px) {
	.w {
		width: 100%;
		padding: 0 3%;
	}
	/* tab */
	.pro_listag li {
		width: 49%;
	}
	.pro_listag li:nth-child(2n) {
		margin-right: 0;
	}
	.gjci>.w {
		background: transparent;
	}
	.gjci .dboxce {
		background: #106dd0 url(../image/840310a013326a60de772da5354f9c2a.png) no-repeat right bottom;
	}
	/* 404 */
	.mshu {
		padding: 0 3%;
	}
	/* newsxq */
	.dpjiaboxs p img {
		width: 100%;
	}
	.dpjiaboxs .fpian {
		background-color: transparent;
		height: auto;
		padding: 0;
	}
	.dpjiaboxs .fpian .syp {
		width: 100%;
		float: none;
		line-height: 35px;
		background-color: #f2f2f2;
		padding: 0 10px;
	}
	.dpjiaboxs .fpian .xyp {
		width: 100%;
		float: none;
		text-align: left;
		line-height: 35px;
		margin-top: 10px;
		background-color: #f2f2f2;
		padding: 0 10px;
	}
}


/**/

@media only screen and (max-width:780px) {
    
    .zc_main{ display: none;}
	
	.nylbox img{ height: 200px;}
	.nylbox .nybntt{ top: 100px;}
	.nylbox .nybntt h1{ font-size: 24px;}
	.nylbox .nybntt p{ font-size: 14px;}
	/* index */
	.gg_tiao .let_n .p1 {
		font-size: 15px;
		line-height: 15px;
	}
	.gg_tiao .let_n .p2 {
		font-size: 12px;
	}
	.gg_tiao .rit_n .rx span {
		font-size: 18px;
	}
	.gg_tiao .let_n {
		width: 60%;
		padding: 35px 0;
	}
	.gg_tiao .rit_n {
		width: 40%;
		padding: 20px 0 20px 8%;
	}
	.gs_sect .hz_hby .wtblom {
		height: 430px;
	}
	.ft_bx .bo2,
	.ft_bx .bo3,
	.ft_bx .bo4 {
		width: 100%;
		display: block;
		border-right: none;
		padding: 20px 0;
		text-align: left;
	}
	.ft_bx .bo3 img {
		margin: 0;
	}
	.ft_bx .bo3 .dty {
		width: 114px;
		text-align: center;
	}
	.bt_bx .pt1,
	.bt_bx .pt2 {
		float: none;
		text-align: center;
	}
	.bt_bx {
		line-height: 30px;
		padding: 10px 0;
	}
	/* contact */
	.ll_nrr .lxdhhbx .dcc {
		width: 100%;
		float: none;
	}
	.ll_nrr .lxdhhbx .dcc .tit{
		font-size: 20px;
	}
	.ll_nrr .lxdhhbx .dcc .gsdz {
		margin-bottom: 20px;
	}
	.ll_nrr .lxdhhbx .dcc .gsdz1 {
		display: block;
		margin-bottom: 20px;
		width: 100%;
	}
	.ll_nrr .lxdhhbx .dcc .gsdz2 {
		display: block;
		margin-left: 0;
		width: 100%;
	}
	.ll_nrr .lxdhhbx .ewmpicv {
		width: 100%;
		float: none;
		padding: 0;
		padding-left: 30px;
		margin-top: 30px;
		display: none;
	}
	.ll_nrr .lxdhhbx .ewmpicv .p1 {
		display: inline-block;
	}
	.ll_nrr .lxdhhbx .ewmpicv .p1 img {
		display: block;
		width: auto;
	}
	.ll_nrr .lxdhhbx .ewmpicv .p2 {
		width: 207px;
	}
	/* products */
	.pro_list li {
		width: 49%;
		margin-bottom: 25px;
	}
	.pro_list li:nth-child(3n) {
		margin-right: 2%;
	}
	.pro_list li:nth-child(2n) {
		margin-right: 0;
	}

	.pro_list li .pic{ height: 140px;}
	/* tag */
	.gjci {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.gjci .dboxce {
		padding: 30px 20px;
	}
	.bqtitiag {
		font-size: 18px;
	}
	.xwenlistag li {
		width: 100%;
		margin-right: 0;
	}
}


/**/

@media only screen and (max-width:560px) {
	/* index */
	.sylbox .swiper-button-prev,
	.sylbox .swiper-button-next {
		display: none;
	}
	.rx_pro,
	.gyc_c,
	.gs_sect,
	.xwen_z {
		padding: 30px 0;
	}
	.qh_nrong .box .zc_pc .sx {
		display: block;
	}
	.x_b {
		font-size: 14px;
	}
	.gy_bo li {
		width: 100%;
		margin-right: 0;
	}
	.gy_bo li:nth-child(3) {
		margin-bottom: 30px;
	}
	.gs_sect .gs_jjz .box {
		padding: 50px 20px;
	}
	.gs_sect .hz_hby .wtblom {
		height: 331px;
	}
	.b_ti i {
		display: none;
	}
	.b_ti span {
		display: block;
	}
	.b_ti span::before,
	.b_ti span::after {
		width: 0;
	}
	.qh_nrong .rt_yz .name {
		font-size: 16px;
	}
	.gs_sect .gs_jjz .box .name {
		font-size: 20px;
	}
	.tit_dr {
		font-size: 16px;
	}
	.gg_tiao .let_n {
		width: 100%;
		float: none;
		padding: 0;
	}
	.gg_tiao .rit_n {
		width: 100%;
		float: none;
		background-image: none;
		padding: 0;
		margin-top: 15px;
		text-align: center;
	}
	.gg_tiao {
		padding: 20px 0;
		background-size: cover !important;
	}
	.gg_tiao .rit_n .zx {
		margin: 0 auto;
		margin-top: 15px;
	}
	.gg_tiao .rit_n .rx::before {
		left: 32%;
	}
	.sb_qh {
		display: none;
	}
	.qh_nrong {
		margin-top: 30px;
	}
	.qh_nrong .swiper-pagination {
		display: block;
	}
	/* news */
	.mbx_dh .tit {
		font-size: 16px;
	}
	.mbx_dh {
		margin-top: 0;
		margin-bottom: 30px;
	}
	.sbytd .tbi {
		font-size: 16px;
	}
	.sbytd .box .pic {
		width: 100%;
		float: none;
	}
	.sbytd .box .dec {
		width: 100%;
		float: none;
		margin-top: 20px;
	}
	.xwenlist {
		padding: 20px 25px;
	}
	.xwenlist li {
		padding: 15px 0;
	}
	.xwenlist li .ddc {
		width: 100%;
		float: none;
	}
	.sbytd .box .dec .ljie a {
		font-size: 12px;
	}
	/* products */
	.pro_list li .box_j {
		padding: 20px 10px;
	}
	.pro_list li .box_j .name {
		font-size: 15px;
	}
	.pro_list li .box_j .dc {
		font-size: 13px;
	}
	.pro_xqbox .ybcprojiaho .zx .bshare-custom.icon-medium {
		display: none;
	}
	/* tag */
	.bqtitiag {
		font-size: 16px;
	}
	.xwenlistag li a {
		padding-right: 50px;
	}
	/* 404 */
	.imgtp {
		width: 100%;
		padding: 0 3%;
	}
	.mshu {
		margin-top: 45px;
	}
	/* proxq */
	.dhang_du li {
		width: 22%;
	}
	.dhnryingbox {
		padding: 30px 20px;
	}
	.mbx_dh .tit {
		float: none;
	}
	.mbx_dh .mbx {
		float: none;
	}
	/* newsxq */
	.dpjiaboxs {
		padding: 30px 12px;
	}
	.dpjiaboxs .tbi {
		margin-top: 0;
		font-size: 18px;
	}
}


/**/

@media only screen and (max-width:480px) {
	/* header */
	.phone_head {
		background-size: 60%;
	}
	/* index */
	.sb_qh .swiper-slide {
		font-size: 12px;
	}
	.b_ti {
		font-size: 22px;
	}
	.gg_tiao .rit_n .rx::before {
		left: 26%;
	}
	/* proxq */
	.dhang_du li {
		font-size: 12px;
	}
	.dy_nlya p {
		padding: 0;
	}
}


/**/

@media only screen and (max-width:380px) {
	/* index */
	.b_ti {
		font-size: 20px;
	}
	.gg_tiao .rit_n .rx::before {
		left: 22%;
	}
	/* proxq */
	.dhang_du li {
		width: 25%;
	}
}


/**/

@media only screen and (max-width:320px) {}

/*邮件*/
.inner-message {overflow:hidden;}
.inner-message-t {background:#f0f0f0;padding:10px 16px;margin-bottom:20px;}
.inner-message-t h5 {font-size:18px;line-height:24px;}
.inner-message .th {font-size:20px;margin-bottom:10px;}
.inner-message .inner-message-centered span {color:#F60;}
.inner-message .alcet_title {font-size:18px;background:#eeeeee;height:50px;line-height:50px;border-left:5px solid #106dd0;padding-left:20px;color:#666;}
.inner-message-row {margin-top:20px;overflow:hidden;}
.inner-message-row .item {width:100%;float:left;margin-bottom:20px;}
.inner-message-row .item input {width:100%;line-height:30px;border:0;height:30px;color:#999;font-size:16px;}
.inner-message-row .item textarea {width:100%;line-height:30px;border:0;font-family:Arial,Helvetica,sans-serif;min-height:150px;background:#fff;color:#999;font-size:16px;}
.inner-message-row .item button {color:#fff;font-size:14px;background-color:#2d2b27;display:block;line-height:30px;padding:8px 20px;cursor:pointer;border:0;position:relative;}
.inner-message-row .item button:hover {border-radius:5px;background:#999;}
.inner-message-row .item button:active {background-color:#F60;}
.inner-message-row .item button i {z-index:10}
.inner-message-row .item.item-half {width:50%;}
.inner-message-half {padding:8px;border:1px solid #ddd;margin-right:20px;}
.inner-message-box {padding:8px;border:1px solid #ddd;}
.yzm{ display: inline-block; width: 20%; padding:8px;border:1px solid #ddd;}
form img{ display: inline-block; vertical-align: middle;}
form .btn-text{ display: inline-block!important;}
@media screen and (max-width:768px) {.inner-message .alcet_title {font-size:16px;background:#eeeeee;height:50px;border-left:5px solid #106dd0;padding-left:20px;color:#666;}
}

/*证书放大*/
body.fancybox-active {overflow:hidden}
body.fancybox-iosfix {position:fixed;left:0;right:0}
.fancybox-is-hidden {position:absolute;top:-9999px;left:-9999px;visibility:hidden}
.fancybox-container {position:fixed;top:0;left:0;width:100%;height:100%;z-index:99999999;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}
.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage {position:absolute;top:0;right:0;bottom:0;left:0}
.fancybox-outer {overflow-y:auto;-webkit-overflow-scrolling:touch}
.fancybox-bg {background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}
.fancybox-is-open .fancybox-bg {opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}
.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar {position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}
.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar {opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}
.fancybox-infobar {top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}
.fancybox-toolbar {top:0;right:0;margin:0;padding:0}
.fancybox-stage {overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}
.fancybox-is-closing .fancybox-stage {overflow:visible}
.fancybox-slide {position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}
.fancybox-slide:before {content:"";display:inline-block;vertical-align:middle;height:100%;width:0}
.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous {display:block}
.fancybox-slide--image {overflow:visible}
.fancybox-slide--image:before {display:none}
.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe {background:#000}
.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe {background:#e5e3df}
.fancybox-slide--next {z-index:99995}
.fancybox-slide>* {display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}
.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title {display:none}
.fancybox-slide .fancybox-image-wrap {position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}
.fancybox-can-zoomOut .fancybox-image-wrap {cursor:zoom-out}
.fancybox-can-zoomIn .fancybox-image-wrap {cursor:zoom-in}
.fancybox-can-drag .fancybox-image-wrap {cursor:-webkit-grab;cursor:grab}
.fancybox-is-dragging .fancybox-image-wrap {cursor:-webkit-grabbing;cursor:grabbing}
.fancybox-image,.fancybox-spaceball {position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.fancybox-spaceball {z-index:1}
.fancybox-slide--iframe .fancybox-content {padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}
.fancybox-iframe {display:block;padding:0;border:0;height:100%}
.fancybox-error,.fancybox-iframe {margin:0;width:100%;background:#fff}
.fancybox-error {padding:40px;max-width:380px;cursor:default}
.fancybox-error p {margin:0;padding:0;color:#444;font-size:16px;line-height:20px}
.fancybox-button {box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}
.fancybox-button,.fancybox-button:link,.fancybox-button:visited {color:#ccc}
.fancybox-button:focus,.fancybox-button:hover {color:#fff}
.fancybox-button[disabled] {color:#ccc;cursor:default;opacity:.6}
.fancybox-button svg {display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}
.fancybox-button svg path {fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}
.fancybox-button--share svg path {stroke-width:1}
.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2) {display:none}
.fancybox-button--zoom svg path {fill:transparent}
.fancybox-navigation {display:none}
.fancybox-show-nav .fancybox-navigation {display:block}
.fancybox-navigation button {position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}
.fancybox-navigation button:before {content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}
.fancybox-navigation .fancybox-button--arrow_left {left:0}
.fancybox-navigation .fancybox-button--arrow_right {right:0}
.fancybox-close-small {position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}
.fancybox-close-small:after {content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}
.fancybox-close-small:focus {outline:none}
.fancybox-close-small:focus:after {outline:1px dotted #888}
.fancybox-close-small:hover:after {color:#555;background:#eee}
.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small {top:0;right:-40px}
.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after {font-size:35px;color:#aaa}
.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after {color:#fff;background:transparent}
.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {display:none}
.fancybox-caption-wrap {bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}
.fancybox-caption {padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}
.fancybox-caption a,.fancybox-caption button,.fancybox-caption select {pointer-events:all;position:relative}
.fancybox-caption a {color:#fff;text-decoration:underline}
.fancybox-slide>.fancybox-loading {border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}
@-webkit-keyframes a {0% {-webkit-transform:rotate(0deg);transform:rotate(0deg)}
to {-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
@keyframes a {0% {-webkit-transform:rotate(0deg);transform:rotate(0deg)}
to {-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
.fancybox-animated {transition-timing-function:cubic-bezier(0,0,.25,1)}
.fancybox-fx-slide.fancybox-slide--previous {-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}
.fancybox-fx-slide.fancybox-slide--next {-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}
.fancybox-fx-slide.fancybox-slide--current {-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}
.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous {opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}
.fancybox-fx-fade.fancybox-slide--current {opacity:1}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}
.fancybox-fx-zoom-in-out.fancybox-slide--next {-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}
.fancybox-fx-zoom-in-out.fancybox-slide--current {-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}
.fancybox-fx-rotate.fancybox-slide--previous {-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}
.fancybox-fx-rotate.fancybox-slide--next {-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}
.fancybox-fx-rotate.fancybox-slide--current {-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}
.fancybox-fx-circular.fancybox-slide--previous {-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}
.fancybox-fx-circular.fancybox-slide--next {-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}
.fancybox-fx-circular.fancybox-slide--current {-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}
.fancybox-fx-tube.fancybox-slide--previous {-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}
.fancybox-fx-tube.fancybox-slide--next {-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}
.fancybox-fx-tube.fancybox-slide--current {-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}
.fancybox-share {padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}
.fancybox-share h1 {color:#222;margin:0 0 20px;font-size:35px;font-weight:700}
.fancybox-share p {margin:0;padding:0}
p.fancybox-share__links {margin-right:-10px}
.fancybox-share__button {display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}
.fancybox-share__button:hover {text-decoration:none}
.fancybox-share__button--fb {background:#3b5998}
.fancybox-share__button--fb:hover {background:#344e86}
.fancybox-share__button--pt {background:#bd081d}
.fancybox-share__button--pt:hover {background:#aa0719}
.fancybox-share__button--tw {background:#1da1f2}
.fancybox-share__button--tw:hover {background:#0d95e8}
.fancybox-share__button svg {position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}
.fancybox-share__button svg path {fill:#fff}
.fancybox-share__input {box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}
.fancybox-thumbs {display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}
.fancybox-thumbs-x {overflow-y:hidden;overflow-x:auto}
.fancybox-show-thumbs .fancybox-thumbs {display:block}
.fancybox-show-thumbs .fancybox-inner {right:212px}
.fancybox-thumbs>ul {list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}
.fancybox-thumbs-x>ul {overflow:hidden}
.fancybox-thumbs-y>ul::-webkit-scrollbar {width:7px}
.fancybox-thumbs-y>ul::-webkit-scrollbar-track {background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}
.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {background:#2a2a2a;border-radius:10px}
.fancybox-thumbs>ul>li {float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}
li.fancybox-thumbs-loading {background:rgba(0,0,0,.1)}
.fancybox-thumbs>ul>li>img {position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
.fancybox-thumbs>ul>li:before {content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}
.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {opacity:1}
@media (max-width:800px) {.fancybox-thumbs {width:110px}
.fancybox-show-thumbs .fancybox-inner {right:110px}
.fancybox-thumbs>ul>li {max-width:calc(100% - 10px)}
}