.icon {
	display: block;
	background-repeat: no-repeat;
}
@font-face {
	font-family: 'en';
	src: url('../fonts/en.eot');
	src: url('../fonts/en.woff') format('woff'),  url('../fonts/en.ttf') format('truetype');
}
/*banner*/
.banner-wrap {
	width: 100%;
	height: 700px;
	position: relative;
}
.banner-box {
	height: 700px;
	position: relative;
}
.banner-box ul li {
	width: 100%;
	height: 700px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	display: none;
}
.banner-box ul li img {
	width: 1920px;
	height: 700px;
	position: relative;
	left: 50%;
	margin-left: -960px;
}
.btm-circle {
	width: 100%;
	height: 24px;
	position: absolute;
	bottom: 60px;
	left: 0;
	text-align: center;
}
.btm-circle span {
	display: inline-block;
	width: 22px;
	height: 22px;
	position: relative;
	z-index: 9;
	border-radius: 50%;
	cursor: pointer;
}
.btm-circle span:before {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border: solid 2px #fff;
	position: absolute;
	left: 4px;
	top: 4px;
	border-radius: 50%;
}
.btm-circle span.cur {
	border: solid 1px #0349a8;
}
.btm-circle span.cur:before {
	background-color: #0349a8;
	border-color: #0349a8;
}
.banner-wrap span.btn {
	display: block;
	width: 98px;
	height: 74px;
	background-color: #000;
	background-color: rgba(0,0,0,.4);
	position: absolute;
	top: 367px;
	z-index: 9;
	cursor: pointer;
}
.banner-wrap span.btn:hover {
	background-color: #0349a8;
	background-color: rgba(33,103,210,.6);
}
.banner-wrap span.l-btn {
	left: 0;
}
.banner-wrap span.r-btn {
	right: 0;
}
.banner-wrap span.btn:before {
	content: '';
	display: block;
	width: 46px;
	height: 17px;
	background: url(../images/icons.png) no-repeat;
	position: absolute;
	left: 26px;
	top: 28px;
}
.banner-wrap span.l-btn:before {
	background-position: -55px -5px;
}
.banner-wrap span.r-btn:before {
	background-position: -5px -5px;
}
.tel-box {
	position: absolute;
	bottom: 60px;
	right: 300px;
	z-index: 9;
}
.icon-tel1 {
	width: 47px;
	height: 47px;
	background-image: url(../images/icon_tel1.png);
}
.tel-box .number {
	width: 200px;
	color: #fff;
	font-size: 18px;
	margin-left: 10px;
}
.tel-box .number .p2 {
	color: #ffc000;
	font-size: 24px;
	font-weight: bold;
}
/*搜索*/
.search-wrap {
	width: 100%;
	height: 68px;
	line-height: 68px;
	border-bottom: solid 1px #eee;
}
.search-cont p {
	color: #333;
}
.search-cont a {
	color: #999;
	padding: 0 20px;
	border-right: dashed 1px #bebebe;
}
.search-cont .hot a:last-child {
	border-right: none 0;
}
.search-cont a:hover {
	color: #0349a8;
	text-decoration: underline;
}
.search-box {
	width: 300px;
	height: 68px;
	border-bottom: solid 1px #0349a8;
	position: relative;
}
.search-box input {
	width: 300px;
	height: 67px;
	border: none 0;
	background: none;
	color: #999;
}
.search-box button {
	border: none 0;
	background: none;
	display: block;
	width: 17px;
	height: 17px;
	background: url(../images/icon_search.png) no-repeat;
	position: absolute;
	top: 25px;
	right: 0;
	cursor: pointer;
}
/*title*/
.title {
	width: 1400px;
	margin: 0 auto;
}
.title .page {
	text-align: center;
	margin-bottom: 15px;
	margin-top: 15px;
}
.title h1 span {
	color: #0349a8;
}
.title .zuo {
	width: 39.55%;
	float: left;
	margin-top: 13px;
	margin-right: 10px;
}
.title .you {
	width: 39.55%;
	float: right;
	margin-top: 13px;
	margin-left: 10px;
}
.title b {
	float: left;
	font-size: 20px
}
/*proMain*/
.proMain {
	padding-top: 35px;
}
.pro_l {
	float: left;
	width: 240px;
	background-color: #fff;
	border: 5px solid #0349a8;
}
.pro_l h5 {
	height: 200px;
	background: url(../images/title.jpg) center;
	text-align: center;
	font-size: 20px;
	font-weight: normal;
}
.pro_l h5 a {
	color: #f5d6a1;
	text-decoration: none;
}
.pro_l li h4 {
	padding-left: 42px;
	height: 35px;
	line-height: 35px;
	border-bottom: 1px solid #c5c5c5;
	background: url(../images/tb.gif)
}
.pro_l li h4 a {
	font-size: 16px;
	color: #333;
	text-decoration: none;
}
.pro_l li .sed_p {
	overflow: hidden;
	margin-bottom: 5px;
}
.pro_l li .sed_p p {
	margin: 5px 0;
}
.pro_l li .sed_p p a {
	display: block;
	padding-left: 37px;
	height: 33px;
	line-height: 33px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	border-left: 5px solid #fff;
	transition: all 0.5s;
}
.pro_l li .sed_p p a:hover {
	background-color: #c7ddfa;
	border-left-color: #0349a8;
	color: #0349a8;
}
.proMain .pro_r {
	float: right;
	width: 1130px;
	background-color: #fff;
	padding-bottom: 45px;
}
.proMain .pro_r .prt {
	height: 53px;
	border-bottom: 1px solid #d2d2d2;
}
.proMain .pro_r .prt ul {
	float: left;
	margin-left: 10px;
}
.proMain .pro_r .prt li {
	float: left;
	height: 53px;
	line-height: 53px;
	transition: all 0.5s;
	position: relative;
	width: 120px;
	text-align: center;
}
.proMain .pro_r .prt li a {
	font-size: 16px;
	color: #333;
	text-decoration: none;
}
.proMain .pro_r .prt li i {
	position: absolute;
	display: block;
	background: url(../images/line2.png) no-repeat center;
	width: 118px;
	height: 7px;
	bottom: -6px;
	left: 50%;
	margin-left: -59px;
	display: none;
}
.proMain .pro_r .prt li:hover a, .proMain .pro_r .prt li.cur a {
	color: #0349a8;
	font-weight: bold;
}
.proMain .pro_r .prt li:hover i, .proMain .pro_r .prt li.cur i {
	display: block;
}
.proMain .pro_r .prt .mor {
	float: right;
	padding-right: 20px;
	background: url(../images/morbg.png) no-repeat right center;
	font-size: 14px;
	color: #5a5a5a;
	margin-top: 20px;
	margin-right: 15px;
}
.proMain .pro_r .prc {
}
.proMain .pro_r .prc dl {
	padding: 25px 4px;
	overflow: hidden;
	padding-bottom: 0;
}
.proMain .pro_r .prc dt {
	float: left;
}
.proMain .pro_r .prc dt img {
	display: block;
}
.proMain .pro_r .prc dd {
	margin-left: 620px;
	margin-top: 20px
}
.proMain .pro_r .prc dd h5 {
	font-size: 16px;
	color: #333;
	padding: 8px 0;
}
.proMain .pro_r .prc dd h5 span {
	color: #0349a8;
}
.proMain .pro_r .prc dd em {
	font-size: 14px;
	color: #333;
}
.proMain .pro_r .prc dd h4 {
	font-weight: normal;
	color: #333;
	margin-top: 25px;
}
.proMain .pro_r .prc dd h4 span {
	font-size: 14px;
}
.proMain .pro_r .prc dd h4 p {
	font-size: 14px;
	line-height: 35px;
	margin-top: 10px;
	margin-right: 15px;
	height: 180px;
	overflow: hidden;
}
.proMain .pro_r .prc dd a {
	display: block;
	width: 108px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	border: 1px solid #434343;
	margin-top: 35px;
}
.proMain .pro_r .prc ul {
	overflow: hidden;
	width: 1130px;
	margin: 0 auto;
	margin-top: 15px;
}
.proMain .pro_r .prc li {
	float: left;
	position: relative;
	width: 274px;
	margin: 0 4px;
	margin-top: 18px;
}
.proMain .pro_r .prc li a {
	margin-bottom: 10px;
	display: block;
	border: 1px solid #eee;
}
.proMain .pro_r .prc li img {
	display: block;
	width: 100%;
}
.proMain .pro_r .prc li p {
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	transition: all 0.5s;
	padding: 0 10px;
	font-size: 13px;
	color: #333;
	text-align: center
}
.proMain .pro_r .prc li:hover a {
	border-color: #0349a8;
}
.proMain .pro_r .prc li:hover p {
	color: #0349a8;
}
/*geduan1*/
.geduan {
	background: url(../images/geduan.jpg);
	height: 230px;
}
.geduan .page {
	width: 1400px;
	color: #fff;
	margin: 0 auto;
}
.geduan .page .fl {
	float: left;
	margin-left: 3%;
	margin-top: 100px;
}
.geduan .page .fl p {
	line-height: 35px
}
.geduan .page .fl p b {
	font-size: 33px;
}
.geduan .page .fl p span {
	font-size: 28px;
}
.geduan .page .fl p a {
	font-size: 13px;
	color: #666;
	text-decoration: none;
	line-height: 8px !important
}
.geduan .page .fr {
	float: right;
	color: #7eb5ff;
	margin-top: 55px;
	margin-right: 5px;
	line-height: 10px;
}
.geduan .page .fr p {
	font-size: 18px;
	margin-right: 15px;
	line-height: 20px;
}
.geduan .page .fr p a {
	display: block;
	width: 152px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 15px;
	color: #fff;
	margin-top: 15px;
	text-decoration: none;
}
/*关于*/
.about-main {
width: 100%;
    position: relative;
    /* margin: 80px auto; */
    padding-top: 80px;
    padding-bottom: 100px;
}
.about-main .about-us {
	width: 1300px;
	margin: 0 auto;
	position: relative;
}
.about-main .about-us:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.abput-img {
	    float: left;
    width: 585px;
}
.abput-img img { width:100%}
.about-main .about-us .about-state {
       float: left;
    width: 650px;
    padding-right: 30px;
    padding-top: 38px;
    margin-right: 35px;
}
.about-main .about-us .about-state h5 {
	font-size: 46px;
	list-style: 40px;
	color: #9d9e9f;
	margin: 10px 0;
	font-weight: bold;
}
.about-main .about-us .about-state .about {
	font-size: 25px;
	color: #0349a8;
	line-height: 35px;
	margin: 15px 0;
	font-weight: bold;
}
.about-main .about-us .about-state .item {
	color: #797979;
	line-height: 30px;
	font-size: 15px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}
.about-main .about-canpany {
	position: absolute;
	top: 353px;
	left: 0;
	background: rgba(255,255,255,.7)
}
.about-main .about-canpany ul {
	display: flex;
	margin: 0;
	padding: 0;
}
.about-main .about-canpany ul li {
	list-style: none;
	padding: 52px 0;
	width: 238px;
	text-align: center;
}
.about-main .about-canpany ul li>div {
	border-right: 1px solid #9d9e9f;
}
.about-main .about-canpany ul li:hover {
	background: #0349a8;
	color: #fff;
}
.about-main .about-canpany ul li:last-child>div {
	border-right: none;
}
.about-main .about-canpany ul li p, .about-canpany ul li em {
	font-size: 14px;
	line-height: 50px;
	font-style: normal;
	padding: 0;
	margin: 0;
}
.about-main .about-canpany ul li h3 {
	font-size: 33px;
	font-weight: bold;
	line-height: 30px;
	padding: 0;
	margin: 0;
}
.about-main .about-more a {
	text-decoration: none;
	display: block;
	width: 144px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	position: absolute;
	bottom: -40px;
	left: 0;
	color: var(--color);
	-webkit-transition: 0.25s;
	transition: 0.25s;
}
.about-main .about-more a {
	box-shadow: 0.3em 0.3em 0 0 var(--color), inset 0.3em 0.3em 0 0 var(--color);
}
.about-main .about-more a:hover, .about-main .about-more a:focus {
	box-shadow: 0 0 0 0 var(--hover), inset 6em 3.5em 0 0 var(--hover);
	border-color: var(--hover);
	color: #fff;
}
.about-main .about-more a {
--color: #0349a8;
--hover: #0349a8;
}
/*选择宝盖*/
.chioce {
	width: 100%;
	position: relative;
	background: url(../images/chiocebg.jpg) no-repeat;
	overflow: visible;
	margin-top: 80px;
}
.chioce .chioce-gard {
	padding: 105px 30px 80px 30px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	box-sizing: border-box;
}
.chioce .chioce-gard .chioce-over .chioce-window {
	padding: 15px 40px;
	position: absolute;
	top: -42px;
	left: 260px;
	background: #0349a8;
	color: #fff;
}
.chioce .chioce-gard .chioce-over .chioce-window::after {
	content: '';
	display: block;
	position: absolute;
	right: 50%;
	bottom: -14px;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 15px solid #0349a8;
}
.chioce .chioce-gard .chioce-over .chioce-window h4 {
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
	text-align: center;
}
.chioce .chioce-gard .chioce-over .chioce-window p {
	font-size: 12.5px;
	line-height: 25px;
	text-align: center;
}
.chioce .chioce-gard .chioce-titles {
	text-align: center;
	color: #fff;
	z-index: 9;
	margin-bottom: 50px;
}
.chioce .chioce-gard .chioce-titles h5 {
	font-size: 36px;
	list-style: 30px;
	font-weight: normal;
}
.chioce .chioce-gard .chioce-titles h5::after, .chioce .chioce-gard .chioce-titles h4:after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background: #fff;
	margin: 13px auto;
}
.chioce .chioce-gard .chioce-titles h4 {
	font-size: 25px;
	line-height: 30px;
	font-weight: normal;
}
.chioce .swiper-container {
	width: 100%;
	height: 100%;
	overflow: visible;
}
.chioce .swiper-slide {
	height: 300px;
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
}
.chioce .swiper-slide-active, .chioce .swiper-slide-duplicate-active {
	transform: scale(1);
}
.chioce .chioce-gard .swiper-button-prev, .chioce .chioce-gard .swiper-container-rtl .swiper-button-next {
	background-image: url(../images/icon-arrow_left.png);
	left: 690px;
	right: auto;
}
.chioce .chioce-gard .swiper-button-next, .chioce .chioce-gard .swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/icon-keyboard.png);
	right: 690px;
	left: auto;
}
.chioce .chioce-gard .chioce-us .chioce-item .item-well {
	width: 100%;
	position: relative;
	color: #fff;
	display: inline-block;
	padding: 0 15px;
	height: 232px;
}
.chioce .chioce-gard .chioce-us .chioce-item .item-well h5 {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}
.chioce .chioce-gard .chioce-us .chioce-item .item-well h5::after {
	content: '';
	display: block;
	width: 20px;
	height: 2px;
	background: #fff;
	margin: 13px auto;
	margin-bottom: 30px;
}
.chioce .chioce-gard .chioce-us .chioce-item.swiper-slide-active .item-well .well-content {
	display: block;
}
.chioce .chioce-gard .chioce-us .chioce-item .item-well .well-content {
	display: none;
}
.chioce .chioce-gard .chioce-us .chioce-item .item-well .well-content span {
	position: absolute;
	top: -59px;
	left: 50%;
	transform: translate(-50%, 0);
	display: block;
	width: 230px;
	height: 50px;
	line-height: 50px;
	font-size: 32px;
	background: transparent;
}
.chioce .chioce-gard .chioce-us .chioce-item .item-well h4 {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
}
.chioce .chioce-gard .chioce-us .chioce-item .item-well h4::after {
	content: '...';
	display: block;
	color: #f89b11;
	font-size: 45px;
	line-height: 30px;
}
.chioce .chioce-gard .chioce-us .chioce-item .item-well .well-content p {
	margin-top: 30px;
	font-size: 14px;
	line-height: 25px;
}
.chioce .chioce-gard .swiper-slide-active .item-well .line1, .chioce .chioce-gard .swiper-slide-active .item-well .line2 {
	display: block;
	width: 4px;
	height: 300px;
	position: absolute;
	top: -30px;
	background: #f89b11;
}
.chioce .chioce-gard .swiper-slide-active .item-well .line3 {
	display: block;
	width: 100%;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: -38px;
	background: #f89b11;
}
.chioce .chioce-gard .swiper-slide-active .item-well .line1 {
	left: 0;
}
.chioce .chioce-gard .swiper-slide-active .item-well .line2 {
	right: 0;
}
.chioce .chioce-gard .swiper-slide-active::before {
	content: '';
	display: block;
	width: 54px;
	height: 4px;
	background: #f89b11;
	position: absolute;
	top: 0;
	left: 0;
}
.chioce .chioce-gard .swiper-slide-active::after {
	content: '';
	display: block;
	width: 54px;
	height: 4px;
	background: #f89b11;
	position: absolute;
	top: 0;
	right: 0;
}
/*案例展示*/
.Cases {
	width: 100%;
	margin: 60px auto;
}
.containerNav {
	text-align: center;
	margin: 40px auto;
}
.containerNav ul {
	display: inline-block;
*display: inline;
	zoom: 1;
}
.containerNav ul li {
	background: #6f6f6f;
	width: 198px;
	height: 70px;
	text-align: center;
	line-height: 70px;
	cursor: pointer;
	float: left;
}
.containerNav ul li a {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
}
.containerNav ul li.active {
	background: #0069b7;
}
.containerNav ul li.cur {
	background: #0069b7;
}
.containerList ul {
	width: 100%;
	display: none;
}
.containerList ul li {
	float: left;
	position: relative;
	overflow: hidden;
	margin: 0 5px;
	margin-bottom: 10px;
}
.containerList ul li span {
	width: 456.666px;
	height: 360px;
	display: block;
	overflow: hidden;
}
.containerList ul li span img {
	width: 100%;
	height: 100%;
	transition: all .8s ease-out;
	object-fit: cover;
}
.containerList ul li:nth-child(1) span {
	width: 690px;
	height: 380px;
}
.containerList ul li:nth-child(2) span {
	width: 690px;
	height: 380px;
}
.CasesText {
	height: 65px;
	padding: 25px 45px 0 50px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url(../images/newstext02.png) no-repeat center;
	background-size: 100% auto;
}
.CasesText h5 {
	float: left;
	font-size: 20px;
	font-weight: normal;
	color: #fff;
}
.CasesText p {
	font-size: 15px;
	color: #ccc;
	margin-top: 2px;
}
.CasesText em {
	float: right;
	width: 42px;
	height: 42px;
	display: none;
}
.containerList ul li:hover span img {
	transform: scale(1.06);
}
.containerList ul li:hover .CasesText h5 {
	color: #4cb3ff;
	font-weight: bold;
}
.containerList ul li:hover .CasesText h5 p {
	color: #4cb3ff;
	font-weight: normal;
}
.containerList ul li:hover .CasesText em {
	display: block;
}
/*隔断2*/
.geduan2 {
	background: url(../images/geduan2.png);
	height: 230px;
}
.geduan2 .page {
	width: 1400px;
	color: #fff;
	margin: 0 auto;
}
.geduan2 .page .fl {
float: left;
    margin-left: 22%;
    margin-top: 70px;
    line-height: 26px;
    font-size: 12px;
    color: #808080;
    width: 565px;
    text-transform: uppercase;
}
.geduan2 .page .fl span {
	font-size: 20px;
	color: #7eb5ff;
}
.geduan2 .page .fl b {
	font-size: 18px;
	display: block;
	color: #fff;
	margin: 10px 0;
}
.geduan2 .page .fr {
	text-align: right;
	margin-top: 55px;
	margin-right: 1%;
	color: #fff;
	font-size: 14px;
}
.geduan2 .page .fr span {
	font-size: 18px;
	display: block;
	margin-top: 4px;
	line-height: 20px;
}
.geduan2 .page .fr a {
	display: block;
	width: 152px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 15px;
	color: #fff;
	margin-top: 15px;
	float: right;
}
/*合作伙伴*/
.cooper {
	width: 100%;
	margin: 60px auto;
}
.cooper .container1 {
	padding: 0 30px;
	box-sizing: border-box;
}
.cooper ul {
	margin: 80px auto;
	position: relative;
	min-height: 620px;
}
.cooper ul li {
	border: 1px solid rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.2);
	border-radius: 15px;
	width: 150px;
	height: 150px;
	transform: rotate(45deg);
	overflow: hidden;
	position: absolute;
}
.cooper ul li img {
	max-width: 100%;
	transform: rotate(-45deg);
	margin-top: 20px;
}
.cooper ul li:nth-child(1) {
	box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.2);
	width: 304px;
	height: 304px;
	left: 30px;
	top: 160px;
}
.cooper ul li:nth-child(2) {
	box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.2);
	width: 304px;
	height: 304px;
	left: calc(50% - 152px);
	top: 160px;
}
.cooper ul li:nth-child(3) {
	box-shadow: 0px 0px 15px 3px rgba(0, 0, 0, 0.2);
	width: 304px;
	height: 304px;
	right: 30px;
	top: 160px;
}
.cooper ul li:nth-child(4) {
	top: 0;
	left: 230px;
}
.cooper ul li:nth-child(5) {
	top: 0;
	left: 470px;
}
.cooper ul li:nth-child(6) {
	top: 120px;
	left: 350px;
}
.cooper ul li:nth-child(7) {
	top: 0;
	right: 470px;
}
.cooper ul li:nth-child(8) {
	top: 0;
	right: 230px;
}
.cooper ul li:nth-child(9) {
	top: 120px;
	right: 350px;
}
.cooper ul li:nth-child(10) {
	top: 480px;
	left: 230px;
}
.cooper ul li:nth-child(11) {
	top: 480px;
	left: 470px;
}
.cooper ul li:nth-child(12) {
	top: 360px;
	left: 350px;
}
.cooper ul li:nth-child(13) {
	top: 480px;
	right: 470px;
}
.cooper ul li:nth-child(14) {
	top: 480px;
	right: 230px;
}
.cooper ul li:nth-child(15) {
	top: 360px;
	right: 350px;
}
.cooper ul li:nth-child(1) img {
	margin-top: 40px;
}
.cooper ul li:nth-child(2) img {
	margin-top: 40px;
}
.cooper ul li:nth-child(3) img {
	margin-top: 40px;
}
/*新闻*/
.News {
	background: url(../images/newsbg.jpg) no-repeat center;
	height: 900px;
	margin: 0 auto;
	padding-top: 60px;
	box-sizing: border-box;
}
.News .title {
	text-align: center;
	color: #fff;
}
.News .title b {
	float: none;
}
.News .title h1 span {
	color: #fff;
}
.NewsNav {
	text-align: center;
	margin-top: 60px;
}
.NewsNav ul {
	display: inline-block;
*display: inline;
	zoom: 1;
}
.NewsNav ul li {
	width: 150px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	float: left;
	background: #6f6f6f;
	margin: 0 6px;
}
.NewsNav ul li a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
}
.NewsNav ul li.cur {
	background: #0069b7;
}
.NewsList {
	margin-top: 40px;
	overflow: hidden;
	position: relative;
	padding: 0 90px;
	box-sizing: border-box;
}
.NewsList ul li a {
	display: block;
	padding-top: 25px;
	text-decoration: none;
}
.NewsList ul li {
	width: 393.33px;
	background: url(../images/newslibg.jpg) no-repeat center;
	height: 508px;
	float: left;
	margin-left: 20px;
	position: relative;
}
.NewsList ul li:first-child {
	margin-left: 0;
}
.NewsList ul li i {
	width: 1px;
	height: 140px;
	background: #0349a8;
	display: block;
	position: absolute;
	top: 205px;
	left: 45px;
	z-index: 99;
}
.NewsList ul li span {
	display: block;
	width: 344px;
	height: 242px;
	margin: 0 auto;
	overflow: hidden;
}
.NewsList ul li span img {
	width: 100%;
	height: 100%;
	transition: all .8s ease-out;
}
.NewsList ul li h3 {
	font-size: 18px;
	color: #000;
	font-weight: normal;
	margin-bottom: 25px;
	margin: 35px 30px 25px 77px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.NewsList ul li p {
	font-size: 14px;
	color: #999;
	margin: 0 30px 0 77px;
	line-height: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	height: 60px;
}
.NewsList ul li:hover span img {
	transform: scale(1.1);
}
.NewsList ul li .calendar {
	border-top: 1px #ddd solid;
	margin-top: 38px;
	height: 60px;
	line-height: 60px;
}
.NewsList ul li .calendar h4 {
	background: url(../images/calendar.png) no-repeat left;
	padding-left: 30px;
	background-size: initial;
	font-style: italic;
	font-weight: bold;
	color: #ccc;
	font-size: 15px;
	float: left;
	margin-left: 44px;
}
.NewsList ul li .calendar em {
	float: right;
	width: 76px;
	height: 60px;
	line-height: 60px;
	border-left: 1px #ddd solid;
}
.NewsList ul li .calendar em img {
	width: 10px;
	height: 19px;
	display: block;
	margin: 20px auto;
}
.NewsList ul li:hover a h3 {
	color: #0069b7;
}
/*服务流程*/
.service {
	width: 100%;
	margin: 60px auto;
}
.service .title .zuo {
	width: 34.5%;
}
.service .title .you {
	width: 34.5%;
}
.service ul {
	background: url(../images/servicebg.png) no-repeat center;
	height: 300px;
	width: 100%;
	margin: 40px 0;
	padding-right: 100px;
	box-sizing: border-box;
}
.service ul li {
	width: 15%;
	padding-left: 5%;
	float: left;
	height: 128px;
	padding-top: 30px;
	text-align: center;
	color: #313131;
}
.service ul li em {
	font-size: 16px;
}
.service ul li i {
	display: block;
	border: 3px #313131 solid;
	width: 12px;
	height: 12px;
	border-radius: 16px;
	margin: 10px auto;
	background: #fff;
}
.service ul li span {
	font-size: 22px;
	font-weight: bold;
}
.service ul li:hover {
	color: #0069b7;
}
.service ul li:hover i {
	border: 3px #0069b7 solid;
}
.service ul li.service_p {
	color: #0349a8;
	font-size: 49px;
	width: 40%;
	padding-left: 0;
	font-weight: bold;
	padding-top: 20px;
}
.service ul li.service_p em {
	color: #313131;
	font-size: 49px;
	font-weight: bold;
}
.service ul li.service_p span {
	color: #313131;
	font-size: 25px;
	display: block;
	opacity: 0.6;
}
/*footer*/
.footer {
	background-color: #252525;
}
.footer-cont {
	padding: 90px 0 90px;
}
.footer-cont .alinks a {
	color: #fff;
	font-size: 16px;
	padding: 0 25px;
	border-right: dashed 1px #999;
}
.footer-cont .alinks a:first-child {
	padding-left: 0;
}
.footer-cont a:hover {
	color: #0069b7;
}
.footer-cont .copy-right {
	margin: 40px 0 50px;
	font-size: 15px;
	line-height: 2;
	color: #fff;
}
.footer-cont .copy-right .copy-pho {
	margin-bottom: 10px;
}
.footer-cont .copy-right .copy-pho span {
	display: block;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}
.footer-cont .zhanzhang {
	color: #fff;
}
.footer-cont .js {
	margin-left: 10px;
}
.footer-cont .js a {
	color: #fff;
}
.footer-cont .ewm-img img {
	width: 120px;
	height: 120px;
}
.footer-cont .work-time {
	color: #fff;
	margin-left: 22px;
	padding-top: 14px;
}
.footer-cont .work-time .p1 {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 8px;
}
.footer-cont .work-time .p3 {
	color: #2167d2;
	font-size: 20px;
	line-height: 1.5;
	font-weight: bold;
}
