@charset "utf-8";

/* CSS Document */



::selection {background-color: #166ac0;color:#fff;}

::-moz-selection {background-color: #166ac0;color:#fff;}

::-webkit-selection {background-color: #166ac0;color:#fff;}

::-webkit-scrollbar {width: 8px;height: 8px;background-color: #F5F5F5}

::-webkit-scrollbar-track {border-radius: 10px;background-color: #E2E2E2}

::-webkit-scrollbar-thumb {border-radius: 10px;-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);background-color: #555}

* {padding: 0;margin: 0;font-family: "微软雅黑", 'Microsoft YaHei', arial, helvetica, clean, sans-serif;}

body {font: 14px/1.231 "微软雅黑", 'Microsoft YaHei', arial, helvetica, clean, sans-serif;color: #333;margin: 0;line-height: 1;}

:focus {outline: 1;}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {display: block;}

a {margin: 0;padding: 0;border: 0;font-size: 100%;vertical-align: baseline;background: transparent;}

ins {background-color: #ff9;color: #000;text-decoration: none;}

mark {background-color: #ff9;color: #000;font-style: italic;font-weight: bold;}

del {text-decoration: line-through;}

table {border-collapse: collapse;border-spacing: 0;}

hr {display: block;height: 1px;border: 0;border-top: 1px solid #cccccc;margin: 1em 0;padding: 0;}

input, select {vertical-align: middle;}

li, ul {list-style-type: none;}

img {border: none;}

a {color: #333;text-decoration: none;-webkit-transition: all .3s ease-out;transition: all .3s ease-out;}

a:link, a:hover, a:active, a:visited {text-decoration: none;}

input, textarea {outline: 0;border: 0;}

textarea {resize: none;}

h1, h2, h3, h4, h5, h6, dl, dd, dt, i, em {font-weight: normal;font-style: normal;}

.clearfix{clear:both;}

.between{

	width:1180px;

	margin:0 auto;

	overflow: hidden;

}

.clear{

	clear: both;

}

.float_l{

	float:left;

}

.float_r{

	float:right;

}

.clear_fl{

	height:0px;

	clear: both;

	overflow: hidden;

}









/*top_A*/

#top_A{

	width:100%; 

	height:35px; 

	border-bottom: 1px solid #c7c7c7;

	overflow: hidden; min-width:1180px;

}

.top{

	width:1180px; 

	height:35px;

	margin:auto;min-width:1180px;

}

.top_left{ 

	width:380px; 

	height:35px; 

	float:left; 

	line-height:35px; 

	color:#808080; 

	font-size:12px;

}

.top_left span{

	color:#166ac0;

}

.top_right{ 

	height: 35px; 

	float: right;

}

.top_right ul li{

	float: left;

	color:#666; 

	font-size:12px;

	line-height:35px; 

	padding:0px 0px 0px 15px;

}

.top_right ul li a{

	color: #666; 

	font-size:12px;

}

.top_right ul li a:hover{

	text-decoration: underline;

}





/**top_bgk**/

.top_bgk{ 

	width:100%;

	height:140px; 

	overflow:hidden; min-width:1180px;

}

.top_nr{ 

	width:1180px; 

	margin:auto;

}

.logo{  

	width: 231px;

	height:87px; 

	float:left; 

	margin-top: 32px;

	display:inline;

}

.logo h1{

	width: 231px;

	height:87px; 

	overflow: hidden;

}

.logo h1 a{

	width: 231px;

	height:87px; 

	overflow: hidden;

	display: block;

}

.logo h1 a img{

	width: 231px;

	height:87px; 

	overflow: hidden;

}

.biaoyu{ 

	width:430px; 

	height:100px; 

	float:left;  

	margin:20px 0px 0px 20px; 

	padding-left:20px; 

	display:inline; 

	border-left: 1px solid #b2b2b2; 

}

.biaoyu p{ 

	color:#166ac0; 

	font-size:32px;

	font-weight: bold;

	display:block; 

	margin-top:14px;

}

.biaoyu span{

	color: #333333;

	font-size: 18px;

	line-height: 0px;

	margin-top: 13px;

	display: block;

	

}

.iphone{ 

	float:right; 

	display:inline; 

	margin-top:46px;	 

	width: 165px;

	height: 49px;

	padding-left: 55px;

	background:url(../../images/img/logo_dh.png) no-repeat left bottom;

}

.iphone span{

	color: #4c4c4c;

	width: 126px;

	height: 24px;

	display: block;

	line-height:20px; 

	font-size:18px;

}

.iphone p{

	color: #166ac0;

	font-size: 24px;

	line-height: 30px;

	font-weight: bold;

}





/**nav**/

.nav_all{

	height:50px;

	background-color: #166ac0;min-width:1180px;

}

.nav { 

	width:1180px; 

	margin:auto;

	height: 50px;

}

.nav li {

	float:left; 

	text-align:center;

	padding:0 42px;

	background: url(../../images/img/nav_l.png)no-repeat right bottom;

	-webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

.nav li a {

	display:block; 

	font-size:14px; 

	height:50px; 

	text-align: center; 

	line-height:50px; 

	color:#fff; 

}

.nav li:hover{ 

	background-color: #b82020;

	background-image:none;

}

.nav li.another{

	background-color: #b82020;

	background-image: none;

}

.fixedNav{ 

	position:fixed; 

	top:0px; 

	left:0px; 

	width:100%; 

	z-index:100000; 

	_position:absolute; 

	_top:expression(eval(document.documentElement.scrollTop));

}



/*页脚开始*/

.footer{

	width: 100%;min-width:1180px;

	margin-top: 20px;

	height: 300px;

	background-color: #166ac0

}

.footer .footer_nav{

	width: 100%;

	height: 50px;

	background-color: #074788;

}

.footer .footer_nav ul{ 

	width:1180px; 

	margin:0 auto;

}

#index_dq {
    width: 360px;
    height: 328px;
    z-index: 99999;
    position: absolute;
    top: 31px;
    right: 10%;
    background: #FFF;
}

#index_dq li {
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    float: left;
}

.footer .footer_nav ul li {

	float:left; 

	text-align:center;

	padding:0 42px;

	background: url(../../images/img/nav_l.png)no-repeat right bottom;

	-webkit-transition: all 0.4s ease-in-out;

  -moz-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

.footer .footer_nav ul li a {

	display:block; 

	font-size:14px; 

	height:50px; 

	text-align: center; 

	line-height:50px; 

	color:#fff; 

}

.footer .footer_nav ul li:hover{ 

	background-color: #b82020;

	background-image:none;

}

.footer .footer_nav ul li.another{

	background-color: #b82020;

	background-image: none;

}

.footer .yj_nr{

	clear: both;

	width: 1180px;

	margin: 0 auto;

}



.footer .yj_nr .yj_z{

	float: left;

	margin-left: 160px;

	width: 137px;

	height: 150px;

	margin-top: 30px;

}

.footer .yj_nr .yj_z img{

	width: 137px;

	height: 137px;

	overflow: hidden;

}

.footer .yj_nr .yj_z span{

	font-size: 14px;

	color: #fff;

	text-align: center;

	line-height: 30px;

	display: block;

}

.footer .yj_nr .yj_nry{

	color: #fff;

	font-size: 14px;

	line-height: 24px;

	width: 700px;

	float: right; padding-left:100px;

	margin-right: 80px;

	margin-top: 30px;

}

.footer .yj_nr .yj_nry a{

	font-size: 14px;

	color: #fff;

}

.footer .yj_nr .yj_nry a:hover{

	color: #b82020;

}

.footer .yj_nr .yj_nry h2{

	font-size: 14px;

	color: #fff;

	margin-bottom: -24px;

}

/*页脚结束*/

/*咨询客服开始*/

.floating_ck{

	position:fixed;

	right:10px;

	top:30%;

	z-index:9999;}

.floating_ck dl dd{

	position:relative;

	width:68px;

	height:72px;

	background-color:#ccc;

	border-bottom:solid 1px #ccc;

	text-align:center;

	background-repeat:no-repeat;

	background-position:center 20%;

	cursor:pointer;

}

.floating_ck dl dd:hover{

	background-color:#166ac0;

	border-bottom:solid 1px #053f7a;

}

.floating_ck dl dd:hover .floating_left{display:block;}

.consult{background-image:url(../../images/img/qq.png);}

.words{background-image:url(../../images/img/zxicon.png);}

.quote{background-image:url(../../images/img/kficon.png);}

.qrcord{background-image:url(../../images/img/erweima1.png);}

.return{background-image:url(../../images/img/fanhui.png);}

.floating_ck dd span{

	color:#fff;display:block;

	padding-top:54px;

}

.floating_left{

	position:absolute;

	left:-160px;

	top:0px;

	width:160px;

	height:72px;

	background-color:#166ac0;

	border-bottom:solid 1px #053f7a;

	display:none;

	font-weight:bold;

}

.left_t a{

	color:#fff;

	line-height:80px;

	font-size:18px;

}

.left_2{

	height:auto;

	overflow:hidden;

}

.left_2 a{

	line-height:20px;

	font-size:16px;

	color:#fff;

	display:block;

	padding:10px 0;

}

.left_1 a{

	line-height:30px;

	font-size:16px;

	color:#fff;

	display:block;

	padding:10px 0;

}

.floating_ewm{

	height:260px;

	top:-180px;}

.floating_ewm i img{

	display:block;

	width:145px;

	height:145px;

	margin:auto;

	margin-top:7px;

}

.floating_ewm p{

	color:#fff;

	margin-top:5px;

}

.floating_ewm .qrcord_p01{

	font-size:12px;

	line-height:20px;

}

.floating_ewm .qrcord_p02{font-size:18px;}

/*咨询客服结束*/