/*@font-face {*/
	font-family: "PingFang Light";
	src: url('../fonts/PINGFANG LIGHT.TTF');
}

body {
	font-family: "微软雅黑";
	color: #000;
}

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

img {
	border: 0;
	display: block;
}

a {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #000;
	text-decoration: none;
}

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

html,
body {}

body {
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}

header {
	z-index: 777;
	width: 100%;
	margin: 0 auto;
	height: 1rem;
	background: #ffffff;
	position: relative;
	top:0;
	transition: all 0.5s ease 0s;
}
header h1 {
	display: block;
	float: left;
	margin-top: .15rem;
	margin-left: .57rem;
}

header h1 img {
	display: inline-block;
	width: 1.57rem;
}

nav {
	float: right;
	margin-top: 0rem;
	margin-right: 1rem;
	height: 1rem;
	transition: all 0.5s ease 0s;
}

nav li {
	float: left;
	line-height: 1rem;
	position: relative;
	display: inline-block;
	transition: all 0.5s ease 0s;
}

nav li:hover:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #153a95;
	position: absolute;
	top: 0px;
	left: 0%;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}

nav li.cur:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #153a95;
	position: absolute;
	top: 0px;
	left: 0%;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
nav li.cur a{
	color:#153a93;
}
nav li{
	margin: 0 .35rem;
}
nav a {
	display: block;
	font-size: .19rem;
	height: auto;
	color: #444444;
	position: relative;
	text-align: center;
	font-family: "Avenir";
}
nav a:hover{
	color: #153a93;
}
header.on {
	background:rgba(255,255,255,0.95);
	height:.85rem;
	line-height:80px;
	-webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 999;
    position: fixed;
    transition: all 0.5s ease 0s;
}
header.on nav{
	height:.85rem;
	transition: all 0.5s ease 0s;
}
header.on nav li{
	height:.85rem;
	line-height: .85rem;
	transition: all 0.5s ease 0s;
}
header.on h1{
	margin-top: .05rem;
	margin-left: .57rem;
	transition: all 0.5s ease 0s;
}
header.on h1 img {
	display: inline-block;
	width: 1.37rem;
	transition: all 0.5s ease 0s;
}
.search {
	width: .18rem;
	height: .18rem;
	background: url(../images/search-1.png) no-repeat;
	background-size: 100%;
	position: absolute;
	right: .67rem;
	top: .4rem;
	transition: all 0.5s ease 0s;
}
header.on .search {
	top: .33rem;
	transition: all 0.5s ease 0s;
}
.hid {
	opacity: 0.0!important;
	-webkit-transform: translateY(60px)!important;
	transform: translateY(60px)!important;
	-webkit-transition-timing-function: cubic-bezier(.41, .2, .38, .8)!important;
	transition-timing-function: cubic-bezier(.41, .2, .38, .8)!important;
	-webkit-transition-property: opacity, -webkit-transform!important;
	transition-property: opacity, transform!important;
	-webkit-transition-duration: .74s!important;
	transition-duration: .74s!important
}

.hid.lz {
	opacity: 1.0!important;
	-webkit-transform: translateY(0) translateZ(0)!important;
	transform: translateY(0) translateZ(0)!important
}

.banner {
	width: 100%;
	margin-top: 0rem;
	float: left;
	position: relative;
}

.banner .am-slider-default .am-control-nav {
	width: initial;
	background: rgba(255, 255, 255, 0.65);
	border-radius: 14px;
	left: inherit;
	padding: 3px 7px 4px 7px;
	right: 45%;
	display: none;
}

.banner .am-slider-default .am-control-nav li {
	vertical-align: middle;
	margin: 0 4px;
}

.banner .am-slider-default .am-control-nav li a {
	width: 10px;
	height: 10px;
	-webkit-box-shadow: inherit;
	box-shadow: inherit;
}

.banner img {
	width: 100%;
	display: block;
}

.banner .am-slider-default .am-direction-nav a {
	background:rgba(0, 0, 0, 0.35);
	width: 52px;
	height: 83px;
	top: 40%;
}

.banner .am-slider-default .am-direction-nav .am-prev {
	left: 0;
}

.banner .am-slider-default .am-direction-nav .am-next {
	right: 0;
	background: rgba(0, 0, 0, 0.35);
}
.swiper-button-next{
	width: .62rem!important;
	height: .62rem!important;
	border: 1px solid #dcdcdc;
	display: block;
	background:url(../images/n-r-1.svg) no-repeat center center!important;
	background-size: .3rem!important;
}
.swiper-button-prev{
	width: .62rem!important;
	height: .62rem!important;
	border: 1px solid #dcdcdc;
	display: block;
	background:url(../images/n-l-1.svg) no-repeat center center!important;
	background-size: .3rem!important;
}
.swiper-button-next:hover{
	width: .62rem!important;
	height: .62rem!important;
	border: 1px solid #153a93;
	background:url(../images/n-r.svg) no-repeat center center #153a93!important;
	display: block;
	background-size: .3rem!important;
}
.swiper-button-prev:hover{
	width: .62rem!important;
	height: .62rem!important;
	border: 1px solid #153a93;
	background:url(../images/n-l.svg) no-repeat center center #153a93!important;
	display: block;
	background-size: .3rem!important;
}
.hm{
	position: absolute;
	left: 0;
	bottom: .2rem;
	width: 100%;
	text-align: right;
	color: #ffffff;
}
.hm a{
	color: #ffffff;
}
.hm h3{
	width: 14.32rem;
	text-align: right;
	margin: 0 auto;
	font-weight: normal;
	font-size: .14rem;
	overflow: hidden;
}
.hm h3 img{
	display: inline-block;
	width: auto;
	vertical-align: middle;
	margin-top: -.05rem;
}

.navlist{
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	min-height: .86rem;
}
.navlist .title{
	width: 14.32rem;
	margin: 0 auto;
	overflow: hidden;
}
.navlist .title h3{
	float: left;
	line-height: .86rem;
	position: relative;
	padding-left: .2rem;
	color: #143a94;
	font-family: "微软雅黑";
	font-size: .18rem;
}
.navlist .title h3:after {
	content: "";
	width: 3px;
	height: .18rem;
	background: #153a95;
	position: absolute;
	top: .34rem;
	left: 0%;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
.navlist .title ul{
	float: right;
	margin-right: -.25rem;
}
.navlist .title ul li{
	float: left;
	line-height: .86rem;
	font-family: "微软雅黑";
	font-size: .16rem;
	margin: 0 .25rem;
	position: relative;
}
.navlist .title ul li a{
	color: #333333;
}
.navlist .title ul li a:hover{
	color: #153a93;
}
.navlist .title ul li.cur a{
	color: #153a93;
}
.navlist .title ul li:hover:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #153a95;
	position: absolute;
	bottom: 0;
	left: 0%;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
.navlist .title ul li.cur:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #153a95;
	position: absolute;
	bottom: 0;
	left: 0%;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
.main {
	width: 14.32rem;
	margin: 0 auto;
	overflow: hidden;
	padding-top: .7rem;
	padding-bottom: .7rem;
}
.main .jqqd{
	width: 100%;
	display: block;
	text-align: center;
}
.main .jqqd img{
	display: inline-block;
	max-width: 70%;
}
.about-1{
	width: 100%;
	background: url(../images/bg-01.jpg) no-repeat center top;
	background-size: 100%;
	min-height: 5rem;
	overflow: hidden;
}
.about-2{
	width: 100%;
	background: url(../images/bg-02.jpg) no-repeat center bottom;
	background-size: 100%;
	min-height: 4rem;
	overflow: hidden;
}
.about-1 h3{
	text-align: center;
	display: block;
	font-size: .6rem;
	color: #143a94;
	font-family: "微软雅黑";
}
.about-1 p{
	text-align: left;
	display: block;
	margin-top: .18rem;
	color: #666666;
	font-size: .16rem;
	line-height: .38rem;
	font-family: "微软雅黑";
}
.about-1 p span{
	color: #143a94;
}
.about-1 ul{
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.about-1 ul li{
	display: inline-block;
	margin: 0 .72rem;
	margin-bottom: 0;
	transition: all 0.5s ease 0s;
}
.about-1 ul li b{
	width:100%;
	display: block;
	min-height: .8rem;
	margin-top: .44rem;
}
.about-1 ul li b.a1{
	background: url(../images/icon01.png) no-repeat top center;
}
.about-1 ul li b.a2{
	background: url(../images/icon02.png) no-repeat top center;
}
.about-1 ul li b.a3{
	background: url(../images/icon03.png) no-repeat top center;
}
.about-1 ul li b.a4{
	background: url(../images/icon04.png) no-repeat top center;
}
.about-1 ul li h2{
	text-align: center;
	width: 100%;
	display: block;
	font-family: "微软雅黑";
	font-size: .18rem;
	color: #333333;
	margin-top: .0rem;
}
.about-1 ul li span{
	display: block;
	font-family:arial;
	font-size: .14rem;
	color: #9c9c9c;
	font-weight: normal;
	height: .28rem;
}
.n-left{
	width:9.8rem;
	float: left;
}
.n-left dl{
	display: block;
	padding: .3rem;
	overflow: hidden;
	background: #f6f6f8;
}
.n-left dl dt{
	width:4.3rem;
	float: left;
	position: relative;
	display: none;
}
.n-left dl dt img{
	width: 100%;
}
.n-left dl dt img.news-img{
	position: absolute;
	width: .6rem;
	left: 0;
	top: 0;
}
.n-left dl dd{
	width: 100%;
	margin-left:0;
	float: left;
}
.n-left dl dd h3{
	text-align: justify;
	font-family: "微软雅黑";
	font-size: .19rem;
	margin-top: 0;
}
.n-left dl dd h3 a{
	color: #333333;
} 
.n-left dl dd span{
	text-align: justify;
	font-family: arial;
	font-size: .16rem;
	color: #213e84;
	font-style: italic;
	padding: .2rem 0;
	display: block;
}
.n-left dl dd p{
	text-align: justify;
	font-family:"微软雅黑";
	font-size: .14rem;
	color: #666666;
	display: block;
	line-height: .26rem;
}
.n-left ul{
	display: block;
}
.n-left ul li{
	margin: .35rem 0;
	display: block;
	position: relative;
	width: 100%;
	/* min-height: 1.2rem; */
	float: left;
	position: relative;
}
.n-left ul li:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #e8e8e8;
	position: absolute;
	bottom: -.38rem;
	left: 0%;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
.n-left ul li:hover:after {
	content: "";
	width: 100%;
	height: 1px;
	background: #143a94;
	position: absolute;
	bottom: -.38rem;
	left: 0%;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
.n-left ul li:hover dd h3{
	color:#143a94;
	transition: all 0.5s ease 0s;
}
.n-left ul li dt{
	width: 2.1rem;
	position: absolute;
	left: 0;
	display: none;
	top: 0;
}
.n-left ul li dt img{
	width: 100%;
}
.n-left ul li dd{
	margin-left: 0;
}
.sea ul li dd{
	margin: 0;
}
.sea ul li{
	min-height: .8rem;
}
.sea ul{
	margin-top: -30px;
}
.n-left ul li dd h3{
	font-size: .18rem;
	color: #333333;
	width: 100%;
	font-family: "微软雅黑";
	margin-top: .10rem;
}
.n-left ul li dd h3 span{
	float: right;
	font-size: .16rem;
	color: #999999;
	font-family: arial;
	font-weight: normal;
	background: url(../images/time.png) no-repeat left center;
	padding: .05rem 0;
	padding-left: .3rem;
	background-size: 16%;
}
.n-left ul li dd p{
	font-size: .14rem;
	color: #888888;
	width: 100%;
	line-height: .24rem;
	font-family: "微软雅黑";
	display: block;
	margin-top: .15rem;
}
.detail{
	width:9.8rem;
	float: left;
}
.detail .title{
	width:100%;
	float: left;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: .22rem;
}
.detail .title h3{
	display: block;
	font-size: .3rem;
	color: #333333;
	font-family: "微软雅黑";
	margin-bottom: .2rem;
}
.detail .title span{
	display: inline-block;
	font-size: .16rem;
	color: #888888;
	font-family: "微软雅黑";
	margin-right: .35rem;
}
.detail .content{
	width:100%;
	float: left;
	margin-top: .05rem;
	color: #333333;
	font-size: .16rem;
	font-family: "微软雅黑";
	line-height: .25rem;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: .32rem;
}
.detail .content p{
	margin-top: .25rem;
}
.detail .content img{
	display: inline-block;
	max-width: 80%;
}
.content-3{
	width: 100%;
	display: block;
}
.content-3 dl{
	width: 100%;
	display: block;
	float: left;
	margin-top: .15rem;
}
.content-3 dl dt{
	float: left;
}
.content-3 dl dt a{
    width: 1.76rem;
    height: .55rem;
    line-height: .55rem;
    text-align: center;
    background: #354091;
    border: 1px solid #354091;
    color: #ffffff;
    font-family: "微软雅黑";
    font-size: .16rem;
    display: block;
    margin-top: .1rem;
}
.content-3 dl dt a img{
	display: inline-block;
	vertical-align: middle;
	margin-right: .1rem;
	margin-top: -.05rem;
}
.content-3 dl dd{
	float: right;
}
.content-3 dl dd a{
    width: 1.76rem;
    height: .55rem;
    line-height: .55rem;
    text-align: center;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    color: #888888;
    display: inline-block;
    font-family: "微软雅黑";
    font-size: .16rem;
    margin-top: .1rem;
    margin-left: .2rem;
}
.page{
	width: 100%;
	text-align: center;
	margin-top:.3rem;
	float: left;
}
.page ul li{
	display: inline-block;
	width: .3rem;
	height: .3rem;
	border: 1px solid #dddddd;
	background: #ffffff;
	border-radius: 50%;
	margin: 0 .05rem;
	line-height: .3rem;
	font-family: arial;
	text-align: center;
	font-size: .16rem;
	color: #999999;
	cursor: pointer;
}
.page ul li:last-child{
	display: inline-block;
	width: .7rem;
	height: .3rem;
	border: 1px solid #dddddd;
	background: #ffffff;
	border-radius: 25px;
	margin: 0 .05rem;
	line-height: .3rem;
	font-family: arial;
	text-align: center;
	font-size: .16rem;
	color: #999999;
}
.page ul li:first-child{
	display: inline-block;
	width: .7rem;
	height: .3rem;
	border: 1px solid #dddddd;
	background: #ffffff;
	border-radius: 25px;
	margin: 0 .05rem;
	line-height: .3rem;
	font-family: arial;
	text-align: center;
	font-size: .16rem;
	color: #999999;
}
.page ul li:hover{
	display: inline-block;
	width: .3rem;
	height: .3rem;
	border: 1px solid #143a94;
	background: #143a94;
	border-radius: 50%;
	margin: 0 .05rem;
	line-height: .3rem;
	font-family: arial;
	text-align: center;
	font-size: .16rem;
	color: #ffffff;
	cursor: pointer;
}
.page ul li:hover a{
	color: #ffffff;
}
.page ul li:last-child:hover{
	display: inline-block;
	width: .7rem;
	height: .3rem;
	border: 1px solid #143a94;
	background: #143a94;
	border-radius:25px;
	margin: 0 .05rem;
	line-height: .3rem;
	font-family: arial;
	text-align: center;
	font-size: .16rem;
	color: #ffffff;
}
.page ul li:first-child:hover{
	display: inline-block;
	width: .7rem;
	height: .3rem;
	border: 1px solid #143a94;
	background: #143a94;
	border-radius:25px;
	margin: 0 .05rem;
	line-height: .3rem;
	font-family: arial;
	text-align: center;
	font-size: .16rem;
	color: #ffffff;
}
.page ul li:last-child:hover a{
	color: #ffffff;
}
.page ul li.active{
	outline:none;
	border: 1px solid #143a94;
	background: #143a94;
	color: #ffffff;
}
.n-right{
	width: 4rem;
	float: right;
	min-height: 30px;
}
.n-right .title{
	width: 100%;
}
.n-right .title h3{
	width: 100%;
	font-size: .24rem;
	color: #555555;
	font-family: "微软雅黑";
}
.n-right .content{
	width: 100%;
}
.n-right .content ul{
	width: 100%;
}
.n-right .content ul li{
	width: 100%;
	margin-top: .15rem;
	float: left;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: .15rem;
}
.n-right .content ul li dt{
	width: 100%;
	display: none;
}
.n-right .content ul li dt img{
	width: 100%;
}
.n-right .content ul li dd{
	width: 100%;
	/* margin-top: .15rem; */
}
.n-right .content ul li dd h3{
	font-size: .18rem;
	font-family: "微软雅黑";
	color: #333333;
}
.n-right .content ul li dd span{
	font-size: .16rem;
	font-family: "微软雅黑";
	color: #999999;
	background: url(../images/time.png) no-repeat left center;
	padding: .05rem 0;
	padding-left: .3rem;
	background-size: 16%;
	margin-top: .05rem;
	overflow: hidden;
	float: left;
}
.list{
	width: 100%;
	display: block;
}
.list ul{
	display: block;
	margin: 0 -.2rem;
}
.list ul li{
	display: block;
	width: 4.5rem;
	float: left;
	background:url(../images/wh.png) no-repeat right center #ffffff;
	background-size: 40%;
	margin: 0 .2rem;
	margin-bottom: .4rem;
	position: relative;
}
.list ul li dt{
	width: 100%;
	display: block;
}
.list ul li dt img{
	width: 100%;
	display: block;
}
.list ul li dd{
	display: block;
	margin-top: .15rem;
	padding: .3rem .3rem;
	padding-top: .1rem;
}
.list ul li dd h3{
	font-family: "微软雅黑";
	color: #333333;
	font-size: .18rem;
	text-align: justify;
}
.list ul li dd p{
	font-family: "微软雅黑";
	color: #666666;
	font-size: .14rem;
	line-height: .28rem;
	text-align: justify;
	margin-top: .10rem;
}
.list ul li:after {
	content: "";
	width: 0%;
	height: 2px;
	background: #143a94;
	position: absolute;
	bottom: 0;
	left: 0%;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
.list ul li:hover:after {
	content: "";
	width: 100%;
	height: 2px;
	background: #143a94;
	position: absolute;
	bottom: 0;
	left: 0%;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
.list ul li:hover dd h3{
	color: #143a94;
}
.contact{
	width: 100%;
	display: block;
	margin-bottom: .8rem;
}
.contact ul{
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.contact ul li{
	display: inline-block;
	width: 33%;
	margin-bottom: 0;
	transition: all 0.5s ease 0s;
	vertical-align: middle;
	position: relative;
}
.contact ul li:after {
    content: "";
    width: 1px;
    height: 1.18rem;
    background: #e5e5e5;
    position: absolute;
    top: .04rem;
    right: -.18rem;
    transition: all 0.5s ease 0s;
}
.contact ul li b{
	width:100%;
	display: block;
	min-height: .5rem;
}
.contact ul li b.a1{
	background: url(../images/c-icon01.png) no-repeat top center;
}
.contact ul li b.a2{
	background: url(../images/c-icon02.png) no-repeat top center;
}
.contact ul li b.a3{
	background: url(../images/c-icon03.png) no-repeat top center;
}
.contact ul li h2{
	text-align: center;
	width: 100%;
	display: block;
	font-family: "微软雅黑";
	font-size: .18rem;
	color: #333333;
	margin-top: .0rem;
}
.contact ul li span{
	display: block;
	font-family:arial;
	font-size: .16rem;
	color: #888888;
	font-weight: normal;
	height: .28rem;
	margin-top: .2rem;
}
.tsjy{
	width: 100%;
	float: left;
}
.tsjy ul{
	width: 100%;
	float: left;
}
.tsjy ul li.t-1{
	width: 5.76rem;
	float: left;
	min-height: 5rem;
	background: url(../images/c-img01.jpg) no-repeat;
	background-size: 100% auto;
}
.tsjy ul li.t-1 span{
	font-size: .2rem;
	color: #333333;
	font-family: arial;
	opacity:.5;
	text-transform:Uppercase;
	font-weight: bold;
	display: block;
	margin: .4rem 0 0 .4rem;
}
.tsjy ul li.t-1 h3{
	font-size: .37rem;
	color: #222222;
	font-family: arial;
	text-transform:Uppercase;
	display: block;
	opacity:.8;
	margin: .1rem 0 0 .4rem;
	position: relative;
	padding-bottom: .15rem;
}
.tsjy ul li.t-1 h3:after {
    content: "";
    width: .31rem;
    height: .03rem;
	display: none;
    background: #354091;
    position: absolute;
    bottom: .0rem;
    left:0;
    transition: all 0.5s ease 0s;
}
.tsjy ul li.t-2{
	width: 5.7rem;
	float: left;
	min-height: 5rem;
}
.tsjy ul li.t-2 .t-2-2{
	width: 100%;
	background:url(../images/c-icon05.png) no-repeat 3.8rem center #4766d6;
	background-size: 1.2rem;
	float: left;
	min-height: 2.5rem;
}
.tsjy ul li.t-2 .t-2-2 span{
	font-size: .2rem;
	color: #ffffff;
	font-family: "微软雅黑";
	text-transform:Uppercase;
	display: block;
	opacity: .8;
	margin: .8rem 0 0 .6rem;
}
.tsjy ul li.t-2 .t-2-2 h3{
	font-size: .3rem;
	color: #ffffff;
	font-family: arial;
	font-weight: normal;
	display: block;
	margin: .1rem 0 0 .6rem;
	position: relative;
	padding-bottom: .15rem;
}
.tsjy ul li.t-2 .t-2-1{
	width: 100%;
	float: left;
	min-height: 2.5rem;
	background:url(../images/c-icon04.png) no-repeat 3.8rem center #5ec1bc;
	background-size: 1.2rem;
}
.tsjy ul li.t-2 .t-2-1 span{
	font-size: .2rem;
	color: #ffffff;
	font-family: "微软雅黑";
	text-transform:Uppercase;
	display: block;
	opacity: .8;
	margin: .8rem 0 0 .6rem;
}
.tsjy ul li.t-2 .t-2-1 h3{
	font-size: .37rem;
	color: #ffffff;
	font-family: arial;
	text-transform:Uppercase;
	display: block;
	margin: .1rem 0 0 .6rem;
	position: relative;
	padding-bottom: .15rem;
}
.tsjy ul li.t-2 .t-2-1 .t-21{
	display: none;
}
.tsjy ul li.t-3{
	width: 2.86rem;
	background: url(../images/c-img02.jpg) no-repeat;
	background-size: 100% auto;
	float: left;
	min-height: 5rem;
}
.tsjy ul li.t-2 .t-2-2 span{
	margin-top: .45rem;
}
.tsjy ul li.t-2 .t-2-2 span.t-21{
	margin-top: .05rem;
}
.list-nav{
	width: 100%;
	display:block;
	text-align: center;
}
.list-nav ul{
	display: block;
}
.list-nav ul li{
	padding: .06rem .1rem;
	display: inline-block;
	font-family: "微软雅黑";
	font-size: .15rem;
	border: 1px solid #cccccc;
	margin: 0 .05rem;
	cursor: pointer;
}
.list-nav ul li a{
	color: #333333;
}
.list-nav ul li.cur{
	padding: .06rem .1rem;
	display: inline-block;
	background: #143a94;
	color: #ffffff;
	border: 1px solid #143a94;
	margin: 0 .05rem;
}
.list-nav ul li.cur a{
	color: #ffffff;
}
.list-nav ul li:hover{
	padding: .06rem .1rem;
	display: inline-block;
	background: #143a94;
	color: #ffffff;
	border: 1px solid #143a94;
	margin: 0 .05rem;
}
.list-nav ul li:hover a{
	color: #ffffff;
}
.cybj {
    width: 100%;
    display: block;
	overflow: hidden;
}
.cybj dl{
	width: 1200px;
	margin: 0 auto;
	position: relative;
}
.cybj dl dt{
	width: 511px;
	padding-bottom: .4rem;
	float: left;
	position: absolute;
	z-index: 8888;
	top: .8rem;
	left: 0;
	background: rgba(20, 58, 148, 0.9);
}
.cybj dl dt h2{
	width: 50px;
	margin-left: 10%;
}
.cybj dl dt h2 img{
	width: 50px;
}
.cybj dl dt h3{
	display: block;
	margin-left: 10%;
	color:#ffffff;
	font-size: 30px;
	font-family: "微软雅黑";
	font-weight: normal;
	margin-top: .35rem;
}
.cybj dl dt p{
	display: block;
	margin-left: 10%;
	padding-right: 10%;
	color:#ffffff;
	font-size:15px;
	line-height: 30px;
	text-align: justify;
	font-family: "微软雅黑";
	font-weight: normal;
	margin-top: .1rem;
}
.cybj dl dt span{
	display: block;
	margin-left: 10%;
	padding-right: 10%;
	color:#ffffff;
	font-size:15px;
	line-height: 30px;
	text-align: justify;
	font-family: "微软雅黑";
	font-weight: normal;
	margin-top: .3rem;
}
.cybj dl dt span a{
	color: #dca748;
	background: url(../images/vr.svg) no-repeat .15rem center;
	background-size: .3rem;
	border: 1px solid #dca748;
	padding:.03rem .15rem;
	padding-left: .5rem;
	display: inline-block;
	border-radius:2px;
}
.cybj dl dt span a:hover{
	color: #dca748;
	background: url(../images/vr.svg) no-repeat .15rem center #ffffff;
	background-size: .3rem;
	border: 1px solid #ffffff;
	padding:.03rem .15rem;
	padding-left: .5rem;
	display: inline-block;
	border-radius:2px;
}
.cybj dl dd{
	width: 1000px;
	float: right;
}
.cybj dl dd img{
	width: 100%;
	display: block;
}
.cybj dl dt .bg {
	opacity: 0;
	filter: alpha(opacity=0);
	width: 92%;
	height: 0%;
	opacity: 0;
	position: absolute;
	left: 0px;
	top: 50%;
}

.cybj dl dt .bg::before {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	border: 1px solid #fff;
	content: '';
}
.industrylist {
	width: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.industrylist .title {
	display: block;
	margin-top: .3rem;
}

.industrylist .title h2 {
	display: inline-block;
	font-weight: normal;
	font-size: 30px;
	color: #333333;
	font-family: "微软雅黑";
	position: relative;
}

.industrylist .title h2 span {
	display: block;
	font-size: 16px;
	color: #c7c8c9;
	font-family: arial;
}

.industrylist .title h2:after {
	content: "";
	width: 48px;
	height: 32px;
	position: absolute;
	background: url(../images/title-bg01.png) no-repeat;
	display: inline-block;
	transition: all 0.5s ease 0s;
	left: -70px;
	top: 5px;
	overflow: hidden;
}

.industrylist .title h2:before {
	content: "";
	width: 48px;
	height: 32px;
	position: absolute;
	background: url(../images/title-bg02.png) no-repeat;
	display: inline-block;
	transition: all 0.5s ease 0s;
	right: -70px;
	top: 5px;
	overflow: hidden;
}
.industrylist .title p {
	width: 930px;
	display: block;
	float: right;
	font-size: 15px;
	color: #666666;
	line-height: 34px;
	text-align: left;
	font-family: "微软雅黑";
	margin-top: .1rem;
}
.industrylist .title p img{
	width: 1rem;
	float: left;
	margin-right: .2rem;
	margin-top:-.1rem;
}
.cylist{
	width: 100%;
	display:block;
}
.cylist ul{
	display:block;
	margin: 0 -2%;
}
.cylist ul li{
	display:block;
	float: left;
	width: 29.333%;
	margin: 0 2%;
	margin-top: .4rem;
}
.cylist ul li dt{
	width: 100%;
	display: block;
}
.cylist ul li dt img{
	width: 100%;
	display: block;
}
.cylist ul li dd{
	width: 100%;
	display: block;
	margin: .2rem 0 0 0;
}
.cylist ul li dd h3{
	font-family: "微软雅黑";
	font-size: .18rem;
}
.cylist ul li a:hover dd h3{
	font-family: "微软雅黑";
	font-size: .18rem;
	color: #143a94;
}
.cylist ul li dd p{
	font-family: "微软雅黑";
	font-size: .15rem;
	line-height: 20px;
	color: #898989;
	margin-top: .1rem;
}
.list-about{
	display: block;
	font-size: .16rem;
	font-family: "微软雅黑";
	line-height: .32rem;
	text-align: left;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: .4rem;
	color: #666666;
}
.list-about h1{
	width: 100%;
    font-size: .3rem;
    color: #143a94;
    margin-top: 0px;
	margin-bottom: .2rem;
    font-weight: normal;
}
.list-about p{
	margin: .1rem 0 0 0;
}
.list-about span{
	width: 100%;
    font-size: .15rem;
    color: #143a94;
	display: block;
    margin-top: .3rem;
    font-weight: normal;
}
.list-about span a{
	border: 1px solid #143a94;
	padding: .1rem .25rem;
	color: #143a94;
}
.list-about span a:hover{
	border: 1px solid #143a94;
	background-color: #143a94;
	padding: .1rem .25rem;
	color: #ffffff;
}
.jobs{
	width: 100%;
	display: block;
	margin-bottom: .8rem;
}
.jobs ul{
	display: block;
	margin: 0 -2%;
}
.jobs ul li.c1{
	display: inline-block;
	width: 46%;
	background:url(../images/j-bg01.jpg) no-repeat;
	background-size: 100%;
	margin: 0 2%;
	float: left;
	transition: all 0.5s ease 0s;
	vertical-align: middle;
	position: relative;
	min-height: 3.4rem;
}
.jobs ul li.c2{
	display: inline-block;
	width: 46%;
	background:url(../images/j-bg02.jpg) no-repeat;
	background-size: 100%;
	margin: 0 2%;
	float: left;
	transition: all 0.5s ease 0s;
	vertical-align: middle;
	position: relative;
	min-height: 3.4rem;
}
.jobs ul li b{
	width:100%;
	display: block;
	min-height: 1rem;
	margin-top: .7rem;
}
.jobs ul li b.a1{
	background: url(../images/j-icon01.png) no-repeat top center;
	background-size: .73rem;
}
.jobs ul li b.a2{
	background: url(../images/j-icon02.png) no-repeat top center;
	background-size: .9rem;
}
.jobs ul li h2{
	text-align: center;
	width: 100%;
	display: block;
	font-family: "微软雅黑";
	font-size: .24rem;
	color: #f8f8f8;
	margin-top: .0rem;
}
.jobs ul li span{
	display: block;
	font-family:arial;
	font-size: .2rem;
	text-align: center;
	color: #f8f8f8;
	font-weight: normal;
	height: .28rem;
	margin-top: .1rem;
	text-transform:Uppercase;
	opacity: .3;
}
.j{
	background: #f6f2ee;
}
.f{
	background: #f6f6f6;
}
.w{
	background: #eff2f7;
}
.x{
	background: #f4feff;
	overflow: hidden;
}
.r{
	background: url(../images/bg13.jpg) no-repeat;
	background-size: 100% 100%;
	min-height: 15rem;
}
.scial {
	width: 14.62rem;
	margin: 0 auto;
	overflow: hidden;
	padding-top: .5rem;
	padding-bottom: .7rem;
	display: none;
}
.scial .title{
	width: 100%;
	text-align: center;
}
.scial .title h3{
	font-family: "微软雅黑";
	font-size: .34rem;
	color: #333333;
}
.scial .title span{
	font-family:arial;
	font-size: .18rem;
	text-align: center;
	color: #bababa;
	display: block;
	font-weight: normal;
	margin-top: .05rem;
	text-transform:Uppercase;
}
.scial .content{
	width: 100%;
	text-align: center;
	margin-top: .4rem;
}
.xyzp-1{
	width: 100%;
	height: auto;
}
.xyzp-1 .title{
	width: 100%;
	text-align: center;
}
.xyzp-1 .title h3{
	width: 5.89rem;
	height: .77rem;
	display: inline-block;
	background: url(../images/title-bg.png) no-repeat;
	background-size: 100%;
	font-size: .26rem;
	color: #ffffff;
	line-height: .84rem;
}
.xyzp-1 .content{
	width: 100%;
	text-align: center;
	margin-top: .7rem;
}
.xyzp-1 .content ul{
	display: block;
	margin: 0 -.15rem;
}
.xyzp-1 .content ul li{
	width: 4.57rem;
	min-height: 2.7rem;
	background: #ffffff;
	float: left;
	margin: 0 .15rem;
	min-height: ;
	text-align: center;
	box-shadow: rgba(37, 28, 165, 0.06) 0px 0px 20px 0px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease 0s;s
}
.xyzp-1 .content ul li:hover{
	background:url(../images/bg-3.jpg);
	transition: all 0.5s ease 0s;s
}
.xyzp-1 .content ul li:hover div h3,.xyzp-1 .content ul li:hover div span{
	color: #cee0f4;
}
.xyzp-1 .content ul li:hover div span{
	border-bottom:1px solid rgba(206, 224, 244, 0.2);
}
.xyzp-1 .content ul li:hover div p{
	color: #ffffff;
}
.xyzp-1 .content ul li div{
	margin: .4rem;
}
.xyzp-1 .content ul li div h3{
	display: block;
	text-align: left;
	font-size: .2rem;
	font-family: "微软雅黑";
	color: #333333;
}
.xyzp-1 .content ul li div span{
	display: block;
	text-align: left;
	font-size: .18rem;
	font-family: "微软雅黑";
	color: #999999;
	border-bottom:1px solid #e5e5e5;
	margin: .05rem 0 0 0;
	padding-bottom: .2rem;
	text-transform:Uppercase;
}
.xyzp-1 .content ul li div p{
	display: block;
	text-align: left;
	font-size: .16rem;
	font-family: "微软雅黑";
	color: #666666;
	margin: .18rem 0 0 0;
	line-height: .27rem;
	position: relative;
	z-index: 2;
}
.xyzp-1 .content ul li div em{
	font-style: normal;
	font-size: 1.67rem;
	font-family:"arial black";
	color: #cee0f4;
	position: absolute;
	right: -.35rem;
	bottom: -.8rem;
	opacity: .2;
}
.xyzp-2{
	width: 100%;
	height: auto;
	margin-top: .8rem;
	float: left;
}
.xyzp-2 .title{
	width: 100%;
	text-align: center;
}
.xyzp-2 .title h3{
	width: 5.89rem;
	height: .77rem;
	display: inline-block;
	background: url(../images/title-bg.png) no-repeat;
	background-size: 100%;
	font-size: .26rem;
	color: #ffffff;
	line-height: .84rem;
}
.xyzp-2 .content{
	width: 100%;
	text-align: center;
	margin-top: .7rem;
}
.xyzp-2 .content img{
	display: block;
	width: 100%;
}
.xyzp-3{
	width: 100%;
	height: auto;
	margin-top: .8rem;
	float: left;
}
.xyzp-3 .title{
	width: 100%;
	text-align: center;
}
.xyzp-3 .title h3{
	width: 5.89rem;
	height: .77rem;
	display: inline-block;
	background: url(../images/title-bg.png) no-repeat;
	background-size: 100%;
	font-size: .26rem;
	color: #ffffff;
	line-height: .84rem;
}
.xyzp-3 .content{
	width: 100%;
	text-align: center;
	background: url(../images/bg-2.png) no-repeat top center;
	background-size: 8.65rem;
	margin-top: .7rem;
	min-height: 4rem;
	position: relative;
}
.xyzp-3 .content dl.b1{
	width: 7.6rem;
	float: left;
	position: absolute;
	left: 0;
	top: 0;
}
.xyzp-3 .content dl.b1 dt{
	float: right;
	height: .5rem;
	font-family: "微软雅黑";
	font-size: .18rem;
	color: #ffffff;
	line-height: .55rem;
}
.xyzp-3 .content dl.b1 dd{
	float: left;
	font-family: "微软雅黑";
	color: #333333;
	font-size: .16rem;
	margin-top: .15rem;
	width: 4.8rem;
	text-align: left;
}
.xyzp-3 .content dl.b2{
	width: 7.26rem;
	float: right;
	position: absolute;
	right: 0;
	top: .51rem;
}
.xyzp-3 .content dl.b2 dt{
	float: left;
	height: .5rem;
	font-family: "微软雅黑";
	font-size: .18rem;
	color: #ffffff;
	line-height: .55rem;
	margin-top: .2rem;
}
.xyzp-3 .content dl.b2 dd{
	float: right;
	font-family: "微软雅黑";
	color: #333333;
	font-size: .16rem;
	margin-top: .35rem;
	width: 3.5rem;
	text-align: left;
}
.xyzp-3 .content dl.b3{
	width: 7.6rem;
	float: left;
	position: absolute;
	left: 0;
	top: 1.30rem;
}
.xyzp-3 .content dl.b3 dt{
	float: right;
	height: .5rem;
	font-family: "微软雅黑";
	font-size: .18rem;
	color: #ffffff;
	line-height: .55rem;
	margin-top: .15rem;
}
.xyzp-3 .content dl.b3 dd{
	float: left;
	font-family: "微软雅黑";
	color: #333333;
	font-size: .16rem;
	margin-top: .32rem;
	width:3.5rem;
	text-align: left;
}
.xyzp-3 .content dl.b4{
	width: 7.26rem;
	float: right;
	position: absolute;
	right: 0;
	top: 2.04rem;
}
.xyzp-3 .content dl.b4 dt{
	float: left;
	height: .5rem;
	font-family: "微软雅黑";
	font-size: .18rem;
	color: #ffffff;
	line-height: .55rem;
	margin-top: .14rem;
}
.xyzp-3 .content dl.b4 dd{
	float: right;
	font-family: "微软雅黑";
	color: #333333;
	font-size: .16rem;
	margin-top: .26rem;
	width: 2.7rem;
	text-align: left;
}
.xyzp-3 .content dl.b5{
	width: 7.6rem;
	float: left;
	position: absolute;
	left: 0;
	top: 2.94rem;
}
.xyzp-3 .content dl.b5 dt{
	float: right;
	height: .5rem;
	font-family: "微软雅黑";
	font-size: .18rem;
	color: #ffffff;
	line-height: .49rem;
	margin-top: .0rem;
}
.xyzp-3 .content dl.b5 dd{
	float: left;
	font-family: "微软雅黑";
	color: #333333;
	font-size: .16rem;
	margin-top: .12rem;
	width:2.8rem;
	text-align: left;
}
.xyzp-4{
	width: 100%;
	height: auto;
	margin-top: .5rem;
	float: left;
	border-top: 1px solid #cbddf5;
}
.xyzp-4 .title{
	width: 100%;
	text-align: left;
	margin-top: .4rem;
}
.xyzp-4 .title h3{
	display: block;
	font-size: .34rem;
	color: #333333;
	font-family: "微软雅黑";
	float: left;
}
.xyzp-4 .title h3 span{
	display: block;
	font-size: .18rem;
	color: #bababa;
	font-family:arial;
	text-transform:Uppercase;
	font-weight: normal;
	margin-top: .05rem;
}
.xyzp-4 .title a{
	float: right;
	width: 1.76rem;
	height: .55rem;
	line-height: .55rem;
	text-align: center;
	background: #e1b178;
	color: #ffffff;
	font-family: "微软雅黑";
	font-size: .16rem;
	border-radius: 4px;
	margin-top: .1rem;
	
}
.xyzp-4 .title a img{
	display: inline-block;
	vertical-align: middle;
	margin-right: .1rem;
	margin-top: -.05rem;
}
.miss{
	width: 100%;
	background: #ffffff;
	height: 5rem;
}
.miss dl{
	width: 100%;
	position: relative;
	min-height: 4.5rem;
}
.miss dl dd{
	margin-right: 5rem;
	margin-left: .2rem;
	margin-top: .3rem;
}
.miss dl dd span{
	display: block;
	font-family:"arial bold";
	color: #143a94;
	text-transform:Uppercase;
	font-weight: bold;
	font-size: .36rem;
	opacity: .1;
}
.miss dl dd h3{
	display: block;
	font-size:.24rem;
	font-family: "微软雅黑";
	color: #143a94;
}
.miss dl dd h4{
	display: block;
	font-size:.18rem;
	font-family: "微软雅黑";
	color: #143a94;
	margin-top: .05rem;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: .3rem;
}
.miss dl dd p{
	display: block;
	font-size:.16rem;
	font-family: "微软雅黑";
	color: #666666;
	margin-top: .25rem;
	line-height: .4rem;
}
.miss dl dd p em{
	font-style: normal;
	color: #2b4d9e;
}
.miss dl dt{
	float: right;
	width: 4.4rem;
	background: url(../images/bg03.png) no-repeat;
	background-size: 100%;
	min-height: 4.15rem;
	position: absolute;
	right: 0;
	top: 0;
}
.miss dl dt div{
	margin: .5rem;
	margin-top: .75rem;
}
.miss dl dt div h3{
	display: block;
	font-size:.24rem;
	font-family: "微软雅黑";
	color: #ffffff;
}
.miss dl dt div span{
	font-size:.18rem;
	font-family:"arial bold";
	color: #ffffff;
	text-transform:Uppercase;
	font-weight: bold;
	margin-top: .1rem;
	display: block;
	opacity: .1;
}
.miss dl dt div p{
	font-size:.16rem;
	font-family: "微软雅黑";
	color: #ffffff;
	text-transform:Uppercase;
	margin-top: .15rem;
	line-height: .33rem;
	display: block;
}
.vision{
	width: 100%;
	height: 6.9rem;
	background: url(../images/s1.jpg) no-repeat bottom;
	background-size: 100%;
	margin-top: -.7rem;
	z-index: -1;
}
.vision span{
	display: block;
	font-family:"arial bold";
	color: #ffffff;
	text-transform:Uppercase;
	font-weight: bold;
	font-size: .36rem;
	opacity: .1;
	margin-top: .3rem;
}
.vision h3{
	display: block;
	font-size:.24rem;
	font-family: "微软雅黑";
	color: #ffffff;
}
.vision h4{
	display: block;
	font-size:.18rem;
	font-family: "微软雅黑";
	color: #ffffff;
	margin-top: .05rem;
	border-bottom: 1px solid #cccccc;
	padding-bottom: .25rem;
	width: 50%;
}
.vision p{
	display: block;
	font-size:.16rem;
	font-family: "微软雅黑";
	color: #ffffff;
	margin-top: .15rem;
	line-height: .4rem;
	width: 50%;
}
.values{
	width: 100%;
	height: 6rem;
	background: url(../images/bg05.jpg) no-repeat;
	background-size: 100% 100%;
}
.values .title{
	width: 100%;
	position: relative;
}
.values .title span{
	display: block;
	font-family:"arial bold";
	color: #143a94;
	text-transform:Uppercase;
	font-weight: bold;
	font-size: .36rem;
	opacity: .1;
	margin-top: .3rem;
}
.values .title h3{
	display: block;
	font-size:.24rem;
	font-family: "微软雅黑";
	color: #143a94;
}
.values .title h4{
	display: block;
	font-size:.18rem;
	font-family: "微软雅黑";
	color: #143a94;
	margin-top: .05rem;
	border-bottom: 1px solid #dde2e5;
	padding-bottom: .4rem;
	width: 100%;
}
.values .title ul{
	float: right;
	position: absolute;
	right: 0;
	bottom: .4rem;
}
.values .title ul li{
	display: inline-block;
	width: .82rem;
	height: .36rem;
	background: #ffffff;
	line-height: .36rem;
	text-align: center;
	border-radius: 30px;
	margin-left: .1rem;
}
.values .title ul li a{
	font-family: "微软雅黑";
	font-size: .16rem;
	color: #666666;
}
.values .title ul li.cur{
	background: #4c74cf;
}
.values .title ul li.cur a{
	font-family: "微软雅黑";
	font-size: .16rem;
	color: #ffffff;
}
.values .content{
	width: 100%;
	position: relative;
	margin-top: .3rem;
}
.values .content .cont{
	display: none;
}
.values .content .cont.active{
	display: block;
	outline:inherit;
}
.values .content h3{
	width: 60%;
	font-size: .3rem;
	font-family: "微软雅黑";
	color: #333333;
}
.values .content p{
	width: 60%;
	margin-top: .2rem;
	font-size: .16rem;
	font-family: "微软雅黑";
	color: #666666;
	line-height: .37rem;
	float: left;
}
.values .content img{
	float: right;
	width: 30%;
	margin-top: -.25rem;
}
.main-1{
	padding-top: .3rem;
	padding-bottom: 0;
}
.principles{
	width: 100%;
	height: 6.5rem;
	background: url(../images/bg07.jpg) no-repeat right top;
	background-size:auto 100%;
}
.main-2 {
	width: 14.32rem;
	margin: 0 auto;
}
.principles dl{
	width: 100%;
	position: relative;
}
.principles dl dt{
	width: 50%;
	background: url(../images/bg06.jpg) no-repeat;
	background-size:100%;
	position: absolute;
	height: 6.5rem;
	left: 0rem;
}
.principles dl dt span{
	display: block;
	font-family:"arial bold";
	color: #ffffff;
	text-transform:Uppercase;
	font-weight: bold;
	font-size: .48rem;
	opacity: .1;
	margin-top: .83rem;
	margin-right: .85rem;
	line-height: .52rem;
	margin-left: 2.3rem;
	
}
.principles dl dt h3{
	display: block;
	font-size:.24rem;
	font-family: "微软雅黑";
	color: #ffffff;
	margin-left:  2.3rem;
	margin-top: .2rem;
}
.principles dl dt h4{
	display: block;
	font-size:.18rem;
	font-family: "微软雅黑";
	width: 70%;
	color: #ffffff;
	border-bottom: 1px solid #66a3ce;
	padding-bottom: .3rem;
	margin-left:  2.3rem;
	margin-top: .1rem;
}
.principles dl dt ul{
	display: block;
	margin-left:  2.3rem;
	margin-top: .3rem;
}
.principles dl dt ul li{
	display: inline-block;
	width: 1.1rem;
	height: .36rem;
	background: #ffffff;
	line-height: .36rem;
	text-align: center;
	border-radius: 30px;
	margin-right: .1rem;
}
.principles dl dt ul li a{
	font-family: "微软雅黑";
	font-size: .16rem;
	color: #666666;
}
.principles dl dt ul li.cur{
	background: #2856c4;
}
.principles dl dt ul li.cur a{
	font-family: "微软雅黑";
	font-size: .16rem;
	color: #ffffff;
}
.principles dl dt ul li:hover{
	background: #2856c4;
	color: #ffffff;
}
.principles dl dt ul li:hover a{
	color: #ffffff;
}
.principles dl dd{
	width: 50%;
	background-size:100%;
	position: absolute;
	min-height: 5.8rem;
	right: 0rem;
}
.principles dl dd div{
	margin: .8rem;
	margin-top: .8rem;
	margin-left: .8rem;
}
.principles .content .cont{
	display: none;
}
.principles .content .cont.active{
	display: block;
	outline:inherit;
}
.principles dl dd div h3{
	width: 100%;
	border-bottom: 2px solid #f3e7d5;
	padding-bottom: .2rem;
	font-size: .3rem;
	color: #333333;
	font-family: "微软雅黑";
}
.principles dl dd div h3 span{
	float: right;
	font-family: arial;
	font-size: .35rem;
	color: #2a4d9e;
	text-transform:Uppercase;
	opacity: .1;
	margin-top: 3px;
}
.principles dl dd div p{
	float: left;
	font-family: "微软雅黑";
	font-size: .16rem;
	color: #666666;
	line-height: .34rem;
	margin-top: .3rem;
}
.talent{
	width: 100%;
	height: 7.6rem;
	background: url(../images/bg08.jpg) no-repeat;
	background-size: 100% 100%;
}
.talent .title{
	width: 100%;
	position: relative;
}
.talent .title span{
	display: block;
	font-family:"arial bold";
	color: #143a94;
	text-transform:Uppercase;
	font-weight: bold;
	font-size: .36rem;
	opacity: .1;
	margin-top: .3rem;
}
.talent .title h3{
	display: block;
	font-size:.24rem;
	font-family: "微软雅黑";
	color: #143a94;
}
.talent .title h4{
	display: block;
	font-size:.18rem;
	font-family: "微软雅黑";
	color: #143a94;
	margin-top: .05rem;
	border-bottom: 1px solid #cccccc;
	padding-bottom: .4rem;
	width: 100%;
}
.talent .content{
	width: 100%;
	position: relative;
	margin-top: .4rem;
}
.talent .content p{
	width: 58%;
	margin-top: .25rem;
	font-size: .16rem;
	font-family: "微软雅黑";
	color: #333333;
	line-height: .38rem;
	text-align: justify;
}
.about-3{
	width: 100%;
	background: url(../images/bg09.jpg) no-repeat center .8rem;
	background-size: 100%;
	min-height: 5rem;
	overflow: hidden;
	position: relative;
}
.about-3 .title{
	display: block;
	text-align: center;
}
.about-3 .title h3{
	display: block;
	text-align: center;
	font-size: .3rem;
	font-family: "微软雅黑";
	color: #333333;
}
.about-3 .title span{
	display: block;
	text-align: center;
	font-size: .2rem;
	font-family:arial;
	color: #d7a75b;
	text-transform:Uppercase;
	margin-top: .05rem;
}
.about-3 .content{
	display: block;
	margin-top: .5rem;
	height: 6.3rem;
}
.about-3 .content dl{
	display: block;
	position: absolute;
	
}
.about-3 .content dl dt{
	display: block;
	width: 4.28rem;
	min-height: 6.3rem;
	background: url(../images/bg10.jpg) no-repeat;
	background-size: 100%;
	float: left;
}
.about-3 .content dl dt div{
	margin: .4rem;
	overflow: hidden;
}
.about-3 .content dl dt div span{
	width: 100%;
	margin-top: 1rem;
	display: block;
}
.about-3 .content dl dt div span img{
	width: 90%;
}
.about-3 .content dl dt div h3{
	width: 100%;
	margin-top: .2rem;
	font-size: .24rem;
	color: #143a94;
	display: block;
}
.about-3 .content dl dt div p{
	display: block;
	margin-top: .25rem;
}
.about-3 .content dl dt div p img{
	width: 97%;
	border: 5px solid rgba(255, 255, 255, 0.5);
}
.about-3 .content dl dd{
	display: block;
	width: 12.28rem;
	min-height: 6.3rem;
	background: url(../images/bg11.jpg) no-repeat;
	background-size: 100%;
	position: absolute;
	left: 4.28rem;
	top: 0rem;
	z-index: 888;
}
.about-3 .content dl dd div{
	margin: .5rem .7rem;
	margin-top: .8rem;
	width: 75%;
	font-size: .16rem;
	color: #666666;
	font-family: "微软雅黑";
	line-height: .38rem;
	text-align: justify;
}
.about-3 .content dl dd div p{
	margin-top: .2rem;
}
.about-3 .content dl dd div p img{
	display: inline-block;
	width: 1.2rem;
}
.ry-list{
	width: 100%;
	border-bottom: 1px solid #e4e4e4;
	overflow: hidden;
	padding-bottom: .7rem;
}
.ry-list ul{
	display: block;
	margin: 0 -1%;
}
.ry-list ul li{
	width: 18%;
	display: inline-block;
	margin: 0 1%;
	float: left;
	text-align: center;
}
.ry-list ul li h3{
	width: 1.38rem;
	height: 1.12rem;
	background: url(../images/bg14.png) no-repeat;
	background-size: 100%;
	display: inline-block;
	line-height: 1.12rem;
	font-size: .32rem;
	color: #efca6b;
	font-family: din;
}
.ry-list ul li p{
	margin-top: .2rem;
	font-size: .18rem;
	color: #333333;
	font-family: "微软雅黑";
}
.about-4{
	width: 100%;
	background: url(../images/bg15.jpg) no-repeat center top;
	background-size: 100%;
	min-height: 6.83rem;
	overflow: hidden;
	position: relative;
}
.about-4 .content-2{
	margin-top: .5rem;
	display: block;
}
.about-4 .content-2 ul{
	
}
.about-4 .content-2 ul li{
	display: block;
	float: left;
	vertical-align: middle;
	width: 25%;
	margin-left: 0%;
}
.about-4 .content-2 ul li div{
	width: 80%;
	padding-left: 12%;
	background: url(../images/line-l.png) no-repeat left .07rem;
}
.about-4 .content-2 ul li div h3{
	font-family: arial;
	color: #143a94;
	font-size: .2rem;
}
.about-4 .content-2 ul li div p{
	font-family:"微软雅黑";
	color: #666666;
	font-size: .16rem;
	display: block;
	text-align: justify;
	margin-top: .15rem;
	line-height: .26rem;
}
.about-4 .content-2 ul li.rvc-1{
	margin-top: .5rem;
}
/*.about-4 .content-2 ul li.rvc-2{
	margin-top: .6rem;
}*/
.proWrap {
	width: 100%;
	margin: 0 0%;
	float: left;
	margin-top: 3%;
	padding-bottom:4%;
}
.joinList {
}
.joinList li {
	width: 100%;
	margin: 0 0;
	float: left;
	background: #FFFFFF;
	position: relative;
}
.joinList li:after {
	content: "";
	width: 96%;
	margin: 0 2%;
	height: 1px;
	background: #e8e8e8;
	position: absolute;
	bottom: 0;
	left: 0%;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
.joinList li:last-child {
	margin-bottom: 0;
}
.joinTit {
	overflow: hidden;
	position: relative;
	overflow: hidden;
	margin: 0;
	font-size: 22px;
	color: #333333;
	padding: 5px 0;
	line-height: 60px;
	padding-right: 70px;
	padding-left: 5%;
	cursor: pointer;
	transition: all 0.3s linear;
	background: url(../images/line-r.png) no-repeat center right;
}
.joinTit b.job-1{
	float: left;
	position: relative;
	padding-right: .3rem;
	margin-right: .1rem;
	font-size:.19rem;
}
.joinTit b.job-1:after {
	content: "";
	width: 1px;
	height: .25rem;
	background: #d6d6d6;
	position: absolute;
	top: .21rem;
	right: 0%;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
.joinTit .join-p{
	float:left;
	font-size:16px;
	color:#999999;
	font-weight:normal;
	margin-right:10px;
	margin-left:10px;
}
.joinList li.active .join-p{
	color:#fff;
}

.joinText {
	padding: 0.3rem 5%;
	font-size: 15px;
	background: #ffffff;
	color: #666666;
	line-height: 200%;
	word-break: break-all;
	display: none;
	overflow:hidden;
}
.joinText h3 {
	font-size: 18px;
	color: #333333;
	line-height: 200%;
}
.joinText h3{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-left: .15rem;
	font-size: .22rem;
}
.joinText h3:after {
	content: "";
	width: .04rem;
	height: .18rem;
	background: #c89c53;
	position: absolute;
	top: .12rem;
	left: 0%;
	transition: all 0.5s ease 0s;
	overflow: hidden;
}
.joinText p {
	margin-bottom: 15px;
	line-height: 30px;
	width:100%;
	float:left;
	overflow:hidden;
	border-bottom: 1px solid #f1f1f1;
	padding-bottom: .25rem;
}
.joinText p.p1{
	background: url(../images/line03.jpg) repeat-x bottom;
}
.joinText label{
    float:left;
	padding:4px;
	width: 100%;
	font-family: "微软雅黑";
	color: #333333;
	font-size: .16rem;
	font-style:normal;
}
.joinText label em{
	color:#c89c53 ;
	font-style:normal;
}

.joinList li.active .joinTit {
	color: #fff;
	background: url(../images/line-r1.png) no-repeat center right #143a94;
}
.joinList li.active .joinIco1:after {
	height: 0;
}
.joinList li.active .joinIco1:before {
	background: #00508f;
}
.joinList li.active .joinIco2 {
	background-image: url(../images/joinIco2.png);
}
.joinList li.active{
	margin-bottom: .2rem;
	border-bottom: 0;
}
.joinList li.active:after{
	background: none;
}
.container{
	width: 100%;
	margin: 0 auto;
}
.preview {
	text-align: center;
	padding: 0;
	margin-top: .08rem;
}
.preview a {
	display: inline-block;
	margin: .04rem;
}
.preview img {
	display: block;
	width: 2.27rem;
	height: auto;
}
.active {
	outline: 2px solid #143a94;
}
.pop-ups{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:8888;
	background:rgba(0,0,0,0.9); 
}
.ups-search{
	width:50%;
	margin:0 auto;
	margin-top:23%;
}
.ups-search input{
	width:100%;
	height:.45rem;
	line-height:.45rem;
	font-size:.32rem;
	color:#858282;
	background:none;
	border-bottom:2px solid #ffffff;
	outline:none;
	padding-bottom:.05rem;
}
.ups-search span{
	width:100%;
	float:left;
	text-align:right;
	font-size:.14rem;
	color:#ffffff;
	margin-top:10px;
}
.ups-search div{
	width:100%;
	float:right;
	text-align:left;
	font-size:.14rem;
	color:#ffffff;
	margin-top:10px;

}
.ups-search div li{
	float:left;
	width:1rem;
	margin-top:.1rem;
}
.ups-search div li:hover{
	cursor:pointer
}
.close_x{
	color:#ffffff;float:right;padding-top:2rem;padding-right:2rem;font-size:30px;
}
.close_x:hover{

	cursor:pointer

}
footer {
	width: 14.32rem;
	margin: 0 auto;
	overflow: hidden;
	padding-top: .5rem;
}
.foot-1{
	width: 100%;
	display: block;
	float: left;
}
.foot-1 ul{
	display: block;
}
.foot-1 ul li{
	float: left;
	margin-right: 1.4rem;
	position: relative;
}
.foot-1 ul li:after {
	content: "";
	width: 1px;
	height: 13px;
	background: #656365;
	position: absolute;
	top: .04rem;
	left: 1.4rem;
	transition: all 0.5s ease 0s;
}
.foot-1 ul li h3{
	display: block;
	font-family: "微软雅黑";
	color: #696969;
	font-size: .16rem;
	margin-bottom: .2rem;
}
.foot-1 ul li a{
	display: block;
	font-family: "微软雅黑";
	color: #747474;
	font-size: .14rem;
}
.foot-1 ul li a:hover{
	color: #213e84;
	transition: all 0.5s ease 0s;
} 
.code{
	float: right;
}
.code img{
	width:.95rem;
}
.foot-2{
	width: 100%;
	display: block;
	float: left;
	border-top: 1px solid #ebebeb;
	margin-top: .5rem;
	padding: .2rem 0;
}
.foot-2 span{
	color: #929292;
	font-family: "微软雅黑";
	font-size: .14rem;
}
.demo {
	width:100%;
	margin-top: .8rem;
}
/*history*/
.history {
	background:url(../images/line04.jpg) repeat-y 1.3rem 0;
	overflow:hidden;
	position:relative;
}
.history-date {
	overflow:hidden;
	position:relative;
}

.history-date ul li {
	background:url(../images/bg15.png) no-repeat 1.1rem 0;
	background-size: .4rem;
	padding-bottom:.3rem;
	zoom:1;
	position: relative;
}
.history-date ul li.last {
	padding-bottom:0;
}
.history-date ul li:after {
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.history-date ul li h3 {
	float:left;
	width:1.3rem;
	text-align:left;
	padding-right:19px;
	color:#c3c3c3;
	font-size: .3rem;
	color: #143a94;
	font-family: arial;
	position: absolute;
	top: .03rem;
	left: 0;
}
.history-date ul li h3 span {
	display:block;
	color:#d0d0d0;
	font-size:12px;
}
.history-date ul li dl {
	display: block;
	font-family:微软雅黑;
	margin-left: 2rem;
}
.history-date ul li dl dt {
	line-height: .35rem;
	font-family: "微软雅黑";
	font-size: .16rem;
	color:#666666;
	width: 100%;
	padding-bottom: .3rem;
	border-bottom: 1px  dotted #a5a5a5;
}
.history-date ul li dl dt span {
	display:block;
	color:#787878;
	font-size:12px;
}
.history-date ul li.green h3 {
	color:#1db702;
}
.history-date ul li.green h3 span {
	color:#a8dda3;
}
.history-date ul li.green dl {
	margin-top:0;
}
.history-date ul li.green dl dt {
	font-size:30px;
	line-height:28px;
}
.history-date ul li.green dl dt a {
	display:inline-block;
*display:inline;
	zoom:1;
	overflow:hidden;
	vertical-align:middle;
	margin-left:12px;
}
.history-date ul li.green dl dd {
	padding-top:20px;
	display:none;
}
.history-date ul li.green dl dd img {
	float:left;
}
.history-date ul li.green dl dd p {
	overflow:hidden;
	zoom:1;
	line-height:21px;
	color:#787878;
}
.history-date h2.first .more-history {
	font-size:16px;
	background:transparent;
	margin-left:30px;
}
.history-date h2.first .more-history:hover {
	text-decoration:underline;
}
*body .history-date ul li dl dt {
	_font-size:12px!important;
	_font-weight:bold;
}
*body .history-date ul li dl dt span {
	_font-weight:normal!important;
}
*body .history-date ul li.green dl dt a {
	_background:transparent!important;
*background:transparent!important;
*font-size:12px!important;
	_font-weight:normal!important;
}
@media only screen and (max-width: 1600px) {
	.main,footer,.navlist .title,.hm h3{
		width: 13.5rem;
	}
	.foot-1 ul li{
		margin-right: 1.3rem;
	}
	.about-3 .content dl dd div{
		width: 69%;
	}
	.n-right{
		width: 3.3rem;	
	}
	.list ul li{
		width: 4.23rem;
	}
	.xyzp-3 .content dl.b1,.xyzp-3 .content dl.b3,.xyzp-3 .content dl.b5{
		width: 7.25rem;
	}
	.xyzp-3 .content dl.b1 dd{
		width: 4rem;
	}
	.xyzp-1 .content ul li{
		width:4.3rem;
	}
	.xyzp-3 .content dl.b2,.xyzp-3 .content dl.b4{
		width: 6.8rem;
	}
	.xyzp-3 .content dl.b2 dd,.xyzp-3 .content dl.b3 dd{
		width: 3.1rem;
	}
	.xyzp-3 .content dl.b4 dd,.xyzp-3 .content dl.b5 dd{
		width: 2.3rem;
	}
	.tsjy ul li.t-1{
		width: 5.59rem;
	}
	.tsjy ul li.t-2{
		width: 5.11rem;
	}
	.tsjy ul li.t-2 .t-2-1{
		min-height: 2.44rem;
		background: url(../images/c-icon04.png) no-repeat 3.5rem center #5ec1bc;
		background-size: 1.2rem;
	}
	.tsjy ul li.t-2 .t-2-2{
		min-height: 2.44rem;
		background: url(../images/c-icon05.png) no-repeat 3.5rem center #4766d6;
		background-size: 1.2rem;
	}
	.tsjy ul li.t-3 {
    		width: 2.796rem;
    }
    .principles{
    	   height: 6.82rem;
    }
    .principles dl dt{
    		min-height: 6.82rem;
    		background-size: 100% 100%;
    }
    .principles dl dt span,.principles dl dt h3,.principles dl dt h4,.principles dl dt ul{
    		margin-left: 1.2rem;
    }
    .principles dl dt ul{
    		width: 60%;
    }
    .principles dl dt ul li{
    		margin-bottom: 15px;
    }
}
@media only screen and (max-width: 1440px) {
	.foot-1 ul li:after{
		left: 1.3rem;
	}
}
@media only screen and (max-width: 1366px) {
	
	
}
@media only screen and (max-width: 1280px) {
	.foot-1 ul li{
		margin-right: 1.2rem;
	}
}
@media only screen and (max-width: 1024px) {
	.foot-1 ul li{
		margin-right: 1rem;
	}
	.foot-1 ul li:after{
		left: 1.3rem;
	}
	.about-3 .content dl dd div{
		line-height: .32rem;
	}
	.about-1 ul li{
		margin: 0 .68rem;
	}
	.about-1 ul li b.a1{
		background-size: .5rem;
	}
	.about-1 ul li b.a2{
		background-size: .67rem;
	}
	.about-1 ul li b.a3{
		background-size: .5rem;
	}
	.about-1 ul li b.a4{
		background-size: .67rem;
	}
	.principles{
		height: 5.77rem;
	}
}
@media only screen and (max-width: 1000px) {
    .code img{
    		width: .84rem;
    }
    .principles{
		height: 5.72rem;
	}
}

@media only screen and (max-width: 800px) {
	header{
		position:relative;
	}
	nav{
		display: none;
	}
	header h1{
		margin-left: 5%;
	}
	header h1 img{
		display: block;
	}
	.main,footer,.navlist .title,.hm h3{
		width: 90%;
		margin: 0 5%;
	}
	.vision,.values{
		background-size: 100% 100%;
	}
	.values{
		height: auto;
	}
	.principles{
		background: url(../images/bg07.jpg) no-repeat right bottom;
		height: 11rem;
	}
	.principles dl dt{
		width:100%;
		float: left;
		position: inherit;
		height: 4rem;
		min-height: 4rem;
	}
	.talent{
		float: left;
		height: 8.6rem;
	}
	.principles dl dd{
		width:100%;
		position: inherit;
		float: left;
		min-height: auto;
	}
	.main{
		width: 90%;
		margin: 0 5%;
		padding-top: 5%;
		padding-bottom: .7rem;
	}
	.about-1 ul li {
    		margin: 0 .28rem;
	}
	.detail,.n-left{
		width: 100%;
	}
	.n-left dl dd h3{
		font-size: 15px;
		margin-top: 0rem;
	}
	.n-left dl dd p,.n-left dl dd span{
		font-size: 13px;
	}
	.n-left dl dd{
		width: 5.3rem;
	}
	.n-left dl dd p{
		line-height: 20px;
	}
	.n-left ul li dd h3{
		font-size: 15px;
		margin-top: 0;
	}
	.n-left ul li dd p{
		font-size: 13px;
		line-height: 20px;
	}
	.n-left ul li dd h3 span{
		font-size: 13px;
	}
	.n-right{
		width: 100%;
		margin-top: 20px;
	}
	.n-right .content ul li dd h3{
		font-size: 15px;
	}
	.n-right .content ul li dd span{
		font-style:.13rem;
	}
	.list ul {
		margin: 0 -2%;
	}
    	.list ul li{
    		width: 46%;
    		margin: 0 2%;
    		margin-bottom: 30px;
    	}
    	.list ul li dd h3{
    		font-size: 15px;
    	}
    	.list ul li dd p{
    		font-size: 13px;
    	}
    	.jobs ul li b.a2 {
    		background: url(../images/j-icon02.png) no-repeat top center;
    		background-size: .8rem;
	}
	.jobs ul li b.a1 {
    		background: url(../images/j-icon01.png) no-repeat top center;
    		background-size: .63rem;
	}
	.jobs ul li b{
		margin-top: .5rem;
	}
	.jobs ul li.c1,.jobs ul li.c2{
		min-height: 2.5rem;
	}
	.scial{
		width: 90%;
		margin: 0 5%;
	}
	.slider__caption{
		top: .4rem!important;
	}
	.preview img{
		width: 1.61rem;
	}
	.slider-container{
		width: 100%!important;
		margin: 0 .0rem!important;
	}
	
	.xyzp-1 .content ul li{
		width:4.3rem;
	}
	.xyzp-3{
		overflow: hidden;
		height: auto;
		min-height: auto;
	}
	.xyzp-3 .content{
		background: none;
		min-height: auto;
		float: left;
	}
	.xyzp-3 .content dl{
		width: 100%!important;
		float: left!important;
		position: inherit!important;
		margin: 0 0 20px 0!important;
		top: inherit!important;
	}
	.xyzp-3 .content dl dt{
		width: 100%!important;
		float: left!important;
		position: inherit!important;
		margin: 0!important;
		color: #333333!important;
		font-size:14px!important;
		text-align: left!important;
	}
	.xyzp-3 .content dl dd{
		width: 100%!important;
		float: left!important;
		position: inherit!important;
		margin: 0!important;
		font-size:13px!important;
	}
	footer{
		width: 90%;
		margin: 0 5%;
	}
	.foot-1 ul li{
		width: 25%;
		margin: 0;
		margin-bottom: 20px;
	}
	.about-3 .content dl dd div {
    		width: 46%;
	}
	.about-3 .content dl dd div p img {
    		display: inline-block;
    		width: 1rem;
	}
	.about-4{
		min-height: 5.05rem;
	}
	.code{
		float: left;
	}
	.foot-1 ul li:after{
		left: 1.6rem;
	}
	.search{
		display: none;
	}
	header.on{
		position: relative;
		height: 1rem;
	}
	header.on h1 img{
		width: 1.57rem;
	}	
	.xyzp-1 .content ul{
		margin: 0;
	}
	.xyzp-1 .content ul li{
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
	.xyzp-1 .content ul li:hover{
		background-size: 100% 100%;
	}
	.xyzp-1 .content ul li div h3{
		font-size: 14px;
	}
	.xyzp-1 .content ul li div p{
		font-size: 13px;
	}
	.xyzp-3 .content{
		background-size: 6.55rem;
	}
	.joinTit{
		font-size: 16px;
		padding: 0;
		padding-right: 70px;
    		padding-left: 5%;
    		background-size: .5rem;
	}
	.joinList li.active .joinTit{
		background-size: .5rem;
	}
	.xyzp-4 .title a{
		padding: 0 10px;
	}
	.joinTit b.job-1:after{
		top: .35rem;
	}
	.joinTit .join-p{
		font-size: 14px;
	}
	.joinText p{
		font-size: 14px;
	}
	.xyzp-4 .title h3{
		font-size: 15px;
	}
	.contact ul li{
		width: 30%;
	}
	.tsjy ul li.t-1{
		width: 100%;
	}
	.tsjy ul li.t-3 {
    width: 26.2%;
	}
	.tsjy ul li.t-2 {
    width: 73.8%;
	}
	.tsjy ul li.t-2 .t-2-1{
		background: url(../images/c-icon04.png) no-repeat 87% center #5ec1bc;
		background-size: 1.2rem;
	}	
	.tsjy ul li.t-2 .t-2-2{
		background: url(../images/c-icon05.png) no-repeat 87% center #4766d6;
		background-size: 1.2rem;
	}
}
@media only screen and (max-width: 640px) {
	header{
		position:relative;
	}
	nav{
		display: none;
	}
	header h1{
		margin-left: 5%;
	}
	header h1 img{
		display: block;
	}
	.values .content p{
		width: 100%;
	}
	.values .content img{
		margin-top: 20px;
		float: left!important; 
	}
	.n-left dl dt{
		width: 100%;
	}
	.n-left dl dd{
		width: 100%;
		margin: 0;
		margin-top: 15px;
	}
	.xyzp-1 .content ul li div p{
		line-height: 22px;
	}
	.xyzp-1 .content ul li{
		min-height: 3.2rem;
	}
	.tsjy ul li.t-2{
		min-height: auto;
	}
	.tsjy ul li.t-3 {
    		width: 100%;
	}
	.tsjy ul li.t-2 {
    		width: 100%;
	}
	.contact ul{
		margin-top: -20px;
	}
	.contact ul li{
		width: 100%;
		padding-bottom: 30px;
		margin-top: 30px;
		border-bottom: 1px solid #cccccc;
	}
	.contact{
		margin-bottom: 20px;
	}
	.contact ul li span{
		height: auto;
	}
	.xyzp-3{
		overflow: hidden;
		height: auto;
		min-height: auto;
	}
	.xyzp-3 .content{
		background: none;
		min-height: auto;
		float: left;
	}
	.xyzp-3 .content dl{
		width: 100%!important;
		float: left!important;
		position: inherit!important;
		margin: 0 0 20px 0!important;
		top: inherit!important;
	}
	.xyzp-3 .content dl dt{
		width: 100%!important;
		float: left!important;
		position: inherit!important;
		margin: 0!important;
		color: #333333!important;
		font-size:14px!important;
		text-align: left!important;
	}
	.xyzp-3 .content dl dd{
		width: 100%!important;
		float: left!important;
		position: inherit!important;
		margin: 0!important;
		font-size:13px!important;
	}
	.joinTit{
		padding-right: 0;
		font-size: 14px;
		width: 96%;
	}
	.joinText p{
		font-size: 13px;
	}
	.xyzp-4 .title a img{
		width: .3rem;
	}
	.joinTit .join-p{
		font-size: 12px;
	}
	.n-right .title h3{
		font-size: 15px;
	}
	.detail .content{
		line-height: 22px;
		font-size: 13px;
		text-align: justify;
	}
	.content-3 dl dt a img{
		width: .25rem;
	}
	.n-right{
		margin-top: 10px;
	}
	.miss{
		height: auto;
	}
	.miss dl dd{
		margin: 0;
	}
	.miss dl dt{
		position: inherit;
		width: 100%;
		float: left;
		margin-top: 15px;
	}
	.miss dl dd h3,.miss dl dd h4,.miss dl dt div h3,.vision h3,.values .title h3,.talent .title h3,.list ul li dd h3{
		font-size:14px;
	}
	.miss dl dd p,.miss dl dt div p,.vision h4,.vision p,.values .title h4,.values .title ul li a,.values .content p,.principles dl dd div p,.talent .title h4,.list ul li dd p{
		font-size: 13px;
	}
	.values .content p,.principles dl dd div p,.list ul li dd p{
		line-height: 22px;
		text-align: justify;
	}
	.principles dl dt span{
		font-size: 20px;
		margin-top: .53rem;
		margin-left: 5%;
	}
	.principles dl dt h3,.principles dl dt ul{
		margin-left: 5%;
	}
	.principles dl dt ul{
    		width: 100%;
    }
	.principles dl dt h4{
		margin-left: 5%;
		margin-right: 5%;
		width: 90%;
	}
	.principles{
		height: auto;
		float: left;
		padding-bottom: 30px;
	}
	.principles dl dt{
		min-height: auto;
		padding-bottom: 20px;
	}
	.principles dl dd div {
    		margin: .8rem 5%;
    		margin-top: .6rem;
    		margin-left: 5%;
	}
	.principles dl dt ul li {
    		width: 1.85rem;
    		height: .5rem;
    		line-height: .5rem;
    		margin-bottom: 10px;
    		margin-right: 15px;
    	}
	.list ul {
		margin: 0;
	}
    	.list ul li{
    		width: 100%;
    		margin: 0;
    		margin-bottom: 20px;
    	}
    	.talent{
    		height: auto;
		padding-bottom: 0px;
		background-size: auto 100%;
    	}
    	.talent .content p{
    		width: 100%;
    		font-size:13px;
    		line-height: 22px;
    	}
	.vision{
		height: auto;
		padding-bottom: 30px;
	}
	.vision span{
		margin-top: 30px;
	}
	.vision, .values {
    		background-size: auto 100%;
	}
	.vision h4,.vision p{
		width: 100%;
	}
	.jobs ul li.c1, .jobs ul li.c2{
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
	.jobs ul li.c2{
		margin-bottom: 0;
	}
	.preview img {
    width: 2.11rem;
	}
	
	.main{
		width: 90%;
		margin: 0 5%;
		padding-top: 5%;
		padding-bottom: .7rem;
	}
	.about-1 ul li{
		margin: 0;
		width: 50%;
		float: left;
	}
	.about-1 p{
		text-align: justify;
	}
	.about-3 .content{
	}
	.about-3 .content dl{
		position: relative;
	}
	.about-3 .content dl dt{
		width: 100%;
	}
	.about-3 .content dl dd{
		position: relative;
		width: 100%;
		float: left;
		left: 0;
		background-size:auto 100%;
		margin-bottom: 20px;
	}
	.about-3 .content dl dd div {
    		width: 80%;
	}
	.about-4{
		background-size:auto 100%;
		min-height: 6.5rem;
	}
	.navlist .title ul{
		margin-right: -.15rem;
	}
	.navlist .title ul li{
		margin: 0 .15rem;
	}
	footer{
		width: 90%;
		margin: 0 5%;
	}
	.foot-1 ul li{
		width: 33%;
		margin: 0;
		margin-bottom: 20px;
		
	}
	.code{
		float: left;
	}
	.foot-1 ul li:after{
		left: 1.6rem;
	}
	.search{
		display: none;
	}
	header.on{
		position: relative;
		height: 1rem;
	}
	header.on h1 img{
		width: 1.57rem;
	}	
}
@media only screen and (max-width: 375px) {
	

}