/*基础CSS*/
html {
  font-size: 14px;
  overflow-x: hidden;
}
body {
  font-family: 'Oswald', 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
}
li {
  list-style: none;
}
a {
  color: #212529
}
a:hover {
  text-decoration: none;
}
p, dl, dt, dd, ul {
  margin: 0px;
  padding: 0px;
}
.red {
  color: red;
}
a.button-cmg-blue, .button-cmgblue {
  border: none;
  font-family: inherit;
  font-size: inherit;
  color: #fff !important;
  background: #06C;
  cursor: pointer;
  padding: 12px 35px;
  display: inline-block;
  outline: none;
  font-size: 12px;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-weight: bold;
  -webkit-transition: none;
  transition: none;
}
a.button-cmgblue:hover, .button-cmgblue:hover {
  background: #333;
}
a.button-cmgblue[href=""] {
  display: none;
}
.cmg-line {
  width: 50px;
  height: 4px;
  display: block;
  background: #fcd026;
  margin-top: 10px;
}
.cmg-banner-top {
  top: 30%;
}
.cmg-banner {
  width: 100%;
  height: 230px;
  line-height: 42px;
  position: relative;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
  color: #fff;
  background-image: url(../images/nybanner.jpg);
}
@media only screen and (max-width: 768px) {
  .cmg-banner {height: 190px;
  }
}
@media only screen and (max-width: 479px) {
	.cmg-banner {height: 160px;
  }
}


.floating_ck{position:fixed;right:20px;bottom:10%;z-index: 9999; font-size: 14px; border-radius: 5px;}
.floating_ck dl dt{width:0;margin:0 auto;border-style: solid;border-width: 6px;border-color: transparent transparent #3b5998 transparent; }
.floating_ck dl dd{transition: all 0.3s; position:relative;width:45px;height:45px; margin-bottom: 1px; background-color:#423E3D; background-repeat:no-repeat;background-position:center; text-align: center; cursor:pointer;}
.floating_ck dl dd:hover{ background-color: #3b5998; }
.floating_ck dl dd:hover .floating_left{display:block;}
.consult{background-image:url(../images/kficon3.png);}
.mobile1{background-image:url(../images/msg.png);}
.quote{background-image:url(../images/kficon4.png);}
.qrcord{background-image:url(../images/kficon5.png);}
.qrcord1{background-image:url(../images/kficon6.png);}
.floating_ck dl dd.return{background-image:url(../images/kficon2.png); background-color: #3b5998;}
.return span{ float: left; width: 100%; height: 100%; }

.floating_ck dl dd:nth-child(0) { border-radius: 10px 10px 0 0; background: #ff0; }
.floating_ck dl dd:last-child { border-radius: 0 0 10px 10px; }

.floating_left{position:absolute;left:-160px;top:0px;width:160px;height:45px;background-color:#3b5998; display:none;}
.floating_left a{color:#fff;line-height:45px;}
.floating_ewm{height:200px;top:-120px;}
.floating_ewm i{display:block;width:145px;height:145px;margin:auto;margin-top:7px; background:url(../images/wx.jpg) center no-repeat;background-size: 100% 100%}
.floating_ewm p{color:#fff;margin-top:5px;}
.floating_ewm1{height:200px;top:-155px;}
.floating_ewm1 i{display:block;width:145px;height:145px;margin:auto;margin-top:7px; background-size: 100% 100%}
.floating_ewm1 p{color:#fff;margin-top:5px;}

.wenhua{ width: 100%}
.wenhua .wenhua_info{
  text-align: center;
  background: #fff;
  padding:30px 20px;
  color: #333;
  cursor: pointer;
  transition: 0.4s;
  width: 100%;
  line-height: 30px;
}
.wenhua .wenhua_info:hover{ background:#0d5da8; color: #fff; }
.wenhua .col-6:nth-child(1):hover .wenhua_info_ico img{ content:url(../images/wenhua_ico1_hover.png);}
.wenhua .col-6:nth-child(2):hover .wenhua_info_ico img{ content:url(../images/wenhua_ico2_hover.png);}
.wenhua .col-6:nth-child(3):hover .wenhua_info_ico img{ content:url(../images/wenhua_ico3_hover.png);}
.wenhua .col-6:nth-child(4):hover .wenhua_info_ico img{ content:url(../images/wenhua_ico4_hover.png);}
.wenhua_info_cn{ font-size: 22px; line-height: 80px;}
.wenhua_info_en{ font-size: 14px; height: 40px; line-height: 20px;}
.wenhua_info_ico{ font-size: 26px;}
.wenhua-wenzi{ color: #999999;}


/*language*/
.dropdown-lang {
  font-weight: normal;
  float: right;
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 80px;
}
.dropdown-lang ul, .dropdown-lang li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.dropdown-lang > li {
  position: relative;
}
.dropdown-lang > li:after {
  font-family: 'FontAwesome';
  content: '\f107';
}
.sub {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 1px solid gray;
  position: absolute;
  width: 100%;
  max-width: 80px;
  display: none;
}
.dropdown-lang:hover .sub {
  background: white;
}
.dropdown-lan {
  position: relative;
  display: inline-block;
}
.dropbtn {
  background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.dropbtn:hover {
  color: yellow;
}
.dropdown-content {
  display: none;
  position: absolute;
  z-index: 1;
}
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown .cmg-show {
  display: block;
}
.content-mes {
  padding: 40px 40px;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

/*position*/
.inner-position {
  padding: 12px 0;
  line-height: 50px;
  background: #f9f9f9;
  border-bottom: 1px #ebebeb solid;
}
.inner-position .cname {
  color: #323e4a;
  font-size: 18px;
}
.inner-position .position {
  color: #999999;
  font-size: 16px;
  position: relative;
  text-indent: 20px;
  text-align: left;
  background: url("/static/images/home.png") left center no-repeat;
  float: left;
}
.inner-position .position a {
  padding: 0;
}
.inner-position .position a {
  font-size: 16px;
  color: #999999;
  padding: 0 5px;
}
@media screen and (max-width: 768px) {
  .inner-position .position {
    background: none;
    text-indent: 0;
    line-height: 26px;
    float: left;
    text-align: left;
  }
}
.w3l-search {
  line-height: 60px;
  padding: 10px 0;
  background: #f9f9f9;
}
.zy_search_form {
  width: 90%;
  float: right;
  margin-top: 10px;
}
.w3l-search {
  color: var(--secondary-color)
}
.w3l-search a {
  color: var(--secondary-color)
}
.w3l-search a:hover {
  color: #999;
}
.zy_search_form #search_name {
  width: 75%;
  height: 40px;
  line-height: 40px;
  float: left;
  border: solid 1px #e7e7e7;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  outline: none;
  color: #999999;
  font-size: 12px;
}
.zy_search_form #button {
  width: 25%;
  height: 40px;
  line-height: 40px;
  float: right;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border: none;
  outline: none;
  transition: 0.3s;
  background: url("/static/images/search.png") 10px center no-repeat #0051a3;
  padding-left: 25px;
}
.zy_search_form #button:hover {
  background: url("/static/images/search.png") 10px center no-repeat #333;
}
@media screen and (max-width:768px) {
  .zy_search_form {
    width: 100%;
    margin-top: 0;
    float: none;
  }
}
/*end position 240109*/
.bg-cmg {
  background-color: #fcd026 !important;
  font-weight: bold;
}
.bg-cmg-dark {
  background-color: #292d33 !important;
}
.bg-footer {
  background-color: #2d2d2d !important;
  color: #fff;
}
.bg-footer .footer-copy {
  background-color: #131313 !important;
  padding: 30px 0;
}
/* 
.footer-copy .f_bott {
  color: #fff;
  font-size: 0.18rem;
  padding: 20px 0;
  border-top: 1px solid #3366cc;
}
.footer-copy .right span {
  display: inline-block;
  border-right: 1px solid #fff;
  line-height: 20px;
  padding: 0 25px;
}
.footer-copy .right span:last-child {
  border: none;
  padding-right: 0;
}
*/
/*footer 240109*/
.footer {
  background: url(/static/images/footerbg_1.jpg) repeat center;
  padding: 50px 0 0;
  color: #bebebe;
}
.footer a {
  color: #bebebe;
}
.footer a:hover {
  color: #fff;
}
.footer-logo {
  float: left;
  width: 200px;
}
.footer-nav {
  float: left;
  padding-left: 30px;
  width: 350px;
  padding-right: 30px;
  border-left: 1px solid #4a4a4a;
  border-right: 1px solid #4a4a4a;
}
.footer-nav .tit {
  font-size: 18px;
  margin-bottom: 15px;
}
.footer-nav ul {
  overflow: hidden;
}
.footer-nav li {
  float: left;
  width: 50%;
}
.footer-nav li a {
  display: block;
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.footer-contact {
  float: left;
  margin-left: 30px;
}
.footer-contact .tit {
  font-size: 18px;
  margin-bottom: 15px;
}
.footer-contact p {
  margin: 0;
  line-height: 30px;
}
.footer-copy {
  border-top: 1px solid #494949;
  padding: 20px 0;
  margin-top: 50px;
  text-align: center;
}
.footer-copy p {
  margin: 0;
}
.img-center {
  text-align: center;
  font-size: 0;
}
.img-center img {
  display: inline-block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .footer {
    padding-top: 30px;
  }
  .footer-logo {
    width: 200px;
    float: none;
    height: 100px;
    line-height: 100px;
    margin: 0 auto;
  }
  .footer-nav {
    display: none;
  }
  .footer-contact {
    text-align: center;
    float: none;
    margin: 20px 0 0;
  }
  .footer-copy {
    margin-top: 30px;
    font-size: 12px;
    padding: 15px 0;
  }
}
/*end footer 240109*/
.text-secondary a {
  color: #6c757d;
}
.card, .figure {
  margin: 15px 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  font-size: 18px;
}
.navbar-brand {
  font-size: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
}
.shadow-sm-top {
  box-shadow: 0 -.125rem .25rem rgba(0, 0, 0, .075) !important;
}
/*navbar-cmg*/
.navbar-cmg {
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Helvetica, 'Lucida Grande', Arial, 'Hiragino Sans GB', 'WenQuanYi Micro Hei', STHeiti, SimSun, sans-serif;
}
.btn-blue {
  background: #3b5998;
  color: #fff;
}
.btn-blue:hover {
  color: #fff;
  background: #21396b;
}
.logo img {
  float: left;
  width: 250px;
  height: 50px;
}
@media only screen and (max-width: 768px) {
  .logo img {
	  width:180px;
	height: 36px;
	}	
  }
.social-placeholder {
  padding: 9px 0 0;
  height: 35px;
}
.social-placeholder img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
#header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  padding: 31px 0 32px;
  background: #eabf2a;
  box-shadow: 0 1px 1px rgba(196, 194, 202, 0.23);
  -webkit-backface-visibility: hidden;
  /* Prevent Chrome bug because of on-scroll effect in other section */
}
#header .btn {
  float: right;
  margin: 2px 0 0 59px;
  height: 38px;
  min-width: 145px;
  padding: 7px;
  font-weight: bold;
  font-size: 1.333rem;
  line-height: 22px;
  letter-spacing: 0;
}
#nav {
  overflow: hidden;
  text-align: right;
  font-size: 0;
  letter-spacing: -4px;
  white-space: nowrap;
}
#nav .nav-drop {
  overflow: hidden;
}
#nav ul {
  padding: 9px 0 5px;
  margin: 0;
}
#nav li {
  display: inline-block;
  vertical-align: top;
  font-size: 1.333rem;
  line-height: 24px;
  font-weight: bold;
  letter-spacing: 0;
  white-space: normal;
  margin: 0 0 0 26px;
}
#nav li a {
  display: block;
  color: #666;
}
#nav li a:hover {
  text-decoration: none;
  color: #333333;
}
.nav-opener {
  display: none;
  float: right;
  width: 31px;
  height: 31px;
  position: relative;
  text-indent: -9999px;
  overflow: hidden;
}
.nav-opener:before, .nav-opener:after, .nav-opener span {
  background: #333;
  border-radius: 4px;
  position: absolute;
  top: 17px;
  left: 3px;
  right: 3px;
  height: 3px;
  margin-top: -2px;
  /* height/2 */
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.nav-opener:before {
  content: '';
  top: 8px;
  left: 30%;
}
.nav-opener:after {
  content: '';
  top: 26px;
}
.nav-active .nav-opener span {
  opacity: 0;
}
.nav-opener:hover {
  opacity: .9;
}
.nav-active .nav-opener:after, .nav-active .nav-opener:before {
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 16px;
  left: 5%;
  right: 5%;
}
.nav-active .nav-opener:after {
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media only screen and (max-width: 992px) {
  .nav-opener {
    display: inline-block;
    vertical-align: top;
  }
  .opener-holder {
    float: right;
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 25px;
    margin: 7px 25px 0;
  }
  .opener-holder:before {
    position: absolute;
    content: "";
    width: 1px;
    left: 0;
    top: 0;
    bottom: -6px;
    background: #f4f4f4;
  }
  #header {
    position: sticky;

  }
  #header > .container {
  }
  #header .logo {
    vertical-align: middle;
  }
  #header .btn {
    float: none;
    height: 48px;
    font-size: 1.7rem;
    line-height: 22px;
    margin: 0;
    padding: 12px 40px;
    display: inline-block;
    vertical-align: top;
  }
  #nav {
    overflow: visible;
    font-size: 1.8rem;
    line-height: 1.3333333;
    letter-spacing: 0;
    font-weight: normal;
  }
  #nav .nav-drop {
    display: block;
    clear: both;
    width: 100%;
    max-width: 400px;
    position: absolute;
    right: 0;
    top: 100%;
    pointer-events: none;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  #nav .nav-drop > ul {
    display: block;
    padding: 0;
    text-align: left;
  }
  #nav .nav-drop > ul li {
    position: relative;
    margin: 0;
    padding: 0 35px;
    display: block;
    font-size: 1.1rem;
    line-height: 1.1;
    font-weight: normal;
  }
  #nav .nav-drop > ul li.active:before {
    content: '';
    position: absolute;
    top: 20px;
    bottom: 20px;
    width: 4px;
    left: 0;
    background: #eabf2a;
  }
  #nav .nav-drop > ul li a {
    display: block;
    margin: 0 -9999px;
    padding: 20px 9979px;
    border-bottom: 1px solid #3E3D3F;
    color: #fff;
    background: rgba(51, 51, 51, 0.98);
  }
  #nav .nav-drop > ul li a:active, #nav .nav-drop > ul li a:focus, #nav .nav-drop > ul li a:hover {
    text-decoration: none;
    color: #eabf2a;
  }
  #nav .nav-drop > ul li.active {
    position: relative;
  }
  #nav .nav-drop > ul li.active a {
    color: #858585;
  }
  #nav .nav-drop .drop-holder {
    margin: 0 -9999px;
    padding: 20px 10014px;
    background: #333;
    text-align: left;
    color: #9a9a9a;
  }
  #nav .nav-drop .drop-holder span {
    display: block;
    margin: 0 0 20px;
	font-size: 1.5rem;  
  }
  #nav .nav-drop .drop-holder ul {
    padding: 0;
  }
  #nav .nav-drop .drop-holder ul li {
    padding: 0;
    margin: 0;
  }
  #nav .nav-drop .drop-holder ul li + li {
    margin: 0 0 0 20px;
  }
  #nav .nav-drop .drop-holder ul a {
    font-size: 2.5rem;
    color: #fff;
  }
  #nav .nav-drop .drop-holder ul a:hover {
    color: #eabf2a;
  }
  .nav-active #nav .nav-drop {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #cta {
    margin: -80px 0 41px;
  }
  .social-placeholder {
    padding: 0;
  }
}
@media only screen and (max-width: 479px) {
  body {
    min-width: 320px;
  }
  #header > .container {
    padding: 10px 0 0;
  }
  .subscribe .form-inline {
    min-width: 280px;
  }
	#header { padding:10px 0 10px;	
	}
  #header .btn {
    height: 30px;
    margin: 2px 0 0;
    font-size: 1.0rem;
    line-height: 20px;
    padding: 3px 20px;
    min-width: 0;
  }
  #header .logo {
    margin: 4px 0 0px 10px;
    width: 130px;
	  height: auto;
  }
  .opener-holder {
    margin: 4px 10px;
    padding: 0 0 0 10px;
  }
  .visual {
    min-height: 340px;
  }
  .visual > .container {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .visual .bg-stretch {
    max-width: 100%;
    bottom: 20px;
  }
  .visual .info {
    background: rgba(255, 255, 255, 0.3);
    color: #BEBCC3;
  }
  .visual h1 {
    font-size: 5.4rem;
    line-height: 1.148;
  }
  .visual .text-block {
    padding: 30px 0;
  }
  #nav .nav-drop > ul li.active:before {
    top: 15px;
    bottom: 15px;
  }
}
/*.navbar-cmg .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-cmg .navbar-brand:hover, .navbar-cmg .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-cmg .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.7);
  line-height: 70px;
}
.navbar-cmg .navbar-nav .nav-link:hover, .navbar-cmg .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.9);
  border-bottom: 5px thick #FFFFFF;
}
.navbar-cmg .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-cmg .navbar-nav .show > .nav-link, .navbar-cmg .navbar-nav .active > .nav-link, .navbar-cmg .navbar-nav .nav-link.show, .navbar-cmg .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-cmg ul li {
	float: left;
	display: inline-block;
	padding: 0 20px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	position: relative;
	margin: 0 3px;
}

.navbar-cmg ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #fff;
}

.navbar-cmg ul li span {
	width: 0%;
	height: 2px;
	background-color: #00a4ff;
	position: absolute;
	bottom: 0px;
	left: 0;
	transition: .3s;
}

.navbar-cmg ul li:hover span {
	width: 100%;
}

.navbar-cmg .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-cmg .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-cmg .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-cmg .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-cmg .navbar-text a:hover, .navbar-cmg .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}
*/

/*CMG News*/
#xwnr{ background: #fff; padding: 0}
#xwpicnr{ background: #fff; padding: 0}
#indexNews li{width: 100%;height: auto; margin:0 auto; padding: 3% 0; transition: 0.3s; border-bottom: solid 1px #e8e8e9; text-decoration: none; }
#indexNews a { text-decoration: none; }
#indexNews li .right{ padding: 0 0 0 4% !important; line-height: 25px;}
#xwpicnr .news_title{ text-align: left; color: #333333; font-size: 18px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; line-height: 40px; height: 40px;}
#xwpicnr .news_info{ text-align: left; color: #333333; font-size: 14px; overflow: hidden; line-height: 30px; height: 100px;}
#indexNews li .news_title{text-decoration: none; text-align: left; color: #333333; font-size: 18px; white-space: nowrap; text-overflow:ellipsis; overflow: hidden; line-height: 30px;}
#indexNews li .news_info{text-decoration: none; color: #999999; font-size: 14px; height: 50px; overflow: hidden}
#indexNews li .news_time{text-decoration: none; line-height: 30px; text-align: center; font-weight: normal !important; border-left:solid 1px #e8e8e9; color: #666666;font-size: 1rem; padding: 0 !important; margin: 0 !important;}
#indexNews li .news_time span{display: block; margin:0 auto; line-height: 45px; width: 100%; text-align: center; color: #666666; font-size: 50px; font-family: Bahnschrift;}
#indexNews li:last-of-type{ border-bottom: none;}
#indexNews li:hover{ background: #0051a3;}
#indexNews li:hover .news_title,#indexNews li:hover .news_time,#indexNews li:hover .news_time span{ color: #fff;}
#indexNews li:hover .news_info{ color: rgba(255,255,255,0.6);}
@media screen and (max-width:768px){
  #indexNews li .news_time span{ font-size: 40px;}
}


#xwpicnr .swiper-container {
  width: 100%;
  height: 100%;
}
#xwpicnr .swiper-slide {
  text-align: center;
  transition:0.3s;
  position: relative;
  /* Center slide text vertically */
  flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#xwpicnr .swiper-slide .pic{ display: block; width: 100%; height: 0; padding-bottom: 60%; position: relative; overflow: hidden;}
#xwpicnr .swiper-slide .pic img{ width: 100%; height: 100%; object-fit: cover; left: 0; position: absolute;}
/*#xwpicnr .swiper-slide .font{ position: absolute; background: #f6f7fc; bottom: 0; width: 96%; left: 2%; padding: 2% 0;}*/
/*#xwpicnr .swiper-slide .right{ text-align: left; padding: 0 2% !important; line-height: 25px;}*/
/*#xwpicnr .swiper-slide .news_title{ text-align: left; color: #626364; font-size: 2rem; white-space: nowrap;text-overflow:ellipsis;overflow: hidden; line-height: 30px; font-weight: bold; }*/
/*#xwpicnr .swiper-slide .news_info{ color: #999999; font-size: 0.8em;}*/
/*#xwpicnr .swiper-slide .news_time{ line-height: 30px; text-align: center; font-weight: normal !important; border-right:solid 1px #ccc; color: #666666;font-size: 1*/
/*.5rem; padding: 0 !important; margin: 0 !important;}*/
/*#xwpicnr .swiper-slide .news_time span{display: block; margin:0 auto; line-height: 45px; width: 100%; text-align: center; color: #626364; font-size: 4rem; font-weight: bold;}*/
#xwpicnr .swiper-pagination{ right: 20px; bottom: 0; left: auto; height: 30px; text-align: right;}
#xwpicnr .swiper-pagination .swiper-pagination-bullet{ background: #0051a3; width: 10px; height: 10px;}

/*end CMG News*/

/*上下外边距*/
.mt-6, .my-6 {
  margin-top: 4rem !important;
}
.mt-7, .my-7 {
  margin-top: 5rem !important;
}
.mt-8, .my-8 {
  margin-top: 6rem !important;
}
.mt-9, .my-9 {
  margin-top: 7rem !important;
}
.mt-10, .my-10 {
  margin-top: 8rem !important;
}
.mb-6, .my-6 {
  margin-bottom: 4rem !important;
}
.mb-7, .my-7 {
  margin-bottom: 5rem !important;
}
.mb-8, .my-8 {
  margin-bottom: 6rem !important;
}
.mb-9, .my-9 {
  margin-bottom: 7rem !important;
}
.mb-10, .my-10 {
  margin-bottom: 8rem !important;
}
/*上下内边距*/
.pt-6, .mp-6 {
  padding-top: 4rem !important;
}
.pt-7, .py-7 {
  padding-top: 5rem !important;
}
.pt-8, .py-8 {
  padding-top: 6rem !important;
}
.pt-9, .py-9 {
  padding-top: 7rem !important;
}
.pt-10, .py-10 {
  padding-top: 8rem !important;
}
.pb-6, .py-6 {
  padding-bottom: 4rem !important;
}
.pb-7, .py-7 {
  padding-bottom: 5rem !important;
}
.pb-8, .py-8 {
  padding-bottom: 6rem !important;
}
.pb-9, .py-9 {
  padding-bottom: 7rem !important;
}
.pb-10, .py-10 {
  padding-bottom: 8rem !important;
}
/*边框*/
.border-top-dashed {
  border-top: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
  border-right: 1px dashed #dee2e6 !important;
}
.border-bottom-dashed {
  border-bottom: 1px dashed #dee2e6 !important;
}
.border-right-dashed {
  border-top: 1px dashed #dee2e6 !important;
}
/*字距*/
.ls-1 {
  letter-spacing: 1px;
}
.ls-2 {
  letter-spacing: 2px;
}
.ls-3 {
  letter-spacing: 3px;
}
.ls-4 {
  letter-spacing: 4px;
}
.ls-5 {
  letter-spacing: 5px;
}
/*分页*/
.page-num:not(:disabled) {
  cursor: pointer;
}
.page-num, .page-link {
  position: relative;
  display: block;
  padding: .5rem .75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #17a2b8;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
a.page-num:hover, .page-link:hover {
  text-decoration: none;
}
.page-num-current {
  z-index: 1;
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.page-num-current:hover {
  color: #fff;
}
/*其他*/
.pages {
  min-height: 500px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.code, .code img {
  height: 100px;
}
.position, .position a {
  color: #999;
}
.content {
  color: #666;
  line-height: 2;
}
.content img, .content iframe {
  max-width: 100% !important;
}
/*产品轮播*/
.view {
  max-width: 500px;
}
.view .swiper-slide {
  height: 300px;
  max-width: 500px;
  padding: 0 3px;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
}
.view .swiper-slide img {
  height: 100%;
}
.view .arrow-left {
  background: url(../images/index_tab_l.png) no-repeat left center;
  position: absolute;
  left: 10px;
  width: 28px;
  height: 300px;
  z-index: 10;
  display: none;
}
.view .arrow-right {
  background: url(../images/index_tab_r.png) no-repeat right center;
  position: absolute;
  right: 10px;
  width: 28px;
  height: 300px;
  z-index: 10;
  display: none;
}
.swiper-slide .container {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.preview {
  position: relative;
  width: 440px;
  left: 30px;
}
.preview .swiper-slide {
  width: 87.5px;
  height: 70px;
  margin: 0 3px;
  box-sizing: border-box;
  overflow: hidden;
  cursor: pointer;
}
.preview .swiper-slide img {
  display: inline-block;
  height: 100%;
}
.preview .active-nav {
  border: 1px solid #F00;
}
.preview .arrow-left {
  background: #fff url(../images/feel3.png) no-repeat left center;
  position: absolute;
  left: -20px;
  top: 0;
  width: 20px;
  height: 70px;
  z-index: 10;
}
.preview .arrow-right {
  background: #fff url(../images/feel4.png) no-repeat right center;
  position: absolute;
  right: -20px;
  top: 0;
  width: 20px;
  height: 70px;
  z-index: 10;
}
@media only screen and (max-width: 768px) {
  .view .swiper-slide {
    height: 200px;
  }
  .preview {
    display: none;
  }
  .view .arrow-left, .view .arrow-right {
    height: 200px;
    display: block;
  }
}
/*在线客服*/
.online {
  position: fixed;
  bottom: 150px;
  right: 10px;
  width: 60px;
  z-index: 999;
  color: #999;
}
.online a {
  color: #666;
}
.online a:hover {
  text-decoration: none;
}
.online dl {
  background: #27a8e1;
  padding: 10px 5px;
  margin-bottom: 1px;
  position: relative;
}
.online dl dd {
  color: #fff;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
}
.online dl dd i {
  font-size: 25px;
}
.online dl:hover {
  background: #1781bd;
}
.online dl dt {
  position: absolute;
  top: 0px;
  right: 60px;
  background: #fff;
  border: 1px solid #ccc;
  z-index: 9999;
  display: none;
  padding: 10px 15px;
  font-weight: normal;
}
.online dl dt h3 {
  display: block;
  font-size: 16px;
  color: #666;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.online dl dt h3 i {
  margin-right: 5px;
}
.online dl dt h3 span {
  float: right;
  cursor: pointer;
}
.online dl dt input {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 15px;
  height: 40px;
  line-height: 40px;
  padding: 3px 5px;
  width: 100%;
}
.online dl dt button {
  margin: 10px 0;
  border: none;
  border-radius: 5px;
  width: 100%;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  background: #28a7e1;
  color: #fff;
  cursor: pointer;
}
.fw-bold {
	font-weight: bold;
}
.fw-bolder {
	font-weight: bolder;
}
.fst-italic {
	font-style: italic;
}

/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
  .card-img-200 {
    height: 200px;
    overflow: hidden;
  }
  .card-img-180 {
    height: 180px;
    overflow: hidden;
  }
  .card-img-150 {
    height: 150px;
    overflow: hidden;
  }
  .card-img-120 {
    height: 120px;
    overflow: hidden;
  }
  .card-img-100 {
    height: 100px;
    overflow: hidden;
  }
}
/*sm屏幕以下*/
@media only screen and (max-width: 576px) {
  .page-num {
    display: none;
  }
  .head-sm-height {
    height: 61px !important;
  }
}
/*********响应式样式******************/
/*行距*/
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 2;
}
.lh-3 {
  line-height: 3;
}
.lh-4 {
  line-height: 4;
}
/*字体大小*/
.fs-12 {
  font-size: .857rem;
}
.fs-14 {
  font-size: 1rem;
}
.fs-16 {
  font-size: 1.142rem;
}
.fs-18 {
  font-size: 1.285rem;
}
.fs-20 {
  font-size: 1.428rem;
}
.fs-22 {
  font-size: 1.571rem;
}
.fs-24 {
  font-size: 1.714rem;
}
.fs-26 {
  font-size: 1.857rem;
}
.fs-28 {
  font-size: 2rem;
}
.fs-30 {
  font-size: 2.142rem;
}
.fs-32 {
  font-size: 2.286rem;
}
.fs-34 {
  font-size: 2.429rem;
}
.fs-36 {
  font-size: 2.571rem;
}
.fs-38 {
  font-size: 2.714rem;
}
.fs-40 {
  font-size: 2.857rem;
}
.fs-46 {
  font-size: 3rem;
}
/*高度*/
.h-5px {
  height: 5px;
}
.h-10px {
  height: 10px;
}
.h-15px {
  height: 15px;
}
.h-20px {
  height: 20px;
}
.h-25px {
  height: 25px;
}
.h-30px {
  height: 30px;
}
.h-35px {
  height: 35px;
}
.h-40px {
  height: 40px;
}
.h-45px {
  height: 45px;
}
.h-50px {
  height: 50px;
}
.h-55px {
  height: 55px;
}
.h-60px {
  height: 60px;
}
.h-65px {
  height: 65px;
}
.h-70px {
  height: 70px;
}
.h-75px {
  height: 75px;
}
.h-80px {
  height: 80px;
}
.h-85px {
  height: 85px;
}
.h-90px {
  height: 90px;
}
.h-95px {
  height: 95px;
}
.h-100px {
  height: 100px;
}
.h-110px {
  height: 110px;
}
.h-120px {
  height: 120px;
}
.h-130px {
  height: 130px;
}
.h-140px {
  height: 140px;
}
.h-150px {
  height: 150px;
}
.h-160px {
  height: 160px;
}
.h-170px {
  height: 170px;
}
.h-180px {
  height: 180px;
}
.h-190px {
  height: 190px;
}
.h-200px {
  height: 200px;
}
.h-210px {
  height: 210px;
}
.h-220px {
  height: 220px;
}
.h-230px {
  height: 230px;
}
.h-240px {
  height: 240px;
}
.h-250px {
  height: 250px;
}
.h-260px {
  height: 260px;
}
.h-270px {
  height: 270px;
}
.h-280px {
  height: 280px;
}
.h-290px {
  height: 290px;
}
.h-300px {
  height: 300px;
}
.h-310px {
  height: 310px;
}
.h-320px {
  height: 320px;
}
.h-330px {
  height: 330px;
}
.h-340px {
  height: 340px;
}
.h-350px {
  height: 350px;
}
.h-360px {
  height: 360px;
}
.h-370px {
  height: 370px;
}
.h-380px {
  height: 380px;
}
.h-390px {
  height: 390px;
}
.h-400px {
  height: 400px;
}
.h-410px {
  height: 410px;
}
.h-420px {
  height: 420px;
}
.h-430px {
  height: 430px;
}
.h-440px {
  height: 440px;
}
.h-450px {
  height: 450px;
}
.h-460px {
  height: 410px;
}
.h-470px {
  height: 470px;
}
.h-480px {
  height: 480px;
}
.h-490px {
  height: 490px;
}
.h-500px {
  height: 500px;
}
/*sm屏幕以上*/
@media only screen and (min-width: 576px) {
  /*行距*/
  .lh-sm-1 {
    line-height: 1;
  }
  .lh-sm-2 {
    line-height: 2;
  }
  .lh-sm-3 {
    line-height: 3;
  }
  .lh-sm-4 {
    line-height: 4;
  }
  /*字体大小*/
  .fs-sm-12 {
    font-size: .857rem;
  }
  .fs-sm-14 {
    font-size: 1rem;
  }
  .fs-sm-16 {
    font-size: 1.142rem;
  }
  .fs-sm-18 {
    font-size: 1.285rem;
  }
  .fs-sm-20 {
    font-size: 1.428rem;
  }
  .fs-sm-22 {
    font-size: 1.571rem;
  }
  .fs-sm-24 {
    font-size: 1.714rem;
  }
  .fs-sm-26 {
    font-size: 1.857rem;
  }
  .fs-sm-28 {
    font-size: 2rem;
  }
  .fs-sm-30 {
    font-size: 2.142rem;
  }
  .fs-sm-32 {
    font-size: 2.286rem;
  }
  .fs-sm-34 {
    font-size: 2.429rem;
  }
  .fs-sm-36 {
    font-size: 2.571rem;
  }
  .fs-sm-38 {
    font-size: 2.714rem;
  }
  .fs-sm-40 {
    font-size: 2.857rem;
  }
  .fs-sm-46 {
    font-size: 3.757rem;
  }
  /*高度*/
  .h-sm-5px {
    height: 5px;
  }
  .h-sm-10px {
    height: 10px;
  }
  .h-sm-15px {
    height: 15px;
  }
  .h-sm-20px {
    height: 20px;
  }
  .h-sm-25px {
    height: 25px;
  }
  .h-sm-30px {
    height: 30px;
  }
  .h-sm-35px {
    height: 35px;
  }
  .h-sm-40px {
    height: 40px;
  }
  .h-sm-45px {
    height: 45px;
  }
  .h-sm-50px {
    height: 50px;
  }
  .h-sm-55px {
    height: 55px;
  }
  .h-sm-60px {
    height: 60px;
  }
  .h-sm-65px {
    height: 65px;
  }
  .h-sm-70px {
    height: 70px;
  }
  .h-sm-75px {
    height: 75px;
  }
  .h-sm-80px {
    height: 80px;
  }
  .h-sm-85px {
    height: 85px;
  }
  .h-sm-90px {
    height: 90px;
  }
  .h-sm-95px {
    height: 95px;
  }
  .h-sm-100px {
    height: 100px;
  }
  .h-sm-110px {
    height: 110px;
  }
  .h-sm-120px {
    height: 120px;
  }
  .h-sm-130px {
    height: 130px;
  }
  .h-sm-140px {
    height: 140px;
  }
  .h-sm-150px {
    height: 150px;
  }
  .h-sm-160px {
    height: 160px;
  }
  .h-sm-170px {
    height: 170px;
  }
  .h-sm-180px {
    height: 180px;
  }
  .h-sm-190px {
    height: 190px;
  }
  .h-sm-200px {
    height: 200px;
  }
  .h-sm-210px {
    height: 210px;
  }
  .h-sm-220px {
    height: 220px;
  }
  .h-sm-230px {
    height: 230px;
  }
  .h-sm-240px {
    height: 240px;
  }
  .h-sm-250px {
    height: 250px;
  }
  .h-sm-260px {
    height: 260px;
  }
  .h-sm-270px {
    height: 270px;
  }
  .h-sm-280px {
    height: 280px;
  }
  .h-sm-290px {
    height: 290px;
  }
  .h-sm-300px {
    height: 300px;
  }
  .h-sm-310px {
    height: 310px;
  }
  .h-sm-320px {
    height: 320px;
  }
  .h-sm-330px {
    height: 330px;
  }
  .h-sm-340px {
    height: 340px;
  }
  .h-sm-350px {
    height: 350px;
  }
  .h-sm-360px {
    height: 360px;
  }
  .h-sm-370px {
    height: 370px;
  }
  .h-sm-380px {
    height: 380px;
  }
  .h-sm-390px {
    height: 390px;
  }
  .h-sm-400px {
    height: 400px;
  }
  .h-sm-410px {
    height: 410px;
  }
  .h-sm-420px {
    height: 420px;
  }
  .h-sm-430px {
    height: 430px;
  }
  .h-sm-440px {
    height: 440px;
  }
  .h-sm-450px {
    height: 450px;
  }
  .h-sm-460px {
    height: 410px;
  }
  .h-sm-470px {
    height: 470px;
  }
  .h-sm-480px {
    height: 480px;
  }
  .h-sm-490px {
    height: 490px;
  }
  .h-sm-500px {
    height: 500px;
  }
}
/*md屏幕以上*/
@media only screen and (min-width: 768px) {
  /*行距*/
  .lh-md-1 {
    line-height: 1;
  }
  .lh-md-2 {
    line-height: 2;
  }
  .lh-md-3 {
    line-height: 3;
  }
  .lh-md-4 {
    line-height: 4;
  }
  /*字体大小*/
  .fs-md-12 {
    font-size: .857rem;
  }
  .fs-md-14 {
    font-size: 1rem;
  }
  .fs-md-16 {
    font-size: 1.142rem;
  }
  .fs-md-18 {
    font-size: 1.285rem;
  }
  .fs-md-20 {
    font-size: 1.428rem;
  }
  .fs-md-22 {
    font-size: 1.571rem;
  }
  .fs-md-24 {
    font-size: 1.714rem;
  }
  .fs-md-26 {
    font-size: 1.857rem;
  }
  .fs-md-28 {
    font-size: 2rem;
  }
  .fs-md-30 {
    font-size: 2.142rem;
  }
  .fs-md-32 {
    font-size: 2.286rem;
  }
  .fs-md-34 {
    font-size: 2.429rem;
  }
  .fs-md-36 {
    font-size: 2.571rem;
  }
  .fs-md-38 {
    font-size: 2.714rem;
  }
  .fs-md-40 {
    font-size: 2.857rem;
  }
  /*高度*/
  .h-md-5px {
    height: 5px;
  }
  .h-md-10px {
    height: 10px;
  }
  .h-md-15px {
    height: 15px;
  }
  .h-md-20px {
    height: 20px;
  }
  .h-md-25px {
    height: 25px;
  }
  .h-md-30px {
    height: 30px;
  }
  .h-md-35px {
    height: 35px;
  }
  .h-md-40px {
    height: 40px;
  }
  .h-md-45px {
    height: 45px;
  }
  .h-md-50px {
    height: 50px;
  }
  .h-md-55px {
    height: 55px;
  }
  .h-md-60px {
    height: 60px;
  }
  .h-md-65px {
    height: 65px;
  }
  .h-md-70px {
    height: 70px;
  }
  .h-md-75px {
    height: 75px;
  }
  .h-md-80px {
    height: 80px;
  }
  .h-md-85px {
    height: 85px;
  }
  .h-md-90px {
    height: 90px;
  }
  .h-md-95px {
    height: 95px;
  }
  .h-md-100px {
    height: 100px;
  }
  .h-md-110px {
    height: 110px;
  }
  .h-md-120px {
    height: 120px;
  }
  .h-md-130px {
    height: 130px;
  }
  .h-md-140px {
    height: 140px;
  }
  .h-md-150px {
    height: 150px;
  }
  .h-md-160px {
    height: 160px;
  }
  .h-md-170px {
    height: 170px;
  }
  .h-md-180px {
    height: 180px;
  }
  .h-md-190px {
    height: 190px;
  }
  .h-md-200px {
    height: 200px;
  }
  .h-md-210px {
    height: 210px;
  }
  .h-md-220px {
    height: 220px;
  }
  .h-md-230px {
    height: 230px;
  }
  .h-md-240px {
    height: 240px;
  }
  .h-md-250px {
    height: 250px;
  }
  .h-md-260px {
    height: 260px;
  }
  .h-md-270px {
    height: 270px;
  }
  .h-md-280px {
    height: 280px;
  }
  .h-md-290px {
    height: 290px;
  }
  .h-md-300px {
    height: 300px;
  }
  .h-md-310px {
    height: 310px;
  }
  .h-md-320px {
    height: 320px;
  }
  .h-md-330px {
    height: 330px;
  }
  .h-md-340px {
    height: 340px;
  }
  .h-md-350px {
    height: 350px;
  }
  .h-md-360px {
    height: 360px;
  }
  .h-md-370px {
    height: 370px;
  }
  .h-md-380px {
    height: 380px;
  }
  .h-md-390px {
    height: 390px;
  }
  .h-md-400px {
    height: 400px;
  }
  .h-md-410px {
    height: 410px;
  }
  .h-md-420px {
    height: 420px;
  }
  .h-md-430px {
    height: 430px;
  }
  .h-md-440px {
    height: 440px;
  }
  .h-md-450px {
    height: 450px;
  }
  .h-md-460px {
    height: 410px;
  }
  .h-md-470px {
    height: 470px;
  }
  .h-md-480px {
    height: 480px;
  }
  .h-md-490px {
    height: 490px;
  }
  .h-md-500px {
    height: 500px;
  }
}
/*lg屏幕以上*/
@media only screen and (min-width: 992px) {
  /*行距*/
  .lh-lg-1 {
    line-height: 1;
  }
  .lh-lg-2 {
    line-height: 2;
  }
  .lh-lg-3 {
    line-height: 3;
  }
  .lh-lg-4 {
    line-height: 4;
  }
  /*字体大小*/
  .fs-lg-12 {
    font-size: .857rem;
  }
  .fs-lg-14 {
    font-size: 1rem;
  }
  .fs-lg-16 {
    font-size: 1.142rem;
  }
  .fs-lg-18 {
    font-size: 1.285rem;
  }
  .fs-lg-20 {
    font-size: 1.428rem;
  }
  .fs-lg-22 {
    font-size: 1.571rem;
  }
  .fs-lg-24 {
    font-size: 1.714rem;
  }
  .fs-lg-26 {
    font-size: 1.857rem;
  }
  .fs-lg-28 {
    font-size: 2rem;
  }
  .fs-lg-30 {
    font-size: 2.142rem;
  }
  .fs-lg-32 {
    font-size: 2.286rem;
  }
  .fs-lg-34 {
    font-size: 2.429rem;
  }
  .fs-lg-36 {
    font-size: 2.571rem;
  }
  .fs-lg-38 {
    font-size: 2.714rem;
  }
  .fs-lg-40 {
    font-size: 2.857rem;
  }
  /*高度*/
  .h-lg-5px {
    height: 5px;
  }
  .h-lg-10px {
    height: 10px;
  }
  .h-lg-15px {
    height: 15px;
  }
  .h-lg-20px {
    height: 20px;
  }
  .h-lg-25px {
    height: 25px;
  }
  .h-lg-30px {
    height: 30px;
  }
  .h-lg-35px {
    height: 35px;
  }
  .h-lg-40px {
    height: 40px;
  }
  .h-lg-45px {
    height: 45px;
  }
  .h-lg-50px {
    height: 50px;
  }
  .h-lg-55px {
    height: 55px;
  }
  .h-lg-60px {
    height: 60px;
  }
  .h-lg-65px {
    height: 65px;
  }
  .h-lg-70px {
    height: 70px;
  }
  .h-lg-75px {
    height: 75px;
  }
  .h-lg-80px {
    height: 80px;
  }
  .h-lg-85px {
    height: 85px;
  }
  .h-lg-90px {
    height: 90px;
  }
  .h-lg-95px {
    height: 95px;
  }
  .h-lg-100px {
    height: 100px;
  }
  .h-lg-110px {
    height: 110px;
  }
  .h-lg-120px {
    height: 120px;
  }
  .h-lg-130px {
    height: 130px;
  }
  .h-lg-140px {
    height: 140px;
  }
  .h-lg-150px {
    height: 150px;
  }
  .h-lg-160px {
    height: 160px;
  }
  .h-lg-170px {
    height: 170px;
  }
  .h-lg-180px {
    height: 180px;
  }
  .h-lg-190px {
    height: 190px;
  }
  .h-lg-200px {
    height: 200px;
  }
  .h-lg-210px {
    height: 210px;
  }
  .h-lg-220px {
    height: 220px;
  }
  .h-lg-230px {
    height: 230px;
  }
  .h-lg-240px {
    height: 240px;
  }
  .h-lg-250px {
    height: 250px;
  }
  .h-lg-260px {
    height: 260px;
  }
  .h-lg-270px {
    height: 270px;
  }
  .h-lg-280px {
    height: 280px;
  }
  .h-lg-290px {
    height: 290px;
  }
  .h-lg-300px {
    height: 300px;
  }
  .h-lg-310px {
    height: 310px;
  }
  .h-lg-320px {
    height: 320px;
  }
  .h-lg-330px {
    height: 330px;
  }
  .h-lg-340px {
    height: 340px;
  }
  .h-lg-350px {
    height: 350px;
  }
  .h-lg-360px {
    height: 360px;
  }
  .h-lg-370px {
    height: 370px;
  }
  .h-lg-380px {
    height: 380px;
  }
  .h-lg-390px {
    height: 390px;
  }
  .h-lg-400px {
    height: 400px;
  }
  .h-lg-410px {
    height: 410px;
  }
  .h-lg-420px {
    height: 420px;
  }
  .h-lg-430px {
    height: 430px;
  }
  .h-lg-440px {
    height: 440px;
  }
  .h-lg-450px {
    height: 450px;
  }
  .h-lg-460px {
    height: 410px;
  }
  .h-lg-470px {
    height: 470px;
  }
  .h-lg-480px {
    height: 480px;
  }
  .h-lg-490px {
    height: 490px;
  }
  .h-lg-500px {
    height: 500px;
  }
}

/*
Choose Area Css
======================================================*/
.choose-area .choose-content .faq-accordion .accordion {
  padding: 0;
  margin: 0;
}

.choose-area .choose-content .faq-accordion .accordion .accordion-item {
  display: block;
  margin-bottom: 20px;
  position: relative;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.choose-area .choose-content .faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.choose-area .choose-content .faq-accordion .accordion .accordion-item .accordion-title {
  padding: 15px 60px 15px 70px;
  color: #051242;
  position: relative;
  border-radius: 2px;
  font-size: 18px;
  font-weight: 600;
  display: block;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.choose-area .choose-content .faq-accordion .accordion .accordion-item .accordion-title i {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #051242;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}

.choose-area .choose-content .faq-accordion .accordion .accordion-item .accordion-title.active {
  background-color: #051242;
  color: #ffffff;
}

.choose-area .choose-content .faq-accordion .accordion .accordion-item .accordion-title.active i::before {
  content: "\ec4e";
  color: #ffffff;
}

.choose-area .choose-content .faq-accordion .accordion .accordion-item .accordion-content {
  display: none;
  background-color: #fff;
  margin-bottom: 0;
  padding: 15px 30px 15px 30px;
  font-size: 16px;
  z-index: 1;
  color: #50607f;
  position: relative;
}

.choose-area .choose-content .faq-accordion .accordion .accordion-item .accordion-content.show {
  display: block;
}

.choose-area .choose-content .faq-accordion .accordion .accordion-item .accordion-content::before {
  content: "";
  width: 75%;
  height: 2px;
  background: #7a7e9a;
  top: 5px;
}

.choose-area .choose-content .faq-accordion .accordion .icon {
  position: absolute;
  z-index: 2;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #eabf2a;
  text-align: center;
  font-size: 25px;
  color: #051242;
  top: 11.2px;
  left: 12px;
}

/*
Choose Area 2 Css
======================================================*/
.home2-choose-area .single-choose {
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}

.home2-choose-area .single-choose .icon {
  background: #fff;
  border-radius: 4px;
  text-align: center;
  overflow: hidden;
  margin: auto;
  -webkit-box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.07);
          box-shadow: 2px 2px 20px 4px rgba(0, 0, 0, 0.07);
  padding: 10px 20px;
}

.home2-choose-area .single-choose .icon i {
  font-size: 80px;
  color: #051242;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.home2-choose-area .single-choose h3 {
  text-align: center;
  color: #293a5c;
  margin-bottom: 0;
  padding: 10px 5px;
  font-size: 17px;
  background-color: #f1f1f1;
}

.home2-choose-area .single-choose:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.home2-choose-area .single-choose:hover .icon i {
  color: #3d59fa;
}

.home2-choose-area .choose-c {
  position: relative;
  margin-top: 75px;
}

.home2-choose-area .choose-c .content {
  max-width: 600px;
  margin-left: 30px;
}

.home2-choose-area .choose-c .content h3 {
  font-size: 30px;
  color: #293a5c;
  margin-bottom: 15px;
  font-weight: 600;
}

.home2-choose-area .choose-c .content p {
  color: #293a5c;
  margin-bottom: 10px;
}

.home2-choose-area .choose-c .content p:last-child {
  margin-bottom: 0;


}

.home2-choose-area .choose-c .content .box-btn {
  border-radius: 50px;
  margin-top: 15px;
}

/*pc选择语言*/
.langage-box {
	font-family: arial;
	float: right;
	width: 133px;
	height: 36px;
	line-height: 36px;
	position: relative;
	color: #333;
	margin-top: 30px;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
.header.fixed-header .langage-box{
	margin-top: 15px;
}

.language-btn {
	display: block;
	padding-left: 0;
	
}
.language-btn {
   width: 147px;
	height: 36px;
	line-height: 36px;
	background: url(../images/header-down-arrows.png) right center no-repeat;
	font-size: 16px;
	color: #333;
	position: relative;
	padding-left: 35px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}
.language-btn img{
	margin-right: 10px;
	vertical-align: middle;
	padding-bottom: 3px;
}
.langage-box .lang_z {
	position: absolute;
	left: 50%;
	top: 35px;
	width: 100%;
	margin-left: -35px;
	background: #fff;
	border-radius: 3px;
	display: none;
	height: auto;
	box-shadow: 0px 0px 10px 1px rgba(0,0,0,.1);
	z-index: 99;
}
.langage-box .lang_z dd a {
	display: block;
	border-bottom: 1px solid #dbdbdb;
	line-height: 35px;
	font-size: 14px;
	color: #545454;
	text-align: center;
}

/*手机语言*/
.langage{
	float: left;
	width: 100%;
	line-height: 36px;
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
}
.langage span{
	display: inline-block;
	padding: 0 10px;
	color: #fff;
	font-size: 12px;
	line-height: 36px;
	vertical-align: top;
}
.langage a{
	color: #fff;
}

#maximg img{ max-width:100%; height:auto !important}


/*CMG Logo Slider*/

#cmg-logo-wall {
	align-items: center;
  display: flex;
  height: 10vh;
  justify-content: center;
}

@-webkit-keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 10));
  }
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 10));
  }
}
#cmg-logo-wall .slider {
  background: white;
  height: 100px;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#cmg-logo-wall .slider::before,
#cmg-logo-wall .slider::after {
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0) 100%);
  content: "";
  height: 100px;
  position: absolute;
  width: 200px;
  z-index: 2;
}
#cmg-logo-wall .slider::after {
  right: 0;
  top: 0;
  transform: rotateZ(180deg);
}
#cmg-logo-wall .slider::before {
  left: 0;
  top: 0;
}
#cmg-logo-wall .slider .slide-track {
  -webkit-animation: scroll 40s linear infinite;
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 20);
}
#cmg-logo-wall .slider .slide {
  height: 100px;
  width: 250px;
}
#cmg-logo-wall .slider .slide img {
    filter: grayscale(0%); /* 使图片变灰 */
	opacity: 1;
    transition: filter 0.5s ease; /* 添加过渡效果使变化更平滑 */
}
 
#cmg-logo-wall .slider .slide img:hover {
    filter: none; /* 鼠标悬停时移除灰色效果 */
	opacity: 1;
}
/*End CMG Logo Slider*/
/*CMG Logo Grid*/
.cmgbrgrid {
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

 .cmgbrgrid a {  /*you can always change this to a div */
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  flex-basis: 25%;
  -webkit-flex-basis: 25%;
  -ms-flex-basis: 25%;
  height: 8rem;
  box-sizing: border-box;	 
  margin-left: -1px;
	 margin-top: -1px;
}

.cmgbrgrid img {
	max-width: 80%;
	max-height: 74%;
	  border: 1px ridge #C7C7C7;
	opacity: 0.5;
	filter: grayscale(100%);
}

		.cmgbrgrid img:hover {
			opacity: 1;
			filter: none;
			transition: filter 0.5s ease;
		}		
	

@media (max-width: 840px) {

	.cmgbrgrid a {
    flex-basis: 33.3333333333%;
    -webkit-flex-basis: 33.3333333333%;
    -ms-flex-basis: 33.3333333333%;
	}

}

@media (max-width: 550px) {

	.cmgbrgrid a {
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
    -ms-flex-basis: 50%;
	}

}
/*End CMG Logo Grid*/

/*Caption Area*/
.caption-area{
    position: relative;
    display: block;
    background: #fec144;
    padding: 40px 0 40px;
}
.caption-title {
    position: relative;
    display: block;
    margin: 8px 0;
}
.caption-title h2{
    color: #222222;
    font-size: 24px;
    line-height: 32px;
}
.request-button{}
.request-button a {
    color: #222222;
    background: #ffffff;
    padding: 18px 30px 18px;
}
.btn-one {
    position: relative;
    background: #fec144;
    color: #222222;
    font-size: 13px;
    line-height: 13px;
    font-weight: 500;
    display: inline-block;
    padding: 23px 40px 23px;
    text-transform: uppercase;
    font-family: 'Rubik', sans-serif;
    transition: all 500ms ease;
    border-radius: 3px;
}
.btn-one:hover{
    color: #fff;
    background: #eb9f04;
}
@media(max-width:991px) {
.caption-area {
    position: relative;
    display: block;
    background: #fec144;
    padding: 25px 0 40px;
}    
.caption-title{
    float: none !important;
    text-align: center;
}
.request-button {
    float: none !important;
    display: block;
    margin-top: 20px;
    text-align: center;
}
.request-button a {
    color: #222222;
    background: #ffffff;
    padding: 18px 0px 18px;
    width: 230px;
    margin: 0 auto;
}    
}
/*End Caption Area*/

/*About Section Area*/
.about-style1-area{
    position: relative;
    display: block;
    background: #f3f3f4;
    padding: 120px 0 90px;
}

.about-style1_image-box{
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
}
.about-style1_image-box .shape{
    position: absolute;
    top: -40px;
    right: -100px;
}
.about-style1_image-box .image-box{
    position: relative;
    display: block;
    float: left;
}


.about-style1_image-box .image-box.right{
    margin-left: 30px;    
}
.about-style1_image-box .image-box .single-box{
    position: relative;
    display: block;
    padding-bottom: 30px;
}
.about-style1_image-box .image-box .single-box .inner{
    position: relative;
    display: block;
    overflow: hidden;
    border-radius: 7px;
}
.about-style1_image-box .image-box .single-box .inner::before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 50%;
    -webkit-transform: translate(-100%, -100%);
    transform: translate(-100%, -100%);
    opacity: 0;
    z-index: 10;
}
.about-style1_image-box .image-box .single-box:hover .inner::before{
    -webkit-animation: circle .95s;
    animation: circle .95s;    
}



.about-style1_image-box .image-box .single-box .inner img{
    width: 100%;
    filter: grayscale(40%);
}
.about-style1_image-box .image-box .single-box:hover .inner img {
    transform: scale(1.2) rotate(1deg);
    filter: grayscale(0%);
}

.about-style1_image-box .image-box .image-box2{
    padding-right: 60px;
}
.about-style1_image-box .inner-caption {
    position: absolute;
    top: 0;
    right: 10px;
    transform: rotate(90deg);
    transform-origin: right;
    margin: 266px 0 0;
}
.about-style1_image-box .inner-caption h3 {
    color: #1f2026;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.about-cmg-logo-1{
    position: relative;
    display: block;
    width: 170px;
    height: 105px;
    background: url("/static/images/logo-en.png") no-repeat ;
    border-radius: 8px;
    color: var(--thm-black);
    font-size: 40px;
    line-height: 100px;
    text-align: center;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    margin-bottom: 30px;
}
.xoven-video-galler-1:hover{
    color: #ffffff;
}
.xoven-video-galler-1 span:before {
    position: relative;
    display: inline-block;
    line-height: 105px;
}



.about-style1_content-box{
    position: relative;
    display: block;
    padding-top: 62px;
    padding-left: 100px;
}
.about-style1_content-box h2{
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    margin: 0 0 37px;
}
.about-style1_content-box h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin: 0 0 37px;
}
.about-style1_content-box .text{
    position: relative;
    display: block;
}
.about-style1_content-box .text p {
	margin-bottom: 0.5rem;
	line-height: 2rem;
}

.about-style1_bottom-box{
    position: relative;
    display: flex;
    align-items: center;
    padding-top: 46px;
}
.about-style1-user-box{
    position: relative;
    display: flex;
}
.about-style1-user-box .single-box{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;   
}
.about-style1-user-box .single-box.two {
    margin-left: -35px;
}
.about-style1-user-box .single-box.three {
    margin-left: -35px;
}
.about-style1-user-box .single-box.four {
    margin-left: -35px;
}
.about-style1-user-box .single-box.five {
    margin-left: -35px;
}
.about-style1-user-box .single-box img{
    width: 100%;
    border-radius: 50%;
}

.about-style1_user-name{
    position: relative;
    display: block;
    padding-left: 20px;
}
.about-style1_user-name h3{
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 8px;
}
.about-style1_user-name p{
    color: #777777;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    font-family: var(--thm-oswald-font)
}

.sec-title {
    position: relative;
    display: block;
    margin-top: -3px;
    padding-bottom: 64px;
}
.sec-title .sub-title {
    position: relative;
    display: block;
    padding-bottom: 19px;
}
.sec-title .sub-title h3{
    color: var(--thm-base);
    font-size: 18px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: uppercase;
}
.sec-title h2 {
	font-weight: 700;
    font-size: 32px;
    line-height: 1.3em;
    text-transform: uppercase;
	margin: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) { 


/*** About Style1 Area Css ***/  
.about-style1-area {
    padding: 120px 0 120px;
}
.about-style1_content-box {
    padding-top: 22px;
    padding-left: 0px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px) { 

/*** About Style1 Area Css ***/  
.about-style1-area {
    padding: 120px 0 120px;
}
.about-style1_content-box {
    padding-top: 22px;
    padding-left: 0px;
}
}

@media only screen and (max-width: 767px) { 
.sec-title {
    padding-bottom: 49px;
}    
.sec-title h2 {
    font-size: 38px;
}    
.sec-title h2 br{
    display: none;
}    


/*** About Style1 Area Css ***/  
.about-style1-area {
    padding: 120px 0 120px;
}
.about-style1_image-box .image-box {
    float: none;
}
.about-style1_image-box .image-box .single-box.image-box1{
    max-width: 170px;
    margin: 0 auto;
}
.about-cmg-logo-1 {
    margin: 0 auto 30px;
}
.about-style1_image-box .image-box.right {
    margin-left: 0px;
}
.about-style1_image-box .image-box .image-box2 {
    padding-right: 0px;
}

.about-style1_content-box {
    padding-top: 12px;
    padding-left: 0px;
}
.about-style1_bottom-box {
    padding-top: 26px;
}

.about-style1_image-box .shape{
    display: none;
}
/*End About Section Area*/

@media only screen and (max-width: 768px) {
	 .goods03-newlist a{
		 width: 80%; /* 或者具体的宽度值 */
  display: inline-block; /* 或者 inline-block */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
		 
	 } 
}	
	
