.content {
    width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}
.headTop {
    width: 100%;
    height: 40px;
    background: rgba(68,68,68,1);
    line-height: 40px;
}
.headTop-left {
    float: left;
    font-size: 0;
}
.headTop-left a {
    font-size: 14px;
    color: #ccc;
    display: inline-block;
    padding: 0 10px;
    background: url("../images/ine.png") no-repeat 0 center;
}
.headTop-left a:hover {
    color: #fff;
}
.headTop-left a:first-child {
    padding-left: 0;
    background: none;
}
.headTop-right {
    float: right;
    font-size: 0;
}
.headTop-right span {
    display: inline-block;
    font-size: 14px;
    color: #ccc;
    padding: 0 10px;
}
.headTop-right a {
    display: inline-block;
    font-size: 14px;
    color: #ccc;
    padding-left: 10px;
    background: url("../images/ine.png") no-repeat 0 center;
}
.headTop-right a:hover {
    color: #fff;
}
.head {
    height: 102px;
    width: 100%;
}
.headCon {
    width: 1180px;
    margin: 0 auto;
    position: relative;
}
.head .logo {
    width: 229px;
    height: 43px;
    float: left;
    margin-top: 30px;
}
.head .logo img {
    width: 229px;
    height: 43px;
}
.hnav {
    float: right;
}
.hnItem {
    float: left;
    height: 102px;
}
.hnItemtext {
    position: relative;
}
.hnItemtext a {
    font-size: 16px;
    color: #414648;
    height: 102px;
    line-height: 102px;
    display: inline-block;
    padding: 0 20px;
}
.mosOl .navM {
    color: #15191b;
    height: 102px;
}
.hnav .mosOl a {
    background: url("../images/navtiv.png") no-repeat center 67px;
}
/*.hnItemtext .active {
    color: #15191b;
    height: 86px;
    border-bottom: 4px solid #ffcf29;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}*/


.hnItemDrop {
    z-index: 10;
    position: absolute;
    width: 175px;
    padding: 15px 0;
    box-shadow:0px 5px 10px rgba(58,58,58,0.15);
    top: 70px;
    background: #fff;
    border-radius:4px;
}
.hnItemDrop a {
    display: block;
    padding-left: 24px;
    background: #fff url("../images/fll.png") no-repeat 152px center!important;
    line-height: 48px;
    color: #44494b;
    font-size: 14px;
}
.hnItemDrop a:hover {
    background: #F8F8F8 url("../images/fllh.png") no-repeat 152px center!important;
    color: #2373B7;
}

.seatch {
    width: 100%;
    height: 128px;
    background: #fff;
    position: absolute;
    left: 0;
    border-top: 1px solid #efefef;
}
.seat .hnItemtext a:hover {
    height: 90px;
}
.seatch input {
    width: 698px;
    height: 46px;
    border: 1px solid #3081C6;
    font-size: 14px;
    color: #939799;
    line-height: 46px;
    float: left;
    border-right: none;
    text-indent: 20px;
}
.seatch button {
    width: 96px;
    height: 48px;
    background: #3081C6;
    font-size: 16px;
    color: #fff;
    float: left;
    cursor: pointer;
}
.seatch button:hover {
    background: #3081C6;
}
.seatch form {
    margin-top: 40px;
    margin-left: 245px;
}
.hot-search {
    margin-left: 245px;
    color: #939799;
    margin-top: 6px;
}
.hot-search a {
    display: inline-block;
    color: #15191b;
    padding-left: 0;
    margin-right: 30px;
}
.hot-search span {
    display: inline-block;
    padding-right: 24px;
}
.hot-search a:hover {
    background: none;
    text-decoration: underline;
}
.index-banner {
    width: 100%;
    height: 680px;
}
.itm-ban {
    width: 100%;
    height: 680px;
    display: block;
}
.itm-tle {
    text-align: center;
    font-size:60px;
    font-weight:bold;
    line-height: 1;
    color:rgba(255,255,255,1);
    text-shadow:0px 3px 6px rgba(51,51,51,0.30);
    letter-spacing:2px;
    padding-top: 250px;
}
.itm-intro {
    font-size: 26px;
    line-height: 35px;
    color: #fff;
    text-align: center;
    padding-top: 20px;
}
.itm-post {
    width: 180px;
    height: 42px;
    margin: 30px auto 0;
}
.itm-post a {
    width: 180px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    color: #fff;
    background: #3081C6;
    display: block;
    font-size: 14px;
    border-radius: 4px;
}
.index-banner .owl-nav button {
    width:40px;
    height:80px;
    border-radius:0px 6px 6px 0px;
}
.index-banner .owl-prev {
    position: absolute;
    background: rgba(34,34,34,0.3) url(../images/leftico.png) no-repeat center center;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.index-banner .owl-nav button {
    width:40px;
    height:80px;
    border-radius: 6px 0px 0px 6px;
}
.index-banner .owl-next {
    position: absolute;
    background: rgba(34,34,34,0.3) url(../images/rightico.png) no-repeat center center;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.index-banner .owl-next:hover {
    background: #3081C6 url(../images/rightico.png) no-repeat center center;
}
.index-banner .owl-prev:hover {
    background: #3081C6 url(../images/leftico.png) no-repeat center center;
}
.index-banner .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 24px;
    left: 0;
    right: 0;
    margin: auto;
    background: #fff;
    width: 108px;
    height: 20px;
    border-radius:100px;
    line-height: 16px;
}
.index-banner .owl-dots button {
    width: 10px;
    height: 4px;
    background: url("../images/bma.png") no-repeat 0 0;
    margin: 0 3px;
}
.index-banner .owl-dots .active {
    width: 20px;
    height: 4px;
    background: url(../images/bmact.png) no-repeat 0 0;
}
.index-cst {
    float: left;
    color: #666666;
    font-size: 38px;
    line-height: 33px;
    padding-left: 120px;
    background: url("../images/bsjj.png") no-repeat 0 center;
}
.index-cst span {
    display: block;
    font-size: 24px;
    color: #3081C6;
    padding-top: 5px;
}
.index-post {
    height: 46px;
    float: right;
}
.index-post a {
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #999;
    display: block;
    border-top: 2px solid #eee;
    border-bottom: 2px solid #eee;
    padding-right: 20px;
    background: url("../images/post.png") no-repeat right center;
}
.index-post a:hover {
    color: #2373B7;
    border-color: #3081C6;
    background: url("../images/lanicoo.png") no-repeat right center;
}
.index-main {
    padding: 80px 0 100px;
}
.e7 {
    background: #f7f7f7;
}
.index-main .content {
    overflow: inherit;
}
.inp-cls {
    width: 380px;
    height: 420px;
    float: left;
    background: url("../images/jxbg1.png") no-repeat 0 0;
    text-align: center;
    position: relative;
    transition: 0.3s;
}
.inp-cls:hover {
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}
.inp-css {
    float: left;
    width: 380px;
    margin-left: 20px;
}
.inp-tle {
    font-size: 26px;
    line-height: 35px;
    color: #666;
    padding-top: 40px;
}
.inp-tex {
    font-size: 14px;
    line-height: 20px;
    color: #999999;
    padding-top: 5px;
}
.inp-img {
    width: 350px;
    height: 262px;
    margin: 36px auto 0;
}
.inp-img img {
    width: 350px;
    height: 262px;
}
.inp-css a {
    width: 380px;
    height: 200px;display: block;
    background: url("../images/jxbg2.png") no-repeat 0 0;
    margin-top: 20px;
    position: relative;
    transition: 0.3s;
}
.inp-css a:hover {
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}
.inp-css a:first-child {
    margin-top: 0;
}
.css-img {
    width: 140px;
    height: 154px;
    float: left;
    margin-top: 23px;
    margin-left: 20px;
}
.css-img img {
    width: 140px;
    height: 154px;
}
.css-cont {
    float: left;
    margin-left: 20px;
}
.css-tle {
    font-size: 20px;
    color: #666;
    line-height: 27px;
    padding-top: 74px;
}
.css-tex {
    font-size: 14px;
    color: #999;
    line-height: 20px;
    margin-top: 5px;
}
.dim {
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 0;
}
.dim1 {
    background: url("../images/mt1.png") no-repeat center center;
}
.dim2 {
    background: url("../images/mt2.png") no-repeat center center;
}
.dim3 {
    background: url("../images/mt3.png") no-repeat center center;
}
.dim4 {
    background: url("../images/mt4.png") no-repeat center center;
}
.dim5 {
    background: url("../images/mt5.png") no-repeat center center;
}
.inp-main {
    margin-top: 40px;
}
.index-bank .index-cst {
    padding-top: 20px;
    background-size: 92px 58px;
    clear: both!important;
}
.bank-left {
    width: 620px;
    height: 440px;
    float: left;
}
.bank-right {
    width: 480px;
    float: left;
    margin-left: 80px;
    padding-top: 69px;
}
.bank-intro {
    clear: both;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    padding-top: 40px;
}
.bank-post {
    margin-top: 50px;
}
.bank-post a {
    font-size: 14px;
    color: #2373B7;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    width: 130px;
    border-bottom: 2px solid #2373B7;
    display: block;
    background: url("../images/lanicoo.png") no-repeat right center;
}
.bank-post a:hover {
    color: #3081C6;
    border-color: #3081C6;
}
.madeba {
    background: url("../images/madebaba.jpg") no-repeat center top;
}
.index-record {
    height: 140px;
    background: #3081C6;
    width: 100%;
    font-size: 0;
    text-align: center;
}
.recordDo {
    display: inline-block;
    width: 295px;
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
    padding-top: 26px;
    background: url("../images/mex.png") no-repeat left 55px;
}
.recordDo:first-child {
    background: none;
}
.recordDo strong {
    font-size: 56px;
    font-weight: 400;
    display: block;
    color: #fff;
    padding-top: 5px;
    padding-bottom: 10px;
}
.recordDo b {
    font-size: 30px;
    font-weight: normal;
    position: relative;
    top: -20px;
}
.casebg {
    background: url("../images/casebg.png") no-repeat center top;
}
.indexCase-box {
    width: 380px;
    float: left;
    margin-left: 20px;
}
.casebg .indexCase-box:first-child {
    margin-left: 0;
}
.indexCase-img {
    width: 380px;
    height: 285px;
    position: relative;
    overflow: hidden;
}
.indexCase-img img {
    width: 380px;
    height: 285px;
    transition: .3s;
}
.indexCase-box:hover .indexCase-img img {
    transform: scale(1.1);
}
.indexCase-info {
    background: #fff;
    padding: 30px 20px;
}
.indexCase-tle {
    font-size: 18px;
    line-height: 25px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.indexCase-tle a {
    color: #444;
}
.indexCase-tle a:hover {
    color: #2373B7;
}
.indexCase-lit {
    font-size: 14px;
    line-height: 30px;
    text-indent: 30px;
}
.indexCase-bot {
    margin-top: 20px;
}
.gw1 {
    background: url("../images/gw1.png") no-repeat 0 center;
}
.gw2 {
    background: url("../images/gw2.png") no-repeat 0 center;
}
.indexCase {
    margin-top: 40px;
}
.rel-les {
    width: 280px;
    height: 120px;
    background: #fff;
    border-radius:20px;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
    transition: 0.3s;
}
.rel-les:hover {
    box-shadow: 0px 15px 30px 0px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}
.rem1 {
    background: #fff url("../images/1.jpg") no-repeat center center;
}
.rem1:hover {
    background: #fff url("../images/1-1.jpg") no-repeat center center;
}
.rem2 {
    background: #fff url("../images/2.jpg") no-repeat center center;
}
.rem2:hover {
    background: #fff url("../images/2-1.jpg") no-repeat center center;
}
.rem3 {
    background: #fff url("../images/3.jpg") no-repeat center center;
}
.rem3:hover {
    background: #fff url("../images/3-1.jpg") no-repeat center center;
}
.rem4 {
    background: #fff url("../images/4.jpg") no-repeat center center;
}
.rem4:hover {
    background: #fff url("../images/4-1.jpg") no-repeat center center;
}
.rem5 {
    background: #fff url("../images/5.jpg") no-repeat center center;
}
.rem5:hover {
    background: #fff url("../images/5-1.jpg") no-repeat center center;
}
.rem6 {
    background: #fff url("../images/6.jpg") no-repeat center center;
}
.rem6:hover {
    background: #fff url("../images/6-1.jpg") no-repeat center center;
}
.rem7 {
    background: #fff url("../images/7.jpg") no-repeat center center;
}
.rem7:hover {
    background: #fff url("../images/7-1.jpg") no-repeat center center;
}
.rem8 {
    background: #fff url("../images/8.jpg") no-repeat center center;
}
.rem8:hover {
    background: #fff url("../images/8-1.jpg") no-repeat center center;
}
.pin-rel {
    margin-left: -20px;
    padding-top: 40px;
}
.inews {
    width: 380px;
    height: 346px;
    float: left;
    margin-left: 20px;
    background: #F6F6F6 url(../images/newsdd.png) no-repeat right bottom;
    background-size: 240px;
    position: relative;
}
.index-news .inews:first-child {
    margin-left: 0;
}
.inews-cont {
    padding: 40px;
}
.inews-tle {
    font-size: 20px;
    line-height: 27px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.inews-tle a {
    color: #444;
}
.inews-time {
    font-size: 16px;
    color: #999;
    line-height: 24px;
    margin-top: 37px;
}
.inews-intro {
    font-size: 14px;
    line-height: 24px;
    height: 72px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: 30px;
}
.inews-more {
    margin-top: 38px;
}
.inews-more a {
    width: 160px;
    height: 42px;
    border:1px solid rgba(136,136,136,1);
    border-radius:4px;
    font-size: 14px;
    color: #666;
    text-align: center;
    display: block;
    line-height: 42px;
}
.inews:hover {
    background: #3081C6 url(../images/newddd.png) no-repeat right bottom;
    background-size: 240px;
}
.inews:hover .inews-tle a {
    color: #fff;
}
.inews:hover .inews-time {
    color: #fff;
}
.inews:hover .inews-intro {
    color: #fff;
}
.inews-img {
    position: absolute;
    width: 240px;
    height: 240px;
    right: 0;
    bottom: 0;
    background: url("../images/newsbgg.png") no-repeat center center;
    z-index: -10;
}
.inews:hover .inews-more a {
    border-color: #fff;
    color: #fff;
}
.index-news {
    margin-top: 40px;
    overflow: hidden;
}
.inews-more a:hover {
    background: #fff;
    border:1px solid #fff;
    color: #333!important;
}
.footer {
    width: 100%;
    height: 485px;
    background: #444444;
    position: relative;
}
.footCon-ico {
    width: 278px;
    float: left;
    margin-top: 80px;
}
.foot-logo {
    width: 278px;
    height: 50px;
}
.foot-logo img {
    width: 278px;
    height: 50px;
}
.foot-ipone {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,0.2);
    margin-top: 20px;
}
.foot-ipone span {
    display: block;
    font-size: 36px;
    line-height: 28px;
    font-weight: bold;
    margin-top: 10px;
}
.foot-kef {
    margin-top: 40px;
}
.foot-kef a {
    width: 160px;
    height: 42px;
    background: #3081C6;
    color: #fff;
    line-height: 42px;
    text-align: center;
    display: block;
    font-size: 14px;
    border-radius: 4px;
}
.foot-kef a:hover {
    background: #2373B7;
}
.footCon-les {
    width: 200px;
    float: left;
}
.footCon-title {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
}
.footCon-les ul {
    margin-top: 28px;
}
.footCon-les li {
    font-size: 14px;
    line-height: 36px;
}
.footCon-les li a {
    color: #fff;
    opacity: 0.6;
}
.footCon-les li a:hover {
    opacity: 1;
}
.footCon-les {
    margin-top: 80px;
}
.footCon-cont {
    float: left;
    margin-left: 122px;
}
.footCon-erw {
    width: 120px;
    float: left;
    margin-top: 80px;
    margin-left: 20px;
}
.erw-img img {
    width: 120px;
    height: 120px;
}
.erw-tle {
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    opacity: 0.6;
    margin-top: 10px;
    text-align: center;
}
.sbs-right {
    float: left;
}
.sbs-right {
    font-size: 0;
}
.sbs-right a {
    font-size: 14px;
    color: #fff;
    opacity: 0.4;
    display: inline-block;
    padding: 0 5px;
    background: url(../images/ine.png) no-repeat 0 center;
}
.sbs-right a:first-child {
    padding-left: 0;
    background: none;
}
.sbs-right a:hover {
    opacity: 0.7;
}
.sbs-left {
    font-size: 14px;
    color: #fff;
    opacity: 0.4;
    float: right;
}
.footer-sbs {
    height: 78px;
    border-top: 1px solid rgba(255,255,255,0.2);
    line-height: 78px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 1180px;
}
.banner {
    width: 100%;
    height: 420px;
}
.pro-banner {
    background: url("../images/probanner.png") no-repeat center top;
}
.banner-tex {
    line-height: 420px;
    width: 1180px;
    margin: 0 auto;
    font-size: 42px;
    color: #666;
}
.wsc-breadCon {
    font-size: 0;
    line-height: 14px;
}
.wsc-breadCon a {
    color: #aaa;
    font-size: 14px;
    display: inline-block;
}
.wsc-breadCon a:hover {
    color: #3081C6;
}
.wsc-breadCon em {
    font-size: 14px;
    color: #666;
    display: inline-block;
}
.wsc-breadCon span {
    width: 7px;
    height: 12px;
    background: url("../images/breaico.png") no-repeat center center;
    display: inline-block;
    margin: 0 10px;
}
.pro-index {
    width: 100%;
    background: #F6F6F6;
    padding-top: 30px;
    padding-bottom: 80px;
}
.proIndex-left {
    width: 280px;
    float: left;
}
.proIndex-top {
    width: 280px;
    height: 80px;
    background: url("../images/probbbg.png") no-repeat center top;
    line-height: 80px;
    font-size: 24px;
    color: #666;
}
.proIndex-top span {
    display: inline-block;
    padding-left: 67px;
    background: url("../images/prozzzg.png") no-repeat 20px center;
}
.secnav {
    background: #fff;
    margin-top: 6px;
    padding: 20px 0;
}
.secnav a {
    width: 280px;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 16px;
    color: #666;
    text-indent: 35px;
    position: relative;
}
.secnav a:hover {
    background: #3081C6 url("../images/navxiaok.png") no-repeat 22px center;
    color: #fff;
}
.secnav em {
    position: absolute;
    width: 5px;
    height: 13px;
    background: url("../images/antllh.png") no-repeat 0 0;
    top: 0;
    bottom: 0;
    right: 29px;
    margin: auto;
}
.secnav a:hover em {
    background: url("../images/antll.png") no-repeat 0 0;
}
.proIndex {
    width: 1180px;
    margin: 0 auto;
}
.proIndex-bul {
    width: 880px;
    height: 376px;
}
.proIndex-bul img {
    width: 880px;
    height: 376px;
}
.proIndex-right {
    width: 880px;
    float: left;
    margin-left: 20px;
    position: relative;
}
.proIndex-head {
    margin-top: 38px;
}
.proIndex-right .owl-dot {
    width: 10px;
    height: 4px;
    background: #ccc;
    margin: 0 3px;
    border-radius: 10px;
}
.proIndex-right .active {
    width: 20px;
    height: 4px;
    background: #3081C6;
}
.proIndex-right .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
}
.proFu-cls {
    width: 380px;
    height: 160px;
    float: left;
    margin-left: 20px;
    text-align: center;
}
.proFu-cls:first-child {
    margin-left: 0;
}
.fu1 {
    background: url("../images/prodz1.png") no-repeat center top;
}
.fu2 {
    background: url("../images/prodz2.png") no-repeat center top;
}
.fu3 {
    background: url("../images/prodz3.png") no-repeat center top;
}
.proFu-tle {
    font-size: 26px;
    color: #fff;
    line-height: 30px;
    margin-top: 34px;
}
.proFu-xian {
    width:40px;
    height:4px;
    background:rgba(255,255,255,1);
    margin: 12px auto 0;
    border-radius:4px 4px 0px 0px;
}
.proFu-intro {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin-top: 20px;
}
.proHu-tle {
    font-size: 32px;
    line-height: 44px;
    color: #444;
    float: left;
}
.proHu-main .list-item {
    width: 380px;
    float: left;
    margin-left: 20px;
}
.proHu-main .list-item:first-child {
    margin-left: 0;
}
.proHu-main .list-img {
    width: 380px;
    height: 380px;
    background: #fff;
    position: relative;
}
.proHu-main .list-img img {
    max-width:380px;
    max-height: 380px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.proHu-main .list-info {
    background: #fff;
    padding: 20px;
}
.proHu-main .list-tit {
    font-size: 24px;
    line-height: 33px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.proHu-main .list-tit a {
    color: #444;
}
.proHu-main .list-tit a:hover {
    color: #2373B7;
}
.proHu-main .property-cls {
    font-size: 14px;
    line-height: 30px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.proHu-main .property-cls span {
    color: #666;
}
.proHu-main .list-property {
    margin-top: 20px;
}
.proHu-main {
    margin-top: 30px;
}
.proHu-post {
    float: right;
    font-size: 16px;
    line-height: 22px;
    color: #999;
    padding-right: 19px;
    background: url("../images/post.png") no-repeat right center;
    margin-top: 8px;
}
.proHu-post a {
    color: #999;
}
.proHu-post:hover a {
    color: #2373B7;
}
.proHu-post:hover {
    background: url("../images/lanicoo.png") no-repeat right center;
}
.proHu-head {
    margin-top: 60px;
}
.pro-bot {
    width: 100%;
    height: 706px;
    text-align: center;
    background: #fff url("../images/probbg.png") no-repeat right top;
}
.pbo-tle {
    font-size: 38px;
    line-height: 52px;
    color: #444;
    padding-top: 60px;
}
.pbo-intro {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-top: 30px;
}
.pbo-post a {
    width: 130px;
    height: 40px;
    display: block;
    line-height: 40px;
    font-size: 14px;
    text-align: left;
    margin: 30px auto 0;
    color: #3081C6;
    border-bottom: 2px solid #3081C6;
    background: url("../images/lanicoo.png") no-repeat right center;
}
.pbo-post a:hover {
    color: #2373B7;
    border-bottom: 2px solid #2373B7;
    background: url("../images/lanicoo.png") no-repeat right center;
}
.pbo-img {
    margin-top: 60px;
}
.proList-right {
    float: left;
    width: 900px;
}
.proList-right .proHu-main .list-item {
    width: 280px;
    margin-top: 20px;
}
.proList-right .proHu-main .list-img {
    width: 280px;
    height: 280px;
    background: #fff;
    position: relative;
}
.proList-right .proHu-main .list-img img {
    max-width: 280px;
    max-height: 280px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}
.proList-right  .proHu-main {
    margin-top: -20px;
}
.proList-right .proHu-main .list-item:first-child {
    margin-left: 20px;
}
.u-paging {
    height: 48px;
    margin: 40px auto 0;
    text-align: center;
}

.u-paging a {
    display: inline-block;
    width: 48px;
    height: 48px;
    background-color: #fff;
    color: #999;
    vertical-align: middle;
    line-height: 48px;
    font-size: 14px;
    margin-right: 7px;
    border-radius:4px;
}
.u-paging .prev,.u-paging .next {
    display: none;
}

.u-paging .current {
    background: #3081C6;
    color: #fff;
}

.u-paging a:hover {
    background: #3081C6;
    color: #fff;
    transition: all 0.2s ease 0s;
}
.applyFu {
    width: 1180px;
    height: 372px;
    background: #fff;
    border-radius:10px;
}
.applyFu-tle {
    font-size: 38px;
    line-height: 52px;
    text-align: center;
    padding-top: 60px;
}
.apply {
    margin-top: 80px;
}
.applyFu-box {
    width: 340px;
    height: 160px;
    float: left;
    text-align: center;
    color: #fff;
    margin-top: 40px;
    margin-left: 20px;
}
.applyFu-box:first-child {
    margin-left: 60px;
}
.nl1 {
    background: url("../images/tybo1.png") no-repeat center;
}
.nl2 {
    background: url("../images/tybo2.png") no-repeat center;
}
.nl3 {
    background: url("../images/tybo3.png") no-repeat center;
}
.applyFu-title {
    font-size: 26px;
    color: #fff;
    line-height: 30px;
    margin-top: 34px;
}
.applyFu-xian {
    width:40px;
    height:4px;
    background:rgba(255,255,255,1);
    opacity:1;
    border-radius:4px 4px 0px 0px;
    margin: 12px auto 0;
}
.applyFu-intro {
    font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    color: #fff;
}
.applyRes-box {
    float: left;
    width: 280px;
    height: 157px;
    background: #fff;
    border-radius:10px;
    margin-left: 20px;
    position: relative;
}
.applyRes-box:first-child {
    margin-left: 0;
}
.applyRes-img {
    width: 60px;
    height: 60px;
    margin: 30px auto 0;
}
.applyRes-tle {
    font-size: 20px;
    line-height: 27px;
    color: #999;
    text-align: center;
    margin-top: 10px;
}
.apply-res {
    margin-top: 40px;
}
.proDetail-head {
    width: 100%;
    padding-bottom: 40px;
    background: #fff;
}
.pd1-img{
    float: left;
    width: 560px;
    position: relative;
    text-align: center;
    margin-top: 60px;
}
.pd1-img .owl-dots {
    margin-top: -50px;
}
.pd1-img .owl-dots button {
    width: 106px;
    height: 106px;
    position: relative;
    margin-left: 5px;
    margin-right: 5px;
    border:2px solid rgba(234,234,234,1);
}
.pd1-img .owl-dots button:first-child {
    margin-left: 0;
}
.pd1-img .owl-dots button img {
    max-width: 100px;
    max-height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.pd1-img .owl-dots .active {
    border: 2px solid #3081C6;
    width: 106px;
    height: 106px;
}

.pd1-img .owl-carousel .owl-stage-outer{
    height: 560px;
    overflow: hidden;
}
.pd1-img img {
    display: block;
    width: 100%;
    max-width: 500px;
    max-height: 500px;
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.proDetail {
    margin-top: 30px;
}
.pd1-img .owl-prev {
    width:40px;
    height:80px;
    background:rgba(51,51,51,0.1) url("../images/leftico.png") no-repeat center;
    border-radius:0px 6px 6px 0px;
    position: absolute;
    left: 0;
    top: 170px;
}
.pd1-img .owl-next {
    width:40px;
    height:80px;
    background:rgba(51,51,51,0.1) url("../images/rightico.png") no-repeat center;
    border-radius:6px 0px 0px 6px;
    position: absolute;
    right: 0;
    top: 170px;
}
.pd1-img .owl-prev:hover {
    background:#3081C6 url("../images/leftico.png") no-repeat center;
}
.pd1-img .owl-next:hover {
    background:#3081C6 url("../images/rightico.png") no-repeat center;
}
.pd1-info {
    float: left;
    width: 580px;
    margin-left: 40px;
}
.pd1-tle {
    font-size: 32px;
    line-height: 42px;
    color: #444;
    padding-top: 60px;
}
.pd1-intro {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    margin-top: 20px;
}
.pd1-tag {
    padding-top: 20px;
    border-top: 1px solid #EAEAEA;
    margin-top: 30px;
}
.pd1-tag p {
    font-size: 14px;
    line-height: 40px;
    color: #aaa;
}
.pd1-tag p span {
    color: #666;
    margin-left: 20px;
}
.pd1-but {
    font-size: 0;
    margin-top: 20px;
}
.pd1-but .kf {
    font-size: 16px;
    color: #fff;
    width: 180px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background:rgba(48,129,198,1);
    border-radius:4px;
    display: inline-block;
}
.pd1-but .ipone {
    width: 240px;
    height: 50px;
    display: inline-block;
    background: #F7F7F7 url("../images/pkone.png") no-repeat 42px center;
    font-size: 18px;
    color: #2373B7;
    line-height: 50px;
    text-indent: 76px;
    margin-left: 20px;
}
.pd1-post {
    font-size: 0;
    margin-top: 38px;
}
.pd1-post a {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    padding-left: 25px;
    margin-right: 60px;
}
.pd1-post a:hover {
    color: #2373B7;
}
.phf1 {
    background: url("../images/fzp1.png") no-repeat 0 center;
}
.phf2 {
    background: url("../images/fzp2.png") no-repeat 0 center;
}
.phf3 {
    background: url("../images/fzp3.png") no-repeat 0 center;
}
.phf4 {
    background: url("../images/fzp4.png") no-repeat 0 center;
}
.proDetail-nav {
    height: 80px;
    background: #F0F0F0;
}
.proDetail-nav a {
    width: 295px;
    line-height: 80px;
    font-size: 20px;
    color: #6a6a6a;
    float: left;
    text-align: center;
}
.proDetail-nav a:hover {
    background: #fff;
    height: 76px;
    line-height: 72px;
    border-top: 4px solid #3081C6;
}
.proDetail-main {
    margin-top: 60px;
}
.proDetail-nav .active {
    background: #fff;
    height: 76px;
    line-height: 72px;
    border-top: 4px solid #3081C6;
}
.proDetail-cont {
    background: #fff;
    padding: 80px;
    padding-top: 10px;
}
.proDetail-mouse {
    font-size: 32px;
    line-height: 1;
    color: #666;
    margin-top: 60px;
}
.proDetail-text {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin-top: 30px;
}
.proDetail-intro {
    font-size: 16px;
    line-height: 26px;
    color: #666;
}
.shou-box {
    width: 340px;
    float: left;
    height: 205px;
    text-align: center;
    background: #FAFAFA;
}
.shou-box img {
    width: 340px;
    height: 205px;
}
.shou-tle {
    font-size: 20px;
    line-height: 26px;
    color: #666;
    padding-top: 40px;
}
.shou-xian {
    width: 30px;
    height: 4px;
    background: url("../images/bianti.png") no-repeat center top;
    margin: 12px auto 0;
}
.shou-intro {
    font-size: 14px;
    line-height: 22px;
    color: #999;
    margin-top: 20px;
}
.shou {
    margin-top: 30px;
}
.sll-intro {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin-top: 30px;
}
.proDetail-sty {
    border-bottom: 1px solid rgba(230,230,230,0.5);
    margin-top: 60px;
}
.no-top {
    border: none !important;
    margin-top: 0;
}
.meiz-box {
    width: 240px;
    height: 140px;
    float: left;
    margin-left: 20px;
    text-align: center;
    color: #fff;
}
.meiz-box:first-child {
    margin-left: 0;
}
.mez1 {
    background: url("../images/dect1.png") no-repeat center top;
}
.mez2 {
    background: url("../images/dect2.png") no-repeat center top;
}
.mez3 {
    background: url("../images/dect3.png") no-repeat center top;
}
.mez4 {
    background: url("../images/dect4.png") no-repeat center top;
}
.meiz {
    margin-top: 20px;
}
.meiz-tle {
    font-size: 20px;
    line-height: 30px;
    margin-top: 30px;
    color: #fff;
}
.meiz-xian {
    width:20px;
    height:4px;
    background:rgba(255,255,255,1);
    border-radius:4px 4px 0px 0px;
    margin: 12px auto 0;
}
.meiz-intro {
    font-size: 14px;
    line-height: 30px;
    margin-top: 20px;
    color: #fff;
}
.sll-sub {
    width:1020px;
    height:140px;
    background:rgba(248,248,248,1);
    border-radius:80px 10px 80px 10px;
    margin-top: 40px;
    font-size: 0;
}
.sll-sub span {
    width: 255px;
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    color: #999;
    text-align: center;
    position: relative;
}
.sll-sub strong {
    display: block;
    font-size: 48px;
    color: #2373B7;
    padding-top: 40px;
    padding-bottom: 10px;
}
.sll-sub b {
    font-size: 26px;
}
.sll-sub em {
    width: 1px;
    height: 40px;
    position: absolute;
    top: 40px;
    right: 0;
    background:rgba(234,234,234,1);
}
.sll-img {
    width: 500px;
    height: 240px;
    float: left;
    margin-left: 20px;
}
.sll-img:first-child {
    margin-left: 0;
}
.sll-img img {
    width: 500px;
    height: 240px;
    float: left;
}
.sll-cont {
    margin-top: 60px;
}
.proDetail .indexCase-box:first-child {
    margin-left: 0;
}
.proDetail .indexCase {
    margin-top: 20px;
}
.rea-tel .list-item {
    width: 280px;
}
.rea-tel .list-img {
    width: 280px !important;
    height: 280px!important;
}
.rea-tel .list-item img {
    width: 280px!important;
    height: 280px!important;
}
.rea-tel .list-tit {
    font-size: 18px;
    line-height: 1;
}
.news-banner {
    background: url("../images/newsbanner.png") no-repeat center top;
}
.news-list .list-img {
    float: left;
    width: 280px!important;
    height: 210px!important;
}
.news-list .list-img img {
    width: 280px!important;
    height: 210px!important;
}
.news-list .list-info {
    float: left;
    width: 780px;
    margin-left: 40px;
}
.news-list .list-tit {
    font-size: 20px;
    line-height: 27px;
}
.news-list .list-tit a {
    color: #444;
}
.news-list .list-tit a:hover {
    color: #2373B7;
}
.news-list .list-time {
    font-size: 16px;
    line-height: 24px;
    color: #999;
    margin-top: 10px;
}
.news-list .list-text {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    height: 48px;
    overflow: hidden;
    margin-top: 20px;
}
.news-list .list-post a {
    width: 160px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    border:1px solid rgba(136,136,136,1);
    font-size: 14px;
    color: #666;
    display: block;
}
.news-list .list-post a:hover {
    color: #fff;
    background: #2373B7;
    border-color: #2373B7;
}
.news-list .list-post {
    margin-top: 37px;
}
.news-list .list-item {
    padding: 40px;
    background: #fff;
    margin-top: 20px;
    width: 100%!important;
}
.news-list {
    padding-top: 20px;
}
.newsList {
    background: #F6F6F6;
    padding-top: 30px;
    padding-bottom: 80px;
}
.news-detail {
    background: #fff;
    padding: 80px;
    margin-top: 30px;
}
.newsDetail-title {
    font-size: 32px;
    line-height: 1;
    color: #3a3a3a;
    text-align: center;
}
.newsDetail-tre {
    font-size: 0;
    text-align: center;
    margin-top: 21px;
}
.newsDetail-tre span {
    font-size: 14px;
    color: #aaaaaa;
    display: inline-block;
    margin: 0 15px;
}
.newsDetail-head {
    padding-bottom: 40px;
    border-bottom: 1px solid #EAEAEA;
}
.newsDetail-intro {
    font-size: 16px;
    line-height: 22px;
    color: #8a8a8a;
    background: #F8F8F8;
    padding: 20px;
    margin-top: 40px;
}
.newsDetail-cont {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin-top: 60px;
}
.rea-faq .list-item {
    width: 580px;
    height: 204px;
    background: #fff;
}
.rea-faq .list-info {
    padding: 40px 20px;
}
.rea-faq .list-tit {
    font-size: 20px;
    line-height: 27px;
    color: #444;
}
.rea-faq .list-time {
    font-size: 16px;
    line-height: 24px;
    color: #999;
    margin-top: 10px;
}
.rea-faq .list-text {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-top: 20px;
}
.job-banner {
    background: url("../images/jobbanner.png") no-repeat center top;
}
.job-box {
    background: #fff;
    width: 1180px;
    height: 106px;
    line-height: 106px;
    font-size: 0;
    margin-top: 20px;
}
.job-box span {
    display: inline-block;
}
.job-box .tit {
    font-size: 20px;
    color: #444;
    width: 300px;
    margin-left: 40px;
}
.job-box .lit {
    font-size: 16px;
    color: #666;
    width: 165px;
}
.job-box .dit {
    font-size: 16px;
    color: #666;
    width: 220px;
}
.job-box .time {
    font-size: 16px;
    color: #999;
    width: 296px;
}
.job-box a {
    width:120px;
    height:38px;
    border:1px solid rgba(136,136,136,1);
    border-radius:4px;
    display: inline-block;
    font-size: 14px;
    color: #666;
    line-height: 38px;
    text-align: center;
}
.job-box a:hover {
    color: #fff;
    background: #3081C6;
    border-color: #3081C6;
}
.job-detail {
    background: #fff;
    padding: 80px;
    margin-top: 30px;
}
.jobDetail-title {
    font-size: 32px;
    color: #3a3a3a;
    line-height: 1;
}
.job-detail .newsDetail-tre {
    text-align: left;
}
.job-detail .newsDetail-tre span:first-child {
    margin-left: 0;
}
.jobDetail-head {
    padding-bottom: 40px;
    position: relative;
}
.newsDetail-top {
    font-size: 24px;
    line-height: 36px;
    color: #444;
}
.newsDetail-top span {
    font-size: 18px;
    color: #3081C6;
    padding-right: 5px;
}
.jobDetail-main {
    padding-top: 60px;
    border-top: 1px solid #eaeaea;
}
.newsDetail-mu p {
    float: left;
    width: 255px;
    font-size: 16px;
    color: #222;
    line-height: 22px;
    margin-top: 30px;
}
.newsDetail-mu span {
    color: #888;
    display: block;
    padding-bottom: 15px;
}
.newsDetail-ertex {
    font-size: 16px;
    line-height: 24px;
    color: #444;
}
.newsDetail-ert {
    font-size: 16px;
    font-weight: bold;
    color: #444;
    margin-top: 30px;
}
.newsDetail-mu {
    padding-bottom: 60px;
}
.jobDetail-post {
    margin-top: 60px;
}
.jobDetail-post a {
    width: 160px;
    height: 48px;
    background: #3081C6;
    color: #fff;
    border-radius:4px;
    display: block;
    text-align: center;
    line-height: 48px;
}
.jobDetail-post a {
    background: #3081C6;
}
.jobDetail-head .jobDetail-post {
    position: absolute;
    top: -50px;
    right: 80px;
}
.all-tags {
    font-size: 16px;
    line-height: 26px;
    color: #8A8A8A;
    margin-top: 80px;
}
.all-tags a {
    color: #3A3A3A;
    margin-right: 20px;
}
.all-tags a:hover {
    color: #3081C6;
}
.wsc-detlink {
    height: 60px;
    background: #F8F8F8;
    line-height: 60px;
}
.dl-prev {
    width: 50%;
    float: left;
}
.dl-prev a {
    font-size: 16px;
    color: #5A5A5A;
    display: inline-block;
    text-indent: 19px;
}
.dl-next {
    float: left;
    width: 50%;
}
.dl-next a {
    font-size: 16px;
    color: #5A5A5A;
    display: inline-block;
    padding-left: 70px;

}
.dl-prev i {
    width: 4px;
    height: 10px;
    display: inline-block;
    background: url("../images/fenleft.png") no-repeat 0 0;
    margin-right: 20px;
}
.dl-next i {
    width: 4px;
    height: 10px;
    display: inline-block;
    background: url("../images/fenright.png") no-repeat 0 0;
    margin-left: 20px;
}
.wsc-detlink {
    margin-top: 40px;
}
.job-rox {
    width: 580px;
    height: 149px;
    background: #fff;
    position: relative;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}
.job-rox-cont {
    padding: 40px;
}
.job-rox-tit {
    font-size: 20px;
    color: #444;
    line-height: 27px;
}
.job-rox-tit a {
    color: #444;
}
.job-rox-tit a:hover {
    color: #2373B7;
}
.job-rox-time {
    font-size: 16px;
    line-height: 24px;
    color: #999;
    margin-top: 20px;
}
.job-rox-all {
    font-size: 0;
    position: absolute;
    right: 0;
    top: 42px;
}
.job-rox-all span {
    display: inline-block;
    font-size: 14px;
    color: #666;
    margin-right: 30px;
}
.job-xxx {
    width: 1200px;
    margin-left: -20px;
    margin-top: 0;
}
.select-nav a {
    font-size: 18px;
    line-height: 32px;
    display: inline-block;
    margin: 0 20px;
    color: #666;
    background: url("../images/ine.png") no-repeat right center;
}
.select-nav a:last-child {
    margin-right: 0;
    background: none;
}
.select-nav a:hover {
    color: #3081C6;
}
.wsc-bread {
    position: relative;
}
.select-nav {
    font-size: 0;
    position: absolute;
    right: 0;
    top: -6px;
}
.select-nav .active {
    color: #3081C6;
}
.faq-banner {
    background: url("../images/faqbanner.png") no-repeat center top;
}
.faq-list .list-item {
    width: 1180px;
    height: 204px;
    background: #fff;
    margin-top: 20px;
}
.faq-list .list-item .list-info {
    padding: 40px;
}
.faq-list .list-tit {
    font-size: 20px;
    line-height: 27px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.faq-list .list-tit a {
    color: #444;
}
.faq-list .list-tit a:hover {
    color: #2373B7;
}
.list-time {
    font-size: 16px;
    line-height: 24px;
    color: #999;
    margin-top: 10px;
}
.list-text {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-top: 20px;
    height: 48px;
    overflow: hidden;
}
.faq-list {
    padding-top: 20px;
}
.dom-banner {
    background: url("../images/dombanner.png") no-repeat center top;
}
.dom-list {
    background: #fff;
    margin-top: 40px;
    padding: 63px 80px 80px;
}
.dom-tle {
    float: left;
    text-indent: 36px;
    background: url("../images/wendimg.png")  no-repeat 0 center;
    font-size: 20px;
    color: #444;
}
.dom-info {
    float: right;
    font-size: 0;
}
.dom-cls {
    height: 70px;
    line-height: 70px;
    border-bottom: 1px solid #EAEAEA;
    overflow: hidden;
}
.dom-info span {
    font-size: 14px;
    color: #999;
    margin-left: 20px;
}
.dom-info a {
    font-size: 14px;
    color: #666;
    text-align: center;
    width: 100px;
    height: 32px;
    border:1px solid rgba(136,136,136,1);
    display: inline-block;
    line-height: 32px;
    margin-left: 40px;
}
.dom-info a:hover {
    color: #fff;
    background: #2373B7;
    border-color: #2373B7;
}
.sou-banner {
    background: url("../images/soubanner.png") no-repeat center top;
}
.sou-head {
    background: #fff;
    padding: 40px;
}
.souHeadAct-tle {
    font-size: 16px;
    color: #444;
    float: left;
}
.souHeadAct-tex {
    float: left;
    font-size: 0;
    margin-left: 7px;
}
.souHeadAct-tex a {
    display: inline-block;
    font-size: 14px;
    color: #2373B7;
    height: 24px;
    line-height: 24px;
    padding: 0 33px 0 10px;
    border:1px dashed rgba(48,129,198,1);
    background: url("../images/souclose.png") no-repeat 90% center;
    margin-left: 20px;
}
.souLy-tle {
    font-size: 14px;
    color: #999;
    float: left;
}
.souDress-tle {
    font-size: 14px;
    color: #999;
    float: left;
}
.souLy-tex {
    float: left;
    display: inline-block;
    margin-left: 20px;
}
.souLy-tex a {
    display: inline-block;
    padding-left: 22px;
    line-height: 20px;
    background: url("../images/soudqq.png") no-repeat 0 center;
    margin-right: 40px;
    color: #666;
}
.souLy-tex .active {
    background: url("../images/souact.png") no-repeat 0 center;
    color: #2373B7;
}
.souHead-ly {
    margin-top: 20px;
    border-bottom: 1px solid rgba(234,234,234,0.5);
    padding-bottom: 20px;
}
.souDress-tex {
    float: left;
    font-size: 0;
    width: 1020px;
}
.souDress-tex a {
    display: inline-block;
    font-size: 14px;
    color: #666666;
    margin: 0 20px 15px 20px;
}
.souDress-tex .active {
    color: #3081C6;
}
.souDress-tex a:hover {
    color: #3081C6;
}
.souHead-dress {
    margin-top: 20px;
}
.sou-head {
    margin-top: 40px;
}
.sou-list {
    width: 1200px;
    margin-left: -20px;
    padding-top: 20px;
}
.sou-list .indexCase-box {
    margin-top: 20px;
}
.sou-detail .indexCase-box:first-child {
    margin-left: 0;
}
.souDe-title {
    font-size: 32px;
    line-height: 44px;
    color: #444;
    padding-top: 40px;
}
.souDe-head {
    height: 834px;
    background: #fff;
    margin-top: 30px;
}
.souDeH-left {
    float: left;
    width: 880px;
    height: 660px;
}
.souDeH-img {
    width: 880px;
    height: 660px;
}
.souDeH-img img {
    width: 880px;
    height: 660px;
}
.souDeH-left .owl-prev {
    width:40px;
    height:80px;
    background:rgba(51,51,51,0.5) url("../images/leftico.png") no-repeat center;
    border-radius:0px 6px 6px 0px;
    position: absolute;
    left: 0;
    top: 285px;
}
.souDeH-left .owl-next {
    width:40px;
    height:80px;
    background:rgba(51,51,51,0.5) url("../images/rightico.png") no-repeat center;
    border-radius:6px 0px 0px 6px;
    position: absolute;
    right: 0;
    top: 285px;
}
.souDeH-left .owl-prev:hover {
    background:#3081C6 url("../images/leftico.png") no-repeat center;
}
.souDeH-left .owl-next:hover {
    background:#3081C6 url("../images/rightico.png") no-repeat center;
}
.souDeH-right {
    width: 300px;
    height: 660px;
    float: left;
    background: #F8F8F8;
}
.souDeH-top p {
    font-size: 14px;
    line-height: 32px;
    color: #AAAAAA;
}
.souDeH-top p span {
    color: #666;
    padding-left: 5px;
}
.souDeH-cont {
    padding: 40px;
}
.souDeH-tit {
    width: 220px;
    height: 17px;
    margin: 20px auto 0;
    background: url("../images/tdfx.png") no-repeat 0 center;
}
.souDeH-form .v-select {
    width: 220px;
    height: 40px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(230,230,230,1);
    line-height: 40px;
    text-indent: 15px;
    outline: none;
    position: relative;
    margin-top: 15px;
    z-index: 30;
}
.select-menu {
    border-top: 1px solid #eaeaea;
    background: #fff;
    line-height: 30px;
    font-size: 14px;
    padding: 10px 0;
    z-index: 99;
}
.select-menu li:hover {
    color: #3081C6;
}
.v-select span {
    width: 40px;
    height: 40px;
    background:rgba(246,246,246,1) url("../images/xialll.png") no-repeat center center;
    position: absolute;
    top: 0;
    right: 0;
}
.souDeH-input {
    margin-top: 15px;
    position: relative;
}
.souDeH-input input {
    width:220px;
    height:40px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(230,230,230,1);
    color: #aaa;
    text-indent: 15px;
}
.souDeH-input .n-msg {
    position: absolute;
    left: 0;
    top: 40px;
    color: #d0021b;
}
.souDeH-but {
    margin-top: 20px;
}
.souDeH-but button {
    width:220px;
    height:40px;
    background:rgba(48,129,198,1);
    opacity:1;
    border-radius:4px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.souDeH-text {
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-top: 10px;
}
.souDeH-text span {
    color: #2373B7;
    font-weight: bold;
    font-size: 16px;
    padding: 0 5px;
}
.souDeH-er {
    width: 102px;
    height: 102px;
    margin: 59px auto 0;
}
.souDeH-er img {
    width: 102px;
    height: 102px;
}
.souDeH-er span {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    padding-top: 5px;
    display: block;
}
.souDeH-ins {
    text-align: center;
    margin-top: 35px;
    color: #aaa;
    padding-left: 14px;
    background: url("../images/dianh.png") no-repeat 12px 3px;
}
.souDeH-ins span {
    color: #444;
}
.souDeH-main {
    margin-top: 30px;
}
.souDe-cont {
    background: #fff;
    margin-top: 60px;
    padding: 80px;
}
.ouDe-tle {
    font-size: 32px;
    color: #666666;
}
.ouDe-tex {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}
.souDeH-intro {
    font-size: 14px;
    line-height: 22px;
    color: #666;
    height: 110px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}
.intro-tle {
    font-size: 14px;
    color: #aaa;
    line-height: 32px;
}
.intro-top {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
}
.cns {
    margin-top: 20px;
}
.souDeH-bst {
    margin-top: 30px;
}
.souDeH-bst a {
    width:220px;
    height:38px;
    background:rgba(48,129,198,1);
    opacity:1;
    border-radius:4px;
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 38px;
}
.ouDe-keu-tle {
    font-size: 24px;
    color: #2373B7;
    font-weight: bold;
}
.ouDe-keu {
    margin-top: 40px;
}
.ouDe-keu-tex {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    margin-top: 5px;
}
.picIndex-nav {
    font-size: 0;
    background: #fff;
    padding: 20px 0;
    margin-top: 40px;
}
.picIndex-nav a {
    width: 158px;
    height: 42px;
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 42px;
    border-radius:4px;
    margin-left: 20px;
}
.picIndex-nav a:hover {
    background: #3081C6;
    color: #fff;
}
.picIndex-nav .active {
    background: #3081C6;
    color: #fff;
}
.pic-banner {
    background: url("../images/picbanner.png") no-repeat center top;
}
.list-picitem {
    width: 380px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
.list-picitem .list-img {
    width: 380px;
    height: 380px;
    position: relative;
    background: #fff;
    overflow: hidden;
}
.list-picitem .list-img img {
    max-width: 380px;
    max-height: 380px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transition: .3s;
}
.list-picitem:hover .list-img img {
    transform: scale(1.1);
}
.proIndex .list-img {
    width: 380px;
    height: 380px;
    position: relative;
    background: #fff;
}
.proIndex .list-img img {
    max-width: 380px;
    max-height: 380px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top:20px;
}
.picIndex .list-info {
    padding: 30px;
    background: #fff;
}
.picIndex .list-tit {
    font-size: 18px;
    line-height: 25px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    background: url("../images/picico.png") no-repeat 0 center;
    padding-left: 28px;
}
.picIndex .list-tit a {
    color: #444;
}
.picIndex .list-tit a:hover {
    color: #3081C6;
}
.picIndex-list {
    width: 1200px;
    margin-left: -20px;
}
.gallery-head {
    background: #fff;
    padding: 80px;
    margin-top: 24px;
}
.galleryHead-title {
    font-size: 44px;
    line-height: 1;
    color: #444;
}
.galleryHead-info {
    font-size: 14px;
    line-height: 1;
    color: #AAAAAA;
    margin-top: 20px;
}
.galleryHead-info span {
    padding-left: 30px;
}
.galleryHead-info span:first-child {
    padding-left: 0;
}
.gall-top {
    padding-bottom: 20px;
    border-bottom: 1px solid #eaeaea;
    position: relative;
}
.gall-qtl {
    position: absolute;
    top: 20px;
    right: 0;
}
.galQt-row {
    float: left;
    font-size: 14px;
    line-height: 1;
    padding-right: 15px;
    padding-left: 15px;
}
.galQt-row span {
    width: 12px;
    height: 8px;
    display: inline-block;
    margin-left: 8px;
}
.galQt-row .zuoll {
    background: url("../images/zuofan.png") no-repeat 0 0;
}
.galQt-row .youll {
    background: url("../images/youfan.png") no-repeat 0 0;
    margin-right: 8px;
}
.fhlb {
    text-indent: 21px;
    background: url("../images/cablist.png") no-repeat 20px 0;
    padding-right: 0;
}
.qzi {
    background: url("../images/ine.png") no-repeat right center;
}
.no-img {
    width: 800px;
    height: 600px;
    margin: 0 auto;
}
.no-img img {
    width: 800px;
    height: 600px;
}
.iCase {
    margin-top: 60px;
}
.img-prev {
    position: absolute;
    width: 24px;
    height: 52px;
    background: url("../images/pic-left.png") no-repeat 0 0;
    left: 0;
    top: 274px;
}
.img-next {
    position: absolute;
    width: 24px;
    height: 52px;
    background: url("../images/pic-right.png") no-repeat 0 0;
    right: 0;
    top: 274px;
}
.img-prev:hover {
    background: url("../images/pic-lefth.png") no-repeat 0 0;
}
.img-next:hover {
    background: url("../images/pic-righth.png") no-repeat 0 0;
}
.no-title {
    font-size: 14px;
    line-height: 24px;
    color: #666;
    margin-top: 20px;
}
.iCase-cls {
    width:104px;
    height:76px;
    border:2px solid rgba(234,234,234,1);
    float: left;
    margin-left: 8px;
    position: relative;
}
.iCase-cls:first-child {
    margin-left: 0;
}
.iCase .owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 76px;
}
.iCase .owl-carousel {
    width: 590px;
    margin: 12px auto 0;
}
.img-list .cuser {
    border:2px solid rgba(48,129,198,1);
}
.iCase .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    /* display: block!important;*/
}
.iCase .owl-prev {
    width:40px;
    height:80px;
    opacity:1;
    border-radius:6px 0px 0px 6px;
    background: rgba(204,204,204,1) url(../images/leftico.png) no-repeat center center;
    position: absolute;
    top: 0;
    left: -48px;
    cursor: pointer;
}
.iCase .owl-next {
    width:40px;
    height:80px;
    background: rgba(204,204,204,1) url(../images/rightico.png) no-repeat center center;
    position: absolute;
    top: 0;
    right: -48px;
    cursor: pointer;
    border-radius:0px 6px 6px 0px;
    z-index: 99;
}
.tu-prev {
    width: 120px;
    margin-top: -100px;
    float: left;
    position: relative;
}
.tuKs-img {
    width: 120px;
    height: 90px;
    position: relative;
    border-radius: 4px;
}
.tuKs-img img {
    width: 120px;
    height: 90px;
    border-radius: 4px;
}
.tuKs-img span {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 120px;
    height: 29px;
    background: url("../images/shxxtbb.png") no-repeat center top;
}
.tuKs-inf {
    font-size: 14px;
    color: #fff;
    position: absolute;
    top: 67px;
    width: 120px;
    text-align: center;
    margin: auto;
}
.tuKs-tle {
    font-size: 14px;
    color: #555;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    height: 36px;
    margin-top: 10px;
    line-height: 18px;
}
.tu-next {
    float: right;
}
.gallFoot {
    font-size: 16px;
    line-height: 26px;
    color: #8A8A8A;
}
.gallFoot a {
    color: #3A3A3A;
    margin-right: 20px;
}
.gallFoot-cl {
    font-size: 14px;
    line-height: 22px;
    color: #999;
    margin-top: 20px;
}
.gallFoot-cl a {
    color: #666;
}
.gall-foot {
    padding-top: 40px;
    border-top: 1px solid #EAEAEA;
    margin-top: 40px;
}
.gallery-detail {
    background: #f6f6f6;
    padding-top: 30px;
    padding-bottom: 80px;
}
.change-box {
    width: 380px;
    height: 232px;
    background: #fff;
    float: left;
    margin-left: 20px;
    text-align: center;
}
.change-box:first-child {
    margin-left: 0;
}
.change-img {
    width: 62px;
    height: 62px;
    margin: 40px auto 0;
}
.change-img img {
    width: 62px;
    height: 62px;
}
.gallery-change {
    margin-top: 60px;
}
.change-tle {
    font-size: 14px;
    color: #999;
    line-height: 22px;
    margin-top: 6px;
}
.kly3 img {
    width: 120px;
    height: 120px;
}
.change-intro {
    font-size: 24px;
    font-weight: bold;
    line-height: 1;
    color: #2373B7;
    margin-top: 24px;
}
.change-intro a {
    width:160px;
    height:40px;
    background:rgba(48,129,198,1);
    opacity:1;
    border-radius:4px;
    font-size: 16px;
    color: #fff;
    line-height: 40px;
    display: inline-block;
}
.kly2 .change-intro {
    margin-top: 10px;
}
.kly3 .change-img {
    width: 120px;
    height: 120px;
}
.indexCase .indexCase-box:first-child {
    margin-left: 0;
}
.rel-pic .list-item {
    width: 280px;
}
.rel-pic .list-img {
    width: 280px;
    height: 210px;
}
.rel-pic .list-img img {
    width: 280px;
    height: 210px;
}
.rel-pic .list-info {
    padding: 20px;
    background: #fff;
}
.rel-pic .list-tit a {
    color: #444;
}
.rel-pic .list-tit a:hover {
    color: #2373B7;
}
.rel-pic .list-item:first-child {
    margin-left: 0;
}
.rel-pic {
    padding-top: 10px;
}
.ser-banner {
    background: url("../images/fuwu-banner.png") no-repeat center top;
}
.serWd-head {
    width: 1180px;
    height: 240px;
    background: url("../images/fwwd.png") no-repeat center top;
    text-align: center;
    color: #fff;
    margin-top: 40px;
}
.serWd-head span {
    display: block;
}
.serWd-head .tle {
    font-size: 38px;
    line-height: 52px;
    padding-top: 76px;
}
.serWd-head .tex {
    font-size: 16px;
    margin-top: 15px;
    line-height: 26px;
}
.serWd-west {
    float: left;
    width: 431px;
}
.serWd-list {
    float: left;
    margin-left: 174px;
}
.serWd-box {
    padding: 65px 0 55px 118px;
    background: #fff;
    position: relative;
    margin-top: 20px;
}
.wdWest-tle {
    font-size: 28px;
    line-height: 1;
    color: #666;
}
.wdWest-men {
    font-size: 20px;
    line-height: 38px;
    margin-top: 30px;
    color: #999;
}
.wdWest-men span {
    color: #666;
}
.wdWest-img {
    width: 120px;
    height: 120px;
    margin-top: 20px;
}
.wdWest-img img {
    width: 120px;
    height: 120px;
}
.wdWest-zh {
    font-size: 14px;
    line-height: 16px;
    color: #999;
    padding-left: 12px;
    margin-top: 10px;
}
.serWd-list ul {
    font-size: 18px;
    color: #999;
    line-height: 40px;
}
.serWd-list ul span {
    color: #666;
}
.serWd-ico {
    width: 39px;
    height: 42px;
    background: url("../images/fwdress.png") no-repeat 0 0;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    position: absolute;
    left: 60px;
    top: 55px;
}
.serWd-main {
    padding-top: 14px;
}
.zc-banner {
    background: url("../images/fwzcbanner.png") no-repeat center top;
}
.policyTime-box {
    width: 340px;
    float: left;
    text-align: center;
}
.policyTime-img {
    width: 102px;
    height: 102px;
    margin: 0 auto;
}
.policyTime-img img {
    width: 102px;
    height: 102px;
}
.policyTime-tle {
    font-size: 16px;
    color: #666;
    line-height: 22px;
    margin-top: 19px;
}
.policy-main {
    background: #fff;
    margin-top: 40px;
}
.policy-title {
    font-size: 38px;
    line-height: 52px;
    color: #444;
    text-align: center;
    padding-top: 60px;
}
.policy-intro {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    text-align: center;
    margin-top: 38px;
}
.policy-time {
    margin-top: 59px;
}
.policyTime-box:first-child {
    margin-left: 80px;
}
.policyTime-xian {
    width:1020px;
    height:1px;
    background:rgba(230,230,230,0.5);
    margin: 80px auto 0;
}
.policySq {
    width: 1020px;
    margin: 0 auto;
    text-align: center;
    padding-top: 64px;
    padding-bottom: 80px;
    border-bottom: 1px solid rgba(230,230,230,0.5);
}
.policySq-tle {
    font-size: 38px;
    line-height: 52px;
}
.policySq-intro {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin-top: 40px;
}
.policySq-box {
    width: 500px;
    float: left;
    margin-left: 20px;
}
.policySq-box:first-child {
    margin-left: 0;
}
.policySq-cont {
    margin-top: 60px;
}
.policySq-tit {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
}
.policyLcf {
    width: 1020px;
    margin: 0 auto;
    text-align: center;
    padding-top: 64px;
    padding-bottom: 80px;
}
.about-banner {
    background: url("../images/aboutbanner.png") no-repeat center top;
}
.aboutIndex-ato {
    background: #fff;
    margin-top: 30px;
    padding: 80px 0;
}
.aboutAto-cont {
    width: 480px;
    float: left;
}
.aboutAto-img {
    width: 620px;
    float: left;
    margin-left: 80px;
}
.aboutIndex-title {
    font-size: 38px;
    line-height: 52px;
    color: #444;
    padding-top: 20px;
}
.aboutIndex-intro {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin-top: 20px;
}
.aboutIndex-fot {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    font-weight: bold;
    margin-top: 40px;
}
.aboutIndex-pro {
    background: #f6f6f6;
    padding: 60px 0 87px;
}
.aboutIndex-pro-tle {
    font-size: 38px;
    line-height: 52px;
    color: #444;
    text-align: center;
}
.aboutIndex-new {
    padding: 80px 0;
    background: #fff;
}
.aboutNews-img {
    width: 680px;
    height: 510px;
    float: left;
}
.aboutNews-img img {
    width: 680px;
    height: 510px;
}
.aboutNews-cont {
    float: left;
    background: #F8F8F8;
    width: 500px;
    height: 510px;
}
.aboutNews-info {
    padding: 60px;
}
.aboutNews-tit {
    font-size: 24px;
    line-height: 38px;
}
.aboutNews-tit a {
    color: #5A5A5A;
}
.aboutNews-tit a:hover {
    color: #3081C6;
}
.aboutNews-time {
    font-size: 16px;
    line-height: 24px;
    color: #999;
    margin-top: 20px;
}
.aboutNews-intro {
    font-size: 16px;
    line-height: 26px;
    color: #6A6A6A;
    margin-top: 40px;
    height: 130px;
    overflow: hidden;
}
.aboutNews-post a {
    width:210px;
    height:50px;
    border:1px solid rgba(138,138,138,1);
    opacity:1;
    border-radius:40px;
    line-height: 50px;
    display: block;
    font-size: 16px;
    color: #6A6A6A;
    text-indent: 67px;
    background: url(../images/post.png) no-repeat 151px center;
}
.aboutNews-post a:hover {
    color: #333;
}
.aboutNews-post {
    margin-top: 60px;
}
.aboutNews-main {
    margin-top: 40px;
}
.aboutNews-main .owl-dots {
    position: absolute;
    bottom: 10px;
    left: -450px;
    right: 0;
    margin: auto;
    width: 108px;
    height: 20px;
    border-radius: 100px;
}
.aboutNews-main .owl-dots button {
    width: 10px;
    height: 4px;
    background: url(../images/bma.png) no-repeat 0 0;
    margin: 0 3px;
    position: relative;
    top: -2px;
}
.aboutNews-main .owl-dots .active {
    width: 20px;
    height: 4px;
    background: url(../images/bmact.png) no-repeat 0 0;
}
.aboutNews-main .owl-nav {
    display: none;
}
.qywh-banner {
    background: url("../images/qywhbanner.png") no-repeat center top;
}
.qyWh-main {
    background: #fff;
    padding: 0 80px;
    margin-top: 30px;
}
.qyWh-cont {
    width: 580px;
    float: left;
}
.qyWh-img {
    width: 400px;
    float: left;
    margin-left: 40px;
}
.qyWh-tle {
    font-size: 38px;
    line-height: 52px;
    color: #444;
}
.qyWh-tex {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin-top: 40px;
}
.qyWh-box {
    padding: 80px 0;
    border-top: 1px solid #E6E6E6;
}
.qyWh-box:first-child {
    border-top: none;
}
.whi2 .qyWh-img {
    margin-left: 0;
}
.whi2 .qyWh-cont {
    margin-left: 40px;
}
.qyWh-hd {
    font-size: 38px;
    line-height: 52px;
    color: #2373B7;
}
.qyWh-df {
    font-size: 24px;
    line-height: 36px;
    color: #444;
}
.qycx-banner {
    background: url("../images/qycxbanner.png") no-repeat center top;
}
.qyCx-head {
    text-align: center;
    padding: 80px 0;
    border-bottom: 1px solid #E6E6E6;
}
.qyCx-tle {
    font-size: 38px;
    line-height: 52px;
    color: #444;
}
.qyCx-intro {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin-top: 40px;
}
.qyCx-cont {
    width: 580px;
    float: left;
}
.qyCx-tle {
    font-size: 24px;
    line-height: 33px;
    color: #444;
    padding-top: 15px;
}
.qyCx-tex {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin-top: 32px;
}
.qyCx-img {
    width: 400px;
    float: left;
    margin-left: 40px;
}
.qyCx-main {
    padding: 80px 0;
}
.qyCx2 .qyCx-img {
    margin-left: 0;
}
.qyCx2 .qyCx-cont {
    margin-left: 40px;
}
.qyCx2 {
    margin-top: 60px;
}
.qyCx2 .qyCx-tex {
    margin-top: 51px;
}
.catX-cls {
    width: 510px;
    float: left;
    margin-top: 40px;
}
.catX-tle {
    font-size: 20px;
    line-height: 26px;
    color: #999;
    text-indent: 39px;
}
.cd1 .catX-tle {
    background: url("../images/xlico4.png") no-repeat 0 center;
}
.cd2 .catX-tle {
    background: url("../images/xlico5.png") no-repeat 0 center;
}
.cd3 .catX-tle {
    background: url("../images/xlico6.png") no-repeat 0 center;
}
.cd4 .catX-tle {
    background: url("../images/xlico3.png") no-repeat 0 center;
}
.cd5 .catX-tle {
    background: url("../images/xlico1.png") no-repeat 0 center;
}
.cd6 .catX-tle {
    background: url("../images/xlico2.png") no-repeat 0 center;
}
.cd1 .catX-tex {
    font-size: 20px;
    color: #666;
    line-height: 26px;
}
.cd1 .catX-tex span {
    color: #999;
    font-size: 16px;
}
.cd2 .catX-tex a {
    color: #666;
    font-size: 20px;
    line-height: 32px;
}
.cd3 .catX-tex {
    font-size: 16px;
    line-height: 32px;
    color: #666;
}
.cd4 .catX-tex {
    color: #666;
    font-size: 20px;
    line-height: 32px;
}
.cd5 a {
    width:160px;
    height:40px;
    background:rgba(48,129,198,1);
    opacity:1;
    border-radius:4px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    display: block;
}
.cd6 .catX-tex img {
    width: 120px;
    height: 120px;
}
.catX-tex {
    margin-top: 20px;
}
.cat-cs .qyCx-head {
    border: 0;
    padding-bottom: 22px;
}
.cacT-xx {
    padding-bottom: 80px;
    border-bottom: 1px solid #E6E6E6;
}
.caAll li {
    font-size: 20px;
    line-height: 46px;
    float: left;
    width: 510px;
    color: #999;
}
.caAll li span {
    color: #666;
    font-weight: bold;
}
.caAll-tle {
    font-size: 38px;
    line-height: 52px;
    color: #444;
    text-align: center;
    padding-top: 80px;
}
.caAll ul {
    margin-top: 40px;
}
.caAll {
    padding-bottom: 80px;
    border-bottom: 1px solid #E6E6E6;
}
.caAll-img {
    width: 500px;
    float: left;
    margin-left: 20px;
    height: 240px;
    text-align: center;
    line-height: 240px;
    color: #fff;
    font-size: 24px;
}
.caAll-img:hover {
    color: #fff;
    opacity: 0.9;
}
.caAll-img:first-child {
    margin-left: 0;
}
.caAll-main {
    margin-top: 40px;
}
.kv1 {
    background: url("../images/lianximg1.png") no-repeat center;
}
.kv2 {
    background: url("../images/lianximg2.png") no-repeat center;
}
.conBot-tle {
    font-size: 32px;
    line-height: 44px;
    color: #444;
    padding-top: 80px;
}
.conBot-form {
    width: 760px;
    height: 356px;
    float: left;
    background:rgba(250,250,250,1);
    opacity:1;
    border-radius:10px;
}
.conBot-input input {
    width:280px;
    height:42px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(230,230,230,1);
    line-height: 42px;
    color: #999;
    text-indent: 15px;
}
.conBot-tea {
    margin-top: 20px;
}
.conBot-tea textarea {
    padding: 10px 15px;
    width: 640px;
    height: 60px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(230,230,230,1);
}
.conBot-input {
    margin-top: 20px;
    position: relative;
}
.conBot-but {
    margin-top: 30px;
}
.conBot-but button {
    width:210px;
    height:42px;
    background:rgba(48,129,198,1);
    opacity:1;
    border-radius:4px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}
.conBot-form form {
    padding: 20px 40px 0;
}
.conBot-info {
    width:240px;
    height:356px;
    background:rgba(250,250,250,1);
    opacity:1;
    border-radius:10px;
    float: left;
    margin-left: 20px;
}
.conBot-all {
    padding: 40px;
    text-align: center;
}
.conBot-tit {
    font-size: 14px;
    line-height: 28px;
    color: #6a6a6a;
    margin-top: 10px;
}
.conBot-num {
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
    color: #666;
    margin-top: 8px;
}
.conBot-xian {
    width:160px;
    height:1px;
    background:rgba(234,234,234,1);
    opacity:1;
    margin-top: 30px;
}
.conBot-intro {
    margin-top: 36px;
    font-size: 14px;
    line-height: 28px;
    color: #6A6A6A;
}
.conBot-post {
    margin-top: 16px;
}
.conBot-post a {
    width:160px;
    height:40px;
    background:rgba(48,129,198,1);
    opacity:1;
    border-radius:4px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    display: block;
}
.con-bot {
    padding-bottom: 80px;
}
.conBot-main {
    margin-top: 40px;
}
.lianx-banner {
    background: url("../images/lianxibanner.png") no-repeat center top;
}
.zsjm-banner {
    background: url("../images/zsjmbanner.png") no-repeat center top;
}
.supDst {
    background: #fff;
}
.supDst-tjs {
    font-size: 18px;
    color: #666;
    line-height: 36px;
    text-align: center;
}
.supDst-tjs .ray1 {
    font-weight: bold;
    color: #2373B7;
}
.supDst-tjs .ray2 {
    font-weight: bold;
    color: #E24A4A;
}
.supDst-title {
    font-size: 38px;
    line-height: 52px;
    color: #444;
    text-align: center;
    padding-top: 80px;
}
.supDst-tjs {
    margin-top: 40px;
}
.supDst-img {
    margin-top: 51px;
}
.supDst {
    padding-bottom: 80px;
}
.supPro-box {
    width: 220px;
    height: 300px;
    text-align: center;
    float: left;
    margin-left: 20px;
    background: url("../images/fybmml.png") no-repeat center;
    transition: 0.3s;
}
.supPro-box:hover {
    transform: translateY(-5px);
}

.supPro-box:first-child {
    margin-left: 0;
}
.supPro-tit {
    font-size: 20px;
    line-height: 27px;
    color: #666;
    margin-top: 40px;
}
.supPro-intro {
    font-size: 14px;
    line-height: 20px;
    color: #999;
    margin-top: 5px;
}
.supPro-img {
    margin-top: 10px;
}
.supPro-main {
    margin-top: 40px;
}
.supFw {
    background: #fff;
}
.supPro {
    padding-bottom: 80px;
}
.supFw-box {
    width: 280px;
    height: 337px;
    background:rgba(245,248,250,0.8);
    text-align: center;
    float: left;
    margin-left: 20px;
}
.supFw-box:first-child {
    margin-left: 0;
}
.supFw-img {
    width: 120px;
    height: 120px;
    margin: 40px auto 0;
}
.ft1 {
    background: url("../images/zhic1.png") no-repeat 0 0;
}
.ft2 {
    background: url("../images/zhic2.png") no-repeat 0 0;
}
.ft3 {
    background: url("../images/zhic3.png") no-repeat 0 0;
}
.ft4 {
    background: url("../images/zhic4.png") no-repeat 0 0;
}
.supFw-tle {
    font-size:24px;
    line-height: 33px;
    color: #444;
    margin-top: 13px;
}
.supFw-intro {
    width: 200px;
    font-size: 14px;
    line-height: 22px;
    margin: 20px auto 0;
    color: #999;
}
.supFw-main {
    margin-top: 40px;
}
.supFw {
    padding-bottom: 80px;
}
.cp-list .list-tit {
    font-size: 18px;
}
.proIndex-lis .active a {
    background: #3081C6 url(../images/navxiaok.png) no-repeat 22px center;
    color: #fff;
}
.picLis-head {
    height: 180px;
    background: #fff;
    padding: 40px;
    margin-top: 40px;
}
.picLis-info {
    width: 820px;
    float: left;
}
.picLis-title {
    font-size: 30px;
    line-height: 52px;
    color: #333;
    margin-top: 16px;
}
.picLis-intro {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    margin-top: 25px;
}
.picLis-bg {
    width: 240px;
    height: 180px;
    float: left;
    margin-left: 40px;
}
.picLis-bg img {
    width: 240px;
    height: 180px;
}
.picLis-bts {
    width: 1170px;
    height: 16px;
    margin: 0 auto;
    background: url("../images/yingxbbb.png") repeat 0 0;
}
.picLis-box {
    width: 380px;
    float: left;
    margin-left: 20px;
    margin-top: 20px;
}
.picLis-img {
    width: 380px;
    height: 285px;
    position: relative;
    overflow: hidden;
}
.picLis-img img {
    width: 380px;
    height: 285px;
    transition: .3s;
}
.picLis-tit {
    width: 380px;
    height: 55px;
    background: url("../images/yxboxdd.png") no-repeat 0 0;
    font-size: 18px;
    line-height: 55px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.picLis-box:hover .picLis-img img {
    transform: scale(1.1);
}
.picLis-tit a {
    color: #fff;
    display: block;
    text-indent: 48px;
    background: url("../images/footbt.png") no-repeat 20px center;
}
.picLis-kv {
    width: 370px;
    height: 16px;
    margin: 0 auto;
    background: url("../images/lgssb.png") no-repeat 0 0;
}
.picLis-main {
    width: 1200px;
    margin-left: -20px;
}
.sjdz-banner {
    background: url("../images/sjdzbanner.png") no-repeat center top;
}
.xdDz {
    background: #fff;
    padding: 80px 0;
    margin-top: 32px;
}
.xdDz-tle {
    text-align: center;
    font-size: 38px;
    line-height: 52px;
    color: #444;
}
.xdDz-intro {
    font-size: 16px;
    line-height: 26px;
    color: #666;
    width: 1060px;
    margin: 40px auto 0;
}
.xdDz-ipone span {
    width: 500px;
    height: 80px;
    display: block;
    text-align: center;
    line-height: 80px;
    color: #fff;
    font-size: 28px;
    margin: 60px auto 0;
    background:rgba(48,129,198,1);
    opacity:1;
    border-radius:100px;
}
.xdMd-img {
    width: 780px;
    height: 480px;
    float: left;
}
.xdMd-img img {
    width: 780px;
    height: 480px;
}
.xdMd-info {
    float: left;
    width: 400px;
    height: 480px;
    background: #fff;
}
.xdMd-cont {
    padding: 60px 40px 0;
}
.xdMd-tle {
    font-size: 24px;
    line-height: 36px;
    color: #444;
}
.xdMd-intro {
    font-size: 14px;
    line-height: 26px;
    color: #888;
    margin-top: 30px;
}
.xdMd {
    padding-top: 80px;
}
.xdMd .owl-prev {
    width: 48px;
    height: 90px;
    background:rgba(51,51,51,0.5) url("../images/leftico.png") no-repeat center center;
    border-radius:0px 6px 6px 0px;
    position: absolute;
    top: 195px;
    left: 0;
}
.xdMd .owl-next {
    width: 48px;
    height: 90px;
    background:rgba(51,51,51,0.5) url("../images/rightico.png") no-repeat center center;
    position: absolute;
    top: 195px;
    right: 0;
    border-radius:6px 0px 0px 6px;
}
.xdMd .owl-prev:hover {
    background: #3081C6 url("../images/leftico.png") no-repeat center center;
}
.xdMd .owl-next:hover {
    background: #3081C6 url("../images/rightico.png") no-repeat center center;
}
.xdMd .owl-dots {
    display: none;
}
.mhxy {
    width: 1180px;
    background: #3081C6;
    margin: 80px auto 0;
}
.mhxy span {
    color: #fff;
    width: 295px;
}
.mhxy strong {
    color: #fff;
}
.xdLu {
    padding: 80px 0;
    background: #fff;
    margin-top: 80px;
}
.xdLu-tle {
    font-size: 38px;
    line-height: 52px;
    color: #444;
    text-align: center;
}
.xdLu-img {
    width: 1180px;
    margin: 60px auto 0;
}
.fys-form .v-select {
    width: 320px;
    height: 48px;
    line-height: 48px;
    float: left;
    color: #aaa;
    margin-left: 20px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(230,230,230,1);
    outline: none;
    position: relative;
    text-indent: 20px;
}
.fys-form .v-select:first-child {
    margin-left: 0;
}
.fys-form .v-select span {
    width: 48px;
    height: 48px;
}
.fys-form .select-menu {
    z-index: 77;
}
.xdFu {
    width: 1180px;
    margin: 0 auto;
    padding: 80px 0 0;
}
.xdFu-fys {
    width: 780px;
    height: 348px;
    background: #fff;
    float: left;
}
.fys-tle {
    font-size: 38px;
    line-height: 52px;
    color: #444;
    padding-left: 60px;
    padding-top: 60px;
}
.fys-form {
    margin-left: 60px;
    margin-top: 15px;
}
.fys-but button {
    width:240px;
    height:48px;
    background: #2373B7;
    opacity:1;
    border-radius:4px;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
}
.fys-but button:hover {
    background: #3081C6;
}
.xdFu-rig {
    width: 380px;
    height: 348px;
    background: #fff;
    float: left;
    margin-left: 20px;
    text-align: center;
}
.rig-tle {
    font-size: 16px;
    line-height: 22px;
    color: #666;
    padding-top: 60px;
}
.rig-tle span {
    display: block;
    color: #2373B7;
}
.rig-img {
    margin-top: 20px;
}
.rig-img img {
    width: 120px;
    height: 120px;
}
.rig-dh {
    font-size: 16px;
    color: #666;
    padding-top: 22px;
}
.xdQe-tle {
    font-size: 28px;
    line-height: 52px;
    color: #444;
    text-align: center;
}
.xdQe .pin-rel {
    padding-top: 60px;
}
.xdQe {
    background: #fff;
    padding: 80px 0;
    margin-top: 80px;
}
.xdQe .content {
    overflow: inherit;
}
.xdQe .rel-les {
    width: 278px;
    height: 118px;
    border:1px solid rgba(234,234,234,1);
    opacity:1;
    border-radius:20px;
}
.sbLu-head {
    width:1180px;
    height:161px;
    background:rgba(48,129,198,1);
    opacity:1;
    border-radius:80px 10px 80px 10px;
    margin-top: 80px;
}
.sbLu-box {
    width: 236px;
    float: left;
    position: relative;
    text-align: center;
}
.sbLu-img {
    width: 66px;
    height: 64px;
    margin: 30px auto 0;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 64px;
    background: url("../images/sibll.png") no-repeat 0 0;
}
.sbLu-tle {
    font-size: 16px;
    color: #fff;
    padding-top: 15px;
}
.mhxy em {
    background: rgba(234,234,234,0.3);
}
.sbLu-box em {
    width: 1px;
    height: 60px;
    background:rgba(255,255,255,0.3);
    position: absolute;
    right: 0;
    top: 51px;
}
.masOk-tle {
    font-size: 48px;
    line-height: 72px;
    color: #29BCCC;
    margin-top: 50px;
    position: relative;
}
.masOk-tex {
    font-size: 32px;
    line-height: 48px;
    color: #999;
    margin-top: 40px;
}
.dek-zz {
    width: 100%;
    height: 100%;
    background:rgba(85,85,85,0.9);
    position: fixed;
    z-index: 70;
    top: 0;
    left: 0;
    display: none;
}
.masOk {
    width: 630px;
    height: 400px;
    background: #fff;
    border-radius: 0.2rem;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 77;
    text-align: center;
    display: none;
}
.masOk-tle span {
    display: block;
    width: 50px;
    height: 50px;
    background: url("../images/search-close.png") no-repeat center center;
    position: absolute;
    right: 0;
    top: -50px;
    cursor: pointer;
}
.applyRes-erwima {
    width: 140px;
    height: 140px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    display: none;
}
.applyRes-erwima img {
    width: 140px;
    height: 140px;
}
.applyRes-box:hover .applyRes-erwima {
    display: block;
}


/* 搜索结果页 */
.search-result .wsc-search{
    width: auto;
}
.wsc-search-main{
    margin-top: 40px;
    padding-bottom: 80px;
}
.wsc-select{
    float: left;
    width: 120px;

    border: 1px solid #f6f6f6;
    text-align: center;
    position: relative;
    border-right: 0;
}

.wsc-search input{
    float: left;
    width: 570px;
    padding: 12px 14px;
    height: 20px;
    font-size: 14px;
    color: #222;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
}
.wsc-search input:focus{
    border-color: #66B780;
    background-color: #fff;
}
.btn-search{
    height: 46px;
    width: 150px;
    float: left;
    background-color: #66B780;
    color: #fff;
    font-size: 16px;
}
.btn-search:hover{
    background-color: #5EAA76;
}


.search-tab{
    background-color: #f6f6f6;
    height: 56px;
}
.search-tab li{
    float: left;
    border-top: 3px solid #f5f5f5;
    height: 53px;
    line-height: 53px;
    padding: 0 40px;
    /*background: #f5f5f5 url(../images/nav-sx.png) no-repeat left center;*/
    font-size: 16px;
    color: #222;
}
.search-tab .active,.search-tab li:hover{
    background-color: #fff;
    border-color: #3081C6;
    color: #3081C6;
    background-image: none;
}
.search-tab .active,.search-tab li a:hover {
    color: #3081C6;
}
.search-tab .active +li,.search-tab li:hover +li{
    background-image: none;
}
.sl-count{
    padding-top: 20px;
    font-size: 30px;
}
.wsc-search-none{
    margin: 100px auto 0;
}
.search-none-tip {
    font-size: 20px;
    margin-top: 20px;
}
.search-none-tip a {
    color: #3081C6;
}


.wsc-search-list{
    margin: auto;
    padding-bottom: 100px;
}
.wsc-search-list .list-item{
    float: none;
    width: auto;
    margin-right: 0;
    background-color: #f6f6f6;
    padding: 35px;
    margin-top: 20px;
    transition: 0.3s;
    margin-left: 0;
    margin-top: 30px;
}
.wsc-search-list .list-item:hover{
    background-color: #fff;
    box-shadow: 0px 1px 18px 2px rgba(191, 191, 191, 0.16);
}
.wsc-search-list .list-item:hover .list-tit{
    color: #000;
}
.wsc-search-list .list-tit{
    font-size: 18px;
    line-height: 28px;
    color: #222;
    height: 28px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 0;
    text-align: left;
}
.wsc-search-list .list-tit a:hover {
    color: #3081C6;
}
.wsc-search-list .list-text{
    font-size: 14px;
    line-height: 24px;
    color: rgba(85,85,85,0.7);
    height: 48px;
    overflow: hidden;
    text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical;
    margin-top: 7px;
    text-align: left;
}
.wsc-search-list .time{
    font-size: 14px;
    line-height: 1;
    color: #8a8a8a;
    margin-top: 24px;
}
.wsc-search-list .list-picitem{
    padding-left:290px;
}
.wsc-search-list .list-picitem .list-img{
    width: 240px;
    float: left;
    margin-left:-270px;
    height: auto;
}
.wsc-search-list .list-picitem .list-img img{
    width: 240px;
}
.wsc-search-list .list-picitem .list-info{
    float: left;
    width: 100%;
}

.search-result{
    background-color: #fff !important;
    padding: 0;
}
.n-msg {
    position: absolute;
    left: 0;
    top: 44px;
    color: #d0021b;
}
.newsList_box .list-text {
    height: 44px;
    line-height: 22px;
    font-size: 14px;
    color: #8A8A8A;
    margin-top: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-align: left;
}
.wsc-search-list .list-img img {
    width: 240px;
    height: 155px;
}
.wsc-layout {
    background: #fff;
    margin-top: 40px;
}
.s-key {
    color: #3081C6;
}
.wsc-breadCon h1 {
    display: inline-block;
}

.hsolCont{margin-top: 75px;}
.hsolItem{float: left;width: 20.833%;position: relative;overflow: hidden;height: 420px;transition: 0.3s;
}
.hsolItem img{height: 420px;position: absolute;top: 0;bottom: 0;margin: auto;right: -100px;transition: 0.3s;    max-width: initial;}
.hsolInfo{padding: 300px 10% 40px;position: absolute;bottom: 0;left: 0;color: #fff;transition: 0.3s;z-index: 3;width: 80%; background: url("../images/zhezhao.png") repeat-x 0 bottom;}
.hsol-name{font-size: 32px;line-height: 1;font-weight: bold; text-align: center}
.hsol-text{font-size: 16px;line-height: 30px;margin-top: 20px;word-break: break-all;height: 56px;overflow: hidden;text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:2;-webkit-box-orient: vertical; text-align: center}

.hsolReview{position: absolute;left: 0;bottom: 0;z-index: 10;background:rgba(48,129,198,0.9);width: 0;height: 100%;transition: 0.3s;opacity: 0;top: 0;margin: auto;}
.hsolReview .hsolRev-cont{padding: 127px 10.4166% 40px;color: #fff;display: block;}
.hrevsol-name{font-size: 36px;line-height: 1;font-weight: bold;word-break: break-all;}
.hrevsol-text{font-size: 24px;line-height: 28px;margin-top: 20px;word-break: break-all;max-height: 84px;overflow: hidden; text-overflow:ellipsis;display: -webkit-box; -webkit-line-clamp:3;-webkit-box-orient: vertical;}
.hsolCont .active .hsolInfo{display: none;}
.sol-btn{margin-top: 35px;}
.sol-btn .btn{width:160px;
    height:42px;
    background:none;
    opacity:1;
    border-radius:4px;line-height: 42px;
    border: 1px solid #fff;
    margin: 0 auto;
    color: #fff; display: block; text-align: center}
.sol-btn .btn:hover{background-color: rgba(255,255,255,1);color: #3081C6;}
.hsolCont .active .hsolReview{opacity: 1;width: 100%;}

.hsolReview:hover a{color: #fff;}
.hsolCont .active{width: 37.5%;}
.hsolCont .active img{right: 0;}
.hsol-xian {
    width:40px;
    height:4px;
    background:rgba(255,255,255,1);
    border-radius:4px 4px 0px 0px;
    margin: 10px auto 0;
}

.pro-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    background: #F0F0F0;
    z-index: 999;
}

.simple-page{
    padding: 0 0 80px;
    background-color: #f6f6f6;
    margin-top: 40px;

}
.simple-page-box{
    padding: 100px 50px 80px;
    background-color: #fff;
    width: 1100px;
    margin: auto;
}
.pTit{
    font-weight: bold;
    font-size: 28px;
    color: #333;
    line-height: 40px;
}

.simpage-main p{
    font-size: 14px;
    color: #555;
    margin-top: 10px;
    line-height: 28px;
}
.simpage-main h3{
    font-size: 22px;
    color: #222;
    font-weight: bold;
    line-height: 1;
    margin-top: 39px;
}
.simpage-main a{
    color: #ff0000
}

.map-item{
    font-size: 20px;
    line-height: 30px;
    color: #222;
    font-weight: bold;
    margin-top: 45px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #eaeaea;
}
.map-item a:hover {
    color: #3081C6;
}
.map-item ul{
    overflow: hidden;
    font-size: 16px;
    line-height: 28px;
    color: #555;
    font-weight: normal;
    padding-top: 10px;
}
.map-item ul li{
    width: 33.33%;
    float: left;
    margin-top: 10px;
}
.dl-next span {
    width: 380px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: inline-block;
    float: left;
    text-align: right;
}
.wsc-detlink a:hover {
    color: #3081C6;
}
.dl-prev span {
    width: 380px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    display: inline-block;
    float: right;

}
.iCase .owl-nav {
    display: block!important;
}
.navM:hover {
    color: #3081C6;
}
.e7 .content {
    overflow: inherit;
}
.aboutIndex-pro .content {
    overflow: inherit;
}
.newsList .list-picitem {
    margin-left: 0;
}
.proIndex-listTro {
    background: #fff;
    font-size: 14px;
    color: #666;
    line-height: 26px;
    padding: 40px;
    margin-top: 40px;
    border-radius:10px 10px 0px 0px;
}
.proIndex-list {
    margin-top: 20px;
}
.seat {
    background: url("../images/seaicoos.png") no-repeat 20px center;
}
.seat span {
    position: relative;
    left: 20px;
}
.mosOl.seat a {
    background: none;
}
.serWd-sx {
    background: #fff;
    height: 110px;
}
.serWd-left {
    float: left;
    line-height: 110px;
    font-size: 18px;
    color: #666;
    margin-left: 183px;
}
.serWd-right {
    float: left;
    margin-left: 20px;
    margin-top: 30px;
}
.serWd-right .v-select {
    width: 680px;
    height: 50px;
    border:1px solid rgba(230,230,230,1);
    outline: none;
    line-height: 50px;
    font-size: 14px;
    color: #444;
    text-indent: 20px;
    background: url("../images/shaiico.png") no-repeat 640px center;
}
.serWd-right .select-amenu a {
    display: block;
    height: 40px;
    line-height: 40px;
}
.serWd-right .select-amenu {
    z-index: 89;
    position: absolute;
    background: #fff;
    width: 680px;
    border: 1px solid rgba(230,230,230,1);
    height: 200px;
    overflow-y: scroll;
}
.no-ke {
    text-align: center;
    font-size: 0;
    padding: 60px 0;
}
.no-ke span {
    font-size: 18px;
    color: #666;
    background: url("../images/wujieguo.png") no-repeat 0 center;
    padding-left: 30px;
    display: inline-block;
}
.wsc-select{
    float: left;
    width: 120px;

    border: 1px solid #f6f6f6;
    text-align: center;
    position: relative;
    border-right: 0;
}
.wsc-search .select-panel{
    padding: 12px 14px;
    height: 20px;
    font-size: 14px;
    color: #222;
}
.wsc-search .select-menu{
    position: absolute;
    left: 0;
    top: 44px;
    background-color: #fff;
    border: 1px solid #f6f6f6;
    display: none;
}
.wsc-search .select-menu li{
    padding: 12px 14px;
    height: 20px;
    font-size: 14px;
    color: #555;
    border-bottom: 1px dashed #f6f6f6;
    width: 90px;
    transition: 0.3s;
    cursor: pointer;
}
.wsc-search .select-menu li:hover,.wsc-search .select-menu .active{
    color: #222;
    background-color: #f6f6f6;
}

.wsc-search input{
    float: left;
    width: 570px;
    padding: 12px 14px;
    height: 20px;
    font-size: 14px;
    color: #222;
    background-color: #f6f6f6;
    border: 1px solid #f6f6f6;
}
.wsc-search input:focus{
    border-color: #3081C6;
    background-color: #fff;
}
.wsc-search .btn-search{
    height: 46px;
    width: 150px;
    float: left;
    background-color: #3081C6;
    color: #fff;
    font-size: 16px;
}
.wsc-search .btn-search:hover {
    background-color: #2373B7;
}
.wsc-search {
    margin-top: 50px;
}
.fys-form input {
    width: 320px;
    height: 48px;
}
.fys-form .n-msg {
    top: 50px;
}
.fys-form .conBot-input {
    margin-top: 0;
}
.fys-form .v-select {
    margin-top: 20px;
}
.newsDetail-intro span {
    display: block;
    height: 66px;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
}
.souDress-tex a:first-child {
    font-weight: bold;
}
.rig-fie {
    position: fixed;
    right: 30px;
    top: 60%;
    text-align: center;
    z-index: 99;
}
.rig-fie a {
    display: block;
    width: 78px;
    height: 78px;
    margin-top: 2px;
    border:1px solid rgba(230,230,230,1);
    position: relative;
}
.rig-fie span {
    font-size: 14px;
    color: #888;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    padding-top: 50px;
}
.rig-fie .rim1 {
    background:#fff url("../images/rim1.png") no-repeat center 14px;
    background-size: 32px 32px;
}
.rig-fie .rim2 {
    background:#fff url("../images/rim2.png") no-repeat center 14px;
    background-size: 32px 32px;
}
.rig-fie .rim3 {
    background:#fff url("../images/rim3.png") no-repeat center 14px;
    background-size: 32px 32px;
}
.rig-fie .rim4 {
    background:#fff url("../images/rim4.png") no-repeat center 14px;
    background-size: 32px 32px;
}
.rig-fie .rim1:hover {
    background:#3081C6 url("../images/rimh1.png") no-repeat center 14px;
    background-size: 32px 32px;
}
.rig-fie .rim2:hover {
    background:#3081C6 url("../images/rimh2.png") no-repeat center 14px;
    background-size: 32px 32px;
}
.rig-fie .rim3:hover {
    background:#3081C6 url("../images/rimh3.png") no-repeat center 14px;
    background-size: 32px 32px;
}
.rig-fie .rim4:hover {
    background:#3081C6 url("../images/rimh4.png") no-repeat center 14px;
    background-size: 32px 32px;
}
.rig-fie a:hover {
    border-color: #2373B7;
}
.rig-fie a:hover span {
    color: #fff;
}
.rim2-iph {
    position: absolute;
    top: -1px;
    left: -167px;
    width:164px;
    height:78px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(230,230,230,1);
    border-right: none;
    border-radius:4px 0px 0px 4px;
    text-align: left;
    display: none;
}
.rim2-tle {
    font-size: 12px;
    color: #999;
    line-height: 22px;
    padding-left: 20px;
    padding-top: 19px;
}
.rim2-tex {
    font-size: 18px;
    line-height: 22px;
    padding-left: 20px;
    color: #2373B7;
    font-weight: bold;
}
.rim3-main {
    position: absolute;
    top: -55px;
    left: -161px;
    width:159px;
    height:188px;
    background:rgba(255,255,255,1);
    border:1px solid rgba(230,230,230,1);
    border-right: none;
    border-radius:4px 0px 0px 4px;
    display: none;
}
.rim3-img img {
    width: 120px;
    height: 120px;
    margin-top: 20px;
}
.rim3-tle {
    font-size: 14px;
    line-height: 16px;
    color: #999;
    padding-top: 10px;
}
.rim3:hover .rim3-main {
    display: block;
}
.rim2:hover .rim2-iph {
    display: block;
}
.sideCont {
    background: #fff;
    margin-top: 6px;
    padding: 20px 0;
}
.sd-name {
    width: 280px;
    height: 50px;
    line-height: 50px;
    display: block;
    font-size: 16px;
    color: #666;
    text-indent: 35px;
    position: relative;
}
.sd-name a {
    color: #666;
}
.sd-more {
    position: absolute;
    width: 20px;
    height: 16px;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url(//static.westarcloud.com/5c19b5c54db67f3f86476885/images/jian.png) no-repeat right center;
    cursor: pointer;
}
.sd-name-act a {
    color: #2373B7;
}
.sd-name-act .sd-more {
    background: url(//static.westarcloud.com/5c19b5c54db67f3f86476885/images/jia.png) no-repeat right center;
}
.sdList {
    line-height: 38px;
    margin-left: 50px;
}
.sdList a {
    font-size: 14px;
    color: #666;
}
.sdList .acvv {
    color: #2373B7;
}
.sd-name a:hover {
    color: #2373B7;
}
.sdList a:hover {
    color: #2373B7;
}
.cd1 {
    height: 73px;
    overflow: hidden;
}
.caAll li {
    width: 100%;
}