﻿@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0}
ul li{ list-style:none}
img{ border:0;}
a{ text-decoration:none; color:#666}
.clear{ clear:both}
body{ font-family:"微软雅黑"; width:100%; min-width:1200px;color: #666;font-size:14px;}
.ccsl{ display:block;overflow:hidden; white-space:nowrap;text-overflow:ellipsis;}
p{text-align:justify}

.main{ width:1200px; margin:0 auto;}



.fp-tableCell {vertical-align: middle;width: 100%;height: 100%;}
.vidbacking-active-body-back, .vidbackin-active-body-back{position: fixed;z-index: -1;min-width: 100%;min-height: 100%;top: 50%;left: 50%;background-size: cover;overflow: hidden;opacity: 1;transition: 2s opacity;transform: translateX(-50%) translateY(-50%)}
.vidbacking-active-block-back, .vidbackin-active-block-back {position: absolute;min-width: 100%;min-height: 100%;height: auto;width: auto;z-index: -1;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%)}
.vidbacking, .vidbackin{display: none}
.vidmask-body-back, .vidmas-body-back {min-height: 100%;min-width: 100%;position: fixed;top: 0;left: 0;z-index: -50;display: block}
.vidmask-block-back, .vidmas-block-back {min-height: 100%;min-width: 100%;position: absolute;top: 0;left: 0;height: auto;width: auto;z-index: -50;display: block}



.section_one .con{position: absolute;left:0;top:0;width:100%;height:100%;text-align: center;}
.section_one .con .onepic{display: inline-block;margin:7% auto 0px;position: relative;}
.section_one .con .img2{animation: sss3 1s infinite alternate linear;/*-webkit-animation:call 1.5s infinite;animation:call 1.5s infinite;*/margin: auto;z-index: 2;}
@keyframes sss3 {
	0%{
    transform: scale(1);
	}
	100%{
    transform: scale(1.05);
	}
}
.section_one .con .txt{text-align: center;}
.section_one .con .txt img{display: inline-block;margin-top:3%;}

.one_list{max-width:100%;margin:3% auto;overflow: hidden;display: inline-block;}
.one_list li{background:url("../images/yuan_bg.png") no-repeat;width:110px;height:118px;float:left;margin-right:62px;}
.one_list li:nth-child(6){margin-right:0;}
.one-a{color:#fff;font-size:24px;font-family:"宋体";font-weight:bold;line-height:31px;margin-top:10px;margin-top: 30px;display: block;}


.img1 {
	transition: All 0.8s ease-in-out;
    -webkit-transition: All 0.8s ease-in-out;
	-moz-transition: All 0.8s ease-in-out;
	-o-transition: All 0.8s ease-in-out;
}
.img1:hover {
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}
.img4 {
	transition: All 0.4s ease-in-out;
	-webkit-transition: All 0.4s ease-in-out;
	-moz-transition: All 0.4s ease-in-out;
	-o-transition: All 0.4s ease-in-out;
}

.img4:hover {
	transform: translate(0, -10px);
	-webkit-transform: translate(0, -10px);
	-moz-transform: translate(0, -10px);
	-o-transform: translate(0, -10px);
	-ms-transform: translate(0, -10px);
}
.pull-left {
	width:326px;
    float: right;
}
 .support-box{
  position: relative;
  display: inline-block;
  float: left;
  padding: 21px 16px 25px 106px;
  background-color:#ea400c;
}

 .support-box i{
  position: absolute;
  left: 35px;
  top: 18px;
  width: 55px;
  height: 40px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  background: rgba(255,255,255,0.2);
  border-radius: 50%;
}
.support-box .tel_img{
	padding-top: 15px;
}
 .support-box p{
  color: #fff;
  font-weight: 400;
  margin-bottom: 0px;
}

 .support-box h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0px;
}

 .support-box h3 a{
  display: inline-block;
  color: #fff;
}

 .support-box h3 a:hover{
  text-decoration: underline;
}


@media only screen and (max-width: 640px){
 
	.one_list{width:64%;}
}