/*12-19 add by zhangjing for footer-001*/
.footer_bg{
	background: #40c4b2 !important;
	padding: 20px;
}
.foot-font,.f_nav li a, .footer1-link .ap-bullets li a{
	color:#fff;
}
.f_nav li, .footer1-link .ap-bullets li{
	list-style:none;
}
.footer_bg1{
	background: #2da89b;
    color: #fff;
    padding: 20px;
}
/*footer-001 end*/

/*12-19 add by zhangjing for footer-002*/
.contact-me,.contact-top p {
    background: #009dcb !important;
    text-align: center;
    padding: 20px 0;
	color: #fff;
}
.contact-top p {
	font-family: Arial Black;
	font-size:25px;
}
.contact-fax p {
    margin: 0;
    font-size: 1.2em;
    color: #fff;
    width: 100%;
	text-align:center;
}
.foot-text {
    font-size: 25px;
    color: #fff;
    padding-top: 33px;
}
.contact-fax img {
    width: 125px;
    height: 125px;
    display: block;
    margin: 0 auto;
}
.contact-fax a span.fax-in-in {
    background-position: -122px 0px;
}
.contact-fax a span.fax-on {
    background-position: -236px 0px;
}
.contact-fax a span.fax-out {
    background-position: -355px 0px;
}
/*footer-002 end*/

/*12-19 add by zhangjing for footer-003*/
@font-face{
	font-family:fontawesome;
	src:url(../fonts/fontawesome.woff)format('woff'),url(../fonts/fontawesome.svg#fontawesome) format('svg');;

}

.page-footer {
    color: #666;
    line-height: 2;
	background: #f2f2f2 !important;
    border-top: 1px solid #e9e9e9;
    padding: 40px 0 0;
}
.page-footer .widgets .section {
    background: #f2f2f2;
    border-top: 1px solid #e9e9e9;
    padding: 40px 0 0;
}
.page-footer .widgets .widget {
    margin: 0 0 40px;
}
.page-footer .widget .widget-title,.page-footer .widget-title {
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 15px;
	color:#000;
}
.page-footer .widget .widget-content {
    font-size: 12px;
}
.ads > a > img {
    width: 100%;
}
.menu {
    width: auto;
    height: auto;
    padding: 0;
    list-style: none;
}
.iconed-list, .iconed-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.iconed-list>li:first-child, .iconed-menu>li:first-child {
    margin-top: 0;
}
.iconed-list .list-icon {
    float: left;
    margin-right: 10px;
}
.round-icon {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    width: 2em;
    height: 2em;
    line-height: 1.8em!important;
    text-align: center;
    border: 2px solid #919191;
    border-radius: 50%!important;
    -webkit-transition: color .2s ease-out, border-color .2s ease-out;
    -moz-transition: color .2s ease-out, border-color .2s ease-out;
    -o-transition: color .2s ease-out, border-color .2s ease-out;
    -ms-transition: color .2s ease-out, border-color .2s ease-out;
    transition: color .2s ease-out, border-color .2s ease-out;
}
[class*=iconfont-] {
    font-family: fontawesome;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.iconfont-map-marker:before {
    content: "\e63d";
}
.iconed-list .list-content {
    overflow: hidden;
    zoom: 1;
	text-align: left;
}
.iconfont-phone:before {
    content: "\e68c";
}
.iconfont-envelope-alt:before {
    content: "\e6c6";
}
.ads {
    display: inline-block;
    position: relative;
}

.ads .ads-caption.bottom-right {
    bottom: 20px;
    right: 20px;
}
.ads .ads-caption {
    position: absolute;
}
.btn-round {
    border-radius: 1.25em;
}
.btn>.round-icon, .btn>[class*=iconfont-] {
    margin-right: 10px;
}
.iconfont-angle-right:before {
    content: "\e6e9";
}

.inline-middle {
    display: inline-block;
    vertical-align: middle;
}
.page-footer .widget .widget-title, .widget-title{
    text-transform: uppercase;
   /* font-weight: 600; */
    margin: 0 0 15px;
	font-size: large;
    font-weight: bold;
}
.page-footer .widget .widget-content {
    font-size: 12px;
}
.page-footer a {
	color: #666;
	text-decoration:none;
}
a.btn-round{
	background:#000;
	border:none;
}
 a.btn-round:hover {
	color: #FA6F57;
	background: #000;
}
.page-footer a:hover,a.round-icon:hover, a:hover > .round-icon {
    border-color: #FA6F57;
	color: #FA6F57;
}
.iconed-list li,.list-content{
	color:#000 !important;
}
.footer-sub {
    padding: 20px 0;
    background: #d9d9d9;
    font-size: 12px;
}

 .copyright {
    background: transparent;
    text-align: center;
}

/*footer-003 end*/

/*12-20 add by zhangjing for footer-004 begin*/
.footer-top {
    background-color: #f8f8f8;
    border-top: 2px solid #e9e9e9;
    display: inline;
    float: left;
    min-height: 100px;
    padding: 45px 0;
    width: 100%;
}
.single-footer-widget {
    float: left;
    display: inline;
    width: 100%;
    padding: 0 10px;
    color: #555;
}
.footer-service li > a {
    color: #555;
    display: block;
    font-size: 14px;
    padding: 6px 0;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.single-footer-widget .section-heading {
    text-align: left;
}
.single-footer-widget .section-heading > h2 {
    font-size: 20px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    line-height: 25px;
}
.single-footer-widget .line {
    margin: 0 0 20px;
}
.line {
    border-bottom: 2px solid #ffd133;
    background: none repeat scroll 0 0 transparent;
    height: 1px;
    margin: 0 auto 45px;
    padding: 5px;
    position: relative;
    width: 120px;
}
.line::after, .line::before {
    border: medium solid transparent;
    content: " ";
    height: 0;
    left: 50%;
    pointer-events:none;
    position: absolute;
    top: 100%;
    width: 0;
}
.line::before {
    border-width: 9px;
    margin-left: -6px;
}
.line::after {
    border-top-color: #ffd133;
    border-width: 8px;
    margin-left: -8px;
}
.footer-service li > a {
    border-bottom: 1px solid #ffd133;
}
.fa-check::before {
    content: "\f00c";
}
.fa-home::before {
    content: "\f015";
}
.fa-phone::before {
    content: "\f095";
}
.fa-envelope::before {
    content: "\f0e0";
}
.contact-info > p span {
    font-size: 18px;
    margin-right: 10px;
}
/*
.fa{
	color:#ffd133;
}
*/
.footer-service li{
	list-style:none;
}
.footer-bottom {
    background-color: #fff;
    display: inline;
    float: left;
    width: 100%;
    padding: 18px 0;
    text-align: center;
}
.footer-bottom p {
    margin-bottom: 0px;
    font-size: 15px;
}
/*footer-004 end*/

/*2017-2-13 add by zhangtingting for footer-005 begin*/
.footer{
	padding: 0 2em 0 0;
}
.footer_headline{
	color: #998 !important;
    background: 0 0;
    text-shadow: none;
	font-size: 27px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: bold;
	position: relative;
    padding-bottom: .5em;
    margin: .5em 0 0.7em;
}
.footer_p>p{
	color: #999 !important;
	line-height: 2em;
	font-size: 14px;
}
.footer_list{
	overflow: hidden;
    zoom: 1;
    text-align: left;
}

.footer ul li {
    list-style-type: none;
    margin-bottom: 0.8em;
    font-size: 14px;
    line-height: 0.8em;
    color: #999 !important;
    padding-left: 1em;
}
.footer ul li span {
    left: -1em;
}
ul{
    margin: 0;
    padding: 0;
}
.footer_copy{
    padding: 2em 0 .5em;
    text-align: center;
    margin-top: 3em;
	background: #212121;
	color:#999 !important;
}
.footer_img{
    margin: 0em .3em .3em 0em;
}
.footer-exhibition {
    margin-top: 150px;
}
.footer-tongrun{
    text-align: center;
	color:#999 !important;
}
.page-footer-tongrun {
    color: #999;
    line-height: 2;
	background: #212121 !important;
    padding: 40px 0 0;
}
/*footer-005 end*/

/*2017-2-14 add by zhangtingting for footer-006 begin*/
.page-footer-six{
    color: #999;
    line-height: 2;
    padding: 20px 0 0;
}
/*footer-006 end*/

/*2017-2-14 add by zhangtingting for footer-007 begin*/
.footer_title >div>p{
	font-size: 20px;
    font-weight: 600;
	color:#fff !important;
}
.footer-text ul li {
	font-size: 16px !important;
    margin-left: -1em;
}
.footer-text a{
	color:#fff;
	text-decoration:none;
}
.footer-text a:hover, a:focus {
    color:#ffcc26;
}
.list-text{
	color:#fff !important;
	font-size:16px;
	overflow: hidden;
    zoom: 1;
    text-align: left;
}
.list_icon{
	float: left;
    margin-right: 10px;
    margin-left: -1em;
}
.footer-down {
    padding: 20px 0;
    background:#474747;
    font-size: 14px;
	color:#fff !important ;
}
.footer-back{
	background:#474747 !important;
}
/*footer-007 end*/