@charset "utf-8";

* {margin: 0;padding: 0;}
body {font-weight:normal;width: 100%;background: #fff;font-size:16px;color:#666;line-height: 24px;overflow-x: hidden;font-family:Arial,"Microsoft Yahei";}
ul li,ol li {list-style: none;}
h1,h2,h3,h4,h5,h6 {font-weight: normal;}
a {text-decoration: none;color:#333;}
img {vertical-align: middle;}
i {font-style:normal}
.fl{float: left;}
.fr{float: right;}
.clear{clear:both}
.wrap {padding:0 5%;}
.wrap1 {padding:0 0;}
a:focus{outline:none;}
i,em,strong{font-style: normal;}
.clearfix:after {content: '.';display: block;clear: both;height: 0;visibility: hidden;}
.clearfix {*zoom:1;}
textarea,button,input{border:none;outline: none;-webkit-appearance: none;color:#666;background: none;padding:0;margin:0;}
.w1200 {width: 1200px;margin: 0 auto;}
input:-webkit-autofill {box-shadow: 0px 0px 0px 1000px white inset;}
table{border-collapse:collapse; border-spacing:0;}
#_embed_v3_dc {display: none;display: none !important;}

/*index主页*/
/*header*/

.header{width:100%;position: fixed;left:0;top:0;background:#fff;z-index: 1000;overflow: hidden;}
.header .warp{width:1200px;height:75px;margin:0 auto;background:#fff}
.header .warp .logo{margin-top:15px;}
.header .warp .logo img {height: 50px;}
.header .warp .nav {margin-left: 100px;}
.header .warp .nav>ul{display:block;}
.header .warp .nav>ul li{display:block;float: left;margin: 0px 5px;padding: 0;}
.header .warp .nav>ul li>a{height: 75px;line-height: 75px;font-size: 16px;display:block;padding:0 10px;background:#fff;transition: all 0.5s;}
.header .warp .nav>ul li:hover a, .header .warp .nav>ul li.active a{color:#fff;background:#0099cc;}
.header .warp .call i{display:block;width:40px;height:40px;float: left;background:url(../images/call.jpg) no-repeat;margin-top:24px;}
.header .warp .call span{float: left;height:75px;line-height: 75px;font-size: 16px;}


.main{margin-top:75px;}

/*banner*/
.banner {width: 100%;height: 715px;}
.banner .flexslider{ position:relative; height:715px;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.banner .slides li{height:715px; cursor:pointer}
.flex-control-nav{position:absolute;bottom:15px; left:50%;z-index:2;width:100%; margin-left:-50%; text-align:center;}
.flex-control-nav li{display:inline-block;width:12px;height:12px; margin:0 8px; *display:inline;zoom:1; border-radius: 50%;cursor:pointer;position: relative;background:#fff;}
.flex-control-nav a{display:inline-block;width:12px;height:12px;border-radius: 50%;line-height:100px; text-align:center; color:#fff; overflow:hidden; position: absolute;left: 0px;top: 0px;}
.flex-control-nav .flex-active {content: '';display: block;width: 20px;height: 20px;background-color: rgba(255,255,255,0.5);left: -4px;top: -4px;z-index: -1;}
.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;}
.flex-direction-nav li a{display:block;width:50px;height:50px;overflow:hidden;cursor:pointer;position:absolute; transition:none;}
.flex-direction-nav li a.flex-prev{left:50px;background:url(../images/ban_left.png) 72px center no-repeat;}
.banner:hover .flex-direction-nav li a.flex-prev{ background-position:center; transition: all .25s ease; }
.flex-direction-nav li a.flex-next{right:50px;background:url(../images/ban_right.png) -72px center no-repeat;}
.banner:hover .flex-direction-nav li a.flex-next{ background-position:center; transition: all .25s ease; }

/*内页banner*/
#adv {width: 100%;height: 400px;overflow: hidden;position: relative;margin-top: 75px;}
#adv .adv {width: 1920px;height: 400px;position: absolute;left: 50%;margin-left: -960px;}


/*产品中心*/
.index-one{width:1200px;margin:0 auto;}
.main-index .inx-top{text-align: center;margin:50px 0 25px}
.main-index .inx-top h4 {font-size: 34px;color: #444;line-height: 1;}
.main-index .inx-top>img{margin:15px auto 8px;}
.main-index .inx-top>p {color: #808080;font-size: 16px;}

.index-one .one-pro {margin-right: -74px;padding: 30px 0px;}
.index-one .one-pro>li{width:180px;float:left;margin-right: 74px;text-align: center}
.index-one .one-pro>li i{display:block;width:138px;height:138px;text-align:center;color:#0099cc;border:1px solid #d4d4d4;font-size:80px;margin:0 auto 20px;border-radius: 50%;transition: all 0.5s ease;}
.index-one .one-pro>li i:before {content: '';display: block;width: 80px;height: 80px;margin:30px auto;background-image: url(../images/icons.png);background-repeat: no-repeat;}
.index-one .one-pro>li i.icon1:before {background-position: 0px 0px;}
.index-one .one-pro>li i.icon2:before {background-position: -80px 0px;}
.index-one .one-pro>li i.icon3:before {background-position: -160px 0px;}
.index-one .one-pro>li i.icon4:before {background-position: -240px 0px;}
.index-one .one-pro>li i.icon5:before {background-position: -320px 0px;}
.index-one .one-pro>li:hover i.icon1:before {background-position: 0px -80px;}
.index-one .one-pro>li:hover i.icon2:before {background-position: -80px -80px;}
.index-one .one-pro>li:hover i.icon3:before {background-position: -160px -80px;}
.index-one .one-pro>li:hover i.icon4:before {background-position: -240px -80px;}
.index-one .one-pro>li:hover i.icon5:before {background-position: -320px -80px;}
.index-one .one-pro>li:hover i{background:#0099cc;color:#fff;border-color: #0099cc;}
.index-one .one-pro>li h4{font-size: 20px;line-height: 35px;margin-bottom: 5px;}
.index-one .one-pro>li:hover h4 {color: #0099cc;}
.index-one .one-pro>li p{font-size: 14px;line-height: 20px;color:#969696}
.main-index .inx-a{display:block;width:180px;line-height: 42px;text-align:center;transition:all 0.2s;border:2px solid #0099cc;color:#0099cc;font-size:18px;border-radius: 30px;margin:40px auto;}
.main-index .inx-a:hover{background:#0099cc;color:#fff;}


.index-six{width:1200px;margin:0 auto;}
.index-six ul{display:block;margin-top: 35px;text-align: center;}
.index-six li{display:inline-block;margin:0 136px 0 0px;text-align: center}
.index-six li:last-child{margin:0}
.index-six li i{display:block;width:140px;height:140px;text-align:center;color:#666;margin:0 auto 5px;border:1px dashed #d6d6d6;border-radius: 50%;transition: all 0.5s ease;}
.index-six li i:before {content: '';display: block;width: 80px;height: 80px;margin:30px auto;background-image: url(../images/icons.png);background-repeat: no-repeat;}
.index-six li i.icon1:before {background-position: 0px -160px;}
.index-six li i.icon2:before {background-position: -80px -160px;}
.index-six li i.icon3:before {background-position: -160px -160px;}
.index-six li i.icon4:before {background-position: -240px -160px;}
.index-six li:hover i.icon1:before {background-position: 0px -240px;}
.index-six li:hover i.icon2:before {background-position: -80px -240px;}
.index-six li:hover i.icon3:before {background-position: -160px -240px;}
.index-six li:hover i.icon4:before {background-position: -240px -240px;}
.index-six li:hover i{background:#0099cc;color:#fff;border-color: #0099cc;}


/*行业应用*/
.index-two{width:99%;margin:70px auto;min-width: 1200px;padding: 0 0.5%}
.index-two .two-app{display:block}
.index-two .two-app>li{width:31.3333333%;min-width:360px;display:inline-block;vertical-align: top;position: relative;margin: 0 0.85% 1%;border:1px solid #dcdcdc;border-radius: 3px;padding:5px;box-sizing: border-box;}
.index-two .two-app .mar-cen{margin:0 1.3%;}
.index-two .two-app img{width:47%;min-width:165px;}
.index-two .two-app div{width:47%;}
.index-two .two-app li {transition: all 1s ease;}
.index-two .two-app li .app-on{width:100%;background:#f3f3f3;padding:15px;border-radius: 3px;box-sizing: border-box;transition: background 1s ease;}
.index-two .two-app li .app-text h2{font-size: 18px;max-height: 48px;color:#474747;line-height: 21px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;}
.index-two .two-app li .app-text p{font-size: 14px;line-height: 24px;}
.index-two .two-app li .app-text>a{font-size: 14px;position: absolute;right:5%;bottom:20px;color:#666}
.index-two .two-app li:hover {border-color: #0099cc;}
.index-two .two-app li:hover .app-on{background:#0099cc;color:#fff}
.index-two .two-app li:hover h2,.index-two .two-app>li:hover a{color:#fff}

.index-two .two-app .app-text p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;}



/*广告*/
.index-tree{width:100%;height:380px;background:url(../images/advert01.jpg) no-repeat;background-size:100% 100%;margin:65px 0;}
.advert{text-align: center;color:#fff;width:810px;margin:0 auto;padding:100px 0 40px;}
.advert .ad-text{width:450px;margin:20px auto;}
.advert .ad-text>span{font-size: 35px;float:left}
.advert .ad-text>em{font-size: 35px;line-height:10px;float:left;}
.advert p,.index-five p{font-size: 16px;line-height: 25px}
.advert a,.index-five a,.index-sever a{display:block;width:130px;line-height: 35px;font-size: 14px;transition: 0.1s ease all;color:#fff;margin:20px auto;border: 1px solid #fff;transition: all 0.3s ease; }
.advert a:hover{background-color: #fff;color: #0099cc;}
/*合作*/
.index-five{width:100%;height:380px;background:url(../images/adcert02.jpg) no-repeat;background-size:100% 100%;margin:65px 0;}
.index-five h2{font-size: 35px;color:#1b67b2;margin-top:130px;}
.index-five p{margin:15px 0 10px;font-size: 15px}
.index-five a{margin:0;!important;position: relative;right:0;text-align: center;border:1px solid #1b67b2;color:#1b67b2}
.index-five a:hover {background-color: #1b67b2;color: #fff;}
.index-five .cooper{width:745px;margin:0 auto;text-align: right;padding-top:40px;}
/*乐科科技*/
.index-sever{width:100%;height:380px;background:url(../images/advert03.jpg) no-repeat center;margin:65px 0;}
.index-sever p{font-size: 16px;text-transform:uppercase;width: 490px;}
.index-sever a{margin:20px 0px 0px !important;position: relative;left:0;text-align: center;}
.index-sever a:hover {background-color: #fff;color: #0099cc;}
.index-sever .lkkj{width:1000px;margin:0 auto;text-align:left;padding:80px 0;}
.index-sever .lkkj h4 {display: block;font-size: 42px;font-weight: 700;line-height: 120%;
background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(40, 173, 239, 1)), to(rgba(26, 75, 163, 1)));-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.index-sever .lkkj h5 {display: block;margin: 10px 0px 5px;font-size: 30px;line-height: 120%;background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(86, 189, 237, 1)), to(rgba(36, 102, 181, 1)));-webkit-background-clip: text;-webkit-text-fill-color: transparent;}


/*新闻*/
.index-four{width:1200px;margin:0 auto;}
.index-four.inx-new1{width:400px;margin:0 auto;display:block}
.index-four.inx-new1>li{width:110px;display:inline-block;background:#0099cc;color:#fff}
.details-fen {margin-top: 25px;}
.details-fen .inx-fen{display:block;width: 100%;text-align: center;}
.details-fen .inx-fen>li{display:inline-block;width:120px;border:1px solid #7f7c7c;border-radius: 25px;line-height: 35px;margin: 0 15px;transition:all 0.2s;font-size:16px;text-align: center;cursor: pointer;}
.details-fen .inx-fen>li:hover, .inx-fen>li.active{background:#0099cc;color:#fff;border:1px solid #0099cc;}
.details-bottom {margin-top: 50px;}
.details-bottom .index-com{width:1200px;margin:0 auto 10px;height:auto;}
.details-bottom .index-com li{width:560px;float:left;margin-bottom:35px;}
.details-bottom .index-com li:nth-child(odd){margin-right:76px;}
.index-com .new-left{width:80px;border:1px solid #a09898;text-align: center}
.index-com .new-left span{font-size:33px;line-height: 70px;border-bottom:1px solid #a09898;display:block;width:100%;}
.index-com .new-left p{line-height: 45px;font-size: 15px;}
.details-bottom .index-com li:hover span{color:#0099cc}
.details-bottom .index-com li:hover .new-left p{color:#0099cc}
.details-bottom .index-com li:hover a{color:#0099cc}
.index-com .new-right{width:450px;}
.index-com .new-right a {display: block;white-space:nowrap;text-overflow:ellipsis;overflow: hidden;font-size:18px;line-height: 24px;color:#222;overflow: hidden;}
.index-com .new-right p{font-size: 14px;line-height: 20px;margin: 10px 0px 15px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;} 
.index-com .new-right a.more{font-size: 13px;color:#666;}


/*关于我们*/
.index-eight,.index-night{width:1200px;margin:0 auto 60px;}
.index-eight .ab-right{width:590px;font-size: 15px;text-indent: 25px;line-height: 30px;}
.index-eight .ab-right>a{color:#0099cc;font-size: 15px;float:right;font-weight:bold;margin:10px 0;}
.index-eight .ab-right>a>i{width:100px;height:1px;display:block;float:left;margin:15px -10px 0 0;background:#0099cc}
.index-eight .about img{width:580px;height:375px;}
/*乐科荣耀*/
.index-night>p{display:block;width:600px;margin:-18px auto 0;text-align: center;font-size: 14px;line-height:20px}
.index-night ul{display:block;margin:18px 0 0;}
.index-night ul li{display:inline-block;width:230px;height:230px;}
.index-night ul li>img{width:230px;height:230px;transition:all 0.3s}


/*合作伙伴*/
.index-ten{width:100%;background:#fafafa;padding:10px 0px 75px;}
.Cooperative{width:1200px;margin:0 auto;}
.index-ten table td{width:200px;height:120px;background:#fff;transition: all 0.3s;border:1px solid #ececec}
.index-ten table td>img{width:200px;height:120px;margin:0 auto;transition: all 0.3s}
.index-ten table td:hover{background:#f2f2f2;border:1px solid #f2f2f2}
.index-ten table td:hover img{width:185px;height:105px;display: block;}
/*尾部*/
.footer{width:100%;border-bottom:3px solid #1b67b2}
.footer-on{width:1200px;margin:0 auto;padding:60px 0px 40px;display:block}
.footer-on .ewm{width:100px;margin-right:70px;}
.footer-on .ewm img{width:100px;height:100px;}
.footer-on .ewm>p{font-size: 13px;text-align: center;line-height: 18px;margin-top:5px;}
.footer-on .foot-ul{line-height: 20px;margin-right:25px;padding-right: 25px;position: relative;}
.footer-on .foot-ul:after {content: '';display: block;width: 1px;height: 16px;position: absolute;right: 0px;top: 0px;background: #1b67b2;}
.footer-on .foot-ul dt{font-size: 16px;color:#1b67b2;font-weight:bold;margin-bottom:10px;line-height: 1;}
.footer-on .foot-ul:nth-last-of-type(1):after {display: none;}
.footer-on .foot-ul dd a{font-size: 14px;color:#666;line-height: 26px;}
.footer-on .foot-ul dd:hover a {color: #1b67b2;}
.footer-on .call{border-right:2px solid #fff!important;}
.footer-on .contact dt {margin-bottom: 13px;}
.footer-on .contact dt img{margin: 0px;}
.footer-on .contact dd {margin-top:7px;}
.footer-on .contact dd i{display:inline-block;width:23px;height:23px;margin-right: 5px;text-align:center;vertical-align: middle;background-image: url(../images/icons.png);background-repeat: no-repeat;}
.footer-on .contact dd i.icon1 {background-position: -477px 0px;}
.footer-on .contact dd i.icon2 {background-position: -477px -25px;}
.footer-on .contact dd i.icon3 {background-position: -477px -50px;}
.footer-on .contact dd i.icon4 {background-position: -477px -75px;}
.footer-on .contact dd i.icon5 {background-position: -477px -100px;}
.footer-on .contact dd span{font-size: 14px;color: #1b67b2;}

.footer>p{text-align: center;font-size: 14px;display:block;width:1200px;margin:0 auto 15px;line-height: 35px;color: #666;}
.footer>p a {color: #666;}
.footer>p a:hover {color: #0099cc;}

/*产品中心*/
.product-main,.details-main,.industry-main{margin:0 auto;width:1200px;}

.details-nav {padding-top: 35px;margin-bottom: 40px;}
.details-nav:nth-child(4) {padding-top: 0px;}
.details-nav ul {margin-bottom: 30px;}
.details-nav ul li {float: left;margin-right: 25px;}
.details-nav ul li a{display:block;border:1px solid #7f7c7c;border-radius: 25px;line-height: 35px;padding: 0 15px;transition:all 0.2s;font-size:16px;color: #666;text-align: center;cursor: pointer;}
.details-nav ul li:hover a, .details-nav ul li.active a{background:#0099cc;color:#fff;border:1px solid #0099cc;}
.details-nav .tit {margin-bottom: 15px;color: #333;font-size: 24px;}
.nav-list {border-bottom: 1px solid #e5e5e5;}
.nav-list a {display: block;float: left;height: 40px;line-height: 40px;margin-right: 55px;color: #666;box-sizing: border-box;}
.nav-list a:hover, .nav-list a.active {border-bottom: 2px solid #0099cc;}

.product-main .product-one .details-bottom {margin:0px;}
.pro-list {margin-bottom:50px; }
.pro-list .pro-front {margin-bottom: 20px;}
.pro-list p{font-size: 16px;line-height: 26px;}
.pro-front>i{display:inline-block;vertical-align: middle;position: relative;width:18px;height:18px;border-radius:50%;border:2px solid #0099cc;}
.pro-front>i:before{display:block;content: "";position: absolute;left:4px;top:4px;width:10px; height:10px;border-radius:50%;background:#0099cc;}
.pro-front>span{display:inline-block;vertical-align: middle;font-size: 18px;font-weight:bold;color: #000;margin: 0 0 0 5px;}
.pro-two ul{display:block;}
.pro-two li{font-size: 16px;display:inline-block;margin-right:30px;} 
.pro-two li:before{display:block;float: left;content: "";width: 10px;height: 10px;background: #888;margin:8px 8px 0px 0px;}
.pro-tree table{width:1200px;margin:30px auto 50px;}
.pro-tree table th{background:#0099cc;color:#fff;font-size: 16px;line-height: 55px;text-align: center;border:1px solid #ddd}
.pro-tree table td{font-size: 15px;line-height: 48px;text-align: center;border:1px solid #ddd}
.pro-tree table td a:hover {color: #0099cc;}
.pro-tree table tr:hover{background:#d6d6d6;}
.pro-tree table tr.nobg:hover {background-color: transparent;}


.pro-fen,.next-btn{margin:0 auto;width:1200px!important;}
/*详情*/
.details-one {padding: 50px 0px 0px;}
.details-one .deta-left{width:480px;}
.details-one .deta-right{width:680px;color:#333}
.details-one .deta-right h3{font-size: 23px;border-bottom:1px solid #e5e5e5;line-height: 40px;padding-bottom:5px;margin-bottom:10px;}
.details-one .deta-right em{font-size: 17px;margin-top:10px;}
.details-one .deta-right p{font-size: 15px;margin:10px 0;}
.details-one .deta-right a{display:block;width:130px;font-size: 15px;border-radius:8px;line-height: 40px;background:#0099cc;color:#fff;text-align: center;margin-top:20px;}

.deta-left #magnifier {position: relative;width: 482px;}
.deta-left .small-box {position: relative;width: 480px;height: 400px;border: 1px solid #ddd;overflow: hidden;}
.deta-left .small-box img {display: block;width: 100%;}
.deta-left .small-box .hover {display: none; position: absolute; left: 0; top: 0; width: 50px; height: 50px; border: 1px solid #aaa; background: #0099ff; opacity: .5; filter: alpha(opacity: 50); cursor: move; }
.deta-left .thumbnail-box {position: relative;width: 100%;margin-top: 15px;}
.deta-left .thumbnail-box .btn {position: absolute;top:0px;width: 20px;height: 60px;}
.deta-left .thumbnail-box .btn-prev {left: 0;background: url(../images/left.gif) no-repeat;}
.deta-left .thumbnail-box .btn-next {right: 0;background: url(../images/right.gif) no-repeat;}
.deta-left .thumbnail-box .list {overflow: hidden; width: 420px; margin: 0 auto; }
.deta-left .thumbnail-box .wrapper {width: 100000px;}
.deta-left .thumbnail-box .list .item {float: left; margin-right: 13px;width: 72px;height: 60px;}
.deta-left .thumbnail-box .list .item img {height: 100%; border: 2px solid #ddd; box-sizing:border-box; }
.deta-left .thumbnail-box .list .item-cur img {border: 2px solid #e53e41;}
.deta-left .big-box {display: none; overflow: hidden; position: absolute; left: 451px; top: 0; width: 540px; height: 540px; border: 1px solid #e4e4e4; }
.deta-left .big-box img {display: block;}



.details-two{margin:45px 0;color:#333}
.details-two .deta-top p{display:block;width:130px;line-height: 45px;text-align: center;background:#0099cc;border-top-left-radius: 8px;border-top-right-radius: 8px;
    color:#fff;font-size: 17px}
.details-two .deta-top,.industry-main .like-top{width:1200px;margin:0 auto 25px;border-bottom:2px solid #e5e5e5}
.details-two>p{color: #666;font-size: 15px;line-height: 26px;margin-bottom: 5px;}

.deta-tab {margin-top: 40px;}
.deta-tab p {font-weight: 700;}
.deta-tab p img {max-width: 100%;margin:0px auto;}
.deta-tab table{width:1200px;margin:15px auto 0;text-indent: 35px;line-height: 40px;font-size: 15px;}
.deta-tab table tr>td:nth-child(1){width:270px;}
.deta-tab table tr>td{border:1px solid #666;color: #555;}

/*行业应用*/
.industry-main {padding-top: 40px;}
.industry-main .industry {padding-top: 10px;margin-right: -45px;}
.industry-main .industry li{width:370px;float:left;margin:0px 45px 45px 0px;border-bottom: 1px solid #d2d2d2;transition:all 0.5s}
.industry-main .industry li:hover{border-bottom: 1px solid #0099cc}
.industry-main .industry li a {display: block;position: relative;}
.industry-main .industry .ind-mar{margin:0 43px 45px;}
.industry-main .industry li .img {width: 370px;height: 280px;overflow: hidden;}
.industry-main .industry li .img img {width: 100%;height: 100%;}
.industry-main .industry li h3{font-size: 18px;color:#2a2a2a;line-height: 38px;margin-top:15px;transition:all 0.5s;overflow: hidden; text-overflow:ellipsis; white-space: nowrap; }
.industry-main .industry li:hover a h3{color:#0099cc}
.industry-main .industry li p{color: #666;font-size:14px;line-height: 20px;height: 42px;margin-bottom: 15px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.industry-main .industry li .more{ position:absolute; top:0; left:0; width:368px; height:278px; border:1px solid #0099cc; overflow:hidden; transition: all .3s ease; opacity:0;}
.industry-main .industry li .more i{ position:absolute; width:45px; height:40px; left:50%; bottom:-40px; margin-left:-22px; background:url(../images/more.png) center no-repeat; transition: all .5s ease;}
.industry-main .industry li:hover .more{ width:350px; height:260px; left:10px; top:10px; opacity:1;}
.industry-main .industry li:hover .more i{ top:50%; margin-top:-20px;}

.industry-main .details-top{}
.industry-main .details-top a{display:block;width:110px;line-height:35px;border:1px solid #b5b5b5;border-radius: 20px;text-align: center;color:#666}
.industry-main .details-top a:hover{background:#0099cc;border:1px solid #0099cc;color:#fff}
.industry-main .details-top span{line-height: 35px;font-size: 22px;}
.industry-main>p{font-size:14px;}

.industry-main .l-four{width:250px;height:20px;padding:0 0 5px 0;border-radius: 5px;border-radius: 5px\0;margin-bottom:32px;}
.industry-main .l-four a{display: inline-block; width: 22px; height: 22px;background-image: url(../images/download.jpg);background-repeat:no-repeat;margin-top:3px;}
.industry-main .four1{background-position: -20px 0;}
.industry-main .four2{background-position: -74px 0;}
.industry-main .four3{background-position: -102px 0;}
.industry-main .four4{background-position: -131px 0;}
.industry-main .four5{background-position: -47px 0;}
.industry-main .four6{background-position: 5px 0;}
.industry-main .like-top p{display:inline-block;font-size:20px;text-align:center;border-bottom:2px solid #0099cc;line-height: 47px;margin:20px 0 -2px;}

.industry-main .details-on02>p>span:nth-child(1){display:block;width:10px;height:10px;margin:6px 10px 0 0;border-radius:50%;background:#0099cc;float:left}
.industry-main .details-on02>img{width:1200px;height:480px;margin:20px auto;}
.industry-main .details-on02>ul{line-height: 30px;margin:30px 0 70px;}
.industry-main .details-on02>ul .like-btn{font-weight: bold;line-height: 30px;margin-bottom:5px;}

.industry-main .details-on02 {padding-bottom: 30px;}
.industry-main .details-on01>p, .industry-main .details-on02>p {line-height: 25px;font-size: 15px;margin-bottom: 3px;}

/*常见问题*/
.faq .accordion li {border-bottom: 1px solid #e6e6e6;padding-bottom: 20px;margin-bottom: 20px;}
.faq .accordion li .link {height: 26px;cursor: pointer;}
.faq .accordion li .link span{display: block;float: left;color: #666;font-size: 20px;height: 24px;line-height: 24px;}
.faq .accordion li .link:before{display:block;float: left;content: "Q";width: 24px;height: 24px;line-height: 22px;color:#fff;font-size: 14px;text-align: center;border-radius: 3px;background: #0099cc;margin:0px 12px 0px 0px;}
.faq .accordion li .link .fa |{display: block;float: right;width: 24px;height: 24px;background:#c8c8c8 url(../images/icons.png) no-repeat -476px -140px;border-radius: 50%; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease;}
.faq .accordion li.open .link span {color: #0099cc;}
.faq .accordion li.open .link .fa {background-color:#0099cc;-webkit-transform: rotate(90deg); transform: rotate(90deg);}
.faq .accordion li .submenu {display: none;padding-top: 20px;}
.faq .accordion li .submenu:before{display:block;float: left;content: "A";width: 24px;height: 24px;line-height: 22px;color:#fff;font-size: 14px;text-align: center;border-radius: 3px;background: #bebebe;margin:1px 12px 0px 0px;}
.faq .accordion li .submenu .text {float: right;width: 1163px;}
.faq .accordion li .submenu .text p {color: #666;font-size: 16px;line-height: 26px;}

.server_warp>h4 {color: #666;font-size: 30px;text-align: center;margin-bottom: 30px;}
.server_warp ul {padding-top: 30px;}
.server_warp ul li {margin-bottom: 35px;}
.server_warp ul li .icon {width: 70px;height: 70px;display: inline-block;vertical-align: top;background-image: url(../images/icons.png);background-repeat: no-repeat;}
.server_warp ul li .icon1 {background-position: 0px -560px;}
.server_warp ul li .icon2 {background-position: -70px -560px;}
.server_warp ul li .icon3 {background-position: -140px -560px;}
.server_warp ul li .icon4 {background-position: -210px -560px;}
.server_warp ul li .icon5 {background-position: -280px -560px;}
.server_warp ul li .icon6 {background-position: -350px -560px;}
.server_warp ul li .icon7 {background-position: -420px -560px;}
.server_warp ul li .icon8 {background-position: 0px -62px;}

.server_warp ul li .text {width: 1100px;display: inline-block;vertical-align: top;margin-left: 20px;}
.server_warp ul li .text h4 {color: #666;font-size: 16px;font-weight: 600;line-height: 32px;}
.server_warp ul li .text p {font-size: 15px;line-height: 26px;}

.down_warp ul li {height: 58px;margin-bottom: 20px;padding: 25px;background-color: #f8f8f8;transition: all .25s ease;}
.down_warp ul li:hover{box-shadow: 0 1px 15px #ccc;}
.down_warp ul li .img {float: left;width: 58px;height: 58px;}
.down_warp ul li .txt {float: left;width: 800px;height: 58px;margin-left: 20px;}
.down_warp ul li .txt h4 {font-size: 18px;line-height: 30px;}
.down_warp ul li:hover .txt h4 {color: #0099cc;}
.down_warp ul li .txt p {font-size: 14px;color: #888;}
.down_warp ul li .down_ico {float: right;width: 58px;height: 58px;background: url(../images/down_ico.png) no-repeat;}
.down_warp ul li .down_ico:hover {background-position: -58px 0px;}

/*分页*/
.page_box{overflow:hidden;text-align:center;font-size:0;margin:50px 0px 30px;}
.page_box a{display:inline-block;vertical-align:middle;border:1px solid #d8d8d8;padding:0px 12px;height: 30px;line-height: 30px;background:#fff;color:#666;font-size:14px;margin:0px 5px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
.page_box a:hover, .page_box a.active, .page_box a.cur2 {background-color: #0099cc;color: #fff;border-color: #0099cc;}


/*新闻动态*/
.news .news-list{width:1160px; height:170px; overflow:hidden; padding:20px; background:#f8f8f8; margin-bottom:40px; transition: all .25s ease;}
.news .news-list .news-l{ float:left; width:270px; height:170px;}
.news .news-list .news-l a img {width: 270px;height: 170px;}
.news .news-list .news-c{ float:left; width:720px; height:170px; margin-left:20px}
.news .news-list .news-c h2{ height:45px; line-height:45px;}
.news .news-list .news-c h2 a{ font-size:24px; color:#666}
.news .news-list .news-c h2 a:hover{ color:#333}
.news .news-list .news-c span.tag {color: #888;font-size: 14px;display: block;margin-bottom: 5px;}
.news .news-list .news-c span.des{ display:inline-block; height:52px; line-height:25px; font-size:14px; color:#666;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; }
.news .news-list .news-c dd{ height:40px; line-height:40px; transition: all .25s ease;}
.news .news-list .news-c dd a{ color:#777}
.news .news-list .news-r{ float:right; width:100px; height:170px; padding-left:15px; border-left:1px solid #e6e6e7}
.news .news-list .news-r span{ float:left; width:100px; line-height:80px; color:#777; font-size:30px; font-weight:bold}
.news .news-list .news-r i a{ float:left; margin-top:20px; padding:20px; background:url(../images/news-icon.png) -8px center no-repeat}
.news .news-list:hover{box-shadow: 0 1px 15px #666;}
.news .news-list:hover .news-c dd{ text-indent:10px;}
.news .news-list:hover .news-c h2 a{ color:#333}

.news-details {padding:40px 0px 20px;}
.news-details .news-head {width: 100%;border-bottom: 1px solid #e5e5e5;padding-bottom: 20px;}
.news-details .news-head h1 {color: #444;font-size: 24px;}
.news-details .news-head .w1200 {position: relative;}
.news-details .news-head .w1200 a.fr {position: absolute;right: 0px;top: 0px; display: block; width: 110px; line-height: 35px; border: 1px solid #b5b5b5; border-radius: 20px; text-align: center; color: #666; transition: all 0.3s ease;}
.news-details .news-head .w1200 a.fr:hover {background:#0099cc;border:1px solid #0099cc;color:#fff}
.news-details .news-head .view {margin:10px 0px 5px;}
.news-details .news-head .view span {color: #666;font-size: 14px;display: inline-block;margin-right: 30px;}

.news-details .news-des {padding: 20px 0px;}
.news-details .news-des>p {font-size: 16px;line-height: 30px;text-indent: 2em;}
.news-details .news-des .news-page {border-top: 1px solid #e2e2e2;margin-top: 35px;padding-top: 15px;position: relative;}
.news-details .news-des .news-page:after {content: '';display: block;width: 60px;height: 2px;background-color: #0099cc;position: absolute;left: 0px;top:-1px;}
.news-details .news-des .news-page p a {color: #666;font-size: 14px;}
.news-details .news-des .news-page p a:hover {color: #0099cc;}


/*关于我们*/
.about .container {padding: 60px 0px;}
.about .container .title {display: block;text-align: center;font-size: 36px;line-height: 100%;margin-bottom: 40px;}
.about .container .title:after{display:block;content: "";width: 64px;height: 2px;background: #0099cc;margin:20px auto 0px;}
.about .container .more {display: block;padding: 30px 0px 20px;text-align: center;}
.about .container .more a {display: inline-block;width: 120px;height: 40px;background: #0099cc;color: #fff;text-align: center;line-height: 40px;border-radius: 5px;}
.about .container .more a:hover {background-color: #00ade7;}
.introduction .ab-right{width:590px;font-size: 15px;text-indent: 2em;line-height: 32px;}
.introduction .ab-right span {color:#0099cc;font-size: 15px;float:right;font-weight:bold;margin:10px 0;}
.introduction .ab-right span i{width:100px;height:1px;display:block;float:left;margin:15px -10px 0 0;background:#0099cc}
.introduction .about img{width:580px;height:375px;}

.culture {background-image: url(../images/culture_bg.jpg);background-position: center;background-repeat: no-repeat;}
.culture .des ul li {float: left;width: 250px;height: 310px;border:1px solid #0099cc;background-color: #fff;padding: 25px 30px;margin: 0 25px;box-sizing: border-box;
    transition: all 0.25s ease;}
.culture .des ul li .icon {display: block;width: 126px;height: 126px;border:2px solid #0099cc;border-radius: 50%;margin: 0 auto;transition: border-color 0.6s ease;}
.culture .des ul li .icon i {display: block;width: 80px;height: 80px;margin:23px auto;background-image: url(../images/icons.png);background-repeat: no-repeat;}
.culture .des ul li .icon1 i {background-position: 0px -320px;}
.culture .des ul li .icon2 i {background-position: -80px -320px;}
.culture .des ul li .icon3 i {background-position: -160px -320px;}
.culture .des ul li .icon4 i {background-position: -240px -320px;}
.culture .des ul li:hover {background-color: #0099cc;}
.culture .des ul li:hover .icon {border-color: #fff;}
.culture .des ul li:hover .icon1 i {background-position: 0px -400px;}
.culture .des ul li:hover .icon2 i {background-position: -80px -400px;}
.culture .des ul li:hover .icon3 i {background-position: -160px -400px;}
.culture .des ul li:hover .icon4 i {background-position: -240px -400px;}

.culture .des ul li .text {text-align: center;margin-top: 38px; transition: all 0.3s ease;}
.culture .des ul li .text h4 {font-size: 21px;margin-bottom: 10px;}
.culture .des ul li .text p {color: #666;font-size: 15px;}
.culture .des ul li:hover .text {margin-top: 43px;}
.culture .des ul li:hover .text h4, .culture .des ul li:hover .text p {color: #fff;}


.about .honor {background-color: #0099cc;text-align: center;}
.about .honor .title {color: #fff;}
.about .honor .title:after{background: #fff;}
.honor .wrapBox ul li {float: left;margin-right: 45px;background-color: #fff;padding: 10px 17px;border-radius: 3px;}
.honor .btn {display: inline-block;width: 30px;height: 30px;line-height: 30px;text-align: center;font-weight: bold;color: #fff;border:1px solid #fff;margin: 35px 10px 0px;border-radius: 50%;overflow: hidden;cursor: pointer;font-family: "SimSun"}

.galleryOverlay{ width:100%; height:100%; position:fixed; top:0; left:0; opacity:0; z-index:100000; background-color:#333;background-color:rgba(0,0,0,0.85); overflow:hidden; display:none; -moz-transition:opacity 1s ease; -webkit-transition:opacity 1s ease;transition:opacity 1s ease;}
.galleryOverlay.visible{ opacity:1; }
.gallerySlider{height:100%; left:0; top:0; width:100%; white-space: nowrap; position:absolute;}
.gallerySlider .placeholder{ background: url(../images/preloader.gif) no-repeat center center; height: 100%; line-height: 1px;text-align: center; width:100%; display:inline-block;}
.gallerySlider .placeholder:before{ content: ""; display: inline-block; height: 50%; width: 1px; margin-right:-1px; }
.gallerySlider .placeholder img{ display: inline-block; max-height: 100%; max-width: 100%; vertical-align: middle;border:3px solid #fff;border-radius: 5px;overflow: hidden;}
.prevArrow,.nextArrow{ border:none; text-decoration:none; background:url(../images/arrows.png) no-repeat; opacity:1; cursor:pointer;position:absolute; width:43px; height:58px; top:50%; margin-top:-29px;}
.prevArrow:hover, .nextArrow:hover{ opacity:1; }
.prevArrow{ background-position:left top; left:300px; }
.nextArrow{ background-position:right top; right:300px;}
.pagelimit{ position:absolute; bottom:20px; left:50%; margin-left:-18px; color:#fff; font-size:1.4rem; }

.about .server {background-color: #f4f4f4;}
.about .server .des ul li {float: left;width: 385px;height: 135px;padding:25px 15px;border:1px solid #f4f4f4;box-sizing: border-box;margin: 0 7px 14px;transition: all .25s ease;}
.about .server .des ul li .icon {width: 60px;height: 60px;margin-right: 10px;display: inline-block;vertical-align: top;background-image: url(../images/icons.png);background-repeat: no-repeat;}
.about .server .des ul li .icon1 {background-position: 0px -480px;}
.about .server .des ul li .icon2 {background-position: -60px -480px;}
.about .server .des ul li .icon3 {background-position: -120px -480px;}
.about .server .des ul li .icon4 {background-position: -180px -480px;}
.about .server .des ul li .icon5 {background-position: -240px -480px;}
.about .server .des ul li .icon6 {background-position: -300px -480px;}
.about .server .des ul li .text {display: inline-block;;width: 272px;}
.about .server .des ul li .text h4 {color: #363636;font-size: 21px;margin-bottom: 10px;}
.about .server .des ul li .text p {color: #666;font-size: 15px;line-height: 22px;}
.about .server .des ul li:hover {box-shadow: 4px 4px 15px #8ec2d3;border:1px solid #c3e9f8;background-color: #fff;}


.jobs .jobs_des {width: 990px;margin: 0 auto;}
.jobs .jobs_des .jobs_head {width: 100%;height: 50px;background-color: #0099cc;}
.jobs .jobs_des .jobs_head span {color: #fff;font-size: 16px;line-height: 50px;display: block;float: left;padding-left: 35px;}
.jobs .jobs_des .jobs_head span.name {width: 365px;}
.jobs .jobs_des .jobs_head span.num {width: 300px;}
.jobs .jobs_des .jobs_head span.add {width: 125px;}
.jobs .jobs_des .accordion {border:1px solid #e5e5e5;}
.jobs .jobs_des .accordion li .link {width: 100%;height: 50px;border-top: 1px solid #e5e5e5;cursor: pointer;overflow: hidden;}
.jobs .jobs_des .accordion li .link i.fa {float: right;width: 23px;height: 23px;background: url(../images/icons.png) no-repeat -476px -200px;margin: 14px;    transition: all 0.4s ease;}
.jobs .jobs_des .accordion li .link span{font-size: 16px;line-height: 50px;display: block;float: left;padding-left: 35px;}
.jobs .jobs_des .accordion li .link span.name {width: 365px;}
.jobs .jobs_des .accordion li .link span.num {width: 300px;}
.jobs .jobs_des .accordion li .link span.add {width: 125px;}
.jobs .jobs_des .accordion li .submenu {padding:15px 35px 35px;display: none;border-top: 1px solid #e5e5e5;}
.jobs .jobs_des .accordion li .submenu p {font-size: 15px;line-height: 24px;}
.jobs .jobs_des .accordion li .submenu a {display: block;width: 160px;height: 40px;line-height: 40px;text-align: center;background-color: #0099cc;color: #fff;border-radius: 10px;margin-top: 20px;}
.jobs .jobs_des .accordion li.open .link i.fa {-webkit-transform: rotate(180deg); transform: rotate(180deg);}

.copy_des {width: 690px;margin: 0 auto;}
.copy_des p {font-size: 15px;line-height: 26px;}


.contat_about {background-color: #f4f4f4;}
.contat_des ul li {width: 33.3333333%;background-color: #fff;float: left;height: 125px;padding: 30px;text-align: center;border:1px solid #d2d2d2;box-sizing: border-box;margin-left: -1px;}
.contat_des ul li .icon {width: 50px;height: 50px;display: inline-block;vertical-align: top;margin-right: 15px;background-image:url(../images/icons.png);background-repeat: no-repeat; }
.contat_des ul li .icon1 {background-position: -360px -175px;}
.contat_des ul li .icon2 {background-position: -360px -225px;}
.contat_des ul li .icon3 {background-position: -360px -275px;}
.contat_des ul li .text {display: inline-block;width: 200px;text-align: left;}
.contat_des ul li .text h4 {color: #333;font-size: 18px;line-height: 28px;}
.contat_des ul li .text p {color: #767676;font-size: 14px;line-height: 21px;}

.timeline-custom-width {width: 900px;margin: 0 auto;position:relative;padding: 20px 0;}
.timeline-custom-width .timeline-tit {width: 145px;height: 45px;line-height: 45px;text-align: center;color: #fff;font-size:20px;background: #0099cc;margin:0 auto;}
.timeline-line {
position:absolute;
left:50%;
margin-left:0;
height:100%;
border-right:1px solid #cfcfcf;
z-index:-1;
}
.timeline-line o,.timeline-line z {
content:"";
background-color:#065da4;
width:12px;
height:12px;
border-radius:100%;
position:absolute;
left:-5px
}
.timeline-line z {
bottom:0
}
.timeline-wrapper {
position:relative;
}
.timeline-wrapper:nth-child(3) {margin-top: 30px;}
.timeline-wrapper .timeline-dot {
width: 117px;
height: 20px;
position: absolute;
top: 50%;
display: block;
margin-top: -10px;
}
.timeline-post-left {float: left;}
.timeline-post-right {float: right;}
.timeline-post-left .timeline-dot {
right: -11px;
background: url(../images/dot-left.png) no-repeat left center;
}
.timeline-post-right .timeline-dot {
left: -10px;
background: url(../images/dot-right.png) no-repeat left center;
}
.timeline-wrapper .timeline-block {
width:449px;
position: relative;
display: block;
table-layout: fixed;
background: #fff;
}
.timeline-header-block {width: 330px;padding: 20px;border: 1px solid #dddddd;box-sizing: border-box;}
.timeline-post-right .timeline-header-block {float: right;}
.timeline-header-block .ult-timeline-title {font-weight:700;color: #0099cc;font-size: 16px;margin-bottom: 3px;}
.timeline-header-block .timeline-item-spt {color: #333;font-size: 14px;line-height:20px;text-align: justify;}
/*.timeline-post-left .timeline-header-block {text-align: right;}*/
.timeline-item-spt {font-size: 14px;text-align: left;}





.xn_m_2_wrap { position: fixed; width: 120px; z-index:9999; top: 25%;right: 10px;}
.xn_m_2_head { width: 100%; height: 30px;background: url(../images/xn_m_2_head.png) no-repeat; }
/*.xn_m_2_foot { width: 100%;background:#fff url(../images/toup.png) no-repeat center 5px;padding-top:24px;border:1px solid #e3e3e3;cursor:pointer; font-size: 13px; text-align: center;}
*/.xn_m_2_code_box { width: 100px; height: 100px; margin: 0 auto;padding-top:5px;}
.xn_m_2_code_box img { width: 100%; }
.xn_m_2_cent h4 { display:none; }
.xn_m_2_cent ul li{margin:0 auto;}

.xn_m_2_markrt_qq ul li { color: #333;background:url(../images/qqitem_bg.png) no-repeat;width:120px; height:42px; padding:6px 0 0 50px;} /*QQ营销窗口*/

.xn_m_2_telephone ul li {color: #333; background:url(../images/iphone_bg.png) no-repeat;width:120px;height:45px; padding:35px 0 0 0px;text-align:center;}
.xn_m_2_markrt_code ul li{ background:url(../images/wx_bg.png) no-repeat;width:120px;height:120px;}

.xn_m_2_small_but { width:26px; height:100px; background:url(../images/marking_open.png) no-repeat; position:absolute; top:50%; margin-top:-25px;cursor:pointer; color:#fff; font-size:0px; display:none; text-align:center; line-height:24px; }
.xn_m_2_head .close { width:15px; height:15px; padding:5px 0 0 5px; font-size:13px; text-align:center; line-height:15px; color:#ee4e10; cursor:pointer; position:absolute;right:0;top:-20px;}

.xn_m_2_markrt_qq img,.xn_m_2_markrt_ali img,.xn_m_2_markrt_sky img,.xn_m_2_telephone img{display:none;}
.xn_m_2_markrt_qq a,.xn_m_2_markrt_ali a,.xn_m_2_markrt_sky a,.xn_m_2_tel_box{color:#555;text-decoration:none;font-size:13px;}
.xn_m_2_markrt_qq a:hover,.xn_m_2_markrt_ali a:hover,.xn_m_2_markrt_sky a:hover{color:#0099cc;}
.xn_m_2_orderId{display:none;}
.xn_m_2_tel_tel {font-weight: 600;}

/*在线客服*/
.hide-text{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}
.suspension{width:48px;height:210px;position:fixed;right:12px;bottom:60px;z-index:999}
.suspension li{position:relative;width:46px;height:46px;margin-top:10px}
.suspension li:hover{cursor:pointer;}
.suspension .rexian:hover .connect-us{display:block;}
.suspension .public_left:hover .qrcode{display:block;}
.connect-us,.qrcode{position:absolute;bottom:-2px;z-index:30}
.suspension li:first-child{margin-top:0}
.pop-qrcode,.pop-tel,.to-top{display:block;width:100%;height:100%;border:1px solid #bcbcbc;background-color:#fff;background-repeat:no-repeat;background-position:center;background-image:url(../images/suspend_icon.png)}

.pop-tel{border-color:#0099cc;background-color:#0099cc;background-position:-1px 0}
.pop-qrcode{background-position:-1px -51px}
.to-top{background-position:0 -100px;cursor:pointer}

.connect-us{width:210px;right:46px;-webkit-box-shadow:0 6px 12px 0 rgba(0,0,0,.15);-moz-box-shadow:0 6px 12px 0 rgba(0,0,0,.15);box-shadow:0 6px 12px 0 rgba(0,0,0,.15);display:none;}
.connect-us ul{padding:10px 15px;background:#fff;border:1px solid #ddd;}
.connect-us li{display:list-item;width:100%;height:auto;padding:10px 0;overflow:hidden;margin-top:0;border-top:1px solid #f4f4f4}
.connect-us li:first-child{border-top:none}
.connect-us li.feedback-item{padding-bottom:0}
.connect-us li a{display:inline-block;width:100%;height:100%;background-repeat:no-repeat;background-position:0 0}
.service-phone{background-image:url(../images/suspend_icon_01.png)}
.service-phone:hover{background-image:url(../images/suspend_icon_01_blue.png)}
.service-online{background-image:url(../images/suspend_icon_03.png)}
.service-online:hover{background-image:url(../images/suspend_icon_03_blue.png)}
.service-feedback:hover .info-name,.service-online:hover .info-name{color:#0af}
.service-feedback{background-image:url(../images/suspend_icon_02.png)}
.service-feedback:hover{background-image:url(../images/suspend_icon_02_blue.png)}
.info-name,.info-value{display:block;padding-left:52px}
.info-name{font-size:14px;color:#555;line-height: 120%;}
.info-value{font-size:17px;font-weight:700;color:#0099cc}
.service-feedback .info-value{font-size:12px;font-weight:inherit;color:#0099cc;}
.qrcode{width:128px;right:58px;bottom:0px;-webkit-box-shadow:0 6px 12px 0 rgba(0,0,0,.15);-moz-box-shadow:0 6px 12px 0 rgba(0,0,0,.15);box-shadow:0 6px 12px 0 rgba(0,0,0,.15);background:#fff;display:none}
.corner{border:10px solid transparent;border-top:10px solid #fff;position:absolute;bottom:-20px;right:50%;margin-right:-10px;z-index:10;*height:0}

.cotnact_warp {padding-top: 50px;}
.cotnact_warp .left {width: 370px;padding-right: 30px;margin-bottom: 30px;}
.cotnact_warp .left p {color: #666;font-size: 15px;}
.cotnact_warp .right {text-align: center;}
.cotnact_warp .right p {font-size: 15px;}
.cotnact_warp .map {margin-top: 50px;}


.share {padding-top: 5px;}
.share .bdsharebuttonbox a{ float:none; display:inline-block; width:22px; height:20px; background:url(../images/share-icon.jpg) no-repeat; margin:0; margin-left:8px; padding:0}
.share .bdsharebuttonbox a.bds_more{ display:inline-block; width:16px; height:20px; background:url(../images/share-icon.jpg) left center no-repeat}
.share .bdsharebuttonbox a.bds_tsina{ background-position:-45px 0}
.share .bdsharebuttonbox a.bds_weixin{ background-position:-20px 0}
.share .bdsharebuttonbox a.bds_qzone{ background-position:-95px 0}
.share .bdsharebuttonbox a.bds_tqq{ background-position:-69px 0}
.share .bdsharebuttonbox a.bds_sqq{ background-position:-118px 0}