* {
	padding: 0;
	margin: 0;
}

body,
html {
	margin: 0;
	padding: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	-webkit-overflow-scrolling: touch;
	font-family: '微软雅黑', sans-serif;
}

@charset "utf-8";

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
select,
textarea,
p,
blockquote,
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;
}

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
	display: block;
}

html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 100%;
}

body,
button,
input,
select,
textarea {
	font: 12px/1.5 'microsoft yahei', Tahoma;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

button {
	cursor: pointer;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

img {
	border: 0 none;
	vertical-align: middle;
}

address,
cite,
code,
em,
th {
	font-style: normal;
}

ul {
	list-style: none outside none;
}

input {
	vertical-align: middle;
}

textarea {
	resize: none;
}

.fs14 {
	font-size: 14px;
}

.fwb {
	font-weight: bold;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.tal {
	text-align: left;
}

.tac {
	text-align: center;
}

.tar {
	text-align: right;
}

.vam {
	vertical-align: middle;
}

.block {
	display: block;
}

.inline-block {
	display: inline-block;
}

.hide {
	display: none;
}

.rel {
	position: relative;
}

.abs {
	position: absolute;
}

.borderNone {
	border: 0 none !important;
}

.clearfix {
	*zoom: 1;
}

.clearfix:before,
.clearfix:after {
	display: table;
	content: "";
}

.clearfix:after {
	clear: both;
}

.fn-clear {
	*zoom: 1;
}

.fn-clear:before,
.fn-clear:after {
	display: table;
	content: "";
}

.fn-clear:after {
	clear: both;
}

@charset "UTF-8";

.container,
.wrapper {
	margin: 0 auto;
	*zoom: 1
}

.wrapper:before {
	display: table;
	content: ""
}

.wrapper:after {
	display: table;
	content: "";
	clear: both
}

.clear {
	*zoom: 1
}

.clear:before {
	display: table;
	content: ""
}

.clear:after {
	display: table;
	content: "";
	clear: both
}

.i {
	display: inline-block;
	background: transparent url(../img/ico.png) 0 0 no-repeat
}

.i-nav-arrow {
	width: 6px;
	height: 7px;
	background-position: -20px -40px
}

.i-list-arrow {
	width: 8px;
	height: 8px;
	background-position: 0 -60px
}

.i-more {
	width: 32px;
	height: 8px;
	background-position: 0 -80px
}
/* 头部 */
.header {
	height: 227px;
	width: 100%;
	margin:auto;
	padding: 1px 0;
	background: transparent url(../img/ts4.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
}

.header .wrapper {
	position: relative;
	margin-top: 0px;
}

.header .wrapper .site-logo {
    width: 350px;
    float: left;
    /* eight: 80px; */
    margin-top: 30px;
}
.site-logo img,.site-text img{
 width:100%;
 height:100%;
}
.header .wrapper .site-text {
    /* width: 500px; */
    float: right;
    /* height: 80px; */
    margin-top: 30px;
}

.header .header-tool {
	position: absolute;
	right: 0;
	top: 0;
	color: #fff;
	background-color: #6cb7e7;
	border-radius: 4px;
	height: 24px;
	line-height: 24px;
	margin-right: 30px;
}

.header .header-tool a {
	padding: 0 10px;
	color: #fff;
	text-decoration: none
}
.header .navigator {
	width: 100%;
}
.navigator {
	background: rgb(63 185 33 / 68%);
	height: 45px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.navigator .nav-item {
 float: left;
 width: 14.19%;
 line-height: 45px;
 position: relative;
 text-align: center;
 /* border-left: 1px solid #fff;
 border-right: 1px solid #dadbdd */
 border-right: 1px solid #fff;
}
.navigator .nav-item:last-child{
	 border-right: none;
}

.navigator .nav-item:hover {
	background-color: #007d3c
}

.navigator .nav-item:hover>a {
	color: #fff
}

.navigator .nav-caption {
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	/* font-weight: bold; 
	line-height: 20px*/
}

.navigator .sub-nav {
	display: none;
	position: absolute;
	z-index: 10000;
	zoom: 1;
	width: 100%;
	left: 0;
	top: 40px;
	background-color: #fff;
	/* background-color: rgba(255, 255, 255, 0.8); */
	padding: 5px 0
}

.navigator .sub-nav a {
	display: block;
	margin: 5px 0;
	padding: 5px 0;
	text-align: center;
	color: #6b6c6f;
	text-decoration: none;
	line-height: 2;
	font-size: 16px;
}

.navigator .sub-nav a:hover {
	color: #fff;
	/* background: #f39800 url(../img/i-nav-arrow.png) 120px center no-repeat; */
	background:#27b379;
}

.navigator .first {
	border-left: none;
	/* margin-left: 2%; */
}

.navigator .last {
	border-right: none
}
/* 头部结束 */

.banner {
	height: 300px
}

.banner li {
	height: 300px;
	display: none
}

.row {
	*zoom: 1
}

.row:before {
	display: table;
	content: ""
}

.row:after {
	display: table;
	content: "";
	clear: both
}

.col {
	float: left
}

.container .row {
	margin-top: 10px
}

.container .col-notice {
	width: 320px
}

.container .col-notice .list a {
	width: 18em !important
}

.container .col-focus-pic {
	width: 786px;
	height: 328px;
	overflow: hidden;
	margin-right: 10px;
	border: 1px solid #c99000;
}

.container .col-association li {
	width: 198px;
	height: 75px;
	margin-bottom: 10px
}

.container .col-association a {
	display: block;
	padding-left: 5px;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	line-height: 55px;
	margin-bottom: 5px;
}

.container .col-association a span {
	padding-right: 10px;
	width: 40px;
	height: 30px;
	display: inline-block;
}
.container .col-association a span img{
	width: 100%;
	height: 100%;
	margin-top: -3px;
}
.container .col-association .association-intro {
	background-image: url(../img/info01_s.png)
}

.container .col-association .association-constitution {
	background-image: url(../img/info02_s.png)
}

.container .col-association .association-join {
	background-image: url(../img/info03_s.png)
}

.container .col-association .association-tip-off {
	height: 73px;
}

.container .col-association .association-tip-off a {
	line-height: 60px;
	padding-left: 48px;
}

.container .col-association .association-tip-off img {
	display: block;
	float: left;
	margin-left: 16px;
	margin-top: 16px;
}

.container .list-hot {
	margin: 0 6px;
	padding: 10px;
	border-bottom: 1px dashed #ccc
}

.container .list-hot .news-pic {
	float: left;
	margin-right: 10px;
	_display: inline;
	overflow: hidden;
	padding: 3px;
	border: 1px solid #ccc
}

.container .list-hot .news-main a {
	color: #595757;
	text-decoration: none
}

.container .list-hot .news-main h3 {
	font-size: 16px
}

.container .list-hot .news-main h3 a {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 18em
}

.container .dts .list-hot .news-main h3 a {
	width: 10em;
}

.container .list-hot .news-main h3 a:hover {
	color: #177bcf;
	text-decoration: underline
}

.container .list-hot .news-main p {
	margin-top: 10px
}

.container .list-hot .news-main p a {
	color: #e66b0e
}

.container .section-news .box {
	float: left;
	width: 490px;
	margin-right: 16px;
	_display: inline
}

.container .section-news .box .list a {
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 95%
}

.container .section-news .box .nt a {
	font-size: 14px;
	/* width: 16em; */
	max-width: 92%
}
.container .section-news .box .nt .li_notice {
	width: 22em; 
}
.container .section-news .notice2 .nt a {
	font-size: 14px;
	/* width: 26em; */
	max-width: 92%
}
.container .section-news .box .nt span {
	font-size: 12px;
	color: #666;
}

.container .section-news .box .xt a {
	font-size: 13px;
	width: 20em;
}

.container .section-news .box-2 {
	margin-right: 0
}

.container .section-news .box-4 {
	margin-right: 0
}

.box {
	border: 1px solid #e3e2e2;
	border-radius: 4px
}

.box .hd {
	/* 1px solid #e3e2e2 */
	position: relative;
	/* background: #34ad68; */
	height: 40px;
	border-bottom: 1px solid #34ad68;
}

.box .hd .title {
	position: absolute;
	width: 138px;
	height: 40px;
	left: -1px;
	top: -1px;
	padding-left: 15px;
	font-size: 16px;
	color: #FFC800;
	line-height: 40px;
}

.box .hd .more {
	position: absolute;
	right: 10px;
	top: 10px
}

.box .bd .list {
	padding: 12px 15px;
	padding-top: 0px;
}

.box .bd .list span {
	float: right;
	font-size: 14px;
	line-height: 28px;
	color: #595757;
}

.box .bd .list a {
	margin-left: 5px;
	font-size: 14px;
	line-height: 28px;
	color: #292828;
	text-decoration: none
}

.box .bd .list li{
	width: 96%;
	margin: auto;
	border-bottom: 1px dotted #ccc; 
    line-height: 40px;
    height: 40px;
}

.box .bd .list a:hover {
	color: #00c089;
	text-decoration: none;
}

.list-members {
	padding-left: 18px;
	padding-bottom: 18px
}

.list-members li {
	float: left;
	margin: 18px 15px 0 0;
	width: 170px;
	text-align: center;
	display: inline;
	border: 1px solid #ccc;
	padding: 4px
}

.container .section-news .video {
	width: 310px;
	text-align: center;
}

.container .section-news .picarea {
	width: 670px;
	height: 405px;
	border: transport;
}

.container .section-news .notice {
 width: 360px;
 float: right;
 margin-right: 0;
}
.container .section-news .notice2 {
 width: 515px;
}
.container .section-news .notice2:last-child{
 margin-right: 0;
 float: right;
}
.container .section-news .dts {
	width: 327px;
}

.container .section-news .video .hd .title {
	text-align: left;
}

.aboutnews {
	padding: 10px 0;
}

.aboutnews .t {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #ddd;
}

.t h4 {
	padding-left: 2px;
	border-bottom: 1px solid #333;
	color: #333;
	width: 70px;
	font-size: 17px;
	font-weight: normal;
	font-family: "\5FAE\8F6F\96C5\9ED1";
}

.aboutnews ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.aboutnews ul li {
	height: 24px;
	line-height: 24px;
	font-size: 14px;
	background: url(bg-01.gif) no-repeat 0 50%;
}

.aboutnews ul li span {
	float: right;
	color: #666;
}

.aboutnews ul li a {
	display: block;
	float: left;
	width: 460px;
	height: 25px;
	overflow: hidden;
	text-decoration: none;
}

.aboutnews li a:visited {
	font-size: 14px;
	color: #626262;
	text-decoration: none;
}

.aboutnews li a:hover {
	color: #40a2e5;
	font-size: 14px;
	text-decoration: none;
}

.pagenum {
	float: right;
	padding: 5px 0px;
	height: 25px;
	margin-right: 20px;
}

.pagenum .pagination {
	margin: 5px 0px
}

.pagenum p {
	display: block;
	float: right;
}

.block .block-tit {
	height: 40px;
	border-bottom: 1px solid #34ad68;
	background: #eee
}

.block .block-tit span {
	float: right;
	margin-top: 5px;
	padding-right: 10px;
}

.block .block-tit h2 {
	background: #34ad68;
	border-bottom: 1px solid #34ad68;
	color: #FFFFFF;
	float: left;
	padding: 0px 10px;
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
}

ul.lists {
	margin: 15px 0 0 0;
	border-bottom: 1px #b2b2b2 dotted;
	padding: 0 0 15px 0;
}

ul.lists li {
	height: auto;
	line-height: 35px;
	background: url("../img/arrow.jpg") no-repeat scroll left 15px transparent;
	margin: 0 auto;
	padding: 0 5px 0 12px;
	position: relative;
}

ul.lists li a {
	font-size: 14px;
	color: #626262;
	text-decoration: none;
	display: block;
	width: 510px;
	height: 35px;
	overflow: hidden;
}

ul.lists li a:visited {
	font-size: 14px;
	color: #626262;
	text-decoration: none;
}

ul.lists li a:hover {
	color: #40a2e5;
	font-size: 14px;
	text-decoration: none;
}

ul.lists li span {
	float: right;
}

.bd.mh {
	min-height: 410px;
}

.bd.mh2 {
	min-height: 265px;
}

.carousel {
	margin: 0px auto;
}

.footer {
	margin-top: 20px;
	padding: 20px 0 30px;
	background: #e9eff5;
	text-align: center
}

.footer p {
	font-size: 14px;
	padding: 1px;
}

.article-content {
	margin-top: 15px
}

.sidebar {
	float: left;
	width: 200px
}

.sidebar-box {
	margin-bottom: 10px
}

.sidebar-nav {
	background-color: #F9F9F9;
}

.sidebar-nav li:hover a {
	color: #f39800
}

.content-main {
	float: left;
	margin-left: 10px;
	display: inline;
	border: 1px solid #e3e2e2;
	border-radius: 4px
}

.content-main .crumb-nav {
	padding-left: 15px;
	background: #34ad68;
	height: 40px;
	line-height: 40px;
	color: #FFF;
}

.content-main .crumb-nav a {
	text-decoration: none;
	color: #FFF
}

.article {
	width: 770px;
	padding: 20px 15px
}

.article .article-header {
	padding-bottom: 20px;
	border-bottom: 1px dashed #ccc;
	text-align: center
}

.article .article-header .title {
	font-size: 24px
}

.article .article-header .publish-date {
	margin-top: 10px;
	color: #ccc
}

.article .article-content p {
	text-indent: 2em;
	margin: 15px 0;
	font-size: 14px;
	line-height: 1.6
}

.article .img-container {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px
}

.article .img-container img {
	border: 1px solid #ccc;
	padding: 1px
}

.article .img-container p {
	text-indent: 0;
	margin: 0
}
.article .contents{
	padding: 20px 0px;
}
.article .contents img{
	max-width: 700px;
	height: auto;
}

.rule-content h2 {
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 20px
}

.rule-content h3 {
	font-size: 14px;
	font-weight: normal;
	line-height: 2.2
}

.rule-content ul {
	margin-top: 10px;
	margin-bottom: 10px
}

.rule-content ul li {
	line-height: 2;
	padding-left: 36px;
	text-indent: -36px
}

.rule-content p {
	font-size: 12px
}

.footer .container {
	width: 1024px;
}

.footer .row div {
	text-align: left;
	margin-bottom: 10px;
}

.footer .row h4 {
	font-size: 14px;
	margin-bottom: 10px;
}

.footer .row li a {
	font-size: 12px;
	color: #626262;
	text-decoration: none;
	line-height: 25px;
}

.footer .row li a:visited {
	font-size: 12px;
	color: #626262;
	text-decoration: none;
}

.footer .row li a:hover {
	color: #40a2e5;
	font-size: 12px;
	text-decoration: none;
}

div.video {
	padding: 0px;
}

.VideoList,
.JbList {
	margin: 10px 0px 10px 15px;
	font-family: 'microsoft yahei';
}

.VideoList li {
	display: block;
	float: left;
	width: 240px;
	padding: 10px;
	margin-right: 10px;
	margin-bottom: 20px;
	list-style: none;
	border: 1px solid #BBB;
}

.VideoList img {
	width: 220px;
}

.VideoList a span {
	display: block;
	padding: 5px;
	width: 220px;
	height: 20px;
	overflow: hidden;
}

.col-xs-2-0 {
	width: 13.5%;
}

.JbList li {
	width: 220px;
	height: 54px;
	margin-bottom: 7px
}

.JbList li a {
	display: block;
	padding-left: 40px;
	color: #fff;
	text-decoration: none;
	font-size: 24px;
	line-height: 40px;
	margin-right: 10px;
	margin-bottom: 20px;
	list-style: none;
}

.JbList img {
	display: block;
	float: left;
	margin-left: 1px;
	margin-top: 5px;
}

.jbpts {
	font-family: 'microsoft yahei';
	margin: 10px 0px 10px 15px;
}

.jbpts p {
	font-size: 16px;
}

.formbox {
	background: #FBFAF8;
	padding: 15px;
	border: 1px solid #eeeeee;
	margin: 10px;
	width: 750px;
}

.formbox .tg3 {
	border-bottom: 1px dashed #d0d0d0;
	font-size: 14px;
	font-weight: bold;
	height: 38px;
	line-height: 36px;
}

.formlist td,
.formlist th {
	padding: 7px 7px 3px;
}

.formlist th {
	text-align: right;
}

.formlist input.buttonface1,
.formlist input.buttonface2,
.formlist input.buttonface {
	display: block;
	border: none;
	height: 33px;
	line-height: 33px;
	padding: 0px 28px;
	background: #3ea5df;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}

.formlist input.buttonface:hover,
.formlist input.buttonface1:hover,
.formlist input.buttonface2:hover {
	cursor: pointer;
	background: #fccb00;
}

.formlist input.infoInput {
	background: #fff;
	border: 1px solid #d6d6d6;
	padding: 5px;
	width: 200px;
}

.formlist input.infoInput:hover {
	background: #fff;
	border: 1px solid #d6d6d6;
	padding: 5px;
}

.formlist textarea {
	width: 200px;
	padding: 5px;
	height: 120px;
	background: #fff;
	border: 1px solid #d6d6d6;
}

.fError {
	text-align: left;
	cursor: pointer;
	width: 95%;
	margin-bottom: 5px;
}

.fError .fErrorContent {
	position: relative;
	width: 100%;
	min-width: 120px;
	padding: 4px 10px;
	border: 2px solid #ddd;
	border-radius: 6px;
	background-color: #ee0101;
	box-shadow: 0 0 6px #000;
	color: #fff;
	font: 12px/18px "\5b8b\4f53", Tahoma;
}

.btn-zi {
	color: #fff;
	background-color: #7c05ff;
	border-color: #7c05ff;
}

.btn-zi:hover {
	color: #fff;
	background-color: #6505ff;
	border-color: #6505ff;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

/* 底部样式 */
.footerInfo{
	margin: auto;
	height: 45px;
	line-height: 45px;
	background: #4c4c4c;
	text-align: center;
	color: #fff;
	
}
.footerBar{
	margin: auto;
	margin-top: 10px;
	height: 250px;
	background: url(../img/jj_img2.jpg)no-repeat;
	background-size: 100% 100%;
}
.aboutLinkBar{
	width: 750px;
	height: 55px;
	margin: auto;
	line-height: 55px;
	margin-top: 15px;
	clear: both;
	/* background: #000; */
}
.linkTit{
	width: auto;
	height: 100%;
	color: #fff;
	/* margin-left: 15px; */
	float: left;
}
.linkList{
	width: 183px;
	height: 40px;
	margin-left: 15px;
	float: left;
}
.linkList img{
	width: 100%;
	height: 100%;
	
}
.ewm{
	width: 130px;
	height: 130px;
	margin: auto;
	/* margin-top: 20px; */
}
.ewm img{
	width: 100%;
	height: 100%;
}
.aboutLinkBar{
	min-height: 55px;
	margin: auto;
	line-height: 55px;
	margin-top: 15px;
	clear: both;
	width: 1050px;
	/* display: none; */
}
.linkTit{
	width: auto;
	height: 100%;
	color: #fff;
	/* margin-left: 15px; */
	float: left;
}
.linkList{
	width: 183px;
	height: 40px;
	margin-left: 15px;
	float: left;
	margin-bottom: 10px;
}
.linkList img{
	width: 100%;
	height: 100%;
}
.FooterList a{
	color: #fff;
}
.ewm{
	width: 130px;
	height: 130px;
	margin: auto;
	margin-top: 20px;
	margin-right: 60px;
}
.ewm img{
	width: 100%;
	height: 100%;
}


.webFooter{
	margin: auto;
	margin-top: 10px;
	min-height: 250px;
	background: url(../img/footbg.jpg)no-repeat;
	background-size: 100% 100%;
}
.FooterContent{
	width: 1050px;
	/* height: 100%; */
	margin: auto;
}
.FooterList{
	width: auto;
	height: 35px;
	line-height: 25px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 2px;
}
.footerLeft{
	float: left;
	width: 77%;
	/* display: none; */
}
.footerRight{
	float: right;

}	


/*-------分页---------*/
.pagination-content.number .pagination {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: none;
    margin: 20px 0 20px;
    display: flex;
}
.pagination-content.number .pagination li a,.pagination-content.number .pagination li span {
    border: 1px solid #f3ab07;
    display: inline-block;
    font-family: raleway;
    font-size: 14px;
    font-weight: 500;
    height: 27px;
    line-height: 24px;
    margin: 0 5px;
    width: 40px;
    padding: 0;
}

.pagination-content.number .pagination li.active span{ background-color:#f3ab07;color: #FFF}
.pagination-content.number .pagination li a i {font-size: 20px; line-height: 25px;}
.pagination-content.number .pagination li a:hover, .pagination-content.number .pagination li.current a {
    color: #FFF;
    background: #f3ab07;
}
.pagination-content.number .pagination li:first-child a, .pagination-content.number .pagination li:last-child a {
    box-shadow: 2px 0 20px rgba(34, 30, 31, 0.2);
    color: #333;
}
.pagination-content.number .pagination li:first-child a:hover, .pagination-content.number .pagination li:last-child a:hover {
    color: #2d3e50;
}
.product-area .pagination-content.number .pagination {margin: 80px 0 20px;}
/*-------分页---------*/

.box .bd .list .active a{
    color:#FFC800;
    font-size: 16px;
}
/*-------右侧飘窗---------*/
.fixedBar{
	position: fixed;
	top: 30%;
	right: 20px;
	width: 80px;
	font-family: cursive;
	background: url(../img/ts3.jpg) no-repeat;
	background-size: 100% 100%;
	height: 290px;
}
.bar_title{
	width: 80px;
	height: 40px;
	text-align: center;
	box-shadow: none;
	border-radius: 0px;
	margin-bottom: 0px;
	background: none;
	cursor: pointer;
	line-height: 40px;
	color: #FFF;
	font-size: 16px;
}
.fixedList{
	width: 80px;
	height: 80px;
	box-shadow: none;
	border-radius: 0;
	margin-bottom: 0;
	background: none;
	cursor: pointer;
	/* padding: 20px 0; */
}
.fixedBar .piao_rhsq{
	background-color: #5cb85c;
    border-color: #4cae4c;
}
.fixedBar .piao_chbm{
	background-color: #337ab7;
    border-color: #2e6da4;
}
.fixedBar .piao_zxpt{
	background-color: #5bc0de;
    border-color: #46b8da;
}
.fixedIcon{
	width: 30px;
	height: 30px;
	margin: auto;
	margin-top: 0;
	display: block;
}
.fixedIcon img{
	width: 25px;
    height: 25px;
    margin: auto;
    margin-left: 6px;
    margin-top: -3px;
}
.fixedText{
	width: auto;
	height: 20px;
	line-height: 20px;
	margin: auto;
	text-align: center;
	font-size: 16px;
	color: #fFF;
	display: block;
	
}
.fixedBar a{
	text-decoration:none;
	display:inline-block;
    width: 80px;
    height: 80px;
}
.fixedBar a:hover{
	font-weight: bold;
	color: #34ad68; 
	/* border: 1px solid #00a553; */
}
.container2{
     width: 100%;
     height: 80px;
 }
 
 .container2 .scroll_div {
     width: 100%;
     height: 80px;
     margin: 0 auto;
     overflow: hidden;
     white-space: nowrap;
     color: #a6a6a6;
 }
 .container2 .scroll_begin,
 .container2 .scroll_end {
     display: inline-block;
 }