/* 网页头部 */
.header_nav{
	position: fixed;
  left: 0;
  top: 0px;
  z-index:999;
  width: 100%;
  height: 90px;
  margin: auto;
  background-color: #002f5b;
}
.header_main {
  width: 1200px;
  margin: auto;
  height: 90px;
  line-height: 90px;
}
.logo{
  width: 301px;
  overflow: hidden;
  float: left;
}
.logo img{
  width: 100%;
}


/* 导航 */
.nav {
  float: right;
  width: 860px;
  height: 90px;
}
.nav_main{
  width: 860px;
  margin: auto;
}
.nav ul {
  margin-bottom: 0;
}


.nav ul li {
  float: left;
  padding:0 20px;
  text-align: center;
  font-size: 18px;
  height: 90px;
  line-height: 90px;
  position: relative;
}
.nav ul li a{
  color: #fff;
  padding-left: 10px;
  display: block;
}

.xiala {
  width: 100%;
  position: absolute;
  top: 90px;
  left: 0;
  z-index: 999;
  display: none;
  background-color: #002f5b;
}


.xiala ul {
  margin-bottom: 0;
}
.nav ul li:hover .xiala{
  display: block;
}

.nav .xiala li{
  height: 52px;
  line-height: 52px;
  font-size: 16px;
  width: 100%;
}

.nav .xiala li:hover a{
  border-left: none;
}

.nav .xiala li a{
  color: #fff;
}
.nav .xiala li:hover a{
  color: #3a72b9;
}


/* banner */
.banner{
  z-index: -1;
}
.banner_01 .swiper-slide img {
  width: 100%;
}

.banner_01 .swiper-pagination-bullet {
  background: #fff;
  width: 35px;
  height: 3px;
  border-radius: 0;
  opacity: 1;
}

.banner_01 .swiper-pagination-bullet-active {
  width: 35px;
  height: 3px;
  border-radius: 0px;
  background-color: #fff;
}
.banner .swiper-button-prev {
  position: absolute;
  left: 50px;
}

.banner .swiper-button-next {
  position: absolute;
  right: 50px;
}

/* 业务领域 */
.bussiness{
  width: 100%;
  height: 600px;
  padding-top: 40px;
  background: url(../images/bussiness_bg.jpg) center no-repeat;
}
.bussiness_main{
  width: 1200px;
  margin: auto;
  position: relative;
}

.bussiness_title{
  text-align: center;
}
.b_title_top h3{
  display: inline-block;
  font-size: 30px;
  color: #04305b;
  font-weight: 700;
}
.b_title_top p{
  display: inline-block;
  font-size: 18px;
  color: #04305b;
}
.b_title_buttom{
  font-size: 14px;
  color: #04305b;
  margin-top: 10px;
}

.bussiness_area{
  margin-top: 40px;
}
.bussiness_01 .swiper-slide{
	position:relative;
}
.bussiness_01 .swiper-slide a{
	display:inline-block;
	width:302px;
	height:400px;	
}
.bussiness_main_01 {
  padding-top:70px;
 /* opacity: 0;
    transition: all 1s;*/
}
/*.bussiness_main_01:hover{
	opacity:1;}*/
.bussiness_main_01 .bussiness_main_content{
	text-align:center;
	color: #002f5b;
	font-size:16px;
	line-height:2.2;
}
.bussiness_main_01 div:first-child {
	margin-bottom:20px;
  color: #002f5b;
  font-size: 24px;
  font-weight:700;
  text-align: center;
}

.bussiness_main_01 div:last-child{
  font-size: 30px;
  color: #002f5b;
  width:46px;
  height: 46px;
  text-align: center;
  border: 2px solid #002f5b;
  border-radius: 100%;
  margin:auto;
  margin-top: 20px;
}

.bussiness .swiper-button-prev {
  position: absolute;
  left: -50px;
}

.bussiness .swiper-button-next {
  position: absolute;
  right: -50px;
}

/* 全方位多维度知识产权服务 */
.service{
  width: 100%;
  height: 546px;
  background: url(../images/service_bg.png) center no-repeat;
  padding-top: 105px;
}
.service_main{
  width: 1200px;
  overflow: hidden;
  margin: auto;
  color: #00417d;
}

.service_title{
  text-align: center;
  font-size: 14px;
}
.service_title h3{
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 60px;
}
.service_content{
  margin-top: 100px;
  width: 100%;
  text-align: center;
}
.service_content_01{
  width: 260px;
  margin-right: 210px;
  float: left;
}
.service_content_01:last-child{
  margin-right: 0;
}
.service_pic{
  width: 103px;
  height: 103px;
  margin: auto;
}
.service_content_01 p{
  display: block;
  color: #00417d;
  font-size: 25px;
  padding-top: 50px;
}

/* 关于声知 */
.about{
  width: 100%;
  overflow: hidden;
  padding-top: 40px;
  background-color: #f2f9ff;
}

.about_title{
  width: 1200px;
  margin: auto;
}
.about_title_top h3{
  display: inline-block;
  font-size: 30px;
  color: #04305b;
  font-weight: 700;
}
.about_title_top p{
  display: inline-block;
  font-size: 18px;
  color: #04305b;
}
.about_title_buttom{
  font-size: 14px;
  color: #04305b;
  margin-top: 10px;
}

.about_main{
  width: 1200px;
  margin: auto;
  margin-top: 30px;
}
.about_left{
  float: left;
  width: 625px;
  font-size: 16px;
  color: #002f5b;
  line-height: 2.5;
}

.about_button{
  margin-top: 30px;
}
.about_button a{
  width: 150px;
  height: 50px;
  line-height: 50px;
  display: block;
  color: #fff;
  background-color: #1d2f5a;
  border-radius: 30px;
  text-align: center;
}

.about_right{
  float: right;
  width: 531px;
  overflow: hidden;
}
.about_right img{
  width: 100%;
}


/* 专业团队 */
.team{
  width: 100%;
  height: 867px;
  padding-top: 115px;
  background: url(../images/team_bg.png) center no-repeat;
  display:none;
}
.team_main{
  width: 1200px;
  margin: auto;
  position: relative;
}

.team_title{
  text-align: center;
}
.team_title_top h3{
  display: inline-block;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}
.team_title_top p{
  display: inline-block;
  font-size: 18px;
  color: #fff;
}
.team_title_buttom{
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}
.team_area{
  width: 1200px;
  overflow: hidden;
  margin-top: 80px;
}
.team_area p{
  width: 100%;
  background-color: #fff;
  color: #000;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 19.5px;
}
.team_pagination{
  width: 100%;
  text-align: center;
}
.team_main .swiper-pagination-bullet {
  background: #fff;
  width: 35px;
  height: 3px;
  border-radius: 0;
  opacity: 1;
  margin-top: 50px;
  margin-left: 10px;
}

.team_main .swiper-pagination-bullet-active {
  width: 35px;
  height: 3px;
  border-radius: 0px;
  background-color: #fff;
}


/* 新闻资讯 */
.news{
  width: 100%;
  height: 527px;
  padding-top: 50px;
  background: url(../images/news_bg.jpg) center no-repeat;
  /*display:none;*/
}
.news_main{
  width: 1200px;
  margin: auto;
  position: relative;
}

.news_title{
  text-align: center;
}
.news_title_top h3{
  display: inline-block;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}
.news_title_top p{
  display: inline-block;
  font-size: 18px;
  color: #fff;
}
.news_title_buttom{
  font-size: 14px;
  color: #fff;
  margin-top: 10px;
}

.news_area{
  width: 100%;
  overflow: hidden;
  margin-top: 50px;
}
.news_area_01{
	width:590px;
	float:left;
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px dashed #eee;
	font-size:16px;
	margin-right:20px;
}
..news_area_01 a{
	display:block;}
.news_area_01:nth-child(2n){
	margin-right:0;
}
.news__area_left{
	color:#fff;
	float:left;
}
.news__area_right{
	color:#eee;
	float:right
}

.news_button{
  width: 100%;
  overflow: hidden;
  
  margin-top: 40px;
}
.news_button a{
  display: block;
  width: 140px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #00417d;
  color: #fff;
  margin: auto;
  border-radius: 30px;
  font-size: 22px;
}

/* 页脚 */
.foot{
  width: 100%;
  height: 300px;
  background: url(../images/foot_bg.png) center no-repeat;
  padding-top: 40px;
}
.foot_main{
  width: 1200px;
  overflow: hidden;
  margin: auto;
  color: #fff;
}

.foot_mid{
  float: left;
  margin-left:50px;
}
.foot_mid h3{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
.foot_left_01{
  font-size: 14px;
  line-height: 2.5;

}
.foot_left_01 p{
  display: inline-block;
  margin-left: 10px;
}
.foot_left_pic{
  display: inline-block;
  width: 28px;
  height: 28px;
}
.foot_left{
  float: left;
}
.foot_left h3{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
.foot_left a{
  display: block;
  color: #fff;
  line-height: 2.5;
  font-size: 14px;
}

.foot_right{
  float: left;
  margin-left:50px;
}
.foot_right h3{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
.foot_right a{
  display: block;
  color: #fff;
  line-height: 2.5;
  font-size: 14px;
}

.foot_pic{
  float: right;
}
.foot_pic h3{
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
.foot_pic_01{
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  font-size: 13px;
  width:123px;
}
.foot_pic_01 img{
	width:100%;
}
.foot_pic_01 p{
  margin-top: 20px;
}

.copy{
  width: 100%;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #000;
  color: #fff;
  font-size: 14px;
}
.copy a{
  color: #fff;
  margin-left: 20px;
  display: inline-block;
}



/*招聘*/
.zhaoxin {
    max-width: 1620px;
    margin: auto;
    overflow: hidden;
    margin-top: 1.5rem;
    margin-bottom: 2rem;
}

.zhaoxintop {
    display: flex;
    width: 100%;
    background: #002f5b;
    text-align: center;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.zhaoxintop span {
    flex: 1;
    text-align: center;
    color: #fff;
    font-size: 24px;
    padding: 0.25rem 0;
}

.zhaoxins li {
    position: relative;
    margin-bottom: 0.5rem;
    border: #eee solid 1px;
}

.zhaoxins li .topDiv {
    height: 48px;
    position: relative;
}

.zhaoxins li .topDiv a {
    display: block;
    height: 48px;
}

.zhaoxins li.liNow .topDiv a {
    background: #002f5b;
    color: #fff;
}

.zhaoxins li.liNow .msgDiv {
    color: #fff;
}


.zhaoxins li .msgDiv {
    color: #333;
}

.zhaoxins li .msgDiv .dd01 {
    text-align: left;
    text-indent: 50px;
    width: 248px;
}

.zhaoxins li .msgDiv dl {
    display: flex;
    overflow: hidden;
    text-decoration: none;
}

.zhaoxins li .msgDiv dd {
    height: 48px;
    float: left;
    line-height: 48px;
    font-size: 13px;
    margin: 0;
    flex: 1;
    text-align: center;
    text-decoration: none;
}


/*.zhaoxins li .msgDiv .dd02 {
    width: 256px;
}
.zhaoxins li .msgDiv .dd03 {
    width: 210px;
}
.zhaoxins li .msgDiv .dd04 {
    width: 192px;
}
.zhaoxins li .msgDiv .dd05 {
    width: 165px;
}*/

dl {
    margin-bottom: 0;
}

.clear_f {
    clear: both;
    height: 0px;
    padding: 0px;
    margin: 0px;
    display: block;
    display: inherit;
}

.zhaoxins li .zhaoxinsbox {
    display: none;
    color: #5d5d5d;
    padding: 45px 50px 60px;
    overflow: hidden;
    width: 100%;
}

.zhaoxins li h2 {
    position: relative;
    height: 30px;
    color: #284756;
    font-size: 14px;
}

.zhaoxins li .zhaoxinscontent {
    line-height: 24px;
    padding-bottom: 40px;
    font-size: 14px;
    color: #999;
}

.zhaoxins li .btnDiv a:hover {
    border: #002f5b solid 1px;
    background: #284756;
    color: #fff;
    transition: 0.2s linear;
}

.zhaoxins li .btnDiv {
    margin-top: 0.25rem;
}

.zhaoxins li .btnDiv a {
    display: block;
    width: 118px;
    height: 33px;
    color: #8b8b8c;
    font-size: 14px;
    text-align: center;
    line-height: 33px;
    border: #e0e0e0 solid 1px;
}