@charset "UTF-8";
/* 修复IE10 和Windows Phone 8 没有对 屏幕的宽度 和 视口（viewport）的宽度 进行区分 的bug */
@-webkit-viewport {
  width: device-width;
}

@-moz-viewport {
  width: device-width;
}

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

/*=====颜色=====*/
/*===========*/
/*=====固定表头的表格=====*/
header {
  width: 100%;
  height: 88px;
}

header .login-nav {
  width: 1200px;
  margin: auto;
  clear: both;
}

header .login-nav img {
  float: left;
}

header .login-nav .login-nav-right {
  float: right;
  padding: 32px;
}

header .login-nav .login-nav-right a {
  font-size: 1.4rem;
  padding: 0px 30px 0px 30px;
  text-decoration: none;
}

header .login-nav .login-nav-right .apply-a {
  border-right: 2px solid #d7d7d7;
  color: #0050A4;
}

header .login-nav .login-nav-right .return-a {
  color: #565656;
}

.assist-bg {
  width: 100%;
  height: 300px;
  background: url(../img/assistant/assistant.png) no-repeat center center;
  background-size: 100% 100%;
}

.assist-search {
  margin: 130px auto;
  height: 50px;
  width: 700px;
}

.assist-search input {
  outline: none;
  font-size: 16px;
  border: 1px solid #ffffff;
  background: #ffffff;
  width: 80%;
  text-indent: 20px;
  padding: 15px 0;
  float: left;
  color: #666;
}

.assist-search input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #d9d9d9;
}

.assist-search input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #d9d9d9;
}

.assist-search .assist-search-icon {
  width: 52px;
  height: 52px;
  border: 1px solid #0050A4;
  background: #0050A4;
  outline: none;
  float: left;
}

.assist-search .assist-search-icon:hover {
  opacity: .8;
  filter: alpha(opacity=80);
}

.product-page {
  width: 1200px;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.product-list {
  position: relative;
  width: 250px;
  margin-bottom: 50px;
  display: inline-block;
  border: 1px solid #e5e5e5;
  vertical-align: top;
}

.product-list p {
  margin-left: 20px;
  padding: 20px 0px 20px 0px;
}

.product-list p .pro-span1 {
  font-size: 2.4rem;
  color: #0050A4;
}

.product-list p .pro-span2 {
  font-size: 1.2rem;
  color: #9d9d9d;
}

.product-list dl {
  padding: 0px;
  margin: 0px;
}

.product-list dl dt {
  color: #ffffff;
  font-size: 1.8rem;
  background: #0050A4;
  padding: 8px 0px 8px 24px;
}

.product-list dl dd {
  width: 100%;
  padding: 12px 0px 12px 20px;
  border-bottom: 1px solid #e5e5e5;
  margin: 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.product-list dl dd a {
  display: block;
  width: 100%;
  height: 20px;
  font-size: 1.4rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-decoration: none;
  cursor: hand;
  color: #2f2f2f;
}

.product-list dl dd a:hover {
  color: #0050A4;
}

.product-list dl dd .choose-product {
  color: #0050A4;
}

.doc-icon1 {
  width: 20px;
  height: 20px;
  display: inline-block;
  background-size: 20px 20px;
  position: relative;
  top: 2px;
  right: 5px;
}

.product-presentation {
  display: inline-block;
  width: 900px;
  height: 850px;
  margin-left: 20px;
}

.product-doc {
  width: 100%;
  height: 750px;
}

.product-doc .date {
  width: 100%;
  height: 40px;
  background: #faf0f8;
  padding-left: 12px;
  margin: 20px 0px 20px 0px;
  line-height: 40px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.product-fenye {
  margin-top: 20px;
  clear: both;
}

.product-fenye .fenyelist {
  display: inline-block;
  vertical-align: top;
  color: #9d9d9d;
}

.product-fenye .fenye-jump {
  float: left;
}

.product-fenye .fenye-jump a {
  color: #464646;
  text-decoration: none;
  cursor: hand;
}

.product-fenye .return-list {
  float: right;
}

.product-fenye .return-list a {
  color: #9d9d9d;
  text-decoration: none;
  cursor: hand;
}
