/**
 * CSS Document * 
 * Created by Jessie 2018/11/20.
 */
/* ==css重置样式== */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  font: 12px Arial, Helvetica, sans-serif;
  color: #333;
}
em {
  font-style: normal;
}
table {
  width: 100%;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  cellpadding: 0;
  cellspacing: 0;
}
a {
  text-decoration: none;
  cursor: pointer;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ul,
ol,
li,
dt,
dd {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}
legend {
  color: #000;
}
strong {
  font-weight: bold;
}
/* ==布局样式== */
.rows {
  width: 100%;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
  height: 0;
  overflow: hidden;
}
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.dis-in-b {
  display: inline-block;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.mt10 {
  margin-top: 10px;
}
.mt14 {
  margin-top: 14px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nav li {
  display: inline-block;
  float: left;
}
html {
  background: #fff url(/images/2018qhwqy_bg.jpg) no-repeat center top;
}
#header {
  height: 540px;
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  zoom: 1;
}
#header:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
#header h1 {
  display: inline-block;
  float: left;
  width: 588px;
  padding-top: 22px;
}
#header h1 a {
  display: inline-block;
  width: 588px;
  height: 54px;
  background: url(/images/2018qhwqy_logo.png) no-repeat;
}
#header .back {
  display: inline-block;
  float: right;
  margin-top: 30px;
  background: #8e8e93;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font: 14px/40px "微软雅黑";
  color: #fff;
  padding: 0 30px;
}
#header .back:hover {
  color: #f60;
}
.row01 {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  text-align: center;
  padding-bottom: 40px;
}
.row01 h2 {
  font: bold 24px/72px "微软雅黑";
  color: #522cef;
}
.row01 p {
  font: 24px/38px "微软雅黑";
  color: #666;
}
.row01 p span {
  display: inline-block;
  width: 160px;
  height: 40px;
  background: #ffa938;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  margin: 0 10px;
}
.row01 p span a {
  display: inline-block;
  font: 16px/40px "微软雅黑";
  color: #fff;
  padding-left: 20px;
}
.row01 p span a.a1 {
  background: url(/images/2018qhwqy_ico01.png) no-repeat left center;
}
.row01 p span a.a2 {
  background: url(/images/2018qhwqy_ico02.png) no-repeat left center;
}
.row01 p span a:hover {
  text-decoration: underline;
}
.row02 {
  background: #ededed;
  padding: 30px 0;
}
.row02 .main {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  zoom: 1;
}
.row02 .main:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.row02 h2 {
  font: bold 24px/72px "微软雅黑";
  color: #522cef;
  text-align: center;
}
.row02 .mbox {
  display: inline-block;
  float: left;
  width: 288px;
  height: 324px;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  margin: 0 0 16px 16px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
}
.row02 .mbox:nth-of-type(1),
.row02 .mbox:nth-of-type(5) {
  margin-left: 0;
}
.row02 .mbox .img-box {
  display: inline-block;
  width: 288px;
  position: absolute;
  left: 0;
  top: 58px;
  z-index: 10;
  text-align: center;
}
.row02 .mbox .img-box img {
  display: inline-block;
  margin: 0 auto;
}
.row02 .mbox .tit {
  display: inline-block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 214px;
  z-index: 10;
  font: 20px/24px "微软雅黑";
  color: #666;
  text-align: center;
}
.row02 .mbox .tc-box {
  display: inline-block;
  width: 240px;
  height: 192px;
  padding: 0 24px;
  position: absolute;
  left: 0;
  bottom: -1000px;
  overflow: hidden;
}
.row02 .mbox .tc-box .wz {
  display: inline-block;
  width: 240px;
  position: absolute;
  left: 24px;
  top: 0;
  z-index: 3;
  font: 14px/26px "微软雅黑";
  color: #333;
}
.row02 .mbox .tc-box .btn-box {
  display: inline-block;
  width: 288px;
  padding-top: 60px;
  background: url(/images/2018qhwqy_tm_bg.png) repeat-x left top;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
  zoom: 1;
}
.row02 .mbox .tc-box .btn-box:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.row02 .mbox .tc-box .btn-box span {
  display: inline-block;
  float: left;
  width: 50%;
  height: 20px;
}
.row02 .mbox .tc-box .btn-box span.btn-up {
  background: #848587 url(/images/2018qhwqy_jt_up.png) no-repeat center center;
}
.row02 .mbox .tc-box .btn-box span.btn-down {
  background: #ffa938 url(/images/2018qhwqy_jt_down.png) no-repeat center center;
}
.row03 {
  background: #fff;
  padding: 30px 0;
}
.row03 .main {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  zoom: 1;
}
.row03 .main:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.row03 .col-2-1 {
  width: 384px;
  float: left;
  padding-left: 0;
}
.row03 .col-2-2 {
  width: 786px;
  float: left;
  padding-left: 30px;
}
.row03 h2 {
  border-bottom: 1px solid #2d55fe;
  zoom: 1;
}
.row03 h2:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.row03 h2 strong {
  display: inline-block;
  float: left;
  background: #2d55fe url(/images/2018qhwqy_ico03.png) no-repeat right top;
  padding: 0 24px 0 20px;
  font: 20px/40px "微软雅黑";
  color: #fff;
}
.row03 h2 a {
  display: inline-block;
  float: right;
  font: 14px/40px "微软雅黑";
  color: #999;
}
.row03 h2 a:hover {
  color: #f60;
}
.row03 #focus {
  display: inline-block;
  width: 384px;
  height: 264px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.row03 #focus ul {
  height: 264px;
  position: absolute;
}
.row03 #focus ul li {
  float: left;
  width: 384px;
  height: 264px;
  overflow: hidden;
  position: relative;
}
.row03 #focus ul li img {
  width: 384px;
  height: 264px;
}
.row03 #focus ul li p {
  width: 384px;
  height: 40px;
  background: #333;
  position: absolute;
  left: 0;
  bottom: 0;
  filter: alpha(opacity=50);
  -moz-opacity: 0.50;
  opacity: 0.50;
}
.row03 #focus ul li p a {
  display: inline-block;
  background: url(/images/2018jryj_ico02.png) no-repeat left center;
  padding-left: 30px;
  margin-left: 20px;
  font: 12px/40px Arial, Helvetica, sans-serif;
  color: #fff;
}
.row03 #focus ul li div {
  position: absolute;
  overflow: hidden;
}
.row03 #focus .btnBg {
  position: absolute;
  width: 320px;
  height: 20px;
  left: 0;
  bottom: 0;
}
.row03 #focus .btn {
  position: absolute;
  width: 242px;
  height: 10px;
  padding: 5px 10px;
  right: 0;
  bottom: 5px;
  text-align: right;
}
.row03 #focus .btn span {
  display: inline-block;
  _display: inline;
  _zoom: 1;
  width: 6px;
  height: 6px;
  _font-size: 0;
  margin-left: 5px;
  cursor: pointer;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.row03 #focus .btn span.on {
  background: #ffa313;
}
.row03 .list01 li {
  border-bottom: 1px solid #e6e6e6;
  padding: 19px 0 19px 15px;
  background: url(/images/2018qhwqy_li_ico01.png) no-repeat left center;
  font: 16px/22px "微软雅黑";
  color: #999;
}
.row03 .list01 li a {
  display: inline-block;
  width: 100%;
  height: 22px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 16px/22px "微软雅黑";
  color: #333;
}
.row03 .list01 li a:hover {
  color: #f60;
}
.row03 .list02 {
  padding: 0;
}
.row03 .list02 li {
  height: 43px;
}
.row03 .list02 li span {
  display: inline-block;
  float: right;
  font: 16px/43px "微软雅黑";
  color: #666;
}
.row03 .list02 li a {
  display: inline-block;
  width: 80%;
  padding-left: 14px;
  background: url(/images/2018qhwqy_li_ico.png) no-repeat left center;
  font: 16px/43px "微软雅黑";
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.row03 .list02 li a:hover {
  color: #f60;
}
.row03 .list02 li {
  border-bottom: 1px solid #e6e6e6;
}
.link-box {
  height: 46px;
  background: #1761af;
}
.link-box .main {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  zoom: 1;
}
.link-box .main:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.link-box h2 {
  display: inline-block;
  float: left;
  width: 132px;
  font: 16px/46px "微软雅黑";
  color: #fff;
  text-align: center;
}
.link-box .sel {
  display: inline-block;
  float: left;
  width: 315px;
  padding: 0 14px 0 25px;
  border-left: 1px solid #4581bf;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.link-box .sel span {
  display: inline-block;
  width: 100%;
  background: url(/images/2018jryj_fico01.png) no-repeat right center;
  font: 16px/46px "微软雅黑";
  color: #fff;
}
.link-box .sel ul {
  display: inline-block;
  width: 354px;
  position: absolute;
  left: -1px;
  bottom: 46px;
  border: 1px solid #d9d9d9;
  border-bottom: none;
  background: #fff;
  display: none;
}
.link-box .sel ul li {
  padding-left: 25px;
  font: 16px/36px "微软雅黑";
  color: #333;
}
.link-box .sel ul li:hover {
  background: #1761af;
  color: #fff;
}
#footer {
  background: #333333;
  padding: 30px 0;
}
#footer .main {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}
#footer td {
  vertical-align: middle;
}
#footer p {
  font: 14px/36px "微软雅黑";
  color: #999;
}
#footer p span {
  display: inline-block;
  background: url(/images/2018jryj_fico03-12.png) no-repeat left center;
  padding-left: 30px;
  font: 14px/36px "微软雅黑";
  color: #999;
}
#footer p a {
  margin: 0 10px;
  font: 14px/36px "微软雅黑";
  color: #999;
}
#footer p a:nth-of-type(1) {
  margin-left: 0;
}
#footer p a:hover {
  text-decoration: underline;
}