/**,
*:before,
*:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
*/
/* Magnific Popup CSS */
.m-fd{display:none;}
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

img{
	max-width: 100%;
}
a{
	color: #676767;
  outline: none;
}
a:hover{
	color: #f15a23;
}
body{
	font-family:"微软雅黑","Microsoft Yahei";
}
p{
	color: #4c4c4c;
}
.h20{
	height: 20px;
}
.wp{
	width: 1100px;
	max-width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;   
	box-sizing: border-box;
}
#hd{
	height: 82px;
	border-bottom: 1px solid #c6c6c6;
	position: relative;
	z-index: 180;
	/*background:rgba(255,255,255,.7) url(../images/head-bg.png) repeat;*/
  background-color: #F6F6F6;

}

.logo{
	margin: 10px 0 0 0;
	float: left;
}
.follow{
	float: right;	
	margin: 24px 10px 0 0;
}
.search-box{
	width: 300px;
	position: relative;
	margin: 30px auto 0 auto;
}
.inp-box{
	display: inline-block;
	width: 100%;
}
.inp-box .inp{
	width: 96%;
	border: 1px solid #e0e0e0;
	border-radius: 60px;
	height: 26px;
	height: 26px\9;
	outline: none;
	padding: 0 2%;
	background: none;
}
.search-box .sub{
	position: absolute;
	right: 10px;
	top: 2px;
	width: 71px;
	height: 24px;
	color: #f15a23;
	background: url(../images/meg.png)/*tpa=http://www.lanyun.net/images/meg.png*/ no-repeat right center;
	text-align: center;
	border: 0;
	cursor: pointer;
	font-family:"微软雅黑","Microsoft Yahei";
	font-size: 15px;
}
.holder{
	height: 90px;
  display: none;
}
#nav{
  border-top: 1px solid #fff;
	float: left;
	width: 100%;
	position: relative;
	z-index: 60;
	height: 55px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
	overflow: hidden;
	/*-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.2);*/
  background:url(../images/sub_bg.png)/*tpa=http://www.lanyun.net/images/sub_bg.png*/ repeat-x left bottom;
}
.header-bg{
	height: 6px;
	width: 100%;
	position: absolute;
	left: 0;
	background: url(../images/head-black.png)/*tpa=http://www.lanyun.net/images/head-black.png*/ repeat;
}

#nav .nv{
  height: 48px;
	float: left;
}
.shadow{
	background: url(../images/sd4.png)/*tpa=http://www.lanyun.net/images/sd4.png*/ repeat-x left bottom;
	height: 55px;
}
.open{
	-webkit-box-shadow:none !important;
}
.so-ico{
	margin: 0 0 0 10px;
}
.so-ico a{
	display: inline-block;
	width: 30px;
	height: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: -8px;
	margin: 0 3px;
	-o-transition:.3s;
	-ms-transition:.3s;
	-moz-transition:.3s;
	-webkit-transition:.3s;
	transition:.3s;
}

.so-ico .s1{
	background-image: url(../images/wx.png)/*tpa=http://www.lanyun.net/images/wx.png*/;
}

.so-ico .s2{
	background-image: url(../images/wb.png)/*tpa=http://www.lanyun.net/images/wb.png*/;
}

.nv li{
	float: left;
	padding: 12px 0 18px 0;	
}

.sub-wrap{
  /*background: url(../images/sub_bg.png) repeat-x left bottom;*/
	position: absolute;
	width: 100%;
	left: 0;
	top: 49px;
  visibility: hidden;
}
.sub-wrap .wp{
}

#header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.sub-nv{

	/*position: absolute;*/
	/*width: 100%;*/
  overflow: hidden;
	opacity: 0;
	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	/*top: 30px;*/
  padding: 30px 0 30px 0;
	-webkit-transition: opacity  1s ease;
	-moz-transition: opacity  1s ease;
	-o-transition: opacity  1s ease;
	transition: opacity  1s ease;
}
.nv li.hover .sub-wrap{
  z-index: 800;
  visibility: visible;
}
.hover .sub-nv{
	opacity: 1;

	-ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 100)';
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
#nav .wp{
}



.nv li a.v1{
	font-size: 15px;
	padding: 0 20px;
}
.tel{
	float: right;
	font-size: 16px;
	color: #f15a23;
	margin: 12px 10px 0 0;
}
.sub-nv-bg .sub-nv{
	opacity: 0;
	-webkit-transition: opacity .4s ease;
	-moz-transition: opacity .4s ease;
	-o-transition: opacity .4s ease;
	transition: opacity .4s ease;
	overflow: hidden;
}
.sub-nv-bg .sub-nv{
	opacity: 1;
}
.sub-nv-bg{
	padding: 20px 0 30px 0;
}
.sub-box{
	border-right: 1px solid #ddd;
	float: left;
	width: 240px;
	padding:  0 60px;
}

.sub-nv .sub-box:last-child{
	border-right: none;
}
.sub-box dt{
	font-size: 16px;
	font-weight: normal;
	padding: 10px 0 10px 0; 
	color: #f15a23;
}
.sub-box a{
	/*width: 100px;*/
	display: block;
	margin: 0 0 6px 0;
}
.sub-box2 a{
  width: 100px;
  display: inline-block;
}
.sub-box dl{
	margin: 0 0 10px 0;
}
#fd{
	clear:both;
}
.fd-s2{
	background:#e4e4e4 url(../images/line-1.gif)/*tpa=http://www.lanyun.net/images/line-1.gif*/ repeat-x left top;
	padding: 20px 0px;
	line-height: 20px;
	text-align: center;
	color: #4d4d4d;
}
.fd-s2 p{
	color: #4d4d4d;
}

.fd-nv{
	padding: 24px 20px 0px 20px;
	text-align: left;
	overflow: hidden;
	float: left;
	font-size: 13px;
	width: 16.66666667%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	background: url(../images/dl-nv.gif)/*tpa=http://www.lanyun.net/images/dl-nv.gif*/ no-repeat right 50px;
}
.fd-nv dt{
	font-size: 18px;
	padding: 0 0 20px 0;
}
.fd-nv dd a{
	height: 24px;
	line-height: 24px;
	display: block;
}
#fd .fd-s1{
	background:#f3f3f3 url(../images/line-1.gif)/*tpa=http://www.lanyun.net/images/line-1.gif*/ repeat-x left top;
	overflow: hidden;
	padding: 10px 0 30px 0;
}
.pz-t3{
	margin: 0 0 20px 0;
}
.pz-t3 span{
	font-size: 18px;
	font-weight: normal;
}
.pz-t3 a{
	float: right;
	-o-transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	transition: .3s;
	border: 1px solid #ccc;
	color: #f15a23;
	font-size: 14px;
	height: 27px;
	line-height: 27px;
	padding: 0 30px;
	font-weight: normal;
}
.pz-t3 a:hover{
	background-color: #f2f2f2;
}

.hide-hd{
	height: 0 !important;
	overflow: hidden;
}
.fix-hd #header{
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
	z-index: 600;
}

.m-bar{
  height: 50px;
	padding: 20px 0;
	position: relative;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.2);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.2);
	-o-box-shadow: 0px 5px 5px 0px rgba(0,0,0,.2);
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,.2);

}
.mobile-header{
	position:absolute;
	width: 100%;
	left: 0;
	top: 0;
	display: none;
	background-color: #f6f6f6;
	z-index: 60;
}
.mobile-header .navbar-toggle{
	width:70px;
	display: block;
	position: absolute;
	right: 0;
	margin-top: 14px;
	padding: 0 0 0 30px;
	background: url(../images/m_btn1.gif)/*tpa=http://www.lanyun.net/images/m_btn1.gif*/ no-repeat left center;
	-webkit-background-size: 25px;
	-moz-background-size: 25px;
	-o-background-size: 25px;
	background-size: 25px;
	font-size: 16px;
	cursor: pointer;
}
.logo-m{
  position: absolute;
  left: 10px;
  top: 10px;
}
.mobile-header .logo-m img{
	width: 108px;
}
.m-menu a{
	display: block;
}
.m-menu {
	margin: 4px 0 0 0;
	text-align: center;
	display: none;
}
.m-menu dl{
	display: none;
}
.m-menu li a.v1{
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	text-align: left;
	padding: 0 0 0 10px;
	border-bottom: 1px solid #ddd;
}
.m-menu li:last-child a.v1{
	border-bottom: none;
}
.m-menu li.has-sub a.v1{
	background: url(../images/nav05.png)/*tpa=http://www.lanyun.net/images/nav05.png*/ no-repeat right center;
}
.m-menu li.has-sub a.open-sub{
	background: url(../images/nav06.png)/*tpa=http://www.lanyun.net/images/nav06.png*/ no-repeat right center;
}
.m-menu dl{
	font-size: 15px;
	background-color: #ddd;
	text-align: left;
}
.m-menu dl dt{
	padding: 10px 10px;
	text-indent: 10px;
	color: #444;
	border-bottom: 1px solid #c0c0c0;;
	background: url(../images/nav08.png)/*tpa=http://www.lanyun.net/images/nav08.png*/ no-repeat right center
}
.m-menu dl .open-y{
	background: url(../images/nav07.png)/*tpa=http://www.lanyun.net/images/nav07.png*/ no-repeat right center
}
.m-menu dl:last-child dt{
	border-bottom: none;
}
.m-menu dd{
	display: none;
}
.m-menu dd a{
	height: 36px;
	line-height: 36px;
	border-bottom: 1px solid #ececec;
	text-indent: 30px;
	background-color: #d0d0d0;
}
.m-show{
	display: none !important;
}
.t-s{
  border-bottom: 1px solid #ddd;;
  height: 56px;
  line-height: 56px; 
  font-size: 15px;
  font-weight: normal;
  text-align: center;
  clear:both;
  position: relative;
}
.t-s *{
  vertical-align: middle;
}
.t-s i{
  display: inline-block;
  width: 32px;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin: 0 6px 0 0;
}
.t-s1 i{
  background-image: url(../images/jb_1.gif)/*tpa=http://www.lanyun.net/images/jb_1.gif*/;
}

.t-s2 i{
  background-image: url(../images/jb_2.gif)/*tpa=http://www.lanyun.net/images/jb_2.gif*/;
}
.t-list1 .img{
  float: left;
  margin: 0 10px 0 0;
}
.t-list1 li{
  margin: 0 0 14px 0;
  overflow: hidden;
}
.t-list1{
  padding: 20px;
}
.t-list1 .img img{
  width: 90px;
  height: 50px;
}
.p-ti1 a{
  display: inline-block;
  line-height: 1;
  padding: 4px 10px;
  font-size: 16px;
  color: #fff;
  margin: 0 5px;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}
.p-ti1 a.current,
.p-ti1 a:hover{
  opacity: .4;
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 40)';
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
}
.p-ti1{text-align: center;}
.p-ti1 .s1{
  background-color: #06a7e1;
}
.p-ti1 .s2{
  background-color: #f60;
}
.p-m1{
  padding: 0 10px;
}
.p-m1 dt img{
  width: 68px;
}
.p-m1 dt *{
  vertical-align: middle;
}
.p-m1 dt{
  margin: 0 0 7px 0;
}
.p-m1 dt i{
  color: #597937;
  display: inline-block;
  width: 200px;
  height: 20px;
  text-indent: 4px;
  background: url(../images/i_b1.gif)/*tpa=http://www.lanyun.net/images/i_b1.gif*/ no-repeat left center;
  font-style: normal;

}
.p-m1 dd a{
  float: left;
  background-color: #f0f0f0;
  color: #909090;
  height: 26px;
  line-height: 26px;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
}
.p-m1 dd p{overflow: hidden;}

.tw1 a{
  padding: 0 16px;
  margin: 10px 6px 0 6px;
}
.tw2 a{
  padding: 0 42px;
  margin: 10px 6px 0 6px;
}
.p-m1 dd a:hover{
  background-color: #d4d4d4;
}

.side-bar {
  position: fixed;
  top: 0;
  height: 100%;
  width: 50px;
  right: 0;
  background-color: #646464;
  z-index: 10000;
}
.ic-s{
  display: block;
  padding: 4px 0;
}
.ic-s span{
  text-align: center;
  color: #fff;
  display: block;
}
.i-ask{
  margin: 0 0 10px 0;
}
.ic-s i{
  display: block;
  height: 40px;
  color: #fff;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  background-image: url(../images/ic_t.png)/*tpa=http://www.lanyun.net/images/ic_t.png*/;
}
.ic-s:hover{
  background-color: #878787;
}
 .ic-s:hover i{
}
.side-bar li{
  margin: 0 0 20px 0;
}
.side-bar li span{
  line-height: 1;
  display: block;
  color: #fff;
  text-align: center;
}
.side-bar .i1{
  background-position: center -628px;
}
.side-bar .i2{
  background-position: center 6px;
}
.side-bar .i3{
  background-position: center -64px;
}
.side-bar .i4{
  background-image: url(../images/ic_h.png)/*tpa=http://www.lanyun.net/images/ic_h.png*/;
  background-position: center -134px;
}
.side-bar .i5{
  background-position: center -203px;
}

.side-bar .i6{
  background-position: center -266px;
}
.side-bar .i7{
  background-position: center -335px;
}
.side-bar .i8{
  background-position: center -405px;
}
.side-bar .i9{
  background-position: center -480px;
}
.side-bar .i10{
  background-position: center -550px;
}
.side-bar .i11{
  background-position: center -690px;
}
.side-bar .n1{
  margin: 20px 0;
}
.n-soc i{
  height: 50px;
}
.side-bar .current,
.side-bar .cur-p {
  background-color: #878787;
}
.side-bar .current i,
.side-bar .cur-p i{
  background-image: url(../images/ic_h.png)/*tpa=http://www.lanyun.net/images/ic_h.png*/;
}
.side-con{
  position: fixed;
  top: 0;
  width: 326px;
  right: -350px;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  -webkit-box-shadow: -5px 1px 8px rgba(0,0,0,.15);
  box-shadow: -5px 1px 8px rgba(0,0,0,.15);
}
.p-m1 dd{
width: 350px;
}
.ask-btn a{
  width: 90px;
  height: 25px;
  text-align: center;
  line-height: 24px;
  -o-transition:.3s;
  -ms-transition:.3s;
  -moz-transition:.3s;
  -webkit-transition:.3s;
  transition:.3s;
  font-size: 16px;
}
.ask-btn a:hover{
  opacity: .8;
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.ask-btn .r{
  background: url(../images/a_b1.gif)/*tpa=http://www.lanyun.net/images/a_b1.gif*/ no-repeat left top;
  color: #949090;
  padding: 0 0 0 8px;
  font-size: 14px;
}

.ask-btn .l{
  background-color: #06a7e1;
  color: #fff;
}

.my-ask .con{
  padding: 0 36px 0 20px;
}
.form-3 label{
  display: block;
  margin: 0 0 10px 0;
  font-size: 14px;
}
.form-3 li{
  margin: 0 0 10px 0;
}

.form-3 .inp{
  height: 34px;
  padding: 0 10px;
  width: 230px;
  border: 1px solid #ddd;
  font-family:"微软雅黑","Microsoft Yahei";
}
.form-3 .sub{
  width: 94%;
  height: 40px;
  line-height: 40px;
  background-color: #ff6600;
  border: 1px solid #007dcc;
  cursor: pointer;
  color: #fff;
  font-family: "å¾®è½¯é›…é»‘","Microsoft Yahei";
  font-size: 16px;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  border: none;
}
.form-3 .sub:hover{
  opacity: .8;
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 80)';
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
}
.form-3 textarea{
  padding: 10px;
  height: 120px;
  width: 230px;
}
.tip-6 span{
  width: 90px;
  height: 25px;
  text-align: center;
  line-height: 25px;
  background-color: #06a7e1;
  color: #fff;
  display: block;
  margin: 0 0 10px 0;
}
.tip-6 em{
  color: #ff4a01;
  background-color: #f0f0f0;
  display: inline-block;
  padding: 4px;
}
#up-list3 h3{
  font-size: 16px;
}
#up-list3 li{
  -webkit-background-size: 40px;
  -moz-background-size: 40px;
  -o-background-size: 40px;
  background-size: 40px;
  width: 50%;
  padding-left: 50px;
  text-align: left;
  margin-bottom: 0;
}
.BaiDu{
  padding: 9px;width: 245px;
  border: 1px solid #d6d5d6;
  border-right: 0;
  box-shadow: -2px 0 5px #ccc;
  background: #fff;
  position: absolute;
  right: 50px;
  top: 0;
  display: none;
}
.sBaiBox{width: 100%;}
.sBaiBox dt{font-size: 14px;font-weight: bold;height: 33px;line-height: 33px;color: #fff;
  padding-left: 50px;background:#445faf url(../images/s-i1.jpg)/*tpa=http://www.lanyun.net/images/s-i1.jpg*/ no-repeat 15px center;overflow: hidden;}
.sBaiBox dd{display: block;border: 1px solid #e5e8e3;overflow: hidden;}
.sBaiBox .scomBox{padding: 10px 15px;border: 1px dashed #e5e8e3;}
.scomBox h4{font-size: 14px;margin-bottom: 10px;}
.scomBox img{float: left;margin-right: 15px;}
.scomSo{padding: 10px;background: #f7f7f6;}
.scomSo a{color: #48b5ff;}
.SoBox{height: 28px;border: 1px solid #e0e0e0;background: #fff;margin: 5px 0;}
.SoBox input{border:0;outline: none;height: 28px;vertical-align: middle;padding: 0 5px;line-height: 28px \9;}
.SoBox .so-inp{width: 155px;}
.SoBox .so-sub{display: inline-block;height: 28px;width: 35px;cursor: pointer;float: right; background: url(../images/s-so1.jpg)/*tpa=http://www.lanyun.net/images/s-so1.jpg*/ no-repeat center center;}
.Baiso2{padding: 5px;}
.Baiso2 img{display: block;margin: 10px auto;}
.Baiso2 input{padding: 0 5px;height: 30px;line-height: 30px \9;font-size: 14px;font-family:"微软雅黑","Microsoft Yahei";}
.Baiso2 .so-inp{width: 130px;}
.Baiso2 .so-sub{width: 80px;float: right;}
.i-bd{
  position: relative;
}

.i-qr{
  position: relative;
}
.i-qr .qr-con{
  position: absolute;
  width: 180px;
  height: 203px;
  /*background: url(../images/qr_bg.png) no-repeat left top;*/
  right: 50px;
  top: -46px;
  text-align: center;
  line-height: 203px;
  display: none;
  background-color: #fff;
  box-shadow: -2px 0 5px #ccc;
}
.i-qr .qr-con img{
  width: 136px;
  vertical-align: middle;
  height: 136px;
}
#open .qr-con{
  display: block;
}
#open .BaiDu{
  display: block;
}
.tab-content .x{
  position: absolute;
  right: 30px;
  top: 0px;
  font-size: 16px;
  cursor: pointer;
}
.fix-logo{
  float: left;
  display: none;
}
.fix-logo img{
  width: 100px;
  margin: 2px 20px 0 0;
}
.fix-hd .fix-logo{
  display: block;
}
#go-top{
  opacity: 0;
  -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity= 0)';
  filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.go-top{
  position: absolute;
  bottom: 0;
  width: 100%;
}
 .c-pop{
  display: none;
}
.cur-p .c-pop{
  display: block;
}
.case-holder{display: none;}