@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: #545454;
  text-decoration: none;
}

a:hover {
  color: #d28300;
}

fieldset,
img {
  border: 0;
  vertical-align: middle;
}

q:before,
q:after {
  content: '';
}

button,
input,
select,
textarea {
  font-size: 100%;
  outline: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb20 {
  margin-bottom: 20px;
}

body {
  font-size: 14px;
}

.wrap {
  width: 1300px;
  margin: 0 auto;
}

.main-tit {
  line-height: 30px;
  padding: 30px 0;
}

.main-tit h6 {
  font-size: 30px;
  color: #005e5d;
}

.main-tit h6 span {
  font-size: 14px;
  margin-left: 10px;
  vertical-align: text-bottom;
  font-size: 24px;
  font-family: 'Times New Roman';
  font-style: italic;
  font-weight: bold;
  color: #cb7a16;
  opacity: .5;
}

.main-tit .more {
  float: right;
  position: relative;
  z-index: 2;
  color: #9b9b9b;
}

.header {
  background: #005e5d;
  padding: 16px 0;
}

.header .logo {
  float: left;
}
.header .logo img {width: auto;
    height: auto;}

.header .right {
  float: right;
  text-align: right;
}

.header .right .r1 a {
  margin-right: 60px;
  line-height: 30px;
}

.header .right .r1 a img {
  margin-right: 5px;
  vertical-align: middle;
}

.search-box {
  float: right;
  text-align: left;
  position: relative;
  margin-top: 20px;
}

.search-box .text {
  border: none;
  background: #80b0b0;
  height: 14px;
  line-height: 14px;
  vertical-align: middle;
  font-size: 14px;
  width: 330px;
  padding: 12px 10px;
  transition: all ease .3s;
}

.search-box .btn {
  position: absolute;
  right: 20px;
  top: 8px;
  width: 18px;
  vertical-align: middle;
}

.main-nav {
  position: relative;
  z-index: 3;
  text-align: right;
  background: #004f4f;
}

.main-nav li {
  position: relative;
  z-index: 10;
  float: left;
  width: 9%;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
}

.main-nav li a {
  display: block;
  padding: 0 10px;
  color: #fff;
}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 98%;
  border-top: 0px solid #004f4f;
  min-width: 100%;
  background: #005e5d;
}

.main-nav li .dropdown ul {
  position: relative;
  padding: 10px 0;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
  line-height: 40px;
  overflow: hidden;
  font-size: 16px;
  position: relative;
}

.main-nav li .dropdown li .text {
  white-space: nowrap;
  padding: 0 20px;
}

.main-nav li .dropdown li:hover a {
  color: #80b0b0;
}

.main-nav li:hover {
  z-index: 11;
  background: #005e5d;
}

.banner {
  position: relative;
  min-width: 1200px;
  max-width: 100%;
  overflow: hidden;
}

.banner .slide .slide {
  position: relative;
}

.banner .slide .prev, .banner .slide .next {
  position: absolute;
  z-index: 2;
  width: 46px;
  height: 92px;
  top: 50%;
  left: 50%;
  margin-top: -45px;
}

.banner .slide .prev {
  margin-left: -700px;
  background: url(../images/arr-left.png) center center no-repeat;
}

.banner .slide .next {
  margin-left: 600px;
  background: url(../images/arr-right.png) center center no-repeat;
}

.banner .slide .hd {
  display: none;
  position: absolute;
  bottom: 36px;
  left: 50%;
  margin-left: -600px;
  z-index: 2;
  width: 1200px;
  text-align: right;
}

.banner .slide .hd li {
  display: inline-block;
  width: 10px;
  height: 10px;
  cursor: pointer;
  margin: 0 4px;
  background: #fff;
  border-radius: 50%;
}

.banner .slide .hd li.on {
  background: #004f4f;
}

.banner .slide .bd ul li {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 600px;
}

.banner .slide .bd ul li .pic {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}

.banner .slide .bd ul li .pic img {
  width: 100%;
  height: 600px;
}

.banner .slide .bd ul li .text {
  position: absolute;
  z-index: 10;
  left: 50%;
  margin-left: -600px;
  bottom: 40px;
}

.banner .slide .bd ul li .text a {
  color: #fff;
  text-shadow: 0px 5px 5px rgba(0, 0, 0, 0.75);
  font-size: 24px;
}

.index-row1 {
  margin: 20px 0 50px;
}

.index-row1 .list {
  margin: 0 -15px;
}

.index-row1 .list .item {
  float: left;
  width: 33.3%;
}

.index-row1 .list .item .inner {
  background: #f5f5f5;
  margin: 0 15px;
  padding: 30px;
}

.index-row1 .list .item .pic {
  overflow: hidden;
  height: 235px;
}

.index-row1 .list .item .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row1 .list .item .pic:hover img {
  transform: scale(1.1);
}

.index-row1 .list .item .text {
  padding: 20px 0;
  line-height: 30px;
}

.index-row1 .list .item .text h6 {
  margin-bottom: 8px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    font-weight: bold;
}

.index-row1 .list .item .text .desc {
  line-height: 28px;
  color: #8f8f8f;
  height: 56px;
  overflow: hidden;
font-size: 16px;}

.index-row1 .list .item .date {
  border-top: 1px solid #e1e6e6;
  padding-top: 20px;
  line-height: 1;
  color: #8f8f8f;
}

.index-row2 {
  background: url(../images/bg1.jpg) top center no-repeat;
  padding: 10px 0 50px;
}

.index-row2 .list {
  background: url(../images/opacity1.png);
  padding: 15px 0;
}

.index-row2 .list li {
  float: left;
  width: 46%;
  margin: 13px 2%;
}

.index-row2 .list li .date {
  float: left;
  width: 66px;
  text-align: center;
}

.index-row2 .list li .date .d {
  line-height: 40px;
  font-size: 24px;
  color: #7d7e80;
  background: #f2f5f7;
  transition: all ease .2s;
}

.index-row2 .list li .date .y {
  color: #fff;
  line-height: 26px;
  background: #cb7a16;
}

.index-row2 .list li .text {
  margin-left: 90px;
  line-height: 30px;
  padding-top: 3px;
}

.index-row2 .list li .text h6 {
  line-height: 30px;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
    font-weight: bold;
}

.index-row2 .list li .text .desc {
  color: #707070;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; font-size: 16px;
}

.index-row2 .list li:hover .date .d {
  background: #fff;
}

.index-row3 {
  background: url(../images/bg2.jpg) top center no-repeat;
}

.index-row3 .wrap {
  position: relative;
  height: 722px;
}

.index-row3 .c1 {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;

  width: 754px;
}

.index-row3 .c1 .text {
  text-align: center;
  padding-right: 200px;
  padding-top: 140px;
}

.index-row3 .c1 .text div {
  display: inline-block;
  vertical-align: bottom;
}

.index-row3 .c1 .text .en {
  text-align: right;
  color: #fff;
  opacity: .5;
  filter: alpha(opacity=50);
  font-size: 24px;
  font-family: 'Times New Roman';
  font-style: italic;
  font-weight: bold;
}

.index-row3 .c1 .text .zh {
  width: 30px;
  font-size: 30px;
  color: #fff;
  margin: 0 10px;
  line-height: 36px;
}

.index-row3 .c1 .text .more a {
  color: #fff;
}

.index-row3 .c2 {
    float: right;
    width: 545px;
    position: relative;
    z-index: 2;
}

.index-row3 .c2 li {
  float: left;
  width: 50%;
  height: 240px;
  position: relative;
}

.index-row3 .c2 li .text {
  position: absolute;
  left: 0;
  top: 30%;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 2;
  font-size: 18px;
  transition: all ease .2s;
}

.index-row3 .c2 li .text p {
  line-height: 2;
}

.index-row3 .c2 li .icon {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

.index-row3 .c2 li .pic {
  left: 100%;
  height: 100%;
  opacity: .3;
  filter: alpha(opacity=30);
}

.index-row3 .c2 li .pic img {
  width: 100%;
  height: 100%;
}

.index-row3 .c2 li:hover .text {
  transform: translateY(-30px);
}

.index-row3 .c2 .li1 {
  background: #0a2f2f;
}

.index-row3 .c2 .li2 {
  background: #cb7a16;
}

.index-row3 .c2 .li3 {
  background: #bb2d38;
}

.index-row3 .c2 .li4 {
  background: #015c83;
}
.index-row3 .c2 .li5 {
  background: #16163e;
}
.index-row3 .c2 .li1 .icon {
  background: url(../images/row3-icon1.png) center center no-repeat;
}

.index-row4 .c1 .slide .bd .item {
  padding: 15px 30px 30px;
  position: relative;
}
.index-row4 .c1 .slide .bd .item .more {
  position: absolute;
  right: 0;
  top:-50px;
}
.index-row4 .c1 .slide .bd .item .more  a {
  color: #9b9b9b;
}
.index-row3 .c2 .li2 .icon {
  background: url(../images/row3-icon2.png) center center no-repeat;
}

.index-row3 .c2 .li3 .icon {
  background: url(../images/row3-icon3.png) center center no-repeat;
}

.index-row3 .c2 .li4 .icon {
  background: url(../images/row3-icon4.png) center center no-repeat;
}

.index-row3 .c2 .li5 .icon {
  background: url(../images/row3-icon5.png) center center no-repeat;
}
.index-row4 .c1 .slide .bd .item dl {
  padding: 12px 0;
  border-bottom: 1px solid #efefef;
}

.index-row4 .c1 .slide .bd .item dl dt {
  float: left;
  width: 132px;
  height: 92px;
  overflow: hidden;
}

.index-row4 .c1 .slide .bd .item dl dt img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row4 .c1 .slide .bd .item dl dt:hover img {
  transform: scale(1.1);
}

.index-row4 .c1 .slide .bd .item dl dd {
  margin-left: 150px;
}

.index-row4 .c1 .slide .bd .item dl dd h6 {
  font-size: 18px;
  line-height: 32px;
  font-weight:bold;
}

.index-row4 .c1 .slide .bd .item dl dd h6 span {
  float: right;
  color: #cb7a16;
 line-height: 28px;  height: 52px; font-size: 16px;
}

.index-row4 .c1 .slide .bd .item dl dd .desc {


  overflow: hidden;
  color: #707070;
  margin-top: 5px;
line-height: 26px; height: 50px;font-size: 16px; 
}
.index-row4 {
  padding: 40px 0 60px;
  background: #edf2f2;
}

.index-row4 .c1 {
  float: left;
  width: 855px;
}

.index-row4 .c1 .slide .hd {
  margin-bottom: 10px;
}

.index-row4 .c1 .slide .hd li {
  float: left;
  margin-right: 24px;
  padding-bottom: 11px;
  line-height: 55px;
  font-size: 30px;
  color: #707070;
  cursor: pointer;
}

.index-row4 .c1 .slide .hd li.on {
  color: #005e5d;
  background: url(../images/tab-on.png) bottom center no-repeat;
}

.index-row4 .c1 .slide .bd {
  background: #fff;
}

.index-row4 .c1 .slide .bd .item {
  padding: 15px 30px 30px;
}

.index-row4 .c1 .slide .bd .item li {
  line-height: 57px;
  border-bottom: 1px dotted #e1e3e4;
}

.index-row4 .c1 .slide .bd .item li a {
  padding-left: 15px;
  background: url(../images/dote.png) left center no-repeat;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
font-size: 16px; 
}

.index-row4 .c1 .slide .bd .item li span {
  float: right;
  color: #adadad;
}

.index-row4 .c2 {
  float: right;
  width: 410px;
}

.index-row4 .c2 .main-tit {
  padding-top: 12px;
}

.index-row4 .c2 .main-tit span {
  color: #c7c7c7;
}

.index-row4 .c2 .main-box {
  height: 332px;
  padding: 30px;
  background: url(../images/bg3.png) 90% top no-repeat #fff;
}

.index-row4 .c2 .main-box dl {
  padding-left: 33px;
  margin-bottom: 15px;
}

.index-row4 .c2 .main-box dl dt {
  position: relative;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 5px;
  font-size: 18px;
}

.index-row4 .c2 .main-box dl dt img {
  position: absolute;
  right: 100%;
  margin-right: 15px;
  margin-top: 10px;
}

.index-row4 .c2 .main-box dl dd {
  line-height: 26px;
}

.index-row4 .c2 .main-box dl dd p {
  color: #8f8f8f;font-size: 16px;
}

.index-row4 .c2 .main-box dl dd p label {
  float: left;
}

.index-row4 .c2 .main-box dl dd p span {
  display: block;
  margin-left: 90px;
}

.footer {
  padding: 20px 0;
  color: #fff;
  background: #005e5d;
}
.footer a {  color: #fff;}
.footer .c1 {
  float: left;
  line-height: 28px;
}

.footer .c2 {
  float: right;
  margin-top: 5px;
}

.footer .c2 .item {
  display: inline-block;
    margin-left: 22px;
    position: relative;
}

.footer .c2 .item .qr {
position: absolute;
    bottom: 100%;
    left: 50%;
    width: 100px;
    margin-bottom: 10px;
    margin-left: -50px;
    display: none;
}
.footer .c2 .item:hover .qr{display: block;}

.inner-banner {
  position: relative;
  height: 300px;
  overflow: hidden;
}

.inner-banner img {
  width: 100%;
  height: 100%;
}

.inner-page {
  position: relative;
  background: #f5f5f5;
  padding: 30px 0;
}

.inner-page .right-con {
  width: 780px;
  background: #fff;
  padding: 20px 30px;
  float: left;
}

.inner-page .right-con .right-tit {
  height: 50px;
  line-height: 50px;
  border-bottom: 3px solid #f5f5f5;
}

.inner-page .right-con .right-tit h6 {
  color: #1469bc;
  font-size: 30px;
  font-family: 'STKaiti',"Microsoft YaHei";
}

.inner-page .right-con .right-tit .bread {
  float: right;
  font-size: 12px;
  color: #666;
}

.inner-page .right-con .right-tit .bread a {
  padding: 0 5px;
}

.inner-page .right-con .inner-list1 {
  margin-top: 30px;
}

.inner-page .right-con .inner-list1 li {
  height: 75px;
  padding: 10px 0;
  background: #f3f3f3;
  margin-bottom: 30px;
}

.inner-page .right-con .inner-list1 li .date {
  float: left;
  width: 130px;
  height: 75px;
  text-align: center;
  border-right: 1px solid #ccc;
}

.inner-page .right-con .inner-list1 li .date * {
  display: block;
}

.inner-page .right-con .inner-list1 li .date span {
  height: 45px;
  line-height: 45px;
  font-size: 30px;
  font-weight: bold;
  color: #1469bc;
}

.inner-page .right-con .inner-list1 li .date i {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  color: #333;
}

.inner-page .right-con .inner-list1 li .text {
  margin-left: 170px;
}

.inner-page .right-con .inner-list1 li .text h6 {
  font-size: 15px;
  height: 24px;
  line-height: 24px;
  color: #333;
  margin-bottom: 6px;
}

.inner-page .right-con .inner-list1 li .text P {
  font-size: 12px;
  line-height: 22px;
  height: 44px;
  overflow: hidden;
  color: #666;
}

.inner-page .right-con .inner-list1 li:hover {
  box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-out;
  transform: scale(1.06);
}

.inner-page .right-con .inner-list2 ul {
  margin: 0 -20px;
}

.inner-page .right-con .inner-list2 li {
  float: left;
  width: 33.3%;
}

.inner-page .right-con .inner-list2 li a {
  display: block;
  margin: 20px;
  border: 1px solid #ebebeb;
}

.inner-page .right-con .inner-list2 li a:hover {
  box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.5);
  transition: all 0.3s ease-out;
  transform: scale(1.06);
}

.inner-page .right-con .inner-list2 li .pic img {
  width: 100%;
  height: 150px;
}

.inner-page .right-con .inner-list2 li .text {
  padding: 15px 10px;
}

.inner-page .right-con .inner-list2 li .text h6 {
  font-size: 16px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
}

.inner-page .right-con .inner-list2 li .text .date {
  color: #666;
  font-size: 12px;
  line-height: 30px;
  border-top: 1px dotted #ccc;
  margin-top: 10px;
  padding-top: 10px;
  background: url(../images/date1.jpg) no-repeat left 18px;
  padding-left: 20px;
}

.inner-page .right-con .inner-list3 li {
  padding: 25px 0;
  border-bottom: 1px dotted #ccc;
}

.inner-page .right-con .inner-list3 li .pic {
  float: left;
  width: 220px;
  height: 150px;
  margin-right: 20px;
}

.inner-page .right-con .inner-list3 li .pic img {
  width: 100%;
  height: 100%;
}

.inner-page .right-con .inner-list3 li .text h6 {
  margin-bottom: 10px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-page .right-con .inner-list3 li .text .desc {
  line-height: 25px;
  height: 75px;
  color: #666;
  overflow: hidden;
}

.inner-page .right-con .inner-list3 li .text .date {
  font-size: 12px;
  line-height: 25px;
  color: #999;
  margin-top: 5px;
}

.inner-page .leftbar {
  width: 320px;
  float: right;
  position: relative;
  background: #ededed;
}

.inner-page .leftbar .tit {
  position: absolute;
  width: 100%;
  height: 93px;
  font-size: 30px;
  color: #fff;
  background: #005e5d;
  background-size: 100% 100%;
  overflow: hidden;
  bottom: 100%;
}

.inner-page .leftbar .tit h6 {
  margin-top: 20px;
  padding: 0 35px;
}

.inner-page .leftbar .tit .line {
  margin-left: 35px;
  width: 30px;
  height: 2px;
  margin-top: 15px;
  background: #fff;
}

.inner-page .leftbar .list {
  padding-left: 21px;
  padding-bottom: 40px;
}

.inner-page .leftbar .list li {
  font-size: 18px;
  line-height: 66px;
}

.inner-page .leftbar .list li a {
  padding-left: 45px;
  display: block;
}

.inner-page .leftbar .list li.on a {
  background: url(../images/dote3.png) 20px center no-repeat #fff;
}

.inner-page .detail .tit {
  margin-top: 40px;
  text-align: center;
  line-height: 1.6;
  font-size: 24px;
  margin-bottom: 20px;
}

.inner-page .detail .infor {
  text-align: center;
  font-size: 14px;
  min-height: 40px;
  line-height: 40px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.inner-page .detail .infor span {
  margin: 0 10px;
}

.inner-page .detail .content {
  line-height: 34px;
  font-size: 15px;
  padding-bottom: 20px;
  margin: 0 auto;
  color: #666;
}

.inner-page .detail .content img {
  margin: 10px 0;
  max-width: 100%;
}

.inner-page .detail .content p {
  text-indent: 2em;
  margin: 10px 0;
}

.inner-page .detail .detail-pages a {
  display: block;
  line-height: 30px;
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-page .detail .detail-pages .next {
  float: right;
}