@charset "utf-8";
*{box-sizing: border-box; }
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,fieldset,lengend,button,input,textarea,th,td{margin:0;padding:0;}
body,button,input,textarea{ font:12px Helvetica, Arial, "\5FAE\8F6F\96C5\9ED1",sans-serif,'Microsoft YaHei';border:none; overflow-x:hidden; }
h1{font-size: 18px; }
h2{font-size: 16px; }
h3{font-size: 14px; }
h4,h5,h6{font-size: 100%; }
small{font-size: 12px; }
img,input{vertical-align: middle; border:none; }
ul,ol,li{list-style: none; }
a{text-decoration:none;outline:none}
a:hover{text-decoration: underline;}
table{border-collapse: collapse;border-spacing: 0;}
body { background:#fff; color:#555; font-size:12px;overflow-x:hidden;}
.clear{height:1px;clear:both;margin-bottom:-1px;overflow:hidden;visibility:hidden;display:block;}
i,em{font-style: normal;}
a{color:#333;cursor:pointer;}
a:hover{text-decoration:none;}
input,button,select{font-family:'Microsoft Yahei';outline: none;font-size:14px; }
button,input[type=button]{cursor: pointer;}
textarea,button,input{outline: none;}


/*clearfix*/
.clearfix{*zoom:1}
.clearfix:before,
.clearfix:after{display:table;content:""}
.clearfix:after{clear:both}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

/* 宽度 */
.w1200{width:1200px;margin:0 auto;}
.w1400{width:1400px;margin:0 auto;}
.w1500{ width: 96%; max-width: 1500px; margin: 0 auto; }
@media all and (max-width:1460px){
	.w1400{ width:100%;padding:0 2%; }
}
@media all and (max-width:1260px){
	.w1200{ width:100%;padding:0 2%; }
}
@media all and (max-width:768px){
  .w1500{ width: 94%; }
	.w1400{ padding:0 3%; }
	.w1200{ padding:0 3%; }
}

/* 弹性布局 */
.c-flex{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.c-flex1{display: flex; flex-wrap: wrap; justify-content: space-between; align-items: stretch;}

/* 图片比例 */
.picScale{ padding-bottom: 60%; overflow: hidden; position: relative; }
.picScale img{ max-width: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); transition: all 0.5s; }
.picScale img:hover{ transform: translate(-50%,-50%) scale(1.1); }

/* 文本溢出 */
.text_clamp1{	overflow:hidden;text-overflow:ellipsis;white-space:nowrap; }
.text_clamp2{ overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical; }
.text_clamp3{ overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical; }

.swiper-container{ --swiper-theme-color: #ff6600; --swiper-navigation-color: #00ff33; --swiper-navigation-size: 30px; }

.cell_box{font-size: 0;}
.cell_box:before{content: ''; height: 100%; display: inline-block; vertical-align: middle;}
.cell_box .cell{width: 100%; display: inline-block; vertical-align: middle;}

/* PC and Moble */
.pc{ display: block; } 
.m{ display: none; }
@media (max-width: 768px) {
	.pc{ display: none; }
	.m{ display: block; }
}

/* 边距 */
.pd100{padding: 100px 0;}
.pd120{padding: 120px 0;}
.pd150{padding: 150px 0;}
@media (max-width: 1240px) {
	.pd100{padding: 70px 0;}
	.pd120{padding: 80px 0;}
	.pd150{padding: 90px 0;}
}
@media (max-width: 1024px) {
	.pd100{padding: 60px 0;}
	.pd120{padding: 70px 0;}
	.pd150{padding: 80px 0;}
}
@media (max-width: 768px) {
	.pd100{padding: 50px 0;}
	.pd120{padding: 60px 0;}
}
@media (max-width: 480px) {
	.pd100{padding: 40px 0;}
	.pd120{padding: 50px 0;}
	.pd150{padding: 50px 0;}
}

.alltime,.alltime *{-webkit-transition: all .4s cubic-bezier(.4,0,.2,1); -moz-transition: all .4s cubic-bezier(.4,0,.2,1); transition: all .4s cubic-bezier(.4,0,.2,1);}


/************** 导航栏 ***************/
.h_mart{width: 100%; height: 110px; }
.header{ width: 100%; height: 110px; background-color: #FFFFFF; box-shadow: 0 -10px 30px 5px rgba(0,0,0,0.08); position: fixed; top: 0; left: 0; z-index: 9999; }
.header .h_logo{ width: 220px; height: 110px; display: flex;flex-wrap: wrap; align-items: center; }
.header .h_logo a{display: block; width: 100%; }
.header .h_logo h1{ font-weight: normal; font-size: 0; display: block; }
.header .h_logo img{ width: 100%; }
.header .head_nav{ width: calc(100% - 220px); padding-left: 150px; padding-right: 200px; position: relative; }
.header .head_nav ul.nav_list{ height: 110px; }
.header .head_nav ul.nav_list li{ position: relative; height: 100%; width: 16.666%; }
.header .head_nav ul.nav_list li h3{ text-align: center; display: block; height: 100%; width: 100%; font-weight: normal; font-size: 20px; }
.header .head_nav ul.nav_list li h3 a{ display: block; width: 100%; height: 100%; display: flex;flex-wrap: wrap;align-items: center; justify-content: center; }
.header .head_nav ul.nav_list li.active h3 a,
.header .head_nav ul.nav_list li:hover h3 a{ font-weight: bold; }
.header .head_nav .subnav{ display: none; position: absolute; left: 0; top: 100%; width: 100%; background: rgba(0,0,0,0.6); padding: 10px 5px; }
.header .head_nav .subnav a{ display: block; text-align: center; font-size: 18px; font-weight: normal; line-height: 30px; padding:8px 0px; color: #FFFFFF;  }
.header .head_nav .subnav a:hover{ background: rgba(0,0,0,0.8);}
.header .head_nav .h_other{position: absolute; right: 0; top: 50%; transform: translateY(-50%); display: flex; flex-wrap: wrap; justify-content: space-around; align-items: center; width: 200px; }
.header .head_nav .h_other .search{display: inline-block; position: relative;}
.header .head_nav .h_other .search .icon{ width: 60px; height: 60px; background: url(../images/icon_search.png) no-repeat center; cursor: pointer;  }
.header .head_nav .h_other .language{ display: inline-block; position: relative; margin-left: 0px; }
.header .head_nav .h_other .language h5{ font-weight: bold; font-size: 18px; color: #000000; display: block; }
.header .head_nav .h_other .language h5 a{ padding-bottom: 5px; border-bottom: 2px solid #4b4b4b; display: inline-block; }
.header .head_nav .h_other .head_btn{display: none;}
@media (max-width: 1540px) {
  .h_mart{ height: 90px; }
  .header{ height: 90px; }
  .header .h_logo{ height: 90px; }
  .header .head_nav{padding-right: 150px;}
  .header .head_nav ul.nav_list{ height: 90px; }
  .header .head_nav ul.nav_list li h3{font-size: 18px;}
  .header .head_nav .subnav a{font-size: 16px; line-height: 26px;}
  .header .head_nav .h_other{width: 150px;}
}
@media (max-width: 1340px) {
  .header .h_logo{width: 180px;}
  .header .head_nav{ width: calc(100% - 180px); padding-left: 80px;padding-right: 120px;}
  .header .head_nav .h_other{width: 120px;}
  .header .head_nav .h_other .search .icon{width: 50px; height: 50px;}
  .header .head_nav .h_other .language h5{font-size: 16px;}
}
@media (max-width: 1100px) {
  .header .h_logo{width: 160px;}
  .header .h_logo h1{padding-top: 10px;}
  .header .head_nav{width: calc(100% - 160px); padding-left: 20px;padding-right: 60px; display: flex;flex-wrap: wrap;justify-content: flex-end;}
  .header .head_nav ul.nav_list{display: none;}
  .header .head_nav .h_other{position: static;transform: none;}
  .header .head_nav .h_other .head_btn{display: block;}
}
@media (max-width: 980px) {
  .h_mart{ height: 70px; }
  .header{ height: 70px; }
  .header .h_logo{width: 140px; height: 70px; }
  .header .head_nav{width: calc(100% - 140px);}
  .header .head_nav .h_other{ width: 100px; }
  .header .head_nav ul.nav_list{ height: 70px; }
}
@media (max-width: 480px) {
  .header .head_nav{padding-right: 50px;}
  .header .head_nav .h_other{ width: 70px; justify-content: space-between; }
  .header .head_nav .h_other .search .icon{ background-size: 23px; width: 40px; height: 40px;}
  .header .head_nav .h_other .language h5{ font-size: 14px;}
  .header .head_nav .h_other .language h5 a{ padding-bottom: 3px;}
}


.head_btn{cursor: pointer; position: absolute; top: 50%; right: -10px; transform: translateY(-50%); padding: 10px; }
.head_btn .menuBtn {width: 24px;height: 20px;}
.head_btn .bar1, .head_btn .bar2, .head_btn .bar3 {width: 24px;height: 3px;background-color: #222;margin: 5px 0;transition: 0.4s;}
.head_btn .bar1{ margin-top: 0; }
.head_btn.change .bar1 {transform: rotate(45deg) translate(6px, 5px); }
.head_btn.change .bar2 {opacity: 0;}
.head_btn.change .bar3 {transform: rotate(-45deg) translate(6px, -5px);}


.moble_nav{ padding-top: 140px; padding-bottom: 50px; height: 100%; width: 100%; background-color: rgba(0,0,0,0.8); position: fixed; top: 0; left: 0; z-index: 999; display: none; }
.moble_nav nav{ padding: 0 20px; height: 100%; }
.moble_nav ul{ height: 100%; overflow-y: auto; border-top: 1px solid rgba(100,100,100,0.3); }
.moble_nav ul li{  }
.moble_nav ul li span{ display: block; border-bottom: 1px solid rgba(100,100,100,0.3); overflow: hidden; }
.moble_nav ul li span.icon{ background: url(../images/icon_next1.png) no-repeat right center; background-size: 25px; padding-right: 50%; }
.moble_nav ul li span.icon.cur{ background-image: url(../images/icon_next.png);border-bottom: 1px solid rgba(219, 0, 0, 0.6);}
.moble_nav ul li span a{ padding: 18px 0; display: block; font-size: 18px; font-weight: bold; color: #FFFFFF; }
.moble_nav ul li .subnav{  border-bottom: 1px solid rgba(219, 0, 0, 0.6); padding: 6px 0 10px; display: none;}
.moble_nav ul li .subnav a{ display: block; padding: 10px 0; font-size: 16px; padding-left: 10px; color: #eeeeee;}
@media (max-width:768px){
	.moble_nav{padding-top: 130px;}
}
@media (max-width:480px){
  .moble_nav ul li span a{font-size: 16px;}
}


/* 搜索 */
.fixed_search .bg {position: fixed;top: 0;left: 0;right: 0;bottom: 0;background: rgba(0, 0, 0, 0.6);z-index: 6;opacity: 0;visibility: hidden; }
.fixed_search form {position: fixed;left: 0;right: 0;top: 110px;background: #fff;z-index: 7;padding: 0 70px;opacity: 0;visibility: hidden; }
.fixed_search form input {display: block;width: 100%;height: 70px;padding: 0 10px;font-size: 14px;color: #333; }
.fixed_search form button {position: absolute;left: 0;top: 0;width: 70px;height: 70px;background: no-repeat center;background-image: url("../images/icon-4.png");cursor: pointer;background-color: transparent; }
.fixed_search form .close {position: absolute;width: 70px;height: 70px;right: 0;top: 0;background: no-repeat center;cursor: pointer; }
.fixed_search form .close svg {width: 16px;height: 16px;position: absolute;top: 50%;left: 50%;margin: -8px 0 0 -8px; }
.fixed_search.active .bg, .fixed_search.active form {opacity: 1;visibility: visible; }
.fixed_search.down form {top: 80px; }

@media (max-width: 1540px) {
  .fixed_search form{ top: 90px;}
}
@media (max-width: 980px) {
  .fixed_search form{ top: 70px;}
}



/*footer*/
footer {
    background: #222222;
    padding: 85px 0px 20px;
}

.g_fttop {
    padding: 0 0 42px;
    border-bottom: 1px solid rgba(85, 87, 96, .5);
}

.g_fttopflnr {
    margin-right: 16px;
    background: #242424;

}

.g_fttopflnr a {
    display: block;
    position: relative;
}

.g_fttopfltu {
    width: 316px;
}

.g_fttopflnr img {
    width: 100%;
    transition: all .36s ease;
}

.g_fttopwz {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    width: 100%;
    padding: 0 32px;
}

.g_fttopwzfl {
    width: 40px;
}

.g_fttopwzfl img {
    width: 100%;
}

.g_fttopwzfr {
    width: calc(100% - 40px);
    padding-left: 24px;
}

.g_fttopwzfr {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    line-height: 40px;
}

.g_fttopewm {
    display: none;
    position: absolute;
    top: -34px;
    left: -106px;
}

.g_fttopfricon {
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background: #5c5c5c;
    position: relative;
    cursor: pointer;
}

.g_fttopewm2 {
    position: absolute;
    top: 7px;
    left: 7px;
}

.g_fttopsh {
    margin-left: 7px;
    position: relative;
}

.g_fttopfricon img {
    display: block;
    width: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.g_fttopfr {
    margin-top: 34px;
}


.g_ftbots {
    padding-top: 78px;
}

.g_ftlogo {
    width: 183px;
    margin-bottom: 40px;
}

.g_ftlogo img {
    width: 100%;
}

.g_ftbotadnr {
    margin-bottom: 6px;
}

.g_ftbotad1 {
    width: 26px;
}

.g_ftbotad1 img {
    width: 100%;
}

.g_ftbotadnr p {
    width: calc(100% - 27px);
    padding-left: 4px;
    color: rgba(255, 255, 255, .5);
    font-size: 16px;
    line-height: 34px;
}

.g_ftbotsfl {
    width: 460px;
}

.g_ftnav {
    width: calc(100% - 460px);
    padding-left: 140px;
}

.g_ftnavfl {
    width: 20%;
    padding: 0 60px;
}

.g_ftnavb {
    margin: 0 -60px;
}

.g_ftnavfl h5 a {
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.75;
}

.g_ftnavfl li { margin-top: 10px;}
.g_ftnavfl li a {
    color: rgba(255, 255, 255, .6);
    font-size: 14px;
    line-height: 1.75;
}

.g_ftbotx {
    margin-top: 65px;
}

.g_ftbotxfl a,
.g_ftbotxfl p {
    color: rgba(255, 255, 255, .2);
    font-size: 14px;
    line-height: 1.5;
    transition: all .36s;
}

.g_fttopfltu img {
    opacity: 0;
}

/*鼠标效果*/
@media screen and (min-width: 1200px) {
  .g_fttopflnr:hover .g_fttopfltu img {
      opacity: 0;
  }
  .g_fttopflnr:hover .g_fttopfltu{
    background-color: #555;
  }
  .g_ftbotxfl a:hover {
      color: #fff;
  }
  .g_fttopsh:hover .g_fttopewm {
      opacity: 1;
  }
}

.g_fttopfricon{
    background: #fff;
}

.g_ftbotxfl:nth-last-of-type(2)::before{
    display: none;
}


.g_fttopewm2 {
    width: 100%;
    top: 0px;
    left: 0px;
}
.g_fttopewm {
    width: 100px;
    top: 50%;
    transform: translateY(-50%);
}

.g_ftnavfl{
    width: 16.666667%;
    padding: 0 20px;
}
.g_ftnavb {
    margin: 0 -20px;
}
.g_ftnavfl:first-of-type{
    width: 33.333333%;
}
.g_ftnavfl:first-of-type li:nth-of-type(2n-1){
    width: 40%;
}
.g_ftnavfl:first-of-type li:nth-of-type(2n){
    width: 60%;
}
.g_ftnavfl:first-of-type li{
    padding: 0 10px;
    float: left;
}
.g_ftnavfl:first-of-type ul{
    position: relative;
    margin: 0 -10px;
}
.g_ftnavfl:first-of-type ul::after {
    display: block;
    clear: both;
    height: 0;
    content: '';
}

.t_ftboxrg{
    margin-left: 34px;
}
.t_ftboxrg{
    position: relative;
}
.t_ftboxrg::before{
    content: '';
    width: 1px;
    height: 18px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -18px;
    background: rgba(255,255,255,.2);
}
.t_contan{
    cursor: pointer;
}

@media screen and (max-width: 1919px){
  .g_ftnavfl {
    padding: 0 30px;
  }
  .g_ftnavb {
    margin: 0 -30px;
  }
  .g_ftnavfl {
    padding: 0 10px;
  }
  .g_ftnavb {
    margin: 0 -10px;
  }
  .g_ftnav {
    padding-left: 110px;
  }
}
@media screen and (max-width: 1680px) {
  
  	.g_ftnavfl {
  		padding: 0 20px;
  	}
  
  	.g_nyflul3 li a {
  		font-size: 18px;
  	}
  
  	.g_ftnavb {
  		margin: 0 -20px;
  	}
  
  	.g_ftnav {
  		padding-left: 170px;
  	}
    
    .g_ftnav {
      padding-left: 40px;
    }
    .g_ftnavfl {
      padding: 0 5px;
    }
    .g_ftnavb {
      margin: 0 -5px;
    }
    .g_ftnavfl:first-of-type li {
      padding: 0 5px;
    }
    .g_ftnavfl:first-of-type ul{
      margin: 0 -5px;
    }
}
@media screen and (max-width: 1560px) {
  .g_fttopfltu {
    width: 300px;
  }
  .g_ftnav {
    padding-left: 100px;
  }
  .g_ftnav {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1440px) {
  
  .g_fttopfltu {
    width: 270px;
  }

  .g_fttopfr {
    margin-top: 25px;
  }

  .g_ftnav {
    padding-left: 160px;
  }
  
  
  	footer {
  		padding: 66px 0px 20px;
  	}
  
  	.g_ftbots {
  		padding-top: 55px;
  	}
  
  	.g_ftbotx {
  		margin-top: 35px;
  	}
    
    
    .g_ftnav {
      padding-left: 40px;
    }
    
}
@media screen and (max-width: 1366px) {
  .g_ftnav {
    padding-left: 140px;
  }
  
  .g_ftnavfl {
    padding: 0 12px;
  }
  .g_ftnavb {
    margin: 0 -12px;
  }
  /* helen end */
  .g_ftnav {
    padding-left: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .g_fttopwzfr {
    font-size: 16px;
  }

  .g_ftbotadnr p {
    font-size: 14px;
  }

  .g_ftnav {
    padding-left: 54px;
  }

  .g_nybanwz p {
    font-size: 28px;
  }

  .g_ftnavfl h5 a {
    font-size: 16px;
  }

  .g_ftbotsfl {
    width: 365px;
  }

  .g_ftnav {
    width: calc(100% - 365px);
  }

  .g_ftnavfl {
    padding: 0 15px;
  }

  .g_ftnavb {
    margin: 0 -15px;
  }
  
	.g_fttopwzfl {
		width: 26px;
	}
	.g_fttopwzfr {
		line-height: 26px;
		font-size: 14px;
    padding-left: 15px;
    width: calc(100% - 26px);
	}
}
@media screen and (max-width: 1240px) {
  footer {
    padding: 60px 0px 20px;
  }

  .g_fttopfltu {
    width: 228px;
  }

  .g_fttopfr {
    margin-top: 15px;
  }

  .g_ftbotxfl a,
  .g_ftbotxfl p {
    font-size: 12px;
  }

  .g_fttopfricon {
    width: 27px;
    height: 27px;
  }
  .g_ftnavfl {
    padding: 0px 3px;
  }
  .g_ftnavb {
    margin: 0 -3px;
  }
  .g_ftnav {
    padding-left: 10px;
  }
}
@media screen and (max-width: 1024px) {
  
  .g_ftbotsfl {
    width: 280px;
  }

  .g_ftnav {
    width: calc(100% - 280px);
  }
	.g_fttopsh .g_fttopewm {
		transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		/* IE 9 */
		-moz-transform: rotate(90deg);
		/* Firefox */
		-webkit-transform: rotate(90deg);
		/* Safari 和 Chrome */
		-o-transform: rotate(90deg);
		/* Opera */
		bottom: 40px;
		top: inherit;
		/* opacity: 0; */
		/* display: none; */
		left: -39px;
		box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
		z-index: 100;
	}

	.g_fttopsh.on .g_fttopewm {
		opacity: 1;
	}
  
  
  .g_ftnavfl {
    padding: 0 5px;
  }
  .g_ftnavb {
    margin: 0 -5px;
  }
  .g_b3sec1nr {
    padding: 35px 15px;
  }
  .am_d1_fr1lbr {
    width: 100%;
  }
  .g_fttopsh .g_fttopewm{
    left: 50%;
    transform: translateX(-50%);
  }
  .g_fttopsh:last-of-type .g_fttopewm {
    left: auto;
    transform: translateX(0);
    right: 0;
  }
  .g_fttopewm1{
    display: none;
  }
  .g_fttopewm2 {
    position: relative;
    padding: 0;
  }
}
@media screen and (max-width: 950px) {
  
  .g_fttopwzfr {
    font-size: 14px;
    padding-left: 14px;
    line-height: 20px;
  }

  .g_fttopwzfl {
    width: 20px;
  }

  .g_fttopwz {
    padding: 0 22px;
  }

  footer {
    padding: 40px 0px 20px;
  }

  .g_fttopfltu {
    width: 200px;
  }

  .g_b2sec3 {
    height: 100px;
  }

  .g_b2sec3bj {
    width: 59px;
  }

  .g_ftnav {
    display: none;
  }

  .g_ftbotsfl {
    width: 100%;
  }

  .g_fttop {
    padding: 0 0 25px;
  }

  .g_ftbots {
    padding-top: 39px;
  }

  .g_ftlogo {
    width: 120px;
  }

  .g_ftlogo {
    margin-bottom: 22px;
  }

  .g_ftbotadnr {
    margin-bottom: 10px;
  }

  .g_ftbotx {
    margin-top: 15px;
  }

  .g_fttopfltu {
    width: 180px;
  }
  .g_fttopfr {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .g_fttopfltu {
    width: 177px;
  }

  .g_fttopfricon {
    width: 24px;
    height: 24px;
  }

	.g_fttopewm {
		width: 80px;
	}

	.g_fttopewm img {
		width: 100%;
	}

	.g_fttopewm2 {
		padding: 10px;
	}

	.g_fttopewm2 {
		top: -3px;
		left: -3px;
	}

	.g_fttopsh .g_fttopewm {
		bottom: 32px;
		left: -27px;
	}

	.g_fttopsh .g_fttopewm {
		left: 50%;
	}
	.g_fttopewm2 {
		top: 0;
		left: 0;
	}
	.g_fttopewm2 {
		padding: 0;
	}
  
  .g_ftbotad1{width: 20px;}
  .g_ftbotadnr p{line-height: 26px;}
}
@media screen and (max-width: 450px) {

  .g_fttopflnr {
    margin-bottom: 15px;
    margin-right: 0;
    width: 33.33%;
  }
  
  .g_fttopwz{ padding: 0 5px; }
  .g_fttopwzfr{padding-left: 5px;}
  .g_fttopfltu{width: 100%;}
  

  .g_fttopfr {
    float: left;
  }

  .g_ftbotxfl {
    float: left;
    margin-bottom: 5px;
  }
  
  footer {
    padding: 34px 0px 20px;
  }

  .g_fttopfr {
    margin-top: 8px;
  }

  .g_ftbots {
    padding-top: 27px;
  }

  .g_ftlogo {
    margin-bottom: 17px;
  }

  .g_ftbotadnr {
    margin-bottom: 8px;
  }

  .g_ftbotx {
    margin-top: 6px;
  }

  footer {
    padding: 36px 0px 12px;
  }

	.g_fttopsh:last-of-type .g_fttopewm {
		left: 50%;
		transform: translateX(-50%);
	}
	.g_fttopsh:first-of-type .g_fttopewm {
		left: 0;
		transform: translateX(0);
	}
}