/*-------------------------------------------------头部底部--------------------------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #4a4a4a;
	background: #FFF
}

div,
form,
ul,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	list-style: none;
}

input,
select,
textarea {
	font-size: 16px;
	color: #686868;
	line-height: 16px;
}

img {
	border: 0;
	margin: 0;
	padding: 0;
}

ul {
	list-style-type: none;
	list-style: none;
	margin: 0px
}

ul,
li,
dl,
dt,
dd {
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #373737
}
a:focus{outline:none;}
.clear {
	clear: both;
}

body {
	width: 100%;
}

#fix {
	width: 100%;
	position: fixed;
	background: #fff;
	border-top: 4px solid #d71f29;
	height: 100px;
	z-index: 9999;
}
#div1,
#div2,
#div3,
#div4,
#div5,
#div6 {
	width: 0;
	height: 0;
	overflow: hidden;
}
.box {
	width: 85%;
	margin: 0 auto;
	height: 100px;
}
.logo {
	width: 30%;
	float: left;
}
.logo a img {
	width: 450px;
	height: 66px;
	margin-top: 15px;
}

.nav_box {
	float: 70%;
	float: right;
	text-align: right;
}

.nav {
	text-align: right;
}

.nav li {
	float: left;
	height: 100px;
	line-height: 100px;
}

.nav li a {
	display:inline-block;
	padding: 0 18px;
	height: 100px;
	line-height: 100px;
}
.item1 {
	height: 450px;
}
.item2 {
	height: 500px;
}

.item3 {
	height: 420px;
	background: #f1f1f1;
}

.item4 {
	height: 300px;
}
.item5 {
	height: 300px;
	background: #f1f1f1;
}
.item6 {
	height: 260px;
}
/*.content{
			position: relative;
		}*/

/*.content div:nth-of-type(2n) {
	background-color: red;
}*/

/*.content div:nth-of-type(2n+1) {
	background-color: yellow;
}*/

/*banner切换*/

#full-screen-slider {
	width: 100%;
	height: 450px;
	float: left;
	position: relative
}

#slides {
	display: block;
	width: 100%;
	height: 450px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute;
}
#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: 0px
}
#pagination {
	display: block;
	list-style: none;
	position: absolute;
	left: 50%;
	top: 400px;
	z-index: 900;
	padding: 5px 15px 5px 0;
	margin: 0
}
#pagination li {
	display: block;
	list-style: none;
	width: 10px;
	height: 10px;
	float: left;
	margin-left: 15px;
	border-radius: 5px;
	background: #FFF
}
#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}

#pagination li.current {
	background: #d71f29
}


/*公司简介*/

.tatle {
	width: 100%;
	height: 75px;
	line-height: 75px;
	background: url(../img/tatle.png) no-repeat bottom center;
	text-align: center;
	font-size: 30px;
	color: #d71f29;
}

.profiles {
	width: 75%;
	margin: 0 auto;
	line-height: 30px;
	margin-top: 20px;
	text-align: center;
}

.profiles p {
	text-indent: 2em;
	text-align: left;
	font-size:1em;
}

.profiles img {
	width: 731px;
	height: 200px;
	margin-top: 15px;
	-moz-border-radius: 10px;
	/*Mozilla(e.g firefox)*/
	-webkit-border-radius: 10px;
	/*webkit (e.g safari and chrome)*/
	border-radius: 10px;
	/*w3c*/
}

.scrollpic {
	max-width: 948px;
	min-height: 550px;
	margin: 10px auto;
}

#myscroll {
	display: block;
	width: 100%;
	position: relative;
	height: 225px;
	/*显示的高度*/
	overflow: hidden;
}

#myscroll #myscrollbox {
	display: block;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
	width: 1000000px;
}

#myscroll ul {
	display: block;
	float: left;
	list-style-type: none;
	padding: 0;
	margin: 0;
}

#myscroll ul li {
	display: block;
	float: left;
}

#myscroll ul li a {
	background: #FFFFFF;
	display: block;
	float: left;
	width: 195px;
	padding: 10px 10px;
	position: relative;
	height: 183px;
	color: #333;
	border: 1px solid #dddddd;
	margin: 12px;
	-webkit-box-shadow: 1px 1px 1px #dcdcdc;
	/*投影*/
	-moz-box-shadow: 1px 1px 1px #dcdcdc;
	box-shadow: 1px 1px 1px #dcdcdc;
	-moz-border-radius: 5x;
	-webkit-border-radius: 5x;
	border-radius: 5px;
}

#myscroll a .intro {
	position: absolute;
	left: 0;
	z-index: 10;
	background: #feeae8;
	background-color: rgba(255, 239, 239, 0.95);
	color: rgb(255, 255, 255);
	padding: 0 0px;
	-webkit-box-shadow: 1px 1px 1px #dcdcdc;
	-moz-box-shadow: 1px 1px 1px #dcdcdc;
	box-shadow: 1px 1px 1px #dcdcdc;
	width: 215px;
	border: 1px solid #fa4047;
	-moz-border-radius: 5x;
	-webkit-border-radius: 5x;
	border-radius: 5px;
	/*w3c*/
}

#myscroll h4 {
	font-size: 16px;
	font-weight: 500;
	font-family: "微软雅黑";
	margin-top: 4px
}

#myscroll a .intro h5 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	padding: 0 0px 0 10px;
	background: url(img/go.png) right no-repeat;
	height: 30px;
	width: 205px;
	line-height: 23px;
	border-bottom: 1px solid rgba(16, 0, 15, .2);
	font-family: "微软雅黑";
	margin-top: 5px;
	color: #4A4A4A;
}

#myscroll a .intro p {
	font-size: 15px;
	line-height: 22px;
	margin: 10px 10px;
	height: 130px;
	overflow: hidden;
	text-indent: 2em;
	color: #4A4A4A;
}

#myscroll a .intro {
	bottom: -203px;
	/*默认隐藏120*/
}

#myscroll a:hover .intro {
	bottom: 0px;
	height: 203px;
	/*划过上移130px*/
}

#mybtns {
	margin: 10px;
	width: 98%;
	display: block;
	height: 42px;
	margin-top: 0px
}

#mybtns a {
	width: 42px;
	height: 42px;
	display: block;
	float: right;
	margin-right: 1px;
	background-color: #c1c1c1;
	text-align: right;
}

#mybtns a:hover {
	background-color: #d7000f;
}

#mybtns a:hover,
#myscroll,
#mybtns a,
#myscroll a:hover .intro,
#myscroll a .intro,
#myscroll #myscrollbox {
	-webkit-transition: all 0.20s ease;
	-moz-transition: all 0.20s ease;
	-ms-transition: all 0.205s ease;
	-o-transition: all 0.205s ease;
	transition: all 0.205s ease;
}

#mybtns #left {
	background-image: url(../img/jt_l.png);
}
#mybtns #right {
	background-image: url(../img/jt_r.png);
}
@media(min-width:1572px) {
	.scrollpic {
		max-width: 1572px;
		width: 100%;
	}
	#myscroll {
		width: 1572px;
	}
}
@media(max-width:1571px) {
	.scrollpic {
		max-width: 1207px;
		width: 100%;
	}
	#myscroll {
		width: 1207px;
	}
}
@media(max-width:1247px) {
	.scrollpic {
		max-width: 950px;
		width: 100%;
	}
	#myscroll {
		width: 950px;
	}
}
@media(max-width:1047px) {
	.scrollpic {
		max-width: 968px;
		width: 100%;
	}
	#myscroll {
		width: 968px;
	}
}

/*浏览器宽度变化时需刷新页面才能正常显示*/

.ditu {
	width: 100%;
	height: 308px;
	text-align: center;
	margin-top: 15px
}
.ditu img {
	width: 908px;
	height: 308px;
}
.xinxi {
	width: 498px;
	margin: 0 auto;
	display: block;
	padding-top: 30px;
	height: 90px;
}
.xinxi li {

	height: 32px;
}
.xinxi-left {
	width: 63%;
}
.xinxi-right {
	width: 37%;
}
.xinxi li img {
	margin-right: 5px;
	vertical-align: middle;
}
.bottom {
	width: 100%;
	height: 38px;
	line-height: 38px;
	background: #d71f29;
	color: #fff;
	font-size: 16px;
	font-weight: 100;
	text-align: center;
}
.recruit-content{
	width: 100%;
}
.recruit-banner{
	width: 100%;
	height:240px;
	background: url(../img/ban.jpg) no-repeat top center;
}
.zhaopin{
	background: #f1f1f1;
	margin-top: 20px;
	width: 100%;
}
.zhaopin-1{
	
	width: 100%;
}
.zhao-tatle{
	width: 75%;
	height: 75px;
	margin: 0 auto;
	
}
.zhao-tatle span{
	width: 160px;
	height: 75px;
	line-height: 65px;
	display: block;
	color: #d71f29;
	font-size: 30px;
	text-align: center;
	background: url(../img/zhao.png) no-repeat bottom left;
}
.zhaopin-p {
	width: 75%;
	margin: 0 auto;
	line-height: 33px;
	padding-bottom: 20px;
}
.zhaopin p {
	text-align: left;
}
.danwei{
	width:1100px;
	margin:0 auto;
	margin-top: 20px;
}
.danwei li{
	width: 193px;
	height: 66px;
	float: left;
	margin: 13px 11px;
	border: 1px solid #dedede;
	border-radius: 7px;
}
.danwei li a {
	width: 193px;
	height: 66px;
	border: 1px solid #dedede;
	border-radius: 7px;
	display: inline-block;
}
/*.danwei li a:hover{
	border: 1px solid #ff0000;
}*/
.huoban{
	width:1100px;
	margin:0 auto;
	margin-top: 20px;
}
.huoban li{
	width: 161px;
	height: 66px;
	float: left;
	margin: 13px 10px;
	border: 1px solid #dedede;
	border-radius: 5px;
}
/*.huoban li a {
	width: 161px;
	height: 66px;
	border: 1px solid #dedede;
	border-radius: 5px;
	display: inline-block;
}*/
/*.huoban li a:hover{
	border: 1px solid #ff0000;
}*/










