/**
 * CSS Document * 
 * Created by Jessie 2018/11/21.
 */
/* ==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/2018fcjr_bg.jpg) no-repeat center top;
}
#header {
  height: 500px;
  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: 30px 0;
}
.row01 h2 {
  font: 24px/62px "微软雅黑";
  color: #522cef;
}
.row01 p {
  margin-top: 10px;
  font: 16px/36px "微软雅黑";
  color: #666;
  background: url(/images/2018fcjr_li_ico01.png) no-repeat left 16px;
  text-indent: 1em;
  text-align: left;
}
.row01 ul {
  margin-top: 20px;
  zoom: 1;
}
.row01 ul:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.row01 ul li {
  display: inline-block;
  width: 585px;
  height: 52px;
  padding: 9px 0;
  font: 16px/26px "微软雅黑";
  color: #fff;
  text-align: center;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  overflow: hidden;
}
.row01 ul li:nth-of-type(1) {
  background: #0b94a5;
  float: left;
}
.row01 ul li:nth-of-type(2) {
  background: #15b7cb;
  float: right;
}
.row01 ul li span {
  display: inline-block;
  width: 585px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 18px;
  z-index: 2;
  text-align: center;
  display: none;
}
.row01 ul li span a {
  display: inline-block;
  width: 86px;
  height: 34px;
  padding-left: 44px;
  margin: 0 10px;
  -webkit-border-radius: 17px;
  -moz-border-radius: 17px;
  -ms-border-radius: 17px;
  -o-border-radius: 17px;
  border-radius: 17px;
  font: 16px/34px "微软雅黑";
  color: #0b94a5;
  text-align: left;
}
.row01 ul li span a:hover {
  color: #f60;
}
.row01 ul li span a.a1 {
  background: #fff url(/images/2018fcjr_ico01.png) no-repeat 24px center;
}
.row01 ul li span a.a2 {
  background: #fff url(/images/2018fcjr_ico02.png) no-repeat 24px center;
}
.row02 {
  background: #ededed;
  padding: 30px 0;
  text-align: left;
}
.row02 h2 {
  font: 24px/62px "微软雅黑";
  color: #522cef;
  text-align: center;
}
.row02 .main {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}
.row02 .gdpic-box {
  margin-top: 10px;
  zoom: 1;
}
.row02 .gdpic-box:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.row02 .gdpic-box .pre {
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
  padding: 52px 20px 0 0;
}
.row02 .gdpic-box .next {
  display: inline-block;
  float: right;
  width: 60px;
  height: 60px;
  padding: 52px 0 0 20px;
}
.row02 .gdpic-box .mbox {
  display: inline-block;
  float: left;
  width: 1040px;
}
.row02 .gdpic-box .mbox li {
  display: inline-block;
  float: left;
  width: 230px;
  height: 134px;
  padding: 30px 0 0 0;
  margin-left: 30px;
  text-align: center;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.row02 .gdpic-box .mbox li a {
  font: 14px/18px "微软雅黑";
  color: #333;
}
.row02 .gdpic-box .mbox li a span {
  display: inline-block;
  width: 100%;
  height: 80px;
}
.row02 .gdpic-box .mbox li a:hover {
  color: #f60;
}
.row03 {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding: 30px 0;
  zoom: 1;
}
.row03:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.row03 h2 {
  background: url(/images/2018fcjr_ico03.png) no-repeat left center;
  padding-left: 20px;
  font: bold 20px/40px "微软雅黑";
  color: #333;
  zoom: 1;
}
.row03 h2:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
.row03 h2.border-b {
  border-bottom: 1px solid #2d55fe;
}
.row03 h2.border-h {
  border-bottom: 1px solid #ecf0f0;
}
.row03 h2 a {
  display: inline-block;
  float: right;
  font: 14px/40px "微软雅黑";
  color: #999;
}
.row03 h2 a:hover {
  color: #f60;
}
.row03 .col-2-1 {
  width: 384px;
  float: left;
  padding-left: 0;
}
.row03 .col-2-2 {
  width: 786px;
  float: left;
  padding-left: 30px;
}
.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 .list {
  padding: 0;
}
.row03 .list li {
  height: 43px;
}
.row03 .list li span {
  display: inline-block;
  float: right;
  font: 16px/43px "微软雅黑";
  color: #666;
}
.row03 .list li a {
  display: inline-block;
  width: 80%;
  padding-left: 14px;
  background: url(/images/2018fcjr_li_ico.png) no-repeat left center;
  font: 16px/43px "微软雅黑";
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.row03 .list li a:hover {
  color: #f60;
}
.row03 .list li {
  border-bottom: 1px solid #e6e6e6;
}
.row03 .swiper-container {
  width: 100%;
  height: 264px;
}
.row03 .swiper-slide {
  text-align: center;
}
.row03 .swiper-slide dl {
  display: inline-block;
  width: 324px;
  padding: 58px 30px 0 30px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
}
.row03 .swiper-slide dl dt {
  font: 20px/26px Arial, Helvetica, sans-serif;
  color: #fff;
  font-style: italic;
}
.row03 .swiper-slide dl dd {
  padding-top: 30px;
}
.row03 .swiper-slide dl dd a {
  display: inline-block;
  width: 130px;
  height: 32px;
  text-transform: uppercase;
  border: 1px solid #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  font: 14px/32px "微软雅黑";
  color: #fff;
  text-align: center;
}
.row03 .swiper-slide dl dd a:hover {
  color: #f60;
}
.row03 .swiper-slide img {
  width: 384px;
  height: 264px;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}
.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;
}