@font-face {
  font-family: 'iconfont';  /* Project id 4710111 */
  src: url('//at.alicdn.com/t/c/font_4710111_oda97bf5qs9.eot?t=1732200636359'); /* IE9 */
  src: url('//at.alicdn.com/t/c/font_4710111_oda97bf5qs9.eot?t=1732200636359#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//at.alicdn.com/t/c/font_4710111_oda97bf5qs9.woff2?t=1732200636359') format('woff2'),
       url('//at.alicdn.com/t/c/font_4710111_oda97bf5qs9.woff?t=1732200636359') format('woff'),
       url('//at.alicdn.com/t/c/font_4710111_oda97bf5qs9.ttf?t=1732200636359') format('truetype'),
       url('//at.alicdn.com/t/c/font_4710111_oda97bf5qs9.svg?t=1732200636359#iconfont') format('svg');
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
:root {
    --colour1: #Df7562;
    --colour2: #016cde;
    --colour3: #F1F0EC;
    --colour4: #0d6efd;
    --colour5: rgba(6,153,231,.25);
}
::selection {
    background: #016cde;
    color: #fff;
}

::-moz-selection {
    background: #016cde;
    color: #fff;
}

::-webkit-selection {
    background: #016cde;
    color: #fff;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    list-style: none;
    font-style: normal;
    outline: none
}

*, ::after, ::before {
    box-sizing: border-box;
}

*, *:before, *:after {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
}

html {
    min-width_bak: 1200px;
    -webkit-overflow-scrolling: touch;
}

body {
    background: #fff;
    font-family: "华文细黑", Helvetica, Arial, "Hiragino Sans GB", "Microsoft Yahei", "微软雅黑", STHeiti, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
}

.navbar-toggle {
    display: none;
}

.mask {
    display: none
}

input::placeholder {
    color: #999;
    font-size: 13px;
}

.cursor {
    cursor: pointer;
}

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

a:focus {
    outline: none
}

a:hover, a:active {
    outline: 0;
    color: #FF0000
}

img {
    vertical-align: middle
}

.wgno {
    clear: both
}

.l {
    float: left
}

.r {
    float: right
}

.cl {
    zoom: 1;
}

.cl:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden
}

.nodata_img {
    font-size: 65px;
    margin: 20px;
    display: inline-block;
    color: #999;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.w1200 {
    width: 1200px;
    margin: 0 auto
}

.mt20 {
    margin-top: 20px;
}

.mt40 {
    margin-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb20 {
    margin-bottom: 20px !important
}

.mr20 {
    margin-right: 20px;
}

.mt5 {
    margin-top: 5px;
}

.ml20 {
    margin-left: 20px;
}

.pt20 {
    padding-top: 20px
}

.pl10 {
    padding-left: 10px;
}

.pb20 {
    padding-bottom: 20px
}

.pt30 {
    padding-top: 30px
}

.pb30 {
    padding-bottom: 30px
}

.pt50 {
    padding-top: 50px
}

.pb50 {
    padding-bottom: 50px
}

.pb100 {
    padding-bottom: 100px !important;
}

.pt100 {
    padding-top: 100px !important;
}

.kp {
    width: 95%;
}

.b {
    font-weight: bold;
}

.hidden {
    display: none !important;
}

.cms_pages {
    margin: 0 0px
}

.cms_page {
    width: 1200px;
    margin: 0px auto;
}

.cms_page_info {
    width: 100%;
    background: #fff;
}

.btn-a {
    transition: .5s;
    position: relative
}

.btn-a span {
    color: #fff;
    position: relative;
    z-index: 2
}

.btn-a em {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 0;
    background: #fff;
    transition: .5s
}

.btn-a:hover span {
    color: #333
}

.btn-a:hover em {
    width: 100%
}

body .header {
    width: 100%;
    position: fixed;
    z-index: 999;
    background-color: #FFFFFF;
}

.cms_page {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}

.topheader {
    width: 100%;
    max-width: 1200px;
    height: 80px;
    display: block;
}


.main {
    width: 100%;
    display: inline-block;
}

.containers {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: inline-block;
}

.topheader {
    width: 100%;
    height: 70px;
    display: block;
}

.xfixed {
    position: unset !important;
}

.header h1 {
    float: left;
    margin: 0;
    padding: 5px 0;
    height: 70px
}

.header h1 a {
    display: block
}

.header h1 img {
    vertical-align: middle;
    margin-top: 5px;
    max-height: 50px;
}

.header .screen {
    float: right;
    z-index: 999;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    display: none;
}

.header button.navbar-toggle {
    margin-top: 30px;
    margin-right: 10px;
    width: 30px;
    height: 15px;
    padding: 0;
}

.header button.navbar-toggle .line {
    background-color: #016cde;
}

.header button.navbar-toggle .line {
    display: block;
    position: absolute;
    left: 10px;
    height: 3px;
    width: 30px;
    -webkit-transition: all ease-in-out 0.35s;
    -moz-transition: all ease-in-out 0.35s;
    transition: all ease-in-out 0.35s
}

.header button.navbar-toggle .line-first {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(38deg);
    -moz-transform: rotate(38deg);
    -ms-transform: rotate(38deg);
    -o-transform: rotate(38deg);
    transform: rotate(38deg)
}

.header button.navbar-toggle .line-second {
    top: .5rem;
    opacity: 0
}

.header button.navbar-toggle .line-third {
    top: 1rem;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: rotate(-38deg);
    -moz-transform: rotate(-38deg);
    -ms-transform: rotate(-38deg);
    -o-transform: rotate(-38deg);
    transform: rotate(-38deg)
}

.header button.navbar-toggle.collapsed .line-first {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.header button.navbar-toggle.collapsed .line-second {
    opacity: 1
}

.header button.navbar-toggle.collapsed .line-third {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0)
}

.header .screen-box .nav {
    float: left;
    margin-left: 40px;
    text-align: right;
    z-index: 999;

}

.header .screen-box .nav .menu {
    float: left;
}

.header .screen-box .nav li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 0px;
    position: relative;
}

.header .screen-box .nav li a {
    display: block;
    height: 70px;
    line-height: 70px;
    padding: 0 25px;
    border-top: 0px solid #FFFFFF;
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

.header .screen-box .nav li.hover a {
    color: #016cde;
    border-top: 0px solid #016cde;
}

.header .screen-box .nav li a.active {
    color: #016cde;
    border-top: 0px solid #016cde;
}

.header .screen-box .nav > ul > li > ul::before {
    display: block;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    top: -10px;
    left: 45%;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(0, 0, 0, .7);
}

.header .screen-box .nav > ul > li > ul li ul::before {
    display: block;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    top: 20px;
    left: -10px;
    content: "";
    width: 0;
    height: 0;
    border-bottom: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #fff;
}

.header .screen-box .nav .menu .sub-menu {
    display: none;
    position: absolute;
    left: calc((100% - 120px) / 2);
    z-index: 1000;
    width: 120px;
}

.header .screen-box .nav li .sub-menu li {
    display: inline-block;
    width: 100%;
}

.header .screen-box .nav li .sub-menu a {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    padding: 0;
    background: #f5f5f5;
    width: 100%;
    padding: 0;
    text-align: center;
    color: #666;
    font-size: 14px;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    transition: background .2s;
    border-bottom: 0px solid #d71719;
}

.header .screen-box .nav li.hover .sub-menu li a:hover {
    background: #eaeaea;
    color: #016cde
}

.user-panel a.top-login, .user-panel a.top-login:hover {
    color: #fff;
    background: #016cde;
    border-radius: 3px 0px 0px 3px;
}

.user-panel a, .user-panel a:link, .user-panel a:visited {
    color: #ffffff;
    padding: 0px 15px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 1px solid #016cde;
    border-radius: 2px 0px 0px 2px;
}

.user-panel li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    position: relative;
    margin-left: 10px;
}

.user-panel li a {
    line-height: 32px !important;
    height: auto !important;
}

.user-panel li a.shop-ico {
    float: left;
    color: #ffffff;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    border: 0px solid #016cde;
    border-radius: 2px 0px 0px 2px;
    position: relative;
    margin-right: 30px;
}

.user-panel li a.top-reg {
    color: #222 !important;
    border-radius: 0px 2px 2px 0px;
}

.header .screen-box .loginreg {
    display: inline-block;
    zoom: 1;
    position: relative;
    z-index: 100;
    margin-left: 20px;
}

.loginpanel li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin: 0 0px;
    position: relative;
    z-index: 100
}

.loginpanel li a {
    display: block;
    height: 70px;
    line-height: 70px;
    border-top: 0px solid #FFFFFF;
    font-size: 16px;
    color: #333;
    text-decoration: none;
}

.loginpanel li.hover a {
    color: #016cde;
    border-top: 0px solid #016cde;
    height: 6880;
}

.loginpanel li a.active {
    color: #016cde;
    border-top: 0px solid #016cde;
}

.loginpanel a.user-head img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #ddd;
}

.loginpanel li .sub-menu {
    display: none;
    position: absolute;
    left: calc((100% - 120px) / 2);
    top: 70px;
    z-index: 100;
    width: 120px;
}

.loginpanel .sub-menu li {
    display: inline-block;
    width: 100%;
}

.loginpanel .sub-menu a {
    font-size: 14px;
    height: 36px;
    line-height: 36px !important;
    padding: 0;
    background: #f5f5f5;
    width: 100%;
    padding: 0;
    text-align: center;
    color: #666;
    font-size: 14px;
    -webkit-transition: background .2s;
    -moz-transition: background .2s;
    transition: background .2s;
    border-bottom: 0px solid #d71719;
}

.loginpanel li.hover .sub-menu li a:hover {
    background: #eaeaea;
    color: #016cde
}

.loginpanel li .sub-menu::before {
    display: block;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    top: -10px;
    left: 45%;
    content: "";
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid rgba(0, 0, 0, .7);
}

.loginpanel a.shop-ico {
    color: #ffffff;
    font-size: 14px;
    padding: 0px 0px;
    text-align: center;
    text-decoration: none;
    border: 0px solid #016cde;
    border-radius: 2px 0px 0px 2px;
    position: relative;
    margin-right: 30px;
}

.loginpanel a.shop-ico i {
    font-size: 22px;
    color: #6E6E6E;
    vertical-align: middle;
}

.loginpanel .badge {
    position: absolute;
    right: -20px;
    top: 15px;
    font-weight: normal;
    cursor: pointer;
    display: inline-block;
    min-width: 10px;
    padding: 3px 6px;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 2em;
}

.bg-yellow, .border-yellow .button.active, .pointer.border-yellow .active, .nav-pills.border-yellow .active a, .nav-main.border-yellow .nav-head, .pagination.border-yellow .active {
    background-color: #ff9600;
}

.loginicon {
    font-size: 18px !important;
}

.hbanner {
    position: relative;
}

.hbanner .banner-info {
    width: 100%;
    position: absolute;
    top: 35%;
    left: 0;
    text-align: center;
    color: #fff;
}

.hbanner .banner-info dt {
    font-size: 32px;
    padding-bottom: 15px;
    letter-spacing: 3px;
    color: #f8f8f8;
    font-familys: "微软雅黑";
}

.hbanner .banner-info dd {
    font-size: 16px;
    color: #eaeaea;
    line-height: 30px;
}

.banner-info .anli-to {
    transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    display: inline-block;
    font-size: 1em;
    margin: 20px 0 0 0;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    line-height: 36px;
    font-size: 16px;
}

.banner-info .banjt {
    font-size: 32px !important;
    animation: downico 1.5s ease-out infinite;
    position: relative;
    display: block;
    line-height: 30px;
}

@keyframes downico {
    0% {
        top: 0;
        opacity: 1;
    }
    35% {
        top: 40%;
        opacity: 0;
    }
    65% {
        top: -40%;
        opacity: 0;
    }
    100% {
        top: 0;
        opacity: 1;
    }
}

.hide {
    display: none !important;
}

.hbanner .banner-info * {
    font-size: 16px;
    color: #eaeaea;
}

.page-service .jjfaicon {
    font-size: 50px;
    /*color: #016cde !important;*/
}

.process-service .jjfaicon {
    font-size: 50px;
    /*color: #016cde !important;*/
}

.ant-tabs-bar {
    margin-bottom: 30px;
}

.ant-tabs-bar {
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 16px;
}

.ant-tabs-bar {
    outline: none;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
}

.ant-tabs-nav-container {
    overflow: hidden;
    line-height: 1.5;
    box-sizing: border-box;
    position: relative;
    white-space: nowrap;
    margin-bottom: -1px;
    zoom: 1;
}

.ant-tabs-nav-wrap {
    overflow: hidden;
    margin-bottom: -1px;
}

.ant-tabs-nav {
    box-sizing: border-box;
    padding-left: 0;
    transition: transform .5s cubic-bezier(.645, .045, .355, 1);
    position: relative;
    margin: 0;
    list-style: none;
    float: left;
}

.ant-tabs-nav {
    float: none;
    text-align: center;
    background-color: #f7f7fa;
}

.ant-tabs-ink-bar {
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 1px;
    box-sizing: border-box;
    height: 2px;
    background-color: #2db7f5;
    transition: transform .3s cubic-bezier(.645, .045, .355, 1);
    transform-origin: 0 0;
}

.ant-tabs-nav .ant-tabs-tab {
    display: inline-block;
    height: 100%;
    margin-right: 24px;
    box-sizing: border-box;
    position: relative;
}

.ant-tabs-nav .ant-tabs-tab .ant-tabs-tab-inner a {
    font-size: 16px;
}

.ant-tabs-nav .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-inner {
    color: #ffa800;
    padding: 0 20px;
    font-size: 16px;
    line-height: 58px;
    background-color: #fff;
}

.section-nav {
    height: 66px;
    box-shadow: 0px 1px 20px #ededee;
}

.section-nav .tab-content {
    width: 1200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
}

.section-nav .tab-content span {
    display: inline-block;
    width: 276px;
    margin: 6px 0;
    text-align: center;
    font-size: 18px;
    height: 53px;
    line-height: 53px;
    border-right: 0px solid #eeeeee;
}

.section-nav .tab-content .nav-tabs {
    display: inline-block;
    border-bottom: 0;
    flex: auto;
}

.section-nav .nav-tabs li {
    width: 16.5%;
    text-align: center;
}

.section-nav.nav-education .nav-tabs > li.active > a, .section-nav.nav-IoT .nav-tabs > li.active > a {
    color: #9ac200;
    border: none;
    border-bottom: 2px solid #9ac200;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav > li {
    position: relative;
    display: block;
}

.fastAddCustom .form-title {
    text-align: center;
    line-height: 45px;
    margin-bottom: 18px;
    font-size: 28px;
    letter-spacing: 3px;
    color: #f8f8f8;

}

.fastAddCustom .input-wrap {
    display: inline-block;
    position: relative;
    height: 100%;
    vertical-align: middle;
}

.fastAddCustom .input-wrap input {
    border-radius: 20px;
    background: rgba(255, 255, 255, .7);
    height: 38px;
    border: 0;
    float: left;
    padding: 0px 15px;
    font-size: 14px;
}

.fastAddCustom .input-wrap .signup {
    width: 90px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    font-size: 15px;
    right: 0;
    top: 0;
    border: 0;
    border-radius: 0 20px 20px 0;
    background: #ffa800;
    color: #fff;
}

.fastAddCustom .input-wrap input:nth-of-type(1) {
    width: 562px;
}

.fastAddCustom .input-wrap input:nth-of-type(2) {
    margin-left: 20px;
    width: 245px;
    padding-right: 92px;
}

.pagelist .content {
    background: #FFFFFF;
    padding: 20px;
    padding-right: 0px;
    padding-left: 0px;
    border-radius: 10px;
    font-size: 16px;
    line-height: 30px;
    text-align: justify;
    letter-spacing: 1px;
}

.pagelist .content img {
    max-width: 100%
}

.customize-support .s-header {
    top: 32px
}

.s-header {
    position: fixed;
    _position: static;
    top: 0;
    left: 0;
    z-index: 110;
    width: 100%;
    opacity: 1;
    -moz-opacity: 1;
    filter: alpha(opacity=10)
}

.cat-header {
    min-width: 1200px;
    height: 300px;
    position: relative;
    background: #eee url(../images/h-top.jpg) no-repeat center center
}

.cat-header .s {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    margin-top: -55px;
    z-index: 2
}

.cat-header h1 {
    font-size: 32px;
    line-height: 60px;
    color: #eee
}

.cat-header .line {
    width: 80px;
    height: 2px;
    background: #0595c7;
    margin: 9px 0
}

.cat-header p {
    font-size: 16px;
    color: #ddd;
    line-height: 30px
}

.cat-list {
    text-align: center;
    background: #fff;
    border-bottom: 1px #eee solid
}

.probannerdiv {
    background: #000;
}

.probanner {
    -webkit-filter: blur(20px);
    filter: blur(20px);
}

.er_case_t_bg {
    background-image: url(../images/xq_bg.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    padding: 100px 0px 70px;
    outline: none;
    width: 100%;
    min-width: 1200px;
    margin: 0 auto;
    display: inline-block;
    overflow: hidden;
}

.niershu {
    position: relative;
    padding: 0px;
}

.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
}

.casecondiv {
    margin-top: -70px;
}

.casecondiv.content {
    box-shadow: 0 10px 100px rgba(0, 0, 0, .1);
    text-align: center;
}

.niergu {
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 26px 25px 0px;
    width: 100%;
    height: 215px;
    overflow: hidden;
}

.shangxiaye {
    text-align: right;
}

.scroll_pic {
    position: relative;
    width: 100%;
    height: 265px;
    margin: 0;
    overflow: hidden;
    text-align: left;
}

.shangxiaye a .xiayipian {
    color: #FFFFFF;
    background: #ffa800;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 36px;
    display: inline-block;
}

.shangxiaye a .shangyipian {
    color: #FFFFFF;
    background: #ffa800;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 36px;
    display: inline-block;
}

.shangxiaye a .nourl {
    background: #ccc;
}

.shangxiaye .l {
    display: inline-block;
    margin-right: 20px;
    line-height: 36px;
    color: #FFFFFF;
}

.shangxiaye .r {
    display: inline-block;
    margin-right: 20px;
    line-height: 36px;
    color: #FFFFFF;
}

.ninainai {
    padding-left: 30px;
    padding-right: 0px;
}

.case_jj_dl dt {
    font-size: 24px;
    color: #fff;
}

.case_jj_dl dd span, .case_jj_dl dd strong {
    color: #fff;
    font-size: 13px;
    line-height: 26px;
}

.case_jj_dl .desc {
    height: 100px;
}

.case_jj_dl .wangzhi {
    color: #fff;
}

.case_jj_dl .wangzhi a {
    font-size: 16px;
    color: #fff;
}

.case_jj_dl dd p {
    font-size: 14px;
    color: #fff;
    line-height: 28px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.case_jj_dl .wangzhi {
    height: 40px;
    line-height: 40px;
    color: #fff;
}

.case_jj_dl div .social-share {
    text-align: left !important;
}

.case_jj_dl div .social-share-icon {
    color: #fff;
}

.case_jj_dl .wangzhi a:hover {
    color: #ffa800 !important;
}

.case_jj_dl .social-share .social-share-icon {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    font-size: 20px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 0px;
    line-height: 32px;
    border: 0px solid #666;
    text-align: center;
    vertical-align: middle;
}

.social-share .social-share-icon:hover {
    color: #ffa800 !important;
}

.case_jj_dl div i {
    float: left;
    font-size: 13px;
    margin-right: 20px;
}

.cat-list li {
    display: inline-block;
    *display: inline;
    zoom: 1;
    height: 50px;
    line-height: 50px;
    margin: 0 15px;
    font-size: 15px
}

.cat-list .current-cat a {
    color: #0595c7
}

.top-h {
    background: #0595c7 url(../images/h-top.jpg) no-repeat center;
    text-align: center;
    min-width: 1200px
}

.top-h h2 {
    color: #fff;
    line-height: 40px;
    padding-bottom: 10px;
    font-size: 36px;
    font-weight: 400
}

.top-h h2, .top-h h2 a {
    display: block;
    line-height: 40px;
    padding-top: 50px
}

.top-h .only, .top-h .only a {
    line-height: 150px;
    padding: 0
}

.top-h .cat {
    padding: 20px 0 50px;
    text-align: center
}

.top-h .cat li {
    display: inline-block;
    margin-right: 15px;
    *display: inline;
    zoom: 1
}

.top-h .cat li a {
    display: inline-block;
    padding: 7px 25px;
    border: 1px #fff solid;
    color: #fff;
    border-radius: 3px;
    font-size: 13px;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s
}

.top-h .cat li a:hover, .top-h .cat .current-cat a {
    background: #fff;
    color: #33475f
}

.in-cont {
    margin: 40px auto
}

.in-cont .mn {
    float: left;
    width: 820px
}

.in-cont .sidebar {
    float: right;
    width: 360px
}

.sidebar .tuijian {
    background: #fff;
    border: 1px #eaeaea solid;
    padding: 0 15px 15px;
    margin-bottom: 15px;
    border-radius: 4px;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s
}

.sidebar .tuijian:hover {
    border-color: #ff5e52
}

.sidebar .tuijian h2 span {
    float: left;
    display: block;
    background: #ff5e52;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 4px 15px;
    margin-top: -1px
}

.sidebar .tuijian h3 {
    font-size: 20px;
    font-weight: 400;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #ff5e52
}

.sidebar .tuijian p {
    color: #999;
    line-height: 20px;
    font-size: 12px
}

.sidebar .sidesub {
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #eaeaea;
    overflow: hidden
}

.sidebar .sidesub h2 {
    font-size: 18px;
    color: #666;
    border-bottom: 1px solid #eaeaea;
    background-color: #fbfbfb;
    margin: 0;
    padding: 8px 15px;
    font-weight: 400
}

.sidebar .ser li {
    position: relative;
    float: left;
    width: 50%;
    text-align: center;
    background-color: #fff;
    color: #777
}

.sidebar .ser .sub {
    border-bottom: 1px dashed #ddd
}

.sidebar .ser li div {
    padding: 15px 15px 20px
}

.sidebar .ser li:hover {
    background-color: #f9f9f9
}

.sidebar .ser .sub-1 div, .sidebar .ser .sub-3 div {
    border-right: 1px dashed #ddd
}

.sidebar .ser .sub-5 {
    width: 100%;
    border: 0
}

.sidebar .ser .sub-5 p {
    height: auto;
    line-height: 20px
}

.sidebar .ser .sub-5 p a {
    color: #bbb
}

.sidebar .ser h3 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2em;
    margin: 10px 0
}

.sidebar .ser p {
    height: 36px;
    overflow: hidden;
    color: #bbb;
    margin-bottom: 10px;
    font-size: 12px
}

.sidebar .ser .btn {
    display: inline-block;
    border: 1px #ddd solid;
    color: #777;
    background-color: #fff;
    border-radius: 2px;
    padding: 5px 12px;
    font-size: 13px
}

.sidebar .ser .btn:hover {
    border-color: #bbb;
    color: #555;
    background-color: #e6e6e6
}

.sidebar .contact {
    background: #fff;
    border: 1px #eaeaea solid;
    padding: 0 15px 20px;
    margin-bottom: 15px;
    border-radius: 4px
}

.sidebar .contact h2 span {
    float: left;
    display: block;
    background: #0595c7;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    padding: 4px 15px;
    margin-top: -1px
}

.sidebar .contact h3 {
    padding-top: 5px;
    font-size: 18px;
    color: #0595c7;
    line-height: 36px
}

.sidebar .contact p {
    line-height: 24px;
    color: #999;
    font-size: 12px
}

.sidebar .contact .qq {
    padding-top: 10px
}

.sidebar .contact .qq a {
    margin-right: 3%;
    border: 1px #eee solid;
    padding: 4px 10px 4px 25px;
    background: url(../images/qq.png) no-repeat 5px center;
    font-size: 13px;
    color: #666;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
    -o-transition: .2s
}

.sidebar .contact .qq a:hover {
    border-color: #0595c7;
    opacity: .8
}

.sidebar .contact .ditu {
    float: right;
    line-height: 30px;
    font-size: 12px;
    color: #aaa;
    background: url(../images/ditu.png) no-repeat left center;
    padding-left: 16px
}

.sidebar .contact .ditu:hover {
    text-decoration: underline
}

.fixed {
    width: 328px;
    position: fixed;
    _position: absolute;
    top: 66px;
    top: 0 \0;
    *top: 0;
    z-index: 10
}

.customize-support .fixed {
    top: 84px;
    top: 32px \0;
    *top: 32px
}

.in-cont .mn .list .cat {
    color: #fff;
    background-color: #0595c7;
    padding: 0 6px;
    font-size: 12px;
    display: inline-block;
    position: relative;
    top: -2px;
    margin-right: 6px;
    font-weight: 400
}

.in-cont .mn .list .cat:hover {
    opacity: .85;
    filter: alpha(opacity=85)
}

.in-cont .mn .list .cat i {
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: -4px;
    display: inline-block;
    width: 0;
    height: 0;
    vertical-align: middle;
    border-left: 4px solid #0595c7;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent
}

.in-cont .list_news dl {
    padding: 20px;
    overflow: hidden;
    margin-bottom: -1px;
    border: 1px #eaeaea solid;
    background: #fff
}

.in-cont .list_news .first {
    border-radius: 4px 4px 0 0
}

.in-cont .list_news .last {
    border-radius: 0 0 4px 4px
}

.in-cont .list_news .m {
    float: left;
    width: 220px;
    margin-right: 15px
}

.in-cont .list_news .m img {
    width: 100%;
    height: 150px
}

.in-cont .list_news dt {
    height: 24px;
    line-height: 24px;
    margin-bottom: 6px;
    overflow: hidden
}

.in-cont .list_news dt a {
    font-size: 18px;
    color: #222
}

.in-cont .list_news dt a:hover {
    color: #0595c7
}

.in-cont .list_news p {
    color: #999;
    font-size: 12px;
    line-height: 30px
}

.in-cont .list_news p em {
    margin-right: 15px;
    color: #999
}

.in-cont .list_news p em a {
    color: #999
}

.in-cont .list_news dd {
    line-height: 22px;
    font-size: 12px;
    color: #888
}

.caselist .data {
    float: left;
    width: calc(33.33% - 10px);
    margin: 15px 15px 2% 0px;
    background: #fff;
    box-shadow: 0 7px 39px rgba(0, 0, 0, .2);
    border: 1px solid #CDCDCD;
}

.caselist .data:nth-of-type(3n) {
    margin-right: 0;
}

.casecondiv .fenxiang {
    margin: 25px;
}

.caselist .data .m a {
    display: block;
    overflow: hidden
}

.caselist .data img {
    width: 100%;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.caselist .data img:hover {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1)
}

.caselist .info {
    padding: 10px 10px
}

.caselist h2 {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 400;
    overflow: hidden
}

.caselist h2 em {
    float: right;
    margin-left: 10px;
    padding-left: 16px;
    font-size: 12px;
    color: #888;
}

.caselist h2 em .liulan {
    font-size: 12px;
    color: #888;
    padding-right: 5px;
}

.casepage .pagination {
    margin-top: 0;
    margin-bottom: 10px;
    *margin-top: 30px
}

.article {
    background-color: #fff;
    padding: 20px;
    border: 1px #eaeaea solid;
    border-radius: 4px
}

.article h1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.5em
}

.article .info {
    margin-bottom: 15px;
    padding-bottom: 10px;
    line-height: 30px;
    font-size: 12px;
    border-bottom: 1px #eee solid;
    color: #888
}

.article .info em {
    color: #888;
    margin-right: 10px
}

.article .info a {
    color: #888
}

.article .cont {
    word-wrap: break-word
}

.article .cont h1 {
    font-size: 18px;
    line-height: 1.5em;
    padding: 5px 0;
    margin: 20px 0;
    border-bottom: 1px #ddd solid
}

.article .cont h2 {
    margin: 10px 0;
    font-size: 16px;
    font-weight: 700
}

.article .cont ol, .article .cont ul {
    margin: 0 0 20px
}

.article .cont ol li, .article .cont ul li {
    list-style-position: inside;
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 6px;
    text-indent: 2em
}

.article .cont ol li {
    list-style-type: decimal
}

.article .cont ul li {
    list-style-type: disc
}

.article .cont p {
    font-size: 15px;
    line-height: 26px;
    margin: 15px 0;
    text-indent: 2em
}

.article .cont a {
    color: #0595c7
}

.article .cont a:hover {
    text-decoration: underline
}

.article .cont h6 {
    font-size: 15px;
    line-height: 26px;
    margin-bottom: 15px;
    font-weight: 400
}

.article .cont blockquote {
    margin-left: 30px;
    background: #eee;
    border-left: 4px #ccc solid;
    padding: 0 5px 0 8px;
    margin-bottom: 15px
}

.article .cont blockquote p {
    line-height: 24px;
    margin-bottom: 0;
    padding: 4px 0;
    font-size: 12px;
    margin: 0;
    text-indent: 0;
    font-size: 14px
}

.article .cont img {
    max-width: 780px;
    height: auto
}

.article .cont .aligncenter {
    display: block;
    margin: auto
}

.article .cont pre {
    margin: 15px 0
}

.article .copy {
    line-height: 30px;
    text-align: center;
    font-size: 13px;
    background-color: #efefef;
    border-radius: 3px;
    margin-bottom: 15px;
    color: #999;
    cursor: pointer
}

.article .copy:hover {
    background: #0595c7;
    color: #fff
}

.article .bdshare {
    height: 40px;
    line-height: 40px;
    text-align: center
}

.article div.tag {
    text-align: center;
    line-height: 60px
}

.article .tag a {
    background: #0595c7;
    color: #fff;
    margin: 0 5px;
    padding: 3px 12px;
    border-radius: 2px
}

.article .tag a:hover {
    opacity: .8
}

.article .relatedposts h3 {
    font-size: 18px;
    line-height: 40px;
    border-bottom: 1px #eee solid;
    margin: 10px auto;
    font-weight: 400
}

.article .relatedposts li {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    color: #bbb;
    background: url(../images/lidot.gif) no-repeat left center;
    padding-left: 10px
}

.article .relatedposts li a {
    color: #777;
    font-size: 14px
}

.article .relatedposts li a:hover {
    color: #0595c7
}

.article table {
    width: 100%;
    margin: 10px auto;
    border-collapse: collapse
}

.article td, .article th {
    line-height: 25px;
    border: 1px #ddd solid;
    vertical-align: middle;
    padding: 5px 10px;
    font-size: 14px
}

.caseinfo h1 {
    border-bottom: 1px #eee solid;
    padding-bottom: 5px;
    margin-bottom: 10px
}

.caseinfo .info {
    position: relative;
    padding-right: 320px
}

.caseinfo .info .code {
    position: absolute;
    top: 15px;
    right: 10px
}

.caseinfo .info .code img {
    max-height: 150px;
    max-width: 200px
}

.caseinfo .info .code p {
    font-size: 12px;
    text-align: center;
    line-height: 30px;
    color: #888
}

.caseinfo .info .logo {
    top: 0;
    padding: 50px 0
}

.caseinfo .info .logo img {
    max-width: 100%;
    max-height: 72px;
    padding: 5px;
    border: 1px #eee solid
}

.caseinfo .info li, .caseinfo .info li span, .caseinfo .info li a {
    font-size: 14px;
    color: #888
}

.caseinfo .info li a:hover {
    text-decoration: underline
}

.caseinfo .info li .btn {
    background-color: #0595c7;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 10px
}

.caseinfo .info li .btn:hover {
    opacity: .8;
    text-decoration: none
}

.caseinfo .demo {
    padding: 30px 0
}

.caseinfo .demo h2 {
    font-size: 18px;
    font-weight: 400;
    border-bottom: 1px #eee solid;
    padding-bottom: 5px;
    margin-bottom: 15px
}

.caseinfo .demo h2 em {
    font-size: 12px;
    color: #888;
    margin-left: 10px
}

.caseinfo .demo li {
    float: left;
    width: 23.5%;
    margin-left: 2%;
    *margin-left: 1.8%
}

.caseinfo .demo li a {
    display: block;
    border: 1px #f8f8f8 solid
}

.caseinfo .demo .no {
    margin-left: 0
}

.caseinfo .demo li img {
    width: 100%
}

.page-single {
    margin: 20px auto
}

.page-single .mn {
    float: right;
    width: 980px
}

.pageside {
    float: left;
    width: 200px
}

.pageside ul {
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
    border: 1px solid #eaeaea;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    border-bottom: 0
}

.pageside li a {
    display: block;
    padding: 12px 20px;
    font-size: 16px;
    color: #999;
    border-bottom: 1px solid #eee;
    background-color: #fff
}

.pageside li:hover a {
    background-color: #fafafa
}

.pageside .current_page_item a {
    color: #fff;
    background-color: #0595c7;
    margin: 0 -1px
}

.pageside .current_page_item:hover a {
    background-color: #0595c7
}

.page-single h1.title {
    text-align: center;
    font-size: 26px;
    border-bottom: 1px #eee solid;
    padding-bottom: 10px
}

.page-single .article {
    min-height: 420px
}

.page-single .links {
    padding: 20px 0
}

.page-single .links h2 {
    padding-bottom: 5px;
    border-bottom: solid 1px #eee;
    font-size: 20px;
    font-weight: 400
}

.page-single .links li {
    float: left;
    width: 20%
}

.page-single .links li a {
    display: block;
    padding: 8px 10px;
    margin: 10px 10px 0 0;
    border: 1px solid #f5f5f5;
    font-size: 14px;
    overflow: hidden
}

.page-single .links li a:hover {
    border-color: #eee;
    background: #fafafa
}

.page-single .links li img {
    float: left;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    margin-top: 2px
}

.footer {
    width: 100%;
    padding: 30px 0;
    background-color: #1E2330;
    min-height: 220px;
    /*background: url(../images/bg_footer.jpg) no-repeat;*/
}

.footerlayout {
    max-width: 1360px;
    height: 365px;
    margin: 0px auto;
    padding: 0px 10px;
    box-sizing: border-box;
}

.footer dl {
    float: left
}

.footer dd a {
    color: #666
}

.footer dt a {
    color: #666
}

.footer a:hover {
    color: #aaa
}

.footer dl:nth-of-type(1) dd {
    width: 100%
}

.footer-tel .aniview li {
    padding-bottom: 5px;
    text-decoration: none;
    line-height: 34px;
}

.liiianxiwomen * {
    color: #666;
    line-height: 25px;
}

.footer dt {
    line-height: 36px;
    height: 36px;
    margin-bottom: 5px;
    font-size: 16px;
    color: #666
}

.footer dd, .footer dd a {
    line-height: 26px;
}

.footer .about {
    width: 180px;
    margin-right: 50px
}

.footer .about dd, .footer .solution dd {
    float: left;
    width: 100%
}

.footer .solution {
    width: 260px;
    margin-right: 50px
}

.footer .flow {
    float: right
}

.footer .flow dt {
    height: 16px;
    line-height: 16px
}

.footer .flow img {
    width: 121px;
}

.footer .flow .m {
    float: left
}

.footer .flow .wx {
    margin-left: 15px
}

.footer .flow .m p {
    line-height: 24px;
    font-size: 12px;
    color: #666;
    text-align: center
}

.footer-link {
    padding-top: 50px;
}

.footer-link li {
    float: left;
    height: 14px;
    line-height: 14px;
    margin: 5px 25px 5px 0;
    font-size: 14px;
    color: #666
}

.footer-link li a {
    color: #666
}

.footer-link .fisrt {
    padding-right: 25px;
    border-right: 1px #666 solid
}

.footer-nav {
    display: inline-flex;
    width: 100%;
    padding-bottom: 20px;
}

.footer {
    color: #BBBCBF;
}

.footer a {
    color: #BBBCBF;
}

.footer-nav h4 {
    font-size: 16px;
    padding-bottom: 20px;
}

.footer-nav .row ul li {
    padding-bottom: 5px;
    text-decoration: none;
    line-height: 34px;
}

.footer-tel .font h2 {
    font-size: 16px;
    padding-bottom: 20px;
}

.footer-tel .font i.icon-dianhua {
    font-size: 30px;
}

.footer-nav .wxtit {
    line-height: 50px;
}

.footer-nav .ewm {
    max-width: 125px;
    margin: 10px auto 5px auto;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.bot-footer {
    border-top: 1px solid #171a35;
    padding-top: 15px;
}

.bot-footer p {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.bot-footer p em {
    padding: 0 3px
}

.footer-kefu {
    position: fixed;
    top: 50%;
    margin-top: -120px;
    right: 0;
    width: 45px;
    z-index: 9999
}

.footer-kefu li {
    width: 45px;
    height: 45px;
    line-height: 45px;
    float: right;
    position: relative;
    margin: 1px 0;
    background: #333;
    transition: .3s;
    cursor: pointer;
    border-radius: 1px;
    zoom: 1;
    transition: .5s
}

.footer-kefu li:hover {
    background: #0595c7
}

.footer-kefu li em {
    float: left;
    display: block;
    width: 45px;
    height: 45px;
    overflow: hidden
}

.footer-kefu li a {
    display: block;
    height: 45px;
    font-size: 14px;
    color: #fff;
    overflow: hidden
}

.footer-kefu .wx .code {
    display: none;
    right: 47px;
    position: absolute;
    top: -135px;
    width: 150px;
    padding: 5px;
    border: 1px #ddd solid;
    background: #fff
}

.footer-kefu .wx .code img {
    width: 100%
}

.footer-kefu .wx .code p {
    line-height: 20px;
    text-align: center;
    font-size: 14px
}

.footer-kefu .m .code {
    display: none;
    right: 47px;
    position: absolute;
    top: -135px;
    width: 150px;
    padding: 5px;
    border: 1px #ddd solid;
    background: #fff
}

.footer-kefu .m .code img {
    width: 100%
}

.footer-kefu .m .code p {
    line-height: 20px;
    text-align: center;
    font-size: 14px
}

.footer-kefu .qq em {
    background: url(../images/side-kefu.png) no-repeat center
}

.footer-kefu .wx em {
    background: url(../images/side-weixin.png) no-repeat center
}

.footer-kefu .m em {
    background: url(../images/side-code.png) no-repeat center
}

.footer-kefu .tel em {
    background: url(../images/side-tel.png) no-repeat center
}

.footer-kefu .tel a {
    font-size: 16px
}

.footer-kefu .top em {
    background: url(../images/side-top.png) no-repeat center
}

.showmsg div {
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -255px;
    margin-top: -20px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    padding: 10px 30px;
    font-size: 14px;
    z-index: 9999;
    border-radius: 2px;
    background: rgba(0, 0, 0, .7);
    color: #fff
}

.process-service {
    padding: 50px 0;
}

.process-service .s {
    margin: 40px 0px;
    border-right: 1px #ddd solid;
    border-top: 1px #ddd solid
}

.process-service .data {
    float: left;
    width: calc(25% - 18px);
    margin: 2% 2% 2% 0px;
    text-align: center;
}

.process-service .data:nth-of-type(4n) {
    margin-right: 0;
}

.process-service .data a {
    display: block;
    padding: 20px;
    border: 1px #ccc solid;
    box-sizing: border-box;
    transition: all 0.2s ease-out 0s;
    position: relative;
    background: #FFFFFF;
}

.process-service .data a em {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 30px;
    font-style: italic;
    font-weight: bold;
    padding-left: 20px;
    color: #eaeaea;
    transition: all 0.4s ease-out 0s;
    box-sizing: border-box;
}

.process-service .data a:hover em {
    width: 100%;
    height: 100%;
    text-align: right;
    padding-right: 20px;
    color: #016cde;
    /*background: #016cde;*/
}

.process-service .data a:hover .des p {
    color: #016cde;
    /*background: #016cde;*/
}

.process-services .data a em:before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -1px;
    border-left: 1px solid #ccc;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease-out 0s;
}

.process-services .data a em:after {
    content: "";
    position: absolute;
    top: 50%;
    border-top: 1px solid #ccc;
    left: 0;
    right: 0;
    transition: all 0.5s ease-out 0s;
}

.process-service .data a:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    border-top: 1px solid #016cde;
    border-left: 1px solid #016cde;
    width: 0;
    height: 0;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    box-sizing: border-box;
}

.process-service .data a:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border-right: 1px solid #016cde;
    border-bottom: 1px solid #016cde;
    width: 0;
    height: 0;
    transition: all 0.4s ease-out 0s;
    visibility: hidden;
    box-sizing: border-box;
}

.process-service .data a:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
}

.process-service .data a:hover:after {
    width: 100%;
    height: 100%;
    visibility: visible;
}

.pull-right .icon {
    color: #016cde !important;
}

.process-service .data a:hover .jjfaicon {
    color: #016cde
}

.process-service .m {
    padding: 15px 0
}

.process-service .m img {
    width: auto;
    height: 45px
}

.process-service .data .title {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 2px;
    font-weight: bold;
}

.process-service .data .des {
    padding: 0 15px;
    line-height: 30px;
    font-size: 14px;
    color: #666
}

.process-service .data a:hover .title {
    color: #016cde
}

.process-service .data a:hover .des {
    color: #016cde
}

.row {
    margin-left: -15px;
    margin-right: -15px;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    float: left
}

.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left
}

.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
    float: left
}

.col-lg-12 {
    width: 100%
}

.col-lg-11 {
    width: 91.66666667%
}

.col-lg-10 {
    width: 83.33333333%
}

.col-lg-9 {
    width: 75%
}

.col-lg-8 {
    width: 66.66666667%
}

.col-lg-7 {
    width: 58.33333333%
}

.col-lg-6 {
    width: 50%
}

.col-lg-5 {
    width: 41.66666667%
}

.col-lg-4 {
    width: 33.33333333%
}

.col-lg-3 {
    width: 25%
}

.col-lg-2 {
    width: 16.66666667%
}

.col-lg-1 {
    width: 8.33333333%
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs .icon {
    font-size: 13px;
}

.btn-primary {
    background-color: #1ab394;
    border-color: #1ab394;
    color: #FFFFFF;
}

.btn-warning {
    background-color: #f8ac59;
    border-color: #f8ac59;
    color: #FFFFFF;
}

.btn-danger {
    background-color: #ed5565;
    border-color: #ed5565;
    color: #FFFFFF;
}

.btn-success {
    background-color: #016cde;
    border-color: #016cde;
    color: #FFFFFF;
}

.btn-default {
    background-color: #c2c2c2;
    border-color: #c2c2c2;
    color: #FFFFFF;
}

.text-warning {
    color: #f8ac59;
}

.text-danger {
    color: #ed5565;
}

.text-info {
    color: #31708f;
}

.text-success {
    color: #3c763d;
}

.text-primary {
    color: #337ab7;
}

.hr-line-dashed {
    border-top: 1px dashed #e7eaec;
    color: #ffffff;
    background-color: #ffffff;
    height: 1px;
    margin: 20px 0;
}

.layui-layer {
    transition: initial;
}


@media screen and (min-width: 1000px) and (max-width: 1200px) {

    body .header {
        width: 100%;
        position: fixed;
        z-index: 999;
        min-width: 100%;
        background-color: #FFFFFF;
    }

    .header h1 {
        float: left;
        margin: 0;
        padding: 5px 0;
        height: 70px;
    }

    .header .screen-box .loginreg {
        display: inline-block;
    }

    body .header_page {
        width: 100%;
        min-width: 100%;
        background-color: #FFFFFF;
    }

    .header_page h1 {
        float: left;
        margin: 0;
        padding: 5px 0;
        height: 70px;
    }

    .header_page .nav {
        display: none
    }

    .header_page .loginreg {
        display: inline-block;
    }

    .open {
        overflow: hidden;
    }

    .cms_page {
        width: 100%;
        max-width: 1200px;
        margin: 0px auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .topheader {
        width: 100%;
        min-width: 100%;
        height: 70px;
        display: inline-block;
    }

    .header .screen-box .nav {
        float: left;
        margin-left: 40px;
        text-align: right;
    }

    .header .screen-box .loginreg {
        margin-left: 0px;
    }

    .user-panel a.top-login, .user-panel a.top-reg, .user-panel a.top-login:hover {
        color: #ffffff;
        font-size: 14px;
        padding: 0px 15px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        border: 1px solid #016cde;
        border-radius: 2px 0px 0px 2px;
    }

    .header.nav--active {
        position: fixed;
    }

    .header .screen-box .nav--active {
        display: block;
        /* height: 100%; */
        opacity: 1;
        background: #ffffff;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }

    .mask.nav--active {
        display: inline-block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 70px;
        background: #000000;
        opacity: .5;
        z-index: 100;
    }

    .header .screen-box .nav ul {
        display: inline-block;
        background: #ffffff;
        width: 100%;
    }

    .header .screen-box .nav li {
        display: inline-block;
        zoom: 1;
        margin: 0 0px;
        position: relative;
    }

    .header .screen-box .nav li a {
        display: block;
        height: 70px;
        line-height: 70px;
        padding: 0 25px;
        border-top: 0px solid #FFFFFF;
        font-size: 16px;
        color: #333;
        text-decoration: none;
    }

    .header .screen-box .nav li.hover a {
        display: block;
        border-top: 0px solid #FFFFFF;
        color: #333;
        text-decoration: none;
    }

    .header .screen-box .nav li a.active {
        display: block;
        border-top: 0px solid #FFFFFF;
        color: #016cde;
        text-decoration: none;
    }

    .header .screen-box .nav li .sub-menu a {
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        padding: 0;
        background: #f5f5f5;
        width: 100%;
        font-weight: inherit;
        text-align: center;
        color: #666;
        -webkit-transition: background .2s;
        -moz-transition: background .2s;
        transition: background .2s;
        border-bottom: 0px solid #d71719;
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }
}

@media screen and (min-width: 800px) and (max-width: 1000px) {
    body .header {
        width: 100%;
        position: fixed;
        z-index: 999;
        min-width: 100%;
        background-color: #FFFFFF;
    }

    .header h1 {
        float: left;
        margin: 0;
        padding: 5px 0;
        height: 70px;
    }

    .header .screen-box .loginreg {
        display: inline-block;
    }

    body .header_page {
        width: 100%;
        min-width: 100%;
        background-color: #FFFFFF;
    }

    .header_page h1 {
        float: left;
        margin: 0;
        padding: 5px 0;
        height: 70px;
    }

    .header .screen-box .nav li .sub-menu a {
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        padding: 0;
        background: #f5f5f5;
        width: 100%;
        font-weight: inherit;
        text-align: center;
        color: #666;
        -webkit-transition: background .2s;
        -moz-transition: background .2s;
        transition: background .2s;
        border-bottom: 0px solid #d71719;
    }

    .header_page .nav {
        display: none
    }

    .header_page .loginreg {
        display: inline-block;
    }

    .open {
        overflow: hidden;
    }

    .cms_page {
        width: 100%;
        max-width: 1200px;
        margin: 0px auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .topheader {
        width: 100%;
        min-width: 100%;
        height: 70px;
        float: left;
        display: inline-block;
    }

    .header .screen-box {
        margin-left: 0px;
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #FFFFFF;
    }

    .nav--active .screen-box {
        left: 0;
        border-top: 1px solid #f1f1f1;
    }

    .header .screen-box .nav {
        width: 100%;
        margin-left: 0px;
        text-align: right;
        z-index: 999;
    }

    .header .screen-box .loginreg {
        margin-left: 0px;
        width: 100%;
        text-align: center;
    }

    .user-panel a.top-login, .user-panel a.top-reg, .user-panel a.top-login:hover {
        color: #ffffff;
        font-size: 14px;
        padding: 0px 15px;
        display: inline-block;
        text-align: center;
        vertical-align: middle;
        text-decoration: none;
        border: 1px solid #016cde;
        border-radius: 2px 0px 0px 2px;
    }
    .navbar-toggle {
        position: relative;
        float: right;
        margin-right: 10px;
        padding: 9px 0px;
        margin-top: 8px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0;
        display: inline-block;
    }
    .header.nav--active {
        position: fixed;
    }

    .nav--active.topheader {
        display: none
    }

    .header .screen-box .nav--active {
        display: block;
        width: 100%;
        opacity: 1;
        background: #ffffff;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
        position: absolute;
        left: 0px;
    }

    .mask.nav--active {
        display: inline-block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 70px;
        background: #000000;
        opacity: .5;
        z-index: 100;
    }

    .header .screen-box .nav ul {
        display: inline-block;
        background: #ffffff;
        width: 100%;
    }

    .header .screen-box .nav li {
        display: inline-block;
        zoom: 1;
        margin: 0 0px;
        position: relative;
        width: 100%;
        text-align: center;
        border-bottom: 1px #f1f1f1 solid;
    }

    .header .screen-box .nav li a {
        display: block;
        height: 60px;
        line-height: 60px;
        padding: 0 25px;
        border-top: 0px solid #FFFFFF;
        font-size: 16px;
        color: #333;
        text-decoration: none;
    }

    .header .screen-box .nav li.hover a {
        display: block;
        height: 60px;
        line-height: 60px;
        padding: 0 25px;
        border-top: 0px solid #FFFFFF;
        font-size: 16px;
        color: #016cde;
        text-decoration: none;
    }

    .header .screen-box .nav li a.active {
        display: block;
        border-top: 0px solid #FFFFFF;
        font-size: 16px;
        font-weight: bold;
        color: #016cde;
        text-decoration: none;
    }

    .header .screen-box .nav li .sub-menu a {
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        padding: 0;
        background: #f5f5f5;
        width: 100%;
        font-weight: inherit;
        text-align: center;
        color: #666;
        -webkit-transition: background .2s;
        -moz-transition: background .2s;
        transition: background .2s;
        border-bottom: 0px solid #d71719;
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }
}

@media screen and (max-width: 800px) {
    body .header {
        width: 100%;
        position: fixed;
        z-index: 999;
        min-width: 100%;
        background-color: #FFFFFF;
        height: 80px;
        line-height: 80px;
    }

    .cms_page {
        width: 100%;
        max-width: 1200px;
        margin: 0px auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .header h1 {
        float: left;
        margin: 0;
        padding: 5px 0;
        height: 70px;
    }
    .header h1 img {
        vertical-align: middle;
        margin-top: 10px;
        max-height: 45px;
    }
    .header .screen {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #FFFFFF;
    }

    .header .screen-box .nav {
        margin-left: 0px;
        width: 100%;
    }

    .header .screen-box .nav--active {
        display: block;
        left: 0;
        opacity: 1;
        background: #ffffff;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }


    .mask.nav--active {
        display: inline-block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 70px;
        background: #000000;
        opacity: .5;
        z-index: 100;
    }

    .header .screen-box .nav ul {
        display: inline-block;
        background: #ffffff;
        width: 100%;
    }

    .header .screen-box .nav li {
        display: inline-block;
        zoom: 1;
        margin: 0 0px;
        position: relative;
        width: 100%;
        text-align: center;
        border-bottom: 1px #f1f1f1 solid;
    }

    .header .screen-box .nav li a {
        display: block;
        height: 60px;
        line-height: 60px;
        padding: 0 25px;
        border-top: 0px solid #FFFFFF;
        font-size: 16px;
        color: #333;
        text-decoration: none;
    }

    .header .screen-box .nav li.hover a {
        display: block;
        border-top: 2px solid #FFFFFF;
        font-size: 16px;
        font-weight: bold;
        color: #016cde;
        text-decoration: none;
    }

    .header .screen-box .nav li a.active {
        display: block;
        border-top: 2px solid #FFFFFF;
        font-size: 16px;
        font-weight: bold;
        color: #016cde;
        text-decoration: none;
        height: 60px;
        line-height: 60px;
    }

    .header .screen-box .nav li .sub-menu a {
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        padding: 0;
        background: #f5f5f5;
        width: 100%;
        padding: 0;
        text-align: center;
        color: #666;
        font-size: 14;
        px-webkit-transition: background .2s;
        -moz-transition: background .2s;
        transition: background .2s;
        border-bottom: 0px solid #d71719;
    }

    .header .screen-box .loginreg {
        display: inline-block;
        zoom: 1;
        margin: 10px 0px;
        position: relative;
        z-index: 100;
        width: 100%;
        text-align: center;
    }

    .user-panel li {
        display: inline-block;
        zoom: 1;
        margin: 0 0px;
        position: relative;
        height: 50px;
        line-height: 50px;
        width: 100%;
        text-align: center;
        float: left;
    }

    .header button.navbar-toggle {
        position: relative;
        float: right;
        margin-right: 10px;
        padding: 9px 0px;
        margin-top: 25px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 0;
        display: inline-block;
    }
    .header .screen-box {
        margin-left: 0px;
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #FFFFFF;
    }

    .nav--active .screen-box {
        left: 0;
        border-top: 1px solid #f1f1f1;
    }

    .footer-nav {
        display: inline-flex;
        width: 100%;
        padding-bottom: 20px;
        justify-content: space-between;
    }

    .footer-nav .footer-menu {
        display: none;
    }

    .footer-nav .wxtit {
        line-height: initial;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }
}

@media screen and (max-width: 600px) {
    body .header {
        width: 100%;
        position: fixed;
        z-index: 999;
        min-width: 100%;
        background-color: #FFFFFF;
        height: 80px;
        line-height: 80px;
    }

    .cms_page {
        width: 100%;
        max-width: 1200px;
        margin: 0px auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .header h1 {
        float: left;
        margin: 0;
        padding: 5px 0;
        height: 70px;
    }

    .header .screen {
        position: fixed;
        top: 70px;
        left: -100%;
        width: 100%;
        height: 100%;
        background: #FFFFFF;
    }

    .header .screen-box .nav {
        margin-left: 0px;
    }

    .header .screen-box .nav--active {
        display: block;
        left: 0;
        opacity: 1;
        background: #ffffff;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        opacity: 1;
    }

    .mask.nav--active {
        display: inline-block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 70px;
        background: #000000;
        opacity: .5;
        z-index: 100;
    }

    .header .screen-box .nav ul {
        display: inline-block;
        background: #ffffff;
        width: 100%;
    }

    .header .screen-box .nav li {
        display: inline-block;
        zoom: 1;
        margin: 0 0px;
        position: relative;
        width: 100%;
        text-align: center;
        border-bottom: 1px #f1f1f1 solid;
    }

    .header .screen-box .nav li a {
        display: block;
        height: 60px;
        line-height: 60px;
        padding: 0 25px;
        border-top: 0px solid #FFFFFF;
        font-size: 16px;
        color: #333;
        text-decoration: none;
    }

    .header .screen-box .nav li.hover a {
        display: block;
        height: 60px;
        line-height: 60px;
        border-top: 2px solid #FFFFFF;
        font-size: 16px;
        font-weight: bold;
        color: #016cde;
        text-decoration: none;
    }

    .header .screen-box .nav li a.active {
        display: block;
        border-top: 2px solid #FFFFFF;
        font-size: 16px;
        font-weight: bold;
        color: #016cde;
        text-decoration: none;
    }

    .header .screen-box .nav li .sub-menu a {
        font-size: 14px;
        height: 36px;
        line-height: 36px;
        padding: 0;
        background: #f5f5f5;
        width: 100%;
        padding: 0;
        font-weight: inherit;
        text-align: center;
        color: #666;
        font-size: 14;
        px-webkit-transition: background .2s;
        -moz-transition: background .2s;
        transition: background .2s;
        border-bottom: 0px solid #d71719;
    }

    .menu-btn {
        display: block;
        padding: 30px 0;
        float: right;
    }

    .footer-nav .row ul li {
        padding-bottom: 5px;
        text-decoration: none;
        line-height: 28px;
    }

    .footer-nav .footer-menu {
        display: none;
    }

    .footer-nav .footer-lianxi {
        width: 100%;
    }

    .bot-footer .beian {
        display: block;
        float: left;
    }

    .col-xs-12 {
        width: 100%;
    }

    .col-xs-11 {
        width: 91.66666667%;
    }

    .col-xs-10 {
        width: 83.33333333%;
    }

    .col-xs-9 {
        width: 75%;
    }

    .col-xs-8 {
        width: 66.66666667%;
    }

    .col-xs-7 {
        width: 58.33333333%;
    }

    .col-xs-6 {
        width: 50%;
    }

    .col-xs-5 {
        width: 41.66666667%;
    }

    .col-xs-4 {
        width: 33.33333333%;
    }

    .col-xs-3 {
        width: 25%;
    }

    .col-xs-2 {
        width: 16.66666667%;
    }

    .col-xs-1 {
        width: 8.33333333%;
    }
}