@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	font-family: "Microsoft YaHei", "微软雅黑";
	line-height: 32px;
	color: #333;
	background: #fff;
	max-width: 1920px;
	margin: 0 auto;
	min-width: 1280px;
}
@font-face {
	font-family: 'dincond-medium-webfont';
	src: url('../fonts/dincond-medium-webfont.eot');
	src: url('../fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dincond-medium-webfont.woff') format('woff'), url('../fonts/dincond-medium-webfont.ttf') format('truetype'), url('../fonts/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg');
}
.ziti {
	font-family: 'dincond-medium-webfont';
}
@font-face {
	font-family: impact;
	src: url("../fonts/impact.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
.impact {
	font-family: impact;
}
.imgbg {
	background: no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
}
.imgbg img {
	opacity: 0;
	width: 100%;
	height: 100%;
}
.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.elli {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
h1, h2, h3, h4, h5 {
	margin: 0px;
	padding: 0px;
}
a {
	color: #333;
	text-decoration: none;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
a:hover {
	color: #df0013;
	text-decoration: none;
}
.clear {
	clear: both;
}
dl {
	margin: 0px;
	padding: 0px;
}
dd {
	display: block;
	margin: 0px;
	padding: 0px;
	-webkit-margin-start: 5px;
}
form {
	margin: 0px;
	padding: 0px;
}
img {
	border: 0;
	margin: 0;
	padding: 0px;
}
* {
	box-sizing: border-box;
}
div {
	margin: 0px;
	padding: 0px;
}
ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
p {
	margin: 0px;
	padding: 0px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.blank8 {
	clear: both;
	height: 8px;
	overflow: hidden;
}
.blank20 {
	clear: both;
	height: 20px;
	overflow: hidden;
}
.blank30 {
	clear: both;
	height: 30px;
	overflow: hidden;
}
.blank55 {
	clear: both;
	height: 55px;
	overflow: hidden;
}
.arrow-left, .arrow-right {
	position: absolute;
	top: 44%;
	width: 27px;
	height: 36px;
	cursor: pointer;
	z-index: 9;
}
.arrow-left {
	left: 10px;
	background: url(../images/left.png) center no-repeat;
}
.arrow-right {
	right: 10px;
	background: url(../images/right.png) center no-repeat;
}
#bannerSwiper {
	margin-top: 88px;
}
#bannerSwiper img {
	width: 100%;
	display: block;
}
/*-人才招聘*/
.ny_hr1_ul {
	overflow: hidden;
	margin: 15px -1.5% 10px;
	padding-bottom: 80px;
}
.ny_hr1_ul li {
	width: 47%;
	margin: 1% 1.5%;
	float: left;
	cursor: pointer;
   background: #f8f8f8;
}
.ny_hr1_ul li .linr {
	padding: 15px 30px;
	overflow: hidden;
	transition: 0.33s;
	border-radius: 6px;

}
.ny_hr1_ul li .txtl {
	padding-right: 120px;
	height: 130px;
	transition: 0.33s;
	overflow: hidden;
	position: relative;
}
.ny_hr1_ul li .titl1 {
	font-size: 24px;
	color: #333;
	transition: 0.33s;
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ny_hr1_ul li .type1 {
	font-size: 18px;
	color: #464646;
	transition: 0.33s;
	margin: 11px 0;
	overflow: hidden;
}
.ny_hr1_ul li .type1_r {
	color: #7c7e86;
	font-size: 14px;
}
.ny_hr1_ul li .type1_r span {
	display: inline-block;
	height: 18px;
	line-height: 18px;
	padding: 0 8px;
	background: #efefef;
	border-radius: 3px;
	margin-right: 0.7em;
}
.ny_hr1_ul li .time1 {
	font-size: 14px;
	color: #909299;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.ny_hr1_ul li .more1 {
	font-size: 14px;
	color: #7c7e86;
	position: absolute;
	top: 30px;
	right: 20px;
	transition: 0.33s;
	padding-right: 30px;
	background: url(../images/ico_xl.png) no-repeat 70px 7px;
	height: 22px;
}
.ny_hr1_ul li:hover {
	background:#fff;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.ny_hr1_ul li:hover .titl1 {
	color: #df0013;
}
.ny_hr1_ul li:hover .more1 {
	color: #df0013;
	background-position: 70px -14px;
}
.tc_box {
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: none;
}
.tc {
	position: absolute;
	width: 96%;
	max-width: 960px;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
}
.tc .close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: -50px;
	right: 5px;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	background: url(../images/tc_colse.png) no-repeat center;
	background-size: 38px auto;
	cursor: pointer;
}
.tc_nr {
	padding: 4% 6%;
}
.tc_nr .tit {
	font-size: 22px;
	color: #df0013;
	font-weight: bold;
	overflow: hidden;
}
.tc_nr .txt {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	overflow: hidden;
	margin: 20px auto;
	max-height: 60vh;
	overflow-y: auto;
}
.tc_nr p {
	padding-bottom: 0px;
}
.tc_nr .txt h4 {
	font-size: 17px;
	color: #666;
	font-weight: bold;
}

/*浏览器滚动条*/
.tc_nr .txt::-webkit-scrollbar {
width:5px;
height:5px;
}
.tc_nr .txt::-webkit-scrollbar-button:vertical {
display:none
}
.tc_nr .txt::-webkit-scrollbar-track:vertical {
background-color:black
}
.tc_nr .txt::-webkit-scrollbar-track-piece {
background:#f1efed
}
.tc_nr .txt::-webkit-scrollbar-thumb:vertical {
background-color:#df0013;
border-radius:30px
}
.tc_nr .txt::-webkit-scrollbar-thumb:vertical:hover {
background-color:#df0013;
}
.tc_nr .txt::-webkit-scrollbar-corner:vertical {
background-color:#535353
}
.tc_nr .txt::-webkit-scrollbar-resizer:vertical {
background-color:#FF6E00
}
.dashiji .swiper-pagination-bullet {
	background: #ccc;
	margin: 0px 6px;
}
.dashiji .swiper-pagination-bullet-active {
	background: #b89458;
}
/*szh23add*/

/*头部*/
/*手机端按钮*/

.dompc {
	display: block;
}
.dommobile {
	display: none;
}
.mobile_btn {
	cursor: pointer;
	width: 36px;
	height: 50px;
	position: absolute;
	right: 3px;
	display: none;
	top: 0px;
	z-index: 999;
	box-sizing: border-box;
	padding: 14px 6px;
}
.mobile_btn.on .line1 {
	transform: rotate(45deg);
	transform-origin: 3% 50%;
}
.mobile_btn.on .line2 {
	width: 0;
}
.mobile_btn.on .line3 {
	transform: rotate(-45deg);
	transform-origin: 3% 50%;
}
.mobile_btn span {
	display: block;
	width: 28px;
	height: 2px;
	background: #df0013;
	transition: all .45s;
}
.mobile_btn .line2 {
	margin: 7px 0;
	width: 28px;
}
.header_r ul {
	width: 50px;
	float: right;
	font-size: 0;
	text-align: center;
}
.header_r ul>li {
	display: inline-block;
	height: 88px;
	padding-top: 30px;
	position: relative;
}
.header_r .search_box {
	width: 0;
	position: absolute;
	top: 100%;
	right: -100%;
	overflow: hidden;
	transition: 0.66s;
}
.header_r ul li:hover .search_box {
	width: 280px;
	right: 0;
	top: 88px;
}
.header_r .search {
	padding-right: 50px;
	height: 38px;
	background: #f6f6f6;
	border-radius: 2px;
	position: relative;
	transition: 0.66s;
	overflow: hidden;
}
.header_r .search .sinput {
	padding: 0 5%;
	width: 90%;
	height: 38px;
	background: none;
	border: none;
	color: #333;
	font-size: 15px;
}
.header_r .search .sinput:focus {
	background: none;
}
.header_r .search .sbuton {
	width: 50px;
	height: 38px;
	position: absolute;
	top: 0;
	right: 0;
	background: #df0013;
	border: none;
	font-size: 16px;
	color: #fff;
	transition: 0.66s;
	cursor: pointer;
}
.header_r .search .sinput::-webkit-input-placeholder {
color:#999;
}
.header_r .search .sinput::-moz-placeholder {
color:#999;
}
.header_r .search .sinput:-moz-placeholder {
color:#999;
}
.header_r .search .sinput:-ms-input-placeholder {
color:#999;
}
#header {
	position: fixed;
	z-index: 999;
	left: 0;
	right: 0;
	top: 0;
	width: 100%;
	height: 88px;
	max-width: 1920px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 0 .2rem .6rem 0 hsla(0,0%,67%,.3)!important;
}
.header {
	width: 100%;
	height: 88px;
	position: relative;
	z-index: 100;
}
.header .logo {
	float: left;
	padding: 0;
	margin-top: 14px;
}
#header .navpc {
	float: right;
}
#header .navpc ul li {
	float: left;
}
#header .navpc ul li {
	font-size: 15px;
	display: block;
	color: #5d5d5d;
	font-weight: bold;
	position: relative;
	float: left;
	padding: 0px 16px;
	line-height: 88px;
	margin: 0px 6px;
}
#header .navpc ul li:before {
	position: absolute;
	bottom: 0px;
	width: 0px;
	left: 50%;
	height: 3px;
	content: "";
	background: #df0013;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	opacity: 0;
}
#header .navpc ul li:hover:before {
	width: 100%;
	left: 0px;
	opacity: 1;
}
#header .navpc ul li.menuon a {
	color: #df0013;
}
#header .navpc ul li .box {
	padding: 10px 0;
	position: absolute;
	left: 50%;
	top: 89px;
	background: rgba(0,0,0,.6);
	clear: both;
	width: 200px;
	margin-left: -100px;
	-o-transition: all .5s;
	overflow: hidden;
	display: none;
}
#header .navpc ul li .box a {
	float: left;
	width: 100%;
	clear: both;
	display: block;
	text-align: center;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 15px;
}
#header .navpc ul li .box a:hover {
	background: #df0013;
	color: #fff;
}
#header .navpc ul li:hover .box {
	display: block;
}
.wrap {
	width: 94%;
	max-width: 1440px;
	margin: 0 auto;
	clear: both;
}
.titlef40 {
	position: relative;
	font-size: 38px;
	color: #333;
	padding-top: 36px;
	text-align: center;
	height: 83px;
	font-weight: bold;
	width: 100%;
	margin: 40px 0px 50px;
	clear: both;
}
.titlef40:before {
	content: '';
	display: block;
	width: 41px;
	height: 2px;
	background: #df0013;
	position: absolute;
	left: 50%;
	bottom: 0px;
	margin-left: -20.5px;
}
/*首页新闻中心*/

.newsqy {
	float: left;
	width: 60%;
}
.newsqy li {
	width: 48%;
	margin-right: 2%;
	float: left;
	background: #f8f8f8;
	height: 478px;
}
.synewsimg {
	width: 100%;
	height: 240px;
	background-size: cover;
	overflow: hidden;
}
.newsqy li .synewsimg img {
	width: 100%;
	height: 100%;
}
.newsqy li .synewsimg .imgbg {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.newsqy li:hover .synewsimg .imgbg {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
.sy_time {
	font-size: 16px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 28px;
	padding: 0px 30px;
	padding-bottom: 6px;
	background: url(../images/time.svg) no-repeat 20px 5px;
	background-size: 16px auto;
	padding-left: 46px;
}
.sy_title {
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	padding: 20px 20px 10px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.sy_intro {
	color: #666;
	line-height: 28px;
	padding: 0px 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	margin-top: 20px;
}
.news_right {
	background: #f8f8f8;
	padding: 30px;
	float: right;
	width: 40%;
	height: 478px;
	padding-top: 30px;
	position: relative;
}
.newssy {
	clear: both;
	padding: 7px 0px;
}
.newssy_title {
	font-size: 18px;
	font-weight: bold;
	position: relative;
	padding-left: 14px;
}
.newssy_time {
	font-family: Arial, Helvetica, sans-serif;
}
.newssy_title:before {
	content: "";
	position: absolute;
	top: 13px;
	left: 0px;
	width: 5px;
	height: 5px;
	background: #c8000a;
}
.btn_szh {
	padding: 0 30px;
	width: 160px;
	height: 36px !important;
	line-height: 36px !important;
	text-align: center;
	border: 1px solid #111;
	display: inline-block;
	color: #111;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	position: absolute;
	bottom: 0px;
	left: 50%;
	margin-left: -80px;
}
.btn_szh:hover {
	border-color: #df0013;
	background-color: #df0013;
	color: #fff;
}
.footbg {
	background: #272727;
	height: 249px;
	clear: both;
	color: #fff;
	padding-top: 50px;
}
.ul_item li {
	padding: 4px 0px;
	float: left;
	font-weight: bold;
	margin-right: 9px;
}
.ul_item li a {
	color: #fff;
}
.ul_item li a:hover {
	color: #b2b2b2;
}
.copyright {
	clear: both;
	line-height: 32px;
	color: #b2b2b2;
}
.foot_l {
	width: 600px;
	float: left;
}
.foot_l span {
	float: left;
	margin-right: 9px;
	padding-top: 4px;
}
.foot_r {
	width: 505px;
	float: right;
	padding-top: 5px;
	text-align: right;
}
.wxico {
	padding: 10px 0px 90px;
	clear: both;
}
.fot2 {
	position: relative;
	width: 48px;
	height: 48px;
	display: block;
	float: right;
}
.fot2 img {
	width: 48px;
}
.fot2 .d-project-erwei {
	position: absolute;
	width: 152px;
	height: 0px;
	bottom: 40px;
	left: -45px;
	overflow: hidden;
	transition: all .3s;
	z-index: 9;
}
.fot2 .d-project-erwei img {
	width: 140px;
	height: 140px;
}
.fot2:hover .d-project-erwei {
	height: 152px;
	transition: all .3s;
}
.foot_r .impact {
	font-size: 26px;
}
.sycontactbg {
	background: url(../images/contactbg.jpg) no-repeat top center;
	height: 451px;
	clear: both;
}
.sycon_l {
	width: 800px;
	float: left;
	line-height: 56px;
	padding-top: 10px;
}
.sycon_l div {
	float: left;
	width: 50%;
	color: #272727
}
.qy_add {
	background: url(../images/ic01.png) no-repeat 0px 9px;
	background-size: 33px;
	text-indent: 46px;
}
.qy_tel {
	background: url(../images/ic02.png) no-repeat 0px 9px;
	background-size: 33px;
	text-indent: 46px;
}
.qy_wx {
	background: url(../images/ic03.png) no-repeat 0px 9px;
	background-size: 33px;
	text-indent: 46px;
}
.qy_mail {
	background: url(../images/ic04.png) no-repeat 0px 9px;
	background-size: 33px;
	text-indent: 46px;
}
.qy_yb {
	background: url(../images/ic05.png) no-repeat 0px 9px;
	background-size: 33px;
	text-indent: 46px;
}
.sycon_r {
	width: 320px;
	float: right;
	line-height: 46px;
	padding-top: 10px;
}
.joinsy {
	width: 130px;
	float: left;
	text-align: center;
	line-height: 32px;
	margin-left:26px;
}
.joinsy img{
	width:100%;
}
/*首页服务内容*/

.wrap_fuwu {
	width: 94%;
	margin: 0 auto;
	clear: both;
}
.newsfuwu {
	position: relative;
	margin-left: -2%;
}
.newsfuwu li {
	width: 31.3%;
	margin-left: 2%;
	float: left;
	position: relative;
}
.fuwuimg {
	width: 100%;
	height: 340px;
	overflow: hidden;
}
.newsfuwu li .fuwuimg .imgbg {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.newsfuwu li:hover .fuwuimg .imgbg {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
.djfuw {
	position: absolute;
	width: 191px;
	background: rgba(255,255,255,.9);
	height: 186px;
	z-index: 2;
	left: 50%;
	top: 50%;
	margin-top: -93px;
	margin-left: -95px;
	padding: 10px 30px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.newsfuwu li:hover .djfuw {
	background: rgba(223,0,19,.9);
	width: 221px;
	height: 226px;
	margin-top: -113px;
	margin-left: -111px;
}
.newsfuwu li:hover .dj_ch {
	color: #fff;
}
.newsfuwu li:hover .dj_img {
	background: url(../images/ic88.png) no-repeat;
	background-position: 0px -90px;
}
.dj_img {
	background: url(../images/ic88.png) no-repeat;
	background-position: 0px 0px;
	width: 67px;
	height: 80px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.dj_imgaa {
	background: url(../images/ic89.png) no-repeat;
	background-position: 0px 0px;
}
.newsfuwu li:hover .dj_imgaa {
	background: url(../images/ic89.png) no-repeat;
	background-position: 0px -90px;
}
.dj_imgbb {
	background: url(../images/ic91.png) no-repeat;
	background-position: 0px 0px;
}
.newsfuwu li:hover .dj_imgbb {
	background: url(../images/ic91.png) no-repeat;
	background-position: 0px -90px;
}
.dj_ch {
	color: #000;
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
}
.dj_en {
	color: #9aa0a3;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 21px;
	font-weight: bold;
	padding-top: 5px;
	padding-right: 20px;
}
.dj_more {
	padding: 0 30px;
	min-width: 100px;
	height: 34px !important;
	line-height: 34px !important;
	text-align: center;
	border: 1px solid #fff;
	display: inline-block;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	margin-top: 5px;
	opacity: 0
}
.newsfuwu li:hover .dj_more {
	opacity: 1
}
.bgfuwu {
	background: #f5f5f5;
	clear: both;
	overflow: hidden;
	padding-bottom: 50px;
	margin-top: 90px;
}
.xwbox {
	position: relative;
	margin-left: -2%;
}
.xwbox li {
	width: 31.3%;
	margin-left: 2%;
	float: left;
	position: relative;
}
.xwbox li .newslist {
	background: #f6f6f6;
	height: 476px;
	transition: all .5s;
	clear: both;
}
.xwbox li .newslist:hover {
	background: #fff;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}
.xwboximg {
	width: 100%;
	height: 208px;
	overflow: hidden;
	margin-bottom: 20px;
}
.xwboximg .imgbg {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.xwboximg a:hover .imgbg {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
.xwtitle {
	position: relative;
	padding: 0px 32px;
	height: 44px;
	line-height: 44px;
}
.xwtitle:before {
	content: "";
	position: absolute;
	top: 21px;
	left: 19px;
	width: 5px;
	height: 5px;
	background: #c8000a;
}
.titlecp_l {
	float: left;
	font-size: 24px;
	font-weight: bold;
	font-style: italic;
	padding-bottom: 30px;
	background: url(../images/li9.png) no-repeat 0px 0px;
	background-size:18px auto;
	text-indent: 20px;
	color: #000;
}
.titlecp_r {
	float: right;
	position: relative;
	padding-right: 20px;
	line-height: 40px;
}
.titlecp_r a {
	color: #df0013;
}
.titlecp_r:before {
	content: "+";
	position: absolute;
	top: 13px;
	right: 0px;
	width: 14px;
	height: 14px;
	background: #c8000a;
	color: #fff;
	border-radius: 2px;
	line-height: 11px;
	text-align: center;
	font-weight: bold;
}
.newsbg {
	padding: 70px 0px 82px;
	clear: both;
	overflow: hidden;
}
.logoal {
	clear: both;
	padding-top: 20px;
	padding-left: 15px;
}
.logoal .caselist {
	border-radius: 8px;
	background: #fff;
	padding: 14px;
	margin: 1%;
	float: left;
	width: 22.1%;
	height: 101px;
}
.logoal .caselist img {
	width: 100%;
}
.xwbox li .newslistts {
	background: #f6f6f6;
	height: 476px;
	transition: all .5s;
	clear: both;
}
.redtitle {
	font-weight: bold;
	color: #df0013;
}
.redtitle:hover {
	color: #000;
}

.top_tel {
	float: right;
	color: #df0013;
	background: url(../images/toptel.png) no-repeat top left;
	padding-left: 33px;
	margin-top: 30px;
	margin-left: 6px;
}
.top_tel span {
	font-size: 22px;
}
.slog {
	position: absolute;
	top: 30%;
	z-index: 3;
	left: 0px;
	text-align: center;
	color: #fff;
	width: 870px;
	left: 50%;
	margin-left: -435px;
}
.slog_title {
	font-size: 54px;
	font-weight: bold;
	padding-bottom: 50px;
}
/*内页css*/

.bannerny {
	width: 100%;
	clear: both;
	position: relative;
	margin-top: 88px;
}
.bannerny img {
	width: 100%;
	display: block;
}
.about_slog {
	position: absolute;
	left: 15%;
	transform: translateX(-50%);
	top: 40%;
	transform: translateY(-50%);
}
.ban02 {
	font-size: 48px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	font-weight: bold;
	margin-top: 60px;
}
.intro_img {
	position: relative;
}
.intro_div {
	background: #df0013;
	color: #fff;
	padding: 40px 40px 90px 90px;
	position: absolute;
	top: 26%;
	left: 0px;
	width: 25%;
	margin-left: 3%;
}
.intro_div h3 {
	position: relative;
	margin-bottom: 30px;
	font-size: 30px;
}
.intro_div h3:after {
	content: "";
	display: block;
	width: 44px;
	height: 2px;
	background: #fff;
	margin-top: 20px;
}
.intro_num {
	padding-left: 32%;
	padding-top: 40px;
	padding-bottom: 60px;
}
.intro_img img {
	width: 100%;
}
.fnt_24 {
	font-size: 24px;
}
.intro_num p {
	padding-bottom: 20px;
}
.juzhong {
	clear: both;
	z-index: 3;
	width: 100%;
	height: 66px;
	line-height: 66px;
	clear: both;
	position: relative;
	background: #fdfaf7;
	margin: 0 auto;
}
.menu_r {
	position: relative;
	float: right;
	text-align: right;
}
.menu_r li {
	float: left;
}
.menu_r li a {
	font-size: 15px;
	line-height: 60px;
	color: #706f7d;
	margin-left: 56px;
	font-weight: bold;
	float: left;
}
.menu_r li a:hover {
	color: #df0013;
}
.menu_r li.nomal a {
	color: #df0013;
}
.menu_l {
	float: left;
	color: #838383;
	text-align: left;
	position: relative;
	background: url(../images/cc03.png) no-repeat 0px 26px;
	text-indent: 20px;
	font-size: 15px;
}
.bgf9 {
	background: #f9f9f9;
	overflow: hidden;
	padding: 50px 41px;
		position: relative;
	margin-bottom: -88px;
	z-index: 3;
}
.newsflash .newsqy li {
	width: 100%;
	margin-right: 0px;
	
}
.newsflash .newsqy {
	width: 100%;
	margin-bottom:30px;
}
.newsflash .swiper-container-horizontal>.swiper-pagination-bullets, .newsflash .swiper-pagination-custom, .newsflash .swiper-pagination-fraction {
	bottom: 30px;
	width: 100%;
	text-align: center;
}
.newsflash .swiper-pagination-bullet {
	width: 11px;
	height: 11px;
	display: inline-block;
	background: #fff;
	border: 1px solid #df0013;
	border-radius: 50%;
	opacity: 1;
	vertical-align: middle;
}
.newsflash .swiper-pagination-bullet-active {
	opacity: 1;
	background: #df0013;
	border-radius: 20px;
	width: 32px;
}
#tabs-containernews99 {
	padding-bottom: 50px;
	padding-top: 40px;
}
.xwzx_b {
	margin: 10px 0 10px;
}
.xwlb a {
	display: block;
	position: relative;
	font-size: 0;
	padding: 25px 0;
	background: url(../images/bb01.png) #f8f8f8 no-repeat 96% center;
	overflow: hidden;
	margin-top: 17px;
}
.xwlb a h4, .xwlb a .xwtxt, .xwlb h5, .xwlb h6 {
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
	position: relative;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.xwlb a h4 {
	width: 10%;
	color: #cccccc;
	font-family: Arial;
	text-align: center;
	font-size: 18px;
	line-height: 43px;
}
.time01 {
	font-size: 46px;
}
.xwlb a .xwtxt {
	width: 79%;
	padding: 0 50px 0 68px;
}
.xwlb a .xwtxt h3 {
	font-size: 22px;
	color: #222;
	white-space: nowrap;/*把文本强制显示在一行*/
	overflow: hidden;/*隐藏超出部分的文字*/
	text-overflow: ellipsis;/*超出显示省略号*/
	font-weight: 400;
	padding-bottom: 10px;
}
.xwlb a .xwtxt p {
	font-size: 15px;
	color: #959595;
	text-indent: 0px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 28px;
	height: 52px;
}
.xwlb a h5 {
	opacity: 0;
	width: 18%;
	height: 150px;
}
.xwlb a h5 img {
	width: 100%;
	max-height: 150px;
}
.xwlb a h6 {
	font-size: 23px;
	color: #c3996a;
	width: 3%;
	text-align: right;
	opacity: 0;
}
.xwlb a:hover {
	background: url(../images/bb02.png) #fff no-repeat 98% center;
	box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
}
#paginationjy {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	clear: both;
	padding-bottom: 90px;
}
#paginationjy a {
	display: block;
	float: left;
	padding: 0px 15px;
	margin: 0 5px;
	cursor: pointer;
	text-align: center;
	line-height: 42px;
	vertical-align: top;
	color: #999;
	background: #eaeaea;
	transition: all 0.3s;
	font-size: 14px;
	border-radius: 6px;
	margin-top: 15px;
}
.spage-skip {
	display: inline-block;
	margin-left: 20px;
	line-height: 40px;
	color: #999;
	font-size: 14px;
}
#paginationjy a.active {
	background: #df0114;
	color: #fff;
}
#paginationjy a:hover {
	background: #df0114;
	color: #fff;
}
input, button {
	outline: none;
	border: none;
	background-color: transparent;
}
.xwzxxq_l, .xwzxxq_r {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	padding: 45px 0 20px;
	position: relative;
}
.xwzxxq_l {
	width: 60.8%;
	float: left;
	padding-bottom: 120px;
}
.xwzxxq_r {
	width: 30%;
	float: right;
}
.xwzxxq_l h2 {
	font-size: 28px;
	line-height: 40px;
	color: #333333;
	margin-bottom: 10px;
}
.xwzxxq_l h4 {
	display: inline-block;
	vertical-align: middle;
	margin-right: 28px;
	font-size: 14px;
	color: #75777a;
}
.xwzxxq_l h4 i {
	color: #c8a063;
}
.xwxq_t {
	padding-bottom: 16px;
	border-bottom: 1px dashed #dedede;
	margin-bottom: 34px;
}
.xwzxxq_l p {
	font-size: 16px;
	color: #595656;
	padding-bottom: 22px;
}
.xwzxxq_l p strong {
	font-size: 16px;
	color: #595656;
	font-weight: bold;
}
.xwzxxq_l p img {
	max-width: 100%;
	height: auto;
}
.xwzxxq_r h2 {
	font-size: 24px;
	color: #333333;
	margin-bottom: 30px;
}
.xwxqlb a {
	position: relative;
	display: block;
	background: #f8f8f8;
	border-radius: 5px;
	padding: 30px;
	margin-bottom:20px;
}
.xwxqlb a h4 {
	font-size: 14px;
	color: #959595;
}
.xwxqlb a h3 {
	font-size: 18px;
	color: #595656;
	margin: 10px 0 5px;
	font-weight:bold;
}
.xwxqlb a p {
	font-size: 16px;
	line-height: 24px;
	text-indent: 0px;
	color: rgba(149,149,149,.7);
}
.xwxqlb a:hover h3 {
	color: #df0013;
}
.sharejy {
	float: right;
	font-size: 16px;
	margin-right: 20px;
	margin-top: 8px;
}
.xwzxxq .bdsharebuttonbox {
	float: right;
}
.xwzxxq .bdsharebuttonbox .bds_weixin {
	background: url(../images/icon_wx.png) no-repeat center;
}
.xwzxxq .bdsharebuttonbox .bds_tsina {
	background: url(../images/icon_wb.png) no-repeat center;
}
.xwzxxq .bdsharebuttonbox .bds_qzone {
	background: url(../images/icon_qk.png) no-repeat center;
}
.xwzxxq .bdsharebuttonbox .bds_sqq {
	background: url(../images/icon_qq.png) no-repeat center;
}
.cul_div {
	background: #df0013;
	color: #fff;
	padding: 20px 40px 20px;
	position: absolute;
	top: 22%;
	left: 0px;
	width: 60%;
	font-size: 22px;
	margin-left: 20%;
}
.cul_num {
	width: 93%;
	position: relative;
	top: -78px;
	z-index: 3;
	background: #fff;
	overflow: hidden;
	margin: 0 auto;
}
.itbb {
	margin-bottom: 20px;
	width: 30.3%;
	margin: 70px 1.5% 0px;
	padding: 50px 3% 90px;
	float: left;
}
.cul_num .itbb:nth-child(2) {
	background: #f6f6f6;
	margin: 0px 1.5% 0px;
}
.itbb .iconqb {
	text-align: center;
}
.itbb .txtqb {
	padding-bottom: 30px;
	text-align: center;
	padding: 0px 20px;
}
.itbb .txtqb h6 {
	font-size: 24px;
	line-height: 46px;
	padding: 0px 0px;
	margin: 0px;
	font-weight: 400;
}
.itbb .txtqb p {
	text-indent: 0px;
	padding-top: 8px;
}
.fuwuul {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	overflow: hidden;
	margin: 20px auto;
	max-height: 260px;
	padding-right: 20px;
	overflow-y: auto;
	text-align:left;
}
.fuwuul::-webkit-scrollbar {
width:3px;
height:5px;
}
.fuwuul::-webkit-scrollbar-button:vertical {
display:none
}
.fuwuul::-webkit-scrollbar-track:vertical {
background-color:black
}
.fuwuul::-webkit-scrollbar-track-piece {
background:#f1efed
}
.fuwuul::-webkit-scrollbar-thumb:vertical {
background-color:#df0013;
border-radius:30px
}
.fuwuul::-webkit-scrollbar-thumb:vertical:hover {
background-color:#df0013
}
.fuwuul::-webkit-scrollbar-corner:vertical {
background-color:#535353
}
.fuwuul::-webkit-scrollbar-resizer:vertical {
background-color:#FF6E00
}
.fuwubg {
	background: url(../images/fuwubg.jpg) no-repeat top center;
}
.guwen_title {
	text-align: center;
	font-size: 36px;
	padding: 50px 0px 0px;
}
.guwen_intro {
	text-align: center;
	padding: 20px 0px;
	width: 66%;
	margin: 0 auto;
}
.fuwubox {
	width: 93%;
	position: relative;
	z-index: 3;
	overflow: hidden;
	margin: 0 auto;
	padding-bottom: 60px;
}
.fuwubox .itbb {
	background: #fff;
	padding: 32px 2% 60px;
	margin-top: 30px;
	height:490px;
}
.intro_case {
	text-align: center;
	padding: 40px 30px;
	width: 96%;
	background: #fff;
	border-radius: 15px;
	z-index: 3;
	position: relative;
	top: -60px;
	margin: 0 auto;
}
.intro_img .caseny img {
	width: auto;
}
.caseny li {
	float: left;
	width: 140px;
	margin-bottom: 30px;
	width: 12.5%;
}
.huoban p {
	width: 22%;
	text-align: center;
	height: 90px;
	line-height: 90px;
	background: #f8f8f8;
	float: left;
	border-radius: 4px;
	margin: 0px 1.5% 20px;
}
.intro_img .honorny img {
	width: auto;
}
.honorny{
	padding-bottom:20px;
	overflow:hidden;
}
.honorny li {
	float: left;
	margin-bottom: 30px;
	width: 31.333%;
	margin: 20px 1%;
}
.honorny .imgbg {
	width: 100%;
	height: 250px;
}
.hon_txt {
	line-height: 26px;
	padding: 15px 0px;
	height: 54px;
}

.copyright a{
	color:#b2b2b2;
}
.copyright a:hover{
	color:#fff;
}
.contact_ditu {
	height: 607px;
	width: 100%;
}
.BMap_bubble_content {
	font-size: 15px;
}
.honorny  li .honortt{
	width:100%;
	height:250px;
	overflow:hidden;
}
.honorny  li .imgbg {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.honorny li:hover .imgbg {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
.yanjiu{
	position:relative;
	margin-left:-2%;
	padding-top:30px;
}
.yanjiu .xwlb{
	width:48%;
	margin-left:2%;
	float:left;
}
.yanjiu  .xwlb a{
	padding:12px;
}
.yanjiu  .xwlb a h4{
	line-height:32px;
}
.yanjiu .xwlb a .xwtxt {
    width: 82%;
    padding: 0 30px 0 18px;
}
.yanjiu .xwlb a .xwtxt h3{
	font-size:18px;
}
.yanjiu .time01 {
    font-size: 38px;
}
.chy_danye{
	padding:30px 0px;
	overflow:hidden;
}
.chy_danye p{
	padding-bottom:20px;
}
.bgf6f6{
	background:#f6f6f6;
	clear:both;
	overflow:hidden;
	padding-bottom:80px;
}
.cehuamenu{
	position:relative;
	margin-left:-2%;
}
.cehuamenu  li{
	float:left;
	width:48%;
	margin-left:2%;
	height:80px;
	background:#fff;
	margin-bottom:20px;
}
.cehuamenu_l{
	width:20%;
	float:left;
	height:80px;
	overflow:hidden;
}
.cehuamenu_l .imgbg {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
}
.cehuamenu  li:hover .cehuamenu_l .imgbg {
	-webkit-transform: scale(1.15);
	-ms-transform: scale(1.15);
	transform: scale(1.15);
}
.cehuamenu_r{
	width:76%;
	float:right;
	height:80px;
	font-size:18px;
	display: flex;
	align-items: center;
	justify-content: left;
}
 @media screen and (max-width: 1440px) {
#header .navpc ul li {
	margin: 0px 1px;
}
}
 @media screen and (max-width: 1440px) {
	 #header .navpc ul li{
		 padding: 0px 5px;
	 }
}


