<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 初始化开始 */
body,
html,
div,
dl,
dt,
dd,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
th,
td,
a,
img,
span {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Microsoft YaHei";
	font-size: 14px;
	color: #434343;
	_height: 100%;
}

html {
	_overflow: hidden;
}


ul,
ol,
li,
dl,
dt,
dd {
	list-style: none;
}

img {
	border: 0;
}

a:hover {
	text-decoration: none;
}

.of {
	overflow: hidden;
}

input{
	 outline: none; 
}

/* 初始化结束 */

.center {
	width: 1200px;
	margin: 0 auto;
}

/* banner */

.banner .img{
	background: url(../img/banner.jpg) no-repeat center center;
	height: 460px;
	width: 100%;
	min-width: 1200px;
}

.content{
	width: 1200px;
	height: 80px;
	background: #fff;
	box-shadow: 0px 3px 13px 1px rgba(53, 53, 53, 0.1);
	border-radius: 5px;
	margin: 0 auto;
	margin-top: -40px;
	z-index: 999;
	padding: 0 15px;
}
.content input{
	height: 40px;
	margin-top: 20px;
	width: 275px;
	margin-right: 15px;
	padding: 15px;
	background-color: #eeeeee;
	border: none;
	border-radius: 5px;
	color: #666666;
}
.content button{
	height: 40px;
	color: #fff;
	background-color: #ff8400;
	border: none;
	width: 275px;
	border-radius: 5px;
}
/* 公司理念 */
.gsln {
	padding: 70px 0 50px;
}
.gsln .eng{
	font-size: 30px;
	color: #d2d2d2;
	text-transform : uppercase
}
.gsln .en{
	font-size: 36px;
	color: #333333;
}

/* 圆圈 */
.img_box{
	/* top: 0;
	left: 0; */
	position: absolute;
}
.img_box .item {
    width: 370px;
    height: 64px;
    display: flex;
    align-items: center;
    cursor: pointer;
    position: absolute;
}
.img_box .item.item1 {
    top: 74px;
    left: 156px;
	z-index: 1;
}
.img_box .item.item2 {
    top: 205px;
    left: 98px;
	z-index: 1;
}
.img_box .item.item3 {
    top: 337px;
    left: 142px;
	z-index: 1;
}
.img_box .item.item4 {
    top: 74px;
    left: 714px;
	z-index: 1;
}
.img_box .item.item5 {
    top: 205px;
    left: 776px;
	z-index: 1;
}
.img_box .item.item6 {
    top: 337px;
    left: 746px;
    z-index: 1;
}
.img_box .item.item4 img,
.img_box .item.item5 img,
.img_box .item.item6 img{
    margin-right: 24px;
}
.img_box .item p{
	width: 73%;
}
.img_box .item .textRight{
	text-align: right;
}
.img_box .item img{
	margin: 5px;
}
.img_box .item .p1{
	color: #333333;
	font-size: 24px;
	margin-bottom: 5px;
}
.img_box .item .p{
	color: #999999;
	font-size: 14px!important;
}
.bigImg{
	position: relative;
}
.bigImg img{
	position: absolute;
	left: 434px;
	top: 70px;
	width: 380px;
	border: 1px solid #EEEEEE;
	border-radius: 50%;
	padding: 50px;
}
.tabFocus img{
	border: 2px solid #ff8400;
	border-radius: 50%;
}
.tabFocus p{
	color: #ff8400!important;
}
.bgBox{
	height: 500px;
}
/* 招聘宣传片案例 */
.zpBox{
	margin-top: 50px;
}
.zpBox,
.picList{
	background-color: #f4f4f4;
	min-width: 1200px;
}
.picList{
	padding-bottom: 50px;
}
.picList .list {
	margin-right: 119px;
	margin-top: 20px;
}
.picList .list img{
	box-shadow: 12px 12px 0 2px #fff;
	transition: all 0.5s;
	height: 180px;
	width: 320px;
}
.picList .list img:hover{
	transform: scale(1.2);
}
.picList .list p{
	text-align: center;
	margin: 30px 0;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
}
.picList .list:nth-child(3n){
	margin-right: 0;
}

.carousel {
	min-width: 1200px;
}

.carousel-inner {
	height: 380px;
}

.carousel-inner&gt;.item&gt;a&gt;img,
.carousel-inner&gt;.item&gt;img {
	height: 380px;
	min-width: 1200px;
}

.ys{
	width: 100%;
}
.iconList{
	padding-bottom: 70px;
}
.iconList div{
	float: left;
	width: 160px;
	height: 200px;
	background-color: #f2f2f2;
	text-align: center;
	padding-top: 60px;
	margin-right: 12px;
}
.iconList div:last-child{
	margin-right: 0;
}
.iconList div p{
	color: #ff8400;
	font-size: 20px;
}
.news{
	background: url(../img/xgzx.jpg) no-repeat center center;
	height: 890px;
	min-width: 1200px;
}
.newList{
	background-color: #FFFFFF;
	overflow: hidden;
	padding: 50px;
}
.newPic{
	width: 49%;
	float: left;
}
.newPic img{
	width: 100%;
	margin-bottom: 20px;
	height: 303px;
}
.date{
	color: #333333;
	font-size: 16px;
}
.date2{
	color: #333333;
	font-size: 24px;
	margin: 10px 0;
}
.title{
	color: #333333;
	font-size: 20px;
}
.nr{
	color: #666666;
	font-size: 14px;
	ext-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}
.newList a:hover .title{
	color: #ff8400;
}
.newPic2{
	width: 49%;
	float: right;
}

.newPic2 img{
	width: 49%;
	float: left;
	height: 150px;
}
.newPic2 div{
	width: 49%;
	float: right;
}
.nr2{
	color: #666666;
	font-size: 14px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
	margin-top: 10px;
}
.title{
	color: #333333;
	font-size: 20px;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp:1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}
.newPic2 a{
	display: flow-root;
	margin-bottom: 20px;
}
.newPic2 a:last-child{
	margin-bottom: 0;
}</pre></body></html>