li {
	list-style: none;
}

a {
	color: inherit
}

ul {
	margin-bottom: 0;
	padding: 0;
}

/*@font-face {*/
/*font-family: 'Open Sans';*/
/*font-style: normal;*/
/*font-weight: 300;*/
/*src: url(../css/OPPOSans-R.ttf);*/
/*}*/

/*body {*/
/*	font-family: 'Open Sans';*/
/*}*/

#nav ul li.on a{
	color: #1b96e4
}

img{
	vertical-align: middle;
}

.nav_search {
	min-height: 0;
	overflow: hidden;
	margin-top: 20px;
	margin-bottom: 5px;
}

.nav_search .search_inp {
	float: right;
	position: relative;
}

.nav_search .search_inp .submit {
	background: none;
	border: none;
	background: url('../images/search.png') no-repeat center;
	background-size: 22px;
	position: absolute;
	right: 8px;
	width: 22px;
	height: 22px;
	top: 4px
}

.nav_search .search_inp .txt {
	border: none;
	border: 1px solid #d7b084;
	height: 30px;
	padding-left: 10px;
	outline: none;
}

.nav_search .search_inp input::placeholder {
	color: #d7b084;
}



#logo {
	display: block;
	height: 100%;
	float: left;
}

#nav {
	float: right;
	margin-top: 30px;
}

#nav ul {
	margin-left: 70px
}

#nav ul li {
	font-size: 16px;
	padding: 0 27px 32px 32px;
	float: left;
	position: relative;
}

/* #nav ul li::after{
	content: '';
	width: 1px;
	height: 20px;
	background: #111;
	right: 0;
	top: 2px;
	position: absolute
} */

#nav ul li:last-child::after{
	display: none;
}

#nav ul li a {
	color: #000000;
	display: block;
	text-decoration: none;
}

#nav ul li a.on {
	color: #000000;
}

#nav ul li .haschild{
	position: absolute;
	width: 100%;
	z-index: 100;
	background: #efeeef;
	left: 0;
	border-top: 4px solid #cc0000;
	top: 60px;
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
}

#nav ul li:hover .haschild{
	display: block
}

#nav ul li:hover > a{
	color: #1b96e4
}

.action-nav{
	float: right;
	margin-top: 25px;
}

.action-nav .search-input{
	border: none;
	outline-style: none;
    padding: 5px;
    height: 100%;
    vertical-align: middle;
    font-size: 18px;
    border: none;
    border-bottom: 1px solid #333;
    max-width: 180px;
    transform: scale(0,1);
    transform-origin: right top;
    transition: all .3s;
}

.action-nav .search-input.on{
	transform: scale(1);
}

.action-nav .search-input::placeholder{
	font-size: 18px;
}

.action-nav .dropdown button{
	background: none !important;
	border: none;
	font-size: 18px;
	outline: none !important;
	box-shadow: none !important;
	padding: 0;
	padding-top: 6px;
}

.dropdown-menu{
	top: 130%;
	left: -40px;
	min-width: 120px;
}

.search-wrap{
	float: right;
	margin-left: 20px;
}

.action-nav .dropdown{
	float: right;
	margin-left:13px;
}

.dropdown-menu li{
	font-size: 17px;
	padding: 4px 0
}

.action-nav .dropdown img{
	position: relative;
	top: -8px;
	margin-left: 5px;
}

.c_list{
	text-indent: 30px;
	cursor: pointer;
}

.c_list .childs{
	position: absolute;
	left: 100%;
	background: #ececec;
	top: -4px;
	width: 165px;
	text-indent: 20px;
	border-top: 4px solid #f7931e;
	padding-top: 10px;
	padding-bottom: 10px;
	display: none;
}

.c_list:hover .childs{
	display: block
}

.c_list p{
	margin-bottom: 0;
	line-height: 35px;
}

.c_list p img{
	transform: rotate(270deg);
	width: 13px;
	position: relative;
	top: -3px;
	display: none;
}

.c_list:hover img{
	display: inline-block;
}

#banner-swiper .swiper-pagination-bullet {
	width: 70px !important;
	height: 4px !important;
	background: #fff !important;
	opacity: .8 !important;
	margin: 0 12px !important;
	border-radius: 0;
}

#banner-swiper .swiper-pagination-bullet-active {
	background: #1b96e4 !important;
}

#banner-swiper .swiper-pagination {
	bottom: 20px !important
}




#banner-swiper .txt {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
}

#banner-swiper .txt h2 {
	color: #d7b084;
	font-size: 42px
}

#banner-swiper .txt p {
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	margin: 15px 0;
}

#banner-swiper .txt .bannerBtn {
	background: #d7b084;
	color: #fff;
	width: 200px;
	height: 50px;
	margin: 30px auto;
	line-height: 50px;
	transition: all linear 200ms;
}

#banner-swiper .txt .bannerBtn:hover {
	background: #bf996e;
	color: #fff;
	cursor: pointer;
}

#home-about{
	padding: 65px 0 50px 0;
	background: #fafafa;
}

.home-title{
	text-align: center;
	font-size: 41px;
	margin-bottom: 20px;
}

#home-about p{
	font-size: 18.7px;
	color: #4d4d4d;
	line-height: 38px
}

.more-btn{
	color: #333333;
	font-size: 17px;
	border: 2px solid #8f8f8f;
	border-radius: 5px;
	display: block;
	width: 105px;
	height: 38px;
	line-height: 35px;
	margin: 30px auto 0 auto;
	text-align: center;
	transition: all linear 200ms;
}

.more-btn:hover{
	background: #cc0000 !important;
	color: #fff;
	border-color: #cc0000;
	cursor: pointer;
}

#home-news{
	margin: 110px 0;
}

#home-news ul{
	display: flex
}

#home-news ul li{
	margin-right: 8px;
}

#home-news ul li .img{
	overflow: hidden;
}

#home-news ul li:hover img{
	transform: scale(1.1);
}

#home-news ul li:last-child{
	margin-right: 0;
}

#home-news ul li img{
	max-width: 100%;
	transition: all linear 200ms;
}

#home-news ul li p{
	font-size: 18px;
	color: #333333;
	line-height: 40px;
}

#home-news .home-title{
	margin-bottom: 40px;
}


a{
	color: initial;
	text-decoration: none !important
}



.flex{
	display: flex
}

.copyright .tel{
	color: #333333;
	font-weight: bold;
	margin-left: auto;
}





/*关于我们*/
.classify{
	padding-top: 50px;
	padding-bottom: 35px;
	background: #fafafa;
	margin-bottom: 60px;
}

.classify .parent{
	margin-bottom: 25px;
}

.classify .parent span{
	color: #000000;
	font-size: 19px;
	margin-right: 50px;
	color: #000;
}

.classify .parent span.active{
	border-bottom: 2px solid #d42c2c;
}

.classify .child a{
	font-size: 18px;
	color: #333;
	margin-right: 50px;
}

.classify .child a:last-of-type{
	margin-right: 0;
}

.classify .child a.active{
	border-bottom: 2px solid #de6161;
}

.about1{
	margin-bottom: 130px;
}

.about_frk p{
    margin-bottom: 20px;
}

.about1 .about_wrap1{
	display: flex;
	background: #fafafa;
}

.about1 .about_wrap1 .txt{
	width: 55%;
}

.about1 .about_wrap1 .txt .padding{
	padding: 35px 45px;
	font-size: 19px;
	color: #4d4d4d;
	line-height: 35px;
}

.about1 h1{
	font-weight: bold;
	padding-left: 50px;
	font-size: 35px;
	margin-bottom: 20px;
}

.about1 .about_wrap1 .txt p{
	margin-bottom: 30px;
	text-align: justify ;
}

.about1 .about_wrap1 .txt p:last-of-type{
	margin-bottom: 0;
}

.about1 .about_wrap1 .img{
	width: 45%;
}

.about1 .about_wrap1 .img img{width: 100%;}

.product-list{
	margin-bottom: 100px;
}

.product-list ul li{
	width: 19.5%;
	float: left;
	text-align: center;
	margin-right: .6%;
	margin-bottom: 30px;
}

.product-list ul li:nth-child(5n){
	margin-right: 0;
}

.product-list ul li .img{
	background: linear-gradient(to bottom,#cecece,#f3f1f0);
	overflow: hidden;
}

.product-list ul li:hover img{
	transform: scale(1.1);
}

.product-list ul li .img img{
	width: 80%;
	margin: 6% 10% 2% 10%;
	transition: all linear 200ms;
}

.product-list ul li .img .model{
	padding-bottom: 12px;
	font-size: 19px;
}

.product-list ul li .w{
	font-size: 27px;
	font-weight: bold;
	text-align: left;
	margin-bottom: 10px;
}

.news-list{
	margin: 90px 0 60px 0;
}


.news-list ul{
	padding: 52px 25px;
	margin-bottom: 10px;
	min-height: 0;
	overflow: hidden;
	background: #fafafa;
}

.news-list ul li{
	width: 48%;
	float: left;
}

.news-list ul li .img{
	float: left;
	margin-right: 45px;
}

.news-list ul li:nth-child(2n){
	float: right;
}


.news-list ul li h2{
	font-weight: bold;
	color: #4d4d4d;
	margin-top: 20px;
}

.news-list ul li .time{
	font-size: 16.8px;
	color: #4d4d4d;
	font-weight: bold;
	margin-bottom: 10px;
}

.news-list ul li p{
	font-size: 14px;
	color: #4d4d4d;
	line-height: 24px;
}

.news-list ul li .more{
	font-size: 16.8px;
	color: #4d4d4d;
	font-weight: bold;
}

.contact-list{
	margin: 80px 0;
}

.contact-list ul{
	background: #fafafa;
	padding: 48px 55px;
}

.contact-list ul li{
	min-height: 0;
	overflow: hidden;
	margin-bottom: 55px;
}

.contact-list ul li .img{
	float: left;
	margin-right: 65px;
}

.contact-list ul li h3{
	font-size: 19px;
	color: #c1272d;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 65px;
}

.contact-list ul li p{
	font-size: 19px;
	color: #4d4d4d;
}

.contact-list ul li p b{
	font-weight: bold;
}

.contact-list ul li:last-child{
	margin-bottom: 0;
}

.contact-list .tit{
	font-size: 24px;
	font-weight: bold;
	text-indent: 55px;
	margin-bottom: 26px;
}

.about2{
	margin-bottom: 60px;
}

.about2 ul li{
	height: 360px;
	background: url('../images/qywh-img1.png') no-repeat;
	background-size: cover;
	margin-bottom: 20px;
}

.about2 ul li .padding{
	padding: 70px 60px;
	color: #fff;
	display: flex;
	position: relative;
	align-items: center;
}

.about2 ul li .padding .left{
	background: rgba(255,255,255,.8);
	height: 200px;
	width: 60%;
	float: left;
	position: relative;
}

.about2 ul li .padding .left .txt{
	padding: 0 50px;
	font-size: 19px;
	color: #4d4d4d;
	line-height: 33px;
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0,-50%);
}

.about2 ul li .padding .left::before{
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	border-top: 4px solid #00ff00;
	border-left: 4px solid #00ff00;
	top: -1px;
	left: -1px;
}

.about2 ul li .padding .left::after{
	content: '';
	position: absolute;
	width: 18px;
	height: 18px;
	border-right: 4px solid #00ff00;
	border-bottom: 4px solid #00ff00;
	bottom: -1px;
	right: -1px;
}

.about2 ul li .padding .right{
	width: 35%;
	margin-left: auto;
	text-align: justify;
	/* height: 100%;
	position: relative;
	top: 50%;
    -webkit-transform: translate(0,-50%); */
}

.about2 ul li .padding .right p{
	margin-bottom: 0
}

.about2 ul li .padding .right .p1{
	font-size: 24px;
	color: #00ff00;
	font-weight: bold;
	margin-bottom: 5px;
}

.about2 ul li .padding .right .p2{
	font-size: 34px;
	font-weight: bold;
}

.about2 ul li:nth-child(2n) .left{
	margin-left: auto
}

.about2 ul li:nth-child(2n) .right{
	margin-right: auto;
	margin-left: 0;
	margin-right: 0;
	width: 37%;
}


.about2 ul li:nth-child(2n){
	height: 360px;
	background: url('../images/qywh-img2.png') no-repeat;
	background-size: cover;
}


.about-title{
	font-size: 36px;
	color: #000000;
	font-weight: bold;
	margin-bottom: 22px;
}

.about3 .wrap{
	background: #fafafa;
	padding: 50px 120px;
}

.about3 .wrap ul{
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
}

.about3 ul li{
	min-height: 0;
	overflow: hidden;
	margin-bottom: 40px;
}

.about3 .about-title{
	padding-left: 55px;
}

.about3 .left{
	width: 175px;
	float: left;
	text-align: right;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	position: relative;
	margin-right: 40px;
}

.about3 .left::after{
	content: '';
	position: absolute;
	width: 12px;
	height: 12px;
	background: #000;
	border-radius: 50%;right: 0;top: 10px;
}

.about3 .left .year{
	width: 135px;
}

.about3 .right{
	font-size: 19px;
	color: #4d4d4d;
	line-height: 32px;
	margin-right: 16%
}

.about3 ul::after{
	content: '';
	position: absolute;
	width: 1px;
	height: 100%;
	left: 169px;
	background: #000;
	top: 0;
}

.about3 ul li:last-child{
	margin-bottom: 0;
}




.about6 .wrap1{
	background: #fafafa;
	padding: 60px;
	padding-bottom: 10px;
}

.about6 .wrap1 ul{
	display: flex;
	justify-content: center;
}

.about6 .wrap1 ul li{
	display: flex;
	align-items:center;
	margin: 55px;
}

.about6 .wrap1 ul li .icon{
	margin-right: 12px;
}

.about6 .wrap1 ul li .txt .num{
	font-size: 29.5px;
	color: #c1272d;
	font-weight: bold;
}

.about6 .wrap1 ul li .txt p{
	font-size: 16.6px;
}

.about6 .wrap1  h2{
	font-size: 19px;
	color: #4d4d4d;
	text-align: center;
}

.about6 .wrap2{
	margin: 65px 0
}
.about6 .wrap2 ul li{
	width: 33.333%;
	float: left;
	padding: 0 1%;
	text-align: center;
	margin-bottom: 60px;
}

.about6 .wrap2 ul li .icon{
	margin-bottom: -90px
}

.about6 .wrap2 ul li .txt{
	background: #fafafa;
	padding-top: 100px;
	height: 380px;
}

.about6 .wrap2 ul li .txt .pd{
	padding: 0 14%
}

.about6 .wrap2 ul li .txt h3{
	color: #000000;
	font-size: 24.8px;
	font-weight: bold;
	margin-bottom: 15px;
}

.about6 .wrap2 ul li .txt p{
	line-height: 30px;
	font-size: 16px;
	margin-bottom: 4px;
}

p{
	margin-bottom: 0;
}

.home_title{
	text-align: center;
	margin-top: 70px;
}

.home_title .p1{
	font-size:50px;
	font-weight: bold;
	color: #222;
	line-height: 1;
	margin-bottom: 12px;
}

.home_title .p2{
	color: #c7c7c7;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
}


.homeAbout{
	margin-bottom: 60px;
}

.homeAbout .txt{
	text-align: center;
	margin: 40px auto;
	font-size: 18px;
	color: #1a1a1a;
	line-height: 2;
}

.homeAbout ul{
	min-height: 0;
	overflow: hidden;
}

.homeAbout ul li{
	width: 25%;
	text-align: center;
	float: left;
}

.homeAbout ul li .num{
	font-size: 65px;
	color: #024699;
}

.homeAbout ul li .num b{
	background-image: linear-gradient(to right, #1b91dd, #1b6ab5);
   -webkit-background-clip: text;
    color: transparent;
}

.homeAbout ul li .num small{
	font-size: 20px;
	color: #000;
	margin-left: 10px;
}

.homeAbout ul li p{
	font-size: 20px;
	color: #000;
	text-align: center;
	line-height: 1;
}

.homeAbout .imgs{
	min-height: 0;
	overflow: hidden;
	margin-top: 65px;
}

.homeAbout .imgs img{
	width: 100%;
	cursor: pointer;
	border-radius: 15px;
}

.homeAbout .imgs .left{
	width: 51.5%;
	float: left;
	overflow: hidden;
	border-radius: 15px;
}

.homeAbout .imgs .left:hover img{
	transform: scale(1.1);
}

.homeAbout .imgs .right > div:hover img{
	transform: scale(1.1);
}

.homeAbout .imgs img{
	transition: all linear 200ms;
}

.homeAbout .imgs .right{
	width: 47%;
	float: right;
}

.homeAbout .imgs .right > div{
	position: relative;
	margin-bottom: 3.2%;
	overflow: hidden;
	border-radius: 15px;
}

.homeAbout .imgs .right div .txt{
	position: absolute;
	top: 50%;
	left: 50px;
	text-align: left;
	margin: 0;
	color: #fff;
	transform: translate(0%,-50%);
}

.homeAbout .imgs .right div .txt div{
	font-size: 22.9px;
}

.homeAbout .imgs .right div .txt .p1{
	font-weight: bold;
}

.home_swiper1 .swiper-pagination-bullet{
	width: 20%;
	height: 87px;
	border: none;
	background: none;
	margin: 0 !important; 
	border-radius: 0;
	border-top: 1px solid #e1e1e1;
	opacity: .9;
	position: relative;
	display: block;
	float: left;
}

.home_swiper1 .swiper-pagination-bullet::after{
	width: 1px;
	height: 100%;
	background: #e1e1e1;
	right: 0;
	top: 0;
	content: '';
	position: absolute;
}

.home_swiper1 .swiper-pagination{
	bottom: 0 !important;
}

.home_swiper1 .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: linear-gradient(to right,#346fab,#3395d4);
}

.home_swiper1 .swiper-pagination-bullet{
	display: flex;
	align-items: center;
	color: #fff;
	padding: 0 20px 0 40px;
}

.home_swiper1 .swiper-pagination-bullet div:first-of-type{
	font-size: 18px;
}

.home_swiper1 .swiper-pagination-bullet .icon{
	margin-left: auto;
}

.home_swiper1 .container{
	position: absolute;
	left: 50%;
	top: 40%;
	transform: translate(-50%,-50%);
	color: #fff;
}

.home_swiper1 .container .left{
	width: 58%;
	float: left;
	font-size: 38px;
	position: relative;
	padding-bottom: 20px;
}

.home_swiper1 .container .left::after{
	position: absolute;
	content: '';
	width: 72px;
	height: 2px;
	background: #fff;
	left: 0;
	bottom: 0;
}

.home_swiper1 .container .right{
	width: 42%;
	float: left;
}

.home_swiper1 .container .right .more{
	color: #fff;
	border: 1px solid #fff;
	padding: 12px 38px;
	margin-top: 50px;
	margin-top: 40px;
	display: inline-block;
	transition: all linear 200ms
}

.home_swiper1 .container .right .more:hover{
	background: linear-gradient(to right,#346fab,#3395d4);
	color: #fff;
	border-color: #1b96e4;
}

.home_swiper1 .container .right .p1{
	font-size: 35px;
	margin-bottom: 10px;
}

.home_swiper1 .container .right .p2{
	font-size: 18px;
	line-height: 2;
}

.homeCompetence .tab{
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 55px;
}
.homeCompetence .tab .item{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
	height: 48px;
	border: 1px solid #949494;
	border-right: none;line-height: 1;cursor: pointer;
}

.homeCompetence .tab .item.active{
	border: 2px solid #499fdd;
	position: relative;
}

.homeCompetence .tab .item.active::after{
	content: '';
	width: 29px;
	height: 17px;
	background:url(../images/sanjiao.png) no-repeat;
	position: absolute;
	bottom: -16px;
}

.homeCompetence .tab .item:last-of-type{
	border-right: 1px solid #949494;
}
.homeCompetence .tab .item div:last-of-type{
	font-size: 16px;
	color: #5b5b5b;
	margin-left: 7px;
}
.homeNews{
	background: #f6f6f6;
	padding: 60px 0;
	margin-top: 70px;
}
.homeNews .home_title{
	margin-top: 0;
}

#home_swiper2{
	margin-top: 67px;
}

#home_swiper2 .p1{
	text-align: center;
	font-size: 16px;
	color: #7d7d7d;
	margin-top: 22px;
}

#home_swiper2 .swiper-button-next:after, #home_swiper2 .swiper-button-prev:after{
	display: none;
}

#home_swiper2 .swiper-button-next, #home_swiper2 .swiper-button-prev{
	width: 75px;
	height: 100px;
	top: 40%;
}

#home_swiper2 .swiper-button-next{
	right:  10%;
}

#home_swiper2 .swiper-button-prev{
	left:  10%;
}

.homeNews .container{
	margin-top: 55px;
}

#home_swiper3 {
	min-height: 0;
	overflow: hidden;
}

.homeNews .left{
	width: 49%;
	float: left;
}


.homeNews .left .txt{
	position: absolute;
	bottom: 35px;
	left: 22px;
	color: #fff;
}

.homeNews .left .txt .p1:first-of-type{
	margin-bottom: 14px;
	font-size: 16px;
}

.homeNews img{
	transition: all linear 200ms;
	width: 100%;
}

.homeNews .left .swiper-slide:hover img{
	transform: scale(1.1);
}

.homeNews .right ul li:hover img{
	transform: scale(1.1);
}

.homeNews .swiper-pagination-bullet{
	width: 9px;
	height: 9px;
	border-radius: 0;
	background: #fff;
	opacity: 1 !important;
}

.homeNews #home_swiper3 .swiper-pagination{
	text-align: right;
	bottom: 35px;
}

.homeNews .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: #4984c0;
}

.homeNews .swiper-pagination-bullet:last-of-type{
	margin-right: 45px !important;
}

.homeNews .right{
	width: 48%;
	float: right;
	border-top: 3px solid #5088c2;
}

.homeNews .right ul li{
	padding: 35.5px 0 0 0;
	
}

.homeNews .right ul li a{
	display: flex;
}

.homeNews .right ul li img{
	width: 124px;
}

.homeNews .right ul li .img{
	overflow: hidden;
}

.homeNews .right ul li .r{
	display: flex;
	margin-left: auto;
	border-bottom: 1px solid #ddd;
	padding-bottom: 30px;
	width: 86%;
}

.homeNews .right ul li .r .txt{
	margin-right: 29px;
	width: 70%;
    float: left;
}

.homeNews .time{
	font-size: 16px;
}

.homeNews .r .p1{
	font-size: 16px;
	color: #171717;
	margin-bottom: 18px;
}

.homeNews .r .p2{
	font-size: 14px;
	color: #909090;
}

.partner ul li{
	width: 15%;
	float: left;
	text-align: center;
	margin-right: 2%;
	box-shadow: 0 7px 8px #eee;
	min-height: 0;
	overflow: hidden;
	margin-bottom: 40px;
	padding: 10px 0;
}

.partner ul{
	margin-top: 70px;
	margin-bottom: 50px;
	min-height: 0;
	overflow: hidden;
}

.partner ul li:nth-of-type(6n){
	margin-right: 0;
}


#foot{
	background: #d8d8d8;
	padding-top: 65px;
}

.f_menu{
	width: 65%;
	border-right: 1px solid #a1a3a6;
	    min-height: 0;
	    overflow: hidden;
		float: left
}

.f_menu ul li{
	float: left;
	width: 20%;
}

.f_menu ul li a{
	display: block;
}

.f_menu ul li a:hover{
	color: #1b96e4
}

.f_top h3{
	font-size: 16px;
	color: #000000;
	margin-bottom: 26px;
	font-weight: bold;
	margin-top: 0;
}

.f_top a{
	color: #5a5a5a;
	font-size: 16px;
	margin-bottom: 22px;
}

.r_contact{
	width: 26.5%;
	float: right;
}

.c_1{
	display: flex;
	align-items: center;
	margin-bottom: 23px;
	padding-bottom: 23px;
	border-bottom: 1px solid #a09f9f;
}

.c_1 .p1{
	font-size: 27px;
	color: #4b4a4a;
	letter-spacing: 1px;
}

.c_1 .p2{
	font-size: 14.5px;
	color: #4b4a4a;
}

.c_1 div:last-of-type{
	font-size: 19px;
	margin-left: auto;
	padding: 10px 23px;
	border: 1px solid #4b4a4a;
}

.c_1 div:last-of-type:hover{
	color: #fff;
	border-color: #1b96e4;
	background: linear-gradient(to right,#346fab,#3395d4);
	cursor: pointer;
	transition: all linear 200ms;
}

.c_2{
	margin-bottom: 23px;
	padding-bottom: 23px;
	border-bottom: 1px solid #a09f9f;
}

.c_2 div:first-of-type{
	margin-bottom: 12px;
}

.c_2 div{
	font-size: 14px;
	color: #4b4a4a;
}

.c_2 img{
	margin-right: 6px;
}

.c_2 div{
	display: flex;
	align-items: center;
}

.c_3{
	display: flex;
	align-items: center;
}

.c_3 div:last-of-type img{
	float: left;
}

.c_3 div:first-of-type{
	margin-right: 32px;
}

.c_3 div:last-of-type{
	color: #4b4a4a;
	font-size: 16px;
	
}

.c_3 div:last-of-type span{
	line-height: 2;
}

.c_3 div:last-of-type img{
	position: relative;
	top: 9px;
	margin-right: 14px;
}

.copyright{
	margin-top: 40px;
	height: 72px;
	background: #bebebe;
}

.copyright .container{
	display: flex;
	align-items: center;
	height: 100%;
}

.copyright div{
	font-size: 16px;
	color: #4b4a4a;
}

.copyright div:last-of-type{
	margin-left: auto;
}

.pages_nav .crumbs{
	/* display: flex;
	align-items: center;
	line-height: 1; */
}

.pages_nav .crumbs{
	float: left;
	width: 310px;
	background: #fff;
	height: 100%;
	display: flex;
	align-items: center;
}

.pages_nav .crumbs .icon{
	float: left;
	height: 100%;
	margin-right: 25px;
}

.pages_nav .crumbs .icon img{
	margin-top: 18px;
}

.pages_nav .container{
	height: 100%;
}

.pages_nav{
	height: 70px;
	overflow: hidden;
}

.pages_nav .p_nav{
	background: #1b69b4;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
	
}

.pages_nav .p_nav::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 200%;
	background: #1b69b4;
	    height: 100%;
}

.pages_nav .p_nav a{
	width: 100%;
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: relative;
	height: 100%;
	z-index: 7;
	    display: flex;
	    align-items: center;
	    justify-content: center;
}

.pages_nav .icon{
	width: 68px;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	text-align: center;
}

.pages_nav .br{
	display: flex;
	align-items: center;
}

.pages_nav .br a{
	font-size: 16px;
	color: #7b7a7a;
	margin-right: 15px;
}

.pages_nav .br a:last-of-type{
	margin-right: 0;
}

.p_nav a.active{
	background: #1e9fe6;
}

.about_1{
	background: #f4f7fc;
	min-height: 300px;
	overflow: hidden;
}


.about_1{
	padding: 65px 0;
}

.page_about h1{
	text-align: center;
	font-size: 40px;
	color: #1a1a1a;
	line-height: 1;
	margin: 0;
	font-weight: bold;
}

.about_1 p{
	font-size: 16px;
	line-height: 2;
}

.about_1 ul{
	min-height: 0;
	overflow: hidden;
	background-image: linear-gradient(to bottom, #1b91dd, #1b6ab5);
	padding-top: 44px;
	padding-bottom: 50px;
	margin: 25px 0 16px 0;
}

.about_1 ul li{
	width: 24%;
	text-align: center;
	float: left;
	position: relative;
}

.about_1 ul li:nth-of-type(2){
	width: 28%;
}

.about_1 ul li::after{
	width: 2px;
	height: 100%;
	top: 0;
	right: 0;
	position: absolute;content: '';
	background: #3088cd;
}

.about_1 ul li:last-of-type::after{
	display: none;
}

.about_1 ul li .num{
	font-size: 63px;
	color: #fff;
}

.about_1 ul li .num small{
	font-size: 20px;
	color: #fff;
	margin-left: 10px;
}

.about_1 ul li p{
	font-size: 20px;
	line-height: 1;
	color: #fff;
}

.about_1 .imgs img{
	width: 32%;
	float: left;
	margin-right: 2%;
}

.about_1 .imgs img:last-of-type{
	margin-right: 0;
}

.jingzhen ul{
	height: 560px;
	/*background: url('../images/about_bg.png');*/
	background-size: cover;
}

.jingzhen{
	margin: 80px 0;
}

.jingzhen h1{
	font-weight: bold;margin-bottom: 55px;
}

.jingzhen ul li{
	width: 14%;
	float: left;
	color: #fff;
	text-align: center;
	padding: 0 2%;
	height: 100%;
	border-right: 1px solid #797979;
	cursor: pointer;
	transition: all linear 500ms;
}

.jingzhen ul li.active{
	width: 16%;
}

.jingzhen ul li:last-of-type{
	border: none;
}

.jingzhen ul li .icon{
	margin-top: 90px;
}

.jingzhen ul li .p1{
	font-size: 24px;
	font-weight: bold;
	margin-top: 26px;
}

.jingzhen ul li .p2{
	font-size: 16px;
	text-align: left;
	margin-top: 30px;
	line-height: 1.7;
	display: none;
}

.jingzhen ul li.active .p2{
	display: block;
}

.jingzhen ul li.active .p1{
	text-align: left;
}

.jingzhen ul li.active .icon{
	text-align: left;
}

.pro_nav{
	position: relative;
	top: -40px;
	z-index: 8;
	
}

.pro_nav ul{
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0 5px #ddd;
	border-radius: 10px;
	width: 1100px;
	margin: auto;
	
	background: #fff;
	
}

.pro_nav ul li{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 275px;
	position: relative;
	padding: 18px 0 20px 0;
	border-bottom: 3px solid #fff;
}

.pro_nav ul li img{
    filter: grayscale(100%);
}

.pro_nav ul li.active2 img{
    filter: none;
}

.pro_nav ul li a{
    display: flex;
	align-items: center;
	justify-content: center;
}

.pro_nav ul li:last-of-type::after{
	display: none;
}

.pro_nav ul li::after{
	width: 1px;
	height: 60%;
	top: 20%;
	right: 0;
	position: absolute;
	content: '';
	background: #ddd;
}

.pro_nav ul li.active2{
	color: #1b91df;
	border-bottom: 3px solid #1b91df;
}

.pro_nav ul li div:last-of-type{
	font-size: 16px;margin-left: 8px;
}


.product_list{
	background: #f4f7fc;
	padding-bottom: 50px;
}

.product_list .list h1{
	text-align: center;
	font-weight: bold;
	margin-bottom: 55px;
}

.product_list .list ul li{
	text-align: center;
	width: 23.87%;
	float: left;
	background: #fff;
	box-shadow: 0 0 5px #f5f5f5;
	margin-right: 1.5%;
	margin-bottom: 30px;
}

.product_list .list ul li .name{
	padding-top: 50px;
	font-size: 18px;
	color: #1a1a1a;
}

.product_list .list ul li:nth-child(4n){
	margin-right: 0;
}

.product_list .list ul li .type{
	margin: 0 5%;
	border-top: 1px solid #ddd;
	padding:20px 0;
	min-height: 0;
	overflow: hidden;
}

.product_list .list ul li .type div{
	float: left;
}

.product_list .list ul li .img{
	overflow: hidden;
	margin: 30px 10px 30px 10px;
}

.product_list .list ul li img{
	transition: all linear 200ms;
}


.product_list .list ul li .type div:first-of-type{
	background: linear-gradient(to right,#4985c1,#49aae9);
	font-size: 13px;
	color: #fff;
	padding: 2px 13px;
	border-radius: 7px;
}

.product_list .list ul li .type div:nth-of-type(2){
	font-size: 14px;
	color: #797979;
	margin-top: 2px;
	margin-left: 10px;
}

.product_list .list ul li .type div:last-of-type{
	width: 34px;
	height: 10px;
	background: url('../images/pro_jt.png');
	float: right;
	margin-top: 8px;
}

.product_list .list ul li:hover .name{
	color: #1b91df;
}

.product_list .list ul li:hover .type div:last-of-type{
	background: url('../images/pro_jt2.png');
}

.product_list .list ul li:hover .img img{
	transform: scale(1.1);
}





.contact{
	margin: 60px 0;
}
.p_title{
	text-align: center;
	margin-bottom: 70px;
}
.p_title p{
	line-height: 1;
}
.p_title .p1{
	font-size: 50px;
	font-weight: bold;
	color: #1a1a1a;
	margin-bottom: 25px;
}
.p_title .p2{
	font-size: 40px;
	font-weight: bold;
	color: #e7e7e7;
}
.contact_list{
	min-height: 0;
	overflow: hidden;
	margin-bottom: 50px;
}
.contact .contact_list .item{
	width: 49%;
	border: 1px solid #ddd;
	float: left;
	padding: 35px;
	margin-bottom: 28px;
}
.contact .contact_list .item:nth-of-type(2n){
	float: right;
}
.contact .contact_list .item .p{
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.contact .contact_list .item .p .txt{
	font-size: 16px;
	color: #232323;
	margin-left: 10px;
}

.contact .contact_list .item_tit{
	font-size: 24px;
	margin-bottom: 28px;
}
.contact .contact_list .item_tit span{
	font-size: 18px;
	color: #5f5f5f;
	margin-left: 10px;
}


.qywh{
	height: 404px;
	background: url(../images/wenhua.jpg);
	margin-top: 70px;
}
.qywh .li{
	width: 33.333%;
	height: 100%;
	border-right: 1px solid #688096;
	float: left;
	color: #fff;
}
.qywh .li div{
	padding-left: 52px;
}
.qywh .li .p1{
	font-size: 27px;
	margin-top: 118px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 15px;
}
.qywh .li .p2{
	font-size: 16px;
	line-height: 2.3;
}

.zhaopin{
	margin-top: 60px;
}
.zhaopin .li{
	height: 62px;
	line-height: 62px;
	background: #fff;
	border-bottom: 1px solid #e3e3e3;
}
.zhaopin .li:last-of-type{
	border: none;
}
.zhaopin .li:first-of-type{
	background: #1b69b4;
}
.zhaopin .li .col{
	width: 16%;
	float: left;
	text-align: center;
	font-size: 16px;
	color: #4e4e4e;
}

.zhaopin .li:first-of-type .col{
	color: #fff;
}

.zhaopin .li .col:first-of-type{
	margin-left: 4%;
	text-align: left;
	padding-left: 2%;
}
.zhaopin .li .col img{
	position: relative;
	top: -3px;
}

#qyry-swiper{
	margin-top: 60px;
	padding-bottom: 100px;
}

#qyry-swiper .swiper-slide{
	height: 311px;
	background: #fff;
	border-radius: 10px;box-shadow: 0 0 5px solid #ccc;
}

#qyry-swiper .swiper-slide img{
	height: 100%;
	width: auto;
	float: right;
}

#qyry-swiper .swiper-slide .txt{
	margin-top: 95px;
	margin-left: 38px;
	position: absolute;
}

#qyry-swiper .swiper-slide .txt .t1{
	font-size: 21px;
	color: #838383;
	margin-bottom: 13px;
}

#qyry-swiper .swiper-slide .txt .t2 p{
	font-size: 24px;
	color: #484848;
	font-weight: bold;
	line-height: 1.7;
}

#qyry-swiper .swiper-pagination.swiper-pagination-progressbar{
	bottom: 28px;
	top: inherit !important;
	right: 0;
	width: 86%;
	left: inherit !important;
	height: 6px;
	border-radius: 18px;
	overflow: hidden;
	background: #cbcbcb !important;
}

#qyry-swiper .swiper-button-next:after, #qyry-swiper .swiper-button-prev:after{
	display: none;
}

#qyry-swiper .swiper-button-next, #qyry-swiper .swiper-button-prev{
	width: 60px;
	height: 60px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 50%;
	text-align: center;
	top: 348px;
}

#qyry-swiper .swiper-button-prev{
	left: 0;
	margin-top: 0;
}


#qyry-swiper .swiper-button-next{
	left: 80px;
	right: initial !important; 
	margin-top: 0;
}

#qyry-swiper .swiper-button-prev img{
	transform: rotate(180deg);
}

#qyry-swiper .swiper-pagination-progressbar-fill{
	background: #1b69b4 !important;
}

#qyry-swiper .swiper-button-next:hover{
	background: #1b69b4;
	border-color: #1b69b4;
}

#qyry-swiper .swiper-button-prev:hover{
	background: #1b69b4;
	border-color: #1b69b4;
}

#qyry-swiper img.active{
	display: none;
}

#qyry-swiper .swiper-button-prev:hover .active{
	display: block;
}

#qyry-swiper .swiper-button-prev:hover .noActive{
	display: none;
}

#qyry-swiper .swiper-button-next:hover .active{
	display: block;
}

#qyry-swiper .swiper-button-next:hover .noActive{
	display: none;
}


.pages_news{
	background: #f4f7fc;
}
.news_head{
	min-height: 0;
	overflow: hidden;
	margin-top: 80px;
	margin-bottom: 17px;
}
.news_head img{
	width: 100%;
	transition: all linear 200ms;
}
.news_head .left{
	width: 49.8%;
	float: left;
}
.news_head .left .swiper-slide:hover img{
	transform: scale(1.1);
}
.news_head .right{
	width: 48.6%;
	float: right;
	min-height: 0;
	overflow: hidden;
}
.news_head .right a{
	display: block;
	width: 48.8%;
	float: left;
	margin-bottom: 22px;
	overflow: hidden;
}
.news_head .right a:hover img{
	transform: scale(1.1);
}
.news_head .right a:nth-of-type(2n){
	float: right;
}
.news_head .swiper-button-next{
	right: 20px;
}
.news_head .swiper-button-prev{
	left: 20px;
}
.news_head .swiper-button-next:after, .news_head .swiper-button-prev:after{
	color: #fff;
	transform: scale(1.2);
}
.news_head .txt{
	position: absolute;
	left: 40px;
	bottom: 38px;
	color: #fff;
	padding-right: 40px;
}
.news_head .txt .p1{
	font-size: 26px;
	font-weight: bold;
	line-height: 2.5;
}
.news_head a{
	color: #fff;
}
.news_head .txt .p2{
	font-size: 26px;
	font-weight: bold;
	line-height: 1.8;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_head .right a{
	position: relative;
}

.news_head .right a .txt{
	left: 20px;
	padding-right: 20px;
	bottom: 15px;
}
.news_head .right a .txt .p1{
	font-size: 19px;
	line-height: 2.1;
}
.news_head .right a .txt .p2{
	font-size: 19px;
	line-height: 1.6;
	
}


.news_body{
	margin-bottom: 70px;
}
.news_body ul li{
	background: #fff;
	padding: 20px;
	min-height: 0;
	overflow: hidden;
	margin-bottom: 20px;
}
.news_body ul li:hover img{
	transform: scale(1.1);
}
.news_body ul li .img{
	overflow: hidden;
	float: left;
}
.news_body ul li .date{
	width: 200px;
	text-align: center;
	float: left;
	margin-top: 50px;
}
.date .d1{
	font-size: 59px;
	color: #545454;
	font-weight: bold;
	line-height: 1;
}
.date .d2{
	font-size: 16px;
	color: #b2b2b2;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1px;
}
.news_body ul li .txt{
	float: left;
	width: 720px;
	margin-top: 45px;
}
.news_body ul li .img img{
	width: 408px;
	margin-top: -34px;
	margin-bottom: -34px;
	transition: all linear 200ms;
}
.news_body ul li .d3{
	width: 30px;
	height: 5px;
	margin: 8px auto 20px auto;
	background: #b4b4b4;
}
.news_body ul li .txt .p1{
	font-size: 21px;
	margin-bottom: 30px;
}
.news_body ul li .txt .p2{
	font-size: 16px;
	line-height: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


.news_detail{
	background: #f4f7fc;
	min-height: 400px;
	overflow: hidden;
	padding: 50px 0;
}
.news_detail h1{
	margin: 0;
}
.news_detail .left{
	width: 70%;
	float: left;
	background: #fff;
}

.news_detail .left h1{
	font-size: 21px;
	color: #313131;
	line-height: 1.2;
	margin-bottom: 20px;
	font-weight: bold;
}

.news_detail .left .div{
	font-size: 16px;
	color: #747474;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.news_detail .left .div span{
	margin-right: 20px;
}

.news_detail .right{
	width: 28%;
	background: #fff;
	float: right;
}
.news_detail .left .padding{
	padding: 30px 20px;
}
.news_detail .right .item img{
	width: 100%;
}
.news_detail .right .padding{
	padding: 30px 20px;
}

.news_detail .left .padding .con{
	line-height: 2;
	font-size: 16px;
	color: #5e5e5e;
	margin-bottom: 60px;
}
.news_detail .n_foot{
	height: 75px;
	background: #f4f4f4;
	display: flex;
	align-items: center;
	padding: 0 26px;
}
.news_detail .n_foot div{
	display: flex;
	align-items: center;
	font-size: 16px;
	color: #313131;
}
.news_detail .n_foot div:last-of-type{
	margin-left: auto;
}
.news_detail .n_foot div:last-of-type img{
	transform: rotate(180deg);
}

.news_detail .right .title{
	font-size: 20px;
	color: #313131;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 24px;
}
.news_detail .right .item{
	position: relative;
	margin-bottom: 15px;
	overflow: hidden;
}
.news_detail .right .item img{
	transition: all linear 200ms;
}
.news_detail .right .item:hover img{
	transform: scale(1.1);
}
.news_detail .right .items{
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.news_detail .right .item .txt{
	position: absolute;
	bottom: 20px;
	padding: 0 25px;
	color: #fff;
	font-size: 19px;
	line-height: 1.7;
}
.news_detail .right .item .txt .p1{
	margin-bottom: 7px;
}
.news_detail .right .item .txt .p2{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.news_detail .items2 .item2{
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.news_detail .items2 .item2:last-of-type{
	border: none;
	padding-bottom: 0;
	margin-bottom: 0;
}
.news_detail .items2 .item2 .p1{
	margin-bottom: 10px;
	font-size: 16px;
	color: #646464;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.news_detail .items2 .item2 .p2{
	color: #8d8d8d;
	font-size: 14px;
}


.product_detail{
	min-height: 500px;
	overflow: hidden;
	background: #f4f7fc;
	padding: 45px 0;
}
.product_detail .left{
	width: 79%;
	float: left;
}
.left_top{
	min-height: 495px;
	overflow: hidden;
	background: #fff;
	padding: 35px 26px;
	box-shadow: 0 0 10px #eee;
}
#pro_swiper{
	width: 500px;
	float: left;
	padding-bottom: 55px;
}
#pro_swiper .swiper-slide{
	border: 1px solid #ddd;
}
#pro_swiper .swiper-slide img{
	
	border-radius: 10px;
	padding: 35px 20px;
}
.pro_info{
	float: left;
	width: 475px;
	margin-left: 44px;
}
.pro_info h1{
	line-height: 1;
	display: flex;
	align-items: center;
	font-size: 28px;
	text-indent: 20px;
	color: #000000;
	font-weight: bold;
	margin-top: 7px;
}
.pro_info .title{
	line-height: 1;
	display: flex;
	align-items: center;
	font-size: 28px;
	font-size: 20px;
	color: #000000;
	text-indent: 14px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 22px;
}
.pro_info .con{
	font-size: 16px;
	color: #787878;
	line-height: 2;
}
.pro_info .btns{
	display: flex;
	margin-top: 30px;
}
.pro_info .btns a{
	display: flex;
	color: #fff;
	align-items: center;
	justify-content: center;
	width: 167px;
	height: 39px;
	background: linear-gradient(to right,#4985c1,#49abe9);
	border-radius: 30px;
}
.pro_info .btns a img{
	margin-left: 12px;
}
.pro_info .btns a:first-of-type{
	margin-right: 20px;
}
#pro_swiper .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
	background: #b0b0b0;
	opacity: 1;
	margin: 0 6px;
}
#pro_swiper .swiper-pagination-bullet-active{
	width: 36px;
	height: 8px;
	background: linear-gradient(to right,#4985c1,#49abe9);
	border-radius: 20px;
}

.product_detail .tab{
	background: #fff;
	box-shadow: 0 0 10px #eee;
	margin-top: 40px;
}
.product_detail .tab .tab_hd{
	height: 69px;
	border-bottom: 1px solid #e9eaeb;
	display: flex;
	align-items: center;
}
.product_detail .tab .tab_hd span{
	padding: 0 22px;
	position: relative;
	margin-left: 21px;
	font-size: 16px;
	cursor: pointer;
	color: #585858;
}
.product_detail .tab .tab_hd span.active::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right,#4985c1,#49abe9);
	left: 0;
	bottom: -25px;
}
.tab_bd{
	padding: 28px;
	font-size: 16px;
}
.tab_bd .bd{
	display: none;
}
.tab_bd .bd.active{
	display: block;
}



.product_detail .right{
	width: 19%;
	float: right;
	min-height: 200px;
}
.product_detail .right .cate{
	background: #fff;
	box-shadow: 0 0 10px #eee;
	position: relative;
	padding-top: 3px;
	margin-bottom: 20px;
}
.product_detail .right .cate::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 3px;
	background: linear-gradient(to right,#4984c0,#4995d2,#49abe9);
	left: 0;
	top: 0;
}
.product_detail .right .cate a{
	width: 92%;
	display: block;
	margin-left: 4%;
	border-bottom: 1px solid #e3e3e3;
	padding: 18px 0;
	font-size: 16px;
	color: #000;
	line-height: 1;
}
.product_detail .right .cate a:last-of-type{
	border: none;
}
.product_detail .right .cate img{
	margin-left: 30px;
	margin-right: 15px;
}
.related{
	background: #fff;
	box-shadow: 0 0 10px #eee;
	padding: 25px 15px;
}
.related .title{
	line-height: 1;
	display: flex;
	align-items: center;
	font-size: 28px;
	font-size: 20px;
	color: #000000;
	text-indent: 14px;
	font-weight: bold;
	margin-bottom: 22px;
}
.related a{
	margin-bottom: 20px;
	display: block;
}
.related a img{
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 10px 0;
}
.related a p{
	font-size: 15px;
	color: #000000;
	margin-top: 15px;
}



#fzlc-swiper{
	padding-bottom: 40px;
}
#fzlc-swiper .number{
	text-align: center;
	margin-top: 55px;
}
#fzlc-swiper .number span{
	width: 224px;
	height: 168px;
	background: linear-gradient(to bottom,#1b95e3,#1b66b1);
	color: #fff;
	display: inline-block;
	border-radius: 6px;
	font-size: 115px;
	text-align: center;
	line-height: 168px;
	font-weight: bold;
	margin: 0 7px;
	position: relative;
}
#fzlc-swiper .number span::after{
	position: absolute;
	width: 100%;
	height: 7%;
	top: 50%;
	margin-top: -2.4%;
	background: linear-gradient(to bottom,#1b7fcb,#1b7cc9);
	left: 0;
	content: '';
}
#fzlc-swiper .swiper-button-next:after, #fzlc-swiper .swiper-button-prev:after{
	display: none;
}
#fzlc-swiper .swiper-button-next, #fzlc-swiper .swiper-button-prev{
	margin-top: 0;
	bottom: 0;
	top: inherit;
	width: 45px;
	height: 45px;
	z-index: 999;
}
#fzlc-swiper p{
	width: 920px;
	margin: 50px auto;
	font-size: 18px;
	color: #5b5b5b;
}
#fzlc-swiper .swiper-pagination{
	width:calc(100% - 160px) !important;
	margin: auto;
	left: 80px !important;
	z-index: 999;
	display: flex;
	justify-content: center;
	bottom: 7px;
}
#fzlc-swiper .swiper-pagination::after{
	position: absolute;
	content: '';
	width: 100%;
	height: 1px;
	background: #ddd;
	left: 0;
	top: 10px;
	z-index: 1;
}
#fzlc-swiper .swiper-pagination .swiper-pagination-bullet{
	opacity: 1;
	margin: 0 30px;
	position: relative;
	z-index: 999;
	margin-top: -2px;
	width: 28px;
	height: 28px;
	background: none;
	border: 2px solid #9b9eb3;
}
#fzlc-swiper .swiper-pagination .swiper-pagination-bullet::after{
	position: absolute;
	content: '';
	border-radius: 50%;
	
	border: none;
	background: #9b9eb3;
	border: none;
	width: 18px;
	height: 18px;
	top: 3px;
	left: 3px;
	z-index: 999;
}
#fzlc-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::before{
	width: 90px;
	height: 1px;
	background: #1b90dd;
	position: absolute;
	content: '';
	top: 10px;
	left: -36px;
	z-index: 2;
}
#fzlc-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	border: 2px solid #2e96dd;
}
#fzlc-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active::after{
	
	background: linear-gradient(to bottom,#1b95e3,#1b68b3);
}
.swiper-container img.active{
	display: none;
}
#fzlc-swiper .swiper-button-next:hover img.active{
	display: block;
}
#fzlc-swiper .swiper-button-next:hover img.noActive{
	display: none;
}
#fzlc-swiper .swiper-button-prev:hover img.active{
	display: block;
}
#fzlc-swiper .swiper-button-prev:hover img.noActive{
	display: none;
}



.navChild{
	position: absolute;
	height: 375px;
	left: 0;
	background: #efefef;
	top: 82px;
	width: 100%;
	z-index: 99;
}
.navChild .ul{
	height: 100%;
}
.navChild .ul .li{
	width: 1570px;
	margin-left: auto;
	height: 100%;
}
.navChild .ul .li .right{
	float: right;
}
.navChild .ul .li .left{
	width: 922px;
	float: left;
	padding-top: 60px;
}
.navChild .ul .li .left .txt{
	width: 520px;
	float: left;
}
.navChild .ul .li .left .img{
	width: 510px;
	float: right;
	width: 323px;
}
.navChild .ul .li .left .img{
	margin-top: 43px;
}
.navChild .ul .li .left .img img{
	width: 100%;
}
.navChild .ul .li .left .title{
	font-weight: bold;
	font-size: 31px;
	color: #292929;
	font-family: initial;
	line-height: 1;
	margin-bottom: 20px;
}
.navChild .ul .li .left .p{
	font-size: 14px;
	color: #373737;
	line-height: 2;
	margin-bottom: 35px;
}
.navChild .nlist a{
	display: block;
	width: 25%;
	float: left;
	margin-bottom: 24px;
	font-size: 14px;
	color: #585858;
}
.navChild .nlist a:hover{
	color: #1b96e4;
}
#navChilds .n .navChild{
	/*display: none;*/
	height: 0;
	overflow: hidden;
	transition: all linear 200ms;
}
#navChilds .n.active .navChild{
	/*display: block;*/
	height: 375px;
	/*opacity: 1;*/
}



.job_detail .con p b{
	color: #000;
}
.job_detail .left .padding .con{
	margin-bottom: 10px;
}
.job_detail .right .title{
	display: flex;
	align-items: center;
	border-bottom: 1px solid #e7e7e7;
	padding-bottom: 15px;
	margin-bottom: 30px;
}
.job_detail .right .title a{
	margin-left: auto;
	font-size: 16px;
	font-weight: normal;
	color: #a0a0a0;
}
.job_detail .right .title span{
	margin-left: 10px;
}
.job_detail .right .item2 .p1{
	font-weight: bold;
	font-size: 18px;
	color: #000;
}
.job_detail .right .item2{
	background: url('../images/you.jpg') no-repeat;
	background-position: 100% 59%;
}
	



#navChilds .n {
    position: fixed;
    width: 100%;
    /*height: 340px;*/
    z-index: 9;
    top: 0;
}
.action-nav img{
        filter: grayscale(100%);
        transition: all linear 200ms;
}
.action-nav img:hover{
    filter: none
}
/*#navChilds .n:last-of-type{*/
/*    display: none !important;*/
/*}*/
.product_detail .tab .tab_hd span:hover{
    color: #1e9fe6;
    transition: all linear 200ms;
}
.product_detail .right .cate img{
    transition: all linear 200ms;
}
.product_detail .right .cate a:hover img{
    filter: none;
    
}
.pages_nav .p_nav a{
    transition: all linear 200ms;
}
.pages_nav .p_nav a:hover{
    background: #1e9fe6;
}
/*.pro_nav ul li:hover:before {*/
/*    content: '';*/
/*    width: 100%;*/
/*    height: 3px;*/
/*    background: #1b91df;*/
/*    bottom: -2px;*/
/*    left: 0;*/
/*    position: absolute;*/
/*    transition: all linear 200ms;*/
/*}*/
.pro_nav ul li:hover div{
    color: #1e9fe6;
    transition: all linear 200ms;
}
.pro_nav ul li{
    transition: all linear 200ms;
}
.pro_nav ul li:hover img {
    filter: none;
    transition: all linear 200ms;
}
.partner ul li img{
    max-width: 100%;
}
.mpic{
    display: none;
}
.mbtn{
    display: none;
}
.mtitle{
    display: none;
}
.m-nav{
    display: none;
}
.home_swiper1 .container{
    z-index: 9;
}
.head_height{
    height: 84.85px;
}
#header{
    position: fixed;
    z-index: 999;
    background: #fff;
    width: 100%;
}

#home_swiper1 .swiper-slide::after{
    position:absolute;
    width: 100%;
    height: 100%;
    content: '';
    left: 0;
    top: 0;
    background: rgba(0,0,0,.4);
}





