@charset "utf-8";
/*
名称：PC端 public.css 模板
日期：2015.11.30
更新：2015.12.22
*/
body {
    font-family: "Microsoft Yahei", "SimSun", arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
}
body,
h1,
h2,
h3,
ul,
dl,
dd,
p {
    margin: 0;
    padding: 0;
}
button,
select,
input[type='checkbox'],
input[type='radio'] {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
img {
    border: 0;
    outline: none;
    vertical-align: top;
}
li {
    list-style: none;
}
select,
a,
button {
    outline: none;
}
/* 容器 */
.container-full {
    width: 100%;
}
.container {
    margin: 0 auto;
}
.w960{
    width:960px;
}
.w1000{
    width:1000px;
}
.w1200{
    width:1200px;
}
.noborder {
    border: none;
}
.border-a {
    border: 1px solid #f0f0f0;
}
.border-t {
    border-top: 1px solid #f0f0f0;
}
.border-t {
    border-right: 1px solid #f0f0f0;
}
.border-b {
    border-bottom: 1px solid #f0f0f0;
}
.border-l {
    border-left: 1px solid #f0f0f0;
}
/* 对齐 */
.pull-left {
    float: left !important;
}
.pull-right {
    float: right !important;
}
/* clearfix */
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
/* 显示/隐藏 */
.show {
    display: block;
}
.hide {
    display: none;
}
/* 链接 */
a {
    text-decoration: none;
    outline: none;
    cursor: pointer;
    color:#999;
}
a:hover {
    text-decoration: none;
    color: #00a0e9;
}
/* 文字 */
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.text-justify {
    text-align: justify !important;
}
.fs12 {
    font-size: 12px !important;
}
.fs14 {
    font-size: 14px !important;
}
.fs16 {
    font-size: 16px !important;
}
.fs18 {
    font-size: 18px !important;
}
.fs24 {
    font-size: 24px !important;
}
.bold {
    font-weight: bolder !important;
}
.fc333 {
    color: #333 !important;
}
.fc666 {
    color: #666 !important;
}
.fc999 {
    color: #999 !important;
}
.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 间距 */
.mTop10 {
    margin-top: 10px !important;
}
.mTop15 {
    margin-top: 15px !important;
}
.mTop20 {
    margin-top: 20px !important;
}
.mTop30 {
    margin-top: 30px !important;
}
.padded-10 {
    padding: 10px !important;
}
.padded-15 {
    padding: 15px !important;
}
.padded-20 {
    padding: 20px !important;
}
.padded-30 {
    padding: 30px !important;
}
.padded-0-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.padded-0-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.padded-0-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.padded-0-30 {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.padded-10-0 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.padded-15-0 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
.padded-20-0 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.padded-30-0 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}
/* 按钮 */
.btn {
    width: 140px;
    height: 40px;
    background-color: #ccc;
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #333;
    text-align: center;
    border: 0;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:hover {
    background-color: #d0d0d0;
    color: #666;
}
.btn-radius {
    border-radius: 6px;
}
/* 表单 */
input,
select,
textarea {
    border: 1px solid #ccc;
    box-sizing: border-box;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea, select{
    padding: 5px;
}
input[type="checkbox"] {
    border: 1px solid #ccc;
    width: 12px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
}
textarea {
    resize: none;
}
label {
    min-width: 80px;
    margin-right: 5px;
    display: inline-block;
    text-align: right;
    color: #666;
    vertical-align: top;
}
.form-head {
    margin-bottom: 20px;
    font-size: 16px;
    color: #999;
    font-weight: bolder;
}
.input-row {
    margin-bottom: 15px;
}
.input-row select,
.input-row input[type="checkbox"],
.input-row input[type="radio"] {
    width: auto;
    display: inline-block;
}
.input-tips {
    margin-left: 20px;
    display: inline-block;
    vertical-align: top;
}
label .must {
    margin-right: 2px;
    font-size: inherit;
    color: #ef2f39;
    vertical-align: top;
    display: inline-block;
}
/* other */
.more {
    color: #999;
    padding: 0 10px;
    font-weight: normal;
    line-height: inherit;
    float: right;
    display: inline-block;
}
/* 图片比例 */
.box-img[class*='percent'] {
    overflow: hidden;
    background-color: #e0e0e0;
    text-align: center;
    vertical-align: middle;
    position: relative;
}
.box-img[class*='percent'] .box-img-object {
    max-width: 100%;
    max-height: 100%;
    margin: auto;
    vertical-align: middle;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.box-img.percent1-1 {
    padding-top: 100%;
}
.box-img.percent2-1 {
    padding-top: 50%;
}
.box-img.percent3-1 {
    padding-top: 33.3333333%;
}
.box-img.percent3-2 {
    padding-top: 66.666666%;
}
.box-img.percent5-7{
    padding-top:140%;
}
.box-img.percent5-4{
    padding-top:80%;
}
/* 头部 */
/* foot */
/* article */
.content {
    font-size: 14px;
    line-height: 24px;
    color: #333;
}
.content p {
    margin-bottom: 14px;
}
.content p img,
.content p embed {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}
.content p span {
    display: block;
    color: #666;
}
.content p a {
    margin: 0 2px;
    color: inherit;
    text-decoration: underline;
}
.content p a:hover {
    color: #00a0e9;
}
.mB10{
    margin-bottom: 10px;
}

/*common*/
em{
    font-style: normal;
}
.fcOrange{
    color:#ff7e00;
}
/*foot*/
.foot-top-bar{
    height:42px;
    background-color: #373e4a;
}
.foot-menu ul li{
    display: block;
    float:left;
    width:96px;
    text-align: center;
    line-height: 42px;
    position: relative;
}
.foot-menu ul li a{
    font-size:16px;
    color:#fff;
    display:block;
}
.foot-menu ul li:before{
    content:"";
    width:1px;
    height:12px;
    background-color:#0f1217;
    position: absolute;
    top:15px;
    left:0;
}
.foot-menu ul li:first-child:before{
    display: none;
}
.foot-menu ul li:hover a{
    color:#00a0e9;
}
.foot .foot-site{
    padding-top:30px;
    padding-bottom: 50px;
    text-align: center;
    line-height: 2em;
    font-size:14px;
    color:#666;
}
/*position*/
.position{
    height:38px;
    background-color: #eee;
}
.position-content{
    font-size:14px;
    color:#999;
    line-height: 38px;
}
.position-content a{
    color:#666;
}
.position-content a:hover{
    color:#00a0e9;
}

/*夦#65533;*/
.head_top {
    width: 100%;
    background-color: #2d6eb0;
    height: 35px;
}

.head_top .top_x {
    width: 1000px;
    margin: 0 auto;
}

.head_top .top_x .top_l {
    float: left;
    color: #fff;
    font-size: 12px;
    line-height: 35px;
}

.head_top .top_x .top_r {
    float: right;
    color: #fff;
    font-size: 12px;
    line-height: 35px;
}

.head_top .top_x .top_r a {
    color: #fff;
}

.logo {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.logo img {
    float: left;
    width: 758px;
    height: 50px;
    margin-top: 28px;
    margin-bottom: 25px;
}

.logo .tel {
    float: right;
    font-size: 18px;
    color: #2d6eb0;
    background: url(images/logo_06.jpg) no-repeat;
    width: 150px;
    padding-left: 40px;
    font-style: italic;
    font-weight: bold;
    margin-top: 45px;
}


.footer {
    width: 100%;
    height: 102px;
    background-color: #2d6eb0;
    margin-top: 15px;
}

.footer .foot {
    width: 1000px;
    margin: 0 auto;
}

.footer .foot .f_t {
    float: left;
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin-top: 20px;
    margin-left: 75px;
}

.footer .foot .f_t b {
    font-weight: normal;
    color: #b2f5fd;
    font-size: 14px;
}

.footer .foot .f_t a {
    font-weight: normal;
    color: #b2f5fd;
    font-size: 14px;
}

.footer .foot img {
    float: right;
    margin-top: 15px;
    margin-right: 110px;
    width: 75px;
    height: 75px;
}
