@charset "UTF-8";
@font-face {
	font-family: "HELVETICANEUEBOLDCOND";
	src: url("../fonts/HELVETICANEUEBOLDCOND.ttf") format("truetype"), url("../fonts/HELVETICANEUEBOLDCOND.eot") format("embedded-opentype"), url("../fonts/HELVETICANEUEBOLDCOND.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "SWISS";
	src: url("../fonts/SWISS.ttf") format("truetype"), url("../fonts/SWISS.eot") format("embedded-opentype"), url("../fonts/SWISS.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}


/********************header*****************/

#header {
	background: #fff url(../images/topbg.jpg) repeat-x left top;
	color: #fff;
}

#header .container_header {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 999;
}

#header .container_header .head-top {
	margin: 0 auto;
	max-width: 1120px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-content: center;
	padding: 11px 0 17px 0;
	align-items: center;
}

#header .container_header form {
	width: 220px;
	height: 34px;
	border: #c3c3c3 solid 1px;
	background: #fff;
	border-radius: 40px;
	margin-top: 5px;
	float: right;
}

#header .container_header form input {
	border: none;
	margin-left: 20px;
	margin-right: 18px;
	color: #666;
	font-size: 13px;
	text-transform: uppercase;
	height: 28px;
	line-height: 28px;
	width: 64%;
	margin-top: 2px;
}

#header .container_header form i {
	color: #b0b0b0;
	cursor: pointer;
	font-size: 22px;
	font-weight: bold;
	position: relative;
	top: 2px;
}

#header .container_header form i:hover {
	color: #af251b;
}
.head-top .head-right{
	float: right;
	margin-right: 30px;
}
.head-right-pic{
	text-align: center;
	padding-top: 10px;
}

.global-nav-container {
	width: 100%;
	clear: both;
	background: #af251b;
	color: #fff;
}

.global-nav-container nav {}

.global-nav {
	line-height: 45px;
	color: #666;
	display: block;
}

.global-nav ul {
	 opacity: 1;
}

.nav_list {
	text-align: center;
	font-weight: bold;
}

.nav_list a {
	color: inherit;
	display: block;
	position: relative;
	color: #fff;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.nav_list>li {
	display: inline-block;
	font-size: 18px;
	vertical-align: top;
	margin: 0;
}

.nav_list>li a {
	padding: 0 23px
}

.nav_list a:hover {
	background: #7b0002;
	color: #ffff;
}
.nav_list a.cur{
	background: #7b0002;
	color: #ffff;
}

.burger_menu {
	display: none;
}

.fixedbg {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.fixedbg .container_header .head-top {
	padding: 5px 0!important;
	height: 60px!important;
	display: none;
}

.fixedbg .container_header .head-top .header_logo img {
	height: 50px;
}

.fixedAbt {
	position: fixed;
	top:124px;
	z-index: 9999;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

/******************banner***************************/


/**************************首页main**********************/

.main {
	margin: 20px auto;
}

.main-left {
	width: 100%;
	float: left;
}

.main-left .person {
	background: #f7f9fb;
	margin-bottom: 10px;
}

.main-left .person img {
	width: 100%;
}

.main-left .person h2 {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	color: #0d150f;
	padding-top: 15px;
}

.main-left .person p {
	width: 90%;
	margin: 0 auto;
	font-size: 16px;
	color: #0d150f;
	line-height: 26px;
	padding: 10px 0;
}

.main-left .left-contact {
	border: #e9e9e9 solid 2px;
	margin-bottom: 40px;
	padding-top: 20px;
}

.main-left .left-contact ul {
	width: 84%;
	margin: 0 auto;
}

.main-left .left-contact ul li {
	border-bottom: #e2e2e2 dashed 1px;
	padding: 10px 0;
}

.main-left .left-contact ul li:last-child {
	border: none;
}

.main-left .left-contact ul li i {
	color: #ff5000;
	font-size: 16px;
}

.main-left .left-contact .p {
	width: 84%;
	display: block;
	margin: 5px auto;
	background: #af251b;
	border-radius: 5px;
	color: #fff;
	overflow: hidden;
	display: block;
	text-align: center;
	padding: 7px 0;
}

.main-left .left-contact .p h5 {
	font-size: 14px;
	line-height: 22px;
}

.main-left .left-contact .p h3 {
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
}

.main-left .left-contact .bdsharebuttonbox {
	margin-top: 20px;
	background: url(../images/share.png) no-repeat left top;
	margin-left: 23px;
	margin-bottom: 20px;
}

.main-left .left-contact .bdsharebuttonbox a {
	width: 32px;
	height: 32px;
	display: block;
	padding: 0!important;
	margin: 0 12px 0 0;
	float: left;
	background: none;
}

.main-left .left-contact .bdsharebuttonbox a:hover {
	opacity: 0.3;
}

.main-left .left-contact .bdsharebuttonbox .bds_weixin {
	background-position: 0 0;
}

.main-left .left-contact .bdsharebuttonbox .bds_tsina {
	background-position: -44px 0;
}

.main-left .left-contact .bdsharebuttonbox .bds_sqq {
	background-position: -90px 0;
}

.main-left .left-contact .bds_tqq {
	background-position: -135px 0;
}

.main-left .left-link img {
	margin-bottom: 7px;
}

.main-right {
	width: 100%;
}

.main-right .title {
	font-size: 30px;
	color: #0d150f;
}

.main-right .title a {
	float: right;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	line-height: 49px;
	color: #af251b;
}

.main-right .title a:hover {
	color: #ff5000;
}

.newsul {
	clear: both;
	border-top: #dbdbdb solid 1px;
}

.newsul li {
	border-bottom: #dbdbdb solid 1px;
	border-left: #fff solid 1px;
	border-right: #fff solid 1px;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.newsul li:hover {
	border-left: #dbdbdb solid 1px;
	border-right: #dbdbdb solid 1px;
}

.newsul li .news-tit {
	padding: 15px 10px;
	overflow: hidden;
}

.newsul li .news-tit:hover {
	background: #f6f6f6;
	cursor: pointer;
}

.newsul li .news-tit .left {
	width: 40px;
	float: left;
	font-family: 26px;
	font-weight: bold;
	color: #af251b;
	text-align: center;
}

.newsul li .news-tit .left span {
	display: block;
	width: 100%;
	background: #af251b;
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	height: 17px;
	line-height: 17px;
	text-align: center;
}

.newsul li .news-tit .middle {
	color: #3a3a3a;
	font-size: 16px;
	line-height: 24px;
	margin-left: 20px;
	float: left;
	width: 81%;
}

.newsul li .news-tit:hover .middle {
	color: #af251b;
}

.newsul li .news-tit .right {
	float: right;
}

.newsul li .news-tit .right i {
	color: #c4c4c3;
	font-size: 24px;
}

.newsul li .news-content {
	clear: both;
	overflow: hidden;
	padding: 20px 25px;
	display: none;
}

.newsul li .on {
	background: #f6f6f6;
}

.newsul li .on .middle {
	color: #af251b;
	font-weight: bold;
}

.footer {
	background: #2a2e37;
	color: #bbc0ca;
	text-align: center;
	font-size: 14px;
	line-height: 33px;
	display: block;
	overflow: hidden;
	padding: 30px 0;
}

.footer i {
	color: #e64e43;
}

.footer a {
	color: #bbc0ca;
}

.footer a:hover {
	color: rgba(255, 255, 255, 0.6);
}

.footer a {
	color: #bbc0ca;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.footer a:visited {
	color: #fff;
}

.footer a:hover {
	color: #f5f3f3;
}

.footwarp a:active {
	color: #fff;
}


/*内页关于我们*/

.sub-nav {
	color: #b1b1b1;
	font-size: 14px;
	border-bottom: #dbdbdb solid 1px;
	padding: 18px 0;
}

.sub-nav a {
	color: #b1b1b1;
}

.sub-nav span {
	color: #af251b;
}

.sub-nav i {
	font-size: 17px;
	margin-right: 5px;
	color: #b1b1b1;
	position: relative;
	top: 2px;
}

.subabtinfo {
	line-height: 35px;
	font-size: 16px;
	color: #3a3a3a;
	min-height: 500px;
}

.abt-tit {
	color: #af251b;
	font-size: 24px;
	margin-bottom: 10px;
}

.subabtinfo img {
	max-width: 100%;
}

.subabout-content {
	width: 76.4%;
	margin: 0 auto;
}


/*新闻中心*/

.sub-quest-list {
	padding-top: 20px;
	
}

.sub-quest-list .list {
	padding-bottom: 20px;
	border-top: #dbdbd9 dashed 1px;
	min-height: 450px;
}

.sub-quest-list .list a {
	width: 100%;
	display: block;
	padding: 25px 0;
	border-bottom: #dbdbd9 dashed 1px;
	font-size: 14px;
	overflow: hidden;
}

.sub-quest-list .list a .left {
	width: 80%;
	float: left;
	font-size: 16px;
	line-height: 24px;
	height: 48px;
	display: flex;
	flex-direction: column;
	text-align: left;
	justify-content: flex-start;
}

.sub-quest-list .list a .right {
	width: 12%;
	float: right;
	height: 48px;
	line-height: 48px;
	text-align: right;
}

.sub-quest-list .list a span {
	float: left;
	transition: all .5s ease;
	-o-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}

.sub-quest-list .list a:hover {
	color: #af251b;
	font-weight: bold;
	background: #f7f9fb;
	padding-left: 30px;
}

.sub-quest-list .list a span.spandate {
	color: #555555;
	font-size: 16px;
	font-family: arial;
	float: right;
}

.sub-quest-list .list a:hover span.spandate {
	color: #555555;
	font-weight: normal;
	float: left;
}

.sub-quest-list .list a span.tu-icon {
	width: 0;
}

.sub-quest-list .list a:hover span.tu-icon {
	width: 38px;
	height: 38px;
	float: left;
}

.sub-quest-list .list a span.tu-icon i {
	display: none;
}

.sub-quest-list .list a:hover span.tu-icon i {
	color: #af251b;
	font-size: 20px;
	display: block;
	font-weight: normal;
	margin-right: 30px;
	margin-left: 13px;
}
.sub-quest-list .list .span-line{
	width: 15px;
	border-left: #dbdbdb solid 1px;
	height: 30px;
	display: none;
	margin-top: 9px;
}
.sub-quest-list .list a:hover span.span-line{
	display: block;
}


/*photos*/
.photos{
	line-height: 24px;
	font-size: 16px;
	padding: 20px 0;
}

/*equipment*/
.equipment{
	padding: 25px 0;
}
.equipment-nav{
	width: 690px;
	margin: 0 auto;
	background: #eff2f5;
	height: 50px;
	text-align: center;
	border-radius: 50px;
	font-size: 18px;
	color: #0d150f;
	margin-bottom: 40px;
}
.equipment-nav a{
	display: block;
	width: 33.33%;
	float: left;
	height: 50px;
	border-radius: 50px;
	line-height: 50px;
}
.equipment-nav a.cur{
	background: #af251b;
	color: #fff;
}






/*内页联系我们*/

.subcontact {
	font-size: 16px;
	padding:20px 0;
}
.contact-tit {
	width: 100%;
	font-size: 28px;
	color: #0d150f;
	font-family: arial;
	text-transform: uppercase;
 
}
.subcontact img {
	max-width: 100%;
}

.subcontact .item {
	margin: 0;
	width: 33%;
}
.subcontact-content{
	line-height: 38px;
	padding-top: 10px;
}

.contact-h2{
	font-size: 24px;
	font-weight: bold;
	color: #af251b;
	padding: 16px 0;
}
.contact-p{
	line-height: 30px;
}
.contact-p span,
.subcontact  span{
	color: #af251b;
}
.joinus ul li{
	border: #dbdde0 solid 1px;
	margin-bottom: 30px;
}
.joinus ul li .header{
	background: #f7f9fb;
	padding: 10px 20px;
}
.joinus ul li .header h1{
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
.joinus ul li .header p{
	color: #282828;
	font-size: 16px;
	line-height:28px;
}
.joinus ul li .content{
	padding: 20px;
	line-height: 28px;
}
  
.page {
	padding: 40px 0px 50px 0px;
	text-align: center;
	clear: both;
	margin: 0px auto;
	font-size: 14px;
}

.page A {
	BORDER-RIGHT: #c9c9c9 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #c9c9c9 1px solid;
	PADDING-LEFT: 10px;
	PADDING-BOTTOM: 5px;
	MARGIN: 2px;
	BORDER-LEFT: #c9c9c9 1px solid;
	COLOR: #818181;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #c9c9c9 1px solid;
	TEXT-DECORATION: none;
	background: #f4f4f2;
}

.page A:hover {
	BORDER-RIGHT: #c9c9c9 1px solid;
	BORDER-TOP: #c9c9c9 1px solid;
	BORDER-LEFT: #c9c9c9 1px solid;
	COLOR: #322516;
	BORDER-BOTTOM: #c9c9c9 1px solid;
}

.page A:active {
	BORDER-RIGHT: #c9c9c9 1px solid;
	BORDER-TOP: #c9c9c9 1px solid;
	BORDER-LEFT: #c9c9c9 1px solid;
	COLOR: #818181;
	BORDER-BOTTOM: #c9c9c9 1px solid;
}

.page SPAN.current {
	BORDER-RIGHT: #af251b 1px solid;
	PADDING-RIGHT: 10px;
	BORDER-TOP: #af251b 1px solid;
	PADDING-LEFT: 10px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 5px;
	MARGIN: 2px;
	BORDER-LEFT: #af251b 1px solid;
	COLOR: #fff;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #af251b 1px solid;
	background: #af251b;
}

.page SPAN.disabled {
	BORDER-RIGHT: #c9c9c9 1px solid;
	PADDING-RIGHT: 5px;
	BORDER-TOP: #c9c9c9 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;
	MARGIN: 2px;
	BORDER-LEFT: #c9c9c9 1px solid;
	COLOR: #ababab;
	PADDING-TOP: 5px;
	BORDER-BOTTOM: #c9c9c9 1px solid;
}


/*新闻详情页*/

.newsde {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 0px 0 30px 0;
	position: relative;
}

.newsde .newsde-tit {
	font-size: 20px;
	padding: 0;
	font-weight: bold;
	color: #af251b;
	line-height: 26px;
	padding-bottom: 10px;
	text-align: left;
	width: 70%;
}

.newsde .newsde-info {
	font-size: 14px;
	color: #555555;
	line-height: 18px;
	padding: 5px 0 10px 0;
	margin: 0 auto;
	text-align: left;
 
}

.newsde .newsde-share {
	width: 244px;
	height: 85px;
	position: absolute;
	right: 0%;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	top: 10px;
}

.newsde .newsde-share a {
	display: block;
	width: 35px;
	height: 35px;
	margin: 0 0 8px 5px;
	padding: 0;
}

.newsde .newsde-share a.bds_sqq {
	background: url(../images/s1.jpg);
}

.newsde .newsde-share a.bds_weixin {
	background: url(../images/s2.jpg);
}

.newsde .newsde-share a.bds_tsina {
	background: url(../images/s3.jpg);
}

.newsde .newsde-share a.bds_qzone {
	background: url(../images/s4.jpg);
}

.newsde .newsde-share a.bds_tqq {
	background: url(../images/s5.jpg);
}

.newsde .newsde-share a.bds_renren {
	background: url(../images/s6.jpg);
}

.newsde .newsde-content {
	padding: 20px 0;
	font-size: 16px;
	line-height: 30px;
	min-height: 300px;
}

.newsde .newsde-content img {
	max-width: 100%;
}

.newsde .newsde-fenye {
	line-height: 32px;
	font-size: 16px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.newsde .newsde-fenye .fenye-box {
	width: 100%;
}

.newsde .newsde-fenye .fenye-box a {
	width: 100%;
	float: left;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	height: 32px;
}

.newsde .newsde-fenye .fenye-box a:hover {
	color: #d71920;
}

.newsde .newsde-fenye a.prev {
	float: none;
	display: block;
}

.newsde .newsde-fenye a.next {
	clear: both;
	display: block;
}

.newsde .newsde-fenye .goback {
	text-align: center;
	display: block;
	width: 152px;
	height: 38px;
	line-height: 38px;
	color: #fff;
	border: #af251b solid 1px;
background: #af251b;
	margin-top: 40px;
}

.newsde .newsde-fenye .goback i {
	color: #fff;
	margin: 0 0px 0 25px;
	float: left;
}

.newsde .newsde-fenye .goback:hover {
	color: #fff;
	background: #ef3e32;
}

.newsde .newsde-fenye .goback:hover i {
	color: #fff;
}

/*=================================================media max-width 767 ===========================================================*/

a.up2Top {
	bottom: 20px;
	right: 30px;
}

.navbar-default .navbar-toggle {
	padding: 14px 0;
	margin-top: 12px;
}

.navbar-nav {
	margin-top: 0;
	text-align: center;
}

.mthead {
	margin-top: 56px;
}

@media (max-width:640) {
	.navbar-brand img {
		width: 100%;
	}
}

@media screen (max-width: 799px) {
	.navbar-brand img {
		width: 60%;
	}
}

@media screen and (min-width:550px) and (max-width: 641px) {
	.navbar-brand img {
		width: 60%;
	}
}

@media (max-width:320px) {
	.subnav {
		font-size: 14px;
	}
	.subnav a {
		padding: 0 8px;
	}
	.news-zt a {
		background-size: 32% auto
	}
}

.show {
	display: block;
}


/*移动端底部浮动*/

.footH {
	height: 5rem;
	display: none;
}

.footFix {
	background: #363636;
	padding: 10px 0;
	display: none;
	justify-content: space-between;
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: 999;
	text-align: center;
	color: #fff;
}

.footFix>a {
	display: inline-block;
	width: 33%;
	font-size: 16px;
	color: #ffffff!important;
}

.footFix>a>i.iconfont {
	font-size: 20px;
	margin-right: 5px;
	color: #fff;
}