@charset "utf-8";
/* sass变量 */
*html {
  background-image: url(about:blank);
  background-attachment: fixed;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
  margin: 0;
  padding: 0;
}

body,
button,
input,
select,
textarea {
  font: 14px/1.5 "Microsoft YaHei", "微软雅黑" ；;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
i {
  font-style: normal;
  font-weight: normal;
}

code,
kbd,
pre,
samp {
  font-family: courier new, courier, monospace;
}

ul,
ol {
  list-style: none;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #018ede;
}

input::-webkit-input-placeholder {
  font-size: 12px;
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 12px;
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 12px;
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #999;
}

fieldset,
img {
  border: 0;
  vertical-align: bottom;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

body {
  background: #fbfdfc;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Microsoft YaHei";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.main-tit {
  height: 48px;
  line-height: 48px;
  background: #ebebeb;
}

.main-tit h6 {
  float: left;
  padding: 0 20px;
  background: #018ede;
  color: #fff;
  padding: 0 30px;
  font-size: 16px;
  min-width: 60px;
}

.main-tit .more {
  float: right;
  color: #999;
  margin-right: 10px;
}

.main-tit .more:hover {
  color: #578bb8;
}

.text-list li {
  margin-left: 5px;
  line-height: 34px;
  padding-left: 15px;
  background: url(../images/li-dote.png) left center no-repeat;
}

.text-list li a {
  color: #000;
}

.text-list li a:hover {
  color: #018ede;
}

.text-list li .date {
  float: right;
  color: #cacaca;
}

.header {
  padding: 25px 0;
  background: url(../images/header.jpg) center center no-repeat;
}

.header .logo {
  float: left;
}

.header .search {
  float: right;
  padding: 3px 5px;
  border: 1px solid #ddd;
  width: 320px;
}

.header .search input {
  width: 245px;
  height: 20px;
  padding: 8px;
  border: none;
  background: #fff;
}

.header .search .button {
  cursor: pointer;
  float: right;
  width: 20px;
  height: 20px;
  border: none;

}

.main-nav {
  background: #018ede;
  line-height: 50px;
}

.main-nav li {
  float: left;
  width: 12.2%;
  position: relative;
  z-index: 10;
  font-size: 16px;
}

.main-nav li a {
  display: block;
  text-align: center;
  color: #fff;
}

.main-nav li .dropdown {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 96%;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
  font-size: 14px;
  background: #018ede;
}

.main-nav li:hover {
  background: #578bb8;
}

.main-nav li:hover a {
  color: #fff;
}

.main-nav li:hover .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li {
  line-height: 44px;
}

.main-nav li:hover .dropdown li a {
  color: #fff;
  transition: all ease .3s;
}

.main-nav li:hover .dropdown li a:hover {
  display: block;
  background: #578bb8;
}

.main-nav li.last {
  position: relative;
  float: right;
}

.main-nav li.last a {
  color: #5fe1a6;
}

.main-nav li.last :before {
  content: '';
  left: -50px;
  position: absolute;
  top: 17px;
  height: 14px;
  opacity: .5;
  border-right: 1px solid #fff;
}

.main-nav li.last:hover {
  background: none;
}

.banner {
  position: relative;
}

.banner .hd {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  z-index: 2;
}

.banner .hd ul {
  text-align: center;
}

.banner .hd ul li {
  cursor: pointer;
  margin: 0 3px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 10px;
  height: 10px;
  background: url(../images/dote.png) no-repeat;
}

.banner .hd ul .on {
  background: url(../images/dote-on.png) no-repeat;
}

.banner .bd {
  width: 100%;
  height: 425px;
  overflow: hidden;
}

.banner .bd li img {
  width: 100%;
  height: 425px;
}

.index-row1 {
  padding-bottom: 25px;
  background: #f8f8f8;
}

.index-row1 .c1 {
  float: left;
  width: 850px;
}

.index-row1 .c1 .main-tit {
  border: 1px solid #dedede;
  margin: 20px 0;
}

.index-row1 .c1 .pic {
  position: relative;
  float: left;
  width: 400px;
}

.index-row1 .c1 .pic img {
  width: 100%;
  height: 100%;
}

.index-row1 .c1 .pic .hd {
  position: absolute;
  width: 100%;
  bottom: 10px;
  left: 0;
  z-index: 2;
}

.index-row1 .c1 .pic .hd ul {
  text-align: center;
}

.index-row1 .c1 .pic .hd ul li {
  cursor: pointer;
  margin: 0 3px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 10px;
  height: 10px;
  background: url(../images/dote.png) no-repeat;
}

.index-row1 .c1 .pic .hd ul .on {
  background: url(../images/dote-on.png) no-repeat;
}

.index-row1 .c1 .pic .bd {
  width: 100%;
  height: 320px;
  overflow: hidden;
}

.index-row1 .c1 .pic .bd li img {
  width: 100%;
  height: 320px;
}

.index-row1 .c1 .text {
  margin-left: 420px;
}

.index-row1 .c1 .text .headline {
  line-height: 1.5;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ddd;
}

.index-row1 .c1 .text .headline h6 {
  padding-top: 10px;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

.index-row1 .c1 .text .headline h6 a {
  font-size: 16px;
  color: #000;
}

.index-row1 .c1 .text .headline .date {
  font-size: 12px;
  color: #d7d7d7;
  line-height: 30px;
}

.index-row1 .c1 .text .headline .desc {
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  color: #999;
}

.index-row1 .c1 .text .text-list {
  padding-top: 10px;
}

.index-row1 .c1 .text .text-list li {
  line-height: 38px;
}

.index-row1 .c2 {
  float: right;
  width: 330px;
  position: relative;
}

.index-row1 .c2 .tit {
  position: relative;
  background: #018ede;
  color: #fff;
  line-height: 40px;
  padding-top: 30px;
  *padding-top: 50px;
  text-align: center;
  font-size: 16px;
}

.index-row1 .c2 .tit .pic {
  position: absolute;
  top: -94px;
  left: 50%;
  margin-left: -76px;
}

.index-row1 .c2 .list {
  border: 1px solid #ebebeb;
  background: #fff;
}

.index-row1 .c2 .list li {
  position: relative;
  float: left;
  width: 50%;
  height: 40px;
  padding: 22px 0;
  border-bottom: 1px solid #ebebeb;
}

.index-row1 .c2 .list li a {
  display: block;
  transition: all ease .2s;
}

.index-row1 .c2 .list .icon {
  float: left;
  width: 40px;
  height: 40px;
  background: #018ede;
  margin-left: 10px;
  transition: all ease .2s;
}

.index-row1 .c2 .list .text {
  margin-left: 60px;
  margin-right: 10px;
}

.index-row1 .c2 .list .li1 .icon {
  background: url(../images/icon-way1.png) no-repeat;
}

.index-row1 .c2 .list .li2 .icon {
  background: url(../images/icon-way2.png) no-repeat;
}

.index-row1 .c2 .list .li3 .icon {
  background: url(../images/icon-way3.png) no-repeat;
}

.index-row1 .c2 .list .li4 .icon {
  background: url(../images/icon-way4.png) no-repeat;
}

.index-row1 .c2 .list .li5 .icon {
  background: url(../images/icon-way5.png) no-repeat;
}

.index-row1 .c2 .list .li6 .icon {
  background: url(../images/icon-way6.png) no-repeat;
}

.index-row1 .c2 .list .li7 .icon {
  background: url(../images/icon-way7.png) no-repeat;
}

.index-row1 .c2 .list .li8 .icon {
  background: url(../images/icon-way8.png) no-repeat;
}

.index-row1 .c2 .list li:hover .icon {
  background-position: 0 -40px;
}

.index-row1 .c2 .list .li1, .index-row1 .c2 .list .li3, .index-row1 .c2 .list .li5, .index-row1 .c2 .list .li7 {
  background: url(../images/line.png) right center no-repeat;
}

.index-row1 .c2 .list .li7, .index-row1 .c2 .list .li8 {
  border: none;
}

.index-row2 {
  padding: 30px 0;
}

.index-row2 .text-slide {
  position: relative;
}

.index-row2 .text-slide .hd {
  height: 48px;
  line-height: 48px;
  background: #ebebeb;
  border-bottom: 1px solid #dedede;
}

.index-row2 .text-slide .hd li {
  float: left;
  padding: 0 20px;
  color: #fff;
  padding: 0 30px;
  font-size: 16px;
  cursor: pointer;
  color: #578bb8;
}

.index-row2 .text-slide .hd li.on {
  color: #fff;
  background: #578bb8;
}

.index-row2 .text-slide .bd {
  padding: 18px;
  height: 311px;
}

.index-row2 .text-slide .bd .headline {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.index-row2 .text-slide .bd .headline h6 {
  white-space: nowrap;
  overflow: hidden;
  font-size: 15px;
  line-height: 34px;
  font-weight: bold;
}

.index-row2 .text-slide .bd .headline h6 a {
  color: #000;
}

.index-row2 .text-slide .bd .headline .desc {
  line-height: 26px;
  color: #999;
  height: 52px;
  overflow: hidden;
}

.index-row2 .text-slide .bd .more {
  position: absolute;
  right: 10px;
  top: 15px;
  color: #999;
}

.index-row2 .text-slide .bd .more:hover {
  color: #018ede;
}

.index-row2 .c1 {
  float: left;
  width: 590px;
  border: 1px solid #dedede;
}

.index-row2 .c2 {
  float: right;
  width: 590px;
  border: 1px solid #dedede;
}

.index-row3 {
  background: #f8f8f8;
  padding: 25px 0;
}

.index-row3 .main-tit {
  border: 1px solid #dedede;
}

.index-row3 .main-tit h6 {
  background: #578bb8;
}

.index-row3 .c1 {
  float: left;
  width: 590px;
}

.index-row3 .c1 dl {
  padding: 20px 0;
  border-bottom: 1px dashed #ddd;
}

.index-row3 .c1 dl dt {
  float: left;
  width: 180px;
  height: 100px;
}

.index-row3 .c1 dl dt img {
  width: 100%;
  height: 100%;
}

.index-row3 .c1 dl dd {
  margin-left: 200px;
}

.index-row3 .c1 dl dd h6 {
  font-size: 15px;
  line-height: 26px;
  height: 52px;
  overflow: hidden;
}

.index-row3 .c1 dl dd h6 a {
  color: #000;
}

.index-row3 .c1 dl dd h6 a:hover {
  color: #018ede;
}

.index-row3 .c1 dl dd p {
  margin-top: 20px;
  color: #999;
  font-size: 12px;
}

.index-row3 .c1 dl dd p span {
  margin-right: 10px;
}

.index-row3 .c2 {
  float: right;
  width: 590px;
}

.index-row3 .c2 .text-list {
  padding-top: 20px;
}

.footer {
  background: #578bb8;
  padding: 30px 0;
  min-width: 1200px;
  color: #fff;
}

.footer a {
  transition: all ease .2s;
}

.footer .tit {
  font-size: 16px;
  margin-bottom: 10px;
}

.footer .tit img {
  margin-right: 5px;
  vertical-align: middle;
}

.footer .c1 {
  float: left;
  width: 900px;
}

.footer .c1 ul {
  float: left;
  padding-left: 1%;
  width: 32.3%;
}

.footer .c1 ul li {
  line-height: 36px;
}

.footer .c1 ul li a {
  color: #fff;
}

.footer .c2 {
  float: right;
  width: 300px;
  height: 120px;
  padding-top: 30px;
  text-align: center;
}

.footer .c2 img {
  width: 100%;
}

.copy-right {
  background: #202020;
  color: #fff;
  line-height: 60px;
  height: 60px;
}

.copy-right span {
  float: right;
}
