* {
  margin: 0;
  padding: 0;
  list-style: none;
}

@keyframes mymove {
  0% {
    width: 25%;
  }
  100% {
    width: 100%;
  }
}

.a{
	display:none;
}
.block{
	display:block !important;
}

a:hover{ text-decoration:none;color:#000;border:none}
a{
	color:#000;
	border:none;
	text-decoration:none
}
/*去除未被访问的a标签的下划线*/
a:link {
	text-decoration:none;
}
/*去除已经被访问过的a标签的下划线*/
a:visited {
	text-decoration: none;
	color:#000;
}
/*去除正在点击的a标签的下划线（鼠标按下，尚未松开）*/
a:active {
	text-decoration: none;
	color:#000;
}
/*去除获得焦点的a标签的下划线（被鼠标点击过）*/
a:focus {
	text-decoration: none;
	color:#000;
}


p, ul {
  margin: 0;
}



.container-fluid .container .row {
      max-width: 1170px;
    margin: auto;
}

.con {
    box-shadow: 0px 2px 8px 0px #888888;
    position: fixed;
    top: 0;
    margin-top: 0;
    background-color: #fff;
    z-index: 9999;
    left: 0;
    right: 0;
}

.container-fluid .box1 {
  padding: 0 38px 0 25px;
}

.container-fluid .box1 .head {
  display: flex;
  height: 63px;
  justify-content: space-between;
}

.container-fluid .box1 .head .login {
  display: flex;
  align-items: center;
}

.container-fluid .box1 .head .login .tex {
  position: relative;
}

.container-fluid .box1 .head .login .tex .tp {
  margin-bottom: 12px;
  margin-left: 8px;
  font-size: 14px;
  font-weight: 700;
}

.container-fluid .box1 .head .login .tex .tp1 {
  font-weight: 700;
  top: 15px;
  left: -11px;
  width: 94px;
  position: absolute;
  font-size: 12px;
  transform: scale(0.55);
}

.container-fluid .box1 .head .you {
  font-weight: 900;
  padding-top: 35px;
}

.container-fluid .box2 .navigation {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 89px 0 71px;
}

.container-fluid .box2 .navigation ul {
  display: flex;
  margin-right:16px;
  margin-left:50px;
}

.container-fluid .box2 .navigation ul li:hover .hove {
  display: block;
}

.container-fluid .box2 .navigation ul li:hover .xian {
  display: block;
  animation: mymove .6s;
}



.container-fluid .box2 .navigation ul li {
  position: relative;
  margin: 0 21px;
  cursor: pointer;
  font-size:12px;
}

.container-fluid .box2 .navigation ul li .ico {
  display: flex;
}

.container-fluid .box2 .navigation ul li .b {
  height: 2px;
  margin-top: 3px;
  background-color: #fff;
}

.container-fluid .box2 .navigation ul li .xian {
  z-index: 2000;
  height: 2px;
  background-color: #006eb8;
  display: none;
}

.container-fluid .box2 .navigation ul li .hove {
  display: none;
  z-index: 100;
  left: -113px;
  top: 38px;
  position: absolute;
  box-sizing: border-box;
   transition: all .5s;
}



.container-fluid .box2 .navigation ul li .hove .mo {
  z-index: 1;
  position: absolute;
  top: -14px;
  height: 12px;
  background-color: #fff;
  left: 116px;
  width: 50px;
}

.container-fluid .box2 .navigation ul li .hove .sbs {
  position: absolute;
  top: -11px;
  height: 9px;
  background-color: #006eb8;
  left: 116px;
  width: 50px;
}

.container-fluid .box2 .navigation ul li .hove .tou {
  padding-left: 34px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  background-color: #006eb8;
}

.container-fluid .box2 .navigation ul li .hove .cga {
  background-color: #fff;
  color: #000;
  padding-top:10px;
  padding-bottom:10px
}

.container-fluid .box2 .navigation ul li .hove .cga p {
  cursor: pointer;
 padding-top:6px;
  padding-left: 38px;
  margin-bottom: 0;
  box-sizing: border-box;
  padding-bottom:2px;
  font-size:13px;
}

.userss {
  color: #006eb8;
  font-weight: 600;
  border: 1px solid #006eb8;
  padding: 3px 15px;
  margin-left:8px;
  cursor: pointer;
  transition:all .3s;
      font-size: 12px;
}
.users {
  color: #006eb8;
  font-weight: 600;
  border: 1px solid #006eb8;
  padding: 3px 15px;
  margin-left:101px;
  cursor: pointer;
  transition:all .3s;
      font-size: 12px;
}

.container-fluid .box2 .navigation .userss:hover{
	background-color:#006eb8;
	color:#fff;
}

.container-fluid .box2 .navigation .users:hover{
	background-color:#006eb8;
	color:#fff;
}

.ji{
	    left: 16px;
    position: absolute;
    top: -2px;
}

.hong {
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #ff0000;
  border-radius: 50%;
}


.container-fluid .box2 .navigation ul li .hove .cga p .wi {
  display: inline-block;
  width: 106px;
  position: relative;
}

.container-fluid .box2 .navigation ul li .hove .cga p:hover {
  background-color: #ccc;
}



.container-fluid .box2 .navigation .bus {
  cursor: pointer;
  border: 1px solid #008334;
  padding: 6px 14px;
  color: #008334;
}

.container-fluid .box2 .navigation .poss {
  position: relative;
}

.box3s .box3 .row .md {
    padding-left: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-right: 0;
}
#std>.col-md-12 {
    display: flex;
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}
.container-fluid .box2 .navigation .poss .aqaq {
  position: absolute;
  z-index: 1000;
  display: none;
  top: 47px;
  left: -205px;
}

.container-fluid .box2 .navigation .poss .aqaq table {
  width: 549px;
  font-size: 12px;
  border: 1px solid #ccc;
}

.container-fluid .box2 .navigation .poss .aqaq table tbody .trs {
  height: 40px;
  line-height: 40px;
  background-color: #008334;
  color: #fff;
  margin-bottom: 2px;
}

.container-fluid .box2 .navigation .poss .aqaq table tbody .trs th {
  font-size: 14px;
  border-right: 1px solid #fff !important;
  text-align: center;
}

.container-fluid .box2 .navigation .poss .aqaq table tbody tr {
  background-color: #fff;
  height: 40px;
  line-height: 40px;
}

.container-fluid .box2 .navigation .poss .aqaq table tbody tr :nth-child(1) {
  border: none;
}

.container-fluid .box2 .navigation .poss .aqaq table tbody tr td {
  box-sizing: border-box;
  border: 1px solid #ccc;
  text-align: center;
}

.box3s {
  border-bottom: 1px solid #b3b3b3;
}

.box3s .box3 {
  margin-top: 16px;
}


.box3s .box3 .row .col-md-9 {
    padding-left: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-right: 0;
}
.box3s .box3 .row .col-md-9 .col-md-12 {
    display: flex;
    justify-content: center;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
}

.box3s .box3 .row .md .col-md-12 .boas {
  display: flex;
  justify-content: center;
  background-color: #636363;
  padding: 10px 0;
  width: 97%;
    min-width: 700px;
    min-height: 410px;
}

.box3s .box3 .row .md .col-md-12 .xiatu {
	margin:auto;
	width: 85%;
    margin-bottom: 8px;
    margin-top: 8px;
    display: flex;
    align-items: center;
    max-height: 60px;
}

.box3s .box3 .row .md .col-md-12 .xiatu .zuo {
  cursor: pointer;
  margin-right: 20px;
}

.box3s .box3 .row .md .col-md-12 .xiatu ul {
  display: flex;
}

.box3s .box3 .row .md .col-md-12 .xiatu ul li {
	width:92px;
	height:52px;
  cursor: pointer;
  padding:2px 0;
  margin: 0 8px;
  border:1px solid #ccc;
}

.box3s .box3 .row .md .col-md-12 .xiatu ul li img{
	width:100%;
	height:100%;
}

.box3s .box3 .row .md .col-md-12 .xiatu ul .lan {
  border: 1px solid #007dbf;
}

.box3s .box3 .row .md .col-md-12 .xiatu .yous {
  cursor: pointer;
  margin-left: 20px;

}

.box3s .box3 .row .md-3 {
    padding: 0;
    margin-bottom: 11px;
    border: 1px solid #c4c4c4;
}

.box3s .box3 .row .md-3 .tops {
  font-weight: 700;
  font-size: 12px;
  padding: 1px 11px 0px 1px;
  height: 41px;
  background-color: #006eb8;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.que>div{
	color:#000;
}

.bbas{
	display:flex;
}

.bbas span{
	display: inline-block;
}

.box3s .box3 .row .md-3 .tops .bottons {
  width: 100%;
  height: 25px;
  border:none;
  color: #333;
  display:flex;
  align-items:center;
}



.ui{
	margin-top:20px;
}
.flexs>.ui>p{
	text-align:left;
	margin-bottom:18px;
	font-size:14px;
}
.flexs>.ui>p>a{
	color:#000;
}
.box3s .box3 .row .md-3 .tops .bottons span{
	width:70px;
	color:#fff;
	text-align:center;
	height:100%;
	display: inline-block;
	cursor: pointer;
	line-height: 25px;
	 background-color:black;
			
}
.box3s .box3 .row .md-3 .tops .bottons span>a{
	
	color:#fff;
}

.box3s .box3 .row .md-3 .tops .bottons .lan{
	color:#006eb8;
	background-color:#f6f6f6;
	
}

.box3s .box3 .row .md-3 .zhon {
  height: 89px;
  padding: 4px 20px 20px 38px;
  border-bottom: 1px dashed #d0d0d0;
  background-color: #f6f6f6;
}
.tex>div>span>span{
	font-size:17px !important;
	font-weight:700;
}
.box3s .box3 .row .md-3 .zhon .tex {
  display: flex;
  justify-content: space-between;
  margin-bottom:4px;
}

.box3s .box3 .row .md-3 .que {
  border-bottom: 1px dashed #d0d0d0;
  padding: 22px 15px 20px;
  height: 278px;
}

.box3s .box3 .row .md-3 .que > div {
  padding-top: 16px;
  justify-content: flex-start;
  display: -webkit-flex;
  -webkit-justify-content: flex-start;
}

.box3s .box3 .row .md-3 .que > div > span {
  font-weight: 900;
}

.box3s .box3 .row .md-3 .dib {
  text-align: center;
  background-color: #f6f6f6;
    padding-top: 25px;
    padding-bottom: 1px;
}

.box3s .box3 .row .md-3 .dib .shangs {
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items:center;
  position:relative;
}
.box3s .box3 .row .md-3 .dib .shangs > .Price{
	color:#605d5d;
	margin-right:5%;
}
.box3s .box3 .row .md-3 .dib .shangs > .Price>.xian{
	position: absolute;
    width: 41%;
    height:2px;
    background: #605d5d;
    top: 0;
    bottom: 0;
    left: 6%;
    margin: auto;
    z-index: 9;
}
.box3s .box3 .row .md-3 .dib .shangs > .preferentialPrice{
	position: relative;
    display: flex;
    flex-direction: column;
}
.box3s .box3 .row .md-3 .dib .shangs > .preferentialPrice>.tip{
	position: absolute;
    background: #d81e06;
    color: #fff;
    font-size: 12px;
    width: 55px;
    height: 18px;
    right: -17px;
    top: -22px;
    padding: 0 4px;
}
.box3s .box3 .row .md-3 .dib .shangs > .preferentialPrice>.tip>span{
	position:absolute;
	z-index:1;
	margin:auto;
	left:0;
	right:0;
}
.box3s .box3 .row .md-3 .dib .shangs > .preferentialPrice>.tip>.triangle{
	width: 30%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: 0;
}
.box3s .box3 .row .md-3 .dib .shangs > span {
  font-size: 12px;
  font-weight:normal;
  
}

.box3s .box3 .row .md-3 .dib .xias {
  margin-bottom: 29px;
  margin-top:19px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}

.box3s .box3 .row .md-3 .dib .xias input {
  border: none;
  width: 108px;
  height: 33px;
  color: #fff;
}

.box3s .box3 .row .md-3 .dib .xias .inp1 {
  background-color: #ad1010;
  margin-right: 5px;
  font-size:14px;
}

.box3s .box3 .row .md-3 .dib .xias .inp2 {
  background-color: #565656;
  margin-left: 5px;
  font-size:14px;
}

.box4s {
  background-color: #f6f6f6;
  padding: 24px 0;
}

.box4s .box4 {
  padding: 0 33px;
   max-width:1140px;
	  margin:auto;
}

.box4s .box4 .textsa {
  margin-bottom: 7px;
  font-size: 18px;

}

.box4s .box4 .textsa > span {
  font-size: 14px;
}

.box4s .box4 p {
  text-indent: 2em;
  line-height: 1.8;
  font-size:14px;
  margin-bottom:0;
}

.container-fluid .box5 {
	margin:auto;
  margin-top: 58px;
  margin-bottom: 80px;
  text-align: center;
  max-width:1140px;
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.container-fluid .box5>ul {
  display: flex;
  font-size: 16px;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 49px;
  box-sizing: border-box;
}

.container-fluid .box5>ul li{
  margin-right: 46px;
  padding-bottom: 13px;
  cursor: pointer;
}


.bay{
  border-bottom: 2px solid #787878;
}

.container-fluid .box5>ul li:hover{
  border-bottom: 2px solid #787878;
 
}

.flexs {
    display: flex;
	width: 100%;
    flex-wrap: wrap;
	justify-content: space-evenly;
}
.flexs>div{
	margin-left:0 !important;
}
.flexs>div>img{
	width:100% !important;
}

.diaz{
	margin-left:35px;
	text-align:left;
}

.diaz p{
	margin-bottom:18px;
	width:260px;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}

.bs{
	display:inline-block;
	font-size:22px;
	font-weight: 700;
}

.fal{
	width:641px;
	overflow:hidden;
}

.asw{
	transition:all .5s;
}
 
 
.datu {
  display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 1111;
    width: 70%;
	height:80%;
	max-width:1440px;
	max-height:725px;
    right: 0;
    bottom: 0;
    margin: auto;
}

.datu .abqqq {
  height: 30px;
  line-height: 30px;
  background-color: #f3f3f3;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 5px 0 20px;
}

.datu .abqqq .cuo {
  cursor: pointer;
}

.datu .ss {
  width: 100%;
  height: 100%;
}

.waisa {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #000;
  z-index: 1000;
  top: 0;
  left: 0;
  opacity: 0.4;
}
.a img{
	width:100% !important;
	    object-fit: contain;
}
.themid{margin:30px auto;width:810px;height:560px;background-color: #d9be6f;}
.tablemod{border-collapse: collapse; border: none;margin:auto;font-size:12px;}
.tablemod tbody tr td {padding:5px 0px;border: solid #dadada 1px;line-height: 20px;}
.tablemod tbody tr td span{font-size:12px; padding-left:5px;}
.tablemod tbody tr{background-color: #f5f5f5;height: 35px;line-height: 35px;}
.tablemod tbody .tr1 {background-color: #e1e1e1;}

@media only screen and (max-width: 921px) {
    .box5>ul>li {
        font-size: 13px;
    }
	.datu{
		display:none !important;
		width:0;
		height:0;
		z-index:-1;
	}
	.waisa{
		display:none !important;
		width:0;
		height:0;
		z-index:-1;
	}
	.mask{
		display:none !important;
	}
	.big{
		display:none !important;
		width:0;
		height:0;
		z-index:-1;
	}
}
@media only screen and (max-width: 768px) {
   .box3s .box3 .row .md .col-md-12 .boas {
  display: flex;
  justify-content: center;
  background-color: #636363;
  padding: 10px 0;
  width: 100%;
    min-width: 100%;
    min-height: 100%;
}
}

