html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body,
html,
div,
ul,
li,
p,
span,
a,
h1,
h2,
h3,
h4,
h5,
h6,
img {
	margin: 0;
	box-sizing: border-box;
	border: 0;
	outline: 0
}

body,
button,
input,
select,
textarea {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: "liga", "kern"
}

ul {
	margin: 0;
	list-style: none;
	padding: 0
}

li {
	display: list-item;
	text-align: -webkit-match-parent
}

a {
	color: #333;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	-webkit-user-select: none;
	-moz-user-focus: none;
	-moz-user-select: none;
}

a:hover {
	color: #009a94
}

img {
	max-width: 100%
}

.clearfix:after {
	clear: both
}

.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: ""
}

.container {
	width: 1200px;
	margin: 0 auto;
	cursor: default
}

*,
::after,
::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

button,
input {
	overflow: visible
}

button,
input,
optgroup,
select,
textarea {
	outline: none
}

.header {
	background-color: #fff
}

.header .topbar {
	line-height: 34px;
	background-color: #f5f5f5;
	font-size: 13px;
	color: #888;
	border-top: 2px solid #009a94
}

.header .topbar ul {
	float: right
}

.header .topbar li {
	float: left;
	color: #ddd
}

.header .topbar span,
.header .topbar li a {
	font-size: 13px
}

.header .topbar li.pipe {
	padding: 0 10px
}

.header .topbar li:last-child {
	margin-left: 10px
}

.header .topbar li:last-child a {
	background-color: #009a94;
	display: block;
	padding: 0 15px;
	font-weight: bold;
	color: white;
}

.header .logo {
	width: 18%;
	float: left;
	margin-top: 20px;
	text-align: left;
	overflow: hidden
}

.header .logo a {
	display: block;
	font-size: 0;
	height: 100%;
}

.header .logo img {
	vertical-align: middle;
	max-width: 100%;
	height: 100px;
	margin: 15px;
}

.header .text {
	width: 53%;
	color: #333;
	display: inline-block;
	margin: 20px;
	padding-left: 20px;
	border-left: 1px solid #adadad;
}

.header .text strong {
	display: block;
	font-size: 26px
}

.header .text span {
	color: #009a94
}

/* colockbox */

.countdown{
    position: relative;
    color: #333;
    margin-top: 45px;
    font-weight: bold;
    /* margin-left: 8px; */
  	 width: 25%;
    float: right;
}
.countdown-title{
	font-size: 20px;
    font-family: "Microsoft YaHei UI";
    color: rgb(51, 51, 51);
    display: block;
    text-align: center;
    font-weight: bold;
}
.colockbox {
  margin: 10px auto;
  /*! float:right;*/
}

.colockbox b {
  float: left;
  display: block;
  color: #333;
  margin: 0 5px 0 0;
  text-align: center;
  font-size: 14px;
}

.colockbox span {
  display: inline-block;
  width: 48px;
  height: 58px;
  line-height: 58px;
  font-size: 29px;
  text-align: center;
  color: #ffffff;
  background: #36b223;
  border-radius: 5px;
  border-bottom: 3px solid #1c7b0e;
  margin-right: 5px;
}

.colock_txt span {
  float: left;
  display: block;
  width: 58px;
  height: 20px;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  color: #333;
  margin: 0 17px 0 0;
}

.navbar {
	border-bottom: 4px solid #02018b;
}

#monavbar>li {
	position: relative;
	float: left;
	min-width: 8%;
	line-height: 60px;
	text-align: center;
	vertical-align: middle
}

/* page_fast_nav----------------------------start */
.page_fast_nav {
background: linear-gradient(127deg, #9b05fd, #2c12bf);

}
.page_fast_nav .btns-group {
    width: 100%;
    text-align: center;
	padding: 30px 0px;
}
.page_fast_nav .list {
  display: flex;
  align-items: center;
}

.page_fast_nav .item {
  padding: 0 15px;
  width: 33.333%;
}

.page_fast_nav .item a {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 12px 12px 12px 24px;
  border-radius: 8px;
  box-shadow: 0px 0px 38px rgba(0, 69, 138, .4);
  transition: transform .2s;
}

.page_fast_nav .item:nth-child(1) a {
  background: #1976d3;
}

.page_fast_nav .item:nth-child(2) a {
  background: #4753dd;
}

.page_fast_nav .item:nth-child(3) a {
  background: #29aae3;
}

.page_fast_nav .item a:hover {
  transform: translateY(-10px);
}

.page_fast_nav .item i {
  font-size: 100px;
}

.page_fast_nav .item:nth-child(1) a i {
  color: #0150a0;
}

.page_fast_nav .item:nth-child(2) a i {
  color: #2733bc;
}

.page_fast_nav .item:nth-child(3) a i {
  color: #007eb5;
}

.page_fast_nav .item h4 {
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-left: 20px;
}

.page_fast_nav .item h4 em {
  font-size: 28px;
  margin-bottom: 14px;
  letter-spacing: 4px;
}

.page_fast_nav .item h4 span {
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 1px;
}

.page_fast_nav .item label {
  margin-left: auto;
  font-size: 50px;
  align-self: start;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .page_fast_nav {
    margin-top: 12px;
  }

  .page_fast_nav .list {
    justify-content: space-between;
    margin: 0;
  }

  .page_fast_nav .item {
    padding: 0;
    width: 32%;
  }

  .page_fast_nav .item a {
    padding: 8px;
    display: block;
  }

  .page_fast_nav .item h4 {
    margin: 0;
    text-align: center;
  }

  .page_fast_nav .item h4 em {
    font-size: 18px;
  }

  .page_fast_nav .item i {
    font-size: 64px;
    display: block;
    text-align: center;
  }

  .page_fast_nav .item h4 span {
    font-size: 12px;
    letter-spacing: 0;
  }

  .page_fast_nav .item label {
    text-align: center;
    display: block;
    font-size: 30px;
    margin-top: 4px;
  }


}

/* page_fast_nav----------------------------end */
/* guanyuzhanhui */
body .expo_intro {
    background: url(../images/about-bg.png) repeat left top #8e9faf;
    background-size: 100% 530px;
    padding: 100px 0;
}

@media (max-width: 1260px) {
    body .expo_intro {
        padding-top: 60px;
    }
}

@media (max-width: 767px) {
    body .expo_intro {
        padding-top: 30px;
    }
}

body .sy_two {
    width: 100%;
    border-radius: 5px;
    -moz-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    padding: 40px 60px;
    margin-bottom: 20px;
    background-color: #f7f7f7;
}

@media (max-width: 1260px) {
    body .sy_two {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    body .sy_two {
        padding: 15px;
        margin-bottom: 20px;
    }
}

body .sy_two .topInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 1260px) {
    body .sy_two .topInfo {
        align-items: flex-start;
    }
}

@media (max-width: 767px) {
    body .sy_two .topInfo {
        flex-wrap: wrap;
    }
}

body .sy_two .left_info {
    width: 55%;
}

@media (max-width: 767px) {
    body .sy_two .left_info {
        width: 100%;
    }
}

body .sy_two .left_info .tit {
    background: url(../image/b_08.png) no-repeat left bottom;
    background-size: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 30px;
}

@media (max-width: 1260px) {
    body .sy_two .left_info .tit {
        line-height: 26px;
    }
}

@media (max-width: 767px) {
    body .sy_two .left_info .tit {
        line-height: 26px;
    }
}

body .sy_two .left_info .tit .left {
    font-size: 24px;
    padding-bottom: 30px;
    font-weight: bold;
}

@media (max-width: 1260px) {
    body .sy_two .left_info .tit .left {
        font-size: 20px;
        padding-bottom: 20px;
    }
}

body .sy_two .left_info .tit .aRight {
    background: url(../image/b_09.png) no-repeat right center;
    background-size: 20px;
    padding-right: 28px;
    color: #2F6EE2;
    font-size: 15px;
    margin-right: 0;
    font-weight: bold;
}

    body .sy_two .left_info .tit .aRight:hover {
        padding-right: 38px;
        margin-right: -10px;
    }

@media (max-width: 1260px) {
    body .sy_two .left_info .tit .aRight {
        font-size: 14px;
        background-size: 16px;
        padding-right: 20px;
    }

        body .sy_two .left_info .tit .aRight:hover {
            padding-right: 32px;
            margin-right: -7px;
        }
}

body .sy_two .left_info .desc {
    font-size: 16px;
    padding: 20px;
    line-height: 30px;
}

@media (max-width: 1260px) {
    body .sy_two .left_info .desc {
        padding: 20px 0;
        font-size: 14px;
        line-height: 26px;
    }
}

body .sy_two .left_info .bottom {
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1260px) {
    body .sy_two .left_info .bottom {
        width: 140%;
    }
}

@media (max-width: 767px) {
    body .sy_two .left_info .bottom {
        flex-wrap: wrap;
        width: 100%;
    }
}

body .sy_two .left_info .bottom .aBtn {
    width: 47.5%;
    line-height: 50px;
    border: 1px solid #2A2AA4;
    margin-bottom: 5px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #2A2AA4;
}

body .sy_two2 .left_info .bottom .aBtn {
    width: 31.5%;
    line-height: 44px;
    font-size: 15px;
    margin-right: 1.5%;
}

body .sy_two2 .left_info .bottom {
    justify-content: flex-start;
}

body .sy_two .left_info .bottom .aBtn:hover {
    background: #fff;
    border: 1px solid #2A2AA4;
    color: #000;
}

body .sy_two .left_info .bottom .aBtn:nth-child(2n) {
    background: #2F6EE2;
    color: #fff;
    border: 1px solid #2F6EE2;
}

    body .sy_two .left_info .bottom .aBtn:nth-child(2n):hover {
        background: none;
        color: #2F6EE2;
    }

@media (max-width: 1260px) {
    body .sy_two .left_info .bottom .aBtn {
        font-size: 15px;
        line-height: 46px;
    }
}

@media (max-width: 767px) {
.sy_two .left_info .bottom .aBtn {
        width: 100%;
        margin-bottom: 10px;
        font-size: 15px;
    }
}

.sy_two .right_video {
    width: 45%;
}

.sy_two .right_video img {
        width: 100%;
        display: block;
    }

@media (max-width: 1260px) {
.sy_two .right_video {
        padding-top: 75px;
    }
}

@media (max-width: 767px) {
.sy_two .right_video {
        padding-top: 10px;
        width: 100%;
    }
}

.sy_two .right_video .shiping {
    width: 100%;
    object-fit: cover;
}

.sy_two .num_list {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 20px;
}

@media (max-width: 1260px) {
.sy_two .num_list {
        padding-top: 50px;
    }
}

@media (max-width: 767px) {
.sy_two .num_list {
        padding-top: 30px;
        flex-wrap: wrap;
        padding-bottom: 0px;
    }
}

.sy_two .num_list li {
    width: 50%;
    background: url(../image/b_05.png) no-repeat right center;
    background-size: 1px 100%;
    text-align: center;
    color: #333;
    margin-bottom: 10px;
}

.sy_two .num_list li:last-child {
        background: none;
    }

@media (max-width: 767px) {
.sy_two .num_list li {
        margin-bottom: 30px;
    }

.sy_two .num_list li:nth-child(2n) {
            background: none;
        }
}

.sy_two .num_list h2 {
    font-size: 40px;
    line-height: 40px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #2A2AA4;
}

@media (max-width: 1260px) {
    body .sy_two .num_list h2 {
        font-size: 28px;
    }
}

@media (max-width: 1260px) {
    body .sy_two .num_list h2 {
        font-size: 24px;
    }
}

body .sy_two .num_list h2 i {
    font-style: normal;
    font-size: 24px;
    line-height: 28px;
    height: 40px;
    padding-left: 5px;
}

@media (max-width: 1260px) {
    body .sy_two .num_list h2 i {
        font-size: 20px;
        padding-left: 0;
    }
}

body .sy_two .num_list p {
    font-size: 20px;
    line-height: 20px;
    padding-top: 15px;
    opacity: 0.9;
}

@media (max-width: 1260px) {
    body .sy_two .num_list p {
        font-size: 16px;
        padding-top: 5px;
    }
}

@media (max-width: 767px) {
    body .sy_two .num_list p {
        font-size: 15px;
    }
}

body .sy_two .tishi {
    font-size: 12px;
    line-height: 20px;
    padding-bottom: 10px;
}

@media (max-width: 1260px) {
    body .sy_two .tishi {
        padding-bottom: 0px;
    }
}


body .sy_three {
    padding-bottom: 30px;
}

@media (max-width: 1260px) {
    body .sy_three {
        padding-bottom: 20px;
    }
}

@media (max-width: 767px) {
    body .sy_three {
        padding-bottom: 0px;
    }
}

body .sy_three .title {
    line-height: 120px;
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 4px;
}

@media (max-width: 1260px) {
    body .sy_three .title {
        line-height: 90px;
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    body .sy_three .title {
        line-height: 70px;
        font-size: 24px;
    }
}

body .sy_three .list {
    padding: 20px 0;
    justify-content: space-between;
    display: flex;
}

@media (max-width: 767px) {
    body .sy_three .list {
        padding: 10px 0;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
}

body .sy_three .list .li {
    width: 20%;
    text-align: center;
    color: #000;
}

    body .sy_three .list .li:hover {
        color: #2A2AA4;
    }

        body .sy_three .list .li:hover .img {
            -webkit-transform: scale(1.3);
            -moz-transform: scale(1.3);
            transform: scale(1.3);
        }

@media (max-width: 767px) {
    body .sy_three .list .li {
        padding-bottom: 20px;
    }
}

body .sy_three .list .img {
    height: 110px;
    transition: 0.5s;
}

@media (max-width: 1260px) {
    body .sy_three .list .img {
        height: 52px;
    }
}

@media (max-width: 767px) {
    body .sy_three .list .img {
        height: 46px;
    }
}

body .sy_three .list p {
    padding-top: 25px;
    font-size: 16px;
    line-height: 25px;
	margin: 0px 20px;
	background-image: url(../images/proname-bg.png);
}

@media (max-width: 1260px) {
    body .sy_three .list p {
        padding-top: 15px;
        font-size: 14px;
        line-height: 22px;
		
    }
}

@media (max-width: 767px) {
    body .sy_three .list p {
        font-size: 13px;
        line-height: 20px;
    }
}

/* guanyuzhanhang */



li.current-menu-item {
	_background: #007D78
}

#monavbar>li a {
	display: block;
	font-size: 16px;
	color: #02018b
}

#monavbar>li>a:hover {
	background: #5a1fe9;
	color: #fff;
}

#monavbar>li.current-menu-item>a:before,
#monavbar>li>a:hover:before,
#monavbar>li:last-child>a:before {
	content: ""
}

ul#monavbar ul {
	width: 100%;
	position: absolute;
	top: 75px;
	left: 0;
	background: rgba(0, 0, 0, .8);
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s
}

ul#monavbar ul li {
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 15px
}

ul#monavbar>li:hover>ul {
	top: 61px;
	opacity: 1;
	visibility: visible;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    background-color: #fff;
}

ul#monavbar ul li:hover {
	background: #009a94
}

.menu-btn {
	display: none;
	margin: 29px 0 0 15px;
	float: right;
}

.menu-btn:before,
.menu-btn:after,
.menu-btn span {
	display: block;
	height: 2px;
	background-color: #009a94;
	content: ''
}

.menu-btn:before {
	width: 30px
}

.menu-btn:after {
	width: 24px;
	margin-left: 6px
}

.menu-btn span {
	width: 18px;
	margin: 8px 15px 8px 12px
}

/*#slider .swiper-slide {height:600px}*/
#slider {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

#slider .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%
}

#slider .swiper-pagination-bullet {
	width: 44px;
	border-radius: 5px;
	background-color: #fff;
	opacity: 1
}

#slider .swiper-pagination-bullet-active {
	background: #007aff
}

#slider .swiper-pagination {
	bottom: 25px
}

.s-main {
	height: 68px;
	background-color: #f5f5f5
}

.s-main .s-hot {
	float: left;
	line-height: 68px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.s-main .s-hot a {
	font-size: 14px;
	margin-right: 15px
}

.s-main .s-hot span {
	color: #999
}

.s-main .s-form {
	float: right;
	line-height: 68px;
	margin: 13px 0
}

.s-main .s-form input {
	display: block;
	float: left;
	font-size: 14px;
	border: 1px solid #e6e6e6;
	padding: 0 0 0 15px;
	line-height: 40px;
	width: 225px
}

.s-main .s-form button {
	border: 0;
	padding: 0;
	float: left;
	cursor: pointer;
	outline: none;
	width: 100px;
	height: 42px;
	background: #009a94;
	color: #fff
}

.index-tit h2 {
	font-size: 26px;
	color: #333;
	text-align: left;
	height: 33px;
	line-height: 33px;
	margin-bottom: 35px
}

.index-tit i {
	display: block;
	width: 29px;
	height: 1px;
	margin: 0 auto 30px;
	background: url(../images/wrap.png) center center no-repeat
}

.index-tit p {
	font-size: 16px;
	color: #666;
	margin: 20px auto 0;
	max-width: 700px;
	padding: 0 20px
}

.index-tit+.product-list {
	margin-top: -20px
}

.product {
	padding: 60px 0;
}

.product-list .on.product-item {
	display: block
}

.product-list ul {
	margin: 0px -15px;
	overflow: hidden
}

.product-list ul li,
.right-list ul li {
	position: relative;
	float: left;
	width: 25%;
	border-radius: 5px;
	cursor: pointer;
	overflow: hidden
}

.product-list ul li a,
.right-list ul li a {
	display: block;
	margin: 15px;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	outline: 0;
	overflow: hidden;
	transition: all .2s linear
}

.relative {
	position: relative
}

.product-list .pro-img {
	overflow: hidden;
}

.product-list .pro-info {
	padding: 15px;
	text-align: left;
	color: #fff;
	background-image: url(../images/proname-bg.png);
	background-repeat: no-repeat;
	background-position: center;
}

.product-list ul li a h3,
.right-list ul li a h3 {
	font-weight: normal;
	padding: 0 10px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	height: 21px;
	overflow: hidden;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s
}

.right-list ul li a h3 {
	color: #333;
}

.product-list ul li:hover h3 {
	color: #fff;
}

.product-list ul li a img,
.right-list ul li a img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s
}

.product-list ul li:hover img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2)
}

.More {
	margin: 0 auto 50px;
	clear: both;
	width: 163px;
	height: 50px
}

.More a {
	border: 1px solid #333;
	display: block;
	width: 163px;
	height: 50px;
	line-height: 50px;
	text-align: center
}

.about {
	padding: 60px 0 64px;
	background-color: #009a94;
}

.about .index-tit {
	margin-top: 0
}

.about .index-tit h2,
.about .index-tit p {
	color: #fff
}

.about-list ul {
	margin: 0 -20px;
	overflow: hidden;
	display: block
}

.about-list ul li {
	float: left;
	width: 33.3333333%
}

.about-list ul li a {
	position: relative;
	display: block;
	margin: 0 20px;
	background: #fff;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	outline: 0;
	overflow: hidden
}

.about-list ul li a:after {
	display: block;
	content: "";
	height: 100%;
	width: 100%;
	background-color: rgba(159, 6, 6, 0.7);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	opacity: 0;
	transition: opacity 0.3s ease-out
}

.about-list ul li a:hover:after {
	opacity: 1
}

.about-list ul li a p {
	display: block;
	font-size: 30px;
	height: 40px;
	text-align: center;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -20px;
	z-index: 3;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0);
	transform: translate(-50%, 0);
	transition: border-bottom 0.3s ease-out;
	-webkit-transition: width 1s linear
}

.about-list ul li a p:after {
	content: ' ';
	width: 0;
	height: 2px;
	background-color: #fff;
	bottom: -2px;
	left: 0;
	position: absolute;
	opacity: 0;
	-webkit-transition: all 0.2s linear
}

.about-list ul li a:hover p:after {
	opacity: 1;
	left: 0;
	width: 100%
}

.about-list ul li img {
	display: block;
	box-shadow: 0 0 5px #56575d
}

.case {
	padding: 60px 0;
}

.contact-pic {
	margin-top: 40px
}

.news {
	padding: 60px 0;
}

.news-item {
	float: left;
	width: 50%
}

.news-list .news-item:nth-child(odd) {
	padding-right: 20px
}

.news-list .news-item:nth-child(even) {
	padding-left: 20px
}

.news-head {
	border-bottom: 1px solid #f5f5f5;
	padding-bottom: 20px;
	overflow: hidden;
	margin-bottom: 20px;
	position: relative;
	box-sizing: unset
}

.news-head h3 {
	font-size: 20px
}

.news-head a.more {
	color: #5f6464;
	position: absolute;
	right: 0;
	bottom: 20px;
	font-size: 12px;
}

.news-item ul li {
	margin-bottom: 30px
}

.news-item ul li a .news-images {
	float: left;
	width: 150px;
	margin-right: 20px;
	overflow: hidden;
}

.news-item ul li a .news-images img {
	display: block;
	width: 100%;
	height: 100px;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s
}

.news-item ul li:hover img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2)
}

.text {
	overflow: hidden
}

.text h3,
.text h3 a {
	display: block;
	font-size: 16px;
	font-weight: 800;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	margin-bottom: 5px;
	line-height: 1.75
}

.text h3 b {
	display: inline;
	font-size: 16px
}

.text h3 span {
	font-size: 12px;
	display: inline-block;
	padding: 1px 5px;
	color: #fff;
	background-color: #009a94;
	border-radius: 3px;
	margin-right: 10px
}

.text p {
	font-size: 14px;
	color: #666;
	line-height: 24px
}

.news-item .text p {
	height: 48px;
}

.contact {
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 50px 0;
	text-align: center
}

.contact h3 {
	font-size: 30px;
	color: #fff;
	margin-bottom: 20px;
	font-weight: normal;
	letter-spacing: 2px
}

.contact p {
	color: #fff;
	font-size: 14px;
	margin-bottom: 20px
}

a.btn-more {
	color: #FFF !important;
	padding: 10px 20px;
	background-color: #1e52d8;
	border-radius: 2px;
	display: inline-block
}

a.btn-more:hover {
	background-color: #ED4040;
	color: #FFF
}

.inside {
	background: #f5f5f5;
	padding-bottom: 24px
}

.inside .s-main {
	background: #fff
}

.inside-box {
	margin-top: 24px
}

.inside-right {
	float: right;
	width: 78%;
	background: #fff
}

.right-content {
	padding: 10px 15px;
	border: 1px solid #e9e9e9
}

.entry-meta {
	overflow: hidden;
	margin: 0 15px 10px;
	padding: 20px 0 15px;
	border-bottom: 1px solid #eee
}

.entry-meta h1,
.entry-meta h2 {
	float: left;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
	color: #009a94;
	border-left: 3px solid #009a94;
	padding-left: 10px;
	max-width: 45%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.crumbs {
	float: right;
	max-width: 45%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.crumbs,
.crumbs a,
.crumbs span {
	font-size: 12px;
	color: #999
}

.inside-right .product-list ul,
.right-list ul {
	margin: -5px 0 0
}

.inside-right .product-list ul li,
.right-list ul li {
	width: 33.33333333%
}

/* .inside-right .product-list ul li a img {height:271px;} */
.right-list ul li a img {
	height: 210px;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
}

.right-list ul li .pro-img {
	margin-bottom: 5px;
	overflow: hidden;
}

.right-list ul li:hover img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
}

.right-list ul li:hover h3 {
	text-decoration: underline;
	color: #009a94;
}

.inside-left {
	float: left;
	width: 20%;
	margin-right: 2%
}

.inside-right .news-list {
	padding: 0 15px;
	margin: 30px 0 0;
	overflow: hidden
}

.inside-right .news-list ul li {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #ddd
}

.inside-right .news-list ul li:nth-last-child(1) {
	margin-bottom: 15px
}

.news-image {
	float: left;
	padding-right: 20px;
	width: 27%;
	overflow: hidden;
}

.news-image a {
	display: block;
	overflow: hidden;
}

.news-image img {
	width: 100%;
	height: 162px;
	border-radius: 5px;
	webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	object-fit: contain;
}

.inside-right .news-list ul li:hover img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
}

.inside-right .text {
	width: 73%
}

.inside-right .text p {
	margin: 10px 0
}

.inside-right .text h3 a {
	margin: 0
}

.news-meta span {
	font-size: 12px;
	color: #888;
	margin-right: 10px
}

.content {
	padding: 15px
}

.product-img {
	float: left;
	width: 42%;
	padding: 15px;
	border: 1px solid #e9e9e9
}

.product-img img {
	width: 100%;
	height: 335px;
	display: block;
	object-fit: contain;
}

.product-info {
	margin-left: 382px
}

.product-info h1 {
	font-size: 18px;
	color: #333;
	letter-spacing: 0.5px;
	line-height: 25px;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #bbbbbb
}

.product-info p {
	font-size: 13px;
	color: #999;
	line-height: 21px
}

.product-contact {
	padding: 6px 15px;
	overflow: hidden;
	zoom: 1;
	background: #f3f3f3;
	font-size: 14px;
	margin-top: 15px
}

.product-contact p {
	padding: 5px 0 10px;
	font-weight: bold;
	color: #666
}

.product-contact p span {
	font-size: 24px;
	font-weight: normal;
	color: #ED4040
}

.product-contact a {
	width: 120px;
	height: 40px;
	border-radius: 3px;
	background: #009a94;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	display: block;
	margin: 10px 0
}

.product-contact a:hover {
	background: #ED4040;
}

.product-main {
	margin-top: 22px
}

.product-entry {
	border-bottom: 1px solid #009a94;
	height: 18px;
	margin-bottom: 36px
}

.product-entry h3 {
	position: relative;
	z-index: 10;
	float: left;
	padding: 6px 36px;
	color: #009a94;
	border: 1px solid #009a94;
	font-size: 15px;
	background: #fff
}

.entry-content {
	margin-bottom: 30px
}

.entry-content,
.entry-content p {
	font-size: 15px;
	color: #333333;
	line-height: 26px;
	margin-bottom: 12px
}

.entry-content p {
	letter-spacing: .2px;
}

.entry-content img {
	height: auto !important;
	display: block;
	margin: 0 auto;
}

.entry-content blockquote {
	padding: 15px;
	background-color: #faebbc;
	margin: 5px 0 12px;
	border-radius: 5px;
	border-left: 5px solid #e1cc89;
	border-right: 5px solid #e1cc89;
}

.entry-content a {
	color: #009a94;
}

.entry-content blockquote p {
	margin: 0;
}

.entry-content a:hover {
	text-decoration: underline;
}

.entry-content {
	margin-bottom: 8px;
}

.single-info {
	color: #999;
	overflow: hidden
}

.article-tags {
	margin-bottom: 12px;
}

.article-tags a {
	display: inline-block;
	padding: 0 15px;
	background-color: #f1f1f1;
	color: #888;
	margin-left: 10px;
	line-height: 30px
}

.article-tags a:hover {
	background-color: #009a94;
	color: #fff
}

.article-right {
	text-align: right
}

.pre-next {
	border-top: 1px dashed #ddd;
	margin-top: 8px;
	padding-top: 20px;
}

.pre-next div {
	float: left;
	width: 50%;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.article-related {
	padding: 0 15px
}

.related-box h3,
.comments h3,
.form-box h3 {
	font-size: 15px;
	border-bottom: 1px dashed #ddd;
	color: #009a94;
	line-height: 46px;
	margin-bottom: 20px;
	padding-bottom: 0
}

.form-box h3 {
	padding-top: 10px;
}

.related-list ul {
	margin: 0 -10px
}

.related-list li {
	float: left;
	width: 33.33334%;
	padding: 0 10px
}

.related-list ul img {
	display: block;
	height: 228px;
	width: 100%;
	webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	object-fit: contain;
}

.related-list li .pro-img {
	overflow: hidden;
}

.related-list ul li:hover img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
}

.related-list ul p {
	line-height: 26px;
	height: 26px;
	overflow: hidden;
	text-align: center;
	padding: 0 15px;
	margin: 10px 0 15px
}

.related-list ul li:hover p {
	text-decoration: underline;
}

.news-title {
	font-size: 22px;
	line-height: 33px;
	font-weight: normal;
	text-align: center;
	margin: 5px 0 15px;
	color: #4d4d4d
}

.news-mark {
	text-align: center;
	margin-bottom: 30px
}

.news-mark span,
.news-mark a {
	margin: 0 10px;
	color: #999
}

.news-related li {
	float: left;
	margin: 2px auto 12px;
	padding-right: 5%;
	width: 45%;
	background: url(../images/icon.gif) no-repeat 0 center;
	background-size: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	list-style: gurmukhi
}

.news-related li a {
	padding-left: 15px;
	color: #4d4d4d
}

.news-related li a:hover {
	color: #009a94;
}

/* 主题专区 */
.sy_three ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.sy_three ul li:nth-child(n+9) {
    display: none
}

.sy_three ul li {
  margin-top: 20px;
    background-image: url(../images/zlfw-fl-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    border-radius: 10px;
    min-height: 200px;
    padding-top: 20px;
    padding-left: 10px;
    /* position: relative; */
    flex-basis: calc(25% - 20px);
    overflow: hidden;
    position: relative;
}

.sy_three ul li:nth-child(6):before,.sy_three ul li:nth-child(8):before {
content: "全新主题";
    color: #FFFFFF;
    background-color: #bb2529;
    white-space: nowrap;
    display: inline-block;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 50px;
    z-index: 50;
    font-size: 12px;
}

.sy_three ul li strong {
    font-size: 18px;
    color: #252b3a;
    display: block;
    white-space: nowrap;
    padding-bottom: .05rem
}

.sy_three ul li strong:after {
content: "";
    background-color: #f2ca3f;
    display: block;
    height: 2px;
    width: 30px;
    margin-top: 5px;
}

.sy_three ul li .con {
    width: 100%;
    display: flex
}

.sy_three ul li .con .more {
background-color: #f2ca3f;
    height: 18px;
    width: 18px;
    margin-top: 13px;
    border-radius: 50%;
    position: relative;
    transition: .2s;
    position: absolute;
    left: 0;
    bottom: -22px;
}

.sy_three ul li:hover .con .more {
    margin-top: .12rem
}

.sy_three ul li .con .more:after {
    content: "";
    display: block;
    height: 6px;
    width: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/Bbtn-arrow-black.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100%;
    transform: translate(-50%,-50%)
}

.sy_three ul li .con .fl {
    padding-top: 10px;
    clear: both;
    float: none;
    max-height: 150px;
    position: relative;
    width: 50%
}

.sy_three ul li .con .fl .xfl {
    overflow: hidden;
    max-height: 100px;
    color: #575d6c
}

.sy_three ul li .con .fl span {
    white-space: nowrap;
    margin-top: 5px;
    margin-right: .1rem;
    display: inline-block;
    color: #575d6c
}

.sy_three ul li .con .pic {
    height: 150px
}

.sy_three ul li .con img {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 150px;
    width: auto
}


/* 媒体中心 */
.media {
	padding: 60px 0;
}



#comment {
	margin-bottom: 20px
}

.comments h3 {
	margin: 0 15px 5px
}

.comment-txt>.form-box h3 {
	margin: 0 0 20px
}

.comment-list {
	width: 100%;
	margin: 0;
	text-align: left;
	list-style-position: outside;
	table-layout: fixed;
	word-wrap: break-word;
	border: 0;
	border-radius: 3px
}

.comment-msg {
	padding: 15px 15px 0;
	margin: 0;
	font-weight: normal;
	font-size: 1em
}

.comment-list>.comment-msg>div {
	padding-bottom: 15px
}

img.avatar {
	width: 45px;
	height: 45px;
	float: left;
	border-radius: 50px
}

.comment-content {
	margin: 0 0 0 55px
}

.comment-user,
.comment-meta {
	margin-bottom: 5px
}

.comment-user a {
	font-size: 1em;
	color: #333
}

ul.comment-list ul.comment-list {
	padding: 0;
	margin: 0;
	border: none;
	background: #f9f9f9;
	border-radius: 5px
}

.comment-meta,
.comment-date,
.comment-reply,
.comment-meta a {
	color: #999;
	font-size: 12px;
	font-weight: 300
}

.comment-txt>.form-box,
ul.comment-list .comment-txt>ul.comment-list {
	margin: 15px -55px -15px;
	box-sizing: unset;
	padding: 0 55px 0 0
}

.comment-txt>.form-box {
	padding-bottom: 20px;
}

ul.comment-list .comment-txt>ul.comment-list>.comment-msg {
	padding: 15px
}

.comment-txt>ul.comment-list>li.comment-msg>div {
	padding-bottom: 0
}

.comment-post {
	color: #5c5c5c;
	font-weight: normal;
	line-height: 22px
}

.form-box {
	padding: 0 15px
}

ul.form-list>li {
	width: 50%;
	float: left;
	margin-bottom: 10px
}

ul.form-list>li>div {
	border: 1px solid #eee;
	border-radius: 3px;
	position: relative
}

ul.form-list>li:nth-child(even) div {
	margin-left: 5px
}

ul.form-list>li:nth-child(odd) div {
	margin-right: 5px
}

ul.form-list input {
	padding: 10px;
	height: 35px;
	line-height: 35px;
	width: 100%;
	color: #B3B3B3;
	border: 0;
	box-sizing: border-box
}

.form-txt textarea {
	resize: none;
	width: 100%;
	height: 130px;
	border-radius: 3px;
	line-height: 180%;
	border: 1px solid #eee;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.form-btn {
	margin-top: 10px
}

.form-btn button,
#cancel-reply {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	width: 96px;
	text-align: center;
	border: none;
	color: #FFF;
	background-color: #009a94;
	border-radius: 2px;
	cursor: pointer;
	font-size: 14px
}

#cancel-reply {
	background-color: #d9d9d9;
	vertical-align: 0
}

.no-comment {
	width: 100%;
	margin: 15px 0 15px 0;
	text-align: left;
	list-style-position: outside;
	table-layout: fixed;
	word-wrap: break-word;
	border-radius: 3px
}

.no-comment p {
	text-align: center;
	padding: 15px 15px 0;
	margin: 0;
	font-weight: normal;
	font-size: 1em;
	color: #888
}

.verifyimg {
	position: absolute;
	right: 0px;
	height: 37px;
	top: -1px;
}

.widget {
	background: #fff;
	margin-bottom: 24px;
	border: 1px solid #f1f0f0;
	border-radius: 3px
}

.widget-title h3 {
	font-size: 15px;
	font-weight: normal;
	background: #009a94;
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	padding: 0 20px;
	color: #fff;
	border-radius: 3px 3px 0 0
}

.widget-categoryBox .widget-title h3 {
	font-size: 18px;
	height: 75px;
	line-height: 75px
}

.widget-categoryList {
	padding: 10px 0
}

.category-item {
	height: 32px;
	line-height: 32px;
	padding: 0 13px;
	overflow: hidden
}

.category-item a {
	font-size: 14px;
	color: #666;
	display: block;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 6px;
	background-origin: border-box
}

.current-category-item a {
	color: #009a94;
}

.widget-content {
	padding: 12px 0
}

.widget-content li {
	line-height: 28px;
	height: 28px;
	overflow: hidden;
	padding: 0 13px
}

.widget-hot .widget-content li {
	height: auto;
	padding: 5px 13px
}

.widget-content li a {
	font-size: 14px;
	color: #666
}

.widget-content li a:hover {
	color: #009a94;
	text-decoration: underline;
}

.widget-hot .widget-content li a {
	font-size: 0;
	display: block
}

.widget-hot .widget-content li .pro-img {
	overflow: hidden;
}

.widget-hot .widget-content li img {
	height: 180px;
	width: 100%;
	display: block;
	webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	transition: all 0.5s ease-out 0s;
	object-fit: contain;
}

.widget-hot .widget-content li:hover img {
	transform: scale(1.2, 1.2);
	-webkit-transform: scale(1.2, 1.2);
	-moz-transform: scale(1.2, 1.2);
	-o-transform: scale(1.2, 1.2);
	-ms-transform: scale(1.2, 1.2);
}

.widget-hot .widget-content li p {
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	overflow: hidden;
	text-align: center;
	margin-top: 5px;
	color: #333
}

.category-item a:hover,
.widget-hot .widget-content li:hover p {
	color: #009a94;
}

.widget_tags .widget-content {
	padding: 12px;
	overflow: hidden
}

.widget_tags a {
	display: block;
	height: 34px;
	line-height: 34px;
	border-radius: 3px;
	background: #f5f5f5;
	width: 47.67%;
	float: left;
	text-align: center;
	margin: 5px 0;
	padding: 0 10px;
	overflow: hidden
}

.widget_tags a:nth-child(2n) {
	float: right
}

.widget_tags a span {
	display: block;
	font-size: 14px
}

#themeolQyTwo_contact .widget_item {
	padding: 12px
}

#themeolQyTwo_contact .widget_item>img {
	display: block;
	margin: 2px auto 5px;
}

#themeolQyTwo_contact .widget_item p,
#themeolQyTwo_contact .widget_item span {
	font-size: 12px;
	line-height: 25px;
	overflow: hidden
}

.widget_ul ul,
.widget_div .widget_item {
	padding: 12px;
	overflow: hidden
}

.widget_ul a,
.widget_div .widget_item a {
	display: block;
	line-height: 20px;
	color: #666;
	margin: 5px 0;
	max-width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis
}

.nav-links {
	padding: 20px 0 30px;
	margin: 0 -3px;
	text-align: center;
	font-size: 0
}

.page-numbers {
	display: inline-block;
	padding: 5px 10px;
	border: 1px solid #CCC;
	color: #A4A4A4;
	margin: 0 3px 6px;
	font-size: 14px
}

.current {
	border: 1px solid #fe6716;
	background: #fe6716;
	color: #fff;
	text-decoration: none
}

#footer {
	position: relative;
	padding: 50px 0 0px;
	background: #f7f7f7;
	text-align: center;
}

#footer a {
	font-size: 15px;
	color: #fff;
	line-height: 15px
}

#footer a:hover {
	color: #ff33b9
}

.footer-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-left{text-align: left;}

.footer-copy {
	padding: 30px 0 20px;
}

.footer-copy p {
	font-size: 15px;
	color: #333ff;
	line-height: 26px;
	padding: 0 20px
}

.footer-copy p img {
	vertical-align: -4px
}

.footer-wx img {
	max-height: 150px;
}

.friend-link {
	text-align: center;
	margin-top: 10px
}

.link-box {
	position: relative;
	width: 200px
}

.link-box h5 {
	font-size: 14px;
	font-weight: inherit;
	padding-left: 10px;
	height: 36px;
	line-height: 36px;
	border: 1px #f0f0f0 solid;
	cursor: pointer;
	color: #f0f0f0
}

.link-box h5 .fa {
	float: right;
	height: 33px;
	line-height: 33px;
	margin-right: 10px
}

.link-list {
	display: none;
	position: absolute;
	z-index: 2;
	width: 100%;
	border: 1px solid #f1f1f1;
	bottom: 36px;
	padding: 5px 15px;
	background-color: #fff
}

.link-box:hover .link-list {
	display: block
}

.link-list li {
	text-align: left
}

#footer .link-list li a {
	font-size: 14px;
	color: #333
}

#footer .link-list li a:hover {
	color: #0d71e3
}

.consultation {
	width: 50px;
	height: auto;
	position: fixed;
	bottom: 5%;
	right: 1.8%;
	z-index: 999
}

.consultation li {
	width: 50px;
	height: 49px;
	position: relative;
	border-top: 1px solid #a0cc8f
}

.consultation li a {
	display: block;
	width: 50px;
	height: 49px;
	background: #009a94;
	overflow: hidden;
	text-align: center;
	line-height: 49px
}

.consultation li img.ico {
	width: 25px;
	text-align: center;
	vertical-align: middle
}

.consultation li span {
	width: 166px;
	right: 51px;
	top: 0;
	height: 49px;
	background: #2e9f40;
	color: #fff;
	text-align: center;
	position: absolute;
	font-size: 22px;
	display: none
}

.consultation li span.ewm {
	margin-right: 2px;
	background: #e0e0e0;
	height: 196px
}

.consultation li span.ewm img {
	display: block;
	overflow: hidden;
	width: 146px;
	margin: 10px auto
}

.consultation li span.ewm em {
	display: block;
	font-size: 14px;
	color: #000;
	font-style: normal;
	height: 20px;
	line-height: 20px
}

.consultation li a:hover {
	background: #333
}

.consultation li a:hover span {
	font-size: 20px;
	display: block;
	margin-right: 2px;
	overflow: hidden
}

span.toggle-btn {
	display: none;
}

/* 首页案例 */
.index-cases {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.case-one {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.case-one a {
	display: block;
	position: relative;
	overflow: hidden;
}

.case-one a span {
	position: absolute;
	padding: 5px 8px;
	color: #f0f0f0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(79, 79, 79, 0.8);
}

.case-one a img {
	width: 100%;
	height: 420px;
	display: block;
	transition: transform 0.3s ease;
}

.case-one a:hover img {
	transform: scale(1.2);
}

.case-four {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.case-four ul {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.case-four ul li {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.case-four ul li:nth-child(1) {
	margin-bottom: 25px;
}

.case-four ul li:nth-child(2) {
	margin-bottom: 25px;
}

.case-four a {
	display: block;
	position: relative;
	overflow: hidden;
}

.case-four a span {
	position: absolute;
	padding: 5px 8px;
	color: #f0f0f0;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: rgba(79, 79, 79, 0.8);
}

.case-four a img {
	width: 100%;
	height: 198px;
	display: block;
	transition: transform 0.3s ease;
}

.case-four a:hover img {
	transform: scale(1.2);
}

/* 成功案例页 */
.case-page {
	padding: 50px 0;
}

.case-page .case-content {
	padding: 10px 15px;
	border: 1px solid #e9e9e9;
	background-color: #fff;
}

.case-page .case-list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.case-page .case-list li {
	width: 33.3%;
	padding: 15px;
	overflow: hidden;
}

.case-single {
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 5px 12px 0px rgba(108, 108, 108, 0.1);
	border: 1px solid #e7e7e7;
}

.case-single .case-img {
	overflow: hidden;
}

.case-single .case-img img {
	height: 100%;
	width: 100%;
	transition: transform 0.3s ease-in-out;
}

.case-single .case-img img:hover {
	transform: scale(1.2);
}

.case-single .case-title {
	padding: 15px 17px 20px;
}

.case-single .case-title h3 {
	text-align: center;
	line-height: 1;
}

.case-single .case-title h3 a {
	color: #009a94;
	font-size: 20px;
}

.case-single .case-title h3 a:hover {
	color: #ff33b9;
}

/* 联系页面 */
.contact-area {
	padding: 60px 0;
}

.contact-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.contact-row>.left {
	width: 41%;
	padding-left: 15px;
	padding-right: 15px;
}

.contact-row>.right {
	width: 58%;
	padding-left: 15px;
	padding-right: 15px;
}

.contact-info {
	height: 100%;
	padding: 20px 30px 40px 40px !important;
	-webkit-box-shadow: 0 8px 36px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 8px 36px 0 rgba(0, 0, 0, .1);
	border-radius: 10px;
	background-color: #FFF;
	border-top: 4px solid #009a94;
}

.contact-info .sub-title {
	font-size: 20px;
	font-weight: 600;
	color: #009a94;
	margin: 0 0 5px;
	display: block;
	position: relative;
	padding-bottom: 5px;
}

.contact-info .heading {
	font-size: 24px;
	color: #009a94;
	font-weight: 500;
	margin: 12px 0 25px;
	line-height: 38px;
}

.contact-info .single-contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.contact-info .single-contact+.single-contact {
	margin-top: 35px;
}

.contact-info .single-contact .icon-box {
	width: 60px;
	height: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background: #2a2a2a;
	margin-right: 30px;
	position: relative;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}

.contact-info .single-contact .info-box {
	width: calc(100% - 110px);
}

.contact-info .single-contact:hover .icon-box {
	background-color: #009a94;
}

.contact-info .single-contact .icon-box i {
	-webkit-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
	font-size: 30px;
	color: #fff;
}

.contact-info .single-contact .info-box .title {
	font-size: 24px;
	color: #2e2e2e;
	font-weight: 400;
	margin: 0 0 3px;
}

.contact-info .single-contact .info-box p {
	font-size: 17px;
	color: #848484;
	font-weight: 400;
}

.contact-info .single-contact .info-box a {
	color: #848484;
	font-size: 17px;
}

.contact-info .single-contact .info-box a:hover {
	color: #009a94;
}

.contact-form {
	padding: 40px;
	-webkit-box-shadow: 0 8px 36px 0 rgba(0, 0, 0, .1);
	box-shadow: 0 8px 36px 0 rgba(0, 0, 0, .1);
	border-radius: 10px;
	background-color: #FFF;
	border-top: 4px solid #009a94;
	height: 100%;
}

.contact-form .contact-title {
	margin: 0 0 31px;
}

.contact-form .contact-title .title {
	font-size: 31px;
	color: #009a94;
	font-weight: 600;
	margin: 0 0 10px;
}

.contact-form .contact-title p {
	color: #747474;
	line-height: 27px;
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.form-row>.input {
	width: 50%;
	padding-left: 15px;
	padding-right: 15px;
}

.form-row>.textarea {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px
}

.contact-form .contact-form-style input,
.contact-form .contact-form-style textarea {
	display: inline-block;
	height: 48px;
	width: 100%;
	-webkit-border-radius: 0;
	text-align: left;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding-left: 20px;
	padding-right: 10px;
	outline: 0;
	background: 0 0;
	border: 1px solid #c1c1c1;
	margin-bottom: 20px;
	color: #474747;
	font-size: 14px;
}

.contact-form .contact-form-style textarea {
	width: 100%;
	padding-left: 20px;
	padding-top: 20px;
	outline: 0;
	background: 0 0;
	border: 1px solid #c1c1c1;
	color: #474747;
	font-size: 14px;
	margin-bottom: 0;
	height: 120px;
}

.contact-form button {
	color: #fff;
	width: 210px;
	height: 62px;
	z-index: 1;
	position: relative;
	overflow: hidden;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size: 16px;
	letter-spacing: 2px;
	line-height: 1;
	font-weight: 400;
	text-transform: uppercase;
	background-color: #009a94;
	border: none;
	border-radius: 8px;
	cursor: pointer;
}

.contact-form button:hover {
	background-color: #2e9f40;
}

/*自适应*/
@media (max-width:1230px) {
	.container {
		width: 970px
	}

	.header .logo {
		height: 89px;
		line-height: 89px;
		margin-left: 15px;
	}

	.header .logo img {
		height: 48px;
	}

	.header .tel {
		background-size: 35px;
		padding-left: 45px;
		margin-top: 21px;
		margin-right: 15px;
	}

	.header .tel p:nth-child(1) {
		font-size: 12px;
		line-height: 18px;
	}

	.header .tel p:nth-child(2) {
		font-size: 23px;
		line-height: 30px;
	}

	#monavbar>li a,
	.product-list ul li a h3,
	.right-list ul li a h3,
	.index-tit p,
	.text h3,
	.text h3 a {
		font-size: 15px;
	}

	.s-main {
		height: 60px;
	}

	.s-main,
	.s-main .s-hot,
	.s-main .s-form {
		line-height: 60px;
	}

	.s-main .s-hot span,
	.s-main .s-form input,
	.s-main .s-form button,
	.s-main .s-hot a,
	text p,
	a.btn-more,
	#footer a,
	.footer-copy p,
	#footer .link-list li a,
	.link-box h5 {
		font-size: 13px;
	}

	.s-main .s-hot a {
		margin-right: 12px;
	}

	.s-main .s-form input {
		height: 35px;
		width: 195px;
	}

	.s-main .s-form button {
		height: 37px;
		width: 88px;
	}

	.s-main .s-hot {
		margin-left: 15px;
	}

	.s-main .s-form {
		margin-right: 15px;
	}

	.index-tit h2 {
		font-size: 22px;
		height: 26px;
		line-height: 26px;
	}

	.product-list ul {
		margin: 30px 0;
	}

	.product-list ul li a,
	.right-list ul li a {
		margin: 12px;
	}

	.product-list ul li a img {
		height: 226px;
	}

	.pro-info {
		padding: 10px;
	}



	.news-item ul li a .news-images {
		width: 120px;
	}

	.news-item ul li a .news-images img {
		height: 80px;
	}

	.text h3 span {
		padding: 3px 6px;
	}

	.contact h3 {
		font-size: 26px;
	}

	.contact p {
		font-size: 12px;
	}

	a.btn-more {
		padding: 8px 18px;
	}

	.inside-right .product-list ul li a img {
		height: 217px;
	}

	.right-list ul li a img {
		height: 163px;
	}

	.news-image img {
		height: 121px;
		-webkit-transition: all 0.5s ease-out 0s;
		-moz-transition: all 0.5s ease-out 0s;
		-o-transition: all 0.5s ease-out 0s;
		transition: all 0.5s ease-out 0s;
	}

	.inside-right .text p {
		max-height: 48px;
		overflow: hidden;
	}

	.widget-hot .widget-content li img {
		height: 145px;
	}

	.widget_tags a span {
		font-size: 13px;
	}

	.widget_tags a {
		height: 30px;
		line-height: 30px;
	}

	.product-img img {
		height: 242px;
	}

	.product-info {
		margin-left: 307px;
	}

	.product-info h1 {
		font-size: 16px;
		line-height: 24px;
		padding-bottom: 13px;
		margin-bottom: 13px;
	}

	.product-contact {
		margin-top: 15px;
	}

	.product-info p {
		max-height: 84px;
		overflow: hidden;
	}

	.product-contact p span {
		font-size: 23px;
	}

	.product-contact a {
		width: 116px;
		font-size: 16px;
		height: 38px;
		line-height: 38px;
	}

	.about-list ul {
		margin: 15px 0 0;
	}

	.header .topbar span {
		padding-left: 15px;
	}

	.header .topbar li:last-child {
		margin-right: 15px;
	}

	.news-head h3 {
		font-size: 18px;
	}

	.related-list ul img {
		height: 184px;
	}

	.news-title {
		font-size: 20px;
	}
}

.about {
	background-image: url("../images/about-bg.png");
}

@media screen and (max-width: 768px) {
   .header .text,.header .countdown{display:none;}

}

@media screen and (max-width:990px) {
	.container {
		width: 750px;
	}

	.header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		z-index: 99999;
		box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	}

	.header .topbar {
		display: none;
	}

	.header .logo {
		height: 80px;
		line-height: 80px;
	}

	.header .logo img {
		height: 45px;
	}

	.header .tel {
		display: none;
	}

	.menu-btn {
		display: block;
	}

	.navbar {
		background-color: #fff;
	}

	ul#monavbar {
		display: none;
		margin: 0;
	}

	#monavbar>li {
		width: 100%;
		float: none;
		line-height: 46px;
		text-align: left;
		border-top: 1px solid #eee;
	}

	li.current-menu-item {
		background: #eee;
	}

	#monavbar>li>a {
		padding: 0 15px;
	}

	#monavbar>li a {
		color: #333;
	}

	#monavbar>li>a:before {
		content: "";
	}

	ul#monavbar ul {
		display: none;
		position: static;
		opacity: 1;
		background: #fff;
		visibility: visible;
	}

	ul#monavbar ul li {
		height: 46px;
		line-height: 46px;
		text-align: left;
		padding: 0 30px;
		border-top: 1px solid #eee;
	}

	ul#monavbar ul li a {
		font-size: 14px;
		color: #333;
	}

	ul#monavbar ul li:hover,
	#monavbar>li>a:hover {
		background: none;
	}

	span.toggle-btn {
		display: block;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 999;
		line-height: 46px;
		width: 46px;
		text-align: center;
	}

	span.toggle-btn i {
		color: #333;
		font-size: 20px;
		vertical-align: middle;
	}

	#slider {
		margin-top: 80px;
	}

	.s-main .s-form {
		position: relative;
		width: 100%;
		margin: 12px 0;
	}

	.s-main .s-hot {
		display: none;
	}

	.s-main .s-form form {
		padding: 0 12px;
	}

	.s-main .s-form input {
		width: 100%;
		height: 36px;
		padding: 0 83px 0 15px;
		float: none;
		display: block;
		box-sizing: border-box;
	}

	.s-main .s-form button {
		height: 36px;
		width: 68px;
		position: absolute;
		top: 0;
		right: 12px;
		display: block;
		float: none;
	}

	.product-list ul li {
		width: 33.3334%;
	}

	.about-list ul li a p {
		font-size: 24px;
	}

	.footer-logo,
	.footer-wx {
		display: none;
	}

	.footer-nav {
		width: 100%;
		margin: 10px 0;
	}

	.footer-link,
	.footer-copy {
		text-align: center;
	}

	.inside-left {
		display: none;
	}

	.inside-right {
		width: 100%;
	}

	.inside-right .product-list ul li a img {
		height: 215px;
	}

	.right-list ul li a img {
		height: 160px;
	}
}

@media screen and (max-width:768px) {
	.container {
		width: 100%;
		padding: 0 15px;
	}

	#slider>img {
		width: 130% !important;
		display: block;
		margin-left: -15%;
		max-width: 130%;
	}

	.about-list ul li {
		width: 100%;
	}

	.about-list ul li:not(:last-child) {
		margin-bottom: 15px;
	}

	.about-list ul li a {
		margin: 0;
	}

	.about-list ul li a p {
		font-size: 18px;
		line-height: 40px;
	}

	.product-list ul li,
	.inside-right .product-list ul li,
	.right-list ul li,
	.related-list li {
		width: 50%;
	}

	.product-list ul li a img {
		height: 245px;
	}

	.news-item {
		width: 100%;
	}

	.news-list .news-item:nth-child(odd) {
		padding-right: 0;
	}

	.news-list .news-item:nth-child(even) {
		padding-left: 0;
	}

	.news-item ul li a .news-images {
		width: 135px;
	}

	.news-item ul li a .news-images img {
		height: 90px;
	}

	.news-image img {
		height: 90px;
	}

	.inside-right .text p {
		max-height: 24px;
	}

	.inside-right .product-list ul li a img {
		height: 230px;
	}

	.right-list ul li a img {
		height: 173px;
	}

	.product-img {
		width: 100%;
		float: none;
	}

	.product-img img {
		height: 400px;
	}

	.product-info {
		margin: 20px 0 0;
	}

	.related-list ul img {
		height: 188px;
	}

	.about {
		padding: 40px 0 50px;
	}

	.case {
		padding: 40px 0;
	}

	.contact-pic {
		margin-top: 10px;
	}

	.news {
		padding: 40px 0;
	}

	.case-page {
		padding: 20px 0;
	}

	.case-one {
		width: 100%;
		margin-bottom: 15px;
	}

	.case-one a img {
		height: auto;
	}

	.case-four {
		width: 100%;
	}

	.case-four a img {
		height: auto;
	}

	.case-list li {
		width: 50%;
		padding: 15px;
		overflow: hidden;
	}

	.case-page .case-list li {
		width: 50%;
		padding: 10px;
		overflow: hidden;
	}

	.contact-area {
		padding: 30px 0;
	}

	.contact-info {
		padding: 25px 25px 30px 25px !important;
		-webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .1);
		box-shadow: 0 5px 8px 0 rgba(0, 0, 0, .1);
		border-radius: 5px;
		border-top: 3px solid #1f8a49;
	}

	.contact-info .heading {
		font-size: 20px;
		margin: 7px 0 20px;
		line-height: 30px;
	}

	.contact-info .single-contact .icon-box {
		width: 50px;
		height: 50px;
		margin-right: 20px;
	}

	.contact-info .single-contact+.single-contact {
		margin-top: 26px;
	}

	.contact-form {
		padding: 25px;
	}

	.contact-form .contact-title .title {
		font-size: 22px;
	}

	.contact-form button {
		width: 160px;
		height: 50px;
		border-radius: 5px;
	}

	.contact-row>.left {
		width: 100%;
		margin-bottom: 20px;
	}

	.contact-row>.right {
		width: 100%;
	}

	.form-row>.input {
		width: 100%;
	}

}

@media (max-width:576px) {
	.container {
		width: 100%;
	}

	.header .logo img {
		height: 35px;
	}

	.header .logo {
		height: 60px;
		line-height: 60px;
	}

	.menu-btn {
		margin: 19px 0 0 0;
	}

	#slider {
		margin-top: 60px;
	}

	#slider .swiper-pagination {
		bottom: 10px;
	}

	#slider .swiper-pagination-bullet {
		height: 4px;
		width: 22px;
	}

	.product-list ul,
	.right-list ul {
		padding: 0 12px;
	}

	.product-list ul li a img {
		height: 169px;
		object-fit: contain;
	}

	.about-list ul {
		margin: 0;
	}

	.about-list ul li a p {
		font-size: 22px;
	}

	.index-tit p {
		padding: 0 24px
	}

	.news-item ul li a .news-images {
		width: 102px;
	}

	.news-item ul li a .news-images img {
		height: 68px;
	}

	.news-item ul li a .news-images {
		margin-right: 15px;
	}

	.news-item .text p {
		height: 24px;
	}

	.right-content {
		padding: 10px 0;
	}

	.inside-right .product-list ul li a img {
		height: 168px;
	}

	.right-list ul li a img {
		height: 126.5px;
	}

	.product-img img {
		height: 310px;
	}

	.related-list ul img {
		height: 146px;
	}

	.news-image {
		width: 42%;
	}

	.inside-right .text {
		width: 58%;
	}

	.news-image img {
		height: 76px;
	}

	.inside-right .text p {
		max-height: 20px;
		font-size: 12px;
		line-height: 20px;
		margin: 3px 0;
	}

	.contact {
		padding: 30px 0
	}
}

@media (max-width:400px) {
	.product-list ul li a img {
		height: 144px;
	}

	.about-list ul li img {
		width: 100%;
		height: 200px;
	}

	.news-item ul li a .news-images {
		width: 90px;
	}

	.news-item ul li a .news-images img {
		height: 60px;
	}

	.contact {
		padding: 20px 0;
	}

	.contact h3 {
		font-size: 22px;
		margin-bottom: 15px;
	}

	.contact p {
		margin-bottom: 15px;
	}

	.inside-right .product-list ul li a img {
		height: 143px;
	}

	.right-list ul li a img {
		height: 108px;
	}

	.news-meta span.author {
		display: none
	}

	.product-img img {
		height: 265px;
	}

	.related-list ul img {
		height: 126px;
	}
}

.ab_img img {
	max-width: 100% !important;
	height: auto !important;
	display: inline-block;
}

.ab_img p {
	text-wrap: inherit !important;
}

.ab_img p span {
	text-wrap: inherit !important;
}

/* AB模板网新增分页样式 www.admibnuy.cn */
.pagebar {
	padding: 20px;
	overflow: hidden;
	clear: both
}

.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}

.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 12px;
	padding: 8px 10px;
	margin: 0 2px;
	border-radius: 3px;
	line-height: 100%
}

.pagination span {
	color: #333;
	font-size: 12px;
	padding: 7px 2px;
	margin: 0 2px;
	border-radius: 3px;
}

.pagination a:hover {
	color: #333;
	border: 1px solid #333;
}

.pagination a.page-num-current {
	color: #fff;
	background: #333;
	border: 1px solid #333;
}

.pagination .st {
	font-family: 宋体
}

.text-secondary {
	text-align: center;
	padding: 20px 0
}

.about-list p {
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 30px
}

.about-list a {
	width: 120px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	display: block;
	margin: 20px auto
}


/*! font Awesome图标样式
  *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
  *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
  */
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2') format('woff2'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal
}

.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
	vertical-align: -15%
}

.fa-2x {
	font-size: 2em
}

.fa-3x {
	font-size: 3em
}

.fa-4x {
	font-size: 4em
}

.fa-5x {
	font-size: 5em
}

.fa-fw {
	width: 1.28571429em;
	text-align: center
}

.fa-ul {
	padding-left: 0;
	margin-left: 2.14285714em;
	list-style-type: none
}

.fa-ul>li {
	position: relative
}

.fa-li {
	position: absolute;
	left: -2.14285714em;
	width: 2.14285714em;
	top: .14285714em;
	text-align: center
}

.fa-li.fa-lg {
	left: -1.85714286em
}

.fa-border {
	padding: .2em .25em .15em;
	border: solid .08em #eee;
	border-radius: .1em
}

.fa-pull-left {
	float: left
}

.fa-pull-right {
	float: right
}

.fa.fa-pull-left {
	margin-right: .3em
}

.fa.fa-pull-right {
	margin-left: .3em
}

.pull-right {
	float: right
}

.pull-left {
	float: left
}

.fa.pull-left {
	margin-right: .3em
}

.fa.pull-right {
	margin-left: .3em
}

.fa-spin {
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear
}

.fa-pulse {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8)
}

@-webkit-keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes fa-spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fa-rotate-90 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

.fa-rotate-180 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.fa-rotate-270 {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg)
}

.fa-flip-horizontal {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
	-webkit-transform: scale(-1, 1);
	-ms-transform: scale(-1, 1);
	transform: scale(-1, 1)
}

.fa-flip-vertical {
	-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
	-webkit-transform: scale(1, -1);
	-ms-transform: scale(1, -1);
	transform: scale(1, -1)
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
	filter: none
}

.fa-stack {
	position: relative;
	display: inline-block;
	width: 2em;
	height: 2em;
	line-height: 2em;
	vertical-align: middle
}

.fa-stack-1x,
.fa-stack-2x {
	position: absolute;
	left: 0;
	width: 100%;
	text-align: center
}

.fa-stack-1x {
	line-height: inherit
}

.fa-stack-2x {
	font-size: 2em
}

.fa-inverse {
	color: #fff
}

.fa-glass:before {
	content: "\f000"
}

.fa-music:before {
	content: "\f001"
}

.fa-search:before {
	content: "\f002"
}

.fa-envelope-o:before {
	content: "\f003"
}

.fa-heart:before {
	content: "\f004"
}

.fa-star:before {
	content: "\f005"
}

.fa-star-o:before {
	content: "\f006"
}

.fa-user:before {
	content: "\f007"
}

.fa-film:before {
	content: "\f008"
}

.fa-th-large:before {
	content: "\f009"
}

.fa-th:before {
	content: "\f00a"
}

.fa-th-list:before {
	content: "\f00b"
}

.fa-check:before {
	content: "\f00c"
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
	content: "\f00d"
}

.fa-search-plus:before {
	content: "\f00e"
}

.fa-search-minus:before {
	content: "\f010"
}

.fa-power-off:before {
	content: "\f011"
}

.fa-signal:before {
	content: "\f012"
}

.fa-gear:before,
.fa-cog:before {
	content: "\f013"
}

.fa-trash-o:before {
	content: "\f014"
}

.fa-home:before {
	content: "\f015"
}

.fa-file-o:before {
	content: "\f016"
}

.fa-clock-o:before {
	content: "\f017"
}

.fa-road:before {
	content: "\f018"
}

.fa-download:before {
	content: "\f019"
}

.fa-arrow-circle-o-down:before {
	content: "\f01a"
}

.fa-arrow-circle-o-up:before {
	content: "\f01b"
}

.fa-inbox:before {
	content: "\f01c"
}

.fa-play-circle-o:before {
	content: "\f01d"
}

.fa-rotate-right:before,
.fa-repeat:before {
	content: "\f01e"
}

.fa-refresh:before {
	content: "\f021"
}

.fa-list-alt:before {
	content: "\f022"
}

.fa-lock:before {
	content: "\f023"
}

.fa-flag:before {
	content: "\f024"
}

.fa-headphones:before {
	content: "\f025"
}

.fa-volume-off:before {
	content: "\f026"
}

.fa-volume-down:before {
	content: "\f027"
}

.fa-volume-up:before {
	content: "\f028"
}

.fa-qrcode:before {
	content: "\f029"
}

.fa-barcode:before {
	content: "\f02a"
}

.fa-tag:before {
	content: "\f02b"
}

.fa-tags:before {
	content: "\f02c"
}

.fa-book:before {
	content: "\f02d"
}

.fa-bookmark:before {
	content: "\f02e"
}

.fa-print:before {
	content: "\f02f"
}

.fa-camera:before {
	content: "\f030"
}

.fa-font:before {
	content: "\f031"
}

.fa-bold:before {
	content: "\f032"
}

.fa-italic:before {
	content: "\f033"
}

.fa-text-height:before {
	content: "\f034"
}

.fa-text-width:before {
	content: "\f035"
}

.fa-align-left:before {
	content: "\f036"
}

.fa-align-center:before {
	content: "\f037"
}

.fa-align-right:before {
	content: "\f038"
}

.fa-align-justify:before {
	content: "\f039"
}

.fa-list:before {
	content: "\f03a"
}

.fa-dedent:before,
.fa-outdent:before {
	content: "\f03b"
}

.fa-indent:before {
	content: "\f03c"
}

.fa-video-camera:before {
	content: "\f03d"
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	content: "\f03e"
}

.fa-pencil:before {
	content: "\f040"
}

.fa-map-marker:before {
	content: "\f041"
}

.fa-adjust:before {
	content: "\f042"
}

.fa-tint:before {
	content: "\f043"
}

.fa-edit:before,
.fa-pencil-square-o:before {
	content: "\f044"
}

.fa-share-square-o:before {
	content: "\f045"
}

.fa-check-square-o:before {
	content: "\f046"
}

.fa-arrows:before {
	content: "\f047"
}

.fa-step-backward:before {
	content: "\f048"
}

.fa-fast-backward:before {
	content: "\f049"
}

.fa-backward:before {
	content: "\f04a"
}

.fa-play:before {
	content: "\f04b"
}

.fa-pause:before {
	content: "\f04c"
}

.fa-stop:before {
	content: "\f04d"
}

.fa-forward:before {
	content: "\f04e"
}

.fa-fast-forward:before {
	content: "\f050"
}

.fa-step-forward:before {
	content: "\f051"
}

.fa-eject:before {
	content: "\f052"
}

.fa-chevron-left:before {
	content: "\f053"
}

.fa-chevron-right:before {
	content: "\f054"
}

.fa-plus-circle:before {
	content: "\f055"
}

.fa-minus-circle:before {
	content: "\f056"
}

.fa-times-circle:before {
	content: "\f057"
}

.fa-check-circle:before {
	content: "\f058"
}

.fa-question-circle:before {
	content: "\f059"
}

.fa-info-circle:before {
	content: "\f05a"
}

.fa-crosshairs:before {
	content: "\f05b"
}

.fa-times-circle-o:before {
	content: "\f05c"
}

.fa-check-circle-o:before {
	content: "\f05d"
}

.fa-ban:before {
	content: "\f05e"
}

.fa-arrow-left:before {
	content: "\f060"
}

.fa-arrow-right:before {
	content: "\f061"
}

.fa-arrow-up:before {
	content: "\f062"
}

.fa-arrow-down:before {
	content: "\f063"
}

.fa-mail-forward:before,
.fa-share:before {
	content: "\f064"
}

.fa-expand:before {
	content: "\f065"
}

.fa-compress:before {
	content: "\f066"
}

.fa-plus:before {
	content: "\f067"
}

.fa-minus:before {
	content: "\f068"
}

.fa-asterisk:before {
	content: "\f069"
}

.fa-exclamation-circle:before {
	content: "\f06a"
}

.fa-gift:before {
	content: "\f06b"
}

.fa-leaf:before {
	content: "\f06c"
}

.fa-fire:before {
	content: "\f06d"
}

.fa-eye:before {
	content: "\f06e"
}

.fa-eye-slash:before {
	content: "\f070"
}

.fa-warning:before,
.fa-exclamation-triangle:before {
	content: "\f071"
}

.fa-plane:before {
	content: "\f072"
}

.fa-calendar:before {
	content: "\f073"
}

.fa-random:before {
	content: "\f074"
}

.fa-comment:before {
	content: "\f075"
}

.fa-magnet:before {
	content: "\f076"
}

.fa-chevron-up:before {
	content: "\f077"
}

.fa-chevron-down:before {
	content: "\f078"
}

.fa-retweet:before {
	content: "\f079"
}

.fa-shopping-cart:before {
	content: "\f07a"
}

.fa-folder:before {
	content: "\f07b"
}

.fa-folder-open:before {
	content: "\f07c"
}

.fa-arrows-v:before {
	content: "\f07d"
}

.fa-arrows-h:before {
	content: "\f07e"
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
	content: "\f080"
}

.fa-twitter-square:before {
	content: "\f081"
}

.fa-facebook-square:before {
	content: "\f082"
}

.fa-camera-retro:before {
	content: "\f083"
}

.fa-key:before {
	content: "\f084"
}

.fa-gears:before,
.fa-cogs:before {
	content: "\f085"
}

.fa-comments:before {
	content: "\f086"
}

.fa-thumbs-o-up:before {
	content: "\f087"
}

.fa-thumbs-o-down:before {
	content: "\f088"
}

.fa-star-half:before {
	content: "\f089"
}

.fa-heart-o:before {
	content: "\f08a"
}

.fa-sign-out:before {
	content: "\f08b"
}

.fa-linkedin-square:before {
	content: "\f08c"
}

.fa-thumb-tack:before {
	content: "\f08d"
}

.fa-external-link:before {
	content: "\f08e"
}

.fa-sign-in:before {
	content: "\f090"
}

.fa-trophy:before {
	content: "\f091"
}

.fa-github-square:before {
	content: "\f092"
}

.fa-upload:before {
	content: "\f093"
}

.fa-lemon-o:before {
	content: "\f094"
}

.fa-phone:before {
	content: "\f095"
}

.fa-square-o:before {
	content: "\f096"
}

.fa-bookmark-o:before {
	content: "\f097"
}

.fa-phone-square:before {
	content: "\f098"
}

.fa-twitter:before {
	content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
	content: "\f09a"
}

.fa-github:before {
	content: "\f09b"
}

.fa-unlock:before {
	content: "\f09c"
}

.fa-credit-card:before {
	content: "\f09d"
}

.fa-feed:before,
.fa-rss:before {
	content: "\f09e"
}

.fa-hdd-o:before {
	content: "\f0a0"
}

.fa-bullhorn:before {
	content: "\f0a1"
}

.fa-bell:before {
	content: "\f0f3"
}

.fa-certificate:before {
	content: "\f0a3"
}

.fa-hand-o-right:before {
	content: "\f0a4"
}

.fa-hand-o-left:before {
	content: "\f0a5"
}

.fa-hand-o-up:before {
	content: "\f0a6"
}

.fa-hand-o-down:before {
	content: "\f0a7"
}

.fa-arrow-circle-left:before {
	content: "\f0a8"
}

.fa-arrow-circle-right:before {
	content: "\f0a9"
}

.fa-arrow-circle-up:before {
	content: "\f0aa"
}

.fa-arrow-circle-down:before {
	content: "\f0ab"
}

.fa-globe:before {
	content: "\f0ac"
}

.fa-wrench:before {
	content: "\f0ad"
}

.fa-tasks:before {
	content: "\f0ae"
}

.fa-filter:before {
	content: "\f0b0"
}

.fa-briefcase:before {
	content: "\f0b1"
}

.fa-arrows-alt:before {
	content: "\f0b2"
}

.fa-group:before,
.fa-users:before {
	content: "\f0c0"
}

.fa-chain:before,
.fa-link:before {
	content: "\f0c1"
}

.fa-cloud:before {
	content: "\f0c2"
}

.fa-flask:before {
	content: "\f0c3"
}

.fa-cut:before,
.fa-scissors:before {
	content: "\f0c4"
}

.fa-copy:before,
.fa-files-o:before {
	content: "\f0c5"
}

.fa-paperclip:before {
	content: "\f0c6"
}

.fa-save:before,
.fa-floppy-o:before {
	content: "\f0c7"
}

.fa-square:before {
	content: "\f0c8"
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
	content: "\f0c9"
}

.fa-list-ul:before {
	content: "\f0ca"
}

.fa-list-ol:before {
	content: "\f0cb"
}

.fa-strikethrough:before {
	content: "\f0cc"
}

.fa-underline:before {
	content: "\f0cd"
}

.fa-table:before {
	content: "\f0ce"
}

.fa-magic:before {
	content: "\f0d0"
}

.fa-truck:before {
	content: "\f0d1"
}

.fa-pinterest:before {
	content: "\f0d2"
}

.fa-pinterest-square:before {
	content: "\f0d3"
}

.fa-google-plus-square:before {
	content: "\f0d4"
}

.fa-google-plus:before {
	content: "\f0d5"
}

.fa-money:before {
	content: "\f0d6"
}

.fa-caret-down:before {
	content: "\f0d7"
}

.fa-caret-up:before {
	content: "\f0d8"
}

.fa-caret-left:before {
	content: "\f0d9"
}

.fa-caret-right:before {
	content: "\f0da"
}

.fa-columns:before {
	content: "\f0db"
}

.fa-unsorted:before,
.fa-sort:before {
	content: "\f0dc"
}

.fa-sort-down:before,
.fa-sort-desc:before {
	content: "\f0dd"
}

.fa-sort-up:before,
.fa-sort-asc:before {
	content: "\f0de"
}

.fa-envelope:before {
	content: "\f0e0"
}

.fa-linkedin:before {
	content: "\f0e1"
}

.fa-rotate-left:before,
.fa-undo:before {
	content: "\f0e2"
}

.fa-legal:before,
.fa-gavel:before {
	content: "\f0e3"
}

.fa-dashboard:before,
.fa-tachometer:before {
	content: "\f0e4"
}

.fa-comment-o:before {
	content: "\f0e5"
}

.fa-comments-o:before {
	content: "\f0e6"
}

.fa-flash:before,
.fa-bolt:before {
	content: "\f0e7"
}

.fa-sitemap:before {
	content: "\f0e8"
}

.fa-umbrella:before {
	content: "\f0e9"
}

.fa-paste:before,
.fa-clipboard:before {
	content: "\f0ea"
}

.fa-lightbulb-o:before {
	content: "\f0eb"
}

.fa-exchange:before {
	content: "\f0ec"
}

.fa-cloud-download:before {
	content: "\f0ed"
}

.fa-cloud-upload:before {
	content: "\f0ee"
}

.fa-user-md:before {
	content: "\f0f0"
}

.fa-stethoscope:before {
	content: "\f0f1"
}

.fa-suitcase:before {
	content: "\f0f2"
}

.fa-bell-o:before {
	content: "\f0a2"
}

.fa-coffee:before {
	content: "\f0f4"
}

.fa-cutlery:before {
	content: "\f0f5"
}

.fa-file-text-o:before {
	content: "\f0f6"
}

.fa-building-o:before {
	content: "\f0f7"
}

.fa-hospital-o:before {
	content: "\f0f8"
}

.fa-ambulance:before {
	content: "\f0f9"
}

.fa-medkit:before {
	content: "\f0fa"
}

.fa-fighter-jet:before {
	content: "\f0fb"
}

.fa-beer:before {
	content: "\f0fc"
}

.fa-h-square:before {
	content: "\f0fd"
}

.fa-plus-square:before {
	content: "\f0fe"
}

.fa-angle-double-left:before {
	content: "\f100"
}

.fa-angle-double-right:before {
	content: "\f101"
}

.fa-angle-double-up:before {
	content: "\f102"
}

.fa-angle-double-down:before {
	content: "\f103"
}

.fa-angle-left:before {
	content: "\f104"
}

.fa-angle-right:before {
	content: "\f105"
}

.fa-angle-up:before {
	content: "\f106"
}

.fa-angle-down:before {
	content: "\f107"
}

.fa-desktop:before {
	content: "\f108"
}

.fa-laptop:before {
	content: "\f109"
}

.fa-tablet:before {
	content: "\f10a"
}

.fa-mobile-phone:before,
.fa-mobile:before {
	content: "\f10b"
}

.fa-circle-o:before {
	content: "\f10c"
}

.fa-quote-left:before {
	content: "\f10d"
}

.fa-quote-right:before {
	content: "\f10e"
}

.fa-spinner:before {
	content: "\f110"
}

.fa-circle:before {
	content: "\f111"
}

.fa-mail-reply:before,
.fa-reply:before {
	content: "\f112"
}

.fa-github-alt:before {
	content: "\f113"
}

.fa-folder-o:before {
	content: "\f114"
}

.fa-folder-open-o:before {
	content: "\f115"
}

.fa-smile-o:before {
	content: "\f118"
}

.fa-frown-o:before {
	content: "\f119"
}

.fa-meh-o:before {
	content: "\f11a"
}

.fa-gamepad:before {
	content: "\f11b"
}

.fa-keyboard-o:before {
	content: "\f11c"
}

.fa-flag-o:before {
	content: "\f11d"
}

.fa-flag-checkered:before {
	content: "\f11e"
}

.fa-terminal:before {
	content: "\f120"
}

.fa-code:before {
	content: "\f121"
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
	content: "\f122"
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
	content: "\f123"
}

.fa-location-arrow:before {
	content: "\f124"
}

.fa-crop:before {
	content: "\f125"
}

.fa-code-fork:before {
	content: "\f126"
}

.fa-unlink:before,
.fa-chain-broken:before {
	content: "\f127"
}

.fa-question:before {
	content: "\f128"
}

.fa-info:before {
	content: "\f129"
}

.fa-exclamation:before {
	content: "\f12a"
}

.fa-superscript:before {
	content: "\f12b"
}

.fa-subscript:before {
	content: "\f12c"
}

.fa-eraser:before {
	content: "\f12d"
}

.fa-puzzle-piece:before {
	content: "\f12e"
}

.fa-microphone:before {
	content: "\f130"
}

.fa-microphone-slash:before {
	content: "\f131"
}

.fa-shield:before {
	content: "\f132"
}

.fa-calendar-o:before {
	content: "\f133"
}

.fa-fire-extinguisher:before {
	content: "\f134"
}

.fa-rocket:before {
	content: "\f135"
}

.fa-maxcdn:before {
	content: "\f136"
}

.fa-chevron-circle-left:before {
	content: "\f137"
}

.fa-chevron-circle-right:before {
	content: "\f138"
}

.fa-chevron-circle-up:before {
	content: "\f139"
}

.fa-chevron-circle-down:before {
	content: "\f13a"
}

.fa-html5:before {
	content: "\f13b"
}

.fa-css3:before {
	content: "\f13c"
}

.fa-anchor:before {
	content: "\f13d"
}

.fa-unlock-alt:before {
	content: "\f13e"
}

.fa-bullseye:before {
	content: "\f140"
}

.fa-ellipsis-h:before {
	content: "\f141"
}

.fa-ellipsis-v:before {
	content: "\f142"
}

.fa-rss-square:before {
	content: "\f143"
}

.fa-play-circle:before {
	content: "\f144"
}

.fa-ticket:before {
	content: "\f145"
}

.fa-minus-square:before {
	content: "\f146"
}

.fa-minus-square-o:before {
	content: "\f147"
}

.fa-level-up:before {
	content: "\f148"
}

.fa-level-down:before {
	content: "\f149"
}

.fa-check-square:before {
	content: "\f14a"
}

.fa-pencil-square:before {
	content: "\f14b"
}

.fa-external-link-square:before {
	content: "\f14c"
}

.fa-share-square:before {
	content: "\f14d"
}

.fa-compass:before {
	content: "\f14e"
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
	content: "\f150"
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
	content: "\f151"
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
	content: "\f152"
}

.fa-euro:before,
.fa-eur:before {
	content: "\f153"
}

.fa-gbp:before {
	content: "\f154"
}

.fa-dollar:before,
.fa-usd:before {
	content: "\f155"
}

.fa-rupee:before,
.fa-inr:before {
	content: "\f156"
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
	content: "\f157"
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
	content: "\f158"
}

.fa-won:before,
.fa-krw:before {
	content: "\f159"
}

.fa-bitcoin:before,
.fa-btc:before {
	content: "\f15a"
}

.fa-file:before {
	content: "\f15b"
}

.fa-file-text:before {
	content: "\f15c"
}

.fa-sort-alpha-asc:before {
	content: "\f15d"
}

.fa-sort-alpha-desc:before {
	content: "\f15e"
}

.fa-sort-amount-asc:before {
	content: "\f160"
}

.fa-sort-amount-desc:before {
	content: "\f161"
}

.fa-sort-numeric-asc:before {
	content: "\f162"
}

.fa-sort-numeric-desc:before {
	content: "\f163"
}

.fa-thumbs-up:before {
	content: "\f164"
}

.fa-thumbs-down:before {
	content: "\f165"
}

.fa-youtube-square:before {
	content: "\f166"
}

.fa-youtube:before {
	content: "\f167"
}

.fa-xing:before {
	content: "\f168"
}

.fa-xing-square:before {
	content: "\f169"
}

.fa-youtube-play:before {
	content: "\f16a"
}

.fa-dropbox:before {
	content: "\f16b"
}

.fa-stack-overflow:before {
	content: "\f16c"
}

.fa-instagram:before {
	content: "\f16d"
}

.fa-flickr:before {
	content: "\f16e"
}

.fa-adn:before {
	content: "\f170"
}

.fa-bitbucket:before {
	content: "\f171"
}

.fa-bitbucket-square:before {
	content: "\f172"
}

.fa-tumblr:before {
	content: "\f173"
}

.fa-tumblr-square:before {
	content: "\f174"
}

.fa-long-arrow-down:before {
	content: "\f175"
}

.fa-long-arrow-up:before {
	content: "\f176"
}

.fa-long-arrow-left:before {
	content: "\f177"
}

.fa-long-arrow-right:before {
	content: "\f178"
}

.fa-apple:before {
	content: "\f179"
}

.fa-windows:before {
	content: "\f17a"
}

.fa-android:before {
	content: "\f17b"
}

.fa-linux:before {
	content: "\f17c"
}

.fa-dribbble:before {
	content: "\f17d"
}

.fa-skype:before {
	content: "\f17e"
}

.fa-foursquare:before {
	content: "\f180"
}

.fa-trello:before {
	content: "\f181"
}

.fa-female:before {
	content: "\f182"
}

.fa-male:before {
	content: "\f183"
}

.fa-gittip:before,
.fa-gratipay:before {
	content: "\f184"
}

.fa-sun-o:before {
	content: "\f185"
}

.fa-moon-o:before {
	content: "\f186"
}

.fa-archive:before {
	content: "\f187"
}

.fa-bug:before {
	content: "\f188"
}

.fa-vk:before {
	content: "\f189"
}

.fa-weibo:before {
	content: "\f18a"
}

.fa-renren:before {
	content: "\f18b"
}

.fa-pagelines:before {
	content: "\f18c"
}

.fa-stack-exchange:before {
	content: "\f18d"
}

.fa-arrow-circle-o-right:before {
	content: "\f18e"
}

.fa-arrow-circle-o-left:before {
	content: "\f190"
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
	content: "\f191"
}

.fa-dot-circle-o:before {
	content: "\f192"
}

.fa-wheelchair:before {
	content: "\f193"
}

.fa-vimeo-square:before {
	content: "\f194"
}

.fa-turkish-lira:before,
.fa-try:before {
	content: "\f195"
}

.fa-plus-square-o:before {
	content: "\f196"
}

.fa-space-shuttle:before {
	content: "\f197"
}

.fa-slack:before {
	content: "\f198"
}

.fa-envelope-square:before {
	content: "\f199"
}

.fa-wordpress:before {
	content: "\f19a"
}

.fa-openid:before {
	content: "\f19b"
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
	content: "\f19c"
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
	content: "\f19d"
}

.fa-yahoo:before {
	content: "\f19e"
}

.fa-google:before {
	content: "\f1a0"
}

.fa-reddit:before {
	content: "\f1a1"
}

.fa-reddit-square:before {
	content: "\f1a2"
}

.fa-stumbleupon-circle:before {
	content: "\f1a3"
}

.fa-stumbleupon:before {
	content: "\f1a4"
}

.fa-delicious:before {
	content: "\f1a5"
}

.fa-digg:before {
	content: "\f1a6"
}

.fa-pied-piper-pp:before {
	content: "\f1a7"
}

.fa-pied-piper-alt:before {
	content: "\f1a8"
}

.fa-drupal:before {
	content: "\f1a9"
}

.fa-joomla:before {
	content: "\f1aa"
}

.fa-language:before {
	content: "\f1ab"
}

.fa-fax:before {
	content: "\f1ac"
}

.fa-building:before {
	content: "\f1ad"
}

.fa-child:before {
	content: "\f1ae"
}

.fa-paw:before {
	content: "\f1b0"
}

.fa-spoon:before {
	content: "\f1b1"
}

.fa-cube:before {
	content: "\f1b2"
}

.fa-cubes:before {
	content: "\f1b3"
}

.fa-behance:before {
	content: "\f1b4"
}

.fa-behance-square:before {
	content: "\f1b5"
}

.fa-steam:before {
	content: "\f1b6"
}

.fa-steam-square:before {
	content: "\f1b7"
}

.fa-recycle:before {
	content: "\f1b8"
}

.fa-automobile:before,
.fa-car:before {
	content: "\f1b9"
}

.fa-cab:before,
.fa-taxi:before {
	content: "\f1ba"
}

.fa-tree:before {
	content: "\f1bb"
}

.fa-spotify:before {
	content: "\f1bc"
}

.fa-deviantart:before {
	content: "\f1bd"
}

.fa-soundcloud:before {
	content: "\f1be"
}

.fa-database:before {
	content: "\f1c0"
}

.fa-file-pdf-o:before {
	content: "\f1c1"
}

.fa-file-word-o:before {
	content: "\f1c2"
}

.fa-file-excel-o:before {
	content: "\f1c3"
}

.fa-file-powerpoint-o:before {
	content: "\f1c4"
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
	content: "\f1c5"
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
	content: "\f1c6"
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
	content: "\f1c7"
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
	content: "\f1c8"
}

.fa-file-code-o:before {
	content: "\f1c9"
}

.fa-vine:before {
	content: "\f1ca"
}

.fa-codepen:before {
	content: "\f1cb"
}

.fa-jsfiddle:before {
	content: "\f1cc"
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
	content: "\f1cd"
}

.fa-circle-o-notch:before {
	content: "\f1ce"
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
	content: "\f1d0"
}

.fa-ge:before,
.fa-empire:before {
	content: "\f1d1"
}

.fa-git-square:before {
	content: "\f1d2"
}

.fa-git:before {
	content: "\f1d3"
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
	content: "\f1d4"
}

.fa-tencent-weibo:before {
	content: "\f1d5"
}

.fa-qq:before {
	content: "\f1d6"
}

.fa-wechat:before,
.fa-weixin:before {
	content: "\f1d7"
}

.fa-send:before,
.fa-paper-plane:before {
	content: "\f1d8"
}

.fa-send-o:before,
.fa-paper-plane-o:before {
	content: "\f1d9"
}

.fa-history:before {
	content: "\f1da"
}

.fa-circle-thin:before {
	content: "\f1db"
}

.fa-header:before {
	content: "\f1dc"
}

.fa-paragraph:before {
	content: "\f1dd"
}

.fa-sliders:before {
	content: "\f1de"
}

.fa-share-alt:before {
	content: "\f1e0"
}

.fa-share-alt-square:before {
	content: "\f1e1"
}

.fa-bomb:before {
	content: "\f1e2"
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
	content: "\f1e3"
}

.fa-tty:before {
	content: "\f1e4"
}

.fa-binoculars:before {
	content: "\f1e5"
}

.fa-plug:before {
	content: "\f1e6"
}

.fa-slideshare:before {
	content: "\f1e7"
}

.fa-twitch:before {
	content: "\f1e8"
}

.fa-yelp:before {
	content: "\f1e9"
}

.fa-newspaper-o:before {
	content: "\f1ea"
}

.fa-wifi:before {
	content: "\f1eb"
}

.fa-calculator:before {
	content: "\f1ec"
}

.fa-paypal:before {
	content: "\f1ed"
}

.fa-google-wallet:before {
	content: "\f1ee"
}

.fa-cc-visa:before {
	content: "\f1f0"
}

.fa-cc-mastercard:before {
	content: "\f1f1"
}

.fa-cc-discover:before {
	content: "\f1f2"
}

.fa-cc-amex:before {
	content: "\f1f3"
}

.fa-cc-paypal:before {
	content: "\f1f4"
}

.fa-cc-stripe:before {
	content: "\f1f5"
}

.fa-bell-slash:before {
	content: "\f1f6"
}

.fa-bell-slash-o:before {
	content: "\f1f7"
}

.fa-trash:before {
	content: "\f1f8"
}

.fa-copyright:before {
	content: "\f1f9"
}

.fa-at:before {
	content: "\f1fa"
}

.fa-eyedropper:before {
	content: "\f1fb"
}

.fa-paint-brush:before {
	content: "\f1fc"
}

.fa-birthday-cake:before {
	content: "\f1fd"
}

.fa-area-chart:before {
	content: "\f1fe"
}

.fa-pie-chart:before {
	content: "\f200"
}

.fa-line-chart:before {
	content: "\f201"
}

.fa-lastfm:before {
	content: "\f202"
}

.fa-lastfm-square:before {
	content: "\f203"
}

.fa-toggle-off:before {
	content: "\f204"
}

.fa-toggle-on:before {
	content: "\f205"
}

.fa-bicycle:before {
	content: "\f206"
}

.fa-bus:before {
	content: "\f207"
}

.fa-ioxhost:before {
	content: "\f208"
}

.fa-angellist:before {
	content: "\f209"
}

.fa-cc:before {
	content: "\f20a"
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
	content: "\f20b"
}

.fa-meanpath:before {
	content: "\f20c"
}

.fa-buysellads:before {
	content: "\f20d"
}

.fa-connectdevelop:before {
	content: "\f20e"
}

.fa-dashcube:before {
	content: "\f210"
}

.fa-forumbee:before {
	content: "\f211"
}

.fa-leanpub:before {
	content: "\f212"
}

.fa-sellsy:before {
	content: "\f213"
}

.fa-shirtsinbulk:before {
	content: "\f214"
}

.fa-simplybuilt:before {
	content: "\f215"
}

.fa-skyatlas:before {
	content: "\f216"
}

.fa-cart-plus:before {
	content: "\f217"
}

.fa-cart-arrow-down:before {
	content: "\f218"
}

.fa-diamond:before {
	content: "\f219"
}

.fa-ship:before {
	content: "\f21a"
}

.fa-user-secret:before {
	content: "\f21b"
}

.fa-motorcycle:before {
	content: "\f21c"
}

.fa-street-view:before {
	content: "\f21d"
}

.fa-heartbeat:before {
	content: "\f21e"
}

.fa-venus:before {
	content: "\f221"
}

.fa-mars:before {
	content: "\f222"
}

.fa-mercury:before {
	content: "\f223"
}

.fa-intersex:before,
.fa-transgender:before {
	content: "\f224"
}

.fa-transgender-alt:before {
	content: "\f225"
}

.fa-venus-double:before {
	content: "\f226"
}

.fa-mars-double:before {
	content: "\f227"
}

.fa-venus-mars:before {
	content: "\f228"
}

.fa-mars-stroke:before {
	content: "\f229"
}

.fa-mars-stroke-v:before {
	content: "\f22a"
}

.fa-mars-stroke-h:before {
	content: "\f22b"
}

.fa-neuter:before {
	content: "\f22c"
}

.fa-genderless:before {
	content: "\f22d"
}

.fa-facebook-official:before {
	content: "\f230"
}

.fa-pinterest-p:before {
	content: "\f231"
}

.fa-whatsapp:before {
	content: "\f232"
}

.fa-server:before {
	content: "\f233"
}

.fa-user-plus:before {
	content: "\f234"
}

.fa-user-times:before {
	content: "\f235"
}

.fa-hotel:before,
.fa-bed:before {
	content: "\f236"
}

.fa-viacoin:before {
	content: "\f237"
}

.fa-train:before {
	content: "\f238"
}

.fa-subway:before {
	content: "\f239"
}

.fa-medium:before {
	content: "\f23a"
}

.fa-yc:before,
.fa-y-combinator:before {
	content: "\f23b"
}

.fa-optin-monster:before {
	content: "\f23c"
}

.fa-opencart:before {
	content: "\f23d"
}

.fa-expeditedssl:before {
	content: "\f23e"
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
	content: "\f240"
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
	content: "\f241"
}

.fa-battery-2:before,
.fa-battery-half:before {
	content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
	content: "\f243"
}

.fa-battery-0:before,
.fa-battery-empty:before {
	content: "\f244"
}

.fa-mouse-pointer:before {
	content: "\f245"
}

.fa-i-cursor:before {
	content: "\f246"
}

.fa-object-group:before {
	content: "\f247"
}

.fa-object-ungroup:before {
	content: "\f248"
}

.fa-sticky-note:before {
	content: "\f249"
}

.fa-sticky-note-o:before {
	content: "\f24a"
}

.fa-cc-jcb:before {
	content: "\f24b"
}

.fa-cc-diners-club:before {
	content: "\f24c"
}

.fa-clone:before {
	content: "\f24d"
}

.fa-balance-scale:before {
	content: "\f24e"
}

.fa-hourglass-o:before {
	content: "\f250"
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
	content: "\f251"
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
	content: "\f252"
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
	content: "\f253"
}

.fa-hourglass:before {
	content: "\f254"
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
	content: "\f255"
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
	content: "\f256"
}

.fa-hand-scissors-o:before {
	content: "\f257"
}

.fa-hand-lizard-o:before {
	content: "\f258"
}

.fa-hand-spock-o:before {
	content: "\f259"
}

.fa-hand-pointer-o:before {
	content: "\f25a"
}

.fa-hand-peace-o:before {
	content: "\f25b"
}

.fa-trademark:before {
	content: "\f25c"
}

.fa-registered:before {
	content: "\f25d"
}

.fa-creative-commons:before {
	content: "\f25e"
}

.fa-gg:before {
	content: "\f260"
}

.fa-gg-circle:before {
	content: "\f261"
}

.fa-tripadvisor:before {
	content: "\f262"
}

.fa-odnoklassniki:before {
	content: "\f263"
}

.fa-odnoklassniki-square:before {
	content: "\f264"
}

.fa-get-pocket:before {
	content: "\f265"
}

.fa-wikipedia-w:before {
	content: "\f266"
}

.fa-safari:before {
	content: "\f267"
}

.fa-chrome:before {
	content: "\f268"
}

.fa-firefox:before {
	content: "\f269"
}

.fa-opera:before {
	content: "\f26a"
}

.fa-internet-explorer:before {
	content: "\f26b"
}

.fa-tv:before,
.fa-television:before {
	content: "\f26c"
}

.fa-contao:before {
	content: "\f26d"
}

.fa-500px:before {
	content: "\f26e"
}

.fa-amazon:before {
	content: "\f270"
}

.fa-calendar-plus-o:before {
	content: "\f271"
}

.fa-calendar-minus-o:before {
	content: "\f272"
}

.fa-calendar-times-o:before {
	content: "\f273"
}

.fa-calendar-check-o:before {
	content: "\f274"
}

.fa-industry:before {
	content: "\f275"
}

.fa-map-pin:before {
	content: "\f276"
}

.fa-map-signs:before {
	content: "\f277"
}

.fa-map-o:before {
	content: "\f278"
}

.fa-map:before {
	content: "\f279"
}

.fa-commenting:before {
	content: "\f27a"
}

.fa-commenting-o:before {
	content: "\f27b"
}

.fa-houzz:before {
	content: "\f27c"
}

.fa-vimeo:before {
	content: "\f27d"
}

.fa-black-tie:before {
	content: "\f27e"
}

.fa-fonticons:before {
	content: "\f280"
}

.fa-reddit-alien:before {
	content: "\f281"
}

.fa-edge:before {
	content: "\f282"
}

.fa-credit-card-alt:before {
	content: "\f283"
}

.fa-codiepie:before {
	content: "\f284"
}

.fa-modx:before {
	content: "\f285"
}

.fa-fort-awesome:before {
	content: "\f286"
}

.fa-usb:before {
	content: "\f287"
}

.fa-product-hunt:before {
	content: "\f288"
}

.fa-mixcloud:before {
	content: "\f289"
}

.fa-scribd:before {
	content: "\f28a"
}

.fa-pause-circle:before {
	content: "\f28b"
}

.fa-pause-circle-o:before {
	content: "\f28c"
}

.fa-stop-circle:before {
	content: "\f28d"
}

.fa-stop-circle-o:before {
	content: "\f28e"
}

.fa-shopping-bag:before {
	content: "\f290"
}

.fa-shopping-basket:before {
	content: "\f291"
}

.fa-hashtag:before {
	content: "\f292"
}

.fa-bluetooth:before {
	content: "\f293"
}

.fa-bluetooth-b:before {
	content: "\f294"
}

.fa-percent:before {
	content: "\f295"
}

.fa-gitlab:before {
	content: "\f296"
}

.fa-wpbeginner:before {
	content: "\f297"
}

.fa-wpforms:before {
	content: "\f298"
}

.fa-envira:before {
	content: "\f299"
}

.fa-universal-access:before {
	content: "\f29a"
}

.fa-wheelchair-alt:before {
	content: "\f29b"
}

.fa-question-circle-o:before {
	content: "\f29c"
}

.fa-blind:before {
	content: "\f29d"
}

.fa-audio-description:before {
	content: "\f29e"
}

.fa-volume-control-phone:before {
	content: "\f2a0"
}

.fa-braille:before {
	content: "\f2a1"
}

.fa-assistive-listening-systems:before {
	content: "\f2a2"
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
	content: "\f2a3"
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
	content: "\f2a4"
}

.fa-glide:before {
	content: "\f2a5"
}

.fa-glide-g:before {
	content: "\f2a6"
}

.fa-signing:before,
.fa-sign-language:before {
	content: "\f2a7"
}

.fa-low-vision:before {
	content: "\f2a8"
}

.fa-viadeo:before {
	content: "\f2a9"
}

.fa-viadeo-square:before {
	content: "\f2aa"
}

.fa-snapchat:before {
	content: "\f2ab"
}

.fa-snapchat-ghost:before {
	content: "\f2ac"
}

.fa-snapchat-square:before {
	content: "\f2ad"
}

.fa-pied-piper:before {
	content: "\f2ae"
}

.fa-first-order:before {
	content: "\f2b0"
}

.fa-yoast:before {
	content: "\f2b1"
}

.fa-themeisle:before {
	content: "\f2b2"
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
	content: "\f2b3"
}

.fa-fa:before,
.fa-font-awesome:before {
	content: "\f2b4"
}

.fa-handshake-o:before {
	content: "\f2b5"
}

.fa-envelope-open:before {
	content: "\f2b6"
}

.fa-envelope-open-o:before {
	content: "\f2b7"
}

.fa-linode:before {
	content: "\f2b8"
}

.fa-address-book:before {
	content: "\f2b9"
}

.fa-address-book-o:before {
	content: "\f2ba"
}

.fa-vcard:before,
.fa-address-card:before {
	content: "\f2bb"
}

.fa-vcard-o:before,
.fa-address-card-o:before {
	content: "\f2bc"
}

.fa-user-circle:before {
	content: "\f2bd"
}

.fa-user-circle-o:before {
	content: "\f2be"
}

.fa-user-o:before {
	content: "\f2c0"
}

.fa-id-badge:before {
	content: "\f2c1"
}

.fa-drivers-license:before,
.fa-id-card:before {
	content: "\f2c2"
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
	content: "\f2c3"
}

.fa-quora:before {
	content: "\f2c4"
}

.fa-free-code-camp:before {
	content: "\f2c5"
}

.fa-telegram:before {
	content: "\f2c6"
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
	content: "\f2c7"
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
	content: "\f2c8"
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
	content: "\f2c9"
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
	content: "\f2ca"
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
	content: "\f2cb"
}

.fa-shower:before {
	content: "\f2cc"
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
	content: "\f2cd"
}

.fa-podcast:before {
	content: "\f2ce"
}

.fa-window-maximize:before {
	content: "\f2d0"
}

.fa-window-minimize:before {
	content: "\f2d1"
}

.fa-window-restore:before {
	content: "\f2d2"
}

.fa-times-rectangle:before,
.fa-window-close:before {
	content: "\f2d3"
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
	content: "\f2d4"
}

.fa-bandcamp:before {
	content: "\f2d5"
}

.fa-grav:before {
	content: "\f2d6"
}

.fa-etsy:before {
	content: "\f2d7"
}

.fa-imdb:before {
	content: "\f2d8"
}

.fa-ravelry:before {
	content: "\f2d9"
}

.fa-eercast:before {
	content: "\f2da"
}

.fa-microchip:before {
	content: "\f2db"
}

.fa-snowflake-o:before {
	content: "\f2dc"
}

.fa-superpowers:before {
	content: "\f2dd"
}

.fa-wpexplorer:before {
	content: "\f2de"
}

.fa-meetup:before {
	content: "\f2e0"
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}