@charset "UTF-8";

@media screen and (max-width: 1919px) {

	/*============================= index*/
	.index-news-a1 .span-cont {
		padding: 35px 25px;
	}

	.index-news-a1 .span-cont .bdo-title {
		font-size: 16px;
		line-height: 26px;
		height: 52px;
		margin-top: 15px;
	}

	.index-news-a1 .span-cont .bdo-des {
		margin-top: 20px;
	}

	.index-about-num .span-line {
		margin: 0 80px;
	}
}

@media screen and (max-width: 1659px) {

	/*============================= index*/
	.about-intro-word {
		padding-left: 12%;
		padding-right: 10%;
	}

	/*============================= 06_卫龙文化*/
	.culture-01 .div-01 .span-title {
		font-size: 20px;
		line-height: 36px;
	}

	/*============================= 15_招聘信息_校招指南*/
	.guide-01 .div-cont {
		padding: 0 25px;
		color: #fff;
	}

	.guide-01 .div-title {
		font-size: 20px;
		line-height: 30px;
	}
}

@media screen and (max-width: 1439px) {

	/*============================= public*/
	.nav-list li {
		padding: 0 25px;
	}

	/*============================= index*/
	.footer-list ul {
		margin-left: 50px;
	}

	.footer-share-01 {
		margin-left: 50px;
	}

	/*============================= 13_晋升空间*/
	.promotion-01 .div-title {
		font-size: 22px;
		line-height: 60px;
	}

	.promotion-01 .div-des {
		font-size: 14px;
		line-height: 26px;
	}

	/*============================= 06_卫龙文化*/
	.mission-cont .div-cont .div-des {
		font-size: 26px;
	}

	/*============================= 06_卫龙文化*/
	.culture-01 .div-01 .span-title {
		font-size: 18px;
		line-height: 26px;
	}

	.culture-01 .div-02 .div-title {
		font-size: 22px;
		line-height: 40px;
	}

	.notice-cont {
		margin-left: 340px;
	}
}

@media screen and (min-width: 1366px) {
	.news-list .row {
		margin-left: -20px;
		margin-right: -20px;
		padding-top: 10px;
	}

	.news-list .row>div {
		padding-left: 20px;
		padding-right: 20px;
		margin-top: 44px;
	}

	.news-tuijian .news-list {
		padding-top: 32px;
	}

	.news-tuijian .news-list .row {
		padding-top: 0;
	}

	.news-tuijian .news-list .row>div {
		margin-top: 20px;
	}
}

@media screen and (max-width: 1365px) {

	/*============================= public */
	.header-search .span-close {
		right: 15px;
	}

	/*============================= 15_招聘信息_校招指南*/
	.guide-01 .div-cont {
		padding: 0 20px;
	}

	.guide-01 .div-title {
		font-size: 18px;
		line-height: 28px;
	}

	.job-list li .div-top span {
		padding-left: 35px;
	}
}

@media screen and (min-width: 1200px) {

	/*============================= public*/
	.nav-toggle {
		display: block !important;
	}

	.nav-list li .span-a1 a .bdo-icon {
		display: none;
	}

	.nav-list li .span-a1 .bdo-mc {
		display: none;
	}

	.nav-list {
		display: flex;
	}

	.nav-list li:hover {
		background: #e22702;
	}

	.nav-list li:hover .span-a1 a {
		color: #fff
	}

	.nav-down {
		visibility: hidden;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
		-webkit-transition: all 0.3s ease 0s;
		-moz-transition: all 0.3s ease 0s;
		-o-transition: all 0.3s ease 0s;
		transition: all 0.3s ease 0s;
	}

	.nav-down.on {
		visibility: visible;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	.nav-down.on::before {
		left: 0;
		right: 0;
		width: 100%;
	}

	.nav-down .div-down {
		transform: translateX(100%);
		background: #fff;
		visibility: hidden;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
	}

	.nav-down .div-down.on {
		visibility: visible;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	.nav-down .div-01:hover .span-a2 a,
	.nav-down .div-down a:hover {
		background: #e22702;
		color: #fff;
	}

	.pages a:hover,
	.pages strong:hover {
		background: #e6000f;
		color: #fff;
	}

	.index-news-a1:hover {
		-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
		-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
		box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
	}

	.index-news-a1:hover .span-cont .bdo-img .i-img {
		transform: scale(1.1);
	}

	.index-news-a1:hover .span-cont .bdo-date .b-year,
	.index-news-a1:hover .span-cont .bdo-date .b-date {
		color: #e22702;
	}

	.index-news-a1:hover .span-cont .bdo-title {
		color: #e22702;
	}

	.index-culture-a1:hover .span-img {
		background: #e22702;
	}

	.index-culture-a1:hover .span-img img {
		transform: rotateY(360deg);
	}

	.index-culture-a1:hover .span-img .mgh {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	.index-culture-a1:hover .span-cont .b-title {
		color: #e22702;
	}

	.index-make-a1:hover {
		background: #e22702;
	}

	.index-make-a1:hover .span-img img {
		transform: rotateY(360deg);
	}

	.index-make-a1:hover .span-img .mgh {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	.index-make-a1:hover .span-cont {
		padding-top: 30px;
	}

	.index-make-a1:hover .span-cont .b-title {
		color: #fff;
		background-image: url("../images/line-04.jpg");
	}

	.index-make-a1:hover .span-cont .bdo-des {
		color: #fff;
		margin-top: 13px;
	}

	.index-make-a1:hover .span-cont .bdo-more {
		color: #fff;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	.footer-list ul li a:hover {
		color: #e22702;
	}

	/*============================= 03_走进卫龙*/
	.about-history-list li .about-history-cont:hover::after {
		background-image: url("../images/icon-33h.png");
	}

	.about-history-list li .about-history-cont:hover .about-history-01 .div-year {
		color: #e22702;
	}

	/*============================= 11_现场管理*/
	.management-cont:hover .div-img .span-img {
		transform: scale(1.1);
	}

	/*============================= 12_卫龙人才*/
	.concept-01:hover::before {
		left: 0;
		right: 0;
	}

	.concept-01:hover .div-cont .div-title {
		color: #e22702;
	}

	/*============================= 18_联系我们*/
	.contact-form {
		padding-top: 36px;
	}

	.contact-form .row {
		margin-left: -20px;
		margin-right: -20px;
	}

	.contact-form .row>div {
		padding-left: 20px;
		padding-right: 20px;
	}

	.contact-form .div-01 {
		margin-top: 40px;
	}

	/*============================= 08_卫龙智造_产品详情*/
	.product-hot-a1:hover .span-img {
		-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
		-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
	}

	.product-hot-a1:hover .span-title {
		color: #e22702;
	}

	.product-owl .owl-nav button:hover.owl-prev {
		background-image: url("../images/icon-31h.png");
	}

	.product-owl .owl-nav button:hover.owl-next {
		background-image: url("../images/icon-32h.png");
	}

	.public-close:hover {
		transform: rotate(90deg);
	}

	/*============================= 06_卫龙文化*/
	.culture-01 .div-02 .div-des {
		max-height: 410px;
	}

	.culture-01:hover .div-01 .span-img img {
		transform: rotateY(360deg);
	}

	.mission-flex:hover .mission-img .span-img,
	.product-yf-01:hover .div-img img,
	.control-img:hover img {
		transform: scale(1.1);
	}

	/*============================= 07_卫龙智造_产品*/
	.product-01:hover .product-img .span-img img,
	.training-01 .div-img:hover img {
		transform: scale(1.1);
	}

	.product-01:hover .product-word .div-cont .div-title a {
		color: #e22702;
	}

	.product-01:hover .div-img .mg1,
	.product-hot-a1:hover .span-img .mg {
		transform: translate(-50%, -50%) scale(1.1);
	}

	/*============================= 13_晋升空间*/
	.public-address a:hover {
		color: #e22702;
	}

	.promotion-01:hover,
	.guide-01:hover {
		transform: translateY(-10px);
	}

	.notice-menu .div-list {
		display: block !important;
	}

	.notice-menu .div-list .div-01 a:hover {
		color: #fff;
		background-image: url("../images/line-10h.png");
		background-color: #e22702;
	}
}

@media screen and (max-width: 1199px) {

	/*============================= public*/
	.header {
		height: 80px;
	}

	.header .a-logo img {
		height: 60px;
	}

	body.body-inside {
		padding-top: 80px;
	}

	.nav-toggle {
		display: none;
		position: fixed;
		left: 0;
		right: 0;
		top: 80px;
		bottom: 0;
		background: #fff;
		padding: 0;
		overflow: auto;
		border-top: 1px solid #e5e5e5;
	}

	.nav-list {
		display: block;
	}

	.nav-list li {
		padding: 0;
		border-bottom: 1px solid #e6e6e6;
	}

	.nav-list li .span-a1 {
		position: relative;
	}

	.nav-list li .span-a1 a {
		padding-right: 30px;
		line-height: 50px;
		background-size: 15px;
		background-repeat: no-repeat;
		background-position: right 30px center;
	}

	.nav-list li .span-a1 a .bdo-icon {
		display: inline-block;
		margin-right: 10px;
		width: 25px;
	}

	.nav-list li .span-a1 a .bdo-icon .mgh {
		display: none;
	}

	.nav-list li .span-a1 .bdo-mc {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
		cursor: pointer;
		display: none;
	}

	.nav-list li .span-a1.on a {
		background-image: url("../images/n-toggle.png");
	}

	.nav-list li .span-a1.on a .bdo-icon {
		position: relative;
		top: -2px;
	}

	.nav-list li .span-a1.on2 a {
		background-image: url("../images/n-toggleh2.png");
	}

	.nav-list li.on .span-a1 a {
		color: #fff;
		background-color: #e22702;
	}

	.nav-list li.on .span-a1 a .bdo-icon {
		display: inline-block;
		margin-right: 10px;
		width: 25px;
	}

	.nav-list li.on .span-a1 a .bdo-icon .mg {
		display: none;
	}

	.nav-list li.on .span-a1 a .bdo-icon .mgh {
		display: inline-block;
	}

	.nav-list li.on .span-a1 a::after {
		height: 1px;
		bottom: -1px;
	}

	.nav-list li.on .span-a1.on a {
		background-image: url("../images/n-toggle2.png");
	}

	.nav-list li.on .span-a1.on2 a {
		background-image: url("../images/n-toggleh.png");
	}

	.nav-down {
		position: static;
		padding: 0 70px;
		background: #f7f7f7;
		display: none;
	}

	.nav-down .div-01 {
		padding-top: 0;
		border-top: 1px dashed #dbdbdb;
	}

	.nav-down .div-01:first-child {
		padding-top: 0;
	}

	.nav-down .div-01:first-child {
		border-top: none;
	}

	.nav-down .div-01 a {
		line-height: 50px;
		color: #555;
		text-align: left;
		padding-left: 20px;
		background-image: url("../images/n-bg1.png");
		background-position: left center;
		background-repeat: no-repeat;
	}

	.nav-down .div-01 a.on {
		background-image: url("../images/n-bg12.png");
	}

	.nav-down .div-down {
		position: static;
		padding: 0 70px;
		background: #f7f7f7;
		border-top: 1px dashed #dbdbdb;
	}

	.nav-down .div-down .div-1 {
		padding-top: 0;
		border-top: 1px dashed #dbdbdb;
	}

	.nav-down .div-down .div-1:first-child {
		padding-top: 0;
	}

	.nav-down .div-down .div-1:first-child {
		border-top: none;
	}

	.nav-down .div-down .div-1 a {
		line-height: 50px;
		color: #555;
		text-align: left;
		padding-left: 20px;
		background-image: url("../images/n-bg1.png");
		background-position: left center;
		background-repeat: no-repeat;
	}

	.nav-down .div-down .div-1 a.on {
		background-image: url("../images/n-bg12.png");
	}

	.header-bream {
		display: block;
	}

	.footer-list ul {
		margin-left: 30px;
	}

	.footer-share-01 {
		margin-left: 30px;
	}

	.footer-address .div-01 {
		max-width: 33.33%;
	}

	/*============================= index*/
	.right-button {
		display: none;
	}

	.index .main {
		position: static;
	}

	.index-bk {
		position: static;
		overflow: hidden;
		height: auto !important;
		transform: translateY(0);
		-webkit-transform: translateY(0);
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.index-about-num .span-line {
		margin: 0 50px;
	}

	.index-news-cont .row {
		margin-left: -10px;
		margin-right: -10px;
	}

	.index-news-cont .row>div {
		padding-left: 10px;
		padding-right: 10px;
	}

	.index-culture-a1 .span-img img {
		width: 80px;
	}

	.index-culture-a1 .span-cont {
		width: 80%;
		margin-top: 20px;
	}

	.index-culture-a1 .span-cont .b-title {
		font-size: 22px;
	}

	.index-culture-a1 .span-cont .bdo-des {
		font-size: 14px;
		line-height: 24px;
	}

	.index-make-a1 {
		padding: 30px 0 35px;
	}

	.index-make-a1 .span-img img {
		width: 80px;
	}

	.index-make-a1 .span-cont {
		width: 80%;
		padding-top: 15px;
		height: auto;
	}

	.index-make-a1 .span-cont .b-title {
		font-size: 20px;
		line-height: 30px;
	}

	.index-make-a1 .span-cont .bdo-des {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
	}

	.index-make-a1 .span-cont .bdo-more {
		font-size: 14px;
		line-height: 24px;
	}

	.index-make-a1 .span-cont .bdo-more {
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	/*============================= 03_走进卫龙*/
	.banner-inside {
		height: auto;
	}

	.banner-inside img {
		display: block;
	}

	.about-intro .index-flex {
		padding-top: 35px;
	}

	.control-main {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.control-01 {
		margin-top: 60px;
	}

	/*============================= 12_卫龙人才*/
	.concept-01 {
		padding: 35px 40px 35px 30px;
	}

	.news-list {
		padding-bottom: 50px;
	}

	.news-list .row {
		padding-bottom: 30px;
	}

	/*============================= 18_联系我们*/
	.contact-top-c {
		padding: 60px 60px 80px;
	}

	.contact-top-c .div-flex {
		padding-top: 35px;
	}

	/*============================= 06_卫龙文化*/
	.mission-cont .div-cont .div-des {
		font-size: 22px;
		line-height: 40px;
	}

	.mission-img {
		min-height: 360px;
	}

	.culture-cont {
		margin-top: 0;
		padding-top: 20px;
	}

	.culture-01 {
		margin-top: 10px;
	}

	.culture-01,
	.culture-01.on {
		width: 100%;
		height: auto;
		background: #e22702;
	}

	.culture-01 .div-01,
	.culture-01.on .div-01 {
		display: none;
	}

	.culture-01 .div-02,
	.culture-01.on .div-02 {
		position: static;
		display: block;
		padding: 50px 30px;
		visibility: visible;
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		-khtml-opacity: 1;
		opacity: 1;
	}

	/*============================= 08_卫龙智造_产品详情*/
	.product-hot-a1 .span-title {
		font-size: 16px;
		line-height: 26px;
		margin-top: 10px;
	}

	/*============================= 15_招聘信息_校招指南*/
	.guide-img {
		display: none;
	}

	.guide-01 {
		width: 24%;
		padding-top: 25px;
	}

	.guide-01 .div-img {
		max-width: 50%;
	}

	.guide-list-01 {
		width: 32%;
		padding: 25px 15px;
	}

	.guide-list-01 .div-c {
		padding: 0;
	}

	.job-sx-list li .div-title {
		font-size: 18px;
	}

	.public-tc .div-1 {
		width: 100%;
	}

	.notice-menu {
		width: 100%;
		float: none;
	}

	.notice-menu .div-title {
		padding: 20px 25px;
	}

	.notice-menu .div-title .b-title {
		font-size: 22px;
		line-height: 32px;
	}

	.notice-menu .div-title .span-en {
		font-size: 14px;
		line-height: 24px;
		margin-top: 3px;
	}

	.notice-menu .div-title .span-mc {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
		background: url("../images/icon-44.png") right 15px center no-repeat;
	}

	.notice-menu .div-list {
		display: none;
	}

	.notice-cont {
		margin-left: 0;
		width: 100%;
		margin-top: 20px;
	}

	.notice-title b {
		font-size: 22px;
		line-height: 22px;
	}

	.notice-content {
		padding: 30px 30px 50px;
	}

	.notice-list li a {
		font-size: 16px;
		line-height: 42px;
	}

	.notice-list li a span {
		font-size: 14px;
	}

	.notice-art {
		padding: 35px 30px 50px;
	}

	.notice-art .div-title .span-title {
		font-size: 20px;
		line-height: 30px;
	}

	.notice-art .div-title .span-date {
		font-size: 16px;
	}
}

@media screen and (max-width: 991px) {

	/*============================= public*/
	.header-search .div-cont {
		margin-right: 60px;
	}

	.footer-list {
		display: none;
	}

	.footer-share {
		width: 100%;
		justify-content: center;
	}

	.footer-address .div-01 {
		max-width: inherit;
		width: 100%;
		margin-top: 20px;
		padding-left: 50px;
	}

	.footer-address .div-01:first-child {
		margin-top: 0;
	}

	.footer-address .div-01 .span-icon {
		width: 40px;
		top: 10px;
	}

	.footer-address .div-01 .span-icon img {
		width: 100%;
	}

	.index-about-left,
	.index-about-right {
		width: 100%;
	}

	.index-about-num {
		justify-content: center;
		margin-top: 35px;
	}

	.index-about-right {
		margin-top: 35px;
	}

	.index-news-cont .row {
		padding-top: 10px;
	}

	.index-news-a1 .span-cont {
		padding: 25px 15px;
	}

	.index-news-a1 .span-cont .bdo-date .b-date {
		font-size: 26px;
		line-height: 36px;
	}

	.index-news-a1 .span-cont .bdo-title {
		font-size: 16px;
		line-height: 24px;
		height: 48px;
		margin-top: 10px;
	}

	.index-news-a1 .span-cont .bdo-img {
		margin-top: 10px;
	}

	.index-news-a1 .span-cont .bdo-des {
		font-size: 14px;
		line-height: 24px;
		height: 48px;
		margin-top: 10px;
	}

	/*============================= 03_走进卫龙*/
	.about-intro-left,
	.about-intro-right {
		width: 100%;
	}

	.about-intro-word {
		padding-left: 15px;
		padding-right: 15px;
	}

	.about-intro-right {
		margin-top: 30px;
	}

	.about-history {
		padding-top: 100px;
	}

	.about-history .container {
		width: 100%;
	}

	/*============================= 13_晋升空间*/
	.promotion-01 {
		width: 48%;
	}

	.promotion-01:last-child {
		width: 100%;
	}

	.promotion-01 .div-title,
	.promotion-01 .div-des {
		padding-left: 20px;
		padding-right: 20px;
	}

	.promotion-td-img {
		padding: 35px 30px;
	}

	/*============================= 12_卫龙人才*/
	.concept-01 {
		padding: 25px 20px 25px 20px;
	}

	.concept-01 .div-cont .div-title {
		font-size: 20px;
		line-height: 30px;
	}

	.concept-01 .div-cont .div-des {
		font-size: 14px;
		line-height: 30px;
	}

	.index-news-a1 .span-tag,
	.index-news-a1 .span-tag2 {
		transform: scale(0.7);
	}

	.index-news-a1 .span-tag {
		top: -20px;
	}

	.news-art-page .div-title {
		font-size: 22px;
	}

	.news-page-flex .a-01 {
		padding: 25px 40px;
	}

	.news-page-flex .a-01 .span-des {
		font-size: 16px;
	}

	/*============================= 07_卫龙智造_产品*/
	.product-main {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.product-01 .product-img .span-img {
		max-height: 340px;
	}

	.product-01 .product-img .span-img img {
		max-height: 300px;
	}

	.product-01 .product-word {
		min-height: 340px;
	}

	.product-01 .product-word .div-cont .div-title a {
		font-size: 24px;
		line-height: 34px;
	}

	.product-01 .product-word .div-cont .div-des {
		font-size: 16px;
		line-height: 26px;
		/*height: 78px;*/
		margin-top: 15px;
	}

	.product-01 .product-word .div-cont .div-des .div-txt {
		font-size: 16px;
		line-height: 26px;
		height: 78px;
	}

	.product-01 .product-word .div-cont .index-more {
		margin-top: 20px;
	}

	.product-01 .product-word .div-cont .index-more a {
		width: 100%;
	}

	/*============================= 18_联系我们*/
	.contact-top-c {
		padding: 30px 30px 50px;
		margin-top: -90px;
	}

	.contact-top-c .div-flex {
		padding-top: 15px;
	}

	.contact-top-c .div-title {
		font-size: 30px;
	}

	.contact-top-c .contact-list {
		width: 100%;
		padding-bottom: 30px;
	}

	.contact-top-c .contact-list li {
		padding: 30px 0 30px 65px;
	}

	.contact-top-c .div-map {
		width: 100%;
	}

	/*============================= 06_卫龙文化*/
	.mission-img {
		min-height: 300px;
	}

	.mission-cont .div-cont {
		margin: 30px 10%;
		width: 80%;
	}

	.mission-cont .div-cont .div-title {
		font-size: 18px;
		line-height: 28px;
	}

	.mission-cont .div-cont .div-des {
		font-size: 20px;
		line-height: 36px;
	}

	/*============================= 08_卫龙智造_产品详情*/
	.product-hot-flex {
		padding-top: 15px;
	}

	.product-01 .div-cont .div-title {
		font-size: 26px;
	}

	.product-01 .div-cont .div-des {
		font-size: 16px;
		line-height: 30px;
		padding-bottom: 50px;
	}

	.product-owl {
		padding-left: 60px;
		padding-right: 60px;
	}

	.product-01 .div-cont .div-phone {
		padding-top: 30px;
	}

	.product-owl .owl-nav button.owl-prev,
	.product-owl .owl-nav button.owl-next {
		width: 40px;
		height: 40px;
	}

	.product-yf-01 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.product-yf-01 .div-flex {
		margin-top: 30px;
	}

	.product-yf-01 .div-cont {
		width: 100%;
	}

	.product-yf-01 .div-img {
		width: 100%;
		margin-top: 20px;
	}

	/*============================= 15_招聘信息_校招指南*/
	.guide-01 {
		width: 49%;
	}

	.job-list {
		margin-top: 30px;
	}

	.job-list li .div-top {
		line-height: 50px;
	}

	.job-list li .div-top span {
		font-size: 18px;
	}

	.job-list li .div-top .span-1 {
		width: 30%;
	}

	.job-list li .div-top .span-2 {
		width: 20%;
	}

	.job-list li .div-top .span-3 {
		width: 30%;
	}

	.job-list li .div-top .span-4 {
		width: 20%;
	}

	.job-list li .div-top.div-t span {
		font-size: 16px;
	}

	.guide-list {
		padding-top: 50px;
	}

	.guide-list-01 {
		width: 100%;
	}

	.guide-list-01 .div-icon {
		width: 10%;
	}

	.guide-list-01 .div-cont {
		width: 85%;
	}

	.job-sx-list li .div-title {
		width: 20%;
	}

	.job-sx-list li .div-des {
		width: 80%;
	}

	.about-intro-word .about-intro-des {
		max-height: inherit;
	}
}

@media screen and (min-width: 768px) {

	/*============================= index*/
	.banner-a1 .mg-phone {
		display: none !important;
	}

	/*============================= 03_走进卫龙*/
	.about-history-list li:nth-child(even) .about-history-cont {
		float: right;
	}

	.about-history-list li:nth-child(even) .about-history-cont::after {
		left: auto;
		right: 100%;
		margin-left: auto;
		margin-right: -12px;
	}

	.about-history-list li:nth-child(even) .about-history-01 {
		margin-right: 0;
		margin-left: 11.25%;
	}

	.about-history-list li:nth-child(even) .about-history-01::before {
		left: auto;
		right: 100%;
		background: url("../images/icon-092.png") center no-repeat;
	}

	/*============================= 11_现场管理*/
	.management-01 {
		padding-top: 60px;
		margin-top: 80px;
	}

	.management-01:first-child {
		margin-top: 0;
	}

	.management-01:nth-child(even) .management-cont .div-cont {
		margin-left: auto;
		margin-right: 8.75%;
	}

	.management-01:nth-child(even) .management-cont .div-img {
		right: auto;
		left: 0;
	}

	/*============================= 07_卫龙智造_产品*/
	.product-01:nth-child(even) .product-img {
		justify-content: flex-start;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.product-01:nth-child(even) .product-word {
		margin-left: 0;
		justify-content: flex-start;
	}

	.product-01:nth-child(even) .product-word .div-cont {
		margin-right: 12.5%;
		margin-left: auto;
	}

	/*============================= 06_卫龙文化*/
	.mission-01:nth-child(odd) .mission-img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}
}

@media screen and (max-width: 767px) {

	/*============================= public*/
	.header {
		height: 60px;
	}

	.header .a-logo img {
		height: 50px;
	}

	.nav-toggle {
		top: 60px;
	}

	.nav-down {
		padding: 0 35px;
	}

	.nav-down .div-01 a {
		padding-top: 0;
		padding-bottom: 0;
	}

	.nav-down .div-down {
		padding: 0 20px;
	}

	.nav-down .div-down .div-1 a {
		padding-top: 0;
		padding-bottom: 0;
		font-size: 14px;
	}

	.header-search .container {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.header-search .div-cont {
		margin-right: 50px;
	}

	.footer {
		padding-top: 30px;
	}
.footer-inside{
	padding-top: 80px;
}
	.footer-share {
		padding-left: 15px;
		padding-right: 15px;
		justify-content: space-between;
	}

	.footer-share-01 {
		margin-left: 0;
		margin-top: 50px;
	}

	.footer-share-01 .div-title {
		font-size: 12px;
		line-height: 20px;
		margin-top: 6px;
	}

	.footer-address .div-01 .div-title {
		font-size: 16px;
		line-height: 26px;
	}

	.footer-address .div-01 .div-des {
		font-size: 14px;
		line-height: 24px;
		margin-top: 0;
	}

	.footer-copy {
		font-size: 14px;
		line-height: 24px;
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.pages {
		display: flex;
		justify-content: space-between;
	}

	.pages a,
	.pages strong {
		display: none;
	}

	.pages a:first-child,
	.pages a:last-child {
		display: inline-block;
		width: 48.5%;
		margin: 0;
	}

	/*============================= index*/
	.banner-a1 {
		height: auto;
	}

	.banner-video {
		display: none;
	}

	.index-bk {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.index-bk.index-6 {
		padding-top: 0;
		padding-bottom: 0;
		overflow: visible;
	}

	.index-flex {
		display: block;
	}

	.index-title {
		padding-bottom: 5px;
		background-size: 25px 2px;
	}

	.index-title .div-en {
		position: absolute;
		left: 0;
		right: 0;
		bottom: 30px;
		font-size: 32px;
		line-height: 40px;
		color: rgba(0, 0, 0, 0.06);
		text-transform: uppercase;
		white-space: nowrap;
	}

	.index-title .div-cn {
		font-size: 28px;
		color: #333;
		line-height: 52px;
	}

	.index-more {
		margin-top: 25px;
	}

	.index-more a {
		width: 100%;
		font-size: 14px;
		height: 36px;
		line-height: 34px;
	}

	.index-news .container {
		width: 100%;
	}

	.index-news-title {
		display: flex;
	}

	.index-news-title .index-more {
		width: 140px;
		position: relative;
		top: -10px;
	}

	.index-about-des {
		font-size: 14px;
		line-height: 28px;
		height: 84px;
	}

	.index-about-num .span-line {
		margin: 0 30px;
	}

	.index-about-num-01 .div-01 .span-year {
		font-size: 40px;
		line-height: 40px;
	}

	.index-about-num-01 .div-01 .span-01 {
		font-size: 26px;
		top: -2px;
	}

	.index-about-num-01 .div-01 .span-02 {
		font-size: 20px;
		top: -15px;
	}

	.index-about-num-01 .div-des {
		font-size: 16px;
		line-height: 26px;
		margin-top: 0;
	}

	.index-about-video {
		margin: 0;
		padding: 0;
	}

	.index-news-cont .row {
		padding-top: 20px;
	}

	.index-news-cont .row>div {
		margin-top: 10px;
	}

	.index-news-a1 {
		display: flex;
		justify-content: space-between;
		padding: 20px 15px;
		border-color: #fff;
		border-radius: 5px;
		-webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
		-moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
		box-shadow: 0 0 12px rgba(0, 0, 0, 0.12);
	}

	.index-news-a1 .span-cont {
		width: 60%;
		padding: 0;
	}

	.index-news-a1 .span-cont .bdo-date .b-year {
		font-size: 14px;
		line-height: 24px;
	}

	.index-news-a1 .span-cont .bdo-date .b-date {
		font-size: 22px;
		line-height: 32px;
	}

	.index-news-a1 .span-cont .bdo-title {
		height: 48px;
		-webkit-line-clamp: 2;
		margin-top: 5px;
	}

	.index-news-a1 .span-cont .bdo-img {
		display: none;
	}

	.index-news-a1 .span-cont .bdo-des {
		font-size: 12px;
		line-height: 20px;
		height: 40px;
		margin-top: 5px;
	}

	.index-news-a1 .span-img {
		position: relative;
		display: block;
		width: 35%;
	}

	.index-news-a1 .span-img .bdo-img {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
	}

	.index-culture-cont {
		display: block;
		padding-top: 20px;
		margin-top: 0;
	}

	.index-culture-a1 {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 15px 20px;
		width: 100%;
		margin-top: 10px;
		text-align: left;
	}

	.index-culture-a1 .span-img {
		width: 20%;
		margin: 0;
		padding: 0;
	}

	.index-culture-a1 .span-img img {
		width: 100%;
	}

	.index-culture-a1 .span-cont {
		width: 75%;
		margin: 0;
		padding: 0;
	}

	.index-culture-a1 .span-cont .b-title {
		background-position: left bottom;
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 8px;
	}

	.index-culture-a1:nth-child(even) .span-img {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
	}

	.index-make-a1 {
		width: 49%;
		padding-top: 25px;
		padding-bottom: 30px;
		margin-top: 10px;
	}

	.index-make-a1 .span-img img {
		width: 60px;
	}

	.index-make-a1 .span-cont {
		width: 100%;
		padding: 10px 15px 0;
	}

	.index-make-a1 .span-cont .b-title {
		font-size: 18px;
		line-height: 28px;
		padding-bottom: 5px;
	}

	.index-make-a1 .span-cont .bdo-more {
		margin-top: 10px;
	}

	/*============================= 03_走进卫龙*/
	body.body-inside {
		padding-top: 60px;
	}

	.about-intro {
		padding-top: 50px;
		padding-bottom: 35px;
	}

	.about-intro .index-flex {
		padding-top: 25px;
	}

	.about-intro-right {
		padding-left: 15px;
		padding-right: 15px;
	}

	.about-history {
		padding-top: 50px;
		padding-bottom: 35px;
	}

	.about-history-content {
		height: 50vh;
		margin-top: 30px;
	}

	.about-history-content .swiper-slide {
		padding-left: 10px;
		overflow: auto;
	}

	.about-intro-word .div-title {
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 20px;
	}

	.about-intro-word .about-intro-des .b1 {
		font-size: 16px;
	}

	.about-history-list::before {
		left: 0;
	}

	.about-history-list li {
		margin-top: 20px;
	}

	.about-history-list li:first-child {
		margin-top: 0;
	}

	.about-history-list li .about-history-cont {
		width: 100%;
	}

	.about-history-list li .about-history-cont::after {
		left: auto;
		right: 100%;
		margin-left: auto;
		margin-right: -12px;
		width: 20px;
		height: 20px;
	}

	.about-history-list li .about-history-01 {
		margin-right: 0;
		margin-left: 11.25%;
	}

	.about-history-list li .about-history-01::before {
		left: auto;
		right: 100%;
		width: 20px;
		height: 20px;
		background: url("../images/icon-092.png") center no-repeat;
		background-size: cover;
	}

	.about-history-list li .div-img1,
	.about-history-list li .div-img2,
	.about-history-list li .div-img3 {
		width: 20%;
	}

	.about-history-list li:nth-child(odd) img {
		display: none;
	}

	.about-history-01 {
		padding: 20px;
	}

	.about-history-01 .div-year {
		font-size: 24px;
		line-height: 30px;
	}

	.about-history-01 .div-info {
		margin-top: 10px;
	}

	.about-history-01 .div-info span {
		font-size: 14px;
		height: 26px;
		line-height: 26px;
	}

	.about-history-01 .div-des {
		font-size: 14px;
		line-height: 24px;
	}

	/*============================= 10_品质管控*/
	.control-main {
		padding-top: 35px;
		padding-bottom: 50px;
	}

	.control-01 {
		margin-top: 35px;
	}

	.control-title {
		padding-bottom: 15px;
		font-size: 20px;
	}

	.control-text {
		font-size: 14px;
		line-height: 24px;
		margin-top: 15px;
	}

	.control-img {
		margin-top: 15px;
	}

	/*============================= 14_培训机制*/
	.training-main {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.training-cont {
		margin-top: 35px;
	}

	.training-01 {
		margin-top: 35px;
	}

	/*============================= 13_晋升空间*/
	.promotion-flex {
		padding-top: 20px;
	}

	.promotion-01 {
		width: 100%;
		border-radius: 10px 10px 0 0;
		margin-top: 10px;
	}

	.promotion-01 .div-title,
	.promotion-01 .div-des {
		padding-left: 15px;
		padding-right: 15px;
	}

	.promotion-01 .div-title {
		font-size: 18px;
		line-height: 50px;
	}

	.promotion-td {
		margin-top: 50px;
	}

	.promotion-title .b-title {
		font-size: 24px;
	}

	.promotion-title .span-txt {
		font-size: 14px;
		margin-top: 10px;
	}

	.promotion-title .bdo-icon {
		width: 35px;
	}

	.promotion-title .bdo-icon.bdo-left {
		margin-right: 15px;
	}

	.promotion-title .bdo-icon.bdo-right {
		margin-left: 15px;
	}

	.promotion-td-img {
		padding: 20px 15px;
		margin-top: 30px;
	}

	/*============================= 11_现场管理*/
	.management-txt {
		font-size: 14px;
		line-height: 28px;
		margin-top: 25px;
	}

	.management-main {
		padding-top: 20px;
	}

	.management-01 {
		margin-top: 10px;
	}

	.management-cont .div-cont {
		width: 100%;
		padding: 20px 15px 25px;
		display: block;
		margin: 0;
		min-height: inherit;
	}

	.management-cont .div-cont .div-title {
		font-size: 18px;
		line-height: 28px;
		padding-left: 15px;
		background: url("../images/line-08.jpg") left 2px no-repeat;
	}

	.management-cont .div-cont .div-des {
		font-size: 14px;
		margin-top: 15px;
		line-height: 28px;
	}

	.management-cont .div-img {
		position: static;
		width: 100%;
	}

	.management-cont .div-img .span-img {
		position: static;
		display: block;
		width: 100%;
		padding-top: 75%;
	}

	/*============================= 12_卫龙人才*/
	.concept-main {
		padding-top: 25px;
	}

	.concept-des {
		font-size: 16px;
		line-height: 30px;
	}

	.concept-rcg {
		margin-top: 35px;
	}

	.concept-title {
		font-size: 24px;
	}

	.concept-flex {
		padding-top: 20px;
	}

	.concept-01 {
		width: 100%;
		margin-top: 10px;
		border-radius: 10px;
		padding: 20px 15px;
	}

	.concept-01 .div-img {
		width: 100%;
	}

	.concept-01 .div-img img {
		height: 40px;
		width: auto
	}

	.concept-01 .div-cont {}

	.concept-01 .div-cont .div-title {
		font-size: 18px;
		line-height: 30px;
	}

	.concept-01 .div-cont .div-des {
		margin-top: 10px;
	}

	.news-list {
		padding-top: 20px;
	}

	.news-art {
		padding-top: 35px;
		padding-bottom: 50px;
	}

	.news-art-title .div-title {
		font-size: 32px;
		line-height: 30px;
	}

	.news-art-title .div-info span {
		font-size: 16px;
	}

	.news-art-des {
		font-size: 14px;
		line-height: 24px;
	}

	.news-art-des img {
		max-width: 100%;
		height: auto
	}

	.news-art-page {
		margin-top: 35px;
		padding-top: 30px;
	}

	.news-art-page .div-title {
		font-size: 20px;
		line-height: 30px;
	}

	.news-page-flex .a-01 {
		width: 100%;
	}

	/*============================= 07_卫龙智造_产品*/
	.product-main {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.product-01 .product-img,
	.product-01 .product-word {
		width: 100%;
	}

	.product-01 .product-img .span-img {
		max-height: inherit;
		width: 100%;
		max-width: inherit;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.product-01 .product-img .span-img img {
		max-height: 250px;
	}

	.product-01 .product-word {
		min-height: inherit;
		padding-top: 20px;
		padding-bottom: 30px;
	}

	.product-01 .product-word .div-cont {
		margin-left: 0;
		margin-right: 0;
		width: 100%;
		max-width: inherit;
		padding-left: 15px;
		padding-right: 15px;
	}

	.product-01 .product-word .div-cont .div-title {
		text-align: center;
	}

	.product-01 .product-word .div-cont .div-title a {
		font-size: 20px;
		line-height: 30px;
	}

	.product-01 .product-word .div-cont .div-des {
		font-size: 14px;
		line-height: 24px;
		margin-top: 15px;
	}

	.product-01 .product-word .div-cont .div-des .div-txt {
		font-size: 14px;
		line-height: 24px;
		height: 72px;
	}

	.product-01 .product-word .div-cont .index-more {
		margin-top: 20px;
	}

	.product-01 .product-word .div-cont .index-more a {
		width: 100%;
	}

	/*============================= 18_联系我们*/
	.contact-online {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.contact-form {
		padding-top: 20px;
	}

	.contact-form .div-01 {
		margin-top: 10px;
	}

	.contact-form .div-01 .put-01 {
		font-size: 14px;
	}

	.contact-form .div-01 .but-01 {
		width: 100%;
		font-size: 16px;
	}

	.contact-form .div-01 .span-title {
		font-size: 14px;
	}

	.contact-top {
		padding-bottom: 35px;
		padding-top: 35px;
	}

	.contact-top-c {
		margin-top: 0;
		border-radius: 10px 10px 0 0;
		padding: 20px 15px;
	}

	.contact-top-c .div-title {
		font-size: 20px;
	}

	.contact-top-c .div-title img {
		height: 20px;
		margin-right: 15px;
	}

	.contact-top-c .contact-list {
		padding-bottom: 10px;
	}

	.contact-top-c .contact-list li {
		padding: 20px 0 20px 40px;
	}

	.contact-top-c .contact-list li .span-icon {
		margin-left: -40px;
	}

	.contact-top-c .contact-list li .span-icon img {
		width: 30px;
	}

	.contact-top-c .contact-list li .span-title {
		font-size: 16px;
	}

	.contact-top-c .contact-list li .span-des {
		font-size: 14px;
		line-height: 24px;
	}

	/*============================= 06_卫龙文化*/
	.mission-01 {
		margin-top: 50px;
	}

	.mission-flex {
		margin-top: 30px;
	}

	.mission-img,
	.mission-cont {
		width: 100%;
	}

	.mission-img {
		min-height: inherit;
	}

	.mission-img .span-img {
		position: static;
		display: block;
		padding-top: 57%;
	}

	.mission-cont .div-cont {
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;
		background-size: 50px;
	}

	.mission-cont .div-cont .div-title {
		font-size: 16px;
		line-height: 26px;
		padding-bottom: 15px;
	}

	.mission-cont .div-cont .div-des {
		font-size: 18px;
	}

	.culture-title b {
		font-size: 18px;
	}

	.culture-title .span-icon {
		display: none;
	}

	.culture-cont {
		padding-top: 10px;
		padding-bottom: 50px;
	}

	.culture-01 .div-02,
	.culture-01.on .div-02 {
		padding: 25px 15px 30px;
	}

	.culture-01 .div-02 .div-title,
	.culture-01.on .div-02 .div-title {
		padding-right: 40px;
		font-size: 18px;
		font-weight: bold;
	}

	.culture-01 .div-02 .div-title .span-icon,
	.culture-01.on .div-02 .div-title .span-icon {
		width: 30px;
	}

	.culture-01 .div-02 .div-des,
	.culture-01.on .div-02 .div-des {
		font-size: 14px;
		margin-top: 15px;
	}

	/*============================= 08_卫龙智造_产品详情*/
	.product-hot {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.index-news-title .b-01 {
		font-size: 22px;
		line-height: 32px;
	}

	.product-hot-a1 {
		width: 49%;
	}

	.product-details {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.product-owl {
		padding-left: 0;
		padding-right: 0;
	}

	.product-owl .owl-nav button.owl-prev,
	.product-owl .owl-nav button.owl-next {
		top: 30%;
		width: 25px;
		height: 25px;
	}

	.product-owl .owl-nav button.owl-prev {
		left: 15px;
	}

	.product-owl .owl-nav button.owl-next {
		right: 15px;
	}

	.product-01 .div-img,
	.product-01 .div-cont {
		width: 100%;
	}

	.product-01 .div-cont {
		margin-top: 30px;
	}

	.product-01 .div-cont .div-title {
		font-size: 20px;
		line-height: 30px;
		padding-bottom: 15px;
	}

	.product-01 .div-cont .div-des {
		padding-top: 0;
		margin-top: 20px;
		padding-bottom: 20px;
		font-size: 14px;
		line-height: 30px;
	}

	.special-jieshao-scroll {
		padding-left: 0;
		padding-right: 0;
		margin-top: 30px;
	}

	.special-jieshao-word .special-jieshao-arrow {
		width: 30px;
		height: 30px;
		transform: translateY(0);
	}

	.special-jieshao-prev {
		left: 0;
	}

	.special-jieshao-next {
		right: 0;
	}

	.product-yf-01 {
		padding: 30px 15px;
	}

	.product-yf-01 .div-title {
		font-size: 22px;
		padding-bottom: 15px;
	}

	.product-yf-01 .div-cont {
		font-size: 14px;
		line-height: 24px;
	}

	.special-jieshao-tit {
		margin-top: 30px;
	}

	.about-honor {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.gsty-active-swiper .swiper-slide {
		width: 280px;
	}

	.gsty-active-swiper {
		margin-top: 30px;
	}

	.gsty-active-details .div-01 {
		font-size: 16px;
		margin-top: 15px;
	}

	/*============================= 15_招聘信息_校招指南*/
	.job-title a {
		font-size: 16px;
		line-height: 36px;
		margin: 0 5px;
	}

	.guide-main {
		padding-top: 50px;
	}

	.guide-flex {
		padding-top: 20px;
	}

	.guide-01 {
		width: 100%;
		margin-top: 10px;
	}

	.guide-01 .div-img {
		width: 80px;
	}

	/*============================= 15_招聘信息_校招指南*/
	.guide-job {
		padding-top: 35px;
	}

	.guide-job-form {
		margin-top: 0;
		padding-top: 10px;
	}

	.guide-job-form .div-01,
	.guide-job-form .div-02 {
		margin-top: 10px;
		width: 49%;
	}

	.job-list {
		margin-top: 20px;
	}

	.job-list li .div-top span {
		font-size: 16px;
	}

	.job-list li .div-top .span-1,
	.job-list li .div-top .span-4 {
		width: 50%;
		padding-left: 15px;
	}

	.job-list li .div-top .span-2,
	.job-list li .div-top .span-3 {
		display: none;
	}

	.job-list li .div-top.div-t span {
		font-size: 14px;
	}

	.job-list li .div-bottom {
		padding: 25px 15px;
		font-size: 12px;
	}

	.job-list li .div-bottom .a-btn {
		position: static;
		width: 100%;
		margin-top: 20px;
		font-size: 16px;
	}

	.select-01 {
		padding-right: 30px;
		padding-left: 15px;
		font-size: 14px;
	}

	.guide-list {
		padding-top: 20px;
	}

	.guide-list-01 .div-title {
		font-size: 18px;
		line-height: 28px;
	}

	.guide-list-01 .div-des {
		font-size: 14px;
		line-height: 24px;
		margin-top: 3px;
	}

	.job-sh-title {
		margin-top: 30px;
	}

	.job-sh-title .span-title {
		width: 100%;
		font-size: 22px;
		line-height: 30px;
	}

	.job-sh-title .job-sh-job {
		width: 100%;
		margin-top: 20px;
	}

	.job-sh-title .job-sh-job .but-01 {
		font-size: 14px;
	}

	.job-sh-title+.guide-job {
		padding-top: 20px;
	}

	.job-sx-list li {
		display: block;
		margin-top: 20px;
	}

	.job-sx-list li .div-title {
		width: 100%;
		background: none;
		color: #333;
		justify-content: flex-start;
	}

	.job-sx-list li .div-des {
		width: 100%;
		padding-left: 0;
	}

	.job-sx-list li .div-des a {
		margin-left: 10px;
		margin-right: 10px;
	}

	.public-tc {
		padding: 30px 15px;
	}

	.public-tc .public-close {
		right: 15px;
		top: 15px;
		width: 30px;
		height: 30px;
	}

	.public-tc .div-01 {
		position: relative;
		padding-left: 0;
		margin-top: 10px;
	}

	.public-tc .div-01 .span-title {
		position: static;
		display: block;
		text-align: left;
		width: 100%;
		line-height: 30px;
		font-size: 14px;
	}

	.public-tc .but-01 {
		width: 100%;
		height: 40px;
	}

	.public-tc .div-title {
		font-size: 24px;
		line-height: 34px;
	}

	.public-tc .div-info {
		font-size: 14px;
		line-height: 24px;
	}

	.public-address {
		font-size: 14px;
		padding: 15px 0;
	}

	.notice-main {
		padding-bottom: 50px;
	}

	.notice-title {
		padding: 15px;
	}

	.notice-title b {
		padding-left: 10px;
	}

	.notice-content {
		padding: 25px 15px 30px;
	}

	.notice-list {
		padding-bottom: 25px;
	}

	.notice-list li a {
		font-size: 14px;
		padding-right: 90px;
	}

	.notice-list li a span {
		font-size: 12px;
	}

	.notice-menu .div-list .div-01 a {
		font-size: 16px;
		padding: 15px 15px 15px 50px;
		background-position: 20px center;
	}

	.notice-art {
		padding: 25px 15px 35px;
	}

	.notice-art .div-title .span-title {
		font-size: 18px;
		line-height: 28px;
	}

	.notice-art .div-title .span-date {
		font-size: 14px;
	}

	.notice-art .div-des {
		font-size: 14px;
		line-height: 28px;
		margin-top: 15px;
	}
}

/*# sourceMappingURL=media.css.map */