/* CSS Document */
body, ol, ul, h1, h2, h3, h4, h5, h6, p, form, input, textarea, select, header, footer {
    margin: 0;
    padding: 0;
    font-size: 12px
}

body {
    font-family: "Microsoft YaHei", Arial, Helvetica, sans-serif;
}

div, span, a, header {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    -webkit-user-select: none;
    -moz-user-focus: ignore;
    -moz-user-select: none;
    word-wrap: break-word;
}

a {
    color: #333;
    text-decoration: none;
    display: inline-block
}

a:hover {
    color: #333;
    text-decoration: none
}

li {
    list-style: none;
}

img {
    border: 0;
    vertical-align: middle
}

.c {
    clear: both
}

/*input{ border:0; -webkit-appearance:none;}*/
input {
    border: 0;
}

.none {
    display: none
}

.container {
    width: 1200px;
    margin: 0 auto
}

.content_wrap h3 {
    font-size: 14px;
    margin: 20px 0 10px 0;
    color: #333
}

.content_wrap p {
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.content_wrap p a {
    color: #5fb7fc
}

.content_wrap .contact {
    margin-top: 10px;
}

.content_wrap .contact img {
    position: relative;
    top: 14px;
}

.content_wrap .contact .text {
    position: relative;
    font-size: 15px;
    margin-left: 20px;
    top: 15px;
    color: #999;
}

/*header*/
.header {
    width: 100%;
    height: 40px;
    float: left;
    line-height: 40px;
    border-bottom: 1px solid #dfdfdf;
    background: #fafafa
}

.header .left {
    float: left;
    margin-left: 18px
}

.header .right {
    float: right;
    padding-right: 10px
}

.header .right .login {
    float: left;
    border-right: 1px solid #cccccc;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    padding-right: 15px
}

.header .right img {
    padding: 0 10px
}

.header .right .phone {
    position: relative;
    background: #fafafa
}

.header .right .phone .R_text {
    padding: 0 10px
}

.header .right .phone ul {
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 0;
    width: 220px;
    position: absolute;
    top: 40px;
    text-align: center;
    right: 0
}

.header .right .phone ul li {
    position: relative;
    float: left;
    padding: 10px;
    font-size: 12px
}

.header .right .phone ul li:first-child {
    border-bottom: 1px solid #eee
}

.header .right .phone ul li img {
    width: 78px;
    height: 78px;
    float: left;
    position: relative;
    top: 0
}

.header .right .phone ul li .text {
    line-height: 1.5;
    float: left;
    position: relative;
    right: 0;
    top: 0
}

.header .right .phone ul .text .title {
    font-size: 16px;
    margin-top: 8px;
    margin-bottom: 12px;
    line-height: 1;
    white-space: nowrap
}

.header .right .phone ul .text .desc {
    color: #999;
    font-size: 12px;
    white-space: nowrap
}

.active {
    background: #fff;
    border-right: 1px solid #ccc
}

.show {
    display: block;
    border-top: none
}

.hide {
    display: none
}


/*content*/
.content {
    width: 100%;
    float: left
}

.content .C_title {
    height: 60px;
    line-height: 60px
}

.content .C_title .item {
    color: #999999
}

.content_wrap {
    width: 100%
}

/*slogan*/
.slogan {
    width: 100%;
    padding-bottom: 40px;
    float: left
}

.slogan .item {
    float: left;
    margin-right: 100px
}

.slogan .item:first-child {
    margin-left: 100px
}

.slogan .item img {
    width: 50px;
    height: 50px;
    margin-left: 15px;
    margin-top: 8px;
    float: left;
}

.slogan .item .text {
    margin-left: 80px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.slogan .item .text .title {
    font-size: 18px;
    margin-bottom: 3px
}

.slogan .item .text .desc {
    font-size: 14px;
    color: #999
}


/*footer*/
.footer {
    width: 100%;
    float: left;
    border-top: 1px solid #e6e6e6;
    padding-bottom: 60px;
    margin: 30px 0
}

.footer_top {
    width: 100%;
    float: left;
    height: 132px;
    background: #fefefe;
    border-bottom: 1px solid #e6e6e6
}

.footer_top .container {
    position: relative
}

.footer .logo {
    float: left;
    height: 40px;
    position: absolute;
    left: 0;
    top: 50px
}

.footer .list {
    text-align: center;
    position: relative;
    top: 40px
}

.footer .list a {
    font-size: 13px;
    padding: 0 12px
}

.footer .code {
    float: right;
    width: 200px;
    position: absolute;
    right: 0;
    top: 12px;
    color: #999
}

.footer .code .item {
    width: 98px;
    float: left;
    margin-left: 33px
}

.footer .code .item span {
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 4px
}

.footer .code img {
    width: 98px;
    height: 98px;
}

.footer_bottom {
    width: 100%;
    float: left;
    text-align: center
}

.footer_bottom p:first-child {
    padding: 16px 0 10px 0
}

.fin_links {
    width: 1200px;
    margin: 50px auto 0;
    color: #666
}

.fin_links a {
    margin-left: 20px;
    color: #333
}

.fin_links a:hover {
    color: #ff4a00
}