.width1200{ min-width:1200px;}
.indexcontent1600{ min-width:1200px; padding:0 50px; max-width:1700px; box-sizing:border-box; margin:0 auto; position:relative;}
.indexcontent1400{ min-width:1200px; max-width:1500px; padding:0 50px; box-sizing:border-box; margin:0 auto; position:relative;}
.indexcontent{ margin:0 auto; width:1200px;}
.indexcontent2{ margin:0 auto; max-width:1400px; min-width:1200px;}
.sl{overflow:hidden; text-overflow:ellipsis;white-space: nowrap;}
a.bs:hover{ text-decoration:underline;}
.block{ display:block;}
.fl {
  float: left;
}

.fr {
  float: right;
}
.enlarge8{
  -moz-transition:all 0.8s; /* Firefox 4 */
  -webkit-transition:all 0.8s; /* Safari and Chrome */
  -o-transition:all 0.8s; /* Opera */
  transition:all 0.8s;
  cursor: pointer;
}

.enlarge4{
  -moz-transition:all 0.4s; /* Firefox 4 */
  -webkit-transition:all 0.4s; /* Safari and Chrome */
  -o-transition:all 0.4s; /* Opera */
  transition:all 0.4s;
  cursor: pointer;
}
.ellipsis{
  overflow: hidden; /*自动隐藏文字*/
  text-overflow: ellipsis;/*文字隐藏后添加省略号*/
  white-space: nowrap;/*强制不换行*/
}
.ellipsis2{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.ellipsis3{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.clearfix::after {
  content: "";
  clear: both;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
  font-size: 1px;
  width: 1px;
  height: 0;
  visibility: hidden;
  zoom: 1;
}

.content{ font-size:16px; color:#666666; line-height:40px;}
.content *{ line-height:40px;}
.content img{ max-width:100%; height:auto !important;}

.pages { margin-top: 15px; font-size: 12px; line-height: 22px; text-align: center; }
.pages a { text-decoration: none; color: #666; background: #fff; border:#cccccc 1px solid; display: inline-block; width: 40px; line-height: 40px; line-height: 40px; margin-right: 8px; font-size: 16px; color: #999999;}
.pages a.active { background: #23527c; border:#23527c 1px solid; color: #fff }
.pages a:hover {  background: #23527c; border:#23527c 1px solid; color: #fff; text-decoration: none;  }
.pages a.wz{ display: inline-block; width: 86px; line-height: 40px; line-height: 40px;}



/**/
.fixed-box{
  position: fixed;
  right: 10px;
  top: 50%; margin-top:-177px;
  z-index: 9;
}
.fixed-box a{
  display: block;
  width: 70px;
  height: 70px;
  margin-bottom: 1px;
  background:#019d3c;
}
.fixed-box .ico{ padding-top:5px; height:35px; text-align:center; line-height:35px;}
.fixed-box .ico img{ vertical-align:middle;}
.fixed-box .ico_txt{ font-size:12px; color:#fefefe; line-height:24px; text-align:center;}
.fixed-box a.goTop{
  background:#019d3c url(../images/xf_goto.png) no-repeat center;
}
.fixed-box .phone-box{
  
  position: relative;
}
.fixed-box .phone-box .phone{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 180px;
  height: 70px;
  background-color: #666;
  color: #fff;
  text-align: center;
  position: absolute;
  right: 70px;
  top: 0px;
  font-size: 12px;
  line-height: 18px;
  text-align: left;
  opacity: 0;
}
.fixed-box .phone-box .phone span{
  font-weight: 800;
}

.fixed-box .phone-box:hover .phone{
  opacity: 1;
}
.fixed-box .ecode{
  position: relative;
}
.fixed-box .ecode .img{
  position: absolute;
  left: -155px;
  top: -45px;
  width: 150px;
  display: none;
}
.fixed-box .ecode .img img{
  width: 100%;
  object-fit: cover;
}
.fixed-box .ecode:hover .img{
  display: block;
}
/*index*/
body{ background:#fff;}

.top1{ /*position:fixed; left:0;*/ width:100%; height:110px; background:#fff; min-width:1200px; z-index:999; transition:all 0.63s;}
/*.top1:hover,
.top1.on{ background:#131313;}*/
.top1_c{ position:relative; height:136px; }
.top1 .top_logo{ position:absolute; left:50px; top:33px;}
/*.fixed.top1{ background:#131313;}*/

.top1 .top1_r{ position:absolute; right:0px; top:0; width:50px; height:110px;}

.top1 .top1_lang{ position:absolute; right:63px; top:54px; width:30px; line-height:30px; font-size:16px; color:#fff; text-align:center;}
.top1 .top1_lang a{ color:#666666;}
.top1 .top1_hr{ position:absolute; top:61px; right:51px; width:1px; height:13px; background:#666666;}

.top_search_bt{ position:absolute; right:0px; top:40px; width:30px; line-height:30px; z-index:9999; margin:0 10px; text-align:center;}
/*
.top_search_bt .top_search_bg{ display:none; position:absolute; right:-2px; top:45px; background:url(../images/top_search_bg.png) no-repeat; width:300px; height:79px;}
.top_search_bt:hover .top_search_bg{ display:block;}
.top_search_bt .top_search_bg .top_search_txt{ position:absolute; left:25px; top:29px; width:205px; height:30px; border:0; background:#f8f8f8; outline:none;}
.top_search_bt .top_search_bg .top_search_bt{ position:absolute; right:17px; top:23px; width:40px; height:39px; border:0; background-color:transparent; cursor:pointer;}*/
.nsearch {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.nsearch .nceng {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 3;
}
.nsearch form {
  background: #fff;
  position: absolute;
  left: 50%;
  top: 140px;
  transform: translateX(-50%);
  max-width: 1200px;
  width: 100%;
  height: 300px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  z-index: 9;
}
.nsearch form h2 {
  font-size: 45px;
  font-weight: bold;
  color: #23527c;
  text-align: center;
  margin: 70px 0;
}
.nsearch form .ctn {
  display: flex;
  width: 480px;
}
.nsearch form .ctn input {
  height: 50px;
}
.nsearch form .ctn .txt {
  width: 85%;
  padding: 0 15px;
  background-color: #f6f6f6;
  font-size: 14px;
  cursor: auto;
  border:0;
  box-sizing:border-box;
}
.nsearch form .ctn .btn {
  width: 15%;
  background: #23527c url(../images/search-btn.png) no-repeat center;
  border:0;
  box-sizing:border-box;
}
.nh {
  height: 100px;
}
@media only screen and (max-width:1300px) and (min-width:0) {
	.top1 .top_logo{ left:20px;}
	.top1 .top1_r{ right:0px;}
	.nav{ right:50px;}
}

/*index*/
.h120{ height:120px;}
.h100{ height:100px;}
.h80{ height:80px;}
.h70{ height:70px;}
.h60{ height:60px;}
.h50{ height:50px;}
.h40{ height:40px;}
.h30{ height:30px;}
.h20{ height:20px;}

.banner-container img{ display:block; width:100%;/* height:800px; object-fit: cover;*/}
.banner-pagination{ position:absolute; left:0; bottom:20px !important; width:100%; text-align:center; z-index:2;}
.banner-pagination .swiper-pagination-bullet{ width:9px; height:6px; background:#fff; opacity:1; border-radius:0; margin:0 5px !important; transition:all 0.3s;}
.banner-pagination .swiper-pagination-bullet-active{ background:#23527c; width:42px;}

.i_title1{ font-size:50px; color:#333333; line-height:90px; position:relative; text-align:center; font-weight:bold; text-transform:uppercase;}
.i_title1:after{content: "";width:56px;height: 6px;background: #23527c;position: absolute;left: 50%;bottom:0px;transition: all 0.3s; margin-left:-28px;}

.i_d1_list1_c{ background:#efefef; padding:25px 0px 20px 0px;}
.i_d1_list1{}
.i_d1_list1 li{ box-sizing:border-box;}
.i_d1_list1 li .ico{ width:106px; height:106px; text-align:center; line-height:106px; background:#23527c; border-radius:50%; margin:0 auto;}
.i_d1_list1 li .txt{ width:140px; font-size:15px; color:#333333; line-height:25px; padding-top:10px; text-align:center; margin:0 auto; transition:all 0.3s;}
.i_d1_list1 li.on .txt,
.i_d1_list1 li:hover .txt{ color:#23527c;}
{ color:#23527c;}
.i_d1_list1 li:hover .xz img{transform: rotateY(360deg)}

.i_d1_list2 li{ float:left; width:32%; margin-left:2%;}
.i_d1_list2 li img{ width:100%; height:309px; object-fit: cover;}
.i_d1_list2 li:nth-child(5n+1){ margin-left:0;}
.i_d1_list2 li:nth-child(5n+4),
.i_d1_list2 li:nth-child(5n+5){ margin-top:27px;}
.i_d1_list2 li:nth-child(5n+1) img{ width:100%; height:645px; object-fit: cover;}
a.i_d1_more{ display:block; width:170px; height:46px; background:#23527c; border-radius:25px; margin:0 auto; line-height:46px; text-align:center; font-size:24px; color:#ffffff; border:#23527c 2px solid; transition:all 0.3s;}
a.i_d1_more:hover{ background:#fff; color:#23527c;}

.i_d2{ background:#efefef;}

.i_d2_c{ position:relative;}
.i_d2_c_box1{ position:relative;}
.i_d2_c_list .swiper-slide {
	  /*transition: 300ms;*/
	  overflow:hidden;
	  transform: scale(0.9);
	  z-index:3;
	  background:#fff;
}
.i_d2_c_list .swiper-slide-active{ transform: scale(1); z-index:9;}
.i_d2_c_list .swiper-slide img{ /*opacity:0.5;*/}
.i_d2_c_list .swiper-slide-active img{ opacity:1;}
/*.i_d2_c_list li img { width:100%; height:600px; object-fit: cover;}*/
.i_d2_c_list li .img {
  position: relative;
  padding: 31% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.i_d2_c_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.i_d2_c_list li .txt { height:130px; line-height:130px; font-size:30px; color:#222222; text-align:center; padding:0 20px;}


.i_d2_c_nav{ position:relative; padding:60px 0;}

.i_d2_c_nav .i_d2_c_prev{ position:absolute; right:100px; top:50%; margin-top:-36px; width:70px; height:70px; border:#999999 1px solid; border-radius:50%; background:url(../images/i_d2_left.png) center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s;}
.i_d2_c_nav .i_d2_c_prev:hover{ background:url(../images/i_d2_left_on.png) #23527c center no-repeat; border:#171c61 1px solid;}
.i_d2_c_nav .i_d2_c_next{ position:absolute; right:0; top:50%; margin-top:-36px; width:70px; height:70px; border:#999999 1px solid; border-radius:50%; background:url(../images/i_d2_right.png) center no-repeat; z-index:99; cursor:pointer; transition:all 0.3s;}
.i_d2_c_nav .i_d2_c_next:hover{ background:url(../images/i_d2_right_on.png) #23527c center no-repeat; border:#171c61 1px solid;}

.i_d3{ background:url(../images/i_d3_bg.jpg) top center no-repeat; height:1014px;}
.i_d3_l{ float:left; width:46%;}
.h280{ height:280px;}
.i_d3_l_title{ font-size:75px; color:#ffffff; font-weight:bold; line-height:100px; position:relative;}
.i_d3_l_title:after{content: "";width:190px; height: 3px; position: absolute; left: 0; top:50%; margin-top:-2px; background:#fff;}
.i_d3_l_txt{ font-size:28px; color:#fff; line-height:45px; margin-top:90px;}
.i_d3_r{ float:left; width:51%;}
.i_d3_r_1{ background:rgba(35,82,124,0.85); padding:80px 70px 0 70px; height:637px; overflow:hidden;}
.i_d3_r_1_title{ font-size:40px; color:#ffffff; line-height:70px;}

.i_d3_r_1_txt{ font-size:16px; color:#ffffff; line-height:28px; margin-top:10px; height:540px; overflow-x: auto;}
.i_d3_r_1_txt *{ line-height:28px;}

.i_d3_r_1_txt::-webkit-scrollbar {width:4px;height:4px;}
.i_d3_r_1_txt::-webkit-scrollbar-track {background:#f6f6f6;}
.i_d3_r_1_txt::-webkit-scrollbar-thumb {background:#CBCBCB;}

.i_d3_r_2{ background:rgba(255,255,255,0.85); padding:15px 20px 0 20px; height:282px; overflow:hidden;}
.i_d3_r_2_list li{ float:left; width:33.33%; margin-top:30px;}
.i_d3_r_2_list li .ico{ line-height:50px; text-align:center; font-size:40px; color:#23527c; font-weight:bold;}
.i_d3_r_2_list li .ico img{ position:relative; top:-3px;}
.i_d3_r_2_list li .txt{ font-size:18px; color:#23527c; line-height:25px; text-align:center;}


.i_d4_list li{ float:left; width:30%; margin-left:5%;}
.i_d4_list li:nth-child(3n+1){ margin-left:0;}
.i_d4_list li .img{ width:100%; height:292px; border-radius:10px; overflow:hidden;}
.i_d4_list li .img img{ display:block; width:100%; height:292px; object-fit: cover;}
.i_d4_list li .title{ height:50px; line-height:25px; margin-top:20px; font-size:18px; color:#333333; font-weight:bold; transition:all 0.3s;}
.i_d4_list li .txt{ height:75px; line-height:25px; margin-top:5px; font-size:14px; color:#333333; overflow:hidden;}

.i_d4_list li:hover .fd img{transform: scale(1.05)}
.i_d4_list li:hover .title{ color:#171c61;}

.footer{ background:#23527c;}
.footer1_l{ float:left; width:370px; padding-top:95px;}
.footer1_l_txt{ font-size:16px; color:#ffffff; line-height:30px; margin-top:30px;}
.footer1_l_list{ line-height:50px; margin-top:10px;}
.footer1_l_list a{ margin-left:25px;}
.footer1_l_list a:nth-child(1){ margin-left:0;}


.footer1_r{ float:right; width:700px;}
.footer1_nav{ padding:30px 0; border-bottom:#fff 1px solid; line-height:40px; font-size:14px; color:#ffffff;}
.footer1_nav a{ color:#ffffff; margin-left:62px;}
.footer1_nav a:nth-child(3n+1){ margin-left:0;}
.footer1_title{ font-size:30px; color:#ffffff; line-height:40px; font-weight:bold; margin-top:60px;}
.footer1_txt{ font-size:16px; color:#ffffff; line-height:30px; margin-top:10px;}
.footer2_txt{ border-top:#6586a4 1px solid; padding:10px 0; line-height:30px; font-size:14px; color:#fff; text-align:center;}
.footer2_txt a{ color:#fff;}



/*about*/
.n_banner_c{ position:relative;}
.n_banner{ display:block; width:100%; height:500px; object-fit: cover;}

.n_nav_list{ padding-top:20px; padding-bottom:20px; font-size:20px; color:#666666; line-height:40px; text-align:center;}
.n_nav_list a{ background:#efefef; font-size:20px; color:#333333; line-height:30px; padding:10px 40px; margin:0 30px;}
.n_nav_list a:hover,.n_nav_list a.on{ background:#23527c; color:#fff;}

.ab_d2{ background:url(../images/ab_d2_bg.jpg) #fff top center no-repeat; height:1246px;}
.ab_d2_l{ float:left; width:564px; height:1085px; background:url(../images/ab_d2_box_bg.jpg) top center no-repeat; box-sizing:border-box; padding:80px 60px 0 60px;}

.ab_d2_l_title1{ font-size:140px; color:#ffffff; font-weight:bold; line-height:160px; padding-left:25px;}
.ab_d2_l_title2{ font-size:40px; color:#ffffff; line-height:55px; padding-left:25px; margin-top:10px;}
.ab_d2_l_txt{ font-size:16px; color:#ffffff; line-height:30px; margin-top:50px;}
.ab_d2_l_txt *{ line-height:30px;}

.ab_d2_r{ float:right; width:calc(100% - 600px);}
.ab_d2_r_title{ font-size:75px; color:#23527c; font-weight:bold; line-height:80px; text-align:right;}
.ab_d2_r_txt{ font-size:28px; color:#333333; line-height:45px; text-align:right; padding-left:80px; margin-top:30px;}
.ab_d2_r_txt *{ line-height:45px;}

.ab_d3{ background:url(../images/ab_d3_bg.jpg) center no-repeat; background-size:cover;}
.ab_d3_sp{ width:100%; position:relative;
  position: relative;
  padding: 28% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.ab_d3_sp .video{ display:block; width:100%; background:#fff; height:100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
 box-sizing:border-box; border:#fff 1px solid; box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5);}
.ab_d3_sp .ab_d3_video_bt{ position:absolute; left:50%; top:50%; margin-left:-51px; margin-top:-51px; cursor:pointer;}
.ab_d3_title{ font-size:40px; color:#ffffff; font-weight:bold; line-height:50px; padding:30px 0;}


/*factory*/
.factory_list li{ float:left; width:31%; margin-left:3.5%; margin-top:60px; box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2); position:relative; top:0; transition:all 0.3s;}
.factory_list li:nth-child(3n+1){ margin-left:0;}
.factory_list li:nth-child(1),
.factory_list li:nth-child(2),
.factory_list li:nth-child(3){ margin-top:0;}
.factory_list li .img {
  position: relative;
  padding: 35% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.factory_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.factory_list li .txt{ font-size:20px; color:#333333; line-height:30px; padding:15px 0; text-align:center; transition:all 0.3s;}
.factory_list li:hover .txt{ color:#23527c;}
/*.factory_list li:hover{top: -10px;}*/

.application_d1{ background:url(../images/application_bg.jpg) center no-repeat; height:784px;}


/*news*/
.news_list li{ float:left; width:30%; margin-left:5%; margin-top:50px;}
.news_list li:nth-child(3n+1){ margin-left:0;}
.news_list li .img{ width:100%; height:292px; border-radius:10px; overflow:hidden;}
.news_list li .img img{ display:block; width:100%; height:292px; object-fit: cover;}
.news_list li .title{ height:50px; line-height:25px; margin-top:20px; font-size:18px; color:#333333; font-weight:bold; transition:all 0.3s;}
.news_list li .txt{ height:75px; line-height:25px; margin-top:5px; font-size:14px; color:#333333; overflow:hidden;}

.news_list li:hover .fd img{transform: scale(1.05)}
.news_list li:hover .title{ color:#171c61;}



/*newsinfo*/
.news_i_title1{ font-size:20px; color:#222222; line-height:40px; text-align:center; font-weight:bold;}
.news_i_title2{ font-size:14px; color:#999999; line-height:30px; text-align:center; padding-top:20px; padding-bottom:30px; border-bottom:#efefef 1px solid; margin-bottom:30px;}

.news_i_more{ border-top:#efefef 1px solid; margin-top:50px; padding-top:20px; position:relative;}
.news_i_more .li{ position:relative; padding-left:98px; height:33px; line-height:33px; font-size:14px; color:#999999; margin-top:20px;}
.news_i_more .li a{ font-size:18px; color:#999999; transition:all 0.3s;}
.news_i_more .li a:hover{ color:#333333;}
.news_i_more .li a .ico1{ position:absolute; left:0; top:0; width:75px; height:31px; border:#222222 1px solid; background:url(../images/news_i_more_ico1.png) center no-repeat; transition:all 0.3s;}
.news_i_more .li a:hover .ico1{ border:#23527c 1px solid; background:url(../images/news_i_more_ico1_on.png) #23527c center no-repeat;}
.news_i_more .li a .ico2{ position:absolute; left:0; top:0; width:75px; height:31px; border:#222222 1px solid; background:url(../images/news_i_more_ico2.png) center no-repeat; transition:all 0.3s;}
.news_i_more .li a:hover .ico2{ border:#23527c 1px solid; background:url(../images/news_i_more_ico2_on.png) #23527c center no-repeat;}
a.news_i_more_back{ position:absolute; right:0; top:40px; display:block; height:33px; line-height:33px; font-size:18px; color:#222222;}


/*lianxi*/
.lx_l{ float:left; width:50%;}
.lx_l_title{ font-size:30px; color:#23527c; font-weight:bold; line-height:50px;}
.lx_l_list li{ margin-top:70px; padding-left:70px; position:relative;}
.lx_l_list li .txt1{ font-size:20px; color:#23527c; line-height:25px; font-weight:bold;}
.lx_l_list li .txt2{ font-size:16px; color:#333333; line-height:25px;}
.lx_l_list li .txt2 *{ line-height:25px;}
.lx_l_list li .ico{ position:absolute; left:0; top:0; width:48px; height:48px; text-align:center; line-height:48px; border:#23527c 1px solid; border-radius:50%;}
.lx_l_list li .ico img{ max-width:25px; max-height:25px;}
.lx_img{ float:right; width:49%; margin-top:100px;}

.lx_ico_list{ line-height:70px;}
.lx_ico_list a{ margin-left:60px;}
.lx_ico_list a:nth-child(1){ margin-left:0;}



/*product*/
.p_list li{ float:left; width:31%; margin-left:3.5%; margin-top:60px; box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2); position:relative; top:0; transition:all 0.3s;}
.p_list li:nth-child(3n+1){ margin-left:0;}
.p_list li:nth-child(1),
.p_list li:nth-child(2),
.p_list li:nth-child(3){ margin-top:0;}
.p_list li .img {
  position: relative;
  padding: 43% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.p_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  /*object-fit: cover;*/
  object-fit: contain;
  transition: all 0.6s;
  background:#fff;
}
.p_list li .txt{ font-size:20px; color:#333333; line-height:30px; padding:15px 0; text-align:center; background:#efefef; transition:all 0.3s;}
.p_list li:hover .txt{ color:#23527c;}
/*.p_list li:hover{top: -10px;}*/


/*productinfo*/
.p_i_d1{ background:#efefef; padding:45px 120px; background:#efefef;}
.p_i_d1_img{ float:left; width:38%; height:400px; border-radius:10px; object-fit: cover;}
.p_i_d1_r{ float:right; width:50%;}
.p_i_d1_r .title{ font-size:30px; color:#23527c; font-weight:bold; line-height:40px;}
.p_i_d1_r .txt{ font-size:18px; color:#999999; line-height:35px; margin-top:40px;}
.p_i_d1_r .txt *{ line-height:35px;}

.p_i_d2_title{ font-size:30px; color:#23527c; line-height:40px; text-align:center;}

.p_i_d3_title{ font-size:30px; color:#23527c; line-height:50px; text-align:center;}
.p_i_d3_txt{ font-size:14px; color:#b1b0b0; line-height:25px; text-align:center; margin-top:15px;}
.p_i_d3_txt *{ line-height:25px;}

.lx_inp{ display:block; width:45%; height:50px; border:0; border-bottom:#666666 1px solid; font-size:18px; color:#666666; outline:none;}
.lx_bt{ display:block; width:330px; height:80px; background:#23527c; font-size:22px; color:#ffffff; margin:0 auto; border:0; cursor:pointer;}


/**/
.application_d1_list{ position:relative;}
.application_d1_list li{ float:left; width:24%; position:relative; border-radius:20px; overflow:hidden; box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.2); margin-left:1.33%; margin-top:15px;}
.application_d1_list li .img {
  position: relative;
  padding: 32% 0;
  overflow:hidden;
  box-sizing:border-box;
}
.application_d1_list li .img img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
  transition: all 0.6s;
  background:#fff;
}
.application_d1_list li .txt{ position:absolute; left:0; bottom:0; width:100%; height:46px; line-height:46px; text-align:center; background:rgb(255,255,255,0.8); font-size:18px; color:#222222;}
.application_d1_list li:nth-child(1),
.application_d1_list li:nth-child(5),
.application_d1_list li:nth-child(7){ margin-left:0;}
.application_d1_list li:nth-child(6){ margin-left:52%;}
.application_d1_list li:nth-child(1),
.application_d1_list li:nth-child(2),
.application_d1_list li:nth-child(3),
.application_d1_list li:nth-child(4){ margin-top:0;}
.application_d1_img{ position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
