@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: #0265f9;
}

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;
max-width:1920px;
margin: 0 auto;
}

.wrap {
  width: 1200px;
  margin: 0 auto;
}
.header .wrap_db {
    width: 1400px;
    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;
}

.main-tit h6 {
  font-size: 30px;
  line-height: 34px;
  position: relative;
  font-weight: bold;
  color: #000;
  z-index: 2;
}

.main-tit h6 span {
  color: #0265f9;
}

.main-tit .en {
  position: absolute;
  bottom: -13px;
  left: 0;
  font-size: 88px;
  font-weight: bold;
  z-index: 1;
  color: #0265f9;
  opacity: 0.05;
  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: #fff;
}

.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-size: 100% 100%;
  z-index: 2;
}

.header {
position: fixed;
  z-index: 999999;
  color: #fff;
/*padding: 15px 7.65% 0 6%;*/
  height: 113px;
  background: url(../images/header.jpg) top center no-repeat;
width: 100%;
}

.header a {
  color: #fff;
}

.header .logo {
  float: left;
  margin-top: 12px;
}

.header .header-right {
  float: right;
  margin-top: 15px;
}
.header .logo a img{
  height: 90px;
}
.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;

}

.search-box .text {
  border: none;
  height: 22px;
  line-height: 22px;
  vertical-align: middle;
  font-size: 14px;
  width: 182px;
  padding: 4px 10px;
  background: none;
  color: #fff;
}

.search-box .btn {
  position: absolute;
  right: 10px;
  top: 6px;
  vertical-align: middle;
}

.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/dote2.png) 20px center no-repeat;
}

.main-nav li .dropdown li a {
  padding: 0;
  color: #333;
}

.main-nav li.on {
  background: url(../images/nav-on.png) no-repeat center center;
}

.main-nav li:hover {
  z-index: 11;
  background: url(../images/nav-on.png) no-repeat center center;
}

.main-nav li:hover .dropdown li a:hover {
  color: #0265f9;
}

.banner {
  min-width: 1200px;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}

.banner .slide {
  position: relative;
}

.banner .hd {
  position: absolute;
  bottom: 36px;
  z-index: 2;
  width: 100%;
  text-align: center;
}

.banner .hd li {
  display: inline-block;
  cursor: pointer;
  margin: 0 12px;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  position: relative;
  width: 24px;
  height: 24px;
  background: url(../images/dote.png) center center no-repeat;
}

.banner .hd li.on {
  background: url(../images/dote-on.png) center center no-repeat;
}

.banner .bd ul li {
  width: 100%;
  position: relative;
  height: 600px;
  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%;
}

.index-row1 {
  background: url(../images/bg1.jpg) top center no-repeat;
  height: 540px;
}

.index-row1 .wrap {
  padding-top: 115px;
}

.index-row1 .c1 {
  float: left;
  width: 600px;
}

.index-row1 .c1 .slide {
  position: relative;
}

.index-row1 .c1 .slide .prev,
.index-row1 .c1 .slide .next {
  position: absolute;
  z-index: 20;
  width: 85px;
  height: 85px;
  bottom: 0;
}

.index-row1 .c1 .slide .prev {
  right: 88px;
  background: url(../images/arr-left.png) center center no-repeat;
}

.index-row1 .c1 .slide .next {
  right: 0;
  background: url(../images/arr-right.png) center center no-repeat #0265f9;
}

.index-row1 .c1 .slide .bd {
  background: #fff;
}

.index-row1 .c1 .slide .bd li {
  position: relative;
}

.index-row1 .c1 .slide .bd li .pic {
  height: 340px;
  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: relative;
  height: 85px;
  line-height: 85px;
  background: #f1f1f1;
  padding-left: 30px;
  padding-right: 163px;
  font-size: 18px;
}

.index-row1 .c1 .slide .bd li .text::after {
  top: 20px;
  content: "";
  position: absolute;
  right: 163px;
  width: 1px;
  height: 40px;
  background: #bfbfbf;
}

.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: 565px;
}

.index-row1 .c2 .main-tit {
  margin-bottom: 50px;
}

.index-row1 .c2 .item {
  float: left;
  width: 265px;
}

.index-row1 .c2 .item .date {
  line-height: 24px;
  margin-bottom: 17px;
  font-size: 20px;
  opacity: 0.6;
}

.index-row1 .c2 .item .date::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 20px;
  background: #0265f9;
  margin-right: 10px;
  border-radius: 2px;
  vertical-align: -2px;
}

.index-row1 .c2 .item .pic {
  height: 150px;
  overflow: hidden;
}

.index-row1 .c2 .item .pic img {
  transition: all ease 0.2s;
  width: 100%;
  height: 100%;
}

.index-row1 .c2 .item .pic:hover img {
  transform: scale(1.1);
}

.index-row1 .c2 .item .text {
  color: #fff;
  line-height: 32px;
  margin: 15px 0 20px;
  opacity: 0.5;
}

.index-row1 .c2 .item .more {
  opacity: 0.5;
  font-size: 12px;
}

.index-row1 .c2 .item .more a {
  color: #fff;
}

.index-row2 {
  padding: 60px 0;
}

.index-row2 .list ul {
  margin: 0 -24px;
}

.index-row2 .list ul li {
  float: left;
  width: 33.3%;
}

.index-row2 .list ul li .inner {
  padding: 0 24px;
}

.index-row2 .list ul li .tit::before {
  content: "";
  float: left;
  width: 4px;
  height: 43px;
  background: #a3a3a3;
  margin-top: 4px;
}

.index-row2 .list ul li .tit a {
  display: block;
  margin-left: 10px;
  line-height: 24px;
}

.index-row2 .list ul li .desc {
  margin: 24px 0;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  color: #666;
}

.index-row2 .list ul li .ctrl {
  padding-bottom: 15px;
  color: #999999;
  font-style: italic;
  border-bottom: 2px solid #dddddd;
}

.index-row2 .list ul li .ctrl a {
  float: right;
  font-size: 12px;
  color: #999999;
}

.index-row2 .list ul li .inner:hover .tit::before {
  background: #0265f9;
}

.index-row2 .list ul li .inner:hover .tit a {
  color: #0265f9;
}

.index-row2 .list ul li .inner:hover .ctrl {
  border-bottom-color: #0265f9;
}

.index-row3 {
  height: 512px;
  min-width: 1200px;
  background: url(../images/r3-bg.jpg) top center no-repeat;
}

.index-row3 .slide {
  margin-left: 340px;
  padding-top: 75px;
}

.index-row3 .slide .hd {
  float: left;
  width: 70px;
  background: url(../images/r2-tab-bg.png) no-repeat;
  height: 342px;
}

.index-row3 .slide .hd ul li {
  padding: 30px 10px;
  font-size: 26px;
  height: 107px;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}

.index-row3 .slide .hd ul li.on {
  color: #fff;
  background: url(../images/r2-tab-on.png) no-repeat;
}

.index-row3 .slide .hd ul .li1 {
  margin-top: 10px;
}

.index-row3 .slide .bd {
  margin-left: 114px;
}

.index-row3 .slide .bd li {
  background: url(../images/more1.png) right center no-repeat;
  padding: 19px 0;
  border-bottom: 1px solid #8ca3c0;
  line-height: 32px;
}

.index-row3 .slide .bd li a {
  display: block;
}

.index-row3 .slide .bd li .date {
  display: inline-block;
  font-size: 14px;
  vertical-align: middle;
}

.index-row3 .slide .bd li .label {
  display: inline-block;
  width: 120px;
  background: #0084ff;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin: 0 35px;
  vertical-align: middle;
}

.index-row3 .slide .bd li .text {
  display: inline-block;
  vertical-align: middle;
  max-width: 340px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row3 .slide .bd li:hover {
  background: url(../images/more1-on.png) right center no-repeat;
}

.index-row3 .slide .bd li:hover a {
  color: #0265f9;
}

.index-row3 .slide .bd li:hover label {
  background: #00b960;
}

.index-row4 {
  padding-top: 70px;
}

.index-row4 .main-box {
  margin-top: 40px;
  height: 550px;
  max-width: 100%;
  overflow: hidden;
}

.index-row4 .main-box .slide {
  position: absolute;
  left: 50%;
  width: 1850px;
  margin-left: -925px;
}

.index-row4 .main-box .slide .prev,
.index-row4 .main-box .slide .next {
  position: absolute;
  z-index: 20;
  width: 56px;
  height: 56px;
  top: 30%;
  left: 50%;
}

.index-row4 .main-box .slide .prev {
  margin-left: -670px;
  background: url(../images/arr1-right002.png) center center no-repeat;
}

.index-row4 .main-box .slide .next {
  margin-left: 610px;
  background: url(../images/arr1-right.png) center center no-repeat;
}

.index-row4 .main-box .slide .bd li {
  position: relative;
  float: left;
}

.index-row4 .main-box .slide .bd li a {
  display: block;
  width: 280px;
  margin: 0 12px;
}

.index-row4 .main-box .slide .bd li a .pic {
  border: 3px solid transparent;
  height: 380px;
  overflow: hidden;
}

.index-row4 .main-box .slide .bd li a .pic img {
  transition: all ease 0.2s;
  width: 100%;
  height: 100%;
}

.index-row4 .main-box .slide .bd li a .pic:hover img {
  transform: scale(1.1);
}

.index-row4 .main-box .slide .bd li a .text {
  margin: 3px;
  margin-top: 20px;
  line-height: 1;
  border-left: 5px solid #cfcfcf;
  padding-left: 10px;
}

.index-row4 .main-box .slide .bd li a .text .date {
  font-size: 12px;
}

.index-row4 .main-box .slide .bd li a .text .tit {
  margin-top: 10px;
}

.index-row4 .main-box .slide .bd li a:hover {
  color: #333;
}

.index-row4 .main-box .slide .bd li a:hover .pic {
  border-color: #00b960;
}

.index-row4 .main-box .slide .bd li a:hover .text {
  border-color: #00b960;
}

.index-row4 .main-box .slide .bd li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0;
  transition: all ease 0.3s;
  z-index: -2;
}

.index-row4 .main-box .slide .bd li.hide::before {
  opacity: 0.9;
  z-index: 2;
}

.index-row4 .main-box .slide .bd li.hide .text {
  opacity: 0;
}

.index-row4 .main-box .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 .main-box .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 .main-box .slide .hd li.on {
  background: url(../images/dote1-on.png) center center no-repeat;
}

.footer {
  position: relative;
  color: #fff;
  min-width: 1200px;
  height: 180px;
  background: url(../images/footer.jpg) bottom center no-repeat;
}

.footer .r1 {
  padding: 35px 0;
}

.footer .r1 .c1 {
  float: left;
  margin-right: 35px;
}
.footer .r1 .c1 img {
    height: 70px;
}
.footer .r1 .c2 img {
  width: 15px;
  margin-right: 3px;
}

.footer .r1 .c2 .p1 {
  margin-bottom: 30px;
}

.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 {
  background: #f4f4f4;
  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%;
  height: 113px;
  background: url(../images/leftbar-tit.png) no-repeat;
  padding-top: 60px;
}

.inner-page .leftbar .leftbar-tit h6 {
  line-height: 40px;
  border-left: 4px solid #00b960;
  margin-left: 30px;
  padding-left: 15px;
}

.inner-page .leftbar .list {
  padding-bottom: 30px;
}

.inner-page .leftbar .list li .tit {
  border-left: 2px solid transparent;
  padding-left: 84px;
  background: url(../images/fly.png) 50px 20px no-repeat;
}

.inner-page .leftbar .list li .tit a {
  line-height: 60px;
  font-size: 22px;
  display: block;
  border-bottom: 1px solid #d9d9d9;
}

.inner-page .leftbar .list li .child {
  padding-bottom: 10px;
  padding-left: 104px;
}

.inner-page .leftbar .list li .child a {
  display: block;
  line-height: 26px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 18px;
}

.inner-page .leftbar .list li.on {
  background-color: #00b960;
}

.inner-page .leftbar .list li.on .tit {
  border-left: 2px solid #0265f9;
}

.inner-page .leftbar .list li.on .tit a {
  color: #fff;
  border-bottom: 1px solid #00b960;
}

.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: #0265f9;
}

.inner-page .right-con .bread span {
  margin: 0 5px;
}

.inner-page .right-con .inner-tit {
  padding-bottom: 5px;
  margin-bottom: 40px;
  border-bottom: 1px solid #b0cff7;
}

.inner-page .right-con .inner-tit h6 {
  float: left;
  font-size: 24px;
  color: #0265f9;
  padding: 0 5px;
  position: relative;
}

.inner-page .right-con .inner-tit h6::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  background: #0265f9;
  height: 3px;
}

.inner-page .right-con .main-text-list {
  padding: 40px;
  background: #fff;
}

.inner-page .right-con .main-text-list li {
  margin-bottom: 20px;
}

.inner-page .right-con .main-text-list li .date {
  float: left;
  width: 64px;
  border-bottom: 2px solid #c9c6ce;
  font-family: "Times New Roman", Times, serif;
  line-height: 1.5;
  padding-bottom: 10px;
  color: #666666;
}

.inner-page .right-con .main-text-list li .date .d {
  font-size: 20px;
}

.inner-page .right-con .main-text-list li .text {
  margin-left: 120px;
  border-bottom: 1px dotted #e8e8e8;
}

.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 .text .desc {
  font-size: 14px;
  color: #666666;
  line-height: 26px;
  margin: 15px 0;
  height: 52px;
  overflow: hidden;
}

.inner-page .right-con .main-text-list li:hover .date {
  color: #0265f9;
  border-bottom: 1px solid #0265f9;
}

.inner-page .right-con .main-text-list li:hover .text {
  border-bottom: 1px solid #0265f9;
}

.inner-page .right-con .main-text-list li:hover .text a {
  color: #0265f9;
}

.inner-page .right-con .detail .tit {
  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;
  border-bottom: 1px dashed #d9d9d9;
  padding-bottom: 15px;
}

.inner-page .right-con .detail .infor {
  text-align: center;
  font-size: 14px;
  min-height: 40px;
  line-height: 40px;
  margin-top: 10px;
  margin-bottom: 20px;
  color: #666666;
}

.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;
}



@media screen and (max-width:1700px){

.header .logo a{display:block;line-height:52px;}
.header .logo a img{    height: 58px;
    vertical-align: middle;}
.main-nav li a{font-size:14px;padding:0 15px;}
.header a{font-size:14px;}
}