@charset "utf-8";

body{font-size:14px;font-family:'微软雅黑';}

*{padding:0;margin:0;list-style:none;}

a{text-decoration:none;color:inherit;} 

i{font-style: normal;}

dl,ol,ul {list-style-type:none}



.odcontent{max-width:1200px;margin:0 auto; width:90%;}

@media only screen and (max-width: 480px){

	.odcontent{width: 94%;}

}

.clearfix:after{content:"";display:block;height:0;clear:both;visibility:hidden}

.clearfix{zoom:1}

input,textarea{border: none;outline: none;}

button {border: none;padding: 0;}

.fl{float:left}

.fr{float:right}



.por{position: relative;}

.poa{position: absolute;}

.head_fixed{position: fixed;top: 0;left: 0;width: 100%;height: auto;z-index: 9999;}

img{border: none;vertical-align: middle;max-width: 100%;}



*:focus{

	outline: none;

	-webkit-tap-highlight-color: transparent;

}



a,li,div {-webkit-tap-highlight-color:transparent}



/* 自定义样式 */

.ver-mid{vertical-align: middle;}

.ver-bl{vertical-align: baseline;}

.flx{display: flex;flex-wrap: nowrap;justify-content: space-between;}

.flx_w{display: flex;flex-wrap: wrap;justify-content: space-between;}



@font-face {

	font-family:arial;

	src: url("./fonts/arial.ttf");

}



/* banner */

.banner{width: 100%;height:auto;overflow: hidden;}

.banner .swiper-container{width: 100%;height: 100%;}

.banner .swiper-container img{width: 100%;height:100%;}

.banner .list{width:100%;height: 100%;}

.banner .pcpt{display: block;}

.banner .mbpt{display: none;}

.banner .swiper-button-prev{background:url('../images/arrow-left-light.png') no-repeat center;left: calc((100% - 1745px)/2);width: 49px;height: 49px;border-radius: 4px;}

.banner .swiper-button-next{background:url('../images/arrow-right-light.png') no-repeat center;right: calc((100% - 1745px)/2);width: 49px;height: 49px;border-radius: 4px;}

.banner .swiper-pagination{width:100%;height: 8px;padding: 0;margin: 0;bottom: 38px;}

.banner .swiper-pagination span{width: 15px;height: 15px;background: #BBADA1;padding: 0;margin: 0;border: solid 1px transparent;margin: 0 25px;opacity: 1;border-radius: 50%;}

.banner .swiper-pagination span.swiper-pagination-bullet-active{background: #85c226;border-color:transparent;border-radius: 20px;}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 12px;}

.banner .swiper-pagination-bullet{border-radius: 16px;}

.banner .swiper-pagination{height: 8px;bottom: 38px;}

/* .banner .swiper-pagination span{width: 16px;height: 16px;margin: 0 8px;border: 3px solid #fff;} */

.banner .vdo_wrap .vedio_itdc{padding: 0 2.3%;width: auto;top: 69%;left: 50%;transform: translateX(-50%);color: #fff;font-size: 20px;background: #07C26b;border-radius: 30px;}

 .banner .vdo_wrap .vedio_itdc p{display: inline-block;margin-right: 25px;padding: 8% 0;vertical-align: middle;}

 .banner .vdo_wrap .vedio_itdc i.more{display: inline-block;width: 30px;height: 24px;vertical-align: middle;background:url(../images/i_vdo.png)no-repeat center}

.banner .swiper-container .hide{

  opacity:0;

}

.banner .swiper-button-next,.banner .swiper-button-prev{

  transition:opacity .5s;

}

@media only screen and (max-width:1745px){

	.banner .swiper-button-prev{left: 5%;}

	.banner .swiper-button-next{right: 5%;}

}

@media only screen and (max-width:750px){

	.banner .pcpt{display: none;}

	.banner .mbpt{display: block;}

}



/* head */

			.head .welcome{background: #f4f4f4;padding: 9px 0;}

			.head .welcome span{display: inline-block;color: #999;font-size: 14px;}

			.head{width: 100%;background: #fff;}

			/*.head_nav.scro{position: fixed;top: 0;left: 0;z-index: 999;}*/

			.head .head_top{padding: 15px 0;align-items: center;}

			.head .head_top .hd_logo h1{display: inline-block;vertical-align: middle; max-width:100px;}

			.head .head_top .hd_logo .logo_m{display: none;}

			.head .head_top .hd_logo .logo_next{display: inline-block;margin-left: 20px;padding-left: 24px;vertical-align: middle;box-sizing: border-box;border-left: 1px solid #e5e5e5;}

			.head .head_top .hd_logo .logo_next h2{font-size: 30px;}

			.head .head_top .hd_logo .logo_next h4{font-size: 16px;color: #666;margin-top: 4%;font-weight: normal;}

			.head .head_top .rt_part .hot_line{margin-bottom:4px;font-size: 20px;color: #000;font-weight: normal;}

			.head .head_top .rt_part p{font-size: 28px;/*color: #f08300;*/text-align: right;font-weight: bold;}

			/* .head .head_top .head_nav{width: calc(100% - 195px);width: -webkit-calc(100% - 195px);} */

			.head .head_nav{border-top: 1px solid #e5e5e5;}

			.head .nav{justify-content: flex-start;}

			.head .nav > li{position: relative;padding: 18px 38px;width:auto;line-height: normal;}

			.head .nav > li:nth-child(1){padding: 18px 57px;}

			.head .nav > li > a{display: block;font-size: 18px;color: #141414;}

			.head .nav > li.cur{background: #f08300;}

			.head .nav > li.cur > a{color: #fff;}

			.head .nav > li .list_child{display: none;position: absolute;top: 100%;left: 0;width: 110%;z-index: 2;}

			.head .nav > li:hover .list_child{display: block;}

			.head .nav > li .list_child li{width: 100%;text-align: center;line-height: 45px;background-color: #fff;}

			.head .nav > li .list_child li a{display: block;color:#141414}

			.head .nav > li .list_child li a:hover{color: #fff;background: #f08300;}

			.head .mobile_nav{display: none;}

			@media only screen and (max-width:1220px){

				.head .open_close{display: block;float: right;}

				.head .open_close .keyopen i{display: block;margin-top: 10px;width: 32px;height: 32px;background:url(../images/list.png)no-repeat center/32px;cursor: pointer;}

				.head .mobile_nav .keyclose{padding:4% 5% 2%;text-align: right;background: linear-gradient(to right,#face16 15px,#face16 15px,#f08300);}

				.head .mobile_nav .keyclose i{display: inline-block;width: 32px;height: 32px;background: url(../images/lst_on.png)no-repeat center/32px;cursor: pointer;border-radius: 6px;}

				.head .head_top{padding: 1% 0;align-items: center;}

				.head .head_top .hd_logo img{}

				.head .head_top .head_nav .i_sousuo{display: block;float: left;margin-right: 15px;cursor: pointer;}

				.head .head_top .head_nav .i_sousuo img{width: 28px;}

				/* .head .nav_line{display: none;} */

				.head .nav{display: flex;float: left;}

				.head .nav > li{display: none;}

				.head .nav > li:nth-child(1){display: block;}

				.head .mobile_nav{display:block;position: fixed;width: 40%;min-width: 300px;height: 100%;right: -100%;top: 0;z-index: 101;transition: right 0.5s;background-color: #fff;}

				.head .mobile_nav.sld{right: 0;}

				.head .mobile_nav .second_nav{margin-top: 30px;}

				.head .mobile_nav > ul > li{padding: 10px 8%;text-align: left;position: relative;}

				.head .mobile_nav > ul > li a{display: inline-block;font-size: 16px;color: #141414;}

				.head .mobile_nav > ul > li.item1{padding: 10px 8% 10px;}

				.head .mobile_nav > ul li .next_nav{display: none;}

				.head .mobile_nav > ul li .next_nav li p{margin: 15px 0;}

				.head .mobile_nav > ul li .next_nav li p:nth-last-child(1){margin-bottom: 0;}

				.head .mobile_nav > ul li .next_nav a{font-size: 16px;line-height: 24px;}

				.head .mobile_nav > ul li .next_nav a:hover{text-decoration: underline;}

				.head .mobile_nav > ul .item2:after{content: "";position: absolute;width: 18px;height: 18px;background: url(../images/add.png)no-repeat center;top: 10px;right:5%;cursor: pointer;pointer-events: none;z-index: 1;filter: grayscale(1);}

				.head .mobile_nav > ul .item1:after{background: url(../images/minus.png)no-repeat center;}

			}

			@media only screen and (max-width:992px){

				.head .head_top .rt_part p{font-size: 24px;}

				.head .head_top .hd_logo .logo_next h2{font-size: 18px;}

				.head .head_top .hd_logo .logo_next h4{font-size: 16px;}

			}

			@media only screen and (max-width:750px){

				.head .head_top .hd_logo .logo_next{display: none;}

			}

			@media only screen and (max-width:480px){

				.head .head_top{padding:11px 0}

				.head .head_top .hd_logo h1{display: none;}

				.head .head_top .hd_logo .logo_m{display: inline-block;}

				.head .head_top .hd_logo .logo_next{margin-left: 16px;padding-left: 16px;display: inline-block;}

				.head .head_top .hd_logo .logo_next h4{display: none;}

				.head .head_top .rt_part{display: none;}

				.head .nav_line .odcontent{width: 100%;}

				.head .head_nav .search button{width: 40px;}

				.head .nav > li:nth-child(1){padding: 8px 24px;}

				.head .open_close .keyopen i{margin-top: 3px;}

				.head .mobile_nav > ul > li > a{font-size: 18px;}

				.head .mobile_nav > ul .item2 > a:after{background: url(../images/add.png)no-repeat center/18px;}

				.head .mobile_nav > ul .item1 > a:after{background: url(../images/minus.png)no-repeat center;}

				.head .mobile_nav .keyclose{padding: 25px 5% 2%;}

			}

			@media only screen and (max-width:350px){

				.head .head_top .hd_logo img{width: 54px;}

				.head .head_top .hd_logo .logo_next{margin-left: 10px;padding-left: 10px;}

				.head .head_top .hd_logo .logo_next h2{font-size: 16px;}

			}

			

			/* index_title */

			.index_title{text-align: center;}

			.index_title .en{position: relative;display: inline-block;font-size: 20px;color: #999;font-weight: bold;text-transform: uppercase;}

			.index_title .en::before{content: "";position: absolute;left: -70px;top: 50%;width: 53px;height: 1px;background: #999;}

			.index_title .en::after{content: "";position: absolute;right: -70px;top: 50%;width: 53px;height: 1px;background: #999;}

			.index_title .title{margin-top: 6px;font-size: 50px;color: #333;}

			.index_title .slogan{margin-top: 4px;font-size: 16px;color: #333;}

			@media only screen and (max-width:768px){

				.index_title .title{font-size: 36px;}

				.index_title .en{font-size: 16px;}

				.index_title .slogan{font-size: 16px;}

			}

			@media only screen and (max-width:480px){

				.index_title .title{font-size: 26px;}

				.index_title .en{font-size: 14px;}

				.index_title .slogan{display: none;}

			}

			

			/* keyword */

			.keyword{}

			.keyword .kw_wrap{width: 100%;background: #f6f6f6;position: relative;z-index: 1;}

			.keyword .kw{padding:27px 0;margin: 0 auto;width: 90%;max-width: 1208px;box-sizing: border-box;z-index: 3;color: #fff;}

			.keyword .kw .words {margin-top: 4px;width: calc(100% - 380px);width: -webkit-calc(100% - 380px);color: #333;font-size: 18px;}

			.keyword .kw .words span{display: inline-block;margin:0 14px;font-size: 16px;color: #666;}

			.keyword .kw .words span:nth-child(1){margin-right: 0;}

			.keyword .kw .words span:hover{color: #f08300;}

			.keyword .kw .sousuo{width: auto;background: #fff;height: 30px;line-height: 30px;}

			.keyword .kw .sousuo input{display: inline-block;width: 250px;height: 30px;color: #273559;font-size: 14px; padding-left:10px;}

			.keyword .kw .sousuo .txt{border: 1px solid #ccc;}

			.keyword .kw .sousuo .search{padding: 0 12px;width: 101px;color: #fff;font-size: 15px;background: #231815 url(../images/icon_01.png)no-repeat right 13px center;background-size: 18px;font-weight: bold;box-sizing: border-box;}

			

			@media only screen and (max-width:1000px){

				.keyword{background: #e4e4e4;}

			}

			@media only screen and (max-width:768px){

				.keyword .kw{padding: 20px 0;}

				.keyword .kw .sousuo{width: 100%;box-sizing: border-box;}

				.keyword .kw .sousuo .txt{width: calc(100% - 103px);width: -webkit-calc(100% - 103px);box-sizing: border-box;}

				.keyword .kw .words{margin-top: 15px;width: 100%;}

			}

			@media only screen and (max-width:480px){

				.keyword{display: none;}

				.keyword .kw{padding: 10px 0;}

				.keyword .kw .sousuo input{font-size: 14px;}

				.keyword .kw .words{font-size: 14px;}

			}

			

			/* 产品中心 */

			.pdct_center{padding: 3.5% 0 2.8%;}

			

			.pdct_center .pdct_class{margin-top: 4%;position: relative;}

			.pdct_center .pdct_class:after{}

			.pdct_center .pdct_class .pdct_nav{box-sizing: border-box;}

			.pdct_center .pdct_class .pdct_nav ul{display: flex;flex-wrap: nowrap;justify-content: space-between;background: #fff;}

			.pdct_center .pdct_class .pdct_nav ul li{padding: 13px 2%;width: auto;font-size: 18px;color: #fff;text-align: center;cursor: pointer;background: #f08300;border-radius: 30px;}

			.pdct_center .pdct_class .pdct_nav ul li.on{position: relative;}

			.pdct_center .pdct_class .class_content{position: relative;margin-top: 3%;}

			.pdct_center .pdct_class .wrap {display: flex;flex-wrap:wrap;justify-content: space-between;}

			.pdct_center .pdct_class .wrap .part_big{width: 41.3%;box-sizing: border-box;box-shadow: 0 0 8px #f0f0f0; padding:12px;}

			.pdct_center .pdct_class .wrap .part_big .img{position: relative;width: 100%;height: 0;padding-bottom: 126%;overflow: hidden;}

			.pdct_center .pdct_class .wrap .part_big .img img{position: absolute;left:50%;top: 50%;/*height: 100%;*/transform: translate(-50%,-50%);}

			.pdct_center .pdct_class .wrap .part_big .tit{margin: 5% 0 2%;font-size: 30px;color: #141414;text-align: left;}

			.pdct_center .pdct_class .wrap .part_big .en{font-size: 16px;color: #666;text-align: left;text-transform: uppercase;line-height: 28px;}

			.pdct_center .pdct_class .wrap .part_right{width: 58.7%;}

			.pdct_center .pdct_class .wrap .part_right ul {padding:0 5% 0 0 ;display: flex;flex-wrap: wrap;justify-content: space-between;box-sizing: border-box;}

			.pdct_center .pdct_class .wrap .part_right ul li{padding: 5% 5% 0;margin:0 0 5px;width: 49.5%;box-sizing: border-box;background: #fff;box-shadow: 0 0 8px #f0f0f0}

			.pdct_center .pdct_class .wrap .part_right ul li .img{position: relative;width: 100%;height: 0;padding-bottom: 100%;overflow: hidden;;}

			.pdct_center .pdct_class .wrap .part_right ul li .img img{position: absolute;left:50%;top: 50%;width: 100%;transform: translate(-50%,-50%);}

			.pdct_center .pdct_class .wrap .part_right ul li .tit{margin: 4% 0 0;padding: 12px 2%;font-size: 16px;color: #666;text-align: center;box-sizing: border-box;}

			.pdct_center .pdct_class .wrap .part_right ul li:hover{box-shadow: 0 0 8px #f98a03;}

			.pdct_center .pdct_class .wrap .part_right ul li:hover .tit{}

			@media only screen and (max-width:992px){

				.pdct_center .pdct_class .pdct_nav ul{flex-wrap: wrap;justify-content: flex-start;}

				.pdct_center .pdct_class .pdct_nav ul li{margin: 5px 20px 0 0;}

			}

			@media only screen and (max-width:768px){

				.pdct_center .pdct_class .class_content{margin-top: 30px;}

				.pdct_center .pdct_class .wrap .part_big .tit{font-size: 16px;}

				.pdct_center .pdct_class .wrap .part_big .en{font-size: 12px;}

				.pdct_center .pdct_class .wrap .part_right ul li .tit{margin: 0;font-size: 14px;}

			}

			@media only screen and (max-width:680px){

				.pdct_center .pdct_class .pdct_nav{padding: 0;}

				.pdct_center .pdct_class .pdct_nav ul{flex-wrap: wrap;}

				.pdct_center .pdct_class .pdct_nav ul li{padding: 13px 3.8%;margin-right: 2%;width: 32%;font-size: 14px;line-height: normal;box-sizing: border-box;}

				.pdct_center .pdct_class .pdct_nav ul li:nth-child(3n){margin-right: 0;}

			}

			@media only screen and (max-width:480px){

				.pdct_center{padding-top: 40px;}

				.pdct_center .pdct_class{margin-top: 30px;}

				.pdct_center .pdct_class .wrap .part_big{display: none;padding: 20px 0;width: 100%;}

				.pdct_center .pdct_class .wrap .part_right{width: 100%;}

				.pdct_center .pdct_class .wrap .part_right ul{padding: 0 0 0 0;}

				.pdct_center .pdct_class .wrap .part_right ul li{width: 47%;}

				.pdct_center .pdct_class .pdct_nav ul li.on:after{width: 80%;left: 50%;transform: translateX(-50%);}

			}

			@media only screen and (max-width:360px){

				.pdct_center .pdct_class .pdct_nav ul li{font-size: 12px;}

			}

			

			/* zhiku实力 */

			.home_strength{padding: 4.2% 0 0;background: #f6f6f6;position: relative;}

			.home_strength .strength_bg{margin-top: 4.5%;position: relative;}

			.home_strength .big_one{min-height: 520px;}

			.home_strength .small_one{position: absolute;top: 50%;right: 19%;width: 624px;transform: translateY(-50%);z-index: 2;background: #fff;}

			.home_strength .small_one .small_top{background: #F08300;padding: 7% 11%;color: #f6f6f6;box-sizing: border-box;}

			.home_strength .small_one .small_top .title{font-size: 48px;}

			.home_strength .small_one .small_top .en{font-size: 14px;}

			.home_strength .small_one .content{padding:5.6% 11%;box-sizing: border-box;}

			.home_strength .small_one .content .tit{display: block;color: #f08300;font-size: 30px;}

			.home_strength .small_one .content .con{margin:3.8% 0 0;font-size: 16px;color: #666;line-height: 2;}

			.home_strength .small_one .small_control {padding: 0 11% 6%;box-sizing: border-box;}

			.home_strength .small_one .small_control .controler .swiper-controler-prev,.home_strength .small_one .small_control .controler .swiper-controler-next{display: inline-block;width: 25px;height: 35px;cursor: pointer;}

			.home_strength .small_one .small_control .controler .swiper-controler-prev{background:url(../images/icon_16.png)no-repeat center}

			.home_strength .small_one .small_control .controler .swiper-controler-next{background:url(../images/icon_17.png)no-repeat center}

			.home_strength .small_one .small_control .controler{margin-top: 10px;width: 153px;display: flex;flex-wrap: nowrap;justify-content: space-between;}

			.home_strength .small_one .small_control .fr span{display: inline-block;vertical-align: baseline;color: #c1c1c1;font-size: 24px;}

			.home_strength .small_one .small_control .fr .page_contem{font-size: 46px;color: #f08300;font-weight: bold;}

			@media only screen and (max-width:1218px){

				.home_strength .big_one .img{height: 520px;overflow: hidden;}

				.home_strength .big_one .img img{width: auto;height: 100%;}

			}

			@media only screen and (max-width:768px){

				.home_strength .small_one{right: 3%;}

				.home_strength .small_one .small_top{padding: 4% 7%;}

				.home_strength .small_one .small_top .title{font-size: 36px;}

				.home_strength .small_one .content{padding: 4% 7%;}

				.home_strength .small_one .content .tit{font-size: 22px;}

				.home_strength .small_one .content .con{font-size: 14px;line-height: 28px;}

				.home_strength .small_one .small_control{padding: 0 7% 4%;}

				.home_strength .small_one .small_control .fr .page_contem{font-size: 34px;}

				.home_strength .small_one .small_control .fr span{font-size: 18px;}

			}

			@media only screen and (max-width:680px){

				.home_strength .small_one{right: 50%;width: 90%;transform: translate(50%,-50%);}

			}

			@media only screen and (max-width:480px){

				.home_strength{padding-top: 40px;}

				.home_strength .strength_bg{margin-top: 30px;}

				.home_strength .big_one{min-height: 400px;}

				.home_strength .big_one .img{height: 400px;}

				.home_strength .small_one{width: 92%;}

				.home_strength .small_one .small_top .title{font-size: 24px;}

				.home_strength .small_one .content .tit{font-size: 18px;}

				.home_strength .small_one .content .con{line-height: 24px;}

				.home_strength .small_one .small_control .controler{width: 90px;}

				.home_strength .small_one .small_control .controler .swiper-controler-prev, .home_strength .small_one .small_control .controler .swiper-controler-next{width: 20px;height: 25px;background-size: 100%;}

				.home_strength .small_one .small_control .fr .page_contem{font-size: 26px;}

			}

			

			/* home_profile */

			.home_profile{padding: 5.2% 0 4.6%;overflow: hidden;}

			.home_profile .content_layout{display: flex;flex-wrap: wrap;justify-content: space-between;margin-top: 5%;position: relative;}

			.home_profile .content_layout .lf_part{width: 36%;box-sizing: border-box;}

			.home_profile .content_layout .lf_part:after{content: "";position: absolute;width:100%;height: 100%;left: 64%;top: -8%;z-index: -1;background: url(../images/bg02.jpg)no-repeat left top;}

			.home_profile .content_layout .lf_part .top_box{padding-top: 3%;box-sizing: border-box;}

			.home_profile .content_layout .lf_part .top_box p:nth-child(1){padding-left: 10%;box-sizing: border-box;font-size: 33px;color: #231815;}

			.home_profile .content_layout .lf_part .top_box p.num{padding-left: 17%;font-size: 139px;color: #f08300;font-family: arial;box-sizing: border-box;}

			.home_profile .content_layout .lf_part .txt{padding: 3% 3% 3% 5%;margin-top: 10px;position: absolute;right: 0;bottom: 0;max-width: 581px;z-index: 1;background: #f08300 url(../images/bg01.png)no-repeat center/cover;box-sizing: border-box;color: #fff;letter-spacing: 1px;}

			.home_profile .content_layout .lf_part .txt p{font-size: 16px;line-height: 30px;}

			.home_profile .content_layout .lf_part .txt p.name{margin-bottom: 22px;font-size: 37px;line-height: normal;}

			.home_profile .content_layout .lf_part .txt .more{display: inline-block;margin-top: 11%;padding: 9px 5%;font-size: 16px;border: 1px solid rgba(255,255,255,.3);}

			.home_profile .content_layout .img_part{width: 64%;}

			@media only screen and (max-width:1280px){

				.home_profile .content_layout .lf_part .top_box p.num{font-size: 86px;}

				.home_profile .content_layout .lf_part .txt p.name{font-size: 26px;}

				.home_profile .content_layout .lf_part .txt{max-width: 70%;}

				.home_profile .content_layout .lf_part .txt p{line-height: 26px;}

				.home_profile .content_layout .lf_part .txt .more{margin-top: 6%;}

			}

			@media only screen and (max-width:990px){

				.home_profile .content_layout .lf_part{width: 100%;background: #f08300;}

				.home_profile .content_layout .lf_part:after{top: -28%;left: 0;}

				.home_profile .content_layout .img_part{margin-top: 5%;width: 100%;}

				.home_profile .content_layout .img_part .img img{width: 100%;}

				.home_profile .content_layout .lf_part .top_box p:nth-child(1){padding-left: 3%;font-size: 30px;color: #fff;}

				.home_profile .content_layout .lf_part .top_box p.num{padding-left: 8%;font-size: 50px;color: #fff;}

				.home_profile .content_layout .lf_part .txt{position: initial;max-width: 100%;}

			}

			@media only screen and (max-width:768px){

			}

			@media only screen and (max-width:480px){

				.home_profile{padding: 40px 0;}

				.home_profile .content_layout .lf_part .top_box{padding-top: 20px;}

				.home_profile .content_layout .lf_part .name{font-size: 22px;}

				.home_profile .content_layout .lf_part .top_box p.num{font-size: 36px;padding-left: 3%;}

				.home_profile .content_layout .lf_part .txt{padding:0 3% 30px;}

				.home_profile .content_layout .lf_part .txt p{font-size: 14px;line-height: 24px;}

				.home_profile .content_layout .lf_part .txt p.name{font-size: 18px;}

				.home_profile .content_layout .lf_part .txt .more{font-size: 14px;}

			}

			

			/* home_adv */

			.pos_center{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}

			.home_adv{padding:3.6% 0;}

			.home_adv .adv_layout{}

			.home_adv .adv_item{position: relative;width: 20%;height: 78px;text-align: left;border-right: 1px solid #dadada;box-sizing: border-box;}

			.home_adv .adv_item:nth-last-child(1){border-right: 0;}

			.home_adv .adv_item .top_num {white-space: nowrap;}

			.home_adv .adv_item .top_num span{display: inline-block;width: auto;font-size: 16px;}

			.home_adv .adv_item .top_num span.num{font-size: 43px;color: #333;position: relative;}

			.home_adv .adv_item .txt{font-size: 16px;color: #666;white-space: nowrap;}

			@media only screen and (max-width:992px){

				.home_adv .adv_item .top_num span.num{font-size: 42px;}

				.home_adv .adv_item .txt{font-size: 14px;}

			}

			@media only screen and (max-width:992px){

				.pos_center{position: initial;transform: initial;}

				.home_adv .adv_item {margin: 15px 0;width: 50%;height: auto;text-align: center;}

				.home_adv .adv_item:nth-child(2n){border-right: 0;}

				.home_adv .adv_item .top_num span.num{font-size: 36px;}

				.home_adv .adv_item .txt{margin-top: 2%;}

			}

			@media only screen and (max-width:480px){

				.home_adv .adv_item{margin: 10px 0;}

				.home_adv .adv_item .top_num span.num{font-size: 24px;}

			}

			

			/* home_slogan */

			.home_slogan{padding: 50px 0;background: url(../images/bg05.jpg)no-repeat center/cover;color: #fff;}

			.home_slogan .lf_part{width: 50%;}

			.home_slogan .lf_part p{display: inline-block;padding: 10px 30px;font-size: 16px;color: #fff;background: #f08300;border-radius: 30px;}

			.home_slogan .lf_part strong{display: block;font-weight: normal;}

			.home_slogan .lf_part strong:nth-child(2){margin-top: 10px;font-size: 26px;position: relative;z-index: 1;}

			.home_slogan .lf_part strong:nth-child(2):after{content: "";position: absolute;left: -10px;bottom: -6px;width: 282px;height: 16px;background: #F08300;z-index: -1;}

			.home_slogan .lf_part strong:nth-child(3){margin: 13px 0 0;font-size: 22px;}

			.home_slogan .rt_part{padding-left: 9%;width: 50%;box-sizing: border-box;position: relative;}

			.home_slogan .rt_part .hot_number{margin: 30px 0 0 ;padding:0 140px 0 46px;box-sizing: border-box;background: url(../images/icon_14.png)no-repeat center left;}

			.home_slogan .rt_part .hot_number span{display:inline-block;font-size: 16px;}

			.home_slogan .rt_part .hot_number strong{display: block;font-size: 30px;font-weight: bold;word-break: break-all;}

			.home_slogan .rt_part .ask{display: inline-block;padding: 5px 7px 5px 20px;background: #fff;color: #666;font-size: 16px;border-radius: 50px;position: absolute;top: 50%;right: 0;transform: translateY(-50%);}

			.home_slogan .rt_part .ask i{display: inline-block;width: 40px;height: 40px;background: url(../images/icon_15.png)no-repeat center;vertical-align: middle;}

			@media only screen and (max-width:1080px){

				.home_slogan .rt_part{padding-left: 5%;}

				.home_slogan .rt_part .hot_number{margin: 0;padding: 0 0 0 46px}

				.home_slogan .rt_part .ask{margin-top: 15px;position: initial;transform: initial;}

			}

			@media only screen and (max-width:768px){

				.home_slogan .lf_part strong:nth-child(2),.home_slogan .lf_part strong:nth-child(3){font-size: 20px;}

			}

			@media only screen and (max-width:680px){

				.home_slogan .lf_part{width: 100%;}

				.home_slogan .lf_part strong:nth-child(2):after{content: initial;}

				.home_slogan .rt_part{margin-top: 20px;padding-left: 0;width: 100%;}

			}

			@media only screen and (max-width:480px){

				.home_slogan {display: none;}

				/* .home_slogan .lf_part strong:nth-child(2), .home_slogan .lf_part strong:nth-child(3){font-size: 16px;}

				.home_slogan .rt_part .hot_number strong{font-size: 20px;} */

			}

			

			/* home_value */

			.home_value{padding: 5% 0 4%;margin-bottom: 1px;background: url(../images/bg03.jpg)no-repeat center/cover;}

			.home_value .index_title .en{color: #fff;}

			.home_value .index_title .title{color: #fff;}

			.home_value .index_title .slogan{color: #fff;}

			.home_value .value_box{margin:3.3% 0 0;display: flex;flex-wrap: nowrap;justify-content: space-between;}

			.home_value .value_box .value_item{width: auto;}

			.home_value .value_box .value_item .tit{margin: 45% 0 24px;text-align: center;font-size: 20px;color: #fff;}

			.home_value .value_box .value_item .con{font-size: 16px;color: #fff;text-align: center;}

			@media only screen and (max-width:1440px){

				.home_value .value_box{margin: 3.3% 0 0;}

			}

			@media only screen and (max-width:992px){

				.home_value .value_box .value_item .tit{font-size: 16px;}

				

			}

			@media only screen and (max-width:768px){

				.home_value{padding: 40px 0;}

				.home_value .value_box{margin:40px 0 0;}

				.home_value .value_box .value_item .img img{display: block;margin: 0 auto;width: 75%;}

				.home_value .value_box .value_item .tit{margin: 30px 0 25px;}

				.home_value .value_box .value_item .con{margin: 4px 0;font-size: 12px;}

			}

			@media only screen and (max-width:480px){

				.home_value .value_box{margin:30px 0 0;flex-wrap: wrap;}

				.home_value .value_box .value_item{margin: 10px 0;width: 33.3%;}

				.home_value .value_box .value_item .tit{margin: 15px 0;font-size: 14px;}

				.home_value .value_box .value_item .con{font-size: 13px;}

				.home_value .value_box .value_item .img img{width: 50%;}

			}

			

			/* home—_case */

			.home_case{padding: 4.4% 0 3%;background: #f6f6f6;}

			.home_case .case_program{margin-top: 6.7%;position: relative;}

			.home_case .case_program .lf_img{position: relative;padding-bottom: 43%;width: 61%;overflow: hidden;height: 0;}

			.home_case .case_program .lf_img img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);max-width: initial;}

			.home_case .case_program .rt_content{position: absolute;padding:0 2% 0 5%;width: 39%;height: 100%;top: 0;right: 0;box-sizing: border-box;}

			.home_case .case_program .rt_content .title{padding-top: 7%;}

			/* .home_case .case_program .rt_content .title .en{display: none;margin-bottom: 10px;color: #91969b;} */

			.home_case .case_program .rt_content .title .tit{margin: 0 0 4px 0;font-size: 36px;font-weight: normal;color: #333;}

			.home_case .case_program .rt_content .title em{font-style: normal;font-size: 18px;color: #666;}

			.home_case .case_program .rt_content .program{position: absolute;right: 0;top: 50%;padding:36px 2% 36px 18%;width: 110%;transform: translateY(-50%);background: #231816;color: #fff;box-sizing: border-box;font-size: 16px;}

			.home_case .case_program .rt_content .program .name{margin-bottom: 10px; font-size:20px;}

			.home_case .case_program .rt_content .program .con{line-height: 1.5;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

			/* .home_case .case_program .rt_content .program .jianjie{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;} */

			.home_case .case_program .rt_content .more{position: absolute;width: auto;right: 0;bottom: 0;}

			.home_case .case_program .rt_content .more span{display: block;width: auto;padding: 10px 23%;color: #fff;background-color: #f08300;white-space: nowrap;font-size: 14px;box-sizing: border-box;border-radius: 30px;}

			.home_case .case_program .rt_content .more:hover span{background: #face16;}

			.home_case .case_programlist{margin-top: 5%;}

			.home_case .case_programlist .pglist_img{position: relative;height: 0;padding-bottom: 75%;overflow: hidden;}

			.home_case .case_programlist .pglist_img img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);max-width: 100%;}

			.home_case .case_programlist .tit{margin: 10px 0 0;font-size: 16px;color: #666;text-align: center;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}

			.home_case .swiper-pagination{display: none;margin-top: 30px;position: initial;}

			.home_case .swiper-pagination-bullet{margin:0 10px;width: 30px;border-radius: initial;}

			.swiper-pagination-bullet-active{background: #face16;}

			@media only screen and (max-width:992px){

				.home_case .case_program .rt_content .program{top: 60%;padding:3%;}

			}

			@media only screen and (max-width:768px){

				.home_case .case_program .lf_img{width: 55%;}

				.home_case .case_program .lf_img img{max-width: 100%;}

				.home_case .case_program .rt_content{padding: 0 0 0 2%;width: 45%;}

				.home_case .case_program .rt_content .title{padding-top: 0;}

				.home_case .case_program .rt_content .title .tit{font-size: 28px;}

				.home_case .case_program .rt_content .program .con{font-size: 14px;}

				.home_case .case_program .rt_content .program{margin-top: 15px;position: initial;padding: 15px 4%;width: 100%;transform: initial;}

				

			}

			@media only screen and (max-width:680px){

				.home_case .case_program .lf_img{padding-bottom: 60%;width: 100%;}

				.home_case .case_program .rt_content .program{padding: 3% 0;margin:0;background: transparent;color: #666;}

				.home_case .case_program .rt_content{position: initial;padding: 20px 0 0 0;width: 100%;}

				.home_case .case_program .rt_content .more{position: initial;}

				.home_case .case_program .rt_content .more span{display: inline-block;margin-top: 20px;padding: 8px 4%;border-radius: 0 ;}

			}

			@media only screen and (max-width:480px){

				.home_case{padding: 40px 0;}

				.home_case .case_program .rt_content .title{display: none;}

				/* .home_case .case_program .rt_content .title .tit{font-size: 20px;}

				.home_case .case_program .rt_content .title em{font-size: 16px;} */

				.home_case .swiper-pagination{display: block;}

			}

			

			/* brand_adv */

			/* advance */

			.brand_adv{padding: 4% 0 5%;width: 100%;background-color: #FFFFFF;min-width: 900px;}

			.brand_adv .brand_box{margin-top: 4.7%;}

			.brand_adv .brand_left{width: 51.4%;float: left;position: relative;}

			.brand_adv .brand_left .swiper-container{width: 100%;position: relative;overflow: hidden;}

			.brand_adv .brand_left .adv_img{position: relative;height: 0;padding-bottom: 70%;overflow: hidden;}

			.brand_adv .brand_left .adv_img img{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);max-width: 100%;}

			.brand_fx {position: absolute;bottom: 0;right: -45px;z-index: 2;}

			.brand_fx div {width: 40px;height: 40px;text-align: center;line-height: 40px;font-size: 15px;color: #ffffff;background-color: #0056a8;float: left;margin: 0 3px;transition: all 0.3s ease;cursor: pointer;}

			.brand_fx div i {color: #FFFFFF;font-size: 20px;line-height: 40px;}

			.brand_fx div:hover{background-color:#face16}

			.brand_fx .brand_fxleft{background:#f08300 url(../images/icon_09.png)no-repeat center;}

			.brand_fx .brand_fxright{background:#f08300 url(../images/icon_08.png)no-repeat center;}

			.brand_right {width: 48.5%;float: right;padding-top: 6%;}

			.brand_right1 {width: 100%;float: left;padding-left: 50px;box-sizing: border-box;}

			.brand_righttit {width: 100%;margin-bottom: 50px;}

			.brand_righttit h4 {font-size: 27px;color: #333;font-weight: normal;}

			.brand_righttit h5 {width: 150px;height: 1px;background-color: #DDDDDD;margin: 30px 0;}

			.headerbh {background-color: #FFFFFF;}

			.brand_rightnr1 {padding-left: 6%;width: 100%;box-sizing: border-box;}

			.brand_rightnr1 li {width: 100%;position: relative;padding-left: 50px;margin: 30px 0;box-sizing: border-box;}

			.brand_rightnr1 li i {color: #AAAAAA;position: absolute;left: 0;top: 10px;width: 26px;height: 36px;font-size: 30px;}

			.brand_rightnr1 li i.icon1{background: url(../images/icon_10.png)no-repeat center;}

			.brand_rightnr1 li i.icon2{background: url(../images/icon_11.png)no-repeat center;}

			.brand_rightnr1 li i.icon3{background: url(../images/icon_12.png)no-repeat center;}

			.brand_rightnr1 li div h4 {font-size: 20px;color: #333;margin-bottom: 10px;font-weight: bold;}

			.brand_rightnr1 li div p {font-size: 16px;line-height: 25px;color: #666666;}

			.brand_rightnr1 li .icon-vr {color: #E72129;}

			@media only screen and (max-width:768px){

				.brand_adv{min-width: initial;overflow-y: initial;}

				.brand_adv .brand_left{width: 100%;}

				.brand_fx{right: 0;}

				.brand_right{padding-top: 3%;width: 100%;}

				.brand_right1{padding:0 20px;}

				.brand_rightnr1{padding-left: 0;}

			}

			@media only screen and (max-width:480px){

				.brand_adv{padding: 20px 0;}

				.brand_fx div{width: 32px;height: 32px;}

				.brand_fx div i{line-height: 30px;}

				.brand_right1{padding:0 3%;width: 100%;}

				.brand_righttit{margin-bottom: 0;}

				.brand_righttit h4{font-size: 22px;}

				.brand_rightnr1 li{margin: 20px 0;}

				.brand_rightnr1 li div h4{font-size: 16px;}

			}

			

			/* home_news */

			.home_advantage{padding: 3.5% 0;background: #f3f3f3;}

			.home_advantage .adv_class{margin-top: 3%;position: relative;}

			.home_advantage .adv_class:after{}

			.home_advantage .adv_class .adv_nav ul{display: flex;flex-wrap: nowrap;justify-content: center;}

			.home_advantage .adv_class .adv_nav ul li{padding: 5px 4.7%;margin-right: 5%;width:auto;font-size: 18px;line-height: 2.1;color: #333;text-align: left;cursor: pointer;position: relative;white-space: nowrap;border-radius: 30px;border: 1px solid #666;box-sizing: border-box;}

			.home_advantage .adv_class .adv_nav ul li:nth-last-child(1){margin-right: 0;}

			.home_advantage .adv_class .adv_nav ul li.on{background: #fc8300;border-color: transparent;color: #fff;}

			.home_advantage .adv_class .adv_content{margin-top: 3%;}

			/* .home_advantage .adv_class .adv_content .class_list{margin: 0 -8%;} */

			@media only screen and (max-width:1440px){

				.home_advantage .adv_class .adv_nav{margin: 0;padding: 0 5%;}

				.home_advantage .adv_class .adv_content .class_list{margin: 0;}

			}

			@media only screen and (max-width:1200px){

				.home_advantage .adv_class .adv_content .class_list .img{position: relative;width: 100%;height: 468px;overflow: hidden;}

				.home_advantage .adv_class .adv_content .class_list .img img{position: absolute;left: 0;top: 0;max-width: initial;height: 100%;}

			}

			@media only screen and (max-width:768px){

				.home_advantage .adv_class .adv_nav ul li:before{right: -45%;}

			}

			@media only screen and (max-width:680px){

				.home_advantage .adv_class .adv_nav{padding: 0;}

				.home_advantage .adv_class .adv_nav ul{flex-wrap: wrap;justify-content: flex-start;}

				.home_advantage .adv_class .adv_nav ul li{padding: 11px 3.8%;width: 30%;box-sizing: border-box;text-align: center;font-size: 14px;line-height: normal;}

				.home_advantage .adv_class .adv_nav ul li:before{content: initial;}

				.home_advantage .adv_class .adv_nav ul:after{content: "";width: 30%;}

			

			}

			@media only screen and (max-width:480px){

				.home_advantage{padding: 40px 0;}

				.home_advantage .adv_class{margin-top: 30px;}

			}

			@media only screen and (max-width:360px){

				.home_advantage .adv_class .adv_nav ul li{font-size: 12px;}

			}

			/* home_news */

			.home_news .news_layout{display: flex;flex-wrap: wrap;justify-content: space-between;}

			.home_news .news_layout .lf_part{width: 48.5%;}

			.home_news .news_layout .lf_part {border-right: 1px solid #ededed;box-sizing: border-box;}

			.home_news .news_layout .lf_part .list_box{display: flex;flex-wrap: wrap;justify-content: space-between;box-sizing: border-box;}

			.home_news .news_layout .lf_part .list_box .item{width: 100%;}

			.home_news .news_layout .lf_part .list_box .item .img{position: relative;width: 100%;height: 0;padding-bottom:49.5%;overflow: hidden;}

			.home_news .news_layout .lf_part .list_box .item .img img{position: absolute;left: 50%;top: 50%;width: 100%;transform: translate(-50%,-50%);}

			.home_news .news_layout .lf_part .list_box .content{margin-top: 25px;color: #3a3b44;}

			.home_news .news_layout .lf_part .list_box .content .wrap{}

			.home_news .news_layout .lf_part .list_box .content .wrap .hot{display: block;margin-right: 20px;padding: 4px 21px;background: #f08300;color: #fff;border-radius: 30px;}

			.home_news .news_layout .lf_part .list_box .content .tit{width: calc(100% - 200px);font-size: 18px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;line-height: 27px;height: 27px;}

			.home_news .news_layout .lf_part .list_box .content .time{line-height: 27px;height: 27px;font-size: 16px;color: #fff;color: #f08300;font-weight: bold;}

			.home_news .news_layout .lf_part .list_box .content .con{margin-top: 12px;font-size: 16px;color: #666;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;line-height: 1.5;}

			.home_news .news_layout .lf_part .list_box .line{margin: 17px 0;width: 100%;height: 1px;background: #d8d8d8;}

			.home_news .news_layout .lf_part .list_box .list_content ul li{padding-left: 20px;font-size: 16px;color: #666;margin-bottom: 10px;box-sizing: border-box;background: url(../images/icon_13.png)no-repeat center left;}

			.home_news .news_layout .lf_part .list_box .list_content ul li:nth-last-child(1){margin-bottom: 0;}

			.home_news .news_layout .lf_part .list_box .list_content ul li a{display: block;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}

			.home_news .news_layout .rt_part{padding-left: 3%;width: 51.5%;box-sizing: border-box;overflow: hidden;}

			.home_news .news_layout .rt_part .top_head .en:after{width: 155%;}

			.home_news .news_layout .rt_part .pic_list li{display: flex;flex-wrap: wrap;justify-content: space-between;align-items: center;margin-bottom: 15px;padding-bottom: 15px;border-bottom: 1px solid #d8d8d8;}

			.home_news .news_layout .rt_part .pic_list li:nth-last-child(1){border-bottom: 0;}

			.home_news .news_layout .rt_part .pic_list li .lf_img{position: relative;padding-bottom: 22%;height: 0;width: 41%;overflow: hidden;}

			.home_news .news_layout .rt_part .pic_list li .lf_img img{position: absolute;width: 100%;left: 50%;top: 50%;transform: translate(-50%,-50%);}

			.home_news .news_layout .rt_part .pic_list li .rt_content{padding: 0 3%;width: 59%;box-sizing: border-box;}

			.home_news .news_layout .rt_part .pic_list li .rt_content .tit{font-size: 18px;color: #333;margin-bottom: 10px;}

			.home_news .news_layout .rt_part .pic_list li .rt_content .con{font-size: 16px;color: #666;line-height: 1.5;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

			.home_news .news_layout .rt_part .list{padding: 6% 4% 8%;background: #fff;box-sizing: border-box;}

			.home_news .news_layout .rt_part .list li{margin-bottom: 3.5%;font-size: 16px;color: #999;}

			.home_news .news_layout .rt_part .list li:nth-last-child(1){margin-bottom: 0;}

			.home_news .news_layout .rt_part .list li a{float: left;display: block;padding-left: 20px;width: calc(100% - 130px);width: -webkit-calc(100% - 130px);white-space: nowrap;text-overflow: ellipsis;overflow: hidden;box-sizing: border-box;background: url(../images/icon_13.png)no-repeat center left;color: #666;}

			.home_news .news_layout .rt_part .list li span{float: right;display: block;font-size: 14px;}

			.home_news .news_layout .rt_part .list li:hover{color: #999;}

			@media only screen and (max-width:1440px){

				.home_news .news_layout .lf_part{width: 65.5%;}

				.home_news .news_layout .rt_part{width: 34.5%;}

			}

			@media only screen and (max-width:768px){

				.home_news{padding: 10px 0 0;}

				.home_news .news_layout .lf_part{width: 100%;border-right: none;}

				.home_news .news_layout .lf_part .list_box{padding-right: 0;}

				.home_news .news_layout .rt_part{margin-top: 0px;padding-left: 0;width: 100%;}

				.home_news .news_layout .rt_part .list{margin-top: 6%;}

				.home_news .news_layout .rt_part .list li{margin-bottom: 20px;}

			}

			@media only screen and (max-width:480px){

				.home_news .news_layout .lf_part .list_box .item{margin-bottom: 20px;width: 100%;}

				.home_news .news_layout .lf_part .list_box .content .tit{font-size: 16px;}

				.home_news .news_layout .lf_part .list_box .content .con{font-size: 14px;}

				.home_news .news_layout .lf_part .list_box .list_content ul li{font-size: 14px;}

				.home_news .news_layout .rt_part .list li{margin-bottom: 10px;}

				.home_news .news_layout .rt_part .list li a{width: 60%;font-size: 14px;}

				.home_news .news_layout .rt_part .list li span{font-size: 14px;}

				.home_news .news_layout .rt_part .pic_list li .rt_content .tit{font-size: 16px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}

				.home_news .news_layout .rt_part .pic_list li .rt_content .con{font-size: 14px;}

			}

			

			/* friend */

			.home_friend{padding: 3.5% 0;}

			.home_friend .lf_part{width: 175px;text-align: center;}

			.home_friend .lf_part .tit{font-size: 18px;color: #333;margin-bottom: 10px;font-weight: bold;}

			.home_friend .lf_part .hot_line{font-size: 14px;color: #fff;background: #231815;line-height: 2;}

			.home_friend .rt_part{width: calc(100% - 175px);width: -webkit-calc(100% - 175px);}

			.home_friend .rt_part .wrap{padding-left: 30px;box-sizing: border-box;}

			.home_friend .rt_part .wrap a{display: inline-block;margin-right: 4%;font-size: 16px;color: #666;}

			.home_friend .rt_part .wrap a:hover{color: #f08300;}

			

			/* foot */

			.foot{}

			.foot .bor_bt1{background: #f08300;}

			.foot .foot_top{align-items: center;padding: 0 13% 0 9%;box-sizing: border-box;}

			.foot .foot_top .ft_nav{width: 100%;}

			.foot .foot_top .ft_nav ul{display: flex;flex-wrap: nowrap;justify-content: flex-start;}

			.foot .foot_top .ft_nav ul li{padding: 18px 5%;font-size: 16px;color: #fff;white-space: nowrap;text-align: center;position: relative;}

			.foot .foot_top .ft_nav ul li:after{content: "";position: absolute;top: 50%;right: -4px;width: 7px;height: 1px;background: #fff;}

			.foot .foot_top .ft_nav ul li:nth-child(1){padding-left: 0;}

			.foot .foot_top .ft_nav ul li:nth-last-child(1){padding-right: 0;}

			.foot .foot_top .ft_nav ul li:nth-last-child(1):after{content: initial;}

			

			.foot .foot_bg{background: url(../images/ft_bg.jpg)no-repeat center/cover;}

			.foot .ft_mid{display: flex;flex-wrap: wrap;justify-content: space-between;padding: 4.5% 2% 5%;box-sizing: border-box;color: #fff;}

			.foot .ft_mid .lf_part{padding: 42px 0;width: 33.3%;border-right: 1px solid rgba(255,255,255,.4);box-sizing: border-box;}

			.foot .ft_mid .lf_part .item{float: left;}

			.foot .ft_mid .lf_part .item p{margin-bottom: 9px;font-size: 16px;}

			.foot .ft_mid .lf_part .item p:nth-last-child(1){margin-bottom: 0;}

			.foot .ft_mid .rt_part{padding: 42px 17px 42px 17px;width:33.3%;box-sizing: border-box;border-right: 1px solid rgba(255,255,255,.4);box-sizing: border-box;}

			.foot .ft_mid .rt_part .ewm{display: flex;flex-wrap: wrap;justify-content: space-between;}

			.foot .ft_mid .rt_part .ewm .item{width: 47%; margin: 0 auto;}

			.foot .ft_mid .rt_part .ewm .item img{display: block;margin: 0 auto;}

			.foot .ft_mid .rt_part .ewm .item p{margin-top:6px;font-size: 16px;text-align: center;}

			

			.foot .ft_mid .last_part{padding: 42px 0 0 13px;width: 33.3%;box-sizing: border-box;}

			.foot .ft_mid .last_part .ft_mes .first_row ul{display: flex;flex-wrap: wrap;justify-content: space-between;}

			.foot .ft_mid .last_part .ft_mes .first_row ul li{width: 48%;}

			.foot .ft_mid .last_part .ft_mes .first_row ul li input{padding: 14px 12px;width: 100%;background: rgba(102,102,102,.5);font-size: 16px;box-sizing: border-box;border-radius: 3px; color:#ccc;}

			.foot .ft_mid .last_part .ft_mes .first_row ul li input::-webkit-input-placeholder{color: #aaa;}

			.foot .ft_mid .last_part .ft_mes textarea{margin: 15px 0;padding: 14px 12px;width: 100%;height: 46px;font-size: 16px;box-sizing: border-box;background: rgba(102,102,102,.5);line-height: 1;resize: none;border-radius: 3px;color:#ccc; font-family:微软雅黑;}

			.foot .ft_mid .last_part .ft_mes textarea::-webkit-input-placeholder{color: #aaa;}

			.foot .ft_mid .last_part .ft_mes .submit{width: 100%;padding: 14px 12px;box-sizing: border-box;font-size: 16px;color: #fff;background: #f08300;border-radius: 3px;text-align: center;}

			

			footer{padding: 20px 0;background: #1e1f1f;color: #fff;font-size: 15px;}

			footer .odcontent{padding: 0 10px;box-sizing: border-box;text-align: center;}

			footer span,footer a{display: inline-block;}

			footer span{margin-right: 10px;}

			@media only screen and (max-width:1200px){

				.foot .foot_top{padding: 0;}

				.foot .ft_mid{padding: 4.5% 0;}

				.foot .foot_top .ft_nav ul li{font-size: 16px;margin-right: 3%;}

				.foot .foot_top .ft_nav{width: calc(100% - 200px);width: -webkit-calc(100% - 200px);}

			}

			@media only screen and (max-width:768px){

			.home_friend{ display:none;}

				.foot .foot_top .ft_nav{display: none;}

				.foot .ft_mid .lf_part{padding: 3% 0;width: 100%;border-right: 0;}

				.foot .ft_mid .lf_part .item{margin: 0 0 4% 0;width: 50%;}

				.foot .ft_mid .rt_part{padding: 3% 0;width: 100%;border-right: 0;}

				.foot .ft_mid .last_part{padding: 3% 0;width: 100%;border-right: 0;}

			}

			@media only screen and (max-width:480px){

				.foot .ft_mid .lf_part .item{width: 90%; margin-left:5%;}

				.foot .ft_mid .lf_part .item p{font-size: 14px;}

				.foot .ft_mid .rt_part .ewm p{font-size: 14px;}

				.foot .ft_mid .rt_part .ewm .item img{width: 120px;}

				.foot .ft_mid .lf_part .item i img{width:40px;}

				.foot .ft_mid .last_part{display: none;}

				footer{padding: 15px 0;}

				footer .odcontent{padding: 0;}

				footer span{display: none;}

			}