﻿body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div {
  margin: 0;
  padding: 0;
  border: 0;
}

iframe {
  display: block;
  border: none;
}

body,
html {
  background: #fff;
  color: #333;
  font-size: 12px;
  font-family: "MicrosoftYaHei" !important;
  height: 100%;
  min-width: 1200px !important;
}

textarea {
  font-family: "MicrosoftYaHei" !important;
}

ul,
ol {
  list-style-type: none;
}

.cursor {
  cursor: pointer;
}

select,
input,
img,
select,
button {
  vertical-align: middle;
  outline-style: none;
  border: none;
}

a {
  text-decoration: none;
  font-size: 18px;
  cursor: pointer;
}

a:link {
  color: #000;
}

a:visited {
	color: #000;
  /*color: #800080;*/
}

a:hover,
a:active,
a:focus {
  color: #015293;
  /* text-decoration: underline; */
}

html {
  overflow-y: scroll;
}

/* css common */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  *zoom: 1;
}

.banner {
  width: 1200px;
  margin: 0 auto;
}

/* 右侧区域样式 */
.contentR {
  background: #fff;
  margin-bottom: 80px;
}

.contentR_middle {
  margin: 20px 50px 0 !important;
}

/* 页面中部图文样式 */
.pic-main {
  position: relative;
}

.pic-main img {
  width: 100%;
}

.pic-main-middle {
  position: absolute;
  top: 50%;
  height: 100px;
  margin-top: -50px;
  width: 100%;
  text-align: center;
}

.pic-main #view {
  text-align: center;
  font-size: 44px;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  color: #fff;
}

.pic-main #opinion {
  text-align: center;
  font-size: 25px;
  font-family: 'PingFangSC-Regular';
  font-weight: 400;
  color: #fff;
}


.print_ollection {
  margin-top: 40px;
  text-align: center;
  padding-bottom: 40px;
}

.print_ollection .print_btn,
.print_ollection .collection_btn,
.print_ollection .matchPort_btn,
.print_ollection .close_btn,
.print_ollection .close_btn2,
.print_ollection .jiucuo_btn,
.print_ollection .ziyuan_btn  {
  width: 140px;
  height: 40px;
  /* padding: 0 42px; */
  border: 1px solid #ccc;
  cursor: pointer;
}

.print_ollection .close_btn {
  background: url(/images/product/close.png) no-repeat center center;
}

.print_ollection .close_btn:hover {
  background: url(/images/product/close2.png) no-repeat center center;
}
.print_ollection .close_btn2 {
  background: url(/images/product/close2.png) no-repeat center center;
}

.print_ollection .close_btn2:hover {
  background: url(/images/product/close.png) no-repeat center center;
}

.print_ollection .print_btn {
  background: url(/images/product/print2.png) no-repeat center center;
}

.print_ollection .print_btn:hover {
  background: url(/images/product/print.png) no-repeat center center;
}

.print_ollection .collection_btn {
  background: url(/images/product/collect2.png) no-repeat center center;
}

.print_ollection .collection_btn:hover {
  background: url(/images/product/collect.png) no-repeat center center;
}

.print_ollection .matchPort_btn {
  background: url(/images/product/duijie2.png) no-repeat center center;
}

.print_ollection .matchPort_btn:hover {
  background: url(/images/product/duijie.jpg) no-repeat center center;
}
.print_ollection .ziyuan_btn {
  background: url(/images/product/yuyue2.png) no-repeat center center;
}

.print_ollection .ziyuan_btn:hover {
  background: url(/images/product/yuyue.png) no-repeat center center;
}
.print_ollection .jiucuo_btn {
  background: url(/images/product/jiucuo.png) no-repeat center center;
}
.print_ollection .jiucuo_btn:hover {
  background: url(/images/product/jiucuo2.png) no-repeat center center;
}
.print_ollection .jiucuo_btn2 {
  background: url(/images/product/jiucuo2.png) no-repeat center center;
}
.print_ollection .jiucuo_btn2:hover {
  background: url(/images/product/jiucuo.png) no-repeat center center;
}

/* 对接弹出框 */
.matchPort {
  width: 650px;
  height: 598px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -269px;
  margin-left: -325px;
  z-index: 10;
  display: none;
  text-align: center;
  box-shadow: 0 0 10px 10px #ccc;
}

.close-shift {
  width: 60px;
  height: 60px;
  background: url(/images/guanbi.png) no-repeat center center;
  position: absolute;
  top: -20px;
  right: -20px;
}

.matchPort h4 {
  font-size: 24px;
  font-family: PingFangSC-Regular;
  font-weight: 400;
  margin: 40px 0 20px;
}

.matchPort .line {
  width: 50px;
  height: 3px;
  background: #0062B1;
  position: absolute;
  top: 84px;
  left: 50%;
  margin-left: -25px;
}

.matchPort form {
  font-size: 18px;
  margin-top: 50px;
}

.matchPort form input {
  width: 320px;
  height: 50px;
  border: 1px solid #ccc;
  font-size: 18px;
  padding-left: 20px;
  /* margin-top: 10px; */
}

form div {
  margin-bottom: 30px;
}

.matchPort form input[type="button"] {
  width: 230px;
  height: 50px;
  background: #0062B1;
  color: #fff;
}
