@charset "utf-8";
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin: 0; padding: 0;}
body,button,input,select,textarea{font: 12px/1.5 "微软雅黑",arial,tahoma,\5b8b\4f53,sans-serif; color: #333;}
body{background: #F7F7F7;}
table{border-collapse: collapse; border-spacing: 0;}
fieldset,img{border: 0}
address,caption,cite,code,dfn,em,strong,th,var{font-style: normal;}
ol,ul,li{list-style: none}
caption,th{text-align: left}
h1,h2,h3,h4,h5,h6{font-size: 100%; font-weight: normal}
q:before,q:after{content: ''}
abbr,acronym{border: 0}
ins{background:#ffa;text-decoration: none;}
a{text-decoration:none;color:#333;}
a:active{star: expression(this.onFocus=this.blur());}
:focus{outline: 0;}
a:link, a:visited{text-decoration: none;}
a:hover, a:active{text-decoration: none; border: none;}
sup{vertical-align: text-top;}
sub{vertical-align: text-bottom;}
.hide{display: none;}
.right{float:right;}
.left{float:left;}
::placeholder{color:#999;;}
.bg-green{background:#78cd51}
.bg-blue{background:#ECF4FF}
.bg-red{background:#FFD5D5}
.bg-yellow{background:#feae03;}
.bg-gray{background:#666 !important;}
.bg-gray2{background:#ddd !important;}
.bg-gray3{background:#eee;}
.bg-orange{background:#ff7800;}
.ft-blue{color:#0768FA;}
.ft-gray2{color:#BABFC8;}
.state{display:inline-block;width:65px;line-height:20px;text-align:center;color:#fff;border-radius:20px;padding:4px;}
.ml10{margin-left:10px !important;}
.ml18{margin-left:18px !important;}
.ml20{margin-left:20px !important;}.ml200{margin-left:200px !important;}
.ml50{margin-left:50px !important;}
.mr8{margin-right:8px !important;}
.mr10{margin-right:10px !important;}
.mr40{margin-right:40px !important;}
.mr12{margin-right:12px !important;}
.mr16{margin-right:16px !important;}
.mr14{margin-right:14px !important;}
.mr18{margin-right:18px !important;}
.mr20{margin-right:20px !important;}.mr40{margin-right:40px !important;}
.mr60{margin-right:60px !important;}
.mr110{margin-right:110px !important;}
.mr118{margin-right:118px !important;}.mr200{margin-right:200px !important;}
.mt10{margin-top:10px !important;}
.mt14{margin-top:14px !important;}
.mt20{margin-top:20px !important;}
.mt30{margin-top:30px !important;}
.mt60{margin-top:60px !important;}
.mt80{margin-top:80px !important;}
.mt104{margin-top:104px !important;}
.mt114{margin-top:114px !important;}
.mb10{margin-bottom:10px !important;}
.mb40{margin-bottom:40px !important;}.mb34{margin-bottom:34px !important;}
.mb30{margin-bottom:30px !important;}
.pd20{padding:10px;}
.h1200{height:1200px;} .h1250{height:1250px;}
.h1000{height:1000px;}
.ht520{height:520px !important;}.ht340{height:340px !important;}.ht260{height:260px !important;}.ht220{height:220px !important;}.ht140{height:140px !important;}.ht80{height:80px !important;}
.ft12{font-size:12px !important;}.ft14{font-size:14px !important;}.ft16{font-size:16px !important;}
.ft20{font-size:20px !important;}
.ft30{font-size:30px !important;}.ft34{font-size:34px !important;}
.dsply{display:inline-block;}
/*栅格化分布*/
.shangge-3{grid-template-columns:33.9% 33.9% 33.9%;display:grid}
.shangge-4{grid-template-columns:25% 25% 25% 25%;display:grid}
.shangge-5{grid-template-columns:20% 20% 20% 20% 20%;display:grid}
.shangge-6{grid-template-columns:17% 17% 17% 17% 17% 17%;display:grid}
/*header*/
.header .nav{display:inline-block;}
.header .navbar_nav li{float:left;position:relative;display:block}
.header .navbar_nav li:after{content:"";width:0;height:2px;position:absolute;bottom:0;left:0;transition:all 0.5s ease 0s}
.header .navbar_nav li:hover:after{width:100%}
.header .navbar_nav li a{color:#333;text-decoration:none;margin:0 7px;display:block;-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;transition:0.5s;font-size:18px;font-weight: 700}
.header .navbar_nav li div.dropdown_title{color:#333;text-decoration:none;margin:0 15px;display:block;-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;transition:0.5s;font-size:16px}
.header .navbar_nav li div.dropdown_title:hover{color:#0768FA;font-size:18px;font-weight:bold;}
.header .navbar_nav li a.current{color:#0768FA !important;font-size:20px;font-weight:bold;}

.header .navbar_nav li a:hover{color:#0768FA;font-size:20px;font-weight:bold;}
.header .navbar_nav li.dropdown{display:inherit;position:relative}
.header .navbar_nav li.dropdown .jt{width:20px;height:20px;background:url(i/top.png) no-repeat;background-size:100% 100%;display:block}
.header .navbar_nav li.dropdown .dropdown_menu{display:none;box-shadow: 2px 2px 10px #b9babf;position:fixed;top:50px;margin-top:10px;/* width:100%; */background:#FFF;border-radius:4px;padding:4px 20px;}
.header .navbar_nav li.dropdown .dropdown_menu a{font-size:14px;color:#666;padding:0px 10px;width:100%;text-align:center;background:#FFF;margin-bottom:2px;margin:auto auto 2px auto !important;    height: 42px;
    line-height: 42px;}
.header .navbar_nav li.dropdown:hover .dropdown_menu{display:block;background:#FFF;-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;transition:0.5s}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{color:#666}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{color:#0768FA;background:#d1e3ff;}
.user-drop-down{/* background:url(./images/drop-down.png) no-repeat 0px 4px; */height:13px;width:14px;display:inline-block;vertical-align:top;margin-left:2px;}
.biaoqian{border:1px solid #ddd;background:rgba(255,255,255,.5);font-size:10px !important;color:#333;border-radius:20px;height:18px;line-height:18px;margin-top:21px;padding:0px 4px;display:inline-block;vertical-align:top;}
a.biaoqian:hover,a.biaoqian:active{text-decoration：underline;color:#0768FA;border:1px solid #0768FA;}

.dropdown_menu li.dropdown2 a{display:inline-block;;}

.header .navbar_nav li.dropdown2 .dropdown_menu2{display:none;/* box-shadow: 2px 2px 10px #b9babf; */position:absolute;top: -10px;background:#F2F5F7;border-radius: 4px;padding:4px 0;margin:10px auto auto 152px !important;border:2px solid #ddd;}
.header .navbar_nav li.dropdown2 .dropdown_menu2 a{background:#F2F5F7; width: auto!important;}
.header .navbar_nav li.dropdown2:hover .dropdown_menu2{display:block;}
.header .navbar_nav li.dropdown2{display:inherit;position:relative;float:none;margin-left:-20px;}



.header .navbar_nav li a:hover{color:#0768FA;font-size:20px;font-weight:bold;}
.header .navbar_nav li.dropdown{display:inherit;position:relative}
.header .navbar_nav li.dropdown .jt{width:20px;height:20px;background:url(i/top.png) no-repeat;background-size:100% 100%;display:block}
.header .navbar_nav li.dropdown .dropdown_menu{display:none;box-shadow: 2px 2px 10px #b9babf;position:fixed;top:50px;margin-top:10px;/* width:100%; */background:#FFF;border-radius:4px;padding:4px 20px;}
.header .navbar_nav li.dropdown .dropdown_menu a{font-size:16px;color:#666;padding:0px 10px;width:100%;text-align:center;background:#FFF;margin-bottom:2px;margin:auto auto 2px auto !important;font-weight: 500}
.header .navbar_nav li.dropdown:hover .dropdown_menu{display:block;background:#FFF;-webkit-transition:0.5s;-moz-transition:0.5s;-o-transition:0.5s;transition:0.5s}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{color:#666}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{color:#0768FA;background:#d1e3ff;}
.user-drop-down{/* background:url(./images/drop-down.png) no-repeat 0px 4px; */height:13px;width:14px;display:inline-block;vertical-align:top;margin-top:4px;margin-left:2px;}
.biaoqian{border:1px solid #ddd;background:rgba(255,255,255,.5);font-size:10px !important;color:#333;border-radius:20px;height:18px;line-height:18px;margin-top:21px;padding:0px 4px;display:inline-block;vertical-align:top;}
a.biaoqian:hover,a.biaoqian:active{text-decoration：underline;color:#0768FA;border:1px solid #0768FA;}

.dropdown_menu li.dropdown2 a{display:inline-block;;}

.header .navbar_nav li.dropdown2 .dropdown_menu2{display:none;/* box-shadow: 2px 2px 10px #b9babf; */position:absolute;top: -10px;background:#F2F5F7;border-radius: 4px;padding:4px 0;margin:10px auto auto 105px !important;border:2px solid #ddd;}
.header .navbar_nav li.dropdown2 .dropdown_menu2 a{background:#F2F5F7;border-radius:4px;line-height:40px !important;}
.header .navbar_nav li.dropdown2:hover .dropdown_menu2{display:block;}
.header .navbar_nav li.dropdown2{display:inherit;position:relative;float:none;margin-left:-20px;}

/*header*/
.header-bg{height:60px;width:100%;/* background:#fff; */box-shadow:2px 2px 2px rgba(0,0,0,0.1);position:absolute;z-index:1;}
.header-box{width:1200px;text-align:center;margin:auto;height:60px;}
.header-logo{float:left;background:url(../../images/fg/logo.png) no-repeat 0px 4px;height:49px;width:165px;padding-top:4px;display:inline-block;}
.header-title{display:inline-block;width:760px;line-height:60px;vertical-align:top;}
.header-title a{font-size:16px;margin:0 15px;cursor:pointer;}
.header-user{cursor:pointer;}
ul.navbar_nav{float:right;}
#nav-top{background:rgba(255,255,255,1);height:60px;position:fixed;top:0;width:100%;z-index: 9999}
.nav-fixed{background:#fff !important;position:fixed;top:0px;z-index:999999;box-shadow:2px 2px 10px rgba(0,0,0,.5);width:100%}

.user-profile{display:inline-block;width:30px;height:30px;background:url(../../images/fg/user-profile.png) no-repeat #E6F0FE;border:1px solid #fff;border-radius:15px;}
.user-name{font-size:14px;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:124px;display:inline-block;height:30px;line-height:30px;margin-left:4px;vertical-align:top;}
.tab-header .current{font-size:18px;font-weight:bold;color:#0768FA;border-bottom:3px solid #0768FA;display:inline-block;height:56px;}
.tab-conbox{/* height:1000px;width:1200px; */width:100%;background:#fff;margin:auto;}
.position-box{font-size:14px;height:40px;line-height:40px;margin-top:10px;}
.position-box a{cursor:pointer;color:#333;}
.position-box a:visited{text-decoration:none;}
.position-box a:active,.position-box a:hover{color:#0768FA;}



.btn-box{margin-top:10px;}
.qiye-title{font-size:16px;font-weight:bold;border-left:2px solid #0768FA;padding-left:10px;height:40px;line-height:38px;margin:30px 0 20px 0;}
.qxgl a{border:1px solid #ECF4FF;box-sizing:border-box;color:#333;margin-top:-10px;height:40px;width:70px;margin-right:20px;background:#ECF4FF;display:inline-block;text-align:center;line-height:40px;border-radius:20px;}
.qxgl a:hover,.qxgl a:active{border:1px solid #0768FA;box-sizing:border-box;}
.qxgl .active{background:#0768FA;color:#fff;border:1px solid #ddd;box-sizing:border-box;}
.btn_radio{display:inline-block;margin-right:30px;}
.btn-bottom-box{width:1200px;margin:auto;text-align:center;margin-bottom:20px;}
.wt1200{width:1200px !important;}
.wt1000{width:1000px !important;}
.wt600{width:600px !important;}
.wt500{width:500px !important;}.wt520{width:520px !important;}
.wt400{width:400px !important;}
.wt360{width:360px !important;}
.wt300{width:300px !important;}
.wt200{width:200px !important;}
.width660{width:660px !important;}
.width180{width:180px !important;}
.width160{width:160px !important;}
.width150{width:150px !important;}
.width140{width:140px !important;}
.width100{width:100px !important;}
.width90{width:90px !important;}
.width80{width:80px !important;}
.width40{width:40px !important;}
.fwbold{font-weight:bold;}
.btn-blue2{background-color:#3986FB !important;color:#fff !important;}

.content-box{/* margin-top:70px; */margin:70px auto auto auto;width:1200px;}

/*-------------------- 附件上传 --------------------*/
.formatmin{width:60px;height:60px;background:url(images/grzx-ykj-icon2.png) no-repeat;}
.xlsx,.xls,.xlsb,.xlsm,.xlst{background-position:-7px -802px;}
.docx,.doc{background-position:-7px -406px;}/* word图标 */
.txt{background-position:-7px -274px;}/* txt图标 */
.ppt,.pptx{background-position:-7px -736px;}/* PPT图标 */
.aiff,.au,.midi,.mp3,.wav,.ra,.rm,.swa,.wma,.aui,.qt{background-position:0 -440px}
.pdf{background-position:-7px -340px;}/* pdf图标 */
.mpeg,.avi,.mov,.asf,.wmv,.f4v,.flv,.navi,.mkv,.mpg,.dat,.rmvb,.rmhd{background-position:-7px -538px;}/* 视频图标 */
.rar,.zip{background-position:-7px -142px;}/* 压缩文件图标 */
.noknown,.unknown{background-position:-7px -868px} /* //其他未知的格式 */
.ykj-tb-icon1{background-position:-7px -11px;}/* 文件夹图标 */
.ykj-tb-icon4{background-position:-7px -472px;}/* 图片图标 */
.ykj-tb-icon8{background-position:-7px -76px;}/* 安装文件图标 */
.ykj-tb-icon9{background-position:-7px -208px;}/* url、aep、prprooj图标 */
.ykj-tb-icon10{background-position:-7px -604px;}/* 音乐图标 */
.ykj-tb-icon11{background-position:-7px -670px;}/* PSD图标 */
.btn-bar{}

/*=====search=====*/
.first-search-box{position:absolute;z-index:2;top:200px;left:140px;}
.search-font{font-size:44px;color:#fff;text-shadow:1px 1px 2px rgba(0,0,0,.5);letter-spacing:4px;margin-bottom:20px;}
.search-input .input-text{font-size:14px;padding:11px 12px;width:440px;}
.search-input a.btn{background:#f13939;color:#fff;border:1px solid #f13939;position:absolute;width:80px;height:45px;line-height:45px;margin-left:-10px;border-top-left-radius:0px;border-bottom-left-radius:0px;}
.search-input a.btn:hover{background:#e52828;}
.search-input a.btn:active{background:#f13939;}
.search-input .input-text:hover{border:1px solid #f13939;}

.first-header{height:560px;margin:60px auto auto auto;width:100%;}
.first-content{width:1200px;margin:auto;height:100%;}
/*=====热门服务=====*/
.services-box{width:756px;display:inline-block;vertical-align:top;}
.services-title{font-size:22px;margin-bottom:20px;}
.services-title img{vertical-align:-8px;}
.zc-services-title{font-size:22px;}
.services-btn{vertical-align:top;display:inline-block;margin:auto;width:240px;height:120px;background:#1a48e3;border-radius:4px;}
.services-btn-font{width:100px;color:#fff;font-size:20px;display:inline-block;margin-left:24px;margin-top:24px;}
.services-bg1{background:url(./images/hot-1.png) no-repeat;}
.services-bg2{background:url(./images/hot-2.png) no-repeat;}
.services-bg3{background:url(./images/hot-3.png) no-repeat;}
.services-bg4{background:url(./images/hot-4.png) no-repeat;}
.services-bg5{background:url(./images/hot-5.png) no-repeat;}
.services-bg6{background:url(./images/hot-6.png) no-repeat;}
.services-bg7{background:url(./images/hot-7.png) no-repeat;}
.services-bg8{background:url(./images/hot-8.png) no-repeat;}
.services-bg9{background:url(./images/hot-9.png) no-repeat;}
.services-btn:hover{cursor:pointer;opacity:0.9;text-shadow:1px 1px 4px #1a48e3;box-shadow:2px 2px 4px #1a48e3;}
.services-btn:active{opacity:1;}
/*=====更多服务=====*/
.more-services{width:420px;display:inline-block;vertical-align:top;}
.more-btn{box-shadow:2px 2px 4px #ddd;width:200px;height:66px;line-height:66px;border-radius:4px;background:#ecf4ff;border:1px solid #ecf4ff;display:inline-block;color:#333;font-size:18px;}
.more-btn img{margin:22px 10px 0 20px;vertical-align:top;}
.more-btn:hover{background:#deeafa;border:1px solid #ecf4ff;cursor:pointer;}
.more-btn:active{background:#ecf4ff;border:1px solid #ecf4ff;}
.font-c{text-align:center;}
/*=====为您推荐=====*/
.recommend-box{width:138px;height:158px;display:inline-block;vertical-align:top;font-size:18px;color:#fff;text-align:center;line-height:158px;}
.recommend-bg1{background:url(./images/recommend-1.png) no-repeat;}
.recommend-bg2{background:url(./images/recommend-2.png) no-repeat;}
.recommend-bg3{background:url(./images/recommend-3.png) no-repeat;}
.recommend-bg4{background:url(./images/recommend-4.png) no-repeat;}
.recommend-bg5{background:url(./images/recommend-5.png) no-repeat;}
.recommend-box:hover{opacity:0.9;cursor:pointer;}
.recommend-box:active{opacity:1;}
/*=====广告位=====*/
.right-bottom{float:right;margin-top:20px;width:420px;height:234px;background:#fff;/* background:url(./images/right-bottom1.png) no-repeat; */}
.right-bottom-title{font-size:20px;color:#fff;margin-left:30px;margin-top:30px;}
.right-bottom-font{letter-spacing:2px;font-size:14px;color:#fff;margin-left:30px;margin-right:30px;margin-top:10px;}
.right-bottom:hover{opacity:0.9;cursor:pointer;}
.right-bottom:active{opacity:1;}
/*=====footer=====*/
.footer-box{width:100%;height:120px;background:#F5F6F8;font-size:14px;color:#333;margin-top:30px;}
.footer-content{width:1200px;/* height:120px;line-height:60px; */margin:auto;text-align:center;padding:30px 20px;}
.footer-font{display:inline-block;}
.footer-font a{margin:0 10px;}
.footer-font a:hover{color:#0768FA;cursor:pointer;}
.footer-font a:active{color:#0954c3;}
/*=====轮播图=====*/
.item-lk{
width:100%;
}
.item-img{
	width:100%;
    transition: 0.7s transform;
	margin-top: -80px;
}
/* .item-lk img {width:100%;} */
.slider-wrap {position: relative;width: 100%;height: 580px;}
.slider {height: 100%;}
.slider .slider-list {position: relative;height: 100%;}
.slider .slider-list .item {display: none;position: absolute;top: 0;left: 0;width: 100%;height: 100%;overflow: hidden;}
.slider .slider-list .item.cur {display: block;}
.yuan {position: absolute;left: 50%;bottom: 16px;transform: translateX(-50%);-webkit-transform: translateX(-50%);-moz-transform: translateX(-50%);}
.yuan .yuan-item {display: block;position: relative;float: left;width: 50px;height: 18px;margin-right: 1px;cursor: pointer;}
.yuan .yuan-item::after {content: "";display: block;position: absolute;top: 4px;left: 4px;width: 40px;height: 4px;background: rgba(255, 255, 255, .8);border-radius: 4px;box-sizing: border-box;}
.yuan .yuan-item.cur::after {background:#0768FA;}
.yuan .yuan-item::before {content: "";display: block;width: 48px;height: 12px;background-color: rgba(7, 104, 250, 0);border-radius:10px;}
.yuan .yuan-item.cur::before { }
.btn-group {width: 100%;}
.btn-group .btn-left,
.btn-group .btn-right {position: absolute;width: 50px;height: 50px;line-height: 50px;font-size: 30px;text-align: center;color: #fff;background: rgba(255, 255, 255, .5);border-radius: 50%;cursor: pointer;font-family: "宋体";}
.btn-group .btn-left {left: 15px;top: 50%;margin-top: -25px;}
.btn-group .btn-right {right: 15px;top: 50%;margin-top: -25px;}
.btn-group .btn-left:hover,
.btn-group .btn-right:hover{background:rgba(255,255,255,.8);color:#0768FA;box-shadow:2px 2px 6px rgba(0,0,0,.5)}

/*翻页*/
#index-b06{width:99% !important;height:270px !important;}
#index-b06 .dots{position: absolute;left: 0;right: 0;bottom:80px;}
#index-b06 .dots li{display: inline-block;width: 10px;height: 10px;margin:0 4px;text-indent: -999em;border: 2px solid #fff;border-radius: 6px;cursor: pointer;opacity: .4;-webkit-transition: background .5s, opacity .5s;-moz-transition: background .5s, opacity .5s;transition: background .5s, opacity .5s;}
#index-b06 .dots li.active{background: #fff;opacity: 1;}
#index-b06 .arrow{position: absolute;top:0px;}
#index-b06 #al{height:165px;margin-left:15px;width:24px;font-size:20px;font-weight:bold;font-family: "宋体" !important;}
#index-b06 #ar{right:13px;font-size:20px;font-weight:bold;font-family: "宋体" !important;}
#index-b01 ul li{margin-top:-14px;}
.index-banner{/* position: absolute; */overflow: hidden;}
.index-banner li{list-style: none;}
.index-banner ul li{float:left;height:260px !important;}
.unslider-arrow-box1{margin-top:-50px;float:right;margin-right:16px;}
.index-banner2{/* position: absolute; */overflow: hidden;}
.index-banner2 li{list-style: none;}
.index-banner2 ul li{float:left;height:158px !important;}

.unslider-arrow{display:inline-block;width:26px;height:26px;line-height:26px;border-radius:4px;background:#fff;text-align:center;color:#0768FA;border:1px solid #0768FA;}
.unslider-arrow:hover{display:inline-block;width:26px;height:26px;line-height:26px;border-radius:4px;background:rgba(07,104,250,.1);text-align:center;color:#0768FA;border:1px solid #0768FA;}
.unslider-arrow:active{background:#fff;}
.unslider-arrow.prev{}
.unslider-arrow.next{margin-left:2px;}

.unslider-box{margin-top:-48px;float:right;}
.unslider_btn{display:inline-block;width:26px;height:26px;line-height:26px;border-radius:4px;background:#fff;text-align:center;color:#0768FA;border:1px solid #0768FA;}
.unslider_btn:hover{display:inline-block;width:26px;height:26px;line-height:26px;border-radius:4px;background:rgba(07,104,250,.1);text-align:center;color:#0768FA;border:1px solid #0768FA;}
.unslider_btn:active{background:#fff;}
.unslider-arrow.prev{}
.next.unslider_btn{margin-left:2px;}

/*翻页2*/
.unslider-arrow-box{margin-top:-38px;float:right;margin-right:16px;}
.unslider-arrow-box2{margin-top:-38px;float:right;}
.tab-fanye span{display:inline-block;width:15px;height:5px;border-radius:4px;background:#E4E7EA;border:1px solid #E4E7EA;cursor:pointer;}
.tab-fanye span.current{background:#0768FA;color:#fff;border:1px solid #0768FA;}

/*用户*/
.user-photo{display:inline-block;height:30px;padding:15px 0px;}
.user-info{margin-left:14px;/* display:none; */position:absolute;margin-top:8px;width:130px;text-align:left;background:#fff;padding:10px 0;border-radius:4px;box-shadow:2px 2px 10px rgba(0,0,0,.2)}
.user-btn{padding:14px 20px;width:90px;display:inline-block;}
.user-btn:hover{background:#ECF4FF;color:#0768FA;}
.user-btn:active{background:#D2E4FC;}
.user-login-btn{display:inline-block;height:60px;line-height:60px;margin-left:7px;}
.user-register{display:inline-block;margin-left:7px;}
.user-register:hover{color:#0768FA;}

/*我的诉求*/
.contenter-table-box{margin-top:10px;}
.content-name-title{height:80px;line-height:80px;}
.content-name{float:left;width:780px;background:#fff;border-radius:4px;font-weight:bold;}
.content-name span{border-radius:4px;width:3px;height:30px;background:#0768FA;display:inline-block;vertical-align:-10px;margin-left:20px;margin-right:10px;}
.liucheng-box{float:right;width:400px;height:80px;background:#fff;font-size:12px;margin:auto;text-align:center;}
.liucheng-title{height:14px;float:left;line-height:14px;margin:10px 10px 10px 28px;}
.liucheng-content{height:30px;float:left;width:356px;line-height:30px;margin-left:16px;}
.liucheng-buzou1{display:inline-block;background:url(./images/liucheng-bg1.png) no-repeat;margin-left:10px;height:30px;width:110px;line-height:30px;}
.liucheng-buzou2{display:inline-block;background:url(./images/liucheng-bg2.png) no-repeat;margin-left:-6px;height:30px;width:120px;line-height:30px;}
.liucheng-icon{font-size:18px !important;margin-right:6px;}
.liucheng-icon2{font-size:18px !important;margin-right:6px;}
.liucheng-font{vertical-align:2px;}
.contenter-table{width:1200px;margin-top:20px;background:#fff;border-radius:4px;}

/*查询*/
.search-box{background:#fff;padding:10px 20px;margin:10px;border-radius:5px;}
.float-search-box{background:#fff;padding:10px 20px;border-radius:5px;position:fixed;z-index:999;top:0px;width:100%;border-bottom:1px solid #ddd;}
.search-table th,.search-table td{padding:6px 0;white-space:nowrap;color:#333}
.search-table th{font-weight:normal;text-align:right}
.search-table td{padding-right:10px}
.search-table td label{vertical-align:2px;margin:0 15px 0 5px;}
.date-w{width:107px !important}
.date-y{width:92px !important;margin-right:3px}
.btn-bar{text-align:left;margin:10px;position:relative;}
.simple-table-hide:hover{overflow:auto;text-overflow:clip;line-height:24px;overflow:visible;white-space:normal;word-wrap: break-word;text-align:left;}
.simple-table-slh td{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;}
/*== btn ==*/
.search-table{width:100%;}
.select{border-radius:4px !important;width:100%;padding:8px 12px;border:1px solid #ddd;appearance:none;-moz-appearance:none;-webkit-appearance:none;background:url(./images/select-down.png) no-repeat  right center;color:#333;vertical-align:middle;box-sizing:border-box;}
.select::-ms-expand{display:none;}
.contenter-search{padding:20px 30px;}
.table-ft span{vertical-align:3px;}
.table-slh{width:520px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:left;}

/*== 弹窗-详情 ==*/
.tc-xq-box{padding:20px;}
.tc-xq-titile{float:left;font-weight:bold;}
span.title-jx{background:#0768FA;height:30px;width:3px;border-radius:4px;margin-right:10px;display:inline-block;vertical-align:-10px;}
.tc-xq-pj{width:80px;height:80px;color:#0768FA;text-align:center;display:inline-block;}
.tc-xq-pj2{width:80px;height:80px;color:#999;text-align:center;display:inline-block;}
.tc-xq-pj2 img{margin-bottom:10px;}
.tc-xq-pj img{margin-bottom:10px;}
.tc-pingjia-img{text-align:center;}
.pingjia-tupian-img{width:80px;height:80px;}
.pingjia-box{}
.pingjia-tc-box{display: inline-block;cursor:pointer;vertical-align:top;}
.pingjia-tc-box .pingjia-moren{color:#333;background:#f9f9f9;display: inline-block;width:80px;height:140px;line-height:50px;margin-top:20px;text-align:center;padding:40px;border-radius:10px;border:2px solid #ddd;font-size:18px;}
.pingjia-tc-box .active{color:#0768FA !important;background:#ECF4FF;border:2px solid #0768FA;}
.pingjia-tc-box i.icon{font-size:80px;}
.tc-xq-ft{text-align:center;}

.table-zanwushuju{margin-top:-1px;border:1px solid #ddd;border-top:none;padding:100px 10px;text-align:center;margin-bottom:10px;}
.table_fudong_info{display:inline-block;}
.table_fudong_ft{position:absolute;box-shadow:2px 2px 6px rgba(0,0,0,.5);background:#fff;padding:2px 6px;margin-top:4px;color:#333;border-radius:4px;border:1px solid #ddd;}
.tc-xiangqing,.tc-banjie,.tc-pingjia{display:inline-block;}

/*载体服务*/
.content-zt-ss{float:left;width:880px;background:#fff;border-radius:4px;font-weight:bold;text-align:center;}
.content-zt-ss a.btn{margin-left:-4px;border-top-left-radius:0px;border-bottom-left-radius:0px;}
.content-zt-px{float:right;width:300px;height:80px;background:#fff;margin:auto;text-align:center;border-radius:4px;}
.content-zt-px p{display:inline-block;}
.contenter-float{position:absolute;z-index:9;right:6px;height:70px;padding:15px 0;width:100px;box-shadow:0px 0px 10px rgba(0,0,0,.2);background:#fff;border-radius:4px;margin-top:-72px;text-align:center;}
.contenter-float-btn{color:#0768FA;}
/* .ztyq a{border:1px solid #ECF4FF;box-sizing:border-box;color:#333;margin-top:10px;height:40px;line-height:40px;margin-right:10px;margin-bottom:10px;background:#ECF4FF;display:inline-block;text-align:center;border-radius:20px;padding:0px 20px;} */
/* .ztyq a:hover,.qxgl a:active{border:1px solid #0768FA;box-sizing:border-box;} */
.ztyq .active{background:#0768FA;color:#fff;border:1px solid #ddd;box-sizing:border-box;}
.ztyq{white-space:normal;word-break:break-all;width:1100px;}
.ztyq-tb{display:inline-block;margin-top:20px;}
.ztfw-liebiao-box{margin:auto;width:100%}
.ztfw-liebiao{margin-top:30px;border:2px solid #fff;display:inline-block;max-width: calc(8px + 354px);height:462px;padding:10px;background:#fff;border-radius:4px;text-align:center;}
.ztfw-liebiao:hover{box-shadow:2px 2px 12px rgba(0,0,0,.2);border: 2px solid #fff;}
.ztfw-liebiao:active{border:2px solid #0768FA;}
.ztfw-lb-img{overflow:hidden;width:360px;height:260px;background:#F6F6F6;text-align:center;margin:auto;display:inline-block;border-radius:4px;}
.ztfw-lb-img img{width:360px;height:260px;}
.lb-title{/* height:28px; */width:360px;line-height:28px;vertical-align:top;display:inline-block;margin-top:10px;text-align:left;}
.lb-title span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2;text-align:justify;}
.lb-title-left{font-size:24px;margin-left:10px;width:240px;text-align:left;display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1 !important;text-align:justify;}
.lb-title-right{font-size:14px;color:#999;margin-right:10px;}
.ztfw-lb-dz{margin-top:20px;text-align:left;display:inline-block;vertical-align:top;}
.ztfw-lb-dz i{color:#333;margin-left:10px;margin-right:10px;vertical-align:5px;font-size:18px;}
.lb-dz-ft{color:#999;display:inline-block;width:320px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.ztfw-lb-bottom{border-top:1px solid #ddd;text-align:center;margin:20px auto;width:340px;}
.lb-bt-left{float:left;border-right:1px dashed #ddd;width:142px;text-align:left;margin-top:18px;}
.lb-bt-left-bottom{margin-top:4px;}
.bt-left-orange{color:#EA5B08;font-size:24px;font-weight:bold;}
.bt-left-gray{color:#999;}
.lb-bt-right{float:left;width:150px;text-align:left;margin-top:18px;margin-left:20px;}
.bt-left-dianhua{font-size:24px;font-weight:bold;color:#0768FA;}

/*载体服务-详情*/
.ztfw-xq-bgimg{z-index:0;width:100%;position:absolute;left:0;top:60px;overflow:hidden;height:460px;background:url(./images/ztfw-xq-bgimg.jpg) no-repeat -10px -420px;}
.ztfw-xq-box{z-index:2;position:relative;top:240px;}
.ztfw-xq-title{font-size:30px;font-weight:bold;color:#fff;text-shadow:2px 2px 2px rgba(0,0,0,.5);margin-bottom:40px;}
.ztfw-xq-shuju-box{height:160px;width:1200px;background:#fff;border-radius:6px;margin-bottom:40px;text-align:center;}
.ztfw-xq-shuju{/* border-right:1px dashed #ddd; */width:290px;text-align:center;margin-top:50px;display:inline-block;vertical-align:top;}
.ztfw-xq-shuju-wenzi{font-size:16px;}
.ztfw-xq-shuju-shuzi{font-size:28px;color:#EA5B08;font-weight:bold;}
.ztfw-xq-js{margin-bottom:30px;}
.ztfw-xq-js-title{font-size:20px;color:#0768FA;font-weight:bold;display:inline-block;}
.ztfw-xq-js-title-icon{display:inline-block;height:24px;width:24px;border-radius:20px;border:1px dashed #0768FA;line-height:20px;text-align:center;vertical-align:3px;}
.ztfw-xq-js-title-icon span{display:inline-block;height:12px;width:12px;background:#0768FA;border-radius:10px;}
.ztfw-xq-js p{font-size:16px;margin-top:20px;line-height:40px;letter-spacing:2px;}

.ztfw-xq-xx-box{margin-bottom:40px;}
.ztfw-xq-xx-icon{max-width:calc(-2px + 220px);margin-bottom:20px;text-align:left;height:80px;display:inline-block;background:#fff;box-shadow:0px 0px 8px rgba(0,0,0,.1);border-radius:4px;}
.ztfw-xq-xx-icon i.icon{font-size:40px;margin-right:10px;color:#0768FA;margin-left:30px;}
.ztfw-xq-xx-icon-box{margin-top:20px;width:1200px;}
.xx-icon-ft{display:inline-block;margin-top:14px;text-align:left;}
.xx-ft-gray{font-size:14px;color:#999;margin-bottom:2px;}
.xx-ft-black{font-size:18px;}
.ztfw-xq-pt-icon-box{margin-top:20px;height:80px;line-height:80px;width:100%;background:#fff;display:inline-block;border-radius:4px;box-shadow:0px 0px 10px rgba(0,0,0,.1);}
.ztfw-xq-pt-icon{text-align:center;width:120px;display:inline-block;margin:0 30px 0 20px;}
.ztfw-xq-pt-icon i.icon{font-size:30px;display:inline-block;margin-right:10px;}
.ztfw-xq-pt-icon p{font-size:16px;display:inline-block;vertical-align:top;}
.ztfw-xq-lj-wenzi{/* height:280px; */padding: 10px 0px 10px 0px;width:100%;display:inline-block;box-shadow:0px 0px 10px rgba(0,0,0,.1);background:#fff;border-radius:4px;margin-top:20px;}
.ztfw-xq-lj-th{margin-top:0px;line-height:60px;width:120px;margin-left:40px;margin-right:20px;display:inline-block;}
.ztfw-xq-lj-td{margin-top:0px;display:inline-block;vertical-align:top;line-height:60px;}
.ztfw-xq-lj-td p{height:60px;}
.ztfw-xq-lj-td img{width:126px;/* height:126px; */display:inline-block;margin-top:12px;}
.ztfw-xq-dh-icon{background:#fff;height:80px;width:80px;line-height:80px;vertical-align:12px;display:inline-block;text-align:center;border-radius:40px;box-shadow:0px 0px 10px rgba(0,0,0,.1);color:#0768FA;}
.ztfw-xq-dh-icon i.icon{font-size:40px;}
.ztfw-xq-dh-ys{display:inline-block;margin-right:120px;}
.ztfw-xq-dh-wenzi{display:inline-block;margin-left:20px;}
.ztfw-xq-dh-wenzi p.gray{font-size:14px;color:#999;margin-bottom:10px;}
.ztfw-xq-dh-wenzi p.blue{font-size:20px;color:#0768FA;}
.ztfw-xq-tp{overflow:hidden;height:600px;width:100%;display:inline-block;background:#fff;box-shadow:0px 0px 10px rgba(0,0,0,.1);margin-top:30px;margin-bottom:50px;}
.jcarousel-skin-pika li a img{width:100px;}
.pika-imgnav{display:none !important;overflow:hidden;}

/*复选*/
.user-sex{margin-top:5px;}
.ztyq-btn-box{margin:6px 7.5px;display:inline-block;}
.icheckbox_sm-blue, .radio_sm-blue {display:inline-block;padding:0 20px;font-size: 14px;line-height: 36px;color: #333;background:#ECF4FF;border-radius:20px;cursor: pointer;text-align: center;border: #ECF4FF solid 2px;}
.icheckbox_sm-blue:hover, .radio_sm-blue:hover{border: #0768FA solid 2px;}
.icheckbox_sm-blue.checked, .radio_sm-blue.checked {background:#0768FA;color:#fff;border: #0768FA solid 2px;}
.icheckbox_sm-blue.disabled, .radio_sm-blue.disabled {opacity: 0.6;cursor: default;}
.icheckbox_sm-blue.disabled:hover, .radio_sm-blue.disabled:hover{border-color: #ccc;}
.icheckbox_sm-blue.checked:hover, .radio_sm-blue.checked:hover{border-color: #0095ff;}
/*活动服务*/
.hdfw-right-img{position:absolute;margin-left:294px;margin-top:-12px;}
.hdfw-right-img p{margin-top:-65px;color:#fff;margin-left:20px;
transform:rotate(45deg);
-ms-transform:rotate(45deg);/*IE9*/
-moz-transform:rotate(45deg);/*Firefox*/
-webkit-transform:rotate(45deg);/*Safari/Chrome*/
-o-transform:rotate(45deg);/*Opera*/
}
.hdfw-lb-dz{margin-top:10px;text-align:left;display:inline-block;vertical-align:top;}
.hdfw-lb-dz i{color:#333;margin-right:10px;vertical-align:5px;font-size:18px;}
.hd-title-left{font-size:24px;}
.hdfw-img-title{width:280px;position:absolute;font-size:30px;font-weight:bold;color:#fff;text-shadow:2px 2px 6px rgba(0,0,0,.5);margin:60px 10px 10px 46px;text-align:justify;}
.hdfw-liebiao{box-shadow: 2px 2px 12px rgba(0,0,0,.1);margin-top:20px;border:2px solid #fff;display:inline-block;max-width: calc(8px + 354px);padding:10px;background:#fff;border-radius:10px;text-align:center;}
.hdfw-liebiao:hover{box-shadow:2px 2px 12px rgba(7,104,250,.5);border: 2px solid #fff;}
.hdfw-liebiao:active{border:2px solid #0768FA;}
.hdfw-lb-img{overflow:hidden;width:360px;height:260px;background:#ddd;text-align:center;margin:auto;display:inline-block;border-radius:4px;}
.hdfw-lb-img img{/* width:360px; */height:260px;}
.hdfw-xq-main-img div.hdfw-img-title{width:400px !important;}
.hdfw-xq-box1{height:450px;border-radius:4px;background:#fff;padding:30px 30px 0 30px;margin-bottom:30px;}
.hdfw-xq-title1{height:42px;line-height:42px;width:100%;}
.ft-title{font-size:26px;width:1150px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:bold;}
.hdfw-xq-bmrs{margin-top:10px;margin-bottom:30px;}
.hdfw-xq-bmrs p{display:inline-block;margin-right:30px;}
.hdfw-xq-main-box{}
.hdfw-xq-main-img{background:##333333;height:300px;width:420px;overflow:hidden;border-radius:4px;margin-right:40px;display:inline-block;}
.hdfw-xq-main-img img{height:300px;width:500px;}
.hdfw-xq-main-wenzi{width:612px;display:inline-block;vertical-align:top;}
.hdfw-xq-main-wenzi .form-table th{color:#999;padding:6px 5px !important;}
.hdfw-xq-main-wenzi .form-table td{padding:6px 5px !important;}
.hdfw-xq-main-neirong{width:600px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.hdfw-xq-btn-bm{position:relative;cursor:pointer;color:#fff;background:#0768FA;border-radius:30px;height:50px;width:160px;line-height:50px;font-size:16px;float:right;text-align:center;margin-top:-46px;}
.hdfw-xq-main-cantent{background:#fff;padding:30px;}
.hdfw-xq-main-cantent .qiye-title{margin-top:0px !important;}
.hdfw-xq-main-tupnr img{width:100%;}
.hdfw-lb-title{/* height:28px; */width:360px;line-height:28px;vertical-align:top;display:inline-block;margin-top:10px;margin-bottom:6px;text-align:left;}
.hdfw-lb-title span{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:1;text-align:justify;}

/*==查询条件的收缩折叠==*/
.search-nav2{transition: all 0.5s ease 0s;/*position:fixed;*/}
.search-nav-mini.nav2{/* overflow:visible; */height:150px;overflow: hidden;}
.search-nav-mini.nav2 .search-nav-hide>th{display:none;}
.search-nav-mini.nav2 .search-nav-hide>td{display:none;}
.search-nav-top{cursor:pointer;width:100%;text-align:center;margin-top:4px;height:40px;}
/*==弹窗的按钮==*/
.tangchuan-btn{text-align:left;margin-bottom:20px;}
.tangchuan-btn2{background:#f4f4f4;width:100%;height:80px;line-height:80px;position:absolute;bottom:0;text-align:center;}
.hdfw-qiye-tc-nr{height:340px;overflow-y:scroll;scroll-color:#fff;scrollbar-color: #ccc #fff;

  }
  ::-webkit-scrollbar-track {
      background-color: #fff;
    }
	
/*==八大==*/
.ba-cyjj-box1{width:1200px;background:#fff;display:inline-block;margin-top:20px;}
.ba-cyjj-box1 .cyjj-dabiaoti{font-size:26px;font-weight:bold;background:url(./images/bada6.png) no-repeat;height:164px;width:100%;text-align:center;line-height:130px;color:#0768FA;}
.xuanxiangka-box{margin-top:-40px;width:100%;padding-bottom:30px;}
/*==================选项卡==================*/
/*.clearfix:after{content:"\20";display:block;height:0;clear:both;visibility:hidden}.clearfix{zoom:1}*/
.tab-header-fw{overflow-x:auto;overflow-y:hidden;white-space: nowrap;box-sizing:border-box;text-align:center;}
.tab-header-fw span{cursor:pointer;display:inline-block;color:#333;height:50px;line-height:50px;padding:0 10px;margin:0px 100px -1px 100px;border-radius:5px 5px 0 0;font-size:22px;}
.tab-header-fw span.current{color:#0768FA;background:#fff;/* border-bottom:3px solid #FFA36C; */box-sizing:border-box;}
.tab-conbox{display: none;}
.xuanzhong{display:none;}
.tab-header-fw span.current .xuanzhong{display:block;width:28px;height:3px;background:#FFA36C;margin-top:-4px;margin-left:auto;margin-right:auto;border-radius:4px;}
.tab-header-fw span.current .bada-xz{display:block;width:30px;height:3px;color:#FFA36C;}
.fwjj-img{/* margin-top:40px; *//* margin-left:60px; */margin-right:40px;display:inline-block;}
.fwjj-right-wenzi{display:inline-block;/* width:600px; */font-size:16px;/* margin-top:40px; */text-align:justify;vertical-align:top;text-indent:34px;line-height:28px;}
.fwjj-right-wenzi2{display:inline-block;width:600px;text-align:justify;font-size:16px;margin-top:30px;text-align:left;vertical-align:top;line-height:28px;}
.fwjj-right-wenzi2 img{vertical-align:-3px;}
.fwjj-right-wenzi3{display:inline-block;margin-top:40px;text-align:justify;vertical-align:top;line-height:26px;letter-spacing:-1px;}
.fwjj-right-wenzi4{display:inline-block;;margin-top:20px;text-align:center;margin-right:60px;}
.fwjj-right-wenzi4 img{width:80px;}

.fwjj-right-sj{display:inline-block;/* width:600px; */margin-top:20px;text-align:center;}
.fwjj-shuju1{display:inline-block;line-height:24px;padding-right:60px;border-right:1px solid #EAEBEE;}
.fwjj-shuju1 p{text-align:left;}
.fwjj-shuju2{display:inline-block;line-height:24px;padding-right:60px;padding-left:20px;border-right:1px solid #EAEBEE;}
.fwjj-shuju3{display:inline-block;line-height:24px;padding-left:20px;}
.fwjj-shuju2 img{width:40px;}
.suojin{text-indent:34px;}
.ba-cyjj-box2{background:#fff;width:100%;margin-top:30px;padding-bottom:30px;}
.cyjj-dabiaoti2{font-size:22px;color:#0768FA;text-align:center;padding-top:30px;}
.cyjj-dabiaoti2 .xuanzhong{display:block;width:28px;height:3px;background:#FFA36C;margin:10px auto;border-radius:4px;}
.rongyu-img{margin-top:-120px;display:inline-block;position:absolute;}
.rongyu-img img{width:450px;}
.rongyu-wenzi{margin-left:140px;display: inline-block;padding-bottom:30px;}
.rongyu-img2{display:inline-block;height:114px;width:8px;text-align:left;}
.rongyu-wenzi2{display:inline-block;vertical-align:2px;line-height:34px;}
.ba-cyjj-box3{background:#fff;width:100%;margin-top:30px;margin-bottom:30px;padding-bottom:60px;}
.sblc-wenzi{background:url(./images/bada2.png) no-repeat;width:1070px;height:490px;margin:20px auto;}
.sblc-wenzi-1{width:230px;padding-top:20px;display:inline-block;margin-right:34px;vertical-align:top;}
.sblc-wenzi-title{font-size:18px;text-align:center;margin-left:40px;}
.sblc-wenzi-neirong{margin:30px auto auto auto;width:180px;text-align:justify;letter-spacing:-0.5px;}
.sblc-wenzi-box2{margin-left:144px;width:820px;margin-top:42px;}
.sspy-fwjj-right-wenzi{display:inline-block;width:600px;font-size:16px;margin-top:30px;text-align:justify;vertical-align:top;text-indent:34px;line-height:28px;}
.shangshi-wenzi{text-align:center;margin-right:auto;margin-left:auto;}
.fengexian{border-bottom:1px solid #ddd;display:inline-block;margin:auto;}
.shangshi-img{width:85px;height:85px;}
.cyjj-qyzwpj{background:url(./images/bada8.png) no-repeat;height:440px;width:1030px;display:inline-block;}
.cyjj-qyzwpj2{background:url(./images/bada13.png) no-repeat;height:440px;width:1030px;display:inline-block;}
.qyzwpj-box{text-align:left;}
.qyzwpj-title{display:inline-block;margin-right:90px;margin-left:70px;}
.qyzwpj-wenzi{display:inline-block;margin-top:24px;vertical-align:top;text-align:center;}
.qyzwpj-ys-title{margin-bottom:30px;}
.qyzwpj-ys-neirong{text-align:justify;}
.qyzwpj-title2{display:inline-block;margin-right:40px;margin-left:70px;margin-top:114px;}
.qyzwpj-wenzi2{display:inline-block;vertical-align:top;text-align:center;}
.qyzwpj-wyy{margin-top:63px;margin-right:87px;}



/*==================2024-1-4 hejw add==================*/
.content-box2{margin:60px auto;width:1200px;}
.module-box{width:1080px;padding:40px 60px;background:#fff;display:inline-block;margin-top:30px;position: relative;border-radius:5px;}
.module-box .toptitle{text-align: center;font-size: 26px;font-weight: bold;color:#0768FA;background:url(./images/bada6.png) no-repeat;width:1200px;height:164px;line-height: 164px;margin:-60px 0 0 -60px;}
.module-img{margin-right:40px;display:inline-block;}
.module-right{display:inline-block;width:590px;text-align:justify;font-size:16px;text-align:left;vertical-align:top;line-height:28px;}
.module-right h2{font-size:18px;font-weight:bold;color:#0768FA;margin:10px 0;}
.module-box h3{font-size:22px;font-weight:bold;color:#0768FA;line-height:55px;position:relative;text-align:center;margin-bottom:30px;}
.module-box h3 span{ display: block;width: 28px;height: 3px;background: #FFA36C;margin: 0 auto;border-radius: 4px;}
.rdlc{background:url(./images/dlqy2.png) no-repeat;width:1057px;height:473px;position:relative;margin:0 auto;}
.rdbox{width:220px;height:220px;position:absolute;}
.rdbox h2{text-align:center;font-size: 14px;color:#333;line-height:56px;}
.rdbox p{width:160px;margin:30px auto 0 auto;font-size: 14px;color:#333;line-height:24px;}
.rddw1{left:0;top:0;}
.rddw2{left:258px;top:0;}
.rddw3{left:520px;top:0;}
.rddw4{left:780px;top:0;}
.rddw5{left:596px;top:254px;}
.rddw6{left:180px;top:254px;text-align:center;}
.tab-conbox2{/* height:1000px;width:1200px; */width:100%;background:#fff;margin:auto;padding-top:40px;}
.cols {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;/* margin:0 40px 60px 40px; */}
.colbox {width:460px;margin:0 40px;height:285px;position:relative;}
.colbox h2{background:#fff;width:400px;height:56px;line-height:56px;border:solid 1px #F2F2F2;box-shadow:0 6px 14px #EAEDF4;border-radius:5px;text-align: center;font-size:14px;margin:0 auto;border-radius:5px;position:relative;z-index:2;}
.colbox .cont-box{/* width:380px; */height:200px;background:#F4F9FE;border:dotted 1px #CAE2FB;border-radius:10px;margin-top:-28px;position:relative;z-index:1;padding:50px 40px 0 40px;line-height:30px;text-align:justify;}
.toptext{font-size:16px;color:#333;line-height:36px;}
.fhimg{text-align:center;margin-top:30px;}
.cols2{display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-top:30px;}
.colbox2{width:32%;margin:0.65%;height:80px;background:#E0EFFF;text-align:center;font-size:18px;display:flex; flex-wrap: wrap;justify-content: center;align-content:center;cursor: pointer;}
.colbox2:hover{background:#0768FA;color:#fff;}

.cols3 {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin:0 60px 0px 90px;}
.colbox3 {margin:0 20px;height:285px;position:relative;}
.colbox3 h2{background:#fff;width:160px;height:56px;line-height:56px;border:solid 1px #F2F2F2;box-shadow:0 6px 14px #EAEDF4;border-radius:5px;text-align: center;font-size:14px;margin:0 auto;border-radius:5px;position:relative;z-index:2;}
.colbox3 .cont-box3{width:230px;height:190px;background:#F4F9FE;border:dotted 1px #CAE2FB;border-radius:10px;margin-top:-28px;position:relative;z-index:1;padding:50px 30px 0 30px;line-height:30px;text-align:justify;}

.cols4 {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;}
.colbox4 {margin:0 20px;height:285px;position:relative;}
.colbox4 h2{background:#fff;width:160px;height:56px;line-height:56px;border:solid 1px #F2F2F2;box-shadow:0 6px 14px #EAEDF4;border-radius:5px;text-align: center;font-size:14px;margin:0 auto;border-radius:5px;position:relative;z-index:2;}
.colbox4 .cont-box3{width:200px;height:240px;background:#F4F9FE;border:dotted 1px #CAE2FB;border-radius:10px;margin-top:-28px;position:relative;z-index:1;padding:50px 30px 0 30px;line-height:30px;text-align:justify;}

.cols5 {display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;}
.colbox5 {margin:0 20px;height:285px;position:relative;}
.colbox5 h2{background:#fff;width:160px;height:56px;line-height:56px;border:solid 1px #F2F2F2;box-shadow:0 6px 14px #EAEDF4;border-radius:5px;text-align: center;font-size:14px;margin:0 auto;border-radius:5px;position:relative;z-index:2;}
.colbox5 .cont-box5{width:230px;height:240px;background:#F4F9FE;border:dotted 1px #CAE2FB;border-radius:10px;margin-top:-28px;position:relative;z-index:1;padding:50px 30px 0 30px;line-height:30px;text-align:justify;}
.cols5 {margin-left:auto;margin-right:auto;display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;}

/*轮播样式ʽ*/
#showcase {width:700px;margin: auto;height:420px;overflow: visible !important;}
.card {width:630px;background: #F2F9FF;height:420px;border-radius:5px;}
.card h2 {padding-left:20px; font-size:22px;line-height:90px;color: #333;}
.img-box {position: relative;overflow: hidden;height: 330px;}
.img-box img{width:100%;height:100%;}
.arr { cursor: pointer;position: absolute;top: 50%;width:41px;height:41px;}
.cprev {left: 60px;background:url(./images/arrow-left.png) no-repeat;}
.cnext {right: 60px;background:url(./images/arrow-right.png) no-repeat;}
.shida-rcyy-wenzi{color:#999;text-align:justify;}
.zxfw-rcfw-liebiao{box-shadow: 2px 2px 12px rgba(0,0,0,.1);margin-top:20px;border:2px solid #fff;display:inline-block;max-width: calc(8px + 354px);padding:10px;background:#fff;border-radius:10px;text-align:center;}

#showcase2 {width:600px;margin: auto;height:420px;overflow: visible !important;}
.card2 {width:630px;background: #F2F9FF;height:420px;border-radius:5px;}
.card2 h2 {padding-left:20px; font-size:22px;margin-top:20px;color: #333;}
.arr2 { cursor: pointer;position: absolute;top: 50%;width:41px;height:41px;}
.cprev2 {left: 60px;background:url(./images/arrow-left.png) no-repeat;}
.cnext2 {right: 60px;background:url(./images/arrow-right.png) no-repeat;}

.chanye-tab-conbox{/* height:1000px;width:1200px; */width:100%;margin:auto;}
.chanye-ba-cyjj-box{width:1200px;display:inline-block;margin-top:20px;}
.chanye-ba-cyjj-box .cyjj-dabiaoti{font-size:26px;font-weight:bold;background:url(./images/bada6.png) no-repeat;height:164px;width:100%;text-align:center;line-height:130px;color:#0768FA;}
.chanye-ba-cyjj-box .tab-header-fw{background:#fff;}
.chanye-ba-cyjj-box .tab-conbox-chanye{background:#fff;padding-bottom:60px;}
.chanye-ba-cyjj-box .xuanxiangka-box{margin-top:-40px;width:100%;padding-bottom:0px;;}
.chanye-ba-cyjj-box .module-box{width:1080px;padding:30px 60px 60px 60px;background:#fff;display:inline-block;margin-top:30px;position: relative;border-radius:5px;}

/*轮播图*/
.swiper-contione {width:500px;height:300px;overflow:hidden;margin:auto;position:relative;}
.swiper {width: 9999999px;height: 300px;transition: all 1s ease;}
.swiper-item {width:500px;height: 300px;float: left;position: relative;}
.swiper-item img {width:500px;height: 300px;}
.swiper-item p {width: 100%;height: 50px;position: absolute;top: 0;left: 0;background: rgba(0, 0, 0, 0.5);color: #fff;text-align: center;line-height: 50px;cursor: pointer;}
.swiper-point {width: 100%;height: 40px;position: absolute;bottom: 0;left: 0;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.point {width:16px;height:4px;border-radius:4px;background:rgba(0, 0, 0, 0.5);margin-right:8px;float: left;}
.point.active {background: #fff;}
.swiper-left {width: 60px;height: 100%;position: absolute;top: 0;left: -60px;display: flex;align-items: center;justify-content: center;transition: all 0.4s ease;}
.swiper-right {width: 60px;height: 100%;position: absolute;top: 0;right: -60px;display: flex;align-items: center;justify-content: center;transition: all 0.4s ease;}
.swiper-left img,
.swiper-right img {cursor: pointer;}
.swiper-contione:hover .swiper-left {left: 0;}
.swiper-contione:hover .swiper-right {right: 0;}
.swiper-left i,
.swiper-right i{background:rgba(255,255,255,0.8);color:#0768FA !important;width:30px;height:30px;border-radius:20px;cursor:pointer;}

/*轮播图*/
.swiper-contione2 {width:500px;height:300px;overflow:hidden;margin:auto;position:relative;}
.swiper2 {width: 9999999px;height: 300px;transition: all 1s ease;}
.swiper-item2 {width:500px;height: 300px;float: left;position: relative;}
.swiper-item2 img {width:500px;height: 300px;}
.swiper-item2 p {width: 100%;height: 50px;position: absolute;top: 0;left: 0;background: rgba(0, 0, 0, 0.5);color: #fff;text-align: center;line-height: 50px;cursor: pointer;}
.swiper-point2 {width: 100%;height: 40px;position: absolute;bottom: 0;left: 0;display: flex;justify-content: center;align-items: center;cursor: pointer;}
.point2 {width:16px;height:4px;border-radius:4px;background:rgba(0, 0, 0, 0.5);margin-right:8px;float: left;}
.point2.active2 {background: #fff;}
.swiper-left2 {width: 60px;height: 100%;position: absolute;top: 0;left: -60px;display: flex;align-items: center;justify-content: center;transition: all 0.4s ease;}
.swiper-right2 {width: 60px;height: 100%;position: absolute;top: 0;right: -60px;display: flex;align-items: center;justify-content: center;transition: all 0.4s ease;}
.swiper-left2 img,
.swiper-right2 img {cursor: pointer;}
.swiper-contione2:hover .swiper-left2 {left: 0;}
.swiper-contione2:hover .swiper-right2 {right: 0;}
.swiper-left2 i,
.swiper-right2 i{background:rgba(255,255,255,0.8);color:#0768FA !important;width:30px;height:30px;border-radius:20px;cursor:pointer;}
.sy-zcdx-box{padding:20px 10px;display:inline-block;border-bottom:1px solid #ddd;}
.sy-zcdx-box:hover{background:#ecf4ff !important;border-bottom:1px solid #ddd;}
.sy-zcdx-box h3{width:410px;font-size:16px;display: -webkit-box;overflow: hidden;-webkit-box-orient: vertical;-webkit-line-clamp: 1 !important;text-align:justify;}
.sy-zcdx-box h3 img{vertical-align:top;margin-right:10px;}
.sy-zcdx-time{height:20px;margin-top:6px;color:#999;}
.sy-zcdx-time img{vertical-align:top;margin-right:10px;}
.sy-zcdx-box .fengexian{width:420px;}
.tip-sy{position:relative;}
.tip-sy:hover:after{z-index:999999999;position:absolute;top:70px;left:0;padding:4px 10px;content:attr(data-title);color:#333;border:1px solid #ddd;border-radius:5px;background:#fff;box-shadow:2px 2px 10px rgba(0,0,0,.2)}

.module-box2{width:1080px;padding:20px 0px;background:#fff;display:inline-block;margin-top:30px;position: relative;border-radius:5px;}
.module-box2 .toptitle{text-align: center;font-size: 26px;font-weight: bold;color:#0768FA;background:url(./images/bada6.png) no-repeat;width:1200px;height:164px;line-height: 164px;margin:-60px 0 0 -60px;}
.module-box2 h3{font-size:22px;font-weight:bold;color:#0768FA;line-height:55px;position:relative;text-align:center;margin-bottom:30px;}
.module-box2 h3 span{ display: block;width: 28px;height: 3px;background: #FFA36C;margin: 0 auto;border-radius: 4px;}