@charset "utf-8";

:hover{
  -webkit-transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
  transition:all 0.3s ease;
}

/*图片放大公用类*/
.picfd img{
  -webkit-transition:0.5s ease;
  -moz-transition:0.5s ease;
  -o-transition:0.5s ease;
  -ms-transition:0.5s ease;
}
.picfd:hover img{
  transform:scale(1.1);
  -webkit-transform:scale(1.1);
  -moz-transform:scale(1.1);
  -o-transform:scale(1.1);
  -ms-transform:scale(1.1);
}

html,body{
  min-width:1400px;
}

.container{
  width:1400px;
  margin-right:auto;
  margin-left:auto;
}

/* 图片自适应 */
img {
  max-width: 100%;
  height: auto;
  width: auto\9;
  /* ie8 */
  -ms-interpolation-mode: bicubic;
  /*为了照顾ie图片缩放失真*/
  border: none;
}

select {
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.bgf5f5f5{
	background-color: #f5f5f5;
}

/* 头部 */
.header{
	width: 100%;
}
.header_t{
	width: 100%;
	background-color: #e5e5e5;
}
.header_t .item1{
	margin-right: 20px;
}
.header_t .item1 .wbk1{
	font-size: 16px;
	color: #000;
	width: 54px;
	height: 52px;
	line-height: 52px;
	padding-right: 13px;
	background: url(../images/pic1.png) no-repeat right center;
	border: 0px;
}
.header_t .item2{
	font-size: 14px;
	color: #010101;
	height: 52px;
	line-height: 52px;
}
.header_t .item2 p{
	margin-left: 20px;
	padding-left: 21px;
	background: url(../images/pic5.png) no-repeat left center;
}
.header_t .item2 p:first-child{
	margin-left: 0px;
	padding-left: 0px;
	background: none;
}
.header_t .item2 p img{
	width: 16px;
	height: 16px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.header_t .item2 p a{
	color: #010101;
}
.header_t .item2 p a:hover{
	color: #e5a51d;
}
.header_t .hb{
	width: auto !important;
}
.header_c{
	width: 100%;
	height: 132px;
}
.header_c .logo{
	margin-top: 48px;
}
.header_c .logo img{
	height: 55px;
}
.header_c .operation{
	font-size: 18px;
	color: #545353;
	height: 22px;
	line-height: 22px;
	margin-top: 70px;
}
.header_c .operation p{
	margin-left: 20px;
	padding-left: 21px;
	background: url(../images/pic8.png) no-repeat left center;
}
.header_c .operation p:first-child{
	margin-left: 0px;
	padding-left: 0px;
	background: none;
}
.header_c .operation p img{
	width: 22px;
	height: 22px;
	margin-right: 20px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.header_c .operation p span.style1{
	padding-right: 8px;
	position: relative;
}
.header_c .operation p span.style1 bdo{
	font-size: 12px;
	color: #fff;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #e5a51d;
	border-radius: 20px;
	position: absolute;
	top: -8px;
	right: 20px;
	z-index: 2;
}
.header_c .operation p a{
	color: #545353;
}
.header_c .operation p a:hover{
	color: #e5a51d;
}
.header_c .search{
	width: 560px;
	height: 46px;
	margin: 50px 80px 0 0;
	background-color: #fff;
	border: 2px solid #e5a51d;
	border-radius: 5px;
	position: relative;
}
.header_c .search .wbk1{
	font-size: 16px;
	color: #545353;
	width: 345px;
	height: 46px;
	line-height: 46px;
	padding: 0 20px 0 67px;
	/* background: url(../images/pic9.png) no-repeat 20px center; */
	border: 0px;
}
.header_c .search .zsw{
	width: 27px;
	height: 27px;
	position: absolute;
	top: 10px;
	left: 20px;
}
.header_c .search .btn1{
	font-size: 20px;
	color: #fff;
	width: 130px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #e5a51d;
	border: 0px;
	border-radius: 5px;
	position: absolute;
	top: -2px;
	right: -2px;
}
.header_c .search ::-webkit-input-placeholder { /* WebKit browsers */
	color: #bfbfbf;
}
.header_c .search :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #bfbfbf;
}
.header_c .search ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #bfbfbf;
}
.header_c .search :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #bfbfbf;
}
.header_b{
	width: 100%;
	background-color: #00323f;
}
.header_b ul{
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 999999;
}
.header_b ul li{
	padding: 0 20px;
}
.header_b ul li>a{
	font-size: 18px;
	color: #fff;
	min-height: 80px;
	line-height: 30px;
	text-align: center;
	display: flex;
	align-items: center;
}
.header_b ul li>a:hover, .header_b ul li>a.on{
	color: #e5a51d;
}
.header_b ul li .xl{
	width: 385px;
	background-color: #fff;
	-webkit-box-shadow:2px 2px 14px rgba(15	, 16, 16, .17);
	-moz-box-shadow:2px 2px 14px rgba(15 , 16, 16, .17);
	box-shadow:2px 2px 14px rgba(15	, 16, 16, .17);
	position: absolute;
	top: 100%;
	left: 0px;
  display: none;
  -webkit-transition:all 0s ease;
  -moz-transition:all 0s ease;
  -o-transition:all 0s ease;
  transition:all 0s ease;
}
.header_b ul li .xl .item{
	width: 395px;
}
.header_b ul li .xl .item .title{
	width: 385px;
}
.header_b ul li .xl .item .title a{
	font-size: 18px;
	color: #6a6a6a;
	width: 296px;
	height: 48px;
	line-height: 48px;
	padding: 0 59px 0 30px;
	background: url(../images/pic110.png) no-repeat right 30px center;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.header_b ul li .xl .item:hover .title a {
  color: #fff;
	background: #00323f url(../images/pic110h.png) no-repeat right 30px center;
}
.header_b ul li .xl .item.on .title a {
  color: #fff;
	background: #00323f url(../images/pic110h.png) no-repeat right 30px center;
}
.header_b ul li .xl .item .text {
  width: 935px;
  padding: 25px 30px;
	background-color: #fff;
	-webkit-box-shadow:2px 2px 14px rgba(15	, 16, 16, .17);
	-moz-box-shadow:2px 2px 14px rgba(15 , 16, 16, .17);
	box-shadow:2px 2px 14px rgba(15	, 16, 16, .17);
  position: absolute;
  top: 0px;
  left: 395px;
  display: none;
  -webkit-transition:all 0s ease;
  -moz-transition:all 0s ease;
  -o-transition:all 0s ease;
  transition:all 0s ease;
}
.header_b ul li .xl .item .text .text_nr {
	width: 100%;
	margin-top: 14px;
}
.header_b ul li .xl .item .text .text_nr:first-child {
	margin-top: 0px;
}
.header_b ul li .xl .item .text .text_nr .title2 {
	font-size: 20px;
	color: #00323f;
	padding-left: 20px;
	background: url(../images/pic111.png) no-repeat left center;
}
.header_b ul li .xl .item .text .text_nr .title2 a {
	color: #00323f;
}
.header_b ul li .xl .item .text .text_nr .title2 a:hover {
	text-decoration: underline;
}
.header_b ul li .xl .item .text .text_nr .content {
	font-size: 16px;
	color: #898989;
	line-height: 30px;
	margin-top: 10px;
	padding-left: 20px;
}
.header_b ul li .xl .item .text .text_nr .content a {
	color: #898989;
}
.header_b ul li .xl .item .text .text_nr .content a:hover {
	text-decoration: underline;
}
.header_b ul li .xl .item .text .text_nr .content span.style1 {
	margin: 0 20px;
}

/* banner */
.banner {
	width: 100%;
	padding-top: 10px;
}
.swiper1 {
  width: 100%;
  height: 606px;
}
.swiper1 .item {
  width: 100%;
  height: 100%;
  display: block;
}
.swiper1 .swiper-button-next,
.swiper1 .swiper-button-prev {
  position: absolute;
  top: 364px;
  width: 25px;
  height: 44px;
  /* margin-top: -40px; */
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
.swiper1 .swiper-button-prev {
  background: url(../images/pic1.png) no-repeat center;
  left: 5.2%;
  right: auto;
}
.swiper1 .swiper-button-next {
  background: url(../images/pic2.png) no-repeat center;
  right: 5.2%;
  left: auto;
}
.swiper1 .swiper-button-prev:hover {
  background: url(../images/pic1.png) no-repeat center;
}
.swiper1 .swiper-button-next:hover {
  background: url(../images/pic2.png) no-repeat center;
}
.swiper1 .swiper-button-next:after,
.swiper1 .swiper-button-prev:after {
  content: "";
}
.swiper1 .swiper-pagination {
  font-size: 0px;
  width: 100%;
  bottom: 40px;
  left: 0;
}
.swiper1 .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 10px !important;
  display: inline-block;
  border-radius: 12px;
  background: rgba(255, 255, 255, .7);
  opacity: 1;
}
.swiper1 .swiper-pagination-bullet-active {
	width: 40px;
  background: rgba(255, 255, 255, 1);
}

/* 底部 */
.footer{
	width: 100%;
	background-color: #00323f;
}
.footer_t{
	width: 100%;
	padding: 40px 0;
}
.footer_t1{
	width: 990px;
}
.footer_t1 .item{
	width: 220px;
	padding-right: 10px;
}
.footer_t1 .item1{
	font-size: 20px;
	color: #fff;
	width: 100%;
	line-height: 100%;
}
.footer_t1 .item2{
	font-size: 16px;
	color: #fff;
	width: 100%;
	line-height: 48px;
	margin-top: 14px;
}
.footer_t1 .item2 p{
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.footer_t1 a{
	color: #fff;
}
.footer_t1 a:hover{
	color: #e5a51d;
}
.footer_t2{
	width: 390px;
}
.footer_t2 .item1{
	font-size: 20px;
	color: #fff;
	width: 100%;
	line-height: 100%;
}
.footer_t2 .item2{
	width: 100%;
	padding: 10px 0 20px;
}
.footer_t2 .item2 p{
	width: 52px;
	margin: 10px 10px 0 0;
}
.footer_t2 .item2 p img{
	width: 52px;
	height: 52px;
}
.footer_t2 .item3{
	width: 388px;
	height: 52px;
	margin-top: 20px;
	background-color: #fff;
	border: 1px solid #e5a51d;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}
.footer_t2 .item3 .wbk1{
	font-size: 16px;
	color: #545353;
	width: 269px;
	height: 52px;
	line-height: 52px;
	padding: 0 10px;
	background: none;
	border: 0px;
}
.footer_t2 .item3 .btn1{
	font-size: 16px;
	color: #fff;
	width: 100px;
	height: 54px;
	line-height: 54px;
	text-align: center;
	background: #e5a51d;
	border: 0px;
	/* border-radius: 5px; */
	position: absolute;
	top: -1px;
	right: -1px;
}
.footer_t2 .item3 ::-webkit-input-placeholder { /* WebKit browsers */
	color: #bfbfbf;
}
.footer_t2 .item3 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #bfbfbf;
}
.footer_t2 .item3 ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #bfbfbf;
}
.footer_t2 .item3 :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #bfbfbf;
}
.footer_b{
	font-size: 16px;
	color: #fff;
	width: 100%;
	line-height: 47px;
	border-top: 1px solid rgba(255, 255, 255, .1);
}
.footer_b .item{
	max-width: 690px;
}
.footer_b span.style1{
	margin: 0 24px;
}
.footer_b a{
	color: #fff;
}
.footer_b a:hover{
	color: #e5a51d;
}

/*page*/
.pages {
  font-size: 0;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;
}
.pages a {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  padding: 0 0px;
  margin: 0 5px;
  font-size: 14px;
  color: #2f3032;
  border-radius: 0px;
  transition: all 0.5s;
}
.pages strong {
  display: inline-block;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  padding: 0 0px;
  margin: 0 5px;
	font-size: 14px;
	font-weight: normal;
  color: #2f3032;
  border-radius: 0px;
  transition: all 0.5s;
}
.pages a:first-child,
.pages a:last-child {
	font-size: 14px;
  width: 74px;
}
.pages a:hover,
.pages a.on {
  background: #dea212;
  border: 1px solid #dea212;
  color: #fff;
}

/* 公用搜索 */
.search2{
	width: 431px;
	height: 46px;
	background-color: #fff;
	border: 2px solid #3078a7;
	border-radius: 5px;
	position: relative;
}
.search2 .wbk1{
	font-size: 16px;
	color: #999;
	width: 216px;
	height: 46px;
	line-height: 46px;
	padding: 0 20px 0 67px;
	/* background: url(../images/pic9.png) no-repeat 20px center; */
	border: 0px;
}
.search2 .zsw{
	width: 27px;
	height: 27px;
	position: absolute;
	top: 10px;
	left: 20px;
}
.search2 .btn1{
	font-size: 20px;
	color: #fff;
	width: 130px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #3078a7;
	border: 0px;
	border-radius: 5px;
	position: absolute;
	top: -2px;
	right: -2px;
}
.search2 ::-webkit-input-placeholder { /* WebKit browsers */
	color: #bfbfbf;
}
.search2 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #bfbfbf;
}
.search2 ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #bfbfbf;
}
.search2 :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #bfbfbf;
}

/* 首页 */
.main{
	width: 100%;
	overflow: hidden;
}
.main h2{
	width: 100%;
}
.main h2 span.style1{
	font-size: 36px;
	color: #00323f;
	line-height: 36px;
}
.main h2 span.style1 img{
	height: 36px;
	margin-right: 20px;
}
.main h2 span.style2{
	font-size: 24px;
	color: #4a4a4a;
	line-height: 100%;
	margin-top: 12px;
}
.main h2 span.style2 bdo{
	margin: 0 16px 0 20px;
}
.main h2 a{
	font-size: 20px;
	color: #707070;
	line-height: 100%;
	text-decoration: underline;
	margin-top: 8px;
	margin-right: 30px;
}
.main h2 a:hover{
	color: #e5a51d;
}

.main1{
	width: 100%;
	padding: 60px 0;
	background-color: #f5f5f5;
}
.main1_1{
	width: 1400px;
	margin-top: 36px;
}
.main1_1 ul{
	margin: -31px -31px 0 0;
}
.main1_1 ul li{
	width: 446px;
	margin: 31px 31px 0 0;
}
.main1_1 ul li:nth-child(1){
	width: 923px;
}
.main1_1 ul li:nth-child(4){
	width: 923px;
}
.main1_1 ul li .item{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.main1_1 ul li .item .pic{
	width: 100%;
	overflow: hidden;
}
.main1_1 ul li .item .pic img{
	width: 100%;
	height: 449px;
}
.main1_1 ul li .item .text{
	position: absolute;
	bottom: 40px;
	right: 50px;
	left: 50px;
}
.main1_1 ul li .item .text .title{
	font-size: 30px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	line-height: 31px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main1_1 ul li .item .text .content{
	font-size: 18px;
	color: #fff;
	width: 100%;
	line-height: 100%;
	margin: 20px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main1_1 ul li .item .text .more{
	width: 100%;
	display: none;
  -webkit-transition:all 0s ease;
  -moz-transition:all 0s ease;
  -o-transition:all 0s ease;
  transition:all 0s ease;
}
.main1_1 ul li .item .text .more span{
	font-size: 14px;
	color: #fffffe;
	min-width: 110px;
	max-width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	padding: 0 10px;
	background-color: #e5a51d;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.main2{
	width: 100%;
	padding: 60px 0;
}
.main2_1{
	width: 1400px;
	margin-top: 36px;
}
.main2_1 ul{
	margin: -21px -21px 0 0;
}
.main2_1 ul li{
	width: 263px;
	margin: 21px 21px 0 0;
}
.main2_1 ul li .item{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.main2_1 ul li .item .pic{
	width: 100%;
	overflow: hidden;
}
.main2_1 ul li .item .pic img{
	width: 100%;
	height: 301px;
}
.main2_1 ul li .item .text{
	position: absolute;
	bottom: 38px;
	right: 20px;
	left: 20px;
}
.main2_1 ul li .item .text .title{
	font-size: 24px;
	color: #fff;
	width: 100%;
	line-height: 28px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.main2_2{
	margin: 30.5px -29.5px 0 0;
}
.main2_2 .item{
	width: 447px;
	margin: 29.5px 29.5px 0 0;
	padding-bottom: 50px;
	background-color: #f8f8f8;
}
.main2_2 .item .title{
	width: 447px;
}
.main2_2 .item .title span.style1{
	font-size: 20px;
	color: #fff;
	width: 160px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	padding: 0 5px;
	background-color: #00323f;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main2_2 .item .title a{
	font-size: 16px;
	color: #616161;
	line-height: 100%;
	text-decoration: underline;
	margin-top: 13px;
	margin-right: 30px;
}
.main2_2 .item .title a:hover{
	color: #e5a51d;
}
.main2_2 .item .list{
	width: 407px;
	padding: 30px 15px 0 25px;
	height: 370px;
	overflow: hidden;
	overflow-y: auto;
}
.main2_2 .item .list ul{
	width: 100%;
	margin: -13px 0;
}
.main2_2 .item .list ul li{
	font-size: 14px;
	color: #959595;
	line-height: 44px;
	text-align: right;
}
.main2_2 .item .list ul li a{
	font-size: 18px;
	color: #3c3c3c;
	width: 280px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.main2_2 .item .list ul li a:hover{
	color: #00323f;
}
.main2_2 .item .list *{
  -webkit-transition:all 0s ease;
  -moz-transition:all 0s ease;
  -o-transition:all 0s ease;
  transition:all 0s ease;
}
.main2_2 .item .list .mCSB_inside > .mCSB_container{
  margin-right: 27px;
}
.main2_2 .item .list .mCSB_scrollTools{
  width: 5px;
  opacity: 1;
}
.main2_2 .item .list .mCSB_scrollTools .mCSB_draggerRail{
  width: 5px;
  background-color: #00323f;
  border-radius: 5px;
}
.main2_2 .item .list .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
  width: 5px;
  background-color: #e8c14a;
  border-radius: 5px;
}

/* 数量加减 */
.qnumber{
	font-size: 0px;
	width: 182px;
	height: 52px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	display: inline-block;
}
.qnumber span{
	font-size: 20px;
	color: #b6b6b6;
	width: 43px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background-color: #eee;
	border: 0px;
	display: inline-block;
	cursor: pointer;
}
.qnumber input{
	font-size: 18px;
	color: #646768;
	width: 96px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background-color: #fff;
	border: 0px;
	display: inline-block;
	position: relative;
	top: -1px;
}

.qnumber2{
	font-size: 0px;
	width: 146px;
	height: 38px;
	line-height: 100%;
	background-color: #fff;
	border: 1px solid #e4e4e4;
	display: inline-block;
}
.qnumber2 span{
	font-size: 20px;
	color: #b6b6b6;
	width: 38px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #fff;
	border: 0px;
	display: inline-block;
	cursor: pointer;
}
.qnumber2 input{
	font-size: 18px;
	color: #646768;
	width: 68px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background: none;
	border: 0px;
	border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;
	display: inline-block;
	position: relative;
	top: -1px;
}

/* 面包屑 */
.crumb{
	font-size: 16px;
	color: #5a5a5a;
	width: 100%;
	line-height: 40px;
	padding: 10px 0;
	background-color: #ededed;
}
.crumb img{
	height: 23px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.crumb a{
	color: #5a5a5a;
}
.crumb a:hover{
	color: #3078a7;
}
.crumb span.style1{
	color: #3078a7;
}

/* 前台页面 */
.qt_main{
	width: 100%;
	padding: 10px 0 60px;
	overflow: hidden;
}

.qt_main1{
	width: 100%;
}
.qt_main1_1{
	font-size: 26px;
	color: #000;
	line-height: 70px;
	margin-top: 30px;
	padding: 0 36px;
	background-color: #e4e4e4;
}
.qt_main1_2{
	margin-top: 20px;
	padding: 10px 10px 10px 36px;
	background-color: #fff;
}
.qt_main1_2 span.style1{
	font-size: 18px;
	color: #565656;
	line-height: 53px;
	margin: 10px 0;
	display: inline-block;
}
.qt_main1_2 a{
	font-size: 18px;
	color: #000;
	width: 163px;
	height: 51px;
	line-height: 51px;
	text-align: center;
	margin: 10px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	display: inline-block;
}
.qt_main1_2 a:hover{
	color: #fff;
	background-color: #3078a8;
	border: 1px solid #3078a8;
}
.qt_main1_3{
	margin-top: 20px;
	padding: 40px 36px 48px;
	background-color: #fff;
}
.qt_main1_3 .item1{
	font-size: 18px;
	color: #000;
	line-height: 100%;
}
.qt_main1_3 .item2{
	margin-top: 40px;
}
.qt_main1_3 .item2_l{
	width: 500px;
}
.qt_main1_3 .item2_l1{
	font-size: 16px;
	color: #000;
	width: 100%;
	line-height: 36px;
	margin: -10px 0;
}
.qt_main1_3 .item2_l2{
	width: 100%;
	margin-top: 50px;
	text-align: center;
}
.qt_main1_3 .item2_l2 a, .qt_main1_3 .item2_l2 .btn1{
	font-size: 16px;
	color: #fff;
	width: 202px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	background-color: #3078a8;
	border: 0px;
	display: inline-block;
}
.qt_main1_3 .item2_r{
	width: 800px;
	text-align: center;
}
.qt_main1_3 .item2_r1{
	width: 459px;
	height: 216px;
	border: 1px solid #d8d8d8;
}
.qt_main1_3 .item2_r1 img{
	width: 459px;
	height: 216px;
}
.qt_main1_3 .item2_r2{
	font-size: 16px;
	color: #414141;
	width: 461px;
	margin-top: 20px;
}
.qt_main1_4{
	margin-top: 20px;
	padding: 40px 36px 60px;
	background-color: #fff;
}
.qt_main1_4 .item1{
	font-size: 18px;
	color: #000;
	line-height: 100%;
}
.qt_main1_4 .item2{
	margin: 22px -18px 0 0;
}
.qt_main1_4 .item2 p{
	width: 190px;
	height: 77px;
	margin: 18px 18px 0 0;
	border: 1px solid #dfdfdf;
	position: relative;
	cursor: pointer;
}
.qt_main1_4 .item2 p img{
	width: 190px;
	height: 77px;
}
.qt_main1_4 .item2 p.on{
	border: 1px solid #3078a8;
}
.qt_main1_4 .item3{
	margin-top: 60px;
}
.qt_main1_4 .item3 a, .qt_main1_4 .item3 .btn1{
	font-size: 16px;
	color: #fff;
	width: 202px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	margin-left: 204px;
	background-color: #3078a8;
	border: 0px;
	display: inline-block;
}
.qt_main1_5{
	margin-top: 30px;
	background-color: #fff;
}
.qt_main1_5 table{
	width: 100%;
}
.qt_main1_5 table thead tr{
	font-size: 18px;
	color: #565656;
	width: 100%;
	height: 80px;
	background-color: #e4e4e4;
}
.qt_main1_5 table tbody tr{
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 30px;
}
.qt_main1_5 table tbody tr.padding1 td{
	padding-top: 40px;
}
.qt_main1_5 table tbody tr.padding2 td{
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 2px solid #f5f5f5;
}
.qt_main1_5 table tbody tr.padding3 td{
	padding-top: 30px;
	background-color: #f5f5f5;
}
.qt_main1_5 table tr td{
	text-align: center;
	padding: 0 10px;
}
.qt_main1_5 table tr td.style1{
	width: 450px;
	text-align: left;
	padding-left: 60px;
}
.qt_main1_5 table tr td.style2{
	width: 150px;
}
.qt_main1_5 table tr td.style3{
	width: 190px;
}
.qt_main1_5 table tr td.style4{
	width: 130px;
}
.qt_main1_5 table tr td.style5{
	width: 160px;
}
.qt_main1_5 table tr td.style6{
	width: 150px;
}
.qt_main1_5 table tr td.style7{
	text-align: left;
	padding-left: 60px;
}
.qt_main1_5 table tr td .nr1{
	font-size: 16px;
	font-weight: bold;
	color: #000;
	line-height: 23px;
}
.qt_main1_5 table tr td .nr1 img{
	height: 23px;
	margin-right: 10px;
}
.qt_main1_5 table tr td .nr1 a{
	color: #000;
}
.qt_main1_5 table tr td .nr1 a:hover{
	color: #3078a8;
}
.qt_main1_5 table tr td .nr2{
	width: 450px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.qt_main1_5 table tr td .nr2 .pic{
	width: 147px;
	height: 126px;
	border: 1px solid #dfdfdf;
}
.qt_main1_5 table tr td .nr2 .pic img{
	width: 147px;
	height: 126px;
}
.qt_main1_5 table tr td .nr2 .text{
	width: 281px;
}
.qt_main1_5 table tr td .nr2 .text .title{
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qt_main1_5 table tr td .nr2 .text .title a{
	color: #000;
}
.qt_main1_5 table tr td .nr2 .text .title a:hover{
	color: #3078a8;
}
.qt_main1_5 table tr td .nr2 .text .content{
	font-size: 16px;
	color: #686868;
	width: 100%;
	line-height: 26px;
	margin-top: 8px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qt_main1_5 table tr td .nr3{
}
.qt_main1_5 table tr td .nr3 a{
	color: #000;
}
.qt_main1_5 table tr td .nr3 a:hover{
	color: #3078a8;
}
.qt_main1_5 table tr td .nr4{
	height: 40px;
}
.qt_main1_5 .qcheckbox1{
	width: 22px;
	height: 22px;
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}
.qt_main1_5 table tr td.style7 .qcheckbox1{
	top: auto;
	bottom: 0px;
	transform: translateY(0%);
}
.qt_main1_6{
	font-size: 18px;
	color: #565656;
	line-height: 40px;
	padding: 16px 40px;
	background-color: #fff;
}
.qt_main1_6 .item{
	margin-left: 70px;
}
.qt_main1_7{
	font-size: 18px;
	color: #565656;
	line-height: 80px;
	background-color: #fff;
}
.qt_main1_7 .qcheckbox1{
	width: 22px;
	height: 22px;
	margin: 29px 20px 0 30px;
}
.qt_main1_7 .style1{
	cursor: pointer;
}
.qt_main1_7 .style2{
	margin-left: 30px;
	cursor: pointer;
}
.qt_main1_7 .style3{
	font-size: 20px;
	color: #fff;
	width: 188px;
	height: 80px;
	line-height: 30px;
	text-align: center;
	padding: 10px;
	background-color: #3078a8;
	border: 0px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
  align-items: center;
}
.qt_main1_7 .style4{
	max-width: 360px;
	margin-right: 30px;
	line-height: 30px;
	padding: 10px 0;
	display: flex;
	flex-wrap: wrap;
}
.qt_main1_8{
	font-size: 18px;
	color: #565656;
	line-height: 80px;
	margin-top: 30px;
	padding: 0 36px;
	background-color: #fff;
}
.qt_main1_8 .style2{
	margin: 0 30px;
}
.qt_main1_8 .style2 input{
	width: 18px;
	height: 18px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.qt_main1_8 .style3{
	margin: 0 0 0 30px;
}
.qt_main1_8 .style3 input{
	width: 18px;
	height: 18px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.qt_main1_9{
	margin-top: 30px;
	padding: 40px 36px 60px;
	background-color: #fff;
}
.qt_main1_9 .item1{
	font-size: 18px;
	color: #000;
	line-height: 100%;
}
.qt_main1_9 .item1 span.style1{
	color: #000;
}
.qt_main1_9 .item1 a{
	color: #ff0000;
}
.qt_main1_9 .item1 a:hover{
	text-decoration: underline;
}
.qt_main1_9 .item2{
	margin-top: 30px;
	overflow: hidden;
}
.qt_main1_9 .item2 ul{
	margin: -40px -40px 0 0;
}
.qt_main1_9 .item2 ul li{
	width: 439px;
	margin: 40px 40px 0 0;
}
.qt_main1_9 .item2 ul li .item{
	width: 367px;
	/* height: 177px; */
	padding: 30px 30px 30px 40px;
	border: 1px solid #e0e0e0;
}
.qt_main1_9 .item2 ul li .nr1{
	font-size: 0px;
	text-align: right;
}
.qt_main1_9 .item2 ul li .nr1 a{
	font-size: 14px;
	color: #090a0a;
	margin-left: 14px;
}
.qt_main1_9 .item2 ul li .nr1 a:hover, .qt_main1_9 .item2 ul li .nr1 a.on{
	color: #ff0000;
}
.qt_main1_9 .item2 ul li .nr2{
	font-size: 16px;
	color: #090a0a;
	line-height: 100%;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main1_10{
	margin-top: 30px;
	padding: 30px 36px 50px;
	background-color: #fff;
}
.qt_main1_10 .item1{
	font-size: 18px;
	color: #565656;
	line-height: 100%;
}
.qt_main1_10 .item2{
	margin-top: 30px;
}
.qt_main1_10 .item2 .wbk1{
	font-size: 18px;
  color: #565656;
	width: 720px;
	height: 140px;
	line-height: 30px;
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	resize: none;
	display: block;
}
.qt_main1_10 .item2 .btn1{
	font-size: 20px;
	color: #fff;
	width: 188px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	margin-top: 14px;
	background-color: #3078a8;
	border: 0px;
}
.qt_main1_11{
	font-size: 18px;
	color: #565656;
	line-height: 80px;
	margin-top: 30px;
	margin-bottom: -30px;
	padding: 0 36px;
	background-color: #e4e4e4;
}
.qt_main1_11 .style2{
	margin: 0 30px;
}
.qt_main1_11 .style2 input{
	width: 18px;
	height: 18px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.qt_main1_12{
	font-size: 18px;
	color: #686868;
	margin-top: 30px;
	padding: 60px 0px 74px;
	background-color: #fff;
}
.qt_main1_12 .item1{
	width: 620px;
	margin-left: 60px;
	margin-bottom: 40px;
}
.qt_main1_12 .item1_1{
	font-weight: bold;
	color: #161515;
	width: 620px;
	line-height: 100%;
}
.qt_main1_12 .item1_2{
	width: 558px;
	margin-top: 36px;
	margin-left: 20px;
	padding: 33px 20px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
}
.qt_main1_12 .item1_2 p{
	margin-top: 20px;
	margin-right: -26px;
}
.qt_main1_12 .item1_2 p:first-child{
	margin-top: 0px;
}
.qt_main1_12 .item1_2 p .style1{
	height: 23px;
	line-height: 23px;
	display: block;
}
.qt_main1_12 .item1_2 p .style1 input{
	width: 23px;
	height: 23px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.qt_main1_12 .item1_2 p .wbk1{
	width: 224px;
	height: 54px;
	line-height: 54px;
	margin-right: 26px;
	padding: 0px 20px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
}
.qt_main1_12 .item1_2 p .wbk2{
	width: 516px;
	height: 54px;
	line-height: 54px;
	margin-right: 26px;
	padding: 0px 20px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
}
.qt_main1_12 .item1_2 p .wbk3{
	width: 558px;
	height: 56px;
	line-height: 54px;
	margin-right: 26px;
	padding: 0 55px 0 20px;
	background: url(../images/pic37.png) no-repeat right 20px center;
	border: 1px solid #dfdfdf;
}
.qt_main1_12 .item1_2 p .wbk4{
	width: 266px;
	height: 56px;
	line-height: 54px;
	margin-right: 26px;
	padding: 0 55px 0 20px;
	background: url(../images/pic37.png) no-repeat right 20px center;
	border: 1px solid #dfdfdf;
}
.qt_main1_12 .item1_3{
	width: 600px;
	margin-top: 30px;
	margin-left: 20px;
}
.qt_main1_12 .item1_3 p{
	margin-top: 20px;
	margin-right: -26px;
}
.qt_main1_12 .item1_3 p:first-child{
	margin-top: 0px;
}
.qt_main1_12 .item1_3 p .wbk1{
	width: 558px;
	height: 54px;
	line-height: 54px;
	margin-right: 26px;
	padding: 0px 20px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
}
.qt_main1_12 .item2{
	width: 1300px;
	margin-left: 60px;
}
.qt_main1_12 .item2_1{
	font-size: 18px;
	font-weight: bold;
	color: #161515;
	width: 1300px;
	line-height: 100%;
}
.qt_main1_12 .item2_2{
	width: 1280px;
	margin-top: 36px;
	margin-left: 20px;
}
.qt_main1_12 .item2_2 .wbk1{
	width: 1238px;
	height: 128px;
	line-height: 30px;
	padding: 12px 20px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	resize: none;
	display: block;
}
.qt_main1_12 ::-webkit-input-placeholder { /* WebKit browsers */
	color: #686868;
}
.qt_main1_12 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #686868;
}
.qt_main1_12 ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #686868;
}
.qt_main1_12 :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #686868;
}
.qt_main1_13{
	padding: 40px 36px;
	background-color: #fff;
}
.qt_main1_13 ul {
	width: 1328px;
}
.qt_main1_13 ul li {
	font-size: 16px;
	color: #3e3e3e;
	width: 1328px;
	margin-top: 10px;
}
.qt_main1_13 ul li:first-child {
	margin-top: 0px;
}
.qt_main1_13 ul li span.style1 {
	width: 64px;
	line-height: 46px;
	margin-right: 20px;
}
.qt_main1_13 ul li .wbk1 {
	width: 373px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}

.qt_main2{
	width: 100%;
	margin-top: 30px;
	background-color: #fff;
}
.qt_main2_1{
	width: 1400px;
}
.qt_main2_1 a{
	font-size: 22px;
	color: #999;
	line-height: 100%;
	margin-right: 40px;
	padding: 40px 36px 26px;
}
.qt_main2_1 a:hover, .qt_main2_1 a.on{
	color: #3078a7;
	border-bottom: 5px solid #3078a7;
}

.qt_main3{
	width: 100%;
	margin-top: 30px;
}
.qt_main3_l{
	width: 240px;
	padding: 30px;
	background-color: #fff;
}
.qt_main3_l h3{
	font-size: 18px;
	color: #333;
	width: 240px;
	line-height: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/* .qt_main3_l ul{
	width: 240px;
	margin-top: 30px;
}
.qt_main3_l ul li{
	width: 240px;
	margin-top: 8px;
}
.qt_main3_l ul li a{
	font-size: 16px;
	color: #999;
	width: 152px;
	height: 52px;
	line-height: 52px;
	padding: 0 44px;
	background: #fff url(../images/pic23.png) no-repeat 20px center;
	display: block;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main3_l ul li a:before{
	content: "";
	width: 8px;
	height: 14px;
	background: url(../images/pic24.png) no-repeat center;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	opacity: 0;
}
.qt_main3_l ul li a:hover, .qt_main3_l ul li a.on{
	color: #3078a7;
	background: #d9e0e2 url(../images/pic23h.png) no-repeat 20px center;
}
.qt_main3_l ul li a:hover:before, .qt_main3_l ul li a.on:before{
	opacity: 1;
} */

.qt_main3_l .ul1 {
  width: 100%;
	margin-top: 30px;
}
.qt_main3_l .ul1 * {
  -webkit-transition:all 0s ease;
  -moz-transition:all 0s ease;
  -o-transition:all 0s ease;
  transition:all 0s ease;
}
.qt_main3_l .ul1 > li {
  width: 100%;
}
.qt_main3_l .ul1 > li > a {
	font-size: 16px;
	color: #999;
	height: 52px;
	line-height: 52px;
	padding: 0 44px;
	background: #fff url(../images/pic23.png) no-repeat 20px center;
	display: block;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main3_l .ul1 > li > a:before{
	content: "";
	width: 8px;
	height: 14px;
	background: url(../images/pic24.png) no-repeat center;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	opacity: 0;
}
.qt_main3_l .ul1 > li > a.on {
	color: #3078a7;
	background: #d9e0e2 url(../images/pic23h.png) no-repeat 20px center;
}
.qt_main3_l .ul1 > li > a.on:before {
	opacity: 1;
}
.qt_main3_l .ul2 {
	width: 100%;
	padding: 10px 0 0px;
  display: none;
}
.qt_main3_l .ul2 > li > a {
  font-size: 14px;
  color: #999999;
  height: 33px;
  line-height: 33px;
  padding: 0 20px 0 60px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qt_main3_l .ul2 > li > a.on {
  color: #3078a7;
}
.qt_main3_l .ul3 {
  width: 100%;
  display: none;
}
.qt_main3_l .ul3 > li > a {
  font-size: 14px;
  color: #999999;
  height: 33px;
  line-height: 33px;
  padding: 0 20px 0 80px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.qt_main3_l .ul3 > li > a.on {
	color: #3078a7;
	text-decoration: underline;
}
.qt_main3_r{
	width: 1060px;
	background-color: #fff;
}
.qt_main3_r1{
	width: 1060px;
}
.qt_main3_r1 .tabtwo{
  font-size:0px;
	width: 1000px;
	text-align:left;
	padding: 0 30px;
	background-color: #3078a7;
  /* white-space:nowrap;
  overflow: hidden;
  overflow-x: auto; */
}
.qt_main3_r1 .tabtwo1{
	margin-right: 60px;
  display:inline-block;
  *display:inline;
	*zoom:1;
	overflow: hidden;
}
.qt_main3_r1 .tabtwo1 a{
	font-size: 18px;
	color: #fff;
	height: 60px;
	line-height: 60px;
	display: inline-block;
}
.qt_main3_r1 .tabtwo1 a img{
	height: 30px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.qt_main3_r1 .tabtwo1 a img.img1{
	display: inline-block;
}
.qt_main3_r1 .tabtwo1 a img.img2{
	display: none;
}
.qt_main3_r1 .tabtwo1:hover a, .qt_main3_r1 .tabtwo1.on a{
	color: #f2a442;
}
.qt_main3_r1 .tabtwo1:hover a img.img1, .qt_main3_r1 .tabtwo1.on a img.img1{
	display: none;
}
.qt_main3_r1 .tabtwo1:hover a img.img2, .qt_main3_r1 .tabtwo1.on a img.img2{
	display: inline-block;
}
.qt_main3_r1 .tabtwo_nr {
  width:100%;
}
.qt_main3_r1 .tabtwo_nr1{
  width:100%;
  display: none;
}
.qt_main3_r2{
	width: 1000px;
	margin-top: 40px;
	padding: 0 30px;
}
.qt_main3_r2 table{
	width: 100%;
}
.qt_main3_r2 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.qt_main3_r2 table tbody tr{
	font-size: 14px;
	color: #565656;
	width: 100%;
	height: 50px;
}
.qt_main3_r2 table tbody tr a{
	color: #565656;
}
.qt_main3_r2 table tbody tr a:hover{
	color: #3078a7;
}
.qt_main3_r2 table tr td{
	padding: 0 20px;
	border: 1px solid #e4e4e4;
}
.qt_main3_r2 table tr td.style1{
	width: 194px;
	text-align: left;
}
.qt_main3_r2 table tr td.style2{
	width: 389px;
	text-align: left;
}
.qt_main3_r2 table tr td.style3{
	width: 76px;
	text-align: center;
}
.qt_main3_r2 table tr td.style4{
	width: 176px;
	text-align: center;
}
.qt_main3_r2 table tr td .nr1{
	font-size: 0px;
	width: 100%;
}
.qt_main3_r2 table tr td .nr1 a{
	margin: 5px 12px;
	display: inline-block;
}
.qt_main3_r2 table tr td .nr1 a img{
	height: 18px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.qt_main3_r2 table tr td .nr1 a img.img1{
	display: inline-block;
}
.qt_main3_r2 table tr td .nr1 a img.img2{
	display: none;
}
.qt_main3_r2 table tr td .nr1 a:hover img.img1, .qt_main3_r2 table tr td .nr1 a.on img.img1{
	display: none;
}
.qt_main3_r2 table tr td .nr1 a:hover img.img2, .qt_main3_r2 table tr td .nr1 a.on img.img2{
	display: inline-block;
}
.qt_main3_r3{
	width: 1000px;
	margin-top: 40px;
	padding: 0 30px;
}
.qt_main3_r3 ul{
	margin: -30px -40px 0 0;
}
.qt_main3_r3 ul li{
	width: 480px;
	margin: 30px 40px 0 0;
}
.qt_main3_r3 ul li .item{
	width: 480px;
}
.qt_main3_r3 ul li .item .pic{
	width: 198px;
	height: 136px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}
.qt_main3_r3 ul li .item .pic img{
	width: 198px;
	height: 136px;
}
.qt_main3_r3 ul li .item .text{
	font-size: 16px;
	width: 260px;
}
.qt_main3_r3 ul li .item .text1{
	color: #1e1f1f;
	width: 100%;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main3_r3 ul li .item .text1 a{
	color: #1e1f1f;
}
.qt_main3_r3 ul li .item .text1 a:hover{
	color: #3078a7;
}
.qt_main3_r3 ul li .item .text2{
	color: #1e1f1f;
	width: 100%;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main3_r3 ul li .item .text3{
	color: #1e1f1f;
	width: 100%;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main3_r3 ul li .item .text4{
	color: #1e1f1f;
	width: 100%;
	line-height: 24px;
	/* margin-left: 10px; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main3_r3 ul li .item .text5{
	font-size: 0px;
	width: 100%;
	text-align: left;
}
.qt_main3_r3 ul li .item .text5 a{
	margin: 8px 14px 0 0;
	display: inline-block;
}
.qt_main3_r3 ul li .item .text5 a img{
	height: 22px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.qt_main3_r3 ul li .item .text5 a img.img1{
	display: inline-block;
}
.qt_main3_r3 ul li .item .text5 a img.img2{
	display: none;
}
.qt_main3_r3 ul li .item .text5 a:hover img.img1, .qt_main3_r3 ul li .item .text5 a.on img.img1{
	display: none;
}
.qt_main3_r3 ul li .item .text5 a:hover img.img2, .qt_main3_r3 ul li .item .text5 a.on img.img2{
	display: inline-block;
}
.qt_main3_r4{
	width: 1000px;
	margin-top: 40px;
	padding: 0 30px;
}
.qt_main3_r4 ul{
	margin: -40px -26px 0 0;
}
.qt_main3_r4 ul li{
	width: 230px;
	margin: 40px 26px 0 0;
}
.qt_main3_r4 ul li .item{
	width: 230px;
}
.qt_main3_r4 ul li .item .pic{
	width: 228px;
	height: 158px;
	border: 1px solid #e0e0e0;
	overflow: hidden;
}
.qt_main3_r4 ul li .item .pic img{
	width: 228px;
	height: 158px;
}
.qt_main3_r4 ul li .item .text{
	font-size: 16px;
	width: 230px;
}
.qt_main3_r4 ul li .item .text1{
	color: #1e1f1f;
	width: 100%;
	height: 48px;
	line-height: 24px;
	margin-top: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qt_main3_r4 ul li .item .text1 a{
	color: #1e1f1f;
}
.qt_main3_r4 ul li .item .text1 a:hover{
	color: #3078a7;
}
.qt_main3_r4 ul li .item .text2{
	color: #1e1f1f;
	width: 100%;
	height: 48px;
	line-height: 24px;
	margin-top: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qt_main3_r4 ul li .item .text3{
	color: #1e1f1f;
	width: 100%;
	line-height: 100%;
	margin-top: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main3_r4 ul li .item .text4{
	color: #1e1f1f;
	width: 100%;
	line-height: 100%;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main3_r4 ul li .item .text5{
	font-size: 0px;
	width: 100%;
	text-align: left;
}
.qt_main3_r4 ul li .item .text5 a{
	margin: 20px 14px 0 0;
	display: inline-block;
}
.qt_main3_r4 ul li .item .text5 a img{
	height: 22px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.qt_main3_r4 ul li .item .text5 a img.img1{
	display: inline-block;
}
.qt_main3_r4 ul li .item .text5 a img.img2{
	display: none;
}
.qt_main3_r4 ul li .item .text5 a:hover img.img1, .qt_main3_r4 ul li .item .text5 a.on img.img1{
	display: none;
}
.qt_main3_r4 ul li .item .text5 a:hover img.img2, .qt_main3_r4 ul li .item .text5 a.on img.img2{
	display: inline-block;
}

.qt_main4{
	width: 100%;
	margin-top: 30px;
}
.qt_main4_l{
	width: 240px;
	padding: 30px;
	background-color: #fff;
	top: 0px;
}
.qt_main4_l .item1{
	width: 240px;
}
.qt_main4_l .item1 p{
	font-size: 16px;
	color: #333;
	width: 240px;
	line-height: 20px;
}
.qt_main4_l .item1 span{
	width: 240px;
	margin-top: 18px;
	display: block;
}
.qt_main4_l .item1 span img{
	width: 240px;
	height: 140px;
}
.qt_main4_l ul{
	width: 240px;
	margin-top: 20px;
}
.qt_main4_l ul li{
	width: 240px;
	margin-top: 8px;
}
.qt_main4_l ul li a{
	font-size: 16px;
	color: #999;
	width: 152px;
	height: 52px;
	line-height: 52px;
	padding: 0 44px;
	background: #fff url(../images/pic23.png) no-repeat 20px center;
	display: block;
	position: relative;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main4_l ul li a:before{
	content: "";
	width: 8px;
	height: 14px;
	background: url(../images/pic24.png) no-repeat center;
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	opacity: 0;
}
.qt_main4_l ul li a:hover, .qt_main4_l ul li a.on{
	color: #3078a7;
	background: #d9e0e2 url(../images/pic23h.png) no-repeat 20px center;
}
.qt_main4_l ul li a:hover:before, .qt_main4_l ul li a.on:before{
	opacity: 1;
}
.qt_main4_r{
	width: 1000px;
	padding: 0 30px;
	background-color: #fff;
}
.qt_main4_r .item{
	width: 1000px;
	padding: 40px 0;
	border-top: 5px solid #eee;
}
.qt_main4_r .item:first-child{
	border-top: 0px;
}
.qt_main4_r .item1{
	width: 1000px;
	line-height: 18px;
}
.qt_main4_r .item1 span.style1{
	font-size: 18px;
	color: #333;
}
.qt_main4_r .item1 a{
	font-size: 14px;
	color: #969696;
}
.qt_main4_r .item1 a:hover{
	color: #3078a7;
}
.qt_main4_r .item2{
	font-size: 14px;
	color: #666;
	width: 1000px;
	line-height: 30px;
	margin: 22px 0 -8px;
}
.qt_main4_r .item3{
	width: 1000px;
	margin-top: 30px;
}
.qt_main4_r .item3 ul{
	margin: -18px -18px 0 0;
}
.qt_main4_r .item3 ul li{
	width: 236px;
	margin: 18px 18px 0 0;
}
.qt_main4_r .item3 ul li .nr{
	width: 236px;
}
.qt_main4_r .item3 ul li .nr .pic{
	width: 234px;
	height: 162px;
	background-color: #f5f5f5;
	border: 1px solid #d4d4d4;
	overflow: hidden;
}
.qt_main4_r .item3 ul li .nr .pic img{
	width: 234px;
	height: 162px;
}
.qt_main4_r .item4{
	font-size: 16px;
	color: #666;
	width: 1000px;
	line-height: 36px;
	margin: 20px 0 -10px;
}

.qt_main5{
	width: 100%;
	margin-top: 30px;
}
.qt_main5_l{
	width: 1060px;
}
.qt_main5_l1{
	width: 1000px;
	padding: 0px 30px;
	background-color: #fff;
}
.qt_main5_l1 .item1{
	width: 1000px;
	padding: 20px 0;
}
.qt_main5_l1 .item1 ul{
	width: 1000px;
}
.qt_main5_l1 .item1 ul li{
	width: 1000px;
}
.qt_main5_l1 .item1 ul li p{
	font-size: 18px;
	color: #333;
	width: 120px;
	line-height: 26px;
	margin: 15px 0;
}
.qt_main5_l1 .item1 ul li span{
	width: 880px;
}
.qt_main5_l1 .item1 ul li span a{
	font-size: 16px;
	color: #999;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin: 10px 12px 10px 0;
	padding: 0 24px;
	display: inline-block;
	white-space:nowrap;
}
.qt_main5_l1 .item1 ul li span a:hover, .qt_main5_l1 .item1 ul li span a.on{
	color: #fff;
	background-color: #3078a7;
}
.qt_main5_l1 .item2{
	width: 1000px;
	padding: 30px 0;
	border-top: 5px solid #eee;
}
.qt_main5_l1 .item2 .nr1{
	font-size: 18px;
	color: #333;
	width: 120px;
	line-height: 50px;
}
.qt_main5_l1 .item2 .nr2{
	margin-right: 30px;
}
.qt_main5_l1 .item2 .nr2 .wbk1{
	font-size: 16px;
	color: #999;
	width: 280px;
	height: 50px;
	line-height: 48px;
	padding: 0 64px 0 24px;
	background: url(../images/pic37.png) no-repeat right 29px center;
	border: 1px solid #eee;
}
.qt_main5_l2{
	width: 1000px;
	margin-top: 10px;
	padding: 20px 30px 0;
	background-color: #fff;
}
.qt_main5_l2 ul{
	margin: -0px -40px 0 0;
}
.qt_main5_l2 ul li{
	width: 480px;
	margin: 0px 40px 0 0;
	padding: 20px 0;
	border-bottom: 1px solid #eee;
}
.qt_main5_l2 ul li .item{
	width: 480px;
}
.qt_main5_l2 ul li .item .pic{
	width: 200px;
	height: 120px;
	background-color: #f5f5f5;
	overflow: hidden;
}
.qt_main5_l2 ul li .item .pic img{
	width: 200px;
	height: 120px;
}
.qt_main5_l2 ul li .item .text{
	width: 250px;
}
.qt_main5_l2 ul li .item .title{
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 100%;
	margin: 14px 0 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main5_l2 ul li .item .content{
	font-size: 16px;
	color: #686868;
	width: 100%;
	height: 60px;
	line-height: 30px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qt_main5_l2 ul li .item:hover .title{
	color: #3078a7;
}
.qt_main5_r{
	width: 300px;
}
.qt_main5_r1{
	width: 240px;
	padding: 30px;
	background-color: #fff;
}
.qt_main5_r1 .item1{
	width: 240px;
	line-height: 18px;
	padding-bottom: 20px;
	border-bottom: 5px solid #eee;
}
.qt_main5_r1 .item1 span.style1{
	font-size: 18px;
	color: #333;
}
.qt_main5_r1 .item1 a{
	font-size: 14px;
	color: #999;
}
.qt_main5_r1 .item1 a:hover{
	color: #3078a7;
}
.qt_main5_r1 .item2{
	width: 240px;
}
.qt_main5_r1 .item2 ul{
	margin: -0px -36px 0 0;
}
.qt_main5_r1 .item2 ul li{
	width: 56px;
	margin: 20px 36px 0 0;
}
.qt_main5_r1 .item2 ul li .item{
	width: 56px;
	text-align: center;
}
.qt_main5_r1 .item2 ul li .item .pic{
	width: 56px;
}
.qt_main5_r1 .item2 ul li .item .pic img{
	height: 35px;
}
.qt_main5_r1 .item2 ul li .item .title{
	font-size: 14px;
	color: #5c5c5c;
	width: 56px;
	line-height: 18px;
	margin: 12px 0 -2px;
}
.qt_main5_r1 .item2 ul li .item:hover .title{
	color: #3078a7;
}
.qt_main5_r2{
	width: 240px;
	margin-top: 30px;
	padding: 30px 30px 40px;
	background-color: #fff;
}
.qt_main5_r2 .item1{
	width: 240px;
	line-height: 18px;
	padding-bottom: 20px;
	border-bottom: 5px solid #eee;
}
.qt_main5_r2 .item1 span.style1{
	font-size: 18px;
	color: #333;
}
.qt_main5_r2 .item1 a{
	font-size: 14px;
	color: #999;
}
.qt_main5_r2 .item1 a:hover{
	color: #3078a7;
}
.qt_main5_r2 .item2{
	width: 240px;
}
.qt_main5_r2 .item2 ul{
	font-size: 16px;
	color: #333;
	width: 240px;
	padding-top: 2px;
}
.qt_main5_r2 .item2 ul li{
	width: 240px;
	margin-top: 28px;
}
.qt_main5_r2 .item2 ul li span.style1{
	font-family: "Arial";
	font-size: 14px;
	color: #999;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	background-color: #e4e4e4;
	display: inline-block;
}
.qt_main5_r2 .item2 ul li a{
	font-size: 16px;
	color: #333;
	width: 205px;
	height: 20px;
	line-height: 20px;
	margin-left: 15px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main5_r2 .item2 ul li:nth-child(1) span.style1{
	color: #fff;
	background-color: #e5a51d;
}
.qt_main5_r2 .item2 ul li:nth-child(2) span.style1{
	color: #fff;
	background-color: #e5a51d;
}
.qt_main5_r2 .item2 ul li:nth-child(3) span.style1{
	color: #fff;
	background-color: #e5a51d;
}
.qt_main5_r2 .item2 ul li a:hover{
	color: #3078a7;
}

.qt_main6{
	width: 100%;
}
.qt_main6_1{
	width: 1400px;
	margin-top: 30px;
	background-color: #fff;
}
.qt_main6_1 a{
	font-size: 20px;
	color: #000;
	line-height: 100%;
	margin-left: 30px;
	padding: 25px 5px 16px;
}
.qt_main6_1 a:hover, .qt_main6_1 a.on{
	color: #3078a7;
	border-bottom: 3px solid #3078a7;
}

.qt_main7{
	width: 100%;
	margin-top: 30px;
}
.qt_main7_l{
	width: 391px;
}
.qt_main7_l1{
	width: 391px;
	background-color: #fff;
}
.qt_main7_l1 .pic{
	width: 391px;
	height: 237px;
	overflow: hidden;
}
.qt_main7_l1 .pic img{
	width: 391px;
	height: 237px;
}
.qt_main7_l1 .text{
	width: 343px;
	padding: 18px 24px 60px;
}
.qt_main7_l1 .text .title{
	font-size: 22px;
	color: #3078a8;
	width: 100%;
	line-height: 100%;
	word-wrap:break-word;
}
.qt_main7_l1 .text .content{
	font-size: 16px;
	color: #292727;
	width: 100%;
	max-height: 180px;
	line-height: 36px;
	margin: 18px 0;
	overflow: hidden;
}
.qt_main7_l1 .text .content.hauto{
	max-height: none;
}
.qt_main7_l1 .text .more{
	width: 100%;
}
.qt_main7_l1 .text .more a{
	font-size: 16px;
	color: #fff;
	width: 124px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #3078a8;
	border-radius: 5px;
	display: inline-block;
}
.qt_main7_l1 .text .more a:hover{
	text-decoration: underline;
}
.qt_main7_l2{
	width: 391px;
	margin-top: 30px;
	background-color: #fff;
}
.qt_main7_l2 .item1{
	font-size: 22px;
	color: #fff;
	height: 82px;
	line-height: 82px;
	padding: 0 40px;
	background-color: #00323f;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main7_l2 .item2{
	font-size: 16px;
	color: #191818;
	padding: 40px 50px 48px;
}
.qt_main7_l2 .item3{
	font-size: 0px;
	text-align: center;
	padding: 20px;
}
.qt_main7_l2 .item3 span{
	font-size: 18px;
	color: #fff;
	width: 109px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 10px;
	border-radius: 5px;
	display: inline-block;
}
.qt_main7_l2 .item3 span.style1{
	background-color: #f2a442;
}
.qt_main7_l2 .item3 span.style2{
	background-color: #3078a8;
}
.qt_main7_r{
	width: 979px;
}
.qt_main7_r1{
	width: 919px;
	padding: 10px 30px;
	background-color: #fff;
}
.qt_main7_r1 ul{
	width: 919px;
}
.qt_main7_r1 ul li{
	width: 919px;
}
.qt_main7_r1 ul li p{
	font-size: 18px;
	color: #7a7a7a;
	width: 150px;
	line-height: 26px;
	margin: 15px 0;
}
.qt_main7_r1 ul li span{
	width: 769px;
}
.qt_main7_r1 ul li span a{
	font-size: 18px;
	color: #010101;
	/* height: 36px; */
	line-height: 26px;
	text-align: center;
	margin: 10px 12px 10px 0;
	padding: 5px 24px;
	display: inline-block;
}
.qt_main7_r1 ul li span a:hover, .qt_main7_r1 ul li span a.on{
	color: #fff;
	background-color: #3078a7;
}
.qt_main7_r2{
	width: 979px;
	margin-top: 30px;
	background-color: #fff;
}
.qt_main7_r2 .tabtwo{
  font-size:0px;
	width: 919px;
	text-align:right;
	padding: 0 30px;
	background-color: #3078a7;
	position: relative;
  /* white-space:nowrap;
  overflow: hidden;
  overflow-x: auto; */
}
.qt_main7_r2 .tabtwo span.style1{
	font-size: 18px;
	color: #fff;
	height: 60px;
	line-height: 60px;
	position: absolute;
	top: 0px;
	left: 30px;
}
.qt_main7_r2 .tabtwo1{
	margin: 0 30px;
  display:inline-block;
  *display:inline;
	*zoom:1;
	overflow: hidden;
}
.qt_main7_r2 .tabtwo1 a{
	font-size: 18px;
	color: #fff;
	height: 60px;
	line-height: 60px;
	display: inline-block;
}
.qt_main7_r2 .tabtwo1 a img{
	height: 30px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.qt_main7_r2 .tabtwo1 a img.img1{
	display: inline-block;
}
.qt_main7_r2 .tabtwo1 a img.img2{
	display: none;
}
.qt_main7_r2 .tabtwo1:hover a, .qt_main7_r2 .tabtwo1.on a{
	color: #f2a442;
}
.qt_main7_r2 .tabtwo1:hover a img.img1, .qt_main7_r2 .tabtwo1.on a img.img1{
	display: none;
}
.qt_main7_r2 .tabtwo1:hover a img.img2, .qt_main7_r2 .tabtwo1.on a img.img2{
	display: inline-block;
}
.qt_main7_r2 .tabtwo_nr {
	width: 100%;
}
.qt_main7_r2 .tabtwo_nr1{
  width:100%;
  display: none;
}
.qt_main7_r3{
	width: 919px;
	padding: 30px 30px 0;
}
.qt_main7_r3 ul{
	margin: -40px -19px 0 0;
}
.qt_main7_r3 ul li{
	width: 215px;
	margin: 40px 19px 0 0;
}
.qt_main7_r3 ul li .item{
	width: 215px;
}
.qt_main7_r3 ul li .item .pic{
	width: 213px;
	height: 146px;
	border: 1px solid #e0e0e0;
	overflow: hidden;
}
.qt_main7_r3 ul li .item .pic img{
	width: 213px;
	height: 146px;
}
.qt_main7_r3 ul li .item .text{
	font-size: 16px;
	width: 215px;
}
.qt_main7_r3 ul li .item .text1{
	color: #1e1f1f;
	width: 100%;
	height: 48px;
	line-height: 24px;
	margin-top: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qt_main7_r3 ul li .item .text1 a{
	color: #1e1f1f;
}
.qt_main7_r3 ul li .item .text1 a:hover{
	color: #3078a7;
}
.qt_main7_r3 ul li .item .text2{
	color: #1e1f1f;
	width: 100%;
	height: 48px;
	line-height: 24px;
	margin-top: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qt_main7_r3 ul li .item .text3{
	color: #1e1f1f;
	width: 100%;
	line-height: 100%;
	margin-top: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main7_r3 ul li .item .text4{
	color: #1e1f1f;
	width: 100%;
	line-height: 100%;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main7_r3 ul li .item .text5{
	font-size: 0px;
	width: 100%;
	text-align: left;
}
.qt_main7_r3 ul li .item .text5 a{
	margin: 20px 14px 0 0;
	display: inline-block;
}
.qt_main7_r3 ul li .item .text5 a img{
	height: 22px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.qt_main7_r3 ul li .item .text5 a img.img1{
	display: inline-block;
}
.qt_main7_r3 ul li .item .text5 a img.img2{
	display: none;
}
.qt_main7_r3 ul li .item .text5 a:hover img.img1, .qt_main7_r3 ul li .item .text5 a.on img.img1{
	display: none;
}
.qt_main7_r3 ul li .item .text5 a:hover img.img2, .qt_main7_r3 ul li .item .text5 a.on img.img2{
	display: inline-block;
}
.qt_main7_r4{
	width: 919px;
	padding: 30px 30px 0;
}
.qt_main7_r4 ul{
	margin: -30px -43px 0 0;
}
.qt_main7_r4 ul li{
	width: 438px;
	margin: 30px 43px 0 0;
}
.qt_main7_r4 ul li .item{
	width: 438px;
}
.qt_main7_r4 ul li .item .pic{
	width: 150px;
	height: 104px;
	border: 1px solid #e0e0e0;
	overflow: hidden;
}
.qt_main7_r4 ul li .item .pic img{
	width: 150px;
	height: 104px;
}
.qt_main7_r4 ul li .item .text{
	font-size: 16px;
	width: 266px;
}
.qt_main7_r4 ul li .item .text1{
	color: #1e1f1f;
	width: 100%;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main7_r4 ul li .item .text1 a{
	color: #1e1f1f;
}
.qt_main7_r4 ul li .item .text1 a:hover{
	color: #3078a7;
}
.qt_main7_r4 ul li .item .text2{
	color: #1e1f1f;
	width: 100%;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main7_r4 ul li .item .text3{
	color: #1e1f1f;
	width: 100%;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main7_r4 ul li .item .text4{
	color: #1e1f1f;
	width: 100%;
	line-height: 24px;
	margin-left: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main7_r4 ul li .item .text5{
	font-size: 0px;
	width: 100%;
	text-align: left;
}
.qt_main7_r4 ul li .item .text5 a{
	margin: 8px 14px 0 0;
	display: inline-block;
}
.qt_main7_r4 ul li .item .text5 a img{
	height: 22px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.qt_main7_r4 ul li .item .text5 a img.img1{
	display: inline-block;
}
.qt_main7_r4 ul li .item .text5 a img.img2{
	display: none;
}
.qt_main7_r4 ul li .item .text5 a:hover img.img1, .qt_main7_r4 ul li .item .text5 a.on img.img1{
	display: none;
}
.qt_main7_r4 ul li .item .text5 a:hover img.img2, .qt_main7_r4 ul li .item .text5 a.on img.img2{
	display: inline-block;
}
.qt_main7_r5{
	width: 919px;
	padding: 30px 30px 0;
}
.qt_main7_r5 table{
	width: 100%;
}
.qt_main7_r5 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.qt_main7_r5 table tbody tr{
	font-size: 14px;
	color: #565656;
	width: 100%;
	height: 50px;
}
.qt_main7_r5 table tbody tr a{
	color: #565656;
}
.qt_main7_r5 table tbody tr a:hover{
	color: #3078a7;
}
.qt_main7_r5 table tr td{
	padding: 0 20px;
	border: 1px solid #e4e4e4;
}
.qt_main7_r5 table tr td.style1{
	width: 194px;
	text-align: left;
}
.qt_main7_r5 table tr td.style2{
	width: 389px;
	text-align: left;
}
.qt_main7_r5 table tr td.style3{
	width: 76px;
	text-align: center;
}
.qt_main7_r5 table tr td.style4{
	width: 116px;
	text-align: center;
	padding: 0 10px;
}
.qt_main7_r5 table tr td .nr1{
	font-size: 0px;
	width: 100%;
}
.qt_main7_r5 table tr td .nr1 a{
	margin: 5px 10px;
	display: inline-block;
}
.qt_main7_r5 table tr td .nr1 a img{
	height: 18px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.qt_main7_r5 table tr td .nr1 a img.img1{
	display: inline-block;
}
.qt_main7_r5 table tr td .nr1 a img.img2{
	display: none;
}
.qt_main7_r5 table tr td .nr1 a:hover img.img1, .qt_main7_r5 table tr td .nr1 a.on img.img1{
	display: none;
}
.qt_main7_r5 table tr td .nr1 a:hover img.img2, .qt_main7_r5 table tr td .nr1 a.on img.img2{
	display: inline-block;
}

.qt_main8{
	width: 100%;
	margin-top: 30px;
}
.qt_main8_l{
	width: 1050px;
}
.qt_main8_l1{
	width: 990px;
	padding: 30px 30px 50px;
	background-color: #fff;
}
.qt_main8_l1_l{
	width: 580px;
}


/*图片小图预览列表*/
.jqzoom{
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	border: none;
	cursor: pointer;
	position: relative;
}
.zoomdiv{
	overflow: hidden;
	background: #ffffff;
	border: 1px solid #ebebeb;
	text-align: center;
	position: absolute;
	top: 0;
	left: 580px !important;
	z-index: 100;
	display: none;
}
.zoomdiv img{
	max-width: inherit;
}
.jqZoomPup{
	width: 20px;
	height: 20px;
	visibility: hidden;
	background: #fff;
	border: 1px solid #aaa;
	opacity: 0.5;
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	filter: alpha(Opacity=50);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}

.spec-preview{
	width: 580px;
	height: 400px;
}
.spec-preview .jqzoom *{
  -webkit-transition:all 0s ease;
  -moz-transition:all 0s ease;
  -o-transition:all 0s ease;
  transition:all 0s ease;
}
.spec-preview .jqzoom img{
	width: 580px;
	height: 400px;
}
.spec-scroll{
	width: 580px;
	height: 88px;
	margin-top: 10px;
}
.spec-scroll .prev,.spec-scroll .next{
	display: block;
	width: 9px;
	height: 15px;
	margin-top: 36px;
	cursor: pointer;
}
.spec-scroll .prev{
  margin-right: 11px;
}
.spec-scroll .items{
	width: 540px;
	height: 88px;
	position: relative;
	overflow: hidden;
}
.spec-scroll .items ul{
	width: 999999px;
	height: 88px;
	position: absolute;
}
.spec-scroll .items ul li{
	float: left;
	width: 135px;
	height: 88px;
	position: relative;
}
.spec-scroll .items ul li img{
	display: inline-block;
	width: 127px;
	height: 86px;
	margin: 0 3px;
	border: 1px solid #f5f5f5;
	cursor: pointer;
}
.spec-scroll .items ul li:hover img,
.spec-scroll .items ul li.on img{
  border: 1px solid #3078a7;
}
.qt_main8_l1_r{
	width: 350px;
}
.qt_main8_l1_r1{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	width: 350px;
	line-height: 36px;
	margin: 18px 0 36px;
}
.qt_main8_l1_r2{
	width: 350px;
}
.qt_main8_l1_r2 ul{
	font-size: 18px;
	color: #333;
	width: 350px;
	line-height: 60px;
}
.qt_main8_l1_r2 ul li{
	width: 350px;
}
.qt_main8_l1_r2 ul li p{
	width: 130px;
	line-height: 30px;
	padding: 15px 6px 15px 0;
}
.qt_main8_l1_r2 ul li bdo{
	width: 214px;
	line-height: 30px;
	padding: 15px 0;
}
.qt_main8_l1_r3{
	font-size: 0px;
	text-align: left;
	margin: 25px -15px 0 0;
}
.qt_main8_l1_r3 .btn1{
	font-size: 16px;
	color: #fff;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	margin: 15px 15px 0 0;
	border: 0px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main8_l1_r3 .btn1.style1{
	background-color: #3078a9;
}
.qt_main8_l1_r3 .btn1.style2{
	background-color: #d92f1e;
}
.qt_main8_l1_r3 .btn2{
	font-size: 18px;
	color: #fff;
	width: 335px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #d92f1e;
	border: 0px;
	display: inline-block;
}
.qt_main8_l1_r4{
	font-size: 16px;
	color: #999;
	width: 350px;
	margin: 30px -20px 0 0;
}
.qt_main8_l1_r4 a{
	color: #999;
	width: 100%;
	line-height: 18px;
	margin-top: 20px;
	margin-right: 20px;
	display: inline-block;
}
.qt_main8_l1_r4 a:first-child{
	margin-top: 0px;
}
.qt_main8_l1_r4 a img{
	height: 18px;
	margin-right: 10px;
}
.qt_main8_l1_r4 a:hover{
	color: #3078a7;
}
.qt_main8_l1_r5{
	font-size: 18px;
	color: #333;
	line-height: 18px;
	margin-top: 30px;
}
.qt_main8_l1_r5 .wbk1{
	width: 146px;
	height: 18px;
	line-height: 18px;
	text-align: right;
	margin-right: 75px;
	padding-right: 27px;
	background: url(../images/pic76.png) no-repeat right center;
	border: 0px;
}
.qt_main8_l2{
	width: 1050px;
	margin-top: 30px;
	background-color: #fff;
}
.qt_main8_l2 .tab{
  font-size:0px;
	width: 1050px;
	text-align:left;
	padding-top: 1px;
	background-color: #3078a8;
  /* white-space:nowrap;
  overflow: hidden;
  overflow-x: auto; */
}
.qt_main8_l2 .tab1{
  display:inline-block;
  *display:inline;
	*zoom:1;
	overflow: hidden;
}
.qt_main8_l2 .tab1 a{
	font-size: 18px;
	color: #fff;
	height: 79px;
	line-height: 79px;
	padding: 0 35px;
	display: inline-block;
}
.qt_main8_l2 .tab1:hover a, .qt_main8_l2 .tab1.on a{
	font-weight: bold;
	color: #3078a8;
	background-color: #fff;
}
.qt_main8_l2 .tab_nr {
  width:100%;
}
.qt_main8_l2 .tab_nr1{
	width: 970px;
	padding: 40px 40px 50px;
  display: none;
}
.qt_main8_l2 .tab_nr1 .item1{
	width: 970px;
}
.qt_main8_l2 .tab_nr1 .item1 ul{
	width: 970px;
}
.qt_main8_l2 .tab_nr1 .item1 ul li{
	font-size: 18px;
	color: #686868;
	width: 970px;
	margin-top: 20px;
}
.qt_main8_l2 .tab_nr1 .item1 ul li:first-child{
	margin-top: 0px;
}
.qt_main8_l2 .tab_nr1 .item1 ul li p{
	width: 129px;
	line-height: 26px;
	padding: 15px 5px 15px 0;
}
.qt_main8_l2 .tab_nr1 .item1 ul li span{
	width: 836px;
}
.qt_main8_l2 .tab_nr1 .item1 ul li span .wbk1{
	width: 315px;
	height: 54px;
	line-height: 54px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
}
.qt_main8_l2 .tab_nr1 .item1 ul li span .wbk2{
	width: 514px;
	height: 204px;
	line-height: 54px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	resize: none;
	display: block;
}
.qt_main8_l2 .tab_nr1 .item1 ul li span .btn1{
	font-size: 18px;
	color: #fff;
	width: 320px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	margin-top: 10px;
	padding: 0 5px;
	background-color: #3078a8;
	border: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main8_l2 .tab_nr1 .item1 ul li span .nr1{
	margin: -20px -20px 0 0;
}
.qt_main8_l2 .tab_nr1 .item1 ul li span .nr1 p {
	width: 156px;
	height: 124px;
	margin: 20px 20px 0 0;
	cursor: pointer;
}
.qt_main8_l2 .tab_nr1 .item1 ul li span .nr1 p img {
	width: 156px;
	height: 124px;
}
.qt_main8_l2 .tab_nr1 .item1 ul li span .nr2{
	font-size: 16px;
	color: #111010;
	width: 100%;
	line-height: 36px;
}
.qt_main8_l2 .tab_nr1 .item2{
	font-size: 18px;
	color: #686868;
	width: 970px;
	line-height: 30px;
}
.qt_main8_l2 .tab_nr1 .item3{
	font-size: 16px;
	color: #111010;
	width: 970px;
	min-height: 370px;
	line-height: 36px;
}
.qt_main8_l2 .tab_nr1 .item4{
	font-size: 18px;
	color: #333;
	width: 970px;
	margin-bottom: 20px;
}
.qt_main8_l2 .tab_nr1 .item5{
	width: 970px;
}
.qt_main8_l2 .tab_nr1 .item5 table{
	width: 100%;
}
.qt_main8_l2 .tab_nr1 .item5 table thead tr{
	font-size: 16px;
	color: #252323;
	width: 100%;
	height: 50px;
	background-color: #ddd;
}
.qt_main8_l2 .tab_nr1 .item5 table tbody tr{
	font-size: 16px;
	color: #616161;
	width: 100%;
	height: 60px;
}
.qt_main8_l2 .tab_nr1 .item5 table tbody tr a{
	color: #616161;
}
.qt_main8_l2 .tab_nr1 .item5 table tbody tr a:hover{
	color: #3078a7;
}
.qt_main8_l2 .tab_nr1 .item5 table tr td{
	padding: 0 20px;
	border: 1px solid #e4e4e4;
}
.qt_main8_l2 .tab_nr1 .item5 table tr td.style1{
	width: 485px;
}
.qt_main8_l2 .tab_nr1 .item5 table tr td.style2{
	width: 485px;
}
.qt_main8_l3 {
	width: 990px;
	padding: 30px 30px 0px;
	background-color: #fff;
}
.qt_main8_l3 ul {
	width: 990px;
}
.qt_main8_l3 ul li {
	font-size: 14px;
	color: #959595;
	width: 990px;
	line-height: 48px;
	text-align: right;
	border-bottom: 1px dashed #e2e2e2;
}
.qt_main8_l3 ul li a {
	font-size: 18px;
	color: #3c3c3c;
	width: 890px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main8_l3 ul li a:hover {
	color: #3078a7;
}
.qt_main8_l4 {
	width: 990px;
	padding: 30px 30px 50px;
	background-color: #fff;
}
.qt_main8_l4_1 {
	width: 100%;
	text-align: center;
	padding-bottom: 16px;
	border-bottom: 1px solid #dcdcdc;
}
.qt_main8_l4_1 .item1 {
	font-size: 24px;
	color: #161515;
	width: 100%;
}
.qt_main8_l4_1 .item2 {
	font-size: 14px;
	color: #9b9a9a;
	width: 100%;
	margin-top: 14px;
}
.qt_main8_l4_1 .item2 span.style1 {
	margin: 0 10px;
}
.qt_main8_l4_2 {
	font-size: 16px;
	color: #666;
	width: 100%;
	line-height: 30px;
	margin-top: 22px;
}
.qt_main8_l4_3 {
	width: 100%;
	margin-top: 62px;
	padding-top: 16px;
	border-top: 1px solid #dcdcdc;
}
.qt_main8_l4_3 .item {
	font-size: 18px;
	color: #000;
	width: 100%;
	line-height: 48px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main8_l4_3 .item a {
	color: #000;
}
.qt_main8_l4_3 .item a:hover {
	color: #3078a7;
}
.qt_main8_r{
	width: 310px;
}
.qt_main8_r1{
	width: 250px;
	padding: 30px 30px 40px;
	background-color: #fff;
}
.qt_main8_r1 .item1{
	width: 250px;
}
.qt_main8_r1 .item1 .pic{
	width: 250px;
	overflow: hidden;
}
.qt_main8_r1 .item1 .pic img{
	width: 250px;
	height: 160px;
}
.qt_main8_r1 .item1 .text{
	width: 250px;
	padding: 20px 0px 22px;
	border-bottom: 5px solid #eee;
}
.qt_main8_r1 .item1 .text .title{
	font-size: 16px;
	color: #3078a8;
	width: 100%;
	line-height: 100%;
}
.qt_main8_r1 .item1 .text .content{
	font-size: 14px;
	color: #292727;
	width: 100%;
	line-height: 30px;
	margin: 14px 0 0px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.qt_main8_r1 .item1 .text .more{
	width: 100%;
}
.qt_main8_r1 .item1 .text .more a{
	font-size: 16px;
	color: #fff;
	width: 124px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #3078a8;
	border-radius: 5px;
	display: inline-block;
}
.qt_main8_r1 .item1 .text .more a:hover{
	text-decoration: underline;
}
.qt_main8_r1 .item2{
	width: 250px;
	padding: 15px 0;
}
.qt_main8_r1 .item2 ul{
	font-size: 18px;
	color: #333;
	width: 250px;
	line-height: 48px;
}
.qt_main8_r1 .item2 ul li{
	width: 250px;
}
.qt_main8_r1 .item2 ul li p{
	width: 54px;
}
.qt_main8_r1 .item2 ul li p img{
	width: 24px;
	height: 20px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.qt_main8_r1 .item2 ul li span{
	width: 196px;
}
.qt_main8_r1 .item2 a{
	color: #333;
}
.qt_main8_r1 .item2 a:hover{
	color: #3078a7;
}
.qt_main8_r1 .item3{
	font-size: 0px;
	text-align: left;
	margin-right: -10px;
}
.qt_main8_r1 .item3 a{
	font-size: 14px;
	color: #fff;
	width: 120px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 10px 10px 0 0;
	border-radius: 3px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main8_r1 .item3 a.style1{
	background-color: #e5a51d;
}
.qt_main8_r1 .item3 a.style2{
	background-color: #d92f1e;
}
.qt_main8_r1 .item3 a:hover{
	text-decoration: underline;
}
.qt_main8_r2{
	width: 250px;
	margin-top: 30px;
	padding: 30px 30px 40px;
	background-color: #fff;
}
.qt_main8_r2 .item1{
	font-size: 18px;
	color: #333;
	width: 250px;
	line-height: 100%;
}
.qt_main8_r2 .item2{
	width: 250px;
}
.qt_main8_r2 .item2 ul{
	width: 250px;
	margin-top: -10px;
}
.qt_main8_r2 .item2 ul li{
	width: 250px;
	margin-top: 40px;
}
.qt_main8_r2 .item2 ul li .item{
	width: 250px;
	text-align: center;
}
.qt_main8_r2 .item2 ul li .item .pic{
	width: 250px;
	height: 160px;
	background-color: #f5f5f5;
	overflow: hidden;
}
.qt_main8_r2 .item2 ul li .item .pic img{
	width: 250px;
	height: 160px;
}
.qt_main8_r2 .item2 ul li .item .title{
	font-size: 18px;
	color: #333;
	width: 250px;
	line-height: 100%;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main8_r2 .item2 ul li .item:hover .title{
	color: #3078a7;
}

.qt_main9{
	width: 100%;
	margin-top: 30px;
	background-color: #fff;
}
.qt_main9_1{
	width: 1400px;
}
.qt_main9_1 a{
	font-size: 22px;
	color: #999;
	line-height: 100%;
	margin-right: 60px;
	padding: 60px 16px 26px;
}
.qt_main9_1 a:hover, .qt_main9_1 a.on{
	color: #3078a9;
	border-bottom: 5px solid #3078a9;
}
.qt_main9_1 .search2{
	margin-top: 53px;
}

.qt_main10{
	width: 100%;
	margin-top: 30px;
}
.qt_main10_1{
	font-size: 22px;
	color: #000;
	width: 1372px;
	line-height: 60px;
	padding: 16px 14px;
	background-color: #fff;
}
.qt_main10_1 a{
	color: #000;
	margin: 0 26px;
}
.qt_main10_1 a:hover, .qt_main10_1 a.on{
	color: #3078a9;
}
.qt_main10_2{
	width: 1400px;
	margin-top: 30px;
}
.qt_main10_2 .title{
	font-size: 22px;
	color: #fff;
	width: 1340px;
	height: 60px;
	line-height: 60px;
	margin-top: 30px;
	padding: 0 30px;
	background: url(../images/pic49.png) no-repeat left center;
}
.qt_main10_2 .list{
	width: 1400px;
	margin-top: 20px;
}
.qt_main10_2 .list ul{
	margin: -10px -11px 0 0;
}
.qt_main10_2 .list ul li{
	width: 271px;
	margin: 10px 11px 0 0;
}
.qt_main10_2 .list ul li .pic{
	width: 269px;
	height: 142px;
	background-color: #fff;
	border: 1px solid #c5c4c4;
	overflow: hidden;
}
.qt_main10_2 .list ul li .pic img{
	width: 269px;
	height: 142px;
}

/* 新加满屏 */
.qt_main11{
	width: 100%;
	margin-top: 30px;
}
.qt_main11_nr{
	width: 1400px;
	background-color: #fff;
}
.qt_main11_nr1{
	width: 1400px;
}
.qt_main11_nr1 .tabtwo{
  font-size:0px;
	width: 1340px;
	text-align:left;
	padding: 0 30px;
	background-color: #3078a7;
  /* white-space:nowrap;
  overflow: hidden;
  overflow-x: auto; */
}
.qt_main11_nr1 .tabtwo1{
	margin-right: 60px;
  display:inline-block;
  *display:inline;
	*zoom:1;
	overflow: hidden;
}
.qt_main11_nr1 .tabtwo1 a{
	font-size: 18px;
	color: #fff;
	height: 60px;
	line-height: 60px;
	display: inline-block;
}
.qt_main11_nr1 .tabtwo1 a img{
	height: 30px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.qt_main11_nr1 .tabtwo1 a img.img1{
	display: inline-block;
}
.qt_main11_nr1 .tabtwo1 a img.img2{
	display: none;
}
.qt_main11_nr1 .tabtwo1:hover a, .qt_main11_nr1 .tabtwo1.on a{
	color: #f2a442;
}
.qt_main11_nr1 .tabtwo1:hover a img.img1, .qt_main11_nr1 .tabtwo1.on a img.img1{
	display: none;
}
.qt_main11_nr1 .tabtwo1:hover a img.img2, .qt_main11_nr1 .tabtwo1.on a img.img2{
	display: inline-block;
}
.qt_main11_nr1 .tabtwo_nr {
  width:100%;
}
.qt_main11_nr1 .tabtwo_nr1{
  width:100%;
  display: none;
}
.qt_main11_nr2{
	width: 1340px;
	margin-top: 40px;
	padding: 0 30px;
}
.qt_main11_nr2 table{
	width: 100%;
}
.qt_main11_nr2 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.qt_main11_nr2 table tbody tr{
	font-size: 14px;
	color: #565656;
	width: 100%;
	height: 50px;
}
.qt_main11_nr2 table tbody tr a{
	color: #565656;
}
.qt_main11_nr2 table tbody tr a:hover{
	color: #3078a7;
}
.qt_main11_nr2 table tr td{
	padding: 0 20px;
	border: 1px solid #e4e4e4;
}
.qt_main11_nr2 table tr td.style1{
	width: 194px;
	text-align: left;
}
.qt_main11_nr2 table tr td.style2{
	width: 389px;
	text-align: left;
}
.qt_main11_nr2 table tr td.style3{
	width: 76px;
	text-align: center;
}
.qt_main11_nr2 table tr td.style4{
	width: 176px;
	text-align: center;
}
.qt_main11_nr2 table tr td .nr1{
	font-size: 0px;
	width: 100%;
}
.qt_main11_nr2 table tr td .nr1 a{
	margin: 5px 12px;
	display: inline-block;
}
.qt_main11_nr2 table tr td .nr1 a img{
	height: 18px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.qt_main11_nr2 table tr td .nr1 a img.img1{
	display: inline-block;
}
.qt_main11_nr2 table tr td .nr1 a img.img2{
	display: none;
}
.qt_main11_nr2 table tr td .nr1 a:hover img.img1, .qt_main11_nr2 table tr td .nr1 a.on img.img1{
	display: none;
}
.qt_main11_nr2 table tr td .nr1 a:hover img.img2, .qt_main11_nr2 table tr td .nr1 a.on img.img2{
	display: inline-block;
}
.qt_main11_nr3{
	width: 1340px;
	margin-top: 40px;
	padding: 0 30px;
}
.qt_main11_nr3 ul{
	margin: -30px -40px 0 0;
}
.qt_main11_nr3 ul li{
	width: 420px;
	margin: 30px 40px 0 0;
}
.qt_main11_nr3 ul li .item{
	width: 420px;
}
.qt_main11_nr3 ul li .item .pic{
	width: 178px;
	height: 124px;
	border: 1px solid #e1e1e1;
	overflow: hidden;
}
.qt_main11_nr3 ul li .item .pic img{
	width: 178px;
	height: 124px;
}
.qt_main11_nr3 ul li .item .text{
	font-size: 16px;
	width: 220px;
}
.qt_main11_nr3 ul li .item .text1{
	color: #1e1f1f;
	width: 100%;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main11_nr3 ul li .item .text1 a{
	color: #1e1f1f;
}
.qt_main11_nr3 ul li .item .text1 a:hover{
	color: #3078a7;
}
.qt_main11_nr3 ul li .item .text2{
	color: #1e1f1f;
	width: 100%;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main11_nr3 ul li .item .text3{
	color: #1e1f1f;
	width: 100%;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main11_nr3 ul li .item .text4{
	color: #1e1f1f;
	width: 100%;
	line-height: 24px;
	/* margin-left: 10px; */
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main11_nr3 ul li .item .text5{
	font-size: 0px;
	width: 100%;
	text-align: left;
}
.qt_main11_nr3 ul li .item .text5 a{
	margin: 8px 14px 0 0;
	display: inline-block;
}
.qt_main11_nr3 ul li .item .text5 a img{
	height: 22px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.qt_main11_nr3 ul li .item .text5 a img.img1{
	display: inline-block;
}
.qt_main11_nr3 ul li .item .text5 a img.img2{
	display: none;
}
.qt_main11_nr3 ul li .item .text5 a:hover img.img1, .qt_main11_nr3 ul li .item .text5 a.on img.img1{
	display: none;
}
.qt_main11_nr3 ul li .item .text5 a:hover img.img2, .qt_main11_nr3 ul li .item .text5 a.on img.img2{
	display: inline-block;
}
.qt_main11_nr4{
	width: 1340px;
	margin-top: 40px;
	padding: 0 30px;
}
.qt_main11_nr4 ul{
	margin: -40px -47px 0 0;
}
.qt_main11_nr4 ul li{
	width: 230px;
	margin: 40px 47px 0 0;
}
.qt_main11_nr4 ul li .item{
	width: 230px;
}
.qt_main11_nr4 ul li .item .pic{
	width: 228px;
	height: 158px;
	border: 1px solid #e0e0e0;
	overflow: hidden;
}
.qt_main11_nr4 ul li .item .pic img{
	width: 228px;
	height: 158px;
}
.qt_main11_nr4 ul li .item .text{
	font-size: 16px;
	width: 230px;
}
.qt_main11_nr4 ul li .item .text1{
	color: #1e1f1f;
	width: 100%;
	height: 48px;
	line-height: 24px;
	margin-top: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qt_main11_nr4 ul li .item .text1 a{
	color: #1e1f1f;
}
.qt_main11_nr4 ul li .item .text1 a:hover{
	color: #3078a7;
}
.qt_main11_nr4 ul li .item .text2{
	color: #1e1f1f;
	width: 100%;
	height: 48px;
	line-height: 24px;
	margin-top: 12px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.qt_main11_nr4 ul li .item .text3{
	color: #1e1f1f;
	width: 100%;
	line-height: 100%;
	margin-top: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main11_nr4 ul li .item .text4{
	color: #1e1f1f;
	width: 100%;
	line-height: 100%;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.qt_main11_nr4 ul li .item .text5{
	font-size: 0px;
	width: 100%;
	text-align: left;
}
.qt_main11_nr4 ul li .item .text5 a{
	margin: 20px 14px 0 0;
	display: inline-block;
}
.qt_main11_nr4 ul li .item .text5 a img{
	height: 22px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.qt_main11_nr4 ul li .item .text5 a img.img1{
	display: inline-block;
}
.qt_main11_nr4 ul li .item .text5 a img.img2{
	display: none;
}
.qt_main11_nr4 ul li .item .text5 a:hover img.img1, .qt_main11_nr4 ul li .item .text5 a.on img.img1{
	display: none;
}
.qt_main11_nr4 ul li .item .text5 a:hover img.img2, .qt_main11_nr4 ul li .item .text5 a.on img.img2{
	display: inline-block;
}

/* 配送地址 弹窗 */
.zx1 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv1 {
	width: 1128px;
	position: absolute;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	z-index: 999999;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv1_nr {
	padding: 0px 0px 54px;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
}
.tcdiv1_nr1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 105px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.tcdiv1_nr2 {
	width: 100%;
	padding-top: 40px;
}
.tcdiv1_nr2 ul {
	width: 692px;
}
.tcdiv1_nr2 ul li {
	font-size: 18px;
	color: #3c3c3c;
	width: 692px;
	margin-top: 20px;
}
.tcdiv1_nr2 ul li span.style1 {
	width: 82px;
	line-height: 26px;
	margin: 10px 10px 10px 0;
}
.tcdiv1_nr2 ul li span.style2 {
	width: 54px;
	line-height: 26px;
	margin-right: 20px;
	margin-left: 20px;
	padding: 10px 0;
}
.tcdiv1_nr2 ul li .wbk1 {
	width: 175px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv1_nr2 ul li .wbk2 {
	width: 311px;
	height: 44px;
	line-height: 44px;
	margin-left: 30px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv1_nr2 ul li .wbk3 {
	width: 558px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv1_nr2 ul li .wbk4 {
	width:  237px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv1_nr2 ul li .wbk5 {
	width: 217px;
	height: 46px;
	line-height: 44px;
	padding: 0 55px 0 20px;
	background: url(../images/pic37.png) no-repeat right 20px center;
	border: 1px solid #e0e0e0;
}
.tcdiv1_nr2 ul li .wbk6 {
	width: 353px;
	height: 46px;
	line-height: 44px;
	margin-left: 30px;
	padding: 0 55px 0 20px;
	background: url(../images/pic37.png) no-repeat right 20px center;
	border: 1px solid #e0e0e0;
}
.tcdiv1_nr2 ul li .btn1 {
	font-size: 20px;
	color: #fff;
	width: 217px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	margin: 72px 0 0 238px;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
}
.tcdiv1 .gb1 {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.tcdiv1 .gb1 img {
	height: 21px;
	transition: all 0.6s ease;
}
.tcdiv1 .gb1:hover img {
  transform: rotate(180deg);
}

/* 开票信息 弹窗 */
.zx2 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv2 {
	width: 1128px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 999999;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv2_nr {
	padding: 0px 0px 44px;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
}
.tcdiv2_nr1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 105px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.tcdiv2_nr2 {
	width: 100%;
	padding-top: 0px;
}
.tcdiv2_nr2 ul {
	width: 543px;
}
.tcdiv2_nr2 ul li {
	font-size: 18px;
	color: #0a0a0a;
	width: 543px;
	margin-top: 20px;
}
.tcdiv2_nr2 ul li span.style1 {
	width: 108px;
	line-height: 22px;
	margin: 12px 20px 12px 0;
}
.tcdiv2_nr2 ul li .wbk1 {
	width: 373px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv2_nr2 ul li .btn1 {
	font-size: 20px;
	color: #fff;
	width: 217px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	margin: 30px 0 0 162px;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
}
.tcdiv2_nr2 ul li .style1{
	line-height: 46px;
	margin-right: 60px;
}
.tcdiv2_nr2 ul li .style1:last-child{
	margin-right: 0px;
}
.tcdiv2_nr2 ul li .style1 input{
	width: 16px;
	height: 16px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.tcdiv2 .gb2 {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.tcdiv2 .gb2 img {
	height: 21px;
	transition: all 0.6s ease;
}
.tcdiv2 .gb2:hover img {
  transform: rotate(180deg);
}

/* 上传凭证 弹窗 */
.zx3 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv3 {
	width: 638px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 999999;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv3_nr {
	padding: 100px 0px 54px;
	background-color: #fff;
	/* border-radius: 15px; */
	position: relative;
}
.tcdiv3_nr1 {
	width: 444px;
}
.tcdiv3_nr1 .item1 {
	font-size: 20px;
	color: #000;
}
.tcdiv3_nr1 .item1 span.style1 {
	width: 160px !important;
	line-height: 20px;
	margin-right: 20px;
	padding: 10px 0;
}
.tcdiv3_nr1 .item1 .wbk1{
	width: 222px !important;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.tcdiv3_nr1 .item2 {
	font-size: 16px;
	color: #7f7f7f;
	margin-top: 20px;
	padding-left: 60px;
}
.tcdiv3_nr1 .item2 span.style1 {
	line-height: 44px;
}
.tcdiv3_nr1 .item2 span.style2 {
	line-height: 44px;
	margin-left: 20px;
}
.tcdiv3_nr1 .item2 .btn1{
	font-size: 20px;
	color: #fff;
	width: 129px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
}
.tcdiv3_nr1 .item3 {
	font-size: 16px;
	color: #080808;
	line-height: 36px;
	margin-top: 28px;
}
.tcdiv3_nr1 .item4 {
	text-align: center;
	margin-top: 46px;
}
.tcdiv3_nr1 .item4 .btn1{
	font-size: 20px;
	color: #fff;
	width: 217px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
	display: inline-block;
}
.tcdiv3 .gb3 {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.tcdiv3 .gb3 img {
	height: 21px;
	transition: all 0.6s ease;
}
.tcdiv3 .gb3:hover img {
  transform: rotate(180deg);
}

/* 输入新邮箱 弹窗 */
.zx4 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv4 {
	width: 638px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 999999;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv4_nr {
	padding: 0px 0px 40px;
	background-color: #fff;
	/* border-radius: 15px; */
	position: relative;
}
.tcdiv4_nr1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 105px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.tcdiv4_nr2 {
	width: 100%;
	padding-top: 30px;
}
.tcdiv4_nr2 ul {
	width: 384px;
}
.tcdiv4_nr2 ul li {
	font-size: 16px;
	color: #0a0a0a;
	width: 384px;
	margin-top: 20px;
}
.tcdiv4_nr2 ul li span.style1 {
	width: 108px;
	line-height: 40px;
	margin-right: 20px;
}
.tcdiv4_nr2 ul li .wbk1 {
	width: 342px;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.tcdiv4_nr2 ul li .btn1 {
	font-size: 20px;
	color: #fff;
	width: 217px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	margin-top: 10px;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
	display: inline-block;
}
.tcdiv4_nr2 ul li .style1{
	line-height: 46px;
	margin-right: 60px;
}
.tcdiv4_nr2 ul li .style1:last-child{
	margin-right: 0px;
}
.tcdiv4_nr2 ul li .style1 input{
	width: 16px;
	height: 16px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.tcdiv4 .gb4 {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.tcdiv4 .gb4 img {
	height: 21px;
	transition: all 0.6s ease;
}
.tcdiv4 .gb4:hover img {
  transform: rotate(180deg);
}

/* 我要参加 弹窗 */
.zx5 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv5 {
	width: 1128px;
	position: absolute;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	z-index: 999999;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv5_nr {
	padding: 0px 0px 40px;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
}
.tcdiv5_nr1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 105px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.tcdiv5_nr2 {
	width: 100%;
	padding-top: 40px;
}
.tcdiv5_nr2 ul {
	width: 710px;
}
.tcdiv5_nr2 ul li {
	font-size: 18px;
	color: #3c3c3c;
	width: 710px;
	margin-top: 20px;
}
.tcdiv5_nr2 ul li span.style1 {
	width: 110px;
	line-height: 46px;
	margin-right: 0px;
}
.tcdiv5_nr2 ul li .wbk1 {
	width: 558px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv5_nr2 ul li .wbk2 {
	width: 372px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-right: 0px;
}
.tcdiv5_nr2 ul li .btn1 {
	font-size: 20px;
	color: #fff;
	width: 217px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	margin: 24px 0 0 240px;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
}
.tcdiv5_nr2 ul li .btn2 {
	font-size: 20px;
	color: #fff;
	width: 187px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: #3078a8;
	border: 0px;
}
.tcdiv5_nr2 ul li .nr1 {
	width: 600px;
	margin-top: -30px;
}
.tcdiv5_nr2 ul li .nr1 p {
	width: 147px;
	height: 132px;
	margin: 30px 30px 0 0;
	cursor: pointer;
}
.tcdiv5_nr2 ul li .nr1 p img {
	width: 147px;
	height: 132px;
}
.tcdiv5 .gb5 {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.tcdiv5 .gb5 img {
	height: 21px;
	transition: all 0.6s ease;
}
.tcdiv5 .gb5:hover img {
  transform: rotate(180deg);
}

/* 发布找货 弹窗 */
.zx6 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv6 {
	width: 1128px;
	position: absolute;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	z-index: 999999;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv6_nr {
	padding: 0px 0px 40px;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
}
.tcdiv6_nr1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 105px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.tcdiv6_nr2 {
	width: 100%;
	padding-top: 40px;
}
.tcdiv6_nr2 ul {
	width: 710px;
}
.tcdiv6_nr2 ul li {
	font-size: 18px;
	color: #3c3c3c;
	width: 710px;
	margin-top: 20px;
}
.tcdiv6_nr2 ul li span.style1 {
	width: 105px;
	line-height: 26px;
	margin-right: 0px;
	padding: 10px 5px 10px 0;
	word-wrap:break-word;
}
.tcdiv6_nr2 ul li .wbk1 {
	width: 558px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv6_nr2 ul li .wbk2 {
	width: 372px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-right: 0px;
}
.tcdiv6_nr2 ul li .wbk3 {
	width: 600px;
	height: 46px;
	line-height: 44px;
	padding: 0 58px 0 20px;
	background: url(../images/pic64.png) no-repeat right 20px center;
	border: 1px solid #e0e0e0;
}
.tcdiv6_nr2 ul li .wbk4 {
	width: 558px;
	height: 120px;
	line-height: 24px;
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	resize: none;
	display: block;
}
.tcdiv6_nr2 ul li .btn1 {
	font-size: 20px;
	color: #fff;
	width: 217px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	margin: 34px 0 0 240px;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
}
.tcdiv6_nr2 ul li .btn2 {
	font-size: 20px;
	color: #fff;
	width: 187px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: #3078a8;
	border: 0px;
}
.tcdiv6_nr2 ul li .nr1 {
	width: 600px;
	margin-top: -30px;
}
.tcdiv6_nr2 ul li .nr1 p {
	width: 147px;
	height: 132px;
	margin: 30px 30px 0 0;
	cursor: pointer;
}
.tcdiv6_nr2 ul li .nr1 p img {
	width: 147px;
	height: 132px;
}
.tcdiv6_nr2 ul li .nr2 {
	font-size: 16px;
	color: #0b0b0b;
	width: 600px;
	line-height: 30px;
}
.tcdiv6 .gb6 {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.tcdiv6 .gb6 img {
	height: 21px;
	transition: all 0.6s ease;
}
.tcdiv6 .gb6:hover img {
  transform: rotate(180deg);
}

/* 入驻推荐 弹窗 */
.zx7 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv7 {
	width: 1128px;
	position: absolute;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	z-index: 999999;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv7_nr {
	padding: 0px 0px 40px;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
}
.tcdiv7_nr1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 105px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.tcdiv7_nr2 {
	width: 100%;
	padding-top: 40px;
}
.tcdiv7_nr2 ul {
	width: 710px;
}
.tcdiv7_nr2 ul li {
	font-size: 18px;
	color: #3c3c3c;
	width: 710px;
	margin-top: 20px;
}
.tcdiv7_nr2 ul li span.style1 {
	width: 110px;
	line-height: 26px;
	margin-right: 0px;
	padding: 10px 0;
}
.tcdiv7_nr2 ul li .wbk1 {
	width: 558px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv7_nr2 ul li .wbk2 {
	width: 372px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-right: 0px;
}
.tcdiv7_nr2 ul li .wbk3 {
	width: 600px;
	height: 46px;
	line-height: 44px;
	padding: 0 58px 0 20px;
	background: url(../images/pic64.png) no-repeat right 20px center;
	border: 1px solid #e0e0e0;
}
.tcdiv7_nr2 ul li .wbk4 {
	width: 558px;
	height: 120px;
	line-height: 24px;
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	resize: none;
	display: block;
}
.tcdiv7_nr2 ul li .btn1 {
	font-size: 20px;
	color: #fff;
	width: 217px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	margin: 34px 0 0 240px;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
}
.tcdiv7_nr2 ul li .btn2 {
	font-size: 20px;
	color: #fff;
	width: 187px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: #3078a8;
	border: 0px;
}
.tcdiv7_nr2 ul li .nr1 {
	width: 600px;
	margin-top: -30px;
}
.tcdiv7_nr2 ul li .nr1 p {
	width: 147px;
	height: 132px;
	margin: 30px 30px 0 0;
	cursor: pointer;
}
.tcdiv7_nr2 ul li .nr1 p img {
	width: 147px;
	height: 132px;
}
.tcdiv7_nr2 ul li .nr2 {
	font-size: 16px;
	color: #0b0b0b;
	width: 600px;
	line-height: 30px;
}
.tcdiv7 .gb7 {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.tcdiv7 .gb7 img {
	height: 21px;
	transition: all 0.6s ease;
}
.tcdiv7 .gb7:hover img {
  transform: rotate(180deg);
}

/* 发布帖子 弹窗 */
.zx8 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv8 {
	width: 1128px;
	position: absolute;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	z-index: 999999;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv8_nr {
	padding: 0px 0px 60px;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
}
.tcdiv8_nr1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 105px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.tcdiv8_nr2 {
	width: 100%;
	padding-top: 40px;
}
.tcdiv8_nr2 ul {
	width: 710px;
}
.tcdiv8_nr2 ul li {
	font-size: 18px;
	color: #3c3c3c;
	width: 710px;
	margin-top: 20px;
}
.tcdiv8_nr2 ul li span.style1 {
	width: 110px;
	line-height: 26px;
	margin-right: 0px;
	padding: 10px 0;
}
.tcdiv8_nr2 ul li .wbk1 {
	width: 558px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv8_nr2 ul li .wbk2 {
	width: 372px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-right: 0px;
}
.tcdiv8_nr2 ul li .wbk3 {
	width: 600px;
	height: 46px;
	line-height: 44px;
	padding: 0 58px 0 20px;
	background: url(../images/pic64.png) no-repeat right 20px center;
	border: 1px solid #e0e0e0;
}
.tcdiv8_nr2 ul li .wbk4 {
	width: 558px;
	height: 120px;
	line-height: 24px;
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	resize: none;
	display: block;
}
.tcdiv8_nr2 ul li .btn1 {
	font-size: 20px;
	color: #fff;
	width: 217px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	margin: 34px 0 0 240px;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
}
.tcdiv8_nr2 ul li .btn2 {
	font-size: 20px;
	color: #fff;
	width: 187px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: #3078a8;
	border: 0px;
}
.tcdiv8_nr2 ul li .nr1 {
	width: 600px;
	margin-top: -30px;
}
.tcdiv8_nr2 ul li .nr1 p {
	width: 147px;
	height: 132px;
	margin: 30px 30px 0 0;
	cursor: pointer;
}
.tcdiv8_nr2 ul li .nr1 p img {
	width: 147px;
	height: 132px;
}
.tcdiv8_nr2 ul li .nr2 {
	font-size: 16px;
	color: #0b0b0b;
	width: 600px;
	line-height: 30px;
}
.tcdiv8_nr2 ul li .nr3 {
	width: 600px;
	margin-top: -10px;
}
.tcdiv8_nr2 ul li .nr3 bdo.style1 {
	font-size: 14px;
	color: #686666;
	height: 32px;
	line-height: 32px;
	text-align: center;
	margin: 20px 20px 0 0;
	padding: 0 22px;
	border: 1px solid #efefef;
	border-radius: 5px;
	display: inline-block;
	cursor: pointer;
}
.tcdiv8_nr2 ul li .nr3 bdo.style1:hover, .tcdiv8_nr2 ul li .nr3 bdo.style1.on {
	color: #fff;
	background-color: #3078a8;
	border: 1px solid #3078a8;
}
.tcdiv8 .gb8 {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.tcdiv8 .gb8 img {
	height: 21px;
	transition: all 0.6s ease;
}
.tcdiv8 .gb8:hover img {
  transform: rotate(180deg);
}

/* 积分兑换 弹窗 */
.zx9 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv9 {
	width: 892px;
	position: absolute;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	z-index: 999999;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv9_nr {
	padding: 0px 0px 44px;
	background-color: #fff;
	/* border-radius: 15px; */
	position: relative;
}
.tcdiv9_nr1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 105px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.tcdiv9_nr2 {
	width: 100%;
	padding-top: 0px;
}
.tcdiv9_nr2 ul {
	width: 692px;
}
.tcdiv9_nr2 ul li {
	font-size: 18px;
	color: #3c3c3c;
	width: 692px;
	margin-top: 20px;
}
.tcdiv9_nr2 ul li span.style1 {
	width: 72px;
	line-height: 46px;
	margin-right: 20px;
}
.tcdiv9_nr2 ul li span.style2 {
	width: 54px;
	line-height: 46px;
	margin-right: 20px;
	margin-left: 30px;
}
.tcdiv9_nr2 ul li .wbk1 {
	width: 175px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv9_nr2 ul li .wbk2 {
	width: 311px;
	height: 44px;
	line-height: 44px;
	margin-left: 30px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv9_nr2 ul li .wbk3 {
	width: 558px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv9_nr2 ul li .wbk4 {
	width:  237px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv9_nr2 ul li .wbk5 {
	width: 217px;
	height: 46px;
	line-height: 44px;
	padding: 0 55px 0 20px;
	background: url(../images/pic37.png) no-repeat right 20px center;
	border: 1px solid #e0e0e0;
}
.tcdiv9_nr2 ul li .wbk6 {
	width: 353px;
	height: 46px;
	line-height: 44px;
	margin-left: 30px;
	padding: 0 55px 0 20px;
	background: url(../images/pic37.png) no-repeat right 20px center;
	border: 1px solid #e0e0e0;
}
.tcdiv9_nr2 ul li .btn1 {
	font-size: 20px;
	color: #fff;
	width: 217px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	margin: 30px 0 0 118px;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
}
.tcdiv9_nr2 ul li .btn2 {
	font-size: 20px;
	color: #fff;
	width: 217px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	margin: 30px 0 0 30px;
	background-color: #c1c1c1;
	border: 0px;
	border-radius: 5px;
}
.tcdiv9_nr2 ul li .nr1 {
	font-size: 16px;
	color: #999;
	width: 692px;
	text-align: center;
}
.tcdiv9_nr2 ul li .nr2 {
	font-size: 18px;
	color: #000;
	width: 692px;
	margin-top: 60px;
}
.tcdiv9_nr2 ul li .nr3 {
	margin: -20px -30px 0 0;
}
.tcdiv9_nr2 ul li .nr3_nr {
	width: 281px;
	margin: 20px 30px 0 0;
	padding: 20px 24px;
	border: 1px solid #e0e0e0;
	position: relative;
	cursor: pointer;
}
.tcdiv9_nr2 ul li .nr3_nr:before {
	content: "";
	width: 12px;
	height: 12px;
	background-color: #fff;
	border: 1px solid #dfdfdf;
	border-radius: 100%;
	position: absolute;
	top: 10px;
	right: 10px;
}
.tcdiv9_nr2 ul li .nr3_nr1 {
	font-size: 14px;
	color: #0a0a0a;
	line-height: 100%;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.tcdiv9_nr2 ul li .nr3_nr1:first-child {
	margin-top: 0px;
}
.tcdiv9_nr2 ul li .nr3_nr1 bdo.style1 {
	color: #7d7d7d;
	margin-left: 20px;
}
.tcdiv9_nr2 ul li .nr3_nr.on {
	border: 1px solid #e5a51d;
}
.tcdiv9_nr2 ul li .nr3_nr.on:before {
	background-color: #e5a51d;
	border: 1px solid #e5a51d;
}
.tcdiv9_nr2 ul li .nr4 {
	font-size: 18px;
	color: #000;
	width: 692px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.tcdiv9 .gb9 {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.tcdiv9 .gb9 img {
	height: 21px;
	transition: all 0.6s ease;
}
.tcdiv9 .gb9:hover img {
  transform: rotate(180deg);
}

/* 输入新电话 弹窗 */
.zx10 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv10 {
	width: 638px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 999999;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv10_nr {
	padding: 0px 0px 40px;
	background-color: #fff;
	/* border-radius: 15px; */
	position: relative;
}
.tcdiv10_nr1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 105px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.tcdiv10_nr2 {
	width: 100%;
	padding-top: 30px;
}
.tcdiv10_nr2 ul {
	width: 384px;
}
.tcdiv10_nr2 ul li {
	font-size: 16px;
	color: #0a0a0a;
	width: 384px;
	margin-top: 20px;
}
.tcdiv10_nr2 ul li span.style1 {
	width: 108px;
	line-height: 40px;
	margin-right: 20px;
}
.tcdiv10_nr2 ul li .wbk1 {
	width: 342px;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.tcdiv10_nr2 ul li .btn1 {
	font-size: 20px;
	color: #fff;
	width: 217px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	margin-top: 10px;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
	display: inline-block;
}
.tcdiv10_nr2 ul li .style1{
	line-height: 46px;
	margin-right: 60px;
}
.tcdiv10_nr2 ul li .style1:last-child{
	margin-right: 0px;
}
.tcdiv10_nr2 ul li .style1 input{
	width: 16px;
	height: 16px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.tcdiv10 .gb10 {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.tcdiv10 .gb10 img {
	height: 21px;
	transition: all 0.6s ease;
}
.tcdiv10 .gb10:hover img {
  transform: rotate(180deg);
}

/* 立即购买 弹窗 */
.zx11 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv11 {
	width: 1086px;
	position: absolute;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	z-index: 999999;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv11_nr {
	padding: 0px 0px 60px;
	background-color: #fff;
	/* border-radius: 15px; */
	position: relative;
}
.tcdiv11_nr1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 105px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.tcdiv11_nr2 {
	width: 100%;
	padding-top: 0px;
}
.tcdiv11_nr2 ul {
	width: 550px;
}
.tcdiv11_nr2 ul li {
	font-size: 16px;
	color: #000;
	width: 550px;
	margin-top: 0px;
}
.tcdiv11_nr2 ul li .item1 {
	padding: 33px 10px 13px;
	border-bottom: 1px solid #ccc;
}
.tcdiv11_nr2 ul li .item1 span.style1 {
	line-height: 30px;
}
.tcdiv11_nr2 ul li .item1 .wbk1{
	color: #d91a1a;
	max-width: 400px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	padding-right: 45px;
	background: url(../images/pic80.png) no-repeat right center;
	border: 0px;
}
.tcdiv11_nr2 ul li .item1 .wbk2{
	color: #8f8f8f;
	max-width: 400px;
	height: 30px;
	line-height: 30px;
	text-align: right;
	padding-right: 45px;
	background: url(../images/pic79.png) no-repeat right center;
	border: 0px;
}
.tcdiv11_nr2 ul li .item2{
	font-size: 16px;
	color: #000;
	height: 24px;
	line-height: 24px;
	margin-top: 0px;
	padding: 40px 10px 0px;
}
.tcdiv11_nr2 ul li .item2 input{
	width: 24px;
	height: 24px;
	margin-right: 14px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.tcdiv11_nr2 ul li .item2 a{
	color: #000;
}
.tcdiv11_nr2 ul li .item2 a:hover{
	color: #3078a8;
}
.tcdiv11_nr2 ul li .item3{
	padding: 54px 0px 0px;
}
.tcdiv11_nr2 ul li .item3 .btn1 {
	font-size: 20px;
	color: #fff;
	width: 550px;
	height: 74px;
	line-height: 74px;
	text-align: center;
	background-color: #3078a8;
	border: 0px;
}
.tcdiv11 .gb11 {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.tcdiv11 .gb11 img {
	height: 21px;
	transition: all 0.6s ease;
}
.tcdiv11 .gb11:hover img {
  transform: rotate(180deg);
}

/* 修改地址 弹窗 */
.zx12 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv12 {
	width: 1128px;
	position: absolute;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	z-index: 999999;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv12_nr {
	padding: 0px 0px 54px;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
}
.tcdiv12_nr1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 105px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.tcdiv12_nr2 {
	width: 100%;
	padding-top: 40px;
}
.tcdiv12_nr2 ul {
	width: 692px;
}
.tcdiv12_nr2 ul li {
	font-size: 18px;
	color: #3c3c3c;
	width: 692px;
	margin-top: 20px;
}
.tcdiv12_nr2 ul li span.style1 {
	width: 72px;
	line-height: 26px;
	margin-right: 20px;
	padding: 10px 0;
}
.tcdiv12_nr2 ul li span.style2 {
	width: 54px;
	line-height: 26px;
	margin-right: 20px;
	margin-left: 30px;
	padding: 10px 0;
}
.tcdiv12_nr2 ul li .wbk1 {
	width: 175px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv12_nr2 ul li .wbk2 {
	width: 311px;
	height: 44px;
	line-height: 44px;
	margin-left: 30px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv12_nr2 ul li .wbk3 {
	width: 558px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv12_nr2 ul li .wbk4 {
	width:  237px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv12_nr2 ul li .wbk5 {
	width: 217px;
	height: 46px;
	line-height: 44px;
	padding: 0 55px 0 20px;
	background: url(../images/pic37.png) no-repeat right 20px center;
	border: 1px solid #e0e0e0;
}
.tcdiv12_nr2 ul li .wbk6 {
	width: 353px;
	height: 46px;
	line-height: 44px;
	margin-left: 30px;
	padding: 0 55px 0 20px;
	background: url(../images/pic37.png) no-repeat right 20px center;
	border: 1px solid #e0e0e0;
}
.tcdiv12_nr2 ul li .btn1 {
	font-size: 20px;
	color: #fff;
	width: 217px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	margin: 72px 0 0 238px;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
}
.tcdiv12 .gb12 {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.tcdiv12 .gb12 img {
	height: 21px;
	transition: all 0.6s ease;
}
.tcdiv12 .gb12:hover img {
  transform: rotate(180deg);
}

/* 新增品牌 弹窗 */
.zx13 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv13 {
	width: 1128px;
	position: absolute;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	z-index: 999999;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv13_nr {
	padding: 0px 0px 40px;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
}
.tcdiv13_nr1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 105px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.tcdiv13_nr2 {
	width: 100%;
	padding-top: 40px;
}
.tcdiv13_nr2 ul {
	width: 710px;
}
.tcdiv13_nr2 ul li {
	font-size: 18px;
	color: #3c3c3c;
	width: 710px;
	margin-top: 20px;
}
.tcdiv13_nr2 ul li span.style1 {
	width: 110px;
	line-height: 26px;
	margin-right: 0px;
	padding: 10px 0;
}
.tcdiv13_nr2 ul li .wbk1 {
	width: 558px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv13_nr2 ul li .wbk2 {
	width: 372px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-right: 0px;
}
.tcdiv13_nr2 ul li .wbk3 {
	width: 600px;
	height: 46px;
	line-height: 44px;
	padding: 0 58px 0 20px;
	background: url(../images/pic64.png) no-repeat right 20px center;
	border: 1px solid #e0e0e0;
}
.tcdiv13_nr2 ul li .wbk4 {
	width: 558px;
	height: 120px;
	line-height: 24px;
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	resize: none;
	display: block;
}
.tcdiv13_nr2 ul li .btn1 {
	font-size: 20px;
	color: #fff;
	width: 217px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	margin: 34px 0 0 240px;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
}
.tcdiv13_nr2 ul li .btn2 {
	font-size: 20px;
	color: #fff;
	width: 187px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: #3078a8;
	border: 0px;
}
.tcdiv13_nr2 ul li .nr1 {
	width: 600px;
	margin-top: -30px;
}
.tcdiv13_nr2 ul li .nr1 p {
	width: 147px;
	height: 132px;
	margin: 30px 30px 0 0;
	cursor: pointer;
}
.tcdiv13_nr2 ul li .nr1 p img {
	width: 147px;
	height: 132px;
}
.tcdiv13_nr2 ul li .nr2 {
	font-size: 16px;
	color: #0b0b0b;
	width: 600px;
	line-height: 30px;
}
.tcdiv13 .gb13 {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.tcdiv13 .gb13 img {
	height: 21px;
	transition: all 0.6s ease;
}
.tcdiv13 .gb13:hover img {
  transform: rotate(180deg);
}

/* 修改品牌 弹窗 */
.zx14 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv14 {
	width: 1128px;
	position: absolute;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	z-index: 999999;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv14_nr {
	padding: 0px 0px 40px;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
}
.tcdiv14_nr1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 105px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.tcdiv14_nr2 {
	width: 100%;
	padding-top: 40px;
}
.tcdiv14_nr2 ul {
	width: 710px;
}
.tcdiv14_nr2 ul li {
	font-size: 18px;
	color: #3c3c3c;
	width: 710px;
	margin-top: 20px;
}
.tcdiv14_nr2 ul li span.style1 {
	width: 110px;
	line-height: 46px;
	margin-right: 0px;
}
.tcdiv14_nr2 ul li .wbk1 {
	width: 558px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv14_nr2 ul li .wbk2 {
	width: 372px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-right: 0px;
}
.tcdiv14_nr2 ul li .wbk3 {
	width: 600px;
	height: 46px;
	line-height: 44px;
	padding: 0 58px 0 20px;
	background: url(../images/pic64.png) no-repeat right 20px center;
	border: 1px solid #e0e0e0;
}
.tcdiv14_nr2 ul li .wbk4 {
	width: 558px;
	height: 120px;
	line-height: 24px;
	padding: 10px 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	resize: none;
	display: block;
}
.tcdiv14_nr2 ul li .btn1 {
	font-size: 20px;
	color: #fff;
	width: 217px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	margin: 34px 0 0 240px;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
}
.tcdiv14_nr2 ul li .btn2 {
	font-size: 20px;
	color: #fff;
	width: 187px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background-color: #3078a8;
	border: 0px;
}
.tcdiv14_nr2 ul li .nr1 {
	width: 600px;
	margin-top: -30px;
}
.tcdiv14_nr2 ul li .nr1 p {
	width: 147px;
	height: 132px;
	margin: 30px 30px 0 0;
	cursor: pointer;
}
.tcdiv14_nr2 ul li .nr1 p img {
	width: 147px;
	height: 132px;
}
.tcdiv14_nr2 ul li .nr2 {
	font-size: 16px;
	color: #0b0b0b;
	width: 600px;
	line-height: 30px;
}
.tcdiv14 .gb14 {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.tcdiv14 .gb14 img {
	height: 21px;
	transition: all 0.6s ease;
}
.tcdiv14 .gb14:hover img {
  transform: rotate(180deg);
}

/* 修改发票信息 弹窗 */
.zx15 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv15 {
	width: 1128px;
	position: absolute;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	z-index: 999999;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv15_nr {
	padding: 0px 0px 44px;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
}
.tcdiv15_nr1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 105px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.tcdiv15_nr2 {
	width: 100%;
	padding-top: 0px;
}
.tcdiv15_nr2 ul {
	width: 543px;
}
.tcdiv15_nr2 ul li {
	font-size: 18px;
	color: #0a0a0a;
	width: 543px;
	margin-top: 20px;
}
.tcdiv15_nr2 ul li span.style1 {
	width: 108px;
	line-height: 22px;
	margin: 12px 20px 12px 0;
}
.tcdiv15_nr2 ul li .wbk1 {
	width: 373px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv15_nr2 ul li .btn1 {
	font-size: 20px;
	color: #fff;
	width: 217px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	margin: 30px 0 0 162px;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
}
.tcdiv15_nr2 ul li .style1{
	line-height: 46px;
	margin-right: 60px;
}
.tcdiv15_nr2 ul li .style1:last-child{
	margin-right: 0px;
}
.tcdiv15_nr2 ul li .style1 input{
	width: 16px;
	height: 16px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.tcdiv15 .gb15 {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.tcdiv15 .gb15 img {
	height: 21px;
	transition: all 0.6s ease;
}
.tcdiv15 .gb15:hover img {
  transform: rotate(180deg);
}


/* 新增发票地址 弹窗 */
.zx16 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv16 {
	width: 1128px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 999999;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv16_nr {
	padding: 0px 0px 54px;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
}
.tcdiv16_nr1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 105px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.tcdiv16_nr2 {
	width: 100%;
	padding-top: 40px;
}
.tcdiv16_nr2 ul {
	width: 692px;
}
.tcdiv16_nr2 ul li {
	font-size: 18px;
	color: #3c3c3c;
	width: 692px;
	margin-top: 20px;
}
.tcdiv16_nr2 ul li span.style1 {
	width: 72px;
	line-height: 46px;
	margin-right: 20px;
}
.tcdiv16_nr2 ul li span.style2 {
	width: 54px;
	line-height: 46px;
	margin-right: 20px;
	margin-left: 30px;
}
.tcdiv16_nr2 ul li .wbk1 {
	width: 175px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv16_nr2 ul li .wbk2 {
	width: 311px;
	height: 44px;
	line-height: 44px;
	margin-left: 30px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv16_nr2 ul li .wbk3 {
	width: 558px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv16_nr2 ul li .wbk4 {
	width:  237px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv16_nr2 ul li .wbk5 {
	width: 217px;
	height: 46px;
	line-height: 44px;
	padding: 0 55px 0 20px;
	background: url(../images/pic37.png) no-repeat right 20px center;
	border: 1px solid #e0e0e0;
}
.tcdiv16_nr2 ul li .wbk6 {
	width: 353px;
	height: 46px;
	line-height: 44px;
	margin-left: 30px;
	padding: 0 55px 0 20px;
	background: url(../images/pic37.png) no-repeat right 20px center;
	border: 1px solid #e0e0e0;
}
.tcdiv16_nr2 ul li .btn1 {
	font-size: 20px;
	color: #fff;
	width: 217px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	margin: 72px 0 0 238px;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
}
.tcdiv16 .gb16 {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.tcdiv16 .gb16 img {
	height: 21px;
	transition: all 0.6s ease;
}
.tcdiv16 .gb16:hover img {
	transform: rotate(180deg);
}


/* 修改发票地址 弹窗 */
.zx17 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv17 {
	width: 1128px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 999999;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv17_nr {
	padding: 0px 0px 54px;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
}
.tcdiv17_nr1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 105px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.tcdiv17_nr2 {
	width: 100%;
	padding-top: 40px;
}
.tcdiv17_nr2 ul {
	width: 692px;
}
.tcdiv17_nr2 ul li {
	font-size: 18px;
	color: #3c3c3c;
	width: 692px;
	margin-top: 20px;
}
.tcdiv17_nr2 ul li span.style1 {
	width: 72px;
	line-height: 46px;
	margin-right: 20px;
}
.tcdiv17_nr2 ul li span.style2 {
	width: 54px;
	line-height: 46px;
	margin-right: 20px;
	margin-left: 30px;
}
.tcdiv17_nr2 ul li .wbk1 {
	width: 175px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv17_nr2 ul li .wbk2 {
	width: 311px;
	height: 44px;
	line-height: 44px;
	margin-left: 30px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv17_nr2 ul li .wbk3 {
	width: 558px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv17_nr2 ul li .wbk4 {
	width:  237px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv17_nr2 ul li .wbk5 {
	width: 217px;
	height: 46px;
	line-height: 44px;
	padding: 0 55px 0 20px;
	background: url(../images/pic37.png) no-repeat right 20px center;
	border: 1px solid #e0e0e0;
}
.tcdiv17_nr2 ul li .wbk6 {
	width: 353px;
	height: 46px;
	line-height: 44px;
	margin-left: 30px;
	padding: 0 55px 0 20px;
	background: url(../images/pic37.png) no-repeat right 20px center;
	border: 1px solid #e0e0e0;
}
.tcdiv17_nr2 ul li .btn1 {
	font-size: 20px;
	color: #fff;
	width: 217px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	margin: 72px 0 0 238px;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
}
.tcdiv17 .gb17 {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.tcdiv17 .gb17 img {
	height: 21px;
	transition: all 0.6s ease;
}
.tcdiv17 .gb17:hover img {
	transform: rotate(180deg);
}

/* 完善信息 弹窗 */
.zx18 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv18 {
	width: 1128px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 999999;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv18_nr {
	padding: 0px 0px 44px;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
}
.tcdiv18_nr1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 105px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.tcdiv18_nr2 {
	width: 100%;
	padding-top: 0px;
}
.tcdiv18_nr2 ul {
	width: 543px;
}
.tcdiv18_nr2 ul li {
	font-size: 18px;
	color: #0a0a0a;
	width: 543px;
	margin-top: 10px;
}
.tcdiv18_nr2 ul li span.style1 {
	width: 108px;
	line-height: 22px;
	margin-right: 20px;
	padding: 12px 0;
}
.tcdiv18_nr2 ul li span.style3 {
	width: 18px;
	line-height: 46px;
	text-align: center;
}
.tcdiv18_nr2 ul li .wbk1 {
	width: 373px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv18_nr2 ul li .wbk2 {
	width: 415px;
	height: 46px;
	line-height: 44px;
	padding: 0 34px 0 20px;
	background: url(../images/pic92.png) no-repeat right 10px center;
	border: 1px solid #e0e0e0;
}
.tcdiv18_nr2 ul li .wbk3 {
	width: 48px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv18_nr2 ul li .btn1 {
	font-size: 20px;
	color: #fff;
	width: 217px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	margin: 20px 0 0 162px;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
}
.tcdiv18_nr2 ul li .style1{
	line-height: 46px;
	margin-right: 60px;
}
.tcdiv18_nr2 ul li .style1:last-child{
	margin-right: 0px;
}
.tcdiv18_nr2 ul li .style1 input{
	width: 16px;
	height: 16px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.tcdiv18_nr2 ul li span.style2 {
	line-height: 46px;
}
.tcdiv18_nr2 ul li span.style2 img {
	height: 30px;
	margin-left: 10px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.tcdiv18 .gb18 {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.tcdiv18 .gb18 img {
	height: 21px;
	transition: all 0.6s ease;
}
.tcdiv18 .gb18:hover img {
  transform: rotate(180deg);
}

/* 供应商认证提示 弹窗 */
.zx19 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv19 {
	width: 204px;
	position: absolute;
	top: 525px;
	display: ;
	z-index: 999999;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv19_nr {
	padding: 0px 7px;
	background-color: #cb1616;
	border-radius: 5px;
	-webkit-box-shadow:3px 3px 10px rgba(0, 0, 0, .35);
	-moz-box-shadow:3px 3px 10px rgba(0, 0, 0, .35);
	box-shadow:3px 3px 10px rgba(0, 0, 0, .35);
	position: relative;
}
.tcdiv19_nr1 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	line-height: 39px;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.tcdiv19_nr2 {
	font-size: 14px;
	color: #fff;
	width: 100%;
	line-height: 22px;
	padding: 6px 0;
}
.tcdiv19 .gb19 {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.tcdiv19 .gb19 img {
	height: 20px;
	transition: all 0.6s ease;
}
.tcdiv19 .gb19:hover img {
  transform: rotate(180deg);
}

/* 工程师认证提示 弹窗 */
.zx20 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv20 {
	width: 204px;
	position: absolute;
	top: 674px;
	display: ;
	z-index: 999999;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv20_nr {
	padding: 0px 7px;
	background-color: #cb1616;
	border-radius: 5px;
	-webkit-box-shadow:3px 3px 10px rgba(0, 0, 0, .35);
	-moz-box-shadow:3px 3px 10px rgba(0, 0, 0, .35);
	box-shadow:3px 3px 10px rgba(0, 0, 0, .35);
	position: relative;
}
.tcdiv20_nr1 {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	width: 100%;
	line-height: 39px;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}
.tcdiv20_nr2 {
	font-size: 14px;
	color: #fff;
	width: 100%;
	line-height: 22px;
	padding: 6px 0;
}
.tcdiv20 .gb20 {
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.tcdiv20 .gb20 img {
	height: 20px;
	transition: all 0.6s ease;
}
.tcdiv20 .gb20:hover img {
  transform: rotate(180deg);
}

/* 图片放大 弹窗 */
.zx21 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv21 {
	width: 1128px;
	position: absolute;
	/* top: 50%;
	left: 50%;
	transform: translate(-50%, -50%); */
	top: 10%;
	left: 50%;
	transform: translateX(-50%);
	display: none;
	z-index: 999999;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv21_nr {
	padding: 60px 20px 20px;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
}
.tcdiv21_nr1 {
	width: 100%;
}
.tcdiv21_nr1 img {
	width: 100%;
}
.tcdiv21 .gb21 {
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.tcdiv21 .gb21 img {
	height: 21px;
	transition: all 0.6s ease;
}
.tcdiv21 .gb21:hover img {
  transform: rotate(180deg);
}

/* 完善信息 弹窗 */
.zx22 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv22 {
	width: 1128px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 999999;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv22_nr {
	padding: 0px 0px 44px;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
}
.tcdiv22_nr1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 105px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.tcdiv22_nr2 {
	width: 100%;
	padding-top: 0px;
}
.tcdiv22_nr2 ul {
	width: 543px;
}
.tcdiv22_nr2 ul li {
	font-size: 18px;
	color: #0a0a0a;
	width: 543px;
	margin-top: 20px;
}
.tcdiv22_nr2 ul li span.style1 {
	width: 108px;
	line-height: 46px;
	margin-right: 20px;
}
.tcdiv22_nr2 ul li span.style3 {
	width: 18px;
	line-height: 46px;
	text-align: center;
}
.tcdiv22_nr2 ul li .wbk1 {
	width: 373px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv22_nr2 ul li .wbk2 {
	width: 415px;
	height: 46px;
	line-height: 44px;
	padding: 0 34px 0 20px;
	background: url(../images/pic92.png) no-repeat right 10px center;
	border: 1px solid #e0e0e0;
}
.tcdiv22_nr2 ul li .wbk3 {
	width: 48px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv22_nr2 ul li .btn1 {
	font-size: 20px;
	color: #fff;
	width: 217px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	margin: 30px 0 0 162px;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
}
.tcdiv22_nr2 ul li .style1{
	line-height: 46px;
	margin-right: 60px;
}
.tcdiv22_nr2 ul li .style1:last-child{
	margin-right: 0px;
}
.tcdiv22_nr2 ul li .style1 input{
	width: 16px;
	height: 16px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.tcdiv22_nr2 ul li span.style2 {
	line-height: 46px;
}
.tcdiv22_nr2 ul li span.style2 img {
	height: 30px;
	margin-left: 10px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.tcdiv22 .gb22 {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.tcdiv22 .gb22 img {
	height: 21px;
	transition: all 0.6s ease;
}
.tcdiv22 .gb22:hover img {
  transform: rotate(180deg);
}

/* 《板根会员协议》 弹窗 */
.zx23 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv23 {
	width: 1128px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 999999;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv23_nr {
	padding: 0px 0px 44px;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
}
.tcdiv23_nr1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 105px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.tcdiv23_nr2 {
	padding: 30px 30px;
}
.tcdiv23_nr2_nr {
	font-size: 14px;
	color: #666;
	width: 100%;
	height: 330px;
	line-height: 24px;
	overflow: hidden;
	overflow-y: auto;
}
.tcdiv23_nr2_nr *{
	-webkit-transition:all 0s ease;
	-moz-transition:all 0s ease;
	-o-transition:all 0s ease;
	transition:all 0s ease;
}
.tcdiv23_nr2_nr .mCSB_inside > .mCSB_container{
	margin-right: 25px;
}
.tcdiv23_nr2_nr .mCSB_scrollTools{
	width: 5px;
	opacity: 1;
}
.tcdiv23_nr2_nr .mCSB_scrollTools .mCSB_draggerRail{
	width: 5px;
	background-color: #00323f;
	border-radius: 5px;
}
.tcdiv23_nr2_nr .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	width: 5px;
	background-color: #e8c14a;
	border-radius: 5px;
}
.tcdiv23_nr3 {
	width: 100%;
	text-align: center;
}
.tcdiv23_nr3 a {
	font-size: 20px;
	color: #fff;
	width: 217px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
	display: inline-block;
}
.tcdiv23 .gb23 {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.tcdiv23 .gb23 img {
	height: 21px;
	transition: all 0.6s ease;
}
.tcdiv23 .gb23:hover img {
	transform: rotate(180deg);
}

/* 上传合同 弹窗 */
.zx24 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv24 {
	width: 1128px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 999999;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv24_nr {
	padding: 0px 0px 44px;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
}
.tcdiv24_nr1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 105px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.tcdiv24_nr2 {
	width: 100%;
	padding-top: 0px;
}
.tcdiv24_nr2 ul {
	width: 543px;
}
.tcdiv24_nr2 ul li {
	font-size: 18px;
	color: #0a0a0a;
	width: 543px;
	margin-top: 20px;
}
.tcdiv24_nr2 ul li span.style1 {
	width: 108px;
	line-height: 46px;
	margin-right: 20px;
}
.tcdiv24_nr2 ul li span.style3 {
	width: 18px;
	line-height: 46px;
	text-align: center;
}
.tcdiv24_nr2 ul li .wbk1 {
	width: 373px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv24_nr2 ul li .wbk2 {
	width: 415px;
	height: 46px;
	line-height: 44px;
	padding: 0 34px 0 20px;
	background: url(../images/pic92.png) no-repeat right 10px center;
	border: 1px solid #e0e0e0;
}
.tcdiv24_nr2 ul li .wbk3 {
	width: 48px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv24_nr2 ul li .btn1 {
	font-size: 24px;
	color: #fff;
	width: 217px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	margin: 30px 0 0 162px;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
}
.tcdiv24_nr2 ul li .style1{
	line-height: 46px;
	margin-right: 60px;
}
.tcdiv24_nr2 ul li .style1:last-child{
	margin-right: 0px;
}
.tcdiv24_nr2 ul li .style1 input{
	width: 16px;
	height: 16px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.tcdiv24_nr2 ul li span.style2 {
	line-height: 46px;
}
.tcdiv24_nr2 ul li span.style2 img {
	height: 30px;
	margin-left: 10px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.tcdiv24 .gb24 {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.tcdiv24 .gb24 img {
	height: 21px;
	transition: all 0.6s ease;
}
.tcdiv24 .gb24:hover img {
	transform: rotate(180deg);
}

/* 温馨提示 弹窗 */
.zx25 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv25 {
	width: 880px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 999999;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv25_nr {
	padding: 0px 0px 54px;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
}
.tcdiv25_nr1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 105px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.tcdiv25_nr2 {
	font-size: 20px;
	color: #000;
	line-height: 46px;
	text-align: center;
	padding: 40px 40px 0;
}
.tcdiv25_nr2 span.style1 {
	font-weight: bold;
	color: #cb1616;
}
.tcdiv25 .gb25 {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.tcdiv25 .gb25 img {
	height: 21px;
	transition: all 0.6s ease;
}
.tcdiv25 .gb25:hover img {
	transform: rotate(180deg);
}

/* 上传发票 弹窗 */
.zx26 {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv26 {
	width: 1128px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index: 999999;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.tcdiv26_nr {
	padding: 0px 0px 44px;
	background-color: #fff;
	border-radius: 15px;
	position: relative;
}
.tcdiv26_nr1 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	width: 100%;
	line-height: 105px;
	text-align: center;
	border-bottom: 1px solid #e5e5e5;
}
.tcdiv26_nr2 {
	width: 100%;
	padding-top: 0px;
}
.tcdiv26_nr2 ul {
	width: 543px;
}
.tcdiv26_nr2 ul li {
	font-size: 18px;
	color: #0a0a0a;
	width: 543px;
	margin-top: 20px;
}
.tcdiv26_nr2 ul li span.style1 {
	width: 108px;
	line-height: 46px;
	margin-right: 20px;
}
.tcdiv26_nr2 ul li span.style3 {
	width: 18px;
	line-height: 46px;
	text-align: center;
}
.tcdiv26_nr2 ul li .wbk1 {
	width: 373px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv26_nr2 ul li .wbk2 {
	width: 415px;
	height: 46px;
	line-height: 44px;
	padding: 0 34px 0 20px;
	background: url(../images/pic92.png) no-repeat right 10px center;
	border: 1px solid #e0e0e0;
}
.tcdiv26_nr2 ul li .wbk3 {
	width: 48px;
	height: 44px;
	line-height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.tcdiv26_nr2 ul li .btn1 {
	font-size: 24px;
	color: #fff;
	width: 217px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	margin: 30px 0 0 162px;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
}
.tcdiv26_nr2 ul li .style1{
	line-height: 46px;
	margin-right: 60px;
}
.tcdiv26_nr2 ul li .style1:last-child{
	margin-right: 0px;
}
.tcdiv26_nr2 ul li .style1 input{
	width: 16px;
	height: 16px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.tcdiv26_nr2 ul li span.style2 {
	line-height: 46px;
}
.tcdiv26_nr2 ul li span.style2 img {
	height: 30px;
	margin-left: 10px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.tcdiv26 .gb26 {
	position: absolute;
	top: 30px;
	right: 30px;
	cursor: pointer;
}
.tcdiv26 .gb26 img {
	height: 21px;
	transition: all 0.6s ease;
}
.tcdiv26 .gb26:hover img {
	transform: rotate(180deg);
}

/* 会员中心 */
.hyzx_main{
	width: 100%;
	overflow: hidden;
}
.hyzx_main1{
	width: 100%;
	padding: 180px 0;
}
.hyzx_main1 .item{
	padding: 0 75px;
	background: url(../images/pic51.png) repeat-y center;
}
.hyzx_main1 .item_l{
	width: 523px;
	padding: 20px 0 75px;
}
.hyzx_main1 .item_l1{
	font-size: 30px;
	font-weight: bold;
	color: #000;
	width: 523px;
	line-height: 100%;
	padding-bottom: 4px;
}
.hyzx_main1 .item_l2{
	width: 523px;
	margin-top: 16px;
	position: relative;
}
.hyzx_main1 .item_l2 .wbk1{
	font-size: 16px;
	color: #111010;
	width: 386px;
	height: 65px;
	line-height: 65px;
	padding: 0 30px 0 105px;
	border: 1px solid #d3d3d3;
}
.hyzx_main1 .item_l2 .zsw{
	width: 55px;
	height: 39px;
	position: absolute;
	top: 14px;
	left: 31px;
}
/* .hyzx_main1 .item_l2 .wbk1.style1{
	background: url(../images/pic52.png) no-repeat 30px center;
}
.hyzx_main1 .item_l2 .wbk1.style2{
	background: url(../images/pic53.png) no-repeat 30px center;
} */
.hyzx_main1 .item_l3{
	font-size: 16px;
	color: #111010;
	width: 523px;
	margin-top: 30px;
}
.hyzx_main1 .item_l3 .style1{
	height: 24px;
	line-height: 24px;
	display: block;
}
.hyzx_main1 .item_l3 .style1 input{
	width: 24px;
	height: 24px;
	margin-right: 16px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.hyzx_main1 .item_l4{
	width: 523px;
	margin-top: 40px;
}
.hyzx_main1 .item_l4 .btn1{
	font-size: 20px;
	color: #fff;
	width: 523px;
	height: 67px;
	line-height: 67px;
	text-align: center;
	background-color: #3078a8;
	border: 0px;
	display: inline-block;
}
.hyzx_main1 .item_r{
	width: 523px;
	padding: 20px 0 75px;
}
.hyzx_main1 .item_r1{
	font-size: 30px;
	font-weight: bold;
	color: #000;
	width: 523px;
	line-height: 100%;
}
.hyzx_main1 .item_r2{
	font-size: 20px;
	color: #000;
	width: 523px;
	line-height: 100%;
	margin-top: 30px;
}
.hyzx_main1 .item_r3{
	font-size: 18px;
	color: #646464;
	width: 523px;
	line-height: 54px;
	margin-top: 6px;
}
.hyzx_main1 .item_r4{
	width: 523px;
	margin-top: 42px;
}
.hyzx_main1 .item_r4 .btn1{
	font-size: 20px;
	color: #fff;
	width: 523px;
	height: 67px;
	line-height: 67px;
	text-align: center;
	background-color: #3078a8;
	border: 0px;
	display: inline-block;
}
.hyzx_main1 ::-webkit-input-placeholder { /* WebKit browsers */
	color: #616161;
}
.hyzx_main1 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #616161;
}
.hyzx_main1 ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #616161;
}
.hyzx_main1 :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #616161;
}

.hyzx_main2{
	width: 100%;
	padding: 40px 0 60px;
}
.hyzx_main2_1{
	font-size: 24px;
	color: #fff;
	width: 1340px;
	line-height: 70px;
	padding: 0 30px;
	background-color: #3078a8;
}
.hyzx_main2_2{
	width: 1340px;
	margin-top: 40px;
	padding: 0 30px;
}
.hyzx_main2_2 .item1{
	font-size: 24px;
	color: #000;
	width: 1340px;
	line-height: 100%;
}
.hyzx_main2_2 .item2{
	width: 1340px;
	line-height: 67px;
	margin-top: 20px;
}
.hyzx_main2_2 .item2 span.style1{
	font-size: 20px;
	color: #000;
}
.hyzx_main2_2 .item2 span.style1 bdo.style1{
	color: #ff0000;
}
.hyzx_main2_2 .item2 span.style2{
	font-size: 18px;
	margin: 0 56px;
}
.hyzx_main2_2 .item2 span.style2 .wbk1{
	color: #000;
	width: 292px;
	height: 65px;
	line-height: 65px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #d3d3d3;
	border-right: 0px;
}
.hyzx_main2_2 .item2 span.style2 .btn1{
	color: #fff;
	width: 190px;
	height: 67px;
	line-height: 65px;
	text-align: center;
	background-color: #3078a8;
	border: 0px;
}
.hyzx_main2_2 .item2 span.style3{
	font-size: 16px;
	color: #000;
}
.hyzx_main2_2 .item2 span.style3 a{
	color: #000;
}
.hyzx_main2_2 .item2 span.style3 a:hover{
	color: #ff0000;
}
.hyzx_main2_2 .item3{
	font-size: 16px;
	color: #4f4f4f;
	width: 1340px;
	line-height: 36px;
	margin: 20px 0 30px;
}
.hyzx_main2_3{
	width: 1340px;
	margin-top: 40px;
	padding: 0 30px;
}
.hyzx_main2_3 ul {
	width: 633px;
}
.hyzx_main2_3 ul li {
	font-size: 18px;
	color: #3c3c3c;
	width: 633px;
	margin-top: 7px;
}
.hyzx_main2_3 ul li span.style1 {
	width: 80px;
	line-height: 67px;
	margin-right: 30px;
}
.hyzx_main2_3 ul li .wbk1 {
	width: 481px;
	height: 65px;
	line-height: 65px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #d3d3d3;
}
.hyzx_main2_3 ul li .btn1 {
	font-size: 20px;
	color: #fff;
	width: 230px;
	height: 67px;
	line-height: 67px;
	text-align: center;
	margin: 33px 0 0 110px;
	background-color: #3078a8;
	border: 0px;
}
.hyzx_main2_4{
	width: 1340px;
	margin-top: 50px;
	padding: 0 30px;
}
.hyzx_main2_4 .pic{
	width: 100%;
}
.hyzx_main2_4 .text1{
	font-size: 18px;
	color: #383838;
	width: 100%;
	line-height: 36px;
	text-align: center;
	margin-top: 34px;
}

.hyzx_main3{
	width: 100%;
	padding: 120px 0;
}
.hyzx_main3 .item{
	width: 546px;
	padding: 40px 40px 50px;
	background-color: #fff;
	border-radius: 15px;
	-webkit-box-shadow:0 0 18px rgba(19, 18, 18, .11);
	-moz-box-shadow:0 0 18px rgba(19, 18, 18, .11);
	box-shadow:0 0 18px rgba(19, 18, 18, .11);
}
.hyzx_main3 .item1{
	width: 514px;
	padding: 0 16px;
}
.hyzx_main3 .item1_1{
	font-size: 26px;
	font-weight: bold;
	color: #fe0000;
	line-height: 100%;
	text-decoration: underline;
}
.hyzx_main3 .item1_2{
	font-size: 16px;
	color: #6f6f6f;
	line-height: 100%;
	margin-top: 20px;
}
.hyzx_main3 .item1_2 a{
	color: #fe0000;
}
.hyzx_main3 .item1_2 a:hover{
	text-decoration: underline;
}
.hyzx_main3 .item2{
	width: 546px;
	margin-top: 16px;
	position: relative;
}
.hyzx_main3 .item2 .wbk1{
	font-size: 16px;
	color: #111010;
	width: 386px;
	height: 65px;
	line-height: 65px;
	padding: 0 30px 0 105px;
	border: 1px solid #d3d3d3;
}
.hyzx_main3 .item2 .zsw{
	width: 55px;
	height: 39px;
	position: absolute;
	top: 14px;
	left: 31px;
}
.hyzx_main3 .item2 .wbk1.style4{
	width: 206px;
	padding-right: 210px;
}
/* .hyzx_main3 .item2 .wbk1.style1{
	background: url(../images/pic52.png) no-repeat 30px center;
}
.hyzx_main3 .item2 .wbk1.style2{
	background: url(../images/pic53.png) no-repeat 30px center;
}
.hyzx_main3 .item2 .wbk1.style3{
	background: url(../images/pic55.png) no-repeat 30px center;
}
.hyzx_main3 .item2 .wbk1.style4{
	background: url(../images/pic56.png) no-repeat 30px center;
} */
.hyzx_main3 .item2 .btn1{
	font-size: 18px;
	color: #fff;
	width: 190px;
	height: 67px;
	line-height: 67px;
	text-align: center;
	background-color: #3078a8;
	border: 0px;
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 333px;
}
.hyzx_main3 .item2 span.style1{
	font-size: 18px;
	color: #f90000;
	line-height: 67px;
	margin-left: 10px;
	display: inline-block;
}
.hyzx_main3 .item3{
	width: 523px;
	margin-top: 20px;
}
.hyzx_main3 .item3 .btn1{
	font-size: 20px;
	color: #fff;
	width: 523px;
	height: 67px;
	line-height: 67px;
	text-align: center;
	background-color: #3078a8;
	border: 0px;
	display: inline-block;
}
.hyzx_main3 .item4{
	font-size: 16px;
	color: #646464;
	height: 24px;
	line-height: 24px;
	margin-top: 10px;
	display: block;
}
.hyzx_main3 .item4 input{
	width: 24px;
	height: 24px;
	margin-right: 20px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.hyzx_main3 .item4 a{
	color: #646464;
}
.hyzx_main3 .item4 a:hover{
	color: #fe0000;
}
.hyzx_main3 ::-webkit-input-placeholder { /* WebKit browsers */
	color: #959595;
}
.hyzx_main3 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #959595;
}
.hyzx_main3 ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #959595;
}
.hyzx_main3 :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #959595;
}

/* 个人中心 */
.grzx_main{
	width: 100%;
	padding: 10px 0 60px;
	overflow: hidden;
}

.grzx_main1{
	width: 100%;
	margin-top: 30px;
}
.grzx_main1_l{
	width: 293px;
	padding-bottom: 50px;
	background-color: #fff;
}
.grzx_main1_l h3{
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	width: 233px;
	line-height: 73px;
	text-align: center;
	padding: 0 30px;
	background-color: #3078a9;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.grzx_main1_l ul{
	width: 293px;
	margin-top: 10px;
}
.grzx_main1_l ul li{
	width: 293px;
}
.grzx_main1_l ul li a{
	font-size: 18px;
	color: #454444;
	width: 233px;
	height: 57px;
	line-height: 57px;
	text-align: center;
	padding: 0 30px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.grzx_main1_l ul li a:hover, .grzx_main1_l ul li a.on{
	color: #3078a8;
	text-decoration: underline;
}
.grzx_main1_r{
	width: 1067px;
}
.grzx_main1_r1{
  font-size:0px;
	width: 1067px;
	text-align:left;
	padding-top: 1px;
	background-color: #3078a8;
}
.grzx_main1_r1 a{
	font-size: 18px;
	color: #fff;
	height: 79px;
	line-height: 79px;
	padding: 0 35px;
	display: inline-block;
}
.grzx_main1_r1 a.style1{
	padding: 0 30px;
}
.grzx_main1_r1 a:hover, .grzx_main1_r1 a.on{
	font-weight: bold;
	color: #3078a8;
	background-color: #fff;
}
.grzx_main1_r2{
	width: 1007px;
	min-height: 600px;
	padding: 40px 30px;
	background-color: #fff;
}
.grzx_main1_r2 table{
	width: 100%;
}
.grzx_main1_r2 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.grzx_main1_r2 table tbody tr{
	font-size: 14px;
	color: #565656;
	width: 100%;
	height: 60px;
}
.grzx_main1_r2 table tbody tr a{
	color: #565656;
}
.grzx_main1_r2 table tbody tr a:hover{
	color: #3078a7;
}
.grzx_main1_r2 table tr td{
	text-align: center;
	padding: 0 20px;
	border: 1px solid #e4e4e4;
}
.grzx_main1_r2 table tr td.style1{
	width: 187px;
}
.grzx_main1_r2 table tr td.style2{
	width: 479px;
}
.grzx_main1_r2 table tr td.style3{
	width: 216px;
}
.grzx_main1_r3{
	width: 1007px;
	padding: 30px;
	background-color: #fff;
}
.grzx_main1_r3_1{
	width: 1007px;
}
.grzx_main1_r3_1 img{
	width: 100%;
}
.grzx_main1_r3_2{
	width: 1007px;
	margin-top: 52px;
}
.grzx_main1_r3_2 table{
	width: 100%;
}
.grzx_main1_r3_2 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.grzx_main1_r3_2 table tbody tr{
	font-size: 16px;
	color: #333;
	width: 100%;
	height: 50px;
}
.grzx_main1_r3_2 table tbody tr a{
	color: #333;
}
.grzx_main1_r3_2 table tbody tr a:hover{
	color: #3078a7;
}
.grzx_main1_r3_2 table tr td.style1{
	width: 274px;
}
.grzx_main1_r3_2 table tr td.style2{
	width: 310px;
	padding: 0 20px;
}
.grzx_main1_r3_2 table tr td.style3{
	width: 383px;
}
.grzx_main1_r3_3{
	width: 1007px;
	margin-top: 52px;
}
.grzx_main1_r3_3 table{
	width: 100%;
}
.grzx_main1_r3_3 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.grzx_main1_r3_3 table tbody tr{
	font-size: 14px;
	color: #565656;
	width: 100%;
	height: 60px;
}
.grzx_main1_r3_3 table tbody tr a{
	color: #565656;
	overflow: hidden;
}
.grzx_main1_r3_3 table tbody tr a:hover{
	color: #3078a7;
}
.grzx_main1_r3_3 table tr td{
	text-align: center;
	padding: 0 10px;
	border: 1px solid #e4e4e4;
}
.grzx_main1_r3_3 table tr td.style1{
	width: 70px;
}
.grzx_main1_r3_3 table tr td.style2{
	width: 127px;
}
.grzx_main1_r3_3 table tr td.style3{
	width: 336px;
}
.grzx_main1_r3_3 table tr td.style4{
	width: 50px;
}
.grzx_main1_r3_3 table tr td.style5{
	width: 50px;
}
.grzx_main1_r3_3 table tr td.style6{
	width: 106px;
}
.grzx_main1_r3_3 table tr td.style7{
	width: 120px;
}
.grzx_main1_r3_3 table tr td.style8{
	border: 0px;
}
.grzx_main1_r3_4{
	width: 1007px;
	margin-top: 50px;
}
.grzx_main1_r3_4 table{
	width: 100%;
}
.grzx_main1_r3_4 table tbody tr{
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 50px;
	line-height: 24px;
}
.grzx_main1_r3_4 table tbody tr a{
	color: #333;
}
.grzx_main1_r3_4 table tbody tr a:hover{
	color: #3078a7;
}
.grzx_main1_r3_4 table tr td{
	width: 502px;
	padding: 0 20px;
	border: 1px solid #ddd;
}
.grzx_main1_r3_4 table tr td .nr1{
	padding: 12px 0;
}
.grzx_main1_r3_4 table tr td .nr1 p{
	width: 84px;
}
.grzx_main1_r3_4 table tr td .nr1 span{
	color: #6b6b6b;
	margin-left: 100px;
	display: block;
}
.grzx_main1_r3_5{
	font-size: 16px;
	color: #272727;
	width: 1007px;
	line-height: 36px;
	text-align: center;
	margin-top: 30px;
}
.grzx_main1_r4{
	width: 1007px;
	min-height: 600px;
	padding: 40px 30px;
	background-color: #fff;
}
.grzx_main1_r4_1{
	width: 1007px;
}
.grzx_main1_r4_1 table{
	width: 100%;
}
.grzx_main1_r4_1 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.grzx_main1_r4_1 table tbody tr{
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 50px;
}
.grzx_main1_r4_1 table tbody tr a{
	color: #333;
}
.grzx_main1_r4_1 table tbody tr a:hover{
	color: #3078a7;
}
.grzx_main1_r4_1 table tr td{
	text-align: center;
	padding: 0 20px;
	border: 1px solid #ddd;
}
.grzx_main1_r4_1 table tr td.style1{
	width: 230px;
}
.grzx_main1_r4_1 table tr td.style2{
	width: 113px;
}
.grzx_main1_r4_1 table tr td.style3{
	width: 113px;
}
.grzx_main1_r4_1 table tr td.style4{
	width: 130px;
}
.grzx_main1_r4_1 table tr td.style5{
	width: 214px;
}
.grzx_main1_r4_1 table tr td.style6{
	text-align: left;
}
.grzx_main1_r4_1 table tr td a.style1{
	font-size: 14px;
	color: #fff;
	height: 33px;
	line-height: 33px;
	text-align: center;
	margin: 5px;
	padding: 0 19px;
	background-color: #3078a8;
	border-radius: 5px;
	display: inline-block;
}
.grzx_main1_r4_1 table tr td a.style1:hover{
	text-decoration: underline;
}
.grzx_main1_r4_1 table tr span.style1{
	margin-right: 40px;
}
.grzx_main1_r4_2{
	width: 1007px;
	margin-top: 60px;
}
.grzx_main1_r4_2 a{
	font-size: 20px;
	color: #fff;
	width: 217px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	background-color: #3078a8;
	border-radius: 5px;
	display: inline-block;
}
.grzx_main1_r4_2 a:hover{
	text-decoration: underline;
}
.grzx_main1_r5{
	font-size: 16px;
	color: #6e6e6e;
	width: 907px;
	padding: 54px 80px;
	background-color: #fff;
}
.grzx_main1_r5 .item1{
	margin-top: 40px;
}
.grzx_main1_r5 .item1 span.style1{
	width: 90px;
	line-height: 20px;
	padding: 10px 0;
}
.grzx_main1_r5 .item1 span.style2{
	color: #3f3f3f;
	min-width: 142px;
	line-height: 40px;
}
.grzx_main1_r5 .item1 a.style1{
	color: #fff;
	width: 77px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	margin-top: 3px;
	margin-left: 20px;
	background-color: #3078a8;
	border-radius: 5px;
	display: inline-block;
}
.grzx_main1_r5 .item1 .wbk1{
	color: #3f3f3f;
	width: 198px;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.grzx_main1_r5 .item2{
	margin-top: 0px;
}
.grzx_main1_r5 .item2 span.style1{
	width: 90px;
	line-height: 20px;
	padding: 35px 0;
}
.grzx_main1_r5 .item2 span.style2{
	width: 76px;
	height: 76px;
	padding: 6px;
	border: 1px solid #bebebe;
	border-radius: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.grzx_main1_r5 .item2 span.style2 img{
	width: 76px;
	height: 76px;
	border-radius: 76px;
	overflow: hidden;
}
.grzx_main1_r5 .item2 a.style1{
	color: #ff0000;
	line-height: 90px;
	text-decoration: underline;
	margin-left: 20px;
	background: none;
	border: 0px;
}
.grzx_main1_r5 .item3{
	text-align: center;
	margin-top: 74px;
}
.grzx_main1_r5 .item3 .btn1{
	font-size: 20px;
	color: #fff;
	width: 217px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
	display: inline-block;
}
.grzx_main1_r6{
	font-size: 16px;
	width: 975px;
	padding: 36px 46px;
	background-color: #fff;
}
.grzx_main1_r6 .item1{
	width: 101px;
	height: 101px;
	padding: 9px;
	border: 1px solid #bebebe;
	border-radius: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.grzx_main1_r6 .item1 img{
	width: 101px;
	height: 101px;
	border-radius: 100%;
	overflow: hidden;
}
.grzx_main1_r6 .item2{
	max-width: 600px;
	margin-left: 34px;
}
.grzx_main1_r6 .item2_1{
	color: #000;
	line-height: 100%;
	margin-top: 10px;
}
.grzx_main1_r6 .item2_2{
	color: #000;
	line-height: 100%;
	margin-top: 14px;
}
.grzx_main1_r6 .item2_3{
	color: #6d6d6d;
	line-height: 100%;
	margin-top: 14px;
}
.grzx_main1_r6 .item2_4{
	color: #000;
	line-height: 100%;
}
.grzx_main1_r6 .item2_4 span.style1{
	margin-top: 16px;
	margin-right: 60px;
}
.grzx_main1_r6 .item2_4 span.style1:last-child{
	margin-right: 0px;
}
.grzx_main1_r6 .item2_4 span.style1 bdo{
	color: #6ca9dc;
	margin-right: 10px;
}
.grzx_main1_r6 .item3{
	margin-left: 70px;
}
.grzx_main1_r6 .item3_1{
	color: #000;
	line-height: 100%;
	margin-top: 44px;
}
.grzx_main1_r6 .item3_1:first-child{
	margin-top: 10px;
}
.grzx_main1_r6 .item4{
	margin-left: 77px;
}
.grzx_main1_r6 .item4_1{
	margin-top: 27px;
	position: relative;
}
.grzx_main1_r6 .item4_1:first-child{
	margin-top: 2px;
}
.grzx_main1_r6 .item4_1 a{
	color: #fff;
	width: 96px;
	/* height: 32px; */
	line-height: 22px;
	text-align: center;
	padding: 5px;
	display: inline-block;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}
.grzx_main1_r6 .item4_1 a.style1{
	background-color: #6ca9dc;
}
.grzx_main1_r6 .item4_1 a.style2{
	background-color: #e5a51d;
}
.grzx_main1_r6 .item4_1 a:hover{
	text-decoration: underline;
}
.grzx_main1_r6 .item4_1 a .warning{
	width: 21px;
	height: 21px;
	position: absolute;
	top: -7px;
	right: -13px;
}
.grzx_main1_r6 .item4 .rzbg{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .6);
	z-index: 999998;
	display: ;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.grzx_main1_r6 .item4_1 .gysrz{
	font-size: 14px;
	color: #131212;
	width: 171px;
	height: 52px;
	line-height: 26px;
	text-align: center;
	padding: 12px 10px 53px;
	background: url(../images/pic101.png) no-repeat;
	position: absolute;
	top: -129px;
	right: 57px;
	z-index: 999999;
	display: ;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.grzx_main1_r6 .item4_1 .gysrz .zdl {
	color: #b60808;
	text-decoration: underline;
}
.grzx_main1_r6 .item4_1 .gcsrz{
	font-size: 14px;
	color: #131212;
	width: 171px;
	height: 52px;
	line-height: 26px;
	text-align: center;
	padding: 53px 10px 12px;
	background: url(../images/pic102.png) no-repeat;
	position: absolute;
	top: 44px;
	right: 57px;
	z-index: 999999;
	display: none;
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}
.grzx_main1_r6 .item4_1 .gcsrz .zdl {
	color: #b60808;
	text-decoration: underline;
}
.grzx_main1_r7{
	margin-right: -39px;
}
.grzx_main1_r7 .item{
	width: 474px;
	min-height: 240px;
	margin: 40px 39px 0 0;
	padding: 20px;
	background-color: #fff;
}
.grzx_main1_r7 .item1{
	width: 474px;
}
.grzx_main1_r7 .item1 span.style1{
	font-size: 16px;
	color: #000;
	line-height: 100%;
	margin-bottom: 36px;
	padding: 0 3px 3px;
	display: inline-block;
	position: relative;
	z-index: 2;
}
.grzx_main1_r7 .item1 span.style1:before{
	content: "";
	width: 100%;
	height: 9px;
	background-color: #eab74a;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: -1;
}
.grzx_main1_r7 .item2{
	font-size: 16px;
	color: #000;
	width: 474px;
	line-height: 46px;
}
.grzx_main1_r7 .item2 p.style1{
	width: 162px;
	margin-left: 50px;
}
.grzx_main1_r7 .item2 p.style1{
	width: 374px;
	margin-left: 50px;
}
.grzx_main1_r7 .item2 p.style2{
	width: 374px;
	margin-left: 50px;
}
.grzx_main1_r8{
	width: 1007px;
	min-height: 650px;
	padding: 30px 30px 0px;
	background-color: #fff;
}
.grzx_main1_r8_1{
	width: 1007px;
	min-height: 452px;
}
.grzx_main1_r8_1 table{
	width: 100%;
}
.grzx_main1_r8_1 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.grzx_main1_r8_1 table tbody tr{
	font-size: 14px;
	color: #565656;
	width: 100%;
	height: 60px;
}
.grzx_main1_r8_1 table tbody tr a{
	color: #565656;
}
.grzx_main1_r8_1 table tbody tr a:hover{
	color: #3078a7;
}
.grzx_main1_r8_1 table tr td{
	text-align: center;
	padding: 0 10px;
	border: 1px solid #e4e4e4;
}
.grzx_main1_r8_1 table tr td.style1{
	width: 105px;
}
.grzx_main1_r8_1 table tr td.style2{
	width: 156px;
}
.grzx_main1_r8_1 table tr td.style3{
	width: 136px;
}
.grzx_main1_r8_1 table tr td.style4{
	width: 52px;
}
.grzx_main1_r8_1 table tr td.style5{
	width: 116px;
}
.grzx_main1_r8_1 table tr td.style6{
	width: 120px;
}
.grzx_main1_r8_1 table tr td.style7{
	width: 173px;
}
.grzx_main1_r8_1 table tr td .nr1{
	color: #ff0000;
}
.grzx_main1_r8_1 table tr td .nr2{
	font-size: 0px;
	text-align: center;
}
.grzx_main1_r8_1 table tr td .nr2 p{
	width: 22px;
	height: 22px;
	border-radius: 100%;
	overflow: hidden;
	margin: 7px;
	display: inline-block;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.grzx_main1_r8_1 table tr td .nr2 p img{
	width: 22px;
	height: 22px;
	border-radius: 22px;
	overflow: hidden;
}
.grzx_main1_r9{
	width: 1007px;
	min-height: 600px;
	padding: 40px 30px;
	background-color: #fff;
}
.grzx_main1_r9_1{
	width: 1007px;
}
.grzx_main1_r9_1 ul{
	margin: -40px -40px 0 0;
}
.grzx_main1_r9_1 ul li{
	width: 439px;
	margin: 40px 40px 0 0;
}
.grzx_main1_r9_1 ul li .item{
	width: 367px;
	/* height: 177px; */
	padding: 30px 30px 30px 40px;
	border: 1px solid #e0e0e0;
}
.grzx_main1_r9_1 ul li .nr1{
	font-size: 0px;
	text-align: right;
}
.grzx_main1_r9_1 ul li .nr1 a{
	font-size: 14px;
	color: #090a0a;
	margin-left: 18px;
}
.grzx_main1_r9_1 ul li .nr1 a:hover, .grzx_main1_r9_1 ul li .nr1 a.on{
	color: #ff0000;
}
.grzx_main1_r9_1 ul li .nr2{
	font-size: 16px;
	color: #090a0a;
	margin-top: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.grzx_main1_r10{
	width: 1007px;
	min-height: 620px;
	padding: 30px 30px;
	background-color: #fff;
}
.grzx_main1_r10_1{
	width: 1007px;
}
.grzx_main1_r10_1 table{
	width: 100%;
}
.grzx_main1_r10_1 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.grzx_main1_r10_1 table tbody tr{
	font-size: 14px;
	color: #565656;
	width: 100%;
	height: 60px;
}
.grzx_main1_r10_1 table tbody tr a{
	color: #565656;
}
.grzx_main1_r10_1 table tbody tr a:hover{
	color: #3078a7;
}
.grzx_main1_r10_1 table tr td{
	text-align: center;
	padding: 0 10px;
	border: 1px solid #e4e4e4;
}
.grzx_main1_r10_1 table tbody tr td{
	padding-top: 20px;
	padding-bottom: 20px;
}
.grzx_main1_r10_1 table tr td.style1{
	width: 89px;
}
.grzx_main1_r10_1 table tr td.style2{
	width: 135px;
}
.grzx_main1_r10_1 table tr td.style3{
	width: 397px;
}
.grzx_main1_r10_1 table tr td.style4{
	width: 119px;
}
.grzx_main1_r10_1 table tr td.style5{
	width: 160px;
}
.grzx_main1_r10_1 table tr td .nr1{
	color: #565656;
	line-height: 24px;
}
.grzx_main1_r10_2{
	font-size: 18px;
	color: #565656;
	line-height: 22px;
	margin-top: 30px;
}
.grzx_main1_r10 .qcheckbox2{
	width: 22px;
	height: 22px;
	margin: 0 20px 0 0px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.grzx_main1_r10_2 .qcheckbox2{
	margin: 0 20px 0 30px;
	top: 0px;
}
.grzx_main1_r10_2 .style1{
	cursor: pointer;
}
.grzx_main1_r10_2 .style2{
	margin-left: 50px;
	cursor: pointer;
}
.grzx_main1_r10_3{
	width: 1007px;
}
.grzx_main1_r10_3 table{
	width: 100%;
}
.grzx_main1_r10_3 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.grzx_main1_r10_3 table tbody tr{
	font-size: 14px;
	color: #565656;
	width: 100%;
	height: 60px;
}
.grzx_main1_r10_3 table tbody tr a{
	color: #565656;
}
.grzx_main1_r10_3 table tbody tr a:hover{
	color: #3078a7;
}
.grzx_main1_r10_3 table tr td{
	text-align: center;
	padding: 0 10px;
	border: 1px solid #e4e4e4;
}
.grzx_main1_r10_3 table tbody tr td{
	padding-top: 20px;
	padding-bottom: 20px;
}
.grzx_main1_r10_3 table tr td.style1{
	width: 89px;
}
.grzx_main1_r10_3 table tr td.style2{
	width: 189px;
}
.grzx_main1_r10_3 table tr td.style3{
	width: 172px;
}
.grzx_main1_r10_3 table tr td.style4{
	width: 135px;
}
.grzx_main1_r10_3 table tr td.style5{
	width: 134px;
}
.grzx_main1_r10_3 table tr td.style6{
	width: 160px;
}
.grzx_main1_r10_3 table tr td .nr1{
	color: #565656;
	line-height: 24px;
}
.grzx_main1_r11{
	width: 1007px;
	min-height: 600px;
	padding: 40px 30px;
	background-color: #fff;
}
.grzx_main1_r11_1{
	font-size: 16px;
	color: #333;
	width: 1007px;
}
.grzx_main1_r11_1 span.style1{
	margin-right: 60px;
}
.grzx_main1_r11_2{
	width: 1007px;
	margin-top: 30px;
}
.grzx_main1_r11_2 table{
	width: 100%;
}
.grzx_main1_r11_2 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.grzx_main1_r11_2 table tbody tr{
	font-size: 14px;
	color: #565656;
	width: 100%;
	height: 60px;
}
.grzx_main1_r11_2 table tbody tr a{
	color: #565656;
}
.grzx_main1_r11_2 table tbody tr a:hover{
	color: #3078a7;
}
.grzx_main1_r11_2 table tr td{
	text-align: center;
	padding: 0 10px;
	border: 1px solid #e4e4e4;
}
.grzx_main1_r11_2 table tr td.style1{
	width: 264px;
}
.grzx_main1_r11_2 table tr td.style2{
	width: 400px;
}
.grzx_main1_r11_2 table tr td.style3{
	width: 122px;
}
.grzx_main1_r11_2 table tr td.style4{
	width: 134px;
}
.grzx_main1_r12{
	width: 1007px;
	min-height: 620px;
	padding: 30px;
	background-color: #fff;
}
.grzx_main1_r12_1{
	width: 1007px;
	margin-top: 30px;
}
.grzx_main1_r12_1 table{
	width: 100%;
}
.grzx_main1_r12_1 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.grzx_main1_r12_1 table tbody tr{
	font-size: 14px;
	color: #565656;
	width: 100%;
	height: 60px;
}
.grzx_main1_r12_1 table tbody tr a{
	color: #565656;
}
.grzx_main1_r12_1 table tbody tr a:hover{
	color: #3078a7;
}
.grzx_main1_r12_1 table tr td{
	text-align: center;
	padding: 0 10px;
	border: 1px solid #e4e4e4;
}
.grzx_main1_r12_1 table tr td.style1{
	width: 50px;
}
.grzx_main1_r12_1 table tr td.style2{
	width: 96px;
}
.grzx_main1_r12_1 table tr td.style3{
	width: 215px;
}
.grzx_main1_r12_1 table tr td.style4{
	width: 70px;
}
.grzx_main1_r12_1 table tr td.style5{
	width: 135px;
}
.grzx_main1_r12_1 table tr td.style6{
	width: 119px;
}
.grzx_main1_r12_1 table tr td.style7{
	width: 173px;
}
.grzx_main1_r12_1 table tr td .nr1{
	color: #ff0000;
}
.grzx_main1_r12_1 table tr td .nr2{
	font-size: 0px;
	text-align: center;
}
.grzx_main1_r12_1 table tr td .nr2 p{
	width: 22px;
	height: 22px;
	border-radius: 100%;
	overflow: hidden;
	margin: 7px;
	display: inline-block;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.grzx_main1_r12_1 table tr td .nr2 p img{
	width: 22px;
	height: 22px;
	border-radius: 22px;
	overflow: hidden;
}
.grzx_main1_r12_1 table tr td .nr3 .wbk1{
	color: #ff0000;
	width: 80px;
	height: 20px;
	line-height: 20px;
	background: url(../images/pic60.png) no-repeat right center;
	border: 0px;
}
.grzx_main1_r13{
	width: 1007px;
	min-height: 640px;
	padding: 10px 30px 30px;
	background-color: #fff;
}
.grzx_main1_r13_1{
	width: 1007px;
}
.grzx_main1_r13_1 table{
	width: 100%;
}
.grzx_main1_r13_1 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.grzx_main1_r13_1 table tbody tr{
	font-size: 16px;
	color: #333;
	width: 100%;
	height: 50px;
}
.grzx_main1_r13_1 table tbody tr a{
	color: #333;
}
.grzx_main1_r13_1 table tbody tr a:hover{
	color: #3078a7;
}
.grzx_main1_r13_1 table tr td.style1{
	width: 278px;
}
.grzx_main1_r13_1 table tr td.style2{
	width: 387px;
	padding: 0 20px;
}
.grzx_main1_r13_1 table tr td.style3{
	width: 300px;
}
.grzx_main1_r13_2{
	width: 1007px;
	margin-top: 30px;
}
.grzx_main1_r13_2 table{
	width: 100%;
}
.grzx_main1_r13_2 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.grzx_main1_r13_2 table tbody tr{
	font-size: 14px;
	color: #565656;
	width: 100%;
	height: 60px;
}
.grzx_main1_r13_2 table tbody tr a{
	color: #565656;
}
.grzx_main1_r13_2 table tbody tr a:hover{
	color: #3078a7;
}
.grzx_main1_r13_2 table tr td{
	text-align: center;
	padding: 0 10px;
	border: 1px solid #e4e4e4;
}
.grzx_main1_r13_2 table tr td.style1{
	width: 72px;
}
.grzx_main1_r13_2 table tr td.style2{
	width: 234px;
}
.grzx_main1_r13_2 table tr td.style3{
	width: 219px;
}
.grzx_main1_r13_2 table tr td.style4{
	width: 103px;
}
.grzx_main1_r13_2 table tr td.style5{
	width: 121px;
}
.grzx_main1_r13_2 table tr td.style6{
	width: 130px;
}
.grzx_main1_r13_2 table tr td a.style1{
	color: #ff0000;
}
.grzx_main1_r13_2 table tr td a.style1:hover{
	text-decoration: underline;
}
.grzx_main1_r13_3{
	width: 1007px;
	text-align: center;
	margin-top: 86px;
}
.grzx_main1_r13_3 a{
	font-size: 18px;
	color: #fff;
	width: 200px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	background-color: #3078a8;
	border-radius: 5px;
	display: inline-block;
}
.grzx_main1_r13_3 a:hover{
	text-decoration: underline;
}
.grzx_main1_r14{
	width: 1007px;
	min-height: 650px;
	padding: 30px 30px 0px;
	background-color: #fff;
}
.grzx_main1_r14_1{
	width: 1007px;
	min-height: 452px;
}
.grzx_main1_r14_1 table{
	width: 100%;
}
.grzx_main1_r14_1 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.grzx_main1_r14_1 table tbody tr{
	font-size: 14px;
	color: #565656;
	width: 100%;
	height: 60px;
}
.grzx_main1_r14_1 table tbody tr a{
	color: #565656;
}
.grzx_main1_r14_1 table tbody tr a:hover{
	color: #3078a7;
}
.grzx_main1_r14_1 table tr td{
	text-align: center;
	padding: 0 10px;
	border: 1px solid #e4e4e4;
}
.grzx_main1_r14_1 table tr td.style1{
	width: 644px;
}
.grzx_main1_r14_1 table tr td.style2{
	width: 146px;
}
.grzx_main1_r14_1 table tr td.style3{
	width: 152px;
}
.grzx_main1_r14_1 table tr td a.style1{
	color: #ff0000;
}
.grzx_main1_r14_1 table tr td a.style1:hover{
	text-decoration: underline;
}
.grzx_main1_r15{
	width: 1007px;
	min-height: 620px;
	padding: 30px;
	background-color: #fff;
}
.grzx_main1_r15_1{
	width: 1007px;
}
.grzx_main1_r15_1 ul {
	width: 334px;
}
.grzx_main1_r15_1 ul li {
	font-size: 16px;
	color: #000;
	width: 334px;
	margin-top: 20px;
}
.grzx_main1_r15_1 ul li:first-child {
	margin-top: 10px;
}
.grzx_main1_r15_1 ul li span.style1 {
	width: 64px;
	line-height: 20px;
	margin-right: 30px;
	padding: 10px 0;
}
.grzx_main1_r15_1 ul li .wbk1 {
	font-size: 14px;
	width: 198px;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.grzx_main1_r15_1 ul li .btn1 {
	font-size: 16px;
	color: #fff;
	width: 200px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 40px 0 0 94px;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
}
.grzx_main1_r16{
	width: 1007px;
	padding: 30px;
	background-color: #fff;
}
.grzx_main1_r16_1{
	width: 1007px;
}
.grzx_main1_r16_1 table{
	width: 100%;
}
.grzx_main1_r16_1 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.grzx_main1_r16_1 table tbody tr{
	font-size: 16px;
	color: #000;
	width: 100%;
}
.grzx_main1_r16_1 table tbody tr a{
	color: #000;
}
.grzx_main1_r16_1 table tbody tr a:hover{
	color: #3078a7;
}
.grzx_main1_r16_1 table tr td.style1{
	width: 324px;
}
.grzx_main1_r16_1 table tr td.style2{
	width: 399px;
}
.grzx_main1_r16_1 table tr td.style3{
	width: 284px;
}
.grzx_main1_r16_1 table tr td.style4{
	text-align: center;
}
.grzx_main1_r16_1 table tr td.style5{
	height: 20px;
}
.grzx_main1_r16_1 table tr td.style6{
	height: 30px;
}
.grzx_main1_r16_1 table tr td span.style1{
	width: 64px;
	line-height: 20px;
	margin: 10px 20px 10px 0;
}
.grzx_main1_r16_1 table tr td .wbk1{
	font-size: 14px;
	width: 158px;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.grzx_main1_r16_1 table tr td .wbk2{
	font-size: 14px;
	width: 145px;
	height: 40px;
	line-height: 38px;
	padding: 0 50px 0 20px;
	background: url(../images/pic61.png) no-repeat right 20px center;
	background-color: #fff;
	border: 1px solid #ddd;
}
.grzx_main1_r16_1 table tr td .wbk3{
	font-size: 14px;
	width: 233px;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.grzx_main1_r16_1 table tr td .btn1{
	font-size: 20px;
	color: #fff;
	width: 131px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	padding: 0 5px;
	background-color: #3078a7;
	border: 0px;
	border-radius: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.grzx_main1_r16_1 ::-webkit-input-placeholder { /* WebKit browsers */
	color: #999;
}
.grzx_main1_r16_1 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999;
}
.grzx_main1_r16_1 ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
}
.grzx_main1_r16_1 :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #999;
}
.grzx_main1_r17{
	width: 1007px;
	margin-top: 40px;
	padding: 30px 30px 0;
	background-color: #fff;
}
.grzx_main1_r17_1{
	width: 1007px;
	min-height: 252px;
}
.grzx_main1_r17_1 table{
	width: 100%;
}
.grzx_main1_r17_1 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.grzx_main1_r17_1 table tbody tr{
	font-size: 14px;
	color: #565656;
	width: 100%;
	height: 60px;
}
.grzx_main1_r17_1 table tbody tr a{
	color: #565656;
	line-height: 18px;
	padding: 2px 10px;
	display: flex;
	align-items: center;
	overflow: hidden;
	/* text-overflow: ellipsis;
	white-space: nowrap; */
}
.grzx_main1_r17_1 table tbody tr a:hover{
	color: #3078a7;
}
.grzx_main1_r17_1 table tr td{
	line-height: 20px;
	text-align: center;
	padding: 2px 10px;
	border: 1px solid #e4e4e4;
}
.grzx_main1_r17_1 table tbody tr td{
	padding-top: 5px;
	padding-bottom: 5px;
}
.grzx_main1_r17_1 table tr td.style1{
	width: 67px;
}
.grzx_main1_r17_1 table tr td.style2{
	width: 89px;
}
.grzx_main1_r17_1 table tr td.style3{
	width: 48px;
}
.grzx_main1_r17_1 table tr td.style4{
	width: 101px;
}
.grzx_main1_r17_1 table tr td.style5{
	width: 64px;
}
.grzx_main1_r17_1 table tr td.style6{
	width: 45px;
}
.grzx_main1_r17_1 table tr td.style7{
	width: 65px;
}
.grzx_main1_r17_1 table tr td.style8{
	width: 83px;
}
.grzx_main1_r17_1 table tr td.style9{
	width: 128px;
}
.grzx_main1_r17_1 table tr td.style10{
	width: 105px;
}
.grzx_main1_r17_1 table tr td .nr1{
	color: #565656;
	line-height: 24px;
}
.grzx_main1_r18{
	width: 1007px;
	margin-top: 40px;
	padding: 30px 30px 0;
	background-color: #fff;
}
.grzx_main1_r18_1{
	width: 1007px;
	min-height: 252px;
}
.grzx_main1_r18_1 table{
	width: 100%;
}
.grzx_main1_r18_1 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.grzx_main1_r18_1 table tbody tr{
	font-size: 14px;
	color: #565656;
	width: 100%;
	height: 60px;
}
.grzx_main1_r18_1 table tbody tr a{
	color: #565656;
}
.grzx_main1_r18_1 table tbody tr a:hover{
	color: #3078a7;
}
.grzx_main1_r18_1 table tr td{
	line-height: 24px;
	text-align: center;
	padding: 0 10px;
	border: 1px solid #e4e4e4;
}
.grzx_main1_r18_1 table thead tr td{
	padding: 0 0px;
}
.grzx_main1_r18_1 table tbody tr td{
	padding-top: 5px;
	padding-bottom: 5px;
}
.grzx_main1_r18_1 table tr td.style1{
	width: 67px;
}
.grzx_main1_r18_1 table tr td.style2{
	width: 89px;
}
.grzx_main1_r18_1 table tr td.style3{
	width: 48px;
}
.grzx_main1_r18_1 table tr td.style4{
	width: 106px;
}
.grzx_main1_r18_1 table tr td.style5{
	width: 64px;
}
.grzx_main1_r18_1 table tr td.style6{
	width: 64px;
}
.grzx_main1_r18_1 table tr td.style7{
	width: 115px;
}
.grzx_main1_r18_1 table tr td.style8{
	width: 83px;
}
.grzx_main1_r18_1 table tr td.style9{
	width: 73px;
}
.grzx_main1_r18_1 table tr td.style10{
	width: 105px;
}
.grzx_main1_r18_1 table tr td .nr1{
	color: #565656;
	line-height: 24px;
}
.grzx_main1_r19{
	width: 1007px;
	padding: 40px 30px;
	background-color: #fff;
}
.grzx_main1_r19_1{
	width: 1007px;
}
.grzx_main1_r19_2{
	width: 1007px;
	margin-top: 40px;
}
.grzx_main1_r19_2 table{
	width: 100%;
}
.grzx_main1_r19_2 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.grzx_main1_r19_2 table tbody tr{
	font-size: 14px;
	color: #565656;
	width: 100%;
	height: 60px;
}
.grzx_main1_r19_2 table tbody tr a{
	color: #565656;
}
.grzx_main1_r19_2 table tbody tr a:hover{
	color: #3078a7;
}
.grzx_main1_r19_2 table tr td{
	text-align: center;
	padding: 0 20px;
	border: 1px solid #e4e4e4;
}
.grzx_main1_r19_2 table tr td.style1{
	width: 265px;
}
.grzx_main1_r19_2 table tr td.style2{
	width: 116px;
}
.grzx_main1_r19_2 table tr td.style3{
	width: 116px;
}
.grzx_main1_r19_2 table tr td.style4{
	width: 64px;
}
.grzx_main1_r19_2 table tr td.style5{
	width: 85px;
}
.grzx_main1_r19_2 table tr td.style6{
	width: 113px;
}
.grzx_main1_r19_3{
	width: 1007px;
	margin-top: 40px;
}
.grzx_main1_r19_3 table{
	width: 100%;
}
.grzx_main1_r19_3 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.grzx_main1_r19_3 table tbody tr{
	font-size: 14px;
	color: #565656;
	width: 100%;
	height: 60px;
}
.grzx_main1_r19_3 table tbody tr a{
	color: #565656;
}
.grzx_main1_r19_3 table tbody tr a:hover{
	color: #3078a7;
}
.grzx_main1_r19_3 table tr td{
	text-align: center;
	padding: 0 20px;
	border: 1px solid #e4e4e4;
}
.grzx_main1_r19_3 table tr td.style1{
	width: 315px;
}
.grzx_main1_r19_3 table tr td.style2{
	width: 67px;
}
.grzx_main1_r19_3 table tr td.style3{
	width: 115px;
}
.grzx_main1_r19_3 table tr td.style4{
	width: 64px;
}
.grzx_main1_r19_3 table tr td.style5{
	width: 85px;
}
.grzx_main1_r19_3 table tr td.style6{
	width: 113px;
}
.grzx_main1_r19_4{
	width: 1007px;
	margin-top: 40px;
}
.grzx_main1_r19_4 table{
	width: 100%;
}
.grzx_main1_r19_4 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.grzx_main1_r19_4 table tbody tr{
	font-size: 14px;
	color: #565656;
	width: 100%;
	height: 60px;
}
.grzx_main1_r19_4 table tbody tr a{
	color: #565656;
}
.grzx_main1_r19_4 table tbody tr a:hover{
	color: #3078a7;
}
.grzx_main1_r19_4 table tr td{
	text-align: center;
	padding: 0 20px;
	border: 1px solid #e4e4e4;
}
.grzx_main1_r19_4 table tr td.style1{
	width: 179px;
}
.grzx_main1_r19_4 table tr td.style2{
	width: 64px;
}
.grzx_main1_r19_4 table tr td.style3{
	width: 169px;
}
.grzx_main1_r19_4 table tr td.style4{
	width: 80px;
}
.grzx_main1_r19_4 table tr td.style5{
	width: 204px;
}
.grzx_main1_r19_4 table tr td.style6{
	width: 64px;
}
.grzx_main1_r19_5{
	width: 1007px;
	margin-top: 40px;
}
.grzx_main1_r19_5 table{
	width: 100%;
}
.grzx_main1_r19_5 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.grzx_main1_r19_5 table tbody tr{
	font-size: 14px;
	color: #565656;
	width: 100%;
	height: 60px;
}
.grzx_main1_r19_5 table tbody tr a{
	color: #565656;
}
.grzx_main1_r19_5 table tbody tr a:hover{
	color: #3078a7;
}
.grzx_main1_r19_5 table tr td{
	text-align: center;
	padding: 0 20px;
	border: 1px solid #e4e4e4;
}
.grzx_main1_r19_5 table tr td.style1{
	width: 309px;
}
.grzx_main1_r19_5 table tr td.style2{
	width: 209px;
}
.grzx_main1_r19_5 table tr td.style3{
	width: 84px;
}
.grzx_main1_r19_5 table tr td.style4{
	width: 84px;
}
.grzx_main1_r19_5 table tr td.style5{
	width: 114px;
}
.grzx_main1_r20{
	width: 1007px;
	padding: 40px 30px;
	background-color: #fff;
}
.grzx_main1_r20_1{
	width: 1007px;
}
.grzx_main1_r20_1_l{
	width: 473px;
	padding-right: 30px;
	border-right: 1px solid #ddd;
}
.grzx_main1_r20_1_l .pic{
	width: 200px;
	position: relative;
}
.grzx_main1_r20_1_l .pic p{
	width: 200px;
	height: 240px;
	overflow: hidden;
	border: 1px solid rgba(0, 0, 0, .2);
}
.grzx_main1_r20_1_l .pic p img{
	width: 200px;
	height: 240px;
}
.grzx_main1_r20_1_l .pic span{
	font-size: 16px;
	color: #fff;
	width: 180px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0 10px;
	background-color: rgba(0, 0, 0, .6);
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.grzx_main1_r20_1_l .text{
	width: 243px;
	margin-left: 30px;
}
.grzx_main1_r20_1_l .text1{
	font-size: 18px;
	color: #000;
	width: 100%;
	margin-top: 14px;
}
.grzx_main1_r20_1_l .text1 span.style1{
	font-size: 14px;
	color: #dc0000;
	margin-left: 12px;
}
.grzx_main1_r20_1_l .text2{
	font-size: 16px;
	color: #666;
	width: 100%;
	margin-top: 24px;
}
.grzx_main1_r20_1_l .text2 .icon{
	font-size: 0px;
	display: inline-block;
}
.grzx_main1_r20_1_l .text2 .icon span{
	width: 16px;
	height: 16px;
	margin: 0 5px;
	display: inline-block;
}
.grzx_main1_r20_1_l .text2 .icon span img{
	width: 16px;
	height: 16px;
}
.grzx_main1_r20_1_l .text2 .icon span img.img1{
	display: inline-block;
}
.grzx_main1_r20_1_l .text2 .icon span img.img2{
	display: none;
}
.grzx_main1_r20_1_l .text2 .icon span.on img.img1{
	display: none;
}
.grzx_main1_r20_1_l .text2 .icon span.on img.img2{
	display: inline-block;
}
.grzx_main1_r20_1_l .text3{
	font-size: 16px;
	color: #666;
	width: 100%;
	margin-top: 24px;
}
.grzx_main1_r20_1_l .text3 span.style1{
	margin-left: 5px;
}
.grzx_main1_r20_1_r{
	width: 443px;
}
.grzx_main1_r20_1_r .item1{
	font-size: 18px;
	color: #000;
	width: 100%;
	margin-top: 14px;
}
.grzx_main1_r20_1_r .item2{
	font-size: 16px;
	color: #666;
	width: 100%;
	line-height: 30px;
	margin-top: 20px;
}
.grzx_main1_r20_1_r .item3{
	font-size: 16px;
	color: #f0aa55;
	width: 100%;
	margin-top: 20px;
}
.grzx_main1_r21{
	width: 1104px;
	display: flex;
	flex-wrap: wrap;
}
.grzx_main1_r21 .item{
	width: 455px;
	margin: 40px 37px 0 0;
	padding: 30px;
	background-color: #fff;
}
.grzx_main1_r21 .item .tab{
  font-size:0px;
	width: 100%;
	text-align:left;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
  /* white-space:nowrap;
  overflow: hidden;
  overflow-x: auto; */
}
.grzx_main1_r21 .item .tab1{
	margin-right: 20px;
	padding-right: 21px;
	background: url(../images/pic88.png) no-repeat right center;
  display:inline-block;
  *display:inline;
	*zoom:1;
	overflow: hidden;
}
.grzx_main1_r21 .item .tab1:last-child{
	margin-right: 0px;
	padding-right: 0px;
	background: none;
}
.grzx_main1_r21 .item .tab1 a{
	font-size: 18px;
	color: #333;
	line-height: 100%;
	display: inline-block;
}
.grzx_main1_r21 .item .tab1:hover a, .grzx_main1_r21 .item .tab1.on a{
	color: #3078a8;
}
.grzx_main1_r21 .item .tab_nr {
  width:100%;
}
.grzx_main1_r21 .item .tab_nr1{
	width: 100%;
  display: none;
}
.grzx_main1_r21 .item1{
	font-size: 18px;
	color: #333;
	width: 455px;
	line-height: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.grzx_main1_r21 .item1 .style2{
	color: #ff0000;
	margin-right: 30px;
}
.grzx_main1_r21 .item2{
	width: 455px;
	margin-top: 30px;
}
.grzx_main1_r21 .item2_l{
	width: 80px;
	height: 80px;
	overflow: hidden;
}
.grzx_main1_r21 .item2_l img{
	width: 80px;
	height: 80px;
}
.grzx_main1_r21 .item2_r{
	font-size: 16px;
	color: #333;
	/*width: 365px;*/
	line-height: 40px;
}
.grzx_main1_r21 .item2_r a{
	color: #333;
	/*margin-left: 20px;*/
	margin-right: 20px;
}
.grzx_main1_r21 .item2_r a:hover{
	color: #3078a8;
}

/* 帮你找货 */
.bnzh_main{
	width: 100%;
	padding: 10px 0 60px;
	overflow: hidden;
}

.bnzh_main1{
	font-size: 16px;
	color: #333;
	width: 100%;
	margin-top: 30px;
}
.bnzh_main1 span.style1{
	margin-right: 48px;
}

.bnzh_main2{
	width: 100%;
	margin-top: 30px;
}
.bnzh_main2_l{
	width: 1050px;
}
.bnzh_main2_l1{
	width: 990px;
	padding: 30px;
	background-color: #fff;
}
.bnzh_main2_l1 .pic{
	width: 580px;
	height: 400px;
	overflow: hidden;
}
.bnzh_main2_l1 .pic img{
	width: 580px;
	height: 400px;
}
.bnzh_main2_l1 .text{
	width: 350px;
}
.bnzh_main2_l1 .text .title{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	width: 100%;
	margin: 24px 0 4px;
}
.bnzh_main2_l1 .text .content{
	font-size: 16px;
	color: #6d6d6d;
	width: 100%;
	line-height: 30px;
}
.bnzh_main2_l2{
	width: 1050px;
	margin-top: 30px;
	background-color: #fff;
}
.bnzh_main2_l2 .qmenu{
  font-size:0px;
	width: 1050px;
	text-align:left;
	padding-top: 1px;
	background-color: #3078a8;
  /* white-space:nowrap;
  overflow: hidden;
  overflow-x: auto; */
}
.bnzh_main2_l2 .qmenu1{
  display:inline-block;
  *display:inline;
	*zoom:1;
	overflow: hidden;
}
.bnzh_main2_l2 .qmenu1 a{
	font-size: 18px;
	color: #fff;
	/* min-width: 72px; */
	height: 79px;
	line-height: 79px;
	/* text-align: center; */
	padding: 0 35px;
	display: inline-block;
}
.bnzh_main2_l2 .qmenu1:hover a, .bnzh_main2_l2 .qmenu1.on a{
	font-weight: bold;
	color: #3078a8;
	background-color: #fff;
}
.bnzh_main2_l2 .qitem {
  width:100%;
}
.bnzh_main2_l2 .tab_nr1{
	width: 990px;
	padding: 40px 30px 60px;
  /*display: none;*/
}
.bnzh_main2_l2 .tab_nr1 .item1{
	width: 990px;
}
.bnzh_main2_l2 .tab_nr1 .item1 ul{
	width: 990px;
}
.bnzh_main2_l2 .tab_nr1 .item1 ul li{
	width: 990px;
	margin-top: 30px;
}
.bnzh_main2_l2 .tab_nr1 .item1 ul li:first-child{
	margin-top: 0px;
}
.bnzh_main2_l2 .tab_nr1 .item1 ul li .item{
	width: 928px;
	padding: 28px 30px;
	border: 1px solid #efefef;
}
.bnzh_main2_l2 .tab_nr1 .item1 ul li .item .text{
	width: 793px;
}
.bnzh_main2_l2 .tab_nr1 .item1 ul li .item .text1{
	font-size: 16px;
	color: #111010;
	width: 100%;
	/* line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}
.bnzh_main2_l2 .tab_nr1 .item1 ul li .item .text2{
	font-size: 20px;
	color: #3078a8;
	width: 100%;
	margin: 14px 0 10px;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}
.bnzh_main2_l2 .tab_nr1 .item1 ul li .item .text3{
	font-size: 14px;
	color: #676464;
	width: 100%;
	line-height: 24px;
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; */
}
.bnzh_main2_l2 .tab_nr1 .item1 ul li .item .text4{
	margin: 14px -10px 0 0;
}
.bnzh_main2_l2 .tab_nr1 .item1 ul li .item .text4 .nr{
	width: 188px;
	height: 140px;
	margin: 10px 10px 0 0;
	border: 1px solid #efefef;
	overflow: hidden;
}
.bnzh_main2_l2 .tab_nr1 .item1 ul li .item .text4 img{
	width: 188px;
	height: 140px;
}
.bnzh_main2_l2 .tab_nr1 .item1 ul li .item .state{
	font-size: 16px;
	color: #fff;
	width: 110px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 60px;
	border-radius: 5px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bnzh_main2_l2 .tab_nr1 .item1 ul li .item .state.style1{
	background-color: #3078a8;
}
.bnzh_main2_l2 .tab_nr1 .item1 ul li .item .state.style2{
	background-color: #b1b1b1;
}
.bnzh_main2_l2 .tab_nr1 .item1 ul li .item .state.style1:hover{
	text-decoration: underline;
}
.bnzh_main2_l2 .tab_nr1 .item2{
	width: 990px;
	text-align: center;
	margin-top: 40px;
}
.bnzh_main2_l2 .tab_nr1 .item2 a{
	font-size: 16px;
	color: #fff;
	height: 41px;
	line-height: 41px;
	text-align: center;
	padding: 0 38px;
	background-color: #3078a8;
	border-radius: 5px;
	display: inline-block;
}
.bnzh_main2_l2 .tab_nr1 .item2 a:hover{
	text-decoration: underline;
}
.bnzh_main2_l3{
	width: 1050px;
	margin-top: 30px;
	background-color: #fff;
}
.bnzh_main2_l4{
	width: 990px;
	padding: 30px 30px 60px;
	background-color: #fff;
}
.bnzh_main2_l4_1{
	font-size: 24px;
	font-weight: bold;
	color: #3078a8;
	line-height: 34px;
	padding-left: 20px;
	border-left: 5px solid #3078a8;
}
.bnzh_main2_l4_2{
	width: 990px;
}
.bnzh_main2_l4_2 ul{
	margin: -0px -42px 0 0;
}
.bnzh_main2_l4_2 ul li{
	width: 302px;
	margin: 40px 42px 0 0;
}
.bnzh_main2_l4_2 ul li .item{
	width: 240px;
	text-align: center;
	padding: 40px 30px 30px;
	border: 1px solid #efefef;
	border-radius: 5px;
	overflow: hidden;
}
.bnzh_main2_l4_2 ul li .item .pic{
	width: 100%;
}
.bnzh_main2_l4_2 ul li .item .pic img{
	height: 55px;
}
.bnzh_main2_l4_2 ul li .item .title{
	font-size: 20px;
	color: #000;
	width: 100%;
	line-height: 21px;
	margin-top: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bnzh_main2_l4_2 ul li .item:hover .title{
	color: #3078a8;
}
.bnzh_main2_l5{
	width: 990px;
	margin-top: 30px;
	padding: 30px 30px 60px;
	background-color: #fff;
}
.bnzh_main2_l5_1{
	font-size: 24px;
	font-weight: bold;
	color: #3078a8;
	line-height: 34px;
	padding-left: 20px;
	border-left: 5px solid #3078a8;
}
.bnzh_main2_l5_2{
	width: 990px;
}
.bnzh_main2_l5_2 ul{
	margin: -0px -40px 0 0;
}
.bnzh_main2_l5_2 ul li{
	width: 475px;
	margin: 40px 40px 0 0;
}
.bnzh_main2_l5_2 ul li .item{
	width: 433px;
	padding: 20px;
	border: 1px solid #efefef;
	overflow: hidden;
}
.bnzh_main2_l5_2 ul li .item .text1{
	font-size: 18px;
	color: #262424;
	width: 100%;
	line-height: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bnzh_main2_l5_2 ul li .item .text2{
	font-size: 20px;
	color: #3078a8;
	width: 100%;
	line-height: 21px;
	margin-top: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bnzh_main2_l5_2 ul li .item .text3{
	font-size: 16px;
	color: #949090;
	width: 100%;
	height: 48px;
	line-height: 24px;
	margin-top: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.bnzh_main2_l5_2 ul li .item .text4{
	font-size: 14px;
	color: #737373;
	width: 100%;
	line-height: 15px;
	margin-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bnzh_main2_l5_2 ul li .item:hover .text2{
	text-decoration: underline;
}
.bnzh_main2_l5_3{
	width: 990px;
	text-align: center;
	margin-top: 40px;
}
.bnzh_main2_l5_3 a{
	font-size: 16px;
	color: #fff;
	height: 41px;
	line-height: 41px;
	text-align: center;
	padding: 0 38px;
	background-color: #3078a8;
	border-radius: 5px;
	display: inline-block;
}
.bnzh_main2_l5_3 a:hover{
	text-decoration: underline;
}
.bnzh_main2_l6{
	width: 1050px;
	background-color: #fff;
}
.bnzh_main2_l6_1{
	width: 1050px;
}
.bnzh_main2_l6_1 ul{
	width: 1050px;
}
.bnzh_main2_l6_1 ul li{
	width: 1050px;
}
.bnzh_main2_l6_1 ul li .item{
	width: 990px;
	padding: 30px;
	border-bottom: 1px solid #e5e5e5;
}
.bnzh_main2_l6_1 ul li .item_l{
	width: 102px;
}
.bnzh_main2_l6_1 ul li .item_l1{
	width: 102px;
	height: 102px;
	border-radius: 100%;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.bnzh_main2_l6_1 ul li .item_l1 img{
	width: 102px;
	height: 102px;
	border-radius: 102px;
	overflow: hidden;
}
.bnzh_main2_l6_1 ul li .item_l2{
	font-size: 16px;
	color: #e5a51d;
	width: 102px;
	line-height: 20px;
	text-align: center;
	margin-top: 28px;
}
.bnzh_main2_l6_1 ul li .item_r{
	width: 858px;
}
.bnzh_main2_l6_1 ul li .item_r1{
	font-size: 18px;
	font-weight: bold;
	color: #333;
	width: 858px;
	margin-top: 20px;
}
.bnzh_main2_l6_1 ul li .item_r2{
	font-size: 16px;
	color: #6d6d6d;
	width: 858px;
	line-height: 30px;
	margin-top: 6px;
}
.bnzh_main2_l6_1 ul li .item_r2 span.style1{
	margin-right: 30px;
}
.bnzh_main2_l6_1 ul li .item_r2 span.style2{
	font-size: 14px;
}
.bnzh_main2_l6_1 ul li .item_r2 span.style2 img{
	width: 16px;
	height: 16px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.bnzh_main2_l6_1 ul li .item_r3{
	width: 858px;
	margin-top: 14px;
}
.bnzh_main2_l6_1 ul li .item_r3 .nr{
	width: 216px;
	height: 161px;
	margin: 10px 10px 0 0;
	border: 1px solid #efefef;
	overflow: hidden;
}
.bnzh_main2_l6_1 ul li .item_r3 .nr img{
	width: 216px;
	height: 161px;
}
.bnzh_main2_l6_1 ul li .item_r4{
	font-size: 0px;
	width: 674px;
	text-align: right;
}
.bnzh_main2_l6_1 ul li .item_r4 .nr{
	text-align: center;
	margin: 24px 0 0 30px;
	display: inline-block;
}
.bnzh_main2_l6_1 ul li .item_r4 .nr span.style1{
	display: block;
}
.bnzh_main2_l6_1 ul li .item_r4 .nr span.style1 img{
	width: 16px;
	height: 16px;
}
.bnzh_main2_l6_1 ul li .item_r4 .nr span.style2{
	font-size: 14px;
	color: #6d6d6d;
	line-height: 100%;
	margin-top: 6px;
	display: block;
}
.bnzh_main2_l6_2{
	width: 100%;
	text-align: center;
	margin-top: 60px;
}
.bnzh_main2_l6_2 a{
	font-size: 16px;
	color: #fff;
	height: 41px;
	line-height: 41px;
	text-align: center;
	padding: 0 38px;
	background-color: #3078a8;
	border-radius: 5px;
	display: inline-block;
}
.bnzh_main2_l6_2 a:hover{
	text-decoration: underline;
}
.bnzh_main2_l6_3{
	width: 946px;
	padding: 60px 52px 30px;
}
.bnzh_main2_l6_3 .item1{
	width: 100%;
}
.bnzh_main2_l6_3 .item2{
	width: 100%;
	margin-top: 30px;
}
.bnzh_main2_l6_3 .item2 .btn1{
	font-size: 14px;
	color: #fff;
	width: 244px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	margin: 0px;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
}

.bnzh_main2_r{
	width: 310px;
}
.bnzh_main2_r .item{
	width: 310px;
	margin-top: 30px;
	background-color: #fff;
}
.bnzh_main2_r .item:first-child{
	margin-top: 0px;
}
.bnzh_main2_r .item1{
	font-size: 18px;
	color: #fff;
	width: 250px;
	height: 48px;
	line-height: 48px;
	padding: 0 30px;
	background-color: #3078a8;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bnzh_main2_r .item2{
	width: 270px;
	padding: 22px 20px 60px;
}
.bnzh_main2_r .item2_1{
	font-size: 14px;
	color: #333;
	width: 100%;
	line-height: 30px;
	padding-bottom: 12px;
}
.bnzh_main2_r .item2_2{
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.bnzh_main2_r .item2_2 a{
	font-size: 16px;
	color: #fff;
	height: 41px;
	line-height: 41px;
	text-align: center;
	padding: 0 38px;
	background-color: #3078a8;
	border-radius: 5px;
	display: inline-block;
}
.bnzh_main2_r .item2_2 a img{
	width: 19px;
	height: 19px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.bnzh_main2_r .item2_2 a:hover{
	text-decoration: underline;
}
.bnzh_main2_r .item3{
	width: 270px;
	padding: 18px 20px 50px;
}
.bnzh_main2_r .item3 ul{
	width: 270px;
}
.bnzh_main2_r .item3 ul li{
	font-size: 14px;
	color: #828282;
	width: 270px;
	line-height: 39px;
	text-align: right;
	border-bottom: 1px dashed #dcdcdc;
}
.bnzh_main2_r .item3 ul li a{
	color: #333;
	width: 170px;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.bnzh_main2_r .item3 ul li a:hover{
	color: #3078a8;
}
.bnzh_main2_r .item4{
	width: 250px;
	padding: 12px 30px 40px;
}
.bnzh_main2_r .item4 ul{
	width: 250px;
}
.bnzh_main2_r .item4 ul li{
	font-size: 14px;
	color: #525050;
	width: 250px;
	margin-top: 20px;
}
.bnzh_main2_r .item4 ul li span.style1 {
	font-size: 16px;
	width: 81px;
	line-height: 22px;
	margin: 7px 0px;
}
.bnzh_main2_r .item4 ul li .wbk1 {
	width: 127px;
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.bnzh_main2_r .item4 ul li .wbk2 {
	width: 127px;
	height: 34px;
	line-height: 34px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	border-right: 0px;
}
.bnzh_main2_r .item4 ul li .wbk3 {
	width: 169px;
	height: 36px;
	line-height: 34px;
	padding: 0 38px 0 20px;
	background: url(../images/pic64.png) no-repeat right 10px center;
	border: 1px solid #e0e0e0;
}
.bnzh_main2_r .item4 ul li .wbk4 {
	width: 127px;
	height: 88px;
	line-height: 24px;
	padding: 5px 20px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	resize: none;
	display: block;
}
.bnzh_main2_r .item4 ul li .btn1 {
	font-size: 14px;
	color: #fff;
	width: 169px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	margin: 0px;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
}

.bnzh_main3{
	width: 100%;
	margin-top: 30px;
}
.bnzh_main3_l{
	width: 310px;
	min-height: 686px;
	background-color: #fff;
}
.bnzh_main3_l h3{
	font-size: 24px;
	color: #fff;
	width: 310px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	background-color: #3078a8;
}
.bnzh_main3_l h3 img{
	width: 22px;
	height: 25px;
	margin-right: 20px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.bnzh_main3_l ul{
	width: 310px;
	padding-top: 25px;
}
.bnzh_main3_l ul li{
	width: 310px;
	padding: 5px 0;
	border-bottom: 1px dashed #d3d3d3;
}
.bnzh_main3_l ul li a{
	font-size: 18px;
	color: #585858;
	width: 180px;
	line-height: 24px;
	padding: 12px 82px 12px 48px;
	background: #fff url(../images/pic66.png) no-repeat right 30px center;
	display: inline-block;
}
.bnzh_main3_l ul li a:hover, .bnzh_main3_l ul li a.on{
	color: #fefefe;
	background: #3078a8 url(../images/pic66h.png) no-repeat right 30px center;
}
.bnzh_main3_r{
	width: 980px;
	padding: 40px 40px 80px;
	background-color: #fff;
}
.bnzh_main3_r1{
	font-size: 24px;
	color: #3078a8;
	width: 100%;
	line-height: 100%;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}
.bnzh_main3_r2{
	font-size: 16px;
	color: #141415;
	width: 100%;
	line-height: 36px;
	margin-top: 40px;
}
.bnzh_main3_r3{
	font-size: 20px;
	color: #ff0000;
	width: 100%;
	line-height: 40px;
	margin-top: 40px;
}

.bnzh_main4{
	width: 100%;
	margin-top: 30px;
}
.bnzh_main4_1{
	width: 1340px;
	padding: 40px 30px 0px;
	background-color: #fff;
}
.bnzh_main4_1 ul{
	width: 1340px;
}
.bnzh_main4_1 ul li{
	width: 1340px;
	margin-top: 30px;
}
.bnzh_main4_1 ul li:first-child{
	margin-top: 0px;
}
.bnzh_main4_1 ul li .item{
	width: 1278px;
	padding: 28px 30px 18px;
	border: 1px solid #efefef;
}
.bnzh_main4_1 ul li .item .text{
	width: 1140px;
}
.bnzh_main4_1 ul li .item .text1{
	font-size: 16px;
	color: #111010;
	width: 100%;
	/* line-height: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}
.bnzh_main4_1 ul li .item .text2{
	font-size: 20px;
	color: #3078a8;
	width: 100%;
	margin: 0px 0 14px;
	/* overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap; */
}
.bnzh_main4_1 ul li .item .text3{
	font-size: 14px;
	color: #676464;
	width: 100%;
	line-height: 30px;
	/* display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden; */
}
.bnzh_main4_1 ul li .item .text4{
	margin: 14px -10px 0 0;
}
.bnzh_main4_1 ul li .item .text4 .nr{
	width: 188px;
	height: 140px;
	margin: 10px 10px 0 0;
	border: 1px solid #efefef;
	overflow: hidden;
}
.bnzh_main4_1 ul li .item .text4 img{
	width: 188px;
	height: 140px;
}
.bnzh_main4_1 ul li .item .state{
	font-size: 16px;
	color: #fff;
	width: 83px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin-top: 30px;
	border-radius: 5px;
	display: inline-block;
}
.bnzh_main4_1 ul li .item .state.style1{
	background-color: #3078a8;
}
.bnzh_main4_1 ul li .item .state.style2{
	background-color: #b1b1b1;
}
.bnzh_main4_1 ul li .item .state.style1:hover{
	text-decoration: underline;
}

/* 积分商城 */
.jfsc_main{
	width: 100%;
	padding: 10px 0 60px;
	overflow: hidden;
}

.jfsc_main1{
	width: 100%;
	margin-top: 40px;
	background-color: #fff;
}
.jfsc_main1 a{
	font-size: 16px;
	color: #424040;
	height: 70px;
	line-height: 70px;
	margin-right: 30px;
	display: inline-block;
}
.jfsc_main1 a img{
	height: 12px;
	margin-left: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.jfsc_main1 a img.img1{
	display: inline-block;
}
.jfsc_main1 a img.img2{
	display: none;
}
.jfsc_main1 a.on img.img1{
	display: none;
}
.jfsc_main1 a.on img.img2{
	display: inline-block;
}

.jfsc_main2{
	width: 100%;
	margin-top: 40px;
}
.jfsc_main2 ul{
	margin: -30px -28px 0 0;
}
.jfsc_main2 ul li{
	width: 329px;
	margin: 30px 28px 0 0;
}
.jfsc_main2 ul li .item{
	width: 329px;
}
.jfsc_main2 ul li .item .pic{
	width: 329px;
	height: 269px;
	overflow: hidden;
}
.jfsc_main2 ul li .item .pic img{
	width: 329px;
	height: 269px;
}
.jfsc_main2 ul li .item .text{
	width: 329px;
	text-align: center;
	margin-top: 20px;
}
.jfsc_main2 ul li .item .text span{
	font-size: 16px;
	color: #fff;
	width: 123px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	padding: 0 5px;
	background-color: #9d9c9a;
	border-radius: 5px;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jfsc_main2 ul li .item:hover .text span{
	background-color: #e51515;
}
.jfsc_main2 .pages{
	padding-top: 60px;
  padding-bottom: 0px;
}

/* 全部分类 */
.qbfl_main{
	width: 100%;
	padding: 10px 0 60px;
	overflow: hidden;
}

.qbfl_main1{
	width: 100%;
}
.qbfl_main1_1{
	margin: 10px -20px 0 0;
}
.qbfl_main1_1 a{
	font-size: 16px;
	color: #000;
	height: 44px;
	line-height: 44px;
	margin: 20px 20px 0 0;
	padding: 0 18px;
	background-color: #e5e5e5;
	border-radius: 5px;
}
.qbfl_main1_1 a:hover, .qbfl_main1_1 a.on{
	color: #fff;
	background-color: #3078a7;
}
.qbfl_main1_2{
	width: 1400px;
	margin-top: 30px;
}
#gridA{
	margin: 0 -40px -80px;
	overflow: hidden;
}
#gridA .item{
	padding: 30px 30px 40px;
	background-color: #fff;
	border-radius: 5px;
}
#gridA .item .title{
	width: 100%;
	border-bottom: 1px solid #3078a7;
}
#gridA .item .title .style1{
	font-size: 20px;
	color: #fff;
	line-height: 35px;
	padding: 0 10px;
	background-color: #3078a7;
	border-radius: 5px 5px 0 0;
}
#gridA .item .list{
	width: 100%;
}
#gridA .item .list ul{
	width: 100%;
}
#gridA .item .list ul li{
	width: 100%;
	margin-top: 26px;
}
#gridA .item .list ul li .nr1{
	font-size: 16px;
	color: #3078a7;
	width: 100%;
}
#gridA .item .list ul li .nr1 a{
	color: #3078a7;
}
#gridA .item .list ul li .nr1 a:hover{
	text-decoration: underline;
}
#gridA .item .list ul li .nr2{
	font-size: 14px;
	color: #565656;
	width: 100%;
	margin-top: 6px;
}
#gridA .item .list ul li .nr2 a{
	color: #565656;
	margin-right: 24px;
}
#gridA .item .list ul li .nr2 a:hover{
	text-decoration: underline;
}

/* 信用专区 */
.xyzq_main{
	width: 100%;
	padding: 10px 0 60px;
	overflow: hidden;
}

.xyzq_main1{
	width: 100%;
	margin-top: 30px;
}
.xyzq_main1_1{
  font-size:0px;
	width: 1400px;
	text-align:left;
	padding-top: 1px;
	background-color: #3078a8;
}
.xyzq_main1_1 a{
	font-size: 22px;
	color: #fff;
	height: 60px;
	line-height: 60px;
	padding: 0 35px;
	display: inline-block;
}
.xyzq_main1_1 a.style1{
	padding: 0 30px;
}
.xyzq_main1_1 a:hover, .xyzq_main1_1 a.on{
	font-weight: bold;
	color: #3078a7;
	background-color: #fff;
}
.xyzq_main1_2{
	width: 1360px;
	padding: 60px 20px 90px;
	background-color: #fff;
}
.xyzq_main1_2_1{
	font-size: 0px;
	width: 1360px;
	text-align: center;
}
.xyzq_main1_2_1 .item{
	display: inline-block;
}
.xyzq_main1_2_1 .qwbk1{
	font-size: 16px;
	color: #999;
	width: 380px;
	height: 50px;
	line-height: 48px;
	padding: 0 56px 0 30px;
	background: url(../images/pic77.png) no-repeat right 20px center;
	border: 2px solid #3078a7;
	border-radius: 5px;
}
.xyzq_main1_2_1 .search2{
	margin: 0 30px;
}
.xyzq_main1_2_1 .qbtn1{
	font-size: 20px;
	color: #fff;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #3078a7;
	border: 0px;
	border-radius: 5px;
}
.xyzq_main1_2_2{
	font-size: 14px;
	color: #a3a2a2;
	width: 1360px;
	text-align: center;
	margin-top: 14px;
}
.xyzq_main1_2_3{
	margin: 0px -40px 0 0;
}
.xyzq_main1_2_3 .item{
	width: 660px;
	margin: 40px 40px 0 0;
}
.xyzq_main1_2_3 .item .title{
	font-size: 22px;
	color: #fff;
	width: 640px;
	height: 53px;
	line-height: 53px;
	padding: 0 10px;
	background-color: #3078a7;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xyzq_main1_2_3 .item .title img{
	width: 9px;
	height: 12px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.xyzq_main1_2_3 .item .list{
	width: 660px;
}
.xyzq_main1_2_3 .item .list ul{
	margin: 0px -30px 0 0;
}
.xyzq_main1_2_3 .item .list ul li{
	width: 306px;
	margin: 30px 30px 0 0;
}
.xyzq_main1_2_3 .item .list ul li .nr{
	width: 306px;
}
.xyzq_main1_2_3 .item .list ul li .nr .pic{
	width: 144px;
	height: 114px;
	border: 1px solid #ccc;
	overflow: hidden;
}
.xyzq_main1_2_3 .item .list ul li .nr .pic img{
	width: 144px;
	height: 114px;
}
.xyzq_main1_2_3 .item .list ul li .nr .text{
	width: 144px;
}
.xyzq_main1_2_3 .item .list ul li .nr .text1{
	font-size: 18px;
	color: #1d1e1f;
	width: 100%;
	line-height: 19px;
	margin: 10px 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.xyzq_main1_2_3 .item .list ul li .nr .text2{
	font-size: 16px;
	color: #636363;
	width: 100%;
	line-height: 24px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.xyzq_main1_2_3 .item .list ul li .nr:hover .text1{
	color: #3078a7;
}
.xyzq_main1_3{
	width: 1320px;
	padding: 40px 40px 60px;
	background-color: #fff;
}
.xyzq_main1_3_1{
	width: 1320px;
}
.xyzq_main1_3_2{
	width: 1320px;
	margin-top: 40px;
}
.xyzq_main1_3_2 table{
	width: 100%;
}
.xyzq_main1_3_2 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.xyzq_main1_3_2 table tbody tr{
	font-size: 14px;
	color: #565656;
	width: 100%;
	height: 50px;
}
.xyzq_main1_3_2 table tbody tr a{
	color: #565656;
}
.xyzq_main1_3_2 table tbody tr a:hover{
	color: #3078a7;
}
.xyzq_main1_3_2 table tr td{
	text-align: center;
	padding: 0 20px;
	border: 1px solid #e4e4e4;
}
.xyzq_main1_3_2 table tr td.style1{
	width: 334px;
}
.xyzq_main1_3_2 table tr td.style2{
	width: 169px;
}
.xyzq_main1_3_2 table tr td.style3{
	width: 196px;
}
.xyzq_main1_3_2 table tr td.style4{
	width: 80px;
}
.xyzq_main1_3_2 table tr td.style5{
	width: 70px;
}
.xyzq_main1_3_2 table tr td.style6{
	width: 223px;
}
.xyzq_main1_3_2 table tr td .nr1{
	font-size: 0px;
	width: 100%;
	text-align: center;
}
.xyzq_main1_3_2 table tr td .nr1 a{
	font-size: 14px;
	color: #fff;
	width: 88px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	margin: 5px 10px;
	border-radius: 5px;
	display: inline-block;
}
.xyzq_main1_3_2 table tr td .nr1 a.style1{
	background-color: #3078a7;
}
.xyzq_main1_3_2 table tr td .nr1 a.style2{
	background-color: #e5a51d;
}
.xyzq_main1_3_2 table tr td .nr1 a:hover{
	text-decoration: underline;
}
.xyzq_main1_3_3{
	width: 1320px;
	margin-top: 40px;
}
.xyzq_main1_3_3 table{
	width: 100%;
	border: 1px solid #e4e4e4;
}
.xyzq_main1_3_3 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.xyzq_main1_3_3 table tbody tr{
	font-size: 14px;
	color: #565656;
	width: 100%;
	height: 50px;
}
.xyzq_main1_3_3 table tbody tr a{
	color: #565656;
}
.xyzq_main1_3_3 table tbody tr a:hover{
	color: #3078a7;
}
.xyzq_main1_3_3 table tr td{
	text-align: center;
	padding: 0 20px;
	/* border: 1px solid #e4e4e4; */
}
.xyzq_main1_3_3 table tr td.style1{
	width: 334px;
}
.xyzq_main1_3_3 table tr td.style2{
	width: 169px;
}
.xyzq_main1_3_3 table tr td.style3{
	width: 196px;
}
.xyzq_main1_3_3 table tr td.style4{
	width: 80px;
}
.xyzq_main1_3_3 table tr td.style5{
	width: 70px;
}
.xyzq_main1_3_3 table tr td.style6{
	width: 223px;
}
.xyzq_main1_3_3 table tr td.style7{
	width: 1158px;
	text-align: left;
	padding: 60px 70px 130px 90px;
}
.xyzq_main1_3_3 table tr td .nr1{
	font-size: 0px;
	width: 100%;
	text-align: center;
}
.xyzq_main1_3_3 table tr td .nr1 a{
	font-size: 14px;
	color: #fff;
	width: 88px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	margin: 5px 10px;
	border-radius: 5px;
	display: inline-block;
}
.xyzq_main1_3_3 table tr td .nr1 a.style1{
	background-color: #3078a7;
}
.xyzq_main1_3_3 table tr td .nr1 a.style2{
	background-color: #e5a51d;
}
.xyzq_main1_3_3 table tr td .nr1 a:hover{
	text-decoration: underline;
}
.xyzq_main1_3_3 table tr td .nr2{
	width: 1158px;
}
.xyzq_main1_3_3 table tr td .nr2_l{
	width: 613px;
}
.xyzq_main1_3_3 table tr td .nr2_l1{
	font-size: 20px;
	color: #000;
	width: 540px;
}
.xyzq_main1_3_3 table tr td .nr2_l2{
	width: 540px;
	padding: 8px 71px 55px 0;
	border-right: 2px solid #ccc;
}
.xyzq_main1_3_3 table tr td .nr2_l2_l{
	font-size: 22px;
	color: #565656;
	width: 140px;
	padding-top: 42px;
}
.xyzq_main1_3_3 table tr td .nr2_l2_l span.style1{
	font-size: 60px;
	margin-right: 6px;
}
.xyzq_main1_3_3 table tr td .nr2_l2_r{
	width: 400px;
	padding-top: 14px;
}
.xyzq_main1_3_3 table tr td .nr2_l2_r .item{
	width: 400px;
	margin-top: 8px;
}
.xyzq_main1_3_3 table tr td .nr2_l2_r .item .pic{
	font-size: 0px;
	width: 104px;
	text-align: right;
}
.xyzq_main1_3_3 table tr td .nr2_l2_r .item .pic span{
	width: 16px;
	height: 16px;
	margin: 0 2px;
	display: inline-block;
}
.xyzq_main1_3_3 table tr td .nr2_l2_r .item .pic span img{
	width: 16px;
	height: 16px;
}
.xyzq_main1_3_3 table tr td .nr2_l2_r .item .pic span img.img1{
	display: inline-block;
}
.xyzq_main1_3_3 table tr td .nr2_l2_r .item .pic span img.img2{
	display: none;
}
.xyzq_main1_3_3 table tr td .nr2_l2_r .item .pic span.on img.img1{
	display: none;
}
.xyzq_main1_3_3 table tr td .nr2_l2_r .item .pic span.on img.img2{
	display: inline-block;
}
.xyzq_main1_3_3 table tr td .nr2_l2_r .item .proportion{
	font-size: 0px;
	width: 280px;
	height: 4px;
	margin-top: 6px;
	background-color: #d9d9d9;
	border-radius: 4px;
}
.xyzq_main1_3_3 table tr td .nr2_l2_r .item .proportion span{
	height: 4px;
	background-color: #828282;
	border-radius: 4px;
	display: inline-block;
}
.xyzq_main1_3_3 table tr td .nr2_l3{
	width: 540px;
}
.xyzq_main1_3_3 table tr td .nr2_l3 .item{
	width: 540px;
	margin-top: 26px;
}
.xyzq_main1_3_3 table tr td .nr2_l3 .item:first-child{
	margin-top: 6px;
}
.xyzq_main1_3_3 table tr td .nr2_l3 .item .pic2{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.xyzq_main1_3_3 table tr td .nr2_l3 .item .pic2 img{
	width: 50px;
	height: 50px;
	border-radius: 50px;
	overflow: hidden;
}
.xyzq_main1_3_3 table tr td .nr2_l3 .item .text{
	width: 470px;
}
.xyzq_main1_3_3 table tr td .nr2_l3 .item .text1{
	font-size: 14px;
	color: #818181;
	width: 300px;
}
.xyzq_main1_3_3 table tr td .nr2_l3 .item .text2{
	width: 150px;
}
.xyzq_main1_3_3 table tr td .nr2_l3 .item .text2 .pic{
	font-size: 0px;
	width: 150px;
	text-align: center;
}
.xyzq_main1_3_3 table tr td .nr2_l3 .item .text2 .pic span{
	width: 22px;
	height: 22px;
	margin: 0 4px;
	display: inline-block;
}
.xyzq_main1_3_3 table tr td .nr2_l3 .item .text2 .pic span img{
	width: 22px;
	height: 22px;
}
.xyzq_main1_3_3 table tr td .nr2_l3 .item .text2 .pic span img.img1{
	display: inline-block;
}
.xyzq_main1_3_3 table tr td .nr2_l3 .item .text2 .pic span img.img2{
	display: none;
}
.xyzq_main1_3_3 table tr td .nr2_l3 .item .text2 .pic span.on img.img1{
	display: none;
}
.xyzq_main1_3_3 table tr td .nr2_l3 .item .text2 .pic span.on img.img2{
	display: inline-block;
}
.xyzq_main1_3_3 table tr td .nr2_l3 .item .text2 .date{
	font-size: 14px;
	color: #818181;
	width: 150px;
	line-height: 100%;
	text-align: center;
	margin-top: 20px;
}
.xyzq_main1_3_3 table tr td .nr2_l3 .item .text3{
	font-size: 14px;
	color: #818181;
	width: 470px;
	margin-top: 40px;
}
.xyzq_main1_3_3 table tr td .nr2_r{
	width: 467px;
}
.xyzq_main1_3_3 table tr td .nr2_r1{
	width: 467px;
}
.xyzq_main1_3_3 table tr td .nr2_r1 ul {
	width: 467px;
}
.xyzq_main1_3_3 table tr td .nr2_r1 ul li {
	color: #3c3c3c;
	width: 467px;
	margin-top: 12px;
}
.xyzq_main1_3_3 table tr td .nr2_r1 ul li:first-child {
	margin-top: 0px;
}
.xyzq_main1_3_3 table tr td .nr2_r1 ul li span.style1 {
	font-size: 16px;
	width: 76px;
	line-height: 22px;
	text-align: right;
	padding: 5px 6px 5px 0;
	word-wrap:break-word;
}
.xyzq_main1_3_3 table tr td .nr2_r1 ul li .wbk1 {
	font-size: 14px;
	width: 343px;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
}
.xyzq_main1_3_3 table tr td .nr2_r1 ul li .wbk2 {
	font-size: 14px;
	width: 343px;
	height: 94px;
	line-height: 24px;
	padding: 8px 20px;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 5px;
	resize: none;
	display: block;
}
.xyzq_main1_3_3 table tr td .nr2_r2{
	font-size: 20px;
  color: #000;
	width: 467px;
	margin-top: 40px;
}
.xyzq_main1_3_3 table tr td .nr2_r3{
	width: 467px;
	text-align: center;
	margin-top: 16px;
}
.xyzq_main1_3_3 table tr td .nr2_r3 .pic{
	font-size: 0px;
	width: 100%;
	text-align: center;
}
.xyzq_main1_3_3 table tr td .nr2_r3 .pic span{
	width: 28px;
	height: 28px;
	margin: 0 6px;
	display: inline-block;
}
.xyzq_main1_3_3 table tr td .nr2_r3 .pic span img{
	width: 28px;
	height: 28px;
}
.xyzq_main1_3_3 table tr td .nr2_r3 .pic span img.img1{
	display: inline-block;
}
.xyzq_main1_3_3 table tr td .nr2_r3 .pic span img.img2{
	display: none;
}
.xyzq_main1_3_3 table tr td .nr2_r3 .pic span.on img.img1{
	display: none;
}
.xyzq_main1_3_3 table tr td .nr2_r3 .pic span.on img.img2{
	display: inline-block;
}
.xyzq_main1_3_3 table tr td .nr2_r3 .content{
	font-size: 16px;
	color: #565656;
	width: 100%;
	text-align: center;
	margin-top: 16px;
}
.xyzq_main1_3_3 table tr td .nr2_r3 .content2{
	width: 100%;
	text-align: center;
	margin-top: 40px;
}
.xyzq_main1_3_3 table tr td .nr2_r3 .content2 .btn1 {
	font-size: 16px;
	color: #fff;
	width: 100px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	background-color: #50bfda;
	border: 0px;
}

/* 工程师管理 */
.gcsgl_main{
	width: 100%;
	padding: 10px 0 60px;
	overflow: hidden;
}

.gcsgl_main1{
	width: 100%;
	margin-top: 30px;
}
.gcsgl_main1_1{
	width: 1340px;
	line-height: 35px;
	padding: 30px;
	background-color: #fff;
}
.gcsgl_main1_1 .item1{
	padding-right: 41px;
	background: url(../images/pic84.png) no-repeat right center;
}
.gcsgl_main1_1 .item1 p{
	width: 35px;
	height: 35px;
	border-radius: 35px;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
}
.gcsgl_main1_1 .item1 p img{
	width: 35px;
	height: 35px;
	border-radius: 35px;
	overflow: hidden;
}
.gcsgl_main1_1 .item1 span{
	font-size: 18px;
	color: #000;
	margin-left: 20px;
}
.gcsgl_main1_1 .item2{}
.gcsgl_main1_1 .item2 .wbk1{
	font-size: 18px;
	color: #000;
	width: 106px;
	height: 35px;
	line-height: 35px;
	margin-left: 40px;
	padding-right: 16px;
	background: url(../images/pic85.png) no-repeat right center;
	border: 0px;
}
.gcsgl_main1_1 .item3{
	font-size: 18px;
	color: #3078a8;
}
.gcsgl_main1_1 .item4{
	font-size: 18px;
	color: #999;
}
.gcsgl_main1_1 .item4 a{
	color: #999;
	margin-right: 30px;
}
.gcsgl_main1_1 .item4 a:hover{
	color: #3078a8;
}
.gcsgl_main1_1 .item5{
	font-size: 18px;
	color: #999;
	margin-right: 40px;
	padding-right: 41px;
	background: url(../images/pic84.png) no-repeat right center;
}
.gcsgl_main1_1 .item5 a{
	color: #999;
	margin-left: 40px;
}
.gcsgl_main1_1 .item5 a:first-child{
	margin-left: 0px;
}
.gcsgl_main1_1 .item5 a.style1{
	color: #e5a51d;
}
.gcsgl_main1_1 .item5 a.style2{
	color: #3078a8;
}
.gcsgl_main1_1 .item5 a:hover{
	text-decoration: underline;
}

.gcsgl_main2{
	width: 100%;
	margin-top: 30px;
}
.gcsgl_main2_1{
	width: 1320px;
	padding: 40px 40px 60px;
	background-color: #fff;
}
.gcsgl_main2_1_1{
	font-size: 24px;
	font-weight: bold;
	color: #3078a8;
	line-height: 34px;
	padding-left: 20px;
	border-left: 5px solid #3078a8;
}
.gcsgl_main2_1_2{
	width: 1064px;
	margin-top: 100px;
}
.gcsgl_main2_1_2 .item1{
	font-size: 24px;
	color: #b6b6b6;
	line-height: 100%;
	padding: 0 40px;
}
.gcsgl_main2_1_2 .item1 span.on{
	color: #000;
}
.gcsgl_main2_1_2 .item2{
	font-size: 0px;
	width: 100%;
	height: 8px;
	margin-top: 30px;
	background-color: #999;
	border-radius: 8px;
	position: relative;
}
.gcsgl_main2_1_2 .item2 span{
	height: 8px;
	background-color: #e5a51d;
	border-radius: 8px;
	display: inline-block;
}
.gcsgl_main2_1_2 .item2 bdo{
	font-size: 24px;
	color: #000;
	line-height: 100%;
	position: absolute;
	top: 50%;
	right: -68px;
	transform: translateY(-50%);
}
.gcsgl_main2_1_3{
	width: 1320px;
}
.gcsgl_main2_1_3 ul {
	width: 677px;
	padding-top: 54px;
}
.gcsgl_main2_1_3 ul li {
	font-size: 20px;
	color: #000;
	width: 677px;
	margin-top: 20px;
}
.gcsgl_main2_1_3 ul li span.style1 {
	width: 120px;
	line-height: 56px;
	padding-right: 78px;
	text-align:justify;
	text-align-last:justify;
}
.gcsgl_main2_1_3 ul li .wbk1 {
	font-size: 16px;
	width: 421px;
	height: 54px;
	line-height: 54px;
	padding: 0 28px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.gcsgl_main2_1_3 ul li .wbk2 {
	font-size: 16px;
	width: 479px;
	height: 56px;
	line-height: 54px;
	padding: 0 39px 0 28px;
	background: url(../images/pic89.png) no-repeat right 10px center;
	border: 0px;
	border: 1px solid #e0e0e0;
}
.gcsgl_main2_1_3 ul li .btn1 {
	font-size: 20px;
	color: #feffff;
	width: 479px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	margin: 20px 0 0 0px;
	background-color: #3078a8;
	border: 0px;
	/* border-radius: 5px; */
}
.gcsgl_main2_1_3 ul li .nr1 {
	width: 374px;
	height: 254px;
	cursor: pointer;
}
.gcsgl_main2_1_3 ul li .nr1 img {
	width: 374px;
	height: 254px;
}
.gcsgl_main2_1_4{
	width: 1064px;
	text-align: center;
	margin-top: 90px;
}
.gcsgl_main2_1_4 .item1{
	font-size: 16px;
	color: #333;
	width: 100%;
	line-height: 36px;
}
.gcsgl_main2_1_4 .item2{
	width: 100%;
	margin-top: 50px;
}
.gcsgl_main2_1_4 .item2 a {
	font-size: 20px;
	color: #feffff;
	width: 479px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	background-color: #3078a8;
	border: 0px;
	/* border-radius: 5px; */
	display: inline-block;
}
.gcsgl_main2_1_4 .item3{
	width: 100%;
	margin-top: 50px;
}
.gcsgl_main2_1_5{
	width: 1320px;
}
.gcsgl_main2_1_5 ul {
	width: 877px;
	padding-top: 54px;
}
.gcsgl_main2_1_5 ul li {
	font-size: 20px;
	color: #000;
	width: 877px;
	margin-top: 20px;
}
.gcsgl_main2_1_5 ul li span.style1 {
	width: 120px;
	line-height: 26px;
	padding: 15px 20px 15px 0;
	text-align:justify;
	text-align-last:justify;
}
.gcsgl_main2_1_5 ul li span.style2 {
	width: 100px;
	line-height: 56px;
	padding-left: 200px;
	padding-right: 80px;
	text-align:justify;
	text-align-last:justify;
}
.gcsgl_main2_1_5 ul li span.style3 {
	line-height: 56px;
}
.gcsgl_main2_1_5 ul li .wbk1 {
	font-size: 16px;
	width: 421px;
	height: 54px;
	line-height: 54px;
	padding: 0 28px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
}
.gcsgl_main2_1_5 ul li .wbk2 {
	font-size: 16px;
	width: 479px;
	height: 56px;
	line-height: 54px;
	padding: 0 39px 0 28px;
	background: url(../images/pic89.png) no-repeat right 10px center;
	border: 0px;
	border: 1px solid #e0e0e0;
}
.gcsgl_main2_1_5 ul li .btn1 {
	font-size: 20px;
	color: #feffff;
	width: 479px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	margin: 20px 0 0 0px;
	background-color: #3078a8;
	border: 0px;
	/* border-radius: 5px; */
}
.gcsgl_main2_1_5 ul li .btn2 {
	font-size: 20px;
	color: #feffff;
	width: 296px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	margin: 60px 0 0 86px;
	background-color: #a6adb2;
	border: 0px;
	/* border-radius: 5px; */
}
.gcsgl_main2_1_5 ul li .btn3 {
	font-size: 20px;
	color: #feffff;
	width: 296px;
	height: 68px;
	line-height: 68px;
	text-align: center;
	margin: 60px 0 0 30px;
	background-color: #3078a8;
	border: 0px;
	/* border-radius: 5px; */
}
.gcsgl_main2_1_5 ul li .nr1 {
	width: 374px;
	height: 254px;
	cursor: pointer;
}
.gcsgl_main2_1_5 ul li .nr1 img {
	width: 374px;
	height: 254px;
}
.gcsgl_main2_1_5 ul li .nr2 {
	font-size: 18px;
	color: #000;
	line-height: 28px;
	padding: 5px 0;
}
.gcsgl_main2_1_5 ul li .nr3 {
	margin: -20px -20px 0 0;
}
.gcsgl_main2_1_5 ul li .nr3 .item {
	width: 204px;
	text-align: center;
	margin: 20px 20px 0 0;
}
.gcsgl_main2_1_5 ul li .nr3 .item p {
	width: 204px;
	height: 126px;
	cursor: pointer;
}
.gcsgl_main2_1_5 ul li .nr3 .item p img {
	width: 279px;
	height: 126px;
}
.gcsgl_main2_1_5 ul li .nr3 .item span {
	font-size: 16px;
	color: #000;
	width: 204px;
	line-height: 100%;
	margin-top: 20px;
	display: block;
}

/* 供应商信息认证 */
.gysrz_main{
	width: 100%;
	padding: 10px 0 60px;
	overflow: hidden;
}

.gysrz_main1{
	width: 100%;
	margin-top: 30px;
}
.gysrz_main1_l{
	width: 310px;
	padding-bottom: 50px;
	background-color: #fff;
}
.gysrz_main1_l > ul{
	width: 310px;
}
.gysrz_main1_l > ul > li{
	width: 310px;
}
.gysrz_main1_l > ul > li > a{
	font-size: 18px;
	color: #fff;
	height: 48px;
	line-height: 48px;
	text-align: left;
	padding: 0 47px;
	background-color: #c6c6c6;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gysrz_main1_l > ul > li > a:hover, .gysrz_main1_l > ul > li > a.on{
	background-color: #3078a8;
}
.gysrz_main1_l > ul > li > ul{
	width: 310px;
	padding: 12px 0;
}
.gysrz_main1_l > ul > li > ul > li{
	width: 310px;
}
.gysrz_main1_l > ul > li > ul > li > a{
	font-size: 14px;
	color: #4f4f4f;
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding: 0 63px;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gysrz_main1_l > ul > li > ul > li > a:hover, .gysrz_main1_l > ul > li > ul > li > a.on{
	color: #3078a8;
	text-decoration: underline;
}
.gysrz_main1_r{
	width: 1060px;
}
.gysrz_main1_r1{
  font-size:0px;
	width: 1060px;
	text-align:left;
	padding-top: 1px;
	background-color: #3078a8;
}
.gysrz_main1_r1 a{
	font-size: 18px;
	color: #fff;
	height: 79px;
	line-height: 79px;
	padding: 0 35px;
	display: inline-block;
}
.gysrz_main1_r1 a.style1{
	padding: 0 30px;
}
.gysrz_main1_r1 a:hover, .gysrz_main1_r1 a.on{
	font-weight: bold;
	color: #3078a8;
	background-color: #fff;
}
.gysrz_main1_r2{
	width: 1006px;
	padding: 40px 27px 60px;
	background-color: #fff;
}
.gysrz_main1_r2_1{
	width: 1006px;
}
.gysrz_main1_r2_1 .qwbk1{
	font-size: 16px;
	color: #999;
	width: 244px;
	height: 46px;
	line-height: 46px;
	margin-right: 30px;
	padding: 0 10px;
	border: 2px solid #3078a7;
	border-radius: 5px;
}
.gysrz_main1_r2_1 .qbtn1{
	font-size: 20px;
	color: #fff;
	width: 170px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #3078a7;
	border: 0px;
	border-radius: 5px;
}
.gysrz_main1_r2_1 span.style1{
	font-size: 18px;
	color: #6e6e6e;
	line-height: 50px;
	margin-right: 10px;
}
.gysrz_main1_r2_1 ::-webkit-input-placeholder { /* WebKit browsers */
	color: #bfbfbf;
}
.gysrz_main1_r2_1 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #bfbfbf;
}
.gysrz_main1_r2_1 ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #bfbfbf;
}
.gysrz_main1_r2_1 :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #bfbfbf;
}
.gysrz_main1_r2_2{
	margin: 20px -10px 0 0;
}
.gysrz_main1_r2_2 a{
	font-size: 14px;
	color: #fff;
	height: 31px;
	line-height: 31px;
	margin: 10px 10px 0 0;
	padding: 0 16px;
	background-color: #a1a1a1;
	border-radius: 5px;
	display: inline-block;
}
.gysrz_main1_r2_2 a:hover, .gysrz_main1_r2_2 a.on{
	background-color: #3078a7;
}
.gysrz_main1_r2_3{
	width: 1006px;
	margin-top: 30px;
}
.gysrz_main1_r2_3 .qcheckbox2{
	width: 22px;
	height: 22px;
	margin: 0 5px 0 0px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.gysrz_main1_r2_3 table{
	width: 100%;
}
.gysrz_main1_r2_3 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.gysrz_main1_r2_3 table tbody tr{
	font-size: 14px;
	color: #565656;
	width: 100%;
	height: 60px;
}
.gysrz_main1_r2_3 table tbody tr a{
	color: #565656;
}
.gysrz_main1_r2_3 table tbody tr a:hover{
	color: #3078a7;
}
.gysrz_main1_r2_3 table tr td{
	text-align: center;
	padding: 0 10px;
	border: 1px solid #e4e4e4;
}
.gysrz_main1_r2_3 table tbody tr td{
	padding-top: 0px;
	padding-bottom: 0px;
}
.gysrz_main1_r2_3 table tr td.style1{
	width: 99px;
}
.gysrz_main1_r2_3 table tr td.style2{
	width: 83px;
}
.gysrz_main1_r2_3 table tr td.style3{
	width: 118px;
}
.gysrz_main1_r2_3 table tr td.style4{
	width: 121px;
}
.gysrz_main1_r2_3 table tr td.style5{
	width: 105px;
}
.gysrz_main1_r2_3 table tr td.style6{
	width: 60px;
}
.gysrz_main1_r2_3 table tr td.style7{
	width: 50px;
}
.gysrz_main1_r2_3 table tr td.style8{
	width: 58px;
}
.gysrz_main1_r2_3 table tr td.style9{
	width: 142px;
	padding: 0 0px;
}
.gysrz_main1_r2_3 table tr td .nr1{
	font-size: 0px;
	width: 100%;
}
.gysrz_main1_r2_3 table tr td .nr1 a{
	font-size: 14px;
	color: #fff;
	width: 166px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	margin: 3px;
	border-radius: 5px;
	display: inline-block;
	overflow: hidden;
}
.gysrz_main1_r2_3 table tr td .nr1 a.style1{
	background-color: #3078a7;
}
.gysrz_main1_r2_3 table tr td .nr1 a.style2{
	background-color: #e5a51d;
}
.gysrz_main1_r2_3 table tr td .nr1 a:hover{
	text-decoration: underline;
}
.gysrz_main1_r3{
	width: 1006px;
	padding: 30px 27px;
	background-color: #fff;
}
.gysrz_main1_r3_1{
	width: 1007px;
}
.gysrz_main1_r3_1 table{
	width: 100%;
}
.gysrz_main1_r3_1 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.gysrz_main1_r3_1 table tbody tr{
	font-size: 16px;
	color: #000;
	width: 100%;
}
.gysrz_main1_r3_1 table tbody tr a{
	color: #000;
}
.gysrz_main1_r3_1 table tbody tr a:hover{
	color: #3078a7;
}
.gysrz_main1_r3_1 table tr td.style1{
	width: 324px;
}
.gysrz_main1_r3_1 table tr td.style2{
	width: 399px;
}
.gysrz_main1_r3_1 table tr td.style3{
	width: 284px;
}
.gysrz_main1_r3_1 table tr td.style4{
	text-align: center;
}
.gysrz_main1_r3_1 table tr td.style5{
	height: 20px;
}
.gysrz_main1_r3_1 table tr td.style6{
	height: 30px;
}
.gysrz_main1_r3_1 table tr td span.style1{
	width: 64px;
	line-height: 20px;
	margin-right: 20px;
	padding: 10px 0;
}
.gysrz_main1_r3_1 table tr td .wbk1{
	font-size: 14px;
	width: 158px;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.gysrz_main1_r3_1 table tr td .wbk2{
	font-size: 14px;
	width: 145px;
	height: 40px;
	line-height: 38px;
	padding: 0 50px 0 20px;
	background: url(../images/pic61.png) no-repeat right 20px center;
	background-color: #fff;
	border: 1px solid #ddd;
}
.gysrz_main1_r3_1 table tr td .wbk3{
	font-size: 14px;
	width: 233px;
	height: 38px;
	line-height: 38px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #ddd;
}
.gysrz_main1_r3_1 table tr td .btn1{
	font-size: 20px;
	color: #fff;
	width: 131px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background-color: #3078a7;
	border: 0px;
	border-radius: 5px;
	overflow: hidden;
}
.gysrz_main1_r3_1 ::-webkit-input-placeholder { /* WebKit browsers */
	color: #999;
}
.gysrz_main1_r3_1 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color: #999;
}
.gysrz_main1_r3_1 ::-moz-placeholder { /* Mozilla Firefox 19+ */
	color: #999;
}
.gysrz_main1_r3_1 :-ms-input-placeholder { /* Internet Explorer 10+ */
	color: #999;
}
.gysrz_main1_r4{
	width: 1006px;
	margin-top: 40px;
	padding: 30px 27px 0;
	background-color: #fff;
}
.gysrz_main1_r4_1{
	width: 1006px;
}
.gysrz_main1_r4_1 table{
	width: 100%;
}
.gysrz_main1_r4_1 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.gysrz_main1_r4_1 table tbody tr{
	font-size: 14px;
	color: #565656;
	width: 100%;
	height: 60px;
}
.gysrz_main1_r4_1 table tbody tr a{
	color: #565656;
}
.gysrz_main1_r4_1 table tbody tr a:hover{
	color: #3078a7;
}
.gysrz_main1_r4_1 table tr td{
	line-height: 20px;
	text-align: center;
	padding: 2px 10px;
	border: 1px solid #e4e4e4;
}
.gysrz_main1_r4_1 table tbody tr td{
	padding-top: 5px;
	padding-bottom: 5px;
}
.gysrz_main1_r4_1 table tr td.style1{
	width: 67px;
}
.gysrz_main1_r4_1 table tr td.style2{
	width: 87px;
}
.gysrz_main1_r4_1 table tr td.style3{
	width: 90px;
}
.gysrz_main1_r4_1 table tr td.style4{
	width: 64px;
}
.gysrz_main1_r4_1 table tr td.style5{
	width: 50px;
}
.gysrz_main1_r4_1 table tr td.style6{
	width: 64px;
}
.gysrz_main1_r4_1 table tr td.style7{
	width: 65px;
}
.gysrz_main1_r4_1 table tr td.style8{
	width: 102px;
}
.gysrz_main1_r4_1 table tr td.style9{
	width: 102px;
}
.gysrz_main1_r4_1 table tr td.style10{
	width: 102px;
}
.gysrz_main1_r4_1 table tr td .nr1{
	color: #565656;
	line-height: 24px;
}
.gysrz_main1_r4_1 table tr td .nr2 a{
	font-size: 14px;
	color: #fff;
	width: 83px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	background-color: #3078a7;
	border-radius: 5px;
	display: inline-block;
}
.gysrz_main1_r4_1 table tr td .nr2 a:hover{
	text-decoration: underline;
}
.gysrz_main1_r5{
	width: 1006px;
	padding: 30px 27px 60px;
	background-color: #fff;
}
.gysrz_main1_r5_1{
	width: 100%;
}
.gysrz_main1_r5_1 img{
	width: 100%;
}
.gysrz_main1_r5_2{
	width: 100%;
	margin-top: 52px;
}
.gysrz_main1_r5_2 table{
	width: 100%;
}
.gysrz_main1_r5_2 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.gysrz_main1_r5_2 table tbody tr{
	font-size: 16px;
	color: #333;
	width: 100%;
	height: 50px;
}
.gysrz_main1_r5_2 table tbody tr a{
	color: #333;
}
.gysrz_main1_r5_2 table tbody tr a:hover{
	color: #3078a7;
}
.gysrz_main1_r5_2 table tr td.style1{
	width: 274px;
}
.gysrz_main1_r5_2 table tr td.style2{
	width: 310px;
	padding: 0 20px;
}
.gysrz_main1_r5_2 table tr td.style3{
	width: 383px;
}
.gysrz_main1_r5_3{
	width: 100%;
	margin-top: 52px;
}
.gysrz_main1_r5_3 table{
	width: 100%;
}
.gysrz_main1_r5_3 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.gysrz_main1_r5_3 table tbody tr{
	font-size: 14px;
	color: #565656;
	width: 100%;
	height: 60px;
}
.gysrz_main1_r5_3 table tbody tr a{
	color: #565656;
}
.gysrz_main1_r5_3 table tbody tr a:hover{
	color: #3078a7;
}
.gysrz_main1_r5_3 table tr td{
	text-align: center;
	padding: 0 10px;
	border: 1px solid #e4e4e4;
}
.gysrz_main1_r5_3 table tr td.style1{
	width: 70px;
}
.gysrz_main1_r5_3 table tr td.style2{
	width: 127px;
}
.gysrz_main1_r5_3 table tr td.style3{
	width: 336px;
}
.gysrz_main1_r5_3 table tr td.style4{
	width: 50px;
}
.gysrz_main1_r5_3 table tr td.style5{
	width: 50px;
}
.gysrz_main1_r5_3 table tr td.style6{
	width: 106px;
}
.gysrz_main1_r5_3 table tr td.style7{
	width: 120px;
}
.gysrz_main1_r5_3 table tr td.style8{
	border: 0px;
}
.gysrz_main1_r5_4{
	width: 100%;
	margin-top: 50px;
}
.gysrz_main1_r5_4 table{
	width: 100%;
}
.gysrz_main1_r5_4 table tbody tr{
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 50px;
	line-height: 24px;
}
.gysrz_main1_r5_4 table tbody tr a{
	color: #333;
}
.gysrz_main1_r5_4 table tbody tr a:hover{
	color: #3078a7;
}
.gysrz_main1_r5_4 table tr td{
	width: 502px;
	padding: 0 20px;
	border: 1px solid #ddd;
}
.gysrz_main1_r5_4 table tr td .nr1{
	padding: 12px 0;
}
.gysrz_main1_r5_4 table tr td .nr1 p{
	width: 84px;
}
.gysrz_main1_r5_4 table tr td .nr1 span{
	color: #6b6b6b;
	margin-left: 84px;
	display: block;
}
.gysrz_main1_r5_5{
	font-size: 16px;
	color: #272727;
	width: 100%;
	line-height: 36px;
	text-align: center;
	margin-top: 30px;
}
.gysrz_main1_r5_6{
	width: 100%;
	margin-top: 50px;
}
.gysrz_main1_r5_6 table{
	width: 100%;
}
.gysrz_main1_r5_6 table tbody tr{
	font-size: 14px;
	color: #333;
	width: 100%;
	height: 50px;
	line-height: 24px;
}
.gysrz_main1_r5_6 table tbody tr a{
	color: #333;
}
.gysrz_main1_r5_6 table tbody tr a:hover{
	color: #3078a7;
}
.gysrz_main1_r5_6 table tr td{
	text-align: center;
	padding: 0 20px;
	border: 1px solid #ddd;
}
.gysrz_main1_r5_6 table tr td.style1{
	width: 321px;
}
.gysrz_main1_r5_6 table tr td.style2{
	width: 300px;
}
.gysrz_main1_r5_6 table tr td.style3{
	width: 260px;
}
.gysrz_main1_r5_6 table tr td.style4{
	text-align: left;
}
.gysrz_main1_r5_6 table tr td .nr1{
	padding: 12px 0;
}
.gysrz_main1_r5_6 table tr td .nr1 p{
	width: 84px;
}
.gysrz_main1_r5_6 table tr td .nr1 span{
	color: #6b6b6b;
	margin-left: 84px;
	display: block;
}
.gysrz_main1_r6{
	width: 944px;
	padding: 30px 58px;
	background-color: #fff;
}
.gysrz_main1_r6_1{
	width: 944px;
}
.gysrz_main1_r6_1_l{
	width: 442px;
	padding-right: 30px;
	border-right: 1px solid #ddd;
}
.gysrz_main1_r6_1_l .pic{
	width: 239px;
	position: relative;
}
.gysrz_main1_r6_1_l .pic p{
	width: 239px;
	height: 199px;
	overflow: hidden;
}
.gysrz_main1_r6_1_l .pic p img{
	width: 239px;
	height: 199px;
}
.gysrz_main1_r6_1_l .pic span{
	font-size: 16px;
	color: #fff;
	width: 180px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	padding: 0 10px;
	background-color: rgba(0, 0, 0, .6);
	display: block;
	position: absolute;
	bottom: 0px;
	left: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.gysrz_main1_r6_1_l .text{
	width: 177px;
	margin-left: 26px;
}
.gysrz_main1_r6_1_l .text1{
	font-size: 14px;
	color: #000;
	width: 100%;
	margin-top: 14px;
}
.gysrz_main1_r6_1_l .text1 span.style1{
	font-size: 14px;
	color: #ff0000;
}
.gysrz_main1_r6_1_l .text2{
	font-size: 14px;
	color: #000;
	width: 100%;
	margin-top: 14px;
}
.gysrz_main1_r6_1_l .text2 .icon{
	font-size: 0px;
	display: inline-block;
}
.gysrz_main1_r6_1_l .text2 .icon span{
	width: 16px;
	height: 16px;
	margin: 0 5px;
	display: inline-block;
}
.gysrz_main1_r6_1_l .text2 .icon span img{
	width: 16px;
	height: 16px;
}
.gysrz_main1_r6_1_l .text2 .icon span img.img1{
	display: inline-block;
}
.gysrz_main1_r6_1_l .text2 .icon span img.img2{
	display: none;
}
.gysrz_main1_r6_1_l .text2 .icon span.on img.img1{
	display: none;
}
.gysrz_main1_r6_1_l .text2 .icon span.on img.img2{
	display: inline-block;
}
.gysrz_main1_r6_1_l .text3{
	font-size: 16px;
	color: #666;
	width: 100%;
	margin-top: 24px;
}
.gysrz_main1_r6_1_l .text3 span.style1{
	margin-left: 5px;
}
.gysrz_main1_r6_1_r{
	width: 441px;
}
.gysrz_main1_r6_1_r .item1{
	font-size: 18px;
	color: #000;
	width: 100%;
	margin-top: 14px;
}
.gysrz_main1_r6_1_r .item2{
	font-size: 16px;
	color: #666;
	width: 100%;
	line-height: 30px;
	margin-top: 20px;
}
.gysrz_main1_r6_1_r .item3{
	font-size: 16px;
	color: #f0aa55;
	width: 100%;
	margin-top: 20px;
}
.gysrz_main1_r6_1_r .item4{
	font-size: 14px;
	color: #000;
	width: 100%;
	line-height: 36px;
	margin-top: 12px;
}
.gysrz_main1_r6_1_r .item4 p{
	width: 100%;
}
.gysrz_main1_r6_1_r .item4 p span.style1{
	color: #000;
	width: 246px;
	text-align: right;
	padding-right: 18px;
}
.gysrz_main1_r6_1_r .item4 p span.style2{
	color: #494949;
	width: 177px;
}
.gysrz_main1_r7{
	width: 1090px;
	display: flex;
	flex-wrap: wrap;
}
.gysrz_main1_r7 .item{
	width: 455px;
	margin: 30px 30px 0 0;
	padding: 30px;
	background-color: #fff;
}
.gysrz_main1_r7 .item .tab{
  font-size:0px;
	width: 100%;
	text-align:left;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
  /* white-space:nowrap;
  overflow: hidden;
  overflow-x: auto; */
}
.gysrz_main1_r7 .item .tab1{
	margin-right: 20px;
	padding-right: 21px;
	background: url(../images/pic88.png) no-repeat right center;
  display:inline-block;
  *display:inline;
	*zoom:1;
	overflow: hidden;
}
.gysrz_main1_r7 .item .tab1:last-child{
	margin-right: 0px;
	padding-right: 0px;
	background: none;
}
.gysrz_main1_r7 .item .tab1 a{
	font-size: 18px;
	color: #333;
	line-height: 100%;
	display: inline-block;
}
.gysrz_main1_r7 .item .tab1:hover a, .gysrz_main1_r7 .item .tab1.on a{
	color: #3078a8;
}
.gysrz_main1_r7 .item .tab_nr {
  width:100%;
}
.gysrz_main1_r7 .item .tab_nr1{
	width: 100%;
  display: none;
}
.gysrz_main1_r7 .item1{
	font-size: 18px;
	color: #333;
	width: 455px;
	line-height: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
}
.gysrz_main1_r7 .item1 .style2{
	color: #ff0000;
	margin-right: 30px;
}
.gysrz_main1_r7 .item2{
	width: 455px;
	margin-top: 30px;
}
.gysrz_main1_r7 .item2_l{
	width: 80px;
	height: 80px;
	overflow: hidden;
}
.gysrz_main1_r7 .item2_l img{
	width: 80px;
	height: 80px;
}
.gysrz_main1_r7 .item2_r{
	font-size: 16px;
	color: #333;
	width: 365px;
	line-height: 40px;
}
.gysrz_main1_r7 .item2_r a{
	color: #333;
	margin-left: 20px;
}
.gysrz_main1_r7 .item2_r a:hover{
	color: #3078a8;
}
.gysrz_main1_r7 .item3{
	font-size: 16px;
	color: #333;
	width: 455px;
	margin-top: 36px;
}
.gysrz_main1_r7 .item4{
	font-size: 16px;
	color: #333;
	width: 455px;
	margin-top: 20px;
}
.gysrz_main1_r7 .item4 span.style1{
	min-width: 150px;
	margin-right: 20px;
}
.gysrz_main1_r7 .item5{
	font-size: 0px;
	width: 455px;
	height: 18px;
	margin-top: 20px;
	background-color: #ccc;
	border-radius: 18px;
}
.gysrz_main1_r7 .item5 span{
	height: 18px;
	background-color: #e5a51d;
	border-radius: 18px;
	display: inline-block;
}
.gysrz_main1_r8{
	width: 1010px;
	padding: 40px 25px;
	background-color: #fff;
}
.gysrz_main1_r8_1{
	width: 1010px;
}
.gysrz_main1_r8_1 .item{
	width: 958px;
	margin-top: 30px;
	padding: 20px 30px 20px 20px;
	border: 1px solid #e3e3e3;
}
.gysrz_main1_r8_1 .item:first-child{
	margin-top: 0px;
}
.gysrz_main1_r8_1 .item .title{
	font-size: 18px;
	color: #000;
	width: 958px;
	line-height: 100%;
}
.gysrz_main1_r8_1 .item .list{
	width: 850px;
	min-height: 143px;
	margin-top: 10px;
	padding-right: 108px;
	position: relative;
}
.gysrz_main1_r8_1 .item .list .style1{
	width: 147px;
	height: 133px;
	margin: 10px 10px 0 0;
}
.gysrz_main1_r8_1 .item .list .style1 img{
	width: 147px;
	height: 133px;
}
.gysrz_main1_r8_1 .item .list .style2{
	font-size: 14px;
	color: #484545;
	margin: 104px 0 0 20px;
}
.gysrz_main1_r8_1 .item .list .style3{
	font-size: 14px;
	color: #fff;
	width: 88px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	background-color: #3078a7;
	border-radius: 5px;
	display: inline-block;
	position: absolute;
	top: 61px;
	right: 0px;
}
.gysrz_main1_r8_1 .item .list .style3:hover{
	text-decoration: underline;
}
.gysrz_main1_r9{
	width: 1006px;
	padding: 40px 27px 60px;
	background-color: #fff;
}
.gysrz_main1_r9_1{
	width: 1006px;
}
.gysrz_main1_r9_1 table{
	width: 100%;
}
.gysrz_main1_r9_1 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.gysrz_main1_r9_1 table tbody tr{
	font-size: 14px;
	color: #565656;
	width: 100%;
	height: 60px;
}
.gysrz_main1_r9_1 table tbody tr a{
	color: #565656;
}
.gysrz_main1_r9_1 table tbody tr a:hover{
	color: #3078a7;
}
.gysrz_main1_r9_1 table tr td{
	text-align: center;
	padding: 0 10px;
	border: 1px solid #e4e4e4;
}
.gysrz_main1_r9_1 table tbody tr td{
	padding-top: 0px;
	padding-bottom: 0px;
}
.gysrz_main1_r9_1 table tr td.style1{
	width: 219px;
}
.gysrz_main1_r9_1 table tr td.style2{
	width: 253px;
}
.gysrz_main1_r9_1 table tr td.style3{
	width: 128px;
}
.gysrz_main1_r9_1 table tr td.style4{
	width: 321px;
}
.gysrz_main1_r9_1 table tr td .nr1{
	font-size: 0px;
	width: 100%;
}
.gysrz_main1_r9_1 table tr td .nr1 a{
	font-size: 14px;
	color: #fff;
	width: 82px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	margin: 5px;
	border-radius: 5px;
	display: inline-block;
}
.gysrz_main1_r9_1 table tr td .nr1 a.style1{
	background-color: #3078a7;
}
.gysrz_main1_r9_1 table tr td .nr1 a.style2{
	background-color: #e5a51d;
}
.gysrz_main1_r9_1 table tr td .nr1 a.style3{
	background-color: #e51d1d;
}
.gysrz_main1_r9_1 table tr td .nr1 a:hover{
	text-decoration: underline;
}
.gysrz_main1_r9_2{
	margin: -10px -10px 20px 0;
}
.gysrz_main1_r9_2 a{
	font-size: 14px;
	color: #fff;
	height: 31px;
	line-height: 31px;
	text-align: center;
	margin: 10px 10px 0 0;
	background-color: #a1a1a1;
	padding: 0 16px;
	border-radius: 5px;
	display: inline-block;
}
.gysrz_main1_r9_2 a:hover, .gysrz_main1_r9_2 a.on{
	background-color: #3078a8;
}
.gysrz_main1_r9_3{
	width: 1006px;
}
.gysrz_main1_r9_3 table{
	width: 100%;
}
.gysrz_main1_r9_3 table thead tr{
	font-size: 16px;
	color: #565656;
	width: 100%;
	height: 50px;
	background-color: #e4e4e4;
}
.gysrz_main1_r9_3 table tbody tr{
	font-size: 14px;
	color: #565656;
	width: 100%;
	height: 60px;
}
.gysrz_main1_r9_3 table tbody tr a{
	color: #565656;
}
.gysrz_main1_r9_3 table tbody tr a:hover{
	color: #3078a7;
}
.gysrz_main1_r9_3 table tr td{
	text-align: center;
	padding: 0 10px;
	border: 1px solid #e4e4e4;
}
.gysrz_main1_r9_3 table tbody tr td{
	padding-top: 0px;
	padding-bottom: 0px;
}
.gysrz_main1_r9_3 table tr td.style1{
	width: 99px;
}
.gysrz_main1_r9_3 table tr td.style2{
	width: 103px;
}
.gysrz_main1_r9_3 table tr td.style3{
	width: 150px;
}
.gysrz_main1_r9_3 table tr td.style4{
	width: 195px;
}
.gysrz_main1_r9_3 table tr td.style5{
	width: 353px;
}
.gysrz_main1_r9_3 table tr td .nr1{
	font-size: 0px;
	width: 100%;
}
.gysrz_main1_r9_3 table tr td .nr1 a{
	font-size: 14px;
	color: #fff;
	width: 100px;
	height: 31px;
	line-height: 31px;
	text-align: center;
	margin: 3px;
	border-radius: 5px;
	display: inline-block;
}
.gysrz_main1_r9_3 table tr td .nr1 a.style1{
	background-color: #3078a7;
}
.gysrz_main1_r9_3 table tr td .nr1 a.style2{
	background-color: #e5a51d;
}
.gysrz_main1_r9_3 table tr td .nr1 a.style3{
	background-color: #e51d1d;
}
.gysrz_main1_r9_3 table tr td .nr1 a:hover{
	text-decoration: underline;
}
.gysrz_main1_r10{
	width: 1006px;
	padding: 60px 27px;
	background-color: #fff;
}
.gysrz_main1_r10_1{
	width: 1006px;
}
.gysrz_main1_r10_1 .item_l{
	font-size: 18px;
	color: #000;
	width: 841px;
	line-height: 26px;
	margin-top: -11px;
}
.gysrz_main1_r10_1 .item_l p{
	width: 100%;
}
.gysrz_main1_r10_1 .item_l p span.style1{
	color: #000;
	width: 300px;
	text-align: right;
	padding: 15px 18px 15px 0;
}
.gysrz_main1_r10_1 .item_l p span.style2{
	color: #494949;
	width: 523px;
	padding: 15px 0;
}
.gysrz_main1_r10_1 .item_r{
	width: 135px;
	text-align: center;
}
.gysrz_main1_r10_1 .item_r p{
	width: 133px;
	height: 109px;
	border: 1px solid #e3e3e3;
}
.gysrz_main1_r10_1 .item_r p img{
	width: 133px;
	height: 109px;
}
.gysrz_main1_r10_1 .item_r span{
	width: 135px;
	text-align: center;
	margin-top: 17px;
	display: block;
}
.gysrz_main1_r10_1 .item_r span a{
	font-size: 14px;
	color: #fff;
	width: 104px;
	height: 29px;
	line-height: 29px;
	text-align: center;
	background-color: #3078a8;
	border-radius: 5px;
	display: inline-block;
	overflow: hidden;
}
.gysrz_main1_r10_2{
	width: 1006px;
}
.gysrz_main1_r10_2 ul {
	width: 1006px;
	margin-top: -20px;
}
.gysrz_main1_r10_2 ul li {
	font-size: 18px;
	color: #070707;
	width: 1006px;
	margin-top: 20px;
}
.gysrz_main1_r10_2 ul li span.style1 {
	width: 146px;
	line-height: 26px;
	text-align: right;
	padding: 15px 20px 15px 0;
}
.gysrz_main1_r10_2 ul li span.style1 bdo.style1 {
	color: #ff0000;
	margin-left: -4px;
}
.gysrz_main1_r10_2 ul li span.style2 {
	line-height: 56px;
}
.gysrz_main1_r10_2 ul li span.style2 img {
	height: 30px;
	margin-left: 10px;
	vertical-align: middle;
	position: relative;
	top: -2px;
}
.gysrz_main1_r10_2 ul li .style2{
	font-size: 16px;
	line-height: 56px;
	margin-right: 30px;
}
.gysrz_main1_r10_2 ul li .style2 input{
	width: 18px;
	height: 18px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}
.gysrz_main1_r10_2 ul li .wbk1 {
	font-size: 16px;
	width: 532px;
	height: 54px;
	line-height: 54px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid #bebebe;
}
.gysrz_main1_r10_2 ul li .wbk2 {
	font-size: 16px;
	width: 574px;
	height: 56px;
	line-height: 54px;
	padding: 0 34px 0 20px;
	background: url(../images/pic92.png) no-repeat right 10px center;
	border: 0px;
	border: 1px solid #bebebe;
}
.gysrz_main1_r10_2 ul li .wbk3 {
	font-size: 16px;
	width: 178px;
	height: 56px;
	line-height: 54px;
	margin-right: 20px;
	padding: 0 34px 0 20px;
	background: url(../images/pic92.png) no-repeat right 10px center;
	border: 0px;
	border: 1px solid #bebebe;
}
.gysrz_main1_r10_2 ul li .btn1 {
	font-size: 20px;
	color: #fff;
	width: 217px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	margin: 40px 0 0 0px;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
}
.gysrz_main1_r10_2 ul li .nr1 {
	width: 840px;
	margin-top: -20px;
}
.gysrz_main1_r10_2 ul li .nr1 p {
	width: 137px;
	height: 115px;
	margin: 20px 20px 0 0;
	border: 1px solid #bebebe;
	cursor: pointer;
}
.gysrz_main1_r10_2 ul li .nr1 p img {
	width: 137px;
	height: 115px;
}
.gysrz_main1_r10_2 ul li .nr2 {
	width: 840px;
}
.gysrz_main1_r11{
	width: 1060px;
	background-color: #fff;
}
.gysrz_main1_r11 .tab{
  font-size:0px;
	text-align:left;
	width: 1060px;
	padding-top: 2px;
	background-color: #3078a8;
  /* white-space:nowrap;
  overflow: hidden;
  overflow-x: auto; */
}
.gysrz_main1_r11 .tab1{
	margin-left: 2px;
  display:inline-block;
  *display:inline;
	*zoom:1;
	overflow: hidden;
}
.gysrz_main1_r11 .tab1 a{
	font-size: 18px;
	color: #fff;
	height: 53px;
	line-height: 53px;
	padding: 0 55px;
	display: inline-block;
}
.gysrz_main1_r11 .tab1:hover a, .gysrz_main1_r11 .tab1.on a{
	font-weight: bold;
	color: #3078a8;
	background-color: #fff;
}
.gysrz_main1_r11 .tab_nr {
  width:100%;
}
.gysrz_main1_r11 .tab_nr1{
	width: 1006px;
	padding: 60px 27px;
  display: none;
}
.gysrz_main1_r11_1{
	width: 858px;
	padding: 0 74px;
}
.gysrz_main1_r11_1 .item1{
	font-size: 18px;
	color: #070707;
	width: 100%;
	line-height: 100%;
	margin-top: 40px;
}
.gysrz_main1_r11_1 .item2{
	width: 100%;
	margin-top: 30px;
}
.gysrz_main1_r11_1 .item2_1{
	font-size: 16px;
	color: #3078a8;
	width: 100%;
	line-height: 100%;
}
.gysrz_main1_r11_1 .item2_2{
	width: 100%;
}
.gysrz_main1_r11_1 .item2_2 p{
	width: 100%;
	margin-top: 10px;
}
.gysrz_main1_r11_1 .item2_2 p .wbk1 {
	font-size: 16px;
	color: #3b3838;
	width: 263px;
	height: 41px;
	line-height: 41px;
	padding: 0 10px;
	background-color: #fff;
	border: 1px solid #bebebe;
}
.gysrz_main1_r11_1 .item2_2 p .wbk2 {
	font-size: 16px;
	color: #3b3838;
	width: 263px;
	height: 41px;
	line-height: 41px;
	padding: 0 10px;
	background-color: #fff;
	border: 1px solid #bebebe;
	border-left: 0px;
}
.gysrz_main1_r11_1 .item2_2 p .btn1 {
	font-size: 16px;
	color: #fff;
	width: 90px;
	height: 43px;
	line-height: 41px;
	text-align: center;
	margin-left: 20px;
	background-color: #e5a51d;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	overflow: hidden;
}
.gysrz_main1_r11_1 .item2_2 p .btn2 {
	font-size: 16px;
	color: #fff;
	width: 90px;
	height: 43px;
	line-height: 41px;
	text-align: center;
	margin-left: 20px;
	background-color: #3078a8;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
}
.gysrz_main1_r11_1 .item3{
	width: 100%;
}
.gysrz_main1_r11_1 .item3 .btn1 {
	font-size: 20px;
	color: #fff;
	width: 217px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	margin: 60px 0 0 0px;
	background-color: #3078a8;
	border: 0px;
	border-radius: 5px;
}

/* 多选公用 */
.qcheckbox1{
	font-size: 16px;
	line-height: 46px;
	margin-right: 30px;
}
.qcheckbox1 input{
	width: 18px;
	height: 18px;
	margin-right: 10px;
	vertical-align: middle;
	position: relative;
	top: -1px;
}

/* 有偿资讯 */
.yczx_main{
  width: 1400px;
  margin: 0 auto;
  padding: 20px 0;
  overflow: hidden;
}
.yczx_main .title{
  font-size: 20px;
  color: #333;
  width: 100%;
  line-height: 100%;
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd;
}
.yczx_main .list{
  font-size: 12px;
  color: #333;
  width: 100%;
  line-height: 16px;
}
.yczx_main .list .item {
  width: 100%;
  margin-top: 40px;
}
.yczx_main .list .item1 {
  color: rgb(34, 34, 34);
  width: 100%;
}
.yczx_main .list .item2 {
  color: rgb(127, 127, 127);
  width: 100%;
  margin: 16px 0;
}
.yczx_main .list .item3 {
	width: 100%;
}
.yczx_main .list .item3 a {
	color: #3078a7;
	height: 36px;
	line-height: 36px;
	padding: 0 14px;
	border: 2px solid #3078a7;
	display: inline-block;
}
.yczx_main .ewm{
  width: 230px;
  margin-top: 40px;
}
.yczx_main .ewm img{
  width: 100%;
}


.zdypic1{
	font-size: 0px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	margin-left: auto;
	margin-right: auto;
}
.zdypic1 img{
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	display: inline-block !important;
}

/* 4.21新加 */
.zdypic2{
	font-size: 0px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	margin-right: auto;
}
.zdypic2 img{
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	display: inline-block !important;
}

.qxj_main1{
	font-size: 14px;
	color: #333;
	width: 100%;
	margin-top: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qxj_main1 .nr{
	width: 30%;
}
.qxj_main1 .nr a.style1{
	color: #3078a8;
}
.qxj_main1 .nr a.style1:hover{
	text-decoration: underline;
}

.qxj_main2{
	margin: 14px -10px 0 0;
}
.qxj_main2 .nr{
	width: 188px;
	height: 140px;
	margin: 10px 10px 0 0;
	border: 1px solid #efefef;
	overflow: hidden;
}
.qxj_main2 img{
	width: 188px;
	height: 140px;
}