﻿@charset "utf-8";
.banner{ width:100%;  position:relative; overflow:hidden}
.banner .swiper01 { width:100%; overflow:hidden; }
.banner .swiper01 .swiper-slide{ width:100%;   overflow:hidden; position:relative;   background:#fff}
.banner .swiper01 .swiper-slide a{ display:block; width:100%; }
.banner .swiper01 .swiper-slide>img{ width:100%;}
.banner .swiper01 img.img1{ display:block; width:100%;  }
.banner .swiper01 img.img2{ display:none; width:100%;}
.banner .swiper01 .item{ width:100%; position:absolute; left:0; top:50%; transform:translateY(-50%); color:#fff; z-index:2}
.banner .swiper01 .item .title{ font-size:56px; line-height:1; font-weight:bold}
.banner .swiper01 .item .intro{ font-size:30px; margin-top:25px}
.banner .swiper01 .item .more{display:flex; align-items: center; justify-content: center; width:145px; height:50px; margin-top:20px; font-size:16px; color:#fff; box-sizing:border-box; border:1px solid rgba(255,255,255,0.3); margin-top:50px}
.banner .swiper01  .pagination01{ width:100%; position:absolute; text-align:center; font-size:0; left:0; bottom:5%; z-index:2; font-size:0}
.banner .swiper01 .pagination01 span{ width:36px; height:4px; background:#929aa6; opacity:1; border-radius:0; padding:0; margin:0 4px;}
.banner .swiper01 .pagination01 span.swiper-pagination-bullet-active{ background:#fff}
.banner .prev01{ background:url(prev.png) center center no-repeat; background-size:100%; width:32px; height:58px; position:absolute; left:2.5%; top:50%; transform:translateY(-50%); z-index:2; cursor:pointer}
.banner .next01{ background:url(next.png) center center no-repeat; background-size:100%; width:32px; height:58px; position:absolute; right:2.5%; top:50%; transform:translateY(-50%); z-index:2; cursor:pointer}
.banner .swiper01 .item .nr{ top:150px; opacity:0; transition:all 0.5s; position:relative}
.banner .swiper01 .swiper-slide-active .item .nr{ top:0; opacity:1}

@media (max-width: 1600px){
	.banner .swiper01 .item .title{ font-size:42px; }
	.banner .swiper01 .item .intro{ font-size:22px; margin-top:20px}
	.banner .swiper01 .item .more{ width:125px; height:40px; font-size:14px; margin-top:40px}
	.banner .prev01{ width:22px}
	.banner .next01{ width:22px}
	.banner .swiper01  .pagination01{ }

}
@media (max-width: 1200px){
	.banner .swiper01 .item .title{ font-size:32px; }
	.banner .swiper01 .item .intro{ font-size:16px; }
	.banner .swiper01 .item .more{ width:110px; height:32px; font-size:12px; }
	.banner .prev01{ width:16px; left:1%}
	.banner .next01{ width:16px; right:1%}	
	.banner .swiper01  .pagination01{ }
}
@media (max-width: 750px){
	.banner .swiper01 img.img2{ display:block; width:100%;}
	.banner .swiper01 img.img1{ display:none; width:100%;}
	.banner .swiper01 .item .title{ font-size:20px; }
	.banner .swiper01 .item .intro{ font-size:14px; }
	.banner .swiper01 .item .more{ width:100px; height:30px; }
	.banner .prev01{ width:10px; left:1%}
	.banner .next01{ width:10px; right:1%}	
	.banner .swiper01 .pagination01{ text-align:center}
	.banner .swiper01 .pagination01 span{ width:20px; height:3px}	
	.banner .swiper01 .pagination01 span.swiper-pagination-bullet-active{  }
}



.gcon_2{ margin-top:70px}
.ihd .en{ background:url(g_20.png) left center no-repeat; padding-left:65px; font-size:16px; color:#999999; line-height:1}
.ihd .cn{ font-size:48px; color:#333333; font-weight:bold; line-height:1; margin-top:25px}
.gcon_2 .ibd{ margin-top:50px; display:flex; flex-wrap: wrap;}
.gcon_2 .ibd .item{ width:23.5%;  margin-right:2%; box-sizing:border-box; margin-bottom:2%; text-align:center}
.gcon_2 .ibd .item:nth-child(4n){ margin-right:0}
.gcon_2 .ibd .item:nth-child(n+4){ margin-bottom:0}
.gcon_2 .ibd .item a{ display:block; width:100%; box-sizing:border-box; border:1px solid #d2d2d2}
.gcon_2 .ibd .item a .pic{ width:100%; text-align:center; overflow:hidden}
.gcon_2 .ibd .item a .pic img{ width:100% ;transition:All 0.4s linear;    -webkit-transition:All 0.4s linear;    -moz-transition:All 0.4s linear;    -o-transition:All 0.4s linear;}
.gcon_2 .ibd .item:hover a .pic img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scale(1.1);}
.gcon_2 .ibd .item a .title{ padding:20px 0 50px; font-size:24px; color:#1a1a1a; line-height:1; position:relative}
.gcon_2 .ibd .item:hover a{ border:1px solid #fb1e1e}
.gcon_2 .ibd .item:hover a .title:after{ content:""; display:block; width:50px; height:5px; background:#fb1e1e; position:absolute; left:calc(50% - 25px); bottom:25px}
.gcon_2 .ifd{ margin-top:50px}
.gcon_2 .ifd .more a{ display:flex; align-items: center; justify-content: center; width:217px; height:48px; color:#fff; font-size:18px; text-align:center; background:url(g_07.png) center center no-repeat; background-size:100% 100%; margin:0 auto}
.gcon_2 .ifd .intro{ text-align:center; font-size:18px; color:rgba(38,38,38,0.77); margin-top:20px; line-height:1}
@media (max-width: 1600px){
	.gcon_2{ margin-top:60px}
	.ihd .en{ background-size:45px 3px; padding-left:55px; font-size:14px; }
	.ihd .cn{ font-size:36px; margin-top:20px}
	.gcon_2 .ibd{ margin-top:40px;}
	.gcon_2 .ibd .item a .title{ padding:20px 0 40px; font-size:20px; }
	.gcon_2 .ibd .item:hover a .title:after{ width:40px; height:4px; left:calc(50% - 20px); bottom:20px}
	.gcon_2 .ifd{ margin-top:40px}
	.gcon_2 .ifd .more a{ width:180px; height:40px; font-size:16px; }
	.gcon_2 .ifd .intro{ font-size:16px;  margin-top:15px; }
}
@media (max-width: 1200px){
	.gcon_2{ margin-top:50px}
	.ihd .en{ background-size:35px 2px; padding-left:45px; font-size:12px; }
	.ihd .cn{ font-size:28px; margin-top:16px}
	.gcon_2 .ibd{ margin-top:30px;}
	.gcon_2 .ibd .item a .title{ padding:15px 0 30px; font-size:16px; }
	.gcon_2 .ibd .item:hover a .title:after{ width:30px; height:2px; left:calc(50% - 15px); bottom:16px}
	.gcon_2 .ifd{ margin-top:30px}
	.gcon_2 .ifd .more a{ width:150px; height:36px; font-size:14px; }
	.gcon_2 .ifd .intro{ font-size:14px;  margin-top:12px; }
}
@media (max-width: 750px){
	.gcon_2{ margin-top:40px}
	.ihd .en{ background-size:30px 2px; padding-left:40px;  }
	.ihd .cn{ font-size:20px; margin-top:12px}
	.gcon_2 .ibd{ margin-top:20px;}
	.gcon_2 .ibd .item{ width:48.5%; margin-right:3%; margin-bottom:3%}
	.gcon_2 .ibd .item:nth-child(2n){ margin-right:0}
	.gcon_2 .ibd .item:nth-child(n+4){ margin-bottom:3%}
	.gcon_2 .ibd .item:nth-child(n+6){ margin-bottom:0}
	.gcon_2 .ibd .item a .title{ padding:15px 0 30px; font-size:14px; }
	.gcon_2 .ibd .item a .title:after{content:""; display:block;   background:#fb1e1e; position:absolute; width:30px; height:2px; left:calc(50% - 15px); bottom:16px}
	.gcon_2 .ifd{ margin-top:30px}
	.gcon_2 .ifd .more a{ width:150px; height:36px; font-size:14px; }
	.gcon_2 .ifd .intro{ font-size:14px;  margin-top:12px; }
}


.gcon_3{ margin-top:70px}
.gcon_3 .ibd{ margin-top:50px; display:flex; justify-content: space-between;}
.gcon_3 .ibd .item{ width:32%;  box-sizing:border-box; margin-bottom:2%;}
.gcon_3 .ibd .item a{ display:block; width:100%; box-sizing:border-box; position:relative; overflow:hidden; border-radius:20px}
.gcon_3 .ibd .item a .pic{ width:100%; text-align:center; overflow:hidden}
.gcon_3 .ibd .item a .pic img{ width:100% ;transition:All 0.4s linear;    -webkit-transition:All 0.4s linear;    -moz-transition:All 0.4s linear;    -o-transition:All 0.4s linear;}
.gcon_3 .ibd .item:hover a .pic img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scale(1.1);}
.gcon_3 .ibd .item a .cont{ position:absolute; width:100%; box-sizing:border-box; padding:50px 32px; z-index:2; top:0; left:0; z-index:2}
.gcon_3 .ibd .item a .cont .title{ font-size:24px; color:#000000; line-height:1}
.gcon_3 .ibd .item a .cont .more{ font-size:16px; color:#fa0000; line-height:1; margin-top:25px}
@media (max-width: 1600px){
	.gcon_3{ margin-top:60px}
	.gcon_3 .ibd{ margin-top:40px; }
	.gcon_3 .ibd .item a .cont{ padding:40px 30px; }
	.gcon_3 .ibd .item a .cont .title{ font-size:20px; }
	.gcon_3 .ibd .item a .cont .more{ font-size:14px; margin-top:20px}
}
@media (max-width: 1200px){
	.gcon_3{ margin-top:50px}
	.gcon_3 .ibd{ margin-top:30px; }
	.gcon_3 .ibd .item a{ border-radius:15px}
	.gcon_3 .ibd .item a .cont{ padding:30px 20px; }
	.gcon_3 .ibd .item a .cont .title{ font-size:18px; }
	.gcon_3 .ibd .item a .cont .more{ font-size:12px; margin-top:16px}
}
@media (max-width: 750px){
	.gcon_3{ margin-top:40px}
	.gcon_3 .ibd{ margin-top:20px; display:block }
	.gcon_3 .ibd .item{ width:100%; margin-bottom:15px}
}

.gcon_4{ width:100%; margin-top:70px; padding:70px 0; background:#f8f8f8}
.gcon_4 .ibd{ margin-top:60px; display:flex}
.gcon_4 .ibd .lt{ width:915px; box-sizing:border-box; padding-right:55px; border-right:1px solid #e2e2e2}
.gcon_4 .ibd .lt .item a{ display:flex;justify-content: space-between; align-items: center; width:100%}
.gcon_4 .ibd .lt .item a .pic{ width:325px;}
.gcon_4 .ibd .lt .item a .pic i{ overflow:hidden; border-radius:20px; position:relative; padding-bottom:68%; display:block; width:100%; height:0}
.gcon_4 .ibd .lt .item a .pic img{ width:100% ; height:100%; position:absolute; left:0; top:0; object-fit:cover;transition:All 0.4s linear;    -webkit-transition:All 0.4s linear;    -moz-transition:All 0.4s linear;    -o-transition:All 0.4s linear;}
.gcon_4 .ibd .lt .item:hover a .pic img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scale(1.1);}
.gcon_4 .ibd .lt .item a .cont{ width:calc(100% - 325px); padding-left:35px; box-sizing:border-box}
.gcon_4 .ibd .lt .item a .cont .title{ font-size:20px; color:#333333; text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.gcon_4 .ibd .lt .item a .cont .intro{ font-size:16px; color:#666666; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; line-height:30px; margin-top:25px}
.gcon_4 .ibd .lt .item a .cont .more{ margin-top:50px; display:flex;justify-content: space-between; align-items: center;}
.gcon_4 .ibd .lt .item a .cont .more .t{ font-size:16px; color:#777777}
.gcon_4 .ibd .lt .item a .cont .more .m{ font-size:14px; color:#a0a0a0; background:url(g_12.png) right center no-repeat; padding-right:50px}
.gcon_4 .ibd .lt .item:hover a .cont .more .m{ background:url(g_13.png) right center no-repeat; }
.gcon_4 .ibd .lt .item:hover a .cont .title{ font-weight:bold; color:#000}
.gcon_4 .ibd .lt .item{ border-bottom:1px solid #e2e2e2; position:relative; padding:40px 0}
.gcon_4 .ibd .lt .item:nth-child(1){ padding-top:0}
.gcon_4 .ibd .lt .item:after{ content:""; display:block; width:0%; height:3px; background:#fa0000; position:absolute; left:0; bottom:-2px; transition:all 0.5s}
.gcon_4 .ibd .lt .item:hover:after{ width:70%}
.gcon_4 .ibd .rt{ width:calc(100% - 915px); box-sizing:border-box; padding-left:60px}
.gcon_4 .ibd .rt .item{ width:100%;  border-radius:20px; overflow:hidden}
.gcon_4 .ibd .rt .item a .pic{ width:100%; overflow:hidden;}
.gcon_4 .ibd .rt .item a .pic img{ width:100% ;transition:All 0.4s linear;    -webkit-transition:All 0.4s linear;    -moz-transition:All 0.4s linear;    -o-transition:All 0.4s linear;}
.gcon_4 .ibd .rt .item:hover a .pic img{transform:scale(1.1);    -webkit-transform:scale(1.1);    -moz-transform:scale(1.1);    -o-transform:scale(1.1);    -ms-transform:scale(1.1);}
.gcon_4 .ibd .rt .item a .cont{ width:100%; padding:30px; background:#fff; box-sizing:border-box}
.gcon_4 .ibd .rt .item a .cont .title{ font-size:20px; color:#333333; text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}
.gcon_4 .ibd .rt .item a .cont .intro{ font-size:16px; color:#666666; overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2; line-height:30px; margin-top:16px}
.gcon_4 .ibd .rt .item a .cont .more{ margin-top:26px; display:flex;justify-content: space-between; align-items: center;}
.gcon_4 .ibd .rt .item a .cont .more .t{ font-size:16px; color:#777777}
.gcon_4 .ibd .rt .item a .cont .more .m{ font-size:14px; color:#a0a0a0; background:url(g_12.png) right center no-repeat; padding-right:50px}
.gcon_4 .ibd .rt .item:hover a .cont .more .m{ background:url(g_13.png) right center no-repeat; }
.gcon_4 .ibd .rt .item:hover a .cont .title{ font-weight:bold; color:#000}
@media (max-width: 1600px){
	.gcon_4{ margin-top:60px; padding:60px 0; }
	.gcon_4 .ibd{ margin-top:40px;}
	.gcon_4 .ibd .lt{ width:750px; padding-right:50px; }
	.gcon_4 .ibd .lt .item a .pic{ width:250px;}
	.gcon_4 .ibd .lt .item a .pic i{ border-radius:15px}
	.gcon_4 .ibd .lt .item a .cont{ width:calc(100% - 250px); padding-left:30px; }
	.gcon_4 .ibd .lt .item a .cont .title{ font-size:18px }
	.gcon_4 .ibd .lt .item a .cont .intro{ font-size:14px; line-height:25px; margin-top:20px}
	.gcon_4 .ibd .lt .item a .cont .more{ margin-top:30px; }
	.gcon_4 .ibd .lt .item a .cont .more .t{ font-size:14px; }
	.gcon_4 .ibd .lt .item a .cont .more .m{ font-size:12px; padding-right:40px; background-size:20px 6px}
	.gcon_4 .ibd .lt .item:hover a .cont .more .m{ background-size:20px 6px }
	.gcon_4 .ibd .lt .item{ padding:30px 0}
	.gcon_4 .ibd .rt{ width:calc(100% - 750px); padding-left:50px}
	.gcon_4 .ibd .rt .item{ border-radius:15px; }
	.gcon_4 .ibd .rt .item a .cont{ padding:25px; }
	.gcon_4 .ibd .rt .item a .cont .title{ font-size:18px; }
	.gcon_4 .ibd .rt .item a .cont .intro{ font-size:14px; line-height:25px; margin-top:15px}
	.gcon_4 .ibd .rt .item a .cont .more{ margin-top:25px; }
	.gcon_4 .ibd .rt .item a .cont .more .t{ font-size:14px}
	.gcon_4 .ibd .rt .item a .cont .more .m{ font-size:12px; background-size:20px 6px; padding-right:40px}
	.gcon_4 .ibd .rt .item:hover a .cont .more .m{ background-size:20px 6px }
}
@media (max-width: 1200px){
	.gcon_4{ margin-top:50px; padding:50px 0; }
	.gcon_4 .ibd{ margin-top:30px; display:block}
	.gcon_4 .ibd .lt{ width:100%; padding-right:0; border:0 }
	.gcon_4 .ibd .lt .item a .pic{ width:250px;}
	.gcon_4 .ibd .lt .item a .pic i{ border-radius:15px}
	.gcon_4 .ibd .lt .item a .cont{ width:calc(100% - 250px); padding-left:30px; }
	.gcon_4 .ibd .lt .item a .cont .title{ font-size:18px }
	.gcon_4 .ibd .lt .item a .cont .intro{ font-size:14px; line-height:25px; margin-top:20px}
	.gcon_4 .ibd .lt .item a .cont .more{ margin-top:30px; }
	.gcon_4 .ibd .lt .item a .cont .more .t{ font-size:14px; }
	.gcon_4 .ibd .lt .item a .cont .more .m{ font-size:12px; padding-right:40px; background-size:20px 6px}
	.gcon_4 .ibd .lt .item:hover a .cont .more .m{ background-size:20px 6px }
	.gcon_4 .ibd .lt .item{ padding:30px 0}
	.gcon_4 .ibd .rt{ width:100%; padding:0; border:0 }
	.gcon_4 .ibd .rt .item a{ display:flex; justify-content: space-between; align-items: center;}
	.gcon_4 .ibd .rt .item a .pic{ width:250px;}
	.gcon_4 .ibd .rt .item a .pic i{ overflow:hidden; border-radius:20px; position:relative; padding-bottom:68%; display:block; width:100%; height:0}
	.gcon_4 .ibd .rt .item a .pic img{ width:100% ; height:100%; position:absolute; left:0; top:0; object-fit:cover;}
	.gcon_4 .ibd .rt .item a .cont{ width:calc(100% - 250px); padding:0; background:none; padding-left:30px; }
	.gcon_4 .ibd .rt .item a .cont .title{ font-size:18px }
	.gcon_4 .ibd .rt .item a .cont .intro{ font-size:14px; line-height:25px; margin-top:20px}
	.gcon_4 .ibd .rt .item a .cont .more{ margin-top:30px; }
	.gcon_4 .ibd .rt .item a .cont .more .t{ font-size:14px; }
	.gcon_4 .ibd .rt .item a .cont .more .m{ font-size:12px; padding-right:40px; background-size:20px 6px}
	.gcon_4 .ibd .rt .item:hover a .cont .more .m{ background-size:20px 6px }
	.gcon_4 .ibd .rt .item{ padding:30px 0 0}
}
@media (max-width: 750px){
	.gcon_4{ margin-top:40px; padding:40px 0; }
	.gcon_4 .ibd{ margin-top:20px; display:block}
	.gcon_4 .ibd .lt .item a .pic{ width:150px;}
	.gcon_4 .ibd .lt .item a .pic i{ border-radius:5px; padding-bottom:75%}
	.gcon_4 .ibd .lt .item a .cont{ width:calc(100% - 150px); padding-left:10px; }
	.gcon_4 .ibd .lt .item a .cont .title{ font-size:16px }
	.gcon_4 .ibd .lt .item a .cont .intro{ font-size:12px; line-height:20px; margin-top:6px}
	.gcon_4 .ibd .lt .item a .cont .more{ margin-top:10px; }
	.gcon_4 .ibd .lt .item a .cont .more .t{ font-size:12px; }
	.gcon_4 .ibd .lt .item a .cont .more .m{ font-size:12px; padding-right:30px; background-size:16px 5px}
	.gcon_4 .ibd .lt .item:hover a .cont .more .m{ background-size:16px 5px }
	.gcon_4 .ibd .lt .item{ padding:20px 0;}
	.gcon_4 .ibd .rt .item a .pic{ width:150px;}
	.gcon_4 .ibd .rt .item a .pic i{ border-radius:5px; padding-bottom:75%}
	.gcon_4 .ibd .rt .item a .cont{ width:calc(100% - 150px); padding-left:10px; }
	.gcon_4 .ibd .rt .item a .cont .title{ font-size:16px }
	.gcon_4 .ibd .rt .item a .cont .intro{ font-size:12px; line-height:20px; margin-top:6px}
	.gcon_4 .ibd .rt .item a .cont .more{ margin-top:10px; }
	.gcon_4 .ibd .rt .item a .cont .more .t{ font-size:12px; }
	.gcon_4 .ibd .rt .item a .cont .more .m{ font-size:12px; padding-right:30px;background-size:16px 5px}
	.gcon_4 .ibd .rt .item:hover a .cont .more .m{ background-size:16px 5px }
	.gcon_4 .ibd .rt .item{ padding:20px 0 0;  border-radius:0}
}

.gcon_5{ margin-top:70px;}
.gcon_5 .ibd{ display:flex;justify-content: space-between; align-items: center;}
.gcon_5 .ibd .item{ position:relative; width:496px;}
.gcon_5 .ibd .item .pic{ width:100%; overflow:hidden}
.gcon_5 .ibd .item .pic img{ width:100%}
.gcon_5 .ibd .item:hover{ box-shadow:0 0 10px rgba(0,0,0,0.1)}
.gcon_5 .ibd .item .cont{ position:absolute; left:0; top:50%; width:100%; transform:translateY(-50%); text-align:center; box-sizing:border-box; padding-left:50%}
.gcon_5 .ibd .item .cont .title{ font-size:24px; color:#333333}
.gcon_5 .ibd .item .cont .more{ display:flex; align-items: center; justify-content: center; width:122px; height:30px; color:#fff; font-size:16px; background:url(g_15.png) center center no-repeat; background-size:100% 100%; margin:0 auto; margin-top:20px}
.gcon_5 .ibd .item .ewm{ position:absolute; left:0; top:0; height:100%; opacity:0; visibility:hidden; transition:all 0.5s}
.gcon_5 .ibd .item .ewm img{ height:100%; width:auto}
.gcon_5 .ibd .item.on .ewm{ visibility:visible; opacity:1}

@media (max-width: 1600px){
	.gcon_5{ margin-top:60px;}
	.gcon_5 .ibd .item{ width:380px;}
	.gcon_5 .ibd .item .cont .title{ font-size:20px; color:#333333}
	.gcon_5 .ibd .item .cont .more{ width:110px; height:26px; font-size:14px; margin-top:15px }
}
@media (max-width: 1200px){
	.gcon_5{ margin-top:50px;}
	.gcon_5 .ibd .item{ width:32%;}
	.gcon_5 .ibd .item .cont .title{ font-size:14px; color:#333333}
	.gcon_5 .ibd .item .cont .more{ width:90px; height:22px; font-size:12px; margin-top:10px }
}
@media (max-width: 750px){
	.gcon_5{ margin-top:40px;}
	.gcon_5 .ibd { display:block}
	.gcon_5 .ibd .item{ width:100%; margin-top:20px}
}

.gcon_6{ margin-top:70px; padding:115px 0; background:url(g_14.jpg) center center no-repeat; background-size:cover; color:#fff; text-align:center}
.gcon_6 .title{ font-size:36px;}
.gcon_6 .intro{ font-size:16px; margin-top:15px}
.gcon_6 .more{ display:flex; align-items: center; justify-content: center; width:217px; height:48px; color:#fff; font-size:18px; background:url(g_15.png) center center no-repeat; background-size:100% 100%; margin:0 auto; margin-top:40px}
@media (max-width: 1600px){
	.gcon_6{ margin-top:60px; padding:100px 0;}
	.gcon_6 .title{ font-size:32px;}
	.gcon_6 .more{ width:180px; height:40px; font-size:16px;  margin-top:35px}
}
@media (max-width: 1200px){
	.gcon_6{ margin-top:50px; padding:80px 0;}
	.gcon_6 .title{ font-size:28px;}
	.gcon_6 .intro{ font-size:14px; margin-top:12px}
	.gcon_6 .more{ width:160px; height:36px; font-size:14px;  margin-top:30px}
}
@media (max-width: 1200px){
	.gcon_6{ margin-top:40px; padding:60px 0;}
	.gcon_6 .title{ font-size:20px;}
	.gcon_6 .intro{ font-size:12px; }
	.gcon_6 .more{ width:140px; height:32px; font-size:12px; }
}





















































































































































































































































































