/*///////////////////////////////////////COMMON/////////////*/
* {
    font-weight: 400;
    letter-spacing: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei', '微软雅黑', '黑体', SimHei;
    background: white;
    word-wrap: break-word;
    -webkit-text-size-adjust: 100%;
    letter-spacing: 0.1em;
    color: #303030;
}

input, textarea, button {
    font-family: inherit;
}

ol, ul, li, dl, dt, dd, h1, h2, h3, p {
    padding: 0;
    margin: 0;
}

::selection {
    background: #c8b028;
    color: #fff;
}

::-moz-selection {
    background: #c8b028;
    color: #fff;
}

img {
    border-width: 0;
}

object, embed {
    vertical-align: bottom;
}

ul, ul li, ol, ol li {
    list-style: none;
}

a {
    text-decoration: none;
    display: block;
    -webkit-transition: all 0.1s;
    -moz-transition: all 0.1s;
    transition: all 0.1s;
}

a:link, a:active, a:hover, a:visited {
    color: #3d3d3d;
}

a {
    text-decoration: none;
    outline: none;
}

a:active {
    star: expression(this.onFocus=this.blur());
}
a.yellow:link, a.yellow:active, a.yellow:hover, a.yellow:visited {
    color: #fcce01 !important;
}

.font_red {
    color: #ed1c24;
}

img, a img {
    margin: 0;
    padding: 0;
    border: 0;
    border-style: none;
    text-decoration: none;
    vertical-align: top;
}

.inner {
    width: 1000px;
    margin: auto;
}

#header {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -50%;
    width: 100%;
    z-index: 10;
    height: 90px;
    background: rgba(0, 0, 0, .5);
}

#header[data="home"] {
    background: 0 0 !important;
}

#header .mbtn {
    display: none;
}

#header .logo {
    float: left;
    padding: 15px 0 0 0;
}

#header .nav {
    float: right;
    margin: 15px 50px 0 0;
}

.menuList dl {
    position: absolute;
    width: 100%;
    left: 0;
    background: #fcce01;
    opacity: .8;
    display: none;
}

.menuList:hover dl {
    display: block;
    line-height: 60px;
}

#header .nav li.menuList dl a {
    border-bottom: none;
    color: #000;
    font-size: 16px;
    padding: 0 10px;
}

#header .nav li.menuList dl dd {
    display: inline-block;
}

#header .nav a, #header .nav a:link, #header .nav a:active, #header .nav a:hover, #header .nav a:visited {
    color: #fff;
}

#header .nav li {
    float: left;
    text-align: center;
    line-height: 70px;
    font-size: 18px;
    margin: 0 2px;
}

#header .nav li a {
    padding: 0 22px;
}

#header .nav li.language {
    width: 0;
    position: relative;
}

#header .nav li.language a {
    position: absolute;
    left: 0;
    white-space: nowrap;
    border: 1px #fff solid;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    font-size: 12px;
    top: 18px;
    border-radius: 20px;
}

#header .nav li.language a:hover {
    border: 1px #fff solid;
}

#header .nav li a {
    border-bottom: 5px transparent solid;
}

#header .nav li:hover a, #header .nav li.cur a {
    border-bottom: 5px #fcce01 solid;
}

#header .nav.on li.cur a {
    border-bottom: 5px transparent solid;
}

#main {
    overflow: hidden;
}

#footer {
    width: 100%;
    padding-top: 60px;
    color: #999;
    background: #414146;
    overflow: hidden;
}

#footer .inner {
    overflow: hidden;
}

.footer_left {
    width: 590px;
    overflow: hidden;
    float: left;
}

.footer_left dl {
    float: left;
    width: 20%;
}

.footer_left dl dt {
    line-height: 24px;
    padding-bottom: 10px;
    font-size: 15px;
}

.footer_left dl dt a {
    font-weight: 500;
}

.footer_left dl dd {
    font-size: 13px;
    line-height: 24px;
}

.footer_left, .footer_left a:link, .footer_left a:visited, .footer_left a:active, .footer_left a:hover {
    color: #9a9a9a;
}

.footer_right {
    width: 410px;
    float: right;
}

.phone_list {
    margin-top: 30px;
    float: left;
}

.phone_list li {
    width: 250px;
    background: #353537;
    font-size: 14px;
    line-height: 35px;
    margin-bottom: 8px;
    border-radius: 35px;
    text-indent: 20px;
}

.copyright {
    width: 100%;
    padding-bottom: 30px;
    text-align: center;
    font-size: 14px;
    border-top: 1px #59595d solid;
    margin-top: 70px;
}

.wm_right {
    float: right;
    margin-top: 45px;
}

.wm_right p {
    background: url(../img/index/wm_icon.png) no-repeat;
    margin: 10px 0;
    padding-left: 22px;
    font-size: 13px;
}

/*dialog*/
.tc-con {
    position: fixed;
    z-index: 99999;
    font-size: 14px;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
}

.msgtitle {
    padding: 18px 0;
    text-align: center;
}

.msg {
    padding: 0px 3% 30px;
}

.msg > span {
    border: 1px #fc391d solid;
    padding: 0 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    margin-right: 5px;
    color: #fc391d;
    float: left;
}

.msg > p {
    margin-left: 65px;
}

.close1 {
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAPFBMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZlr8OySAAAAE3RSTlMAc3p8YXZvaYyGgZFYAdLP1rdETXuaQwAAAKhJREFUSMft0rEKwzAMhGHFie0kdZy29/7vWnkwgmAw3NRB/3jwDQKJ53neuO+9yrB8lyn+APtoj0Cd4gLVQ4sk0zYAx3NcAIQJNM1ZLQM4GWuas1pqmrCmV8KaDpTtKHJWi02bJTRptcBZOxuJtqYJG04AmbQilF76ix1NU7brjbGmOavtTTPWNGe1V9OklavpMre5W0ZXs09dp3h7p+F+7Yjied4f9wM01g2UDsLHVgAAAABJRU5ErkJggg==);
    background-size: 100%;
    text-indent: -9999px;
    z-index: 10000;
}

.tc-con-pro {
    position: fixed;
    z-index: 99999;
    font-size: 14px;
    left: 50%;
    top: 50%;
    margin-top: -91px;
    background: #fff;
}

.tc-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 200;
    top: 0px;
    left: 0px;
    opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30);
    background-color: #000;
}

.login_box {
    width: 940px;
    height: 412px;
    overflow: hidden;
}

.reg_box {
    width: 500px;
    height: 430px;
    overflow: hidden;
}

.login_box .login-left {
    float: left;
    background: url(../img/login_left.jpg);
    width: 440px;
    height: 412px;
}

.login-right {
    float: left;
    padding: 30px 50px;
    overflow: hidden;
    width: 400px;
}

.login-right h4 {
    padding: 0;
    margin: 0;
    font-size: 24px;
    text-align: center;
    padding-bottom: 30px;
}

.login-right ul li {
    padding-bottom: 15px;
}

.login-right ul li .input_text {
    width: 370px;
    height: 55px;
    background: #fcfcfc;
    border: 1px #cdcdcd solid;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 18px;
    padding: 0 10px;
}

.login_btn {
    width: 390px;
    height: 55px;
    background: #00aeef;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-size: 18px;
    color: #fff;
}

.reg_bottom {
    text-align: right;
}

.reg_bottom a {
    display: inline-block;
    color: #0072bc;
    padding-right: 10px;
}

div.black {
    padding: 7px;
    margin: 3px;
    text-align: center;
}

div.black a {
    border: #3d3d3d 1px solid;
    padding: 2px 5px;
    margin: 2px;
    color: #3d3d3d;
    text-decoration: none;
    display: inline
}

div.black a:hover {
    border: #3d3d3d 1px solid;
    color: #fff;
    background-color: #3d3d3d;
}

div.black a:active {
    border: #3d3d3d 1px solid;
    color: #fff;
    background-color: #3d3d3d;
}

div.black span.current {
    border: #3d3d3d 1px solid;
    padding: 2px 5px;
    font-weight: bold;
    margin: 2px;
    color: #fff;
    background-color: #3d3d3d;
}

div.black span.disabled {
    border: #eee 1px solid;
    padding: 2px 5px;
    margin: 2px;
    color: #ddd;
}

[data='pc'] {
    display: block;
}

[data='m'] {
    display: none;
}

@media only screen and (max-width: 690px) {
    [data='pc'] {
        display: none;
    }

    [data='m'] {
        display: block;
    }

    .inner {
        width: 100%;
    }

    #header {
        height: 60px;
    }

    #header .inner {
        width: 100% !important;
    }

    #header[data="home"] {
        background: rgba(0, 0, 0, .5) !important
    }

    .menuList dl {
        position: relative;
        padding: 10px 0;
    }

    .menuList:hover dl {
        line-height: 40px;
    }

    #header .nav li.menuList dl a {
        font-size: 11px;
    }

    #header .mbtn {
        height: 60px;
        width: 25%;
        background: #19b6f0;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 60px;
        text-align: center;
        color: #FFF;
    }

    #header .mbtn:before {
        content: '';
        background: url(../img/menu.png) no-repeat;
        width: 19px;
        height: 17px;
        display: inline-block;
        background-size: 100%;
        vertical-align: middle;
        margin-right: 5px;
    }

    #header .mbtn span {
        vertical-align: middle;
    }

    #header .logo img {
        height: 33px;
    }

    #header .logo {
        margin: auto;
        float: none;
        text-align: center;
    }

    #header .nav {
        float: none;
        width: 100%;
        margin: 0;
        background: rgba(255, 255, 255, .9);
        overflow: hidden;
        position: absolute;
        top: 60px;
        left: 0;
        z-index: 1000;
        display: none;
    }

    #header .nav li {
        width: 100%;
        margin: auto;
        float: none;
        border-bottom: 1px #d6d6d6 solid;
        line-height: 60px;
    }

    #header .nav li a:hover,
    #header .nav li.cur a {
        color: #19b6f0;
        border: none;
    }

    #header .nav li.language {
        width: 94%;
        height: 60px;
    }

    #header .nav li.language a {
        position: inherit;
        border: none;
        font-size: 18px;
    }

    #header .nav li.language a:hover {
        border: none;
    }

    #header .nav li a:hover {
        border-bottom: 0px
    }

    #header .nav a,
    #header .nav a:link,
    #header .nav a:active,
    #header .nav a:hover,
    #header .nav a:visited {
        color: #000;
    }

    #footer {
        padding: 0;
    }

    .footer_left {
        width: 100%;
        background: #38383c;
    }

    .footer_left dl {
        width: 33.33%;
        text-align: center;
    }

    .footer_left, .footer_left a:link, .footer_left a:visited, .footer_left a:active, .footer_left a:hover {
        color: #c1c1c1 !important;
    }

    .footer_left dl dt {
        line-height: 56px;
        padding: 0;
        position: relative;
    }

    .footer_left dl dt:before {
        content: '';
        width: 1px;
        background: #535357;
        height: 28px;
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -14px;
    }

    .footer_left dl:nth-of-type(3) dt:before {
        display: none;
    }

    .footer_left dl:last-child {
        display: none;
    }

    .footer_left dl:nth-of-type(4) dt {
        display: none;
    }

    .footer_left dl dd {
        display: none;
        width: 300%;
        background: #2f2f33;
        line-height: 57px;
        border: 1px #3e3e41 solid;
    }

    .footer_left dl:nth-of-type(2) dd {
        margin-left: -100%;
    }

    .footer_left dl:nth-of-type(3) dd {
        margin-left: -200%;
    }

    .footer_right {
        width: 86% !important;
        margin: auto;
        float: none;
    }

    .phone_list {
        float: right;
    }

    .wm_right {
        float: left;
    }

    .phone_list li {
        width: auto;
        background: 0 0 !important;
    }

    .copyright {
        font-size: 12px;
        padding: 15px 0;
        margin-top: 15px;
    }

    .phone_list li {
        margin-bottom: 0;
        text-indent: 0;
        font-size: 12px;
        line-height: 30px;
    }

    .wm_right {
        margin-top: 30px;
    }

    .wm_right p {
        font-size: 12px;
    }

    .tc-con-pro {
        width: 96%;

    }

    .login_box, .reg_box {
        width: 100%;
    }

    .login_box .login-left {
        display: none;
    }

    .login-right {
        width: 90%;
        padding: 30px 0;
        margin: auto;
        float: none;
    }

    .login-right ul li .input_text {
        width: 99%;
        padding: 0;
        text-indent: 10px;
    }

    .login_btn {
        width: 100%;
    }
}

#header {
    background: rgba(0, 0, 0, .7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000, endColorstr=#70000000); /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000, endColorstr=#70000000)";
}

#header .inner {
    width: 1400px;
}

.login-right ul li .input_text {
    line-height: 55px;
}

.close1 {
    position: absolute;
    top: 0;
    right: 0;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADwAAAA8CAMAAAANIilAAAAAPFBMVEUAAACZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZmZlr8OySAAAAE3RSTlMAc3p8YXZvaYyGgZFYAdLP1rdETXuaQwAAAKhJREFUSMft0rEKwzAMhGHFie0kdZy29/7vWnkwgmAw3NRB/3jwDQKJ53neuO+9yrB8lyn+APtoj0Cd4gLVQ4sk0zYAx3NcAIQJNM1ZLQM4GWuas1pqmrCmV8KaDpTtKHJWi02bJTRptcBZOxuJtqYJG04AmbQilF76ix1NU7brjbGmOavtTTPWNGe1V9OklavpMre5W0ZXs09dp3h7p+F+7Yjied4f9wM01g2UDsLHVgAAAABJRU5ErkJggg==);
    background-size: 100%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/themes/simplebootx/Public/yesno/img/cross.png", sizingMethod=scale);
    width: 30px;
    height: 30px;
}