<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.catalog {
	height: 570px;
	background: url(../image/rain_drops.jpg) no-repeat center center;
	background-size: cover;
}

.catalog .tabpanel {
	width: 40%;
	height: 570px;
	float: right;
	background: rgba(104,113,108,.9);
	box-sizing: border-box;
}

.catalog .tabpanel .sub {
	padding: 35px 0 0 20px;
	width:430px;
}

.catalog .tabpanel h2 {
	margin-bottom: 20px;
	color: #fff;
	font-size: 2.8rem;
	position: relative;
}

.catalog .tabpanel h2:before {
	width: 100%;
	position: absolute;
	left: 186px;
	top: -3px;
	font-size: 3.2rem;
	opacity: 0.1;
	content:"LINGHANG";
}

.catalog .tabpanel li {
	width: 48%;
    float: left;
    background:rgba(68,68,68,.2);
    margin-right: 2%;
	margin-bottom:2%;
}

.catalog .tabpanel li a {
	padding: 10px 20px;
	color: #fff;
	font-size: 1.3rem;
	display: block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.catalog .tabpanel li a:hover {
	color: #333;
	background: #fff;
	border-left: 5px solid #E50112;
}

.catalog .tabpanel .on a {
	color: #333;
	background: #fff;
	border-left: 5px solid #E50112;
}

.catalog .tabInner {
	height: 570px;
	width: 60%;
	float: left;
	position: relative;
}

.catalog .tabInner .tabBox {
	padding: 130px 30px 30px;
	position: absolute;
	right: 0;
	bottom: 0;
	background: rgba(0,96,212,.8);
	box-sizing: border-box;
}

.catalog .tabInner .tabBox .photo {
	width: 300px;
	float: left;
}

.catalog .tabInner .tabBox .photo img {
	width: 100%;
}

.catalog .tabInner .tabBox .textBox {
	padding: 20px 0 0 330px;
}

.catalog .tabInner .tabBox .textBox .ttl {
	margin-bottom: 45px;
	color: #fff;
	font-size: 1.55rem;
}

.catalog .tabInner .tabBox .textBox .tel {
	margin-bottom: 35px;
	color: #fff;
	font-size: 1.3rem;
}

.catalog .tabInner .tabBox .textBox .tel span {
	display: block;
	font-size: 1.6rem;
	font-weight: bold;
}

.catalog .tabInner .tabBox .link a {
	padding: 3px 0;
	width: 140px;
	color: #fff;
	font-size: 1.05rem;
	display: inline-block;
	text-align: center;
	background: #005ed0;
	border: 1px solid #FFF;
	border-radius: 20px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.catalog .tabInner .tabBox .link a:hover {
	color: #005ed0;
	background: #fff;
}

@media all and (min-width: 0) and (max-width: 900px) {
	.catalog {
		height: auto;
	}
	
	.catalog .tabpanel {
		width: auto;
		height: auto;
		float: none;
	}
	
	.catalog .tabpanel .sub {
		padding: 50px 6px 20px;
		width: auto;
	}
	
	.catalog .tabpanel h2 {
		margin-bottom: 20px;
		font-size: 2rem;
		text-align:center;
	}
	
	.catalog .tabpanel h2:before {
		top: -25px;
		font-size: 3rem;
		left:0;
	}
	
	.catalog .tabpanel li {
		margin-bottom: 4px;
		margin-left:1%;
		margin-right:1%;
	}
	
	.catalog .tabpanel li a {
		padding: 5px 10px;
		font-size: 1.0rem;
	}
	
	.catalog .tabpanel li a:hover {
		border-left: 3px solid #E50112;
	}
	
	.catalog .tabInner {
		height: auto;
		width: auto;
		float: none;
		position: relative;
	}
	
	.catalog .tabInner .tabBox {
		padding: 30px 10px;
		position: static;
		right: inherit;
		bottom: inherit;
	}
	
	.catalog .tabInner .tabBox .photo {
		width: 130px;
	}
	
	.catalog .tabInner .tabBox .textBox {
		padding: 0 0 0 150px;
	}
	
	.catalog .tabInner .tabBox .textBox .ttl {
		margin-bottom: 15px;
		font-size: 1.1rem;
	}
	
	.catalog .tabInner .tabBox .textBox .tel {
		margin-bottom: 15px;
		font-size: 1.1rem;
	}
	
	.catalog .tabInner .tabBox .textBox .tel span {
		font-size: 1.2rem;
		font-weight: bold;
	}
	
	.catalog .tabInner .tabBox .link a {
		padding: 1px 0;
		width: 140px;
		font-size: 0.95rem;
	}
}
.probj{
	background: url(../image/pro_bak.jpg) no-repeat center top;
	background-size:cover;
}

.product {
	margin: 0 auto;
	padding: 80px 0 50px;
	max-width: 100%;
}
.section1 .product{
	max-width: 100%;	
	}

#marqueesrcoll {
    width:90%;
    margin:0 auto;
	height: 1200px;
	overflow: hidden;
}

.product02 {
	padding: 30px 0 50px;
}
.product02 li .photo{
	width:100%;
	height:auto !important;
	overflow:hidden;
}

.product li {
	margin: 0 1% 40px;
	width: 23%;
	float: left;
}

.product li a {
	display: block;
	position: relative;
	text-decoration: none;
}

.product li a .over {
	padding: 30px;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(230,0,18,.7);
	box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.product li a:hover .over {
	opacity: 1;
}

.product li a .over .sub {
	height: 100%;
	border: 1px solid #fff;
}

.product li a .ttl {
	padding: 65px 0 100px;
	position: relative;
	text-align: center;
	text-decoration: none;
}

.product li a:hover .ttl {
	text-decoration: none;
}

.product li a .ttl:before {
	margin-left: -27px;
	width: 54px;
	height: 54px;
	position: absolute;
	left: 50%;
	bottom: 20px;
	content: "";
	background: url(../image/icon_link2.png) no-repeat center center;
}

.product li a .ttl span {
	padding-bottom: 8px;
	display: inline-block;
	color: #fff;
	font-size: 1.35rem;
	border-bottom: 3px solid #fff;
}

.product li a .tel {
	color: #fff;
	font-size: 2.05rem;
	font-weight: bold;
	text-align: center;
}

.product li a img {
	width: 100%;
	height: 410px;
}

.product li a &gt; p {
	padding: 15px 0 25px;
	width: 100%;
	color: #333;
	font-size: 1.2rem;
	text-align: center;
	background: #f1f1f1;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}
.product li:hover a &gt; p{
	background:#0d71bf;
	color:#fff;
	
}
.product li .photo{
	width:100%;
	height:410px;
	overflow:hidden;
	
}
.product li .photo img{
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.product li:hover .photo img{
	transform:scale(1.1);
}
.product .probut{
	position:absolute;
	bottom:0px;
	left:50%;
	background:#122c86;
	width:50px;
	height:4px;
	text-align:center;
	margin-left:-25px;
	color:#122c86;
	font-size:1rem;
	overflow:hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.product li:hover .probut{
	display:block;
	width:200px;
	border-radius:40px;
	padding:8px 0;
	color:#fff;
	display:block;
	bottom:-25px;
	left:50%;
	height:20px;
	line-height:20px;
	margin-left:-100px;
	
}

.product02 {
	padding: 27px 0 50px;
}

.product02 li {
	margin: 0 1% 40px;
	width: 23%;
	float: left;
}

.product02 li a .over {
	padding: 20px;
}

.product02 li a .ttl {
	padding: 55px 0 70px;
	position: relative;
	text-align: center;
}

.product02 li a .ttl:before {
	margin-left: -21px;
	width: 42px;
	height: 42px;
	bottom: 10px;
	background-size: 100% 100%;
}

.product02 li a .ttl span {
	padding-bottom: 5px;
	font-size: 1rem;
	border-bottom: 2px solid #fff;
}

.product02 li a .tel {
	font-size: 1.5rem;
}

.product02 li a img {
	height: auto;
	aspect-ratio: 4/3;
}

.product02 li a &gt; p {
	padding: 15px 0 20px;
	font-size: 1rem;
}

@media all and (min-width: 0) and (max-width: 900px) {
	html,body{overflow:hidden;overflow-y:auto;}
	/*html,body{
width: 100%;

height: 100%;

position: absolute;

left: 0;top: 0;

overflow: hidden;

overflow-y: auto;
		
		}*/
	.product {
		padding: 40px 10px 20px;
	}
	
	.product02 {
		padding: 30px 20px 50px;
	}
	
	.product li {
		margin: 0 1% 15px;
		width: 48%;
	}
	
	.product li a .over {
		padding: 10px;
	}
	
	.product li a .ttl {
		padding: 25px 0 40px;
		position: relative;
		text-align: center;
	}
	
	.product li a .ttl:before {
		margin-left: -15px;
		width: 30px;
		height: 30px;
		left: 50%;
		bottom: 0;
		content: "";
		background-size: 100% 100%;
	}
	
	.product li a .ttl span {
		padding-bottom: 3px;
		display: inline-block;
		color: #fff;
		font-size: 1.2rem;
		border-bottom: 3px solid #fff;
	}
	
	.product li a .tel {
		margin-top: 10px;
		font-size: 1.1rem;
		letter-spacing: -1px;
	}
	
	.product li a img {
		width: 100%;
		height: auto;
	}
	
	.product li a &gt; p {
		padding: 10px 0;
		font-size: 1rem;
	}
	
	.product02 {
		padding: 15px 0 50px;
	}
	
	.product02 li {
		margin: 0 1% 15px;
		width: 48%;
		float: left;
	}
	
	.product02 li a .over {
		padding: 10px;
	}
	
	.product02 li a .ttl {
		padding: 25px 0 40px;
	}
	
	.product02 li a .ttl:before {
		margin-left: -15px;
		width: 30px;
		height: 30px;
		left: 50%;
		bottom: 0;
		content: "";
		background-size: 100% 100%;
	}
	
	.product02 li a .ttl span {
		padding-bottom: 5px;
		font-size: 1rem;
		border-bottom: 2px solid #fff;
	}
	
	.product02 li a .tel {
		font-size: 1.2rem;
	}
	
	.product02 li a img {
		height: auto;
	}
	.product li .photo{
		height: auto !important;
	}
	
	.product02 li a &gt; p {
		padding: 10px 0;
		font-size: 1rem;
	}

}

.about {
	padding: 70px 0 1px;
	background: url(../image/about_back.jpg) no-repeat center top;
	background-size: cover;
}
.casebj{
	background: url(../image/case_bak.jpg) no-repeat center top;
	background-size:cover;
}
.newsbj{
	background: url(../image/news_bak.jpg) no-repeat center top;
	background-size:cover;
}

.about .headLine01 {
	margin-bottom: 10px;
	color: #FFF;
}

.about .headLine01:before {
	opacity: 0.2;
	z-index: 0;
}

.about .headLine01 span {
	color: #eee;
}

.about .headLine01 span:before {
	background: #eee;
}

.about .headLine01 span:after {
	background: #eee;
}

.about .inner {
	margin: 0 auto;
	max-width: 90%;
}
.about .video {
	width:36%;
	float:left;
	margin-right:2%;
	height:400px;
	
}
.about .video video{
	width:100%;
	height:400px;
	object-fit: fill;
}

@keyframes aboutzy {
 from {
padding-left: 30px;
}
to {
	padding-left: 50px;
}
}


@keyframes pageimg {
 from {
padding-top: 0px;
}
to {
	padding-top: 15px;
}
}
.about .inner .photo {
	width: 440px;
	float: left;
	animation: aboutzy 1600ms infinite linear alternate;
}

.about .inner .textBox {
	width: 37%;
	height: 366px;
	background-size: cover;
	box-sizing: border-box;
	text-align:justify;
	float:left;
	margin-right:2%;
}

.about .inner .textBox h3 {
	margin-bottom: 52px;
	color: #fff;
	font-size: 3rem;
}

.about .inner .textBox h3 span {
	display: block;
	font-size: 1.0rem;
	font-weight: 200;
	color:#999;
}

.about .inner .textBox p {
	margin-bottom: 5px;
	font-size: 1rem;
	line-height: 2;
	color:#eee;
}
.about .inner .textBox p span{
    color:#fff;
}
.about .inner .textBox .link{
	margin-top:20px;
}
.about .inner .textBox .link a {
	padding: 3px 0;
	width: 160px;
	display: inline-block;
	color: #0d71bf;
	font-size: 1.1rem;
	text-align: center;

	border-radius: 25px;
	background:#fff;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.about .inner .textBox .link a:hover {
	color: #fff;
	background: #122c86;
}
.about .inner .contextr{
	width:21%;
	float:right;
	padding:0 0 2% 0;
}
.about .inner .contextr h2{
	color:#fce338;
	font-size: 3rem;
	padding-left:50px;
	display:block;
	font-family:Impact;
	font-weight:normal;
	background:url(../image/tel06.png) no-repeat left center;
}
.about .inner .contextr p{
	padding:1% 0;
	font-size:1.8rem;
	color:#122c86;
}
.about .inner .contextr span{
	padding:2% 0% 1%;
	font-size:1.1rem;
	display:block;
	line-height:1.2;
	color:#fce338;
}
.about .inner .contextr .ewm1{
	padding-top:2%;
	text-align:left;
}
.about .inner .contextr .ewm1 p{
	font-size:1.1rem;
	color:#fff;
	font-weight:bold;
	float:right;
	padding-right:40px;
	padding-top:50px;
}
.about .inner .contextr img{
	width:140px;
	height:auto;
}

.about02 {
	padding: 0px 0 13px;
	background: none;
	border: none;
}

.about02 .inner .photo {
	width: 49%;
	height: 470px;
	border: none;
}

.about02 .inner .photo img {
	width: 100%;
	height: 100%;
}

.about02 .inner .textBox {
	padding: 40px 0;
	width: 100%;
	box-sizing: border-box;
	text-align:justify;
	height:auto !important;
}

.about02 .inner .textBox h3 {
	margin-bottom: 22px;
	color: #111;
	font-size: 2.9rem;
	text-align:center;
}
.about02 .inner .p{
	font-size: 1.0rem;
	line-height:1.6;
}

.about02 .inner .p span{
	color:#000!important;
}
.culture1 b{
	font-size:5rem;
	color:#122c86;
    text-align: center;
	display:block;
	letter-spacing:4px;
	}
.culture1 p{
	font-size:1.6rem;
	color:#888;
	text-align:center;
	display:block;
	letter-spacing:10px;
}
	
.pro_con{
	margin-top:15px;
	margin-bottom:40px;
}
.pronav{
	width:90%;
	margin:0 auto;
}
.pronav ul{
	width:100%;
	overflow:hidden;
	padding:8px 0;
}
.pronav ul li{
	width:18%;
	text-align:center;
	margin:1%;
	float:left;
	
}

.pronav ul li .img{
	width:98%;
	height:98%;
	overflow:hidden;
	border:4px solid #eee;
}
.pronav ul li:hover img{
	
	transition:all .6s ease-in-out;
}
.pronav ul li:hover .img{
	border:4px solid #122c86;
}
.pronav ul li:hover .img img{
	transform:scale(1.1);
}
.pronav ul li img{
	width:100%;
	height:100%;
	
	transition:all .3s ease-in-out;
}
.pronav ul li p{
	font-size:1.2rem;
	font-weight:bold;
	color:#111;
	line-height:40px;
	background:#fff;
	width:98%;
	border-left:4px solid #fff;
	border-right:4px solid #fff;
	border-bottom:4px solid #fff;
}
.pronav ul li:hover p{
	color:#fff;
	border-left:4px solid #122c86;
	border-right:4px solid #122c86;
	border-bottom:4px solid #122c86;
	background:#122c86;
}



.ibrand-num {
	padding: 50px 0 0;
}
.clear{clear:both;}
.ibrand-num li {
	float: left;
	width: 182px;
	height: 182px;
	margin-left: 157px;
	text-align: center;
	color: #122c86;
	font-size: 20px;
	position: relative;
	border-radius: 50%;
	background: #fff;
}

.ibrand-num li:first-child {
	margin-left: 0;
}

.ibrand-num li span {
	font-size: 42px;
	font-family: Verdana, Geneva, sans-serif;
}

.ibrand-num li b {
	display: block;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	padding: 10px 0 0;
}

.ibrand-num li .spinner {
	position: absolute;
	top: 0;
	right: 0;
	width: 174px;
	height: 174px;
	border: 4px solid #e8e8e8;
	border-radius: 50%;
	-webkit-transition: all .8s ease-in-out;
	-moz-transition: all .8s ease-in-out;
	transition: all .8s ease-in-out;
}

.ibrand-num li:hover .spinner {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	border-color: #122c86;
}

.ibrand-num .four_li01 .spinner {
	border-right-color: #122c86;
}

.ibrand-num .four_li02 .spinner {
	border-top-color: #122c86;
}

.ibrand-num .four_li03 .spinner {
	border-left-color: #122c86;
}

.ibrand-num .four_li04 .spinner {
	border-bottom-color: #122c86;
}
.mgt30{
	margin-bottom:50px;

}

.middl_box h3 {
	margin: 0;
	border-bottom: 1px solid #ffffff57;
}

.middl_box h3 a {
	font-size: 60px;
	color: #46a657;
	font-weight: bold;
	height: 150px;
	font-family: Arial;
}

.middl_box h3 a em {
	font-size: 16px;
	color: #fff;
	font-weight: normal;
	display: block;
	padding-bottom: 20px;
	font-style: normal;
}

.middl_box p {
	margin: 0;
	color: #fff;
	font-size: 16px;
	text-align:justify;
	line-height: 1.7;
}

.middl_box:hover {
	background-position: center 450px
}

.middle_box {
	display: table;
	width: 100%;
	height: 100%;
}

.middle_box .middle {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	text-align: center;
}


@media all and (min-width: 901px) and (max-width: 1220px) {
	.about .inner .textBox {
		padding: 25px 65px 0 460px;
		width: auto;
		height: 366px;
		float: none;
		background: url(http://www.sdlhblg.com/template/default/img/about_bg.jpg) no-repeat center center;
		background-size: cover;
		box-sizing: border-box;
	}
	
	.about02 {
		padding: 57px 0 13px;
		background: none;
		border: none;
	}
	
	.about02 .inner .photo {
		width: 49%;
		height: 400px;
		border: none;
	}
	
	.about02 .inner .photo img {
		width: 100%;
		height: 100%;
	}
	
	.about02 .inner .photo {
		width: 450px;
	}
	
	.about02 .inner .textBox {
		padding: 25px 25px 0 470px;
		width: auto;
		height: 400px;
		float: none;
		background: #EDEEF0;
		box-sizing: border-box;
	}
	
	.about02 .inner .textBox h3 {
		margin-bottom: 22px;
		color: #122c86;
		font-size: 1.9rem;
	}

	
}

@media all and (min-width: 0) and (max-width: 900px) {
	.about {
		padding: 40px 0 0;
		background-size: cover;
	}
	
	.about .inner {
		width: auto;
	}
	
	.about .inner .photo {
		width: auto;
		float: none;
	}

	.about .inner .photo img {
		width: 100%;
	}
	
	.about .inner .textBox {
		padding: 20px;
		width: auto;
		height: auto;
		float: none;
		margin-top:0;
	}
	
	.about .inner .textBox h3 {
		margin-bottom: 15px;
		font-size: 1.4rem;
	}
	
	.about .inner .textBox h3 span {
		font-size: 0.6rem;
	}
	
	.about .inner .textBox p {
		margin-bottom: 15px;
		font-size: 0.9rem;
		line-height: 1.3;
	}
	
	.about .inner .textBox .link {
		margin-top: 30px;
		text-align: center;
	}
	
	.about .inner .textBox .link a {
		font-size: 1rem;
	}
	.about .video{
		width:90%;
		margin-left:5%;
		margin-right:5%;
		overflow:hidden;
		float:none;
		height:auto;
		}
	.about .video video{
		width:100% !important;
		height:auto !important;
	}
	
	.about02 {
		padding: 0;
	}
	
	.about02 .inner .photo {
		width: auto;
		height: auto;
		border: none;
	}
	
	.about02 .inner .photo img {
		width: 100%;
		height: 100%;
	}
	
	.about02 .inner .textBox {
		padding: 20px;
		width: auto;
		height: auto;
	}
	
	.about02 .inner .textBox h3 {
		margin-bottom: 15px;
		font-size: 1.5rem;
	}
	.about .inner .contextr{
		width:100%;
		float:none;
	}
	.about .inner .contextr h2{
		font-size:2rem;
	}
	.about .inner .contextr{
		padding:0 0 2% 2%;
	}
	.ibrand-num{
		padding:10px;
	}
	.ibrand-num li{
		width:47%;
		height:0;
		padding-top:46%;
		border-radius: 100%;
		box-sizing: border-box;
		position:relative;
		margin:2% 1%;
		
	}
	.ibrand-num li .spinner{
		position: absolute;
        left: -3px;
        top: -3px;
        width: 98%;
        height: 98%;
        overflow: hidden;
        text-align: center;		
	}
	.middle_box .middle{
		position: absolute;
        left: 0;
        top: 18%;
        width: 100%;
        height: 100%;
		
	}
	.ibrand-num li:first-child{
		margin-left:1.5%;
	}
	.middle_box .middle:after{
		content: "";
		display:table-cell;
		height: 100%;
		vertical-align: middle;
  }
  .ibrand-num li span{
		font-size:2rem;
			  
  }
  .pronav{
	  width:96%;
	  margin:2% 2%;
  }
  .pronav ul li{
	  width:48%;
	  margin:1%;
  }

}


.case {
	padding-bottom: 50px;
	padding-top:50px;
}

.case .headLine01 {
	margin-bottom: 6px;
}

.case ul {
	margin: 0 auto;
	max-width: 1220px;
	overflow: hidden;
}

.case li {
	margin: 0 10px 30px;
	width: 290px;
	float: left;
}

.case li a {
	display: block;
	position: relative;
}

.case li a img {
	width: 100%;
}

.case li a p {
	padding: 10px 15px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 1.1rem;
	background: #122c86;
	box-sizing: border-box;
}

.case li a p:before {
	width:34px;
	height: 24px;
	position: absolute;
	right: 15px;
	top: 12px;
	content:"";
	background: url(../image/icon_arrow.png) no-repeat center center;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.case li a:hover p:before {
	right: 5px;
}
.pro_more{ width:540px; margin:auto; position:relative; background-color:#0d71bf; height:60px; margin-top:50px; border-radius: 30px;}
.pro_more .m_bg{ position:absolute; z-index:1; left:0; top:0; height:100%; width:0;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;-o-transition:all 0.5s;transition:all 0.5s; background:#122c86; border-radius: 30px;}
.pro_more .tel{ height:56px; margin:2px; background-color:#fff; line-height:56px; padding:0 30px; position:relative; z-index:10; border-radius: 30px;}
.pro_more .tel span{ display:block;color:#122c86; font-weight:200; }
.pro_more .tel .span1{ font-size:22px;}
.pro_more .tel .span2{ display:block; font-size:35px; font-family:Impact, Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif;}
.pro_more a{ display:block; line-height:60px; color:#fff; width:160px; text-align:center; float:right;position:relative; z-index:999; font-size:18px;}
.pro_more:hover .m_bg{ width:100%;}
.fl{float:left;}
.fr{float:right;}

@media all and (min-width: 0) and (max-width: 900px) {
	.case {
		padding: 40px 20px;
	}
			
	.case li {
		margin: 0 1% 15px;
		width: 48%;
	}
	
	.case li a p {
		padding: 5px 10px;
		font-size: 1rem;
	}
	
	.case li a p:before {
		width:24px;
		height: 14px;
		right: 10px;
		top: 10px;
		background-size: 100% 100%;
	}
	
}

@-webkit-keyframes rotation{

    from {-webkit-transform: rotate(0deg);}

    to {-webkit-transform: rotate(360deg);}

}

.rotat{

    -webkit-transform: rotate(360deg);

    animation: rotation 8s linear infinite;

    -moz-animation: rotation 8s linear infinite;

    -webkit-animation: rotation 8s linear infinite;

    -o-animation: rotation 8s linear infinite;

}
.rotat1{

    -webkit-transform: rotate(360deg);

    animation: rotation 5s linear infinite;

    -moz-animation: rotation 5s linear infinite;

    -webkit-animation: rotation 5s linear infinite;

    -o-animation: rotation 5s linear infinite;

}
.feature {
	padding: 70px 0 50px;
	overflow: hidden;
	background: url(../image/fea_bg.jpg) no-repeat center center;
	background-size: cover;
}

.feature .headLine01 {
	color: #FFF;
}

.feature .headLine01:before {
	opacity: 0.2;
	z-index: 0;
}

.feature .headLine01 span {
	color: #eee;
}

.feature .headLine01 span:before {
	background: #eee;
}

.feature .headLine01 span:after {
	background: #eee;
}

.yscon{
	position:relative;
	min-height:700px;
}
.yscon ul{
  width:100%;  
  max-width: 100%!important;
}
.yscon ul li {
	width: 23%;
	background:#fff;
	display: block;
	float: left;
 -webkit-transition-duration: .5s;
 -moz-transition-duration: .5s;
 -ms-transition-duration: .5s;
 -o-transition-duration: .5s;
 transition-duration: .5s;
	margin: 0 1%;
	text-align:center;
	padding:0;
	margin-bottom: 30px;
}
.yscon ul li .img img {
	width: 100%;
	margin: 0 auto;
}
.yscon ul li a:hover .img img {
}
.yscon ul li a {
	color: #000;
	font-size: 16px;
	line-height:30px;
}
.yscon ul li a:hover {
	color: #e6332c;
}
.yscon ul li:hover {
	background:#e6332c
}
.yscon ul li:hover .Youshi_title {
	color: #fff;
}
.yscon ul li:hover .Youshi_content p {
	color: #fff;
}
.Youshi_title {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    line-height: 60px;
    color: #333;
    font-weight: bold;
}
.Youshi_content {
    width: 100%;
    height: 120px;
}
.Youshi_content p {
    font-size: 15px;
    line-height: 25px;
    color: #666;
    padding: 20px;
}
.ysimg1{
	position:absolute;
	width:650px;
	top:0;
	left:50%;
	margin-left:-325px;
	z-index:999;
}
.ysimg2{
	position:absolute;
	width:500px;
	top:12%;
	left:50%;
	margin-left:-315px;
	z-index:9999;
}
.ysright{
	position:absolute;
	top:0;
	right:-15%;
	z-index:99999;
}
.ysleft{
	position:absolute;
	top:0;
	left:10%;
	z-index:99999;
}
.ysleft .ysl1{
	width:68%;
	height:140px;
	background:#0d71bf;
	border-radius:70px;
	margin-top:20px;
	transition: all .3s ease-in-out;

}
.ysleft .ysl1 b{
	font-size:1.5rem;
	color:#fff;
	text-align:center;
	display:block;
	padding:20px 0 10px 0;
}
.ysleft .ysl1 p{
	font-size:1rem;
	color:#fff;
	text-align:left;
	display:block;
	padding:0 50px 20px 40px;
}
.ysleft .y1{
	background:#0d71bf;
}
.ysleft .y2{
	background:#122c86;
	/*margin-left:-60px;*/
}
.ysleft .y3{
	background:#0d71bf;
	/*margin-left:-60px;*/
}
.ysleft .y4{
	background:#122c86;
}
.ysleft .ysl1:hover{
	margin-left:-10px;
}

/*ysright*/
.ysright .ysl1{
	width:60%;
	height:140px;
	background:#0d71bf;
	border-radius:70px;
	margin-top:20px;
	transition: all .3s ease-in-out;

}
.ysright .ysl1 b{
	font-size:1.5rem;
	color:#fff;
	text-align:center;
	display:block;
	padding:20px 0 10px 0;
}
.ysright .ysl1 p{
	font-size:1rem;
	color:#fff;
	text-align:left;
	display:block;
	padding:0 50px 20px 40px;
}
.ysright .y1{
	background:#0d71bf;
	margin-left:0;
}
.ysright .y2{
	background:#122c86;
	/*margin-left:60px;*/
}
.ysright .y3{
	background:#0d71bf;
	/*margin-left:60px;*/
}
.ysright .y4{
	background:#122c86;
	margin-left:0;
}
.ysright .ysl1:hover{
	margin-left:-20px;
}
.ysright .ysl1:hover .y2{
	margin-left:40px;
}




@keyframes scaleDraw {
  0% {
    transform: scale(1); /*å¼€å§‹ä¸ºåŽŸå§‹å¤§å°*/
  }
  25% {
    transform: scale(1.05); /*æ”¾å¤§1.1å€*/
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.05);
  }
}
.move-img {
  animation-name: scaleDraw; 
  animation-timing-function: ease-in-out; 
  animation-iteration-count: infinite; 
  animation-duration: 4s; 
}
.feature ul {
	margin: 0 auto;
	max-width: 1200px;
}

.feature li {
	margin: 0 10px;
	width: 160px;
	padding: 0 10px 30px;
	float: left;
	background: #fff;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.feature li:hover {

}

.feature li .pic {
	margin: -85px -10px 20px;
	padding-top: 40px;
	width: 180px;
	height: 180px;
	box-sizing: border-box;
	text-align: center;
	background: #122c86;
	border-radius: 50%;
}

.feature li .ttl {
	margin-bottom: 10px;
	color: #000;
	font-size: 1.4rem;
	text-align: center;
}

.feature li .txt {
	font-size: 1rem;
	line-height: 1.2;
}

@media all and (min-width: 901px) and (max-width: 1220px) {
	.feature ul {
		text-align: center;
	}
	
	.feature li {
		margin: 0 10px;
		width: 110px;
		padding: 0 10px 30px;
		float: none;
		display: inline-block;
		background: #fff;
		vertical-align: top;
	}
	
	.feature li .pic {
		margin: -65px -10px 20px;
		padding-top: 30px;
		width: 130px;
		height: 130px;
	}

	.feature li .pic img {
		width: 70px;
	}
}

@media all and (min-width: 0) and (max-width: 900px) {
	.feature {
		padding: 50px 0 0;
	}
	
	.feature .headLine01 {
		margin-bottom: 10px;
	}

	.feature ul {
		text-align: center;
	}
		
	.feature li {
		margin: 0 10px 70px;
		width: 120px;
		display: inline-block;
		padding: 0 5px 30px;
		float: none;
		text-align: left;
		vertical-align: top;
	}
	
	.feature li:hover {
		margin-top: 0;
	}

	.feature li .pic {
		margin: -62px -5px 10px;
		padding-top: 30px;
		width: 130px;
		height: 130px;
	}

	.feature li .pic img {
		width: 70px;
	}
	
	.feature li .ttl {
		margin-bottom: 5px;
		font-size: 1.2rem;
	}
	
	.feature li .txt {
		font-size: 0.9rem;
		line-height: 1.2;
	}
	.pro_more{
		width:100%;
		margin-top:10px;
	}
	.pro_more a{
		color:#122c86;
		font-size:1.8rem;
		width:200px;
	}
	.pro_more .tel span{
		/*width:250px;*/
	}
	.pro_more .tel{
		padding:0 5px;
	}
	.mtp50{
		padding-top: 40px;
    	padding-bottom: 30px;
	}
	.ysleft {
		
	}
	.ysright{
		right:0;
		width:49%;
	}
	.ysleft{
		width:49%;
		left:0;
	}
	.ysleft .ysl1{
		width:100%;
		border-radius:5%;
	}
	.ysright .ysl1{
		width:100%;
		border-radius:5%;
	}
	.yscon ul li {
 width: 49%;
float:left;
margin: inherit;
}
 .yscon ul li:nth-child(2n) {
float:right;
}
.Youshi_content {
 min-height:100px;
}
.Youshi_content p {
 font-size: 14px;
 line-height: 20px;
 padding: 10px;
}
	.ysimg1 {
		top:inherit;
		bottom:35px !important;
		width:100%;
		margin-left:-50%;
	}
	.ysimg2{
		top:inherit;
		bottom:36px !important;
		width:68%;
		margin-left:-34%;
	}
	.ysleft .ysl1 b{
		font-size:1.3rem;
		padding: 10px 0 5px 0;
	}
	.ysleft .ysl1 p{
		padding:0px 10px 10px 10px;
		font-size:0.7rem;
	}
	.ysright .ysl1 b{
		font-size:1.3rem;
		padding: 10px 0 5px 0;
	}
	.ysright .ysl1 p{
		padding:0px 10px 10px 10px;
		font-size:0.7rem;
	}
	.ysleft .y2{
		margin-left:0;	
	}
	.ysleft .y3{
		margin-left:0;	
	}
	.ysright .y2{
		margin-left:0;	
	}
	.ysimg1 img{
		width:100%;
		height:auto;
	}
	.ysimg2 img{
		width:100%;
		height:auto;
	}
	.ysright .y3{
		margin-left:0;	
	}
	.feature .pro_more{
		display:none;	
	}
	.yscon{
		min-height:1090px;	
	}
	
}

.news1 {
	padding: 80px 0 0;
}

.news1 .headLine01{
	margin-bottom: 17px;
}

.news1 ul {
	margin: 0 -10px;
}

.news li {
	margin: 0 2% 40px;
	width: 46%;
	float: left;
	border:1px solid #eee;
}

.news li a {
	display: block;
	overflow: hidden;
	background: #0249bb;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;

}

.news li a .photo {
	width: 47%;
	height: 245px;
	float: left;
	position: relative;
	overflow: hidden;
	
}

.news li a .photo img {
	width: 100%;
	height: 100%;
	z-index:1;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.news li a:hover {
	background: #0249bb;
}

.news li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.news li a .textBox {
	padding: 27px 30px;
	width: 53%;
	height: 245px;
	float: right;
	position: relative;
	box-sizing: border-box;
}

/*.news li a .textBox:before {
	width: 15px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content:"";
	z-index: 2;
	background: url(../img/line.png) no-repeat left top;
}
*/
.news li a .textBox .ttl {
	margin-bottom: 7px;
	font-size: 1.05rem;
	font-weight: bold;
	letter-spacing: 2px;
}

.news li a:hover .textBox .ttl {
	color: #fff;
}

.news li a .textBox .date {
	margin-bottom: 10px;
	color: #a09e9e;
}

.news li a:hover .textBox .date {
	color: #fff;
}

.news li a .textBox .txt {
	font-size: 1rem;
	color:#eee;
}

.news li a:hover .textBox .txt {
	color: #fff;
}

.news li a .textBox .link {
	margin-top: 15px;
	padding: 3px 0;
	width: 120px;
	color: #fff;
	font-size: 1.1rem;
	text-align: center;
	border: 1px solid #fff;
	border-radius: 25px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.news li a:hover .textBox .link {
	color: #122c86;
	background: #fff;
	border: 1px solid #fff;
}

.news02 {
	padding: 50px 0 0;
}

.news02 .headLine01{
	margin-bottom: 17px;
}

.news02 ul {
	margin: 0;
}

.news02 li {
	margin: 0 0 25px;
	width: auto;
	float: none;
}

.news02 li a .photo {
	width: 27%;
}

.news02 li a .textBox {
	padding: 27px 50px;
	width: 73%;
	position: relative;
}

/*.news02 li a .textBox:before {
	width: 15px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	content:"";
	z-index: 2;
	background: url(../img/line.png) no-repeat left top;
}*/

.news02 li a .textBox .ttl {
	margin-bottom: 27px;
	font-size: 1.25rem;
	font-weight: bold;
	letter-spacing: 2px;
	color:#fff;
}

.news02 li a .textBox .date {
	margin-bottom: 0;
	color: #e3c667;
	font-size: 0.9rem;
	font-weight: bold;
	line-height:3;
}
.ds1{
	height: 500px;
	margin-top:20px;
}
.ds1 ul li{
	width: 32.10%;
	margin: 0.5%;
	float: left;
}
.news1 .ds1 ul li{
	width: 32.10%;
	margin: 0.5%;
	float: left;
}
.news1 ul li{
	width: 32.10%;
	margin: 0.5%;
	float: left;
}
.ds1 ul li .ds2{
	width: 100%;
	height: 305px;
	overflow: hidden;
	position: relative;
}
.ds1 ul li .ds2 img{
	width: 100%;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}

.ds1 ul li .huangse{
	width: 90px;
	height: 80px;
	background: #d00101;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.ds1 ul li .huangse p{
	font-size: 42px;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
}
.ds1 ul li .huangse span{
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	display: block;
}
.ds1 ul li .ds3{
	width: 80%;
	height: 135px;
	margin: 0px auto;
	margin-top: -30px;
	position:relative;
	background-color: #f4f4f4;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.ds1 ul li .ds3 h3{
	font-size: 18px;
	color: #4a4a4a;
	width: 90%;
	height: 40px;
	margin: 0px auto;
	overflow: hidden;
	text-align: left;
	font-weight: 500;
	padding-top: 17px;
	padding-bottom: 10px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.ds1 ul li .ds3 p{
	font-size: 14px;
	color: #767676;
	width: 90%;
	margin: 0px auto;
	overflow: hidden;
	line-height: 20px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.ds1 ul li:hover .ds3{
	margin-top: 0;
	width: 100%;
	height: 120px;
	background-color: #0d71bf;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.ds1 ul li:hover .huangse{
	background-color: #1574cd;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.ds1 ul li:hover img{
	transform: scale(1.2);
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.ds1 ul li:hover h3{
	color: #FFFFFF;
	height: 30px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.ds1 ul li:hover p{
	color: #FFFFFF;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}


@media all and (min-width: 0) and (max-width: 900px) {
	.news1 {
		padding: 50px 0;
	}
	
	.news .headLine01{
		margin-bottom: 10px;
	}
	
	.news ul {
		margin: 0 -10px;
	}
	
	.news li {
		margin: 0 0 10px;
		width: auto;
		float: none;
	}
		
	.news li a .photo {
		width: 30%;
		height: 180px;
	}
		
	.news li a .textBox {
		padding: 15px 20px 15px 30px;
		width: 70%;
		height: 180px;
		float: right;
		position: relative;
		box-sizing: border-box;
	}
	
	.news li a .textBox:before {
		width: 11px;
		background-size: 100% auto;
	}
	
	.news li a .textBox .ttl {
		margin-bottom: 2px;
		font-size: 1rem;
		letter-spacing: 0;
	}
	
	.news li a .textBox .date {
		margin-bottom: 5px;
	}
	
	.news li a:hover .textBox .date {
		color: #fff;
	}
	
	.news li a .textBox .txt {
		font-size: 0.8rem;
		text-align:justify;
		height:2.1rem;
		overflow:hidden;
		line-height:1rem;
	}
		
	.news li a .textBox .link {
		margin-top: 10px;
		padding: 0;
		font-size: 0.6rem;
	}
		
	.news02 {
		padding: 0;
	}
	
	.news02 .headLine01{
		margin-bottom: 17px;
	}
	
	.news02 ul {
		margin: 0;
		padding-bottom:10px;
	}
	
	.news02 li {
		margin: 0 0 25px;
		width: auto;
		float: none;
	}
	
	.news02 li a .photo {
		width: 30%;
		height:120px;
	}
	
	.news02 li a .textBox {
		padding: 15px 20px;
		width: 70%;
		height:120px;
	}
	.news li a .photo img{
		/*height:70%;
		margin-top:20px;*/
	}
	
	.news02 li a .textBox:before {
		width: 11px;
		background-size: 100% auto;
	}
	
	.news02 li a .textBox .ttl {
		margin-bottom: 5px;
		font-size: 0.8rem;
		letter-spacing: 0;
		overflow:hidden;
		text-overflow:ellipsis;
		white-space:nowrap;
	}
	
	.news02 li a .textBox .date {
		margin-bottom: 0;
		position: static;
		right: inherit;
		top: inherit;
		font-size: 0.9rem;
		display:none;
	}
	.news1 .ds1 ul li{
		width:48%;
	}
	.ds1{margin-top:0;height:330px;}
	.ds1 ul li{
		width:48%;
	}
	.ds1 ul li .ds2{
		height:130px;	
	}
	.ds1 ul li .ds3 {
    	width: 100%;
		height:auto;
	}
	.ds1 ul li .ds3 h3{
		font-size:12px;	
		padding-top:8px;
		font-weight:bold;
		padding-bottom:0;
		height:24px;
	}
	.ds1 ul li .ds3 p{
		font-size:12px;
		padding-bottom:10px;
	}
	
	
}

.culture {
	margin-top: 20px;
	padding: 70px 0 50px;
	background: url(http://www.sdlhblg.com/template/default/img/culture_bg.jpg) no-repeat left top;
	background-size: cover;
}

.culture .headLine01 {
	margin-bottom: -15px;
	color: #FFF;
}

.culture .headLine01:before {
	opacity: 0.2;
	z-index: 0;
}

.culture .headLine01 span {
	color: #eee;
}

.culture .headLine01 span:before {
	background: #eee;
}

.culture .headLine01 span:after {
	background: #eee;
}

.culture ul {
	margin: 0 auto;
	max-width: 1220px;
}

.culture li {
	float: left;
}

.culture li {
	margin: 0 0.5%;
	width: 32.333333333%;
	color: #333;
	font-size: 1.1rem;
	background: #fff;
}

.culture li img {
	width: 100%;
}

.culture li .ttl {
	margin: -51px auto 0;
	padding: 10px 0;
	width: 200px;
	color: #fff;
	position: relative;
	font-size: 1.3rem;
	text-align: center;
	background: #122c86;
}

.culture li .txt {
	padding: 15px 25px;
}

@media all and (min-width: 0) and (max-width: 900px) {
	.culture {
		margin-top: 20px;
		padding: 50px 0;
	}
	
	.culture .headLine01 {
		margin-bottom: -5px;
		color: #FFF;
	}
	
	.culture li {
		float: left;
	}
	
	.culture li {
		margin: 0 0.5%;
		width: 32.333333333%;
		font-size: 0.8rem;
	}
	
	.culture li img {
		width: 100%;
	}
	
	.culture li .ttl {
		margin: 0 auto;
		padding: 5px 0;
		width: 100%;
		font-size: 1.1rem;
	}
	
	.culture li .txt {
		padding: 10px;
		height: 100px;
	}

}

.workshop {
	padding: 80px 0;
}

.workshop li {
	margin: 0 0.5% 13px;
	width: 24%;
	float: left;
}

.workshop li a {
	display: block;
	position: relative;
	overflow: hidden;
}

.workshop li:first-child {
	width: 49%;
}

.workshop li img {
	width: 100%;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.workshop li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.workshop li a p {
	padding: 10px 0;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 1.2rem;
	background: rgba(0,0,0,.7);
	text-align: center;
}

@media all and (min-width: 0) and (max-width: 900px) {
	.workshop {
		padding: 50px 0;
	}
	
	.workshop li {
		margin: 0 1% 15px;
		width: 48%;
		float: left;
	}
		
	.workshop li:first-child {
		width: 48%;
	}

	.workshop li:last-child {
		display: none;
	}
	
	.workshop li img {
		width: 100%;
	}
	
	.workshop li a p {
		padding: 10px 0;
		width: 100%;
		position: absolute;
		left: 0;
		bottom: 0;
		color: #fff;
		font-size: 1.2rem;
		background: rgba(0,0,0,.7);
		text-align: center;
	}
	
}

.comTel {
	padding: 50px 0 30px;
}

.comTel a {
	margin: 0 auto;
	padding: 10px 0;
	max-width: 420px;
	width: 100%;
	display: block;
	text-align: center;
	background: #CB0214;
	border-radius: 50px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.comTel a:hover {
	opacity: 0.7;
}

.comTel a span {
	padding-left: 50px;
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	display: inline-block;
	background: url(../image/tel02.png) no-repeat left center;
}

@media all and (min-width: 0) and (max-width: 900px) {
	.comTel {
		padding: 40px 20px;
	}
	
	.comTel a span {
		padding-left: 40px;
		font-size: 1.2rem;
		font-weight: bold;
		display: inline-block;
		background-size: 30px auto;
	}
	
}

.detailBox {
	margin: 60px 0 80px;
	overflow: hidden;
	background: #F5F3F4;
}

.detailBox .photoBox {
	width: 43%;
	height: 100%;
	float: left;
}

.detailBox .photoBox img {
	width: 100%;
	height: 100%;
}

.detailBox .textBox {
	padding: 23px 50px;
	width: 54%;
	float: right;
	position: relative;
	box-sizing: border-box;
}

.detailBox .textBox .ttl {
	margin-bottom: 15px;
	padding-bottom: 10px;
	color: #222;
	font-size: 1.72rem;
	font-weight: bold;
	position: relative;
}

.detailBox .textBox .ttl:before {
	width: 110px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #005ed0;
}

.detailBox .textBox .date {
	margin-bottom: 33px;
	color: #888;
	font-size: 0.95rem;
}

.detailBox .textBox .tel {
	margin-bottom: 15px;
	padding-left: 80px;
	color: #122c86;
	font-size: 3.2rem;
	font-weight: bold;
	font-family:Impact;
	background: url(../image/tel04.png) no-repeat left center;
}

.detailBox .textBox .txt {
	margin-bottom: 35px;
	font-size: 1.1rem;
	line-height: 1.6;
}

.detailBox .textBox .link {
	color: #005ed0;
}

.detailBox .textBox .link a {
	padding: 5px 0;
	width: 180px;
	display: inline-block;
	color: #005ed0;
	font-size: 1.4rem;
	text-align: center;
	border: 1px solid #005ed0;
	border-radius:50px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.detailBox .textBox .link a:hover {
	color: #fff;
	background: #005ed0;
}

.detailBox .textBox .code {
	position: absolute;
	right: 10px;
	top: 50%;
}

.content h3 {
	background: url(../image/h_bg.jpg) no-repeat left center;
}

.content h3 span {
	padding-left: 15px;
	width: 180px;
	height: 60px;
	color: #fff;
	font-size: 1.3rem;
	letter-spacing: 2px;
	line-height: 60px;
	display: inline-block;
	text-align: center;
	background: #122c86 url(../image/icon_6.png) no-repeat 15px center;
	box-sizing: border-box;
}

.content .textArea {
	padding: 35px 0;
	font-size: 1rem;
	line-height: 1.8;
}

.textArea.proText img {

}

@media all and (min-width: 0) and (max-width: 900px) {
	.detailBox {
		margin: 50px 0 20px;
		height: auto;
	}
	
	.detailBox .photoBox {
		width: auto;
		height: auto;
		float: none;
	}

	.detailBox .photoBox img {
		width: 100%;
	}
	
	.detailBox .photoBox img {
		width: 100%;
		height: 100%;
	}
	
	.detailBox .textBox {
		padding: 20px 15px;
		width: auto;
		float: none;
		position: relative;
		box-sizing: border-box;
	}
	
	.detailBox .textBox .ttl {
		margin-bottom: 15px;
		padding-bottom: 10px;
		color: #222;
		font-size: 1.5rem;
	}
	
	.detailBox .textBox .ttl:before {
		width: 80px;
		height: 2px;
	}
	
	.detailBox .textBox .date {
		margin-bottom: 20px;
		font-size: 0.9rem;
	}
	
	.detailBox .textBox .tel {
		margin-bottom: 25px;
		font-size: 1.8rem;
		background: url(../image/tel03.png) no-repeat left center;
		padding-left:45px;
	}
	
	.detailBox .textBox .txt {
		margin-bottom: 25px;
		font-size: 1rem;
	}
	
	.detailBox .textBox .link a {
		padding: 5px 0;
		width: auto;
		display: block;
		font-size: 1.2rem;
	}
	
	.detailBox .textBox .code {
		display: none;
	}

	.content h3 span {
		padding-left: 15px;
		width: 130px;
		height: 40px;
		font-size: 1.1rem;
		letter-spacing: 0;
		line-height: 40px;
		background-size: 15px auto;
	}
	
	.content .textArea {
		padding: 20px 0;
	}
	
	.content p {
		font-size: 1rem;
	}
}

.proList {
	padding: 67px 0 0;
}

.proList li {
	margin: 0 1% 13px;
	width: 23%;
	float: left;
	text-align: center;
}

.proList li a {
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 1.15rem;
	font-weight: bold;
	border-radius: 30px;
	background: #0d71bf;
	transition:all .5s ease-in-out;
}

.proList li a:hover {
	background: #122c86;
	padding-left:10px;
	padding-right:-10px;
	font-size:1.15rem;
}

@media all and (min-width: 0) and (max-width: 900px) {
	.proList {
		padding: 0px 0 0;
	}
	
	.proList li {
		margin: 0 1% 13px;
		width: 48%;
	}
	
	.proList li a {
		padding: 10px 0;
		font-size: 0.8rem;
	}
}

.newsDetail {
	padding: 55px 0;
}

.newsDetail .textArea {
	margin-bottom: 40px;
	font-size: 1rem;
	text-align:justify;
}

.newsDetail .textArea img {
	margin: 0 auto;
	max-width: 600px;
	width: 100%;
	height: auto !important;
	display: block;
}

.newsDetail h3 {
	color: #000;
	font-size: 2rem;
	letter-spacing: 3px;
	text-align: center;
}

.newsDetail p {
	font-size: 1.1rem;
}

.newsDetail .info {
	margin-bottom: 42px;
	padding: 22px 0;
	font-size: 0.9rem;
	text-align: center;
	border-bottom: 3px solid #eee;
}

.newsDetail .info span {
	margin: 0 10px;
	display: inline-block;
}

.newsDetail .info .source {
	padding-left: 20px;
	background: url(../image/auico0.png) no-repeat left center;
}

.newsDetail .info .date {
	padding-left: 18px;
	background: url(../image/auico1.png) no-repeat left center;
}

.newsDetail .info .cilck {
	padding-left: 20px;
	background: url(../image/auico2.png) no-repeat left center;
}

.pageChange {
	padding: 10px;
	color: #fff;
	font-size: 1.1rem;
	background: #0d71bf;
	margin-top:15px;
}

.pageChange a {
	color: #fff;
}

.pageChange a:hover {
	text-decoration: underline;
}

.pageChange .prev {
	width: 50%;
	float: left;
}

.pageChange .next {
	width: 50%;
	float: right;
	text-align: right;
}

@media all and (min-width: 0) and (max-width: 900px) {
	.newsDetail {
		padding: 20px 0;
	}
	
	.newsDetail .textArea {
		margin-bottom: 20px;
	}
	
	.newsDetail .textArea img {
		max-width: 100%;
		width: 100%;
		height: auto !important;
	}
	
	.newsDetail h3 {
		font-size: 1.3rem;
		letter-spacing: 0;
	}
	
	.newsDetail p {
		font-size: 1rem;
	}
	
	.newsDetail .info {
		margin-bottom: 20px;
		padding: 10px 0;
		font-size: 0.9rem;
		border-bottom: 2px solid #122c86;
	}
		
	.pageChange {
		padding: 0 10px;
		font-size: 1rem;
	}
	
	.pageChange .prev {
		padding: 10px 0;
		display: block;
		width: auto;
		float: none;
		border-bottom: 1px dotted #fff;
		font-size:0.8rem;
	}
	
	.pageChange .next {
		padding: 10px 0;
		display: block;
		width: auto;
		float: none;
		text-align: right;
		font-size:0.8rem;
	}

}

.contactBox {
	margin: 60px 0 50px;
}

#map {
	width: 100%;
	height: 480px;
}
#mapContainer{
    width: 90%;
    margin:0 auto;
    height: 480px;
}

.contactBox .textBox {
	padding: 30px;
	width: 50%;
	height: 400px;
	float: left;
	background: #021414;
	box-sizing: border-box;
}

.contactBox .textBox .ttl {
	margin-bottom: 15px;
	padding-bottom: 6px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
}

.contactBox .textBox .ttl span {
	display: block;
	font-size: 0.9rem;
	font-weight: normal;
}

.contactBox .textBox .ttl:before {
	width: 110px;
	height: 4px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #005ed0;
}

.contactBox .textBox .tel {
	margin-bottom: 20px;
	color: #fff;
	font-size: 1.05rem;
	line-height: 2.5;
}

.contactBox .textBox .tel span {
	display: block;
	color: #005ed0;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.2;
}

.contactBox .textBox .txt {
	color: #fff;
	font-size: 1.1rem;
	line-height: 1.6;
}

.contactBox #map {
	width: 100%;
	height: 445px;
}
.con{margin-top:60px;}
.con li{width:31.13333%;float:left;margin:3% 1%;border-right: 1px solid #eee;}
.con li:nth-child(3){border-right:none;}
.con li img{
	margin: 0 auto;
    display: block;
}
.p1{width:100%;text-align:center;font-size:1.2rem;line-height:2;}
.p1 b{font-size:1.8rem;line-height:60px;}
	

.BMap_bubble_content {
	width: 320px !important;
}

.iw_poi_title {
	color: #005ed0 !important;
	font-size: 1.4rem !important;
}

.iw_poi_content {
	font-size: 1rem;
}

@media all and (min-width: 0) and (max-width: 900px) {
	.contactBox {
		margin: 50px 0;
		height: auto;
	}
	
	.contactBox #map {
		width: auto;
		float: none;
	}
	
	.contactBox .textBox {
		padding: 15px;
		width: auto;
		height: auto;
		float: none;
	}
	
	.contactBox .textBox .ttl {
		margin-bottom: 10px;
		padding-bottom: 10px;
		font-size: 1.3rem;
	}
	
	.contactBox .textBox .ttl span {
		font-size: 0.7rem;
	}
	
	.contactBox .textBox .ttl:before {
		width: 80px;
		height: 3px;
	}
	
	.contactBox .textBox .tel {
		margin-bottom: 10px;
		font-size: 1rem;
	}
	
	.contactBox .textBox .tel span {
		font-size: 2rem;
	}
	
	.contactBox .textBox .txt {
		font-size: 1rem;
	}
	
	.contactBox #map {
		width: auto;
		height: 400px;
		float: none;
	}
	
	.BMap_bubble_content {
		width: 280px !important;
	}
	
	.iw_poi_title {
		font-size: 1.2rem !important;
	}
	
	.iw_poi_content {
		font-size: 1rem;
	}
	.cen{
		text-align:center;
		width:100%;
	}
	.con li{
		width:100%;
		border-right:none;
		border-bottom:1px solid #eee;
		padding-bottom:15px;
		margin-bottom:15px;
	}
	.culture1 b{
		font-size:2rem;
		}
	.culture1 p{
		font-size:1rem;
	}
	.pro_con{
		padding-top: 15px;
    	padding-bottom: 40px;
		margin-top:0;
		margin-bottom:0;
	}
	

}
@media all and (min-width: 901px) and (max-width: 1220px) {
.catalog{
	height:930px;
}
.catalog .tabpanel{
	width:100%;
}
.catalog .tabInner{
	width:100%;
	height:360px;
}
.catalog .tabpanel .sub{
	width:80%;
	padding-top:0;
}
.catalog .tabpanel li{
	width:48%;
}
.catalog .tabInner .tabBox{
	width:100%;
	padding-top:30px;
}
.product{
	max-width: none;
}
.about .inner .textBox{
	background:none;
}
.pc{display:none;}
.sp{display:block;}
.about .inner{
	max-width: none;
}
.about .video{
		width:98%;
		margin-left:5%;
		margin-right:5%;
		overflow:hidden;
		float:none;
		}
	.about .video video{
		width:100% !important;
		height:auto !important;
	}
	.about .inner .textBox {
		padding: 25px 65px 0 20px;
		width: auto;
		height: 366px;
		float: none;
		
	}	
.ds1 ul li{width:48%;}	
.ds1 {
    height: 856px;
}
.ysleft, .ysright{
		position:static;
	}
	.ysleft{
		width:100%;
	}
	.ysright{
		width:100%;
	}
.ysleft .ysl1{
		width:45%;
		float:left;
		margin:2.5%;
		height:auto;
	}
	.ysright .ysl1{
		width:45%;
		float:left;
		margin:2.5%;
		height:auto;
	}
	.ysimg1 {
		
		top:inherit;
		bottom:5% !important;
		width:70%;
		margin-left:-35%;
	}
	.ysimg2{
		top:inherit;
		bottom:5% !important;
		width:48%;
		margin-left:-24%;
		
	}
	.ysleft .ysl1 b{
		font-size:1.3rem;
	}
	.ysleft .ysl1 p{
		padding:0px 25px 20px 30px;
		font-size:0.7rem;
	}
	.ysleft .y2{
		margin-left:0;	
	}
	.ysleft .y3{
		margin-left:0;	
	}
	
	.ysright .ysl1 b{
		font-size:1.3rem;
	}
	.ysright .ysl1 p{
		padding:0px 25px 20px 30px;
		font-size:0.7rem;
	}
	.ysright .y2{
		margin-left:0;	
	}
	.ysright .y3{
		margin-left:0;	
	}
	
	.ysimg1 img{
		width:100%;
		height:auto;
	}
	.ysimg2 img{
		width:100%;
		height:auto;
	}
.ibrand-num li {
	float: left;
	width: 140px;
	height: 140px;
	margin-left: 50px;
}

.ibrand-num li b {
	display: block;
	font-size: 16px;
	color: #666;
	font-weight: normal;
	padding: 10px 0 0;
}

.ibrand-num li .spinner {
	position: absolute;
	top: -3%;
	right: -3%;
	width: 140px;
	height: 140px;
}	
.product li{
	width:23%;
	height:270px;	
}
.product li a img{
	height:230px;
}
.about .video video{
	width:90% !important;
}
.about .inner .textBox {
    padding:0 20px 0px 20px;
    width: 98%;
}
.about{
	background-size: cover;	
}
.ibrand-num{padding-top:0;}
.ibrand-num{margin-left:3%;}
.pro_mor{
	display:none !important;
}
.feature .headLine01{
	margin-bottom:10px;	
}
.yscon{
	margin-left:0;
	width:100%;
}
.yscon{
	min-height: 1450px;
}
.ds1 ul li{
	width:48%;
}
.about .inner .contextr{
		width:82%;
		float:none;
		padding: 0 0 2% 10%;
	}
.pronav ul li p{
	font-size:0.8rem;
	}
.pro_more a{
	
}	
.product02 li .photo{
	height:230px !important;
}
	
}
@media all and(min-width:1221px) and (max-width:1399px){
.product li .photo{
	height:300px;
}
.product li a img{
	height:300px;
}
.about .inner .contextr h2{
	font-size:2rem;	
}
	
}

@media all and (min-width: 1400px) and (max-width: 1620px) {
.about .inner .contextr h2{
	font-size:2.2rem;
}
.ysleft .ysl1{
	width:50%;
}
.ysleft .ysl1 p{
	font-size:0.9rem;
}
.ysright{
	right:-30%;
}
.ysright .ysl1{
	width:45%;
}
.ysright .ysl1 p{
	font-size:0.9rem;
}
.product li .photo{
	height:360px;
}
.product li a img{
	height:360px;
}
.product02 li a img{
	height:360px;
}
.product02 li .photo{
    height: 360px !important;
}


	
	
	
}

@media all and (min-width: 1620px) and (max-width: 1920px) {
.newsDetail .textArea{
	font-size:1.3rem;
	line-height:1.8;
}
.about .inner .contextr .ewm1 p{
	padding-right:22%;
}

}
.scrollarrow {
	height: 50px;
	width: 100%;
	position:absolute;
	left: 0;
	top: 10px;
	z-index: 100;
}

.scrollarrow a {
	margin-left: -25px;
	top: 0;
	position: absolute;
	left: 50%;
	width: 50px;
	cursor: pointer;
    -webkit-animation: opener .5s ease-in-out alternate infinite;
    animation: opener .5s ease-in-out alternate infinite;
    cursor: pointer;
    -webkit-transition: opacity .2s ease-in-out, transform .5s ease-in-out .2s;
    transition: opacity .2s ease-in-out, transform .5s ease-in-out .2s;
}

@media all and (min-width: 0) and (max-width: 900px) {
	.scrollarrow {
	height: 30px;
	width: 100%;
	position:absolute;
	left: 0;
	top: 0px;
	z-index: 100;
}
.scrollarrow a {
	width:30px
}
.scrollarrow a img{
	width:30px
}
}
@media all and (min-width: 901px) and (max-width: 1220px) {
	.scrollarrow {
	height: 30px;
	width: 100%;
	position:absolute;
	left: 0;
	top: 0px;
	z-index: 100;
}
.scrollarrow a {
	width:30px
}
.scrollarrow a img{
	width:30px
}
}</pre></body></html>