/*
全局css，适合所有页面
*/
* {
	margin: 0px;
	padding: 0px;
}
body{
    font-family:'微软雅黑',arial;
    font-size: 14px;
    margin: 0;
    padding: 0; 
    color: #333;
}
ul,li,span,p,ol{
    margin: 0;
    padding: 0;
}
ul,li{
	list-style:none;
}
a {
	text-decoration: none;
	outline: none;
}
li {
	list-style-type: none;
	list-style: none;
}
img {
	border: 0px;
}
.w1300 {
	width: 1300px;
	margin: auto;
}
.w1200 {
	width: 1200px;
	margin: auto;
}

.w1100 {
	width: 1100px;
	margin: auto;
}

.bgwhite {
	background: #fff;
}
.h02 {
	height: 2px;
}
.h05 {
	height: 5px;
}
.h10 {
	height: 10px;
}
.h15 {
	height: 15px;
}
.h20 {
	height: 20px;
}
.h25 {
	height: 25px;
}
.h30 {
	height: 30px;
}
.h35 {
	height: 35px;
}
.h40 {
	height: 40px;
}
.h45 {
	height: 45px;
}
.h50 {
	height: 50px;
}
.h60 {
	height: 60px;
}
.h70 {
	height: 70px;
}
.h80 {
	height: 80px;
}
.w100 {
	width: 100%;
}
.w99 {
	width: 99%;
	margin: auto;
}
.w98 {
	width: 98%;
	margin: auto;
}
.w97 {
	width: 97%;
	margin: auto;
}
.w96 {
	width: 96%;
	margin: auto;
}
.w95 {
	width: 95%;
	margin: auto;
}
.w94 {
	width: 94%;
}
.w93 {
	width: 93%;
}

.w92 {
	width: 92%;
}
.w91 {
	width: 91%;
}
.w90 {
	width: 90%;
}

.w89 {
	width: 89%;
}
.w88 {
	width: 88%;
}
.w87 {
	width: 87%;
}
.w86 {
	width: 86%;
}

.w85 {
	width: 85%;
}
.w84 {
	width: 84%;
}
.w83 {
	width: 83%;
}
.w82 {
	width: 82%;
}
.w81 {
	width: 81%;
}
.w80 {
	width: 80%;
}
.w79 {
	width: 79%;
}
.w78 {
	width: 78%;
}
.w77 {
	width: 77%;
}
.w76 {
	width: 76%;
}
.w75 {
	width: 75%;
}
.w74 {
	width: 74%;
}
.w73 {
	width: 73%;
}
.w72 {
	width: 72%;
}
.w71 {
	width: 71%;
}
.w70 {
	width: 70%;
}
.w69 {
	width: 69%;
}
.w68 {
	width: 68%;
}
.w67 {
	width: 67%;
}
.w66 {
	width: 66%;
}
.w65 {
	width: 65%;
}
.w64 {
	width: 64%;
}
.w63 {
	width: 63%;
}
.w62 {
	width: 62%;
}
.w61 {
	width: 61%;
}
.w60 {
	width: 60%;
}
.w59 {
	width: 59%;
}
.w58 {
	width: 58%;
}
.w57 {
	width: 57%;
}
.w56 {
	width: 56%;
}
.w55 {
	width: 55%;
}
.w54 {
	width: 54%;
}
.w53 {
	width: 53%;
}
.w52 {
	width: 52%;
}
.w51 {
	width: 51%;
}
.w50 {
	width: 50%;
}
.w49 {
	width: 49%;
}
.w48 {
	width: 48%;
}
.w47 {
	width: 47%;
}
.w46 {
	width: 46%;
}
.w45 {
	width: 45%;
}
.w44 {
	width: 44%;
}
.w43 {
	width: 43%;
}
.w42 {
	width: 42%;
}
.w41 {
	width: 41%;
}
.w40 {
	width: 40%;
}
.w39 {
	width: 39%;
}
.w38 {
	width: 38%;
}
.w37 {
	width: 37%;
}
.w36 {
	width: 36%;
}
.w35 {
	width: 35%;
}
.w34 {
	width: 34%;
}
.w33 {
	width: 33.33%;
}
.w32 {
	width: 32%;
}
.w31 {
	width: 31%;
}
.w30 {
	width: 30%;
}
.w29 {
	width: 29%;
}
.w28 {
	width: 28%;
}
.w27 {
	width: 27%;
}
.w26 {
	width: 26%;
}
.w25 {
	width: 25%;
}
.w24 {
	width: 24%;
}
.w23 {
	width: 23%;
}
.w22 {
	width: 22%;
}
.w21 {
	width: 21%;
}
.w20 {
	width: 20%;
}
.w19 {
	width: 19%;
}
.w18 {
	width: 18%;
}
.w17 {
	width: 17%;
}
.w16 {
	width: 16.66%;
}
.w15 {
	width: 15%;
}
.w14 {
	width: 14%;
}
.w13 {
	width: 13%;
}
.w12 {
	width: 12%;
}
.w11 {
	width: 11%;
}
.w10 {
	width: 10%;
}
.w09 {
	width: 9%;
}
.w08 {
	width: 8%;
}
.w07 {
	width: 7%;
}
.w06 {
	width: 6%;
}
.w05 {
	width: 5%;
}
.w04 {
	width: 4%;
}
.w03 {
	width: 3%;
}
.w02 {
	width: 2%;
}
.auto {
	margin: auto;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.flex_a {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.flex_b {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.flex_c {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.items {
	align-items: center;
}
.baseline {
	align-items: baseline;
}
.flex-grow {
	flex-grow: 1;
}
.flex-1 {
	flex: 1;
}
.flex-nowrap {
	flex-wrap: nowrap;
}
/*在flex布局中，定义元素自身的对齐方式，可防止元素高度被拉伸*/
.align-self-b {
	align-self: baseline;
}

.overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.overflow2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.overflow3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.overflow4 {
	display: -webkit-box;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.overflow5 {
	display: -webkit-box;
	-webkit-line-clamp: 5;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow6 {
	display: -webkit-box;
	-webkit-line-clamp: 6;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow7 {
	display: -webkit-box;
	-webkit-line-clamp: 7;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow8 {
	display: -webkit-box;
	-webkit-line-clamp: 8;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow9 {
	display: -webkit-box;
	-webkit-line-clamp: 9;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow10 {
	display: -webkit-box;
	-webkit-line-clamp: 10;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow11 {
	display: -webkit-box;
	-webkit-line-clamp: 11;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow14 {
	display: -webkit-box;
	-webkit-line-clamp: 14;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.overflow17 {
	display: -webkit-box;
	-webkit-line-clamp: 17;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
  font-size: 14px;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
  font-size: 14px;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999;
  font-size: 14px;
} 
.clear {
	clear: both;
}
.float-l {
	float: left;
}
.float-r {
	float: right;
}
.text-right {
	text-align: right;
}
.center {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.none {
	display: none;
}
.relative {
	position: relative;
}
.block {
	display: block;
}
.curse,.cursor,.bg-link {
	cursor: pointer;
}
.w200px {
	width: 200px;
}
.bg-faf {
	background: #fafafa;
}
.mt05 {
	margin-top: 5px;
}
.mb05 {
	margin-bottom: 5px;
}
.ml05 {
	margin-left: 5px;
}
.mr05 {
	margin-right: 5px;
}
.pt05 {
	padding-top: 5px;
}
.pb05 {
	padding-bottom: 5px;
}
.pl05 {
	padding-left: 5px;
}
.pr05 {
	padding-right: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mb10 {
	margin-bottom: 10px;
}
.ml10 {
	margin-left: 10px;
}
.mr10 {
	margin-right: 10px;
}
.pt10 {
	padding-top: 10px;
}
.pb10 {
	padding-bottom: 10px;
}
.pl10 {
	padding-left: 10px;
}
.pr10 {
	padding-right: 10px;
}
.mt15 {
	margin-top: 15px;
}
.mb15 {
	margin-bottom: 15px;
}
.ml15 {
	margin-left: 15px;
}
.mr15 {
	margin-right: 15px;
}
.pt15 {
	padding-top: 15px;
}
.pb15 {
	padding-bottom: 15px;
}
.pl15 {
	padding-left: 15px;
}
.pr15 {
	padding-right: 15px;
}
.mt20 {
	margin-top: 20px;
}
.mb20 {
	margin-bottom: 20px;
}
.ml20 {
	margin-left: 20px;
}
.mr20 {
	margin-right: 20px;
}
.pt20 {
	padding-top: 20px;
}
.pb20 {
	padding-bottom: 20px;
}
.pl20 {
	padding-left: 20px;
}
.pr20 {
	padding-right: 20px;
}
.mt30 {
	margin-top: 30px;
}
.mb30 {
	margin-bottom: 30px;
}
.ml30 {
	margin-left: 30px;
}
.mr30 {
	margin-right: 30px;
}
.pt30 {
	padding-top: 30px;
}
.pb30 {
	padding-bottom: 30px;
}
.pl30 {
	padding-left: 30px;
}
.pr30 {
	padding-right: 30px;
}
.border-ccc {
	border: 1px solid #ccc;
}
.border-ddd {
	border: 1px solid #ddd;
}
.border-eee {
	border: 1px solid #eee;
}
.border-b-eee {
	border-bottom: 1px solid #eee;
}
.border-t-eee {
	border-top: 1px solid #eee;
}

.noborder {
	border: none !important;
}

.font12 {
	font-size: 12px;
}
.font13 {
	font-size: 13px;
}
.font14 {
	font-size: 14px;
}

.font15 {
	font-size: 15px;
}

.font16 {
	font-size: 16px;
}

.font17 {
	font-size: 17px;
}

.font18 {
	font-size: 18px;
}

.font19 {
	font-size: 19px;
}

.font20 {
	font-size: 20px;
}
.font21 {
	font-size: 21px;
}

.font22 {
	font-size: 22px;
}
.font23 {
	font-size: 23px;
}
.font24 {
	font-size: 24px;
}
.font25 {
	font-size: 25px;
}
.font26 {
	font-size: 26px;
}
.font27 {
	font-size: 27px;
}
.font28 {
	font-size: 28px;
}
.font29 {
	font-size: 29px;
}

.font30 {
	font-size: 30px;
}
.font31 {
	font-size: 31px;
}
.font32 {
	font-size: 32px;
}
.font33 {
	font-size: 33px;
}
.font34 {
	font-size: 34px;
}

.font36 {
	font-size: 36px;
}
.font38 {
	font-size: 38px;
}

.font40 {
	font-size: 40px;
}
.font42 {
	font-size: 42px;
}
.font46 {
	font-size: 46px;
}

.text-000 {
	color: #000;
}
.text-1a1 {
	color: #1a1a1a;
}
.text-010 {
	color: #010000;
}
.text-141 {
	color: #141414;
}
.text-025 {
	color: #0257ab;
}
.text-232 {
	color: #232323;
}

.text-333 {
	color: #333;
}
.text-3e3 {
	color: #3e3a39;
}
.text-3f3 {
	color: #3f3f3f;
}
.text-393 {
	color: #393838;
}

.text-404 {
	color: #404040;
}
.text-414 {
	color: #414141;
}

.text-4c4 {
	color: #4c4c4c;
}

.text-505 {
	color: #505050;
}

.text-666 {
	color: #666;
}
.text-656 {
	color: #656565;
}
.text-808 {
	color: #808080;
}

.text-6d8 {
	color: #6d8ec4;
}
.text-264 {
	color: #26497e;
}

.text-999 {
	color: #999;
}
.text-yel {
	color: #fffc04;
}
.text-fff {
	color: #fff;
}
.line20 {
	line-height: 20px;
}
.line21 {
	line-height: 21px;
}
.line22 {
	line-height: 22px;
}
.line23 {
	line-height: 23px;
}
.line24 {
	line-height: 24px;
}
.line25 {
	line-height: 25px;
}
.line26 {
	line-height: 26px;
}
.line27 {
	line-height: 27px;
}
.line28 {
	line-height: 28px;
}
.line29 {
	line-height: 29px;
}
.line30 {
	line-height: 30px;
}
.line31 {
	line-height: 31px;
}
.line32 {
	line-height: 32px;
}
.line33 {
	line-height: 33px;
}
.line34 {
	line-height: 34px;
}
.line35 {
	line-height: 35px;
}
.line36 {
	line-height: 36px;
}
.line37 {
	line-height: 37px;
}
.line38 {
	line-height: 38px;
}
.line39 {
	line-height: 39px;
}
.line40 {
	line-height: 40px;
}
.line41 {
	line-height: 41px;
}
.line42 {
	line-height: 42px;
}
.line48 {
	line-height: 48px;
}
.letter1 {
	letter-spacing: 1px;
}
.letter2 {
	letter-spacing: 2px;
}
.letter3 {
	letter-spacing: 3px;
}
.letter4 {
	letter-spacing: 4px;
}
.radius2 {
	border-radius: 2px;
}
.radius3 {
	border-radius: 3px;
}
.radius4 {
	border-radius: 4px;
}
.radius5 {
	border-radius: 5px;
}
.radius6 {
	border-radius: 6px;
}
.radius7 {
	border-radius: 7px;
}
.radius8 {
	border-radius: 8px;
}
.radius9 {
	border-radius: 9px;
}
.radius10 {
	border-radius: 10px;
}
.radius20 {
	border-radius: 20px;
}
.radius100 {
	border-radius: 100px;
}
/*字母大写*/
.uppercase {
	text-transform: uppercase;
}
/*强制字符换行*/
.break-all{
	word-break: break-all;
}
.indent1em {
	text-indent: 1em;
}

.htop {
	position: absolute;top:0;left:0;z-index:9;
	background: rgba(0,0,0,0.5);height:120px;
}
.logo img {
	max-width: 300px;
}
.topnav {
	width: 840px;
}
.topnav .navli {
	text-align: center;
	width: 14.4%;
	height: 120px;
	line-height:120px;
	font-size: 18px;
	position: relative;
}
.topnav .navli .navli_a {
	display: block;
	color: #fff;
}
.topnav .navli.active,.topnav .navli:hover {
	background: #F7D132;
}
.topnav .navli.active .navli_a,.topnav .navli:hover .navli_a {
	color: #000;
	font-weight:bold;
}
.topnav .sub {
	display: none;
	position: absolute;
	width: 100%;
	top: 120px;
	left: 0;
	background: #fff;
	font-size: 16px;
	z-index: 99;
	padding: 12px 0;
}
.topnav .sub li {
	line-height: 30px;
	padding: 5px 0;
}
.topnav .sub li:hover a {
	color: #F7D132;
}
.topnav .sub li a {
	display: block;
	color: #333231;
}

.footer {
	background: url('../images/bg-foot01.png') no-repeat center;height:402px;
	padding-top: 112px;box-sizing:border-box;
}

.hover-fff:hover {
	color: #fff !important;
}
.swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	background: none;
	border: 2px solid #aaa;
	border-radius: 100px;
	opacity: 1;
	box-sizing: border-box;
}
.swiper-pagination-bullet-active {
	background: #21499B;
	border: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	background: url(../images/jt-l.png) no-repeat center;
	outline: 0;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	background: url(../images/jt-r.png) no-repeat center;
	outline: 0;
}
.text-5a5 {
	color: #5a5a5a;
}
.nyleft {
	width: 266px;
}
.nyright {
	width: 900px;
}
.bg-616 {
	background: #61605e;
}
.line50 {
	line-height: 50px;
}
/*左侧导航*/
.leftnav {
	width: 100%;
}
.leftnav .navli {
	padding: 20px 0;
	font-size: 16px;
	position: relative;
	border-bottom: 1px solid #ededed;
}
.leftnav .navli .navli_a {
	display: block;
	color: #333231;
	width: 88%;
	text-indent: 1em;
}
.leftnav .navli.active,.leftnav .navli:hover {
	/*background: #c12e1a;*/
}
.leftnav .navli.active .navli_a,.leftnav .navli:hover .navli_a {
	color: #c12e1a;
}
.leftnav .sub {
	display: none;
	width: 100%;
	background: #fff;
	font-size: 14px;
	padding: 5px 0 0;
	margin-top: 10px;
	border-top: 1px solid #eee;
    /*border-bottom: 1px solid #eee;*/
}
.leftnav .sub>ul {
	margin-left: 12%;
}
.leftnav .sub li {
	line-height: 30px;
}
.leftnav .sub li:hover,.leftnav .sub .active>a {
	color: #cd240f;
}
.leftnav .sub li a {
	display: block;
	color: #333231;
}
.navli_plus {
	position: absolute;
	right: 15px;
	top: 25px;
	width: 12px;
	cursor: pointer;
	z-index: 99;
}
.leftnav .sub2 {
	display: none;
	width: 100%;
	background: #fff;
	font-size: 14px;
	padding: 5px 0;
	border-top: 1px solid #eee;
    /*border-bottom: 1px solid #eee;*/
}
.leftnav .sub2>ul {
	margin-left: 6%;
}
.leftnav .sub2 li {
	height: 30px;
	line-height: 30px;
}
.leftnav .sub2 li:hover,.leftnav .sub2 .active a {
	color: #cd240f;
}
.leftnav .sub2 li a {
	display: block;
	color: #333231;
}
.navli_plus2 {
	position: absolute;
	right: 14px;
	top: 9px;
	width: 12px;
	cursor: pointer;
	z-index: 99;
}
.navli_plus3 {
	position: absolute;
	right: 15px;
	top: 25px;
	width: 20px;
	cursor: pointer;
	z-index: 99;
}
.position {
	position: relative;z-index:99;
}
.position-wrap {
	padding: 10px 0;
	line-height: 40px;
	border-bottom: 1px dashed #f2f2f2;
}
.position a:first-child {
	color: #5E5E5E;
}
.position a {
	color: #21499B;
}
.prolist li {
	width: 284px;
	margin: 0 24px 35px 0;
}
.prolist li:nth-child(3n) {
	margin-right: 0;
}
.prolist .thumb {
	width: 284px;
	height: 280px;
	border: 1px solid #eee;
	box-sizing: border-box;
}
.prolist .more {
	width: 130px;
	height: 35px;
	line-height: 35px;
	border: 1px solid #0a1e50;
	color: #0a1e50;
	font-size: 15px;
	box-sizing: border-box;
	text-align: center;
}
.prolist .more:hover {
	color: #fff;
	background: #0a1e50;
}
.caselist li {
	margin-bottom: 20px;
	padding: 10px;
	background: #f2f2f2;
}
.caselist .thumb {
	width: 200px;
	height: 130px;
}
.caselist .list_r {
	width: 640px;
}
.content img {
	max-width: 100%;
}
.ml03 {
	margin-left: 3px;
}
/*分页*/
.wdcms-page {
	width: 90%;
	margin: 20px auto;
	text-align: center;
	height: 40px;
    line-height: 40px;
}

.wdcms-page .pre-page:first-child {
	display: none;
}

.wdcms-page .next-page:last-child {
	display: none;
}

.wdcms-page .number-page {
	/*display: none;*/
}

.wdcms-page a {
	color: #666;
    background: #fff;
    border-radius: 2px;
    padding: 7px 12px;
    margin: 0 5px;
    border: 1px solid #EDEDED;
}

.wdcms-page a:hover {
	background: #A78C21;
    color: #fff;
    margin: 0 5px;
}

.wdcms-page span {
	background: #A78C21;
	color: #fff;
    padding: 7px 12px;
    border-radius: 2px;
    margin: 0 5px;
}
/*产品详情页*/
.yunu-showcase {padding: 20px 0;margin-bottom: 20px;}
.yunu-showcase-info {float: right;width: 520px;}
.yunu-showcase-info h1 {margin: 0 0 15px;font-size: 20px;line-height: 40px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.yunu-showcase-info p {margin: 0;color: #666;height: 168px;}

.pc-slide{width:350px;float:left;}
.view{border:1px solid #ddd;}
.view .swiper-slide .imgauto{width:100%;height:310px;line-height:310px;}
.view .swiper-container{width:100%;}
.preview{width:100%;margin-top:10px;position:relative;}
.preview .swiper-container{width:80%;margin:0 10%;}
.preview .swiper-slide{width:30.33%;padding:5px;}
.preview .swiper-slide .imgauto{width:100%;height:80px;line-height:78px;border:1px solid #ddd;text-align:center;}
.preview .swiper-slide .imgauto img{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;}
.preview .slide6{width:82px;}
.preview .arrow-left{background:url(../images/feel3.png) no-repeat left top;position:absolute;left:10px;top:50%;margin-top:-9px;width:9px;height:18px;z-index:10;}
.preview .arrow-right{background:url(../images/feel4.png) no-repeat left bottom;position:absolute;right:10px;top:50%;margin-top:-9px;width:9px;height:18px;z-index:10;}
.preview .active-nav .imgauto{border:1px solid #dc2821;}

div.zoomDiv{z-index:999;position:absolute;top:0;left:0;background:#ffffff;border:1px solid #ddd;display:none;text-align:center;overflow:hidden;font-size: 0;}
div.zoomMask{position:absolute;background:url(../images/mask.png) repeat scroll 0 0 transparent;cursor:move;z-index:1;}

.cpul {
	width: 100%;
	line-height: 45px;
	background: #f2f2f2;
}
.cpul li {
	width: 120px;
	height: 45px;
	box-sizing: border-box;
	font-size: 15px;
	cursor: pointer;
}
.cpul li.active {
	background: #d7d8ca;
	border-bottom: 3px solid #454539;
}
.cp_cont {
	display: none;
}
.cp_cont.active {
	display: block;
}

.hover-big {
	transition: all 0.6s;
}
.hover-big:hover {
	transform: scale(1.2);
}
.biaoji {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}

/*banner*/
.banner .slick-dots{position:absolute;left:5%;bottom:38px;width:90%;font-size:0;z-index:9;box-sizing:border-box;}
.banner .slick-dots li{display:inline-block;margin:0 3px;position:relative}
.banner .slick-dots li button{display:block;width:89px;height:2px;font-size:0;line-height:0;text-indent:999px;border:none;background-color:rgba(255,255,255,.3);padding:0;position:relative;outline:0;}
.banner .slick-dots li.slick-active button{background-color:#fff;}
.banner .slick-dots li span{display:block;cursor: pointer;font-size:40px;color:#fff;line-height:1.8em;font-family:Arial;text-align:center;position:absolute;left:0;right:0;bottom:2px;opacity:0;filter:alpha(opacity=0);filter:alpha(Opacity=0);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';-webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;overflow:hidden}
.banner .slick-dots li span:after{content:'';width:43px;height:26px;background:url(../images/iconq8.png) center center no-repeat;-webkit-background-size:cover;-moz-background-size:cover;-ms-background-size:cover;-o-background-size:cover;background-size:cover;position:absolute;top:50%;left:0;right:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);margin:0 auto}
.banner .slick-dots li.slick-active span{opacity:1;filter:alpha(opacity=100);filter:alpha(Opacity=100);-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)'}

.top-search { 
    border: 1px solid #D9D9D9;
    background: #fff;
    width:400px;height:44px;line-height:44px;border-radius:100px;
    padding: 0 2px 0 15px;box-sizing:border-box;
}
.top-search input {
    outline:0;background: none;height:44px;line-height:44px;border:none;
}
.top-search input::-webkit-input-placeholder { color: #B3B3B3;font-size: 16px; }
.top-search input::-moz-placeholder { color: #B3B3B3;font-size: 16px; }

.bg-b3b { color: #B3B3B3 !important; }
.bg-5e5 { color: #5e5e5e !important; }
.bg-4d4 { color: #4D4D4D !important; }
.bg-bg-f2 { background: #f2f2f2 !important; }
.bg-bg-f9 { background: #f9f9f9 !important; }
.bg-bg-fa { background: #fafafa !important; }
.bg-214 { color: #21499B !important; }
.bg-bg-214 { background: #21499B !important; }
.bg-2e5 { color: #2E54A1 !important; }
.bg-bg-2e5 { background: #2E54A1 !important; }
.bg-a98 { color: #A98E23 !important; }
.bg-bg-a98 { background: #A98E23 !important; }
.bg-aa8 { color: #AA8F24 !important; }
.bg-bg-aa8 { background: #AA8F24 !important; }
.bg-border-aa8 { border: 1px solid #AA8F24; }
.bg-c39 { color: #C39F00 !important; }
.bg-bg-c39 { background: #C39F00 !important; }
.bg-border-c39 { border: 1px solid #C39F00; }
.bg-border-b-c39 { border-bottom: 1px solid #C39F00; }

.bg-fs56 { font-size:56px; }
.bg-fs42 { font-size:42px; }
.bg-border-das-b-eee { border-bottom: 1px dashed #DADADA; }
.bg-mt3 { margin-top: 3px; }
.bg-lh50 { line-height:50px; }
.bg-box-sizing { box-sizing:border-box; }

.in-about-bot {
	position: absolute;bottom:40px;left:0;right:0;z-index:9;
	width:1300px;margin: auto;padding: 0 30px;box-sizing:border-box;
}

.navcp-li{
	margin: 0 30px 20px 0;
}
.navcp-li:last-child{
	margin-right: 0;
}
.navcp-li-tit{
	font-size: 20px;
	color: #1C1C1C;
	line-height: 30px;
}
.navcp-li-sanjiao{
	display: none;
}
.navcp-li.active .navcp-li-tit, .navcp-li:hover .navcp-li-tit {
	font-weight: bold;
	color: #21499B;
}
.navcp-li.active .navcp-li-sanjiao, .navcp-li:hover .navcp-li-sanjiao {
	display: block;
}
.cp-li {
	width:23.8%;margin: 0 1.6% 30px 0;border-radius:10px;overflow:hidden;background: #F7F7F7;
}
.cp-li:nth-child(4n) {
	margin-right: 0;
}
.cp-li-des-p1 {
	font-size: 20px;
	color: #333333;
	line-height: 30px;
	margin-bottom: 5px;
}
.cp-li-des-p2 {
	font-size: 16px;
	color: #737373;
	line-height: 30px;
	height:60px;
}
.cp-li-right-img {
	position: absolute;right:0;bottom:0;z-index:9;
}
.cp-li:hover {
	background: #21499B;
}
.cp-li:hover .cp-li-des-p1, .cp-li:hover .cp-li-des-p2 {
	color: #fff;
}

.data-qh-content { display: none; }
.data-qh-content:first-child { display: block; }

.scale {overflow: hidden;}
.scale .scale-img {transition: all .5s;}
.scale .scale-img:hover {transform: scale(1.2)}

.more01 {
	border: 1px solid #AA8F24;color: #AA8F24;padding: 0 40px;line-height:45px;border-radius:5px;
	display: inline-block;box-sizing:border-box;
}
.more01:hover {
	color: #fff;background: #AA8F24;
}

.navys-li {
	width:23.8%;margin: 0 1.6% 30px 0;overflow:hidden;background: #fff;
	padding: 15px;box-sizing:border-box;cursor: pointer;
}
.navys-li:nth-child(4n) {
	margin-right: 0;
}
.navys-li-p1{
	font-size: 24px;
	font-weight: bold;
	color: #2E54A1;
	margin-bottom: 5px;
}
.navys-li-p2{
	font-size: 14px;
	font-family: Source Han Sans CN;
	color: #2E54A1;
	opacity: 0.3;
	text-transform:uppercase;
}
.navys-li:hover, .navys-li.active { background: #C39F00; }
.navys-li.active .navys-li-p1, .navys-li.active .navys-li-p2, .navys-li:hover .navys-li-p1, .navys-li:hover .navys-li-p2 {
	color: #fff;
}

.navfa-li {
	width:23.8%;margin: 0 1.6% 30px 0;background: #fff;padding-top: 20px;height:120px;
	border: 1px solid #EDEDED;border-radius: 3px;box-sizing:border-box;cursor: pointer;position: relative;
}
.navfa-li::after{
	display: none;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    transform:rotate(45deg);
    border:10px solid #21499B;
}
.navfa-li:nth-child(4n) {
	margin-right: 0;
}
.navfa-li-p1{
	font-size: 20px;
	color: #5E5E5E;
	margin-top: 5px;
}
.navfa-li.active:after, .navfa-li:hover::after{
	display: block;
}
.navfa-li:hover, .navfa-li.active { background: #21499B; }
.navfa-li.active .navfa-li-p1, .navfa-li:hover .navfa-li-p1 {
	color: #fff;
}

.swiper-case-detal .swiper-button-prev, .swiper-case-detal .swiper-container-rtl .swiper-button-next {
	background: url('../images/jt-l02.png') no-repeat center/contain;
	outline: 0;width:28px !important;height:55px !important;
	left:-27px !important;
}
.swiper-case-detal .swiper-button-next, .swiper-case-detal .swiper-container-rtl .swiper-button-prev {
	background: url('../images/jt-r02.png') no-repeat center/contain;
	outline: 0;width:28px !important;height:55px !important;
	right:-27px !important;
}

.swiper-fangan .swiper-button-prev, .swiper-fangan .swiper-container-rtl .swiper-button-next {
	background: url('../images/jt-up01.png') no-repeat center/contain;
	outline: 0;width:55px !important;height:29px !important;
	left:0 !important;right:0 !important;top:-28px !important;bottom:auto !important;margin: auto;
}
.swiper-fangan .swiper-button-next, .swiper-fangan .swiper-container-rtl .swiper-button-prev {
	background: url('../images/jt-down01.png') no-repeat center/contain;
	outline: 0;width:55px !important;height:29px !important;
	left:0 !important;right:0 !important;bottom:-27px !important;top:auto !important;margin: auto;
}
.swiper-fangan{
    height:540px;width:28%;margin-top: 30px;
}
.swiper-fangan .swiper-container {
    height:540px;width:100%;
}
.swiper-slide-box {
	position: absolute;top:0;bottom:0;left:33px;margin: auto;z-index:9;
	width:60%;height:630px;box-sizing:border-box;
}
.ab-faul01 {
	position: absolute;top:170px;left:0;z-index:9;width:58%;
}
.ab-faul01-ts {
	position: absolute;top:30px;left:430px;z-index:9;width:235px;
}
.ab-faul01 li {
	width:13%;box-sizing:border-box;
}
.ab-faul01 li:first-child {
	text-align: left;padding-left: 0;
}
.ab-faul01 li:last-child {
	text-align: right;padding-left: 0px;
}
.ab-faul02 {
	position: absolute;top:358px;left:0;z-index:9;width:58%;
}
.ab-form {
	position: absolute;top:50px;right:0;z-index:9;width:36%;
}

.bg-letter-2 { letter-spacing: 2px; }

.ab-form-input, .ab-form-select {
	outline: none;border: none;box-sizing:border-box;
}
.ab-form-textarea {
	outline: none; resize: none;box-sizing:border-box;border: none;font-family:"微软雅黑";
}
.ab-about-img {
	position: absolute;top:-135px;left:-265px;z-index:1;width:600px;
}
.about-left {
	width:522px;height:526px;background: #21499B;position: relative;
	padding: 33px 0 33px 25px;box-sizing:border-box;
}

.shouqian-li {
	width:25%;height:382px;padding: 30px 25px 0;box-sizing:border-box;
}
.shouqian-li-des {
	position: absolute;bottom:30px;height:70px;left:0;z-index:9;padding:0 25px;overflow: hidden;
}
.shouqian-li-des-line1 {
	background: rgba(33, 73, 155, 0.5);height:1px;margin: 15px 0;
}
.shouqian-li-des-line2 {
	background: rgba(255,255,255,0.5);height:1px;margin: 15px 0;
}

.shouhou-li {
	width:16.66%;
}
.shouhou-li-box {
	width:97%;height:382px;box-sizing:border-box;background: #fff;border-radius:10px;
	box-shadow: 0px 0px 7px 0px rgba(226,226,226,0.53);height:400px;overflow:hidden;
}
.shouhou-li:hover .shouhou-li-box-des {
	display: flex;
}
.shouhou-li-box-des {
	background: rgba(255,255,255,0.7);display: none;
	position: absolute;bottom:0;height:200px;left:0;z-index:9;padding:0 25px;overflow: hidden;
}

.nav-about-li-box {
	height:40px;box-sizing:border-box;
}
.nav-about-li-quan {
	width:10px;height:10px;border: 2px solid #21499B;display: none;
	border-radius:100px;box-sizing:border-box;margin-right: 5px;
}
.nav-about-li-tit {
	color: #414141;font-size:18px;
}
.nav-about-li.active .nav-about-li-quan {
	display: block;
}
.nav-about-li.active .nav-about-li-tit {
	color: #21499B;font-weight:bold;
}
.nav-about-li.active .nav-about-li-box {
	border-bottom: 2px solid #21499B;
}

.case-li {
	width:32%;margin: 0 2% 20px 0;
}
.case-li:nth-child(3n) {
	margin-right:0;
}
.nynav-li {
	width:24.85%;margin: 0 0.2% 3px 0;
}
.nynav-li:nth-child(4n) {
	margin-right:0;
}
.nynav-li-a {
	display: block;height:60px;line-height:60px;box-sizing:border-box;
	color: #5E5E5E;font-weight:bold;font-size:22px;background: #F1F1F1;
}
.nynav-li.active .nynav-li-a {
	color: #fff;background: #21499B;
}

.ab-case-des {
	position: absolute;bottom:0;left:0;z-index:9;
}

.nynav-li2 {
	width:25%;background: #F4F4F4;height:65px;line-height:65px;
	box-sizing:border-box;cursor: pointer;position: relative;
}
.nynav-li2::after{
	display: none;
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: auto;
    transform:rotate(45deg);
    border:10px solid #21499B;
}
.nynav-li2-a{
	font-size: 24px;
	color: #A8A8A8;
}
.nynav-li2.active:after, .nynav-li2:hover::after{
	display: block;
}
.nynav-li2:hover, .nynav-li2.active { background: #21499B; }
.nynav-li2.active .nynav-li2-a, .nynav-li2:hover .nynav-li2-a {
	color: #fff;
}

.anli-box {
	display: none;background: rgba(33, 73, 155, 0.7);padding: 20px 10px 5px;box-sizing:border-box;
	width:90%;height:200px;
}
.case-li2:hover .anli-box {
	display: block;
}

.swiper-news .swiper-pagination-bullets {
	width:50% !important;text-align: left !important;padding-left: 40px;box-sizing:border-box;
	right:0 !important;left:auto !important;bottom:40px !important;
}
.swiper-news .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	background: #A5ABB6;
	border: none;
	border-radius: 100px;
	opacity: 1;
	box-sizing: border-box;
}
.swiper-news .swiper-pagination-bullet-active {
	background: #A78C21;
	border: none;
}

.news-li {
	width:32%;margin: 0 2% 40px 0;height:220px;
}
.news-li:nth-child(3n) {
	margin-right:0;
}
.news-li:hover {
	border-bottom:2px solid #21499B
}
.news-li:hover .news-li-tit {
	color:#21499B
}

.nynav-news-li {
	margin-right: 40px;
}
.nynav-news-li-a {
	font-size:18px;color: #333;
}
.nynav-news-li.active .nynav-news-li-a, .nynav-news-li:hover .nynav-news-li-a  {
	font-weight:bold;
}

.bg-elps-r6{text-overflow: ellipsis; overflow : hidden; display: -webkit-box; -webkit-line-clamp: 6; -webkit-box-orient: vertical;}