﻿/* 公共样式表css */
html, body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
}

/** {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}*/

a {
    text-decoration: none;
    color: #000;
}

img {
    border: 0;
}

body {
    background: #fff;
    color: #666;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button, input, optgroup, select, textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #222;
}

    a:hover {
        color: #08acee;
    }

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}
/****************************************头部导航****************************************/
.g-header {
    height: 100px;
    overflow: hidden;
    box-sizing: border-box;
    border-bottom: 1px dashed #999;
}

    .g-header .m-box {
        height: 100%;
    }

    .g-header .f-l {
        display: flex;
        width: 180px;
        height: 100%;
        overflow: hidden;
    }

        .g-header .f-l img {
            display: block;
            width: auto;
            height: auto;
            margin: auto;
        }

    .g-header .f-r {
        width: auto;
        height: 100%;
        overflow: hidden;
        float: right;
        box-sizing: border-box;
        padding-top: 20px;
    }

        .g-header .f-r p {
            width: auto;
            height: auto;
            overflow: hidden;
            font-size: 14px;
            color: #666;
            text-align: right;
        }

        .g-header .f-r h3 {
            width: auto;
            height: auto;
            overflow: hidden;
            background: url(../images/topPage/02.png) 0 center no-repeat;
            margin-top: 3px;
            box-sizing: border-box;
            padding-left: 30px;
            font-size: 24px;
            font-weight: bold;
            color: #ff7010;
        }

.m-wrap {
    width: 100%;
    min-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.m-box {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.content {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.m-t, .y-t, .s-t, .m-c, .y-c, .s-c, .m-f, .y-f, .s-f {
    width: 100%;
}


.g-about .m-c .f-r {
    width: 525px;
    height: 100%;
}

    .g-about .m-c .f-r:hover img {
        opacity: 0.8;
    }

    .g-about .m-c .f-r img {
        display: block;
        width: auto;
        height: 100%;
        transition: all ease-out 0.3s;
    }
/****************************************通用样式****************************************/
.f-l, .y-l, .s-l {
    float: left;
}

.f-r, .y-r, .s-r {
    float: right;
}





/* 必要布局样式css */
.city-nav-header {
    width: 1200px;
    margin: 0 auto;
    display: table;
    position: relative;
    z-index: 50;
    height: 53px;
    color: #555;
    font-size: 18px;
    line-height: 53px;
}

.city-nav-list {
    cursor: pointer;
    position: relative;
    z-index: 50;
    float: left;
    width: 230px;
    height: 53px;
    color: #fff;
    background: #068ad4;
}

    .city-nav-list a {
        display: block;
        width: 230px;
        height: 53px;
        color: #fff;
    }

        .city-nav-list a img {
            display: inline-block;
            margin-top: 15px;
            margin-left: 20px;
            margin-right: 12px;
            border: 0 none;
            width: 22px;
            height: 22px;
            float: left;
        }

.city-nav-item {
    float: left;
    width: 970px;
    height: 53px;
}

    .city-nav-item a {
        font-size: 18px;
        line-height: 53px;
        position: relative;
        display: inline-block;
        padding: 0px 12px;
    }

        .city-nav-item a:first-child {
            padding-left: 34px;
        }

        .city-nav-item a i {
            width: 28px;
            height: 18px;
            display: block;
            background: url(../images/hot.gif) no-repeat center center;
            position: absolute;
            top: 0px;
            right: 0px;
        }

.city-nav-left {
    width: 230px;
    height: 409px;
    border-top: 1px solid #27b1ff;
    background: #068ad4;
}

    .city-nav-left dl dd {
        position: relative;
        z-index: 50;
        border-top: 1px solid #0070ae;
        border-bottom: 1px solid #27b1ff;
        background: #068ad4;
    }

        .city-nav-left dl dd a img {
            margin-top: 23px;
        }

    .city-nav-left dl dd {
        width: auto;
        height: 66px;
        line-height: 66px;
        font-size: 18px;
        background: url(../images/icon-row.png) no-repeat center right;
    }

        .city-nav-left dl dd a {
            height: 68px;
            line-height: 68px;
            font-size: 16px;
        }

            .city-nav-left dl dd a:hover {
                background: url(../images/icon-hover.png);
            }

.city-nav-casket {
    display: none;
    position: absolute;
    top: -2px;
    left: 230px;
    padding: 10px;
    width: 720px;
    overflow: hidden;
    font-size: 13px;
    line-height: 2em;
    border: 1px solid #0070ae;
    background: #fff;
    z-index: 10002;
}

    .city-nav-casket li {
        float: left;
        margin: 8px 0px;
        padding: 0px 8px;
        line-height: 1em;
        border-right: 1px solid #efefef;
    }

        .city-nav-casket li a {
            color: #222;
            text-decoration: none;
        }

.city-nav-left dl dd .city-nav-casket li a {
    width: auto;
    height: auto;
    color: #222;
    line-height: inherit;
    font-size: 13px;
}

    .city-nav-left dl dd .city-nav-casket li a:hover {
        color: #08acee;
        background: none;
    }

.prev, .next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 40px;
    height: 74px;
    background: url(../images/btn-r.png) 1px 1px no-repeat;
    filter: alpha(opacity=70);
    opacity: 0.7;
    z-index: 10;
    display: none;
}

.city-slide-body ul li a {
    position: relative;
    z-index: 1;
    margin: 0 auto;
    display: block;
    width: 750px;
    height: 410px;
    left: 0;
}

.city-slide-body ul li {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 410px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
}

.city-slide-header {
    width: 767px;
    margin: 0 auto;
    height: 410px;
    position: absolute;
    left: 50%;
    margin-left: -271px;
}

.next {
    left: auto;
    right: 0;
    background-position: -40px 0px;
}

.prev:hover {
    filter: alpha(opacity=99);
    opacity: 1;
}

.next:hover {
    filter: alpha(opacity=99);
    opacity: 1;
}

.city-slide:hover .city-slide-header .prev {
    display: block;
}

.city-slide:hover .city-slide-header .next {
    display: block;
}

.bar {
    height: 36px;
    line-height: 36px;
    border-bottom: 1px solid #dbdbdb;
    background-color: #f8f8f8;
    width: 100%;
    font-size:14px;
}
.wrap {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    left: 2px;
}

    .wrap > h3 {
        font-size: 24px;
        color: #2061ce;
        font-family: Microsoft Yahei;
        font-weight: normal;
        margin-bottom: 30px;
    }

    .wrap > h4 {
        font-size: 16px;
        color: #666;
        font-family: Microsoft Yahei;
        font-weight: normal;
        margin-bottom: 30px;
    }
.left {
    float: left;
}

.right {
    float: right;
}
/***********登录**********/
.login-box {
    width: 470px;
    padding: 0 0 35px 0;
    color: #666;
    border-radius: 4px;
    background: rgb(245,245,245);
    /*box-shadow: 1px 1px 4px #767676;*/
    margin: 0 auto 0 auto;
    position: relative;
}
.login-title {
    width: 100%;
    height: 62px;
    line-height: 62px;
    margin-bottom: 35px;
    font-size: 22px;
    font-weight: bolder;
    color: #FFF;
    /*background:#e35004;*/
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#e9580a), to(#dc3d0a));
    background: -webkit-linear-gradient(top, #e9580a, #dc3d0a);
    background: -moz-linear-gradient(top, #e9580a, #dc3d0a);
    background: -o-linear-gradient(top, #e9580a, #dc3d0a);
    background: -ms-linear-gradient(top, #e9580a, #dc3d0a);
    background: linear-gradient(top, #e9580a, #dc3d0a);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #e9580a, endColorstr = #dc3d0a);
    text-align: center;
}
.login-form {
    width: 330px;
    margin-right: 52px;
    /* margin-left: 38px;*/
    margin-left: 66px;
}
.form-item {
    width: 100%;
    height: 48px;
    margin-bottom: 20px;
    position: relative;
}
.user, .pass {
    margin-bottom: 33px;
}
.form-tips {
    width: 100%;
    line-height: 16px;
    font-size: 12px;
    color: #e35b5a;
    position: absolute;
    top: 100%;
}


.form-button .btn-green {
    color: #fff;
    background: #e35004;
    /*background: #006699;*/
}

.form-button .btn, .btn a {
    font-size: 22px;
    padding: 6px 19px;
    cursor: pointer;
    -webkit-transition: all .2s;
    transition: all .2s;
    border: 1px solid transparent;
    border-radius: 2px;
    outline: 0;
    font-family: "å¾®è½¯é›…é»‘";
}
.btn a.block, .btn.block {
    display: block;
    width: 100%;
}

.login_input {
    width: 100%;
    height: 48px;
    /*line-height: 22px;*/
    padding: 12px 20px;
    -webkit-transition: all .2s;
    transition: all .2s;
    /*color: #000;*/
    /*#dce4e6*/
    border: 1px solid #a5aaab;
    border-radius: 3px;
    outline: 0;
    font-size: 16px;
    /*f3f6f8*/
    background: #fff;
}
.head_active {
    color: #08acee;
}