@charset "utf-8";
/* CSS Document */
/*重置*/
* { margin: 0; padding: 0; outline: none; box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box;}
a { text-decoration: none; -webkit-transition: ease 0.4s; -moz-transition: ease 0.4s; -ms-transition: ease 0.4s; -o-transition: ease 0.4s; transition: ease 0.4s; }
a:hover { -webkit-transition: ease 0.4s; -moz-transition: ease 0.4s; -ms-transition: ease 0.4s; -o-transition: ease 0.4s; transition: ease 0.4s; }
img { border: none; vertical-align: middle;}
a .img-scale{ -webkit-transition: ease 0.6s; -moz-transition: ease 0.6s; -ms-transition: ease 0.6s; -o-transition: ease 0.6s; transition: ease 0.6s;}
a:hover .img-scale{ -moz-transform:scale(1.2); -webkit-transform:scale(1.2); -o-transform:scale(1.2); -webkit-transition: ease 0.6s; -moz-transition: ease 0.6s; -ms-transition: ease 0.6s; -o-transition: ease 0.6s; transition: ease 0.6s;}
ol, ul, li { list-style-type: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
.f-fl { float: left !important; }
.f-fr { float: right; }
.dib{ display: inline-block; *display:inline; *zoom:1;}
article, aside, dialog, footer, header, section, footer, nav, figure, menu { display: block; }
.gradual{animation:gradual 1s;
-webkit-animation:gradual 1s;
-moz-animation:gradual 1s;
-o-animation:gradual 1s;}
@keyframes gradual{
0% { opacity:0;}
90% { opacity:0.9;}
100% { opacity:1;}
}
@-webkit-keyframes gradual{
0% { opacity:0;}
90% { opacity:0.9;}
100% { opacity:1;}
}
@-moz-keyframes gradual{
0% { opacity:0;}
90% { opacity:0.9;}
100% { opacity:1;}
}
@-o-keyframes gradual{
0% { opacity:0;}
90% { opacity:0.9;}
100% { opacity:1;}
}
/*页面*/
body { min-width: 1200px; font-family: "Microsoft YaHei", "微软雅黑", "Microsoft JhengHei"; background-color: #fff; overflow-x: hidden;}
header{ width: 100%; height: 90px; background-color: #FFFFFF;}
.header-container{ width: 1200px; height: 90px; margin: 0 auto; }
.header-container .logo{ width: 300px; height: 90px; float: left;  text-align: left; vertical-align: middle;}
.header-container .logo span{ height: 100%;  vertical-align: middle;}
.header-container .logo img{max-width: 95%; max-height: 90%; vertical-align: middle;}
nav{ width:880px; height:90px;  position:relative; z-index:2; float:  right;}
#navBar { float: left; width: 770px; height: 90px; color: #ffffff; margin: 0 auto; position:relative; z-index:3;}
.navbar { position: relative; width: 770px; font-family: "Microsoft YaHei", SimSun, SimHei; z-index:4;}
.navbar a { color: #fff; }
.navbar h3 { font-size: 100%; font-weight: normal; }
.navbar .m { float: left; position: relative; z-index: 10;}
.navbar .s { float: left; width: 3px; text-align: center; color: #D4D4D4; font-size: 12px; }
.navbar h3 a { display: inline-block; width: 110px; height: 90px; font-size: 16px; color: #646464; text-align: center; line-height: 100px;}
.navbar .sub { display: none; position: absolute; left: -3px; top: 33px; z-index: 11; width: 115px; background-color:#1a81c3;  border-radius: 5px; overflow: hidden;}
.navbar .sub li { text-align: center;}
.navbar .sub li a { display: block; height: 30px; line-height: 30px; color: #646464; font-size: 14px;}
.navbar .sub li a:hover { color: #1179ea; background-color:#1f8fd7;}
.navbar .block { height: 90px; width: 60px;  background-color: none; border-bottom: 5px solid #0391df; position: absolute; left: 0; top: 0; margin-left: 30px; overflow: hidden; z-index: 0; }
.navbar .on h3 a{ color: #1179ea;}
.navbar .on i{ display: none;}

.banner{ width:100%; position:relative; z-index:0;}
.main_visual{ height: 500px; overflow:hidden;position:relative;}
.main_image{height:100%;overflow:hidden;position:relative;}
.main_image ul{width:9999px;height:100%;overflow:hidden;position:absolute;top:0;left:0}
.main_image li{float:left;width:100%;height:100%;}
.main_image li span{display:block;width:100%;height:100%; position:relative;}
.main_image li a{position: relative; display:block;width:100%;height:100%}
.main_image li span h3{ width:100%; position:absolute; bottom:0; left:0; text-align:center; font-size:14px; color:#fff; z-index:10000;}
.flicking_con{position:absolute;bottom:28px;left:0;z-index:999;height:25px; width:100%; text-align:center;}
.flicking_con span{ height:22px; display:inline-block; padding:0 0.8rem; border-radius:0.75rem;}
.flicking_con a{width:12px;height:12px;line-height:99em; background:none; border:2px #fff solid;-webkit-border-radius:100%;-moz-border-radius:100%;border-radius:100%;margin:5px 2px 0 2px;overflow:hidden;cursor:pointer;display:inline-block;*display:inline;*zoom:1; -webkit-transition: ease 0s; -moz-transition: ease 0s; -ms-transition: ease 0s; -o-transition: ease 0s; transition: ease 0s;}
.flicking_con a.on{ width:35px; height:12px; background:#fff; border-radius: 12px;  -webkit-transition: ease 0s; -moz-transition: ease 0s; -ms-transition: ease 0s; -o-transition: ease 0s; transition: ease 0s;}
#btn_prev,#btn_next{z-index:11111;position:absolute;display:block;width:73px!important;height:74px!important;top:50%;margin-top:-37px;display:none;}
#btn_prev{background:url(../images/banner_left.png) no-repeat left top;left:100px;}
#btn_next{background:url(../images/banner_right.png) no-repeat right top;right:100px;}
.main{ position: relative; width: 100%; overflow: hidden; background-color: #fff;}
.main-container{ width: 1200px; overflow: hidden; margin: 0 auto; padding: 25px 0 40px;}
.com-top{ overflow: hidden; line-height: 40px; }
.com-top span{ height: 40px; float: left; font-size: 12px; color: #c6d5dd;}
.com-top span img{ margin: 0 8px 5px 0; }
.com-top span strong{ font-size: 16px; color: #0490e0; padding-right:10px; font-weight: normal;}
.com-top a{ float: right; font-size: 12px; color: #9C9C9C;}
.com-top a:hover{ color: #ea3c00;}
.com-top a img{ margin:0 8px 2px 0;}
.ind-project{ float: left; width: 470px; overflow: hidden; }
.ind-project-top{ width: 100%; height: 40px; overflow: hidden; }
.ind-project-bottom{ width: 100%; height: 154px; margin-top:15px; overflow: hidden;}
.ind-project-bottom .item{ float: left; width: 225px; height: 154px; overflow: hidden; margin-right: 20px; }
.ind-project-bottom .item a{ position: relative; display: block; width: 100%; height: 100%; }
.ind-project-bottom .item a .img{ width: 225px; height: 154px; overflow: hidden;}
.ind-project-bottom .item a .img img{ width: 225px; height: 154px; }
.ind-project-bottom .item a p{ position: absolute; bottom: -30px; left: 0; z-index: 2; display: block; width: 100%; height: 30px; padding:0 10px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; background-color: rgba(0,0,0,.5); font-size: 14px; color: #fff; text-align: center; line-height: 30px;  -webkit-transition: ease 0.4s; -moz-transition: ease 0.4s; -ms-transition: ease 0.4s; -o-transition: ease 0.4s; transition: ease 0.4s;}
.ind-project-bottom .item a:hover p{ bottom: 0; -webkit-transition: ease 0.4s; -moz-transition: ease 0.4s; -ms-transition: ease 0.4s; -o-transition: ease 0.4s; transition: ease 0.4s; }
/*.ind-project-bottom .item a .info{ opacity: 0; filter: opacity(0); }
.ind-project-bottom .item a:hover .info{ position: absolute; top: 0; left: 0; z-index: 2; width: 100%; height: 100%; padding-top:45px; background-color: rgba(0,0,0,.5); background-color: #999\9; text-align: center; opacity: 1; filter: opacity(100); }
.ind-project-bottom .item a:hover .info p{ padding:3px 0; font-size: 18px; color: #fff; }*/
.ind-contact{ float: right; width: 405px; overflow: hidden;}
.ind-contact-top{ width: 100%; height: 40px; padding-left:20px; overflow: hidden;}
.ind-contact-bottom{ width: 100%; padding-left:20px; margin-top:15px; overflow: hidden; border-left:1px solid #f1f1f1;}
.ind-contact-bottom .info{ float: left; width: 260px; overflow: hidden; }
.ind-contact-bottom .info p{ display: block; width: 100%; line-height: 24px; }
.ind-contact-bottom .info p span.span1{ display: inline-block; *display:inline; *zoom:1; width: 50px; font-size: 14px; color: #8c8c8c; vertical-align: top;}
.ind-contact-bottom .info p span.span2{ display: inline-block; *display:inline; *zoom:1; width: 210px; font-size: 12px; color: #7b7b7b; vertical-align: top; }
.ind-contact-bottom .qr-code{ float: right; width: 120px; overflow: hidden; }
.ind-contact-bottom .qr-code img{ display: block; width: 120px; height: 120px; }
.ind-contact-bottom .qr-code p{ padding-top: 5px; font-size: 14px; color: #464646; text-align: center; }
footer{ width: 100%; padding: 5px 0; height: 60px; border-top:1px solid #e5e5e5;}
.footer-container{ width: 1200px;  margin: 0 auto; }
.footer-left{ height: 50px; overflow: hidden; float: left; font-size: 12px; color: #9ba0a5; line-height: 50px;}
.footer-left a{ font-size: 12px; color: #9ba0a5; line-height: 22px;}
/*.footer-left a:hover{ color: #000; text-decoration: underline;}*/
.footer-left img{ height: 24px; vertical-align: middle; margin: 0 10px 3px 0;}
.footer-right{ float:right; width:130px; height:44px; margin-top: 10px;}
.footer-right ul{ }
.footer-right li{ width:32px; height:32px; display:block; float:left; position:relative; margin-left:10px; display:inline;}
.footer-right li.gzwm{ width:70px; font-size:12px; color:#7b7b7b; line-height:32px; font-weight: normal; text-align: right;}
.footer-right li a{ width:32px; height:32px; display:block; overflow:hidden; border-radius:100%;}
.footer-right li a.a1{ background:url(../images/icon_xl.png) no-repeat; background-color:#9c9c9c;} 
.footer-right li a.a1:hover{ background:url(../images/icon_xl_h.png) no-repeat; background-color:#e62226;}
.footer-right li a.a2{ background:url(../images/icon_tx.png) no-repeat; background-color:#9c9c9c;}
.footer-right li a.a2:hover{ background:url(../images/icon_tx_h.png) no-repeat; background-color:#3199c0;}
.footer-right li a.a3{ background:url(../images/icon_wx.png) no-repeat; background-color:#9c9c9c;}
.footer-right li a.a3:hover{ background:url(../images/icon_wx_h.png) no-repeat; background-color:#59be22;}
.footer-right li .wxshow{ width:90px; height:110px; padding:5px; overflow:hidden; position:absolute; bottom:0px; left:0; background-color:#e5e5e5; z-index:102; display:none;}
.footer-right li .wxshow img{ width:80px; height:80px; display: block;}
.footer-right li .wxshow h3{ width:80px; height:20px; display:inline-block; text-align:center; line-height:20px; font-size:12px; color:#8c8c8c;}
/*内页*/
.ny-banner{ position: relative; width: 100%; height: 240px; }
.ny-banner img{ position: absolute; top: 0; left: 50%; z-index: 2; display: block; width: 1920px; height: 240px; margin-left: -960px; }
.ny-main{ width: 1200px; overflow: hidden; margin: 0 auto;  min-height: 520px; padding: 20px 0 30px;}
.ny-bg{ position: absolute; bottom:-10px; right: 50%; margin-right: -800px; z-index: 1 }
.ny-left{ float: left; width: 172px; overflow: hidden; }
.ny-left .ny-menu{ width: 100%; overflow: hidden; }
.ny-left .ny-menu ul{ width: 100%; overflow: hidden; }
.ny-left .ny-menu li{ display: block; width: 100%; border-bottom: 1px solid #e8e8e8;}
.ny-left .ny-menu li a{ display: block; width: 100%; padding:20px 0; font-size: 16px; color: #787878;}
.ny-left .ny-menu li a:hover{ color: #008cd6; }
.ny-left .ny-menu li a.active{ color: #008cd6; }
.ny-right{ float: right; width: 970px; overflow: hidden;}
.right-top{ width: 100%; height: 22px; margin-top:20px;}
.right-top strong{ float: left; display: block; width: 180px; height: 22px; padding-left:15px; border-left: 4px solid #0391df; font-size: 20px; color: #7b7b7b; font-weight: normal; line-height: 22px;}
.about-top{ width: 100%; height: 22px; margin-top:20px; margin-bottom:20px; border-bottom: 1px solid #0391df; text-align: center;}
.about-top strong{ display: inline-block; *display: inline; *zoom:1; width: 180px; height: 40px; border: 1px solid #0391df; font-size: 26px; color: #0a95e3; font-weight: normal; line-height: 36px; border-radius: 40px; background-color: #fff;}
.right-top h3{ float: left; display: block; width: 700px; overflow: hidden; font-size: 22px; }
.right-top .local{ float: right; height: 22px; overflow: hidden; font-size: 12px; color: #9c9c9c; line-height: 22px; }
.right-top .local span{ padding: 0 5px;}
.right-top .local a{ font-size: 12px; color: #9c9c9c; }
.right-top .local a:hover{ color: #ea3c00; }
.right-bottom{ width: 100%; overflow: hidden;}
.right-bottom img,.right-bottom p,.right-bottom span{ max-width: 100%; }
.cont-container{ width: 100%; padding: 20px 30px 0 0; overflow: hidden; font-size: 14px; color: #7b7b7b; line-height: 36px; }
.message-list{ width: 100%; overflow: hidden; }
.message-list ul{ width: 100%; }
.message-list li{ display: block; width: 100%; overflow: hidden; padding: 12px 0; border-bottom:1px dashed #e5e5e5; }
.message-list li .title{ width: 100%; height: 28px; overflow: hidden; line-height: 28px;}
.message-list li .title strong{ float: left; font-size: 12px; color: #5c5c5c; }
.message-list li .title span{ float: right; font-size: 12px; color: #9c9c9c; }
.message-list li .cont{ width: 100%; overflow: hidden; font-size: 12px; color: #7b7b7b; line-height: 24px; text-indent: 2em; }
.pages{ width: 100%; padding-top: 20px; overflow: hidden; text-align: center; font-size: 14px; color: #5c5c5c;}
.message-form{ width: 100%; overflow: hidden; background: url(../images/bg-right.jpg) no-repeat; background-position: top right; margin-top: 10px; padding: 25px 0;}
.message-form p{ width: 100%; display: block; padding: 6px 0;}
.message-form p span{ width: 60px; height: 35px; display: inline-block; *display:inline; *zoom:1; font-size: 12px; color: #7B7B7B; line-height: 35px;}
.message-form p span.span1{ width: 86px; height: 35px; display: inline-block; *display:inline; *zoom:1; font-size: 12px; color: #7B7B7B; line-height: 35px; text-align: right; padding-right:12px; }
.message-form p .txt1{ width: 200px; height: 35px; border: 1px #d2d2d2 solid; padding: 0 10px; font-size: 12px; color: #666; font-family:"微软雅黑"; }
.message-form p .txt2{ width: 200px; height: 35px; border: 1px #d2d2d2 solid; padding: 0 10px; font-size: 12px; color: #666; font-family:"微软雅黑";  margin-right: 20px;}
.message-form p .txt3{ width: 815px; height: 120px; border: 1px #d2d2d2 solid; padding: 6px 10px; font-size: 12px; color: #666; font-family:"微软雅黑"; line-height: 18px; vertical-align: top; resize: none;}
.message-form p .btn1{ width: 90px; height: 36px; border: none; background-color: #ea3c00; text-align: center; font-size: 14px; color: #FFFFFF; font-family: "微软雅黑"; cursor: pointer; margin-right: 16px;}
.message-form p .btn2{ width: 90px; height: 36px; border: none; background-color: #b4b4b4; text-align: center; font-size: 14px; color: #FFFFFF; font-family: "微软雅黑"; cursor: pointer; margin-right: 16px;}
.message-form p img{ height: 32px; vertical-align: top;}
.news{ width: 100%; overflow: hidden; }
.news ul{ width: 100%; overflow: hidden; }
.news li{ display: block; width: 100%; height: 142px; padding:30px 0; overflow: hidden; border-bottom:1px dashed #e5e5e5; box-sizing: content-box; -webkit-box-sizing: content-box;  -moz-box-sizing: content-box;}
.news li a{ display: block; width: 100%; height: 100%; }
.news li a .time{ float: left; width: 85px; overflow: hidden; font-size: 14px; color: #313131;}
.news li a .time span{ margin-left:-3px; font-size: 54px; color: #313131; font-family: arial}
.news li a .time .img1{ display: block;}
.news li a .time .img2{ display: none; }
.news li a:hover .time{ color: #0391df;}
.news li a:hover .time span{ font-size: 54px; color: #0391df; }
.news li a:hover .time .img1{ display: none; }
.news li a:hover .time .img2{ display: block; }
.news li a .img{ float: left; width: 200px; height: 142px; overflow: hidden;}
.news li a .info{ float: left; width: 650px; height: 142px; margin-left: 25px; overflow: hidden; }
.news li a .info h3{ display: block; width: 100%; height: 50px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 22px; color: #6e7275; line-height: 50px; }
.news li a .info .brief{ width: 100%; height: 84px; overflow: hidden; font-size: 14px; color: #7b7b7b; line-height: 28px; }
.news li a .info2{ float: left; width: 880px; height: 142px; margin-left: 0; overflow: hidden; }
.news li a .info2 h3{ display: block; width: 100%; height: 50px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; font-size: 22px; color: #6e7275; line-height: 50px; }
.news li a .info2 .brief{ width: 100%; height: 84px; overflow: hidden; font-size: 14px; color: #7b7b7b; line-height: 28px; }
.news-title{ padding: 5px 0 10px 0; width: 100%; overflow: hidden;  text-align: center;}
.news-title h3{ font-size: 20px; color: #383838; padding-bottom: 10px;}
.news-title span{ padding: 0 10px; font-size: 14px; color: #9c9c9c; }
.news-cont{ width: 100%; padding: 20px 0; overflow: hidden; font-size: 14px; color:#787878; line-height: 26px; }
.news-page{ width: 100%; overflow: hidden; padding-top: 20px;border-top:1px solid #eeeeee;}
.news-page-left{ float: left; height: 18px; overflow: hidden; border-left:4px solid #1179ea; padding-left: 10px;  line-height: 18px;}
.news-page a{ font-size: 14px; color: #7b7b7b; }
.news-page a:hover{ color: #ea3c00; }
.news-page-right{ float: right; height: 18px; overflow: hidden; border-left:4px solid #1179ea; padding-left: 10px; line-height: 18px; }
.project{ width: 1200px; margin:0 auto; overflow: hidden; }
.project ul{ width: 1300px; }
.project li{ display: block; float: left; width: 380px; height: 271px; margin:30px 30px 0 0; overflow: hidden; }
.project li a{ position: relative; display: block; width: 380px; height: 271px; overflow: hidden; }
.project li a .img{ width: 380px; height: 220px; overflow: hidden; }
.project li a .img img{ width: 100%; height: 100%; }
.project li a .name{  width: 380px; height: 50px; overflow: hidden; background-color: rgba(0,0,0,.5); background-color: #333\9; font-size: 18px; color: #ffffff; text-align: center; line-height: 50px; opacity: 1; filter: opacity(100);-webkit-transition: ease 0.4s; -moz-transition: ease 0.4s; -ms-transition: ease 0.4s; -o-transition: ease 0.4s; transition: ease 0.4s;}
/*.project li a .info{ position: absolute; top: 271px; left: 0; z-index: 5; width: 380px; height: 271px; overflow: hidden; background-color: rgba(0,0,0,.5); background-color: #333\9; bottom:-50px; opacity: 0; filter: opacity(0);-webkit-transition: ease 0.4s; -moz-transition: ease 0.4s; -ms-transition: ease 0.4s; -o-transition: ease 0.4s; transition: ease 0.4s;}
.project li a .info h3{ padding:33px 0 0 0; font-size: 18px; color: #ffffff; text-align: center; }
.project li a .info .brief{ width: 325px; height: 104px; margin:0 auto; overflow: hidden; font-size: 14px; color: #f1f1f1; line-height: 26px; text-indent: 2em; }
.project li a:hover .name{ bottom:-50px; opacity: 0; filter: opacity(0);-webkit-transition: ease 0.4s; -moz-transition: ease 0.4s; -ms-transition: ease 0.4s; -o-transition: ease 0.4s; transition: ease 0.4s;}
.project li a:hover .info{ top: 0; opacity: 1; filter: opacity(100);-webkit-transition: ease 0.4s; -moz-transition: ease 0.4s; -ms-transition: ease 0.4s; -o-transition: ease 0.4s; transition: ease 0.4s; }*/
.culture{ width: 100%; overflow: hidden; }
.culture ul{ width: 110%; }
.culture li{ display: block; float: left; width: 230px; height: 210px; margin:17px 17px 17px 0; overflow: hidden; cursor: pointer;}
.culture li .img{ width: 230px; height: 163px; overflow: hidden; }
.culture li .name{ width: 230px; height: 47px; padding-top: 15px; overflow: hidden; font-size: 16px; color: #6e7275; line-height: 32px; text-align: center;}
.culture li:hover .name{ color: #0391df; }
.culture li .brief{ display: none; }
.shadow{ position: fixed; top: 0; left: 0; z-index: 101; display: none; width: 100%; height: 100%; background-color: rgba(0,0,0,.5); background-color: #333\9; }
.dialog{ position: fixed; top: 50%; left: 50%; z-index: 102; display: none; width: 740px; height: 526px; margin:-263px 0 0 -370px; overflow: hidden; border:8px solid #ffffff; }
.dialog-container{ position: relative; width: 100%; height: 100%; overflow: hidden;}
.dialog-container .img{ width: 100%; height: 100%;}
.dialog-container .img img{ width: 100%; height: 100%; }
.dialog-container .info{ position: absolute; bottom: 0; left: 0; width: 100%; overflow: hidden; background-color: rgba(0,0,0,.5); background-color: #333\9; }
.dialog-container .info h3{ padding:20px 0 0; font-size: 22px; color: #ffffff; text-align: center; }
.dialog-container .info .brief{ width: 100%; padding:18px 30px; overflow: hidden; font-size: 14px; color: #dcdcdc; line-height: 24px;}
.contact{ width: 1200px; margin:0 auto; overflow: hidden; }
.contact-top{ width: 1200px; margin-top: 10px; padding-bottom:45px; border-bottom: 1px solid #dcdcdc; overflow: hidden; }
.contact-top .title{ width: 1200px; height: 20px; line-height: 20px;}
.contact-top .title strong{ float: left; display: block; width: 200px; height: 20px; padding-left: 15px; border-left: 4px solid #0391df; font-size: 20px; color: #00a0e9; font-weight: normal;}
.contact-top .title .local{ float: right; height: 20px; overflow: hidden; font-size: 12px; color: #7b7b7b;}
.contact-top .title .local a{ font-size: 12px; color: #7b7b7b; }
.contact-top .title .local a:hover{ color: #0391df; }
.contact-top .title .local span{ padding:0 6px; }
.contact-top .brief{ width: 100%; padding:20px 0; overflow: hidden; font-size: 14px; color: #9c9c9c; line-height: 24px; text-align: center;}
.contact-top .brief img{ margin-bottom: 10px; }
.contact-top .content{ width: 100%; margin-top: 20px; overflow: hidden;}
.contact-top .content .img{ position: relative; float: left; width: 480px; height: 295px; margin-left:104px; overflow: hidden; cursor: pointer;}
.contact-top .content .img .img-bg{ position: absolute; bottom: 0; right: 0; width: 430px; height: 260px; background-color: #dcdcdc;}
.contact-top .content .img .img img{ position: absolute; top: 0; left: 0; z-index: 5; width: 472px; height: 285px; }
.contact-top .content .img .map-shadow{ position: absolute; top: -285px; left: 0; z-index: 5; width: 472px; height: 285px; padding-top:135px; background-color: rgba(0,0,0,.5); background-color: #333\9; text-align: center;}
.contact-top .content .img .map-shadow img{ width: auto; height: auto;}
.contact-top .content .img:hover .map-shadow{ top: 0; }
.contact-top .content .info{ float: right; width: 520px; padding-top:45px; overflow: hidden; font-size: 14px; color: #7b7b7b;}
.contact-top .content .info h3{ padding-bottom:20px; font-size: 24px; color: #00a0e9; } 
.contact-bottom .title{ width: 1200px; height: 20px; margin-top: 30px; line-height: 20px;}
.contact-bottom .title strong{ float: left; display: block; width: 200px; height: 20px; padding-left: 15px; border-left: 4px solid #0391df; font-size: 20px; color: #00a0e9; font-weight: normal;}
.contact-bottom .items{ width: 100%; margin-top: 20px; overflow: hidden; }
.contact-bottom .items ul{ width: 100%; overflow: hidden; }
.contact-bottom .items li{ display: block; width: 100%; height: 220px; margin-top: 20px; overflow: hidden; background:url(../images/bg_contact.png) no-repeat 100% 0; background-color: #f8f8f8;}
.contact-bottom .items li .info{ float: left; width: 760px; margin:30px 0 0 106px; overflow: hidden; }
.contact-bottom .items li .info h3{ padding-bottom:10px; font-size: 24px; color: #00a0e9; }
.contact-bottom .items li .info i{ display: block; width: 50px; height: 4px; background-color: #00a0e9; } 
.contact-bottom .items li .info .cont{ width: 100%; padding-top:25px; overflow: hidden;}
.contact-bottom .items li .info .cont span{ display: inline-block; *display: inline; *zoom:1; height: 25px; font-size: 14px; color: #7b7b7b; }
.contact-bottom .items li .info .cont span.span1{ width: 156px; }
.contact-bottom .items li .info .cont span.span2{ width: 212px; }
.contact-bottom .items li .info .cont span.span3{ width: 376px; }
.contact-bottom .items li .img{ position: relative; float: right; width: 272px; height: 165px; margin:30px 35px 0 0; border:4px solid #fff; cursor: pointer; overflow: hidden;}
.contact-bottom .items li .img .map{ width: 100%; height: 100%;}
.contact-bottom .items li .img .map img{ width: 100%; height: 100%; }
.contact-bottom .items li .img .map-shadow{ position: absolute; top: -165px; left: 0; z-index: 5; width: 100%; height: 100%; padding-top:65px; background-color: rgba(0,0,0,.5); background-color: #333\9; text-align: center;}
.contact-bottom .items li .img:hover .map-shadow{ top: 0; }
.dialog-map{ position: fixed; top: 50%; left: 50%; z-index: 103; display: none; width: 900px; height: 542px; margin:-271px 0 0 -450px; box-shadow: 0 0 10px rgba(0,0,0,.5)}
.dialog-map img{ width: 900px; height: 542px; }
.join{ width: 1200px; overflow: hidden;}
.join .local{ width: 100%; overflow: hidden; font-size: 12px; color: #7b7b7b; text-align: right;}
.join .local a{ font-size: 12px; color: #7b7b7b; }
.join .local span{ padding:0 6px; }
.join .items{ width: 100%; overflow: hidden; }
.join .items ul{ width: 100%; }
.join .items li{ display: block; width: 100%; padding-bottom: 10px; overflow: hidden; }
.join .items li .name{ width: 100%; height: 30px;  overflow: hidden; }
.join .items li .name strong{ display: inline-block; *display: inline; *zoom:1;  float: left; height: 20px; padding-left:12px;padding-right:12px; margin-top: 5px; border-left: 4px solid #0391df; font-size: 20px; color: #00a0e9; line-height: 20px; font-weight: normal;}
.join .items li .name button{ display: inline-block; *display: inline; *zoom:1; float: left;width: 78px; height: 30px; border:none; background-color: #85d6cd; border-radius: 5px; font-size: 14px; color: #ffffff; text-align: center; line-height: 30px; cursor: pointer; font-family: "微软雅黑";}
.join .items li .content{ width: 100%; height: 67px; padding:15px 15px 0 15px; overflow: hidden; font-size: 14px; color: #7b7b7b; line-height: 26px; box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;}
.join .items li .img{ width: 100%; margin-top: 10px; overflow: hidden; }
.join .items li .img img{ width: 100%; }
.join .items li .img .img1{ display: block; }
.join .items li .img .img2{ display: none; }
.join .items li .img.active .img1{ display: none; }
.join .items li .img.active .img2{ display: block; }
.dialog-join{ position: fixed; top: 50%; left: 50%; z-index: 104; display: none; width: 630px; height: 730px; margin:-365px 0 0 -315px; background-color: #fff; border:8px solid #bfbfbf; box-shadow: 0 0 10px rgba(0,0,0,.4);}
.dialog-form{ width: 100%; overflow: hidden; }
.dialog-form h3{ padding:40px 0 30px; font-size: 24px; color: #00a0e9; text-align: center;}
.dialog-form p{ display: block width: 100%; padding:7px 0; overflow: hidden;}
.dialog-form span.name{ display: inline-block; *display: inline; *zoom:1; width: 200px; padding-right:15px; line-height: 34px; text-align: right; font-size: 16px; color: #787878}
.dialog-form .txt1{ width: 280px; height: 34px; padding:0 10px; border:1px solid #d2d2d2; font-size: 14px; color: #666;}
.dialog-form .txt2{ width: 280px; height: 140px; padding:10px; border:1px solid #d2d2d2; font-size: 14px; color: #666; line-height: 24px; resize: none; overflow: hidden; vertical-align: top;}
.dialog-form .btn-refer{ width: 150px; height: 42px; border:none; border-radius: 5px; background-color: #85d6cd; font-size: 16px; color: #fffefe; }

.notice-board{width: 325px;}
.notice-board ul li{width: 100%; font-size: 12px;color: #6e7275;text-align: right;line-height: 24px;}
.notice-board ul li a{font-size: 14px;color: #6e7275;}
.notice-board ul li a span{float:left;width: 195px; overflow: hidden;text-overflow: ellipsis;white-space: nowrap;text-align: left;}
.notice-board ul li i{color: red;font-size: 12px;font-weight: bold;width: 25px;display: inline-block;}

.companyOA {  float: left; width: 110px;height: 90px; line-height: 100px; text-align: center;}
.companyOA a {  font-size: 16px;  color: #1179ea;    }

.notice-board ul li a:hover span{
	color:#008cd6 !important;
}