﻿@charset "utf-8";
@media (min-width:1200px) {
	header{
		padding: 0;
		display: flex;
		justify-content: start;
		height: 80px;
		box-sizing: border-box;
	}
	.logo{
		width: auto;
		margin-left:2%;
	}
	.logob{
		display: none;
	}
	.logoa{
		display: block;
	}
	.logo img{
		width: 400px;
		height: auto;
		height: auto;
	}
	.banner{
		width: 100%;
		height: auto;
	}
	.owl-theme .owl-controls .owl-page{
		width: 13px;
		height: 13px;
		border: 1px solid #fff;
		margin: 0 5px;
		border-radius: 20px;
		display: inline-block;
		background: #FFFFFF;
		transition: all 0.5s ease;
	}
	.owl-theme .owl-controls .owl-page.active{
		    background: #1588f2;
		    width: 32px;
		    border-color: #1588f2;
	}
	.owl-prev{
		position: absolute;
		left: -38px;
		background: url(../images/prev.png)no-repeat;
		width: 21px;
		height: 37px;
		font-size: 0;
	}
	.owl-prev1{
		position: absolute;
		left: -38px;
		background: url(../images/prev.png)no-repeat;
		width: 21px;
		height: 37px;
		font-size: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	.owl-next,.owl-next1{
		position: absolute;
		right: -38px;
		background: url(../images/next.png)no-repeat;
		width: 21px;height: 37px;
		font-size: 0;
	}
	.owl-next1{
		position: absolute;
		right: -38px;
		top: 50%;
		transform: translateY(-50%);
		background: url(../images/next.png)no-repeat;
		width: 21px;
		height: 37px;
		font-size: 0;
	}
	.ind_reverse{
		display: flex;
		width: 85%;
		justify-content: space-between;
	}
	.navBtn{
		display: none;
	}
	.nav-back{
		height: 80px;
		position: static;
		margin-left: 4%;
	}
	.nav{
		position: static;
		display: flex;
		background: #FFFFFF;
		width: 100%;
		height: 80px;
		min-height: 40px;
		padding: 0;
		box-shadow: 0px 0px 0px #ffffff;
	}
	.nav .nav_list::after {
	    display: none;
	}
	.nav .nav_list{
		margin-right: 3.5%;
		position: relative;
	}
	.nav .nav_list:first-child{
		margin-left: 0;
	}
	.nav .nav_list:last-child{
		margin-right: 0;
	}
	.nav .nav_list >a{
		font-size: 16px;
		color: #333333;
		line-height: 80px;
		padding: 0;
	}
	.nav .nav_list >a:hover{
		color: #1688F2;
		font-weight: bold;
	}
	.nav .nav_list .active{
		color: #1688F2;
		font-weight: bold;
		background: #FFFFFF;
	}
	/* nav下拉 */
	.nav_down{
		padding: 20px;
		position: absolute;
		background: #FFFFFF;
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
		/* transition: all 0.3s ease; */
		top: 80px;
		left: 50%;
		transform: translateX(-50%);
		z-index: 999;
	}
	.nav_down > a{
		width: 100px;
		text-align: center;
		display: block;
		font-size: 16px;
		color: #616161;
		white-space: normal;
		padding-left: 0;
		line-height: 32px;
		transition: all .35s;
		margin-bottom: 10px;
	}
	.nav_down > a:hover{
		color: #1688F2;
	}
	.men_title{
		font-size: 18px;
		padding-left: 0;
		color: #1688F2;
		padding-bottom: 10px;
		border-bottom: 1px solid #EEEEEE;
	}
	.downn{
		display: none;
	}
	.menu_do{
		width: 620px;
		margin: 0;
		padding: 0;
	}
	.menu_do li{
		margin-top: 20px;
		margin-bottom: 10px;
		margin-right: 48px;
		line-height: 1;
		padding-top: 0;
		float: left;
		box-sizing: border-box;
	}
	.menu_do li a{
		display: block;
	}
	.lists_t{
		margin-bottom: 15px;
		color: #616161;
		font-size: 16px;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		transition: all .35s;
	}
	/* .menu_do li:hover{
		background: rgba(0,0,0,.1);
	} */
	.menu_do li:hover a .lists_t{
		color: #1688F2;
	}
	/* .lists_text{
		width: 229px;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		word-wrap: normal;
		color: #919191;
		font-size: 14px;
		letter-spacing: 1px;
	} */
	.phones{
		display: none;
	}
	.pc{
		display: inline-block;
	}
	.ind_reverse .languaget img {
	    display: inline-block;
	}
	.product-txt {
	    color: #666666;
	    font-size: 14px;
		line-height: 28px;
	}
	.languaget{
		margin-right: 2%;
		display: block !important;
		padding: 12px 0;
		box-sizing: border-box;
		width: 283px;
	}
	.language-item{
		font-size: 14px;
		color: #5C6E7E;
		float: left;
		line-height: 18px;
	}
	.language-item img{
		width: 18px;height: 18px;
	}
	.language-item:hover{
		color: #1688F2;
	}
	.language-item img{
		margin-right: 9px;
	}
	.lang-line{
		float: left;
		font-size: 0;
		width: 1px;
		height: 14px;
		background: #D9D9D9;
		margin: 2px 16px;
	}
	.about-content{
		height: 800px;
		padding: 75px 0 220px 0;
	}
	.ellipsis{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
	}
	.yin-show{
		padding: 50px 30px;
	}
	.about-box{
		width: 1333px;
		margin: 0 auto;
	}
	.title_line{
		font-size: 34px;
		line-height: 1;
		height: auto;
		margin-bottom:80px;
	}
	.title_line::after{
		content: '';
		bottom: -24px;
		left: 50%;
		transform: translateX(-50%);
		width: 53px;
		height: 3px;
		border-radius: 6px;
	}
	.aboutc{
		display: block;
	}
	.introduction{
		width: 512px;
		float: left;
	}
	.introduction p{
		font-size: 15px;
		line-height: 32px;
	}
	.Btccimg{
		width: 750px;
		float: right;
		overflow: hidden;
	}
	.introduction a{
		width: 134px;
		height: 46px;
		line-height: 46px;
		margin: 0;
		margin-top:50px;
		font-size: 16px;
		color: #1688F2;
		background-color: rgba(0,0,0,0);
		display: block;
		transition: all .5s;
		border: 1px solid #1688F2;
	}
	.introduction a:hover{
		background: #1688F2;
		color: #FFFFFF;
	}
	.Btccimg img{
		width: 100%;
		transition-duration: 1s;
	}
	.Btccimg .item:hover img{
		transform: scale(1.1);
	}
	.wraper{
		width: 1200px;
		margin: 0 auto;
	}
	.programme{
		width: 100%;
		height: 300px;
	}
	.product{
		padding: 81px 0 91px 0;
	}
	.title_desc{
		font-size: 34px;
		font-weight: bold;
		color: #FFFFFF;
		margin-bottom: 23px;
		text-align: center;
	}
	.text-desc{
		text-align: center;
		font-size: 18px;
		color: #FFFFFF;
		margin-bottom: 64px;
	}
	.swiper-wrapper .items,.swiper-slide{
		width: 40%;
		height: 540px;
	}
	.items{
		width:100%;
		height: 100%;
		background: rgba(255,255,255,.1);
		margin: 0 15px;
		box-sizing: border-box;
		transition: all .5s;
		cursor: pointer;
		padding: 60px 10px 10px 10px;
	}
	.prod_Btn{
		width: 184px;
		height: 45px;
		background: rgba(255, 255, 255, 0);
		border: 1px solid rgba(255, 255, 255, 0.8);
		border-radius: 23px;
		font-size: 16px;
		text-align: center;
		color: #FFFFFF;
		line-height: 45px;
		display: block;
		margin: 20px auto;
	}
	.ptitle{
		font-size: 30px;
		margin-bottom: 9px;
		text-align: center;
	}
	.desc{
		width: 1008px;
		margin: 22px auto;
		font-size: 16px;
		line-height: 32px;
		text-align: center;
	}
	.newsbox{
		height: 700px;
		padding-top: 82px;
		padding-bottom: 0;
	}
	.newswraper{
		margin: 0 auto;
		width: 1200px;
	}
	.news_item{
		width: 360px;
		height: 330px;
		padding: 20px 20px 0;
	}
	.prodi_desc{
		height: 50px;
		line-height: 50px;
		font-size: 14px;
		padding: 0 24px;
	}
	.tonews{
		margin-top: 0;
	}
	.btn a:hover{
		background-color: rgba(22,136,242,1);
		color: #FFFFFF;
	}
	.pre_btn .next,.pre_btn .prev{
		font-size: 30px;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		width: 80px;
		color: rgba(0,0,0,.7);
		cursor: pointer;
		transition: all .35s;
	}
	.newimg{
		width: 320px;
		margin: 0 auto;
	}
	.btn{
		margin: 34px auto 0;
		text-align: center;
	}
	.btn a{
		width: 160px;
		height: 46px;
		line-height: 46px;
		margin: 0;
		margin-top:50px;
		font-size: 16px;
		color: #1688F2;
		background-color: rgba(0,0,0,0);
		display: block;
		transition: all .5s;
		border: 1px solid #1688F2;
		margin: 10px auto;
	}
	.coopwrap{
		width: 1161px;
		margin: 0 auto;
	}
	.coop_list .coop_item{
		width: 201px;
		height: auto;
		display: inline-block;
		margin-right: 39px;
		box-sizing: border-box;
	}
	.coop_list{
		height: 381px;
		padding: 10px 0px 40px;
	}
	.box_cop{
		width: 10000px;
		position: absolute;
		left: 0;
		top: 10px;
		z-index: 889;
	}
	.coop_item img{
		margin-bottom: 39px;
	}
	.cooperation{
		height: 631px;
		padding: 65px 0 92px;
	}
	.news-t{
		margin-bottom: 64px !important;
	}
	.footer{
		padding: 43px 0 63px 0;
	}
	.footerwrap{
		width: 1200px;
		margin: 0 auto;
	}
	.footbox{
		display: flex;
		flex-direction: row;
	}
	.footer_copy{
		width: 256px;
		position: relative;
		margin-right: 64px;
	}
	.footer_copy::after{
		content: '';
		height: 138px;
		background: #4D4D4D;
		width: 1px;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%)
		
	}
	.logo_b{
		position: relative;
		width: 108px;
		height: 60px;
	}
	.logo_b img{
		width: 100%;
		height: auto;
	}
	.logo_b::before{
		content: '';
		width: 30px;
		height: 2px;
		background-color: #303B7B;
		position: absolute;
		bottom: 0;
		left: 0;
	}
	.name{
		font-size: 16px;
		font-weight: bold;
		color: #303B7B;
		line-height: 40px;
		margin-bottom: 13px;
	}
	.beian{
		height: 26px;
		line-height: 26px;
	}
	.links-box{
		width: 880px;
		display: flex;
		justify-content: space-between;
	}
	.links_name{
		font-size: 20px;
		height: 38px;
		margin-bottom: 28px;
	}
	.links_name::after{
		content: '';
		position: absolute;
		height: 1px;
		width: 40px;
		background-color: #1688F2;
		left: 0;
		top: 40px;
	}
	.links_item{
		display: block;
	}
	.links_item a{
		font-size: 14px;
		line-height: 32px;
	}
	/* 关于我们 */
	.aboutimg{
		display: none;
	}
	.about_box{
		height: 390px;
	}
	.about_con {
		padding-top: 71px;
		height: 800px;
	}
    .new_box {
        height: 390px;
    }
	.about-wrap{
		width: 1200px;
		height: 100%;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.about_tit{
		position: absolute;
		top: 38%;
		left: 0;
		text-align: left;
		transform: translate(0,0);
	}
	.tit_ch{
		font-size: 48px;
		color: #FFFFFF;
	}
	.tit_en{
		font-size: 24px;
		color: #FFFFFF;
	}
	.about-twrap{
		width: 1200px;
		margin: 0 auto;
	}
	.introductio{
		width: 599px;
		float: left;
		height: 272px;
		overflow: auto;
		line-height: 30px;
		text-align: left;
		display: block;
		font-size: 16px;
	}
	.ba{
		margin-bottom: 60px;
	}
	.introductio::-webkit-scrollbar { /*滚动条整体样式*/
		width: 5px;
	}
	
	.introductio::-webkit-scrollbar-button { /*滚动条两端的按钮。*/
		display: none;
	}
	
	.introductio::-webkit-scrollbar-track { /*滚动条里面轨道*/
		background: rgba(0, 0, 0, 0);
	}
	
	.introductio::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
		background: rgba(0,0,0,.3);
		border-radius: 4px;
	}
	
	.introductio::-webkit-scrollbar-corner {  /*边角，两个滚动条交汇处*/
		background: #1688F2;
	}
	.Btccimg1{
		width: 544px;
		float: right;
		overflow: hidden;
	}
	.Btccimg1 img{
		transition-duration: 1s;
	}
	.Btccimg1:hover img{
		transform: scale(1.1);
	}
	.abo_overflow{
		margin-top: 65px;
	}
	.ab_links_item{
		width: 380px;
		height: 186px;
		margin-right: 0;
		position: relative;
	}
	.ab_links_item img{
		width: 100%;
		height: 100%;
	}
	.about_links .ab_links_item:nth-child(2){
		margin: 0 30px;
	}
	.development{
		padding: 80px 0;
		height: 800px;
	}
	.deve-wrap{
		width: 1000px;
		margin: 0 auto;
	}
	.devoplist{
		overflow: auto;
		height: 420px;
	}
	.devoplist::-webkit-scrollbar { /*滚动条整体样式*/
		width: 5px;
	}
	
	.devoplist::-webkit-scrollbar-button { /*滚动条两端的按钮。*/
		display: none;
	}
	
	.devoplist::-webkit-scrollbar-track { /*滚动条里面轨道*/
		background: rgba(0, 0, 0, 0);
	}
	
	.devoplist::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
		background: rgba(255,255,255,.3);
		border-radius: 4px;
	}
	
	.devoplist::-webkit-scrollbar-corner {  /*边角，两个滚动条交汇处*/
		background: #1688F2;
	}
	.develo::before {
	    content: '';
	    width: 1px;
	    height: 100%;
	    background-color: #FFFFFF;
	    position: absolute;
	    top: 0;
	    left: 17%;
	}
	.dece-time{
		width: 16%;
		font-size: 44px;
		line-height: 60px;
	}
	.decelo-item::before {
	    content: '';
	    width: 21px;
	    height: 21px;
	    border-radius: 21px;
	    background-color: #FFFFFF;
	    position: absolute;
	    top: 19.5px;
	    left: 15.25%;
	}
	.right_box{
		display: inline-block;
		padding-left: 7%;
		vertical-align: top;
		width: 76%;
	}
	.dece-day{
		font-size: 22px;
		width: 10%;
		line-height: 60px;
	}
	.dece-con{
		width: 84%;
		margin-left: 5%;
		padding-top: 15px;
		font-size: 22px;
		line-height: 32px;
	}
	.white{
		height: 800px;
		padding: 79px 0 91px;
	}
	.white-wrap{
		width: 1200px;
		margin: 0 auto;
	}
	.w-top{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.wtimg{
		width: 49.85%;
		margin-bottom: 0.2%;
	}
	.wtimg:hover img{
		transform: scale(1.1);
	}
    .woimg {
        width: 100%;
        display: flex;
        justify-content: space-between;
        background-color: #FFFFFF;
    }

    .woimg1 {
        width: 59%;
        display: flex;
        justify-content: space-between;
    }

        .woimg1 div {
            overflow: hidden;
            width: auto;
        }

    .woimg2 {
        width: 39%;
        margin-top: 0;
        display: flex;
        justify-content: space-between;
    }

        .woimg2 div {
            overflow: hidden;
            width: auto;
        }

    .woimg1 div:hover img {
        transform: scale(1.1);
    }

    .woimg2 div:hover img {
        transform: scale(1.1);
    }
	.cont{
		
	}
	.cont h3 {
		font-size: 32px;
		margin-bottom: 31px;
	}
	.cont p {
		font-size: 18px;
		line-height: 32px;
	}
	.socio{
		padding-top: 65px;
		height: 800px;
	}
	.desc_list{
		height: 92px;
		overflow: auto;
	}
	.desc_list::-webkit-scrollbar { /*滚动条整体样式*/
		width: 5px;
	}
	
	.desc_list::-webkit-scrollbar-button { /*滚动条两端的按钮。*/
		display: none;
	}
	
	.desc_list::-webkit-scrollbar-track { /*滚动条里面轨道*/
		background: rgba(0, 0, 0, 0);
	}
	
	.desc_list::-webkit-scrollbar-thumb { /*滚动条里面小方块*/
		background: rgba(255,255,255,.3);
		border-radius: 4px;
	}
	
	.desc_list::-webkit-scrollbar-corner {  /*边角，两个滚动条交汇处*/
		background: #1688F2;
	}
	.socio_wrap{
		width: 1200px;
		margin: 0 auto;
	}
	.top_socio{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.socio-tit{
		width: 164px;
		height: 34px;
		font-size: 32px;
		background-size:29px 24px;
		line-height: 1;
	}
	.top_socio p{
		width: 966px;
		font-size: 14px;
		line-height: 24px;
	}
	.sleft{
		width: 780px;
		overflow: hidden;
	}
	.sleft:hover img{
		transform: scale(1.1);
	}
	.sright div:hover img{
		transform: scale(1.1);
	}
	.socio_img{
		display: flex;
		justify-content: space-between;
		margin-top: 54px;
	}
	.sright{
		width: 400px;
		flex-direction: column;
		justify-content: ;
	}
	.sright img{
		width: 100%;
		margin-top: 0;
	}
	/* 产品 */
	.productt{
		height: 390px;
		padding: 140px 0;
	}
	.productt h1{
		font-size: 44px;
		margin-bottom: 24px;
	}
	.productt p{
		font-size: 18px;
		margin-bottom: 24px;
	}
    /* 产品 */
    .solutionn {
        height: 390px;
        padding: 140px 0;
    }
    .solutionn h1 {
        font-size: 44px;
        margin-bottom: 24px;
    }
    .solutionn p {
        font-size: 18px;
        margin-bottom: 24px;
    }
	.solution{
		height: 700px;
		padding-top: 65px;
	}
	.solution-wrap{
		width: 1200px;
		margin: 0 auto;
	}
	.fangan{
		display: flex;
		flex-direction: row;
	}
	.energy{
		width: 520px;
		padding: 67px 17px 0 50px;
	}
	.case{
		width: 680px;
		overflow: hidden;
	}
	.case:hover img{
		transform: scale(1.1);
	}
	.case img{
		transition-duration: 1s;
	}
	.enertit{
		font-size: 20px;
	}
	.energy p {
	    font-size: 14px;
		line-height: 32px;
	}
	.more{
		font-size: 14px;
		width: 142px;
		height: 34px;
		line-height: 34px;
		margin-top: 24px;
	}
	.ps{
		/* height: 760px; */
		/*padding-top: 79px;*/
	}
	.ps-wrap{
		width: 1300px;
		margin: 50px auto 0;
	}
	.ps_box{
		width: 1300px;
		margin: 0 auto;
		position: relative;
	}
	.main_nav a{
		width: 206px;
		margin-bottom: 48px;
		height: 45px;
		line-height: 45px;
		padding: 0 12px;
		font-size: 18px;
	}
	.list_f{
		width: 1200px;
		overflow: hidden;
		margin: 0 auto;
	}
	.indx .a{
		display: block;
		overflow: hidden;
		box-sizing: border-box;
	}
	.indx a:nth-child(2){
		margin: 0 30px;
	}
	.altimg img{
		width: 100%;
		transition-duration: 1s;
	}
	.pdesc{
		padding: 23px 20px 30px;
	}
	.pdesc a{
		font-size: 16px;
		margin-bottom: 13px;
		color: #333333;
		margin-bottom: 6px;
		display: block;
		transition: all .35s;
	}
	.a:hover a{
		color: rgba(22,136,242,1);
	}
	.a:hover .altimg img{
		transform: scale(1.1);
	}
	.pdesc p{
		font-size: 14px;
		color: #666666;
	}
	.advantage{
		width: 1200px;
		margin: 0 auto;
		padding: 73px 0;
	}
	.adv_list{
		display: flex;
		justify-content: space-between;
	}
	.adv_item{
		width: 380px !important;
		height: 440px;
		margin: 0 !important;
		box-sizing: border-box;
		padding: 35px 30px;
	}
	.t_line{
		bottom: 30px;
	}
	.adv_list .adv_item:hover{
		background: #1688F2;
		transform: scale(1.05);
	}
	.adv_list .adv_item:hover .icon,
	.adv_list .adv_item:hover h1,
	.adv_list .adv_item:hover p{
		color: #FFFFFF;
	}
	.adv_list .adv_item:hover .t_line{
		background: #FFFFFF;
	}
	.icon{
		font-size: 48px;
	}
	.adv_item h1{
		font-size: 20px;
	}
	.adv_item p{
		font-size: 14px;
		line-height: 30px;
	}
	.str_move{
		padding: 0;
	}
	.table_box{
		width: 1200px;
		height: 500px;
		margin: 20px auto;
		font-size: 16px;
		padding: 0;
	}
	.table_box table{
		width: 100%;
	    padding: 0;
	    margin: 0;
	    border-collapse: collapse;
	}
	.table_box table tr td{
		text-align: center;
		padding: 8px 24px;
	}
	.table_box table tr td:nth-child(1):after{
		font-size: 16px;
		height: 60px;
		line-height: 60px;
	}
	.table_box table tr td:nth-child(2):after{
		font-size: 16px;
		height: 60px;
		line-height: 60px;
	}
	.table_box table tr td:nth-child(3):after{
		font-size: 16px;
		height: 60px;
		line-height: 60px;
	}
	.table_box table tr td:nth-child(4):after{
		font-size: 16px;
		height: 60px;
		line-height: 60px;
	}
	.table_box table tr td:nth-child(5):after{
		font-size: 16px;
		height: 60px;
		line-height: 60px;
	}
	.table_box table tr td:nth-child(6):after{
		font-size: 16px;
		height: 60px;
		line-height: 60px;
	}
	/* 服务 */
	.servicett{
		height: 390px;
		padding: 140px 0 0;
	}
	.servicett h1{
		font-size: 44px;
		margin-bottom: 24px;
	}
	.servicett p{
		font-size: 18px;
		margin-bottom: 24px;
	}
	.serve_con{
		height: 700px;
		padding: 60px 0 0px 0;
	}
	.serve_wrap{
		width: 1200px;
		margin: 0 auto;
	}
	.problem{
		height: 788px;
		padding-top: 61px;
	}
	.problem_w{
		width: 1200px;
		margin: 0 auto;
	}
	.tit_desc{
		font-size: 16px;
		width: 783px;
		margin: 0 auto;
	}
	.server_item{
		width: 262px;
		height: 265px;
		margin-bottom: 0;
		background-color: #FFFFFF;
	}
	.server_item a h1{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.server_item a p{
		font-size: 14px;
		line-height: 28px;
	}
	.server_btn{
		width: 148px;
		height: 42px;
		font-size: 18px;
		line-height: 42px;
		margin: 56px auto 0;
	}
	.prob_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.prob_nav{
		display: block;
		text-align: left;
	}
	.prob_nav div{
		width: 500px;
		height: 60px;
		line-height: 60px;
		font-size: 18px;
		padding-left: 22px;
		box-sizing: border-box;
	}
	.prob_box{
		width: 640px;
	}
	.prob_list{
		margin-top: 0;
		margin-bottom: 39px;
	}
	.serve_list{
		margin-top: 59px;
	}
	.zhanwei{
		width: 100%;
	}
	
	/* 新闻 */
	.bodyer{
		width: 1200px;
		margin: 0 auto;
		padding: 43px 0 0;
	}
	.part li{
		font-size: 15px;
		width: 100px;
		height: 36px;
		text-align: center;
		line-height: 36px;
	}
	.current{
		background-color: #1688F2;
		color: #FFFFFF;
		font-size: 16px;
	}
	.news-img{
		height: 153px;
	}
	.news{
		padding: 20px 0px;
		margin: 0;
	}
	.news-box{
		box-sizing: border-box;
		border-bottom: 1px solid #E6E6E6;
		padding: 20px 0;
	}
	.news-title{
		align-items: flex-end;
	}
	.news-textbox{
		padding-left: 44px;
	}
	.news-content{
		-webkit-line-clamp: 3;
		font-size: 16px;
		margin-top: 28px;
		line-height: 30px;
	}
	.news-time{
		font-size: 16px;
	}
	.news-name{
		font-size: 24px;
		transition: all .35s;
	}
	.news-box:hover .news-name{
		color: #1688F2;
	}
	.number-pages{
		padding: 19px 0;
	}
	.num{
		width: 40px;
		height: 40px;
		text-align: center;
		line-height: 40px;
		padding: 0;
		transition: all .35s;
		cursor: pointer;
	}
    .num .current{
		background: #1688F2;
		color: #FFFFFF;
		border-color: #1688F2;
    }
	.num-ellipsis{
		line-height: 40px;
		margin: 0 2px;
	}
	.num-upper,.num-lower{
		height: 40px;
		line-height: 40px;
		text-align: center;
		padding: 0 12px;
		transition: all .35s;
		cursor: pointer;
	}
	.num:hover{
		background: #1688F2;
		color: #FFFFFF;
		border-color: #1688F2;
	}
	.num-upper:hover,.num-lower:hover{
		background: #1688F2;
		color: #FFFFFF;
		border-color: #1688F2;
	}
	.bodyer .news-box:last-child{
		border: none;
	}
	/* 联系我们 */
	.conta_banner{
		height: 390px;
		position: relative;
	}
	.header-name{
		position:absolute;
		top:0;
		left: 0;
		transform: translate(0,0);
		padding-left: 19%;
		padding-top: 152px;
	}
	.banner-name,.banner-engname{
		color: #FFFFFF;
	}
	.banner-name{
		font-size: 48px;
	}
	.banner-engname{
		font-size: 24px;
	}
	.conta-service{
		width: 40%;
		height: 413px;
		padding: 33px 0 0 40px;
	}
	.conta_box{
		margin: 20px 0;
	}
	.conta-name{
		font-size: 16px;
	}
	.conta-map{
		width: 55%;
		height: 390px;
	}
	.addflexc{
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.contact-tips{
		font-size: 18px;
		line-height: 36px;
		padding: 0 54px;
	}
	.contact{
		padding: 0 110px;
	}
	.contact-name label,.textarea-name label{
		font-size: 14px;
		margin: 24px 0 12px; 
	}
	.submit{
		width: 180px;
		padding: 9px 0;
		font-size: 16px;
		margin-bottom: 60px;
		margin-top: 50px;
		cursor: pointer;
	}
	.contact-input{
		padding: 6px 9px;
	}
	/* 回到顶部 */
	.float{
		position: fixed;
		right: 0;
		bottom:10%;
		width: 50px;
		height: 230px;
		z-index: 999;
	}
	.servfloat{
		width: 50px;
		height: 160px;
		background: #1688F2;
		color: #FFFFFF;
		text-align: center;
		padding: 15px 15px;
		box-sizing: border-box;
		cursor: pointer;
		position: relative;
		display: block;
	}
	.phone{
		width: 181px;
		height: 205px;
		background: #FFFFFF;
		border: 1px solid #DCDFE6;
		border-radius: 3px;
		position: absolute;
		top: 0;
		right: -400%;
		z-index: -1;
		opacity: 0;
		padding: 10px 20px;
		box-sizing: border-box;
		text-align: left;
		transition: all .3s;
		box-shadow: 0px 0px 8px rgba(0,0,0,.1);
	}
	.servfloat:hover .phone{
		right: 120%;
		opacity: 1;
	}
	.servfloat:hover .phone .shou{
		opacity: 1;
	}
	.icon-liuyan{
		font-size: 20px;
	}
	.fonts{
		margin-top: 6px;
		font-size: 18px;
		writing-mode:tb-rl;
	}
	.scroTop{
		width: 50px;
		height: 50px;
		background: #FFFFFF;
		border: 1px solid #CCCCCC;
		box-sizing: border-box;
		text-align: center;
		border-radius: 0;
		color: #999999;
		font-size: 20px;
		line-height: 50px;
		margin-top: 20px;
		cursor: pointer;
		display: none;
		box-shadow: none;
	}
	.icon-dianhua,.icon-qianbi{
		font-size: 20px;
		color: #666666;
		margin-right: 6px;
		display: inline-block;
		vertical-align: top;
		transition: all .3s;
	}
	.shou{
		font-size: 16px;
		display: inline-block;
		opacity: 0;
		vertical-align: top;
		font-weight: bold;
		margin-bottom: 10px;
		transition: all 1s;
	}
	.shou .t{
		color: #666666;
		font-size: 16px;
	}
	.shou .s{
		color: #FF4A53;
	}
	/* 新闻详情 */
	.addflexs{
		position: relative;
	}
	.journalism-xian{
		width: 100%;
		border: 1px solid #E5E5E5; 
		margin: 24px 0;
	}
	.journalism-box{
		box-sizing: border-box;
		width: 66%;
		float: left;
	}
	.journalism-switch{
		box-sizing: border-box;
		margin-left: 54px;
		margin-top: 45px;
		width: 330px;
		height: 400px;
		padding: 0 32px;
		position: relative;
	}
	.journalism-upper,.journalism-lower{
		padding: 52px 0;
	}
	.journalism-title{
		font-size: 34px;
		color: #333333;
	}
	.journalism-txtp{
		font-size: 12px;
		color: #555555;
	}
	.tt{
		font-size: 16px;
	}
	/* 产品详情 */
	.product_banner{
		height: 389px;
		position: relative;
	}
	.solution-name{
		position:absolute;
		top:0;
		left: 0;
		transform: translate(0,0);
		padding-left: 19%;
		padding-top: 152px;
	}
	.product-name,.product-engname{
		color: #FFFFFF;
		text-align: left;
	}
	.product-name{
		font-size: 48px;
	}
	.product-engname{
		font-size: 24px;
		margin-top: 24px;
	}
	.fan-box{
		margin-bottom: 32px;
	}
	.fan-img {
		width: 100%;
	}
	.fan-img img{
		width: 595px;
		height: auto;
	}
	.fan-heater{
		margin-bottom: 32px;
	}
	.fan-heater,.product-title{
		width: 1200px;
		font-size: 26px;
		margin: 32px auto;
	}
	.product-introduce-box{
		padding-bottom: 32px;
		margin-bottom: 32px;
	}
	.product-img_box .swiper-slide{
		width: 540px;
		height: auto;
		background: #fff;
		box-shadow: 0 8px 30px rgba(0,0,0,.3);
	}
	.s_prev,.s_next{
		width: 36px;
		height: 36px;
		border-radius: 36px;
		line-height: 32px;
		text-align: center;
		box-sizing: border-box;
		border: 2px solid #999999;
		font-size: 16px;
		color: #999999;
		cursor: pointer;
		position: absolute;
		display: block;
		top: 50%;
		transform: translateY(-50%);
		z-index: 1;
	}
	.s_prev{
		left: -10px;
	}
	.s_next{
		right: -10px;
	}
	.product-img_box .swiper-slide img{
		width: 540px;
		height: auto;
	}
	.product-box{
		margin-bottom: 32px;
	}
	.product_f{
		width: 1200px;
		position: relative;
		margin: 0 auto;
	}
	.product_f .swiper-container1{
		margin: 0 auto;
		position: relative;
		overflow: hidden;
		list-style: none;
		padding: 0;
		z-index: 1;
	}
	/* 咨询 */
	.consult{
		height: 520px;
	}
	.consult h4{
		font-size: 48px;
		color: #FFFFFF;
		line-height: 329px;
	}
	.setform{
		width: 940px;
		margin: 0 auto;
	}
	.from_box{
		width: 940px;
		height: 750px;
		-ms-transform: translateY(-120px);
		transform: translateY(-120px);
		background: #ffffff;
		margin: 0 auto;
		box-shadow: 0 0 4px 0 #e2e2e2;
	}
	.from_box .title{
		width: 80%;
		padding-top: 55px;
		margin: 0 auto;
		margin-bottom: 50px;
		text-align: center;
		line-height: 25px;
		font-size: 18px;
	}
	.section{
		width: 550px;
		margin: 0 auto;
	}
	.from_item{
		width: auto;
		padding: 0 20px;
		margin-bottom: 10px;
	}
	.from_item .from_biao{
		width: 70px;
		text-align: right;
		line-height: 40px;
		margin-bottom: 22px;
		display: inline-block;
		margin-right: 20px;
		vertical-align: top;
		
	}
	.from_item .from_biao i{
		color: #f56c6c;
		margin-right: 6px;
	}
	.from_imput{
		display: inline-block;
		width: 80%;
		vertical-align: top;
	}
	.from_imput input, .from_imput textarea, .from_imput select{
		width: 100%;
		background-color: #fff;
		border-radius: 4px;
		border: 1px solid #dcdfe6;
		box-sizing: border-box;
		color: #606266;
		height: 40px;
		line-height: 40px;
		padding: 0 10px;
		font-size: 14px;
		box-sizing: border-box;
	}
	.from_imput textarea{
		height: 200px;
	}
	.upsubmit{
		width: 230px;
		color: #ffffff;
		font-size: 18px;
		border: none;
		margin-top: 30px;
		background: #1688F2;
		color: #FFFFFF;
		line-height: 40px;
		border-radius: 6px;
		padding: 0 50px;
		margin-left: 39%;
	}
    .advan {
        margin: 74px auto 0;
        height: auto;
        padding-bottom: 152px;
    }

    .left-bottom {
        width: 415px;
    }

    .right_top {
        width: 286px;
    }

    .adv {
        width: 1200px;
        height: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }

    .produ {
        width: 596px;
        height: 421px;
        margin: 0;
    }

        .produ .center {
            width: 436px;
            top: 35%;
        }

    .pro_img1, .pro_img2, .pro_img3, .pro_img4, .pro_img5 {
        width: 116px;
        height: 116px;
    }

    .produ_p {
        width: 453px;
    }

        .produ_p p {
            font-size: 18px;
            line-height: 40px;
        }

    .con_img {
        width: 100%;
        height: 160px;
        position: relative;
        overflow: hidden;
    }

        .con_img img {
            width: 2560px;
            height: 160px;
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
        }
}
.table_box1 {
    width: 1200px;
    height: 900px;
    margin: 20px auto;
    font-size: 16px;
    padding: 0;
}

    .table_box1 table {
        width: 100%;
        padding: 0;
        margin: 0;
        border-collapse: collapse;
    }

        .table_box1 table tr td {
            text-align: center;
            padding: 8px 24px;
        }
.num:hover a {
    color: #FFFFFF !important;
}