@charset "utf-8";
/* sass变量 */
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-family: "微软雅黑";
}

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: #007eff;
}

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: 14px;
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 12px;
  color: #999;
}

fieldset,
img {
  border: 0;
  vertical-align: middle;
  max-width: 100%;
}

q:before,
q:after {
  content: "";
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-size: 15px;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}

.clearfix:after {
  content: "\20";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.mb20 {
  margin-bottom: 20px;
}

.main-tit {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

.main-tit h6 {
  padding-bottom: 25px;
  display: inline-block;
  background: url(../images/tit1.png) bottom center no-repeat;
  font-size: 30px;
  line-height: 34px;
  position: relative;
  font-weight: bold;
  color: #000;
  z-index: 2;
  margin-left: 60px;
}

.main-tit h6 span {
  color: #007eff;
}

.main-tit .en {
  position: absolute;
  letter-spacing: 3;
  bottom: 15px;
  left: 50%;
  margin-left: -130px;
  color: #fff;
  opacity: 0.1;
  font-size: 66px;
  font-weight: bold;
  z-index: 1;
  color: #007eff;
  line-height: 1;
  font-family: Arial;
  filter: alpha(opacity=5);
}

.main-tit .more {
  float: right;
  position: relative;
  z-index: 3;
  font-size: 14px;
  margin-right: 20px;
  color: #666666;
  margin-top: 10px;
}

.main-list li {
  line-height: 40px;
  padding-left: 15px;
  background: url(../images/dote1.png) left center no-repeat;
}

.main-list li a {
  display: block;
  margin-right: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-list li span {
  float: right;
  font-size: 14px;
  color: #999;
}

.cover-box {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
}

.cover-box a {
  color: #fff;
}

.cover-box .closebtn {
  position: absolute;
  right: 50px;
  top: 50px;
  width: 24px;
  height: 24px;
  background: url(../images/close.png) no-repeat;
  background-size: 100% 100%;
  cursor: pointer;
}

.cover-box .searchbox {
  margin: 15% auto;
  max-width: 400px;
  text-align: center;
  position: relative;
}

.cover-box .searchbox .text {
  width: 100%;
  line-height: 20px;
  padding: 9px 15px;
  box-sizing: border-box;
  border: none;
  border-radius: 18px;
}

.cover-box .searchbox .btn {
  position: absolute;
  right: 20px;
  top: 50%;
  transition: all ease 0.3s;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: none;
  cursor: pointer;
  background: url(../images/search-icon.png) no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  color: #fff;
  padding: 15px 0 0;
  height: 90px;
  background: url(../images/header.png) top center no-repeat;
  border-top: 3px solid #007eff;
  min-width: 1440px;
}

.header a {
  color: #fff;
}

.header .r1 {
  padding: 0 2%;
}

.header .logo {
  position: absolute;
  left: 5%;
}
.header .logo img.logo-pic1 {
    height: 75px;
}
.header .header-right {
  float: right;
}

.header .r1 {
  text-align: right;
}

.header .r1 .links {
  margin-right: 15px;
  display: inline-block;
}

.header .r1 .links span {
  margin: 0 15px;
}

.header .r1 .search {
  display: inline-block;
  cursor: pointer;
}

.header .r2 {
  margin-top: 5px;
}

.search-box {
  display: inline-block;
  text-align: left;
  position: relative;
  height: 30px;
  vertical-align: middle;
  background: url(../images/search-bg.png) no-repeat;
}

.search-box .text {
  border: none;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  font-size: 14px;
  width: 142px;
  padding: 4px 34px 4px 10px;
  background: none;
  color: #fff;
}

.search-box .btn {
  position: absolute;
  right: 10px;
  top: 6px;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  border: none;
}

.main-nav {
  position: relative;
  z-index: 3;
  line-height: 44px;
}

.main-nav li {
  position: relative;
  float: left;
  text-align: center;
  z-index: 10;
  font-size: 18px;
}

.main-nav li a {
  display: block;
  text-align: center;
  color: #fff;
  padding: 0 20px;
}

.main-nav li .dropdown {
  position: absolute;
  overflow: hidden;
  display: none;
  z-index: 5;
  left: 0;
  top: 99%;
  min-width: 100%;
  width: 140px;
  padding-top: 7px;
}

.main-nav li .dropdown ul {
  padding: 10px 0;
  background: url(../images/opacity.png);
}

.main-nav li .dropdown li {
  float: none;
  padding: 0;
  padding: 0 20px;
  line-height: 40px;
  overflow: hidden;
  font-size: 14px;
  background: url(../images/dote4.png) 20px center no-repeat;
}

.main-nav li .dropdown li a {
  padding: 0;
  color: #333;
}

.main-nav li:hover {
  z-index: 11;
}

.main-nav li:hover .dropdown li a:hover {
  color: #007eff;
}

.banner {
  min-width: 1200px;
  max-width: 100%;
  position: relative;
}

.banner .slide {
  position: relative;
}

.banner .hd {
  position: absolute;
  left: 50px;
  top: 30%;
  z-index: 2;
  width: 250px;
}

.banner .hd li {
  cursor: pointer;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  position: relative;
  min-height: 32px;
  margin-bottom: 20px;
  background: url(../images/dote.png) 20px center no-repeat;
}

.banner .hd li span {
  display: none;
}

.banner .hd li span::after {
  content: "";
  width: 0;
  display: inline-block;
  height: 5px;
  transition: all ease 0.3s;
  background: #fff;
  vertical-align: middle;
}

.banner .hd li.on {
  background: none;
}

.banner .hd li.on span {
  font-size: 60px;
  font-weight: bold;
  display: block;
}

.banner .hd li.on span::after {
  width: 60px;
  margin-left: 15px;
}

.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 750px;
  overflow: hidden;
}

.banner .bd ul li .pic {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}

.banner .bd ul li .pic img {
  width: 100%;
  height: 100%;
}

.banner .bd ul li .text {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 5;
  font-size: 30px;
}

.banner .bd ul li .text a {
  color: #fff;
  width: 50%;
}

.banner .next-preview {
  position: absolute;
  right: 5%;
  bottom: -34px;
  width: 295px;
  height: 312px;
  padding: 20px 30px;
  color: #fff;
  background: url(../images/banner-bg.png);
}

.banner .next-preview .tit .num {
  display: inline-block;
  font-size: 42px;
  padding-bottom: 5px;
  border-bottom: 3px solid #fff;
}

.banner .next-preview .tit .more {
  float: right;
  margin-top: 10px;
}

.banner .next-preview .text {
  margin: 20px 0 30px;
  font-size: 20px;
}

.banner .next-preview .pic {
  height: 164px;
  position: relative;
}

.banner .next-preview .pic img {
  position: absolute;
  max-width: 358px;
  height: 100%;
  left: 0;
  top: 0;
}

.index-row1 {
  background: url(../images/bg1.png) top center no-repeat;
  height: 650px;
}

.index-row1 .wrap {
  padding-top: 70px;
}

.index-row1 .main-tit {
  margin-bottom: 30px;
}

.index-row1 .c1 {
  float: left;
  width: 640px;
  background: url(../images/slidebg.png) left bottom no-repeat;
  padding-left: 20px;
  padding-bottom: 20px;
  margin-left: -22px;
}

.index-row1 .c1 .slide {
  position: relative;
}

.index-row1 .c1 .slide .hd {
  position: absolute;
  right: 20px;
  bottom: 10px;
  z-index: 5;
}

.index-row1 .c1 .slide .hd li {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 10px;
  background: url(../images/dote3.png) no-repeat;
  cursor: pointer;
}

.index-row1 .c1 .slide .hd li.on {
  background: url(../images/dote3-on.png) no-repeat;
}

.index-row1 .c1 .slide .bd {
  background: #fff;
}

.index-row1 .c1 .slide .bd li {
  position: relative;
}

.index-row1 .c1 .slide .bd li .pic {
  height: 397px;
  overflow: hidden;
  border-radius: 0 90px 0 0;
  overflow: hidden;
}

.index-row1 .c1 .slide .bd li .pic img {
  transition: all ease 0.2s;
  width: 100%;
  height: 100%;
}

.index-row1 .c1 .slide .bd li .pic:hover img {
  transform: scale(1.1);
}

.index-row1 .c1 .slide .bd li .text {
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  bottom: 0;
  background: url(../images/opacity1.png);
}

.index-row1 .c1 .slide .bd li .text a {
  display: block;
  color: #fff;
  padding-left: 20px;
  padding-right: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row1 .c1 .slide .bd li .date {
  position: absolute;
  left: 0;
  top: 0;
  width: 92px;
  height: 94px;
  z-index: 2;
  background: #00b960;
  color: #fff;
  text-align: center;
}

.index-row1 .c1 .slide .bd li .date .d {
  padding-top: 10px;
  font-size: 36px;
  font-family: Arial;
  font-weight: bold;
}

.index-row1 .c2 {
  float: right;
  width: 500px;
}

.index-row1 .c2 .main-tit {
  margin-bottom: 50px;
}

.index-row1 .c2 .list li {
  margin-bottom: 20px;
}

.index-row1 .c2 .list li .tit {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  line-height: 48px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row1 .c2 .list li .tit a {
  font-size: 17px;
  color: #000;
}

.index-row1 .c2 .list li .desc {
  padding: 20px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
}

.index-row1 .c2 .list li .date {
  color: #999;
  line-height: 1;
}

.index-row1 .c2 .list li:hover .tit {
  border-top: 1px solid #2c94ff;
  border-bottom: 1px solid #2c94ff;
}

.index-row1 .c2 .list li:hover .tit a {
  color: #007eff;
}

.index-row2 {
  background: url(../images/bg2.jpg);
  height: 653px;
}

.index-row2 .wrap {
  padding-top: 50px;
}

.index-row2 .main-tit .en {
  color: #fff;
  opacity: 0.5;
  margin-left: -140px;
}

.index-row2 .list {
  padding-top: 40px;
}

.index-row2 .list li {
  float: left;
  width: 33.3%;
}

.index-row2 .list li .inner {
  margin: 0 20px;
  height: 425px;
  padding: 0 40px;
  transition: all ease 0.3s;
  background: url(../images/r2-bg.png) no-repeat;
}

.index-row2 .list li .date {
  padding-top: 50px;
  font-size: 32px;
  color: #666;
  padding-bottom: 20px;
  line-height: 1;
  border-bottom: 1px solid #c0c0c0;
}

.index-row2 .list li .tit {
  margin: 15px 0;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
  font-size: 16px;
}

.index-row2 .list li .desc {
  line-height: 32px;
  color: #666;
  max-height: 96px;
  overflow: hidden;
}

.index-row2 .list li .more {
  margin-top: 35px;
}

.index-row2 .list li .more a {
  display: inline-block;
  width: 44px;
  height: 44px;
  transition: all ease 0.2s;
  background: url(../images/r2-more1.png) no-repeat;
}

.index-row2 .list li:hover .inner {
  transform: translateY(-30px);
  background: url(../images/r2-bg-on.png) no-repeat;
}

.index-row2 .list li:hover .inner a {
  color: #fff;
}

.index-row2 .list li:hover .inner .tit a {
  color: #fff;
}

.index-row2 .list li:hover .inner .desc,
.index-row2 .list li:hover .inner .date {
  color: #fff;
}

.index-row2 .list li:hover .inner .more a {
  width: 134px;
  background: url(../images/r2-more-on.png);
}

.index-row3 {
  height: 630px;
  min-width: 1200px;
  background: url(../images/r3-bg.jpg) top center no-repeat #f2f2f2;
}

.index-row3 .main-tit .en {
  margin-left: -110px;
}

.index-row3 .wrap {
  padding-top: 70px;
}

.index-row3 .list li {
  margin-bottom: 15px;
}

.index-row3 .list li .date {
  float: left;
  width: 112px;
  text-align: center;
}

.index-row3 .list li .date .d {
  font-size: 28px;
  color: #2591ff;
  height: 52px;
  line-height: 52px;
}

.index-row3 .list li .date .y {
  font-size: 20px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background: url(../images/r3-d.png) no-repeat;
}

.index-row3 .list li .text {
  margin-left: 100px;
  padding-left: 40px;
  border-bottom: 1px solid #c8d1d9;
  line-height: 34px;
  height: 88px;
  overflow: hidden;
  background: url(../images/dote1.png) right center no-repeat;
}

.index-row3 .list li .text .tit {
  padding-top: 10px;
  font-size: 17px;
}

.index-row3 .list li .text .desc {
  color: #666666;
}

.index-row3 .list li:hover {
  background: url(../images/bg3.png) left center no-repeat;
}

.index-row3 .list li:hover .tit a {
  color: #007eff;
}

.index-row3 .list li:hover .text {
  background: url(../images/dote1-on.png) right center no-repeat;
}

.index-row4 {
  padding-top: 70px;
}

.index-row4 .slide .prev,
.index-row4 .slide .next {
  position: absolute;
  z-index: 20;
  width: 56px;
  height: 56px;
  top: 30%;
  left: 50%;
}

.index-row4 .slide .prev {
  margin-left: -670px;
  background: url(../images/arr1-left.png) center center no-repeat;
}

.index-row4 .slide .next {
  margin-left: 610px;
  background: url(../images/arr1-right.png) center center no-repeat;
}

.index-row4 .slide .bd li {
  position: relative;
  float: left;
  padding-top: 80px;
  padding-bottom: 130px;
}

.index-row4 .slide .bd li a {
  display: block;
  width: 225px;
  margin: 0 6px;
  transition: all ease 0.3s;
  position: relative;
}

.index-row4 .slide .bd li a .pic {
  border: 3px solid transparent;
  height: 353px;
  overflow: hidden;
}

.index-row4 .slide .bd li a .pic img {
  transition: all ease 0.2s;
  width: 100%;
  height: 100%;
}

.index-row4 .slide .bd li a .pic:hover img {
  transform: scale(1.1);
}

.index-row4 .slide .bd li a .text {
  line-height: 1;
  position: absolute;
  left: 23px;
  right: 23px;
  padding: 5px 20px 20px;
  background: #fff;
  bottom: -50px;
  box-shadow: 0 0 5px rgba(102, 102, 102, 0.8);
}

.index-row4 .slide .bd li a .text .tit {
  margin-top: 10px;
  line-height: 30px;
  color: #000;
  font-size: 16px;
  height: 60px;
  overflow: hidden;
}

.index-row4 .slide .bd li a .text .date {
  margin-top: 5px;
  font-size: 12px;
  line-height: 20px;
  color: #666;
  background: url(../images/dote1.png) right center no-repeat;
}

.index-row4 .slide .bd li a:hover {
  transform: translateY(-40px);
  color: #333;
}

.index-row4 .slide .bd li a:hover .pic {
  border-color: #007eff;
}

.index-row4 .slide .bd li a:hover .text {
  background: #007eff;
  box-shadow: 0 0 10px rgba(0, 126, 255, 0.8);
}

.index-row4 .slide .bd li a:hover .text .tit {
  color: #fff;
}

.index-row4 .slide .bd li a:hover .text .date {
  color: #fff;
}

.index-row4 .slide .hd {
  margin-top: 30px;
  border-top: 2px solid #dbdbdb;
  text-align: center;
  padding: 10px 0;
  background: url(../images/line.png) center center repeat-x;
}

.index-row4 .slide .hd li {
  display: inline-block;
  width: 60px;
  height: 48px;
  margin: 0 20px;
  cursor: pointer;
  background: url(../images/dote1.png) center center no-repeat;
}

.index-row4 .slide .hd li.on {
  background: url(../images/dote1-on.png) center center no-repeat;
}

.footer {
  position: relative;
  color: #fff;
  min-width: 1200px;
  height: 215px;
  background: url(../images/footer.jpg) bottom center no-repeat;
}

.footer .r1 {
  padding: 38px 0;
}

.footer .r1 .c1 {
  float: left;
  margin-right: 35px;
}
.footer .r1 .c1 img {
  height: 80px;
}
.footer .r1 .c2 {
  float: right;
  padding-top: 10px;
}

.footer .r1 .c2 img {
  width: 15px;
  margin-right: 3px;
}

.footer .r1 .c2 .p1 {
  margin-bottom: 10px;
}

.footer .line {
  height: 1px;
  background: #fff;
  opacity: 0.3;
  margin: 0 20px;
}

.footer .r2 {
  margin-top: 5px;
  color: #fff;
  line-height: 50px;
}

.footer .r2 span {
  margin: 0 10px;
}

.inner-banner {
  position: relative;
  height: 535px;
  overflow: hidden;
}

.inner-banner img {
  width: 100%;
  height: 100%;
}

.inner-page {
  padding-top: 45px;
}

.inner-page .leftbar {
  float: left;
  width: 320px;
  position: relative;
  background: #ffffff;
}

.inner-page .leftbar .leftbar-tit {
  font-size: 30px;
  color: #ededed;
  width: 100%;
  padding-top: 30px;
  height: 70px;
  background: url(../images/leftbar-tit.png) no-repeat;
}

.inner-page .leftbar .leftbar-tit h6 {
  line-height: 40px;
  margin-left: 30px;
}

.inner-page .leftbar .leftbar-tit .line {
  width: 60px;
  height: 2px;
  background: #fff;
  margin-left: 30px;
  margin-top: 13px;
}

.inner-page .leftbar .list {
  background: url(../images/leftbar-bg.jpg) bottom center no-repeat;
  padding-bottom: 150px;
}

.inner-page .leftbar .list li {
  margin-left: 40px;
}

.inner-page .leftbar .list li .tit {
  padding-left: 64px;
  background: url(../images/fly.png) 20px 20px no-repeat;
}

.inner-page .leftbar .list li .tit a {
  line-height: 60px;
  font-size: 22px;
  display: block;
}

.inner-page .leftbar .list li .tit a:hover {
  color: #007eff;
}

.inner-page .leftbar .list li .child {
  padding-bottom: 10px;
  padding-left: 80px;
}

.inner-page .leftbar .list li .child a {
  display: block;
  line-height: 26px;
  margin-bottom: 10px;
  color: #333;
  font-size: 18px;
}

.inner-page .leftbar .list li .child a:hover {
  color: #007eff;
}

.inner-page .leftbar .list li.on {
  background-color: #fff;
}

.inner-page .leftbar .list li.last .tit a {
  border-bottom: none;
}

.inner-page .right-con {
  float: right;
  width: 835px;
  position: relative;
  padding-bottom: 50px;
}

.inner-page .right-con .bread {
  float: right;
  font-size: 14px;
  line-height: 34px;
  color: #999999;
}

.inner-page .right-con .bread a {
  color: #999999;
}

.inner-page .right-con .bread a:hover {
  color: #007eff;
}

.inner-page .right-con .bread span {
  margin: 0 5px;
}

.inner-page .right-con .bread label {
  color: #007eff;
}

.inner-page .right-con .inner-tit {
  padding-bottom: 5px;
  margin-bottom: 10px;
  border-bottom: 1px solid #b0cff7;
}

.inner-page .right-con .inner-tit h6 {
  float: left;
  font-size: 24px;
  color: #007eff;
  padding: 0 5px;
  position: relative;
}

.inner-page .right-con .inner-tit h6::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  background: #007eff;
  height: 3px;
}

.inner-page .right-con .main-text-list li {
  padding: 20px 0;
  padding-left: 40px;
  border-bottom: 1px dashed #999999;
  background: url(../images/dote1.png) left center no-repeat;
}

.inner-page .right-con .main-text-list li .date {
  float: right;
  font-family: "Times New Roman", Times, serif;
  line-height: 1.5;
  color: #666666;
}

.inner-page .right-con .main-text-list li .date .d {
  font-size: 20px;
}

.inner-page .right-con .main-text-list li .text .tit {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-page .right-con .main-text-list li:hover {
  border-bottom: 1px dashed #007eff;
  background: url(../images/dote1-on.png) left center no-repeat;
}

.inner-page .right-con .main-text-list li:hover .tit {
  color: #007eff;
}

.inner-page .right-con .main-text-list li:hover .date {
  color: #007eff;
}

.inner-page .right-con .detail .tit {
  margin-top: 40px;
  text-align: center;
  line-height: 1.6;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: bold;
}

.inner-page .right-con .detail .sub-tit {
  text-align: center;
  color: #666666;
  padding-bottom: 15px;
}

.inner-page .right-con .detail .infor {
  text-align: center;
  font-size: 14px;
  min-height: 46px;
  line-height: 46px;
  color: #666666;
  margin: 20px 0;
  border-bottom: 1px dashed #d9d9d9;
  border-top: 1px dashed #d9d9d9;
}

.inner-page .right-con .detail .infor span {
  margin: 0 10px;
}

.inner-page .right-con .detail .content {
  line-height: 34px;
  padding-bottom: 20px;
  margin: 0 auto;
}

.inner-page .right-con .detail .content img {
  margin: 10px 0;
  max-width: 100%;
}

.inner-page .right-con .detail .content p {
  text-indent: 2em;
  margin: 10px 0;
}

.inner-page .right-con .detail .detail-pages a {
  display: block;
  line-height: 30px;
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-page .right-con .detail .detail-pages .next {
  float: right;
}