@charset "utf-8";
/*基本*/
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form, textarea {
	font-size: 14px;
	line-height: 28px;
	font-family: "microsoft yahei", "Arial Black";
	color: #333;
}
h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}
ul, ol {
	list-style: none;
}
img {
	border: 0px;
	display: block;
	margin: 0;
	padding: 0;
}
em, i, strong {
	font-style: normal;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background: #fff;
	overflow-x: hidden;
	overflow-y: auto;
}
* {
	padding: 0px;
	margin: 0px
}
div {
	margin: 0;
	padding: 0;
	border: 0;
}
p {
	margin: 0;
}

b, strong {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;/* Remove most spacing between table cells.*/
}
li {
	list-style: none outside none;
}
/*链接*/
a {
	text-decoration: none;
	color: #333;
	background: transparent;
	outline: none
}
a:focus {
	outline: none;
}
a:hover, a:active {
	color: #1048a0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
/*表单*/
form {
	margin: 0;
}
button, input, select, textarea {
	font-size: 100%; /* Correct font size not being inherited in all browsers. */
	margin: 0; /* Address margins set differently in IE 6/7, Firefox 3+, Safari 5,and Chrome */
	vertical-align: baseline; /* Improve appearance and consistency in all browsers */
*vertical-align: middle; /* Improve appearance and consistency in all browsers */
}
button, select {
	text-transform: none;
}
input {
	line-height: normal;
	border: none;
}
/*其它*/
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
code, kbd, pre, samp {
	font-size: 1em;
}
pre {
	margin: 1em 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline; /* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
dd {
	margin: 0;
}
audio:not([controls]) {
	display: none;
	height: 0;
}

/*==========@@HTML默认 结束@@==========*/
/*==========@@通用 开始@@==========*/
/*常用颜色*/
.red {
	color: #F00 !important;
}
/*清除浮动*/
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	line-height: 0;
}
.clearfix {
*zoom:1;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*其它*/
.hidden {
	display: none;
}
.pfont {
	font-family: 'PingFangSC-Light', 'microsoft yahei', Arial, Helvetica, sans-serif, "Hiragino Sans GB";
}
/*必须输入，主要*/
.required {
	color: red;
	font-weight: bold;
}
.form_text_verifycode {
	width: 80px;
}
.form_radio {
	width: auto;
	border: 0;
}
.form_checkbox {
	width: auto;
	border: 0
}
/*网站公用样式表*/
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.por {
	position: relative;
}
.poa {
	position: absolute;
}
.icon {
	background: no-repeat;
	display: inline-block;
	vertical-align: middle;
}
#header_main, #top_main, #banner_main, #floor_1_main, #links_main, #footer_main {
	width: 100%;
	margin: 0;
}
.trans {
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}




.con_pt {
    width: 1190px;
	padding-left: 65px;
  }

.con_left {
    width: 1061px;
    float: left;
    padding-top: 26px;
    margin-left: 325PX;
}
.pt1 {
    margin-bottom: 15px;
}
.pt_tit {
    margin-bottom: 15px;
    height: 24px;
    line-height: 24px;
}
.tit_dl, .tit_dl dt, .tit_dl dd, .tit_dl dd a {
    float: left;
    margin-right: 10px;
}
.tit_dl dt, .tit_dl .sz, .tit_dl .wz {
    font-size: 24px;
    font-weight: bold;
    font-family: "Microsoft YaHei",SimHei;
}
.tit_dl dt {
    font-size: 18px;
    color: #333;
	padding-left: 400px;
}
.tit_dl .wz {
    font-size: 30px;
}
.tit_dl dd {
    height: 18px;
    line-height: 18px;
    margin-top: 6px;
    width: 370px;
    overflow: hidden;
}
.extension_ul {
    border-top: 2px solid rgb(255, 255, 255);
}
.extension_ul li {
    height: 167px;
    padding: 15px 270px 15px 208px;
    position: relative;
    margin-top: 15px;
    border-radius: 10px;
    border: 1px solid #ebebeb;
    border-bottom-color: #cfd0d3;
    background-color: #fff;
    -webkit-transition: box-shadow .1s;
    -moz-transition: box-shadow .1s;
    -o-transition: box-shadow .1s;
    transition: box-shadow .1s;
}
.extension_ul * {
    overflow: hidden;
    word-break: break-all;
}
.extension_ul li img {
    width: 165px;
    height: 165px;
    position: absolute;
    left: 20px;
    top: 15px;
    /*border: 1px solid #ededed;*/
}
.extension_ul li .title {
    height: 22px;
    line-height: 22px;
    font-size: 20px;
    font-weight: bold;
}
.extension_ul li .title a {
    color: #333;
}
.extension_dl {
    border: 1px solid #ebebeb;
    border-bottom-color: #cfd0d3;
    margin: 15px 0 0 0;
}
.extension_dl dt {
    text-align: right;
    background: #f5f5f5;
    width: 84px;
    color: #999;
}
.wideEdition .extension_dl dd {
    width: 124px;
}
.extension_dl dd {
    width: 193px;
    padding: 0 5px;
}
.extension_dl dt, .extension_dl dd {
    float: left;
    height: 28px;
    line-height: 28px;
    padding: 0 3px;
    border-top: 1px solid #ebebeb;
    border-left: 1px solid #ebebeb;
    margin: -1px 0 0 -1px;
}
.main_products {
    height: 20px;
    line-height: 20px;
    position: absolute;
    bottom: 20px;
    width: 695px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.main_products span {
    padding-right: 15px;
}
.extension_right {
    position: absolute;
    height: 167px;
    top: 15px;
    right: 20px;
    width: 240px;
    text-align: right;
    line-height: 20px;
}
.extension_ul .su-price {
    margin: 5px 0 10px 0;
    display: block;
}
.su-price {
    font-size: 24px;
    color: #d10504;
    font-weight: bold;
    font-family: Tahoma;
}
.su-price .redpc {
    font-size: 14px;
    font-family: Microsoft YaHei;
}
.su-price .fts {
    font-size: 18px;
}
.inquiry_a {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #809dde;
    width: 75px;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
}
.inquiry_a a{
    font-family: "黑体";
    font-size: 16px;
    color: #ffffff;
    padding-right: 6px;
    padding-bottom: 8px;
}
.wideEdition .inquiry_a a {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft YaHei";
    text-align: center;
    background: #f6f6f6;
    color: #333;
    border: 1px solid #e6e6e6;
}
.hot_show {
    font-family: "Microsoft YaHei";
}
.hot_show {
    padding: 5px 30px 5px 30px;
    border: 1px solid #e6e6e6;
    border-top: 2px solid #fff;
    background: #fff;
	padding-top: 2010px;
    padding-left: 411px;
}
.aad_box {
    padding: 20px 0 12px 397px;
    position: relative;
    min-height: 70px;
    line-height: 35px;
    /*border-bottom: 1px solid #f6f6f6;*/
}
.aad_box .tt {
    position: absolute;
    left: -22px;
    top: -10px;
    font-size: 14px;
    font-weight: bold;
}
.aad_box ul {
    overflow: hidden;
    margin-left: -321px;
    padding: 0px 200px 0 0;
}
.aad_box ul li {
    float: left;
    height: 26px;
    width: 12.5%;
    overflow: hidden;
}
.aad_box ul li {
    float: left;
    height: 26px;
    width: 159px;
    overflow: hidden;
    padding-left: 0px;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.aad_box ul li a {
    color: #333;
    padding-left: 4px;
}
.hot_show .aad_box .more {
    position: absolute;
    right: 0;
    top: 12px;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    margin: 0;
    cursor: pointer;
    background: no-repeat;
}
.wideEdition .inquiry_a a {
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-family: "Microsoft YaHei";
    text-align: center;
    background: #f6f6f6;
    color: #333;
    border: 1px solid #e6e6e6;
}





.productlist {
	position: relative;
}
.productlist .list {
	padding-top: 10px;
	width: 100%;
}
.productlist .item {
	width: 290px;
	height: 350px;
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	background: #fff;
	transition: all 0.3s ease-out 0s;
	border-bottom: 1px solid #e5e5e5;
}
.productlist .item a {
	display: block;
}
.productlist .item img {
	width: 290px;
	height: 217px;
	display: block;
}
.productlist .item h3 {
	font-size: 18px;
	padding: 20px 20px 0;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.productlist .item p {
	color: #999;
	padding: 0 20px;
	line-height: 24px;
}
.productlist .item:hover {
	transform: translate3d(0px, -16px, 0px);
	box-shadow: 0 3px 10px rgb(222, 222, 222);
}
.caselist {
	position: relative;
}
.caselist .list {
	padding-top: 10px;
	width: 100%;
}
.caselist .item {
	width: 290px;
	height: 280px;
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	background: #fff;
	transition: all 0.3s ease-out 0s;
	border-bottom: 1px solid #e5e5e5;
}
.caselist .item a {
	display: block;
}
.caselist .item img {
	width: 290px;
	height: 145px;
	display: block;
}
.caselist .item h3 {
	font-size: 18px;
	padding: 16px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.caselist .item p {
	color: #999;
	padding: 0 16px;
	line-height: 24px;
}
.caselist .item:hover {
	transform: translate3d(0px, -16px, 0px);
	box-shadow: 0 3px 10px rgb(222, 222, 222);
}
.honorlist {
	position: relative;
}
.honorlist .list {
	padding-top: 10px;
	width: 100%;
}
.honorlist .item {
	width: 290px;
	height: 265px;
	display: block;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	background: #fff;
	transition: all 0.3s ease-out 0s;
	border-bottom: 1px solid #e5e5e5;
}
.honorlist .item a {
	display: block;
}
.honorlist .item img {
	width: 290px;
	height: 217px;
	display: block;
}
.honorlist .item h3 {
	font-size: 16px;
	padding: 10px;
	text-align: center;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.honorlist .item:hover {
	transform: translate3d(0px, -16px, 0px);
	box-shadow: 0 3px 10px rgb(222, 222, 222);
}
.newslist {
	padding: 0;
}
.newslist .item {
	width: 100%;
	display: block;
	margin-bottom: 28px;
	background: #f7f7f7;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.newslist .item a {
	display: block;
	padding: 20px;
}
.newslist .item .img {
	width: 150px;
	height: 112px;
	overflow: hidden;
}
.newslist .item .img img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all 0.3s ease-out 0s;
}
.newslist .item a:hover .img img {
	transform: scale(1.1, 1.1);
}
.newslist .item .txt {
	width: 715px;
}
.newslist .item .txt h3 {
	color: #000;
	font-size: 18px;
	display: block;
	padding-bottom: 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
.newslist .item .txt p {
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.newslist .item a:hover .txt h3 {
	color: #1048a0;
}
.newslist .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.singlepage {
	position: relative;
	overflow: hidden;
	color: #666;
}
.singlepage .cont img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.singlepage .cont .desc {
	padding-top: 40px;
}
.formData {
	padding-bottom: 20px;
}
.formData .item {
	float: left;
	color: #999;
	font-weight: normal;
	width: 425px;
	height: 56px;
	line-height: 56px;
	border: 1px solid #e5e5e5;
	margin-right: 76px;
	margin-bottom: 45px;
	position: relative;
}
.formData .item label {
	padding-left: 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	text-align: center;
	display: block;
	margin: 0;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #cccccc;
}
.formData .item input {
	outline: none;
	line-height: 38px;
	height: 38px;
	font-size: 18px;
}
.formData .item .txt {
	width: 355px;
	height: 56px;
	line-height: 56px;
	display: block;
	background: none;
	padding-left: 70px;
	border: 0 none;
	color: #999;
}
.formData .item .red {
	position: absolute;
	right: 15px;
	top: 0;
	color: #ff0000;
	z-index: 11;
}
.formData .item.mr0 {
	margin-right: 0;
}
.formData .msg-box {
	position: absolute;
	left: 0;
	top: 0px;
}
.formData .liuyan {
	width: 928px;
	height: 260px;
	border: 1px solid #e5e5e5;
	float: left;
}
.formData .liuyan label {
	text-align: right;
	display: block;
}
.formData .liuyan textarea {
	width: 908px;
	height: 234px;
	line-height: 35px;
	padding: 12px 10px;
	text-indent: 100px;
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #333;
	border: 0 none;
	overflow: hidden;
	background: none;
	resize: none;
	display: block;
	outline: none;
}
.formData .bot {
	width: 100%;
}
.formData .sub {
	width: 232px;
	line-height: 58px;
	margin-right: 2px;
	text-align: center;
	background: #1048a0;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.formData .sub:hover {
	background: #e12325;
	transform: translate3d(0px, -6px, 0px);
}
.formData .yzm {
	width: 432px;
}
.formData .yzm .txt {
	padding-left: 80px;
}
.formData .yzm img {
	position: absolute;
	right: 0;
	top: 0;
	height: 56px;
	border: 0px;
	display: block;
}
.arecttitle {
	border-bottom: 1px dotted #ddd;
	text-align: center;
}
.arecttitle h1 {
	font-size: 28px;
	line-height: 30px;
	color: #000;
	margin-bottom: 5px;
}
.arecttitle .mark {
	width: 100%;
	padding: 5px 0 10px;
}
.arecttitle .mark span {
	display: inline-block;
	padding-left: 5px;
	font-size: 12px;
	color: #666;
}
.arecttitle .mark span:first-child {
	padding-left: 0;
}
.showContxt {
	padding: 20px 0;
}
.showContxt img {
	max-width: 100% !important;
	display: block;
	margin: 0 auto;
}

.approve_zctop {
    margin: 20px 0px 16px 315px;
    width: 180px;
}

/*dibu*/
.footer_wrap {width:100%;clear:both;background:#fff;overflow:hidden}
.footer { padding:50px 0;}
.footer_logo {padding-left:5px;margin-top:-10px;}
.foot_link{ width:100%; height:40px; color: #fff;text-align:center; background:#f1f1f1; line-height:40px;  color: #858585; overflow: hidden; text-align: center;}

.footer_right{ float: right;}
.footer_right ul{ float: left; margin-left: 20px;}
.footer_right ul h3{font-weight: bold; font-size: 12px; margin-bottom: 20px;}
.footer_right ul li a{ color: #757575; line-height: 30px;}
.footer_right ul li a:hover{ color: #000;}

/*xin*/
.about{background:#4083c9;padding: 20px 0 0;}
.about h2{font-size:30px;text-align:center;font-weight:bold;color:#fff}
.contact{width:1200px;margin:0 auto;padding: 10px 0;}
.contact dt{width:250px;float:left}
.contact dd{font-size:20px;line-height:40px;color:#fff;text-align:center}

.top {min-width: 1180px;background: #fff;border-bottom: 1px solid #ccc;line-height: 40px;padding: 0 10px;}
.tia_l {float: left;}.top_r {float: right;display: block;}
.top_r img {vertical-align: middle;line-height: 40px;padding: 0 5px 0 0;}
.top a {padding: 0 5px;font-size: 14px;}header {background: #fff;height: 100px;}
.header {width: 1200px;margin: 0 auto;height: 100px; }
.logo {float: left;width: 250px;padding: 13px 0;text-align: center;}
.menu {float: right;width: 883px; }
.menu li {float: left;width: auto;line-height: 100px;padding: 0 28px;font-size: 19px;/*border-left: 1px solid #efefef;*/}
.menu li a {color: #333; display: block; font-weight: bold; }
.menu li a.active {color:#e30d4d; }
.red_tel{padding-top: 24px !important;padding-left: 65px;}
.menu span{display: block;line-height: 26px;font-weight: normal;font-size: 20px;color: #c52c31;}
