/* 所有内页banner部分 */
.clear::after{
	content:'';
	display: block;
	clear: both;
}
.dt-wrap{
	width: 100%;
}
.inner-banner-wrap{
	width: 100%;
	overflow: hidden;
	position: relative;
}
.inner-banner{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.inner-banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: 5s;
}
.inner-banner-wrap .inner-banner-text{
	width: 87.5%;
	position: absolute;
	left:12.5%;
	top:45%;
}
.inner-banner-wrap .inner-banner-text h2{
	font-size: 40px;
	font-weight: normal;
	margin-bottom:20px;
	color: #fff;
}
.inner-banner-wrap .inner-banner-text .goldenfont{
	color: #daaa2a;
}
.inner-banner-wrap .inner-banner-text p{
	font-size: 24px;
	color: #fff;
	line-height:36px;
}

.page-cont{
	width: 100%;
}
/* 关于我们页面 */
#aboutbrief{
	width: 100%;
	padding-top:140px;
	padding-bottom:40px;
}
#aboutbrief .about-brief-cont{
	width: 75%;
	margin:0 auto;
}
#aboutbrief .about-brief-text{
	width: 100%;
	margin-bottom: 34px;
}
#aboutbrief .about-brief-text h3{
	font-size: 30px;
	margin-bottom: 15px;
	text-align: center;
}
#aboutbrief .about-brief-text p{
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 10px;
}
#aboutbrief img{
	width: 100%;
}
#aboutstudy{
	width: 100%;
	padding-top:120px;
	padding-bottom:40px;
}
#aboutstudy .about-study-cont{
	width: 75%;
	min-width:1350px;
	margin:0 auto;
}
#aboutstudy .about-study-patent{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 100px;
}
#aboutstudy .about-study-patent .about-patent-left{
	width: 25%;
}
#aboutstudy .about-study-patent .about-patent-left p{
	font-size: 28px;
	line-height: 45px;
	font-weight: bold;
}
#aboutstudy .about-study-patent .about-patent-right{
	width: 66%;
	position: relative;
}
#aboutstudy .about-patent-right img{
	width: 100%;
	height: auto;
}
#aboutstudy .about-patent-right .about-patent-text{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#aboutstudy .about-patent-right .about-patent-text .about-patent-list{
	width: 33%;
}
#aboutstudy .about-patent-right .about-patent-text .about-patent-list p{
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}
#aboutstudy .about-patent-right .about-patent-text .about-patent-list p:nth-of-type(1){
	margin-bottom: 30px;
}
#aboutstudy .about-patent-right .about-patent-text .about-patent-list p span{
	font-size: 55px;
	color: #234fbc;
	margin-right: 12px;
}
#aboutstudy .about-study-direction{
	width: 100%;
}
#aboutstudy .about-study-direction h3{
	font-size: 30px;
	margin-bottom: 60px;
	text-align: center;
}
#aboutstudy .about-study-direction .about-direction-cont{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
#aboutstudy .about-study-direction .about-direction-list{
	width:430px;
	height: 430px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
#aboutstudy .about-study-direction .about-direction-list img{
	width:430px;
	height: 430px;
}
#aboutstudy .about-study-direction .about-direction-list .about-direction-text-wrap{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
	background-color: rgba(0,0,0,0.2);
	transition: 0.5s;
}
#aboutstudy .about-study-direction .about-direction-list .about-direction-text{
	width: 100%;
	box-sizing: border-box;
	padding:0 30px;
	position: absolute;
	left: 0;
	top:30%;
	transition: 0.5s;
}
#aboutstudy .about-study-direction .about-direction-list strong{
	display: block;
	font-size: 28px;
	color: #fff;
	margin-bottom: 52px;
	text-align: center;
}
#aboutstudy .about-study-direction .about-direction-list:nth-of-type(1) strong{
	margin-bottom: 22px;
}
#aboutstudy .about-study-direction .about-direction-list .about-direction-text p{
	color: #fff;
	font-size: 20px;
	color: #fff;
	line-height: 30px;
	font-weight: bold;
	word-break: break-all;
	overflow-wrap: break-word;
}
#aboutstudy .about-study-direction .about-direction-list:hover .about-direction-text-wrap{
	background-color: rgba(0,0,0,0.6);
}
#aboutstudy .about-study-direction .about-direction-list:hover .about-direction-text{
	top:22%;
}

#aboutidea{
	width: 100%;
	padding-top:110px;
	padding-bottom:40px;
}
#aboutidea .about-idea{
	width:75%;
	margin:0 auto;
	margin-bottom: 120px;
}
#aboutidea .about-idea-text{
	width: 89%;
	margin: 0 auto;
	margin-bottom: 20px;
}
#aboutidea .aboutidea-video{
	width: 100%;
}
#aboutidea .about-idea-text h3{
	font-size: 32px;
	margin-bottom: 25px;
	display: block;
	text-align: center;
}
#aboutidea .about-idea-text p{
	font-size: 20px;
	line-height: 32px;
	margin-bottom: 12px;
	word-break: break-all;
	overflow-wrap: break-word;
}
#aboutidea .about-symbiosis{
	width: 100%;
	position: relative;
}
#aboutidea .about-symbiosis img{
	width: 100%;
}
#aboutidea .about-symbiosis .about-symbiosis-text{
	width: 75%;
	position: absolute;
	left:12.5%;
	bottom:200px;
}
#aboutidea .about-symbiosis .about-symbiosis-text h3{
	font-size: 32px;
	color: #fff;
	margin-bottom: 30px;
	display: block;
}
#aboutidea .about-symbiosis .about-symbiosis-text p{
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	line-height: 26px;
	margin-bottom: 15px;
}
#aboutculture{
	width: 100%;
	padding-top:150px;
	overflow: hidden;
}
#aboutculture .about-culture-title{
	margin-bottom: 100px;
}
#aboutculture .about-culture-title h3{
	font-size: 32px;
	text-align: center;
}
#aboutculture .about-culture-cont{
	width: 100%;
	background-color: #eaeaea;
	padding:150px 0;
}
#aboutculture .about-culture-cont .about-culture-ul{
	width: 75%;
	margin:0 auto;
	display: flex;
	justify-content: space-between;
}
#aboutculture .about-culture-ul .about-culture-li{
	text-align: center;
}
#aboutculture .about-culture-ul .about-culture-li img{
	display:block;
	width: 92px;
	height:auto;
	margin:0 auto;
	margin-bottom: 100px;
}
#aboutculture .about-culture-ul .about-culture-li strong{
	display: block;
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: normal;
}
#aboutculture .about-culture-ul .about-culture-li p{
	font-size: 20px;
	line-height: 30px;
}

#aboutdeclaration{
	width: 100%;
	height: 880px;
	background-image: url('/static/pcimages/declarationbg.jpg');
	background-size:cover;
	box-sizing: border-box;
	padding-top: 180px;
}
#aboutdeclaration .declaration-cont{
	width: 1150px;
	margin: 0 auto;
}
#aboutdeclaration .declaration-title{
	margin-bottom: 40px;
}
#aboutdeclaration .declaration-title strong{
	font-size: 38px;
}
.declaration-text{
	width: 100%;
	margin-bottom:70px;
}
.declaration-text p{
	text-indent: 2em;
	font-size: 26px;
	line-height: 35px;
	color: #000;
	word-break: break-all;
	overflow-wrap: break-word;
}
.declaration-number{
	width: 100%;
	display: flex;
	justify-content: flex-start;
}
.declaration-number .declaration-list{
	padding-top: 20px;
	overflow: hidden;
	border-right: 1px solid #fff;
	padding-bottom: 25px;
}
.declaration-number .declaration-list:nth-of-type(1){
	width: 340px;
}
.declaration-number .declaration-list:nth-of-type(2){
	width: 370px;
}
.declaration-number .declaration-list:nth-of-type(3){
	width: 430px;
	border-right:none;
}
.declaration-number .declaration-list img{
	width: 92px;
	height: 92px;
	margin: 0 auto;
	margin-bottom:40px ;
}
.declaration-number .declaration-list .declaration-list-p1{
	font-size: 22px;
	color: #4e5054;
	margin-bottom: 50px;
	text-align: center;
}
.declaration-number .declaration-list .declaration-list-p2{
	font-size: 22px;
	color: #000;
	text-align: center;
	opacity: 0;
}
.declaration-number .declaration-list .declaration-list-p2 strong{
	font-size: 60px;
	color: #ad8406;
	margin-right: 2px;
}

/* 新闻资讯列表页面 */
.inner-newslist{
	width: 100%;
	background-color: #f4f4f4;
}
.newspage-wrap{
	width: 1400px;
	margin: 0 auto;
	padding: 125px 0;
}
.news-carousel{
	width: 1400px;
	height: 500px;
	overflow: hidden;
	position: relative;
	margin-bottom: 80px;
}
.newscarousel-ul{
	width: 1000%;
	height: 500px;
	position: absolute;
	left: 0;
	top:0;
}
.newscarousel-ul .newscarousel-li{
	width: 1400px;
	height: 500px;
	float: left;
	overflow: hidden;
	display: flex;
	justify-content:flex-start;
	background-color: #fff;
}
.newscarousel-ul .newscarousel-img{
	width: 740px;
	height: 500px;
	overflow: hidden;
	margin-right: 55px;
}
.newscarousel-ul .newscarousel-img img{
	width: 740px;
	height: 500px;
	object-fit: cover;
	transition: 1.2s;
}
.newslist-wrap .newsimg:hover{
	transform: scale(1.15);
}
.newscarousel-ul .newscarousel-title{
	width: 560px;
	height: 250px;
	padding-top: 50px;
	position: relative;
}
.newscarousel-title h3 a{
	width: 100%;
	color: #3f3f3f;
	font-size: 25px;
	font-weight: normal;
	line-height: 35px;
}
.newscarousel-title p{
	width: 100%;
	height: 35px;
	position: absolute;
	left: 0;
	bottom: 0;
}
.newscarousel-title p a{
	color: #faffff;
	background-color: #4a6ed1;
	display: block;
	width: 115px;
	height: 35px;
	line-height: 35px;
	font-size: 14px;
	border-radius:17.5px;
	text-align: center;
}
.newscarousel-title h3 a:hover{
	color: #4a6ed1;
}
.news-carousel .newscarousel-hd-wrap{
	width:600px;
	height: 15px;
	position: absolute;
	right: 0;
	bottom:30px;
	text-align: center;
}
.newscarousel-hd-wrap .newscarousel-hd{
	height: 15px;
}
.newscarousel-hd i{
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	border: 1px solid #4a6ed1;
	margin-right: 18px;
	cursor: pointer;
}
.newscarousel-hd .active{
	background-color:#4a6ed1;
}

.newslist-wrap{
	width: 1400px;
}
.newslist-wrap .newslist-ul{
	width: 100%;
}
.newslist-ul .newslist-li{
	width:440px;
	margin-right: 40px;	
	float: left;
	overflow: hidden;
	margin-bottom:40px;
	background-color: #fff;
	padding-bottom: 20px;
	border-radius: 15px;
}
.newslist-ul .newslist-li:nth-of-type(3n){
	margin-right:0;
}
.newslist-li .newslist-img{
	width: 440px;
	height: 310px;
	overflow: hidden;
	margin-bottom: 16px;
}
.newslist-li .newslist-img img{
	width: 440px;
	height: 310px;
	transition: 1.2s;
}
.newslist-li h3{
	width: 100%;
	padding:0 15px ;
	line-height: 28px;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 18px;
	color: #424242;
	font-weight: normal;
}
.newslist-li p{
	margin-bottom: 10px;
	padding-left: 15px;
}
.newslist-li p span{
	color: #707070;
	font-size: 14px;
	line-height: 14px;
	height: 14px;
	display: inline-block;
}
.newslist-li p span:nth-of-type(1){
	border-right:1px solid #ccc ;
	padding-right: 10px;
	margin-right: 10px;
}
.newslist-li p span:nth-last-of-type(1){
	padding-left: 16px;
	background-image: url('/static/pcimages/newsicon.jpg');
	background-repeat: no-repeat;
	background-position: left 1px;
}
.newslist-li:hover h3{
	color: #4a6ed1;
}

/* ----- 通用PB分页条 ----- */
.pagebar .pagination {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.pagination a {
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-size: 13px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 10px;
}
.pagination .page-link{
	width: 60px;
}
.pagination a:hover {
  color: #4a6ed1;
  border: 1px solid #4a6ed1;
}
.pagination a.page-num-current {
  color: #fff;
  background: #4a6ed1;
  border: 1px solid #4a6ed1;
}

/* 新闻详情页样式 */
.news-cont{
	width:1200px;
	margin: 0 auto;
	padding: 120px 0;
}
.news-title{
	width: 100%;
	border-bottom: 1px solid #eaf0fb;
	padding-bottom: 20px;
	margin-bottom: 50px;
}
.news-title h1{
	font-weight: normal;
	color: #333333;
	font-size:30px;
	margin-bottom: 10px;
}
.news-title p{
	padding-left: 5px;
}
.news-title p span{
	font-size: 16px;
	color: #888888;
	line-height: 16px;
	height: 16px;
}
.news-title p span:nth-of-type(1){
	margin-right: 15px;
	padding-right: 15px;
	border-right:1px solid #ccc ;
}
.news-title p span:nth-last-of-type(1){
	background-image: url('/static/pcimages/newsicon.jpg');
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: 5px 4px;
	padding-left: 30px;
}
.news-text{
	padding-bottom: 100px;
	border-bottom: 1px solid #eaf0fb;
	margin-bottom: 60px;
}
.news-text p{
	text-indent: 2em;
	font-size: 18px;
	line-height: 36px;
	margin-bottom: 30px;
	color: #000;
}
.news-text img{
	width: 1000px;
	display: block;
	margin: 20px auto;
}
.news-bottom p{
	font-size: 16px;
	margin-bottom: 20px;
}
.news-bottom a:hover{
	color:#bc9111;
}
.news-bottom .goback{
	padding-top: 30px;
}
.news-bottom .goback a{
	font-size: 18px;
	display: block;
	margin: 0 auto;
	width: 200px;
	line-height: 50px;
	border: 1px solid #bc9111;
	text-align: center;
	border-radius: 25px;
}


/* 业务联系页面 */
.inner-contact{
	width: 100%;
	padding-top:120px ;
	box-sizing: border-box;
	height: 940px;
	background-image: url('/static/pcimages/contactbg.jpg');
	background-size: 100%;
}
.contact-cont{
	width: 1400px;
	margin: 0 auto;
}
.contact-cont .layui-tab-title{
	border-bottom:none ;
	margin-bottom: 100px;
}
.contact-cont .layui-tab-brief .layui-tab-title li{
	font-size: 30px;
	color: #959796;
	padding:0;
	margin-right: 50px;
}
.contact-cont .layui-tab-brief .layui-tab-title .layui-this{
	color: #040182;
}
.contact-cont .layui-tab-brief .layui-tab-title .layui-this:after{
	border: none;
}
.contact-cont .layui-tab-content{
	padding: 0;
}
.contact-cont .info-wrap{
	width: 700px;
}
.info-wrap .info-list{
	width: 100%;
	box-sizing: border-box;
	padding:40px 70px 30px;
	position: relative;
}
.info-wrap .info-list i{
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background:linear-gradient(to right,#ffffff,#e9f0fd);
}
.info-wrap .info-list .infoicon{
	width: 40px;
	height: 40px;
	position: absolute;
	left: 5px;
	top:45px;
}
.info-wrap .info-cont{
	width: 100%;
}
.info-wrap .info-phone{
	display: flex;
	justify-content: flex-start;
}
.info-wrap .info-phone .info-li{
	margin-right: 45px ;
}
.info-wrap .info-mailbox{
	display: flex;
	justify-content: space-between;
}
.info-wrap .info-cont .info-li p{
	color: #000;
	font-size: 25px;
	margin-bottom: 20px;
}
.info-wrap .info-cont .info-li span{
	color: #767a7d;
	font-size: 22px;
	line-height: 34px;
}
.info-wrap .info-cont .info-li img{
	width: 112px;
	height: 112px;
	margin-bottom: 10px;
}
.info-wrap .info-cont .info-li .ewmname{
	font-size: 16px;
	line-height: 18px;
}

/* 渠道合作页面 */
.inner-cooperate{
	width: 100%;
}
.cooperate-top{
	width: 100%;
	position: relative;
}
.cooperate-top img{
	width: 100%;
}
.cooperate-top .cooperate-top-text{
	position: absolute;
	left: 20%;
	top:220px
}
.cooperate-top .cooperate-top-text p{
	color: #000;
	font-size: 36px;
	margin-bottom: 35px;
	font-weight: bold;
}
.cooperate-choice-wrap{
	width: 100%;
	height: 940px;
	overflow: hidden;
	background:linear-gradient(to bottom,#cfe1f5,#f7f9fb);
	box-sizing: border-box;
	padding-top: 140px;
}
.cooperate-choice{
	width: 1400px;
	margin: 0 auto;
	position: relative;
}
.cooperate-choice img{
	width:885px;
	height: 682px;
}
.cooperate-choice .choice-strong{
	width:280px;
	font-size: 40px;
	color: #fff;
	position: absolute;
	left: 120px;
	top:310px;
}
.cooperate-choice .cooperate-choice-list{
	position: absolute;
	right: 0;
	width: 600px;
}
.cooperate-choice .cooperate-choice-list:nth-of-type(2),.cooperate-choice .cooperate-choice-list:nth-of-type(3){
	width: 510px;
}
.cooperate-choice .cooperate-choice-list strong{
	color: #000;
	font-size: 34px;
	margin-bottom: 10px;
	display: block;
	font-weight: normal;
}
.cooperate-choice .cooperate-choice-list p{
	color: #494a4c;
	font-size: 22px;
	line-height: 26px;
}
.cooperate-choice .cooperate-choice-list:nth-of-type(1){
	top:35px
}
.cooperate-choice .cooperate-choice-list:nth-of-type(2){
	width: 500px;
	top:200px
}
.cooperate-choice .cooperate-choice-list:nth-of-type(3){
	width: 500px;
	top:385px;
}
.cooperate-choice .cooperate-choice-list:nth-of-type(4){
	top:540px;
}
.cooperate-hope-wrap,.cooperate-provide-wrap,.cooperate-prospect-wrap{
	width: 100%;
}
.cooperate-hope,.cooperate-provide,.cooperate-prospect{
	width:1400px;
	margin: 0 auto;
	padding:80px 0;
}
.cooperate-hope-title,.cooperate-provide-title,.cooperate-prospect-title{
	font-size: 50px;
	color: #011e5a;
	text-align: center;
	margin-bottom: 70px;
}
.hope-text,.provide-text{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.hope-text .hope-text-list{
	width: 320px;
	height: 120px;
	padding-left:20px ;
	box-sizing: border-box;
	position: relative;
}
.hope-text .hope-text-list i{
	width:10px;
	background-color:#021c59;
	height: 100%;
	position: absolute;
	left: 0;
	top:0;
}
.hope-text .hope-text-list .hope-p1,.provide-text .provide-text-list .provide-p1{
	color:#000;
	font-size:34px;
}
.hope-text .hope-text-list .hope-p2{
	font-size:22px;
	color: #87888c;
	position: absolute;
	left: 20px;
	bottom: 0%;
}
.cooperate-provide-wrap{
	background-color: #eaf3fc;
}
.provide-text .provide-text-list{
	width:280px;
}
.provide-text .provide-text-list .provide-p1{
	margin-bottom: 20px;
	text-align: center;
}
.provide-text .provide-text-list .provide-p2{
	font-size:20px;
	color: #666;
	line-height: 28px;
}
.cooperate-prospect-title{
	margin-bottom:40px;
}
.prospect-text{
	width: 1030px;
	margin:0 auto;
	position: relative;
}
.prospect-text img{
	width: 100%;
	height: 520px;
	margin-bottom: 100px;
}
.prospect-text .prospect-ul{
	width: 100%;
	height: 520px;
	position: absolute;
	left: 0;
	top: 0;
}
.prospect-text p{
	font-size: 22px;
	color: #000;
	position: absolute;
	font-weight: bold;
}
.prospect-text .prospect-ul p:nth-of-type(1){
	left:40px;
	top:225px;
	width:250px ;
}
.prospect-text .prospect-ul p:nth-of-type(2){
	left:325px;
	top:170px;
}
.prospect-text .prospect-ul p:nth-of-type(3){
	left: 485px;
	bottom:-35px;
}
.prospect-text .prospect-ul p:nth-of-type(4){
	left:580px;
	top:45px;
}
.prospect-text strong{
	display: block;
	text-align: center;
	font-size: 28px;
	color: #011e5a;
}

/* 留言表单 */
.message-wrap{
	width: 100%;
	background-color:#f6f6f6;
	padding: 120px 0;
}
.message{
	width: 1000px;
	margin: 0 auto;
}
.message-title{
	width: 100%;
	margin-bottom: 30px;
}
.message-title strong{
	display: block;
	text-align: center;
	font-size: 34px;
	margin-bottom: 20px;
}
.message-title p{
	font-size: 26px;
	font-weight: bold;
	color: #000;
	padding-top: 15px;
}
.message form{
	width: 100%;
}
.message .message-list{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.message .message-list p{
	width: 460px;
	margin-bottom: 30px;
}
.message .message-list p span{
	font-size: 18px;
	width: 135px;
	display: inline-block;
}
.message .message-list p i{
	color: #ff0000;
}
.message .message-list input{
	font-size: 16px;
	border-radius: 5px;
	width: 320px;
	line-height: 40px;
	height: 40px;
	padding-left: 8px;
	padding-right: 8px;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.message textarea{
	width: 100%;
	font-size: 16px;
	border-radius: 5px;
	line-height: 20px;
	padding:5px 8px;
	border: 1px solid #ccc;
	box-sizing: border-box;
	resize: vertical;
	outline: none;
	margin-bottom: 20px;
}
.message-verification{
	width: 100%;
	margin-bottom: 30px;
}
.message-verification p{
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items:center;
}
.message-verification span{
	font-size: 16px;
	width:130px;
	display: inline-block;
	line-height: 38px;
	text-align: center;
}
.message-verification input{
	font-size: 16px;
	width: 180px;
	line-height: 34px;
	height: 34px;
	padding-left: 5px;
	padding-right: 5px;
	margin-right: 20px;
	border:1px solid #ccc;
}
.message-policy{
	width: 100%;
	margin-bottom: 30px;
}
.message-policy p{
	width: 100%;
	position: relative;
	padding-left: 18px;
	display: flex;
	align-items: center;
}
.layui-form-checkbox{
	vertical-align: inherit;
}
.message-policy .allow-p{
	color: #bbb;
	font-size: 16px;
	line-height: 20px;
}
.message-policy input{
	position: absolute;
	left: 0;
	top:5px;
}
.message-policy .layui-form-checkbox{
	width: 16px;
	height: 16px;
	line-height: 16px;
	padding-right: 0;
}
.message-policy .layui-form-checkbox i{
	font-size: 14px;
	width: 15px;
	right:3px;
}
.layui-form-checked, .layui-form-checked:hover{
	border-color: #ff9e1a;
}
.layui-form-checked i, .layui-form-checked:hover i{
	color: #ff9e1a;
}
#messagebtn{
	background-color: #ff9e1a;
	font-size: 18px;
	color: #fff;
	border: none;
	border-radius:10px;
	margin: 0 auto;
	display: block;
	outline: none;
	width: 180px;
	height: 50px;
	line-height: 50px;
}

/* 磁电觉醒 */
.inner-story{
	width:75%;
	margin:100px auto;
}
.story-title{
	margin-bottom: 60px;
}
.story-title h2{
	font-size:30px;
	text-align: center;
}
.story-cont p{
	font-size: 18px;
	line-height: 30px;
	margin-bottom:12px;
	text-indent: 2rem;
}





/* 磁电产品页面 */
.inner-product{
	width: 100%;
}
.product-list{
	width: 100%;
}
.inner-product .product-list:nth-of-type(2n+1){
	background-color:#eee;
}
.product-list-cont{
	width: 1100px;
	margin: 0 auto;
	box-sizing: border-box;
	padding:150px 0;
	display: flex;
	justify-content: space-between;
}
.product-list-img{
	width: 350px;
	width: 350px;
}
.product-list-img img{
	width: 350px;
	width: 350px;
}
.product-list-text{
	width: 580px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.product-list-text h2{
	width: 100%;
	font-size: 20px;
	margin-bottom: 30px;
	font-family: Source Han Sans;
}
.product-list-text strong{
	font-size:35px;
	margin-right: 10px;
}
.product-list-text p{
	font-size: 18px;
	line-height: 30px;
	color: #434A54;
	margin-bottom: 30px;
}
.product-list-text a{
	width: 290px;
	height: 56px;
	line-height: 56px;
	color: #2336a3;
	border: 1px solid #2336a3;
	border-radius: 28px;
	text-align: center;
}
.product-list-text a:hover{
	color: #fff;
	background-color:#2336a3;
}

/* 产品详情页面 */
.product-introduce{
	width: 100%;
	background-color:#dee8f2;
	padding-top:120px;
	padding-bottom: 140px;
}
.introduce-cont,.parameter-cont,.trait-cont,.employ-cont{
	width: 1300px;
	margin: 0 auto;
}
.inner-product .product-list-title{
	width: 100%;
	margin-bottom: 80px;
}
.inner-product .product-list-title p{
	font-weight: bold;
	font-size:45px;
}
.inner-product .product-list-title span{
	font-size: 18px;
}
.introduce-cont .introduce-text{
	width: 100%;
	position: relative;
}
.introduce-cont .introduce-text p{
	width: 450px;
	font-size: 26px;
	color: #797e84;
	line-height: 55px;
}
.introduce-cont .introduce-text img{
	width: 700px;
	position: absolute;
	right: 0;
	top:-60px;
}
.product-parameter{
	width: 100%;
	padding: 120px 0;
}
.parameter-title,.trait-title,.employ-title{
	text-align: center;
}
.parameter-text{
	width: 100%;
}
.parameter-table{
	width: 100%;
	margin-bottom: 100px;
}
.parameter-table:nth-last-of-type(1){
	margin-bottom:0;
}
.parameter-table p{
	width: 100%;
	border-bottom:1px solid #d4d4d4;
	display: flex;
	justify-content: flex-start;
}
.parameter-table p span{
	border-right:1px solid #d4d4d4;
	text-align: center;
}
.parameter-table .parameter-tr span{
	line-height: 50px;
	color: #9f9f9f;
	font-size: 24px;
}
.parameter-table .parameter-th span{
	line-height: 60px;
	background-color:#9ab4cd;
	color: #fdf9fa;
}
.parameter-table:nth-of-type(1) p span{
	width: 332px;
}
.parameter-table p span:nth-of-type(1){
	width: 300px;
}
.parameter-table p:nth-last-of-type(1),.parameter-table .parameter-th{
	border-bottom:none;
}
.parameter-table p span:nth-last-of-type(1){
	border-right:none;
}
.parameter-table .parameter-tr-span span:nth-of-type(2){
	width: 999px;
}
.parameter-table:nth-of-type(2) p span:nth-of-type(2),.parameter-table:nth-of-type(2) p span:nth-of-type(3){
	width:190px;
}
.parameter-table:nth-of-type(2) p span:nth-of-type(4){
	width:617px;
}
.product-trait{
	width: 100%;
	height: 496px;
	background-image:url('/static/pcimages/traitbg.jpg');
	background-size: 100%;
	box-sizing: border-box;
	padding-top: 70px;
}
.trait-ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.trait-ul .trait-li{
	width:258px;
	height: 156px;
	border-left: 1px solid #fffffa;
}
.trait-ul .trait-li:nth-last-of-type(1){
	border-right: 1px solid #fffffa;
}
.trait-ul .trait-li img{
	width: 116px;
	height: 100px;
	display: block;
	margin: 0 auto;
	margin-bottom: 28px;
}
.trait-ul .trait-li p{
	text-align: center;
	font-size: 18px;
	color:#2e2c2e;
}
.product-employ{
	width: 100%;
	padding:100px 0;
}
.product-employ .employ-ul{
	width:1400px;
	height: 512px;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	align-items:flex-end;
}
.product-employ .employ-ul .employ-li{
	width: 222px;
	height: 500px;
	position: relative;
	transition: 1s;
}
.product-employ .employ-ul .employ-li img{
	height: 500px;
	width: 222px;
	object-fit: cover;
	transition: 1s;
}
.product-employ .employ-ul .employ-li i{
	width: 222px;
	height: 500px;
	position: absolute;
	left:0;
	top:0;
	background-color:#fff;
	opacity: 0.6;
	transition: 1s;
}
.product-employ .employ-ul .employ-li p{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -50px;
	text-align: center;
	font-size: 17px;
	color: #fff;
	line-height: 50px;
	background-color: rgba(0,0,0,0.6);
	transition: 1s;
}
.product-employ .employ-ul .active{
	width: 512px;
	height: 512px;
	transition: 1s;
}
.product-employ .employ-ul .active img{
	width: 512px;
	height: 512px;
	object-fit: cover;
	transition: 1s;
}
.product-employ .employ-ul .active i{
	display: none;
	transition: 1s;
}
.product-employ .employ-ul .active p{
	bottom: 0;
}