@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
button{
  cursor: pointer;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-size: 12px;
  background: #fff;
  box-sizing: border-box;
}

img {
  margin: 0;
  padding: 0;
  border: 0px;
}

a {
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

ul,
ol {
  list-style: none;
}

li {
  list-style: none;
  -webkit-font-smoothing: antialiased;
}

input {
  outline: none;
  -webkit-appearance: none;
  border: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.hide {
  display: none;
}

.show {
  display: block !important;
}

.clearfix:after,
.clearfix:before {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

.clearfix {
  zoom: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #AEAEAE;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #AEAEAE;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #AEAEAE;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #AEAEAE;
}

  .lxb-container{
    left: 0px !important;
  }
  .lxb-close-btn{
    left: 0px !important;
  }
  .pc-hide {
    display: none !important;
  }
  .pc-fl {
    float: left;
  }
  .pc-fr {
    float: right;
  }
  .pc-clearfix:after,
  .pc-clearfix:before {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
  }
  .pc-clearfix {
    zoom: 1;
  }
  .pc-wrap {
    width: 1000px;
    margin: 0 auto;
  }
  
  .header {
    height: 68px;
    background-color: #fff;
    border-bottom:1px solid #dedede;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.10);
  }
  .header .pc-wrap .logo{
    margin-top: 8px;
    padding-right: 54px;
  }
  .pc-logo-tip{
    font-size: 30px;
    height: 68px;
    line-height: 74px;
    margin-left: 10px;
    color: #666666
  }
  .pc-logo-tip span{
    margin-left: 10px;
  }
  .nav{
    width: 650px;
  }
  .nav-item {
    height: 68px;
    padding: 0 20px;
    margin-left:4px;
  }
  .nav .nav-item:hover {
    transition:background cubic-bezier(.23,1,.32,1) .3s; ;
    background:#efefef;
  }
  .nav .nav-item.active {
  }
  .nav .nav-item.active a:hover {
  }
  .nav .nav-item.last {
    width: 54px;
  }
  .nav .nav-item.last a {
    text-align: right;
  }
  .nav .nav-item.last a:hover {
    transition:color cubic-bezier(.23,1,.32,1) .2s; ;
    color: #E33333;
  }
  .nav .nav-item a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 68px;
    font-family: "PingFangSC-Regular";
    font-size: 16px;
    color: #353B42;
  }
  .nav_active{
    border-bottom:2px solid #0076FF; 
    box-sizing: border-box;
    background: #efefef;
  }
  .nav_active a{
    color:#0076FF !important;
    font-weight: 600; 
  }

  .header .phone{
    line-height: 68px;
    height: 68px;
    font-family: "PingFangSC-Medium","PingFang SC", "Helvetica Neue", Helvetica, Arial,"Microsoft Yahei", sans-serif;
    font-size: 18px;
    color: #353B42;
  }

  .header .phone span::before{
    content:"";
    width: 18px;
    height: 18px;
    background: url(../images/contact.png) no-repeat center;
    display:inline-block;
    margin-right:15px;
    position: relative;
    top:2px;
  }
  .header .phone img{
    margin-left: 13px;
    position: relative;
    top:3px;
    cursor: pointer;
  }
  .banner {
    height: 152px;
    
  }
  .banner .pc-wrap {
    position: relative;
  }
  .banner_search{
    width: 472px;
    margin: 0 auto;
    text-align: center;
    padding-top:26px;
    position: relative;
  }
  .banner_search h1{
    font-family: 'PingFangSC-Medium',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
    font-size: 24px;
    line-height: 33px;
    color: #353B42;
  }
  .banner .report_type{
    background: #FFFFFF;
    border: 1px solid #ddd;
    border-radius: 3px;
    height: 36px;
    display: block;
    width: 100%;
    margin-top: 11px;
    padding-right: 80px;
    box-sizing: border-box;
    padding-left: 13px;
  }
  .banner .btn_search{
    background: #0076FF;
    border-radius: 0 3px 3px 0;
    font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
    font-size: 16px;
    color: #FFFFFF;
    border: none;
    padding: 7px 14px;
    position: absolute;
    top:71px;
    right: 0;
  }
  .banner .btn_search:before{
    content:"";
    width: 17px;
    height: 16px;
    background: url(../images/search.png) no-repeat center;
    display:inline-block;
    margin-right: 7.6px;
    position: relative;
    top:2px;
  }
  .keyword li{
    float: left;
    margin: 0 5px;
    margin-top: 10px;
  }
  .keyword li a{
    color: #0076FF;
    font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
    font-size: 14px;
    line-height: 14px;
    cursor: pointer;
  }
  .hangye{
  }
  
  .hangye .pc-wrap{
    border-top: 1px solid #E2E2E2; 
    border-bottom: 1px solid #E2E2E2; 
    padding: 8.5px 0 14.5px;
  }
  .hangye .list {
    overflow: hidden;
  }
  .hangye .list li{
    float: left;
    margin: 0 5px;
  }
  .hangye .list a{
    float: left;
    margin: 0 5px;
    font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
    font-size: 14px;
    color: #170000;
    line-height: 29px;
  }
  .hangye_title{
    float: left;
  }
   .hangye_title span{
    font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
    font-size: 14px;
    color: #B1B1B1;
    margin-right: 14px;
    height: 29px;
    line-height: 29px;
  }
  .hangye .hangye_active{
    background: #0076FF;
    border-radius: 2px;
  }
  .hangye .hangye_active a{
    color:#fff;
  }
  .hangye a:hover{
    transition: color cubic-bezier(.23,1,.32,1) .3s; 
    color: #0076FF;
  }
  .hangye .hangye_active a:hover{
    transition: color cubic-bezier(.23,1,.32,1) .3s; 
    color:#fff;
  }

  .contain .pc-wrap{
    overflow: hidden;
  }
  .contain .cont_left{
    width: 640px;
    float: left;
  }
  .contain .cont_right{
    width: 307px;
    float: right; 
  }
 .cont_title{
   overflow: hidden;
   border-bottom: 1px solid #E2E2E2;
 }
  .cont_title span{
    color: #353B42;
    font-family: 'PingFangSC-Medium',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
    padding:17px 0 12px;
  }
   .cont_title .title{
    float: left;
    font-size: 16px;
    display: block;
    font-weight: 600;
  }
  .cont_title .title:before{
    content:"";
    width: 17px;
    height: 16px;
    background: url(../images/icon.png) no-repeat center;
    display:inline-block;
    margin-right: 4px;
    position: relative;
    top:2px;
  }
  .cont_title .total{
    float: right;
    font-size: 14px;
    display: block;
  }
  .cont_title  .sum{
    color: #0076FF;
  }
  .cont_list li{
    border-bottom: 1px solid #E2E2E2;
    max-height: 177px;
    padding: 20px 0 23px;
    box-sizing: border-box;
    display: flex;
  }
.cont_list img{
  width: 100%;
  height: auto;
  background: #AEAEAE;
}
.cont_list .li_left{
  overflow: hidden;
  width: 188px;
  height: 105px;
  text-align: center;
  background: #E9E9E9;
  float: left;
  box-sizing: border-box;
  /*padding-top: 11px;*/
}
.cont_list .li_right{
  overflow: hidden;
  height: auto;
  padding-left: 22px;
  position: relative;
}
.no_report{
 text-align: center;
 padding: 110px;
}
.no_report img{
  
}
.no_report a{
  font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 14px;
  color: #0076FF;
  line-height: 14px;
  margin-top:50px;
  display: inline-block;
}
.no_report p{
  font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 14px;
  color: #898989;
  line-height: 25px;
  width: 364px;
  margin: 15px auto;
}
.li_right a{
  width: 392px;
  font-family: 'PingFangSC-Medium',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 18px;
  color: #353B42;
  line-height: 25px;
  display: block;
  font-weight: 600;
}
.li_right p{
  width: 392px;
  font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 14px;
  color: #898989;
  line-height: 20px;
  margin-top: 5px;
}
.li_right span{
  width: 392px;
  font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 14px;
  color: #BDBDBD;
  line-height: 20px;
  margin-bottom: 0px;
  padding-top: 5px;
  display: inline-block;
}
.pagination{
  height: 22px;
  margin-top: 16px;
  text-align: center;
}
.pagination{
  height: 22px;
  margin-top: 16px;
  text-align: center;
}
.pagination{
  height: 22px;
  margin-top: 16px;
  text-align: center;
}
.pagination .pre,.pagination .nex{
  font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 16px;
  color: #0076FF;
  cursor: pointer;
}
.pagination .ban{
  color: #B1B1B1;
  cursor: default;
}
.pre_report{
  height: 426px;
  background: #efefef;
  border: 1px solid #E9E9E9;
  margin-top: 22px;
  box-sizing: border-box;
  padding: 17px 26px 32px 20px;
  position: relative;
}
.pre_report h3{
  font-family: 'PingFangSC-Medium',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 18px;
  color: #353B42;
  font-weight: 600;
  line-height: 25px;
}
.pre_report h3::before{
  content:"";
  width: 18px;
  height: 20px;
  background: url(../images/report.png) no-repeat center;
  display:inline-block;
  margin-right: 8.6px;
  position: relative;
  top:2px;
}
.pre_report p{
  font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 14px;
  color: #353B42;
  line-height: 20px;
  margin-top:12px;
  margin-bottom: 15px;
}
.pre_report input{
  font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 14px;
  background: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: block;
  width: 260px;
  height: 32px;
  margin-top: 10px;
  padding-left: 14px;
  box-sizing: border-box;
}
.pre_report .err_tip{
  border: 1px solid #FF3E3E;
}

.pre_report .form_tip{
  font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 12px;
  color: #FF3E3E;
  position: absolute;
  display: none;
}
.pre_report .name_tip{
    top: 99px;
    right: 30px;
}
.pre_report .phone_tip{
    top: 141px;
    right: 30px;
}
.pre_report .conpany_name_tip{
    top: 183px;
    right: 30px;
}
.pre_report .mail_tip{
    top: 225px;
    right: 30px;
}


.pre_report textarea{
  font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 14px;
  background: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: block;
  margin-top: 10px;
  resize:none;
  height: 90px;
  width: 260px;
  padding-left: 14px;
  box-sizing: border-box;
  padding-top: 4px;
}
.pre_report textarea{
  font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 14px;
  background: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: block;
  margin-top: 10px;
  resize:none;
  height: 90px;
  width: 260px;
  padding-left: 14px;
  box-sizing: border-box;
   padding-top: 4px;
}
.pre_report button{
  height: 36px;
  width: 260px;
  background: #0076FF;
  box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.10);
  margin-top:12px;
  color:#fff;
  border:none;
  box-sizing: border-box;
}
.pre_report button:hover{
  transition: background cubic-bezier(.23,1,.32,1) .3s; 
  background:rgba(0,118,255,.7);
}
.rec_report{
  margin-top: 20px;
}
.rec_report h3{
  font-family:'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 16px;
  color: #353B42;
  line-height: 2px;
  padding-bottom: 20px;
  border-bottom: 1px solid #353B42;
  display: inline-block;
  width: 100%;
}
.rec_report li{
  padding: 10px 0;
  border-bottom: 1px solid #E2E2E2;
  cursor: pointer;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
.rec_report li div{
  width: 80px;
  height: 45px;
  float: right;
  background: #E9E9E9;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
}
.rec_report a{
  font-family: 'PingFangSC-Medium',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 14px;
  color: #353B42;
  font-weight: 600;
  margin-top: 11px;
  line-height: 20px;
  width: 193px;
  float: left;
}
.rec_report .rec_title {
  width: 100%;
  margin: 5px 0;
  margin-left: 5px; 
}
.rec_report img{
  width: 100%;
  height: auto;
}
.sort_report{
  /*margin-top: 38px;*/
  margin-top: auto;
}
.tab_title{
  border-bottom: 1px solid #E2E2E2;
}
.tab_title .tab_span{
  font-family: 'PingFangSC-Medium',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 16px;
  color: #9F9F9F;
  display: inline-block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  width: 90px;
  cursor: pointer;
}
.tab_title .tab_span:hover{
  color:  #353B42;
}
.tab_active{
  background:#0076FF;
  color:#fff !important;
}
.sort_report li{
  padding:12px 0 10px;
  box-sizing:border-box;
  border-bottom: 1px solid #E2E2E2; 
  overflow: hidden;
}
.sort_report li span{
  font-family: 'LiSungLight';
  font-size: 16px;
  color: #9B9B9B;
  float: left;
  line-height: 18px;
  width: 22px;
  display: block;
 
}
.sort_report li a{
  font-family: 'PingFangSC-Medium',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 14px;
  color: #353B42;
  line-height: 20px;
  width: 280px;
  float: left;
  font-weight: 600;
}
.sort_mouth{
  display: none;
}
.li_right a:hover,.rec_report a:hover,.sort_list a:hover{
  text-decoration: underline;
}
.li_right a,.rec_report a,.sort_list a{
  cursor: pointer;
}


.footer {
	padding: 30px 0;
}
.footer .concat {
	margin-bottom: 60px;
}
.footer .concat .fl {
	margin-left: 35px;
	margin-top: 10px;
	font-size: 18px;
	line-height: 26px;
}
.footer .concat .fr {
	margin-right: 35px;
}
.footer .concat .code {
	margin-right: 15px;
	text-align: center;
	float: left;
}
.footer .concat .code p {
	font-size: 16px;
	margin-top: 8px;
}
#g-footer {
	border-top: none;
	padding: 30px 0 0;
	margin-top: 0;
	font-family: "Microsoft YaHei UI","Microsoft YaHei",sans-serif;
}
#g-footer .g-footer-record {
	width: 1000px;
}
#g-footer .g-footer-record p {
	margin: 6px 64px;
}

.copyright {
	font-size: 14px;
	color: #888;
	text-align: center;
}

.concat{
  height: 209px;
  background: #000000;
  margin-top:45px;
  color:#fff;
}
.concat .pc-wrap{
  padding: 29px 0;
  height: 209px;
  box-sizing: border-box;
}
.concat a{
  color:#fff;
}
.concat ul{
  width: 732px;
  overflow: hidden;
  padding-left: 22px;
}
.concat li{
  float: left;
  margin-left: 10px;
}
.concat a{
  opacity: 0.85;
  font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 12px;
  color: #FFFFFF;
  letter-spacing: 0.82px;
  line-height: 27px;
}
.concat a:hover{
  transition: opacity cubic-bezier(.23,1,.32,1) .3s; 
  opacity: 1;
}
.concat_left{
  width: 865px;
  height: 152px;
  border-right:1px solid rgba(255,255,255,0.24);
  float: left;
}
.concat_left .top span{
  float: left;
  display: block;
  font-family: 'PingFangSC-Medium',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1.1px;
  line-height: 27px;
}

.bottom{
  margin-top: 29px;
  overflow: hidden;
}

.concat_left .bottom span{
  float: left;
  display: block;
  font-family: 'PingFangSC-Medium',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1.1px;
  line-height: 27px;
}
.concat_left .bottom p{
  float: left;
  padding-left: 27px;
  font-family: 'PingFangSC-Medium',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 1.24px;
  line-height: 27px;
}
.concat_right{
  float: left;
  padding-left: 20px;
}
.concat_right p{
  font-family: 'PingFangSC-Medium',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 16px;
  color: #FFFFFF;
  letter-spacing: 1.1px;
}
.concat_right p::before{
  content:"";
  width: 25px;
  height: 21px;
  background: url(../images/subscribe.png) no-repeat center;
  display:inline-block;
  margin-right: 7px;
  position: relative;
  top:5px;
}
.concat_right img{
  margin-top: 19px;
}
/* 头部固定 */
.we_nav_fixed {
  position: fixed;
  top: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 99;
}
.suc_tip{
  width: 100%;
  height: 48px;
  background: #0076FF;
  font-family: 'PingFangSC-Medium',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 18px;
  color: #FFFFFF;
  line-height: 48px;
  position: fixed;
  top: 68px;
  z-index: 98;
  overflow: hidden;
  
}


.suc_tip_hide{
  animation:suctip_hide 1s 1 ease-out;
  animation-fill-mode : forwards;
}

.suc_tip_show{
  animation:suctip_show 1s 1 ease-out;
  animation-fill-mode : forwards;
}


@keyframes suctip_show
{
from {height:0;}
to {height:48;}
}

@keyframes suctip_hide
{
from {height:48px;}
to {height:0;}
}

.suc_tip p::before{
  content:"";
  width: 24px;
  height: 18px;
  background: url(../images/successs.png) no-repeat center;
  display:inline-block;
  margin-right: 17px;
  position: relative;
  top:5px;
}
.suc_tip p{
  float: left;
}
.suc_tip img{
  float: right;
  margin-top:12px;
  cursor: pointer;
}

.cont_left{
  margin-top:10px;
}
.cont_good{
  overflow: hidden;
}
.cont_left .cont_good h3{
  font-family: 'PingFangSC-Medium',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 28px;
  color: #353B42;
  line-height: 40px;
}
.good_detail{
  margin-top: 25px;
}
.detail_left{
  float: left;
  width: 218px;
  height: 284px;
}
.detail_left img{
  width: 100%;
  height: 100%;
}
.detail_right{
  float: left;
  padding-left: 24px;
  width: 395px;
  height: 284px;
}
.detail_item{
  font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top:17px;
  display: block;
}

.detail_right .hy{
  margin-top:5px;
}
.detail_right .rx  {
  font-size: 16px;
  color: #0076FF;
  line-height: 22px;
}
.span_button{
  margin-top: 31px;
  display: block;
}
.span_button a{
  font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  display: inline-block;
  padding: 9px 52px;
  border: 1px solid #EBEBEB;
  cursor: pointer;
  font-size: 14px;
  color: #353B42;
}
.span_button :nth-child(2){
  margin-left: 12px;
  background: #F5A623;
  color: #fff;
}
.span_button :nth-child(2):hover{
  transition: background cubic-bezier(.23,1,.32,1) .3s; 
  margin-left: 12px;
  background: rgba(245,166,35,.7);
  color: #fff;
}
.cont_detail{
  margin-top:30px; 
}
.cont_detail a{
  color: #000;
}
.detail_title{
  border-bottom: 1px solid #E2E2E2;
  margin-bottom: 15px;
}
.detail_title .detail_span{
  padding: 10px 20px;
  font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 14px;
  color: #9F9F9F;
  display: inline-block;
  cursor: pointer;
}
.detail_title .detail_span:hover{
  transition: color cubic-bezier(.23,1,.32,1) .3s; 
  color: #353B42;
}
.cont_detail_item{
  display: none;
  font-size: 14px;
  line-height: 1.5;
  color: #353B42;
}
.about .cont_concat{
  margin-top:44px;
  margin-bottom: 30px;
  background: url(../images/Bitmap.png) no-repeat top right;
}
.detail_concat p{
  font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 14px;
  color: #353B42;
  text-align: center !important;
  background: #efefef;
  height: 47px;
  margin-top: 30px;
  line-height: 47px;
}
.nav_search{
  display: none;
}
.nav_search{
  height: 68px;
  line-height: 68px;
  text-align: right;
}
.nav_search button{
  border: 1px solid #0076FF;
  font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 14px;
  color: #0076FF;
  background: #fff;
  padding:6px 18px;
  cursor: pointer;
}
.nav_search img{
  position: relative;
  top:5px;
  margin-left: 15px;
  cursor: pointer;
}
.nav_search input{
  height: 31px;
  font-size: 14px;
  width: 607px;
  border: 1px solid #ddd;
}
.nav_search::before{
  content:"";
  width: 23px;
  height: 23px;
  background: url(../images/earache.png) no-repeat center;
  display:inline-block;
  margin-right: 17px;
  position: relative;
  top:5px;
}
.cont_about{
  margin-top: 36px;
}
.cont_about h2,.cont_concat h2{
  font-family: 'PingFangSC-Medium',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 22px;
  color: #353B42;
  line-height: 30px;
}
.cont_concat h2::before,.cont_about h2::before{
   content:"";
    width: 3px;
    height: 20px;
    background: #0076FF;
    display:inline-block;
    margin-right: 10px;
    position: relative;
    top:3px;
}
.cont_about p,.cont_concat p{
  font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 14px;
  color: #4C4C4C;
  line-height: 39px;
  margin-top:9px;
}
.cont_concat p{
  text-align: left;
}

/* 弹窗 */
.applyForm{
  position: fixed;
  height: 550px;
  width: 400px;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);
  
  box-sizing: border-box;
  z-index: 99;
}
.applyForm .form_top{
  height: 38px;
  text-align: center;
}
.applyForm .form_top img{
  cursor: pointer;
  position: absolute;
  right: 9px;
  top: 45px;
}

.app_report h3{
  font-family: PingFangSC-Medium;
  font-size: 18px;
  color: #353B42;
  line-height: 25px;
  margin-top:20px;
}
.app_report{
  padding: 0px 32px 17px 35px;
  background: #fff;
  overflow: hidden;
}
.app_report input{
  font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 14px;
  background: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: block;
  width: 333px;
  height: 32px;
  margin-top: 10px;
  padding-left: 14px;
  box-sizing: border-box;
}
.app_report .err_tip{
  border: 1px solid #FF3E3E;
}

.app_report .form_tip{
  font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 12px;
  color: #FF3E3E;
  position: absolute;
  display: none;
}
.app_report .bname_tip{
    top: 203px;
    right: 39px;
}
.app_report .bphone_tip{
    top: 245px;
    right: 39px;
}
.app_report .bconpany_name_tip{
    top: 287px;
    right: 39px;
}
.app_report .bmail_tip{
    top:329px;
    right: 39px;
}


.app_report textarea{
  font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 14px;
  background: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: block;
  margin-top: 10px;
  resize:none;
  height: 118px;
  width: 333px;
  padding-left: 14px;
  box-sizing: border-box;
   padding-top: 4px;
}
.app_report textarea{
  font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 14px;
  background: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 2px;
  display: block;
  margin-top: 10px;
  resize:none;
  height: 118px;
  width: 330px;
  padding-left: 14px;
  box-sizing: border-box;
   padding-top: 4px;
}
.app_report button{
  height: 32px;
  width: 80px;
  background: #0076FF;
  box-shadow: inset 0 1px 3px 0 rgba(0,0,0,0.10);
  margin-top:15px;
  color:#fff;
  border:none;
  box-sizing: border-box;
  float: right;
}
.app_report button:hover{
  transition: background cubic-bezier(.23,1,.32,1) .3s; 
  background: rgba(0, 118, 255,0.7);
}
.p_sum{
  font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 14px;
  color: #909090;
  height: 32px;
  line-height: 32px;
  background: #FFFFFF;
  border: 1px solid #ddd;
  border-radius: 2px;
  padding-left:3px;
  box-sizing: border-box; 
  width: 333px;
}
.p_sum .sum_down{
  margin-left: 23px;
  margin-right: 4px;
  position: relative;
  top:3px;
  cursor: pointer;
}
.p_sum .sum_up{
  margin-left: 4px;
  position: relative;
  top:3px;
  cursor: pointer;
}
.person_info{
  overflow: hidden;
  font-family: 'PingFangSC-Regular',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 14px;
  color: #353B42;
  margin-top:13px;
}
.person_info_title{
  display: block;
  float: left;
  font-weight: 600;
}
.person_info_cont{
  display: block;
  float: left; 
  width: 225px;
  padding-left: 13px;
}
.app_title{
  font-family: 'PingFangSC-Medium',"Helvetica Neue", Helvetica, Arial,"PingFang SC","Microsoft Yahei", sans-serif;
  font-size: 18px;
  color: #353B42;
  line-height:25px;
  font-weight: 600;
  margin-top:20px; 
  margin-bottom:20px;
}
#info{
  color: #FF3E3E;
  float: right;
  display: none;
}
#binfo{
  color: #FF3E3E;
  position: absolute;
  bottom: 31px;
  left: 33px;
  display: none;
}
.social-share{
    position: fixed;
    top: 165px;
    width: 70px;
    left: 50%;
    transform: translate(-556px);
}

#g-footer{padding:10px 0;border-top:1px solid #ddd;clear:both;font-family:simsun;font-size:12px}#g-footer .g-footer-nav{height:30px;line-height:30px;text-align:center}#g-footer .g-footer-nav a{color:#1a4991;text-decoration:none}#g-footer .g-footer-nav a:hover{color:#f15c00;text-decoration:underline}#g-footer .g-footer-links{color:#666;float:left;line-height:25px;padding:5px 0;text-align:center;width:100%}#g-footer .g-footer-links a,#g-footer .g-footer-record a{color:#243851}#g-footer .g-footer-links a:hover,#g-footer .g-footer-record a:hover{color:#c00}#g-footer .g-footer-record{width:536px;margin:0 auto 10px;overflow:hidden}#g-footer .g-footer-record p{border:1px solid #d2d2d2;float:left;display:inline;font-size:12px;height:50px;line-height:20px;margin:6px;width:120px;overflow:hidden}#g-footer .g-footer-record .fn-fl{padding:3px;float:left}#g-footer .g-footer-record .fn-fr{padding:5px 3px 0;width:72px;float:right}

/*分页*/
.page{
  overflow: hidden;
  margin-top: 40px;
  padding-left: 1px;
}
.page a.paging_on,
.page a.paging_off {
    position: relative;
    float: left;
    padding: 5px 15px;
    line-height: 20px;
    text-decoration: none;
    color: #333;
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    margin-left: -1px;
}
.page a.paging_on {
    z-index: 2;
    color: #fff;
    background-color: #0076FF;
    cursor: default;
}
.detail_contain{
  margin-top: 20px;
}
.detail_contain .pre_report{
  margin-top: 11px;
}
.nva_tiny{
  font-size: 14px;
  line-height: 14px;
  color:#999;
}
.nva_tiny a{
  color: #999;
}
.nva_tiny a:hover{
  transition: color cubic-bezier(.23,1,.32,1) .3s ;
  color: #333;
}
.cont_detail_item img{
  max-width: 100% !important;
}