@charset "utf-8";
* {
	font-family: "微软雅黑", "宋体", "黑体";
	margin: 0px;
	padding: 0px;
	border: none;
    color: #333;
	font-size: 1em;
	list-style: none;
	list-style-type: none;
	text-decoration: none;
	box-sizing: border-box;
}
/*body {background-color: #fafafa;}*/
.cl {clear: both;}

/* ---- header ---- */
header {width: 100%;height: auto;position: relative;}

.top {width: 100%;height: 2em;margin: 0 auto;background-color: #f1f1f1;border-bottom: 1px solid #b2b2b2;}
.welcome {float: left;font-size: 14px;line-height: 2em;color: #908e8e;}
.return {float: right;font-size: 14px;line-height: 2em;color: #908e8e;}
.return a {margin: 0 0.5em;color: #908e8e;}
.top-body {width: 75em;margin: 0 auto;}

.head {width: 100%;margin: 0 auto;background-color: #ffffff;}
.head-body {width: 75em;margin: 0 auto;}
.head-body img {display:block;width: 100%;}

.nav {width: 100%; background-color: #3f94fa;/*position: absolute;top: 117px;*/z-index: 101;}
.nav-body {width: 75em;margin: 0 auto;}
.nav-body ul.nav-parent {padding: 0 5%;}
.nav-body ul.nav-parent li {float: left;width: 12.5%;text-align: center;line-height: 3.25em;position: relative;/*border-right: 1px solid #e2e3eb;*/}
.nav-body ul.nav-parent li:nth-of-type(1) {/*border-left: 1px solid #e2e3eb;*/}
/*.nav-body ul.nav-parent li:hover{background-color: #00aaff;border-top: 2px solid #ff6d00;top: -2px;}*/
/*.nav-body ul.nav-parent li.cur{background-color: #00aaff;border-top: 2px solid #ff6d00;top: -2px;}*/
.nav-body ul.nav-parent li a {display: block;color: white;}

.nav-body ul.nav-parent li ul.nav-child {background-color: rgba(63,148,250,0.5);position: absolute;width: 100%;z-index: 111;}
.nav-body ul.nav-parent li ul.nav-child li {float: none;padding: 0 10%;width: 100%;display: none;border: none;}
.nav-body ul.nav-parent li ul.nav-child li a {border-bottom: 1px solid white;}
.nav-body ul.nav-parent li ul.nav-child li:nth-last-child(1) a {border:none;}

/* ---- banner ---- */
.fullSlide{width:100%;position:relative;height:711px;background:#000;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;background-color: white;}
.fullSlide .bd li{width:100% !important;height:711px;overflow:hidden;text-align:center;background: center 0 no-repeat;}
.fullSlide .bd li a{display:block;height:711px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:30px;line-height:30px;}
.fullSlide .hd ul{text-align:center;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:42px;height:11px;margin:1px;overflow:hidden;background:#000;filter:alpha(opacity=50);opacity:0.5;line-height:999px;}
.fullSlide .hd ul .on{background:#f00;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:50%;margin-top:-30px;left:15%;z-index:1;width:40px;height:60px;background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:15%;background-position:-6px -137px;}

footer {background-color: #444444;}
.foot {background-color: #333333;}
.foot-body {width: 75em;margin: 0 auto; padding-top: 2em;padding-bottom: 2em;}
.foot-body a, .foot-body span, .foot-body p {color: white;line-height: 2em;}
.foot-body h3 {font-size: 1.25em;color: #0065c3;font-weight: normal;line-height: 2em;}
.foot-left {width: 25%;float: left;padding: 0 3em;}
.foot-left li {float: left;width: 50%;}

.foot-center {width: 50%;float: left;padding: 0 3em;}
.foot-center h1 {font-size: 1.25em;line-height: 2em;color: white;}
.foot-center p {line-height: 1.8em;}

.foot-right {width: 25%;float: left;}
.foot-right li img {display: block;margin: 2em auto;}

@media screen and (max-width: 1200px) {
	header {width: 75em;}
	.fullSlide {width: 75em;}
	.service {width: 75em;}
	.about {width: 75em;}
	footer {width: 75em;}
}