.main-more {
    display: block;
    width: 216px;
    height: 54px;
    line-height: 52px;
    overflow: hidden;
    margin: 20px auto 20px;
    border-width: 1px 8px;
    border-style: solid;
    border-color: #feeaec;
    border-radius: 74px;
    -webkit-border-radius: 74px;
    -moz-border-radius: 74px;
    -ms-border-radius: 74px;
    -o-border-radius: 74px;
    font-size: 26px;
    color: #ff0000;
    text-align: center;
    background-color: #ffffff;
}

.ftbar {
    background: rgba(255, 135, 145, .8);
    padding: 22px 80px;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.ftbar .fthd {
    width: 1240px;
    position: relative;
    opacity: 1;
}
.ftbar .close {
    position: absolute;
    right: 0px;
    top: -20px;
}
.ft-form {
    margin-top: 0px;
    margin-right: 6%;
    position: relative;
}
.pull-right {
    float: right;
}
.ft-form .ft-ftip {
    padding-left: 10%;
    color: #fff;
    font-size: 18px;
    margin-bottom: 10px;
}
.ft-form input {
    border: 0;
    height: 40px;
    line-height: 40px;
    width: 210px;
    border-radius: 10px;
    font-size: 16px;
    color: #333;
    padding: 5px 10px;
	margin-right: 30px;
	background: #fff;
}
.ft-form .btn {
    height: 50px;
    line-height: 50px;
    margin-left: 30px;
    background: #fff;
    color: #f33142;
    font-weight: bold;
    padding: 10px 20px;
    font-size: 16px;
    border-radius: 25px;
}
.pull-left {
    float: left;
}

/**
service
**/
.service {
	padding: 40px 0px 0;
}
.service .main-title {
	margin-bottom: 36px;
}
.service ul {
	margin-right: -48px;
}
.service ul li {
	/* padding-right: 48px; */
	width:23%;
	margin:0 1%;
}
.service ul li a {
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
}
.service ul li a .pic {
	display: block;
	width: 100%;
}
.service ul li a .desc {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 20px 58px 20px 42px;
	color: #fff;
}
.service ul li a .desc::before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 350%;
	content: '';
	transition: all .25s ease;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
}
.service2 ul li a .desc::before {
	position: absolute;
	top:auto;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 60%;
	content: '';
	transition: all .25s ease;
	-webkit-transition: all .25s ease;
	-moz-transition: all .25s ease;
	-ms-transition: all .25s ease;
	-o-transition: all .25s ease;
}

.service ul li:first-child a .desc::before {
	background-color: #f74f35;
}
.service ul li:nth-child(2) a .desc::before {
	background-color: #38b762;
}
.service ul li:nth-child(3) a .desc::before {
	background-color: #f78935;
}
.service ul li:nth-child(4) a .desc::before {
	background-color: #355cf7;
}
.service ul li a .desc strong {
	display: block;
	margin-right: 22px;
	font-size: 120px;
	color:#fff;
}
.service ul li a .desc .strong{
	font-size: 110px

}
.service ul li a .desc .tbc {
	vertical-align: bottom;
}
.service ul li a .desc .item {
	position: relative;
	overflow: hidden;
}
.service ul li a .desc h3 {
	margin: 20px 0 18px;
	font-size: 25px;
	color:#fff;
}
.service ul li a .desc .h3{
	margin: 62px 0 18px;
}
.service ul li a .desc p {
	margin: 0;
	font-size: 25px;
	color:#fff;
}
.service ul li a:hover .desc{
	height: 100%;
}
.service ul li a:hover .desc::before {
	top: -250%;
	opacity: 0.55;
}


.service1 ul li:first-child a .desc::before {
	background-color: #f74f35;
}
.service1 ul li:nth-child(2) a .desc::before {
	background-color: #38b762;
}
.service1 ul li:nth-child(3) a .desc::before {
	background-color: #f78935;
}
.service1 ul li:nth-child(4) a .desc::before {
	background-color: #355cf7;
}


@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	font-family:'Noto Sans',Microsoft Yahei, "Arial", sans-serif;
	color: #000;
	font-size: 1em;
}

img {
	/* display: block; */
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
	cursor: pointer;
	outline: none
}

body {
	color: #f5f5f5
}
.cl{
	clear: both;
}

.container {
	margin: 0 auto;
	width: 1220px;
}

.block {
	padding: 20px 0;
}

.top {
	width: 100%;
    height: auto;
    position: fixed;
    z-index: 99999;
    background: rgba(0,0,0,0.3);
    padding: 0% 8%;
}

.logo {
	float: left;
    width: 30%;
    margin-right: 0;
}
.logo img{
	width: auto;
	max-width: 100%;
	margin-top: 20px;
	max-height: 75px;
	margin-bottom: 5px;
}
.tel{
	width: 16%;
	height: auto;
	overflow: hidden;
	float: right;
	color: #c51438;
	font-size: 28px;
	font-weight: 600;
	line-height: 95px;
	font-weight: 1000;
	
}
.tel img{
	max-width: 1.25vw;
	margin-right: 3px;
}


/* 主菜单 */

.head {
	float: right;
	position: relative;
	width: 52%;
	margin-right: 2%;
	/* border-bottom: 1px solid #ddd; */
	height: 95px;
	z-index: 9999
}

.head .navbox {
	/*width: 770px;*/
	margin: 0 auto;
}

.head .nav {
	display: block;
	float: right;
	width: 90%;
}

.head .nav .nav_pc {
	width: 100%;
}

.head .nav ul li {
	float: left;
	position: relative;
	width: 109px;
	/* line-height: 79px; */
	box-sizing: border-box;
	z-index: 999;
	padding: 36px 0;
}

.head .nav ul li:first-child {}

.head .nav ul li .f_a {

	display: block;
	text-align: center;
	font-size: 18px;
	color: #fff;
	
}

.head .nav ul li:hover a.f_a {
	/* background-color: #23222a; */
	color: #c51438;
	transition: all .3s;
	border-bottom: 2px solid #c51438;
	padding-bottom: 20px;
}

.head .nav ul li .s_navbox {
	display: none;
	position: absolute;
	top: 96px;
	left: 0;
	width: 100%;
	background: #fff;
	background: rgba(0,0,0,0.59);
	z-index: 9999;
	box-sizing: border-box;
	margin-top: 0;
}

.head .nav ul li:nth-child(6) .s_navbox{
	width: 160px;
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translate(-50%,0%);
}

.head .nav ul li .s_navbox .s_a a {
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	border-top: 1px solid #fff;
	box-sizing: border-box;
	height: auto;
	line-height: 35px;
	/* margin: 0px 15px; */
}
.head .nav ul li .s_navbox .s_a a:first-child{
	border-top: 0;
}

.head .nav ul li .s_navbox .s_a a:hover {
	background-color: #e31337;
	color: #fff;
	margin: 0px;
	box-sizing: border-box;
}

.m_nav {
	display: none
}

.headlf .m_logo {
	display: none
}

.headrg .m_menuimg {
	display: none
}

.active {
	color: #cf1322
}

.activ2 {
	background-color: #cf1322
}

/* 下拉侧边菜单 */
.sidenav {
	position: relative;
	width: 180px;
	display: block;
	float: left;
}

.sidenav label {
	width: 180px;
	display: block;
	padding-left: 55px;
	box-sizing: border-box;
	background: #128ee3;
	position: relative;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-size: 16px;
}

.sidenav label i {
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	background-size: 20px;
	left: 25px;
	top: 16px;
}

.sidenav .side {
	display: inline-block;
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 999;
	width: 180px;
	background: #fff;
	border-top: none;
	background-color: rgba(255, 255, 255, .95);
	box-sizing: border-box;
}

.sidenav .side li {
	position: relative;
	width: 100%;
	padding: 5px 0px;
	border-bottom: 1px solid #cccccc;
	box-sizing: border-box
}

.sidenav ul.side li:first-child {
	cursor: pointer;
}

.sidenav .side li a {
	color: #333;
	height: 40px;
	line-height: 40px;
	padding: 8px 0 8px 0;
	display: block;
	font-size: 16px;
}

.sidenav .side li a:hover {
	background: none;
	color: #0085cd;
}

.sidenav .side li a i {
	transition: all 0.3s ease 0s;
}

.sidenav .side li a i.side_t {
	margin-left: 10px;
	width: 40px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	background-size: 30px;
}

.sidenav .side li a:hover i {
	margin-left: 15px;
}

.icon1 {
	background: url(../images/sideicon1.png) no-repeat;
}

.icon2 {
	background: url(../images/sideicon1.png) no-repeat;
}

.icon3 {
	background: url(../images/sideicon1.png) no-repeat;
}

.icon4 {
	background: url(../images/sideicon1.png) no-repeat;
}

.icon5 {
	background: url(../images/sideicon1.png) no-repeat;
}

.icon6 {
	background: url(../images/sideicon1.png) no-repeat;
}

.icon7 {
	background: url(../images/sideicon1.png) no-repeat;
}

.sidenav .side li:hover .side_main {
	display: block;
	z-index: 999;
}

.sidenav .side .side_main {
	display: none;
	width: 500px;
	background: #FFFFFF;
	position: absolute;
	left: 180px;
	top: 0;
	box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
	border: 1px #cecece solid;
	z-index: 7;
}

.sidenav .side .side_main dl {
	margin: 20px;
	padding: 0;
}

.sidenav .side .side_main dl dt {
	font-size: 18px;
	margin-bottom: 10px;
	color: #0173b2;
	font-weight: bold;
}

.sidenav .side .side_main dl dt b {
	font-size: 15px;
}

.sidenav .side .side_main dl dd {
	margin-bottom: 10px;
	display: inline-block;
}

.sidenav .side .side_main dl dd a {
	position: relative;
	display: inline-block;
	color: #777;
	font-size: 14px;
	margin: 0 4px;
	padding: 0 5px;
	border-right: 2px solid #bbbbbb;
	height: auto;
	line-height: 1.5;
	transition: all 0.2s ease 0s;
}

i.icon-hot,
i.icon-new {
	display: inline-block;
	height: 9px;
	width: 24px;
	background: url(../images/img_public.png) no-repeat;
	vertical-align: middle;
}

i.icon-hot {
	background-position: 0 -240px;
}

i.icon-new {
	background-position: -40px -240px;
}

.sidenav .side .side_main dl dd a span {
	color: #999;
}

.sidenav .side .side_main dl dd a:hover {
	background: none;
	color: #cf1322;
	transform: translateY(-2px);
}

.sidenav .side .side_main dl dd a:hover b {
	color: #40adf5;
}

.sidenav .side .side_main dl dd a:hover span {
	color: #40adf5;
}

/* 轮播图 */
.slider {
	position: relative;
	overflow: hidden;
	width: 100%;

}





/* 测试轮播图 */
.img_cut {
	background: no-repeat center center;
	background-size: cover;
	overflow: hidden;
	display: block;
	width: 100%;
	height: auto;
}

.iBannerHome .pd img {
	/* transition: all 2s ease-out; */
}

.iBanner {
	/* position: absolute;
	top: -48px; */
}

.iBanner .swiperArrow {
	display: block;
}

.iBanner .swiperPrev {
	left: 80px;
	top:48%;
	position: absolute;
	z-index: 9999999;
	cursor: pointer;
	display: none;
}

.iBanner .swiperNext {
	right: 80px;
	top:48%;
	position: absolute;
	z-index: 9999999;
	cursor: pointer;
	display: none;
}
.iBanner .iconfont{
	font-size: 60px;
	color:#fff;
}

.iBanner .swiperDots {
	display: block;
}

.iBanner .pd {
	overflow: hidden;
	display: block;
}

.iBanner .pd img {
	width: 100%;
	/* height: calc(100vh - 50px); */
	/* 导航不固定 */
	
	height: 100vh;
	object-fit: cover;
}

.iBannerHome .pd img {
	transform: scale(1);
	/* transform: scale(1.1); */
}

.iBannerHome .swiper-slide-active .pd img {
	transform: scale(1);
}




.wap_banner{
	display: none;
}

@media screen and (max-width:1024px) {
	body {
		/* padding-top: 45px; */
	}
	.iBanner .pd img {
		height: auto;
	}
	
	
	.pc_banner{
		/* display: none; */
	}
	.wap_banner{
		display: block;
	}
	.wap_banner img{
		width: 100%;
	}
	
}


@media screen and (max-width:540px) {
	
	.iBanner .swiperArrow {
		display: block;
	}

	.iBanner .swiperPrev {
		left: 20px;
	}

	.iBanner .swiperNext {
		right: 20px;
	}
	
	.pc_banner{
		/* display: none; */
	}
	.wap_banner{
		display: block;
	}
	.wap_banner img{
		width: 100%;
	}
	
}




@media screen and (min-width: 1200px) {
	.slider {
		padding-top: 80px;
	}
}

.slideBox .hd {
	height: 30px;
	z-index: 1;
	overflow: hidden;
	position: absolute;
	left: 50%;
	bottom: 5px;
	transform: translateX(-50%);
	z-index: 1;
}

.slideBox .hd ul {
	text-align: center;
	padding-top: 5px;
}

.slideBox .hd ul li {
	cursor: pointer;
	float: left;
	margin-right: 5px;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	line-height: 14px;
	text-align: center;
	background: #fff;
}

.slideBox .hd ul .on {
	background: #e31337;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	z-index: 0;
}

.slideBox .bd li img {
	width: 100%;
	vertical-align: top;
}

/*小于1600大于1200稍微调整下字体*/
@media screen and (max-width: 1600px) and (min-width:1200px) {
	
	
	.logo {
		float: left;
	    width: 30%;
	    margin-right: 0;
	}
	.logo img{
		width: auto;
		max-width: 100%;
		margin-top: 15px;
		max-height: 75px;
		margin-bottom: 0;
	}
	.tel{
		display: none;
	}
	
	.head {
		float: right;
		position: relative;
		width: 65%;
		/* border-bottom: 1px solid #ddd; */
		height: 95px;
		z-index: 9999
	}
	
	.nav ul li .f_a {
		font-size: 14px
	}

	.nav ul li .s_navbox .s_a a {
		font-size: 12px
	}

	.foot_top ul {
		margin-left: 60px
	}

	.nav ul li .s_navbox .s_a {
		width: 100%
	}
}


/*移动端导航*/
@media screen and (max-width: 1380px) and (min-width: 0px) {
	
	.tel{
		display: none;
	}
	
	
	.msgNum {
		display: none;
	}

	.logo {
		display: none;
	}

	.slider {
		margin-top: 0;
	}

	.head {
		display: none
	}

	.m_img {
		display: block;
		height: 44px;
		background: rgba(0,0,0,0.59);
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 9999;
		/* border-bottom: 1px solid #ddd; */
		overflow: hidden;
	}

	.m_img .headlf {
		padding-top: 2px;
		padding-left: 5px;
		float: left;
	}

	.m_img .headlf .m_logo {
		height: 30px;
		display: block
	}

	.m_img .headrg {
		padding-right:2%;
		padding-top: 14px;
		float: right;
	}

	.m_img .headrg a .m_menuimg {
		height: 16px;
		vertical-align: top;
		display: block
	}

	.m_nav {
		display: block;
		position: fixed;
		top: 0px;
		left: 0px;
		width: 0px;
		height: 0px;
		overflow: hidden;
		z-index: 10000
	}

	.m_nav .closecover {
		position: absolute;
		width: 100%;
		height: 100%;
		background: #0b0d19;
		filter: alpha(opacity=0);
		opacity: 0;
		left: 0px;
		top: 0px;
		z-index: 1
	}

	.m_nav .closeicon {
		position: absolute;
		width: 20%;
		left: 0px;
		top: 5%;
		z-index: 100;
		text-align: center;
		filter: alpha(opacity=0);
		opacity: 0
	}

	.m_nav .m_navList {
		position: absolute;
		width: 80%;
		right: 0px;
		top: 0px;
		background: #0b0d19;
		height: 100%;
		z-index: 100;
		right: -80%;
		overflow-y: scroll;
	}

	.m_nav .m_navList ul {
		padding-left: 5%;
		padding-right: 5%
	}

	.m_nav .m_navList ul li {
		border-bottom: 1px solid #232530
	}

	.m_nav .m_navList ul li a {
		display: block;
		height: 45px;
		color: #fff;
		line-height: 45px;
		padding-left: 5%;
		font-size: 16px
	}

	.m_nav .m_navList ul li .m_f_a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%
	}

	.m_nav .m_navList ul li .m_f_a a {
		flex: 1;
	}

	.m_nav .m_navList ul li .m_f_a i {
		width: 40px;
		height: 35px;
		box-sizing: border-box;
		padding: 0 5px;
		display: block;
	}

	.icon {
		background: url(../images/plus.png) 100% no-repeat;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.icon_on {
		background: url(../images/reduce.jpg) 50% no-repeat !important;
		background-position: 50% 50%;
		-webkit-transition: all 0s;
		-moz-transition: all 0s;
		transition: all 0s
	}

	.m_nav .m_navList ul li .m_s_nav {
		display: none;
		width: 100%;
	}

	.m_nav .m_navList ul li .m_s_nav a {
		display: block;
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding-left: 10%;
		overflow: hidden;
		white-space: nowrap;
		width: 90%;
		text-overflow: ellipsis;
	}
}



.mores {
  text-align: center;
  font-size: 24px;
  color: #000;
  margin-bottom: 50px;

  border-color: #feeaec;
  border-radius: 74px;
  -webkit-border-radius: 74px;
  -moz-border-radius: 74px;
  -ms-border-radius: 74px;
  -o-border-radius: 74px;
  font-size: 26px;
  color: #fff;
  text-align: center;
  background-color: #e21337;
  width: 250px;
	height: 54px;
  line-height: 54px;
  margin: 20px auto
}

.mores a {
  font-size: 24px;
  color: #fff;
  font-weight: bold;
}

.mores a:hover {
  color: #e50010;
}

  @media (max-width: 768px){
	.service{
		margin-top:0;
		padding-top:0;
	}

	.service ul li{
		margin:1%;
		width:48%;
	}


.mores {
  text-align: center;
  font-size: 16px;
  color: #000;
  margin-bottom: 50px;
}

.mores a {
  font-size: 16px;
  color: #000;
  font-weight: bold;
}

.mores a:hover {
  color: #e50010;
}
.ftbar{
	display: none
}


}