﻿@charset "UTF-8";
.container, .container-middle, .wrap {
  margin: 0 auto;
}
@media (min-width: 1280px) {
  .wrap, .container {
    width: 1200px;
  }
}
@media (min-width: 1440px) {
  .wrap, .container {
    width: 1400px;
  }
}
@media (min-width: 1680px) {
  .wrap {
    width: 1600px;
  }
}
/*header*/
/*header*/
.Iheader_line {
	background: #1c1c1b;
}
.Iheader_line_left {
	width: 38%;
	float: left;
	font-size: 14px;
	line-height: 55px;
	height: 55px;
	color: #ffffff;
}
.Iheader_line_left span {
	padding-left: 10px;
	font-weight: normal;
}
.Iheader_line_right {
	width: 60%;
	float: right;
	text-align: right;
}
.top-c {
	display: inline-block;
	justify-content: space-between;
	text-align: right;
}
.top-c > h4 {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	line-height: 55px; text-transform:inherit;
}
.share-top {
	float: right;
	margin-top: 10px;
	margin-left: 10px;
}


.Iheader {
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  background: #FFF;
  transition: ease .5s;
}
.Iheader .logo {
  display: block;
  float: left;
  position: relative;
  z-index: 1200;
  margin: 15px 0 14px;
}
.Iheader .logo img {
  width: 100%;
}
.Iheader .logo p {
  font-size: 14px;
  line-height: 60px;
  color: #fff;
  font-weight: bold;
}
.Iheader-right {
  float: right;
}
.header-button {
  display: block;
  width: 100%;
  margin-top: 30px;
}
.header-button .button {
  margin: 0;
  color: #fff;
  background-color: #0186c2;
  line-height: 30px;
  display: block;
  padding: 10px 20px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 15px;
}
.header-button .button:hover {
  background-color: #a6c936;
  transition: ease .5s;
}
.Iheader.on {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 0 13px rgba(0, 0, 0, .1);
}
.Iheader.on .logo p, .Iheader.on .navitem > a, .Iheader.on .language-text {
  color: #333;
}
.Iheader.on .Iheader-phone {
  color: #0186c2;
}
.Iheader.on .bt-search .sub-bot {
  background-image: url(../images/icon-searcha.png);
}
.navbar {
  float: right;
  transition: ease .5s;
}
.navitem {
  float: left;
  padding: 0 30px;
}
.navitem > a {
  display: inline-block;
  font-size: 16px;
  color: #333;
  line-height: 110px;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  background: transparent;
  position: relative;
  text-transform: uppercase;
}
.navitem > a::before {
  position: absolute;
  content: "";
  width: 0px;
  height: 3px;
  background: #0186c2;
  left: 50%;
  bottom: 0%;
  transform: translateX(-50%);
  transition: ease .5s;
}
.navitem:hover > a::before, .navitem.active > a::before {
  width: 100%;
}
.navitem > a span {
  width: 0;
  height: 18px;
  display: inline-block;
  transition: ease .5s;
  opacity: 0;
  text-align: center;
  margin-right: 10px;
}
.navitem > a span img {
  display: block;
  max-width: 100%;
  margin-top: 3px;
}
.navitem.active > a span {
  width: 18px;
  opacity: 1;
}
.navitem.nav-aft {
  position: relative;
}
.navitem.nav-aft::before {
  content: "";
  position: absolute;
  width: 65px;
  height: 36px;
  background: url(../images/nav-aft_03.png)no-repeat center top;
  top: -36px;
  left: 30%;
}
.navitem {
  position: relative;
}
.dropdown-menu.single {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  /* width: auto; */
  width: 200px;
  z-index: 1100;
  background: rgba(255, 255, 255, 1);
  margin-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: max-height .5s;
  -o-transition: max-height .5s;
  transition: max-height .5s;
  border: none;
  color: #303233;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  height: auto;
  padding: 0;
  display: block;
}
.dropdown-menu.single ul {
  padding: 0px 10px;
}
.dropdown-menu.single li {
  display: block;
  font-size: 16px;
  width: 100%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-bottom: dashed 1px #e5e5e5;
  position: relative;
  text-align: center;
}
.dropdown-menu.single li:last-child {
  border-bottom: 0;
}
.dropdown-menu.single li > a {
  line-height: 47px;
  white-space: nowrap;
  display: block;
  width: 100%;
  color: #666666;
  height: auto;
  background: 0 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.dropdown-menu.single li:hover a {
  color: #0186c2;
}
.navitem:hover .dropdown-menu.single {
  max-height: 450px;
  opacity: 1;
}
/*header -end*/
.banner {
	position: relative; 
}
.banner-pic img{ width: 100%}
.banner-tit {
	position: absolute;
	left: 0;
	top: 30%;
	width: 100%;
	color: #080404; 
}
.banner-tit .cn {
	font-size: 50px;
	color: #fff;
	text-align: center;
}
.banner-tit .en {
	display: block;
	font-size: 18px;
	color: #fff; text-align: center; margin-top: 30px;}
.banner-button {
    display: block;
    width: 100%;
    margin-top: 50px; text-align: center;
}
.banner-button .button {
  margin: 0;
  color: #fff;
  background-color: #0186c2;
  line-height: 40px; height: 40px;
  padding: 10px 50px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 15px;  
}
.banner-button .button:hover {
  background-color: #000000;
  transition: ease .5s;
}

.banner-button-prev, .banner-button-next {
cbackground-image: url(data:image/svg+xml;
charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E) !important;
}
.banner .swiper-pagination-bullet {

	background: #fff;
	opacity:.5
}
.banner .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0186c2;
}
/* =====================公共按钮===================== */
.dx-btn-box {
  display: inline-block;
  margin-top: 30px;
}
.dx-btn-16 {
  font-size: 16px;
}
.dx-btn {
  line-height: 50px;
  padding: 0 80px;
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background-color: #0186c2;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
}
.dx-btn::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 126%;
  top: 0;
  width: 100%;
  height: 100%;
  transform: skewX(-60deg);
  background-color: #c10917;
  transition: ease-in-out 0.5s;
  z-index: 33;
}
.dx-btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: -126%;
  top: 0;
  width: 100%;
  height: 100%;
  transform: skewX(-60deg);
  background-color: #c10917;
  transition: ease-in-out 0.5s;
  z-index: 33;
}
.dx-btn:hover::before {
  left: 50%;
}
.dx-btn:hover::after {
  left: -50%;
}
.dx-btn:hover span {
  position: relative;
  color: #fff;
  z-index: 99;
}
/* =====================Ititle===================== */
.Ititle-tit {
  font-size: 32px;
  line-height: 80px;
  color: #222;
  text-align: center;
  text-transform: uppercase;
}
.Ititle-dec {
  font-size: 15px;
  line-height: 28px;
  color: #555;
  text-align: center;
  margin-top: 6px;
}
/* =====================Ipruduct===================== */
.Ipruduct {
  padding: 60px 0 60px; 
}
.Ipruduct_content {
  padding: 20px;
  text-align: center;
}

.Iproduct_list>li {
	padding: 0 10px;
	margin-bottom: 20px;
	text-align: center;
}
.Iproduct_list>li .box {
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}
.Iproduct_list>li:hover .box {
}
.Iproduct_list li .pic {
	position: relative;
}
.Iproduct_list li .pic img {
	width: 100%;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
.Iproduct_list li:hover .pic img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}
.Iproduct_list li .pic:before {
	background-size: 80px;
	z-index: 3;
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
}
.Iproduct_list li:hover .pic:before {
	background-color: rgba(1, 134, 194, 0.3);
}
.Iproduct_list li .picitemtit {
	height: 80px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	background: #FFF;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical; padding:10px 0;
}
.box {
	display: block;
	width: 100%;
}

/* =====================Iabout===================== */
.Iabout {
  width: 100%;
  overflow: hidden;
}
.Iabout_left, .Iabout_right {
  width: 50%;
  height: 648px;
  float: left;
  position: relative;
}
.Iabout_left {
  transition: .5s;
  left: 0;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.Iabout_left:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon-video-btn.png) no-repeat center;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.Iabout_left img {
  width: 100%;
  height: 100%;
}
.Iabout_right {
  padding: 0 10% 0 5%;
  opacity: 1;
}
.Iaboutinfo {
  transition: .5s;
}
.Iaboutinfo h2 {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 80px;
  color: #222;
  margin-top: 20px;
}
.Iaboutinfo hr {
  height: 5px;
  width: 80px;
  background: #0186c2;
}
.Iaboutinfo p {
  margin-top: 25px;
  font-size: 16px;
  color: #555;
  line-height: 28px;
}
.readbox{width: 100%;}
.Iabout .readmore {
  color: #fff;
  height: 50px;
  line-height: 50px;
  width: 250px;
  border: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #0186c2;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 6px; text-align: center;

}

.Iabout .readmore a{ display: block;

}
.Iabout .readmore:hover {
  background-color: #a6c936;
}
/*关于视频弹窗*/
.video-placholder {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.video-placholder:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/images/icon-video-btn.png) no-repeat center;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.video-placholder:hover:before {
  background-color: rgba(0, 0, 0, 0.2);
}
/* =====================ICase===================== */
.ICase {
  padding: 60px 0 60px;
}
.ICase_content {
  padding: 20px;
  text-align: center;
}
.ICaseSwiper {}
.ICaseSwiper .swiper-wrapper {
  height: inherit;
}
.ICaseSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.ICase-list > .swiper-slide {
  margin-bottom: 20px;
  text-align: center;
}
.ICase-list > .swiper-slide .box {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.ICase-list > .swiper-slide:hover .box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3)
}
.ICase-list .swiper-slide .pic {
  position: relative;
}
.ICase-list .swiper-slide .pic img {
  width: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.ICase-list .swiper-slide :hover .pic img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ICase-list .swiper-slide .pic:before {
  background-size: 60px;
  z-index: 3;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.ICase-list .swiper-slide :hover .pic:before {
  background-color: rgba(235, 82, 80, 0.5);
}
.ICase-list .swiper-slide .tit {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  color: #333;
  border: 1px solid #ddd;
  background: #FFF;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.ICase-next, .ICase-prev {
  display: none;
}
.ICaseSwiper .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.ICaseSwiper .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0186c2;
}



/* =====================IMessage===================== */
.IMessage {
  padding: 60px 0 60px;

}
.IMessage_content {
  padding: 20px;
  text-align: center;
}






.IMessage_left {
  float: left;
  width: 550px;
}

.IMessage-list>li {
	padding: 0 10px;
	margin-bottom: 20px;
	text-align: center;
}
.IMessage-list>li .box {
 -webkit-transition: .5s;
 -o-transition: .5s;
 transition: .5s;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2)
}
.IMessage-list>li:hover .box {
}
.IMessage-list li .pic {
	position: relative;
}
.IMessage-list li .pic img {
	width: 100%;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}


.IMessage-list li .tit {
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #333;
	background: #FFF;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	overflow: hidden;
	-webkit-box-orient: vertical;
}





.IMessage_right {
  float: right;
  width: 950px;
  text-align: left;
}
.IMessage_right h2 {
  text-transform: uppercase;
  font-size: 32px;
  line-height: 50px;
  color: #222;
  text-align: left;
}
.IMessage_dec{ font-size: 15px;
    line-height: 28px;
    color: #555;
    text-align: left;
    margin-top: 6px; margin-bottom: 20px;}

.IMessage-form input, .IMessage-form textarea {
  width: 100%;
  height: 50px;
  border: none;
  margin-bottom: 50px;
  border: 1px solid #dddddd;
  font-size: 16px; background: #ffffff;
}
.IMessage-form input::-webkit-input-placeholder, .IMessage-form textarea::-webkit-input-placeholder {
  color: #817F7E;
}
.IMessage-form input::-moz-placeholder, .IMessage-form textarea::-moz-placeholder {
  color: #817F7E;
}
.IMessage-form input:-ms-input-placeholder, .IMessage-form textarea:-ms-input-placeholder {
  color: #817F7E;
}
.IMessage-form input::-ms-input-placeholder, .IMessage-form textarea::-ms-input-placeholder {
  color: #817F7E;
}
.IMessage-form input::placeholder, .IMessage-form textarea::placeholder {
  color: #817F7E;
}
.IMessage-form textarea {
  height: 90px;
}
.IMessage-form button {
  color: #fff;
  height: 58px;
  width: 252px;
  border: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #0186c2;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 6px;
}
.IMessage-form button:hover {
  background-color: #a6c936;
}
/* =====================INews===================== */
.INews {
  padding: 60px 0 60px;
}
.INews_content {
  text-align: center;
  padding: 20px;
}

.Inews-menu {
  text-align: center;
  margin: 0 -10px;
  margin-top: 20px;
  font-size: 0;
}
.Inews-menu a {
  display: inline-block;
  width: 160px;
  height: 50px;
  font-size: 18px;
  text-align: center;
  line-height: 48px;
  margin: 0 10px;
  background: #dcdcdc;
  border-radius: 25px;
}
.Inews-menu a span {
  display: inline-block;
  font-size: 18px;
  color: #333;
  margin-left: 5px;
  transition: ease .5s;
}
.Inews-menu a.on {
  background-color: #ea0001;
}
.Inews-menu a.on span {
  color: #fff;
}
.inews-con1 {
  display: none;
}
.inews-con1.on {
  display: block;
}
.INewsSwiper {
  margin-top: 20px;
  margin-bottom: 20px;
  height: auto;
}
.INewsSwiper .swiper-wrapper {
  height: auto;
  margin-bottom: 20px;
}
.INewsSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.INews-list > .swiper-slide {
  text-align: center;
  height: inherit;
  padding-bottom: 30px;
}
.INews-list > .swiper-slide .box {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.INews-list > .swiper-slide:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #FFF;
}
.INews-list .swiper-slide .pic {
  position: relative;
}
.INews-list .swiper-slide .pic img {
  width: 100%;
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
.INews-list .swiper-slide :hover .pic img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}


.link_info {
  margin-top: 10px;
}
.block-date .day {
  color: #757575;
}
.block-date {
  position: relative;
}
.block-date:after {
  content: "";
  background: #0186c2;
  height: 3px;
  width: 30px;
  margin: 14px auto 13px;
  display: block;
}
.link_info h4 {
  margin: 12px 0 0;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #252525;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;
  -webkit-box-orient: vertical;
}
.blog-text {
  color: #757575;
  margin: 10px 0 17px;
  line-height: 24px;
  display: -webkit-box;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.INews-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.INews-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #0186c2;
}
.INews .readmore {
  color: #fff;
  height: 40px;
  line-height: 40px;
  width: 50%;
  border: none;
  -webkit-transition: 500ms all ease;
  transition: 500ms all ease;
  background-color: #0186c2;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 6px;
  margin: 0 auto;
}

.INews-list > .swiper-slide:hover .readmore{
  background: #a6c936;
}
/* =====================底部手机=====================*/
.footer {
  padding: 60px 0 0;
  background: #222
}
.foot_navList {}
.foot_navList ul li {
  float: left;
  width: 20%
}
.foot_navList ul li:first-child, .foot_navList ul li:last-child {
  width: 30%
}
.m_f_a {
  font-size: 16px;
  line-height: 40px;
  color: #d0d0d0;
}
.m_f_a i {
  content: "";
  background: #0186c2;
  height: 3px;
  width: 30px;
  display: block;
}
.m_s_nav {
  font-size: 15px;
  line-height: 30px;
  color: #757575;
  margin-top: 10px;
}
.m_s_nav a {
  width: 100%;
  display: block;
  font-size: 14px
}
.m_s_nav a:hover {
  color: #F00;
}
.subscribe-form {
  margin-top: 10px;
}
.form-txtemail {
  background: #f7f7f7;
  width: 80%;
  float: left;
  line-height: 50px;
  font-size: 16px;
  padding: 0px 20px;
  border: none;
  border-radius: 5px 0 0 5px;
}
.subscribe-btn {
  background: #0186c2;
  width: 20%;
  float: right;
  line-height: 50px;
  font-size: 16px;
  text-transform: uppercase;
  color: #FFF;
  border-radius: 0 5px 5px 0;
}
.copyright {
  padding: 25px 0;
  margin-top: 41px;
  border-top: 1px solid #757575;
}
.copy-content p {
  line-height: 24px;
  color: #757575;
  text-align: center;
}
/* =====================底部手机===================== */
.fix_footer {
  height: 50px;
  background-color: #0186c2;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
}
.fix_footer a {
  float: left;
  width: 25%;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.fix_footer img {
  display: inline-block;
  height: 24px;
  margin: 5px 0 0;
}
.fix_footer strong {
  color: #fff;
  font-size: 12px;
  display: block;
  height: 20px;
  line-height: 20px;
  font-weight: 400;
}
.fix_footer .tel img:nth-of-type(2) {
  position: absolute;
  left: 50%;
  margin-left: -12px;
  -webkit-animation: call 1.5s infinite;
  animation: call 1.5s infinite;
}
@-webkit-keyframes call {
  from {
    -webkit-transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(2);
    opacity: 0;
  }
}

.toolbar {
	position:fixed;
	right:5px;
	top:200px;
	z-index:99;
}
.toolbar-item{
	background:url(/images/toolbar.png) no-repeat;
}

.toolbar-item {
	display:block;
	width:52px;
	height:52px;
	margin-top:1px;
	position:relative;
	-moz-transition:background-position 1s;
	-ms-transition:background-position 1s;
	-o-moz-transition:background-position 1s;
	-webkit-moz-transition:background-position 1s;
	transition:background-position 1s;
}

.toolbar-item-whatsup {
	background-position:0 0px;
}
.toolbar-item-whatsup:hover {
	background-position:-55px 0px;
}
.toolbar-item-email {
	background-position:0 -54px;
}
.toolbar-item-email:hover {
	background-position:-55px -54px;
}

.toolbar-item-tel {
	background-position:0 -108px;
}
.toolbar-item-tel:hover {
	background-position:-55px -108px;
}
.toolbar-item-top {
	background-position:0 -162px;
}
.toolbar-item-top:hover {
	background-position:-55px -162px;
}



@media(max-width:1919px) {}
@media(max-width:1679px) {
  .navbar {
    margin-left: 50px;
  }
  .navitem {
    padding: 0 10px;
  }
  .Iabout_left, .Iabout_right {
    height: 680px;
  }
  .Iabout_right {
    padding: 0 8% 0 5%;
    opacity: 1;
  }
  .IMessage_right {
    float: right;
    width: 800px;
    text-align: left;
  }
}
@media(max-width:1439px) {
  .navbar {
    margin-left: inherit;
    float: right;
  }
  .navitem {
    padding: 0 10px;
  }
  .Iheader-right {
    display: none;
  }
  .Iabout_right {
    padding: 0 5% 0 5%;
    opacity: 1;
  }
  .IMessage_right {
    float: right;
    width: 600px;
    text-align: left;
  }
}
@media(max-width:1279px) {}
@media all and (-ms-high-contrast:none) {}