@charset "utf-8";
/* sass变量 */
*html {
  background-image: url(about:blank);
  background-attachment: fixed;
}
.imghover {
    cursor: pointer;
    transition: all 0.6s;
}

.imghover:hover {
    transform: scale(1.2);
}
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-size: 14px;
  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 {
  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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.wrap {
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
}

.clearfix:after {
  content: '\20';
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

body {
  background: #ececec;  
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb20 {
  margin-bottom: 20px;
}

.main-tit {
  line-height: 50px;
  position: relative;
  margin-bottom: 40px;
}

.main-tit h6 {
  font-size: 28px;
  color: #16508d;
}

.main-tit .more {
  position: relative;
  float: right;
  color: #7b1e21;
}

.main-tit .more img {
  vertical-align: middle;
}

.header {
  padding-bottom:20px;
  font-size: 14px;    background: #ffffff;
}

.header .logo {
  float: left;
  margin-top: 20px;
}

.header .logo img {
  height: 71px;
}

.header .index-con {
  float: right;
}

.header .index-con .t {
  text-align: center;
  background: url(../image/topnav.png) no-repeat;
  height: 45px;
  width: 330px;
  line-height: 44px;
    margin: 0 0 0 172px;
}

.header .index-con .t a {
    color: #666;
    padding: 0 5px;
    font-size: 14px;
}
.header .index-con .t a:hover {
    color: #567fe6;;
}

.header .index-con .t a img {
  vertical-align: -2px;
  margin-right: 5px;
}

.header .index-con .t span {
  margin: 0 5px;
  font-size: 12px;
}

.header .index-con .b {
  margin-top: 20px;
  line-height: 30px;
}

.header .index-con .b a {
  color: #421010;
  font-size: 16px;
}
.header .index-con .b a:hover{color:#567fe6}
.header .index-con .b span {
  margin: 0 18px;
  color: #bdbdbd;
  font-size: 12px;
}

.search-box {
  position: relative;
  width: 220px;
  padding: 3px 10px;
  margin-top: 10px;
  background: url(../image/search-bg.png) left center no-repeat;
}

.search-box .text {
  width: 200px;
  border: none;
  background: none;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  color: #fff;
}

.search-box .btn {
  position: absolute;
  right: 5px;
  top: 3px;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.main-nav {
  position: relative;
top: -30px
}

.main-nav .search-box {
  float: right;
}

.main-nav ul {

  line-height: 48px;
}

.main-nav li {
  position: relative;
  float: left;

  text-align: center;
 
  font-size: 18px;font-weight: bold;
  transition: all ease .2s;
}

.main-nav li a {
  
  display: block;
  text-align: center;
}

.main-nav li .dropdown {
  position: relative;
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 99%;
  padding-top: 10px;
}

.main-nav li .dropdown ul {
  position: relative;
}

.main-nav li .dropdown ul::before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom-color: #567fe6;
}

.main-nav li .dropdown li {
  float: none;
  width: 100%;
  padding: 0;
  line-height: 44px;
  font-size: 15px;
  background: #567fe6;
}

.main-nav li .dropdown li:hover {
  background: #0092de;
  color: #fff;
}

.main-nav li .dropdown li a {
  border: none;
}



.main-nav li:hover .dropdown, .main-nav li .on .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li a, .main-nav li .on .dropdown li a {
  color: #fff;
  display: block;
  transition: all ease .3s;
}

.banner {
  height: 500px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

.banner .hd {
  position: absolute;
  z-index: 2;
  bottom: 25px;
  width: 100%;
  text-align: center;
}

.banner .hd li {
  width: 27px;
  height: 27px;
  background: url(../image/dote.png) no-repeat;
  margin: 0 6px;
  display: inline-block;
  cursor: pointer;
}

.banner .hd li.on {
  background: url(../image/dote-on.png) no-repeat;
}

.banner .prev, .banner .next {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 60px;
  height: 78px;
  z-index: 2;
}

.banner .prev span, .banner .next span {
  display: block;
  width: 100%;
  height: 100%;
}

.banner .prev {
  left: 10%;
}

.banner .prev span {
  background: url(../image/arr-left.png) center center no-repeat;
}

.banner .next {
  margin-left: 520px;
  right: 10%;
}

.banner .next span {
  background: url(../image/arr-right.png) center center no-repeat;
}

.banner .bd {
  position: absolute;

  height: 100%;
  left: 50%;
  margin-left: -960px;
}

.banner .bd li img {
  width: 100%;
  height: 500px;
}

.index-tit {
  min-width: 1366px;
  text-align: center;
  font-size: 36px;
  color: #567fe6;
  margin: 60px 0 30px;
  font-weight: bold;
}

.index-row1 {
  padding: 40px 0;
  background: url(../image/index-row1.jpg) center center no-repeat;
}

.index-row1 .c1 {
  float: left;
  width: 670px;
}

.index-row1 .c1 .tit {
  font-size: 36px;
  color: #567fe6;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 36px;
}

.index-row1 .c1 .slide {
  position: relative;
  height: 444px;
  overflow: hidden;
}

.index-row1 .c1 .slide .hd {
  position: absolute;
  z-index: 2;
  bottom: 15px;
  right: 15px;
  text-align: center;
}

.index-row1 .c1 .slide .hd li {
  width: 24px;
  height: 24px;
  background: #bab9b9;
  color: #fff;
  margin: 0 6px;
  display: inline-block;
  cursor: pointer;
}

.index-row1 .c1 .slide .hd li.on {
  background: #a2100f;
}

.index-row1 .c1 .slide .bd li {
  position: relative;
}

.index-row1 .c1 .slide .bd li .pic img {
  width: 100%;
  height: 444px;
}

.index-row1 .c1 .slide .bd li .text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 70%;
  padding-right: 30%;
  background: url(../image/opacity1.png);
  line-height: 60px;
  color: #fff;
}

.index-row1 .c2 {
  float: right;
  width: 696px;
}

.index-row1 .c2 .slide {
  position: relative;
}

.index-row1 .c2 .slide .hd {
  margin: 8px 0 8px;
}

.index-row1 .c2 .slide .hd li {
  margin: 0 18px;
  line-height: 40px;
  padding-bottom: 7px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  float: left;
  width: 87px;
  cursor: pointer;
  background: url(../image/line.png) bottom center no-repeat;
}

.index-row1 .c2 .slide .hd li.on {
  background: url(../image/line-on.png) bottom center no-repeat;
}

.index-row1 .c2 .slide .bd {
  margin-top: 17px;
  background: #fff;
  height: 444px;
}

.index-row1 .c2 .slide .bd .more {
  position: absolute;
  right: 0px;
  top: 7px;
  width: 68px;
  padding-left: 20px;
  height: 32px;
  line-height: 32px;
  background: url(../image/more.png) no-repeat;
}

.index-row1 .c2 .slide .bd .item {
  padding: 20px 30px;
}

.index-row1 .c2 .slide .bd .headline {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 20px;
  margin-bottom: 25px;
  margin-top: 13px;
}

.index-row1 .c2 .slide .bd .headline dt {
  float: left;
  width: 90px;
  height: 90px;
  border: 2px solid #f2f2f2;
  line-height: 30px;
  background: #f2f2f2;
  border-radius: 3px;
  text-align: center;
}

.index-row1 .c2 .slide .bd .headline dt .d {
  margin: 15px 0;
  font-size: 34px;
  line-height: 1;
  color: #567fe6;
  font-weight: bold;
}

.index-row1 .c2 .slide .bd .headline dt .y {
  line-height: 1;
}

.index-row1 .c2 .slide .bd .headline dd {
  margin-left: 117px;
}

.index-row1 .c2 .slide .bd .headline dd h6 {
  font-size: 26px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 10px;color: #567fe6;
}

.index-row1 .c2 .slide .bd .headline dd h6 a {
  color: #567fe6;
}

.index-row1 .c2 .slide .bd .headline dd .desc {
  line-height: 24px;
  color: #666;
  font-size: 14px;
  height: 48px;
  overflow: hidden;
}

.index-row1 .c2 .slide .bd .list {
  padding-left: 30px;
  background: url(../image/dote-line.png) left 18px no-repeat;
}

.index-row1 .c2 .slide .bd .list li {
  line-height: 42px;
}

.index-row1 .c2 .slide .bd .list li a {
  display: block;
  width: 80%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row1 .c2 .slide .bd .list li .date {
  float: right;
  color: #999;
}

.index-row2 ul {
  display: table;
}

.index-row2 ul li {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 615px;
  overflow: hidden;
  width: 17%;
  background: #fff;
  transition: all ease .2s;
}

.index-row2 ul li .pic {
  position: absolute;
  width: 956px;
  top: 0;
  left: 50%;
  margin-left: -478px;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=40);
}

.index-row2 ul li .text {
  position: relative;
  z-index: 1;
  padding: 0 10%;
}

.index-row2 ul li .text a {
  display: block;
}

.index-row2 ul li .text .tit {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 34px;
  margin-bottom: 20px;
}

.index-row2 ul li .text .desc {
  display: none;
  line-height: 30px;
  color: #fff;
}

.index-row2 ul li.on {
  width: 49%;
  background: #990000;
}

.index-row2 ul li.on .pic {
  opacity: .3;
  filter: alpha(opacity=16);
}

.index-row2 ul li.on .text {
  text-align: left;
}

.index-row2 ul li.on .text .tit {
  font-size: 24px;
}

.index-row2 ul li.on .text .desc {
  display: block;
}

.index-row3 {
  margin-bottom: 66px;
}

.index-row3 .slide {
  position: relative;
}

.index-row3 .prev, .index-row3 .next {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  width: 52px;
  height: 52px;
  z-index: 2;
}

.index-row3 .prev {
  background: url(../image/arr1-left.png) no-repeat;
  right: 100%;
  margin-right: 30px;
}

.index-row3 .next {
  left: 100%;
  margin-left: 30px;
  background: url(../image/arr1-right.png) no-repeat;
}

.index-row3 .bd {
  width: 100%;
  overflow: hidden;
  margin-left: -10px;
}

.index-row3 .bd li {
  float: left;
  width: 305px;
  margin: 10px 20px;
  background: #fff;height: 370px;
    overflow: hidden;
}
.index-row3 .bd li:hover{box-shadow: 0 0 10px #999999}
.index-row3 .bd li .pic img {
  width: 100%;
  height: 224px;
}

.index-row3 .bd li .text {
    padding: 22px 15px;
}

.index-row3 .bd li .text .desc {
  margin-top: 10px;
  line-height: 24px;
  color: #969696;
  font-size: 14px;text-align: justify;
}

.index-row3 .bd li .text .tit {
  font-size: 18px;
  line-height: 28px;
}

.index-row3 .bd li .text .tit a {
  color: #000;
}

.index-row4 {
  padding: 1px 0 40px;
  background: url(../image/index-row3-bg.jpg) center center no-repeat;
}

.index-row4 .index-tit {
  margin-top: 35px;
  color: #fff;
}

.index-row4 ul {
  width: 100%;
  display: table;
}

.index-row4 ul li {
  display: table-cell;
  width: 11.1%;
  text-align: center;
}

.index-row4 ul li a {
  color: #fff;
}

.index-row4 ul li img {
  margin-bottom: 10px;
  transition: all ease .2s;
}

.index-row4 ul li p {
  line-height: 20px;
}

.index-row4 ul li .s {
  font-size: 14px;
}

.index-row4 ul li:hover img {
  transform: scale(1.1);
}

.f-links {
  margin-bottom: 30px;
}

.f-links a {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  border-radius: 10px;
  border: 1px solid #d0d0d0;
  padding: 0 13px;
  margin: 0 10px;
}

.footer {
    color: #fff;
    font-size: 16px;
    
}


.copyright {
  line-height: 32px;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  background: #567fe6;
}

.copyright span {
  margin: 0 20px;
}

.copyright a {
  color: #fff;
}

.inner-banner {
  height:auto;
overflow: hidden;
  background:#ffffff;
}

.inner-wrap {
  background: #f3f3f3;
  padding-bottom: 35px;
}

.leftbar {
  float: left;
  width: 240px;
  position: relative;
  background: url(../image/leftbar-bg.png) left bottom no-repeat;
}

.leftbar .tit {
  position: absolute;
  width: 100%;
  top: -110px;
  padding-bottom: 60px;
  height: 110px;
  line-height: 110px;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background: url(../image/leftbar-tit.png) center center no-repeat;
}

.leftbar .list {
  margin-bottom: 163px;
  padding-top: 60px;
  background: #fff;
}

.leftbar .list li {
  line-height: 50px;
  margin-left: 50px;
  margin-right: 60px;
  margin-bottom: 10px;
}

.leftbar .list li a {
  font-size: 16px;
  padding-left: 20px;
  display: block;
  color: #666;
  font-weight: bold;
  border-bottom: 2px solid transparent;
}

.leftbar .list .on a, .leftbar .list li:hover a {
  color: #567fe6;
  border-bottom: 2px solid #567fe6;
}

.inner-tit {
  line-height: 50px;
  font-size: 18px;
  border-bottom: 1px solid #dadada;
  margin-bottom: 10px;
}

.inner-tit h6 {
  float: left;
  position: relative;
  padding-left: 30px;
  font-weight: bold;
  background: url(../image/right-con-tit.png) 10px center no-repeat;
}

.inner-tit .bread {
  float: right;
  font-size: 14px;
  height: 45px;
  line-height: 45px;
  color: #999;
  background: url(../image/icon-bread.png) left center no-repeat;
  padding-left: 15px;
}

.inner-tit .bread a {
  color: #999;
}

.inner-tit .bread span {
  margin: 0 5px;
}

.right-con {
margin: 0 auto;

  margin-top: 20px;
  padding: 25px 40px 10px;
  background: #fff;
}

.right-con.block {
  width: 100%;
  float: none;
  background: none;
  margin-top: 0;
  padding: 20px;
}

.right-con.block .inner-tit {
  border-bottom: none;
  font-size: 24px;
  line-height: 60px;
  margin: 0;
}

.right-con.block .inner-tit h6 {
  padding: 0;
  background: none;
}

.main-text-list dl {
  padding: 30px 0;
  border-bottom: 1px dotted #e4e4e4;
}
.main-text-list dl:hover{background: #f7f7f7;}
.main-text-list dl:hover .tit a{color: #567fe6;}
.main-text-list dl dt {
  float: left;
  width: 70px;
  text-align: center;
  background: #dfdfdf;
}

.main-text-list dl dt .d {
  font-size: 34px;
  height: 48px;
  line-height: 46px;
  font-weight: bold;
}

.main-text-list dl dt .y {
  height: 24px;
  background: #567fe6;
  color: #fff;
  line-height: 24px;
  font-size: 14px;
}

.main-text-list dl dd {
  margin-left: 100px;
}

.main-text-list dl dd .tit {
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.main-text-list dl dd .tit a {
  color: #333333;
}

.main-text-list dl dd .desc {
  line-height: 24px;
  height: 48px;
  font-size: 14px;
  overflow: hidden;
  color: #666;
  margin-top: 10px;
}

.main-text-list dl dd .infor {
  margin-top: 5px;
}

.main-text-list dl dd .infor span {
  margin-right: 20px;
}

.navigation {
  text-align: center;
  margin: 40px 0 30px;
}

.navigation a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 26px;
  margin: 0 5px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #fff;
  background: #567fe6;
}

.detail .tit {
  font-size: 30px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 30px;
  margin-top: 60px;
}

.detail .infor {
  text-align: center;
  font-size: 14px;
  line-height: 40px;
  font-size: 16px;
  color: #666;
  background: #f2f2f2;
  padding-left: 40px;
}

.detail .infor .share {
  float: right;
  margin-right: 10px;
padding:10px 0 0 0;
}

.detail .infor .share img {
  vertical-align: middle;
}

.detail .infor span {
  margin: 0 0;
}

.detail .content {
  width: 95%;
  line-height: 32px;
  font-size: 16px;
  padding-top: 30px;
  padding-bottom: 20px;
  margin: 0 auto;
  color: #666;
}

.detail .content img {
  max-width: 100%;
display: block;
    margin:10px auto;
}

.detail .content p {
  text-indent: 2em;
  margin: 10px 0;
}

.detail-pages {
  line-height: 36px;
  padding: 20px;
  border-top: 1px solid #e4e4e4;
}

.detail-pages a {
  display: block;
  color: #000;
}

.f-share {
  text-align: center;
  margin-bottom: 50px;
}

.f-share a {
  margin: 0 8px;
}


/*list*/
.list_box {
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    padding: 20px 0;
}

.list_box li {
    line-height: 50px;
    height: 50px;
    font-size: 16px;
    color: #999999;
    text-align: right;
    padding: 0;
    background: url("../image/dxhx.png") bottom repeat-x;
}

.list_box li a {
    color: #4a4a4a;
    float: left;
    padding-left: 15px;
    background: url("../image/listnav_bg.png") left center no-repeat;
}

.list_box li:hover {
    background: #ffffff;
    color: #cc3300;
}

.list_box li a:hover {
    background: url("../image/listnav_bg.png") left center no-repeat;
    color: #567fe6;
}

.list-fy {
    text-align: center;
    margin: 0 auto 40px auto;
    min-height: 40px;
}

/*piclist*/
.pic-list {
   
    overflow: hidden;
    height: auto;
    margin: 20px auto;
}

.pic-list ul {

    margin: 0 auto;
    padding: 0;
}

.pic-list li {
width: 318px;
    margin-right: 34px;
    float: left;
    margin-bottom: 10px;
}

.pic-list li img {
    width: 300px;
    height: 200px;
}

.pic-list li img:hover {
    
}

.pic-list li a {
}
.pic-list .pichz{
width: 300px;
    height: 200px;
    overflow: hidden;
    display: block;
    border: #efefef 1px solid;
    padding: 5px;
}
.pic-list .pictxt{
width: 100%;
    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.pic-list li a:hover {
    color: #000;
}

.pic-list li span {
    text-align: center;
    width: 100%;
    line-height: 40px;
    color: #666;
    display: block;font-size:14px;
}



/*piclist2*/
.pic-list2 {
    width: 1286px;
    overflow: hidden;
    height: auto;
    margin: 20px auto;
}

.pic-list2 ul {
width: 1340px;
    margin: 0 auto;
    padding: 0;
}

.pic-list2 li {
width: 300px;
    margin-right:28px;
    float: left;
    margin-bottom: 10px;
}

.pic-list2 li img {
    width: 300px;
    height: 200px;
}

.pic-list2 li img:hover {
    
}

.pic-list2 li a {
}
.pic-list2 .pichz{
width: 300px;
    height: 200px;
    overflow: hidden;
    display: block;
    border: #efefef 1px solid;
    padding: 0;
}
.pic-list2 .pictxt{

    text-align: center;
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.pic-list2 li a:hover {
    color: #fff;
    background: #0092de;
}

.pic-list2 li span {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    position: relative;
    top:-150px;
    color: #fff;
    display: block;
    font-size:22px;
   
    text-shadow: #567fe6 3px 0 0, #567fe6 0 3px 0, #567fe6 -3px 0 0, #567fe6 0 -3px 0;
}

@media screen and (max-width:850px){
	.inner-banner{display:none}
	.inner-tit {
    line-height: 20px; 
    font-size: 14px; 
    border-bottom: 1px solid #dadada;
    margin-bottom: 10px;
}
.inner-wrap {
    background: #f3f3f3;
    padding-bottom: 35px;
    width: 100%;
}
.wrap {
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
}

/*piclist2*/
.pic-list2 {
    width: 100%;
    overflow: hidden;
    height: auto;
    margin: 20px auto;
}

.pic-list2 ul {
width: 100%;
    margin: 0 auto;
    padding: 0;
}
.pic-list2 li {
     margin-right: 0px;
}
.right-con {
    margin: 0 auto;
    margin-top: 20px;
    padding: 30px 20px 0px 20px;
    background: #fff;
}

.pic-list2 li img {
    width: 100%;
}

.pic-list2 li {
    width: 99%;
    margin-right: 28px;
    float: left;
    margin-bottom: 10px;
}

.pic-list2 .pichz {
     width: 100%; 
    overflow: hidden;
    display: block;
    border: #efefef 1px solid;
    padding: 0;
}
.inner-tit .bread {
    line-height: 22px;
 
}

.main-nav ul {
    text-align: center;
    line-height: 48px;
    padding-bottom: 25px;
}
.inner-tit h6 {
	display: none;
}

}