/* 公共样式表 */
html,
body {
    font-family: "Microsoft yahei", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    border: 0;
}

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;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #333;
}

a:hover {
    color: #cf4408;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {}

.white {
    color: #fff !important;
}

:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #999;
    font-weight: 100;
    font-size: 13px;
}

::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #999;
    font-weight: 100;
    font-size: 13px;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #999;
    font-weight: 100;
    font-size: 13px;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #999;
    font-weight: 100;
    font-size: 13px;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: #333;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.rl {
    position: relative;
}

.gry {
    background: #f7f7f7 !important;
}

.black {
    background: #353540;
}

.yellow {
    color: #ea4d09;
}

.bg_white {
    background: #fff;
}

.cyan {
    background: #f3fbff;
    padding: 0 1%;
    overflow: hidden;
}

.pd_50 {
    padding: 0 0 50px 0;
}

.pd_25 {
    padding: 25px 0;
}

.con {
    min-width: 1200px;
    margin: 0 auto;
    width: 1200px;
}

.banner_img {
    display: block;
    width: 100%;
}

.red {
    color: #F00;
}

@media (max-width:1920px) {
    .con {
        margin: 0 auto;
        width: 1200px;
    }
}

/*导航开始*/
.ui-header {
    height: 70px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, .2);
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}

.ui-header-box {
    justify-content: space-between;
    height: 100%;
    padding: 0 30px;
    background: #004a73;
}

.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: 144px;
    height: 64px;
    float: left;
}

.ui-header-logo img {
    width: 144px;
    display: block;
    border: none;
    height: 36px;
    margin-top: 17px;
}

.ui-header-nav dl dd ul {
    display: none;
    transition: all .3s ease;
    background-color: rgba(0, 74, 115, .6);
    transform: translateY(-4%);
    position: absolute;
    width: 114px;
    top: 76px;
    left: 0;
    padding: 10px 0;
    border: 1px solid #51aadc;
    border-top: none;
}

.ui-header-nav {
    float: left;
    justify-content: flex-start;
    margin-left: 50px;
    height: 70px;
}

.ui-header-nav dl dd h3 {
    font-weight: normal;
    display: block;
    box-sizing: border-box;
}

.ui-header-nav dl dd {
    display: block;
    float: left;
}

.ui-header-nav dl dd a {
    color: #fff;
    display: block;
    line-height: 68px;
    padding: 0 24px;
    box-sizing: border-box;
    border-bottom: 2px solid transparent;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    text-align: center;
    cursor: pointer;
}
@media (max-width: 1376px) {
    .ui-header-nav{
        margin-left: 20px;
    }
    .ui-header-nav dl dd a{
    padding: 0 12px;
    }
}

.ui-header-nav dl dd ul li {
    height: 35px;
    line-height: 35px;
}

.ui-header-nav dl dd.on,
#index #da,
#cp #d1,
#js #d2,
#fw #d3,
#gy #d4 {
    border-bottom: 2px solid transparent;
    border-color: #ea4d09;
    -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 li a {
    color: #fff;
    font-size: 14px;
}

.ui-header-nav dl dd ul li a:hover {
    color: #00A2FF;
}

.ui-header-qq {
    float: right;
    margin-right: 30px;
}

.ui-header-qq a {
    background: url(../image/zhuce.png) no-repeat left center;
    display: block;
    height: 26px;
    line-height: 30px;
    padding-left: 30px;
    color: #fff;
    font-size: 18px;
    background-size: 24px;
    margin-top: 21px;
}

.ui-header-dl {
    float: right;
}

.ui-header-dl a {
    border-radius: 5px;
    background: #03a5ff;
    display: block;
    width: 80px;
    height: 40px;
    line-height: 40px;
    /* padding-left: 30px; */
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    text-align: center;
}

.ui-header-dl.sn {
    margin-right: 30px;
}

.ui-header-dl.sn a {
    background: url(../image/zhuce.png) no-repeat;
    background-size: 24px;
    width: 130px;
    padding-left: 24px;
    background-position-x: 10px;
    background-position-y: 6px;
    background-color: #ea4d09;
}

.ui-header-dl.sn a:hover {
    background: url(../image/zhuce.png) no-repeat;
    background-size: 24px;
    width: 130px;
    padding-left: 24px;
    background-position-x: 10px;
    background-position-y: 6px;
    background-color: #cf4408;
}


.ui-header-dl a:hover {
    background: #016fac;
}

.big_title {
    font-weight: normal;
    color: #000;
    padding: 50px 0;
    text-align: center;
    max-height: 100%;
}

.cooperate ul {
    width: 1200px;
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
}

.cooperate ul li {
    width: 300px;
    float: left;
    margin-bottom: 50px;
    text-align: center;
}

.cooperate ul li h4 {
    font-weight: normal;
    margin-bottom: 35px;
}

.cooperate ul li:nth-child(1) a {
    background: url(../image/home_87h.png) no-repeat right 14px #ea4d09;
}

.arrow {
    display: inline-block;
    width: 170px;
    height: 44px;
    line-height: 44px;
    background: url(../image/home_87h.png) no-repeat right 14px #27aae0;
    border-radius: 5px;
    color: #0188d3;
    color: #fff;
}

.arrow img,
.arrow_no img {
    float: left;
    margin: 10px 10px 0 30px;
}

.arrow span,
.arrow_no span {
    display: inline-block;
    float: left;
}

.arrow:hover,
.cooperate ul li:nth-child(1) a:hover {
    background: url(../image/home_87h.png) no-repeat right 14px #e70;
    color: #fff;
}

.arrow_no {
    display: inline-block;
    width: 170px;
    height: 44px;
    background: #27aae0;
    border-radius: 5px;
    color: #fff;
    line-height: 44px;
}

.arrow_no:hover {
    background: #e70;
    color: #fff;
}

.arrow_w {
    width: 220px;
}

.webtit {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center
}

.webtit .big_title {
    display: block;
    font-size: 26px;
    margin-bottom: 20px;
    font-style: normal;
    padding: 0;
}

.webtit span {
    font-size: 18px;
    line-height: 30px;
    font-weight: normal;
}


/*底部开始*/
.footer {
    background-color: #313243;
    width: 100%;
}

.footer_top {
    height: 108px;
    background-color: #353540;
    width: 100%;
}

.footer_top li {
    float: left;
    width: 33.33%;
    height: 108px;
    line-height: 108px;
}

.txt_l {
    text-align: left;
}

.txt_c {
    text-align: center;
}

.txt_r {
    text-align: right;
}

.footer_top li .footer_icon {
    margin: 20px 22px 0 0;
}

.footer_icon {
    display: inline-block;
    width: 60px;
    height: 66px;
    background: url(../image/footer_top.png) no-repeat;
    vertical-align: top;
}

.footer_icon.fir {
    background-position: 0 -3px;
}

.footer_top li span {
    color: #ffffff;
    font-size: 20px;
}

.footer_icon.sec {
    background-position: 0 -103px;
}

.footer_icon.thir {
    background-position: 0 -203px;
}

.footer_mid {
    padding: 38px 0;
    border-bottom: 1px solid #3b3d4c;
    border-top: 1px solid #3b3d4c;
    background: url(../image/home_106.png) no-repeat #3c3c49;
}

.footer_nav {
    overflow: hidden;
    padding: 0 1%;
}

.footer_nav ul {
    float: left;
    margin-left: -24px;
    padding-left: 24px;
    height: 160px;
    width: 750px;
}

.footer_nav .footer_nav_special {
    width: 300px;
    border-left: 1px solid #9999a7;
    float: right;
}

.footer_nav li h4 {
    height: 30px;
    line-height: 30px;
    font-size: 18px;
    color: #fff;
    padding-bottom: 5px;
    font-weight: normal;
}

.footer_nav .footer_nav_special li {
    text-align: center;
}

.footer_nav .footer_nav_special li span {
    margin: 0;
}

.text_center {
    text-align: center;
}

.footer_nav li a,
.footer_nav li span {
    line-height: 32px;
    font-size: 14px;
    color: #a9a9a9;
}

.footer_nav li a:hover {
    color: #fff;
}

.footer_nav li span {
    display: inline-block;
    text-align: center;
    margin-right: 34px;
    font-size: 14px;
}

.footer_nav li p {
    margin-top: 5px;
    text-align: left;
    margin-right: 34px;
    font-size: 14px;
    color: #a9a9a9;
    line-height: 32px;
}

.footer_nav li img {
    margin: 15px 0 0;
    width: 110px;
}

#img1 {
    text-align: center;
}

#footlogo {
    height: 55px;
    width: auto;
    margin-bottom: 8px;
}

.footer_bot {
    padding: 12px 1%;
    overflow: hidden;
    text-align: center;
    background-color: #353540;
}

.footer_bot p,
.footer_bot a {
    line-height: 28px;
    font-size: 14px;
    color: #a9a9a9 !important;
    max-height: 100%;
}

.footer_bot p>em {
    margin: 0 10px;
    font-style: normal;
}

.ba {
    display: inline-block;
    margin: 5px 3px -3px 13px;
}

/*底部结束*/
/*侧栏服务开始*/
.right_side {
    position: fixed;
    right: 0;
    top: 29%;
    width: 65px;
    height: 162px;
    z-index: 80000;
    background: url(../image/home_38.png) no-repeat;
}

.right_side ul {
    width: 240px;
    background: #FFF;
    cursor: pointer;
    border-radius: 5px;
    padding: 20px;
    display: none;
    position: absolute;
    right: 65px;
    top: 6px;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
    font-size: 14px;
}

.right_side ul .tel {
    width: 100%;
    background: url(../image/home_32.png) no-repeat;
    padding-left: 40px;
    margin-bottom: 15px;
}

.right_side ul .tel span {
    font-size: 16px;
    color: #ea4d09;
    font-weight: 600;
    line-height: 32px;
}

.right_side ul .kefu {
    width: 100%;
    background: url(../image/home_35.png) no-repeat;
    padding-left: 40px;
    margin-bottom: 15px;
}

.right_side ul .kefu a {
    color: #ea4d09;
    margin-bottom: 10px;
}

.right_side ul .kefu a:hover {
    color: #016fac;
}

.right_side ul .QQ {
    width: 100%;
    background: url(../image/qq.png) no-repeat;
    padding-left: 40px;
    background-size: 40px;
    margin-bottom: 15px;
    background-position: -6px -6px;
}

.right_side ul .QQ a {
    color: #ea4d09;
    margin-bottom: 10px;
}

.right_side ul .QQ a:hover {
    color: #016fac;
}

.right_side ul .QQ .spana {
    font-size: 16px;
    color: #ea4d09;
    font-weight: 600;
    line-height: 32px;
    display: block;
}

.right_side ul .wx {
    width: 100%;
    background: url(../image/home_5F40.png) no-repeat;
    padding-left: 40px;
}

.right_side ul .wx img {
    width: 110px;
}

.right_side ul .wx p {
    margin-bottom: 10px;
}

.or_side {
    position: fixed;
    right: -8px;
    top: 79.4%;
    width: 65px;
    height: 65px;
    background: url(../image/side-download.png) no-repeat;
}

.or_side ul {
    width: 140px;
    display: none;
    background: #FFF;
    cursor: pointer;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    right: 70px;
    bottom: 20px;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
}

.or_side ul li p {
    font-size: 12px;
    padding: 6px;
}

#retop {
    position: fixed;
    bottom: 10%;
    right: 8px;
    _position: absolute;
    width: 48px;
    height: 48px;
    background: url(../image/home_48.png) no-repeat;
    text-indent: -9em;
    overflow: hidden;
    display: none;
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.2);
}

.user_good {
    background: #0188d3;
    color: #fff;
}

.user_good .big_title {
    color: #fff;
}

.user_good ul {
    width: 1200px;
    padding-bottom: 50px;
    margin: 0 auto;
}

.user_good ul li {
    width: 300px;
    color: #fff;
    text-align: center;
    float: left;
    padding: 0 20px;
}

.user_good_text h3 {
    font-weight: 600;
    padding: 30px 0 10px 0;
}

.user_good ul li .user_good_text span {
    text-align: left;
    display: inherit;
    line-height: 24px;
}

.banner_khjc {
    height: 500px;
    background: url(../image/khjc_01.png) no-repeat center #0188d3;
    background-size: auto 100%;
}

.banner_khjc_in {
    width: 1200px;
    height: 500px;
    margin: 0 auto;
    position: relative;
}

.tiyan {
    background: #ea4d09;
    padding: 10px 30px;
    color: #fff;
    position: absolute;
    bottom: 109px;
    left: 1%;
    font-size: 16px;
}

.tiyan:hover {
    background: #cf4408;
    color: #fff;
}

.tiyan.shiyong {
    left: 200px;
}

.jc_img {
    margin: 0px 40px 50px 0;
}

.jctd_list {
    width: 635px;
    position: relative;
}

.jctd_list .tiyan {
    bottom: 85px;
    left: 160px;
    background: #27aae0;
}

.jctd_list .tiyan:hover {
    background: #e70;
}

.jctd_list li {
    margin: 20px 0 170px 0;
}

.jctd_list li img {
    margin-top: 18px;
}

.jctd_text {
    width: 470px;
    padding-left: 20px;
    line-height: 24px;
}

.jctd_text .jctd_title {
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
}

.jcyy {
    width: 1200px;
    background: url(../image/khjc_14.png) no-repeat;
    margin: 0 auto;
}

.jcyy_lr {
    width: 600px;
    line-height: 30px;
}

.jcyy_lr img {
    margin: 0 20px 0 20px;
}

.mr_middle {
    width: 275px;
    margin: 32px auto;
}

.text_rg {
    text-align: right;
}

.jcyy_aa {
    width: 588px;
    border: 1px solid #eeeeee;
    background: #FFFFFF;
    padding: 30px 15px;
    margin-top: 24px;
}

.jcyy_aa img {
    margin: 0 auto;
    display: block;
}

.jcyy_aa h3 {
    text-align: center;
    line-height: 10px;
    color: #0188d3;
}

.jcyy_aa span {
    display: block;
    width: 460px;
    margin: 15px auto;
    text-align: center;
    line-height: 21px;
}

.user_lc ul li h4 {
    font-weight: normal;
    width: 66%;
    min-width: 200px;
    margin: 30px auto 0px;
}

.jcyy_lr .khjcjg {
    width: 275px;
    display: block;
}

.mr_middle.jgfb {
    width: 400px;
}


.wrap {
    width: 980px;
    margin: 0 auto;
    padding-bottom: 60px;
}

.mustPrower .prower-group .item {
    float: left;
    width: 430px;
    height: 204px;
    margin-right: 12px;
    margin-bottom: 20px;
    padding: 26px;
    border: 1px solid #e5e5e5;
    cursor: pointer;
}

.mustPrower .prower-group .item:hover {
    -webkit-box-shadow: 0 0 18px 0px #FF8690;
    box-shadow: 0 0 18px 0px #FF8690;
    border: 1px solid #FF8690;
    transition: all .3s;
}

.mustPrower .prower-group .item:hover .btn {
    transition: all .3s;
    background-color: #f4202f;
    background-image: -moz-linear-gradient(-90deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(255, 81, 47) 0%, rgb(244, 32, 47) 100%);
    color: #fff;

}

.mustPrower .prower-group .item .tit {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 30px;
    font-weight: bold;
    text-align: left;
}

.mustPrower .prower-group .item .tit .icon {
    margin-right: 10px;
    display: inline-block;
    width: 34px;
    height: 34px;
    vertical-align: middle;
    font-size: 32px;
    color: #e60012;
    text-align: center;
    border: 1px solid #f5242f;
    border-radius: 5px;
    font-weight: 400;
}

.mustPrower .prower-group .item .tit .icon::before {
    position: relative;
    top: 2px;
}

.mustPrower .prower-group .item .tit .icon.icon1 {
    background-position: 0 0;
}

.mustPrower .prower-group .item .tit .icon.icon2 {
    background-position: -36px 0;
}

.mustPrower .prower-group .item .tit .icon.icon3 {
    background-position: -72px 0;
}

.mustPrower .prower-group .item .tit .icon.icon4 {
    background-position: -108px 0;
}

.mustPrower .prower-group .item .tit .icon.icon5 {
    background-position: -144px 0;
}

.mustPrower .prower-group .item .tit .icon.icon6 {
    background-position: -180px 0;
}

.mustPrower .prower-group .item .des {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
    height: 60px;
}

.mustPrower .prower-group .item .xzl {
    margin-bottom: 10px;
    font-size: 22px;
    font-weight: bold;
}

.mustPrower .prower-group .item .bfb {
    margin-bottom: 24px;
    font-size: 34px;
    font-weight: bold;
    color: #e60012;
}

.mustPrower .prower-group .item .btn {
    width: 150px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #f5242f;
    border-radius: 19px;
    color: #f5242f;
    text-align: center;
    margin-top: 55px;
}


.morePrower .more-group {
    padding-top: 25px;
}

.morePrower .item {
    float: left;
    width: 195px;
    height: 90px;
    margin-bottom: 55px;
    position: relative;
    cursor: pointer;
}

.morePrower .item .icon {
    width: 66px;
    height: 56px;
    background: red;
    margin: 0 auto 10px;
    background: url(../image/mp-1.png) no-repeat;
}

.morePrower .item .icon.icon1 {
    background-position: -462px 0;
}

.morePrower .item .icon.icon2 {
    background-position: -1188px 0;
}

.morePrower .item .icon.icon3 {
    background-position: -330px 0;
}

.morePrower .item .icon.icon4 {
    background-position: -660px 0;
}

.morePrower .item .icon.icon5 {
    background-position: -1254px 0;
}

.morePrower .item .icon.icon6 {
    background-position: -264px 0;
}

.morePrower .item .icon.icon7 {
    background-position: -592px 0;
}

.morePrower .item .icon.icon8 {
    background-position: 0 0;
}

.morePrower .item .icon.icon9 {
    background-position: -920px 0;
}

.morePrower .item .icon.icon10 {
    background-position: -196px 0;
}

.morePrower .item .tex {
    font-size: 16px;
    text-align: center;
}

.morePrower .item:hover .box {
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    visibility: visible;
    opacity: 1;
}

.morePrower .item .box {
    display: table;
    position: absolute;
    width: 250px;
    height: 90px;
    box-shadow: 0px 0px 18px 0px rgba(3, 165, 255, 0.75);
    left: -30px;
    top: 0;
    background: #fff;
    padding: 0 20px;
    overflow: hidden;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
}

.morePrower .item .box p {
    max-width: 250px;
    word-wrap: break-word;
    line-height: 20px;
    vertical-align: middle;
    display: table-cell;
}

.about_tx_md {
    margin: 0 118px;
}

.gsjj_js p {
    text-indent: 2em;
    margin: 30px 0;
    line-height: 28px;
    max-height: 100%;
}

.tip_part * {
    box-sizing: border-box;

}

.tip_part {
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    background: #fff;
    border-top: 1px solid #004a73;
    box-sizing: border-box;
}

.tip_part em,
.tip_part i {
    font-style: normal;
}

.tip_part li {
    width: 20%;
    float: left;
    padding-top: 25px;
    padding-bottom: 23px;
    padding-left: 12px;
    font-size: 14px;
    color: #0188d3;
    cursor: pointer;
    border-bottom: 2px solid #fff;

}

.tip_part li:hover {
    border-bottom: 2px solid #ea4d09;
}

.tip_part li:hover h5 {
    color: #ea4d09;
}

.tip_part li .lt {
    width: 44px;
    float: left;
    margin-left: 15px;
}

.tip_part li .rt {
    width: 150px;
    float: right;
    padding-top: 5px;
}

.tip_part .lt i {
    width: 44px;
    height: 44px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #004a73;
    text-align: center;
    line-height: 42px;
    font-size: 22px;
    color: #0188d3;
    border-radius: 250px;
    display: block;
    margin-top: 5px;
}

.tip_part .rt h5 {
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    font-size: 16px;
    font-weight: 550;
    margin-bottom: 5px;
    color: #0188d3;
}

.tip_part .rt img {
    margin-left: 10px;
}

.tip_part .rt span {
    height: 18px;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    color: #0188d3;
}