* {
	margin: 0;
	padding: 0;
	list-style: none;
	transition: all;
	-o-transition: all;
	-ms-transition: all;
	-moz-transition: all;
	-webkit-transition: all;
	font-size: 0.14rem;
}
body, html {
	font-family: "微软雅黑";
	font-size: 100px;
}
body {
	background: #fff;
	position: relative;
	overflow-x: hidden;
}
@media screen and (min-width:1025px) {
.transy {
	transform: translateY(120px);
	-webkit-transform: translateY(120px);
	transition: 600ms;
	-webkit-transition: 600ms;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	opacity: 0;
}
.tranShow {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	opacity: 1;
}
.transLeftIn {
	transform: translateX(-100%);
	transition: 600ms;
	-webkit-transition: 600ms;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	opacity: 0;
}
.transRightIn {
	transform: translateX(100%);
	transition: 600ms;
	-webkit-transition: 600ms;
	transition-timing-function: ease-out;
	-webkit-transition-timing-function: ease-out;
	opacity: 0;
}
.tranXShow {
	transform: translateX(0);
	opacity: 1;
}
}
a {
	text-decoration: none;
	color: #adaba8;
	transition-duration: .5s;
}
a:hover {
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	padding: 0px;
	margin: 0px;
	font-weight: normal
}
img {
	display: inline-block;
	border: 0;
	vertical-align: middle;
	max-width: 100%
}
.img img {
	width: 100%;
	height: 100%;
	display: block;
	transition-duration: 1s;
	-ms-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-webkit-transition-duration: 1s;
}
@media screen and (min-width:1025px) {
.img:hover img {
	transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
}
@font-face {
	font-family: 'Roboto-Thin';
	src: url(../fonts/roboto-thin.ttf);
}
@font-face {
	font-family: 'Roboto-Light';
	src: url(../fonts/roboto-light.ttf);
}
@font-face {
	font-family: 'Roboto-Bold';
	src: url(../fonts/roboto-bold.ttf);
}
@font-face {
	font-family: 'Roboto-Medium';
	src: url(../fonts/roboto-medium.ttf);
}
input, textarea, select {
	font-size: 0.14rem;
	outline: none;
	font-family: "微软雅黑";
}
.swiper-container, .swiper-slide, .swiper-wrapper {
	height: auto!important;
}
.swiper-slide {
	overflow: hidden!important;
}
.menu-handler {
	width: 50px;
	height: 50px;
	cursor: pointer;
	right: 0px;
	top: 5px;
	position: absolute;
	z-index: 101;
	display: none;
}
.menu-handler .burger {
	width: 24px;
	height: 2px;
	background: #fff;
	display: block;
	position: absolute;
	z-index: 5;
	top: 16px;
	left: 50%;
	margin: 0px 0px 0px -12px;
	transform-origin: center;
	-webkit-transform-origin: center;
	-moz-transform-origin: center;
	-o-transform-origin: center;
	-ms-transform-origin: center;
}
.menu-handler .burger-2 {
	top: 25px;
}
.menu-handler .burger-3 {
	top: 34px;
}
.menu-handler.active .burger-1 {
	top: 25px;
	-moz-transform: rotate(225deg);
	-webkit-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	transform: rotate(225deg);
}
.menu-handler.active .burger-2 {
ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	-webkit-opacity: 0;
	left: 100%;
}
.menu-handler.active .burger-3 {
	top: 25px;
	moz-transform: rotate(-225deg);
	-webkit-transform: rotate(-225deg);
}
.translate {
	float: right;
	margin-right: 60px;
	font-size: 0.18rem;
	color: #fff;
	line-height: 60px;
	display: none;
}
.wapright {
	position: fixed;
	right: -100%;
	top: 0px;
	background-color: rgba(0,0,0,1);
	width: 300px;
	bottom: 0px;
	overflow-y: scroll;
	display: none;
}
.wapright ul, .wapright ul li {
	width: 100%;
	float: left;
}
.wapright ul {
	margin-top: 58px;
}
.wapright ul li>p {
	display: block;
	padding: 0px 50px 0px 40px;
	overflow: hidden;
	position: relative;
}
.wapright ul li>p i {
	position: absolute;
	right: 20px;
	width: 40px;
	height: 50px;
	background: url(../images/ico_38.png) no-repeat center;
	transform: rotate(90deg);
	transition-duration: .5s;
}
.wapright ul li>p a {
	width: 100%;
	float: left;
	line-height: 50px;
	color: #fff;
	font-size: 0.16rem;
}
.wapright ul li>div {
	display: none;
}
.wapright ul li>div a {
	display: block;
	padding: 0px 60px;
	line-height: 50px;
	color: #fff;
	font-size: 0.14rem;
	color: #eee;
}
.wapright ul li.cur>p a {
	color: #2a7de6;
}
.wapright ul li.cur>p i {
	transform: rotate(-90deg);
}
.wapright ul li.cur>div {
	display: block;
}
.s {
	display: block;
	float: left;
	width: 76%;
	position: relative;
	height: 0.6rem;
	border-bottom: 1px solid rgba(255,255,255,0.5);
	margin-left: 10%;
	box-sizing: border-box;
	margin: 0px 40px;
	margin-top: 0.4rem;
}
.s>button {
	background: url(../images/ico2.png) no-repeat center;
	background-size: 100%;
	width: 0.2rem;
	cursor: pointer;
	position: absolute;
	right: 0px;
	top: 0px;
	bottom: 0px;
	border: none;
	padding: 0;
}
.s>input {
	padding: 0px 30px 0px 0px;
	width: 100%;
	box-sizing: border-box;
	height: 100%;
	color: #fff;
	border: none;
	background: none;
	float: left;
	outline: none;
	font-size: 0.16rem;
}
.s>input::-webkit-input-placeholder {
color:#fff;
}
.s>input::-moz-placeholder {   /* Mozilla Firefox 19+ */
color:#fff;
}
.s>input:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
color:#fff;
}
.s>input:-ms-input-placeholder {  /* Internet Explorer 10-11 */
color:#fff;
}
.m_top {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	padding: 0.26rem 0px;
	line-height: 0.38rem;
}
.bg {
	padding-top: 0.9rem;
	height: 0.7rem;
	width: 100%;
	background: rgba(255,255,255,1);
	position: fixed;
	left: 0;
	top: 0px;
	display: none;
	z-index: -50;
	display: none;
}
.header {
	display: block;
	margin: 0 6.25%;
}
.header .logo {
	float: left;
	width: 1.98rem;
}
.header .h_img {
	display: none;
}
.head_m {
	float: right;
}
.head_m li {
	float: left;
}
.head_m li>a {
	display: block;
	font-size: 0.16rem;
	color: #fff;
	padding: 0rem 0.20rem;
}
.head_m li.j .list>div {
	margin-left: 45%;
}
.head_m li.c .list>div {
	margin-left: 60%;
}
.list {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0.9rem;
	border-top: 1px solid #ddd;
	padding: 0px 6.25%;
	display: none;
	height: 0.7rem;
	line-height: 0.7rem;
}
.list>div {
	margin-left: 24%;
	text-align: center;
}
.list>div a {
	display: inline-block;
	margin: 0px 0.26rem;
	color: #444444;
}
.list>div a img {
	margin-right: 0.1rem;
}
.list.contactnav>div {
	margin-left: 62%;
}
.list.aboutnav>div {
	margin-left: 13%;
}
.list.skillnav>div {
	margin-left: 39%;
}
.head_r {
	float: right;
	width: 1.7rem;
	height: 0.38rem;
	margin-left: 0.4rem;
	padding-right: 0.5rem;
	position: relative;
	margin-top: -0.02rem;
}
.head_r:before {
	content: '';
	position: absolute;
	left: 0px;
	width: 1px;
	height: 0.24rem;
	background: #fff;
	left: 0px;
	top: 0.09rem;
}
.head_r>div {
	float: left;
	height: 100%;
	margin-left: 0.52rem;
	position: relative;/* margin-left:0.24rem; */
}
.head_r>div.CN {
	width: 0.21rem;
	background-image: url(../images/ico.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.head_r>div.shop {
	width: 0.29rem;
	background-image: url(../images/ico1.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
.head_r>div.search {
	width: 0.21rem;
	position: absolute;
	right: 0px;
	transition: width .5s ease;
	overflow: hidden;
	z-index: 1;
	height: 0.38rem;
}
.head_r>div.search i {
	width: 0.21rem;
	cursor: pointer;
	height: 100%;
	background-image: url(../images/ico2.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	float: right;
}
.head_r>div.search.cur {
	width: 250px;
}
.head_r>div.search.cur form>input {
	width: 100%;
}
.head_r>div.search div {
	width: 100%;
	height: 100%;
	float: left;
	padding: 0;
	position: relative;
	box-sizing: border-box;
	display: none;
	border-radius: 25px;
}
.head_r>div.search div form {
	width: 100%;
	height: 100%;
	position: relative;
	border-radius: 25px;
	overflow: hidden;
}
.head_r>div.search div>a, .head_r>div.search div form>button {
	position: absolute;
	height: 100%;
	width: 20px;
	cursor: pointer;
	background-image: url(../images/ico2.png);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center;
	left: 14px;
	top: 0px;
	transition-duration: .5s;
	z-index: 2;
}
.head_r>div.search div form>button {
	border: none;
	padding: 0;
	background-color: transparent;
}
.head_r>div.search div>p {
	position: absolute;
	width: 38px;
	height: 100%;
	right: 0px;
	top: 0px;
	left: auto;
	transform: translate(0);
	display: block;
}
.head_r>div.search div form>input {
	width: 0px;
	box-sizing: border-box;
	height: 100%;
	padding: 0 38px 0 46px;
	color: #fff;
	border: none;
	background: none;
	float: left;
	outline: none;
	font-size: 12px;
}
.head_r>div.search div form>input::-webkit-input-placeholder {
color:rgba(255,255,255,.95);
}
.head_r>div.search div form>input::-moz-placeholder {   /* Mozilla Firefox 19+ */
color:rgba(255,255,255,.95);
}
.head_r>div.search div form>input:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
color:rgba(255,255,255,.95);
}
.head_r>div.search div form>input:-ms-input-placeholder {  /* Internet Explorer 10-11 */
color:rgba(255,255,255,.95);
}
.head_r>div.search div>p span {
	height: 18px;
	width: 2px;
	background: #fff;
	position: absolute;
	display: block;
	top: 10px;
	z-index: 1;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
}
.head_r>div.search div>p span.ac-gn-searchview-close-right {
	left: 18px;
}
.head_r>div.search div>p span.ac-gn-searchview-close-left {
	right: 18px;
}
.head_r>div.search.cur div>p span.ac-gn-searchview-close-right {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
}
.head_r>div.search.cur div>p span.ac-gn-searchview-close-left {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #fff;
}
.head_r>div.search.cur>i {
	display: none;
}
.head_r>div.search.cur>div {
	display: block;
}
.head_r>div.search.cur div {
	background: rgba(214, 214, 214, .9);
}
.head_r>div p {
	display: none;
	position: relative;
	position: absolute;
	top: 0.5rem;
	left: 50%;
	transform: translateX(-50%);
}
.head_r>div.CN p:after, .head_r>div.CN p a:first-child:after, .head_r>div.shop p:after {
	content: '';
	position: absolute;
	left: 50%;
	top: -3px;
	width: 6px;
	height: 6px;
	background: #fff;
	position: absolute;
	transform: rotate(45deg);
}
.head_r>div.CN p {
	width: 134px;
}
.head_r>div.CN p a {
	display: block;
	padding: 0.15rem 0rem;
	color: #444444;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
	background: #fff;
	line-height: normal;
}
.head_r>div.CN p a:first-child {
	border-radius: 0.1rem 0.1rem 0rem 0rem;
}
.head_r>div.CN p a:last-child {
	border-radius: 0rem 0rem 0.1rem 0.1rem;
}
.head_r>div.CN p a:last-child {
	border: none;
}
.head_r>div.CN p a:first-child:after {
	z-index: 2;
}
.head_r>div.shop p {
	width: 278px;
	text-align: center;
	padding: 20px 0px 36px 0px;
	background: #fff;
	border-radius: 0.1rem;
}
.head_r>div.shop span {
	display: block;
	font-size: 16px;
	color: #444444;
}
.head_r>div.shop i {
	display: block;
	color: #999999;
	margin: 12px 0px 26px 0px;
	font-style: normal;
}
.head_r>div.shop a {
	margin: 0px 10px;
}
.m_top.cur .s_img, .m_top.on .s_img {
	display: none;
}
.m_top.cur .h_img, .m_top.on .h_img {
	display: inline-block;
}
.m_top.cur .head_m li>a, .m_top.on .head_m li a {
	color: #444444;
}
.m_top.on .head_r:before, .m_top.cur .head_r:before {
	background: #444;
}
.m_top.cur .head_r>div.search i, .m_top.on .head_r>div.search i {
	background-image: url(../images/ico02.png);
}
.m_top.cur .head_r>div.shop, .m_top.on .head_r>div.shop {
	background-image: url(../images/ico01.png);
}
.m_top.cur .head_r>div.CN, .m_top.on .head_r>div.CN {
	background-image: url(../images/ico0.png);
}
.m_top.on {
	background: #fff;
}
.m_top.on .head_r>div.shop p, .m_top.on .head_r>div.CN p:after, .m_top.on .head_r>div.CN p a:first-child:after, .m_top.on .head_r>div.shop p:after, .m_top.on .head_r>div.CN p a {
	background: #efefef;
}
.banner, .banner .swiper-slide a {
	width: 100%;
	float: left;
}
.banner .swiper-slide a img {
	width: 100%;
	display: block;
	transform: scale(1.1);
	transition: all 2s ease-out;
}
.banner .swiper-slide-active a img {
	transform: scale(1);
}
.banner .swiper-button-next, .banner .swiper-button-prev {
	width: 0.5rem;
	height: 0.5rem;
	opacity: 1 !important;
	z-index: 30;
	margin-top: -0.25rem;
	border-radius: 100%;
}
.banner .swiper-button-prev {
	background: url(../images/prev.png) rgba(0,0,0,0.3) no-repeat center;
	left: 6.25%;
}
.banner .swiper-button-next {
	background: url(../images/next.png) rgba(0,0,0,0.3) no-repeat center;
	right: 6.25%;
}
.banner .swiper-pagination, .sj_inC .swiper-pagination {
	bottom: 0.5rem !important;
}
.banner .swiper-pagination span, .sj_inC .swiper-pagination span, .sj_joinA .swiper-pagination span {
	border-radius: 0;
	width: 0.4rem;
	height: 0.03rem;
	background: #fff;
	margin: 0px 0.05rem;
	opacity: 1 !important;
}
.sj_joinA .swiper-pagination span {
	background: #f8f8f8;
}
.banner .swiper-pagination span.swiper-pagination-bullet-active, .sj_inC .swiper-pagination span.swiper-pagination-bullet-active, .sj_joinA .swiper-pagination span.swiper-pagination-bullet-active {
	background: #3750c8;
}
.banner .swiper-slide a img.banner_sj {
	display: none;
}
.w1470 {
	width: 14.7rem;
	margin: 0 auto;
	overflow: hidden;
}
.inA {
	width: 100%;
	float: left;
	background: url(../images/pic3.jpg) no-repeat center;
	background-size: cover;
	padding: 0.71rem 0px;
}
.tit {
	width: 82%;
	float: left;
	padding: 0px 9%;
	text-align: center;
}
.tit span {
	display: block;
	font-size: 0.36rem;
	color: #444444;
	font-weight: bold;
}
.tit span i {
	display: block;
	text-transform: uppercase;
	font-size: 0.32rem;
	color: #c3c3c3;
	font-family: "Roboto-Light";
	font-weight: normal;
	font-style: normal;
}
.tit p {
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.3rem;
	margin-top: 0.5rem;
}
.inA_con {
	width: 100%;
	float: left;
	text-align: center;
	font-size: 0.14rem;
	margin-top: 0.56rem;
}
.inA_con li {
	display: inline-block;
	margin: 0px 6.8%;
	width: 198px;
}
.inA_con li span {
	display: block;
	color: #444444;
	font-family: "Roboto-Thin";
	position: relative;/* padding-right:0.4rem; */
	margin-top: 0.14rem;
}
.inA_con li span i {
	font-size: 0.72rem;
	font-style: normal;
	display: inline-block;
}
.inA_con li span:after {
	content: url(../images/ico10.png);
	position: absolute;
	top: 0.18rem;
	margin-left: 0.14rem;
}
.inA_con li p {
	font-size: 0.16rem;
	color: #999999;
	margin-top: 0.06rem;
}
.inA_con li img {
	height: 0.94rem;
}
.inB {
	width: 100%;
	float: left;
	position: relative;
	webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	background: url(../images/pic4.jpg) no-repeat center;
	background-size: cover;
}
.inB .tit {
	width: 100%;
	float: left;
	padding: 1.84rem 0px;
}
.inB .tit span {
	color: #fff;
	font-weight: normal;
}
.inB .tit span i {
	font-size: 0.42rem;
	color: #fff;
}
.inB .tit div {
	width: 0.6rem;
	height: 0.6rem;
	border-radius: 100%;
	display: inline-block;
	margin-top: 0.34rem;
	background: url(../images/ico11.png) no-repeat center;
}
.inB .tit div img {
	display: block;
	width: 100%;
	animation: rotate0 2s ease infinite;
}
.inC {
	margin-top: 0.36rem;
	width: 100%;
	float: left;
}
.inC_con {
	width: 100%;
	float: left;
	margin-top: 0.36rem;
	overflow: hidden;
}
.inC_con li {
	float: left;
	width: 25%;
	height: 7rem;
	transition: all .5s ease;
}
.inC_con li a {
	width: 100%;
	height: 100%;
	float: left;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: relative;
}
.inC_text {
	position: absolute;
	left: 0.5rem;
	right: 0.5rem;
	bottom: 0.78rem;
	padding-right: 0.36rem;
}
.inC_text p {
	display: block;
	font-size: 0.24rem;
	color: #a8a8a6;
	text-transform: uppercase;
	font-family: "Roboto-Light";
	margin: 0.1rem 0px;
}
.inC_text strong {
	font-size: 0.24rem;
	display: block;
	color: #fff;
}
.inC_con li.cur {
	width: 40%;
}
.inC_con li.on {
	width: 20%;
}
.inC_text i {
	font-style: normal;
	position: absolute;
	right: 0px;
	width: 1.22rem;
	text-align: center;
	padding-bottom: 0.08rem;
	bottom: 0px;
	color: #fff;
}
.inC_text i:after {
	content: url(../images/ico17.png);
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.sj_inC {
	margin-top: 0.3rem;
	display: none;
}
.sj_inC, .sj_inC a>img {
	width: 100%;
	float: left;
}
.sj_inC a {
	width: 100%;
	float: left;
	position: relative;
}
 @-webkit-keyframes iHover {
0% {
-webkit-transform:translateX(0px);
opacity:1
}
49% {
-webkit-transform:translateX(18px);
opacity:0
}
50% {
-webkit-transform:translateX(-18px);
opacity:0
}
100% {
-webkit-transform:translateX(0px);
opacity:1
}
}
@keyframes rotate0 {
 0% {
 transform: rotate(0deg);
}
 100% {
 transform: rotate(359deg);
}
}
.inD {
	width: 100%;
	float: left;
	padding: 0.71rem 0px 0.6rem 0px;
	background: #fafafa;
}
.inD .tit {
	margin-bottom: 0.55rem;
}
.inD_l {
	width: 49.2%;
	float: left;
	background: #fff;
	position: relative;
	height: 3.9rem;
}
.inD_l>p {
	width: 3.6rem;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
.inD_l>a {
	padding: 0px 0.3rem 0px 3.92rem;
	display: block;
}
.inD_l>a i {
	display: block;
	font-size: 16px;
	color: #737373;
	font-family: "Roboto-Light";
	font-style: normal;
	margin-top: 0.4rem;
}
.inD_l>a strong {
	display: block;
	font-size: 0.18rem;
	color: #333333;
	margin: 0.24rem 0px;
}
.inD_l>a p {
	color: #666666;
	line-height: 0.28rem;
}
.inD_l>a span {
	width: 1.06rem;
	line-height: 0.32rem;
	border: 1px solid #2a7de6;
	display: block;
	text-align: center;
	border-radius: 0.04rem;
	color: #3750c8;
	margin-top: 0.34rem;
}
.inD_r {
	width: 49.2%;
	float: right;
	background: #fff;
	height: 3.9rem;
}
.inD_r li {
	display: block;
	padding: 0px 0.32rem;
}
.inD_r li:first-child {
	margin-top: 0.16rem;
}
.inD_r li a {
	display: block;
	padding: 0.26rem 1.14rem 0.26rem 0rem;
	border-bottom: 1px solid #ebebeb;
	position: relative;
}
.inD_r li a span {
	display: block;
	font-size: 0.16rem;
	color: #333333;
	font-weight: bold;
	height: 0.21rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inD_r li a p {
	color: #666666;
	line-height: 0.24rem;
	margin-top: 0.12rem;
	height: 0.24rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.inD_r li a i {
	position: absolute;
	right: 0px;
	font-family: "Roboto-Light";
	font-size: 0.16rem;
	font-style: normal;
	top: 0.24rem;
}
.more {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 0.6rem;
}
.more a {
	display: inline-block;
	font-family: "Times New Roman";
	padding-bottom: 0.08rem;
	position: relative;
	display: inline-block;
	color: #3750c8;
	width: 1.22rem;
	text-transform: uppercase;
}
.more a:after {
	content: url(../images/ico18.png);
	position: absolute;
	bottom: 0px;
	right: 0px;
}
.footer {
	width: 100%;
	float: left;
	padding: 0.7rem 6.25% 0.8rem 6.25%;
	box-sizing: border-box;
	background: #222222;
	position: relative;/* height: 4.08rem; */
	height: 5.3rem;
}
.fo_mid {
	padding: 0px 2.54rem 0px 4.64rem;
	display: block;
	overflow: hidden;
}
.fo_mid dl {
	width: 20%;
	float: left;
}
.fo_mid dl dt a {
	font-size: 0.18rem;
	color: #fff;
}
.fo_mid dl dd {
	margin-top: 0.24rem;
}
.fo_mid dl dd a {
	display: block;
	color: #a7a7a7;
	line-height: 0.36rem;
}
.fo_l {
	position: absolute;
	left: 6.25%;
	top: 0.7rem;
	width: 4.6rem;
	z-index: 2;
}
.fo_l>a {
	display: block;
	width: 1.98rem;
}
.fo_l>p {
	width: 100%;
	display: block;
	margin-top: 0.24rem;
	float: left;
}
.fo_l>p a {
	color: #fff;
}
.fo_l>p a:after {
	content: '|';
	margin: 0px 0.1rem;
}
.fo_l>p a:last-child:after {
	display: none;
}
.fo_l_m {
	width: 100%;
	display: block;
	margin-top: 46px;
	width: 100%;
	float: left;
}
.fo_l_m .bshare-custom {
	float: left;
}
.fo_l_m .bshare-custom a {
	padding: 0px;
	margin: 0px;
	background: none;
	float: left;
	width: 28px;
	height: 25px;
	margin-right: 36px;
}
.fo_l_m .bshare-custom a.bshare-weixin {
	background: url(../images/fx2.png) no-repeat center;
}
.fo_l_m .bshare-custom a.bshare-sinaminiblog {
	background: url(../images/fx1.png) no-repeat center;
}
.fo_l_m p {
	float: left;
	position: relative;
	margin-right: 36px;
}
.fo_l_m p>span {
	position: absolute;
	top: 0.5rem;
	left: 0px;
	width: 1rem;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	transition-duration: .5s;
}
.fo_l_m p:hover>span {
	opacity: 1;
	visibility: visible;
	top: 0.4rem;
}
.fo_l_m a {
	float: left;
	margin-right: 36px;
}
.fo_l_e {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-top: 0.58rem;/* float: left; */
	text-align: center;
}
.fo_l_e p, .fo_l_e p a {
	color: #777777;
	line-height: 24px;
}
.fo_r {
	position: absolute;
	right: 6.25%;
	top: 0.7rem;
}
.fo_r i {
	display: block;
	color: #fff;
	font-style: normal;
}
.fo_r strong {
	display: block;
	font-family: "Roboto-Bold";
	font-size: 0.38rem;
	color: #fff;
	margin: 0.16rem 0px 0.16rem 0px;
}
.fo_r p {
	color: #a7a7a7;
	line-height: 0.36rem;
}
.video {
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: rgba(0,0,0,0.9);
	z-index: 999;
	display: none;
}
.video video {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 100%;
	max-height: 100%;
	border: none;
	padding: none;
	outline: none;
}
.btn_video_close {
	position: absolute;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
	width: 23px;
	height: 23px;
	background: url(../images/close.png) no-repeat center;
}
.N_banner {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}
.N_banner>img {
	width: 100%;
	float: left;
	transform: scale(1.1);
	transition: all 2s ease-out;
}
.N_banner.cur>img {
	transform: scale(1);
}
.N_banner>span {
	display: block;
	font-size: 0.42rem;
	font-weight: bold;
	position: absolute;
	width: 14.7rem;
	position: absolute;
	bottom: 20%;
	opacity: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	transition-duration: .5s;
}
.N_banner>span i {
	display: block;
	font-size: 0.3rem;
	font-family: "Roboto-Thin";
	font-style: normal;
	text-transform: uppercase;
	margin-top: 0.1rem;
}
.N_banner>span.tran {
	bottom: 32%;
	opacity: 1;
}
.hide_img {
	display: none;
}
.menu {
	width: 100%;
	float: left;
	border-bottom: 1px solid #dddddd;
}
.menu .w1470>p {
	float: left;
}
.menu .w1470>p a {
	font-size: 0.16rem;
	color: #1f1f1f;
	line-height: 0.66rem;
}
.menu .w1470>p a:after {
	content: '|';
	margin: 0px 0.34rem;
	color: #1f1f1f;
	font-weight: normal;
	line-height: 0.66rem;
}
.menu .w1470>p a:last-child:after {
	display: none;
}
.menu .w1470>p a.cur {
	color: #3750c8;
	font-weight: bold;
}
.menu_r {
	float: right;
	width: 40%;
	text-align: right;
	height: 0.66rem;
}
.menu_r span {
	width: 0.64rem;
	border-left: 1px solid #eeeeee;
	border-right: 1px solid #eeeeee;
	background: url(../images/nico1.jpg) no-repeat center;
	height: 0.66rem;
	display: inline-block;
}
.menu_r p {
	display: inline-block;
	vertical-align: top;
	margin-left: 0.2rem;
}
.menu_r p a {
	color: #666666;
}
.menu_r p a:after {
	content: url(../images/iconext.png);
	margin: 0px 0.15rem;
	line-height: 0.66rem;
}
.menu_r p a:last-child:after {
	display: none;
}
.menu_r p a.cur {
	color: #3750c8;
}
.aboutA {
	width: 100%;
	float: left;
	padding: 0.68rem 0px 1rem 0px;
}
.aboutA .w1470 {
	overflow: inherit;
}
.aboutA h2 {
	display: block;
	overflow: hidden;
	font-size: 0.3rem;
	color: #3750c8;
	font-weight: bold;
	margin-bottom: 0.1rem;
}
.aboutA h2 i {
	display: block;
	color: #999999;
	font-family: "Roboto-Thin";
	font-style: normal;
	text-transform: uppercase;
	margin-top: 0.1rem;
	font-size: 0.3rem;
}
.abA_l {
	width: 55.6%;
	float: left;
}
.abA_l p {
	color: #666666;
	line-height: 0.24rem;
	text-align: justify;
	margin-top: 0.3rem;
}
.aboutA .w1470>p {
	float: right;
	width: 36.6%;
	position: relative;
	z-index: 1;
	margin-top: -0.5rem;
}
.aboutA .w1470>p img {
	width: 100%;
}
.aboutA .w1470>p:after {
	content: '';
	height: 63.2%;
	width: 100%;
	bottom: -0.4rem;
	right: 0.4rem;
	z-index: -1;
	background: #f8f8f8;
	position: absolute;
}
.aboutB {
	width: 100%;
	float: left;
	padding: 0.6rem 0px;
	background: #f8f8f8;
}
.aboutB li {
	float: left;
	width: 23.2%;
}
.aboutB li:last-child {
	float: right;
	width: auto;
}
.aboutB li p {
	color: #666666;
}
.aboutB li span {
	display: block;
	color: #666666;
	margin-top: 0.06rem;
}
.aboutB li span i {
	font-style: normal;
	font-family: "Roboto-Bold";
	font-size: 0.48rem;
	color: #444;
	margin-right: 0.04rem;
}
.aboutC {
	width: 100%;
	float: left;
	height: 7.8rem;
	position: relative;
}
.aboutC>p {
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	position: relative;
}
.aboutC .w1470 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
}
.aboutC .w1470 h4 {
	display: block;
	font-size: 0.3rem;
	font-weight: bold;
	margin-bottom: 0.65rem;
	overflow: hidden;
}
.aboutC .w1470 p {
	line-height: 24px;
	margin-top: 0.24rem;
}
.aboutC .w1470 div {
	display: block;
	margin-top: 0.8rem;
}
.aboutC .w1470 span {
	display: block;
	font-size: 0.2rem;
	font-weight: bold;
	margin-top: 0.2rem;
}
.aboutD {
	width: 100%;
	float: left;
	padding: 0.7rem 0px 1.1rem 0px;
	background: url(../images/bg.png) no-repeat center bottom;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.aboutD:after {
	content: '';
	position: absolute;
	top: 3.18rem;
	height: 1px;
	left: 0px;
	right: 0px;
	background: #e5e5e5;
}
.aboutD .w1470>span {
	display: block;
	font-size: 0.3rem;
	color: #444444;
	font-weight: bold;
}
.aboutD .btn {
	width: 100%;
	float: left;
	margin-top: 0.3rem;
}
.aboutD .btn .swiper-button-prev, .aboutD .btn .swiper-button-next {
	width: 0.5rem;
	height: 0.5rem;
	float: left;
	border-radius: 100%;
	position: static;
	margin-top: 0px;
}
.aboutD .btn .swiper-button-prev {
	background: url(../images/prev1.png) no-repeat center #b2b2b2;
}
.aboutD .btn .swiper-button-next {
	background: url(../images/next1.png) no-repeat center #b2b2b2;
	margin-left: 0.1rem;
}
.aboutD .gallery-thumbs {
	width: 100%;
	float: left;
	margin-top: 0.6rem;
	position: relative;
}
.aboutD:before {
	content: url(../images/ico21.png);
	position: absolute;
	top: 0.88rem;
	right: 11%;
	z-index: -1;
}
.aboutD .gallery-thumbs span {
	font-size: 0.3rem;
	font-family: "Roboto-Bold";
	color: #666666;
	padding-bottom: 0.4rem;
	position: relative;
	display: block;
}
.aboutD .gallery-thumbs span i {
	color: #666666;
	font-family: "微软雅黑";
	font-style: normal;
	margin-left: 0.1rem;
}
.aboutD .gallery-thumbs span:after {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 0.08rem;
	height: 0.08rem;
	background: #fff;
	border-radius: 100%;
	border: 0.04rem solid #666666;
}
.aboutD .gallery-top {
	width: 100%;
	float: left;
	margin-top: 0.3rem;
}
.aboutD .gallery-top p {
	color: #666666;
	line-height: 24px;
	position: relative;
	margin-top: 0.1rem;
}
.aboutD .gallery-top p span {
	position: absolute;
	left: 0px;
	top: 0px;
	font-size: 0.18rem;
	color: #3750c8;
}
.aboutD .gallery-top p span i {
	font-size: 0.14rem;
	font-style: normal;
	margin-left: 0.1rem;
}
.aboutD .gallery-thumbs .swiper-slide-active span {
	color: #3750c8;
}
.aboutD .gallery-thumbs .swiper-slide-active span:after {
	border-color: #3750c8;
}
.introA {
	width: 100%;
	float: left;
	padding: 0.54rem 0px 1rem 0px;
}
.h_text {
	display: block;
	text-align: center;
}
.h_text span {
	display: inline-block;
	font-size: 0.3rem;
	color: #333333;
	font-weight: bold;
	position: relative;
	padding: 0px 0.16rem;
}
.h_text span:before, .h_text span:after {
	content: '';
	width: 0.5rem;
	height: 1px;
	background: #3750c8;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.h_text span:before {
	right: 100%;
}
.h_text span:after {
	left: 100%;
}
.introA_con {
	width: 100%;
	float: left;
	margin-top: 0.6rem;
}
.introA_con li {
	width: 20%;
	float: left;
	position: relative;
	height: 4.6rem;
	transition: all .5s ease;
	overflow: hidden;
}
.intro_img {
	position: relative;
	width: 100%;
	height: 100%;
}
.intro_img img {
	display: block;
	height: 100%;
	max-width: none;
	position: relative;
	left: 50%;
	top: 0;
	transform: translateX(-50%);
	transition: all .5s ease;
}
.intro_img p {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	background: #000;
	transition: all .5s ease;
}
.intro_text {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	color: #fff;
padding-bottom: .5rem;
}
.intro_text span {
	font-size: 0.18rem;
	color: #fff;
	position: relative;
	padding-bottom: 0.1rem;
	display: inline-block;
}
.intro_text span i {
font-size: .48rem;
	line-height: 1;
	font-family: 'Roboto-Medium';
	display: block;
	font-style: normal;
	margin-bottom: 0.1rem;
}
.intro_text p {
font-size: .16rem;
	line-height: 1.5625;
	width: 80%;
margin: .1rem auto 0;
margin-top: .15rem;
	display: none;
}
.intro_text span:after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background-color: white;
	position: absolute;
	left: 15%;
	bottom: 0;
	transition: all .5s ease;
}
.introB {
	width: 100%;
	float: left;
	height: 5.8rem;
	background: url(../images/ipic1.jpg) no-repeat center;
	background-size: cover;
}
.introB .w1470 {
	height: 100%;
	position: relative;
}
.introB_con {
	position: absolute;
	bottom: 0px;
	left: 0px;
	height: 4.76rem;
	width: 60%;
	box-sizing: border-box;
	background-color: rgba(0,0,0,0.5);
	padding: 0.9rem 1.56rem 0.9rem 0.72rem;
}
.introB_con span {
	display: block;
	font-size: 0.3rem;
	color: #fff;
	font-weight: bold;
	display: block;
}
.introB_con ul {
	width: 100%;
	float: left;
	text-align: center;
	margin-top: 0.14rem;
}
.introB ul li {
	width: 2.94rem;
	display: inline-block;
	vertical-align: top;
	margin-right: 0.58rem;
	color: #fff;
	text-align: left;
	margin-top: 0.24rem;
}
.introB ul li:nth-child(2n) {
	margin-right: 0px;
}
.introB ul li span {
	display: block;
	font-size: 0.16rem;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #696c6d;
}
.introB ul li p {
	font-size: 0.16rem;
	line-height: 0.24rem;
	margin-top: 0.14rem;
}
.introC {
	width: 100%;
	float: left;
	padding: 0.78rem 0px;
}
.introC h2 {
	display: block;
	font-weight: bold;
	font-size: 0.3rem;
	color: #333333;
	position: relative;
}
.introC h2:after {
	/*content: url(../images/ico20.png);*/
	position: absolute;
	top: 0.2rem;
	left: 0px;
}
.introC p {
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.3rem;
	margin-top: 0.38rem;
}
.honorA {
	width: 100%;
	float: left;
	height: 2.75rem;
	background: url(../images/hpic13.jpg) no-repeat center;
	position: relative;
	margin-top: 0.77rem;
	background-size: cover;
}
.honorA>div {
	padding: 0px 4.36rem 0px 0.44rem;
	display: block;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.honorA>div span {
	display: block;
	font-size: 0.3rem;
	color: #3750c8;
	font-weight: bold;
}
.honorA>div p {
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
	margin-top: 0.3rem;
}
.honorB {
	width: 100%;
	float: left;
	margin-top: 0.2rem;
}
.honorB li {
	float: left;
	width: 23.4%;
	margin-right: 2.1%;
	background: #f8f8f8;
	margin-top: 0.3rem;
}
.honorB li:nth-child(4n) {
	margin-right: 0px;
}
.honorB li p {
	width: 100%;
	text-align: center;
	line-height: 2.36rem;
	overflow: hidden;
}
.honorB li p img {
	width: 2.28rem;
	display: inline-block;
}
.honorB li span {
	display: block;
	padding: 0.2rem;
	background: #ebebeb;
	color: #474747;
	font-size: 0.16rem;
	line-height: 0.3rem;
	text-align: center;
	transition-duration: .5s;
	height: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.page {
	width: 100%;
	float: left;
	padding: 0.82rem 0px;
	text-align: center;
	font-size: 12px;
}
.page a {
	display: inline-block;
	margin: 0px 0.02rem;
	width: 0.4rem;
	height: 0.38rem;
	border: 1px solid #dddddd;
	vertical-align: top;
	line-height: 0.38rem;
	text-align: center;
	color: #919191;
	font-family: "Arial";
	font-size: 0.14rem;
}
.page a.first, .page a.last {
	padding: 0px 0.34rem 0px 0.5rem;
	width: auto;
	font-family: "微软雅黑";
	position: relative;
}
.page a.last {
	padding: 0px 0.5rem 0px 0.34rem;
}
.page a.first:before {
	content: url(../images/icopre.png);
	position: absolute;
	left: 0.34rem;
}
.page a.last:after {
	content: url(../images/iconext.png);
	position: absolute;
	right: 0.34rem;
}
.page a.cur {
	background: #3750c8;
	color: #fff;
	border-color: #3750c8;
}
.page a.first:hover:before {
	content: url(../images/icopre0.png);
}
.page a.last:hover:after {
	content: url(../images/iconext0.png);
}
.news_con, .news_con li {
	width: 100%;
	float: left;
	margin-top: 0.4rem;
}
.news_con li a {
	display: block;
	padding: 0px 0.32rem 0px 4.84rem;
	position: relative;
	min-height: 2.83rem;
}
.news_con li a>p {
	width: 4.35rem;
	float: left;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
}
.news_con li a>div {
	width: 100%;
	float: left;
	margin-top: 0.66rem;
}
.news_con li a>div strong {
	display: block;
	font-size: 0.16rem;
	color: #333333;
	height: 21px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 0.3rem;
	background: url(../images/nico2.png) no-repeat center right;
}
.news_con li a>div span {
	display: block;
	font-size: 0.16rem;
	color: #737373;
	margin: 0.2rem 0px 0.3rem 0px;
}
.news_con li a>div span i {
	display: inline-block;
	width: 0.55rem;
	line-height: 0.24rem;
	background: #3750c8;
	color: #fff;
	margin-left: 0.28rem;
	text-align: center;
	font-style: normal;
}
.news_con li a>div p {
	color: #666666;
	line-height: 0.3rem;
	height: 0.6rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.xq {
	width: 100%;
	float: left;
	background: #f8f8f8;
}
.menuxq {
	background: #f8f8f8;
	border: none;
	padding-top: 0.2rem;
}
.menuxq .menu_r {
	float: left;
	text-align: left;
}
.menuxq .menu_r span {
	width: 0.22rem;
	height: 0.66rem;
	border: none;
	margin-right: 0.2rem;
}
.menuxq .menu_r span:after {
	content: url(../images/iconext.png);
	margin-left: 0.4rem;
	line-height: 0.66rem;
}
.xq_top {
	border: none;
}
.xq_top, .xq_mid {
	width: 100%;
	float: left;
}
.xq_top {
	text-align: center;
	margin-top: 0.48rem;
}
.xq_top h1 {
	display: block;
	padding-bottom: 0.24rem;
	border-bottom: 1px solid #dddddd;
	font-size: 0.3rem;
	color: #444444;
}
.xq_top p {
	color: #737373;
	margin-top: 0.3rem;
}
.xq_mid {
	border-bottom: 1px solid #dddddd;
	padding-bottom: 0.8rem;
}
.xq_mid p {
	font-size: 0.16rem;
	line-height: 0.3rem;
	color: #666666;
	text-indent: 2em;
	margin-top: 0.4rem;
}
.xq_mid p img {
	width: 43.5%;
	margin: 0px 1%;
}
.xq_en {
	width: 100%;
	float: left;
	padding: 0.42rem 0px;
}
.xq_en_l {
	width: 60%;
	float: left;
}
.xq_en_l a {
	display: block;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.3rem;
	height: 0.3rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xq_en>a {
	float: right;
	width: 1.02rem;
	line-height: 0.36rem;
	color: #3750c8;
	border: 1px solid #3750c8;
	text-align: center;
	border-radius: 4px;
}
.xq_en>a:hover {
	background: #3750c8;
	color: #fff;
}
.skillA {
	width: 100%;
	float: left;
	padding: 0.56rem 0px 0.8rem 0px;
}
.skillA .h_text {
	margin-bottom: 0.46rem;
}
.skillA_l {
	width: 50%;
	float: left;
}
.skillA_l p {
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.26rem;
	margin-bottom: 0.24rem;
}
.skillA_r {
	width: 46.9%;
	float: right;
}
.skillA_r li {
	width: 30.4%;
	float: left;
	margin-right: 4.4%;
	height: 3.63rem;
	position: relative;
	background-size: cover;
}
.skillA_r li:nth-child(3n) {
	margin-right: 0px;
}
.skillA_r li>div {
	bottom: 0.2rem;
	left: 0px;
	right: 0px;
	text-align: center;
	color: #fff;
	position: absolute;
	transition-duration: .5s;
}
.skillA_r li>div>p span {
	font-size: 0.72rem;
	font-family: "Roboto-Thin";
	display: inline-block;
	vertical-align: top;
}
.skillA_r li>div>p i {
	background-image: url(../images/sico1.png);
	width: 0.24rem;
	height: 0.24rem;
	margin-left: 0.18rem;
	display: inline-block;
	margin-top: 0.2rem;
}
.skillA_r li>div>span {
	display: block;
	font-size: 0.16rem;
}
.skillB {
	width: 100%;
	float: left;
	height: 6.2rem;
	position: relative;
}
.skillB>p {
	height: 100%;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-attachment: fixed;
	position: relative;
}
.skillB .w1470 {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	height: 100%;
	top: 0px;
}
.skillB .w1470 .h_text {
	margin-top: 0.68rem;
}
.skillB .w1470 .h_text span {
	color: #fff;
}
.skillB_con {
	width: 100%;
	float: left;
}
.skillB_con li {
	width: 17.2%;
	float: left;
	margin-right: 3.5%;
}
.skillB_con li:nth-child(5n) {
	margin-right: 0px;
}
.skillB_con li>p {
	width: 100%;
	text-align: center;
	font-size: 2.8rem;
	color: rgba(255,255,255,0.2);
	position: relative;
	font-family: "Roboto-Bold";
	line-height: 3rem;
}
.skillB_con li>p img {
	position: absolute;
	bottom: 0px;
	left: 50%;
	transform: translateX(-50%);
	transition-duration: .5s;
}
.skillB_con li>div {
	display: block;
	overflow: hidden;
	margin-top: 0.4rem;
}
.skillB_con li>div span, .skillB_con li>div p {
	padding-left: 0.18rem;
}
.skillB_con li>div span {
	display: block;
	position: relative;
	font-size: 0.18rem;
	color: #fff;
}
.skillB_con li>div span:before {
	content: '';
	width: 0.03rem;
	height: 0.17rem;
	background: #fff;
	position: absolute;
	left: 0px;
	top: 0.04rem;
}
.skillB_con li>div p {
	color: #d8d7d7;
	line-height: 0.24rem;
	margin-top: 0.2rem;
	height: 0.72rem;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
}
.skillC {
	width: 100%;
	float: left;
	padding: 0.76rem 0px;
}
.skillC .w1470 {
	overflow: inherit;
	position: relative;
}
.skillC .swiper-container {
	width: 13.7rem;
	margin: 0 auto;
	margin-top: 0.56rem;
}
.skillC .swiper-slide {
	text-align: center;
}
.skillC .swiper-button-next, .skillC .swiper-button-prev {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 100%;
	margin-top: 0px;
}
.skillC .swiper-button-prev {
	background: url(../images/prev1.png) no-repeat center #b2b2b2;
	left: -0.3rem;
}
.skillC .swiper-button-next {
	background: url(../images/next1.png) no-repeat center #b2b2b2;
	right: -0.2rem;
}
.skill1A {
	width: 100%;
	float: left;
	padding: 0.8rem 0px;
}
.skill1A .w1470>p {
	width: 44.6%;
	float: left;
	overflow: hidden;
}
.skill1A_r {
	width: 51.5%;
	float: right;
}
.skill1A_r>p {
	color: #666666;
	font-size: 0.16rem;
	line-height: 0.3rem;
	margin-top: 0.3rem;
}
.skill1A_r ul {
	width: 100%;
	float: left;
	margin-top: 0.7rem;
}
.skill1A_r ul li {
	float: left;
	margin-right: 1rem;
	text-align: center;
}
.skill1A_r ul li:last-child {
	margin-right: 0px;
}
.skill1A_r ul li>p {
	position: relative;
}
.skill1A_r ul li>p span {
	font-size: 0.72rem;
	font-family: "Roboto-Thin";
	color: #444444;
	display: inline-block;
	padding-right: 0.46rem;
	position: relative;
}
.skill1A_r ul li>p span:after {
	content: url(../images/sico01.png);
	position: absolute;
	top: 0.2rem;
	right: 0px;
	line-height: 0px;
}
.skill1A_r ul li>span {
	display: block;
	font-size: 0.16rem;
	color: #999999;
}
.skill1B {
	width: 100%;
	float: left;
	background: #fcfcfc;
	padding: 0.7rem 0px 0.9rem 0px;
}
.skill1B .w1470 {
	overflow: inherit;
}
.skill1B_con {
	width: 100%;
	float: left;
	margin-top: 0.8rem;
	position: relative;
}
.skB_img {
	width: 32.2%;
	margin: 0 auto;
	overflow: hidden;
}
.sk_ul li {
	position: absolute;
	width: 38.8%;
	padding-right: 0.6rem;
	box-sizing: border-box;
	cursor: pointer;
}
.sk_ul li:after {
	content: '';
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 100%;
	border: 0.03rem solid #dddddd;
	background: #fff;
	position: absolute;
	right: 0px;
}
.sk_ul li:nth-child(1), .sk_ul li:nth-child(4) {
	top: 14.7%;
}
.sk_ul li>div {
	width: 80%;
	float: right;
	padding-right: 0.42rem;
	position: relative;
	margin-top: -0.12rem;
}
.sk_ul li:nth-child(4), .sk_ul li:nth-child(5), .sk_ul li:nth-child(6) {
	right: 0px;
	padding-right: 0px;
	padding-left: 0.6rem;
}
.sk_ul li>div i {
	width: 0.42rem;
	height: 0.42rem;
	border-radius: 100%;
	line-height: 0.42rem;
	text-align: center;
	color: #fff;
	background: #343434;
	font-size: 0.2rem;
	font-family: "Roboto-Bold";
	font-style: normal;
	display: block;
	position: absolute;
	right: 0px;
}
.sk_ul li>div p {
	display: none;
	color: #666666;
	line-height: 0.3rem;
	padding: 0px 0.32rem 0px 0.12rem;
	transition-duration: .5s;
}
.sk_ul li>div span {
	display: block;
	font-size: 0.2rem;
	color: #666;
	display: block;
	padding-right: 0.2rem;
	text-align: right;
	line-height: 0.42rem;
	transition-duration: .5s;
}
.sk_ul li:nth-child(4):after, .sk_ul li:nth-child(5):after, .sk_ul li:nth-child(6):after {
	left: 0px;
	right: auto;
}
.sk_ul li:nth-child(4)>div, .sk_ul li:nth-child(5)>div, .sk_ul li:nth-child(6)>div {
	padding-right: 0px;
	padding-left: 0.6rem;
	float: left;
}
.sk_ul li:nth-child(4)>div i, .sk_ul li:nth-child(5)>div i, .sk_ul li:nth-child(6)>div i {
	right: auto;
	left: 0px;
}
.sk_ul li:nth-child(4)>div span, .sk_ul li:nth-child(5)>div span, .sk_ul li:nth-child(6)>div span {
	text-align: left;
}
.sk_ul li:nth-child(2), .sk_ul li:nth-child(5) {
	top: 49%;
	width: 34.5%;
}
.sk_ul li:nth-child(3), .sk_ul li:nth-child(6) {
	width: 37.8%;
	top: 79%;
}
.sk_ul li.on>div p {
	display: block;
	margin-top: 0.2rem;
}
.sk_ul li.on>div span {
	text-align: left;
	font-size: 0.2rem;
	color: #3750c8;
	font-weight: bold;
	border-bottom: 1px solid #3750c8;
	padding: 0px 0px 0.2rem 0.14rem;
	margin-top: -0.4rem;
}
.sk_ul li.on:after {
	border-color: #3750c8;
}
.sk_ul li.on>div i {
	background-color: #3750c8;
}
.skB_img p:not(:first-child) {
	display: none;
}
.sk_ul li.on:nth-child(4)>div, .sk_ul li.on:nth-child(5)>div, .sk_ul li.on:nth-child(6)>div {
	padding-left: 0.42rem;
}
.joinA {
	width: 100%;
	float: left;
	padding: 0.8rem 0px;
}
.joinA ul {
	width: 100%;
	float: left;
	margin-top: 0.54rem;
}
.joinA_li img {
	margin-top: 0.4rem;
	height: 0.46rem;
}
.joinA_li {
	float: left;
	width: 23.5%;
	height: 3rem;
	background: #f8f8f8;
	box-sizing: border-box;
	padding: 0px 0.24rem;
	margin-right: 2%;
}
.joinA_li:nth-child(4n) {
	margin-right: 0px;
}
.joinA_li span {
	display: block;
	color: #333333;
	font-size: 0.24rem;
	font-weight: bold;
	margin: 0.22rem 0px;
}
.joinA_li p {
	color: #666666;
	line-height: 0.3rem;
	font-size: 0.16rem;
}
.sj_joinA, .sj_joinC {
	width: 100%;
	float: left;
	margin-top: 0.2rem;
	display: none;
}
.sj_joinA .swiper-pagination {
	position: static;
	width: 100%;
	float: left;
	margin-top: 0.2rem;
}
.sj_joinC {
	position: relative;
}
.joinB {
	width: 100%;
	float: left;
	background: #f8f8f8;
	position: relative;
}
.joinB>p {
	float: left;
	width: 50%;
	overflow: hidden;
}
.joinB_con {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 34.8%;
	left: 53.2%;
}
.joinB_con dt {
	font-size: 0.3rem;
	color: #333333;
	font-weight: bold;
	margin-bottom: 0.4rem;
}
.joinB_con dd p {
	margin-left: 0.2rem;
	border-left: 1px solid #dddddd;
	padding-left: 0.52rem;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.42rem;
	position: relative;
	padding-top: 0.28rem;
}
.joinB_con dd p i {
	position: absolute;
	z-index: 2;
	left: -0.21rem;
	width: 0.42rem;
	height: 0.42rem;
	line-height: 0.42rem;
	font-size: 0.2rem;
	text-align: center;
	font-family: "Roboto-Bold";
	color: #fff;
	background: #343434;
	font-style: normal;
	border-radius: 100%;
}
.joinB_con dd p:first-child {
	padding-top: 0px;
}
.joinC {
	width: 100%;
	float: left;
	padding: 0.74rem 0px;
	background: url(../images/jpic2.jpg) no-repeat center;
	background-size: cover;
}
.joinC_con {
	width: 100%;
	float: left;
	margin-top: 0.62rem;
	position: relative;
	z-index: 1;
}
.joinC_con:after {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	border-bottom: 1px dotted #dddddd;
	top: 50%;
	transform: translateY(-50%);
	z-index: -1;
}
.joinC_li {
	float: left;
	width: 8.8%;
	margin-left: 5.4%;
	padding-top: 1.06rem;
	position: relative;
	margin-top: 0.7rem;
}
.joinC_li>p {
	width: 0.36rem;
	height: 0.77rem;
	background-image: url(../images/jico5.png);
	background-size: 100%;
	text-align: center;
	position: absolute;
	top: 0px;
}
.joinC_li>p span {
	color: #3750c8;
	width: 0.26rem;
	height: 0.26rem;
	border-radius: 100%;
	line-height: 0.26rem;
	top: 0.05rem;
	left: 0.05rem;
	background: #fff;
	font-family: "Roboto-Bold";
	display: inline-block;
	font-style: 0.2rem;
	position: absolute;
}
.joinC_li:nth-child(2n) {
	padding-top: 0px;
	padding-bottom: 1.06rem;
	margin-top: 0px;
}
.joinC_li>div {
	display: block;
	height: 1.03rem;
}
.joinC_li>div span {
	display: block;
	font-size: 0.16rem;
	color: #333333;
	font-weight: bold;
}
.joinC_li>div p {
	color: #666666;
	line-height: 0.24rem;
	font-size: 0.16rem;
	margin-top: 0.1rem;
}
.joinC_li:nth-child(2n)>p {
	top: auto;
	bottom: 0px;
	background-image: url(../images/jico05.png)
}
.joinC_li:nth-child(2n)>p span {
	top: auto;
	bottom: 0.05rem;
}
.joinD {
	width: 12.9rem;
	margin: 0 auto;
	overflow: hidden;
	padding: 0.7rem 0px 0.8rem 0px;
}
.joinD_con {
	width: 10.7rem;
	margin: 0 auto;
	margin-top: 0.6rem;
	position: relative;
}
.joinD_con .swiper-container {
	padding: 0px 120px;
}
.joinD_con .swiper-slide {
	transform: scale(0.8);
	opacity: 0.4;
	transition-duration: .5s;
}
.joinD_con .swiper-slide.swiper-slide-active {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	z-index: 2;
}
.joinD_con .swiper-button-next, .joinD_con .swiper-button-prev, .sj_joinC .swiper-button-next, .sj_joinC .swiper-button-prev {
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 100%;
}
.joinD_con .swiper-button-prev, .sj_joinC .swiper-button-prev {
	background: url(../images/prev1.png) no-repeat center #b2b2b2;
	left: -1.08rem;
}
.joinD_con .swiper-button-next, .sj_joinC .swiper-button-next {
	background: url(../images/next1.png) no-repeat center #b2b2b2;
	right: -1.08rem;
}
.joinE {
	width: 100%;
	float: left;
	padding: 0.6rem 0px 0.8rem 0px;
	background: #f8f8f8;
}
.joinE .w1470 {
	overflow: inherit;
}
.joinE_con {
	width: 100%;
	float: left;
	margin-top: 0.3rem;
}
.joinE_con dl {
	float: left;
	width: 23.5%;
	margin-right: 2%;
}
.joinE_con dl:nth-child(4n) {
	margin-right: 0px;
}
.joinE_con dl dt {
	font-size: 0.16rem;
	color: #666666;
	margin: 0.2rem 0px;
}
.joinE_con dl dt i {
	font-style: normal;
	color: #d81f2c;
	margin-left: 0.1rem;
}
.div_input {
	width: 100%;
	border: 1px solid #dddddd;
	height: 0.46rem;
	padding: 0px 0.16rem;
	box-sizing: border-box;
	position: relative;
}
.div_input input {
	width: 100%;
	height: 100%;
	border: none;
	background: none;
	font-family: "微软雅黑";
	font-size: 0.16rem;
	color: #cecece;
}
.joinE_con dl:last-child {
	width: 74.5%;
	margin-right: 0px;
}
.div_input ul {
	position: absolute;
	top: 0.45rem;
	left: -1px;
	right: -1px;
	background: #fff;
	border: 1px solid #ddd;
	border-top: none;
	z-index: 10;
	max-height: 1.38rem;
	overflow-y: scroll;
	display: none;
}
.div_input i {
	display: block;
	line-height: 0.46rem;
	font-style: normal;
	font-size: 0.16rem;
	color: #666;
	background: url(../images/jico6.png) no-repeat center right;
}
.div_input ul li {
	display: block;
	cursor: pointer;
}
.div_input ul li a {
	display: block;
	padding: 0px 0.16rem;
	line-height: 0.46rem;
}
.div_input input::-webkit-input-placeholder {
color:#666;
}
.div_input input::-moz-placeholder {   /* Mozilla Firefox 19+ */
color:#666;
}
.div_input input:-moz-placeholder {    /* Mozilla Firefox 4 to 18 */
color:#666;
}
.div_input input:-ms-input-placeholder {  /* Internet Explorer 10-11 */
color:#666;
}
.div_input ul li a {
	color: #666;
}
 .div_input ul::-webkit-scrollbar {
width:4px;
height:8px;
}
.div_input ul::-webkit-scrollbar-track {
background: #fff;
}
.div_input ul::-webkit-scrollbar-thumb {
background: #333;
}
.div_input ul::-webkit-scrollbar-thumb:window-inactive {
background: #333;
}
.div_input ul::-webkit-scrollbar-thumb:vertical:hover {
background: #333;
}
.div_input span {
	line-height: 0.46rem;
	color: #666666;
	font-size: 0.16rem;
	margin-right: 0.32rem;
}
.div_input span em {
	width: 0.16rem;
	height: 0.16rem;
	position: relative;
	border-radius: 100%;
	border: 1px solid #dedede;
	display: inline-block;
	vertical-align: middle;
	margin-right: 0.12rem;
	margin-top: -0.05rem;
}
.div_input span em:after {
	content: '';
	position: absolute;
	width: 0.1rem;
	height: 0.1rem;
	border-radius: 100%;
	background: #3750c8;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	display: none;
}
.div_input span em.cur {
	border-color: #3750c8;
}
.div_input span em.cur:after {
	display: block;
}
.tijiao {
	width: 100%;
	float: left;
	margin-top: 0.58rem;
	text-align: center;
}
.tijiao a {
	display: inline-block;
	font-size: 0.18rem;
	color: #fff;
	width: 3.46rem;
	line-height: 0.48rem;
	background: #3750c8;
}
.contA {
	width: 100%;
	float: left;
	padding: 0.78rem 0px;
	border-bottom: 1px solid #dddddd;
}
.contA>span {
	font-weight: bold;
	font-size: 0.3rem;
	color: #3750c8;
	display: block;
}
.contA>p {
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.36rem;
	margin-top: 0.3rem;
	padding-right: 27%;
}
.contA ul {
	width: 100%;
	float: left;
	margin-top: 0.58rem;
}
.contA ul li {
	float: left;
	width: 25%;
}
.contA ul li img {
	float: left;
	width: 1.1rem;
}
.contA ul li div {
	width: 1.76rem;
	float: left;
	margin-left: 0.3rem;
	margin-top: 0.1rem;
}
.contA ul li p {
	font-size: 0.16rem;
	color: #333333;
	line-height: 0.3rem;
}
.map {
	width: 100%;
	float: left;
	margin: 0.8rem 0px;
	height: 6.3rem;
}
.jobA {
	width: 100%;
	float: left;
	padding: 0.78rem 0px;
	border-bottom: 1px solid #dddddd;
}
.jobA_l {
	float: left;
	width: 55.8%;
}
.jobA_l strong {
	display: block;
	font-size: 0.3rem;
	color: #3750c8;
}
.jobA_l span {
	display: block;
	padding-left: 0.98rem;
	position: relative;
	margin: 0.2rem 0px;
	font-size: 0.18rem;
}
.jobA_l span:before {
	content: '';
	position: absolute;
	left: 0px;
	height: 1px;
	width: 0.84rem;
	top: 50%;
	transform: translateY(-50%);
	background: #ddd;
}
.jobA_l p {
	color: #666666;
	font-size: 0.16rem;
	line-height: 0.3rem;
}
.jobA_l p a {
	color: #3750c8;
}
.jobA>img {
	margin-top: 0.36rem;
	width: 40.8%;
	float: right;
}
.jobB, .jobB li {
	width: 100%;
	float: left;
}
.jobB li {
	border-bottom: 1px solid #dddddd;
}
.job_t {
	display: block;
	padding: 0.24rem 0px;
	position: relative;
}
.job_t i {
	position: absolute;
	top: 50%;
	width: 0.11rem;
	height: 0.21rem;
	background: url(../images/nico2.png) no-repeat center;
	right: 0.3rem;
	transform: translateY(-50%) rotate(90deg);
}
.job_t>span {
	display: block;
	font-size: 0.18rem;
	color: #333333;
	font-weight: bold;
	margin-bottom: 0.12rem;
}
.job_t>p span {
	display: inline-block;
	font-size: 0.16rem;
	color: #666666;
}
.job_t>p span:nth-child(1) {
	width: 33.3%;
}
.job_t>p span:nth-child(2) {
	width: 22%;
}
.job_t>p span:nth-child(3) {
	width: 31.2%;
}
.job_e {
	display: block;
	padding: 0.32rem 0.4rem;
	background: #f8f8f8;
	position: relative;
	display: none;
}
.job_e_l {
	width: 79%;
	padding-right: 5%;
	border-right: 1px solid #dddddd;
}
.job_e_l p {
	font-size: 0.16rem;
	color: #666666;
	line-height: 30px;
}
.job_e_l p strong {
	color: #333;
}
.job_e>p {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0px;
	text-align: center;
	width: 18.2%;
}
.job_e>p a {
	width: 1.02rem;
	line-height: 0.36rem;
	border: 1px solid #2d71de;
	border-radius: 4px;
	color: #2d71de;
	text-align: center;
	display: inline-block;
}
.jobB li.cur .job_t>p span {
	color: #3750c8;
}
.jobB li.cur {
	border-color: #f8f8f8;
}
.jobB li.cur .job_t i {
	transform: translateY(-50%) rotate(-90deg);
}
.product {
	padding-top: 0.2rem;
}
.product li {
	width: 100%;
	float: left;
	padding: 0.6rem 0px;
	border-bottom: 1px solid #dddddd;
}
.product li a {
	display: block;
	overflow: hidden;
}
.pro_l {
	width: 26.5%;
	height: 4rem;
	background: #8899a9;
	float: left;
	text-align: center;
}
.pro_l p {
	width: 1.44rem;
	height: 1.44rem;
	border-radius: 100%;
	border: 1px solid #fff;
	text-align: center;
	line-height: 1.44rem;
	margin-top: 0.6rem;
	display: inline-block;
}
.pro_l span {
	display: block;
	font-size: 0.24rem;
	color: #fff;
	font-weight: bold;
	border-bottom: 1px solid #c4ccd4;
	padding: 0.3rem 0px;
}
.pro_l i {
	width: 1.22rem;
	text-align: center;
	color: #fff;
	position: relative;
	padding-bottom: 0.08rem;
	display: inline-block;
	margin-top: 0.36rem;
	text-transform: uppercase;
	font-style: normal;
}
.pro_l i:after {
	content: url(../images/ico17.png);
	position: absolute;
	bottom: 0px;
	left: 4px;
}
.product li a>p {
	width: 72.1%;
	float: right;
	overflow: hidden;
	height: 4rem;
}
.product1 {
	padding: 0rem 0px 0.8rem 0px;
}
.product1 .h_text {
	margin-top: 0.36rem;
	width: 100%;
	float: left;
}
.product1 ul {
	width: 100%;
	float: left;
	margin-top: 0.08rem;
}
.product1 ul li {
	width: 49%;
	float: left;
	background: #f8f8f8;
	margin-top: 0.3rem;
	overflow: hidden;
}
.product1 ul li:nth-child(2n) {
	float: right;
}
.product1 ul li a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 4rem;
	z-index: 1;
}
.product1 ul li dl {
	width: 2.64rem;
	float: left;
	margin: 0.7rem 0px 0px 0.34rem;
}
.product1 ul li dl dt {
	font-size: 0.24rem;
	color: #333333;
	font-weight: bold;
}
.product1 ul li dl dd span {
	display: block;
	font-size: 0.24rem;
	color: #666666;
	margin: 0.42rem 0px 0.12rem 0px;
}
.product1 ul li dl dd p {
	font-size: 0.18rem;
	color: #666666;
	line-height: 0.3rem;
}
.product1 ul li dl dd i {
	display: inline-block;
	width: 1.02rem;
	color: #2a7de6;
	line-height: 0.36rem;
	text-align: center;
	border: 1px solid #2a7de6;
	border-radius: 4px;
	font-style: normal;
	margin-top: 0.38rem;
}
.product1 ul li a>img {
	position: absolute;
	right: 0.34rem;
	bottom: 0px;
	transition-duration: .5s;
	width: 5.02rem;
	z-index: -1;
}
.proxqA {
	width: 100%;
	float: left;
	margin-top: 0.6rem;
}
.proxqA_l {
	width: 51.6%;
	float: left;
}
.proxqA_l .gallery-thumbs {
	width: 20.8%;
	float: left;
	height: 4.96rem !important;
}
.proxqA_l .gallery-thumbs .swiper-slide {
	margin-bottom: 0.17rem;
	cursor: pointer;
}
.proxqA_l .gallery-thumbs .swiper-slide p {
	display: block;
	border: 1px solid #dddddd;
	box-sizing: border-box;
	text-align: center;
	position: relative;
	height: 1.5rem;
	line-height: 1.5rem;
}
.proxqA_l .gallery-thumbs .swiper-slide p img {
	vertical-align: middle;
	width: 80%;
}
.proxqA_l .gallery-top {
	width: 68%;
	float: right;
}
.proxqA_l .gallery-top .swiper-slide p {
	position: relative;
	width: 100%;
	height: 4.96rem;
}
.proxqA_l .gallery-top .swiper-slide p img {
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
}
.proxqA_l .gallery-thumbs .swiper-slide-active p {
	background: #f8f8f8;
	border-color: #f8f8f8;
}
.proxqA_R {
	width: 40.1%;
	float: right;
	margin-top: 0.7rem;
}
.proxqA_R>span {
	display: block;
	font-size: 0.3rem;
	color: #333333;
	font-weight: bold;
}
.proxqA_R>ul, .proxqA_R>div {
	width: 100%;
	float: left;
	margin-top: 0.3rem;
}
.proxqA_R>ul li {
	font-size: 0.16rem;
	color: #999999;
	padding-bottom: 0.16rem;
	border-bottom: 1px solid #dddddd;
	width: 47.7%;
	margin-top: 0.24rem;
	float: left;
}
.proxqA_R>ul li:nth-child(2n) {
	float: right;
}
.proxqA_R>ul li span {
	display: inline-block;
	margin-left: 0.22rem;
	color: #333333;
}
.proxqA_R>div {
	margin-top: 0.62rem;
}
.proxqA_R>div a {
	width: 1.56rem;
	line-height: 0.56rem;
	border: 1px solid #3750c8;
	color: #3750c8;
	float: left;
	margin-right: 0.3rem;
	text-align: center;
	vertical-align: middle;
	border-radius: 4px;
}
.proxqA_R>div a img {
	width: 0.32rem;
	margin-right: 0.12rem;
}
.proxqB {
	width: 100%;
	float: left;
	margin-top: 0.66rem;
	padding-bottom: 0.8rem;
}
.proxqB>h5 {
	display: block;
	font-size: 0.3rem;
	color: #666666;
	padding-bottom: 0.2rem;
	border-bottom: 1px solid #dddddd;
}
.proxqB_con {
	width: 100%;
	float: left;
}
.proxqB_con>p {
	width: 100%;
	float: left;
	margin: 0.4rem 0px;
}
.proxqB_con>p span {
	float: left;
	width: 16.2%;
	line-height: 0.38rem;
	border: 1px solid #dddddd;
	text-align: center;
	font-size: 0.16rem;
	color: #666666;
	margin-right: 0.3rem;
	cursor: pointer;
}
.proxqB_con>p span.cur {
	background: #3750c8;
	border-color: #3750c8;
	color: #fff;
}
.proxq_bot {
	width: 100%;
	float: left;
	padding-bottom: 0.56rem;
	border-bottom: 1px solid #dddddd;
}
.proxq_bot:not(:first-child) {
	display: none;
}
.proxq_bot div {
	display: block;
	padding: 0.38rem 0.12rem 0px 0.12rem;
}
.proxq_bot div>p {
	width: 100%;
	font-size: 0.16rem;
	color: #666666;
	line-height: 0.28rem;
	float: left;
}
.proxq_bot div>ul {
	float: right;
	width: 36%;
}
.proxq_bot div>ul li {
	float: left;
	width: 25%;
	text-align: center;
	color: #959491;
}
.proxq_bot div>ul li img {
	display: block;
	margin: 0 auto 0.26rem;
}
.proxq_bot div>ul li:last-child {
	margin-right: 0px;
}
.proxqB_con>a {
	float: right;
	color: #3750c8;
	width: 1.06rem;
	line-height: 0.36rem;
	border: 1px solid #3165d6;
	color: #3165d6;
	text-align: center;
	border-radius: 4px;
	margin-top: 0.5rem;
}
.pxq_main {
	width: 100%;
	float: left;
}
.sj_introA {
	width: 100%;
	float: left;
	margin-top: 0.4rem;
	display: none;
}
.sj_introA .swiper-container {
	padding: 0px 60px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.sj_introA .swiper-slide-active .intro_text p {
	display: block !important;
}
.sj_introA .swiper-slide-active .intro_text span:after {
	width: 70%;
}
.sj_introA .swiper-slide-active .sj_intro_img {
	position: relative;
}
.sj_introA .swiper-slide-active .sj_intro_img:after {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background: -webkit-linear-gradient(bottom, #036eb8 0%, rgba(3, 110, 184, 0.8) 25%, rgba(3, 110, 184, 0.4) 75%, rgba(3, 110, 184, 0) 100%);
	opacity: 0.6;
}
.sj_introA .swiper-pagination {
	position: static;
	width: 100%;
	float: left;
	margin-top: 0.4rem;
}
.sj_introA .swiper-pagination span {
	width: auto;
	height: auto;
	display: inline-block;
	background: none;
	opacity: 0.2;
font-size: .2rem;
	font-family: "Roboto-Bold";
	line-height: 30px;
	margin: 0px 10px !important;
}
.sj_introA .swiper-pagination span:nth-child(1):after {
	content: 'O';
}
.sj_introA .swiper-pagination span:nth-child(2):after {
	content: 'W';
}
.sj_introA .swiper-pagination span:nth-child(3):after {
	content: 'A';
}
.sj_introA .swiper-pagination span:nth-child(4):after {
	content: 'Y';
}
.sj_introA .swiper-pagination span:nth-child(5):after {
	content: 'S';
}
.sj_introA .swiper-pagination span.swiper-pagination-bullet-active {
	color: #007aff;
	opacity: 1;
}
.d_sou {
	width: 100%;
	float: left;
	margin-top: 40px;
}
.d_sou p {
	width: 40%;
	height: 44px;
	border: 1px solid #d8d8d8;
	float: left;
	border-radius: 20px;
	position: relative;
}
.d_sou p input {
	width: 100%;
	float: left;
	height: 100%;
	border: none;
	background: none;
	outline: none;
	box-sizing: border-box;
	padding: 0px 80px 0px 30px;
	font-family: "å¾®è½¯é›…é»‘";
}
.d_sou p a {
	width: 30px;
	background: url(../images/ico02.png) no-repeat center;
	position: absolute;
	right: 30px;
	top: 0px;
	bottom: 0px;
}
.d_sou div {
	width: 100%;
	float: left;
	border-bottom: 1px solid #d3d3d4;
	margin: 38px 0px 10px 0px;
	;
}
.d_sou div a {
	float: left;
	font-size: 18px;
	color: #000000;
	text-align: center;
	border-bottom: 3px solid #fff;
	line-height: 58px;
	padding: 0px 20px;
}
.d_sou div a:hover, .d_sou div a.cur {
	color: #3750c8;
	border-color: #3750c8;
}
.sou_pro {
	width: 100%;
	float: left;
}
.net_map {
	width: 100%;
	float: left;
	padding: 40px 0px;
}
.net_map ul {
	width: 100%;
	float: left;
	text-align: center;
}
.net_map ul li {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0px 3% 0px 3%;
	text-align: left;
}
.net_map ul li>a {
	font-size: 20px;
	color: #333;
}
.net_map ul li>div h6 {
	display: block;
}
.net_map ul li>div h6 a {
	display: block;
	font-size: 16px;
	padding-left: 27px;
	color: #333;
	line-height: 30px;
}
.net_map ul li>div {
	margin-top: 10px;
}
.net_map ul li>div>a {
	display: block;
	font-size: 14px;
	color: #333;
	line-height: 30px;
	padding-left: 34px;
}
 @media screen and (min-width:1025px) {
.head_r>div.CN p a:hover {
	background: #ddd;
}
.head_r>div.CN p a:first-child:hover:after {
	background: #ddd;
}
.head_m li.cur>a {
	font-weight: bold;
	/*color: #3750c8;*/
}
/*.m_top.cur .head_m li.cur>a, .m_top.on .head_m li.cur>a {
	color: #3750c8;
}*/
.inC_con li:hover a .inC_text i:after, .more a:hover:after, .product li a:hover .pro_l i:after {
	webkit-animation: iHover .6s linear;
	animation: iHover .6s linear;
}
.inD_l>a:hover span {
	background: #3750c8;
	color: #fff;
}
.inD_r li a:hover span {
	color: #3750c8;
}
.fo_mid dl dd a:hover {
	color: #fff;
}
.menu .w1470>p a:hover {
	color: #3750c8;
	font-weight: bold;
}
.aboutD .btn>div:hover {
	background-color: #3750c8;
}
.introA_con li:hover {
margin-top: -.4rem;
	height: 5rem;
}
.introA_con li:hover .intro_img p {
	background: -moz-linear-gradient(bottom, #036eb8 0%, rgba(3, 110, 184, 0.8) 25%, rgba(3, 110, 184, 0.4) 75%, rgba(3, 110, 184, 0) 100%);
	background: -o-linear-gradient(bottom, #036eb8 0%, rgba(3, 110, 184, 0.8) 25%, rgba(3, 110, 184, 0.4) 51%, rgba(3, 110, 184, 0) 100%);
	background: -webkit-gradient(linear, right bottom, right top, color-stop(0, #036eb8), color-stop(0.25, rgba(3, 110, 184, 0.8)), color-stop(0.51, rgba(3, 110, 184, 0.4)), color-stop(1, rgba(3, 110, 184, 0)));
	background: -webkit-linear-gradient(bottom, #036eb8 0%, rgba(3, 110, 184, 0.8) 25%, rgba(3, 110, 184, 0.4) 75%, rgba(3, 110, 184, 0) 100%);
	opacity: 0.6;
}
.introA_con li:hover .intro_text p {
	display: block;
}
.introA_con li:hover .intro_text span:after {
	width: 70%;
}
.honorB li:hover span {
	background: #3750c8;
	color: #fff;
}
.page a:hover {
	background: #3750c8;
	color: #fff;
	border-color: #3750c8;
}
.menu_r p a:hover, .net_map ul li a:hover {
	color: #3750c8;
}
.news_con li a:hover {
	background: #f8f8f8;
}
.news_con li a:hover>div strong {
	color: #3750c8;
}
.skillC .swiper-button-next:hover, .skillC .swiper-button-prev:hover, .joinD_con .swiper-button-next:hover, .joinD_con .swiper-button-prev:hover {
	background-color: #3750c8;
}
.skillB_con li:hover>p img {
	bottom: 0.2rem;
}
.skillA_r li:hover>div {
	bottom: 0.4rem;
}
.div_input ul li a:hover, .job_e>p a:hover, .product1 ul li a:hover dl dd i {
	background: #3750c8;
	color: #fff;
}
.product1 ul li a:hover img {
	right: 0.5rem;
}
.proxqB_con p span:hover, .proxqB_con>a:hover {
	background: #3750c8;
	border-color: #3750c8;
	color: #fff;
}
}
@media screen and (max-width:1600px) {
.w1470 {
	width: 1200px;
}
body, html {
	font-size: 80px;
}
.inC_text {
	left: 0.2rem;
	right: 0.2rem;
}
.inC_text i:after, .pro_l i:after {
	content: url(../images/ico017.png);
}
.more a:after {
	content: url(../images/ico018.png);
}
.fo_mid {
	padding: 0px 2.54rem 0px 4.2rem;
}
.fo_l {
	width: 4rem;
}
.skillC .swiper-container {
	width: 90%;
}
.head_r>div.search div>p span {
	top: 7px;
}
}
@media screen and (max-width:1440px) {
.list.skillnav>div {
	margin-left: 33.4%;
}
.list.contactnav>div {
	margin-left: 60%;
}
}
@media screen and (max-width:1366px) {
.list>div {
	margin-left: 15%;
}
.list.contactnav>div {
	margin-left: 59%;
}
.list.aboutnav>div {
	margin-left: 0px;
}
.list.skillnav>div {
	margin-left: 30%;
}
}
@media screen and (max-width:1200px) {
.w1470 {
	width: 90%;
}
.joinD {
	width: 100%;
}
.menu-handler {
	display: block;
}
body, html {
	font-size: 80px;
}
.head_r, .head_m, .fo_mid {
	display: none;
}
.inA_con li {
	margin: 0px 2%;
}
.inC_con li {
	width: 50%;
	height: 5rem;
}
.inD_l, .inD_r {
	width: 100%;
}
.inD_r {
	margin-top: 0.4rem;
}
.fo_l {
	left: 14%;
}
.fo_r {
	right: 14%;
}
.tit {
	width: 100%;
	padding: 0px;
}
.header {
	height: 60px;
	background: #1b1b1b;
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	margin: 0px;
}
.header .logo {
	margin-left: 5%;
	line-height: 60px;
	width: 1.6rem;
}
.translate, .wapright {
	display: block;
}
.N_banner>span {
	width: 90%;
	opacity: 1;
}
.N_banner {
	margin-top: 60px;
}
.banner {
	margin-top: 60px;
}
.banner .swiper-slide a img.banner_sj, .hide_img {
	display: block;
}
.banner .swiper-slide a img {
	transform: none;
}
.banner .swiper-slide-active a img {
	transform: none;
}
/*.banner .swiper-slide a img.banner_pc, .show_img {
	display: none;
}*/
.aboutB li {
	width: 20%;
	text-align: center;
}
.menu {
	display: none;
}
.aboutC>p {
	display: none;
}
.aboutC {
	background: url(../images/apic2.jpg) no-repeat center;
	background-size: cover;
	height: auto;
}
.aboutC .w1470 {
	position: static;
	width: 90%;
	float: left;
	margin-left: 5%;
	padding: 0.6rem 0px;
	transform: translateY(0);
}
.introB_con {
	width: 100%;
	padding: 0.4rem;
	height: auto;
}
.introB_con ul li {
	width: 48%;
	margin-right: 2%;
}
.joinA_li {
	width: 100%;
	height: auto;
	padding: 0.4rem;
	box-sizing: border-box;
	margin-top: 0.2rem;
}
.joinA_li img {
	margin-top: 0px;
}
.joinB>p {
	width: 100%;
}
.joinB_con {
	position: static;
	width: 100%;
	float: left;
	transform: translateY(0);
	padding: 0.4rem;
	box-sizing: border-box;
}
.joinD_con {
	width: 78%
}
.joinC_li {
	width: 12.2%;
	margin-left: 2%
}
.contA ul li {
	width: 50%;
	margin: 0.2rem 0px;
}
.job_t>p span {
	width: 100% !important;
	line-height: 0.28rem;
}
.skill1A .w1470>p {
	width: auto;
	display: block;
	float: none;
	margin: 0 auto;
}
.skill1A_r {
	width: 100%;
	float: left;
}
.skill1A_r ul {
	margin-top: 0.3rem;
}
.skB_img {
	display: none;
}
.sk_ul li {
	position: static;
	width: 100% !important;
	float: left;
	margin: 0.2rem 0px;
	padding: 0px !important;
}
.sk_ul li>div {
	margin-top: 0px;
	width: 100%;
	padding: 0px !important;
	padding-left: 0.42rem !important;
	float: left !important;
}
.sk_ul li:after {
	display: none;
}
.sk_ul li>div i {
	left: 0px !important;
}
.sk_ul li.on>div span {
	margin-top: 0px !important;
	border: none;
}
.sk_ul li.on>div p {
	margin-top: 0px;
}
.skillA_l, .skillA_r {
	width: 100%;
}
.skillA_r {
	margin-top: 0.6rem;
}
.skillB {
	background: url(../images/spic4.jpg) no-repeat center;
	background-size: cover;
	height: auto;
}
.skillB>p {
	display: none;
}
.skillB .w1470 {
	position: static;
	transform: translateX(0);
	padding: 0.6rem 0px;
}
.skillB_con li>p {
	font-size: 2rem;
}
.product li a>p {
	width: 100%;
	float: left;
	height: auto;
}
.product li a {
	position: relative;
	padding-bottom: 0.5rem;
}
.pro_l {
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: auto;
	width: auto;
	height: 0.5rem;
	line-height: 0.5rem;
	padding: 0px 0.2rem;
}
.pro_l p {
	display: none;
}
.pro_l span {
	float: left;
	border: none;
	padding: 0px;
}
.pro_l i {
	float: right;
	margin-top: 0px;
}
.product1 ul li a>img {
	width: 3.04rem;
}
.proxqA_R {
	width: 100%;
}
.proxqA_l {
	width: 60%;
	float: none;
	margin: 0 auto;
}
.honorA {
	height: auto;
	margin-top: 0.4rem;
}
.honorA>div {
	position: static;
	transform: translateY(0);
	padding: 0.4rem;
}
.net_map ul li {
	width: 100%;
	float: left;
	margin: 10px 0px;
}
.net_map ul li>div>a {
	display: inline-block;
	padding-left: 27px;
}
}
@media screen and (max-width:600px) {
body, html {
	font-size: 100px;
}
.banner .swiper-pagination {
	bottom: 0.3rem !important;
}
.tit p {
	text-align: justify;
	margin-top: 0.26rem;
}
.tit span, .aboutA h2, .aboutC .w1470 h4, .h_text span, .joinB_con dt, .contA>span, .jobA_l strong, .proxqA_R>span, .xq_top h1, .introB_con span, .introC h2, .aboutD .w1470>span {
	font-size: 0.2rem;
}
.tit span i, .inC_text strong, .joinA_li span {
	font-size: 0.2rem;
}
.inA, .aboutA, .aboutD, .joinA, .joinC, .contA, .jobA, .skill1A, .skill1B, .skillA, .skillB .w1470, .skillC, .introC {
	padding: 0.4rem 0px;
}
.aboutC .w1470 span {
	font-size: 0.18rem
}
.inA_con li img {
	height: 0.5rem;
}
.inA_con li span i, .skill1A_r ul li>p span, .skillA_r li>div>p span {
	font-size: 0.3rem;
}
.inA_con li span i:after, .skill1A_r ul li>p span:after, .skillA_r li>div>p:after {
	content: url(../images/ico010.png);
	top: 0.1rem;
}
.skill1A_r ul li>p span, .inA_con li span i {
	padding-right: 0.2rem;
}
.inA_con li span i {
	position: relative;
}
.inA_con li span {
	padding-right: 0px;
}
.inA_con li p {
	font-size: 0.12rem;
}
.inA_con li span i:after {
	right: 0px;
	top: 0px;
	line-height: normal;
	position: absolute;
	line-height: 0px;
}
.aboutD .gallery-thumbs span {
	padding-bottom: 0.38rem;
}
.inA_con li span:after {
	display: none;
}
.inA_con li, .skill1A_r ul li, .skillA_r li {
	width: 33.3%;
	margin: 0px;
	float: left;
}
.skillA_r li>div>p:after {
	margin-left: 4px;
}
.skillA_r li>div>p i {
	display: none;
}
.skillA_r li>div {
	width: 100%;
	float: left;
	position: static;
}
.inA_con, .skill1B_con {
	margin-top: 0.3rem;
}
.inB .tit {
	padding: 0.8rem 0px;
}
.inB .tit span i {
	font-size: 0.3rem;
}
.inC_con {
	display: none;
}
.sj_inC {
	display: block;
}
.sj_inC .swiper-pagination {
	position: static;
	padding: 10px 0px 20px 0px;
}
.sj_inC .swiper-pagination span {
	background: #666;
}
.inC_text p {
	font-size: 0.18rem;
	color: #fff;
}
.inD {
	padding: 0.4rem 0px;
}
.inD .w1470 {
	width: 100%;
}
.inD_l>p {
	width: 100%;
	position: static;
}
.inD_l>a {
	padding: 0px 5%;
}
.inD_l {
	height: auto;
	background: none;
}
.inD .tit {
	margin-bottom: 0.4rem;
}
.inD_r li {
	padding: 0px 5%;
}
.more, .fo_l_m {
	margin-top: 0.4rem;
}
.footer {
	height: auto;
	padding: 0.4rem 0px;
}
.fo_r {
	display: none;
}
.fo_l {
	position: static;
	width: 100%;
	text-align: center;
}
.fo_l>a {
	display: inline-block;
}
.fo_l_m .bshare-custom, .fo_l_m p, .fo_l_m a {
	float: none;
	display: inline-block;
	margin: 0px 2%;
	vertical-align: top;
}
.fo_l_m .bshare-custom a {
	margin-right: 0px;
}
.fo_l_e {
	margin-top: 0.3rem;
}
.N_banner>span {
	width: 90%;
	opacity: 1;
	font-size: 0.3rem;
}
.N_banner>span i {
	font-size: 0.2rem;
}
.aboutA .w1470>p {
	display: none;
}
.abA_l {
	width: 100%;
}
.aboutA h2 i {
	font-size: 0.2rem;
}
.abA_l p {
	margin-top: 0.2rem;
}
.aboutB {
	padding: 0.3rem 0px;
}
.aboutB ul {
	font-size: 0px;
}
.aboutB li {
	width: 33.3% !important;
	float: none !important;
	font-size: 0.14rem;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 0.2rem 0px;
}
.aboutB li span i {
	font-size: 0.3rem;
}
.aboutC .w1470 h4 {
	margin-bottom: 0.3rem;
}
.aboutC .w1470 div {
	margin-top: 0.4rem;
}
.aboutD .gallery-thumbs span {
	font-size: 0.2rem;
}
.aboutD .gallery-thumbs span:after {
	border: 0.02rem solid #666666;
}
.aboutD:after {
	top: 2.64rem;
}
.joinA ul {
	display: none;
}
.joinB_con dd p i {
	width: 0.3rem;
	height: 0.3rem;
	font-size: 0.14rem;
	line-height: 0.3rem;
	left: -0.16rem;
}
.joinB_con dd p {
	padding-left: 0.3rem;
	line-height: 0.3rem;
}
.joinC_con {
	font-size: 0px;
}
.joinC_li {
	margin-left: 0px;
	width: 100%;
	font-size: 0.14rem;
	margin-top: 0px;
	text-align: center;
	vertical-align: top;
	margin-top: 0.3rem !important;
}
.joinC_li>p {
	left: 50%;
	transform: translateX(-50%);
}
.joinC_li:nth-child(2n) {
	padding-top: 1.06rem;
	margin-right: 0px;
	padding-bottom: 0px;
}
.joinC_li:nth-child(2n)>p {
	top: 0px;
	bottom: auto;
	background-image: url(../images/jico5.png);
}
.joinC_li:nth-child(2n)>p span {
	top: 0.05rem;
	bottom: auto;
}
.joinC_con:after {
	display: none;
}
.joinC_li>div {
	height: auto;
}
.joinC_con {
	display: none;
}
.joinD {
	padding: 0.6rem 0px;
}
.joinD_con {
	width: 100%;
	margin-top: 0.4rem;
}
.joinD_con .swiper-button-next, .sj_joinC .swiper-button-next {
	right: 0px;
}
.joinD_con .swiper-button-prev, .sj_joinC .swiper-button-prev {
	left: 0px;
}
.joinD_con .swiper-button-next, .joinD_con .swiper-button-prev, .sj_joinC .swiper-button-prev, .sj_joinC .swiper-button-next {
	width: 0.4rem;
	height: 0.6rem;
	border-radius: 0;
	background-color: rgba(0,0,0,0.2);
}
.joinE_con dl, .joinE_con dl:last-child {
	width: 100%;
	margin-right: 0px;
}
.contA>p {
	padding-right: 0px;
	margin-top: 0.2rem;
}
.contA ul li img {
	width: 0.8rem;
}
.contA ul li {
	width: 100%;
	margin: 0.1rem 0px;
}
.contA ul li div {
	margin-top: 0px;
}
.contA ul {
	margin-top: 0.3rem;
}
.map {
	height: 3rem;
	margin: 0.4rem 0px;
}
.jobA>img {
	display: none;
}
.jobA_l {
	width: 100%;
}
.job_e_l {
	width: 100%;
	padding-right: 0px;
	border: none;
}
.job_e>p {
	position: static;
	width: 100%;
	transform: translateY(0);
	margin-top: 0.3rem;
	display: block;
	text-align: left;
}
.page {
	padding: 0.4rem 0px;
}
.page a.first {
	padding: 0px 0.2rem 0px 0.4rem;
}
.page a.last {
	padding: 0px 0.4rem 0px 0.24rem;
}
.page a.first:before {
	left: 0.2rem;
}
.page a.last:after {
	right: 0.2rem;
}
.sk_ul li.on>div span {
	color: #333;
}
.sk_ul li.on>div i {
	background: #333;
}
.skillA_r li>div {
	color: #000;
}
.skillA_r li {
	height: auto;
	background: none !important;
}
.skillA_r {
	margin-top: 0.2rem;
}
.skillA .h_text {
	margin-bottom: 0.3rem;
}
.skillB_con {
	font-size: 0px;
}
.skillB_con li {
	width: 48%;
	margin-right: 4%;
	display: inline-block;
	float: none;
	vertical-align: top;
	font-size: 0.14rem;
}
.skillB_con li:nth-child(2n) {
	margin-right: 0px;
}
.skillB_con li>p img {
	height: 0.9rem;
}
.skillB_con li>p {
	font-size: 1rem;
	line-height: 1.8rem;
}
.skillB_con li>div span:before {
	display: none;
}
.skillB_con li>div {
	text-align: center;
}
.skillB_con li>div span, .skillB_con li>div p {
	padding: 0px;
}
.skillB .w1470 .h_text {
	margin-top: 0px;
}
.skillC .w1470 {
	width: 80%;
}
.skillC .swiper-container {
	margin-top: 0.3rem;
}
.pro_l span {
	font-size: 0.18rem;
}
.product li {
	padding: 0.3rem 0px;
}
.product {
	padding: 0.2rem 0px;
}
.product li:last-child {
	border: none;
}
.product1 ul li {
	width: 100%;
}
.proxqA_l, .proxq_bot div>p {
	width: 100%;
}
.proxqA_l .gallery-top .swiper-slide p, .proxqA_l .gallery-thumbs {
	height: 3rem !important;
}
.proxqA_l .gallery-thumbs .swiper-slide p {
	height: 0.84rem;
	line-height: 0.84rem;
}
.proxqB_con>p span {
	width: auto;
	margin-right: 1%;
	padding: 0px 0.1rem;
}
.proxqB_con>p span:last-child {
	margin-right: 0px;
}
.proxq_bot div>ul {
	display: none;
}
.honorB li {
	width: 49%;
	margin-right: 0px;
}
.honorB li:nth-child(2n) {
	float: right;
}
.honorB li p img {
	width: 80%;
}
.honorB li p {
	line-height: 1.88rem;
}
.honorB {
	margin-top: 0px;
}
.news_con li a>p {
	width: 100%;
	float: left;
	position: static;
}
.news_con li a {
	padding: 0px;
}
.news_con li a>div {
	margin-top: 0.3rem;
}
.news_con {
	margin-top: 0px;
}
.introA_con {
	display: none;
}
.sj_introA {
	display: block;
}
.intro_text {
	z-index: 6;
}
.introA {
	padding: 0.5rem 0px;
}
.intro_text p {
	width: 90%;
}
.introB .w1470 {
	width: 100%;
}
.introB_con ul li {
	width: 100%;
	margin-right: 0px;
}
.introB_con {
	position: static;
	width: 100%;
	float: left;
	box-sizing: border-box;
}
.introB {
	height: auto;
}
.introC h2:after {
	display: none;
}
.introC p {
	margin-top: 0.2rem;
}
.aboutD:before {
	right: 0px;
}
.joinD_con .swiper-container {
	padding: 0px;
}
.joinD_con .swiper-slide {
	transform: scale(1);
	opacity: 1;
}
.sj_joinA, .sj_joinC {
	display: block;
}
.banner .swiper-pagination span, .sj_inC .swiper-pagination span, .sj_joinA .swiper-pagination span {
	width: 0.2rem;
}
.joinC .w1470 {
	width: 100%;
}
.joinA_li p {
	min-height: 0.72rem;
}
.d_sou p {
	width: 99%;
}
.d_sou p input {
	font-size: 0.16rem;
}
.d_sou div {
	margin-top: 20px;
}
.proxqA_l .gallery-top .swiper-slide p img {
	bottom: auto;
	top: 50%;
	transform: translate(-50%, -50%);
}
.honorB li span {
	padding: 0.1rem;
}
.product1 ul li a>img {
	width: 2.6rem;
	right: 0.1rem;
}
.proxqA_R>div a {
	width: 1.2rem;
	margin-right: 0.2rem;
}
.proxqA_R>ul li, .skill1A_r ul li>span {
	font-size: 0.12rem;
}
.product1 ul li dl dt, .product1 ul li dl dd span {
	font-size: 0.2rem;
}
.product1 ul li a {
	height: 3.4rem;
}
.product1 ul li dl dd p {
	font-size: 0.16rem;
}
.product1 ul li dl {
	margin-top: 0.4rem;
}
.product1 ul li dl dd span {
	margin-top: 0.3rem;
}
}
@media screen and (max-width:375px) {
.proxqA_R>ul li {
	width: 100%;
}
}
/* 问答 */
@font-face {
	font-family: "DIN";
	src: url("../font/DIN-Medium.woff") format("woff"), url("../fonts/din-medium.ttf") format("truetype"), url("../fonts/din-medium.eot") format("embedded-opentype"), url("../fonts/din-medium.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
.weui-cell {
	padding: 10px 15px;
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.weui-cell_primary {
	min-width: 1px;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.weui-cell__bd {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	flex: 1;
}
.weui-cell__ft {
	text-align: right;
	color: #999999;
}
.faqCon {
	background-color: #f5f5f5;
padding: .6rem 0px .8rem 0px;
	font-family: "DIN"
}
.faqCon .h_text {
padding-bottom: .6rem;
padding-top: .6rem;
}
.faqbox {
	margin: 0 5vw;
	background: #fff;
padding: .65rem 6vw 1rem;
}
.faqbox .item .title1 {
	font-size: 12px;
	color: #999;
	width: 1.48rem;
}
.faqbox .item .before .content {
font-size: .2rem;
	color: #383838;
	transition: all .3s ease
}
.faqbox .item .before .icon {
width: .44rem;
height: .44rem;
	background: url(../images/open2.png);
	background-size: cover!important;
	cursor: pointer;
	transition: all .3s ease
}
.faqbox .item {
padding: .28rem 0;
	border-bottom: 1px solid #eaeaea
}
.faqbox .item .before {
	padding: 0;
	cursor: pointer;
}
.faqbox .item .afterbox {
	display: none;
}
.faqbox .item .after {
	display: flex;
	align-items: flex-start;
padding: .1rem 0 .05rem;
}
.faqbox .item .before .title1 {
	font-family: "DIN"
}
.faqbox .item .after .title1 {
margin-top: .08rem
}
.faqbox .item .after .content {
font-size:.14rem;
	color: #888;
	line-height: 2.286;
	flex: 1
}
.faqbox .itembox {
	border-top: 1px solid #eaeaea
}
.faqbox .item .before.on .icon {
	background: url(../images/close2.png);
}
.faqbox .item .before.on .content {
	color: #699cff
}
@media (max-width:1200px) {
.faqCon .h_text {
padding-bottom: .4rem;
padding-top: .4rem;
}
.faqbox .title {
margin-bottom: .5rem
}
.faqbox .item .before .icon {
	width: 24px;
	height: 24px
}
.faqbox {
padding: .2rem 6vw .4rem;
}
.faqcon {
padding: .4rem 0
}
.faqbox .item .before .content {
	font-size: 14px
}
.faqbox .item .title1 {
	width: 80px;
}
.faqbox .item .before .content {
	font-size: 13px;
	padding-right: 10px
}
.faqbox .item .after .content p {
	font-size: 12px!important;
}
}
/* like模块 */
.likeTit {
	display: flex;
	justify-content: space-between;
	align-items: center;
padding: .5rem 0;
}
.likeTit h6 {
font-size: .3rem;
	color: #666;
	font-weight: 500;
}
.likeTit a {
	display: inline-block;
width:.84rem;
	color: #2a7de6;
	line-height: 0.3rem;
	text-align: center;
	border: 1px solid #2a7de6;
	border-radius: 4px;
font-size: .14rem;
}
.likeTit a:hover {
	background-color: #2a7de6;
	color: #fff;
}
.likeBox {
	overflow: hidden;
}
.likeBox .swiper-slide {
	background-color: #f8f8f8;
}
.likeBox .swiper-slide a {
	display: block;
	position: relative;
	overflow: hidden;
	height: 1.8rem;
	z-index: 1;
	width: 100%;
}
.likeBox .swiper-slide dl {
	width: 2.64rem;
	float: left;
	margin: 0.6rem 0px 0px 0.3rem;
}
.likeBox .swiper-slide dl dt {
	font-size: 0.16rem;
	color: #333;
	font-weight: bold;
}
.likeBox .swiper-slide dl dd i {
	display: inline-block;
width:.74rem;
	color: #2a7de6;
	line-height: 0.3rem;
	text-align: center;
	border: 1px solid #2a7de6;
	border-radius: 4px;
	font-style: normal;
	margin-top: 0.18rem;
font-size: .12rem;
}
.likeBox .swiper-slide a>img {
	position: absolute;
	right: 0.16rem;
	bottom: 0px;
	transition-duration: .5s;
	width: 2.3rem;
	z-index: -1;
}
.likeBox .swiper-slide a:hover dl dd i {
	background-color: #2a7de6;
	color: #fff;
}
.likeBox .swiper-slide a:hover>img {
right: .24rem;
}
.likeBig {
	position: relative;
	overflow: initial;
	margin-bottom: 1rem;
}
.likePrev, .likeNext {
	position: absolute;
	font-size: 40px;
	color: #000;
	top: calc(50% - 24px);
width: .28rem;
height: .48rem;
	z-index: 999;
}
.likeBtn {
	transition: all .4s;
	outline: none;
	cursor: pointer;
}
.likeBtn span {
	display: inline-flex;
	border: 1px solid #ededed;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	transition: all .4s;/*background: #f1f1f1 url(../images/arrow.png) center center no-repeat;*/
}
.likeBtn img {
	display: block;
}
.likeBtn:hover span {
	background-color: #2a7de6;
	color: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}
.likePrev {
left: -.5rem;
}
.likeNext {
right: -.5rem;
}
.likeNext span {
	transform: rotate(180deg);
}
.Pbttom {
	width: 100%;
	color: #fff;
margin-top:.4rem;
padding-bottom:.8rem;
	text-align: center;
}
/* 悬浮底部留言模块 */
.bottomFixed {
	position: fixed;
	width: 100%;
	background-color: #ddd;
	font-size: 12px;
	color: #333;
	bottom: 0;
	left: 0;
	z-index: 999;/* display: none; */
}
.bottomFixed form {
	display: flex;
	align-items: center;
margin: .42rem auto;
	justify-content: center;
}
.bottomFixed p {
	display: flex;
	align-items: center;
margin-right: .1rem;
}
.bottomFixed em {
	color: #ff0000;
	display: inline-flex;
margin-right: .06rem;
}
.bottomFixed label {
margin-right: .08rem;
	font-weight: 500;
	font-size: 12px;
}
.bottomFixed input {
	box-shadow: inset 2px 2px 4px rgba(0, 0, 0, .4);
height: .3rem;
line-height: .3rem;
	background-color: #fff;
	border: none;
padding: 0 .06rem;
}
.bottomFixed input:focus {
	outline: none;
}
.bottomFixed button {
	background-color: #fff;
	border: none;
width: .72rem;
height: .3rem;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	cursor: pointer;
}
.bottomFixed button:hover {
	background-color: #007aff;
	color: #fff;
}
/* 网站地图 */
.siteMap {
margin: 0 auto .4rem;
}
.siteMap dt {
	color: #333;
padding-bottom: .2rem;
padding-top: .25rem;
}
.siteMap dd {
	color: #333;
}
.siteMap dd span {
	display: inline-flex;
padding: 0 .25rem;
	position: relative;
}
.siteMap dd span::before {
	height: 80%;
	content: '';
	position: absolute;
	right: 0;
	top: 10%;
	width: 1px;
	background-color: #333;
}
.siteMap dd span:last-of-type::before {
	background-color: transparent;
}
.siteMap dt a {
	color: #333;
	font-size: 20px;
}
.siteMap dd span a {
	color: #333;
	font-size: 16px;
}
/* 语言切换 */
.lang {
	display: flex;
margin-top: .06rem;
}
.lang a {
	display: flex;
width: .4rem;
height: .3rem;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	color: #6e6e6e;
font-size: .14rem;
	box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.lang a:first-of-type {
	color: #fff;
	background-color: #666;
}
.lang a:hover {
	transition: all .4s;
	transform: translateY(1px);
}
@media (max-width:1200px) {
.siteMap dd span {
	margin-bottom: 10px;
}
.likeTit h6 {
font-size: .24rem;
}
.likePrev {
	left: 0;
}
.likeNext {
	right: 0;
}
.likeBox .swiper-slide dl {
margin-left: .5rem;
}
.likeBox .swiper-slide a>img {
	right: 0.36rem;
}
.Pbttom {
	text-align: center;
padding-bottom:.4rem
}
.bottomFixed {
	display: none!important;
}
}
@media (max-width:1440px) and (min-width:1200px) {
.footer {
	height: 6.2rem;
}
}
