*{font-family: "微软雅黑"; font-size: 14px;}

.container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1200px\9;
  }
input{    border-radius: 0}
li{ list-style:none}  
a {
    color: #333;
    text-decoration: none;
}
a:hover{
   
    text-decoration: none;
}
.fr{float: right;}
.fl{ float: left;}
/* Clear */
.clearfix:after{content:"";display:block;height:0px;clear:both;visibility:hidden}
.clearfix{display:inline-block}
/* Hides from IE-mac \*/ 
.clearfix{display:block} 
/*头部开始=========================================================================  */
.logo{  float:left; margin-right: 20px;}
.hamburger {
	padding: 8px 6px;
	display: none;
	cursor: pointer;
	transition-property: opacity, -webkit-filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	transition-duration: 0.15s;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible;
}
.hamburger:hover {
	opacity: 0.7;
}
.hamburger-box {
	width: 40px;
	height: 24px;
	display: inline-block;
	position: relative;
}
.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: 3px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	width: 40px;
	height: 4px;
	background-color: #ccc;
	border-radius: 4px;
	position: absolute;
	transition-property: -webkit-transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	transition-duration: 0.15s;
	transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
	content: "";
	display: block;
}
.hamburger-inner::before {
	top: -10px;
}
.hamburger-inner::after {
	bottom: -10px;
}
.hamburger--emphatic-r {
	overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
	transition: background-color 0.2s 0.25s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
	left: 0;
	transition: top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, left 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r .hamburger-inner::after {
	top: 10px;
	right: 0;
	transition: top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in;
	transition: transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.2s linear, right 0.2s 0.25s ease-in, -webkit-transform 0.2s cubic-bezier(0.6, 0.04, 0.98, 0.335);
}
.hamburger--emphatic-r.is-active .hamburger-inner {
	transition-delay: 0s;
	transition-timing-function: ease-out;
	background-color: transparent;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
	left: -80px;
	top: 80px;
	-webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transform: translate3d(80px, -80px, 0) rotate(-45deg);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
	right: -80px;
	top: 80px;
	-webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transform: translate3d(-80px, -80px, 0) rotate(45deg);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right 0.2s ease-out, top 0.05s 0.2s linear, transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.2s 0.25s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.nav-box { 
	width: 100%;
    height: 50px;
    background: #0f0f0f;
	
}
.nav-pc{ width: 670px; text-align:center;}
.nav-pc ul{ padding:0; }
 .nav-pc .menulevel{ padding:0;}
.nav-pc li {
    width: 16%;
    height: 115px;
	display: inline-block;
    font-size: 16px;
    color: #000;
    line-height: 115px;
    text-align: center;
    position: relative;}
.nav-pc li a span{ color:#000; display: block; font-size: 16px;}	

.nav-pc li a#menu_selected span{color: #fff; font-weight: bold; background: #0168bf}
.nav-pc li a#menu_selected:hover span{ color: #fff;}
.nav-pc li:hover{ color: #fff; background: #0168bf;}
.nav-pc li:hover a span{ text-decoration:none; color: #fff;}
.nav-pc li:hover>.menulevel{ display:block;}

.menulevel{ width:180px; left:-35px; display:none; margin:0;position: absolute;
    z-index: 999;
    top: 115px;
    }
.menulevel li{ display:block; background:#efefef; height: 50px; line-height: 50px; font-size: 14px; width: 100%; }
.menulevel li a span{font-size: 15px; color: #000!important; text-align: center;}
.menulevel li:hover{ background:#0168bf;}
.menulevel li:hover a span{color: #fff!important;}
.menulevel li>.menulevel{width:100%; left:100%;  top:0;}
.head-right{position: relative;}
.head-right li{float: left; margin: 40px 0;}
.head-right li:first-child{margin-right: 15px; }
.head-right li:last-child{margin-right: 0; }
.head-right li:last-child:hover .aa{ display: block; }
.aa{position: absolute; top: 75px; right: -100px; z-index: 999; max-width: none!important; display: none;}
/*banner开始=======================================================================================*/
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.slide_container {
  position: relative;
  width: 100%;
  }

.slide {
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.slide li {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  }
  
 .slide img {
  display: block;
  position: relative;
  z-index: 1;
  height: auto;
  width: 100%;
  border: 0;
  }

.slide .caption {
  display: block;
  position: absolute;
  z-index: 2;
  font-size: 20px;
  text-shadow: none;
  color: #fff;
  background: #000;
  background: rgba(0,0,0, .8);
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 20px;
  margin: 0;
  max-width: none;
  }
  
 .slide_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 52%;
  left: 0;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: transparent url("../images/themes.gif")
  margin-top: -45px;
  }

.slide_nav:active {
  opacity: 1.0;
  }

.slide_nav.next {
  left: auto;
  background-position: right top;
  right: 0;
  }
.slides li{ width: 950px; margin: 0 auto;}
	   
/*top开始------------------------------------------------------------------*/
#header{ width: 100%;}
.logo{ width: 418px; padding: 20px 0;}
.logo img{ max-width: 100%;}
/*首页*/
.banner-bottom-box{background: url("../images/banner-bottom.jpg") repeat-y top center;}
.banner-bottom li{padding-top: 50px; padding-bottom: 40px;}
.lxfs p{line-height: 36px;}
.td{font-size: 30px; font-weight: bold; color: #fff;}
.lxfs{text-align: left; color: #fff; font-size: 16px; font-weight: bold;}
.banner-bottom li img{ margin-top: 20px; margin-right: 15px; float: left; margin-left: 13%;}
.banner-bottom li p{font-size: 12px; font-weight: normal; text-transform: uppercase;}
.produts{margin-top: 50px;}
.product-list{float: right!important; margin-top: 30px;}
.product-list li{background: #ededed; width: 40%; float: left; margin-right:1%; line-height: 50px; text-align: center; color: #323030; font-size: 16px; font-weight: bold;}
.product-list li:hover{background: #0168bf;}
.product-list li:hover a{color: #fff;}
.product-list_li{width: 18%!important; margin-right:0!important;}
.product-list li a{ line-height: 50px; text-align: center; color: #323030; font-size: 16px; font-weight: bold;}
.products-content{margin-top: 35px;}
.product-more{width: 115px; height: 35px; margin: 40px auto; border:#016ed3 solid 1px; border-radius: 30px; line-height: 35px; text-align: center; font-size: 15px; color: #016ed3;}
.about-bg{background: url("../images/about-bg.jpg") no-repeat top center; padding-top: 50px;}
.about-top{font-size: 20px; color: #3c3c3c; text-align: left; padding-left: 30px;}
.about-top p{ font-size: 13px; text-transform: uppercase; color: #0168bf; }
.about-content{margin-top: 55px; text-align: left; padding-left: 30px;}
.about-bottom{margin-top: 50px; height: 180px; background: #fff; box-shadow: 5px 5px 15px #ddd;}
.about-bottom li{width: 33.2%; height: 180px; float: left; text-align: center;}
.about-bottom li a{display: block;}
.about-bottom_li_one:hover{ background: url("../images/about-01-hover.jpg") no-repeat center top;}
.about-bottom_li_one{background: url("../images/about-01.jpg") no-repeat center top;}
.about-bottom_li_two:hover{ background: url("../images/about-02-hover.jpg") no-repeat center top;}
.about-bottom_li_two{background: url("../images/about-02.jpg") no-repeat center top;}
.about-bottom li p{text-align: center; font-size: 14px; color: #5e5e5e; margin-top: 100px;}
.about-bottom li:hover p{ color: #fff; font-weight: bold; font-size: 14px;}
.about-bottom_li_three:hover{ background: url("../images/about-03-hover.jpg") no-repeat center top;}
.about-bottom_li_three{border-right: none;background: url("../images/about-03.jpg") no-repeat center top;}
.about-bottom li img{width: 34px; margin-top: 55px; margin-bottom: 20px;transition: all 0.6s; cursor: pointer;
-moz-transition: all 0.6s; /* Firefox 4 */
-webkit-transition: all 0.6ss; /* Safari 和 Chrome */
-o-transition: all 0.6s;}
.about-bottom li img:hover{transform: scale(1.1);-ms-transform:scale(1.1);   /* IE 9 */
-moz-transform:scale(1.1);  /* Firefox */
-webkit-transform:scale(1.1); /* Safari 和 Chrome */
-o-transform:scale(1.1);}
.youshi-top-box{background: #0168bf; margin-top: 80px; padding: 55px 0;}
.youshi-bt{width: 43%; float: left;}
.youshi-more{width: 5%;float: right; margin-top: 35px;}
.youshi01-box{background: #ebf3fa; padding-bottom: 25px;}
.youshi01-img{margin-top: -155px; float: right!important;}
.youshi01-left{padding-top: 85px;}
.youshi01-bt{font-size: 20px; font-weight: bold; color: #0168bf; text-align: left;}
.youshi01-bt p{font-size: 12px; font-weight: normal; text-transform: uppercase;}
.youshi01-bt:after{display: block; content: ""; width: 28px; height: 4px; float: left; background: #0168bf; margin-top: 15px;}
.youshi01-con{margin-top: 25px; text-align: left; line-height: 35px; font-size: 14px; color: #414141; float: left;}
.youshi01-more{width: 25%; height: 40px; float: left; margin-top: 60px; border:#bbc1c7 solid 1px; text-align: center; line-height: 40px;}
.youshi02-box{background: #d9e8f5; padding-top: 35px; padding-bottom: 50px;}
.youshi02-img img{width: 100%;}
.youshi02-left{float: right!important;}
.youshi02-more{width: 25%; height: 40px; float: left; margin-top: 40px; border:#bbc1c7 solid 1px; text-align: center; line-height: 40px;}
.mt35{margin-top: 35px;}
.youshi03-box{background: #f2f7fc; padding-top: 35px; padding-bottom: 50px;}
.youshi03-img{float: right!important;}
.youshi03-left{padding-top: 50px;}
.hezuo-bg{background: url("../images/hezuo-bg.jpg") no-repeat top center; padding:80px 0 130px;}
.hezuo-more{float: right!important; margin-top: 35px;}
.hezuo-con{ margin-top: 35px; }
.hezuo-con li{width: 24%; float: left; margin-right: 1%; margin-bottom: 1%;}
.news{padding-top: 65px; padding-bottom: 55px;}
.news-left{width: 59%; float: left;}
.news-right{width: 39%; float: right;}
.news-left-bt{ font-size: 24px; font-weight: bold; color: #0168bf; text-align: left; }
.news-left-bt a{ font-size: 24px; font-weight: bold; color: #0168bf; text-align: left; }
.news-left-bt p{font-weight: normal; font-size: 14px; text-transform: uppercase;}
.news-left-more{float: right!important; margin-top: 14px; text-align: right;}
.news-left-img{margin-top: 30px; float: left;}
.news-left-content{ width: 100%; margin-top: 8px; float: left; background: #ededed; box-shadow: 0 7px 15px #9e9e9e; padding: 25px 0; }
.bianju{margin: 0 15px;}
.news-left-content li{ width: 46%; float: left; margin-right: 4%; line-height: 50px; }
.news-left-content li:nth-child(2),.news-left-content li:nth-child(4),.news-left-content li:nth-child(6){margin-right: 0;}
.news-right-con{background: #ededed; margin-top: 30px; float: left; padding:20px 0;}
.news-right-con li{height: 115px; padding: 10px 30px;}
.new-title{border-bottom: #cecece solid 1px; margin-bottom: 8px;}
.new-title a{font-size: 15px; line-height: 45px; font-weight: bold;}
.news-right-con li:hover{ background: #f4f4f4; }
.ptitle{font-size: 26px; font-weight: bold; line-height: 75px; margin-bottom: 15px;}




/*footer开始====================================================================================*/
#copyright{ width: 100%;  padding-top: 25px;}
.foot-ks{ width: 100%; height: 60px; background: url("../images/foot-list.jpg") no-repeat bottom left; }
.foot-ks li{ width: 23%; float: left; line-height: 60px; text-align: center; }
.foot-ks li a{color: #fff; font-size: 18px;}
.foot-lx{ height: 130px; margin-top: 25px;}
.foot-ma{margin-top: 55px;}
#copyright .banq{ color: #fff;line-height: 30px; text-align: center; margin-top: 20px; padding: 15px 0;background: #0168bf;}
#copyright .banq a{color: #fff;}
.foot-lx li{ font-size: 14px; color: #fff; line-height: 40px;}
/*内页开始====================================================================================*/
.banner{position: relative;}
.ny-title{position: absolute; width: 1100px; left: 50%; margin-left: -550px; bottom: 35%; color: #fff; font-size: 35px; font-weight: bold;}
.ny-title p{ font-size: 15px; line-height: 35px; text-align: left; }
.ny-title p a{color: #fff;}
.ny-title1{position: absolute; width: 1100px; left: 50%; margin-left: -550px; bottom: 35%; color: #fff; font-size: 35px; font-weight: bold;}
.ny-title1 p{ font-size: 15px; line-height: 35px; text-align: left; }
.ny-title1 p a{color: #fff;}
.ny-title2{position: absolute; width: 980px; left: 52%; margin-left: -490px; bottom: 35%; color: #fff; font-size: 35px; font-weight: bold;}
.ny-title2 p{ font-size: 15px; line-height: 35px; text-align: left; }
.ny-title2 p a{color: #fff;}

.productsroll{position:relative;width:1200px;}
/* productsroll Start */
#LeftArr1,#RightArr1{background-image:url("../images/product_arrow.gif");width:25px;height:130px;cursor:pointer;position:absolute;top:0px;z-index:1}
#LeftArr1{background-position:-25px 0px;float:left;left:-50px; top: 50px;}
#RightArr1{background-position:-50px 0px;float:right;right:-50px; top: 50px;}
#ScrollBox{width:1000px; overflow:hidden; float: left;}
#ScrollBox li{float:left;display:inline;margin:10px 15px;text-align:center; height: 520px; width: 267px;}
#ScrollBox li a{display:block; overflow: hidden;}
#ScrollBox li a:link,#ScrollBox li a:visited,#ScrollBox li a:active{}
#ScrollBox li a:hover{color:#008aff}
#ScrollBox li a span{display:block;padding-top:4px; line-height: 40px; font-size: 16px; text-align: left; padding-left: 25px;}
#ScrollBox li:hover a{
	color: #FF0000;
}
#ScrollBox li:hover .more{
	border: #fff solid 2px;
	color: #fff;
}
#ScrollBox li img{
	
}


#page_main{padding-bottom: 40px; background: #F9F9F9;}
.page-container{ background: #fff;    min-height: 500px;}
.page-container img{ max-width:100%}
.page-about,.page-content,.page-products{ padding: 50px 30px;}
.page-top-bg{ background: #fff; height: 70px; margin-bottom: 25px;}
.page-url{}
.back{ margin-top: 10px; font-size: 14px; text-align: left; line-height: 32px; }
.back:before{display: block; content: ""; width: 1px; height: 11px; background: #000; float: left; margin-top: 10px;}
.back img{ float: left; margin-top: 10px; margin-left: 15px; margin-right: 14px; }
.page-url ul{ padding: 0;}
.page-url li{ height: 50px; line-height: 50px; text-align: center; padding: 0 35px; float: left; background: #fff; margin: 0 1%;  }
.page-url li a span{display:block;line-height:50px;vertical-align:middle; font-size: 16px; text-align: center; color: #0168bd;}
.ddsmoothmenu-v ul li a span{display:block; line-height: 50px; text-align: center;}

.page-url li:hover {  background: #0168bd; height: 50px; text-align: center;}
.page-url li:hover span{ color: #fff; line-height: 50px;  font-size: 16px; font-weight: bold;}
.page-url li.lihover{ background: #0168bd;  color: #fff; height: 50px;}
.page-url li.lihover a span{ color: #fff; font-size: 16px; line-height: 50px; font-weight: bold; }
.page_list {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.page_list span.current {
    border: #ddd 1px solid;
    padding: 4px 5px;
    font-weight: bold;
    margin-right: 2px;
    color: #FFF;
    background-color: #0168bd;
}	
.page_list a {
    border: #ddd 1px solid;
    color: #0168bd;
    padding: 4px 5px;
    margin-right: 2px;
}
.page_list select{    width: 48px; line-height:29px; height:29px; margin-bottom:3px;
    background-color: #ffffff;
    border: 1px solid #cccccc;}
.page {
	margin-top:20px;
    padding-top: 10px;
    line-height: 35px;
    border-top: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}
.page span{ display: inline-block; width: 49%;}
.page-news{ padding: 25px 15px; text-align:center;}
.page-news li{
    padding: 10px 0;
    height: auto;
    overflow: hidden;}
.page-news li .img{ padding: 0; overflow: hidden; height: 150px;}
.page-news li .text{padding-right: 0; padding-left: 25px;}
.page-news li .text .h{font-size: 16px;
    margin-bottom: 10px;}
.page-news li .text .h span{    font-size: 14px;
    color: #999999;
    float: right;}
.page-news li .text p{font-size: 14px;
    line-height: 24px;
    color: #666666;}
.page-news li .text .ck{    float: right;
    color: #666666;
    width: 120px;
    text-align: center;
    line-height: 38px;
    display: inline-block;
    height: 38px;
    border-radius: 20px;
    border: 1px solid #fff;}

.proNav li{
   padding-top: 10px;
    padding-bottom: 10px;
    background: #fafafa;
    

    text-align: center;
    position: relative;

	}

.proNav li a{ display: block;
 padding:10px;
    border:#ddd 1px solid ;
       background: #fafafa;}
.proNav li span{ position:relative; display:block; overflow: hidden; width:100%; background:#fafafa;  height:200px; margin:0 auto;}
.proNav li span img{ display: inline-block; max-width: 100%; max-height: 100%;}
.proNav li span .lhsp{ position: absolute; display: block; width:100%;  height:175px; z-index: 10; left: 0; top: 0; display: none; background: url("lh616.png")/*tpa=http://www.sdaid.com/Tpl/Home/default/Public/images/lh616.png*/  center center;}
.proNav li:hover span{background: #0190da;}
.proNav li:hover a{background:#0190da; text-decoration: none;}
.proNav li:hover span .lhsp{ display: block;}
.proNav li p{ font-weight:100; display: block; width: 120px; line-height: 30px; border: 1px solid #0190da; margin: 0 auto 20px; color:#0190da;}
.proNav li label{ line-height: 30px; color: #333; padding: 20px 0;font-weight: bold; font-size:16px;white-space: nowrap;  overflow: hidden; text-overflow: ellipsis; display: block !important;}
.proNav li:hover p{ color:#fff; border: 1px solid #fff;}
.proNav li:hover label{ color:#fff;}
.proNav .ckgd{display:block; width:130px; height:203px; float:left; margin-top:10px;}   
.jptj-header{ position:relative; text-align:center;}
.jptj-header .span6{height:1px; background:#666; padding:0; margin:0; margin-top:50px; margin-bottom:50px;}
.jptj-header p{ position:absolute; z-index:111; text-align:center; width:100%; padding-top:37px; font-size:14px; }	
.popover-banner{  max-width: 500px; margin: 0 auto; position: relative;}
.popover-banner .flex-direction-nav{ display: block;}
.popover-banner .flex-prev,.popover-banner .flex-next{ position: absolute; display: block; width: 45px; height: 100px; background: url("../images/sprite.jpg") no-repeat 0 top; top: 50%; margin-top: -50px; }
.popover-banner .flex-prev{ left:-50px;}
.popover-banner .flex-next{background: url("../images/sprite.jpg") no-repeat -55px top; right: -50px;}
.lhgw{ display: block; width: 320px; margin: 0 auto;}
#shop_cart{ width: 170px; float: left; }
#shopjg span{  text-align: center; display: block; width:140px ; height: 36px; margin: 20px 10px;background: #fe6a12;  line-height: 36px; font-size:16px ; color: #fff;}
#shopjg {  width:150px ; float: left; overflow: hidden ;}
.lhcppg{ width: 100%; background: #f5f5f5;padding-left: 20px;}
.lhcppg span{ display: inline-block;  padding-left: 0.5%;}
#inhert_cart{ margin: 20px 10px; height: 36px;  line-height: 36px;}
#shop_cart #btn_buy{ display:none;}
.jptj-header b{ display:inline-block;   font-size: 25px;
    line-height: 25px;
    color: #002e79;
    font-family: "微软雅黑";
    padding: 0 20px 10px;
	background:#f7f7f7}
	.photos span{  display: block; text-align:center; height: 300px; width: 270px; overflow: hidden;}
	.photos span img{ height: 300px;}
	.photos p{white-space: nowrap;  overflow: hidden; text-overflow: ellipsis; line-height: 60px; padding: 0 15px; text-align: center; }

	.photos1 span{  display: block; text-align:center; }
	.photos1 span img{ height: 260px;  max-width: 90%;}
	.photos1 p{white-space: nowrap;  overflow: hidden; text-overflow: ellipsis; line-height: 60px; padding: 0 15px; text-align: center; }

.zoomdiv,.jqZoomPup{display: none!important;}

.pic-img1{height: 350px;}
.picMarquee-left{ overflow:hidden;}
.picMarquee-left .bd ul{ padding:15px;  zoom:1;  }
.picMarquee-left .bd li{  float:left; height: 230px; width: 20%;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
    margin-left: 15px; 
    margin-bottom: 5px;}
    .picMarquee-left .bd li img{ border: 1px solid #ccc;}
    .picMarquee-left .bd li:hover img{ border: 1px solid #000;}
.picMarquee-left .bd li img{ width:95%; display:block;}
.picScroll-left	{position: relative;}
.picScroll-left .bd li{  float:left; width:23%; background:url("../images/pro-bg.png") no-repeat top center;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
    margin-left: 14px;
    padding:3px;
    height: 300px;
    line-height: 300px;
    position: relative;
     }
.picScroll-left .bd li:hover{  float:left; width:23%; background:url("../images/pro-hover.jpg") no-repeat top center;
    overflow: hidden;
    text-align: center;
    line-height: 20px;
    margin-left: 14px;
    padding:3px;
    height: 300px;
    line-height: 300px;
    position: relative;
     }
.pro-box li .xq{
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    background: url("../images/about-bottom-bg.png");
    z-index: 99;
}
.pro-box li .xq .heng{
      position: absolute;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
}
.pro-box li .xq .shu {
    position: absolute;
    display: block;
    text-align: center;
}
.picScroll-left .bd li a{display: block; height: 250px; overflow: hidden; }
.picScroll-left .bd li img{ max-width: 100%;  display:block;display: inline-block; vertical-align: middle;transition: all 0.6s; cursor: pointer;
-moz-transition: all 0.6s; /* Firefox 4 */
-webkit-transition: all 0.6ss; /* Safari 和 Chrome */
-o-transition: all 0.6s;}
.picScroll-left .bd li img:hover{transform: scale(1.1);-ms-transform:scale(1.1);   /* IE 9 */
-moz-transform:scale(1.1);  /* Firefox */
-webkit-transform:scale(1.1); /* Safari 和 Chrome */
-o-transform:scale(1.1);}
.picScroll-left>.hd>.next{position: absolute; top: 0; left: 0; background: url("next.jpg")/*tpa=http://www.sdaid.com/Tpl/Home/default/Public/images/next.jpg*/ no-repeat top center; width: 41px; height: 100px; left: -70px; top: 95px;}
.picScroll-left>.hd>.prev{position: absolute; top: 0; background: url("prev.jpg")/*tpa=http://www.sdaid.com/Tpl/Home/default/Public/images/prev.jpg*/ no-repeat top center; width: 41px; height: 100px; right: -70px; top: 95px;}
.span-name{    width: 70%; 
    height: 45px;
    margin: 0 auto;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    border-bottom: #cdcdcd solid 2px;
    color: #000;
    }
.span-name:hover{border-bottom: #016ed3 solid 2px; color: #016ed3;}
.span-name a{ font-size: 16px;}
.p-more{    width: 90px; display:inline-block;    float: right;
    height: 25px;
    margin: 20px auto;
    border: #c2c2c2 solid 1px;
    line-height: 25px;
    font-size: 15px;
    text-align: center;
    color: #000;}	 
    .related-list li{ display: inline-block; width: 49%;}
#shownews .title{text-align: center; line-height: 35px; margin-bottom: 20px; font-weight: bold; font-size: 24px;}
#shownews .related {
    font-weight: bold;
    height: 40px;
    line-height: 30px;
    font-size: 13px;
    margin-top: 15px;
    background: url("../images/bg_news.gif") repeat-x;
    color: #fff;
}
.related_cp ul {
    width: 100%;
    height: auto;
    padding-top: 6px;
    overflow: hidden;
    padding-bottom: 20px;
}
.related_cp ul li {
    text-align: center;
    float: left;
    margin-right: 20px;
}	
.related_cp ul li img {
    border: 1px solid #e4e4e4;
    height: 176px;
    padding: 5px;
}
.related_cp ul li a:hover img {
    border: 1px solid #ff0000;
}
.related_cp{margin-top: 50px;}

#piclist li{ height:155px; background:none; border:1px solid #ddd;}	
#piclist li .ph_hover {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;

}
.jobList li{ width:20%; float:left; text-align:center; line-height:40px; border-bottom:1px dashed #ccc; }
.jobList li span{ display: block; width: 100%; height: 100%;  display: block;  color: #f7f7f7;background: #004a96; padding: 10px 0;}
.page-guestbook b{ line-height:30px;  display:inline-block; width:80px; text-align:right;}
.page-guestbook dt{ line-height:30px; width: 100%;}
.page-guestbook b span{ padding-left:10px;}

.showjobList li{ border: 1px solid #ccc; border-top:none ; height: 40px; width:100%; line-height: 40px;}
.showjobList li div{ width: 50%; float: left;}
.showjobList li b{ color: #468847;  display: block; font-weight: 500; text-align: center;}
.showjobList li span{ width: 120px;  height:100%; display: inline-block; text-align: center;color: #468847; margin-right: 10px; border-right: 1px solid #ccc;} 
.showjobList {border-top:1px solid #ccc;  margin-bottom: 0;}
.lhms{ width: 100%;border: 1px solid #ccc; border-top:none ;}
.lhms b{ font-weight: 100;width: 120px;   min-height: 80px; display: inline-block;float: left; text-align: center;color: #468847;  }
.lhms span{ display: inline-block; height: auto; min-height: 80px; border-left: 1px solid #ccc; padding-left: 10px;}
.lh616{ width: 150px; line-height: 40px; margin: 5px auto ; border: 1px solid #006EC7;}
#guestbook  dt{ display: inline-block; width: 50%;}
#guestbook textarea,#guestbook input[type="text"]{width: 60%; padding: 0 2.5%; min-width: 220px; border-radius:5px; border:1px solid #C7E2F6 ;}
.page-guestbook #guestbook  dt{ line-height:30px; width: 100%; padding: 10px 0;}
.page-guestbook #guestbook  textarea{ width: 84%;}
 #guestbook .yzm input{ width: 35% ;}
 .xiaz .fr{ float: right;}
 .xiaz .fl{ flaot:left;}
 .downloadtimes{ padding: 0 5%;}
  .downloadtimes i img{ margin-right: 5px; width: 14px;}
  .xiaz li{ border-bottom: 1px dashed #ccc;}
  .lh68{ position: absolute; top: 0; z-index: -1;}
.lhbd label{ display: inline-block; max-width:80px ; width: 100%; height: 30px; line-height: 30px; margin-bottom: 0px;}
.lhbd dt{ padding: 3px 0; width: 100%;}
.lhbdfr{ float: right;width: 50%;}
.lhbdfl{ float: left;width: 50%;}
.lhbdfr label{max-width:100px ; width: 100%;}
.lhbd input{ width: 57%;}
.lhbdfl input{ width: 67%;}
.lhbd span{ font-family: "微软雅黑";font-weight: 100;}
.lhbd .Content{ width: 84%;}
.clear{ clear: both;}
.lhbd .Content{ height:113px;}
.submit{ background: #0190da; color: #fff; display: block; width: 80px; line-height: 30px; margin: 0 auto; text-align: center; border: none;}
.lh615{  line-height: 30px; margin: 0 10px; text-align: center; border: none;}
.page-guestbook{padding-top: 50px; padding-left: 30px; padding-right: 30px;}




/* 大屏幕 */
@media (min-width: 1200px) { 
.page-top{position: absolute; width: 1100px; left: 50%; margin-left: -550px; bottom: 0;}
.news-bt{ width: 300px; height: 300px; z-index: 111; background: #0190da; position: absolute; left: 15px; top: 0;}
.news-title{ margin-left: 40px; margin-top: 75px; font-size: 30px; font-weight: bold; color: #fff; }
.news-title p{font-size: 14px; text-transform: uppercase; font-weight: normal;}
.news-more{ margin-left: 40px; margin-top: 25px;}
}

@media (min-width: 980px) and (max-width: 1199px) {
.nav-pc{ width: 675px; text-align:center;}
.page-url ul{ width: 980px;}
.logo{ width:275px; float:left;}
.banner{position: relative;}
.ny-title{position: absolute; width: 980px; left: 52%; margin-left: -490px; bottom: 35%; color: #fff; font-size: 35px; font-weight: bold;}
.ny-title p{ font-size: 15px; line-height: 35px; text-align: left; }
.ny-title p a{color: #fff;}
.ny-title1{position: absolute; width: 980px; left: 52%; margin-left: -490px; bottom: 35%; color: #fff; font-size: 35px; font-weight: bold;}
.ny-title1 p{ font-size: 15px; line-height: 35px; text-align: left; }
.ny-title1 p a{color: #fff;}
.ny-title2{position: absolute; width: 980px; left: 52%; margin-left: -490px; bottom: 35%; color: #fff; font-size: 35px; font-weight: bold;}
.ny-title2 p{ font-size: 15px; line-height: 35px; text-align: left; }
.ny-title2 p a{color: #fff;}
.banner-bottom-box{background: #0168bf; }
.head-right{display: none;}
.page-top {
    position: absolute;
    width: 980px;
    left: 50%;
    margin-left: -490px;
    bottom: 0;
}
.about-bottom li {
    width: 33%;
    height: 180px;
    float: left;
    border-right: #e0e0e0 solid 1px;
    text-align: center;
}
.about-bottom {
    margin-top: 11px;
}
.youshi01-img{margin-top: -80px;}
.news-bt{ width: 300px; height: 300px; z-index: 111; background: #0190da; position: absolute; left: 15px; top: 0;}
.news-title{ margin-left: 40px; margin-top: 75px; font-size: 30px; font-weight: bold; color: #fff; }
.news-title p{font-size: 14px; text-transform: uppercase; font-weight: normal;}
.news-more{ margin-left: 40px; margin-top: 25px;}


}
 
/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 991px) {
.foot-dh{display: none;}
.mobile_nav {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    display: none;
    height: 100%;
    z-index: 110;
    background: rgba(0,0,0,0.3);
}
.hamburger {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 111;
}
.banner{position: relative;}
.head-right{display: none;}
.ny-title{position: absolute; width: 768px; left: 50%; margin-left: -359px; bottom: 35%; color: #fff; font-size: 35px; font-weight: bold;}
.ny-title p{ font-size: 15px; line-height: 35px; text-align: left; }
.ny-title p a{color: #fff;}
.ny-title1{position: absolute; width: 768px; left: 50%; margin-left: -359px; bottom: 35%; color: #fff; font-size: 35px; font-weight: bold;}
.ny-title1 p{ font-size: 15px; line-height: 35px; text-align: left; }
.ny-title1 p a{color: #fff;}
.ny-title2{position: absolute; width: 768px; left: 52%; margin-left: -359px; bottom: 35%; color: #fff; font-size: 35px; font-weight: bold;}
.ny-title2 p{ font-size: 15px; line-height: 35px; text-align: left; }
.ny-title2 p a{color: #fff;}
.banner-bottom-box{background: #0168bf; }
.banner-bottom li {
    height: 70px;
}
.banner-bottom li:nth-child(3) img{margin-left: 0;}
.page-top {
    position: absolute;
    width: 768px;
    left: 50%;
    margin-left: -359px;
    bottom: 0;
}
.page-url li {
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 15%;
    float: left;
    background: #0168bd;
    margin: 0 5px;
    padding: 0;
}
.page-url li a span {
    line-height: 50px;
    vertical-align: middle;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.about-bg {
    background: #f7f7f7;
    padding-top: 100px;
}
.about-bottom{margin-top: 40px;}
.about-img{display: none;}
.about-content{margin-top: 35px;}
.youshi01-img{margin-top: 40px;}
.youshi01-more{width: 35%;}
.mobile_nav>ul{ display: block;}
.mobile_nav>ul>li{ display: block;}
.mobile_nav {
  position: absolute;
  width: 100vw;
  right: 0;
  top: 200px;
  display: none;
  height: auto;
  z-index: 110;
  background:none;

}
.mobile_nav ul {
  width: 100%;
}
.mobile_nav ul li{ 
  height: auto;
  float: left;
  list-style: none;
  width: 33%; margin-right:0.33%; margin-bottom: 2px;
  line-height: 50px;
  text-align: center;
  transition: all 1s;
  background: rgba(0,0,0,0.5);
}

.mobile_nav ul li a span {
  color: #fff;
  transition: all 1s;
  display: block;
  width: 100%;
  font-size: 16px;
}
.mobile_nav ul li:hover {
  background: #0190da;
}
.mobile_nav ul li:hover a {
  color: #fff;
}
.hamburger {
  display: inline-block;
  position: absolute;
  right: 150px;
  top: 50px;
  z-index: 111;
}
.foot-ma{display: none;}
#copyright{ background: #414141; }
.about-top{width: 70%;}
.about-more{text-align: right;}
.news-bt{ width: auto; height: auto; padding: 20px 0; z-index: 111; background: #0190da; position: normal; left: 0; top: 0;}
.news-title{ margin-left: 40px;  font-size: 30px; font-weight: bold; color: #fff; }
.news-title p{font-size: 14px; text-transform: uppercase; font-weight: normal;}
.news-more{ margin-left: 40px; margin-top: 25px;}
.news-left-content li {
    overflow: hidden;
    height: 50px;
}
.news-right-con li{overflow: hidden;height: 85px;}
.new-title {
    overflow: hidden;
    height: 46px;
}













.pro-ahout{ height:  auto;}
.in-pro>div:last-child{ display: none;}
.page span{ display: inline-block; width: 100%;}
.newsList .lhfr p{ display: inline-block; width: 70%;}
#guestbook textarea,#guestbook input[type="text"]{width: 60%; min-width: 220px;}
.page-guestbook #guestbook  dt{ line-height:30px; width: 100%;}
.page-guestbook #guestbook  textarea{ width: 96%;}
.page span{ display: inline-block; width: 100%;}
.related-list li{ display: inline-block; width: 100%;}
.newsList .lhfr{ width: 644px; float: right;}
.mobile_nav  .menulevel{ position: static;}
.lh68{ display: block; z-index: 100;}

}

/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
.hamburger {
	display: inline-block;
	position: absolute;
	right: 40px;
	top: 45px;
	z-index: 111;
}
.nav-pc ul{  padding:0; overflow:hidden;}
.nav-pc li { height: auto;}
.mobile_nav>ul{ display: block;}
.mobile_nav>ul>li{ display: block;}
.mobile_nav {
	position: absolute;
	width: 100vw;
	right:0;
	top: 179px;
	display: none;
	height: auto;
	z-index: 110;
	background:none;

}
.mobile_nav ul {
	margin:0;
	width: 100%;
}
.mobile_nav ul li{ 
  float: left;
	list-style: none;
	width: 33%; 
  margin-right:0.33%;
  margin-bottom: 2px;
	line-height: 50px;
	text-align: center;
	transition: all 1s;
	background: rgba(0,0,0,0.5);
}
.mobile_nav ul li a span {
	color: #fff;
	transition: all 1s;
	display: block;
	width: 100%;
	font-size: 16px;
}
.mobile_nav ul li:hover {
	background: #0190da;
}
.mobile_nav ul li:hover a {
	color: #fff;
}
.mobile_nav  .menulevel{ position: static;}
.banner-bottom-box{background: #0168bf; }
.banner-bottom li {
    height: 70px;
    line-height: 50px;
}
.head-right{display: none;}
.banner-bottom li:nth-child(3) img{margin-left: 0;}
.foot-dh{display: none;}
.foot-ma{ display: none; }
.foot-ks{display: none;}
.foot-lx{border-right: none;}
.banner{position: relative;}
.ny-title{position: absolute; width: 95%; left: 5%; margin-left: 0; bottom: 70%; color: #fff; font-size: 20px; font-weight: bold;}
.ny-title p{ font-size: 15px; line-height: 35px; text-align: left; }
.ny-title p a{color: #fff;}
.ny-title1{position: absolute; width: 95%; left: 5%; margin-left: 0; bottom: 70%; color: #fff; font-size: 20px; font-weight: bold;}
.ny-title1 p{ font-size: 15px; line-height: 35px; text-align: left; }
.ny-title1 p a{color: #fff;}
.ny-title2{position: absolute; width: 95%; left: 5%; margin-left: 0; bottom: 73%; color: #fff; font-size: 18px; font-weight: bold;}
.ny-title2 p{ font-size: 13px; line-height: 35px; text-align: left; }
.ny-title2 p a{color: #fff;}
.picScroll-left{width: 100%;}
.product-content{width: 100%;}
.picScroll-left .bd{width: 100%}
.picScroll-left .bd li{ margin-left:0; line-height: 150px; height: auto; width: calc(100vw - 30px);}
.page-url li:hover { background: #d9e8f5; height: 50px; border-bottom: none;}
.page-url li:hover a span{ color: #0168bd; line-height: 50px;  font-size: 16px; font-weight: bold;}
.page-url li.lihover{ background: #d9e8f5; color: #0168bd; border:none; height: 50px;}
.page-url li.lihover a span{ color: #0168bd; font-size: 16px; line-height: 50px; }
.page-url ul{ display: table; padding: 0; margin: 0 auto;}
.page-url li{ display: inline-block; text-align: center; width: 46%; padding:0; margin: 15px 2% 0;}
.page-url li a:hover { border-bottom: none; height:50px; text-align: center;}
.page-url li.lihover a {
    border-bottom: none;
    color: #fff;
    height: 50px;
}
.page-top{height: auto!important; padding-bottom: 30px;}
.page-top-bg {
    background: #fff;
    height: 5px;
    margin-bottom: 25px;
}
.page-url ul{ width: 100%;}
.page-container {
    margin-top: 0;
}
.about-bg {
    background: #f7f7f7;
    padding-top: 100px;
}
.about-bottom{margin-top: 40px;}
.about-img{display: none;}
.about-content{margin-top: 35px;}
.about-bottom li{width: 33%;}
.youshi01-img{margin-top: 50px;}
.youshi01-img img{width: 100%;}
.youshi03-img{margin-top: 30px;}
.news-left{width: 100%;}
.news-right{width: 100%; margin-top: 50px;}
.hezuo-con li{width: 48%; float: left; margin-right: 1%; margin-bottom: 1%;}
.news-left-content li {
    width: 100%;
    margin-right: 4%;
    line-height: 50px;
}






#pro_info {
    margin-bottom: 50px;
}





.pic-img{height: 260px;}










.back{margin: 25px 0;  margin-left: 10px;}

.product-name{padding: 20px 0;}
.liyou-box {
    background: none;
}
.liyou-bt {
	width: 100%;
    font-size: 20px;
}
.liyou-bt span{font-size: 20px!important;}
.liyou-bt p{font-size: 12px;}
.product-box{margin-top: 20px;}
.new_pic{display: none;}
.news_con{height: 80px; overflow: hidden;	}
.proNav li span{height: 110px;}
.proNav li span img{height: 100%;}
.related_cp ul li{overflow: hidden;}
.picScroll-left .bd li{ margin-left:50px;}
.page-news li .text{padding-left: 0;}
.lhbdfr{width: 100%; float:none;}
.products-name>p>img{width: auto;}
}
 
/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {
.logo {
    width: 100%;
    padding: 25px 0;
}
.about-more{text-align: right;}
.nav-pc ul{  padding:0; overflow:hidden;}
.nav-pc li { height: auto;}
.hamburger {
	display: inline-block;
	position: absolute;
	right: 20px;
	top: 18px;
	z-index: 111;
}
.mobile_nav>ul{ display: block;}
.mobile_nav>ul>li{ display: block;}
.mobile_nav {
	position: absolute;
	width: 100vw;
	right: 0;
	top: 88px;
	display: none;
	height: auto;
	z-index: 110;
	background:none;

}
.mobile_nav ul {
	width: 100%;
}
.mobile_nav ul li{ float: left;
	list-style: none;
	width: 33%; margin-right:0.33%; margin-bottom: 2px;
	line-height: 40px;
	text-align: center;
	transition: all 1s;
	background: rgba(0,0,0,0.5);
}
.mobile_nav ul li a {
	color: #fff;
	transition: all 1s;
	display: block;
	width: 100%;
	font-size: 14px;
}
.mobile_nav ul li:hover {
	background: #f1f1f1;
}
.mobile_nav ul li:hover a {
	color: #000;
}

.banner-bottom li p {display: none;}
.banner-bottom li:nth-child(1) p{display: block;}
.banner-bottom li img{ margin-top: 0;}
.td{font-size: 20px; font-weight: bold; color: #fff;}
.td li p{font-size: 12px!important; display: none;}
.lxfs p{font-size: 9px!important; line-height: 24px; color: #fff;}
.head-right{display: none;}
.page-url li:hover { background: #d9e8f5; height: 50px; border-bottom: none;}
.page-url li:hover a span{ color: #0168bd; line-height: 50px;  font-size: 16px; font-weight: bold;}
.page-url li.lihover{ background: #d9e8f5; color: #0168bd; border:none; height: 50px;}
.page-url li.lihover a span{ color: #0168bd; font-size: 16px; line-height: 50px; }
.page-url ul{ display: table; padding: 0; margin: 0 auto;}
.page-url li{ display: inline-block; text-align: center; width: 45%; margin-top:15px; padding:0; }
.page-url li a:hover { border-bottom: none; height:50px; text-align: center;}
.page-url li.lihover a {
    border-bottom: none;
    color: #fff;
    height: 50px;
}
.youshi01-more{width: 40%;}
#pro_info {
    margin-bottom: 50px;
}



.about-more {display: none;}
.news-bt{ width: auto; height: auto; padding: 20px 0; z-index: 111; background: #0190da; position: normal; left: 0; top: 0;}
.news-title{ margin-left: 40px;  font-size: 30px; font-weight: bold; color: #fff; }
.news-title p{font-size: 14px; text-transform: uppercase; font-weight: normal;}
.news-more{ margin-left: 40px; margin-top: 25px;}
.logo img {
    max-width: 60%;
}
.ny-title{position: absolute; width: 95%; left: 5%; margin-left: 0; bottom: 20px; color: #fff; font-size: 18px; font-weight: bold;}
.ny-title1{position: absolute; width: 95%; left: 5%; margin-left: 0; bottom: 110px; color: #fff; font-size: 18px; font-weight: bold;}
.ny-title p{ font-size: 12px; line-height: 15px; text-align: left; font-weight: normal;}
.ny-title p a{color: #fff;}
.ny-title1 p{ font-size: 12px; line-height: 15px; text-align: left; }
.ny-title1 p a{color: #fff;}
.ny-title2{position: absolute; width: 95%; left: 5%; margin-left: 0; bottom: 75%; color: #fff; font-size: 18px; font-weight: bold;}
.ny-title2 p{ font-size: 12px; line-height: 35px; text-align: left; }
.ny-title2 p a{color: #fff;}
.picScroll-left{width: 100%; overflow: hidden;}
.product-content{width: 100%;}
.picScroll-left .bd{width: 100%}

.page-news li .img {
    padding: 0;
    overflow: hidden;
    height: auto;
}
.box li {
    position: relative;
    overflow: hidden;
    margin: 5px 0;
}
.picScroll-left .bd li{ margin-left:0; line-height: 150px; height: auto; width: calc(100vw - 30px);}
.picScroll-left .bd li a {
    display: block;
    height: 280px;
}
.span-name{width: 44%;}
.products-content {
    margin-top: 55px;
    margin-bottom: 55px;
}
.honor {
    margin-top: 65px;
    margin-bottom: 20px;
}
.photos span{  display: block; text-align:center; height: auto; width: auto; overflow: hidden;}
  .photos span img{ height: 200px;}
.video-width{width: 100%; height: auto;}
}