@charset "utf-8";
* {
	font-family: "微软雅黑", "宋体", "黑体";
	margin: 0px;
	padding: 0px;
	border: none;
    color: #333;
	font-size: 1em;
	list-style: none;
	list-style-type: none;
	text-decoration: none;
	box-sizing: border-box;
	transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
	body {min-width: 1200px;}
	.owl-dots {display: none;}
	.TitBox {padding: 20px 0 30px;position: relative;}
	.TitBox:before {content: " ";display: block;width: 60px;height: 15px;border: 5px solid #0167ae;border-bottom: none;position: absolute;left: calc(50% - 30px);top: 0px;}
	.TitBox:after {content: " ";display: block;width: 60px;height: 5px;border-bottom: 5px solid #0167ae;position: absolute;left: calc(50% - 30px);bottom: 0px;}
	.TitBox strong {display: block;font-size: 40px;line-height: 60px;text-align: center;color: #333333;font-weight: normal;position: relative;}
	.TitBox small {display: block;font-size: 14px;line-height: 20px;text-align: center;color: #5c5c5c;text-transform: uppercase;}
	.TitBox p {margin: 0;font-size: 14px;text-align: center;line-height: 30px;font-weight: bold;}
	.TitBox p i {font-style: normal;color: #317fff;}


	/* ---- about ---- */
	.about {padding: 90px 0 80px;background: url(../images/bg_about.jpg) center center / cover no-repeat;}
	.about .TitBox {width: 100%;}
	.about-body {}
	.about-body:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.about-body .about-lt {float: left;width:40%;padding: 10px;}
	.about-body .about-lt .img-box {width: 460px;height: 530px;overflow: hidden;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
	.about-body .about-lt .img-box img {display: block;margin: 0 auto;max-width: 100%;max-height: 100%;}

	.about-body .about-rt {float: right;width: 60%;padding: 10px 30px;}
	.about-body .about-rt .TitBox {margin: 60px 0 20px;}
	.about-body .about-rt .about-text {padding-top: 10px;font-size: 16px;line-height: 30px;height: 240px;overflow: hidden;color: #333333;text-indent: 2em;}
	.about-body .about-rt .about-more {margin: 10px 0 30px;}
	.about-body .about-rt .about-more:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.about-body .about-rt .about-more a {display: block;margin: 0 auto;line-height: 40px;width: 140px;text-align: center;background: #0167ae;color: #ffffff;}
	.about-body .about-rt .about-more a:hover {background: #ff5908;color: #fff;}

	@keyframes BEmove{0% {height: 0;}0.5% {height: 100%;width: 0;}2% {width: 100%;}100%{width: 100%;height: 100%;}}
	.about-body .about-rt  li:before {position: absolute;left: 0;bottom: 0;content: " ";display:block;width:0;height:0;}
	.about-body .about-rt  li:hover:before {border-left: 1px solid #ff0f0f;border-top: 1px solid #ff0f0f;animation: BEmove 30s infinite;}
	@keyframes AFmove{2% {height: 0;}2.5% {height: 100%;width: 0;}4% {width: 100%;}100%{width: 100%;height: 100%;}}
	.about-body .about-rt  li:after {position: absolute;right: 0;top: 0;content: " ";display:block;width:0;height:0;}
	.about-body .about-rt  li:hover:after {border-bottom: 1px solid #ff0f0f;border-right: 1px solid #ff0f0f;animation: AFmove 30s infinite;}


	/* ---- video ---- */
	.video {background: url(../images/bg_video.jpg) center center / cover no-repeat;}
	.video-body {padding: 80px 0 70px;}
	.video-body:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.video-body .video-lt {float: left;width: 50%;padding: 10px;}
	.video-body .video-lt .video-box {width: 580px;height: 330px;margin: 0 auto;overflow: hidden;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
	.video-body .video-lt .video-box video {display: block;margin: 0 auto;max-width: 100%;max-height: 100%;}
	.video-body .video-rt {float: right;width: 50%;padding: 10px 20px;}
	.video-body .video-rt .video-tit {padding: 40px 0;}
	.video-body .video-rt .video-tit:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.video-body .video-rt .video-tit strong {display: block;padding: 0 10px;float: left;font-size: 28px;line-height: 30px;color: #333333;font-family: "Impact","Calibri","Gloucester MT";}
	.video-body .video-rt .video-tit span {display: block;padding: 0 5px;float: left;font-size: 16px;line-height: 20px;color: #333333;font-weight: bold;text-transform: uppercase;padding-bottom: 6px;border-bottom: 4px solid #0167ae;}
	.video-body .video-rt .video-tit hr {width: 60px;height: 2px;margin: 18px 0 0;background: #ff5908;border: none;}
	.video-body .video-rt .video-txt {font-size: 16px;line-height: 30px;color: #5a5a5a;text-indent: 2em;}

	.video-body .video-rt .video-more {margin: 30px 0;}
	.video-body .video-rt .video-more:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.video-body .video-rt .video-more a {display: block;margin: 0;line-height: 40px;width: 140px;text-align: center;background: #0167ae;color: #ffffff;}
	.video-body .video-rt .video-more a:hover {background: #ff5908;color: #fff;}


	/* ---- recruit ---- */
	.recruit {padding: 40px 0 0;}
	.recruit .TitBoxA {margin-top: 10px;margin-bottom: 10px;padding-top: 4px;border-bottom: 1px solid #dcddd3;}
	.recruit .TitBoxA strong {display: block;float: left;line-height: 50px;border-bottom: 5px solid #0167ae;font-size: 20px;color: #000;}
	.recruit .enterprise {padding: 20px 0 60px;}
	.recruit .enterprise-body {}
	.recruit .enterprise-body .product-box {width: 190px;border: 1px solid #dcdcdc;margin: 20px auto;position: relative;}
	.recruit .enterprise-body .product-box .img-box {width: 100%;height: 128px;overflow: hidden;}
	.recruit .enterprise-body .product-box .img-box img {display: block;margin: 0 auto;object-fit: cover;width: 100%;height: 100%;}
	.recruit .enterprise-body .product-box .txt-box {}
	.recruit .enterprise-body .product-box .txt-box p {margin: 0;text-align: center;line-height: 30px;}
	.recruit .enterprise-body .product-box .cover-box {width: 100px;height: 40px;background: rgba(255, 255, 255, 0.1);display: flex;flex-wrap: wrap;justify-content: center;align-items: center;position: absolute;left: calc(50% - 50px);top: calc(50% - 20px);opacity: 0;transition: all 0.5s;}
	.recruit .enterprise-body .product-box .cover-box p {width: 100%;margin: 0;line-height: 20px;text-align: center;color: #fff;white-space: nowrap;}
	.recruit .enterprise-body .product-box .cover-box span {width: 100%;display: block;margin: 0 auto;width: 6em;line-height: 24px;text-align: center; border-radius: 12px;background: #0167ae;color: #fff;}
	.recruit .enterprise-body .product-box:hover .cover-box {width: 100%;height: 100%;padding: 50px 0;background: rgba(0, 0, 0, 0.5);left: 0;top: 0;opacity: 1;}
	.recruit .newjob {padding: 20px 0 60px;background: #f7f7f7;}
	.recruit .newjob-body {padding: 20px 0;}
	.recruit .newjob-body .product-box:nth-of-type(1) {margin-bottom: 40px;}
	.recruit .newjob-body .product-box {width: 380px;margin: 10px auto;padding: 9px 20px;background: #fff;border: 1px solid #dcdcdc;}
	.recruit .newjob-body .product-box .tit-box {}
	.recruit .newjob-body .product-box .tit-box:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.recruit .newjob-body .product-box .tit-box strong {float: left;display: block;font-size: 16px;line-height: 30px;color: #000;}
	.recruit .newjob-body .product-box .tit-box small {float: right;display: block;font-size: 14px;line-height: 30px;color: #ff7449;}
	.recruit .newjob-body .product-box .txt-box {}
	.recruit .newjob-body .product-box .txt-box:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.recruit .newjob-body .product-box .txt-box p {margin: 0;font-size: 14px;line-height: 30px;color: #999;}
	.recruit .newjob-body .product-box .txt-box i {float: left;display: block;margin: 5px 0;font-size: 12px;line-height: 20px;color: #999;font-style: normal;}
	.recruit .newjob-body .product-box .txt-box span {float: right;display: block;margin: 3px 0;width: 6em;text-align: center;line-height: 24px; background: #ff6633;color: #fff;border-radius: 12px;}


	/* ---- business ---- */
	.business {padding: 50px 0;background: url(../images/bg_business.jpg) center center / cover no-repeat;}
	.business .TitBox {margin-bottom: 40px;position: relative;}
	.business .TitBox strong {color: #fff;}
	.business .TitBox small {color: #fff;}
	.business .TitBox p {width: 100%;color: #fff;position: absolute;bottom: -40px;}
	.business-body {}
	.business-body:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.business-body .product-box {width: 220px;margin: 50px auto;padding: 9px;border: 1px solid #fff;cursor: pointer;}
	.business-body .product-box .img-box {width: 100px;height: 100px;margin: 10px auto;background: url(../images/icon_business.png);}
	.business-body .owl-item:nth-of-type(1) .col .product-box:nth-of-type(1) .img-box {background-position: 0px 0px;}
	.business-body .owl-item:nth-of-type(2) .col .product-box:nth-of-type(1) .img-box {background-position: -100px 0px;}
	.business-body .owl-item:nth-of-type(3) .col .product-box:nth-of-type(1) .img-box {background-position: -200px 0px;}
	.business-body .owl-item:nth-of-type(4) .col .product-box:nth-of-type(1) .img-box {background-position: -300px 0px;}
	.business-body .owl-item:nth-of-type(1) .col .product-box:nth-of-type(2) .img-box {background-position: 0px -100px;}
	.business-body .owl-item:nth-of-type(2) .col .product-box:nth-of-type(2) .img-box {background-position: -100px -100px;}
	.business-body .owl-item:nth-of-type(3) .col .product-box:nth-of-type(2) .img-box {background-position: -200px -100px;}
	.business-body .owl-item:nth-of-type(4) .col .product-box:nth-of-type(2) .img-box {background-position: -300px -100px;}
	.business-body .product-box .txt-box {text-align: center;}
	.business-body .product-box .txt-box p {margin: 0;font-size: 16px;line-height: 30px;color: #fff;}
	.business-body .product-box .txt-box span {display: block;font-size: 14px;line-height: 20px;color: #fff;text-transform: uppercase;}


	/* ---- project ---- */
	.project {padding: 60px 0;background: url(../images/bg_project.jpg) center center / cover no-repeat;}
	.project-body {padding: 40px 0;}
	.project-body .list-image {padding-bottom: 50px;}
	.project-body .list-image .swiper-slide {width: 400px;}
	.project-body .list-image .product-box {width: 380px;margin: 10px auto;}
	.project-body .list-image .product-box .img-box {margin: 0;width: 100%;height: 220px;position: relative;overflow: hidden;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
	.project-body .list-image .product-box .img-box img {display: block;margin: 0 auto;max-width: 100%;max-height: 100%;transition: all 0.5s;}
	.project-body .list-image .product-box .txt-box {}
	.project-body .list-image .product-box .txt-box p {margin: 0;font-size: 16px;text-align: center;line-height: 40px;transition: all 0.5s;}
	.project-body .list-image .product-box:hover .img-box {box-shadow: 2px 2px 5px 2px #eaeaea;}
	.project-body .list-image .product-box:hover .img-box img {transform: scale(1.1);}
	.project-body .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 20px;}
	.project-body .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {width: 30px;margin: 0 4px;height: 5px;border-radius: 0;}
	

	/* ---- news ---- */
	.news {padding: 100px 0 60px;background: url(../images/bg_news.jpg) center center / cover no-repeat;}
	.news .TitBox strong {color: #fff;}
	.news .TitBox small {color: #fff;}
	.news-body {padding: 30px 0;position: relative;}
	.news-body:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.news-body .swiper-container {position: static;}
	.news-body .swiper-container .swiper-pagination {width: 55%;padding: 10px;left: 45%;top: 30px;bottom: auto;}
	.news-body .swiper-container .swiper-pagination li {float: none;width: 100%;margin: 10px 0;/*padding: 10px 0;*/padding-left: 30px;height: auto;text-align: left;background: none;border-radius: 0;opacity: 0.8;position: relative;}
	.news-body .swiper-container .swiper-pagination li:before {content: " ";display:block;width:8px;height:8px;margin: 11px;clear:both;border-radius: 50%;background: #0167ae;position: absolute;left: 0; top: 0;}
	.news-body .swiper-container .swiper-pagination li:nth-of-type(1) {margin-top: 5px;}
	.news-body .swiper-container .swiper-pagination li:nth-last-child(1) {margin-bottom: 5px;}
	.news-body .swiper-container .swiper-pagination li.swiper-pagination-bullet-active {padding-left: 0;opacity: 1;}
	.news-body .swiper-container .swiper-pagination li.swiper-pagination-bullet-active:before {display: none;}
	.news-body .swiper-container .swiper-pagination li .news-box {}
	.news-body .swiper-container .swiper-pagination li .news-box .tit-box {}
	.news-body .swiper-container .swiper-pagination li .news-box .tit-box:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.news-body .swiper-container .swiper-pagination li .news-box .tit-box strong {display: block;float: left;font-size: 16px;line-height: 30px; color: #fff;}
	.news-body .swiper-container .swiper-pagination li .news-box .tit-box span {display: block;float: right;font-size: 14px;line-height: 30px; color: #fff;}
	.news-body .swiper-container .swiper-pagination li .news-box .txt-box {margin: 0;line-height: 20px;height: 0px;overflow: hidden;text-indent: 2em;}
	.news-body .swiper-container .swiper-pagination li.swiper-pagination-bullet-active .news-box .txt-box {height: 60px;margin: 5px 0;}
	.news-body .swiper-container .swiper-pagination li .news-box .txt-box p {margin: 0;color: #fff;}


	.news-body .news-lt {float: left;width: 45%;padding: 10px;}
	.news-body .news-lt .img-box {width: 510px;height: 310px;margin: 0 auto;}
	.news-body .news-rt {float: left;width: 55%;}
	.news-body .news-rt li {display: none;}
	.news-body .news-rt li .news-box {}
	.news-body .news-rt li .news-box .tit-box {}
	.news-body .news-rt li .news-box .tit-box:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.news-body .news-rt li .news-box .tit-box strong {display: block;float: left;font-size: 16px;line-height: 30px; color: #fff;}
	.news-body .news-rt li .news-box .tit-box span {display: block;float: right;font-size: 14px;line-height: 30px; color: #fff;}
	.news-body .news-rt li .news-box .txt-box {margin: 0;line-height: 20px;height: 0px;overflow: hidden;text-indent: 2em;}
	.news-body .news-rt li .news-box .txt-box p {margin: 0;color: #fff;}

	/* ---- links ----  */
	.links {padding: 100px 0 30px;background: url(../images/bg_links.jpg) center center / cover no-repeat;}
	.links-body {padding: 20px 0;}
	.links-body .links-box {height: 100px;padding: 15px 0;border-bottom: 1px solid #e0e3f5;}
	.links-body .links-box strong {display: block;font-size: 20px;line-height: 40px;font-weight: normal;}
	.links-body .links-box .txt-box {line-height: 30px;height: 30px;}
	.links-body .links-box .txt-box:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.links-body .links-box a {margin-right: 40px;font-size: 16px;color: #0167ae;}
	.links-body .links-box a:hover {color: #ff5908;}

}
@media screen and (max-width: 1200px) {
	body {min-width: 1200px;}
	.owl-dots {display: none;}
	.TitBox {padding: 20px 0 30px;position: relative;}
	.TitBox:before {content: " ";display: block;width: 60px;height: 15px;border: 5px solid #0167ae;border-bottom: none;position: absolute;left: calc(50% - 30px);top: 0px;}
	.TitBox:after {content: " ";display: block;width: 60px;height: 5px;border-bottom: 5px solid #0167ae;position: absolute;left: calc(50% - 30px);bottom: 0px;}
	.TitBox strong {display: block;font-size: 40px;line-height: 60px;text-align: center;color: #333333;font-weight: normal;position: relative;}
	.TitBox small {display: block;font-size: 14px;line-height: 20px;text-align: center;color: #5c5c5c;text-transform: uppercase;}
	.TitBox p {margin: 0;font-size: 14px;text-align: center;line-height: 30px;font-weight: bold;}
	.TitBox p i {font-style: normal;color: #317fff;}


	/* ---- about ---- */
	.about {padding: 90px 0 80px;background: url(../images/bg_about.jpg) center center / cover no-repeat;}
	.about .TitBox {width: 100%;}
	.about-body {}
	.about-body:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.about-body .about-lt {float: left;width:40%;padding: 10px;}
	.about-body .about-lt .img-box {width: 460px;height: 530px;overflow: hidden;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
	.about-body .about-lt .img-box img {display: block;margin: 0 auto;max-width: 100%;max-height: 100%;}

	.about-body .about-rt {float: right;width: 60%;padding: 10px 30px;}
	.about-body .about-rt .TitBox {margin: 60px 0 20px;}
	.about-body .about-rt .about-text {padding-top: 10px;font-size: 16px;line-height: 30px;height: 210px;overflow: hidden;color: #333333;text-indent: 2em;}
	.about-body .about-rt .about-more {margin: 30px 0 40px;}
	.about-body .about-rt .about-more:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.about-body .about-rt .about-more a {display: block;margin: 0 auto;line-height: 40px;width: 140px;text-align: center;background: #0167ae;color: #ffffff;}
	.about-body .about-rt .about-more a:hover {background: #ff5908;color: #fff;}

	@keyframes BEmove{0% {height: 0;}0.5% {height: 100%;width: 0;}2% {width: 100%;}100%{width: 100%;height: 100%;}}
	.about-body .about-rt  li:before {position: absolute;left: 0;bottom: 0;content: " ";display:block;width:0;height:0;}
	.about-body .about-rt  li:hover:before {border-left: 1px solid #ff0f0f;border-top: 1px solid #ff0f0f;animation: BEmove 30s infinite;}
	@keyframes AFmove{2% {height: 0;}2.5% {height: 100%;width: 0;}4% {width: 100%;}100%{width: 100%;height: 100%;}}
	.about-body .about-rt  li:after {position: absolute;right: 0;top: 0;content: " ";display:block;width:0;height:0;}
	.about-body .about-rt  li:hover:after {border-bottom: 1px solid #ff0f0f;border-right: 1px solid #ff0f0f;animation: AFmove 30s infinite;}


	/* ---- video ---- */
	.video {background: url(../images/bg_video.jpg) center center / cover no-repeat;}
	.video-body {padding: 80px 0 70px;}
	.video-body:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.video-body .video-lt {float: left;width: 50%;padding: 10px;}
	.video-body .video-lt .video-box {width: 580px;height: 330px;margin: 0 auto;overflow: hidden;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
	.video-body .video-lt .video-box video {display: block;margin: 0 auto;max-width: 100%;max-height: 100%;}
	.video-body .video-rt {float: right;width: 50%;padding: 10px 20px;}
	.video-body .video-rt .video-tit {padding: 40px 0;}
	.video-body .video-rt .video-tit:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.video-body .video-rt .video-tit strong {display: block;padding: 0 10px;float: left;font-size: 28px;line-height: 30px;color: #333333;font-family: "Impact","Calibri","Gloucester MT";}
	.video-body .video-rt .video-tit span {display: block;padding: 0 5px;float: left;font-size: 16px;line-height: 20px;color: #333333;font-weight: bold;text-transform: uppercase;padding-bottom: 6px;border-bottom: 4px solid #0167ae;}
	.video-body .video-rt .video-tit hr {width: 60px;height: 2px;margin: 18px 0 0;background: #ff5908;border: none;}
	.video-body .video-rt .video-txt {font-size: 16px;line-height: 30px;color: #5a5a5a;text-indent: 2em;}

	.video-body .video-rt .video-more {margin: 30px 0;}
	.video-body .video-rt .video-more:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.video-body .video-rt .video-more a {display: block;margin: 0;line-height: 40px;width: 140px;text-align: center;background: #0167ae;color: #ffffff;}
	.video-body .video-rt .video-more a:hover {background: #ff5908;color: #fff;}


	/* ---- recruit ---- */
	.recruit {padding: 40px 0 0;}
	.recruit .TitBoxA {margin-top: 10px;margin-bottom: 10px;padding-top: 4px;border-bottom: 1px solid #dcddd3;}
	.recruit .TitBoxA strong {display: block;float: left;line-height: 50px;border-bottom: 5px solid #0167ae;font-size: 20px;color: #000;}
	.recruit .enterprise {padding: 20px 0 60px;}
	.recruit .enterprise-body {}
	.recruit .enterprise-body .product-box {width: 190px;border: 1px solid #dcdcdc;margin: 20px auto;position: relative;}
	.recruit .enterprise-body .product-box .img-box {width: 100%;height: 128px;overflow: hidden;}
	.recruit .enterprise-body .product-box .img-box img {display: block;margin: 0 auto;object-fit: cover;width: 100%;height: 100%;}
	.recruit .enterprise-body .product-box .txt-box {}
	.recruit .enterprise-body .product-box .txt-box p {margin: 0;text-align: center;line-height: 30px;}
	.recruit .enterprise-body .product-box .cover-box {width: 100px;height: 40px;background: rgba(255, 255, 255, 0.1);display: flex;flex-wrap: wrap;justify-content: center;align-items: center;position: absolute;left: calc(50% - 50px);top: calc(50% - 20px);opacity: 0;transition: all 0.5s;}
	.recruit .enterprise-body .product-box .cover-box p {width: 100%;margin: 0;line-height: 20px;text-align: center;color: #fff;white-space: nowrap;}
	.recruit .enterprise-body .product-box .cover-box span {width: 100%;display: block;margin: 0 auto;width: 6em;line-height: 24px;text-align: center; border-radius: 12px;background: #0167ae;color: #fff;}
	.recruit .enterprise-body .product-box:hover .cover-box {width: 100%;height: 100%;padding: 50px 0;background: rgba(0, 0, 0, 0.5);left: 0;top: 0;opacity: 1;}
	.recruit .newjob {padding: 20px 0 60px;background: #f7f7f7;}
	.recruit .newjob-body {padding: 20px 0;}
	.recruit .newjob-body .product-box:nth-of-type(1) {margin-bottom: 40px;}
	.recruit .newjob-body .product-box {width: 380px;margin: 10px auto;padding: 9px 20px;background: #fff;border: 1px solid #dcdcdc;}
	.recruit .newjob-body .product-box .tit-box {}
	.recruit .newjob-body .product-box .tit-box:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.recruit .newjob-body .product-box .tit-box strong {float: left;display: block;font-size: 16px;line-height: 30px;color: #000;}
	.recruit .newjob-body .product-box .tit-box small {float: right;display: block;font-size: 14px;line-height: 30px;color: #ff7449;}
	.recruit .newjob-body .product-box .txt-box {}
	.recruit .newjob-body .product-box .txt-box:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.recruit .newjob-body .product-box .txt-box p {margin: 0;font-size: 14px;line-height: 30px;color: #999;}
	.recruit .newjob-body .product-box .txt-box i {float: left;display: block;margin: 5px 0;font-size: 12px;line-height: 20px;color: #999;font-style: normal;}
	.recruit .newjob-body .product-box .txt-box span {float: right;display: block;margin: 3px 0;width: 6em;text-align: center;line-height: 24px; background: #ff6633;color: #fff;border-radius: 12px;}


	/* ---- business ---- */
	.business {padding: 50px 0;background: url(../images/bg_business.jpg) center center / cover no-repeat;}
	.business .TitBox {margin-bottom: 40px;position: relative;}
	.business .TitBox strong {color: #fff;}
	.business .TitBox small {color: #fff;}
	.business .TitBox p {width: 100%;color: #fff;position: absolute;bottom: -40px;}
	.business-body {}
	.business-body:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.business-body .product-box {width: 220px;margin: 50px auto;padding: 9px;border: 1px solid #fff;cursor: pointer;}
	.business-body .product-box .img-box {width: 100px;height: 100px;margin: 10px auto;background: url(../images/icon_business.png);}
	.business-body .owl-item:nth-of-type(1) .col .product-box:nth-of-type(1) .img-box {background-position: 0px 0px;}
	.business-body .owl-item:nth-of-type(2) .col .product-box:nth-of-type(1) .img-box {background-position: -100px 0px;}
	.business-body .owl-item:nth-of-type(3) .col .product-box:nth-of-type(1) .img-box {background-position: -200px 0px;}
	.business-body .owl-item:nth-of-type(4) .col .product-box:nth-of-type(1) .img-box {background-position: -300px 0px;}
	.business-body .owl-item:nth-of-type(1) .col .product-box:nth-of-type(2) .img-box {background-position: 0px -100px;}
	.business-body .owl-item:nth-of-type(2) .col .product-box:nth-of-type(2) .img-box {background-position: -100px -100px;}
	.business-body .owl-item:nth-of-type(3) .col .product-box:nth-of-type(2) .img-box {background-position: -200px -100px;}
	.business-body .owl-item:nth-of-type(4) .col .product-box:nth-of-type(2) .img-box {background-position: -300px -100px;}
	.business-body .product-box .txt-box {text-align: center;}
	.business-body .product-box .txt-box p {margin: 0;font-size: 14px;line-height: 30px;color: #fff;}
	.business-body .product-box .txt-box span {display: block;font-size: 14px;line-height: 20px;color: #fff;text-transform: uppercase;}


	/* ---- project ---- */
	.project {padding: 60px 0;background: url(../images/bg_project.jpg) center center / cover no-repeat;}
	.project-body {padding: 40px 0;}
	.project-body .list-image {padding-bottom: 50px;}
	.project-body .list-image .swiper-slide {width: 400px;}
	.project-body .list-image .product-box {width: 380px;margin: 10px auto;}
	.project-body .list-image .product-box .img-box {margin: 0;width: 100%;height: 220px;position: relative;overflow: hidden;display: flex;flex-wrap: wrap;justify-content: center;align-items: center;}
	.project-body .list-image .product-box .img-box img {display: block;margin: 0 auto;max-width: 100%;max-height: 100%;transition: all 0.5s;}
	.project-body .list-image .product-box .txt-box {}
	.project-body .list-image .product-box .txt-box p {margin: 0;font-size: 16px;text-align: center;line-height: 40px;transition: all 0.5s;}
	.project-body .list-image .product-box:hover .img-box {box-shadow: 2px 2px 5px 2px #eaeaea;}
	.project-body .list-image .product-box:hover .img-box img {transform: scale(1.1);}
	.project-body .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 20px;}
	.project-body .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {width: 30px;margin: 0 4px;height: 5px;border-radius: 0;}
	

	/* ---- news ---- */
	.news {padding: 100px 0 60px;background: url(../images/bg_news.jpg) center center / cover no-repeat;}
	.news .TitBox strong {color: #fff;}
	.news .TitBox small {color: #fff;}
	.news-body {padding: 30px 0;position: relative;}
	.news-body:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.news-body .swiper-container {position: static;}
	.news-body .swiper-container .swiper-pagination {width: 55%;padding: 10px;left: 45%;top: 30px;bottom: auto;}
	.news-body .swiper-container .swiper-pagination li {float: none;width: 100%;margin: 10px 0;/*padding: 10px 0;*/padding-left: 30px;height: auto;text-align: left;background: none;border-radius: 0;opacity: 0.8;position: relative;}
	.news-body .swiper-container .swiper-pagination li:before {content: " ";display:block;width:8px;height:8px;margin: 11px;clear:both;border-radius: 50%;background: #0167ae;position: absolute;left: 0; top: 0;}
	.news-body .swiper-container .swiper-pagination li:nth-of-type(1) {margin-top: 5px;}
	.news-body .swiper-container .swiper-pagination li:nth-last-child(1) {margin-bottom: 5px;}
	.news-body .swiper-container .swiper-pagination li.swiper-pagination-bullet-active {padding-left: 0;opacity: 1;}
	.news-body .swiper-container .swiper-pagination li.swiper-pagination-bullet-active:before {display: none;}
	.news-body .swiper-container .swiper-pagination li .news-box {}
	.news-body .swiper-container .swiper-pagination li .news-box .tit-box {}
	.news-body .swiper-container .swiper-pagination li .news-box .tit-box:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.news-body .swiper-container .swiper-pagination li .news-box .tit-box strong {display: block;float: left;font-size: 16px;line-height: 30px; color: #fff;}
	.news-body .swiper-container .swiper-pagination li .news-box .tit-box span {display: block;float: right;font-size: 14px;line-height: 30px; color: #fff;}
	.news-body .swiper-container .swiper-pagination li .news-box .txt-box {margin: 0;line-height: 20px;height: 0px;overflow: hidden;text-indent: 2em;}
	.news-body .swiper-container .swiper-pagination li.swiper-pagination-bullet-active .news-box .txt-box {height: 60px;margin: 5px 0;}
	.news-body .swiper-container .swiper-pagination li .news-box .txt-box p {margin: 0;color: #fff;}


	.news-body .news-lt {float: left;width: 45%;padding: 10px;}
	.news-body .news-lt .img-box {width: 510px;height: 310px;margin: 0 auto;}
	.news-body .news-rt {float: left;width: 55%;}
	.news-body .news-rt li {display: none;}
	.news-body .news-rt li .news-box {}
	.news-body .news-rt li .news-box .tit-box {}
	.news-body .news-rt li .news-box .tit-box:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.news-body .news-rt li .news-box .tit-box strong {display: block;float: left;font-size: 16px;line-height: 30px; color: #fff;}
	.news-body .news-rt li .news-box .tit-box span {display: block;float: right;font-size: 14px;line-height: 30px; color: #fff;}
	.news-body .news-rt li .news-box .txt-box {margin: 0;line-height: 20px;height: 0px;overflow: hidden;text-indent: 2em;}
	.news-body .news-rt li .news-box .txt-box p {margin: 0;color: #fff;}

	/* ---- links ----  */
	.links {padding: 100px 0 30px;background: url(../images/bg_links.jpg) center center / cover no-repeat;}
	.links-body {padding: 20px 0;}
	.links-body .links-box {height: 100px;padding: 15px 0;border-bottom: 1px solid #e0e3f5;}
	.links-body .links-box strong {display: block;font-size: 20px;line-height: 40px;font-weight: normal;}
	.links-body .links-box .txt-box {line-height: 30px;height: 30px;}
	.links-body .links-box .txt-box:after {content: " ";display:block;width:0;height:0;visibility:hidden;clear:both;}
	.links-body .links-box a {margin-right: 40px;font-size: 16px;color: #0167ae;}
	.links-body .links-box a:hover {color: #ff5908;}
}
@media (max-width: 1024px){
}
@media (max-width: 992px){
}
@media (max-width: 768px){
}
@media (max-width: 640px) {
	body {width: auto;min-width: auto;}
	.container {width: 100%;}
	.TitBox {padding: 10px 0;}
	.TitBox:before {width: 40px;height: 10px;border: 3px solid #0167ae;border-bottom: none;left: calc(50% - 20px);}
	.TitBox:after {width: 40px;border-bottom: 3px solid #0167ae;left: calc(50% - 20px);}
	.TitBox strong {font-size: 24px;line-height: 40px;}
	.TitBox small {}

	/* ---- about ----  */
	.about {padding: 20px 10px;}
	.about-body {padding: 0;}
	.about-body .about-lt {float: none;width: 100%;margin: 0;display: none;}
	.about-body .about-lt .img-box {width: 100%;margin: 0;height: auto;}
	.about-body .about-rt .TitBox {margin: 10px 0;}
	.about-body .about-rt {float: none;width: 100%;padding: 0;}
	.about-body .about-rt .about-text {height: auto;}
	.about-body .about-rt .about-more {margin: 10px 0;}
	.about-body .about-rt .about-more a {width: 100px;height: 30px;line-height: 30px;}


	/* ---- video ---- */
	.video-body {padding: 10px 0;}
	.video-body .video-lt {float: none;width: 100%;}
	.video-body .video-rt {float: none;width: 600px;margin: 0 auto;padding: 10px;}
	.video-body .video-rt .video-tit {margin: 0 auto;padding: 10px 0;}
	.video-body .video-rt .video-tit strong {font-size: 24px;}
	.video-body .video-rt .video-txt {margin: 0 auto;}
	.video-body .video-rt .video-more {margin: 0 auto;}
	.video-body .video-rt .video-more a {width: 100px;height: 30px;line-height: 30px;}

	.recruit {padding: 20px 0 0;}
	.recruit .enterprise {padding: 10px 0 20px;}
	.recruit .newjob {padding: 10px 0 20px;}
	.recruit .newjob-body {padding: 10px 0;}
	.recruit .newjob-body .product-box {width: 300px;padding: 9px 10px;}
	.recruit .newjob-body .product-box:nth-of-type(1) {margin-bottom: 20px;}

	/* ---- business ---- */
	.business {padding: 20px 0;}
	.business .TitBox {margin-bottom: 30px;}
	.business .TitBox p {left: 0;bottom: -30px;}
	.business-body .product-box {margin: 20px auto;}

	/* ---- project ---- */
	.project {padding: 20px 0;}
	.project-body {padding: 10px 0;}
	.project-body .list-image {padding-bottom: 30px;}
	.project-body .list-image .swiper-slide {width: 320px;}
	.project-body .list-image .product-box {width: 300px;}
	.project-body .list-image .product-box .img-box {height: 175px;}
	.project-body .list-image .product-box .txt-box p {height: 30px;line-height: 30px;}
	.project-body .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {bottom: 10px;}
	.project-body .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {width: 25px;height: 4px;}


	/* ---- news ---- */
	.news {padding: 10px 0;}
	.news-body {padding: 10px 0;}
	.news-body .news-lt {float: none;width: 100%;}
	.news-body .news-rt {float: none;width: 100%;}

	.news-body .swiper-container {padding: 0;}
	.news-body .swiper-container .swiper-pagination {width: 100%;position: static;left: auto;top: auto;}
	.news-body .swiper-container .swiper-pagination li {width: 510px;margin: 0 auto;}

	.links {padding: 20px 0;}
	.links-body {padding: 10px;}
	.links-body .links-box {padding: 10px 0;height: auto;}
	.links-body .links-box .txt-box {height: auto;}
	.links-body .links-box .txt-box a {display: block;float: left;margin-right: 20px;}
}
@media (max-width: 414px) {
	.video-body .video-lt {padding: 10px 7px;}
	.video-body .video-lt .video-box {width: 100%;height: 270px;}
	.video-body .video-rt {width: 100%;}
	.video-body .video-rt .video-tit {width: 100%;}
	.video-body .video-rt .video-txt {width: 100%;}
	.video-body .video-rt .video-more {width: 100%;}

	.recruit .TitBoxA {margin: 0;}
	.recruit .TitBoxA strong {font-size: 18px;line-height: 30px;}
	.recruit .newjob-body .product-box {width: calc(100% - 20px);}

	.business-body .product-box {width: 180px;}
	.business-body .product-box .img-box {margin: 0 auto;}



	.project-body .list-image .swiper-slide {width: 400px;}
	.project-body .list-image .product-box {width: 360px;}
	.project-body .list-image .product-box .img-box {height: 210px;}
	.project-body .list-image .product-box .txt-box p {font-size: 14px;}

	.news-body .news-lt {padding: 10px 7px;}
	.news-body .news-lt .img-box {width: 100%;height: 245px;}
	.news-body .swiper-container .swiper-pagination {padding: 10px 0;}
	.news-body .swiper-container .swiper-pagination li {width: 100%;padding-left: 16px;}
	.news-body .swiper-container .swiper-pagination li .news-box .tit-box strong {font-weight: normal;}
	.news-body .swiper-container .swiper-pagination li:before {margin: 11px 4px;}
}
@media (max-width: 375px) {
	.TitBox strong {font-size: 20px;line-height: 30px;}

	.about {padding: 10px 7.5px;}
	.about-body .about-rt .about-text {padding: 0;font-size: 14px;line-height: 25px;}
	.about-body .about-rt .about-more {margin: 5px 0;}

	.video-body .video-lt {padding: 5px 7.5px;}
	.video-body .video-lt .video-box {width: 100%;height: 240px;}
	.video-body .video-rt {padding: 5px 7.5px;}
	.video-body .video-rt .video-txt {font-size: 14px;line-height: 25px;}

	.recruit .enterprise-body .product-box {width: 170px;}
	.recruit .enterprise-body .product-box .img-box {height: 118px;}

	.business {padding: 10px 7.5px;}
	.business-body .product-box {width: 160px;padding: 4px;}
	.business-body .product-box .txt-box span {font-size: 12px;}

	.project-body .list-image {padding: 5px 7.5px;}
	.project-body .list-image .swiper-slide {width: 360px;}
	.project-body .list-image .product-box {width: 320px;}
	.project-body .list-image .product-box .img-box {height: 185px;}

	.news-body .news-lt {padding: 5px 7.5px;}
	.news-body .swiper-container .swiper-pagination li .news-box .tit-box strong {font-size: 14px;}

	.links-body .links-box strong {font-size: 18px;}
	.links-body .links-box a {font-size: 14px;}
}
@media (max-width: 360px) {
	.about {padding: 5px;}

	.video-body .video-lt {padding: 5px;}
	.video-body .video-lt .video-box {height: 230px;}
	.video-body .video-rt {padding: 5px;}

	.business {padding: 5px;}

	.project-body .list-image .swiper-slide {width: 100%;}
	.project-body .list-image .product-box {width: 300px;}
	.project-body .list-image .product-box .img-box {height: 185px;}

	.news-body .news-lt {padding: 5px;}
	.news-body .news-lt .img-box {height: 210px;}


}
@media (max-width: 320px) {
	.about-body .about-rt {padding: 0;}

	.video-body .video-lt .video-box {height: 205px;}

	.recruit .enterprise-body .product-box {width: 150px;}
	.recruit .enterprise-body .product-box .img-box {height: 112px;}
	.recruit .enterprise-body .product-box .txt-box p {font-size: 12px;}
	
	.business-body .product-box {width: 150px;}

	.project-body .list-image .product-box {width: 280px;}
	.project-body .list-image .product-box .img-box {height: 160px;}

	.news-body .news-lt .img-box {height: 190px;}
}