﻿/* 清除内外边距 */
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

input,textarea {border: 2 none; box-shadow: none; outline: none;}

/* 设置默认字体 */
body{width: 100%;min-width: 1280px;margin:0 auto;}
body,
button, input, select, textarea {
    font: 14px/22px "Microsoft YaHei";color: #666;
}

h1 {font-size: 18px;}
h2 {font-size: 16px;}
h3 {font-size: 14px;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; color:#910800;}


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

/*字体大小*/
.fz12{font-size: 12px;}
.fz14{font-size: 14px;}
.fz16{font-size: 16px;}
.fz18{font-size: 18px;}
.fz20{font-size: 20px;}
.fz22{font-size: 22px;}
.clear{clear: both;height: 0;}
.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}

.pro_lt{overflow: hidden;padding: 35px 0 0;}
.pro_lt ul{width: 980px;}
.pro_lt li{float: left;width: 273px;margin: 0 16px 0 16px;border-bottom: solid 1px #ccc;position: relative;height: 244px;}
.pro_lt li p, .pro_lt li img{height: 203px;width: 273px;display: block;overflow: hidden;}
.pro_lt li p{position: absolute;top: 0;height: 0;left: 0;-webkit-transition: height .5s cubic-bezier(0.52, 1.64, 0.37, 0.66);-webkit-transition: height .5s cubic-bezier(0.52, 1.64, 0.37, 0.66);height: 0;background: url(../images/bg01.png) repeat;text-align: center;}
.pro_lt li span{display: block;height: 41px;line-height: 41px;text-align: center;}
.pro_lt li span a{display: block;color: #666;}
.pro_lt li p a{display: none;margin-top: 63px;}
.pro_lt li.cur{border-bottom-color: #FD6309;}
.pro_lt li.cur p{height: 203px;}
.pro_lt li.cur p a{display: block;}
.pro_lt li.cur span a, .pro_lt li span a:hover{color: #FD6309;text-decoration: none;font-weight: bold;}
.pro_lc dt img, .show_cp li p img, .new_c dt img{-webkit-transition: 1s;-moz-transition: 1s;transition: 1s;}
.pro_lc dt img:hover, .show_cp li p img:hover, .new_c dt img:hover{-webkit-transform: scale(1.1);-moz-transform: scale(1.1);-ms-transform: scale(1.1);transform: scale(1.1);}

/*表单弹框*/

.nsw-modal {
	width: 100%;
	height: 100%;
	background: rgba(225, 225, 225, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}

.modal-dialog {
	position: fixed;
	color: #000000;
	top: 150px;
	width: 400px;
	border-radius: 3px;
	min-height: 155px;
	overflow: hidden;
	z-index: 99998;
	margin-left: -200px;
	left: 50%;
}

.modal-dialog .css-icon {
	background-image: url("../images/modal-icons.png");
}

.modal-dialog .modal-head {
	height: 30px;
	line-height: 30px;
	padding: 0px 20px;
	background: #F6EFEF;
	font-size: 14px;
}

.modal-dialog .modal-head .modal-logo {
	width: 15px;
	height: 15px;
	background-position: 1px 0px;
	margin: 8px 5px 0 0;
	float: left;
}

.modal-dialog .modal-head .close {
	float: right;
	width: 15px;
	height: 15px;
	background-position: -14px 0px;
	margin-top: 8px;
}

.modal-dialog .modal-body {
	width: 100%;
	min-height: 125px;
	background: #ffffff;
}

.modal-dialog .modal-body .modal-body-left {
	width: 140px;
	float: left;
}

.modal-dialog .modal-body .modal-body-left .icon {
	width: 64px;
	height: 64px;
	margin: 30px 0 0 48px;
}

.modal-dialog .modal-body .modal-body-left .success-message {
	background-position: 0px -14px;
}

.modal-dialog .modal-body .modal-body-left .warming-message {
	background-position: 0px -78px;
}

.modal-dialog .modal-body .modal-body-right {
	width: 260px;
	float: right;
	padding-top: 20px;
}

.modal-dialog .modal-body .modal-body-right .close-btn {
	color: #000;
	text-align: center;
	width: 90px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	background: #818079;
}

.modal-dialog .modal-body .modal-body-right p {
	line-height: 30px;}

.header, .content, .footer{width: 1200px;margin: 0 auto;font-family: "Microsoft Yahei";}
.h_top{height: 232px;background: url(../images/topbg.gif) repeat-x center 0;position: relative;z-index: 2;overflow: hidden;}
.t_top{height: 38px;line-height: 38px;color: #999;}
.t_top span{float: right;}
.t_top a{color: #999;display: inline-block;padding: 0 14px 0 0;}
.t_top a.t_ico2{background: url(../images/t_ico2.gif) no-repeat 0 center;}
.t_top a.t_ico3{background: url(../images/t_ico3.gif) no-repeat 0 center;padding-right: 0;}
.t_con{height: 115px;padding: 16px 0 0;overflow: hidden;}
.t_con h1, .t_con h1 img{width: 200px;display: block;margin-top:8px;}
.t_text{background: url(../images/t_ge.gif) no-repeat 24px 26px;padding: 20px 0 0 53px;font-size: 22px;color: #666;line-height: 31px;}
.t_text b{display: block;color: #666;line-height: 38px;font-size: 36px;letter-spacing: 5px;}
.t_pho{color: #555;padding: 16px 0 0 56px;background: url(../images/t_pho.gif) no-repeat 0 20px;font-size: 16px;line-height: 25px;}
.t_pho span{width: 50px;float: left;padding: 6px 20px 0 0;}
.t_pho p{width: 206px;float: left;line-height: 30px;font-family: Times New Roman;font-size: 30px;color: #48A3A4;}
.t_pho b{display: block;}
.menu {
	white-space: nowrap;
	width: 1200px;
	height: 65px;
	line-height: 65px;
	font-size: 16px;
	overflow: hidden;
}

.menu ul {
	width: 1000px;
}

.menu li {
	float: left;
	position: relative;
	margin-left: -1px;
	border-right: solid 1px #315385;
}

.menu li a {
	color: #fff;
	display: inline-block;
	padding: 0 32px;
}

.menu li.cur a,
.menu li a:hover {
	text-decoration: none;
	z-index: 1;
	background: #666;
}

.menu li a:-webkit-any-link {
	display: block;
}


.f_bj {
	color: #fff;
	clear: both;
	font-family: "Microsoft Yahei";
	background-color:#292c31;
	line-height: 24px;
	padding: 47px 0 0;
}

.f_bj a {
	color: #abacad;
}

.f_nav {
	height: 207px;
	white-space: nowrap;
}

.f_nav h3 {
	height: 54px;
	font-size: 16px;
	line-height: 54px;
}

.f_nav a {
	display: block;
}

.f_nav1 {
	width: 219px;
}

.f_nav2 {
	width: 100px;
}

.f_con {
	clear: both;
	height: 166px;
}

.f_code {
	width: 250px;
}

.f_code p {
	width: 99px;
	float: left;
	padding: 0 24px 0 0;
	text-align: center;
	line-height: 34px;
	color: #818284;white-space: nowrap;font-size: 12px;
}

.f_code p img {
	width: 87px;
	height: 87px;
	background: #fff;
	border: solid 1px #f2f3f3;
	padding: 5px;
	display: block;
}

.f_text {
	width: 1160px;
	border-top: solid 1px #5a5d61;
	padding: 24px 0 0 5px;
	overflow: hidden;
	font-weight: bold;
	line-height: 26px;
}

.f_text p b {
	display: block;
	font-size: 18px;
	line-height: 34px;
}

.f_text p.f_pho {
	width: 455px;
	font-size: 24px;
}

.f_text p.f_adr {
	width: 366px;
}

.f_logo {
	width: 102px;
	padding: 4px 0 0;
}

.f_logo img {
	width: 96px;
	height: 110px;
	display: block;
}

.f_wz {
	line-height: 26px;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	padding:20px 0 30px 0;
}

.f_wz a {
	color: #496490;
}


.client-2{position: fixed;right: -170px;top: 50%;z-index: 900;}
.client-2 li a{text-decoration: none;}
.client-2 li{margin-top: 1px;clear: both;height: 71px;position: relative;}
.client-2 li i{background: url(../images/fx.png) no-repeat;display: block;width: 30px;height: 27px;margin: 0px auto;text-align: center;}
.client-2 li p{height: 20px;font-size: 14px;line-height: 20px;overflow: hidden;text-align: center;color: #fff;}
.client-2 .my-kefu-qq i{background-position: 4px 5px;}
.client-2 .my-kefu-tel i{background-position: 0 -21px;}
.client-2 .my-kefu-liuyan i{background-position: 4px -53px;}
.client-2 .my-kefu-weixin i{background-position: -34px 4px;}
.client-2 .my-kefu-weibo i{background-position: -30px -22px;}
.client-2 .my-kefu-ftop{display: none;}
.client-2 .my-kefu-ftop i{width: 33px;height: 35px;background-position: -27px -51px;}
.client-2 .my-kefu-left{float: left;width: 77px;height: 47px;position: relative;}
.client-2 .my-kefu-tel-right{font-size: 16px;color: #fff;float: left;height: 24px;line-height: 22px;padding: 0 15px;border-left: 1px solid #fff;margin-top: 14px;}
.client-2 .my-kefu-right{width: 20px;}
.client-2 .my-kefu-tel-main{background: #FD6309;color: #fff;height: 56px;width: 247px;padding: 9px 0 6px;float: left;}
.client-2 .my-kefu-main{background: #FD6309;width: 97px;height: 56px;position: relative;padding: 9px 0 6px;float: left;}
.client-2 .my-kefu-weixin-pic{position: absolute;left: -130px;top: -24px;display: none;z-index: 333;}
.my-kefu-weixin-pic img{width: 115px;height: 115px;}

/*搜索*/
.seabox{overflow: hidden;height: 54px;line-height: 36px;font-family: "Microsoft Yahei";padding: 24px 0 0;border-bottom: solid 1px #ededed;background: #f2f2f2;}
.sea_inp{width:210px;overflow: hidden; margin-top:12px;}
.sea_inp .serach{width:139px;height: 34px;border: solid 1px #dcdcdc;border-right: 0;background: none;line-height: 34px;color: #c6c6c6;padding: 0 10px;float: left;outline: none;display: block;font-size: 14px;position: relative; background-color:#fff;}
.sea_inp .sub{width: 49px;height: 36px;border: 0;float: left;cursor: pointer;display: block;background: url(../images/sea_ico.gif) no-repeat 0 0;border: 0;}
.k_word{overflow: hidden;width: 680px;color: #666;overflow: hidden;}
.k_word a{color: #666;padding: 0 20px 0 0;}
/*友情链接*/
.link{height: 60px;background: #f2f2f2;line-height: 60px;font-family: "Microsoft Yahei";color: #666;white-space: nowrap;}
.link a{color: #666;display: inline-block;padding: 0 40px 0 0;}

.erji a{color: #333; display:block; height:38px; line-height:38px; font-size:16px; text-align:left; text-indent:80px; border-bottom:1px dashed #CCCCCC;}

.xzclear{clear:both;}
.xzborder{width:99%;border:1px solid #ddd; margin-top:15px;}
.xztitle{width:100%; height:38px; line-height:38px; font-size:16px; color:#FFFFFF; background-color:#FD6309; text-align:center;}
.xzlist li{ width:98%; margin:0 auto; line-height:30px; height:30px; text-align:left; border-bottom:1px dashed #CCCCCC; list-style:none; overflow:hidden; margin-bottom:5px;}
.xzlist li a{font-size:14px; text-decoration:none; color:#333;}
.xzlist li a:hover{color:#ff0000;}
.xzlist li span{font-size:14px; font-family:"宋体"; margin-right:5px;}

.xzpic li{float:left; width:23%; margin-left:1%; margin-right:1%; list-style:none; margin-top:10px;}
.xzpic li a{font-size:14px; text-decoration:none; color:#333;}
.xzpic li a:hover{color:#ff0000;}
.xzpic li img{width:100%;}
.xzpic li div{text-align:center; padding:10px 0 10px 0;}

.xzleft{float:left; width:47%; margin-right:2%; border:1px solid #ddd;}


#floatDivBoxs{width:150px;background:#fff;position:fixed;top:80px;right:0;z-index:11999; right:-150px;	font-family:"Microsoft YaHei", "΢���ź�", "����";}
#floatDivBoxs .floatDtt{width:100%;height:45px;line-height:45px; background:#0065B2;color:#fff;font-size:18px;text-indent:22px;position:relative;}
#floatDivBoxs .floatDqq{padding:0 14px;}
#floatDivBoxs .floatDqq a{ color:#333;}
#floatDivBoxs .floatDqq li{height:45px;line-height:45px;font-size:15px;border-bottom:1px solid #e3e3e3; padding:0 0 0 50px;}
#floatDivBoxs .floatDqq li img{ float:left; margin-top:5px;}
#floatDivBoxs .floatDtxt{font-size:18px;color:#333;padding:8px 14px; text-align:center;}
#floatDivBoxs .floatDtel{padding:0 0 15px 10px; font-size:14px; text-align:center;}
#floatDivBoxs .floatDtel img{border:0px;}
#floatDivBoxs .floatDbg{width:100%;height:30px; line-height:30px; color:#FFFFFF; cursor:pointer; background:#0065B2; text-align:center;}
.floatShadow{ background:#fff;box-shadow:-2px 0 3px rgba(0,0,0,0.25);}
#rightArrow{width:50px;height:200px;background:url(../images/online_arrow.jpg) no-repeat;position:fixed;top:80px;right:0px;z-index:11999;}
#rightArrow a{display:block;height:200px;}