@charset "utf-8";
/** 
 * @description:头部和底部样式表
 */

/*颜色值
@colordef:#f0f4f7背景色
@colordef:#233649深蓝色
@colordef:#3e79ac链接默认颜色
@colordef:ff5a00橙色
*/

/*css reset*/
body {
    margin: 0;
    font-family: 'MicrosoftYahei', '微软雅黑', 'simsun', Arial;
    font-size: 12px;
    background: #fafafa;
    color: #000;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, address, ins, del, cite, blockquote {
    padding: 0;
    margin: 0;
}

table, td, tr, th {
    font-size: 12px;
}

ol, ul, li {
    list-style: none;
}

img {
    vertical-align: top;
    border: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: normal;
    font-family: Microsoft Yahei;
}

i, em, address, dfn {
    font-weight: normal;
    font-style: normal;
}

a, a:active, input {
    outline: none;
}

input::-moz-focus-inner {
    border-color: transparent !important;
}

a { /*color:#224E72;*/
    color: #044f9a;
    text-decoration: none;
    cursor: pointer;
    outline: none;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
    word-break: break-all; /*固定表格宽度，不被撑开*/
}

/*public styles*/
.left {
    float: left;
}

.right {
    float: left;
    margin-left: 30px;
}

.leftlogin {
    float: right;
}

.leftlogin a {
    display: inline-block;
    width: 60px;
    color: #060606;
    text-align: center;

}

.leftlogin a {
    font-size: 14px;
}

.leftlogin a:hover {
    /*border-bottom: 3px solid #049e6c;*/
    color: #049e6c;
}


.clearfix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    visibility: hidden;
}

.clearFix {
    zoom: 1;
}

/*for ie6/7 */
input[type=text], textarea {
    border: 1px solid #ccc;
    outline: none;
}

input[type=text]:focus, textarea:focus {
    border: 1px solid #349cd8;
}

input[type=button]:hover, input[type=submit]:hover {
    cursor: pointer;
}

.wrapper {
    width: 1000px;
    margin: 0 auto;
}

.wrap {
    width: 1200px;
	/*width: 1100px;*/
    margin: 0 auto;
}

.header a:hover, .tpos a:hover, .code a:hover, .succeed p a:hover,
.password .result a {
    text-decoration: underline;
}

ol, dl, .loginBar, .sidebarIcon, .header, .foot, .nav, #header p, .footer {
    overflow: hidden;
    zoom: 1;
}

.btn-blue, .btn-code {
    display: inline-block;
    border: none;
    background: #233649;
    border-bottom: 2px solid #000;
    color: #fff;
    text-align: center;
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.btn-code {
    padding: 8px 20px;
    color: #a7a9b1;
    background: #e3e4e8;
    font-size: 12px;
    border-bottom: 2px solid #cbcbce;
}

.btn-blue:hover, .btn-code:hover {
    display: inline-block;
    background: #ff5a00;
    border-bottom: 2px solid #e05103;
    color: #fff;
}

.btn-disabled, .btn-disabled:hover {
    background: #e1e1e1;
    color: #969696;
    border-bottom: 2px solid #bcbcbc;
    cursor: default;
}

.color-orange {
    color: #f05e0f;
}

.color-green {
    color: #029246;
}

.color-blue {
    color: #224e72;
}

.color999 {
    color: #999;
}

.color-black {
    color: #000;
}

address {
    float: left;
    display: inline-block;
}

/*.bg{background: #fafafa;}*/
.form-items .short .txt {
    width: 100px;
    margin-right: 10px;
}

/* @head styles
----------------------------------------*/
.top {
    height: 46px;
    line-height: 46px;
    /*color: #f9fdf9;*/
    /*background: url(../images/top_bg.jpg) repeat 0 0;*/
    background:#f9fdf9;
    overflow: visible;
}

.top .wrap {
    height: 46px;
}

/*.top a {*/
    /*color: #fff;*/
/*}*/

.top em, .top span {
    float: left;
    display: inline-block;
}

.tel {
    display: inline-block;
    padding-left: 20px;
    font-size: 17px;
    color: #959ba1;
    /*background: url(../images/call.png) no-repeat 0 center;*/
}

.loginBar {
    _width: 360px;
    height: 34px;
}

.loginBar a {
    float: left;
    display: inline-block;
    height: 34px;
    width: 66px;
    text-align: center;
    font-size: 12px;
}

.loginBar a:hover {
    background: #34485d;
}

.loginBar p {
    display: inline-block;
    font-size: 12px;
    color: #959ba1;
}

/*未登录*/
.unLogin {
    _width: 360px;
    height: 40px;
}

.unLogin a {
    float: left;
    display: inline-block;
    height: 34px;
    width: 66px;
    text-align: center;
    font-size: 14px;
    border-left: 1px solid #394a5c;
}

.unLogin a.last {
    border-right: 1px solid #394a5c;
}

.unLogin a:hover {
    background: #34485d;
    height: 39px;
    line-height: 39px;
    border-top: 1px solid #ff5a00;
}

/*登录后*/
.top span.mess-s {
    float: right;
    display: inline-block;
    position: relative;
    zoom: 1;
    width: 50px;
    height: 20px;
    margin: 3px 0 0 20px;
}

.mess-s a {
    display: inline-block;
    width: 20px;
    height: 14px;
    background: url(../images/mess_default.png) no-repeat 0 0;
}

.mess-s a:hover {
    background: url(../images/mess_hover.png) no-repeat 0 0;
}

.top span i {
    display: inline-block;
    padding: 0 8px;
    position: absolute;
    top: 5px;
    left: 10px;
    z-index: 100;
    text-align: center;
    height: 14px;
    line-height: 14px;
    background: #ef5b00;
    color: #fff;
    border-radius: 3px;
}

.miniNav {
    position: relative;
    height: 34px;
    z-index: 100;
    _margin-left: 260px;
    color: #000;
    line-height: 34px;
    color: #969ca3;
}

.miniNav li {
    position: relative;
    _height: 34px;
    _overflow: hidden;
    float: left;
    text-align: center;
}

.miniNav a {
    float: left;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    padding: 0 14px;
    color: #959ba1;
}

.miniNav a.current, .miniNav a:hover {
    color: #fff;
}

.miniNav b {
    float: left;
    display: inline-block;
    width: 7px;
    height: 4px;
    margin: 16px 0 0 6px;
    font-size: 0;
    line-height: 0;
    background: url(../images/icon.png) no-repeat -140px 0;
}

.miniNav i {
    float: left;
}

.miniNav ins {
    float: left;
    display: inline-block;
    margin: 12px 6px 0 0;
    font-size: 0;
    line-height: 0;
    background: url(../images/icon.png) no-repeat;
}

.nav-list {
    display: none;
    width: 88px;
    overflow: hidden;
    border: 1px solid #e5e5e5;
    border-top: none;
}

.nav-list a {
    color: #848586;
}

.miniNav li.current {
    width: 89px;
}

.miniNav li.current b {
    background-position: -158px 0;
}

.miniNav li.current {
    background: #f0f5f7;
    color: #ff5a00;
}

.miniNav li.current a {
    color: #ff6612;
}

.miniNav li.current .nav-list {
    display: block;
}

.miniNav li.current .nav-list a {
    color: #848586;
}

.miniNav li.current .nav-list a:hover {
    color: #233649;
    text-decoration: underline;
}

/*关注我们*/
.sidebarIcon span {
    padding: 0 6px 0 10px;
    color: #aaaeb3;
}

.sidebarIcon a {
    float: left;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 9px 0 0 4px;
    background: url(../images/icon.png) no-repeat;
    overflow: hidden;
}

.sidebarIcon em {
    padding-right: 10px;
    font-size: 16px;
    color: #d6d8db;
    border-right: 1px solid #3e4e5e;
}

a.QRcode {
    background-position: 0 0;
}

a.QRcode:hover {
    background-position: 0 -25px;
}

a.weibo {
    background-position: -20px 0;
}

a.weibo:hover {
    background-position: -20px -25px;
}

a.sina {
    background-position: -40px 0;
}

a.sina:hover {
    background-position: -40px -25px;
}

.sidebarIcon a:hover {
    color: #ff5a00;
}

.logo {
    width: 172px;
    height: 59px;
    padding-top: 20px;
}

.logo a {
    display: block;
}

/*1000px的头部*/
#header {
    background: #f6fdf9;
    border-bottom: 1px solid #f0f0f0;
    height: 69px;
    overflow: visible;
}

#header .logo {
    padding-top: 15px;
}

.nav {
    height: 69px;
}

.nav li a {
    display: inline-block;
    width: 138px;
	/*width: 120px;*/
    text-align: center;
    color: #060606;
    font-size: 16px;
}

.nav li a:hover {
    border-bottom: 3px solid #049e6c;
    color: #049e6c;
}

.nav li {
    float: left;
}

.airlines {
    height: 48px;
    line-height: 48px;
    border-top: 1px dashed #e7e7e7;
    color: #717070;
}

.airlines span {
    display: inline-block;
    float: right;
}

#header strong {
    float: left;
    padding-right: 40px;
    font-size: 18px;
    color: #224e72;
    font-weight: normal;
}

/*860px的的头部*/
.header {
    height: 104px;
    border-bottom: 5px solid #c6cdd3;
}

.top .right {
    color: #475058;
}

.top .right a {
    font-size: 18px;
}

.header em {
    display: block;
    position: absolute;
    top: 54px;
    right: 0;
    width: 17px;
    height: 17px;
    background: url(../images/icon.png) no-repeat -66px 0;
}

/*后台管理系统头部*/
.sys-top {
    height: 60px;
    background: #233649;
    font-size: 16px;
}

.sys-top h2 {
    float: left;
    padding-top: 10px;
}

.sys-top p {
    float: right;
}

.sys-top p a {
    float: left;
    display: inline-block;
    padding: 0 20px;
    margin-right: 10px;
    height: 60px;
    line-height: 60px;
    color: #fff;
}

.sys-top p a.current {
    background: #34485d;
}

.sys-top p a:hover {
    background: #f6712a;
}

/* @content styles
----------------------------------------*/
.box-main {
    margin: 40px auto 50px;
    background: #fff;
    border: 1px solid #e1e4e7;
}

.sidebarIcon a {
    text-indent: -9999px;
}

.main {
    margin-bottom: 80px;
}

/* @footer styles
----------------------------------------*/
/*1002宽底部*/
.web-icon a {
    width: 100px;
    height: 36px;
    margin: 20px 15px 0 0;
    /*background: url(../images/footer_icon.png) no-repeat;*/
}

a.web1 {
    background-position: 0 0;
}

.web1:hover {
    background-position: -112px 0;
}

a.web2 {
    background-position: 0 -39px;
}

.web2:hover {
    background-position: -112px -39px;
}

a.web3 {
    background-position: 0 -78px;
}

.web3:hover {
    background-position: -112px -78px;
}

a.web4 {
    width: 36px;
    height: 36px;
    background-position: 0 -170px;
}

.web4:hover {
    background-position: -50px -170px;
}

a.web5 {
    background-position: 0 -119px;
}

.web5:hover {
    background-position: -112px -119px;
}

.footer {
    width: 100%;
    padding: 2px 0;
    background: #33be74;
}

.footer .last {
    padding-right: 0;
}

.footer a {
    color: #cbcdd0;
}

.footer dd a:hover {
    color: #fff;
    text-decoration: underline;
}

.footer p {
    padding: 16px;
    margin-top: 6px;
    color: #ffffff;
    font-size: 12px;
}

.footer p a {
    display: inline-block;
    float: right;
    color: #ffffff;
}

.footer dl {
    float: left;
    padding-right: 38px;
}

.footer dt {
    padding-bottom: 12px;
}

.footer dt b {
    width: 22px;
    height: 22px;
    margin-right: 6px;
}

.footer dt a {
    color: #fff;
    font-size: 14px;
}

.footer dd {
    line-height: 31px;
    padding-left: 28px;
}

.footer .dl1 b {
    background-position: 0 -142px;
}

.footer .dl2 b {
    background-position: -32px -142px;
}

.footer .dl3 b {
    background-position: -65px -142px;
}

.footer .dl5 b {
    background-position: -96px -142px;
}

.footer .dl6 b {
    background-position: -128px -142px;
}

.footer .dl7 b {
    background-position: -159px -142px;
}

.footer .dl4 img {
    border: 8px solid #fff;
}

.footer .dl4 dd {
    padding-left: 0;
    font-size: 14px;
    text-align: center;
}

.footer .dl4 a {
    color: #fff;
}

.footer i {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}

.footer .sina-weibo i {
    background-position: -117px -18px;
}

.footer .sina-weibo:hover i {
    background-position: -148px -18px;
}

.footer .QRcode i {
    background-position: -184px -18px;
}

.footer .QRcode:hover i {
    background-position: -221px -18px;
}

.footer .qq-weibo i {
    margin-top: 3px;
    background-position: -193px -145px;
}

.footer .qq-weibo:hover i {
    background-position: -224px -143px;
}

.footer ul {
    padding-left: 100px;
    margin-bottom: 16px;
    width: 100%;
    float: left;

}

.footer li {
    float: left;
}

.footer li a {
    float: left;
    display: inline-block;
    width: 100px;
    color: #ffffff;
    font-size: 16px;
    /*height: 36px;*/
    /*margin-right: 16px;*/
    /*background: url(../images/footer_icon.png) no-repeat;*/
}

.footer .li1 a {
    background-position: 0 0;
}

.footer .li1 a:hover {
    background-position: -113px 0;
}

.footer .li2 a {
    background-position: 0 -46px;
}

.footer .li2 a:hover {
    background-position: -113px -46px;
}

.footer .li3 a {
    background-position: 0 -92px;
}

.footer .li3 a:hover {
    background-position: -113px -92px;
}

.footer .li4 a {
    background-position: 0 -138px;
}

.footer .li4 a:hover {
    background-position: -113px -138px;
}

.footer .li5 a {
    background-position: 0 -184px;
}

.footer .li5 a:hover {
    background-position: -113px -184px;
}

.footer .li6 a {
    background-position: 0 -230px;
}

.footer .li6 a:hover {
    background-position: -113px -230px;
}

.footer .li7 a {
    background-position: 0 -276px;
}

.footer .li7 a:hover {
    background-position: -113px -276px;
}

/*860底部*/
.foot {
    padding-bottom: 40px;
    border-top: 1px solid #d8dbde;
    color: #9c9c9c;
    text-align: center;
}

.foot a {
    display: inline-block;
    color: #656565;
}

.foot ul {
    width: 590px;
    margin: 2px auto;
    overflow: hidden;
    color: #d8dbde;
}

.foot li {
    float: left;
}

.foot li a {
    padding: 0 10px;
}

.foot li a:hover {
    color: #224e72;
    text-decoration: underline;
}

/*后台管理系统底部*/
.sys-foot {
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #e1e1e1;
    color: #9c9c9c;
    text-align: center;
}

* {
    margin: 0;
    padding: 0;
}

* html, * html body {
    /*background-image: url(about:blank);*/
    background-attachment: fixed;
}

a, img, input {
    border: none;
}

a {
    text-decoration: none;
}

/* a:hover{text-decoration: underline;} */
a, a:active, input {
    outline: none;
}

body {
    background: #f4f4f4;
    font-family: 'MicrosoftYahei', '微软雅黑';
}

h1, h2 {
    font-weight: normal;
}

.customer, .c-main, .service1 {
    overflow: hidden;
    zoom: 1;
}

.customer { /*width: 223px;*/
    height: 360px;
    position: fixed;
    _position: absolute;
    left: -186px;
    top: 50%;
    margin-top: -180px;
}

.c-main {
    float: left;
    width: 186px;
    height: 355px;
    border-top: 1px solid #233649;
    border-bottom: 3px solid #233649;
    background: #fff;
    font-size: 12px;
    border-radius: 5px;
}

.c-main h2 {
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #233649;
    border-bottom: 1px solid #e8edf1;
}

.service1 a {
    display: block;
    margin: 6px 0 26px 10px;
    width: 74px;
    height: 31px;
    line-height: 29px;
    padding-left: 40px;
    font-size: 12px;
    color: #fff;
    background: url(../images/tq/btn.png) no-repeat 0 0;
    font-family: "宋体";
}

.service1 dl {
    padding-bottom: 22px;
}

.service1 dt {
    font-size: 14px;
}

.service1 b {
    float: left;
    width: 15px;
    height: 15px;
    margin: 4px 10px 0 0;
    background: url(../images/tq/sprites.png) no-repeat;
}

b.mail {
    margin-top: 6px;
    background-position: 0 -24px;
}

b.timer {
    background-position: 0 -43px;
}

.service1 dd {
    padding-top: 10px;
    padding-left: 20px;
    color: #a3a3a3;
}

.c-side {
    float: left;
    width: 33px;
    height: 129px;
    margin-top: 124px;
    background: url(../images/tq/sideBar.png) no-repeat 0 0;
}

/*友情链接*/
.links p {
    padding: 10px 0 20px 20px;
}

.links a {
    display: inline-block;
    color: #233649;
    padding: 0 13px 15px 0;
}

.links a:hover {
    text-decoration: underline;
    color: #4fc1e9;
}

.blogroll p {
    line-height: 32px;
    padding: 0;
}

.blogroll p.p-phone {
    font-size: 24px;
    font-weight: bold;
    color: #f05e0f;
}