

*{
	padding: 0;
	margin: 0;
}
.font-main{
	color: #333333;
}
.font-secondary{
	color: #666666;
}
.font-subordinate{
	color: #999999;
}

.color-main{
	color: #017BC8;
}
.bg-main{
	background: #017BC8;
}
.bg-secondary{
	background: #BFE0F9;
}
.bg-light-main{
	background: #F6FAFD;
}
.bg-light-grey{
	background: #F7F7F7;
}
.container{
	max-width: 1430px !important;
}
.line-over{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
 
}
html{
	height: 100%;
}
body {
	padding-top: 135px;
	font-size: 14px;
	line-height: 2.15;
	font-family: "思源黑体 CN Bold", "思源黑体 CN Regular", "思源黑体 CN", sans-serif;
	color: #333;
	min-height: 100%;

}

p {
	color: #333;
}

a {
	display: inline-block;
	-webkit-transition: all .5s;
	transition: all .5s;
	text-decoration: none
}

a:hover,
a:focus {
	text-decoration: none;
	color: #017BC8;
}

button {
	margin: 0;
	padding: 0;
	outline: 0
}

button:focus {
	outline: 0;
	border: 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	color: #252525
}

h3 {
	font-size: 22px
}

.d-table {
	width: 100%;
	height: 100%
}

.d-table-cell {
	display: table-cell;
	vertical-align: middle
}

img {
	max-width: 100%
}

.ptb-100 {
	padding-top: 100px;
	padding-bottom: 100px
}

.pt-100 {
	padding-top: 100px
}

.pt-80 {
	padding-top: 80px
}

.ptb-70 {
	padding-top: 70px;
	padding-bottom: 70px
}

.pb-100 {
	padding-bottom: 100px
}

.pb-70 {
	padding-bottom: 70px
}

.pt-50 {
	padding-top: 50px
}

.pt-45 {
	padding-top: 45px
}

.pt-20 {
	padding-top: 20px
}

.mt-30 {
	margin-top: 30px
}
.ml-25 {
	margin-left: 15px
}

.ml-20 {
	margin-left: 20px
}

.mr-20 {
	margin-right: 20px
}

.margin-auto {
	margin: 0 auto
}

.border-radius-50 {
	border-radius: 50px
}

.border-radius-5 {
	border-radius: 5px
}


/* start of 轮播图 */

.banner-slider-area {
	position: relative
}

.banner-slider-area .owl-dots {
	margin-top: 0 !important;
	position: absolute;
	right: calc(50% - 700px) !important;
	bottom: 0px;
	margin-bottom: 13px;
	z-index: 4;
	width: 200px;
	text-align: center;
}

.banner-slider-area .owl-dots .owl-dot span {
	background-color: #fff !important;
	-webkit-transition: .7s;
	transition: .7s;
	margin: 7px;
	width: 16px !important;
	height: 16px !important;
	border: 4px solid #E4E4E4;
}

.banner-slider-area .owl-dots .owl-dot.active span {
	background-color: #fff !important;
	width: 16px !important;
	height: 16px !important;
	border: 5px solid #009EE8
}

.banner-slider-area .owl-dots .owl-dot:hover span {
	background-color: #fff !important;
	width: 16px !important;
	height: 16px !important;
	border: 5px solid #009EE8
}
.banner-slider{
	position: static;
}
.banner-item {
	height: 515px;
	position: static;
	background-position: top center;
	background-size: auto 480px;
	background-repeat: no-repeat;
}


.banner-item>p{
	position: absolute;
	bottom: 0px;
	left: calc(50% - 600px);
	font-size: 16px;
	color: #333;
	width: 1100px;
	height: 75px;
	line-height: 75px;
	z-index: 5;
}
.banner-title{
	position: absolute;
	bottom: 0px;
	left: calc(50% - 700px);
	width: 1400px;
	height: 75px;
	line-height: 75px;
	background: white;
	padding: 0 200px 0 100px;
	box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.09);
	z-index: 2;
}
.banner-title a{
	display: none;
	color: #333;
}
.banner-title a:first-child{
	display: block;
}
/*.banner-title a:hover{*/
/*	color: #017BC8;*/
/*}*/
.banner-slider .owl-nav{
	position: absolute;
	bottom: 3px;
	left: calc(50% - 700px);
	width: 100px;
	margin: 0;
	z-index: 3;

}
.banner-slider .owl-nav button{
	font-size: 33px !important;
	background: transparent !important;
	color: #999 !important;
	margin: 0 2px!important;
	width: 25px;
	height: 75px;
}
.banner-slider .owl-nav button:hover{
	color: #009EE8 !important;
}
/* end of 轮播图 */
.box{
	padding: 65px 0 ;
}
.index-title{
	padding-bottom: 39px;
	position: relative;
}
.index-title h3{
	display: inline-block;
	font-size: 24px;
	margin: 0;
	margin-right: 10px;
	font-weight: normal !important;

}
.index-title span{
	color:#666;
}
.index-title-small{
	padding-bottom: 15px;
}
.index-title-small h3{
	font-size: 20px !important;
}
.title-btns{
	position: absolute;
	top: 0;
	right: 0;
}
.title-btns>a{
	display: inline-block;
	color: #666;
	line-height: 36px;
	border-bottom: 2px solid transparent;
	margin-left: 40px;
}
.title-btns>a:hover{
	color: #017BC8;
}
.title-btn-active{
	color: #017BC8 !important;
	border-bottom: 2px solid #017BC8 !important;
}

.title-center{
	color: white;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 15px;
}
.title-center>h3{
	color: white;
	font-size: 28px;
	margin: 0;
}
.title-center>p{
	margin: 0;
	margin-top: -6px;
	color: white;

}
/* start of -- 公司简介 */
.company-bg{
	margin-top: 65px;
	margin-bottom: 25px;
	padding-bottom: 30px;
	background: url('../images/qybg.jpg') no-repeat bottom right ;
	background-size: 800px auto;
}
.video-bg{
	position: relative;
	height: 385px;
}
.video-play{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/qyvideo.jpg') no-repeat top center;
	background-size: 100% auto;
	z-index: 1;
	text-align: center;
	cursor: pointer;
}
.video-play>i{
	color: white;
	opacity: 0.8;
	font-size: 100px;
}
.video-play:hover i{
	opacity: 1;
	transition: .3s;
}

.company-title{
	padding: 10px 0;
	margin-left: 20px;
}
.company-title h3{
	font-size: 32px;
}
.company-title h5{
	margin-top: -4px;
	font-size: 18px;
	color: #B8E0F9;
	font-weight: normal;
}
.company-info{
	text-indent: 2em;
	margin-left: 20px;
	padding: 30px 30px 20px 0;
	line-height: 2.15;
}
.company-btn{
	margin-left: 20px;
	width: 130px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #017BC8;
	border: 1px solid #017BC8;
	background: white;
}
.company-btn:hover{
	background: #017BC8;
	color: white;
}
/* end of -- 公司简介 */

/* start of -- 新闻动态 */
.new-img-box{
	display: block;
}
.new-img-box>.img{
	height: 270px;
	overflow: hidden;
	position: relative;
}
.new-img-box>.img>img{
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate3d(-50%,-50%,0);
}
.new-img-box>h3{
	line-height: 38px;
	font-size: 16px;
	margin: 0;
	font-weight: normal;
}
.new-img-box>.info{}
.new-img-box>.info>.date{
	display: inline-block;
	width: 100px;
	color: #666;
	text-align: center;
	border-right: 1px solid #E4E4E4;
}
.new-img-box>.info>.date>span{
	display: block;
	font-size: 18px;
	line-height: 120%;
}
.new-img-box>.info>p{
	display: inline-block;
	width: calc(100% - 120px);
	padding: 0 20px;
	color: #666;
	font-size: 12px;
	line-height: 200%;
	text-indent: 2em;
  vertical-align: top;
}
.new-img-box:hover h3{
	color: #017BC8;
}
.new-word-box{
	display: block;
	padding: 12px 0 6px 0;
	border-bottom: 1px solid #E4E4E4;
}
.new-word-box:first-child{
	border-top: 1px solid #E4E4E4;
}
.new-word-box>.date{
	display:inline-block;
	width: 100px;
	color: #666;
	text-align: center;
	border-right: 1px solid #E4E4E4;
	vertical-align: middle;
}
.new-word-box>.date>span{
	display: block;
	font-size: 18px;
	line-height: 120%;
}
.new-word-box>.info{
	vertical-align: middle;
	display: inline-block;
	width: calc(100% - 120px);
	padding: 0 20px;
}
.new-word-box>.info>h3{
	line-height: 38px;
	font-size: 16px;
	margin: 0;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.new-word-box>.info>p{
	display: inline-block;
	width: 100%;
	color: #666;
	font-size: 12px;
	line-height: 200%;
	margin: 0 !important;
}
.new-word-box:hover h3{
	color: #017BC8;
}
.new-more{
	display: block;
	width: 200px;
	line-height: 40px;
	margin: 0 auto;
	margin-top: 40px;
	border: 1px solid #017BC8;
	color: #017BC8;
	text-align: center;
}
.new-more>i{
	font-size: 18px;
	vertical-align: middle;
}
.new-more:hover{
	background: #017BC8;
	color: white;
}
/* end of -- 新闻动态 */

/* start of -- 实力 */
.strength-bg{
	background: url('../images/strengthbg.jpg') no-repeat center center;
}
.strength-box{
	margin-bottom: 20px;
	border-right: 1px solid #fff;
}
.strength-box>p{
	color: white;
	text-align: center;
	margin: 0;
	line-height: 100%;
}
.strength-box>p>span{
	font-size: 20px;
	color: #A6CE54;
	margin: 0 5px;

}
.strength-c{
	margin: 20px 0 !important;
}

.advantage-box{
	display: block;
	padding: 10px;
	margin: 20px 0;
}
.advantage-box>.img{
	height: 130px;
	overflow: hidden;
	position: relative;
}
.advantage-box>.img>img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%,0);
	width: 100%;
	z-index: 1;
}
.advantage-box>.img>p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	line-height: 40px;
	margin: 0;
	background: rgba(0, 0, 0, 0.4);
	color: white;
	font-size: 16px;
	z-index: 2;
	text-align: center;
}
.advantage-box>.img>p>span{
	display: none;
	margin-left: 10px;
	font-size: 12px;
}
.advantage-box:hover p{
	background: rgba(0, 0, 0, 0.6);
	transition: .3s;
}
.advantage-box:hover span{
	display: inline-block !important;
	transition: .3s;
}
.video-box{
	display: block;
	padding: 10px 15px;
	color: #333;
	margin-bottom: 10px;
}

.video-box>img{
	width: 28px;
	opacity: 0.7;
	margin-right: 10px;
}

.video-popup{
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index:12;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.5);
}
.video-popup-box{
	width: 960px;
	padding: 20px;
	background: white;
	position: relative;
}
.video-popup-box h3{
	margin-top: 15px;
	font-size: 18px;
}
.video-popup-box h3 span{
	font-size: 14px;
	color: #666;
	font-weight: normal;
}
.video-popup-close{
	position: absolute;
	top: -20px;
	right: -50px;
	font-size: 38px;
	color: white;
}
.video-popup-close:hover{
	color: white;
}
/* end of -- 实力 */
.service-bg{
	display: flex;
}
.service-box{
	flex: 1;
	display: block;
	overflow: hidden;
	position: relative;
}
.service-info{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
.service-icon{
	width: 100px;
	margin: 0 auto;
	/*margin-top: 80px;*/
}
.service-info h3{
	font-size: 32px;
	color: white;
	margin-top: 45px;
}
.service-info p{
	display: none;
	font-size: 16px;
	color: white;
	margin-top: 20px;
}
.service-info p img{
	height: 35px;
}
.service-info:hover{
	transition: .3s;
	background: rgba(1, 123, 200, 0.7) !important;
}
.service-info:hover .service-icon{
	transition: .3s;
}
.service-info:hover h3{
	transition: .3s;
	margin-top: 20px;
}
.service-info:hover p{
	transition: .3s;
	display: block;
}

.footer-bg{
	padding-top: 45px;
	background: url('../images/contactbg.jpg') no-repeat top center;
}
.footer-lower{
	padding: 0 0 30px 0;
}
.contact-box{
}
.contact-ul{
}
.footer-phone{
	font-size: 28px;
}
.footer-lower .contact-box{
	padding-top: 50px;
}
.contact-ul>a{
	display: block;
	color: white;
	line-height: 32px;
}
.footer-lower .contact-ul>a{
	line-height: 38px;
}
.contact-ul>a>img{
	width: 20px;
	margin-right: 4px;
}
.contact-ul-phone{
	font-size: 28px;
}
.contact-gzh>p{
	margin-top: 15px;
	margin-bottom: 5px;
	color: white;
	font-size: 12px;
}
.contact-gzh>img{
	width: 140px;
	border-radius: 15px;
	background: white;
}
.footer-links{
	margin-top: 20px;
	padding: 5px 0;
	color: white;
	background: rgba(0,0,0,0.07);
}
.footer-links span{
	margin-right: 20px;
}
.footer-links a{
	display: inline-block;
	padding: 0 30px;
	line-height: 18px;
	border-right: 1px solid #fff;
	color: white;
}
.footer-links a:last-child{
	border-right: 1px solid transparent;
}
.footer-copyright{
	line-height: 50px;
	color: white;
	font-size: 12px;
	background: #0A5A94;
}
.footer-copyright>span{}
.footer-copyright>a{

	color: white;
	margin: 0 10px;
}
.footer-copyright img{
	width: 16px;
}
.footer-copyright .ga a{
	color: white;
}

/* start of -- 二级页面顶部 */
.lower-bg{
	height: 347px;
	padding-bottom: 47px;
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
}
.lower-bg-new{
	background: #F7F7F7;
	margin-bottom: 0;
}
.lower-img{
	height: 300px;
	min-width: 100%;
}
.lower-info{
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 1;
	margin-left: -700px;
	width: 1400px;
	height: 75px;
	padding:15px 40px ;
	background: #fff;
	box-shadow: 0px 0px 5px #EBEBEB;
	ransform: rotateX(0deg);
	transition: 1s;
}
.lower-info-hide{
	transform: rotateX(90deg) !important;
	transition: 1s;
}
.lower-info>h4{
	font-size: 18px;
	font-weight: normal;
	margin: 0;
}
.lower-info>p{
	font-size: 14px;
	line-height: 24px;
	margin: 0;
	color: #666;
}
/* end of -- 二级页面顶部 */
/* starct of -- 关于我们单页 */
.introduce-title{
	text-align: center;
	margin-bottom: 40px;
}
.introduce-title>h3{
	margin-bottom: 20px;
	font-size: 20px;
}
.introduce-title>span{
	display:block;
	margin: 0 auto;
	width: 80px;
	height: 3px;
	background: #017BC8;
}
.introduce-title>p{
	line-height: 60px;
	color: #666;
}
.introduce-content{
	width: 1200px;
	margin: 0 auto;
}
.introduce-content p{
	color: #666;
	line-height: 32px;
	margin-bottom: 32px;
}
.introduce-video{
	width: 670px;
	margin: 30px auto;
	padding-bottom: 120px;
}
/* end of -- 关于我们单页 */
/* start of -- 专家团队 */
.expert-box{
	margin-bottom: 30px;
	padding: 20px;
	background: #F6FAFD;
	border: 1px solid #F2F2F2;
}
.expert-img{
	width: 180px;
	height: 227px;
	margin: 0 auto;
	overflow: hidden;
	border-radius: 20px;
}
.expert-img>img{
	/*min-height: 100%;*/
}
.expert-box>h4{
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	text-align: center;
}
.expert-box>h4>span{
	margin-left: 10px;
	font-size: 14px;
	color: #666;
	font-weight: normal;
}
.expert-box>p{
	line-height: 24px;
	color: #666;
	margin: 0;
	height: 120px;
	overflow-y: auto;
	text-indent: 2em;
}
/* end of -- 专家团队 */

/* start of -- 技术实力 */
.img-bg{
	display: block;
	padding: 5px;
	background: #F6FAFD;
	border: 1px solid #F2F2F2;
	cursor: pointer;
	margin-bottom: 20px;
}
.img-box{
	position: relative;
	background: url('../images/borderCenter.jpg') repeat-y;
	background-size: 100% auto;
}
.img-content{
	width: 88%;
	margin-left: 6%;
	height: 115px;
	overflow: hidden;
}
.img-box img{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
}
.img-bg h5{
	display:flex;
	justify-content: center;
	align-items: center;
	height: 40px;
	margin: 0;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	line-height: 1.2;

}
.img-popup{
	display: none;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	z-index:12;
	width: 100vw;
	height: 100vh;
	background: rgba(0,0,0,0.5);
}
.img-popup-box{
	width: auto;
	padding: 20px;
	background: white;
	position: relative;
}
.img-popup-close{
	position: absolute;
	top: -20px;
	right: -50px;
	font-size: 38px;
	color: white;
}
.img-popup-close:hover{
	color: white;
}
.img-popup-box .img-bg{
}
.img-popup-box .img-box{
	padding: 0 0;
	width: 700px;
}
.img-box-border{
	width: 100%;
}
.img-popup-box .img-content{
	height: 100%;
}

.img-popup-content img{
	display: block;
	width: auto;
	min-width: 100%;
	height: 100%;
	margin: 0 auto;
}
.img-popup-box .img-bg h5{
	font-size: 16px;
	height: 55px;
	line-height: 55px;
}

.img-long{
	width: 500px !important;
}

/* end of -- 技术实力 */
/* start of -- 新闻动态 */
.news-type{
	margin-bottom: 50px;
	text-align: center;
	background: #F7F7F7;
}
.news-type>a{
	display: inline-block;
	min-width: 180px;
	padding: 0 30px;
	line-height: 50px;
	font-size: 16px;
	color: #333;
	border-bottom: 2px solid transparent;
}
.news-type>a:hover{
	font-weight: bold;
}
.news-type-active{
	font-weight: bold;
	border-bottom: 2px solid #017BC8 !important;
}
.new-box{
	display: block;
	height: 120px;
	padding: 20px 20px 20px 120px;
	margin-bottom: 20px;
	background: #F4F8FB;
	border-bottom: 1px solid #E4E4E4;
	position: relative;
}
.new-date{
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 120px;
	background: rgba(184, 224, 249, 0.2);
	font-size: 16px;
	line-height: 30px;
	font-family:  'Roboto', sans-serif;
	color: #017BC8;
}
.new-date span{
	display: block;
	line-height: 30px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	font-family:  'Roboto', sans-serif;
}
.new-title{
	padding: 0 20px;
}
.new-title>h3{
	margin-top: 10px;
	margin-bottom: 12px;
	font-size: 16px;
	font-weight: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.new-title>p{
	font-size: 12px;
	line-height: 18px;
	color: #666;
	margin: 0;
}
.new-box:hover h3{
	color: #017BC8;
	transition: .3s;
}

.article-box{
	width: 1200px;
	margin: 40px auto;
}
.article-title{
	margin-bottom: 50px;
	text-align: center;
	border-bottom: 1px solid #E4E4E4;
	color: #666;
}
.article-title>h3{
	font-size: 20px;
	margin: 0;
}
.article-title>p{
	color: #666;
	line-height: 100%;
	margin: 15px 0;
}
.article-title>p>span{
	display: inline-block;
	padding: 0 30px;
	border-right: 1px solid #999;
}
.article-title>p>span:last-child{
	border-right: 1px solid transparent;
}
.article-content p{
	color: #666;
	margin: 0;
}
.article-content img{
	display: block;
	max-width: 100%;
	margin: 10px auto;
  height: auto !important;
}
.article-btns{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
	margin-bottom: 80px;
}
.article-btns>a{
	display: block;
	width: 440px;
	padding: 12px 20px;
	background: #F6FAFD;
	border-left: 3px solid #B8E0F9;
	color: #999;
	font-size: 12px;
	line-height: 200%;
}
.article-btns>a>span{
	display: block;
	color: #666;
	font-size: 14px;
	font-weight: bold;
}
.article-btns>a:hover{
	border-left: 3px solid #017BC8;
	transition: .3s;
}
.article-btns>a:hover span{
	color: #333;
	transition: .3s;
}
/* end of -- 新闻动态 */
/* start of -- 商务合作 */
.form-box{
	width: 1200px;
	margin: 0 auto;
	padding-bottom: 100px;
}
.business-title{
	width: 1000px;
	margin: 0 auto;
	text-align: center;
}
.business-title>h3{
	font-size: 20px;
	line-height: 42px;
	margin-bottom: 40px;
}
.business-title>h4{
	font-size: 20px;
	line-height: 42px;
	margin-bottom: 0;
	color: #017BC8;
}
.business-title>p{
	font-size: 12px;
	color: #666;
	margin-bottom: 30px;
}
.form-box .form-label{
	font-size: 14px;
	color: #666;
	margin-top: 25px;
	margin-bottom: 5px;
}
.form-box input{
	height: 40px;
}

.form-box .form-control::placeholder {
	color: #A2A2A2;
	font-size: 14px;
}
.form-box .form-control{
	padding: 2px 10px;
	border-radius: 0;
	border: 1px solid #E6E6E6;
	background: #F9F9F9;
	font-size: 14px;
}
.form-box textarea{
	padding: 10px 10px !important;
}
.form-box .submit{
	width: 100%;
	height: 40px;
	margin: 30px 0;
	font-size: 14px;
	color: white !important;
	background: #0067AC !important;
	border-radius: 0 !important;
	outline: none !important;
}
/* end of -- 商务合作 */
/* start of -- 加入我们 */
.join-box{
	display: block;
	padding: 15px 120px 15px 35px;
	background: #F6FAFD;
	border-left: 5px solid #B8E0F9;
	position: relative;
	margin-bottom: 20px;
}
.join-box>h3{
	font-size: 16px;
	font-weight: normal;
	margin: 0;
	line-height: 28px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.join-box>p{
	font-size: 12px;
	color: #666;
	margin: 0;
	line-height: 28px;
}
.join-box>span{
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	width: 100px;
	line-height: 28px;
	margin-top: -14px;
	font-size: 12px;
	color: #666;
}
.join-box:hover{
	border-left: 5px solid #017BC8;
	transition: .3s;
}
.join-box:hover h3{
	color: #017BC8;
	transition: .3s;
}
.joinDetail-box{
	width: 1200px;
	margin: 40px auto;
}
.joinDetail-title{
	padding: 20px 30px;
	background: #F6FAFD;
	border: 1px solid #E8F4FD;
}
.joinDetail-title>h3{
	font-size: 20px;
	margin-bottom: 5px;
}
.joinDetail-title>p{
	font-size: 14px;
	color: #666;
	margin: 0;
}
.joinDetail-content{
	padding: 40px 30px;
	margin-bottom: 30px;
	line-height: 32px;
	color: #666;
}
.joinDetail-content p{
	margin-bottom: 0;
	color: #666;
}
/* end of -- 加入我们 */
/* start of -- 产业布局  */
#industrialCont{
	width: 1000px;
	height: 600px;
	margin: 0 auto;
	margin-bottom: 80px;
}
/* end of -- 产业布局  */
/* start of -- 联系方式  */
#mapCont{
	width: 1200px;
	height: 420px;
	margin: 0 auto;
	margin-bottom: 80px;
}
/* end of -- 联系方式  */

/* start of -- 干细胞、衍生品、体检中心、免疫细胞  */
.pro-top{
	height: 450px;
	padding: 60px 0;
}
.pro-top-gxb{
	background: url('../images/gxbTop.jpg') no-repeat center;
	background-size: auto 100%;
}
.pro-top-myxb{
	background: url('../images/myxbTop.jpg') no-repeat center;
	background-size: auto 100%;
}
.pro-top-ysp{
	height: 300px;
	background: url('../images/yspTop.jpg') no-repeat center;
	background-size: auto 100%;
}
.pro-top-tj{
	height: 300px;
	background: url('../images/tjyeTop.jpg') no-repeat center;
	background-size: auto 100%;
}
.pro-top-content{
	padding: 40px 20px 40px 80px;

}
.pro-top-content>h2{
	display: inline-block;
	margin-bottom: 45px;
	font-weight: bold;
	font-size: 40px;
	line-height: 140%;
	border-bottom: 3px solid #fff;
}
.pro-top-content>h4{
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: normal;
}
.pro-top-content>p{
	line-height: 200%;
	font-size: 16px;
	text-indent: 2em;
}
.pro-video-bg{
	margin-left: 20px;
	width: 590px;
	height: auto;
}
.pro-video-bg video{
	border: 5px solid #BEE6EB;
}
.pro-top-myxb .pro-video-bg video{
	border: 5px solid #E28F6D !important;
}
.pro-pd0{
	padding-left: 0;
	padding-right: 0;
}
.pro-bg{
	background: #EEFAFC;
}
.pro-box{
	width: 1200px;
	padding: 50px 0;
}
.pro-image{
	width: 520px;
	height: 300px;
	overflow: hidden;
	position: relative;
}
.pro-image>img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%,-50%, 0);
	width: 100%;
}
.pro-content{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.pro-content span{
	display: inline-block;
	padding: 0 50px;
	margin-bottom: 5px;
	line-height: 24px;
	color: white;
	border-radius: 20px;
	font-size: 13px;
}
.pro-content h3{
	letter-spacing: 1px;
	font-size: 32px;
}
.pro-content p{
	margin-top: 20px;
	margin-bottom: 0;
	line-height: 28px;
	text-align: left;
	color: #666;
	text-indent: 2em;
}
.pro-color1 span{
	background: #ED76A0 ;
}
.pro-color1 h3{
	color: #ED76A0 ;
}
.pro-color2 span{
	background: #1EADBE ;
}
.pro-color2 h3{
	color: #1EADBE ;
}
.pro-color3 span{
	background: #D4BE85 ;
}
.pro-color3 h3{
	color: #D4BE85 ;
}
.pro-color4 span{
	background: #5CA0F3 ;
}
.pro-color4 h3{
	color: #5CA0F3 ;
}
.pro-color5 h3{
	text-align: left;
	color: #204998 ;
}

.pro-top-title h2{
	margin-top: 30px;
	margin-bottom: 40px;
	border: none;
	font-size: 40px;
}
.pro-top-title p{
	width: 300px;
	margin: 0 auto;
	line-height: 40px;
	font-size: 16px;
	color: white;
	background: #204998;
	border-radius: 100px;
}
.pro-top-tj .pro-top-title p{
	background: #5CA0F5;
}
.pro-tjyw{
	margin: 80px 0;
}
.pro-tjyw>p{
	line-height: 200%;
	margin-bottom: 20px;
	color: #666;
	font-size: 16px;
}
.my-box{
	width: 1200px;
}
.my-title{
	margin-top: 60px;
	margin-bottom: 30px ;
	font-size: 28px;
	line-height: 200%;
	color: #E93421;
	font-weight: bold;
	border-bottom: 3px solid #E93421;
}
.my-video-bg{
	width: 100% !important;
}
.my-role{
	padding-top: 30px;
	padding-left:20px;
}
.my-role>h4{
	display: inline-block;
	margin-bottom: 20px;
	padding: 0 30px;
	height: 32px;
	line-height: 26px;
	font-size: 16px;
	color: white;
	background: #E93421;
	border: 3px solid #D37072;
	border-radius: 100px;
	font-weight: normal;
}
.my-role>p{
	color: #666;
}
.my-reason{
	margin-top: 60px;
}
.my-reason>p{
	line-height: 30px;
	margin-bottom: 20px;
	color: #666;
	padding: 0 10px 0 40px;
	position: relative;
}
.my-reason>p>span{
	position: absolute;
	top: 5px;
	left: 0;
	z-index: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	color: white;
	/* background: #C59772 ; */
	border: 1px solid #fff;
	border-radius: 50px;
	box-shadow: 1px 1px 5px 0 #282828;
}
.my-reason-img>img{
	width: 100%;
}

.my-steps{
	margin:30px 0 70px 0;
	text-align: center;
}
.my-steps>.icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	margin: 0 auto;
	background: #E66444;
	border-radius: 100px;
	font-size: 36px;
	color: #fff;
}
.my-steps>h4{
	margin-top: 10px;
	font-size: 18px;
	color: #E93421;
}
.my-steps>h4>span{
	display: none;
}
.my-steps>p{
	font-size: 14px;
	line-height: 180%;
	color: #666;
}
.my-steps-right{
	font-size: 50px;
	color: #E66444;
	margin-top: 70px;
}
/* end of -- 干细胞、衍生品、体检中心、免疫细胞  */
/* start of  - 分页*/
.article-pagination {
	margin-top: 10px;
	margin-bottom: 20px;
	list-style: none;
	text-align: center;
}
.article-pagination li{
	display: inline-block;
	color: #666;
}
.article-pagination li a{
	display: inline-block;
	min-width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	padding: 0 10px;
	color: #666!important;
	border: 1px solid #E4E4E4;
	border-radius: 3px;
	font-size: 14px;
}
.article-pagination li a:hover{
	color: #017BC8;
	border: 1px solid #017BC8;
}
.article-pagination .active{
	background: #017BC8 !important;
	color: #fff !important;
	border: 1px solid #017BC8 !important;
}
/*.article-pagination .active:hover{*/
/*	background: #017BC8 !important;*/
/*	color: #fff !important;*/
/*	border: 1px solid #017BC8 !important;*/
/*}*/
.article-pagination>.word{
	margin: 0 8px;
}

.article-pagination>.input {
	margin: 0 8px;
	padding: 0;
	height: 38px;
	line-height: 38px;
	color: #666 !important;
	position: relative;
}

.article-pagination>.input input {
	margin: 0 4px;
	width: 80px;
	height: 35px;
	border-radius: 4px;
	border: 1px solid #E4E4E4 !important;
	outline: none;
	text-align: center;
	color: #666;
}
.article-pagination-tips{
	display: none;
	position: absolute;
	bottom: -20px;
	left: 0;
	font-size: 14px;
	z-index: 1;
}
/* end of  - 分页*/
/* start of  - 搜索结果页*/
.search-page{
	min-height: calc(100vh - 400px);
}
.search-title{
	padding: 20px 0;
	font-size: 14px;
}
.search-title>span{
	font-size: 18px;
}
.no-data{
	margin: 30px 0 60px 0;
	text-align: center;
}
.no-data p{
	color: #666;
}
/* end of  - 搜索结果页*/

/* start of  - 返回顶部*/
.right-fixed{
	position: fixed;
	bottom: 60%;
	right: 20px;
	opacity: 0;
	z-index: 100;
	-webkit-transition: .5s;
	transition: .5s
}
.follow{
	position: fixed;
	right: 20px;
	z-index: 100;
	bottom: 40px;
	opacity: 1;
	visibility: visible;
	-webkit-transition: .5s;
	transition: .5s
}
.follow:before{
	content: '\20';
	display: none;
	position: absolute;
	top: 35px;
	left: -20px;
	width: 0;
	height: 0;
	border-left: 15px solid #fff;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}
.follow-box{
	display: none;
	position: absolute;
	bottom: 0;
	left: -240px;
	width: 220px;
	padding: 20px;
	font-size: 12px;
	color: #666;
	background: white;
	border: 1px solid rgba(242, 242, 242, 1);
	-webkit-transition: .5s;
	transition: .5s
}
.follow-top img{
	display: inline-block !important;
	vertical-align: top;
	width: 30px !important;
	margin-right: 5px !important;
}
.follow-box h5{
	font-size: 14px;
	margin: 0;
}
.follow-img{
	width: 130px !important;
}
.follow-box p{
	font-size: 12px;
	line-height: 1.8;
	color: #666;
	margin: 0;
}
.right-bg{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 80px;
	height: 80px;
	color: #666;
	border: 1px solid rgba(242, 242, 242, 1);
	font-size: 12px;
	text-align: center;
	background: #fff;
	cursor: pointer;
	text-decoration: none;
}

.go-top {}
.right-bg img {
	display: block;
	margin: 0 auto;
	width: 28px;
	-webkit-transition: .5s;
	transition: .5s
}
.right-bg span{
	display: block;
}
.right-icon-active{
	display: none !important;
}
.right-bg:hover {
	/*background-color: #ffc221*/
	color: #017BC8;
}
.right-bg:hover .right-icon{
	display: none !important;
}
.right-bg:hover .right-icon-active{
	display: block !important;
}
.right-fixed.active {
	bottom: 125px;
	opacity: 1;
	visibility: visible
}
.follow:hover .follow-box{
	display: block;
	-webkit-transition: 1s;
	transition: 1s
}
.follow:hover:before{
	display: block;
}
/* end of  - 返回顶部*/

/* start of - 页面内容区域最小高度*/
.page-height{
	min-height: calc(100vh - 582px);
}
.page-height-detail{
	min-height: calc(100vh - 265px);
}
.page-height-contract{
	min-height: calc(100vh - 800px);
}
/* end of - 页面内容区域最小高度*/