* {
	padding: 0px;
        box-sizing: border-box;
	margin: 0px auto;}

body {
	font-family: "微软雅黑", "黑体", Microsoft YaHei, Cambria, Hoefler Text, Liberation Serif, Times, Times New Roman, serif;
        font-family: "", 微软雅黑;
	width: 100%;
	overflow-x: hidden;
	font-size: 14px;
	color: #333333;
	line-height: 160%;}

ul,
li {
	list-style: none;
	padding: 0px;
	margin: 0px;}

a,
a:hover {
	text-decoration: none;}

.clear {
	clear: both;}

.header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	padding: 0px;
	background: url(../images/top.png) no-repeat;
	/* background:url(../images/header-bg.jpg) repeat; */
	background-color: #8e0607;}

.header>.container {
	/* background: url("../images/header-bg2.png") no-repeat left; */
	background-size: auto 100%;}

.header .logo {
	/* background: url(../images/header-bg3.jpg) no-repeat right bottom; */
	background-size: auto 100%;
	padding-top: 50px;
	padding-bottom: 30px;}

/*logo*/
.header .top img {
	height: 96px;}

/*导航*/
.header .nav {
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	height: 56px;
	width: 100%;
	background: #950000;
	border-top: 1px solid #da9042;}

.header .navbar_nav>li {
	float: left;
	position: relative;
	display: block;
	line-height: 56px;}

.header .navbar_nav>li:hover:after {
	width: 100%;}

.header .navbar_nav>li>a {
	text-decoration: none;
	height: 100%;
	padding: 0 25px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #ffffe4;
	font-size: 20px;}

.header .navbar_nav>li:hover>a {
	color: #ffcb00;}

.header .navbar_nav>li.dropdown {
	display: inherit;
	position: relative;}

.header .navbar_nav>li.dropdown>.dropdown_menu {
	display: none;
	position: absolute;
	top: 53px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 180px;
	left: 50%;
	margin-left: -75px;
	border-top: 2px solid #950000;}

.dropdown2 {
	display: inherit;
	position: relative;}

.dropdown-menu2 {
	display: none;
	position: absolute;
	top: 0px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 150px;
	left: 100%;}

.header .navbar_nav>li.dropdown>.dropdown_menu>li>a,
.dropdown-menu2>li>a {
	display: block;
	width: 100%;
	font-size: 20px;
	color: #666;
	padding: 0px;
	line-height: 46px;
	text-align: center;
	background: #fff;}

.header .navbar_nav>li.dropdown:hover>.dropdown_menu,
.dropdown2:hover>.dropdown-menu2 {
	display: block;
	background: #950000;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;}

.header .navbar_nav>li.dropdown:hover>.dropdown_menu>li>a,
.dropdown-menu2>li>a {
	color: #666;}

.header .navbar_nav>li.dropdown:hover>.dropdown_menu>li>a:hover,
.dropdown-menu2>li>a:hover {
	background: #950000;
	width: 100%;
	display: block;
	color: #fff;}

/*白色背景的头部*/
#navToggle {
	display: none;}

.tj {
	width: 34px;
	text-align: center;
	color: #950000;
	float: left;
	border: 0px;
	line-height: 28px;
	background: #fff;
	border-left: 1px solid #e5e5e5;}

.f-search {
	color: #fff;
	font-size: 14px;
	float: right;
	margin-right: 5px;
	margin-top: 12px;
	padding: 0px 10px;}

.f-search input[type="text"] {
	width: 198px;
	height: 32px;
	float: left;
	border: 0;
	background: #fff;
	color: gray;
	padding-left: 10px;}

.f-search button {
	width: 42px;
	height: 32px;
	background: none;
	text-align: center;
	color: #950000;
	float: left;
	border: 0px;
	line-height: 28px;
	background: #fff;
	border-left: 1px solid #e5e5e5;}

.f-search i {
	font-size: 14px;}

.m_nav {
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167, 165, 165, 0.38);
	width: 100%;
	height: 100%;
	background: #fff;
	transition: all ease 0.5s;
	-webkit-transition: all ease 0.5s;
	z-index: 1000000000;
	opacity: 1;
	visibility: visible;
	margin-top: 0;
	overflow-y: auto;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;
	transform: translateX(100%);}

.m_nav.open {
	transform: translateX(0);}

.m_nav .top {
	height: 60px;
	padding: 20px;
	box-sizing: border-box;}

.m_nav .top .closed {
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float: right;
	cursor: pointer;}

.m_nav>.ul {
	margin-top: 30px;}

.m_nav>.ul>li {
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	opacity: 0;}

.m_nav.open>.ul>li {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);}

.m_nav>.ul>li:nth-child(1) {
	-webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;}

.m_nav>.ul>li:nth-child(2) {
	-webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;}

.m_nav>.ul>li:nth-child(3) {
	-webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;}

.m_nav>.ul>li:nth-child(4) {
	-webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;}

.m_nav>.ul>li:nth-child(5) {
	-webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;}

.m_nav>.ul>li:nth-child(6) {
	-webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;}

.m_nav>.ul>li:nth-child(7) {
	-webkit-transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.4s cubic-bezier(.77, 0, .175, 1) 0ms;}

.m_nav>.ul>li:nth-child(8) {
	-webkit-transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;
	transition: all 1.6s cubic-bezier(.77, 0, .175, 1) 0ms;}

.m_nav>.ul>li>a {
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 42px;
	line-height: 42px;
	width: 100%;}

.m_nav>.ul>li>.dropdown_menu,
.m_nav>.ul>li>.dropdown_menu>.dropdown2>.dropdown-menu2 {
	display: none;}

.m_nav>.ul>li.dropdown.active>.dropdown_menu,
.m_nav>.ul>li>.dropdown_menu>.dropdown2.active>.dropdown-menu2 {
	display: block;}

.m_nav>.ul>li>.dropdown_menu>li>a {
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
	color: #333;}

.m_nav>.ul>li>.dropdown_menu>li>a:last-child {
	border: none;}

/*banner*/

.js-silder {
	position: relative;
	min-width: 320px;
	width: 100%;}

.silder-scroll {
	width: 100%;
	overflow: hidden;}

.silder-main {
	position: relative;
	width: 100%;
	overflow: hidden;}

.silder-main-img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;}

.silder-main-img img {
	width: 100%;
	object-fit: cover;
	height: 491px;}

.js-silder-ctrl {
	width: 91.5%;
	text-align: right;
	float: left;}

.silder-ctrl-prev,
.silder-ctrl-next {
	position: absolute;
	top: 0;
	width: 8%;
	height: 100%;
	vertical-align: middle;
	cursor: pointer;
	color: #fff;
	font-family: SimSun;
	font-size: 52px;
	font-weight: 100;
	text-shadow: #666 2px 2px 5px;
	opacity: 0.5;}

.silder-ctrl-prev:hover,
.silder-ctrl-next:hover {
	opacity: 1;}

.silder-ctrl-prev {
	left: 10px;
	text-align: left;}

.silder-ctrl-next {
	right: 10px;
	text-align: right;}

.silder-ctrl-prev>span,
.silder-ctrl-next>span {
	position: absolute;
	top: 50%;
	margin-top: -10px;}

.silder-ctrl-prev>span {
	left: 0;}

.silder-ctrl-next>span {
	right: 0;}

.silder-ctrl-con {
	display: inline-block;
	padding: 10px 0;
	margin: 0 5px;
	cursor: pointer;
	position: relative;
	top: -50px;
	text-align: center;}

.silder-ctrl-con>span {
	display: block;
	line-height: 0;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
	border: 1px solid #fff;
	width: 10px;
	height: 10px;
	border-radius: 5px;}

.silder-ctrl-con.active>span {
	background-color: #fff;}

.banner-img-title {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 64px;
	line-height: 64px;
	background: rgba(150, 0, 11, 0.8);
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: justify;}

.banner-img-title a {
	color: #fff;
	font-size: 18px;}

.btns {
	padding-left: 0px;}

.btns li {
	line-height: 89px;}

.btns li a {
	font-size: 18px;
	color: #fff;
	padding-left: 80px;
	display: block;}

.btns li:nth-child(1) {
	background: #0294a3;
	line-height: 90px;}

.btns li:nth-child(1):hover {
	background: #0095e2;}

.btns li:nth-child(1) a {
	background: url(../images/btn01.png) no-repeat 20px 20px;}

.btns li:nth-child(2) {
	background: #5356a3;
	line-height: 90px;}

.btns li:nth-child(2):hover {
	background: #3e1976;}

.btns li:nth-child(2) a {
	background: url(../images/btn02.png) no-repeat 20px 25px;}

.btns li:nth-child(3) {
	background: #f6911b;}

.btns li:nth-child(3):hover {
	background: #f44102;}

.btns li:nth-child(3) a {
	background: url(../images/btn03.png) no-repeat 20px 20px;}

.btns li:nth-child(4) {
	background: #bd504d;}

.btns li:nth-child(4):hover {
	background: #be0000;}

.btns li:nth-child(4) a {
	background: url(../images/btn04.png) no-repeat 20px 20px;}

/*main*/
.main {
	width: 100%;
	position: relative;
	background: #f3efec;
	padding-bottom: 30px;}

.main2 {
	background: url(../images/mid-bg.png) no-repeat left bottom;
	width: 100%;
	padding-bottom: 30px;}

/*通知公告*/
.notice {
	width: 100%;
	margin-top: 30px;}

.news-title {
	width: 100%;
	text-align: center;}

.news-title div {
	width: 150px;
	height: 65px;
	line-height: 65px;
	font-size: 30px;
	color: #940000;
	font-weight: bold;
	text-align: center;
	background: url(../images/line.jpg) no-repeat bottom center;
	position: relative;}

.more {
	width: 100%;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;}

.more a {
	color: #940000;
	font-size: 14px;
	display: block;
	width: 120px;
	line-height: 42px;
	border: 1px solid #940000;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	font-size: 16px;}

.more a:hover {
	color: #ffffff;
	background-color: #940000
;}

.notice-list {
	width: 100%;
	background: #fff;
	margin-top: 30px;}

.notice-lm {
	text-align: center;
	width: 25%;
	float: left;
	color: #fff;
	line-height: 56px;
	text-align: center;
	background: url(../images/small-tip.png) #960001;}

.notice-con {
	width: 75%;
	float: right;
	padding-left: 15px;
	padding-right: 15px;
	background: #f7f7f7;
	color: #960001;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: justify;
	line-height: 56px;}

.notice-con a {
	color: #960001;
	font-weight: bold;}

/*工作动态*/
.news-item {
	width: 100%;
	background: #fff;
	padding: 15px;
	margin-top: 30px;
	box-shadow: 0 0 10px #a1a1a1;
	-webkit-box-shadow: 0 0 10px #a1a1a1;
	-o-box-shadow: 0 0 10px #a1a1a1;
	-moz-box-shadow: 0 0 10px #a1a1a1;
	background: url(../images/cloud.png) right 5% no-repeat #FFFFFF;}

.news-item-icon {
	width: 64px;
	height: 64px;
	border-radius: 64px;
	position: relative;
	left: 50%;
	margin-left: -32px;
	border-right: 1px solid #960001;
	text-align: center;
	line-height: 64px;}

.news-item-icon img {
	width: 50%;}

.news-item-title {
	font-size: 18px;
	width: 100%;
	text-align: center;
	line-height: 42px;
	color: #960001;
	font-weight: bold;
	background-size: 250px;
	height: 105px;
	line-height: 105px;
	    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
	max-width: 280px;
          max-width: 120px;
    height: 65px;
    line-height: 65px;}

.news-a-title {
	text-overflow: ellipsis;
	overflow: hidden;
	text-align: justify;
	line-height: 42px;}

.news-a-title a {
	color: #333;}

.news-date {
	text-align: right;
	line-height: 42px;
        line-height: 36px;}

.news-item .col-md-8 {
	padding-right: 0px;
	padding-left: 0px;}

.news-item .col-md-4 {
	padding-right: 0px;}

.news-more {
	width: 100%;
	text-align: center;
	margin-top: 35px;
	margin-bottom: 15px;
        margin-top: 20px}

.news-more a {
	color: #940000;
	font-size: 14px;
	display: block;
	width: 100px;
	line-height: 36px;
	border: 1px solid #940000;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-o-border-radius: 15px;
	font-size: 16px;}

.news-more a:hover {
	color: #ffffff;
	background-color: #940000
;}

/*专题关注*/
.ztgz {
	margin-top: 30px;}

.ztgz .col-md-12 {
	padding-left: 0px;
	padding-right: 0px;}

.zt {
	padding: 15px;
	width: 100%;
	text-align: center;}

.ztgz-con {
	margin-top: 15px;}

.zt {
	padding-top: 40px;}

.ztgz-con .zt a {
	font-size: 18px;
	color: #a32913;
	line-height: 24px;
	font-weight: bold;}

.zt01 {
	background: url(../images/ztgz01.jpg) no-repeat;
	background-size: 100%;}

.zt02 {
	background: url(../images/ztgz02.jpg) no-repeat;
	background-size: 100%;}

.zt03 {
	background: url(../images/ztgz03.jpg) no-repeat;
	background-size: 100%;}

.zt04 {
	background: url(../images/ztgz04.jpg) no-repeat;
	background-size: 100%;}

.zt05 {
	background: url(../images/ztgz05.jpg) no-repeat;
	background-size: 100%;}

/*活动集锦*/
.hdjj {
	margin-top: 30px;
	margin-bottom: 30px;}

.hdjj-title img {
	max-height: 72px;}

.picMarquee-left {
	width: 100%;
	overflow: hidden;
	position: relative;}

.picMarquee-left .bd ul {
	overflow: hidden;
	zoom: 1;}

.picMarquee-left .bd ul li {
	margin: 0 8px;
	float: left;
	_display: inline;
	overflow: hidden;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	margin-top: 25px;
	width: 20%;}

.picMarquee-left .bd ul li .pic {
	width: 100%;}

.picMarquee-left .bd ul li .pic img {
	width: 100%;
	display: block;}

.picMarquee-left .bd ul li .title {
	line-height: 24px;
	width: 100%;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-top: 10px;}

.picMarquee-left .bd ul li:hover {
	box-shadow: 0 0 10px #a1a1a1;
	-webkit-box-shadow: 0 0 10px #a1a1a1;
	-o-box-shadow: 0 0 10px #a1a1a1;
	-moz-box-shadow: 0 0 10px #a1a1a1;}

.hdjj-main .col-md-2 {
	width: 20%;}

/*footer*/
.footer {
	background: #a81c1d;
	padding-top: 10px;
	padding-bottom: 10px;}

.links,
.address {
	width: 100%;
	border-left: 1px solid #fff;
	padding-left: 15px;}

.links li {
	width: 100%;
	line-height: 36px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: justify;}

.links li a {
	color: #fff;}

.links select {
	background: none;
	border: 1px solid #fff;
	color: #fff;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: justify;}

.links option {
	background-color: #a81c1d;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: justify;}

.links option a {
	display: block;}

.footer-logo {
	text-align: center;}

.address li {
	color: #fff;
	line-height: 36px;}

.copyright {
	width: 100%;
	text-align: center;
	line-height: 36px;
	color: #fff;
	background: #8e0607;}

.mobile {
	display: none;}


@media(min-width:768px) {
	.ztgz-con .col-md-2 {
		width: 20%;}

	.ztgz-con .col-md-2 {
		padding-left: 8px;
		padding-right: 8px;}
}

@media(min-width:1440px) {

	.header>.container,
	.nav>.container,
	.main2>.container,
	.pc,
	.ztgz>.container,
	.hdjj>.container {
		/* width: 1300px; */
		width: 1600px;}

	.header .navbar_nav>li>a {
		text-decoration: none;
		height: 100%;
		padding: 0 35px;}

	.news-lm .col-md-8 {
		width: 76%;}

	.news-lm .col-md-4 {
		width: 24%;
		padding-left: 0px;}

	.btns li {
		line-height: 99px;}

	.btns li:nth-child(1),
	.btns li:nth-child(2) {
		line-height: 100px;}

	.notice-lm {
		width: 30%;}

	.notice-con {
		width: 70%;}

	.pc .col-md-2 {
		width: 20%;}

	.footer-logo {
		text-align: center;}

	.pc .col-md-2:nth-child(2) {
		width: 18%;}

	.pc .col-md-2:nth-child(3) {
		width: 22%;}

	.pc .col-md-2:nth-child(4) {
		width: 18%;}

	.pc .col-md-2:nth-child(5) {
		width: 22%;}

	.links select {
		width: 70%;}
}

@media screen and (min-width:1300px) and (max-width:1599px) {

        	.header>.container,
	.nav>.container,
	.main2>.container,
	.pc,
	.ztgz>.container,
	.hdjj>.container {
		width: 1300px;}
}

@media(max-width:1599px) {
	.ztgz-con .zt a {
		font-size: 16px;}

	.header .navbar_nav>li>a {
		padding-left: 20px;
		padding-right: 20px;}

}

@media(max-width:1439px) {

	.header>.container,
	.nav>.container,
	.main>.container,
	.footer>.container,
	.ztgz>.container,
	.hdjj>.container {
		width: 90%;}

	.header .top img {
		height: 72px;}

	.header .navbar_nav>li>a {
		padding-left: 20px;
		padding-right: 20px;}

	.header .navbar_nav>li.dropdown>.dropdown_menu {
		width: 160px;
		margin-left: -80px;}

	.pc .col-md-2 {
		width: 20%;}

	.footer-logo {
		text-align: center;}

	.pc .col-md-2:nth-child(2) {
		width: 18%;}

	.pc .col-md-2:nth-child(3) {
		width: 22%;}

	.pc .col-md-2:nth-child(4) {
		width: 18%;}

	.pc .col-md-2:nth-child(5) {
		width: 22%;}

	.picMarquee-left .bd ul li {
		width: 25%;}
}

@media(max-width:1365px) {
	.picmarquee-left .bd ul li {
		width: 25%;}
}

@media(max-width:1200px) {
	.header .navbar_nav>li>a {
		padding: 0px 15px;}

	.hdjj-title img,
	.ztgz-title img {
		max-height: 48px;}
}

@media(max-width:1140px) {
	.header .navbar_nav>li {
		padding-left: 15px;
		padding-right: 15px;}

	.header .navbar_nav li a {
		padding: 0px 10px;}
}

@media(max-width:1024px) {
	.header .navbar_nav>li {
		padding-left: 15px;
		padding-right: 15px;}

	.btns li {
		line-height: 74px;}

	btns li a {
		font-size: 16px;
		padding-left: 46px;}

	.btns li:nth-child(1) {
		background: #0294a3;
		line-height: 24px;
		height: 74px;}

	.btns li:nth-child(1) a {
		background: url(../images/btn01.png) no-repeat 10px 15px;
		background: auto 36px;
		height: 74px;
		padding-top: 15px;}

	.btns li:nth-child(2) {
		line-height: 73px;}

	.btns li:nth-child(2) a {
		background: url(../images/btn02.png) no-repeat 10px 15px;
		background: auto 36px;}

	.btns li:nth-child(3) a {
		background: url(../images/btn03.png) no-repeat 10px 15px;
		background: auto 36px;}

	.btns li:nth-child(4) {
		background: #bd504d;}

	.btns li:nth-child(4) a {
		background: url(../images/btn04.png) no-repeat 10px 15px;
		background: auto 36px;}

	.notice-lm {
		width: 30%;}

	.notice-con {
		width: 70%;}

	.news-lm .col-md-8 {
		width: 65%;
		padding-right: 0px;}

	.news-lm .col-md-4 {
		width: 35%;
		padding-left: 0px;}

	.zt {
		padding-top: 20px;}

	.ztgz-con .zt a {
		font-size: 12px;}
}

@media(max-width:993px) {
	.picmarquee-left .bd ul li {
		width: 33.3%;}

	.picMarquee-left,
	.picMarquee-left .bd,
	.picMarquee-left .bd ul {
		width: 100%;}

	.hdjj-main,
	.ztgz-main {
		padding: 0px;}

	.hdjj {
		margin-top: 30px;}
}

@media screen and (max-width: 992px) {
	.header {
		padding: 0px;}

	.header #navToggle {
		height: 100%;
		padding: 9px 15px;
		margin-bottom: 5px;
		margin-right: 5px;
		display: inline-block;
		float: right;}

	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;}

	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;}

	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #fff;}

	.header #navToggle span:before {
		top: 8px;}

	.header #navToggle span:after {
		bottom: 10px;}

	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);}

	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);}

	.header #navToggle.open span {
		background: none;}

	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;}

	.header .nav {
		display: none;}

	.header .top img {

		margin-top: 0px;}

	.f-search {
		float: left;}

	.header #navToggle {
		margin-top: -70px;}

	.silder-ctrl-prev>span,
	.silder-ctrl-next>span {
		margin-top: -10px;}

	.silder-ctrl-con {
		top: -30px;}

	.picMarquee-left .bd ul li {
		width: 33.3%;}

	.banner {
		width: 100%;
		padding-left: 0px;
                padding-right: 0px;
		margin-bottom: -30px;}

	.btns {
		margin-top: 0px;
		width: 100%;
		padding-right: 0px;}

	.btns li {
		width: 50%;
		float: left;}

	.btns li:nth-child(2) {
		line-height: 74px;}

	.btns li:nth-child(1) {
		background: #0294a3;
		line-height: 74px;
		height: 74px;}

	.btns li:nth-child(1) a {
		background: url(../images/btn01.png) no-repeat 10px 15px;
		background: auto 36px;
		padding-top: 0px;}

	.pc {
		display: none;}

	.mobile {
		display: block;}

	.picMarquee-left .bd ul li {
		width: 25%;}

	.banner-img-title {
		height: 48px;
		line-height: 48px;
		width: 75%;}

	.banner-img-title a {
		color: #fff;
		font-size: 16px;}
}

@media(max-width:768px) {}

@media (max-width:767px) {
	.picMarquee-left .bd ul li {
		width: 50%;}

	.silder-ctrl-prev,
	.silder-ctrl-next {
		display: none;}

	.f-search {
		margin-bottom: 8px;
		margin-top: 15px;}

	.header .top img {
		width: 65%;
		height: auto;}

	.btns li {
		width: 100%;}

	.header .logo {
                padding-top: 30px;
		background: none;}

	.mobile .links {
		margin-top: 30px;}

	.footer-logo img {
		max-height: 120px;
		margin-top: 40px;}

	.address {
		margin-top: 30px;}

	.zt {
		width: 65%;
		margin-left: 17.5%;}
}

@media(max-width:375px) {}

@media(max-width:320px) {
	.clearfix img {
		height: 32px;}

	.header #navToggle span {
		width: 20px;
		margin-top: 15px;}

	.header #navToggle span:before {
		top: 6px;}

	.header #navToggle span:after {
		bottom: 8px;}
}

/*返回顶部*/
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 40px;
	right: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	/* image replacement properties */
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: rgba(232, 98, 86, 0.9) url(../images/cd-top-arrow.svg) no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index: 999999999999;}

.cd-top.cd-is-visible {
	/* the button becomes visible */
	visibility: visible;
	opacity: 1;}

.cd-top.cd-fade-out {
	opacity: .5;}

.no-touch .cd-top:hover {
	background-color: #e86256;
	opacity: 1;}

@media only screen and (min-width: 768px) {
	.cd-top {
		right: 20px;
		bottom: 20px;}
}

@media only screen and (min-width: 1024px) {
	.cd-top {
		height: 60px;
		width: 60px;
		right: 30px;
		bottom: 30px;}
}