﻿@charset "utf-8";

html {
    font: normal 14px "微软雅黑", Arial;
}

body {
    padding: 0px;
    margin: 0px auto;
    color: #333;
    width: 100%;
    min-width: 1200px;
    /*width: expression((documentElement.clientWidth < 1200) ? "1200px" : "100%" );*/
    zoom: 1;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

ul, li, form, dl, dt, dd, div {
    padding: 0px;
    margin: 0px;
}

select, input, textarea {
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #414446;
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

    input:focus {
        outline: none;
    }

input, button, select, textarea {
    outline: none; /*-webkit-appearance:none;*/ /*强制去除表单自带的样式*/
    font: normal 14px "微软雅黑", Arial;
}

textarea {
    resize: none; /*-webkit-appearance:none;*/ /*强制去除textarea自带的样式*/
}

article, aside, footer, header, nav, section, figure, figcaption {
    display: block;
}
/*html5设置*/
figure, figcaption {
    margin: 0px;
    padding: 0px;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

img {
    border: none;
    border: 0;
    max-width: 100%;
    vertical-align: middle;
}

a {
    color: #414446;
    text-decoration: none;
}

    a:focus {
        outline: none;
        -moz-outline: none;
    }

    a:hover {
        text-decoration: none;
    }

.clear {
    clear: both;
    height: 0px;
    overflow: hidden;
}

.MainContain {
    width: 1200px;
    margin: 0 auto;
}

.SinglePage {
    text-align: justify;
    word-wrap: break-word;
    clear: both;
    overflow: hidden;
    font-size: 13px;
    line-height: 24px;
}


/*header*/
.Top {
    width: 1200px;
    margin: 0 auto;
    height: 100px;
}

    .Top .logo {
        width: 94px;
        height: 49px;
        float: left;
        margin: 21px 0 0;
    }

        .Top .logo img {
            width: 94px;
            height: 49px;
        }

.MainNav {
    float: right;
    padding: 0 23px 0 0;
}

    .MainNav li {
        list-style: none;
        float: left;
    }

        .MainNav li a {
            color: #333333;
            font-size: 16px;
            display: block;
            padding: 0 2px;
            line-height: 100px;
            margin: 0 32px;
            border-top: 3px solid #ffffff;
        }

            .MainNav li.onnav a, .MainNav li a:hover {
                color: #e95513;
                border-color: #e95513;
            }

/*Bottom*/
.Bottom {
    height: 222px;
    background: #f9f9f9;
    text-align: center;
}

    .Bottom .botnav {
        padding: 32px 0 25px;
        display: inline-block;
    }

        .Bottom .botnav a {
            color: #333333;
            font-size: 14px;
        }

            .Bottom .botnav a:hover {
                color: #E95513;
            }

        .Bottom .botnav em {
            color: #cbcbcb;
            padding: 0 24px;
            font-style: normal;
            line-height: 13px;
        }

    .Bottom .bot_icon {
        display: inline-block;
    }

        .Bottom .bot_icon li {
            float: left;
            list-style: none;
            padding: 0 4px;
        }

            .Bottom .bot_icon li a {
                display: block;
                width: 33px;
                height: 33px;
                text-indent: -99999em;
            }

        .Bottom .bot_icon .li1 a {
            background: url(../images/Bottom_icon.png) no-repeat left top;
        }

            .Bottom .bot_icon .li1 a:hover {
                background: url(../images/Bottom_icon2.png) no-repeat left top;
            }

        .Bottom .bot_icon .li2 a {
            background: url(../images/Bottom_icon.png) no-repeat -40px top;
        }

            .Bottom .bot_icon .li2 a:hover {
                background: url(../images/Bottom_icon2.png) no-repeat -40px top;
            }

        .Bottom .bot_icon .li3 a {
            background: url(../images/Bottom_icon.png) no-repeat -81px top;
        }

            .Bottom .bot_icon .li3 a:hover {
                background: url(../images/Bottom_icon2.png) no-repeat -81px top;
            }

    .Bottom .copyright {
        font-family: "Helvetica";
        font-size: 14px;
        color: #555555;
        padding: 20px 0 28px;
        border-bottom: 1px dashed #bebebe;
    }

/*Banner*/
.Banner {
    width: 100%;
    height: 480px;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/HELVETICANEUELTPRO-THEX.eot');
    src: local('Helvetica'), local('HELVETICANEUELTPRO-THEX'), url('../fonts/HELVETICANEUELTPRO-THEX.woff') format('woff'), url('../fonts/HELVETICANEUELTPRO-THEX.OTF') format('opentype'), url('../fonts/HELVETICANEUELTPRO-THEX.svg#Helvetica') format('svg');
}

/************************新加的2016.7.19********************/
.zhe-tan {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    /*IE8下*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#c8000000,endColorstr=#c8000000);
    position: fixed;
    z-index: 1000;
    top: 0;
    display: none;
}

.tan {
    width: 695px;
    height: 315px;
    position: relative;
    top: 300px;
    left: 0;
    right: 0;
    margin: auto;
}

    .tan h4 {
        background: url("../images/tan-title.jpg") no-repeat center;
        width: 100%;
        height: 91px;
    }

    .tan div {
        background-color: #fff;
        padding-top: 28px;
        text-align: center;
        height: 143px;
        width: 100%;
    }

        .tan div p {
            font-weight: bold;
            font-size: 14px;
            color: #666;
        }

            /*.tan div p:first-child {
                margin-bottom: 20px;
            }*/

        .tan div span {
            display: block;
            font-size: 12px;
            color: #FB7A34;
            margin-top: 5px;
        }

    .tan .close {
        position: absolute;
        right: 22px;
        top: 32px;
    }


/*********************************2016.8.2新增   右侧悬浮按钮******************************************/
.rightFix {
    position: fixed;
    right: 12px;
    top: 200px;
    z-index: 100;
}

    .rightFix ul {
    }

        .rightFix ul > li {
            list-style: none;
            width: 67px;
            height: 56px;
            margin-bottom: 3px;
            /*background-color:#E6E6E6;*/
            position: relative;
            padding-left: 10px;
        }

            .rightFix ul > li > a {
                display: block;
                width: 67px;
                height: 56px;
            }
            /**../../res/right-icon1.png*/
            .rightFix ul > li.li1 > a {
                background: url("../../res/right-icon1-h.png") no-repeat center #E6E6E6;
            }

            .rightFix ul > li.li2 > a {
                background: url("../../res/right-icon2-h.png") no-repeat center #E6E6E6;
            }

            .rightFix ul > li.li3 > a {
                background: url("../../res/right-icon3-h.png") no-repeat center #E6E6E6;
            }

            .rightFix ul > li.on {
                /*background-color:#FF7124;*/
            }

        .rightFix ul > .li1.on > a {
            background: url("../../res/right-icon1.png") no-repeat center #FF7124;
        }

        .rightFix ul .li2.on > a {
            background: url("../../res/right-icon2.png") no-repeat center #FF7124;
        }

        .rightFix ul > .li3.on > a {
            background: url("../../res/right-icon3.png") no-repeat center #FF7124;
        }

    .rightFix > .li4 {
        padding-left: 10px;
    }

        .rightFix > .li4 > a {
            display: block;
            width: 67px;
            height: 46px;
            background: url("../../res/right-icon4.jpg") no-repeat center;
        }

    .rightFix ul > li > .erweima {
        width: 158px;
        height: 193px;
        padding: 7px 7px 0;
        background-color: #F0F0F0;
        position: absolute;
        left: -172px;
        top: -60px;
        display: none;
    }

        .rightFix ul > li > .erweima p {
            text-align: center;
            height: 42px;
            line-height: 42px;
            font-size: 16px;
            color: #333;
        }

    .rightFix ul > .li1 .beside {
        position: absolute;
        background-color: #F0F0F0;
        width: 260px;
        left: -258px;
        top: 0px;
        padding: 9px;
        display: none;
    }
    

        .rightFix ul > .li1 .beside .beside_cont {
            width: 240px;
            text-align: center;
            background-color: #fff;
            padding-bottom: 20px;
        }

    .rightFix ul .li1 .beside .beside_cont .service {
        border-bottom: 1px solid #D4D3D3;
        background-color: #fff;
    }

        .rightFix ul .li1 .beside .beside_cont .service h2 {
            font-size: 16px;
            font-weight: normal;
            padding: 12px 5px;
            width: 80px;
            border-bottom: 2px solid #FF7125;
        }

    .rightFix ul .li1 .beside_cont .info {
        margin-top: 12px;
        overflow: hidden;
    }

        .rightFix ul .li1 .beside_cont .info form {
            margin-bottom: 15px;
        }

            .rightFix ul .li1 .beside_cont .info form input {
                display: block;
                width: 177px;
                height: 32px;
                line-height: 32px;
                padding: 0px 10px;
                margin: 0 auto 7px;
                background-color: #f9f9f9;
            }

            .rightFix ul .li1 .beside_cont .info form select {
                width: 177px;
                height: 32px;
                padding: 0px 10px;
                margin-bottom: 7px;
                background-color: #f9f9f9;
            }

        .rightFix ul .li1 .beside_cont .info textarea {
            display: block;
            background-color: #f9f9f9;
            padding: 10px 10px;
            margin: 0 auto 7px;
            width: 177px;
            height: 40px;
            overflow: auto;
        }

    .rightFix ul .li1 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
        color: #414446;
    }

    .rightFix ul .li1 ::-moz-placeholder { /* Mozilla Firefox 19+ */
        color: #414446;
    }

    .rightFix ul .li1 .beside_cont .info form input:-ms-input-placeholder,
    .rightFix ul .li1 .beside_cont .info form textarea:-ms-input-placeholder {
        color: #414446;
    }

    .rightFix ul .li1 .beside_cont .info form input::-webkit-input-placeholder,
    .rightFix ul .li1 .beside_cont .info form textarea::-webkit-input-placeholder {
        color: #414446;
    }

    .rightFix ul .li1 .beside_cont .info .appoint {
        background-color: #ff7124;
        color: #FFFFFF;
        padding: 8px 58px;
        font-size: 16px;
        line-height: 38px;
    }

#showVideo {
    position: fixed;
    z-index: 9999;
    top: 100px;
    width: 800px;
    height: 600px;
    left: 50%;
    background: #FFF;
    margin-left: -400px;
    border: 10px solid #FF7124;
    display: none;
}

    #showVideo span {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        z-index: 10;
        background: #FFF;
        border-radius: 50%;
        display: block;
        cursor: pointer;
    }





