@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: '微软雅黑';
}
body{min-width: 1300px;}
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: #004098;
}

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;
}

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: 16px;
}

.wrap {
  width: 1300px;
  margin: 0 auto;
}

.main-tit {
  line-height: 26px;
  padding: 15px 0;
}

.main-tit h6 {
  font-size: 26px;
  color: #004098;
}

.main-tit h6 span {
  font-size: 16px;
  margin-left: 5px;
  color: #b0b0b0;
}

.main-tit .more {
  float: right;
  text-align: center;
  padding: 0 17px;
  font-size: 16px;
  line-height: 26px;
  color: #7a7a7a;
  border: 1px solid #b5b5b5;
}

.header {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0;
width:100%;
  min-width: 1300px;
  padding: 40px 0;
  background: url(../images/opacity.png);
}

.header .wrap {
  width: 1400px;
}

.header .logo {
  float: left;
}

.header .right {
  float: right;
  width: 890px;
}

.search-box {
  position: relative;
  margin-top: 10px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 5px;
}

.search-box .text {
  border: none;
  height: 24px;
  line-height: 24px;
  vertical-align: middle;
  font-size: 14px;
  width: 210px;
    padding: 9px 10px;
    margin-right: 30px;
}

.search-box .btn {
  position: absolute;
  right: 10px;
  top: 8px;
  vertical-align: middle;
}

.main-nav {
  position: relative;
  z-index: 3;
}

.main-nav li {
  position: relative;
  float: left;
  width: 10.5%;
  margin: 0 1%;
  text-align: center;
  z-index: 10;
  font-size: 18px;
  line-height: 54px;
}

.main-nav li a {
  color: #fff;
  display: block;
  text-align: center;
  border-bottom: 5px solid transparent;
}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 99%;
  min-width: 100%;
}

.main-nav li .dropdown ul {
  position: relative;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
  line-height: 48px;
  overflow: hidden;
  font-size: 14px;
  background: #004098;
  position: relative;
}

.main-nav li .dropdown li:hover {
  background: #275da7;
}

.main-nav li.on a {
  border-bottom-color: #ffb400;
}

.main-nav li:hover {
  z-index: 11;
}

.main-nav li:hover .dropdown li a {
  color: #fff;
}

.main-nav li:hover .dropdown li a:hover {
  color: #fff;
}

.banner {
  min-width: 1300px;
  max-width: 100%;
  overflow: hidden;
}

.banner .slide {
  position: relative;
}

.banner .prev, .banner .next {
  display: none;
  position: absolute;
  z-index: 2;
  width: 64px;
  height: 64px;
  top: 50%;
  left: 50%;
  margin-top: -45px;
}

.banner .prev {
  margin-left: -700px;
  background: url(../images/arr-left.png) center center no-repeat;
}

.banner .next {
  margin-left: 600px;
  background: url(../images/arr-right.png) center center no-repeat;
}

.banner .hd {
  position: absolute;
  bottom: 36px;
  right: 50%;
  margin-right: -650px;
  z-index: 2;
  text-align: right;
}

.banner .hd li {
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  margin: 0 8px;
  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: 755px;
  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;
  z-index: 20;
  left: 50%;
  margin-left: -650px;
  bottom: 90px;
  line-height: 1;
  font-size: 24px;
  padding-left: 100px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.banner .bd ul li .text:before {
  content: '';
  display: inline-block;
  margin-right: 20px;
  width: 80px;
  height: 1px;
  background: #fff;
  vertical-align: middle;
}

.banner .bd ul li .text a {
  color: #fff;
}

.index-row1 {
  margin: 25px 0;
}

.index-row1 .c1 {
  float: left;
  width: 192px;
  height: 65px;
  padding-top: 5px;
  background: url(../images/tit1.png) no-repeat;
  text-align: center;
  color: #fff;
}

.index-row1 .c1 h6 {
  font-size: 24px;
  line-height: 40px;
}

.index-row1 .c1 p {
  line-height: 1;
  font-size: 12px;
}

.index-row1 .c2 {
  float: left;
  width: 740px;
  margin-left: 15px;
  margin-top: 5px;
}

.index-row1 .c2 .date {
  display: inline-block;
  width: 70px;
  height: 60px;
  line-height: 1.2;
  vertical-align: middle;
  background: url(../images/line.png) center center no-repeat;
}

.index-row1 .c2 .date .d {
  text-align: left;
  font-size: 28px;
  color: #004098;
}

.index-row1 .c2 .date .y {
  text-align: right;
  font-size: 18px;
  color: #696969;
  padding-right: 15px;
}

.index-row1 .c2 a {
  line-height: 60px;
  width: 660px;
}

.index-row1 .c3 {
  float: right;
}

.index-row2 {
  background: #f5f5f5;
  padding: 30px 0;
}

.index-row2 .c1 {
  float: left;
  width: 500px;
}

.index-row2 .c1 .slide .pic {
  height: 365px;
  overflow: hidden;
}

.index-row2 .c1 .slide .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row2 .c1 .slide .pic:hover img {
  transform: scale(1.1);
}

.index-row2 .c1 .slide .text {
  padding: 15px;
  background: #fff;
}

.index-row2 .c1 .slide .text .date {
  float: left;
  width: 70px;
  height: 60px;
  line-height: 1.2;
  vertical-align: middle;
  background: url(../images/line.png) center center no-repeat;
}

.index-row2 .c1 .slide .text .date .d {
  text-align: left;
  font-size: 28px;
  color: #004098;
}

.index-row2 .c1 .slide .text .date .y {
  text-align: right;
  font-size: 18px;
  color: #696969;
  padding-right: 15px;
}

.index-row2 .c1 .slide .text .desc {
  margin-left: 80px;
  line-height: 30px;
  font-size: 18px;
}

.index-row2 .c2 {
  float: right;
  width: 750px;
}

.index-row2 .c2 .headline {
  padding: 1px 0 20px;
  border-bottom: 1px solid #dadada;
}

.index-row2 .c2 .headline .text {
  margin-right: 190px;
}

.index-row2 .c2 .headline .text h6 {
  margin: 15px 0;
}

.index-row2 .c2 .headline .text .desc {
  font-size: 14px;
  line-height: 28px;
  color: #838383;
}

.index-row2 .c2 .headline .date {
  float: right;
  margin-top: 15px;
  text-align: center;
  margin-right: 40px;
  color: #003f98;
}

.index-row2 .c2 .headline .date .d {
  font-size: 38px;
}

.index-row2 .c2 .headline .date .y {
  font-size: 14px;
}

.index-row2 .c2 .list {
  padding-top: 15px;
}

.index-row2 .c2 .list li {
  line-height: 24px;
  padding: 14px 0;
}

.index-row2 .c2 .list li span {
  display: inline-block;
  width: 65px;
  height: 24px;
  text-align: center;
  background: #275da7;
  color: #fff;
  text-align: center;
  margin-right: 30px;
}

.index-row2 .c2 .list li a {
  display: block;
  overflow: hidden;
}

.index-row2 .c2 .list li a img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row2 .c2 .list li a:hover img {
  transform: scale(1.1);
}

.index-row3 {
  padding: 40px 0;
  height: 500px;
  background: url(../images/bg1.png) center center no-repeat;
}
.index-row3 .list .tit{height:45px}
.index-row3 .slide .hd {
  position: relative;
  margin-bottom: 30px;
}

.index-row3 .slide .hd .state {
  position: absolute;
  right: 0;
  top: 12px;
  text-align: center;
  padding: 0 17px;
  font-size: 16px;
  line-height: 26px;
  color: #7a7a7a;
  border: 1px solid #b5b5b5;
}

.index-row3 .slide .hd .state a {
  display: none;
}

.index-row3 .slide .hd ul {
  background: url(../images/line.png) center center no-repeat;
}

.index-row3 .slide .hd ul li {
  position: relative;
  float: left;
  width: 45%;
  padding: 0 2.5%;
  font-size: 26px;
  line-height: 50px;
  cursor: pointer;
}

.index-row3 .slide .hd ul li span {
  color: #b0b0b0;
  font-family: Arial;
  font-weight: normal;
}

.index-row3 .slide .hd ul li.on {
  color: #003f98;
}

.index-row3 .slide .hd ul li:after {
  content: '';
  position: absolute;
  height: 1px;
  background: #dadada;
  top: 50%;
  left: 245px;
  right: 68px;
}

.index-row3 .slide .hd ul .li1 {
  text-align: right;
}

.index-row3 .slide .hd ul .li1:after {
  left: 0;
  right: 245px;
}

.index-row3 .slide .bd .c1 {
  float: left;
  width: 625px;
}

.index-row3 .slide .bd .c1 .list li {
  padding: 25px 0;
  border-bottom: 1px solid #dadada;
}

.index-row3 .slide .bd .c1 .list li .text {
  margin-left: 90px;
}

.index-row3 .slide .bd .c1 .list li .text h6 {
  margin-bottom: 10px;
}

.index-row3 .slide .bd .c1 .list li .text .desc {
  font-size: 14px;
  line-height: 28px;
  height: 56px;
  overflow: hidden;
  color: #838383;
}

.index-row3 .slide .bd .c1 .list li .date {
  float: left;
  width: 70px;
  margin-top: 15px;
  text-align: center;
  margin-right: 40px;
  color: #003f98;
}

.index-row3 .slide .bd .c1 .list li .date .d {
  font-size: 38px;
}

.index-row3 .slide .bd .c1 .list li .date .y {
  font-size: 14px;
}

.index-row3 .slide .bd .c2 {
  float: right;
  width: 660px;
}

.index-row3 .slide .bd .c2 .list {
  margin-top: 20px;
}

.index-row3 .slide .bd .c2 .list li {
  float: left;
  width: 50%;
}

.index-row3 .slide .bd .c2 .list li .inner {
  padding: 0 10px;
}

.index-row3 .slide .bd .c2 .list li .pic {
  height: 200px;
  overflow: hidden;
}

.index-row3 .slide .bd .c2 .list li .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row3 .slide .bd .c2 .list li .pic:hover img {
  transform: scale(1.1);
}

.index-row3 .slide .bd .c2 .list li .text {
  padding: 15px;
}

.index-row3 .slide .bd .c2 .list li .text .date {
  margin: 10px 0;
}

.index-row3 .slide .bd .c2 .list li .text .date span {
  display: inline-block;
  line-height: 24px;
  width: 65px;
  text-align: center;
  background: #275da7;
  color: #fff;
}

.index-row3 .slide .bd .c2 .list li .text .tit {
  padding-top: 5px;
  line-height: 36px;
  height: 72px;
  overflow: hidden;
}

.index-row3 .slide .bd .c2 .list li .text .desc {
  height: 64px;
  line-height: 32px;
  overflow: hidden;
  color: #838383;
  font-size: 14px;
}

.index-row4 {
  background: #f5f5f5;
  padding: 30px 0;
}

.index-row4 .slide {
  position: relative;
}

.index-row4 .slide .bd {
  margin: 30px 50px 0;
  overflow: hidden;
}

.index-row4 .slide .bd li {
  float: left;
  width: 370px;
  margin-right: 46px;
}

.index-row4 .slide .bd li .pic {
  overflow: hidden;
  height: 206px;
}

.index-row4 .slide .bd li .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row4 .slide .bd li .pic:hover img {
  transform: scale(1.1);
}

.index-row4 .slide .bd li .text1 {
  position: relative;
  padding: 38px 26px;
  background: #fff;
  border: 1px solid #d2d2d2;
}

.index-row4 .slide .bd li .text1 h6 {
  line-height: 30px;
  height: 60px;
  overflow: hidden;
}

.index-row4 .slide .bd li .text1 .date {
  position: absolute;
  left: 50%;
  width: 244px;
  margin-left: -122px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  bottom: 100%;
  background: url(../images/opacity.png);
}

.index-row4 .slide .bd li .text2 {
  display: none;
  position: relative;
  padding: 15px 26px;
  background: url(../images/opacity.png);
  color: #fff;
}

.index-row4 .slide .bd li .text2 h6 {
  position: absolute;
  left: 0;
  right: 0;
  line-height: 30px;
  text-align: center;
  color: #fff;
  bottom: 100%;
  padding: 10px 20px;
  color: #fad294;
  background: url(../images/opacity.png);
}

.index-row4 .slide .bd li .text2 .desc {
  line-height: 30px;
  height: 60px;
  overflow: hidden;
  font-size: 14px;
}

.index-row4 .slide .bd li .text2 .date {
  margin-top: 25px;
}

.index-row4 .slide .bd li:hover .text1 {
  display: none;
}

.index-row4 .slide .bd li:hover .text2 {
  display: block;
}

.index-row4 .slide .ctrl {
  margin-top: 35px;
  text-align: right;
}

.index-row4 .slide .ctrl a {
  width: 48px;
  height: 48px;
  position: absolute;
  top: 50%;
}

.index-row4 .slide .ctrl .prev {
  left: 0;
  background: url(../images/prev.png) center center no-repeat;
}

.index-row4 .slide .ctrl .next {
  right: 0;
  background: url(../images/next.png) center center no-repeat;
}

.index-row5 {
  padding: 50px 0;
  height: 430px;
  background: url(../images/bg2.png) bottom center no-repeat;
}

.index-row5 .c1 {
  float: left;
  width: 625px;
}

.index-row5 .c1 .list {
  margin-top: 10px;
}

.index-row5 .c1 .list li {
  padding: 8px 0;
  line-height: 30px;
}

.index-row5 .c1 .list li h6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row5 .c1 .list li .desc {
  color: #d4a000;
  font-style: italic;
}

.index-row5 .c1 .list li .desc span {
  margin-right: 55px;
}

.index-row5 .c2 {
  float: right;
  width: 630px;
}

.index-row5 .c2 .pic img {
  width: 100%;
}

.index-row5 .c2 .text {
  padding-left: 45px;
  padding-top: 55px;
}

.index-row5 .c2 .text p {
  margin: 10px 0;
  line-height: 40px;
}

.index-row5 .c2 .text p img {
  margin-right: 25px;
}

.index-row6 {
  padding: 28px 0;
}

.index-row6 .c1 {
  float: left;
  width: 256px;
  line-height: 82px;
  background: #004098;
  text-align: center;
  color: #fff;
  font-size: 24px;
}

.index-row6 .c1 span {
  font-size: 16px;
  margin-left: 20px;
}

.index-row6 .c2 {
  margin-left: 280px;
  line-height: 44px;
}

.index-row6 .c2 a {
  margin-right: 35px;
  white-space: nowrap;
}

.footer {
  position: relative;
  padding: 60px 0;
  color: #fff;
  min-width: 1400px;
  background: #004098;
}

.footer .wrap {
  width: 1400px;
}

.footer .c1 {
  float: left;
  width: 580px;
  line-height: 40px;
  color: #e2e2e2;
}

.footer .c2 {
  float: left;
  opacity: .5;
  margin-top: 30px;
}

.footer .c3 {
  float: right;
}

.gotop {
  position: fixed;
  left: 50%;
  margin-left: 740px;
  bottom: 10%;
  cursor: pointer;
}

.sidebar-nav {
  position: fixed;
  right: 20%;
  left: 50%;
  width: 81px;
  margin-left: 700px;
  padding: 10px;
  bottom: 25%;
  z-index: 9;
  text-align: center;
}

.sidebar-nav li {
  height: 81px;
  background: #bfbfbf;
  margin-bottom: 5px;
}

.sidebar-nav li a {
  position: relative;
  display: block;
  padding: 17px 0;
  line-height: 2;
  color: #6b6b6b;
  font-size: 14px;
  color: #fff;
}

.sidebar-nav li a .pic {
  position: absolute;
  display: none;
  width: 200px;
  right: 100%;
  bottom: 0;
  margin-right: 20px;
}

.sidebar-nav li a .pic img {
  width: 100%;
}

.sidebar-nav .totop {
  cursor: pointer;
  background: url(../images/totop.png) center center no-repeat #bfbfbf;
}

.inner-banner {
  position: relative;
  height: 770px;
  overflow: hidden;
}

.inner-banner img {
  width: 100%;
  height: 100%;
}

.inner-page {
  margin-bottom: 40px;
  background: url(../images/inner-tit.png) left top no-repeat;
}

.inner-page .leftbar {
  float: left;
  width: 300px;
  position: relative;
  background: #ededed;
}

.inner-page .leftbar .tit {
  position: absolute;
  width: 100%;
  height: 93px;
  font-size: 30px;
  color: #fff;
  background: #004098;
  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 .right-con {
  float: right;
  width: 950px;
}

.inner-page .right-con .bread {
  height: 66px;
  line-height: 66px;
  border-bottom: 1px solid #e0e0e0;
  padding-left: 35px;
  background: url(../images/home.png) left center no-repeat;
}

.inner-page .right-con .list {
  padding: 11px 0;
}

.inner-page .right-con .list li {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px dotted #b4b4b4;
  line-height: 28px;
}

.inner-page .right-con .list li:before {
  content: '';
  display: inline-block;
  vertical-align: top;
  width: 6px;
  height: 6px;
  margin: 10px 15px 0 10px;
  background: #1c5eda;
  border-radius: 50%;
}

.inner-page .detail .tit {
  margin-top: 40px;
  text-align: center;
  line-height: 1.6;
  color: #004098;
  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 {
  
  line-height: 30px;
  width: 40%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-page .detail .detail-pages .next {
  
}