.page {   
  background-color: rgba(255, 255, 255, 1);;
  margin-top: 0;
 }

/*包含以下四种的链接*/
a {
  text-decoration: none;
  color: #000;
}
/*正常的未被访问过的链接*/
a:link {
  text-decoration: none;
}
/*已经访问过的链接*/
a:visited {
  text-decoration: none;
}
/*鼠标划过(停留)的链接*/
a:hover {
  text-decoration: none;
}
/* 正在点击的链接*/
a:active {
  text-decoration: none;
}
li{list-style:none}
img{vertical-align:top;border:none}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
body,button, input, select, textarea { /* for ie */
  font-family: "阿里巴巴普惠体 2.0 45 Light";font-weight: 300;src: url("//at.alicdn.com/wf/webfont/RqpkkGH2uE8k/uELP_F7Ks3KhYppve5IRI.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/RqpkkGH2uE8k/liN28DRFIlh-dFIMweXFW.woff") format("woff");
  font-display: swap;
}
body {
  font: 16px/1.5 'Helvetica Neue', Helvetica, Arial, 'Microsoft Yahei', 'Hiragino Sans GB',
    'Heiti SC', 'WenQuanYi Micro Hei', sans-serif;
  color: #333;
}
h1 { font-size: 22px; /* 18px / 12px = 1.5 */ 
    text-align: center; 
    font-weight: 300;
    margin-top: 20px;
  }
h2 { font-size: 16px; }
h3 { font-size: 14px; 
    font-weight: 300;
    text-align: center;
    color: #666666;
}
h4, h5, h6 { font-size: 100%; }
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */
 
.xiangqing{
  width: 1200px;
  margin: 0 auto;
  padding: 1px;
}
.xiangqing h3{
  text-align: center;
  font-size: 36px;
  color: #000;
  margin-top: 30px;
  font-weight: 500;
}
.xiangqing .p1{
  text-align: center;
  margin-top: 10px;
}
.xiangqing .line{
  width: 1200px;
  height: 1px;
  background-color: #dadada;
  margin-top: 10px;
}
.xiangqing .p2{
  width: 1150px;
  height: auto;
  color: #333;
  margin: 0 auto;
  margin-top: 20px;
  white-space: nowrap;
}
.xiangqing ul{
  width: 1046px;
  min-height:510px;
  height: auto;
  font-size: 18px;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 31px;
  font-weight: 300;
}

/* 底部 */
.line{
  width: 100%;
  height: 2px;
  background-color: #1071EB;
}
.nav6{
  width: 1200px;
  height: 220px;
  margin: 0 auto;
  padding: 1px;
}
.nav6 .left05{
  width: 450px;
  margin-top: 30px;
  float: left;
}

.nav6 .left05 img{
  width: 160px;
  height: 160px;
  float: left;
  border:1px solid rgb(204, 204, 204);
  margin-right: 30px;
}

.nav6 .left05 h4{
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
  margin-top: 5px;
  display: inline-block;
}
.nav6 .left05 p{
  font-size: 18px;
  font-weight: 300;
  color: #333333;
  line-height: 26px;
  margin-top: 20px;
}
.nav6 .line02{
  width: 1px;
  height: 157px;
  opacity: 0.1;
  border: 1px solid #707070;
  float: left;
  margin-top: 30px;
  margin-left: 110px;
}
.nav6 .right05{
  width: 400px;
  height: 160px;
  float: left;
  margin-top: 30px;
  margin-left: 110px;
}

.nav6 .right05 .p01{
  font-size: 16px;
  font-weight: 300;
  color: #333333;
  line-height: 30px;
}
.nav6 .right05 .p02{
  font-size: 14px;
  font-weight: 300;
  color: #999999;
  margin-top: 30px;
}
.nav6 .right05 img{
  float: left;
  margin-top: 7px;
}

.nav6 .right05 .p03{
  font-size: 14px;
  font-weight: 300;
  color: #999999;
  margin-top: 5px;
  margin-left: 45px;
}

.head .nav .daohang:nth-child(3){
  color: rgb(7, 63, 214);
}

#jjfacon .ul01 li:nth-child(2) h4{
  color: rgb(7, 63, 214);
}