﻿.fl {
    float: left;
}

.fr {
    float: right
}

.overH {
    overflow: hidden;
}

/* head start*/
/* head end*/
/* 中间部分 start*/
.main {
    width: 100%;
    background: #fff url(bg2.png) no-repeat center top;
}

.con1 {
    background: #fff;
    height: 405px;
}

.con1 .tpxw {
    width: 668px;
    background: #dcdcdc;
    height: 405px;
}

.con1 .newslist {
    margin-top: 5px;
    margin-left: 34px;
    width: 475px;
}

.topNews .tabTit {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 21px;
}

.topNews .tabTit span {
    vertical-align: top;
    padding: 0 4px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
}

.tabTit span:hover {
    border-bottom: 4px solid #1492ff;
}

.tabTit span:hover a {
    font-weight: bold;
    color: #1492ff;
}

.tabTit span.active {
    border-bottom: 4px solid #1492ff;
}

.tabTit span.active a {
    font-weight: bold;
    color: #1492ff;
}

.topNews .tabTit i {
    font-style: normal;
    margin: 0 5px;
}

.tabTit i {
    font-style: normal;
    margin: 0 5px;
}

.con1 .newslist .tabList ul li {
    height: 21px;
    margin-top: 20px;
    padding-right: 9px;
}

.con1 .newslist .tabList ul li a p {
    font-size: 17px;
    line-height: 28px;
    height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.con1 .newslist .tabList ul li a .time {
    font-size: 13px;
    color: #999;
    margin-top: 3px;
}

.modelTit p {
    margin-top: -4px;
    font-size: 35px;
    font-weight: bold;
}

.modelTit span {
    color: #1492ff;
}

.con2 {
    margin-top: 50px;
}

.con2 .newsbox {
    width: 500px;
    margin-left: 38px;
}

.normalBox li {
    margin-top: 20px;
}

.normalBox li a {
    font-size: 17px;
    padding-left: 12px;
    background: url(qz_point.jpg) no-repeat left center;
}

.normalBox li a .time {
    color: #999;
    font-size: 13px;
    margin-top: 5px;
}

.tabTit {
    height: 50px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 21px;
}

.tabTit span {
    vertical-align: top;
    padding: 0 15px;
    height: 50px;
    display: inline-block;
}

.con2 .xxgkLink {
    margin-top: 30px;
}

.con2 .xxgkLink a {
    float: left;
    margin-left: 8px;
    background: #f6f6f6;
    font-size: 17px;
    display: block;
    width: 143px;
    height: 43px;
    line-height: 43px;
    text-align: center;
    /* box-shadow: 0 0 1.5rem rgba(9,41,77,.12); */
}

.con2 .xxgkLink a:hover {
    background: #1492ff;
    color: #fff;
    font-weight: bold;
    /* -webkit-transform: translate3d(0,-.3rem,0);
    transform: translate3d(0,-.3rem,0);
    box-shadow: 0 0.25rem 1.25rem rgba(62,151,223,.3); */
}

.con2 .xxgkLink a:first-child {
    margin-left: 0;
}

.con3 {
    margin-top: 50px;
    background: #f3f4f8;
    padding-bottom: 50px;
}

.con3 .zhelib .modelTit {
    margin-top: 50px;
}

.con3 .zhelib .modelTit .erwcode {
    margin-top: 20px;
    margin-left: -13px;
}

.con3 .zwfwBox {
    width: 416px;
    height: 273px;
    margin-top: 50px;
    margin-left: 30px;
    box-shadow: 0 0 1.5rem rgba(9, 41, 77, .22);
}

.con3 .zwfwBox img {
    height: 273px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.con3 .zwfwBox:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.con3 .work {
    width: 585px;
    height: 273px;
    margin-top: 50px;
    margin-left: 30px;
}

.con3 .work .tabList ul li {
    margin-top: 24px;
    margin-right: 30px;
    float: left;
}

.con3 .work .tabList ul li a {
    border-radius: 4px;
    padding-top: 10px;
    display: block;
    width: 175px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    border: 1px solid #f1f1f1;
    background: #fff;
    overflow: hidden;
}

.con3 .work .tabList ul li a img {
    margin-left: 13px;
    margin-right: 14px;
    display: inline-block;
    width: 34px;
    height: 27px;
    float: left;
    transition: all 0.43s ease 0s;
}

.con3 .work .tabList ul li:hover img {
    transform: rotateY(180deg);
}

.con3 .work .tabList ul li:hover a {
    font-weight: bold;
    color: #1492ff;
}

.con3 .work .tabList ul li a span {
    width: 102px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    padding: 0 8px;
    height: 28px;
    line-height: 28px;
    border-left: 1px solid #d2d2d2;
    float: left;
}

.con3 .work .tabList ul li a i.more {
    font-style: normal;
    width: 29px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    display: inline-block;
    margin-left: 19px;
    margin-right: 14px;
    margin-top: -4px;
    float: left;
    font-size: 35px;
    font-weight: bold;
    color: #1492ff;
    -ms-transition: all 0.43s ease 0s;
    -o-transition: all 0.43s ease 0s;
    -webkit-transition: all 0.43s ease 0s;
    transition: all 0.43s ease 0s;
}

.con3 .work .tabList ul li a span.moreTxt {
    color: #1492ff;
}

.con3 .work .tabList ul li.moreBox:hover a i.more {
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.con4 {
    padding-bottom: 50px;
}

.con4 .modelTit {
    margin-top: 50px;
    width: 137px;
}

.con4 .modelTit p {
    margin-top: -7px;
}

.con4 .vipchat {
    width: 470px;
    height: 328px;
    margin-top: 50px;
    margin-left: 30px;
}

.con4 .vipchat .vipchat_tit {
    font-weight: bold;
    font-size: 21px;
    color: #1492ff;
    background: url(borderLeft.png) no-repeat left center;
    padding-left: 18px;
}

.con4 .vipchat .vipchat_tit a {
    color: #1492ff;
}

.con4 .vipchat .vipchat_advance {
    background: #f3f4f8;
    overflow: hidden;
    margin-top: 17px;
}

.con4 .vipchat .vipchat_advance .zbyg {
    font-size: 19px;
    float: left;
    display: inline-block;
    width: 65px;
    height: 65px;
    padding-top: 6px;
    text-align: center;
    background: #1492ff;
    color: #fff;
}

.con4 .vipchat .vipchat_advance .vipchat_details {
    padding-left: 13px;
    width: 403px;
    float: left;
    line-height: 26px;
    font-size: 17px;
    margin-top: 5px;
}

.vipchat_details .vipchat_details_tit {
    font-weight: bold;
}

.vipchat_details_cont {
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
    white-space: nowrap;
}

.vipchat_list_cont {
    width: 227px;
}

.vipchat_list_img {
    position: relative;
    height: 122px;
    overflow: hidden;
    margin-top: 20px;
}

.vipchat_list_img .wqhg {
    text-align: center;
    background: rgba(49, 81, 115, 0.7);
    font-size: 15px;
    color: #fff;
    width: 108px;
    height: 33px;
    line-height: 33px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.vipchat_list_cont .vipchat_list_details {
    font-size: 15px;
    padding-top: 8px;
    line-height: 18px;
    text-align: center;
    height: 80px;
    border-bottom: 1px solid #d8d8d8;
    border-left: 1px solid #d8d8d8;
    border-right: 1px solid #d8d8d8;
}

.vipchat_list_details .vipchat_list_details_tit {
    height: 36px;
    font-size: 15px;
    color: #355e92;
    padding: 0 8px;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: inherit;
}

.vipchat_list_details .vipchat_list_details_time {
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    overflow: hidden;
    margin-top: 10px;
}

.vipchat_list_details .vipchat_list_details_time a {
    font-size: 13px;
    color: #666;
}

.vipchat_list_img a img {
    height: 122px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.vipchat_list_img a:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.con4 .mail_meslist {
    width: 533px;
    height: 328px;
    margin-top: 50px;
    margin-left: 30px;
}

.mail_meslist_tit {
    font-size: 21px;
    background: url(borderLeft.png) no-repeat left center;
    padding-left: 18px;
}

.mail_meslist_tit span {
    margin: 0 20px;
}

.mail_content {
    margin-top: 20px;
}

.mail_meslist_tit a.on {
    color: #1492ff;
    font-weight: bold;
}

.con5 {
    height: 420px;
    background: #f3f4f8;
    border-bottom: 3px solid #1492ff;
    overflow: hidden;
}

.con5 .zt {
    position: relative;
    margin-top: 50px;
}

.con5 .zt .arrow-left {
    position: absolute;
    left: -125px;
    top: 100px;
    display: block;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    /* color:#e5e6e8; */
    color: #fff;
    background: rgba(229, 230, 232, 1);
}

.con5 .zt .arrow-right {
    position: absolute;
    right: -125px;
    top: 100px;
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 100px;
    /* color:#e5e6e8; */
    color: #fff;
    background: rgba(229, 230, 232, 1);
}

.slide_list {
    width: 300px !important;
    height: 260px;
    padding: 0 19px;
    /* background: #1492ff; */
    position: relative;
    float: left;
}

.con5:hover .leftmove,
.con5:hover .rightmove {
    display: block;
}

/*浙里督样式*/
.con6 {
    background: #f3f4f8;
}

.con6 .zhelib .modelTit {
    margin-top: 50px;
}

.con6 .zhelib .modelTit .erwcode {
    margin-top: 20px;
    margin-left: -13px;
}

.con6 .zwfwBox {
    width: 416px;
    height: 264px;
    margin-top: 10px;
    margin-left: 30px;
    box-shadow: 0 0 1.5rem rgba(9, 41, 77, .22);
}

.con6 .zwfwBox img {
    height: 273px;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.con6 .zwfwBox:hover img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.con6 .work {
    width: 618px;
    height: 273px;
    margin-top: 10px;
    margin-left: 30px;
}

.con6 .work .tabList ul li {
    margin-top: 24px;
    margin-right: 30px;
    float: left;
}

.con6 .work .tabList ul li a {
    border-radius: 4px;
    padding-top: 10px;
    display: block;
    width: 175px;
    height: 50px;
    line-height: 50px;
    font-size: 17px;
    border: 1px solid #f1f1f1;
    background: #fff;
    overflow: hidden;
}

.con6 .work .tabList ul li a img {
    margin-left: 13px;
    margin-right: 14px;
    display: inline-block;
    width: 34px;
    height: 27px;
    float: left;
    transition: all 0.43s ease 0s;
}

.con6 .work .tabList ul li:hover img {
    transform: rotateY(180deg);
}

.con6 .work .tabList ul li:hover a {
    font-weight: bold;
    color: #1492ff;
}

.con6 .work .tabList ul li a span {
    width: 102px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    padding: 0 8px;
    height: 28px;
    line-height: 28px;
    border-left: 1px solid #d2d2d2;
    float: left;
}

.con6 .work .tabList ul li a i.more {
    font-style: normal;
    width: 29px;
    height: 29px;
    line-height: 29px;
    text-align: center;
    display: inline-block;
    margin-left: 19px;
    margin-right: 14px;
    margin-top: -4px;
    float: left;
    font-size: 35px;
    font-weight: bold;
    color: #1492ff;
    -ms-transition: all 0.43s ease 0s;
    -o-transition: all 0.43s ease 0s;
    -webkit-transition: all 0.43s ease 0s;
    transition: all 0.43s ease 0s;
}

.con6 .work .tabList ul li a span.moreTxt {
    color: #1492ff;
}

.con6 .work .tabList ul li.moreBox:hover a i.more {
    -ms-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -webkit-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    -ms-transform-origin: center center;
    -o-transform-origin: center center;
    -webkit-transform-origin: center center;
    transform-origin: center center;
}

.zldzxts {
    width: 618px;
}

.zld_ts {
    width: 300px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    float: left;
    margin-right: 18px;
    margin-bottom: 10px;
}

.zld_ts img {
    margin: 8px 10px 8px 97px;
}

.zld_ts span {
    font-family: 微软雅黑;
    font-size: 18px;
    color: #333333;
}

.zld_jy {
    width: 300px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    float: left;
    margin-bottom: 10px;
}

.zld_jy img {
    margin: 8px 10px 8px 97px;
}

.zld_jy span {
    font-family: 微软雅黑;
    font-size: 18px;
    color: #333333;
}

.zld_zddc {
    width: 300px;
    height: 102px;
    margin-right: 18px;
    margin-bottom: 10px;
    background-image: url(bg_zddc.png);
    float: left;
}

.zld_zddc strong {
    font-family: 微软雅黑;
    font-size: 18px;
    color: #333;
    display: block;
    font-weight: bold;
    margin: 16px 0 8px 40px;
}

.zld_zddc p {
    font-family: 微软雅黑;
    font-size: 14px;
    color: #999;
    margin-left: 40px;
    line-height: 20px;
}

.zld_jxgl {
    width: 300px;
    height: 102px;
    margin-bottom: 10px;
    background-image: url(bg_jxgl.png);
    float: left;
}

.zld_jxgl strong {
    font-family: 微软雅黑;
    font-size: 18px;
    color: #333;
    display: block;
    font-weight: bold;
    margin: 16px 0 8px 40px;
}

.zld_jxgl p {
    font-family: 微软雅黑;
    font-size: 14px;
    color: #999;
    margin-left: 40px;
    line-height: 20px;
}

.zld_zckj {
    width: 300px;
    height: 102px;
    margin-right: 18px;
    background-image: url(bg_zckj.png);
    float: left;
}

.zld_zckj strong {
    font-family: 微软雅黑;
    font-size: 18px;
    color: #333;
    display: block;
    font-weight: bold;
    margin: 16px 0 8px 40px;
}

.zld_zckj p {
    font-family: 微软雅黑;
    font-size: 14px;
    color: #999;
    margin-left: 40px;
    line-height: 20px;
}

.zld_msdt {
    width: 300px;
    height: 102px;
    background-image: url(bg_msdt.png);
    float: left;
}

.zld_msdt strong {
    font-family: 微软雅黑;
    font-size: 18px;
    color: #333;
    display: block;
    font-weight: bold;
    margin: 16px 0 8px 40px;
}

.zld_msdt p {
    font-family: 微软雅黑;
    font-size: 14px;
    color: #999;
    margin-left: 40px;
    line-height: 20px;
}

.zt .leftmove, .zt .rightmove {
    position: absolute;
    z-index: 999;
    top: 50%;
    left: -70px;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    background: url(swiper-btn.png);
    cursor: pointer;
    display: none;
}

.zt .rightmove {
    background-position: 0 -60px;
    left: auto;
    right: -70px;
}

.boxlb {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    height: 300px;
}

.listlb {
    width: 9999px;
    height: 300px;
}

.slide_list .picBox {
    padding-top: 10px;
    position: relative;
    overflow: hidden;
    /* box-shadow: 0 0 22px rgba(9,41,77,.12) */
}

.slide_list .picBox .borderTop {
    height: 5px;
    width: 100%;
}

.slide_list .picBox::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: -300px;
    overflow: hidden;
    background: linear-gradient(90deg, rgba(20, 146, 255, 0) 0, rgba(20, 146, 255, .1) 50%, rgba(20, 146, 255, 0));
    -webkit-transform: skewX(-25deg);
    -moz-transform: skewX(-25deg);
}

.slide_list .picBox:hover {
    box-shadow: 0 5px 0 0 rgba(231, 236, 247, 0.4);
    /* -webkit-transform: translate3d(0,-5px,0);
    transform: translate3d(0,-5px,0); */
}

.slide_list .picBox:hover .borderTop {
    background: #1492ff;
}

.slide_list .picBox:hover:before {
    left: 150%;
    transition: left 1s ease 0s;
}

.slide_list .picBox:hover .img {
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.picBox a {
    display: block;
    margin-top: 10px;
}

.picBox a .img {
    height: 113px;
    overflow: hidden;
    -moz-transition: all 0.4s ease-in-out 0s;
    -ms-transition: all 0.4s ease-in-out 0s;
    -o-transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.picBox a .img img {
    height: 113px;
}

.picBox a .txt {
    height: 137px;
    padding: 16px 10px 0;
    border: 1px solid #e5e5e5;
    background: #fff;
}

.picBox a .txt .tit1 {
    font-size: 13px;
    display: inline-block;
    padding: 0 10px;
    background: #1492ff;
    color: #fff;
    border-radius: 10px;
}

.picBox a .txt .tit2 {
    margin-top: 20px;
    font-size: 21px;
}

.picBox a .txt .cont {
    margin-top: 10px;
    font-size: 13px;
    color: #999;
}

/* 中间部分 end*/
/* 友情链接 */
.link {
    padding-top: 13px;
    background: #f3f4f8;
    padding-bottom: 30px;
}

.link .contentWidth {}

.link .contentWidth ul {
    position: relative;
}

.link .contentWidth ul li {
    position: relative;
    background: #fff;
    width: 220px;
    padding-right: 15px;
    line-height: 40px;
    float: left;
    padding-left: 20px;
    margin-right: 24px;
    cursor: pointer;
}

.link .contentWidth ul li .friendlinktit {
    display: block;
    width: 100%;
    position: relative;
}

.friendlinktit img {
    position: absolute;
    right: 0px;
    top: 18px;
}

.friendlink {
    display: none;
    width: 1200px;
    max-height: 400px;
    height: auto;
    overflow: auto;
    background: #fff;
    z-index: 16;
}

.friendlink a {
    font-size: 13px;
    display: block;
    float: left;
    width: 23%;
    margin: 5px 9px;
}

.friendlinkChild {
    overflow: hidden;
    border-bottom: 1px dashed #333;
}
