﻿@charset "utf-8";


/*-----------------------------------------------------header-----------------------------------------------------*/
.header { width: 100%; margin: 0 auto; background: #fff; position: fixed; top: 0; z-index: 999; box-shadow: 0px 0px 3px #ccc; -webkit-box-shadow: 0px 0px 3px #ccc; }
.header .top { width: 100%; height: 40px; background: #333; -webkit-animation: 0.3s ease 0.1s normal both fadeInDown; animation: 0.3s ease 0.1s normal both fadeInDown; }
.header .top-info { width: 1200px; height: 40px; margin: 0 auto; color: #999; }
.header .top-info p { line-height: 40px; font-size: 12px; }
.header .top-info .top-nav { color: #666; height: 40px; overflow: hidden; }
.header .top-info .top-nav a { color: #999; line-height: 40px; padding: 0 18px; font-size: 12px; }
.header .top-info .top-nav a:hover { color: #fff; }
.header .top-info .top-nav a.top_tel { padding: 0 0 0 18px; }
.header .top-info .top-nav a.top_tel:hover { color: #999; }
.header .top-info .top-nav a span { color: #fff; font-size: 16px; font-weight: bold; font-style: italic; padding-right: 4px; }
.header .nav-bar { width: 1200px; margin: 0 auto; overflow: hidden; }
/*.header .nav-bar .logo { width: 336px; height: 60px; display: block; margin-top: 22px; }*/
.header .nav-bar .logo { width: 312px; height: 64px; margin-top:12px;}
.header .nav-bar .logo a { display: inline-block; }
.header .nav-bar .logo a .txt { margin: 22px 0 0 12px;  padding:0 0 0 20px; position:relative; }
.header .nav-bar .logo a .txt::before { content: " ";  position: absolute; top: 0;  left: 0; width:1px;  height: 100%; background: #ccc;  z-index: 2;  }
.header .nav-bar .logo a .txt p { font-size:15px; color:#333; line-height:100%; font-style:italic;  }
.header .nav-bar .logo a .txt p:first-child { margin-bottom:10px; letter-spacing:2px; }
.nav { width: 838px; }
.nav ul.nav-ul { width: 100%; }
.nav li.nav-sub { position: relative; float: left; margin-left: 25.5px; }
.nav li.nav-sub a.tit { color: #666; display: block; font-size: 15px; height: 94px; line-height: 94px; padding: 0 2px; text-align: center; transition: color 0.5s ease 0s; }
.nav li.nav-sub a.tit:hover { color: #1088d5; }
.nav li.nav-sub-selected a.tit { color: #1088d5; }
.nav li.nav-sub-selected .nav-line{width:100%;}
.nav-line { background: #1088d5; bottom: 0; height: 2px; left: 0; width: 0; position: absolute; z-index: 99; }
.navigation-down { position: absolute; top: 0; left: 0px; width: 100%; }
.navigation-down .nav-down-menu { width: 100%; margin: 0; background: url("../images/bg_shadow.png") repeat; position: absolute; top: 134px; z-index: 999; }
.navigation-down .nav-down-menu .navigation-down-inner { margin: auto; width: 1200px; position: relative }
.navigation-down-inner ul { padding-left: 360px; }
.navigation-down-inner ul li { float: left; position: relative; padding: 0 24px; background: url("../images/bg_line.png") no-repeat scroll right center; }
.navigation-down-inner ul li a { color: #fff; display: inline-block; line-height: 50px; height: 50px; text-align: center; font-size: 14px; }
.navigation-down-inner ul li a.last { background: none; }
.nav-line-d { background: #fff; bottom: 0; height: 1px; left: 0; width: 0; position: absolute; z-index: 99; }
.fixed-style .top { -webkit-animation: fadeOutUp 0.3s 0.1s ease both; animation: fadeOutUp 0.3s 0.1s ease both; margin-top: -40px; }
.fixed-style .navigation-down { top: -40px; }
/*.fixed-style .nav li.nav-sub a.tit { height: 80px; line-height: 80px; -webkit-animation: fadeInUp 0.3s 0.1s ease both; animation: fadeInUp 0.3s 0.1s ease both; }
.fixed-style .nav-bar .logo { -webkit-animation: fadeInUp 0.3s 0.1s ease both; animation: fadeInUp 0.3s 0.1s ease both; margin-top: 12px; }*/


/*-----------------------------------------------------banner-----------------------------------------------------*/
.c-banner { width: 100%; height: 380px;    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    position: relative; }
.banner-news { background-image: url("../images/banner-news.jpg");  }
.banner-case { background-image: url("../images/banner-case.jpg");  }
.banner-pro { background-image: url("../images/banner-pro.jpg");  }


/*-----------------------------------------------------main-----------------------------------------------------*/
.main-tab { width: 100%; background: url("../images/about-line.jpg") repeat-x left bottom; overflow: hidden; margin-bottom: 50px; position: relative; }
.mt-info { width: 1200px; margin: 0 auto; }
.mt-info span { font-size: 24px; color: #ddd; line-height: 68px; float: right; width: 24%; text-align: right; font-family: "Times New Roman"; font-style: italic; text-transform: uppercase; }
.mt-info ul { width: 76%; text-align: center; overflow: hidden; float: left; }
.mt-info ul li { display: inline; text-align: center; float: left; }
.mt-info ul li a { font-size: 14px; line-height: 64px; color: #666; display: inline-block; padding: 0 6px; margin-right: 20px; }
.mt-info ul li a:hover { color: #1088d5; border-bottom: 3px solid #1088d5; }
.mt-info ul li a.current { color: #1088d5; border-bottom: 3px solid #1088d5; }


/*-----------------------------------------------------news list-----------------------------------------------------*/
.c-news { width: 1230px; margin: 0 auto; overflow: hidden; }
.news-con { overflow: hidden; }
.news-con dl { width: 380px; height: 280px; margin: 0 15px; margin-bottom: 40px; float: left; color: #666; }
.news-con dl picture { width: 380px; height: 220px; overflow: hidden; display: block; }
.news-con dl picture img { width: 100%; height: auto; -webkit-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s; }
.news-con dl:hover picture img { transform: scale(1.06); -webkit-transform: scale(1.06); }
.news-con dl dt { padding: 0 20px; font-size: 12px; }
.news-con dl dt.date { color: #999; }
.news-con dl { height: 220px; background: #f8f8f8; line-height: 24px; }
.news-con dl dd { height: 220px; }
.news-con dl dd:hover { background-color: #ccc; }
.news-con dl dd a { display: block; width: 100%; height: 100%; }
.news-con dt { margin-top: 4px; }
.news-con h3 { margin-top: 15px; margin-bottom: 5px; }
.news-con dl h3 a { font-size: 16px; color: #333; font-weight: normal; line-height:100%;}
.news-con dl h3 a:hover { color: #1088d5; }


/*-----------------------------------------------------pagination-----------------------------------------------------*/
/*
.pagination { text-align: right; width: 1200px; margin: 0 auto; padding-bottom: 60px; font-family: Arial; }
.pagination a { display: inline-block; width: 36px; height: 36px; margin-left: 10px; background: #f0f0f0; color: #666; font-size: 14px; line-height: 36px; text-align: center; -webkit-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s; }
.pagination a:hover, .pagination a.act { background: #1088d5; color: #fff; }
*/
.pagination{display:block;padding-left:0;margin:20px auto 50px auto;border-radius:4px;width:1200px;height:auto;overflow:hidden;text-align:right;}
.pagination>li{display:inline-block;box-sizing:border-box}
.pagination>li>a, .pagination>li>span{position:relative;float:left;padding:6px 12px;line-height:1.42857143;text-decoration:none;color:#999;background-color:#fff;border:1px solid #ddd;margin-left:-1px;box-sizing:border-box}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus{color:#666;background-color:#eee;border-color:#ddd;}
.pagination>li:first-child>a, .pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}
.pagination>li:last-child>a, .pagination>li:last-child>span{border-bottom-right-radius:4px;border-top-right-radius:4px;}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{z-index:2;color:#fff;background-color:#1088d5;border-color:#1088d5;cursor:default;}

/*-----------------------------------------------------news info-----------------------------------------------------*/
.news-info { width: 1200px; margin: 0 auto; }
.news-info .title { width: 100%; text-align: center; font-size: 25px; color: #666; margin-bottom: 10px; }
.news-info .desc { width: 100%; border-bottom: 1px solid #e9e9e9; padding: 15px 0; position: relative; }
.news-info .desc ul { text-align: center; width: 100%; }
.news-info .desc ul li { color: #999; display: inline-block; margin: 0 12px; font-size: 12px; }
.news-info .content { padding: 30px 20px 80px 20px; color: #999; }
.news-info .content a {color:#2277da;}
.news-info .content .ct { padding-bottom: 30px; }
.news-info .content .ct p { margin-bottom: 10px; text-indent:2em; }
.news-info .content .ct h3 { color:#333; margin-bottom:10px; }
.news-info .pn { width: 100%; height: 50px; overflow: hidden; color: #666; }
.news-info .pn a { width: 47%; height: 50px; background: #eee; display: block; line-height: 50px; color: #666; transition: all 0.3s ease; -webkit-transition: all 0.3s ease; }
.news-info .pn .prev { text-align: left; padding-left: 20px; }
.news-info .pn .next { text-align: right; padding-right: 20px; }
.news-info .pn a:hover { background: #1088d5; color: #fff; }
.share { position: absolute; z-index: 9; top: 8px; right: 0; }
.bdsharebuttonbox a, .bdshare-button-style2-16 .bds_more { background: #eee!important; border-radius: 15px; -webkit-border-radius: 15px; padding: 0!important; float: left; color: #999!important; width: 26px; height: 26px!important; line-height: 26px!important; display: block; font-size: 14px!important; margin-right: 8px!important; text-align: center; transition: all 0.2s ease-out 0s; }


/*-----------------------------------------------------case list-----------------------------------------------------*/
.c-case { width: 1230px; margin: 0 auto; overflow: hidden; }
.case-con { overflow: hidden; }
.case-con ul { overflow: hidden; zoom: 1; }
.case-con ul li { width: 380px; float: left; _display: inline; overflow: hidden; text-align: center; margin: 0 15px; margin-bottom: 30px; }
.case-con ul li .pic { text-align: center; position: relative; width: 380px; height: 220px; overflow: hidden; }
.case-con ul li .pic .cate { position: absolute; top: 160px; right: 0; z-index: 99; height: 30px; line-height: 30px; background: url("../images/cate-bg.png") left top no-repeat; color: #fff; font-size: 12px; text-align: right; padding: 0 16px 0 20px; }
.case-con ul li .pic img.pic-img { width: 380px; height: 220px; display: block; position: absolute; z-index: 9; left: 50%; margin-left: -190px; top: 50%; margin-top: -110px; }
.child-image-icon { transform: scale(0); -webkit-transform: scale(0); transition-duration: .3s; -webkit-transition-duration: .3s; opacity: 0; filter: alpha(opacity=0); width: 96px; height: 96px; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; margin: auto; background: url(../images/case-bg.png) no-repeat center center; z-index: 99; }
.child-image-icon img { transform: scale(0); -webkit-transform: scale(0); transition-duration: .3s; -webkit-transition-duration: .3s; position: absolute; width: 38px; height: 38px; top: 0px; left: 0px; right: 0px; bottom: 0px; margin: auto; opacity: 0; filter: alpha(opacity=0); }
.case-con ul li:hover .child-image-icon { transition-delay: .1s; -webkit-transition-delay: .1s; opacity: 1; filter: alpha(opacity=100); transform: scale(1); -webkit-transform: scale(1); }
.case-con ul li:hover .child-image-icon img { transition-delay: .2s; -webkit-transition-delay: .2s; opacity: 1; filter: alpha(opacity=100); transform: scale(1); -webkit-transform: scale(1); }
.pic-img-bg { width: 100%; height: 100%; position: absolute; z-index: 9; background: #000; opacity: 0; filter: alpha(opacity=0); }
.case-con ul li .info { width: 100%; height: 80px; overflow: hidden; background: #f8f8f8; position: relative; }
.case-con .tag { float: left; text-align: left; color: #999; position: absolute; z-index: 99; left: 20px; top: 12px; }
.case-con .title { float: left; text-align: left; color: #333; font-size: 16px; position: absolute; z-index: 99; left: 20px; top: 40px; }
.case-con .label { float: left; text-align: left; position: absolute; z-index: 99; right: 20px; top: 16px; }
.case-con .label i { height: 18px; line-height: 18px; font-style: normal; color: #999; margin-left: 10px; }
.case-con .label i img { vertical-align: bottom; }

.c-produ { width: 850px; margin: 0 auto; overflow: hidden; }
.produ-con { overflow: hidden; }
.produ-con ul { overflow: hidden; zoom: 1; }
.produ-con ul li { width: 252px; float: left; _display: inline; overflow: hidden; text-align: center; margin: 0 15px; margin-bottom: 30px; }
.produ-con ul li .pic { text-align: center; position: relative; width: 252px; height: 252px; overflow: hidden; }
.produ-con ul li .pic .cate { position: absolute; top: 160px; right: 0; z-index: 99; height: 30px; line-height: 30px; background: url("../images/cate-bg.png") left top no-repeat; color: #fff; font-size: 12px; text-align: right; padding: 0 16px 0 20px; }
.produ-con ul li .pic img.pic-img { width: 252px; height: 252px; display: block; position: absolute; z-index: 9; left: 50%; top: 50%;margin-left:-126px; margin-top: -126px; }
.child-image-icon { transform: scale(0); -webkit-transform: scale(0); transition-duration: .3s; -webkit-transition-duration: .3s; opacity: 0; filter: alpha(opacity=0); width: 96px; height: 96px; position: absolute; top: 0px; left: 0px; right: 0px; bottom: 0px; margin: auto; background: url(../images/case-bg.png) no-repeat center center; z-index: 99; }
.child-image-icon img { transform: scale(0); -webkit-transform: scale(0); transition-duration: .3s; -webkit-transition-duration: .3s; position: absolute; width: 38px; height: 38px; top: 0px; left: 0px; right: 0px; bottom: 0px; margin: auto; opacity: 0; filter: alpha(opacity=0); }
.produ-con ul li:hover .child-image-icon { transition-delay: .1s; -webkit-transition-delay: .1s; opacity: 1; filter: alpha(opacity=100); transform: scale(1); -webkit-transform: scale(1); }
.produ-con ul li:hover .child-image-icon img { transition-delay: .2s; -webkit-transition-delay: .2s; opacity: 1; filter: alpha(opacity=100); transform: scale(1); -webkit-transform: scale(1); }
.pic-img-bg { width: 100%; height: 100%; position: absolute; left:0; top:0; z-index: 9; background: #000; opacity: 0; filter: alpha(opacity=0); }
.produ-con ul li .info { width: 100%; height: 50px;line-height:50px;overflow: hidden; background: #f8f8f8; position: relative; text-align: center; }
.produ-con .title { color: #333; font-size: 16px;}



/*-----------------------------------------------------case info-----------------------------------------------------*/
#container { padding-top: 140px; }
.works_focus { position: relative; height: 650px; overflow: hidden; text-align: center; -webkit-animation: gfadeIn 0.8s 0.4s both; -moz-animation: gfadeIn 0.8s 0.4s both; animation: gfadeIn 0.8s 0.4s both; }
.works_focus h1 { margin-top: 40px; color: #fff; font-size: 30px; }
.works_focus h5 { color: #fff; color: rgba(255,255,255,.4); font-size: 24px; }
.works_focus .focus_img { position: absolute; bottom: 0; left: 50%; width: 1200px; margin-left: -600px; overflow: hidden; -webkit-animation: gdownIn 0.6s 0.65s both; -moz-animation: gdownIn 0.6s 0.65s both; animation: gdownIn 0.6s 0.65s both; }
.works_focus .focus_img img { max-width: 100%; vertical-align: top; }
.works_info { width: 1200px; height: 70px; margin: auto; padding: 20px 0 10px 0px; border-bottom:1px solid #eeeeee;-webkit-animation: gupIn 0.8s 0.9s both; -moz-animation: gupIn 0.8s 0.9s both; animation: gupIn 0.8s 0.9s both; }
.works_info dt, .works_info dd { float: left; }
.works_info dt { position: relative; width: 350px; margin-right: 50px; }
.works_info dt h2 { color: #333; font-size: 18px; font-weight: normal; line-height: 180%; }
.works_info dt aside { color: #999; margin-top: 2px; }
.works_info dd.summary { position: relative; width: 470px; height: 56px; padding-left: 50px; color: #999; line-height: 28px; overflow: hidden; border-left: 1px dotted #bfbfbf; }
.works_info dd.control { float: right; }
.works_info .works_qrcode { position: absolute; top: 0; right: 0; width: 100px; height: 100px; margin-top: -20px; overflow: hidden; }
.works_info .works_qrcode img { width: 100%; }
.works_info .share, .works_info .links { position: relative; display: inline-block; top: 8px; }
.works_info b { border-radius: 4px; -webkit-border-radius: 4px; -webkit-transition: 0.5s cubic-bezier(0.18, 0.89, 0.40, 1.90); transition: 0.5s cubic-bezier(0.18, 0.89, 0.40, 1.90); }
.works_info a:hover b { -webkit-transform: scale(1.06); transform: scale(1.06); }
.works_info .links b { width: 130px; height: 40px; border: 1px solid #ccc; display: block; }
.works_info .links i { position: absolute; top: 13px; left: 20px; width: 100%; height: 100%; }
.works_info .links i { width: 18px; height: 18px; font-size: 18px; display: block; color: #666; }
.works_info .links span { position: absolute; top: 6px; left: 48px; font-size: 14px; color: #666; }
.works_pic { /*padding: 50px 0; */background: #eee; overflow: hidden; text-align: center; -webkit-animation: gdownIn 0.8s 1.2s both; -moz-animation: gdownIn 0.8s 1.2s both; animation: gdownIn 0.8s 1.2s both; }
.works_pic img { max-width: 1200px; margin-bottom: 40px; }
.works_info .label { position: absolute; z-index: 9; right: 10px; top: 8px; }
.works_info .label i { height: 18px; line-height: 18px; font-style: normal; color: #999; margin-left: 10px; display: block; float: left; }
.works_info .label i img { vertical-align: bottom; }
.nr_zy { width: 1202px; margin: 0 auto; margin-bottom: 50px; height: auto;overflow:hidden; background: #fff; padding-top: 25px; padding-bottom: 25px;text-align: left; }
.nr_zy .nr_tt { float: left; width: 1200px; height: auto;overflow:hidden; /*border-right: dotted 1px #bfbfbf; margin-left: 57px;*/ line-height: 26px; color: #9b9b9b; font-size: 14px; }
.nr_zy .nr_tt.fy { float: left; border-right: none; }
.nr_zy .nr_tt h2 { font-weight: 100; height: 36px; font-size: 16px; color: #262626; }
.nr_zy .nr_tt p { width: 1200px; }
#works_ctrl { position: fixed; top: 150px; right: 12px; z-index: 10; width: 60px; text-align: center; -webkit-animation: grightIn 0.8s 1.5s both; -moz-animation: grightIn 0.8s 1.5s both; animation: grightIn 0.8s 1.5s both; }
#works_ctrl a { display: block; width: 52px; height: 50px; -webkit-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s; }
#works_ctrl .works_prev { background: #fff url("../images/works_arr2.png") no-repeat 0 0; border-radius: 4px 4px 0 0; }
#works_ctrl .works_prev:hover { background: #333 url("../images/works_arr2.png") no-repeat -52px 0; }
#works_ctrl .works_next { background: #fff url("../images/works_arr2.png") no-repeat -52px -50px; border-radius: 0 0 4px 4px; }
#works_ctrl .works_next:hover { background: #333 url("../images/works_arr2.png") no-repeat 0 -50px; }
.works_more { background: #fff; color: #333; -webkit-transition: 0.3s; -moz-transition: 0.3s; transition: 0.3s; text-align: center; line-height: 50px; }
.works_more:hover { background: #333; color: #fff; }


/*-----------------------------------------------------product-----------------------------------------------------*/
.main-tab-nob { margin-bottom:0!important;}
.mt-info p { width: 76%; text-align: left; overflow: hidden; float: left; line-height: 64px; color: #999; }
.mt-info p b { font-size: 18px; font-weight: normal; color: #666; }
.mt-info p i { font-size: 16px; font-style: normal; color: #666; }
.c-pro { width: 1200px; margin: 0 auto; overflow: hidden; }
.pro-con { overflow: hidden; }
.pc-left { width: 280px; background:#f3f3f3; padding-top:50px;padding-bottom:50px;}
.accordion { width: 100%;  background: #f3f3f3; /*-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;*/ }
.accordion .link { cursor: pointer; display: block; padding: 15px 15px 15px 54px; color: #666; font-size: 16px;border-bottom: 1px solid #dadada; position: relative; -webkit-transition: all 0.4s ease;  transition: all 0.4s ease; }
.accordion li:last-child .link {  }
.accordion li i { position: absolute;  color: #666; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
.accordion li i.fsm { left:20px; top:18px; font-size:16px;}
.accordion li i.fs { left:20px; top:14px; font-size:20px;}
.accordion li i.fa-angle-down { top: 16px; top: 12px; right: 20px; left: auto; font-size: 24px; }
.accordion li.open .link { color: #666; }
.accordion li.open i { color: #666; }
.accordion li.open i.fa-angle-down{ -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.submenu { display: none;height:auto;overflow:hidden; background: #f3f3f3; font-size: 14px; padding-left:10px;padding-top:10px;padding-bottom:10px; border-bottom: 1px solid #ddd; }
.submenu li{height:36px;line-height:36px;padding-left:10px;display:inline-block;}
.submenu li:after{content:'|';padding-left:12px;color:#D8D8D8;}
.submenu li:first-child { }
.submenu li:last-child:after{content:'';padding-left:0;}
.submenu a { display: inline-block; text-decoration: none; color: #666; -webkit-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }
.submenu a:hover { color:#2277da;}
.submenu a.current ,.submenu a.current:hover{ color: #2277da;font-weight:bold; }
.pc-left {/*min-height:900px;*/}
.pc-left.navFix{/*position: fixed; top:80px; z-index: 1;min-height:900px;*/ width:280px; }  
.pc-right { width: 850px;padding-top:50px; }


/*-----------------------------------------------------kf-----------------------------------------------------*/
.side-pannel { position: fixed; width: 50px; bottom: 60px; right: 20px; z-index: 999; }
.side-bar>a {display: none; width: 50px; height: 50px; position: relative; text-align: center; margin-bottom: 10px;  cursor: pointer; float: left; border-radius: 50%; background: #333; box-shadow: 0 0 8px 0 rgba(0,0,0,.2); -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.2); transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; }
.side-bar>a:hover { background: #222; }
.side-bar a.gotop:hover { background: #222; }
.side-bar a.qq i { background: url(../images/side-04.png) no-repeat; width: 24px; height: 26px; display: block; margin: 10px auto; }
.side-bar .dh { width: 50px; height: 50px; position: relative; text-align: center; margin-bottom: 10px; display: block; cursor: pointer; float: left; display: block; border-radius: 50%; background: #333; box-shadow: 0 0 8px 0 rgba(0,0,0,.2); transition: all .3s ease-out; }
.side-bar .dh:hover { background: #222; }
.side-bar .dh i { background: url(../images/side-01.png) no-repeat; width: 23px; height: 23px; display: block; margin: 14px auto; }
.side-bar a.wx i { background: url(../images/side-02.png) no-repeat; width: 26px; height: 22px; display: block; margin: 14px auto; }
.side-bar a.gotop i { background: url(../images/side-03.png) no-repeat; width: 23px; height: 13px; display: block; margin: 17px auto; }
.side-bar .dh .hide { width: 226px; position: absolute; left: -226px; top: -36px; z-index:9; }
.side-bar .dh .hied_con { width: 210px; background: #222; border-radius: 4px; color: #fff; padding: 5px 0 15px 0; box-shadow: 0 0 8px 0 rgba(0,0,0,.2); -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.2); transition: width 0.3s ease-in-out; -webkit-transition: width 0.3s ease-in-out; display: none; }
.side-bar .dh:hover .hied_con { display: block }
.side-bar .dh .hied_con:after { content: ""; width: 10px; height: 10px; background: #222; position: absolute; right: 11px; top: 58px; transform: rotate(45deg); -webkit-transform: rotate(45deg); }
.side-bar .dh .hide dl { width: 180px; margin: 0 auto; overflow: hidden; text-align: left; font-size: 12px; margin-top: 10px; }
.side-bar .dh .hide dl dt.title { margin-bottom: 10px; font-size: 14px; }
.side-bar .dh .hide dl dt.tel { margin-top: -6px; }
.side-bar .dh .hide dl dt a { color: #fff; font-family: Arial, sans-serif; font-size: 18px; font-style: italic; }
.side-bar .dh .hide dl dt a span { font-family: "微软雅黑"; font-style: normal; font-size: 14px; padding-left: 6px; }
.theme-mask { z-index: 10000; position: fixed; _position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000; opacity: 0.75; filter: alpha(opacity=75); -moz-opacity: 0.75; display: none; }
.popover1 { width: 360px; height: 400px; z-index: 100001; position: fixed; top: 50%; left: 50%; background: #fff; margin: -200px 0 0 -180px; box-shadow: 1px 1px 6px 3px rgba(0,0,0,.2); display: none; text-align: center; }
.popover1 dl { margin-top: 60px; font-size: 14px; color: #333; line-height: 30px; }
.popover1 dl a { width: 100px; height: 36px; line-height: 36px; background: #1088d5; color: #fff; display: inline-block; border-radius: 4px; -webkit-border-radius: 4px; font-size: 14px; margin-top: 10px; transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; }
.popover1 dl a:hover { background: #005ca1; }
/*-----------------------------------------------------初始化-----------------------------------------------------*/


/*-----------------------------------------------------加载进度条-----------------------------------------------------*/
.fade { transition: all 300ms linear 700ms; -webkit-transition: all 300ms linear 700ms; opacity: 1; filter: alpha(opacity=100); }
.fade.out { opacity: 0; filter: alpha(opacity=0); }


