@charset "utf-8";
/* sass变量 */
*html {
  background-image: url(about:blank);
  background-attachment: fixed;
}

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 {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #666;
}

input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-size: 14px;
  color: #999;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-size: 14px;
  color: #999;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-size: 14px;
  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: 16px;
  line-height: 1.5;
  font-family: "Microsoft YaHei";
}

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

.wrap {
  width: 1300px;
  margin: 0 auto;
}

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

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.mb20 {
  margin-bottom: 20px;
}

.main-tit {
  line-height: 24px;
  padding: 15px 0;
  position: relative;
  margin-bottom: 25px;
  border-bottom: 2px solid #9a3433;
}

.main-tit .tit {
  float: left;
  position: relative;
  font-size: 24px;
}

.main-tit .tit span {
  color: #9a3433;
}

.main-tit .tit::after {
  content: '';
  position: absolute;
  bottom: -19px;
  height: 3px;
  width: 100%;
  left: 0;
  background: #ffcc00;
}

.main-tit .en {
  float: left;
  margin-left: 15px;
  color: #d9d9d9;
  font-style: italic;
}

.main-tit .more {
  float: right;
}

.main-list li {
  line-height: 36px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 15px;
  background: url(../images/arr1.jpg) left center no-repeat;
}

.main-list li .date {
  float: right;
  font-size: 12px;
  color: #adadad;
}

.main-list li.last {
  border: none;
}

.header {
  background: #fff;
}

.header .wrap {
  padding: 20px 0;
  background: url(../images/header-bg.png) 70% center no-repeat;
}

.header .logo {
  float: left;
}

.header .search-box {
  float: right;
  margin-top: 20px;
  width: 278px;
  padding: 5px 10px;
  height: 26px;
  line-height: 26px;
  background: url(../images/search-bg.png) left center no-repeat;
}

.header .search-box .text {
  width: 230px;
  margin-left: 10px;
  border: none;
  background: none;
  vertical-align: middle;
}

.header .search-box .btn {
  float: right;
  margin-left: 5px;
  vertical-align: middle;
}

.main-nav {
  position: relative;
  z-index: 2;
  padding-top: 1px;
  background: #9a3433;
  line-height: 60px;  
}

.main-nav li {
  position: relative;
  float: left;
  width: 11%;
  text-align: center;
  z-index: 10;
  font-size: 18px;
}

.main-nav li a {
  display: block;
  text-align: center;
  color: #fff;
}

.main-nav li .dropdown {
  display: none;
  position: absolute;
  width: 100%;
 /*margin-left: 10%;  */
  left: 0;
  top: 96%;
  padding-top: 5px;
}

.main-nav li .dropdown li {
  float: none;
  width: 110%;
  padding: 0;
  font-size: 16px;
  background: #9a3433;
}

.main-nav li:hover {
  background: #9a3433;
}

.main-nav li:hover a {
  color: #fff;
}

.main-nav li:hover .dropdown {
  display: block;
}

.main-nav li:hover .dropdown li {
  line-height: 44px;
  border: none;
}

.main-nav li:hover .dropdown li a {
  color: #fff;
  transition: all ease .3s;
}

.main-nav li:hover .dropdown li a:hover {
  display: block;
  background: #d25920;
}

.banner {
  position: relative;
}

.banner .prev, .banner .next {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 50%;
  width: 60px;
  height: 60px;
  z-index: 2;
}

.banner .prev {
  margin-left: -620px;
  background: url(../images/arr-left.png);
}

.banner .next {
  margin-left: 600px;
  background: url(../images/arr-right.png);
}

.banner .bd li .text {
  position: absolute;
  font-size: 26px;
  color: #fff;
  padding: 10px 20px;
  width: 1200px;
  left: 50%;
  bottom: 40px;
  margin-left: -600px;
  line-height: 40px;
  text-shadow: 0 0 4px #000;
  font-weight: bold;
}

.banner .bd li img {
  width: 100%;
  height: 450px;
}

.index-row1 {
  padding: 60px 0 40px;
}

.index-row1 .r1 .c1 {
  float: left;
  width: 530px;
}

.index-row1 .r1 .c1 .pic img {
  width: 100%;
  height: 300px;
}

.index-row1 .r1 .c1 .text {
  padding: 30px 40px 40px;
  background: url(../images/sanjiao.png) left bottom no-repeat #9a3433;
  line-height: 30px;
}

.index-row1 .r1 .c1 .text img {
  vertical-align: middle;
  margin-left: 10px;
}

.index-row1 .r1 .c1 .text a {
  color: #fff;
}

.index-row1 .r1 .c2 {
  float: right;
  width: 740px;
  line-height: 30px;
  height: 420px;
  overflow: hidden;
  margin-top: -20px;
}

.index-row1 .r1 .c2 p {
  margin: 21px 0;
  text-indent: 2em;
}

.index-row1 .r2 {
  margin-top: 40px;
}

.index-row1 .r2 .c1 {
  float: left;
  width: 520px;
  line-height: 32px;
  margin-top: 30px;
  height: 96px;
  overflow: hidden;
}

.index-row1 .r2 .c2 {
  float: right;
}

.index-row1 .r2 .c2 .list li {
  float: left;
  width: 230px;
  height: 145px;
  margin: 0 12px;
}

.index-row1 .r2 .c2 .list li img {
  width: 100%;
  height: 100%;
}

.index-row2 {
  padding: 40px 0;
  background: url(../images/r2-bg.jpg) top center no-repeat #f4f4f4;
}

.index-row2 .r1 dl {
  float: left;
  width: 33.3%;
  display: table;
  padding: 20px 0;
}

.index-row2 .r1 dl.dl1 {
  border-bottom: 1px solid #b07c7c;
}

.index-row2 .r1 dl dt, .index-row2 .r1 dl dd {
  display: table-cell;
  vertical-align: middle;
}

.index-row2 .r1 dl dt {
  width: 80px;
}

.index-row2 .r1 dl dt img {
  width: 60px;
  height: 60px;
}

.index-row2 .r1 dl dd a {
  color: #fff;
  font-weight: bold;
}

.index-row2 .r1 dl dd h6 {
  font-size: 18px;
  margin-bottom: 10px;
}

.index-row2 .r1 dl dd p {
  line-height: 32px;
  font-size: 14px;
  color: #fff;
}

.index-row2 .r2 {
  margin-top: 30px;
}

.index-row2 .r2 .list li {
  float: left;
  width: 25%;
  text-align: center;
  transition: all ease .4s;
}

.index-row2 .r2 .list li .pic {
  margin-bottom: 24px;
}

.index-row2 .r2 .list li .pic img {
  width: 172px;
  height: 172px;
}

.index-row2 .r2 .list li .text h6 {
  font-size: 22px;
  font-weight: bold;
}

.index-row2 .r2 .list li .text p {
  font-size: 14px;
}

.index-row2 .r2 .list li .text p a {
  color: #b45517;
}

.index-row2 .r2 .list li:hover {
  transform: translateY(-20px);
}

.index-row3 {
  padding: 30px 0;
}

.index-row3 .tit {
  line-height: 56px;
  border-bottom: 1px solid #ddd;
}

.index-row3 .tit h6 {
  font-size: 22px;
  font-weight: bold;
  color: #9a3433;
}

.index-row3 .tit h6 img {
  vertical-align: middle;
  margin-right: 10px;
}

.index-row3 .tit .more {
  float: right;
}

.index-row3 .c1 {
  float: left;
  width: 900px;
}

.index-row3 .c1 .headline {
  padding: 20px 0;
  border-bottom: 1px solid #dfdfdf;
}

.index-row3 .c1 .headline .pic {
  float: left;
  width: 200px;
}

.index-row3 .c1 .headline .pic img {
  height: 145px;
  width: 100%;
}

.index-row3 .c1 .headline .text {
  margin-left: 230px;
  line-height: 30px;
}

.index-row3 .c1 .headline .text .tit {
  max-height: 60px;
  overflow: hidden;
}

.index-row3 .c1 .headline .text .desc {
  font-size: 14px;
  color: #999;
}

.index-row3 .c1 .list {
  padding: 10px 0;
}

.index-row3 .c1 .list li {
  line-height: 42px;
}

.index-row3 .c1 .list li .date {
  float: right;
  font-size: 12px;
  color: #999;
}

.index-row3 .c1 .list li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 100px;
}

.index-row3 .c2 {
  float: right;
  width: 370px;
}

.index-row3 .c2 .list dl {
  margin-top: 20px;
}

.index-row3 .c2 .list dl dt {
  float: left;
  width: 125px;
  height: 100px;
}

.index-row3 .c2 .list dl dt img {
  width: 100%;
  height: 100%;
}

.index-row3 .c2 .list dl dd {
  margin-left: 145px;
}

.index-row3 .c2 .list dl dd h6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-row3 .c2 .list dl dd .desc {
  margin: 5px 0;
  line-height: 24px;
  font-size: 14px;
  color: #999;
}

.index-row3 .c2 .list dl dd .date {
  color: #9a3433;
  font-size: 12px;
}

.index-row4 {
  background: url(../images/r2-bg.jpg) center center no-repeat;
  padding: 50px 0 70px;
}

.index-row4 .tit {
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
}

.index-row4 .tit .en {
  opacity: .5;
  color: #efefef;
}

.index-row4 .tit .zh {
  color: #fff;
}

.index-row4 .list {
  margin-top: 30px;
}

.index-row4 .list ul {
  margin: 0 -1%;
}

.index-row4 .list li {
  position: relative;
  float: left;
  width: 23%;
  margin: 1%;
}

.index-row4 .list li .pic img {
  width: 100%;
  height: 220px;
}

.index-row4 .list li .cover {
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: all ease .2s;
  background: url(../images/opacity.png);
}

.index-row4 .list li .cover a {
  display: block;
  padding: 22% 10%;
  color: #fff;
}

.index-row4 .list li .cover a h6 {
  font-size: 22px;
  margin-bottom: 10px;
}

.index-row4 .list li .cover a .desc {
  font-size: 14px;
}

.index-row4 .list li:hover .cover {
  opacity: 1;
}

.index-row5 {
  padding: 40px 0;
  background: #f4f4f4;
}

.index-row5 .c1 {
  float: left;
  width: 200px;
}

.index-row5 .c1 li {
  line-height: 42px;
  background: url(../images/bg1.png) no-repeat;
  text-align: center;
  margin-bottom: 10px;
  color: #fff;
}

.index-row5 .c1 li a {
  color: #fff;
  display: block;
}

.index-row5 .c2 {
  float: right;
  width: 1040px;
}

.index-row5 .c2 dl {
  float: left;
  width: 16.6%;
  line-height: 40px;
}

.index-row5 .c2 dl dt {
  font-weight: bold;
  font-size: 18px;
}

.footer {
  padding: 36px 0;
  background: #9a3433;
}

.footer .links {
  margin-bottom: 30px;
}

.footer .links a {
  color: #fff;
  font-size: 18px;
  margin: 0 20px;
}

.footer .inner {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.footer .inner .c1, .footer .inner .c2, .footer .inner .c3 {
  display: table-cell;
  vertical-align: middle;
}

.footer .inner .c1 {
  width: 100px;
}

.footer .inner .c2 {
  line-height: 40px;
  color: #fff;
}

.footer .inner .c2 span {
  margin-left: 30px;
}

.footer .inner .c3 {
  text-align: right;
}

.footer .inner .c3 .bdsharebuttonbox {
  display: inline-block;
}

.footer .inner .c3 .bdsharebuttonbox .bds_tsina {
  width: 44px;
  height: 44px;
  background: url(../images/share1.png);
}

.footer .inner .c3 .bdsharebuttonbox .bds_weixin {
  width: 44px;
  height: 44px;
  background: url(../images/share2.png);
}

.footer .inner .c3 .bdsharebuttonbox .bds_fbook {
  width: 44px;
  height: 44px;
  background: url(../images/share3.png);
}

.footer .inner .c3 .bdsharebuttonbox .bds_twi {
  width: 44px;
  height: 44px;
  background: url(../images/share4.png);
}

.footer .inner .c3 .bdsharebuttonbox .bds_more {
  width: 44px;
  height: 44px;
  background: url(../images/share5.png);
}

.footer .inner .c3 li {
  display: inline-block;
  margin: 0 5px;
}

.footer .inner .c3 li .icon {
  display: block;
  width: 44px;
  height: 44px;
  cursor: pointer;
}

.footer .inner .c3 li .icon1 {
  background: url(../images/share1.png);
}

.footer .inner .c3 li .icon2 {
  background: url(../images/share2.png);
}

.footer .inner .c3 li .icon3 {
  background: url(../images/share3.png);
}

.footer .inner .c3 li .icon4 {
  background: url(../images/share4.png);
}

.footer .inner .c3 li .icon5 {
  background: url(../images/share5.png);
}

.footer .inner .c3 li .icon6 {
  background: url(../images/share6.png);
}

.inner-banner {
  position: relative;
height:256px;
  overflow: hidden;
}

.inner-banner img {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  width: 1920px;
}

.leftbar {
  float: left;
  width: 260px;
  position: relative;
  z-index: 2;
}

.leftbar .title {
  line-height: 40px;
  background: #ba4424;
  margin-top: 1px;
  color: #fff;
  font-size: 24px;
  position: absolute;
  bottom: 100%;
  width: 80%;
  padding: 0 10%;
  line-height: 84px;
}

.leftbar .list {
  margin-bottom: 10px;
  background: #f4f4f4;
}

.leftbar .list li {
  padding: 15px 0;
  line-height: 40px;
  border-bottom: 1px solid #fff;
}

.leftbar .list li a {
  padding-left: 20px;
  display: block;
  color: #666;
  font-weight: bold;
}

.leftbar .list li a:hover {
  color: #9a3433;
}

.leftbar .list li.on a {
  color: #9a3433;
}

.right-con {
  float: right;
  width: 990px;
  margin-top: 50px;
}
.block{
  float: right;
  width:100%;
  margin-top: 50px;
}
.right-con .bread {
  text-align: right;
  margin-bottom: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  color: #999;
  font-size: 12px;
}

.right-con .bread img {
  vertical-align: middle;
}

.right-con .bread span {
  margin: 0 7px;
}

.right-con .bread a {
  color: #999;
}

.right-con .bread img {
  vertical-align: middle;
}

.right-con .inner-tit {
  background: #fff;
  border: 5px solid #ddddde;
  padding: 20px;
  margin-bottom: 15px;
}

.right-con .inner-tit span {
  display: inline-block;
  vertical-align: middle;
}

.right-con .inner-tit .text1 {
  padding-left: 20px;
  line-height: 24px;
  font-weight: bold;
  font-size: 18px;
  background: url(../images/line.jpg) left center no-repeat;
}

.right-con .inner-tit .text2 {
  font-weight: bold;
  color: #999;
}

.right-con .inner-tit .line {
  height: 22px;
  width: 1px;
  background: #dedee7;
  margin: 0 15px;
}

.main-text-list li {
  transition: all ease .2s;
  border-right: 5px solid #dcdcdc;
  margin-bottom: 20px;
  background: #f4f4f4;
  padding: 22px;
  display: table;
  table-layout: fixed;
}

.main-text-list li .pic, .main-text-list li .text {
  display: table-cell;
  vertical-align: top;
  transition: all ease .4s;
}

.main-text-list li .pic {
  width: 245px;
  height: 136px;
  padding-right: 20px;
}

.main-text-list li .pic img {
  width: 100%;
  height: 100%;
}

.main-text-list li .text {
  display: table-cell;
  line-height: 32px;
}

.main-text-list li .text h6 {
  margin-bottom: 10px;
}

.main-text-list li .text h6 a {
  color: #9a3433;
}

.main-text-list li .text .desc {
  font-size: 14px;
  height: 64px;
  overflow: hidden;
}

.main-text-list li .text .date {
  font-size: 12px;
  color: #ba4424;
}

.main-text-list li:hover {
  border-right: 5px solid #ba4424;
}

.main-pic-list li {
  float: left;
  width: 25%;
}

.main-pic-list li a {
  transition: all 0.3s ease-out;
  display: block;
  background: #fff;
  margin: -1px;
  border: 1px solid #f1f1f1;
}

.main-pic-list li .pic img {
  width: 100%;
  height: 180px;
}

.main-pic-list li .text {
  padding: 20px;
  border-top: 1px solid #e8e8e8;
}

.main-pic-list li .text .tit {
  height: 75px;
  line-height: 25px;
}

.main-pic-list li .text .author {
  text-align: right;
}

.main-pic-list li:hover a {
  box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
  transform: scale(1.08);
  position: relative;
  z-index: 9;
  cursor: pointer;
}

.detail {
  position: relative;
  padding: 40px 50px;
  background-color: #fff;
}

.detail .tit {
  margin-bottom: 20px;
  line-height: 1.5;
  color: #4a4a4a;
  font-size: 22px;
  text-align: center;
}

.detail .infor {
  font-size: 14px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: #999;
}

.detail .con {
  line-height: 36px;
}

.detail .con img {
  max-width: 100%;
}

.detail .more {
  margin-top: 30px;
  padding: 15px 30px;
  background-color: #efefef;
  font-size: 16px;
}

.detail .more .c1 {
  float: left;
  width: 19%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-right: 1px solid #cecece;
}

.detail .more .c1 img {
  vertical-align: middle;
  margin-right: 10px;
}

.detail .more .c2 {
  float: left;
  width: 80%;
  height: 40px;
  line-height: 40px;
}

.detail .more .c2 a {
  display: block;
  padding: 0 20px;
}

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

.navigation a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  min-width: 16px;
  padding: 0 5px;
  margin: 0 5px;
  height: 26px;
  font-size: 12px;
  text-align: center;
  line-height: 26px;
  background: #fff;
  transition: all ease .2s;
  border: 1px solid #cccccc;
  background: #f8f8f8;
}

.navigation a:hover {
  color: #fff;
  border: 1px solid #9a3433;
  background: #9a3433;
}

.sidebar {
  position: fixed;
  right: 20px;
  top: 50%;
  margin-top: -235px;
  width: 103px;
  height: 470px;
  z-index: 99;
  background:url(../images/qq-bg.png) no-repeat center center;
}

.sidebar ul {
  padding-top: 4px;
}

.sidebar ul li {
  height: 90px;
  margin: 2px 0;
}

.sidebar ul li a {
  display: block;
  height: 100%;
}
.sidebar ul li a img {
    width: 40px;
    margin: 0 auto;
    display: block;
}
.sidebar ul li a span {
    padding: 10px 0 0 0;
    color: #fff;
    text-align: center;
    display: block;
}
