@charset "utf-8";
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,
a:hover {
  color: #5b5b5b;
  text-decoration: none;
}

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 {
  font-size: 14px;
  line-height: 1.5;
  font-family: "Microsoft YaHei";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  max-width: 640px;
  padding: 0 10px;
  margin: 0 auto;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

body {
  width: 100%;
}

.cover {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

.main-nav {
    overflow: auto;
  position: fixed;
  transition: all ease .3s;
  top: 0;
  right: 0;
  height: 100%;
  width: 160px;
  background-color: #1961ac;
  color: #fff;
  z-index: 999;
  transform: translateX(160px);
}

.main-nav dl dt {
  padding-left: 20px;
  background: #0c58a6;
  line-height: 44px;
  font-size: 16px;
  border-bottom: 1px solid #3177be;
  position: relative;
}
.main-nav dl dt a{color:#fff}
.main-nav dl dt .icon {
  position: absolute;
  right: 10px;
  top: 12px;
  height: 20px;
  width: 20px;
  background-size: 100% auto;
}

.main-nav dl dt.on .icon {
  background-position: 0 0;
}

.main-nav dl dd {
  display: none;
  padding-left: 20px;
  background: #2984e4;
  line-height: 44px;
}

.main-nav dl dd a {
  color: #fff;
  display: block;
}

.show-nav .main-nav {
  transform: translateX(0);
}

.main-tit {
  position: relative;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #0051ac;
  margin: 15px 0;
}

.main-tit h6 {
  font-size: 20px;
  color: #0051ac;
}

.main-tit h6 span {
  font-size: 14px;
  margin-left: 5px;
}

.main-tit .more {
  font-size: 14px;
  float: right;
  color: #a7a7a7;
}

.main-list li {
  line-height: 44px;
}

.main-list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-list li .date {
  float: right;
  margin-left: 20px;
}

.header {
  position: relative;
  padding: 23px 0;
  background: url(../images/header-bg.png);
  background-size: 100% auto;
}

.header .navctr {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
}

.header .navctr img {
  width: 100%;
}

.header .logo {
  float: left;
  width: 60%;
}

.header .logo img {
  width: 100%;
}

.header .icon-search {
  position: absolute;
  right: 60px;
  top: 50%;
  margin-top: -15px;
  width: 33px;
  height: 30px;
  background:  url(../images/search-icon.png) center center no-repeat;
  background-size: 100% auto;
}

.header-search {
  background: #f1f1f1;
  position: relative;
  box-sizing: border-box;
  height: 0;
  overflow: hidden;
  transition: all ease .3s;
}

.header-search .icon {
  display: none;
}

.header-search .text {
  width: 86%;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border: none;
  vertical-align: middle;
  background: #fff;
}

.header-search .btn {
  position: absolute;
  right: 10px;
  top: 10px;
  border: none;
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.header-search.on {
  padding: 5px;
  height: 40px;
}

.banner {
  position: relative;
}

.banner .hd {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 1;
  bottom: 5px;
  text-align: center;
}

.banner .hd ul li {
  display: inline-block;
  width: 12px;
  height: 12px;
  text-indent: 999em;
  overflow: hidden;
  border-radius: 50%;
  background: #fff;
  margin: 0 5px;
  vertical-align: top;
  overflow: hidden;
}

.banner .hd ul .on {
  background: #002956;
}

.banner .prev, .banner .next {
  position: absolute;
  top: 50%;
  height: 28px;
  width: 15px;
  transform: translateY(-50%);
  z-index: 2;
}

.banner .prev {
  left: 20px;
  background: url(../images/arr-left.png);
  background-size: 100% 100%;
}

.banner .next {
  right: 20px;
  background: url(../images/arr-right.png);
  background-size: 100% 100%;
}

.banner .bd {
  position: relative;
  z-index: 0;
}

.banner .bd ul {
  white-space: nowrap;
}

.banner .bd ul li {
  position: relative;
  float: left;
  display: block !important;
}

.banner .bd ul li img {
  width: 100%;
}

.banner .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 96%;
  padding: 0 2%;
  line-height: 40px;
  padding-top: 80px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../images/opacity2.png) center center repeat-x;
  color: #fff;
}

.index-row1 .c1 .slide1 {
  position: relative;
}

.index-row1 .c1 .slide1 .prev, .index-row1 .c1 .slide1 .next {
  position: absolute;
  z-index: 4;
  width: 30px;
  height: 30px;
  bottom: 0;
  right: 0;
}

.index-row1 .c1 .slide1 .prev {
  right: 33px;
  background: url(../images/arr1-left.jpg) center center no-repeat;
}

.index-row1 .c1 .slide1 .next {
  background: url(../images/arr1-right.jpg) center center no-repeat;
}
.index-row1 .c1 .slide1 .hd{
  display: none;
}
.index-row1 .c1 .slide1 .bd li {
  position: relative;
}

.index-row1 .c1 .slide1 .bd li .pic {
  height: 250px;
  overflow: hidden;
}

.index-row1 .c1 .slide1 .bd li .pic img {
  transition: all ease .2s;
  width: 100%;
  height: 100%;
}

.index-row1 .c1 .slide1 .bd li .pic:hover img {
  transform: scale(1.1);
}

.index-row1 .c1 .slide1 .bd li .text {
  position: absolute;
  left: 0;
  right: 66px;
  background: url(../images/opacity.png);
  color: #fff;
  bottom: 0;
  line-height: 44px;
  padding: 0 20px;
}

.index-row1 .c1 .slide1 .bd li .text a {
  display: block;
  margin-right: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
}

.index-row1 .c1 .slide1 .bd li .text .date {
  float: right;
}

.index-row1 .c2 .headline h6 {
  padding: 10px 0;
}

.index-row1 .c2 .headline h6 span {
  float: right;
  padding: 0 20px;
  line-height: 24px;
  background: #b81d22;
  color: #fff;
}

.index-row1 .c2 .headline h6 a {
  display: block;
  color: #b81d22;
  font-size: 20px;
  font-weight: bold;
  margin-right: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row1 .c2 .headline .desc {
  padding-bottom: 10px;
  line-height: 32px;
  color: #656565;
  border-bottom: 1px dashed #d9d9d9;
  margin-bottom: 10px;
}

.index-row2 .slide {
  padding-top: 10px;
width:100%;
}

.index-row2 .slide .hd {
  position: relative;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 3px solid #02568a;
  margin: 15px 0;
width:100%;
}

.index-row2 .slide .hd img {
  vertical-align: middle;
}

.index-row2 .slide .hd ul {
  display: inline-block;
  font-size: 22px;
  vertical-align: middle;
width:100%;
}

.index-row2 .slide .hd li {
  display: inline-block;
  cursor: pointer;

}

.index-row2 .slide .hd .more {
  float: right;
}

.index-row2 .c1 .list dl {
  margin-bottom: 10px;
  line-height: 32px;

}

.index-row2 .c1 .list dl dt {
  float: left;
  width: 60px;
  text-align: center;
  background: #0051ac;
  color: #fff;
  border-radius: 10px;
  margin-right: 12px;
}

.index-row2 .c1 .list dl dd {
  white-space: nowrap;
  text-overflow: ellipsis;    overflow: hidden;
}

.index-row2 .c2 .slide .main-list li {
  line-height: 38px;
  padding-left: 24px;
  background: url(../images/dote.png) left center no-repeat;

}
.index-row2 .c2 .slide .main-list li a{
  max-width: 267px;
}

.index-row3 {
  margin: 15px 0;
}

.index-row3 .c1 .slide {
  padding-top: 15px;
}

.index-row3 .c1 .slide .bd li {
  float: left;
  width: 25%;
  text-align: center;
}

.index-row3 .c1 .slide .bd li p {
  font-size: 15px;
  margin: 12px 0;
}

.index-row3 .c1 .slide .hd {
  text-align: center;
  color: transparent;
}

.index-row3 .c1 .slide .hd li {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #e7e7e7;
  margin: 0 3px;
  cursor: pointer;
}

.index-row3 .c1 .slide .hd li.on {
  background: #02568a;
}

.index-row3 .c2 .list {
  height: 220px;
  overflow-y: auto;
  border: 1px solid #e9e9e9;
  border-right: none;
}

.index-row3 .c2 .list li {
  float: left;
  width: 50%;
}
.index-row3 .c2 .list li.li1{
  background: #ededed;
}
.index-row3 .c2 .list li a {
  display: block;
  border-right: 1px solid #e9e9e9;
  border-bottom: 1px solid #e9e9e9;
  line-height: 32px;
  padding: 0 11px;
}

/* --ie清除--*/

select::-ms-expand{ display: none; }

/* --火狐、谷歌清除--*/

/*select{
     appearance:none;  
    -moz-appearance:none;  
    -webkit-appearance:none;
    background: url(../images/arrow.png) no-repeat scroll right center transparent;
     padding-right: 14px;
}
option::-ms-expand{ display: none; }
option{
    -moz-appearance:none;
    -webkit-appearance:none; 
    appearance:none;
}*/
select{
  width: 49%;
  height: 30px;
  background: transparent;
  border: 1px solid #fff;
  font-size: 14px;
  color: #fff;
  padding: 0 12px;
  margin-bottom: 10px;
}
option{
  color: #000;
}

.footer {
  background: url(../images/f-bg.png);
  background-size: auto 100%;
  color: #fff;    padding-top: 10px;
}

.footer a {
  color: #fff;
}

.footer .r1 {
  padding: 20px 0;
}
.footer .r2{
 
 text-align: center;
}
.footer .r2 li{
  float: left;
  width: 33%;
  text-align: center;
}
.footer .r2 li img{
  width: 75%;
}

.copyright{
  background: #0051ac;
  line-height: 26px;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}


.inner-banner {
  padding-top: 1px;
  position: relative;
  height: 260px;
  background: url(../images/inner-banner.jpg) center center no-repeat;
}

.inner-page .bread {
  text-align: left;
  line-height: 40px;
  padding: 10px 0;
  font-size: 14px;
  border-bottom: 2px solid #002956;
}
.inner-page .bread img{
  vertical-align: middle;
}

.inner-page .main-text-list li {
  padding: 10px 0;
  line-height: 45px;
  font-size: 18px;
  padding-left: 34px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background: url(../images/dote1.png) left center no-repeat;
  border-bottom: 1px solid #e6e7ea;
}

.inner-page .pic-list li .date {
  float: right;
  font-size: 16px;
  padding-left: 30px;
  color: #666;
  background: url(../images/icon17.png) left center no-repeat;
}

.inner-page .pic-list li {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding: 7px;
  box-sizing: border-box;
}

.inner-page .pic-list li .pic img {
  width: 100%;
}

.inner-page .pic-list li .text {
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  background: url(../images/opacity.png) repeat;
}

.inner-page .pic-list li .text a {
  color: #fff;
}

.inner-page .pic-list li .text img {
  margin-left: 10px;
  vertical-align: middle;
}


.inner-page .detail {
  padding: 20px 0;
}

.inner-page .detail .tit {
  padding: 10px 0;
  text-align: center;
  font-size: 20px;
  color: #0d67bb;
}

.inner-page .detail .infor {
  text-align: center;
  font-size: 14px;
  color: #999;
}

.inner-page .detail .infor span {
  margin: 0 20px;
}

.inner-page .detail .desc {
  margin: 40px 0;
  background: #fbfbfb;
  border-left: 4px solid #1a5799;
  line-height: 32px;
  padding: 20px 0 20px 50px;
  text-indent: 2em;
}

.inner-page .detail .content {
  line-height: 36px;
}

.inner-page .detail .content img {
  max-width: 100%;
  margin: 10px 0;
}

.inner-page .detail .content p {
  text-indent: 2em;
}


.navigation {
  text-align: center;
  margin: 30px 0;
}

.navigation a, .navigation input, .navigation button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 40px;
  margin: 0 5px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  border: 1px solid #c8c8c8;
  background: #fff;
}

.navigation a:hover, .navigation a.on {
  background: #bf8356;
  color: #fff;
  border: 1px solid #bf8356;
}

.navigation span {
  margin: 0 10px;
}

.navigation input {
  width: 60px;
}

.navigation .btn {
  cursor: pointer;
}
.index-row1 .c1 .slide1 .hd {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 2;
  text-align: right;display:block;}

.index-row1 .c1 .slide1 .hd li {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  margin: 0 5px;
  color: #fff;
  background:#0356b2;}

.index-row1 .c1 .slide1 .hd li.on {
  background: #e70012;}

.fy{width: 190px;
    height: 40px;
    line-height: 40px;
    background: #0051ac;
    margin: 20px auto;
    text-align: center;
    color: #fff;
    border-radius: 20px;
}