@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;
}

.fixqq {
	position: fixed;
	 right: 0;
	 top: 40%;
	 z-index: 100;
}

/*****************************
			页内css
*****************************/
#header {
	position: relative;
	overflow: hidden;
}

#header .hInner {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	/*background: #0B71DA;*/
}

#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;
	position: relative;
}

#header .hBox{
	margin: 0 auto;
	padding: 30px 0;
	width: 1200px;
}

#header .fix {
}

#header h1 {
	margin: 0 40px 0 0;
	float: left;
}

#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 {
	padding: 0 0 0 80px;
	float: right;
	font-size: 18px;
	color: #505050;
	line-height: 30px;
	background: url(../images/tel.png) no-repeat left 5px;
}

#header .tel span {
	display: block;
	font-size: 36px;
	color: #D81E06;
	font-weight: bold;
	line-height: 35px;
}

#gNavi {
	background: #0061AD;
}

#gNavi ul {
	margin: 0 auto;
	width: 1200px;
}

#gNavi li {
	width: 12.5%;
	float: left;
}

#gNavi li a {
	padding: 20px 0 20px;
	display: block;
	color: #fff;
	font-size: 16px;
	position: relative;
	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:before {
	margin-top: -10px;
	width: 1px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	background: #fff;
}

#gNavi li:first-child a:before {
	display: none;
}

/*
#gNavi li:first-child a {
	background: url(../images/nav_1.png) no-repeat 10px center;
}

#gNavi li:nth-child(2) a {
	background: url(../images/nav_2.png) no-repeat 10px center;
}

#gNavi li:nth-child(3) a {
	background: url(../images/nav_3.png) no-repeat 10px center;
}

#gNavi li:nth-child(4) a {
	background: url(../images/nav_4.png) no-repeat 10px center;
}

#gNavi li:nth-child(5) a {
	background: url(../images/nav_4.png) no-repeat 10px center;
}

#gNavi li:nth-child(5) a {
	background: url(../images/nav_4.png) no-repeat 10px center;
}
*/

#gNavi li a:hover {
	color: #fff;
	background-color: #d81e06;
	-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: 550px;
	float: left;
}

.mainImg .pic01 {
	background: url(../images/mainimg04.jpg) no-repeat center center;
}

.mainImg .pic02 {
	background: url(../images/mainimg05.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: #1078F1;
}

.hot {
	padding: 20px 0;
	background: #1070D2;
}

.hot p {
	margin: 0 auto;
	width: 1200px;
	color: #fff;
	font-size: 16px;
}

.hot p a {
	color: #fff;
	margin-right: 15px;
}

.hot p a:hover {
	text-decoration: underline;
}

.section {
	margin: 0 auto;
	width: 1300px;
}

#main {
	margin-bottom: 50px;
	padding-top: 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;
}
*/

.index_class {
	background: url(../images/list_bg.jpg) no-repeat center center;
	background-size: cover;
}
.index_class .class_title {
	width: 280px;
	height: 381px;
	float: left;
	background: #005CA9;
	text-align: center;
}
.index_class .class_title .span1 {
	display: block;
	padding-top: 102px;
	color: #fff;
	font-size: 50px;
	font-family: impact;
}
.index_class .class_title .span2 {
	display: block;
	border: 5px solid #ddd/*033f6e*/;
	width: 170px;
	height: 55px;
	margin: 15px auto auto auto;
	line-height: 53px;
	color: #eee;
	font-size: 23px;
	font-weight: 700;
}
.index_class .class_list {
	width: 1010px;
	float: right;
	padding: 23px 0;
}

.index_class .class_list .spanNoto {
	display: block;
	float: left;
	margin-top: 7px;
	width: 25%;/*184*/
}
.index_class .class_list .spanNoto a {
	display: table;
	margin-left: 20px;
	width: 234px;
	background-color: #005ca9/*88c4f7*/;
	color: #fff;
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: -1px;
	-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;
}
.index_class .class_list .spanNoto a span {
	line-height: 22px;
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
}
.index_class .class_list .spanNoto a:hover, .index_class .class_list .spanNoto.active a {
	background-color: #333;
	color: #fff;
}



#main .feature {
	margin-bottom: 50px;
}

#main .feature li {
	margin: 0;
	float: left;
	-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 {
	margin-top: -10px;
}

#main .product {
	padding: 0 0 50px;
}

#main .headLine01 {
	margin: 0 0 30px;
	color: #0061AD;
	font-size:40px;
	text-align: center;
}

#main .headLine01 span {
	margin-top: 10px;
	padding-top: 10px;
	display: block;
	color: #888;
	font-family: Impact;
	font-weight: normal;
	font-size: 19px;
	position: relative;
}

#main .headLine01 span:before {
	margin-left: -25px;
	width: 50px;
	height: 2px;
	position: absolute;
	left: 50%;
	top: 0;
	content: "";
	background: #0061AD;
}

#main .product .section {
	padding: 40px 0 10px;
}

#main .listBox {
	padding: 0 10px 30px;
}

#main .topList {
	padding: 50px 0;
	position: relative;
	background: #fff;
	border-bottom: 1px dashed #e6e6e6;
}

#main .topList ul {
	margin: 0 auto;
	width: 1200px;
}

#main .topList li {
	float: left;
}

#main .topList li a {
	margin: 0 10px 6px;
	padding: 10px 10px;
	min-width: 150px;
	display: block;
	font-size: 16px;
	color: #fff;
	text-align: center;
	transition: all .2s ease;
	background: #065BBA;
	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 .topList li a:hover {
	background: #0356d2;
}

#main .listBox .list .pageLink {
	margin-top: 20px;
	padding: 0;
	border:none;
}

#main .listBox .list .pageLink a {
	margin: 0 0 6px;
	padding: 15px 28px;
	display: block;
	font-size: 16px;
	color: #fff;
	background: #0E823B;
}

#marqueesrcoll {
	height: 700px;
	overflow: hidden;
	background: none !important;
}

#main .srcoll {
	padding: 0 0 5px;
}

#main .srcoll li {
	margin: 0 1% 55px;
	width: 23%;
	float: left;
	border: 2px solid #eee;
	box-sizing: border-box;
}

#main .srcoll li .photo {
	height: 230px;
	overflow: hidden;
}

#main .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 .srcoll li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

#main .srcoll li p {
	padding: 12px 0;
	color: #0061AD;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
	text-align: center;
}

#main .srcoll li a:hover p {
	-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 .srcoll li p:after {
	width: 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	content: "";
	background: #0061AD;
	-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 .srcoll li a:hover p {
	color: #fff;
}

#main .srcoll li a:hover p:after {
	width: 100%;
}

#main .srcoll li .tel {
	margin: 0 30px;
	padding: 10px 0;
	font-weight: normal;
	color: #5c3718;
	font-size: 15px;
	border: 1px dotted #323b76;
}

#main .liucheng {
	padding: 50px 0 100px;
	background: url(../images/lc_bg.jpg) no-repeat center center;
}

#main .liucheng h2 {
	margin-bottom: 80px;
	text-align: center;
}

#main .liucheng ul {
	margin: 0 auto;
	width: 1200px;
}

#main .liucheng li {
	padding: 40px 0;
	width: 200px;
	float: left;
	position: relative;
	font-size: 16px;
	text-align: center;
	background: #fff;
	border: 1px solid #CCC;
	box-sizing: border-box;
}

#main .liucheng li .num {
	margin-left: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: block;
	color: #fff;
	position: absolute;
	left: 50%;
	top: -30px;
	background: #394954;
	border-radius: 25px;
}

#main .liucheng li .txt {
	margin-top: 20px;
	display: block;
}

#main .aboutBox {
	padding: 50px 0;
	height: 580px;
	background: url(../images/aboutbg.gif) no-repeat center bottom;
}

#main .aboutBox .about {
	padding-top: 20px;
}

#main .aboutBox .about .photo {
	float: right;
	width: 620px;
}

#main .aboutBox .about .photo img {
	width: 100%;
}

#main .aboutBox .about .textBox {
	padding-top: 20px;
	width: 540px;
	float: left;
}

#main .aboutBox .about .textBox h3 {
	padding: 15px 0 35px 30px;
	color: #6e6e6e;
	font-size: 18px;
	position: relative;
	background: url(../images/about_t.jpg) no-repeat left bottom;
}

#main .aboutBox .about .textBox h3 a {
	padding: 7px 20px;
	position: absolute;
	right: 0;
	top: 15px;
	font-size: 14px;
	font-weight: normal;
	border-radius: 20px;
	border: 1px solid #0356D2;
	-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 .about .textBox h3 a:hover {
	color: #fff;
	background: #0356D2;
}

#main .aboutBox .about .textBox h3 span {
	font-size: 36px;
	color: #005CA9;
}

#main .aboutBox .about .textBox .tel {
	margin-top: 20px;
	font-size: 16px;
	color: #333;
}

#main .aboutBox .about .textBox .tel span {
	color: #005CA9;
	font-size: 34px;
	font-weight: bold;
}

#main .aboutBox .about .textBox p {
	margin: 0;
	font-size: 16px;
	color: #333;
	line-height: 2;
	text-indent: 2em;
}

#main .aboutBox .about .textBox .title {
	margin-bottom: 10px;
	color: #139705;
	font-size: 27px;
	font-weight: bold;
	text-indent: 1.2em;
}

#main .aboutBox .about .textBox ul {
	margin-top: 20px;
}

#main .aboutBox .about .textBox li {
	margin-right: 15px;
	width: 130px;
	float: left;
}

#main .aboutBox .about .textBox li a {
	padding: 8px 0;
	display: block;
	color: #333;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #01a6f8;
}

#main .aboutBox .about .textBox li a:hover {
	opacity: 0.7;
}


.fl {
	float: left;
}

.fr {
	float: right;
}

#main .youshi {
	margin-bottom: 50px;
	padding: 50px 0 0;
}
#main .youshi .headLine01 {
	margin-bottom: 60px;
}
.youshi .ys_box {
	margin-bottom: 30px;
	position: relative;
}
.youshi .ys_box .ys_lin {
	padding-top: 20px;
	width: 620px;
}
.youshi .ys_box .ys_lin .left_number {
	width: 80px;
	height: 80px;
	margin-top: 10px;
}
.youshi .ys_box .ys_lin .right_nr {
	width: 505px;
}
.youshi .ys_box .ys_lin .right_nr .title_1 {
	line-height: 30px;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 8px;
}
.youshi .ys_box .ys_lin .right_nr .title_1 .span1 {
	font-size: 26px;
	font-weight: 700;
	color: #bf0a01;
}
.youshi .ys_box .ys_lin .right_nr .title_1 .span2 {
	color: #333333;
	font-size: 18px;
	font-weight: 600;
	padding-left: 20px;
}
.youshi .ys_box .ys_lin .right_nr .title_2 {
	line-height: 25px;
	color: #666;
	font-size: 13px;
	padding: 12px 0 35px 0;
}
.youshi .ys_box .ys_lin .ys_dianhua {
	color: #333;
	line-height: 35px;
	font-size: 20px;
	font-weight: 700;
}

.youshi .ys_box .ys_lin .ys_dianhua span {
	font-size: 30px;
}

.youshi .ys_box .ys_lin .number_1 {
	background: url(../images/num01.jpg) no-repeat center left;
}

.youshi .ys_box .ys_lin .number_2 {
	background: url(../images/num02.jpg) no-repeat center left;
}

.youshi .ys_box .ys_lin .number_3 {
	background: url(../images/num03.jpg) no-repeat center left;
}

.youshi .ys_box .ys_lin .number_4 {
	background: url(../images/num04.jpg) no-repeat center left;
}

.youshi .ys_box .ys_lin .number_5 {
	background: url(../images/num05.jpg) no-repeat center left;
}




#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 .newsBox {
	margin-bottom: 0;
	position: relative;
}

#main .newsBox h2 {
	margin-bottom: 50px;
	color: #065BBA;
	font-size: 40px;
	text-align: center;
}

#main .newsBox h2 span {
	padding-top: 10px;
	display: block;
	color: #888;
	font-family: Impact;
	font-weight: normal;
	font-size: 19px;
}

#main .newsBox .case {
	margin: 0 0 50px;
	padding: 50px 0;
}

#main .newsBox .case .left {
	width: 550px;
	float: left;
	background: #fff;
}

#main .newsBox .case .left .newsImg {
	height: 300px;
}

#main .newsBox .case .left .newsImg img {
	width: 100%;
	height: 100%;
}

#main .newsBox .case .left .newttl {
	padding: 20px 15px 10px;
	color: #444;
	font-size: 18px;
}

#main .newsBox .case .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 .textBox {
	width: 500px;
	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 .date {
	width: 88px;
	height: 88px;
	float: left;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #065BBA;
}

#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;
}

#main .gallery h2 {
	margin: 0;
	color: #065BBA;
	padding: 60px 0;
	font-size: 40px;
	text-align: center;
}

#main .gallery h2 span {
	padding-top: 10px;
	display: block;
	color: #888;
	font-family: Impact;
	font-weight: normal;
	font-size: 19px;
}

#main .gallery ul {
	margin: 0 auto;
	width: 1200px;
}

#main .gallery li {
	margin: 0 15px 55px 0;
	width: 285px;
	float: left;
}

#main .gallery li .photo {
	height: 220px;
}

#main .gallery li .photo img {
	width: 100%;
	min-height:100%;
	max-height: 100%;
	max-width: 100%;
}

#main .gallery li p {
	padding: 15px 0;
	font-size: 17px;
	line-height: 1.5;
	text-align: center;
	background: #EEEEEE;
}

.topContact {
	position: relative;
	border-top: 3px solid #394954;
}

#dituContent {
	height: 390px;
}

.topContact .txtBox {
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.topContact .txtBox .sub {
	margin: 0 auto;
	width: 1200px;
}

.topContact .txtBox .detai {
	width: 330px;
	height: 390px;
	background: #fff;
}

.topContact .txtBox .sub .ttl {
	padding: 30px 0 20px;
	color: #333;
	font-size: 24px;
	text-align: center;
	background: url(../images/arrow.png) no-repeat center top;
}

.topContact .txtBox .sub .ttl span {
	display: block;
	color: #333;
	font-family: Impact;
	font-size: 35px;
}

.topContact .txtBox ul {
	border-bottom: 1px solid #ddd;
}

.topContact .txtBox li {
	padding:  20px 15px 15px;
	overflow: hidden;
	border-top: 1px solid #ddd;
	font-size: 15px;
}

.topContact .txtBox li span {
	margin: -10px 15px 0 0;
	display: block;
	height: 35px;
	width: 35px;
	float: left;
	line-height: 35px;
	text-align: center;
	border-radius: 100%;
	background-color: #107be9;
}

.topContact .txtBox li span img {
	padding-top: 7px;
	display: inline-block;
}

.iw_poi_title {
	padding-top: 20px;
	font-size: 20px;
}

#footer {
	background: #222;
}

#footer .sub {
	margin: 0 auto;
	padding: 70px 0;
	width: 1200px;
}

#footer .tel {
	width: 260px;
	float: left;
	text-align: center;
}

#footer .tel .num {
	margin: 15px;
	display: block;
	color: #F6F6F6;
	font-size: 30px;
	font-family: Impact;
}

#footer .tel .ttl {
	margin-bottom: 30px;
	display: block;
	color: #6B6B6B;
	font-size: 14px;
	text-align: center;
}

#footer .tel a {
	margin: 0 auto;
	display: block;
	width: 160px;
	height: 30px;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	text-align: center;
	background: #0356d2;
	border-radius: 30px;
}

#footer .navi {
	padding: 25px 40px;
	border-bottom: 1px solid #999;
}

#footer .navi ul {
	margin: 0 auto;
	width: 1200px;
}

#footer .navi li {
	float: left;
	width: 12.5%;
	color: #7c7c7c;
	text-align: center;
}

#footer .navi li a {
	color: #fff;
	font-size: 15px;
}

#footer .navi li a:before {
	margin-top: -10px;
	width: 1px;
	height: 20px;
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	background: #fff;
}

#footer .navi li：first-child a:before {
	display: none;
}

#footer .navi li a:hover {
	text-decoration: underline;
}

#footer .pro {
	width: 590px;
	float: left;
	border-right: 1px solid #999;
	border-left: 1px solid #999;
}

#footer .pro ul {
	padding: 0 50px;
}

#footer .pro li {
	margin-bottom: 15px;
	width: 50%;
	float: left;
	color: #999;
}

#footer .pro li a {
	color: #999;
	font-size: 16px;
}

#footer .pro li a:hover {
	text-decoration: underline;
}

#footer .boxinfo {
	width: 300px;
	float: right;
	color: #7c7c7c;
}

#footer .boxinfo p {
	font-size: 17px;
	line-height: 2;
}

#footer .copyright {
	padding: 20px 0;
	color: #fff;
	font-size: 15px;
	text-align: center;
	border-top: #ddd;
	background: #333;
}

#side {
	width: 300px;
	float: left;
}

#side .sLink {
	margin-bottom: 30px;
	border: 1px solid #999;
}

#side .sLink h2 {
	margin: 0;
	padding: 15px 0;
	color: #fff;
	font-size: 30px;
	text-align: center;
	background: #1078F1;
}

#side .sLink h2 span {
	margin-top: 5px;
	display: block;
	color: #fff;
	font-size: 15px;
	font-weight: normal;
}

#side ul {
}

#side li {
}

#side li a {
	padding: 20px 10px 20px 45px;
	display: block;
	text-align: left;
	background: url(../images/icon04.png) no-repeat 10px center;
	border-bottom: 1px dotted #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;

}

#side li a:hover {
	color: #fff;
	background: #0988EA url(../images/icon04.png) no-repeat 10px center;
}

#side .sconttact {
	padding: 5px 5px 15px;
	border: 1px solid #999;
}

#side .sconttact h2 {
	margin: 0 0 20px;
	font-size: 20px !important;
	color: #000 !important;
	font-weight: bold !important;
	text-align: left;
	border-bottom: 1px solid #DDDDDD;
}

#side .sconttact h2 span {
	margin-bottom: -2px;
	padding: 10px 20px 15px;
	display: inline-block;
	color: #000 !important;
	font-weight: bold !important;
	font-size: 20px !important;
	border-bottom: 2px solid #1078F1;
}

#side .sconttact p {
	margin: 0 10px;
	font-size: 16px;
	color: #333;
	line-height: 2;
}

#conts {
	width: 940px;
	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: 298px;
	float: left;
	border: 1px solid #CCC;
}

#conts .proList li a {
	display: block;
}

#conts .proList li .photo {
	padding: 4px;
	height: 210px;
	border: 1px solid #e6e6e6;
}

#conts .proList li .photo img {
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	max-width: 100%;
}

#conts .proList li p {
	padding: 15px 0;
	font-size: 15px;
	text-align: center;
	background: #F0F0F0;
}

.pagelist {
	text-align: center;
}

.pagelist li {
	margin: 0 3px;
	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: #0356D2;
	border: 1px solid #0356D2;
}

.pagelist .thisclass {
	padding: 5px 10px;
	display: inline-block;
	color: #fff;
	background: #0356D2;
	border: 1px solid #0356D2;
}


/*--------------上传信息-------------------*/
.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;
}

#conts .newsList  {
	margin-bottom: 50px;
}

#conts .newsList li {
	margin-bottom: 15px;
	padding: 10px;
	color: #666;
	font-size: 15px;
	position: relative;
	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:hover {
	transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
}

#conts .newsList li a {
	display: block;
	overflow: hidden;
}

#conts .newsList li .photo {
	padding-top: 10px;
	width: 150px;
	height: 100px;
	float: left;
	color: #333;
	font-size: 16px;
	text-align: center;
}

#conts .newsList li .photo span {
	padding-top: 5px;
	display: block;
	font-size: 38px;
	font-style: italic;
}

#conts .newsList li .textBox {
	padding: 10px 0 0 170px;
}

#conts .newsList li .textBox .ttl {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
	color: #0356D2;
}

#conts .newsList li .textBox .txt {
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
	line-height: 1.7;
}

#conts .newsList li .textBox .date {
	font-size: 14px;
	color: #999;
}

.video {
	margin: 0 auto;
	width: 600px;
}

.xiangqing {
	margin: 20px auto 0;
	width: 600px;
}

.textInfo {
	font-size: 15px;
	line-height: 2;
}

.textInfo02 p {
	font-size: 15px;
	text-indent: 2em;
	line-height: 2;
}

.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;
}