@charset "utf-8";
/* CSS Document */

/*技术转让详情*/
.information_show {
  height: 400px;
  margin-bottom: 50px;
  margin-top: 30px;
}
.information_show .business_img {
  width: 350px;
  height: 390px;
  float: left;
/*  margin-bottom: 50px;*/
  border: 1px solid #ccc;
  text-align: center;
  position: relative;
}
.information_show .business_img img {
  max-width: 350px;
  max-height: 390px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
}
.information_show .business_choose {
  float: left;
  width: 800px;
  margin-left:48px;
}
.information_show .business_choose h1 {
  font-size: 24px;
  font-weight: bold;
  line-height: 46px;
  color: #333333;
}
.information_show .business_choose .release_data {
  margin: 10px 0;
}
.information_show .business_choose .release_data ul {
  height: 84px;
}
.information_show .business_choose .release_data ul li {
  float: left;
  width: 270px;
  line-height: 40px;
  color: #666666;
  font-size: 14px;
  font-weight: bold;
}
.information_show .business_choose .release_data ul li i {
  font-size: 12px;
  font-weight: normal;
}
.information_show .business_choose .price_total {
  height: 65px;
  background: #f4f4f4;
  line-height: 65px;
}
.information_show .business_choose .price_total span {
  display: inline-block;
  width: 80px;
  margin-left: 10px;
  float: left;
  font-size: 16px;
  color: #999999;
  font-weight: bold;
}
.information_show .business_choose .price_total i {
  font-size: 40px;
  float: left;
  color: #ff6600;
}
.information_show .business_choose .guarantee {
  margin-top: 30px;
  height: 50px;
  line-height: 48px;
  border-bottom: 1px dashed #CCCCCC;
  border-top: 1px dashed #CCCCCC;
}
.information_show .business_choose .guarantee .die_data li {
  float: left;
  width: 130px;
  text-indent: 48px;
}
.information_show .business_choose .guarantee .die_data li:first-child {
  background: url(../images/tech-transfer/falv.png) no-repeat 12px center;
}
.information_show .business_choose .guarantee .die_data li:nth-child(2) {
  background: url(../images/tech-transfer/qianshu.png) no-repeat 12px center;
}
.information_show .business_choose .guarantee .die_data li:nth-child(3) {
  background: url(../images/tech-transfer/guanli.png) no-repeat 12px center;
}
.information_show .business_choose .guarantee .die_data li:last-child {
  background: url(../images/tech-transfer/ka.png) no-repeat 12px center;
}
.information_show .business_choose .apply {
  margin-top: 44px;
}
.information_show .business_choose .apply button {
  width: 178px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: #ff6600;
  color: #fff;
  border-radius: 10px;
  margin-right: 16px;
  font-size: 18px;
  cursor: pointer;
  font-weight: bold;
}
.information_show .business_choose .apply .question {
  background: #fff;
  border: 1px solid #ff6600;
  color: #ff6600;
}
/*
.information_show .customer {
  width: 245px;
  float: left;
  border: 1px solid #CCCCCC;
}
.information_show .customer h4 {
  height: 50px;
  background: #f6f6f6;
  font-size: 18px;
  color: #333;
  padding-left: 15px;
}
.information_show .customer h4 span {
  border-left: 4px solid #f25030;
  padding-left: 12px;
  height: 22px;
  display: inline-block;
  margin-top: 15px;
}
.information_show .customer ul a {
  font-size: 14px;
  display: inline-block;
  width: 100%;
}
.information_show .customer ul a li {
  display: block;
  line-height: 30px;
*/
/*
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  margin-left: 15px;
  color: #666;
  width: 210px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.information_show .customer ul a li span {
  line-height: 28px;
  float: left;
  margin-right: 18px;
}
.information_show .customer ul a li:hover {
  color: #FFFFFF;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.information_show .customer ul a:hover {
  color: #fff;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  background-color: #f25030;
}
*/
.All_content {
  width: 1200px;
  margin:0 auto;
  margin-bottom: 60px;
}
.All_content .content_warp {
  border: 1px solid #ccc;
  border-top: none;
  padding-top: 34px;
}
.All_content .content {
  margin: 0 42px 34px 42px;
}
.All_content .content .detail_info {
  border-top: 1px solid #bfbfbf;
  border-right: 1px solid #bfbfbf;
  margin-bottom: 20px;
}
.All_content .content .detail_info li {
  float: left;
  width: 49.8%;
  height: 46px;
  border: 1px solid #bfbfbf;
  border-top: none;
  border-right: none;
}
.All_content .content .detail_info li b {
  width: 120px;
  border-right: 1px solid #bfbfbf;
  text-align: center;
  text-indent: 0;
  font-size: 12px;
  color: #333;
  background: #f6f6f6;
  line-height: 46px;
  float: left;
}
.All_content .content .detail_info li span {
  margin-top: 0;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  width: 295px;
  float: left;
  height: 46px;
  line-height: 46px;
  text-indent: 10px;
}
.All_content .details_txt {
  width: 100%;
}
.All_content .details_txt ul li {
  padding-top: 35px;
  position: relative;
}
.All_content .details_txt ul li .intro {
  margin: 0 50px 0 40px;
  float: left;
  text-align: center;
  width: 90px;
}
.All_content .details_txt ul li .intro h4 {
  font-size: 50px;
  font-weight: bold;
  color: #666;
}
.All_content .details_txt ul li .intro p {
  font-size: 18px;
}
.All_content .details_txt ul li .contents {
  font-size: 14px;
  line-height: 36px;
  text-align: justify;
  padding-right: 20px;
  overflow: hidden;
  height: 118px;
  border-bottom: 1px solid #ccc;
}
.All_content .details_txt ul li .showSelect {
  color: #ce0000;
  position: absolute;
  bottom: 0;
  right: 36px;
  cursor: pointer;
}
.All_content .patent-title {
  font-size: 30px;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 20px;
  color: #333333;
  font-weight:normal;
  letter-spacing:2px;
}
.All_content .trade_reg {
  overflow: hidden;
  padding: 15px 0;
}
.All_content .trade_reg .clear {
  margin: auto;
  display: table;
}
.All_content .trade_reg .clear li {
  width: 184px;
  float: left;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  height: 180px;
}
.All_content .trade_reg .clear li img {
  max-width: 95px;
  max-height: 105px;
}
.All_content .trade_reg .clear li h3 {
  margin: 13px 0;
  font-size: 16px;
}
.All_content .trade_reg .clear li div {
  height: 46px;
  overflow: hidden;
  padding: 0 15px;
}
.All_content .trade_reg .clear li i {
  position: absolute;
  width: 70px;
  height: 17px;
  right: -35px;
  top: 45px;
}
.All_content .tm-material-div {
  margin: 60px auto;
  width: 1053px;
  height: 204px;
  border-radius: 10px;
}
.All_content .top_mater ul {
  width: 1053px;
  height: 54px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  background: #cc6633;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.All_content .top_mater ul li {
  float: left;
  line-height: 54px;
  text-align: center;
  width: 260px;
}
.All_content .top_mater ul li:first-child {
  width: 532px;
  border-right: 1px solid #ccc;
}
.All_content .contxt {
  height: 148px;
  border: 1px solid #CCCCCC;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.All_content .contxt ul {
  float: left;
  height: 148px;
}
.All_content .contxt ul.first {
  width: 88px;
  border-right: 1px solid #ccc;
}
.All_content .contxt ul.first li {
  height: 49px;
  line-height: 49px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.All_content .contxt ul.first li:last-child {
  border: none;
}
.All_content .contxt ul.first1 {
  width: 220px;
  border-right: 1px solid #ccc;
}
.All_content .contxt ul.first1 li {
  height: 49px;
  line-height: 49px;
  text-align: center;
  border-bottom: 1px solid #ccc;
}
.All_content .contxt ul.first1 li p {
  line-height: 24px;
}
.All_content .contxt ul.first1 li:last-child {
  border: none;
}
.All_content .contxt ul.first2 {
  width: 221px;
}
.All_content .contxt ul.first3 {
  width: 259px;
  border-right: 1px solid #ccc;
}
.All_content .contxt ul.first3 li {
  text-align: center;
  margin-top: 44px;
}
.All_content .contxt ul.first3 li p {
  line-height: 24px;
}
.All_content .contxt ul.first3 li:last-child {
  border: none;
}
.All_content .contxt ul.first4 {
  border: none;
}
.All_content .service_merit {
  min-height: 275px;
  margin: 55px 0;
}
.All_content .service_merit ul {
  margin: auto 34px;
}
.All_content .service_merit ul li {
  width: 214px;
  float: left;
  text-align: center;
  height: 280px;
  margin-left: 12px;
  box-shadow: 0 0 0 1px #ccc;
  background: #FFFFFF;
  margin-bottom: 30px;
}
.All_content .service_merit ul li h3 {
  margin: 20px 0;
  font-size: 18px;
  position: relative;
  z-index: 1;
}
.All_content .service_merit ul li h3 i {
  display: block;
  width: 30px;
  height: 4px;
  background: #f25030;
  margin: 5px auto auto;
}
.All_content .service_merit ul li img {
  width: 215px;
  height: 120px;
}
.All_content .service_merit ul li div.content {
  width: 162px;
  overflow: hidden;
  font-size: 14px;
  margin: auto;
  position: relative;
  z-index: 1;
  line-height: 24px;
  height: 68px;
}
.All_content .service_merit ul li:last-child {
  border: none;
}
.hover {
  height: auto !important;
}
.product-detail-fixed {
  position: fixed;
  top: 0;
  z-index: 150;
}
.lineTOP {
  width: 1200px;
  height: 51px;
  background: #f6f6f6;
  box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.14);
}
.lineTOP .serviceTab {
  width: 1200px;
  height: 50px;
  margin: auto;
}
.lineTOP .serviceTab li {
  float: left;
  width: 150px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  position: relative;
  font-size: 16px;
  cursor: pointer;
  overflow: hidden;
  box-sizing: border-box;
  border-left: 1px solid #ccc;
}
.lineTOP .serviceTab li a {
  color: #666;
}
.lineTOP .serviceTab li i {
  position: absolute;
  left: 0;
  bottom: 0;
  display: none;
  width: 100%;
  height: 2px;
  background: #f25030;
}
.serviceTab li.bg {
  background: #f25030;
}
.serviceTab li.bg a {
  color: #fff;
  background: #f25030;
}
.serviceTab li.bg i {
  display: block;
}
img {
  vertical-align: top;
  border: 0;
}

#MagnifierWrap2 {
  position: relative;
  width: 390px;
  margin: 50px auto;
}
.MagnifierMain {
  position: relative;
  width: 390px;
  height: 390px;
  border: 1px solid #ccc;
  margin: 0 auto;
}
.MagnifierMain img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.MagnifierDrag {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ccc;
  opacity: 0.4;
  filter: alpha(opacity=40);
  cursor: move;
}
.MagnifierPop {
  position: absolute;
  top: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ccc;
}
.MagnifierImg {
  position: absolute;
  top: 0;
  left: 0;
}
.spec-items {
  position: relative;
  width: 350px;
  height: 124px;
  overflow: hidden;
  padding-top: 10px;
  margin: 0 auto;
}
.spec-items ul {
  width: 900%;
  position: absolute;
  top: 10px;
  left: 0;
}
.spec-items ul * {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.spec-items li {
  width: 120px;
  height: 120px;
  float: left;
  overflow: hidden;
  margin-right: 11px;
  border: 1px solid #ccc;
  cursor: pointer;
  position: relative;
}
.spec-items li:last-child {
  margin-right: 0;
}
.spec-items li.on {
  border: 1px solid #000;
}
.spec-items li img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
span.spe_leftBtn,
span.spe_rightBtn {
  position: absolute;
  bottom: 2px;
  display: block;
  width: 20px;
  height: 122px;
  line-height: 122px;
  text-align: center;
  font-size: 26px;
  color: #999;
  cursor: default;
  background-color: #c0b7b7;
  z-index: 99;
}
span.on {
  background-color: #f25030;
  color: #fff;
  cursor: pointer;
}
span.spe_leftBtn {
  left: 0;
}
span.spe_rightBtn {
  right: 0;
}
.content_warp .details_txt .contents img{
  width: 1000px;
}
/*技术转让详情结束*/

/*技术专利需求详情*/
.details_top {
  height: 170px;
  border-bottom: 1px solid #ccc;
}
.details_top h1 {
  margin: 23px 0;
  font-size: 24px;
  color: #333;
}
.details_top dl {
  width: 630px;
  float: left;
}
.details_top dl dd {
  width: 300px;
  float: left;
  font-size: 14px;
  line-height: 32px;
}
.details_top dl dd span {
  display: inline-block;
  width: 96px;
  font-weight: bold;
}
.details_top dl dd i {
  display: inline-block;
  width: 200px;
}
.details_top .details_price {
  float: right;
}
.details_top .details_price p {
  line-height: 90px;
  float: left;
}
.details_top .details_price p span {
  font-size: 18px;
  font-weight: bold;
}
.details_top .details_price p i {
  font-size: 40px;
  color: #f25030;
}
.details_top .details_price button {
  float: left;
  margin-top: 15px;
  margin-left: 70px;
  width: 178px;
  height: 50px;
  background: #f25030;
  font-size: 18px;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
.details_bottom {
  overflow:auto;
  margin: 40px auto 60px;
}
.details_bottom .details_bottom_left {
  border: 1px solid #ccc;
}
.details_bottom .details_bottom_left h3 {
  background: #f6f6f6;
  font-size: 18px;
  padding-left: 15px;
  height: 52px;
}
.details_bottom .details_bottom_left h3 span {
  border-left: 4px solid #f25030;
  padding-left: 12px;
  height: 22px;
  display: inline-block;
  margin-top: 15px;
}
.details_bottom .details_bottom_left ul li {
  padding-top: 35px;
  position: relative;
}
.details_bottom .details_bottom_left ul li .intro {
  margin: 0 50px 0 40px;
  float: left;
  text-align: center;
}
.details_bottom .details_bottom_left ul li .intro h4 {
  font-size: 50px;
  font-weight: bold;
  color: #666;
}
.details_bottom .details_bottom_left ul li .intro p {
  font-size: 18px;
}
.details_bottom .details_bottom_left ul li .content {
  font-size: 14px;
  line-height: 36px;
  text-align: justify;
  padding-right: 20px;
  overflow: hidden;
  height: 118px;
  border-bottom: 1px solid #ccc;
}
.details_bottom .details_bottom_left ul li .showSelect {
  color: #ce0000;
  position: absolute;
  bottom: 0;
  right: 36px;
  cursor: pointer;
}
.details_bottom .details_bottom_left ul li .content1 {
  border-bottom: 1px solid #ccc;
}
.hover {
  height: auto !important;
}










