@charset "utf-8";
/* CSS Document */
*html { background-image:url(about:blank); background-attachment:fixed; } /* 修正IE6振动bug */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, tbody, p, th, td, em { -webkit-text-size-adjust:none; margin:0; padding:0; border:none; -webkit-tap-highlight-color:rgba(0, 0, 0, 0); font-size:14px; font-family:Arial; }
body, html {
    font-size: 100%;
    padding: 0;
    margin: 0;
    overflow-x: hidden;
}
body {font-size: 14px;margin: 0px;padding: 0px;color: #666;background-color: #fff;}
ul { margin: 0px; padding: 0px; }
a:active, a:focus { outline:none; }
a {color: #000;text-decoration: none;}
a:hover { color:#6dace2; }
li { list-style-type: none; }
dl, dd, dt, img { margin: 0px; padding: 0px; border:0px; }
/*S60 头部*/
.s60_nav
{
    width: 100%;
    float: left;
    height: 80px;
    background: #000;
}
.s60_nav_1
{
    width: 1400px;
    margin: auto;
    position: relative;
}
.s60_nav_logo
{
    float: left;
    margin-top: 10px;
}
.s60_nav_logo img
{}
.s60_nav_nav
{
    float: left;
    margin-left: 50px;
}
.s60_nav_ss
{
    float: right;
}
.s60_nav_nav li
{
    float: left;
    line-height: 80px;
    height: 80px;
    width: 120px;
    text-align: center;
}
.s60_nav_nav li:hover
{
    background: #444;
}
.s60_nav_nav li a
{
    color: #fff;
}
.v4_search
{
right: 0;
position: absolute;
height: 110px;
}
.v4_sobox
{float: right;margin-top: 0px;height: 80px;line-height: 80px;display: inline-block;}
.v4_sobg
{
margin-top: 10px;
}
.v4_sobox img
{float: right;margin-bottom: 15px;margin-top: 20px;}

.index_search{border: 1px solid #e40b0f;width: 240px;height: 32px;float: right;margin-top: 80px;border-radius: 20px;line-height: 32px;position: absolute;right: 0;background: #fff;display: none;z-index: 99999999;}
.index_search .search_input{float: left;width: 180px;margin-left: 12px;border: 0;outline: 0;background: no-repeat;line-height: 32px;color: #999;}
.index_search .search_btn{width: 33px;height: 33px;background:url(../images/fdj.png) no-repeat;cursor: pointer;border: 0;outline: 0;/* margin-top: 7px; *//* border-left: 1px solid #ccc; */}
.v4_sobox:hover .index_search
{
	display:block;
}
/*S60 头部*/


/*S60 公司简介*/
.s60_about
{
    width: 100%;
    float: left;
	background:url(../images/s60_bg1.jpg) no-repeat bottom;
}
.s60_about_1
{
    width: 1200px;
    margin: auto;
}
.s60_about_t
{
    text-align: center;
    margin-top: 30px;
}
.s60_about_t h1
{
    font-size: 34px;
    color: #000;
    font-weight: 100;
    margin-bottom: 10px;
}
.s60_about_t p
{}


.grid {
  padding: 60px;
}

.grid--item {
  position: relative;
  margin-top: -90px;
  margin-right: 5px;
  margin-left: 5px;
  width: calc(33.33% - 10px);
  float: left;
  transition: all 0.5s;
  overflow: hidden;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  -webkit-shape-outside: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.grid--item:before {
  display: block;
  padding-top: 112.5%;
  content: "";
}
.grid--item:nth-child(1), .grid--item:nth-child(2) {
  margin-top: 0;
}
.grid--item:nth-child(7n-1), .grid--item:nth-child(1) {
  margin-left: 185px;
}
.grid--item:nth-child(6n-1){

display: none;
}
.img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center center;
  background-size: cover;
  overflow: hidden;
  -webkit-clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
.img:before, .img:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0;
  transition: opacity 0.5s;
}
.img:before {
  background: rgba(0, 0, 0, 0.25);
}
.img:after {
  background: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.5), transparent);
}
.container h2
{
    font-size: 18px;
}
.container {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  opacity: 0;
  text-align: center;
  color: white;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate(-50%, -50%) scale(0.9);
  transition: all 0.5s;
  -webkit-shape-outside: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
  shape-outside: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}

h2:before, h2:after {
  display: inline-block;
  margin: 0 0.5em;
  width: 0.75em;
  height: 0.03em;
  background: #fff;
  content: "";
  vertical-align: middle;
  transition: all 0.3s;
}

.desc {
  margin: 1em 0 0;
  font-family: "ATC Overlook";
  letter-spacing: 0.1em;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.5;
  color: #fff;
}

.grid--item:hover .img:before,
.grid--item:hover .img:after,
.grid--item:hover .container {
  opacity: 1;
}
.grid--item:hover .container {
  transform: translate(-50%, -50%) scale(1);
}

.s60_about_b
{
    width: 540px;
    height: auto;
    float: right;
    text-align: right;
}
.s60_about_b h1
{
    font-size: 34px;
    color: #000;
    font-weight: 100;
}
.s60_about_b p
{
    line-height: 24px;
    text-align: justify;
    margin-top: 15px;
    color: #000;
}
.s60_about_b span
{
    width: 152px;
    height: 43px;
    display: inline-block;
    text-align: center;
    background: #000;
    color: #fff;
    border-radius: 15px;
    line-height: 43px;
}
.s60_about_b span a
{
    color: #fff;	
}
.s60_pro
{
	width:100%;
	float:left;
	background:url(../images/s60_bg2.jpg) no-repeat bottom;
}
.s60_pro_1
{
	width:1200px;
	margin:auto;
}

.s60_bg3
{
	background:url(../images/s60_bg3_09.jpg) no-repeat top;
	width: 100%;
	float: left;
	position: relative;
	height: 2200px;
}
/* default */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* .flip-card-container */
.s60_pro_c .flip-card-container {
  --hue: 150;
  --primary: hsl(var(--hue), 50%, 50%);
  --white-1: hsl(0, 0%, 90%);
  --white-2: hsl(0, 0%, 80%);
  --dark: hsl(var(--hue), 25%, 10%);
  --grey: hsl(0, 0%, 50%);
  width: 310px;
  height: 500px;
  margin: 40px;
  perspective: 1000px;
  float: left;
}

/* .flip-card */
.s60_pro_c .flip-card {
  width: inherit;
  height: inherit;

  position: relative;
  transform-style: preserve-3d;
  transition: .6s .1s;
}

/* hover and focus-within states */
.s60_pro_c .flip-card-container:hover .flip-card,
.flip-card-container:focus-within .flip-card {
  transform: rotateY(180deg);
}

/* .card-... */
.card-front,
.card-back {
  width: 100%;
  height: 100%;
  border-radius: 24px;

  background: var(--dark);
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;

  -webkit-backface-visibility: hidden;

          backface-visibility: hidden;

  display: flex;
  justify-content: center;
  align-items: center;
}

/* .card-front */
.card-front {
  transform: rotateY(0deg);
  z-index: 2;
}

/* .card-back */
.card-back {
  transform: rotateY(180deg);
  z-index: 1;
}

/* figure */
.s60_pro_c figure {
  z-index: -1;
}
.s60_pro_c figure img {
    height: 100%;
    border-radius: 24px;
}
/* figure, .img-bg */
figure,
.img-bg {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}


/* figcaption */
.s60_pro_c figcaption {
  display: block;
  width: auto;
  margin-top: 12%;
  padding: 8px 22px;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: 2px;
  word-spacing: 6px;
  text-align: right;
  position: absolute;
  top: 0;
  right: 12px;
  color: #fff;
  background: hsla(var(--hue), 25%, 10%, .5);
  font-size: 16px;
  font-weight: 100;
}

/* .img-bg */
.img-bg {
  background: hsla(var(--hue), 25%, 10%, .5);
}

.card-front .img-bg {
  -webkit-clip-path: polygon(0 20%, 100% 40%, 100% 100%, 0 100%);
          clip-path: polygon(0 20%, 100% 40%, 100% 100%, 0 100%);
}

.card-front .img-bg::before {

  content: "";
  position: absolute;
  top: 34%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(18deg);
  width: 100%;
  height: 6px;
  border: 1px solid var(--primary);
  border-left-color: transparent;
  border-right-color: transparent;
  transition: .1s;
}

.card-back .img-bg {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 60%);
          clip-path: polygon(0 0, 100% 0, 100% 80%, 0 60%);
}

/* hover state */
.s60_pro_c .flip-card-container:hover .card-front .img-bg::before {
  width: 6px;
  border-left-color: var(--primary);
  border-right-color: var(--primary);
}

/* ul */
.s60_pro_c ul {
  padding-top: 50%;
  margin: 0 auto;
  width: 70%;
  height: 100%;

  list-style: none;
  color: var(--white-1);

  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

/* li */
.s60_pro_c li {
  width: 100%;
  margin-top: 12px;
  padding-bottom: 12px;

  font-size: 14px;
  text-align: center;

  position: relative;
}

.s60_pro_c li:nth-child(2n) {
  color: var(--white-2);
}

.s60_pro_c li:not(:last-child)::after {
  content: "";

  position: absolute;
  bottom: 0;
  left: 0;

  width: 100%;
  height: 1px;

  background: currentColor;
  opacity: .2;
}
button a
{
	color:#fff;
}
/* button */
button {
  font-family: inherit;
  font-weight: bold;
  color: var(--white-1);

  letter-spacing: 2px;

  padding: 9px 20px;
  border: 1px solid var(--grey);
  border-radius: 1000px;
  background: transparent;
  transition: .3s;

  cursor: pointer;
}

button:hover,
button:focus {
  color: var(--primary);
  background: hsla(var(--hue), 25%, 10%, .2);
  border-color: currentColor;
}

button:active {
  transform: translate(2px);
}

/* .design-container */
.design-container {
  --tr: 90;
  --op: .5;

  width: 100%;
  height: 100%;

  background: transparent;
  position: absolute;
  top: 0;
  left: 0;

  pointer-events: none;
}

/* .design */
.design {
  display: block;

  background: var(--grey);
  position: absolute;

  opacity: var(--op);
  transition: .3s;
}

/* states */
button:hover+.design-container,
button:active+.design-container,
button:focus+.design-container {
  --tr: 20;
  --op: .7;
}

.abs-site-link {
  position: fixed;
  bottom: 20px;
  left: 20px;
  color: hsla(0, 0%, 100%, .6);
  font-size: 16px;
  font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, sans-serif;
}
.s60_pro_ws
{
    position: inherit;
    top: -169px;
}

.s60_news
{
	width:100%;
	float:left;
}
.s60_news_1
{
	width:1230px;
	margin:auto;
}
.s60_news_1 ul
{
    margin-top: 20px;
    float: left;
    width: 100%;
    margin-bottom: 30px;
}
.s60_news_1 li
{
    width: 280px;
    height: 360px;
    float: left;
    border: 1px solid #eee;
    overflow: hidden;
    margin-right: 26px;
}
.s60_news_txt
{
    padding: 25px;
}
.s60_news_txt h1
{
    font-weight: 100;
    color: #000;
    font-size: 20px;
    height: 25px;
    overflow: hidden;
    margin-bottom: 15px;
}
.s60_news_txt p
{
    line-height: 22px;
    height: 110px;
    overflow: hidden;
}
.s60_news_img
{
    padding: 0px 25px;
    width: 240px;
    overflow: hidden;
    height: 150px;
    border: 1px solid #eee;
    text-align: center;
    display: list-item;
    line-height: 150px;
    margin: auto;
}
.s60_news_img img
{
    width: 100%;
    display: inline-block;
    vertical-align: middle;
}


.s19_bottom
{
	width:100%;
	float:left;
	background: #000;
	padding-top: 50px;
	padding-bottom: 50px;
}
.s19_bottom_1
{
	width:1200px;
	margin:auto;
}
.s19_bottom_l
{
	
width: 470px;

	
float: left;
}
.s19_bottom_l img
{
	
}
.s19_bottom_l p
{
	
line-height: 30px;
	
margin-top: 20px;
}
.s19_bottom_r
{
	float:right;
}
.s19_bottom_r1
{

float: left;

margin-left: 100px;

margin-top: 15px;
}
.s19_bottom_r1 h1
{

color: #fff;

font-size: 18px;

font-weight: 100;

margin-bottom: 15px;
}
.s19_bottom_r1 p 
{

margin-bottom: 20px;
}
.s19_bottom_r1 p a
{

color: #b7b8bb;
}.icp
{
	width:100%;
	float:left;
	background:#f2f2f2;
}
.icp_1
{
	width:100%;
	max-width:1200px;


	margin:auto;
}

.icp_l
{
	float:left;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
}
.icp_r
{
	float:right;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
}

.ydct
{
	float:right;
	position: relative;
}
.ydct:hover .ydct_1
{
	display:block;
}
.ydct_1
{
	display:none;
	position: absolute;
	margin-top: -180px;
}
.ydct_1 p
{
	color:#fff;
	font-size:14px;
	text-align:center;
	height:30px;
	line-height:30px;
	background: #999;
}

.m_db {
    display: none;
}
.dd {

    display: none;
}

@media screen and (max-width: 64rem){
.s60_nav
{
	display:none;
}
.s60_about_1 {
    width:95%;
    margin: auto;
}
.grid--item:nth-child(7n-1), .grid--item:nth-child(1) {
  margin-left: 0px;
}
.grid--item {
    margin-top:0px;
    width: calc(50% - 10px);

}
.s60_about_b {
    width: 100%;
}
.s60_about_b h1 {
    font-size: 30px;
    color: #000;
    font-weight: 100;
}
.s60_pro_1 {
    width:95%;
    margin: auto;
}
.s60_bg3 {
    height: auto;
}
.s60_news_1 {
    width: 95%;
    margin: auto;
}
.s60_pro_ws {
    position: inherit;
    top: 0px;
}
.s60_news_1 li
{
    width: 100%;
    height: 360px;
    float: left;
    border: 1px solid #eee;
    overflow: hidden;
    margin-right: 26px;
    margin-bottom: 15px;
}
.s19_bottom {
    display: none;
}
.icp {
    display: none;
}
.m_db
{
	 display: block !important;
}
.gywz_c_l {
    width: 95% !important;
    border: 1px solid #f1f1f1;
    padding: 2% 3%;
    margin: auto;
}
.dd {
    display: block !important;
}

.bottom_1_2
{
	
width: 19.6%;
	
float: left;
	
text-align: center;
	
background: #f2f2f2;
	
padding-top: 3%;
	
padding-bottom: 3%;
	
border-right:  1px solid #fff;
}
.bottom_1_2 i
{
	font-size: 24px;
}
.bottom_1_2 p
{
	
font-size: 14px;
}
.bottom_1_3 i
{
	font-size: 24px;
	color:#fff;
}
.bottom_1_3 p
{
	color:#fff;
	font-size: 16px;
}
.bottom_1_3
{
	
width: 40%;
	
float:right;
	
text-align: center;
	
background: #000;
	
padding-top:3%;
	
padding-bottom:3%;
}
.m_db
{
	/* display:block !important; */
	width: 100%;
	float: left;
	background: #1f1f1f;
	padding-top:  5%;
	padding-bottom: 5%;
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 39px;
	margin-bottom: 14%;
}
.dd
{
	/* display:block !important; */
	width: 100%;
	float: left;
	position: fixed;
	bottom: 0px;    
	z-index: 999999999999999999999;
	background: #f1f1f1;
}
.cpbox {
    width: 95% !important;
    margin: 0 auto;
}
}
@media screen and (max-width: 768px){
.s60_pro_c .flip-card-container {
    --hue: 150;
    --primary: hsl(var(--hue), 50%, 50%);
    --white-1: hsl(0, 0%, 90%);
    --white-2: hsl(0, 0%, 80%);
    --dark: hsl(var(--hue), 25%, 10%);
    --grey: hsl(0, 0%, 50%);
    width: 276px;
    height: 500px;
    margin: 40px;
    perspective: 1000px;
    float: left;
}
}