html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select {
    margin: 0;
    padding: 0;
}
* {
    box-sizing: border-box;
}
html, body {
    height: 100%;
}
i,b {
    font-weight: 400;
    font-style: normal;
}
body {
    font-family: 'Helvetica Neue', 'Helvetica', 'Microsoft Yahei', sans-serif;
    font-size:14px;
    color:#333;
}
h1, h2, h3, h4, h5, h6{font-weight:normal;}
ul,ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #232323;
}

table {
    border-collapse: collapse;
    table-layout: fixed;
}

input, textarea {
    outline: none;
    border: none;
}

textarea {
    resize: none;
    overflow: auto;
}

.clearfix {
    zoom: 1;
}

/*clearfix*/
.clearfix:after {
    content: ".";
    width: 0;
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
    overflow:hidden;
}
/*float*/
.fl {
    float: left
}

.fr {
    float: right
}
/*text align*/
.tl {
    text-align: left;
}

.tc {
    text-align: center
}

.tr {
    text-align: right;
}

.ellipse {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.inline{
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

/*bx*/
.bx {
    width: 1200px;
    margin: 0 auto;
}

/*head begin*/
    .head {
        height: 300px;
        padding-top: 25px;
        margin-bottom: 30px;
        background: url(/globalimages/top_banner_20181114.png) no-repeat center top;
    }
    .head .bx {
        position: relative;
    }
    .head h1 a {
        width: 437px;
        height: 60px;
        display: block;
        text-indent: -999em;
        background: url(/globalimages/logo_20181114.png) no-repeat center;
    }
    .more {
        right: 0;
        top: 0px;
        color: #fff;
        width: 120px;
        height: 36px;
        display: block;
        line-height: 36px;
        text-align: center;
        position: absolute;
        border-radius: 5px;
        border: 1px solid #fff;
    }
    .more:hover {
        color: #4196d3;
        background: #fff;        
    }
/*head end*/

/*btn begin*/
    .btn {
        margin-bottom: 30px;
    }
    .btn_con li {
        float: left;
        width: 190px;
        height: 190px;
        text-align: center;
        border-radius: 50%;
        margin-right: 12px;
        transition: all .6s ease;
    }
    .btn_con li.no_mr {
        margin-right: 0;
    }
    .btn_con li a {
        color: #fff;
        width: 170px;
        height: 170px;
        display: block;
        font-size: 18px;
        margin: 10px auto;
        padding-top: 117px;
        position: relative;
        border-radius: 50%;
        transition: all .3s ease;
    }
    .btn_con .btn_01:hover {
        background: rgba(87,170,233,.3);
    }
    .btn_con .btn_02:hover {
        background: rgba(50,184,170,.3);
    }
    .btn_con .btn_03:hover {
        background: rgba(224,159,34,.3);
    }
    .btn_con .btn_04:hover {
        background: rgba(194,123,243,.3);
    }
    .btn_con .btn_05:hover {
        background: rgba(35,138,176,.3);
    }
    .btn_con .btn_06:hover {
        background: rgba(241,133,78,.3);
    }
    .btn_con li a:before {
        content: '';
        display: block;
        width: 88px;
        height: 80px;
        background: url(/globalimages/top_ico_20181114.png) no-repeat;
        position: absolute;
        left: 50%;
        margin-left: -44px;
        top: 33px;
        transition: all .3s ease;
    }
    .btn_con li a:hover:before {
        transform: scale(1.1);
    }
    .btn_01 > a {
        background: #57aadf;
        background: url(/globalimages/btn_bg_ie8_01_20181114.png) no-repeat center \9;
    }
    .btn_02 > a {
        background: #32b8aa;
        background: url(/globalimages/btn_bg_ie8_02_20181114.png) no-repeat center \9;
    }
    .btn_03 > a {
        background: #e09f22;
        background: url(/globalimages/btn_bg_ie8_03_20181114.png) no-repeat center \9;
    }
    .btn_04 > a {
        background: #c27bf3;
        background: url(/globalimages/btn_bg_ie8_04_20181114.png) no-repeat center \9;
    }
    .btn_05 > a {
        background: #238ab0;
        background: url(/globalimages/btn_bg_ie8_05_20181114.png) no-repeat center \9;
    }
    .btn_06 > a {
        background: #f1714e;
        background: url(/globalimages/btn_bg_ie8_06_20181114.png) no-repeat center \9;
    }
    .btn_con .btn_01 a:before {
        -ms-background-position-x: 0px;
        background-position-x: 0px;
    }
    .btn_con .btn_02 a:before {
        -ms-background-position-x: -107px;
        background-position-x: -107px;
    }
    .btn_con .btn_03 a:before {
        -ms-background-position-x: -219px;
        background-position-x: -219px;
    }
    .btn_con .btn_04 a:before {
        -ms-background-position-x: -328px;
        background-position-x: -328px;
    }
    .btn_con .btn_05 a:before {
        -ms-background-position-x: -437px;
        background-position-x: -437px;
    }
    .btn_con .btn_06 a:before {
        -ms-background-position-x: -546px;
        background-position-x: -546px;
    }
/*btn end*/

/*gobal_title begin*/
    .gobal_title h2 {
        color: #2b92d3;
        font-size: 24px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 10px;
        background: url(/globalimages/title_bg_20181114.png) no-repeat center;
    }
/*gobal_title end*/

/*banner begin*/
    .banner {
        background: #f5f5f5;
        margin-bottom: 30px;
    }
    .banner > .bx {
        padding: 28px 0 50px 0;
    }
    .banner .gobal_title h2 {
        margin-bottom: 20px;
    }
    .banner li {
        float: left;
    }
    .mid_m {
        margin: 0 18px;
    }
    .banner li a,
    .banner li img {
        display: block;
        width: 100%;
        transition: all .3s ease;
    }
    .banner li:hover a {
        transform: scale(1.05);
        box-shadow: 0px 6px 19px #dcdcdc;
    }
/*banner end*/

/*tab_change begin*/
    .tab_title li {
        float: left;
        width: 25%;
        height: 45px;
    }
    .tab_title a {
        width: 100%;
        /*height: 100%;*/
        color: #999;
        display: block;
        font-size: 16px;
        line-height: 45px;
        position: relative;
        background: #ededed;
        padding-left: 105px;
    }
    .tab_title a:before {
        content: '';
        width: 20px;
        height: 18px;
        display: block;
        position: absolute;
        top: 50%;
        left: 77px;
        margin-top: -8px;
        background: url(/globalimages/tab_ico_20181114.png) no-repeat;
    }
    .tab_title .tab_ico_02:before {
        -ms-background-position-x: -30px;
        background-position-x: -30px;
    }
    .tab_title .tab_ico_03:before {
        -ms-background-position-x: -62px;
        background-position-x: -62px;
    }
    .tab_title .tab_ico_04:before {
        -ms-background-position-x: -92px;
        background-position-x: -92px;
    }
    .tab_title li.current a {
        color: #2b92d3;
        background: #fff;
        font-weight: 700;
        border: 1px solid #2b92d3;
        border-bottom: none;
    }
    .tab_title li.current a:before {
        -ms-background-position-y: -25px;
        background-position-y: -25px;
    }
    .tab_con {
        background: #fff;
        padding: 20px 30px;
        padding-bottom: 35px;
        border: 1px solid #2b92d3;
    }
    .tab_more a {
        display: none;
        width: 100px;
        height: 24px;
        color: #2b92d3;
        margin: 0 auto;
        margin-top: -2px;
        line-height: 24px;
        text-align: center;
        margin-bottom: 20px;
        background: url(/globalimages/more_btn_bg_20181114.png) no-repeat center;
    }
    .tab_con li {
        float: left;
        width: 48%;
        margin-right: 3%;
        border-bottom: 1px solid #d9d9d9;
    }
    .tab_con a {
        display: block;
        width: 100%;
        line-height: 45px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .tab_con a:hover,
    .tab_con a:hover i {
        color :#2b92d3;
    }
    .tab_con i {
        color: #999;
        margin-right: 10px;
    }
    .tab_con > div {
        display: none;
    }
/*tab_change end*/


/*footer begin*/
    .footer {
        padding: 20px 0;
        background: #1f2f4b;
    }
    .fot-l .fot-link a {
        color: #fff;
        font-size: 14px;
        padding: 0 10px;
        border-right: 1px solid #fff;
    }
    .fot-l .fot-link .no-pl {
        padding-left: 0;
    }
    .fot-l .fot-link .no-br {
        border-right: none;
    }
    .fot-l .fot-con {
        margin-top: 15px;
    }
    .fot-con span {
        display: block;
        margin-bottom: 5px;
        color: #6c94bc;
        font-size: 14px;
        line-height: 20px;
    }
    .fot-r-top select {
        width: 164px;
        height: 28px;
        border: none;
        color: #6c94bc;
        line-height: 28px;
        background: #294160;
    }
    .fot-r-link {
        margin-top: 20px;
        text-align: right;
    }
    .fot-r-link a {
        margin-left: 10px;
    }
/*footer end*/