@charset "utf-8";
/* CSS Document */
input,button,select,textarea{outline:none;}
textarea{resize:none}
input{align-items:flex-start;box-sizing:border-box;}
input:not([type]),input[type="email" i],input[type="number" i],input[type="password" i],input[type="tel" i],input[type="url" i],input[type="text" i],input[type="button" i],input[type="submit" i],input[type="reset" i],input[type="file" i]::-webkit-file-upload-button,button{padding:0px;}
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{background-color:rgb(255,255,255);background-image:none;color:#333;-webkit-box-shadow:0 0 0 100px white inset;}
input[type="submit"],input[type="reset"],input[type="button"],button{-webkit-appearance:none;}
a{color:#000;font-weight:normal;text-decoration:none;outline-style:inherit;}
a:link{color:#000;}/* 初始状态 */
a:visited{color:#000;}/* 访问过的状态 */
a:hover{color:#000;}/* 悬浮状态 */
a:active{color:#000;}/* 按下状态 */
input,img{vertical-align:middle;max-width:100%;}
li{list-style:none;}
html{font-size:18px;}
body,div,p,h1,h2,h3,h4,h5,h6,table,dl,dt,dd,ul,li,ol{margin:0;padding:0;}
body{font-family:"微软雅黑";font-size:18px;color:#000;background-color:#fff;max-width:640px;margin:0 auto;position:relative;}

header{height:100px;background:url(../images/header.jpg) no-repeat top center;position:relative;text-align:center;}
header .btn_menu{width:70px;height:74px;background:url(../images/btn_menu.png) no-repeat center/cover;position:absolute;top:17px;left:20px;cursor:pointer;}
header .logo{position:absolute;top:17px;left:17%;}
header .tool{position:absolute;top:32px;right:10px;}
header .tool li{float:left;margin-right:10px;}

#quick_nav{position:absolute;top:0px;left:0px;right:0px;bottom:0px;z-index:2147483645;background-color:rgba(255,255,255,1); display:none;}
.quick_tool{background:#114b9f;overflow:hidden;padding:10px;}
.quick_tool .quick_menu{width:75px;height:75px;float:left;background:url(../images/quick_menu.png) no-repeat;}
.quick_tool .quick_return{width:75px;height:75px;float:right;background:url(../images/quick_return.png) no-repeat center;cursor:pointer;}

.quick_tabs{width:35%;float:left;height:calc(100% - 95px)}
.quick_tabs li{height:60px;line-height:60px;background-color:rgba(17,75,159,.8);cursor:pointer;overflow:hidden;color:#fff;text-align:center;}
.quick_tabs .active{background-color:transparent;color:#114b9f;}
.quick_tabs li i{display:inline-block;width:36px;height:30px;vertical-align:middle;background:url(../images/quick_nav.png) no-repeat;margin-right:3px;}
.quick_tabs li:nth-child(2) i{background-position:-36px 0;}
.quick_tabs li:nth-child(3) i{background-position:-72px 0;}
.quick_tabs li:nth-child(4) i{background-position:-108px 0;}
.quick_tabs li:nth-child(5) i{background-position:-144px 0;}
.quick_tabs li:nth-child(6) i{background-position:-180px 0;}
.quick_tabs li:nth-child(7) i{background-position:-216px 0;}
.quick_tabs li:nth-child(8) i{background-position:-252px 0;}

.quick_tabs li:nth-child(1).active i{background-position:0 -30px;}
.quick_tabs li:nth-child(2).active i{background-position:-36px -30px;}
.quick_tabs li:nth-child(3).active i{background-position:-72px -30px;}
.quick_tabs li:nth-child(4).active i{background-position:-108px -30px;}
.quick_tabs li:nth-child(5).active i{background-position:-144px -30px;}
.quick_tabs li:nth-child(6).active i{background-position:-180px -30px;}
.quick_tabs li:nth-child(7).active i{background-position:-216px -30px;}
.quick_tabs li:nth-child(8).active i{background-position:-252px -30px;}

#quickBox{width:65%;float:right;overflow:hidden;position:relative;}

.quick_list{overflow:hidden;width:90%;margin:0 auto;}
.quick_list li{width:50%;float:left;}
.quick_list li a{color:#4f4f4f;display:block;padding:10px 3px;margin:5px;border-bottom:1px dashed #b0b0b0;font-size:16px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
.quick_list li a span{ float:right;}
.quick_list2 li{width:100%;}

.quick_radio li a{background:url(../images/quick_list_radio.png) no-repeat center left;padding-left:30px;}
.quick_lecture li a{background:url(../images/quick_list_lecture.png) no-repeat center left;padding-left:30px;}

#search{background-color:#ececec;padding:2%;overflow:hidden;}
#search .input{width:74%;height:56px;float:left;border:1px solid #d2d2d2;border-radius:5px;background:#ffffff url(../images/search_icon.png) no-repeat 5% center;position:relative;}
#search .input input[type="text"]{display:block;width:84%;height:36px;border:0;margin:10px 0 10px 15%;box-sizing:border-box;border-left:1px solid #bcbcbc;padding-left:10px;font-size:20px;color:#333;}
#search .input span{position:absolute;top:0px;bottom:0px;right:0px;padding:0 20px;cursor:pointer;}
#search .input span:after{content:"";display:block;width:0;height:0;border-width:12px;border-top-width:20px;border-style:solid;border-color:#c0c0c0 transparent transparent transparent;margin-top:20px;}

#search input[type="submit"]{width:23%;height:56px;float:right;background-color:#1fa4c9;border-radius:5px;border:0;cursor:pointer;color:#fff;font-size:24px;}

#fun{background:#1257ac;overflow:hidden;}
#fun li{width:20%;float:left;text-align:center;border-left:1px solid #2162b1;margin-left:-1px;}
#fun li a{display:block;padding:0 0 15px 0;color:#fff;background:url(../images/fun_b.gif) repeat-x bottom;}
#fun li i{display:block; width:56px; height:56px; margin:10px auto 3px; border:1px solid #fff; border-radius:50%; background:url(../images/fun_home.png) no-repeat center; background-size:66% auto;}
#fun li:nth-child(2) i{background-image:url(../images/fun_yishi.png);}
#fun li:nth-child(3) i{background-image:url(../images/fun_jishu.png);}
#fun li:nth-child(4) i{background-image:url(../images/fun_dizhi.png);}
#fun li:nth-child(5) i{background-image:url(../images/fun_lianxi.png);}
#fun li:nth-child(2n){background:#104b94;}


#hot{height:72px;background:url(../images/hot.png) no-repeat center left;margin:5px auto;border-top:5px solid #dadada;border-bottom:2px solid #c7c7c7;padding-left:180px;position:relative;overflow:hidden;}
#hot dd{height:72px;overflow:hidden;}
#hot h3{margin:10px auto 5px;}
#hot h3 a{display:block;font-size:18px;color:#656565;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;font-weight:bold;}
#hot h3 a span{color:#ff6400;}
#hot p{color:#858585;font-size:16px;overflow:hidden;}
#hot p span{margin-right:10px;overflow:hidden;float:left;}
#hot p img{vertical-align:top;}
#hot .hot_next{width:10%;position:absolute;top:0px;right:0px;bottom:0px;background:url(../images/hot_next.png) no-repeat center;cursor:pointer;z-index:9;}

.hTitle{border-bottom:1px solid #bfbfbf;height:40px;line-height:40px;margin:0 10px;margin-bottom:2px;}
.hTitle:after{content:"";display:block;height:0;clear:both;visibility:hidden;}
.hTitle .n{float:left;border-bottom:2px solid #225eb8;background:url(../images/mp_icon.png) no-repeat center left;color:#1a59b7;padding-left:35px;font-weight:bold;}
.hTitle .n.dt{background-image:url(../images/dt_icon.png);}
.hTitle .n.hb{background-image:url(../images/hb_icon.png);}

.hTitle .n i{color:#6795d9;}
.hTitle .t{float:right;}
.hTitle .t a{float:left;}
.hTitle .t .refresh{float:left;background:url(../images/icon_refresh.png) no-repeat center left;color:#ff6400;padding-left:26px;}
.hTitle .t .more{float:right;height:40px;margin:0 10px;background:url(../images/icon_more.png) no-repeat center right;color:#ff6400;padding-right:40px;}


#project{background:url(../images/project.jpg) no-repeat;margin:10px auto;padding:20px 0;}

.pro_list{overflow:hidden;margin:20px auto;}
.pro_list dd{width:33.333333%;float:left;margin:20px auto;text-align:center;position:relative;}
.pro_list dd a{display:block;}
.pro_list .por_list_bz dd i{display:block;width:146px;height:146px;margin:0 auto;background:url(../images/project.png) no-repeat;}
.pro_list .por_list_zz dd i{display:block;width:146px;height:146px;margin:0 auto;background:url(../images/project2.png) no-repeat;}
.pro_list .por_list_by dd i{display:block;width:146px;height:146px;margin:0 auto;background:url(../images/project3.png) no-repeat;}
.pro_list dd p{position:absolute;top:60%;left:0;right:0;color:#fff;font-size:20px;}
.pro_list dd:nth-child(2) i{background-position:-146px 0;}
.pro_list dd:nth-child(3) i{background-position:-292px 0;}
.pro_list dd:nth-child(4) i{background-position:0 -146px;}
.pro_list dd:nth-child(5) i{background-position:-146px -146px;}
.pro_list dd:nth-child(6) i{background-position:-292px -146px;}
.pro_list dd:nth-child(7) i{background-position:0 -292px;}
.pro_list dd:nth-child(8) i{background-position:-146px -292px;}
.pro_list dd:nth-child(9) i{background-position:-292px -292px;}



#dt_my{margin:10px auto;position:relative;}
#dt_my .my_c{position:absolute;bottom:-50px;left:10px;}

#myBox{position:relative;padding:120px 0;overflow:hidden;}
#myBox .my_nxet{position:absolute;top:0px;right:0px;z-index:9;cursor:pointer;padding:0 10px;}

.myTabs{width:auto;overflow:hidden;position:absolute;top:20px;bottom:auto;left:auto;right:0px;z-index:9;}
.myTabs li{float:left;border-radius:50%;overflow:hidden;background:#a9a9a9;margin-right:10px;cursor:pointer;}
.myTabs .active{background:#1a59b7;}
#myBox .swiper-slide{overflow:hidden;}
#myBox .pic{width:40%;float:left;position:relative;z-index:2;}
#myBox .text{padding-top:120px;margin-left:30%;}

.my_info{}
.my_info li{background:#d2d2d2;margin-bottom:10px;position:relative;color:#1a59b7;height:2.4em;line-height:2.4em;}
.my_info li:after{content:"";display:block;width:0;height:0;border-width:1.2em;border-style:solid;border-color:#fff #fff transparent transparent;position:absolute;top:0px;right:0px;}
.my_info li i{float:left;width:2.4em;height:2.4em;background:url(../images/my_icon1.png) no-repeat center;}
.my_info li.mz{color:#ff6400;font-weight:bold;}
.my_info li.zw{font-weight:bold;}
.my_info li.zw i{background-image:url(../images/my_icon2.png);}

#myBox .btns{color:#ff6400;line-height:2.2em;}
#myBox .btns a{display:inline-block;background:#ff6400;color:#fff;padding:0 1em;border-radius:5px;}
#myBox .btns img{margin:0 5px;}


#hbBox{position:relative;overflow:hidden;margin:10px 5px;}
.hbTabs{border:1px solid #1a59b7;border-left:0px;width:auto;}
.hbTabs:after{content:"";display:block;height:0;clear:both;visibility:hidden;}
.hbTabs li{width:25%;float:left;border-left:1px solid #1a59b7;color:#1a59b7;text-align:center;padding:5px;box-sizing:border-box;height:42px;line-height:32px;cursor:pointer;font-size:22px;position:relative;}
.hbTabs li i{display:inline-block;width:32px;height:32px;background:url(../images/hb_tabs_icon.png) no-repeat;vertical-align:top;margin-right:5px;}
.hbTabs .active{background:#1a59b7;color:#fff;}
.hbTabs .active:after{content:"";width:0;height:0;border-width:10px;border-style:solid;border-color:#1a59b7 transparent transparent transparent;position:absolute;top:43px;left:45%;}
.hbTabs li:nth-child(2) i{background-position:-32px 0;}
.hbTabs li:nth-child(3) i{background-position:-64px 0;}
.hbTabs li:nth-child(4) i{background-position:-96px 0;}
.hbTabs li:nth-child(1).active i{background-position:0 -32px;}
.hbTabs li:nth-child(2).active i{background-position:-32px -32px;}
.hbTabs li:nth-child(3).active i{background-position:-64px -32px;}
.hbTabs li:nth-child(4).active i{background-position:-96px -32px;}
.hbTabs2 li{width: 50%;}
.hbTabs2 li:nth-child(1) i{background: url(../images/tabs_1.png)no-repeat;background-size: 100%;}
.hbTabs2 li:nth-child(1) i{background-position:0 0 !important;}
.hbTabs2 li:nth-child(1).active i{background: url(../images/tabs_2.png)no-repeat;;background-size: 100%;}
.hbTabs2 li:nth-child(1).active i{background-position:0 0 !important;}
.hbTabs2 li:nth-child(2) i{background: url(../images/tabs_1.png)no-repeat;;background-size: 100%;}
.hbTabs2 li:nth-child(2) i{background-position:0 0 !important;}
.hbTabs2 li:nth-child(2).active i{background: url(../images/tabs_2.png)no-repeat;;background-size: 100%;}
.hbTabs2 li:nth-child(2).active i{background-position:0 0 !important;}
#hbBox .swiper-wrapper{margin:15px auto 0;}
#hb_jishu{border:3px solid #b6b6b6;border-radius:5px;overflow:hidden;box-sizing:border-box;}

video::-webkit-media-controls-enclosure{display:none !important;}


.a_btn{width:90%;margin:20px auto;}
.a_btn li{margin:20px auto;background:#ff6400 url(../images/abtn_call.png) no-repeat 14% center;border-radius:5px;padding-left:30%;background-size:auto 80%;}
.a_btn li a{display:block;color:#fff;padding:20px 0;}
.a_btn li p{font-size:36px;}
.a_btn .weixin{background-color:#4179bd;background-image:url(../images/abtn_weixin.png);}


footer{margin-top:20px;position:relative;}
#footer{position:absolute;bottom:20px;left:50%;right:5px;color:#363636;}
#footer a{color:#363636;}
#footer p{background:url(../images/f_address.png) no-repeat;padding-left:28px;margin-bottom:10px;line-height:24px;}
#footer .address{}
#footer .call{background-image:url(../images/f_call.png);}
#footer .weixin{background-image:url(../images/f_weixin.png);}
#footer .qq{background-image:url(../images/f_qq.png);}

#footer .a_fun{overflow:hidden;}
#footer .a_fun a{float:left;background:#606060;color:#fff;padding:8px 10px;border-radius:3px;font-size:15px;}
#footer .a_fun .backtop{margin-left:5px;padding-right:30px;background:#606060 url(../images/f_backtop.png) no-repeat 90% center;}



#mapNav{border-bottom:1px solid #c0c0c0; padding:0 5px; overflow:hidden; line-height:32px; font-size:15px;}
#mapNav .navAdd{float:left; background:url(../images/navAdd.png) no-repeat center left;background-size:auto 72%;color:#104b94; padding-left:30px; font-weight:bold;}
#mapNav .navAdd a{color:#104b94;font-weight:bold;}
#mapNav .navCall{float:right; background:url(../images/navCall.png) no-repeat center left;background-size:auto 72%;}
#mapNav .navCall a{ display:block;padding-left:32px;color:#8d8d8d;}

#wzCon{background:#f3f3f3 url(../images/wz.png) no-repeat center 10%; background-size:contain; padding:10px 5px 5px; margin:5px auto; overflow:hidden;}
#wzCon .title{color:#4f8bd5; font-size:22px; text-align:center;}
#wzCon .info{text-align:center; border-bottom:1px solid #c2c2c2; padding:10px 0; margin-bottom:5px;}
#wzCon .info a{display:inline-block;border:1px solid #b1b1b1; line-height:30px; padding:0 5px 0 35px;color:#6c6967; font-size:14px;margin:0 5px; background:#fff url(../images/wz_call.png) no-repeat 5px center; background-size:auto 80%;}
#wzCon .info a span{color:#ff6400;}

#wzCon .info .weixin{background-image:url(../images/wz_weixin.png);}
#wzCon .info .zixun{background-image:url(../images/wz_zx.png);}

#article{color:#3c3c3c; font-size:15px; line-height:1.8em; position:relative;}
#article .chapter{width:188px;height:188px; background:url(../images/chapter.png) no-repeat center; background-size:contain; position:absolute; bottom:10px; right:10px;}

.wzpn{border-bottom:1px dashed #9b9b9b; margin:5px auto;}
.wzpn li{color:#6e6e6e; border-top:1px dashed #9b9b9b; line-height:3em; font-size:15px;}
.wzpn li a{color:#6e6e6e;font-size:15px;}

.wzc{text-align:center; margin:20px auto;}
.wzc a{display:inline-block; color:#ff6400; border:1px solid #ff8333; padding:20px 20px 20px 60px; background:url(../images/wz_c.png) no-repeat 20px center;}


.wz_hTitle{margin:0 0 2px 0; padding:0 10px; height:50px; line-height:50px;}
.wz_hTitle .n{border-bottom:3px solid #9d9d9d; margin-top:-1px; background-image:url(../images/gh_icon.png); padding-left:45px; color:#000; font-size:28px;}
.wz_hTitle .n span{color:#1d5cae;}
.wz_hTitle .t .refresh{color:#767676;filter:grayscale(100%);filter:gray;}
.wz_hTitle .t .more{height:50px; padding-right:30px;}
.wz_hTitle .t .gh_li{height:40px;color:#383838; margin-right:15px;}
.wz_hTitle .t .active{color:#ff6400; border-bottom:1px solid #ff6400;}

.gy_hTitle .n{background-image:url(../images/gy_icon.png)}

.ghYyBox{margin:10px auto;padding:10px;background:#f0f7ff;}
.ghYyBox>div{overflow:hidden; position:relative;}
.ghYyBox .swiper-slide{width:340px;overflow:hidden;}
.ghYyBox .pic{width:154px; height:154px; float:left; border-radius:50%; overflow:hidden;}
.ghYyBox .text{width:170px; height:154px; float:left; margin-left:5px; padding-top:20px; box-sizing:border-box;}
.ghYyBox .text p{color:#01295a; font-size:17px; line-height:1.6em;}
.ghYyBox .text p span{color:#ff6400;}
.ghYyBox .text .gh_btn{padding-top:5px;}
.ghYyBox .text a{display:inline-block; background:#dedede; color:#ff6400; font-size:15px; padding:5px 8px;}
.ghYyBox .text .zl{color:#1257ac;}


#wzrs{}
#wzrs .wz_hTitle .n{background-image:url(../images/rs_icon.png);}

.rsKey{overflow:hidden; margin:20px 10px;}
.rsKey li{width:25%; float:left; background:#b9b9b9; border:2px solid #fff; border-radius:5px; overflow:hidden; box-sizing:border-box; text-align:center; line-height:3em;}
.rsKey li a{display:block;color:#4a4a4a;}
.rsKey li a:hover{color: #fff;background-color:#5185c1; }
.rsKey li:nth-child(6){width:50%;}
.rsKey li:nth-child(5),.rsKey li:nth-child(6),.rsKey li:nth-child(7){ height:130px; line-height:130px;}
.rsKey li img{vertical-align:top;}
.rsKey .a{position:relative;}
.rsKey .a a{color:#696969; border:1px solid #696969; position:absolute; bottom:10px; left:10%; z-index:2; line-height:1.8em; padding:0 .5em;}
.rsKey .a .zx{left:auto; right:10%;}

#sp_bz{background:#e6eff9; margin:10px auto; padding:10px; overflow:hidden;}
#sp_bz .pic{width:32%; float:left; border:1px solid #bfbfbf; border-radius:5px; overflow:hidden;}
#sp_bz .text{width:66%; float:right;}
#sp_bz .jx{width:100%; float:left; border-top:1px solid #b4b4b4; margin-top:10px; padding-top:10px; line-height:1.6em;}
#sp_bz .infos li{color:#1257ac; line-height:2em;}
#sp_bz .infos li span{font-weight:bold; margin:0 5px;}
#sp_bz .sp_btns{overflow:hidden;}
#sp_bz .sp_btns a{display:block; width:49%; float:left; background:#6793ca; border-radius:5px; text-align:center; line-height:2.4em; color:#fff; font-size:22px;}
#sp_bz .sp_btns .dh{float:right; background:#ef8d68;}
#sp_bz .sp_btns a img{margin-right:3px;}
#sp_bz .jx img{vertical-align:top; margin-right:3px;}
#sp_bz .jx span{color:#1257ac; font-weight:bold;}
#sp_bz .jx a{color:#e85d28;}



#sp_ins{position: relative;}
#sp_ins .swiper-pagination{bottom:5px;text-align:right;}
#sp_ins .swiper-pagination>span{background:#a5a498; position:relative; margin:0 10px 0 0;opacity:1;}
#sp_ins .swiper-pagination>span:after{content:"";display:block; position:absolute; top:-2px; left:-2px; right:-2px; bottom:-2px; border:1px solid #b8b7a7; border-radius:50%;}
#sp_ins .swiper-pagination .swiper-pagination-bullet-active{background:#1257ac;}
#sp_ins .swiper-pagination .swiper-pagination-bullet-active:after{border-color:#1257ac;}

#sp_ins .swiper-pagination2{bottom:3px;text-align:right;position: absolute;z-index: 1000;}
#sp_ins .swiper-pagination2>span{background:#a5a498; position:relative; margin:0 10px 0 0;opacity:1;}
#sp_ins .swiper-pagination2>span:after{content:"";display:block; position:absolute; top:-2px; left:-2px; right:-2px; bottom:-2px; border:1px solid #b8b7a7; border-radius:50%;}
#sp_ins .swiper-pagination2 .swiper-pagination-bullet-active{background:#1257ac;}
#sp_ins .swiper-pagination2 .swiper-pagination-bullet-active:after{border-color:#1257ac;}



#fastNav{overflow:hidden;font-size:22px;}
#fastNav a{color:#fff;text-align:center;height:66px;line-height:66px;}
#fastNav .home{float:left;width:23%;background:#3466ad url(../images/fast_home.png) no-repeat 10px center; padding-left:40px; border:0;box-sizing:border-box;}
#fastNav .fastLi{width:64%;height:66px;float:left; overflow:hidden; position:relative;}
#fastNav .plus{float:left;width:13%;background:#ff6400 url(../images/fast_plus.png) no-repeat center;}
#fastNav .fastLi .swiper-slide{display:block;width:auto;border-left:1px solid #fff;padding:0 30px;background:#99999e;}
#fastNav .fastLi .fastBox{overflow:hidden; position:absolute;}

#hdList{}
#hdList dd{border:1px solid #e1e1e1; margin:10px; padding:10px; overflow:hidden;}
#hdList dd .pic{width:44%; float:left; border:3px solid #d0d0d0; border-radius:5px; overflow:hidden;}
#hdList dd .text{width:52%; float:right;}
#hdList dd .zt{display:inline-block;background:#5a9dfb; border-radius:5px; padding:5px .5em; color:#fff; position:relative; font-size:16px;}
#hdList dd .zt:after{content:".";display:block;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:10px solid #5a9dfb;position:absolute; top:30%; right:-5px;}
#hdList dd h3{color:#383838; margin:.4em auto .1em;}
#hdList dd p{color:#9e9e9e; background:url(../images/hd_bl.png) no-repeat center left; padding-left:24px; font-size:15px; line-height:1.8em;}
#hdList dd p.sj{background-image:url(../images/hd_sj.png);}

#hdList dd .infos{color:#808080; border-top:1px solid #cacaca; padding-top:10px; margin-top:5px; font-size:15px;}
#hdList dd .infos span{color:#e53a00; border:1px solid #e53a00;padding:0 5px; margin-right:5px; border-radius:3px;}



#list{margin:10px;}
#list li{border-bottom:1px solid #c9c9c9; overflow:hidden;}
#list li a{display:block; font-size:16px; line-height:1.4em; padding:1.2em 0;background:url(../images/hot_list.png) no-repeat center left; padding-left:60px; color:#343434; font-size:22px;}
#list li p{text-overflow:ellipsis;white-space:nowrap;overflow:hidden;}
#list li span{float:right; border:1px solid #dddddd; color:#929292; font-size:16px; padding:0 .2em;}



.btnMore{display:block;width:68%; margin:1.5em auto; padding:.5rem 0;border:1px solid #ff8333;text-align:center;color:#ff6400 !important; font-size:1.4rem;}
.btnMore img{margin:0 2%; max-width:8%;}

.ys_hTitle{overflow:hidden; border-bottom:1px solid #c0c0c0; height:40px; line-height:40px; padding:0 10px;}
.ys_hTitle .n{float:left;background:url(../images/ys_icon.png) no-repeat center left; color:#104b94; padding-left:38px;}
.ys_hTitle .n span{font-weight:bold;}
.ys_hTitle .t{float:right;}
.ys_hTitle .t .gh_li{color:#383838; font-size:15px;}
.ys_hTitle .t .active{color:#ff6400; border-bottom:1px solid #ff6400;}
.ys_hTitle .t .more{color:#7d7d7d; background:#d5d5d5; padding:2px 5px; font-size:16px;}

#yishi{position:relative; margin:10px auto;}
#yishi .ys_pn{width:40px; height:40px; background:url(../images/ys_pn.png) no-repeat; position:absolute; top:40%; left:2%; z-index:99; cursor:pointer;}
#yishi .ys_next{left:auto; right:2%; background-position:right;}
#ys_pf{background:url(../images/wz.png) no-repeat top center; padding-top:30px;}

#zhuzhi{position:relative; margin:10px auto;}
#zhuzhi .ys_pn{width:40px; height:40px; background:url(../images/ys_pn.png) no-repeat; position:absolute; top:40%; left:2%; z-index:99; cursor:pointer;}
#zhuzhi .ys_next2{left:auto; right:2%; background-position:right;}

#zhiye{position:relative; margin:10px auto;}
#zhiye .ys_pn{width:40px; height:40px; background:url(../images/ys_pn.png) no-repeat; position:absolute; top:40%; left:2%; z-index:99; cursor:pointer;}
#zhiye .ys_next3{left:auto; right:2%; background-position:right;}

.pf_list{width:80%; margin:20px auto;}
.pf_list li{padding-left:10%; border-bottom:1px solid #c8c8c8; color:#333333;height:76px;line-height:76px; font-size:30px;}
.pf_list li i{display:inline-block; width:34px;  background:url(../images/ys_pf_xm.png) no-repeat center; margin-right:5px;}
.pf_list li:nth-child(2) i{background-image:url(../images/ys_pf_zc.png);}
.pf_list li:nth-child(3) i{background-image:url(../images/ys_pf_zw.png);}
.pf_list li:nth-child(4) i{background-image:url(../images/ys_pf_zg.png);}
.pf_list li:nth-child(5) i{background-image:url(../images/ys_pf_cz.png);}

.rf{text-align:center; margin:20px auto; position:relative;}
.rf span{display:block; width:50%; height:56px; line-height:56px; margin:0 auto;color:#1257ac; border:1px solid #b6b6b6; font-size:30px;}
.rf span i{font-size:18px;}
.rf:before,.rf:after{content:"";display:block;width:25%;height:1px; background:#b6b6b6; position:absolute; top:50%; left:0px;}
.rf:after{left:auto;right:0px;}

.rf_list{overflow:hidden; margin:0 2%;}
.rf_list li{width:25%; float:left; text-align:center;}
.rf_list li p{color:#666666; padding:10px 0;}
.rf_list li img{max-width:80%;}

#aqBox{background:#ededed url(../images/aq.jpg) no-repeat top center; overflow:hidden;background-size: 100%;}
#aqBox .dy{background:url(../images/aq_tips.png) no-repeat 5% center; padding:30px 0 30px 20%; margin:20px 10px; border-bottom:1px solid #b9b9b9;}
#aqBox .dy p{color:#0055bc; font-size:28px;}
#aqBox .dy .call{display:block; overflow:hidden; margin-top:10px;}
#aqBox .dy .call .t{float:left; color:#757575; font-size:18px; line-height:1.4em; background:url(../images/aq_call.png) no-repeat; padding:0 5px 0 45px;}
#aqBox .dy .call .h{color:#ff6400; font-size:40px;}
@media screen and (max-width:414px){
.ys_hTitle .n{font-size: 15px;}
.ys_hTitle .t .gh_li{font-size:12px;}
.ys_hTitle .t .more{font-size:13px;}
.pf_list li{padding-left:5%;height:50px;line-height:50px; font-size:20px;}
.pf_list li i{width:22px;margin-right:5px;background-size: 22px;}
.rf{margin:13px auto;}
.rf span{height:36px; line-height:36px; font-size:20px;}
.rf span i{font-size:12px;}
#aqBox .dy{padding:13px 0 13px 20%; margin:13px 7px;background-size: 53px 81px;}
#aqBox .dy p{ font-size:18px;}
#aqBox .dy .call{ margin-top:7px;}
#aqBox .dy .call .t{font-size:12px; line-height:1.4em; padding:0 5px 0 30px;background-size: 27px;}
#aqBox .dy .call .h{font-size:26px;}
}
@media screen and (max-width:375px){
.ys_hTitle .n{font-size: 12px;}
.ys_hTitle .t .gh_li{font-size:11px;}
.ys_hTitle .t .more{font-size:12px;}
.pf_list li{height:45px;line-height:45px; font-size:18px;}
.pf_list li i{width:20px;margin-right:5px;background-size: 20px;}
.rf{margin:12px auto;}
.rf span{height:32px; line-height:32px; font-size:18px;}
.rf span i{font-size:12px;}
#aqBox .dy{padding:12px 0 12px 20%; margin:12px 7px;background-size: 48px 73px;}
#aqBox .dy p{ font-size:16px;}
#aqBox .dy .call{ margin-top:7px;}
#aqBox .dy .call .t{font-size:12px; line-height:1.4em; padding:0 5px 0 30px;background-size: 24px;}
#aqBox .dy .call .h{font-size:23px;}
}
@media screen and (max-width:640px){
header{height:15.6vw;background-size:contain;}
header .btn_menu{width:10.9vw;height:11vw;background-size:contain;top:2.65vw;left:2.65vw;}
header .logo{top:2.65vw;width:54%;}
header .tool{top:4.5vw;right:0px;}
header .tool li{width:7.56vw;margin-right:5px;}

.quick_tool{padding:2.5vw;}
.quick_tool .quick_menu,.quick_tool .quick_return{width:11.5vw; height:11.5vw; background-size:contain;}
.quick_tabs{width:30%;}
#quickBox{width:70%;}

.quick_tabs li{font-size:4.2vw;height:calc((100vh - 16.5vw) / 9);line-height:calc((100vh - 16.5vw) / 9);}
.quick_tabs li i{width:7.2vw; height:6vw; background-size:57.6vw 12vw;}

.quick_tabs li:nth-child(2) i{background-position:-7.2vw 0;}
.quick_tabs li:nth-child(3) i{background-position:-14.4vw 0;}
.quick_tabs li:nth-child(4) i{background-position:-21.6vw 0;}
.quick_tabs li:nth-child(5) i{background-position:-28.8vw 0;}
.quick_tabs li:nth-child(6) i{background-position:-36vw 0;}
.quick_tabs li:nth-child(7) i{background-position:-43.2vw 0;}
.quick_tabs li:nth-child(8) i{background-position:-50.5vw 0;}

.quick_tabs li:nth-child(1).active i{background-position:0 -6vw;}
.quick_tabs li:nth-child(2).active i{background-position:-7.2vw -6vw;}
.quick_tabs li:nth-child(3).active i{background-position:-14.4vw -6vw;}
.quick_tabs li:nth-child(4).active i{background-position:-21.6vw -6vw;}
.quick_tabs li:nth-child(5).active i{background-position:-28.8vw -6vw;}
.quick_tabs li:nth-child(6).active i{background-position:-36vw -6vw;}
.quick_tabs li:nth-child(7).active i{background-position:-43.2vw -6vw;}
.quick_tabs li:nth-child(8).active i{background-position:-50.5vw -6vw;}

.quick_list{width:98%;}
.quick_list li a{font-size:2.9vw;}


#search .input{height:42px;background-position:3% center;}
#search .input input[type="text"]{width:74%;height:22px;margin:10px 0 10px 14%;padding-left:5px;border-radius:0px; font-size:3.2vw;}
#search .input span{padding:0 10px;}
#search .input span:after{border-width:8px;border-top-width:12px;margin-top:16px;}
#search input[type="submit"]{height:42px;font-size:18px;}


#fun li a{font-size:16px;}
#fun li i{width:12vw;height:12vw;}

#hot{height:11vw;background-size:auto 92%;padding-left:25vw;}
#hot h3{margin:5px auto 0px;}
#hot h3 a{font-size:14px;}
#hot p{overflow:hidden;font-size:12px;}
#hot p img{width:16px;margin-right:3px;}

.hTitle{height:32px;line-height:32px;}
.hTitle .n{background-size:24px;padding-left:28px;}
.hTitle .t .refresh{background-size:16px;padding-left:20px;font-size:14px;}
.hTitle .t .more{height:32px;background-size:20px;padding-right:22px;font-size:14px;}

#project{padding:2vw 0;}
.pro_list{margin:2vw auto;}
.pro_list dd{margin:2vw auto;}
.pro_list .por_list_bz dd i{width:26vw;height:26vw;background-size:78vw;}
.pro_list .por_list_zz dd i{width:26vw;height:26vw;background-size:78vw;}
.pro_list .por_list_by dd i{width:26vw;height:26vw;background-size:78vw;}
.pro_list dd p{font-size:18px;}

.pro_list dd:nth-child(2) i{background-position:-22.8vw 0;}
.pro_list dd:nth-child(3) i{background-position:-45.6vw 0;}
.pro_list dd:nth-child(4) i{background-position:0 -22.8vw;}
.pro_list dd:nth-child(5) i{background-position:-22.8vw -22.8vw;}
.pro_list dd:nth-child(6) i{background-position:-45.6vw -22.8vw;}
.pro_list dd:nth-child(7) i{background-position:0 -45.6vw;}
.pro_list dd:nth-child(8) i{background-position:-22.8vw -45.6vw;}
.pro_list dd:nth-child(9) i{background-position:-45.6vw -45.6vw;}

.pro_list dd:nth-child(2) i{background-position:-26vw 0;}
.pro_list dd:nth-child(3) i{background-position:-52vw 0;}
.pro_list dd:nth-child(4) i{background-position:0 -26vw;}
.pro_list dd:nth-child(5) i{background-position:-26vw -26vw;}
.pro_list dd:nth-child(6) i{background-position:-52vw -26vw;}
.pro_list dd:nth-child(7) i{background-position:0 -52vw;}
.pro_list dd:nth-child(8) i{background-position:-26vw -52vw;}
.pro_list dd:nth-child(9) i{background-position:-52vw -52vw;}

.myTabs li{width:14vw;}

#dt_my .my_c{width:14vw;bottom:-7vw;}
#myBox .my_nxet img{height:16px;}
#myBox .swiper-slide{}
#myBox .pic{margin-left:5px;}
#myBox .text{padding-top:18vw;margin-right:5px;}
#myBox .btns{font-size:14px;}
#myBox .btns a{font-size:15px;line-height:2.2em;padding:0 .8em;}

.my_info li{font-size:14px;margin-bottom:5px;text-overflow:ellipsis;white-space:nowrap;}

.hbTabs li{height:10vw;line-height:6vw;font-size:16px;padding:2vw;}
.hbTabs2 li{font-size: 12px;}
.hbTabs li i{width:6vw;height:6vw;background-size:24vw;}
.hbTabs li:nth-child(2) i{background-position:-6vw 0;}
.hbTabs li:nth-child(3) i{background-position:-12vw 0;}
.hbTabs li:nth-child(4) i{background-position:-18vw 0;}
.hbTabs li:nth-child(1).active i{background-position:0 -6vw;}
.hbTabs li:nth-child(2).active i{background-position:-6vw -6vw;}
.hbTabs li:nth-child(3).active i{background-position:-12vw -6vw;}
.hbTabs li:nth-child(4).active i{background-position:-18vw -6vw;}
.hbTabs .active:after{border-width:8px;top:10vw;}

.a_btn{margin:2vw auto;}
.a_btn li{margin:2vw auto;padding-left:35%;}
.a_btn li a{padding:15px 0;}
.a_btn li span{font-size:16px;}
.a_btn li p{font-size:22px;}

#footer{left:46%;}
#footer p{font-size:13px;margin-bottom:5px;line-height:1.4em;background-size:auto 18px;padding-left:22px;}
#footer .a_fun a{font-size:14px;}


#mapNav{line-height:30px;font-size:13px;}
#wzCon .title{font-size:4.2vw;}
#wzCon .info a{font-size:3.2vw; margin:0 1px; line-height:7vw; padding-left:8vw;}
#article{font-size:3.5vw;}
#article .chapter{width:30vw; height:30vw;}

.wzc a{padding:3vw 3vw 3vw 9vw; background-size:auto 80%; background-position:2vw center;}
.wz_hTitle{height:10vw;line-height:10vw;}
.wz_hTitle .n{font-size:4.5vw;}
.wz_hTitle .t .gh_li{font-size:3.5vw;height:8vw;}
.wz_hTitle .t .more{height:10vw;}

.rsKey li{font-size:4vw;}
.rsKey li:nth-child(5), .rsKey li:nth-child(6), .rsKey li:nth-child(7){height:20.8vw;line-height:20.8vw;}
.rsKey .a a{bottom:1.5vw; font-size:3vw;}


#fastNav{font-size:4vw;}
#fastNav a,#fastNav .fastLi{height:10vw; line-height:10vw;}
#fastNav .home{padding-left:0; background-image:none;}
#fastNav .plus{background-size:auto 62%;}
#fastNav .fastLi .swiper-slide{padding:0 4.5vw;}

#hdList dd{margin:1.5vw; padding:1vw;}
#hdList dd .pic{width:42%;border-width:1px;border-radius:3px;}
#hdList dd .text{width:56%;}
#hdList dd .zt{display:none;}
#hdList dd h3{font-size:3.8vw; margin:0 auto 1vw;}
#hdList dd p{font-size:3vw; background-size:auto 80%;}
#hdList dd .infos{font-size:3vw;text-overflow:ellipsis;white-space:nowrap;margin-top:1vw;padding-top:2vw;}

#list li a{font-size:4vw;}
#list li a span{}

.btnMore{font-size:4.2vw; padding:.5em 0;}
}

.list_Nr{display:flex;padding: 18px;border-bottom: 1px solid #c7c7c7;}
.list_Nr .listNr_le{width:560px;}
.list_Nr .listNr_le .p1{font-size: 22px;color: #656565;display: flex;align-items: center;}
.list_Nr .listNr_le .p1 img{width: 81px;margin-right: 9px;}
.list_Nr .listNr_le .p2{font-size: 20px;color: #656565;display: flex;margin-top: 9px;display: flex;align-items: center;color: #e53a00;}
.list_Nr .listNr_le .p2>span{border:1px solid #ea6133;color: #e53a00;width: 58px;height: 22px;border-radius: 1px;font-size: 18px;display: flex;align-items: center;justify-content: center;margin-right: 8px;}
.list_Nr .listNr_le .p2 div{border:1px solid #c6c6c6;width: 137px;height: 28px;color: #858585;font-size: 18px;display: flex;align-items: center;justify-content:center;}
.list_Nr .listNr_le .p2 div img{margin-right: 7px;}
.list_Nr .listNr_le .p2 .p2_cn{margin-left: 48px;}
.list_Nr .listNr_le .p2 .p2_cn_2{margin-left: 19px;}
.list_Nr .listNr_ri{flex: 1;display: flex;align-items: center;justify-content: center;}
.list_Nr .listNr_ri img{width: 20px;}
@media screen and (max-width:414px){
.list_Nr{padding: 12px;}
.list_Nr .listNr_le{width:364px;}
.list_Nr .listNr_le .p1{font-size: 14px;}
.list_Nr .listNr_le .p1 img{width: 52px;margin-right: 6px;}
.list_Nr .listNr_le .p2{font-size: 12px;margin-top: 6px;}
.list_Nr .listNr_le .p2>span{width: 37px;height: 22px;font-size: 12px;margin-right: 8px;}
.list_Nr .listNr_le .p2 div{width: 88px;height: 28px;font-size: 12px;}
.list_Nr .listNr_le .p2 div img{margin-right: 4px;width: 12px;}
.list_Nr .listNr_le .p2 .p2_cn{margin-left: 30px;}
.list_Nr .listNr_le .p2 .p2_cn_2{margin-left: 12px;}
.list_Nr .listNr_ri img{width: 12px;}
}
@media screen and (max-width:375px){
.list_Nr{padding: 10px;}
.list_Nr .listNr_le{width:328px;}
.list_Nr .listNr_le .p1{font-size: 13px;}
.list_Nr .listNr_le .p1 img{width: 52px;margin-right: 6px;}
.list_Nr .listNr_le .p2{font-size: 12px;margin-top: 6px;}
.list_Nr .listNr_le .p2>span{width: 37px;height: 22px;font-size: 12px;margin-right: 8px;}
.list_Nr .listNr_le .p2 div{width: 88px;height: 28px;font-size: 12px;}
.list_Nr .listNr_le .p2 div img{margin-right: 4px;width: 12px;}
.list_Nr .listNr_le .p2 .p2_cn{margin-left: 30px;}
.list_Nr .listNr_le .p2 .p2_cn_2{margin-left: 12px;}
.list_Nr .listNr_ri img{width: 12px;}
}
.lang{height: 268px;background: url(../images/lang_bg.jpg)no-repeat;background-size: 100 268px;margin: 20px 0;overflow: hidden;}
.lang .wq_hTitle{border-bottom: 0px;padding-top: 22px;}
.lang .wq_hTitle .n{background-image: url(../images/wangqi.png);background-size:39px 39px;border-bottom: 0px;}
.lang .zhuanjia {padding: 20px 0px;width: 342px;}
.lang .zhuanjia .zj_cn{display: flex;align-items: center;margin-right: 10px;}
.lang .zhuanjia .zj_cn .zj_img{width: 157px;height: 157px;margin-right: 10px;}
.lang .zhuanjia .zj_cn .zj_ri{flex: 1;display: flex;flex-direction: column;}
.lang .zhuanjia .zj_cn .zj_ri h3{font-size: 20px;color: #01295a;height: 32px;background: url(../images/wp_icon.png)no-repeat;padding-left: 36px;}
.lang .zhuanjia .zj_cn .zj_ri h3 span{font-size: 14px;margin-left: 5px;}
.lang .zhuanjia .zj_cn .zj_ri p{font-size: 18px;color: #01295a;margin-top: 10px;}
.lang .zhuanjia .zj_cn .zj_ri .zj_zj{display: flex;margin-top: 12px;}
.lang .zhuanjia .zj_cn .zj_ri .zj_zj a{flex: 1;background-color: #dedede;height: 30px;font-size: 18px;display:flex;align-items: center;justify-content: center;}
.lang .zhuanjia .zj_cn .zj_ri .zj_zj a:nth-child(1){color: #ff6400;margin-right: 2px;}
.lang .zhuanjia .zj_cn .zj_ri .zj_zj a:nth-child(2){color: #1257ac;}
@media screen and (max-width:414px){
.lang{height: 172px;background-size:100%;margin: 13px 0;}
.lang .wq_hTitle{border-bottom: 0px;padding-top: 14px;}
.lang .wq_hTitle .n{background-size:25px 25px;border-bottom: 0px;}
.lang .zhuanjia {padding: 2px 6px;width: 219px;}
.lang .zhuanjia .zj_cn .zj_img{width: 100px;height: 100px;margin-right: 6px;}
.lang .zhuanjia .zj_cn .zj_ri h3{font-size: 11px;height: 20px;padding-left: 23px;background-size:20px 20px; }
.lang .zhuanjia .zj_cn .zj_ri h3 span{font-size: 10px;margin-left: 5px;}
.lang .zhuanjia .zj_cn .zj_ri p{font-size: 14px;margin-top: 6px;}
.lang .zhuanjia .zj_cn .zj_ri .zj_zj{margin-top: 12px;}
.lang .zhuanjia .zj_cn .zj_ri .zj_zj a{height: 30px;font-size: 12px;}
.lang .zhuanjia .zj_cn .zj_ri .zj_zj a:nth-child(1){color: #ff6400;margin-right: 2px;}
}
@media screen and (max-width:375px){
.lang{height: 154px;background-size:100%;margin: 11px 0;}
.lang .wq_hTitle{border-bottom: 0px;padding-top: 12px;}
.lang .wq_hTitle .n{background-size:23px 23px;border-bottom: 0px;}
.lang .zhuanjia {padding: 2px 6px;width: 197px;}
.lang .zhuanjia .zj_cn .zj_img{width: 90px;height: 90px;margin-right: 6px;}
.lang .zhuanjia .zj_cn .zj_ri h3{font-size: 11px;height: 20px;padding-left: 20px;background-size:18px 18px; }
.lang .zhuanjia .zj_cn .zj_ri h3 span{font-size: 8px;margin-left: 5px;}
.lang .zhuanjia .zj_cn .zj_ri p{font-size: 11px;margin-top: 6px;}
.lang .zhuanjia .zj_cn .zj_ri .zj_zj{margin-top: 12px;}
.lang .zhuanjia .zj_cn .zj_ri .zj_zj a{height: 25px;font-size: 11px;}
.lang .zhuanjia .zj_cn .zj_ri .zj_zj a:nth-child(1){color: #ff6400;margin-right: 2px;}
}
.fgx{height: 9px;background-color: #e5e5e5;}
.juli{height: 26px;}
.ty_tit{padding: 20px 14px 0 14px;border-bottom: 1px solid #cecece;display: flex;justify-content: space-between;align-items: center;}
.ty_tit .tit_le{display: flex;border-bottom: 4px solid #cecece;padding-bottom: 10px;align-items: center;}
.ty_tit .tit_le img{width: 59px;height: 59px;margin-right: 12px;}
.ty_tit .tit_le .tit_cn h2{font-size: 36px;color: #235faf;}
.ty_tit .tit_le .tit_cn h2 span{color: #ff6705;}
.ty_tit .tit_le .tit_cn p{font-size: 24px;color: #3466ad;}
.ty_tit .tit_ri{display: flex;align-items: center;}
.ty_tit .tit_ri a{color: #767676;}
.ty_tit .tit_ri a:nth-child(1) img{margin-right: 9px;}
.ty_tit .tit_ri a:nth-child(2){margin-left: 9px;}
.tit_js{font-size: 20px;color: #292929;text-indent: 2em;padding: 14px 36px;line-height: 38px;}
.tit_js a{color: #ff6705;}
.sgyy{display: flex;padding: 0 19px;}
.sgyy div{flex: 1;border:3px solid #d5d5d5;display: flex;border-radius: 5px;position: relative;}
.sgyy div p{position: absolute;left: 0px;bottom: 0px;text-align: center;width: 100%;background: rgba(213,213,213,.9);padding: 10px 0;color: #002b65;}
.sgyy div:nth-child(1){margin-right: 12px;}
.tj{margin: 26px 20px;height: 32px;display: flex;}
.tj .tj_t1{width: 85px;background-color: #ff6400;height: 32px;display: flex;align-items: center;justify-content: center;border-radius: 5px;font-size: 20px;color: #fff;}
.tj .tj_t1 img{margin-right: 4px;}
.tj .tj_t2{width: 512px;border-top:1px solid #e1e1e1;border-right:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;height: 32px;display: flex;}
.tj .tj_t2 .tj_n1{font-size: 20px;color: #616161;width: 164px;display: flex;align-items: center;justify-content: center;border-right: 1px solid #e1e1e1;height: 32px;}
.tj .tj_t2 .tj_n2{flex:1;padding-left: 46px;box-sizing: border-box;}
.tj .tj_t2 .tj_n2 span{color: #616161;font-size: 20px;height: 32px;line-height: 32px;margin-right: 30px;}
.tj .tj_t2 .tj_n2 span:nth-child(2){background: url(../images/xx.png)0 5px no-repeat;padding-left: 25px;}
.tj .tj_t2 .tj_n2 span:nth-child(3){background: url(../images/xl.png)0 5px no-repeat;padding-left: 25px;}
@media screen and (max-width:414px){
.fgx{height: 6px;}
.juli{height: 17px;}
.ty_tit{padding: 13px 9px 0 9px;}
.ty_tit .tit_le{border-bottom: 3px solid #cecece;padding-bottom: 6px;}
.ty_tit .tit_le img{width: 38px;height: 38px;margin-right: 8px;}
.ty_tit .tit_le .tit_cn h2{font-size: 24px;}
.ty_tit .tit_le .tit_cn p{font-size: 16px;}
.ty_tit .tit_ri a{font-size: 14px;}
.ty_tit .tit_ri a:nth-child(1) img{margin-right: 6px;width: 16px;}
.ty_tit .tit_ri a:nth-child(2){margin-left: 6px;}
.ty_tit .tit_ri a:nth-child(2) img{width: 20px;}
.tit_js{font-size: 13px;text-indent: 2em;padding: 9px 23px;line-height: 24px;}
.sgyy{padding: 0 12px;}
.sgyy div{flex: 1;border:2px solid #d5d5d5;border-radius: 3px;}
.sgyy div p{width: 100%;padding: 6px 0;font-size: 13px;}
.sgyy div:nth-child(1){margin-right: 8px;}
.sgyy div img{width: 188px;height:134px;}
.tj{margin: 17px 13px;height: 20px;}
.tj .tj_t1{width: 54px;height: 20px;border-radius: 5px;font-size: 13px;}
.tj .tj_t1 img{margin-right: 4px;width: 15px;}
.tj .tj_t2{width: 332px;height: 20px;display: flex;align-items: center;}
.tj .tj_t2 .tj_n1{font-size: 13px;width: 105px;height: 20px;}
.tj .tj_t2 .tj_n2{flex:1;padding-left: 28px;}
.tj .tj_t2 .tj_n2 span{font-size: 13px;margin-right: 19px;}
.tj .tj_t2 .tj_n2 span:nth-child(2){background: url(../images/xx.png)0 3px no-repeat;padding-left: 16px;background-size: 12px 10px;}
.tj .tj_t2 .tj_n2 span:nth-child(3){background: url(../images/xl.png)0 3px no-repeat;padding-left: 16px;background-size: 12px 11px;}
}
@media screen and (max-width:375px){
.fgx{height: 5px;}
.juli{height: 15px;}
.ty_tit{padding: 13px 9px 0 9px;}
.ty_tit .tit_le{border-bottom: 3px solid #cecece;padding-bottom: 6px;}
.ty_tit .tit_le img{width: 34px;height: 34px;margin-right: 8px;}
.ty_tit .tit_le .tit_cn h2{font-size: 22px;}
.ty_tit .tit_le .tit_cn p{font-size: 15px;}
.ty_tit .tit_ri a{font-size: 14px;}
.ty_tit .tit_ri a:nth-child(1) img{margin-right: 6px;width: 16px;}
.ty_tit .tit_ri a:nth-child(2){margin-left: 6px;}
.ty_tit .tit_ri a:nth-child(2) img{width: 20px;}
.tit_js{font-size: 12px;text-indent: 2em;padding: 9px 23px;line-height: 24px;}
.sgyy{padding: 0 12px;}
.sgyy div{flex: 1;border:2px solid #d5d5d5;border-radius: 3px;}
.sgyy div p{width: 100%;padding: 6px 0;font-size: 11px;}
.sgyy div:nth-child(1){margin-right: 8px;}
.sgyy div img{width: 188px;height:134px;}
.tj{margin: 17px 13px;height: 20px;}
.tj .tj_t1{width: 54px;height: 20px;border-radius: 5px;font-size: 12px;}
.tj .tj_t1 img{margin-right: 4px;width: 14px;}
.tj .tj_t2{width: 332px;height: 20px;display: flex;align-items: center;}
.tj .tj_t2 .tj_n1{font-size: 12px;width: 105px;height: 20px;}
.tj .tj_t2 .tj_n2{flex:1;padding-left: 20px;}
.tj .tj_t2 .tj_n2 span{font-size: 12px;margin-right: 12px;}
.tj .tj_t2 .tj_n2 span:nth-child(2){background: url(../images/xx.png)0 3px no-repeat;padding-left: 16px;background-size: 12px 10px;}
.tj .tj_t2 .tj_n2 span:nth-child(3){background: url(../images/xl.png)0 3px no-repeat;padding-left: 16px;background-size: 12px 11px;}
}
.nav_list{padding: 10px;}
.nav_list .bzT{display: flex;height: 80px;border-bottom: 1px solid #dbd9d9;align-items: center;justify-content: space-between;}
.nav_list .bzT h3{display: flex;align-items: center;}
.nav_list .bzT h3 img{width: 32px;margin-right: 15px;}
.nav_list .bzT h3 a{color: #767676;font-size: 24px;}
.nav_list .bzT .zk{display: flex;}
.nav_list .bzT .zk a{color: #5a5a5a;width: 108px;height: 34px;border:1px solid #c0bcbd;display: flex;align-items: center;justify-content: center;align-items: center;font-size: 20px;}
.nav_list .bzT .zk a:nth-child(1){margin-right: 9px;}
.nav_list .bzT .zk a img{width: 21px;margin-right: 6px;}
.nav_list .exper{height: 297px;background: url(../images/lang_bj.jpg)no-repeat;background-size: 100%;margin-top: 16px;padding: 20px 46px;box-sizing: border-box;display: none;}
.nav_list .exper h3{font-size: 20px;color: #555555;text-align: center;}
.nav_list .exper p{font-size: 20px;text-align: center;color: #4d4d4d;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.nav_list .exper .xt{display: flex;}
.nav_list .exper .xt div:nth-child(1){width: 83px;height: 83px;font-size: 24px;color: #fff;font-weight: bold;background-color: #5185c1;border-radius: 100%;display: flex;align-items: center;justify-content: center;margin-right: 7px;}
.nav_list .exper .xt div:nth-child(2){padding: 18px;box-sizing: border-box;flex: 1;background: rgba(212,223,236,.8);}
.nav_list .exper .ht{margin-top: 9px;}
.nav_list .exper .zx{display: flex;margin-top: 18px;}
.nav_list .exper .zx a{flex: 1;border-radius: 1000px;height: 48px;display: flex;align-items: center;justify-content: center;color: #fff;font-size: 20px;}
.nav_list .exper .zx a:nth-child(1){background: rgba(104,150,205,.8);margin-right: 4px;}
.nav_list .exper .zx a:nth-child(2){background: rgba(246,153,93,.8);}
.nav_list .exper .zx a img{width: 28px;margin-right: 11px;}
.nav_list dd:nth-child(1) .exper{display: block;}
@media screen and (max-width:414px){
.nav_list{padding: 7px;}
.nav_list .bzT{height: 52px;}
.nav_list .bzT h3 img{width: 21px;margin-right: 10px;}
.nav_list .bzT h3 a{font-size:16px;}
.nav_list .bzT .zk a{width: 70px;height: 22px;font-size: 13px;}
.nav_list .bzT .zk a:nth-child(1){margin-right: 6px;}
.nav_list .bzT .zk a img{width: 14px;margin-right: 4px;}
.nav_list .exper{height: 193px;margin-top: 10px;padding: 13px 30px;}
.nav_list .exper h3{font-size: 13px}
.nav_list .exper p{font-size: 13px;}
.nav_list .exper .xt div:nth-child(1){width: 54px;height: 54px;font-size: 16px;margin-right: 5px;}
.nav_list .exper .xt div:nth-child(2){padding: 12px;}
.nav_list .exper .ht{margin-top: 6px;}
.nav_list .exper .zx{margin-top: 12px;}
.nav_list .exper .zx a{height: 31px;font-size: 13px;}
.nav_list .exper .zx a:nth-child(1){margin-right: 3px;}
.nav_list .exper .zx a img{width: 18px;margin-right: 7px;}
#sp_bz{ margin:7px auto; padding:7px;}
#sp_bz .pic{width:32%;border-radius:3px; }
#sp_bz .text{width:66%; }
#sp_bz .jx{width:100%; margin-top:7px; padding-top:7px; line-height:1.6em;font-size: 14px;}
#sp_bz .infos li{ line-height:1.75em;font-size: 14px;}
#sp_bz .infos li span{margin:0 3px;}
#sp_bz .infos li img{width: 14px;}
#sp_bz .sp_btns a{width:49%; border-radius:3px; line-height:2.2em;  font-size:14px;}
#sp_bz .sp_btns a img{margin-right:3px;width: 20px;}
#sp_bz .jx img{ margin-right:3px;width: 17px;}
}
@media screen and (max-width:375px){
.nav_list{padding: 6px;}
.nav_list .bzT{height: 47px;}
.nav_list .bzT h3 img{width: 19px;margin-right: 9px;}
.nav_list .bzT h3 a{font-size:14px;}
.nav_list .bzT .zk a{width: 63px;height: 20px;font-size: 12px;}
.nav_list .bzT .zk a:nth-child(1){margin-right: 5px;}
.nav_list .bzT .zk a img{width: 13px;margin-right: 4px;}
.nav_list .exper{height: 174px;margin-top: 9px;padding: 12px 27px;}
.nav_list .exper h3{font-size: 12px}
.nav_list .exper p{font-size: 12px;}
.nav_list .exper .xt div:nth-child(1){width: 49px;height: 49px;font-size: 14px;margin-right: 5px;}
.nav_list .exper .xt div:nth-child(2){padding: 11px;}
.nav_list .exper .ht{margin-top: 5px;}
.nav_list .exper .zx{margin-top: 11px;}
.nav_list .exper .zx a{height: 28px;font-size: 12px;}
.nav_list .exper .zx a:nth-child(1){margin-right: 3px;}
.nav_list .exper .zx a img{width: 16px;margin-right: 6px;}
#sp_bz{ margin:6px auto; padding:6px;}
#sp_bz .pic{width:32%;border-radius:3px; }
#sp_bz .text{width:66%; }
#sp_bz .jx{width:100%; margin-top:7px; padding-top:7px; line-height:1.6em;font-size: 13px;}
#sp_bz .infos li{ line-height:1.65em;font-size: 13px;}
#sp_bz .infos li span{margin:0 3px;}
#sp_bz .infos li img{width: 14px;}
#sp_bz .sp_btns{margin-top: 4px;}
#sp_bz .sp_btns a{width:49%; border-radius:3px; line-height:2em;  font-size:13px;}
#sp_bz .sp_btns a img{margin-right:3px;width: 18px;}
#sp_bz .jx img{ margin-right:3px;width: 17px;}
}
.rd_box{background-color: #ededed;overflow: hidden;padding-bottom: 10px;}
.rd{font-size: 24px;color: #4d4d4d;border-bottom: 1px solid #a1a1a1;text-align: center;padding-bottom: 10px;margin-top: 16px;}
.rd span{border-bottom: 5px solid #a1a1a1;padding: 8px 0;box-sizing: border-box;}
.rd_list{display: flex;flex-direction: column;padding: 20px;margin-top: 10px;}
.rd_list li{flex: 1;display: flex;}
.rd_list li a{flex: 1;height: 60px;display: flex;align-items: center;justify-content: center;font-size: 24px;color: #fff;}
.rd_list li:nth-child(1) a:nth-child(1){background-color: #5184c2;margin: 0 7px 7px 0;}
.rd_list li:nth-child(1) a:nth-child(2){background-color: #9dbd41;margin: 0 7px 7px 0;}
.rd_list li:nth-child(1) a:nth-child(3){background-color: #41bd91;margin-bottom: 7px;}
.rd_list li:nth-child(2) a:nth-child(1){background-color: #41bd91;margin-right: 7px;}
.rd_list li:nth-child(2) a:nth-child(2){background-color: #5184c2;margin-right: 7px;}
.rd_list li:nth-child(2) a:nth-child(3){background-color: #9dbd41;}
.rd_zx{display: flex;padding:  0 4px;}
.rd_zx input{width: 380px;height: 58px;border:1px solid #cbcbcb;text-indent: 2em;line-height: 58px;font-size: 20px;color: #8f8f8f;}
.rd_zx input::placeholder{font-size: 20px;color: #8f8f8f;}
.rd_zx a{flex: 1;display: flex;align-items: center;justify-content: center;font-size: 20px;color: #fff;}
.rd_zx a.rd_mf{background-color: #ff6400;}
.rd_zx a.rd_wx{background-color: #3f78e7;}
@media screen and (max-width:414px){
.rd{font-size: 16px;padding-bottom: 7px;margin-top: 10px;}
.rd span{border-bottom: 3px solid #a1a1a1;padding: 5px 0;}
.rd_list{padding: 13px;margin-top: 7px;}
.rd_list li a{height: 39px;font-size: 16px;}
.rd_list li:nth-child(1) a:nth-child(1){margin: 0 5px 5px 0;}
.rd_list li:nth-child(1) a:nth-child(2){margin: 0 5px 5px 0;}
.rd_list li:nth-child(1) a:nth-child(3){margin-bottom: 5px;}
.rd_list li:nth-child(2) a:nth-child(1){margin-right: 5px;}
.rd_list li:nth-child(2) a:nth-child(2){margin-right: 5px;}
.rd_zx{padding:  0 3px;}
.rd_zx input{width: 247px;height: 38px;line-height: 38px;font-size: 13px;}
.rd_zx input::placeholder{font-size: 13px;}
.rd_zx a{font-size: 13px;}
}
.js_sp{height: 52px;background-color: #5184c2;color: #fff;font-size: 24px;line-height: 52px;}
.js_sp img{margin: 0 10px;}
.js_sp a{float: right;margin-right: 32px;color: #fff;font-size: 22px;}
.sp{height: 358px;}
@media screen and (max-width:414px){
.js_sp{height: 34px;font-size: 16px;line-height: 34px;}
.js_sp img{margin: 0 7px;width: 16px;}
.js_sp a{margin-right: 21px;font-size: 14px;}
.js_sp a img{width: 12px;}
.sp{height: 232px;}
}
@media screen and (max-width:375px){
.sp{height: 210px;}
}
.zj_wp{padding: 30px;display: flex;align-items: center;}
.zj_wp .wp_img{margin-right: 18px;width: 157px;}
.zj_wp .zj_cn{flex: 1;display: flex;flex-direction: column;}
.zj_wp .zj_cn p{font-size: 20px;color: #5f5f5f;margin-bottom: 10px;}
.zj_wp .zj_cn .zj_icon{color: #757575;display: flex;align-items: center;font-size: 20px;margin-bottom: 16px;}
.zj_wp .zj_cn .zj_icon img{margin-right: 10px;}
.zj_wp .zj_cn .zj_zx {display: flex;align-items: center;}
.zj_wp .zj_cn .zj_zx a{background-color: #ff6400;color: #fff;width: 130px;height: 40px;display: flex;align-items: center;justify-content: center;}
.zj_wp .zj_cn .zj_zx .zj_bz{flex: 1;margin-left: 16px;color: #757575;display: flex;align-items: center;}
.zj_wp .zj_cn .zj_zx .zj_bz img{margin-right: 7px;}
.zj_wp .zj_cn .zj_zx .zj_bz span{color: #ff6400;}
.lt{background-color: #cfe7ee;border-radius: 5px;color: #757575;margin:18px 34px;padding: 8px 16px;position: relative;}
.lt i{width: 0; height: 0; border-top: 5px solid transparent; border-right: 10px solid #cfe7ee; border-bottom: 5px solid transparent;position: absolute;left: -10px;top:40%;}
.lt_p{text-align: center;color: #989898;}
@media screen and (max-width:414px){
.zj_wp{padding: 20px;}
.zj_wp .wp_img{margin-right: 12px;width: 102px;}
.zj_wp .zj_cn p{font-size: 13px;margin-bottom: 7px;}
.zj_wp .zj_cn .zj_icon{font-size: 13px;margin-bottom: 10px;}
.zj_wp .zj_cn .zj_icon img{margin-right: 7px;width: 20px;}
.zj_wp .zj_cn .zj_zx a{width: 85px;height: 26px;font-size: 13px;}
.zj_wp .zj_cn .zj_zx .zj_bz{margin-left: 10px;font-size: 13px;}
.zj_wp .zj_cn .zj_zx .zj_bz img{margin-right: 5px;width: 16px;}
.lt{border-radius: 3px;margin:12px 22px;padding: 5px 10px;font-size: 13px;}
.lt_p{font-size: 13px;}
}
@media screen and (max-width:375px){
.zj_wp{padding: 18px;}
.zj_wp .wp_img{margin-right: 11px;width: 92px;}
.zj_wp .zj_cn p{font-size: 12px;margin-bottom: 6px;}
.zj_wp .zj_cn .zj_icon{font-size: 12px;margin-bottom: 9px;}
.zj_wp .zj_cn .zj_icon img{margin-right: 6px;width: 18px;}
.zj_wp .zj_cn .zj_zx a{width: 77px;height: 23px;font-size: 12px;}
.zj_wp .zj_cn .zj_zx .zj_bz{margin-left: 9px;font-size: 12px;}
.zj_wp .zj_cn .zj_zx .zj_bz img{margin-right: 5px;width: 14px;}
.lt{border-radius: 3px;margin:12px 22px;padding: 5px 10px;font-size: 13px;}
.lt_p{font-size: 13px;}
}
.dt_banner{margin-top: 5px;}
.dt_hTitle .n{background: url(../images/dtyx.png) no-repeat center left;}
#setBtn{margin:2%; width:96%; height:4px; background-color:#e1e1e1;-webkit-appearance:none;display:flex;}
#autoBox{margin:2%;display: flex;align-items: center;margin-bottom: 20px;justify-content: center;}
#autoBox .text{float:left;width: 430px;overflow:hidden; border:1px solid #c9c9c9; border-radius:100px;padding: 6px 30px;margin-right: 20px;}
#autoBox .text .autoZt{background:url(../images/auto_d.png) no-repeat center left;padding-left:30px; line-height:30px; font-weight:bold;color:#3466ad;}
#autoBox .text .autoDis{padding:5px 0 0 0;text-overflow:ellipsis; white-space:nowrap; overflow:hidden;display: flex;align-items: center;color: #8b8b8b;justify-content: center;}
#autoBox .text .autoDis span{color: #3466ad;font-weight: bold;display: flex;align-items: center;margin-right: 22px;}
#autoBox .text .autoDis span img{width: 14px;margin-right: 8px;}
#autoBox .text p{line-height: 30px;text-align: center;}
#autoBox>span{color: #8b8b8b;}
@media screen and (max-width:414px){
.dt_hTitle .n{background-size: 26%;}
#autoBox>span{font-size: 14px;width: 100px;}
#autoBox>img{width: 61px;}
#autoBox{margin-bottom: 13px;}
#autoBox .text{padding: 4px 20px;margin-right: 13px;}
#autoBox .text p{font-size: 14px;line-height: 26px;}
}
@media screen and (max-width:375px){
#autoBox>img{width: 55px;}
#autoBox{margin-bottom: 12px;}
#autoBox .text{padding: 4px 12px;margin-right: 12px;}
#autoBox .text p{font-size: 12px;line-height: 24px;}
}

input[type='range']{-webkit-appearance:none; position:relative;}
input[type='range']::focus{outline:none;}
input[type='range']::-webkit-slider-runnable-track{height:0px;}
input[type='range']::-webkit-slider-thumb{-webkit-appearance:none;height:12px;width:12px;margin-top:-4px;border-radius:50%;background-color:#7aa4e0;box-shadow:0px 0px 0px 4px rgba(181,202,232,.7);cursor:pointer;}
input[type='range']::-ms-track {border-color: transparent; /*去除原有边框*/color: transparent; /*去除轨道内的竖线*/}

#setBtn{margin:2%; width:96%; height:4px; background-color:#e1e1e1;-webkit-appearance:none;}
#autoBtn{text-align:center;}
#autoBtn a{text-align:center; display:inline-block; width:15%; height:30px;}
#autoBtn a:nth-child(1) img{width: 42%;}
#autoBtn a:nth-child(2) img{width: 30%;}
#autoBtn a:nth-child(3) img{width: 42%;}


#autoTitle{position:relative; padding:.5rem 0;}
#autoTitle span{color:#b7b7b7;position:absolute;top:0px;}
#autoTitle #timeCur{left:0px;}
#autoTitle #timeDur{right:0px;}
#autoTitle h1{font-size:1.2rem;text-align:center;}

.dt_nav{display: flex;flex-direction: column;}
.dt_nav ul{flex: 1;display: flex;}
.dt_nav ul li{flex: 1;background-color: #34343e;display: flex;align-items: center;justify-content: center;border-right: 1px solid #fff;}
.dt_nav ul li a{color: #fff;font-size: 1.4em;padding: .5em 0;display: block;}
.dt_nav ul li a img{width: 40%;padding-right: 2%; box-sizing: border-box;}
.dt_nav ul:nth-child(2){border-top:1px solid #fff;}
.dt_nav ul li:nth-child(4){border-right: none;}
.dt_nav ul:nth-child(1) li:nth-child(1){background-color: #119597;}
@media screen and (max-width:414px){
#autoTitle span{font-size: .6em;}
.dt_nav ul li a{font-size: 1em;}
}
@media screen and (max-width:375px){
.dt_nav ul li a{font-size: .9em;}
}
@media screen and (max-width:320px){
.dt_nav ul li a{font-size: .8em;}
}

.mu_p{color: #a3a3a3;font-size: 1em;margin: 1em 0;text-indent: .5em;}
@media screen and (max-width:414px){
.mu_p{color: #a3a3a3;font-size: .6em;margin: 1em 0;}
}
@media screen and (max-width:375px){
.mu_p{color: #a3a3a3;font-size: .5em;margin: 1em 0;}
}
@media screen and (max-width:320px){
.mu_p{color: #a3a3a3;font-size: .5em;margin: 1em 0;}
}

.mu_fx{display: flex;align-items: center;}
.mu_fx li:nth-child(1){flex: 3;display: flex;align-items: center;text-align: center;}
.mu_fx li:nth-child(1) div{flex: 1;}
.mu_fx li:nth-child(1) span{flex: 1;text-align: left;}
.mu_fx li:nth-child(2){flex: 1;display: flex;}
.mu_fx li:nth-child(2) a{flex: 1;border:1px solid #bfbfbf;color: #050505;text-align: center;margin: 0 1%;padding: .5em 0;font-size: .8em;}

.mu_bj{height: 1em;background-color: #e5e5e5;margin-top: 1em;}
.mu_bq {margin-top: 1em;border-bottom:1px solid #3466ad;}
.mu_bq span{background-color: #3466ad;font-size: 1.6em;font-weight: bold;color: #fff;position: relative;height:2em;line-height: 2em;display: block;width:36%;padding-left: 2%;}
.mu_bq span .mu_sjx{position: absolute;bottom:0px;right: -14px;}
.mu_bq span .mu_le{width: 16%;margin-right: 1%;}

.mu_con{padding: .5em;}
.mu_con span{background-color: #333333;color:#fff;font-weight: bold;font-size: 1em;border-radius: 5px;padding: .2em .5em;position: relative;line-height: 2em;}
.mu_con span img{position: absolute;right: 6px;bottom:-8px;z-index: -1;}
.mu_con p{margin-top: 1em;color: #737373;font-size: 1em;line-height: 1.6em;}
@media screen and (max-width:414px){
.jiathis_style_32x32 .jiathis_txt {
font-size: 1.4em !important;
}
.mu_fx li:nth-child(1){font-size: .6em;}
.mu_fx li:nth-child(2){font-size: .8em;}
.mu_bj{height: .5em;}
.mu_bq span{font-size: 1em;}
.mu_con p{font-size: .9em;}
}
@media screen and (max-width:375px){
.jiathis_style_32x32 .jiathis_txt {
font-size: 1em !important;
}
.mu_con span img{bottom:-6px;}
.mu_fx li:nth-child(1){font-size: .6em;}
.mu_fx li:nth-child(2){font-size: .6em;}
.mu_con span{font-size: .9em;}
.mu_bq span{font-size: .9em;}
.mu_con p{font-size: .8em;}
}
@media screen and (max-width:320px){
.mu_fx li:nth-child(1){font-size: .5em;}
.mu_fx li:nth-child(2){font-size: .5em;}
.mu_con span{font-size: .8em;}
.mu_bq span{font-size: .8em;}
.mu_con p{font-size: .7em;}
}

#yprc{width: 100%;height: 300px;}
.infoBox{background-color: royalblue;color: #fff;padding: 5px;}
.infoBox h3{font-size: 14px;}
.infoBox p{font-size: 12px;}
.infoBox img{top: -2px;}
.dizhi{padding: 5px;}
@media screen and (max-width:414px){
.dizhi p{font-size: 14px;}
}
#article table{width: 100% !important;}
#article img{max-width: 100% !important;}
#article p{max-width: 100% !important;}

/*cp2019-2-23底部导航*/
.navbar{overflow:hidden;background:#EE7700;}
.navbar li{width:25%; float:left; text-align:center; border-left:1px solid #fff; margin-left:-1px;}
.navbar li a{display:block;color:#fff; line-height:3em; font-size:1.1em;}
.navbar2{background:#ff9f3f;}


/*cp2019-2-23列表页*/
.dt-xys-content{ width:100%; padding:0 10px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.dt-xys-baer{ height:22px; border-bottom:1px solid #d3d2d2; margin:10px 0;}
.dt-xys-baer span{ height:20px; font:14px/20px '宋体'; background:url(http://3g.cdsgnk.com/static/images/lb_03.png) no-repeat; padding:0 0 0 25px; color:#333; border-bottom:1px solid #0b7fdc; display:inline-block;}
.dt-xys-lb1{ margin:0 0 10px 0;}
.dt-xys-lb1 h1{ width:100%; font:16px/28px '微软雅黑'; color:#fff; text-align:center; background:#0b7fdc;}
.dt-xys-lb1 h1 a{ font:16px/28px '微软雅黑'; color:#fff;}
.dt-xys-dl1{ height:57px; overflow:hidden;padding:10px; background:#e9f5fe; display:-webkit-box;}
.dt-xys-dl1 dt{display: block;width: 64px;height: 57px;margin-right: 5px;position: relative;overflow: hidden;}
.dt-xys-dl1 dd{ height: 57px; overflow:hidden;-webkit-box-flex:1;}
.dt-xys-dl1 dd a{font:12px/20px '宋体'; color:#858383; display:block;}
.dt-xys-lb2{border-top:1px solid #d3d2d2; background-color: #e0e1e0;background-image: -webkit-linear-gradient(#fff, #e0e1e0);background-image: -moz-linear-gradient(#fff, #e0e1e0);background-image: o-linear-gradient(#fff, #e0e1e0);background-image: -ms-linear-gradient(#fff, #e0e1e0);background-image: -chrome-linear-gradient(#fff, #e0e1e0);background-image: linear-gradient(#fff, #e0e1e0); padding:10px 0 5px 10px;}
.dt-xys-lb2-content{ background:url(http://3g.cdsgnk.com/static/images/lb_10.png) no-repeat; padding:0 0 0 35px; overflow:hidden;}
.dt-xys-lb2-link{ background:url(http://3g.cdsgnk.com/static/images/jiantou.png) no-repeat right; padding:0 20px 0 0;}
.dt-xys-lb2-link h2{ font:16px '宋体'; color:#000; margin:0 0 3px 0;}
.dt-xys-lb2-link h2 a{ font:16px '宋体'; color:#000;}
.dt-xys-lb2-link p a{ font:12px/16px '宋体'; color:#969797; display:inline-block; letter-spacing:1px;}
.pagelist {height: 30px;overflow: hidden;zoom: 1;padding: 10px 0px 0px 20px; margin:0 auto 10px auto;}
.pagelist li {float: left;border: #99c7e9 1px solid;background: #e5f4ff;color: #333;font-size: 12px;margin-left: 5px;display: inline;padding: 1px 5px;}


/*cp2019-2-23热门*/
.dt-xys-p1{ width:100%;}
.dt-xys-p1-title{ width:100%; background:url(../images/xin_06.png) no-repeat #0b7fdc; height:44px; font:20px/44px "微软雅黑"; color:#fff; padding: 0 0 0 40px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; margin:0 0 10px 0;}
.dt-xys-p-rs{ width:100%; display:inline-block;}
.dt-xys-span1{ width:33.33%; display:block; float:left;}
.dt-xys-span2{ width:50%; display:block; float:left;}
.


/*cp2019-2-23热门*/
.dt-xys-p1{ width:100%;}
.dt-xys-p1-title{ width:100%; background:url(../images/xin_06.png) no-repeat #0b7fdc; height:44px; font:20px/44px "微软雅黑"; color:#fff; padding: 0 0 0 40px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; margin:0 0 10px 0;}
.dt-xys-p1-title span{ font:16px/44px '宋体'; margin:0 0 0 5px;}
.dt-xys-p1-title img{ margin:0px;}
.dt-xys-p1-title a{ background:#f00; border-radius:10px; font:12px/20px '宋体'; color:#fff; display:inline-block; float: right; padding:0 10px; margin:15px 5px 0 0;}
.dt-xys-p1 table{ width:100%; margin:10px 0 0 0; border-color:#d3d2d2;font:14px/40px '宋体'; color:#000; text-align:center;}
.dt-xys-p1 table{ width:100%; margin:10px 0 0 0; border-color:#d3d2d2;font:14px/40px '宋体'; color:#000; text-align:center;}
.dt-xys-p-rs{ width:100%; display:inline-block;}
.dt-xys-span1{ width:33.33%; display:block; float:left;}
.dt-xys-span2{ width:50%; display:block; float:left;}
.dt-xys-p-rs a{ margin:0 1px 1px 0; font:14px/24px '宋体'; color:#fff; display:block; text-align:center; padding:5px 0;}
.dt-xys-p1 form{ width:100%;display:inline-block; margin:0 0 10px 0;}
.dt-xys-p1 form p{ width:100%; padding:5px 10px 0 10px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box; display:inline-block; }
.dt-xys-p1 form p label{ width:25%; text-align:center;font-weight:normal; display:block; float:left;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.dt-xys-p1 form p input{ width:50%;  display:block; float:left;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
.dt-xys-p1 form p span{ width:25%; text-align:center;   display:block; float:left;-webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;}
*/


