﻿

.guoqing{
			position:fixed;
			left:10px;
			bottom:30px;
			z-index:10000;
			width:350px;
			height:156px;
		}
		.guoqing img{
			border-radius: 3px;
			box-shadow: 4px 4px 6px #666;
			border:0px;
		}
		
.mbox2 {
    width: 100%;
    background-color: #fff;
    background-image: url(../images/mbg2.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    padding-top: 40px !important;
    padding-bottom: 65px !important;
    background-size: cover;
}

.mbox2 .sbox p {
    width: auto !important;
	background: rgb(255 255 255);
}

.mbox2 .sbox strong {
    background: rgb(255 255 255) !important;
	height: 100% !important;
	margin-left:0px !important;
    padding-left: 21px !important;
}

.mbox2 .sbox span input, .mbox2 .sbox span {
    height: 66px !important;
	background-color: #479af6 !important;
}

.mbox2 .title span {
    display: block;
    font-size: 30px;
    line-height: 42px;
    height: 42px;
    color: #ffffff;
}

.mbox2 .sbox {
    width: 796px;
    height: 66px;
    border:0px !important;
    margin: auto;
    margin-top: 2.5%;
    border-radius: 66px;
}

.mbox2 {
	margin-bottom:0px !important;
	margin-top:0px !important;
}



/*foot*/

.footer {
  width: 100%;
  padding-top: 40px;
  /* background-image: url(../images/fbg.png); */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background: #25282c;
}

.foot {
  width: 1270px;
  margin: auto;
}

.foot .logo {
  padding-top: 4px;
  width: 500px;
  height: auto;
}

.foot .logo img {
  height: auto;
  width: 155px;
  display: block;
}

.foot .xw {
  height: 40px;
  width: 500px;
  margin: 20px 0;
}

.foot .xw ul {
  float: left;
  height: 40px;
  display: block;
}

.foot .xw ul li {
  display: block;
  float: right;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  position: relative;
  cursor: pointer;
  margin-left: 0px;
}

.foot .xw ul li p {
  position: absolute;
  left: -40px;
  top: 42px;
  width: 120px;
  overflow: hidden;
  display: none;
  z-index: 10;
}

.foot .xw ul li p img {
  width: 100%;
  display: block;
}

.foot .xw ul li:hover p {
  display: block;
}

.foot .lx {
  margin-top: 30px;
  width: 500px;
}

.foot .lx li {
  display: block;
  margin-bottom: 16px;
  line-height: 20px;
  font-size: 16px;
  color: #fff;
  overflow: hidden;
}

.foot .lx li strong {
  display: block;
  width: 14px;
  height: 14px;
  float: left;
  padding-top: 3px;
  margin-right: 10px;
}

.foot .lx li strong img {
  display: block;
  height: 14px;
  margin: auto;
}

.foot .lx li p {
  color: #fff !important;
  display: block;
  float: left;
  opacity: 0.7;
  font-size: 14px;
}

.foot .nav {
  margin-top: 32px;
  width: 770px;
  display: block;
  margin-bottom: 55px;
}

.foot .nav dt {
  display: block;
  line-height: 22px;
  font-size: 16px;
  width: 710px;
}

.foot .nav dt a {
  color: #fff;
  display: block;
  height: 22px;
  line-height: 22px;
  /*margin-right: 60px;*/
  margin-right: 40px;
  float: left;
}

.foot .nav dd {
  height: 45px;
  line-height: 45px;
  margin-top: 30px;
  display: block;
  overflow: hidden;
}

.foot .nav dd span {
  display: block;
  float: left;
  margin-right: 10px;
  font-size: 16px;
  color: #ffffff;
}

.foot .nav dd span a {
  color: #fff;
}

.foot .nav dd p {
  width: auto !important;
  height: auto !important;
  margin-left: 19px !important;
  float: left;
  display: table;
  vertical-align: middle;
  margin-left:0px;
}

.foot .nav dd p a {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
  height: auto;
}

.foot .nav dd p img {
  max-height: 45px;
  max-width: 100%;
  vertical-align: middle;
}

.foot .bottom {
  width: 100%;
  margin-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 22px 0;
  text-align: center;
}

.foot .bottom p {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  display: block;
}

.foot .bottom span {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  opacity: 0.5;
  display: block;
  margin-top: 6px;
}

@media screen and (max-width: 1149px) {
  .footer {
    width: 100%;
    margin: auto;
    padding-top: 20px;
    background-size: 100% 100%;
  }

  .foot {
    width: 100%;
  }

  .foot .logo {
    width: 300px;
  }

  .foot .xw {
    width: 49%;
    margin-right: 5%;
  }

  .foot .xw ul {
    width: 100%;
  }

  .foot .xw ul li {
    margin-left: 7%;
  }
  
  .foot .xw ul li {
	  margin-right: 7% !important;
	}

  .foot .xw ul li p {
    display: none !important;
  }

  .foot .xw ul li .dis {
    display: block !important;
  }

  .foot .lx {
    width: 90%;
    margin-left: 5%;
    margin-top: 15px;
  }

  .foot .lx li p {
    width: 90%;
  }

  .foot .nav {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 0;
    padding-top: 5px;
  }

  .foot .nav dt {
    width: 100%;
    overflow: hidden;
  }

  .foot .nav dt a {
    margin-left: 5%;
    margin-right: 0;
    margin-top: 10px;
    font-size: 14px;
  }

  .foot .nav dd {
    margin-top: 0;
  }

  .foot .nav dd span {
    margin-left: 5%;
    margin-right: 2%;
    font-size: 14px;
  }

  .foot .nav dd p {
    width: auto;
    max-width: 20%;
    margin-left: 1%;
  }

  .foot .bottom {
    margin-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
  }

  .foot .bottom p {
    font-size: 16px;
  }
}

.contact {
  margin: 28px 0;
}

.contact .title {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #ffffff;
}

.contact .telNum {
    font-size: 25px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #c79933;
    margin-top: 8px;
}

.nav .description .item {
    width: 24%;
    display: inline-block;
	vertical-align: top;
}

.nav .description .item p {
    height: 16px;
    font-size: 16px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #ffffff;
	text-align: left;
}

.nav .description .item ul {
    margin-top: 34px;
}

.nav .description .item ul li {
    display: block;
    margin-bottom: 16px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    opacity: 0.7;
}

.description .item a {
    color: white;
}




.foot .nav div {
    opacity: 1;
}


.qqcontact a {
    background: #3b3e42;
    font-size: 14px;
    height: 30px !important;
    line-height: 28px !important;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 2px;
    border: 1px solid #474646 !important;
    box-sizing: border-box;
}

.mbox2 .sbox span input {
    width: 100% !important;
}

.mbox2 .sbox p {
    height: auto !important;
}

.qywx{
	border-radius: 2px !important;
	background: #21cb60;
    font-size: 14px;
    display: block;
    width: 97px;
    height: 30px;
    line-height: 29px !important;
    padding-left: 5px;
    padding-right: 5px;

    box-sizing: border-box;
    margin-top: 0px;
    margin-left: 20px;
}

.qywx span{
	display: inline-block;
}

.qywx .qquntext{
	float: right;
    margin-right: 5px;
	font-family: "microsoft yahei" !important;
}

.qqunimg {
    background: url(/images/qqun.png) no-repeat;
    height: 18.5px;
    width: 18px;
    margin-top: 4.5px;
    background-size: 17.2px 18.1px;
    margin-right: 0px !important;
    opacity: 0.9 !important;
}

.contact .qqunimg{
    display: inline-block;
    background: url(/images/footwx.png?v=1.02) no-repeat;
    height: 18.5px;
    width: 18px;
    margin-top: 4.5px;
    background-size: 17.2px 18.1px;
    margin-right: 0px !important;
    opacity: 0.9 !important;
}
}

.qquntext{
	margin-right: 1px !important;
    font-size: 14px !important;
    margin-left: 3px;
	color: #b6b5b5 !important;
}

.footsm{
	color:#cbc8c8;
	opacity: 0.7;
	font-size: 14px;
}

#qq_kfzx .qqunimg, #qq_tsjy .qqunimg {
    background: url(/images/qqzx.png) no-repeat !important;
}

#qq_kfzx .qquntext, #qq_tsjy .qquntext {
	color: #cba349 !important;
}

.contact .qqq{
		margin-top:15px;
		display:none;
}

.contact .qqq div{
	float: left;
}

@media screen and (max-width: 1149px){
	.contact .title a{
		color: #fff;
	}
	
	.contact{
		margin-bottom:70px;
		
	}
	
	.contact .qqq{
		display:block;
		width: 213px;
		margin: auto;
		margin-top: 20px;
	}
	
	.foot .lx li {
		margin-bottom: 8px;
	}
  .mbox2 .sbox {
    width: 90%;
    height: 3.3rem;
    border:0px !important;
    margin: auto;
    margin-top: 5%;
  }
  
  .footer .fl {
	text-align: center;
	float:none;
	padding-bottom:0px !important;
	margin-bottom:0px !important;
   }
   
   .foot .logo img {
		margin: auto;
	}
	
	.foot .logo {
		margin: auto;
	}
	
	.foot .xw ul {
		width:  207px;
		margin: auto;
		float:none;
	}
	.foot .xw {
		width: 100%;
	}
	.foot .lx li p {
		width: 100%;
		font-size: 13px;
	}
	
	.foot .xw {
	  display: none;
	}
	
	.foot .nav {
		margin-top: 20px;
		padding-top: 35px;
	}
	.contact .title {
		color: #969696;
	}
	
	.nav .description .item p,.nav .description .item a {
		font-size: 11px !important;
	}
	.nav .description .item a ,.nav .description .item li{
		color:#d8d5d5 !important;
		font-size: 11px !important;
	}
	.nav .description .item ul {
		margin-top: 15px;
		text-align: left;
		margin-left: 10px;
	}
	.nav .description .item ul li {
		margin-bottom: 0px;
		line-height: 25px;
	}
	
	.foot .nav dd {
		width: 215px;
		margin: auto;
		margin-top: 20px !important;
	}
	
	.foot .bottom {
		margin-top: 22px;
		font-size: 11px;
		margin-bottom:20px !important;
	}
	.foot .bottom span {
		font-size: 11px;
		line-height: 12px;
	}
	.foot .nav dd span a {
		font-size: 13px;
	}
	.foot .nav dd p img {
		max-height: 25px;
	}
	
	.foot .lx li strong img {
		display: none !important;
	}
	.qqcontact a{
		display: none !important;
	}
	.footsm {
		font-size: 11px;
		margin-left: 20px !important;
		margin-right: 20px !important;
		margin-top: 0px;
		display:block;
	}
	.foot .logo img {
		margin-left: 85px !important;
	}
	.mbox2 .sbox span input, .mbox2 .sbox span {
		height: 100% !important; 
		background-color: #479af6 !important;
		line-height:57px !important; 
	}
	.mbox2 .sbox p {
		
	}
	.mbox2 .sbox {
		background: rgb(255, 255, 255) !important;
	}
	
	.ftul_1{
		margin-left:16px !important;
	}
	
	.nav .description .item {
		width: auto !important;
	}
	
	.nav .description .item p {
		
	}
	.ftp_1{
		margin-left: 17px !important;
	}
	.ftp_2{
		margin-left: 11px !important;
	}
	.ftp_3{
		margin-left: 11px !important;
	}
	.ftp_4{
		margin-left: 40px !important;
	}
}
