@font-face{font-family:'iconfont';src:url('http://at.alicdn.com/t/font_1432720974_1547027.eot');src:url('http://at.alicdn.com/t/font_1432720974_1547027.eot?#iefix') format('embedded-opentype'),url('http://at.alicdn.com/t/font_1432720974_1547027.woff') format('woff'),url('http://at.alicdn.com/t/font_1432720974_1547027.ttf') format('truetype'),url('http://at.alicdn.com/t/font_1432720974_1547027.svg#iconfont') format('svg')}
@font-face{font-family:'Pacifico';font-style:normal;font-weight:400;src:local('Pacifico Regular'),local('Pacifico-Regular'),url(http://fonts.gstatic.com/s/pacifico/v7/Q_Z9mv4hySLTMoMjnk_rCfesZW2xOQ-xsNqO47m55DA.woff2) format('woff2')}

.fa{display:inline-block;font-family:"iconfont";font-size:20px;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;-webkit-text-stroke-width:0.2px;-moz-osx-font-smoothing:grayscale}
.fa-icon-qq:before{content:"\e604"}
.fa-icon-weibo:before{content:"\e600"}
.fa-icon-weixin:before{content:"\e605"}
.fa-icon-zaixianzixun:before{content:"\e608"}

*{margin:0;padding:0;}
body{background:url(../images/bj.jpg); font-size:12px;line-height:22px;font-family:"Microsoft YaHei";}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,tr,dl,dd,select,option{ margin:0; padding:0;}
.body,.ul,.ol,.li,.p,.h1,.h2,.h3,.h4,.h5,.h6,.form,.fieldset,.table,.td,.img,.div,.tr,.dl,.dd,.select,.option{ margin:0; padding:0;}
li,img,input,em,select{ list-style:none; border:none; font-style:normal;}
a{ text-decoration:none !important; cursor:pointer !important;}
select::-ms-expand { display: none; }
.img_cover{position: absolute;top: 0;bottom: 0;left: 0;right: 0;	max-width: 100%;max-height: 100%;display: block;margin:auto;padding: auto;}
.clearfix:after{content:" ";display:block;height:0;clear:both;visibility:hidden;}
.tr{ transition:all 0.5s;-o-transition:all 0.5s;-ms-transition:all 0.5s;-moz-transition:all 0.5s;-webkit-transition:all 0.5s;}
.wrap{ max-width:1200px; margin:0 auto;width:100%;}
.overflow { overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}

header.act{position:initial;left:0;top:0;z-index:100;animation:searchTop 0.5s ease-in-out;background:#fff;z-index:999}
.header_nav.act{position:fixed;left:0;top:0;z-index:100;animation:searchTop 0.5s ease-in-out;z-index:9999}
.sjdnav.act{position:fixed;right:0;top:84px;z-index:100;animation:searchTop 0.5s ease-in-out}
@keyframes searchTop {
    0% {top:-100px}
    to {top:0}
}

header{position:relative;width:100%;}
.header_top{background:#dfdfdf;line-height:30px;}
.h_top{display:flex;justify-content:space-between;font-size:12px;font-family:"SimSun";color:#4c4c4c;}
.h_top span a{font-size:12px;font-family:"SimSun";color:#4c4c4c;}
.h_top span a:hover{color:#d70011;}

.header_main{display:flex;justify-content:space-between;align-items:center;}
.logo{ width:389px;}
.logo img{ max-width:100%; display:block;}
header .tel{background:url(../images/tel.png) no-repeat left center;padding-left:65px;}
header .tel p{line-height:21px;font-size:18px;color:#333;}
header .tel p span{font-size:13px;}
header .tel b{line-height:30px;font-size:30px; font-family:"Impact";color:#0067c6;font-weight:bold;}

/*导航下拉开始*/
.header_nav{ width:100%;background:url(../images/nav_bj.jpg) repeat-x;}
.header_nav .nav{  position:relative; z-index:99;  display:flex;justify-content:space-between;align-items:center;}
.header_nav .nav .nLi{ position:relative; width:11.1111111111%; text-align:center;}
.header_nav .nav .nLi h3{background:url(../images/nav_shu.jpg) no-repeat right center;}
.header_nav .nav .nLi h3 a{ display:block; font-size:16px; color:#fff; line-height:52px;margin-right:2px;}
.header_nav .nav .sub{ display:none; width:calc(100% - 2px); left:0; top:52px;  position:absolute; background:rgba(1,125,228,0.7) none repeat scroll 0 0 !important;  line-height:35px; padding:5px; z-index:999; }
.header_nav .nav .sub li{ zoom:1; margin-bottom:5px;width:135px; } 
.header_nav .nav .sub a{ display:inline-block; padding:0 10px;font-size:13px;color:#fff; border-bottom:2px solid transparent;}
.header_nav .nav .sub a:hover{  color:#fff;border-bottom:2px solid #fff;}
.header_nav .nav .nLi:hover h3 a{background:url(../images/nav_hover.png) no-repeat center center;}
.header_nav .nav .nLi h3 a.cur{background:url(../images/nav_hover.png) no-repeat center center;}

/*移动端导航*/
.sj_nav{ width:100%; }
.icon-menu{ cursor:pointer;z-index:999; width:40px; height:40px; border:3px solid #246eb2; border-radius:50%;display:flex;justify-content:center;align-items:center;position:relative;right:0;top:0;}
.icon-menu .span01 { width:18px;height:3px;background:#246eb2;border-radius:5px; display:block;}
.icon-menu .span02 { width:18px;height:3px;background:#246eb2;border-radius:5px; display:block; margin:5px 0;}
.icon-menu .span03 { width:18px;height:3px;background:#246eb2;border-radius:5px; display:block;}
.icon-menu.click .span02 {width:0;opacity:0;filter:alpha(opacity=0); }
.icon-menu.click .span01 { position:relative;top:8px;transform:rotate(45deg);}
.icon-menu.click .span03 { position:relative;top:-8px;transform:rotate(-45deg);}
.sjdnav{ width:115px; height:280px; position:absolute;right:0%; top:139px;z-index:9999;background:rgba(44, 44, 44, 0.7) none repeat scroll 0 0 !important; background-color:#202020;}
.sjdnav ul{ padding:0; margin:0;}
.sjdnav li{ height:44px; line-height:44px;display:block;text-align:center; margin:0; padding:0;}
.sjdnav li a{display:block;line-height:40px;  font-size:15px; color:#fff;}
.sjdnav li a:hover{background:#333; color:#fff;}
.sjdnavhide{ height:0; overflow:hidden;}

/*大图滚动开始*/
.banner{}
.ban_img { padding-top:32%;}
/*.swiper-pagination-bullet{width:15px;height:15px;}
.swiper-pagination-bullet-active{background:#fd5573}*/
.prev-banner{left:-50%;}
.next-banner{right:-50%;}
.banner:hover .prev-banner{left:10px;}
.banner:hover .next-banner{right:10px;}

section{width:100%;height:180px;background:url(../images/tt_bj.jpg) no-repeat 50% 50%;background-size:cover;}
section ul{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;}
section ul li{width:25%;position:relative;display:flex;justify-content:space-between;align-items:center;height:180px;}
section ul li a{display:block;width:100%;}
section ul li:before{width:1px;height:93px;background:#ddd;position:absolute;right:0;top:55px;display:block;content:"";}
section ul li:nth-last-child(1):before{display:none;}
section ul li .t1{width:39px;height:42px;background:url(../images/t1_0.png) no-repeat center center, url(../images/t1_1.png) no-repeat center -42px;margin:8px auto;}
section ul li .t2{width:38px;height:42px;background:url(../images/t2_0.png) no-repeat center center, url(../images/t2_1.png) no-repeat center -42px;margin:8px auto;}
section ul li .t3{width:62px;height:42px;background:url(../images/t3_0.png) no-repeat center center, url(../images/t3_1.png) no-repeat center -42px;margin:8px auto;}
section ul li .t4{width:39px;height:42px;background:url(../images/t4_0.png) no-repeat center center, url(../images/t4_1.png) no-repeat center -42px;margin:8px auto;}
section ul li .txt{text-align:center;color:#666;}
section ul li .txt p{display:block;line-height:34px;font-size:20px;}
section ul li .txt span{display:block;line-height:28px;font-size:14px;}
section ul li:hover .txt p{color:#246eb2;}
section ul li:hover .t1{background:url(../images/t1_0.png) no-repeat center 42px, url(../images/t1_1.png) no-repeat center center;}
section ul li:hover .t2{background:url(../images/t2_0.png) no-repeat center 42px, url(../images/t2_1.png) no-repeat center center;}
section ul li:hover .t3{background:url(../images/t3_0.png) no-repeat center 42px, url(../images/t3_1.png) no-repeat center center;}
section ul li:hover .t4{background:url(../images/t4_0.png) no-repeat center 42px, url(../images/t4_1.png) no-repeat center center;}

.recommend{margin-top:65px;}
.title{background:url(../images/title.png) no-repeat center center;height:51px;text-align:center;}
.title b{display:block;line-height:27px;font-size:24px;color:#246eb2;}
.title p{display:block;font-size:14px;color:#333;margin-top:6px;}
.recommend ul{display:flex;flex-wrap:wrap;margin-top:45px;}
.recommend ul li{width:31%;margin:1%;}
.recommend ul li a{display:block;width:100%;position:relative;overflow:hidden;}
.recommend ul li a .recommend_img{padding-top:73%;}
.recommend ul li a .txt{width:100%;line-height:45px;text-align:center;font-size:15px;color:#fff;background:rgba(2,2,2,0.7);position:absolute;left:0;bottom:0;}
.recommend ul li:hover .img_cover{transform:scale(1.1);}

.mpv{margin-top:80px;}
.mpv_title{position:relative;display:flex;justify-content:space-between;}
.mpv_title:before{display:block;content:"";width:100%;height:1px;background:#ebebeb;position:absolute;left:0;top:39px;z-index:-1;}
.mpv_title .txt{line-height:34px;font-size:25px;color:#666;padding-left:16px;position:absolute;left:0;}
.mpv_title .txt span{font-size:14px;}
.mpv_title .txt:before{display:block;content:"";width:5px;height:24px;background:#246eb2;position:absolute;left:0;top:7px;}

.slideTxtBox {width:100%;}
.slideTxtBox .hd { text-align:center;float:right;}
.slideTxtBox .hd ul { text-align:center; display:flex;}
.slideTxtBox .hd ul li { line-height:38px;font-size:14px; color:#666;cursor:pointer;padding:0 18px;border:1px solid #ebebeb;border-right:none;border-bottom:none;}
.slideTxtBox .hd ul li:nth-last-child(1){border-right:1px solid #ebebeb;}
.slideTxtBox .hd ul li:hover {color:#246eb2;font-weight:bold; border-bottom:none;border-top:2px solid #246eb2;background:#fff;}
.slideTxtBox .hd ul li.on {color:#246eb2;font-weight:bold; border-bottom:none;border-top:2px solid #246eb2;background:#fff;}
.slideTxtBox .bd { width:100%; margin-top:60px; position:relative;left:0;top:0;}
.slideTxtBox .bd ul { display:flex;flex-wrap:wrap;width:100%;}
.slideTxtBox .bd ul li {width:23%;margin:1%;}
.slideTxtBox .bd ul li .pic{width:100%;position:relative;overflow:hidden;}
.slideTxtBox .bd ul li .pic .mpv_img{padding-top:78%;}
.slideTxtBox .bd ul li .pic .hover{position:absolute;left:-44px;top:0;background:url(../images/hot_img.png) no-repeat center center;width:44px;height:44px;}
.slideTxtBox .bd ul li .bd_txt{height:58px;display:flex;justify-content:space-between;align-items:center;background:#e8e8e8;padding:0 15px;}
.slideTxtBox .bd ul li .bd_txt .p01{font-size:14px;color:#666;}
.slideTxtBox .bd ul li .bd_txt .p02{font-size:14px;color:#fff;background:url(../images/shu.png) no-repeat 18px center, #246eb2;width:85px;line-height:27px;text-align:center;border-radius:5px;text-align:center;}
.slideTxtBox .bd ul li:hover .hover{left:0;}
.slideTxtBox .bd ul li:hover .img_cover{transform:scale(1.1);}
.slideTxtBox .bd ul li:hover .p01{color:#246eb2;font-weight:bold;}

.bus{margin-top:30px}

.service{background:#f0f1f2;margin-top:80px;}
.service_main{display:flex;flex-wrap:wrap;align-items:center;}
.service_left{width:260px;position:relative;background:#246eb2; color:#fff;padding:0 24px 20px 24px;margin-right:40px;}
.service_left p{width:100%;height:29px;background:#246eb2;position:absolute;left:0;top:-29px;display:block;z-index:3;}
.service_left p:before{display:block;content:"";border-left: 16px solid transparent;border-right: 2px solid transparent;border-top: 30px solid #0f487e;position:absolute;right:-17px;top:1px; transform:rotate(177deg);z-index:-1;}
.service_left b{display:block;font-size:24px;line-height:35px;text-align:right;}
.service_left h6{display:block;font-size:14px;line-height:20px;font-family:"Arial";text-align:right;}
.service_left span{display:block;width:47px;height:3px;background:#fff;margin:10px 0;text-align:right;float:right;}
.service_left h5{font-size:13px;line-height:24px;margin-top:32px; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp:5;overflow: hidden;}
.service_left a{display:block;width:125px;line-height:30px;border:1px solid #fff;text-align:center;margin:20px auto 0 auto;font-size:14px;color:#fff;position:relative;}
.service_left a:before, .service_left a::after{display:block;content:"";width:40px;height:1px;background:#fff;position:absolute;top:15px;}
.service_left a:before{left:-20px;}
.service_left a::after{right:-20px;}
.service_left:hover a{transform:translateY(-5px);}

.swiper-container{}
.service_right{width:calc(100% - 300px)}
.service_right .swiper-slide a .service_img{padding-top:78%;}
.service_right .swiper-slide a .txt{width:100%;line-height:30px;text-align:center;font-size:15px;color:#fff;background:rgba(2,2,2,0.3);position:absolute;left:0;bottom:0;}
.service_right .swiper-slide:hover .img_cover{transform:scale(1.1);}

.news_box{margin-top:45px;display:flex;justify-content:space-between;}
.news{width:380px;}
.news_title{line-height:50px;border-bottom:1px solid #ededed;display:flex;}
.news_t1{font-size:16px;color:#222;font-weight:bold;position:relative;margin-right:8px;}
.news_t1 span{color:#246eb2;}
.news_t1:before{display:block;content:"";width:64px;height:3px;background:#246eb2;position:absolute;left:0;bottom:-1px;}
.news_t2{font-size:14px;color:#cfcfcf;font-family:"Arial";text-transform:uppercase;}
.news img{display:block;max-width:100%;max-height:130px;border:1px solid #fff;box-shadow:0 0 0 1px #dfdfdf;margin:15px auto;}
.news ul{display:block;}
.news ul li{line-height:34px;border-bottom:1px dashed #c6c6c6;height:34px;overflow:hidden;}
.news ul li a{display:flex;justify-content:space-between;}
.news ul li a p{padding-left:15px;font-size:14px;color:#222;position:relative;}
.news ul li a p:before{display:block;content:"";width:8px;height:8px;border-radius:50%;background:#246eb2;position:absolute;left:0;top:13px;}
.news ul li a span{font-size:12px;color:#222;font-family:"Arial";}
.news ul li:hover p{color:#246eb2;}
.news_box .lxfs{width:360px;}
.news_box .lxfs img{display:block;max-width:100%;margin:17px auto;}
.news_box .lxfs p{line-height:23px;font-size:14px;color:#222;}

.foot{width:100%;height:273px;background:url(../images/contact_bj.jpg) no-repeat 50% 50%;background-size:cover;margin-top:50px;display:flex;align-items:center;position:relative;}
.foot_box{display:flex;}
.erweima{padding:8px;position:relative;background:url(../images/erweima_bj.png) no-repeat center center;width:146px;height:164px;margin-right:24px;}
.erweima img{display:block;max-width:100%;margin:13px auto;}
.erweima b{display:block;font-size:14px;color:#fff;position:absolute;left:50%;top:0;transform:translate(-50%, -50%);}
.foot_box .txt{width:250px;}
.foot_box .txt b{display:block;line-height:33px;font-size:24px;color:#fff;}
.foot_box .txt p{margin-top:17px;line-height:20px;font-size:14px;color:#222;}
.foot_box .txt a{display:block;width:125px;line-height:30px;border:1px solid #fff;text-align:center;margin:20px auto 0 auto;font-size:14px;color:#fff;position:relative;}
.foot_box .txt a:before, .foot_box .txt a::after{display:block;content:"";width:40px;height:1px;background:#fff;position:absolute;top:15px;}
.foot_box .txt a:before{left:-20px;}
.foot_box .txt a::after{right:-20px;}
.foot_box:hover a{transform:translateY(-5px);}
.foot .foot_logo{display:block;max-width:100%;position:absolute;right:0;top:0;}

footer{background:#246eb2}
.foot_link{color:#fff;font-size:14px;display:flex;line-height:50px;}
.foot_link .link{font-size:22px;color:#9eacc6;background:#064489;width:150px;text-align:center;text-transform:uppercase}
.foot_link .link span{font-size:14px;color:#246eb2;margin-left:6px;}
.foot_link a{color:#fff;line-height:50px;margin:0 20px;}
.foot_link a:hover{text-decoration:underline !important;font-weight:bold;}
.foot_bottom{border-top:1px solid #669ac9;display:flex;justify-content:center;align-items:center;height:96px;text-align:center;}
.foot_nav {color:#fff;}
.foot_nav a{color:#fff;font-size:14px;}
.foot_nav a:hover{text-decoration:underline !important;}
.foot_bottom p{color:#fff;font-size:14px;margin-top:15px;}

/*mpv*/
.cpzs{display:flex;flex-wrap:wrap;margin-top:35px;margin-bottom:10%;}
.cpzs_left{width:260px;margin-right:25px;}
.s-drop-wrap { width:100%; }
.s-drop-btn { background:url(../images/cp_dian1.png) no-repeat 25px center, url(../images/cp_bj.jpg) no-repeat center center; line-height:80px; font-size:22px; color: #fff; padding-left:50px;margin-bottom:10px;}
.s-drop-btn span { line-height:55px;right:20px;}
.s-drop-btn.act{  background:url(../images/cp_bj.jpg) no-repeat center center, url(../images/cp_dian1.png) no-repeat 25px center;}
.s-drop-list {display: block;}
.s-drop-list li{ margin-top:4px;}
.s-drop-list li a{ display:block; }
.aside-list-link{ font-size:16px; color:#222;line-height:50px; background:url(../images/cp_dian2.png) no-repeat 25px center, #e3e3e3;padding-left:57px; }
.aside-list-link:hover, .aside-list-link.act{background:url(../images/cp_dian3.png) no-repeat 25px center, #246eb2; color:#fff;}
/*.s-drop-list li .aside-sublist{ width:100%;  display:none;  }
.s-drop-list li .aside-sublist li{margin-top:5px;}
.s-drop-list li .aside-sublist li a{ color:#5e5e5e; line-height:40px;  font-size:14px; margin-bottom:1px; text-align:center; background:#eee;}
.s-drop-list li .aside-sublist li a:hover, .aside-sublist li a.act{ background:#000;color:#bc2a2a;}*/
.cpzs_left .lxfs{margin-top:20px;}
.cpzs_left .lxfs p{background:url(../images/cp_dian1.png) no-repeat 25px center, #246eb2;line-height:45px;padding-left:50px;font-size:22px;color:#fff;}
.cpzs_left .lxfs img{display:block;max-width:100%;margin:5px auto;}
.cpzs_left .lxfs h6{margin-top:10px;line-height:24px;font-size:14px;color:#222;}

.cpzs_right{width:calc(100% - 285px);}
.cpzs_title{line-height:36px;border-bottom:3px double #ededed;display:flex;justify-content:space-between;}
.cpzs_title b{display:block;font-size:20px;color:#0d5fa8;background:url(../images/cp_dian4.png) no-repeat left center; padding-left:44px;width:155px;position:relative;}
.cpzs_title b:before{display:block;content:"";width:132px;height:6px;background:url(../images/cp_dian5.png) no-repeat left bottom;position:absolute;left:0;bottom:-2px;}
.cpzs_ul{display:flex;flex-wrap:wrap;margin-top:20px;}
.cpzs_ul li {width:31%;margin:1%;}
.cpzs_ul li .pic{width:100%;position:relative;overflow:hidden;}
.cpzs_ul li .pic .mpv_img{padding-top:78%;}
.cpzs_ul li .pic .hover{position:absolute;left:-44px;top:0;background:url(../images/hot_img.png) no-repeat center center;width:44px;height:44px;}
.cpzs_ul li .bd_txt{height:58px;display:flex;justify-content:space-between;align-items:center;background:#e8e8e8;padding:0 15px;}
.cpzs_ul li .bd_txt .p01{font-size:14px;color:#666;}
.cpzs_ul .bd_txt .p02{font-size:14px;color:#fff;background:url(../images/shu.png) no-repeat 18px center, #246eb2;width:85px;line-height:27px;text-align:center;border-radius:5px;text-align:center;}
.cpzs_ul li:hover .hover{left:0;}
.cpzs_ul li:hover .img_cover{transform:scale(1.1);}
.cpzs_ul li:hover .p01{color:#246eb2;font-weight:bold;}

/*mpv_show*/
.mpv_show{margin-top:30px;}
.mpv_show .txt{line-height:24px;font-size:16px;color:#222;font-weight:bold;text-align:center;}
.mpv_show img{display:block;max-width:100%;margin:10px auto;}

/*rental 租车手续*/
.rental_ul{margin-top:20px;}
.rental_ul li{line-height:40px;border-bottom:1px solid #ededed;}
.rental_ul li a{display:flex;justify-content:space-between;}
.rental_ul li p{font-size:14px;color:#222;}
.rental_ul li p span{color:#0ba29a;margin-right:25px;}
.rental_ul li img{display:block;max-width:100%;width:100px;height:23px;margin-top:10px;}
.rental_ul li:hover img{transform:translateX(-10px);}

/*news*/
.news_ul{margin-top:30px;display:block;}
.news_ul li{background:#e8e8e8;padding:10px;margin-bottom:20px;}
.news_ul li a{display:flex;}
.news_ul li .news_img{width:180px;height:125px;margin-right:15px;}
.news_ul li .news_img div{width:100%;height:100%;}
.news_ul li .txt{width:calc(100% - 195px);color:#222}
.news_ul li .txt b{display:block;line-height:30px;font-size:16px;}
.news_ul li .txt span{display:block;width:30px;height:2px;background:#ababab;margin:5px 0;}
.news_ul li .txt .p01{margin-top:7px;line-height:21px;font-size:14px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
.news_ul li:hover{background:url(../images/news_bj.jpg) no-repeat 50% 50%;background-size:cover;}
.news_ul li:hover .txt{color:#fff;}
.news_ul li:hover .txt span{background:#fff;width:100%;}

/*about*/
.all_txt{margin-top:30px;font-size:14px;color:#666;line-height:28px;}



/*手机底部*/
.hot{width:100%; height:58px; background:#246eb2; position:fixed; bottom:0; left:0; z-index:99; border-top:solid 2px #fff;}
.hot span{ color:#fff; font-size:16px; line-height:20px;}
.hot h6{ font-size:12px; line-height:20px;}
.hot .row div a{ display:block; color:#fff; padding:7px 0; border-right:1px solid #fff;}
.dbbox{ position: fixed; left: 0; bottom:70px; z-index:99; width: 100%; }
.dbbox .dbs{ position: relative; padding: 0 15px; display:none;}
.dbbox .dbs .neirong{padding: 10px; background: #fff; border-radius: 5px;}
.dbbox .dbs.ewm-box{ text-align:center; }
.dbbox .dbs.ewm-box:after{ content: ""; position: absolute; left:50%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/icon/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.fenxiang-box:after{ content: ""; position: absolute; left:75%; bottom:-6px; z-index: 1; width:25%; height:6px; background: url(../images/icon/dbtc_jt.png) no-repeat center;}
.dbbox .dbs.ewm-box img{ max-width: 140px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 .li{ position: relative; padding: 6px 0; width: 20%; height: 44px; }
.dbbox .dbs.fenxiang-box .bdshare-button-style1-32 a{ position: absolute; left: 50%; top:6px; margin:0 0 0 -16px; float: inherit !important; display: block; }
.col-xs-3{padding:0;margin:0;}

@media (max-width:1200px){
	.wrap{ width:96%}
    .mpv_title .txt span{display:none;}
    }

@media (max-width:991px) and (min-width:768px){
    header.act{position:fixed;left:0;top:0;z-index:100;animation:searchTop 0.5s ease-in-out;background:#fff;z-index:999}
	.wrap{ width:96%}
    .ban_img{padding-top:31%}
    section{height:initial;}
    section ul li{width:50%;}
    section ul li:nth-last-child(odd):before{display:none;}
    .recommend, .mpv{margin-top:20px;}
    .slideTxtBox .hd{width:initial;}
    .slideTxtBox .hd ul li{padding:0 10px;}
    .slideTxtBox .bd ul li{width:48%;}
    .service_right li{width:48%}
    .service_right li:nth-last-child(1){display:none;}
    .news_box{flex-wrap:wrap;}
    .news{width:48%;}
    .news_box .lxfs{display:none;}
    .foot .foot_logo{display:none;}
    /*mpv*/
    .cpzs_left{width:100%;margin:0;}
    .s-drop-btn{background:url(../images/cp_dian1.png) no-repeat 25px center, #246eb2;line-height:55px;padding-left:50px;font-size:22px;color:#fff;}
    .s-drop-btn.act{background:url(../images/cp_dian1.png) no-repeat 25px center, #246eb2;}
    .s-drop-list{display:none;}
    .cpzs_right{width:100%;}
    }
 
@media (max-width:767px){
    header.act{position:fixed;left:0;top:0;z-index:100;animation:searchTop 0.5s ease-in-out;background:#fff;z-index:999}
	.wrap{ width:96%}
    .logo{width:300px;}
    .sjdnav{top:83px;}
    .ban_img{padding-top:31%}
    section{height:initial;}
    section ul li{width:50%;height:140px;}
    section ul li:before{display:none;}
    section ul li .txt p{font-size:14px;}
    section ul li .txt span{font-size:12px;}
    .recommend ul li{width:48%;}
    .recommend, .recommend ul{margin-top:20px;}
    .recommend ul li a .txt{line-height:24px;font-size:12px;}
    .recommend, .news_box{margin-top:20px;}
    .slideTxtBox .hd{width:initial;margin-bottom:20px;}
    .slideTxtBox .hd ul li{padding:0 10px;width:50%;border-right:1px solid #ededed}
    .slideTxtBox .hd ul li:nth-last-child(1){border-bottom:1px solid #ededed}
    .slideTxtBox .hd ul li:nth-last-child(2){border-bottom:1px solid #ededed}
    .slideTxtBox .bd ul li{width:48%;}
    .mpv_title .txt{top:-55px;}
    .slideTxtBox .hd ul{flex-wrap:wrap;}
    .mpv_title:before{display:none;}
    .slideTxtBox .bd ul li .bd_txt{padding:0 10px;height:40px;}
    .slideTxtBox .bd ul li .bd_txt .p02{width:40px;background:#246eb2;}
    .bus{margin-top:70px}
    .service{margin-top:40px;}
    .service_left{width:100%;margin:0;}
    .service_left p:before{display:none;}
    .service_right{width:100%;}
    .service_right li{width:100%;}
    .news_box{flex-wrap:wrap;}
    .news{width:100%;}
    .news_box .lxfs{width:100%;}
    .foot .foot_logo{display:none;}
    .foot_bottom, .foot{height:initial;padding:0 0 20px 0;}
    .erweima{display:none ;}
    .foot_box .txt{margin:0 auto; }
    /*mpv*/
    .cpzs{margin-top:20px}
    .cpzs_left{width:100%;margin:0;}
    .s-drop-btn{background:url(../images/cp_dian1.png) no-repeat 25px center, #246eb2;line-height:55px;padding-left:50px;font-size:22px;color:#fff;}
    .s-drop-btn.act{background:url(../images/cp_dian1.png) no-repeat 25px center, #246eb2;}
    .s-drop-list{display:none;}
    .cpzs_right{width:100%;}
    .cpzs_ul li{width:48%;}
    .cpzs_ul li .bd_txt {height:40px;}
    .cpzs_ul li .bd_txt .p02{width:40px;background:#246eb2;}
    /*news*/
    .news_ul li .news_img{width:150px;margin-right:10px;}
    .news_ul li .txt{width:calc(100% - 160px);}

    .news:nth-child(1){display:none;}
    .foot_nav{display:none;}
    }

@media (max-width:567px){
	}

@media (max-width:467px){

    }

@media (max-width:376px){
	}

@media (max-width:336px) {
    .logo{width:260px;}
    }
	/*浮动QQ*/
.dock {
	position: fixed;
	right: 0px;
	width: 50px;
	-moz-opacity: 0.7;
	opacity: 0.7;
	z-index: 200;
}

.dock.close {
	z-index: 50;
}

.dock ul.icons {
	position: absolute;
	list-style: none;
	right: 0px;
	padding: 0px;
	width: 50px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock.close ul.icons {
	right: -70px;
}

.dock ul.icons li i {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	background: url(../images/icons.png) no-repeat;
	cursor: pointer;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
	z-index: 210;
}

.dock ul.icons li.active i {
	-moz-opacity: 0.4;
	opacity: 0.4;
}

.dock ul.icons li.up i {
	background-position: -63px -150px;
}

.dock ul.icons li.tel2 i {
	background-position: -62px -108px;
}

.dock ul.icons li.im i {
	background-position: -63px -20px;
}

.dock ul.icons li.wechat i {
	background-position: -59px -66px;
}

.dock ul.icons li.down i {
	background-position: -63px -190px;
}

.dock ul.icons li p {
	display: block;
	position: absolute;
	top: 50px;
	right: -260px;
	padding: 15px 20px;
	height: 120px;
	color: White;
	line-height: 30px;
	border: 1px solid #333;
	border-right: none;
	background: #111;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px;
	-moz-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease-in-out .1s;
	-moz-transition: all .4s ease-in-out .1s;
	-ms-transition: all .4s ease-in-out .1s;
	-o-transition: all .4s ease-in-out .1s;
	transition: all .4s ease-in-out .1s;
	overflow: hidden;
	z-index: 201;
}

.dock ul.icons li.active p {
	right: 50px;
	-moz-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=100);
}

.dock ul.icons li.tel2 p {
width: 140px;
    height:130px;
    line-height:30px
}

.dock ul.icons li.im p {
	width: 140px;
    height:180px;
    line-height:18px
}

.dock ul.icons li.im p a {
	display: block;
	margin-top: 12px;
	width: 100px;
	height: 35px;
	line-height: 32px;
	color: #00dfb9;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	border: 1px solid #00dfb9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	-ms-transition: all .3s ease-in-out 0s;
	-o-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.dock ul.icons li.im p a:hover {
	color: White;
	background: #0f8773;
	border: 1px solid #0f8773;
}

.dock ul.icons li.wechat p {
	width: 170px;
    height:160px;
    line-height:30px
}

.dock ul.icons li.wechat p img {
	
	border: 2px solid #000;
}
.dock a.switch {
	position: absolute;
	display: block;
	top: 270px;
	right: 11px;
	width: 26px;
	height: 26px;
	background: url(../images/icons.png) no-repeat 0px -640px;
	cursor: pointer;
	-webkit-transition-delay: .15s;
	-moz-transition-delay: .15s;
	-ms-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
}

.dock a.switch.off {
	background-position: -32px -640px;
}



/*清除样式*/
.clear 
{
     clear:both;
     font-family:'微软雅黑';

}

/*分页css scott style pagination*/
div.scott
{
    padding:3px;margin:3px;text-align:center;

}
div.scott a
{
    border:#221616 1px solid;padding:2px 5px;color:#221616;margin:0 2px 0 0;text-decoration:none;

}
div.scott a:hover
{
    border:#221616 1px solid;color:white;background-color:#221616;

}
div.scott a:active
{
    border:#221616 1px solid;color:#611985;background-color:#221616;

}
div.scott span.current
{
    border:#221616 1px solid;padding:2px 5px;font-weight:bold;color:#fff;margin:0 2px 0 0;background-color:#221616;

}
div.scott span.disabled
{
    border:#dfdfdf 1px solid;padding:2px 5px;color:#221616;margin:0 2px 0 0;

}
	
	
	
	
	
	