body {
	background: #fff;
	font-size: 14px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

ul,
dl,
dd,
dt,
h2,
p,
h3,
h4,
h1 {
	margin: 0;
}

ul,
li {
	list-style: none;
}

i {
	font-style: normal;
}

a {
	cursor: pointer;
	color: #333;
}

a:hover {
	text-decoration: none;
	color: currentColor;
}

.fs10 {
	font-size: 10px;
}

.fs11 {
	font-size: 11px;
}

.fs12 {
	font-size: 12px;
}

.fs13 {
	font-size: 13px;
}

.fs14 {
	font-size: 14px;
}

.fs15 {
	font-size: 15px;
}

.fs16 {
	font-size: 16px;
}

.fs17 {
	font-size: 17px;
}

.fs18 {
	font-size: 18px;
}

.fs19 {
	font-size: 19px;
}

.fs20 {
	font-size: 20px;
}

.fs21 {
	font-size: 21px;
}

.fs22 {
	font-size: 22px;
}

.fs23 {
	font-size: 23px;
}

.fs24 {
	font-size: 24px;
}

.fs25 {
	font-size: 25px;
}

.fs26 {
	font-size: 26px;
}

.fs27 {
	font-size: 27px;
}

.fs30 {
	font-size: 30px;
}

.fs33 {
	font-size: 33px;
}

.fs34 {
	font-size: 34px;
}

.fs36 {
	font-size: 36px;
}

.fs40 {
	font-size: 40px;
}

.fs48 {
	font-size: 48px;
	line-height: 52px;
}

.fs50 {
	font-size: 50px;
	line-height: 54px;
}

.c0 {
	color: #000;
}

.c3 {
	color: #333;
}

.c6 {
	color: #666;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.mb10 {
	margin-bottom: 10px;
}

.mt10 {
	margin-top: 10px;
}

.mt5 {
	margin-top: 5px;
}

.pr {
	position: relative;
}

.bold {
	font-weight: bold;
}

.img-responsive {
	display: block;
	margin: 0 auto;
}

.flex,
.flexC {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

.flex>.sub,
.flexC>.sub {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	overflow: hidden;
}

.flexC {
	-webkit-flex-direction: column;
	flex-direction: column;
}

.sb {
	justify-content: space-between;
}

.ai {
	align-items: center;
}

.oneLine {
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.no-padding {
	padding-left: 0;
	padding-right: 0;
}


@media (min-width: 1230px) {
	.container {
		width: 1230px;
		max-width: 100%;
	}

}


.header .topbar {
	line-height: 50px;
	background-color: #efefef;
	font-size: 14px;
	color: #777;
}

.header .topbar a {
	color: #777;
}

.header .topbar ul {
	float: right;
}

.header .topbar li {
	float: left;
	margin-left: 15px;
}

.header .topbar li.pipe {
	border:1px solid red;
	padding: 0 10px;
}

.header .topbar li a {
	display: block;
	background: no-repeat 0 center;
	padding-left: 30px;
}

.header .topbar li a.a1 {
	background-image: url(../images/tico1.jpg);
}

.header .topbar li a.a2 {
	background-image: url(../images/tico2.jpg);
}

.header .topbar li a.a3 {
	background-image: url(../images/tico3.jpg);
}

.header .topbar li.sc {
	float: right;
	position: relative;
}

.header .topbar li.sc a {
	display: block;
	height: 50px;
	width: 42px;
	background: url(../images/serico.jpg) no-repeat center;
	padding-left: 0;
}

.header .topbar li.sc form {
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 10;
	width: 252px;
	border: 1px solid #c22730;
	display: none;
}

.header .topbar li.sc input {
	float: left;
	width: 208px;
	padding: 10px;
	line-height: 20px;
	border: 0;
	background-color: #fff;
	font-size: 14px;
}

.header .topbar li.sc button {
	width: 42px;
	height: 42px;
	padding: 0;
	border: 0;
	font-size: 0;
	float: left;
	background: url(../images/serico.jpg) no-repeat center #3487c8;
	cursor: pointer;
}

.header .logo {
	float: left;
	padding: 20px 0;
}

.header .logo img {
	display: block;
	height: 76px;
	width: auto;
}

.header .text {
	float: left;
	font-size: 16px;
	padding: 8px 0 8px 16px;
	margin: 20px 0 20px 18px;
	border-left: 1px solid #000;
}

.header .text strong {
	display: block;
	font-size: 24px;
	color: #e91734;
	margin-bottom: 5px;
}

.header .tel {
	float: right;
	background: url(../images/tel.png) no-repeat left center;
	padding-left: 65px;
	margin-top: 28px;
	background-size: auto 100%;
}

.header .tel strong {
	display: block;
	font-size: 36px;
	font-family: Impact;
	line-height: 1;
}


.navbar {
	background: url(../images/topbg.jpg) repeat-x center;
	background-size: auto 100%;
	border: none;
	margin: 0;
}

.navbar-header-logo {
	padding: 5px 10px;
}

.navbar-header-logo img {
	max-height: 50px;
}

@media (min-width: 768px) {
	.navbar li a {
		display: block;
		line-height: 54px;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
	}

	.dropdown-menu {
		padding: 0;
	}

	.dropdown-menu>li>a {
		padding: 0 20px;
	}

	.navbar-nav>li>a {
		padding: 0 25px;
		min-width: 134px;
	}

	.navbar-nav>li>a {
		color: #fff;
	}

	.dropdown-menu li a {
		color: #333;
	}

	.navbar li a:hover,
	.navbar li.active>a,
	.navbar li.open>a,
	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus,
	.navbar-default .navbar-nav>li>a:hover,
	.navbar-default .navbar-nav>li>a:focus,
	.navbar-default .navbar-nav>.open>a,
	.navbar-default .navbar-nav>.open>a:hover,
	.navbar-default .navbar-nav>.open>a:focus {
		color: #fff;
		background: url(../images/hover.jpg) no-repeat center;
		background-size: 100% 100%;
	}

	.navbar .dropdown-menu li a:hover,
	.navbar-default .navbar-nav>li>a {
		color: #fff;
	}

	.dropdown-menu>li {
		border-bottom: 1px solid #ddd;
	}
}

@media (max-width: 767px) {
	.navbar {
		background: #fff;
		border-bottom: 1px solid #eee;
	}

	.navbar-default .navbar-toggle {
		height: auto;
	}

	.navbar-default .navbar-toggle:hover,
	.navbar-default .navbar-toggle:focus {
		background: transparent;
	}
}

.banner .swiper-pagination-bullet {
	width: 43px;
	height: 4px;
	border-radius: 0;
	opacity: 1;
	background: #fff;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 8px;
}

.banner .swiper-pagination-bullet-active {
	background: #dd2821;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 15px;
}

.search-sou {
	padding: 17px 0;
	border-bottom: 1px solid #eee;
}

.search-sou .hot {
	float: left;
	padding: 8px 0;
}

.search-sou .hot a {
	margin-right: 10px;
}

.search-sou .hot a:hover {
	color: #e70012;
}

.search-sou .hform {
	float: right;
}

.search-sou .hform input {
	outline: none;
	float: left;
	font-size: 14px;
	border: 0;
	padding: 8px 10px;
	line-height: 20px;
	background: #f7f7f7;
	width: 210px;
}

.search-sou .hform button {
	border: 0;
	border-bottom: 1px solid transparent;
	padding: 0;
	float: left;
	cursor: pointer;
	outline: none;
	width: 49px;
	height: 36px;
	background: url(../images/serico.jpg) no-repeat center;
}

@media (max-width: 450px) {
	.search-sou .hform {
		width: 100%;
	}

	.search-sou .hform form {
		display: flex;
		margin-top: 10px;
		justify-content: center;
		align-items: center;
	}

	.search-sou .hform input {
		width: 300px;
	}
}

/*.part5 {
	padding: 80px 0;
}*/

.ul-imgtxt02 {
	overflow: hidden;
}

.ul-imgtxt02>div {
	margin-bottom: 10px;
}

.ul-imgtxt02 .con {
	padding: 20px 0;
}

.ul-imgtxt02 .con .num {
	font-size: 36px;
	margin-top: 2px;
	float: left;
	width: 58px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	font-weight: 600;
	background: url(../images/bj2.png) center center no-repeat;
	background-size: 100% 100%;
	color: #fff;
}

.ul-imgtxt02 .con .txt {
	overflow: hidden;
	padding-left: 18px;
}

.ul-imgtxt02 .con .txt h3 {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 32px;
	color: #000;
	font-weight: bold;
}

.ul-imgtxt02 .con .txt h3 span {
	display: block;
	color: #dc2922;
	font-weight: bold;
}

.ul-imgtxt02 .con .txt p {
	font-size: 14px;
	color: #5b5b5b;
	line-height: 32px;
}



.part-title {
	text-align: center;
	margin-bottom: 40px;
}

.part-title h2 {
	font-size: 50px;
	line-height: 56px;
	font-weight: bold;
}

.part-title span {
	color: #dc2821;
}

.part-title p {
	margin: 5px 0 0;
	font-size: 20px;
	font-weight: bold;
}

.part-title small {
	display: block;
	font-family: 'Times New Roman';
	font-size: 75%;
	color: #c9c9c9;
}

.part-title.mini {
	margin-bottom: 20px;
	font-size: 24px;
}

.part2 {
	background: url(../images/part2bg.png) no-repeat top center;
	background-size: 100% 100%;
}

.part2-way {
	padding-top: 45px;
	padding-bottom: 20px;
}

.part2-way .slide {
	background-color: #fff;
	padding: 25px 0px 0px;
}
.part-left-slide{
	padding: 0 15px;
}
.part2-way .slide h4 {
	margin: 0 0 10px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.part2-way .slide h4 a {
	font-weight: bold;
	display: block;
	background: url(../images/jia.png) no-repeat right center;
	line-height: 24px;
	color: #e70012;
	font-size: 20px;
}

.part2-way .slide ul {
	overflow: hidden;
	margin-bottom: 10px;
}

.part2-way .slide li {
	float: left;
	width: 50%;
}

.part2-way .slide li a {
	display: block;
	line-height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.part2-way .slide li a:hover {
	color: #e70012;
}

.part2-way .slide .tel {
	background: url(../images/tel2.png) no-repeat 0 center;
	padding-left: 55px;
}

.part2-way .slide .tel strong {
	display: block;
	font-size: 28px;
	font-family: Impact;
	line-height: 1;
	margin-top: 5px;
}

.part2-way .list {
	overflow: hidden;
}

.part2-way .list li {
	padding: 0 10px;
}

.part2-way .list .box {
	margin-bottom: 20px;
	background-color: #fff;
	position: relative;
	overflow: hidden;
}
/*.part2-way .list .m {line-height: 210px;height: 210px;}*/
.part2-way .list p {
	margin: 0;
	line-height: 110px;
	text-align: center;
	padding: 0 20px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.part2-way .list .text {
	position: absolute;
	left: 0;
	top: 100%;
	background-color: #e70012;
	color: #fff;
	text-align: center;
	width: 100%;
	height: 100%;
	-webkit-transition: all .5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
	transition: all .5s cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.part2-way .list .text h4 {
	margin: 32px 0 18px;
	font-size: 22px;
	background: url(../images/fdj.png) no-repeat top center;
	padding-top: 68px;
}

.part2-way .list .text a {
	display: block;
	color: #fff;
	line-height: 24px;
}

.part2-way .list .box:hover .text {
	top: 0;
}
.cate-left-bottom{
	margin-top: 20px;
	border-top: none;
	border:1.4px solid #eee;
	padding-bottom: 20px;	
}
.cate-left-bottom h1{
	font-size: 24px;
	font-weight: bold;
	padding: 20px 0;
	color: #333;
	background-color: #999;
	text-align: center;
}
.cate-left-bottom h1 span{
	display: inline-block;
	padding-left: 34px;
}
.cate-left-bottom h1 img{
	float: right;
	display: inline-block;
	margin-right: 24px;
	width: 24px;
	height: 24px;
	border:2px solid #333
}
.cate-left-bottom .cate-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding:10px 20px;
}
.cate-left-bottom .cate-list a:hover{
	background-color: #e70012;
	color: #fff;
}
.cate-left-bottom .cate-list a{
	display: inline-block;
	background-color: #dfdfdf;
	padding: 10px 24px;
	min-width: 110px;
	margin:10px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	border-radius: 3px;
}
@media(max-width:1200px){
	.cate-left-bottom .cate-list a{

	}
}
@media(min-width:768px) and (max-width:991px){
	.cate-left-bottom h1 span{
		padding-left: 0px;
	}
	.cate-left-bottom .cate-list a{
		min-width: 90px;
		padding: 10px 0px;
	}
}
@media(max-width:768px){
	.cate-left-bottom .cate-list{
		/*justify-content: flex-start;*/
	}
	.cate-left-bottom .cate-list a{
		/*margin-left: 20px;*/
	}
}
/*.part3-fea{display: flex;flex-wrap: wrap;}*/
.part3-fea li {
	color: #333;
	border-right: 1px solid #ccc;
	margin: 15px 0;
}

.part3-fea li:nth-child(4n) {
	border-right: 0;
}

.part3-fea li span {
	display: block;
	width: 130px;
	height: 130px;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
	background-color: #ededed;
	margin: 0 auto;
}

.part3-fea li img {
	position: absolute;
	width: 53px;
	height: 53px;
	top: 50%;
	left: 50%;
	margin: -26px 0 0 -26px;
	-webkit-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

.part3-fea li img.h {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translate3d(0, 0, -65px) rotate3d(1, 0, 0, 90deg);
	transform: translate3d(0, 0, -65px) rotate3d(1, 0, 0, 90deg);
}

.part3-fea li h4 {
	margin: 25px 0 15px;
	font-size: 24px;
	font-weight: bold;
}

.part3-fea li small {
	font-weight: bold;
	display: block;
	font-size: 13px;
	color: #4f4f4f;
	text-transform: uppercase;
}

.part3-fea li .fea-btn {
	font-weight: bold;
	width: 190px;
	max-width: 100%;
	padding: 0 4px;
	display: block;
	margin: 60px auto 0;
	line-height: 46px;
	background-color: #dc2821;
	border-radius: 50px;
	font-size: 13px;
	color: #fff;
}

.part3-fea li:hover span {
	background-color: #e70012;
}

.part3-fea li:hover img.a {
	-webkit-transform: translate3d(0, 65px, 0) rotate3d(1, 0, 0, -90deg);
	transform: translate3d(0, 65px, 0) rotate3d(1, 0, 0, -90deg);
	opacity: 0;
}

.part3-fea li:hover img.h {
	-webkit-transform: rotate3d(1, 0, 0, 0deg);
	transform: rotate3d(1, 0, 0, 0deg);
	opacity: 1;
	visibility: visible;
}

.part4-pkBox {}

.part4-pkBox .tit {
	position: relative;
	z-index: 2;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	background: url(../images/pkbg1.png) no-repeat center top;
}

.part4-pkBox .tit span {
	float: left;
	width: 50%;
	color: #fff;
	height: 85px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.part4-pkBox .tit span:last-child {
	color: #6b6b6b;
}

.part4-pkBox .tit .pk-icon {
	position: absolute;
	right: 50%;
	top: 10px;
	margin-right: -65px;
	width: 152px;
	z-index: 1;
	height: 89px;
	background: url(../images/pk.png) no-repeat center top;
	background-size: 100% auto;
}

.part4-pk-item {
	display: flex;
	background: url(../images/pkitem2.png) no-repeat top center;
	background-size: 100% 100%;
}

.part4-pk-item:nth-child(2n) {
	background-image: url(../images/pkitem1.png);
}

.part4-pk-item dl {
	float: left;
	width: 50%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.part4-pk-item dt {
	padding: 27px 0;
	width: 25%;
}

.part4-pk-item dd {
	padding: 15px 30px;
	width: 75%;
}

.part4-pk-item dd h4 {
	margin: 0 0 10px;
	font-size: 30px;
	color: #c5262b;
	font-weight: bold;
}

.part4-pk-item dd p {
	margin: 0;
	font-size: 16px;
	color: #727272;
	line-height: 24px;
}

.part4-pk-item dl:nth-of-type(even) {
	flex-direction: row-reverse;
}

.part4-pk-item dl:nth-of-type(even) dd {
	text-align: right;
}

.part4-pk-item dl:nth-of-type(even) h4 {
	color: #6b6b6b;
}

/*.part4-pk.swiper-container-horizontal>.swiper-pagination-bullets{bottom:0;}*/
.part4-pk .swiper-pagination-bullet-active {
	background: #c5262b;
}

.part5-anli-tit {
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.part5-anli-tit li {
	background: url(../images/antit.jpg) no-repeat 0 100%;
	min-width: 14.2857142857%;
	margin-bottom: 15px;
}

.part5-anli-tit li:first-child {
	background: none;
}

.part5-anli-tit li a {
	display: block;
	text-align: center;
}

.part5-anli-tit li i {
	display: block;
	height: 45px;
	background: no-repeat center 0;
}

.part5-anli-tit li p {
	margin: 15px 0 0;
	font-size: 18px;
}

.part5-anli-tit li small {
	display: block;
	font-size: 12px;
	color: #bcbcbc;
}

.part5-anli-tit li i.i1 {
	background-image: url(../images/x1.jpg);
}

.part5-anli-tit li i.i2 {
	background-image: url(../images/x2.jpg);
}

.part5-anli-tit li i.i3 {
	background-image: url(../images/x3.jpg);
}

.part5-anli-tit li i.i4 {
	background-image: url(../images/x4.jpg);
}

.part5-anli-tit li i.i5 {
	background-image: url(../images/x5.jpg);
}

.part5-anli-tit li i.i6 {
	background-image: url(../images/x6.jpg);
}

.part5-anli-tit li i.i7 {
	background-image: url(../images/x7.jpg);
}

.part5-anli-tit li a:hover i {
	background-position: center -45px;
}

.part5-case-con {
	position: relative;
}

.part5-case-con .swiper-container {
	padding-bottom: 30px;
}

.part5-case-con li,
.part9-sczx-con li {
	background: #fff;
}

.part5-case-con li .text {
	padding: 20px 15px;
	text-align: center;
}

.part5-case-con li .text h4 {
	color: #000;
	font-size: 24px;
	text-align: center;
	line-height: 66px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

/*.part5-case-con li .text h4 {border-bottom: 1px solid #d9d9d9;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;margin: 0;font-size: 20px;padding-bottom: 15px;}*/
.part5-case-con li .text p {
	margin: 15px 0 0;
	height: 60px;
	color: #666;
}

.part5-case-con li .imgBox,
.part9-sczx-con li .imgBox {
	overflow: hidden;
	height: 310px;
	line-height: 310px;
}

.part5-case-con li img,
.part9-sczx-con li img {
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}

.part5-case-con li a:hover img,
.part9-sczx-con li a:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.part5-case-con .part5-prev,
.part5-case-con .part5-next {
	outline: none;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	margin-top: -50px;
	background: no-repeat center;
	z-index: 2;
}

.part5-case-con .part5-prev {
	background-image: url(../images/prev1.png);
	left: -25px;
}

.part5-case-con .part5-prev:hover {
	background-image: url(../images/prev1h.png);
}

.part5-case-con .part5-next {
	background-image: url(../images/next1.png);
	right: -25px;
}

.part5-case-con .part5-next:hover {
	background-image: url(../images/next1h.png);
}

/*.part5-case-con .swiper-button-disabled{opacity: 0.3;}*/
.part5-case-con .swiper-pagination-bullet-active {
	background: #c5262b;
}

.part5-case-con .swiper-container-horizontal>.swiper-pagination-bullets {
	bottom: 0;
}

.part5Top {
	position: relative;
	z-index: 2;
}

.part5Bg {
	margin-top: -15%;
}

.part6-list {
	display: flex;
	flex-wrap: wrap;
}

.part6-list li {
	border-right: 1px dashed #b8b8b8;
	margin-bottom: 20px;
}

.part6-list li .box {
	padding: 0 13.3%;
	position: relative;
}

.part6-list li:nth-child(3n) {
	border-right: none;
	padding-right: 0;
}

.part6-list li:nth-child(3n+1) {
	padding-left: 0;
}

.part6-list li h4 {
	padding-left: 58px;
	font-weight: bold;
	color: #000;
	font-size: 34px;
	position: relative;
	margin-bottom: 20px;
}

.part6-list li h4 small {
	font-weight: normal;
	color: #000;
	display: block;
	font-size: 18px;
	margin-top: 7px;
	text-transform: uppercase;
}

.part6-list li h4 span,
.part6-list li .num {
	color: #dc2821;
}

.part6-list li .num {
	position: absolute;
	left: 0;
	top: 10px;
	font-style: italic;
	font-size: 42px;
}

.part6-list li p {
	font-size: 15px;
	color: #000;
	line-height: 24px;
	margin-bottom: 12px;
}

.part7-fw {
	padding-left: 20px;
}

.part7-fw dl {
	display: flex;
	margin: 30px 0 0;
	flex-wrap: wrap;
}

.part7-fw dt {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 37%;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	float: left;
	text-align: center;
	padding: 20px 15px;
	background: url(../images/fwbgl.png) no-repeat center;
	background-size: 100% 100%;
}

.part7-fw dt span {
	margin-right: 15px;
	display: inline-block;
	width: 34px;
	height: 30px;
	background: url(../images/fuw_ico01.png) no-repeat center;
	background-size: 100% auto;
}

.part7-fw dd {
	width: 63%;
	padding: 10px 20px 0 20px;
	line-height: 24px;
	color: #787878;
	background: url(../images/fwbgr.png) no-repeat left center;
	background-size: 100% 100%;
}

.part7-fw dl:hover dd {
	background-image: url(../images/fwbgr1.png);
}

.part7-fw dl:hover dt {
	background-image: url(../images/fwbgl1.png);
}


.part8-list ul {
	display: flex;
	flex-wrap: wrap;
}

.part8-list li {
	margin-bottom: 20px;
	float: left;
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-right: 22px;
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
	background-color: #ebebeb;
	text-align: center;
	position: relative;
}

.part8-list li:after {
	position: absolute;
	width: 11px;
	height: 17px;
	background: url(../images/jt2.png) no-repeat;
	content: "";
	top: 50%;
	margin-top: -8px;
	right: -17px;
}

.part8-list li:last-child {
	margin-right: 0;
}

.part8-list li:last-child:after {
	display: none;
}

.part8-list li i {
	width: 35px;
	height: 35px;
	overflow: hidden;
	margin: 23px auto 0;
	display: block;
	font-size: 0;
}

.part8-list li strong {
	display: block;
	line-height: 25px;
}

.part8-list li img {
	-webkit-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.part8-list li:hover {
	background-color: #e70012;
	color: #fff;
}

.part8-form {
	margin-top: 55px;
}

.part8-form .form-item {
	border-bottom: 1px solid #323232;
	color: #000;
	font-size: 18px;
	margin-bottom: 30px;
	margin-top: 10px;
}

.part8-form .form-item label {
	margin: 0;
}

.part8-form .form-item textarea {
	width: 100%;
	outline: none;
	border: none;
	border: 0;
	padding: 0;
	background-color: transparent;
	line-height: 30px;
}

.part8-form .form-item input {
	outline: none;
	margin-left: 10px;
	border: 0;
	padding: 0;
	background-color: transparent;
	line-height: 40px;
	font-size: 16px;
}

.part-tel {
	margin-top: 10px;
	margin-left: 40px;
	text-align: center;
	background: url(../images/tel1.png) no-repeat left center;
	padding-left: 40px;
}

.part-tel p {
	text-align: left;
	margin: 0;
	font-size: 16px;
}

.part-tel strong {
	display: block;
	font-family: Impact;
	font-size: 34px;
}

.part-tel strong span {
	color: #e70012;
	margin-left: 8px;
}

.part8-form .form-submit button {
	margin-bottom: 20px;
	font-size: 22px;
	font-weight: bold;
	width: 240px;
	color: #fff;
	padding: 16px 0;
	text-align: center;
	background: #dc2821;
	border-radius: 55px;
	border: none;
	outline: none;
}

.part8-form .form-submit {
	flex-wrap: wrap;
	justify-content: space-between;
}

.part8-form .ewm {
	width: 92px;
}

.part9 {
	background: #ebebeb;
}

.part9-sczx-con {
	position: relative;
}

.part9-sczx-con li .imgBox {
	height: auto;
}

.part9-sczx-con li p {
	line-height: 72px;
	background: #dc2821;
	color: #ebebeb;
	font-size: 26px;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}

.part9-prev,
.part9-next {
	font-family: cursive;
	font-weight: bold;
	outline: none;
	z-index: 10;
	font-size: 28px;
	position: absolute;
	top: 50%;
	margin-top: -26px;
	width: 52px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	background: #fff;
	border-radius: 100%;
	color: #dc2821;
}

.part9-prev {
	left: -26px;
}

.part9-next {
	right: -26px;
}

.part9-prev.swiper-button-disabled,
.part9-next.swiper-button-disabled {
	color: #ccc;
	opacity: 0.8;
}

.part10-tit {
	border-bottom: 1px solid #eee;
	margin: 20px 0 30px;
}

.part10-tit a {
	font-size: 24px;
	position: relative;
	border-bottom: 3px solid transparent;
	margin-bottom: -1px;
	padding-bottom: 15px;
	display: inline-block;
	margin-right: 44px;
}

.part10-tit a::after {
	position: absolute;
	content: '·';
	right: -23px;
	font-size: 24px;
}

.part10-tit a.active {
	border-color: #e70012;
}

.part10-tit a:last-child::after {
	content: '';
	margin-right: 0;
}

.part10-con {
	position: relative;
	overflow: hidden;
}

.part10-con-item h4 {
	font-size: 28px;
	font-weight: bold;
	margin: 30px 0;
	padding-right: 90px;
	position: relative;
}

.part10-con-item h4 span {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	font-weight: initial;
	font-size: 16px;
	line-height: 40px;
}

.part10-con-item .newsRight {
	margin-left: 20px;
}

.part10-con-item .newsRight p {
	line-height: 1.8;
	min-height: 120px;
}

.part10-con-item .newsRight a.more {
	margin-top: 10px;
	display: inline-block;
}

.part10-con-item .newsRight a:hover {
	color: #dc2821;
}

@media only screen and (min-width: 768px) {
	.part10-con-item .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 13px;
	}

	.part10-con-item .swiper-pagination-bullet {
		width: 15px;
		height: 15px;
		opacity: 1;
		background: #fff;
	}

	.part10-con-item .swiper-pagination {
		text-align: left;
		padding-left: 20px;
	}

	.part10-con-item .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
		margin: 0 9px;
	}
}

.part10-con-item .swiper-pagination-bullet-active {
	background: #e70012
}

.part10-con-item {
	position: absolute;
	z-index: -1;
	width: 100%;
	opacity: 0;
	transition: all linear .3s;
}

.part10-con-item:first-child {
	position: relative;
	z-index: 1;
	opacity: 1;
}

.part10-question {
	margin-top: 40px;
}

.part10-question .subtitle {
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.part10-question .subtitle span {
	line-height: 22px;
	display: inline-block;
	padding-bottom: 10px;
	padding-left: 28px;
	background: url(../images/wd.png) no-repeat 0 0;
}

.part10-question .swiper-slide a {
	display: block;
	overflow: hidden;
}

.part10-question .swiper-slide .date {
	float: left;
	width: 128px;
	font-size: 12px;
	color: #b2b2b2;
	line-height: 30px;
}

.part10-question .swiper-slide .question-con {
	margin: 0 0 0 128px;
}

.part10-question .swiper-slide h4 {
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}

.part10-question .swiper-slide p {
	height: 56px;
	overflow: hidden;
	line-height: 28px;
	color: #666;
}

.part11 {
	background: url(../images/abt_bg.jpg) no-repeat center bottom #f0f0f0;
}

.part11-about-text {
	padding: 70px 20px 0 5px;
}

.part11-about-text h4 {
	margin: 0;
	font-size: 28px;
}

.part11-about-text p {
	line-height: 1.8;
	margin: 30px 0 0;
	text-align: justify;
}

.part11-text {
	background: #fff;
}

.part11 .figure {
	text-align: center;
	padding: 40px 10px;
	font-size: 0;
	background: #fff;
}

.part11 .figure li {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	margin: 0 15px 15px;
}

.part11 .figure li strong {
	display: inline-block;
	vertical-align: middle;
	line-height: 1;
	font-size: 48px;
	font-family: Impact;
	color: #e70012;
}

.part11 .figure li p {
	margin: 0 0 0 5px;
	max-width: 110px;
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
	font-size: 18px;
}

.part-ab-ul {
	margin: 0;
}

.part-ab-ul dt {
	float: left;
	padding: 25px 20px;
	background-color: #dc2821;
	color: #fff;
	font-size: 16px;
}

.part-ab-ul dt strong {
	display: block;
	font-size: 24px;
	margin-bottom: 10px;
}

.part-ab-ul .swiper-slide a {
	display: block;
	border: 1px solid #ddd;
}

.part-ab-ul .swiper-slide a .part-ab-item {
	height: 120px;
	line-height: 120px;
	overflow: hidden;
}

.part-ab-ul .swiper-slide a .part-ab-item img {
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.part-ab-ul .swiper-slide a:hover .part-ab-item img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.part-ab-swiper {
	padding: 0 86px;
	position: relative;
}

.part-ablum {
	margin-top: 40px;
}

.part-ablum .part-ab-prev,
.part-ablum .part-ab-next {
	outline: none;
	position: absolute;
	top: 50%;
	background: no-repeat 0 0;
	width: 48px;
	height: 48px;
	margin-top: -24px;
}

.part-ablum .part-ab-prev {
	background-image: url(../images/ljt.png);
	left: 13px;
}

.part-ablum .part-ab-next {
	background-image: url(../images/rjt.png);
	right: 13px;
}

.part-ablum .part-ab-prev:hover,
.part-ablum .part-ab-next:hover {
	background-position: -49px 0;
}

.footBox {
	margin-top: 20px;
}

.footer-link,
.footer-area {
	padding: 15px 0 15px;
}

.footer-link h4 {
	border-bottom: 1px solid #ddd;
	margin: 0;
	line-height: 40px;
	font-size: 19px;
	color: #dc2821;
	font-weight: bold;
}

.footer-link h4 small {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	color: #999;
}

.footer-link ul {
	margin-left: -20px;
}

.footer-link li {
	float: left;
	margin-left: 20px;
	margin-top: 20px;
}

.footer-area h4 {
	border: none;
	line-height: 30px;
}

.footer-area li {
	margin: 5px 0 15px 20px;
}

.footer {
	margin-top: 40px;
	padding-bottom: 35px;
	background: url(../images/foot_bg.jpg) no-repeat center top;
	background-size: auto 100%;
	color: #fff;
}

.footer .left {
	margin-left: 4px;
	margin-top: -18px;
	display: inline-block;
	min-width: 300px;
	max-width: 98%;
	text-align: center;
	background: url(../images/foottitbg.png) no-repeat center top;
	background-size: 100% 100%;
}

.footer .left .tit {
	height: 75px;
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	padding: 0 45px 0 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.footer .info a {
	color: #fff;
}

.footer .info .tit {
	font-size: 20px;
	margin-bottom: 20px;
	padding-top: 4px;
}

.footer-nav {
	padding-top: 10px;
}

.footer .info .item {
	margin-bottom: 15px;
}

.footer .info ul {
	overflow: hidden;
}

.footer .info li {
	float: left;
	width: 50%;
}

.footer .info li a {
	display: block;
	line-height: 44px;
	color: #fff;
	font-size: 16px;
	padding-left: 15px;
	background: url(../images/san1.png) no-repeat left center;
}

.footer .info .ewm {
	max-width: 130px;
	float: right;
}

.footer .info .ewm img {
	display: block;
	width: 100%;
	height: auto;
}

.footer .info p {
	padding: 8px 0;
	margin: 5px 0;
}

.footer .info li a:hover {
	color: #dc2821;
}
.footer-tabbar{
	position: fixed;
	bottom: 0;
    left: 0;
	z-index: 999;
	overflow: hidden;
	width: 100%;
	background: #CF583E;
	display: none;
}
.footer-tabbar a{
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 18px;
	text-align: center;
	padding: 10px 0;
}
.footer-tabbar a .phone-ringing{
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: #fff;
	overflow: hidden;
	margin-right: 10px;
}
.footer-tabbar a .phone-ringing img{
	width: 80%;
	height: 80%;
}
@media only screen and (max-width: 1000px) {
	.part4-pkBox .tit {
		font-size: 28px;
	}

	.part4-pk-item dd h4 {
		font-size: 22px;
	}

	.part4-pk-item dd p {
		font-size: 14px;
		line-height: 20px;
	}

	.part4-pk-item dd {
		padding: 10px 25px;
	}
}

@media only screen and (max-width: 768px) {
	.part {
		padding: 35px 0 25px;
	}

	.ul-imgtxt02 .con .num {
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 24px;
	}

	.ul-imgtxt02 .con .txt {
		padding-left: 10px;
	}

	.ul-imgtxt02 .con .txt h3 {
		font-size: 16px;
		margin-bottom: 10px;
		line-height: 26px;
	}

	.ul-imgtxt02 .con .txt h3 span {
		font-size: 18px;
	}

	.ul-imgtxt02 .con .txt p {
		line-height: 28px;
	}

	.part-title {
		margin-bottom: 20px;
	}

	.part-title h2 {
		font-size: 32px;
		line-height: 38px;
		margin-top: 8px;
	}

	.part2-way {
		padding-top: 25px;
	}

	.part2-way .slide {
		margin-bottom: 20px;
	}

	.part2-way .list .text h4 {
		margin: 15px 0 10px;
		padding-top: 15px;
		font-size: 18px;
		background: none;
	}

	.part3-fea li:nth-child(2n) {
		border-right: 0;
	}

	.part4-pkBox .tit span {
		font-size: 26px;
	}

	.part5-anli-tit li {
		width: 20%;
	}

	.part5-case-con li .text h4 {
		line-height: 30px;
	}

	.part6-list li {
		border-right: 0;
	}

	.part6-list li .box {
		padding: 0 10px;
	}

	.part7-fw {
		padding: 0;
	}

	.part7-fw dt {
		font-size: 14px;
		padding: 10px;
	}

	.part7-fw dt span {
		width: 20px;
		height: 20px;
		margin-right: 7px;
	}

	.part7-fw dd {
		padding: 5px 10px 5px 15px;
	}

	.part7-fw dl dd {
		background-image: url(../images/fwbgr1.png);
		line-height: 20px;
		text-overflow: -o-ellipsis-lastline;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.part8-list li {
		margin-bottom: 15px;
		width: 25%;
		height: auto;
		margin-right: 0;
		text-align: center;
		background: none;
	}

	.part8-list li::after {
		display: none;
	}

	.part8-list li i {
		max-width: 100%;
		width: auto;
		height: auto;
		min-height: 35px;
		margin-top: 8px;
	}

	.part8-list li strong {
		margin-top: 10px;
		font-size: 15px;
	}

	.part9 {
		padding-bottom: 40px;
	}

	.part9-sczx-con {
		margin: 0 10px;
	}

	.part9-sczx-con li p {
		line-height: 46px;
		font-size: 16px;
	}


	.part10-con-item .newsRight {
		margin-left: 0;
	}

	.part10-con-item h4 {
		font-size: 18px;
		margin: 10px 0 15px;
	}

	.part10-con-item h4 span {
		font-size: 14px;
	}

	.part10-con-item .newsRight p {
		min-height: 0;
	}

	.part10-con-item .newsRight a.more {
		margin-top: 15px;
	}

	.part10-con-item .swiper-slide img {
		margin-bottom: 10px;
	}

	.part11 .figure li strong,
	.part11 .figure li p {
		display: block;
		max-width: 100%;
	}

	.part11 .figure li strong {
		font-size: 36px;
	}

	.part11 .figure li p {
		font-size: 15px;
	}

	.part11 .figure li {
		float: left;
		width: 50%;
		margin: 0 0 15px 0;
		padding: 0 20px;
	}

	.part11 {
		background-size: auto 100%;
	}

	.part11-about-text {
		padding-top: 20px;
	}

	.part-ab-swiper {
		padding: 0 40px;
	}

	.part-ablum .part-ab-ul dt {
		margin-bottom: 20px;
	}

	.part-ablum .part-ab-prev,
	.part-ablum .part-ab-next {
		width: 38px;
		height: 38px;
		margin-top: -19px;
		overflow: hidden;
		border-radius: 100%;
		background-size: auto 100%;
	}

	.part-ablum .part-ab-prev {
		left: -4px;
	}

	.part-ablum .part-ab-next {
		right: -4px;
	}

	.footer .info .ewm {
		float: none;
	}

}

@media only screen and (max-width: 767px) {
	.part-ab-ul dt strong {
		margin-bottom: 4px;
	}

	.navbar-default .navbar-nav>.active>a,
	.navbar-default .navbar-nav>.active>a:hover,
	.navbar-default .navbar-nav>.active>a:focus {
		color: #dc2821;
		background: none;
	}

	.navbar-default .navbar-nav .open .dropdown-menu>.active>a,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover,
	.navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus {
		color: #dc2821;
	}
	.footer-tabbar{
		display: block;
	}

}

@media only screen and (max-width: 479px) {
	.part-title h2 {
		font-size: 28px;
		line-height: 34px;
	}

	.part-title p {
		font-size: 18px;
	}

	.ul-imgtxt02 .con .txt p {
		font-size: 12px;
		line-height: 1.8;
	}

	.part1 {
		padding-top: 15px;
	}

	.part2-way {
		padding-top: 10px;
		padding-bottom: 0;
	}

	.part2-way .slide li a {
		line-height: 32px;
	}

	.part2-way .slide {
		padding: 15px 10px 15px;
	}

	.part2-way .slide h4 {
		padding: 0;
		width: 33.333%;
		float: left;
		text-align: center;
		padding-bottom: 10px;
	}

	.part2-way .slide .tel {
		float: left;
	}

	.part2-way .slide ul {
		display: none;
	}

	.part2-way .slide h4 a {
		line-height: 18px;
		background: #333;
		color: #fff;
		font-size: 16px;
		padding: 13px 0;
		margin: 0 2px;
		font-weight: normal;
	}

	.part2-way .list p {
		line-height: 60px;
		font-size: 16px;
	}

	.part3-fea li span {
		width: 110px;
		height: 110px;
	}

	.part3-fea li h4 {
		font-size: 17px;
		margin: 18px 0 12px;
	}

	.part3-fea li small {
		font-size: 12px;
	}

	.part3-fea li .fea-btn {
		margin-top: 30px;
	}

	.part4-pkBox .tit span {
		font-size: 18px;
		height: 70px;
	}

	.part4-pkBox .tit .pk-icon {
		width: 75px;
		margin-right: -41px;
		height: 55px;
		bottom: -30px;
		top: auto;
	}

	.part4-pk-item dt,
	.part4-pk-item dd {
		width: 100%;
		padding-bottom: 10px;
	}

	.part4-pk-item dt img {
		width: 90px;
		height: 90px;
		border-radius: 100%;
		overflow: hidden;
	}

	.part4-pk-item dd {
		padding: 10px 15px 15px;
	}

	.part4-pk-item dl:nth-of-type(even) dd {
		text-align: left;
	}

	.part4-pk-item dd h4 {
		text-align: center;
		font-size: 15px;
	}

	.part4-pk-item dd p {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 4;
		overflow: hidden;
		width: 100%;
	}

	.part6-list li:nth-child(3n+1){padding-left: 15px;}
	.part5-anli-tit li{width: 33.333%;background: none;}

	.part5-anli-tit li {
		width: 33.333%;
	}

	.part5-case-con li .text h4 {
		font-size: 18px;
		line-height: 22px;
	}

	.part5-anli-tit li p {
		margin-top: 10px;
	}

	.part5-case-con li .imgBox {
		height: auto;
	}

	.part6-list li .box {
		padding: 10px 5px;
	}

	.part6-list li .box img {
		width: 100%;
	}

	.part6-list li h4 {
		font-size: 24px;
	}

	.part6-list li h4 small {
		font-size: 16px;
	}

	.part6-list li p {
		font-size: 14px;
		margin-bottom: 15px;
	}

	.part6-list li .num {
		top: 3px;
		font-size: 40px;
	}

	.part6-list li:last-child {
		margin-bottom: 0;
	}

	.part7-fw dl {
		margin-top: 15px;
	}

	.part8-form .form-item {
		margin: 5px 0;
		font-size: 15px;
	}

	.part8-form .form-item label {
		line-height: 40px;
	}

	.part8-form .form-submit button {
		margin: 25px auto 20px;
	}

	.part8-form {
		margin-top: 5px;
	}

	.part-tel {
		margin: 0 0 0 15px;
		padding-left: 34px;
	}

	.part8-form .form-submit button {
		font-size: 16px;
		padding: 12px 0;
	}

	.part-tel strong {
		font-size: 18px;
	}

	.part9-prev,
	.part9-next {
		width: 40px;
		line-height: 40px;
		height: 40px;
	}

	.part9-prev {
		left: -20px;
	}

	.part9-next {
		right: -20px;
	}

	.part10-tit a,
	.part10-tit a::after {
		font-size: 17px;
	}

	.part10-tit a {
		padding-bottom: 8px;
	}

	.part10-tit {
		margin: 30px 0 20px;
	}

	.part10-con-item h4 {
		padding-right: 0;
	}

	.part10-con-item h4 a {
		display: block;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	.part10-con-item h4 .time {
		position: relative;
		top: 0;
		margin-top: 8px;
		line-height: 20px;
		display: inline-block;
	}

	.part10-con-item .newsRight {
		padding-bottom: 30px;
	}

	.part10-con-item .swiper-container-horizontal>.swiper-pagination-bullets {
		bottom: 5px;
	}

	.part10-con-item .newsRight a.more {
		color: #dc2821;
		border: 1px solid #dc2821;
		padding: 0 20px;
		line-height: 30px;
		border-radius: 30px;
	}

	.part11 .figure {
		padding-top: 25px;
	}

	.part11-about-text {
		padding: 30px 10px 0;
	}

	.part11-about-text h4 {
		font-size: 22px;
	}

	.part11-about-text p {
		margin-top: 20px;
	}

	.part11 .figure li {
		padding: 0 10px;
	}

	.part-ablum .part-ab-ul dt {
		padding: 20px 15px;
		font-size: 15px;
	}

	.part-ab-ul dt strong {
		font-size: 18px;
	}

	.part-ab-swiper {
		padding: 0 20px;
	}

	.part-ablum .part-ab-prev {
		left: -15px;
	}

	.part-ablum .part-ab-next {
		right: -15px;
	}

	.part-ablum .part-ab-prev,
	.part-ablum .part-ab-next {
		width: 32px;
		height: 32px;
	}

	.footer {
		margin-top: 30px;
	}

	.footer .left {
		margin-top: -14px;
		margin-bottom: 10px;
	}

	.footer .left .tit {
		font-size: 18px;
		height: 56px;
	}

	.footer .info .tit {
		font-size: 16px;
		margin-bottom: 10px;
	}

	.footer .info li a {
		line-height: 32px;
		font-size: 14px;
	}

	.footer .info .item {
		margin-bottom: 15px;
		padding-top: 10px;
	}

	.footer .info p {
		padding: 4px 0;
		line-height: 24px;
	}


}
.header .topbar li.l3>a{padding-left: 20px;}