﻿@charset "utf-8";


* {
	margin: 0;
	padding: 0;
}

html,
body {
	overflow-x: hidden;
}

body {
	font-size: 14px;
	min-width: 1200px;
	font-family: "微软雅黑";
}
input,textarea{outline: none;}
ul,
li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	color: #005FB8;
}

img {
	border: 0;
}

.clear {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.main1200 {
	width: 1200px;
	margin: 0 auto;
}

.mar20 {
	margin-top: 20px;
}

.p20 {
	padding-top: 20px;
}

.fixbottom {
	display: none;
}


/*头部*/

.head_top {
	height: 30px;
	line-height: 30px;
	color: #666;
	/*background: #0055ff;*/
	box-sizing: border-box;
	border-bottom: 3px solid #005FB8;
}

.head_top p {
	background: url(../img/icon2.png) no-repeat left center;
	padding-left: 25px;
}

.head_top li {
	display: inline-block;
}

.head_top li a {
	color: #666;
	padding: 0 15px;
	border-right: 1px solid #eee;
}

.head_top li:last-child a {
	border-right: 0;
}

.head_top li a:hover {
	color: #FF0000;
}

.headcenter {
	height: 120px;
}

.headlogo {
	width: 56%;
	padding: 10px 0;
}

.headlogo img {
	width: 100%;
}

.toptel {
	background: url(../img/toptel1.png) no-repeat left center;
	padding: 30px 0 20px 65px;
}

.toptel p {
	font-size: 18px;
	color: #FF0000;
	font-weight: bold;
}

.topqr {
	padding: 10px 0;
}

.topqr img {
	width: 80px;
	height: 80px;
	margin-right: 10px;
}

.topqr p {
	font-size: 12px;
	text-align: center;
	margin-right: 10px;
}

.headnav {
	height: 75px;
	background: #005FB8;
	font-size: 0;
}

.navli {
	text-align: center;
	height: 75px;
	padding-top: 13px;
	width: 11%;
	box-sizing: border-box;
	min-width: 80px;
	border-right: 1px solid #e5e5e5;
	display: inline-block;
	font-size: 14px;
}

.navli:nth-child(9) {
	border-right: 0;
}

.navli h1 {
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 7px;
	transition: 0.6s;
}

.navli div {
	width: 0px;
	height: 2px;
	background: #ff0000;
	transition: 0.6s;
}

.navli p {
	font-size: 14px;
	color: #eee;
	transition: 0.6s;
	text-transform: uppercase;
	margin-bottom: 12px;
}

.navli:hover div {
	width: 100%;
}

.navli:hover h1,
.navli:hover p {
	color: #005FB8;
}

.navli:hover {
	background: rgba(255, 255, 255, 0.6);
	background: none\9;
}


/*banner*/

.banslide {
	width: 100%;
	/* height: 550px; */
	overflow: hidden;
	position: relative;
}

.banslide .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translate(-50%, 0);
	/* 50%为自身尺寸的一半 */
	-webkit-transform: translate(-50%, 0);
	z-index: 1;
}

.banslide .hd ul {
	overflow: hidden;
	zoom: 1;
}

.banslide .hd ul li {
	float: left;
	margin-right: 2px;
	width: 15px;
	height: 15px;
	line-height: 14px;
	text-align: center;
	color: #005FB8;
	background: #005FB8;
	cursor: pointer;
}

.banslide .hd ul li.on {
	background: #f00;
	color: #f00;
}

.banslide .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.banslide .bd li {
	zoom: 1;
	vertical-align: middle;
}

.banslide .bd img {
	width: 100%;
	/* height: 550px; */
	display: block;
}


/* 下面是前/后按钮代码，如果不需要删除即可 */

.banslide .prev,
.banslide .next {
	position: absolute;
	left: 3%;
	top: 50%;
	margin-top: -25px;
	display: block;
	width: 32px;
	height: 40px;
	background: url(../img/btn.png) -110px 5px no-repeat;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.banslide .next {
	left: auto;
	right: 3%;
	background-position: 8px 5px;
}

.banslide .prev:hover,
.banslide .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.banslide .prevStop {
	display: none;
}

.banslide .nextStop {
	display: none;
}


/*服务范围*/

.service {
	background: #f1f1f1;
	/* padding: 0 0 2%; */
}

.sertit {
	padding: 2% 0;
	text-align: center;
}

.sertit span {
	font-size: 32px;
	color: #161616;
	display: block;
	padding: 10px 0;
}

.sertit p {
	font-size: 15px;
	color: #888888
}

.seritem {
	margin-bottom: 2%;
}

.seritem li {
	width: 20%;
	text-align: center;
	float: left;
	padding: 0 1%;
	box-sizing: border-box;
}

.seritem li i {
	display: inline-block;
	padding: 10%;
	border-radius: 50%;
	background: #0166ce;
	margin-bottom: 2%;
	-webkit-transition: all .5s ease-in-out;
}

.seritem li b {
	color: #212121;
	display: block;
	font-size: 22px;
	padding: 10px 0;
}

.seritem li p {
	color: #5f5f5f;
	font-size: 15px;
	width: 100%;
	height: 60px;
	overflow: hidden;
}

.seritem li:hover i {
	transform: scale(0.9);
}


/*标题*/

.titbox {
	height: 100px;
	text-align: center;
	margin: 10px auto 45px;
}

.titbox h2 {
	height: 56px;
	font-size: 32px;
	font-weight: 600;
	color: #333;
	line-height: 56px;
	overflow: hidden;
	margin-bottom: 11px;
	text-align: center;
	padding: 0 50px 0 50px;
}

.titbox h2 span {
	color: #005FB8;
}

.titlecon {
	max-width: 1200px;
	margin-top: 13px;
	height: 42px;
	position: relative;
	margin: 0 auto;
	text-align: center;
	display: block;
	justify-content: center;
	padding: 0 50px 0 50px;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	white-space: nowrap !important;
}

.titlecon>p {
	text-align: center;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	padding-top: 23px;
	max-width: 780px;
	color: #666666;
	display: inline-block;
}

.titlecon:after {
	display: block;
	width: 91px;
	height: 2px;
	background: linear-gradient(180deg, #005FB8 0%, #005FB8 100%);
	content: "";
	position: absolute;
	top: 0px;
	left: 50%;
	transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}

.titicon {
	width: 28px;
	height: 28px;
	overflow: hidden;
	display: inline-block;
	margin: 12px 16px 0 16px;
}

.titicon img {
	width: 100%;
	height: 100%;
}


/*案例展示*/

.casebox {
	z-index: 1;
}

.casecon {
	width: 240px;
	height: auto;
	float: left;
}

.casetitle {
	width: 100%;
	height: 86px;
	text-align: center;
	background: #005FB8 url(../img/casetit.png) no-repeat center center;
	line-height: 86px;
}

.casetitle span {
	width: 100%;
	height: auto;
	font-size: 28px;
	color: #fff;
	font-weight: bold;
}

.caselist {
	width: 214px;
	border: 3px solid #005FB8;
	float: left;
	background-color: #005fb8;
	padding: 10px;
	
}

ul#caseli,
ul#caseli ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: 100%;
}

ul#caseli a {
	display: block;
	text-decoration: none;
}

ul#caseli>li {
	width: 100%;
	line-height: 45px;
	padding: 10px 0;
	position: relative;
	border-top: 1px solid #ddd;
}

ul#caseli>li>a {
	/*width: 100%;*/
	text-indent: 20px;
	color: #FFF;
	border-radius: 5px;
	background: #005FB8 url(../img/caseico.png) no-repeat left 10px;
	display: block;
	transition: 0.3s;
	padding-left: 10px;
}

ul#caseli>li>a:hover {
	background: #eee url(../img/caseico.png) no-repeat left -15px;
	color: #333;
	text-indent: 24px;
	transition: 0.3s;
}

.case_erli>li>a {
	border-bottom: 1px dashed #c1c4c1;
	color: #4e4e4e;
	text-indent: 20px;
	transition: 0.3s;
}

.case_erli>li>a:hover {
	text-indent: 25px;
	color: #005FB8;
	transition: 0.3s;
}

.case_erli {
	width: 360px;
	height: auto;
	border: 2px solid #005FB8;
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	left: 215px;
	padding: 10px;
	display: none;
}

.case_erli a {
	width: 50%;
	height: 30px;
	line-height: 30px;
	float: left;
}

ul#caseli>li:hover .case_erli {
	width: 360px;
	height: auto;
	border: 2px solid #005FB8;
	background-color: #ffffff;
	position: absolute;
	top: 0px;
	left: 215px;
	padding: 10px;
	display: block;
	z-index: 9999999;
}

.casebot {
	background: #FF8800;
	height: 130px;
	padding-top: 40px;
}

.casetel {
	width: 208px;
	height: 46px;
	margin: 0 auto 30px;
	background: url(../img/casetel.png) center center no-repeat;
	color: #FFF;
	text-align: center;
}

.casetel h2 {
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	font-weight: normal;
	position: relative;
	top: -10px;
	margin-bottom: 10px;
}

.casetel h3 {
	height: 30px;
	line-height: 30px;
	font-size: 24px;
}

.casecon_r {
	width: 920px;
}

.casecon_rtit {
	background-color: #005fb8;
	height: 56px;
	line-height: 56px;
	border-radius: 20px;
}

.casecon_rtit h1 {
	font-size: 24px;
	color: #fff;
	display: inline-block;
	font-weight: bolder;
	margin-left: 30px;
	float: left;
	background: url(../img/icon7.png) no-repeat left center;
	padding-left:30px;
}

.casecon_rtit a {
	display: inline-block;
	float: right;
	margin-right: 26px;
	color: #fff;
}

.casecon_rtit a:hover {
	color: #ff0000;
}

.casecon_r ul {
	width: 100%;
}

.casecon_r li {
	float: left;
	margin: 2% 1% 0 0;
	position: relative;
	width: 24%;
	overflow: hidden;
	box-shadow: 0 2px 15px #ccc;
	border: 1px solid #ccc;
	box-sizing: border-box;
}

.casecon_r li:nth-child(4n) {
	margin-right: 0;
}

.casecon_r li .caseimg {
	display: block;
	width: 100%;
	height: 160px;
	overflow: hidden;
}

.casecon_r li img {
	width: 100%;
}

.casecon_r span {
	color: #ebebeb;
	font-size: 18px;
	text-align: center;
	display: block;
	height: 75px;
	line-height: 58px;
	background: #ebebeb url(../img/titli2.png) no-repeat center 58px;
	transition: .6s;
}

.casecon_r li:hover span {
	background: #005FB8 url(../img/titli.png) no-repeat center 58px;
}

.casecon_r li:hover span a {
	color: #fff;
}

.casecon_r li:hover {
	transform: translateY(-10px);
	transition: .6s;
}

.liuyan form li input{width:auto;}
.liuyan form li{position:relative;}
.liuyan form li img{padding-top:15px;position:absolute;right:5px;}

/*关于我们*/

.aboutbox {
	background: #005FB8 url(../img/bgabout.jpg) no-repeat center center;
	min-height: 400px;
	padding: 20px 0 30px;
	background-size: 100% 100%;
}

.aboutbox .titbox h2,
.aboutbox .titlecon>p {
	color: #fff;
}


/*.aboutbox .titbox span{color: #FF8800;}*/

.aboutbox .titlecon:after {
	background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
}

.aboutimg {
	width: 40%;
	height: 360px;
	margin-top: 20px;
	border: 1px solid #005FB8;
	padding: 10px;
	position: relative;
}

.aboutimg img {
	width: 100%;
	position: absolute;
	top: -15px;
	left: -15px;
}

.abouttxt {
	width: 55%;
	padding: 10px;
}

.abouttxt h1 {
	color: #005FB8;
	padding-bottom: 10px;
}

.abouttxt p {
	color: #fff;
	line-height: 2.0;
	text-indent: 2em;
}

.abouttxt ul {
	font-size: 0;
	margin-top: 20px;
}

.abouttxt li {
	display: inline-block;
	font-size: 14px;
	margin: 20px 20px 20px 0;
}

.abouttxt li a {
	padding: 10px 30px;
	color: #fff;
	background: #FF8800;
	border: 1px solid transparent;
	border-radius: 20px;
	font-size: 16px;
}

.abouttxt li a:hover {
	color: #FF8800;
	border: 1px solid #FF8800;
	background: transparent;
}


/*新闻*/

.newsbox .titbox {
	padding: 30px 0;
}

.newstop_con {
	width: 345px;
	margin-right: 82px;
	margin-right: 55px\9;
	float: left;
}

.newstop_con:nth-child(3n) {
	margin-right: 0;
}

.newstop_tit {
	margin-bottom: 17px;
}

.newstop_tit h1 {
	font-size: 36px;
	color: #666666;
	font-weight: normal;
}

.newstop_tit span {
	font-size: 18px;
	margin-left: 12px;
}

.newstop_more {
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 13px;
	text-align: center;
	font-size: 18px;
	line-height: 23px;
	border: 1px solid #afafaf;
	transition: 0.6s;
	color: #afafaf;
}

.newstop_tit .newstop_more {
	float: right;
}

.newstop {
	display: block;
}

.newstop_con>a h1 {
	font-size: 18px;
	font-weight: normal;
	line-height: 26px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 26px;
	margin-bottom: 3px;
	transition: 0.6s;
	padding-bottom: 10px;
}

.newstop_con>a p {
	font-size: 14px;
	color: #727272;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
	margin-bottom: 10px;
	transition: 0.6s;
}

.newstop_con>span {
	display: block;
	width: 38%;
	height: 1px;
	background: #b9b9b9;
	margin-bottom: 33px;
	transition: 0.6s;
}

.newstop_con:hover>span {
	width: 100%;
	background: #005FB8;
}

.newstop_con:hover>a h1 {
	color: #005FB8;
}


/*.newstop_con:hover>a p{
padding-top: 10px;
}*/

.newstop_con .imgbox {
	width: 100%;
	height: 208px;
	overflow: hidden;
}

.newstop_con .imgbox img {
	width: 100%;
	transition: .5s;
}

.newstop_con:hover>a img {
	transform: scale(1.2);
}


/*文字新闻*/

.newsbot_l {
	width: 63%;
	overflow: hidden;
}

.newsbot_l li {
	width: 48%;
	background: #ffffff;
	overflow: hidden;
	padding: 3.3% 3%;
	float: left;
	margin: 1%;
	transition: all .5s ease-in-out;
	border: 1px solid #ccc;
	box-sizing: border-box;
	border-radius: 15px;
}

.newsbot_l li .newsbot_time {
	color: #555555;
	/*width:25%;*/
	text-align: center;
	margin-top: 10px;
	padding-left: 10px;
}

.newsbot_l li .newsbot_time .newsdate {
	font-size: 25px;
	display: block;
	line-height: 1.0;
	color: #005fb8;
}

.newsbot_l li .newsbot_time .newsyear {
	display: block;
}

.newsbot_l li .newsbot_txt {
	width: 72%;
}

.newsbot_l li .newsbot_txt span {
	color: #484848;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
	height: 25px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsbot_l li .newsbot_txt span i {
	display: inline-block;
	width: 0px;
	height: 1px;
	background: #005FB8;
	vertical-align: middle;
	transition: all .5s ease-in-out;
}

.newsbot_l li:hover .newsbot_txt span i {
	width: 15px;
	margin-right: 5px;
}

.newsbot_l li:hover .newsbot_txt span {
	color: #005FB8;
}

.newsbot_l li .newsbot_txt p {
	color: #818181;
	height: 40px;
	overflow: hidden;
}

.newsbot_l li:hover {
	box-shadow: 0 0 40px #c3c3c3;
}

.newsbot_r {
	width: 33%;
}

.newsbot_ertit {
	overflow: hidden;
}

.news_rlist li {
	margin-left: 17px;
	border-bottom: 1px dashed #c8c8c8;
	height: 52px;
	line-height: 52px;
	font-size: 16px;
	color: #333333;
	transition: 0.5s;
}

.news_rlist li a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: url(../img/newico.png) no-repeat left center;
	padding-left: 20px;
}
.news_rlist li span{display: none;}
.news_rlist li:hover a {
	border-color: #005FB8;
	color: #005FB8;
}

.news_rlist li:hover {
	padding-left: 10px;
}

.news_ertitcon {
	margin: 48px auto 22px;
	line-height: 30px;
	font-size: 20px;
	color: #333333;
	position: relative;
	padding-bottom: 10px;
	border-bottom: 3px dotted #005FB8;
}

.news_ertitcon p {
	display: inline-block;
	color: #005FB8;
}

.news_ertitcon span {
	display: inline-block;
	height: 28px;
	width: 2px;
	background: #005FB8;
	margin-right: 10px;
	margin-bottom: -8px;
}


/*底部*/

.footerbox {
	padding: 53px 0 0 0;
	min-height: 206px;
	background: #005FB8;
}

.footbox_lianxi {
	width: 39%;
	font-size: 14px;
	color: #fff;
}

.footbox_lianxi h1 {
	font-size: 30px;
	color: #ff8800;
	margin-bottom: 15px;
}

.footbox_lianxi p {
	line-height: 2.0;
}

.footbox_lianxi p span {
	padding: 10px 10px 10px 0;
}

.footbox_qr {
	width: 9%;
	font-size: 14px;
	color: #807f7f;
	padding-right: 10px;
	box-sizing: border-box;
}

.footbox_qr img {
	width: 100%;
	margin-bottom: 16px;
}

.footbox_qr p {
	width: 100%;
	text-align: center;
	line-height: 25px;
	color: #fff;
}

.footbox_nav {
	width: 42%;
	margin-bottom: 10px;
}

.footbox_nav ul {
	width: 32%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px dashed #dddddd;
	min-height: 143px;
	text-align: center;
	float: left;
}

.footbox_nav ul:last-child {
	border-right: 0;
}

.footbox_nav li,
.footbox_nav a {
	margin-bottom: 17px;
	font-size: 14px;
	color: #e0dcdc;
}

.footbox_nav li:nth-child(1) {
	font-size: 16px;
	color: #ff8800;
	margin-bottom: 24px;
}

.footbox_con {
	padding-bottom: 20px;
}

.yqlink {
	margin: 10px 0;
	padding: 10px 0;
	min-height: 35px;
	border: dashed 1px #999;
}

.yqlink span {
	color: #888;
	padding-left: 10px;
}

.yqlink p a {
	padding: 10px;
	color: #999;
}

.yqlink p a:hover {
	color: #fff;
}

.footbot {
	background: #003669;
	min-height: 25px;
	padding: 10px 0;
	text-align: center;
}

.footbot p {
	color: #999;
}


/*浮窗*/

.floatr {
	position: fixed;
	z-index: 9999999;
	top: 150px;
	right: 5px;
	cursor: pointer;
	transition: all .3s ease;
}

.floatr_li ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}

.floatr_li .returntop {
	background: #005fb8 url(../img/floatr.png) no-repeat 0 5px;
}

.floatr_li .floatr_phone {
	background: #005fb8 url(../img/floatr.png) no-repeat 0 -58px;
}

.floatr_li .floatr_qq {
	text-indent: 0;
	background: #005fb8 url(../img/floatr.png) no-repeat 0 -116px
}

.floatr_li .floatr_liuyan {
	background: #005fb8 url(../img/floatr.png) no-repeat 0 -168px
}

.floatr_li .floatr_qr {
	height: 190px;
	background: #005fb8 url(../img/floatr.png) no-repeat 0 -221px;
}

.hd_qr {
	padding: 0 29px 25px 29px;
	width: 124px;
	height: 124px;
}

.floatr_qq a,
.floatr_liuyan a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}

.newsbox .main1200{width:100%;}
.newsbox .newstop,.newsbox .newsbot{width:1200px !important;margin:0 auto;min-height: 450px;}

/* 广告 */
.adbox{text-align:center;height: 220px;background: url(../img/adv.jpg) no-repeat center center;}
		.adbox p,.adbox a{margin-right: 260px;line-height:1.5;font-size: 18px;}
		.adbox p{padding: 2% 0 1%;color: #fff;font-size: 20px;}
		.adbox a{border: 1px solid #ccc;border-radius: 15px;padding: 1% 5%;display: block;width: 10%;margin: 2% 29% 0;color: #ccc;}
		.adbox a:hover{color: #FF0000;border: 1px solid #FF0000;}

/* 滚动 */


.casecon2{position:relative;background:url(../img/casebg.jpg) no-repeat top center;padding:0 0 30px;}
.cbtn_l{width:15px; height:25px; display:block; background:url(../img/btnlr.png) no-repeat 0px 0px; position:absolute; left:0px; top:75%; cursor:pointer;z-index: 1;display:none;}
.cbtn_r{width:15px; height:25px; display:block; background:url(../img/btnlr.png) no-repeat -15px 0px; position:absolute; right:0px; top:75%; cursor:pointer;z-index: 1;display:none;}
.icaselist{margin-top:20px;width:1200px !important;margin:0 auto;position:relative;}
.icaselist ul li{width:245px; float:left;margin-right: 20px;transition: .3s;}
.icaselist ul li a{width:100%; height:280px; display:block; position:relative; overflow:hidden;}
.icaselist ul li a .caimgbox{width:285px; height:200px;overflow:hidden;}
.icaselist ul li a img{width: 100% !important; display:block;height:100%;}
.icaselist ul li a p{width:100%; height:35px; display:block; line-height:35px; font-size:12px; text-align:center; background:#efefef;}
.icaselist ul li a:hover{box-shadow:0px 0px 10px rgba(0,0,0,0.3);}
.icaselist ul li a:hover p{background:#0080FF; color:#FFFFFF;}
.casecon2 .titbox{margin: 10px auto 15px;}
/*内页*/

.inbanslide {
	background: url(../img/inbanner.jpg) no-repeat center center;
	height: 280px;
}

.inmaincon {
	width: 920px;
}

.bread_rtit {
	background-color: #005fb8;
	height: 56px;
	line-height: 56px;
	border-radius: 20px;
}

.bread_rtit h1 {
	font-size: 24px;
	color: #fff;
	display: inline-block;
	font-weight: bolder;
	padding-left: 30px;
	margin-left: 30px;
	float: left;
	background: url(../img/icon7.png) no-repeat left center;
}

.bread_rtit p {
	float: right;
	background: url(../img/icon8.png) no-repeat left center;
	padding-left: 26px;
	padding-right: 10px;
	color: #F1F1F1;
}

.bread_rtit p a {
	color: #F1F1F1;
	padding-right: 5px;
}

.bread_rtit a:hover {
	color: #ff0000;
}

.contectbox {
	padding: 20px 0;
}
.contectbox {line-height:26px;font-size:14px; font-family:"微软雅黑";}
.contectbox p{line-height:26px;font-size:14px; font-family:"微软雅黑";}
.contectbox img {
	max-width: 100%;
	height: auto;
}


/*新闻列表*/

.innewlist {
	width: 100%;
	margin: 0 auto;
	min-height: 400px;
	overflow: hidden;
}

.innewli {
	width: 94%;
	height: 60px;
	margin-bottom: 30px;
	background: url(../img/newsico1.png) no-repeat left center;
	padding-left: 6%;
}

.innewli span {
	display: block;
	font-size: 14px;
	color: #005fb8;
	margin-bottom: 5px;
	padding-left: 10px;
}

.innewli h1 {
	font-size: 18px;
	color: #333333;
	font-weight: normal;
	margin-bottom: 10px;
	display: block;
	width: 100%;
	padding-left: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.innewli div {
	width: 100%;
	height: 1px;
	background: #e1e1e1;
	margin-bottom: 20px;
	margin-left: 10px;
}

.innewli i {
	display: block;
	height: 1px;
	width: 40px;
	transition: 0.6s;
	background: #005fb8;
}

.innewli:hover i {
	width: 100%;
}

.innewli:hover h1 {
	color: #005fb8;
}


/*页码*/

.page {
	width: 100%;
	margin: 4% auto;
	text-align: center;
	position: relative;
}

.page .pagebox {
	text-align: center;
}

.pagebox span {
	border: 1px solid #eee;
	background: #eee;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 5px;
	width: 40px;
	line-height: 30px;
	display: inline-block;
}

.pagebox span a {
	color: #333;
	width: 100%;
	display: block;
}

.pagebox .pagebox_num_nonce {
	color: #fff;
	background: #005FB8;
	border: 1px solid #005FB8;
}

.pagebox .pagebox_pre,
.pagebox .pagebox_next_nolink,
.pagebox .pagebox_pre_nolink,
.pagebox .pagebox_next {
	width: 80px;
}


/*图文新闻*/

.inimgtxt .inimgtxt_li {
	position: relative;
	margin-bottom: 30px;
	padding: 10px 0;
	background: #f1f1f1;
	border-bottom: 1px solid #ccc;
}

.inimgtxt .inimgtxt_li:after {
	content: "020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.inimgtxt .inimgtxt_li .inimgtxt_img {
	width: 24%;
	height: 180px;
	float: left;
	overflow: hidden;
	padding-left: 1%;
}

.inimgtxt .inimgtxt_li .inimgtxt_img img {
	width: 100%;
	vertical-align: middle;
}

.inimgtxt .inimgtxt_li .inimgtxt_info {
	text-align: left;
	margin-left: 40px;
	float: left;
	position: relative;
	width: 70%;
	height: 180px;
}

.inimgtxt .inimgtxt_li .inimgtxt_info .newinfo_time {
	line-height: 30px;
	color: #9D9D9D;
	font-size: 32px;
}

.inimgtxt .inimgtxt_li .inimgtxt_info .newinfo_tit {
	width: 100%;
	color: #060000;
	font-size: 16px;
	line-height: 50px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.inimgtxt .inimgtxt_li .inimgtxt_info .newinfo_txt {
	color: #656565;
	line-height: 24px;
}

.inimgtxt .inimgtxt_li .inimgtxt_info .newinfo_btn {
	width: 140px;
	height: 30px;
	font-size: 12px;
	color: #005FB8;
	bottom: 0px;
	left: 0px;
	background: #fff;
	display: inline-block;
	position: absolute;
	border: 1px solid #005FB8;
	text-align: center;
	line-height: 30px;
}

.inimgtxt .inimgtxt_li .inimgtxt_info .newinfo_btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.inimgtxt .inimgtxt_li .inimgtxt_info .newinfo_btn_1:hover:after {
	width: 140px;
	height: 30px;
}

.inimgtxt .inimgtxt_li .inimgtxt_info .newinfo_btn_2 {
	background: #fff;
	color: #005FB8;
	z-index: 1;
}

.inimgtxt .inimgtxt_li .inimgtxt_info .newinfo_btn_3:after {
	background: #005FB8;
	width: 0%;
	height: 100%;
	top: 0;
	left: 0;
}

.inimgtxt .inimgtxt_li .inimgtxt_info .newinfo_btn_3:hover {
	color: #fff;
}


/*左边相关新闻*/

.relnews_left,
.relcase_left {
	width: 100%;
	border: 1px #ddd solid;
	margin-top: 13px;
	padding-bottom: 13px;
}

.relnews_left h5,
.relcase_left h5 {
	width: 100%;
	height: 39px;
	line-height: 42px;
	color: #fff;
	background: #005FB8;
	text-indent: 10px;
	font-size: 18px;
	overflow: hidden;
}

.relnews_left h5 span,
.relcase_left h5 span {
	float: right;
	padding-right: 10px;
}

.relnews_left ul,
.relcase_left ul {
	width: 98%;
	margin: 0 auto;
	margin-top: 7px;
}

.relnews_left ul li {
	height: 40px;
}

.relnews_left ul li:nth-child(2n-1) span {
	background: #005FB8;
}

.relnews_left ul li span {
	background-color: #bfbfbf;
	width: 24px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	display: block;
	float: left;
	margin-right: 8px;
}

.relnews_left ul li a {
	color: #333;
	line-height: 24px;
	float: left;
	display: block;
	width: 85%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.relnews_left ul li:hover a {
	color: #005FB8;
	text-decoration: underline;
}

.relcase_left li {
	margin-top: 10px;
}

.relcase_left .relimg {
	width: 100%;
	height: 170px;
	overflow: hidden;
	display: block;
}

.relcase_left .relimg img {
	width: 100%;
	transition: 0.3s;
}

.relcase_left p {
	text-align: center;
	color: #fff;
	background: #005FB8;
	line-height: 2.5;
}

.relcase_left li:hover img {
	transform: scale(1.2);
}


/*案例*/

.incaseul hr {
	background-color: #d8d9da;
	height: 3px;
	width: 100%;
	border: none;
}

.incaseul .incaseli {
	float: left;
	width: 24%;
	margin-right: 1%;
	margin-top: 2%;
}

.incaseul .incaseli:nth-child(4n) {
	margin-right: 0;
}

.incaseul .incaseli .incaseli_con {
	-webkit-transition-duration: .3s;
	position: relative;
	border: 3px solid #d8d9da;
	box-sizing: border-box;
}

.incaseul .incaseli .incaseli_con:hover {
	top: -2px;
	box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .13);
}

.incaseul .incaseli .incase_img {
	width: 100%;
	height: 160px;
	overflow: hidden;
}

.incaseul .incaseli .incase_img a {
	display: block;
	position: relative;
}

.incaseul .incaseli .incase_img img {
	display: block;
	width: 100%;
}

.incaseul .incaseli .incase_desc {
	padding: 8px;
	background-color: #fff;
}

.incaseul .incaseli .incase_desc h1 {
	text-align: center;
	color: #fff;
	background: #005FB8;
	line-height: 42px;
	font-size: 16px;
	height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.incaseul .incaseli .incase_desc h1 a {
	color: #fff;
}


/*详情*/

.detailbox .inmaincon {
	width: 100%;
}

.detailtit {
	text-align: center;
	border-bottom: 1px solid #888;
	padding-bottom: 10px;
}

.detailtit p {
	padding: 15px 0;
}

.detailtit p span {
	padding: 0 15px;
}

.detailtxt {
	padding: 15px 0;}
.detailtxt {line-height:26px;font-size:14px; font-family:"微软雅黑";}

 .detailtxt p{line-height:26px;font-size:14px; font-family:"微软雅黑";} 

.detailtxt img {
	max-width: 100%;
	margin: 0 auto;
}


/*上下页*/

.updown {
	border-bottom: 1px solid #ccc;
	padding: 30px 0 10px;
	overflow: hidden;
	margin-bottom: 20px;
}

.updown li {
	width: 50%;
	height: 60px;
	line-height: 60px;
	font-size: 18px;
	color: #999;
	float: left;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.updown li:nth-child(2) {
	text-align: right;
}


/*详情*/

.relcasebot {
	width: 100%;
	min-height: 300px;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}

.relcasebli {
	width: 100%;
	min-height: 300px;
	overflow: hidden;
	position: relative;
	margin: 0 auto
}

.relcasebli ul {
	width: 10000px;
	position: absolute;
	left: 0;
	top: 0;
	float: left
}

.relcasebli ul li {
	width: 282px;
	height: 298px;
	float: left;
	margin-right: 20px
}

.relcasebli ul li a {
	display: block;
	width: 282px;
	height: 298px
}

.relcasebli ul li .relcasebimg {
	width: 100%;
	height: 210px;
	overflow: hidden;
}

.relcasebli ul li a img {
	width: 100%;
	transition: .3s;
}

.relcasebli ul li:hover img {
	transform: scale(1.2);
}

.relcasebli ul li a h3 {
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 auto;
	width: 100%;
	color: #fff;
	background: #005FB8;
}

.relcasebli ul li a p {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 0 auto;
	width: 90%;
}

.btntt {
	width: 60px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	float: left;
	cursor: pointer;
	position: absolute;
	top: 42%;
	display: block;
}

.btntt:hover {
	background-position: center bottom;
}

.btn_l {
	left: -10px;
	background: url(../img/blelt.png) no-repeat center bottom;
}

.btn_r {
	right: -10px;
	background: url(../img/biright.png) no-repeat center bottom;
}

.relcasebot h2 {
	color: #fff;
	background: #005FB8;
	border-radius: 20px;
	padding: 10px;
}

.relcasebot h2 span a {
	float: right;
	font-size: 18px;
	color: #eee;
}
/*放大图*/
.bigimgcon .bigcon{width: 24%;margin-right: 1%;margin-top:2%;float: left;}
.bigimgcon .bigcon:nth-child(4n){margin-right:0;}
.bigimgcon .bigcon .bigimg{width: 100%;height: 160px;overflow: hidden;}
.bigimgcon .bigcon .bigimg img{width:100%;transition: .3s;height:100%;}
.bigimgcon .bigcon p{text-align: center;color:#fff;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;background: #005FB8;line-height: 42px;}
.bigimgcon .bigcon:hover img{transform: scale(1.2);}
.bigimgcon .bigcon:hover{box-shadow: 0 10px 15px #ccc;}

.prodetail .prodetail_img{width: 45%;padding: 10px;border: 1px solid #ccc;box-sizing: border-box;}
.prodetail .prodetail_img img{width: 100%;}
.prodetail_tit{width: 52%;padding-left: 10px;}
.prodetail_tit h1{color: #005FB8;font-size: 26px;}
.prodetail_tit span{color: #666;}
.prodetail_tit p{padding: 10px 0;line-height: 2.0;}
.prodetail_tit a{width:40%;float:left;height:40px;text-align:center;line-height:40px;margin-right: 10px;margin-top:30px;display:block;color:#fff;background: #005FB8;transition: .3s;border-radius: 20px;}
.prodetail_tit a:hover{background: #FF8800;}
.prodetail_tit .protel{background: url(../img/toptel1.png) no-repeat left center;height: 60px;padding-left: 60px;padding-top: 10px;}
.prodetail_tit .protel p{line-height: 1.5;padding: 0;font-size: 18px;color: #F80000;}
.prodetail_cen h3,.prodetail_bot h3{border-bottom:1px solid #ccc;height: 50px;line-height: 50px;color: #005FB8;margin-bottom: 15px;}
.prodetail_cen img{max-width: 100%;}
.prodetail_cen {line-height:26px;font-size:14px; font-family:"微软雅黑";}
.prodetail_cen p{line-height:26px;font-size:14px; font-family:"微软雅黑";}
.relcasebot h2{ margin: 10px 0 50px;}
/***************************************分割线***************************************/

@media(max-width: 768px) {
	html,
	body {
		min-width: 100%;
	}
	.main1200 {
		width: 98%;
	}
	.headnav .main1200 {
		width: 100%;
	}
	.floatr,
	.head_top .fr,
	.topqr {
		display: none;
	}
	.headcenter {
		height: 80px;
	}
	.toptel {
		padding: 20px 10px 20px 65px;
	}
	.headnav {
		height: 120px;
	}
	.navli {
		width: 25%;
		height: 60px;
		border-bottom: 1px solid #e5e5e5;
	}
	.navli:nth-child(7) {
		display: none;
	}
	.navli p,
	.navli h1 {
		margin-bottom: 0;
	}
	.navli:hover {
		background: none;
		background: none\9;
	}
	.navli:hover div {
		width: 0;
	}
	.navli:hover h1,
	.navli:hover p {
		color: #fff;
	}
	.banslide,
	.banslide .bd img {
		height: auto;
	}
	.sertit span {
		font-size: 2.5em;
	}
	.casecon_r {
		width: 62%;
	}
	.casecon_r li {
		width: 32%;
	}
	.casecon_r li .caseimg {
		height: 100px;
	}
	.aboutimg {
		display: none;
	}
	.abouttxt {
		width: 100%;
		padding: 0;
	}
	.abouttxt h1 {
		text-align: center;
	}
	.abouttxt ul {
		text-align: center;
	}
	.newstop {
		display: none;
	}
	.newsbot_l,
	.newsbot_r {
		width: 100%;
	}
	.newsbox .titbox {
		margin: 0;
		padding: 0;
	}
	.titbox h2 {
		font-size: 1.6em;
	}
	.titbox {
		height: auto;
	}
	.news_rlist li a{float: left;}
	.news_rlist li span{display: block;float: right;}
	.news_ertitcon {
		margin: 0 auto 22px;
	}
	.footbox_nav,
	.yqlink {
		display: none;
	}
	.footbox_lianxi {
		width: 60%;
	}
	.footbox_qr {
		width: 18%;
	}
	.footerbox {
		padding-top: 20px;
	}
	/*	内页*/
	.inbanslide {
		background-size: 100% 100%;
		height: 160px;
	}
	.inmaincon {
		width: 490px;
	}
	.bread_rtit h1 {
		font-size: 1.2em;
		margin-left: 10px;
	}
	.innewli {
		background: none;
		padding-left: 0;
	}
	.inimgtxt .inimgtxt_li .inimgtxt_info {
		width: 65%;
		height: 150px;
	}
	.inimgtxt .inimgtxt_li .inimgtxt_info .newinfo_txt {
		height: 28px;
		overflow: hidden;
	}
	.inimgtxt .inimgtxt_li .inimgtxt_img {
		height: 150px;
	}
	.incaseul .incaseli {
		width: 32%;
	}
	
	.incaseul .incaseli .incase_img {
		height: 110px;
	}
	.head_top p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:80%;}
	.caseleft{width:35%;}
	.casecon,.caselist{width:100%;}
	.inmaincon{width:62%;}
	.caselist{border:0;padding:0;}
	.bigimgcon .bigcon{width: 32%;}
	.casecon_r li:nth-child(4n),.incaseul .incaseli:nth-child(4n),.bigimgcon .bigcon:nth-child(4n){margin-right: 1% !important;}
	.casecon_r li:nth-child(3n),.incaseul .incaseli:nth-child(3n),.bigimgcon .bigcon:nth-child(3n){margin-right: 0;}
	.bigimgcon .bigcon .bigimg{height: 110px;}
	.lightbox{width: 80% !important; margin-left: -40% !important;}
	
	.prodetail .prodetail_img,.prodetail_tit{width:100%;float: none;}
	.prodetail_tit{margin-top: 10px;}
	.prodetail_bot .incaseul .incaseli:nth-child(4n){display: none;}
	
	.adbox,.casecon2{display: none !important;}
	.newsbox .newstop, .newsbox .newsbot{width:98% !important;}
	.detailtxt,.contectbox p {font-size:15px;}
 .detailtxt p,.abouttxt p{font-size:15px;} 
 .prodetail_tit h1{font-size:21px;}

	
}

@media(max-width: 640px) {

	.head_top,
	.toptel,
	.service,
	.titlecon,
	.casetitle,
	.casebot,
	.casecon_rtit,
	.caselist .case_erli,
	ul#caseli>li:hover .case_erli {
		display: none;
	}
	.headlogo {
		width: 100%;
	}
	.headcenter {
		height: 60px;
	}
	.navli h1 {
		    font-size: 1.1em;
	}
	.navli p {
		font-size: 12px;
	}
	.navli {
		height: 45px;
	}
	.navli:nth-child(4){border-right:0;}
	.headnav {
		height: 90px;
	}
	.navli {
		padding-top: 5px;
	}
	.titbox {
		margin-bottom: 0;
	}
	.caseleft {
		width: 100%;
	}
	.casecon,
	.caselist {
		width: 100%;
		padding-top: 0;
	}
	.mainbody .casecon,
	.mainbody .caselist{margin-top: 10px;}
	ul#caseli > li {
		float: left;
		width: 48%;
		margin: 0 1%;
		border-top: 0;
		border-bottom: 1px solid #ddd;
		line-height: 30px;
	}
	ul#caseli > li > a {
		width: 96.5%;
		background: #005FB8 url(../img/caseico.png) no-repeat left 3px;
		font-size: 1.1em;
	}
	ul#caseli > li > a:hover {
		text-indent: 20px;
		background: #eee url(../img/caseico.png) no-repeat left -23px;
	}
	.casecon_r {
		width: 100%;
		margin-top: 10px;
	}
	.casecon_r li {
		width: 48%;
		margin: 1%;
	}
	.titbox h2 span {
		color: #FF8800;
	}
	.abouttxt h1 {
		font-size: 1.8em;
		color: #FF8800;
	}
	.aboutbox {
		background-color: #005FB8 !important;
		background: none;
	}
	.aboutbox .titbox,
	.newsbox .titbox {
		height: auto;
		margin: 0;
	}
	.newsbot_l li {
		width: 98%;
	}
	.news_rlist li {
		padding-left: 0;
		margin-left:0;
	}
	.footbox_lianxi {
		width: 100%;
		text-align: center;
	}
	.footbox_qr {
		width: 46%;
		margin: 0 auto;
		margin: 1% 2%;
	}
	.fixbottom {
		position: fixed;
		width: 100%;
		left: 0;
		right: 0;
		bottom: 0;
		height: 55px;
		background: #FF8800;
		border-top: 1px solid #FF8800;
		z-index: 9999;
		display: block;
	}
	.fixbottom li {
		float: left;
		width: 25%;
		box-sizing: border-box;
		padding-top: 3%;
		border-left: 1px solid #eee;
	}
	.fixbottom li:first-child {
		border-left: 0;
	}
	.fixbottom li a {
		display: block;
		height: 45px;
		color: #fff;
		text-align: center;
	}
	.fixbottom li a img {
		margin: 0 auto;
		width: 20px;
		height: 19px;
	}
	.fixbottom li a span {
		display: block;
		height: 20px;
		line-height: 20px;
	}
	/*内页*/
	.inbanslide {
		height: 80px;
	}
	.inmaincon {
		width: 100%;
	}
	.bread_rtit {
		margin-top: 20px;
	}
	.bread_rtit {
		min-height: 35px;
		line-height: 2.0;
		padding: 6px 0;
		height: auto;
	}
	.inimgtxt .inimgtxt_li .inimgtxt_img {
		width: 28%;
	}
	.inimgtxt .inimgtxt_li .inimgtxt_info {
		width: 60%;
		margin-left: 15px;
	}
	.inimgtxt .inimgtxt_li .inimgtxt_info .newinfo_time {
		font-size: 1.8em;
	}
	.relnews_left,
	.relcase_left {
		display: none;
	}
	.incaseul .incaseli {
		width: 49%;
		margin-bottom:10px;
	}
	.incaseul .incaseli .incase_img {
		height: 120px;
	}
	
	.updown li {width: 100%;text-align: left !important;height: 45px;line-height: 45px;}
	.bigimgcon .bigcon{width: 49%;}
	.casecon_r li:nth-child(4n),.incaseul .incaseli:nth-child(4n),.bigimgcon .bigcon:nth-child(4n){margin-right: 1% !important;}
	.casecon_r li:nth-child(3n),.incaseul .incaseli:nth-child(3n),.bigimgcon .bigcon:nth-child(3n){margin-right: 1% !important;}
	.casecon_r li:nth-child(2n),.incaseul .incaseli:nth-child(2n),.bigimgcon .bigcon:nth-child(2n){margin-right: 0;}
	.bigimgcon .bigcon .bigimg{height: 120px;}
	.news_rlist li a{float: none;}
	.news_rlist li span{display: none;}
	.prodetail_tit{padding: 0;}
	.prodetail_bot .incaseul .incaseli:nth-child(4n){display: block;}
	
	.lightbox {
    width: 100% !important;
    margin-left: 0% !important;
}
.abouttxt ul{margin-top:10px;}
.contectbox{font-size:15px;}
.abouttxt p {
	font-size:14px;
    display: block;
    height: 215px;
overflow: hidden;}
.detailtit h1{font-size:1.8em;line-height:1.5;}
.detailtit p span{padding:0 6px;}
.mar20{margin-top:0;}
.relcasebot h2 {
    margin: 10px 0;
	font-size:15px;
}
.contectbox img{max-height:100%;}
.bigimgcon .bigcon .bigimg img{height:100%;}

}
@media(max-width: 370px) {
	  .newsbot_l li .newsbot_txt p{ height: 33px;} 
}
@media(max-width: 340px) {
	.incaseul .incaseli .incase_img {
		height: 100px;
	}
}