@charset "utf-8";
/*****************************
			初始化
*****************************/
html,
body {
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #323232;
}
p{padding:0;margin:0;}
input,
textarea,
select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	color: inherit;
	font-size: inherit;
	*color: #323232;
	font-family: "微软雅黑";
}

ul {
	padding-left: 0px;
	margin: 0px;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: inherit;
	*color: #323232;
}
a:hover{color:#f60;}
img {
	border: none;
}

table tbody,
table tr,
table tr th,
table tr td {
	box-sizing: content-box;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden
}

img {
	vertical-align: top;
}


/*****************************
			页内css
*****************************/
#header {
	margin-bottom: 50px;
	position: relative;
	overflow: hidden;
}

#header .hInner {
	padding: 10px 0;
	/*background: #01458E;*/
	border-bottom: 1px solid #E5E5E5;
}

#header .sub {
	margin: 0 auto;
	width: 1200px;
}

#header .hInner p {
	float: left;
	color: #333;
	font-size: 15px;
}

#header .hInner ul {
	float:right;
}

#header .hInner li {
	display: inline;
	color: #333;
}

#header .hInner li a {
	margin: 0 10px;
	color: #333;
}

#header .topBox {
	z-index: 10;
}

#header .hBox{
	margin: 0 auto;
	padding: 15px 0;
	width: 1200px;
}

#header h1 {
	margin: 0;
	float: left;
}

#header h1 img {
	float: left;
}

#header h1 span {
	padding: 20px 0 20px 15px;
	display: block;
	float: left;
	font-size: 20px;
	border-left: 1px solid #E5E5E5;
}

#header h1 span em {
	display: block;
	color: #E40011;
	font-style: normal;
}

#header .hTxt {
	padding-top: 20px;
	float: left;
}

#header .hTxt .txt01 {
	display: block;
	color: #333;
	font-size: 18px;
}

#header .hTxt .txt02 {
	display: block;
	color: #139705;
	font-size: 25px;
}

#header .tel {
	margin-left: 30px;
	padding: 5px 0 0 95px;
	float: right;
	font-size: 16px;
	color: #000;
	line-height: 30px;
	background: url(../images/tel.png) no-repeat 15px center;
}

#header .tel span {
	display: block;
	font-size: 32px;
	color: #FF7E00;
	font-weight: bold;
	line-height: 35px;
}

#gNavi {
	/*border-top: 1px solid #ddd;*/
	background: #1C77D8;
	/*background: #005ED0;*/
}

#gNavi ul {
	margin: 0 auto;
	width: 1200px;
}

#gNavi li {
	width: 12.5%;
	float: left;
}

#gNavi li a {
	padding: 20px 0;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: 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;
}

#gNavi li a:hover {
	color: #fff;
	background: #FEA700;
	-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;
}

.mainImg {
	z-index: 5;
}

.mainImg li {
	width: 100%;
	height: 500px;
	float: left;
	display: block;
}

.mainImg .pic01 {
	background: url(../images/mainimg01.jpg) no-repeat center center;
}

.mainImg .pic02 {
	background: url(../images/mainimg02.jpg) no-repeat center center;
}

.mainImg .pic03 {
	background: url(../images/mainimg03.jpg) no-repeat center center;
}

.slick-dots {
	width: 100%;
	position:absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
}

.slick-dots li {
	margin: 0 20px 0 0;
	width: 14px;
	height: 14px;
	display: inline-block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.slick-dots li button {
	display: none;
}
	
.slick-dots .slick-active {
	background: #0C469A;
}

.section {
	margin: 0 auto;
	width: 1200px;
}

#main {
	margin-bottom: 50px;
}

/*#main h2 {
	color: #fff;
	font-size: 32px;
	text-align: center;
	background: url(../images/h2_img.png) no-repeat center center;
}

#main h2 span {
	margin-top: 5px;
	display: block;
	color: #fff;
	font-size: 23px;
	font-weight: normal;
}
*/

#main .headLine01 {
	margin: 0 0 50px;
	color: #0C469A;
	font-size: 50px;
	text-align: center;
}

#main .headLine01 .en {
	margin-bottom: -60px;
	display: block;
	color: #D2E1EF;
	font-family: Impact;
	font-size: 80px;
	font-weight: normal;
	letter-spacing: 1px;
}

#main .headLine01 .txt {
	margin-top: 10px;
	padding-top: 10px;
	display: block;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	position: relative;
}

#main .headLine01 .txt:before {
	margin-left: -25px;
	width: 50px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	background: #CF231B;
}

#main .feature {
	margin: 0 auto;
	padding: 70px 0;
	width: 1200px;
}

#main .feature li {
	margin: 0 1%;
	padding: 30px 15px;
	width: 31.333333333%;
	height: 244px;
	float: left;
	font-size: 15px;
	line-height: 1.8;
	text-align: center;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	box-sizing: border-box;
	-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 .feature li:hover {
	color: #fff;
	background: #03439B;
}

#main .feature li span {
	display: block;
}

#main .feature li .icon {
	margin: 0 auto;
	width: 64px;
	height: 65px;
	-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 .feature li:hover .icon {
	transform:rotate(360deg);
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
}

#main .feature .sub01 .icon {
	background: url(../images/icon01_out.png) no-repeat center center;
}

#main .feature .sub01:hover .icon {
	background: url(../images/icon01_over.png) no-repeat center center;
}

#main .feature .sub02 .icon {
	background: url(../images/icon02_out.png) no-repeat center center;
}

#main .feature .sub02:hover .icon {
	background: url(../images/icon02_over.png) no-repeat center center;
}

#main .feature .sub03 .icon {
	background: url(../images/icon03_out.png) no-repeat center center;
}

#main .feature .sub03:hover .icon {
	background: url(../images/icon03_over.png) no-repeat center center;
}

#main .feature li .txt {
	margin: 20px 0 10px;
	display: block;
	font-size: 20px;
	font-weight: bold;
}

#main .product {
	padding: 80px 0;
	background: url(../images/pro_bg.jpg) no-repeat center center;
	background-size: cover;
}
/*
#main .product .headLine01 {
	color: #fff;
}

#main .product .headLine01 .en {
	opacity: 0.2;
}

#main .product .headLine01 .txt {
	color: #fff;
}
*/
#main .product .listBox {
	width: 920px;
	float: right;
}

#main .product .listBox .list .pageLink {
	margin-top: 20px;
	padding: 0;
	border:none;
}

#main .product .listBox .list .pageLink a {
	margin: 0 0 6px;
	padding: 15px 28px;
	display: block;
	font-size: 16px;
	color: #fff;
	background: #0E823B;
}

#marqueesrcoll {
	height: 856px;
	overflow: hidden;
	background: none !important;
}

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

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

#main .product .srcoll li .photo {
	height: 250px;
	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.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .product .srcoll li p {
	padding: 15px 0;
	color: #000;
	font-size: 16px;
	line-height: 1.5;
	position: relative;
	text-align: center;
	background: #ededed;
	-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 p {
	background: #0F78EE;
}

#main .product .srcoll li a:hover p {
	color: #fff;
}

#main .product .srcoll li .tel {
	margin-top: 10px;
	padding-left: 25px;
	display: block;
	color: #ff0000;
	font-size: 20px;
	font-weight: normal;
	background: url(../images/tel02.png) no-repeat left center;
	background-size: 20px auto;
	-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 .tel {
	color: #fff;
	background: url(../images/tel03.png) no-repeat left center;
	background-size: 20px auto;
}

#main .product .srcoll li p .txt {
	padding: 5px 20px;
	position: absolute;
	right: 20px;
	top: 20px;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	background: #e10312;
	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;
}

#main .product .srcoll li a:hover p .txt {
	color: #e10312;
	background: #fff;
}

/*****************************
			数子跳动
*****************************/
.numsrcoll {
	padding: 0;
	background: url(../images/numsrcoll_bg.jpg) no-repeat center bottom;
	background-size: cover;
}

.numsrcoll .inner {
	margin: 0 auto;
	padding: 0 0 100px;
	width: 1200px;
	position: relative;
	box-sizing: border-box;
}

.numsrcoll .num {
	width: 33.3333333%;
	float: left;
	border-left: 1px dotted #ccc;
	box-sizing: border-box;
}

.numsrcoll .num:first-child {
	border: none;
}

.numsrcoll .js-counter {
	color: #0066C7;
	font-size: 18px;
	text-align: center;
}

.numsrcoll .js-counter span {
	margin-right: 10px;
	color: #0066C7;
    font-size: 70px;
	font-family: impact;
}

.numsrcoll .text {
	text-align: center;
	font-size: 17px;
	font-weight: bold;
	color: #666;
}

#main .banner {
	margin-bottom: 50px;
	height: 180px;
	background: url(../images/banner.jpg) no-repeat center center;
}

#main .aboutBox {
	padding: 50px 0 80px;
}

#main .aboutBox h2 {
	margin-bottom: 70px;
}

#main .aboutBox .photo {
	padding-top: 80px;
	width: 500px;
	float: right;
	position: relative;
}

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

#main .aboutBox .textBox {
	width: 620px;
	float: left;
	position: relative;
}

#main .aboutBox .textBox h3 {
	margin: 0 0 10px;
	color: #C41919;
	font-size: 30px;
}

#main .aboutBox .textBox h3 span {
	margin-top: 10px;
	display: block;
	color: #666;
	font-size: 14px;
	font-weight: normal;
}

#main .aboutBox .linkUl {
	margin-top: 20px;
}

#main .aboutBox .linkUl li {
	width: 50%;
	float: left;
	box-sizing: border-box;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

#main .aboutBox .linkUl li:nth-child(2),
#main .aboutBox .linkUl li:nth-child(4) {
	border-right: none;
}

#main .aboutBox .linkUl li:nth-child(3),
#main .aboutBox .linkUl li:nth-child(4) {
	border-bottom: none;
}

#main .aboutBox .linkUl li a {
	padding: 20px 0;
	display: block;
	color: #333;
	font-size: 16px;
	text-align: 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;
}

#main .aboutBox .linkUl li a img {
	margin: 0 auto 10px;
	height: 45px;
	display: block;
}

#main .aboutBox .linkUl li a .over {
	display: none;
}

#main .aboutBox .linkUl li a:hover {
	color: #065BBA;
}

#main .aboutBox .linkUl li a:hover .out {
	display: none;
}

#main .aboutBox .linkUl li a:hover .over {
	display: block;
}

#main .aboutBox .textBox .tel {
	padding: 10px 0 10px 80px;
	color: #d10f1d;
	font-size: 27px;
	font-weight: bold;
	background: url(../images/atel.png) no-repeat left center;
}

#main .aboutBox .textBox p {
	margin: 0;
	font-size: 16px;
	color: #333;
	line-height: 2;
	text-indent: 2em;
}

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

/*#main .application .headLine01 {
	color: #fff;
}

#main .application .headLine01 .en {
	opacity: 0.2;
}

#main .application .headLine01 .txt {
	color: #fff;
}*/

#main .application ul {
	margin: 0 auto;
	width: 1250px;
}

#main .application li {
	width: 12.5%;
	float: left;
	position: relative;
	overflow: hidden;
}

#main .application li span {
	width: 100%;
	height: 42px;
	line-height: 42px;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #000;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	background: rgba(255,255,255,.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 .application li:hover span {
	height: 390px;
	line-height: 390px;
	color: #fff;
	background: rgba(6,91,186,.8);
}

#main .application 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;
}

#main .application li:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .commore {
	margin-top: 50px;
	text-align: center;
}

#main .commore a {
	padding: 10px 0;
	width: 200px;
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 18px;
	background: #89C018;
	border-radius: 30px;
}

#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 .case {
	margin: 0 0 50px;
	padding: 70px 0;
}

#main .case .headLine01 {
	margin-bottom: 30px;
	padding-bottom: 0;
}

#main .case li {
	margin-right: 20px;
	width: 380px;
	float: left;
	display: block;
}

#main .case li .pic {
	height: 280px;
	overflow: hidden;
}

#main .case li .pic img {
	width: 100%;
	min-height: 100%;
	max-height: 100%;
}

#main .case li p {
	padding: 20px 0;
	color: #000;
	font-size: 16px;
	text-align: center;
	background: #eee;
}

#main .case li a:hover p {
	color: #fff;
	background: #333;
}

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

#main .newsBox h2 {
	margin-bottom: 50px;
	text-align: center;
}

#main .newsBox .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 .newsBox .imgList li a {
	display: block;
	overflow: hidden;
}

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

#main .newsBox .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 .newsBox .imgList li a:hover .pic img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

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

#main .newsBox .imgList li a:hover .textBox {
	background: #065BBA;
	border: 1px solid #065BBA;
	-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 .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 .newsBox .imgList li .date {
	width: 88px;
	height: 88px;
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	background: #00A7FF;
}

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

#main .newsBox .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 .newsBox .imgList li a:hover .textBox .ttl,
#main .newsBox .imgList li a:hover .textBox .txt {
	color: #fff;
}

#footer {
	background: url(../images/foot_bg.jpg) no-repeat center center;
	background-size: cover;
}

#footer .navi {
	padding: 10px 0;
	border-bottom: 1px solid rgba(255,255,255,.7);
}

#footer .navi ul {
	margin: 0 auto;
	width: 1200px;
}

#footer .navi li {
	width: 12.5%;
	float: left;
	color: #fff;
}

#footer .navi li a {
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 16px;
}

#footer .navi li a:hover {
	text-decoration: underline;
}

#footer .fBox {
	padding: 70px 0;
	margin: 0 auto;
	width: 1200px;
}

#footer .leftBox {
	float: left;
}

#footer .logoImg {
	margin-right: 20px;
	height: 140px;
	float: left;
}

#footer .logoImg img {
	height: 100%;
}

#footer .code {
	width: 140px;
	float: left;
	position: relative;
}
	
#footer .code img {
	width: 140px;
}

#footer .code span {
	width: 200px;
	display: block;
	position: absolute;
	left: 155px;
	top: 45%;
	color: #fff;
	font-size: 15px;
}

#footer .logo {
	margin-bottom: 30px;
}

#footer .boxlink {
	width: 850px;
	float: right;
}

#footer .boxlink .sub {
	padding: 0 0 20px 35px;
	width: 50%;
	height: 300px;
	float: left;
	box-sizing: border-box;
	border-left: 1px solid #575757;
}

#footer .boxlink .ttl {
	margin-bottom: 25px;
	padding-bottom: 10px;
	width: 50%;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 5px solid #0C469A;
}

#footer .boxlink li {
	margin: 0 0 10px 0;
	width: 50%;
	float: left;
	color: #fff;
	font-size: 17px;
}

#footer .boxlink li a {
	padding: 8px 0;
	color: #fff;
}

#footer .boxlink li a:hover {
	text-decoration: underline;
}

#footer .boxlink .text {
	color: #fff;
	font-size: 17px;
	line-height: 1.9;
}

#footer .boxinfo {
	width: 290px;
	float: left;
	border-right: 1px dotted #fff;
}

#footer .boxinfo .ttl {
	margin-bottom: 5px;
	color: #02A454;
	font-size: 18px;
}

#footer .boxinfo .tel {
	padding-left: 55px;
	color: #9f9f9f;
	font-size: 15px;
	background: url(../images/f_tel.jpg) no-repeat left center;
}

#footer .boxinfo .tel span {
	display: block;
	font-size: 25px;
}

#footer .boxinfo P {
	color: #fff;
	font-size: 15px;
	line-height: 1.7;
}

#footer .copyright {
	padding: 15px 0;
	color: #fff;
	font-size: 14px;
	text-align: center;
	background: #000;
}


#side {
	width: 265px;
	float: left;
}

#side .sLink {
	margin-bottom: 30px;
	background: #084A9C;
	border: 1px solid #084A9C;
}

#side .sLink h2 {
	margin: 0;
	padding: 15px 0;
	color: #fff;
	font-size: 35px;
	text-align: center;
	background: #084A9C;
}

#side .sLink h2 span {
	margin-top: 10px;
	padding-top: 10px;
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	position: relative;
}

#side .sLink h2 span:before {
	margin-left: -25px;
	width: 50px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	background: #C41919;
}

#side ul {
	padding: 10px;
}

#side li {
	margin-bottom: 10px;
}

#side li a {
	padding: 10px 5px 10px 15px;
	display: block;
	color: #fff;
	font-size: 16px;
	background: #3483C6;
}

#side li a:hover {
	opacity: 0.7;
}

#side li a img {
	margin-right: 10px;
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	vertical-align: middle;
}

#side .sconttact {
	padding: 5px 5px 15px;
	border: 1px solid #999;
}

#side .sconttact h2 {
	margin: 0 0 20px;
	padding: 10px 10px 0;
	font-size: 25px !important;
	color: #000 !important;
	font-weight: bold !important;
	text-align: left;
	border-bottom: 1px solid #DDDDDD;
}

#side .sconttact h2 span {
	margin-bottom: -2px;
	padding: 5px 0;
	display: inline-block;
	color: #666 !important;
	font-weight: normal !important;
	font-size: 15px !important;
	border-bottom: 2px solid #0C469A;
}

#side .sconttact p {
	margin: 0 10px;
	font-size: 16px;
	color: #333;
	line-height: 2;
}

#conts {
	width: 890px;
	float: right;
}

#main .pageTitle {
	margin: 0 0 30px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #CCCCCC;
}

#main .pageTitle h2 {
	padding: 1px 0 3px 30px;
	margin: 0;
	float: left;
	color: #333;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	background: url(../images/home.png) no-repeat left center;
}

.pagePath {
	padding-top: 2px;
	margin: 0;
	float: right;
	color: #666;
	font-size: 15px;
}

.content {
	font-size: 15px;
	line-height: 1.7;
}


#conts .proList {
	margin: 0 -20px 50px 0;
}

#conts .proList li {
	margin: 0 20px 20px 0;
	width: 280px;
	float: left;
	border: 1px solid #CCC;
}

#conts .proList li a {
	display: block;
}

#conts .proList li .photo {
	padding: 4px;
	height: 210px;
	overflow: hidden;
}

#conts .proList 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;
}

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

#conts .proList li p {
	padding: 15px 0;
	font-size: 15px;
	text-align: center;
	background: #F0F0F0;
	-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;
}

#conts .proList li a:hover p {
	color: #fff;
	background: #1C77D8;
}

.pagelist {
	text-align: center;
}

.pagelist li {
	margin: 0 5px;
	display: inline;
}

.pagelist li a {
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	text-align: center;
	border: 1px solid #666;
}

.pagelist li span {
	padding: 5px 10px;
	display: inline-block;
	color: #666;
	cursor: pointer;
	text-align: center;
	border: 1px solid #666;
}

.pagelist li a:hover,
.pagelist li span:hover {
	color: #fff;
	background: #0064D8;
	border: 1px solid #0064D8;
}

.pagelist .thisclass {
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	background: #0064D8;
	border: 1px solid #0064D8;
}


/*--------------上传信息-------------------*/
.updata {
	margin-bottom: 20px;
	padding: 20px 0;
	font-size: 13px;
	text-align: center;
	border-bottom: 1px dotted #b6b6b6;
	border-top: 1px dotted #b6b6b6;
}

/*--------------前后换页-------------------*/
.qianhou {
	margin-bottom: 30px;
}

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

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

/*--------------产品详细页-------------------*/
.detailBox {
	margin-bottom: 30px;
}

.detailBox h3 {
	margin-bottom: 20px;
	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 .info table{
	width: 100%;
	border-collapse: collapse;
}

.detailBox .info table th,
.detailBox .info table td {
	border: 1px solid #333;
}

#conts .newsList  {
	margin-bottom: 50px;
}

#conts .newsList li {
	margin-bottom: 15px;
	color: #666;
	font-size: 15px;
	position: relative;
}

#conts .newsList li:hover {
}

#conts .newsList li a {
	padding: 10px;
	display: block;
	overflow: hidden;
	border: 1px solid #ccc;
	-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;
}

#conts .newsList li a:hover {
	background: #1078F1;
	border: 1px solid #1078F1;
}

#conts .newsList li .photo {
	width: 200px;
	height: 160px;
	float: left;
}

#conts .newsList li .photo img {
	width: 100%;
	max-height: 100%;
	min-height: 100%;
}

#conts .newsList li .textBox {
	padding-left: 220px;
}

#conts .newsList li .textBox .ttl {
	margin-bottom: 10px;
	font-size: 18px;
	color: #0064D8;
	-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;
}

#conts .newsList li .textBox .txt {
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
	line-height: 1.7;
	-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;
}

#conts .newsList li .textBox .date {
	font-size: 14px;
	color: #999;
	-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;
}

#conts .newsList li a:hover .ttl,
#conts .newsList li a:hover .txt,
#conts .newsList li a:hover .date {
	color: #fff;
}

.video {
	margin: 0 auto;
	width: 600px;
}


.conList {
	margin-bottom: 50px;
}

.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 {
	margin-top: 20px;
	height: 400px;
	border: 1px solid #ccc;
}


/* ----- PB分页数字条效果 结束 ----- */
.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;
}