/*Internet Explorer 10 并没有对 屏幕的宽度 和 视口（viewport）的宽度 进行区分*/
@-ms-viewport {
  width: device-width;
}
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
/*Internet Explorer 10 并没有对 屏幕的宽度 和 视口（viewport）的宽度 进行区分 end*/
ul,
ol,
dl,
table,
th,
tr,
td,
input,
textarea,
li,
a,
div,
span,
em,
i,
img {
  margin: 0;
  padding: 0;
  border: 0;
  max-width: 100%;
}
a:hover {
  text-decoration: none;
}
li {
  list-style: none;
}
/*全局样式*/
html,
body {
  width: 100%;
  margin: 0 auto;
}
/*= 清除浮动=*/
.clear {
  clear: both;
  height: 0px;
  line-height: 0px;
  font-size: 0px;
  overflow: hidden;
  display: block;
}
.clearfix:after {
  content: "";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
  font-size: 0px;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 0%;
}
/* End hide from IE-mac */
* + html .clearfix {
  min-height: 0%;
}
/* 针对IE7 */
* + html .clearfix {
  min-height: 0%;
}
.w100 {
  width: 100%;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/*原文件配置*/
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
body {
  color: #666666;
  background: #fff;
  font: 16px/30px 'Microsoft YaHei', arial, sans-serif;
  min-width: 320px;
}
a {
  color: #353535;
}
/*按钮专用 end*/
.btn_com {
  display: inline-block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  background: #417be7;
  font-size: 12px;
  text-align: center;
  color: #FFF;
  cursor: pointer;
}
.btn_com:hover {
  color: #fd711c;
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
}
/*块级转化*/
.di_in {
  display: inline-block;
}
.di_no {
  display: none;
}
.di_bl {
  display: block;
}
/*原文件配置  end*/
/* 到顶部间距 */
.mt0 {
  margin-top: 0px;
}
.mt5 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt45 {
  margin-top: 50px;
}
.mt50 {
  margin-top: 50px;
}
.mt55 {
  margin-top: 50px;
}
.mt60 {
  margin-top: 60px;
}
/* 到左边间距 */
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 25px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 35px;
}
.ml45 {
  margin-left: 35px;
}
.ml50 {
  margin-left: 50px;
}
/* 字体大小 */
.font14 {
  font-size: 14px;
}
.font16 {
  font-size: 16px;
}
.font18 {
  font-size: 18px;
}
.font20 {
  font-size: 20px;
}
.font22 {
  font-size: 22px;
}
.font24 {
  font-size: 24px;
}
.font26 {
  font-size: 26px;
}
.font28 {
  font-size: 28px;
}
.font30 {
  font-size: 30px;
}
/*纵向居中*/
.v_middle {
  vertical-align: middle;
}
/*横向居中*/
.te-align {
  text-align: center;
}
/*相对定位*/
.p_r {
  position: relative;
}
/* 白色背景 */
.bgfff {
  background: #fff;
}
@media (min-width: 1350px) {
  /*min-width 1260 不要写其它内容*/
  .container {
    width: 1320px;
    padding:0;
  }
.header .container {
    padding: 0 30px;
}
}
p,
h3,
h4 {
  margin: 0;
}
a:link {
  text-decoration: none;
}
input {
  outline: none;
}
.single {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*全局样式 start*/
#asideNav {
  position: fixed;
  right: 0px;
  top: 50%;
  margin-top: -240px;
  height: auto;
  z-index: 9991;
  z-index: 999999;
}
#asideNav ul {
  padding: 20px 0 15px 0px;
  width: 115px;
}
#asideNav li {
  text-indent: 15px;
  width: 113px;
  height: 33px;
  cursor: pointer;
  text-align: left;
  line-height: 28px;
  margin-bottom: 7px;
  margin: 0 0px 7px;
  color: #c52d2d;
  font-size: 14px;
  background: #666 url(../images/asidnav.jpg) no-repeat center;
}
#asideNav li.active,
#asideNav li:hover {
  color: #fff;
  border-color: #c18e88;
  background: #aa4348 url(../images/asidnav2.jpg) no-repeat center;
}
#asideNav .title2 {
  width: 26px;
  display: block;
  text-align: center;
  color: #fff;
  padding: 110px 7px 0;
  float: left;
  cursor: pointer;
  line-height: 1.2;
  display: none;
}
.asideNavClose {
  display: block;
  width: 30px;
  margin: 0 auto;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
}
#asideNav a {
  color: #fff;
}
#asideNav2 {
  position: fixed;
  left: 0px;
  top: 50%;
  margin-top: -240px;
  height: 380px;
  z-index: 9991;
  background-color: #7b0309;
  box-shadow: 0 0 10px rgba(29, 32, 136, 0.5);
  z-index: 999999;
}
.asideNavClose2 {
  position: absolute;
  right: 5px;
  top: 5px;
}
#asideNav li a {
  max-width: 113px;
  width: 113px;
  height: 33px;
  line-height: 33px;
  display: block;
}
#asideNav ul li:nth-child(1) a {
  background: url(/images/l_ico1.png) no-repeat 85px 5px;
  background-size: 24px 24px;
}
#asideNav ul li:nth-child(2) a {
  background: url(/images/l_ico2.png) no-repeat 85px 5px;
  background-size: 26px 26px;
}
#asideNav ul li:nth-child(3) a {
  background: url(/images/l_ico3.png) no-repeat 85px 4px;
  background-size: 24px 24px;
}
#asideNav ul li:nth-child(4) a {
  background: url(/images/l_ico4.png) no-repeat 85px 5px;
  background-size: 26px 26px;
}
#asideNav ul li:nth-child(5) a {
  background: url(/images/l_ico5.png) no-repeat 85px 5px;
  background-size: 26px 26px;
}
#asideNav ul li:nth-child(6) a {
  background: url(/images/l_ico6.png) no-repeat 85px 5px;
  background-size: 26px 26px;
}
#asideNav ul li:nth-child(7) a {
  background: url(/images/l_ico7.png) no-repeat 85px 5px;
  background-size: 26px 26px;
}
#asideNav ul li:nth-child(8) a {
  background: url(/images/l_ico8.png) no-repeat 85px 5px;
  background-size: 26px 26px;
}
#asideNav ul li:nth-child(9) a {
  background: url(/images/l_icojsyx.png) no-repeat 85px 5px;
  background-size: 26px 26px;
}
#asideNav ul li:nth-child(10) a {
  background: url(/images/l_ico10.png) no-repeat 85px 5px;
  background-size: 26px 26px;
}
#asideNav ul li:nth-child(11) a {
  background: url(/images/ll0614.png) no-repeat 85px 5px;
  background-size: 26px 26px;
}
#asideNav ul li:nth-child(12) a {
  background: url(/images/l_icodwxx.png) no-repeat 85px 5px;
  background-size: 26px 26px;
}
#asideNav ul li:nth-child(13) a {
  background: url(/images/l_ico11.png) no-repeat 85px 5px;
  background-size: 26px 26px;
}
#asideNav ul li:nth-child(14) a {
  background: url(/images/close.png) no-repeat 85px 4px;
  background-size: 24px 24px;
}
#asideNav ul li:nth-child(1) a.on,
#asideNav ul li:nth-child(1) a:hover {
  background: url(/images/l_ico1_1.png) no-repeat 85px 5px;
  background-size: 24px 24px;
}
#asideNav ul li:nth-child(2) a.on,
#asideNav ul li:nth-child(2) a:hover {
  background: url(/images/l_ico2_1.png) no-repeat 85px 5px;
  background-size: 26px 26px;
}
#asideNav ul li:nth-child(3) a.on,
#asideNav ul li:nth-child(3) a:hover {
  background: url(/images/l_ico3_1.png) no-repeat 85px 4px;
  background-size: 24px 24px;
}
#asideNav ul li:nth-child(4) a.on,
#asideNav ul li:nth-child(4) a:hover {
  background: url(/images/l_ico4_1.png) no-repeat 85px 5px;
  background-size: 26px 26px;
}
#asideNav ul li:nth-child(5) a.on,
#asideNav ul li:nth-child(5) a:hover {
  background: url(/images/l_ico5_1.png) no-repeat 85px 5px;
  background-size: 26px 26px;
}
#asideNav ul li:nth-child(6) a.on,
#asideNav ul li:nth-child(6) a:hover {
  background: url(/images/l_ico6_1.png) no-repeat 85px 5px;
  background-size: 26px 26px;
}
#asideNav ul li:nth-child(7) a.on,
#asideNav ul li:nth-child(7) a:hover {
  background: url(/images/l_ico7_1.png) no-repeat 85px 5px;
  background-size: 26px 26px;
}
#asideNav ul li:nth-child(8) a.on,
#asideNav ul li:nth-child(8) a:hover {
  background: url(/images/l_ico8_1.png) no-repeat 85px 5px;
  background-size: 26px 26px;
}
#asideNav ul li:nth-child(9) a.on,
#asideNav ul li:nth-child(9) a:hover {
  background: url(/images/l_icojsyx_h.png) no-repeat 85px 5px;
  background-size: 26px 26px;
}
#asideNav ul li:nth-child(10) a.on,
#asideNav ul li:nth-child(10) a:hover {
  background: url(/images/l_ico10_1.png) no-repeat 85px 5px;
  background-size: 26px 26px;
}
#asideNav ul li:nth-child(11) a.on,
#asideNav ul li:nth-child(11) a:hover {
  background: url(/images/ll0614.png) no-repeat 85px 5px;
  background-size: 26px 26px;
}
#asideNav ul li:nth-child(12) a.on,
#asideNav ul li:nth-child(12) a:hover {
  background: url(/images/l_icodwxx_h.png) no-repeat 85px 5px;
  background-size: 26px 26px;
}
#asideNav ul li:nth-child(13) a.on,
#asideNav ul li:nth-child(13) a:hover {
  background: url(/images/l_ico11_1.png) no-repeat 85px 5px;
  background-size: 26px 26px;
}
#asideNav ul li:nth-child(14) a.on,
#asideNav ul li:nth-child(14) a:hover {
  background: url(/images/close.png) no-repeat 85px 4px;
  background-size: 24px 24px;
}
.flex-direction-nav {
  display: none;
}
.header {
  width: 100%;
  z-index: 9991;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.4s ease-in-out;
  padding-top: 17px;
}
.header.current {
  background: #710006;
  padding-top: 10px;
}
.header.current .logo {
  width: 260px;
}
.header.current .nav {
  margin: 0;
  margin-top: 10px;
}
.header.current .subNav {
  background: #710006;
}
.header.current .subNav a:hover {
  background: #9a171e;
}
.logo {
  width: 344px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.4s ease-in-out;
}
.subNav {
  width: 100%;
  padding: 10px 0;
}
.subNav {
  position: absolute;
  left: 0;
  top: 60px;
  display: none;
  text-align: center;
}
.subNav a {
  color: #fff;
  padding: 8px 0px;
  display: block;
  font-size: 14px;
}
.subNav a:hover {
  background-color: #790e13;
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
  display: block;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
  display: block;
}
.nav {
  margin: 20px auto;
  z-index: 9992;
}
.nav_lf {
  width: 35%;
  float: left;
}
.nav_rt {
  width: 35%;
  float: right;
}
.nav ul li {
  float: left;
  width: 25%;
  height: 60px;
  transition: all 0.3s ease;
  padding-bottom: 30px;
  position: relative;
}
.nav ul > li::after {
  content: '';
  width: 72px;
  height: 16px;
  background: url(/images/nav_11.png) no-repeat center;
  position: absolute;
  bottom: 10px;
left:50%;
margin-left: -36px;
  transition: all 0.3s;
}
.nav ul > li.on::after {
  background: url(/images/nav_09.png) no-repeat center;
  height: 26px;
  bottom: 0;
}
.nav ul > li.on:before {
  width: 100%;
}
.nav ul li > a {
  text-align: center;
  line-height: 30px;
  height: 30px;
  color: #fff;
  font-size: 18px;
  display: block;
  transition: all 0.3s ease;
  letter-spacing: 0.3px;
}
.nav ul li .subNav {
  background: rgba(255, 255, 255, 0.3);
}
.banner {
  position: relative;
  z-index: 1;
}
.banner_bg {
  width: 100%;
  height: 250px;
  background: url(/images/banner_bg.png) repeat-x;
  z-index: 999;
  position: absolute;
  left: 0;
  top: 0;
}
.banner_txt {
  font: normal 30px/42px "Microsoft YaHei";
  position: absolute;
  bottom: 27px;
  left: 14%;
  z-index: 1046;
  border-radius: 5px;
  height: 70px;
  line-height: 70px;
  color: #FFF;
  padding: 0 30px;
  background: rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner .flex-control-paging {
  width: auto;
  position: absolute;
  bottom: 57px;
  right: 24%;
  z-index: 1045;
  text-align: right;
}
.banner .flex-control-nav li {
  margin: 0 16px;
  float: left;
}
.banner .flex-control-nav li a {
  width: 30px;
  height: 15px;
  font-size: 22px;
  background: #fff;
  display: block;
  text-indent: 9999px;
  overflow: hidden;
}
.banner .flex-control-nav li a.flex-active {
  background: #710006;
}
.banner .flex-control-nav li a:before {
  position: relative;
  top: -7px;
}
.gdfj {
  position: absolute;
  bottom: 50px;
  right: 14%;
  z-index: 1046;
  text-align: center;
  border-radius: 5px;
  background: #720107;
  color: #fff !important;
  height: 27px;
  line-height: 27px;
  padding: 0 10px;
}
.news {
  background: #f3f3f3 url(../images/bg_10.jpg) no-repeat center center;
  padding: 25px 0 42px;
  background-size: 100% auto;
}
.news ul li {
  background: #fff;
  border: #cccccc 1px solid;
  width: 400px;
    height: 435px;
  margin-left: 60px;
  margin-bottom: 30px;
  float: left;
  transition: all 0.35s ease-in-out;
}
.news ul li .pic {
  height: 224px;
  overflow: hidden;
}
.news ul li .pic img {
  width: 100%;
  display: block;
  transition: all 0.35s ease-in-out;
}
.news ul li .text {
  padding: 22px 16px 0;
}
.news ul li h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  font-size: 18px;
  color: #000000;
height: 60px;
  line-height: 30px;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
    white-space: pre-wrap;
}
.news ul li p {
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  height: 48px;
  transition: all 0.35s ease-in-out;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.news ul li .time{
  font-size: 12px;
  color: #999;
  padding-left: 20px;
  margin-right: 10px;
  height: 20px;
  line-height: 20px;
  background: url(/images/time.png) no-repeat left center;
}

.news ul li span{
  font-size: 12px;
  color: #999;
  padding-left: 10px;
  margin-right: 10px;
  height: 20px;
  line-height: 20px;
}
.news ul li span.see {
    background: url(/images/see.png) no-repeat left;
    padding-left: 10%;
}
.news ul li:nth-child(3n+1) {
  margin-left: 0;
}
.news ul li:hover img {
  transform: scale(1.2);
}
.news ul li:hover h4,
.news ul li:hover p {
  color: #710006;
}
.title {
  text-align: center;
}
.title h3 {
  font-size: 36px;
  height: 65px;
  line-height: 56px;
  color: #494949;
  position: relative;
}
.title h3::after {
  content: '';
  width: 70px;
  height: 4px;
  background: #9e040c;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
}
a.more {
  width: 196px;
  height: 47px;
  border: #ccc 1px solid;
  border-radius: 5px;
  line-height: 45px;
  font-size: 16px;
  color: #666666;
  text-align: center;
  background: #fff;
  display: block;
  margin: 0 auto;
  transition: all 0.35s ease-in-out;
}
a.more:hover {
  background: #710006;
  color: #fff;
}
.notice {
  background: url(/images/bg02.png) no-repeat center top;
  min-height: 540px;
  padding: 85px 0 50px;
}
.notice ul {
  width: calc(50% - 70px);
}
.notice ul li {
  width: 100%;
  margin-bottom: 28px;
  position: relative;
  transition: all 0.35s ease-in-out;
}
.notice ul li h4 {
  background: url(/images/jiao.png) no-repeat left 0px rgba(0, 0, 0, 0.05);
  font-size: 16px;
  color: #000000;
  padding: 15px 15px 8px;
  height: 50px;
  line-height: 28px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice ul li p {
  height: 52px;
  margin-right: 90px;
  display: block;
  padding: 5px 15px 10px;
  font-size: 14px;
  line-height: 22px;
  color: #999999;
  background-color: rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.notice ul li .time {
  width: 80px;
  height: 46px;
  background-color: #C8938D;
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 4px 0;
}
.notice ul li .time span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.notice ul li:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  transform: translateY(-10px);
}
.notice ul li:hover h4 {
  color: #710006;
}
.notice .more {
  margin-top: 80px;
}
.research {
  background: #f3f3f3 url(../images/bg_10.jpg) no-repeat center center;
  padding: 42px 0;
  background-size: 100% auto;
}
.research .fl.big {
  width: 400px;
  height: 420px;
  background: #fff;
}
.research .fl.big .pic {
  height: 260px;
  overflow: hidden;
}
.research .fl.big .pic .date {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
}
.research .fl.big .pic .date strong {
  width: 70px;
  font-size: 30px;
  height: 47px;
  line-height: 47px;
  background: #720107;
  color: #fff;
  display: block;
}
.research .fl.big .pic .date span {
  font-size: 14px;
  background: #282828;
  height: 23px;
  line-height: 23px;
  color: #fff;
  display: block;
}
.research .fl.big .text {
  padding: 20px;
}
.research .fl.big .text h4 a {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  height: 60px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.research .fl.big .text p {
  margin-top: 15px;
}
.research .fl.big .text p a {
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  color: #666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.research .fl.big:hover .text h4 a {
  color: #710006;
}
.research .fr.list ul {
  width: 405px;
}
.research .fr.list ul li {
  padding: 20px 0;
  border-bottom: #e1e1e1 1px solid;
  position: relative;
  clear: both;
  overflow: hidden;
  transition: all 0.35s ease-in-out;
}
.research .fr.list ul li .time {
  float: left;
  position: absolute;
  width: 55px;
  text-align: center;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.research .fr.list ul li .time strong {
  font-size: 30px;
  color: #720107;
  height: 35px;
  line-height: 35px;
  display: block;
  font-weight: normal;
}
.research .fr.list ul li .time span {
  font-size: 12px;
  height: 23px;
  line-height: 23px;
  color: #0a0a0a;
  display: block;
}
.research .fr.list ul li .text {
  height: 98px;
  border-left: #cbcbcb 1px solid;
  margin-left: 60px;
  padding-left: 22px;
}
.research .fr.list ul li .text h4 {
  font-size: 16px;
  color: #000;
  line-height: 25px;
  height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.research .fr.list ul li .text p {
  margin-top: 5px;
  font-size: 14px;
  line-height: 24px;
  height: 48px;
  color: #666;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.research .fr.list ul li:hover {
  transform: translateY(-5px);
}
.research .fr.list ul li:hover .text h4 {
  color: #710006;
}
.research .fr.list ul.fr {
  margin-left: 60px;
}
.research .more {
  margin-top: 50px;
}
.media-box {
  background: #cc9999 url(../images/bg_13.jpg) no-repeat 960px center;
  padding: 50px 0;
}
.media-box .com {
  width: 635px;
  border: #fff 1px solid;
  border-radius: 40px;
  padding-bottom: 60px;
  position: relative;
}
.media-box .com h3 {
  position: relative;
  background: #cc9999;
  font-size: 36px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  top: -18px;
  padding-right: 20px;
  display: inline-block;
}
.media-box .com h4 {
  display: block;
  color: #FFF;
  padding: 25px 20px 5px;
  letter-spacing: 0.5px;
  font-size: 16px;
  margin-top: -30px;
  text-align: right;
}
.media-box .com .more2 {
  position: absolute;
  color: #FFF;
  font-size: 16px;
  background-color: #cc9999;
  padding: 3px 20px;
  right: 50px;
  bottom: -18px;
}
.media-box .com.fl .pic {
  margin-top: 20px;
  height: 418px;
  position: relative;
  overflow: hidden;
}
.media-box .com.fl .pic img {
  width: 100%;
  height: 100%;
  transition: all 0.35s ease-in-out;
}
.media-box .com.fl .pic:hover img {
  transform: scale(1.05);
}
.media-box .com.fl .text {
  height: 70px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0.74;
  filter: alpha(opacity=74);
  background-color: #000;
  z-index: 6;
  transition: all 0.35s ease-in-out;
}
.media-box .com.fl .text .date {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
  width: 85px;
  text-align: center;
  position: absolute;
  top: 22px;
}
.media-box .com.fl .text h5 {
  margin: 0;
  margin-left: 85px;
  padding-left: 15px;
  border-left: #fff 1px solid;
  height: 70px;
  line-height: 70px;
  overflow: hidden;
}
.media-box .com.fl .text h5 a {
  font-size: 16px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.media-box .com.fr {
  width: 635px;
  padding-bottom: 44px;
  text-align: right;
}
.media-box .com.fr h3 {
  left: auto;
  right: 0;
  padding-left: 20px;
  padding-right: 0;
}
.media-box .com.fr h4 {
  text-align: left;
}
.media-box .com.fr ul {
  margin-top: 20px;
  clear: both;
  overflow: hidden;
}
.media-box .com.fr ul li {
  width: 300px;
  height: 200px;
  float: left;
  position: relative;
  overflow: hidden;
  margin-bottom: 17px;
  transition: all 0.35s ease-in-out;
}
.media-box .com.fr ul li a {
  display: block;
  position: relative;
  border-top: 6px solid #059aba;
  height: 100%;
  transition: all 0.35s ease-in-out;
}
.media-box .com.fr ul li img {
  width: 100%;
  height: 100%;
  display: block;
}
.media-box .com.fr ul li p {
  background: rgba(0, 0, 0, 0.4);
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
text-align:center;
}
.media-box .com.fr ul li:hover {
  transform: translateY(-5px);
}
.media-box .com.fr ul li:nth-child(2n) {
  float: right;
}
.media-box .com.fr ul li:nth-child(2) a {
  border-color: #ab7c0b;
}
.media-box .com.fr ul li:nth-child(3) a {
  border-color: #a61c31;
}
.media-box .com.fr ul li:nth-child(4) a {
  border-color: #6bb722;
}
.media-box .com.fr .more2 {
  right: auto;
  left: 50px;
  background: #cc9999;
}
.scenery {
  background: url(/images/bg07.jpg) no-repeat center top;
      background-size: cover;
  height: 684px;
  overflow: hidden;
}
.scenery .scenery-box {
  position: relative;
  height: 100%;
}
.scenery .scenery-box .title3 {
  margin-top: 36px;
  text-align: center;
}
.scenery .scenery-box .title3 h3 {
  height: 68px;
  padding: 0 95px;
  line-height: 68px;
  display: inline-block;
  background: #710006;
}
.scenery .scenery-box .title3 h3 a {
  font-size: 36px;
  color: #fff;
position: unset;
    background: none;
}
.scenery .scenery-box a {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 5.1%;
  top: 310px;
  background: url(/images/map-b.png) no-repeat center;
}
.scenery .scenery-box a div {
  background: #710006;
  width: 500px;
  max-width: 500px;
  padding: 10px;
  transition: all 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 99;
  transform: scale(0);
}
.scenery .scenery-box a div p {
  margin-top: 10px;
  font-size: 18px;
  color: #fff;
  padding-left: 40px;
  height: 40px;
  line-height: 40px;
  background: url(/images/map.png) no-repeat 10px center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.scenery .scenery-box a:hover div {
  transform: scale(1);
}
.scenery .scenery-box .l2 {
  top: 220px;
  left: 23.7%;
}
.scenery .scenery-box .l3 {
  top: 350px;
  left: 37.3%;
}
.scenery .scenery-box .l4 {
  top: 120px;
  left: 50%;
  margin-left: -30px;
}
.scenery .scenery-box .l4 div {
  top: -100px;
  left: -50%;
  margin-left: -200px;
  bottom: auto;
}
.scenery .scenery-box .l5 {
  left: auto;
  top: 350px;
  right: 37%;
}
.scenery .scenery-box .l5 div {
  left: auto;
  right: 0;
}
.scenery .scenery-box .l6 {
  left: auto;
  top: 200px;
  right: 24%;
}
.scenery .scenery-box .l6 div {
  left: auto;
  right: 0;
}
.scenery .scenery-box .l7 {
  left: auto;
  top: 400px;
  right: 8%;
}
.scenery .scenery-box .l7 div {
  left: auto;
  right: 0;
}
.scenery .scenery-box .l8 {
  left: auto;
  top: 280px;
  right: 2%;
}
.scenery .scenery-box .l8 div {
  left: auto;
  right: 0;
}
.scenery .map {
  display: none;
}
.subject {
  padding: 0 0 36px;
  background: url(/images/bg08.png) no-repeat center top;
  margin-top: -24px;
  padding-top: 24px;
}
.subject h3 {
  text-align: center;
  font-size: 36px;
  height: 55px;
  line-height: 55px;
  color: #fff;
}
.subject ul {
  margin-top: 30px;
}
.subject ul li {
  width: 50%;
  margin: 0px auto 20px auto;
  padding: 0 20px;
  float: left;
}
.subject ul li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.subject ul li a img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}
.subject ul li a:hover img {
  transform: scale(1.05);
}
.subject a.more {
  margin-top: 20px;
}
.subject li a:before {
  content: '';
  position: absolute;
  width: 60px;
  height: 100%;
  margin-top: 0px;
  margin-left: -120px;
  overflow: hidden;
  z-index: 6;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.4)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}
.subject li a:hover:before {
  -webkit-animation: aniBlink 0.6s ease-out forwards;
  -moz-animation: aniBlink 0.6s ease-out forwards;
  -o-animation: aniBlink 0.6s ease-out forwards;
  animation: aniBlink 0.6s ease-out forwards;
}
@keyframes aniBlink {
  from {
    margin-left: -50%;
  }
  to {
    margin-left: 120%;
  }
}
@-webkit-keyframes aniBlink {
  from {
    margin-left: -50%;
  }
  to {
    margin-left: 120%;
  }
}
.footer {
  padding: 50px 0;
  background: #710006;
  font-size: 18px;
  line-height: 2;
  color: #fff;
  text-align: center;
 overflow:hidden;
}
.footer p {
  overflow: hidden;
}
.footer span {
  display: inline-block;
  margin: 0 5px;
}

.footer a{

  color: #fff;
 
}

.footer .foot_pic{width:347px;float:left;}
.footer .foot_bq{width:554px;float:left;margin-left:30px;}
.footer .foot_wx{width:368px;float:right;}

.goTop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 9999999;
  color: #fff;
  background-color: #000;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: none;
}
.navbar-collapse.collapse {
  display: none !important;
}
/*全局样式 end*/
@media (min-width: 1025px) {
  /*所有hover写在这里面 兼容sofari的移动端不支持hover*/
}
@media (max-width: 1349px) {
  /*修改1399以下、小屏显示器*/
  .news ul li {
    width: 340px;
  }
  .research .fr.list ul.fr {
    margin-left: 30px;
  }
  .research .fr.list ul {
    width: 330px;
  }
  .media-box .com,
  .media-box .com.fr {
    width: 48%;
  }
  .media-box .com.fr ul li {
    width: 49%;
  }

.footer .foot_bq {
    width: 570px;
    float: left;
    margin-left: 30px;
}

}
@media (max-width: 1199px) {
  /*修改1200以下、小屏显示器*/
  .logo {
    width: 260px;
  }
  .nav {
    margin-top: 10px;
  }
  .banner_txt {
    font-size: 24px;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
  }
  .banner .flex-control-paging {
    bottom: 40px;
  }
  .banner .flex-control-nav li {
    margin: 0 5px;
  }
  .gdfj {
    bottom: 34px;
    right: 12%;
  }
  .title h3 {
    font-size: 24px;
    height: 55px;
    line-height: 45px;
  }
  .news ul li {
    margin-left: 30px;
    width: 293px;
    height: 440px;
  }
  .news ul li .pic {
    height: 200px;
  }
  .research .fl.big {
    width: 300px;
    height: 350px;
  }
  .notice .more {
    margin-top: 40px;
  }
  .research .fl.big .pic {
    height: 195px;
  }
  .research .fr.list ul.fr {
    margin-left: 15px;
  }
  .research .fr.list ul {
    width: 300px;
  }
  .research .fr.list ul li {
    padding: 10px 0;
  }
  .media-box .com.fl .pic {
    height: 305px;
  }
  .media-box .com.fr ul li {
    height: 143px;
  }
  .media-box .com h3,
  .scenery .scenery-box .title3 h3,
  .subject h3 {
    font-size: 24px;
  }
  .scenery .scenery-box .title3 h3 {
    height: 40px;
    line-height: 40px;
    padding: 0 30px;
  }
  .scenery {
    height: 500px;
    background-size: auto 100%;
  }
  .scenery .scenery-box {
    height: auto;
  }
  .scenery .scenery-box a {

  }
  .scenery a.map {
    display: block;
    height: 100%;
  }

.footer .foot_pic{width:100%;float:none;margin-bottom:10px;}
.footer .foot_bq{width:100%;float:none;margin-left:0px;}
.footer .foot_wx{width:100%;float:none;margin-top:10px;}

}
@media (max-width: 1023px) {
  /*修改758以下、小屏平板*/
  .nav {
    display: none;
  }
  .banner_txt {
    left: 15px;
  }
  #asideNav,
  #asideNav2 {
    display: none;
  }
  .banner_txt {
    font-size: 20px;
  }
  .gdfj {
    right: 15px;
  }
  .news ul li,
  .news ul li:nth-child(3n + 1),
  .research .fr.list ul.fr,
  .research .fr.list ul {
    width: calc(50% - 15px);
    margin-left: 30px;
  }
  .news ul li:nth-child(2n + 1),
  .research .fr.list ul {
    margin-left: 0;
  }
  .research .fr.list ul li {
    padding: 15px 0;
  }
  .research .fl.big {
    max-width: 400px;
    width: 100%;
    height: auto;
    margin: 0 auto 30px;
    float: none;
  }
  .research .fl.big .pic {
    height: auto;
  }
  .header {
    background: #710006;
    padding: 10px 0;
    position: relative;
  }
  .logo {
    position: relative;
    float: left;
    left: 0;
    transform: initial;
    width: auto;
    height: 50px;
  }
  .logo img {
    height: 100%;
  }
  .navbar-toggle {
    display: block;
    margin-right: 0;
    padding: 0;
  }
  .navbar-toggle .icon-bar {
    background: #fff;
    width: 36px;
    margin: 6px 0;
  }
  .banner_bg {
    display: none;
  }
  .navbar-collapse.in {
    display: block !important;
  }
  .header .navbar-collapse {
    position: absolute;
    background: #710006;
    width: 100%;
    max-width: 300px;
    right: 0;
    top: 70px;
    padding: 15px !important;
    text-align: left;
    border-top: rgba(255, 255, 255, 0.2) 1px solid;
  }
  .bs-js-navbar-scrollspy ul li {
    float: none;
    padding: 5px;
    border-bottom: rgba(255, 255, 255, 0.2) 1px double;
    position: relative;
  }
  .bs-js-navbar-scrollspy ul li a {
    color: #fff;
    display: block;
  }
  .bs-js-navbar-scrollspy ul li em {
    position: absolute;
    right: 5px;
    top: 6px;
    font-size: 16px;
    font-weight: normal;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    transition: all 0.3s;
  }
  .bs-js-navbar-scrollspy ul li dl {
    background: rgba(0, 0, 0, 0.3);
    padding: 10px;
    margin-top: 5px;
    display: none;
  }
  .bs-js-navbar-scrollspy ul li dl a {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
  }
  .bs-js-navbar-scrollspy ul li.on em {
    transform: rotate(180deg);
  }
  .mobile-links a {
    float: left;
    padding: 4px 15px;
    color: #fff;
    border: none;
    line-height: 25px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  /*修改758以下、小屏平板*/
  .header .navbar-collapse {
    right: 15px;
  }
  .banner .flex-control-paging {
    bottom: 10px;
    right: auto;
    left: 10px;
  }
  .gdfj {
    bottom: 5px;
    font-size: 12px;
  }
  .banner_txt {
    left: 0;
    font-size: 16px;
    margin: 0 15px;
    max-width: calc(100% - 30px);
  }
  .news ul li,
  .news ul li:nth-child(3n + 1),
  .research .fr.list ul.fr,
  .research .fr.list ul {
    width: 100%;
    margin-left: 0;
    height: auto;
    padding-bottom: 10px;
  }
  .news ul li .pic,
  .news ul li:nth-child(3n + 1) .pic,
  .research .fr.list ul.fr .pic,
  .research .fr.list ul .pic {
    height: auto;
  }
  .notice {
    background-size: 100% auto;
    background: url(/images/bg02-sj.png) no-repeat center top #FFF;
    padding: 100px 0 30px;
  }
  .notice ul {
    width: 100%;
  }
  .notice .more,
  .research .more {
    margin-top: 10px;
  }
  .media-box .com,
  .media-box .com.fr {
    width: 100%;
  }
  .media-box .com.fr {
    margin-top: 40px;
  }
  .subject ul li {
    width: 100%;
    padding: 0;
  }
  .subject {
    background-size: cover;
  }
  .footer {
    padding: 30px 0;
    font-size: 14px;
  }
  .footer .f-logo {
    max-width: 80%;
    display: block;
    margin: 0 auto;
  }
  .media-box .com.fr ul li p {
    font-size: 14px;
  }
  .scenery {
    height: 300px;
  }
}
@media (max-width: 424px) {
  /*修改425以下、普通的安卓手机屏*/
  .header .navbar-collapse {
    max-width: 100%;
  }
}
@media (max-width: 374px) {
  /*修改425以下、iPhone5，4，等小屏手机*/
  .media-box .com.fl .pic {
    height: 195px;
  }
  .media-box .com.fr ul li {
    height: 100px;
  }
  .media-box .com.fr ul li p {
    font-size: 12px;
  }
}
/* add in 6.4 */
.banner img{
width:100%;
}
@media (min-width: 1260px) and (max-width: 1840px) {

    .research,
    .news {
        padding-left: 15%;
        padding-right: 15%;
    }

    .news ul li {
        width: calc(33.3% - 40px);
    }

    .research .fr.list {
        width: calc(100% - 430px);
    }

    .research .fr.list ul {
        width: calc(50% - 30px);
    }
}




@media (min-width: 1260px) and (max-width: 1550px) {
    .news ul li {
        width: calc(33.3% - 20px);
        margin-left: 30px;
        height: 390px;
    }




    .news ul li .pic {
        height: 185px;
    }

    .research .fl.big {
        width: 300px;
        height: 350px;
    }
    .research .fr.list {
        width: calc(100% - 330px);
    }
    .research .fl.big .pic {
        height: 195px;
    }

    .research .fr.list ul.fr {
        margin-left: 15px;
    }

    .research .fr.list ul {
        width: calc(50% - 7.5px);
    }

    .research .fr.list ul li {
        padding: 10px 0;
    }

    .media-box .com.fl .pic {
        height: 305px;
    }

    .media-box .com.fr ul li {
        height: 143px;
    }
}