@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .product .left {
	width: 240px;
	float: left;
}

#main .product .left > ul {
	padding: 10px;
	border: 2px solid #2860CD;
}

#main .product .left p {
	padding: 15px 0;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	background: #2860CD;
}

#main .product .left p span {
	margin-top: 5px;
	display: block;
	font-size: 15px;
	font-weight: normal;
}

#main .product .left .navi > a {
	padding: 10px;
	display: block;
	color: #fff;
	font-size: 16px;
	background: #2860CD;
}

#main .product .left li li a {
	padding: 10px 25px;
	display: block;
	color: #000;
	font-size: 16px;
	background: url(../images/icon01.jpg) no-repeat 15px center;
}

#main .product .left li li a:hover {
	text-decoration: underline;
}

#main .product .srcoll {
	width: 910px;
	float: right;
	overflow: hidden;
	background: none !important;
}

#marqueesrcoll {
	padding: 0 10px 60px;
	height: 1070px;
}

#main .product .srcoll li {
	margin: 0 1% 55px;
	width: 31.333333333%;
	float: left;
}

#main .product .srcoll li a {
	display: block;
	position: relative;
}

#main .product .srcoll li .photo {
	height: 240px;
	overflow: hidden;
}

#main .product .srcoll li .photo img {
	width: 100%;
	min-height:100%;
	max-height: 100%;
	max-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;
}

#main .product .srcoll li a:hover .photo img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

#main .product .srcoll li p {
	width: 100%;
	padding: 8px 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.5;
	text-align: center;
	background: rgba(0,0,0,.7);
	position: absolute;
	left: 0;
	bottom: 0;
}

#main .product .srcoll li p span {
	margin-left: 10px;
}

#main .product .srcoll li .tel {
	margin: 0 30px;
	padding: 10px 0;
	font-weight: normal;
	color: #5c3718;
	font-size: 15px;
	border: 1px dotted #323b76;
}

#main .about {
	padding: 80px 0;
	background: url(../images/about_bg.jpg) no-repeat center bottom;
	background-size: cover;
}

#main .about .h2Head {
	margin-bottom: 80px;
	color: #fff;
}

#main .about .h2Head span {
	color: #fff;
}

#main .about .photo {
	margin: 0;
	width: 550px;
	float: left;
	position: relative;
}

#main .about .photo img {
	width: 100%;
}

#main .about .textBox {
	padding: 0;
	width: 604px;
	float: right;
	box-sizing: border-box;
}

#main .about .textBox p {
	margin-bottom: 20px;
	color: #fff;
	font-size: 16px;
	line-height: 2;
	text-indent: 2em;
}

#main .about .textBox .ttl {
	margin: 0 0 10px 30px;
	color: #2860CD;
	font-size: 35px;
	font-weight: bold;
	text-indent: 0;
}

#main .about .textBox .ttl span {
	margin-top: 5px;
	padding-top: 10px;
	display: block;
	font-size: 20px;
	font-weight: normal;
	position: relative;
}

#main .about .textBox .ttl span:before {
	width: 50px;
	height: 3px;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	background: #fff;
}

#main .about .textBox .more a {
	padding: 15px 10px;
	width: 200px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border: 1px solid #2860CD;
	background: #2860CD;
	border-radius: 30px;
	-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 .about .textBox .more a:hover {
	color: #fff;
	background: #FF7A01;
	border: 1px solid #FF7A01;
}

#main .case {
	padding: 50px 0;
}

#main .case li {
	margin: 0 20px 20px 0;
	float: left;
}

#main .case li:hover .photo img{
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

#main .case li .photo {
	width: 330px;
	height: 280px;
	overflow: hidden;
}

#main .case li .photo img {
	width: 100%;
	max-height: 100%;
	min-height: 100%;
	max-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;
}

#main .case li p {
	padding: 12px 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
	background: #2860CD;
}

#main .caseBox {
	padding-left: 5px;
	overflow: hidden;
}

#home-ys {
	width: 100%;
	background: url(../images/ad_bg.jpg) no-repeat center top;
	background-size: cover;
	padding: 50px 0 80px;
	box-sizing: border-box;
	position: relative;
}

.ys-box {
	width: 1200px;
	margin: 0 auto;
}

.ys-box .left {
	width: 750px;
	float: left;
}

.ys-box .photo {
	padding-top: 80px;
	width: 400px;
	float: right;
}

.ys-box .photo img {
	width: 80%;
}

.ys-tt {
	position: relative;
}

.ys-tt h3 {
	font-size: 62px;
	font-family: impact;
	color: #fff;
	font-weight: normal;
	padding: 0;
	margin: 0;
	opacity: 0.4;
	line-height: 1.2;
}

.ys-tt h2 {
	font-size: 46px;
	color: #fff;
	padding: 0;
	margin: 0;
}

.ys-tt>img {
	position: absolute;
	z-index: 2;
	top: 20px;
	left: 0;
}

.ys-tt>p {
	font-size: 18px;
	color: #fff;
	text-shadow: 1px 1px 3px #000;
}

.ys-tt>p span {
	background: #02a6fa;
	font-size: 24px;
	color: #fff;
	line-height: 40px;
	padding: 5px 10px;
	margin-right: 5px;
}

#home-ys ul {
	width: 750px;
	padding-top: 30px;
}

#home-ys ul li {
	width: 47%;
	display: block;
	padding: 20px;
	background: #fff;
	box-sizing: border-box;
	float: left;
	margin: 0 3% 15px 0;
	box-sizing: border-box;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
#home-ys ul li:hover{
	transform: scale(1.1);
}

#home-ys ul li i {
	float: left;
	margin-right: 10px;
	display: block;
	background: #02a6fa;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	line-height: 50px;
	font-style: italic;
}

#home-ys ul li p {
	float: left;
	font-size: 16px;
	color: #666;
	line-height: 30px;
}

#home-ys ul li strong {
	padding-top: 5px;
	display: block;
	font-size: 25px;
	color: #000;
}

#main .tabUl {
	margin-bottom: 30px;
	text-align: center;
}

#main .tabUl li {
	display: inline;
}

#main .tabUl li a {
	margin: 0 10px;
	padding: 10px 0;
	width: 150px;
	color: #fff;
	font-size: 15px;
	display: inline-block;
	background: #1C8D42;
}


#main .newsBox {
	margin-bottom: 0;
	padding: 80px 0;
	position: relative;
}

#main .newsBox  .left {
	width: 550px;
	float: left;
	background: #fff;
}

#main .newsBox .left .newsImg {
	height: 340px;
}

#main .newsBox .left .newsImg 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 .newsBox .left .newttl {
	padding: 20px 15px 10px;
	color: #444;
	font-size: 18px;
}

#main .newsBox .left .newttl a:hover {
	text-decoration: underline;
}

#main .newsBox .left .newsTxt {
	padding: 0 15px 30px;
	color: #666;
	font-size: 16px;
	line-height: 1.7;
}

#main .newsBox .imgList {
	width: 630px;
	float: right;
}
	
#main .newsBox .imgList li {
	margin: 0 1% 15px;
	padding: 0 0 5px;
	color: #666;
	font-size: 15px;
	list-style: none;
	position: relative;
}

#main .newsBox .imgList li a {
	display: block;
	overflow: hidden;
}

#main .newsBox .imgList li a:hover {
	text-decoration: underline;
}

#main .newsBox .imgList li .textBox {
	width: 480px;
	float: right;
	box-sizing: border-box;
}

#main .newsBox .imgList li .textBox .ttl {
	margin-bottom: 10px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

#main .newsBox .imgList li .photo {
	width: 120px;
	height: 120px;
	float: left;
	overflow: hidden;
}

#main .newsBox .imgList li .photo img {
	width: 100%;
	height: 120px;
	-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 .newsBox .imgList li a:hover .photo img {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

#main .newsBox .imgList li .textBox .txt {
	color: #333;
	font-size: 15px;
	line-height: 1.8;
}

.aboutPage {
	padding: 80px 0;
}

.aboutPage p {
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 1.8;
	text-indent: 2em;
}


.pagebar {
	clear: both;
}

.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 3px;
	border-radius: 3px;
}

.pagination span {
    color: #333;
    font-size: 14px;
    padding: 8px 2px;
    margin: 0 3px;
    border-radius: 3px;
}

.pagination a:hover {
	color: #0070D8;
	border: 1px solid #0070D8;
}

.pagination a.page-num-current {
	color: #fff;
	background: #0070D8;
	border: 1px solid #0070D8;
}

#main .newsPage .imgList {
	margin: 0 auto;
	max-width: 1200px;
}

#main .newsPage .imgList li {
	margin: 0 1% 15px;
	padding: 5px 0 5px;
	width: 31.33333333%;
	float: left;
	color: #666;
	font-size: 15px;
	list-style: none;
	position: relative;
}

#main .newsPage .imgList li a {
	display: block;
	overflow: hidden;
}

#main .newsPage .imgList li .pic {
	height: 200px;
	overflow: hidden;
	position: relative;
}

#main .newsPage .imgList li .pic img {
	width: 100%;
	max-height: 100%;
	min-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 .newsPage .imgList li a:hover .pic img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .newsPage .imgList li .textBox {
	padding: 15px;
	box-sizing: border-box;
	border: 1px solid #ededed;
}

#main .newsPage .imgList li a:hover .textBox {
	background: #2860CD;
	border: 1px solid #2860CD;
	-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 .newsPage .imgList li .textBox .ttl {
	margin-bottom: 10px;
	color: #000;
	font-size: 18px;
	font-weight: bold;
	-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 .newsPage .imgList li .date {
	width: 88px;
	height: 88px;
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	background: #00A7FF;
}

#main .newsPage .imgList li .date span {
	padding-top: 5px;
	display: block;
	font-size: 38px;
	font-style: italic;
}

#main .newsPage .imgList li .textBox .txt {
	color: #333;
	font-size: 15px;
	line-height: 1.8;
	-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 .newsPage .imgList li a:hover .textBox .ttl,
#main .newsPage .imgList li a:hover .textBox .txt {
	color: #fff;
}

#main .detailBox {
	margin-bottom: 30px;
}

#main .detailBox h3 {
	margin-bottom: 20px;
	font-size: 20px;
	text-align: center;
}

#main .detailBox .info{
	font-size: 16px;
	text-align: left;
}

#main .detailBox .info img {
	margin: 0 auto 20px;
	display: block;
	width: 800px;
	height: auto !important;
}

#main .detailBox .info table {
	border-collapse:collapse;
}

#main .detailBox .info table th {
	border: 1px solid #333;
	padding: 10px;
}

#main .detailBox .info table td {
	border: 1px solid #333;
	padding: 10px;
}

#main .detailBox .info02 p:first-child {
	display: none;
}

#main .infoImg {
	margin-bottom: 50px;
}

#main .infoImg .photo {
	padding: 8px;
	width: 50%;
	float: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

#main .infoImg .photo img {
	width: 100%;
}

#main .infoImg .right {
	width: 46%;
	float: right;
	font-size: 16px;
	line-height: 2;
}

#main .infoImg .right h3 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px dotted #b6b6b6;
}

#main .detailBox h4 {
	margin-bottom: 20px;
	padding: 10px 20px;
	font-size: 16px;
	color: #fff;
	background: #111111;
}

#main .updata {
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px dotted #b6b6b6;
	border-top: 1px dotted #b6b6b6;
}

#main .qianhou {
	margin-bottom: 30px;
}

#main .qianhou .qian {
	width: 50%;
	float: left;
}

#main .qianhou .hou {
	width: 50%;
	float: right;
	text-align: right;
}

.conList {
	margin: 0 auto;
	max-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;
}

.map {
	margin-top: 50px;
	height: 400px;
	border: 1px solid #ccc;
}

/*--------------前后换页-------------------*/
.qianhou {
	margin-bottom: 30px;
	color: #2860CD;
	font-size: 16px;
}

.qianhou a {
	color: #2860CD;
	text-decoration: underline;
}

.qianhou a:hover {
	text-decoration: none;
}

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

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