﻿ @charset "utf-8";
/*reset*/
/*dede58.com 做最好的织梦整站模板下载网站*/
/* CSS reset for c_b */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {/*padding:5px;*/
}
fieldset, img {
	border: 0;
}
img{max-width: 100%;}
address, caption, cite, code, dfn, em, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
ception, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a {
	color: #666;
	text-decoration: none;
}  /*for ie f6n.net*/
a:focus {
	outline: none;
} /*for ff f6n.net*/
a:hover {
	text-decoration: underline;
}
video{max-width: 100%;border: none;}
/*定位*/
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.bc {
	margin-left: auto;
	margin-right: auto;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.zoom {
	zoom: 1
}
.hidden {
	visibility: hidden;
}
.vam {
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
p {
	word-spacing: -1.5px;
}
 -moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;
/*其他*/
.curp {
	cursor: pointer
}
;
/*原reset*/
sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
*font-size:100%;
}
input, select {
	vertical-align: middle;
}
body {
	font: 12px/1.231 arial, helvetica, clean, sans-serif;
}
select, input, button, textarea, button {
	font: 99% arial, helvetica, clean, sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
*font-size:108%;
	line-height: 100%;
}
/*title*/
h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
/*end reset*/


#roll_top, #fall, #ct {
	position: relative;
	cursor: pointer;
	height: 52px;
	width: 52px
}
#roll_top {
	background: url(../images/top.gif) no-repeat
}
#fall {
	background: url(../images/top.gif) no-repeat 0 -80px
}
#ct {
	background: url(../images/top.gif) no-repeat 0 -40px
}
#roll {
	display: block;
	width: 15px;
	margin-right: -558px;
	position: fixed;
	right: 46%;
	top: 80%;
	_margin-right: -558px;
	_position: absolute;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*0.8));
	z-index: 100;
}


@font-face{
	font-family:NotoSansHans;
	src: url(../fonts/NotoSansHans-Medium.eot);
    src: url(../fonts/NotoSansHans-Medium.eot?#iefix) format("embedded-opentype"),
         url(../fonts/NotoSansHans-Medium.woff) format("woff"), 
         url(../fonts/NotoSansHans-Medium.ttf) format("truetype"),
         url(../fonts/NotoSansHans-Medium.svg#jq) format("svg");
	
}
/* CSS Document */
body {
	background-color: #fff;
	overflow-x: hidden;
	color: #666;
	font-size: 12px;
	font-family: microsoft yahei, "宋体";
	position: relative;
}/*网站字体颜色*/
.header, .content, .footer, .container {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}
a:hover{text-decoration: none;}
.hover-img {
	overflow: hidden;
}

.hover-img img {
	-webkit-transition: transform .5s;
	-moz-transition: transform .5s;
	-ms-transition: transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
}

.hover-img:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}

/*页眉*/
.header {
	width: 100%;
}
.header .hdTop {
	width: 100%;
	background-color: #fff;
	height: 30px;
	border-bottom: 1px solid #d1d0d1;
}
.header .hdTop p {
	float: left;
	line-height: 30px;
	font-size: 13px;
	color: #979797
}
.header .hdUl {
	float: right;
	margin-top: 8px;
}
.header .hdUl li {
	float: left;
	padding: 0 10px;
	border-right: 1px dotted #cdcdcd;
}
.header .hdUl li a {
	color: #979797
}
.header .hdUl li.last {
	padding-right: 0;
	border-right: none
}
.header .logo {
	overflow: hidden;
	padding: 30px 0
}
.header .hdLt {
	float: left;
}
.header .hdLt h1 {
}
.header .hdLt h2 {
	font-weight: normal;
	font-size: 20px;
	color: #4b4b4b;
	background: url(../images/hd-line.png) no-repeat left top;
	padding: 5px 0;
	margin-top: 5px;
}
.header .phone {
	float: right;
	background: url(../images/hdphone.gif) no-repeat left center;
	padding-left: 80px;
	font-size: 16px;
	color: #000000;
	margin-top: 28px;
	padding: 5px 0 5px 80px;
}
.header .phone h4 {
	font-size: 32px;
	color: #c10e1b;
	font-weight: normal;
	font-family: Times New Roman;
}
.header .Nav {
	width: 100%;
	background: #c10e1b;
}
.header .navBox {
	height: 48px;
	line-height: 48px;
}

.header .nav li {
	position: relative;
	float: left;
	font-size: 16px;
}
.header .nav li a {
	display: block;
	padding: 0 25px;
	text-decoration: none;
	color: #fff
}
.header .nav li:last-child {
	background: none
}
.header .nav li:hover, .header .nav li.cur {
	background: #8c0d0d;
}
.header .nav li ul{
	display: none;
	position: absolute;
	left: 50%;
	width: 220px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: rgba(0,0,0,.5);
	z-index: 20;
}
.header .nav li ul li,.header .nav li li a{width: 100%;box-sizing: border-box;}
.header .nav li li a{
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.search-submit{
	color: #fff;
	width: 49px;
	height: 34px;
	margin-top: 1px;
	outline: none;
	border: none;
	background: #c10e1b;
	cursor: pointer;
}
.header .nav li:hover ul{
	display: block;
}

/*底部*/
.footer {
	overflow: hidden;
	width: 100%;
	background-color: #f0f0f0;
}
.footer .ftNav {
	overflow: hidden;
	height: 60px;
	background-color: #c10e1b;
	width: 100%;
}
.footer .ftNav ul {
	margin-top: 20px;
}
.footer .ftNav ul li {
	padding: 0 26px;
	float: left;
	font-size: 14px;
	border-right: 1px dotted #6c6c6c
}
.footer .ftNav ul li a {
	color: #fff
}
.footer .ftNav ul li:last-child {
	border: none
}
.footer .ftdl {
	float: left;
	width: 600px;
}
.footer .ftdl dt {
	width: 180px;
	float: left;
}
.footer .ftdl dd {
	width: 400px;
	float: right;
	margin-top: 50px;
}
.footer .ftdl dd p {
	font-size: 14px;
	color: #464646;
	line-height: 30px;
}
.footer .ftdl dd p a {
	color: #464646
}
.footer .ewm {
	float: right;
	width: 350px;
	margin-top: 30px;
}
.footer .ewmDl {
	overflow: hidden
}
.footer .ewmDl dt {
	float: left;
	width: 94px;
}
.footer .ewmDl dd {
	width: 182px;
	float: right
}
.footer .ewmDl dd h3 {
	font-size: 18px;
	font-weight: normal;
	color: #6d6c6c;
	margin-top: 25px;
	margin-bottom: 12px;
}
.footer .ewmDl dd p {
	font-size: 14px;
	margin-top: 5px;
	color: #838383
}
.footer .ftPhone {
	background: url(../images/ftphone.png) no-repeat left center;
	padding-left: 95px;
	font-size: 14px;
	color: #838383;
margi;
	margin-left: 20px;
	padding-bottom: 15px;
}
.footer .ftPhone h4 {
	font-weight: normal;
	font-size: 27px;
	color: #333333;
	margin-bottom: 0px;
}
/*回到顶部*/
.rtTop {
	width: 153px;
	height: 59px;
	overflow: hidden;
	position: fixed;
	top: 84%;
	right: 46%;
	margin-right: -600px;
	cursor: pointer;
	display: none;
}
.rtTop h4 {
	width: 40px;
	height: 59px;
	overflow: hidden;
	position: relative;
}
.rtTop img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.modal {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	display: none;
	z-index: 1050;
	opacity: 0;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}

.dialog,
.dialog-center {
	width: 500px;
	min-height: 150px;
	position: relative;
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	border-radius: 10px;
	background-color: #fff;
	margin: 30px auto;
	-webkit-transition: all .5s ease-out 0s;
	-moz-transition: all .5s ease-out 0s;
	-ms-transition: all .5s ease-out 0s;
	-o-transition: all .5s ease-out 0s;
	transition: all .5s ease-out 0s;
}

.dialog {
	-webkit-transform: translate(0, -40%);
	-moz-transform: translate(0, -40%);
	-ms-transform: translate(0, -40%);
	-o-transform: translate(0, -40%);
	transform: translate(0, -40%);
}

.dialog-center {
	top: 50%;
	margin: 0 auto;
	-webkit-transform: translate(0, -80%);
	-moz-transform: translate(0, -80%);
	-ms-transform: translate(0, -80%);
	-o-transform: translate(0, -80%);
	transform: translate(0, -80%);
}

.dialog-header {
	box-sizing: border-box;
	border-bottom: 1px solid #ccc;
	padding: 15px;
}

.dialog-header h3,
.dialog-header span {
	display: inline-block;
}

.dialog-header i {
	float: right;
	overflow: hidden;
	cursor: pointer;
	font-size: 18px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: transform .5s;
	-moz-transition: transform .5s;
	-ms-transition: transform .5s;
	-o-transition: transform .5s;
	transition: transform .5s;
}

.dialog-header i:hover {
	-webkit-transform: rotate(225deg);
	-moz-transform: rotate(225deg);
	-ms-transform: rotate(225deg);
	-o-transform: rotate(225deg);
	transform: rotate(225deg);
}

.dialog-header i:before,
.dialog-header i:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background: #000000;
	border-radius: 2px;
}

.dialog-header i:before {
	width: 12px;
	height: 2px;
	margin: -1px 0 0 -6px;
}

.dialog-header i:after {
	height: 12px;
	width: 2px;
	margin: -6px 0 0 -1px;
}

.dialog-content {
	padding: 15px;
}

.modal.in {
	opacity: 1;
}

.in .dialog {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}

.in .dialog-center {
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.floating_ck {
	position: fixed;
	right: 20px;
	top: 30%;
	z-index: 999;
}

.floating_ck dl dd {
	position: relative;
	width: 80px;
	height: 80px;
	background-color: #c10e1b;
	border-bottom: solid 1px #8c0d0d;
	text-align: center;
	background-repeat: no-repeat;
	background-position: center 20%;
	cursor: pointer;
}

.floating_ck dl dd:hover {
	background-color: #8c0d0d;
	border-bottom: solid 1px #8c0d0d;
}

.floating_ck dl dd:hover .floating_left {
	display: block;
}

.floating_ck .consult {
	background-image: url(../images/zxicon.png);
}

.floating_ck .words {
	background-image: url(../images/qq.png)
}

.floating_ck .quote {
	position: relative;
	background-image: url(../images/cktel.png);
}
.floating_ck .quote.telHide{
	overflow: hidden
}
.floating_ck .quote .tel {
    position: absolute;
    left: 80px;
    top: 0;
    z-index: 1;
    width: 184px;
    line-height: 81px;
    font-size: 1.625rem;
    color: #fff;
    cursor: pointer;
    background: #c10e1b;
}

.floating_ck .qrcord {
	background-image: url(../images/erweima.png);
}


.floating_ck .return {
	background-image: url(../images/fanhui.png);
}

.floating_ck dd span {
	color: #fff;
	display: block;
	padding-top: 54px;
}

.floating_left {
	position: absolute;
	left: -160px;
	top: 0px;
	padding: 10px 0;
	width: 160px;
	height: 80px;
	background-color: #8c0d0d;
	border-bottom: solid 1px #8c0d0d;
	display: none;
}
.floating_left img{
	max-width: 100%;
	max-height: 120px;
	margin-bottom: 16px;
}

.floating_left a {
	color: #fff;
	line-height: 80px;
}

.floating_ewm {
	height: 300px;
	top: -180px;
}

.floating_ewm i {
	background-image: url(../images/wx.jpg);
	display: block;
	width: 145px;
	height: 145px;
	margin: auto;
	margin-top: 7px;
	background-size: 145px 145px;
}

.floating_ewm p {
	color: #fff;
	margin-top: 5px;
}

.floating_ewm .qrcord_p01 {
	font-size: 14px;
	line-height: 20px;
}

.floating_ewm .qrcord_p02 {
	font-size: 18px;
}

@media only screen and (max-width: 767px) {
	.floating_ck{display: none;}
}
