html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0;
}

@font-face {
   font-family: 'siyuan';
    src:  url('fonts/SOURCEHANSANSCN-LIGHT.OTF') format('truetype'),
    url('fonts/SOURCEHANSANSCN-EXTRALIGHT.OTF') format('truetype'),
    url('fonts/SOURCEHANSANSCN-HEAVY.OTF') format('truetype'),
    url('fonts/SOURCEHANSANSCN-MEDIUM.OTF') format('truetype'),
    url('fonts/SOURCEHANSANSCN-NORMAL.OTF') format('truetype'),
    url('fonts/SOURCEHANSANSCN-BOLD.OTF') format('truetype'),
    url('fonts/SOURCEHANSANSCN-REGULAR.OTF') format('truetype');
}
@font-face {
   font-family: 'siyuan bold';
    src: url('fonts/SOURCEHANSANSCN-REGULAR.OTF') format('truetype');
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	box-sizing: border-box;
	font-family: "siyuan","Microsoft Yahei";
}
a {
	cursor: pointer;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:visited,
a:hover,
a:link {
	text-decoration: none;
	color: inherit;
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto;
	white-space: pre-wrap;       /* css-3 */
	 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
	 white-space: -pre-wrap;      /* Opera 4-6 */
	 white-space: -o-pre-wrap;    /* Opera 7 */
	 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
code,
kbd,
pre,
samp {
	/*font-family: monospace, monospace;*/
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}
button {
	overflow: visible
}
button,
select {
	text-transform: none
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

.title {
	padding-left: 50px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 2px solid #666;
}

.content {
	margin-bottom: 20px;
}

.absoluteCenter {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.xCenter {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
/*上下*/

@keyframes caseimg {
	0% {
		top: 0;
	}
	50% {
		top: 10px;
	}
	100% {
		top: 0;
	}
}

@-moz-keyframes caseimg {
	0% {
		top: 0;
	}
	50% {
		top: 10px;
	}
	100% {
		top: 0;
	}
}

@-o-keyframes caseimg {
	0% {
		top: 0;
	}
	50% {
		top: 10px;
	}
	100% {
		top: 0;
	}
}

@-ms-keyframes caseimg {
	0% {
		top: 0;
	}
	50% {
		top: 10px;
	}
	100% {
		top: 0;
	}
}

.brand-banner {
	position: relative;
	width: 100%;
}

.brand-banner img {
	max-width: 100%;
}

.banner-info p {
	font-weight: 200;
	font-size: 2.8em;
	margin-bottom: 30px;
}

.banner-info span {
	font-size: 1.5em;
	font-weight: 100;
}

.brandTitle {
	text-align: center;
	margin:80px 0 50px 0;
}

.brandTitle h3 {
	color: #333;
	font-size: 2em;
}

.brandTitle span {
	font-size: 0.78em;
	color: #dcdcdc;
}

.brandTitle P {
	font-size: 1em;
	text-align: center;
	color: #959595;
	margin-top: 30px;
}

.guide {
	text-align: center;
	width: 100%;
	height: 75px;
	line-height: 75px;
	border-bottom: 2px solid #1083cd;
	color: #333;
	position: relative;
}
.guideList {
	display: block;
	text-align: center;
	height: 75px;
}
.guideList li {
	margin: 0 20px;
	font-size: 1.2em;
	height: 73px;
	vertical-align: top;
}
.guideList li {
	display: inline-block;
}
.guideList li a{
	box-sizing: border-box;
	width: 100%;
	height: 73px;
	display: block;
    padding: 0 10px;
}
.guideList  li a:hover{
	font-weight: bold;
	color: #1083cd;
	border-bottom: 5px solid #1083cd;
}
.guideList li a.active {
	font-weight: bold;
	color: #1083cd;
	border-bottom: 5px solid #1083cd;
}

.imgScale {
	width: 100%;
	overflow: hidden;
}

.imgScale img:hover {
	transition: all 0.2s linear;
	transform: scale(1.1); //设置缩放比例
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-moz-transform: scale(1.1);
}

.page-news {
	font-weight: bold;
	padding: 6px 20px 6px 20px;
}

.page-news a {
	display: block;
	margin-top: 10px;
	border: 1px solid #999;
	color: #999;
	padding: 5px 10px;
}

a.prev{
	float: left;
}

a.next{
	float: right;
}

.page-news a:hover {
	border-color: #1c7cbf;
	color: #1c7cbf;
}

.page-news a:hover .arrowR,
.page-news a:hover .arrowL {
	border-color: #1c7cbf;
}

.arrowL,
.arrowR {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-left: 2px solid #9f9f9f;
	border-top: 2px solid #9f9f9f;
}

.arrowL {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.arrowR {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#side-fixed {
	position: fixed;
	top: 15%;
	right: 50px;
	z-index: 500;
	display: none;
}

.side-icon {
	width: 47px;
}

.side-icon ul.firstIcon {
	width: 100%;
}

.side-icon .firstIcon>li {
	width: 100%;
	margin-top: 15px;
}
.side-icon>ul>li:last-child {
	cursor: pointer;
	position: relative;
	width: 47px;
	height: 47px;
	border: 1px solid #b2b3b3;
	border-radius: 50%;
}

.side-icon .firstIcon>li:last-child a {
	display: block;
	width: 45%;
	height: 45%;
	border-left: 2px solid #b2b3b3;
	border-top: 2px solid #b2b3b3;
	transform: rotate(45deg);
	position: absolute;
	top: 60%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.side-icon li.changeicon {
	display: block;
	position: relative;
}

.overicon {
	display: block;
	width: 46px;
	height: 46px;
}

.overicon img {
	max-width: 100%;
}

.side-icon li a div {
	position: absolute;
	top: 0px;
	font-size: 1em;
	border: 1px solid #e5e5e5;
	background: #fff;
	z-index: 1000;
}

.msg-success {
	position: absolute;
	top: 0px;
	font-size: 1em;
	border: 1px solid #e5e5e5;
	background: #fff;
	z-index: 1001;
}

i.rightCircle {
	display: block;
	background: #fff;
	border: 1px solid #e5e5e5;
	border-right: none;
	border-bottom: none;
	transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	position: absolute;
	top: 7px;
}

.tel-number {
	color: #0076ca;
	text-align: center;
	padding: 10px;
	width: 147px;
	height: 41px;
	left: -152px;
}

.tel-number>i.rightCircle {
	height: 10px;
	width: 10px;
	left: 141px;
}

.weixinBlock {
	display: none;
	padding: 10px;
	left: -167px;
}

.weixinBlock>i.rightCircle {
	left: 155px;
	height: 12px;
	width: 12px;
}

.customMsg {
	display: none;
}

.postMsg,
.msg-success,
.msg-failed,
.tel-number,
.weixinBlock {
	box-shadow: #e5e5e5 0px 0px 5px;
}
.hideForm {
	display: none;
}

.postMsg {
	position: absolute;
	background: #fff;
	font-size: 1em;
	padding: 10px;
	color: #0076ca;
	left: -264px;
	top: 0;
	width: 260px;
	border: 1px solid #e5e5e5;
}

.postMsg i.rightCircle {
	right: -7px;
	height: 12px;
	width: 12px;
}

.postMsg li {
	height: 28px;
	line-height: 28px;
	font-weight: 400;
}
.postMsg>p {
	font-size: 0.8em;
	margin-bottom: 5px;
}

.customL label {
	font-size: 0.8em;
}

.postMsg li p {
	margin-right: 5px;
	display: inline-block;
	width: 13px;
	height: 13px;
	line-height: 13px;
	text-align: center;
	border: 1px solid #c1c1c1;
	border-radius: 50%;
	position: relative;
}

.postMsg li p.active {
	border-color: #0076ca;
}

.postMsg li p.active i {
	display: inline-block;
	width: 7px;
	height: 7px;
	background: #0076ca;
	border-radius: 50%;
	position: absolute;
	top: 2px;
	left: 2px;
}

#tel,
#mail,
.liuyan {
	margin-top: 5px;
	width: 100%;
	font-size: 0.8em;
}

#tel,
#mail {
	height: 30px;
}

.submited {
	display: block;
	width: 100%;
	background: #0076ca;
	color: #fff;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border: none;
	margin-top: 10px;
	border-radius: 10px;
}

.submited:hover {
	color: #fff;
}

.msg-success,
.msg-failed {
	background: #fff;
	width: 210px;
	height: 215px;
	z-index: 1001;
	display: none;
	position: absolute;
	top: 5px;
	right: 52px;
	text-align: center;
	padding: 30px;
	border: 1px solid #e5e5e5;
}

.msg-failed {
	height: 155px;
}

.msg-success p,
.msg-failed p {
	margin: 10px;
	font-size: 1.1em;
}

.msg-success span {
	font-size: 0.7em;
}

.close {
	display: block;
	width: 100%;
	background: #0076ca;
	color: #fff;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border: none;
	margin-top: 10px;
	border-radius: 10px;
}

.fail-close {
	display: block;
	width: 100%;
	background: #0076ca;
	color: #fff;
	text-align: center;
	height: 30px;
	line-height: 30px;
	border: none;
	margin-top: 40px;
	border-radius: 10px;
}

.fail-close:hover {
	color: #fff !important;
}

.msg-success i,
.msg-failed i {
	top: 10px;
	right: -6px;
	height: 12px;
	width: 12px;
}

input.error {
	border: 1px solid red;
}

.yuanhui {
	position: relative;
	margin-top: -30px;
}

.yuanhui>img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.yh-text {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 0.89em;
	line-height: 30px;
	color: #fff;
	padding: 100px 0 40px 70px;
	width: 35%;
	height: 100%;
}

.yh-text pre {
	font-size: 0.89em;
	word-wrap: break-word;
	word-break: normal;
	overflow: hidden;
	display: block;
	width: 100%;
	height: 330px;
	font-family: "siyuan";
}

.s-content {
	padding: 10px;
	font-size: 0.89em;
}

.s-content img {
	display: block;
}

.s-content span {
	color: #9d9d9d;
	display: block;
	margin: 15px 0;
}

.s-content p {
	width: 100%;
	text-align: right;
	color: #666;
}

.part-content {
	padding: 20px;
	text-align: center;
	width: 50%;
	height: 99px;
	display: inline-block;
	position: relative;
}

.part-content img {
	max-width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.bottom-size {
	font-size: 0;
}

.partner-slide,
.bottom-slide {
	width: 100%;
	padding: 0 50px;
}

.partner-slide .swiper-slide {
	width: 100%;
}

#swiper-content .swiper-slide {
	position: relative;
}

 img.banner-img {
	max-width: 100%;
}

#swiper-content .swiper-slide .text-info {
	text-align: center;
	position: absolute;
	top: 31%;
	left: 50%;
	color: #fff;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
}
div.swiper-button-next,div.swiper-button-prev{
	width: 50px;
	height: 100%;
	background: #fff;
}
.partner-slide .swiper-slide {
	border: 1px solid #EBEBEB;
}

.newslist li>a p {
	height: 54px;
	line-height: 18px;
	overflow: hidden;
	color: #999;
	font-size: 0.89em;
	margin: 15px 0;
}

.s-content p {
	width: 100%;
	text-align: right;
	color: #666;
}

.s-content span {
	color: #9d9d9d;
	display: block;
	margin: 15px 0;
	height: 105px;
	overflow: hidden;
	line-height: 21px;
}

.customL li input {
	display: none;
}

.jobSwiper {
	display: none;
}

.jobSwiper:first-child {
	display: block;
}

.showForm {
	display: block;
}


/*._msg{
	overflow: hidden;
}*/

.beian {
	margin-top: 30px;
	text-align: center;
}
#yuanhuiInfo,#joinUs,#culture,#news,#contact{
	margin-bottom: 120px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { 
font-family: "siyuan";
} 
input:-moz-placeholder, textarea:-moz-placeholder { 
font-family: "siyuan";
} 
input::-moz-placeholder, textarea::-moz-placeholder { 
font-family: "siyuan";
} 
input:-ms-input-placeholder, textarea:-ms-input-placeholder { 
font-family: "siyuan";
} 
.model-trans{
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 400;
	background: transparent;
	display: none;
}
