@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
.feature{
    width: 90%;
    margin: 40px auto;
}

.feature li {
    width: 25%;
    float: left;
    position: relative;
    height: 130px;
}

.feature li:after {
    display: block;
    content: '';
    width: 1px;
    height: 130px;
    background: #c9c9c9;
    position: absolute;
    right: 0;
    top: 0;
}

.feature li:last-child:after {
    display: none;
}

.feature li .com-img {
    width: 62px;
    height:50px;
    line-height: 50px;
    margin: 0 auto;
    text-align: center;
}

.feature li img {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.feature li h3 {
    color: #1d1d1d;
    font-size: 31px;
    font-weight: bold;
    text-align: center;
}

.feature li p {
    color: #6a6a6a;
    font-size: 16px;
    text-align: center;
}

.feature li:hover h3 {
    color: #1488F5;
}

.feature li:hover .com-img img {
    animation: swing 1s infinite linear;
}

.pnav {
	width: 1224px;
	position: relative;
	padding-top: 1px;
	margin: 0 auto 50px;
}

.pnav ul {
	margin: 0 auto;
	text-align: center;
	box-sizing: border-box;
}

.pnav ul li {
	display: block;
	margin: 0 20px 0 0;
	transition: all .3s;
	float: left;
}

.pnav ul li a {
	display: block;
	position: relative;
}

.pnav ul li .photo {
	width: 180px;
	height: 180px;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 50%;
}

.pnav ul li a img {
	transition: 1s;
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 10;
}

.pnav ul li a p {
	margin-top: 10px;
	padding: 6px 0;
	color: #fff;
	font-size: 16px;
	transition: .5s;
	z-index: 5;
	border-radius: 20px;
	text-align: center;
	background: #007EFE;
	box-sizing: border-box;
}

.pnav ul li a i {
	position: absolute;
	bottom: 6px;
	font-style: normal;
	font-size: 18px;
	left: 123px;
	transition: .5s;
}

.pnav ul li a:hover img {
	filter: brightness(120%);
}

.pnav ul li a:hover p {
	background: #d40000;
	color: #fff;
}

.pnav ul li a:hover i {
	color: #fff;
}

.pnav .btnLeft, .pnav .btnRight {
	position: absolute;
	top: 40%;
	margin-top: -15px;
	width: 66px;
	height: 66px;
	transition: 0.5s;
}

.pnav .btnLeft {
	left: -65px;
	background: url(../images/left.png) no-repeat center center;
}

.pnav .btnLeft:hover {
	left: -75px;
	opacity: 1;
}

.pnav .btnRight {
	right: -65px;
	background: url(../images/right.png) no-repeat center center;
}

.pnav .btnRight:hover {
	right: -75px;
	opacity: 1;
}

.topPro {
	margin: 0 auto 80px;
	width: 90%;
	min-width: 1300px;
}

.topPro .proList li {
	margin: 0 1% 25px;
	width: 23%;
	float: left;
}

.topPro .proList li a {
	display: block;
}

.topPro .proList li a .photo {
	overflow: hidden;
}

.topPro .proList li a .photo 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;
}

.topPro .proList li a:hover .photo img {
	width: 100%;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.topPro .proList li a p {
	padding: 10px 0;
	color: #000;
	font-size: 16px;
	text-align: center;
	background: rgba(204,204,204,.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;
}

.topPro .proList li a:hover p {
	color: #fff;
	background: #1488F5;
}

.product {
	margin: 0 auto;
	padding-bottom: 70px;
	width: 1300px;
}

.product .side {
	width: 270px;
	float: left;
	background: #1488F5;
}

.product .side .title {
	padding: 30px 0 60px;
	color: #fff;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	background: url(../images/side.png) no-repeat center bottom;
}

.product .side .title span {
	display: block;
	font-size: 15px;
	font-weight: normal;
}

.product .side ul {
	margin: 0 15px 25px;
}

.product .side li {
	border-bottom: 1px dotted rgba(255,255,255,.8);
}

.product .side li a {
	padding: 15px 0 15px 10px;
	display: block;
	color: #fff;
	font-size: 16px;
	-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;
}

.product .side li a:hover {
	color: #1488F5;
	background: #fff;
}

.product .side li .drop {
	margin: 0 20px 10px;
}

.product .side li .drop p {
	color: #fff;
}

.product .side li .drop p a {
	padding: 5px 0;
	display: inline-block;
	color: #fff;
}

.product .side li .drop p a:hover {
	color: #fff;
	text-decoration: underline;
	background: none;
}

.product .side .contact .pic {
	padding: 10px;
}

.product .side .contact img {
	width: 100%;
}

.product .side .contact p {
	padding: 15px 15px 0;
	color: #fff;
	font-size: 15px;
}

.product .side .contact p strong {
}

#top_scroll {
	height: 1290px;
	overflow: hidden;
}

.product .conts {
	width: 1010px;
	float: right;
}

.product .conts li {
	margin: 0 1% 25px;
	width: 31.33333%;
	float: left;
}

.product .conts li a {
	display: block;
}

.product .conts li a .photo {
	overflow: hidden;
}

.product .conts li a .photo 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;
}

.product .conts li a:hover .photo img {
	width: 100%;
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.product .conts li a p {
	padding: 10px 0;
	color: #000;
	font-size: 16px;
	text-align: center;
	background: rgba(204,204,204,.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;
}

.product .conts li a:hover p {
	color: #fff;
	background: #1488F5;
}

.about {
	padding: 150px 0 60px;
	background: url(../images/about_bg.jpg) no-repeat center top;
	background-size: 100% auto;
}

.about .inner {
	margin: 0 auto;
	padding: 30px;
	min-width: 1300px;
	width: 90%;
	background: #1488F5;
	box-sizing: border-box;
}

.about .inner .photo {
	margin-top: -80px;
	width: 43%;
	float: left;
	border: 3px solid #fff;
}

.about .inner .photo img {
	width: 100%;
}

.about .inner .textBox {
	padding: 30px 0;
	width: 54%;
	float: right;
}

.about .inner .textBox h2 {
	margin-bottom: 15px;
	color: #fff;
	font-size: 40px;
}

.about .inner .textBox h2 span {
	display: block;
	font-size: 15px;
	font-weight: normal;
}

.about .inner .textBox p {
	margin-bottom: 10px;
	color: #fff;
	font-size: 16px;
	text-indent: 2em;
}

.about .inner .textBox .more {
	margin-top: 20px;
}

.about .inner .textBox .more a {
	padding: 8px 0;
	width: 130px;
	display: block;
	color: #fff;
	font-size: 15px;
	text-align: center;
	border: 2px 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;
}

.about .inner .textBox .more a:hover {
	background: #F8770F;
}

.case {
	margin: 0 auto;
	min-width: 1300px;
	width: 90%;
	overflow: hidden;
}

.case ul {
	overflow: hidden;
}

.case li {
	margin-right: 20px;
	width: 400px;
	float: left;
}

.case li a {
	display: block;
}

.case li a .photo {
	overflow: hidden;
}

.case li a 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;
}

.case li a:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.case li p {
	padding: 10px 0;
	color: #000;
	font-size: 16px;
	text-align: center;
	background: rgba(204,204,204,.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;
}

.case li a:hover p {
	color: #fff;
	background: #1488F5;
}

.step {
	padding: 80px 0;
	margin: 0 auto;
	min-width: 1300px;
	width: 90%;
}

.step li {
	padding: 0 30px;
	width: 20%;
	float: left;
	position: relative;
	border-left: 1px solid #ccc;
	box-sizing: border-box;
}

.step li .num {
	color: #E4E4E4;
	font-size: 80px;
}

.step li p {
	font-size: 25px;
	font-weight: normal;
}

.step li p span {
	display: block;
	color: #666;
	font-size: 15px;
}

.step li .pic {
	margin-top: 15px;
}

.step li .pic img {
	width: 80%;
}

.advantage {
	padding: 50px 0 0;
	background: url(../images/ad_bg.jpg) no-repeat center center;
	background-size: cover;
}

.advantage h2 {
	text-align: center;
}

.advantage .tel {
	margin: 0 auto 50px;
	width: 584px;
	height: 56px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	background: url(../images/tel_bg.png) no-repeat center center;
}

.advantage .tel p {
	padding-top: 5px;
	background: url(../images/tel02.png) no-repeat 15% 17px;
	background-size: 30px 30px;
}

.advantage .tel span {
	font-family: Impact;
	font-size: 33px;
}

.advantage .inner {
	margin: 0 auto;
	width: 1214px;
	height: 605px;
	position: relative;
	background: url(../images/ad_bg02.png) no-repeat center top;
}

.advantage .inner .num {
	width: 80px;
	height: 80px;
	color: #FE7429;
	font-family: Impact;
	font-size: 40px;
	line-height: 80px;
	text-align: center;
	background: #fff;
	border-radius: 50%;
	position: absolute;
}

.advantage .inner .num01 {
	left: 270px;
	top: 460px;
}

.advantage .inner .num02 {
	left: 430px;
	top: 288px;
}

.advantage .inner .num03 {
	right: 430px;
	top: 288px;
}

.advantage .inner .num04 {
	right: 270px;
	top: 460px;
}

.advantage .inner .textBox {
	width: 200px;
	position: absolute;
}

.advantage .inner .textBox .title {
	margin-bottom: 10px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.advantage .inner .textBox .txt {
	color: #fff;
	font-size: 16px;
	text-indent: 2em;
}

.advantage .inner .textBox01 {
	left: 70px;
	top: 350px;
}

.advantage .inner .textBox02 {
	width: 280px;
	left: 300px;
	top: 90px;
}

.advantage .inner .textBox03 {
	width: 280px;
	right: 290px;
	top: 90px;
}

.advantage .inner .textBox04 {
	right: 50px;
	top: 350px;
}

.news {
	margin: 0 auto;
	padding: 80px 0;
	width: 90%;
	min-width: 1300px;
	position: relative;
}

.news .newsSlider {
	width: 520px;
	float: left;
}

.news .newsSlider .pic {
	width: 520px;
	float: left;
}

.news .newsSlider .pic img {
	width: 100%;
}

.news .imgList {
	padding-left: 550px;
}

.news .imgList li {
	margin: 0 0 7px;
	padding-bottom: 7px;
	color: #666;
	font-size: 15px;
	list-style: none;
	position: relative;
	border-bottom: 1px dotted #ccc;
}

.news .imgList li a {
	display: block;
	overflow: hidden;
		-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.news .imgList li a:hover {
	background: #007DF3;
}

.news .imgList li .photo {
	float: left;
	width: 180px;
	height: 120px;
	overflow: hidden;
	position: relative;
}

.news .imgList li .photo img {
	width: 100%;
	min-height: 100%;
	max-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;
}

.news .imgList li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.news .imgList li .ttl {
	margin-bottom: 10px;
	color: #333;
	font-size: 18px;
	font-weight: bold;
}

.news .imgList li a:hover .ttl,
.news .imgList li a:hover .date,
.news .imgList li a:hover .txt {
	color: #fff;
}

.news .imgList li .textBox {
	padding: 15px 15px 15px 195px;
}

.news .imgList li .txt {
	color: #999;
	font-size: 15px;
	line-height: 1.8;
}

.aboutBox {
	margin: 0 auto;
	padding: 80px 0 0;
	width: 90%;
	min-width: 1300px;
}

.aboutBox h3 {
	margin-bottom: 30px;
	color: #1488F5;
	font-size: 45px;
	text-align: center;
}

.aboutBox h3 span {
	display: block;
	color: #666;
	font-size: 16px;
	font-weight: normal;
}

.aboutBox .txt {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.7;
	text-indent: 2em;
}

.productBox {
	padding: 70px 0 0;
}


.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;
}

.pagination .page-status {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 3px;
	border-radius: 3px;
}

.pagination .page-status,
.pagination .page-index,
.pagination .page-last {
	display: none;
}

.subtitle {
	margin-bottom: 25px;
    font-size: 16px;
    line-height:60px;
    height: 60px;
    color: #8F8F8F;
    text-align:center;
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
}

.subtitle span {
    padding:0 30px;
}

.subtitle .timea{
    background: url(../images/shijian.png) left center no-repeat;
}

.subtitle .liulan{
    background: url(../images/liulan.png) left center no-repeat;
}

.detailBox {
	margin: 0 auto;
	padding: 80px 0 0;
	width: 1300px;
	font-size: 16px;
	line-height: 1.7;
}

.detailBox p {
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 1.7;
}

.detailBox .infoTilte {
	color: #000;
	font-size: 30px;
	text-align: center;
}

.detailBox img {
	margin: 10px auto;
	max-width: 100%;
	display: block;
}

.fanye {
	margin: 30px 20px 80px;
}

.fanye a:hover {
	text-decoration: underline;
}

.fanye .prev {
	padding: 8px 20px;
	float: left;
	font-size: 15px;
	background: #F0F0F0;
	border-radius: 50px;
}

.fanye .next {
	padding: 5px 10px;
	float: right;
	font-size: 15px;
	text-align: right;
	background: #F0F0F0;
	border-radius: 50px;
}

.pageNews {
	margin: 0 auto;
	padding: 70px 0;
	width: 1300px;
}
	
.pageNews .newsList li {
	margin-bottom: 30px;
}

.pageNews .newsList li a {
	padding: 30px;
	display: block;
	overflow: hidden;
	background: #F9F9F9;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.pageNews .newsList li a:hover {
	background: #1B7FF2;
}

.pageNews .newsList li .photo {
	width: 300px;
	height: 225px;
	float: left;
	overflow: hidden;
}

.pageNews .newsList li .photo 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;
}

.pageNews .newsList li a:hover .photo img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.pageNews .newsList li .textBox {
	padding-left: 330px;
}

.pageNews .newsList li .textBox .title {
	margin-bottom: 20px;
	color: #333;
	font-size: 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;
}

.pageNews .newsList li a:hover .textBox .title {
	color: #fff;
}

.pageNews .newsList li .textBox .txt {
	color: #666;
	font-size: 16px;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	-ms-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.pageNews .newsList li a:hover .textBox .txt {
	color: #fff;
}

.pageNews .newsList li .textBox .link {
	margin-top: 40px;
	padding: 10px 0;
	width: 150px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #1B7FF2;
	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;
}

.pageNews .newsList li a:hover .textBox .link {
	color: #004098;
	background: #fff;
}

.contactBox {
	padding: 60px 0 0;
}

.conList {
	margin: 0 auto 80px;
	width: 1300px;
}

.conList li {
	margin: 0 1%;
	padding: 30px;
	width: 31.3333%;
	height: 250px;
	float: left;
	color: #333;
	font-size: 18px;
	text-align: center;
	background: #F8FBFF;
	box-sizing: border-box;
	border: 1px solid rgba(204,204,204,.4);
}

.conList li img {
	margin: 0 auto 15px;
	width: 60px;
	display: block;
}

.conList li .title {
	margin-bottom: 20px;
	color: #004098;
	font-size: 22px;
}

.conList li .title span {
	margin-right: 20px;
	padding-right: 15px;
	color: #000;
	font-size: 20px;
	border-right: 2px solid #333;
}

#dituContent {
	height: 400px;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

