﻿@charset "utf-8";
@media only screen and (min-width: 800px) {
body::-webkit-scrollbar {
 width: 5px;
 height: 5px;
 background-color: #fff;
}
  
/*定义滚动条轨道 内阴影+圆角*/  
body::-webkit-scrollbar-track {
 border-radius: 0px;
 background: #fff;
}
  
/*定义滑块 内阴影+圆角*/  
body::-webkit-scrollbar-thumb {
 border-radius: 0px;
 background-color:#da1428;
}
}
 /*=========
  基本默认值
  ==========*/
*{
	margin: 0;
	padding: 0; 
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-word-break: normal !important;
    word-break: normal !important;
    word-wrap: break-word !important;
}
html,body{ 
	min-height:100%;
	-webkit-overflow-scrolling : touch;/*苹果手机端滑动卡屏*/
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color:transparent;/*手机端点击底部出现背景*/
    width: 100%;
    overflow-x:hidden;
    min-width: 320px;
	font-size: 12px;
}
body {
	color: #000;
	font-family:"Arial","sans-serif";
}


/** Generated by FG **/
@font-face {
	font-family: 'ziti';
	src: url('/phone/fonts/DIN-Bold.eot');
	src: local('☺'), url('/phone/fonts/DIN-Bold.woff') format('woff'), url('/phone/fonts/DIN-Bold.ttf') format('truetype'), url('/phone/fonts/DIN-Bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ziti1';
	src: url('/phone/fonts/DIN-Light.eot');
	src: local('☺'), url('/phone/fonts/DIN-Light.woff') format('woff'), url('/phone/fonts/DIN-Light.ttf') format('truetype'), url('/phone/fonts/DIN-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'ziti2';
	src: url('/phone/fonts/DIN-Medium.eot');
	src: local('☺'), url('/phone/fonts/DIN-Medium.woff') format('woff'), url('/phone/fonts/DIN-Medium.ttf') format('truetype'), url('/phone/fonts/DIN-Medium.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}


li{
	list-style: none;
}
img {
	border: none;
	vertical-align: top;
	max-width: 100%;
}
a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0); 
	text-decoration: none;
	color: #000;	
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s;
	-ms-transition: all .5s; 
	transition: all .5s; 
}
::after,::before{	
	-moz-transition: all .5s; 
	-webkit-transition: all .5s;  
	-o-transition: all .5s;
	-ms-transition: all .5s; 
	transition: all .5s;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box; 
}
table {
	border-collapse: collapse;
}
input, textarea,select {
	font-family: "Arial","Microsoft YaHei";
	font-size: 12px;
	outline: none;
    appearance:none; /*清楚表单默认样式*/
    -moz-appearance:none;
    -webkit-appearance:none;
}

/*94%的内容*/
.wrap{
 	width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    position: relative;
}
.wrap1{
 	width: 94%;
    margin-left: auto;
    margin-right: auto;
    max-width: 1720px;
    position: relative;
}

/*图片通用样式*/
.img-common{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-background-size: cover;
}
/*清楚浮动*/
.clearfix:before,
.clearfix:after {
	content: "";
	display: block;
}

.clearfix:after {
	clear: both;
}
/*Flex居中样式*/
.flex-center{
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;
}
/*动画*/
.donghua {
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
}
/*文字溢出*/
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
/* =========

    导航

 ========= */
.headerbox{
	height: 70px;
}
.headerbox.index{
	height: 0;
}
.headerbox .header{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	height: 70px;
	z-index: 1111;
	transition: all .5s ease;
    border-bottom: 1px solid #e6e6e6;
}
.headerbox .header .wrap{
	max-width: 1820px;
}
.headerbox .header .logo{
	float: left;
	height: 70px;
	width: 290px;
}
.headerbox .header .logo .img2{
	display: none;
}
.headerbox .header .searchbox{
	float: right;
	height: 70px;
	position: relative;
	margin-left: 30px;
	width: 22px;
	cursor: pointer;
	z-index: 1111;
}
.headerbox .header .searchbox .ico{
	width: 22px;
	height: 22px;
	position: relative;
	z-index: 11;
}
.headerbox .header .searchbox[data-on="on"] .ico{
	transform: translateX(-50%);
}
.headerbox .header .searchbox form{
	position: absolute;
	right: 0;
	top: 50%;
	z-index: 10;
	transform: translateY(-50%);
	width: 0;
	transition: all .3s ease;
	opacity: 0;
	visibility: hidden;
}
.headerbox .header .searchbox[data-on="on"] form{
	width: 500px;
	opacity: 1;
	visibility: visible;
}
.headerbox .header .searchbox form input[type="text"]{
	width: 100%;
	height: 36px;
	border: 1px solid #ccc;
	padding-left: 3%;
	padding-right: 30px;
}
.headerbox .header .searchbox form input[type="submit"]{
	display: none;
}


/*导航条*/
.headerbox .header .nav{
	float: right;
	font-size: 0;
}
.headerbox .header .nav .li1{
	float: left;
	height: 70px;
	overflow: hidden;
	position: relative;
		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;
}
.headerbox .header .nav .li1 .a1{
	padding: 0 30px;
	font-size: 14px;
	position: relative;
	overflow: hidden;
}
.headerbox .header .nav .li1 .a1 .cn{
	color: #878787;
	transition: all .5s ease;
	line-height: 20px;
	position: relative;
text-overflow:ellipsis;
white-space: nowrap;
}
.headerbox .header .nav .li1 .a1 .en{
	color: #000000;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 100%;
	line-height: 20px;
	transition: all .5s ease;
	font-family:"ziti","sans-serif";
text-overflow:ellipsis;
white-space: nowrap;
}
.headerbox .header .nav .li1.on .a1 .cn{
	transform: translateY(-100%);
}
.headerbox .header .nav .li1.on .a1 .en{
	transform: translate(-50%,-100%);
}
.headerbox .header .nav .li1.on .a1 .en:after{
	content: "";
	width: 5px;
	height: 5px;
	background-color: #edd000;
	position: absolute;
	right: calc(100% + 10px);
	top: 50%;
	transform: translateY(-50%);
}
.headerbox .header .nav .li1 .sub{
	position: fixed;
	left: 0;
	top: 70px;
	width: 100%;
	background-color: #282f3a;
	display: none;
}
.headerbox .header .nav .li1 .sub .wrap{
	max-width: 1200px;
}
.headerbox .header .nav .li1 .sub .leftbox{
	width: calc(100% - 400px);
	float: left;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 40px 0;
    height: 350px;
}
.headerbox .header .nav .li1 .sub .leftbox .thtmebox{
 -webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
    width: 30%;
    	font-size: 18px;
	color: #fff;
	border-right: 1px solid rgba(255,255,255,.1);
}
.headerbox .header .nav .li1 .sub .leftbox .thtmebox .en{
	font-family:"ziti1","sans-serif";
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.headerbox .header .nav .li1 .sub .leftbox .thtmebox .cn{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.headerbox .header .nav .li1 .sub .leftbox .subnav{
	width: 70%;
	padding-left: 60px;
}
.headerbox .header .nav .li1 .sub .leftbox .subnav .snitem{
	display: block;
	width: 50%;
	float: left;
	font-size: 15px;
	color: #fff;
	margin-bottom: 40px;
}
 .headerbox .header .nav .li1 .sub .imgbox{
 	width: 400px;
 	height: 350px;
 	float: left;
 }
  .headerbox .header .nav .li1 .sub .imgbox .thtmebox{
  	text-align: center;
  }
 .headerbox .header .nav .li1 .sub .imgbox .thtmebox .en{
 	font-size: 30px;
 	color: #fff;
font-family:"ziti1","sans-serif";
 }
 .headerbox .header .nav .li1 .sub .imgbox .thtmebox .cn{
 	font-size: 18px;
 	color: #fff;
 }

.mm-nav-box{
	display: none;
}

@media only screen and (min-width: 601px){
.headerbox .header .nav .li1:hover .a1 .cn{
	transform: translateY(-100%);
}
.headerbox .header .nav .li1:hover .a1 .en{
	transform: translate(-50%,-100%);
}
.headerbox .header .nav .li1 .sub .leftbox .subnav .snitem:hover{
	color: #da1428;
}
}
@media only screen and (max-width: 1360px){
.headerbox .header .nav .li1 .sub .leftbox {
    width: calc(100% - 350px);
    padding: 30px 0;
    height: 300px;
}
.headerbox .header .nav .li1 .sub .imgbox {
    width: 350px;
    height: 300px;
}
}
@media only screen and (max-width: 1280px){
.headerbox .header .nav .li1 .a1 {
    padding: 0 26px;
}
.headerbox .header .nav .li1.on .a1 .en:after {
    right: calc(100% + 6px);
}
.headerbox .header .nav .li1 .sub .leftbox {
    width: calc(100% - 300px);
    padding: 20px 0;
    height: 250px;
}
.headerbox .header .nav .li1 .sub .imgbox {
    width: 300px;
    height: 250px;
}
.headerbox .header .nav .li1 .sub{
	top: 60px;
}
.headerbox {
    height: 60px;
}
.headerbox .header {
    height: 60px;
}
.headerbox .header .logo {
    height: 60px;
}
.headerbox .header .searchbox{
	height: 60px;
}
.headerbox .header .nav .li1{
	height: 60px;
}
}
@media only screen and (max-width: 1024px){
.headerbox .header .nav .li1 .sub{
	top: 50px;
}
.headerbox {
    height: 50px;
}
.headerbox .header {
    height: 50px;
}
.headerbox .header .logo {
    height: 50px;
}
.headerbox .header .searchbox{
	height: 50px;
}
.headerbox .header .nav{
	display: none;
}
.headerbox .header .searchbox[data-on="on"] .ico {
    transform: translateX(0);
}
.headerbox .header .searchbox[data-on="on"] form{
	display: none;
}
.mm-nav-box{
	display: block;
	position: fixed;
	left: 0;
	top: 50px;
	width: 100%;
	z-index: 1111;
	overflow-y: auto;
	height: calc(100vh - 50px);
	opacity: 0;
	visibility: hidden;
}
.mm-nav-box[data-on="active"]{
	opacity: 1;
	visibility: visible;
}
.mm-nav-box .mm-nav .li1{
	background-color: #282f3a;
}
.mm-nav-box .mm-nav .li1 .mm-title{
	    display: block;
    padding: 15px;
    position: relative;
    border-bottom: 1px solid #e6e6e6;
}
.mm-nav-box .mm-nav .li1 .mm-title .a1{
    font-weight: bold;
    color: #fff;
    font-size: 14px;
}
.mm-nav-box .mm-nav .li1 .mm-title .click{
	position: absolute;
	right: 15px;
	top: 50%;
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent #fff #fff transparent;
	margin-top: -7px;
	transform: rotate(45deg);
}
.mm-nav-box .mm-nav .li1 .mm-innav{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    display: none;
}
.mm-nav-box .mm-nav .li1 .mm-innav li{
	padding-top: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    position: relative;
}
.mm-nav-box .mm-nav .li1 .mm-innav li a{
	font-size: 14px;
	color: #fff;
}
.mm-nav-box .mm-nav .li1[data-on="on"] .mm-innav{
	display: block;
}
.mm-nav-box .mmsearch{
	padding: 15px;
	background-color: #282f3a;
}
.mm-nav-box .mmsearch form{
	padding-right: 40px;
	background-color: #fff;
	position: relative;
}
.mm-nav-box form input[type="text"]{
	height: 40px;
	width: 100%;
	border:none;
	padding: 0 3%;
}
.mm-nav-box form input[type="submit"]{
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-position:  center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/phone/images/jico.png);
	border:none; 
	position: absolute;
	right: 0;
	top: 0;
}
}
@media only screen and (max-width: 768px){
.headerbox .header .logo{
	width: 250px;
}
}





/* =========

    首页

 ========= */
.home-banner{
	height: 100vh;
}
.home-banner .swiper-wrapper .swiper-slide{
	transition: all 1.8s ease;
}
.home-banner .swiper-wrapper .swiper-slide.swiper-slide-prev{
	transform: scale(0.7);
}
.home-banner .swiper-wrapper .swiper-slide.swiper-slide-next{
	transform: scale(0.7);
}
/*首页大图轮播*/
.inbswiperbox{
	position: relative;
}
.inbswiperbox .gallery-top .swiper-wrapper .swiper-slide{
	transform: scale(1)!important;
}
.inbswiperbox .gallery-top .swiper-wrapper .swiper-slide .bannerbox{
	overflow: hidden;
	display: block;
}
.inbswiperbox .gallery-top .swiper-wrapper .swiper-slide .bannerbox .inbanner{
	height: 100vh;
}
.inbswiperbox .gallery-top .swiper-wrapper .swiper-slide .bannerbox .mainbox{
	position: absolute;
	width: 100%;
	left:0;
	top: 280px;
	z-index: 11;
	text-align: center;
}
.inbswiperbox .gallery-top .swiper-wrapper .swiper-slide .bannerbox .mainbox .title{
	font-size: 72px;
	color: #ffffff;
	margin-bottom: 30px;
	transition: all 1s ease;
	transform: translateY(50%);
	opacity: 0;
	visibility: hidden;
}
.home-banner .swiper-wrapper .swiper-slide[data-on="active"] .inbswiperbox .gallery-top .swiper-wrapper .swiper-slide .bannerbox .mainbox .title{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.inbswiperbox .gallery-top .swiper-wrapper .swiper-slide .bannerbox .mainbox .link{
	width: 140px;
	height: 50px;
	line-height: 50px;
	border: 1px solid #fff;
	text-align: center;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	transition: all 1s ease;
	transform: translateY(50%);
	opacity: 0;
	visibility: hidden;
}
.home-banner .swiper-wrapper .swiper-slide[data-on="active"] .inbswiperbox .gallery-top .swiper-wrapper .swiper-slide .bannerbox .mainbox .link{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.inbswiperbox .gallery-top .swiper-wrapper .swiper-slide .bannerbox .mainbox .link .word{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 30px;
	background-position: left;
	background-repeat: no-repeat;
	background-image: url(/phone/images/eye_03.png);
	-webkit-background-size: 16px 10px;
	background-size: 16px 10px;
	font-size: 14px;
	color: #ffffff;
}
/*小轮播*/
.inbswiperbox .gallery-thumbs{
	position: absolute;
	max-width: 1560px;
	width: 92%;
	left: 50%;
	bottom: 55px;
	transform: translateX(-50%);
}
.inbswiperbox .gallery-thumbs .swiper-wrapper .swiper-slide{	
	border: 5px solid #fff;
	max-width: calc(100% / 3);
	transform: scale(1)!important;
}
.inbswiperbox .gallery-thumbs .swiper-wrapper .swiper-slide .inbanner{
	padding-top: calc(130 / 516 * 100%);
	-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
    transition: all .5s ease;	
}
.inbswiperbox .gallery-thumbs .swiper-wrapper .swiper-slide[data-on='on'] .inbanner{
	-webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
.inbswiperbox .gallery-thumbs .swiper-wrapper .swiper-slide .titlebox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 11;
	text-align: center;
}
.inbswiperbox .gallery-thumbs .swiper-wrapper .swiper-slide .titlebox .en{
	font-size: 24px;
	color: #ffffff;
	font-family:"ziti1","sans-serif";
}
.inbswiperbox .gallery-thumbs .swiper-wrapper .swiper-slide .titlebox .cn{
	font-size: 24px;
	color: #ffffff;
}	
.inbswiperbox .gallery-thumbs .thumbs-prev{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 1%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 111;
	cursor: pointer;
}
.inbswiperbox .gallery-thumbs .thumbs-prev:before{
	content: "";
	border-style: solid;
	border-width: 5px;
	border-color: transparent #fff transparent transparent; 
	position: absolute;
	left: -5px;
	top: 50%;
	transform: translateY(-50%);
}
.inbswiperbox .gallery-thumbs .thumbs-prev:after{
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}
.inbswiperbox .gallery-thumbs .thumbs-next{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 1%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 111;
	cursor: pointer;
}
.inbswiperbox .gallery-thumbs .thumbs-next:before{
	content: "";
	border-style: solid;
	border-width: 5px;
	border-color: transparent transparent transparent #fff; 
	position: absolute;
	right: -5px;
	top: 50%;
	transform: translateY(-50%);
}
.inbswiperbox .gallery-thumbs .thumbs-next:after{
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fff;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
/*下滚*/
.inbswiperbox .scroll{
	width: 20px;
	height: 30px;
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%);
	z-index: 11;
	cursor: pointer;
}
.inbswiperbox .scroll .jj{
	width: 8px;
	height: 8px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent #fff #fff transparent;
	position: absolute; 
	left: 50%;
	top: 40%;
	transform: translate(-50%,-50%) rotate(45deg);
	opacity: 0;
	visibility: hidden;
	animation:myjt 1.8s infinite;
	-webkit-animation:myjt 1.8s infinite; /* Safari and Chrome */
}
.inbswiperbox .scroll .jj.j1{
	margin-top: -8px;
animation-delay:.6s;
-webkit-animation-delay:.6s; /* Safari 和 Chrome */
}
.inbswiperbox .scroll .jj.j2{
animation-delay:.3s;
-webkit-animation-delay:.3s; /* Safari 和 Chrome */
}
.inbswiperbox .scroll .jj.j3{
	margin-top: 8px;
}
@keyframes myjt
{
0%   {transform: translate(-50%,-150%) rotate(45deg);opacity: 1;visibility: visible;}
25%  {}
50%  {}
75%  {}
100% {transform: translate(-50%,-50%) rotate(45deg);opacity: 0;visibility: hidden;}
}
@-moz-keyframes myjt /* Firefox */
{
0%   {transform: translate(-50%,-150%) rotate(45deg);opacity: 1;visibility: visible;}
25%  {}
50%  {}
75%  {}
100% {transform: translate(-50%,-50%) rotate(45deg);opacity: 0;visibility: hidden;}
}
@-webkit-keyframes myjt /* Safari 和 Chrome */
{
0%   {transform: translate(-50%,-150%) rotate(45deg);opacity: 1;visibility: visible;}
25%  {}
50%  {}
75%  {}
100% {transform: translate(-50%,-50%) rotate(45deg);opacity: 0;visibility: hidden;}
}
@-o-keyframes myjt /* Opera */
{
0%   {transform: translate(-50%,-150%) rotate(45deg);opacity: 1;visibility: visible;}
25%  {}
50%  {}
75%  {}
100% {transform: translate(-50%,-50%) rotate(45deg);opacity: 0;visibility: hidden;}
}


/*首页大图轮播end*/
@media only screen and (min-width: 601px){
.inbswiperbox .gallery-top .swiper-wrapper .swiper-slide .bannerbox .mainbox .link:hover{
	background-color: #da1428;
}
}
@media only screen and (max-width: 1360px){
.inbswiperbox .gallery-top .swiper-wrapper .swiper-slide .bannerbox .mainbox .title {
    font-size: 60px;
}
}
@media only screen and (max-width: 1280px){
.inbswiperbox .gallery-top .swiper-wrapper .swiper-slide .bannerbox .mainbox .title {
    font-size: 50px;
}
}
@media only screen and (max-width: 1024px){
.home-banner{
	height: calc(100vh - 50px);
	margin-top: 50px;
}
.inbswiperbox .gallery-top .swiper-wrapper .swiper-slide .bannerbox .mainbox {
    top: 50%;
    transform: translateY(-50%);
}
.inbswiperbox .gallery-top .swiper-wrapper .swiper-slide .bannerbox .mainbox .title {
    font-size: 40px;
}
.inbswiperbox .gallery-top .swiper-wrapper .swiper-slide .bannerbox .mainbox .link {
    width: 120px;
    height: 40px;
    line-height: 40px;
}
.inbswiperbox .gallery-thumbs{
	display: none;
}
.inbswiperbox .gallery-top .swiper-wrapper .swiper-slide .bannerbox .inbanner{
	height: calc(100vh - 50px);
}
}
@media only screen and (max-width: 768px){
.inbswiperbox .gallery-top .swiper-wrapper .swiper-slide .bannerbox .mainbox .title {
    font-size: 32px;
}
}
@media only screen and (max-width: 640px){
}
@media only screen and (max-width: 414px){
.inbswiperbox .gallery-top .swiper-wrapper .swiper-slide .bannerbox .mainbox .title {
    font-size: 24px;
    margin-bottom: 6%;
}
.inbswiperbox .gallery-top .swiper-wrapper .swiper-slide .bannerbox .mainbox .link {
    width: 100px;
    height: 36px;
    line-height: 36px;
}
}


/*首页服务*/
.inservice-bg{
	position: relative;
	overflow: hidden;
	height: 100vh;
}
.inservice-bg .simgbox{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.inservice-bg .simgbox .insbanner{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	transition: all .5s ease;
	opacity: 0;
	visibility: hidden;
}
.inservice-bg .simgbox .insbanner[data-on="on"]{
	opacity: 1;
	visibility: visible;
}
.inservice-bg .listbox{
	max-width: 1420px;
	position: relative;
	height: 100%;
}
.inservice-bg .listbox .theme{
	width: 50px;
	line-height: 50px;
	padding-top: 70px;
	font-size: 32px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: calc(100% + 100px);
	top: 50%;
	transform: translateY(-50%);
}
.inservice-bg .listbox .theme img{
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -23px;
}
.inservice-bg .listbox .theme img.a1{
    -webkit-animation: sa 2000ms infinite;
    animation: sa 2000ms infinite;
}
.inservice-bg .listbox .theme img.a2{
    -webkit-animation: sa1 2000ms infinite;
    animation: sa1 2000ms infinite;
}
@-webkit-keyframes sa{
	0%{
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1
	}
	30%,100%{
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
		opacity: 0
	}
}
@keyframes sa{
	0%{
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1
	}
	30%,100%{
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
		opacity: 0
	}
}

@-webkit-keyframes sa1{
	0%,15%{
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1
	}
	45%,100%{
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
		opacity: 0
	}
}
@keyframes sa1{
	0%,15%{
		-webkit-transform: scale(1);
		        transform: scale(1);
		opacity: 1
	}
	45%,100%{
		-webkit-transform: scale(1.3);
		        transform: scale(1.3);
		opacity: 0
	}
}
.inservice-bg .listbox .theme .cn{
	font-family:"ziti1","sans-serif";
}
.inservice-bg .listbox .theme .en{
	-webkit-writing-mode:vertical-lr; 
    -ms-writing-mode:tb-lr; 
    writing-mode:vertical-lr;
}
.inservice-bg .listbox .ins-list{
	border-left: 1px solid rgba(255,255,255,.6);
	height: 100%;
}
.inservice-bg .listbox .ins-list .sitem{
	display: block;
	width: calc(100% / 3);
	height: 50%;
	float: left;
	border-style: solid;
	border-width: 1px;
	border-color: transparent rgba(255,255,255,.6) rgba(255,255,255,.6) transparent; 
	position: relative;
	overflow: hidden;
}

.inservice-bg .listbox .ins-list .sitem .insimg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: none;
}
.inservice-bg .listbox .ins-list .sitem .main{
	padding: 0 50px;
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
	z-index: 11;
}
.inservice-bg .listbox .ins-list .sitem .main .titlebox{
	transition: all 1s ease;
	transform: translateY(100%);
	opacity: 0;
	visibility: hidden;
}
.inservice-bg .listbox .ins-list .sitem:nth-child(2) .main .titlebox{
	transition-delay: .2s;
}
.inservice-bg .listbox .ins-list .sitem:nth-child(3) .main .titlebox{
	transition-delay: .4s;
}
.inservice-bg .listbox .ins-list .sitem:nth-child(4) .main .titlebox{
	transition-delay: .6s;
}
.inservice-bg .listbox .ins-list .sitem:nth-child(5) .main .titlebox{
	transition-delay: .8s;
}
.inservice-bg .listbox .ins-list .sitem:nth-child(6) .main .titlebox{
	transition-delay: 1s;
}
.home-banner .swiper-wrapper .swiper-slide[data-on="active"] .inservice-bg .listbox .ins-list .sitem .main .titlebox{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.inservice-bg .listbox .ins-list .sitem .main .titlebox .en{
	font-size: 40px;
	color: rgba(255,255,255,.6);
	line-height: 42px;
	font-family:"ziti1","sans-serif";
}
.inservice-bg .listbox .ins-list .sitem .main .titlebox .cn{
	font-size: 30px;
	color: rgba(255,255,255,.7);
}
.inservice-bg .listbox .ins-list .sitem .main .jt{
	width: 18px;
	height: 18px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/phone/images/jt.png);
	position: absolute;
	right: 50px;
	bottom: 0;
	border-radius: 50%;
}
@media only screen and (min-width: 601px){
.inservice-bg .listbox .ins-list .sitem:hover{
	background-color: rgba(54,60,71,.8);
	border-color: #da1428; 
	/*transform: translate(-1px,-1px)*/
}
.inservice-bg .listbox .ins-list .sitem:hover .main .titlebox .cn{
	color: #fff;
}
.inservice-bg .listbox .ins-list .sitem:hover .main .jt{
	background-image: url(/phone/images/ojt.png);
}	
}
@media only screen and (max-width: 1024px){
.inservice-bg{
	height: calc(100vh - 50px);
}
.inservice-bg .listbox{
	width: 100%;
	background-color: #282f3a;;
}
.inservice-bg .simgbox{
	display: none;
}
.inservice-bg .listbox .ins-list .sitem {
    border: none;
}
.inservice-bg .listbox .ins-list .sitem .insimg{
	display: block;
}
.inservice-bg .listbox .ins-list .sitem .main .titlebox .en {
    font-size: 30px;
    line-height: 1.1;
}
.inservice-bg .listbox .ins-list .sitem .main .titlebox .cn {
    font-size: 24px;
}
}
@media only screen and (max-width: 768px){
.inservice-bg .listbox .ins-list .sitem .main {
    padding: 0 30px;
}
.inservice-bg .listbox .ins-list .sitem{
	width: calc(100% / 2);
	height: calc(100% / 3);
}
}
@media only screen and (max-width: 640px){
.inservice-bg .listbox .ins-list .sitem .main {
    padding: 0 6%;
}
.inservice-bg .listbox .ins-list .sitem {
    width: calc(100% / 2);
}
}
@media only screen and (max-width: 414px){
.inservice-bg .listbox .ins-list .sitem .main .titlebox .en {
    font-size: 20px;
    margin-bottom: 3%;
}
.inservice-bg .listbox .ins-list .sitem .main .titlebox .cn {
    font-size: 18px;
}
.inservice-bg .listbox .ins-list .sitem .main .jt{
	display: none;
}
.home-banner .swiper-wrapper .swiper-slide.swiper-slide-prev{
	transform: scale(1);
}
.home-banner .swiper-wrapper .swiper-slide.swiper-slide-next{
	transform: scale(1);
}
}

/*首页服务end*/

/*首页关于文化*/
.inacbox{
	position: relative;
	overflow: hidden;
	height: 100vh;
}
.inacbox .acbox{
	transition: all .5s ease;
	width:100%;
	height: 100%;
	transform: skew(-30deg) translateX(-50.2%);
	overflow: hidden;
}
.inacbox .acbox[data-on="on"]{
	transform: skew(-30deg) translateX(-40%);
}
.inacbox .acbox .acimg{
	transform: skew(30deg) translateX(40%);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.inacbox .acbox:nth-child(2){
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: skew(-30deg) translateX(60%);
	z-index: 11;
	overflow: hidden;
	border-left: 5px solid #fff;
}
.inacbox .acbox:nth-child(2) .acimg{
	transform: skew(30deg) translateX(-40%);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .5s ease;
}
.inacbox .acbox[data-on="on"]:nth-child(2){
	transform: skew(-30deg) translateX(40%);
		box-shadow: 0 0 150px rgba(0,0,0,.5);
}

.inacbox .acbox .textboxon{
	z-index: 11;
	transform: skew(30deg);
	position: absolute;
	right: 350px;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: right;
	opacity: 0;
	visibility: hidden;
}
.inacbox .acbox:nth-child(2) .textboxon{
	right: auto;
	left: 250px;
	text-align: left;
}
.inacbox .acbox[data-on="on"] .textboxon{
	opacity:1;
	visibility: visible;
}
.inacbox .acbox .textboxon .titlebox{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}
.inacbox .acbox:nth-child(2) .textboxon .titlebox{
	right: auto;
	left: 0;
}
.inacbox .acbox .textboxon .titlebox .ico{
	width: 56px;
	height: 62px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin-bottom: 30px;
}
.inacbox .acbox .textboxon .titlebox .en{
	font-size: 72px;
	font-family:"ziti1","sans-serif";
	transition: all .5s ease;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
}
.home-banner .swiper-wrapper .swiper-slide[data-on="active"] .inacbox .acbox .textboxon .titlebox .en{
	transform: translateY(0);
	opacity:1;
	visibility: visible;
}
.inacbox .acbox .textboxon .titlebox .cn{
	transition: all .5s ease;
	font-size: 36px;
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
}
.home-banner .swiper-wrapper .swiper-slide[data-on="active"] .inacbox .acbox .textboxon .titlebox .cn{
	transform: translateY(0);
	opacity:1;
	visibility: visible;
}
.inacbox .acbox .textboxon .more{
	width: 150px;
	height: 50px;
	line-height: 50px;
	background-color: #da1428;	
	font-size: 12px;
	color: #fff;
	font-family:"ziti","sans-serif";
	position: absolute;
	right: 0;
	bottom: 90px;
	padding: 0 15px;
	text-align: left;
	cursor: pointer;
}
.inacbox .acbox:nth-child(2) .textboxon .more{
	right: auto;
	left: 0;
}
.inacbox .acbox .textboxon .more span{
	width: 14px;
	height: 14px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -7px;
}
.inacbox .acbox .textboxon .more span:after{
	content: "";
	width: 6px;
	height: 6px;
	border-style: solid;
	border-width: 1px;
	border-color: #da1428 #da1428 transparent transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -3px;
	margin-left: -4px;
	transform: rotate(45deg);
}

.inacbox .texthid{
	z-index: 11;
	position: absolute;
	top: 140px;
	text-align: right;
	opacity: 1;
	visibility: visible;
	-webkit-writing-mode:vertical-lr; 
    -ms-writing-mode:tb-lr; 
    writing-mode:vertical-lr;
    z-index: 11;
    opacity: 0;
    visibility: hidden;
}
.inacbox .texthid[data-on="on"]{
	opacity: 1;visibility: visible;
}
.inacbox .texthid#ac0{
	left: 100px;
}
.inacbox .texthid#ac1{
	right: 100px;
}
 .inacbox[data-on="on"] .texthid{
	opacity: 0;
	visibility: hidden;
} 
.inacbox .texthid .en{
	font-size: 36px;
	color: #fff;
	font-family:"ziti1","sans-serif";
}
.inacbox .texthid .cn{
	font-size: 30px;
	color: #fff;
}
.inacbox .jt{
	position: absolute;
	left: 100px;
	top: 50%;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/phone/images/ojt.png);
	width: 18px;
	height: 18px;
	margin-top: -9px;
	z-index: 11;
}
.inacbox .jt:nth-child(2n){
	left: auto;
	right: 100px;
}

@media only screen and (min-width: 601px){
.inacbox .acbox .textboxon .more:hover{
	background-color: #fff;
	color: #da1428;
}
}
@media only screen and (max-width: 1360px){
.inacbox .acbox .textboxon {
    right: 250px;
}
.inacbox .acbox .textboxon .titlebox .ico {
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
}
.inacbox .acbox:nth-child(2) .textboxon {
    left: 200px;
}
.inacbox .acbox .textboxon .titlebox .en {
    font-size: 60px;
}
.inacbox .acbox .textboxon .titlebox .cn {
    font-size: 32px;
}
.inacbox .texthid#ac0 {
    left: 60px;
}
.inacbox .texthid#ac1 {
    right: 60px;
}
}
@media only screen and (max-width: 1280px){
.inacbox .acbox .textboxon .titlebox .en {
    font-size: 48px;
}
.inacbox .acbox .textboxon .titlebox .cn {
    font-size: 24px;
}
.inacbox .acbox .textboxon .more {
    width: 120px;
    height: 40px;
    line-height: 40px;
    bottom: 60px;
}
}
@media only screen and (max-width: 1024px){
.inacbox{
    background-color: #f3f4f5;
    display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: space-between;
-ms-flex-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
height: calc(100vh - 50px);
}
.inacbox .acbox {
    height: auto;
    transform: skew(0deg) translateX(0);
}
.inacbox .acbox[data-on="on"] {
    transform: skew(0deg) translateX(0);
}
.inacbox .acbox .acimg {
    transform: skew(0deg) translateX(0);
}
.inacbox .acbox .textboxon {
    transform: skew(0deg);
	position: relative;
    right: 0;
    opacity: 1;
	visibility: visible;
	    padding: 30px 0;
	    text-align: center;
}
.inacbox .acbox .textboxon .titlebox {
	position: relative;
    right: 0;
    top: 0;
    transform: translateY(0);
    color: #fff;
}
.inacbox .acbox .textboxon .titlebox .ico{
	border-radius: 50%;
	background-color: #da1428;
	    background-size: 26px 32px;
    -webkit-background-size: 26px 32px;
}
.inacbox .acbox .textboxon .titlebox .en {
    font-size: 36px;
}
.inacbox .acbox .textboxon .titlebox .cn {
	margin-bottom: 30px;
}
.inacbox .acbox:nth-child(2) {
	position: relative;
    transform: skew(0deg) translateX(0);
    border: none;
        height: auto;
}
.inacbox .acbox:nth-child(2) .acimg {
    transform: skew(0deg) translateX(0);
}
.inacbox .acbox[data-on="on"]:nth-child(2) {
    transform: skew(0deg) translateX(0);
    box-shadow: none;
}
.inacbox .acbox:nth-child(2) .textboxon {
    left: 0;
    text-align: center;
}

.inacbox .texthid .en {
    font-size: 30px;
}
.inacbox .texthid .cn {
    font-size: 24px;
}
.inacbox .acbox .textboxon .more {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
    bottom: 0;
    padding: 0 10px;
}
.inacbox .texthid{
	display: none;
}
.inacbox .acbox .textboxon .more span{
	right: 10px;
}
.inacbox .jt{
	display: none;
}
}
@media only screen and (max-width: 768px){

}
@media only screen and (max-width: 414px){
.inacbox .acbox .textboxon{
	padding: 6% 0;
}
.inacbox .acbox .textboxon .titlebox .en {
    font-size: 24px;
}
.inacbox .acbox .textboxon .titlebox .cn {
    font-size: 18px;
    margin-bottom: 6%;
}
.inacbox{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
}
.inacbox .acbox{
	height: auto;
	padding: 10% 0;
	overflow: hidden;	
}
.inacbox .acbox:nth-child(2){
	height: auto;
}
.inacbox .acbox .textboxon{
	padding: 3% 0;
}
.inacbox .acbox .textboxon .titlebox .ico{
	margin-bottom: 3%;
}
.inacbox .acbox .textboxon .titlebox{
	margin-bottom: 6%;
}
.inacbox .acbox .textboxon .titlebox .en{
	font-size: 24px;
}
.inacbox .acbox .textboxon .titlebox .cn{
	font-size: 16px;
	margin-bottom: 3%;
}
.inacbox .acbox .textboxon .more{
	height: 32px;
	line-height: 32px;
}
}



/*首页招贤纳士*/
.injoin-bg{
	height: 100vh;
	position: relative;
	overflow: hidden;
}
.injoin-bg .injbg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 5s ease;
	transform: scale(1);
}
.injoin-bg .injmain{
	position: relative;
	z-index: 11;
	text-align: center;
}
.injoin-bg .injmain .ico{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 80px;
	height: 55px;
	margin-bottom: 30px;
	transition: all .5s ease;
	opacity: 0;
	visibility: hidden;
}
.home-banner .swiper-wrapper .swiper-slide[data-on="active"] .injoin-bg .injmain .ico{
	opacity: 1;
	visibility: visible;
}
.injoin-bg .injmain .titlebox{
	margin-bottom: 70px;
}
.injoin-bg .injmain .titlebox .en{
	font-size: 70px;
	color: #fff;
	font-family:"ziti1","sans-serif";
	transition: all 1s ease;
	transform: translateY(50%);
	opacity: 0;
	visibility: hidden;
}
.home-banner .swiper-wrapper .swiper-slide[data-on="active"] .injoin-bg .injmain .titlebox .en{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.injoin-bg .injmain .titlebox .cn{
	font-size: 36px;
	color: #fff;
	transform: translateY(50%);
	transition: all 1s ease;
	opacity: 0;
	visibility: hidden;
}
.home-banner .swiper-wrapper .swiper-slide[data-on="active"] .injoin-bg .injmain .titlebox .cn{
	transform: translateY(0);
	opacity: 1;
	visibility: visible;
}
.injoin-bg .injmain .jlink{
	font-size: 14px;
	color: #fff;
	border-bottom: 1px solid #fff;	
	font-family:"ziti2","sans-serif";
	cursor: pointer;
}
@media only screen and (min-width: 601px){
.injoin-bg .injmain .jlink:hover{
	color: #da1428;
	border-bottom: 1px solid #da1428;
}
.injoin-bg:hover .injbg{
	transform: scale(1.1);
}
}
@media only screen and (max-width: 1600px){
.injoin-bg {
    padding-top: 260px;
    padding-bottom: 150px;
}
}
@media only screen and (max-width: 1440px){
.injoin-bg {
    padding-top: 220px;
    padding-bottom: 130px;
}
}
@media only screen and (max-width: 1360px){
.injoin-bg {
    padding-top:200px;
    padding-bottom: 120px;
}
.injoin-bg .injmain .titlebox .en {
    font-size: 60px;
}
.injoin-bg .injmain .titlebox .cn {
    font-size: 32px;
}
}
@media only screen and (max-width: 1280px){
.injoin-bg {
    padding-top: 180px;
    padding-bottom: 110px;
}
.injoin-bg .injmain .titlebox .en {
    font-size: 50px;
}
.injoin-bg .injmain .titlebox .cn {
    font-size: 24px;
}
}
@media only screen and (max-width: 1024px){
.injoin-bg {
    padding-top: 140px;
    padding-bottom: 90px;
}
.injoin-bg .injmain .titlebox .en {
    font-size: 32px;
}
.injoin-bg .injmain .titlebox {
    margin-bottom: 30px;
}
}
@media only screen and (max-width: 768px){
.injoin-bg {
    padding-top: 100px;
    padding-bottom: 60px;
}
.injoin-bg .injmain .ico {
    width: 70px;
    height: 50px;
}
}
@media only screen and (max-width: 640px){
.injoin-bg {
    padding-top: 80px;
    padding-bottom: 40px;
}
}
@media only screen and (max-width: 414px){
.injoin-bg {
    padding-top: 15%;
    padding-bottom: 10%;
}
.injoin-bg .injmain .ico{
	margin-bottom: 10%;
}
.injoin-bg .injmain .titlebox .en {
    font-size: 24px;
}
.injoin-bg .injmain .titlebox .cn {
    font-size: 18px;
}
.injoin-bg .injmain .titlebox {
    margin-bottom:20px;
}
}
/*首页招贤纳士end*/


/* =========

    通用内页大图

 ========= */
.allpage-banner{
	position: relative;
	overflow: hidden;
	height: 700px;
}
.allpage-banner .abanner{
		position: absolute;
		left: 0;
		top: 0;
		background-attachment:fixed;
	width: 100%;
	height: 100%;
	animation:pagebg 5s;
	-webkit-animation:pagebg 5s; /* Safari and Chrome */
}
.allpage-banner .themebox{
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	height: 100%;
}
.allpage-banner .themebox .en{
	font-size: 72px;
	color: #fff;
	line-height: 75px;
	font-family:ziti1,"sans-serif";	
}
.allpage-banner .themebox .cn{
	font-size: 48px;
	color: #fff;
}
@keyframes pagebg
{
0%   {transform: scale(1.1);}
25%  {}
50%  {}
75%  {}
100% {transform: scale(1);}
}
@-moz-keyframes pagebg /* Firefox */
{
0%   {transform: scale(1.1);}
25%  {}
50%  {}
75%  {}
100% {transform: scale(1);}
}
@-webkit-keyframes pagebg /* Safari 和 Chrome */
{
0%   {transform: scale(1.1);}
25%  {}
50%  {}
75%  {}
100% {transform: scale(1);}
}
@-o-keyframes pagebg /* Opera */
{
0%   {transform: scale(1.1);}
25%  {}
50%  {}
75%  {}
100% {transform: scale(1);}
}

@media only screen and (max-width: 1600px){
.allpage-banner {
    height: 650px;
}
}
@media only screen and (max-width: 1440px){
.allpage-banner {
    height: 600px;
}
}
@media only screen and (max-width: 1360px){
.allpage-banner {
    height: 550px;
}
.allpage-banner .themebox .en {
    font-size: 60px;
    line-height: 1.1;
}
.allpage-banner .themebox .cn {
    font-size: 40px;
}
}
@media only screen and (max-width: 1280px){
.allpage-banner {
    height: 500px;
}
.allpage-banner .themebox .en{
	font-size: 50px;
}
.allpage-banner .themebox .cn {
    font-size: 30px;
}
}
@media only screen and (max-width: 1024px){
.allpage-banner {
    height: 400px;
}
.allpage-banner .themebox .en{
	font-size: 40px;
}
.allpage-banner .themebox .cn {
    font-size: 24px;
}
.allpage-banner .abanner{
	background-attachment:scroll;
}
}
@media only screen and (max-width: 768px){
.allpage-banner {
    height: 350px;
}
.allpage-banner .themebox .en{
	font-size: 32px;
}
}
@media only screen and (max-width: 640px){
.allpage-banner {
    height: 300px;
}
}
@media only screen and (max-width: 414px){
.allpage-banner {
    height: 250px;
}
}



/* =========

    服务

 ========= */
.service-intro{
	padding: 100px 0;
	max-width: 640px;
	font-size: 16px;
	color: #181818;
	line-height:2;
	overflow: hidden;
}
.service-list{
	overflow: hidden;
}
.service-list .lis{
	display: block;
	width: 50%;
	float: left;
	height: 475px;
	position: relative;
	overflow: hidden;
}
.service-list .lis:after{
	content: "";
	width: 0;
	height: 2px;
	background-color: #da1428;
	position: absolute;
	left: 0;
	bottom: 0;
}
.service-list .lis .simg{
	width: 100%;
	height: 100%;
	transform: scale(1);
}
.service-list .lis .smain{
	position: absolute;
	width: 100%;
	padding: 0 50px;
	left: 0;
	bottom: 50px;
}
.service-list .lis .smain .en{
	font-size: 40px;
	color: rgba(255,255,255,.6);
	font-family:"ziti1","sans-serif";
	line-height: 40px;
	margin-bottom: 5px;
}
.service-list .lis .smain .cn{
	font-size: 30px;
	color: #fff;
}
@media only screen and (min-width: 601px){
.service-list .lis:hover:after{
	width: 100%;
}
.service-list .lis:hover .simg{
	transform: scale(1.1);
}
}
@media only screen and (max-width: 1440px){
.service-intro {
    padding: 80px 0;
}
}
@media only screen and (max-width: 1360px){
.service-intro {
    padding: 60px 0;
}
.service-list .lis {
    height: 400px;
}
}
@media only screen and (max-width: 1280px){
.service-intro {
    padding: 30px 0;
}
.service-list .lis {
    height: 350px;
}
.service-list .lis .smain .en {
    font-size: 30px;
    line-height: 1.1;
}
.service-list .lis .smain .cn {
    font-size: 24px;
}
}
@media only screen and (max-width: 1024px){
.service-list .lis {
    height: 320px;
}
}
@media only screen and (max-width: 768px){
.service-list .lis {
    height: 260px;
}
.service-list .lis .smain .en {
    font-size: 26px;
}
.service-list .lis .smain .cn {
    font-size: 20px;
}
}
@media only screen and (max-width: 414px){
.service-intro {
    padding: 6% 0;
}
.service-list .lis {
    width: 100%;
    animation-delay:0s!important;
-webkit-animation-delay:0s!important; /* Safari 和 Chrome */
height: auto;
}
.service-list .lis .simg {
    width: auto;
    height: auto;
	padding-top: calc(475 / 590 * 100%);
}
}


/* =========

    服务详情

 ========= */
.sview-box{
	padding-top: 90px;
	padding-bottom: 40px;
}
.sview-box .cntitle{
	font-size: 36px;
	color: #da1428;
	margin-bottom: 30px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.sview-box .sv-content{
	font-size: 16px;
	color: #181818;
	line-height: 2;
}
/*相关项目*/
.sview-around{
	padding-top: 50px;
	padding-bottom: 90px;
}
.sview-around .theme{
	font-size: 18px;
	color: #000000;
	margin-bottom: 20px;
}
.sview-around .saround-swiper .swiper-wrapper .swiper-slide .lia{
	display: block;
}
.sview-around .saround-swiper .swiper-wrapper .swiper-slide .lia .imgbox{
	overflow: hidden;
}
.sview-around .saround-swiper .swiper-wrapper .swiper-slide .lia .imgbox .simg{
	padding-top: calc(455 / 580 * 100%);
}
.sview-around .saround-swiper .swiper-wrapper .swiper-slide .lia .main{
	padding: 20px 30px;
	background-color: #3b424a;
}
.sview-around .saround-swiper .swiper-wrapper .swiper-slide .lia .main .where{
	font-size: 13px;
	color: #fff;
	margin-bottom: 5px;
}
.sview-around .saround-swiper .swiper-wrapper .swiper-slide .lia .main .title{
	font-size: 18px;
	color: #fff;
}
.sview-around .saround-swiper .saround-pagination{
	text-align: center;
	margin-top: 50px;
}
.sview-around .saround-swiper .saround-pagination .swiper-pagination-bullet{
	width: 5px;
	height: 5px;
	background-color: #72777d;
	opacity: 1;
}
.sview-around .saround-swiper .saround-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #da1428;
}

@media only screen and (max-width: 1360px){
.sview-box {
    padding-top: 60px;
    padding-bottom: 30px;
}
.sview-around {
    padding-top: 30px;
    padding-bottom: 60px;
}
}
@media only screen and (max-width: 1280px){
.sview-box {
    padding-top: 40px;
    padding-bottom: 30px;
}
.sview-around {
    padding-top: 30px;
    padding-bottom: 40px;
}
.sview-box .cntitle {
    font-size: 30px;
    margin-bottom: 25px;
}
}
@media only screen and (max-width: 1024px){
.sview-around .saround-swiper .saround-pagination {
	display: none;
}
}
@media only screen and (max-width: 768px){
.sview-box .cntitle {
	font-size: 24px;
}
}
@media only screen and (max-width: 414px){
.sview-box {
    padding-top: 6%;
    padding-bottom: 6%;
}
.sview-box .cntitle {
    margin-bottom: 6%;
}
.sview-around {
    padding-top: 3%;
    padding-bottom: 6%;
}
.sview-around .theme {
    margin-bottom: 6%;
}
.sview-around .saround-swiper .saround-pagination {
    margin-top: 5%;
}
}


/* =========

    案例

 ========= */
.workclass{
	height: 105px;
	line-height: 105px;
}
.workclass .theme{
	font-size: 24px;
	color: #181818;
	max-width: 1820px;
}
.workclass .workclassbox{
	width: 100%;
	position: fixed;
	top: 70px;
	left: 0;
	background-color: #fff;
	z-index: 11;
}
.workclass .workclassbox .classwrap{
	max-width: 1820px;
	padding: 0 3%;
}
.workclass .classbox{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}
.workclass .classbox .word{
	font-size: 24px;
	color: #181818;
	padding-right: 30px;
	position: relative;
	cursor: pointer;
}
.workclass .classbox .word:after{
	content: "";
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent #181818 #181818 transparent; 
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
	transform: rotate(45deg);
}
.workclass .classbox .sub{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100vw;
	background-color: #fff;
	padding: 10px 48px 10px;
	z-index: 11;
    border-top: 1px solid #E3E3E3;
    display: none;
}
.workclass .classbox .sub .sub-a{
	display: block;
	width: calc(100% / 4);
	float: left;
	font-size: 16px;
	color: #000;
	line-height: 24px;
	padding: 40px 0;
}
@media only screen and (min-width: 601px){
.workclass .classbox .sub .sub-a:hover{
	color: #da1428;
}
}
/*案例列表*/
.case-list{	
	position: relative;
}
.case-list .lic{
	width: 50%;
	position: relative;
	transition: all 0s;
	padding-right: 1px;
}
.case-list .lic .cimg{
	padding-top: calc(620 / 960 * 100%);
	position: relative;
}
.case-list .lic .cimg:after{
	content: "";
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.2);
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
	transition: all .5s ease;
}
.case-list .lic.k2{
	width: 25%;
}
.case-list .lic.k2 .cimg{
	padding-top: calc(310 / 480 * 100%);
}
.case-list .lic.k3{
	width: 25%;
}
.case-list .lic.k3 .cimg{
	padding-top: calc(620 / 480 * 100%);
}
.case-list .lic .titlebox{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	z-index: 11;
}
.case-list .lic .titlebox .where{
	font-size: 15px;
	color: #fff;
	text-decoration: underline;
	opacity: 0;
	visibility: hidden;
}
.case-list .lic .titlebox .title{
	font-size: 24px;
	color: #fff;
	text-decoration: underline;
	opacity: 0;
	visibility: hidden;
}
.case-list .lic .more{
	position: absolute;
	bottom: 30px;
	left: 50%;
	font-size: 14px;
	color: #da1428;
	font-family:"ziti","sans-serif";
	transform: translateX(-50%);
	opacity: 0;
	visibility: hidden;
}
@media only screen and (min-width: 601px){
.case-list .lic:hover .titlebox .where{
	opacity: 1;
	visibility: visible;
}
.case-list .lic:hover .titlebox .title{
	opacity: 1;
	visibility: visible;
}
.case-list .lic:hover .more{
	opacity: 1;
	visibility: visible;
}
.case-list .lic:hover .cimg:after{
	opacity: 1;
	visibility: visible;
}
}
@media only screen and (max-width: 1360px){
.workclass {
    height: 90px;
    line-height: 90px;
}
}
@media only screen and (max-width: 1024px){
.workclass .workclassbox {
    top: 60px;
}
.workclass .classbox .sub {
    padding: 10px 3% 10px;
}
.workclass .classbox .sub .sub-a {
    padding: 20px 0;
}
.case-list .lic {
    width: 50%;
}
.case-list .lic.k2 {
    width: 50%;
}
.case-list .lic.k3 {
    width: 50%;
}
.workclass {
    height: 70px;
    line-height: 70px;
}
}
@media only screen and (max-width: 414px){
.workclass {
    height: 55px;
    line-height: 55px;
}
.workclass .classbox .word {
    font-size: 18px;
}
}


/* .case-list .lic{
	width: 50%;
	display: block;
	position: relative;
	float: left;
	transition: all 0s;
	height: 571.875px;
}

.case-list .lic.k2{
	width: 25%;
	height:285.9375px;
}
.case-list .lic.k3{
	width: 25%;
		height: 571.875px;
}
@media only screen and (max-width: 1800px){
.case-list .lic{
	width: 840px;
	height: 533.75px;
}
.case-list .lic.k2{
	width: 420px;
	height:266.875px;
}
.case-list .lic.k3{
	width: 420px;
		height: 533.75px;
}
}
@media only screen and (max-width: 1600px){
.case-list .lic{
	width: 760px;
	height: 482.916666666px;
}
.case-list .lic.k2{
	width: 380px;
	height:241.458333333333px;
}
.case-list .lic.k3{
	width: 380px;
		height: 482.916666666px;
}
}
@media only screen and (max-width: 1400px){
.case-list .lic{
	width: 640px;
	height: 406.6666666px;
}
.case-list .lic.k2{
	width: 320px;
	height:203.333333333px;
}
.case-list .lic.k3{
	width: 320px;
		height: 406.6666666px;
}
}
@media only screen and (max-width: 1280px){
.case-list .lic{
	width: 600px;
	height: 381.25px;
}
.case-list .lic.k2{
	width: 300px;
	height:190.625px;
}
.case-list .lic.k3{
	width: 300px;
	height: 381.25px;
}
}
*/

 
/* =========

    案例详细

 ========= */
.wview-banner{
	position: relative;
}
.wview-banner .wvbanner{
	height: 600px;
	background-color: #282f3a;
}
.wview-banner .titlebox{
	width: 100%;
	padding: 0 3%;
	max-width: 1820px;
	position: absolute;
	left: 0;
	bottom: 40px;
}
.wview-banner .titlebox .where{
	font-size: 18px;
	color: #ffffff;
}
.wview-banner .titlebox .title{
	font-size: 40px;
	color: #ffffff;
}
.wview-banner .titlebox .share{
	position: absolute;
	right: 3%;
	bottom: 0;
}
.wview-banner .titlebox .share .bdsharebuttonbox a{
	width: 100px;
	height: 30px;
	line-height: 30px;
	background-color: #fff;
	border-radius: 50px;
	margin: 0;
	background-image: none;
	padding: 0;
	text-align:center;
}

/*信息*/
.wview-msg{
	padding: 80px 0;
	max-width: 640px;
}
.wview-msg .mitem{
	padding-left: 75px;
	position: relative;
	margin-bottom: 30px;
}
.wview-msg .mitem .word{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 15px;
	color: #da1428;
	line-height: 20px;
	width: 75px;
text-align: justify;
}
.wview-msg .mitem .msg{
	font-size: 15px;
	color: #2e2e2e;
}

/*轮播*/
.wview-swiper .swiper-wrapper .swiper-slide .wview-img{
	height: 950px;
}
.wview-swiper .wview-prev{
	width: 100px;
	height: 100px;
	position: absolute;
	left: 1%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 11;
	cursor: pointer;
}
.wview-swiper .wview-prev:after{
	content: "";
	width: 50px;
	height: 50px;
	border-style: solid;
	border-width: 2px;
	border-color: #fff transparent transparent #fff;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -25px;
	margin-left: -15px;
	transform: rotate(-45deg);
}
.wview-swiper .wview-next{
	width: 100px;
	height: 100px;
	position: absolute;
	right: 1%;
	top: 50%;
	transform: translateY(-50%);
	z-index: 11;
	cursor: pointer;
}
.wview-swiper .wview-next:after{
	content: "";
	width: 50px;
	height: 50px;
	border-style: solid;
	border-width: 2px;
	border-color: #fff transparent transparent #fff;
	position: absolute;
	right: 50%;
	top: 50%;
	margin-top: -25px;
	margin-right: -15px;
	transform: rotate(135deg);
}
.wview-swiper .showmore{
	background-color: #fff;
	position: absolute;
	left: 50%;
	bottom: 50px;
	transform: translateX(-50%);
	padding:0 15px;
	font-size: 14px;
	color: #da1428;
	background-color: #fff;
	border-radius: 50px;
	z-index: 11;
	height: 30px;
	line-height: 30px;
	cursor: pointer;
}
.showmore-bg {
	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;
	height: 100%;
	position: relative;
}
.showmore-bg .showmore-swiper{
	max-width:1000px;
}
.showmore-bg .showclose{
	position: absolute;
	right: 3%;
	top:3%;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	cursor: pointer;
}
.showmore-bg .showclose:before{
	content: "";
	width:100%;
	height: 2px;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	transform: rotate(45deg);
}
.showmore-bg .showclose:after{
	content: "";
	width:100%;
	height: 2px;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	transform: rotate(-45deg);
}


.wview-bottom{
	padding: 50px 0;
}
.wview-bottom .bleft{
	float: left;
}
.wview-bottom .bleft .back{
	display: block;
	padding-left: 30px;
	font-size: 15px;
	color: #000000;
	line-height: 20px;
	background-position:left;
	background-repeat: no-repeat;
	background-image: url(/phone/images/bb_03.png);
}
.wview-bottom .bright{
	float: right;
	line-height: 20px;
}
.wview-bottom .bright *{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.wview-bottom .bright .pname{
	font-size: 15px;
	color: #000000;
}
.wview-bottom .bright .btnbox{
	margin: 0 20px;
	position: relative;
}
.wview-bottom .bright .btnbox:after{
	content: "";
	width: 1px;
	height: 14px;
	background-color: #000;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.wview-bottom .bright .btnbox .btn{
	width: 20px;
	height: 20px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	position: relative;
}
.wview-bottom .bright .btnbox .btn.prev:after{
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	left: 50%;
	top: 50%;
	border-style: solid;
	border-width: 1px;
	border-color: #6b6b6b transparent transparent #6b6b6b;
	margin-top: -5px;
	margin-left: -3px;
	transform: rotate(-45deg);
}
.wview-bottom .bright .btnbox .btn.next:after{
	content: "";
	width: 10px;
	height: 10px;
	position: absolute;
	right: 50%;
	top: 50%;
	border-style: solid;
	border-width: 1px;
	border-color: #6b6b6b transparent transparent #6b6b6b;
	margin-top: -5px;
	margin-right: -3px;
	transform: rotate(135deg);
}

@media only screen and (min-width: 601px){
.wview-banner .titlebox .share .bdsharebuttonbox a:hover{
	color: #da1428;
	opacity: 1;
}
.wview-bottom .bright .pname:hover{
	color: #da1428;
}
}
@media only screen and (max-width: 1600px){
.wview-swiper .swiper-wrapper .swiper-slide .wview-img {
    height: 900px;
}
}
@media only screen and (max-width: 1440px){
.wview-banner .wvbanner {
    height: 550px;
}
.wview-swiper .swiper-wrapper .swiper-slide .wview-img {
    height: 800px;
}
}
@media only screen and (max-width: 1360px){
.wview-banner .wvbanner {
    height: 500px;
}
.wview-msg {
    padding: 60px 0;
}
.wview-swiper .swiper-wrapper .swiper-slide .wview-img {
    height: 700px;
}
}
@media only screen and (max-width: 1280px){
.wview-banner .wvbanner {
    height: 450px;
}
.wview-msg {
    padding: 40px 0;
}
.wview-swiper .swiper-wrapper .swiper-slide .wview-img {
    height: 600px;
}
.wview-swiper .wview-prev{
	width: 60px;
	height: 60px;
}
.wview-swiper .wview-prev:after{
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -5px;
}
.wview-swiper .wview-next{
	width: 60px;
	height: 60px;
}
.wview-swiper .wview-next:after{
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-right: -5px;
}
}
@media only screen and (max-width: 1024px){
.wview-banner .wvbanner {
    height: 400px;
}
.wview-banner .titlebox .title {
    font-size: 30px;
}
.wview-msg {
    padding: 30px 0;
}
.wview-swiper .swiper-wrapper .swiper-slide .wview-img {
    height: 500px;
}
.wview-swiper .wview-prev{
	display: none;
}
.wview-swiper .wview-next{
	display: none;
}
.wview-bottom {
    padding: 30px 0;
}
.wview-banner .titlebox .share{
	display: none;
}
}
@media only screen and (max-width: 768px){
.wview-banner .wvbanner {
    height: 350px;
}
.wview-swiper .swiper-wrapper .swiper-slide .wview-img {
    height: 400px;
}
}
@media only screen and (max-width: 640px){
.wview-banner .wvbanner {
    height: 300px;
}
.wview-swiper .swiper-wrapper .swiper-slide .wview-img {
    height: 350px;
}
}
@media only screen and (max-width: 414px){
.wview-swiper .swiper-wrapper .swiper-slide .wview-img {
    height: 300px;
}
.wview-banner .wvbanner {
    height: 280px;
}
.wview-banner .titlebox .title {
    font-size:24px;
}
.wview-msg {
    padding: 6% 0;
}
.wview-msg .mitem {
    margin-bottom:5%;
    padding-left: 0;
}
.wview-msg .mitem .word {
	position: relative;
    width: 100%;
	margin-bottom: 3%;
}
.wview-bottom {
    padding: 5% 0;
}
.wview-bottom .bleft {
    float: none;
    margin-bottom: 3%;
}
.wview-bottom .bright {
    float: none;
}
}


 
/* =========

    关于

 ========= */
/*唯美简介*/
.about-intro{
	padding: 90px 0;
}
.about-intro .allimg{
	display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: space-between;
-ms-flex-pack: space-between;
-webkit-justify-content: space-between;
justify-content: space-between;	
}
.about-intro .allimg .imgbox{
	padding-top: 40px;
	padding-bottom: 70px;
	width: 25.8%;
	border-top: 1px solid #97999b;
}
.about-intro .allimg .imgbox:nth-child(2){
	width: 17%
}
.about-intro .allimg .imgbox:nth-child(3){
	width: 37.5%
}
.about-intro .allimg .imgbox img{
	width: 100%;
}
.about-intro .link{
	display: block;
	height: 70px;
	line-height: 70px;
	border: 1px solid #e6e6e6;
	text-align: center;
}
.about-intro .link .word{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 24px;
	color: #252525;
	transition: all .5s ease;
}

/*唯美文化*/
.about-culture{
	position: relative;
	overflow: hidden;
}
.about-culture .cbanner{
	height: 650px;
	transition: all 2s ease;
	transform: scale(1);
}
.about-culture .themebox{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	transform: translate(-50%,-50%);
	z-index: 11;
	text-align: center;
}
.about-culture .themebox .en{
	font-size: 40px;
	color: #fff;
	display: block;
}
.about-culture .themebox .cn{
	font-size: 30px;
	color: #fff;
	display: block;
}
.about-culture .more{
	width: 210px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	border:1px solid #fff;
	position: absolute;
	left: 50%;
	bottom: 60px;
	text-align: center;
	transform: translateX(-50%);
}

/*资质荣誉*/
.about-honor{
	padding-top: 140px;
	padding-bottom: 180px;
	overflow: hidden;
}
.about-honor .circle{
	    width: 40%;
    padding-bottom: 40%;
    position: absolute;
    top: 13%;
    left: 18%;
    border: 4px solid #f6f6f6;
    border-radius: 50%;
}
.about-honor .hleft{
	width: calc(100% - 550px);
	float: left;
	position: relative;
	z-index: 11;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
	box-shadow: 0 0 20px rgba(0,0,0,.15);
	overflow: hidden;
}
.about-honor .hleft .lfimg{
	width: calc(100% - 350px);
	-webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
}
.about-honor .hleft .themebox{
	width: 350px;
	height: 350px;
	background: #f7f7f7;
}
.about-honor .hleft .themebox .titlebox{
	padding: 80px 30px 60px 30px;
}
.about-honor .hleft .themebox .titlebox .cn{
	font-size: 30px;
	color: #1f1f1f;
	display: block;
}
.about-honor .hleft .themebox .titlebox .en{
	font-size: 40px;
	color: rgba(31,31,31,.6);
	font-family:"ziti1","sans-serif";
	display: block;
}
.about-honor .hleft .themebox .top{
	height: 60px;
	line-height: 60px;
	text-align: right;
}
.about-honor .hleft .themebox .top .zi{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	width: 60px;
	height: 60px;
	background-color: #da1428;
	font-size: 18px;
	color: #fff;
	text-align: center;
	position: relative;
	width: 60%;
}
.about-honor .hleft .themebox .top .zi:after{
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	border-width: 30px 20px;
	border-style: solid;
	border-color:transparent transparent transparent #f7f7f7;
}
.about-honor .hright{
	width: 490px;
	float: right;
	position: relative;
	z-index: 11;
	padding-top: 160px;
	padding-right: 120px;
}
.about-honor .hright .hall{
	width: 150px;
	height: 60px;
	line-height: 60px;
	border-left: 1px solid #c0c5cc;
	margin-right: 0;
	margin-left: auto;
	text-align: right;
	margin-bottom: 20px;
}
.about-honor .hright .hall .word{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-left: 30px;
	background-position: left;
	background-repeat: no-repeat;
	font-size: 14px;
	color: #545454;
	position: relative;
	transition: all .5s ease;
}
.about-honor .hright .hall .word span{
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background-color: #888d94;	
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all .5s ease;
}
.about-honor .hright .hall .word span:after{
	content:'';
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: #fff #fff transparent transparent;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -4px;
	margin-left: -6px;
	transform: rotate(45deg);
}
.about-honor .hright .hlist .lih{
	font-size: 14px;
	color: #555555;
	padding-left: 20px;
	height: 20px;
	line-height: 20px;
	margin-bottom: 10px;
	overflow: hidden;
	position: relative;
}
.about-honor .hright .hlist .lih .yy{
	width: 6px;
	height: 6px;
	background-color: #da1428;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -3px;
	border-radius: 50%;
}
.about-honor .hright .hlist .lih span{
	float: left;
	width: 32px;
}
.about-honor .hright .hlist .lih .title{
	float: left;
	width: calc(100% - 32px);
}

@media only screen and (min-width: 601px){
.about-intro .link:hover{
	border: 1px solid #da1428;
}
.about-intro .link:hover .word{
	color: #da1428;
}
.about-culture .themebox .more:hover{
	background-color: #da1428;
}
.about-honor .hright .hall .word:hover{
	color: #da1428;
}
.about-honor .hright .hall .word:hover span{
	background-color: #da1428;
}
.about-culture:hover .cbanner{
	transform: scale(1.1);
}
.about-culture .more:hover{
	background-color: #da1428;
}
}
@media only screen and (max-width: 1600px){
.about-honor {
    padding-top: 120px;
    padding-bottom: 140px;
}
}
@media only screen and (max-width: 1440px){
.about-honor {
    padding-top: 100px;
    padding-bottom: 120px;
}
}
@media only screen and (max-width: 1360px){
.about-intro {
    padding: 70px 0;
}
.about-culture .cbanner {
    height: 600px;
}
.about-honor {
    padding-top: 80px;
    padding-bottom: 100px;
}
}
@media only screen and (max-width: 1280px){
.about-intro {
    padding: 50px 0;
}
.about-intro .allimg .imgbox {
    padding-top: 30px;
    padding-bottom: 50px;
}
.about-culture .cbanner {
    height: 500px;
}
.about-honor {
    padding-top: 60px;
    padding-bottom: 80px;
}
.about-honor .circle {
    width:35%;
    padding-bottom:35%;
    top: 8%;
    left: 25%;
}
}
@media only screen and (max-width: 1024px){
.about-intro {
    padding: 30px 0;
}
.about-culture .cbanner {
    height: 450px;
}
.about-culture .themebox .en {
    font-size: 30px;
}
.about-culture .themebox .cn {
    font-size: 24px;
}
.about-culture .more {
    width: 160px;
    height: 40px;
    line-height: 40px;
    bottom: 30px;
}
.about-honor {
    padding-top: 40px;
    padding-bottom: 60px;
}
.about-honor .hleft {
    width: 100%;
    float: none;
}
.about-honor .hright {
    width: 100%;
    float: none;
	padding: 0;
	padding-top: 30px;
}
.about-honor .hright .hall {
    width: 120px;
    height: 45px;
    line-height: 45px;
    margin-bottom: 15px;
}
}
@media only screen and (max-width: 768px){
.about-intro .link {
    height: 50px;
    line-height: 50px;
}
.about-intro .link .word {
    font-size: 18px;
}
.about-culture .cbanner {
    height: 400px;
}
}
@media only screen and (max-width: 640px){
.about-intro .allimg {
	display: block;
}
.about-intro .allimg .imgbox{
	width:45%;
	float: left;
}
.about-intro .allimg .imgbox:nth-child(2) {
    width:45%;
	float: right;
}
.about-intro .allimg .imgbox:nth-child(3) {
    width: 100%;
	   float: left;
}
.about-culture .cbanner {
    height: 350px;
}
}
@media only screen and (max-width: 414px){
.about-intro {
    padding: 6% 0;
}
.about-intro .allimg .imgbox {
    padding-top: 3%;
    padding-bottom: 5%;
}
.about-intro .link {
    height: 40px;
    line-height: 40px;
}
.about-intro .link .word {
    font-size: 16px;
}
.about-culture .cbanner {
    height: 280px;
}
.about-culture .themebox .en {
    font-size: 24px;
}
.about-culture .themebox .cn {
    font-size: 18px;
}
.about-culture .more {
    width: 100px;
    height: 30px;
    line-height: 30px;
    bottom: 5%;
}
.about-honor {
    padding-top: 5%;
    padding-bottom: 6%;
}
.about-honor .hleft .lfimg {
    width: 0;
}
.about-honor .hleft .themebox {
    width: 100%;
    height: 300px;
}
}

/*唯美简介*/
.intro-bg{
	background-attachment:fixed;
}
.intro-bg .themebox{
	height: calc(100vh - 70px);
	position: relative;
	text-align: center;
}
.intro-bg .themebox .en{
	font-size: 72px;
	color: #fff;
	font-family:"ziti1","sans-serif";
}
.intro-bg .themebox .cn{
	font-size: 48px;
	color: #fff;
}
.intro-bg .themebox .jt{
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border:2px solid #fff;
	position: absolute;
	left: 50%;
	bottom: 50px;
	transform: translateX(-50%);
	cursor: pointer;
	transition: all .5s ease;
}
.intro-bg .themebox .jt:before{
	content: "";
	width: 12px;
	height: 12px;
	border-style: solid;
	border-width: 2px;
	border-color: transparent #fff #fff transparent;
	position: absolute;
	left: 50%;
	bottom: 8px;
	margin-left: -6px;
	transform: rotate(45deg);
}
.intro-bg .themebox .jt:after{
	content: "";
	width: 2px;
	height: 16px;
	background-color: #fff;
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin-left: -1px;
}

.intro-bg .intro-mid{
	padding-top: 200px;
	padding-bottom: 260px;
}
.intro-bg .intro-mid .mright{
	width: 310px;
	float: right;
}
.intro-bg .intro-mid .mright .en{
	font-size: 40px;
	color: #fff;
	font-family:"ziti1","sans-serif";
}
.intro-bg .intro-mid .mright .cn{	
	font-size: 30px;
	color: #fff;
}
.intro-bg .intro-mid .mleft{
	width: 50%;
	float: left;
	font-size: 15px;
	color: #fff;
	line-height: 24px;
}
.intro-bg .intro-btm .wrap{
	padding-top: 210px;
	padding-bottom: 150px;
}
.intro-bg .intro-btm .bitem{
	width: 50%;
	height: 580px;
	border-top: 2px solid rgba(255,255,255,.5);
	border-bottom: 1px solid rgba(255,255,255,.35);
	border-right: 1px dashed rgba(255,255,255,.35);
}
.intro-bg .intro-btm .bitem:nth-child(2n){
	border-right: none;
}
.intro-bg .intro-btm .bitem .bimg{
	height: 120px;
}
.intro-bg .intro-btm .bitem .bmain{
	border-top: 1px solid rgba(255,255,255,.35);
	padding-top: 60px;
	padding-bottom: 60px;
	padding-right: 40px;
}
.intro-bg .intro-btm .bitem:nth-child(2n) .bmain{
	padding-left: 40px;
	padding-right: 0;
}
.intro-bg .intro-btm .bitem .bmain .cn{
	font-size: 18px;
	color: #ffffff;
	height: 24px;
	line-height: 24px;
	margin-bottom: 5px;
}
.intro-bg .intro-btm .bitem .bmain .en{
	font-size: 15px;
	color: #fff;
	height: 18px;
	line-height: 18px;
	margin-bottom: 20px
}
.intro-bg .intro-btm .bitem .bmain .content{
	font-size: 14px;
	color: #d5d5d5;
	overflow: hidden;
}
@media only screen and (min-width: 601px){
.intro-bg .themebox .jt:hover {
    border: 2px solid #da1428;
}
.intro-bg .themebox .jt:hover:before{
	border-color: transparent #da1428 #da1428 transparent;
}
.intro-bg .themebox .jt:hover:after{
	background-color: #da1428;
}
}
@media only screen and (max-width: 1440px){
.intro-bg .intro-btm .wrap {
    padding-top: 180px;
    padding-bottom: 120px;
}
}
@media only screen and (max-width: 1360px){
.intro-bg .themebox{
	height: calc(100vh - 60px);
}
.intro-bg .intro-mid {
    padding-top: 150px;
    padding-bottom: 200px;
}
.intro-bg .intro-btm .wrap {
    padding-top: 150px;
    padding-bottom: 100px;
}
}
@media only screen and (max-width: 1280px){
.intro-bg .themebox .en {
    font-size: 60px;
}
.intro-bg .themebox .cn {
    font-size: 40px;
}
.intro-bg .themebox{
	height: calc(100vh - 55px);
}
.intro-bg .intro-mid {
    padding-top: 100px;
    padding-bottom: 150px;
}
.intro-bg .intro-btm .wrap {
    padding-top: 120px;
    padding-bottom: 80px;
}
}
@media only screen and (max-width: 1024px){
.intro-bg .themebox .en {
    font-size:42px;
}
.intro-bg .themebox .cn {
    font-size:30px;
}
.intro-bg .themebox{
	height: calc(100vh - 50px);
}
.intro-bg .themebox .jt {
    bottom: 30px;
}
.intro-bg .intro-mid {
    padding-top: 80px;
    padding-bottom: 120px;
}
.intro-bg .intro-mid .mright {
    width: 100%;
    float: none;
    margin-bottom: 3%;
}
.intro-bg .intro-mid .mleft {
    width: 100%;
    float: none;
}
.intro-bg .intro-mid .mright .en {
    font-size: 30px;
}
.intro-bg .intro-mid .mright .cn {
    font-size: 24px;
}
.intro-bg .intro-btm .wrap {
    padding-top: 100px;
    padding-bottom: 70px;
}
.intro-bg .intro-btm .bitem {
    height: 500px;
}
}
@media only screen and (max-width: 768px){
.intro-bg .intro-mid {
    padding-top: 60px;
    padding-bottom: 80px;
}
.intro-bg .intro-btm .wrap {
    padding-top: 60px;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction:column;
    -webkit-flex-direction:column;
    flex-direction:column;
}
.intro-bg .intro-btm .bitem {
    width:100%;
    height: auto;
    border-right: none;
}
.intro-bg .intro-btm .bitem .bmain {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 0;
    padding-left: 0;
}
.intro-bg .intro-btm .bitem:nth-child(2n) .bmain {
    padding-right: 0;
    padding-left: 0;
}
}
@media only screen and (max-width: 640px){
.intro-bg .intro-mid {
    padding-top: 40px;
    padding-bottom: 60px;
}
}
@media only screen and (max-width: 414px){
.intro-bg .themebox .en {
    font-size:30px;
}
.intro-bg .themebox .cn {
    font-size:24px;
}
.intro-bg .themebox .jt {
    bottom: 6%;
}
.intro-bg .intro-mid {
    padding-top: 5%;
    padding-bottom: 6%;
}
.intro-bg .intro-mid .mright .en {
    font-size: 24px;
}
.intro-bg .intro-mid .mright .cn {
    font-size: 18px;
}
.intro-bg .intro-btm .wrap {
    padding-top: 6%;
    padding-bottom: 5%;
}
.intro-bg .intro-btm .bitem .bmain {
    padding-top: 6%;
    padding-bottom: 6%;
}
}



/* =========

    关于内页

 ========= */
.alist-bg{
	padding-top: 90px;
}
.alist-bg .althemebox{
	height: 60px;
	position: relative;
}
.alist-bg .althemebox .theme{
	font-size: 36px;
	color: #da1428;
}

/*唯美文化*/
.aculture-list{
	padding-top: 60px;
	border-top: 1px solid #dfe0e2;
	overflow: hidden;
}
.aculture-list .liac{
	width: calc((100% - 185px) / 4);
	margin-right: 55px;
	float: left;
	margin-bottom: 60px;
}
.aculture-list .liac:nth-child(4n){
	margin-right: 0;
}
.aculture-list .liac .ico{
	width: 80px;
	height: 80px;
}
.aculture-list .liac .title{
	height: 60px;
	line-height: 60px;
	font-size: 22px;
	color: #181818;
	margin-bottom: 10px;
	border-bottom: 1px solid #dfe0e2;
}
.aculture-list .liac .content{
	font-size: 15px;
	color: #4b4b4b;
	line-height: 24px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
	height: 48px;
}
@media only screen and (max-width: 1360px){
.alist-bg {
    padding-top: 70px;
}
}
@media only screen and (max-width: 1280px){
.alist-bg {
    padding-top: 50px;
}
.aculture-list {
    padding-top: 30px;
}
}
@media only screen and (max-width: 1024px){
.alist-bg {
    padding-top: 30px;
}
.aculture-list .liac {
    width: calc((100% - 90px) / 4);
    margin-right: 30px;
    margin-bottom: 40px;
}
.alist-bg .althemebox .theme {
    font-size: 30px;
}
}
@media only screen and (max-width: 768px){
.aculture-list .liac {
    width: calc((100% - 60px) / 3);
}
.aculture-list .liac:nth-child(4n) {
    margin-right: 30px;
}
.aculture-list .liac:nth-child(3n) {
    margin-right: 0;
}
}
@media only screen and (max-width: 640px){
.aculture-list .liac {
    width: calc((100% - 30px) / 2);
}
.aculture-list .liac:nth-child(4n) {
    margin-right: 30px;
}
.aculture-list .liac:nth-child(3n) {
    margin-right: 30px;
}
.aculture-list .liac:nth-child(2n) {
    margin-right: 0;
}
}
@media only screen and (max-width: 414px){
.alist-bg {
    padding-top: 6%;
}
.alist-bg .althemebox {
    height: 50px;
}
.alist-bg .althemebox .theme {
    font-size: 24px;
}
.aculture-list {
    padding-top: 6%;
}
}

/*关于历程*/
.history-list{
	margin-top: 35px;
	margin-bottom: 70px;
	position: relative;
}
.history-list:after{
	content: "";
	width: 1px;
	height: calc(100% - 9px);
	background-color: #dfe0e2;
	position: absolute;
	left: 280px;
	top: 9px;
	z-index: -1;
}
.history-list .lih{
	padding-bottom: 60px;
	padding-left: 280px;
	line-height: 36px;
	position: relative;
}
.history-list .lih .hyear{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
	color: #8f8f8f;
}
.history-list .lih .hyear span{
	font-size: 36px;
	color: #da1428;
	font-family:"ziti1","sans-serif";	
	margin-right: 5px;
}
.history-list .lih .hcontent{
	padding-left: 80px;
	font-size: 16px;
	color: #1d1d1d;
	position: relative;
}
.history-list .lih .hcontent .yy{
	width: 18px;
	height: 18px;
	border: 3px solid #cecece;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	margin-left: -8px;
	margin-top: -9px;
	z-index: 11;
}
.history-list .lih .hcontent .yy:after{
	content: "";
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: #da1428 #da1428 transparent transparent;
	position: absolute;
	left: 100%;
	top: 50%;
	margin-top: -5px;
	margin-left: 5px;
	transform: rotate(45deg);
}
@media only screen and (max-width: 1360px){
.history-list {
    margin-bottom: 50px;
}
}
@media only screen and (max-width: 1280px){
.history-list {
    margin-bottom:40px;
}
.history-list:after {
    left:220px;
}
.history-list .lih {
    padding-left:220px;
}
}
@media only screen and (max-width: 1024px){
.history-list:after {
    left: 180px;
}
.history-list .lih {
    padding-bottom: 40px;
    padding-left: 180px;
}
.history-list .lih .hyear span {
    font-size: 30px;
}
.history-list .lih .hcontent {
    padding-left: 60px;
}
}
@media only screen and (max-width: 414px){
.history-list {
    margin-top: 5%;
    margin-bottom: 6%;
}
.history-list:after{
	display: none;
}
.history-list .lih {
    padding-bottom: 6%;
    padding-left: 0;
}
.history-list .lih .hyear {
	position: relative;
}
.history-list .lih .hcontent {
    padding-left: 0;
}
.history-list .lih .hcontent .yy {
	display: none;
}
}

/*资荣荣誉*/
.alist-bg .althemebox .yearbox{
	position: absolute;
	right: 0;
	top: 0;
}
.alist-bg .althemebox .yearbox .now{
	width: 150px;
	height: 45px;
	line-height: 45px;
	background-color: #f0f0f0;
	padding: 0 18px;
	position: relative;
	font-size: 14px;
	color: #da1428;
	cursor: pointer;
}
.alist-bg .althemebox .yearbox .now:after{
	content: "";
	width: 10px;
	height: 10px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent #da1428 #da1428 transparent;
	position: absolute;
	right: 18px;
	top: 50%;
	margin-top: -7px;
	transform: rotate(45deg);
}
.alist-bg .althemebox .yearbox .sub{
	width: 100%;
    max-height: 230px;
    position: absolute;
    top: calc(100% + 1px);
    left: 0;
    z-index: 111;
    overflow-y: auto;
    background-color: #fff;
    display: none;
}
.alist-bg .althemebox .yearbox .sub .tyear {
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
}
.honor-bg{
	padding-top: 20px;
	padding-bottom: 120px;
}
.honor-bg .honor-list{
	margin-bottom: 60px;
	overflow: hidden;
	border-bottom: 1px solid #dfe0e2;
}
.honor-bg .honor-list .lih{
	border-top: 1px solid #dfe0e2;
	padding: 10px 0;
	color: #323232;
	line-height: 30px;
}
.honor-bg .honor-list .lih .hyear{
	width: 75px;
	float: left;
	font-size: 16px;
}
.honor-bg .honor-list .lih .htitle{
	width: calc(100% - 375px);
	float: left;
	font-size: 14px;
}
.honor-bg .honor-list .lih .hclass{
	width: 300px;
	float: left;
	font-size: 14px;
}


@media only screen and (min-width: 601px){
.alist-bg .althemebox .yearbox .sub .tyear:hover {
	color: #da1428;
}
}
@media only screen and (max-width: 1600px){
.honor-bg {
    padding-bottom: 100px;
}
}
@media only screen and (max-width: 1440px){
.honor-bg {
    padding-bottom: 80px;
}
}
@media only screen and (max-width: 1360px){
.honor-bg {
    padding-bottom: 60px;
}
}
@media only screen and (max-width: 1280px){
.honor-bg {
    padding-bottom: 30px;
}
}
@media only screen and (max-width: 1024px){
.honor-bg .honor-list {
    margin-bottom:30px;
}
}
@media only screen and (max-width: 768px){
.honor-bg .honor-list .lih .hyear {
    width: 100%;
}
.honor-bg .honor-list .lih .htitle {
    width: calc(100% - 300px);
}
}
@media only screen and (max-width: 414px){
.honor-bg {
    padding-bottom: 6%;
}
.honor-bg .honor-list {
    margin-bottom:6%;
}
.honor-bg .honor-list .lih .htitle {
    width:100%;
}
.honor-bg .honor-list .lih .hclass {
    width:100%;
}
}


/* =========

    新闻

 ========= */
.news-class .citem{
	display: block;
	width: 50%;
	float: left;
	height: 700px;
	position: relative;
	overflow: hidden;
}
.news-class .citem .cbanner{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 1s ease;
	transform: scale(1);
}
.news-class .citem .titlebox{
	padding: 0 50px;
	z-index: 11;
	position: absolute;
	left: 0;
	top: 60%;
	width: 100%;
}
.news-class .citem .titlebox .box{
	padding-bottom: 45px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
}
.news-class .citem .titlebox .box:after{
	content: "";
	width: 30px;
	height: 2px;
	background-color: #da1428;
	position: absolute;
	left: 0;
	bottom: 0;
}
.news-class .citem .titlebox .box .en{
	font-size: 40px;
	color:rgba(255,255,255,.6);
	font-family:"ziti1","sans-serif";
	transition: all 1s ease;
}
.news-class .citem .titlebox .box .cn{
	font-size: 30px;
	color: #fff;
	transition: all 1s ease;
}
@media only screen and (min-width: 601px){
.news-class .citem:hover .cbanner{
	transform: scale(1.1);
}
.news-class .citem:hover .titlebox .box:after{
	left: 100%;
	transform: translateX(-100%);
}
.news-class .citem:hover .titlebox .en{
	color: #fff;
}
.news-class .citem:hover .titlebox .cn{
	color: #da1428;
}
}
@media only screen and (max-width: 1440px){
.news-class .citem{
	height: 600px;
}
}
@media only screen and (max-width: 1360px){
.news-class .citem{
	height: 500px;
}
}
@media only screen and (max-width: 1280px){
.news-class .citem{
	height: 400px;
}
}
@media only screen and (max-width: 1024px){
.news-class .citem{
	height: 320px;
}
.news-class .citem .titlebox .box .en {
    font-size: 30px;
}
.news-class .citem .titlebox .box .cn {
    font-size: 24px;
}
.news-class .citem .titlebox {
    padding: 0 3%;
    top: 50%;
    transform: translateY(-50%);
}
.news-class .citem .titlebox .box{
    padding-bottom: 30px;
}
}
@media only screen and (max-width: 768px){
.news-class .citem{
	height: 280px;
}
}
@media only screen and (max-width: 414px){
.news-class .citem .titlebox .box .en {
    font-size: 24px;
}
.news-class .citem .titlebox .box .cn {
    font-size: 18px;
}
.news-class .citem {
    width: 100%;
    float: none;
    height: 250px;
}
.news-class .citem .titlebox .box{
    padding-bottom: 6%;
}
}


/*最新消息*/
.newstop{
	padding-top: 90px;
	padding-bottom: 120px;
	background-color: #f3f4f6;
}
.newstop .theme{
	font-size: 30px;
	color: #da1428;
	margin-bottom: 30px;
}
.newstop .toplist{
	overflow: hidden;
}
.newstop .toplist .litn{
	display: block;
	margin-bottom: 60px;
}
.newstop .toplist .litn .imgbox{
	position: relative;
	overflow: hidden;
	float: left;
	width: 300px;
}
.newstop .toplist .litn .imgbox .nimg{
	padding-top: calc(200 / 300 * 100%);
	transition: all .5s ease;
	transform: scale(1);
}
.newstop .toplist .litn .nright{
	width: calc(100% - 340px);
	float: right;
}
.newstop .toplist .litn .nright .timebox{
	height: 20px;
	line-height: 20px;
	margin-bottom: 30px;
}
.newstop .toplist .litn .nright .timebox .time{
	font-size: 14px;
	color: #c7000b;
	font-family:"ziti1","sans-serif";
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-right: 11px;
	margin-right: 10px;
	position: relative;
}
.newstop .toplist .litn .nright .timebox .time:after{
	content: "";
	width: 1px;
	height: 14px;
	background-color: #b0b1b1;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
}
.newstop .toplist .litn .nright .timebox .class{
	font-size: 13px;
	color: #6d6d6d;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.newstop .toplist .litn .nright .title{
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	margin-bottom: 15px;
}
.newstop .toplist .litn .nright .demo{
	font-size: 12px;
	color: #5a5a5a;
	line-height: 24px;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
margin-bottom: 20px;
	height: 48px;
}
.newstop .toplist .litn .nright .more{
	width: 160px;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #000000;
}
.newstop .toplist .litn .nright .more .word{
	padding-right: 30px;
	font-family:"ziti1","sans-serif";
	font-size: 12px;
	color: #000000;
	position: relative;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.newstop .toplist .litn .nright .more .word:before{
	content: "";
	width: 2px;
	height: 6px;
	background-color: #000;
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -3px;
}
.newstop .toplist .litn .nright .more .word:after{
	content: "";
	width: 2px;
	height: 6px;
	background-color: #000;
	position: absolute;
	right: 2px;
	top: 50%;
	margin-top: -3px;
	transform: rotate(90deg);
}

/*通用分页*/
.allfenye{
	text-align: center;
}
.allfenye .link{
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	color: #202020;
	padding: 0 20px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.allfenye .btn{
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #757575;
	font-family:"ziti1","sans-serif";
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.allfenye .btn.on{
	background-color: #da1428;
	color: #fff;
}

@media only screen and (min-width: 601px){
.newstop .toplist .litn:hover .imgbox .nimg{
	transform: scale(1.1);
}
.newstop .toplist .litn:hover .nright .title{
	color:#da1428;
}
.newstop .toplist .litn:hover .nright .more{
	background-color: #da1428;
	border-bottom: 1px solid #da1428;
	padding-left: 30px;
}
.newstop .toplist .litn:hover .nright .more .word{
	color: #fff;
}
.newstop .toplist .litn:hover .nright .more .word:before{
	background-color: #fff;
}
.newstop .toplist .litn:hover .nright .more .word:after{
	background-color: #fff;
}
.allfenye .btn:hover{
	background-color: #da1428;
	color: #fff;
}
.allfenye .link:hover{
	color: #da1428;
}
}
@media only screen and (max-width: 1440px){
.newstop {
    padding-top: 70px;
    padding-bottom: 100px;
}
}
@media only screen and (max-width: 1360px){
.newstop {
    padding-top: 50px;
    padding-bottom: 80px;
}
}
@media only screen and (max-width: 1280px){
.newstop {
    padding-top: 30px;
    padding-bottom: 60px;
}
}
@media only screen and (max-width: 1024px){
.newstop {
    padding-bottom: 40px;
}
.newstop .toplist .litn {
    margin-bottom: 40px;
}
.newstop .theme {
    font-size: 24px;
}
.allfenye .btn {
    width: 36px;
    height: 36px;
    line-height: 36px;
}
.allfenye .link {
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
}
}
@media only screen and (max-width: 768px){
.newstop .toplist .litn .imgbox {
    width: 240px;
}
.newstop .toplist .litn .nright {
    width: calc(100% - 270px);
}
.newstop .toplist .litn .nright .timebox {
    margin-bottom: 6px;
}
.newstop .toplist .litn .nright .title {
    margin-bottom: 10px;
}
.newstop .toplist .litn .nright .demo {
    margin-bottom: 10px;
}
}
@media only screen and (max-width: 640px){
.newstop .toplist .litn .nright .title {
    font-size: 16px;
    line-height: 20px;
}
}
@media only screen and (max-width: 414px){
.newstop {
    padding-top: 5%;
    padding-bottom: 6%;
}
.newstop .theme {
    font-size: 18px;
    margin-bottom: 6%;
}
.newstop .toplist .litn {
    margin-bottom: 6%;
}
.newstop .toplist .litn .imgbox {
    width: 100%;
    float: none;
    margin-bottom: 3%;
}
.newstop .toplist .litn .nright {
    width: 100%;
    float: none;
}
.newstop .toplist .litn .nright .more {
    width: 120px;
    height: 36px;
    line-height: 36px;
}
.newstop .toplist .litn .nright .more .word{
	padding-right: 25px;
}
.newstop .toplist .litn .nright .title {
    font-size: 15px;
}
.allfenye .btn {
    width: 30px;
    height: 30px;
    line-height: 30px;
}
.allfenye .link {
    height: 30px;
    line-height: 30px;
}
}


/* =========

    新闻列表

 ========= */
.newstop .topbox{
	margin-bottom: 50px;
	padding-bottom: 15px;
	border-bottom: 1px solid #fff;	
}
.newstop .topbox .inbox{
	height: 50px;
	line-height: 50px;
}
.newstop .topbox .inbox .topname{
	font-size: 30px;
	color: #da1428;
	float: left;
}
.newstop .topbox .inbox .topsearch{
	float: right;
	width: 200px;
	height: 50px;
	background-color: #fff;
	padding-right: 60px;
	position: relative;
}
.newstop .topbox .inbox .topsearch input[type="submit"]{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 5px;
	top: 0;
	background-color: transparent;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/phone/images/nico.png);
	border:none;
	cursor: pointer;
}
.newstop .topbox .inbox .topsearch input[type="text"]{
	width: 100%;
	height: 50px;
	border: none;
	padding-left: 20px;
}
.newstop .topbox .inbox .toptime{
	width: 180px;
	height: 50px;
	background-color: #fff;
	float: right;
	margin-right: 10px;
	position: relative;
}
.newstop .topbox .inbox .toptime .now{
	padding:0 20px;
	position: relative;
	font-size: 14px;
	color: #151515;
	cursor: pointer;
}
.newstop .topbox .inbox .toptime .now:after{
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color: transparent #000 #000 transparent; 
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -6px;
	transform: rotate(45deg);
}
.newstop .topbox .inbox .toptime .sub{
	width: 100%;
	max-height: 230px;
	position: absolute;
	top: calc(100% + 1px);
	left: 0;
	z-index: 111;
	overflow-y: auto;
	background-color: #fff;
	display: none;
}
.newstop .topbox .inbox .toptime .sub .tyear{
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}
@media only screen and (min-width: 601px){
.newstop .topbox .inbox .toptime .sub .tyear:hover{
	color: #da1428;
}
}
@media only screen and (max-width: 1280px){
.newstop .topbox {
    margin-bottom: 30px;
}
}
@media only screen and (max-width: 1024px){
.newstop .topbox .inbox {
    height: 40px;
    line-height: 40px;
}
.newstop .topbox .inbox .topname {
    font-size: 24px;
}
.newstop .topbox .inbox .toptime {
    width: 150px;
    height: 40px;
}
.newstop .topbox .inbox .topsearch {
    width: 180px;
    height: 40px;
    padding-right: 50px;
}
.newstop .topbox .inbox .topsearch input[type="text"] {
    height: 40px;
}
.newstop .topbox .inbox .topsearch input[type="submit"]{
	    width: 40px;
    height: 40px;
}
}
@media only screen and (max-width: 414px){
.newstop .topbox .inbox {
    height: auto;
}
.newstop .topbox .inbox .topname {
    font-size: 18px;
    float: none;
}
.newstop .topbox .inbox .topsearch {
    width: 100%;
    float: none;
    margin-bottom: 3%;	
}
.newstop .topbox .inbox .toptime {
    width: 100%;
    float: none;
}
.newstop .topbox {
    margin-bottom: 6%;
}
}



/* =========

    新闻详情

 ========= */
.nview-bg{
	margin-top: -320px;
	min-height: 320px;
	background-color: #fff;
	padding: 60px;
}
.nview-bg .nv-left{
	width: 720px;
	float: left;
}
.nview-bg .nv-left .time{
	font-size: 30px;
	color: #da1428;
font-family:"ziti1","sans-serif";
line-height: 36px;
margin-bottom: 5px;
}
.nview-bg .nv-left .title{
	font-size: 24px;
	color: #242424;
	line-height: 36px;
	margin-bottom: 40px;
}	
.nview-bg .nv-left .msgbox{
	padding-bottom: 20px;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 50px;
}
.nview-bg .nv-left .msgbox .nviews{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height: 24px;
	height: 24px;
	font-size: 14px;
	color: #767676;
	margin-right: 30px;
	vertical-align: top;
}
.nview-bg .nv-left .msgbox .nshare{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	line-height: 24px;
	color: #767676;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url(../img/share/icons_0_16.png?v=ba7acbd3.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}
.nview-bg .nv-left .msgbox .nshare .bdsharebuttonbox{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}
.nview-bg .nv-left .msgbox .nshare .bdsharebuttonbox a{
	width: 24px;
	height: 24px;
	margin: 0;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-left: 10px;
}
.nview-bg .nv-left .msgbox .nshare .bdsharebuttonbox a.bds_weixin{
    background-image: url(/phone/images/sweixin.png);
}
.nview-bg .nv-left .msgbox .nshare .bdsharebuttonbox a.bds_tsina{
    background-image: url(/phone/images/sweibo.png);
}
.nview-bg .nv-left .msgbox .nshare .bdsharebuttonbox a.bds_qzone{
    background-image: url(/phone/images/szone.png);
}
.nview-bg .nv-left .msgbox .nshare .bdsharebuttonbox a.bds_sqq{
    background-image: url(/phone/images/sqq.png);
}
.nview-bg .nv-left .ncontent{
	font-size: 15px;
	color: #2b2b2b;
	line-height: 2;
	overflow: hidden;
}
.nview-bg .nv-right{
	width: 310px;
	float: right;
}
.nview-bg .nv-right .rtheme{
	font-size: 15px;
	color: #606060;
	padding-bottom: 10px;
	border-bottom: 1px solid #c0c0c0;
}
.nview-bg .nv-right .npage{
	padding: 25px 0;
}
.nview-bg .nv-right .npage .ptem{
	margin-bottom: 30px;
}
.nview-bg .nv-right .npage .ptem .pword{
	font-size: 14px;
	color: #da1428;
	margin-bottom: 10px;
}
.nview-bg .nv-right .npage .ptem .pbtn{
	font-size: 14px;
	color: #656565;
	line-height: 20px;
}
.nview-bg .nv-right .nback{
	height: 55px;
	line-height: 55px;
	font-size: 15px;
	color: #ffffff;
	text-align: center;
	background-color: #da1428;
	display: block;
	position: relative;
	transition: all .5s ease;
}
.nview-bg .nv-right .nback:after{
	content: "";
	width: 100%;
	height: 100%;
	border:2px solid #da1428;
	position: absolute;
	left: 0;
	top: 0;
	transition: all .5s ease;
	transform: scale(1.2);
	opacity: 0;
	visibility: hidden;
}
@media only screen and (min-width: 601px){
.nview-bg .nv-right .npage .ptem .pbtn:hover{
	color: #da1428;
}
.nview-bg .nv-right .nback:hover{
	background-color: #fff;
	color: #da1428;
}
.nview-bg .nv-right .nback:hover:after{
	transform: scale(1);
	opacity: 1;
	visibility: visible;
}
}
@media only screen and (max-width: 1440px){
.nview-bg {
    margin-top: -250px;
    min-height: 250px;
}
}
@media only screen and (max-width: 1360px){
.nview-bg {
    margin-top: -200px;
    min-height: 200px;
}
}
@media only screen and (max-width: 1280px){
.nview-bg {
    margin-top: -100px;
    min-height: 100px;
    padding: 40px;
}
}
@media only screen and (max-width: 1200px){
.nview-bg .nv-left {
    width: 100%;
    float: none;
    margin-bottom: 3%;
}
.nview-bg .nv-right {
    width: 100%;
    float: none;
}
}
@media only screen and (max-width: 1024px){
.nview-bg {
    margin-top: 0;
    min-height: 0;
    padding: 30px 0;
}
.nview-bg .nv-left .time {
    font-size: 24px;
    line-height: 30px;
}
.nview-bg .nv-left .title {
    margin-bottom: 20px;
}
.nview-bg .nv-left .msgbox {
    margin-bottom: 30px;
}
}
@media only screen and (max-width: 414px){
.nview-bg {
    padding: 6% 0;
}
.nview-bg .nv-left .time {
    font-size: 18px;
    line-height: 24px;
}
.nview-bg .nv-left .title {
    margin-bottom: 6%;
    font-size: 18px;
    line-height: 1.5;
}
.nview-bg .nv-left .msgbox {
    margin-bottom: 3%;
}
.nview-bg .nv-right .npage {
    padding: 4% 0;
}
.nview-bg .nv-right .nback {
    height: 40px;
    line-height: 40px;
}
.nview-bg .nv-right .npage .ptem {
    margin-bottom: 6%;
}
}



/* =========

    联系

 ========= */
.contact-class{
	   display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
	overflow: hidden;
}
.contact-class .citem{
	width: calc(100% / 3);
	height: 900px;
	position: relative;
	transition: all 1s ease; 
}
.contact-class .citem .cbanner{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.contact-class .citem .titlebox{
	position: relative;
	z-index: 11;
	height: 100%;
	padding: 40px;
	display: -webkit-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.contact-class .citem .titlebox .inbox{
	padding-bottom: 50px;
	position: relative;
}
.contact-class .citem .titlebox .inbox:after{
    content: "";
    width: 30px;
    height: 2px;
    background-color: #da1428;
    position: absolute;
    left: 0;
    bottom: 0;	
}
.contact-class .citem .titlebox .inbox .en{
	    font-size: 40px;
    color: rgba(255,255,255,.6);
    font-family: "ziti1","sans-serif";
}
.contact-class .citem .titlebox .inbox .cn{
	font-size: 30px;
    color: #fff;
    transition: all .5s ease;
}
@media only screen and (min-width: 601px){
.contact-class .citem:hover{
	width: 50%;
}
.contact-class .citem:hover .titlebox .inbox:after{
    left: 100%;
	transform: translateX(-100%);
}
.contact-class .citem:hover .titlebox .inbox .cn{
    color: #da1428;
}
}
@media only screen and (max-width: 1600px){
.contact-class .citem {
    height: 800px;
}
}
@media only screen and (max-width: 1440px){
.contact-class .citem {
    height: 750px;
}
}
@media only screen and (max-width: 1360px){
.contact-class .citem {
    height: 700px;
}
}
@media only screen and (max-width: 1280px){
.contact-class .citem .titlebox {
    padding: 20px;
}
.contact-class .citem {
    height: 600px;
}
}
@media only screen and (max-width: 1024px){
.contact-class .citem {
    height: 500px;
}
.contact-class .citem .titlebox .inbox .en {
    font-size: 30px;
}
.contact-class .citem .titlebox .inbox .cn {
    font-size: 24px;
}
.contact-class .citem .titlebox .inbox {
    padding-bottom: 30px;
}
}
@media only screen and (max-width: 768px){
.contact-class .citem {
    height: 400px;
}
}
@media only screen and (max-width: 640px){
.contact-class .citem {
    height: 350px;
}
}
@media only screen and (max-width: 414px){
.contact-class {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.contact-class .citem {
	width: 100%;
    height: 280px;
}
.contact-class .citem .titlebox .inbox .en {
    font-size: 24px;
}
.contact-class .citem .titlebox .inbox .cn {
    font-size: 18px;
}
.contact-class .citem .titlebox .inbox {
    padding-bottom: 6%;
}
}

/*联系方式*/
.contact-way{
	height: 150px;
	line-height: 150px;
	position: relative;
	padding-right: 120px;
	width: 94%;
	max-width: 1820px;
	margin: 0 auto;
}
.contact-way .en{
	font-size: 40px;
	color:rgba(24,24,24,.6);
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-family:"ziti1","sans-serif";
	margin-right: 10px;
}
.contact-way .cn{
	font-size: 30px;
	color: #181818;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}
.contact-way .clink{
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 116px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	background-color: #ebebeb;
	font-size: 13px;
	color: #da1428;
	border-radius: 50px;
	transition: all .5s ease;
	border: 1px solid #ebebeb;
}
/*方式列表*/
.cway-list{
	overflow: hidden;
	background-color: #e6e6e6;
}
.cway-list .liw{
	width: calc((100% - 1px) / 2);
	float: left;
}
.cway-list .liw .imgbox{
	overflow: hidden;
}
.cway-list .liw .imgbox .wimg{
	padding-top: calc(500 / 960 * 100%);
	transition: all .5s ease;
	transform: scale(1);
}
.cway-list .liw .wmain{
	padding: 50px;
	background-color: #fff;
}
.cway-list .liw .wmain .titlebox{
	height: 35px;
	line-height: 35px;
	padding-right: 120px;
	position: relative;
	margin-bottom: 10px;
}
.cway-list .liw .wmain .titlebox .title{
	font-size: 26px;
	color: #da1428;
}
.cway-list .liw .wmain .titlebox .viewmap{
	width: 100px;
	height: 35px;
	line-height: 35px;
	font-size: 13px;
	color: #4b4b4b;
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 50px;
	background-color: #ebebeb;
	text-align: center;
	border: 1px solid #ebebeb;
}
.cway-list .liw .wmain .wcontent{
	font-size: 15px;
	color: #181818;
	line-height: 2;
	display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 5;
overflow: hidden;
height: 150px;
}

@media only screen and (min-width: 601px){
.contact-way .clink:hover{
	background-color: #fff;
	border: 1px solid #da1428;
}
.cway-list .liw:hover .imgbox .wimg{
	transform: scale(1.1);
}
.cway-list .liw .wmain .titlebox .viewmap:hover{
	color: #da1428;
	border: 1px solid #da1428;
	background-color: #fff;
}
}
@media only screen and (max-width: 1360px){
.contact-way {
    height: 120px;
    line-height: 120px;
}
}
@media only screen and (max-width: 1280px){
.contact-way {
    height: 100px;
    line-height: 100px;
}
.cway-list .liw .wmain {
    padding: 30px;
}
}
@media only screen and (max-width: 1024px){
.contact-way {
    height: 80px;
    line-height: 80px;
}
.contact-way .en {
    font-size: 30px;
}
.contact-way .cn {
    font-size: 24px;
}
.cway-list .liw .wmain {
    padding: 20px;
}
.cway-list .liw .wmain .titlebox {
    height: 30px;
    line-height: 30px;
    padding-right: 100px;
}
.cway-list .liw .wmain .titlebox .title {
    font-size: 20px;
}
.cway-list .liw .wmain .titlebox .viewmap {
    width: 80px;
    height: 30px;
    line-height: 30px;
}
}
@media only screen and (max-width: 640px){
.contact-way{
	padding-right: 90px;
}
.contact-way .clink {
    width: 80px;
    height: 30px;
    line-height: 30px;
}
.contact-way {
    height: 60px;
    line-height: 60px;
}
.cway-list .liw {
    width: 100%;
    float: none;
}
.cway-list .liw .wmain {
    padding: 3%;
}
.cway-list .liw .wmain .wcontent {
    height:auto;
    -webkit-line-clamp: 10;
}
}
@media only screen and (max-width: 414px){
.contact-way .en {
    font-size: 24px;
}
.contact-way .cn {
    font-size: 18px;
}
}

/*招贤纳士*/
.career-bg{
	padding-top: 90px;
	padding-bottom: 30px;
}
.careertheme{
	font-size: 36px;
	color: #da1428;
}
.career-bg .career-list{
	margin-top: 50px;
	overflow: hidden;
}
.career-bg .career-list .lic{
	width: calc((100% - 100px) / 3);
	margin-right: 50px;
	float: left;
	margin-bottom: 40px;
}
.career-bg .career-list .lic:nth-child(3n){
	margin-right: 0;
}
.career-bg .career-list .lic .ico{
	width: 70px;
	height: 70px;
	margin-bottom: 20px;
}
.career-bg .career-list .lic .title{
	font-size: 22px;
	color: #181818;
	border-bottom: 1px solid #dfe0e2;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.career-bg .career-list .lic .content{
	font-size: 14px;
	color: #4b4b4b;
	line-height: 24px;
	height: 72px;
	overflow: hidden;
}

/*招贤展示*/
.career-swiper{
	padding: 0 15px;
}
.career-swiper .swiper-wrapper .swiper-slide .careershow{
	padding-top: calc(316 / 460 * 100%);
}

/*招聘职位*/
.job-bg{
	padding: 80px 0;
}
.job-bg .job-top{
	margin-bottom:50px;
}
.job-bg .job-top .careertheme{
	float: left;
}
.job-bg .job-top .jobsearch{
	width: 300px;
	height: 50px;
	border-radius: 50px;
	background-color: #fafafa;
	float: right;
	position: relative;
}
.job-bg .job-top .jobsearch input[type="text"]{
	width: 100%;
	height: 50px;
	border:none;
	background-color: transparent;
	padding: 0 15px;
}
.job-bg .job-top .jobsearch input[type="submit"]{
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/phone/images/jico.png);
	position: absolute;
	right: 10px;
	top: 0;
	border:none;
	background-color: transparent;
	cursor: pointer;
}
.job-bg .job-list{
	max-width: 1820px;
	overflow: hidden;
}
.job-bg .job-list .lij{
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	float: left;
	margin-bottom: 20px;
	padding: 50px;
	background-color: #fafafa;
	transition: all .5s ease;
}
.job-bg .job-list .lij:nth-child(3n){
	margin-right: 0;
}
.job-bg .job-list .lij .timebox{
	height: 20px;
	line-height: 20px;
}
.job-bg .job-list .lij .timebox .time{
	font-size: 14px;
	color: #c7000b;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-right: 10px;
	margin-right: 10px;
	position: relative;
	font-family:"ziti1","sans-serif";
}
.job-bg .job-list .lij .timebox .time:after{
	content: "";
	width: 1px;
	height: 14px;
	background-color: #a5a5a5;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -7px;
}
.job-bg .job-list .lij .timebox .where{
	font-size: 14px;
	color: #707070;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.job-bg .job-list .lij .title{
	font-size: 24px;
	color: #000000;
	margin-bottom: 10px;
	line-height: 30px;
}	
.job-bg .job-list .lij .look{
	width: 70px;
	height: 30px;
	line-height: 30px;
	display: block;
	background-color: #dddddd;
	border-radius: 50px;
	text-align: center;
	font-size: 13px;
	color: #000000;
}
@media only screen and (min-width: 601px){
.job-bg .job-list .lij:hover{
	background-color: #ececec;
}
.job-bg .job-list .lij:hover .look{
	background-color: #da1428;
	color: #fff;
}
}
@media only screen and (max-width: 1360px){
.career-bg {
    padding-top: 70px;
}
}
@media only screen and (max-width: 1280px){
.career-bg {
    padding-top: 50px;
}
.careertheme {
    font-size: 30px;
}
.job-bg .job-list .lij {
    padding: 30px;
}
.job-bg {
    padding: 60px 0;
}
}
@media only screen and (max-width: 1024px){
.career-bg {
    padding-top: 40px;
}
.careertheme {
    font-size: 24px;
}
.career-bg .career-list {
    margin-top: 30px;
}
.career-bg .career-list .lic {
    width: calc((100% - 60px) / 3);
    margin-right: 30px;
    margin-bottom: 30px;
}
.job-bg .job-list .lij {
    padding: 20px;
}
.job-bg .job-list .lij .title {
    font-size: 20px;
    line-height: 24px;
}
.job-bg .job-list .lij .look {
    height: 25px;
    line-height: 25px;
}
.job-bg {
    padding: 40px 0;
}
.job-bg .job-top {
    margin-bottom: 30px;
}
.job-bg .job-top .jobsearch {
    width: 250px;
    height: 40px;
}
.job-bg .job-top .jobsearch input[type="text"] {
    height: 40px;
}
.job-bg .job-top .jobsearch input[type="submit"] {
    width: 40px;
    height: 40px;
}
}
@media only screen and (max-width: 768px){
.career-bg .career-list .lic {
    width: calc((100% - 30px) / 2);
}
.career-bg .career-list .lic:nth-child(3n) {
    margin-right: 30px;
}
.career-bg .career-list .lic:nth-child(2n) {
    margin-right: 0;
}
.job-bg .job-list .lij {
    width: calc((100% - 20px) / 2);
}
.job-bg .job-list .lij:nth-child(3n) {
    margin-right: 20px;
}
.job-bg .job-list .lij:nth-child(2n) {
    margin-right: 0;
}
}
@media only screen and (max-width: 414px){
.career-bg {
    padding-top: 6%;
    padding-bottom: 5%;
}
.careertheme {
    font-size: 20px;
}
.career-bg .career-list {
    margin-top: 6%;
}
.career-bg .career-list .lic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6%;
}
.job-bg {
    padding: 6% 0;
}
.job-bg .job-top {
    margin-bottom: 6%;
}
.job-bg .job-list .lij {
    width: 100%;
    margin-right: 0;
    margin-bottom: 6%;
}
.job-bg .job-top .jobsearch {
    width: 50%;
    height: 36px;
}
.job-bg .job-top .jobsearch input[type="text"] {
    height: 36px;
}
.job-bg .job-top .jobsearch input[type="submit"] {
    width: 36px;
    height: 36px;
}
}

/* =========

    职位详情

 ========= */
.jview-top{
	padding: 50px 0;
	background-color: #f5f5f5;
}
.jview-top .titlebox{
	padding-right: 100px;
	position: relative;
	margin-bottom: 10px;
}
.jview-top .titlebox .title{
	font-size: 30px;
	color: #000000;
	line-height: 35px;
}
.jview-top .titlebox .back{
	display: block;
	width: 70px;
	height: 30px;
	line-height: 30px;
	background-color: #c5c5c5;
	text-align: center;
	border-radius: 50px;
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 13px;
	color: #ffffff;
	border:1px solid #c5c5c5;
}
.jview-top .magbox{
	height: 24px;
	line-height: 24px;
}
.jview-top .magbox .mleft{
	float: left;
}
.jview-top .magbox .mleft .litem{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	color: #4b4b4b;
}
.jview-top .magbox .mleft .litem span{
	margin: 0 5px;
}
.jview-top .magbox .mright{
	float: right;
	font-size: 14px;
	line-height: 24px;
	color: #767676;
}
.jview-top .magbox .mright .bdsharebuttonbox{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}
.jview-top .magbox .mright .bdsharebuttonbox a{
	width: 24px;
	height: 24px;
	margin: 0;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	margin-left: 10px;
}
.jview-top .magbox .mright .bdsharebuttonbox a.bds_weixin{
    background-image: url(/phone/images/sweixin.png);
}
.jview-top .magbox .mright .bdsharebuttonbox a.bds_tsina{
    background-image: url(/phone/images/sweibo.png);
}
.jview-top .magbox .mright .bdsharebuttonbox a.bds_qzone{
    background-image: url(/phone/images/szone.png);
}
.jview-top .magbox .mright .bdsharebuttonbox a.bds_sqq{
    background-image: url(/phone/images/sqq.png);
}

/*详情*/
.jview-content{
	padding-top: 50px;
	padding-bottom: 100px;
}
.jview-content .theme{
	font-size: 16px;
	color: #838383;
	margin-bottom: 40px;	
}
.jview-content .content{
	font-size: 14px;
	color: #232323;
	line-height: 2;	
	overflow: hidden;
	margin-bottom: 40px;	
}	
.jview-content .tomail{
	width: 170px;
	height: 55px;
	line-height: 55px;
	background-color: #da1428;
	text-align: center;
	font-size: 15px;
	color: #fff;
	display: block;
}

@media only screen and (min-width: 601px){
.jview-top .titlebox .back:hover{
	color: #da1428;
	border:1px solid #da1428;
	background-color: #fff;
}
}
@media only screen and (max-width: 1360px){
.jview-content {
    padding-top: 40px;
    padding-bottom: 80px;
}
}
@media only screen and (max-width: 1280px){
.jview-top {
    padding: 30px 0;
}
.jview-content {
    padding-top: 30px;
    padding-bottom: 60px;
}
}
@media only screen and (max-width: 1024px){
.jview-top .titlebox .title {
    font-size: 24px;
    line-height: 30px;
}
.jview-content {
    padding-bottom: 40px;
}
.jview-content .theme {
    margin-bottom: 30px;
}
}
@media only screen and (max-width: 640px){
.jview-top .magbox {
    height: auto;
}
.jview-top .magbox .mleft {
    float: none;
    margin-bottom: 3%;
}
.jview-top .magbox .mright {
    float: none;
}
}
@media only screen and (max-width: 414px){
.jview-top {
    padding: 6% 0;
}
.jview-content {
    padding-top: 5%;
    padding-bottom: 6%;
}
.jview-content .theme {
    margin-bottom: 6%;
}
.jview-content .tomail {
    width: 130px;
    height: 40px;
    line-height: 40px;
}
}


/*在线留言*/
.message-bg{
	max-width: 640px;
	padding-top: 90px;
	padding-bottom: 80px;
}
.message-bg .theme{
	font-size: 36px;
	color: #da1428;
	margin-bottom: 40px;
}
.message-bg form .my-item{
	width: calc((100% - 40px) / 2);
	float: left;
	margin-bottom: 30px;
}
.message-bg form .my-item.fr{
	float: right;
}
.message-bg form .my-item .my-label{
	font-size: 14px;
	color: #232323;
	margin-bottom: 10px;
	display: block;
}
.message-bg form .my-item .my-label span{
	color: #da1428;
}
.message-bg form .my-item .my-input input[type="text"]{
	width: 100%;
	height: 40px;
	background-color: #f5f5f5;
	border-radius: 50px;
	border:none;
	padding: 0 3%;
}
.message-bg form .my-item.textarea{
	width: 100%;
}
.message-bg form .my-item.textarea textarea{
	width: 100%;
	border-radius: 5px;
	background-color: #f5f5f5;
	border:none;
	resize: none;
	height: 220px;
	padding: 3%;
}
.message-bg form .btnbox{
	clear: both;
}
.message-bg form .btnbox input[type="submit"]{
	width: 160px;
	height: 45px;
	border-radius: 50px;
	background-color: #da1428;
	border:none;
	font-size: 14px;
	color: #fff;
	cursor: pointer;
}
.message-bg form .btnbox #fw{
	width: 90px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #7a7a7a;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	cursor: pointer;
}
@media only screen and (max-width: 1360px){
.message-bg {
    padding-top: 70px;
    padding-bottom: 60px;
}
}
@media only screen and (max-width: 1280px){
.message-bg {
    padding-top: 50px;
    padding-bottom: 40px;
}
.message-bg .theme {
    font-size: 30px;
    margin-bottom: 30px;
}
}
@media only screen and (max-width: 1024px){
.message-bg {
    padding-top: 40px;
    padding-bottom: 30px;
}
.message-bg .theme {
    font-size: 24px;
}
}
@media only screen and (max-width: 414px){
.message-bg {
    padding-top: 6%;
    padding-bottom: 5%;
}
.message-bg .theme {
    font-size: 20px;
    margin-bottom: 6%;
}
.message-bg form .my-item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 6%;
}
.message-bg form .my-item .my-input input[type="text"] {
    height: 35px;
}
.message-bg form .btnbox input[type="submit"] {
    width: 120px;
    height: 40px;
}
.message-bg form .btnbox #fw {
    height: 40px;
    line-height: 40px;
}
}




/* =========

    团队文化

 ========= */
/*团队成员*/
.team-class{
	position: relative;
	overflow: hidden;
}
.team-class .tbanner{
	height: 740px;
}
.team-class .titlebox{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 100%;
	text-align: center;
}
.team-class .titlebox .en{
	font-size: 40px;
	color: rgba(255,255,255,.6);
	font-family:"Arial","sans-serif";
	display: block;
}
.team-class .titlebox .cn{
	font-size: 30px;
	color: #fff;
	display: block;
}
.team-class .detail{
	width: 210px;
	height: 50px;
	line-height: 50px;
	border:1px solid #fff;
	text-align: center;
	font-size: 14px;
	color: #fff;
	position: absolute;
	left: 50%;
	bottom: 60px;
	margin-left: -105px;
	transition: all .5s ease;
}
@media only screen and (min-width: 601px){
.team-class .detail:hover{
	background-color: #da1428;
}
}

/*文化活动*/
.culture-class{
	padding-top: 60px;
	padding-bottom: 90px;
	background-color: #f3f4f6;
}
.culture-class .themebox{
	margin-bottom: 40px;
	text-align: center;
}
.culture-class .themebox .en{
	font-size: 40px;
	color: rgba(0,0,0,.6);
	font-family:"ziti1","sans-serif";
}
.culture-class .themebox .cn{
	font-size: 30px;
	color: #1f1f1f;
}
.culture-class .cultureswiperbox{
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin-bottom: 50px;
}
.culture-class .cultureswiperbox .culture-swiper{
	width: 50%;
	    -webkit-flex: 1;
    -ms-flex: 1;
   flex: 1;
    -webkit-box-flex: 1;
}
.culture-class .cultureswiperbox .culture-swiper .swiper-wrapper .swiper-slide .cimg{
	height: 385px;
	display: block;
}
.culture-class .cultureswiperbox .swiperright{
	width: 50%;
	padding: 60px 100px 50px 50px;	
	position: relative;
	background-color: #fff;
}
.culture-class .cultureswiperbox .swiperright .time{
	font-size: 14px;
	color: #c7000b;
	line-height: 20px;
	font-family:"ziti1","sans-serif";
	margin-bottom: 30px;
}
.culture-class .cultureswiperbox .swiperright .titlebox{
	margin-bottom: 50px;
}
.culture-class .cultureswiperbox .swiperright .titlebox .cn{
	font-size: 24px;
	color: #000000;
	line-height: 32px;
} 	
.culture-class .cultureswiperbox .swiperright .titlebox .en{
	font-size: 18px;
	color: rgba(31,31,31,.6);
	font-family:"ziti1","sans-serif";
}
.culture-class .cultureswiperbox .swiperright .more{
	    width: 160px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #000000;
    margin-bottom: 60px;
    display: block;
}
.culture-class .cultureswiperbox .swiperright .more .word{
    padding-right: 30px;
    font-family: "ziti1","sans-serif";
    font-size: 12px;
    color: #000000;
    position: relative;
    display: inline-block;
}
.culture-class .cultureswiperbox .swiperright .more .word:before{
	content: "";
    width: 2px;
    height: 6px;
    background-color: #000;
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -3px;
}
.culture-class .cultureswiperbox .swiperright .more .word:after{
    content: "";
    width: 2px;
    height: 6px;
    background-color: #000;
    position: absolute;
    right: 2px;
    top: 50%;
    margin-top: -3px;
    transform: rotate(90deg);
}
.culture-class .cultureswiperbox .swiperright .culture-pagination .swiper-pagination-bullet{
	width: 5px;
	height: 5px;
	border-radius: 50%;
	opacity: 1;	
	background-color: #cbcbcb;
	margin-right: 18px;
}
.culture-class .cultureswiperbox .swiperright .culture-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background-color: #da1428;
}
.culture-class .cultureswiperbox .swiperright .label{
	width: 60px;
	height: 210px;
	position: absolute;
	right: 40px;
	top: 0;
	background-color: #da1428;
-webkit-writing-mode:vertical-lr; 
    -ms-writing-mode:tb-lr; 
    writing-mode:vertical-lr;
    text-align: center;
    line-height: 60px;
    font-size: 18px;
    color: #fff;
}
.culture-class .cultureswiperbox .swiperright .label:after{
	    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    border-width: 20px 30px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
.culture-class .cultureall{
	width: 210px;
	height: 50px;
	line-height: 50px;
	border:1px solid #da1428;
	font-size: 14px;
	color: #da1428;
	text-align: center;
	display: block;
	margin: 0 auto;
}
@media only screen and (min-width: 601px){
.culture-class .cultureswiperbox .swiperright .more:hover{
	background-color: #da1428;
	border-bottom: 1px solid #da1428;
	padding-left: 30px;
}
.culture-class .cultureswiperbox .swiperright .more:hover .word{
	color: #fff;
}
.culture-class .cultureswiperbox .swiperright .more:hover .word:before{
	background-color: #fff;
}
.culture-class .cultureswiperbox .swiperright .more:hover .word:after{
	background-color: #fff;
}
.culture-class .cultureall:hover{
	background-color: #fff;
}
}
@media only screen and (max-width: 1440px){
.team-class .tbanner {
    height: 700px;
}
}
@media only screen and (max-width: 1360px){
.team-class .tbanner {
    height: 600px;
}
.culture-class {
    padding-top: 40px;
    padding-bottom: 50px;
}
}
@media only screen and (max-width: 1280px){
.team-class .tbanner {
    height: 500px;
}
.culture-class {
    padding-top: 30px;
    padding-bottom: 40px;
}
}
@media only screen and (max-width: 1024px){
.team-class .tbanner {
    height: 450px;
}
.team-class .titlebox .en {
    font-size: 30px;
}
.team-class .titlebox .cn {
    font-size: 24px;
}
.culture-class .themebox .en {
    font-size: 30px;
}
.culture-class .themebox .cn {
    font-size: 24px;
}
.team-class .detail {
    width: 160px;
    height: 40px;
    line-height: 40px;
    bottom: 30px;
    margin-left: -80px;
}
.culture-class .cultureswiperbox {
    margin-bottom: 30px;
}
.culture-class .cultureswiperbox .swiperright {
    padding: 40px 100px 30px 30px;
}
}
@media only screen and (max-width: 768px){
.team-class .tbanner {
    height: 400px;
}
.culture-class .cultureswiperbox{
	    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.culture-class .cultureswiperbox .culture-swiper {
    width: 100%;
}
.culture-class .cultureswiperbox .culture-swiper .swiper-wrapper .swiper-slide .cimg {
	height: auto;
    padding-top: calc(385 / 600 * 100%);
}
.culture-class .cultureswiperbox .swiperright {
    width: 100%;
    padding: 30px 100px 20px 20px;
}
.culture-class .cultureswiperbox .swiperright .time {
    margin-bottom: 20px;
}
.culture-class .cultureswiperbox .swiperright .titlebox {
    margin-bottom: 30px;
}
.culture-class .cultureswiperbox .swiperright .more {
    margin-bottom: 30px;
}
}
@media only screen and (max-width: 640px){
.team-class .tbanner {
    height: 360px;
}
}
@media only screen and (max-width: 414px){
.team-class .tbanner {
    height: 300px;
}
.team-class .titlebox .en {
    font-size: 24px;
}
.team-class .titlebox .cn {
    font-size: 18px;
}
.culture-class .themebox .en {
    font-size: 24px;
}
.culture-class .themebox .cn {
    font-size: 18px;
}
.team-class .detail {
    width: 120px;
    height: 35px;
    line-height: 35px;
    bottom: 5%;
    margin-left: -60px;
}
.culture-class {
    padding-top: 5%;
    padding-bottom: 6%;
}
.culture-class .cultureswiperbox {
    margin-bottom: 6%;
}
.culture-class .cultureswiperbox .swiperright {
    padding: 6%;
}
.culture-class .cultureswiperbox .swiperright .label {
    width: 30px;
    height: 150px;
    right: 3%;
    line-height: 30px;
}
.culture-class .cultureswiperbox .swiperright .label:after {
    border-width: 10px 15px;
}
.culture-class .cultureall {
    width: 130px;
    height: 35px;
    line-height: 35px;
}
}


/* =========

    团队成员

 ========= */
.listtheme{
	padding-top: 90px;
	padding-bottom: 50px;
	font-size: 36px;
	color: #da1428;
}
.team-list{
	overflow: hidden;
}
.team-list .lit{
	display: block;
	width: calc((100% - 15px) / 4);
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	overflow: hidden;
	position: relative;
}
.team-list .lit:nth-child(4n){
	margin-right: 0;
}
.team-list .lit .timg{
	transform: scale(1);
	padding-top: 100%;
	transition: all .5s ease;
	background-position: top;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray
}
.team-list .lit .title{
	font-size: 22px;
	color: #fefefe;
	position: absolute;
	left: 0;
	bottom: 3%;
	text-align: center;
	width: 100%;
	z-index: 11;
}
@media only screen and (min-width: 601px){
.team-list .lit:hover .timg{
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
    	transform: scale(1.1);
}
}
@media only screen and (max-width: 1360px){
.listtheme {
    padding-top: 70px;
    padding-bottom: 50px;
}
}
@media only screen and (max-width: 1280px){
.listtheme {
    padding-top: 50px;
    padding-bottom: 30px;
	font-size: 30px;
}
}
@media only screen and (max-width: 1024px){
.listtheme {
    padding-top: 40px;
}
.team-list .lit .timg{
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -ms-filter: grayscale(0);
    -o-filter: grayscale(0);
    filter: grayscale(0);
}
}
@media only screen and (max-width: 768px){
.team-list .lit {
    width: calc((100% - 10px) / 3);
}
.team-list .lit:nth-child(4n){
	margin-right: 5px;
}
.team-list .lit:nth-child(3n){
	margin-right: 0;
}
}
@media only screen and (max-width: 414px){
.listtheme {
    padding-top: 6%;
    padding-bottom: 5%;
	font-size: 24px;
}
.team-list .lit {
    width: calc((100% - 5px) / 2);
}
.team-list .lit:nth-child(3n){
	margin-right: 5px;
}
.team-list .lit:nth-child(2n){
	margin-right: 0;
}
.team-list .lit .title{
	font-size: 16px;
}
}

/* =========

    成员详细

 ========= */
.tview-bg{
	padding-top: 80px;
	padding-bottom: 45px;
}
.tview-bg .tview-main{
	padding-bottom: 70px;
	border-bottom: 1px solid #e6e6e6;
}
.tview-bg .tview-main .tvleft{
	width: 400px;
	float: left;
}
.tview-bg .tview-main .tvleft .memberimg{
	padding-top: calc(600 / 400 * 100%);
}
.tview-bg .tview-main .tvright{
	width: calc(100% - 460px);
	float: right;
}
.tview-bg .tview-main .tvright .namebox{
	margin-bottom: 40px;
	line-height: 30px;
}
.tview-bg .tview-main .tvright .namebox .cn{
	font-size: 24px;
	color: #000000;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.tview-bg .tview-main .tvright .namebox span{
	font-size: 24px;
	color: #000000;
	margin: 0 6px;
}
.tview-bg .tview-main .tvright .namebox .en{
	font-size: 24px;
	color: #969696;
	font-family:"ziti1","sans-serif";
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.tview-bg .tview-main .tvright .tvcontent{
	font-size: 15px;
	color: #606060;
	line-height: 2;
	overflow: hidden;
}
/*上下页*/
.tview-bg .tvpage{
	padding-top: 30px;
}
.tview-bg .tvpage .btn{
	font-size: 14px;
	color: #da1428;
	position: relative;
	display: block;
}
.tview-bg .tvpage .btn.prev{
	padding-left: 15px;
	float: left;
}
.tview-bg .tvpage .btn.prev:after{
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color:#da1428 transparent transparent #da1428;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -4px;
	transform: rotate(-45deg);
}
.tview-bg .tvpage .btn.next{
	padding-right: 15px;
	float: right;
}
.tview-bg .tvpage .btn.next:after{
	content: "";
	width: 8px;
	height: 8px;
	border-style: solid;
	border-width: 1px;
	border-color:#da1428 transparent transparent #da1428;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -4px;
	transform: rotate(135deg);
}
@media only screen and (max-width: 1360px){
.tview-bg {
    padding-top: 60px;
    padding-bottom: 35px;
}
.tview-bg .tview-main {
    padding-bottom: 50px;
}
}
@media only screen and (max-width: 1280px){
.tview-bg {
    padding-top: 40px;
    padding-bottom: 30px;
}
.tview-bg .tview-main {
    padding-bottom: 30px;
}
}
@media only screen and (max-width: 1024px){
.tview-bg .tview-main .tvright .namebox {
    margin-bottom: 30px;
}
.tview-bg .tview-main .tvright {
    width: calc(100% - 430px);
}
}
@media only screen and (max-width: 768px){
.tview-bg .tview-main .tvright .namebox {
    margin-bottom: 20px;
}
.tview-bg .tview-main .tvleft {
    width: 250px;
    float: left;
}
.tview-bg .tview-main .tvright {
    width: calc(100% - 280px);
}
}
@media only screen and (max-width: 640px){
.tview-bg .tview-main .tvleft {
    width: 100%;
    float: none;
    margin-bottom: 3%;
}
.tview-bg .tview-main .tvright {
    width: 100%;
    float: none;
}
}
@media only screen and (max-width: 414px){
.tview-bg {
    padding-top: 6%;
    padding-bottom: 5%;
}
.tview-bg .tview-main .tvright .namebox {
    margin-bottom: 6%;
}
.tview-bg .tview-main {
    padding-bottom: 6%;
}
.tview-bg .tvpage {
    padding-top: 6%;
}
}



/* =========

    文化活动

 ========= */
.culture-bg{
	padding-bottom: 60px;
	background-color: #f3f4f6;
}
.culture-bg .culture-list{
	overflow: hidden;
}
.culture-bg .culture-list .lic{
	display: block;
	width: calc((100% - 70px) / 3);
	margin-right: 35px;
	float: left;
	padding-bottom: 50px;
	margin-bottom: 50px;
	position: relative;
}
.culture-bg .culture-list .lic:nth-child(3n){
	margin-right: 0;
}
.culture-bg .culture-list .lic:before{
	content: "";
	width: calc(100% + 35px);
	height: 1px;
	background-color: #dfe0e2;
	position: absolute;
	left: 0;
	bottom: 0;
}
.culture-bg .culture-list .lic:after{
	content: "";
	width: 0;
	height: 1px;
	background-color: #da1428;
	position: absolute;
	left: 0;
	bottom: 0;
}
.culture-bg .culture-list .lic .imgbox{
	overflow: hidden;
}
.culture-bg .culture-list .lic .imgbox .cimg{
	padding-top: calc(250 / 370 * 100%);
	transition: all .5s ease;
	transform: scale(1);
}
.culture-bg .culture-list .lic .titlebox{
	padding-top: 20px;
}
.culture-bg .culture-list .lic .titlebox .cn{
	font-size: 20px;
	color: #000000;
	line-height: 24px;
	height: 24px;
	margin-bottom: 8px;
	transition: all .5s ease;
}
.culture-bg .culture-list .lic .titlebox .en{
	font-size: 16px;
	line-height: 18px;
	height: 18px;
	color: rgba(31,31,31,.6);
}
@media only screen and (min-width: 601px){
.culture-bg .culture-list .lic:hover:after{
	width: 100%;
}
.culture-bg .culture-list .lic:hover .imgbox .cimg{
	transform: scale(1.1);
}
.culture-bg .culture-list .lic:hover .titlebox .cn{
	color: #da1428;
}
}
@media only screen and (max-width: 1280px){
.culture-bg {
    padding-bottom:40px;
}
}
@media only screen and (max-width: 1024px){
.culture-bg {
    padding-bottom:30px;
}
.culture-bg .culture-list .lic {
    padding-bottom: 30px;
    margin-bottom: 30px;
}
}
@media only screen and (max-width: 768px){
.culture-bg .culture-list .lic {
    width: calc((100% - 35px) / 2);
}
.culture-bg .culture-list .lic:nth-child(3n) {
    margin-right: 35px;
}
.culture-bg .culture-list .lic:nth-child(2n) {
    margin-right: 0;
}
}
@media only screen and (max-width: 414px){
.culture-bg {
    padding-bottom:6%;
}
.culture-bg .culture-list .lic {
    width: 100%;
    margin-right: 0;
    padding-bottom: 3%;
    margin-bottom: 6%;
}
.culture-bg .culture-list .lic .titlebox {
    padding-top: 3%;
}
.culture-bg .culture-list .lic .titlebox .cn {
    font-size: 18px;
    line-height: 20px;
    height: 20px;
}
}


/* =========

    活动详情

 ========= */ 
.cview-bg{
	padding-top: 80px;
	padding-bottom: 95px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    min-height: 50vh;
}
.cview-bg .cvleft{
	width: 68%;
}
.cview-bg .cvleft .cview-swiper .swiper-wrapper .swiper-slide .cvimg{
	padding-top: calc(620 / 820 * 100%);
}
.cview-bg .cvright{
	width: 38%;
	padding-left: 30px;
	padding-top: 30px;
	border-top: 1px solid #e6e6e6;
	position: relative;
}
.cview-bg .cvright .cvfunction{
	text-align: center;
	font-size: 24px;
	color: #969696;
	font-family:"ziti1","sans-serif";
	margin-bottom: 25px;
	position: relative;
}
.cview-bg .cvright .cvfunction .cview-prev{
	width: 30px;
	height: 30px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -15px;
	cursor: pointer;
}
.cview-bg .cvright .cvfunction .cview-prev:after{
	content: "";
	width: 20px;
	height: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #da1428 transparent transparent #da1428;
	position: absolute;
	left: 5px;
	top: 50%;
	margin-top: -10px;
	transform: rotate(-45deg);
}
.cview-bg .cvright .cvfunction .cview-next{
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -15px;
	cursor: pointer;
}
.cview-bg .cvright .cvfunction .cview-next:after{
	content: "";
	width: 20px;
	height: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #da1428 transparent transparent #da1428;
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -10px;
	transform: rotate(135deg);
}
.cview-bg .cvright .titlebox .cn{
	font-size: 22px;
	color: #000000;
	line-height: 30px;
}
.cview-bg .cvright .titlebox .en{
	font-size: 18px;
	color: rgba(31,31,31,.6);
	font-family:"ziti1","sans-serif";
	line-height: 24px;
}
.cview-bg .cvright .cvpage{
	position: absolute;
	left: 0;
	bottom: 0;
	padding-left: 30px;
}
.cview-bg .cvright .cvpage .btn{
	font-size: 14px;
	color: #606060;
	line-height: 20px;
	margin-top: 10px;
	display: block;
}
.cview-bg .cvright .cvpage .btn span{
	color: #da1428;
}
@media only screen and (min-width: 601px){
.cview-bg .cvright .cvpage .btn:hover{
	color: #da1428;
}
}
@media only screen and (max-width: 1024px){
.cview-bg {
    padding-top: 60px;
    padding-bottom: 75px;
}
}
@media only screen and (max-width: 768px){
.cview-bg {
    padding-top: 40px;
    padding-bottom: 50px;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.cview-bg .cvleft {
    width: 100%;
}
.cview-bg .cvright {
    width: 100%;
	padding: 0;
	padding-top: 30px;
}
.cview-bg .cvright .titlebox{
	margin-bottom: 3%;
}
.cview-bg .cvright .cvpage {
	position: relative;
    padding-left: 0;
}
}
@media only screen and (max-width: 640px){
.cview-bg {
    padding-top: 30px;
    padding-bottom: 45px;
}	
}
@media only screen and (max-width: 414px){
.cview-bg {
    padding-top: 5%;
    padding-bottom: 6%;
}
}


/* =========

    页脚

 ========= */
.footer .footer-top{
	padding: 50px 0;
	background-color: #2e3642;
	position: relative;
}
.footer .footer-top .fnav-list{
	float: left;
}
.footer .footer-top .fnav-list .lif{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 14px;
	color: #ffffff;
	margin-right: 50px;
}
.footer .footer-top .fnav-list .lif:hover{
	color: #da1428;
}
.footer .footer-top .ftool{
	float: right;
	text-align: right;
}
.footer .footer-top .ftool .titem{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	position: relative;
	margin-left: 30px;
	vertical-align: top;
	cursor: pointer;
}
.footer .footer-top .ftool .titem .ico{
	width: 26px;
	height: 26px;
	background-color: rgba(255,255,255,.75);
	border-radius: 50%;
}
.footer .footer-top .ftool .titem .wxcode{
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0;
	bottom: 100%;
	z-index: 1111;
	transform: translateX(-50%) scale(0);
	margin-left: 13px;
	transition: all .5s ease;
}
.bdshare-button-style0-16 a, .bdshare-button-style0-16 .bds_more {
    float: left;
    font-size: 12px;
    padding-left: 17px;
    line-height: 16px;
    height: 16px;
    background-image: url(../img/share/icons_0_16.png?v=ba7acbd3.png);
    background-repeat: no-repeat;
    cursor: pointer;
    margin: 6px 6px 6px 0;
}
.footer .footer-top .ftool .titem .bdsharebuttonbox.bdshare-button-style0-16 a.bds_more{
	width: 26px;
	height: 26px;
	margin: 0;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
	background-image: url(/phone/images/fshare.png);
}

.footer .footer-bottom{
	padding: 24px 0;
	background-color: #282f3a;
}
.footer .footer-bottom .wrap{
	padding-right: 50px;
}	
.footer .footer-bottom .wrap .fcontent{
	font-size: 12px;
	color: rgba(255,255,255,.5);
	line-height: 2;
}
.footer .footer-bottom .wrap .ftop{
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	font-size: 13px;
	color: #ffffff;
}
@media only screen and (min-width: 601px){
.footer .footer-top .ftool .titem:hover .wxcode{
	transform: translateX(-50%) scale(1);
}
}
@media only screen and (max-width: 1280px){
.footer .footer-top {
    padding: 30px 0;
}
}
@media only screen and (max-width: 1024px){
.footer .footer-top {
    padding: 20px 0;
}
.footer .footer-top .fnav-list .lif {
    margin-right: 30px;
}
}
@media only screen and (max-width: 640px){
.footer .footer-top .fnav-list{
	width: 100%;
	float: none;
}
.footer .footer-top .fnav-list .lif{
	margin-bottom: 5%;
}
.footer .footer-top .ftool {
    float: none;
    text-align: left;
}
.footer .footer-top .ftool .titem {
    margin-left: 0;
    margin-right: 20px;
}
}
@media only screen and (max-width: 414px){
.footer .footer-top {
    padding: 6% 0;
}
.footer .footer-bottom {
    padding: 6% 0;
}
.footer .footer-bottom .wrap{
	padding-right: 0;
}
.footer .footer-bottom .wrap .fcontent{
	margin-bottom: 5%;
}
.footer .footer-bottom .wrap .ftop {
	position: relative;
    right: 0;
    top: 0;
    transform: translateY(0);
}
}



.paggg{
    line-height: 100px;
    text-align: center;
    font-size: 16px;
    color: #da1428;
    display: block;
}
.paggg .loading-svg{
    width:100px;
    height: 100px;
    display: block;
    margin:60px auto;
    clear: both;
}

@media only screen and (max-width: 1280px){
.paggg{
    line-height: 80px;
}
.paggg .loading-svg{
    width:80px;
    height: 80px;
    margin:40px auto;
}
}
@media only screen and (max-width: 1024px){
.paggg{
    line-height: 60px;
}
.paggg .loading-svg{
    width:60px;
    height: 60px;
    margin:30px auto;
}
}
@media only screen and (max-width: 414px){
.paggg{
    line-height: 40px;
}
.paggg .loading-svg{
    width:40px;
    height: 40px;
    margin:8% auto;
}
}



/*搜索*/
.search-main img{ max-width:100%;width: 100%;}
.search-main {
	width: 94%;
	max-width: 1200px;
	margin: auto;
	padding: 30px 0;
	min-height: calc(100vh - 260px);
}
.search-main .list{ margin-bottom:30px;}
.search-main .type {
	line-height: 50px;
	font-size: 30px;
	color: #e00000;
	font-weight: bold;
	text-align: center;
}

.search-main .list ul li {
	display: block;
	overflow: hidden;
	font-size: 14px;
	border-bottom: 1px solid #ccc;
	padding:30px 0;
	float: left;
	width: calc((100% - 30px) / 2);
	margin-right: 30px;
}
.search-main .list ul li:nth-child(2n){
	margin-right: 0;
}
.search-main .list ul li.nothing {
	width: 100%;
	text-align: center;
	border: 0px;
	line-height: 100px;
	text-align: center;
	font-size: 18px;
	color: #999;
}


.search-main .list ul li a .text .title {
	font-size: 18px;
	margin-bottom: 10px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp:2;
overflow: hidden;
height: 48px;
transition: all .5s ease;
}

.search-main .list ul li a .text .demo {
	font-size: 12px;
	opacity: .7;
	line-height: 1.8;
	margin-bottom: 20px;
	display: none;
}

.search-main .list ul li a .text .rq {
	font-size: 14px;
	opacity: .7;
	line-height: 1.8;
}
.search-main .list ul li a .tu{ margin-bottom:20px;display: none;}
@media only screen and (min-width:600px) {
.search-main .list ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	-webkit-flex-direction: row;
	flex-direction: row;
	-webkit-box-orient: horizontal;
	-ms-box-orient: horizontal;
	box-orient: horizontal;
}
.search-main .list ul li:hover a .text .title{
	color: #da1428;
}
.search-main .list ul li a .tu{ width:200px; margin-right:30px; margin-bottom:0px;display: none;}
.search-main .list ul li a .text {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-flex: 1;
	width: 100%;
}
}

.search-main .list ul li a span {
	float: right;
	margin-right: 20px;
}

.search-main .list ul li a:hover {
	color: #21263f;
}
@media only screen and (max-width:1280px) {
.search-main .list ul li{
	padding:15px 0;
}
}
@media only screen and (max-width:800px) {
.search-main .type {
	font-size: 22px;
}
.search-main .list ul li{
	float: none;
	width: 100%;
	padding: 10px 0;
	margin-right: 0;
}
.search-main .list ul li a .text .demo{
	margin-bottom: 10px;
}
.search-main .list ul li a .text .title{
	font-size: 16px;
}
}