/* @media (max-width: 8200px) and (min-width: 751px) { */
body {
  max-width: 1920px;
  margin: 0 auto;
}

.lunbo .swiper-button-prev, .swiper-rtl .swiper-button-next{
	background-color: rgba(0,0,0,0.5);
	width: 0.5rem;
	height: 1rem;
	color: #FFFFFF;
	/* display: none; */
	left: -20%;
	transition: all .5s;
}
.lunbo .swiper-button-next:after, .swiper-button-prev:after{
	font-size: .25rem !important;
}

.lunbo .swiper-button-next, .swiper-rtl .swiper-button-prev{
	background-color: rgba(0,0,0,0.5);
	width: 0.5rem;
	height: 1rem;
	color: #FFFFFF;
	/* display: none; */
	right: -20%;
	transition: all .5s;
}
.lunbo .swiper-button-prev:hover{
	background-color: #EC0707;
}
.lunbo .swiper-button-next:hover{
	background-color: #EC0707;
}

.lunbo:hover .swiper-button-next{
	right: 10px;
}
.lunbo:hover .swiper-button-prev{
	left: 10px;
}




.header {
  width: 100%;
  height: 1.12rem;
  background-color: #333333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 9999;
  padding-left: .8rem;
}

.header .header_img {
  width: 4.6rem;
}

.header .header_img img {
  width: 100%;
}

.header .header_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .header_list .header_top ul {
  display: flex;
  align-items: center;
}

.header .header_list .header_top ul li a {
  display: block;
  font-size: .2rem;
  padding: 0 .3rem;
  height: 1.12rem;
  line-height: 1.12rem;
  border-bottom: .05rem solid #333;
  color: #fff;
  /* font-weight: bold; */
}
.header .header_list .header_top ul li .w1300{
	background-color: #fff;
	border-bottom: .1rem solid #C82230;
	color: #C82230;
	font-weight: bold;
}

.header .header_list .header_top ul li:hover .header_top_lis {
  left: 0;
}

.header .header_list .header_top ul a:hover {
  background-color: #fff;
  border-bottom: .1rem solid #C82230;
  color: #C82230;
  /* font-weight: bold; */
}

.header .header_list .header_top .header_top_lis {
  position: absolute;
  width: 100%;
  background-color: #fff;
  top: 1.12rem;
  left: -20rem;
  z-index: 0;
  padding: .1rem .2rem;
  display: flex;
  flex-wrap: wrap;
  transition: all 0.5s;
}

.header .header_list .header_top .header_top_lis a {
  flex: 0 0 13%;
  width: 13%;
  display: block;
  font-size: .16rem;
  padding: 0;
  height: auto;
  line-height: 0;
  border-bottom: 0 solid #333;
  color: #fff;
}

.header .header_list .header_top .header_top_lis a img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.header .header_list .header_top .header_top_lis a span {
  line-height: .1rem;
  display: inline-block;
  font-size: .16rem;
  color: #333;
  padding-bottom: .1rem;
  padding-top: .1rem;
  text-align: center;
  border-bottom: .03rem solid #333;
  width: calc(100% - 20px);
  height: auto;
}

.header .header_list .header_top .header_top_lis a:hover span {
  border-bottom: .03rem solid #C82230;
  color: #C82230;
}

.header .header_list .header_top .header_top_lis a:hover {
  border-bottom: 0 solid #C82230 !important;
}

.header .header_list .header_box {
  display: flex;
  align-items: center;
}

.header .header_list .header_box .header_a {
  padding: 0 .2rem;
}

.header .header_list .header_box .header_a a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: .3rem;
  height: .3rem;
  border-radius: 50%;
  background-color: #fff;
}

.header .header_list .header_box .header_a a img {
  width: .2rem;
}

.header .header_list .header_box .header_b {
  padding: 0 .2rem;
  border-left: .01rem solid #fff;
}

.header .header_list .header_box .header_b a img {
  width: .32rem;
}

.lunbo img {
  width: 100%;
}
.content {
  padding: .3rem 0;
  background-image: url(../images/iocn64.jpg);
  background-size: 100% 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
}

.content .content_tit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  height: .4rem;
  background-color: #C01921;
  border-radius: .05rem;
  margin: 0 auto;
  text-align: center;
  border: .01rem solid #E15D63;
}

.content .content_tit img {
  width: .18rem;
}

.content .content_tit span {
  font-size: .15rem;
  color: #fff;
  padding-left: .2rem;
}
.content .content_tit span a{
	font-size: .15rem;
	color: #fff;
	padding-left: .2rem;
}

.content .content_top {
/*  width: 12.72rem;
  margin: 0 auto; */
	margin-top: .3rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.content .content_top .content_input input {
  display: block;
  width: 2.8rem;
  height: .3rem;
  padding-left: .1rem;
  font-size: .16rem;
  border: .01rem solid #C01921;
  background: #F5E9E9;
}

.content .content_top .content_inp {
	width: 3.5rem;
	height: .3rem;
	margin: 0 .3rem;
}

.content .content_top .content_inp select {
  display: block;
  width: 100%;
  height: .3rem;
  padding-left: .1rem;
  font-size: .16rem;
  border: .01rem solid #C01921;
  background: #F5E9E9;
}

.content .content_top .scrollDiv {
  width: 5.12rem;
  height: .31rem;
  overflow: hidden;
  padding: 0 .1rem;
  background-color: #D5434A;
  border-radius: 5px;
}

.content .content_top .scrollDiv ul a {
  display: block;
  width: 5.12rem;
  height: .31rem;
  overflow: hidden;
  font-size: .16rem;
  color: #FAFAFA;
  line-height: .31rem;
  /* text-align: center; */
}

.content .content_box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: .2rem;
}

.content .content_box select {
  width: 3rem;
  height: 1.5rem;
  margin: .1rem .15rem 0;
  padding-left: .05rem;
  border-radius: .05rem;
  font-size: .14rem;
  border: .01rem solid #C01921;
  opacity: 0.9;
}
.content .denglu{
	display: flex;
	align-items: center;
	justify-content: center;
}
.content .denglu button{
	width: 5rem;
	height: .3rem;
	margin-top: .2rem;
	border-radius: .1rem;
	font-size: .16rem;
	background-color: #CB2027;
	font-family: Microsoft YaHei;
	box-shadow:5px 2px 6px rgba(227,225,225,0.5);
	BORDER-WIDTH: 1px;
	BORDER-COLOR: cccccc;
}


.celan {
  position: fixed;
  top: 3.5rem;
  right: 0;
  z-index: 99;
}

.celan .celan_list ul li {
  width: .48rem;
  height: .48rem;
  position: relative;
  list-style: none;
  margin-bottom: 2px;
}

.celan .celan_list ul li .img {
  width: .48rem;
  height: .48rem;
  transition: all 0.3s;
  color: #333333;
  overflow: hidden;
  background-color: #C82230;
}

.celan .celan_list ul li .img img {
  max-width: none;
  width: .96rem;
}

.celan .celan_list ul li .text {
  padding: .05rem .08rem;
  background-color: #fff;
  border: .01rem solid #ccc;
  border-radius: .04rem;
  position: absolute;
  right: -5rem;
  top: .06rem;
  -webkit-transition: all .6s;
  transition: all .6s;
  z-index: -1;
  min-width: 1.6rem;
  white-space: nowrap;
}

.celan .celan_list ul li .text span {
  display: block;
  font-size: .14rem;
  color: #868585;
}

.celan .celan_list ul li .text p {
  text-align: center;
  font-size: .14rem;
  color: #868585;
}

.celan .celan_list ul li .text:after {
  content: "";
  display: inline-block;
  width: .1rem;
  height: .1rem;
  border: .01rem solid #ccc;
  border-color: transparent #ccc #ccc transparent;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  right: -.06rem;
  top: .07rem;
  background-color: #fff;
}

.celan .celan_list ul li:hover .text {
  right: .6rem;
}

.footer {
  background-color: #333333;
}

.footer .footer_list {
  width: 12rem;
  margin: 0 auto;
  padding-top: 1rem;
}

.footer .footer_list .footer_top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer .footer_list .footer_top .footer_fl h4 {
  font-size: .4rem;
  color: #fff;
  padding-bottom: .4rem;
}

.footer .footer_list .footer_top .footer_fl span p {
  font-size: .16rem;
  color: #fff;
  line-height: .3rem;
}

.footer .footer_list .footer_top .footer_fr {
  display: flex;
  align-items: center;
}

.footer .footer_list .footer_top .footer_fr a img {
  width: .45rem;
  margin-left: .15rem;
}

.footer .footer_list .footer_box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: .15rem 0;
  border-top: 1px solid rgba(250, 250, 250, 0.3);
  margin-top: 1.5rem;
}

.footer .footer_list .footer_box .footer_tite {
  display: flex;
  align-items: center;
}

.footer .footer_list .footer_box .footer_tite a {
  display: flex;
  align-items: center;
  margin-right: .15rem;
}

.footer .footer_list .footer_box .footer_tite a img {
  width: .3rem;
  margin-right: .15rem;
}

.footer .footer_list .footer_box .footer_tite a span {
  font-size: .16rem;
  color: #fff;
}

.footer .footer_list .footer_box .footer_tits span {
  display: block;
  font-size: .16rem;
  color: rgba(250, 250, 250, 0.6);
  text-align: right;
}

.footer .footer_list .footer_box .footer_tits p {
  font-size: .16rem;
  color: rgba(250, 250, 250, 0.6);
  text-align: right;
  padding-top: .1rem;
}

.m_celan {
  display: none;
}

.m_header {
  display: none;
}

@media (max-width: 751px) {
  body {
    padding: 2.5rem 0;
  }
  .header {
    display: none;
  }
  .m_header {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    background-color: #333333;
    padding: 0 .5rem;
  }
  .m_header .m_header_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -50rem;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    transition: all .5s;
  }
  .m_header .m_header_box .m_header_boxss {
    position: absolute;
    top: 0;
    right: 0;
    width: 9rem;
    height: 100%;
    background-color: #fff;
    transition: all .5s;
  }
  .m_header .m_header_box .m_header_boxss .m_he_tos {
    padding: .45rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .m_header .m_header_box .m_header_boxss .m_he_tos .m_fl_top {
    display: flex;
    align-items: center;
  }
  .m_header .m_header_box .m_header_boxss .m_he_tos .m_fl_top img {
    width: .75rem;
  }
  .m_header .m_header_box .m_header_boxss .m_he_tos .m_fl_top span {
    font-size: .45rem;
    color: #666;
    margin-left: .2rem;
    position: relative;
  }
  .m_header .m_header_box .m_header_boxss .m_he_tos .m_fl_top span:after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-width: .15rem;
    border-style: solid;
    border-color: #666 transparent transparent transparent;
    position: absolute;
    right: -.45rem;
    top: .18rem;
    -o-transition: 0.6s;
    transition: 0.6s;
    -moz-transition: 0.6s;
    -webkit-transition: 0.6s;
  }
  .m_header .m_header_box .m_header_boxss .m_he_tos .m_fl_img {
    display: flex;
    align-items: center;
  }
  .m_header .m_header_box .m_header_boxss .m_he_tos .m_fl_img img {
    width: .7rem;
    margin-left: .6rem;
  }
  .m_header .m_header_box .m_header_boxss .m_hea_key {
    background-color: #f5f5f5;
    padding: 0 .6rem;
    display: none;
  }
  .m_header .m_header_box .m_header_boxss .m_hea_key ul li {
    display: flex;
    align-items: center;
    padding: .15rem 0;
  }
  .m_header .m_header_box .m_header_boxss .m_hea_key ul li img {
    width: .6rem;
  }
  .m_header .m_header_box .m_header_boxss .m_hea_key ul li span {
    font-size: .45rem;
    color: #333;
    padding-left: .45rem;
  }
  .m_header .m_header_box .m_header_boxss .divissr {
    padding: 0 .45rem;
  }
  .m_header .m_header_box .m_header_boxss .divissr ul li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: .45rem 0 .45rem 0;
    border-top: solid 1px rgba(31, 54, 92, 0.08);
  }
  .m_header .m_header_box .m_header_boxss .divissr ul li a {
    font-size: .51rem;
    color: #333;
    display: block;
	font-weight: bold;
  }
  
  .m_header .m_header_box .m_header_boxss .divissr ul li a.w1400{
  	background-color: #fff;
  	border-bottom: .05rem solid #C82230;
  	color: #C82230;
  }
  
  
  .m_header .m_header_box .m_header_boxss .divissr ul li img {
    width: .45rem;
  }
  .m_header .m_header_box .m_header_boxss .divissr ul li .divivte {
    display: block;
    width: 100%;
  }
  .m_header .m_header_box .m_header_boxss .divissr ul li .divivte ul {
    padding: .3rem .9rem .3rem .6rem;
  }
  .m_header .m_header_box .m_header_boxss .divissr ul li .divivte ul a {
    display: block;
    font-size: .45rem;
    color: #999;
    padding: .21rem 0;
	position: relative;
  }
  .m_header .m_header_box .m_header_boxss .divissr ul li .divivte ul a:after {
	display: block;
	content: "";
	width: .1rem;
	height: .1rem;
	background-color: #000000;
	position: absolute;
	top: 45%;
	left: -5%;
	transform: translate(-50%, -50%);
}
  .m_header .m_header_box .m_header_boxss .divissr ul li:nth-child(1) {
    border-top: none;
  }
  .m_header .m_header_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .m_header .m_header_top .image_so {
    width: 10rem;
  }
  .m_header .m_header_top span {
    display: flex;
    align-items: center;
  }
  .m_header .m_header_top span img {
    width: 1.2rem;
    margin-left: 1rem;
  }
  .m_header .m_head_sps {
    display: none;
  }
  .m_header .m_head_ss {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #6c6c6c;
    padding: .3rem .45rem;
  }
  .m_header .m_head_ss .inputs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #808080;
    width: 15rem;
    height: 1.2rem;
    padding: 0 .3rem;
  }
  .m_header .m_head_ss .inputs input {
    width: 80%;
    color: #fff;
    font-size: .42rem;
  }
  .m_header .m_head_ss .inputs img {
    width: .4rem;
  }
  .m_header .m_head_ss .guanb img {
    width: .75rem;
  }
  .footer .footer_list {
    width: 100%;
    padding: 1.5rem .5rem;
  }
  .footer .footer_list .footer_top {
    display: block;
  }
  .footer .footer_list .footer_top .footer_fl h4 {
    font-size: 1rem;
  }
  .footer .footer_list .footer_top .footer_fl span p {
    font-size: .5rem;
    line-height: 1rem;
  }
  .footer .footer_list .footer_top .footer_fr {
    margin-top: .5rem;
  }
  .footer .footer_list .footer_top .footer_fr a img {
    width: 1.2rem;
    margin-right: .5rem;
  }
  .footer .footer_list .footer_box {
    display: none;
  }
  .celan {
    display: none;
  }
  .m_celan {
    display: block;
  }
  .m_celan .m_celan_top {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #C82230;
    z-index: 9;
    padding: .25rem 0;
  }
  .m_celan .m_celan_top ul {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .m_celan .m_celan_top ul li {
    width: 25%;
  }
  .m_celan .m_celan_top ul li a {
    display: block;
    width: 100%;
  }
  .m_celan .m_celan_top ul li a img {
    display: block;
    margin: 0 auto;
    width: 1.2rem;
  }
  .m_celan .m_celan_top ul li a span {
    display: block;
    text-align: center;
    font-size: .5rem;
    text-align: center;
    color: #fff;
    padding-top: .2rem;
  }
  .m_celan .divffd {
    width: 2rem;
    height: 2rem;
    background-color: #C82230;
    overflow: hidden;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    right: 0;
    bottom: 10%;
    display: none;
    z-index: 9;
  }
  .m_celan .divffd img {
    width: 2rem;
  }




  .content {
    padding: .5rem;
  }
  .content .content_tit {
    width: 100%;
    height: 1.2rem;
    padding: 0 .5rem;
  }
  .content .content_tit img {
    width: .5rem;
  }
  .content .content_tit span {
    overflow: hidden;
    height: .8rem;
    line-height: .8rem;
    width: 80%;
    font-size: .5rem;
	display:flex;
	
  }
    .content .content_tit span a{
		font-size: .5rem;
		color: #FFFFFF;
	}
  .content .content_top {
    flex-wrap: wrap;
	margin-top: 1.5rem;
  }
  .content .content_top .content_input {
    width: 100%;
    height: 1.2rem;
    margin-top: .5rem;
  }
  .content .content_top .content_input input {
    width: 100%;
    height: 100%;
    font-size: .5rem;
  }
  .content .content_top .content_inp {
    width: 100%;
    height: 1.2rem;
    /* margin-top: .5rem; */
	margin: .5rem 0 0 0;
  }
  .content .content_top .content_inp select {
    width: 100%;
    height: 100%;
    font-size: .5rem;
  }
  .content .content_top .scrollDiv {
    width: 100%;
    height: 1.2rem;
    padding: 0;
    margin-top: -7.8rem;
  }
  .content .content_top .scrollDiv ul li a {
    width: 100%;
    height: 1.2rem;
    line-height: 1.2rem;
    font-size: .5rem;
  }
  .content .content_box {
	padding-top: .5rem;
	flex-wrap: wrap;
	width: 12.72rem;
	margin: 0 auto;
  }
  .content .content_box select {
    width: 100%;
    height: 1rem;
    line-height: 1rem;
    font-size: .5rem;
	margin-bottom: .5rem;
  }

  .content .content_box select option{
    height: 1rem;
    line-height: 1rem;
    size:1;
  }
  
  
  .content .denglu button{
	width: 100%;
	height: 1rem;
	font-size: .5rem;
	width: 12.72rem;
  }
}
