@charset "utf-8";
/* CSS Document */
img {
	padding: 0;
	margin: 0;
	border: 0;
	/*height: auto!important;*/
	max-width: 100%!important;
	max-height: auto!important;
}
.skins {
	width: 100%;
	max-width: 1500px;
	margin: 0 auto;
}
@media (max-width:1500px) {
.skins {
	width: 95%;
}
}
/*more*/
.more:hover {
	border-color: #fff;
	background-color: #fff;
}
.more {
	background-color: rgb(255 255 255 / 0);
	border: 1px solid #fff;
	overflow: hidden;
	-webkit-transition: border-color 0.3s, background-color 0.3s;
	transition: border-color 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	position: relative;
	z-index: 1;
	width: 160px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.more > span {
	vertical-align: middle;
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
}
.more:hover > span {
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
	color: #1d4f91;
}
.more::after, .more > span {
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.more:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.more::after {
	color: #1d4f91;
	font-size: 16px;
	letter-spacing: 1px;
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
/*ibanner*/
.ibanner {
	position: relative;
	height: 100vh;
}
.ibanner .text {
	position: absolute;
	left: calc((100% - 1500px)/2);
	bottom: 225px;
	z-index: 2;
}
.ibanner .swiper {
	height: 100%;
	overflow: hidden;
}
.h5-img {
	display: none;
}
.ibanner .text dd {
	overflow: hidden;
}
.ibanner .text h3 {
	font-size: 90px;
	font-weight: bold;
	color: #fff;
	line-height: 1.5;
	font-family: 'Arial';/*font-family: "Square721 BT";*/
}
.ibanner .text h3, .ibanner .text h4, .ibanner .text h5 {
	opacity: 0;
	-webkit-transform: translateY(170%);
	transform: translateY(170%);
	-webkit-transition: -webkit-transform .9s ease-out .5s;
	transition: -webkit-transform .9s ease-out .5s;
	transition: transform .9s ease-out .5s;
	transition: transform .9s ease-out .5s, -webkit-transform .9s ease-out .5s;
	will-change: transform;
}
.ibanner .swiper-slide-active .text h3, .ibanner .swiper-slide-active .text h4, .ibanner .swiper-slide-active .text h5 {
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}
.ibanner .text h4 {
	font-size: 50px;
	color: #fff;
	margin: 0px 0 40px;
	font-weight: bold;
	padding-top: 20px
}
.ibanner .text h5 {
	font-size: 20px;
	margin-bottom: 2.4rem;
	color: #fff;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	font-weight: normal;
}
.ibanner .imgbox, .ibanner .box {
	height: 100%;
	width: 100%;
}
.ibanner .imgbox video {
	display: block;
}
.ibanner .imgbox img {
	height: 100%;
	object-fit: cover;
}
.ibanner .swiper-pagination {
	bottom: 38px;
	left: 50%;
	transform: translate(-50%, -50%);
}
.ibanner .swiper-pagination-bullet {
	transition: 0.5s;
	width: 70px;
	height: 2px;
	background: #fff;
	opacity: 1;
}
.ibanner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #0095c8;
	width: 120px;
	height: 2px;
}
.ibanner .swiper-slide-active img {
	animation: mysacle 4s ease both;
}
@keyframes mysacle {
0% {
transform: scale(1.15);
}
}
.ibanner .imgbox::after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 70%;
	background: linear-gradient(to top, rgba(0,0,0,0.8), rgba(0,0,0,0));
	position: absolute;
	left: 0;
	bottom: 0px;
}
@media only screen and (max-width:1500px) {
.ibanner .text {
	left: calc((100% - 1300px)/2);
}
}
@media only screen and (min-width:956px) and (max-width:1268px) {
.ibanner .text {
	left: 3%;
	bottom: 170px;
	width: 94%;
}
.innerbanner img {
	height: 380px;
	object-fit: cover;
	width: 100%;
}
.ibanner .text h3 {
	font-size: 60px;
}
}
@media only screen and (min-width:750px) and (max-width:1000px) {
.ibanner .text {
	left: 3%;
	bottom: 170px;
	width: 94%;
}
.innerbanner img {
	height: 380px;
	object-fit: cover;
}
.ibanner .text h3 {
	font-size: 60px;
}
}
@media only screen and (max-width:768px) {
.ibanner .text {
	left: 3%;
	bottom: auto;
	top: 53%;
	transform: translateY(-50%);
	width: 94%;
}
.h5-img {
	display: block;
}
.ibanner .imgbox video {
	display: none;
}
.ibanner .imgbox img {
	object-fit: cover;
}
.ibanner .text h3 {
	font-size: 36px;
	line-height: 1.3;
}
.ibanner .text h4 {
	font-size: 28px;
}
.ibanner .text h5 {
	font-size: 18px;
	margin-bottom: 2.4rem;
	width: 90%;
}
.ibanner {
	height: 60vh;
}
.ibanner .swiper-pagination-bullet {
	width: 50px;
	height: 2px;
	margin: 0 6px!important;
}
.ibanner .swiper-pagination-bullet-active {
	width: 86px;
}
.ibanner .more {
	width: 160px;
	height: 50px
}
.more::after {
	font-size: 20px;
}
.ibanner .swiper-pagination {
	bottom: 26px;
}
.innerbanner img {
	height: 360px;
	object-fit: cover;
}
.innerbanner .text h5 {
	white-space: normal;
	font-size: 36px;
	text-align: center;
}
.innerbanner .text h4 {
	margin-bottom: 120px;
	bottom: 6rem;
}
.innerbanner .text {
	width: 94%;
	bottom: 6rem;
}
}
@media only screen and (max-width:486px) {
.ibanner .text h3 {
	font-size: 30px;
}
.ibanner .text h4 {
	font-size: 23px;
	margin: 0px 0 20px;
}
.ibanner .text h5 {
	font-size: 16px;
	margin-bottom: 20px;
	width: 95%;
}
}
/*单页头部*/
.hd {
	text-align: center;
}
.hd h2 {
	font-size: 36px;
	font-weight: bold;
	color: #333;
	font-family: "Arial";
	line-height: 1.3;
}
.hd p {
	font-size: 23px;
	color: #666;
	margin-top: 2px;
	font-family: 'Source Han Sans CN', 'SimHei', '微软雅黑';
}
.hd .line {
	width: 48px;
	height: 4px;
	background: #1d4f91;
	margin: 18px auto 50px;
}
/*首页头部1*/
.ititle {
	text-align: center;
}
.li_xian {
	width: 30px;
	height: 2px;
	background: #b32227;
	margin: 15px auto 20px auto;
}
.ititle h5 {
	font-size: 42px;
	color: #000;
	line-height: 1;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.ititle h5 em {
	font-size: 42px;
	color: #1d4f91;
	line-height: 1;
}
.ititle span {
	display: block;
	font-size: 17px;
	color: #999;
	line-height: 44px;
}
.ititle p {
	font-size: 17px;
	line-height: 1;
	color: #bcbcbd;
	text-transform: uppercase;
	font-family: "Arial";
}
@media only screen and (max-width:596px) {
.ititle span {
	font-size: 15px;
	line-height: 20px;
	margin-top: 20px
}
.ititle h5 em {
	font-size: 36px;
}
.ititle h5 {
	font-size: 36px;
}
}
/*首页头部2*/
.i_title {
	text-align: center;
}
.ili_xian {
	width: 30px;
	height: 2px;
	background: #fff;
	margin: 15px auto 20px auto;
}
.i_title h5 {
	font-size: 35px;
	color: #fff;
	line-height: 1;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.i_title span {
	display: block;
	font-size: 17px;
	color: #fff;
	line-height: 44px;
}
.i_title p {
	font-size: 17px;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	font-family: "Arial";
}
@media only screen and (max-width:596px) {
.i_title span {
	font-size: 15px;
	line-height: 20px;
	margin-top: 20px
}
.i_title h5 em {
	font-size: 36px;
}
.i_title h5 {
	font-size: 36px;
}
}
/*首页产品中心*/
.home_product {
	margin-top: 100px;
	margin-bottom: 120px;
	overflow: hidden;
	background: url(../images/ab_bg.jpg) center;
}
.hpro_sub {
	overflow: hidden;
	margin-bottom: 50px;
	text-align: center;
	margin-top: 30px;
}
.hpro_sub ul {
	display: inline-flex;
}
.hpro_sub ul li {
	width: 49%;
	margin: 0 0.5%;
	background-color: #f5f5f5;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	margin-bottom: 12px;
	float: left;
	border-radius: 3px;
}
.hpro_sub ul li a {
	display: block;
	padding: 18px 36px;
	font-size: 15px;
	letter-spacing: 1px;
	color: #333;
	text-align: left;
	text-transform: uppercase;
	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.hpro_sub ul li em {
	opacity: 0.78;
	font-family: "Arial";
	letter-spacing: 0px;
	padding-left: 5px;
	font-weight: 300;
}
.hpro_sub ul li::after {
	content: "";
	position: absolute;
	width: 0;
	height: 100%;
	z-index: -1;
	background: linear-gradient(263deg, #1d4f91 0%, #0095c8 100%);
	top: 0;
	left: 0;
	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	border-radius: 3px;
}
.hpro_sub ul li:hover::after {
	width: 100%;
}
.hpro_sub ul li:hover > a {
	color: #FFF;
}
.hproBox {
	position: relative;
}
.proitems {
	overflow: hidden;
}
.proitems li {
	width: 33.3%;
	display: block;
	float: left;
}
.proitems li a {
	display: block;
	background: #fff;
	border: 2px solid #f5f5f5;
}
.proitems li .text {
	padding: 40px 40px 0;
	box-sizing: border-box;
}
.proitems li .text .title {
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	color: #333;
	margin-top: 10px;
	margin-bottom: 10px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .3s linear;
}
.proitems li .text .sort {
	color: #adadad;
	font-size: 14px;
	line-height: 25px;
	height: 25px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: all .1s linear;
	font-family: "Arial";
}
.proitems li .himg {
	margin: 40px;
	height: auto;
	padding-top: 56%;
	overflow: hidden;
	background-size: cover!important;
}
.proitems li a:hover .himg img {
	transform: scale(1.1);
	transition: all .2s linear;
}
.proitems li a:hover .text .title {
	color: #1d4f91;
}
.proitems li a:hover .text .sort {
	color: #666
}
.hpro_jt {
	width: 138px;
	height: 60px;
	margin: 50px auto 0 auto;
}
.hpro_prev {
	float: left;
	width: 60px;
	height: 60px;
	cursor: pointer;
	border: 2px solid #1d4f91;
	border-radius: 5px;
	background: #fff url(../images/hpre-v.png) center no-repeat;
}
.hpro_next {
	float: right;
	width: 60px;
	height: 60px;
	cursor: pointer;
	border: 2px solid #1d4f91;
	border-radius: 5px;
	background: #fff url(../images/hnex-t.png) center no-repeat;
}
.hpro_prev i, .hpro_next i {
	font-size: 20px;
	margin-left: 18px;
	line-height: 56px;
	color: #cc2727;
}
.hpro_prev:hover {
	background: #1d4f91 url(../images/hpre-v1.png) center no-repeat;
	transition: all ease 600ms;
}
.hpro_prev:hover i {
	color: #ffffff;
	transition: all ease 600ms;
}
.hpro_next:hover {
	transition: all ease 600ms;
	background: #1d4f91 url(../images/hnex-t1.png) center no-repeat;
}
.hpro_next:hover i {
	color: #ffffff;
	transition: all ease 600ms;
}
@media only screen and (max-width:1024px) {
}
@media only screen and (max-width:768px) {
.hpro_sub ul {
	display: block;
}
.hpro_sub ul li {
	width: 49%;
}
.proitems li {
	width: 50%;
}
}
@media only screen and (max-width:499px) {
.hpro_sub ul li em {
	display: none;
}
.proitems li {
	width: 100%;
}
.hpro_sub ul li {
	width: 100%;
}
}
/*首页关于我们*/
.i03 {
	position: relative;
	overflow: hidden;
	height: auto;
	width: 100%;
	max-height: 100%;
}
.i03 .le {
	height: 100%;
	position: relative;
	float: left;
	width: 70%;
}
.i03 .le video {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.i03 .le:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #00041e;
	opacity: 0.5;
	z-index: 3;
}
.i03 .le img {
	z-index: 5;
	position: relative;
	transition: all .6s;
}
.i03 .le:hover img {
	opacity: 0;
}
.i03 .le .text {
	width: 70%;
	position: absolute;
	top: 50%;
	z-index: 6;
	transform: translate(0%, -50%);
	left: 201.5px;
}
.i03 .le .text h2 {
	color: #fff;
	line-height: 1em;
	margin-bottom: 20px;
	font-size: 46px;
}
.i03 .le .text h3 {
	color: #fff;
	line-height: 1em;
	margin-bottom: 20px;
}
.i03 .le .text h3:after {
	position: relative;
	content: "";
	width: 50px;
	height: 8px;
	background-color: #fff;
	display: block;
	margin-top: 22px;
}
.ii_title {
	font-size: 40px;
	font-weight: bold;
}
.i03 .le .text p {
	font-size: 16px;
	line-height: 28px;
	color: #eee;
	letter-spacing: 1px;
	text-align: left;
}
.i03 .le dl {
	padding-top: 70px;
	margin-bottom: 30px;
}
.i03 .le dl dd {
	float: left;
	width: 41.5%;
	margin-right: 17%;
	margin-bottom: 30px;
}
.i03 .le dl dd:nth-of-type(2n) {
	margin-right: 0%;
}
.i03 .le dl dd h4 {
	display: flex;
	align-items: flex-end;
}
.i03 .le dl dd h4 strong {
	font-family: 'Arial';
	font-weight: bold;
	font-size: 70px;
	margin-right: 0.8rem;
	color: #fff;
	line-height: 1em;
}
.i03 .le dl dd h4 span {
	font-size: 18px;
	position: relative;
	top: -10px;
	color: #fff;
}
.i03 .le dl dd h5 {
	font-size: 18px;
	position: relative;
	margin-top: 0;
	padding-top: 6px;
	color: #eee;
	font-weight: normal;
	letter-spacing: 1px;
}
.i03 .le dl dd h5::before {
	left: 0px;
	top: 0;
	position: absolute;
	content: "";
	width: 25%;
	height: 3px;
	background-color: #1d4f91;
}
.i03 .le dl dd h5::after {
	height: 1px;
	position: absolute;
	content: "";
	width: 75%;
	left: 25%;
	top: 0;
	background-color: #fff;
}
.i03 .ri {
	height: 100%;
	float: right;
	width: 30%;
	position: absolute;
	overflow: hidden;
	top: 0;
	right: 0;
}
.i03 .ri .t {
	height: 50%;
	position: relative;
}
.i03 .ri .t img {
	z-index: 5;
	position: relative;
	transition: all .6s;
}
.i03 .ri .t:hover img {
	opacity: 0;
}
.i03 .ri .t video {
	display: block;
	position: absolute;
	z-index: 2;
	top: 0;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.i03 .ri .t .text, .i03 .ri .b .text {
	position: absolute;
	left: 50px;
	bottom: 30px;
	height: auto;
	z-index: 6;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}
.i03 .ri .t .text h4 {
	font-size: 24px;
	margin-bottom: 20px;
	width: 70%;
	font-weight: bold;
	text-align: left;
	line-height: 30px;
	color: #fff;
}
.i03 .ri .t .text h5 {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1em;
	color: #fff;
}
.i03 .ri .b {
	height: 50%;
	position: relative;
}
.i03 .ri .b .text h5 {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1em;
	color: #fff;
}
.i03 .ri .b .text h4 {
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 20px;
	font-weight: bold;
	width: 70%;
	text-align: left;
	color: #fff;
}
.i03 .le img, .i03 .ri .b img, .i03 .ri .t img {
	height: 100%;
	width: 100%;
}
.i03 .ri .b .more {
	background-color: rgba(255,255,255,0.5);
}
.i03 .ri .b .more:hover {
	background-color: rgba(255,255,255,1);
}
.moreright {
	width: 40px;
	height: auto;
	overflow: hidden;
}
.moreright font {
	display: flex;
}
.moreright:hover font {
	-webkit-animation: heroArrow2 1s ease infinite;
	animation: heroArrow2 1s ease infinite;
}
.moreright font img {
	display: block;
	width: 100%;
	opacity: 1 !important;
	object-fit: contain;
}
@-webkit-keyframes heroArrow2 {
0% {
transform:translate(-4rem, 0)
}
to {
	transform: translate(0, 0)
}
}
@keyframes heroArrow2 {
0% {
transform:translate(-4rem, 0)
}
to {
	transform: translate(0, 0)
}
}
@media screen and (max-width:1600px) {
.i03 {
	height: auto;
}
.i03 .le dl dd h4 span {
	top: -0.5714rem;
	font-size: 16px;
}
.i03 .le .text .i03_h4 {
	font-size: 2.8571rem;
}
.i03 .le dl dd h4 strong {
	font-size: 8rem;
}
.i03 .le dl dd h5 {
	font-size: 14px;
}
.i03 .ri .t .text h5, .i03 .ri .b .text h5 {
	font-size: 16px;
}
.i03 .ri .t .text h4, .i03 .ri .b .text h4 {
	font-size: 3.7143rem;
}
.i03 .le .text {
	width: 70%;
}
.i03 .le {
	width: 66%
}
.i03 .ri {
	width: 34%;
}
.i03 .le dl {
	padding-top: 7.1429rem;
	margin-bottom: 2.8571rem;
}
.i03 .le dl dd {
	margin-bottom: 2.8571rem;
}
.i03 .le .text p {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.i03 .ri .b .text h4, .i03 .ri .t .text h4 {
	font-size: 20px;
	line-height: 24px;
}
.i03 {
	height: auto;
}
}
@media screen and (max-width:1500px) {
.i03 .le .text {
	left: 5%;
	width: 80%;
}
}
@media screen and (max-width:1332px) {
.i03 .le .text {
	width: 88%;
}
}
@media screen and (max-width:1300px) {
.i03 .le .text {
	top: 60%;
}
}
@media screen and (max-width:1230px) {
.i03 .le .text h2 {
	font-size: 36px;
}
.ii_title {
	font-size: 30px;
}
}
@media only screen and (min-width:956px) and (max-width:1268px) {
.i03 .ri .t .text h4 {
	width: 100%;
}
.i03 .ri .t .text, .i03 .ri .b .text {
	left: 10%;
	bottom: 30px;
	width: 85%;
}
}
@media only screen and (min-width:750px) and (max-width:1000px) {
.i03 {
	height: 620px;
}
.i03 .ri .t .text h4 {
	width: 100%;
}
.i03 .ri .t .text, .i03 .ri .b .text {
	left: 10%;
	bottom: 30px;
	width: 85%;
}
}
@media only screen and (max-width:1100px) {
.i03 .le {
	width: 100%;
	height: 546px;
}
.i03 .ri .t .text, .i03 .ri .b .text {
	left: 3%;
}
.i03 .ri {
	width: 100%;
	position: unset;
	height: fit-content;
}
.i03 .le .text {
	width: 94%;
	left: 3%!important;
	top: 76%;
}
.i03 .le dl {
	padding-top: 3.1429rem;
	margin-bottom: 0.8571rem;
}
.i03 .le video {
	display: none;
}
.i03 .le img {
	opacity: 1;
}
.i03 .le:hover img {
	opacity: 1;
}
.i03 {
	height: fit-content;
	max-height: initial;
}
.i03 .ri .t:hover img {
	opacity: 1;
}
.i03 .ri .t video {
	display: none;
}
.i03 .ri .t img {
	opacity: 1;
}
.i03 .ri .t, .i03 .ri .b {
	height: 230px;
}
}
@media screen and (max-width:790px) {
.i03 .le .text {
	top: 73%;
}
}
@media only screen and (max-width: 604px) {
.i03 .le {
	height: 646px;
}
}
@media only screen and (max-width: 526px) {
.i03 .le {
	height: 730px;
}
}
@media only screen and (max-width: 354px) {
.i03 .le {
	height: 780px;
}
.ii_title {
	font-size: 25px;
}
.i03 .le .text h2 {
	font-size: 33px;
}
}
/*首页关于我们*/
/*.home_about {
	padding-top: 150px;
	overflow: hidden;
	padding-bottom: 80px;
	background: url(../images/ab_bg.jpg) center;
}
.home_ab_boxcon {
	position: relative;
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 60px;
}
.home_ab_fl {
	width: 50%;
	box-sizing: border-box;
	float: left;
	padding-right: 60px;
}
.home_ab_fl h2 {
	display: block;
	font-size: 36px;
	line-height: 62px;
	color: #1d4f91;
	font-weight: bold;
}
.home_ab_fl span {
	display: block;
	margin: 16px 0 50px;
	font-size: 34px;
	color: #333333;
	line-height: 1.0;
	font-weight: bold;
}
.home_ab_fl p {
	color: #666;
	font-size: 16px;
	line-height: 2;
	letter-spacing: 1px;
}
.lines {
	width: 70px;
	height: 4px;
	background: #e71f1a;
	margin-top: 11px;
}
.vmore {
	display: inline-block;
	width: 256px;
	height: 48px;
	border: 1px solid #bbbbbb;
	position: relative;
	transition: .6s;
	padding: 0 18px;
	line-height: 48px;
	letter-spacing: 1px;
	color: #333;
	font-size: 16px;
	margin-top: 60px;
}
.vmore .arr {
	background: url(../images/jt.png) no-repeat center;
	width: 12px;
	height: 12px;
	background-size: contain;
	position: absolute;
	right: 18px;
	top: 50%;
	transform: translateY(-50%);
	transition: .6s;
}
.vmore:hover .arr {
	background: url(../images/jt1.png) no-repeat center;
}
.vmore:hover {
	background-color: #1d4f91;
	color: #fff;
	transform: translateX(4px);
	border-color: #1d4f91;
}
.home_ab_fr {
	width: 50%;
	float: right;
	display: block;
}
.home_ab_fr img {
	display: block;
}
@media only screen and (max-width:1358px) {
.home_ab_fl span {
	margin: 13px 0 20px;
}
.vmore {
	margin-top: 20px;
}
}
@media only screen and (max-width:1276px) {
.home_ab_fl span {
	font-size: 30px;
}
.home_ab_fl h2 {
	font-size: 32px;
}
}
@media only screen and (max-width:1200px) {
.home_ab_fl {
	padding-right: 30px;
}
}
@media only screen and (max-width:1168px) {
.home_ab_fl {
	width: 100%;
	padding-bottom: 5%;
}
.home_ab_fr {
	width: 100%;
}
.home_about {
	padding-top: 20px;
}
}
@media only screen and (max-width:767px) {
.home_ab_fl {
	width: 100%;
	padding-right: 0;
	float: none;
}
.home_ab_fl h3 {
	font-size: 24px;
}
.home_ab_fl h4 {
	font-size: 18px;
}
.home_ab_fr {
	width: 100%;
	float: none;
	margin-top: 50px;
}
}
@media only screen and (max-width:516px) {
.home_ab_fl span {
	font-size: 23px;
}
}
@media only screen and (max-width:396px) {
.home_ab_fl span {
	font-size: 20px;
}
}*/
/*数字++++++++++*/
.sz {
	padding-top: 30px;
	padding-bottom: 45px;
	overflow: hidden;
}
.digital {
	margin-top: 60px;
}
.main {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	position: relative;/*height: 150px;*/
}
.mumping_mun li {
	/*width: 20%;*/
	width: 33%;
	display: inline-block;
	box-sizing: border-box;
	float: left;
	text-align: center;
	height: 130px;
	margin-right: 0.1%;
}
.mumping_mun span {
	display: block;
	/*text-align: center;*/
	text-align: left;
	height: auto;
	padding-top: 20px;
}
.mumping_mun span em {
	display: inline-block;
	height: 70px;
	line-height: 70px;
	font-size: 60px;
	color: #fff;
	font-weight: bold;
	font-family: "Arial";
}
.mumping_mun span i {
	display: inline-block;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	vertical-align: bottom;
	margin: 0 0 0px 6px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.mumping_mun p {
	font-size: 16px;
	color: #1d4f91;
	line-height: 40px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
@media only screen and (max-width:1332px) {
.main {
	height: 460px;
}
.mumping_mun li {
	width: 49%;
	height: auto;
}
.digital {
	margin-top: 30px;
}
}
@media only screen and (max-width: 1166px) {
.digital {
	margin-top: 0px;
}
}
@media only screen and (max-width:1100px) {
.mumping_mun li {
	width: 33%;
}
.mumping_mun li:nth-child(2) {
	width: 43%;
}
}
@media only screen and (max-width:790px) {
.mumping_mun li:first-child {
	width: 43%;
}
.mumping_mun li:nth-child(2) {
	width: 53%;
}
.mumping_mun li {
	width: 33%;
}
}
@media only screen and (max-width:604px) {
.main {
	height: 660px;
}
.mumping_mun li:first-child {
	width: 100%;
}
.mumping_mun li:nth-child(2) {
	width: 100%;
}
.mumping_mun li {
	width: 33%;
}
}
@media only screen and (max-width:526px) {
.main {
	height: 780px;
}
.mumping_mun li {
	width: 49%;
}
}
@media only screen and (max-width:354px) {
.main {
	height: 850px;
}
.mumping_mun span em {
	font-size: 46px;
}
}
/*首页产品中心*/
/*.i01 {
	padding: 0;
	position: relative;
	overflow: hidden;
	height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
	background: url(../images/ab_bg.jpg);
	padding-top: 160px;
	padding-bottom: 160px;
}
.readmore {
	width: 238px;
	height: 58px;
	border-radius: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #fff;
	transition: all 0.3s;
	margin-top: 100px;
	background: #1d4f91;
}
.readmore span {
	line-height: 20px;
	height: 20px;
	font-family: "Arial";
	font-size: 17px;
	letter-spacing: 1px;
}
.readmore i {
	display: block;
	width: 32px;
	height: 9px;
	background-image: url(../images/ijt.png);
	background-size: auto 100%;
	background-position: 32px 0;
	margin-left: 12px;
	margin-top: -4px;
	transition: all 0.3s;
}
.readmore:hover {
	background: #0095c8;
	color: #fff;
}
.readmore:hover i {
	background-position: 80px 0;
}
.i01 .le {
	width: 30%;
	float: left;
}
.i01 .le h3 {
	font-weight: bold;
	font-size: 40px;
	position: relative;
	margin-bottom: 30px;
	line-height: 1;
	color: #fff;
}
.i01 .le h3::after {
	position: relative;
	content: "";
	width: 50px;
	height: 8px;
	background-color: #0095c8;
	margin-top: 22px;
	display: block;
}
.i01 .le h4 {
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 50px;
	width: 70%;
	color: #fff;
}
.i01 .le .op {
}
.i01_more {
	background-color: #414856;
	cursor: pointer;
	margin-bottom: 20px;
	width: fit-content;
	padding: 1px 60px;
	height: 50px;
	border: 0;
	line-height: 50px;
}
.i01_more > span {
	font-size: 16px;
	color: #fff;
	letter-spacing: 1px;
}
.i01_more::after {
	color: #fff;
	font-size: 16px;
	font-family: PingFang SC, Microsoft Yahei, Arial, Hiragino Sans;
}
.i01_more:hover {
	background-color: #0095c8;
}
.i01_more.active {
	background-color: #0095c8;
}
.i01_more a {
	color: #fff;
	font-size: 16px;
}
.i01 .ri {
	width: 70%;
	padding-right: 0;
	float: right;
}
.i01 .ri h4 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: bold;
}
.i01 .ri p {
	font-size: 18px;
	margin-bottom: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	width: 100%;
	color: #fff;
}
.i01 .ri .dot {
	display: none;
	opacity: 0;
}
.i01 .ri .dot.active {
	display: block;
	animation: fa 1s forwards;
}
@keyframes fa {
100% {
 opacity: 1;
}
}
.i01 .ri .content {
	width: 100%;
}
.i01 .ri .content a {
	width: 48%;
	float: left;
	background-color: #fff;
	overflow: hidden;
	margin-left: 0%;
}
.i01 .ri .content a:nth-of-type(2n) {
	margin-left: 4%;
}
.i01 .ri .content a .imgbox img {
	transition: all .3s;
	display: block;
	width: 100%;
}
.i01 .ri .content a:hover .imgbox img {
	transform: scale(1.1);
}
.i01 .ri .content a .text {
	padding: 2.7rem 3rem 3.9rem;
}
.i01 .ri .content a .text h4 {
	font-size: 26px;
	margin-bottom: 2.4rem;
	color: #343434;
}
.i01 .ri .content a:hover .text h4 {
	color: var(--dex);
}
.i01 .ri .content a .text p {
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 3rem;
	color: #1f1f1f;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
}
.i01 .ri .content4 a {
	margin-bottom: 30px;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: center;
	-webkit-align-items: center;
}
.i01 .ri .content4 a .imgbox {
	display: block;
	width: 50%;
}
.i01 .ri .content4 a .text {
	display: block;
	width: 45%;
	padding: 0;
	margin: 0 0 5% 0;
}
.i01 .ri .content4 a .text h4 {
	font-size: 20px
}
.i02 .ri .seg .swiper-pagination-bullet:focus {
	outline: none;
}
.moreright {
	width: 40px;
	height: auto;
	overflow: hidden;
}
.moreright font {
	display: flex;
}
.moreright:hover font {
	-webkit-animation: heroArrow2 1s ease infinite;
	animation: heroArrow2 1s ease infinite;
}
.moreright font img {
	display: block;
	width: 100%;
	opacity: 1 !important;
	object-fit: contain;
}
@-webkit-keyframes heroArrow2 {
0% {
 transform:translate(-4rem, 0)
}
to {
	transform: translate(0, 0)
}
}
@keyframes heroArrow2 {
0% {
 transform:translate(-4rem, 0)
}
to {
	transform: translate(0, 0)
}
}
@media only screen and (max-width:996px) {
.i01 {
	padding-top: 60px;
}
.i01 .le {
	width: 100%;
	margin-bottom: 6%;
}
.i01 .ri {
	width: 100%;
}
.i01_more {
	float: left;
	margin-right: 20px;
	width: 18.5%;
}
.i01 .le h3 {
	line-height: 2;
	text-align: center;
}
.i01 .le h3::after {
	margin: 0 auto;
}
.i01 .le h4 {
	text-align: center;
	width: 100%;
}
.readmore {
	margin: 0 auto;
}
.i01 .ri h4 {
	text-align: center;
}
.i01 .ri p {
	text-align: center;
}
}
@media only screen and (max-width: 976px) {
.i01_more {
	width: 15%;
}
}
@media only screen and (max-width: 806px) {
.i01_more {
	width: 84%;
	text-align: center;
}
}
@media only screen and (max-width: 576px) {
.i01 .ri .content a {
	width: 100%;
	margin-bottom: 3%;
}
.i01 .ri .content a:nth-of-type(2n) {
	margin-left: 0%;
}
}*/
/*首页新闻*/
.home_new {
	padding-top: 120px;
	padding-bottom: 150px;
	overflow: hidden;
	background: url(../images/new_bg.jpg);
}
.hnewBox {
	margin-top: 60px;
}
.hnewBox h2 {
	height: 78px;
}
.hnewBox h2 span {
	display: block;
	float: left;
	height: 78px;
	line-height: 78px;
	font-size: 22px;
	color: #333333;
	font-weight: bold;
}
.hnewBox h2 span i {
	padding-right: 10px;
	color: #f5ca24;
}
.hnewBox h2 em {
	display: block;
	height: 78px;
	line-height: 78px;
	font-size: 14px;
	color: #333333;
	font-weight: normal;
	float: right;
	text-transform: uppercase;
}
.new_a {
	width: 36%;
	float: left;
}
.new_a dl {
	padding: 40px;
	background: #f7f7f7;
}
.new_a dl dt {
	display: block;
	overflow: hidden;
	height: 240px;
}
.new_a dl dt img {
	display: block;
	width: 100%;
}
.new_a dl dd {
	padding-top: 20px;
	transition: 0.5s;
}
.new_a dl dd h4 {
	color: #000000;
	font-size: 20px;
	line-height: 2.3;
	font-weight: normal;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.new_a dl dd h4 a {
	color: #000000;
}
.new_a dl dd .disen {
	height: 50px;
	line-height: 25px;
	color: #929292;
	margin-bottom: 25px;
	overflow: hidden;
	font-size: 14px;
	letter-spacing: 1px;
}
.new_a dl dd span {
	display: flex;
	justify-content: space-between;
	padding-top: 25px;
	border-top: 1px #cecece dashed;
}
.new_a dl dd span small {
	color: #5a5f63;
	font-size: 14px;
	font-family: "Arial";
	line-height: 28px;
}
.new_a dl dd span p {
	line-height: 28px;
	color: #5a5f63;
	font-size: 15px;
	letter-spacing: 1px;
}
.new_c {
	/*width: 40%;*/
	width: 63%;
	float: right;
	overflow: hidden;
}
.pxw ul li {
	background: #f7f7f7;
	width: 48%;
	margin-left: 1%;
	float: left;
	margin-bottom: 2.3%;
	display: flex;
	padding-top: 36px;
	padding-bottom: 3.8%;
}
.pxw ul li .datebox {
	/*opacity: .3;*/
	text-align: center;
	width: 110px;
	color: #1d4f91;
	position: relative;
	min-width: 80px;
	margin-top: 10px;
}
.pxw ul li .datebox .d {
	font-size: 36px;
	display: block;
	font-weight: bold;
	font-family: "Arial";
	line-height: 1.2;
}
.pxw ul li .datebox .y {
	font-size: 13px;
	font-family: "Arial";
}
.pxw ul li .line {
	width: 1px;
	height: 56px;
	background-color: #eeeeee;
	display: block;
	margin-top: 20px;
}
.pxw ul li .info {
	flex: 1;
	overflow: hidden;
	padding: 0 24px;
}
.pxw ul li .tit {
	display: block;
	margin-bottom: 10px;
	/*font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;*/
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 18px;
	/*font-family: "Source Han Sans CN", "SimHei", "微软雅黑";*/
	color: #000;
}
.pxw ul li .desc {
	/*overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-size: 15px;
	color: #999;
	line-height: 1.8;*/
	letter-spacing: 1px;
	font-size: 14px;
	color: #acacac;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;/*font-family: "Source Han Sans CN", "SimHei", "微软雅黑";*/
}
.pxw ul li:hover * {
	color: #fff;
}
.pxw ul li:hover {
	background-color: #1d4f91;
}
.pxw ul li:hover .datebox {
	color: #fff;
	opacity: 1;
}
@media only screen and (max-width:1500px) {
.pxw ul li {
	padding-bottom: 4.1%;
}
}
@media only screen and (max-width:1402px) {
.pxw ul li {
	padding-bottom: 4.5%;
}
}
@media only screen and (max-width:1364px) {
.pxw ul li {
	padding-bottom: 4.8%;
}
}
@media only screen and (max-width:1302px) {
.pxw ul li {
	padding-bottom: 5.1%;
}
}
@media only screen and (max-width:1204px) {
.pxw ul li {
	padding-bottom: 5.4%;
}
}
@media only screen and (max-width:1156px) {
.pxw ul li {
	padding-bottom: 5.7%;
}
}
@media only screen and (max-width:1100px) {
.pxw ul li {
	padding-bottom: 6%;
}
}
@media only screen and (max-width:1058px) {
.pxw ul li {
	padding-bottom: 6.3%;
}
}
@media only screen and (max-width:998px) {
.pxw ul li {
	padding-bottom: 6.6%;
}
}
@media only screen and (max-width:960px) {
.new_a {
	width: 100%;
	margin-bottom: 20px;
}
.new_c {
	width: 100%;
}
.pxw ul li {
	width: 100%;
	margin-left: 0%;
}
}
/*首页业务范围*/
.home_ywfw {
	padding-top: 90px;
	padding-bottom: 0;
	overflow: hidden;
	background: url(../images/index_yybg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
.home_ywfw .line-title h2 {
	color: #FFF;
}
.home_ywfw .line-title p {
	color: #FFF;
	opacity: 0.8;
}
.hywfwBox {
	min-height: 500px;
	overflow: hidden;
}
.hywfwBox li {
	width: 19.9%;
	height: 600px;
	float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	text-align: center;
	position: relative;
}
.hywfwBox li .line {
	position: absolute;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	width: 100%;
	top: 50%;
	margin-top: 156px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	opacity: 0;
}
.hywfwBox li .inner {
	position: absolute;
	width: 100%;
	top: 23%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.hywfwBox li .inner i {
	color: #FFF;
	font-size: 60px;
}
.hywfwBox li .inner h2 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 32px;
}
.hywfwBox li .inner h2:after {
	content: '';
	display: block;
	width: 30px;
	height: 3px;
	background-color: #fff;
	margin-left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 30px;
}
.hywfwBox li .inner p {
	padding: 0 15%;
	font-size: 15px;
	line-height: 28px;
	overflow: hidden;
	letter-spacing: 1px;
}
.hywfwBox li:hover {
	background-image: linear-gradient(to bottom, transparent, #0095c8);
}
.hywfwBox li:hover .line {
	opacity: 1;
}
.hywfwBox li:hover .inner {
	top: 10%;
}
.hywfwBox li:hover .line::before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.hywfwBox li:hover .line::after {
	content: '';
	display: block;
	width: 22px;
	height: 22px;
	background-color: #fff;
	opacity: .3;
	-webkit-border-radius: 22px;
	border-radius: 22px;
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
@media only screen and (max-width:1300px) {
.home_ywfw {
	padding-bottom: 80px;
}
}
@media only screen and (max-width:1024px) {
.hywfwBox li {
	width: 33%;
	height: 500px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
}
@media only screen and (max-width:768px) {
.hywfwBox li .inner {
	top: 20%;
}
.hywfwBox li .inner i {
	font-size: 50px;
}
.hywfwBox li .inner h2 {
	font-size: 20px;
	margin-bottom: 20px;
	margin-top: 22px;
}
.hywfwBox li .inner h2:after {
	margin-top: 20px;
}
.hywfwBox li .inner p {
	padding: 0 10%;
	font-size: 15px;
	line-height: 25px;
}
}
@media only screen and (max-width:499px) {
.hywfwBox li {
	width: 49.7%;
}
}
@media only screen and (max-width:338px) {
.hywfwBox li {
	width: 100%;
	height: 400px
}
}
/*首页荣誉资质*/
.honor {
	padding-top: 120px;
	padding-bottom: 160px;
	overflow: hidden;
}
.skinwk {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.ski {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.hpro_nav {
	overflow: hidden;
	margin-bottom: 60px;
	box-sizing: border-box;
	margin-top: 60px;
}
.hpro_nav li {
	float: left;
	width: 33.3%;
	height: 100px;
	line-height: 100px;
	box-sizing: border-box;
	font-size: 20px;
	font-weight: bold;
	background: #76787b;
	border-right: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb;
	transition: all 1s;
	position: relative;
	overflow: hidden;
}
.hpro_nav li a {
	color: #fff;
	display: block;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.hpro_nav li::before {
	content: "";
	display: inline-block;
	position: absolute;
	left: 150%;
	top: 0;
	width: 100%;
	height: 100%;
	transform: skewX(-60deg);
	background-color: #0095c8;
	transition: ease-in-out 0.6s;
	z-index: 33;
}
.hpro_nav li::after {
	content: "";
	display: inline-block;
	position: absolute;
	left: -150%;
	top: 0;
	width: 100%;
	height: 100%;
	transform: skewX(-60deg);
	background-color: #0095c8;
	transition: ease-in-out 0.6s;
	z-index: 33;
}
.hpro_nav li:hover::after {
	left: -50%
}
.hpro_nav li:hover::before {
	left: 49%
}
.hpro_nav li:hover a {
	position: relative;
	color: #fff;
	transition: all 1s;
	z-index: 99;
}
.hpro_nav li.on::after {
	left: -50%
}
.hpro_nav li.on::before {
	left: 49%
}
.hpro_nav li.on a {
	position: relative;
	color: #fff;
	transition: all 1s;
	z-index: 99;
}
.h_pro_menu {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 30px;
	overflow: hidden;
}
.h_pro_menu ul li {
	height: 80px !important;
	line-height: 80px;
	box-sizing: border-box;
	background: #f5f5f5 !important;
	padding: 0 !important;
	width: 15.5% !important;
	float: left;
	margin-left: 0;
	margin-right: 20px;
}
.h_pro_menu ul li:nth-child(6) {
	margin-right: 0px;
}
.h_pro_menu li a {
	text-align: center;
	display: block;
	font-size: 18px;
	color: #333;
	box-sizing: border-box;
	padding-left: 30px;
	background: url(../images/p.png) right no-repeat;
	overflow: hidden;
	height: 80px;
	margin-right: 30px;
}
.h_pro_menu li:hover {
	background: linear-gradient(to top, #205c95, #004098) !important;
}
.h_pro_menu li:hover a {
	color: #fff;
	background: url(../images/p1.png) right no-repeat;
}
.hc_list {
	position: relative;
	margin-top: 60px;
}
.hc_list .hcbox {
	height: auto;
	overflow: hidden;
}
.hc_list li {
	width: 311px;
	margin-right: 18px;
	float: left;
}
.hc_list li i {
	display: block;
	line-height: 0;
	overflow: hidden;
	background: #fff;
	padding: 20px;
}
.hc_list li i img {
	display: block;
	width: 100%;
	transition: all 0.5s;
}
.hc_list li:hover i img {
	transform: scale(1.05, 1.05);
}
.hc_list li a {
	display: block;
	overflow: hidden;
}
.hc_list li span {
	font-size: 16px;
	display: block;
	height: 70px;
	line-height: 70px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #666;
}
.hc_prev {
	left: -94px;
	top: 150px;
	width: 60px;
	height: 60px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background: #fff url(../images/ipre-v.png) center no-repeat;
	border-radius: 50%;
	position: absolute;
	border: 1px solid #1d4f91;
}
.hc_next {
	position: absolute;
	right: -64px;
	top: 150px;
	width: 60px;
	height: 60px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	background: #fff url(../images/inex-t.png) center no-repeat;
	border-radius: 50%;
	border: 1px solid #1d4f91;
}
.hc_prev:hover {
	background: #1d4f91 url(../images/ipre-v1.png) center no-repeat;
}
.hc_next:hover {
	background: #1d4f91 url(../images/inex-t1.png) center no-repeat;
}
@media only screen and (max-width:1552px) {
.hc_prev {
	left: -50px;
}
.hc_next {
	right: 0px;
}
}
@media only screen and (max-width:1300px) {
.hc_list {
	margin-left: 0px;
}
.hc_prev {
	left: 24px;
}
.hc_next {
	right: 22px;
}
}
@media only screen and (max-width:548px) {
.hpro_nav li {
	width: 100%;
	margin-bottom: 30px;
}
}
@media only screen and (max-width:500px) {
.hc_list ul li {
	width: 100%;
}
}
/*首页解决方案*/
.home_fa {
	padding-top: 100px;
	padding-bottom: 120px;
	overflow: hidden;
	background: url(../images/pfa_bg.jpg);
	background-attachment: fixed;
}
.solution {
	overflow: hidden;
	margin-top: 60px;
}
.solution .item {
	width: 24%;
	float: left;
	padding-right: 10px;
}
.solution .item a {
	display: block;
	overflow: hidden;
}
.solution .item a .content {
	padding: 20px;
	background: #f7f7f7;
	transition: background 0.36s;
	z-index: 2;/*width: 100%;*/
}
.solution .item a .content .title {
	padding-top: 20px;
	position: relative;
	font-size: 24px;
	margin-bottom: 30px;
	transition: 0.36s;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	color: #000;
}
/*.solution .item a .content .title::before {
	content: '';
	width: 20px;
	height: 3px;
	background: #ebb507;
	position: absolute;
	left: 0;
	top: 0;
	transition: 0.36s;
}*/
.solution .item a .content .s-content {
	font-size: 15px;
	line-height: 30px;
	color: #9e9e9e;
	height: 160px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	transition: 0.36s;
}
.solution .item a .detail {
	margin-top: 160px;
	padding: 0 35px 70px;
	transition: 0.36s;
	transform: translateY(20px);
	opacity: 0;
	position: relative;
	z-index: 2;
}
.solution .item a .detail .flex {
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
	/*border-bottom: 1px solid rgba(255,255,255,.3);*/
	color: #fff;
}
.solution .item a .detail .flex span {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Arial";
}
.solution .item a .detail .flex i.fa {
	font-size: 18px;
	font-weight: bold;
}
.solution .item a:hover::after {
	opacity: 1;
}
.solution .item a:hover .content {
	background-color: transparent;
}
.solution .item a:hover .content .title, .solution .item a:hover .content .s-content {
	color: #fff;
	text-shadow: 2px 1px 2px #000;
}
.solution .item a:hover .content .title::before {
	background: #fff;
	width: 80px;
}
.solution .item a:hover .detail {
	transform: none;
	opacity: 1;
}
@media only screen and (max-width:1024px) {
.solution .item {
	width: 49.4%;
	margin-bottom: 10px;
}
.solution .item:nth-child(2n+2) {
	padding-right: 0;
}
}
@media only screen and (max-width:886px) {
.solution .item {
	width: 49%;
	margin-bottom: 10px;
}
}
@media only screen and (max-width:768px) {
.solution .item a .content .title {
	font-size: 18px;
}
.solution .item a .content .s-content {
	font-size: 14px;
}
}
@media only screen and (max-width:520px) {
.solution .item {
	width: 100%;
	padding-right: 0;
}
}
/*内页*/
.inner-banner {
	height: 360px;
	padding-top: 250px;
	text-align: center;
	background-attachment: fixed;
	background-position: top center;
}
.inner-banner h2 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 36px;
	line-height: 50px;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-shadow: 1px 2px 2px #000000;
}
.inner-banner .location {
	font-size: 17px;
	color: #FFFFFF;
	margin-top: 10px;
	line-height: 30px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 2px #000000;
}
.inner-banner .location a {
	color: #FFFFFF;
}
@media only screen and (max-width:768px) {
.inner-banner {
	height: 100px;
	padding-top: 180px;
}
}
/* 面包屑 */
.breav-nav {
	width: 100%;
	height: 76px;
	line-height: 73px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
	background: #fff;
	border-top: 1px solid #e5e5e5;
}
.location {
	float: left;
	background: url(../images/hom.png) left center no-repeat;
	padding-left: 38px;
	overflow: hidden;
	color: #999;
	font-size: 14px;
	letter-spacing: 1px;
}
.location a {
	color: #999;
}
/*内页标题*/
.ny-title {
	width: 100%;
	text-align: center;
	margin-bottom: 60px;
}
.ny-title .cn {
	font-size: 39px;
	line-height: 36px;
	font-weight: bold;
	margin-top: 10px;
	color: #333;/*white-space:nowrap;*//*font-family: "Source Han Sans CN", "SimHei", "微软雅黑";*/
}
.ny-title .en {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	margin-top: 20px;
	color: #666;
	font-family: "Arial";
}
@media only screen and (max-width:768px) {
.ny-title .cn {
	font-size: 26px;
}
.ny-title .en {
	font-size: 16px;
}
}
/*内页栏目导航*/
.sub_muen {
	width: 100%;
	height: auto;
	overflow: hidden;
	background: #cd322a;
}
.sub_muen ul {
	text-align: center;
}
.sub_muen li {
	display: inline-block;
	height: 69px;
	line-height: 69px;
	font-size: 16px;
	border-right: 1px solid #fff;
}
.sub_muen li:first-child {
	border-left: 1px solid #fff;
}
.sub_muen li a {
	display: block;
	color: #FFFFFF;
	padding: 0 40px;
}
.sub_muen li:hover, .sub_muen li.cur {
	background: #FFFFFF;
}
.sub_muen li:hover a, .sub_muen li.cur a {
	color: #d80031;
}
@media only screen and (max-width:1024px) {
.sub_muen {
	background: none;
	margin-top: 5px
}
.sub_muen ul {
	text-align: left;
}
.sub_muen li {
	width: 45%;
	display: block;
	float: left;
	padding: 5px;
	border: 0;
	margin-bottom: 10px;
}
.sub_muen li:first-child {
	border-left: 0;
}
.sub_muen li a {
	padding: 0;
	text-align: center;
	display: block;
	/*background: linear-gradient(to right, #d80031, #960000);*/
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	background: #cd322a;
}
.sub_muen li:hover a, .sub_muen li.cur a {
	background: #FFFFFF;
	color: #d80031;
	border: 1px solid #d82445;
	font-weight: bold;
}
}
/*NEWLIST*/
.container {
	margin: auto;
	width: 100%;
	max-width: 1400px;
	padding: 40px 0;
	overflow: hidden;
}
.pnew {
	padding-top: 120px;
	padding-bottom: 200px;
	background: #fcfcfc;
	overflow: hidden;
}
.newlist ul li {
	width: 32%;
	margin-right: 20px;
	float: left;
	margin-bottom: 60px
}
.newlist ul li .nei {
	display: block;
	width: 100%;
	background: #fff;
}
.newlist ul li .nei:hover .img-box img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.newlist ul li .nei:hover .img-box img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.newlist ul li .nei:hover .title {
	color: #1d4f91;
}
.newlist ul li .img-box {
	width: 100%;
	height: 300px;
	overflow: hidden;
}
.newlist ul li .img-box img {
	width: 100%;
	height: 100%;
	transition: 1s;
	object-fit: cover;
}
.newlist ul li .text-box {
	padding: 30px;
}
.newlist ul li .text-box .title {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	color: #111111;
	transition: 0.5s;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
}
.newlist ul li .text-box .desc {
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #656565;
	line-height: 1.8;
	margin-top: 10px;
	margin-bottom: 30px;
	letter-spacing: 1px;
}
.newlist ul li .text-box .bottom {
	display: flex;
	justify-content: space-between;
}
.newlist ul li .text-box .date {
	font-size: 16px;
	padding-left: 20px;
	background: url(../images/bg_18.png) no-repeat left center;
	color: #999999;
	font-family: "Arial";
}
.newlist ul li .text-box .c_more {
	color: #2F61DF;
	background: url(../images/jt3.png) no-repeat right center;
	opacity: 1;
}
@media only screen and (max-width:1500px) {
.newlist ul li {
	width: 31.8%;
}
}
@media only screen and (max-width:1380px) {
.newlist ul li {
	width: 31.5%;
}
.newlist ul li .img-box {
	height: auto;
}
}
@media only screen and (max-width:1156px) {
.newlist ul li {
	width: 31.2%;
}
}
@media only screen and (max-width:1002px) {
.newlist ul li {
	width: 47.8%;
}
}
@media only screen and (max-width:960px) {
.newlist ul li {
	width: 47.5%;
}
}
@media only screen and (max-width:850px) {
.newlist ul li {
	width: 47%;
}
}
@media only screen and (max-width:702px) {
.newlist ul li {
	width: 100%;
}
}
/*产品中心*/
.imglist ul li {
	width: 31%;
	float: left;
	display: block;
	margin-bottom: 60px;
	/*border: 1px solid #eee;*/
	margin-left: 2%;
	border-radius: 10px;
}
.imglist ul li:hover {
	top: 0px;
	box-shadow: rgba(0, 0,0, 0.15) 0px 3px 18px 2px;
	cursor: pointer;
}
.imglist li a {
	display: block;/*padding: 0 15px;*/
}
.imglist li .hpimg {
	/*padding: 25px;*/
	background: #fff;
	overflow: hidden;/*border-top-left-radius: 10px;
	border-top-right-radius: 10px;*/
	height: 266px;
}
.imglist li .hpimg img {
	display: block;
	width: 100%;
	margin: 0 auto;
}
.imglist li .hptxt {
	height: 70px;
	line-height: 70px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-top: none;
	background: #eee;/*padding: 10px 0px 5px;
	border-top: 1px solid #eee;*/
}
.imglist li .hptxt h5 {
	color: #333;
	font-size: 17px;
	font-weight: normal;/* font-family: "Source Han Sans CN", "SimHei", "å¾®è½¯é›…é»‘"; */
}
.imglist li:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: all 0.8s;
}
.imglist li:hover .hptxt {
	background: #1d4f91;
	transition: all 0.8s;
}
.imglist li:hover .hptxt h5 {
	color: #FFF;
	border-top: none;
}
@media only screen and (max-width:931px) {
.imglist ul li {
	width: 48%;
}
}
@media only screen and (max-width:600px) {
.imglist ul li {
	width: 100%;
}
}
/*IMGLIST*/
.ImgList li {
	float: left;
	width: 33.3%;
}
.ImgList li a {
	display: block;
	/*padding: 20px 20px 10px;*/
	/*background-color: #e5e5e5;*/
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0 10px 40px 10px;
	position: relative;
}
.ImgList li .img-cover {
	overflow: hidden;
	position: relative;
	/*margin: -20px -20px 0 -20px;*/
	padding-top: 80%;
	border: 2px solid #eee;
}
.ImgList li .img-cover span {
	display: block;
	width: 100%;
	background: #fffefe no-repeat center / contain;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.ImgList li .text {
	line-height: 60px;
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	color: #333;
	background: #eee;
}
.ImgList li a:hover {
	background-color: #cd322a;
	/*box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.3);*/
	box-shadow: 0px 4px 16px rgba(29, 79, 145, 0.3);
}
.ImgList li a:hover .text {
	color: #1d4f91;
}
.ImgList li a:hover .img-cover span {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*.ImgList .img-cover {
	margin: -20px -20px 0 -20px;
}*/
@media only screen and (max-width:979px) {
.ImgList li {
	float: left;
	width: 50%;
}
}
@media only screen and (max-width:600px) {
.ImgList li {
	width: 100%;
}
}
/*分页样式*/
.pglist {
	padding: 30px 0 15px;
	width: 100%;
	text-align: center;
	clear: both;
}
.pglist a {
	color: #666;
	padding: 0 15px;
	margin: 0 3px;
	background: #fff;
	border: 1px solid #edebeb;
}
.pglist * {
	display: inline-block;
	vertical-align: middle;
	line-height: 34px;
	padding-bottom: 1px;
}
.pglist a:hover, .pglist .hover {
	display: inline-block;
	color: #fff;
	background: #1d4f91;
	border-color: #1d4f91;
}
.left_box .title {
	font-size: 28px;
	color: #fff;
	line-height: 1.0;
	font-weight: normal;
	padding-top: 32px;
}
/*单页联系我们*/
.contactList {
	padding-top: 210px;
	padding-bottom: 200px;
	overflow: hidden;
}
.contactList ul li {
	width: 24.3%;
	/* border-right: 1px solid #dededd; */
	float: left;
	/*border-radius: var(--moniz-border-radius, 10px);
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);*/
	/*padding: 60px 30px 60px;*/
	margin-right: 10px;
}
.contactList ul li:nth-child(4) {
	margin-right: 0px;
}
.contactList ul li .icon {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	min-width: 40px;
	min-height: 40px;
}
.contactList ul li .ic1 {
	background-image: url(../images/ic_c1.png);
}
.contactList ul li .ic2 {
	background-image: url(../images/ic_c2.png);
}
.contactList ul li .ic3 {
	background-image: url(../images/ic_c3.png);
}
.contactList ul li img {
	display: block;
	margin: 0 auto;/*animation: tb linear 3s infinite alternate;*/
}
.contactList ul li h4 {
	font-size: 23px;
	text-align: center;
	line-height: 4;
	margin: 0;
	/*font-family: "Source Han Sans CN", "SimHei", "微软雅黑";*/
	color: #1d4f91;
	font-family: "Arial";
}
.contactList ul li p {
	text-align: center;
	font-size: 18px;
	line-height: 6;
	font-family: "Arial";
	font-weight: bold;
}
.contactList ul li:last-child {
	border-right: 0;
}
@keyframes tb {
 0% {
 -webkit-transform: translateY(-5px);
 transform: translateY(-5px);
}
 25% {
 -webkit-transform: translateY(5px);
 transform: translateY(5px);
}
 50% {
 -webkit-transform: translateY(-5px);
 transform: translateY(-5px);
}
 75% {
 -webkit-transform: translateY(5px);
 transform: translateY(5px);
}
 100% {
 -webkit-transform: translateY(-5px);
 transform: translateY(-5px);
}
}
.contact_map {
	overflow: hidden;
	width: 100%;
	padding-top: 50px;
}
.contact_map .MapInfo {
	float: left;
	width: 100%;
	box-sizing: border-box;
	border: 1px dashed #ccc;
	padding: 8px;
}
.contact_map .MapInfo img {
	max-width: none;
}
@media only screen and (max-width:1174px) {
.contactList ul li {
	margin-right: 5px;
}
.contactList ul li p {
	font-size: 17px;
}
}
@media only screen and (max-width:1084px) {
.contactList ul li {
	width: 49%;
}
}
@media only screen and (max-width:540px) {
.contactList ul li {
	width: 100%;
}
}
/*@media only screen and (max-width:1500px) {
.contactList ul li {
	width: 20%;
}
}
@media only screen and (max-width:1424px) {
.contactList ul li {
	width: 19.5%;
}
}
@media only screen and (max-width:1360px) {
.contactList ul li {
	width: 19%;
	height: 200px;
}
}
@media only screen and (max-width:1198px) {
.contactList ul li {
	width: 18.7%;
}
}
@media only screen and (max-width:1132px) {
.contactList ul li {
	width: 18.2%;
}
}
@media only screen and (max-width:1054px) {
.contactList ul li {
	width: 42%;
	border-right: none;
	margin-bottom: 25px;
}
.contactList {
	padding-top: 100px;
	padding-bottom: 100px;
}
}
@media only screen and (max-width:926px) {
.contactList ul li {
	width: 41%;
}
}
@media only screen and (max-width:826px) {
.contactList ul li {
	width: 40%;
}
}
@media only screen and (max-width:744px) {
.contactList ul li {
	width: 39%;
}
}
@media only screen and (max-width:670px) {
.contactList ul li {
	width: 90%;
}
}
@media only screen and (max-width:552px) {
.contactList ul li {
	width: 88%;
}
}
@media only screen and (max-width:476px) {
.contactList ul li {
	width: 86%;
}
}
@media only screen and (max-width:422px) {
.contactList ul li {
	width: 83%;
}
}
@media only screen and (max-width:346px) {
.contactList ul li {
	width: 80%;
}
}*/
/*单页关于我们*/
.page_about {
	/*margin-top: 80px;*/
	margin-bottom: 100px;
	position: relative;
	overflow: hidden;
	background: url(../images/aboutbg.jpg) no-repeat center bottom;
	background-size: contain;
}
.htitle h3 {
	font-size: 36px;
	line-height: 2.3;
	font-weight: bold;
}
.infos {
	font-size: 16px;
	line-height: 2;
	color: #666;
}
.index_about .brand_img {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50vw;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100% 100%;
	z-index: 55;
}
.rbox {
	width: 48%;
	position: relative;
	float: right;
}
.lbox {
	width: 46%;
	order: -1;
	float: left;
}
.coverbox {
	position: relative;
	display: block;
	overflow: hidden;
	border-top-left-radius: 50px;
	border-bottom-right-radius: 50px;
}
.coverbox .coverimg.cover {
	background-size: cover;
}
.coverbox .coverimg {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: 1;
	transition: transform .6s ease 0s;
}
.play_btn {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 5;
	transform: translateX(-50%) translateY(-50%);
}
.play_btn .l1 {
	animation: scale3 2s infinite linear;
}
.play_btn .line {
	border-radius: 50%;
	border: 1px solid #1d4f91;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 80px;
	height: 80px;
	box-sizing: content-box;
	transform: translateX(-50%) translateY(-50%);
	cursor: pointer;
}
.play_btn .l2 {
	animation: scale3 2s infinite linear;
	animation-delay: 1s;
}
.play_btn .l3 {
	animation: scale3 2s infinite linear;
	animation-delay: 2s;
}
.play_btn .icon {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: url(../images/com_bo.png) no-repeat center center;
	background-color: #fff;
	box-sizing: content-box;
}
.company p {
	letter-spacing: 1px;
	line-height: 2;
	font-size: 16px;
}
.company span {
	letter-spacing: 1px;
	line-height: 2;
	font-size: 16px;
}
.zz {
	text-align: center;
	font-size: 40px;
	padding-bottom: 60px;
}
.zzjg {
	width: 100%;
	max-width: 1500px;
}
.zzjg img {
	width: 100%;
	max-width: 1500px;
}
.bo {
	padding-top: 80px;
	padding-bottom: 90px;
	overflow: hidden;/*background: url(../images/ppbg.jpg) no-repeat center center;*/
}
 @-webkit-keyframes scale1 {
 from {
 padding:0px;
 opacity:1
}
to {
	padding: 10px;
	opacity: 0
}
}
 @-webkit-keyframes scale2 {
 from {
 padding:0px;
 opacity:1
}
to {
	padding: 15px;
	opacity: 0
}
}
 @-webkit-keyframes scale3 {
 from {
 padding:0px;
 opacity:1
}
to {
	padding: 20px;
	opacity: 0
}
}
@media only screen and (max-width:1500px) {
.rbox {
	margin-top: 0px;
}
}
@media only screen and (max-width:1428px) {
.infos {
	line-height: 1.6;
}
.htitle h3 {
	line-height: 1;
	margin-bottom: 20px;
}
}
@media only screen and (max-width:1325px) {
.htitle h3 {
	line-height: 1;
}
}
@media only screen and (max-width:1280px) {
.rbox {
	width: 52%;
}
}
@media only screen and (max-width:1234px) {
.htitle h3 {
	margin-bottom: 6px;
}
.infos {
	line-height: 1.4;
}
}
@media only screen and (max-width:1162px) {
.lbox {
	width: 100%;
}
.rbox {
	width: 100%;
	margin-top: 60px;
}
.htitle h3 {
	line-height: 2;
}
.infos {
	line-height: 2.6;
}
.bo {
	margin-bottom: 0px
}
}
@media only screen and (max-width:449px) {
.htitle h3 {
	font-size: 26px;
}
}
 @media only screen and (max-width:389px) {
.htitle h3 {
	font-size: 23px;
}
}
/*企业文化*/
.culture {
	width: 100%;
	padding-top: 100px;
	padding-bottom: 120px;
	overflow: hidden;
	background: url(../images/ab_wh_bg.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.culture .ny-title .cn {
	color: #FFF;
}
.culture .ny-title .en {
	color: #FFF;
	opacity: 0.7
}
.cultureBox {
	width: 100%;
	margin: auto;
	overflow: hidden;
}
.culture-value {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.culture-value li {
	width: 50%;
	float: left;
}
.culture-value li .pictext {
	width: 100%;
	height: 290px;
	background: #FFF;
	position: relative;
	overflow: hidden;
}
.culture-value li .pictext .text {
	/*padding: 0 50px;*/
	width: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.culture-value li .pictext .text i {
	font-size: 40px;
	color: #ebb507;
}
.culture-value li .pictext .text p {
	font-size: 16px;
	color: #888;
}
.culture-value li .pictext .text p.p1 {
	margin: 15px 20px;
	font-size: 22px;
	color: #333;
	line-height: 1.5;/*font-weight: bold;*/
}
.culture-value li .pictext .text p.p1 em {
	margin: 15px 20px;
	font-size: 22px;
	color: #1d4f91;
	line-height: 1.5;
	font-weight: bold;
}
.pictext .valueimg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	margin: auto;
}
.culture-wz {
	margin-top: 80px;
	overflow: hidden;
}
.culture-wz h3 {
	text-align: center;
	font-size: 32px;
	line-height: 60px;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 1px;
}
.culture-wz p {
	width: 90%;
	margin: auto;
	font-size: 20px;
	line-height: 32px;
	color: #FFF;
	text-align: center;
	margin-top: 30px;
	letter-spacing: 1px;
}
.organize {
	width: 100%;
	padding-top: 110px;
	padding-bottom: 110px;
	overflow: hidden;
}
.organize_max {
	width: 90%;
	margin: auto;
	overflow: hidden;
}
 @media only screen and (max-width:767px) {
.culture-value li {
	width: 100%;
}
}
/*企业风采*/
.ny-qyfc {
	width: 100%;
	padding: 100px 0;
	overflow: hidden;
}
.qyfclist {
	width: 100%;
	height: auto;
	overflow: hidden;
}
.qyfclist li {
	width: 33.3%;
	float: left;
	overflow: hidden;
}
.qyfclist li a {
	display: block;
	padding: 0 10px 20px 10px;
	overflow: hidden;
}
.qyfclist li .img {
	height: auto;
	padding-top: 68%;
	overflow: hidden;
	border: 1px solid #dddddd;
	background-size: cover!important;
}
.qyfclist li .text {
	padding: 15px 10px;
	background: #f1f1f1;
}
.qyfclist li .text .title {
	color: #666;
	line-height: 28px;
	font-size: 16px;
	transition: all 0.5s;
	letter-spacing: 1px;
	font-weight: normal;
	text-align: center;
}
.qyfclist li:hover .text {
	background: #1d427a;
	transition: all ease 600ms;
}
.qyfclist li:hover .text .title {
	color: #FFF;
	transition: all ease 600ms;
}
@media only screen and (max-width:860px) {
.qyfclist li {
	width: 50%;
}
}
@media only screen and (max-width:450px) {
.qyfclist li {
	width: 100%;
}
}
/**/
.pabout_box {
	padding: 160px 0 100px;/*background: url(../images/pabout-logo.png) no-repeat left center;*/
}
.pabout_box .content {
/*padding-left: 45%;*/
}
.pabout_box h4 {
	color: #1d4f91;
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	font-size: 26px;
}
.pabout_box h2 {
	color: #1d4f91;
	align-items: center;
	font-size: 36px;
	margin-bottom: 20px;
}
.pabout_box h4 .line {
	width: 156px;
	height: 1px;
	background-color: #1d4f91;
	display: inline-block;
	margin-left: 6px;
}
.pabout_box .titbox {
	font-size: 48px;
	color: #0189e1;
	display: -webkit-flex;
	display: flex;
	display: -webkit-box;
	display: box;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-align: center;
	box-align: center;
	margin: 80px 0 60px;
}
.pabout_box .titbox dd {
	min-width: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-webkit-flex-shrink: 1;
	-ms-flex-negative: 1;
	flex-shrink: 1;
	line-height: 1.3;
}
.pabout_box .desc {
	font-size: 16px;
	line-height: 1.8;
	color: #666;
	margin-bottom: 90px;
	letter-spacing: 1px;
	margin-top: 60px;
}
@media (max-width: 1680px) {
.pabout_box {
	background-size: 40%;
}
}
 @media (max-width: 1360px) {
.pabout_box {
	background-size: 30%;
}
.pabout_box .content {
	padding-left: 30%;
}
.pabout_box .titbox dd {
	font-size: 33px;
}
}
 @media (max-width: 767px) {
.pabout_box {
	background: none;
	padding: 130px 0;
}
.pabout_box .content {
	padding-left: 0;
}
}
 @media (max-width:510px) {
.pabout_box .titbox dd {
	font-size: 25px;
}
.pabout_box h2 {
	font-size: 30px;
}
}
/**/
.ny-abnums {
	width: 100%;
	padding: 50px 0;
	background: url(../images/index_aboutbg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
.ny-abnums .mumping {
}
.ny-abnums .mumping ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.ny-abnums .mumping ul li {
	width: 19%;
	margin: 1% 1%;
	padding: 30px 30px;
	border-radius: 10px;
	color: #FFF;
	transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	-o-transition: 0.3s ease;
}
.ny-abnums .mumping ul li p {
	width: 100%;
	height: 30px;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 18px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ny-abnums .mumping ul li .muntop {
	display: block;
}
.ny-abnums .mumping ul li .muntop span {
	display: block;
	text-align: center;
	margin-bottom: 15px;
}
.ny-abnums .mumping ul li .muntop .content {
	display: block;
	text-align: center;
}
.ny-abnums .mumping ul li .muntop em {
	font-size: 50px;
	line-height: 50px;
	font-weight: bold;
	font-family: "Arial";
}
.ny-abnums .mumping ul li .muntop i {
	font-size: 16px;
	color: #ffffff;
	vertical-align: bottom;
	margin-left: 10px;
}
.ny-abnums .mumping ul li .muminfo {
	margin-top: 20px;
	text-align: center;
	line-height: 25px;
	font-size: 18px;
	opacity: 0.9;
}
.ny-abnums .mumping ul li:hover {
	background: #0095c8;
}
@media only screen and (max-width:1500px) {
.ny-abnums .mumping ul li {
	width: 18%;
}
}
@media only screen and (max-width:1276px) {
.ny-abnums .mumping ul li {
	width: 17%;
}
}
@media only screen and (max-width:1084px) {
.ny-abnums .mumping ul li {
	width: 42%;
}
}
@media only screen and (max-width:1058px) {
.ny-abnums .mumping ul li {
	width: 40%;
}
}
@media only screen and (max-width:792px) {
.ny-abnums .mumping ul li {
	width: 39%;
}
}
@media only screen and (max-width:704px) {
.ny-abnums .mumping ul li {
	width: 38%;
}
}
@media only screen and (max-width:632px) {
.ny-abnums .mumping ul li {
	width: 36%;
}
}
@media only screen and (max-width:526px) {
.ny-abnums .mumping ul li {
	width: 35%;
}
}
@media only screen and (max-width:498px) {
.ny-abnums .mumping ul li {
	width: 100%;
}
}
.skinsw {
	width: 100%;
	max-width: 1400px;
	margin: 0 auto;
}
.hp_list {
	margin-top: 30px;
	position: relative;
	padding-top: 30px;
}
.hp_list .hpbox {
	height: auto;
	overflow: hidden;
}
.hp_list ul li {
	width: 454px;
	float: left;
	margin-right: 18px;
	display: block;
}
.hp_list ul li a {
	display: block;
	overflow: hidden;
	position: relative;
}
.hp_list ul li a h5 {
	/*position: absolute;*/
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 3;
	font-size: 16px;
	color: #333;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "Source Han Sans CN", SimHei, 微软雅黑;
}
.hp_list ul li a {
	color: #333;
}
.hp_list ul li .himg {
	overflow: hidden
}
.hp_list ul li img {
	display: block;
	width: auto;
	margin: 0 auto;
}
.hp_list ul li:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	transition: all 0.8s;
}
.hp_prev {
	position: absolute;
	top: 160px;
	left: -104px;
	background: url(../images/pprev.png) no-repeat center;
	width: 60px;
	height: 60px;
	cursor: pointer;
	border: 2px solid #f3f3f3;
	border-radius: 100%;
}
.hp_next {
	position: absolute;
	top: 160px;
	right: -104px;
	background: url(../images/pnext.png) no-repeat center;
	width: 60px;
	height: 60px;
	cursor: pointer;
	border: 2px solid #f3f3f3;
	border-radius: 100%;
}
.hp_prev:hover {
	background: url(../images/pprev1.png) no-repeat center;
	border: 2px solid #1d4f91;
}
.hp_next:hover {
	background: url(../images/pnext1.png) no-repeat center;
	border: 2px solid #1d4f91;
}
@media only screen and (max-width:1399px) {
.hp_prev {
	left: -4px;
}
.hp_next {
	right: -4px;
}
}
@media only screen and (max-width:400px) {
.hp_list ul li {
	width: 100%;
}
}
/*单页招聘*/
.sub_title {
	font-size: 40px;
	color: #000;
	line-height: 50px;
	padding-top: 23px;
	position: relative;
	text-align: center;
	font-family: 'MiSans', 'Microsoft JhengHei', sans-serif;
}
.sub_title span {
	font-size: 14px;
	color: #b1b1b1;
	position: relative;
	top: 5px;
	margin-left: 10px;
}
.textList {
	padding-top: 50px;
}
.textList li a {
	width: 100%;
	height: 80px;
	display: block;
	font-size: 0;
	background: #f3f3f3;
	overflow: hidden;
	margin-bottom: 30px;
}
.textList li a h1 {
	width: 170px;
	height: 80px;
	display: inline-block;
	line-height: 80px;
	background: #999;
	font-size: 22px;
	font-family: "Arial";
	color: #fff;
	text-align: center;
	vertical-align: middle
}
.textList li a h4 {
	width: calc(100% - 252px);
	padding: 0 20px;
	display: inline-block;
	font-size: 21px;
	line-height: 28px;
	vertical-align: middle;
	box-sizing: border-box;
	font-weight: lighter;
	color: #333;
}
.textList li a h3 {
	width: 80px;
	height: 80px;
	display: inline-block;
	border-left: 2px solid #fff;
	background: url(../images/icoJt.png) center no-repeat;
	vertical-align: middle
}
.textList li a:hover {
	background: #1d4f91;
	color: #fff;
}
.textList li a:hover h1 {
	background: #bebebe;
	color: #fff;
}
.textList li a:hover h3 {
	background: url(../images/icoJtHover.png) center no-repeat;
}
.textList li a:hover h4 {
	color: #fff;
}
@media only screen and (max-width:500px) {
.textList li a h1 {
	width: 100px;
	font-size: 13px;
}
.textList li a h4 {
	width: calc(100% - 182px);
	font-size: 16px;
}
}
/*单页视频中心*/
.video {
	padding-top: 110px;
	padding-bottom: 110px;
	overflow: hidden;
}
.videolist li {
	width: 31%;
	float: left;
	margin: 0 1%;
	margin-bottom: 30px;
}
.videolist li a {
	text-align: center;
	display: block;
	font-size: 19px;
	font-weight: bold;
	color: #000;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
@media only screen and (max-width:1086px) {
.videolist li {
	width: 48%;
}
}
@media only screen and (max-width:400x) {
.videolist li {
 width: 100%;
}
}
/*单页产品中心*/
.products {
	padding-top: 100px;
	padding-bottom: 100px;
}
.Prolist ul li {
	float: left;
	width: 33.33%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	margin-bottom: 30px;
}
.Prolist ul li a {
	display: block;
}
.Prolist .img-box {
	position: relative;
}
.Prolist .img-box:before {
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	opacity: 0;
	background: rgba(0, 0, 0, 0.6);
	transition: all .3s;
}
.Prolist .img-box img {
	width: 100%;
	display: block;
}
.Prolist .img-box .icon-box {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 99;
	margin-top: -85px;
	opacity: 0.0;
	transform: translateY(-40px);
	transition: all .3s;
}
.Prolist .img-box .icon-box img {
	width: auto;
	margin: auto;
}
.Prolist li:hover .img-box:before {
	opacity: 1;
}
.Prolist li:hover .img-box .icon-box {
	transform: translateY(70px);
	opacity: 1.0;
}
.Prolist .txt-box {
	height: 60px;
	line-height: 60px;
	/* background: #f5f5f5; */
	text-align: center;
	color: #4c4c4c;
	font-size: 17px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
	letter-spacing: 3px;
}
@media (max-width:767px) {
.Prolist ul li {
	width: 50%;
}
}
@media (max-width:500px) {
.Prolist ul li {
	width: 100%;
}
}
/*单页行业案例*/
.index-product {
	padding-bottom: 100px;
	padding-top: 100px;
}
.index-product .list {
	zoom: 1;
	background-color: rgba(0, 0, 0, .6);
}
.index-product .list:after {
	display: block;
	clear: both;
	height: 0;
	content: '';
}
.index-product li {
	float: left;
	width: 33.25%;
	padding: 1px 0 0 1px;
}
.index-product .item {
	position: relative;
	overflow: hidden;
}
.index-product .mask {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	background-color: rgba(0, 0, 0, .6);
}
.index-product .mask b {
	font-size: 22px;
	display: block;
	margin-bottom: 5px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.index-product .mask p {
	margin: 0;
}
.index-product .mask .text {
	padding: 95px 30px;
	-webkit-transition: .3s;
	transition: .3s;
	text-align: center;
}
.index-product .mask .intro {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: translateY(-20%);
	-ms-transform: translateY(-20%);
	transform: translateY(-20%);
	text-align: center;
	opacity: 0;
}
.index-product .mask .intro b:before {
	font-family: 'iconfont';
	font-weight: normal;
	font-style: normal;
	line-height: 48px;
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 auto 30px;
	content: '\e61f';
	-webkit-transition: .5s;
	transition: .5s;
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	color: #fff;
	border-radius: 50%;
	background-color: #00479d;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/*详情*/
.conBoxli {
	background: #fff;
	padding-bottom: 80px;/*padding-top: 50px;*/
}
.nrcompany {
	margin: 0 auto;
	padding-top: 80px;
	padding-bottom: 80px;
	/*padding: 50px 80px 64px;*/
	background-color: #f5f5f5;
}
.nrcompany h1 {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 30px;
	font-size: 28px;
	font-weight: bold;/*color: #0147a6;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";*/
}
.met-editor {
	/*border-bottom: #eee solid 1px;*/
	padding-bottom: 10px;
	text-align: center;
	font-size: 17px;
	color: #999;
	font-family: "Arial";
}
.nrxqzy {
	font-size: 15px;
	padding: 50px 0;
	margin-bottom: 30px;
	line-height: 2.0;
	text-align: justify;
}
.famore {
	display: inline-block;
	width: 120px;
	height: 56px;
	border: 1px solid #e0e0e0;
	position: relative;
	transition: .6s;
	padding: 0 18px;
	line-height: 56px;
	letter-spacing: 1px;
	color: #666;
	font-size: 16px;
	font-family: "Arial";
	padding-left: 30px;
}
.famore .arr {
	background: url(../images/fh.png) no-repeat center;
	width: 26px;
	height: 20px;
	background-size: contain;
	position: absolute;
	/*right: 18px;*/
	top: 50%;
	transform: translateY(-50%);
	transition: .6s;
}
.famore:hover .arr {
	background: url(../images/fh-1.png) no-repeat center;
}
.famore:hover {
	background-color: #1d4f91;
	color: #fff;/*transform: translateX(4px);*/
}
.share {
	margin-top: 60px;
	margin-bottom: 50px;
}
.skinww {
	width: 100%;
	max-width: 900px;
	margin: 0 auto;
}
.nrcompany .share {
	height: auto;
	margin-top: 60px;
	margin-bottom: 50px;
	overflow: hidden;
	/*border-bottom: 1px solid #e6e6e6;*/
	padding-bottom: 60px;
}
.nrcompany .share .more-btn {
	border: 1px solid #e0e0e0;
	color: #666;
	background: #FFF;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 160px;
	height: 56px;
}
.nrcompany .share .more-btn:hover {
	background-color: #cc2727;
	color: #fff;
	border: 0;
	transition: all .2s linear;
}
.nrcompany .share i {
	font-size: 17px;
	margin-left: 15px;
	transition: margin 300ms;
}
 @media (max-width:1024px) {
.nrcompany {
	width: 95%;
	padding: 50px;
}
}
@media (max-width:499px) {
.nrcompany {
	padding: 30px;
}
}
/*reLink*/
.reLink {
	padding-top: 40px;
	overflow: hidden;
	font-size: 16px;
	border-top: 1px solid #EEE;
}
.prevLink, .nextLink {
	padding-top: 8px;
	margin-bottom: 8px;
	overflow: hidden;
}
.reLink a {
	color: #676767;
	text-decoration: none;
}
.reLink a:hover {
	color: #1d4f91;/*text-decoration: underline;*/
}
/*.reLink {
	padding-top: 20px;
	padding-bottom: 30px;
	text-align: center;
	overflow: hidden;
	font-size: 15px;
}
.reLink a {
	color: #333;
	text-decoration: none;
}
.reLink a:hover {
	color: #1d4f91;
}*/
/**/
.ny-containBox {
	padding-top: 100px;
	padding-bottom: 120px;
	overflow: hidden;
}
.picture {
	padding-top: 90px;
	padding-bottom: 50px;
	overflow: hidden;
}
/*二级三级导航*/
.side_left {
	width: 300px;
	float: left;
	overflow: hidden;
}
.side_right {
	width: 76%;
	float: right;
	padding-left: 50px;
	overflow: hidden;
}
.sidebar {
	margin-bottom: 20px;
}
.topclass {
	height: auto;
	padding: 30px 28px;
	box-sizing: border-box;
	text-align: center;
	background: #1d4f91;
}
.topclass h2 {
	display: block;
	font-size: 26px;
	line-height: 1.0;
	font-weight: normal;
	color: #FFF;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
/*.sidebar {
	margin-bottom: 20px;
}
.topclass {
	height: auto;
	padding: 30px 28px;
	box-sizing: border-box;
	text-align: center;
	background: #1d4f91;
}
.topclass h2 {
	display: block;
	font-size: 20px;
	line-height: 1.0;
	font-weight: normal;
	color: #FFF;
}
.sidemenu {
	display: block;
	background: #f2f2f2;
	padding-bottom: 100px;
	overflow: hidden;
}
.sidemenu li {
	display: block;
}
.sidemenu li a {
	display: block;
	padding: 15px 20px;
	font-size: 16px;
	line-height: 26px;
	color: #4f676b;
	border-bottom: 1px solid #e7e7e7;
	border-top: 1px solid #FFF;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-ms-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
.sidemenu li.cur>a, .sidemenu li>a:hover {
	background: #dedede;
}
.sidemenu li dl dd a {
	padding: 10px 20px 10px 30px;
	font-size: 15px;
	color: #929292;
}
.sidemenu li dl dd a i {
	padding-right: 8px;
}
.sidemenu li dl dd a:hover {
	color: #cc2828
}*/
.PNavlist {
}
.PNavlist nav > li {
	/*border-bottom: 1px solid #ededed;*/
	background: #f2f2f2;
	/*padding: 0 24px;*/
	margin-top: 6px;
}
.PNavlist nav > li:last-child {
	border: 0;
}
.PNavlist nav > li .navibar_li {
}
.PNavlist nav > li .navibar_li a {
	position: relative;
	box-sizing: border-box;
	color: #222;
	display: block;
	font-family: "Arial";
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	padding-left: 40px;
	-ms-text-overflow: ellipsis;
	text-overflow: ellipsis;
	transition: color .2s;
	white-space: nowrap;
	font-size: 17px;
	font-family: "Source Han Sans CN", "SimHei", "微软雅黑";
}
.PNavlist nav > li .navibar_li a::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-left-color: #1a1a1a;
	border-left-width: 8px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 5;
	left: 20px;
}
.PNavlist nav > li .navibar_li a:hover {
	color: #0095c8;
	border-bottom: none;
}
.PNavlist nav > li .navibar_li a:hover {
	background-color: #004b92;
	color: #fff;
}
.PNavlist nav > li .navibar_li a:hover::before {
	border-left-color: #fff;
}
/*.second-menu {
	display: none;
}
*/.PNavlist nav > li:hover .second-menu {
	display: block;
}
.second-menu > li {
	width: 100%;
	display: block;
	position: relative;
}
.second-menu > li > a {
	display: block;
	line-height: 40px;
	font-size: 16px;
	border-bottom: 1px dotted #e5e5e5;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	color: #999;
	font-family: "Arial";
	margin-left: 20px;
}
.second-menu > li > a:hover {
	color: #0095c8;
}
.third-menu {
/*display: none;*/
}
.second-menu > li:hover .third-menu {
	display: block;
}
.third-menu > li {
	width: 100%;
	display: block;
	position: relative;
}
.third-menu > li > a {
	display: block;
	color: #083b71;
	line-height: 40px;
	margin-left: 30px;
	font-family: "Arial";
	font-size: 15px;
}
.third-menu > li:hover {
}
.fourth-menu {
	background-color: #0090d5;
	filter: alpha(opacity=95);
	width: 150px;
	position: absolute;
	left: 150px;
	top: 0;
	z-index: 10;
	display: none;
}
.third-menu > li:hover .fourth-menu {
	display: block;
}
.fourth-menu > li {
	width: 100%;
	display: block;
	position: relative;
}
.fourth-menu > li > a {
	display: block;
	width: 100%;
	line-height: 38px;
	text-align: center;
	border-top: 1px solid #009de8;
	border-left: 1px solid #009de8;
	border-bottom: 1px solid #0083c1;
	border-right: 1px solid #0083c1;
	color: #FFF;
}
.fourth-menu > li:hover {
	background-color: #4caad8;
}
.arrow::after {
	border-style: solid;
	border-width: 2px 2px 0 0;
	content: '';
	display: block;
	height: 8px;
	position: absolute;
	top: 40%;
	vertical-align: middle;
	width: 8px;
	right: 10px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	color: #FFF;
}
@media only screen and (max-width:1500px) {
.side_right {
	width: 73%;
}
}
@media only screen and (max-width:1366px) {
.side_right {
	width: 72%;
}
}
@media only screen and (max-width:1318px) {
.side_right {
	width: 70%;
}
}
@media only screen and (max-width:1232px) {
.side_right {
	width: 69%;
}
}
@media only screen and (max-width:1190px) {
.side_left {
	width: 230px;
}
.side_right {
	width: 76%;
	padding-left: 30px;
}
}
@media only screen and (max-width:1142px) {
.side_right {
	width: 74%;
}
}
@media only screen and (max-width:1056px) {
.side_right {
	width: 72%;
}
}
@media only screen and (max-width:980px) {
.side_right {
	width: 70%;
}
}
@media only screen and (max-width:906px) {
.side_right {
	width: 68%;
}
}
@media only screen and (max-width:864px) {
.side_right {
	width: 66%;
}
}
@media only screen and (max-width:808px) {
.side_left {
	width: 100%;
	float: none;
	overflow: hidden;
}
.side_right {
	width: 100%;
	float: none;
	padding-left: 0;
	overflow: hidden;
}
}
/*SEARCH*/
.searchTitle {
	display: block;
	height: 30px;
	margin-bottom: 30px;
	font-size: 22px;
	font-weight: bold;
	color: #333;
}
.search_list li {
	width: 23%;
	padding: 0 10px 20px 10px;
	float: left;
	overflow: hidden;
}
.search_list li .img-box {
	display: block;
	border: 4px solid #f2f2f2;
	overflow: hidden;
}
.search_list li .img-box .nimg {
	height: auto;
	padding-top: 86%;
	overflow: hidden;
	background-size: cover!important;
}
.search_list li .img-box:hover .nimg {
	transform: scale(1.1, 1.1);
	transition: 1s ease;
}
.search_list li .text {
	background: #f2f2f2;
	padding: 20px;
	display: block;
	margin: 0;
}
.search_list li .text .title {
	font-size: 18px;
	line-height: 36px;
}
.search_list li .text .title a {
	color: #4f676b;
}
.search_list li .text .title a:hover {
	color: #cc2727;
}
.search_list li .text .model {
	font-size: 14px;
	line-height: 28px;
	height: 28px;
	transition: all .1s linear;
	font-family: "Arial";
}
.search_list li .text .model a {
	color: #adadad;
}
.search_list li .text .model a:hover {
	color: #cc2727;
	text-decoration: underline;
}
 @media only screen and (max-width:768px) {
.search_list li {
	width: 50%;
}
}
@media only screen and (max-width:499px) {
.search_list li {
	width: 100%;
}
}
