/*  header  */
.top{
	position:relative;
	padding:10px 0;
	font-size:12px;
}
.logo img{
	width:450px;
}
.hotline{
	margin:10px 0px 0 0;
	padding-left:50px;
	height:42px;
	background:url("../images/tel.jpg") left center no-repeat;
}
.hotline .tel{
	font-size:24px;
	color:#004ea2;
	font-family:Impact;
}
.topwx{
	text-align:center;
	font-size:12px;
}
.topwx img{
	width:70px;
	height:70px;
}
.navWrap{
	width:100%;
	height:48px;
	background:#1365be;
}
.nav li{
	display:inline;
	float:left;
	position:relative;
	
}
.nav li.NavLi{
	border-left:1px solid #1983f6;
	border-right:1px solid #033f81;
}

.nav li.NavLi:first-child{
	border-left:none;
}
.nav li.NavLi:last-child{
	border-right:none;
}
.nav .on{
	background:#014c9d;
	color:#fff;
}
.b1{
	display:inline-block;
	width:148px;
	height:48px;
	line-height:48px;
	text-align:center;
	font-size:14px;
	color:#fff;
	transition:ease-in-out 0.5s;
	-webkit-transition:ease-in-out 0.5s;
	
}

.b1:hover{
	background:#014c9d;
	color:#fff;
}
.navDown{
	display:none;
	position:absolute;
	width:148px;
	left:0;
	top:48px;
	text-align:center;
	background-color:#fff;
	z-index:999;
}
.nvd li a{
	display:inline-block;
	width:148px;
	height:35px;
	line-height:35px;
	font-size:12px;
	color:#666;
	transition:ease-in-out 0.3s;
	-webkit-transition:ease-in-out 0.3s;
}
.nvd li a:hover{
	color:#fff;
	background:#1365be;
}
/*content*/
.IndexTitle{
	margin-bottom:35px;
	padding-bottom:10px;
	text-align:center;
	background:url("../images/xt.jpg") center bottom no-repeat;
}
.IndexTitle h1{
	font-size:24px;
	font-weight:normal;
}
.ab_wp{
	position:relative;
	float:left;
	width:380px;
	height:460px;
	margin-right:30px;
	background:#f3f3f3;
}
.abImg{
	width:380px;
	height:220px;
	overflow:hidden;
}
.abImg img{
	width:380px;
	height:220px;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.abImg img:hover{
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.ab_title{
	text-align:center;
	margin-top:10px;
}
.ab_title h2{
	font-size:18px;
	color:#0758b3;
	font-weight:normal;
}
.ab_title h3{
	color:#d5cfcf;
	font-weight:normal;
}
.ab_title span{
	display:inline-block;
	width:108px;
	height:1px;
	margin-top:5px;
	background:#d5cfcf;
}
.ab_cont{
	height:100px;
	font-size:14px;
	padding:12px 25px;
	line-height:1.6;
	overflow:hidden;
}
.ab_more{
	position:absolute;
	bottom:-18px;
	left:145px;
	text-align:center;
}
.ab_more a{
	display:inline-block;
	width:90px;
	height:36px;
	line-height:36px;
	border-radius:3px;
	background:#0758b3;
	color:#fff;
}
.content2{
	height:485px;
	margin-top:70px;
	background:url("../images/probg.jpg") center top no-repeat;
}
/*Inpro*/
.Intitle h2{
	text-align:center;
	color:#fff;
	padding:25px 0;
	font-size:24px;
}
.picScroll-left{ width:1200px;  overflow:hidden; position:relative; padding:20px 0;   }

.picScroll-left .bd{ padding:0px;   overflow:hidden;   }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 28px 0 0; width:279px; float:left; _display:inline;  text-align:center;-moz-transition: ease-in-out 0.5s;
	-webkit-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	-ms-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;  }
.picScroll-left .bd ul li:hover{
	-webkit-box-shadow: 0 0 12px rgba(0,0,0,.3);
	box-shadow: 0 0 12px rgba(0,0,0,.3);
	border-color: #013686;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	}
.picScroll-left .bd ul li .pic{ text-align:center; }
.picScroll-left .bd ul li .pic img{ width:279px; height:335px; display:block; }
.picScroll-left .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left .bd ul li .title{ width:279px; height:42px;line-height:42px; background:#0066cc; overflow:hidden;text-overflow: ellipsis;white-space: nowrap;  }
.picScroll-left .bd ul li .title a{color:#fff; font-size:14px; transition:300ms; -webkit-transition:300ms;}
.picScroll-left .bd ul li .title a:hover{ color:#fff; text-decoration:underline; font-size:16px;   }
.pro_more{
	text-align:center;
	margin-top:25px;
}
.pro_more a{
	display:inline-block;
	width:138px;
	height:36px;
	line-height:36px;
	text-align:center;
	border:1px solid #fff;
	border-radius:3px;
	color:#fff;
}
.new_more a{
	margin-top:-20px;
	color:#0066cc;
	border:1px solid #0066cc;
}
/*new*/
.IndexNews ul{
	width:1240px;
	padding-top:30px;
	overflow:hidden;
}
.IndexNews li{
	display:inline;
	float:left;
	width:580px;
	margin:0 40px 55px 0;
	overflow:hidden;
}
.IndexNewImg img{
	width:152px;
	height:115px;
}
.IndexNewCont{
	width:400px;
}
.IndexNewCont h2{
	font-size:14px;
}
.calendar{
	margin-top:8px;
	height:16px;
	line-height:16px;
	padding:0 0 8px 25px;
	background:url("../images/rl.jpg") left top no-repeat;
	border-bottom:1px solid #ccc;
}
.IndexNewInfo{
	margin-top:8px;
	height:55px;
	line-height:1.6;
	font-size:12px;
	overflow:hidden;
}
/*case*/
.case_js{
	width:60%;
	font-size:12px;
	margin:-10px auto 30px;
	text-align:center;
}
/*Inpro*/
.picScroll-left2{ width:1200px;  overflow:hidden; position:relative; padding:20px 0;   }

.picScroll-left2 .bd{ padding:0px;   overflow:hidden;   }
.picScroll-left2 .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left2 .bd ul li{ margin:0 28px 0 0; width:279px; float:left; _display:inline;  text-align:center; 
-moz-transition: ease-in-out 0.5s;
	-webkit-transition: ease-in-out 0.5s;
	-o-transition: ease-in-out 0.5s;
	-ms-transition: ease-in-out 0.5s;
	transition: ease-in-out 0.5s;  }
.picScroll-left2 .bd ul li:hover{

	border-color: #013686;
	-webkit-transform: translateY(-10px);
	-moz-transform: translateY(-10px);
	-ms-transform: translateY(-10px);
	transform: translateY(-10px);
	}
.picScroll-left2 .bd ul li .pic{ text-align:center; }
.picScroll-left2 .bd ul li .pic img{ width:279px; height:335px; display:block; }
.picScroll-left2 .bd ul li .pic a:hover img{ border-color:#999;  }
.picScroll-left2 .bd ul li .title{ width:279px; height:42px;line-height:42px; background:#fff; overflow:hidden;text-overflow: ellipsis;white-space: nowrap;  }
.picScroll-left2 .bd ul li .title a{ color:#333; font-size:14px;}
.picScroll-left2 .bd ul li .title a:hover{ color:#333; text-decoration:underline; font-size:16px;   }
/*ICO*/
.IndexIcowp{
	width:100%;
	padding:15px 0;
	background:#f7f7f7;
	border-top:1px solid #e0e0e0;
}
.IndexIco li{
	display:inline;
	float:left;
	width:178px;
	height:55px;
	padding-left:120px;
	border-left:1px solid #fff;
	border-right:1px solid #e6e6e6;
	overflow:hidden;
}
.IndexIco li:first-child{
	border-left:none;
}
.IndexIco li:last-child{
	border-right:none;
}
.IndexIco li.li01{
	background:url("../images/ico1.jpg") 25px center no-repeat;
}
.IndexIco li.li02{
	background:url("../images/ico2.jpg") 40px center no-repeat;
}
.IndexIco li.li03{
	background:url("../images/ico3.jpg") 40px center no-repeat;
}
.IndexIco li.li04{
	background:url("../images/ico4.jpg") 40px center no-repeat;
}
/*foot*/
.foot{
	background:#575757;
	padding:15px 0;
	color:#fff;
	font-size:12px;
}
.guanzhu span{
	display:inline-block;
	float:left;
	line-height:36px;
	height:36px;
	margin-right:10px;
}
.guanzhu a{
	position:relative;
	display:inline-block;
	float:left;
	width:36px;
	height:36px;
	border-radius:50%;
	margin-right:10px;
	background-color:#9d9d9d;
	transition:ease-in-out 0.5s;
	-webkit-transition:ease-in-out 0.5s;
}
.guanzhu a.gz_01{
	background:url("../images/f1.png") center center no-repeat #7d7d7d;
}
.guanzhu a:hover.gz_01{
	background:url("../images/f1_h.png") center center no-repeat #bababa;
}
.guanzhu a.gz_02{
	background:url("../images/f2.png") center center no-repeat #7d7d7d;
}
.guanzhu a:hover.gz_02{
	background:url("../images/f2_h.png") center center no-repeat #bababa;
}
.guanzhu a.gz_03{
	background:url("../images/f3.png") center center no-repeat #7d7d7d;
}
.guanzhu a:hover.gz_03{
	background:url("../images/f3_h.png") center center no-repeat #bababa;
}
.foot_weixin{
	display:none;
	position:absolute;
	width:100px;
	height:100px;
	bottom:45px;
	left:-36px;
	transition:ease-in-out 0.5s;
	-webkit-transition:ease-in-out 0.5s;
}
.guanzhu a.gz_02:hover .foot_weixin{
	display:block;
	
}
.foot_weixin img{
	width:100px;
	height:100px;
	
}
/* 右侧回到顶部 */
.bottom_tools{position:fixed;z-index:1070;right:40px;bottom:40px;}
.bottom_tools>*{font:0/0 a;display:block;margin-top:5px;color:transparent;border:0;background-color:transparent;text-shadow:none}
.qr_img{position:absolute;top:-189px;left:-183px;display:none;}
#scrollUp{width:45px;height:45px;background-image:url("../images/backgrounds.jpg");background-position:0px 0px;display:none; transition: all .3s ease;}
#scrollUp:hover{background-image:url("../images/backgrounds.jpg");background-position:0px -45px}
/*subbanner*/
.sub_banner img{
	max-width:100%;
	height:auto;
	margin:0 auto;
}
/*subcont*/
.subCont{
	margin-top:32px;
	margin-bottom:100px;
}
.shadow {
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3);
}
.sublf{
	width:257px;
}
.side_hd{
	width:257px;
	height:75px;
	line-height:75px;
	text-align:center;
	background:#1365be;
}
.side_hd h3{
	text-align:center;
	font-size:24px;
	color:#fff;
	font-weight:normal;
	letter-spacing:1px;
}
.side_hd h3 span{
	font-size:14px;
}
.side_bd{
	padding:0 6px 0 6px;
	border:1px solid #dcdbdb;
}
.side_bd li{
	position:relative;
	padding:10px 0 10px 60px;
	height:28px;
	line-height:28px;
	border-bottom:1px solid #fff;
}
.side_bd li::after {
    background: #dad9d9 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
}
.side_bd li:last-child::after{
	background:none;
}
.side_bd li a{
	display:block;
	padding-left:15px;
	font-size:14px;
	background:url("../images/arr.png") left 9px no-repeat;
}
.side_bd li a.on,.side_bd li a:hover{
	background:url("../images/arr.png") left -80px no-repeat;
	color:#048ad9;
}
.side_lx{
	padding:0 6px 10px 6px;
	border:1px solid #dcdbdb;
}
.side_lxfs{
	padding:10px;
	line-height:2.0;
}
.sub_lxrx{
	border-top:1px dashed #ccc;
	padding:10px;
}
.sub_lxrx .tels{
	font-size:24px;
	color:#f00;
	font-weight:bold;
}
.subrt{
	width:918px;
	min-height:600px;
	border:1px solid #ccc;
}
.sidertdh{
	height:40px;
	line-height:40px;
	padding-left:10px;
	border-bottom:1px solid #ccc;
	background:#f4f3f3;
}
.sidertdh h2{
	font-size:12px;
	padding:3px 0 0 20px;
	background:url("../images/ic.png") left center no-repeat;
}
.subMain{
	padding:30px 20px;
}

.subabout p{
	line-height:1.8;
	text-indent:2em;
}
/*msg*/
.consult-table {
    color: #535353;
    width: 100%;
}
.consult-table th, .consult-table td {
    line-height: 30px;
    padding-bottom: 13px;
    vertical-align: top;
}
.consult-table th {
    font-size: 14px;
}
.consult-table textarea {
    border: 1px solid #d3d3d4;
    border-radius: 2px;
    height: 110px;
    padding: 5px 0;
    width: 70%;
}
.consult-table .inp {
    border: 1px solid #d3d3d4;
    border-radius: 2px;
    height: 28px;
    margin-right: 15px;
    padding: 0 10px;
    width: 250px;
}
.consult-table .inp2 {
    width: 120px;
}
.consult-table label input {
    margin-right: 5px;
    position: relative;
    top: 2px;
}
.consult-table .yzm {
    display: inline-block;
    vertical-align: middle;
}
.consult-table i {
    background: rgba(0, 0, 0, 0) url("../images/i-tips.jpg") no-repeat scroll center center;
    display: inline-block;
    height: 5px;
    vertical-align: middle;
    width: 5px;
}
.consult-table .btn4 {
    margin: 25px 0;
}
.btn4{
	border:none;
	background-color: #1365be;
    border-radius:3px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    line-height: 30px;
    width: 120px;
	cursor:pointer;
	box-shadow:1px 1px 3px #333;
}
.btn4:hover{
	opacity:0.8;
	filter:alpha(opacity=80); 
}
.subcontact {
	line-height:2.0;
}
/*subnews*/
.subnews li{
	padding:40px 0;
	border-bottom:1px dashed #ccc;
	overflow:hidden;
}
.subnews li:first-child{
	padding-top:10px;
}
.subnewsImg{
	width:220px;
	height:178px;
	overflow:hidden;
}
.subnewsImg img{
	width:220px;
	height:178px;
}
.subnewsTxt{
	width:638px;
}
.subnewsTxt h1 a{
	font-size:16px;
	font-weight:normal;
	color:#000;
}
.subnewsTxt h1 a:hover{
	opacity:0.85;
	text-decoration:underline;
}
.subnewInfo{
	margin:10px 0;
	line-height:1.6;
	height:55px;
	font-size:12px;
	overflow:hidden;
}
.subNewAction a{
	display:inline-block;
	padding:8px 12px;
	background:#1365be;
	color:#fff;
	margin-right:20px;
	border-radius:3px;
}
.subNewAction a:hover{
	opacity:0.85;
}

.subnews .calendar{
	border:none;
}
/*newsdetail*/
.newsTitle{
    border-bottom: 1px dashed #ccc;
    color: #646464;
    padding-bottom: 25px;
    text-align: center;
}
.newsTitle h3, .caseTitle h3 {
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 10px;
}
.newsTitle p{
    text-indent: inherit;
}
.newsTitle p span{
}
.newcont {
    border-bottom: 1px dashed #ccc;
    padding: 15px 0;
}
.newcont p {
    line-height: 2;
    margin: 10px 0;
    text-indent: 2em;
}
.newcont img{
	margin:30px auto;
}
/*products-*/
.prolist li{
	display:inline-block;
	float:left;
	width:267px;
	margin:0 25px 30px 0;
	padding:3px;
	text-align:center;
	line-height:30px;
	border:1px solid #e5e5e5;
}
.prolist li .pImg{
	display:inline-block;
}
.prolist li .pImg img{
	width:267px;
	height:225px;
	
}
.prolist li:hover{
	border:1px solid #024f9d;
}
.ptxt{
	display:inline-block;
	line-height:40px;
	width:100%;
}
.pro_name{
	text-align:center;
}
.pro_name h1{
	font-size:24px;
	padding:20px 0;
}
.conttitle{
	height:30px;
	line-height:30px;
	background:#eee;
	font-weight:normal;
	padding-left:15px;
	margin-bottom:10px;
	text-shadow:1px 1px 1px #fff;
	border-bottom:3px solid #1365be;
}
/*大图样式*/
.picarr{position:relative;margin:20px auto;}
.picarr .picture{width:100%;text-align:center;}
.picarr .picture a{display:none;}
.picarr .picture img{
	width:100%;
}
.picarr .preview{width:815px;margin-top:20px;padding:5px;background:#eef3fa;border-radius:5px;-webkit-border-radius:5px;-moz-border-radius:5px;}
.picarr .preview li{float:left;margin:4px;}
.picarr .preview li a{width:58px;height:45px;border:1px solid #fff;background:#fff;display:table-cell;vertical-align:middle;text-align:center;*display:block;*font-size:35px;*font-family:Arial;}
.picarr .preview li a img{vertical-align:middle; width:100%;}
.picarr .preview li.current a{border:1px solid #000;}
