﻿@charset "utf-8";
/* CSS Document */
html {
	overflow-x: hidden;
}
body {
	font-size: 12px !important;
	color: #474747;
	margin: 0;
	padding: 0;
	_overflow: hidden;
	background: #fff;
}
body,ol,table,tr,td,dt,dd,dl,h1,h2,h3,h4,h5,h6,form,input,select,textarea,span,em {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑",Tahoma, Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

ul,li {
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	font-weight: normal;
}

.red {
	color: red;
}

input,button,select,textarea {
	outline: none
}

p {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

.img_hide{
	display: none;
}
.img_show{
	display: block;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none;
	color: #000;
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

i, em, cite, address {
	font-style: normal;
}

input {
	vertical-align: middle;
	font-family: "微软雅黑";
}

table {
	border-collapse: collapse;
	font-family: "微软雅黑";
}

a:hover {
	cursor: pointer;
	text-decoration: none;
}

a,area {
	blr: expression(this.onFocus=this.blur())
} /* for IE */
:focus {
	-moz-outline-style: none;
} /* for Firefox */
a {
	outline: none;
} /* for FF Chrome */
.dis {
	display: none;
}

.clear {
	clear: both;
}

html {
	-webkit-text-size-adjust: none;
  /*解决chrome浏览器下字体不能小于12px*/
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
/* chrome*/
	.justify:after {
		content: ".";
		display: inline-block;
		width: 100%;
		overflow: hidden;
		height: 0;
	}
}
/*----- clearfix///给容器清除浮动-----*/
.clearfix {
	*zoom: 1;
}

.clearfix:before,.clearfix:after {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0;
}
/*  CSS3调用*/
.com-right-img img,
.com-left-menu li,
.com-top-info,
.com-top-info span,
.com-top-info .com-top-ico,
.com-more {
	transition: all 0.5s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
	-moz-transition: all 0.5s cubic-bezier(0.35, 0.45, 0.55, 1) 0s;
}

.com-right-img img {
	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
}
/******************************************************************common/////**********************************************************************/
header {
	width: 100%;
	position: fixed;
	top: 0;
	background-color: #ef8201;
	padding: 12px 0;
	z-index: 9;
 /*display:table;*/
}

.logo {
	width: 113px;
	float: left;
	margin-left: 90px;
	float: left\9;
}
.logo a img{
	width: 172px;
	height: 46px;
}

.nv1 {
	float: left;
	float: left\9;
	margin-left: 134px;
	display: table;
}
@media screen and ( max-width:1024px ) {
	.nv1 {
	float: left;
	float: left\9;
	margin-left: 134px;
	width: 360px;
	display:none;
}
}
.nv1 li {
	float: left;
	float: left\9;
	height: 45px;
	line-height: 45px;
	margin-right: 12px;
}
.nv1 li:nth-child(even){
	color: #fff;
}

.nv1 li a {
	color: #ffffff;
	font-size: 14px;
}

.nv1 li a:hover {
	color: #C7610B;
}

.nv1 li span {
	display: block;
	width: 6px;
	height: 6px;
	margin-top: 20px;
	border-radius: 50%;
	background-color: #fff;
}

.nv2 {
	float: right;
	float: right\9;
	margin-right: 64px;
	display: table;
}

.nv2 li {
	float: left;
	float: left\9;
	margin-right: 12px;
	height: 45px;
	line-height: 45px;
}

.nv2 li a {
	color: #D6D6D8;
}

.nv2 li a:hover {
	color: #C7610B;
}

.nv2 li span {
	color: #D6D6D8;
}

.gb-nav {
	background-color: rgba(239,130,1,0.5);
	padding: 12px 0;
	position: fixed;
	left: 0;
	right: 0;
	z-index: 99;
	top: -100%;
}

.gb-nav .logo {
	width: 113px;
	float: left;
	margin-left: 90px;
}

.gb-nav .nv1 li a {
	color:#FFF;
	font-size: 14px;
}

.ghh {
	float: right;
	width: 48px;
	height: 38px;
	margin-right: 30px;
	margin-top: 7px;
	border: 2px solid #ffffff;
	text-align: center;
	border-radius: 5px;
}

.ghh.clect {
	border-color: #fff;
}

.gh {
	float: right;
	width: 34px;
	margin-top: 17px;
	margin-right: 5px;
	position: relative;
	cursor: pointer;
	display: table;
	transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.5s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.gh.selected {
	transform: rotate(90deg);
	margin-top: 12px;
	margin-right: 10px;
}

.gh a {
	background-color: #fff;
	display: block;
	height: 4px;
	margin-top: -2px;
	position: relative;
	top: 50%;
	width: 100%;
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.gh:hover a:before {
	transform: translateY(-2px) rotate(0deg);
	-webkit-transform: translateY(-2px) rotate(0deg);
	-ms-transform: translateY(-2px) rotate(0deg);
}

.gh:hover a:after {
	transform: translateY(2px) rotate(0deg);
	-webkit-transform: translateY(2px) rotate(0deg);
	-ms-transform: translateY(2px) rotate(0deg);
}

.gh.selected:hover a:before {
	transform: translateY(0px) rotate(-55deg);
	-webkit-transform: translateY(0px) rotate(-55deg);
	-ms-transform: translateY(0px) rotate(-55deg);
}

.gh.selected:hover a:after {
	transform: translateY(0px) rotate(55deg);
	-webkit-transform: translateY(0px) rotate(55deg);
	-ms-transform: translateY(0px) rotate(55deg);
}

.gh a:after, 
.gh a:before {
	background-color: #fff;
	display: block;
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
	content: " ";
	transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-webkit-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.7, 0, 0.3, 1) 0s;
}

.gh a:after {
	top: 10px;
}

.gh a:before {
	top: -10px;
}

.gh.selected a:after, .gh.selected a:before {
	top: 0;
}

.gh.selected a:before {
	background-color: #fff;
	transform: translateY(0px) rotate(-45deg);
	-webkit-transform: translateY(0px) rotate(-45deg);
	-ms-transform: translateY(0px) rotate(-45deg);
}

.gh.selected a:after {
	background-color: #fff;
	transform: translateY(0px) rotate(45deg);
	-webkit-transform: translateY(0px) rotate(45deg);
	-ms-transform: translateY(0px) rotate(45deg);
}

.gh.selected a {
	background-color: transparent !important;
}

#fp-nav ul li a.active span {
	background: #ef8200;
	border: 1px solid #ef8200;
}

#fp-nav ul li a.active font {
	display: block;
}

#fp-nav ul li a span {
	width: 10px !important;
	height: 10px !important;
	border-radius: 50%;
	border: 1px solid #fff;
}

#fp-nav ul li a font {
	position: absolute;
	left: 20px;
	top: 0px;
	display: inline-block;
	width: 100px;
	margin-left: 5px;
	color: #ef8200;
	display: none;
	transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	-webkit-transition: all .3s linear 0s;
	-o-transition: all .3s linear 0s;
}

#fp-nav ul li a:hover font {
	display: block;
}

.fp-slidesNav ul li {
	position: relative;
}

.fp-slidesNav ul li a span {
	width: 10px !important;
	height: 10px !important;
	border-radius: 50%;
	background-color: #D8D09C;
	border: 1px solid #D8D09C !important;
}

.fp-slidesNav ul li a.active span {
	bordder: none !important;
	background-color: #D8D09C !important;
}

.fp-slidesNav ul li a:hover span:before {
	position: absolute;
	content: " ";
	left: -6px;
	top: -6px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #D8D09C;
	opacity: 1;
	transition: all .6s linear 0s;
	-moz-transition: all .6s linear 0s;
	-webkit-transition: all .6s linear 0s;
	-o-transition: all .6s linear 0s;
}

.fp-slidesNav ul li a.active span:before {
	position: absolute;
	content: " ";
	left: -6px;
	top: -6px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	border: 1px solid #D8D09C;
	transition: all .6s linear 0s;
	-moz-transition: all .6s linear 0s;
	-webkit-transition: all .6s linear 0s;
	-o-transition: all .6s linear 0s;
}

footer {
	width: 100%;
	/*height: 383px;*/
	height: 170px;
	max-height: 170px;
	background-color: #34373F;
	display: table;
	/*position: relative;*/
	position: absolute;
	bottom: 0;
}

.foter {
	height: 200px;
}

.foter .foot .fot-lft .top-fot {
	margin-top: 65px;
}

.foter  .fot-rit {
	margin-top: 32px;
}

.foot {
	width: 1176px;
	margin: 0 auto;
	display: table;
}

.foot .fot-lft {
	float: left;
	width: 838px;
}

.foot .fot-lft .top-fot {
	width: 100%;
	display: table;
	margin-top: 135px;
}

.foot .fot-lft .top-fot .flsm {
	float: left;
	width: 420px;
}

.foot .fot-lft .top-fot .flsm a {
	display: inline-block;
	font-size: 13px;
	color: #fff;
	margin-right: 8px;
	vertical-align: middle;
	font-weight: bold;
}

.foot .fot-lft .top-fot .flsm a:hover {
	color: #ef8200;
}

.foot .fot-lft .top-fot .flsm span {
	display: inline-block;
	height: 13px;
	border-right: 1px solid #fff;
	margin-right: 8px;
	vertical-align: middle;
}

.foot .fot-lft .top-fot .flsm font {
	display: inline-block;
	margin-left: 53px;
	color: #fff;
	font-size: 13px;
	/*font-weight: bold;*/
	vertical-align: middle;
}

.wb {
	float: left;
	margin-left: 62px;
	width: 142px;
	display: table;
}

.wb a {
	display: inline-block;
	width: 31px;
	height: 31px;
	margin-right: 16px;
	vertical-align: middle;
}

.wb .nn1 {
	background: url(/images/home/fot-4.png) no-repeat center center;
}

.wb .nn2 {
	background: url(/images/home/fot-2.png) no-repeat center center;
}

.wb .nn3 {
	background: url(/images/home/fot-3.png) no-repeat center center;
}

.wb .nn1:hover {
	background: url(/images/home/fot-1.png) no-repeat center center;
}

.wb .nn2:hover {
	background: url(/images/home/fot-5.png) no-repeat center center;
}

.wb .nn3:hover {
	background: url(/images/home/fot-6.png) no-repeat center center;
}

.tel {
	float: left;
	margin-left: 30px;
	margin-top: -8px;
}

.tel p img {
	vertical-align: middle;
}

.tel p span {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 24px;
	margin-left: 18px;
}

.mid-fot {
	width: 100%;
	height: 40px;
	margin-top: 5px;
 /*background:url(/images/home/xiu.png) no-repeat left center;*/
	/* background: url(/images/home/db-bg.png) no-repeat left center; */
}

.mid-fot span,
.mid-fot font,
.mid-fot small {
	display: inline-block;
	/* margin-left: 104px; */
	color: #B3B4B5;
	line-height: 40px;
	font-size: 12px !important;
}

.bot-fot {
	margin-top: 20px;
}

.bot-fot p {
	color: #B3B4B5;
	font-size: 12px;
}

.fot-rit {
	float: right;
	width: 85px;
	text-align: center;
	margin-top: 135px;
}

.fot-rit p font {
	font-size: 12px;
	color: #D2D3D3;
	display: inline-block;
	margin-top: 8px;
}

.moblie-nav {
	width: 100%;
	height: 100%;
	display: table;
	position: fixed;
	left: 0;
	top: 0%;
	background-color: #383B43;
	background-color: rgba(239,130,1,0.9);
	z-index: 12;
	display: none;
}

.mob-sub-nav {
	position: absolute;
	left: 50%;
	margin-left: -430px;
	top: 50%;
	margin-top: -176px;
	width: 860px;
	height: 352px;
}

.mob-sub-nav ul {
	width: 100%;
	display: table;
}

.mob-sub-nav ul li {
	width: 33%;
	float: left;
}

.mob-sub-nav ul li dl {
	margin-bottom: 30px;
	width: 100%;
	display: table;
}

.mob-sub-nav ul li dl dt {
	float: left;
	width: 24px;
	height: 24px;
}

.mob-sub-nav ul li dl dd {
	float: left;
	margin-top: 3px;
	margin-left: 15px;
	width: 180px;
}
.mob-sub-nav ul li dl dd h3 img{
	width: 21px;
	margin-right: 0.5em;
}

.mob-sub-nav ul li dl dd h3 a {
	font-size: 16px;
	color: #fff;
	vertical-align: middle;
}

.mob-sub-nav ul li dl dd h3 a:hover {
	color: #fff;
	text-decoration: underline;
}

.mob-sub-nav ul li.mob1 dl.bg1 dt {
	background: url(/images/home/r1.png) no-repeat center center;
}

.mob-sub-nav ul li.mob1 dl.bg2 dt {
	background: url(/images/home/r4.png) no-repeat center center;
}

.mob-sub-nav ul li.mob1 dl.bg3 dt {
	background: url(/images/home/r5.png) no-repeat center center;
}

.mob-sub-nav ul li.mob1 dl.bg4 dt {
	background: url(/images/home/r8.png) no-repeat center center;
}

.mob-sub-nav ul li.mob1 dl.bg5 dt {
	background: url(/images/home/r11.png) no-repeat center center;
}

.mob-sub-nav ul li.mob2 dl.bg1 dt {
	background: url(/images/home/r2.png) no-repeat center center;
}

.mob-sub-nav ul li.mob2 dl.bg2 dt {
	background: url(/images/home/r3.png) no-repeat center center;
}

.mob-sub-nav ul li.mob2 dl.bg3 dt {
	background: url(/images/home/r6.png) no-repeat center center;
}

.mob-sub-nav ul li.mob2 dl.bg4 dt {
	background: url(/images/home/r7.png) no-repeat center center;
}

.mob-sub-nav ul li.mob2 dl.bg5 dt {
	background: url(/images/home/r9.png) no-repeat center center;
}

.mob-sub-nav ul li.mob2 dl.bg6 dt {
	background: url(/images/home/r10.png) no-repeat center center;
}

.mob-sub-nav ul li.mob3 p {
	width: 100%;
	height: 40px;
	margin-bottom: 35px;
	background: url(/images/home/img1.png) no-repeat left center;
}

.mob-sub-nav ul li.mob3 p span {
	display: inline-block;
	margin-left: 60px;
	font-size: 28px;
	color: #fff;
}

.mob-sub-nav ul li.mob3 p.img2 {
	background: url(/images/home/img3.png) no-repeat left center;
}

.mob-sub-nav ul li.mob3 p.img2 a {
	margin-top: 7px;
	display: inline-block;
	margin-left: 60px;
	width: 100px;
	height: 24px;
	border: 1px solid #fff;
	border-radius: 20px;
	text-align: center;
	line-height: 22px;
	font-size: 12px;
	color: #fff;
}

.mob-sub-nav ul li.mob3 p.img3 {
	background: url(/images/home/img2.png) no-repeat left center;
}

.mob-sub-nav ul li.mob3 p.img3 font {
	display: inline-block;
	margin-top: 7px;
	margin-left: 60px;
	width: 164px;
	height: 24px;
	border-radius: 20px;
	text-align: center;
	line-height: 22px;
	color: #fff;
	font-size: 12px;
	border: 1px solid #fff;
}

.delu {
	width: 197px;
	height: 185px;
	background-color: #fff;
	position: fixed;
	right: 0;
	bottom: -145px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	overflow: hidden;
	z-index: 999;
}

.delu .dl-tit {
	width: 100%;
	height: 40px;
	background-color: #D76403;
	position: relative;
	display: table;
}

.delu .dl-tit h3 {
	font-size: 15px;
	color: #fff;
	float: left;
	margin-top: 12px;
	margin-left: 15px;
}

.delu .dl-tit .gjj {
	float: right;
	position: relative;
}

.delu .dl-tit .gjj font {
	cursor: pointer;
}

.delu .dl-tit .gjj .gj1 {
	position: absolute;
	right: 15px;
	top: 12px;
	display: none;
}

.delu .dl-tit .gjj .gj2 {
	position: absolute;
	right: 15px;
	top: 12px;	
}

.delu .sub-fulid {
	width: 100%;
	display: table;
	height: 94px;
	background-color: #E0DFDE;
}

.delu .sub-fulid p .txt,
.delu .sub-fulid p .pass {
	display: block;
	width: 145px;
	height: 25px;
	border: 1px solid #C2C2C2;
	margin: 15px auto 0;
	padding-left: 5px;
	color: #C3C3C3;
}

.delu  p .sumit {
	display: block;
	width: 76px;
	height: 25px;
	color: #fff;
	font-size: 15px;
	border: none;
	background-color: #ef8200;
	margin: 15px auto 0;
}

.delu  p .sumit:hover {
	background-color: #F28E3B;
}

.right-fdd{ width:70px; height:266px; position:fixed; right:0; top:40%; background-color:#34373F; background-color:rgba(52,55,63,0.7); border-top-left-radius:8px;  border-bottom-left-radius:8px;}
.right-fdd ul li{ width:255px; height:66px; border-bottom:1px solid #545760; border-bottom:1px solid rgba(84,87,96,0.6); }
.right-fdd ul li a{ display:block; width:90%; height:100%; margin:0% auto; font-size:14px; font-weight:bold;  padding-left:57px; line-height:64px; color:#EDEDED;}

.right-fdd ul li.nn1 a{ background:url(/images/home/mlr1.png) no-repeat 10px center;}
.right-fdd ul li.nn2 a{ background:url(/images/home/mlr2.png) no-repeat 10px center;}
.right-fdd ul li.nn3 a{ background:url(/images/home/mlr3.png) no-repeat 10px center;}
.right-fdd ul li.nn4 a{ background:url(/images/home/mlr4.png) no-repeat 10px center;}

.right-fdd li{
	height: 66px; width: 255px; border-radius:8px 0 0 8px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.right-fdd li img{
	display: block;
}
.right-fdd li:hover{
	margin-left: -184px; background: rgba(0,0,0,0.6); 
}

.right-fdd li:hover a{ padding-left:50px;}

/**首页专用*/
.right-fdd2{ width:70px; height:198px; position:fixed; right:0; top:40%; background-color:#34373F; background-color:rgba(52,55,63,0.7); border-top-left-radius:8px;  border-bottom-left-radius:8px;}
.right-fdd2 ul li{ width:255px; height:66px; border-bottom:1px solid #545760; border-bottom:1px solid rgba(84,87,96,0.6); }
.right-fdd2 ul li a{ display:block; width:90%; height:100%; margin:0% auto; font-size:14px; font-weight:bold;  padding-left:57px; line-height:64px; color:#EDEDED;}

.right-fdd2 ul li.nn1 a{ background:url(/images/home/mlr1.png) no-repeat 10px center;}
.right-fdd2 ul li.nn2 a{ background:url(/images/home/mlr2.png) no-repeat 10px center;}
.right-fdd2 ul li.nn3 a{ background:url(/images/home/mlr3.png) no-repeat 10px center;}
.right-fdd2 ul li.nn4 a{ background:url(/images/home/mlr3.png) no-repeat 10px center;}

.right-fdd2 li{
	height: 66px; width: 255px; border-radius:8px 0 0 8px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.right-fdd2 li img{
	display: block;
}
.right-fdd2 li:hover{
	margin-left: -184px; background: rgba(0,0,0,0.6); 
}

.right-fdd2 li:hover a{ padding-left:50px;}

.delu2 strong{ display:inline-block; margin-right:15px; cursor:pointer; font-weight:300;  color: #333;}
.delu2 strong.on{ font-weight:bold;  color: #fff;}


@media screen and ( max-width: 768px ){ 
	.right-fdd2,
	.right-fdd{ display: none;}
	.gh{ margin-top: 26px;}
	.gh a { margin-top: -10px;}
}

.top_img{margin-top: 70px;width: 100%;height: 200px;background:url({{asset("images/home/cp_bannner.jpg")}}) no-repeat top left;}
@media screen and ( max-width: 760px ){ 
	.top_img{margin-top: 50px;}
}









