.sin .pic {
  overflow: hidden;
}
.sin .pic > img {
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.sin .pic > img:hover {
  transform: scale(1.1);
}
.txt {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pic {
}

.sin3 .content_bottom{
          margin-top: 100px;
          display: flex;
      }


.imageslink {
max-width: 1350px;
    margin: 0 auto;
    overflow: hidden;
    padding-top: 30px;
      }
.imageslink li {
     float: left;padding-left:10px;
text-align: center;
      }



/*弹性布局*/
.dfc {
  display: flex;
  flex-direction: column;
}
.jcsb {
  display: flex;
  justify-content: space-between;
}
.jcc {
  display: flex;
  justify-content: center;
}
.jcfe {
  display: flex;
  justify-content: flex-end;
}
.aic {
  align-items: center;
}
.aife {
  align-items: flex-end;
}
.fs {
  flex-shrink: 0;
}
.fww {
  flex-wrap: wrap;
}
.lf {
  float: left;
}
.rig {
  float: right;
}
/*背景-边框*/
/*居中&上下左右内外边距*/
/*定位*/
/*C3特效*/
.hover > li {
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  left: 0px;
}
.hover > li:hover {
  left: 8px;
}
.hover > li:hover > a:not(.pic) {
  color: #b4212b;
}
/*行数*/
.wb {
  word-break: break-word;
}
/*a元素样式*/
/*字体相关*/
.white {
  color: white;
}
/*倒三角小图标*/
.pi {
  cursor: pointer;
}
.none {
  display: none;
}
.after {
  content: "\0200";
  font-size: 0;
  display: block;
  height: 0.03rem;
  width: 0.6rem;
  background-color: #00a682;
}
.cc {
  display: flex;
  justify-content: center;
  align-items: center;
}
.dlb {
  display: inline-block;
}
a {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
body,
html {
  height: 100%;
  width: 100%;
  color: #333333;
  line-height: normal;
  font: 14px "Microsoft YaHei", "PingFang SC", sans-serif;
}
body {
  background-color: #ffffff;
}
a {
  text-decoration: none;
  color: #333333;
}
input::-webkit-input-placeholder {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
}
input:-ms-input-placeholder {
  color: #333333;
  font-size: 14px;
  font-weight: normal;
}
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd {
  /* 默认有边距，都要清除 */
  margin: 0;
  padding: 0;
  /* 去掉列表的原点 */
  list-style: none;
}
/*行内块元素*/
input,
img,
button {
  margin: 0;
  padding: 0;
  border: 0 none;
  outline-style: none;
  vertical-align: bottom;
}
input {
  
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
/*行内元素*/
a,
a:active,
a:visited {
  /*下划线和颜色*/
  text-decoration: none;
  color: #4c4c4c;
}
a:hover {
  color: #4c4c4c;
}
textarea {
  /* 边框清零 */
  border: none;
  /* 轮廓线清零 */
  outline: none;
  /* 防止文本域被随意拖拽 */
  resize: none;
}
i {
  /*文字样式*/
  font-style: normal;
}
table {
  /*边框合并*/
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: top;
  border: none;
}
li {
  list-style-type: none;
}
.li-inlineblock,
.div-inlineblock,
.select-input {
  letter-spacing: -10px;
}
.li-inlineblock > li,
.div-inlineblock > div,
.select-input > input {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
.none,
.p-none,
yd {
  display: none;
}
/***********************        响应式     **********************/
/*G电脑屏幕*/
/*G平板屏幕*/
/*G手机屏幕*/
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .yd {
    display: block;
  }
}
.main .hder {
  background: url("../images/top.jpg") no-repeat;
  height: 170px;
  width: 100%;
    background-size: 100% 100%;
}
.main .hder .hderD {
  /*width: 1200px;*/
  max-width: 1350px;
  margin: 0 auto;
}
.main .hder .hderD .one {
  height: 110px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .hder .hderD .one .logo {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .hder .hderD .one .logo .logoL {
  display: inline-block;
  width: 60px;
  background-color: white;
  height: 60px;
}
.main .hder .hderD .one .logo .logoL img {
  height: 100%;
  width: 100%;
}
.main .hder .hderD .one .logo .logoR {
  width: 516px;
  margin-left: 10px;
  background-color: white;
  height: 28px;
  display: inline-block;
}
.main .hder .hderD .one .logo .logoR img {
  height: 100%;
  width: 100%;
}
.main .hder .hderD .one .search {
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
}
.main .hder .hderD .one .search ul {
  display: flex;
}
.main .hder .hderD .one .search ul li {
  color: #ffffff;
}
.main .hder .hderD .one .search ul li a {
  color: #ffffff;
}
.main .hder .hderD .one .search ul li {
  padding: 0 10px;
}
.main .hder .hderD .one .search form {
  margin-top: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .hder .hderD .one .search form .sinput {
  height: 30px;
  width: 200px;
  padding-left: 10px;
}
.main .hder .hderD .one .search form .sinputClick {
  height: 30px;
  width: 30px;
  background: url("../images/b.png") no-repeat;
  background-position: center;
  background-color: #f19228;
}
.main .hder .hderD .two {
  /*width: 1200px;*/
  max-width: 1350px;
  margin: 0 auto;
}
.main .hder .hderD .two .clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.main .hder .hderD .two .nav {
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  position: relative;
  z-index: 1;
}
.main .hder .hderD .two .nav a {
  color: #fff;
}
.main .hder .hderD .two .nav .nLi {
  float: left;
  position: relative;
  display: inline;
  width: 14.25%;
}
.main .hder .hderD .two .nav .nLi h3 {
  float: left;
  position: relative;    width: 100%;
    text-align: center;
}
.main .hder .hderD .two .nav .on h3:before {
  content: "0\20";
  font-size: 0;
  display: block;
  position: absolute;
  bottom: 0;
  height: 4px;

  width: 100%;
}
.main .hder .hderD .two .nav .nLi h3 a {
  display: block;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
}
.main .hder .hderD .two .nav .sub {
  display: none;
  width: 100px;
  left: 0;
  top: 60px;
  position: absolute;
  background: #bc0823;
  line-height: 34px;
  padding: 5px 0;
}
.main .hder .hderD .two .nav .sub li {
  zoom: 1;
}
.main .hder .hderD .two .nav .sub a {
  display: block;
  padding: 0 10px;
  color: #fff;
  text-align: center;
}
.main .hder .hderD .two .nav .sub a:hover {
  background: #fff;
  color: #272727;
}
.main .hder .hderD .two .nav .on h3 a {
  color: #fff;
}
.main .banner {
  position: relative;
}
.main .banner .bd ul li a {
  width: 100%;
}
.main .banner .bd ul li a img {
  width: 100%;   
}
 .bd{
    max-width: 1350px;
    height: auto;
    margin: 0 auto;
}
.main .banner .hd {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 15px;
}
.main .banner .hd > ul {
  display: flex;
}
.main .banner .hd > ul > li {
  height: 16px;
  width: 16px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #cbcbcb;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main .banner .hd > ul > .on {
  background-color: #fff;
}
.main .banner .hd > ul > li:not(:last-child) {
  margin-bottom: 0;
  margin-right: 10px;
}
.main .section .sinD {
  max-width: 1350px;
  margin: 0 auto;
   overflow:hidden;
}

.main .section {
  background: url("../images/bg.jpg") no-repeat;
}
.main .section .sinD .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0 30px 21px;
}
.main .section .sinD .title .tabbtn {
  display: flex;
  align-items: center;
}
.main .section .sinD .title .tabbtn .circle {
  height: 10px;
  width: 10px;
  border: 2px solid #febc66;
  border-radius: 50%;
}
.main .section .sinD .title .tabbtn p {
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.main .section .sinD .title .tabbtn p span:first-child {
  color: #c00415;
  font-size: 24px;
}
.main .section .sinD .title .tabbtn p span:last-child {
  color: #666666;
  font-size: 18px;
  padding-left: 10px;
}
.main .section .sinD .title .more {
  display: flex;
  align-items: center;
}
.main .section .sinD .title .more .disc {
  display: inline-block;
  height: 5px;
  width: 5px;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background-color: #dab58c;
  vertical-align: middle;
  border: 0;
}
.main .section .sinD .title .more .line {
  height: 2px;
  background-color: #dab58c;
  border: 0;
  width: 110px;
}
.main .section .sinD .title .more div {
  height: 30px;
  width: 70px;
  border: 2px solid #f2e3d1;
  background-color: #fcf8f4;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 15px;
}
.main .section .sinD .title .more div a {
  color: #333;
}
.main .section .sinD .sin-1 .title .more .line {
  width: 860px;
}
.main .section .sinD .sin-1 .content {
  display: flex;
  justify-content: space-between;
  margin-top: -28px;
}
.main .section .sinD .sin-1 .content .card {
  height: 240px;
  width: 270px;
  position: relative;
}
.main .section .sinD .sin-1 .content .card .pic {
  height: 180px;
  width: 270px;
  display: inline-block;
}
.main .section .sinD .sin-1 .content .card .pic img {
  height: 100%;
  width: 100%;
}
.main .section .sinD .sin-1 .content .card .pic {
  overflow: hidden;
}
.main .section .sinD .sin-1 .content .card .pic > img {
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main .section .sinD .sin-1 .content .card .pic > img:hover {
  transform: scale(1.1);
}
.main .section .sinD .sin-1 .content .card .subtitle {
  position: absolute;
  top: 200px;
  width: 250px;
  left: 10px;
  height: 80px;
  line-height: 70px;
  background: #ffffff;
  border-bottom: 4px solid #e4e5e4;
}
.main .section .sinD .sin-1 .content .card .subtitle .headlines {
  position: absolute;
  top: -14px;
  left: 20px;
  width: 50px;
  height: 28px;
  background: #f4930b;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
  color: white;
}
.main .section .sinD .sin-1 .content .card .subtitle p {
  font-size: 15px;
  color: #333333;
  padding-left: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.main .section .sinD .sin-1 .content .text {
  width: 420px;
  margin-right: 30px;
  margin-left: 20px;
}

.main .section .sinD .sin-1 .content .text ul > li {
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  left: 0px;
}
.main .section .sinD .sin-1 .content .text ul > li:hover {
  left: 8px;
}
.main .section .sinD .sin-1 .content .text ul > li:hover > a:not(.pic) {
  color: #b4212b;
}
.main .section .sinD .sin-1 .content .text ul li {
  display: flex;
}
.main .section .sinD .sin-1 .content .text ul li a {
  display: flex;
  justify-content: space-between;
}
.main .section .sinD .sin-1 .content .text ul li .icon {
  height: 7px;
  width: 7px;
  position: relative;
  top: 0px;
  left: 0px;
  display: inline-block;
}
.main .section .sinD .sin-1 .content .text ul li .txt1 {
  width: 410px;
  word-break: break-word;
  padding-left: 20px;
  font-size: 15px;

  font-weight: 400;
  color: #666666;
}
.main .section .sinD .sin-1 .content .text .nn{
  margin-bottom: 25px;
  width:400px;
}
.main .section .sinD .sin-1 .content .nn{
  margin-bottom: 25px;
}
.main .section .sinD .sin-1 .content .text ul li .txt2 {
  width: 400px;
  word-break: break-word;
  padding-left: 20px;
  font-size: 15px;

  font-weight: 400;
  color: #666666;
}
.main .section .sinD .sin-1 .content .text ul li p:nth-child(3) {
  width: 40px;
  font-size: 14px;
  font-weight: 300;
  color: #999999;
}
.main .section .sinD .sin-1 .content .text ul li:not(:last-child) {
  margin-bottom: 14px;
}
.main .section .sinD .sin-2 {
  width: 100%;
  height: 333px;
  margin-bottom: 49px;
}
.main .section .sinD .sin-2 .part {
  float: left;
  width: 420px;
  margin-right: 30px;
}
.main .section .sinD .sin-2 .partReset {
  margin-right: 0;
}
.main .section .sinD .sin-2 .part .title .more .line {
  width: 340px;
}
.main .section .sinD .sin-2 .part .content {
  width: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 25px;
  min-height: 190px;
}
.main .section .sinD .sin-2 .part .content ul > li {
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  left: 0px;
}
.main .section .sinD .sin-2 .part .content ul > li:hover {
  left: 8px;
}
.main .section .sinD .sin-2 .part .content ul > li:hover > a:not(.pic) {
  color: #b4212b;
}
.main .section .sinD .sin-2 .part .content ul li {
  display: flex;
}
.main .section .sinD .sin-2 .part .content ul li a {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.main .section .sinD .sin-2 .part .content ul li .icon {
  height: 7px;
  width: 7px;
  position: relative;
  top: 6px;
  display: inline-block;
}
.main .section .sinD .sin-2 .part .content ul li .txt {
  width: 437px;
  word-break: break-word;
  padding-left: 10px;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
}
.main .section .sinD .sin-2 .part .content ul li .time {
  width: 110px;
  text-align: right;
  font-size: 14px;
  font-weight: 300;
  color: #999999;
}
.main .section .sinD .sin-2 .part .content ul li:not(:last-child) {
  margin-bottom: 14px;
}
.main .section .sinD .sin-3 {
  margin-top: 20px;
}
.main .section .sinD .sin-3 ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
margin-top: 15px;
}
.main .section .sinD .sin-3 ul li a .box {
  width: 175px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  height: 175px;
  justify-content: center;
  align-items: center;
  display: flex;
  flex-direction: column;
  transition: all 0.3s linear;
}

.main .section .sinD .sin-3 ul li a .box .pic img {
  transition: all 0.3s linear;
}
.main .section .sinD .sin-3 ul li a .box .pic img:hover {
  position: relative;
  top: -5px;
}
.main .section .sinD .sin-3 ul li a .box p {
  color: #ffffff;
  line-height: 18px;
  margin-top: 15px;
  text-align: center;
}

.main .section .sinD .sin-4 .title .more .line {
  width: 975px;
}
.main .section .sinD .sin-4 .content {
  width: 100%;
  height: 220px;
  overflow: hidden;
}
.main .section .sinD .sin-4 .content .bd ul {
  width: 100%;
}
.main .section .sinD .sin-4 .content .bd ul li {
  width: 254px;
}
.main .section .sinD .sin-4 .content .bd ul li .pic {
  width: 224px;
  background-color: #b4212b;
  display: inline-block;
  height: 168px;
}
.main .section .sinD .sin-4 .content .bd ul li .pic img {
  height: 100%;
  width: 100%;
}
.main .fter {
  height: 258px;
  background: #333333;
}
.main .fter .fterD {
  /*width: 1200px;*/
  max-width: 1350px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main .fter .fterD .L .logo {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main .fter .fterD .L .logo .logoL {
  display: inline-block;
  width: 60px;
  background-color: #b4212b;
  height: 60px;
}
.main .fter .fterD .L .logo .logoL img {
  height: 100%;
  width: 100%;
}
.main .fter .fterD .L .logo .logoR {
  width: 516px;
  margin-left: 10px;
  background-color: #b4212b;
  height: 28px;
  display: inline-block;
}
.main .fter .fterD .L .logo .logoR img {
  height: 100%;
  width: 100%;
}
.main .fter .fterD .L ul {
  width: 544px;
  margin-top: 15px;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  line-height: 32px;
  opacity: 0.6;
  display: flex;
  flex-wrap: wrap;
}
.main .fter .fterD .L ul li {
  margin-left: 10px;
}
.main .fter .fterD .L ul li p a {
  color: #ffffff;
}
.main .fter .fterD .M {
  display: flex;
}
.main .fter .fterD .M .qrcode {
  margin-right: 20px;
}
.main .fter .fterD .M .qrcode .pic {
  width: 106px;
  height: 106px;
  background: #ffffff;
}
.main .fter .fterD .M .qrcode .pic img {
  height: 100%;
  width: 100%;
}
.main .fter .fterD .M .qrcode p {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  font-family: MicrosoftYaHei;
  font-weight: 400;
  color: #ffffff;
  line-height: 30px;
}
.main .fter .fterD .R .menu > li:hover .submenu > li {
  display: block;
}
.main .fter .fterD .R .menu > li {
  width: 200px;
  height: 32px;
  border: 1px solid #ffffff;
  margin-bottom: 20px;
  position: relative;
  line-height: 32px;
}
.main .fter .fterD .R .menu > li i {
  position: absolute;
  right: 5px;
  color: white;
  transform: rotate(90deg);
}
.main .fter .fterD .R .menu > li span {
  color: white;
  padding-left: 10px;
}
.main .fter .fterD .R .menu > li .submenu {
  position: absolute;
  bottom: 32px;
  width: 100%;
}
.main .fter .fterD .R .menu > li .submenu > li {
  display: none;
  height: 32px;
  width: 100%;
  background-color: #606266;
}
.main .fter .fterD .R .menu > li .submenu > li a {
  color: white;
  padding-left: 10px;
}
.main .fter .fterD .R .menu > li .submenu > li:hover {
  background-color: #ffffff;
}
.main .fter .fterD .R .menu > li .submenu > li:hover a {
  color: #333333;
}


.tp{
  width: 420px;
  height: 244px;
  background-color: #bc0823;
  margin-top: 25px;
}

/* .list1-1{
  width: 250px;
}

.list2-1{
  width: 580px;
  height: 28px;
} */


.main .section .sinD .sin-3 {
    margin-top: 60px;
}
.content_bottom{
    width: 100%;
display: flex;
}


/* 友情链接 */


.link{
    background: #941D21;
    padding-bottom: 3px;
    padding-left: 10px;
    margin: 0 auto;
}
.link .contentWidth{
    
}
.link .contentWidth ul{
    position: relative;
}
.link .contentWidth ul li{
    position: relative;
    background: #941D21;
    width: 220px;
    padding-right: 36px;
    line-height: 40px;
    float: left;
    padding-left: 20px;
    margin-right: 24px;
    cursor: pointer;
    margin-left: 13px;
}
.link .contentWidth ul li .friendlinktit{
    display: block;
    width: 100%;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
}

.friendlinktit img {
    position: absolute;
    right: 0px;
    top: 18px;
}
.friendlink{
    display: none;
  /*width: 1200px;*/
  max-width: 1350px;
    max-height: 400px;
    height: auto;
    overflow: auto;
    background: #fff;
    z-index: 16;
}
.friendlink td{color:#fff;}
.friendlink a {
    font-size: 13px;
    display: block;
    float: left;
    width: 40%;
    margin: 5px 9px!important;
    width: 40%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.friendlink a:link{color:#fff!important;}
.friendlink a:visited{color:#fff!important;}
.friendlinkChild {
    overflow: hidden;
    border-bottom: 1px dashed #333;
}

.friendlink table{width: 100%;background: #941D21;}
.nn a{font-size:14px important;]
