@charset "utf-8";
/* CSS Document akakaz */
* {
	margin: 0;
	padding: 0;
}

.clear {
	clear: both;
}

div,strong,a,span,li {
	font-size: 12px;
}

img {
	border: none;
}

ul, li, ol {
	list-style: none;
}
i,em {font-style:normal;}
/* CSS Document */
/* 样式重置
-----------------------------------------------------------------------------------------------------*/
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ul {
	list-style: none;
}
/* 清除浮动
----------------------------------------------------------------------------------------------------*/
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* 兼容清除浮动和错位 */
a {
	text-decoration: none;
	color: #333;
}

a:hover {
	color: #ec3b02;
}

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}
* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}
/* 主体宽度设置
----------------------------------------------------------------------------------------------------*/
body {
	background: #fff;
	min-width: 1200px;
}

.box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}
.flex-between {
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-moz-justify-content:space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
}
.flex-around {
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-around;
	-moz-justify-content:space-around;
	-ms-justify-content: space-around;
	-o-justify-content: space-around;
	justify-content: space-around;
}
.flex-center {
	display: -webkit-flex; 
	display: -moz-flex; 
	display: -ms-flex;
	display: -o-flex; 
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-webkit-justify-content: space-center;
	-moz-justify-content:space-center;
	-ms-justify-content: space-center;
	-o-justify-content: space-center;
	justify-content: space-center;
}
.flex-wrap {
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	-o-flex-wrap:wrap;
	flex-wrap:wrap;
}
.ll {
	float: left;
}
.rr {
	float: right;
}
.scale {
	transition: 1s;
	transform:scale(1.2,1.2); 
	-ms-transform:scale(1.2,1.2);  	/* IE 9 */
	-moz-transform:scale(1.2,1.2); 	/* Firefox */
	-webkit-transform:scale(1.2,1.2);  /* Safari å’Œ Chrome */
	-o-transform:scale(1.2,1.2); 
}
.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space:nowrap;
}

/*公共头部样式*/
.headtop {
	width: 100%;
	max-width: 1920px;
	height: 35px;
	margin: 0 auto;
	overflow: hidden;
	background: #f3f3f5;
}
.headtop span {
	color: #868687;
	font-size: 14px;
	line-height: 35px;
}
.headtop span strong {
	color: #26b2b9;
	font-size: 17px;
	line-height: 35px;
	display: inline-block;
}
.headtop span.rr {
	width: 149px;
	height: 35px;
	padding:0;
}
.headtop span a {
	display: inline-block;
	width: 70px;
	color: #868687;
	font-size: 14px;
	line-height: 35px;
	text-align: center;
}
.headtop span a:hover {
	color: #26b2b9;
}
.head {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	padding:0;
	height: 110px;
	background: url(../images/headbg.jpg) no-repeat center;
}
.logo {width: 380px;height: 110px;padding: 0;overflow: hidden;}
.logo a {
	display: block;
	height: 110px;
}
.logo a h1 {
	height: 110px;
	line-height: 110px;
	display: table-cell;
	vertical-align: middle;
}
.logo a h1 img {
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}
.nav {
	width: 820px;
	height: 40px;
	margin-top:35px;
}
.nav ul {
	padding: 0;
	height: 40px;
}
.nav li.navli {
    width: 117px;
    line-height: 40px;
    text-align: center;
    float: left;
    position: relative;
}
.nav li.navli:after {
	content: "";
	width: 11px;
	height: 40px;
	background: url(../images/navline.png) no-repeat center;
	position: absolute;
	right: 0;
	top:0;
	z-index: 1;
}
.nav li.navli:last-child:after {
	background: none;
}
.nav .navli a {display: block;}
.nav .navli p {
	color: #000;
	font-size: 16px;
	line-height: 40px;
}
.nav .navli .child{
	display: none;
	width: 100%;
	position: absolute;
	top:40px;
	left:0%;
	z-index: 3;
	transition: all .3s ease;
	padding: 2px 0 0;
}
.nav li .child li {
	padding: 0;
	background: #26b2b9;
	line-height: 40px;
	border-radius: 10px;
	border-bottom: 2px solid #dadada;
}
.nav li .child li a {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 36px;
}
.nav .navli:hover {background: #26b2b9;border-radius: 15px 0 15px 0;transition: all 0.3s;}
.nav .navli:hover:after {background: none;}
.nav .navli:hover p {color: #fff;}
.nav .navli:hover .child {display: block;}
.nav .child li:hover a {
	background: #e48e01;
	color: #fff;
	border-radius: 10px;
}

/*banner*/
.flexslider { margin: 0px auto; position: relative; width: 100%; height: 650px; overflow: hidden; zoom: 1; }
.flexslider .slides li { width: 100%; height: 100%; }
.flex-direction-nav a { width: 70px; height: 70px; line-height: 99em; overflow: hidden; margin: -35px 0 0; display: block; background: url(../images/ad_ctr.png) no-repeat; position: absolute; top: 50%; z-index: 10; cursor: pointer; opacity: 0; filter: alpha(opacity=0); -webkit-transition: all .3s ease; border-radius: 0px; }
.flex-direction-nav .flex-next { background-position: 0 -70px; right: 0; }
.flex-direction-nav .flex-prev { left: 0; }
.flexslider:hover .flex-next { opacity: 0.8; filter: alpha(opacity=25); }
.flexslider:hover .flex-prev { opacity: 0.8; filter: alpha(opacity=25); }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; filter: alpha(opacity=50); }
.flex-control-nav { width: 100%; position: absolute; bottom: 10px; text-align: center; }
.flex-control-nav li { margin: 0 2px; display: inline-block; zoom: 1;  *display: inline;
}
.flex-control-paging li a { background: url(../images/dot.png) no-repeat 0 -16px; display: block; height: 16px; overflow: hidden; text-indent: -99em; width: 16px; cursor: pointer; }
.flex-control-paging li a.flex-active, .flex-control-paging li.active a { background-position: 0 0; }
.flexslider .slides a img { width: 100%; height:650px; display: block; }

/*公共栏目样式*/
.sidebar {
	padding:0;
	width: 258px;
	overflow: hidden;
}
.sidebar .sideT {
	padding: 0;
	overflow: hidden;
	text-align: center;
	color: #f9b73a;
	font-size: 24px;
	line-height: 84px;
	background: #2c2c2c;
	font-weight: bold;
	border-radius: 20px 0 0 0;
}
.sidebar .sideT strong {
	color: #fff;
	font-size: 24px;
	line-height: 84px;
}
.sidetit {
	background: url(../images/sidetitbg.png) no-repeat 25px center #f4f3f3;
	overflow: hidden;
	color: #161616;
	font-size: 16px;
	line-height: 60px;
	font-weight: bold;
	padding-left: 57px;
}
.sidebar .snav {
	padding:0 7px 7px;
	overflow: hidden;
	border:1px solid #e9e9e9;
}
.sidebar .l-ul {
}
.sidebar .l-ul li {
	line-height: 50px;
	padding-left: 20px;
	border-bottom: 1px solid #e9e9e9;
}
.sidebar .l-ul li a{
	font-size: 14px;
	color: #3d3d3d;
	display: block;
}
.sidebar .l-ul li:hover{
	background: #f9b73a;
	color: #000;
}
.sidebar .l-ul li:hover a {
	color: #000;
}
.sidebar .sidemore a {
	line-height: 55px;
	padding-left: 20px;
	font-size: 14px;
	color: #e7a414;
	display: block;
	font-weight: bold;
	transition: all 0.3s;
}
.sidebar .sidemore a:hover {
	padding-left: 25px;
}
.sidebar .sidelx{
	background: #f9b73a;
	padding:25px 0;
	overflow: hidden;
	text-align: center;
}
.sidebar .sidelx img {
	max-width: 100%;
	margin:0 auto;
}
.sidebar .sidelx p {
	color: #000;
	font-size: 16px;
	line-height: 30px;
}
.sidebar .sidelx h4 {
    color: #000;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}

/*友情链接*/
.links {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	padding: 10px 0;
	overflow: hidden;
	border-top: 1px solid #eaeaea;
}
.links a {
	display: inline-block;
	color: #ababab;
	font-size: 14px;
	line-height: 30px;
	padding: 0 10px;
}
.links a.linkt {
	color: #21b6b5;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.links a:hover {
	color: #21b6b5;  
}

/*底部公用样式*/
.footer {
	width: 100%;
	max-width: 1920px;
	margin:0 auto;
	background: #333;
	padding:0;
	overflow: hidden;
} 
.footer .fnav {
	padding: 0;
	overflow: hidden;
}
.footer .fnav .flogo {
	width: 151px;
	height: 166px;
	padding: 0;
	overflow: hidden;
}
.footer .fnav .flogo img {
	max-width: 100%;
	height: auto;
}
.footer .fnav .fnavlist {
	width: 990px;
	padding: 50px 0 25px;
	overflow: hidden;
	border-bottom: 1px solid #525252;
}
.footer .fnav .fnavlist .fnavl {
	width: 160px;
	margin-right: 50px;
	padding: 0;
	overflow: hidden;
}
.footer .fnav .fnavlist .fnavl h6 {
	color: #ececec;
	font-size: 26px;
	line-height: 38px;
	font-weight: normal;
	background: url(../images/fnavbg.png) no-repeat right center;
}
.footer .fnav .fnavlist .fnavl p {
	color: #717171;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
}
.footer .fnav .fnavlist .fnavr {
	width: 780px;
	padding: 0;
	overflow: hidden;
}
.footer .fnav .fnavlist .fnavr li {
    width: 105px;
    line-height: 40px;
    text-align: center;
    float: left;
    position: relative;
    margin-right: 6px;
}
.footer .fnav .fnavlist .fnavr li:after {
	content: "";
	width: 2px;
	height: 20px;
	background:#4e4e4e;
	transform: rotate(25deg);
	position: absolute;
	right: 0;
	top:50%;
	margin-top: -10px;
	z-index: 1;
}
.footer .fnav .fnavlist .fnavr li:last-child:after {
	background: none;
}
.footer .fnav .fnavlist .fnavr li a {display: block;}
.footer .fnav .fnavlist .fnavr li p {
	color: #adadad;
	font-size: 16px;
	line-height: 40px;
}
.footer .fnav .fnavlist .fnavr li:hover {background: #26b2b9;border-radius: 15px 0 15px 0;transition: all 0.3s;}
.footer .fnav .fnavlist .fnavr li:hover:after {background: none;}
.footer .fnav .fnavlist .fnavr li:hover p {color: #fff;}
.footer .fnav .fnavlist .fnavr .child li:hover a {
	background: #e48e01;
	color: #fff;
	border-radius: 10px;
}
.footer .foot1f {
	padding: 50px 0;
	overflow: hidden;
}
.footer .foot1f .fcontact {
	width: 380px;
	padding: 0;
	overflow: hidden;
}
.footer .foot1f .fcontact p {
	color: #999;
	font-size: 15px;
	line-height: 35px;
}
.footer .foot1f .fewm {
	width: 130px;
	padding: 0;
	overflow: hidden;
}
.footer .foot1f .fewm img {
	max-width: 100%;
	height: auto;
}
.footer .foot1f .fewm span {
	display: block;
	color: #999;
	font-size: 15px;
	line-height: 35px;
	text-align: center;
}
.footer .copyright{
	padding: 5px 0;
	overflow: hidden;
	text-align: center;
	border-top:1px solid #3f3f3f;
}
.footer .copyright,.footer .copyright p,.footer .copyright span,.footer .copyright a {
	color: #717171;
	font-size: 15px;
	line-height: 30px;
}

/*流程图*/
.liucheng {
	padding:13px 18px 0;
	overflow: hidden;
	width: 1200px;
	height: 267px;
	margin:0 auto;
	position: relative;
}
.liucheng:after {
	content: "";
	width: 1200px;
	height: 216px;
	background: rgba(38,178,185,.2);
	position: absolute;
	border-radius: 45px 0 0;
	top:0;
	left: 0;
}
.liucheng .lcitem {
	position: relative;
	z-index: 1;
	padding: 0;
	height: 267px;
	overflow: hidden;
	background: url(../images/lcbg.png) no-repeat bottom center;
}
.liucheng .lcitem li {
	width: 184px;
	height: 141px;
	margin:0 8px;
	padding: 102px 0 0;
	float: left;
	text-align: center;
	background: url(../images/lcbgitem.png) no-repeat top center;
	cursor: pointer;
	transition: all 0.3s;
}
.liucheng .lcitem li h5 {
	color: #24b1b8;
	font-size: 22px;
	line-height: 40px;
}
.liucheng .lcitem li p {
	color: #8e8e8e;
	font-size: 16px;
	line-height: 30px;
}
.liucheng .lcitem li:hover {
	background: url(../images/lcbgitema.png) no-repeat top center;
	padding: 75px 0 27px;
}
.liucheng .lcitem li:hover h5,.liucheng .lcitem li:hover p {
	color: #fff;
}
