* {
  padding: 0;
  margin: 0
}

html,
body {
  position:relative;
  height: 100%;
  width:100%;
  font-family: 'Microsoft YaHei', 'iconfont';
  /* font-size:12px */
}
header .header-center .head_a {
  /* width: 60px; */
  text-align: center;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
	padding: 0 10px;
}
header .header-center .head_a:hover {
  color: #00AAEE;
}

input {
  outline: none;
  border: none;
  background: none
}

body {
  background: #EEEEEE
}
header .header-center {
  height: 35px;
  line-height: 34px;
}
header {
  position: relative;
  background: #ffffff;
  height: 110px
}

header .header-top {
  width: 100%;
  height: 30px;
  /*border-bottom:1px solid #eee; background-image:linear-gradient(to bottom, #fff, #fafafa); */
  background: #f5f5f5;
  box-shadow: 0 0 2px #eee
}
header .header-center a {
  float: left;
  line-height: 34px;
  font-size: 12px;
  color: #999;
}
header .header-center {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -585px;
  width: 1183px;
}

header .header-center nav {
  float: right
}
header .header-center .cas:hover {
  color: #00AAEE!important
}
header .header-center nav a {
  padding: 0 12px;
  line-height: 34px;
  font-size: 12px;
  color: #666
}

.city_a img {
  width: 16px;
  height: 18px;
  position: relative;
  top: -1px;
  margin-right: 5px
}
.city_actt {
  color: #00AAEE!important;
}
.buttLine {
  float: right;
  background: none;
  /* border: 1px solid #EEEEEE; */
	border: 1px solid #0AE;
  border-radius: 25px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  width: 132px;
  padding-left: 11px;
  color: #00AAEE;
  font-size: 12px;
  font-weight: bold;
  margin-top: 41px;
  margin-left: 30px;
	cursor: pointer;
}
.buttLine:hover{
	/* border: 1px solid #0AE; */
}
.buttLine img {
  width: 20px;
  height: 20px;
  position: relative;
  left: -6px;
  top: -2px
}

.sel {
  display: inline-block;
  margin-left: 10px;
  width: 0;
  height: 0;

  border-top: 5px solid #999;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 2px solid transparent;
}
.cus {
  display: block;
  cursor: pointer;
}
.imggts {
  width: 110px;
  height: 110px;
  background: #777;
  margin: 7px 0 0 20px
}
.c_order {
/*   width: 70px!important;
  padding: 0 9.5px!important; */
}


menu {
    position: relative;
    width: 100%;
    border-top: 2px solid #eee;
    /* background: #ffffff; */
    border-bottom: 1px solid #3fbff0;
	/* min-height: 448px; */ 
}

menu nav {
    position: relative;
    margin: 0 auto;
    width: 1200px;
    height: 49px
}
menu nav a {
  display: inline-block;
  margin: 0 32px;
  font-size: 16px;
  line-height: 46px;
  color: #666666;
  border-bottom: 1px solid #ffffff;
  font-style: normal;
  cursor: pointer
}

menu nav .topnav a:first-of-type {
  margin: 0;
  width: 250px;
  height: 47px;
  text-align: center;
  border: 1px solid #3fbff0;
  border-bottom: none
}

menu nav a:first-of-type span {
  margin: 0 10px;
  color: #3fbff0
}

menu nav .all.h {
  padding: 0;
  border: 1px solid #3fbff0;
  border-bottom: none;
  color: #333333;
  font-size: 18px
}

menu nav a.h {
  border-bottom: 2px solid #3fbff0;
  color: #333333;
  font-size: 18px
}

menu nav a:last-of-type {
  float: right;
  margin: 0;
  margin-right: 15px;
  text-align: right;
  color: #333333
}

menu nav a:last-of-type span {
  margin: 0 5px
}

menu nav .nav {
  position: absolute;
  z-index: 10; 
  left: 10px;
}

menu nav .nav .mainnav {
  float: left;
  width: 252px;
}

menu nav .nav .mainnav p {
  padding: 0 28px 0 48px;
  width: 176px;
  height: calc(450px / 7);
  /* background: #1B3073; */
	background:rgba(0, 0, 0, 0.5);
  /* border-bottom: 1px solid #81877d; */
  font-size: 16px;
  line-height: calc(450px / 7);
  color: #ffffff;
  cursor: pointer;
	padding: 0;
}
menu nav .nav .mainnav p a{
	width:162px;
	height: calc(442px / 7 - 1px);
	line-height: calc(442px / 7);
	color: #ffffff;
	border:none;
	border-bottom: 1px solid #81877d;
	text-align: left;
	box-sizing: inherit;
}
menu nav .nav .mainnav p span {
  float: right;
  margin-right: 4px
}
menu nav .nav .mainnav .border_one{
	border-bottom: 1px solid #81877d;
}
menu nav .nav .mainnav .border_two{
	border-bottom: 1px solid #fff;
}
menu nav .nav .mainnav .border_three{
	border-bottom: 1px solid transparent;
}
menu nav .nav .mainnav p.h {
  background: rgba(250, 250, 250, 0.9);
  color: #333333
}
menu nav .nav .mainnav p.h a{
  background: #fff;
  color: #333333;
  border-bottom: 1px solid #fff;
}
menu nav .nav .mainnav p:last-of-type {
  border-bottom: none
}
menu nav .nav .mainnav p:last-of-type  a{
  border-bottom: none
}

menu nav .nav .subnav {
  display: none;
  float: left;
  width: 660px;
  height: 450px;
  background: rgba(250, 250, 250, 0.9);
  /* padding-right: 300px; */
  position: relative;
}
menu nav .nav .subnav li{
	height: 100%;
	overflow: auto;
}
menu nav .nav .subnav li .subnav-classify {
  overflow: hidden;
}
/* 首页服务商 */
.ul_right {
  position: absolute;
  top: 0;
  float: right;
  right: 0;
  border-left: 1px solid #eee;
  width: 309px;
  height: 100%;
  background: #fff;
}
.ul_r1 {
  height: 33%;
  border-bottom: 1px solid #eee;
  width: 100%;
  margin: 0 auto;
  /* margin-top: 40px; */
  background: #fff;
  text-align: center;
  line-height: 18px;
  float: left;							  
}
.ul_right div:last-child {
  border: none
}
.ul_name {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
.imgt_ul {
  width: 80px;
  height: 80px;
  background: #404040;
  float: left;
  border-radius: 80px;
  margin: 31px 14px 0 19px;
  float: none;
  display: block;
  margin: 0 auto;
  margin-top: 63px;
}
.ul_pspan {
  color: #999;
  font-size: 12px;
  float: left;
  line-height: 25px;
  margin-top: 40px;
  float: none;
  margin: 30px 0px 20px 0px;
}
.ul_pspan p{
  display: inline-block;
  line-height: 2;
  width: 120px;
}
.ul_n {
  text-align: center;
  font-size: 18px;
  color: #333;
  font-weight: 400;
  margin-top: 20px;
}
.ul_qq_phone{
	float: inherit;
	/* line-height: inherit; */
	background: #e10805;
	border-radius:50px;
	width: 65px;
	height:20px;
	color:#fff!important;
	font-size: 14px;
	text-align: center!important;
	line-height: 20px;
	margin-right: 0px!important;
}
.henxi {
  width:246px;
  height:1px;
  background:rgba(238,238,238,1);
  margin: 0 auto;
}
.iooc_o {
  width:117px;
  height:30px;
  border:1px solid rgba(0,170,238,1);
  border-radius:2px;
  font-size:12px;
  font-weight:400;
  color:rgba(0,170,238,1);
  background: none;
  cursor: pointer;
	line-height: 30px;
}
.iooc_o:hover {
    color: #fff;
    background-color: #00AAEE;
}
.shuxx {
  width:1px!important;                  
  height:34px;
  background:#eee;
}
    
menu nav .nav .subnav li .subnav-classify p {
  padding: 28px 0;
  float: left;
  width: 218px;
  line-height: 28px;
  color: #000000;
  font-weight: bolder;
  font-size: 16px;
  text-align: center
}
menu nav .nav .subnav li .subnav-classify .os {
  padding: 7px 0;
  width: 100px;
  line-height: 28px;
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  font-weight: bolder;
  font-size: 16px;
  text-align: left;
  display: inline-block;
  float: left;

}
menu nav .nav .subnav li .subnav-classify div:last-of-type {
    float: left;
    width: 559px;
    border-bottom: 1px solid #f0f0f0;
    
    font-weight: 500;
    text-align: left;
    margin-left: 48px;
}

menu nav .nav .subnav li .subnav-classify div:last-of-type a {
    float: none;
    margin: 0;
    margin-right:22px;
    padding: 0;
    white-space: nowrap;
    border: none;
    width: auto;
    height: auto;
    font-size: 16px;
    text-align: left;
    line-height: 24px;
    color: #333333;
    padding-bottom: 7px;
    padding-top: 8px
}

menu nav .nav .subnav li .subnav-classify:last-of-type div:last-of-type {
    border-bottom: none
}
menu .banner {
   overflow: hidden;
    position: relative;
    width: 100%;
    height: 460px;
    transform: translateX(0px);
    transition-property: transform;
    transition-duration: 0.6s;
}
menu .banner #b-img{
    width:100%;
    height: 450px;
	/* margin-top: 10px; */	  
}
menu .banner #b-img li{
    position:absolute;
    width:100%;
    height: 450px;
    opacity: 0;
    transition: opacity 1s ease-in;
}
menu .banner #b-img a{
    display:block;
    width:100%;
    height: 450px;
}
menu .banner #b-img .opa-on{
    opacity: 1;
    z-index:1;
}
#b-list{
    height:50px;
    position:absolute;
    top:410px;
    /* left:50%; */
	right:calc(100% - 1180px + 54px);
    margin-left:-40px;
    z-index:1;
}
#b-list li{
    display:block;
    cursor:pointer;
    width:8px;
    height:8px;
    border: 2px solid #FFFFFF;
    border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
    -o-border-radius:50%;
    -ms-border-radius:50%;
    background-color:none;
    float:left;
    margin:0 5px;
    margin:0 3px;
}
#b-list .on{
    background-color: #FFF;
    width: 34px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

#siteweb {
	display: none;
	width: 508px;
	margin: 0 auto;
	position: fixed;
	z-index: 50005;
	top: 120px;
	left: 50%;
	margin-left: -254px;
}

#siteweb .site-list {
	background: #fff;
	border-radius: 5px;
	width: 508px;
	height: 380px;
}

#siteweb .site-title {
	padding: 18px 0 0 18px;
	height: 27px;
	background: #fafafa;
	width: auto;
	border-radius: 5px;
	line-height: 15px;
	border-bottom: 1px solid #eee;
	box-sizing: initial;
}

#siteweb .site_web {
	float: left;
	line-height: 49px;
	height: 50px;
	text-align: center;
	cursor: pointer;
	border: 2px solid #777;
	color: #777;
	border-radius: 2px;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset, 0 1px 2px
		rgba(0, 0, 0, 0.15);
	width: 98px;
	margin-top: 20px;
	margin-left: 20px;
}
#siteweb .site_all {

	border: 2px solid #00AAEE !important;
	
}
.bacDack {
	background: rgba(37, 40, 48, .5);
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
}
#siteweb h1 {
	font-size: 18px;
	color: #333;
	margin: 20px 0 5px 0;
	margin: 0;
	padding-bottom: 5px;
	font-weight: bold;
}

#siteweb .iasdc {
	float: right;
	width: 14px;
	height: 14px;
	margin-right: 18px;
	cursor: pointer;
}

#siteweb .site_all:hover {
	color: #00AAEE !important;
	border-color: #00AAEE;
}

#siteweb .site_web:hover {
	color: #00AAEE;
	border-color: #00AAEE;
}
::-webkit-input-placeholder{
	color:#999;
	font-size: 12px;
}
img {
    vertical-align: middle;
}