@charset "UTF-8";

.fl {
 float: left;
}
.fr {
 float: right;
}
body {
 font-family: PingFangSC-Regular, Verdana, Arial, 微软雅黑, Microsoft YaHei;
}
.padding0 {
 padding: 0;
}
.pb50 {
 padding: 0 0 50px 0;
}
.pdl-20 {
 padding-left: 20px;
}
.mt30 {
 margin-top: 30px;
}
table tr td, table tr th {
 border: 1px solid #ddd;
 text-align: left;
 vertical-align: middle;
 -webkit-user-select: text;
 -moz-user-select: text;
 -ms-user-select: text;
 user-select: text;
}

.hover-img-scale {
 overflow: hidden;
}
.hover-img-scale:hover img {
 transform: scale(1.05);
 -ms-transform: scale(1.05);
 -moz-transform: scale(1.05);
 -webkit-transform: scale(1.05);
 -o-transform: scale(1.05);
}
.hover-img-scale img {
 width: 100%;
 height: 100%;
 -moz-transition: all .5s ease;
 -webkit-transition: all .5s ease;
 -o-transition: all .5s ease;
}
.z-center {
 position: relative;
 top: 50%;
 transform: translateY(-50%);
}

::-webkit-scrollbar {
 width: 8px;
 height: 4px;
}

::-webkit-scrollbar-track, ::-webkit-scrollbar-thumb {
 border-radius: 999px;
 border: 0px solid transparent;
}

::-webkit-scrollbar-track {
 box-shadow: 1px 1px 5px rgba(100, 100, 100, 0.2) inset;
}

::-webkit-scrollbar-thumb {
 min-height: 0px;
 background-clip: content-box;
 box-shadow: 0 0 0 5px rgba(100, 100, 100, 0.5) inset;
}

::-webkit-scrollbar-corner {
 background: transparent;
}
.anim {
 transition: 0.3s all;
}
.qrcode-warp {
 background: #fff;
 position: fixed;
 width: 150px;
 height: 150px;
 z-index: 99999999;
 left: -130px;
 top: 48px;
 display: none;
 background: url(images/icon_wx.jpg) no-repeat center top;
 background-size: 100%;
 border: solid 1px #A4B8EB;
}
.qrcode-warp img {
 width: 100%;
 height: 100%;
}

.zyy-container {
 max-width: 1200px;
 margin: 0 auto;
}
.no-select {
 -webkit-user-select: none;
}

.l-ell {
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
}
.clear {
 clear: both;
}
.mr20 {
 margin-right: 20px;
}

.btn-submit {
 width: 320px;
 height: 40px;
 line-height: 40px;
 background: #5479D6;
 border-radius: 4px;
 display: block;
 color: #fff;
 font-size: 22px;
 text-align: center;
 margin: 30px auto 0 auto;
 letter-spacing: 3px;
}
.btn-submit:hover {
 color: #fff;
 background: #3663d5;
}


.d-page-address ul li {
 float: left;
 padding-right: 24px;
 background: url(../../static/img/icon_jt_rm.png) no-repeat center right 8px;
}
.d-page-address ul li a {
 color: #9198AE;
}
 .d-page-address ul li:nth-last-child(1) {
 background: none;
}
 .d-page-address ul li:nth-last-child(1) a {
 color: #CCD0D9;
}


.footer-warp {
 width: 100%;background: #0168b5;
}
.footer-warp .footer-content {
 width: 100%;
 margin: 0 auto;
}

.index .row-warp {
 margin: 20px 0;
}
.index .news-panle .panle-content {
 width: 100%;
 height: 319px;
}
.index .news-panle .layui-this {
 background: #fff;
}
.index .news-panle .news-header {
 width: 100%;
 height: 40px;
 background: #F4F4F4;
 border-bottom: solid 1px #EBEBEB;
}
.index .news-panle .news-header .titles-warp {
 height: 100%;
 float: left;
}
.index .news-panle .news-header .titles-warp .title-item {
 height: 100%;
 width: 100px;
 float: left;
 line-height: 40px;
 font-weight: 800;
 padding: 0 20px 0 25px;
 cursor: pointer;
 color: #5479D6;
 background: url(../../static/img/icon_line_l.png) no-repeat center left 10px;
}
.index .news-panle .news-header .titles-warp .title-item.title-item2 {
 padding-left: 40px;
 position: relative;
 overflow: hidden;
 background: url(../../static/img/icon_line_l.png) no-repeat center left 25px;
}
.index .news-panle .news-header .titles-warp .title-item.title-item2.select {
 background: url(../../static/img/icon_line_b.png) no-repeat center left 25px;
 background-color: #5479D6;
 color: #fff;
 padding-left: 40px;
}
.index .news-panle .news-header .titles-warp .title-item.title-item2.select:after {
 background: #F4F4F4;
}
.index .news-panle .news-header .titles-warp .title-item.title-item2:after {
 position: absolute;
 transform: rotate(20deg);
 top: -20px;
 left: -10px;
 width: 20px;
 height: 80px;
 content: ' ';
 background: #5479D6;
}
.index .news-panle .news-header .titles-warp .title-item.select {
 background: url(../../static/img/icon_line_b.png) no-repeat center left 10px;
 background-color: #5479D6;
 color: #fff;
}
.index .news-panle .news-header .more {
 margin-right: 10px;
 float: right;
 font-size: 12px;
}
.index .news-panle .news-header .more a {
 padding-right: 10px;
 background: url(../../static/img/icon_jt-rights.png) no-repeat center right;
 color: #999999;
}
.index .news-panle ul {
 margin-top: 0px;
}
.index .news-panle ul li {
 padding: 12px 2px 13px 15px;
 position: relative;
}
.index .news-panle ul li:hover a, .index .news-panle ul li:hover .time {
 color: #000;
}
.index .news-panle ul li:before {
 position: absolute;
 left: 3px;
 top: 19px;
 content: ' ';
 width: 6px;
 height: 6px;
 border-radius: 6px;
 background: #666;
}
.index .news-panle ul li a {
 display: block;
 float: left;
 color: #666;
}
.index .news-panle ul li .time {
 float: right;
 color: #999999;
}
.index .top-news-panle {
 height: 360px;
     }
.index .top-news-panle .carousel-warp {
 width: 510px;
 height: 100%;
}
.index .top-news-panle .carousel-warp .layui-carousel-ind {
 top: -30px;
}
.index .top-news-panle .carousel-warp .car-item {
 width: 100%;
 height: 100%;
}
.index .top-news-panle .carousel-warp .car-item .car-a-warp {
 width: 100%;
 height: 100%;
}
.index .top-news-panle .carousel-warp .car-item .c-img {
 width: 100%;
 height: 100%;
}
.index .top-news-panle .carousel-warp .car-item .c-title {
 position: absolute;
 bottom: 0;
 left: 0;
 width: 100%;
 height: 70px;
 background: rgba(0, 26, 118, 0.5);
 font-size: 16px;
 line-height: 41px;
 text-align: center;
 color: #fff;
}
.index .top-news-panle .top-news-warp {
 width: 426px;
 height: 100%;
 margin: 0 20px;
}
.index .top-news-panle .top-news-warp ul {
 margin-top: 0px;
}
.index .top-news-panle .top-news-warp ul li a {
 width: 340px;
}
.index .top-news-panle .vip-warp {
 width: 224px;
 height: 100%;
 background: #EBEBEB;
}
.index .top-news-panle .vip-warp .vip-title {
 color: #5479D6;
 font-size: 20px;
 font-weight: bold;
 line-height: 20px;
 text-align: center;
 display: block;
 margin: 14px auto;
}
.index .top-news-panle .vip-warp .vip-ul {
 display: block;
 width: 190px;
 background: #fff;
 margin: 0 auto;
 border: solid 1px #E1E4EB;
 border-bottom: none;
}
.index .top-news-panle .vip-warp .vip-ul .vip-item {
 height: 40px;
 width: 100%;
 cursor: pointer;
 border-bottom: solid 1px #E1E4EB;
 margin-top: -1px;
}
.index .top-news-panle .vip-warp .vip-ul .vip-item a {
 display: block;
 width: 100%;
 height: 100%;
}
.index .top-news-panle .vip-warp .vip-ul .vip-item:hover {
 background: #5479D6;
}
.index .top-news-panle .vip-warp .vip-ul .vip-item:hover .vip-ititle, .index .top-news-panle .vip-warp .vip-ul .vip-item:hover .vip-idesc {
 color: #fff;
}
.index .top-news-panle .vip-warp .vip-ul .vip-item:hover .icon1 {
 background: url(../images/icon_vip_1s.png) no-repeat !important;
}
.index .top-news-panle .vip-warp .vip-ul .vip-item:hover .icon2 {
 background:url(../images/icon_vip_2s.png) no-repeat !important;
}
.index .top-news-panle .vip-warp .vip-ul .vip-item:hover .icon3 {
 background:url(../images/icon_vip_3s.png) no-repeat !important;
}
.index .top-news-panle .vip-warp .vip-ul .vip-item:hover .icon4 {
 background: url(../images/icon_vip_4s.png) no-repeat !important;
}
.index .top-news-panle .vip-warp .vip-ul .vip-item:hover .icon5 {
 background:url(../images/icon_vip_5s.png) no-repeat !important;
}
.index .top-news-panle .vip-warp .vip-ul .vip-item:hover .icon6 {
 background: url(../images/icon_vip_6s.png) no-repeat !important;
}
.index .top-news-panle .vip-warp .vip-ul .vip-item:hover .icon7 {
 background: url(../images/sysb.png) no-repeat !important;
}
.index .top-news-panle .vip-warp .vip-ul .vip-item .vip-icon {
 height: 30px;
 width: 30px;
 float: left;
 margin: 0 9px 0 9px;
}
.index .top-news-panle .vip-warp .vip-ul .vip-item .vip-icon.icon1 {
 background-size: contain;
 background: url(../images/icon_vip_1.png) no-repeat;
}
.index .top-news-panle .vip-warp .vip-ul .vip-item .vip-icon.icon2 {
 background: url(../images/icon_vip_2.png) no-repeat;
}
.index .top-news-panle .vip-warp .vip-ul .vip-item .vip-icon.icon3 {
 background: url(../images/icon_vip_3.png) no-repeat;
}
.index .top-news-panle .vip-warp .vip-ul .vip-item .vip-icon.icon4 {
 background: url(../images/icon_vip_4.png) no-repeat;
}
.index .top-news-panle .vip-warp .vip-ul .vip-item .vip-icon.icon5 {
 background-size: contain;
 background:  url(../images/icon_vip_5.png) no-repeat;
}
.index .top-news-panle .vip-warp .vip-ul .vip-item .vip-icon.icon6 {
 background-size: cover;
 background: url(../images/icon_vip_6.png) no-repeat;
}
.index .top-news-panle .vip-warp .vip-ul .vip-item .vip-icon.icon7 {
 background-size: cover;
 background: url(../images/sys.png) no-repeat;
 background-size: 34px;

}
.index .top-news-panle .vip-warp .vip-ul .vip-item .vip-iinfo-warp {
 color: #5479D6;
 width: 140px;
 float: left;
 margin-top: 2px;
}
.index .top-news-panle .vip-warp .vip-ul .vip-item .vip-iinfo-warp .vip-ititle {
 font-weight: 600;
 font-size: 14px;
}
.index .top-news-panle .vip-warp .vip-ul .vip-item .vip-iinfo-warp .vip-idesc {
 display: block;
 width: 100%;
 height: 20px;
 font-size: 10px;
}
.index {
 margin: 20px 0;
 background: #Fff;
 height: 100px;
 position: relative;
}
.notice {
 width:1200px;
 margin: 0 anto;
 height:20px;
 background:#fff;
}
.index .tow-nwes-panle {
 height: 355px;
}
.index .tow-nwes-panle .news-item {
 width: 590px;
}
.index .tow-nwes-panle .news-item .l-ell {
 width: 510px;
}
.index .d-warp {
 width: 100%;
 height: 120px;
 margin: 20px 0;
 background: #F4F4F4;
}
.index .d-warp .d-content {
 width: calc(100% - 62px);
 float: left;
 height: 100%;
}
.index .d-warp .d-content .d-item {
 display: block;
 height: 120px;
 width: 277px;
 overflow: hidden;
 margin-right: 10px;
 float: left;
 border: solid 1px #EBEBEB;
 box-sizing: border-box;
}
 .index .d-warp .d-content .d-item:nth-last-child(1) {
 margin-right: 0px;
}
.index .d-warp .d-content .d-item img {
 height: 100%;
 width: 100%;
}
.index .d-warp .d-btn {
 display: block;
 height: 100%;
 width: 31px;
}
.index .d-warp .d-btn.up {
 float: left;
 background: url(../../static/img/icon_jt_left.png) no-repeat center;
}
.index .d-warp .d-btn.down {
 float: right;
 background: url(../../static/img/icon_jt_right.png) no-repeat center;
}
.index .d-warp .d-btn:hover {
 background-color: #c9c9c9;
}
.index .fried-link-warp {
 height: 60px;
 width: 100%;
 margin-bottom: 20px;
}
.index .fried-link-warp .fried-tip {
 height: 100%;
 width: 112px;
 background: url(../../static/img/icon_line_l.png) no-repeat center left 10px;
 background-color: #F4F4F4;
 text-align: center;
 font-size: 16px;
 font-weight: 400;
 line-height: 60px;
 color: #5479D6;
 float: left;
}
.index .fried-link-warp .fried-content {
 float: left;
 height: 100%;
 width: 1088px;
 overflow: auto;
}
.index .fried-link-warp .fried-content ul li {
 float: left;
}
.index .fried-link-warp .fried-content ul li a {
 position: relative;
 display: block;
 margin-left: 15px;
 padding: 5px 10px;
 color: #999999;
}
.index .fried-link-warp .fried-content ul li a:hover {
 color: #666;
}
.index .fried-link-warp .fried-content ul li a:before {
 content: '　';
 position: absolute;
 left: 0;
 top: 0px;
 bottom: 0;
 background: url(../../static/img/icon_jt_rs.png) no-repeat center left 2px;
}
.index .zl-warp {
 width: 100%;
 height: 100px;
 display: none;
 background: #EEEEEE;
}
.index .zl-warp .zl-content {
 height: 100%;
 width: 1200px;
 margin: 0 auto;
 padding: 20px 0;
}
.index .zl-warp .zl-content ul li {
 width: 230px;
 height: 60px;
 display: flex;
 float: left;
 margin-right: 12.5px;
 cursor: pointer;
}
.index .zl-warp .zl-content ul li:hover {
 box-shadow: 0px 2px 20px rgba(113, 113, 113, 0.16);
}
 .index .zl-warp .zl-content ul li:nth-last-child(1) {
 margin-right: 0;
}
.index .zl-warp .zl-content ul li img {
 width: 100%;
 height: 100%;
 background: #FFF;
}
.index .ldjs-warp .ldjs-content {
 margin-top: 11px;
 height: 230px;
 width: 100%;
}
.index .ldjs-warp .ldjs-content .ldjs-con-center {
 float: left;
 height: 100%;
 width: calc(100% - 120px);
 padding-left: 11px;
}
.index .ldjs-warp .ldjs-content .ldjs-con-center .ldjs-p-warp {
 width: 1083px;
 float: left;
 overflow-y: hidden;
 overflow-x: auto;
 white-space: nowrap;
 transition: transform .3s;
}
 .index .ldjs-warp .ldjs-content .ldjs-con-center .ldjs-p-warp::-webkit-scrollbar {
 display: none;
}
.index .ldjs-warp .ldjs-content .ldjs-con-center .reversal {
 width: 200px;
 height: 220px;
 margin: 0 auto;
 position: relative;
 cursor: pointer;
 margin-right: 8px;
 margin-left: 8px;
 box-sizing: border-box;
 overflow: hidden;
 position: relative;
 width: 157px;
 display: inline-block;
}
.index .ldjs-warp .ldjs-content .ldjs-con-center .face, .index .ldjs-warp .ldjs-content .ldjs-con-center .back {
 width: 100%;
 border-radius: 5px;
 height: 220px;
 position: absolute;
 border: solid 1px #EBEBEB;
 box-sizing: border-box;
 overflow: hidden;
 line-height: 200px;
 backface-visibility: hidden;
 transform-style: preserve-3d;
 transition: transform 1s;
}
.index .ldjs-warp .ldjs-content .ldjs-con-center .face img {
 width: 160px;
 height: 100%;
}
.index .ldjs-warp .ldjs-content .ldjs-con-center .back {
 transform: rotateY(180deg);
 width: 100%;
 border-radius: 12px;
 overflow: hidden;
 background: #f8f8f8;
}
.index .ldjs-warp .ldjs-content .ldjs-con-center .back .ld-info {
 padding: 10px;
}
.index .ldjs-warp .ldjs-content .ldjs-con-center .back .ld-info .ld-name {
 font-size: 18px;
 font-weight: bold;
 line-height: 20px;
 color: #020202;
}
.index .ldjs-warp .ldjs-content .ldjs-con-center .back .ld-info .ld-zc {
 width: 140px;
 font-size: 12px;
 line-height: 22px;
 font-weight: 800;
 color: #020202;
 margin-top: 8px;
}
.index .ldjs-warp .ldjs-content .ldjs-con-center .back .ld-info .ld-desc {
 white-space: normal;
 word-break: break-all;
 word-wrap: break-word;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 7;
 -webkit-box-orient: vertical;
 width: 137px;
 font-size: 12px;
 font-weight: 400;
 color: #666666;
 line-height: 19px;
}
.index .ldjs-warp .ldjs-content .ldjs-con-center .face {
 transform: rotateY(0deg);
}
.index .ldjs-warp .ldjs-content .ldjs-con-center .back {
 transform: rotateY(-180deg);
}
.index .ldjs-warp .ldjs-content .ldjs-con-center .reversal:hover .back {
 transform: rotateY(0deg);
}
.index .ldjs-warp .ldjs-content .ldjs-con-center .reversal:hover .face {
 transform: rotateY(180deg);
}
.index .ldjs-warp .ldjs-content .ldjs-con-center .ldjs-item {
 cursor: pointer;
 height: 200px;
 margin-right: 20px;
 border: solid 1px #EBEBEB;
 box-sizing: border-box;
 overflow: hidden;
 position: relative;
 width: 157px;
 display: inline-block;
}
 .index .ldjs-warp .ldjs-content .ldjs-con-center .ldjs-item:nth-last-child(1) {
 margin-right: 0px;
}
.index .ldjs-warp .ldjs-content .ldjs-con-center .ldjs-item img {
 width: 160px;
 height: 100%;
}
.index .ldjs-warp .ldjs-content .ldjs-con-center .ldjs-item .ld-info {
 float: left;
 display: none;
 padding: 16px;
}
.index .ldjs-warp .ldjs-content .ldjs-con-center .ldjs-item .ld-info .ld-name {
 font-size: 18px;
 font-weight: bold;
 line-height: 20px;
 color: #020202;
}
.index .ldjs-warp .ldjs-content .ldjs-con-center .ldjs-item .ld-info .ld-zc {
 width: 140px;
 font-size: 12px;
 line-height: 22px;
 font-weight: 800;
 color: #020202;
 margin-top: 8px;
}
.index .ldjs-warp .ldjs-content .ldjs-con-center .ldjs-item .ld-info .ld-desc {
 white-space: normal;
 word-break: break-all;
 word-wrap: break-word;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 6;
 -webkit-box-orient: vertical;
 width: 137px;
 font-size: 12px;
 font-weight: 400;
 color: #666666;
 line-height: 19px;
}
.index .ldjs-warp .ldjs-content .ldjs-con-center .ldjs-item.active .ld-info {
 display: block;
}
.index .ldjs-warp .ldjs-content .ldjs-btn {
 width: 50px;
 height: 48px;
 cursor: pointer;
}
.index .ldjs-warp .ldjs-content .ldjs-btn.fl {
 background: url(../../static/img/icon_jt_left.png) no-repeat center center;
 background-color: #f4f4f4;
 border-radius: 100px 0 0 100px;
}
.index .ldjs-warp .ldjs-content .ldjs-btn.fr {
 background: url(../../static/img/icon_jt_right.png) no-repeat center center;
 background-color: #f4f4f4;
 border-radius: 0 100px 100px 0;
}
.index .ldjs-warp .ldjs-content .ldjs-btn:hover {
 background-color: #e2e2e2;
}


@media screen and (max-width: 742px) {
 .h-btn {
 display: none !important;
}
}
.column {

  
  
   }
.column .top-banner-warp {
 margin-top: 20px;
 width: 100%;
 height: 200px;
 background: #f8f8f8;
 position: relative;
}
.column .top-banner-warp .top-banner-img {
 width: 100%;
 height: 100%;
 z-index: -1;
 overflow: hidden;
}
.column .top-banner-warp .tow-menu-warp {
 min-width: 220px;
 border: solid 4px #5479D6;
 box-sizing: border-box;
 background: #5479D6;
 margin-top: -50px;
 z-index: 1000;
 position: absolute;
 margin-top: 126px;
 left: 0px;
}
.column .top-banner-warp .tow-menu-warp .menu-title {
 color: #fff;
 font-size: 22px;
 font-weight: 800;
 text-align: center;
 margin-top: 20px;
 margin-bottom: 21px;
}
.column .top-banner-warp .tow-menu-warp .menu-list {
 background: #fff;
 font-size: 16px;
 padding: 10px 0 10px 0;
 letter-spacing: 2px;
 width: 100%;
 color: #5479D6;
}
.column .top-banner-warp .tow-menu-warp .menu-list li {
 height: 32px;
 line-height: 32px;
 cursor: pointer;
}
.column .top-banner-warp .tow-menu-warp .menu-list .tow-menu {
 padding-left: 64px !important;
 display: none;
}
.column .top-banner-warp .tow-menu-warp .menu-list .one-menu, .column .top-banner-warp .tow-menu-warp .menu-list .tow-menu {
 padding: 0 30px 0 40px;
}
.column .top-banner-warp .tow-menu-warp .menu-list .one-menu.select, .column .top-banner-warp .tow-menu-warp .menu-list .tow-menu.select {
 border-right: solid 8px #98F1FF;
 box-sizing: content-box;
 margin-right: -8px;
 color: #fff;
 background-color: #5479D6 !important;
}
.column .top-banner-warp .tow-menu-warp .menu-list .one-menu.tow-arr-down, .column .top-banner-warp .tow-menu-warp .menu-list .tow-menu.tow-arr-down {
 background: url(../../static/img/icon_jt_downl.png) no-repeat right 10px center;
}
.column .top-banner-warp .tow-menu-warp .menu-list .one-menu.tow-arr-down:hover, .column .top-banner-warp .tow-menu-warp .menu-list .tow-menu.tow-arr-down:hover {
 background: url(../../static/img/icon_jt_downls.png) no-repeat right 10px center;
 background-color: #5479D6;
}
.column .top-banner-warp .tow-menu-warp .menu-list .one-menu.tow-arr-up, .column .top-banner-warp .tow-menu-warp .menu-list .tow-menu.tow-arr-up {
 background: url(../../static/img/icon_jt_upl.png) no-repeat right 10px center;
}
.column .top-banner-warp .tow-menu-warp .menu-list .one-menu.tow-arr-up:hover, .column .top-banner-warp .tow-menu-warp .menu-list .tow-menu.tow-arr-up:hover {
 background: url(../../static/img/icon_jt_upls.png) no-repeat right 10px center;
 background-color: #5479D6;
}
.column .top-banner-warp .tow-menu-warp .menu-list .one-menu:hover, .column .top-banner-warp .tow-menu-warp .menu-list .tow-menu:hover {
 color: #fff;
 background-color: #5479D6;
}
.column .none-data {
 margin: 60px auto;
 width: 700px;
 height: 550px;
 background: url(../../static/img/icon_none_data.png) no-repeat center;
}
.column .page-warp {
 width: 100%;
 height: 30px;
 margin-top: 65px;
 margin-bottom: 80px;
 text-align: center;
}
.column .page-warp .layui-laypage {
 margin: 0;
}
.column .page-warp .layui-laypage .layui-laypage-curr {
 margin-right: 4px;
 -webkit-user-select: none;
 cursor: pointer;
 border: none;
}
.column .page-warp .layui-laypage .layui-laypage-curr .layui-laypage-em {
 background-color: #3E8BF4;
 border-radius: 0;
}
.column .page-warp .layui-laypage a {
 width: 40px;
 height: 30px;
 background: #F8F8F8;
 border: solid 1px #EBEBEB;
 box-sizing: border-box;
 padding: 0;
 line-height: 28px;
 color: #666666;
 margin-right: 4px;
}
.column .page-warp .layui-laypage a.layui-laypage-prev {
 background: url(../../static/img/icon_jt_left.png) no-repeat center;
 background-size: 6.25px 12px;
 margin-top: 1px;
}
.column .page-warp .layui-laypage a.layui-laypage-next {
 background: url(../../static/img/icon_jt_right.png) no-repeat center;
 background-size: 6.25px 12px;
 margin-top: 1px;
}
.column .page-warp .layui-laypage a:hover {
 background-color: #EBEBEB;
}
.column .art-list-warp {
 min-height: 600px;
    
     }
.column .art-list-warp.exist2Menu {
 padding-left: 274px;
}
.column .art-list-warp .art-list {
 height: 100%;
 margin-top: 40px;
 display: block;
}
.column .art-list-warp .art-list .art-item {
 width: 100%;
 height: 33px;
 display: block;
 position: relative;
}
.column .art-list-warp .art-list .art-item:before {
 content: ' ';
 position: absolute;
 width: 6px;
 height: 6px;
 border-radius: 6px;
 background: #666666;
 left: -15px;
 top: 9px;
}
.column .art-list-warp .art-list .art-item .art-title {
 width: 70%;
 display: block;
 
          font-size: 17px;
 color: #666;
 font-weight: 400;
 font-family: Microsoft YaHei;
}
.column .art-list-warp .art-list .art-item .art-title:hover {
 color: #222;
}
.column .art-list-warp .art-list .art-item .art-download {
 display: block;
 color: #5479D6;
 font-size: 14px;
 background: url(../../static/img/icon_download.png) no-repeat center left 10px;
 padding: 3px 10px 3px 25px;
 margin-left: 40px;
}
.column .art-list-warp .art-list .art-item .art-download:hover {
 font-weight: 800;
 background-color: #f8f8f8;
 border-radius: 100px;
}
.column .art-list-warp .art-list .art-item .art-time {
 font-size: 14px;
 font-weight: 400;
 line-height: 19px;
 width: 30%;
 color: #999999;
}
.column .art-list-warp .art-list .art-item .art-tqm {
 display: block;
 width: 150px;
 font-size: 14px;
 color: #999;
}
.column .art-list-warp.no2menu .news-item .news-title, .column .art-list-warp.no2menu .news-item .news-desc {
 width: 880px !important;
}
.column .art-list-warp .news-item {
 
      height: 130px;
 padding: 20px 0px;
 display: block;
 border-bottom: 1px dotted #e0e0e0;
}
.column .art-list-warp .news-item:hover {
 background: #f9f9f9;
}
.column .art-list-warp .news-item:first-child {
 padding-top: 0;
}
.column .art-list-warp .news-item .news-click {
 display: block;
 height: 100%;
 width: 100%;
}
.column .art-list-warp .news-item .news-click .news-img {
 width: 280px;
 height: 100%;
 border: solid 1px #707070;
 box-sizing: border-box;
 background: #f8f8f8;
 float: left;
 margin-right: 20px;
}
.column .art-list-warp .news-item .news-click .news-info {
 height: 100%;
 float: left;
}
.column .art-list-warp .news-item .news-click .news-info .news-title {
 display: block;
 width: 620px;
 font-size: 17px;
 font-weight: bold;
 line-height: 22px;
 color: #666666;
}
.column .art-list-warp .news-item .news-click .news-info .news-time {
 font-size: 14px;
 font-weight: 400;
 line-height: 19px;
 color: #999999;
 margin-top: 10px;
 margin-bottom: 14px;
 display: block;
}
.column .art-list-warp .news-item .news-click .news-info .news-desc {
 width: 602px;
 height: 65px;
 font-size: 14px;
 font-weight: 400;
 line-height: 30px;
 color: #666666;
 display: -webkit-box;
 -webkit-box-orient: vertical;
 -webkit-line-clamp: 2;
 overflow: hidden;
}
.column .art-list-warp.no2menu.people-list {
 padding-left: 40px;
}
 .column .art-list-warp.no2menu .people-item:nth-child(5n) {
 margin-right: 31.5px;
}
.column .art-list-warp .people-item {
 display: block;
 width: 160px;
 float: left;
 margin-right: 31.5px;
 margin-bottom: 40px;
 text-align: center;
}
.column .art-list-warp .people-item.v-item {
 width: 300px;
 margin-right: 13px;
}
 .column .art-list-warp .people-item.v-item:nth-child(5n) {
 margin-right: 13px;
}
 .column .art-list-warp .people-item.v-item:nth-child(3n) {
 margin-right: 0;
}
.column .art-list-warp .people-item.v-item .p-img {
 position: relative;
 border: dotted 1px #ccc;
}
.column .art-list-warp .people-item.v-item .p-img .icon-play {
 display: block;
 position: absolute;
 left: 130px;
 top: 90px;
 width: 44px;
 height: 44px;
 border-radius: 44px;
 background: url(../../static/img/icon_v_play.png) no-repeat center left 18px;
 background-color: rgba(0, 0, 0, 0.3);
}
 .column .art-list-warp .people-item:nth-child(5n) {
 margin-right: 0;
}
.column .art-list-warp .people-item .people-click {
 display: block;
 width: 100%;
 height: 100%;
}
.column .art-list-warp .people-item:hover .p-img img {
 transform: scale(1.05);
 -ms-transform: scale(1.05);
 -moz-transform: scale(1.05);
 -webkit-transform: scale(1.05);
 -o-transform: scale(1.05);
}
.column .art-list-warp .people-item .p-img {
 width: 100%;
 height: 200px;
 border: solid 1px #707070;
 box-sizing: border-box;
 overflow: hidden;
}
.column .art-list-warp .people-item .p-img img {
 width: 100%;
 height: 100%;
 -moz-transition: all .5s ease;
 -webkit-transition: all .5s ease;
 -o-transition: all .5s ease;
}
.column .art-list-warp .people-item .v-name {
 max-width: 301px;
 font-size: 17px;
 line-height: 22px;
 color: #666666;
 display: block;
 margin-top: 16px;
}
.column .art-list-warp .people-item .v-name:hover {
 color: #333;
}
.column .art-list-warp .people-item .p-name {
 font-size: 17px;
 font-weight: 800;
 line-height: 22px;
 color: #5479D6;
 margin: 10px 0;
 display: block;
}
.column .art-list-warp .people-item .p-desc {
 display: block;
 font-size: 14px;
 font-weight: 400;
 line-height: 19px;
 color: #666666;
}
.column .art-list-warp .dy-btn-warp .dy-btn {
 display: block;
 width: 902px;
 height: 40px;
 line-height: 40px;
 text-align: center;
 color: #fff;
 font-size: 22px;
 background: #5479D6;
 border-radius: 4px;
 margin-left: 5px;
}
.column .art-list-warp .dy-btn-warp .dy-btn:hover {
 background: #3663d5;
}
.column .art-list-warp .dy-item {
 display: block;
 padding-right: 20px;
 padding-top: 40px;
 border-bottom: dotted 1px #E8EAEC;
 box-sizing: border-box;
 padding-bottom: 20px;
}
.column .art-list-warp .dy-item .dy-username {
 float: left;
 font-weight: 800;
 font-size: 17px;
 color: #666666;
}
.column .art-list-warp .dy-item .dy-time {
 font-size: 12px;
 line-height: 24px;
 margin-left: 10px;
 color: #999999;
}
.column .art-list-warp .dy-item .dy-wt {
 width: 100%;
 font-size: 14px;
 font-weight: 400;
 line-height: 26px;
 margin-top: 15px;
 color: #666666;
}
.column .art-list-warp .dy-item .dy-hd {
 background: #F8F8F9;
 padding: 16px;
 color: #5479D6;
 margin-top: 13px;
 border: 1px solid #E8EAEC;
}



.tw-window {
 display: none;
 width: 750px;
 height: 600px;
 border-radius: 3px;
 background-color: #F8F8F8;
}
.tw-window .win-header {
 height: 40px;
 width: 100%;
 background: url(../../static/img/icon_line_l.png) no-repeat center left 10px;
 border-bottom: solid 1px #EBEBEB;
 color: #3164E3;
 font-size: 16px;
 line-height: 40px;
}
.tw-window .win-header .w-h-title {
 margin-left: 27px;
 font-weight: 700;
}
.tw-window .win-header .w-h-close {
 display: block;
 height: 100%;
 width: 50px;
 float: right;
 background: url(../../static/img/icon_close.png) no-repeat center;
 background-size: 18px 18px;
}
.tw-window .win-content {
 text-align: center;
 background: #fff;
}
.tw-window .win-content textarea {
 text-align: left;
 border: none;
 resize: none;
 font-size: 14px;
 line-height: 21px;
 width: 670px;
 height: 384px;
 width: 400px;
 height: 384px;
 max-width: 670px;
 min-width: 670px;
 min-height: 384px;
 max-height: 384px;
 
      margin: 30px auto;
}
.tw-window .win-submit {
 color: #fff;
 text-align: center;
 line-height: 40px;
 margin: 0 auto;
 margin-top: 29px;
 display: block;
 width: 320px;
 height: 40px;
 background: #5479D6;
 border-radius: 4px;
 font-size: 20px;
 letter-spacing: 4px;
}
.tw-window .win-submit:hover {
 background: #3663d5;
}


.details .zyy-container {
 padding-top: 20px;
 padding-bottom: 50px;
}
.details .details-con {
 width: 874px;
 float: left;
 margin-right: 48px;
 }
.details .details-con .d-title {
 font-size: 22px;
 font-weight: bold;
 color: #5479D6;
 width: 100%;
 text-align: center;
 margin-top: 18px;
}
.details .details-con .d-art-info {
 text-align: center;
 margin: 8px auto 0 auto;
 font-size: 14px;
 color: #999999;
}
.details .details-con .d-art-info .d-info-item {
 margin-right: 10px;
}
.details .details-con .d-art-info .d-info-item a {
 color: #5479D6;
}
.details .details-con .d-art-info .d-info-item a:hover {
 color: #3462d4;
}
.details .details-con .d-art-line {
 height: 1px;
 width: 100%;
 background: #E0E0E0;
 margin: 20px 0 30px 0;
}
.details .details-con .d-art-content {
 width: 100%;
 font-size: 16px;
 line-height: 25px;
 color: #666666;
}
.details .details-con .d-art-content.d-zs-content {
 margin-top: 33px;
}
.details .details-con .d-art-content a {
 color: #5566BC;
 text-decoration: underline;
}
.details .details-con .d-art-content .d-zhengshu {
 
      width: 100%;
 text-align: center;
}
.details .details-con .d-art-content .d-zhengshu .none {
 cursor: pointer;
 width: 700px;
 height: 500px;
 margin: 0 auto;
 background: url(../../static/img/bg_no_cart.png) no-repeat center;
}
.details .details-con .d-art-content .d-zhengshu img {
 width: 700px;
 height: 504px;
 background: linear-gradient(144deg, #d3d4d3 0%, #dbdcdb 15%, #f4f4f4 41%, white 50%, #d3d4d3 100%);
}
.details .details-con .d-zhengshu-zy {
 border: solid 4px #EBEBEB;
 width: 874px;
 padding: 32px 26px 19px 31px;
 box-sizing: border-box;
 margin-top: 80px;
}
.details .details-con .d-zhengshu-zy .d-zy-title {
 color: #666666;
 font-size: 19px;
 font-weight: 800;
 margin-bottom: 10px;
}
.details .details-con .d-zhengshu-zy .d-zy-con {
 padding-left: 20px;
 font-size: 16px;
 line-height: 36px;
 color: #666666;
}
.details .details-con .d-art-copyright {
 margin-top: 40px;
 padding-bottom: 20px;
 border-bottom: solid 1px #E0E0E0;
 width: 100%;
 font-size: 12px;
 line-height: 28px;
 color: #999999;
 margin-bottom: 20px;
}
.details .details-con .d-art-copyright.no-line {
 border-bottom: none;
}
.details .details-con p {
 line-height: 30px;
}
.details .details-con p .d-art-btn {
 font-size: 16px;
 color: #5479D6;
}
.details .details-con p .d-art-btn .art-name {
 color: #000;
}
.details .details-con p .d-art-btn:hover {
 color: #3462d4;
}
.details .details-col {
 float: left;
 width: 278px;
}
.details .details-col .panle-warp {
 background: #F8F8F8;
 border-radius: 5px;
}
.details .details-col .panle-warp .panle-header {
 height: 40px;
 width: 100%;
 border-bottom: solid 1px #EBEBEB;
}
.details .details-col .panle-warp .panle-header .panle-title {
 font-size: 16px;
 line-height: 40px;
 color: #3164E3;
 position: relative;
 padding-left: 27px;
 background: url(../../static/img/icon_line_l.png) no-repeat center left 10px;
}
.details .details-col .panle-warp .panle-header .panle-more {
 line-height: 40px;
 font-size: 12px;
 color: #999;
 padding-right: 20px;
 background: url(../../static/img/icon_jt-rights.png) no-repeat center right 10px;
}
.details .details-col .panle-warp .panle-content {
 padding: 10px 10px;
 width: 100%;
}
.details .details-col .panle-warp .panle-content.no-pd {
 padding: 0;
}
.details .details-col .panle-warp .panle-content .p-c-item {
 font-size: 14px;
 margin-bottom: 10px;
}
 .details .details-col .panle-warp .panle-content .p-c-item:nth-last-child(1) {
 margin-bottom: 0;
}
.details .details-col .panle-warp .panle-content .p-c-item a {
 display: block;
 width: 240px;
 padding-left: 10px;
 color: #666;
 position: relative;
}
.details .details-col .panle-warp .panle-content .p-c-item a:hover {
 color: #404040;
}
.details .details-col .panle-warp .panle-content .p-c-item a:before {
 position: absolute;
 left: 1px;
 top: 7px;
 content: ' ';
 width: 4px;
 height: 4px;
 border-radius: 4px;
 background: #666;
}
.details .details-col .panle-warp .panle-content .p-c-item a.l-img {
 width: 235px;
 padding-left: 20px;
 background: url(../../static/img/icon_img.png) no-repeat center left 1px;
}
.details .details-col .panle-warp .panle-content .p-c-item a.l-img:before {
 position: absolute;
 left: 0;
 top: 0;
 background: none;
}
.details .details-col .panle-warp .panle-content .img-warp {
 width: 134px;
 height: 129px;
 margin-top: 10px;
 margin-right: 10px;
 float: left;
 position: relative;
}
 .details .details-col .panle-warp .panle-content .img-warp:nth-child(1) {
 margin-top: 0;
}
 .details .details-col .panle-warp .panle-content .img-warp:nth-child(3) {
 margin-right: 0px;
}
 .details .details-col .panle-warp .panle-content .img-warp:nth-child(5) {
 margin-right: 0px;
}
.details .details-col .panle-warp .panle-content .img-warp a {
 display: block;
 width: 100%;
 height: 100%;
}
.details .details-col .panle-warp .panle-content .img-warp .img-div {
 background: rgba(0, 0, 0, 0.4);
 position: absolute;
 left: 0;
 right: 0;
 width: 100%;
 height: 100%;
}
.details .details-col .panle-warp .panle-content .img-warp img {
 position: absolute;
 left: 0;
 right: 0;
 width: 100%;
 height: 100%;
 z-index: -1;
}
.details .details-col .panle-warp .panle-content .img-warp .img-title {
 display: block;
 font-size: 24px;
 font-weight: bold;
 color: #fff;
 z-index: 1000;
 text-align: center;
}
.details .details-col .panle-warp .panle-content .img-warp.max {
 width: 100%;
 height: 140px;
}



@media (max-width: 1000px) {
 .reg .m-header {
 display: none;
}
 .reg .layui-input {
 width: 90%;
}
 .reg .login-warp {
 display: none;
}
 .reg .zyy-container {
 width: 100% !important;
}
 .reg .tw-window {
 width: 100%;
}
 .reg .tw-window textarea {
 padding: 0px !important;
 max-width: 100%;
 min-width: 100%;
}
 .reg .tw-window .win-submit {
 width: 220px;
}
}
.reg .tw-window .win-submit {
 letter-spacing: 0;
}
.reg .tw-window .win-content textarea {
 padding: 0 30px;
}
.reg .zyy-container {
 margin-top: 60px;
 width: 674px;
}
.reg .zyy-container .a-btn {
 font-size: 16px;
 font-weight: 400;
 line-height: 26px;
 color: #5479D6;
}
.reg .zyy-container .a-btn:hover {
 color: #3663d5;
}
.reg .zyy-container .login-warp {
 color: #999999;
 font-size: 16px;
 font-weight: 400;
 line-height: 26px;
 text-align: center;
 margin-top: 30px;
}
.reg .zyy-container .reg-input-warp {
 height: 40px;
 line-height: 40px;
 margin-bottom: 10px;
}
.reg .zyy-container .reg-input-warp .layui-form-label {
 color: #999999;
 position: relative;
 font-size: 14px;
}
.reg .zyy-container .reg-input-warp .layui-form-label .required {
 color: red;
 position: absolute;
 margin-left: -13px;
 border-top: solid 8px transparent;
 top: 3px;
}
.reg .zyy-container .reg-input-warp .reg-req {
 color: red;
 margin-right: 3px;
 float: left;
 font-size: 16px;
}
.reg .zyy-container .reg-input-warp .reg-input-title {
 line-height: 40px;
 color: #999999;
 margin-right: 10px;
 font-size: 16px;
 float: left;
}
.reg .zyy-container .reg-input-warp .reg-input-div {
 width: 600px;
 height: 40px;
 float: left;
 border: 1px solid #EBEBEB;
 border-radius: 3px;
}
.reg .zyy-container .reg-xieyi-warp {
 height: 21px;
}
.reg .zyy-container .reg-xieyi-warp input[type="checkbox"] {
 position: relative;
 outline: none;
 cursor: pointer;
 margin-right: 4px;
}
 .reg .zyy-container .reg-xieyi-warp input[type="checkbox"]:hover::before {
 background: #f8f8f8;
}
 .reg .zyy-container .reg-xieyi-warp input[type="checkbox"]::before {
 content: "";
 display: block;
 position: absolute;
 width: 16px;
 height: 16px;
 line-height: 22px;
 background: #fff;
 border: solid 1px #EBEBEB;
}
 .reg .zyy-container .reg-xieyi-warp input[type="checkbox"]:checked::before {
 content: "";
 background: url(../../static/img/icon_reg_checkbox_gou.png) no-repeat center;
 background-color: #fff;
 font-size: 22px;
}
 .reg .zyy-container .reg-xieyi-warp input[type="checkbox"]:checked:hover::before {
 background-color: #f8f8f8;
}
.reg .zyy-container .reg-xieyi-warp .xieyi-tip {
 font-size: 16px;
 font-weight: 400;
 line-height: 26px;
 color: #999999;
}


.user-audit .tip-title {
 font-size: 22px;
 font-weight: bold;
 color: #5479D6;
 text-align: center;
 margin-top: 166px;
}
.user-audit .tip-desc {
 font-size: 16px;
 line-height: 26px;
 color: #999999;
 width: 778px;
 margin: 0 auto;
 text-align: center;
 margin-top: 20px;
 margin-bottom: 100px;
}

.search .zyy-container {
 padding-top: 20px;
}
.search .zyy-container .d-page-address {
 margin-bottom: 40px;
}
.search .search-item {
 display: block;
 margin-bottom: 10px;
 width: 100%;
 height: 22px;
 font-size: 17px;
}
.search .search-item .item-title {
 max-width: 900px;
 position: relative;
 padding-left: 14px;
 color: #666666;
}
.search .search-item .item-title:hover {
 color: #333;
}
.search .search-item .item-title:before {
 content: ' ';
 width: 6px;
 height: 6px;
 background: #666666;
 border-radius: 6px;
 position: absolute;
 left: 0px;
 top: 9px;
}
.search .search-item .item-title em {
 padding: 0;
 margin: 0;
 color: red;
 font-style: normal;
}
.search .search-item .item-time {
 color: #999999;
}

.notice1 {
 background:#FFF;
}
.colum2 {
 overflow:hidden;
}
.colum2_1, .colum2_2 {
 float:left;
 width:590px;

}
.colum2_1 {
 margin-right:20px;
 background:#fff;
 overflow:hidden;
}
.colum2_1_text, .colum2_1_more {
 float:left;
}
.colum2_1_text {
 background:#5479D6;
 width:145px;
 height:40px;
 line-height:40px;
 color:#fff;
 font-weight:800;
 padding-left:25px;
}
.colum2_1_more {
 color:#999999;
 height:40px;
 line-height:40px;
 width:400px;
 text-align:right;
 background:#f4f4f4;
 padding-right:20px;
}
.colum2_1_li{height:400px;width:570px;}
.colum2_1_li ul{ clear:both;background:#FFF;padding-top:15px;}
.colum2_1_li ul li{height:30px;position:relative;background:url(images/list_dot.png) no-repeat left;line-height:30px;padding-left:20px;}
.colum2_1_li ul li span{position:absolute;left:525px;color:#999999;}
.colum2_1_li ul li a{color:#666666;}
.colum2_1_li ul li a:hover{color:#000000;}
.list {
 overflow:hidden;
 width:1220px;
}
.list_left, .list_right {
 float:left;
}
.list_left {
 width:220px;
}
.list_right {
 width:970px;
 margin-left:20px;
}
.list_left_text {
 height:70px;
 line-height:70px;
 text-align:center;
 width:220px;
 background:#5479d6;
 font-size:20px;
 font-weight:bold;
 color:#FFF;
}
.list_left ul {
 border:4px solid #5479d6;
}
.list_left ul li {
 height:40px;
 line-height:40px;
 font-size:16px;
 text-align:center;
 letter-spacing:5px;
 background:#eeeeee;
 margin-top:5px;
}
.list_left ul li a {
 display:block;
 color:#5479d6;
}
.list_left ul li a:hover {
 background:#5479d6;
 color:#FFF;
}
.list_left ul li a:active {
 background: #666;
 color:#fff;
}
.list_right_text {
 color: #5479d6;
 font-size:18px;
 background:url(../images/list_right_text.png) no-repeat;
 height:30px;
 font-weight:800;
 line-height:25px;
}
.list_right ul {
 padding-top:20px;
}
.list_right ul li {
 height:40px;
 line-height:40px;
 border-bottom:1px dashed #cccccc;
 font-size:15px;
 padding-left:10px;
 position:relative;
}
.list_right ul li span {
 position:absolute;
 left:850px;
}
.list_page {
 padding-top:50px;
 padding-bottom:50px;
margin:0 auto;
}
.location {
 height:50px;
 line-height:50px;
 padding-left:30px;
 background:#eeeeee;
 color:#666;
}
.content {
 overflow:hidden;
}
.list_content, .list_cont_right {
 float:left;
 margin-top:30px;
}
.list_content {
 width:900px;
}
.list_cont_right {
 width:280px;
}
.content_content {
 height: auto;
 line-height: 30px;
 padding: 30px;
 TEXT-JUSTIFY: inter-ideograph;
 TEXT-ALIGN: justify;
 color: #363737;
 font-size:16px;
}
.content_content p {
 text-indent: 2em;
}
.content_title {
 background: #ccc;
 width: 860px;
 text-align: center;
 margin: 0 auto;
 height: 48px;
 line-height: 48px;
 font-size: 18px;
 font-weight: bold;
}
.content_detail {
 width: 650px;
 margin: 0 auto;
 overflow: hidden;
 text-align: center;
 height:30px;
 line-height:30px;
 font-size:14px;
 color:#999;
}
.detail_time, .detail_hit, .detail_publish {
 float: left;
 text-align: center;
}
.detail_time {
 width:250px;
}
.detail_hit, .detail_publish {
 width:200px;
}
.list_cont_right_link01 {
 background:url(../images/content_link01.png) no-repeat;
 height:70px;
}
.list_cont_right_link01:hover {
 filter:alpha(opacity=60);
 -moz-opacity:0.6;
 opacity:0.6;
}
.list_cont_right_link02:hover {
 filter:alpha(opacity=60);
 -moz-opacity:0.6;
 opacity:0.6;
}
.list_cont_right_link03:hover {
 filter:alpha(opacity=60);
 -moz-opacity:0.6;
 opacity:0.6;
}
.list_cont_right_link04:hover {
 filter:alpha(opacity=60);
 -moz-opacity:0.6;
 opacity:0.6;
}
.list_cont_right_link a {
 height:66px;
 line-height:66px;
 padding-left:120px;
 font-size:18px;
 font-weight:500;
 color:#5479d6;
 display:block;
}
.list_cont_right_link a:hover {
 color:#000;
}
.list_cont_right_link02 {
 background:url(../images/content_link02.png) no-repeat;
 height:70px;
}
.list_cont_right_link03 {
 background:url(../images/content_link03.png) no-repeat;
 height:70px;
}
.list_cont_right_link04 {
 background:url(../images/content_link04.png) no-repeat;
 height:70px;
}
.list_cont_right_conatact_head {
 background:#d6d6d6;
 height:40px;
 line-height:40px;
 color:#727171;
 padding-left:20px;
 margin-top:20px;
 font-size:16px;
 font-weight:bold;
 letter-spacing:2px
}
list_cont_right_contact {
}
.list_cont_contanct_bg_head {
 background:url(../images/list_cont_contanct_bg_head.png) no-repeat;
 height:8px;
 margin-top:10px;
}
.list_cont_contanct_bg_body {
 background:url(../images/list_cont_contanct_bg_body.png) repeat-y;
}
.list_cont_contanct_bg_bottom {
 background:url(../images/list_cont_contanct_bg_botto.png) no-repeat;
 height:8px;
}
.list_cont_right_conatact_cont01 {
 background: url(../images/list_cont_right_conatact_01.png) no-repeat;
 height:45px;
 line-height:45px;
 margin-left:8px;
 padding-left:45px;
}
.list_cont_right_conatact_cont02 {
 background: url(../images/list_cont_right_conatact_02.png) no-repeat;
 height:45px;
 line-height:44px;
 margin-left:8px;
 padding-left:45px;
}
.list_cont_right_conatact_cont03 {
 background: url(../images/list_cont_right_conatact_03.png) no-repeat;
 height:45px;
 line-height:44px;
 margin-left:8px;
 padding-left:45px;
}
.list_cont_right_conatact_cont04 {
 background: url(../images/list_cont_right_conatact_04.png) no-repeat;
 height:45px;
 line-height:46px;
 margin-left:8px;
 padding-left:45px;
}
.list_contact {
 overflow:hidden;
 margin-top:50px;
}
.list_contact_01 {
 width:360px;
 padding-left:40px;
 float:left;
 height:200px;
}
.list_contact_01_org {
 font-size:18px;
 font-weight:bold;
 word-spacing:2px;
 color:#666;
 background:url(../images/list_contact_01.png) no-repeat;
 height:35px;
}
.list_contact_01_add {
 background:url(../images/list_contact_01_add.png) no-repeat;
 height:25px;
 padding-left:40px;
 line-height:25px;
 font-size:16px;
 color:#666;
 margin-top:8px;
}
.list_contact_01_name {
 background:url(../images/list_contact_01_name.png) no-repeat;
 height:25px;
 padding-left:40px;
 line-height:25px;
 font-size:16px;
 color:#666;
 margin-top:8px;
}
.list_contact_01_tel {
 background:url(../images/list_contact_01_tel.png) no-repeat;
 height:25px;
 padding-left:40px;
 line-height:25px;
 font-size:16px;
 color:#666;
 margin-top:8px;
}
.banner {
    position: relative;
    width: 100%;
    height: 435px;
    z-index: 0;
}
.pics {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.pics > li {
    position: absolute;
    width: 100%;
    height: 100%;
  }
.pics > li > img {
    width: 100%;
    height: 435px;
}
.btns {
    position: absolute;
    left: 47%;
    bottom: 15px;
    z-index: 2;
}
.btns > li {
    float: left;
    width: 23px;
    height: 8px;
    margin-right: 8px;
    background-image: url(../images/banner_btn.png);
    cursor: pointer;
}
.btns > li.btnhover {
    background-image: url(../images/banner_btn_hover.png);
}
.header {
    width: 100%;
    height: 150px;
    background-color: #0168b5;
 
}
.logo {
    width: 1145px;
    height: 100%;
    margin: 0 auto;
}
.logo  img {
    float: left;
    margin-top: 30px;
}
.menu {
    width: 1199px;
    height: 45px;
    margin: 0 auto;
}
.menu > li {
    position: relative;
    float: left;
    width: 109px;
    text-align: center;
    z-index: 8;
}
.menu > li > a {
    display: block;
    font: 17px/45px "Microsoft YaHei";
    color: #224366;
}
.menu > li.menuhover > a {
    color: #fff;
    background: #0168b5;
}
.submenu {
    position: absolute;
    top: 45px;
    left: 0;
    display: none;
    width: 109px;
    z-index: 8;
}
.menu > li.menuhover > .submenu {
    display: block;
}
.submenu > li {
    height: 32px;
    margin-top: 2px;
    text-align: center;
    background: #7dacdd;
}
.submenu > li > a {
    font: 15px/32px "Microsoft YaHei";
    color: #fff;
}
.submenu > li > a:hover {
    color: #8fa;
}
.link {
 height: 100px;
 background: #eee;
 padding-top:30px;
}
.container {
 width:1200px;
 margin:0 auto;
}
.link ul li {
 float: left;
}
.link ul li span {
 padding: 0 15px;
}
.link ul li:last-child span {
 display: none;
}
.title h3 {
 font-size: 22px;
 font-weight: normal;
 margin-bottom:20px;
}
.com-footer-box {
 opacity: 0;
 left: 0;
 right: 0;
 bottom: 0;
 height: 150px;
 background: #0168b5;
 width:1200px;
 margin:0 auto;
}
.com-footer-box .footer-content {
 height: 100%;
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
}
.com-footer-box .footer-content .logo1 {
 width: 367px;
 height: 70px;
}
.com-footer-box .footer-content .content {
 -webkit-box-flex: 1;
 -ms-flex: 1;
 flex: 1;
 height: 100%;
 margin-left: 140px;
 color: #fff;
}
.com-footer-box .footer-content .content .desc1 {
 margin-top: 46px;
 width:810px;
}
.com-footer-box .footer-content .content .desc2 {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 margin-top: 18px;
 width:800px;
}
.com-footer-box .footer-content .content .desc2 span {
 margin-right: 25px;
}
.com-footer-box .footer-content .content .desc2 i {
 color: #fff;
 font-size: 12px;
}
.map-marker:before {
 content:"\f041";
}
.phone:before {
 content:"\f095"
}
.envelope::before {
 content: "\f0e0";
}
.fa {
 display:inline-block;
 font:normal normal normal 14px/1 FontAwesome;
 font-size:inherit;
 text-rendering:auto;
 -webkit-font-smoothing:antialiased;
 -moz-osx-font-smoothing:grayscale
}