@charset "utf-8";

* {
  PADDING-BOTTOM: 0px;
  MARGIN: 0px;
  PADDING-LEFT: 0px;
  PADDING-RIGHT: 0px;
  PADDING-TOP: 0px
}

body {
  margin: 0px auto;
  font-family: "微软雅黑";
  font-size: 14px;
}

ul,
li,
a,
span,
h1,
div,
ol,
h1,
h2,
h3,
p,
hr,
input,
label {
  margin: 0px;
  padding: 0px;
  text-decoration: none;
  list-style: none;
}

body,
td,
th {
  font-family: 微软雅黑;
}

body {
  margin-left: auto;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: 0px;
}

a {
  color: #333;
  text-decoration: none;
  outline: none;
}

a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}

border {
  border: 0px;
}

img {
  border: 0px;
}

i,
em {
  font-style: normal;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tac {
  text-align: center;
}

.w1300 {
  margin: 0 auto;
  width: 1340px;
  height: auto;
}

.clear {
  clear: both;
}

/*------------公用样式结束----------*/

/*------------top----------*/
.top {
  width: 100%;
  height: auto;
  background: url(../images/top.jpg) center no-repeat;
}

.t_logo {
  width: 120px;
  height: 160px;
}

.t_logo img{margin-top: 10px;}
.t-mz {
  width: 635px;
  height: auto;
  text-align: left;
  padding-top: 25px;
  overflow: hidden;
}

.t-mz h1 {
  font-family: "微软雅黑";
  font-size: 30px;
  color: #333;
  line-height: 55px;
  margin-left: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #0051aa;
}

.t-mz p {
  font-family: "微软雅黑";
  font-size: 17px;
  color: #666;
  line-height: 35px;
  padding-left: 8px;
}

.t-er {
  width: 150px;
  height: 127px;
  padding-top: 15px;
  margin-left: 40px;
}

.t-tel {
  width: 230px;
  height: auto;
  padding-top: 45px;
  float: right;
  overflow: hidden;
}

.t-tel p {
  font-family: "微软雅黑";
  font-size: 20px;
  color: #666;
  text-align: left;
}

.t-tel h3 {
  color: #de0d26;
  font-size: 35px;
  font-family: Impact;
  line-height: 45px;
}

/*--导航--*/
/* nav */
/*.dh{width:100%; height:auto; background-color:#0051aa;}
*{list-style:none;}

.width1300 {MARGIN: 0px auto; WIDTH:1300px;}
.margintop10 {MARGIN-TOP: 0px}
.cl {CLEAR: both}
.nav1 {LINE-HEIGHT: 0px; HEIGHT:65px;}
.nav1 UL .pli {Z-INDEX: 2332; POSITION: relative; TEXT-ALIGN: center; LINE-HEIGHT:65px; WIDTH:160px; border-right:1px dotted #888;FLOAT: left; HEIGHT:65px; list-style:none; }
.nav1 UL .onpli OL {DISPLAY: block}
.nav1 UL .onpli { 
}
.nav1 UL .pli A {
	DISPLAY: block;
	FONT-FAMILY: "微软雅黑";
	COLOR: #fff;
	FONT-SIZE: 18px;
	text-decoration: none;
}
.nav1 UL .pli A:hover {
	COLOR: #fff; font-weight:bold; margin-top:10px;transition: all .4s;
}
.nav1 UL .onpli A {
	COLOR: #fff;
	text-decoration: none;
	list-style:none;
}
.nav1 UL .pli OL LI A:hover {DISPLAY: block; BACKGROUND: #57BC54; COLOR: #6bb90f; TEXT-DECORATION: none}
.nav1 UL .pli OL LI A {COLOR: #6bb90f; FONT-SIZE: 14px; FONT-WEIGHT: normal}
.nav1 UL .pclosepli OL {DISPLAY: none}*/


.nav_main {
  width: 100%;
  margin: 0 auto;
  background-color: #0051aa;
  height: 65px;
  position: relative;
}

.nav_main .nav1 {
  MARGIN: 0px auto;
  WIDTH: 1300px;
  position: relative;
}

.nav_main .nav1 li {
  position: relative;
  z-index: 10;
  text-align: center;
  transition: all .5s;
  TEXT-ALIGN: center;
  LINE-HEIGHT: 65px;
  WIDTH: 180px;
  border-right: 1px dotted #888;
  FLOAT: left;
  HEIGHT: 65px;
}

.nav_main .nav1 li a {
  display: block;
  color: #fff;
  font-size: 16px;
}

.nav_main .nav1 li:hover,
.nav_main .nav1 li.hover {
  background: #0067d0;
}

.nav_main .nav1 dl {
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 12;
  box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
}

.nav_main .nav1 dl {
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
  opacity: 0;
  visibility: hidden;
  transition: all .6s ease 0s;
  transform: translate3d(0, 10px, 0);
  -moz-transform: translate3d(0, 10px, 0);
  -webkit-transform: translate3d(0, 10px, 0);
}

.nav_main .nav1 li:hover dl {
  opacity: 1;
  visibility: visible;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}

.nav_main .nav1 dl dd {
  line-height: 44px;
  height: 44px;
  text-align: left;
  position: relative;
  z-index: 12;
  display: block;
  width: 100%;
  border-top: 1px solid #1b1b1b;
}

.nav_main .nav1 dl dd:first-child {
  border: none;
}

.nav_main .nav1 dl dd a {
  color: #fff;
  font-size: 14px;
  padding: 0;
  background: #2b2b2b;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0067d0, #0067d0);
  background-image: linear-gradient(to right, #0067d0, #0067d0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}

.nav_main .nav1 dl dd a:hover {
  background-size: 100% 100%;
  padding-left: 10px;
  color: rgba(255, 255, 255, 0.9999);
}



/*banner*/

#banner {
  position: relative;
  overflow: hidden;
  width: 100%
}

#banner ul {
  position: relative;
  overflow: hidden;
  width: 500%;
}

#banner ul li {
  width: 20%;
  float: left
}

#banner ul li img {
  width: 100%;
  display: block;
}

#banner aside {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 0;
  width: 90%;
  right: 0;
  left: 0;
  margin: auto
}

#banner aside span {
  display: block;
  width: 90px;
  height: 150px;
  z-index: 63;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  position: relative;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s;
  margin-top: -1%;
}

#banner:hover aside span {
  opacity: 1;
}

#banner aside span:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 20%;
  margin: auto;
  width: 87px;
  height: 87px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg)
}

#banner aside span.prev {
  float: left;
}

#banner aside span.next {
  float: right;
}

#banner aside span.next:after {
  left: 0;
  right: 20%;
  -webkit-transform: rotateZ(135deg);
  -moz-transform: rotateZ(135deg);
  -ms-transform: rotateZ(135deg);
  -o-transform: rotateZ(135deg);
  transform: rotateZ(135deg)
}

#banner>div {
  width: 200px;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 7%;
  margin: auto
}

#banner>div em {
  display: block;
  float: left;
  width: 30px;
  height: 10px;
  border: 3px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 4.75px;
  background: #fff;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  cursor: pointer
}

#banner>div em.act {
  background: #D60A09
}


.sl,
.st,
.st div,
.sl div {
  overflow: hidden;
}




/*------------首页栏目----------*/
.sylm {
  width: 100%;
  height: auto;
  text-align: center;
  background: url(../images/dhbj.png) bottom center no-repeat;
  padding-top: 60px;
  padding-bottom: 20px;
  overflow: hidden;
}

.sylm h2 {
  font-family: "微软雅黑";
  font-size: 44px;
  color: #4F4F4F;
  line-height: 50px;
}

.sylm p {
  font-family: "微软雅黑";
  font-size: 18px;
  color: #333;
  line-height: 30px;
}

.sylm ol {
  margin: 0 auto;
  width: 400px;
  height: 40px;
  text-align: center;
  background-color: #D60A09;
  font-family: "微软雅黑";
  font-size: 24px;
  color: #fff;
  line-height: 40px;
  margin-top: 5px;
}


/*------------分类---------*/
.fen {
  width: auto;
  margin-top: 40px;
}

.fen ul {
  height: auto;
}

.fen ul li {
  width: 32.9%;
  height: 55px;
  margin: 0.2%;
  background: #0051aa;
  border-radius: 15px;
  text-align: center;
  float: left;
  box-sizing: border-box;
  position: relative;
}

.fen ul li a {
  text-decoration: none;
  position: relative;
  z-index: 3;
  display: block;
  line-height: 55px;
  height: 55px;
  font-size: 18px;
  color: #fff;
}

.fen ul li a:hover {
  background: #f82c2d\9;
  color: #fff;
}

.fen ul li:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 0;
  border-radius: 15px;
  background: #d60a09;
  bottom: 0;
  left: 0;
  -webkit-transition: width .3s;
  transition: width .3s;
}

.fen ul li:hover:after,
.fen ul li.cur:after {
  width: 100%;
  color: #fff;
}

.fen ul li:nth-child(3) {
  margin-right: 0;
}

.fen ul li.cur a {
  background: #fe9953;
  color: #fff;
}

/* 二级分类菜单样式 */
.fen_nav {
  position: relative;
  overflow: visible;
}

.fen_nav .has-submenu {
  position: relative;
}

.fen_nav .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  z-index: 100;
  display: none;
  opacity: 0;
  border-radius: 0 0 10px 10px;
  overflow: hidden;
  transition: opacity 0.3s ease;
}

.fen_nav .submenu li {
  width: 100%;
  height: auto;
  margin: 0;
  border-radius: 0;
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}

.fen_nav .submenu li:last-child {
  border-bottom: none;
}

.fen_nav .submenu li a {
  display: block;
  line-height: 45px;
  height: 45px;
  font-size: 14px;
  color: #333;
  text-align: center;
  transition: all 0.3s ease;
}

.fen_nav .submenu li a:hover {
  background: #0051aa;
  color: #fff;
}

.fen_nav .has-submenu:hover .submenu,
.fen_nav .submenu.show {
  display: block;
  opacity: 1;
}

/*产品展示*/
.anliroll {
  height: 1300px;
  width: 90%;
  margin: 40px auto;
}

.anliroll li {
  float: left;
  width: 23%;
  border: 1px solid #f2f2f2;
  background: #fff;
  margin: 2% 0 0 1.4%;
}

.anliroll li a {
  display: block;
  overflow: hidden;
  font-size: 18px;
  position: relative;
}

.anliroll li a h4 {
  overflow: hidden;
}

.anliroll li a img {
  margin: 0 auto;
  width: 100%;
  display: block;
  transition: all .5s;
  height: 295px;
}

.anliroll li a ol {
  background: #f1f1f1;
  color: #12212f;
  width: 100%;
  z-index: 555;
  transition: all .2s;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  padding: 10px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.anliroll li a ol i {
  display: block;
  color: #666;
  font-size: 15px;
  margin-top: 10px;
}

.anliroll li a ol i dd {
  margin: 0 auto;
  width: 90%;
  background-color: #d60a09;
  font-family: "微软雅黑";
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-top: 8px;
}

.anliroll li a:hover ol i dd {
  background-color: #fff;
  color: #d60a09;
}

.anliroll li a ol a {
  color: #fff;
  font-size: 18px;
}

.anliroll li a:hover img {
  transform: scaleX(1.1) scaleY(1.1);
}

.anliroll li a:hover ol {
  background: #0051aa;
  color: #fff;
}

.anliroll li a:hover ol i {
  color: #fff;
}

/*------------简介---------*/
.aboutbj {
  width: 100%;
  height: 1164px;
  background: url(../images/aboutbj.jpg) center no-repeat;
  margin-top: 50px;
  padding-bottom: 30px;
}

.aboutbj ul {
  margin: 0 auto;
  width: 1270px;
  height: auto;
  border-radius: 20px;
  background-color: #fff;
  margin-top: 40px;
  padding: 40px;
  overflow: hidden;
}

.aboutbj ul .a-zw {
  width: 900px;
  height: 493px;
  text-align: left;
  background: url(../images/about1.jpg) left top no-repeat;
  padding-left: 350px;
  overflow: hidden;
}

.aboutbj ul .a-zw strong {
  width: 100%;
  height: 42px;
  font-family: "微软雅黑";
  font-size: 44px;
  color: #4F4F4F;
  line-height: 50px;
}

.aboutbj ul .a-zw p {
  font-family: "微软雅黑";
  font-size: 16px;
  color: #666;
  line-height: 30px;
  padding-top: 20px;
}

.aboutbj ul .a-zw p span {
  color: #d60a09;
}

.aboutbj ul .a-sp {
  margin: 0 auto;
  width: 1050px;
  height: auto;
  text-align: center;
  background-color: #4F4F4F;
  padding: 20px;
  margin-top: -170px;
}


/*------------tiao---------*/
.tiao {
  width: 100%;
  height: 327px;
  background: url(../images/tiao.jpg) center no-repeat;
}

.tiao .t-left {
  width: 454px;
  height: auto;
  text-align: left;
  padding-top: 80px;
  font-family: "微软雅黑";
  font-size: 24px;
  color: #fff;
  line-height: 40px;
}

.tiao .t-left ol {
  width: auto;
  height: 40px;
  background-color: #fff;
  text-align: center;
  color: #ef1312;
  font-size: 30px;
  margin-top: 20px;
  font-weight: bold;
}

.tiao .t-right {
  width: 460px;
  height: auto;
  text-align: left;
  padding-top: 80px;
  font-family: "微软雅黑";
  font-size: 22px;
  color: #fff;
  line-height: 40px;
  float: right;
}

.tiao .t-right span {
  font-family: "微软雅黑";
  font-size: 36px;
  color: #f9c907;
  line-height: 55px;
  font-weight: bold;
}

.tiao .t-right p {
  font-size: 45px;
  padding-top: 10px;
  line-height: 60px;
  font-weight: bold;
}



/* gc*/
.anlirol2 {
  height: auto;
  width: 90%;
  margin: 0px auto;
}

.anlirol2 li {
  float: left;
  width: 23%;
  border: 1px solid #f2f2f2;
  background: #fff;
  margin: 2% 0 0 1.4%;
}

.anlirol2 li a {
  display: block;
  overflow: hidden;
  font-size: 18px;
  position: relative;
}

.anlirol2 li a h4 {
  overflow: hidden;
}

.anlirol2 li a img {
  margin: 0 auto;
  width: 100%;
  display: block;
  transition: all .5s;
}

.anlirol2 li a ol {
  background: #f1f1f1;
  color: #12212f;
  width: 100%;
  z-index: 555;
  transition: all .2s;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  padding: 10px;
  padding-bottom: 20px;
  box-sizing: border-box;
}

.anlirol2 li a ol i {
  display: block;
  color: #666;
  font-size: 15px;
  margin-top: 10px;
}

.anlirol2 li a ol i dd {
  margin: 0 auto;
  width: 90%;
  background-color: #d60a09;
  font-family: "微软雅黑";
  border-radius: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  margin-top: 8px;
}

.anlirol2 li a:hover ol i dd {
  background-color: #fff;
  color: #d60a09;
}

.anlirol2 li a ol a {
  color: #fff;
  font-size: 18px;
}

.anlirol2 li a:hover img {
  transform: scaleX(1.1) scaleY(1.1);
}

.anlirol2 li a:hover ol {
  background: #0051aa;
  color: #fff;
}

.anlirol2 li a:hover ol i {
  color: #fff;
}




/*--news--*/
.news {
  height: auto;
  overflow: hidden;
  padding-top: 80px;
}

.news_left {
  float: left;
  width: 800px;
}

.news_left p {
  height: 132px;
  border-bottom: 1px dashed #d1d1d1;
}

.news_left p i {
  display: block;
  overflow: hidden;
  margin-bottom: 17px;
}

.news_left p em {
  display: block;
  line-height: 26px;
  font-size: 14px;
  color: #666;
}

.news_left p em a {
  color: #d60a09;
}

.news_left p i {
  display: block;
}

.news_left p i span {
  display: inline-block;
  width: 94px;
  height: 41px;
  box-sizing: border-box;
  text-align: center;
  padding: 5px 4px 0 0;
  line-height: 36px;
  background: url(../images/n_hot.jpg) no-repeat;
  color: #c31911;
  font-size: 24px;
  margin-right: 15px;
  float: left;
}

.news_left p i a {
  display: inline-block;
  float: left;
  width: 595px;
  font-size: 22px;
  color: #333;
  margin-top: 12px;
}

.news_left dl {
  overflow: hidden;
  border-bottom: 1px dashed #d1d1d1;
  padding: 12px 0;
}

.news_left dl:hover {
  background-color: #f9f9f9;
}

.news_left dl dt {
  float: left;
  overflow: hidden;
  width: 212px;
  height: 119px;
}

.news_left dl dt img {
  width: 212px;
  height: 119px;
  transition: all .5s;
}

.news_left dl:hover dt img {
  transform: scaleX(1.1) scaleY(1.1);
}

.news_left dl dd {
  float: right;
  width: 540px;
  padding-top: 14px;
}

.news_left dl dd h4 {
  font-size: 18px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.news_left dl dd h4 a {
  color: #333;
}

.news_left dl:hover dd h4 a {
  color: #d60a09;
}

.news_left dl dd span {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 26px;
  padding-top: 12px;
}

.news_right {
  float: right;
  width: 420px;
  height: 598px;
  background-color: #0051aa;
  box-sizing: border-box;
  padding: 31px 27px 0;
}

.news_right h4 {
  padding-bottom: 19px;
  font-weight: normal;
}

.news_right h4 a {
  color: #fff;
  font-size: 26px;
}

.news_right h4 span {
  padding-left: 9px;
  font-family: Arial;
  font-size: 18px;
  color: #999;
}

.news_right dl {
  border-bottom: 1px dashed #ccc;
  height: auto;
  margin-bottom: 20px;
  overflow: hidden;
}

.news_right dl dt img {
  width: 366px;
  height:240px;
}

.news_right dl dd h5 {
  margin-top: 18px;
  height: 16px;
  padding-left: 18px;
  background: url(../images/n_ico.jpg) no-repeat 0 6px;
  line-height: 100%;
  overflow: hidden;
}

.news_right dl dd h5 a {
  display: block;
  line-height: 100%;
  color: #f1f1f1;
  font-size: 16px;
}

.news_right dl dd p {
  color: #ccc;
  font-size: 14px;
  line-height: 25px;
  padding: 6px 0 0 18px;
}

.news_right ul li {
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 100%;
}

.news_right ul li a {
  display: inline-block;
  float: left;
  padding-left: 18px;
  color: #1a1a1a;
  font-size: 16px;
  background: url(../images/n_ico.jpg) no-repeat 0 7px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 76%;
  line-height: 100%;
}

.news_right a:hover {
  color: #f75202;
}

.news_right ul li span {
  display: inline-block;
  float: right;
  font-size: 12px;
  color: #999;
  line-height: 100%;
  padding-top: 2px;
}


/*------------foot----------*/
.footerbj {
  background: url(../images/footbj.jpg) center no-repeat;
  height: 409px;
  overflow: hidden;
  font-family: "Microsoft Yahei";
  padding-top: 59px;
  margin-top: 40px;
}

.footer {
  width: 1340px;
  margin: 0 auto;
  position: relative;
}

.f_nav {
  height: 115px;
  border-bottom: 1px solid #888;
}

.f_nav h2 {
  float: left;
  font-size: 0;
  line-height: 0;
  width: 500px;
  height: 94px;
  padding-left: 10px;
}

.f_nav h2 img {
  width: 500px;
  height: 100px
}

.f_nav p {
  float: right;
  width: 795px;
  line-height: 30px;
  font-size: 16px;
  color: #fff;
  height: auto;
  padding-top: 30px;
}

.f_nav p a {
  color: #fff;
  padding: 0 5px;
  height: auto;
  display: inline-block;
}

.f_nav p a:hover {
  color: #fff;
  font-weight: bold;
  border-bottom: 2px solid #d60a09;
}

.f_bp {
  float: left;
  width: 860px;
  margin-top: 40px;
}

.f_bp li {
  float: left;
  padding-right: 37px;
}

.f_bp li span {
  font-size: 14px;
  color: #cfd0d0;
  line-height: 24px;
  display: block;
  padding-top: 10px;
}

.f_bp h3 {
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  color: #cfd0d0;
  padding-top: 16px;
}

.f_bp h3 span,
.ft_w p span {
  color: #cfd0d0;
  font-weight: normal;
}

.f_bp p {
  font-size: 14px;
  color: #cfd0d0;
  line-height: 24px;
  height: 30px;
}

.f_bp a {
  color: #cfd0d0
}

.erwm {
  float: right;
  width: 173px;
  margin-top: 48px;
}

.erwm p {
  float: left;
  width: 139px;
  margin-right: 25px;
}

.erwm img {
  display: block;
  width: 139px;
  height: 139px;
}

.erwm span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #fff;
  background: #d60a09;
  height: 38px;
  line-height: 38px;
}






/*------------内页banner---------*/
.nyzw {
  margin: 0 auto;
  width: 1340px;
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: hidden;
}

.nyzw .ny-r-t {
  margin: 0 auto;
  width: 100%;
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  line-height: 20px;
  border-bottom: 1px solid #DFDEDE;
}

.nyzw .ny-cont {
  margin: 0 auto;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  font-family: "微软雅黑";
  font-size: 15px;
  line-height: 30px;
}

/*内页新闻1*/
.ny-news01 {
  width: 100%;
  height: auto;
}

.ny-news01 li {
  padding: 20px 0px;
  width: 46%;
  float: left;
  margin: 2%;
  border-bottom: 1px dashed #dedddd;
  overflow: hidden;
}

.ny-news01 li:hover {
  background-color: #f9f9f9;
}

.ny-news01 li .tu1 {
  float: left;
  width: 185px;
  height: 130px;
  overflow: hidden;
  border: 1px solid #efefef;
}

.ny-news01 li .tu1 img {
  width: 185px;
  height: 130px;
  overflow: hidden;
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}

.ny-news01 li:hover .tu1 img {
  transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
}

.ny-news01 li .l01 {
  float: right;
  margin-left: 15px;
  width: 92px;
  height: 100px;
  border-right: 1px solid #efefef;
  border-left: 1px solid #efefef;
}

.ny-news01 li .l01 .n-day {
  width: 100%;
  height: 57px;
  font-size: 45px;
  color: #333;
  text-align: center;
  line-height: 57px;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
  transition: all 0.4s ease-in-out;
}

.ny-news01 li:hover .l01 .n-day {
  color: #d60a09;
}

.ny-news01 li .l01 .n-month {
  width: 100%;
  font-size: 15px;
  color: #555;
  text-align: center;
  letter-spacing: 0px;
}

.ny-news01 li .r01 {
  float: left;
  width: 300px;
  height: auto;
  margin-left: 10px;
}

.ny-news01 li .r01 a h2 {
  display: block;
  width: 100%;
  height: 36px;
  font-size: 16px;
  color: #333;
  letter-spacing: 0px;
  transition: all 0.3s ease-in-out;
}

.ny-news01 li:hover .r01 a h2 {
  color: #d60a09;
}

.ny-news01 li .r01 p {
  display: block;
  width: 100%;
  height: 56px;
  font-size: 14px;
  color: #555;
  letter-spacing: 0px;
  line-height: 130%;
  overflow: hidden;
}

/*单页效果*/
.ny-cont {
  padding: 10px 0px 20px 0px;
  margin: 0 auto;
  width: 1260px;
  font-size: 15px;
  color: #333;
  line-height: 190%;
  letter-spacing: 0px;
}

.ny-cont p,
.ny-cont p a {
  margin-top: 15px;
  font-size: 15px;
  color: #333;
  line-height: 190%;
}

.ny-cont a {
  font-size: 15px;
  color: #333;
  line-height: 190%;
}

.ny-cont-h1 {
  display: block;
  width: 100%;
  font-size: 26px;
  color: #333;
  font-weight: bold;
  text-align: center;
}

/*详情页样式*/
.mt-20 {
  margin-top: 20px;
}

.ny-xq {
  margin: 30px auto;
  width: 1200px;
  height: auto;
}

.ny-xq-l {
  float: left;
  width: 145px;
  height: 115px;
  background-color: #f2f2f2;
  border-right: 1px solid #d6d6d6;
}

.ny-xq-l .date1 {
  position: relative;
  width: 110px;
  height: 36px;
  text-align: center;
}

.ny-xq-l .date1 .year1 {
  position: relative;
  font-size: 20px;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.ny-xq-l .date1 .year1 span {
  position: absolute;
  left: 35%;
  z-index: 2;
  display: block;
  background: #fff;
  padding: 0 5px;
  font-size: 20px;
  color: #303030;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #fff;
  letter-spacing: 0px;
}

.ny-xq-l .date1 .year1:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #e3e3e3;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
}

.ny-xq-l .date2 {
  margin-top: 32px;
  text-align: center;
  font-size: 34px;
  line-height: 120%;
  color: #08C339;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
}

.ny-xq-l .read1 {
  margin-top: 5px;
  font-size: 13px;
  text-align: center;
  color: #333333;
  letter-spacing: 0px;
}

.ny-xq-l .read1 strong {
  font-weight: bold;
}

.ny-xq-r {
  float: right;
  padding: 18px 45px;
  width: 960px;
  height: 80px;
  background-color: #e7e7e7;
  overflow: hidden;
}

.ny-xq-r p {
  display: block;
  height: 70px;
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
  overflow: hidden;
}

.ny-xq-r p p {
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
}

/*新闻详情页样式*/
.new-cont-h1 {
  text-align: center;
  font-family: "微软雅黑";
  font-size: 20px;
}

.new-xq {
  margin: 30px auto;
  width: 1340px;
  height: auto;
}

.new-xq-l {
  height: 35px;
  line-height: 35px;
  background-color: #888;
  border-right: 1px solid #d6d6d6;
}

.new-xq-l .date1 {
  position: relative;
  height: 36px;
  text-align: center;
  color: #fff;
}

.new-xq-l .date1 .year1 {
  position: relative;
  font-size: 20px;
  color: #fff;
  font-family: Impact;
  text-align: center;
}

.new-xq-l .date1 .year1 span {
  width: 100%;
  margin-top: 20px;
  left: 35%;
  z-index: 2;
  display: block;
  padding: 0 5px;
  font-size: 20px;
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
}

.new-xq-l .date1 .year1:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #ef6e1cc;
  position: absolute;
  top: 12px;
  left: 0;
  z-index: 1;
}

.new-xq-l .date2 {

  text-align: center;
  font-size: 34px;

  color: #08C339;
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0px;
}

.new-xq-l .read1 {
  margin-top: 5px;
  font-size: 18px;
  text-align: center;
  font-family: "微软雅黑";
  color: #fff;
  letter-spacing: 0px;
}

.new-xq-l .read1 strong {
  font-weight: normal;
}

.new-xq-r {
  float: left;
  padding: 18px 45px;
  width: 1070px;
  height: 80px;
  background-color: #f1f1f1;
  overflow: hidden;
}

.new-xq-r p {
  display: block;
  height: 70px;
  font-size: 15px;
  color: #888;
  line-height: 170%;
  letter-spacing: 0px;
  overflow: hidden;
}

.new-xq-r p p {
  font-size: 15px;
  color: #333;
  line-height: 170%;
  letter-spacing: 0px;
}

.yan-phone p {
  font-family: "微软雅黑";
  font-size: 18px;
  line-height: 30px;
}

/*list*/
.list_page {
  text-align: center;
  margin: 10px;
  display: block;
}

.list_page:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.list_page ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  vertical-align: bottom;
}

.list_page ul li {
  display: inline-block;
  border: solid 1px #ddd;
  border-radius: 4px;
}

.list_page ul a {
  color: #333;
  padding: 8px 12px;
  line-height: 18px;
  display: block;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
  background: #fff;
}

.page_group ul {
  border-right: solid 1px #ddd;
  border-radius: 4px;
}

.page_group ul li {
  border-right: none;
  border-radius: 0;
  float: left;
}

.page_group ul li:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.page_group ul li:first-child {
  border-radius: 4px 0 0 4px;
}

.page_group ul li:last-child {
  border-radius: 0 4px 4px 0;
}

.page_group ul .active a {
  background: #f3f3f3;
  border-radius: 0;
}