.w {
  width: 1100px;
  margin: 0 auto;
}


/*行业研究*/
.yanjiu-list img {
  width: 70px; 
  height: 70px;
}
.yanjiu-list p {
  line-height: 1.2;
}
.yanjiu-list .hui {
  font-size: 12px;
  color: #444;
  font-weight: 50;
}
.yanjiu-list:nth-child(6n) {
  margin-right: 0;
}
.yanjiu-list:hover {
  border: 1px solid #8497a4;
}


header {
	padding-top: 30px;
  height: 70px;
  background: #fff;
	border-bottom: 1px solid #666;
}
header .top-nav .logo {
  width: 180px;
  height: 70px;
  float: left;
}
header .top-nav .nav {
  float: right;
}
header .top-nav .nav > li {
  float: left;
  width: 80px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  /* transition: all 0.5s ease-in-out; */
  position: relative;
}
header .top-nav .nav > li a {
  color: #000;
  display: block;
  width: 100%;
  height: 100%;
  font-size: 13px;
}
header .top-nav .nav > li .second {
  display: none;
  width: 280px;
  height: 165px;
  /* background: rgba(0, 0, 0, 0.4); */
	background-color: #999;
  position: absolute;
  top: 70px;
  left: 0;
  z-index: 21;
  padding: 5px 0 0 5px;
  box-sizing: border-box;
}


header .top-nav .nav > li .second li {
  float: left;
  font-size: 12px;
  /* transform: scale(0.85); */
  line-height: 1.7;
  width: 90px;
}

header .top-nav .nav > li .yw {
  width: 380px;	
  height:320px;
}

header .top-nav .nav > li .yw li{
  width:120px;
}
header .top-nav .nav > li .second li a{
	color: #FFFFFF;
}
header .top-nav .nav > li .second li a:hover {
  color: #ba2f19;
}
header .top-nav .nav > li:hover {
  background-color: #ba2f19;
}
header .top-nav .nav > li:hover a{
  color: #fff;
}
.banner{
    margin-bottom: 20px;
}
.banner .swiper-slide {
  width: 100%;
}
.banner .swiper-slide img {
  width: 100%;
}
.youdian {
  display: none;
  width: 80%;
  background: url("../images/red-banner.jpg") 0 0 no-repeat;
  height: 170px;
  margin-top: 0px;
  z-index: 20;
  position: relative;
  margin-bottom: 50px;
}
.youdian .youdianlist {
  float: right;
  width: 1100px;
  height: 170px;
  padding-top: 60px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.youdian .youdianlist .listbox {
  width: 170px;
  height: 50px;
  color: #fff;
}
.youdian .youdianlist .listbox span {
  width: 45px;
  height: 45px;
  background: black;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 45px;
  font-size: 26px;
  vertical-align: middle;
  transition: all 0.6s ease-in-out;
}
.youdian .youdianlist .listbox p {
  color: #fff;
  display: inline-block;
  margin-left: 10px;
}
.youdian .youdianlist span:hover {
  color: #ba2f19;
  background: #fff;
}
.welcome {
  position: relative;
  padding-bottom: 50px;
}
.welcome .wel-fl {
	padding-top: 20px;
  float: left;
  width: 50%;
}
.welcome .wel-fl h2 {
  font-size: 34px;
  font-weight: 400;
  color: #c8cbd1;
  letter-spacing: 2px;
}
.welcome .wel-fl h3 {
  font-size: 26px;
  font-weight: 400;
  letter-spacing: 2px;
  margin: 5px auto;
}
.welcome .wel-fl p {
  margin: 5px auto;
}
.welcome .wel-fl .wel-pic {
  width: 100%;
}
.welcome .wel-fr {
  width: 50%;
  float: left;
  padding-top: 100px;
  padding-left: 50px;
  box-sizing: border-box;
  overflow: hidden;
}
.welcome .wel-fr h4 {
  font-size: 20px;
  width: 250px;
  text-align: right;
  font-weight: 400;
}
.welcome .wel-fr h5 {
  width: 250px;
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
}
.welcome .wel-fr p {
  margin-top: 90px;
  box-sizing: border-box;
  padding-left: 100px;
  line-height: 2;
}
.welcome .wel-fr div {
  width: 162px;
  height: 46px;
  border: 1px solid #ba2f19;
  box-sizing: border-box;
  margin-top: 60px;
  margin-left: 100px;
}
.welcome .wel-fr div a {
  color: #ba2f19;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  text-align: center;
  padding-left: 30px;
  box-sizing: border-box;
}
.welcome .wel-fr div span {
  float: right;
  width: 45px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background-color: #ba2f19;
  color: #fff;
  font-size: 25px;
}
.welcome .wel-fr div:hover span {
  background-color: #fff;
  color: #ba2f19;
}
.welcome .wel-tu {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.ywly {
  /* background: url(../images/banner-yw.jpg) 0 0 no-repeat; */
	background-color: #fff;
  background-size: 100% 100%;
  height: 1480px;
  padding-top: 100px;
  box-sizing: border-box;
}
.ywly .ywly-t {
  text-align: center;
  color: #666;
  font-size: 28px;
  margin-bottom: 50px;
  letter-spacing: 2px;
}
.ywly .ywly-b {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  box-sizing: border-box;
}
.ywly .ywly-b li {
  width: 23%;
  height: 236px;
  box-sizing: border-box;
  border: 1px solid #ba2f19;
  padding-top: 30px;
  /* transition: all 0.6s ease-in-out; */
	margin: 1%;
}
.ywly .ywly-b li img {
  margin: 0 auto;
  display: block;
	width: 90px;
	height: 90px;
}
.ywly .ywly-b li p {
  font-size: 18px;
  color: #ba2f19;
  text-align: center;
  margin: 20px auto;
  letter-spacing: 1px;
}
.ywly .ywly-b li .line {
  margin: 0 auto;
  width: 58px;
  height: 1px;
  background: #ba2f19;
}
.ywly .ywly-b li:hover p{
  color: #666;
}
.ywly .ywly-b li:hover .line{
  background: #666;
}
.ywly .ywly-b li:hover {
  background: #efefef;
	 border: 2px solid #ddd;
}
.news {
  height: 430px;
  background: url("../images/news-banner.jpg") 0 0 no-repeat;
  background-size: 100% 100%;
  padding-top: 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.news .w{
	background: url("../images/bg-news.png") right no-repeat;
	background-size: 700px 400px;
	/* opacity: 0.1; */
}
.news .news-l {
  width: 50%;
  float: left;
}
.news .news-l .newslist {
  margin-bottom: 25px;
}
.news .news-l .newslist .newslist-l {
  width: 70px;
  height: 70px;
  float: left;
}
.news .news-l .newslist .newslist-l span {
  font-size: 34px;
  color: #666;
}
.news .news-l .newslist .newslist-l p {
  color: #333;
  font-size: 12px;
}
.news .news-l .newslist .newslist-r {
  width: 440px;
  height: 50px;
  border-left: 1px solid #cccccc;
  box-sizing: border-box;
  padding-left: 20px;
  padding-top: 5px;
  float: left;
  transition: all 0.6s ease-in-out;
}
.news .news-l .newslist .newslist-r a {
  transition: all 0.6s ease-in-out;
  font-size: 14px;
}
.news .news-l .newslist .newslist-r p {
  transition: all 0.6s ease-in-out;
  margin-top: 5px;
  font-size: 12px;
}
.news .news-l .newslist .newslist-r:hover {
  border-left: 1px solid #ba2f19;
}
.news .news-l .newslist .newslist-r:hover a {
  color: #ba2f19;
}
.news .news-l .newslist .newslist-r:hover p {
  color: #ba2f19;
}
.news .news-r {
  float: right;
  width: 262px;
  height: 150px;
  border: 2px solid #e0e0e0;
  box-sizing: border-box;
  padding-top: 40px;
}
.news .news-r .news-r-t {
  font-size: 26px;
  width: 130px;
  text-align: right;
}
.news .news-r h3 {
  font-size: 14px;
  width: 130px;
  color: #ba2f19;
  text-align: right;
  font-weight: 400;
  margin: 5px 0;
  font-family: "黑体";
}
.news .news-r .line {
  width: 200px;
  height: 1px;
  background: #ba2f19;
  margin-left: -70px;
}
.news .news-r .newsmore {
  width: 250px;
  height: 150px;
  /* background: url("../images/news-more.jpg") 0 0 no-repeat; */
  margin-top: 40px;
  margin-left: -120px;
  padding-top: 50px;
  box-sizing: border-box;
}
.news .news-r .newsmore .morebtn {
  width: 160px;
  height: 44px;
  border: 1px solid #ba2f19;
  box-sizing: border-box;
  line-height: 42px;
  padding-left: 20px;
  margin: 0px auto;
}
.news .news-r .newsmore .morebtn a {
  color: #ba2f19;
}
.news .news-r .newsmore .morebtn span {
  font-size: 22px;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  float: right;
  width: 45px;
  background: #ba2f19;
}
.news .news-r .newsmore .morebtn:hover {
  background: #ba2f19;
}
.news .news-r .newsmore .morebtn:hover a {
  color: #fff;
}
.bgzq {
  margin-bottom: 60px;
}
.bgzq .tab {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.bgzq .tab li {
  width: 295px;
  height: 60px;
  border: 1px solid #c8cbd1;
  margin: 20px;
  text-align: center;
  line-height: 58px;
  cursor: pointer;
}
.bgzq .tab li:hover {
  border: 1px solid #e6e8ec;
  background: #e6e8ec;
}
.bgzq .bgzq-b ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.bgzq .bgzq-b ul li {
  width: 30%;
  height: 286px;
  background: url("../images/bgzq-1.jpg") 0 0 no-repeat;
  background-size: 100% 170px;
  margin-bottom: 80px;
}
.bgzq .bgzq-b ul li .bgzq-tit {
  width: 175px;
  height: 60px;
  background: #ba2f19;
  color: #fff;
  line-height: 60px;
  text-align: center;
  box-sizing: border-box;
  font-size: 18px;
}
.bgzq .bgzq-b ul li .bgzq-tit a {
  color: #fff;
}
/* .bgzq .bgzq-b ul li .bgzq-tit2 {
  background: #f1960c;
} */
.bgzq .bgzq-b ul li .bgzq-list {
  margin-top: 110px;
  background: #f3f3f3;
  height: 116px;
  padding-top: 26px;
  box-sizing: border-box;
}
.bgzq .bgzq-b ul li .bgzq-list p {
  font-size: 14px;
  width: 175px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  color: #666;
  line-height: 2;
}
.bgzq .bgzq-b ul li .bgzq-list span {
  margin: 0 10px;
  width: 8px;
}
.bgzq .bgzq-b ul li .bgzq-list .time {
  color: #a4a4a5;
  width: 65px;
  font-size: 12px;
}
.bgzq .bgzq-b ul li .bgzq-list p:hover a {
  color: #ba2f19;
}
.bgzq .bgzq-b ul .b3 {
  background: url("../images/bgzq-3.jpg") 0 0 no-repeat;
}
.bgzq .bgzq-b ul .b4 {
  background: url("../images/bgzq-4.jpg") 0 0 no-repeat;
}
.bgzq .bgzq-b ul .b5 {
  background: url("../images/bgzq-5.jpg") 0 0 no-repeat;
}
.bgzq .bgzq-b ul .b6 {
  background: url("../images/bgzq-6.jpg") 0 0 no-repeat;
}
.bgzq .bgzq-b ul .b2 {
  background: url("../images/bgzq-2.jpg") 0 0 no-repeat;
}
.bgact {
  border: 1px solid #e6e8ec !important;
  background: #e6e8ec;
}
.zxzx {
  background: url("../images/zxzx-banner.jpg") center 120px no-repeat;
  height: 678px;
  margin-bottom: 100px;
}
.zxzx .tab {
  display: flex;
  justify-content: center;
  margin-bottom: 80px;
}
.zxzx .tab li {
  width: 295px;
  height: 60px;
  border: 1px solid #c8cbd1;
  margin: 0 20px;
  text-align: center;
  line-height: 58px;
  font-size: 22px;
  letter-spacing: 3px;
  cursor: pointer;
}
.zxzx .tab li:hover {
  border: 1px solid #e6e8ec;
  background: #e6e8ec;
}
.zxzx .zxzx-b ul {
  display: flex;
  flex-wrap: wrap;
}
.zxzx .zxzx-b ul li {
  width: 25%;
  height: 240px;
  position: relative;
  overflow: hidden;
}
.zxzx .zxzx-b ul li h3 {
  font-weight: 400;
  font-size: 28px;
}
.zxzx .zxzx-b ul li p {
  font-size: 12px;
  color: #ba2f19;
  margin: 10px 0;
}
.zxzx .zxzx-b ul li img {
  width: 100%;
  height: 100%;
  transition: all 0.7s ease-in-out;
}
.zxzx .zxzx-b ul li .line {
  width: 140px;
  height: 1px;
  background: #ba2f19;
}
.zxzx .zxzx-b ul li .zxzxlist-t {
  width: 150px;
  height: 30px;
  background: #ba2f19;
  color: #fff;
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 14px;
  padding-left: 20px;
  box-sizing: border-box;
  line-height: 30px;
}
.zxzx .zxzx-b ul li:hover img {
  transform: scale(1.2);
}
.loca {
  margin-bottom: 40px;
  margin-top: 50px;
}
.loca img {
  width: 18px;
  height: 18px;
}
.loca img,
.loca ul,
.loca li {
  float: left;
}
.loca li {
  margin-left: 8px;
}
.loca li a {
  color: #000000;
  font-weight: 400;
}
.loca li a:hover {
  text-decoration: underline;
}
.textlist {
  margin-bottom: 100px;
  position: relative;
}
.textlist .textlist-l {
  width: 750px;
  float: left;
  overflow: hidden;
}
.textlist .textlist-l p{
	line-height: 24px;
	color: #555;
}
.textlist .textlist-l ul {
  margin-bottom: 30px;
}
.textlist .textlist-l ul li {
  height: 40px;
  line-height: 40px; overflow: hidden;
  border-bottom: 1px dashed #000;
}
.textlist .textlist-l ul li span {
  color: #ba2f19;
  margin: 0 10px;
  line-height: 28px;
}
.textlist .textlist-l ul li a {
  font-size: 14px;
  transition: all 0.6s ease-in-out; width:60%;
}
.textlist .textlist-l ul li a:hover {
  margin-left: 10px;
  color: #ba2f19;
}
.textlist .textlist-l ul li .time {
  color: #88888a;
  float: right;
  font-size: 14px;
  margin-right: 30px;
 display:none;}
.textlist .textlist-l .page-num a {
  border: 1px solid #ba2f19;
  display: inline-block;
  min-width: 30px;
  text-align: center;
  margin: 0 2px;
  padding: 2px;
  color: #ba2f19;
}
.textlist .textlist-l .page-num span {
  display: inline-block;
  text-align: center;
  min-width: 30px;
}
.textlist .textlist-l .page-num a:hover {
  background-color: #ba2f19;
  color: #fff;
}
.textlist .textlist-l h2 {
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 30px;
  line-height: 45px;
}
.textlist .textlist-l h4 {
  margin-top: 20px;
}
.textlist .textlist-l p {
  font-size: 15px;
}
.textlist .textlist-l .next {
  line-heigth: 35px;
  margin-top: 35px;
}
.textlist .textlist-l .next strong {
  height: 25px;
  line-height: 25px;
}
.textlist .textlist-l .next a {
  height: 25px;
  line-height: 25px;
  color: #666;
}
.textlist .textlist-l .next a:hover {
  color: #ba2f19;
}
.textlist .textlist-r {
  float: right;
  width: 250px;
  border-left: 1px solid #d0cfcf;
  height: auto;
}
.textlist .textlist-r h3 {
  text-align: center;
  font-size: 26px;
  color: #ba2f19;
  letter-spacing: 3px;
  font-weight: 400;
}
.textlist .textlist-r p {
  padding-left: 70px;
  box-sizing: border-box;
  margin-top: 20px;
}
.textlist .textlist-r p span {
  background: url("../images/pro.png") no-repeat;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  display: inline-block;
}
.textlist .textlist-r p .sy-icon {
  background-position: 0 -43px;
}
.textlist .textlist-r p .jn-icon {
  background-position: 0 -88px;
}
.textlist .textlist-r p .xm-icon {
  background-position: 0 -130px;
}
.textlist .textlist-r p .gz-icon {
  background-position: 0 -172px;
}
.textlist .textlist-r p .ny-icon {
  background-position: 0 -214px;
}
.textlist .textlist-r p .hj-icon {
  background-position: 0 -258px;
}
.textlist .textlist-r p .lx-icon {
  background-position: 0 -305px;
}
.textlist .textlist-r p .ss-icon {
  background-position: 0 -348px;
}
.textlist .textlist-r p .xmjy-icon {
  background-position: 0 -391px;
}
.textlist .textlist-r p .aq-icon {
  background-position: 0 -435px;
}
.textlist .textlist-r p .ts-icon {
  background-position: 0 -478px;
}
.textlist .textlist-r p .ghzx-icon {
  background-position: 0 -521px;
}
.textlist .textlist-r p .xczx-icon {
  background-position: 0 -560px;
}
.textlist .textlist-r p .ppp-icon {
  background-position: 0 -605px;
}
.textlist .textlist-r p .shwd-icon {
  background-position: 0 -648px;
}
.textlist .textlist-r p .kjcg-icon {
  background-position: 0 -691px;
}
.textlist .textlist-r p .sczx-icon {
  background-position: 0 -733px;
}
.textlist .textlist-r p .hyyj-icon {
  background-position: 0 -775px;
}
.textlist .textlist-r p a {
  display: inline-block;
}
.textlist .textlist-r p a:hover {
  border-bottom: 1px solid #ba2f19;
  margin-right: -20px;
}
.textlist .textlist-r p .active {
  border-bottom: 1px solid #ba2f19;
}
.textlist .content-r {
  width: 290px;
  float: right;
}
.textlist .content-r .content-r-tit {
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  background-image: linear-gradient(#da6161, #ba2f19);
  padding-left: 20px;
  box-sizing: border-box;
  color: #fff;
}
.textlist .content-r .content-r-tit a {
  float: right;
  color: #fff;
}
.textlist .content-r .content-r-tit a:hover {
  color: #000;
}
.textlist .content-r ul {
  padding: 2px 20px;
}
.textlist .content-r ul li {
  border-bottom: 1px dashed #ccc;
}
.textlist .content-r ul li a {
  font-size: 12px;
  line-height: 2.2;
}
.textlist .content-r ul li a:hover {
  color: #ba2f19;
}
footer {
  background: #282828;
  position: relative;
  padding-top: 130px;
  box-sizing: border-box;
}
footer .footer-top {
  width: 100%;
 /* background: url("../images/red-banner.jpg") 0 0 no-repeat; */
 background-color: #e6e8ec;
  height: 166px;
  position: absolute;
  top: -83px;
  left: 0;
  padding-top: 48px;
  box-sizing: border-box;
}
footer .footer-top .footertop-b {
  width: 1100px;
  /* float: right; */
	margin-right: auto;
	margin-left: auto;
  margin-bottom: 30px;
}
footer .footer-top a {
  display: inline-block;
  width: 65px;
  font-size: 12px;
  text-align: center;
  color: #3b2b23;
}
footer .footer-top a:hover {
  color: #fff;
}
footer .footer-top span {
  color: #333;
}
footer .footer-bottom {
  margin-bottom: 80px;
}
footer .footer-bottom .footer-logo {
  position: relative;
  width: 225px;
  float: left;
}
footer .footer-bottom .shuline {
  width: 1px;
  height: 145px;
  background: #4b4b4b;
  position: absolute;
  right: 0;
  top: 10px;
}
footer .footer-bottom .footer-list {
  position: relative;
  float: left;
  width: 567px;
}
footer .footer-bottom .footer-list dl {
  margin-left: 80px;
  float: left;
}
footer .footer-bottom .footer-list dl dt {
  font-size: 20px;
  color: #c9c9c9;
}
footer .footer-bottom .footer-list dl dd {
  font-size: 14px;
  margin-top: 10px;
}
footer .footer-bottom .footer-list dl dd a {
  color: #868686;
}
footer .footer-bottom .footer-list dl dd a:hover {
  color: #fff;
}
footer .footer-bottom .footer-erwei {
  width: 300px;
  float: left;
}
footer .footer-bottom .footer-erwei .erweilist {
  float: left;
  margin-left: 10px;
  padding-top: 44px;
  box-sizing: border-box;
}
footer .footer-bottom .footer-erwei .erweilist p {
  color: #fff;
  text-align: center;
}
footer .footer-btm {
  height: 60px;
  border-top: 1px solid #494949;
  line-height: 60px;
  box-sizing: border-box;
  overflow: hidden;
}
footer .footer-btm a{
	color: #fff;
}
footer .footer-btm .btm-content {
  display: flex;
  justify-content: space-between;
}
footer .footer-btm .btm-content .phone img {
  width: 30px;
  vertical-align: middle;
  margin-right: 15px;
  height: 30px;
}
footer .footer-btm .btm-content .phone span {
  font-size: 14px;
  color: #e9e9e9;
}
footer .footer-btm .btm-content .phone .phonet {
  color: #868686;
}
footer .footer-btm .btm-content .location img {
  width: 30px;
  vertical-align: middle;
  height: 30px;
  margin-right: 15px;
}
footer .footer-btm .btm-content .location span {
  font-size: 14px;
  color: #e9e9e9;
}
footer .footer-btm .btm-content .bah {
  font-size: 14px;
  color: #e9e9e9;
}

.mytable{ border-collapse:collapse; width:100%; margin:5px auto; font-size:12px; text-align:center;}
.mytable td{ border:1px solid #000; height:20px; padding-left:8px; padding-right:8px;}
.mytable { color:#333;}


@media only screen and (min-width: 320px) and (max-width: 767px) {
	
/*行业研究*/
  .yanjiu .yanjiu-b .yanjiu-list {
	height: 300px;
    width: 48%;
    float: left;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #ccc;
    margin-right: 8px;
    margin-bottom: 10px;
  }
  .yanjiu .yanjiu-b .yanjiu-list img {
    width: 70px;
    height: 70px;
  }
  .yanjiu .yanjiu-b .yanjiu-list p {
    line-height: 1.2;
  }
  .yanjiu .yanjiu-b .yanjiu-list .hui {
    font-size: 12px;
    color: #444;
    font-weight: 50;
  }
  .yanjiu .yanjiu-b .yanjiu-list:nth-child(even) {
    margin-right: 0;
  }
	
  .w {
    width: 100%;
  }
  header {
    height: 70px;
    padding-top:10px
  }
  header .top-nav {
    width: 100%;
  }
  header .top-nav .logo {
    width: 180px;
    height: 70px;
    float: left;
		margin-left: 10px;
  }
  header .top-nav .nav {
    float: none;
    width: 100%;
    background: #999;
    position: absolute;
    top: 70px;
    left: 0;
    z-index: 2;
    display: none;
  }
  header .top-nav .nav > li {
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
    line-height: 2;
    position: relative;
  }
  header .top-nav .nav > li a {
    color: #fff;
    display: block;
    width: 100%;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
  }
  header .top-nav .nav > li .second {
    display: block;
    width: 100%;
    height: auto;
		
    background: #aaa;
    position: relative;
    padding: 5px 0 0 5px;
    top: 0;
    box-sizing: border-box;
  }
  header .top-nav .nav > li .second li {
    float: left;
    font-size: 12px;
    transform: scale(0.85);
    line-height: 1.7;
    width: 90px;
  }
  header .top-nav .nav > li .second li a:hover {
    color: #ba2f19;
  }
  header .top-nav .nav > li:hover {
    background-color: #ba2f19;
  }
  header .top-nav .menu {
    display: block !important;
    float: right;
		margin-right: 10px;
    width: 50px;
    height: 50px;
  }
  header .top-nav .menu img {
    margin-right: 20px;
    margin-top: 10px;
    width: 100%;
    height: 100%;
  }
  .banner {
    height: 150px;
  }
  .banner .swiper-slide {
    height: 150px;
    width: 100%;
  }
  .banner .swiper-slide img {
    height: 150px;
    width: 100%;
  }
  .youdian {
    width: 100%;
    background: url("../images/red-banner.jpg") 0 0 no-repeat;
    height: 100px;
    margin-top: 0px;
    z-index: 0;
    position: relative;
    margin-bottom: 50px;
  }
  .youdian .youdianlist {
    float: none;
    width: 100%;
    height: 100px;
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
  }
  .youdian .youdianlist .listbox {
    width: 20%;
    height: 50px;
    color: #fff;
  }
  .youdian .youdianlist .listbox span {
    margin: 0 auto;
    display: block;
  }
  .youdian .youdianlist .listbox p {
    margin-left: 12px;
  }
  .loca {
    margin-bottom: 20px;
    margin-top: 30px;
  }
  .loca img {
    width: 15px;
    height: 15px;
  }
  .loca img,
  .loca ul,
  .loca li {
    float: left;
  }
  .loca li {
    margin-left: 8px;
  }
  .loca li a {
    color: #000000;
    font-weight: 400;
    font-size: 12px;
  }
  .loca li a:hover {
    text-decoration: underline;
  }
  .welcome {
    position: relative;
    padding-bottom: 50px;
  }
  .welcome .wel-fl {
    float: none;
    width: 90%;
    margin: 0 auto;
  }
  .welcome .wel-fl h2 {
    font-size: 22px;
    font-weight: 400;
  }
  .welcome .wel-fl h3 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    margin: 2px auto;
  }
  .welcome .wel-fl p {
    margin: 2px auto;
  }
  .welcome .wel-fl .wel-pic {
    width: 100%;
  }
  .welcome .wel-fr {
    width: 100%;
    float: none;
    padding-top: 20px;
    padding-left: 0px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .welcome .wel-fr h4 {
    font-size: 18px;
    width: auto;
    box-sizing: border-box;
    padding: 0 20px;
    text-align: left;
  }
  .welcome .wel-fr h5 {
    width: auto;
    text-align: left;
    padding: 0 20px;
    box-sizing: border-box;
    font-size: 12px;
  }
  .welcome .wel-fr p {
    margin-top: 20px;
    box-sizing: border-box;
    padding: 0 20px;
  }
  .welcome .wel-fr div {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .ywly {
    /* background: url(../images/banner-yw.jpg) 0 0 no-repeat; */
    background-size: 100% 100%;
    height: auto;
    padding: 30px 0;
    box-sizing: border-box;
		
  }
  .ywly .ywly-t {
    text-align: center;
    font-size: 28px;
    margin-bottom: 30px;
    letter-spacing: 2px;
  }
  .ywly .ywly-b {
    display: flex;
    flex-wrap: wrap;
    padding: 0 20px;
    box-sizing: border-box;
		margin: 0px;
  }
  .ywly .ywly-b li {
    width: 48%;
    height: 200px;
    padding-top: 20px;
		margin: 1%;
  }
  .ywly .ywly-b li img {
    margin: 0 auto;
    display: block;
  }
  .ywly .ywly-b li p {
    margin: 15px auto;
  }
  .news {
    height: auto;
    background: none;
    padding-top: 40px;
  }
  .news .news-l {
    width: 90%;
    float: none;
    margin: 0 auto;
  }
  .news .news-l .newslist {
    margin-bottom: 25px;
  }
  .news .news-l .newslist .newslist-l {
    float: none;
  }
  .news .news-l .newslist .newslist-r {
    width: 100%;
    height: 50px;
    border-left: none;
    float: none;
  }
  .news .news-l .newslist .newslist-r a {
    font-size: 14px;
  }
  .news .news-l .newslist .newslist-r p {
    margin-top: 5px;
    font-size: 12px;
  }
  .news .news-r {
    float: right;
    width: 220px;
    /* height: 350px; */
    border: 0px solid #e0e0e0;
    box-sizing: border-box;
    padding-top: 40px;
  }
	.news .news-r .newsmore{
		padding-top: 0px;
		margin-top: 10px;
		float: right;
	}
  .bgzq {
    margin-bottom: 30px;
  }
  .bgzq .tab {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
  }
  .bgzq .tab li {
    width: 205px;
    height: 48px;
    border: 1px solid #c8cbd1;
    margin: 10px;
    line-height: 48px;
    cursor: pointer;
    font-size: 14px;
  }
  .bgzq .bgzq-b ul li {
    width: 85%;
    margin: 0 auto;
    background: url("../images/bgzq-1.jpg") 0 0 no-repeat;
    margin-bottom: 20px;
  }
  .bgzq .bgzq-b ul li .bgzq-list {
    margin-top: 110px;
    background: #f3f3f3;
    height: 116px;
    box-sizing: border-box;
  }
  .bgzq .bgzq-b ul li .bgzq-list p {
    font-size: 14px;
    width: 135px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    vertical-align: middle;
    margin-right: 30px;
    color: #666;
    line-height: 2;
  }
  .bgzq .bgzq-b ul li .bgzq-list span {
    margin: 0 10px;
    width: 8px;
  }
  .bgzq .bgzq-b ul li .bgzq-list .time {
    color: #a4a4a5;
    width: 65px;
    font-size: 12px;
  }
  .bgzq .bgzq-b ul li .bgzq-list p:hover a {
    color: #ba2f19;
  }
  .bgzq .bgzq-b ul .b3 {
    background: url("../images/bgzq-3.jpg") 0 0 no-repeat;
  }
  .bgzq .bgzq-b ul .b4 {
    background: url("../images/bgzq-4.jpg") 0 0 no-repeat;
  }
  .bgzq .bgzq-b ul .b5 {
    background: url("../images/bgzq-5.jpg") 0 0 no-repeat;
  }
  .bgzq .bgzq-b ul .b6 {
    background: url("../images/bgzq-6.jpg") 0 0 no-repeat;
  }
  .bgzq .bgzq-b ul .b2 {
    background: url("../images/bgzq-2.jpg") 0 0 no-repeat;
  }
  .zxzx {
    background: none;
    height: auto;
    margin-bottom: 50px;
  }
  .zxzx .tab {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .zxzx .tab li {
    height: 50px;
    border: 1px solid #c8cbd1;
    margin: 0 10px;
    line-height: 48px;
    font-size: 18px;
    letter-spacing: 1px;
  }
  .zxzx .zxzx-b ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .zxzx .zxzx-b ul li {
    width: 48%;
    height: 200px;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
  }
  .zxzx .zxzx-b ul li h3 {
    font-weight: 400;
    font-size: 28px;
    margin-left: 20px;
  }
  .zxzx .zxzx-b ul li p {
    font-size: 12px;
    color: #ba2f19;
    margin: 10px 0;
    margin-left: 20px;
  }
  .zxzx .zxzx-b ul li .line {
    display: none;
  }
  .zxzx .zxzx-b ul li .zxzxlist-t {
    width: 150px;
    height: 30px;
    background: #ba2f19;
    color: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 14px;
    padding-left: 20px;
    box-sizing: border-box;
    line-height: 30px;
  }
  .zxzx .zxzx-b ul li:first-child {
    margin-right: 50%;
    height: 100px;
  }
  .textlist {
    margin-bottom: 40px;
    position: relative;
    padding: 0 15px;
    box-sizing: border-box;
  }
  .textlist .textlist-l {
    width: 100%;
  }
  .textlist .textlist-l img {
    width: 100%;
  }
  .textlist .textlist-l ul {
    margin-bottom: 30px;
  }
  .textlist .textlist-l ul li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px dashed #000;
  }
  .textlist .textlist-l ul li span {
    color: #ba2f19;
    margin: 0 10px;
  }
  .textlist .textlist-l ul li a {
    font-size: 14px;
  }
  .textlist .textlist-l ul li .time {
    color: #88888a;
    float: right;
    font-size: 14px;
    margin-right: 30px;
  }
  .textlist .textlist-l .page-num {
    margin-left: 10px;
  }
  .textlist .textlist-l .page-num a {
    margin-bottom: 10px;
  }
  .textlist .textlist-l .page-num span {
    display: inline-block;
    text-align: center;
    min-width: 30px;
  }
  .textlist .textlist-r {
    display: none;
  }
  .textlist .content-r {
    width: 100%;
    right: 0;
    top: 0;
    position: static;
    border: none;
    box-sizing: border-box;
  }
  .textlist .content-r .content-r-tit a {
    float: right;
  }
  .textlist .content-r ul {
    padding: 2px 20px;
  }
  .textlist .content-r ul li a {
    font-size: 12px;
    line-height: 2.2;
  }
  .textlist .content-r ul li a:hover {
    color: #ba2f19;
  }
  footer {
    
    position: relative;
    padding-top: 0px;
    box-sizing: border-box;
  }
  footer .footer-top {
    width: 100%;
    background: #e6e8ec;
    height: auto;
    position: relative;
    top: 0px;
    left: 0;
    padding-top: 28px;
    padding-left: 10px;
    box-sizing: border-box;
		padding-bottom: 10px;
  }
  footer .footer-top .footertop-b {
    width: 100%;
    float: none;
    margin-bottom: 30px;
  }
  footer .footer-top a {
    display: inline-block;
    width: 60px;
    font-size: 12px;
    text-align: center;
   
  }
  footer .footer-top span {
    
  }
  footer .footer-bottom {
    margin-bottom: 80px;
  }
  footer .footer-bottom .footer-logo {
    display: none;
  }
  footer .footer-bottom .shuline {
    display: none;
  }
  footer .footer-bottom .footer-list {
    position: relative;
    float: left;
    width: 100%;
    display: flex;
    justify-content: space-between;
		padding-top: 10px;
  }
  footer .footer-bottom .footer-list dl {
    margin-left: 0px;
    float: none;
  }
  footer .footer-bottom .footer-erwei {
    width: 100%;
    float: none;
    display: flex;
    justify-content: space-between;
  }
  footer .footer-bottom .footer-erwei .erweilist {
    float: none;
    margin-left: 0px;
    padding-top: 44px;
    box-sizing: border-box;
  }
  footer .footer-bottom .footer-erwei .erweilist p {
    color: #fff;
    text-align: center;
  }
  footer .footer-btm {
    height: auto;
    border-top: 1px solid #494949;
    line-height: 1.8;
    padding-bottom: 60px;
  }
  footer .footer-btm .btm-content {
    display: block;
  }
  footer .footer-btm .btm-content .phone {
    text-align: center;
  }
  footer .footer-btm .btm-content .phone img {
    display: none;
  }
  footer .footer-btm .btm-content .phone span {
    font-size: 12px;
    color: #e9e9e9;
  }
  footer .footer-btm .btm-content .phone .phonet {
    color: #e9e9e9;
  }
  footer .footer-btm .btm-content .location {
    text-align: center;
  }
  footer .footer-btm .btm-content .location img {
    display: none;
  }
  footer .footer-btm .btm-content .location span {
    font-size: 12px;
    color: #e9e9e9;
  }
  footer .footer-btm .btm-content .bah {
    font-size: 12px;
    color: #e9e9e9;
    text-align: center;
  }
}
