﻿@charset "utf-8";
/* CSS Document */

a img {border:none;}
a {text-decoration:none;}
em,var {font-style:normal;}
ul,ol {padding:0;list-style-type:none;}
body,dl,dd,ul,ol,h1,h2,h3,h4,h5,h6,form,p,input {margin:0;font-weight: normal;padding: 0;}

body{font-size:14px;font-family:"Microsoft Yahei"; color: #242424;background:#fff;}


.fix:after {content:'.';display:block;clear:both;visibility:hidden;height:0px;}
.fix {zoom:1;}
input,textarea,a,button {outline:none;}
input::-moz-focus-inner {border:0;}
input,textarea,button {border:0 none;background:#fff;}


#layout {
    width:100%;
    margin: 0 auto;
}
/*初始化*/


.w_1200 {
    width:1200px;
    margin:0 auto;
}
.w_1280 {
    width:1280px;
    margin:0 auto;
}
.w_1100{
    width:1100px;
    margin:0 auto;
}
.w_1110{
    width:1110px;
    margin:0 auto;
}

.w_1115{
    width:1115px;
    margin:0 auto;
}
.fl{float: left;}
.fr{float: right;}
.f_l{float: left;}
.f_r{float: right;}
.c_b{clear: both;}
.m_t_15{margin-top: 15px;}

 a:link {
    color:#333;
    text-decoration:none;
}
a:visited {
    color:#333;
    text-decoration:none;
}
a:hover {
    color:#e92032;
    text-decoration:none;
}

a.c_white {
    color: #FFF;
}
div.no_bb{border-bottom: none;}


/* 颜色区↑ */
.bd{border: 1px solid #bebebe;}/* 边框 */



/*底部bar*/
.bottombar{height: 75px;width:100%;position: fixed;bottom: 0;left: 0;background:#049abe;z-index: 99;}
.bottombar_1 ul li{float: left;line-height: 75px;height: 75px;margin-left: 10px;padding-left: 18px;}
.bottombar_1 ul li a{font-size: 16px; color:#fff; font-family: Microsoft Yahei;}
.bottombar_1 ul li a i{padding-right: 5px;}
.bottombar_2{width: 550px;/* height: 45px; */margin-top: 15px;margin-left: 20px;}
.nftex{float: left;width: 155px;height: 35px;border: none;padding: 0;margin-top: 3px;border-top-left-radius: 5px;border-bottom-left-radius: 5px;}
.tqbt{float: left;width: 95px;height: 35px;background: #ffe745;color: #3e3a39;cursor: pointer;margin-top: 3px;font-size: 16px;font-weight: bold;font-family: Microsoft Yahei;border-top-right-radius: 5px;border-bottom-right-radius: 5px;}
.bottombar_2 span{float: left;line-height: 40px;/* height: 40px; */color: #ffe745;margin-left: 20px;}
.bottombar_3{width: 178px;color: #fff;margin-top: 10px;/* height: 75px; *//* line-height: 75px; */}
.bottombar_3>i{font-size: 38px;margin-right: 10px;}
.bottombar_text{width: 120px;font-size: 16px;font-weight: bold;}
.bottombar_text span{font-size: 19px; font-weight: normal;}
@media only screen and (min-width: 100px) and (max-width: 767px) {
	.bottombar_2{display: none;}
	.bottombar_1 ul li{display: none;}.bottombar_1 ul li:last-child{display: block;}
}
/*底部bar end*/
