﻿div.linkmap {
 padding-left: 0;
 background: none;
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
}

.main {
 background: #F2F2F2 url(/Content/Areas/News/images/YiYuanGaiKuang/des_botBg.jpg) no-repeat center 450px;
}

.gk_box {
 padding-bottom: 170px;
}

.gk_top {
 background: url(/Content/Areas/News/images/YiYuanGaiKuang/des_topBg.png) no-repeat top center;
 height: 775px;
 box-sizing: border-box;
 padding-top: 93px;
 margin-bottom: 55px;
}

.gk_nums {
 width: 856px;
 height: 354px;
 /* background: RGBA(216, 61, 56, 0.9) url(/Content/Areas/News/images/YiYuanGaiKuang/tab_line.png) no-repeat 30px center; */
 color: #fff;
 padding: 50px 30px 0;
 box-sizing: border-box;
 position: relative;
}

.gk_nums ul li {
 float: left;
 width: 33.3%;
 font-size: 14px;
 color: rgba(255, 255, 255, 0.8);
 margin-bottom: 91px;
 text-align: center;
 position: relative;
}

.gk_nums ul li h2 {
 font-size: 36px;
 color: rgba(255, 255, 255, 1);
 margin-bottom: 15px;
}

.gk_nums ul li h2 span {
 font-size: 16px;
 font-weight: bold;
 margin-left: 5px;
}

.gk_nums ul {
 padding-left: 0;
}

.gk_nums ul li:nth-child(4),
.gk_nums ul li:nth-child(5),
.gk_nums ul li:nth-child(6) {
 margin-bottom: 0;
}

.gk_nums ul li::after {
 content: '';
 width: 152px;
 height: 152px;
 background: url(/Content/Areas/News/images/YiYuanGaiKuang/numBg.png);
 position: absolute;
 top: 50%;
 left: 50%;
 margin-left: -76px;
 transform: translateY(-50%) scale(1.1);
 opacity: 0;
 transition: all 0.5s;
 /* animation: rotates 30s linear 0s infinite both; */
}

.gk_nums ul li:hover::after {
 opacity: 1;
 transform: translateY(-50%) scale(1);
}

@keyframes rotates {
 0% {
 transform: rotate(0deg);
 }
 100% {
 transform: rotate(360deg);
 }
}

.gk_tabs ul li {
 width: 174px;
 height: 174px;
 float: left;
 background: url(/Content/Areas/News/images/YiYuanGaiKuang/tab_bg.png);
 font-size: 18px;
 text-align: center;
 margin-right: 81px;
 border-radius: 50%;
 position: relative;
 overflow: hidden;
}

.gk_tabs ul li a::after {
 content: '';
 width: 117px;
 height: 132px;
 background: url(/Content/Areas/News/images/YiYuanGaiKuang/tab_bgH2.png);
 position: absolute;
 top: 174px;
 left: 50%;
 margin-left: -57px;
 transition: all 0.2s;
}

.gk_tabs ul li a {
 display: block;
 width: 100%;
 height: 100%;
 position: relative;
}

.gk_tabs ul {
 height: 228px;
 margin-top: 80px;
 width: 100%;
}

.gk_tabs ul li img {
 height: 40px;
 display: block;
 margin: 50px auto 18px;
}

.gk_tabs ul li:nth-child(2),
.gk_tabs ul li:nth-child(4) {
 margin-top: 54px;
}

.gk_tabs ul li:nth-child(3){
 margin-top: 73px;
}

.gk_tabs ul li:nth-child(5) {
 margin-right: 0;
	margin-top: 0;
}

.gk_tabs ul li:nth-child(6) {
 display: none;
}
.gk_tabs ul li:hover,
.gk_tabs ul li.active {
 background: url(/Content/Areas/News/images/YiYuanGaiKuang/tab_bgH1.png);
 background-size: cover;
}

.gk_tabs ul li:hover img,
.gk_tabs ul li.active img {
 display: none;
}

.gk_tabs ul li:hover a,
.gk_tabs ul li.active a {
 color: #fff;
 line-height: 174px;
}

.gk_tabs ul li:hover a::after,
.gk_tabs ul li.active a::after {
 top: 72px;
}


/* 外层容器 */

.swiper {
 width: 950px;
 height: 465px;
}

.swiper-wrapper {
 height: 465px;
}


/* 轮播项 */

.card {
 width: 775px;
 overflow: hidden;
 margin: 0 auto 67px;
}

.card .swiper .swiper-slide {
 width: 465px;
 height: 465px;
 border-radius: 50%;
}

.card .swiper .swiper-slide img {
 width: 100%;
}

.card .swiper-button {
 width: 144px;
 height: 144px;
 background: #D3413D;
 position: absolute;
 right: 194px;
 top: 285px;
 border-radius: 50%;
 z-index: 9;
}

.card .swiper-button-prev:after,
.card .swiper-rtl .swiper-button-next:after {
 display: none;
}

.card .swiper-button-next:after,
.card .swiper-rtl .swiper-button-prev:after {
 display: none;
}

.card .swiper-button-prev {
 left: 30px;
}

.card .swiper-button-next {
 right: 30px;
}

.card .swiper-button-prev,
.card .swiper-button-next {
 width: 36px;
 height: 36px;
 background: url(/Content/Areas/News/images/YiYuanGaiKuang/cicle1.png);
 top: 78px;
}

h1.gk__title {
 font-size: 24px;
 color: #D3413D;
 text-align: center;
 margin-bottom: 33px;
}

.gk_content {
 font-size: 14px;
 line-height: 26px;
}

.gk_content p {
 margin-bottom: 20px;
}

.gk_content p img {
 display: none;
}

.gk_logo {
 border-top: 1px solid rgba(165, 43, 40, 0.5);
 border-bottom: 1px solid rgba(165, 43, 40, 0.5);
 margin-top: 50px;
}

img.gk_logo_left {
 float: left;
 padding-top: 100px;
 padding-bottom: 100px;
 padding-right: 47px;
 border-right: 1px solid rgba(165, 43, 40, 0.5);
 box-sizing: border-box;
}

.gk_logo_right h1 {
 font-size: 24px;
 color: #D3413D;
}

.gk_logo_right {
 float: right;
 width: 812px;
 padding-left: 45px;
 box-sizing: border-box;
}

.gk_logo_right h1 {
 font-size: 24px;
 color: #D3413D;
 text-align: center;
 margin-top: 50px;
 margin-bottom: 40px;
}

.gk_logo_right h2 {
 font-size: 14px;
 color: #333;
 text-align: center;
 margin-bottom: 30px;
}

.gk_logo_right p {
 text-indent: 2em;
 margin-bottom: 22px;
 font-size: 14px;
 color: #666;
 line-height: 26px;
}

.article_right {
 width: 1200px;
 float: none;
 margin: 0 auto;
}

.article_right .title_header {
 font-size: 24px;
 text-align: center;
 border-bottom: none;
}

.article_right .title_header>span {
 padding-bottom: 0;
 border-bottom: none;
}

.article_right ul.article_list li a {
 font-size: 16px;
}

@media screen and (max-width:768px) {
 .gk_box {
 padding-bottom: 0;
 }
 .gk_top {
 height: auto;
 margin-bottom: 0;
 padding: 10px 10px 0;
 }
 .gk_nums {
 width: 100%;
 height: auto;
 padding: 10px;
 background: RGBA(216, 61, 56, 0.9);
 overflow: hidden;
 display: none;
 }
 .gk_nums ul li {
 margin-bottom: 10px;
 min-height: 72px;
 font-size: 12px;
 }
 .gk_nums ul li h2 {
 font-size: 20px;
 margin-bottom: 10px;
 }
 .gk_nums ul li h2 span {
 font-size: 14px;
 }
 .gk_tabs ul {
 height: auto;
 margin-top: 10px;
 overflow: hidden;
 }
 .gk_tabs ul li:hover,
 .gk_tabs ul li.active {
 background: #D3413D;
 color: #fff;
 }
 .gk_tabs ul li a {
 line-height: 55px;
 }
 .gk_tabs ul li:hover a,
 .gk_tabs ul li.active a {
 color: #fff;
 line-height: 55px;
 }
 .gk_tabs ul li {
 width: 32%;
 height: 55px;
 background: #fff;
 font-size: 18px;
 margin-right: 2%;
 border-radius: 0;
 margin-bottom: 2%;
 }
 .gk_tabs ul li img,
 .gk_tabs ul li a::after {
 display: none;
 }
 .gk_tabs ul li:nth-child(2),
 .gk_tabs ul li:nth-child(5) {
 margin-top: 0;
 }
 .gk_tabs ul li:nth-child(3),
 .gk_tabs ul li:nth-child(4) {
 margin-top: 0;
 }
 .gk_tabs ul li:nth-child(3) {
 margin-right: 0;
 }
 .card {
 display: none;
 }
 .swiper {
 transform: scale(0.5);
 }
 .gk_center {
 padding: 0 10px;
 }
 h1.gk__title {
 font-size: 20px;
 margin-bottom: 15px;
 margin-top: 15px;
 }
 .gk_content p {
 margin-bottom: 10px;
 }
 .gk_logo {
 margin-top: 0;
 }
 img.gk_logo_left {
 display: none;
 }
 .gk_logo_right {
 float: none;
 width: 100%;
 padding-left: 10px;
 padding-right: 10px;
 }
 .gk_logo_right h1 {
 font-size: 20px;
 margin-top: 10px;
 margin-bottom: 10px;
 }
 .gk_logo_right h2 {
 font-size: 14px;
 margin-bottom: 10px;
 }
 .gk_logo_right p {
 margin-bottom: 10px;
 font-size: 12px;
 }
 .article_right {
 width: 100%;
 padding: 0 10px 10px;
 }
 .article_right .title_header {
 font-size: 20px;
 text-align: left;
 display: flex;
 align-items: center;
 justify-content: space-between;
 }
 .article_right ul.article_list li a {
 font-size: 14px;
 }
} 