@charset "utf-8";
/*------------------------------------------------------------
	webstyle
------------------------------------------------------------*/
.service {
	width: 1300px;
	margin: 0px auto;
}

.service ul li {
	width: 15%;
	float: left;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 40px;
	height: 60px;
	border-right: 1px solid #ddd;
	padding-left: 4.5%;
}

.service ul li i {
	width: 40px;
	height: 40px;
	overflow: hidden;
	margin-right: 10px;
	float: left;
	margin-top: 10px;
}

.service ul li b {
	float: left;
	line-height: 60px;
	font-size: 18px;
	font-weight: 100;
	transition: 0.5s;
	color: #212121;
}

.service ul li:nth-child(1) i {
	background: url(../images/sericon01.png) no-repeat center right;
	width: 40px;
	height: 40px;
	display: inline-block;
	transition: 0.5s;
}

.service ul li:nth-child(2) i {
	background: url(../images/sericon02.png) no-repeat center right;
	width: 40px;
	height: 40px;
	display: inline-block;
	transition: 0.5s;
}

.service ul li:nth-child(3) i {
	background: url(../images/sericon04.png) no-repeat center right;
	width: 40px;
	height: 40px;
	display: inline-block;
	transition: 0.5s;
}

.service ul li:nth-child(4) i {
	background: url(../images/sericon03.png) no-repeat center right;
	width: 40px;
	height: 40px;
	display: inline-block;
	transition: 0.5s;
}

.service ul li:nth-child(5) i {
	background: url(../images/sericon05.png) no-repeat center right;
	width: 40px;
	height: 40px;
	display: inline-block;
	transition: 0.5s;
}

.service ul li:nth-child(5) {
	border: none;
}

.service ul li:hover i {
	background-position: left;
}

.service ul li:hover b {
	color: #1488F5;
	margin-left: 5px;
}

@media all and (max-width: 1200px) {
	.service {
		width: auto;
		margin: 0px auto;
	}
	
	.service ul li {
		width: 50%;
		float: left;
		text-align: center;
		margin-top: 25px;
		margin-bottom: 10px;
		height: 60px;
		border-right: 1px solid #ddd;
		padding-left: 4.5%;
		box-sizing: border-box;
	}

	.service ul li:last-child {
		display: none;
	}

}

.feature{
    margin: 50px auto;
}

.feature li {
    width: 25%;
    float: left;
    position: relative;
}

.feature li:after {
    display: block;
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
	border-left: 1px dotted #c9c9c9;
}

.feature li:last-child:after {
    display: none;
}

.feature li .com-img {
    width: 160px;
    height: 160px;
    margin: 0 auto;
	overflow: hidden;
    text-align: center;
	border: 8px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 8px rgba(0,0,0,.1);
}

.feature li img {
    width: 100%;
}

.feature li h3 {
	margin: 8px 0;
    color: #1488F5;
    font-size: 31px;
    font-weight: bold;
    text-align: center;
}

.feature li p {
    color: #6a6a6a;
    font-size: 16px;
    text-align: center;
}

.feature li:hover .com-img img {
    animation: swing 1s infinite linear;
}

.product {
	padding-bottom: 120px;
	background: #fff url(../images/pro_bg.jpg) no-repeat center top;
	background-size: cover;
}

.proLead {
	margin: 0 auto 20px;
	width: 1280px;
}

.proLead li {
	margin: 0 1% 20px;
	width: 18%;
	float: left;
}

.proLead li a {
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #1488F5;
	border-radius: 40px;
	-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;

}

.proLead li a:hover {
	background: #F2CB40;
}

@media all and (max-width: 1200px) {
	
	.proLead {
		margin: 0 auto 10px;
		width: auto;
	}
	
	.proLead li {
		margin: 0 1% 20px;
		width: 48%;
	}
	
	.proLead li a {
		padding: 5px 0;
	
	}
	
}

#top_scroll {
	margin: 0 auto;
	width: 1300px;
	height: 800px;
	overflow: hidden;
}

.proList03 {
	margin: 0 auto;
	width: 90%;
	min-width: 1300px;
}

.proList02 {
	margin: 0 auto;
	width: 90%;
	min-width: 1300px;
}

.proList li {
	margin: 0 0.5% 30px;
	width: 32.333%;
	float: left;
	background: #fff;
}

.proList02 li {
	width: 19%;
}

.proList li a {
	padding: 10px;
	display: block;
	border: 1px solid rgba(20,136,245,.2);
	border-radius: 10px;
}

.proList li a .photo {
	overflow: hidden;
}

.proList li a img {
	width: 100%;
	height: 300px;
	object-fit: cover;
object-position: center center;
	overflow: hidden;
	-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;
}

.proList li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.proList li a p {
	padding: 15px;
	color: #333;
	font-size: 18px;
	position: relative;
	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;
}

.proList li a p span {
	display: block;
	z-index: 2;
	position: relative;
}

.proList li a p:before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
	background: rgba(102,102,102,.2);
	-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;
}

.proList li a p:after {
    display: block;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	z-index: 1;
	background: rgba(20,136,245,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;
}

.proList li a:hover p {
	color: #fff;
}

.proList li a:hover p:after {
    width: 100%;
}

@media all and (max-width: 1200px) {
	#top_scroll {
		margin: 0 10px;
		width: auto;
		height: 600px;
	}
	
	.proList03 {
		margin: 0 10px;
		width: auto;
		min-width: inherit;
	}
	
	.proList02 {
		margin: 0;
		width: auto;
		min-width: inherit;
	}
	
	.proList li {
		margin: 0 0.5% 20px;
		width: 49%;
	}
	
	.proList02 li {
		width: 49%;
	}
	
	.proList li a {
		padding: 10px;
		display: block;
		border: 1px solid rgba(20,136,245,.2);
		border-radius: 10px;
	}
	
	.proList li a .photo {
		overflow: hidden;
	}
	
	.proList li a img {
		width: 100%;
		height: 150px;
		object-fit: cover;
	object-position: center center;
	}
	
	.proList li a p {
		padding: 10px;
		font-size: 15px;
	}
	
}


.about {
	padding: 80px 0;
	background: url(../images/about_bg.jpg) center center no-repeat;
	background-size: cover;
}
.about .section {
	margin: 0 auto;
	width: 1250px;
}
.about .zz_hh {
	float: left;
	width: 30%;
	margin-top: -150px;
/*	background: url(../images/lan.jpg) center;
	background-size: cover;
	height: 640px;
	
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
	text-align: center;*/
}

.about .zz_hh img {
	width: 100%;
	position: relative;
}

.about .zz_hh .sub {
	margin-top: -30px;
	padding: 70px 0 64px;
	background: url(../images/lan.jpg) center;
	background-size: cover;
}

.about .zz_hh h2 {
	font-size: 50px;
	font-weight: bold;
	color: #FFFFFF;
	margin-top: 106px;
}
.about .zz_hh h3 {
	font-size: 20px;
	color: #FFFFFF;
	margin-top: 15px;
}
.about .zz_hh p {
	font-size: 18px;
	color: #FFFFFF;
	text-align: center;
	text-indent: 1.5em;
}
.about .zz_hh h4 {
	font-family: impact;
	font-size: 33px;
	color: #FFFFFF;
	text-align: center;
}

.about .zz_hh h4 span {
	padding-left: 40px;
	display: inline-block;
	background: url(../images/tel02.png) no-repeat left center;
	background-size: 30px 30px;
}

.about .zz_hh a {
	display: block;
	font-size: 18px;
	color: #FFFFFF;
	width: 178px;
	height: 40px;
	border: 1px solid #FFFFFF;
	line-height: 40px;
	text-align: center;
	margin: 0px auto;
	border-radius: 40px;
	margin-top: 137px;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
	-moz-transition: 0.5s;
	transition: 0.5s;
}
.about .zz_hh a:hover {
	background-color: #FFFFFF;
	color: #1b4aa3;
}
.about .jj_hh {
	float: right;
	width: 66.6%;
	background-color: #FFFFFF;
	box-sizing: border-box;
	padding: 50px;
}
.about .jj_hh h2 {
	font-size: 34px;
	color: #1B7FF2;
	font-weight: bold;
	position: relative;
	display: table;
}
.about .jj_hh h2:after {
	content: "";
	position: absolute;
	left: -20px;
	top: 15%;
	width: 10px;
	height: 36px;
	background-color: #FF7F00;
}
.ml_LL {
	width: 100%;
}
.ml_LL {
	font-size: 18px;
	line-height: 30px;
	text-indent: 2em;
	margin-top: 37px;
}
.ml_LL p {
	font-size: 17px;
	line-height: 30px;
	text-indent: 2em;
}
.jj_hh ul {
	margin-top: 41px;
}
.jj_hh ul li {
	width: 33.33%;
	float: left;
	text-align: center;
}
.jj_hh ul li p.h_kp1 {
	font-size: 70px;
	color: #000000;
	text-indent: -50px;
	position: relative;
	display: table;
	margin: 0px auto;
}
.jj_hh ul li p.h_kp2 {
	font-size: 18px;
	color: #000000;
	margin-top: -10px;
}
.jj_hh ul li p.h_kp3 {
	font-size: 12px;
	color: #000000;
}
.mlpp {
	position: relative;
	display: table;
	margin: 0px auto;
}
.mlpp .mmlp2 {
	position: absolute;
	right: -30px;
	top: 18px;
	width: 27px;
	height: 27px;
	background-color: #FF7F00;
	line-height: 27px;
	color: #FFFFFF;
	font-size: 16px;
	border-radius: 27px;
	text-align: center;
}

@media all and (max-width: 1200px) {
	.about {
		padding: 40px 20px;
		background: url(../images/about_bg.jpg) center center no-repeat;
		background-size: cover;
	}
	.about .section {
		margin: 0 auto;
		width: auto;
	}
	.about .zz_hh {
		float: none;
		width: auto;
		margin-top:0;
	}
	
	.about .zz_hh img {
		width: 100%;
		position: relative;
	}
	
	.about .zz_hh .sub {
		margin-top: 0;
		padding: 40px 0;
		background: url(../images/lan.jpg) center;
		background-size: cover;
	}
	
	.about .zz_hh h2 {
		font-size: 50px;
		font-weight: bold;
		color: #FFFFFF;
		margin-top: 106px;
	}
	.about .zz_hh h3 {
		font-size: 20px;
		color: #FFFFFF;
		margin-top: 15px;
	}
	.about .zz_hh p {
		font-size: 18px;
		color: #FFFFFF;
		text-align: center;
		text-indent: 1.5em;
	}
	.about .zz_hh h4 {
		font-family: impact;
		font-size: 33px;
		color: #FFFFFF;
		text-align: center;
	}
	
	.about .zz_hh h4 span {
		padding-left: 40px;
		display: inline-block;
		background: url(../images/tel02.png) no-repeat left center;
		background-size: 30px 30px;
	}
	
	.about .zz_hh a {
		display: block;
		font-size: 18px;
		color: #FFFFFF;
		width: 178px;
		height: 40px;
		border: 1px solid #FFFFFF;
		line-height: 40px;
		text-align: center;
		margin: 0px auto;
		border-radius: 40px;
		margin-top: 137px;
		-webkit-transition: 0.5s;
		-o-transition: 0.5s;
		-ms-transition: 0.5s;
		-moz-transition: 0.5s;
		transition: 0.5s;
	}
	.about .zz_hh a:hover {
		background-color: #FFFFFF;
		color: #1b4aa3;
	}
	.about .jj_hh {
		float: none;
		width: auto;
		background-color: #FFFFFF;
		box-sizing: border-box;
		padding: 20px;
	}
	.about .jj_hh h2 {
		font-size: 23px;
	}
	.ml_LL {
		width: 100%;
	}
	.ml_LL {
		font-size: 18px;
		line-height: 30px;
		text-indent: 2em;
		margin-top: 37px;
	}
	.ml_LL p {
		font-size: 17px;
		line-height: 30px;
		text-indent: 2em;
	}
	.jj_hh ul {
		margin-top: 41px;
		display: none;
	}

}


.case {
	padding: 50px 0 70px;
}

.case .slider {
	margin: 0 auto;
	width: 1280px;
}

.case li {
	margin-right: 20px;
	width: 420px;
	float: left;
}

.case .slider02 li {
	width: 260px;
}

.case li a {
	padding: 10px;
	display: block;
	background: #fff;
	border: 1px solid rgba(0,0,0,.2);
	border-radius: 10px;
}

.case li a .photo {
	overflow: hidden;
}

.case li a img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center center;

	overflow: hidden;
}

.case li a p {
	padding: 15px;
	color: #333;
	font-size: 18px;
	position: relative;
	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;
}

.case li a p span {
	display: block;
	z-index: 2;
	position: relative;
}

.case li a p:before {
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 0;
	background: rgba(102,102,102,.2);
	-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 p:after {
    display: block;
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
	z-index: 1;
	background: rgba(20,136,245,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;
}

.case li a:hover p {
	color: #fff;
}

.case li a:hover p:after {
    width: 100%;
}

@media all and (max-width: 1200px) {
	.case {
		padding: 40px 0;
	}
	
	.case .slider {
		margin: 0 auto;
		width: auto;
	}
	
	.case li {
		margin-right: 10px;
		width: 200px;
		float: left;
	}
	
	.case .slider02 li {
		width: 260px;
	}
	
	.case li a {
		padding: 10px;
		display: block;
		background: #fff;
		border: 1px solid rgba(0,0,0,.2);
		border-radius: 10px;
	}
	
	.case li a .photo {
		overflow: hidden;
	}
	
	.case li a img {
		width: 100%;
		height: 150px;
		object-fit: cover;
		object-position: center center;
	
		overflow: hidden;
	}
	
	.case li a p {
		padding: 15px;
		color: #333;
		font-size: 18px;
		position: relative;
		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;
	}
	
	.case li a p span {
		display: block;
		z-index: 2;
		position: relative;
	}
	
	.case li a p:before {
		display: block;
		content: '';
		width: 100%;
		height: 1px;
		position: absolute;
		left: 0;
		top: 0;
		background: rgba(102,102,102,.2);
		-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 p:after {
		display: block;
		content: '';
		width: 0;
		height: 100%;
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		background: rgba(20,136,245,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;
	}
	
	.case li a:hover p {
		color: #fff;
	}
	
	.case li a:hover p:after {
		width: 100%;
	}

}

.youshi {
	padding: 60px 0;
	background: url(../images/youshi_bg.jpg) no-repeat center center;
	background-size: cover;
}
@media all and (max-width: 1200px) {
	.youshi {
		display: none;
	}
}

.youshi .headLine01 {
	margin-bottom: 150px;
}

.youshi .section {
	margin: 0 auto;
	width: 1260px;
	position: relative;
}

.youshi .photo {
	margin: 0 auto;
	width: 500px;
	height: 500px;
	overflow: hidden;
	border: 3px solid #fff;
	border-radius: 50%;
}

.youshi .photo img {
	width: 100%;
}

.youshi .sub {
	width: 380px;
	position: absolute;
}

.youshi .sub1 {
	margin-left: -200px;
	left: 50%;
	top: -120px;
}

.youshi .sub2 {
	left: 0;
	top: 80px;
}

.youshi .sub3 {
	left: 0;
	top: 250px;
}

.youshi .sub4 {
	right: 0;
	top: 80px;
	text-align: right;
}

.youshi .sub5 {
	right: 0;
	top: 250px;
	text-align: right;
}

.youshi .sub p {
	padding-left: 60px;
	color: #333;
	font-size: 17px;
}

.youshi .sub p span {
	margin-bottom: 10px;
	display: block;
	color: #1488F5;
	font-size: 26px;
	font-weight: bold;
}

.youshi .sub .num {
	width: 50px;
	height: 50px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	line-height: 50px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	background: #1488F5;
}

.youshi .sub4 p,
.youshi .sub5 p {
	padding: 0 60px 0 0;
}

.youshi .sub4 .num,
.youshi .sub5 .num {
	left: inherit;
	right: 0;
}

.feaList {
	margin: 0 auto;
	width: 92%;
	min-width: 1200px;
	background: #fff;
	box-shadow: 1px 1px 4px rgba(0,0,0,.4);
}
.feaList li {
	padding: 30px 0;
	width: 25%;
	float: left;
	text-align: center;
}

.feaList li .ttl {
	margin-top: -13px;
	display: inline-block;
	color: #FE6D0A;
	font-size: 40px;
	font-weight: bold;
	vertical-align: middle;
}

.feaList li .txt {
	display: block;
	color: #666;
	font-size: 16px;
}

.flow  {
	padding: 70px 0 20px;
}

@media all and (max-width: 1200px) {
	.flow {
		display: none;
	}
}


.flow ul {
	margin: 0 auto;
	width: 1200px;
	position: relative;
	overflow: hidden;
}

.flow li {
	float: left;
	width: 206px;
}

.flow .item02 {
	width: 170px;
}

.flow li .Piece {
	width: 168px;
	height: 188px;
	background: #f5f5f5;
	border: 1px solid #ddd;
	float: left;
	font-size: 20px;
	text-align: center;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	box-shadow: 0 0 0 #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.flow li .jtou {
	width: 36px;
	height: 188px;
	background: url(../images/jtou.png) no-repeat center;
	float: left;
	display: block;
}

.flow li img {
	max-width: 100px;
	max-height: 80px;
	display: block;
	margin: 0 auto;
}

.flow li p {
	text-align: center;
	padding-top: 40px;
	height: 88px;
}

.flow li:last-child .jtou {
	display: none;
}

.news {
	padding: 70px 0;
	margin: 0 auto;
	width: 1300px;
}

.news .imgList {
}
	
.news .imgList li {
	margin: 0 1% 10px;
	padding: 0 0 10px;
	width: 31.3333%;
	float: left;
	color: #666;
	font-size: 15px;
	list-style: none;
	position: relative;
	background: rgba(204,204,204,.3);
	border-bottom: 1px dotted #ccc;
}

.news .imgList li a {
	display: block;
	overflow: hidden;
}

.news .imgList li a:hover {
	opacity: 0.7;
}

.news .imgList li .tu {
}

.news .imgList li .tu img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	object-position: center center;
}

.news .imgList li .wen {
	padding: 15px;
	position: relative;
}

.news .imgList li .date {
	position: absolute;
	right: 10px;
	top: 15px;
	color: #ccc;
	font-size: 15px;
}

.news .imgList li .ttl {
	margin-bottom: 10px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

.news .imgList li .txt {
	color: #333;
	font-size: 15px;
	line-height: 1.8;
}

.news .imgList li .click {
	text-align: right;
}

.news .imgList li .click span {
	padding: 5px 0;
	width: 120px;
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #1488F5;
	border-radius: 30px;
}

@media all and (max-width: 1200px) {
	.news {
		padding:40px 0;
		margin: 0 auto;
		width: auto;
	}
	
	.news .imgList {
		margin: 0 20px;
	}
		
	.news .imgList li {
		margin: 0 0 10px;
		padding: 0 0 10px;
		width: auto;
		float: none;
		color: #666;
	}
	
	.news .imgList li a {
		display: block;
		overflow: hidden;
	}
	
	.news .imgList li a:hover {
		opacity: 0.7;
	}
	
	.news .imgList li .tu {
	}
	
	.news .imgList li .tu img {
		height: 200px;
	}
	
	.news .imgList li .wen {
		padding: 15px;
		position: relative;
	}
	
	.news .imgList li .date {
		display: none;
	}
	
	.news .imgList li .ttl {
		margin-bottom: 10px;
		color: #000;
		font-size: 18px;
		font-weight: bold;
	}
	
	.news .imgList li .txt {
		color: #333;
		font-size: 15px;
		line-height: 1.8;
	}
	
	.news .imgList li .click {
		margin-top: 10px;
		text-align: left;
	}

}

/*------------------------------------------------------------
	about
------------------------------------------------------------*/
.pageAbout {
	margin: 0 auto;
	padding: 0 0 70px;
	width: 92%;
	min-width: 1200px;
}

.pageAbout p {
	font-size: 16px;
	line-height: 2;
	text-indent: 2em;
}

.aboutImg {
	margin-top: 50px;
	padding: 10px;
	box-shadow: 0 0 4px rgba(0,0,0,.2)
}

.aboutImg img {
	width: 100%;
}

@media all and (max-width: 1200px) {
	.pageAbout {
		margin: 0 auto;
		padding: 0 0 40px;
		width: auto;
		min-width: inherit;
	}
	
	.pageAbout p {
		font-size: 16px;
		line-height: 2;
		text-indent: 2em;
	}
	
	.aboutImg {
		margin-top: 50px;
		padding: 10px;
		box-shadow: 0 0 4px rgba(0,0,0,.2)
	}
	
	.aboutImg img {
		width: 100%;
	}
	
	
}

/*------------------------------------------------------------
	about
------------------------------------------------------------*/
.detailBox {
	margin: 0 auto;
	width: 1200px;
}

.detailBox .inner {
	margin-bottom: 30px;
}

.detailBox .inner .photo {
	margin-right: 30px;
	width: 48%;
	float: left;
}

.detailBox .inner .photo img {
	width: 100%;
}

.detailBox .inner .textBox {
	width: 48%;
	float: right;
}

.detailBox .inner .textBox .title {
	color: #333;
	font-size: 40px;
	position: relative;
	border-bottom: 1px solid #ccc;
}

.detailBox .inner .textBox .title:before {
	display: block;
    content: '';
    width: 80px;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1px;
	background: #1488F5;
}

.detailBox .inner .textBox .txt {
	margin: 30px 0 30px 20px;
	color: #666;
	font-size: 15px;
	line-height: 1.7;
}

.detailBox .linkUl {
	margin-bottom: 20px;
}

.detailBox .linkUl li {
	width: 185px;
	float: left;
}

.detailBox .linkUl .btn01 {
	margin-right: 15px;
	padding: 10px 0 10px 30px;
	display: block;
	color: #1488F5;
	font-size: 22px;
	text-align: center;
	border: 1px solid #1488F5;
	border-radius: 5px;
	background: url(../images/tel01.png) no-repeat 10px center;
	background-size: 25px 25px;
}

.detailBox .linkUl .btn02 a {
	padding: 11px 0;
	display: block;
	color: #fff;
	font-size: 22px;
	text-align: center;
	background: #1488F5;
	border-radius: 5px;
}

.detailBox .bText {
	font-size: 15px;
}

.detailBox .bText span {
	margin-right: 10px;
	padding-left: 20px;
	color: #666;
	background: url(../images/icon01.png) no-repeat left center;
	background-size: 15px 15px;
}

.detailBox .infoTtl {
	margin-bottom: 30px;
	border: 1px solid #ccc;
}

.detailBox .infoTtl span {
	margin-top: -1px;
	padding: 15px 0;
	width: 150px;
	display: block;
	font-size: 15px;
	text-align: center;
	border-right: 1px solid #ccc;
	border-top: 3px solid #1488F5;
}

.detailBox .subDetail {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.8;
	text-align: left;
}

.detailBox .subDetail img {
	margin: 0 auto;
	display: block;
}

.detailBox h3 {
	margin-bottom: 20px;
	padding-bottom: 15px;
	font-size: 20px;
	text-align: center;
	border-bottom: 1px dotted #ccc;
}

.pageNews {
	margin: 0 auto 50px;
	width: 92%;
	min-width: 1200px;
}

.pageNews li {
	font-size: 15px;
	position: relative;
	border-bottom: 1px solid #eee;
}

.pageNews li .sub {
	-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;
}

.pageNews li a {
	padding: 30px 15px;
	display: block;
	color: #666;
	overflow: hidden;
	-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;
}

.pageNews li .photo {
	width: 200px;
	height: 160px;
	float: left;
	overflow: hidden;
}

.pageNews li .photo img {
	width: 100%;
	height: 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;
}

.pageNews li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.pageNews li .textBox {
	padding-left: 230px;
}

.pageNews li .textBox .ttl {
	margin-bottom: 10px;
	font-size: 20px;
	color: #333;
}

.pageNews li .textBox .txt {
	margin-bottom: 10px;
	font-size: 16px;
	color: #999;
	line-height: 1.7;
}

.pageNews li .textBox .date {
	font-size: 14px;
	color: #999;
}

.pageNews li a:hover {
	background: #1488F5;
}

.pageNews li a:hover .textBox .ttl,
.pageNews li a:hover .textBox .txt,
.pageNews li a:hover .textBox .date {
	color: #fff;
}

.conList {
	margin: 0 auto 50px;
	width: 92%;
	min-width: 1200px;
}

.conList li {
	width: 33.333333333%;
	float: left;
	color: #333;
	font-size: 17px;
	line-height: 2;
	text-align: center;
}

.conList li span {
	margin-top: 15px;
	display: block;
	font-size: 20px;
	font-weight: bold;
}

.conList li img {
	margin: 0 auto;
	display: block;
}

#dituContent img {
    width:100%;

}

.qianhou {
	margin: 0 auto 30px;
	width: 1200px;
	padding: 10px 8px;
	font-size: 15px;
	background:#f5f5f5;
}

.qianhou .qian {
	width: 50%;
	float: left;
}

.qianhou .hou {
	width: 50%;
	float: right;
	text-align: right;
}

.qianhou a:hover {
	text-decoration: underline;
}

.content {
	text-align: center;
}

.content img {
	margin-bottom: 10px;
}

.jieshao {
	margin: 0 auto;
	width: 1300px;
}


@media all and (max-width: 1200px) {
	.jieshao {
		margin: 0 20px;
		width: auto;
	}

}

.jieshao p {
	margin-bottom: 15px;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	text-indent: 2em;
}

.jieshao .bnr img {
	width: 100%;
}

.mainBox {
	margin: 0 auto;
	padding: 50px 0;
	width: 1300px;
}

@media all and (max-width: 1200px) {
	.mainBox {
		margin: 0;
		padding: 30px 15px;
		width: auto;
	}

}

.detailBox {
	margin: 0 auto 40px;
	width: 1200px;
}

.detailBox h3 {
	font-size: 20px;
	text-align: center;
}

.detailBox .info{
	text-align: left;
}

.detailBox .info img {
	margin: 0 auto 20px;
	display: block;
	max-width: 80%;
	width: auto !important;
	height: auto !important;
}

.detailBox .infoPhoto {
	text-align: justify;
	font-size:16px;
	color:#444;
}

.detailBox .infoPhoto img {
	margin: 0 auto 15px;
	display: block;
	width: 600px !important;
	height: auto !important;
}

.detailBox .infoPhoto video {
	margin: 0 auto;
	display: block;
	height: 900px !important;
}

.detailBox .infoPhoto table {
	margin-top: 30px;
	width: 100%;
	border-collapse: collapse;
}

.detailBox .infoPhoto th {
	padding: 10px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #666;
}

.detailBox .infoPhoto td {
	padding: 10px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #666;
}

.detailBox .infoText {
	margin-bottom: 20px;
	text-align: center;
}

.detailBox .infoText h3 {
	color: #111;
	font-size: 28px;
	text-align: center;
	margin-bottom: 20px;
}

.detailBox .infoText .updata {
	margin-top: 30px;
	padding: 10px 0;
	text-align: center;
	padding-bottom:15px;
	color:#888;
	font-size: 15px;
	font-weight: normal;
	border-top: 1px dotted #b6b6b6;
	border-bottom: 1px dotted #b6b6b6;
}

.detailBox .infoText .name {
	margin-bottom: 20px;
	font-size: 20px;
	font-weight: bold;
}

.detailBox .infoText .tel {
	padding: 15px 0 15px 80px;
	text-align: left;
	color: #d60d1b;
	font-size: 35px;
	font-weight: bold;
	background: url(../images/tel.png) no-repeat left center;
}

@media all and (max-width: 1200px) {
	.detailBox {
		margin: 0 auto 40px;
		width: auto;
	}
	
	.detailBox h3 {
		font-size: 18px;
	}
	
	
	.detailBox .info img {
		margin: 0 auto 20px;
		display: block;
		max-width: 100%;
		width: auto !important;
		height: auto !important;
	}
	
	.detailBox .infoPhoto {
		text-align: justify;
		font-size:16px;
		color:#444;
	}
	
	.detailBox .infoPhoto img {
		margin: 0 auto 15px;
		display: block;
		width: 100% !important;
		height: auto !important;
	}
	
	.detailBox .infoPhoto video {
		margin: 0 auto;
		display: block;
		height: auto !important;
	}
	

}

.qianhou {
	margin: 0 auto 30px;
	width: 1200px;
	padding: 10px 8px;
	font-size: 15px;
	background:#f5f5f5;
}

.qianhou .qian {
	width: 50%;
	float: left;
}

.qianhou .hou {
	width: 50%;
	float: right;
	text-align: right;
}

.qianhou a:hover {
	text-decoration: underline;
}

@media all and (max-width: 1200px) {
	.qianhou {
		margin: 0 auto 30px;
		width: auto;
		padding: 10px 8px;
		font-size: 15px;
		background:#f5f5f5;
	}
	
	.qianhou .qian {
		width: 50%;
		float: left;
	}
	
	.qianhou .hou {
		width: 50%;
		float: right;
		text-align: right;
	}
	
	.qianhou a:hover {
		text-decoration: underline;
	}

}

.pagenews {
}
	
#main .pagenews ul {
	margin-bottom: 50px;
}

#main .pagenews li {
	font-size: 15px;
	position: relative;
	border-bottom: 1px solid #eee;
}

#main .pagenews li .sub {
	-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;
}

#main .pagenews li a {
	padding: 30px 15px;
	display: block;
	color: #666;
	overflow: hidden;
	-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;
}

#main .pagenews li .photo {
	width: 200px;
	height: 160px;
	float: left;
	overflow: hidden;
}

#main .pagenews li .photo img {
	width: 100%;
	height: 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;
}

#main .pagenews li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .pagenews li .textBox {
	padding-left: 230px;
}

#main .pagenews li .textBox .ttl {
	margin-bottom: 10px;
	font-size: 20px;
	color: #333;
}

#main .pagenews li .textBox .txt {
	margin-bottom: 10px;
	font-size: 16px;
	color: #999;
	line-height: 1.7;
}

#main .pagenews li .textBox .date {
	font-size: 14px;
	color: #999;
}

#main .pagenews li a:hover {
	background: #1488F5;
}

#main .pagenews li a:hover .textBox .ttl,
#main .pagenews li a:hover .textBox .txt,
#main .pagenews li a:hover .textBox .date {
	color: #fff;
}

@media all and (max-width: 1200px) {
		
	#main .pagenews ul {
		margin-bottom: 30px;
	}
	
	#main .pagenews li {
		font-size: 15px;
		position: relative;
		border-bottom: 1px solid #eee;
	}
	
	#main .pagenews li .sub {
		-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;
	}
	
	#main .pagenews li a {
		padding: 30px 15px;
		display: block;
		color: #666;
		overflow: hidden;
		-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;
	}
	
	#main .pagenews li .photo {
		margin-bottom: 15px;
		width: auto;
		height: auto;
		float: none;
		overflow: hidden;
	}
	
	#main .pagenews li .photo img {
		width: 100%;
		height: 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;
	}
	
	#main .pagenews li a:hover .photo img {
		transform: scale(1.2);
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
	}
	
	#main .pagenews li .textBox {
		padding-left: 0;
	}
	
	#main .pagenews li .textBox .ttl {
		margin-bottom: 10px;
		font-size: 20px;
		color: #333;
	}
	
	#main .pagenews li .textBox .txt {
		margin-bottom: 10px;
		font-size: 16px;
		color: #999;
		line-height: 1.7;
	}
	
	#main .pagenews li .textBox .date {
		font-size: 14px;
		color: #999;
	}
	
	#main .pagenews li a:hover {
		background: #1488F5;
	}
	
	#main .pagenews li a:hover .textBox .ttl,
	#main .pagenews li a:hover .textBox .txt,
	#main .pagenews li a:hover .textBox .date {
		color: #fff;
	}
	
}


.conysd {
	margin: 0 auto;
	padding: 40px 0 60px;
	width: 1300px;
}

.contactul {
	width: 48%;
	float: left;
}

.contactul li {
	padding: 40px 20px;
	width: 50%;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
}

.contactul .con01,
.contactul .con02 {
	height: 168px;
	border-bottom: 1px solid #ccc;
}
.contactul .con02,
.contactul .con04 {
	border-left: 1px solid #ccc;
}

.contactul li .icon {
	float: left;
}

.contactul li .icon img {
	width: 70px;
}

.contactul li .text {
	padding-left: 90px;
	color: #333;
	font-size: 17px;
	line-height: 1.7;
}

@media all and (max-width: 1200px) {
	.conysd {
		margin: 0 auto;
		padding: 40px 0 60px;
		width: auto;
	}
	
	.contactul {
		width: auto;
		float: none;
	}
	
	.contactul li {
		padding: 40px 20px;
		width: auto;
		float: none;
		overflow: hidden;
		box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	}
	.contactul .con01,
.contactul .con02 {
	height: auto;
	border-bottom: 1px solid #ccc;
}
.contactul .con02,
.contactul .con04 {
	border-bottom: 1px solid #ccc;
	border-left: none;
}

}

.map {
	width: 48%;
	float: right;
	border: 1px solid #ccc;
}

@media all and (max-width: 1200px) {
	.map {
		width: auto;
		float: none;
		border: 1px solid #ccc;
	}
}