﻿* {
    padding: 0;
    margin: 0;
}
html {
    background: #FFFFFF;
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    color: #333333;
    font-size: 14px;
    line-height: 26px;
    font: 13px/1.5 "Microsoft YaHei", tahoma, arial, Hiragino Sans GB, \5b8b\4f53;
    position: relative;
    height: 100%;
    width: 100%;
    min-width:1200px;
}
div, dl, dt, dd, form, h1, h2, h3, h4, h5, h6, img, ol, ul, li, table, th, td, p, span, a {
    border: 0;
    list-style: none;
}
input[type="button"], input[type="submit"], input[type="reset"] {
    -webkit-appearance: none;
}
textarea {
    -webkit-appearance: none;
}
textarea::-webkit-input-placeholder {
    color: #C4C4C4;
}
textarea::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #C4C4C4;
}
textarea:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #C4C4C4;
}
textarea:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #C4C4C4;
}
img, input {
    border: none;
    vertical-align: middle;
}
img {
    list-style: none;
    list-style-type: none;
}
a:link, a:visited {
    text-decoration: none;
    color: #333333;
}
a:hover, a:active {
    color: #530B24;
}
.clear {
    clear: both;
    font-size: 0;
    height: 0;
    visibility: hidden;
    line-height: 0;
}
/* layout */
.layout {
    clear: both;
    width: 100%;
}
.zlayout {
    clear: both;
    margin:0 auto;
    width: 1200px;
}
.left {
    float: left;
}
.right {
    float: right;
}
/* end layout */

/* header */
#header {
    width:1000px;
    height:88px;
}
    #header a.logo, #header a.logo img {
        height: 88px;
        overflow: hidden;
    }
    #header span {
        width:600px;
        height: 88px;
    }
        #header span a {
            display: inline-block;
            width: 300px;
            text-align: center;
            font-size: 18px;
            color: #2F2F2F;
            padding:25px 0 0 0;
            line-height:24px;
        }
            #header span a em {
                display: block;
                font-style: normal;
            }
            #header span a:hover, #header span a:hover em {
                color: #003F96;
            }

#banner {
    height:400px;
}
    #banner .swiper-slide img {
        display: block;
        width: 1200px;
        height: 400px;
    }
    #banner .swiper-button-prev {
        background: url(../images/left-or.png) no-repeat left top;
        position: absolute;
        background-size: 27px 44px;
        left: 10px;
        top: 55%;
        margin-top: -65px;
        margin-left: 20px;
        width: 27px;
        height: 44px;
        z-index: 999;
    }
    #banner .swiper-button-next {
        background: url(../images/right-or.png) no-repeat left bottom;
        position: absolute;
        background-size: 27px 44px;
        right: 10px;
        top: 55%;
        margin-top: -65px;
        margin-right: 20px;
        width: 27px;
        height: 44px;
        z-index: 999;
    }
    #banner .swiper-pagination {
        position: absolute;
        left: 0;
        text-align: center;
        bottom: 5px;
        width: 100%;
        z-index: 1;
    }
    #banner .swiper-pagination-bullet {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 10px;
        background: #333333;
        margin: 0 8px;
        cursor: pointer;
        transform: scale(1,1);
        transition: all 0.3s ease-in-out;
    }
    #banner .swiper-pagination-bullet-active {
        transform: scale(1,1);
        background: #530B24;
    }

#footer {
    padding:18px 0;
    text-align: center;
    font-size: 13px;
    line-height: 26px;
    color: #FFFFFF;
    padding: 10px 0;
    background: #2F2F2F;
}
    #footer a {
        color: #FFFFFF;
    }

/* center */
#center {
    width:1000px;
    padding:40px 0 50px 0;
}
    #center label.txt {
        display: block;
        text-align: center;
        font-size: 20px;
        color: #A3A3A3;
        padding:0 0 30px 0;
    }
    #center div.so-box {
        clear: both;
        height: 68px;
        overflow: hidden;
    }
        #center div.so-box textarea {
            float: left;
            width: 800px;
            height: 46px;
            padding: 10px 10px;
            color: #222222;
            border: 1px solid #CCCCCC;
            border-right: none;
            -moz-border-radius: 2px 0 0 2px;
            -webkit-border-radius: 2px 0 0 2px;
            border-radius: 2px 0 0 2px;
            resize: none;
            font: 18px "Microsoft YaHei", tahoma, arial, Hiragino Sans GB, \5b8b\4f53;
        }
        #center div.so-box a {
            float: left;
            width: 178px;
            height: 60px;
            padding: 8px 0 0 0;
            text-align: center;
            color: #FFFFFF;
            font-size: 20px;
            line-height: 24px;
            background: #003F97;
            cursor: pointer;
            -moz-border-radius: 0 2px 2px 0;
            -webkit-border-radius: 0 2px 2px 0;
            border-radius: 0 2px 2px 0;
            transition: All 0.4s ease-in-out;
            -webkit-transition: All 0.4s ease-in-out;
            -moz-transition: All 0.4s ease-in-out;
            -o-transition: All 0.4s ease-in-out;
        }
            #center div.so-box a:hover {
                background:#109C79;
            }
    #center div.u {
        clear: both;
        padding: 50px 0;
        line-height: 40px;
        color: #333333;
        font-size: 16px;
    }
    #center div.u label {
        display:block;
        font-size:20px;
        color:#666666;
    }
    #center div.u b {
        font-weight:normal;
        color:#666666;
    }
        #center div.u > div {
            position:relative;
            clear:both;
            padding:5px 0 15px 0;
            box-sizing:border-box;
            border-top:1px solid #E5E5E5;
        }
            #center div.u > div > em {
                display: block;
                height: 35px;
                font-style: normal;
                font-size:14px;
            }
            #center div.u > div > label {
                display:block;
                line-height:30px;
            }
    #center div.not {
        clear: both;
        padding: 50px 0;
        text-align: center;
        color: #333333;
        font-size: 20px;
    }


    #center div.text {
        text-align: center;
        color: #D5D5D5;
        padding:0 0 50px 0;
    }
        #center div.text b {
            display: block;
            padding:0 0 20px 0;
            font-weight: normal;
            font-size: 30px;
        }
        #center div.text label {
            font-size: 18px;
            color: #B0B0B0;
            line-height:40px;
        }
    #center div.i, #center div.x, #center div.b {
        clear: both;
        margin: 0 auto;
        width: 623px;
        height: 72px;
        padding: 0 0 0 192px;
    }
        #center div.i b, #center div.x b {
            position: absolute;
            margin-left: -192px;
            font-weight: normal;
            font-size: 14px;
            color: #A3A3A3;
            line-height: 36px;
        }
        #center div.i input, #center div.x textarea {
            width: 600px;
            height: 36px;
            padding: 0 10px;
            border: 1px solid #E3E3E3;
        }
            #center div.i input.v {
                width:500px;
            }
            #center div.i img {
                height: 36px;
                margin-left: 20px;
            }
    #center div.x {
        height:194px;
    }
        #center div.x textarea {
            height: 140px;
            padding:5px 10px;
            line-height:20px;
        }
    #center div.b input {
        border: none;
        padding: 0 50px;
        height: 42px;
        color: #FFFFFF;
        cursor: pointer;
        font-size: 16px;
        background: #003F97;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        transition: All 0.4s ease-in-out;
        -webkit-transition: All 0.4s ease-in-out;
        -moz-transition: All 0.4s ease-in-out;
        -o-transition: All 0.4s ease-in-out;
    }
        #center div.b input:hover {
            background:#109C79;
        }


        /* Top */
        #scroll-top {
            width: 36px;
            height: 36px;
            background: url("../images/scroll-top.png") no-repeat 0 0;
            position: fixed;
            right: 10px;
            bottom: 120px;
            z-index: 1000;
            display: none;
            cursor: pointer;
        }
    #scroll-top:hover {
        background-position: -36px 0;
    }

#win-point {
    width: 320px;
    height: 40px;
    position: fixed;
    _position: absolute;
    top: 50%;
    left: 50%;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: -20px 0 0 -160px;
    background: #222222;
    z-index: 99;
    -webkit-box-shadow: 1px 1px 1px #999999;
    -moz-box-shadow: 1px 1px 1px #999999;
    box-shadow: 1px 1px 1px #999999;
}
    #win-point label {
        float: left;
        width: 230px;
        height: 40px;
        padding: 0 0 0 50px;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 40px;
        white-space: nowrap;
        overflow: hidden;
        text-align: center;
        text-overflow: ellipsis;
    }
    #win-point a {
        float: right;
        width: 30px;
        height: 40px;
        color: #109C79;
        text-align: center;
        line-height: 38px;
        font-size: 20px;
        cursor: pointer;
        overflow: hidden;
    }
        #win-point a:hover {
            color: #FFFFFF;
        }
#win-bg {
    background: #000000;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}