@charset "utf-8";


/*黑白照片*/
.gray { 
-webkit-filter: grayscale(100%); 
   -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
     -o-filter: grayscale(100%); 
        filter: grayscale(100%); 
        filter: gray;
		transition:all ease 0.3s;
		 cursor:pointer; 
}

.gray:hover { 
-webkit-filter: grayscale(0%); 
   -moz-filter: grayscale(0%); 
    -ms-filter: grayscale(0%); 
     -o-filter: grayscale(0%); 
        filter: grayscale(0%); 
        filter: gray; 
		transition:all ease 0.3s;
		 cursor:pointer;
}



.quan{ width: 100%;}

.mo_top{ width:100%; display:none; position:fixed; top: 0; z-index: 100;}
.mo_top .mot{ width:100%; padding:0 2%; height:50px; background:#fff;box-shadow: 0px 0px 16px rgba(0,0,0,.2); display:flex; align-items:center; justify-content: space-between;}
.mo_top .mot .molo{ float:left; display:inline-block;}
.mo_top .mot .molo img{ height:40px;}
.mo_top .mot .mot_right{ display:flex; align-items:center;}
.mo_top .mot .mot_right dd{ margin-right: 5px;}
.mo_top .mot .mot_right dd a i{ font-size:26px; color:#004a91;}
.mo_top .mot .mot_right dt{ position:relative; width:35px; height:35px;}
.mo_top .mot .mot_right dt .cd-nav-trigger{ top:0; right:0;}




.banner{ height:961px; overflow: hidden; position: relative;}
.banner .slider .item{ display:inline-block; position: relative;}
.banner .slick-dots li button:before{ display:none;}
.banner .slick-dots li.slick-active button{ background:#fff;}
.banner .slick-dots li{ width:50px; height:3px; margin: 0px 5px; border-radius: 100px; overflow: hidden;}
.banner .slick-dots li button{ width:100%; background:rgba(255,255,255,.4); padding:0px; height:100%;}
.banner .slick-dots{ bottom:4%;}
.banner .banner_content .banner_content_list{ outline: none;}
.banner .banner_content .banner_content_list .content_list_img img{ width: 100%; height: 961px; object-fit: cover; }
.banner .banner_nav{ position: absolute; width: 1520px; bottom: 0; left: 0; right: 0; margin: 0 auto; border-top: 1px solid rgba(255,255,255,.4); border-bottom: 1px solid rgba(255,255,255,.4); padding: 20px 0px;}
.banner .banner_nav .slick-list{ overflow: inherit;}
.banner .banner_nav .slick-list .slick-track{ overflow: inherit;}
.banner .banner_nav .banner_nav_list{ border-right: 1px solid rgba(255,255,255,.4); height: 115px; width: 25%; display: flex; align-items: flex-start; justify-content: center; flex-direction: column;  padding-left: 65px; cursor: pointer; transition:all ease 0.3s; position: relative;}
.banner .banner_nav .banner_nav_list:last-child{ border-right: 0px;}
.banner .banner_nav .banner_nav_list dd{ font-size: 16px; color: #fff; margin-bottom: 18px; opacity: .7; transition:all ease 0.3s;}
.banner .banner_nav .banner_nav_list dt{ font-size: 20px; color: #fff; opacity: .7; transition:all ease 0.3s;}
.banner .banner_nav .banner_nav_list.slick-current dd{ opacity: 1; transition:all ease 0.3s;}
.banner .banner_nav .banner_nav_list.slick-current dt{ opacity: 1; transition:all ease 0.3s;}
.banner .banner_nav .banner_nav_list::before{ content: ""; display: inline-block; width: 100%; height: 2px; background: #fff; top: -22px; position: absolute; left: 0; opacity: 0;  transition:all ease 0.3s;}
.banner .banner_nav .banner_nav_list.slick-current::before{ opacity:1;animation:mymove 6s ease-in-out 0s 1 alternate forwards;  transition:all ease 0.3s;}



@keyframes mymove
{
	from {width:0px;}
	to {width:100%;}
}




.pc_all .pc_all_content{ max-width: 1520px; margin: 0 auto;}

.PcNav{ width: 100%; position: absolute; top: 0; left: 0; z-index: 5;}
.PcNav .pc_all_content{ display: flex; justify-content: space-between; align-items: center; height: 115px; border-bottom: 1px solid rgba(255,255,255,.5);}
.PcNav .PcNav_content{ display: flex; align-items: center; justify-content: space-between; width: 85%;}
.PcNav .PcNav_content .PcNav_content_left{ display: flex; align-items: center;}
.PcNav .PcNav_content .PcNav_content_left .content_left_list{ margin-right: 85px;}
.PcNav .PcNav_content .PcNav_content_left .content_left_list:last-child{ margin-right: 0px;}
.PcNav .PcNav_content .PcNav_content_left .content_left_list .left_list_title{ font-size: 20px; color: #fff;}
.PcNav .PcNav_content .PcNav_content_click{ cursor: pointer;}



.IAbout{ background: url(../images/bg1.jpg) no-repeat 50%/cover; padding-bottom: 175px;}
.IAbout .IAbout_title{ position: relative;}
.IAbout .IAbout_title .IAbout_bg img{ width: 100%;}
.IAbout .IAbout_title .IAbout_title_txt{ position: absolute; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; top: 0; left: 0; font-size: 32px; color: #fff;}
.IAbout .IAbout_title .IAbout_title_txt span{ position: relative; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.IAbout .IAbout_title .IAbout_title_txt span::after{ content: ""; display: inline-block; width: 104px; height: 4px; background: #fff; margin-top: 20px;
transform: skewX(-45deg); }
.IAbout .IAbout_content .IAbout_content_top{}
.IAbout .IAbout_content .IAbout_content_top dd{ font-size: 18px; color: #af9570; text-transform: uppercase; display: flex; align-items: flex-start; justify-content: flex-start; flex-direction: column; margin-bottom: 20px;}
.IAbout .IAbout_content .IAbout_content_top dd::after{ content: ""; display: inline-block; width: 60px; height: 4px; background: #af9570; margin-top: 15px;
transform: skewX(-45deg); }
.IAbout .IAbout_content .IAbout_content_top dt{ font-size: 28px; color: #333333; margin-bottom: 25px;}
.IAbout .IAbout_content .IAbout_content_top .content_top_txt{ line-height: 29px; color: #111; font-size: 16px; display: flex; justify-content: space-between;}
.IAbout .IAbout_content .IAbout_content_top .content_top_txt .top_txt_list{ width: 42%; text-align: justify;}
.IAbout .IAbout_content .IAbout_content_top .content_top_txt .top_txt_list p{ font-size: 24px; color: #333333; margin-bottom: 30px;}
.IAbout .IAbout_content .IAbout_content_top a{ font-size: 16px; color: #af9570; display: flex; align-items: center; margin-top: 33px;}
.IAbout .IAbout_content .IAbout_content_top a img{ margin-left: 15px;}
.IAbout .IAbout_content .IAbout_content_bottom{ display: flex; align-items: center; margin-top: 90px;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list{ background: #fff; width: 250px; height: 117px; display: flex; align-items: center; padding: 0px 22px; margin-right: 35px; border-radius: 3px; box-shadow: 0px 5px 23px rgba(0,43,100,.15); transition:all ease 0.3s;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list .bottom_list_icon{ width: 52px; height: 52px; position: relative;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list .bottom_list_icon img{ position: absolute; left: 0; top: 0; transition:all ease 0.3s;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list .bottom_list_icon .list_icon_im2{ opacity: 0;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list:hover .bottom_list_icon .list_icon_im2{ opacity: 1; transition:all ease 0.3s;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list:hover .bottom_list_icon .list_icon_im1{ opacity: 0; transition:all ease 0.3s;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list .bottom_list_right{ margin-left: 20px;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list .bottom_list_right dd{ font-size: 20px; color: #af9570; margin-bottom: 10px;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list .bottom_list_right dt{ font-size: 16px; color: #333333;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list:hover{ background: #af9570; transition:all ease 0.3s;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list:hover .bottom_list_right dd{ color: #fff; transition:all ease 0.3s;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list:hover .bottom_list_right dt{ color: #fff; transition:all ease 0.3s;}





.IEnterprise{ background: #fff; background: url(../images/bg2.jpg) no-repeat 50%/cover; position: relative; padding: 61px 0px;}
.IEnterprise::before{ content: ""; position: absolute; width: 100%; left: 0; top: 0; height: 100%; background: url(../images/bn7.png) no-repeat 0% 50%;}
.IEnterprise .pc_all_content{ position: relative; z-index: 1;}
.IEnterprise .IAbout_content .IAbout_content_top dd{ color: #fff;}
.IEnterprise .IAbout_content .IAbout_content_top dd::after{ background: #fff;}
.IEnterprise .IAbout_content .IAbout_content_top dt{ color: #fff;}
.IEnterprise .IEnterprise_nav ul{ display: flex; align-items: center;}
.IEnterprise .IEnterprise_nav .IEnterprise_nav_list{ text-align: center; margin-right: 76px; cursor: pointer;}
.IEnterprise .IEnterprise_nav .IEnterprise_nav_list .nav_list_icon{ width: 66px; height: 66px; display: flex; align-items: center; justify-content: center; margin-bottom: 9px; position: relative; border-radius: 100%; transition:all ease 0.3s;}
.IEnterprise .IEnterprise_nav .IEnterprise_nav_list .nav_list_icon img{ position: absolute; transition:all ease 0.3s; left:15px; top:15px;}
.IEnterprise .IEnterprise_nav .IEnterprise_nav_list:nth-child(3) .nav_list_icon img{ left:10px; top:18px;}
.IEnterprise .IEnterprise_nav .IEnterprise_nav_list:nth-child(4) .nav_list_icon img{ left:19px;}
.IEnterprise .IEnterprise_nav .IEnterprise_nav_list:nth-child(6) .nav_list_icon img{ left:19px; top:19px;}


.IEnterprise .IEnterprise_nav .IEnterprise_nav_list .nav_list_icon .list_icon_li2{ opacity: 0;}
.IEnterprise .IEnterprise_nav .IEnterprise_nav_list.on .nav_list_icon .list_icon_li2{ opacity: 1; transition:all ease 0.3s;}
.IEnterprise .IEnterprise_nav .IEnterprise_nav_list.on .nav_list_icon .list_icon_li1{ opacity: 0; transition:all ease 0.3s;}
.IEnterprise .IEnterprise_nav .IEnterprise_nav_list .nav_list_icon::after{ content: ""; display: inline-block; width: 63px; height: 1px; background: #fff; position: absolute; right: -70px;}
.IEnterprise .IEnterprise_nav .IEnterprise_nav_list:last-child .nav_list_icon::after{ display: none;}
.IEnterprise .IEnterprise_nav .IEnterprise_nav_list .nav_list_txt{ font-size: 18px; color: #fff;}
.IEnterprise .IEnterprise_nav .IEnterprise_nav_list:hover .nav_list_icon{ background: #fff; transition:all ease 0.3s;}
.IEnterprise .IEnterprise_nav .IEnterprise_nav_list.on .nav_list_icon{ background: #fff; transition:all ease 0.3s;}
.IEnterprise .IEnterprise_nav .IEnterprise_nav_list:hover .nav_list_icon .list_icon_li2{ opacity: 1; transition:all ease 0.3s;}
.IEnterprise .IEnterprise_nav .IEnterprise_nav_list:hover .nav_list_icon .list_icon_li1{ opacity: 0; transition:all ease 0.3s;}
.IEnterprise .IEnterprise_content{ margin-top: 44px;}
.IEnterprise .IEnterprise_content .IEnterprise_content_list .content_list_top{ display: flex; justify-content: space-between; width: 546px; background: #fff; padding: 33px; height:289px;}
.IEnterprise .IEnterprise_content .IEnterprise_content_list .IEnterprise_content_left .content_left_title dd{ font-size: 24px; color: #333333; margin-bottom: 10px;}
.IEnterprise .IEnterprise_content .IEnterprise_content_list .IEnterprise_content_left .content_left_title dt{ font-size: 14px; color: #adadad;}
.IEnterprise .IEnterprise_content .IEnterprise_content_list .IEnterprise_content_left .content_left_txt{ display: flex; flex-wrap: wrap; margin-top: 45px; justify-content:space-between;}
.IEnterprise .IEnterprise_content .IEnterprise_content_list .IEnterprise_content_left .content_left_txt a{ font-size: 14px; color: #666666; display: inline-block; align-items: center; width: 48%; margin-bottom: 10px; white-space: pre; overflow: hidden; text-overflow: ellipsis; padding-left:10px; position:relative;}
.IEnterprise .IEnterprise_content .IEnterprise_content_list .IEnterprise_content_left .content_left_txt a::before{ content: ""; display: inline-block; width: 5px; height: 5px; background: #666666; border-radius: 100%; position:absolute; left:0; top:8px;}
.IEnterprise .IEnterprise_content .IEnterprise_content_list .IEnterprise_content_left .content_left_txt a:hover{ color:#af9570;}
.IEnterprise .IEnterprise_content .IEnterprise_content_list .IEnterprise_content_left .content_left_txt a:hover:before{ background:#af9570;}
.IEnterprise .IEnterprise_more{ font-size: 16px; color: #fff; display: flex; align-items: center; width: 162px; height: 56px; display: flex; align-items: center; justify-content: center; border: 1px solid #ffffff; margin-top: 55px;}
.IEnterprise .IEnterprise_more span{ margin-left: 18px; display: inline-block; width: 20px; height: 12px; position: relative;}
.IEnterprise .IEnterprise_more span img{ position: absolute; left: 0; top: 0; transition:all ease 0.3s;}
.IEnterprise .IEnterprise_more .IEnterprise_more_img2{ opacity: 0;}
.IEnterprise .IEnterprise_more:hover .IEnterprise_more_img2{ opacity: 1; transition:all ease 0.3s;}
.IEnterprise .IEnterprise_more:hover .IEnterprise_more_img1{ opacity: 0; transition:all ease 0.3s;}
.IEnterprise .IEnterprise_more:hover{ background: #fff; color: #af9570;}





.IProduct{ background: #fff url(../images/bn26.png) no-repeat 100% 0%; padding: 70px 0px; overflow:hidden;}
.IProduct .IAbout_content .IAbout_content_top dt{ margin-bottom: 55px;}
.IProduct .IProduct_content{ display:flex; justify-content:space-between; flex-wrap:wrap;}
.IProduct .IProduct_content .IProduct_content_list{ padding-right: 28px; width:25%;}
.IEnterprise_content_left{ width: 100%; }
.IProduct .IProduct_content .IProduct_content_list .content_list_a{ background: #f2f2f2; display: inline-block; width: 100%; padding: 35px; position: relative; height: 475px;}
.IProduct .IProduct_content .IProduct_content_list .content_list_a .content_list_icon{ line-height: 44px;}
.IProduct .IProduct_content .IProduct_content_list .content_list_a .content_list_icon img{ max-height: 44px;}
.IProduct .IProduct_content .IProduct_content_list .content_list_a .content_list_img{ height: 202px; display: flex; align-items: center; justify-content: center; margin-top: 35px; margin-bottom: 50px;}
.IProduct .IProduct_content .IProduct_content_list .content_list_a .content_list_img img{ max-height: 202px; max-width:100%;}
.IProduct .IProduct_content .IProduct_content_list .content_list_a .content_list_txt{ position: relative; top: 0px; transition:all ease 0.3s;}
.IProduct .IProduct_content .IProduct_content_list .content_list_a .content_list_txt dd{ font-size: 20px; color: #333333; margin-bottom: 10px;}
.IProduct .IProduct_content .IProduct_content_list .content_list_a .content_list_txt dt{ font-size: 14px; color: #cccccc;}
.IProduct .IProduct_content .IProduct_content_list .content_list_a .content_list_more{ width: 100%; height: 54px; display: flex; align-items: center; justify-content: center; font-size: 14px; color: #fff; background: #af9570; transition:all ease 0.3s; position: absolute; bottom: 13px; width: calc( 100% - 75px); left: 0; right: 0; margin: 0 auto; opacity: 0; height: 0px; text-transform: uppercase;}
.IProduct .IProduct_content .IProduct_content_list .content_list_a .content_list_more i{ margin-left: 20px;}
.IProduct .IProduct_content .IProduct_content_list .content_list_a:hover .content_list_more{ height: 54px;  transition:all ease 0.3s; opacity: 1;}
.IProduct .IProduct_content .IProduct_content_list .content_list_a:hover .content_list_txt{ top: -40px; transition:all ease 0.3s;}
.IProduct .IProduct_logo{ display: flex; justify-content: space-between; padding-right: 28px; padding-top: 60px; align-items: center;}
.IProduct .IProduct_logo .IProduct_logo_list img{ max-width: 100%;}
.IProduct .slick-prev{ left: -38px;}
.IProduct .slick-next{ right: -10px;}
.IProduct .slick-prev:before,.IProduct .slick-next:before{ color: #999; font-size: 48px;}







.Footer{ background: #f2f2f2; border-top:1px solid #dcdcdc;}
.Footer .Footer_top{ display: flex; padding: 60px 0px; justify-content: space-between; border-bottom: 1px solid #dfdfdf;}
.Footer .Footer_top .Footer_top_left .top_left_adress{ font-size: 16px; color: #333333; margin-top: 55px;}
.Footer .Footer_top .Footer_top_left .top_left_adress p{ display: flex; align-items: center; margin-bottom: 13px;}
.Footer .Footer_top .Footer_top_left .top_left_adress p:last-child{ margin-bottom: 0px;}
.Footer .Footer_top .Footer_top_left .top_left_adress p img{ margin-right: 13px;}
.Footer .Footer_top .Footer_top_right{ display: flex; justify-content: space-between; padding-top: 25px;}
.Footer .Footer_top .Footer_top_right .top_right_list{ margin-right: 140px;}
.Footer .Footer_top .Footer_top_right .top_right_list:last-child{ margin-right:0px;}
.Footer .Footer_top .Footer_top_right .top_right_list dd{ margin-bottom: 25px;}
.Footer .Footer_top .Footer_top_right .top_right_list dd a{ font-size: 18px; color: #333333;}
.Footer .Footer_top .Footer_top_right .top_right_list dt{ max-height:200px; overflow:auto;}
.Footer .Footer_top .Footer_top_right .top_right_list dt p{ margin-bottom: 10px;}
.Footer .Footer_top .Footer_top_right .top_right_list dt a{ font-size: 14px; color: #333333; opacity: .6;}
.Footer .Footer_top .Footer_top_right .top_right_list dt a:hover{ color: #af9570;}
.Footer .Footer_bottom{ display: flex; justify-content: space-between; padding: 25px 0px; font-size: 14px; color: #333333; opacity: .6;}
.Footer .Footer_bottom a{ font-size: 14px; color: #333333; margin-left: 15px;}
.Footer .Footer_top .Footer_top_right .top_right_list dt::-webkit-scrollbar-track{ background-color: #dcdcdc; } /* 滚动条的滑轨背景颜色 */
.Footer .Footer_top .Footer_top_right .top_right_list dt::-webkit-scrollbar-thumb { background:#999; } /* 滑块颜色 */
.Footer .Footer_top .Footer_top_right .top_right_list dt::-webkit-scrollbar-button { background-color: #dcdcdc; } /* 滑轨两头的监听按钮颜色 */
.Footer .Footer_top .Footer_top_right .top_right_list dt::-webkit-scrollbar-corner { background-color: #dcdcdc; } /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
.Footer .Footer_top .Footer_top_right .top_right_list dt::-webkit-scrollbar { width: 2px; height: 0px; border-radius:3px; } /* 这是针对缺省样式 (必须的)*/





.DetailsBanner{ position: relative;}
.DetailsBanner .DetailsBanner_img img{ width: 100%; height: 580px; object-fit: cover;}
.DetailsBanner .pc_all_content{ position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; height: calc(100% - 105px); display: flex; align-items: center;}
.DetailsBanner .DetailsBanner_title dd{ font-size: 36px; color: #fff; text-transform: uppercase; margin-bottom: 20px;}
.DetailsBanner .DetailsBanner_title dt{ font-size: 48px; color: #fff; margin-bottom: 10px;}
.DetailsBanner .DetailsBanner_title:after{ content: ""; display: inline-block; width: 142px; height: 7px; background: #fff; transform: skewX(-45deg); }







.Company{ background: url(../images/bg4.jpg) no-repeat 50% 0%; padding: 90px 0px; position: relative;}
.Company .Company_title{ border-bottom: 1px solid #ededed; padding-bottom: 45px; margin-bottom: 45px; max-width: 815px;}
.Company .Company_title::before{ content: ""; display: inline-block; width: 45px; height: 6px; background: url(../images/bn40.png) no-repeat 50% 50%; margin-bottom: 13px;}
.Company .Company_title dd{ font-size: 14px; color: #af9570; text-transform: uppercase; margin-bottom: 10px;}
.Company .Company_title dt{ font-size: 30px; color: #333333; margin-bottom: 10px;}
.Company .Company_title p{ font-size: 15px; color: #cccccc; text-transform: uppercase;}
.Company .Company_txt{ max-width: 815px; }
.Company .Company_txt .Company_txt_list{ font-size: 16px; color: #666666; line-height: 25px; margin-bottom: 35px;}
.Company .Company_txt .Company_txt_list p{ margin-bottom: 8px;}
.Company .Company_bottom{ display: flex; justify-content: space-between;}
.Company .Company_bottom .Company_bottom_left{ width: 53%; display: flex; justify-content: space-between;}
.Company .Company_bottom .Company_bottom_left .bottom_left_list{ width: 31%; border: 2px solid #f2f2f2; padding: 30px; background: #fff;}
.Company .Company_bottom .Company_bottom_left .bottom_left_list .left_list_txt{ border-top:1px solid #ededed; padding-top: 30px; margin-top: 30px;}
.Company .Company_bottom .Company_bottom_left .bottom_left_list .left_list_txt dd{ font-size: 18px; color: #666666; margin-bottom: 10px;}
.Company .Company_bottom .Company_bottom_left .bottom_left_list .left_list_txt dt{ font-size: 14px; color: #999999;}
.Company .Company_bottom .Company_bottom_right{ display: flex; background: #fff; height: 174px; align-items: center; width: 800px; padding: 0px 80px; box-shadow: 0px 5px 17px rgba(0,43,100,.05); position: absolute; right: 0;}
.Company .Company_bottom .Company_bottom_right .bottom_right_list{ margin-right: 100px;}
.Company .Company_bottom .Company_bottom_right .bottom_right_list:last-child{ margin-right: 0px;}
.Company .Company_bottom .Company_bottom_right .bottom_right_list dd{ font-size: 50px; color: #af9570; margin-bottom: 10px; position: relative; font-family: "BEBAS";}
.Company .Company_bottom .Company_bottom_right .bottom_right_list dt{ font-size: 16px; color: #666666;}
.Company .Company_bottom .Company_bottom_right .bottom_right_list dd span{ position: relative; right: 0; font-size: 35px; top: -25px;}




.Vision{ background: #fff; padding: 0px;}
.Vision .Company_title{ padding-bottom: 0px; margin-bottom: 70px; border-bottom: 0px;}
.Vision .Company_title dt{ margin-bottom: 0px;}
.Vision .Vision_content{ display: flex; justify-content: space-between;}
.Vision .Vision_content .Vision_content_left{ width: 50%; background: url(../images/bg8.jpg) no-repeat 50%/cover; padding: 80px 0px; padding-left: 10%; padding-right: 60px;}
.Vision .Vision_content .Vision_content_left .content_left_txt .left_txt_list{ margin-bottom: 50px;}
.Vision .Vision_content .Vision_content_left .content_left_txt .left_txt_list:last-child{ margin-bottom: 0px;}
.Vision .Vision_content .Vision_content_left .content_left_txt .left_txt_list .txt_list_title{ font-size: 22px; color: #333333; display: flex; align-items: center; border-bottom: 1px solid #dcdcdc; padding-bottom: 20px;}
.Vision .Vision_content .Vision_content_left .content_left_txt .left_txt_list .txt_list_title span{ color: #cccccc; font-size: 30px; margin-right: 10px;}
.Vision .Vision_content .Vision_content_left .content_left_txt .left_txt_list .txt_list_dt{ font-size: 18px; color: #333333; padding-left: 40px; padding-top: 30px;}
.Vision .Vision_content .Vision_content_left .content_left_txt .left_txt_list .txt_list_dt span{ color: #af9570;}
.Vision .Vision_content .Vision_content_right{ width: 50%; background: #af9570 url(../images/bn41.png) no-repeat 100% 100%; padding: 0px 102px; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding-right: 14%;}
.Vision .Vision_content .Vision_content_right .content_right_list{ margin-bottom: 50px; width: 100%;}
.Vision .Vision_content .Vision_content_right .content_right_list:last-child{ margin-bottom: 0px;}
.Vision .Vision_content .Vision_content_right .content_right_list dd{ height: 48px; display: flex; align-items: center; padding: 0px 30px; background: #fff; font-size: 20px; color: #333333; text-transform: uppercase;}
.Vision .Vision_content .Vision_content_right .content_right_list dd span{ color: #af9570;}
.Vision .Vision_content .Vision_content_right .content_right_list dt{ border: 1px solid #fff; /*height: 50px;*/ color: #fff; font-size: 18px; align-items: center; padding: 0px 30px; display: flex;}







.culture{ background: #fff;}
.culture .Company_title{ padding-bottom: 0px; margin-bottom: 70px; border-bottom: 0px;}
.culture .Company_title dt{ margin-bottom: 0px;}
.culture .culture_content{ display: flex; align-items: center; justify-content: space-between;}
.culture .culture_content .culture_content_list{ width: 20%; background: #f2f2f2; height: 616px; position: relative; margin-right: 12px; overflow: hidden; cursor: pointer; transition:all ease 0.5s;}
.culture .culture_content .culture_content_list:last-child{ margin-right: 0px;}
.culture .culture_content .culture_content_list .content_list_top{ padding: 0px 32px; padding-top: 87px;}
.culture .culture_content .culture_content_list .content_list_top .list_top_title{ font-size: 26px; color: #333333; margin: 78px 0px;}
.culture .culture_content .culture_content_list .content_list_top .list_top_icon{ line-height:72px;}
.culture .culture_content .culture_content_list .content_list_top .list_top_icon img{ max-height:72px;}
.culture .culture_content .culture_content_list .content_list_top .list_top_sz{ font-size: 50px; font-family: "BEBAS"; color: #cccccc; opacity: .5; position: absolute; bottom: 30px;}
.culture .culture_content .culture_content_list .content_list_hover{ position: absolute; left: 0; top: 0; display: flex; height: 100%; opacity: 0; width: 100%; transition:all ease 0.5s; overflow: hidden;}
.culture .culture_content .culture_content_list .content_list_hover .list_hover_left{ position: relative; width: 38%;}
.culture .culture_content .culture_content_list .content_list_hover .list_hover_left .hover_left_txt{ position: absolute; bottom: 0; font-size: 24px; color: #fff; padding: 30px;}
.culture .culture_content .culture_content_list .content_list_hover .list_hover_left .hover_left_txt dt{ margin-top: 25px;}
.culture .culture_content .culture_content_list .content_list_hover .list_hover_right{ width: 62%; background: #af9570 url(../images/bn48.png) no-repeat 90% 96%; padding: 52px 30px; z-index: 5;}
.culture .culture_content .culture_content_list .content_list_hover .list_hover_right .hover_right_list{ margin-bottom: 35px;}
.culture .culture_content .culture_content_list .content_list_hover .list_hover_right .hover_right_list dd{ font-size: 22px; color: #fff; margin-bottom: 10px;}
.culture .culture_content .culture_content_list .content_list_hover .list_hover_right .hover_right_list dt{ font-size: 16px; color: #fff;}
.culture .culture_content .culture_content_list.on{ width: 63%; transition:all ease 0.5s;}
.culture .culture_content .culture_content_list.on .content_list_hover{ opacity: 1; transition:all ease 0.5s; width: 100%;}





.Product{ padding: 100px 0px; background: #f2f2f2;}
.Product .Product_left{ width: 24%; background: #fff; box-shadow: 0px 0px 20px rgba(0,0,0,.12);}
.Product .Product_left .Product_left_title{ height: 180px; background: url(../images/bn49.png) no-repeat 50%/cover; display: flex; align-items: center; justify-content: center; flex-direction: column; position: relative;}
.Product .Product_left .Product_left_title dd{ font-size: 14px; color: #fff; text-transform: uppercase;}
.Product .Product_left .Product_left_title dt{ font-size: 28px; color: #fff;}
.Product .Product_left .Product_left_title::after{ content: ""; display: inline-block; width: 65px; height: 3px; background: #fff; margin-top: 30px;
transform: skewX(-45deg); }
.Product .Product_left .Product_left_content{ overflow: hidden;}
.Product .Product_left .Product_left_content a{ display: inline-block; width: 100%; float: left; line-height: 75px; text-align: center; font-size: 18px; color: #333333;  border-bottom: 1px solid #f0f0f0;}
.Product .Product_left .Product_left_content a:last-child{ border-bottom: 0px;}
.Product .Product_left .Product_left_content a.on{ color: #af9570;}
.Product .Product_left .Product_left_content a:hover{ color: #af9570;}
.Product .Product_right{ width: 73%;}
.Product .Product_right .Product_right_content .right_content_list{ display: inline-block; width: 32%; float: left; margin-right: 2%; margin-bottom: 2%;transition:all ease 0.5s; position: relative; top: 0px;}
.Product .Product_right .Product_right_content .right_content_list:nth-child(3n){ margin-right: 0px;}
.Product .Product_right .Product_right_content .right_content_list .content_list_logo{ height: 285px; display: flex; align-items: center; justify-content: center; background: #f9f9f9; position: relative; padding-top: 35px;}
.Product .Product_right .Product_right_content .right_content_list .content_list_logo dd img{ max-height: 190px;}
.Product .Product_right .Product_right_content .right_content_list .content_list_logo dt{ position: absolute; left: 33px; top: 22px;}
.Product .Product_right .Product_right_content .right_content_list .content_list_logo dt img{ max-height: 22px;}
.Product .Product_right .Product_right_content .right_content_list .content_list_title{ background: #fff; line-height: 30px; text-align: center; padding: 0px 15px; font-size: 18px; color: #333333;transition:all ease 0.5s; padding:23px 10px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.Product .Product_right .Product_right_content .right_content_list:hover{transition:all ease 0.5s; top: -25px; box-shadow: 0px 0px 25px rgba(0,0,0,.2);}
.Product .Product_right .Product_right_content .right_content_list:hover .content_list_title{ background: #af9570; color: #fff;transition:all ease 0.5s;}







.PBanner .DetailsBanner_title dd{ font-size: 16px;}
.PBanner .DetailsBanner_title dt{ font-size: 44px;}
.PBanner .DetailsBanner_title:after{ height: 4px; width: 115px;}





.PDetails{ padding: 90px 0px;}
.PDetails .pc_all_content{ display: flex; justify-content: space-between;}
.PDetails .PDetails_Bimg{ width: 45%; background: #f2f2f2; margin: 0px;}
.PDetails .PDetails_Bimg .PDetails_Bimg_list{ display: flex; align-items: center; justify-content: center; height: 501px; padding:0px 35px;}
.PDetails .PDetails_Bimg .PDetails_Bimg_list img{ max-height:480px; max-width:100%;}
.PDetails .PDetails_right{ width: 42%;}
.PDetails .PDetails_right .PDetails_right_top .right_top_title{ font-size: 32px; color: #333333; font-weight: bolder; margin-top: 25px;}
.PDetails .PDetails_right .PDetails_right_top .right_top_txt{ font-size: 18px; color: #666666; margin-top: 35px;}
.PDetails .PDetails_right .PDetails_right_top .right_top_txt p{ margin-bottom: 10px; padding-left: 24px; position: relative;}
.PDetails .PDetails_right .PDetails_right_top .right_top_txt p::before{ content: ""; display: inline-block; width: 14px; height: 10px; background: url(../images/bn53.png) no-repeat 50% 50%; left: 0; position: absolute; top: 8px;}
.PDetails .PDetails_right .PDetails_right_SImg{ margin-top: 80px;}
.PDetails .PDetails_right .PDetails_right_SImg .right_SImg_list{ background: #f2f2f2; width: 104px; height: 104px; display: flex; align-items: center; justify-content: center; border: 1px solid #f2f2f2;transition:all ease 0.5s; cursor: pointer; padding: 8px;}
.PDetails .PDetails_right .PDetails_right_SImg .right_SImg_list img{ max-height: 78px; max-width: 100%;}
.PDetails .PDetails_right .PDetails_right_SImg .right_SImg_list.swiper-slide-thumb-active{ border: 1px solid #af9570;transition:all ease 0.5s;}
.PDetails .swiper-button-next:after,.PDetails .swiper-button-prev:after{ color: #666; font-size: 30px;}




.PDetails2{ background: #fff; padding: 0px; padding-bottom:100px; overflow:hidden;}
.PDetails2 .PDetails2_list{ margin-bottom: 100px;}
.PDetails2 .PDetails2_list:last-child{ margin-bottom: 0px;}
.PDetails2 .PDetails2_list .PDetails2_list_title{ font-size: 30px; color: #333333; display: flex; align-items: center; margin-bottom: 50px;}
.PDetails2 .PDetails2_list .PDetails2_list_title:before{ content: ""; display: inline-block; width: 4px; height: 24px; background: #af9570; margin-right: 18px;}
.PDetails2 .PDetails2_list .PDetails2_list_content{ display: flex;}
.PDetails2 .PDetails2_list .PDetails2_list_content .list_content_list{ width: 32%; margin-right:2.5%;}
.PDetails2 .PDetails2_list .PDetails2_list_content .list_content_list:last-child{ margin-right:0px;}
.PDetails2 .PDetails2_list .PDetails2_list_content .list_content_list .content_list_img{ background:#fff; padding:35px 0px; text-align: center; box-shadow:0px 0px 22px rgba(0,0,0,.1); height:255px; display:flex; align-items:center; justify-content:center; position:relative;}
.PDetails2 .PDetails2_list .PDetails2_list_content .list_content_list .content_list_img .list_img_p{ max-width: 100%; max-height:200px;}
.PDetails2 .PDetails2_list .PDetails2_list_content .list_content_list .content_list_img .list_img_hover{ position:absolute; left:20%; display:none; top:0; box-shadow:0px 0px 25px rgba(0,0,0,.2); z-index:50;}
.PDetails2 .PDetails2_list .PDetails2_list_content .list_content_list .content_list_img:hover .list_img_hover{ display:block;}
.PDetails2 .PDetails2_list .PDetails2_list_content .list_content_list .content_list_txt{ text-align: center; margin-top: 20px;}
.PDetails2 .PDetails2_list .PDetails2_list_content .list_content_list .content_list_txt dd{ font-size: 20px; color: #333333;}
.PDetails2 .PDetails2_list .PDetails2_list_content .list_content_list .content_list_txt dt{ font-size: 18px; color: #666666; line-height: 24px; margin-top: 10px;}
.PDetails2 .PDetails2_list .PDetails2_list_content .list_content_list .content_list_txt p{ display:inline-block; width:100%; padding-left:24px; position:relative; text-align:left; margin-bottom:6px;}
.PDetails2 .PDetails2_list .PDetails2_list_content .list_content_list .content_list_txt p:last-child{ margin-bottom:0px;}
.PDetails2 .PDetails2_list .PDetails2_list_content .list_content_list .content_list_txt p::before{ content: ""; display: inline-block; width: 14px; height: 10px; background: url(../images/bn53_1.png) no-repeat 50% 50%; left: 0; position: absolute; top: 8px;}


.PDetails2 .PDetails2_list .PDetails2_list_content .list_content_list .content_list_txt span{ display:inline-block; width:100%; padding-left:24px; position:relative; text-align:left; margin-bottom:6px;}
.PDetails2 .PDetails2_list .PDetails2_list_content .list_content_list .content_list_txt span:last-child{ margin-bottom:0px;}
.PDetails2 .PDetails2_list .PDetails2_list_content .list_content_list .content_list_txt span::before{ content: ""; display: inline-block; width: 14px; height: 10px; background: url(../images/bn53_1.png) no-repeat 50% 50%; left: 0; position: absolute; top: 8px;}




.PDetails2 .PDetails2_list .PDetails2_list_application{ display: flex; align-items: center;}
.PDetails2 .PDetails2_list .PDetails2_list_application .list_application_li{ width: 18%; background: #f2f2f2; font-size: 20px; color: #333333; display: flex; padding-left: 33px; align-items: center; height: 103px;transition:all ease 0.5s; margin-right:25px; position:relative;}
.PDetails2 .PDetails2_list .PDetails2_list_application .list_application_li:last-child{ margin-right:0px;}


.mo_icon_w{ width:14px; height:14px; display:block; cursor:pointer; position:absolute; display:block; right:10px; top:10px;
 display:-webkit-box; display:-webkit-flex; display:-moz-box; display:-moz-flex; display:-ms-flexbox; display:flex; /* 水平居中*/ -webkit-box-align:center; -moz-box-align:center; -ms-flex-pack:center;/* IE 10 */ -webkit-justify-content:center; -moz-justify-content:center; justify-content:center;/* IE 11+,Firefox 22+,Chrome 29+,Opera 12.1*/ /* 垂直居中 */ -webkit-box-pack:center; -moz-box-pack:center; -ms-flex-align:center;/* IE 10 */ -webkit-align-items:center; -moz-align-items:center; align-items:center;
  animation:myfirst 2s ease infinite; 
}
.mo_icon{ width:14px; height:14px; border:#0d6cbd solid 2px; border-radius:33px ;box-shadow: rgba(13, 108, 189, 0.4) 0 0 5px, rgba(13, 108, 189, 0.4) 0 0 5px inset;
 display:-webkit-box; display:-webkit-flex; display:-moz-box; display:-moz-flex; display:-ms-flexbox; display:flex; /* 水平居中*/ -webkit-box-align:center; -moz-box-align:center; -ms-flex-pack:center;/* IE 10 */ -webkit-justify-content:center; -moz-justify-content:center; justify-content:center;/* IE 11+,Firefox 22+,Chrome 29+,Opera 12.1*/ /* 垂直居中 */ -webkit-box-pack:center; -moz-box-pack:center; -ms-flex-align:center;/* IE 10 */ -webkit-align-items:center; -moz-align-items:center; align-items:center; }
.mo_icon div{ display:inline-block; width:6px; height:6px; background:#0d6cbd; border-radius:10px;}

@keyframes myfirst
{
	0%{
		transform:scale(0.1);
	}
	50%{			
		transform:scale(1.0);
	}
	100%{			
		transform:scale(0.1);
	}
}


.PDetails2 .PDetails2_list .PDetails2_list_application .list_application_li span{ margin-right: 22px; position: relative; display: inline-block; width: 51px; height: 42px;}
.PDetails2 .PDetails2_list .PDetails2_list_application .list_application_li span img{ position: absolute; left: 0; transition:all ease 0.5s;}
.PDetails2 .PDetails2_list .PDetails2_list_application .list_application_li .application_li_img2{ opacity: 0;}
.PDetails2 .PDetails2_list .PDetails2_list_application .list_application_li:hover{ background: #af9570; transition:all ease 0.5s; color: #fff; box-shadow: 0px 0px 25px rgba(0,0,0,.2); cursor: pointer;}
.PDetails2 .PDetails2_list .PDetails2_list_application .list_application_li:hover .application_li_img2{ opacity: 1; transition:all ease 0.5s;}
.PDetails2 .PDetails2_list .PDetails2_list_application .list_application_li:hover .application_li_img1{ opacity: 0; transition:all ease 0.5s;}
.PDetails2 .Product_right{ width: 100%;}
.PDetails2 .Product_right  .PDetails2_list_title{ margin-bottom: 0px;}
.PDetails2 .Product_right .Product_right_content{ margin: 0px; padding: 50px 20px; padding-bottom:0px;}
.PDetails2 .Product_right .Product_right_content .right_content_list{ box-shadow: 0px 0px 25px rgba(0,0,0,.1); float: inherit;}
.PDetails2 .Product_right .Product_right_content .right_content_list .content_list_logo{ background: #fff;}
.PDetails2 .swiper-button-next{ right: 0;}
.PDetails2 .swiper-button-prev{ left: 0;}
.PDetails2 .swiper-button-next:after,.PDetails2 .swiper-button-prev:after{ color: #666; font-size: 30px;}






.Application{ padding: 95px 0px;}
.Application .Application_title{ font-size: 38px; color: #333333; padding-bottom: 30px; border-bottom: 4px solid #af9570;}
.Application .Application_content{ display: flex; flex-wrap: wrap; justify-content: space-between;}
.Application .Application_content .Application_content_list{ width: 49%; position: relative; margin-top: 45px;}
.Application .Application_content .Application_content_list .content_list_img{ position: relative;}
.Application .Application_content .Application_content_list .content_list_img::before{ content: ""; position: absolute; left: 0; top: 0; display: inline-block; width: 100%; height: 100%; background: url(../images/bn61.png) no-repeat 100%/cover;}
.Application .Application_content .Application_content_list .content_list_img img{ width: 100%;}
.Application .Application_content .Application_content_list .content_list_title{ font-size: 26px; color: #fff; position: absolute; bottom: 35px; left: 50px; display: flex; align-items: flex-end;}
.Application .Application_content .Application_content_list .content_list_title img{ margin-right: 18px;}
.Application .Application_content .Application_content_list .content_list_hover{ position: absolute; left: 0; top: 0; width: 100%; background: url(../images/bn62.png) no-repeat 0% 0%; height: 100%; padding: 0px 50px; display: flex; align-items: flex-start; flex-direction: column; justify-content: center; opacity: 0; transition:all ease 0.5s;}
.Application .Application_content .Application_content_list .content_list_hover dd{ font-size: 26px; color: #fff; display: flex; align-items: flex-end;}
.Application .Application_content .Application_content_list .content_list_hover dd img{ margin-right: 25px;}
.Application .Application_content .Application_content_list .content_list_hover dt{ display: flex; width: 119px; height: 40px; border: 1px solid #fff; align-items: center; justify-content: center; color: #fff; font-size: 12px; margin-top: 80px; transition:all ease 0.5s;}
.Application .Application_content .Application_content_list .content_list_hover dt:hover{ background: #fff; color: #af9570; transition:all ease 0.5s;}
.Application .Application_content .Application_content_list .content_list_hover dt img{ margin-left: 8px;}
.Application .Application_content .Application_content_list:hover .content_list_hover{ transition:all ease 0.5s; opacity: 1;}







.DApplication{ padding: 95px 0px;}
.DApplication .DApplication_title dd{ font-size: 48px; color: #333333; margin-bottom: 35px;}
.DApplication .DApplication_title dt{ font-size: 20px; color: #333333; line-height: 32px;}
.DApplication .DApplication_content .DApplication_content_list{ margin-top: 80px;}
.DApplication .DApplication_content .DApplication_content_list .content_list_title{ font-size: 30px; color: #333333; display: flex; align-items: center; margin-bottom: 50px;}
.DApplication .DApplication_content .DApplication_content_list .content_list_title:before{ content: ""; display: inline-block; width: 4px; height: 24px; background: #af9570; margin-right: 18px;}
.DApplication .DApplication_content .DApplication_content_list .content_list_txt{ display: flex; flex-wrap: wrap;}
.DApplication .DApplication_content .DApplication_content_list .content_list_txt .list_txt_li{ width: 32%; margin-right: 2%; position: relative; background: #f2f2f2; position: relative;}
.DApplication .DApplication_content .DApplication_content_list .content_list_txt .list_txt_li::before{ content: ""; display: inline-block; width: 100%; height: 100%; background: url(../images/bn64.png) no-repeat 100% 100%; position: absolute; left: 0; top: 0;}
.DApplication .DApplication_content .DApplication_content_list .content_list_txt .list_txt_li:last-child{ margin-right: 0px;}
.DApplication .DApplication_content .DApplication_content_list .content_list_txt .list_txt_li .txt_li_t{ padding: 40px 30px; font-size: 24px; color: #333333; display: flex; align-items: flex-start; justify-content: center; flex-direction: column; padding-bottom: 85px; position: absolute; width: 100%; transition:all ease 0.5s;}
.DApplication .DApplication_content .DApplication_content_list .content_list_txt .list_txt_li .txt_li_t:after{ content:""; display:inline-block; width:100%; top:0; height:100%; background: #f2f2f2; position:absolute; left:0;  transition:all ease 0.5s;}
.DApplication .DApplication_content .DApplication_content_list .content_list_txt .list_txt_li .txt_li_t span{ z-index:2;}
.DApplication .DApplication_content .DApplication_content_list .content_list_txt .list_txt_li .txt_li_t::before{ content: ""; display: inline-block; width: 60px; height: 3px; background: #333333; transform: skewX( -45deg ); margin-bottom: 25px; transition:all ease 0.5s; z-index:2}
.DApplication .DApplication_content .DApplication_content_list .content_list_txt .list_txt_li .txt_li_img{ overflow: hidden;}
.DApplication .DApplication_content .DApplication_content_list .content_list_txt .list_txt_li .txt_li_img img{}
.DApplication .DApplication_content .DApplication_content_list .content_list_txt .list_txt_hover{ position: absolute; bottom: 0; height: 100%; left: 0; width: 100%; background: url(../images/bn66.png) no-repeat 50%/cover; padding: 0px 30px; display: flex; flex-direction: column; align-items: flex-start; justify-content: flex-end; padding-bottom: 30px; opacity: 0; transition:all ease 0.5s; }
.DApplication .DApplication_content .DApplication_content_list .content_list_txt .list_txt_hover p{ font-size: 16px; color: #fff; height: 50px; display: flex; align-items: center; border-bottom: 1px solid rgba(255,255,255,.3); width: 100%;}
.DApplication .DApplication_content .DApplication_content_list .content_list_txt .list_txt_hover p::before{ content: ""; display: inline-block; width: 18px; height: 6px; background: url(../images/bn65.png) no-repeat 50% 50%; margin-right: 12px;}
.DApplication .DApplication_content .DApplication_content_list .content_list_txt .list_txt_li .txt_li_t{ z-index: 2; transition:all ease 0.5s; color: #fff;}
.DApplication .DApplication_content .DApplication_content_list .content_list_txt .list_txt_li .txt_li_t::before{ background: #fff; transition:all ease 0.5s;}
.DApplication .DApplication_content .DApplication_content_list .content_list_txt .list_txt_li .list_txt_hover{ opacity: 1; transition:all ease 0.5s; }
.DApplication .DApplication_content .DApplication_content_list .content_list_txt .list_txt_li .txt_li_t:after{ height:0px; transition:all ease 0.5s;}




.DApplication2 .Product_right .Product_right_content{ padding: 50px 0px; overflow: hidden; padding-bottom:0px;}
.DApplication2 .Product_right .Product_right_content .right_content_list{ width: 100%; margin-right: 0%; margin-bottom:0px; box-shadow: 0px 0px 0px; float: left;}
.DApplication2 .Product_right .Product_right_content .right_content_list .content_list_logo{ background: #f2f2f2;}
.DApplication2 .Product_right .Product_right_content .right_content_list .content_list_title{ background: #f2f2f2;}




.client{ background: #fff; padding-bottom:90px;}
.client .client_title{ font-size: 30px; color: #333333; display: flex; align-items: center;}
.client .client_title:before{ content: ""; display: inline-block; width: 4px; height: 24px; background: #af9570; margin-right: 18px;}
.client .client_cotnent { margin-top: 24px; display: flex; flex-wrap: wrap;}
.client .client_cotnent .client_cotnent_list{ width: 15%; margin-right:2%; transition:all ease 0.5s; text-align:center; position:relative; top:0px;}
.client .client_cotnent .client_cotnent_list:nth-child(6n){ margin-right:0px;}
.client .client_cotnent .client_cotnent_list img{ max-width: 100%;}


.b_d .Footer{ border-top:0px;}



.Partner{ background: #f2f2f2; padding: 90px 0px;}
.Partner .Partner_title{ font-size: 48px; color: #222222;}
.Partner .Partner_title dd{ margin-bottom: 25px;}
.Partner .Partner_content{ display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.Partner .Partner_content .Partner_content_list{ width: 15%; text-align: center; margin-top: 90px;}
.Partner .Partner_content .Partner_content_list img{ max-width: 100%;}





.Contact{ padding: 90px 0px;}
.Contact .Contact_title{ text-align: center;}
.Contact .Contact_title dd{ font-size: 48px ;color: #222222;}
.Contact .Contact_title dt{ font-size: 20px; color: #222e39; margin-top: 10px; display: flex; align-items: center; justify-content: center; text-transform: uppercase;}
.Contact .Contact_title dt span{ position: relative;}
.Contact .Contact_title dt span:before,.Contact .Contact_title dt span:after{ content: ""; display: inline-block; width: 154px; height: 4px; background: #90969c; position: absolute; top: 50%; transform: translateY(-50%);}
.Contact .Contact_title p{ font-size: 26px; color: #222e39; margin-top: 70px;}
.Contact .Contact_title dt span:before{ left: -184px; background: url(../images/bn94.png) no-repeat 50% 50%;}
.Contact .Contact_title dt span:after{ right: -184px; background: url(../images/bn95.png) no-repeat 50% 50%;}
.Contact .Contact_content{ display: flex; justify-content: space-between; border: 1px solid #bbc0c7; margin-top: 40px;}
.Contact .Contact_content .Contact_content_list{ width: 33.33%; border-right: 1px solid #bbc0c7; text-align: center; padding: 42px 30px; display: flex; align-items: center; justify-content: center; flex-direction: column;}
.Contact .Contact_content .Contact_content_list:last-child{ border: 0px;}
.Contact .Contact_content .Contact_content_list .content_list_title{ margin-top: 28px;}
.Contact .Contact_content .Contact_content_list .content_list_title dd{ font-size: 36px; color: #013c8b;}
.Contact .Contact_content .Contact_content_list .content_list_title dt{ font-size: 16px; color: #bbc0c7; margin-top: 8px; text-transform: uppercase;}
.Contact .Contact_content .Contact_content_list .content_list_bottom{ line-height: 27px; color: #222e39; font-size: 18px; margin-top: 22px; height: 54px;}
.Contact .Contact_map{ position: relative; margin-top: 80px; box-shadow: 0px 10px 20px rgba(0,0,0,.1);}
.Contact .Contact_map .Contact_map_top{ width: 100%; height: 527px;}
.Contact .Contact_map .Contact_map_bottom{ font-size: 20px; color: #333333; box-shadow: 0px 10px 20px rgba(0,0,0,.1); line-height: 88px; padding: 0px 45px;}
.Contact .Contact_map .Contact_map_bottom span{ font-size: 20px; color: #999999;}
.Contact .Contact_map .Contact_map_bottom span::before{ content: "/"; margin: 0px 35px;}






.page{ display:flex; align-items:center; justify-content:center; margin-top:35px;}
.page li a{ line-height: 40px; display: inline-block; text-align: center; background: #eeeeee; color: #666666; margin-right: 15px; border: 1px solid #dcdcdc; background: #ffffff; padding:0px 15px; font-size:14px;}
.page li.active a{ background: #af9570; color: #fff; border: 1px solid #af9570;}
.page li:hover a{ background: #af9570; color: #fff; border: 1px solid #af9570;}










.nav_down{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/bg42.jpg) no-repeat 50%/cover; z-index: 12; padding: 2% 10%;
-webkit-transform: scale(0); opacity: 0;
   -moz-transform: scale(0);
    -ms-transform: scale(0);
     -o-transform: scale(0);
           filter: scale(0);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}
.nav_down.on{
	-webkit-transform: scale(1);
	   -moz-transform: scale(1); opacity: 1;
	    -ms-transform: scale(1);
	     -o-transform: scale(1);
	           filter: scale(1);
	           filter: transform;
	       transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s; 
}
.nav_down .nav_down_top{ display: flex; align-items: center; justify-content: space-between;}
.nav_down .nav_down_top .down_top_close{ cursor: pointer;}
.nav_down .nav_down_bottom{ display: flex; justify-content: space-between; margin-top: 85px;}
.nav_down .nav_down_bottom .down_bottom_list{ width: 20%; text-align: center; border-left: 1px solid rgba(255,255,255,.4);}
.nav_down .nav_down_bottom .down_bottom_list:last-child{ border-right: 1px solid rgba(255,255,255,.4);}
.nav_down .nav_down_bottom .down_bottom_list .bottom_list_icon{ margin-bottom: 40px;}
.nav_down .nav_down_bottom .down_bottom_list .bottom_list_icon .list_icon_dt{ margin-top: 30px;}
.nav_down .nav_down_bottom .down_bottom_list .bottom_list_icon .list_icon_dt dd{ font-size: 20px; color: #fff;}
.nav_down .nav_down_bottom .down_bottom_list .bottom_list_icon .list_icon_dt dt{ font-size: 20px; color: #fff;}
.nav_down .nav_down_bottom .down_bottom_list .bottom_list_txt p a{ font-size: 16px; color: #fff; opacity: .5;}
.nav_down .nav_down_bottom .down_bottom_list .bottom_list_txt p{ margin-bottom: 13px;}
.nav_down .nav_down_bottom .down_bottom_list .bottom_list_txt p:last-child{ margin-bottom: 0px;}
.nav_down .nav_down_bottom .down_bottom_list .bottom_list_txt p a:hover{ opacity: 1;}










.mo_show{ display:none;}


.mo_IEnterprise dd{ display:none;}
.mo_IEnterprise dd.on{ display:block;}




.slick-prev, .slick-next{ height:auto; width:auto;}



#think_page_trace_open{ display:none;}


@media screen and (max-width:1520px){
.pc_all .pc_all_content{ max-width: 1200px; margin: 0 auto;}
.banner .banner_content .banner_content_list .content_list_img img,.banner{ height: auto;}
.banner .banner_nav{ width: 1200px;}
.banner .banner_nav .banner_nav_list{ height: 65px;}
.banner .banner_nav .banner_nav_list dd{ margin-bottom: 8px;}
.banner .banner_nav .banner_nav_list dt{ font-size: 15px;}

.IProduct .IProduct_logo .IProduct_logo_list{ width: 12%;}

.Footer .Footer_top .Footer_top_right .top_right_list{ margin-right: 94px;}
.Footer .Footer_top .Footer_top_right .top_right_list:last-child{ margin-right: 0px;}


.Company .Company_bottom .Company_bottom_right{ width: auto; padding: 0px 35px;}
.Company .Company_bottom .Company_bottom_right .bottom_right_list{ margin-right: 65px;}


.PDetails .PDetails_right .PDetails_right_top .right_top_txt{ font-size: 15px;}


.PDetails2 .PDetails2_list .PDetails2_list_content .list_content_list{ width: 32%;}


.PDetails2 .PDetails2_list .PDetails2_list_application .list_application_li{ font-size: 16px;}
.PDetails2 .PDetails2_list .PDetails2_list_application .list_application_li span{ margin-right: 15px;}


.client .client_cotnent{ padding: 0px;}

.nav_down .nav_down_bottom{ margin-top: 40px;}




.PDetails .PDetails_right .PDetails_right_SImg .right_SImg_list{ height:88px;}


.nav_down .nav_down_bottom .down_bottom_list .bottom_list_txt{ height:305px; overflow: auto;}
.nav_down .nav_down_bottom .down_bottom_list .bottom_list_txt::-webkit-scrollbar-track{ background-color: rgba(255,255,255,.5); } /* 滚动条的滑轨背景颜色 */
.nav_down .nav_down_bottom .down_bottom_list .bottom_list_txt::-webkit-scrollbar-thumb { background:#fff; } /* 滑块颜色 */
.nav_down .nav_down_bottom .down_bottom_list .bottom_list_txt::-webkit-scrollbar-button { background-color: rgba(255,255,255,.5); } /* 滑轨两头的监听按钮颜色 */
.nav_down .nav_down_bottom .down_bottom_list .bottom_list_txt::-webkit-scrollbar-corner { background-color: rgba(255,255,255,.5); } /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
.nav_down .nav_down_bottom .down_bottom_list .bottom_list_txt::-webkit-scrollbar { width: 2px; height: 0px; border-radius:3px; } /* 这是针对缺省样式 (必须的)*/



.IProduct .slick-prev{ left:10px;}
.IProduct .slick-next{ right:10px;}

.IEnterprise{ background: url(../images/bg2.jpg) no-repeat 100% 100%; }
.IEnterprise::before{ width:89%; background: url(../images/bn7.png) no-repeat 100% 50%;}

.Company{ background: url(../images/bg4.jpg) no-repeat 80% 0%;}


.IProduct .slick-prev{ left:-20px;}
}








@media screen and (max-width:1200px){
.pc_all .pc_all_content{ width: 96% !important; margin: 0 auto; overflow: hidden;}
.PcTop,.PcNav,.Footer .Footer_top{ display: none;}
.mo_footer{ display:block;}
.mo_top{display: block;}
.mo_height{ height: 50px;}
.slick-dots li{ width: 10px !important; height: 1px !important; margin: 0px 4px !important;}
img{ max-width: 100%;}

.Footer{ background:#3479dd; border-top:0px;}
.Footer .Footer_bottom{ display: block; text-align: center; font-size: 13px; line-height: 20px; padding: 15px 0px; color:#fff; opacity:1;}
.Footer .Footer_bottom a{ font-size: 13px; color:#fff;}

input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#999999; font-size:13px !important;}
input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:13px !important;}
input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#999999; font-size:13px !important;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:13px !important;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:13px !important;}
textarea::-webkit-input-placeholder{color:#999999; font-size:13px !important;}

.Copyright .pc_all_content{ display: block; padding: 15px 0px; height: auto; font-size: 13px; text-align: center;}
.Copyright .pc_all_content a{ font-size: 13px;}






.mo_nav{ display:block; border-radius:5px; text-align:center; width:94%; margin-bottom:15px; box-shadow:rgba(9,80,149,0.50) 0px 4px 0px; height:60px; line-height:60px; background:#095095; margin:26px auto; color:#fff; font-size:20px;}
.mo_nav:active{ box-shadow:rgba(0,0,0,0.20) 0px 0px 0px; transition:all ease 0.1s;}
.mo_nav i{ margin-left:5px;}


.Product .Product_left{ display:none;}


.banner .slick-dots{ bottom: 4%; width: 100%; left: 0;}
.banner .slick-dots li{ width: 12px; height: 17px; margin: 0px 2px;}
.banner .slick-dots li.slick-active{ border:0px;}
.banner .slick-dots li.slick-active button:before{ opacity:1;}
.banner .slick-dots li button{ width:100%; height:auto; height: 1px; padding:0px;}
.banner .slick-dots li button:before{ position: relative; left: 0px; top: 0px; font-size:24px; width:100%; height:auto; line-height:2px; opacity:.5;}



.IProduct .IProduct_content .IProduct_content_list .content_list_a .content_list_txt dt{ height:38px;}
.IProduct .IProduct_content .IProduct_content_list .content_list_a .content_list_icon img{ max-height:22px;}



.banner .banner_nav{ display: none;}

.IAbout{ padding:35px 0px; background:#fff;}
.IAboutbg{ padding-bottom:200px; background: url(../images/bg47.jpg) no-repeat 95%/cover;}
.IAbout .IAbout_title{ margin-bottom:26px; display:none;}
.IAbout .IAbout_title .IAbout_bg{ display: none;}
.IAbout .IAbout_title .IAbout_title_txt{ position: inherit; font-size:22px; color:#333;}
.IAbout .IAbout_title .IAbout_title_txt span::after{ display:none;}
.IAbout .IAbout_content .IAbout_content_top .content_top_txt{ display:block;}
.IAbout .IAbout_content .IAbout_content_top .content_top_txt .top_txt_list{ width:100%;}
.IAbout .IAbout_content .IAbout_content_bottom{ margin-top:35px; justify-content:space-between;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list{ width:32%; background:#f8f8f8; box-shadow:0px 0px 0px; height:auto; padding:15px; margin-right:0px; display:block;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list .bottom_list_right{ margin-left:0px;}
.IAbout .IAbout_content .IAbout_content_top .content_top_txt .top_txt_list:last-child{ margin-top:25px;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list:last-child{ margin-bottom:0px;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list .bottom_list_icon{ height:30px; margin-bottom:10px;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list .bottom_list_icon img{ max-height:30px;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list .bottom_list_right dd{ font-size:17px; margin-bottom:5px;}
.IAbout .IAbout_content .IAbout_content_bottom .content_bottom_list .bottom_list_right dt{ font-size:14px; height:38px;}
.IAbout .IAbout_content .IAbout_content_top{}
.IAbout .IAbout_content .IAbout_content_top dd{ font-size:20px; margin-bottom:15px;}
.IAbout .IAbout_content .IAbout_content_top dt{ font-size:22px;}
.IAbout .IAbout_content .IAbout_content_top dt span{ color:#1d6ad9;}
.IAbout .IAbout_content .IAbout_content_top .content_top_txt{ font-size:17px; line-height:26px; color:#999;}
.IAbout .IAbout_content .IAbout_content_top .content_top_txt .top_txt_list p{ font-size:20px; margin-bottom:15px; font-weight:bolder;}
.IAbout .IAbout_content .IAbout_content_top a{ margin-top:18px}


.IEnterprise{ background: #3479dd;}
.IEnterprise::before{ display: none;}
.IEnterprise .IEnterprise_nav .IEnterprise_nav_list .nav_list_icon::after{ display:none;}
.IEnterprise .IEnterprise_nav ul{ flex-wrap: wrap;}
.IEnterprise .IEnterprise_nav .IEnterprise_nav_list{ width: 32%; margin-right: 0px; margin-bottom: 25px;}
.IEnterprise .IEnterprise_nav .IEnterprise_nav_list .nav_list_icon{ margin: 0 auto; width: 55px; height: 55px;}
.IEnterprise .IEnterprise_nav .IEnterprise_nav_list .nav_list_txt{ font-size: 17px; margin-top: 15px;}
.IEnterprise .IEnterprise_nav .IEnterprise_nav_list .nav_list_icon img{ max-height: 23px; left: 15px; top: 15px;}
.IEnterprise .IEnterprise_nav .IEnterprise_nav_list:nth-child(6) .nav_list_icon img{ left:17px; top:17px;}
.IEnterprise .IEnterprise_content .IEnterprise_content_list{ width: 100%; padding: 0px; position:relative;}
.IEnterprise .IEnterprise_more{ width: 140px; height: 45px; font-size: 16px; margin: 0 auto; margin-top: 0px; position:absolute; color:#af9570; background:#fff; right:10px; top:18px; width:auto; height: auto;}
.IEnterprise .IEnterprise_more .IEnterprise_more_img2{ opacity:1;}
.IEnterprise .IEnterprise_content{ margin-top: 20px;}
.IEnterprise .IEnterprise_content .IEnterprise_content_list .IEnterprise_content_left .content_left_title dd{ font-size: 22px;}
.IEnterprise .IEnterprise_content .IEnterprise_content_list .IEnterprise_content_left .content_left_txt{ margin-top: 25px;}


.IProduct .IAbout_content .IAbout_content_top dt{ margin-bottom: 30px;}
.IProduct .IProduct_content .IProduct_content_list{ padding: 0px 5px;}
.IProduct .slick-next{ right: 10px;}
.IProduct .slick-prev{ left: 10px;}
.IProduct .slick-prev:before, .IProduct .slick-next:before{ font-size: 32px;}
.IProduct .IProduct_content .IProduct_content_list .content_list_a{ height: auto; padding:15px;}
.IProduct .IProduct_content .IProduct_content_list .content_list_a .content_list_txt{ text-align: center;}
.IProduct .IProduct_content .IProduct_content_list .content_list_a .content_list_img{ margin: 0px 0px; height:155px;}
.IProduct .IProduct_logo{ flex-wrap: wrap; padding-right: 0px; padding-top: 25px; display:none;}
.IProduct .IProduct_logo .IProduct_logo_list{ width: 48%; padding: 8px; display: flex; align-items: center; justify-content: center; border:1px solid #dcdcdc;}
.IProduct .IProduct_logo .IProduct_logo_list img{ max-height: 35px;}
.IProduct .IProduct_content .IProduct_content_list .content_list_a .content_list_txt dd{ font-size:18px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.IProduct .IProduct_content .IProduct_content_list .content_list_a .content_list_img img{ max-height:115px;}

.DetailsBanner .DetailsBanner_img img{ height: auto;}
.DetailsBanner .pc_all_content{ height: 100%;}
.DetailsBanner .DetailsBanner_title dd{ font-size: 16px; margin-bottom: 5px;}
.DetailsBanner .DetailsBanner_title dt{ font-size: 18px; margin-bottom: 0px;}
.DetailsBanner .DetailsBanner_title:after{ height: 2px; width: 100px;}




.Company{ padding: 35px 0px; }
.Company .Company_title{ padding-bottom: 21px; margin-bottom: 21px; max-width:100%;}
.Company .Company_txt{ max-width:100%;}
.Company .Company_title dt{ font-size: 20px;}
.Company .Company_title p{ font-size: 17px;}
.Company .Company_txt .Company_txt_list{ font-size: 17px; line-height:30px;}
.Company .Company_bottom{ display: block;}
.Company .Company_bottom .Company_bottom_right{ position: inherit;}
.Company .Company_bottom .Company_bottom_left,.Company .Company_bottom .Company_bottom_right{ width: 100%;}
.Company .Company_bottom .Company_bottom_left .bottom_left_list{ padding: 20px; border: 1px solid #f2f2f2;}
.Company .Company_bottom .Company_bottom_left .bottom_left_list .left_list_txt dd{ font-size: 20px; margin-bottom: 5px;}
.Company .Company_bottom .Company_bottom_left .bottom_left_list .left_list_txt dt{ font-size: 17px;}
.Company .Company_bottom .Company_bottom_left .bottom_left_list .left_list_txt{ margin-top: 18px; padding-top: 18px;}
.Company .Company_bottom .Company_bottom_right{ padding: 0px; justify-content: center; flex-wrap: wrap; margin-top: 25px;}
.Company .Company_bottom .Company_bottom_right .bottom_right_list{ margin-right: 0px; width: 48%; text-align: center;}
.Company .Company_bottom .Company_bottom_right .bottom_right_list dd{ font-size: 30px;}
.Company .Company_bottom .Company_bottom_right .bottom_right_list dt{ font-size: 18px;}
.Company .Company_bottom .Company_bottom_right .bottom_right_list dd span{ font-size: 20px; top: 0;}



.Vision{ padding: 0px;}
.Vision .Vision_content{ display: block;}
.Vision .Vision_content .Vision_content_left{ width: 100%; padding: 25px;}
.Vision .Vision_content .Vision_content_left .content_left_txt .left_txt_list .txt_list_title{ font-size: 20px;}
.Vision .Vision_content .Vision_content_left .content_left_txt .left_txt_list .txt_list_title span{ font-size: 22px;}
.Vision .Vision_content .Vision_content_left .content_left_txt .left_txt_list .txt_list_dt{ padding-top: 10px; font-size: 18px; line-height: 25px;}
.Vision .Vision_content .Vision_content_left .content_left_txt .left_txt_list{ margin-bottom: 25px;}
.Vision .Vision_content .Vision_content_right{ width: 100%; padding: 20px;}
.Vision .Vision_content .Vision_content_right .content_right_list{ margin-bottom: 20px;}
.Vision .Vision_content .Vision_content_right .content_right_list dd{ font-size: 20px; padding: 0px 10px;}
.Vision .Vision_content .Vision_content_right .content_right_list dt{ font-size: 17px; padding: 0px 10px;}






.Product{ padding: 35px 0px; position:relative;}
.Product .Product_left,.Product .Product_right{ width: 100%;}
.Product .Product_left .Product_left_title{ display: none;}
.Product .Product_left{ background: none; margin-bottom: 25px; box-shadow: 0px 0px 20px rgba(0,0,0,.1);position: absolute; z-index: 2; background: #f5f5f5; left: 0; padding: 4%; top:0; background:#f5f5f5;}
.Product .Product_left .Product_left_content a{ width: 49%; float: left; background: #fff; border-radius: 5px; font-size: 17px; line-height:45px; margin-bottom: 2%;}
.Product .Product_left .Product_left_content a:nth-child(2n){ float: right;}
.Product .Product_left .Product_left_content a.on{ background: #af9570; color: #fff;}
.Product .Product_right .Product_right_content .right_content_list{ width: 32%; margin-right: 0px; margin-bottom: 2%; box-shadow:0px 0px 0px; border:1px solid #ededed; margin-right:2%;}
.Product .Product_right .Product_right_content .right_content_list:hover{ top:0px; box-shadow:0px 0px 0px;}
.Product .Product_right .Product_right_content .right_content_list:nth-child(3n){ margin-right:0px;}
.Product .Product_right .Product_right_content .right_content_list .content_list_logo{ height: 230px;}
.Product .Product_right .Product_right_content .right_content_list .content_list_logo dd{ padding: 0px 20px;}
.Product .Product_right .Product_right_content .right_content_list .content_list_title{ line-height: 28px; font-size: 18px; padding:10px;}
.IProduct .IProduct_content .IProduct_content_list .content_list_a:hover .content_list_txt{ top:0px;}
.IProduct .IProduct_content .IProduct_content_list .content_list_a:hover .content_list_more{ top:0px; display:none;}
.page{ display: block; text-align:center; width:100%;}
.page li{ display:inline-block;}
.page li a{ margin-right: 7px;}
.Product .Product_right .Product_right_content .right_content_list .content_list_logo dt{ left:0; padding:0px 20px; top:30px; text-align:center;}



.PDetails{ padding: 35px 0px;}
.PDetails .pc_all_content{}
.PDetails .PDetails_Bimg .PDetails_Bimg_list{ height: 340px; padding:20px;}
.PDetails .PDetails_Bimg .PDetails_Bimg_list img{ max-width: 100%; max-height: 100%;}
.PDetails .PDetails_right{ margin-top: 25px;}
.PDetails .PDetails_right .PDetails_right_top .right_top_title{ font-size: 22px; font-weight: normal; margin-top: 15px;}
.PDetails .PDetails_right .PDetails_right_top .right_top_txt{ font-size: 16px; margin-top: 25px;}
.PDetails .PDetails_right .PDetails_right_SImg{ margin-top: 35px; display: none;}




.client{ padding: 35px 0px;}
.client .client_title{ font-size: 20px;}
.client .client_cotnent{ padding: 0px;}
.client .client_cotnent .client_cotnent_list{ width: 32%; margin-top: 2%; margin-right:2%;}
.client .client_cotnent .client_cotnent_list:nth-child(3n){ margin-right:0px;}
.client .client_cotnent .client_cotnent_list:nth-child(5n){ margin-right:2%;}



.Partner{ padding: 35px 0px;}
.Partner .Partner_title{ font-size: 18px; line-height: 30px; text-align: center;}
.Partner .Partner_title dd{ margin-bottom: 5px;}
.Partner .Partner_content .Partner_content_list{ width: 32%; margin-top: 2%; margin-right:2%; padding:10px; height:65px; display:flex; align-items:center; justify-content:center;}
.Partner .Partner_content .Partner_content_list img{ max-width:100%; max-height:100%;}
.Partner .Partner_content .Partner_content_list:nth-child(3n){ margin-right:0px;}




.Contact{ padding:30px 0px;}
.Contact img{ max-width:inherit;}
.Contact .Contact_title dd{ font-size:24px;}
.Contact .Contact_title dt{ font-size:18px;}
.Contact .Contact_title dt span:before, .Contact .Contact_title dt span:after{ height:2px;}
.Contact .Contact_title p{ margin-top:25px; font-size:18px;}
.Contact .Contact_content{ display:block; border:0px;}
.Contact .Contact_content .Contact_content_list{ width:90%; border-right:0px; margin:0px auto; background:#f5f5f5; margin-bottom:25px; padding:20px;}
.Contact .Contact_content .Contact_content_list:last-child{ margin-bottom:0px; }
.Contact .Contact_content .Contact_content_list .content_list_icon img { max-width:28px; height:auto;}
.Contact .Contact_content .Contact_content_list .content_list_title{ margin-top:14px;}
.Contact .Contact_content .Contact_content_list .content_list_title dd{ font-size:20px;}
.Contact .Contact_content .Contact_content_list .content_list_title dt{ font-size:17px;}
.Contact .Contact_content .Contact_content_list .content_list_bottom{ font-size:17px; margin-top:15px;}
.Contact .Contact_map{ margin-top: 35px;}
.Contact .Contact_map .Contact_map_content{ position:inherit; background:#013c8b; width:100%; padding:20px; align-items:flex-start; text-align:center;}
.Contact .Contact_map .Contact_map_content .map_content_img{ text-align:center; width:100%;}
.Contact .Contact_map .Contact_map_content .map_content_txt{ width:100%; margin-top:30px; justify-content:center;}
.Contact .Contact_map .Contact_map_top{ height:255px;}
.Contact .Contact_map .Contact_map_bottom{ padding: 15px; font-size: 18px; line-height: normal;}
.Contact .Contact_map .Contact_map_bottom span{ font-size: 18px; display: inline-block; width: 100%; margin-top: 15px;}
.Contact .Contact_map .Contact_map_bottom span::before{ display: none;}


.IEnterprise .IEnterprise_content .IEnterprise_content_list .IEnterprise_content_left .content_left_txt a{ width:48%; position:relative; padding-left:10px; font-size:16px;}
.IEnterprise .IEnterprise_content .IEnterprise_content_list .IEnterprise_content_left .content_left_txt a::before{ position:absolute; left:0; margin-right:0px;}



.IEnterprise .IEnterprise_content .IEnterprise_content_list .content_list_top { width:100%; padding:18px;}
.IEnterprise .IEnterprise_content .IEnterprise_content_list .content_list_top .IEnterprise_content_icon{ display:none;}



.IEnterprise .IEnterprise_content .IEnterprise_content_list .content_list_top{ height:auto;}


.culture{ background:#fff;}
.culture .culture_content{ display: flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-start;}
.culture .culture_content .culture_content_list{ width: 48% !important; height: auto; margin-bottom: 30px;}
.culture .culture_content .culture_content_list:last-child{ margin-bottom: 0px;}
.culture .culture_content .culture_content_list .content_list_top{ display: none;}
.culture .culture_content .culture_content_list .content_list_hover{ position: inherit; opacity: 1; display: block;}
.culture .culture_content .culture_content_list .content_list_hover .list_hover_left,.culture .culture_content .culture_content_list .content_list_hover .list_hover_right{ width: 100%;}
.culture .culture_content .culture_content_list .content_list_hover .list_hover_left .hover_left_img{ height: auto; overflow: hidden;}
.culture .culture_content .culture_content_list .content_list_hover .list_hover_left .hover_left_img img{ width: 100%; height: auto; object-fit: cover;}
.culture .culture_content .culture_content_list .content_list_hover .list_hover_right{ padding: 22px; height:480px;}
.culture .culture_content .culture_content_list:last-child .content_list_hover .list_hover_right{ height:345px;}
.culture .culture_content .culture_content_list .content_list_hover .list_hover_right .hover_right_list{ margin-bottom: 22px;}
.culture .culture_content .culture_content_list .content_list_hover .list_hover_right .hover_right_list dd{ font-size: 20px;}
.culture .culture_content .culture_content_list .content_list_hover .list_hover_right .hover_right_list dt{ font-size: 17px; line-height:22px;}
.culture .culture_content .culture_content_list .content_list_hover .list_hover_left .hover_left_txt{ font-size: 20px; padding: 20px; width: 100%; text-align: center; background: linear-gradient(to top,rgba(0,0,0,.5), rgba(0,0,0,0)); }
.culture .culture_content .culture_content_list .content_list_hover .list_hover_left .hover_left_txt dt{ margin-top: 15px;}
.culture .culture_content .culture_content_list .content_list_hover .list_hover_left .hover_left_txt dd img{ max-height: 35px;}



.mo_show{ display: block;}
.mo_show img{ max-width:100%;}
.pc_show{ display:none;}



.PDetails2{ padding-top: 0px;}
.PDetails2 .PDetails2_list .PDetails2_list_title{ font-size: 20px; margin-bottom: 22px;}
.PDetails2 .PDetails2_list .PDetails2_list_title:before{ height: 18px; margin-right: 10px;}
.PDetails2 .PDetails2_list .PDetails2_list_content{ flex-wrap: wrap;}
.PDetails2 .PDetails2_list .PDetails2_list_content .list_content_list{ width: 48%; margin-right:4%;}
.PDetails2 .PDetails2_list .PDetails2_list_content .list_content_list:nth-child(2n){ margin-right:0px;}
.PDetails2 .PDetails2_list .PDetails2_list_content .list_content_list .content_list_txt dd{ font-size: 18px;}
.PDetails2 .PDetails2_list .PDetails2_list_content .list_content_list .content_list_txt dt{ font-size: 16px; height: auto;}
.PDetails2 .PDetails2_list .PDetails2_list_content .list_content_list:last-child{ margin-bottom: 0px;}
.PDetails2 .PDetails2_list{ margin-bottom: 35px;}
.PDetails2 .PDetails2_list .PDetails2_list_application{ justify-content:flex-start;}
.PDetails2 .PDetails2_list .PDetails2_list_application .list_application_li{ width: 32%; margin-bottom: 2%; display: block; height: auto; padding: 20px 0px; text-align: center; font-size: 17px; margin-right:2%;}
.PDetails2 .PDetails2_list .PDetails2_list_application .list_application_li span{ display: block; width: 100%; margin: 0 auto;}
.PDetails2 .PDetails2_list .PDetails2_list_application .list_application_li span img{ left: 0; right: 0; margin: 0 auto;}
.PDetails2 .Product_right .Product_right_content{ padding: 0px;}
.PDetails2 .PDetails2_list:last-child{ margin-bottom: 0px;}
.PDetails .PDetails_right .PDetails_right_top .right_top_txt p::before{ top: 4px;}
.Product .Product_right .Product_right_content .right_content_list
.Product .Product_right .Product_right_content .right_content_list{ box-shadow:0px 0px 0px; border:1px solid #dcdcdc;}




.Application{ padding: 35px 0px;}
.Application .Application_title{ font-size: 22px; padding-bottom: 18px; border-bottom: 1px solid #af9570;}
.Application .Application_content .Application_content_list{ width: 48%; margin-top: 25px;}
.Application .Application_content .Application_content_list .content_list_title{ bottom: 25px; left: 25px; font-size: 20px;}
.Application .Application_content .Application_content_list .content_list_title img{ max-height: 25px; margin-right: 11px;}
.Application .Application_content .Application_content_list .content_list_hover{ opacity:1; width:64%; padding:0px; padding-left:30px;
background: url(../images/bn62.png) no-repeat 100% 100%;
}
.Application .Application_content .Application_content_list .content_list_hover dd{ font-size:18px; align-items:center;}
.Application .Application_content .Application_content_list .content_list_hover dt{ margin-top:25px; height:35px; width:100px;}
.Application .Application_content .Application_content_list .content_list_hover dd img{ margin-right:12px;}


.DApplication{ padding: 35px 0px;}
.DApplication .DApplication_title dd{ font-size: 22px; margin-bottom: 10px;}
.DApplication .DApplication_title dt{ font-size: 17px; line-height: 28px;}
.DApplication .DApplication_content .DApplication_content_list{ margin-top: 30px;}
.DApplication .DApplication_content .DApplication_content_list .content_list_title{ font-size: 22px; margin-bottom: 22px;}
.DApplication .DApplication_content .DApplication_content_list .content_list_title:before{ height: 18px; margin-right: 10px;}
.DApplication .DApplication_content .DApplication_content_list .content_list_txt{ justify-content:space-between;}
.DApplication .DApplication_content .DApplication_content_list .content_list_txt .list_txt_li{ width: 48%; margin-bottom: 25px; margin-right: 0px;}
.DApplication .DApplication_content .DApplication_content_list .content_list_txt .list_txt_li .txt_li_t{ font-size: 20px;}
.DApplication2 .Product_right .Product_right_content{ padding: 0px;}




.mo_banner{ position:relative;}
.mo_banner .swiper-button-next:after,.mo_banner .swiper-button-prev:after{ font-size:22px; color:#fff;}
.mo_banner .list_img_hover{ position:absolute; left:0; top:0; width:94%; right:0; margin:0 auto; padding-top:105px;}
.mo_banner .list_img_hover dd{ font-size:20px; color:#fff; margin-bottom:8px;}
.mo_banner .list_img_hover dt{ font-size:28px; color:#fff;}
.mo_banner .mo_banner_list{ position:relative;}
.mo_banner .mo_banner_list3 .list_img_hover{ padding-top:135px;}


.mo_IEnterprise{ text-align:center;}
.mo_IEnterprise img{ width:100%;}



.DApplication .DApplication_content .DApplication_content_list .content_list_txt .list_txt_li .txt_li_t{ z-index: 2; transition:all ease 0.5s; color: #fff;}
.DApplication .DApplication_content .DApplication_content_list .content_list_txt .list_txt_li .txt_li_t::before{ background: #fff; transition:all ease 0.5s;}
.DApplication .DApplication_content .DApplication_content_list .content_list_txt .list_txt_li .list_txt_hover{ opacity: 1; transition:all ease 0.5s; }
.DApplication .DApplication_content .DApplication_content_list .content_list_txt .list_txt_li .txt_li_t:after{ height:0px; transition:all ease 0.5s;}


.Footer .Footer_bottom .Footer_bottom_list:last-child{ display:none;}
.index_f .Footer .Footer_bottom .Footer_bottom_list:last-child{ display: block;}



.PDetails2 .PDetails2_list .PDetails2_list_content .list_content_list .content_list_img .list_img_hover{ display:none !important;}
.PDetails2 .PDetails2_list .PDetails2_list_content .list_content_list .content_list_img .mo_icon_w{ display:none;}
}


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



}



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




}


@media screen and (max-width:600px){
.IEnterprise .IEnterprise_content .IEnterprise_content_list .IEnterprise_content_left .content_left_txt a{ width:100%; position:relative; padding-left:10px; font-size:16px;}
	
.PDetails .PDetails_Bimg .PDetails_Bimg_list{ height: 255px;}
.PDetails .pc_all_content{ display:block;}
.PDetails .PDetails_Bimg,.PDetails .PDetails_right{ width: 100%;}
	
	
.DApplication .DApplication_content .DApplication_content_list .content_list_txt .list_txt_li{ width:100%;}
	
	
.Application .Application_content .Application_content_list{ width: 100%; margin-top: 25px;}
.Application .Application_content .Application_content_list .content_list_hover{ width:55%;}
	
	
.PDetails2 .PDetails2_list .PDetails2_list_content .list_content_list{ width: 100%; margin-bottom: 30px; margin-right:0px;}
	
	
.culture .culture_content .culture_content_list .content_list_hover .list_hover_right{ height:auto;}
.culture .culture_content .culture_content_list:last-child .content_list_hover .list_hover_right{ height:auto;}
.culture .culture_content .culture_content_list{ width: 100% !important; height: auto; margin-bottom: 30px;}
	
	
.banner .banner_content .banner_content_list .content_list_img img,.banner{ height: 200px !important;}
.DetailsBanner .DetailsBanner_img img{ height: 170px;}






.mo_banner,.mo_banner .mo_banner_list img{ width: 100%; height:230px; object-fit:cover;}
.mo_banner .list_img_hover dd{ font-size:16px; color:#fff; margin-bottom:8px;}
.mo_banner .list_img_hover dt{ font-size:18px; color:#fff;}
.mo_banner .list_img_hover{ padding-top:45px;}
.mo_banner .mo_banner_list3 .list_img_hover{ padding-top:85px;}


.mo_IEnterprise img{ max-width:100%;}





.mo_top .mot .molo img{ height:30px;}
.mo_top .mot{ height:50px;}


.cd-nav-trigger .cd-nav-icon { width:22px; height:2px;}


.mo_nav{ font-size:16px; height:40px; line-height:40px;}


.Product .Product_right .Product_right_content .right_content_list{ width:49%; margin-right:0%;}
.Product .Product_right .Product_right_content .right_content_list:nth-child(2n){ float:right;}


}



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


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


}


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

}