@charset "utf-8";
/* CSS Document */

* {
	padding: 0;
	margin: 0;
}
body {
	background-color: #F4F4F4;
}
a {
	text-decoration: none;
	color: rgba(0,0,0,1.00);
}
.header {
	width: 100%;
	min-width: 1250px;
	background-color: rgba(255,255,255,0.7);
	position: relative;
	z-index: 5;
	margin-top: -450px;
}
.header .nav {
	width: 1300px;
	height: 100px;
	margin: auto;
	position: relative;
}
.header .nav .logo {
	width: 430px;
	font-family: "微软雅黑";
	font-style: normal;
	font-weight: 400;
	margin-left: 15px;
	padding-top: 8px;
}
.nav .logo img {
	float: left;
	margin-right: 20px;
	padding-top: 7px;
}
.nav .logo h2 {
	padding-top: 18px;
}
.nav .logo p {
	font-family: "微软雅黑";
	font-size: 10px;
	margin-top: -18px;
}
.search {
	margin-top: -50px;
	width: auto;
	float: right;
}
.searchBox {
	border-radius: 3px;
	border: 1px solid #F74144;
}
.mMenu {
	display: none;
}
.menu {
	float: right;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #272727;
	margin-top: -25px;
	height: 30px;
}
.menu a {
	color: #272727;
	display: block;
}
.menu>li {
	width: 100px;
	height: 30px;
	float: left;
	list-style: none;
	text-align: center;
	line-height: 30px;
	position: relative;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
.menu li ul {
	position: relative;
	overflow: hidden;
}
.menu li ul li {
	list-style: none;
	line-height: 50px;
	font-size: 15px;
	height: 0;
	visibility: hidden;
	opacity: 0;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	background: #ffffff;
}
.menu li ul li:first-child {
	border-top: 1px solid #C82C2E;
}
.menu li ul li:nth-last-of-type(1) {
	border-bottom-right-radius: 24px;
	-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	-ms-box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
.menu>li:hover {
	background: #FFFFFF;
	font-size: 18px;
}
.menu li ul li:hover {
	background: #cccccc;
	overflow: hidden;
}
.menu li:hover ul li {
	height: 50px;
	visibility: visible;
	opacity: 1;
}
.menu li:hover .triangle-topleft {
	display: block;
}
.triangle-topleft {
	position: absolute;
	top: 2px;
	left: 2px;
	width: 0;
	height: 0;
	border-top: 10px solid #BD2A2D;
	border-right: 10px solid transparent;
	display: none;
}
.triangle-bottomright {
	position: absolute;
	bottom: 2px;
	right: 2px;
	width: 0;
	height: 0;
	border-top: 10px solid #BD2A2D;
	border-right: 10px solid transparent;
}
.flexslider {
	margin: auto;
	width: 100%;
	min-width: 1250px;
	height: 450px;
	overflow: hidden;
	zoom: 1;
	z-index: 1;
}
.bannerNews {
	width: 560px;
	height: 175px;
	position: absolute;
	top: 180px;
	background-color: rgba(0,0,0,0.20);
	left: 30px;
	cursor: all-scroll;
}
.bannerNews .swiper-slide h3 a {
	width: 95%;
	font-family: "微软雅黑";
	font-size: 24px;
	display: block;
	color: #FFFFFF;
	font-weight: 100;
	margin: 5px auto;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.bannerNews .swiper-slide p {
	width: 85%;
	height: 67px;
	margin: 20px auto;
	font-size: 15px;
	color: #FFFFFF;
	text-indent: 2em;
	text-overflow: ellipsis;
	overflow: hidden;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.secondMenuBg {
	width: 100%;
	min-width: 1250px;
	background-image: -webkit-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(203,203,203,1.00) 50.26%, rgba(255,255,255,1.00) 100%);
	background-image: -moz-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(203,203,203,1.00) 50.26%, rgba(255,255,255,1.00) 100%);
	background-image: -o-linear-gradient(270deg, rgba(255,255,255,1.00) 0%, rgba(203,203,203,1.00) 50.26%, rgba(255,255,255,1.00) 100%);
	background-image: linear-gradient(180deg, rgba(255,255,255,1.00) 0%, rgba(203,203,203,1.00) 50.26%, rgba(255,255,255,1.00) 100%);
	height: 50px;
	margin-top: 350px;
	-webkit-box-shadow: 0px 1px 5px;
	box-shadow: 0px 1px 5px;
	z-index: 2;
}
.secondMenu {
	width: 1200px;
	margin: auto;
}
.secondMenu a {
	display: block;
}
.secondMenu img {
	position: absolute;
	top: 20%;
	left: 20%;
}
.secondMenu>ul>li {
	list-style: none;
	font-family: "微软雅黑";
	width: 237.6px;
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: center;
	position: relative;
	border-left: 2px solid #BDBDBD;
	border-right: 2px solid #BDBDBD;
}
.secondMenu>ul>li:first-child {
	border-right-width: 0;
	border-left: 2px solid #BDBDBD;
}
.secondMenu>ul>li:last-child {
	border-right: 2px solid #BDBDBD;
	border-left-width: 0;
}
.secondMenu>ul>li:nth-child(3) {
	border-width: 0;
}
.secondMenu ul li ul {
	background-image: url(/templets/default/img/secondMenu.png);
	width: 202px;
	height: 254px;
	position: absolute;
	top: -255px;
	left: 18px;
	padding-top: 10px;
	padding-left: 40px;
	background-repeat: no-repeat;
	opacity: 0;
	visibility: hidden;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	overflow: hidden;
	z-index: 10;
}
.secondMenu ul li:hover ul {
	opacity: 1;
	visibility: visible;
}
.secondMenu ul li ul li {
	width: 100%;
	height: 30px;
	font-size: 15px;
	text-align: left;
	line-height: 30px;
	list-style: disc;
	text-indent: 0px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
	float: none;
}
.secondMenu ul li ul li:hover {
	text-indent: 20px;
}
.flinkBg {
	width: 100%;
        min-width:1250px;
	height: 45px;
	background: #00a4d5;
	-webkit-box-shadow: 0px 2px 2px rgba(63,63,63,0.58);
	box-shadow: 0px 2px 2px rgba(63,63,63,0.58);
	clear: both;
}
.flink {
	width: 1180px;
	margin: auto;
	padding-left: 20px;
	line-height: 45px;
	color: #ffffff;
}
.flink a {
	line-height: 45px;
	margin-left: 10px;
	font-size: 14px;
	color: #ffffff;
}
.flink a:hover {
	text-decoration: underline;
}
.footer {
	width: 1200px;
	height: 200px;
	padding-top: 26px;
	background-image: url(/templets/default/img/footer.png);
	margin-top: 3px;
	margin-left: auto;
	margin-right: auto;
	font-family: "微软雅黑";
}
.footer .about {
	width: 770px;
	margin-left: 30px;
	float: left;
}
.footer .about h3 {
	font-weight: 200;
	line-height: 40px;
	border-bottom: 1px dashed rgba(132,132,132,1.00);
	display: block;
}
.footer .about p {
	margin-top: 5px;
	font-size: 14px;
	text-indent: 2em;
}
.footer .weixin {
	margin-top: 20px;
	margin-right: 60px;
	float: right;
	font-size: 14px;
}
.footer .copyright {
	float: right;
	font-size: 14px;
	margin-right: 60px;
	margin-top: 20px;
	clear: both;
}

@media screen and (max-width:480px) {
.header {
	width: 100%;
	min-width: 0;
	margin-top: -300px;
}
.header .nav {
	width: 100%;
	position: relative;
	height: 90px;
}
.header .nav .logo {
	width: auto;
	font-family: "微软雅黑";
	margin: 0;
	padding-top: 0px;
}
.nav .logo img {
	padding: 10px;
	padding-right: 0px;
}
.nav .logo h2 {
	font-size: 1.3em;
	line-height: 50px;
}
.nav .logo p {
	display: none;
}
.search {
	display: none;
}
.menu {
	display: none;
}
.mMenu {
	width: 50%;
	background: #FFFFFF;
	position:absolute;
	z-index: 10;
	top: 90px;
	right:0px;
}
.mMenu a {
	font-family: "微软雅黑";
	font-size: 16px;
	line-height: 35px;
	display: block;
	text-align: center;
}
#mMenuIcon {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	z-index: 100;
	right: 0px;
	bottom: 0px;
	background-image: -webkit-repeating-linear-gradient(270deg, rgba(255,255,255,0.00) 12%, rgba(134,134,134,1.00) 32%, rgba(231,231,231,0.00) 12%, rgba(255,255,255,.00) 44%);
	background-image: -moz-repeating-linear-gradient(270deg, rgba(255,255,255,0.00) 12%, rgba(134,134,134,1.00) 32%, rgba(231,231,231,0.00) 12%, rgba(255,255,255,0.00) 44%);
	background-image: -o-repeating-linear-gradient(270deg, rgba(255,255,255,0.00) 12%, rgba(134,134,134,1.00) 32%, rgba(231,231,231,0.00) 12%, rgba(255,255,255,0.00) 44%);
	background-image: repeating-linear-gradient(180deg, rgba(127,127,127,1.00) 15%, rgba(127,127,127,1.00) 29%, rgba(134,134,134,0.00) 12%, rgba(255,255,255,0.00) 44%);
	cursor: pointer;
}
.flexslider {
	margin: 0;
	width: 100%;
	min-width: 0;
	height: 300px;
	overflow: hidden;
	zoom: 1;
	z-index: 1;
}
.bannerNews {
	width: 100%;
	height: 190px;
	padding-top: 20px;
	padding-buttom: 15px;
	position: absolute;
	top: 90px;
	left: 0px;
	overflow: hidden;
}
.bannerNews .swiper-slide h3 a {
	width: 100%;
	font-size: 16px;
	margin: 5px auto;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.bannerNews .swiper-slide p {
	width: 80%;
	height: 67px;
	font-size: 12px;
	color: #FFFFFF;
	text-indent: 2em;
	text-overflow: ellipsis;
	overflow: hidden;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.bannerNews .swiper-button-prev {
	display: none;
}
.bannerNews .swiper-button-next {
	display: none;
}
.secondMenuBg {
	display: none;
}
.flinkBg {
	display: none;
}
.footer {
	width: 100%;
	height: auto;
	padding-top: 0px;
	background-image: url(/templets/default/img/footer.png);
	margin-top: -150px;
	font-family: "微软雅黑";
	overflow: hidden;
}
.footer .about {
	width: 100%;
	margin-left: 0px;
	float: left;
}
.footer .about h3 {
	font-weight: 200;
	line-height: 40px;
	border-bottom: 1px dashed rgba(132,132,132,1.00);
	display: block;
	text-align:center;
}
.footer .about p {
	margin-top: 5px;
	font-size: 14px;
	text-indent: 2em;
}
.footer .weixin {
	width: 50%;
	display: block;
	font-size: 14px;
	margin-top: 25px;
}
.footer .copyright {
	float: right;
	font-size: 14px;
	margin: 20px auto;
	clear: both;
	padding: 20px;
}
}
<!--0.00054717063903809-->