@charset "utf-8";

.banner,
.banner .swiper-container,
.banner .swiper-slide {
	overflow: hidden;
	width: 100%;
}

.banner .swiper-slide {
	position: relative;
}

.banner .swiper-slide img {
	width: 100%;
	height: auto;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 30px;
	border-radius: 5px;
}

.banner .swiper-pagination-bullet {
	width: 40px;
	height: 7px;
	opacity: 1;
	border-radius: initial;
	background-color: #fff;
}

.banner .swiper-pagination-bullet-active {
	background-color: #0060c6;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
	bottom: 25px;
}
.bseartspan:last-child{display:none !important}

/* 首页 */
.announ_main {
	width: 100%;
	height: 76px;
	line-height: 76px;
	border-bottom: 1px solid #eee;
}

.announ_main .announ_right {
	width: 282px;
	padding-top: 20px;
}

.announ_main .announ_right .search {
	width: 282px;
	height: 35px;
	line-height: 35px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #f6f6f6;
	position: relative;
}

.announ_main .announ_right .search input {
	outline: none;
	border: 0 none;
	height: 35px;
	line-height: 35px;
}

.announ_main .announ_right .search .txt {
	width: 200px;
	background: none;
	padding-left: 15px;
	display: block;
	color: #999;
}

.announ_main .announ_right .search .btn {
	width: 50px;
	background: url(../img/sou.png) no-repeat center #0060c6;
	background-size: 25px 25px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
}

.announ_main .announ_right .search .btn:hover {
	background-color: #ed8e06;
}

.announ_main .announ_left span {
	display: inline-block;
}

.announ_main .announ_left a {
	display: inline-block;
	padding: 0 10px 0 0;
}

.announ_main .announ_left a s {
	width: 1px;
	height: 16px;
	display: inline-block;
	margin-right: 10px;
	background: #e9e9e9;
	vertical-align: middle;
}

.announ_main .announ_left a:first-child s {
	display: none;
}

.title {
	padding-top: 80px;
	padding-bottom: 50px;
}

.title b {
	text-align: center;
	font-size: 50px;
	font-weight: bold;
	color: #0060c6;
	display: block;
}

.title b::before {
	content: "";
	height: 2px;
	display: inline-block;
	width: 25px;
	background-color: #0060c6;
	margin-bottom: 15px;
	margin-right: 30px;
}

.title b::after {
	content: "";
	height: 2px;
	display: inline-block;
	width:25px;
	background-color: #0060c6;
	margin-bottom: 15px;
	margin-left: 30px;
}

.title p {
	text-align: center;
	font-size: 18px;
	color: #666;
}
.cont1-tab .cont1-tab-l{
	width: 20%;
	padding: 25px 20px;
	border-radius: 20px;
	background: url(../img/p-bg.png) repeat center bottom;
}
.cont1-tab .cont1-tab-l i{
	font-size: 50px;
	color: #fff;
	margin-right: 12px;
}
.cont1-tab .cont1-tab-l div{
	color: #fff;
}
.cont1-tab .cont1-tab-l div h3{
	font-size: 35px;
    letter-spacing: 8px;
}
.cont1-tab .cont1-tab-l div p{
	font-size: 14px;
}
.cont1-tab .cont1-tab-r{
	width: 75%;
}
.cont1-tab a {
	text-align: center;
	background: #0060c6;
	color: #fff;
	box-sizing: border-box;
	line-height: 55px;
	height: 55px;
	border-radius: 50px;
}

.cont1-tab a:hover,.jspt-active{
	background-color: #2590f1;
	color: #fff;
}
.cont1-list {
	margin: 50px 0;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px 20px;
	margin: 50px 0 30px 0;
}
.con1{
	display: none;
}

.cont1-list a {
	
}
.cont1-list a i {
	display: block;
	border: 5px solid #E1E1E1;
	overflow: hidden;
}

.cont1-list a i img {
	width: 100%;
	height: 250px;
	object-fit: cover;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont1-list a:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}
.cont1-list a h4 {
	font-size: 18px;
	color: #333;
	text-align: center;
	line-height: 50px;
}

.more a {
	display: block;
	text-align: center;
	font-size: 18px;
	float: left;
	width: 250px;
	height: 50px;
	line-height: 50px;
}

.more {
	width: 510px;
	margin: 0 auto;
	display: block;
	text-align: center;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
	position: relative;
	height: 55px;
	line-height: 55px;
}

.more .gd {
	color: #fff;
	background: #0060c6;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-left-radius: 5px;
	border-top-left-radius: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 2px solid #0060c6;
}

.more .zx {
	border: 2px solid #e5e5e5;
	color: #333;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-right-radius: 5px;
	border-top-right-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-left: 0 none;
}

.more .zx:hover {
	background: #ed8e06;
	border: 2px solid #ed8e06;
	color: #fff;
	border-left: 0 none;
}

/* 中间广告 */
.xunpan {
	width: 100%;
	background: url(../img/xunpan.png) no-repeat center top;
	color: #fff;
}

.xunpan .w1200 {
	
}
.xunpan .zixun{
	text-align: center;
	padding: 80px 0;
}
.xunpan .zixun h2{
	font-weight: bold;
	font-size: 55px;
}
.xunpan .zixun p{
	font-size: 26px;
	padding: 20px 0;
}
.xunpan .zixun div em{
	font-size: 52px;
	font-weight: bold;
}
.xunpan .zixun i{
	font-size: 50px;
}

.icon {
	vertical-align: middle;
	background: url(../img/icon.png) no-repeat;
	display: inline-block;
}

/* 优势 */
.floor_2_main{
	background: #f3f3f3;
}
.youshi .item {
	padding-bottom: 60px;
	align-items: center;
	padding-top: 64px;
	display: flex;
	justify-content: space-between;
}
.youshi .item .tit {
	width: 60px;
	height: 80px;
	background: #0060c6;
	text-align: center;
	line-height: 80px;
	margin-right: 20px;
	color: #fff;
}
.youshi .item .tit h2{
	font-size: 35px;
	font-weight: bold;
	position: relative;
}
.youshi .item .tit h2::after{
	background: #fff;
	width: 34px;
	height: 1px;
	content: "";
	position: absolute;
	bottom: 16px;
	left: 50%;
	display: block;
	margin-left: -17px;
}
.youshi .item .tit img {
	width: 170px;
	height: 330px;
	display: block;
}
.youshi .item .txt {
	width: 520px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.youshi .item .txt p{
	line-height: 2.5;
}
.youshi .item .txt p strong{
	color: #000;
}
.youshi .item .txt h2 {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	line-height: 32px;
	margin-bottom: 5px;
}

.youshi .item .txt>i{
	display: block;
	width: 100%;
	height: 1px;
	background: #bfbfbf;
	margin-top: 15px;
}

.youshi .item .txt .desc {
	padding-top: 20px;
	font-size: 17px;
	color: #666666;
	text-align: justify;
	line-height: 26px;
}
.youshi .item .txt .desc i{
	color: #000;
	font-weight: bold;
}
.item-txt{
	display: flex;
	justify-content: flex-start;
	width: 50%;
}
.youshi .item .txt .cha:hover {
	background: #0060c6;
	color: #fff;
}

.youshi .item .img {
	width: 45%;
}

.youshi .item .img img {
	width: 100%;
}
.youshi .item:hover .txt {
	-webkit-transform: translate3d(0, -6px, 0);
	transform: translate3d(0, -6px, 0);
}
/* 服务支持 */
.cont8-lsit{
	margin-bottom: 80px;
}
.cont8-lsit li{
	cursor: pointer;
	float: left;
	width: 225px;
	height: 472px;
	background: url(../img/z1.png) no-repeat center center;
	background-size: cover;
	margin-right: 18.75px;
	box-sizing: border-box;
	padding: 0 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}
.cont8-lsit li i{
	color: #fff;
	font-size: 50px;
	border: 2px solid #fff;
	border-radius: 50px;
	display: block;
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
}
.cont8-lsit li p{
	font-size: 20px;
	text-align: center;
	color: #fff;
	margin-top: 20px;
}
.cont8-lsit li:nth-child(2n+1){
	margin-top: 60px;
}
.cont8-lsit li:hover{
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
	-webkit-transform: translateY(-20px);
	-moz-transform: translateY(-20px);
	-o-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}
.cont8-lsit li:nth-child(2n+1):hover{
	
}
.cont8-lsit li:nth-child(2){
	background-image: url(../img/z2.png);
}
.cont8-lsit li:nth-child(3){
	background-image: url(../img/z3.png);
}
.cont8-lsit li:nth-child(4){
	background-image: url(../img/z4.png);
}
.cont8-lsit li:nth-child(5){
	background-image: url(../img/z5.png);
	margin-right: 0;
}
/* 案例展示 */
.cont3-list{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 30px 30px;

}
.cont3-list a {
	box-shadow: 0px 2px 20px #efefef;
	padding-bottom: 10px;
}
.cont3-list a>i {
	display: block;
	overflow: hidden;
}

.cont3-list a>i img {
	object-fit: cover;
	width: 100%;
	height: 250px;
	transition: all ease-out .3s;
	-webkit-transition: all ease-out .3s;
	-moz-transition: all ease-out .3s;
	-ms-transition: all ease-out .3s;
}

.cont3-list a:hover>i img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1)
}

.cont3-list a div h4 {
	font-size: 18px;
	text-align: center;
	color: #333;
	line-height: 40px;
	margin-top: 10px;
}

.cont3-list a:hover div h4 {
	color: #0060c6;
}

.cont3-list a div i {
	display: block;
	width: 40px;
	height: 2px;
	background-color: #c7c7c7;
	margin: 20px auto 0 auto;
}

.cont3-list a div p {
	margin-top: 15px;
	font-size: 14px;
	color: #666;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	padding: 0 20px;
}
/* 关于我们 */
.cont4{
	background-color: #f3f3f3;
	padding-top: 80px;
	padding-bottom: 50px;
}
.cont4-bg img{
	margin: 0 auto;
	width: 100%;
}
.cont4 .c4-about-l{
	width: 52%;
}
.cont4 .c4-about-r{
	width: 42%;
}
.cont4 .c4-about-r img{
	width: 100%;
}
.cont4 .c4-about-l h2{
	font-size: 50px;
	font-weight: bold;
	color: #333;
	position: relative;
	margin-bottom: 20px;
}
.cont4 .c4-about-l h2::after{
	position: absolute;
	background-color: #333;
	width: 100px;
	height: 2px;
	content: "";
	left: 316px;
	top: 36px;
}
.cont4 .c4-about-l h3{
	font-size: 30px;
	color: #333;
	position: relative;
	margin-left: 80px;
}
.cont4 .c4-about-l h3::after{
	position: absolute;
	content: " “ ";
	font-size: 90px;
	color: #d0d0d0;
	left: -50px;
	font-weight: bold;
	top: -20px;
}
.cont4 .c4-about-l h3::before{
	position: absolute;
	content: " ” ";
	font-size: 90px;
	color: #d0d0d0;
	right: 32px;
	font-weight: bold;
	
}
.cont4 .c4-about-l p{
	margin-top: 15px;
	border-top: 1px solid #ddd;
	padding-top: 40px;
	font-size: 16px;
	line-height: 1.8;
	color: #666666;
}
/* 新关于我们 */
.cont04{
	padding: 50px 0;
    background: #f6f6f6;
    /* border-bottom: 6px solid #0060c6; */
}
.cont04 .c4-l{
	width: 32%;
}
.cont04 .c4-l img{
	width: 100%;
	height: 100%;
    object-fit: cover;
}
.cont04 .c4-r{
	width: 65%;
}
.cont04 .c4-r p{
	line-height: 2;
    text-align: justify;
    color: #333;
}
.cont04 .c4-r ul{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 10px 10px;
	margin-top: 20px;
}
.cont04 .c4-r ul li{
	
}
.cont04 .c4-r ul li img{
	width: 100%;
    
}
.zizhi ul{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 30px 30px;
}
.zizhi ul li{
	border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 2px 20px #efefef;
}
.zizhi ul li img{
	width: 100%;
	box-shadow: 0px 2px 20px #efefef;
	border-radius: 10px;
}
/* 新闻动态 */
.cont5{
	padding-bottom: 50px;
	background-size: cover;
	background: url(../img/new-bg.png) no-repeat center bottom;
}
.cont5-l{
	float: left;
	width: 440px;
	height: 350px;
	overflow: hidden;
}
.cont5-l a{
	display: block;
	position: relative;
}
.cont5-l a img{
	width: 440px;
	height: 350px;
}
.cont5-l a div{
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	box-sizing: border-box;
	padding: 10px 20px;
}
.cont5-l a div h4{
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont5-l a div p{
	font-size: 12px;
	color: #fff;
	opacity: 0.8;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.type-pro{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	grid-gap: 30px 30px;
}
.type-pro li{
	border: 1px solid #ddd;
    text-align: center;
    line-height: 45px;
}
.type-pro li a{
	font-size: 18px;
	display: block;
	color: #333;
}
.type-pro li a:hover,.type-pro li .hover{
	background: #0060c6;
	color: #fff;
}
.cont5-r{
	width: 740px;
	float: right;
}
.cont5-r a{
	display: block;
	overflow: hidden;
	margin-bottom: 26px;
}
.cont5-r a i{
	float: left;
	width: 133px;
	height: 100px;
	overflow: hidden;
	margin-right: 22px;
}
.cont5-r a img{
	width: 100%;
	height: 100%;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.cont5-r .cont5-r-txt{
	width: 480px;
	float: left;
}
.cont5-r .cont5-r-txt h4{
	font-size: 20px;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cont5-r .cont5-r-txt p{
	font-size: 14px;
	line-height: 20px;
	color: #999;
	height: 60px;
	padding-top: 10px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.cont5-r .time{
	float: right;
	display: block;
	width: 66px;
	height: 100px;
	line-height: 50px;
	text-align: center;
	font-size: 14px;
	border-left: 1px solid #e9e9e9;
	padding-left: 20px;
}
.cont5-r .time em{
	display: block;
	font-size: 48px;
	color: #0060c6;
	font-weight: bold;
	line-height: 60px;
}
.cont5-r .time span{
	
}

.left{float: left;}
.right{float: right;}

/* 内页大图 */
.nybanner {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.nybanner .w1200 {
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.nybanner .title {
    color: #fff;
    font-size: 46px;
    line-height: 60px;
    font-weight: 600;
    padding-top: 120px;
    text-shadow: 0 2px 3px rgb(0 0 0 / 50%);
}

.nybanner .title span {
    position: relative;
    font-size: 46px;
    margin-left: 20px;
    border-left: 1px solid #fff;
    padding-left: 20px;
    font-weight: 300;
    text-transform: uppercase;
}

.nybanner .title p {
    color: #fff;
    font-size: 18px;
    line-height: 27px;
    margin-top: 5px;
    font-weight: 300;
    text-align: left;
}

.nybanner .position {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 30px;
    padding: 15px 20px;
    background: rgba(255,255,255,.8);
    border-radius: 4px 4px 0 0;
    box-shadow: 0px 0px 30px rgba(0,0,0,0.1);
    color: #333;
}

.nybanner .position s {
    position: relative;
    top: -2px;
    width: 15px;
    height: 13px;
    margin-right: 10px;
    background-position: bottom left;
    background-image: url(../img/icon_blue.png);
    display: inline-block;
    vertical-align: middle;
}

.nybanner .position a {
    font-size: 14px;
    line-height: 30px;
    color: #333;
}

.nybanner .position i:after {
    padding: 0 5px;
    content: ">>";
    color: #999;
    font-size: 12px;
    font-family: 宋体;
    display: inline-block;
}

/*单页主体内容*/
.bg_main{padding-bottom: 50px;min-height: 640px;}
.sub_nav{border-bottom: 1px solid #f2f2f2;padding: 20px;box-sizing: border-box;}
.sub_nav .fl{color: #0060c6;font-size: 30px;}
.sub_nav .fr li{float: left;}
.sub_nav .fr li a{padding: 0 20px;border: 1px solid #e6e6e6;display: block;margin-left: 10px;color: #666;}
.sub_nav .fr li a:hover,
.sub_nav .fr li a.hover{background: #0060c6;color: #fff;border: 1px solid #0060c6;}
.detail{padding-top: 50px;}
.detail .context{color: #333;line-height: 30px;text-align: justify;padding-bottom: 25px;}
.detail .context img{
	max-width: 100%;
    width: 80%;
    margin: 0 auto;
}
.context-img img{
	width: 100% !important;
}

/*产品主体内容*/
.case{margin-top: 40px;}
.case ul{width: 100%;}
.case li{width: 380px;float: left;margin-right: 30px;margin-bottom: 30px;transition: all .5s;}
.case li:nth-child(3n){margin-right: 0;}
.case li .img{width: 100%;height: 284px;display: block;border: 1px solid #eaeaea;border-bottom: none;overflow: hidden;box-sizing: border-box;}
.case li .img img{width: 100%;height: 100%;transition: all .5s;object-fit: cover;}
.case li:hover .img img{transform: scale(1.1);}
.case li .p{border: 1px solid #efefef;display: block;padding: 0 19px;height: 108px;border-top: none;box-sizing: border-box;}
.case li .p p{border-bottom: 1px solid #eaeaea;height: 58px;line-height: 58px;margin-bottom: 10px;font-size: 18px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all .5s;color: #333;}
.case li .p  span{color: #666;transition: all .5s;}
.case li .p i{width: 32px;height: 12px;background-position: 0 -30px;background-image: url(../img/icon_blue.png);display: inline-block;vertical-align: middle;}
.case li .p .fl{font-size: 12px;font-family: arial;}
.case li:hover a span{color:#0060c6;}
.case li:hover a p{color:#0060c6;}
.case li:hover{box-shadow: 0 1px 20px rgb(0 0 0 / 10%);}


/*产品详情*/
.showPro{padding-top: 50px;}
.showPro .reLink{margin-bottom: 0;}
.showPro .showContxt{padding: 30px 0 35px;color: #666;font-size: 14px;line-height: 30px;text-align: justify;}
.showPro .showContxt img{max-width: 100%;height: auto !important;margin: 0 auto;}
.showPro .showimgCon{padding: 0 0 30px;font-size: 16px;line-height: 32px;}
.showPro .showimgCon .txtcon{width: 720px;height: 423px;float: right;position: relative;}
.showPro .showimgCon .txtcon .tit{position: relative;font-size: 20px;margin-bottom: 15px;color: #0060c6;font-weight: bold;line-height: 24px;padding-bottom: 14px;border-bottom: 1px solid #dddddd;padding-right: 60px;}
.showPro .showimgCon .txtcon .tit .goBack{position: absolute;right: 0;top: 0;color: #999999;font-size: 14px;display: block;font-weight: normal;cursor: pointer;}
.showPro .showimgCon .txtcon .tit .goBack s{width: 20px;height: 20px;background-position: -440px -62px;margin-left: 6px;}
.showPro .showimgCon .txtcon .tit .goBack:hover{color: #047fcc;}
.showPro .showimgCon .txtcon .txt{font-size: 14px;line-height: 28px;color: #666;text-align: justify;}
.showPro .showimgCon .txtcon .txt .item{margin-bottom: 7px;max-height: 144px;overflow: hidden;}
.showPro .showimgCon .txtcon .tel-btn{width: 100%;position: absolute;left: 0;bottom: 0;border-top: 1px solid #ddd;padding-top: 40px;}
.showPro .showimgCon .txtcon .tel-btn .btn{width: 118px;float: right;height: 40px;line-height: 40px;margin-top: 5px;font-size: 20px;text-align: center;color: #fff;cursor: pointer;background: #0060c6;}
.showPro .showimgCon .txtcon .tel-btn .btn:hover{background: #333;}
.showPro .showimgCon .txtcon .tel-btn .tel{width: 280px;float: left;}
.showPro .showimgCon .txtcon .tel-btn .tel span,
.showPro .showimgCon .txtcon .tel-btn .tel strong{display: block;color: #666;}
.showPro .showimgCon .txtcon .tel-btn .tel s{width: 42px;height: 42px;display: block;float: left;margin-right: 6px;margin-top: 4px;background-position: right bottom;background-image: url(../img/icon_blue.png);}
.showPro .showimgCon .txtcon .tel-btn .tel span{font-size: 16px;line-height: 20px;}
.showPro .showimgCon .txtcon .tel-btn .tel strong{color:#0060c6;font-size: 28px;line-height: 28px;}
.showPro .showimg{width: 442px;position: relative;float: left;overflow: hidden;}
.showPro .showimg .bigimg{width: 440px;height: 332px;display: block;position: relative;border: 1px solid #dddddd;}
.showPro .showimg .bigimg .list{width: 5000%;}
.showPro .showimg .bigimg .list li{width: 440px;height: 332px;float: left;border: 0;margin-right: 1px;}
.showPro .showimg .bigimg .list img{width: 100%;height: 100%;display: block;transition: all ease 300ms;}
.showPro .showimg .smallimg{width: 440px;height: 76px;position: relative;padding-top: 30px;z-index: 10;overflow: hidden;}
.showPro .showimg .list{width: 357px;overflow: hidden;position: relative;margin: 0 auto;}
.showPro .showimg .listcon{width: 600% !important;position: relative;}
.showPro .showimg .prev,
.showPro .showimg .next{width: 20px;height: 76px;z-index: 10;position: absolute;top: 30px;cursor: pointer;background: #f9f9f9 url(../img/show-btn-ico.png) no-repeat 0 center;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.showPro .showimg .prev:hover,.showPro .showimg .next:hover{background-color: #f9f9f9;}
.showPro .showimg .prev{left: 0;background-position: 3px center;}
.showPro .showimg .next{right: 0;background-position: -84px center;}
.showPro .showimg li{width: 94px;height: 70px;margin-right: 28px;float: left;cursor: pointer;position: relative;border: 3px solid #fff;transition: all .5s;}
.showPro .showimg li img{width: 100%;height: 100%;display: block;object-fit: cover;}
.showPro .showimg li.on{width: 94px;height: 70px;border: 3px solid #0060c6;}
.relateTit{height: 58px;line-height: 58px;border-bottom: 1px solid #e4e4e4;margin: 0 auto;width: 1200px;}
.relateTit h3{font-size: 18px;display: inline-block;*display: inline;*zoom: 1;color: #333;position: relative;}
.relateTit h3 .line{width: 100%;height: 2px;display: block;position: absolute;left: 0;bottom: -1px;background: #0060c6;}
#ie{position: fixed;top: 0;width: 100%;height: 100%;z-index: 9999;background: #00aeff;}
#ie p{position: absolute;top: 50%;margin-top: -60px;left: 50%;margin-left: -540px;width: 1080px;color: #fff;font-size: 20px;line-height: 2;text-align: center;}
.showPro>strong{color: #333;font-size: 15px;}
.showPro>a{color: #666}
.relate-tit{width: 100%;height: 39px;line-height: 40px;background: #fafafa;border-bottom: 1px solid #CCC;}
.relate-tit h3{float: left;font-size: 14px;line-height: 40px;display: block;padding: 0 30px;background:  #0060c6;color: #FFF;}
.relate-pro{margin: 20px 0;}
.relate-pro ul{margin-top: 20px;}
.relate-pro ul li{float: left;width: 210px;margin-right: 10px;transition: all .5s;}
.relate-pro ul li:nth-child(4n){margin-right: 0;}
.relate-pro ul li a{display: block;border: 1px solid #eaeaea;}
.relate-pro ul li .img{position: relative;width: 100%;height: 210px;overflow: hidden;}
.relate-pro ul li .img img{display: block;width: 100%;height: 100%;transition: all .5s;object-fit: cover;}
.relate-pro ul li h3{color: #555;font-size: 14px;text-align: center;display: block;line-height: 35px;background: #fff;padding: 0 10px;border-top: 1px solid #eaeaea;transition: all .5s;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.relate-pro ul li:hover .img img{transform: scale(1.1);}
.relate-pro ul li:hover h3{color: #fff;background: #0060c6;}
.relate-pro .swiper-container-horizontal>.swiper-scrollbar{position: relative;left: 0;bottom: 0;width: 100%;margin-top: 10px;}
.relate-pro .swiper-scrollbar-drag{background: #0060c6;}
.relate-news ul{padding-top: 10px;}
.relate-news ul li{float: left;position: relative;width: 48%;line-height: 35px;}
.relate-news ul li:nth-child(even) {float: right;}
.relate-news ul li a{display: block;color: #666;padding-right: 100px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.relate-news ul li a:before{content: '+';font-weight: bold;font-size: 16px;line-height: 1;margin-right: 5px;}
.relate-news ul li span{position: absolute;top: 0;right: 0;color: #999;white-space: nowrap;}
.relate-news ul li a:hover{color: #0060c6;}

.detail .title{padding-bottom: 20px;border-bottom: 1px solid #f3f3f3;text-align: center;margin-bottom: 20px;padding-top: 0px;}
.detail .title h1{font-size: 30px;font-weight: bold;padding-bottom: 15px;color: #333;}
.detail .title span{line-height: 18px;font-family: arial;color: #999;margin-right: 14px;font-size: 14px;}
.detail .title span:last-child{margin-right: 0;}
.detail .title i{width: 23px;height: 16px;background-position: -73px 0;margin-right: 10px;}
.detail .title .i2{background-position: -104px 0;margin-left: 30px;}


/*新闻*/
.news{padding-top: 50px;}
.bg_main .news_ul{padding-bottom: 40px;}
.bg_main .news_ul li{border-bottom: 1px solid rgba(0,0,0,.06);padding: 30px 0;}
.bg_main .news_ul li a{display: flex;}
.bg_main .news_ul li .img{position:relative;width: 200px;height: 150px;margin-right: 30px;overflow: hidden;}
.bg_main .news_ul li .img img{width: 100%;height: 100%;display: block;transition: all .5s;}
.bg_main .news_ul li .txt{flex: 1;overflow: hidden;padding-right: 20px;}
.bg_main .news_ul li .txt h3{font-size: 20px;line-height: 30px;margin-top: 5px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;transition: all .5s;color: #333;}
.bg_main .news_ul li .txt .hits{color: #999;font-size: 14px;line-height: 30px;}
.bg_main .news_ul li .txt p{color: #666;font-size: 16px;line-height: 28px;text-align: justify;transition: all .5s;height: 80px;overflow: hidden;}
.bg_main .news_ul li .date{width: 80px;padding: 24px 0 24px 35px;font-size: 30px;line-height: 50px;color:#999;font-weight:300;position:relative;text-align: center;}
.bg_main .news_ul li .date:after{display:block;content:"";width:1px;height: 100%;background:#f3f3f3;left:10px;top: 0;position:absolute;}
.bg_main .news_ul li .date span{display: block;}
.bg_main .news_ul li:hover .img img{transform: scale(1.1);}
.bg_main .news_ul li:hover .txt h3{color:#0060c6;}
.bg_main .news_ul li:hover .txt p{color: #666;}


/*留言*/
.contact .box1{line-height: 18px;padding: 48px 0 0px;overflow: hidden;}
.contact .box1 ul{width: 125%;}
.contact .box1 li{float: left;width: 230px;margin-right: 250px;}
.contact .box1 li i{width: 56px;height: 56px;background-position: -142px 0;float: left;}
.contact .box1 li b{font-size: 18px;font-weight: 100;}
.contact .box1 li td{vertical-align: middle;height: 56px;padding-left: 5px;}
.contact .box1 .l2 i{background-position: -204px 0;}
.contact .box1 .l3 i{background-position: -267px 0;}
.contact .box2{margin-bottom: 75px;}
.contact .box2 #map1_container,
.contact .box2 #allmap1{width: 100%;height: 400px;}
.contact .box3 h1{color: #333;font-size: 36px;padding-bottom: 15px;text-align: center;}
.contact .box3 p{font-size: 16px;color: #828282;line-height: 24px;padding-bottom: 46px;text-align: center;}
.contact .box3 b{color: #0060c6;}
.formData{padding-bottom: 20px;}
.formData .item{float: left;color: #999;font-weight: normal;width: 560px;height: 50px;line-height: 50px;border: 1px solid #e4e4e4;margin-right: 76px;margin-bottom: 30px;border-radius: 5px;position: relative;box-sizing: border-box;transition: all .5s;}
.formData .item:hover{color:#495057;background:#fff;border-color: #0060c6;outline:0;box-shadow: 0 0 0 1px #0060c6;}
.formData .item label{padding-left: 15px;position: absolute;left: 0;top: 0;z-index: 11;text-align: center;display: block;margin: 0;height: 48px;line-height: 48px;font-size: 18px;color: #666;}
.formData .item input{outline: none; line-height: 38px; height: 38px; font-size: 18px;}
.formData .item .txt{width: 100%;height: 48px;line-height: 48px;display: block;background: none;padding-left: 70px;border: 0 none;color: #666;box-sizing: border-box;}
.formData .item .red{position: absolute; right: 15px; top: 0; color: #ff0000; z-index: 11;}
.formData .item.mr0{margin-right: 0;}
.formData .msg-box{position: absolute; left: 0; top: 0px;}
.formData .liuyan{width: 1198px; height: 240px; border: 1px solid #e5e5e5; float: left;}
.formData .liuyan label{text-align: right;display: block;top: 4px;}
.formData .liuyan textarea{width: 100%;height: 100%;line-height: 35px;padding: 12px 10px;text-indent: 100px;font-size: 18px;color: #666;border: 0 none;overflow: hidden;background: none;resize: none;display: block;outline: none;box-sizing: border-box;}
.formData .bot{width: 100%;}
.formData .sub{width: 232px;line-height: 46px;border: 2px solid #0060c6;margin-right: 2px;text-align: center;background: #0060c6;color: #FFF;cursor: pointer;font-size: 18px;display: block;outline: none;transition: all .5s;}
.formData .sub:hover{background: none;color: #0060c6;}
.formData .yzm{width: 432px;}
.formData .yzm .txt{padding-left: 80px;}
.formData .yzm img{position: absolute;right: 3px;top: 3px;border: 0px;display: block;}


#fenggeku-com {
    min-height: 400px;
    width: 100%;
    line-height: 26px;
}

.showPro .reLink{height: 38px;line-height: 38px;border: 1px solid #e6e6e6;padding: 0 15px;margin-bottom: 50px;color: #666;}
.showPro .reLink .nextLink,
.showPro .detail .reLink .prevLink{width: 50%;}
.showPro .reLink .nextLink{text-align: right;}
.showPro .reLink a{color: #666;}
.showPro .reLink a:hover{color:#0060c6;}


/*数据分页*/
.pglist{padding: 20px 0 30px;width:100%;text-align: center;clear: both;}
.pglist a,.pglist .current{color: #999;padding: 0 15px;margin: 0 3px;display: inline-block;vertical-align: middle;line-height: 30px;background: #fff;border: 1px solid #f2f2f2;}
.pglist a:hover,.pglist .current{display:inline-block;color: #fff;background: #0060c6;border-color: #0060c6;box-shadow: 0 0 14px rgba(0, 0, 0, .2);}
.pglist .page-status{display: none}