article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	color:#333;
/* 	font-size:62.5%; */
	font-family: "Hiragino Sans GB","Hiragino Sans GB W3","Microsoft YaHei UI","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif,"Helvetica Neue",Helvetica,Arial;
}
body {
	line-height: 1;
}
button, input, select, textarea {
    font: 12px/1.5 "Microsoft YaHei", 微软雅黑,\9ed1\4f53,\5b8b\4f53, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu;
    color: #666;
}
body a, body a:focus, body a:hover {
    text-decoration: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ul {
    padding: 0;
    margin: 0;
}
.fr{float:right}
.fl{float:left}
/***头部导航****/
.header {
	height: 68px; 
	width: 100%; 
	background: #fff; 
	background: rgba(255,255,255,.6); 
	position: fixed;
    top: 0;
	left: 0; 
	z-index: 100; 
	box-shadow: 0 5px 10px rgba(0,0,0,.1);	
}
.header:hover {background: rgba(255,255,255,1); }
.header .logo a {
	display: block;
    width: 100px;
    height: 67px;
	line-height:67px;
    background: url(../images/logo.png) 0 no-repeat;
	text-indent:-9999px;
}
@media (min-width: 768px) {
  .logo {
    float: left;
	display: inline-block;
	margin:0;
  }
}
.menu {
    float: right;
    margin: 0;
}
.menu > li  {
	display: inline-block;
    padding: 0 22px;
    position: relative;
}
.menu > li > a {
	position: relative;
    display: inline-block;
	color:#333;
	font-size:15px;
	line-height: 68px;
}
.menu > li > a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 0;
    background-color: #009944;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.menu > li > a:hover{
	color:#009944;
}
/*菜单下拉css*/
.menu .nav-up-selected a {
	color:#009944;
}
.menu > li.nav-up-selected > a:after {
    content: '';
    display: block;
    width: 100%;
    background-image: -webkit-linear-gradient(right, #68b939, #009944);
    background-image: -moz-linear-gradient(right, #68b939, #009944);
    background-image: -moz-linear-gradient(to left, #68b939, #009944);
    background-image: -o-linear-gradient(to left, #68b939, #009944);
    background-image: linear-gradient(to left, #68b939, #009944);
    background-repeat: repeat;
}
.navigation-down {
	width: 100%;
    background-color: #f5f5f5;
}
.navigation-down .nav-down-menu {
	padding: 15px 0;
}
.navigation-down .nav-down-menu dl,.navigation-down .menu-1 ul li {
	float:left;
	text-align:center;
	margin:5px 80px 5px 0;
}
.navigation-down .nav-down-menu ul li a:hover {
	color:#129738;
}
.navigation-down-inner li a {
	color:#666;
	display:block;
	line-height:24px;
}
.join a:after {
    content: "";
    position: absolute;
    right: 15px;
    top: 20px;
    background: #f00;
    color: #fff;
    width: 6px;
    height: 6px;
    border-radius: 5px;
}
/**新菜单**/
.header-column-wrapper {
    width: 100%;
    display: flex;
}
.header-column-wrapper .header-column {
	flex-grow: 1;
    padding-left: 24px;
    padding-right: 24px;
}
.header-column-wrapper .header-column:first-child {
    padding-left: 0;
}
.header-column-wrapper .header-column:last-child {
    padding-right: 0;
}
.header-column-wrapper .header-column h3{
	position:relative;
    display: flex;
    align-items: center;
    line-height: 1.4;
    border-bottom: 1px solid #e2e6f0;
    padding-bottom: 12px;
	margin: 0;
}
.header-item-block h3>a {
	display:inline-block;
	font-weight: 600;
    color: #009944;
    font-size: 14px;
}
.header-item-block h3:hover .nav-link-icon {
	-webkit-transform:translate(5px);
    transform:translate(5px);
	-webkit-transition: all .6s;
	transition: all .6s;
}
.header-item-block ul li a{
	display:block;
    font-size: 14px;
    line-height: 1.4;
    padding-top: 15px;
}
.animated{-webkit-animation-duration:0.5s;animation-duration:0.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}
/***banner***/
.banner-box {
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #000;
    background-color: #fff;
	height:500px;
}
.banner-box .bannerImg {
	height:500px;
    background-position: center 0;
    background-repeat: no-repeat;
    position: relative;
    transition: transform 12s cubic-bezier(.23,1,.32,1);
    transform: scale(1);
}
.banner-box:hover .bannerImg{transform:scale(1.1)}
.banner-box .con {
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
}
.banner-box .con:after {
    display: inline-block;
    height: 100%;
    content: "";
    vertical-align: middle;
    width: 0;
}
.banner-box .bannerTitle {
    display: inline-block;
    width: 100%;
    padding-bottom: 55px;
    vertical-align: middle;
	text-align: center;
    color: #fff;
}
.banner-box .bannerTitle h2 {
	font-size: 50px;
    line-height: 75px;
    letter-spacing: 2.53px;
}
.bannerTitle .desc {
    font-size: 18px;
    letter-spacing: 0.2px;
    text-align: center;
    line-height: 35px;
	max-width:700px;
    margin: 0 auto;
}
.bannerTitle ul {margin-top:50px;}
.bannerTitle .btn {
    color: #fff;
    font-size: 18px;
    padding: 8px 20px;
    margin: 0 10px;
}
.bannerTitle .qq {
    border: 1px solid #fff;
}
.bannerTitle .qq:hover {
    border: 1px solid red;
}
.bannerTitle .online {
	background:red;
}
.bannerTitle .online:hover {
	background:#b70707;
}
/****主要内容***/
.bg-color {
	background: #f7f8fa;
}
.section {
	position:relative;
	padding:60px 0 70px 0;
}
.section .hd {
	text-align:center;
	margin-bottom:30px;
}
.section .hd .desc {
	font-size: 16px;
    line-height: 24px;
}
.sec1 .bd .row li {
	width:25%;
	float:left;
	padding:15px;
	text-align:center;
}
.sec1 .bd .row li h4 {
	margin-top: 20px;
	font-weight: 400;
    line-height: 1.5;
}
.section .bd .row li p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
    line-height: 1.7;
    word-wrap: break-word;
}
table {
	text-align:center;
}
.section table thead{
	background: #57a7cc;
    color: #fff;
}
.section table thead th{
	text-align:center;
}
.sec2 .row li.item {
	width:50%;
	float:left;
	padding:0 20px;
}
.sec2 .row li  .item-inner {
    padding: 20px;
    background: #fff;
    border: 1px solid #f5f5f5;
}
.sec2 .row li:hover .item-inner {
    box-shadow: 0 2px 15px 0 rgba(0,0,0,.15)!important;
    transition: all .3s ease-in-out;
}
.section .link {
    text-align:right;
}
.section .link i:after {
    content: "\e080";
    margin-left: 5px;
}
.sec2 .item-inner:hover i ,.sec3 .row .item:hover .link i{
	-webkit-transform:translate(5px);
    transform:translate(5px);
	-webkit-transition: all .6s;
	transition: all .6s;
}
.section .item-inner:hover a ,.section .item-inner:hover i:after{
	color:#009944;
}
.sec3 .row li {
	width:33.3333333333%;
	float:left;
	padding:0 15px;
	margin:15px 0;
}
.sec3 .row li .item {
	display:inline-block;
    position: relative;
    background: #dde6ed;
    border-radius: 5px;
	color:#333;
}
.sec3 .row li:hover .item {
	box-shadow: 0 2px 15px 0 rgba(0,0,0,.15)!important;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}
.sec3 .img {
    overflow: hidden;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.sec3 .img img {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    width: 100%;
}
.sec3 .row .caption {
    padding: 10px 15px;
}
.sec3 .row dl dt {
    margin-bottom: 10px;
}
.sec3 .row dl dd {
    word-wrap: break-word;
    text-align: justify;
    line-height: 1.8;
}
/**底部**/
.main-footer {
	background:#202020;
	padding:35px 0;
	color:#959595;
	position: relative;
}
.main-footer .widget {
	width:33.3333333%;
	padding:0 30px
}
.main-footer .widget .title {
	border-bottom:1px solid #303030
}
.main-footer .widget .tag-cloud a {
	border:1px solid #303030
}
.main-footer .widget .tag-cloud a:hover {
	border:1px solid #337ab7
}
.main-footer .content p {
    margin: 0 0 10px;
}
.widget .title {
	margin-top:0;
	padding-bottom:7px;
	border-bottom:1px solid #ebebeb;
	margin-bottom:21px;
	position:relative
}
.widget .title:after {
	content:"";
	width:75px;
	height:1px;
	background:#00a0e9;
	position:absolute;
	left:0;
	bottom:-1px
}
.main-footer .followus .ftel{
    display: block;
    font-size: 2em;
    line-height: 40px;
    color: #009944;
    background: url(../images/phone24h.png) no-repeat 0;
    text-indent: 2em;
}
.widget .friend-links a {
	display:block;
	border-bottom:1px dashed #303030;
	padding-bottom:14px;
	margin-bottom:14px;
	color:#959595;
	-webkit-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease
}
.widget .friend-links a:hover {
	color:#fff;
	text-decoration:none
}
.widget .friend-links a:last-child {
	margin-bottom:0;
	border:0;
}
.footer .f-link {
	background-color: #211E1E;
    padding: 10px 0;
    border-top: 1px solid #303030;
}
.footer .f-link a {
    margin-left: 5px;
    color: #959595;
	font-size:12px;
}
.copyright {
	background:#111;
	font-size:13px;
	text-align:center;
	color:#555;
	padding-top:14px;
	padding-bottom:20px;
	border-top:1px solid #303030;
	position: relative;
}
.copyright span {
	margin:0 .5em;
	height:20px;
}
.copyright a {
	color:#555; 
	display:inline-block;
	line-height: 20px;
}
footer .social .qr {
	width:50%;
	float:left;
	padding:5px;
	text-align:center;
}
footer .social .qr img {
	width:100%;
}
#qr-wechat { display: none; position: absolute; top: -126px; left: -144px; }
#back-to-top {
	position:fixed;
	right:10px;
	bottom:10px;
	background:rgba(51,122,183,0.6);
	color:#fff;
	text-align:center;
	border-radius:2px;
	z-index:1;
	display:none
}
#back-to-top:hover {
	background:#337ab7
}
#back-to-top i {
	width:30px;
	height:30px;
	line-height:30px
}
.text-box {
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    margin-top: 20px;
}
.bg-white {
	background-color:#fff;
}
.mr-0 {
	margin:0!important;
}
.mt-30 {
	margin-top:30px!important;
}
.pd-0 {
	padding:0!important;
}
.pb-10 {
	padding-bottom:10px;
}
.pb-20 {
	padding-bottom:20px;
}
.pd-15 {
	padding:15px;
}
.lh-20 {
	line-height:20px;
}
.source .card .text {
	min-height:146px;
}
.hover-img-big {
	cursor: pointer;
	overflow:hidden;
}
.hover-img-big img{
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.hover-img-big:hover  img {
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.txt-fangan {
	position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    max-width: 130px;
    background: rgba(255, 255, 255, 0.8);
    padding: 7px;
    border-radius: 5px;
}
.fa1 {
    left: 18%;
    top: 66%;
}
.fa2 {
	left: 41%;
    top: 26%;
}
.fa3 {
    left: 72%;
    top: 75%;
}
.circle {
	display:block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #F44336;
   box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #ff00e6, 0 0 70px #ff00e6, 0 0 80px #ff00e6, 0 0 100px #ff00e6, 0 0 150px #ff00e6;
  animation: blinking 1s ease-in-out infinite;
}

@keyframes blinking {
  0% {
    opacity: 0;
  }
  
  50% {
    opacity: 1;
  }
  
  100% {
    opacity: 0;
  }
}