*, :focus[data-focus-method=mouse]:not(input):not(textarea):not(select), :focus[data-focus-method=touch]:not(input):not(textarea):not(select) {
  outline: 0; margin: 0; padding: 0;
}
body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #777;
	width: 100% !important;
	height: 100% !important;
	font-size: 10px;
}
body p {
    font-size: 1.6rem;
    color: #111;
    text-align: left;
}
.red{color: #FF2626!important;}
.bigbox {
  padding: 0 8rem !important;
}
.df {
  display: flex;
}
.dff {
  display: flex;
  justify-content: space-between;/*两端对齐*/
}

.cl:after {
  content: "";
  display: block;
  clear: both;
}
.mt1{margin-top: 1rem;}
.mt2{margin-top: 2rem;}
.mt3{margin-top: 3rem;}
.mb1{margin-bottom: 1rem;}
.mb2{margin-bottom: 2rem;}
.mb3{margin-bottom: 3rem;}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tl {
  text-align: left;
}
.tr {
  text-align: right;
}
.tc {
  text-align: center;
}

.pr{
	position: relative !important;
}
.pa{
	position: absolute !important;
}
.pf{
	position: fixed !important;
}
.ps{
	position: sticky !important;
}
.op0{opacity: 0; position: absolute !important;}
.op1{opacity: 1; position: fixed !important;}
.none{display: none;}
body .app{display: none;}
body .pc{display: block;}
/*大标题*/
h1 {
  font-size: 2.25rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 3.6rem;
  letter-spacing: 1px;
}
h1::after {
  position: absolute;
  left: 50%;
  top: 4.0rem;
  width:5rem;
  height: 0.1rem;
  display: none;
  transform: translateX(-50%);
  content: "";
  background: #2D62B9;
}

h1.hc{
  text-align: center;
  letter-spacing: 2px;
}
h1.hc::after {
  display: block;
}
form input, form select, .btn{
  border-radius: 0.1rem;
}

button, hr {
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}
button:disabled, html {
  cursor: default
}

a, a:active, a:link, a:visited, ins {
  text-decoration: none
}
ul {
  list-style: none;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/********************************************************/

h2 {
  margin: 0 0 20px 0;
  color: #222;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-size: 5rem;
}
h3, h4 {
	color: #222;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
}
h5 {
	/*text-transform: uppercase;*/
	font-weight: 700;
	line-height: 20px;
}
p.intro {
	font-size: 16px;
	margin: 12px 0 0;
	line-height: 24px;
}
a {
	color: #555;
}
a:hover, a:focus {
	text-decoration: none;
	color: #FF2626;
}
ul, ol {
	list-style: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}

.center{text-align:center}

* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
}
.section-title {
    height: auto;
    position: relative;
    overflow: hidden;
    padding: 2rem 0;
}
hr {
    position: absolute;
    height: 0.2rem;
    width: 100%;
    text-align: center;
    background: #222;
    border: 0;
    top: 5rem;
}
.section-title h2 {
    position: relative;
    font-size: 3.8rem;
    margin: 1rem auto;
    display: inline;
    padding: 0.5rem 3rem;
    background: #fff;
    z-index: 2;
}


.tlinks{text-indent:-9999px;height:0;line-height:0;font-size:0;overflow:hidden;}
#nav .container {
  width: 100%;
  margin: 0;
}
#nav .container h3 {
  line-height: 3em;
  margin: 0 auto;
  display: none;
}
.navbar-mail {
  position: absolute;
  right: 2rem;
  top: 2.5rem;
  font-size: 1.5rem;
}
.intro-text h3 {
  font-size: 2.5rem;
}

/* Navigation */
#nav {
    z-index: 999;
    position: fixed;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.86);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 0px 1px rgba(0,0,0,0.1);
    transition: all 0.6s;
    height: 8rem;
    vertical-align: middle;
}

#nav:hover {
  background-color: rgba(255,255,255,1);
  border-bottom: 1px solid rgba(255,255,255,0.2);
  box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
}
#nav.affix {
	position: fixed;
	top: 0;
	width: 100%
}
#navs {
  display: block;
  cursor: pointer;
}
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
  text-align: right;
  display: none;
  /*display: none !important;*/
}

.navbar-custom {
  padding: 0 3rem;
  border-radius: 0px;
  line-height: 8rem;
}
.navbar-custom a {
  width: auto;
  color: #222;
  display: inline-block;
}
.navbar-custom .navbar-header a {
    overflow: hidden;
    width: 11rem;
    height: auto;
    color: #222;
    display: inline-block;
    margin-top: 1.0rem;
}
.navbar-custom .navbar-header a img {
    width: 100%;
    height: auto;
}
.navbar-custom .nav li a {
  margin: 1rem 3rem;
  display: block;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: background .3s ease-in-out;
  font-size: 1.6rem;
  line-height: 5.0em;
  transition: all 0.6s;
}
.navbar-custom .nav li a:hover {
	outline: 0;
	color: #FF2626;
	background-color: transparent;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #000;
}
.navbar-custom .nav li a:focus, .navbar-custom .nav li a:active {
  outline: 0;
  background-color: rgba(255,255,255,0.8);
  color: #000;
}

.navbar-custom .nav li.active {
	outline: 0;
}
.navbar-custom .nav li.active a {
	background-color: rgba(255,255,255,.3);
}
.navbar-custom .nav li.active a:hover {
	color: #fff;
}

.btn-default {
	text-transform: uppercase;
	color: #222;
	font-weight: 600;
	background-color: transparent;
	border-color: #333;
	padding: 1.5rem 2rem;
	margin: 0;
	font-size: 1.8rem;
	border-radius: 0.1rem;
	margin-top: 2rem;
	transition: all 0.6s;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	color: #fff;
	background-color: rgba(0,0,0,0.8);
	border-color: rgba(0,0,0,0.9);
}

/*头部导航*/
.collapse.navbar-collapse.navbar-main-collapse {
  width: 100%;
  position: absolute;
  background: rgba(255,255,255,0.9);
  top: 8rem;
  left: 0;
  text-align: center;
  transform: all 1s;
}
.collapse.navbar-collapse.navbar-main-collapse:hover {
    background: rgba(255, 255, 255, 1);
}

.navbar .navbar-nav {
  display: flex;
  justify-content: center;
}

/*zh-en*/
.language {
  position: relative;
  width: 9rem;
}
.language .iconbox .icon {
    width: 2.9rem;
    fill: #222;
    top: 2.5rem;
    position: absolute;
}
.language .iconbox span {
  display: inline-block;
  font-size: 1.6rem;
  position: absolute;
  top: 0;
  left: 3.5rem;
}
body .language ul {
  background: rgba(255, 255, 255, 0.9);
  position: absolute;
  display: none;
  margin-top: -0.2rem;
  padding-bottom: 0rem;
  width: 16rem;
  z-index: 9999;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
}
body  .language:hover ul {
  display: block;
}
.navbar-custom .language ul li {
  position: relative;
  border-top: rgba(0, 0, 0, 0.1) solid 0.1rem;
  line-height: 6rem;
  text-indent: 1.8rem;
  font-size: 1.6rem;
}
.language-list .icon {
  position: absolute;
  top: 1.5rem;
  right: 2rem;
  fill: red;
  width: 3rem;
  height: 3rem;
}
.language a{cursor: pointer;}


.menu {
  width: 9rem;
  position: relative;
  text-align: right;
  cursor: pointer;
}

.menu > span {
    position: absolute;
    font-size: 1.6rem;
    color: #222;
    line-height: 6.2rem;
    right: 0rem;
	top: 0.6rem;
}

#header {
  height: calc(100% - 0rem);
}



/* Header Section */
.intro {
	display: table;
	width: 100%;
	height: 100%;
	padding: 0;
	text-align: center;
	color: #333;
	background: #333 url(../img/intro-bgs.jpg) no-repeat center top;
	background-color: #e5e5e5;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}

.intro h1 {
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: #333;
}
.intro p {
	font-size: 2rem;
	margin-bottom: 3rem;
	margin-top: 2rem;
}
header .intro-text {
	padding-top: 20rem;
	padding-bottom: 20rem;
}

/* Portfolio Section */
#portfolio {
  padding: 12rem 0;
}
.categories {
    padding-bottom: 0.5rem;
    text-align: center;
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
}
ul.cat li a {
  border: 0.1rem solid #fff;
  color: #999;
  padding: 1rem 0rem;
  transition: all 0.6s;
}
ul.cat li a.active {
	background: #222;
	border: 1px solid #222;
	color: #fff;
}
ul.cat li a:hover {
	color: #222;
	border-bottom: 0.1rem solid #222;
}

ul.cat li .active-0 a, ul.cat li .active-1 a, ul.cat li .active-2 a, ul.cat li .active-3 a, ul.cat li .active-4 a, ul.cat li .active-5 a, ul.cat li .active-6 a{
	color: #222;
	border-bottom: 0.1rem solid #222;
}

#about em {
  display: inline-block;
  margin-right: 0rem;
}

#list h3 {
  color: #090;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 1px;
  border-bottom: #ddd solid 0.1rem;
  line-height: 2em;
  margin: 0;
height: auto;
margin-bottom: 2rem;
}

.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin: 15px 0;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
/*.portfolio-item:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}*/
.portfolio-item .hover-bg {
  height: 30rem;
  overflow: hidden;
  position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 30% 0 0 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	text-transform: uppercase;
	opacity: 0;
	color: #fff;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}


/* Contact Section */
#contact {
	padding: 12rem 0 6rem 0;
}
#contact h3 {
	padding-top: 20px;
	font-size: 20px;
	font-weight: 400;
	color: #fff;
}
#contact form {
	padding: 30px 0;
}
#contact .text-danger {
	color: #E87E04;
	text-align: left;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #2c3e50;
	background-color: rgba(255,255,255,0.8);
	background-image: none;
	border: 1px solid #999;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
.form-control::-webkit-input-placeholder {
color: #2c3e50;
}
.form-control:-moz-placeholder {
color: #2c3e50;
}
.form-control::-moz-placeholder {
color: #2c3e50;
}
.form-control:-ms-input-placeholder {
color: #2c3e50;
}
#contact .social {
	margin-top: 80px;
}
#contact .social ul li {
	display: inline-block;
	margin: 0 20px;
}
#contact .social i.fa {
	font-size: 22px;
	padding: 4px;
	color: #444;
	transition: all 0.5s;
}
#contact .social i.fa:hover {
	color: #000;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}

/* Footer Section*/
.footer {
  color: #999;
  margin: 9rem auto 0;
  padding-bottom: 9rem !important;
}
.footer p {
	font-size: 13px;
}
.footer a {
  color: #222;
  line-height: 3rem;
  font-size: 1.4rem;
}
.footer a:hover {
	color: #f30;
}
.footer h3 {
  color: rgba(0,0,0,0.5);
  margin-bottom: 1rem;
}
.footer .f3 p, .footer .f3 p a {
  font-size: 1.2rem;
  color: rgba(0,0,0,0.5);
}
/*.cat li ul li {
  width: 100%;
}
*/
.footer .linkbox .t2 {
    font-size: 2rem;
}

.navbar-toggle {
  position: relative;
  float: right;
  padding: 1rem;
  margin-top: 0.8rem;
  margin-right: 1.5rem;
  margin-bottom: 0.8rem;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .fa.fa-bars {
  font-size: 2rem;
  color: #222;
}

/*nav*/
.navbar-toggle {
  position: relative;
  float: left;
  padding: 0;
  margin-top: 0.88rem;
  margin-right: 1.5rem;
  margin-bottom: 0.8rem;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0.1rem;
  text-align: center;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 2.2rem;
    height: 2px;
    margin-bottom: 5px;
}
button.navbar-toggle {
  width: 2.2rem;
  height: 3.0rem;
  position: relative;
  right: -2.3rem;
  outline: none;
  top: 1.5rem;
}
button.navbar-toggle .icon-bar{
    position: absolute;
}
	
span.icon-bar.i2 {
    top: 8px;
}	

button.navbar-toggle .icon-bar.i2{ opacity: 1; transition: opacity 0.6s;}	
	
button.navbar-toggle.on .icon-bar.i2{ opacity: 0; transition: opacity 0.3s;}
	
button.navbar-toggle span.icon-bar.i1 {
	transition: top 0.6s, transform 0.6s; 
	transform:rotate(0deg);
    top: 5px;
}	
button.navbar-toggle span.icon-bar.i3 {
	transition: top 0.6s, transform 0.6s; 
	transform:rotate(0deg);
    top: 20px;
}

button.navbar-toggle.on span.icon-bar.i1 {
	transition: top 0.6s, transform 0.6s;	
	transform:rotate(45deg);
    top: 1.3rem;
}	
button.navbar-toggle.on span.icon-bar.i3 {
	transition: top 0.6s, transform 0.6s; 
	transform:rotate(-45deg);
    top: 0.9rem;
}

button.navbar-toggle span.icon-bar.i1 {
    transition: top 0.6s, transform 0.6s;
    transform: rotate(0deg);
    top: 5px;
}
button.navbar-toggle .icon-bar.i2 {
    opacity: 1;
    transition: opacity 0.6s;
}
.navbar-toggle .icon-bar {
    background-color: #222;
}
button.navbar-toggle span.icon-bar.i3 {
    transition: top 0.6s, transform 0.6s;
    transform: rotate(0deg);
    top: 15px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}

/* About Section */
.row.dff {
    width: calc(100% - 0rem);
    margin: 5rem auto;
}
#about .about-text {
  width: calc(100% - 29rem);
  margin: 1rem 0 0 5rem;
}
#about .about-img {
    width: 139rem;
}
/*#about .mySwiper-text {
    margin-left: 5rem;
}*/
#about img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}
#about p {
	margin-top: 0rem;
	line-height: 3rem;
	font-size: 1.8rem;
	margin-bottom: 2rem;
}

#about {
  margin: 9rem 0;
}

/* Slide transitions */

.slideUp {
 /* -webkit-transform: translateY(-100px);
  transform: translateY(-100px);*/
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  -o-transform: translateY(-100px);
  transform: translateY(-100px);
  /*transition: transform .5s ease-out;*/
  -webkit-transition: transform .5s ease-out;
  -o-transition: transform .5s ease-out;
  transition: transform .5s ease-out;
}

.slideDown {
  /*-webkit-transform: translateY(0);
  transform: translateY(0);*/
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  /*transition: transform .5s ease-out;*/
  -webkit-transition: transform .5s ease-out;
  -o-transition: transform .5s ease-out;
  transition: transform .5s ease-out;
}

.btn.btn-default.btn-lg.page-scroll {
  margin-top: 6rem;
}

#nav .container h3 span {
    margin-right: 3px;
	/*font-weight: bold;*/
    letter-spacing: -2px !important;
}

/*domainlist*/

.container {
    width: auto;
    margin: 0 3rem;
}


.image-grid {
  display: flex;
}

.image-grid li {
  box-shadow: 0px 0px 1px rgba(0,0,0,0.0);
  margin: 1rem;
  padding: 1rem 1.6rem 2rem;
  min-width: 31.63%;
  border-bottom: transparent solid 2px;
  transition: all 0.6s;
}
.image-grid li:hover {
  background: #f9f9f9;
  box-shadow: 0px 0px 1px rgba(0,0,0,0.2);
  border-bottom: #0a0 solid 2px;
}

.image-grid li .box {
  padding: 1rem 2rem;
}

.image-grid li span {
  font-size: 1.2rem;
}

#list li rp {
  font-size: 2rem;
  display: block;
  color: #f30;
}

#list {
  display: flex;
  height: auto !important;
  min-height: 20rem;
  flex-wrap: wrap;
}

#list li rp, #list li rt {
  display: none;
}

.image-grid li span.break {
  font-size: 2rem;
  margin: 0 0.1rem;
  line-height: 3.2em;
}
.image-grid li span.item {
  font-size: 3rem;
  margin: 0 0.1rem;
  line-height: 2.1em;
}
#list h3 {
  display: flex;
}
#list li .price {
  display: block;
}
#list li .price {
  display: block;
  color: #f80;
  font-size: 1.62rem;
  line-height: 3em;
}

.box h5 {
  line-height: 20px;
  font-size: 1.6rem;
  color: #222;
  font-family: 'ali';
}
.cat li ul li a{
text-transform: uppercase;
}
.image-grid li span.use {
  font-size: 1.4rem;
  position: relative;
  text-indent: 2em;
  display: inline-block;
}
.image-grid li span.use:after {
  background: #0A0;
  position: absolute;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 2rem;
  height: 2px;
  content: "";
}

.intro .intro-text p.visits {
  margin-bottom: 1rem;
  font-weight: bold;
  font-size: 2.2rem;
}
.intro .intro-text .visits span {
  color: #f30;
}
.intro .intro-text h5.visitstip {
  font-size: 1.4rem;
  color:#333;
}
.cat li ul li:nth-last-of-type(1) {
  margin-right: 0rem;
}
.intro .intro-text p.visits.mt0 {
  margin-left: 1rem;
}

.pbox {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: -1rem;
}

.image-grid li span {
    font-size: 1.6rem;
    margin: 0 0.2rem;
}

/*domain ID*/

/*.image-grid li:nth-of-type(8) {
  width: 54rem;
}
.image-grid li:nth-of-type(9) {
  width: 28.0em;
  min-width: 10em;
}
.image-grid li:nth-of-type(11) {
  width: 24.6em;
  min-width: 10em;
}*/

/*@font-face {
	font-family: "ali";
	src: url('../fonts/ali.woff');
}
@font-face {
	font-family: "ali2";
	src: url('../fonts/AlimamaFangYuanTiVF-Thin.ttf');
	src: local('☺'), url('../fonts/AlimamaFangYuanTiVF-Thin.woff') format('woff'), url('../fonts/AlimamaFangYuanTiVF-Thin.woff2') format('truetype');
	font-weight: normal;
	font-style: normal;
}*/

/*@font-face {
	font-family: "zkkh";
	src: url('../fonts/zkkh.ttf');
}*/
/*.image-grid li span.item {
  font-family: "ali";
  font-size: 2.8rem;
  font-weight: bold;
}*/
.image-grid li span.item {
  font-family: "ali2";
  font-size: 3rem;
  font-weight: bold;
}

/*domain ID*/

/*.pbox, .visitstip {
  display: none !important;
}*/


.tipbox {
  text-align: center;
  width: 100%;
  margin: 6rem auto 0;
}
.tipbox p {
  text-align: center;
  color: #F5B831;
  margin-bottom: 0em;
}

.tipbox p.cnp {
  font-size: 1.8rem
}



/*banner广告*/
 .swiper {
      width: 100%;
      height: 100%;
    }

    .swiper-slide {
      text-align: center;
      font-size: 18px;
      background: #fff;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .swiper-slide img {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .autoplay-progress {
      position: absolute;
      right: 16px;
      bottom: 16px;
      z-index: 10;
      width: 48px;
      height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: bold;
      color: var(--swiper-theme-color);
    }

    .autoplay-progress svg {
      --progress: 0;
      position: absolute;
      left: 0;
      top: 0px;
      z-index: 10;
      width: 100%;
      height: 100%;
      stroke-width: 4px;
      stroke: var(--swiper-theme-color);
      fill: none;
      stroke-dashoffset: calc(125.6 * (1 - var(--progress)));
      stroke-dasharray: 125.6;
      transform: rotate(-90deg);
    }

.swiper-button-next, .swiper-button-prev{color: rgba(0,0,0,0.0); transition: all 0.3s;}

#header:hover .swiper-button-next, #header:hover .swiper-button-prev{color: rgba(0,0,0,0.5); transition: all 1.5s;}

.swiper-pagination{color: rgba(0,0,0,0.3)}
.autoplay-progress svg{stroke: rgba(0,0,0,0.3); stroke-width:2px !important;}
.autoplay-progress span{color: rgba(0,0,0,0.5); font-size: 1.2rem; display:none}
.swiper-button-next{right: 3.5rem}
.swiper-button-prev{left: 3.5rem}
.swiper-pagination-bullet-active{background-color: rgba(255,255,255,0.6)}

#header .swiper-pagination{bottom:3rem !important;}
#header .swiper-pagination span{width: 3.9rem; height: 0.39rem; border-radius: 0.8rem; display: inline-block; margin:0 1rem !important;}

.swiper-button-next:after, .swiper-button-prev:after{font-size: 3rem; transition: all 0.5s;}
#header:hover .swiper-button-next:after, #header:hover .swiper-button-prev:after{font-size: 5rem; transition: all 1.5s; transition-delay: 0s;}

#header .swiper-slide img{
    width:100%;
    height:auto;
    min-height:100%;
    transition:1s linear 2s;
    transform:scale(1.1,1.1);
    }
#header .swiper-slide-active img,.swiper-slide-duplicate-active img{
    transition:6s linear;
    transform:scale(1,1);
    }

.mySwiper2 {
    overflow: hidden;
    padding-bottom: 10rem;
}
.mySwiper2 .swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 0.9);
}
.mySwiper2 .swiper-button-next, .swiper-button-prev {
    color: rgba(0, 0, 0, 0.5);
}
.about-text .swiper-slide {
  font-size: 18px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 3rem;
  display: block;
  padding-top: 1rem;
}
#about .about-text {
    height: 29rem;
    margin-top: -1rem;
	transition: all 1s;
}
#about .about-text:hover {
    height: 53.8rem;
    margin-top: -1rem;
}

a.more {
    margin: 2rem 0 1rem;
    font-size: 2.0rem;
    color: #111;
    background: transparent;
    padding: 1.5rem 3rem;
    line-height: 2rem;
    display: inline-block;
    border: #333 solid 1px;
}

/*brand*/
.brand {
    width: calc(100% - 22rem);
    height: 69rem;
    margin-top: 6rem;
    padding: 6rem 11rem 10rem;
}
.brand .swiper-slide img {
    max-width: 60rem;
    width: 100%;
    height: auto;

}
#about h2 span {
    position: absolute;
    display: inline-block;
    left: 50%;
    width: 31rem;
    text-align: center;
    top: 1rem;
    margin-left: -15.5rem;
    background: #fff;
}

.footer .f1{
  text-align: center;
  width: calc(100% - 0rem);
  height: 18rem;
  margin: 6rem 0;
  border-bottom: rgba(0,0,0,0.9) solid 2px;
}


/*back-top*/
#back-top {
  display: none;
  position: fixed;
  right: 2rem;
  bottom: 12rem;
  z-index: 100;
  width: 3.6rem;
  height: 3.6rem;
  font-size: 1.2rem;
  line-height: 2rem;
  color: #ffffff;
  background: #10111F;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  transition: .45s all ease-in-out;
  transform: translate3d(0, 100px, 0);
  opacity: 0.9;
}
#back-top:hover{
  opacity: 0.99;
  background: #ea202e;
}
#back-top svg.icon {
  display: block;
  margin: 0.5rem;
}



/*search*/
.search {
  float: left;
  margin-top: 3.5rem;
  position: relative;
  left: 3rem;
  border: rgba(0,0,0,0.5) solid 1px;
  height: 3rem;
  overflow: hidden;
  width: 20rem;
  margin-right: -20rem;
}
.search-text {
  height: 3rem;
  border: 0;
  display: inline-block;
  line-height: 3rem;
  text-indent: 1rem;
  width: 19rem;
  position: absolute;
  top: 0rem;
  left: 0;
  z-index: 1;
}

.search #sbtn {
  border: 0;
  position: relative;
  width: 3rem;
  left: 8.5rem;
  top: -1.5rem;
  z-index: 9;
  background: #fff;
  cursor: pointer;
}
#sbtn .icon {
  width: 2.6rem;
  position: relative;
  top: -0.1rem;
}


.codebox.dff {
    position: relative;
    width: 36rem;
    margin: 1rem auto 5rem;
}
.codebox.dff p {
    font-size: 1.4rem;
    height: 3rem;
    text-align: center;
}
.codebox.dff .tb, .codebox.dff .dy {
    line-height: 2em;
}

.phone svg {
  width: 2.6rem;
  font-weight: bold;
  vertical-align: text-bottom;
  margin-right: 1rem;
}
.phone span {
  font-size: 2.6rem;
  color: #111;
  line-height: 3rem;
  display: inline-block;
}
.phone {
  width: auto;
  position: absolute;
  right: 3rem;
  top: 1.8rem;
}

/*.f2 img {
    margin-left: -3px;
}
*/

.linkbox .t2 {
    display: none;
}

#about .about-img{
    width: 80rem;
}
#about .about-img .swiper-pagination {
    bottom: 3rem;
}
#about .about-img .swiper-pagination-bullet-active {
    background-color: rgba(0, 0, 0, 0.8);
}

span.vline {
    display: inline-block;
    margin: 0 0.5rem;
    opacity: 0.5;
}


/********************************************/

@media (max-width: 768px){
.language, .menu {
  width: 6rem;
}
.navbar-custom button#navs {
    top: 2rem;
    left: 3.5rem;
}
.language .iconbox .icon {
    top: 2.9rem;
}
#about p {
    font-size: 1.4rem;
}
.link{display:none;}
	
.tipbox p.cnp {
  font-size: 1.4rem
}

#list li {
  width: calc(100% - 2rem);
}
#about h2 {
  font-size: 2.6rem;
}
.pbox {
  display: block;
  margin-bottom: 0rem;
}

	
.box h5 {
  font-weight: normal;
}
#list h3 {
  display: block;
}
.image-grid li span.break {
  opacity: 0;
  display: block;
  height: 0;
  margin-bottom: -2rem;
}
body, html {
	font-size:10px;
}
#about .p1 {
  font-size: 1.5rem;

}
#about .tip {
  font-size: 1.2rem;
}
#about h4 {
  font-size: 1.2rem;
}
#about .p2 {
  font-size: 1.4rem;
}
#about .mail {
  font-size: 1.4rem;
}
#about {
  padding: 3rem 0;
}
#portfolio h2 {
  font-size: 1.8rem;
}
.nav > li > a {
  padding: 0.5rem 2rem;
}
.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
    margin: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.1);
}
.navbar-custom .nav li a {
  font-size: 1.4rem;
  margin: 0;
  /*background: rgba(0,0,0,0.8);*/
  color: rgba(255,255,255,0.9);
  line-height: 3em;
  border-bottom: rgba(255,255,255,0.3) solid 1px;
}
.navbar .navbar-collapse {
  padding: 0;
  text-align: right;
  border-top: rgba(0,0,0,0.3) solid 1px;
}
#nav {
  top: 0;
  position: absolute;
  width: 100%;
  left: 0;
}
	
.cat {
    display: block;
}
	
.site-logo h3 {
  display: inline-block;
}	
	
.site-logo h3 {
  display: inline-block;
  text-indent: 2rem;
  font-weight: bold;
}
	
.intro h1 {
  font-size: 3.6rem;
}	
	
.intro-text h2 {
  font-size: 3.2rem;
}
.cat li a {
  font-size: 1.6rem;
}
#portfolio {
  padding: 9rem 0 6rem;
}
.section-title.center {
  padding: 1rem 0 0rem 0;
}	
.cat li {
    margin-bottom: 0rem;
}	
	
#nav .container h3 {
    line-height: 2.4em;
    margin: 0;
    font-size: 2rem;
}
	
.navbar-custom {
  margin-bottom: 0;
  background-color: rgba(255,255,255,0.96);
  border-radius: 0px;
  border-bottom: 1px solid #fff;
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
}	
	
#about img {
  width: 19rem;
  height: 19rem;
  display: inline-block;
}
	
.btn.btn-default {
  font-size: 1.3rem;
}	
	
.intro-text {
  padding: 2rem;
}
#about .text-center {
  margin-top: 2rem;
}
	
ul.cat li a {
  font-size: 1.5rem;
}	
	
.footer a.jiamu {
  display: block;
  margin-top: 0.5rem;
}
	
.slideUp {
  transform: translateY(0px);
}
header .intro-text {
    padding-top: 10rem;
    padding-bottom: 9rem;
}
#list {
    display: block;
}	
	
.image-grid li {
    width: calc(100% - 2rem);
}	
	
hr {
    top: 2.8rem;
}
.cat.splitter>li:nth-last-of-type(1) {
  display: none;
}
	
.cat li ul li a {
  font-size: 1.4rem;
}
	
#portfolio .section-title.center {
  padding: 1rem 0 0rem 0;
}	
	
.cat li ul li span {
  display: block;
  height: 0;
  opacity: 0;
}

ul.cat li .active-0 a, ul.cat li .active-1 a, ul.cat li .active-2 a, ul.cat li .active-3 a, ul.cat li .active-4 a, ul.cat li .active-5 a, ul.cat li .active-6 a {
  border-bottom: 1px solid #222;
}
	
.image-grid li span.item {
  font-size: 2.6rem;
}	
	
.image-grid li .box {
  padding: 1rem 0rem;
}	
	
.cat.splitter {
  padding: 0rem;
}	
	
.cat li ul li {
  width: auto;
  margin: 0 3%;
}

.intro p.visits {
  margin-bottom: 0rem;
  font-size: 1.6rem;
}

.intro h5.visitstip {
  font-size: 1.2rem;
}	
	
.tipbox {
  padding: 0 5rem;
}
.enp {
  font-size: 1.2rem;
}
.categories {
    top: 5rem;
}	


.language a.page-scroll span, .menu > span.navtext{display: none;}
.language a svg.icon {
    top: 3rem;
}
/*.navbar-custom button#navs {
    top: 2rem;
    left: 2.8rem;
}*/
.navbar-custom {
    line-height: 3rem;
    padding: 0 2rem;
}
.language a.page-scroll span{
    line-height: 9rem;
}
.menu > span.navtext {
    line-height: 8.5rem;
}
.phone {
    width: 100%;
    top: auto;
    bottom: 2.5rem;
    right: 0;
}
.search {
    padding: 0.5rem 0rem;
    position: absolute;
    bottom: 9rem;
    width: calc(100% - 6rem);
}
.search-text {
    height: 4rem;
    width: 100%;
}
.search #sbtn {
	height: 4rem;
    position: absolute;
    width: 5rem;
    right: 0;
    top: 0.1rem;
    background: transparent;
    left: auto;
}
.navbar .navbar-collapse {
    padding-bottom: 9rem;
}	
.navbar-custom .nav li a {
    color: rgba(0, 0, 0, 0.98);
    font-size: 1.6rem;
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
}
.navbar-custom {
    height: 8rem;
}
.collapse.navbar-collapse.navbar-main-collapse {
    background: rgba(255, 255, 255, 0.96);
    border-bottom: #ddd solid 1px;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
}
.codebox.dff {
    margin: 3rem auto 3.9rem;
    width: calc(100% - 8rem);
}
.autoplay-progress {display: none;}

.language a svg.zh {
    top: 0.9rem;
    width: 3.2rem;
}
	

	
/*语言切换*/
.language .nav.navbar-nav {
    position: absolute;
    top: 8rem;
    width: 100%;
    background: #fff;
    left: 0;
}	
	
.language a svg.en {
    top: 1.0rem;
    width: 3.0rem;
}
	
	
#header {
    height: calc(100% - 18rem);
	margin-top: 8rem;
}	
	
.brand {
    width: calc(100% - 0rem);
    height: 36rem;
    margin-top: 0rem;
    padding: 5rem 0rem 6rem;
}
.swiper-pagination {
    bottom: 0rem !important;
}
	
.mySwiper2 {
    padding-bottom: 6rem;
}

#about {
    margin: 3rem 0;
}
	
.bigbox {
    padding: 0rem !important;
}	
.row.dff {
    display: block;
}
#about .about-img {
    width: 100%;
}	
#about img {
    width: 100%;
    height: auto;
    display: block;
}
	
#about .about-text {
    height: 12rem;
    width: calc(100% + 0.5rem);
    margin: 2rem 0 3rem 0rem;
}
#about .about-text:hover {
    height: 29rem;
}	
.footer .f1{
    height: 6rem;
}	
.footer .f1 img {
    display: none;
}	
	
a.more {
    width: 9rem;
    margin: 3.5rem auto 1rem;
    font-size: 1.6rem;
    color: #111;
    background: transparent;
    padding: 1.2rem 3rem;
    line-height: 2rem;
    display: block;
    border: #333 solid 1px;
    text-align: center;
}	
	
.footer .dff {
    display: block;
    text-align: center;
}
	
.footer {
    padding-bottom: 8rem !important;
}	
.footer p {
    text-align: center;
}	
.footer p.fr {
    width: 100%;
    margin-right: 0;
}	
	
.footer h3 {
    margin-top: 3rem;
}


/*.brand .swiper-slide {
    height: 100%;
    width: auto !important;
    margin-right: 2rem !important;
}	
.brand .swiper-slide img {
    height: 100%;
    width: auto;
}	*/
.brand .swiper-slide {
    height: auto !important;
    width: 100% !important;
}
.brand .swiper-slide img {
    height: 100% !important;
    width: auto !important;
}
	
.footer .linkbox .t2 {
    display: inline-block;
}
	
.language .iconbox span.zh, .language .iconbox span.en {
    display: none;
}
	

}
/*PHONE END*/



/****/
/*@media (min-width: 1360px){

.container {
    width: 1800px;
    margin: 0 auto;
    min-width: 1360px;
}
*/

/*body.zh  .en{
    display: block;
}*/

.navtext.en {
  top: 0.69rem;
}

body .zh{
    display: block;
}


body #header .textBox h1 span.en, body #header .textBox .sbtn span.en, body .brand .textBox h1 span.en, 
body #about .more span.en, body #about h2 span.en, body #about .about-text .en, body .bigbox.en {
    display: none;
}
body.en #header .textBox h1 span.en, body.en #header .textBox .sbtn span.en, body.en .brand .textBox h1 span.en, 
body.en #about .more span.en, body.en #about h2 span.en, body.en #about .about-text .en, body.en .bigbox.en{
    display: block;
}

body .language .iconbox span.en, body .language .iconbox svg.en, body .menu .navtext.en, body .language .language-list.en, body .language .language-list.zh li.en svg.en{
    display: none;
}

body.en .language .iconbox span.en, body.en .language .iconbox svg.en, body.en .menu .navtext.en, body.en .language .language-list.en li.en svg.en{
    display: block;
}

body .nav.navbar-nav li.en, body .codebox p.en, body .search input.en{
    display: none;
}

body.en .language:hover .language-list.en, body.en .nav.navbar-nav .en, body.en .codebox p.en, body.en .search input.en{
    display: block;
}

body.zh .en{
    display: none !important;
}

body.en  .zh{
    display: none !important;
}

body.zh .language-list li.zh, body.en .language-list li.en, body.zh .language-list li.en, body.en .language-list li.zh{
    display: block !important;
}



/*new add text*/
.textBox {
    position: absolute;
    bottom: 11rem;
}
.textBox h1, .textBox h3, .textBox span, .textBox a{
	/*text-align: center;*/
    color: rgba(255, 255, 255, 0.96);
}
.textBox h1 {
    text-align: center;
    width: 75rem;
    font-size: 3.6rem;
    position: relative;
    height: 3.9rem;
    font-weight: normal;
    margin-bottom: 3rem;
    text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}
.textBox h1 span.en {
	width: 100%;
    display: block;
    position: absolute;
}

/*.textBox h3 {
    font-size: 2.0rem;
    height: 2.6rem;
	font-weight: bold;
}*/

.brand .textBox {
    bottom: 3rem;
}
.brand .textBox h1 {
	width: 36rem;
    font-size: 2.6rem;
    height: 3rem;
    margin-bottom: 2rem;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}
.brand .textBox h1 span.en {
    display: contents;
}
.sbtn {
    text-transform: uppercase;
    background-color: transparent;
    padding: 0.8rem 2.8rem;
    font-size: 1.6rem;
    border-radius: 0.1rem;
    margin-top: 0rem;
    transition: all 0.6s;
    border: rgba(255, 255, 255, 0.9) solid 0.1rem;
    display: inline-block;
	text-shadow: 0px 1px 2px rgba(0,0,0,0.5);
}

.brand .sbtn {
    padding: 0.5rem 2.0rem;
    font-size: 1.4rem;
    margin-top: 0rem;
}

body.en button.navbar-toggle {
    right: -0.3rem;
    top: 1.5rem;
}	

@media (max-width: 1600px){
.brand .textBox {
    bottom: 8rem;
}
}

#nav:hover {
opacity: 0.99;
}






@media (max-width: 768px){
body.en .navbar .navbar-collapse {
    padding-bottom: 10rem;
}
body.en .search {
    bottom: 6.8rem;
}
body.en .phone {
    bottom: 1.5rem;
}
#header .swiper-pagination span {
    width: 1.9rem;
	margin: 0 0.6rem !important;
}
.pc{display: none !important;}
.app{display: block !important;}
.app{display: block !important;}
body .en.app, body.zh .en.app{display: none !important;}
body.en .zh.app{display: none !important;}
body.zh .zh.app, body.en .en.app{display: block !important;}

body .language .iconbox span.en, body .menu .navtext.en{
    display: none !important;
}
body ul.language-list {
    top: 8rem;
    left: -3rem;
}
body.en .textBox h1 .en {
    width: 32rem;
	left:50%;
	margin-left: -16rem;
    font-size: 2.3rem;
    height: 3.9rem;
    margin-bottom: 5rem;
}
body.en .sbtn {
    text-transform: uppercase;
    background-color: transparent;
    padding: 0.5rem 2.2rem;
    font-size: 1.5rem;
    border-radius: 0.1rem;
    margin-top: 0rem;
}
	
.brand .textBox h1 span.en {
    font-size: 1.8rem;
    display: contents;
}
.brand .textBox {
    bottom: 1rem;
}
.search {
    bottom: 8rem;
}	
#about h2 span {
    width: 23rem;
    top: 0.6rem;
    margin-left: -11.5rem;
    background: #fff;
}	
	
.textBox h1 {
    width: 65rem;
    font-size: 2.6rem;
    height: 2.9rem;
    margin-bottom: 2rem;
}
#header{
	padding: 0.6rem 0.8rem;
	font-size: 1.3rem;
}	
	
#header .textBox {
    bottom: 6rem;
}	

.mySwiper .swiper-button-next, .mySwiper .swiper-button-prev {
    display:none;
}
	
body.en .textBox h1 {
    margin-bottom: 3rem;
}
body.en .sbtn {
    margin-top: 1rem;
}
body .brand .textBox h1, body.zh.brand .textBox h1 {
    font-size: 1.8rem;
}
	
}

