@charset "utf-8";
/* CSS Document */
blockquote, body, button, code, dd, div, dl, dt, fieldset, form, h1, h2, h3, h4, h5, h6, input, legend, li, ol, p, pre, td, textarea, th, ul, * {
	margin: 0;
	padding: 0;
}
img {
	border: medium none;
}
ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
li {
	list-style: none outside none;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
}
i {
	font-style: normal;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: medium none;
}
input, img, textarea {
	display: block;
	border: 0;
	outline: 0
}
body:first-of-type {
	position: relative;
}
html {
	overflow-y: scroll;
}
body {
	font-family: microsoft yahei, Arial, Helvetica, sans-serif;
	color: #4D4D4D;
	background-color: #fff;
}
input[type=button], input[type=reset], input[type=submit], button {
	-webkit-appearance: none;
	border: 0 none;
}
a, button {
	cursor: pointer;
}
a {
	text-decoration: none;
	color: #333;
	outline: none;
}
.weight{   font-weight: bold;} 
/*搜索框默认字体颜色*/
input:-moz-placeholder, textarea:-moz-placeholder {
color: #b8b8b7;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #b8b8b7;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #b8b8b7;
}
/*头部*/
header {
	background: #FF8410;
	width: 100%;
	margin: 0 auto;
	min-width: 1080px;
}
.m-headertop {
	position: relative;
	max-width: 1080px;
	height: 72px;
	margin: 0 auto;
	z-index: 6;
}
header .m-logo {
	float: left;
	width: 106px;
	height: 48px;
	overflow: hidden;
	margin: 12px 0 0;
}
header .m-logo a {
	display: block;
	height: 48px;
	background: url(../img/Anysoft_logo.png) no-repeat;
	text-indent: -9999px;
}
header .m-clouds {
	position: absolute;
	right: 0;
	margin: 0;
	box-sizing: border-box;
}
header .m-clouds a {
	float: left;
	margin: 0;
	width: 130px;
	height: 72px;
	line-height: 72px;
	font-size: 16px;
	color: #fff;
	text-align: center;
	position: relative;
	transition: all .25s;
}

header .m-clouds a:hover {
	background: rgba(0,0,0,.1);
	color: #fff;
	transition: all .25s;
}
/*#head_fixed{}*/
/*书籍导航条*/
.pageMark {
	margin: 30px 0 30px;
}
.pageMark a, .pageMark span {
	margin-right: 10px;
	color: #999999;
	font-size: 16px;
}
/*内容*/	
.content {
	width: 1080px;
	margin: 0 auto;
	overflow: hidden;
	min-height: calc(100vh - 310px);
}
/*员工福利*/
.welfare {
	font-size: 16px;
	color: #999999;
	margin-top: -10px;
}
/*左侧导航*/
.cent-nav {
	width: 220px;
	height: 100%;
	float: left;
	display: block;
	clear: both;
}
.cent-nav ul {
	height: 100%;
	background-color: #fff;
}
.cent-nav ul a {
	width: 100%;
	height: 48px;
	text-align: left;
}
.cent-nav ul a li {
	display: block;
	height: 48px;
	font-size: 18px;
	padding-left: 40px;
	line-height: 48px;
}
.cent-nav ul a:hover li {

	transition: all .25s;
	color: #FF8410;
	font-weight: bold;
	border-left: 1px solid #E6E6E6;
}
.NavActive {
	color: #FF8410;
	background-image: linear-gradient(to right, #FFF1E4, #ffffff);
	border-left: 2px solid #FF8410;
	font-weight: bold;
}
.NavInit {
	color: #999999;
	border-left: 1px solid #E6E6E6;
}
.booklist_R {
	width: 860px;
	font-size: 14px;
	float: right;
	background-color: #fff;
}
.booklist_R {
	text-align: justify;
	padding: 0 0 40px;
	display: block;
	overflow: hidden;
	font-size: 16px;
}
.booklist_R .common-section-title {
	height: 60px;
}
.booklist_R .common-section-title span {
	line-height: 28px;
	font-size: 28px;
	float: left;
	color: #000000;
}
/*加入我们*/
.main {
	margin: 0 0 70px;
	width: 1080px;
}
.main .common-section-title {
	height: 119px;
}
.main .common-section-title>span {
	line-height: 36px;
	font-size: 28px;
	display: block;
	color: #222142;
	font-weight: bold;
}
.main .common-section-title>p {
	font-size: 16px;
	padding-top: 20px;
	color:#222142;
}
.main .common-section-title>p>span {
	padding: 0 6px
}
/*新闻详情*/
.newsreport .main .common-section-title {
	height: 90px;
}
.newsreport .main .welfare {
	color: #BFBFBF;
	font-size: 16px;
}
.main .news_cont {
	border-top: 1px dashed #888888;
	padding: 30px 0;
}
.main .news_cont>p {
	line-height: 36px;
	margin-bottom: 30px;
	font-size: 18px;
}
.main .news_cont>img {
	width: 100%;
	margin-bottom: 30px;
}
/*页尾*/
footer {
	background-color: #F5F5FA;
	font-size: 16px;
	width: 100%;
	min-width: 1080px;
	height: 216px;
	text-align: center;
	clear: both;
	
}
footer a {
	color: #525266;
	margin: 0 0 30px;
    padding: 20px 30px;
	font-weight: bold;
}
footer .footerlist {
	width: 1080px;
	margin: 0 auto;
	padding: 50px 0 50px;
}
footer .footerlist .footerNav {
	padding-bottom: 30px;
}
footer .footerlist .footerNav .active,footer .footerlist .footerNav a:hover {
	color: #FF8410;    transition: all .25s;
}
footer .footerlist p {
	font-size: 13px;
	color: #BFBFBF;
	line-height: 24px
}



/*图片蒙层*/
 .magnify_img {
    width: 100%;
    height: 620px;
	max-width: 826px;
	max-height: 620px;
    z-index: 1000;
    position: fixed;
    left: 50%;
    top: 50%;
	 margin-left: -413px;
	 margin-top: -310px;
	 text-align: center;
}	
.magnify_img img{width: auto;height: auto; max-height: 620px;    max-width: 826px;   margin: 0 auto;}	
.magnify_img .bigImgSrc{
	display: -webkit-box;
	-moz-box-align: center;
	-webkit-box-align: center;
	-moz-box-pack: center;
	-webkit-box-pack: center;
	height: 620px;
}
.magnify_title{    color: #fff;    text-align: center;    position: absolute;    top: -45px;    width: 100%;}	
.mask {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
    z-index: 10;
    display: none;
}
.button-next, .button-prev {
	width: 48px;
	height: 48px;
    position: absolute;
    top: 50%;
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
	transition: all .25s;
	z-index: 1002;
}
	
.button-next{
    left: 30px;
    right: auto;
	background: url(../img/img_left.png) no-repeat;
}
.button-prev{
    right: 30px;
    left: auto;
	background: url(../img/img_right.png) no-repeat;
}
.button-next:hover{background: url(../img/img_on_left.png) no-repeat;}	
.button-prev:hover{background: url(../img/img_on_right.png) no-repeat;}
.mask .close{position: absolute;right: 30px;top:26px; cursor: pointer;}

.newsreport .main .news_cont>p{font-family: "Helvetica Neue", Helvetica, "KaiTi", "楷体", "STKaiti", "华文楷体", serif!important;}