@charset "utf-8";
* {
	padding: 0;
	margin: 0;
	font-family: "microsoft yahei" !important;
}

input:focus {
	outline: none;
}

textarea:focus {
	outline: none;
}

input {}

body {
	background-color: white;
}

img {
	border: none;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a {
	color: inherit;
	text-decoration: none;
}

.cl {
	clear: both;
}


/**/

header {
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	z-index: 9999999999;
	background-color: white;
}

header .top {
	width: 100%;
	background-color: #eeeeee;
	margin: auto;
	line-height: 30px;
	height: 30px;
}

header .top p {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: flex-start;
}

header .top p a {
	font-size: 13px;
	color: #403b3b;
	margin-right: 8px;
}

header .logonav {
	width: 1200px;
	height: 60px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

header .logonav p.logo {
	height: 42px;
	margin-top: 9px;
}

header .logonav p.logo img {
	display: block;
	height: 100%;
}

header .logonav ul {
	width: 800px;
	height: 60px;
	display: flex;
	justify-content: space-between;
}

header .logonav ul li {
	position: relative;
	width: 120px;
	text-align: center;
}

header .logonav ul li>a.cn {
	display: block;
	width: 100px;
	line-height: 60px;
	transition: 0.5s all;
}

header .logonav ul li>a.en {
	display: block;
	width: 100px;
	line-height: 60px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: none;
	transition: 0.5s all;
}

header .logonav ul li:hover p.twonav {
	display: block;
	transition: 0.5s all;
}

header .logonav ul li p.twonav {
	width: 100%;
	display: none;
	position: absolute;
	z-index: 999999;
	top: 60px;
	transition: 0.5s all;
	background-color: rgba(0, 0, 0, 0.6)
}

header .logonav ul li p.twonav a {
	color: #eeeeee;
	font-size: 14px;
	display: block;
	text-align: left;
	padding: 8px 0px 8px 5px;
}

header .logonav ul li p.twonav a i {
	font-style: normal;
	margin-right: 5px;
}

header .xian {
	width: 100%;
	height: 1px;
	background-color: black
}

header .logonav ul li:hover a.en {
	display: block;
	transition: 0.5s all;
}

header .logonav ul li:hover a.cn {
	display: none;
	transition: 0.5s all;
}


/**/

.banner {
	width: 100%;
	display: block;
}

.banner img {
	display: block;
	width: 100%;
}


/**/

.main-title {
	width: 100%;
	height: 80px;
	margin: 35px auto;
	background-image: url(../images/title_05.png);
	background-repeat: no-repeat;
	background-position: center;
}

.main-1 {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.main-1 .left {
	width: 50%;
}

.main-1 .left img {
	display: block;
	width: 100%;
}

.main-1 .right {
	width: 50%;
	background-color: #1f2a35;
	background-image: url(../images/right_04.png);
	background-repeat: no-repeat;
	background-size: 100%;
}

.main-1 .right p.one {
	font-size: 28px;
	color: white;
	padding: 15% 0% 2% 10%;
}

.main-1 .right p.two {
	width: 80%;
	font-size: 16px;
	line-height: 2;
	color: white;
	padding: 0% 0% 2% 10%;
	margin-bottom: 30px;
}

.main-1 .right p.three {
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 8px;
	background-color: white;
	margin-left: 10%;
}


/**/

.main-2 {
	width: 100%;
	position: relative;
	height: 450px;
}

.main-2 .main-22 {
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -9;
	background-image: url(../images/mainbg111.jpg);
	background-attachment: fixed;
	background-size: 100%;
	background-repeat: no-repeat;
}

.main-2 ul {
	width: 1200px;
	padding-top: 120px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.main-2 ul li {
	text-align: center;
	color: white;
}

.main-2 ul li p.one {
	margin-bottom: 15px;
}

.main-title1 {
	width: 100%;
	height: 80px;
	margin: 35px auto;
	background-image: url(../images/title_11.png);
	background-repeat: no-repeat;
	background-position: center;
}

.main-3 {
	width: 100%;
	padding: 40px 0px;
	background-color: #f1f1f1;
}

.main-33 {
	width: 1200px;
	margin: auto;
}

.main-33 ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main-33 ul li {
	width: 32%;
	margin-bottom: 15px;
	padding-top: 40px;
	background-color: white;
	border: 1px solid #c5c8c8;
}

.main-33 ul li p.one {
	font-size: 20px;
	text-align: center;
	color: #555555;
	padding: 15px 0px;
	margin-bottom: 15px;
	transition: 0.5s all;
}

.main-33 ul li p.two {
	color: #555555;
	font-size: 14px;
	text-align: center;
	width: 80%;
	margin: 0px auto 15px;
	transition: 0.5s all;
}

.main-33 ul li p.hr {
	width: 30px;
	margin: 20px auto 40px;
	height: 2px;
	background-color: #555555;
	transition: 0.5s all;
}

.main-33 ul li p.three {
	display: block;
	width: 100%;
}

.main-33 ul li p.three img {
	display: block;
	width: 100%;
}

.main-33 ul li:hover {
	background-color: #000000;
	transition: 0.3s all;
	color: white;
}

.main-33 ul li:hover p.one,
.main-33 ul li:hover p.two {
	color: white;
	transition: 0.3s all;
}

.main-33 ul li:hover p.hr {
	background-color: white;
	transition: 0.3s all;
}


/**/

.main-4 {
	width: 100%;
	height: 450px;
	position: relative;
}

.main-4 .main-4bg {
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -9;
	height: 100%;
	background-image: url(../images/mainbg222.jpg);
	background-attachment: fixed;
}

.main-4 .main-44 {
	padding-top: 140px;
	font-size: 28px;
	line-height: 2;
	color: white;
	text-align: center;
}


/**/

.main-title2 {
	width: 100%;
	height: 80px;
	margin: 35px auto;
	background-image: url(../images/title_17.png);
	background-repeat: no-repeat;
	background-position: center;
}


/**/

.main-5 {
	width: 100%;
	padding: 50px 0px;
	background-color: #f1f1f1;
}

.main-51 {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: center;
}

.main-51 p {
	/*width: 113px;
		background-image: url(../images/yuan01.png);
		background-position: bottom center;
		background-repeat: no-repeat;
		background-size: 100%;
		padding-bottom: 20px;*/
	text-align: center;
	color: #040607;
	font-size: 17px;
	margin: 0px 10px;
}

.main-51 p:last-child {
	display: none;
}

.main-5 ul {
	width: 1200px;
	margin: 35px auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main-5 ul li {
	width: 390px;
	margin-bottom: 15px;
}

.main-5 ul li p.one {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.main-5 ul li p.one span.logo {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	padding: 10px 0px;
	transition: 0.5s all;
}

.main-5 ul li p.one span.logo img {
	height: 45px;
	max-width: 90%;
	padding-top: 100px;
	text-align: center;
	margin: auto;
	display: block;
	transition: 0.5s all;
}

.main-5 ul li p.one>img {
	display: block;
	width: 100%;
	transition: 0.5s all;
}

.main-5 ul li p.two {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0px;
	transition: 0.5s all;
	background-color: white;
}

.main-5 ul li p.two i.h2 {
	color: #555555;
	font-size: 14px;
	text-align: center;
	width: 80%;
	margin: 10px auto 15px;
	transition: 0.5s all;
	display: block;
	font-style: normal;
	font-weight: normal;
}

.main-5 ul li:hover p.one>img {
	transform: scale(1.1, 1.1);
	transition: 0.5s all;
}

.main-5 ul li:hover p.two {
	background-color: #f1f1f1;
	/*color: white;*/
	transition: 0.5s all;
}

.main-5 ul li:hover p.two i {
	/*color: white;*/
	transition: 0.5s all;
}

.main-5 ul li:hover p.one span.logo {
	display: block;
}

.main-5 ul li:hover {
	box-shadow: 0px 0px 5px #000;
}


/**/

.main-6 {
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
}

.main-6 .main-6bg {
	width: 100%;
	height: 450px;
	position: absolute;
	z-index: -9;
	top: 0;
	background-image: url(../images/mainbg333.jpg);
	background-attachment: fixed;
}

.main-6 .main-66 {
	width: 100%;
	padding-top: 80px;
}

.main-6 .main-66 p.one {
	font-size: 24px;
	text-align: center;
	color: white;
	font-weight: bold;
	margin-bottom: 25px;
}

.main-6 .main-66 p.two {
	font-size: 40px;
	text-align: center;
	color: white;
	font-weight: bold;
	margin-bottom: 25px;
}

.main-6 .main-66 p.three {
	width: 150px;
	border: 1px solid white;
	border-radius: 20px;
	text-align: center;
	padding: 8px 0px;
	color: white;
	margin: auto;
	transition: 0.5s all;
}

.main-6 .main-66 p.three:hover {
	background-color: #faa619;
	color: white;
	border: 1px solid #faa619;
	transition: 0.5s all;
}


/**/

.main-title3 {
	width: 100%;
	height: 80px;
	margin: 35px auto;
	background-image: url(../images/title1_05.png);
	background-repeat: no-repeat;
	background-position: center;
}

.main-7 {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.main-7 .onebox {
	width: 24%;
}

.main-7 .onebox img {
	display: block;
	width: 100%;
}

.main-7 .twobox {
	width: 24%;
	height: 460px;
	background-color: #dedede;
	transition: .3s all;
}

.main-7 .twobox p.pic {
	width: 100%;
}

.main-7 .twobox p.pic img {
	display: block;
	width: 100%;
}

.main-7 .twobox p.one {
	color: #201e20;
	font-size: 16px;
	padding: 15px 0px 0px 15px;
	transition: .3s all;
}

.main-7 .twobox p.two {
	font-size: 14px;
	margin: 5px 0px;
	color: #787878;
	padding: 15px 0px 0px 15px;
}

.main-7 .twobox p.three {
	color: #787878;
	line-height: 1.8;
	font-size: 14px;
	padding: 15px 0px 0px 15px;
}

.main-7 .twobox:hover {
	background-color: #faa61a;
	transition: .3s all;
}

.main-7 .twobox:hover p.one {
	color: white;
	transition: .3s all;
}

.main-7 .threebox {
	position: absolute;
	bottom: 20px;
	left: 25.5%;
}

.main-7 .threebox p.one {
	font-size: 20px;
	font-weight: bold;
	color: #4f4d4d;
	margin-bottom: 10px;
}

.main-7 .threebox p.two {
	font-size: 16px;
	color: #4f4d4d;
}


/**/

.main-title4 {
	width: 100%;
	height: 80px;
	margin: 85px auto;
	background-image: url(../images/title1_11.png);
	background-repeat: no-repeat;
	background-position: center;
}


/**/

.main-8 {
	width: 960px;
	margin: auto;
	justify-content: space-between;
	display: flex;
}

.main-8 .left {
	width: 450px;
	/*background-image: url(../images/about_05.png);
	background-size: 100%;
	background-repeat: no-repeat;*/
}

.main-8 .left img {
	display: block;
	width: 100%;
}

.main-8 .right {
	width: 450px;
	background-image: url(../images/about1_05.png);
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}

.main-8 .right>img {
	display: block;
	width: 100%;
}

.main-8 .right .box {
	position: absolute;
	width: 60%;
	height: 100%;
	background-color: transparent;
	transition: 0.5s all;
}

.main-8 .right:hover .box {
	background-color: rgba(0, 0, 0, 0.7)
}

.main-8 .right .box p.one {
	font-size: 22px;
	color: white;
	font-weight: bold;
	padding-top: 240px;
	padding-left: 30px;
	margin-bottom: 50px;
}

.main-8 .right .box p.two {
	font-size: 14px;
	color: white;
	padding-left: 30px;
	line-height: 2;
	margin-bottom: 40px;
}

.main-8 .right .box p.three {
	width: 100px;
	height: 2px;
	background-color: white;
	margin-left: 30px;
}

.main-9 {
	width: 1200px;
	margin: 30px auto;
	display: flex;
	justify-content: space-around;
}

.main-9 p.one {
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #666666;
	color: white;
	font-size: 14px;
}


/**/

footer {
	width: 100%;
	padding: 35px 0px;
	background-color: #000000;
}

.footer {
	width: 95%;
	padding-left: 5%;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.footer .left {
	width: 410px;
}

.footer .left p.one {
	color: white;
	font-size: 14px;
}

.footer .left p.one a {
	display: block;
	margin: 15px 10px !important;
	height: 32px;
	line-height: 32px;
	padding-left: 45px;
	background-position: left;
	background-repeat: no-repeat;
}

.footer .left p.one a:nth-child(1) {
	background-image: url(../images/diqiu.png);
}

.footer .left p.one a:nth-child(2) {
	background-image: url(../images/dizhi.png);
}

.footer .left p.one a:nth-child(3) {
	background-image: url(../images/youxiang.png);
}

.footer .left p.two {
	color: #9c9c9c;
	font-size: 14px;
	line-height: 2;
}

.footer .left p.three {
	display: flex;
	justify-content: flex-start;
	margin-bottom: 20px;
}

.footer .left p.three input.one {
	width: 260px;
	padding: 0px 20px;
	background: #333333;
	color: #a6a6a6;
	height: 65px;
	line-height: 65px;
	border: 0;
	border-radius: 0;
	margin-right: 5px;
}

.footer .left p.three input.two {
	width: 100px;
	background: #1a1a1a;
	color: #fff;
	height: 65px;
	border-radius: 0;
	border: 0;
}

.footer .center {
	width: 36%;
	display: flex;
	justify-content: space-between;
}

.footer .center .one {
	width: 30%;
	text-align: center;
}

.footer .center .one p.title {
	color: #eeeeee;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer .center .one p.desc {
	color: #a6a4a4;
	font-size: 14px;
	margin-bottom: 15px;
}

.footer .right {
	width: 350px;
}

.footer .right p.title {
	font-size: 16px;
	color: #eeeeee;
	font-weight: bold;
	margin-bottom: 20px;
}

.footer .right p.one {
	font-size: 14px;
	color: #a6a4a4;
	margin-bottom: 15px;
}

.footer .right p.two {
	width: 110px;
	margin-bottom: 20px;
}

.footer .right p.two img {
	display: block;
	width: 100%;
}

.footer .right p.three {
	font-size: 20px;
	color: #eb1212;
	font-weight: bold;
	margin-bottom: 15px;
}

.footer .right p.four {
	font-size: 14px;
	color: #a6a4a4;
	line-height: 2;
}


/**/

.header2 {
	width: 100%;
	background-color: #000000;
	height: 80px;
	line-height: 80px;
	position: fixed;
	top: 0;
	z-index: 9999;
}

.header2 .header22 {
	width: 800px;
	margin: auto;
}

.header22 ul {
	display: flex;
	justify-content: space-between;
}

.header22 ul li.logo {
	line-height: 80px;
}

.header22 ul li.logo img {
	margin-top: 16px;
}

.header22 ul li {
	width: 20%;
	text-align: center;
	position: relative;
	color: white;
	transition: 0.5s all;
}

.header22 ul li:hover a.cn {
	transition: 0.5s all;
}

.header22 ul li a.en {
	display: none;
	transition: 0.5s all;
}

.header22 ul li .twonav {
	display: none;
	position: absolute;
	top: 80px;
	width: 100%;
	background-color: white;
	transition: 0.5s all;
	color: #403B3B;
}

.header22 ul li .twonav a {
	display: block;
	font-size: 16px;
	height: 35px;
	line-height: 35px;
	text-align: left;
	padding-left: 15px;
}

.header22 ul li .twonav a i {
	font-style: normal;
	margin-right: 3px;
}

.header22 ul li:hover a.cn,
.header22 ul li:hover a.en {
	background-color: white;
	color: black;
	transition: 0.5s all;
}

.header22 ul li:hover a.en {
	display: block;
	transition: 0.5s all;
}

.header22 ul li:hover a.cn {
	display: none;
	transition: 0.5s all;
}

.header22 ul li:hover .twonav {
	display: block;
	transition: 1s all;
	box-shadow: 0px 0px 5px #C5C8C8;
}

.header22 ul li:hover {}


/**/

.big-title {
	font-size: 30px;
	margin: 30px auto;
	font-weight: bold;
	text-align: center;
}

.big-catlist {
	width: 1200px;
	margin: 0px auto 30px;
	display: flex;
	justify-content: center;
}

.big-catlist a {
	display: block;
	padding: 10px 20px;
	text-align: center;
	margin: 0px 15px;
	border-bottom: 1px solid transparent;
	transition: 0.5s all;
}

.big-catlist a:hover {
	color: #faa61a;
	border-bottom: 1px solid #faa61a;
	transition: 0.5s all;
}

.case-list ul {
	width: 1200px;
	margin: 35px auto 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.case-list ul li {
	width: 390px;
	margin-bottom: 15px;
}

.case-list ul li p.one {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.case-list ul li p.one>img {
	display: block;
	width: 100%;
}

.case-list ul li p.one span.logo {
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	padding: 10px 0px;
	transition: 0.5s all;
}

.case-list ul li p.one span.logo img {
	height: 45px;
	max-width: 90%;
	padding-top: 100px;
	text-align: center;
	margin: auto;
	display: block;
	transition: 0.5s all;
}

.case-list ul li p.one>img {
	display: block;
	width: 100%;
	transition: 0.5s all;
}

.case-list ul li p.two {
	font-size: 20px;
	/* font-weight: bold; */
	text-align: center;
	padding: 40px 0px;
	transition: 0.5s all;
	height: 150px;
	background-color: white;
	color: #555555;
}

.case-list ul li p.two .hrs {
	display: block;
	width: 30px;
	margin: 30px auto 0px;
	height: 2px;
	background-color: #555555;
}

.case-list ul li p.two i.h2 {
	color: #555555;
	font-size: 14px;
	text-align: center;
	width: 80%;
	margin: 35px auto 15px;
	transition: 0.5s all;
	display: block;
	font-style: normal;
	font-weight: normal;
}

.case-list ul li:hover p.one>img {
	transform: scale(1.1, 1.1);
	transition: 0.5s all;
}

.case-list ul li:hover p.two {
	background-color: #faa619;
	color: white;
	transition: 0.5s all;
}

.case-list ul li:hover p.two i {
	color: white;
	transition: 0.5s all;
}

.case-list ul li:hover p.one span.logo {
	display: block;
	transition: 0.5s all;
}


/**/

.banner2 {
	width: 100%;
	overflow: hidden;
}

.banner2 img {
	display: block;
	width: 100%;
}

.show100 {
	width: 100%;
	padding-bottom: 40px;
	/*background-color: #f2f2f2;*/
}

.show-main {
	width: 1200px;
	margin: auto;
	background-color: white;
	padding-bottom: 40px;
}

.show100 .show-title {
	width: 100%;
	height: 60px;
	line-height: 60px;
	padding: 15px 0px;
	text-align: left;
	/*border-bottom: 1px solid #000000;*/
	background-color: #f2f2f2;
	color: #797979;
}

.show100 .show-title h1 {
	color: #000000;
	font-family: 'microsoft yahei', sans-serif;
	display: block;
	font-size: 26px;
	vertical-align: middle;
	font-weight: bold;
	width: 1100px;
	margin: auto;
	color: #797979;
}

.show100 .show-title p.dtit {
	width: 1000px;
	margin: auto;
	color: #797979;
}

.show-main .show-cons {
	width: 1100px;
	padding: 25px 0px 15px;
	margin: auto;
	font-size: 14px;
	line-height: 2;
	color: #6c6a6a;
	margin-bottom: 5px;
}

.show-main .show-cons h1.titss {
	font-size: 30px;
	margin: 15px 0px;
	color: #202020;
	font-weight: bolder;
}

.show-main .show-cons img {
	display: block;
	width: 100% !important;
	height: auto !important;
	margin-bottom: 10px;
}

.show-main .show-cons h3.smalltit {
	font-size: 16px;
	font-weight: bold;
	border-left: 3px solid #6c6a6a;
	line-height: 1.2;
	padding-left: 20px;
	margin: 15px 0px;
}

.show-main .show-cons .show-wen {
	padding-left: 20px;
}

.show-main .show-updown {
	width: 1100px;
	margin: auto;
	font-size: 14px;
	color: #4c4c4e;
	font-weight: bold;
}

.show-main .show-updown p {
	margin-bottom: 10px;
	padding-left: 15px;
}

.xg-show {
	width: 1200px;
	margin: 30px auto 0px;
}

.xg-show ul {
	width: 1200px;
	margin: 15px auto 0px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.xg-show ul li {
	width: 390px;
	margin-bottom: 15px;
}

.xg-show ul li p.one {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.xg-show ul li p.one span.logo {
	position: absolute;
	bottom: -100%;
	display: block;
	width: 100%;
	background: rgba(255, 255, 255, .9);
	padding: 10px 0px;
	transition: 0.5s all;
}

.xg-show ul li p.one span.logo img {
	height: 45px;
	max-width: 90%;
	text-align: center;
	margin: auto;
	display: block;
	transition: 0.5s all;
}

.xg-show ul li p.one>img {
	display: block;
	width: 100%;
	transition: 0.5s all;
}

.xg-show ul li p.two {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 20px 0px;
	transition: 0.5s all;
	background-color: white;
}

.xg-show ul li p.two i.h2 {
	display: block;
	color: #999999;
	font-size: 14px;
	padding: 5px 0px;
	font-weight: normal;
	transition: 0.5s all;
}

.xg-show ul li:hover p.one>img {
	transform: scale(1.1, 1.1);
	transition: 0.5s all;
}

.xg-show ul li:hover p.two {
	background-color: #faa619;
	color: white;
	transition: 0.5s all;
}

.xg-show ul li:hover p.two i {
	color: white;
	transition: 0.5s all;
}

.xg-show ul li:hover p.one span.logo {
	bottom: 0;
	transition: 0.5s all;
}

.xg-show p.titles {
	font-size: 18px;
	font-weight: bold;
}


/**/

.fuwu-main100 {
	width: 100%;
	background-color: black;
	padding: 50px 0px;
}

.fuwu-main {
	width: 1200px;
	margin: auto;
}

.fuwu-main .fuwu-title {
	text-align: center;
	margin-bottom: 30px;
}

.fuwu-main .fuwu-title p.one {
	font-size: 30px;
	color: white;
	font-weight: bold;
	margin-bottom: 15px;
}

.fuwu-main .fuwu-title p.two {
	font-size: 14px;
	color: #777777;
}

.fuwu-main ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.fuwu-main ul li {
	width: 32%;
	margin-bottom: 15px;
	padding-top: 40px;
	background-color: white;
	border: 1px solid #c5c8c8;
}

.fuwu-main ul li p.one {
	font-size: 20px;
	text-align: center;
	color: #555555;
	padding: 15px 0px;
	margin-bottom: 15px;
}

.fuwu-main ul li p.two {
	color: #555555;
	font-size: 14px;
	text-align: center;
	width: 80%;
	margin: 0px auto 15px;
}

.fuwu-main ul li p.hr {
	width: 30px;
	margin: 20px auto 40px;
	height: 2px;
	background-color: #555555;
}

.fuwu-main ul li p.three {
	display: block;
	width: 100%;
}

.fuwu-main ul li p.three img {
	display: block;
	width: 100%;
}


/**/

.contact-title {
	text-align: center;
	margin: 30px auto;
}

.contact-title p.one {
	font-size: 30px;
	color: black;
	font-weight: bold;
	margin-bottom: 15px;
}

.contact-title p.two {
	font-size: 14px;
	color: #777777;
}

.contact-main {
	width: 1200px;
	margin: auto;
}

.contact-main .lxwm_con1_u1 {
	font-size: 0;
	margin-top: 20px;
}

.contact-main .lxwm_con1_u1 li {
	display: inline-block;
	vertical-align: top;
	width: 32.3%;
	margin-right: 1.5%;
	box-sizing: border-box;
	padding: 30px;
	background: #f2f2f2;
	font-size: 0;
	margin-bottom: 1.2%;
	transition: 0.3s ease-in-out;
	height: 175px;
}

.contact-main .lxwm_con1_u1 li:nth-child(3n) {
	margin-right: 0;
}

.contact-main .lxwm_con1_u1_left {
	display: inline-block;
	vertical-align: bottom;
}

.contact-main .lxwm_con1_u1_left span {
	display: block;
	width: 40px;
	height: 40px;
	transition: 0.3s ease-in-out
}

.contact-main .lxwm_con1_u1_left p {
	font-size: 14px;
	margin-top: 20px;
	transition: 0.3s ease-in-out
}

.contact-main .lxwm_con1_u1_left font {
	display: block;
	font-size: 16px;
	font-family: "times new roman";
	margin-top: 5px;
	transition: 0.3s ease-in-out
}

.contact-main .lxwm_con1_u1 li:hover {
	background: #faa61a;
}

.contact-main .lxwm_con1_u1 li:hover p {
	color: rgba(250, 250, 250, .8);
}

.contact-main .lxwm_con1_u1 li:hover font {
	color: white;
}

.contact-main .lxwm_con1_u1 li:nth-child(1) .lxwm_con1_u1_left span {
	background: url(../images/ldianhua1.png) no-repeat center center;
	background-size: 90%;
}

.contact-main .lxwm_con1_u1 li:nth-child(1):hover .lxwm_con1_u1_left span {
	background: url(../images/ldianhua2.png) no-repeat center center;
	background-size: 90%;
}

.contact-main .lxwm_con1_u1 li a {
	font-size: 0;
	display: block;
	color: #333;
}

.contact-main .lxwm_con1_u1 li:nth-child(2) .lxwm_con1_u1_left span {
	background: url(../images/lqq1.png) no-repeat center center;
	background-size: 90%;
}

.contact-main .lxwm_con1_u1 li:nth-child(2):hover .lxwm_con1_u1_left span {
	background: url(../images/lqq2.png) no-repeat center center;
	background-size: 90%;
}

.contact-main .lxwm_con1_u1 li:nth-child(3) .lxwm_con1_u1_left span {
	background: url(../images/lweixin1.png) no-repeat center center;
	background-size: 90%;
}

.contact-main .lxwm_con1_u1 li:nth-child(3):hover .lxwm_con1_u1_left span {
	background: url(../images/lweixin2.png) no-repeat center center;
	background-size: 90%;
}

.contact-main .lxwm_con1_u1 li:nth-child(4) .lxwm_con1_u1_left span {
	background: url(../images/l241.png) no-repeat center center;
	background-size: 90%;
}

.contact-main .lxwm_con1_u1 li:nth-child(4):hover .lxwm_con1_u1_left span {
	background: url(../images/l242.png) no-repeat center center;
	background-size: 90%;
}

.contact-main .lxwm_con1_u1 li:nth-child(5) .lxwm_con1_u1_left span {
	background: url(../images/lyoujian1.png) no-repeat center center;
	background-size: 90%;
}

.contact-main .lxwm_con1_u1 li:nth-child(5):hover .lxwm_con1_u1_left span {
	background: url(../images/lyoujian2.png) no-repeat center center;
	background-size: 90%;
}

.contact-main .lxwm_con1_u1 li:nth-child(6) .lxwm_con1_u1_left span {
	background: url(../images/lshijian1.png) no-repeat center center;
	background-size: 90%;
}

.contact-main .lxwm_con1_u1 li:nth-child(6):hover .lxwm_con1_u1_left span {
	background: url(../images/lshijian2.png) no-repeat center center;
	background-size: 90%;
}

.contact-main .lxwm_con1_u1_right {
	display: inline-block;
	vertical-align: bottom;
}

.contact-main .lxwm_con1_u1_right img {
	width: 80px;
	margin-right: 15px;
}

.contact-main .lxwm_con1_u1_right img:last-child {
	margin-right: 0;
}

.contact-main .lxwm_con1_u1 li:nth-child(3) .lxwm_con1_u1_right {
	margin-left: 30px;
}

.contact-main .lxwm_con1_u1 li:nth-child(6) {
	padding-top: 65px;
}

.contact-main .lxwm_con1_u1 li:nth-child(6) .lxwm_con1_u1_left font {
	margin-top: 0;
	font-size: 19px;
}

.contact-main .lxwm_con1_u1 li:nth-child(6) .lxwm_con1_u1_left {
	margin-right: 15px;
}

.contact-main .lxwm_con1_u2 li:nth-child(1) .lxwm_con1_u1_left span {
	background: url(../images/lppt1.png) no-repeat center center;
	background-size: 90%;
}

.contact-main .lxwm_con1_u2 li:nth-child(1):hover .lxwm_con1_u1_left span {
	background: url(../images/lppt2.png) no-repeat center center;
	background-size: 90%;
}

.contact-main .lxwm_con1_u2 li:nth-child(2) .lxwm_con1_u1_left span {
	background: url(../images/lyanjiang1.png) no-repeat center center;
	background-size: 90%;
}

.contact-main .lxwm_con1_u2 li:nth-child(2):hover .lxwm_con1_u1_left span {
	background: url(../images/lyanjiang2.png) no-repeat center center;
	background-size: 90%;
}


/**/

.news-list {
	width: 100%;
	background-color: #f3f3f3;
	margin: auto;
	padding: 35px 0px;
}

.news-list .big-title {
	margin: 0px auto 30px;
}

.news-list ul {
	width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.news-list ul li {
	width: 49%;
	background-color: white;
	padding-bottom: 25px;
	margin-bottom: 30px;
}

.news-list ul li p.one {
	width: 100%;
	overflow: hidden;
}

.news-list ul li p.one img {
	display: block;
	width: 100%;
}

.news-list ul li p.two {
	width: 90%;
	margin: auto;
	padding-top: 35px;
	padding-bottom: 10px;
	color: #666;
	text-transform: uppercase;
}

.news-list ul li p.three {
	width: 90%;
	margin: auto;
	font-size: 30px;
	color: #000;
	line-height: 45px;
	padding-bottom: 20px;
	min-height: 90px;
}

.news-list ul li p.four {
	color: #72716c;
	font-size: 13px;
	line-height: 1.8;
	width: 90%;
	margin: auto;
}


/**/

.join-main1 {
	width: 1200px;
	margin: auto;
	padding: 25px 0px;
}

.join-main1 p.one {
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	text-transform: uppercase;
}

.join-main1 p.two {
	text-align: center;
	font-size: 16px;
	color: #333333;
	margin: 15px auto;
}

.join-main1 p.three {
	width: 60%;
	margin: auto;
	color: #333333;
	font-size: 16px;
	line-height: 2;
	margin-bottom: 40px;
}

.join-main1 p.four {
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 5px;
}

.join-main1 p.hr {
	display: block;
	width: 50px;
	margin: 0px auto 30px;
	height: 1px;
	background-color: #333333
}

.join-main1 p.five {
	display: block;
	width: 140px;
	height: 140px;
	margin: auto;
	border-radius: 100%;
	overflow: hidden;
}

.join-main1 p.five img {
	display: block;
	width: 100%;
}

.join-main22 {
	width: 100%;
	background-color: #292929;
	padding: 40px 0px;
}

.join-main2 {
	width: 1200px;
	margin: auto;
}

.join-main2 .recruitment {
	padding: 36px 0 80px 0;
}

.join-main2 .recruitment .columnTitle .txt,
.join-main2 .recruitment .columnTitle .tit {
	color: #fff;
}

.join-main2 .recruitment li {
	width: 580px;
	float: left;
	margin-bottom: 20px;
}

.join-main2 .recruitment li:nth-child(even) {
	margin-left: 20px;
}

.join-main2 .recruitment li a {
	width: 100%;
	height: 100%;
	display: block;
	background: #fff;
	padding: 40px;
	box-sizing: border-box;
}

.join-main2 .recruitment li .icon2,
.join-main2 .recruitment li .icon1 {
	height: 60px;
}

.join-main2 .recruitment li .icon2 img,
.join-main2 .recruitment li .icon1 img {
	height: 100%;
}

.join-main2 .recruitment li .icon2 {
	display: none;
}

.join-main2 .recruitment li .tit {
	height: 30px;
	line-height: 30px;
	font-size: 18px;
	color: #000;
	margin-top: 24px;
}

.join-main2 .recruitment li .txt {
	height: 60px;
	line-height: 30px;
	font-size: 15px;
	color: #666666;
	margin-top: 12px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: break-all;
}

.join-main2 .recruitment li .btn {
	width: 54px;
	height: 54px;
	background: url(../images/recruitment_btn1.png) no-repeat 0 0;
	margin-top: 44px;
}

.join-main2 .recruitment li a:hover {
	background: #faa61a;
}

.join-main2 .recruitment li a:hover .icon1 {
	display: none;
}

.join-main2 .recruitment li a:hover .icon2 {
	display: block;
}

.join-main2 .recruitment li a:hover .txt,
.join-main2 .recruitment li a:hover .tit {
	color: #fff;
}

.join-main2 .recruitment li a:hover .btn {
	background-image: url(../images/recruitment_btn2.png);
	margin-left: 20px;
}

.join-main2 .recruitment li a,
.join-main2 .recruitment li .icon1,
.join-main2 .recruitment li .icon2,
.join-main2 .recruitment li .txt,
.join-main2 .recruitment li .tit,
.join-main2 .recruitment li .btn {
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
}

.columnTitle {
	text-align: center;
	margin-bottom: 58px;
	line-height: 40px;
	font-size: 36px;
	color: #000000;
}

.columnTitle .tit {
	line-height: 40px;
	font-size: 29px;
	color: #000000;
}

.columnTitle .txt {
	line-height: 30px;
	font-size: 16px;
	color: #666666;
	margin-top: 14px;
}


/**/

.join-main3 {
	width: 1200px;
	padding: 35px 0px;
	margin: 0px auto 30px;
}

.join-main3 p.one {
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	color: #333333;
	font-family: arial;
}

.join-main3 p.two {
	font-size: 14px;
	text-align: center;
	color: #333333;
	line-height: 1.8;
	margin-bottom: 35px;
}

.join-main3 .liuyan-box {
	width: 1000px;
	margin: auto;
	display: flex;
	justify-content: space-between;
}

.join-main3 .liuyan-box .left {
	width: 480px;
}

.join-main3 .liuyan-box .left input {
	width: 96%;
	padding: 0% 2%;
	height: 55px;
	border: 1px solid #333333;
	margin-bottom: 15px;
	box-sizing: border-box;
}

.join-main3 .liuyan-box .right {
	width: 480px;
}

.join-main3 .liuyan-box .right textarea {
	width: 96%;
	padding: 0% 2%;
	line-height: 1.8;
	height: 193px;
	border: 1px solid #333333;
}

.join-main3 .liuyan-box2 {
	text-align: center;
}

.join-main3 .liuyan-box2 input {
	width: 160px;
	margin: auto;
	height: 45px;
	border: 1px solid #333333;
	background-color: white;
}


/**/

p.about-title {
	text-align: center;
	font-size: 32px;
	color: #333333;
	padding: 40px 0px 20px;
}

p.about-desc {
	display: block;
	width: 700px;
	margin: auto;
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	color: #999999;
	padding-bottom: 40px;
}

.about-main1 {
	width: 1200px;
	margin: 25px auto;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.about-main1 .left {
	width: 760px;
}

.about-main1 .left img {
	display: block;
	width: 100%;
}

.about-main1 .right {
	display: block;
	width: 400px;
	padding-left: 40px;
	background-color: #faa61a;
}

.about-main1 .right p.one {
	font-size: 24px;
	color: white;
	margin-bottom: 30px;
	padding-top: 150px;
}

.about-main1 .right p.two {
	font-size: 14px;
	color: white;
	line-height: 2;
}

.about-main2 {
	width: 100%;
	height: 400px;
	position: relative;
}

.about-main2 .about-main22 {
	position: absolute;
	z-index: -9;
	width: 100%;
	height: 100%;
	background-image: url(../images/mainbg444.jpg);
	background-attachment: fixed;
}

.about-main2 p.one {
	font-size: 48px;
	font-weight: bold;
	line-height: 400px;
	text-align: center;
	color: white;
}

.about-main3 {
	width: 100%;
	padding: 35px 0px;
	background-color: #ebebeb;
}

.about-main3 p.titles {
	text-align: center;
	font-size: 32px;
	color: #333333;
	padding: 40px 0px 20px;
}

.about-main3 p.desc {
	display: block;
	width: 700px;
	margin: auto;
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	color: #999999;
	padding-bottom: 40px;
}

.about-main3 ul {
	width: 1200px;
	margin: 25px auto;
	display: flex;
	justify-content: space-between;
}

.about-main3 ul li {
	width: 280px;
	background-color: white
}

.about-main3 ul li p.one {
	display: block;
	width: 100%;
}

.about-main3 ul li p.one img {
	display: block;
	width: 100%;
}

.about-main3 ul li p.two {
	font-size: 14px;
	text-align: center;
	color: #070703;
	padding-top: 5px;
}

.about-main3 ul li p.three {
	font-size: 14px;
	text-align: center;
	color: #070703;
	padding: 5px 0px;
}

.about-main3 ul li p.four {
	color: #978d95;
	font-size: 14px;
	text-align: center;
	padding-bottom: 8px;
}

.about-main4 {
	width: 100%;
	margin: auto;
	padding: 35px 0px;
	overflow: hidden;
}

.about-main4 p.titles {
	text-align: center;
	font-size: 32px;
	color: #333333;
	padding: 40px 0px 20px;
}

.about-main4 p.desc {
	display: block;
	width: 700px;
	margin: auto;
	text-align: center;
	font-size: 14px;
	line-height: 1.8;
	color: #999999;
	padding-bottom: 40px;
}

.about-main4 .about-main44 img {
	display: block;
	width: 100%;
}

.about-main4 .about-main44 {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.about-main4 .about-main44 .right {
	position: absolute;
	right: 0;
	width: 40%;
	top: 0;
	height: 94%;
	padding-left: 10%;
	padding-top: 6%;
	background-color: rgba(0, 0, 0, .7)
}

.about-main4 .about-main44 .right p.one {
	font-size: 36px;
	color: white;
	text-transform: uppercase;
}

.about-main4 .about-main44 .right p.two {
	font-size: 36px;
	color: white;
	margin: 20px 0px;
}

.about-main4 .about-main44 .right p.three {
	font-size: 14px;
	line-height: 2;
	color: white;
}


/*  */


/**/

.pinpai-main {
	width: 100%;
	position: relative;
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
}

.pinpai-main p.one {
	display: block;
	width: 55%;
}

.pinpai-main p.one img {
	display: block;
	width: 100%;
}

.pinpai-main p.two {
	display: block;
	width: 22%;
	min-width: 410px;
	background-color: #f7bc1c;
	position: absolute;
	top: 5%;
	right: 0;
	padding: 2%;
}

.pinpai-main p.two span {
	display: block;
}

.pinpai-main p.two span:nth-child(1) {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 10px;
}

.pinpai-main p.two span:nth-child(2) {
	line-height: 1.8;
}

.pinpai-main p.three {
	width: 41%;
	padding: 2%;
	background-color: rgba(255, 255, 255, .9);
}

.pinpai-main p.three span {
	display: block;
}

.pinpai-main p.three span.twoo {
	border: 1px solid #666666;
	color: #666666;
	text-align: center;
	width: 160px;
	margin-bottom: 30px;
	padding: 5px 0px;
}

.pinpai-main p.three span:nth-child(1) {
	font-size: 48px;
	letter-spacing: 3px;
	margin-bottom: 10px;
	padding: 10% 0% 1%;
	font-family: 宋体;
}

.pinpai-main p.three span:nth-child(3) {
	line-height: 1.8;
	color: #1f1f1f;
}

.pinpai-main1 {
	width: 100%;
	height: 400px;
	margin: 0px 0px 30px;
	background-image: url(../images/aboutff.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: 100%;
}

.pinpai-main1 p {
	color: #f7bc1c;
	font-size: 33px;
	font-weight: bold;
	padding-left: 10%;
	line-height: 350px;
}

.pinpai-main2 {
	width: 1200px;
	margin: auto;
}

.pinpai-main2 .title {
	text-align: center;
}

.pinpai-main2 .title p.one {
	font-size: 48px;
	font-family: 宋体;
	margin-bottom: 10px;
}

.pinpai-main2 .title p.two {
	border: 1px solid #666666;
	color: #666666;
	width: 160px;
	padding: 5px 0px;
	margin: 0px auto 15px;
}

.pinpai-main2 .title p.three {
	line-height: 1.8;
	padding: 8px 0px;
	color: #666666;
}

.pinpai-main2 ul {
	width: 1200px;
	margin: 25px auto;
	display: flex;
	justify-content: space-between;
}

.pinpai-main2 ul li {
	width: 380px;
	background-color: white
}

.pinpai-main2 ul li p.one {
	display: block;
	width: 100%;
}

.pinpai-main2 ul li p.one img {
	display: block;
	width: 100%;
}

.pinpai-main2 ul li p.two {
	font-size: 14px;
	text-align: center;
	color: #666666;
	padding-top: 5px;
	font-size: 16px;
	margin-bottom: 10px;
}

.pinpai-main2 ul li p.three {
	font-size: 14px;
	text-align: center;
	color: #070703;
	padding: 5px 0px;
}

.pinpai-main2 ul li p.four {
	color: #978d95;
	font-size: 14px;
	text-align: center;
	padding-bottom: 8px;
	color: #666666;
	width: 80%;
	margin: auto;
}

.pinpai-main3 {
	width: 100%;
}

.pinpai-main3 img {
	display: block;
	width: 100%;
}

.us-main-w {
	width: 100%;
	position: relative;
	padding: 50px 0px;
}

.us-main-w .left {
	width: 50%;
	background-color: #50524d;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	z-index: -1;
}

.us-main-w .right {
	width: 50%;
	background-color: #8d8e8b;
	position: absolute;
	top: 0;
	z-index: -1;
	right: 0;
	bottom: 0;
}

.us-main {
	width: 1200px;
	margin: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.us-main .list {
	width: 430px;
	margin-bottom: 150px;
}

.us-main .list p.t1 {
	font-size: 50px;
	color: white;
	text-align: center;
	font-weight: bold;
	margin-bottom: -30px;
	position: relative;
	z-index: 9;
	text-transform: uppercase;
}

.us-main .list p.t2 {
	width: 100%;
	margin-bottom: 45px;
}

.us-main .list p.t2 img {
	display: block;
	width: 100%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
	transition: 0.3s all;
}

.us-main .list p.t2 img:hover {
	transition: 0.3s all;
	-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none;
}

.us-main .list p.t3 {
	color: white;
	margin-bottom: 45px;
	text-align: center;
}

.us-main .list p.t4 a {
	display: block;
	width: 140px;
	line-height: 38px;
	text-align: center;
	color: white;
	border: 1px solid white;
	margin: auto;
	text-transform: uppercase;
}

.us-main .list p.t4 a:hover {
	background-color: white;
	color: #555;
}

.us-main01 {
	width: 100%;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
}

.us-main01 .left {
	width: 49%;
}

.us-main01 .left img {
	display: block;
	width: 100%;
}

.us-main01 .right {
	width: 49%;
	padding-right: 4%;
	box-sizing: border-box;
}

.us-main01 .right p.t1 {
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 25px;
}

.us-main01 .right p.t2 {
	line-height: 1.8;
	font-size: 14px;
	margin-bottom: 25px;
}

.us-main01 .right p.t3 {
	font-size: 14px;
	line-height: 1.6;
}

.us-main02 {
	width: 1200px;
	margin: 50px auto;
	display: flex;
	justify-content: space-between;
}

.us-main02 .left {
	width: 370px;
	text-align: center;
	color: #141414;
	font-weight: bold;
	font-size: 15px;
}

.us-main02 .left .list {
	width: 100%;
	margin-bottom: 30px;
	cursor: pointer;
}

.us-main02 .left img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
	/*-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;*/
	transition: 0.3s all;
}
.us-main02 .left p{
	display: block;
	position: relative;
}
.us-main02 .left p:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.us-main02 .left p:hover:after {
	transition: 0.3s all;
	background-color: transparent;
}

.us-main02-t {
	width: 1200px;
	margin: 45px auto 0px;
	font-size: 14px;
	font-weight: bold;
}

.us-main03-t {
	width: 1200px;
	margin: 50px auto;
	text-transform: uppercase;
	text-align: center;
}

.us-main03-t p.t1 {
	font-size: 36px;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.us-main03-t p.t2 {
	font-size: 16px;
}

.us-main03 {
	width: 960px;
	margin: 10px auto 50px;
}

.us-main03 .one {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.us-main03 .one .pic {
	width: 460px;
}

.us-main03 .one .pic img {
	display: block;
	width: 100%;
}

.us-main03 .one .text {
	width: 460px;
}

.us-main03 .one .text p.t1 {
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 15px;
}

.us-main03 .one .text p.t2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.us-main03 .one .text p.t3 {
	font-weight: bold;
	font-size: 15px;
	display: block;
	width: 300px;
}

.us-main03 .two {
	width: 100%;
	margin-bottom: 80px;
}

.us-main03 .two img {
	display: block;
	width: 100%;
	margin-bottom: 15px;
}

.us-main03 .two p.t1 {
	font-weight: bold;
	font-size: 36px;
	margin-bottom: 15px;
}

.us-main03 .two p.t2 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

.us-main03 .two p.t3 {
	font-weight: bold;
	font-size: 15px;
	display: block;
	width: 300px;
}

.us-main03-tt {
	text-align: center;
}

.us-main03-tt p.t1 {
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 25px;
}

.us-main03-tt p.t2 {
	font-weight: bold;
	font-size: 28px;
	text-transform: uppercase;
}
.us-main04 {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin: 10px auto 80px;
}
.us-main04 .list{
	width: 280px;
	position: relative;
	transition: 0.3s all;
	cursor: pointer;
	overflow: hidden;
}
.us-main04 .list img{
	display: block;
	transition: 0.3s all;
	width: 100%;
		-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}
.us-main04 .list p{
	transition: 0.3s all;
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	background-color: rgba(0,0,0,.6);
	color: white;
	position: absolute;
	bottom: -80px;
}
.us-main04 .list p span.s1{
	display: block;
	font-weight: bold;
	margin-bottom: 6px;
}
.us-main04 .list p span.s2{
	font-size: 12px;
	display: block;
}
.us-main04 .list:hover img{
			-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;
	filter: none;
	transition: 0.3s all;
}
.us-main04 .list:hover p{
	bottom: 0;
}
