@charset "utf-8";
/* css reset www.admin10000.com */
html {
  font-size: 10px;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
body {
  background: #fff;
  color: #555;
  font-size: 1.4rem;
  font-family: "Microsoft Yahei";
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
i,
b,
u,
strong,
th,
var {
  font-style: normal;
}
a {
  color: #555;
  text-decoration: none;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color: #333;
}
img {
  border: none;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  font: 14px "Microsoft Yahei";
  outline: none;
}
table {
  border-collapse: collapse;
}
@font-face {
  font-family: myfont;
  src: url("../font/impact.ttf");
}
/* css common */
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  *zoom: 1;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
/*美化滚动条*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}
/*定义滚动条轨道 内阴影+圆角*/
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.8);
  background-color: rgba(0, 0, 0, 0.8);
}
.con {
  margin: 0 auto;
  width: 1200px;
}
.header {
  padding: 40px 0;
}
.nac_con {
  background: #da251c;
}
.nav {
  margin: 0 auto;
}
.nav > li {
  float: left;
  position: relative;
  width: 150px;
  height: 72px;
  z-index: 200;
  background: url("../images/icon_nav.png") no-repeat right top;
}
.nav > li:last-child {
  background: none;
}
.nav > li:hover:after {
  width: 100%;
}
.nav > li:hover > a {
  background-color: rgba(223, 59, 52, 0.7);
  color: #FFF !important;
  height: 70px;
}
.nav > li:hover .sub li a:hover {
  background: rgba(223, 59, 52, 0.45);
  color: #FFF;
}
.nav > li.on:after {
  width: 100%;
}
.nav > li.on > a {
  background-color: rgba(223, 59, 52, 0.7);
  color: #FFF !important;
  height: 70px;
}
.nav > li.on .sub li a:hover {
  background: rgba(223, 59, 52, 0.45);
  color: #FFF;
}
.nav > li:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  content: '';
  width: 0;
  height: 70px;
  border-bottom: #f6a23e solid 3px;
  transition: all 0.5s ease-in-out;
  z-index: -1;
}
.nav > li a {
  padding: 0;
  transition: all 0.1s ease-in-out;
  display: block;
  width: 100%;
  height: 72px;
  line-height: 72px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.nav > li .sub {
  /*transition: all 0.2s ease-in-out;*/
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,0.8);
  z-index: 200;
}
.nav > li .sub li a {
  display: block;
  border-bottom: #d5d5d5 solid 1px;
  height: 40px;
  line-height: 40px;
  color: #000;
  text-align: center;
}
.am-slider-default {
  margin: 0;
}
.banner {
  position: relative;
}
.banner img {
  max-width: 100%;
}
.banner .am-slider-default .am-direction-nav a {
  position: absolute;
  top: 50%;
  z-index: 10;
  display: block;
  width: 47px;
  height: 90px;
  margin: -18px 0 0;
  overflow: hidden;
  opacity: 0.45;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.65);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.banner .am-slider-default .am-direction-nav .am-next {
  right: 45px;
  text-align: right;
}
.banner .am-slider-default .am-direction-nav .am-prev {
  left: 45px;
  background: url("../images/icon_left.png");
}
.banner .am-slider-default ol.am-control-nav li a {
  display: block;
  width: 22px;
  height: 22px;
  line-height: 12px;
  background-color: #fff;
  border-radius: 0;
}
.banner .am-slider-default ol.am-control-nav li a.am-active {
  width: 22px;
  height: 22px;
  background-color: #da251c;
  border: solid 1px #da251c;
}
.title {
  text-align: center;
  margin-top: 65px;
}
.title h4 {
  font-size: 28px;
  color: #000000;
  line-height: 1.3;
  background: url("../images/title_bj.png") no-repeat center;
}
.title p {
  font-size: 16px;
  color: #9e9e9e;
  line-height: 3.2;
}
.pic_con .pic_con_title {
  padding: 20px 0 40px;
  font-size: 16px;
  color: #676767;
  line-height: 2;
}
.index_cl {
  width: 100%;
  background: url("../images/pic_bj.png") no-repeat top;
  padding-top: 2px;
  padding-bottom: 60px;
}
.index_cl .title p {
  color: #000;
}
.index_cl .index_cl_list {
  margin-top: 50px;
}
.index_cl .index_cl_list li {
  float: left;
  width: 279px;
  height: 254px;
  background: #fff;
  margin-left: 28px;
  transition: all .3s;
  transform: translateY(0);
}
.index_cl .index_cl_list li:hover {
  transform: translateY(-5px);
  box-shadow: 5px 5px 5px rgba(102, 102, 102, 0.5);
}
.index_cl .index_cl_list li span {
  display: block;
  width: 279px;
  height: 212px;
  overflow: hidden;
}
.index_cl .index_cl_list li span img {
  width: 100%;
  height: 100%;
}
.index_cl .index_cl_list li h3 {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  line-height: 3;
  font-size: 14px;
  color: #5f5e5e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.more {
  display: block;
  margin: 45px auto 0;
  width: 190px;
  height: 50px;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  position: relative;
  background: #da251c;
  border-radius: 25px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.more:hover {
  color: #fff;
  background: #df3b34;
}
.more:hover:before {
  width: 100%;
}
.more:hover:after {
  height: 100%;
}
.more img {
  vertical-align: middle;
  margin-left: 5px;
}
.more.more_bj {
  background: #ffffff;
  color: #676767;
}
.more.more_bj:hover {
  color: #fff;
  background: #df3b34;
  transition: all 0.5s ease-in-out;
}
.index_gy .news_con {
  margin-top: 50px;
  /* 下面是前/后按钮代码，如果不需要删除即可 */
}
.index_gy .news_con .i_body1_3 {
  width: 516px;
  height: 360px;
  overflow: hidden;
  position: relative;
}
.index_gy .news_con .i_body1_3 .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  right: 25px;
  bottom: 15px;
  z-index: 1;
}
.index_gy .news_con .i_body1_3 .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.index_gy .news_con .i_body1_3 .hd ul li {
  float: left;
  margin-right: 8px;
  width: 7px;
  height: 7px;
  line-height: 7px;
  text-align: center;
  background: #fff;
  cursor: pointer;
  border-radius: 50%;
}
.index_gy .news_con .i_body1_3 .hd ul li.on {
  background: #f00;
  color: #fff;
}
.index_gy .news_con .i_body1_3 .bd {
  position: relative;
  height: 100%;
  z-index: 0;
}
.index_gy .news_con .i_body1_3 .bd li {
  zoom: 1;
  vertical-align: middle;
  position: relative;
}
.index_gy .news_con .i_body1_3 .bd li p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 20px;
  background: rgba(0, 0, 0, 0.5);
  line-height: 3;
  color: #fff;
  font-size: 16px;
}
.index_gy .news_con .i_body1_3 .bd img {
  width: 100%;
  display: block;
}
.index_gy .news_con .i_body1_3 .prev,
.index_gy .news_con .i_body1_3 .next {
  position: absolute;
  right: 15%;
  bottom: 19px;
  margin-top: -25px;
  display: block;
  width: 11px;
  height: 20px;
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.index_gy .news_con .i_body1_3 .next {
  left: auto;
  right: 3%;
  background-position: 8px 5px;
}
.index_gy .news_con .i_body1_3 .prev:hover,
.index_gy .news_con .i_body1_3 .next:hover {
  filter: alpha(opacity=100);
  opacity: 1;
}
.index_gy .news_con .i_body1_3 .prevStop {
  display: none;
}
.index_gy .news_con .i_body1_3 .nextStop {
  display: none;
}
.index_gy .news_con .news_con_list {
  width: 628px;
  margin-top: -20px;
}
.index_gy .news_con .news_con_list li {
  padding: 20px;
  transition: all 0.5s;
}
.index_gy .news_con .news_con_list li:hover {
  background: #eb8782;
}
.index_gy .news_con .news_con_list li:hover .news_con_list_time {
  color: #fff;
  background: url("../images/timea.png") no-repeat center;
}
.index_gy .news_con .news_con_list li:hover .news_con_list_text h3 {
  color: #fff;
}
.index_gy .news_con .news_con_list li:hover .news_con_list_text p {
  color: #fff;
}
.index_gy .news_con .news_con_list li .news_con_list_time {
  width: 82px;
  height: 88px;
  text-align: center;
  font-size: 14px;
  color: #878787;
  background: url("../images/time.png") no-repeat center;
}
.index_gy .news_con .news_con_list li .news_con_list_time i {
  line-height: 2;
  display: block;
  font-size: 28px;
}
.index_gy .news_con .news_con_list li .news_con_list_text {
  width: 490px;
}
.index_gy .news_con .news_con_list li .news_con_list_text h3 {
  color: #434343;
  font-size: 18px;
  margin-bottom: 8px;
}
.index_gy .news_con .news_con_list li .news_con_list_text p {
  color: #787878;
  font-size: 14px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.index_zx {
  width: 100%;
  background: #f7f7f7;
  padding-top: 2px;
  margin-top: 100px;
  padding-bottom: 60px;
}
.index_zx .title h4 {
  color: #000000;
}
.index_zx .title p {
  color: #9e9e9e;
}
.index_zx .index_zx_list {
  border: solid 1px #e6e6e6;
  background: #fff;
  border-bottom: none;
}
.index_zx .index_zx_list li {
  float: left;
  width: 199px;
  height: 97px;
  border-bottom: solid 1px #e6e6e6;
  border-left: none;
  border-right: solid 1px #e6e6e6;
  background: #fff;
}
.index_zx .index_zx_list li img {
  width: 140px;
  height: 60px;
  margin: 18px 29px;
}
.index_zx .index_zx_list li:nth-of-type(6) {
  border-right: none;
}
.footer {
  width: 100%;
  background: #242424;
  padding: 45px 0;
}
.footer .footer_nav {
  text-align: center;
  line-height: 2;
  margin-bottom: 5px;
}
.footer .footer_nav a {
  font-size: 16px;
  color: #787878;
  padding: 0 10px;
}
.footer .footer_bottom {
  padding: 8px 0;
  border-top: solid 1px #3d3d3d;
  text-align: center;
  line-height: 2;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.3);
}
.footer .footer_bottom a {
  color: rgba(255, 255, 255, 0.3);
}
.page {
  width: 100%;
  margin: 15px auto 0;
  padding-bottom: 25px;
  text-align: center;
}
.page > a {
  display: inline-block;
  padding: 0 1%;
  text-align: center;
  border: solid 1px #dadada;
  margin: 0 0.3%;
  line-height: 2;
  color: #404040;
  background-color: #fcfcfc;
}
.page span {
  display: inline-block;
  padding: 0 1%;
  text-align: center;
  border: solid 1px #df3b34;
  margin: 0 0.3%;
  background-color: #df3b34;
  color: #fff;
  line-height: 2;
}
.ny_con {
  width: 100%;
  background: #f1f1f1;
  padding: 45px 0;
}
.ny_con .ny_con_left {
  width: 279px;
}
.ny_con .ny_con_left h3 {
  background: #da251c;
  color: #fff;
  padding-left: 90px;
  height: 75px;
  padding-top: 15px;
}
.ny_con .ny_con_left h3 span {
  font-size: 20px;
  display: block;
}
.ny_con .ny_con_left h3 i {
  margin-top: -5px;
  font-size: 12px;
  display: block;
  text-transform: uppercase;
}
.ny_con .ny_con_left .ny_con_left_list li {
  border-bottom: solid 1px #efefef;
  transition: all 0.5s;
  background: #fff;
}
.ny_con .ny_con_left .ny_con_left_list li:hover {
  background: #ededed;
  border-left: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
}
.ny_con .ny_con_left .ny_con_left_list li.on {
  background: #ededed;
  border-left: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
}
.ny_con .ny_con_left .ny_con_left_list li a {
  display: block;
  line-height: 4;
  padding-left: 75px;
  font-size: 14px;
  color: #676767;
}
.ny_con .ny_con_left .ny_con_left_list li a img {
  vertical-align: middle;
  margin-right: 17px;
}
.ny_con .ny_con_left .lxwm_con {
  margin-top: 27px;
  background: url("../images/lxwm_bj.png") no-repeat;
  width: 279px;
  height: 161px;
  padding: 25px;
}
.ny_con .ny_con_left .lxwm_con h4 {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}
.ny_con .ny_con_left .lxwm_con p {
  margin-top: 10px;
  width: 218px;
  height: 34px;
  line-height: 34px;
  border-radius: 25px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: rgba(254, 74, 65, 0.7);
}
.ny_con .ny_con_left .lxwm_con p + p {
  background: rgba(255, 133, 51, 0.7);
}
.ny_con .ny_con_right {
  width: 892px;
}
.ny_con .ny_con_right .info_pic_list li {
  float: left;
  width: 279px;
  margin-left: 27px;
}
.ny_con .ny_con_right .info_pic_list li:hover span img {
  transform: scale(1.2);
}
.ny_con .ny_con_right .info_pic_list li:hover h3 {
  color: #df3b34;
}
.ny_con .ny_con_right .info_pic_list li span {
  display: block;
  width: 279px;
  height: 212px;
  overflow: hidden;
}
.ny_con .ny_con_right .info_pic_list li span img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.ny_con .ny_con_right .info_pic_list li h3 {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  line-height: 4;
  font-size: 14px;
  color: #5f5e5e;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ny_con .ny_con_right .info_pic_list_info {
  padding: 45px 55px;
  font-size: 14px;
  text-align: justify;
  line-height: 2;
}
.ny_con .ny_con_right .info_pic_list_info h3 {
  font-size: 20px;
  color: #262626;
  line-height: 2;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.ny_con .ny_con_right .info_pic_list_info img {
  max-width: 100%;
}
.ny_con .ny_con_right .jszc_list {
  padding: 35px;
}
.ny_con .ny_con_right .jszc_list li a {
  display: block;
  font-size: 14px;
  color: #676767;
  border-bottom: solid 1px #efefef;
  line-height: 3;
}
.ny_con .ny_con_right .jszc_list li a i {
  color: #da251c;
}
.ny_con .ny_con_right .gs_info {
  padding: 35px;
}
.ny_con .ny_con_right .gs_info h4 {
  font-size: 18px;
  color: #434343;
  line-height: 2;
  text-align: center;
}
.ny_con .ny_con_right .gs_info .titlte_a {
  font-size: 14px;
  color: #999999;
  text-align: center;
  padding-bottom: 35px;
  border-bottom: solid 1px #e3e3e3;
  margin-bottom: 25px;
}
.ny_con .ny_con_right .gs_info .titlte_a span {
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.ny_con .ny_con_right .gs_info .titlte_a div {
  display: inline-block;
  vertical-align: middle;
}
.ny_con .ny_con_right .info_an_list li {
  float: left;
  width: 281px;
  height: 331px;
  background: #fff;
  margin-left: 24px;
  margin-bottom: 24px;
  transition: all 0.5s;
}
.ny_con .ny_con_right .info_an_list li:hover {
  background: #da251c;
}
.ny_con .ny_con_right .info_an_list li:hover span img {
  transform: scale(1.2);
}
.ny_con .ny_con_right .info_an_list li:hover h3,
.ny_con .ny_con_right .info_an_list li:hover p {
  color: #fff;
}
.ny_con .ny_con_right .info_an_list li span {
  display: block;
  width: 256px;
  height: 196px;
  margin: 12.5px auto;
  overflow: hidden;
}
.ny_con .ny_con_right .info_an_list li span img {
  width: 100%;
  height: 100%;
  transition: all 0.6s;
}
.ny_con .ny_con_right .info_an_list li h3 {
  width: 256px;
  margin: 0 auto;
  text-align: left;
  font-size: 16px;
  color: #676767;
  line-height: 2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ny_con .ny_con_right .info_an_list li p {
  width: 256px;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  color: #676767;
  line-height: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ny_con .ny_con_right .lxwm_text {
  padding: 35px;
}
.ny_con .ny_con_right .lxwm_text h5 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
}
.ny_con .ny_con_right .lxwm_text .lxwm_text_left {
  width: 535px;
}
.ny_con .ny_con_right .lxwm_text .lxwm_text_left p {
  line-height: 2.2;
  font-size: 14px;
  color: #676767;
}
.ny_con .ny_con_right .lxwm_text .lxwm_text_right {
  width: 265px;
}
.ny_con .ny_con_right .lxwm_text .lxwm_text_right p {
  margin-right: 25px;
  display: inline-block;
  vertical-align: top;
  width: 105px;
  line-height: 2.2;
  font-size: 14px;
  color: #676767;
  text-align: center;
}
.ny_con .ny_con_right .lxwm_text .lxwm_text_right p img {
  width: 105px;
  display: block;
  height: 105px;
}
.ny_con .ny_con_right .lxwm_text .map {
  width: 100%;
  margin-top: 45px;
  max-height: 300px;
}
.ny_con .ny_con_right .lxwm_text .map img {
  width: 100%;
}
.ny_con .ny_con_right .info_news_list li {
  margin-bottom: 20px;
  background: #fff;
  padding: 20px;
  transition: all 0.5s;
}
.ny_con .ny_con_right .info_news_list li:hover {
  background: #da251c;
}
.ny_con .ny_con_right .info_news_list li:hover .sg_list_text h4,
.ny_con .ny_con_right .info_news_list li:hover .sg_list_text p {
  color: #fff;
}
.ny_con .ny_con_right .info_news_list li .sg_list_img {
  width: 201px;
  height: 141px;
  overflow: hidden;
}
.ny_con .ny_con_right .info_news_list li .sg_list_img img {
  width: 100%;
  height: 100%;
}
.ny_con .ny_con_right .info_news_list li .sg_list_text {
  width: 618px;
}
.ny_con .ny_con_right .info_news_list li .sg_list_text h4 {
  font-size: 18px;
  color: #434343;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 3;
}
.ny_con .ny_con_right .info_news_list li .sg_list_text p {
  font-size: 14px;
  color: #676767;
  line-height: 2;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ny_con .ny_con_right .info_zl_list li {
  background: #fff;
  margin-bottom: 25px;
}
.ny_con .ny_con_right .info_zl_list li:hover {
  border-left: solid 3px #da251c;
}
.ny_con .ny_con_right .info_zl_list li:hover .xiaz {
  background: #da251c;
}
.ny_con .ny_con_right .info_zl_list li a {
  display: block;
  padding: 27px;
}
.ny_con .ny_con_right .info_zl_list li h3 {
  font-size: 16px;
  color: #676767;
  line-height: 2;
}
.ny_con .ny_con_right .info_zl_list li p {
  font-size: 14px;
  color: #c2c2c2;
}
.ny_con .ny_con_right .info_zl_list li p span {
  margin-right: 25px;
}
.ny_con .ny_con_right .info_zl_list li .xiaz {
  float: right;
  width: 76px;
  height: 34px;
  background: #c2c2c2;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 34px;
  border-radius: 8px;
  transition: all 0.5s;
  margin-top: 9px;
}
.ny_con .info_bj {
  background: #fff;
}
.page_info {
  margin: 30px auto 0;
  border-top: solid 1px #e3e3e3;
  padding-top: 25px;
}
.page_info li {
  padding-left: 40px;
  font-size: 14px;
  line-height: 2;
  color: #676767;
}
.page_info li.on a {
  color: #da251c;
}
.page_info li a {
  font-size: 14px;
  color: #676767;
}
