/*# sourceURL=/Public/Home/style/css.css */
/*@ sourceURL=/Public/Home/style/css.css */
html,
body {
	margin: 0;
	padding: 0;
	font-size: 16px;
}
html,body,div,span,applet,object,iframe,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{
	margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;font-family: "微软雅黑";
}
img{
	vertical-align: middle;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block
}

ul {
	list-style: none
}

blockquote,
q {
	quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}
a {
	text-decoration: none;
}

a:focus {
	outline: 0
}
span {
	border: 0
}
:focus{
	outline:transparent;
}

/*-----------------------------------*/
.bigheader{
	width: 100%;
	position: fixed;
    left: 0;
    top: 0;
    height: 68px;
    z-index: 200;
    background: #fff;
}
.bigheader>div:first-child{
	max-width: 1400px;
	margin: auto;
}
.bigheader>div:first-child:after{
	clear: both;
	display: block;
	content: "";
}
.hea-logo{
	float: left;
	display: inline-block;
	width: 260px;
	height: 93px;
	background: url("/Public/Home/style/../images/logo1.png") center no-repeat;
	background-size:100% ;
	line-height: 68px;
	margin-top: 7px;
	margin-left: 5px;
}
.m-memu{
	display: none;
}
.hea-memu{
	float: right;
	width: 66%;
	display: flex;
	justify-content: center;
	padding-right: 10px;
}
.hea-memu>li{
	width: 20%;
	text-align: center;
	font-size: 19px;
}
.hea-memu>li:last-of-type{
	width: 20px;
}
.hea-memu>li>.lihover{
	display: block;
	animation:headerup .2s;
}
.hea-memu>li>p{
	height: 68px;
	line-height: 68px;
}
.hea-memu>li>p>a{
	color: #000;

}
/*.hea-memu>li>div{
	background-color: #FFFFFF;
	display: none;

}*/

.hea-memu>li>div{
	background-color: rgba(255,255,255,.7);
	display: none;
}

.hea-memu>li>div>a{
	display: block;
	color: black;
	padding: 10px 0;
}
.hea-memu>li i{
	height: 68px;
	line-height: 68px;
	color: white;
	font-size: 20px;
}
/*脚部*/
footer{
	width: 100%;
	background-color: #212121;
	color: #e4e4e4;
}
footer a{
	color: #e4e4e4;
}
footer>div:first-child{
	max-width: 1400px;
	margin: auto;
}
.foot-nav{
	padding: 64px 0;
	display: flex;
	justify-content: space-around;
}
.foot-nav-left{
	width: 26%;
	display: flex;
	position: relative;
	justify-content: space-between;
}
.foot-nav-left:after{
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	background:#383838 ;
}
.foot-logo{
	padding-left: 10px;
}
/* .foot-contact>p:first-child{
	font-size:12px ;
}
.foot-contact>p:nth-child(2){
	font-size:24px;
	font-family: arial;
	font-weight: 600;
	margin: 10px 0 15px;
	color: #959595;
} */
.foot-contact>a{
	text-align: center;
	height: 40px;
	line-height: 40px;
	background-color: #959595;
	display: inline-block;
	width: 100%;
	color: #212121;
	position: relative;
}
.foot-contact>a>i{
	font-size: 18px;
	margin-right: 10px;
}
.foot-nav-right{
	width: 74%;
	display: flex;
	justify-content: center;
}
.foot-nav-right>li{
	width: 145px;
	margin-left: 20px;
	font-size: 13px;
}
.foot-nav-right>li>p{
	font-size: 17px;
	margin-bottom: 35px;
}
.m-add{
	display: none;
}
.foot-detailed>a{
	font-size: 16px;
	display: block;
	margin-bottom: 5px;
}
.foot-detailed>a:hover{
	color: white;
}
.foot-remarks{
	font-size: 12px;
	border-top: 1px solid #383838;
	color: #fff;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
}
.foot-remarks-right>a{
	padding: 0 10px;
	border-right: 1px solid #383838 ;
}
.foot-remarks-right>a:last-child{
	border: none;
}
.foot-remarks-left>span:last-child>i{
	width: 18px;
	height: 18px;
	display: inline-block;
	margin: 0 5px;
}
.foot-remarks-left>span:last-child>i:first-child{
	background-image: url("/Public/Home/style/../images/footicon.jpg");
}
.foot-remarks-left>span:last-child>i:nth-child(2){
	background-image: url("/Public/Home/style/../images/footicon.jpg");
	background-position-x:-18px ;
}
.foot-remarks-left>span:last-child>i:nth-child(3){
	background-image: url("/Public/Home/style/../images/footicon.jpg");
	background-position-x:-36px ;
}.foot-remarks-left>span:last-child>i:nth-child(4){
	background-image: url("/Public/Home/style/../images/footicon.jpg");
	background-position-x:-54px ;
}

/*index主体*/
.index-banner{
	width: 100%;
}
.index-banner-content{
	height: 840px;
	background: url("/Public/Home/style/../images/1-banner1.jpg") center no-repeat;
}
.index-banner .swiper-pagination-bullet{
	width: 50px;
    height: 2px;
    background-color: #979ca4;
    border-radius:0;
}
.index-banner .swiper-pagination-bullet-active{
	background-color: white;
}
.index-show{
	width: 100%;
	height: 780px;
	text-align: center;color: white;background-size:cover ;
}
.index-show>div{
	max-width: 1400px;
	margin: auto;
}
.index-pro1{
	background: url("/Public/Home/style/../images/1-bj1.jpg") center no-repeat;
}
.index-pro2{
	background: url("/Public/Home/style/../images/1-bj2.jpg") center no-repeat;
}
.index-show>div>header{
	font-family: arial;
	font-size: 44px;
	padding-top: 150px;
	padding-bottom: 5px;

}
.index-show>div>p:nth-child(2){
	font-size: 20px;
}
.index-show-main{
	display: flex;
	justify-content: space-around;
	text-align: center;
	margin-top: 130px;
}
.index-show-main>a{
	width: 185px;
	display: inline-block;
	color: white;
}
.index-show-main>a>p:nth-child(2){
	margin: 50px 0 45px;
	font-size: 22px;
	height: 60px;
	opacity: 0;
}
.index-show-main>a>p:nth-child(3){
	font-size: 14px;
	line-height: 24px;
	opacity: 0;
}
.index-choose{
	width: 100%;
	height: 580px;
	background: url("/Public/Home/style/../images/1-bj3.jpg") center no-repeat;
	text-align: center;
}
.index-choose>div{
	max-width: 700px;
	margin: auto;
	color: white;
	position: relative;
}
.index-choose>div>header{
	font-family: arial;
	font-size: 44px;
	padding-top: 150px;
	padding-bottom: 5px;
}
.index-choose>div>p:nth-child(2){
	font-size: 20px;
}
.index-choose-swiper{
	width: 100%;
	height: 330px;
}
.index-choose-swiper .swiper-pagination-bullet{
	width: 50px;
    height: 2px;
    background-color: #979ca4;
    border-radius:0;
}
.index-choose-swiper .swiper-pagination-bullet-active{
	background-color: white;
}
.index-choose-swiper-content{
	position: relative;
	padding: 45px ;
}
.index-choose-swiper-content:before{
	display: inline-block;
	content: '"';
	position: absolute;
	top: 0;
	left: 0;
	font-size: 30px;
}
.index-choose-swiper-content:after{
	display: inline-block;
	content: '"';
	position: absolute;
	top: 0;
	right: 0;
	font-size: 30px;
}
.index-choose-swiper-content>p{
	line-height: 40px;
}
.index-choose-more{
	display: flex;
	justify-content: center;
	position: absolute;
	width: 190px;
	left: 50%;
	top: 77%;
	transform: translateX(-50%);
	text-align: center;
	z-index: 100;
}
.index-choose-more:after{
	position: absolute;
	/*content: "";*/
	display: inline-block;
	width: 1px;
	height: 100%;
	background-color: white;
	left: 50%;
	transform: translateX(-50%);
}
.index-choose-more>div{
	padding: 0 30px;
}
.index-choose-more>div>img{
	height: 60px;
}
.index-choose-more>a{
	height: 60px;
	line-height: 60px;
	display: inline-block;
	color: white;
	padding: 0 30px;
}
.index-news{
	width: 100%;
	height: 650px;
	background: url("/Public/Home/style/../images/1-bj5.jpg") center no-repeat;
	text-align: center;
}
.index-news-swiper .swiper-pagination-bullet{
	width: 50px;
    height: 2px;
    background-color: #999999;
    border-radius:0;
}
.index-news-swiper .swiper-pagination-bullet-active{
	background-color: #004fbb;
}
.index-news>div{
	max-width: 1400px;margin: auto;
	position: relative;
}
.index-news>div>header{
	position: relative;
	font-size: 32px;
	padding-top: 150px;
	padding-bottom: 65px;
}
.index-news>div>header>a{
	position: absolute;
	right: 20px;
	line-height: 42px;
	color: #999999;
	font-size: 16px;
}
.index-news-swiper{
	width: 100%;
	height: 360px;

}
.index-news-swiper-content{
	width: 90%;
	margin: 0 5%;
}
.index-news-swiper-content>div:first-child{
	width: 100%;
	overflow: hidden;
	height: 180px;
}
.index-news-swiper-content>div:first-child>img{
	width: 100%;
	transition: .2s;
}
.index-news-swiper-content>div:first-child>img:hover{
	width: 120%;
	margin-left: -10%;
	margin-top: -5%;

}
.index-news-swiper-content>p{
	margin-top: 45px;
}
/*产品页面*/
.pro-banner{
	width: 100%;
	height: 610px;
	text-align: center;
	color: white;
	background-size:cover ;
	background: url("/Public/Home/style/../images/1-bj1.jpg") center no-repeat;
	display: flex;
	align-content: center;
}
.pro-banner>div{
	max-width: 1400px;
	margin: auto;
	padding-top: 40px;
}
.pro-banner>div>img{
	width: 100%;
}
.pro-banner-swiper{
	max-width: 1400px;
	height: 100%;
}
.pro-banner-main{
	display: inline-block;
	text-align: center;
	margin-top: 210px;
	color: white;
	width: 185px;
}
.pro-banner-main:hover{
	color: white;
}
.pro-banner-main>p:nth-child(2){
	margin: 50px 0 45px;
	font-size: 22px;
}
.pro-banner-main>p:nth-child(3){
	font-size: 14px;
	line-height: 24px;
}
.pro-banner-swiper .swiper-pagination-bullet{
	width: 50px;
    height: 2px;
    background-color: #979ca4;
    border-radius:0;
}
.pro-banner-swiper .swiper-pagination-bullet-active{
	background-color: white;
}
/*分类*/
.proclass-header{
	height:68px;
	background-color: #363636;
}
.proclass-header>ul{
	color: white;
	display: flex;
	justify-content: space-around;
	font-size: 15px;
	max-width: 1400px;
	margin: auto;
}
.proclass-header>ul>li{
	line-height: 68px;
	position: relative;
}
.proclass-header>ul>li>a{
	color: white;
}
.proclass-activity:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 4px solid transparent;
	border-top:4px solid white;
	top: 50px;
	left: 50%;
	transform: translateX(-50%);
}
.proclass-main{
	width: 100%;
}
.proclass-main>li{
	display: none;
}
.proclass-main>li:first-child{
	display: block;
}
.proclass-main-bigbox{

}
.proclass-main-topbox{
	max-width: 1400px;
	margin: 115px auto;
	padding: 0 20px;
}
/*奇数*/
.proclass-main-bigbox:nth-child(even) .topbox-title{
	float: right;
}
.proclass-main-bigbox:nth-child(even) .topbox-img{
	float: left;
}
/*偶数*/
.proclass-main-bigbox:nth-child(odd) .topbox-title{
	float: left;
}
.proclass-main-bigbox:nth-child(odd) .topbox-img{
	float: right;
}
.proclass-main-topbox:after{
	clear: both;
	display: block;
	content: "";
}

.topbox-title{
	width: 40%;
}
.topbox-img{
	width: 42%;
	-moz-box-shadow:0px 0px 15px #333333; -webkit-box-shadow:0px 0px 15px #333333; box-shadow:0px 0px 15px #333333;
}
.topbox-img>img{
	width: 100%;
}
.topbox-title>p:first-child{
	display: inline-block;
	color: white;
	padding: 12px 30px;
	border-top-right-radius:10px;
	border-bottom-left-radius:10px ;
	background: #0b62b2;
}
.topbox-title>strong{
	display: block;
	font-size: 48px;
	margin-top: 10px;
	margin-bottom: 5px;
}
.topbox-title>p:nth-child(3),.topbox-title>p:nth-child(5){
	font-size: 16px;
	line-height: 26px;
	color: #999999;
}
.topbox-title>p:nth-child(4){
	font-size: 26px;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 5px;
}
.topbox-title>a{
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	padding: 8px 20px;
	margin-top: 10px;
	border: 1px solid #9a9a9a;
}
.proclass-main-bottom{
	text-align: center;
    padding: 30px 0 35px;
	background: #363636;
	color: white;
}
.proclass-main-bottom>p:nth-child(1){
	max-width: 1400px;
	margin: auto;
	font-size: 28px;
	margin-bottom: 36px;
	position: relative;
	opacity: 0;
}
.proclass-main-bottom>p:nth-child(1):before{
	content: "";
	display: inline-block;
	position: absolute;
	width: 0;
	height: 0;
	border: 10px solid transparent;
	border-bottom: 10px solid #363636;
	top: -50px;
	left: 0;
}
.proclass-main-bottom>p:nth-child(1):after{
	content: "";
	display: inline-block;
	width: 20px;
	height: 1px;
	background: #9b9b9b;
	position: absolute;
	bottom: -18px;
	left: 50%;
	transform: translateX(-50%);
}
.proclass-main-bottom>p:nth-child(2){
	max-width: 1400px;
	margin: auto;
	font-size: 15px;
	opacity: 0;
}
/*产品详情页*/
.prodetailde-show{
	max-width: 1400px;
	margin: auto;
	padding-top: 220px;
	padding-bottom: 100px;
}
.prodetailde-show:after{
	clear: both;
	display: block;
	content: "";
}
.prodetailde-show-img{
	width: 45%;
	/*height: 380px;*/
	float: left;
	top: 0;
}
.prodetailde-show-block{
	padding:20px;
}
.prodetailde-show-block>img{
	width: 100%;
}
.prodetailde-show-img .swiper-button-next, .prodetailde-show-img .swiper-button-prev{
	width: 40px;
	height: 40px;
	padding: 40px;
	transform: scale(0.4);
	background-color: #f5f5f5;
	border: 1px solid #cfcfcf;
	border-radius:50% ;
	top: 42%;
}
.prodetailde-show-img .swiper-button-prev{
	left: -35px;
}
.prodetailde-show-img .swiper-button-next{
	right: -35px;
}
.prodescribe{
	background-color: #f5f5f5;
}
.prodescribe-top{
	border-bottom:1px solid #cccccc;
	height: 60px;
}
.prodescribe-top>ul{
	max-width: 1400px;
	margin: auto;
	line-height: 60px;
	padding: 0 20px;
}
.prodescribe-top>ul:after{
	clear: both;
	display: block;
	content: "";
}
.prodescribe-top>ul>li{
	float: left;
	padding-right: 40px;
	font-size: 18px;
	/*color: #444444;*/
	cursor: pointer;
}
.prodescribe-activity{
	color: #13589f;
}
.prodescribe-bottom{
	max-width: 1400px;
	margin: auto;
	padding: 0 43px;
}
.prodescribe-bottom>ul{
	width: 45%;
	margin-top: 45px;
	padding-bottom: 45px;
}
.prodescribe-bottom>ul>li>p:before{
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	border-radius:50% ;
	line-height: 16px;
	margin:0 3px;
}
.prodescribe-bottom>ul>li>p:last-child{
	margin-bottom:0 ;
}
.prodescribe-bottom>ul>li>p{
	color: #444444;
	line-height: 35px;
}


.prodetailde-show-title{
	float: right;
	width: 45%;
}
.prodetailde-show-title>p:first-child{
	font-size: 24px;
	margin: 15px 0;
}
.prodetailde-show-title>p:nth-child(2){
	font-size: 32px;
}
.prodetailde-show-title>p:nth-child(3){margin: 30px 0 25px;}
.prodetailde-show-title>p:nth-child(3),.prodetailde-show-title>p:nth-child(4){
	font-size: 16px;
	color: #999999;
}
.prodetailde-show-title>p:nth-child(5){
	color: #999999;
	margin-top: 35px;
}
.prodetailde-show-title>p:nth-child(5)>span{
	margin-right: 15px;
}
.prodetailde-show-title>p:nth-child(5)>a{
	color: #999999;
	border-left:1px solid #999999;
	padding: 0 15px;
	font-size: 20px;
}
/*模板-服务中心*/
.tembanner{
	width: 100%;
	height: 360px;
	background-size:cover ;
	margin-top: 135px;
	text-align: center;
}
.tembanner>p{
	line-height: 360px;
	color: white;
	font-size: 58px;
	font-weight:100 ;
}
.temchoice{
	height: 55px;
	display: flex;
	justify-content: center;
	background: #eeeeee;
}
.temchoice>a{
	display: inline-block;
	width: 280px;
	text-align: center;
	color: black;
	line-height: 55px;
}
.temchoice>.tem-activity{
	background: #212121;
	color: white;
}
.serbanner{
	background: url("/Public/Home/style/../images/4-banner.jpg") center no-repeat;
}
.abobanner{
	background: url("/Public/Home/style/../images/3-banner.jpg") center no-repeat;
}
/*下载*/
.ser-download{
	max-width: 1400px;
	margin: auto;
	text-align: center;

	padding:60px 20px 50px ;
}
.ser-download>p:first-child{
	color: #333333;
	font-size: 38px;
	margin-bottom: 55px;
}
.ser-download-main{
	display: flex;
	justify-content: space-between;
}
.ser-download-main>div{
	text-align: left;
	width: 30%;
	border-top:1px solid #cccccc;
}
.download-more{
	display: inline-block;
	margin-top: 35px;
	font-size: 14px;
	color: #666666;
	text-decoration: underline;
}
.ser-download-main>div>p{
	font-size:22px;
	color: #666666;
	margin-top: 35px;
}
.downlist>li{
	margin-top: 35px;
}
.downlist>li>a{
	color: #444444 ;
}
.downlist>li>p:nth-child(2){
	font-size: 14px;
	color: #888888;
	margin-top: 10px;
}
/*售后服务*/
.aftersale{
	max-width: 1400px;
	margin: auto;
	text-align: center;
	padding:50px 0;
}
.aftersale>p{
	max-width: 985px;
	margin: auto;
	font-size: 15px;
	color: #333333;
	margin-bottom: 55px;
}
.aftersale>form{
	display: flex;
	justify-content: space-between;
	align-content:flex-start;
	flex-wrap:wrap;
	border: 1px solid #e4e4e4;
	padding:40px 30px;
	text-align: left;
}
.aftersale input,.aftersale textarea{
	border: 1px solid #e5e5e5;
}
.aftersale>form>div>p{
	margin: 10px 0;
}
.aftersale-basic{
	width: 23.5%;
	margin-right: 2%;
}
.aftersale-basic:nth-child(4){
	margin-right: 0;
}
.aftersale-basic>input{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	background-color: #f9f9f9;
}
.aftersale-title{
	width: 100%;
}
.aftersale-title>input{
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	background-color: #f9f9f9;
}
.aftersale-content{
	width: 100%;
}
.aftersale-content>textarea{
	width: 100%;
	max-width: 100%;
	min-width: 100%;
	line-height: 40px;
	font-size: 18px;
	background-color: #f9f9f9;
	padding: 0;
}
.tip{
	font-size: 14px;
	color: #999999;
	margin-top: 30px;
}
.ser-sub{
	margin-top: 20px;
	height: 44px;
	line-height: 44px;
	background-color: #212121;
	color: white;
	padding: 0 100px;
	cursor: pointer;
}
/*常见问题*/
.ser-question{
	max-width: 1400px;
	margin: auto;
	text-align: center;
	padding:50px 0;
}
.ser-question>p{
	max-width: 985px;
	margin: auto;
	font-size: 15px;
	color: #333333;
	margin-bottom: 55px;
}
.question{
	margin-top: 50px;
	max-width: 1400px;
	margin: auto;
}
.question-each{
	border: 1px solid #e5e5e5;
	position: relative;
	margin-bottom: 30px;
}
.question-each:last-child{
	margin-bottom: 0;
}
.question-each:after{
	display: block;
	content: "";
	clear: both;
}
.question-each:before{
	display: inline-block;
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	left: 100px;
	top: 0;
	background-color: #e5e5e5;
}
.question-each-left{
	width: 100px;
	text-align: center;
	font-size: 38px;
	color: #999999;
	float: left;

    margin-top:30px ;
    margin-bottom: 30px;
}
.question-each-main{
	width: 60%;
	float: left;
	padding-left:40px ;
	padding-top: 35px;
	text-align: left;
}
.question-each-main>p:nth-child(1){
	font-size: 18px;
	margin-bottom: 15px;
}
/*隐藏ul的class*/
.hideul{
	height: 30px;
	overflow: hidden;
}

.question-each-main>ul>li{
	margin-bottom: 15px;
	font-size: 14px;
	color: #888888;
}
.question-each-main>ul>li:last-child{
	margin-bottom: 35px;
}
.question-each-right{
	max-width: 190px;
	width: 13.5%;
	height: 45px;
	line-height: 45px;
	background: #eeeeee;
	float: right;
	margin-top: 35px;
	margin-right: 3%;
	cursor: pointer;
}
.question-each-right>i{
	margin-left: 40px;
}
/*关于我们*/
/*公司简介*/
.introduce{

}
.introduce>article{
	max-width: 1000px;
	margin: auto;
	margin-top: 100px;

}
.introduce>article>p:first-child{
	color: #444444;
	font-size: 38px;
	text-align: center;
}
.introduce>article>p:nth-child(2){
	color: #999999;
	font-size: 22px;
	font-weight:100 ;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
}
.introduce>article>img{
	width: 100%;
}
.introduce>article>p:nth-child(4){
	text-align: center;
	font-family: arial;
	font-size: 46px;
	margin-top: 55px;
	margin-bottom: 50px;
}
.introduce>article>div>p{
	color: #666666;
	line-height: 36px;
	text-indent:2rem;
	margin-bottom: 40px;
}
.introduce-bottom{
	background-color: #f5f5f5;
	padding: 40px 0;
}
.introduce-bottom-core{
	max-width: 1000px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	color: #5a5a5a;
}
.introduce-bottom-core>div{
	text-align: center;
	width: 33%;
}
.introduce-bottom-core>div>i{
	font-size: 40px;
}
.introduce-bottom-core>div>p:nth-child(2){
	font-size: 30px;
	font-family: arial;
}
.introduce-bottom-core>div>p:nth-child(3){
	font-size: 15px;
}
.course{
	max-width: 1400px;
	margin: auto;
	text-align: center;
	margin-bottom: 100px;
}
.course>p{
	font-size: 32px;
	color: #333333;
	font-weight: 100;
	margin-top: 90px;
	margin-bottom: 55px;
}
.course-swiper{
	width: 100%;
	height: 600px;
}
.course-record{
	margin-top: 120px;
	height: 480px;
	display: flex;
	justify-content: center;
}

.course-record>img{
	width: 50%;
}
.course-record>div{
	width: 50%;
	padding: 0 55px;
	text-align: left;
	background-color: #eeeeee;
}
.course-record>div>p:first-child{
	font-family: arial;
	font-size: 38px;
	margin-top: 95px;
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 20px;
	position: relative;
}
.course-record>div>p:first-child:after{
	content: "years";
	display: inline-block;
	font-family: arial;
	color: #444444;
	position: absolute;
	top: 0;
	left: 90px;
	font-size: 16px;
}
.course-record>div>p:nth-child(2){
	color: #333333;
	font-size: 20px;
	margin-bottom: 35px;
}
.course-record>div>p:nth-child(3),.course-record>div>p:nth-child(4){
	color: #666666;
	font-size: 15px;
	margin-bottom: 15px;
}
.course-swiper .swiper-button-prev,.course-swiper .swiper-button-next{
	width: 40px;
    height: 40px;
    padding: 40px;
    transform: scale(0.4);
    background-color: #f5f5f5;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    top: 0;
    padding: 26px;
    z-index: 10;
}
.course-swiper .swiper-button-prev{
	left: -25px;
}
.course-swiper .swiper-button-next{
	right: -25px;
}
.course-swiper .swiper-pagination-bullets{
	top: 18px;
	bottom: auto !important;
	display: flex;
	justify-content: space-around;
	width: 90% !important;
	padding: 0 2%;
	margin: 0 3%;
}
.course-swiper .swiper-pagination-bullets:after{
	content: "";
	display: inline-block;
	width: 100%;
	height: 1px;
	border-top:1px dashed #bfbfbf ;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: -10;
}
.course-swiper-years{
	display: flex;
	justify-content: space-around;
	width: 90%;
	margin: 0 5%;
	position: absolute;
	top: 60px;
	left: 0;
	font-size: 15px;
	color: #999999;
}

.course-swiper .swiper-pagination-bullet{
	width: 16px;
	height: 16px;
	border-radius:50%;
	background: white;
	position: relative;
		opacity: 1;
}
.course-swiper .swiper-pagination-bullet:before{
	content: "";
	display: inline-block;
	width: 22px;
	height: 22px;
	border: 1px solid #bfbfbf;
	border-radius:50% ;
	position: absolute;
	background-color: white;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index:-5;
}
.course-swiper .swiper-pagination-bullet-active{
	width: 16px;
	height: 16px;
	border-radius:50%;
	background: #bfbfbf;
	position: relative;
	opacity: 1;
}
.adv-atricle{
	max-width: 1000px;
	margin: auto;
	text-align: center;color: #333333;
	padding-bottom: 50px;
}
.adv-atricle-header{
	font-size: 36px;
	margin: 90px 0 30px;
}
.adv-atricle>img:nth-child(2){
	width: 100%;
	border-top-right-radius:45px;
	border-bottom-left-radius: 45px;
}
.adv-atricle>p:nth-child(3){
	color: #666666;
	text-align: left;
	line-height: 36px;
	margin: 35px 0 20px;
}
.adv-atricle>p:nth-child(4){
	display: flex;
	justify-content: space-between;
	font-size: 28px;
}
.adv-atricle>p:nth-child(4)>span{
	display: inline-block;
}
.adv-atricle>p:nth-child(4)>span:nth-child(2),.adv-atricle>p:nth-child(4)>span:nth-child(4){
	color: #939393;
	font-weight:100 ;
}
/*奖章*/
.adv-eadal{
	margin: auto;
	background: #f7f7f7;
	padding-bottom: 105px;
}
.adv-eadal-header{
	max-width: 1400px;
	margin: auto;
	text-align: center;
	font-size: 36px;
	color: #333333;
	padding-top: 70px;
	margin-bottom: 30px;
}
.adv-eadal>div:nth-child(2){
	display: flex;
	justify-content: center;
	max-width: 1400px;
	margin: auto;
	text-align: center;
}
.adv-eadal>div:nth-child(2)>p{
	padding: 0 20px;
	font-size: 18px;
	color: #666666;
	margin-bottom: 55px;
}
.adv-eadal>div:nth-child(2)>p:nth-child(2){
	border-left:1px solid #a1a1a1 ;
	border-right:1px solid #a1a1a1 ;
}
.adv-eadal>div:nth-child(2)>p>span{
	font-size: 22px;
}
.adv-swiper{
	max-width: 1400px;
	margin: auto;
	position: relative;
}
.advswiper{
	max-width: 1260px;
	margin: auto;
	height: 270px;
}
.adv-swiper .swiper-slide{
	text-align: center;
}
.adv-swiper .swiper-button-next{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23cdcdcd'%2F%3E%3C%2Fsvg%3E")
}

.adv-swiper .swiper-button-prev{
	background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23cdcdcd'%2F%3E%3C%2Fsvg%3E")
}


/*联系我们 contact us*/
.conbanner{
	background: url("/Public/Home/style/../images/6-banner.jpg") center no-repeat;
}
.contact{
	max-width: 1400px;
	margin: 90px auto;
	margin-bottom: 0;
}
.contact-nav{
	display: flex;
	justify-content: space-between;
	text-align: center;
}
.contact-nav>div{
	width: 25%;
}
.contact-nav>div>span{
	display: inline-block;
	width: 76px;
	height: 76px;
	border-radius:50% ;
	border: 2px solid #cccccc;
	margin-bottom: 25px;
}
.contact-nav>div>span>i{
	font-size: 40px;
	line-height: 80px;
	color: #909090;
}
.contact-nav>div>p:nth-child(2){
	color: #333333;
	line-height: 26px;
}
.contact-nav>div>p:nth-child(3){
	color: #666666;
	line-height: 26px;
	font-size: 14px;
}
/*表单*/
.contact-form>form{
	justify-content: flex-end;
}
.aftersale-basic>p>span{
	color: red;
}
.contact-sub{
	font-size: 20px;
	margin-top: 20px;
	height: 44px;
	line-height: 44px;
	border: 1px solid #cccccc;
	color: #999999;
	padding: 0 100px;
	cursor: pointer;
	background: white;
}
.aftersale>form>div>p>span{
	color: red;
}
.contact-vcode{
	width: 100%;
}
.contact-vcode input{
	    height: 40px;
    line-height: 40px;
    font-size: 18px;
    background-color: #f9f9f9;
    width: 15%;
}
.contact-tip{
	color: #999999;
	font-size: 14px;
	margin-top: 15px;
}
.contact-tip a{
	text-decoration: underline;color: #999999;
}
.con-map>img{
	width: 100%;
}

/*社会招聘*/
.recruit{
	max-width: 1400px;
	margin: auto;
}
.recruit-main{
	display: flex;
	justify-content: space-between;
	align-content:flex-start;
	flex-wrap:wrap;
	padding-top: 90px;
}
.position{
	width: 27%;
	padding: 2%;
	margin-bottom: 30px;
	border: 1px solid #e0e0e0;
	border-top-right-radius:26px ;
	border-bottom-left-radius:26px ;
}
.position-header{
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	border-bottom:1px solid #e0e0e0 ;
	padding-bottom: 15px;
	margin-bottom: 15px;
	color: #333333;
}
.position-header>i{
	font-size: 25px;
}
.position-header>span{
	font-size: 20px;

}
.position>div:nth-child(2){
	color: #888888;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px;
}
.position-condition{
	font-size: 14px;
}
.position-condition>p{
	color: #444444;
}
.position-condition>ul>li{
	color: #888888;
	margin-top: 10px;
}
.see-more{
	height: 38px;
	background: #b2b2b2;
	line-height: 38px;
	font-size: 14px;
	position: relative;
	display: inline-block;
	padding:0 40px;
	color: white;
	margin-top: 30px;
	border-top-right-radius:10px ;
	border-bottom-left-radius:10px ;
}
.see-more:after{
	position: absolute;
	content: ">";
	display: inline-block;
	top: 50%;
	left: 80%;
	transform: translateX(-50%) translateY(-50%);
	color: white;
}
.rec-mask{
	position:fixed;
	top: 0;
	left: 0;
	bottom:0;
	right: 0;
	z-index: 200;
	display: none;
}
.rec-mask>div:first-child{
	height: 100%;
	width: 100%;
	background-color: black;
	opacity: .56;
}
.rec-mask-main{
	padding: 20px 30px;
	background: white;
	width: 960px;
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translateX(-50%) translateY(-50%);
	max-height: 90%;
	overflow-y: auto;
}
.rec-mask-main>p:first-child{
	font-size: 24px;
	color: #333333;
	padding-bottom: 20px;
	position: relative;
	border-bottom:1px solid #ebebeb ;

	margin-bottom: 30px;
}
.rec-mask-main>p:nth-child(2){
	margin-bottom: 20px;
	text-align: left;
	font-size: 14px;
}
.rec-mask-main>p:nth-child(2)>span{
	margin-right: 40px;
}

.rec-mask-main>p:nth-child(2)>span>span{
	color: #666666;
}
.rec-mask-main>p>i{
	position: absolute;
	font-size: 25px;
	transform: rotate(45deg);
	cursor: pointer;
	right: 0;
}
.rec-duty{
	text-align: left;
	margin-bottom: 50px;
	color: #666666;
	font-size: 14px;
}
.rec-duty>p{
	margin-bottom: 10px;
	color: #333333;
}
.rec-duty>ul>li{
	margin-bottom: 10px;
}
.rec-duty>ul>li>p{
	margin-left: 25px;
	margin-top: 10px;
}
.rec-applyjod{
	width: 180px;
	height: 45px;
	background: black;
	display: inline-block;
	color: white;
	line-height: 45px;
}
.recruit-paging{
	height: 30px;
    margin-bottom: 50px;
    max-width: 1400px;text-align: center;
}
.recruit-paging>a{
	height: 30px;
	min-width: 30px;
	border: 1px solid #999999;
	display: inline-block;
	color: #333333;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}
.recruit-paging>.paging-activity{
	border: 1px solid #212121;
	    background: #212121;
    color: #FFFFFF;
}
/*薪资福利*/
.salary{
	max-width: 1400px;
	text-align: center;
	margin: auto;
	margin-top: 60px;
	margin-bottom: 50px;
}
.salary>p:first-child{
	color: #333333;
	font-size: 38px;
}
.sal-sel{
	margin-top: 35px;
	display: flex;
	justify-content: center;
}
.sal-sel>a{
	display: inline-block;
	text-align: center;
	max-width: 218px;
	width: 15%;
	border: 1px solid #e5e5e5;
	line-height: 50px;
	height: 50px;
	margin: 0 10px;
	color: #666666;
}
.sal-sel>a>i{
	font-size: 25px;
}
.sal-sel>.sal-activity{
	background-color: #212121;
	border-color:#212121 ;
	color: white;
}
.salsel-main>.sal-main{
	display: none;
}
.salsel-main>.sal-main:first-child{
	display: block;
}
.sal-main{
	margin-top: 50px;
	max-width: 1400px;
	display: flex;
	justify-content: space-between;
}
.sal-main:after{
	clear: both;
	display: block;
	content: '';
}
.sal-mian-each{
	float: left;
	max-width: 330px;
	width: 23.5%;
	margin: 0 .75%;
}
.sal-mian-each>div:first-child{
	position: relative;
}
.sal-mian-each>div:first-child>img{
	width: 100%;
}
.sal-mian-each>div:first-child>p{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	height: 40px;
	background: black;
	opacity: .8;
	text-align: center;
	line-height: 40px;
	color: white;
	font-size: 18px;
}
.sal-mian-each>ul{
	margin-top: 30px;
	padding: 10px 20px;
	border-left:1px solid #cccccc ;
	text-align: left;
}
.sal-mian-each>ul>li{
	margin-bottom: 10px;
	font-size: 15px;
	color: #444444;
}
.sal-mian-each>ul>li:last-child{
	margin-bottom: 0;
}
/*新闻*/
.newsbanner{
	background: url("/Public/Home/style/../images/7-banner.jpg") center no-repeat;
}
/*新闻页面*/
.news{
	max-width: 1400px;
	margin: 70px auto;
}
.news-search{
	display: flex;
	justify-content: center;
}
.news-search>input{
	height: 38px;
	width: 640px;
	padding: 0 20px;
	font-size: 14px;
	margin-bottom: 70px;
}
.news-search>a{
	display: inline-block;
	width: 90px;
	height: 42px;
	line-height: 40px;
	color: white;
	background: #212121;
	text-align: center;
}
.news-search>a>i{
	font-size: 20px;
	padding-left: 5px;
}
.news-main {
    display: flex;
    margin: 0 20px;
    justify-content: space-between;
    align-content: flex-start;
    flex-wrap: wrap;
}

.news-main-each{
	width: 440px;
	max-width: 30%;
	margin-bottom: 75px;
}
.news-main-each>p:first-child{
	font-size: 20px;
	color: #333333;
}
.news-main-each>p:nth-child(2){
	font-size: 13px;
	color: #999999;
	margin: 15px 0;
}
.news-main-each>div{
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
}
.news-main-each>div>img{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 100%;
	transition: .2s;
}
.news-main-each>div>img:hover{
	width: 120%;
}
.news-main-each>p:last-child{
	font-size: 14px;
	line-height: 24px;
	color: #888888;
	margin-top: 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.news-paging{
	max-width: 1400px;
	width: 100%;
	margin: auto;
	text-align: center;
}
.news-paging>a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background: #f2f2f2;
	color: #999999;
	font-family: arial;
	font-style: 18px;
	line-height: 35px;
	text-align: center;
}
.news-paging>.news-paging-activity{
	background: #212121;
	color: white;
}

/*新闻详细页*/
.newsdetailed{
	padding-top: 170px;
	padding-bottom: 60px;
	background: #f8f8f8;
}
.newsdetailed-main{
	max-width: 1300px;
	margin: auto;
	padding: 60px 50px 40px;
	background: white;
}
.newsdetailed-header{
	text-align: center;
	border-bottom: 1px dotted #dcdcdc;
}
.newsdetailed-header>p:first-child{
	font-size: 32px;
	color: #333333;
	margin-bottom: 30px;
}
.newsdetailed-header>p:last-child{
	font-family: arial;
	color: #c6c6c6;
	margin-bottom: 40px;
}
.newsdetailed-img{
	width: 100%;
	margin: 40px 0;
}
.newsdetailed-img>img{
	width: 100%;
}
.newsdetailed-title{
	color: #666666;
	line-height: 36px;
	border-bottom: 1px dotted #dcdcdc;
}
.newsdetailed-title>p{
	margin-bottom: 40px;
}
.newsdetailed-memu{
	padding: 30px 0;
	border-bottom: 1px dotted #dcdcdc;
	display: flex;
	justify-content: space-between;

}
.newsdetailed-memu>div>a{
	font-size: 15px;
	line-height: 23px;
	color: #888888;
	display: block;
}
.newsdetailed-close{
	display: inline-block;
	width: 155px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	color: white;
	background: #212121;
	border-top-right-radius:10px ;
	border-bottom-left-radius: 10px;
	margin-right: 15px;
}
.newsdetailed-share{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	color: #888888;
}
.newsdetailed-share>div>a{
	color: #b5b5b5;
	padding: 0 10px;
	border-right: 1px solid #979797 ;
}
.newsdetailed-share>div>a:last-child{
	border: none;
}
/*解决方案*/
.solution-nav{
	/*max-width: 1400px;*/
	text-align: center;
}
.solution-nav>span{
	height: 40px;
	display: flex;
	justify-content: center;
	background: #eeeeee;
}
.solution-nav>span>a{
	display: inline-block;
	width: 280px;
	text-align: center;
	color: black;
	line-height: 40px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 14px;
}
.solution-nav>span>.sol-activity{
	background: #212121;
	color: white;
}
.solbanner{
	background: url("/Public/Home/style/../images/5-banner.jpg") center no-repeat;
}
.solution{
	max-width: 1400px;
	margin: 70px auto 65px;
}
.sol-header{
	max-width: 640px;
	text-align: center;
	margin: auto;
	font-size: 15px;
	color: #333333;
}
.sol-main{
	display: flex;
	justify-content: space-between;
	align-content:flex-start;
	flex-wrap:wrap;
	margin-top: 35px;
	padding:0 20px;
}
.sol-main-each{
	max-width: 680px;
	width: 48.5%;
	margin-bottom: 60px;
}
.sol-main-each>div:first-child{
	margin-bottom: 40px;
}
.sol-main-each>div:first-child>img{
	width: 100%;
}
.sol-main-each>p:nth-child(2){
	font-size:22px;
	color: #333333;
	margin-bottom: 20px;
}
.sol-main-each>div:nth-child(3){
	width: 90%;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 30px;
}
.sol-main-each>div:nth-child(3)>p{
	font-size: 15px;
	color: #888888;
}
.sol-main-each>a:last-child{
	display: inline-block;
	width: 158px;
	height: 38px;
	border: 1px solid #b8b8b8;
	color: #888888;
	text-align: center;
	line-height: 38px;
}
.sol-paging{
	max-width: 1400px;
	width: 100%;
	margin: auto;
	text-align: center;
}
.sol-paging>a{
	display: inline-block;
	width: 35px;
	height: 35px;
	background: #f2f2f2;
	color: #999999;
	font-family: arial;
	font-style: 18px;
	line-height: 35px;
	text-align: center;
}
.sol-paging>.news-paging-activity{
	background: #212121;
	color: white;
}
/*解决方案详细页*/
.soldetailed{
	padding: 180px 20px 0;
}
.soldetailed-main{
	max-width: 1400px;
	margin: auto;
}
.soldetailed-main-header{
	text-align: center;
	margin-bottom: 50px;
}
.soldetailed-main-header>p:first-child{
	font-size: 34px;
	color: #333333;margin-bottom: 40px;
}
.soldetailed-main-header>p:last-child{
	color: #666666;
	max-width: 880px;
	margin: auto;
	line-height: 26px;
}
.soldetailed-main-video{
	position: relative;
}
.soldetailed-main-video>video{
	width: 100%;object-fit: cover;
}
.soldetailed-main-video>i{
	font-size: 50px;
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;
}
.soldetailed-main-swiper{
	margin-top: 60px;
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 50px;
}
.soldetailed-main-swiper>.swiper-button-prev{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23636363'%2F%3E%3C%2Fsvg%3E");
	height: 14px;
	bottom: 2px;
	top: auto;
	left: 45%;
	transform: translateX(-50%);
	margin-top: 0;
}
.soldetailed-main-swiper>.swiper-button-next{
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23636363'%2F%3E%3C%2Fsvg%3E");
	height: 14px;
	bottom: 2px;
	top: auto;
	left: 55%;
	transform: translateX(-50%);
	margin-top: 0;
}

.soldetailed-main-swiper>.swiper-container{
	width: 920px;
	height: 570px;
	margin: auto;
}
.soldetailed-main-swiper .swiper-wrapper>img{
	width: 100%;
}
.soldetailed-main-swiper>.swiper-pagination{
	z-index: -1;
	bottom: 0;
}
.soldetailed-more{
	border-top: 1px solid #e5e5e5;
}
.soldetailed-more-main{
	max-width: 1400px;
	margin: auto;
	padding: 55px 0 50px;
}
.soldetailed-more-main-header{
	display: flex;
	justify-content: space-between;
	margin-bottom: 55px;
}
.soldetailed-more-main-header>div{
	font-size: 32px;
	color: #333333;
}
.soldetailed-more-main-header>a{
	font-size: 14px;
	color: #888888;
}
.soldetailed-more-main-show{
	display: flex;
	justify-content: space-between;
}
.soldetailed-more-main-show>a{
	display: inline-block;
	width: 32.4%;
	max-width: 454px;
}
.soldetailed-more-main-show>a>img{
	width: 100%;
}
.soldetailed-more-main-show>a>p:nth-child(2){
	margin: 30px 0 20px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 20px;
	color: #333333;
}
.soldetailed-more-main-show>a>p:nth-child(3){
	margin: 30px 0 20px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	font-size: 14px;
	color: #888888;
	line-height: 22px;
}
/*netwold*/
.networld{
	width: 1400px;
	margin: auto;
	    padding-top: 80px;
    padding-bottom: 120px;
}
.networld-sel{
	width: 100%;
	display: flex;
	justify-content: center;
}
.networld-sel>.networld-sel-activity{
	background-color: #000000;
	color: white;
}
.networld-sel-activity .networld-sel-i1{
	background: url("/Public/Home/style/../images/icon2.png") right center no-repeat;
}
.networld-sel-activity .networld-sel-i2{
	background: url("/Public/Home/style/../images/icon4.png") right center no-repeat;
}
.networld-sel>li{
	width: 238px;
	height: 52px;
	border: 1px solid #e5e5e5;
	line-height: 55px;
	margin:0 10px;
	text-align: center;
	color: #666666;
	cursor: pointer;
	transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
}
.networld-sel>li>i{
	width: 44px;
    height: 23px;
    display: inline-block;
    margin-right: 10px;
    line-height: 52px;
    vertical-align: middle;
}
.networld-sel-i1{
    background: url("/Public/Home/style/../images/icon1.png") right center no-repeat;
}
.networld-sel-i2{
    background: url("/Public/Home/style/../images/icon3.png") right center no-repeat;
}
.networld-hb{
    padding-top: 60px;
}
.networld-hb-con{
    border: 1px #e5e5e5 solid;
}
.networld-hb-con:nth-child(2){
	display: none;
}
.worldmap{
	width: 1046px;
    height: 517px;
    background: url("/Public/Home/style/../images/shijiemap.png") no-repeat;
    position: relative;
    margin: 75px auto 25px;
}
.m-map{
	display: none;
}
.networld .worldmap2{
	/*background-image: url("/Public/Home/style/../images/shijiemap2.png");*/
	width: 390px;
	height: 517px;
	position: absolute;
	left: 0;
	top: 0;
	background: url("/Public/Home/style/../images/shijiemap2.png") center no-repeat;
	display: none;
}
.networld .worldmap3{
	/*background-image: url("/Public/Home/style/../images/shijiemap3.png");*/
	width: 605px;
	height: 472px;
	position: absolute;
	right: 0;
	bottom: 23px;
	background: url("/Public/Home/style/../images/shijiemap3.png") center no-repeat;
	display: none;
}
.networld .worldmap4{
	/*background-image: url("/Public/Home/style/../images/shijiemap4.png");*/
	width: 59px;
	height: 50px;
	background: url("/Public/Home/style/../images/shijiemap4.png") center no-repeat;
	position: absolute;
	top: 190px;
	right: 132px;
	display: none;
}
/*0918*/
.worldmap .fi{
	position: absolute;
}
.worldmap .fi b{
	display: block;
	width: 21px;
	height: 30px;
	background: url("/Public/Home/style/../images/loca.png") no-repeat;
	cursor: pointer;
	animation:change 2s linear infinite;
	-moz-animation:change 2s linear infinite;
	-webkit-animation:change 2s linear infinite;
	-o-animation:change 2s linear infinite;
}
.worldmap .fi .box{
	background: #3a3a3a;
	width: 450px;
	font-size: 16px;
	color: #FFFFFF;
	padding: 20px 30px;
	line-height: 26px;
	position: absolute;
	bottom: 69px;
	left: 50%;
	margin-left: -225px;
	display: none;
}
.worldmap .fi .arrow{
	width: 28px;
	height: 24px;
	background: url("/Public/Home/style/../images/arrow9.png") no-repeat;
	position: absolute;
	left: 45%;
	bottom: -24px;
	margin-left: -5px;
}
.worldmap .fi1{
	left: 128px;
	top: 103px;
}
.worldmap .fi2{
	left: 189px;
	top: 176px;
}
.worldmap .fi3{
	left: 513px;
	top: 134px;
}
.worldmap .fi4{
	left: 546px;
	bottom: 163px;
}
.worldmap .fi5{
	right: 253px;
	top: 90px;
}
.worldmap .fi6{
	right: 178px;
	top: 191px;
}
.worldmap .fi7{
	right: 140px;
	top: 182px;
}
.networld .chinamap{
	width: 808px;
	height: 586px;
	background-image: url("/Public/Home/style/../images/chinamap.png");
}
.chinamap .fi8{
	right: 236px;
	top: 203px;
}
.chinamap .fi9{
	right: 195px;
	top: 350px;
}
.chinamap .fi10{
	right: 278px;
	bottom: 71px;
}
.chinamap .fi11{
	right: 181px;
	bottom: 74px;
}
.chinamap .fi12{
	left: 281px;
	top: 296px;
}
.networld .chinamap2{
	/*background-image: url("/Public/Home/style/../images/chinamap2.png");*/
	width: 494px;
	height: 348px;
	position: absolute;
	right: 7px;
	top: 0;
	background: url("/Public/Home/style/../images/chinamap2.png") center no-repeat;
	display: none;
}
.networld .chinamap3{
	/*background-image: url("/Public/Home/style/../images/chinamap3.png");*/
	width: 120px;
	height: 225px;
	position: absolute;
	right: 167px;
	bottom: 73px;
	background: url("/Public/Home/style/../images/chinamap3.png") center no-repeat;
	display: none;

}
.networld .chinamap4{
	/*background-image: url("/Public/Home/style/../images/chinamap4.png");*/
	width: 101px;
	height: 74px;
	position: absolute;
	right: 237px;
	bottom: 29px;
	background: url("/Public/Home/style/../images/chinamap4.png") center no-repeat;
	display: none;
}
.networld .chinamap5{
	/*background-image: url("/Public/Home/style/../images/chinamap5.png");*/
	width: 25px;
	height: 49px;
	position: absolute;
	right: 176px;
	bottom: 50px;
	background: url("/Public/Home/style/../images/chinamap5.png") center no-repeat;
	display: none;
}
.networld .chinamap6{
	/*background-image: url("/Public/Home/style/../images/chinamap6.png");*/
	width: 562px;
	height: 495px;
	position: absolute;
	left: 0;
	top: 90px;
	background: url("/Public/Home/style/../images/chinamap6.png") center no-repeat;
	display: none;
}
/*动画class*/
.index-show-main>a>.here{
	animation: imain 1s ease forwards;
}
.index-show-main>a>.here2{
	animation: imain2 1s ease forwards;
}
.proclass-main-bottom>.here{
	animation: imain 1s ease forwards;
}
.proclass-main-bottom>.here2{
	animation: imain2 1s ease forwards;
}
/*donghua*/
@keyframes headerup{
	from{
		transform: translateY(30px);
		opacity: 0;
	}
	to{
		transform: translateY(0px);
		opacity: 1;
	}
}

@keyframes imain{
	from{
		transform: translateY(-30px);
		opacity: 0;
	}
	to{
		transform: translateY(0px);
		opacity: 1;
	}
}
@keyframes imain2{
	from{
		transform: translateY(30px);
		opacity: 0;
	}
	to{
		transform: translateY(0px);
		opacity: 1;
	}
}

@keyframes change
{
	0%{-webkit-transform:translate(0,0);}
	50%{-webkit-transform:translate(0,-5px);}
	100%{-webkit-transform:translate(0,0);}
}

.bigheader{
	height: 135px;
}
.haa-tp{
	display: block;
	float: right;
	line-height: 40px;
	height: 40px;
	font-size: 15px;
	margin-top: 18px;
}
.haa-tp a{
	display: inline-block;
	vertical-align: middle;
	color: #000;
	margin-left: 30px;
}
.haa-tp a:hover{
	text-decoration: underline;
}
.hea-logo{
	margin-top: 25px;
}
.hea-memu{
	justify-content: flex-end;
}
.hea-memu .menu-bt{
	display: none;
	flex:0;
	width: 0;
}

.foot-nav-left{
	display: block;
	text-align: center;
	padding-right: 20px;
}
.foot-logo{
	width: 80%;
	margin: 0 auto 20px;
}
.foot-logo img{
	width: 100%;
}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;line-height:0;font-size:0}

.foot-contact .cont-bt img{
	float: left;
	width: 40%;
}
.foot-contact .cont-bt a {
    text-align: center;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    display: inline-block;
    width: 50%;
    color: #212121;
    position: relative;
    float: right;
    margin-top: 12%;
}
.foot-contact p{
	font-size: 22px;
    font-family: arial;
    font-weight: 600;
    margin: 10px 0 15px;
    color: #fff;
}

.foot-nav-left:after{
	display: none;
}
