

@font-face {
	font-family: 'font1';
	src: url('http://www.ssdzscl.com/fonts/politicaregular.ttf');
}

@font-face {
	font-family: 'font2';
	src: url('http://www.ssdzscl.com/fonts/Oswald-Medium.ttf');
}

@font-face {
	font-family: 'font3';
	src: url('http://www.ssdzscl.com/fonts/akrobat-regular.ttf');
}

@font-face {
	font-family: 'font4';
	src: url('http://www.ssdzscl.com/fonts/Oswald-ExtraLight.ttf');
}

@font-face {
	font-family: 'font5';
	src: url('http://www.ssdzscl.com/fonts/AgencyFB.ttf');
}
/* CSS Document */
html{color:#333;background:#fff}
* {
	transition: all 0.3s ease-in-out;
}
body,div,p,h1,h2,h3,h4,h5,h6,img,ul,li,a,strong,dl,dt,dd,input,textarea{
    margin:0;
    padding:0;
    list-style:none;
    border:0;
    text-decoration:none;
    font-family:"microsoft yahei";
    font-weight: normal;
    font-size:14px;
}
table{border-collapse:collapse;border-spacing:0}
a{ text-decoration:none;}
a:hover{text-decoration: none !important;}
a:focus {text-decoration: none!important;}
fieldset,img{border:0}
ol,ul{list-style:none}
.w-100{width:100%; height:auto; overflow:hidden;}
.w-1260{width:1260px; margin:0 auto; overflow:hidden;}
.w-1260-1{width:1260px; margin:0 auto;}
.fl{ float:left;}
.fr{ float:right;}
.clear{ clear:both;}
.mt-10{ margin-top:10px;}
.mt-15{ margin-top:15px;}
.mt-20{ margin-top:20px;}
.mt-30{ margin-top:30px;}
.mt-35{ margin-top:35px;}
.mt-40{ margin-top:40px;}
.mt-50{ margin-top:55px;}
.mt-60{ margin-top:60px;}
.mt-65{ margin-top:65px;}
.mt-70{ margin-top:60px;}
.mt-80{ margin-top:80px;}
.mt-90{ margin-top:90px;}
.mt-100{ margin-top:100px;}
.mt-130{margin-top: 130px;}
.t-align-c{ text-align:center;}
.clearfix:after {content:""; display: block; clear:both; }

.margin0{margin:0 0px;}
.margin3{margin:0 3px;}
.margin5{margin:0 5px;}
.margin8{margin:0 8px;}
.margin-20{margin:0 -20px;}
.padding0{padding:0px;}
.padding3{padding:0 3px;}
.padding8{padding:0 8px;}
.padding-8{padding-right: 3px;padding-left:3px;}
.padding-15{padding:0 -15px !important;}
.padding0-sm15{padding:0px;}
.padding6{padding:6px;}
.padding15-8{padding:15;}
.case-padding{padding:5px;}
#w-70{margin:0 auto;width: 70%;}
#w-90{margin:0 auto;width: 90%;}
#w-80{margin:0 auto;width: 80%;}
#pro-w{margin:0 auto;width: 80%;}
#w-1260 {
	margin: 0 auto;
	width: 1300px;
	overflow: hidden;
}

#w-1260-1 {
	margin: 0 auto;
	width: 1300px;
}
/*====================top====================*/


/*导航*/
.pc-menu-bg {
	width: 100%;
	background-color: #277bd1;
	height: auto;
}

.header-nav {
	padding: 40px 0px;
	position: relative;
	z-index: 11111111;
	text-align: center;
}
.header-nav ul{
	text-align: center;
}

.header-nav .nav-list>li {
	/*float:left;*/
	padding: 5px 0;
	position: relative;
	display: inline-block;
	border-radius: 5px;
}

.header-nav .nav-list>li:hover {
	background-color: #da1f1a;
}

.header-nav .nav-list>li>a {
	padding: 0 15px;
	font-size: 16px;
	position: relative;
	color: #131313;
}

.header-nav .nav-list>li:hover>a {
	color: #fff;
}

/* .header-nav li.active>a,.header-nav .nav-list>li>a:hover{color:#f6ff00;} */
.header-nav li.active {
	background-color: #da1f1a;
}

.header-nav li.active a {
	color: #fff;
}

.header-nav .nav-list>li>a:after {
	content: '';
	position: absolute;
	right: 0px;
	width: 1px;
	height: 10px;
	background-color: #ddd;
	top: 50%;
	margin-top: -5px;
	/*margin-left:25px;*/
}

.header-nav .nav-list>li:hover>a:after {
	display: none;
}

.header-nav .nav-list>li:last-child>a:after {
	display: none;
}

.header-nav .header-contact {
	margin-top: 32px;
	no-repeat left center;
	padding-left: 42px;
}

.header-nav .header-contact>p {
	color: #444;
	font-size: 14px;
	margin-bottom: 0;
	line-height: 18px;
}

.header-nav .header-contact>.fr p:first-child {
	font-size: 12px;
	color: #bbb;
	line-height: 12px;
}

.top-icon {
	width: 12px;
	height: 12px;
	position: absolute;
	margin-left: -18px;
	vertical-align: middle;
	margin-top: 6px;
}

.icon-follow {
	background: url("http://www.ssdzscl.com/css1/img/top_icons2.png") no-repeat left center;
}

.icon-global {
	background: url("http://www.ssdzscl.com/css1/img/top_icons3.png") no-repeat left center;
}

.dropdown-menu {
	border-radius: 0;
	margin-top: 0;
	border-top-color: #ddd;
	min-width: auto;
	display: block;
	display: none\9;
	display: block\9\0;
	-webkit-transform: scale(1.2, 0);
	transform: scale(1.2, 0);
	opacity: 0;
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: all .2s ease-out;
	-webkit-transition: -webkit-all .2s ease-out;
	transition: -webkit-all .2s ease-out;
	transition: all .2s ease-out;
	transition: all .2s ease-out, -webkit-all .2s ease-out;
	-webkit-box-shadow: 0px 5px 8px rgba(102, 102, 102, 0.35);
	box-shadow: 0px 5px 8px rgba(102, 102, 102, 0.35);
	padding: 17px 26px;
}

.dropdown-menu>li:not(:last-child) {
	border-bottom: 1px solid #d7d7d7;
}

.dropdown-menu>li>a {
	padding: 5px 17px;
	font-size: 14px;
	line-height: 28px;
	color: #333 !important;
}

.dropdown-menu>li>a:hover {
	color: #da1f1a;
	background-color: transparent;
}

.dropdown-active {
	display: block\9;
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
	opacity: 1;
}

.chanpin_list_wrap {
	-webkit-transition: all .2s ease-out;
	-webkit-transition: -webkit-all .2s ease-out;
	transition: -webkit-all .2s ease-out;
	transition: all .2s ease-out;
	transition: all .2s ease-out, -webkit-all .2s ease-out;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	position: absolute;
	z-index: 99;
	left: 0;
	right: 0;
	top: 97px;
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 22px;
}

.chanpin_list_wrap .chanpin_list {
	/* margin:0 15px; */
	text-align: center;
}

.chanpin_list_wrap .chanpin_list h3 {
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
	color: #333;
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: bold;
}

.chanpin_list_wrap ul {
	padding-left: 0;
}

.chanpin_list_wrap ul li {
	line-height: 24px;
}

.chanpin_list_wrap ul li .pro_list_item a {
	color: #999;
	font-size: 14px;
	margin: 0 10px 14px;
	line-height: 14px;
	display: inline-block;
}

.chanpin_list_wrap ul li .pro_list_item a.active {
	color: #FF9900
}

.chanpin_list_wrap li span {
	color: #3671CF;
	width: 80px;
	border-right: 1px solid #e4e4e4;
	line-height: 14px;
	margin-right: 15px;
	float: left;
}

.chanpin_list_wrap li a {
	color: #777;
}

.chanpin_list_wrap li a:hover {
	color: #f90;
}

.chanpin_list_wrap li span>a {
	color: inherit;
}

.chanpin_list_wrap li span>a:hover {
	color: inherit;
}

.chanpin_list_wrap .pro_list_item {
	overflow: hidden;
}

.hide {
	display: none;
}
/*====================menu====================*/
.menu-bg {
	width: 100%;
	height: auto;
}

.pc-menu li {
	position: relative;
	z-index: 200;
	float: left;
	width: 11%;
	padding: 0px 0.1% 0px 0.1%;
	color: #222222;
	list-style: none;
	transition: all 0.3s ease-out;
}

.pc-menu-bg1 {
	/*  background: url(../Img/menu-bg1.png) top right no-repeat;*/
}

.pc-menu-bg1:hover {
	background: none;
}

.pc-menu li:hover {
	/* background-color: #fd5f20;*/
}

.pc-menu li a {
	position: absolute;
	z-index: 1000;
	display: block;
	height: 150px;
	line-height: 150px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	text-align: center;
	text-transform: capitalize;
	position: relative;
}

.pc-menu li:hover a {
	color: #fff;
}

.pc-menu li .active {
	background-color: #ff3131;
	color: #fff !important;
}

.pc-menu li:after {
	position: absolute;
	left: 50%;
	top: 0px;
	z-index: 10;
	background: url(http://www.ssdzscl.com/images/menu-bg.png) repeat-x #ff3131;
	background-position: 50px 50px;
	content: "";
	height: 150px;
	transition: all 0.4s ease 0s;
	width: 0%;
}

.pc-menu li:hover:after {
	width: 100%;
	left: 0px;
	background-position: 0px 0px;
}

.pc-menu li ul {
	position: absolute;
	top: 150px;
	left: 0px;
	z-index: 111111111;
	z-index: 1000;
	margin: 0px;
	margin-left: 0px;
	padding: 15px 15px 30px 15px;
	/* width:230px;*/
	display: none;
	background-color: #fff;
	overflow: hidden;
}

.pc-menu li ul a {
	display: block;
	margin: 0 auto;
	padding: 0px;
	height: 30px;
	font-size: 15px;
	color: #333 !important;
	text-align: center;
	line-height: 30px;
	text-decoration: none;
	border-bottom: 1px solid #d7d7d7;
}

.pc-menu li ul a:hover {
	color: #ee0f0f !important;
}

.pc-menu li ul a:hover:after {
	content: "";
	height: 0px;
	left: 0;
	position: absolute;
	transition: all 0.2s ease 0s;
	width: 0%;
}

.topline {
	border-top: 5px solid #ef0f12;
}

/*====================手机站menu====================*/
.ph-menu {
  display: block;
  width: 100%;
  padding: 10px 0px;
  font-size: 14px;
  color: #333;
  text-align: center;
}

.iphone {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
}

.iphone-tit {
  padding: 10px 0px;
  width: 100%;
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
}

.iphone__screen {
  position: fixed;
  z-index: 100000000;
  top: 0px;
  left: 0px;
  width: 100%;
  /*height:100%;*/
  overflow: hidden;
}

.iphone__content {
  position: relative;
  width: 100%;
  height: 100%;
}

.nav {
  position: absolute;
  z-index: 100;
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav--active .nav {
  opacity: 1;
  background-color: #333;
}

.nav__list {
  margin: 0;
  padding: 10px;
  padding-top: 30px;
}

.nav__item {
  margin: 0 auto;
  width: 90%;
  padding: 7px;
  list-style-type: none;
  text-align: left;
}

.nav__item:after {
  content: '';
  display: block;
  position: relative;
  bottom: -8px;
  width: 50%;
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.nav__link {
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  color: #FFFFFF;
  opacity: 1;
  -webkit-transition: opacity 300ms ease-in-out;
  transition: opacity 300ms ease-in-out;
}

.nav__trigger {
  display: block;
  position: relative;
  z-index: 111111;
  position: fixed;
  top: 20px;
  right: 19px;
  padding: 10px;
  padding-bottom: 15px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 8px;
}

.nav--active .nav__trigger {
  opacity: 0.5;
}

.nav__icon {
  display: inline-block;
  position: relative;
  width: 30px;
  height: 5px;
  background-color: #FFFFFF;
  -webkit-transition-property: background-color, -webkit-transform;
  transition-property: background-color, -webkit-transform;
  transition-property: background-color, transform;
  transition-property: background-color, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav__icon:before,
.nav__icon:after {
  content: '';
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  background: #FFFFFF;
  -webkit-transition-property: margin, -webkit-transform;
  transition-property: margin, -webkit-transform;
  transition-property: margin, transform;
  transition-property: margin, transform, -webkit-transform;
  -webkit-transition-duration: 300ms;
  transition-duration: 300ms;
}

.nav__icon:before {
  margin-top: -10px;
}

.nav__icon:after {
  margin-top: 10px;
}


/*====================手机站menu2====================*/
.ph-menu2 {
  height: auto;
  padding: 5px;
  background-color: #2c2c2c;
  overflow: hidden;
}

.ph-menu2 li {
  float: left;
  width: 25%;
  height: auto;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -ms-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}

.ph-menu2 li a {
  display: block;
  margin: 2px auto;
  padding: 6px 0px;
  width: 96%;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
}

/*====================手机站 end menu2====================*/

/* 样式一*/
.style-1 .nav {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  width: 100%;
  height: 100%;
}

.style-1 .nav--active {
  height: 100%;
}

.style-1 .nav__link {
  opacity: 0;
  -webkit-transition-delay: 500ms;
  transition-delay: 500ms;
}

.style-1 .nav--active .nav__link {
  opacity: 1;
}

.style-1 .nav--active .nav {
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.style-1 .nav--active .nav__icon {
  background: rgba(0, 0, 0, 0);
}

.style-1 .nav--active .nav__icon:before {
  margin-top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.style-1 .nav--active .nav__icon:after {
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*====================end手机站menu====================*/
.hy-logo{
  margin-top: 0px;
}
/*====================top====================*/
.top-w {
	width: 100%;
	background: url(../image/top-bg.html) top center repeat-x;
}

.lsd-logo img {
	display: block;
}

/*hot-search*/
.h-hot {
	position: absolute;
	z-index: 11111111;
	bottom: -50px;
	width: 100%;

}

.h-hot-nr {
	display: block;
	height: 90px;
	padding: 30px;
	background-color: #fff;
	box-shadow: 5px 5px 10px #efefef;
}

.h-hot-l {
	float: left;
	width: 60%;
	text-align: left;
	overflow: hidden;
}

.h-hot-l .tua {
	float: left;
	width: 98px;
}

.h-hot-l .hot-nr {
	padding-top: 4px;
	padding-left: 15px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	overflow: hidden;
}

.h-hot-l .hot-nr p {
	font-size: 17px;
	font-weight: bold;
	vertical-align: middle;
	float: left;
	color: #333;
}

.h-hot-l .hot-nr a {
	display: inline-block;
	margin-top: 3px;
	padding: 0px 10px;
	float: left;
	font-size: 14px;
	color: #333;
	vertical-align: middle;
}

.h-hot-r {
	float: right;
	width: 25%;
}

.xm-search {
	background-color: #f2f2f2;
	width: 100%;
	height: 32px;
	border-radius: 30px;
	overflow: hidden;
}

.input1 {
	padding: 15px 0px;
	padding-left: 20px;
	width: 236px;
	height: 32px;
	font-size: 14px;
	color: #666;
	background-color: #f2f2f2;
	line-height: 32px;
}

.input2 {
	float: right;
	margin-right: 15px;
	width: 29px;
	height: 32px;
	background: url(../image/search.html);
}

.search-w {
	background-color: #2b323a;
	width: 100%;
	height: 58px;
}
/*end hot-search*/
/*====================title====================*/
 /*分类*/
.gl-proc{
    padding:15px 0px;
    text-align: center;
  }
  .gl-proc li{
  	width: 13%;
  	margin:0.5%;
    display: inline-block;
    text-align: -webkit-match-parent;
  }
  .gl-proc li a{
  	display: block;
    font-size: 17px;
    padding: 8px 8px;
    color: #fff;
    background-color: #da1f1a;
    border-radius: 3px;
    transition: all 0.5s;
    text-align: center;
  }
  .gl-proc li:hover a{
    background-color: #333;
    color: #fff;
  }
  .h-proc1-hover{
    background-color: #333 !important;
    color: #fff !important;
  }
/*标题*/
.tit01 {
	width: 100%;
	position: relative;
	text-align: center;
}

.tit01 .cont-tit {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 100%;
	text-align: center;
	overflow: hidden;

}

.tit01 .cont-tit h2 {
	display: block;
	text-align: center;
	font-size: 72px;
	color: #da1f1a;
	font-weight: bold;
	overflow: hidden;
}

.tit01 .cont-tit h2 .zia {
	display: inline-block;
	font-size: 72px;
	color: #1e7f84;
	vertical-align: middle;
}

.tit01 .cont-tit h2 .zib {
	display: inline-block;
	margin-top: -15px;
	margin-left: 6px;
	width: 28px;
	font-size: 24px;
	color: #000;
	font-weight: bold;
	vertical-align: middle;
}

.tit01 p {
	display: block;
	font-size: 104px;
	color: #f2f2f2;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0px;
}

.tit01 span {
	display: inline-block;
	margin: 0 auto;
	margin-top: 15px;
	background-color: #da1f1a;
	padding: 3px 15px;
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
}

.tit01 .linea {
	display: block;
	margin: 0 auto;
	width: 25px;
	height: 3px;
	margin-top: 18px;
	background-color: #277bd1;
}

.h-fenlei-w {
	width: 100%;
	height: 1059px;
	background: url(../image/h-fenlei-w.html) top center no-repeat;
	overflow: hidden;
}

.h-pro-js {}

.h-pro-js h2 {
	display: block;
	font-weight: bold;
	font-size: 38px;
	color: #01979f;
}

.h-pro-js p {
	display: block;
	width: 320px;
	margin-top: 28px;
	font-size: 16px;
	color: #313131;
	line-height: 220%;
}

.h-pro-js a {
	display: inline-block;
	margin-top: 28px;
	padding: 13px 54px;
	background-color: #1a8085;
	font-size: 16px;
	color: #fff;
}

.h-pro-td {
	margin-top: 45px;
}

.h-pro-td li {
	float: left;
	margin-bottom: 20px;
	margin-right: 2%;
	width: 46%;
}

.h-pro-td li img {
	float: left;
	display: inline-block;
}

.h-pro-td li p {
	display: inline-block;
	margin-left: 10px;
	padding: 5px 20px;
	font-size: 23px;
	color: #fff;
	background-color: #71c122;
	border-radius: 5px;
}

.pro-tj {
	text-align: center;
}

.pro-tj li {
	display: inline-block;
	margin: 2%;
	width: 45%;
	border: 1px solid #fff;
	overflow: hidden;
}

.pro-tj li img {
	width: 100%;
}

.pro-fenlei-p {
	padding: 6px;
}

.pro-fenlei {
	border: 1px solid #fff;
}

.pro-fenlei .tua {
	overflow: hidden;
}

.pro-fenlei .tua img {
	width: 100%;
}

.pro-fenlei .biaoti {
	padding: 15px 0px;
	background-color: #fff;
	overflow: hidden;
}

.pro-fenlei .biaoti h3 {
	display: block;
	text-align: center;
	font-size: 20px;
	color: #1a8085;
	font-weight: bold;
	letter-spacing: 2px;
}

.pro-fenlei .biaoti a {
	display: block;
	margin-top: 15px;
	text-align: center;
	font-size: 15px;
	color: #aaa9a5;
}

/*分类*/
.pro-w {
	padding-bottom: 20px;
	width: 100%;
	height: auto;
	background: url(http://www.ssdzscl.com/images/bg-pro.jpg);
	overflow: hidden;
}

.proc-tit {
	width: 100%;
	padding: 35px 0px;
	text-align: center;
	background-color: #277bd1;
	overflow: hidden;
}

.proc-tit img {
	display: inline-block;
	vertical-align: middle;
}

.proc-tit .proc-nr {
	display: inline-block;
	vertical-align: middle;
}

.proc-tit .proc-nr h2 {
	font-size: 24px;
	color: #fff;
	font-weight: bold;
}

.proc-tit .proc-nr p {
	font-size: 17px;
	color: #fff;
	text-transform: uppercase;
}

.kw-proc {
	margin-top: 12px;
}

.kw-proc li {
	padding: 15px 0px;
	border-bottom: 1px solid #e1e1e1;
	overflow: hidden;
}

.kw-proc li:hover {
	background-color: #277bd1;
}

.kw-proc li a {
	margin-right: 44px;
	margin-left: 34px;
	font-size: 16px;
	color: #000;
}

.kw-proc li .r-pc {
	width: 44px;
	float: right;
	font-size: 16px;
	color: #cdcdcd;
}

.kw-proc li:hover a,
.kw-proc li:hover .r-pc {
	color: #fff;
}

.kw-proc-more a {
	display: inline-block;
	margin-top: 15px;
	padding: 8px 20px;
	border: 1px solid #e1e1e1;
	color: #000;
	font-size: 15px;
	text-align: center;
}

.kw-proc-more a:hover {
	background-color: #277bd1;
	color: #fff;
}

/*产品列表*/
.pro-padd {
	padding: 8px;
}

.auto-pro1 {
	margin-bottom: 15px;
	padding: 8px;
	border: 1px solid #dcdcdc;
	box-sizing: border-box;
	transition: all 0.3s ease-out;
}

.auto-pro1:hover {
	border: 1px solid #da1f1a;
	box-shadow: 2px 2px 25px #ddc6c6;
}

.auto-pro1 .tu1 {
	width: 100%;
	overflow: hidden;
}

.auto-pro1 .tu1 img {
	width: 100%;
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.auto-pro1:hover .tu1 img {
	transition: all 0.5s ease-out;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
}

.auto-pro1 a h3 {
	display: block;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 5px;
	font-size: 21px;
	color: #212121;
	text-align: center;
	font-weight: bold;
}

.auto-pro1:hover a h3 {
	color: #da1f1a;
}

.auto-pro1 .linea {
	margin: 2px auto;
	width: 40px;
	height: 3px;
	background-color: #da1f1a;
	display: none;
}

.auto-pro1 p {
	display: none;
	padding: 8px;
	font-size: 15px;
	color: #000000;
	text-align: center;
	transition: all 0.3s ease-out;
}

.auto-pro1:hover p {
	color: #333;
	/* background-color: #333; */
}

/*end 产品列表*/
/*简介*/
.about-w {
	width: 100%;
	height: 1100px;
	background: url(../images/about-w.jpg) bottom center no-repeat;
	overflow: hidden;
}

.about-l-tit {
	margin-top: 75px;
	text-align: center;
}

.about-l-tit h2 strong {
	display: block;
	text-align: center;
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 3px;
}

.about-l-tit p {
	display: block;
	margin-top: 26px;
	text-align: center;
	font-size: 29px;
	color: #fff;
	letter-spacing: 5px;
}

.about-nr {
	display: block;
	margin-top: 40px;
	padding: 60px;
	border-radius: 15px;
	background-color: #fff;
	overflow: hidden;
}

.about-nr-l {
	float: left;
	padding-right: 2%;
	width: 60%;
	border-right: 1px solid #e1ebed;
}

.about-jj-tit {}

.about-jj-tit img {
	display: inline-block;
	vertical-align: bottom;
}

.about-jj-tit h3 {
	display: inline-block;
	font-size: 25px;
	color: #3e3e3e;
	font-weight: bold;
	vertical-align: bottom;
}

.about-jj-con {
	margin-top: 20px;
	width: 100%;
	height: 260px;
	font-size: 15px;
	color: #3a3a3a;
	line-height: 220%;
	overflow: hidden;
}

.about-jj-con p,
.about-jj-con p strong,
.about-jj-con p a {
	font-size: 15px;
	color: #3a3a3a;
	line-height: 220%;
}

.about-more a {
	display: inline-block;
	margin-top: 20px;
	padding: 5px 40px;
	border: 1px solid #d61f1d;
	font-size: 16px;
	color: #d61f1d;
}

.about-more a:hover {
	background-color: #d61f1d;
	color: #fff;
}

.about-nr-r {
	float: right;
	width: 38%;
}

.about-nr-r img {
	display: block;
}

.about-nr-r .conta {
	padding: 15px 0px;
}

.about-nr-r .conta p {
	display: block;
	font-weight: bold;
	font-size: 20px;
	color: #da1f1a;
	line-height: 190%;
}

.about-nr-r .conta p span {
	font-size: 20px;
	color: #4c4c4c;
}

.about-list {
	background-color: #fff;
	padding: 35px 10px;
	text-align: center;
	overflow: hidden;
	margin-bottom:10px;
}

.about-list img {
	display: inline-block;
	vertical-align: middle;
}

.about-list p {
	display: inline-block;
	font-size: 34px;
	color: #343434;
	font-weight: bold;
	line-height: 20px;
	vertical-align: middle;
	text-align: left;
}

.about-list p span {
	font-size: 12px;
	color: #7c7c7c;
}

/*定制*/
.dz-tit-phont {
	margin-top: 15px;
	float: right;
	padding: 0px 10px;
	width: 232px;
	background-color: #eb6100;
	border-radius: 30px;
	text-align: center;
	box-shadow: 0px 0px 10px #7d7d7d;
}

.dz-tit-phont img {
	display: inline-block;
	vertical-align: middle;
}

.dz-tit-phont p {
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
}

.dz-tit {
	margin-right: 300px;
}

.dz-tit h2 {
	display: block;
	font-size: 30px;
	color: #000;
	font-weight: bold;
}

.dz-tit h2 font {
	font-size: 30px;
	color: #d61f1d;
	font-weight: bold;
}

.dz-tit p {
	display: block;
	margin-top: 10px;
	font-size: 19px;
	color: #000;
}

.dz-w {
	padding: 40px 0px;
	width: 100%;
	background: url(../images/bgb.jpg);
	overflow: hidden;

}

.dz-list {
	text-align: center;
}

.dz-list li {
	display: inline-block;
	padding: 40px 0px;
	margin: 1%;
	width: 12%;
	text-align: center;
	vertical-align: middle;
}

.dz-list li:hover {
	background-color: #ef7c00;
}


.dz-list li p {
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 24px;
	color: #2d2d2d;
	font-weight: bold;
}

.dz-list li span {
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 17px;
	color: #2d2d2d;
}

.dz-list li:hover p,
.dz-list li:hover span,
.dz-list li:first-child p,
.dz-list li:first-child span {
	color: #fff;
}

.dz-list .jiantou {
	display: inline-block;
	width: 24px;
	vertical-align: middle;
}

.dz-list li:first-child {
	background-color: #ef7c00;
}

.dz-list li .dz-list-bg1 {
	height: 48px;
	width: 100%;
	background: url(../images/ys-tu1-2.png) top center no-repeat;
}

.dz-list li .dz-list-bg2 {
	height: 48px;
	width: 100%;
	background: url(../images/ys-tu2.png) top center no-repeat;
}

.dz-list li:hover .dz-list-bg2 {
	background: url(../images/ys-tu2-2.png) top center no-repeat;
}

.dz-list li .dz-list-bg3 {
	height: 48px;
	width: 100%;
	background: url(../images/ys-tu3.png) top center no-repeat;
}

.dz-list li:hover .dz-list-bg3 {
	background: url(../images/ys-tu3-2.png) top center no-repeat;
}

.dz-list li .dz-list-bg4 {
	height: 48px;
	width: 100%;
	background: url(../images/ys-tu4.png) top center no-repeat;
}

.dz-list li:hover .dz-list-bg4 {
	background: url(../images/ys-tu4-2.png) top center no-repeat;
}

.dz-list li .dz-list-bg5 {
	height: 48px;
	width: 100%;
	background: url(../images/ys-tu5.png) top center no-repeat;
}

.dz-list li:hover .dz-list-bg5 {
	background: url(../images/ys-tu5-2.png) top center no-repeat;
}

.dz-list li .dz-list-bg6 {
	height: 48px;
	width: 100%;
	background: url(../images/ys-tu6.png) top center no-repeat;
}

.dz-list li:hover .dz-list-bg6 {
	background: url(../images/ys-tu6-2.png) top center no-repeat;
}

/*优势*/
.ys-w {
	width: 100%;
	height: 725px;
	background: url(../images/ys-tu.jpg) top right no-repeat;
}

.ys-list {
	float: right;
	width: 95%;
}

.ys-list li {
	border-bottom: 1px solid #eeeeee;
	overflow: hidden;
}

.ys-list li .num {
	display: inline-block;
	width: 120px;
	height: 120px;
	text-align: center;
	font-size: 69px;
	line-height: 130px;
	color: #fff;
	font-family: "font5";
}

.ys-list li .nra {
	display: inline-block;
	padding: 10px 0px;
	margin-left: 39px;
	width: 60%;
}

.ys-list li .nra p {
	display: block;
	font-size: 26px;
	color: #303030;
	font-weight: bold;
}

.ys-list li .nra span {
	display: block;
	margin-top: 5px;
	font-size: 18px;
	color: #303030;
	line-height: 100%;
}

/*案例*/
.case-tit {
	padding: 10px;
}

.case-tit .zia {
	display: block;
	text-align: center;
	font-size: 16px;
	color: #565656;
}

.case-tit h2 {
	display: block;
	margin-top: 10px;
	font-size: 40px;
	color: #353535;
	font-weight: bold;
	text-align: center;
}

.case-tit h2 font {
	padding-left: 20px;
	font-size: 40px;
	color: #ef7c00;
	font-weight: bold;
}

.case-tit .zic {
	margin-top: 17px;
	display: block;
	font-size: 21px;
	color: #565656;
	text-align: center;
}

.case-padd {
	padding: 8px;
}

.case-list {
	width: 100%;
	position: relative;
}

.case-list .tua {
	width: 100%;
	overflow: hidden;
}

.case-list .tua img {
	width: 100%;
	transition: all 0.5s ease-out;
  -webkit-transform: scale(1, 1); 
     -moz-transform: scale(1, 1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out; 
}

.case-list:hover .tua img{
	transition: all 0.5s ease-out;
  -webkit-transform: scale(1.1, 1.1); 
     -moz-transform: scale(1.1, 1.1); 
  -webkit-transition: all 0.5s ease-out; 
     -moz-transition: all 0.5s ease-out;
}

.case-list .nr-tit {
	position: absolute;
	bottom: 0px;
	left: 0px;
	padding: 6% 5%;
	width: 100%;
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}

.case-list .nr-tit .tit-l {
	float: left;
	width: 60%;
}

.case-list .nr-tit .tit-l a h3 {
	display: block;
	font-size: 25px;
	color: #fff;
	font-weight: bold;
}

.case-list .nr-tit .tit-l p {
	display: block;
	margin-top: 13px;
	font-size: 17px;
	color: #9d9b9a;
}

.case-list .nr-tit .tit-r .morea a {
	float: right;
	display: block;
	margin-top: 15px;
	padding: 7px 17px;
	font-size: 15px;
	color: #fff;
	border: 1px solid #fff;
}

/*新闻*/
.h-news-w {
	padding: 15px 0px;
	background-color: #fafafa;
	overflow: hidden;
}

.h-news {}

.h-news .tua {
	width: 100%;
	overflow: hidden;
}

.h-news .tua img {
	width: 100%;
}

.h-news:hover .tua img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
}

.h-news .news-nr {
	position: relative;
	z-index: 10;
	padding: 10px 0px 20px 0px;
	margin: 0 auto;
	margin-top: -50px;
	width: 80%;
	height: auto;
	overflow: hidden;
	background-color: #fff;
	border-bottom: 3px solid #efefef;
	/* box-shadow: 0px 0px 15px #efefef; */
}

.h-news .news-nr .datea {
	padding: 5%;
}

.h-news .news-nr .datea .zia {
	display: block;
	text-align: center;
	font-size: 41px;
	color: #080101;
	font-weight: bold;
}

.h-news .news-nr .datea .zib {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #bfbfbf;
	font-weight: bold;
}

.h-news .news-nr .news-cont a h3 {
	display: block;
	padding: 0px 8% 15px 8%;
	text-align: center;
	font-size: 18px;
	color: #333;
	font-weight: bold;
	line-height: 170%;
}

.h-news .news-nr .news-cont p {
	display: block;
	height: 55px;
	padding: 5px 8% 15px 8%;
	text-align: center;
	font-size: 15px;
	color: #c3c3c3;
	line-height: 170%;
	overflow: hidden;
}

.h-news .news-nr .morea a {
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	padding: 8px 0px;
	width: 40%;
	font-size: 15px;
	color: #999;
	text-align: center;
	border: 1px solid #efefef;
}

.h-news:hover .news-nr .morea a {
	background-color: #da1f1a;
	width: 100%;
	color: #fff;
}

 
 /*====================end middle====================*/


/*====================foot====================*/
.link-w {
	width: 100%;
	padding: 33px 0px;
	background-color: #303030;
}

.foot-link {
	width: 100%;
}

.foot-link img {
	display: inline-block;
	vertical-align: middle;
}

.foot-link a {
	display: inline-block;
	padding-right: 15px;
	font-size: 15px;
	color: #fff;
	vertical-align: middle;
}
.foot-w{
	background-color: #232323;
	padding-top: 50px;
}
.foot-la{
	margin-right: 5%;
	border-right:1px solid #383838;
	overflow: hidden;
}
.foot-la li{
	float: left;
}
.foot-la li a{
	display: block;
	margin-bottom: 8px;
	font-size: 15px;
	color: #979797;
}

.foot-tit h3{
	display: block;
	margin-bottom: 35px;
	font-size: 20px;color: #fff;
}
.foot-la li:first-child{
	width: 45%;
}
.foot-la li:nth-child(2){
	width: 45%;
}

.foot-cont{
	width: 90%;
	margin:0 auto;
	border-right:1px solid #383838;
	height: 290px;
	overflow: hidden;
}
.foot-cont p{
	display: block;
	font-size: 15px;
	color: #979797;
	line-height: 150%;
}
.foot-ewm{
	width: 100%;
	margin:0 auto;
	text-align: center;
}
.foot-ewm li{
	display: inline-block;
	width: 45%;
	margin:0px 2%;
}
.foot-ewm li img{
	display: block;
	margin:0 auto;
}
.foot-ewm li p{
	display: block;
	padding:10px;
	text-align: center;
	font-size: 15px;
	color: #979797;
}

.foot-bq{
	width: 100%;
	padding:22px 0px;
	border-top:1px solid #383838;
	text-align: center;
	font-size: 15px;
	color: #979797;
}
.foot-bq p img{
	display: inline-block;
	vertical-align: middle;
}
.foot-bq p,
.foot-bq p a,
.foot-bq p strong{
	text-align: center;
	font-size: 15px;
	color: #979797;
}


/*内页*/
.jt-ny-tit{
  position: relative;
  height: 480px;
}
.jt-ny-tit h2{
  position: absolute;
  bottom:0px;
  left:0px;
  width: 200px;
  height: 50px;
  background-color: #f60e0e;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 26px;
}

/*手机样式*/
  /*优势*/

/*返回顶部*/
.to-top { position: relative; z-index: 11111111111; display: none; padding: 5px 10px; color: #fff !important; background-color: #f50;}
.to-top:visited { color: #fff;}
/*end手机样式*/

@media only screen and (max-width: 1400px){
#w-80{width: 95%;}
#w-90{width: 95%;}
.top-bt-phone .top-bt h2,.top-bt-phone .top-bt .zia{font-size: 20px;}
.top-bt-phone h3{font-size: 15px;}
.lsd-logo img{width: 100%;}
.top-phonea img{width: 100%;}

}

@media only screen and (max-width: 1260px){
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  #w-90{width: 100%;}
  #w-80{width: 100%;}
  #w-70{width: 100%;}
  #pro-w{width: 100%;}
  .padding0-sm15{padding:0px 15px;}
  .pc-menu-bg{width: 100%;}
  .pc-menu{width: 100%;}
  .padding-about{padding:15px;}
  /*menu*/
  .header-nav .nav-list>li>a{padding:0 8px;}
  .header-nav .nav-list > li > a::after{margin-left: 12px;}

  /*首页*/
.top-tit img{width: 80%; display: block;margin: 0 auto;}
.top-phone img{width: 80%; display: block;margin: 0 auto;}

.foot-bg2{padding: 30px 0px 30px 0px;}




  
}
@media only screen and (max-width: 1020px){
.header-nav .nav-list>li>a {
    padding: 0 3px;
}
}
@media only screen and (max-width: 992px){
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  #w-90{width: 100%;}
  #w-80{width: 100%;}
  #w-70{width: 100%;}
  #pro-w{width: 100%;}
  .padding0-sm15{padding:0px 15px;}

  .pc-menu{width: 100%;}
  .pc-menu-bg{width: 100%;}

  .yz-logo {text-align: center;}
  .pc-menu{margin-top: 5px;}

  .padding15-8{padding:8px;}
  .header-nav .nav-list>li>a{padding:0 3px;}
  .header-nav .nav-list > li > a::after{margin-left: 12px;}


  .mini-tit{padding:0px 0px; text-align: center;}
  .mini-tit img{ display: block; width: 100%; margin:0 auto;}
	
	/*首页*/


.xm-proc li{width: 46%; padding-top:0px;}
.xm-proc li h3{padding: 3px 0px;}

.auto-pro1 a h3{font-size: 15px;}
.h-pro-td li p{padding:5px 8px;}

.ph-menu2{background-color: #da1f1a;}
.h-pro-js h2{font-size: 26px;}
.h-pro-js p{margin-top: 7px; font-size: 15px; line-height: 170%;}
.h-pro-js a{margin-top: 15px; padding:7px 30px;}
.h-pro-td li p{font-size: 14px;}
.h-pro-td li img{width: 20px;}

.h-pro-td{margin-top: 20px; overflow: hidden;}
.h-fenlei-w{height:auto;background: url(../image/mini-proc-bg.html) top center;}
.pro-fenlei .biaoti{padding:6px 0px;}
.pro-fenlei .biaoti h3{font-size: 16px;}
.pro-fenlei .biaoti a{margin-top: 7px;font-size: 12px;}

.tit01 p{font-size: 20px;}
.tit01 .cont-tit{position:relative; top:0px;}
.tit01 .cont-tit h2{ font-size: 26px;}
.tit01 .cont-tit h2 .zib{width: auto;font-size: 26px; vertical-align:bottom; margin-left: 0px;}
.tit01 span{margin-top: 5px; font-size: 14px;}

.auto-pro1 p{font-size: 13px; display: none;}
.auto-pro1{margin-bottom: 0px;}
.auto-pro1 a h3{margin-top: 4px; margin-bottom: 4px;}

.case-tit h2{font-size: 26px; display: block;}
.case-tit h2 font{font-size: 26px; display: block; padding-left:0px;}
.case-tit{overflow: hidden;}

.case-list .nr-tit .tit-l{width: 100%;}
.case-list .nr-tit .tit-r .morea a{float: none; display: none;}
.case-list .nr-tit .tit-l a h3{font-size: 16px;}
.case-list .nr-tit .tit-l p{font-size: 12px; margin-top: 5px;}
.case-tit .zic{font-size: 14px;}
.ys-list li .num{width: 50px;height: 50px; font-size: 26px; line-height: 50px;}
.ys-list li .nra p{font-size: 22px;}
.ys-list li .nra span{font-size: 15px;}
.dz-list li{width: 23%; padding:17px 0px;}
.dz-list li p{font-size: 15px;}
.dz-tit-phont{float: none; margin:0 auto;}
.dz-tit{margin-right: 0px; width: 100%; padding:15px;}
.dz-tit h2,.dz-tit h2 font{text-align: center;font-size: 26px;}
.dz-tit p{text-align: center;font-size: 15px;}

.about-w{height: auto; background-color: #ef7c00;}
.about-nr-l{float: none; width: 100%; border:none;}
.about-nr{padding:50px 30px;}
.about-nr-r{float: none; width: 100%;}
.about-nr-r img{margin:0 auto;}
.about-l-tit{margin-top: 25px;}
.about-l-tit h2 strong{font-size: 35px;}
.about-l-tit p{font-size: 28px;}

.about-list img{display: block; margin:0 auto;}
.about-list p{font-size: 26px; text-align: center;}
.about-list p span{text-align: center;}
.about-list{padding:16px 0px; margin-bottom: 15px;}

.foot-la{margin-right: 0px; border:none;}
.foot-w{margin-bottom: 50px;}





}
  



/*====================手机====================*/
@media only screen and (max-width: 768px){
  #w-1200{width:100%;}
  #w-1200-1{width:100%;}
  #w-1260{width:100%;}
  #w-1260-1{width:100%;}
  #w-70{width: 100%;}
  #pro-w{width: 100%;}
  .mini-tit{padding:0px 0px; text-align: center;}
  .mini-tit img{ display: block; width: 100%; margin:0 auto;}
  
  .padding0-sm15{padding:15px;}

  .h-news .news-nr .datea .zia{font-size: 28px;}
  .h-news .news-nr .news-cont a h3{font-size: 16px;    padding: 0px 8% 0px 8%;}
  .h-news .news-nr{width: 90%;}
  .h-news .news-nr .morea a{width: 80%;}


.about-list p{font-size: 18px;}
.about-list p span{font-size: 10px;}

.about-l-tit h2 strong{font-size: 28px; padding:5px 10px;}
.about-l-tit p{font-size: 20px; margin-top: 15px;}
.about-nr-r img{width: 90%; display: block; margin:0 auto;}
.about-more a{display: block; margin:0 auto ; margin-top: 15px; width: 60%; text-align: center;}
.about-nr-r{margin-top: 15px;}
.about-nr-r .conta p{font-size: 18px;}
.about-nr-r .conta p span{font-size: 18px;}
.foot-cont{border:none; height: auto; margin-top: 5px; width: 100%;}
.foot-w{padding-top: 20px;}
.foot-tit h3{font-size: 20px; margin-bottom: 15px;}
.foot-ewm{margin-top: 15px;}

/*标题*/
.ny-tit01 h2{font-size: 26px;}
.ny-tit01 span{font-size: 14px; padding:0 15px;}

.gl-proc li{width: 45%; margin:2px 2px;}
.gl-proc li a{width: 100%;}

/*其它*/
.search-p{padding:0px 15px; width: 90%; text-align: center; margin:0 auto;}


 /*地图*/
 .b-map .close-btn{
  top:10%;
 }
 .map-ys{height: 300px; width: 90%;}

 
 
}
