﻿@charset "UTF-8";

body {
    font-family: "微软雅黑";
    color: #5a5a5a;
    margin: 0;
    background: #FFF;
}

html, body {
    -webkit-text-size-adjust: none;
}

table, td {
    font-family: "微软雅黑";
    color: #5a5a5a;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

th, td {
    border-collapse: collapse;
}

A:link {
    text-decoration: none;
    /*color: #5a5a5a;*/
}

A:visited {
    text-decoration: none;
    /*color: #5a5a5a;*/
}

A:hover {
    text-decoration: none;
    color: #00b9ef;
} 
img {
    border: 0;
}

div, p, img, ul, ol, li, form, input, label, span, dl, dt, dd, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
}

    input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
        border: none;
        padding: 0;
    }

a {
    color: #333333;
    blr: expression(this.onFocus=this.blur());
}
/*for IE*/
a {
    outline: none;
}
/*for Firefox*/
ol, ul, li {
    list-style-type: none;
}




.ui-header {
    height: 70px;
    box-sizing: border-box;
    position: absolute;
    width: 100%;
    background-color: #ffffff;
    z-index: 100;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 0px 0px 20px #ccc;
}

.ui-header-box {
    width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    height: 100%;
}

.ui-header-logo {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: block;
    width: 140px;
    height: 64px;
    margin-top: 5px;
    float: left; 
}

    .ui-header-logo img {
        display: block;
        border: none;
        height: 56px;
    }

.ui-header-tel {
    float: right;
    margin-right: 30px;
}

    .ui-header-tel a {
        background-size: 30px;
        padding-left: 38px;
        color: #12569f;
        cursor: initial;
        display: block;
        margin-top: 20px;
        height: 30px;
        line-height: 35px;
        font-size: 18px;
        background-image: url(/content/web/images/phone001.jpg);
        background-repeat: no-repeat;
    }

.ui-header-nav {
    float: right;
    justify-content: flex-start;
    margin-right: 30px;
    height: 70px;
}

    .ui-header-nav dl dd h3 {
        font-weight: normal;
        font-size: 18px;
    }

    .ui-header-nav dl dd {
        color: #333333;
        display: block;
        line-height: 68px;
        padding: 0 22px;
        box-sizing: border-box;
        border-bottom: 2px solid transparent;
        font-size: 14px;
        font-weight: normal;
        position: relative;
        text-align: center;
        float: left;
    }
        .ui-header-nav dl dd div {
            line-height: 46px;
        }
    .ui-header-nav dl .on {
        border-bottom: 2px solid transparent;
        border-color: #1580e4;
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -moz-transition: all .3s ease;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
    }

    .ui-header-nav dl dd ul {
        box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
        transition: all .3s ease;
        background-color: #ffffff;
        /*transform: translateY(-4%);*/
        position: absolute;
        width: 114px;
        top: 78px;
        left: 0;
        padding: 10px 0;
    }

.endMenu {
    height: 70px;
}


.top {
    width: 100%;
    height: 130px;
    top: 80px;
    z-index: 100000;
}

    .top .toplogo {
        overflow: hidden;
        width: 1200px;
        margin: 0 auto;
        height: 85px;
    }

        .top .toplogo .logo img {
            height: 65px;
            float: left;
            margin: 10px auto;
        }

        .top .toplogo .t_tel img {
            height: 65px;
            margin: 10px auto;
            float: right;
        }

    .top .topmenu {
        overflow: hidden;
        width: 100%;
        height: 45px;
        line-height: 45px;
        background-color: #1580e4;
    }

.topmenu ul {
    width: 1200px;
    margin: 0 auto;
}

    .topmenu ul li {
        text-align: center;
        width: 118px;
        float: left;
    }

.topmenu .menus_a {
    color: #ffffff;
    padding: 0 15px;
}

.topmenu ul li.ahover {
    background-color: #ffffff;
    color: #376fea;
}

    .topmenu ul li.ahover a {
        color: #376fea;
    }

.topmenu ul li.menus a:hover {
    background: url(../images/nav_bg.png?d=20180612152650732) no-repeat right center;
}

.nav_item a:hover {
    color: #00ccc5 !important;
}

.nav_sub_menu {
    position: absolute;
    transition: height 0.3s cubic-bezier(0, 0, 0.2, 1) 0.15s;
    overflow: hidden;
    text-align: left; 
    transform: translateY(-13px);
    margin-left: -58px;
    background-color:#ffffff;
    margin-top:5px; 
}
    .nav_sub_menu a {
        color: #666666;
    }

        .nav_sub_menu a:hover {
            text-decoration: none;
            color: #00b9ef;
        }
.new-menu-parts2 {
    width: 900px; 
    padding-left: 50px; 
    padding-right: 30px; 
    margin-top: 20px;
    height:250px;
}
.new-menu-parts2-p {
    width: 25%;
    float:left;
    padding-right:20px;
}
.new-menu-parts2-title {
    font-size:20px;
    margin-bottom:20px; 
    border-bottom:1px solid #eeeeee;
}
.ui-header-nav dl dd div.new-menu-parts2-info {
   line-height:30px;
}
.new-menu-parts2-info {
    font-size:15px; 
}
.new-menu-parts1 {
    width: 400px;
    display: inline-block;
    float: left;
    margin-left: 60px; 
    margin-top: 20px;
    height:250px;
}
.new-menu-p1 {
    display:inline-block;
    font-size: 15px; 
    float:left; 
}  
.new-menu-p1 a{ 
    font-size: 15px; 
}  
    .new-menu-p1 img {
        max-width: 108px;
        max-height: 23px;
        vertical-align: middle;
    }
.new-menu-p2 {
    display:inline-block;
    float:left;
    margin-left:30px;
    font-size:14px;
    color:#999999
} 

.nav_sub_a {
    color: #666;
}

    .nav_sub_a:hover {
        color: #00b9ef !important;
    }

.nav_sub_menu.Solutions { 
    margin-left:-400px;
}
.nav_sub_menu_con {
    box-shadow: 0 2px 3px 3px #eeeeee;
    background: #ffffff;
    position: relative;
}

.triangle1, .triangleRight {
    width: 0;
    height: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
    position: absolute;
    z-index: 1000;
    top: -16px;
    /* left: 0; */
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav_sub_1 {
    margin-top: 16px;
    padding-bottom: 16px;
    margin-left: 16px;
    padding-top: 16px;
}

    .nav_sub_1 a, .nav_sub_2 a {
        display: block;
        font-size: 16px;
        line-height: 35px;
    }

.nav_item a:hover {
    color: #00ccc5 !important;
}

.bbottom {
}

.bottomTop {
    background: url(../images/dbff.png) no-repeat center top;
    width: 100%;
    height: 118px;
    margin: 0 auto;
    min-width: 1200px;
    position: relative;
    z-index: 1;
    clear: both;
}

.bottom {
    width: 100%;
    background: #00adef;
    min-width: 1200px;
    margin: 0 auto;
}

.bottombox {
    width: 1200px;
    padding-top: 30px;
    margin: 0 auto;
}

.bottom-dh {
    width: 1200px;
    height: 206px;
}

    .bottom-dh ul {
        width: 160px;
        float: left;
    }

        .bottom-dh ul h4 {
            font-size: 16px;
            font-family: "宋体";
            color: #FFFFFF;
            padding-bottom: 5px;
        }

        .bottom-dh ul li {
            line-height: 26px;
        }

            .bottom-dh ul li a {
                font-family: "微软雅黑";
                font-size: 12px;
                color: #FFFFFF;
            }

.fx {
    width: 1200px;
    height: 40px;
}

    .fx .fx-2 {
        width: 700px;
        float: right;
    }

        .fx .fx-2 li {
            float: left;
            color: #FFFFFF;
            font-size: 12px;
            font-family: "宋体";
            padding-left: 30px;
            height: 24px;
            line-height: 24px;
        }

.footer {
    width: 100%;
    margin: 0 auto;
    height: 68px;
    background: url(../images/foot.jpg) repeat-x;
}

.bqxx {
    width: 1200px;
    height: 66px;
    margin: 0 auto;
    padding-top: 2px;
}

    .bqxx ul li {
        width: auto;
        line-height: 66px;
        font-size: 12px;
        color: #FFFFFF;
    }

.f1 {
    float: left;
}

.f2 {
    float: right;
}

.bottom-dh .ewm {
    width: 142px;
    height: 122px;
    float: left;
}

    .bottom-dh .ewm span {
        float: right;
        display: block;
        width: 14px;
        height: 73px;
        background: url(../images/ewm.jpg) no-repeat;
        text-align: center;
        color: #FFFFFF;
        padding-top: 9px;
        font-size: 12px;
        font-family: "宋体";
        margin-top: 15px;
    }

    .bottom-dh .ewm p {
        width: 118px;
        height: 118px;
        border: 2px solid #ededed;
        float: left;
    }




.tanchu-small {
    background: #fff;
    width: 650px;
    height: 520px;
    position: fixed;
    z-index: 10;
    left: 50%;
    margin-left: -325px !important;
    top: 50%;
    margin-top: -250px !important;
    padding: 15px 30px !important;
    border-radius: 5px;
}

.tanchus_lh {
    display: none;
}

.tanchus {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.8);
    z-index: 99999;
}

.new-close {
    float: right;
    cursor: pointer;
}

.big-title {
    color: #2386ee;
    font-size: 20px;
    font-weight: bold;
}

.xian-tiao {
    border-bottom: 1px solid #ededed;
    margin: 15px 0px;
}

#frm_field_260_container {
    margin-left: 290px;
}

#frm_field_261_container {
    margin-top: -52px;
}

.frm_style_formidable-style.with_frm_style .frm_checkbox {
    display: inline-block !important;
    margin-left: 10px;
}

#caiwubutton {
    margin-top: 20px !important;
    width: 200px !important;
    background: linear-gradient(top, #4fb7ff, #2790f1) !important;
    background: -webkit-linear-gradient(top, #4fb7ff, #2790f1) !important;
    background: -moz-linear-gradient(top, #4fb7ff, #2790f1) !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4fb7ff', endColorstr='#2790f1', GradientType='1') !important;
    background: -ms-linear-gradient(top,#4fb7ff 0%,#2790f1 100%) !important;
    opacity: 0.9;
    color: #fff;
    border: none;
    padding: 8px;
    border-radius: 30px;
    outline: none;
}

.with_frm_style.frm_center_submit .frm_submit {
    text-align: center;
}

.clearboth {
    clear: both;
}

.top_banner {
    min-height: 260px;
    height: auto;
}

    .top_banner img {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 2s;
        -moz-transition: all 2s;
        transition: all 2s;
        width: 100%;
        height: 350px;
    }

        .top_banner img:hover {
            -webkit-transform: scale(1.04);
            -moz-transform: scale(1.04);
            -o-transform: scale(1.04);
            -ms-transform: scale(1.04);
            transform: scale(1.04);
            -webkit-transition: all .5s;
            -moz-transition: all .5s;
            transition: all .5s;
        }

.hj-bt {
    text-align: center;
    font-size: 14px;
    left: 50%;
    display: inline-block;
    padding-top: 10px;
    color: #1580e4;
}

.main-content {
    text-align: center;
}

.block-title {
    padding: 42px 0;
}

    .block-title h2 {
        margin-bottom: 16px;
        font-size: 30px;
        line-height: 30px;
        color: #212121;
        font-weight: normal;
    }

    .block-title h5 {
        font-size: 16px;
        line-height: 16px;
        color: #666666;
        font-weight: normal;
        cursor: pointer;
        -webkit-transition: color .2s;
        -moz-transition: color .2s;
        transition: color .2s;
    }
