﻿body{ min-width:320px;font:16px "微软雅黑","Arial,Microsoft YaHei";color:#333;line-height:24px;overflow-x: hidden; } .container{ margin:0 auto;height:auto; }
h1,h2,h3,h4,h5,p,div,span,ul,li,dl,dd,dt{margin:0;padding:0;} input,textarea,button{outline:none; font:16px "微软雅黑","Arial,Microsoft YaHei";}label{font-weight: normal;width:100%;}
a{text-decoration: none;outline:none;color:#333; } a:focus, a:hover{color:#333;text-decoration: none;outline: none;  outline-offset: 0;}
ul,li{list-style: none;} i,em{font-style:normal;}
.nav>li>a:focus, .nav>li>a:hover{background: none;}
.lt{float:left;}.rt{float:right;}.hide{display: none;}.show{display: block;} .imgMax{max-width:100%;max-height:100%;}
.tc{text-align:center;}.tr{text-align:right;}.tl{text-align:left;}.fwn{font-weight: normal}
.db{display: block;}.dib{display: inline-block;}.ma{margin: 0 auto;}.pr{position: relative;}.pa{position: absolute;}.pf{position: fixed;}.oh{overflow: hidden;}
.transition{-webkit-transition: all  0.3s linear;-moz-transition: all  0.3s linear;-o-transition: all  0.3s linear; transition: all  0.3s linear; }
img.desaturate { filter: grayscale(100%);  -webkit-filter: grayscale(100%);  -moz-filter: grayscale(100%);  -ms-filter: grayscale(100%);  -o-filter: grayscale(100%);  }
img.desaturate:hover { filter: grayscale(0);  -webkit-filter: grayscale(0);  -moz-filter: grayscale(0);  -ms-filter: grayscale(0);  -o-filter: grayscale(0);  }
img{border:none;}
html{ width:100%;overflow-x: hidden;}
body{ width:100%; ;position: relative;background: #fff;}
.clear{clear: both;}
.slick-slide{outline: none;}
.slick-slide img{margin:0 auto;max-width:100%;}
.slick-dots li button:before{display: none;}
.slick-dotted.slick-slider{margin-bottom:0;}
.container{padding-left:15px;padding-right:15px;max-width: 1600px;margin:0 auto;}





.body{transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;}
.body.on{transform: translate3d(-75%,0,0);-webkit-transform: translate3d(-75%,0,0);}
.left_navBox{position: fixed;top:0;left:0;right:0;bottom:0;z-index: 50;
    transform: translate3d(100%,0,0);-webkit-transform: translate3d(100%,0,0);
    transition: all ease-in-out .3s;-webkit-transition: all ease-in-out .3s;}
.left_navBox.on{transform: translate3d(0,0,0);-webkit-transform: translate3d(0,0,0);}
.left_navBg{position: absolute;top:0;left:0;right:0;bottom:0;z-index: 51;background: rgba(0,0,0,.5);}
.left_navCont{position: absolute;top:0;right:0;bottom:0;width:75%;background: #fff;z-index: 52}
.left_navCont .left_title{position: relative; background: #0779c0;color:#fff;padding:0 15px;height:50px;overflow: hidden;}
.left_navCont .left_title h3{line-height: 50px;padding-right:40px;font-size: 18px;font-weight: normal;}
.left_navCont .left_title .close_m{position: absolute;top:10px;right:15px;}
.left_navCont .left_title .close_m img{width: 22px;}
.left_nav{ height:100%;padding:5px 15px 60px;overflow: auto;-webkit-overflow-scrolling: touch; }
.left_nav li {border-bottom:1px solid #cfcfcf;}
.left_nav li a{display: block;padding-right:35px; line-height: 40px;height:40px;position: relative;overflow: hidden;font-size: 14px;}
.left_nav li i{display: none;position: absolute;top:0;right:-7px;text-align: center; width:30px;height:40px;line-height: 40px;font-size: 22px;}
.left_navTwo li{border:none;}
.left_navTwo li a{font-size: 13px;color:#666;padding-left:30px;}
.left_navThree li a{color:#999;padding-left:60px;}
.left_nav li a.on{color:#0779c0;}
.left_nav li i.in{display: block;}
.left_nav ul{display: none;}



.header{height:100px;background: #fff;}
.logo{float: left; height:100px;width:25%;padding:0 0 0 20px;}
.logo a{display: block;height:100%;position: relative;}
.logo a img{display: block;position: absolute;top:0;bottom:0;left:0;margin:auto;max-width: 100%;max-height: 100%;}
.nav{float: right;width:calc(100% - 50px - 25%);}
.nav li{float: left;text-align: center;width:14.28%;position: relative;}
.nav li a{display: block;height:100px;padding:23px 0;overflow: hidden;transition: all linear .3s;-webkit-transition: all linear .3s;}
.nav li a span{ margin:0 auto;position: relative;height:54px;line-height: 54px;display: inline-block;vertical-align: top;overflow: hidden;}
.nav li a span:before{content:"";display: none;width: 100%;height:3px;position: absolute;bottom:0;left:0;background: #0779c1;}
.nav li a span:after{content:"";display: none;width:0;height:0;position: absolute;bottom:3px;left:50%;margin-left:-6px;
    border-bottom:6px solid #0779c1;border-left:6px solid transparent;border-right:6px solid transparent;}
.child_nav{ display: none;position: absolute;top:100px;left:0;width:100%;padding:10px 0 0; z-index: 15}
.child_nav ul{background: #fff;border-radius: 5px; padding:8px 0;}
.child_nav li{float: none;width: 100%;}
.child_nav li a{line-height: 30px;height:30px;color:#666;font-size: 14px;padding:0 5px;}
.nav li.current>a{color:#0779c1;}
.nav li.current>a span:before{display: block;}
.nav li.current>a span:after{display: block;}
.nav li a:hover{color:#0779c1;}
.nav>li>a:hover span:before{display: block;}
.nav>li>a:hover span:after{display: block;}

.search_box{float: right;position: relative;height:100px;}
.ser_top{width:50px;height:100%;background: url(../images/index0_03.png) no-repeat center center;}
.ser_form{display: none; position: absolute;top:27px;right:0;background: #0779c1;z-index: 10;}
.ser_form form{width: 368px;height:46px;background: #0779c1; overflow: hidden;padding:5px 20px;}
.ser_form form input{float: left;line-height: 36px;height:36px;padding:0;font-size: 14px;color:#fff;  background: none;border:none;}
.ser_form form .ser_txt{width: calc(100% - 20px);padding:0  0 0 10px;}
.ser_form form .ser_sub{width: 18px;float: right;text-align: center;background:url(../images/index0_03v.png) no-repeat center center;}
.ser_form input::-webkit-input-placeholder { color:#fff;}
.ser_form input:-moz-placeholder { color:#fff;}
.ser_form input::-moz-placeholder { color:#fff;}
.ser_form input:-ms-input-placeholder { color:#fff;}


.banner .slick-dots{bottom:15px;width: 100%!important;left:0;right:0;}
.banner .slick-dots li{width:16px;height:16px;padding:3px;border:1px solid transparent;border-radius: 50%;margin:0 10px;}
.banner .slick-dots li button{border-radius: 50%;background: #fff;opacity: 1;padding:0;width:8px;height:8px;}
.banner .slick-dots li.slick-active{border-color:#fff;}

.common_title{padding:70px 0 35px;text-align: center;}
.common_title .en{color:#b0b5bc;font-size: 28px;line-height: 32px;}
.common_title .cn{ font-size: 24px;line-height: 32px;}
.common_title .line{ color:#0779c1; font-size: 20px;line-height:18px;font-weight: bold;}
.common_title .line:before{content:"";display: inline-block;vertical-align: middle;width:70px;height:1px;background: #e0e0e0;margin:-3px 20px 0;}
.common_title .line:after{content:"";display: inline-block;vertical-align: middle;width:70px;height:1px;background: #e0e0e0;margin:-3px 20px 0;}


.one_content{overflow: hidden;padding-bottom:80px;}
.one_slide{margin:0 -7px;}
.one_list{position: relative;margin:0 10px;float: left;}
.one_list img{max-height: 100%;max-width: 100%;}
.one_list .text{position: absolute;bottom:25px;left:30px;right:30px;}
.one_list .text:before{content:"";display: block;width:16px;height:9px;background: #0779c1;}
.one_list .text .ti {margin:13px 0 10px; color:#fff;font-size: 30px;line-height: 35px;height:35px; overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:1;}
.one_list .text .des{color:#fff;font-size: 18px;line-height: 24px;height:24px; overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:1;}
.one_list .text .more a{font-size: 14px;color:#999;margin-top:20px;display: block;}

.section_two{background: #fcfcfc;padding-bottom:80px;}
.two_content{background: #fff;padding:30px 20px;overflow: hidden;}
.two_list{width:calc(25% - 130px);float: left;margin:25px 65px;text-align: center;}
.two_list img{max-height: 100%;max-width: 100%;}
.two_list .img{position: relative;}
.two_list .img dd{display: none; position: absolute;bottom:0;top:0;left:0;right:0;padding:10px;background: rgba(255,255,255,.9);text-align: center;}
.two_list .img dd .box{ border:6px solid #525252;padding:20px 0;position: absolute;top:50%;left:12px;right:12px;margin:auto;
    transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.two_list .img dd .box .text{margin:0 auto; font-size: 14px;color:#666;line-height: 24px;height:96px; overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:4;}
.two_list .cont {margin-top:17px;}
.two_list .cont .ti a{display: block;font-size: 18px;line-height: 32px;height:32px; overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:1;}
.two_list .cont .des{color:#666;font-size: 14px;line-height: 32px;height:32px; overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:1;}
.two_list .img:hover dd{display: block;}

.section_three{background: url(../images/indexc_04.jpg) no-repeat center center;}
.section_three .container{max-width: 1400px;}
.three_number{overflow: hidden;padding:35px 0;}
.three_number li{float: left;width:25%;text-align: center;position: relative;}
.three_number li:after{content:"";display: inline-block;position: absolute;top:5%;right:0;width:1px;height:90%;background: #e0e0e0;}
.three_number li .year{font-size: 14px;color:#999;line-height: 50px;height: 50px;}
.three_number li .year span{font-size: 48px;color:#0779c1;font-weight: lighter;display: inline-block;margin-right:5px;}
.three_number li .des{line-height: 30px;font-size: 14px;color:#999;}
.three_number li:last-child:after{display: none;}
.three_content{padding:35px 0;overflow: hidden;}
.three_content img{max-height: 100%;max-width: 100%;}
.three_content .three_lt{float: left;width:48.5%;text-align: center;}
.three_content .three_rt{float: right;width:48.5%;padding-top:15px;}
.three_content .three_rt .cont{font-size: 16px;line-height: 40px;color:#666;height:160px; overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:4;}
.three_content .three_rt .more a{display: block;margin-top:30px; width:66px;height:18px;border-radius: 10px;background: #0779c1;text-align: center;color:#fff;font-size: 14px;line-height: 18px;}
.three_contact li{display: inline-block;vertical-align: top;margin:0 25px;box-shadow:0 5px 8px 0 rgba(0,0,0,.15);
    width:360px;height:56px;line-height: 56px;border-radius: 28px;background: #fff;text-align: center;}
.three_contact li a{display: block;font-size: 16px;color:#666;}
.three_contact li b{font-size: 24px;}
.three_contact li img{vertical-align: middle;margin:-3px 15px 0 0;}
.three_contact{text-align: center;margin:90px 0 120px;}

.section_four{background: #fcfcfc;padding-bottom:60px;}
.four_content{overflow: hidden;margin:0 -20px;}
.four_list{float: left;margin:20px;width:calc(25% - 40px); overflow: hidden; position: relative;text-align: center;}
.four_list dt img{max-height: 100%;max-width: 100%;}
.four_list dd{position:absolute;bottom:20px;left:30px;right:30px;background: rgba(0,0,0,.4);border-radius: 20px;}
.four_list dd a{display: block;height:40px;line-height: 40px;color:#fff;font-size: 16px; overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:1;}

.section_five{padding-bottom:40px;}
.five_content:after{content:"";display: block;clear: both;}
.five_list{float: left;width: 48.5%;background: #fff;margin-bottom:35px; box-shadow:0 5px  12px 0 rgba(0,0,0,.05);padding:20px 40px;}
.five_content .five_list:nth-child(2n){float: right;}
.five_list .time{font-size: 14px;line-height: 30px;color:#999;}
.five_list .more a{display: block;font-size: 14px;line-height: 30px;color:#999;}
.five_list .cont{overflow: hidden;margin:15px 0 8px;}
.five_list .cont dt{float: left;width:150px;text-align: center;}
.five_list .cont dt img{max-width: 100%;max-height: 100%;}
.five_list .cont dd{margin-left:170px;}
.five_list .cont dd .ti a{display: block;font-size: 16px;line-height: 18px;height:18px; overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:1;}
.five_list .cont dd .des{margin-top:10px;color:#666;font-size: 14px;line-height: 30px;height:90px; overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:3;}
.five_list:hover .more a{color:#0779c1;}
.five_list:hover .cont dd .ti a{color:#0779c1;}
.five_list:hover {box-shadow:0 5px  12px 0 rgba(7,121,193,.05);}

.section_six{background: #fcfcfc;padding-bottom:60px;}
.six_content{margin:0 -20px;overflow: hidden;}
.six_list{float: left;width:calc(100% / 8 - 40px); margin:0 20px 20px;text-align: center;background: #fff;}
.six_list img{max-width: 100%;max-height: 100%;}

.footer{background: #021826;padding-top:70px;}
.foot_one{width:340px;float: left;}
.foot_one .foot_logo{height:60px;}
.foot_one .foot_logo img{max-width: 100%;max-height: 100%;}
.foot_one .foot_tell{margin:25px 0; color:#fff;font-size: 34px;font-weight: lighter;line-height: 40px;}
.foot_one .foot_time{color:#909599;font-size: 14px;line-height: 28px;}
.foot_two{float: left;width:calc(100% - 570px);padding:0 30px;}
.foot_nav{overflow: hidden;}
.foot_nav li{float: left;width:25%;}
.foot_nav li h3{color:#fff;font-size: 18px;margin-bottom:20px;line-height: 30px;}
.foot_nav li a{display: block;color:#909599;font-size: 14px;line-height: 28px;}
.foot_three{float: right;width:230px;}
.foot_address{color:#fff;font-size: 14px;line-height: 28px;}
.foot_email{color:#909599;font-size: 14px;line-height: 28px;margin:20px 0;}
.foot_share .item{display: inline-block;vertical-align: top;border-radius: 50%; width:30px;height:30px;border:1px solid #909599;margin-right:15px;position: relative;text-align: center;}
.foot_share .wb{background: url(../images/index_03.png) no-repeat center center;}
.foot_share .wx{background: url(../images/index_10.png) no-repeat center center;}
.foot_share .wb:hover{background: #909599 url(../images/index_09.png) no-repeat center center;}
.foot_share .wx:hover{background: #909599 url(../images/index_05.png) no-repeat center center;}
.foot_share .wx .img{display: none; position: absolute;bottom:145%;left:50%;width:100px;height:100px;margin-left:-50px;text-align: center;align-items: center;}
.foot_share .wx .img img{max-width: 100%;max-height: 100%;margin:0 auto;}
.foot_share .wx .img:after{content:"";display: block;position: absolute;bottom:0;left:50%;margin:-7px;
  border-top:7px solid #fff;border-left:7px solid transparent;border-right:7px solid transparent;}
.foot_share .wx:hover .img{display: inline-flex;}
.copy{border-top:1px solid #0f2230;padding:20px 0;text-align: center;font-size: 14px;color:#909599;margin-top:65px;}
.copy a{font-size: 14px;color:#909599;}
.footer a:hover{color:#fff;}

.det_banner{text-align: center;}
.det_banner img{max-width: 100%;max-height: 100%;}

.det_mainTop{border-bottom:1px solid #ececec;}
.det_class{width: 70%;display: inline-block;vertical-align: top;position: relative;}
.det_class li{display: inline-block;vertical-align: top;margin-right:6%;}
.det_class li a{display: block;line-height: 76px;height:76px;color:#666;border-bottom:3px solid transparent;}
.det_classThree{display: none;width:100%;position: absolute;left:0;padding:15px 0 5px;z-index: 10;}
.det_classThree li{margin:5px 5% 5px 0;}
.det_classThree li a{color:#999;line-height: 38px;height:38px;}
.det_class li a:hover,.det_class li a.on {color:#0779c1;}
.det_class li a:hover,.det_class li a.on {border-color:#0779c1;}
.det_pos{width: 28%;float: right;text-align: right;height:76px;overflow: hidden;color:#999;font-size: 16px;}
.det_pos a{line-height: 76px;height:76px;color:#999;}
.det_pos img{vertical-align: middle;margin:-3px 5px 0 0;}
.det_pos a:hover{color:#0779c1;}

.det_caseCont .four_content{padding:30px 0;}
.det_caseCont .four_list{margin-top:30px;margin-bottom:30px;}
.det_main{padding-bottom:60px;}
.det_page{margin:20px 0;text-align: center;font-size: 14px;color:#999;line-height: 40px;}
.det_page a{display: inline-block;vertical-align: top;padding:0 15px;margin:3px;border:1px solid #f3f3f3;background:#f9f9f9;font-size: 14px;color:#999;line-height: 40px;height:40px;}
.det_page span{padding:0 15px;}
.det_page a.on,.det_page a:hover{color:#fff;font-weight: bold;background: #0779c1;border-color:#0779c1;}

.det_proCont .two_content{box-shadow: 0 0 10px 0 rgba(0,0,0,.05);margin:55px 0 80px;padding:20px 20px 0;}

.det_aboutCont{padding:120px 0 60px;}
.det_aboutCont img{max-width: 100%;max-height: 100%;}
.aboutCont_lt{float: left;width:46%;padding-right:4%}
.aboutCont_rt{padding:30px 0;font-size: 16px;line-height: 36px;color:#666;}
.aboutCont_rt .ti{margin:20px 0;font-size: 24px;line-height: 32px;color:#666;}

.det_newsCont{padding-top:60px;}
.newsCont_lt{display: inline-block;vertical-align: top;width:calc(100% - 540px);padding-right:60px;}
.newsCont_rt{width:540px;float: right;padding-left:60px;border-left:1px solid #ececec;}
.newsCont_lt .five_list{width: 100%;float: none;}
.newsCont_cont{padding-bottom:20px;}
.newsCont_rt .name{font-size: 20px;line-height: 22px;margin-bottom:15px;}
.hotNews_list li{padding:20px 0;border-bottom:1px dashed #cecece;}
.hotNews_list li .ti{display: block;line-height: 32px;height:32px;overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:1;}
.hotNews_list li .des{font-size: 14px;color:#666;line-height: 24px;height:48px;overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:2;}
.hotNews_list li .ti:before{content:"·";display: inline-block;vertical-align: middle;font-size: 30px;margin:-6px 8px 0 0;}
.hotNews_list li:hover .ti{color:#0779c1;}
.recommend_news{margin-top:50px;overflow: hidden;}
.recom_list{float:left;width:50%;text-align: center;padding:0 20px;margin-top:30px;}
.recom_list img{max-width: 100%;max-height: 100%;}
.recom_list dd a{display: block;margin-top:16px;line-height: 22px;height:22px;overflow: hidden;  display: -webkit-box;  -webkit-box-orient: vertical;  -webkit-line-clamp:1;}

.det_newsCont_cont .newsCont_lt{border-right:1px solid #ececec;}
.det_newsCont_cont .newsCont_rt{border:none;}
.det_contTitle .ti{font-size: 24px;line-height: 32px;}
.det_contTitle .time{font-size: 14px;line-height: 30px;color:#999;margin:10px 0;}
.det_contTitle .time span{margin-left:30px;}
.det_contText{font-size: 16px;line-height: 36px;color:#666;}
.det_contPage{padding:10px 30px;background: #f9f9f9;margin-top:40px;}
.det_contPage a{display: block;color:#999;line-height:20px;margin:16px 0;}
.det_contPage a:hover{color:#0779c1;}

.det_caseCont_slide{width:990px;margin:60px auto 40px;overflow: hidden;}
.det_caseCont_slide img{max-width: 100%;max-height: 100%;}
.det_caseCont_slide .slider-for{width:80.3%;float: left;}
.det_caseCont_slide .slider-nav{width:18%;float: right; margin:-10px 0;}
.det_caseCont_slide .slick-slide{position: relative;}
.det_caseCont_slide .slider-for .slick-slide .pic{position: absolute;bottom:20px;left:0;right:0;width:78%;margin:auto;background: rgba(0,0,0,.3);line-height: 46px;height:46px;text-align: center;color:#fff;font-size:24px;border-radius: 23px; }
.det_caseCont_slide .slider-nav .slick-slide:before{content:"";display: block;position: absolute;top:0;bottom:0;left:0;right:0;background: rgba(0,0,0,.3);}
.det_caseCont_slide .slider-nav .slick-slide{margin:10px 0;}
.det_caseCont_slide .slider-nav .slick-slide.slick-current:before{display: none;}
.det_caseCont_slide .slider-nav .slick-slide.slick-current img{border:2px solid #0779c1; }
.det_caseCont_slide .slider-nav .slick-prev:before,
.det_caseCont_slide .slider-nav .slick-next:before{display: none;}
.det_caseCont_slide .slider-nav .slick-prev,
.det_caseCont_slide .slider-nav .slick-next{z-index: 10;opacity: .3; width:26px;height:15px;}
.det_caseCont_slide .slider-nav .slick-prev{background: url(../images/caseD_03.png) no-repeat center center;background-size:cover}
.det_caseCont_slide .slider-nav .slick-next{ background: url(../images/caseD_06.png) no-repeat center center;background-size: cover;}
.det_caseCont_slide .slider-nav .slick-prev:hover,
.det_caseCont_slide .slider-nav .slick-next:hover{opacity: 1;}

.det_proCont_cont{padding:50px 35px; margin:60px auto 40px; box-shadow: 0 4px  10px 0 rgba(6,6,6,.05);overflow: hidden;}
.det_proCont_cont .cont_lt{text-align: center;float:left;width:32%;}
.det_proCont_cont .cont_lt img{max-height: 100%;max-width: 100%;}
.det_proCont_cont .cont_rt{margin-left:36%;}
.det_proCont_cont .cont_rt .ti{font-size: 24px;line-height: 30px;margin:15px 0 10px;}
.det_proCont_cont .cont_rt .des{line-height: 24px;}
.det_proCont_cont .cont_rt .text{line-height: 36px;color:#666;margin:30px 0 20px;}
.det_proCont_cont .cont_rt .line_more{display: block; line-height: 50px;height:50px;width:180px;background:#0779c1;text-align: center; color:#fff;}
.det_proCont_cont .cont_rt .tell{line-height: 36px;color:#666;margin:10px 0 0;}






.quickbar_nav {
    width: 40px;
    height: auto;
    position: fixed;
    right: 26px;
    top: 50%;
    z-index: 6;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .quickbar_nav ul li {
        width: 40px;
        height: 44px;
        padding: 2px 0;
        position: relative;
    }

        .quickbar_nav ul li a {
            display: block;
        }

        .quickbar_nav ul li .icon {
            width: 40px;
            height: 40px;
            border-radius: 6px;
            overflow: hidden;
            cursor: pointer;
            box-shadow: 0 0 3px #b7b7b7;
            background-color: rgba(255, 255, 255, 0.5);
        }

            .quickbar_nav ul li .icon img {
                /* older safari/Chrome browsers */
                -webkit-opacity: 0.6;
                /* Netscape and Older than Firefox 0.9 */
                -moz-opacity: 0.6;
                /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
                -khtml-opacity: 0.6;
                /* IE9 + etc...modern browsers */
                opacity: 0.6;
                /* IE 4-9 */
                filter: alpha(opacity=60);
                /*This works in IE 8 & 9 too*/
                -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
                /*IE4-IE9*/
                filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
            }

        .quickbar_nav ul li .seabtn { /* older safari/Chrome browsers */
            -webkit-opacity: 0.6;
            /* Netscape and Older than Firefox 0.9 */
            -moz-opacity: 0.6;
            /* Safari 1.x (pre WebKit!) 老式khtml内核的Safari浏览器*/
            -khtml-opacity: 0.6;
            /* IE9 + etc...modern browsers */
            opacity: 0.6;
            /* IE 4-9 */
            filter: alpha(opacity=60);
            /*This works in IE 8 & 9 too*/
            -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
            /*IE4-IE9*/
            filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
            width: 100%;
            height: 100%;
            background: url(/res/cn/images/icon/icon_32.png) center no-repeat;
            border: none;
        }

        .quickbar_nav ul li:hover .icon img, .quickbar_nav ul li:hover .seabtn {
            opacity: 1;
        }

        .quickbar_nav ul li .li_hover {
            display: none;
            position: absolute;
            right: 50px;
            top: 2px;
            text-align: center;
            font-weight: bold;
            color: #0d0d0d;
            border-radius: 6px;
            box-shadow: 0 0 6px #d6d6d6;
            min-height: 24px;
            padding: 8px 0;
            width: 126px;
            background-color: rgba(255, 255, 255, 0.8);
        }

            .quickbar_nav ul li .li_hover:before {
                content: "";
                border-left: 6px solid rgba(214,214,214,0.8);
                border-right: 6px solid transparent;
                border-top: 6px solid transparent;
                border-bottom: 6px solid transparent;
                position: absolute;
                right: -12px;
                top: 14px;
            }

            .quickbar_nav ul li .li_hover.ewmimg {
                width: 96px;
                height: 100px;
                padding: 5px 0;
                background: #fff;
            }

                .quickbar_nav ul li .li_hover.ewmimg img {
                    width: 85px;
                }

        .quickbar_nav ul li .sea_input {
            width: 150px;
            padding: 0;
        }

            .quickbar_nav ul li .sea_input input {
                width: 130px;
                height: 40px;
                border: none;
                padding: 0 10px;
                outline: none;
                border-radius: 6px;
                background: none;
            }

        .quickbar_nav ul li.r_weChart .li_hover {
            width: 100px;
            top: -40px;
        }

            .quickbar_nav ul li.r_weChart .li_hover img {
                max-width: 100%;
            }


.bottom_nav {
    background: #333;
    height: 50px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 50;
}

    .bottom_nav:after {
        content: "";
        display: block;
        clear: both;
    }

    .bottom_nav li {
        float: left;
        width: 25%;
        text-align: center;
    }

        .bottom_nav li img {
            display: block;
            width: 23px;
            margin: 7px auto 0;
        }

        .bottom_nav li span {
            color: #fff;
            font-size: 14px;
            line-height: 18px;
            height: 18px;
            overflow: hidden;
            display: block;
        }

.WeChatModel {
    display: none;
    z-index: 50;
    position: fixed;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

    .WeChatModel .bg {
        position: fixed;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,.5);
    }

    .WeChatModel .box {
        width: 120px;
        height: 120px;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
    }

        .WeChatModel .box img {
            width: 120px;
            margin: 0;
        }

.searchModel {
    display: none;
    z-index: 40;
    position: fixed;
    bottom: 50px;
    left: 0;
    right: 0;
    background: #000;
    padding: 5px;
}

    .searchModel form {
        width: 100%;
        display: block;
        height: 30px
    }

    .searchModel input {
        float: left;
        padding: 0;
        line-height: 30px;
        height: 30px;
        font-size: 14px;
    }

    .searchModel .b_txt {
        width: 80%;
        padding: 0 10px;
        color: #333;
    }

    .searchModel .b_sub {
        width: 20%;
        color: #fff;
        text-align: center;
        background: #333;
        border: none;
    }


