﻿/**===========
    banner
    =============*/
.about_banner .container {
    max-width: 100%;
    padding: 0;
}

.about_banner_txt {
    position: absolute;
    top: 200px;
    margin-left: 15%;
    color: #fff;
    text-align: left;
    overflow: hidden;
    display: none;    
}

.about_banner_txt1 {
    font-size: 48px;
    margin-bottom: 40px;
}

.about_banner_txt2 {
    font-size: 24px;
    font-weight: lighter;
}

/**==============
    content
    ===============*/

.about_content .container {
    width: 1300px;
    max-width: 100%;
}

.about_content .content_title {
    /*margin-top: 120px;
    margin-bottom: 80px;*/
    padding-top: 100px;
    padding-bottom: 60px;
    text-align: center;
}

.about_content .content_title span {
    font-size: 30px;
    line-height: 30px;
    margin-left: 60px;
    margin-right: 60px;
    color: #333333;
}

.about_content .content_title img {
    margin-top: -15px;
}

.about_content .com_desc_1 p {
    font-size: 18px;
    color: #666666;
    margin-bottom: 27px;
    line-height: 1.5;
    text-align: justify;
    text-justify: inter-ideograph;
}

.about_content .content_img{
    margin-top: 50px;
    margin-bottom: 0px;
}

.com_desc_1 {
    padding-left: 0px;
}

/**===============
    partner
    ===============*/

#busi_part {
    background-color: #3c4b58;
}

#busi_part .content_title {
    padding-top: 60px;
    padding-bottom: 50px;
    margin-bottom: 0px;
    margin-top: 0px;
}

#busi_part .content_title span {
    color: #999999;
}

.about_content .partner_img {
    text-align: center;
    padding-bottom: 50px;
}

/**=========
    contact
    =============*/

#cont_us .row {
    margin-bottom: 100px;
    text-align: center;
}

#cont_us .content_title{
    padding-top: 60px;
}

#cont_us .contact_title{
    position: absolute;
    top: 30px;
    left: 180px;
    font-size: 28px;
    color: #fff;
}

#cont_us .contact_info {
    position: absolute;
    top: 140px;
    left: 75px;
    font-size: 22px;
    color: #fff;
    text-align: left;    
}

#cont_us .contact_name{
    margin-bottom: 30px;
}

#cont_us .cont_img{
    display: none;
}

#cont_us .cont_hover:hover .contact_info {
    top: 80px;
}

#cont_us .cont_hover:hover .contact_name {
    margin-bottom: 10px;
}

#cont_us .cont_hover:hover .cont_img{
    position: absolute;
    top: 155px;
    left: 160px;
    display: block;
}

/**==========
    ip
    ============*/

.iplist span {
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 18px;
    color: #666666;
    text-align: center;
    width: 198px;
}
.team-img {
	text-align: center;
}
.team-content{
	position: relative;
	width: 70%;
	height: 300px;
	box-shadow: 0px 6px 24px 6px rgba(92, 123, 167, 0.08);
	padding: auto;
	font-size: 16px;
	line-height: 22px;
	background-color: #fff;
	font-weight: 400;
	color: #333333;
	margin: auto;
	top: -35px;
	text-align: left;
}
.team-content span{
	position: absolute;
	left:50px;
	right:50px;
	top: 200px;
	transition: 1s all ease-in-out;
	
	font-family: Microsoft YaHei;
	font-size: 16px;
	font-weight: normal;
	line-height: 28px;
	letter-spacing: 0em;
	text-indent: 2em;
	color: #666;
	opacity: 0;
}

.team-content.active span{
	transform: translateY(-150px);
	opacity: 1;
}

/*====== 荣誉资质开始 ======*/
.honner-backgroup{
	background: url(../images/honor.png);
	width: 100%;
}
.honor-container{
	/*background-color: aqua;*/
/*	background: url(../images/honor.png);*/
	width: 1200px;
	height: 150px;
	margin: auto;
}
.honor-container ul{
	width: 100%;
	height: 100%;
	display: flex;
}
.honor-container ul li{
	padding-top: 20px;
	width: 25%;
	height: 150px;
	list-style: none;
	text-align: left;
}
.honor-content{
	position: relative;
	height: 50px;
	margin: 10px;
	font-size: 14px;
font-weight: 400;
color: #FFFFFF;
}
.honor-content .divimg{
	float: left;
	width: 10%;
	height: 100%;
}
.honor-content .divcontent{
	margin-left: 10%;
	width: 90%;
	height: 100%;
}

/*====== 荣誉资质结束 ======*/

/*====== 研究成果开始 ======*/
.achi-container{
/*	background-color: aqua;*/
	width: 1200px;
	height: auto;
	margin: auto;
}
.achi-content{
	width: 1200px;
	height: auto;
	margin: auto;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	margin-bottom: 50px;
}
.achi-container ul{
	width: 100%;
	height: 100%;
	display: flex;
}
.achi-container ul li{
	list-style: none;
	margin: auto;
}
.achi-exhibition{
	width: 280px;
	height: 200px;
	background: #25BAEC;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #FFFFFF;
	/*padding: 50px 28px 0px 28px;*/
	margin-bottom: 10px;
}
/*====== 研究成果结束 ======*/

/*====== 知识产权开始 ======*/

.IPR-background{
	margin-top: 50px;
	width: 100%;
	height: auto;
	background-color: #FAFAFA;
	padding-top: 10px;
	padding-bottom: 30px;
}
.IPR-background .title-unline{
	margin-top: 40px;
}
.IPR-container{
	width: 1200px;
	height: auto;
	margin: auto;
}
.IPR-container ul{
	width: 100%;
	height: 100%;
	display: flex;
	margin-bottom: 40px;
}
.IPR-container ul li{
	list-style: none;
	margin: auto;
}
.IPR-content{
	height: 300px;
	width: 220px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	text-align: center;
}
/*====== 知识产权结束 ======*/


/*====== 其他技术开始 ======*/
.other-container{
	width: 1200px;
	height: auto;
	margin: auto;
}
.other-container ul{
	width: 100%;
	height: 100%;
	display: flex;
}
.other-container ul li{
	list-style: none;
	margin: auto;
}
.other-content{
	width: 360px;
	height: 180px;
	padding-top: 20px;
	padding-left: 30px;
	background: linear-gradient(rgba(37,186,236, 0.5),#fff);
	transition: 1s all ease-in-out;
	margin-top: 200px;
	opacity: 0;
}
.other-container.active .other-content{
	transform: translateY(-200px);
	opacity: 1;
}
.other-text{
	font-size: 14px;
	font-weight: 400;
	color: #666666;
	margin-bottom: 2px;
	line-height: 30px;
}
.other-text img{
	margin-right: 5px; 
}
/*====== 其他技术结束 ======*/
.partner-container{
	width: 154px;
	height: 75px;
	border: 1px solid #DBDBDC;
	text-align: center;
}
.partner-container img{
	/*margin-top: 16px;*/
	width: 100%;
	height: 100%;
}

.card__contact{
	position: absolute;
	margin-left: 30px;
	width: 80%;
	font-size: 20px;
font-weight: bold;
color: #FFFFFF;
	text-align: left;
	top: 50%;
	transform: translateY(-50%);
	transition: .3s;
}
.card:hover .card__QT{
	transform: translateY(-300px);
}

.card:hover .card__contact{
	transform: translateY(-120px);
}

.card__QT{
	position: absolute;
  width: 100%;
  top: 120%;
  z-index: 1;
  padding: 20 20px;
  color: white;
  transform: translateY(-50%);
  text-align: center;
  transition: .3s;
	padding-top: 80px;
}
.card--QT img{
	
}

