﻿html,
body {
  -ms-overflow-style: scrollbar;
}
body {
  background-color: #fff;
  color: #666;
  font-family: "Microsoft YaHei",Helvetica, Tahoma, Arial, STXihei, SimSun, sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
.site-wrapper {
  position: relative;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0
}
ol,ul {
  list-style:none;
}
a{
	text-decoration: none;
}
/*公共样式*/
img{
	border: none;
}
.left{
	float: left;
}
.right{
	float: right;
}
.clear:after{
	content: "";
	display: block;
	clear: both;
}
.box1200{
	width: 1200px;
	margin: 0 auto;
}
.min1200{
	min-width: 1200px;
	margin: 0 auto;
}
h3.homochromy{
	font-size: 24px;
	color: #3783ef;
	margin-bottom: 40px;
}
h3.homochromy a{
	color: #3783ef;
}
h3.homochromy:after{
	content: "";
	display: block;
	margin-top: 20px;
	width: 60px;
	border-bottom: 3px  solid #3783ef;
}
.text{
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	letter-spacing:1.5px;
}
.btn1{
	display: inline-block;
  height: 64px;
  width: 240px;
  /* background: #3783ef; */
  line-height: 60px;
  position: relative;
  background: #FFFFFF;
  color: #3783ef;
  box-sizing: border-box;
  border: 2px solid #3783ef;
}
.btn1:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0%;
	height: 100%;
	background: #3783ef;
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
}
.btn1 span{
	font-size: 25px;
	display: inline;
	margin-left: 70px;
	position: relative;
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	z-index: 8;
	font-weight: bold;
}
.btn1 img{
	width: 8px;
	height: 16px;
    margin-left: -20px;
    transition: all .3s ease-out 0s;
		-webkit-transition: all .3s ease-out 0s;
		-moz-transition: all .3s ease-out 0s;
		-ms-transition: all .3s ease-out 0s;
		-o-transition: all .3s ease-out 0s;
    opacity: 0;
    position: relative;
    z-index: 8;
}
.btn1:hover img {
    opacity: 1;
    margin-left: 15px;
}
.btn1:hover span{
	margin-left: 55px;
	color: #FFFFFF;
}
.btn1:hover:after{
	width: 100%;
}
.img-adj-box{
	position: relative;
	overflow: hidden;
}
.img-adj{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
}
/*head*/
#head {
    overflow: hidden;
    width: 100%;
    min-width: 1200px;
}
#head .box1200{
	height: 80px;
    width: 100%;
    min-width: 1200px;
    padding-left: 100px;
    padding-right: 100px;
    box-sizing: border-box;
}
#head .logo{
	height: 100%;
	vertical-align: top;
	float: left;
}
#head .nav{
	float: right;
	height: 100%;
}
#head .nav a{
	margin-right: 40px;
	color: #666666;
	font-size: 18px;
	line-height: 80px;
}
#head .nav a:hover{
	color: #0071cc;
}
#head .head-top {
    height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 1200px;
    border-bottom:1px solid #cccccc;
    background: #ffffff;
    width: 100%;
    box-sizing: border-box;
}
#head .head-top .logo {
    height: 100%;
}
#head .head-top .logo img {
    height: 34px;
    margin-top: 8px;
}
#head .head-top > span {
    display: block;
    float: left;
    margin-left: 20px;
    line-height: 50px;
    font-size: 14px;
    color: #666;
}
#head .head-top .input-box {
    margin-top: 10px;
    float: right;
    height: 40px;
    font-size: 0;
}
#head .head-top .input-box > span {
    line-height: 30px;
    font-size: 14px;
    margin-right: 15px;
    color: #666;
}
#head .head-top .input-box input {
    height: 30px;    
    width: 200px;
    box-sizing: border-box;
    border: 1px solid #0089EF;
    padding: 0;
    padding-left: 10px;
    padding-right: 10px;
    outline: none;
    color: #999;
    font-size: 12px;
    vertical-align: top;

}
#head .head-top .input-box .btn {
    display: inline-block;
    height: 30px;
    background: #0089EF;
    font-size: 12px;
    width: 60px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    vertical-align: top;
}
#head .head-top .head-text {
    line-height: 50px;
    font-size: 14px;
    color: #666;
    float: left;
}
#head .head-top .head-text span{
    margin-left: 15px;
}
#head .head-top .head-text a {
    margin-left: 10px;
    line-height: 50px;
    font-size: 14px;
    color: red;
}
#head .head-top .head-text a:hover {
    
}
/*页面中部内容*/
.banner-swiper{
	position: relative;
}
.banner-swiper.swiper-container-horizontal>.swiper-pagination {
	height: 20px;
	bottom: 30px;
}
.banner-swiper.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet{
	height: 8px;
	width: 8px;
	background: rgb(255,255,255);
	opacity: .8;
	vertical-align: middle;
}
.banner-swiper.swiper-container-horizontal>.swiper-pagination .swiper-pagination-bullet-active{
	border: 2px solid #FFFFFF;
	background: rgba(255,255,255,0);
}
.button-icon-swiper{
	width: 54px;
	height: 54px;
}
.banner-swiper .button-prev,.banner-swiper .button-next{
	position: absolute;
	top: 50%;
	margin-top: -27px;
	width: 54px;
	height: 54px;
	z-index: 200;
}
.banner-swiper .button-prev{
	left: 11.67%;
}
.banner-swiper .button-next{
	right: 11.67%;
}
.img-banner{
	width: 100%;
    max-height: 500px;
}
.enterprise-introduce{
	position: relative;
	z-index: 200;
	margin-top: 0px;
}
.authentication{
	height: 220px;
	width: 1160px;
	margin: 0 auto;
	border-radius: 10px;
	-webkit-box-shadow:0px 10px 60px rgba(102, 102, 102, .3);
    -moz-box-shadow:0px 10px 60px rgba(102, 102, 102, .3);
    box-shadow:0px 10px 60px rgba(102, 102, 102, .3);
    background: #FFFFFF;
    margin-top: 65px;
}
.authentication .yiban{
	width: 50%;
	height: 220px;
	float: left;
}
.authentication .box{
	width: 50%;
	float: left;
	text-align: center;
	box-sizing: border-box;
	position: relative;
	height: 110px;
}
.authentication .box:nth-child(odd):after{
	content: "";
	display: block;
	height: 30px;
	position: absolute;
	top: 40px;
	right: 0;
	border-right: 1px solid #dedede;
}
.authentication p{
	font-size: 18px;
	color: #333333;
	margin-right: 10px;
}
.authentication .box:nth-child(1) .hover{
	margin-top: 35px;
}
.authentication .box:nth-child(1) .hover:hover,.authentication .box:nth-child(2) .hover:hover{
	margin-top: 30px;
}
.authentication .box:nth-child(2) .hover{
	margin-top: 35px;
}
.authentication .box:nth-child(3) .hover{
	margin-top: 10px;
}
.authentication .box:nth-child(4) .hover{
	margin-top: 10px;
}
.authentication .box:nth-child(3) .hover:hover,.authentication .box:nth-child(4) .hover:hover{
	margin-top: 5px;
}
.hover{
	display: inline-block;
	cursor: pointer;
	transition: all .2s ease-in-out 0s;
	-webkit-transition: all .2s ease-in-out 0s;
	-moz-transition: all .2s ease-in-out 0s;
	-ms-transition: all .2s ease-in-out 0s;
	-o-transition: all .2s ease-in-out 0s;
	height: 60px;
	line-height: 60px;
	width: 100%;
	margin-top: 25px;
}
.hover .img-box{
	height: 72px;
	width: 72px;
	margin: 0 auto;
	position: relative;
}
.yiban .hover .img-box{
	height: 58px;
	width: 49px;
	display: inline-block;
}
.yiban .box p{
	display: inline-block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #3783ef;
}
.hover .img-box img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.hover .hover-block{
	display: none;
}
.hover:hover .hover-block{
	display: block;
	z-index: 100;
}
.hover:hover .hover-none{
	display: none;
	z-index: 100;
}
.yiban{
	position: relative;
}
.yiban .img-kefu{
	width: 170px;
	position: absolute;
	bottom: 0;
	left: 30px;
}
.yiban .qr-code-box{
	width: 230px;
	text-align: center;
	position: absolute;
	top: 0;
	right: 100px;
}
.yiban .qr-code-box .title{
	font-size: 18px;
	color: #333333;
	padding-top: 20px;
	margin-bottom: 10px;
}
/*企业介绍1*/
.introduce1{
	margin-top: 60px;
	margin-bottom: 60px;
}
.introduce1 .describe{
	width: 685px;
}
.introduce1 div.text{
	margin-bottom: 50px;
	height: 100px;
    text-indent: 35px;
}
.introduce1 .introduce1-img{
	height: 292px;
	width: 410px;
	margin-left:67px;
	box-shadow: 20px 20px 0 #DEDEDE;
}
.introduce1 .introduce1-img img{
	width: 100%;
	height: 100%;
	/*box-shadow: 20px 20px 0 #DEDEDE;*/
	
}
/*企业介绍2*/
.enterprise-introduce2{
	height: 520px;
	background: #f4f4f4;
	margin-bottom: 60px;
}
.enterprise-introduce2 .left,.enterprise-introduce2 .right{
	height: 100%;
	width: 50%;
	position: relative;
}
.enterprise-introduce2 .left {
	overflow: hidden;
}
.enterprise-introduce2 .left .bg{
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
}
.enterprise-introduce2  .introduce2{
	height: 360px;
	width: 800px;
	box-sizing: border-box;
	padding: 40px;
	-webkit-box-shadow:3px 3px 15px rgba(0, 0, 0, .1);  
  	-moz-box-shadow:3px 3px 15px rgba(0, 0, 0, .1);  
  	box-shadow:3px 3px 15px rgba(0, 0, 0, .1); 
  	margin-left: -200px;
  	margin-top: 80px;
  	background: #FFFFFF;
}
.enterprise-introduce2  .introduce2 .text{
	height: 125px;
    text-indent: 35px;
}
/*企业图片*/
.enterprise-img .title{
	text-align: center;
}
.enterprise-img h3.homochromy{
	display: inline-block;
	margin-top: 0px;
}
.enterprise-img h3.homochromy:after{
	margin: 0 auto;
	margin-top: 20px;
}
.homochromy-box{
	position: relative;
	overflow: hidden;
	moz-user-select: -moz-none;
-moz-user-select: none;
-o-user-select:none;
-khtml-user-select:none;
-webkit-user-select:none;
-ms-user-select:none;
user-select:none;
}
.enterprise-img .homochromy-img-box{
	padding: 40px 20px 70px;
}
.homochromy-box img.bg{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	/*-webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);   
    filter: grayscale(100%);
    filter: gray;*/
    z-index: 0;
}
/*.homochromy-box div.bg2{
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0.7) 100%);
	background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0.7) 100%);
	background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0.7) 100%);
	background: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0.7) 100%);
	background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0.7) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%,rgba(255, 255, 255, 0.7) 100%);
	 filter:alpha(opacity=100 finishopacity=80 style=1 startx=0,starty=0,finishx=0,finishy=150) progid:DXImageTransform.Microsoft.gradient(startcolorstr=#ffffff,endcolorstr=#ffffff,gradientType=1);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -10;
}*/
.homochromy-img:nth-child(2n+2){
	margin-top: 64px;
}
.homochromy-img img{
	vertical-align: top;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	overflow: hidden;
}
.enterprise-img  .homochromy-img{
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	height: 350px;
	width: 285px;
	overflow: hidden;
}
.homochromy-img:hover{
	z-index: 100;
	margin-top: -10px;
	-webkit-box-shadow:0 0 20px rgba(0, 0, 0, .7);  
  -moz-box-shadow:0 0 20px rgba(0, 0, 0, .7);  
  box-shadow:0 0 20px rgba(0, 0, 0, .7); 
}
.homochromy-img:nth-child(2n+2):hover{
	z-index: 100;
	margin-top: 54px;
}
.homochromy-img img:hover{
    -webkit-box-shadow:0 0 10px rgba(0, 0, 0, 1);  
  	-moz-box-shadow:0 0 10px rgba(0, 0, 0, 1);  
  	box-shadow:0 0 10px rgba(0, 0, 0, 1); 
  	z-index: 20;
}
.enterprise-img .btnBox{
	width: 200px;
	height: 30px;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	z-index: 300;
}
.enterprise-img .button-prev,.enterprise-img .button-next{
	height: 30px;
	width: 36px;
	position: absolute;
	top: 0;
	text-align: center;
	border: 1px solid #666666;
	cursor: pointer;
}
.enterprise-img .btn-hover:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	background: #666666;
	z-index: -10;
}
.enterprise-img .button-hover-img{
	display: none;
}
.enterprise-img .btn-hover:hover .pinchang{
	display: none;
}
.enterprise-img .btn-hover:hover .button-hover-img{
	display: inline-block;
}
.enterprise-img .btn-hover:hover:after{
	width: 100%;
}
.enterprise-img .button-prev img,.enterprise-img .button-next img{
	width: 9px;
	height: 16px;
	vertical-align: top;
	margin-top: 7px;
}
.enterprise-img .button-prev{
	left: 0;
}
.enterprise-img .button-next{
	right: 0;
}
.enterprise-img .swiper-button-prev,.enterprise-img .swiper-button-next{
	display: none;
}
.enterprise-img  .nub-pagination{
	font-size: 16px;
	color: #666;
	bottom: 43px;
}
.big-img-box{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	z-index: 1000;
	transition: all .3s ease-out 0s;
	-webkit-transition: all .3s ease-out 0s;
	-moz-transition: all .3s ease-out 0s;
	-ms-transition: all .3s ease-out 0s;
	-o-transition: all .3s ease-out 0s;
	text-align: center;
	opacity: 0;
	display: none;
	z-index: 1000;
	
}
.big-img-box img{
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}
/*页尾*/
#foot{
	padding: 40px;
	background: #2e2e2e;
	color: #FFFFFF;
	font-size: 0px;
	text-align: center;
    min-width: 1200px;
    box-sizing: border-box;
}
#foot span{
	font-size: 14px;
}
#foot .us-information{
	margin-bottom: 12px;
}
#foot .us-information a,#foot .record a {
    font-size: 14px;
    color: #ffffff;
    margin-left: 15px;
}
#foot .us-information span:not(:first-child){
	margin-left: 30px;
}
#foot .record span:not(:first-child){
	margin-left: 12px;
}
p{
	margin: 0;
	padding: 0;
}
#foot .nav{
	margin-bottom: 30px;
}
#foot .nav a{
	font-size: 14px;
	color: #FFFFFF;
	display: inline-block;
	vertical-align: top;
	padding: 2px 30px;
}
#foot .nav a:not(:last-child){
	border-right: 1px solid #474747;
}


.logo-fenxiang{
	width: 500px;
	height: 500px;
	display: none;
}

/*logo*/

#head .logo img{
	height: 40px;
	margin-top: 20px;
}
