.main {
    min-width: 1196px;
    margin: 0 auto;
}
body{
    font-family: "Microsoft YaHei","Helvetica Neue","Helvetica","Arial",sans-serif;
}
.content {
    width: 1196px;
    margin: 0 auto;
}
input,textarea,select{
    font-family: "Microsoft YaHei","Helvetica Neue","Helvetica","Arial",sans-serif;
}

/*头部*/
.user-top {
    min-width: 1196px;
    height: 40px;
    background-color: #333333;
    line-height: 38px;
}

.user-top .links {
    float: left;
}

.user-top .links a, .user-top .menu p {
    display: inline-block;
    color: #aaa;
    font-size: 14px;
    margin-right: 16px;
    line-height:36px;
}

.user-top i {
    display: inline-block;
    margin-right: 16px;
    height: 10px;
    width: 1px;
    background-color: #575757;
}

.user-top .menu {
    float: right;
}

.user-top .menu p {
    float: left;
}

.user-top .menu i {
    float: left;
    margin-top: 14px;
}

.user-top .tel {
    color: #1F77CF;
    font-size: 14px;
    line-height: 38px;
}

.user-top .wx {
    display: block;
    float: left;
    height: 38px;
    width: 16px;
    margin-right: 20px;
    background: url('../images/wx.png') no-repeat center;
}

.user-top .wb {
    display: block;
    float: left;
    height: 38px;
    width: 17px;
    margin-right: 20px;
    background: url('../images/wb.png') no-repeat center;
}

.user-top .language {
    display: block;
    float: left;
    line-height: 38px;
    color: #999;
    font-size: 14px;
    background: url('../images/language.png') no-repeat left center;
    padding-left: 21px;
    position: relative;
}

.user-top .language2 {
    display: block;
    float: left;
    line-height: 38px;
    color: #999;
    font-size: 14px;
    background: url('//lib.zozen.com/5ab9f1bda624634ee3649458/images/wechat.png') no-repeat left center;
    padding-left: 21px;
    position: relative;
}

/*公共导航栏*/
.header {
    height: 100px;
    min-width: 1196px;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 3px 8px 0 rgba(34, 34, 34, 0.1);
}

.header .logo {
    float: left;
    display: block;
    width: 420px;
    height: 99px;
    background: url('../images/logo-bg.png') no-repeat -5px center;
}
.header .logo img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin:auto;
}

.logo .img-box {
    width: 210px;
    height: 99px;
    float: left;
}

.logo p {
    float: left;
    line-height: 99px;
    font-size: 18px;
    color: #555;
    padding-left: 24px;
}

.nav {
    float: right;
}

.nav .sub1 {
    float: left;
    padding:0 20px;
    /*margin:0 20px;*/
}

.nav .sub1-name {
    padding: 0 10px;
    line-height: 99px;
    color: #222222;
    font-size: 16px;
    position: relative;
}
.navXian {
    width: 0;
    height: 2px;
    background: #1F77CF;
    position: absolute;
    left: 0;
    right: 0;
    top: 25px;
    margin: auto;
    transition: .3s ease;
    /*display: none;*/
}

.nav .sub1-name:hover {
    color: #1F77CF;
    background-color: #fff;
}
.nav .sub1-name:hover .navXian {
    /*display: block;*/
    width: 30px;
}

.sub2-pro li {
    float: left;
}

.nav .icon-area {
    height: 56px;
    width: 210px;
}

.nav .sub2 {
    display: none;
    position: absolute;
    width: 100%;
    top: 137px;
    left: 0;
    min-width: 1196px;
    box-shadow: 0 5px 10px 0 rgba(34, 34, 34, 0.1);
    background-color: #fff;
    border-top: 1px solid #eaeaea;
    z-index: 99;
    padding:56px 0;
    min-height: 342px;
}
.nav-left{
    float: left;
    width: 280px;
    height: 146px;
    border-right: 1px solid #eaeaea;
    padding-right: 20px;

}
.nav-right{
    float: left;
}
.nav-right ul{
    width: 916px;
}
.nav-right li{
    float: left;
    /*  width: 204px;*/
    width: 226px;
    height: 40px;
    padding-left: 28px;
}

.nav-right li a {
    width: 120px;
    display: block;
    padding-left: 14px;
    color: #555;
    font-size: 14px;
    line-height: 40px;
    background: url('../images/nav-case-normal.png') no-repeat left center;
    transition: .36s ease;
}

.nav-right li a:hover {
    color: #1F77CF;
    background: url('../images/nav-case-hover.png') no-repeat left center;
}


.nav-left .title{
    font-size: 24px;
    color:#222;
    line-height: 1;
}
.nav-left p{
    font-size: 14px;
    color:#888;
    line-height: 22px;
    margin-top: 14px;
    overflow: hidden;
}
.nav-left a{
    display: block;
    height: 42px;
    width: 160px;
    margin-top: 22px;
    background-color:#fafafa;
    border:1px solid #e8e8e8;
    border-radius:4px;
    text-align: center;
    font-size: 14px;
    color:#222222;
    line-height: 40px;
    transition: .36s ease;
}
.nav-left a:hover{
    background-color: #1F77CF;
    color:#fff;
    border-color:#1F77CF;
}


.sub2-pro .buttons{
    height: 42px;
}
.sub2-pro .buttons a{
    float: left;
    margin-right: 14px;
}

.nav .sub2-pro .icon1 {
    background: url('../images/nav-pro1-normal.png') no-repeat center;
}

.nav .sub2-pro .icon2 {
    background: url('../images/nav-pro2-normal.png') no-repeat center;
}

.nav .sub2-pro .icon3 {
    background: url('../images/nav-pro3-normal.png') no-repeat center;
}

.nav .sub2-pro .icon4 {
    background: url('../images/nav-pro4-normal.png') no-repeat center;
}

.sub2-pro .pro-class:hover .icon1 {
    background: url('../images/nav-pro1-hover.png') no-repeat center;
}

.sub2-pro .pro-class:hover .icon2 {
    background: url('../images/nav-pro2-hover.png') no-repeat center;
}

.sub2-pro .pro-class:hover .icon3 {
    background: url('../images/nav-pro3-hover.png') no-repeat center;
}

.sub2-pro .pro-class:hover .icon4 {
    background: url('../images/nav-pro4-hover.png') no-repeat center;
}

.nav .sub2-pro .pro-class {
    display: block;
}





.sub2-pro .links a {
    display: block;
    color: #555;
    font-size: 14px;
    line-height: 2;
    padding-left: 45px;
    background: url('../images/sub2-pro-links.png') no-repeat left center;
}

.sub2-pro .links a:hover {
    color: #1F77CF;
}

.sub2-pro .btn-group a {
    display: block;
    float: left;
    padding: 0 32px;
    color: #222;
    font-size: 14px;
    background-color: #fafafa;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    text-align: center;
    line-height: 40px;
    transition: .36s ease;
}

.sub2-pro .btn-group a:hover {
    color: #fff;
    background-color: #1F77CF;
    border-color: #1F77CF;
}



.nav .search-icon {
    width: 76px;
    padding:0 20px;
    background: url(../images/nav-search-normal.png) no-repeat center;
}

.nav .search-icon:hover {
    background: url(../images/nav-search-hover.png) no-repeat center;

}

.sub2-search {
    padding: 40px 0;
}

.sub2-search form {
    height: 48px;
    border: 2px solid #1F77CF;
    width: 862px;
    border-radius: 4px;
    margin: 0 auto;
}

.sub2-search .v-select {
    width: 88px;
    height: 44px;
    font-size: 14px;
    color: #666;
}

.nav .sub2-search .select-panel {
    line-height: 44px;
    padding-left: 14px;
}

.sub2-search .select-menu {
    top: 44px;
}

.sub2-search .select-menu li {
    height: 44px;
    line-height: 44px;
    padding-left: 14px;
}

.sub2-search input {
    float: left;
    width: 672px;
    height: 44px;
    font-size: 14px;
    padding: 15px 16px;
}

.sub2-search button {
    width: 98px;
    height: 44px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 44px;
    background-color: #1F77CF;
}

.sub2-search .pre-link {
    font-size: 14px;
    color: #999;
    margin: 11px auto 0;
    width: 656px;
}

.sub2-search .pre-link .title {
    float: left;
    margin-right: 18px;
}

.sub2-search .pre-link a {
    display: block;
    float: left;
    color: #222;
    margin-right: 28px;
}

/*右侧通用工具条*/
.fixed-bar {
    position: fixed;
    right: 33px;
    width: 68px;
    top: 45%;
    margin-top: -70px;
    z-index: 10;
}

.fixed-bar .ele {
    display: block;
    width: 76px;
    height: 76px;
    padding-top: 13px;
    border-radius: 4px;
    transition: .36s ease;
    margin-top: 2px;
}

.fixed-bar .ele {
    background: rgba(34, 34, 34, 0.5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#7f222222, endColorstr=#7f222222);
    zoom: 1;
    cursor: pointer;
}

:root .fixed-bar .ele {
    filter: none \9;
}

/*for IE9*/

.fixed-bar .ele:hover {
    background-color: #1F77CF;
}
.fixed-bar .bj:hover {
    background-color: #f6494a;
}
.fixed-bar .fa:hover {
    background-color: #f6494a;
}
.fixed-bar .icon {
    height: 26px;
    width: 100%;
}

.fixed-bar .msg .icon {
    background: url('../images/msg.png') no-repeat center;
}

.fixed-bar .tel .icon {
    background: url('../images/tel-icon.png') no-repeat center;
}
.fixed-bar .wwx .icon {
    background: url('https://lib.zozen.com/5ab9f1bda624634ee3649458/images/wx-icon.png') no-repeat center;
}

.fixed-bar .fa .icon {
    background: url('../images/ico-fa.png') no-repeat center;
}
.fixed-bar .bj .icon {
    background: url('../images/ico-bj.png') no-repeat center;
}

.fixed-bar .wx .icon {
    background: url('../images/wx-icon.png') no-repeat center;
}

.fixed-bar .wx .qr {
    position: absolute;
    bottom: 60px;
    left: -180px;
    width: 190px;
    height: 180px;
    background: url('../images/qr-border.png') no-repeat center;
    display: none;
}

.fixed-bar .qr img {
    display: block;
    margin: 40px auto;
}

.fixed-bar .wx:hover .qr {
    display: block;
}

.fixed-bar .top .icon {
    background: url('../images/top-icon.png') no-repeat center;
}

.fixed-bar span {
    display: block;
    width: 100%;
    margin-top: 6px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.fixed-bar .tel {
    position: relative;
}

.fixed-bar .tel .fixed-tel {
    display: none;
    width: 213px;
    height: 139px;
    position: absolute;
    background: url('../images/fixed-tel-bg.png') no-repeat center;
    left: -203px;
    top: -76px;
    /*box-shadow: 0 0 30px 0 rgba(85, 85, 85, 0.3);*/
    text-align: center;
}

.fixed-bar .fixed-tel span {
    display: block;
    margin-top: 50px;
    color: #999;
    font-size: 14px;
}

.fixed-bar .fixed-tel p {
    color: #f7494b;
    font-size: 18px;
    font-weight: bold;
}
.fixed-bar .tel:hover{
    background-color: #f7494b;
}
.fixed-bar .tel:hover .fixed-tel{
    display: block;
}



.fixed-bar .wwx .fixed-wwx {
    display: none;
    width: 213px;
    height: 139px;
    position: absolute;
    background: url('') no-repeat center;
    left: -203px;
    top: 60px;
    /*box-shadow: 0 0 30px 0 rgba(85, 85, 85, 0.3);*/
    text-align: center;
}

.fixed-bar .fixed-wwx span {
    display: block;
    margin-top: 50px;
    color: #999;
    font-size: 14px;
}

.fixed-bar .fixed-wwx p {
    color: #f7494b;
    font-size: 18px;
    font-weight: bold;
}
.fixed-bar .wwx:hover{
    background-color: #f7494b;
}
.fixed-bar .wwx:hover .fixed-wwx{
    display: block;
}




.footer {
    min-width: 1196px;
    border-top: 6px solid #1F77CF;
}

.footer .link-group {
    overflow: hidden;
    padding-top: 36px;
    padding-bottom: 38px;
}

.footer .link-type {
    font-size: 16px;
    color: #222;
}

.footer .pro {
    width: 200px;
}

.footer .service, .footer .news {
    width: 200px;
}

.footer .footer-box {
    float: left;
}

.footer .links {
    margin-top: 5px;
}

.footer .links a {
    line-height: 30px;
    font-size: 14px;
    color: #999999;
}

.footer .focus {
    float: right;
}

.footer .qr img {
    display: block;
    margin-top: 18px;
}

.footer .tel {
    width: 530px;
}

.footer .tel .number {
    color: #f7494b;
    font-size: 18px;
    font-weight: bold;
    margin-top: -2px;
    margin-bottom: 1px;
    line-height: 28px;
    vertical-align: middle;
}

.footer .tel p {
    color: #999;
    font-size: 14px;
    line-height: 22px;
}

.footer .tel .link-type {
    margin-bottom: 16px;
}

.footer .tel .numberRow {
    line-height: 28px;
    margin-top: 4px;
}

.footer .tel .normal {
    font-size: 14px;
    color: #999;
    display: inline-block;
    vertical-align: middle;
}

.footer .tel .kefu {
    margin-top: 16px;
    margin-bottom: 14px;
    display: block;
    width: 120px;
    height: 38px;
    border-radius: 4px;
    text-align: center;
    color: #1F77CF;
    font-size: 14px;
    line-height: 38px;
    transition: .36s ease;
    background-color: #fff;
    border: 1px solid #1F77CF;
    cursor: pointer;
}

.footer .tel .kefu:hover {
    background-color: #1F77CF;
    color: #fff;
    border-color: #1F77CF;
}

.footer .copy {
    border-top: 1px solid #eaeaea;
}

.footer .copy p {
    float: right;
    line-height: 22px;
    padding-top:20px;
    color: #999;
    font-size: 14px;
}

.footer .logo {
    float: left;
    height: 62px;
}

.footer .logo img {
    display: block;
    margin-top: 30px;
}

/*分页样式*/
.u-paging {
    height: 38px;
    margin: 28px auto 0;
    text-align: center;
}

.u-paging a {
    display: inline-block;
    width: 38px;
    height: 38px;
    background-color: #eaeaea;
    color: #949494;
    vertical-align: middle;
    line-height: 40px;
    font-size: 12px;
    margin-right: 10px;
    border-radius: 4px;
}

.u-paging .current {
    background: #1F77CF;
    color: #fff;
}

.u-paging a:hover {
    background: #1F77CF;
    color: #fff;
    transition: all 0.2s ease 0s;
}

.u-paging .next {
    background: #eaeaea url("../images/jt_r.png") no-repeat center center;
}

.u-paging .next:hover {
    background: #1F77CF url("../images/jt_r(1).png") no-repeat center center;
}

.u-paging .prev {
    background: #eaeaea url("../images/jt.png") no-repeat center center;
}

.u-paging .prev:hover {
    background: #1F77CF url("../images/rs.png") no-repeat center center;
}
.pop-mask,.down-mask {
    /*display: none;*/
    width: 100%;
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.3);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4c000000, endColorstr=#4c000000);
    zoom: 1;
    z-index: 9999;
    top: 0;
    left: 0;
}

:root .pop-mask {
    filter: none \9;
}
.pop-window{
    width: 580px;
    height: 485px;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom: 0;
    margin:auto;
    background-color: #fff;
    border-radius: 4px;
    padding:28px;
}
.pop-content{
    position: relative;
}
.pop-close-btn{
    width: 14px;
    height: 14px;
    background: url('../images/pop-close-btn.png') no-repeat center;
    cursor: pointer;
    position: absolute;
    top:0;
    right: 0;
}
.pop-text{
    text-align: center;
}
.pop-title{
    color:#f7494b;
    font-size:24px;
    margin-top: 80px;
}
.pop-msg{
    font-size: 14px;
    color:#888;
    line-height:24px;
    margin-top: 11px;
}
.pop-msg span{
    color:#f7494b;
}

.qr-window{
    width: 180px;
    height: 180px;
    background:url('../images/qr-border2.png') no-repeat center;
    position: absolute;
    top: 28px;
    padding:40px;
    z-index: 9;
}
#qr-code{
    height: 100px;
    width: 100px;
}
.qr-msg{
    font-size: 14px;
    color:#888;
    text-align: center;
    line-height:52px;
}
.lessNer-box {
    width: 226px;
}
.lessNer-head {
    display: block;
    width: 70px;
}
.lessNer-img {
    width: 66px;
    height: 66px;
    background: #fafafa url("../images/rqgl002.png") no-repeat center;
    border: 1px solid #1F77CF;
    border-radius: 4px;
    transition: 0.36s ease;
}
.lessNer-img01 {
    margin-left:8px;
}
.lessNer-box .navpro2 {
    background: #fafafa url("../images/rmgl002.png") no-repeat center;
}
.lessNer-box .navpro3 {
    background: #fafafa url("../images/swzgl002.png") no-repeat center;
}
.lessNer-box .navpro4 {
    background: #fafafa url("../images/dry002.png") no-repeat center;
}
/*.lessNer-img:hover {
    border: 1px solid #1F77CF;
    background: #fffbf5 url("../images/rqgl002.png") no-repeat center;
}
.lessNer-box .navpro2:hover {
    background: #fffbf5 url("../images/rmgl002.png") no-repeat center;
}
.lessNer-box .navpro3:hover {
    background: #fffbf5 url("../images/swzgl002.png") no-repeat center;
}
.lessNer-box .navpro4:hover {
    background: #fffbf5 url("../images/dry002.png") no-repeat center;
}*/
.lessNer-tle {
    font-size: 14px;
    color: #222;
    text-align: center;
    line-height: 14px;
    padding: 7px 0;
}
.lessNer-main a {
    font-size: 14px;
    line-height: 22px;
    color: #555;
    display: block;
    padding-left: 12px;
    background: url("../images/icll.png") no-repeat 0 7px;
    transition: .36s ease;
    margin-top: 5px;
}
.lessNer-main a:hover {
    color: #1F77CF;
}

.lessNer-main2 a {
    font-size: 12px;
    line-height: 22px;
    color: #555;
    display: block;
    padding-left: 8px;
    background: url("../images/icll.png") no-repeat 0 7px;
    transition: .36s ease;
    margin-top: 5px;
}
.lessNer-main2 a:hover {
    color: #1F77CF;
}


.lessNer-main {
    margin-top: 6px;
}
.ylw {
    width: 206px;
}
.pro-lessNer {
    margin-left: 28px;
}
.nav .active .sub1-name {
    color: #1F77CF;
}
.nav .active .navXian{
    width: 30px;
}
.nav .active .navXian {
    display: block;
}
.language-main {
    width: 120px;
    padding: 1px 0;
    position: absolute;
    display: none;
    z-index: 99;
    left: -30px;
    top: 28px;
    background: url("//static.westarcloud.com/5ab9f1bda624634ee3649458/images/ffggg.png") no-repeat center 4px;
    box-shadow: 0 5px 15px 4px rgba(0, 0, 0, .05);
}
.language:hover .language-main {
    display: block;
}
.language-cont {
    width: 120px;
    margin-top: 10px;
    background: #ffffff;
    padding-bottom: 10px;
}
.language-cont a {
    font-size: 14px;
    color: #888;
    line-height: 28px;
    text-align: center;
    display: block;
}
.language-post {
    padding-top: 10px;
}
.language-cont a:hover {
    color: #1F77CF;
}
.s-key{
    color:#1F77CF;
    padding:0;
}
.search-list .info .title .s-key{
    color:#1F77CF;
    font-size: 18px;
    line-height: 1;
}
.geetest_radar_tip_content {
    color: #18A452 !important;
}
.geetest_success_radar_tip {
    color: #18A452 !important;
}
.geetest_success_radar_tip_content {
    color: #18A452 !important;
}
.geetest_holder {
    width: 315px !important;
}
.down-msg .n-msg {
    width: 98px;
    position: absolute;
    left: 320px;
    top: -108px;
}