*,
::after,
::before {
	padding: 0;
	margin: 0;
	-webkit-tap-highlight-color: transparent;
	/*清除点击默认的高亮效果*/
	-webkit-box-sizing: border-box;
	/*以你的border开始计算宽度*/
}

html {
	width: 100%;
	height: auto !important;
	font-size: 14px;
}
body {
	font-size: 14px;
	font-family: "微软雅黑", sans-serif;
	/*第二个是手机默认的字体*/
	color: #000;
	height: auto !important;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
	text-decoration: none;
	color: #000;
}

p {
	margin: 0;
}

i{
	font-style: normal;
}

b{
	font-weight:normal;
}

ul,
ol {
	list-style: none;
	margin-bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

input,
textarea {
	border: none;
	resize: none;
	outline: none;
	/*清除默认选中框*/
	-webkit-appearance: none;
	/*清除移动设备的样式*/
}

button {
	/*消除button的默认样式*/
	margin: 0;
	padding: 0;
	border: 1px solid transparent;
	/*自定义边框*/
	outline: none;
	/*消除默认点击蓝色边框效果*/
}

img {
	max-width: 100%;
}

@font-face {
	font-family: 'hfont';
	src: url('../font/tt6804m_-webfont.woff2') format('woff2'), url('../font/tt6804m_-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

.BMap_Marker img{ max-width:inherit !important}
.BMapLabel{max-width:inherit !important}

/*清除浮动*/

.clearfix::before,
.clearfix::after {
	content: '';
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
	clear: both;
}


/*其他公用*/

button[aria-expanded="true"] {
	top: 4%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.container {
	padding-left: 0;
	padding-right: 0;
}


/*banner公用块*/

.banner > ul {
	margin-bottom: 0;
	overflow: hidden;
}

.banner > ul > li a,
.banner ul img,
.swiper-slide > img {
	width: 100%;
	display: block;
}

.flex-control-nav li a{
	width: 11px;
	height: 11px;
	border: 1px solid #fff;
	background-color: transparent;
}

.flex-control-nav li a.flex-active{
	border: 1px solid transparent;
	background-color: #6fba2c;
}


/*分页*/
.pagination{
	margin: 0;
}

.pagination>li {
	display: inline-block;
}

.pagination>li+li {
	margin-left: 10px;
}

.pagination>li>a,
.pagination>li>span {
	width: 38px;
	height: 38px;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	color: #7d7d7d;
	border: 1px solid #e1e1e1;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {
	width: 99px;
	height: 38px;
	line-height: 24px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover,
.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	color: #fff;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
	background-color: #1a76d2;
	border-color: transparent;
}

/*底部*/

@font-face {
    font-family: 'aldine721_btroman';
    src: url('../font/ald721n-webfont.woff2') format('woff2'),
         url('../font/ald721n-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


@font-face {
  font-family: 'icomoon';
  src:  url('../font/icomoon.eot?gsdic0');
  src:  url('../font/icomoon.eot?gsdic0#iefix') format('embedded-opentype'),
    url('../font/icomoon.ttf?gsdic0') format('truetype'),
    url('../font/icomoon.woff?gsdic0') format('woff'),
    url('../font/icomoon.svg?gsdic0#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-Arrow_left_Line_SFontCN:before {
  content: "\e900";
  font-size: 30px;
}




/* 移入Rectangle In */

.button{

  padding: 1em;
  cursor: pointer;
  background:none;
  text-decoration: none;
  font-size: 1.2em;
  color: #666;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.hvr-rectangle-in,
.hvr-rectangle-in1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #fbc431;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: #fff;
}

.hvr-rectangle-in1{
	background: #067be0;
}

.hvr-rectangle-in:before,
.hvr-rectangle-in1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #067be0;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-rectangle-in1:before{
	background: #fbc431;
}

.hvr-rectangle-in:hover,.hvr-rectangle-in:focus,.hvr-rectangle-in:active,
.hvr-rectangle-in1:hover,.hvr-rectangle-in1:focus,.hvr-rectangle-in1:active {
  color: white;
}
.hvr-rectangle-in:hover:before,.hvr-rectangle-in:focus:before,.hvr-rectangle-in:active:before,
.hvr-rectangle-in1:hover:before,.hvr-rectangle-in1:focus:before,.hvr-rectangle-in1:active:before {
  -webkit-transform: scale(0);
  transform: scale(0);
}


/* Sweep To Right */
.hvr-sweep-to-right,
.hvr-sweep-to-right1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  /*background:#3598dc;*/
  color: #fff;
}

.hvr-sweep-to-right1{
	background-color: #067be0 !important;
}

.hvr-sweep-to-right1:before{
	background-color: #fbc431 !important;
}

.hvr-sweep-to-right:before,
.hvr-sweep-to-right1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #067be0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-right:hover,a.hvr-sweep-to-right:focus,a.hvr-sweep-to-right:active,
.hvr-sweep-to-right1:hover,a.hvr-sweep-to-right1:focus,a.hvr-sweep-to-right1:active {
  color: white;
}
.hvr-sweep-to-right:hover:before,a.hvr-sweep-to-right:focus:before,a.hvr-sweep-to-right:active:before,
.hvr-sweep-to-right1:hover:before,a.hvr-sweep-to-right1:focus:before,a.hvr-sweep-to-right1:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  
}


.button21 {
	color: rgba(255,255,255,1);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	position: relative;
	border: 1px solid rgba(255,255,255,0.5);
	overflow: hidden;
}
.button21 a{
	color: rgba(51,51,51,1);
	text-decoration: none;
	display: block;
}
.button21::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	opacity: 1;
	-webkit-transform: translate(0,-105%);
	transform: translate(0,-105%);
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(255,255,255,1);
	background-color: rgba(255,255,255,0.25);
}
.button21:hover::before{
	opacity: 0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);	
}

/*底部*/

#service li dt img,
#join .join_t li dt img{
	-webkit-animation: transform-5 2s ease 0s alternate none ;
	-moz-animation: transform-5 2s ease 0s alternate none;
	animation: transform-5 2s ease 0s alternate none ;
}

@-webkit-keyframes transform-5 {
	from {
		-webkit-transform: perspective(400px) rotateY(0deg);
	}
	to {
		-webkit-transform: perspective(400px) rotateY(360deg);
	}
}















@media (min-width: 768px){
	.container {
	    width: 750px;
	    -webkit-transition: all .3s ease-in;
		-moz-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in;
	}
}
@media (min-width: 992px){
	.container {
	    width: 970px;
	    -webkit-transition: all .3s ease-in;
		-moz-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in;
	}
}

@media (min-width: 1200px){
	.container {
	    width: 1200px;
	    -webkit-transition: all .3s ease-in;
		-moz-transition: all .3s ease-in;
		-o-transition: all .3s ease-in;
		transition: all .3s ease-in;
	}
}