@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 {
	overflow: hidden;
}

#header .hTop {
	padding: 10px 0;
	border-bottom: 1px solid #dedede;
}

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

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

#header .hTop ul {
	float:right;
}

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

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

#header .hInner {
	width: 100%;
	left: 0;
	top: 0;
	z-index: 100;
	/*box-shadow: 2px 2px 3px rgba(0,0,0,.1);*/
}

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

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

#header h1 img {
	width: 500px;
}

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

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

#gNavi {
	overflow: hidden;
	background: #1F8CEB;
}

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

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

#gNavi li a {
	padding: 18px 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;
}

@media all and (min-width: 0) and (max-width: 1500px) {
	
#gNavi li {
	width: 90px;
	float: left;
}

}

#gNavi li a:hover {
	color: #fff;
	background: #FF8A00;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}


.mainImg {
	z-index: 1;
	position: relative;
}

.mainImg .slider li {
	width: 100%;
	height: 550px;
	float: left;
	overflow: hidden;
}

.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;
}

.mainImg .slider .slick-dots {
	width: 15px;
	position:absolute;
	right: 20px;
	top: 50%;
	z-index: 20;
	text-align: center;
}

.mainImg .slider .slick-dots li {
	margin: 0 0 15px;
	width: 14px;
	min-height: inherit !important;
	height: 14px;
	display: block;
	float: none;
	background: #fff;
	border: 2px solid #fff;
	border-radius: 11px;
	opacity: 0.9;
	cursor: pointer;
}
	
.mainImg .slider .slick-dots li button {
	display: none;
}
	
.mainImg .slider .slick-dots .slick-active {
	background: #0E5396;
}

@keyframes sss3 {
	0%{
    transform: scale(1);
	}
	100%{
    transform: scale(1.2);
	}
}

#slogan {
	color: #fff;
	font-size: 45px;
	text-align: center;
	text-shadow: 0 0 5px #333;
}

@-webkit-keyframes opener {
    100% {
        top: 15px
    }
}
@keyframes opener {
    100% {
        top: 15px
    }
}

@-webkit-keyframes opener {
    100% {
        top: 15px
    }
}
@keyframes opener {
    100% {
        top: 15px
    }
}

.scrollbtn {
	height: 50px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 20px;
	z-index: 50;
}

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

.scrollbtn a img {
	width: 40px;
}


.pageLead {
	height: 550px;
	background: url(../images/page_lead.jpg) no-repeat center center;
}

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

.hot {
	padding: 5px 0;
	background: url(../images/dot.png) repeat left top;
}

.hot p {
	margin: 0 auto;
	padding: 20px;
	width: 1200px;
	font-size: 15px;
	/*background: #fff;*/
}

.hot p a {
	margin-left: 20px;
	color: #163A84;
}

.hot p a:hover {
	text-decoration: underline;
}

#main .headLine01 {
	margin: 0 0 30px;
	font-size: 45px;
	color: #1F8CEB;
	text-align: center;
}

#main .headLine01 .txt {
	margin-top: 10px;
	padding-top: 10px;
	display: block;
	color: #FF9600;
	opacity: 0.7;
	font-size: 30px;
	font-family: Impact;
	font-weight: normal;
	position: relative;
}

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

#main {
	margin-bottom: 100px;
}

#main.about {
	margin-bottom: 0;
	padding-bottom: 50px;
}

#main .topLink {
	margin: 0 auto;
	padding: 50px 0;
	width: 1200px;
}

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

#main .topLink li {
	margin: 0 1%;
	width: 31.333333333%;
	float: left;
}

#main .topLink li a {
	display: block;
	overflow: hidden;
	position: relative;
}

#main .topLink li a img {
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

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

#main .topLink li img {
	width: 100%;
}

#main .topLink li .sb {
	padding-top: 70px;
	width: 100%;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	text-shadow: 1px 1px 3px rgba(0,0,0,.8);
}

#main .topLink li .txt {
	padding: 15px 30px;
	width: 100%;
	display: block;
	color: #fff;
	font-size: 30px;
	position: absolute;
	left: 0;
	bottom: 0;
	text-shadow: 2px 2px 3px rgba(0,0,0,.2);
	box-sizing: border-box;
}

#main .topLink .link01 .txt {
	background: rgba(0,0,0,.5) url(../images/link01.png) no-repeat 90% center;
}

#main .topLink .link02 .txt {
	background: rgba(0,0,0,.5) url(../images/link02.png) no-repeat 90% center;
}

#main .topLink .link03 .txt {
	background: rgba(0,0,0,.5) url(../images/link03.png) no-repeat 90% center;
}

#main .topLink li .txt .en {
	display: block;
	font-size: 16px;
}

#main .gallery {
	padding: 80px 0;
}

#main .gallery .list {
	margin: 0 0 15px;
}
		
#main .gallery .list li {
	margin: 0 1% 15px;
	width: 18%;
	float: left;
	text-align: center;
}

#main .gallery .list li a {
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	background: #1F8CEB;
	border-radius: 30px;
}

#main .gallery .list li a:hover {
	background: #FF9600;
}

#marqueesrcoll {
	height: 800px;
	background: none;
}

#main .gallery .proScroll li {
	margin: 0 1%;
	padding: 10px 0;
	width: 31.333333%;
	float: left;
}

#main .gallery .proScroll li a {
	display: block;
	background: #fff;
	box-shadow: 1px -1px 5px rgba(0,0,0,.3);
	-webkit-box-shadow: 1px -1px 5px rgba(0,0,0,.3);
	-moz-box-shadow: 1px -1px 5px rgba(0,0,0,.3);
}

#main .gallery .proScroll li .photo {
	height: 280px;
	overflow: hidden;
}

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

#main .gallery .proScroll li p {
	padding: 15px 0;
	color: #333;
	font-size: 17px;
	line-height: 1.5;
	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 .gallery .proScroll li a:hover p {
	color: #fff;
	background: #1F8CEB;
}

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

#main .about h2 {
	margin-right: 50px;
	padding-right: 50px;
	float: left;
	color: #fff;
	line-height: 1.5;
	font-size: 80px;
	font-weight: normal;
	position: relative;
}

#main .about h2:before {
	position: absolute;
	width: 1px;
	height: 100%;
	content: "";
	right: 0;
	top: 0;
	opacity: 0.7;
	background: #fff;
}

#main .about .title {
	padding-top: 80px;
	color: #fff;
	float: left;
	font-size: 25px;
	font-weight: bold;
}

#main .about .title a {
	margin-top: 15px;
	padding: 5px 0;
	width: 150px;
	display: block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border: 1px solid #fff;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

#main .about .title a:hover {
	color: #0A3A6B;
	background: #fff;
}

#main .about .photo {
	padding-top: 20px;
	float: left;
	width: 550px;
}

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

#main .about .textBox {
	width: 600px;
	float: right;
}

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

#main .about .textBox .title {
	margin: 0 0 10px;
	color: #2265CD;
	font-size: 30px;
	font-weight: bold;
	text-indent: 1.2em;
}

#main .about .textBox ul {
	margin-top: 40px;
}

#main .about .textBox li {
	margin-right: 15px;
	width: 150px;
	float: left;
}

#main .about .textBox li a {
	padding: 10px 0;
	display: block;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #FF9600;
	-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 li a:hover {
	background: #1F8CEB;
}

#main .feaList {
	margin-top: 80px;
}

#main .feaList li {
	margin: 0 1%;
	padding: 25px;
	width: 31.333333333%;
	height: 135px;
	float: left;
	box-sizing: border-box;
	background: #1F8CEB;
}

#main .feaList li .pic {
	padding: 15px 20px 15px 0;
	float: left;
	border-right: 1px solid #fff;
}

#main .feaList li p {
	width: 225px;
	float: right;
	color: #fff;
	font-size: 15px;
}

#main .feaList li p span {
	display: block;
	font-size: 30px;
	font-weight: bold;
}

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

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

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

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

#main .case li p {
	padding: 15px 0;
	color: #000;
	font-size: 16px;
	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 .case li a:hover p {
	color: #fff;
	background: #1F8CEB;
}

#main .newsBox {
	margin-bottom: 0;
	padding: 100px 0;
	position: relative;
	background: url(../images/news_bg.jpg) no-repeat center center;
	background-size: cover;
}

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

#main .newsBox .imgList li a {
	display: block;
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,.3);
	-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 {
	color: #0A3A6B !important;
}

#main .newsBox .imgList li .photo {
	height: 300px;
	overflow: hidden;
}

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

#main .newsBox .imgList li .textBox {
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	box-sizing: border-box;
}

#main .newsBox .imgList li a:hover p {
	color: #0A3A6B !important;
	-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;
}

#main .newsBox .imgList li .date {
	color: #ccc;
	font-size: 14px;
}

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

#main .newsBox .comLink {
	margin-top: 50px;
}
	
#main .newsBox .comLink a {
	margin: 0 auto;
	padding: 15px 0;
	display: block;
	width: 300px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #FF9600;
	border-radius: 40px;
	border: 2px solid #FF9600;
	-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 .comLink a:hover {
	color: #0A3A6B;
	background: #fff;
}

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

#main .newsPage li {
	margin-bottom: 5px;
	padding: 10px;
	color: #666;
	font-size: 15px;
	position: relative;
	-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 li:hover {
}

#main .newsPage li a {
	padding: 25px 0;
	display: block;
	overflow: hidden;
	background: rgba(238,238,238,.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;
}

#main .newsPage li a:hover {
	padding-left: 50px;
}

#main .newsPage li a .sub {
	margin: 0 auto;
	width: 1200px;
}

#main .newsPage li .photo {
	width: 200px;
	height: 160px;
	float: left;
}

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

#main .newsPage li .textBox {
	padding: 10px 0 0 220px;
}

#main .newsPage li .textBox .ttl {
	margin-bottom: 10px;
	font-size: 18px;
	color: #1F8CEB;
	font-weight: bold;
}

#main .newsPage li .textBox .txt {
	margin-bottom: 10px;
	font-size: 16px;
	color: #333;
	line-height: 1.7;
}

#main .newsPage li .textBox .date {
	font-size: 14px;
	color: #999;
}

#main .pagebottom {
	padding: 100px 0;
}

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

#main .pagebottom ul {
	margin: 0 auto;
	width: 1200px;
}

#main .pagebottom li {
	padding-left: 20px;
	width: 25%;
	float: left;
	box-sizing: border-box;
}

#main .pagebottom li a {
	padding: 20px 0 20px 90px;
	display: block;
	font-size: 18px;
	border-right: 1px solid #E9E8E8;
}

#main .pagebottom li a:hover {
	color: #0A3A6B;
}

#main .pagebottom li a:hover span {
	color: #333;
}

#main .pagebottom li a span {
	display: block;
	color: #666;
	font-size: 15px;
}

#main .pagebottom .sub01 a {
	background: url(../images/c1.png) no-repeat left center;
}

#main .pagebottom .sub01 a:hover {
	background: url(../images/c1_over.png) no-repeat left center;
}

#main .pagebottom .sub02 a {
	background: url(../images/c2.png) no-repeat left center;
}

#main .pagebottom .sub02 a:hover {
	background: url(../images/c2_over.png) no-repeat left center;
}

#main .pagebottom .sub03 a {
	background: url(../images/c3.png) no-repeat left center;
}

#main .pagebottom .sub03 a:hover {
	background: url(../images/c3_over.png) no-repeat left center;
}

#main .pagebottom .sub04 a {
	background: url(../images/c4.png) no-repeat left center;
}

#main .pagebottom .sub04 a:hover {
	background: url(../images/c4_over.png) no-repeat left center;
}

#main .pagebottom .sub04 a {
	border-right: none;
}

#footer {
	background: #333;
}

#footer .sub {
	margin: 0 auto;
	padding: 50px 0;
	width: 1200px;
}

#footer .tel {
	width: 290px;
	float: left;
	text-align: center;
}

#footer .tel .num {
	margin: 0 15px 5px;
	display: block;
	color: #fff;
	font-size: 35px;
	font-family: Impact;
}

#footer .tel .ttl {
	margin-bottom: 15px;
	display: block;
	color: #6B6B6B;
	font-size: 14px;
	text-align: center;
}

#footer .tel a {
	margin: 0 auto;
	display: block;
	width: 180px;
	height: 40px;
	color: #fff;
	font-size: 17px;
	line-height: 40px;
	text-align: center;
	background: #FF9600;
	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;
}

#footer .tel a:hover  {
	color: #0094D7;
	background: #fff;
}

#footer .tel .code {
	margin-top: 25px;
	position: relative;
	text-align: left;
}

#footer .tel .code img {
	width: 125px;
}

#footer .tel .code span {
	margin: 0;
	width: 150px;
	display: block;
	color: #fff;
	font-size: 16px;
	position: absolute;
	left: 135px;
	top: 35%;
}

#footer .navi {
	margin-left: 20px;
	padding: 15px 70px 20px;
	width: 388px;
	min-height: 150px;
	float: left;
	border-left: 1px solid rgba(0,0,0,.2);
	border-right: 1px solid rgba(0,0,0,.2);
}

#footer .navi .sub01 {
	width: 66.666%;
	float: left;
}

#footer .navi .sub02 {
	width: 33.334%;
	float: left;
}

#footer .navi li {
	margin-bottom: 10px;
	color: #fff;
}

#footer .navi .sub02 li {
	width: auto;
	float: none;
}

#footer .navi li a {
	color: #fff;
	font-size: 16px;
}

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

#footer .boxinfo {
	padding-top: 10px;
	width: 320px;
	float: right;
}

#footer .boxinfo {
	color: #fff;
}

#footer .boxinfo p {
	color: #fff;
	font-size: 17px;
	line-height: 2;
}

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

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

#side .sLink {
	margin-bottom: 30px;
}

#side h2 {
	margin: 0;
	padding: 15px 0;
	color: #fff;
	font-size: 30px;
	text-align: center;
	background: #1F8CEB;
}

#side h2 span {
	margin-top: 5px;
	display: block;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}

#side ul {
	margin-bottom: 20px;
	background: #F4F4F4;
	border-top: 1px solid #ccc;
}

#side li {
}

#side li:last-child {
	margin-bottom: 0;
}

#side li a {
	padding: 20px 25px;
	display: block;
	color: #000;
	font-size: 16px;
	text-align: left;
	position: relative;
	border-bottom: 1px solid #eee;
	-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:before {
	margin-top: -3px;
	width: 6px;
	height: 6px;
	position: absolute;
	left: 10px;
	top: 50%;
	content: "";
	border-radius: 3px;
	background: #fff;
}*/

#side li a:hover {
	color: #fff;
	background: #1F8CEB;
}

#side .sconttact {
	padding: 0;
	background: #eee;
}

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

#side .sCon {
	padding: 0;
}

#side .sCon h2 {
	margin-bottom: 20px;
	color: #000;
	text-align: left;
	background: none;
	border-bottom: 2px solid #000;
}

#side .sCon dl {
	border-bottom: #e3e3e3 3px solid;
	border-left: #e3e3e3 3px solid;
	padding-bottom: 10px;
	margin: 10px auto 15px;
	padding-left: 10px;
	padding-right: 10px;
	height: 50px;
	border-top: #e3e3e3 3px solid;
	border-right: #e3e3e3 3px solid;
	padding-top: 10px
}

#side .sCon dt {
	text-align: center;
	width: 65px;
	float: left;
	border-right: #e3e3e3 1px solid
}

#side .sCon dt img {
	display: inline-block
}

#side .sCon dd {
	margin: 0;
	line-height: 25px;
	padding-left: 10px;
	float: left;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

#side .sCon dd span {
	line-height: 10px;
	text-transform: uppercase;
	font-family: arial;
	color: #979797;
	font-size: 9px;
	font-weight: normal;
}

#side .sCon .sTel {
	margin-bottom: 10px;
	font-family: impact;
	color: #d10000;
	font-size: 40px;
	text-align: center;
}

#side .sCon p {
	padding: 15px 10px;
	font-size: 16px;
	line-height: 1.8;
	border-top: 1px solid #ccc;
}

#side .sCon p:last-child {
	border-bottom: 1px solid #ccc;
}


#side .sImg {
	margin: 15px -5px 0;
}

#side .sImg img {
	width: 100%;
}

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

#main .pageTitle {
	margin-bottom: 30px;
	padding-top: 20px;
	border-bottom: 1px solid #ccc;
}

#main .pageTitle h2 {
	margin: 0 0 -1px;
	padding: 0 5px 20px;
	float: left;
	color: #535353;
	font-size: 20px;
	border-bottom: 3px solid #1078F1;
}

#main .pageTitle .pagePath {
	margin: 0;
	float: right;
	color: #666;
	font-size: 15px;
}

#pagePath {
	margin: 0 0 70px;
	color: #666;
	font-size: 15px;
	position: relative;
	z-index: 80;
	background: #1F8CEB;
}

#pagePath .sub {
	margin: 0 auto;
	width: 1200px;
	color: #fff;
	border-left: 1px solid rgba(255,255,255,.5);
}

#pagePath a {
	margin-left: 30px;
	padding: 25px;
	color: #fff;
	position: relative;
}

#pagePath a:hover {
	text-decoration: underline;
}

#pagePath a:before {
	position: absolute;
	width: 1px;
	height: 100%;
	left: 0;
	top: 0;
	content: "";
	opacity: 0.5;
	background: #fff;
}

#pagePath a:first-child {
	padding-left: 25px;
	display: inline-block;
	background: url(../images/home_icon.png) no-repeat left center;
}

#pagePath a:first-child:before {
	display: none;
}

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

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

#main .proList li {
	margin: 0 1% 20px;
	width: 31.333333333%;
	float: left;
	border: 1px solid #eee;
	box-sizing: border-box;
}

#main .proList li a {
	padding: 15px 15px 0;
	display: block;
	position: relative;
	-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 .proList li a:hover {
	background: #1fa3fd;
	box-shadow: 1px -1px 10px rgba(0,0,0,.3);
}

#main .proList li .photo {
	height: 300px;
	border-radius: 3px;
	overflow: hidden;
}

#main #conts .proList li .photo {
	height: 250px;
}

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

#main .proList li .ttl {
	padding: 15px;
	width: 100%;
	font-size: 18px;
	font-weight: bold;
	color: #333;
	text-align: center;
	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 .proList li a:hover .ttl {
	color: #fff;
}

#main .proList li .tel {
	padding: 0 15px;
	color: #333;
	font-size: 16px;
}

#main .proList li .tel span {
	color: #0D71D0;
	font-size: 28px;
	font-family: impact;
}

.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: #1F8CEB;
	border: 1px solid #1F8CEB;
}

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


/*--------------上传信息-------------------*/
.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 table {
	width: 100%;
	border-collapse: collapse;
}

.detailBox .info td {
	font-size: 15px !important;
	font-weight: normal !important;
	border: 1px solid #333;
}

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

.detailBox .info img {
	margin: 0 auto;
	display: block;
	max-width: 400px;
	width: auto !important;
	height: auto !important;
}

.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;
}

.proLead {
}

#dituContent {
	height: 400px;
	border: 1px solid #ccc;
}

.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;
}