*{margin:0;padding:0;list-style:none;font-family: 'Microsoft Yahei','宋体','微软雅黑',Arial,'Lucida Grande',Tahoma,sans-serif; }
html, body {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    color:#333;
    background: #f0f1f5;
	font-size: 16px;
    font-family: 'Microsoft Yahei','宋体','微软雅黑',Arial,'Lucida Grande',Tahoma,sans-serif; 
}
h1,h2,h3,h4,h5{font-weight: 500;font-size: inherit;}
a{color:#666;text-decoration:none;}
a.f3{color: #333;}
a.f8{color: #888;}
a:hover{color:#0670bb;}
.f_blue{color: #006ab6;}
.f_333{color:#333 !important;}
.f18{font-size: 18px !important;}
.f30{font-size: 30px !important;}
img{border:0 none;}
input,a,textarea,button{outline:none;}
span,b,dl,dt,ul,li,i,em{font-style: normal;}
.zIndex{z-index: 98;}
.rel{position: relative;}
.abs{position: absolute;}
.overflow{overflow: hidden;}
.block{display: block;}
.textshadow{text-shadow: 0 0 5px rgba(0,0,0,0.5)}
.textshadowb{text-shadow: 0 2px 5px rgba(0,0,0,0.5)}
.border_b{border-bottom: 1px solid #eee;}
.section { text-align: center;color: #fff;position:relative;min-width:1000px;overflow:hidden;}
.warp{width:1120px;margin:0 auto;}
.clearfix{zoom:1;clear:both;display:inline-block;}
.clearfix{display:block;}
.clearfix:after{content:".";height:0;display:block;clear:both;visibility:hidden;font-size:0;}
/*display*/
.display_flex > *{display: block;}
.display_flex{display: -webkit-box;display: -ms-flexbox;display: -webkit-flex;display: flex;}
.display_inline-flex{display: -webkit-inline-box;display: -ms-inline-flexbox;display: -webkit-inline-flex;display: inline-flex;}
.display_inline-flex > *{display: block;}
/*伸缩流方向*/
.flex-direction_column{-webkit-box-orient: vertical;-ms-flex-direction: column;-webkit-flex-direction: column;flex-direction: column;}
/*主轴对齐*/
.justify-content_flex-center{-webkit-box-pack: center;-ms-flex-pack: center;-webkit-justify-content: center;justify-content: center;}
.justify-content_flex-end{-webkit-box-pack: end;-ms-flex-pack: end;-webkit-justify-content: flex-end;justify-content: flex-end;}
.justify-content_flex-justify{-webkit-box-pack: justify;-ms-flex-pack: justify;-webkit-justify-content: space-between;justify-content: space-between;}
/*侧轴对齐*/
.align-items_flex-start{-webkit-box-align: start;-ms-flex-align: start;-webkit-align-items: flex-start;align-items: flex-start;}
.align-items_flex-end{-webkit-box-align: end;-ms-flex-align: end;-webkit-align-items: flex-end;align-items: flex-end;}
.align-items_center{-webkit-box-align: center;-ms-flex-align: center;-webkit-align-items: center;align-items: center;}
.align-items_baseline{-webkit-box-align: baseline;-ms-flex-align: baseline;-webkit-align-items: baseline;align-items: baseline;}
/*伸缩性*/
.flex_auto{-webkit-box-flex: 1;-ms-flex: auto;-webkit-flex: auto;flex: auto;}
.flex_1{width: 0;-webkit-box-flex: 1;-ms-flex: 1;-webkit-flex: 1;flex: 1;}
/*显示顺序*/
.order_2{-webkit-box-ordinal-group: 2;-ms-flex-order: 2;-webkit-order: 2;order: 2;}
.order_3{-webkit-box-ordinal-group: 3;-ms-flex-order: 3;-webkit-order: 3;order: 3;}
.boxSizing{box-sizing:border-box; -moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
.pb50{padding-bottom: 50px;}
.pt50{padding-top: 50px !important;}
.pt20{padding-top:20px !important;}
.pt10{padding-top: 10px !important;}
.fp-controlArrow.fp-next,.fp-controlArrow.fp-prev{border:none;}
.backtop{position: fixed;bottom: 50px;right:50%;margin-right: -610px;z-index: 9999;width:40px;height:40px;border-radius: 50%;cursor: pointer;}
.backtop i{font-size: 37px;opacity: 0.8;color: #0670bb;line-height: 46px;text-align: center;display: block;}
.head{position:fixed;top:0;left:0;width:100%;height:100px;z-index:99;background: url(../images/headbg.png) no-repeat;background-size: 100%;
   -webkit-transition:all 0.1s ease-in-out;
    -moz-transition:all 0.1s ease-in-out;
    -o-transition:all 0.1s ease-in-out;
    -ms-transition:all 0.1s ease-in-out;    
    transition:all 0.1s ease-in-out;
}
.headfix{box-shadow:0px -1px 27px #E0E0E0;background:#fff; -webkit-box-shadow:0px -1px 27px #E0E0E0;-moz-box-shadow:0px -1px 27px #E0E0E0;-o-box-shadow:0px -1px 27px #E0E0E0;-ms-box-shadow:0px -1px 27px #E0E0E0;}
.head .logo{margin-left: 40px}
.head .logo a{display:block;overflow:hidden;position:relative;background: url("../images/logo.png") no-repeat;background-size: 100%;}
.head .logo a img{}
.head .nav{float:right;margin:0 20px;}
.head .nav li{float:left;position:relative;padding:0 20px;}
.head .nav li a{position:relative;overflow:hidden;text-shadow:0 1px 3px rgba(0,0,0,.28);}
.head .nav li a.t{line-height:96px;height:100px;padding:0;display:block;color:#fff;}
.head .nav li.active a.t{color:#fff;}
.head .nav li a.t:after{content:"";border-radius:1px;height:3px;background:#fff;display:block;position:absolute;bottom:-5px;left:0;width:100%;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;    
    transition:all 0.3s ease-in-out;
}
.head .nav li.hover a.t:after,.head .nav li.active a.t:after{bottom:30%;}
.head .nav li i.icon{display:block;position:absolute;right:5px ;top:31px;width:0;height:0;border-left: 4px solid transparent; border-right: 4px solid transparent;border-top: 6px solid #333;}

.head .nav li.hover i.icon{border-bottom: 6px solid #333;border-top:0;}
.head .nav .nav_up{position: absolute;background: #fff;left:50%;margin-left: -57px;display: none;}
.head .nav .nav_up a{display: block;line-height: 36px;font-size: 14px; width: 114px;text-align: center;}
.head .nav .nav_up a.n{color: #fff;background: #0970bd;}

.head_search{border:1px solid #ccc;display:block;float:right;-moz-border-radius: 17px;-webkit-border-radius: 17px;border-radius: 17px;background:#FFF;height:30px;width:177px;line-height:30px;padding:0 5px;display: flex;align-items: center;}
.head_search input{bordeR:0;height:26px;line-height:26px;padding:0;width:140px;font-size:12px;border-radius: 17px;flex:1;}
.head_search i{color:#999;margin-left:5px;}
.head .search{margin-right: 40px; border-radius: 50%;border:1px solid #fff;width: 30px;height: 30px;}
.head .warp{width: 100%;max-width: 1920px; justify-content:space-between; display: flex;}

.head.up{background:none;}
.head.headfix.up{background:#fff;}
.head.up .logo a{background-image: url("../images/logo_b.png");}
.head.up .logo a img{opacity: 0;}
.head.up .nav li a.t{color: #595757;text-shadow: 0 0 2px rgba(0,0,0,.1);}
.head.up .nav li a.t:after{background: #595757;}
.head.up .search{border-color: #eee;background: rgba(0,0,0,.15)}

.head.headfix{background:none;}
.head.headfix .nav li a.t{color:#fff;}
.head.headfix .search{color:#fff;border-color: #fff;}

.head.write{background:none;}
.head.write .nav li a.t{color:#fff;}
.head.write .search{color:#fff;border-color: #fff;}

.head.hide{transform: translateY(-100%);}

.nav_brank{background-color: #fff;margin-top: 100px;display:none;}
.nav_brank .warp{padding:10px 0;}
.nav_brank i{color:#006ab6;padding-right: 6px;}
.nav_brank a{color:#006ab6;font-size: 14px;}
.nav_brank span{color:#006ab6;padding: 0 0 0 5px;font-size: 14px;}
.nav_brank em{padding: 0 5px;font-size: 14px;color: #56a12e;}

.fl{float: left;}
.fr{float:right;}

.menu{width:100%;background:#fff;border-top:1px solid #eee;top:100px;position:absolute;overflow:hidden;box-shadow:0 10px 10px 0 rgba(0,0,0,0.1);overflow:hidden;display:none;z-index: 99;}
.menu_div{position:relative;display:none;height:50px;}
.menu .lemp{width:40%;float:left;background:#f7f7f7;}
.menu .lemp:after{content:".";display:block;height:0;clear:both;visibility:hidden;}
.menu .lemp ul{float:right;padding:10px;}
.menu .lemp h3{font-size:18px;color:#333;padding:5px 15px;}
.menu .lemp h3 a{color:#333;font-size: 14px;font-weight: 800;}
.menu .lemp a.n{display:block;color:#888;font-size:14px;padding:0 40px;height:34px;line-height:34px;
    -webkit-transition:all 0.1s ease-in-out;
    -moz-transition:all 0.1s ease-in-out;
    -o-transition:all 0.1s ease-in-out;
    -ms-transition:all 0.1s ease-in-out;    
    transition:all 0.1s ease-in-out;overflow:hidden;}
.menu .lemp a:hover{color:#0970bd;}
.menu .lemp a.n.hover{background:#0970bd;color:#fff;padding-right:65px;margin-right:-25px;position:relative;}
.menu .lemp a.n.hover:after{content:"\e66e";font-family:"iconfont" !important;  font-size:16px;  font-style:normal;  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;  -moz-osx-font-smoothing: grayscale;position:absolute;right:13px;top:1px;}
.menu .cont{width:60%;float:right;height:100%;position: relative;}
.menu .cont ul{padding-bottom: 20px;}
.menu .cont ul li h3{padding:5px 0;font-weight: bold;}
.menu .cont h2{font-size:26px;color:#0970bd;padding:0 0 8px;}
.menu .cont ul li a{padding:5px 20px 5px 18px;display:block;font-size:14px;color: #0970bd;}
.menu .cont ul li h3 a{font-size:16px;padding:0;}
.menu .cont .img{position:absolute;left:378px;top:55px;}
.menu .cont .img a{display: block;width:330px;height:156px;overflow: hidden;margin:10px 0 0;}
.menu .cont .img img{display:block;width: 100%;}
.menu .cont .item{display:none;padding:15px 0 0 60px;overflow-y:scroll;}
.menu .cont .item.show{display:block;}

.page1{height:500px;margin-top: 100px; }
.banner{position:absolute;height:500px;width:100%;left:0;}
.banner .slide{background-repeat:no-repeat;background-size:cover;background-position:center center;width:100%;height:500px;position: relative;overflow: hidden;}
.banner .slide a{color:#fff;display:block;width:100%;height:500px;position: relative;z-index: 1;}
.banner .slide .bannerimg{position: absolute;top: 0;left:50%;z-index: 0;height:500px;}
.banner .slide h2{font-size:60px;}
.banner .slide h3{font-size:30px;padding:10px;}
.banner .slide .txt{width:500px;display:block; }
.banner .slide .txt p{line-height:1.9em;}

.x_banner{height:400px;width:100%;background-repeat: no-repeat;background-position: center center;display: table;position: relative;}
.about_banner{height:900px;}
.x_banner .slide{height:400px;}
.x_banner .slide  .info{display: table-cell;vertical-align: middle;height:100%;}
.x_banner .slide .text{width:55%;}
.x_banner .slide .text h1{font-size: 40px;color:#fff;}
.x_banner .slide .text h2{font-size: 30px;color:#fff;}

.x_banner .slide .text h2.f40{font-size: 40px;}
.x_banner .slide .text .f48{font-size: 48px;}
.x_banner .slide .text .fweight{font-weight: 900;}
.x_banner .slide .text h3{font-size: 18px;color: #fff;padding: 15px 0 10px;line-height: 1.8em;}
.x_banner .slide .text p{line-height: 1.8em;color: #fff;}
.new_ban{height: 900px;background-size: cover;}

.w100{width: 100% !important;}
.w50{width: 50% !important;*+width: 49.99% !important;}
.x_banner .slide .info.warp{width: 1121px;}
.x_banner .slide a.btn{padding: 15px 30px;background: #ff4040;color: #fff;font-size: 18px;border-radius: 25px;}
.x_banner .slide a.btn:hover{background: #ff0000;}

.page1 .arrow_btn {position: absolute;display: block;width: 60px;height:60px;top: 50%;margin-top: -15px;z-index:9;display:none;}
.page1 .arrow_btn span{display:block;width:60px;height:60px;background:#000;opacity:0.2;border-radius:50%;}
.page1 .arrow_btn i{position:absolute;z-index:3;font-size:26px;display:block;text-align:center;height:60px;width:60px;line-height:60px;color:#fafafa;opacity:0.3;}
.page1 .arrow_btn.l{left:50%;margin-left:-550px;}
.page1 .arrow_btn.r{right:50%;margin-right:-550px;}
.page1 .arrow_btn:hover span{opacity:0.6}
.page1 .arrow_btn:hover i{opacity:0.8;}
.p1_btn{line-height:15px;padding:3px 5px;height:15px;position:absolute!important;bottom:20px;width: 100%;z-index: 100;}

.p1_btn span{display:inline-block;width:12px;border-radius:50%;cursor:pointer;height:12px;margin:0 3px;opacity:0.5;}
.p1_btn span:after{content: "\e61f";font-family:"iconfont" ;font-size: 14px;color: #fff;}
.p1_btn span.active{opacity:1;}
.p1_btn span.active:after{color: #94e56a;}
.banner .slide .info{text-align:left;width:400px;margin:0 auto;}
.tit{overflow:hidden;padding:20px 0;}
.tit span{display:block;color:#ccc;font-size:16px;}
.tit h2{font-size:30px;color:#0670bb;padding:15px 0 0;}

.business{background:url("../images/bg.jpg") no-repeat center bottom #f3f3f3;padding:0 0 30px;color:#333;}
.business ul li{float:left;position:relative;text-align:left;width:263px;height:302px;margin:20px 8px;background:#fff;overflow:hidden;}
.business ul li i{position:absolute;right:2px;bottom:-5px;font-size:48px;color:#eee;filter:alpha(opacity=30); -moz-opacity:0.3;opacity: 0.3;}
.business ul li p{font-size:8px;opacity:0.8;}
.business ul li div.info{padding-left:20px;padding-right: 20px;height: 104px;}
.business ul li a{display:block;font-size:14px;}
.business ul li h2 a{font-size:20px;padding:10px 0;color:#333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.business ul li  a:hover{color:#0670bb;}
.business ul li span{font-size:16px;margin-right:5px;position:absolute;left:0;top:2px;}
.business ul li .more{color:#0670bb;margin:20px 0 0;position:relative;  padding-left:20px;line-height: 30px;position: absolute;bottom:10px;left:20px;}
.business ul li .img{width:265px;height:120px;overflow:hidden;}
.business ul li .img img{}

/*创新业务*/
.index_innovation{position:relative;}
.index_innovation .prev{cursor:pointer;position: absolute;top:20%;width:16px;height: 27px;background: url("../images/arrow3.png") no-repeat;left:-16px;background-position: left center; }
.index_innovation .next{cursor:pointer;position: absolute;top:20%;width:16px;height: 27px;background: url("../images/arrow3.png") no-repeat;right:-16px;background-position: right center;}
.pro_sc{position:relative;height:180px;overflow:hidden;}
.pro_sc_info{overflow:hidden;width:99999px;}
.pro_sc li{float:left;width:140px;}
.pro_sc li a{margin:10px 29px 0;display:block;}
.pro_sc i{font-size:40px;/*border:1px solid #ccc;color:#7b7b81;*/background:url("../images/icon/yuan_w.png") no-repeat;line-height:82px;text-align:center;width:82px;height:82px;display:table;}
.pro_sc i img{display:block;margin:16px auto 0;}
.pro_sc span{padding:10px 0;display:block;}
.pro_sc a:hover{}
.pro_sc a:hover i{/*color:#fff;border-color:#0670bb;background:#0670bb;*/background:url("../images/icon/yuan_b.png") no-repeat;}
.page3 {background:#fafafa;padding:20px 0 80px;}
.page3 .warp{width:1161px;}
/*.page3 ul{margin-lefT:-20px;}*/
.page3 ul li{float:left;position:relative;margin-left:20px;margin-top:20px;width:265px;height:120px;}
.page3 ul li i{font-style:normal;position:absolute;left:0;bottom:0;color:#fff;font-size:14px;background: rgba(0,0,0,0.5);display: block;padding:3px 3% 6px;text-align:left;width: 94%;}
.page3 ul li a img{width:265px;height:150px;margin:0;transition: 0.1s transform;transform: translateZ(0);}
.page3 ul li a span{display:block;width:265px;height:120px;overflow:hidden;}
.page3 ul li a:hover img{transform: scale(1.1, 1.1);transition: 0.3s transform;}

.profile{height:400px;max-width:1920px;margin:0 auto;}
.profile .left{width:50%;float:left;background:url("../images/bg2.jpg") no-repeat right 0;height:400px;position:relative;}
.profile .left video{float:right;background:#000;}
.profile .right{width:50%;*width:49.9%;float:left;background:url("../images/bg3.jpg") no-repeat right 0;height:400px;text-align:left;}
.profile .right h2{font-size:30px;padding-lefT:20px;padding:30px 20px 20px 30px;}
.profile .right h2 span{font-size:16px;margin-left:10px;}
.profile .right p{width:500px;font-size:14px;margin:0 0 0 30px;line-height:1.8em;}
.profile .right a{display:inline-block;margin:20px 20px  0 30px;background:#fff;color:#0670bb;padding:5px 20px;font-size:14px;border-radius:20px;}


.newInfo{position:relative;background:url("../images/line.jpg") repeat-y center top;overflow:hidden;}
.newInfo .left{float:left;width:530px;position:relative;}
.newInfo .item{width:510px;padding:9px;border:1px solid #e9e9e9;background:#f8f8f8;text-align:left;position:relative;margin-bottom:20px;}
.newInfo .item .time{background:#e5edf3;font-size:12px;padding:0 10px;color:#959595;line-height:30px;}
.newInfo .item .time i{margin-right:5px;}
.newInfo .item .img{display:block;width:510px;height:167px;}
.newInfo .item h2{font-size:18px;padding:15px 0 5px;color:#333;}
.newInfo .item p{font-size:14px;}
.newInfo .item a:hover h2{color:#0670bb;}
.newInfo .item.l:after{content:"";display:block;position:absolute;width:45px;height:25px;background:url("../images/i.png") no-repeat;right:-44px;top:5px;}

.newInfo .item.r:after{content:"";display:block;position:absolute;width:45px;height:25px;background:url("../images/i2.png") no-repeat;left:-44px;top:20%;}
.newInfo .right{float:right;width:530px;}
.news {overflow:hidden;}
p.more{margin:20px 0;}
.more{height:30px;}
.more a{border:1px solid #006ab6;border-radius:20px;height:30px;color:#006ab6;font-size:14px;padding:5px 10px 5px 5px;}
.more a i{font-size:14px;margin:0 10px;color:#006ab6;}
.more a:hover{background:#006ab6;color:#fff;}
.more a:hover i{color:#fff;}
.zhounian{background:#f7f7f7;}
.ct_warp{margin:0 auto 50px;overflow:hidden;position:relative;}
.ct_warp li{float:left;text-align:center;margin-right:17px;}
.ct_warp li.last{margin-right:0px;}
.ct_warp.row4 li .img img{width: 265px;height:130px;}
.ct_warp.row3 li .img img{width: 358px;height:228px;}
.ct_warp li .img{overflow: hidden;display: block;margin-bottom:8px;}
.ct_warp li span{padding:5px 0;}
.p4_arrow{position:absolute;display:block;width:50px;height:50px;background:none;font-size:40px;top:50%;margin-top:-50px;}

.p4_arrow.l{left:-50px;}
.p4_arrow.r{right:-50px;}

.consultaion{position:relative;}
.vid{/*visibility:hidden;position:relative;z-indeX:1;*/display:none;position:absolute;top:0;right:0;width:100%;height:400px;background:rgba(0,0,0,0.5);z-index:0;}

.vid_btn{width:80px;height:80px;background:rgba(0,0,0,0.0);position:absolute;right:240px;top:180px;z-indeX:2;cursor:pointer;}
.footer{background:#272727;width:100%;padding:50px 0 0;text-align:left;}
.footer .warp{background:#272727;}
.footer .item{float:left;width:18%;}
.footer .item h2{position:relative;line-height:28px;padding-bottom:8px;font-size: 16px;color: #fff;}
.footer .item a{display:block;color:#7d7d7d;font-size:14px;line-height:2em;}
.footer .item a:hover{color:#fff;}
.footer .sel{width:16%;float:right;text-align:right;position:relative;}
.footer .sel select{background:#414141;color:#fff;width:30%;padding:5px 0;position:absolute;left:0;top:0;border:1px solid #9f9f9f;}
.footer .sel span{display:block;padding:10px 0;}
.footer .sel span a i{font-size:40px;margin:1px;}
.footer .sel h2{line-height:28px;font-size: 16px;color: #fff;padding-bottom:20px;padding-right:3px;}
.footer .sel h2 i{color: #fff;margin-left: 5px;font-size: 25px;margin-right: 2px;}
.footer .sel .aboutus{padding:18px 129px 0 0; position:relative;}
.footer .sel .aboutus .codeimg{position:absolute;right:0;top:0;}
.footer .sel .aboutus p{font-size:14px;color:#7d7d7d;line-height:26px;}
.footer .sel .aboutus p a:hover{color:#fff;}
.footer .sel .aboutus p i{font-size: 26px;}
.footer .cen{background:#1d1d1d;text-align:Center;font-size:14px;padding:15px 0;color:#d6d6d6;margin-top:50px;display: flex;align-items: center;justify-content: center; }
.footer .cen a{color:#d6d6d6;}
.footer .cen a:hover{color:#fff;}
.footer .code{height:103px;border-top:1px solid #333;padding:20px 0 0;margin-top:20px;position:relative;padding-left:100px;color:#7d7d7d;}
.footer .code .codeimg{position:absolute;lefT:0;display:block;}
.footer .code p{padding:3px 0;font-size:12px;}
.footer .code p a{font-size:14px;padding:0 5px;}
.footer .code p a:hover{color:#fff;}
.footer .code .logo{position:absolute;right:0;top:20%;}
/* 产品页面 */
.pro_introducing{padding:40px 0;}
.pro_introducing h2{font-size: 24px;padding:0 0 10px;font-weight: 900;}
.pro_introducing p{font-size: 14px;margin-right: 200px;color: #666;line-height: 1.8em;}
.pro_introducing i{position:absolute;right:0;bottom: -55px;font-size: 168px;color: #e7f2e1;text-align: right;display: block;width:168px;height:197px;filter:alpha(opacity=15); -moz-opacity:0.15;opacity:0.15;}

.pro_advantage{height:360px;position: relative;background: url("../images/bg4.jpg") no-repeat center  center;}
.pro_advantage .warp{overflow: hidden;position: relative;height:218px;}
.pro_advantage .box ul{width: 9999px;}
.pro_advantage a.next,.pro_advantage a.prev{position:absolute;top:50%;font-size:40px; color: #757474;display: block;
  font-family:"iconfont" !important;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;}
.pro_advantage a.prev{left:50%;margin:-10px 0 0 -600px;}
.pro_advantage a.prev:before{content: "\e611";}
.pro_advantage a.next{right:50%;margin:-10px -600px 0 0;}
.pro_advantage a.next:before{content: "\e624";}
.pro_advantage ul{position: absolute;left:0;top:0;}
.pro_advantage li{float:left;text-align: center;width: 225px;height: 171px;padding:10px 0 20px ;cursor:pointer;}
.pro_advantage li a{display: block;padding:0 20px;margin: 0 9px;height:218px;}
.pro_advantage li i{font-size: 100px;color:#55a22c;}
.pro_advantage li span{display: block;font-size: 18px;}

.pro_tit{text-align: center;padding: 30px 0;}
.pro_tit h2{font-size:24px;font-weight: 900; }
.pro_tit p{font-size: 14px;line-height: 1.8em;padding: 10px 0;}
.pro_tit h2 span{font-size:22px;font-weight: 500 ;padding: 0 10px;position: relative;padding-left: 30px;}
.pro_tit h2 span i{font-size: 14px;color: #0c71b9;margin-right: 5px;position: absolute;left:10px;top: 8px;}

.pro_function{background: none;padding: 0;}
.pro_function .pro_tit {padding-bottom: 10px;}
.pro_function  ul{overflow:hidden;height:326px;margin-bottom: 10px;}
.pro_function  ul.list{width:99999px;}
.pro_function ul li {margin:12px 0 0;width:280px;}
.pro_function ul li a:hover{color:#55a22c;}
.pro_function ul li .more{color:#55a22c;position: absolute;bottom: 5px;left:20px;}
.pro_function ul li .info{border: 1px solid #eee;border-top: 0;width:223px;position: relative;padding-bottom: 40px;}
.pro_function_info .box{overflow: hidden;width: 1121px;}
.pro_function_info .prev{cursor:pointer;position: absolute;top:45%;width:16px;height: 27px;background: url("../images/arrow3.png") no-repeat;left:-26px;background-position: left center; }
.pro_function_info .next{cursor:pointer;position: absolute;top:45%;width:16px;height: 27px;background: url("../images/arrow3.png") no-repeat;right:-26px;background-position: right center;}


.pro_scene_info .box{overflow: hidden;}
.pro_scene_info .list{width: 99999px;}
.pro_scene_info .prev{cursor:pointer;position: absolute;top:45%;width:16px;height: 27px;background: url("../images/arrow3.png") no-repeat;left:-26px;background-position: left center; }
.pro_scene_info .next{cursor:pointer;position: absolute;top:45%;width:16px;height: 27px;background: url("../images/arrow3.png") no-repeat;right:-26px;background-position: right center;}

.d_more{text-align: center;padding:20px 0;}
.d_more a{border:2px solid #55a22c;padding:8px 15px;border-radius: 25px;color:#55a22c;font-size: 14px;}
.d_more a i{margin:0 10px 0 0;}

.pro_scene{background: url("../images/bg5.jpg") no-repeat center top;margin-top: 30px;}
.pro_scene .pro_tit h2{color: #fff;}
.scene_box li{float:left;}
.scene_box li .info{margin:0 10px;height:169px;background: url("../images/icon/opacity8_w.png") repeat;background: rgba(255,255,255,0.8);padding: 20px;position: relative;}
.scene_box  li h2 a{font-size: 20px;color: #333;}
.scene_box  li p{padding:5px 0;margin: 10px 0;}
.scene_box li p a{font-size: 14px;}
.scene_box li a:hover{color:#55a22c;}
.scene_box li .more{color:#55a22c;font-size: 14px;position:absolute;bottom:10px;left:20px;padding-left: 23px;}
.scene_box li .more span{margin-right: 5px;left:0;top:2px;position: absolute;}

/*4列*/
.scene_box li{width:282px;}

/*3列*/
.scene_box li.w3{width:374px;}

/*2列*/
.scene_box li.w2{width:561px;}

/*1列*/
.scene_box li.w {width: 1121px;margin:0;}
.scene_box li.w .info{margin:0;}

.more_1{color:#55a22c;font-size: 14px;position: relative;padding-left: 23px;}
.more_1.blue{color: #006ab6;border-color: #006ab6;}
.more_1 span{margin-right: 5px;left:0;top:0;position: absolute;}

.more_2{font-size: 14px;border:2px solid #55a22c;padding:8px 15px;border-radius: 25px;margin-top:10px;color: #55a22c;}
.more_2.blue{color: #006ab6;border-color: #006ab6;}

.pro_case{position: relative;margin-top:80px;}
.pro_case .btn{position:absolute;top:50%;font-size:50px; color: #757474;}
.pro_case .btn.prve{left:50%;margin:-20px 0 0 -620px;}
.pro_case .btn.next{right:50%;margin:-20px -620px 0 0;}
.pro_case  h2{color:#fff; font-size: 24px;margin-bottom:20px;font-weight: 900;}

.pro_case .imgbox{position: relative;z-index: 2;overflow:hidden;width:560px;height:254px;}
.pro_case .imgbox li{position: absolute;left:-560px;top:0;width:560px;height:254px;overflow: hidden;}
.pro_case .imgbox li img{width:560px;height:254px;}
.pro_case .imgbox li.active{left:0;}
.pro_case .infobox{position:absolute;background: #fff;right: 0;overflow:hidden;bottom: 0;width: 614px;height:270px;z-index: 1;}
.pro_case .infobox li{padding:30px 50px 0 90px;background:#fff;position: absolute;right:-614px;top:0;width:474px;height:240px;}
.pro_case .infobox li.active{right:0;}
.pro_case .infobox li h3 a{font-size: 20px;}
.pro_case .infobox li p a{font-size:14px;line-height: 1.8em;margin:20px 0 50px;display: block;}
.pro_case .infobox li .more{font-size: 14px;border:2px solid #55a22c;padding:8px 15px;border-radius: 25px;margin-top:10px;color: #55a22c;}

.pro_solution{background: #f3f3f3;margin:30px 0;padding:0 0 30px;position: relative;}
.pro_solution .pro_tit{text-align: left;}
.pro_solution .info{background: #fff;width:560px;float:left;height:254px;position: relative;overflow: hidden;}
.pro_solution .info a.btn{position: absolute;width:38px;font-size:16px;text-align:center;line-height:38px;bottom:0;right:0;height:38px;color:#fff;background: #fd7d7a;z-index: 5;}
.pro_solution .info a.btn:hover{background-color: #e24647;}
.pro_solution .info a.btn.prve{right:39px;}
.pro_solution .info ul{position: absolute;left:0;top:0;}
.pro_solution .info li{width:560px;height:250px;background:#fff;z-index: 1;padding:30px 30px 0 50px;width:480px;float: left;}
.pro_solution .info li.active{left:0;}
.pro_solution .info li h2{font-size: 20px;}
.pro_solution .info li p{font-size:14px;line-height: 1.8em;margin:20px 0 40px;display: block;color:#777;}
.pro_solution .info li .more{font-size: 14px;border:2px solid #55a22c;padding:8px 15px;border-radius: 25px;margin-top:0;color: #55a22c;}
.pro_solution .img{width:560px;height:254px;overflow:hidden;float:right;position: relative;}
.pro_solution .img a{display: block;width:560px;height:281px;float: left;}
.pro_solution .img div{position:absolute;top:0;left:0;}

.sol_introducing p{margin-right: 400px;}
.sol_introducing .customer{width:375px;height:260px;background: url("../images/bg6.jpg") no-repeat;position: absolute;right: 0;bottom: 0;}
.sol_introducing .customer h3{color:#fff;font-size:24px;margin: 20px 0 0 20px;font-weight: 900;}
.sol_introducing .customer span{display:block;font-size: 14px;color: #fff;margin:20px 20px;line-height: 1.8em;}
.sol_introducing .iconfont{font-size: 128px;color:#fff;color:rgba(255,255,255,0.3);filter:alpha(opacity=20);bottom:-45px;right: -10px;}

.core_function{background: url("../images/bg7.jpg") no-repeat center top;padding-bottom:30px; }
.core_function .pro_tit{padding-bottom:15px;padding-top:40px;}
.core_function .warp{position: relative;overflow: hidden;}
.core_function ul{overflow:hidden;margin-left:-20px;margin-bottom: 15px;height:350px;display: block;}
.core_function ul li{float:left;width:374px;height:155px; background: #f0f0f0;margin:0 0 20px 20px;padding-left:175px;position:relative;}
.core_function ul li .img{position: absolute;left:0;top:0;width: 155px;height: 155px;overflow: hidden;}
.core_function ul li b{display:block;font-size:20px;margin:20px 0 15px;color:#333;}
.core_function ul li span{font-size: 14px;margin: 0 60px 0 0;display: block;}
.core_function ul li i{position: absolute;right:20px;top:20px;color:#006ab6;font-size: 20px;font-weight: 900;}


.bx_more a{border-color: #006ab6;color:#006ab6 !important;}
.sol_advantage{background-image:url("../images/bg8.jpg"); }
.sol_advantage .pro_tit h2{color: #fff;padding-top: 10px; }
.sol_advantage li a{background:#fff;}
.sol_advantage li i{color:#006ab6;font-size: 95px;padding:15px 0 0;display: block;height: 125px;}
.sol_advantage a.next,.sol_advantage a.prev{color: #fff;margin-top:5px;}
.sol_advantage .btn{color:#fff;margin-top:10px !important;}

.sol_scene{background:none;}
.sol_case{margin-top: 30px;height:314px;}
.sol_case h2{color:#333;font-size: 22px;padding: 15px 0 0;}
.sol_case .imgbox{position: absolute; right:0;top:20px;width:560px;height:275px;}
.sol_case .imgbox li{width:560px;height:254px;background: #fafafa;overflow: hidden;}
.sol_case .imgbox li img{width:560px;height:254px;}
.sol_case .infobox{position: absolute; right:auto;left:0;border:8px solid #006ab6;}
.sol_case .infobox{height:240px;width:647px;}
.sol_case .infobox li{width:467px;height:220px;padding:25px 150px 0 25px;}
.sol_case .infobox li p a{margin-bottom: 30px;}
.sol_case .infobox li .more{color:#006ab6;border-color: #006ab6;}
.pro_case .imgbox li{left:-560px;}

.service_ptyn{padding:30px 0 10px;}
.service_ptyn h2{font-size: 22px;font-weight: 900;color: #333;}
.service_ptyn ul{margin-left:-18px; margin-bottom: 30px;overflow: hidden;}
.service_ptyn li{float:left;width:358px;height: 118px;border: 1px solid #eee;margin:20px 0 0 18px;display: table;}
.service_ptyn li a{display: block;/*padding-left: 118px;*/position: relative;}
/*.service_ptyn li a span{display:block;height:118px;padding:0 20px 0 0;display: table-cell; vertical-align:middle; }
.service_ptyn li img{position: absolute;left:0;top:0;}*/
.service_ptyn li img{width:358px;height:118px;}

.sol_solution{height: 317px;margin-bottom: 0;padding-top: 50px; background: url(../images/bg9.jpg) no-repeat center center;}
.sol_solution h3{position: absolute;top:30px;right: 330px;color: #fff;font-size: 22px;font-weight: 900;}
.sol_solution .info{height:208px;background: rgba(255,255,255,0.8);position: absolute;right: 0;top:70px;z-index: 5;}
.sol_solution .info li{height:178px;padding: 25px 30px 0 30px;width: 500px;background: none;}
.sol_solution .info li p{margin: 10px 0 20px;}
.sol_solution .info li a.more{border:0 none;position:relative;color:#006ab6;padding: 0 0 0 25px;display: block;}
.sol_solution .info li a.more i{font-size: 20px;position: absolute;left: 0;top:-2px;}

.sol_solution .img{float: left;width: 666px;height: 303px;z-index: 2;}
.sol_solution .img a,.sol_solution .img a img{width: 666px;height: 303px;}

.fload{position: fixed;left:0;top:0;background:url("../images/icon/opacity8_b.png") repeat;background: rgba(0,0,0,0.5);z-index: 9999;display: none;}
.fload.show{display: block;}
.fload .fload_box{width:0;height:0;background: #fff;border-radius: 3px;position: absolute;left: 50%;top:50%;/*margin:-258px 0 0 -368px;*/}
.fload .fload_box a.close{position: absolute;right:20px;top:20px;}
.fload .fload_box a.close i{font-size: 28px;}
.fload_sol .fload_box h2{font-size: 18px;padding:60px 50px 10px;}
.fload_sol .fload_box div.atr{padding:0 50px 10px;font-size: 14px;color:#666;line-height: 1.7em;overflow-y: auto;}
.fload_case .fload_box{background-image: url("../images/logo3.png");background-repeat:no-repeat;background-position: left 90%;}
.fload_case .fload_info{margin:80px 80px 50px; overflow-x: hidden;overflow-y: auto;height:100%;}
.fload_case .fload_info .fl{width: 45%;}
.fload_case .fload_info .fr{width:50%;}
.fload_case .fload_info .fl h2{font-size: 30px;font-weight: 900;padding-bottom: 20px;border-bottom: 1px solid #f3f3f3;}
.fload_case .fload_info  p{margin-top: 20px;font-size: 16px;line-height: 1.9em;color: #666;}
.fload_case .fload_info .fr h3{font-size: 24px;}
.fload_case .fload_info .fr h4{font-size: 18px;margin-top: 22px;margin-bottom: 10px;}
.fload_case .fload_info .fr p{margin:0;}

.about_nav{height:52px;overflow:hidden;border-bottom: 1px solid #eee;}
.about_nav ul{border-right: 1px solid #eee;height:52px;}
.about_nav li{width:25%;float:left;}
.about_nav li a{display: block;border-left:1px solid #eee;text-align: center;line-height: 52px;color: #333;font-size: 20px;}
.about_nav li a:hover{color:#006ab6;}
.about_nav li.active a{background:#006ab6;color: #fff;}

.classify{border-bottom: 1px dashed #eee;padding:30px 0 10px;}
.classify .item{position: relative;padding-left:80px;color: #666;}
.classify .item span{line-height:1.8em; cursor:pointer;margin:10px 2px;padding:0 15px;display: inline-block;border-radius: 25px;border:1px solid transparent;}
.classify .item span.con{border-color:#55a22c;}
.classify .item b{position: absolute;left:0;top:0;line-height: 2em;display: inline-block;margin: 10px 0;}
.classify .item.radiobox span{margin-bottom: 0;position: relative;padding-left:31px;line-height: 16px;}
.classify .item.radiobox span.con{border-color:#fff;}
.classify .item.radiobox span em{display: inline-block;width:16px;height: 16px;background: url("../images/radio.jpg") no-repeat;position: absolute;left:10px;top:1px;}
.classify .item.radiobox span.con em{background-image: url("../images/radio_checked.jpg") ;}
.classify .item.radiobox span label{cursor: pointer;}

.ju_list{overflow:hidden;margin-left:-20px;padding: 20px 0; }
.join_us li{float: left;margin-left:20px;margin-top: 20px;border:1px solid #eee;width:263px;height:90px;text-align: center;display: table;border-radius: 3px;position: relative;}
.join_us li a{font-size: 16px;color:#333;display: table-cell; vertical-align:middle;}
.join_us li span{display: block;color: #999;padding-bottom: 2px;}
.join_us li:hover{box-shadow: 0 0 3px 3px rgba(61,32,9,0.05);border-color: #e5e5e5;}
.join_us li i{position: absolute;left:10px;top:0;}
.bdsharebuttonbox span{float:left;margin-top: 4px;}
.ju_info{display: none;}
.ju_info h2{font-size: 18px;font-weight: 900;color: #666;padding:15px 0;position: relative;width: 100%;overflow: hidden;}
.ju_info h2 span{font-size: 18px;font-weight: 900;}
.ju_info h2 a{position: absolute;right:10px;top:15px;padding-left: 23px;background: url("../images/icon_arrow_r.png") no-repeat left center;color: #999;font-size: 14px;font-weight: 500;}
.ju_info h2 a:hover{color:#006ab6;background-image: url("../images/icon_arrow_r_blue.png");}
.ju_info h3{font-size: 16px;padding: 25px 0 10px;}
.ju_info p{line-height: 2em;color: #998;}

.company{overflow: hidden;padding: 30px 0; }
.company h2{font-size: 18px;color:#006ab6;text-align: center;padding: 20px 0;}
.company dl{overflow: hidden;}
.company dt{width: 1000 px;}
.company dt p{padding: 8px 0;color: #707070;line-height: 1.8em;text-align: justify;}
.company dd{float:right;width:328px;padding-top:20px;}

.introducebox{padding: 20px 0 30px; }
.introducebox p{/*text-indent:2em;*/line-height: 1.8em;padding: 8px 0 ;color: #707070;}
.bggray{background: #efefef;}
.bg_blackblue{background: #171920;}
.bgf7{background: #f7f7f7;}
.ai_tit{font-size: 22px;text-align: center;padding:10px 0 20px;height: 50px;}
.ai_tit span{padding-left: 66px;position: relative;font-size: 22px;line-height: 50px;height: 50px;display: inline-block;}
.ai_tit span i{position: absolute;left:0;top:0;} 

.introduce_operate ul{overflow: hidden;margin:10px 150px;}
.introduce_operate ul li{float:left;width: 25%;text-align: center;}
.introduce_operate ul li a{font-size: 16px;}
.introduce_operate ul li i{display: block;width:100%;}

.block{display: block;}
.cen{text-align: center;}
.pb20{padding: 20px 0;}
.mt20{margin-top: 20px;}
.mt10{margin-top: 10px;}
.tn_2{text-indent: 2em;}

.introduce_shuju ul{padding: 0 100px;overflow: hidden;}
.introduce_shuju ul li{float:left;width:265px;margin:0 20px;position: relative;}
.introduce_shuju ul li span{position: absolute;left:10px;bottom:10px;color: #fff;}
.introducebox .wt{overflow: hidden;}
.introducebox .wt dt{width:665px;float:left;padding-top: 55px;}
.introducebox .wt dd{float: right;}

.stock_quotes{background: url("../images/bg10.jpg") no-repeat center top;}
.stock_quotes h2{font-size: 30px;font-weight: 900;text-align:center;padding:25px 0 ;}
.stock_quotes  img{display: block;margin-bottom: 20px;margin-top: 5px;}
.stock_quotes  h3{font-size: 22px;padding: 5px 0 5px 15px;color: #006ab6;}
.stock_quotes ul{margin-top: 5px;}
.stock_quotes  li{border-bottom:1px solid #4c8cb4;color:#fff;line-height: 30px;padding:4px 0;width: 48%;}
.stock_quotes  li a{color: #fff;}
.stock_quotes  li span{font-size: 16px;}
.stock_quotes  li  b{font-weight: 500;}
.stock_quotes  li.l{border:none;}
.stock_quotes .gk h2{color: #fff;}
.stock_quotes .gk{height:447px;background: url("../images/bg13.jpg") no-repeat center top;}

.achievement{background: url("../images/bg14.jpg") no-repeat center top;height: 515px;}
.achievement h2{font-size: 30px;font-weight: 900;color: #333;padding: 20px 0;}
.achievement h2 em{float: left;}
.achievement .fl{width:486px;height:376px;margin:30px 0;position: relative;}
.achievement .fl img{position: absolute;left:0;top: 0;z-index: 1;}
.achievement .fl span{display: block;width:476px;height: 366px;border: 5px solid #6699cc;position: absolute;left:30px;top:30px; z-index:2;filter:alpha(opacity=40); -moz-opacity:0.4;opacity: 0.4;}
.achievement .fl:hover span{top:15px;left:15px; filter:alpha(opacity=100); -moz-opacity:1;opacity: 1;}
.achievement .fl:hover img{top:15px;left:15px;}
.achievement .fr{width: 50%;}
.achievement .fr ul{padding: 0 0 15px;}
.achievement .fr ul li{padding:12px 0;border-bottom: 1px solid #eee;overflow: hidden;}
.achievement .fr ul li a{float:left;font-size: 16px;}
.achievement .fr ul li span{float: right;font-size: 16px;padding-top: 5px;color: #999;}
span.t_page{float: right;margin-top: 15px;}
span.t_page i{display: inline-block;width:17px;height: 17px;margin-top:2px;cursor:pointer;float:left;background: url("../images/arrow2.png");}
span.t_page i.next{background-position:-17px 0; }
span.t_page b{width:50px;text-align: center;display: inline-block;float: left;font-size: 14px;font-weight: 500;}

.notice {background: url("../images/bg15.jpg") no-repeat center top;height:386px;}
.notice div.fl,.notice div.fr{width: 46%;padding:40px 0; }
.notice h2{font-size: 30px;overflow:hidden;font-weight: 800;border-bottom: 1px solid #d8cce9;padding: 0 0 15px;margin-bottom:20px;position: relative;z-index: 1;color: #fff;}
.notice h2 em{float: left;}
.notice span.t_page i{background-image: url("../images/arrow.png");}
.notice ul{margin-top: -1px;}
.notice ul li{padding:10px 0;overflow:hidden;border-bottom: 1px solid rgba(0,0,0,0.1); filter:alpha(opacity=70); -moz-opacity:0.7;opacity: 0.7;}
.notice ul li a{float: left;color:#fff;padding-right: 18px;font-size:16px;background: url("../images/icon/down.png") no-repeat right center;width: 400px;white-space:nowrap; overflow:hidden; text-overflow:ellipsis;display: block;}
.notice ul li span{float: right;color: #fff;font-size: 14px;}
.notice ul li:hover{ filter:alpha(opacity=100); -moz-opacity:1;opacity: 1;}

.xglj_bk{width:1120px;overflow:hidden;margin:0px auto;padding-top:40px;}
.xglj_bk h3{line-height:50px;font-size:24px;font-weight:bold;float:left;margin-right:20px;}
.xglj_bk ul{height:90px;float:left;}
.xglj_bk ul li{float:left;width:196px;height:50px;margin-right:20px;}

.company_news_list{padding: 30px 0;width:1177px;}
.company_news_list .tit{margin:0 28px; }
.company_news_list ul{/*margin-left:-28px;*/}
.company_news_list li{float: left;width: 354px;height:290px;margin:10px 0 0 28px;overflow: hidden;}
.company_news_list li .img{width:354px;height: 226px;display: block;overflow: hidden;background: #fafafa;}
.company_news_list li h3{padding:6px 0;}
.company_news_list li h3 a{font-size:18px;color: #000;}
.company_news_list li h3 span{color: #999;}
.company_news_list li p{height: 106px;overflow: hidden;}
.company_news_list li p a{color: #888;}
.company_news_list li * a:hover{color:#006ab6;}

.news_list_box .tit{padding:10px 0; }
.news_list_box .tit span{font-size: 22px;color: #006ab6;font-weight: 800;}
.news_list_box .tit .more{margin-top: 3px;}

.media_news_list{background: url("../images/bg12.jpg") no-repeat center center #f7f7f7;padding:40px 0 60px;}
.media_news_list dl{overflow:hidden;}
.media_news_list dl dt{float:left;width:375px;position: relative;height:240px;overflow: hidden;}
.media_news_list dl dt  img{display: block;margin: 0 auto;width: 375px;}
.media_news_list dl dt span{position: absolute;bottom: 0;left: 0;display: block;background: rgba(0,0,0,0.3);color: #fff;padding:5px 10px;}
.media_news_list dl dd{float:right;width: 60%;}
.media_news_list dl dd ul li{line-height: 30px;overflow: hidden;height: 30px;padding: 5px 0 6px;}
.media_news_list dl dd ul li a{float: left}
.media_news_list dl dd ul li a i{color: #56a12e;margin-right: 10px;display: inline-block;}
.media_news_list dl dd ul li span{font-size: 12px;color: #999;float: right;}

.industry_news_list  li h3 a{font-size:16px;color: #000;}

.news_list{width:775px;}
.news_list.warp{width: 1200px;}
.news_list dl{overflow: hidden;padding:20px 0;border-bottom: 1px solid #eee;}
.news_list dl dt{width:260px;float: left;}
.news_list dl dt .img{width:260px;height: 166px;overflow: hidden;display: block;}
.news_list dl dd{width:500px;float: right;}
.news_list dl  dd h2 a{font-size: 18px;color: #000;}
.news_list dl dd p{height:100px;font-size: 16px;line-height: 1.7rem;}
.news_list dl dd p a{color: #777;margin: 10px 0;display: block;}
.news_list dl dd span{font-size: 12px;color: #999;}
.news_list dl * a:hover{color:#006ab6;}

.newslist2 dl{margin: 20px 0 0;padding:0;}
.newslist2 dl dt{width: 354px;height:226px; }
.newslist2 dl dt .img{width: 100%;height: 100%;background: no-repeat center;background-size: cover;}
.newslist2 dl dt .img img{display: none;}
.newslist2 dl dd{padding:30px;background: #fff;position: relative;}
.newslist2 dl dd h2 a{overflow: hidden;text-overflow:ellipsis;white-space: nowrap;font-size: 24px;display: block;}
.newslist2 .mo{color: #2894d7;position: absolute;right: 30px;bottom:30px;font-size: 16px;}
.newslist2 dl dd span{font-size: 14px;position: absolute;left: 30px;bottom: 30px;}

.slider_list{width:310px;float: right;}
.slider_list .industrynews_slider h2{border-bottom: 1px solid #e0e0e0;padding:10px 0;margin-top: 12px;}
.slider_list .industrynews_slider h2 span{border-left:3px solid #006ab6;font-size: 22px;height: 20px; display: block;line-height: 20px;padding-left: 5px;}
.slider_list .industrynews_slider li{border-bottom: 1px dashed #e9e9e9;padding: 10px 0;}
.slider_list .hotnews_slider{background: #fafafa;padding: 15px;}
.slider_list .hotnews_slider h2{font-size: 26px;border-bottom:1px solid #ccc;color: #666;padding-bottom: 5px; }
.slider_list .hotnews_slider ul li{padding:10px 0 10px 15px;border-bottom: 1px dashed #ddd; background: url("../images/d.jpg") no-repeat 2px 22px;}
.slider_list .hotnews_slider ul li a{font-size: 16px;color: #999;line-height: 1.8em;}
.slider_list .hotnews_slider ul li a:hover{color: #006ab6;}
/*分页*/
/*.page{text-align: center;padding: 20px 0;}
.page a{display: inline-block;padding: 0 10px;}
.page a.btn{position:relative;border-radius: 20px;border:1px solid #999;line-height: 20px;font-size: 14px;padding:0 15px;}
.page a.btn:before{content: "\e6bb";font-family: "iconfont";position: absolute;left:0;top:4px;font-size: 70px;}
.page a.btn:after{content: "\e6ba";font-family: "iconfont";position: absolute;left:0;top:4px;font-size: 70px;display:none;}
.page a.btn:hover{color:#fff;background:  #006ab6;border-color: #006ab6;}
.page a.btn:hover:after{color:#006ab6;display: block;z-index: -1;}
.page a.on{color: #006ab6;font-weight: 900;}

*/
.page{text-align: center;margin-top: 30px;}
.page a{display: inline-block;width: 50px;height: 50px;line-height: 50px;text-align: center;background: #fff;margin:0 3px;color:#999;overflow:hidden;}
.page a:hover{color: #2894d7;}
.page a.on{color: #fff;background: #2894d7;}
.page a i{display: inline-block;border-left: 1px solid #2894d7;border-bottom: 1px solid #2894d7;transform: rotate(45deg) translate(13px,13px);width: 10px;height: 10px;}
.page a i.icon-next{transform: rotate(-135deg) translate(-12px,-16px);}
.page span{overflow:hidden;display:inline-block;line-height:50px;width:50px;text-align:center;}
/**/
.focus{height:280px;position: relative;padding: 0 0 50px;}
.focus .btn{position: absolute;top:40%;margin-top: -110px;width:340px;height: 236px;z-index:10;}
.focus .btn i{position: absolute;top:50%;margin-top: -13px;width:16px;height: 27px;background: url("../images/arrow3.png") no-repeat;}
.focus .btn.prve{left:0;}
.focus .btn.prve i{left:0;background-position: left center; }
.focus .btn.next{right:0;}
.focus .btn.next i{right:0;background-position: right center;}
.focus ul{overflow: hidden;height:280px;margin:0 30px;background: none;position: relative;}
.focus ul li{position: absolute;left:0;top:0;width:438px;height:280px;background:rgba(0,0,0,0.5);overflow: hidden;}
.focus ul li a.fo_tit{display: block;width: 90%;position: absolute;bottom:0;padding: 0 5%;background: #000;background:rgba(0,0,0,0.7);color: #fff;height: 30px;line-height: 30px;z-index: 2;}
.focus ul li img{width: 100%;position: relative;z-index: 1;}
.focus ul li a.fo_tit .iconfont{position: absolute;right:10px;top:3px;}

/*公司历程*/
.course{overflow: hidden;padding:50px 0;}
.course_side{float:left;width: 135px;border-right: 2px solid #666;position: relative;}
.course_side i{position: absolute;right: -6px;top:26px;z-index: 9;}
.course_main{float: right;width: 960px;}
.course_side li{height: 70px;line-height: 70px;position: relative;padding-right: 50px;}
.course_side li a{font-size: 20px;color: #909090;text-align: right;display: block;width: 100%;line-height: 70px;}
.course_side li a em{position: absolute;right: 0;display: block;height: 2px ;width: 17px;background: #666;top:34px;}
.course_side li.active a{font-size: 40px;color: #006ab6;font-weight: 900;}
.course_main h1{font-size: 80px;color: #bcbcbc;border-bottom: 5px solid #ddd;padding:0 0 20px;line-height: 60px; font-weight: 900;}
.course_main dl{width: 463px;}
.course_main dl dd{padding:20px 25px 10px;border: 1px solid #ddd; margin: 20px 0;display: block;}
.course_main dl h2{font-size: 30px;color: #333;font-weight: 900;}
.course_main dl dd li{padding:5px 0 5px 20px;font-size: 16px;color: #666;background: url("../images/d.jpg") no-repeat 5px 16px;line-height: 1.8em; }

/*成员列表*/
.member_list{padding: 30px 0;}
.member_list dl{float:left;width:334px;margin:20px 0 5px;height:300px;}
.member_list dl.marlr{margin-left: 59px;margin-right: 59px;}
.member_list dl dt{padding:4px;border:2px solid #dbdbdb;}
.member_list dl dt a{display: block;border:1px solid #ebebeb;width:320px;height:128px;}
.member_list dl dt a img{display: block;margin: 0 auto;max-width: 100%;}
.member_list dl dd{text-align: center;}
.member_list dl dd b{font-size: 22px;font-weight: 700;display: block;margin:10px 0 5px;}
.member_list dl dd p{line-height: 1.7em;font-size: 16px;height:120px;overflow: hidden;}
/*正文*/
.article {padding-bottom: 100px;width: 775px;}
.article *{font-size: 16px;}
.article h2{font-size: 28px;}
.article .t{border-bottom: 1px dashed #ccc;padding: 10px 0;position: relative;}
.article .t a{color: #006ab6;}
.article .t span{padding: 0 5px;color: #999;}
.article .t .bar{position: absolute;right:0;bottom:10px;text-align: right;color:#999;}
.article .t .bar a,.article .t .bar b{padding: 0 5px;color:#999;}
.article .abstract{background: #f9f9f9;margin-top:20px;padding: 20px;color: #666; line-height: 1.8em;}
.article .abstract b{color: #333;font-weight: 800;}
.article p{margin-top: 25px;line-height: 1.8em;color: #666;}
.gs_link{padding: 10px 0;color:#0670bb;display: block;}

.news_details{background: #f3f3f3;padding: 20px 0;}
.news_details .article{background: #fff;width:820px;padding-bottom: 15px;}
.news_details .article h2{padding: 25px 30px 0;font-size: 24px;}
.news_details .article .t{border-bottom: 1px solid #eee;padding: 15px 25px 20px;overflow: hidden;}
.news_details .article .t span,.news_details .article a{font-size: 12px;float: left;}
.news_details .article a{margin-right: 50px;}
.news_details .article .t .fr{float: right;position: relative;padding-left: 20px;}
.news_details .article .t .fr i{margin-right: 5px;position: absolute;left: 0;top: 1px;}
.news_details .article .abstract {margin:20px 30px;border:1px solid #ebebeb;background: #fafafa; font-size: 14px;}
.news_details .article .abstract b{font-size: 14px;color: #cd0a0a;display: block;font-weight: 500;}
.news_details .article p{padding:5px 40px 5px;font-size: 14px;margin:0;}
.news_details .article p img{display: block;margin: 10px auto;max-width: 100%;}
.news_details .article .other_atrical{border-top: 1px solid #eee;padding: 10px 0;}
.news_details .article .other_atrical a{display: block;margin: 5px 30px;color: #006ab6;}
.news_details .article .other_atrical a:hover{text-decoration: underline;}
.news_details .slider_list{background: #fff;width:280px;}
.news_details .industrynews_slider h2 span{border: 0;font-size: 18px;padding: 0 20px 5px;}
.news_details .industrynews_slider ul{padding: 10px 0;}
.news_details .industrynews_slider ul li{border:0  none;font-size: 14px;margin:0 15px;overflow: hidden;line-height: 30px;padding: 0;}
.news_details .industrynews_slider ul li a{display: block;height: 30px;overflow: hidden;text-overflow:ellipsis;white-space:nowrap;}

.sear_list dl{border-bottom: 1px dashed #ccc;padding: 20px 0 5px;}
.sear_list dl dt a.title{font-size:22px;color: #000;}
.sear_list dl dt a.title:hover{color: #0670bb;}
.sear_list dl dt a.tag{font-size: 16px;border:1px solid #56a12e;color: #56a12e;padding:0 10px 2px ;margin: 0 10px;border-radius: 15px;}
.sear_list dl dd{padding: 10px 0;}
.sear_list dl dd a{font-size: 16px;line-height: 1.8em;}
.sear_list h1{font-size: 30px;color: #0670bb;font-weight: 900;margin: 0 0 25px;}
.sear_list.empty {padding-bottom: 200px;}
.sear_list.empty .empyt_i{font-size: 180px;color: #eee;display: block;text-align: center;margin: 80px  auto 0;}
.sear_list.empty p{text-align: center;color: #0670bb;}


.list_t li{width:360px;float:left;padding: 1px;position: relative;margin-bottom: 15px;}
.list_t li.mar{margin-left:15px;margin-right: 15px;}
.list_t li .text{border:1px solid #eee;height: 187px;padding: 20px;}
.list_t li .img{display: block;position: relative;width: 360px;height:230px;overflow: hidden;}
.list_t li img{display: block;width: 360px;}
.list_t li h2 a{font-size: 22px;font-weight: 500;margin:10px 0;color: #333;}
.list_t li p{margin:10px 0;color: #787878;font-size: 18px;line-height: 1.5em;height: 110px;}
.list_t li .link{font-size:16px;position: absolute;left: 23px;bottom:20px;color:#0670bb;padding-left: 23px;background: url("../images/icon_arrow_r_blue.png") no-repeat left center;}

.list_t2 li{width: 224px;padding:19px;border: 1px solid #eee;box-shadow: 0 0 10px 0 rgba(0,0,0,0.05);float: left;overflow: hidden;margin-right:21px;border-radius: 1px;}
.list_t2 li.last{margin-right: 0;}
.list_t2 li .img{width:224px;height: 146px;overflow: hidden;display: block;}
.list_t2 li .text{height: 54px;padding-top: 10px;overflow: hidden;}
.list_t2 li .text p a{font-size: 18px;line-height: 1.6em;}

/*人工智能与大数据*/
.technical_map{background: url("../images/bg16.jpg") repeat-y center top;overflow:hidden;margin: 60px 0 30px;padding-bottom: 40px;}
.technical_map h2{color: #fff;padding: 35px 0 25px;}
.technical_map ul{margin-bottom: 20px;}
.technical_map li{float:left;padding:0 6px;}
.technical_map li .text{border: none;background: #eaf4fb;height: 108px;position:relative;text-align: center;}
.technical_map li .text p{height:55px;overflow: hidden;margin-top: 0;}
.technical_map li .text .link{background: #0670bb;color:#fff;display: block;bottom:0;left:0;padding: 0;width: 100%;text-align: center;line-height: 50px;}
.technical_map li .text .link span{padding:2px 0 2px 26px;background: url("../images/icon_arrow_down_w.png") no-repeat left center;height: 20px;font-size:16px;}

.technical_map_info ul{height:372px;overflow: hidden;}
.technical_map_info .prev{cursor:pointer;position: absolute;top:40%;width:16px;height: 27px;background: url("../images/arrow3.png") no-repeat;left:-26px;background-position: left center; }
.technical_map_info .next{cursor:pointer;position: absolute;top:40%;width:16px;height: 27px;background: url("../images/arrow3.png") no-repeat;right:-26px;background-position: right center;}
.technical_map_info .box{overflow:hidden;}
.technical_map_info .box ul{width:99999px;overflow:hidden;}


.hx_info ul{overflow: hidden;}
.hx_info li{float:left;padding:0 6px;}
.hx_info .prev{cursor:pointer;position: absolute;top:40%;width:16px;height: 27px;background: url("../images/arrow3.png") no-repeat;left:-26px;background-position: left center; }
.hx_info .next{cursor:pointer;position: absolute;top:40%;width:16px;height: 27px;background: url("../images/arrow3.png") no-repeat;right:-26px;background-position: right center;}
.hx_info .box{overflow:hidden;width: 1120px !important;}
.hx_info .box ul{width:99999px;overflow:hidden;}

.inte_solution .info li h2{font-size: 22px;}
.inte_solution .info li p{font-size: 18px;}
.inte_solution{background: none;}
.inte_solution .pro_tit{text-align: center;padding: 45px 0 60px;}
.inte_solution .info{box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);}
.inte_solution .info li .more{color: #0670bb;border-color: #0670bb;}
.inte_case{background: #f3f3f3;padding: 20px 0 50px;height:420px;}
.inte_case .infobox{left:auto;right:0;height:254px;top:66px;background: none;}
.inte_case .imgbox{right:auto;left:0;height:254px;}
.inte_case .imgbox li img{width:560px;height:254px;}
.inte_case .infobox li{padding: 25px 45px 0 0;background: #f3f3f3;padding-top: 20px;}
.inte_case .infobox li h3 a{font-size: 22px;}
.inte_case .infobox li p a{font-size: 18px;}
.inte_case .infobox .more{display: none;}
.inte_case h2{padding-left: 620px;}

.inteTop{height:722px;position: relative;}
.inteTop .banner{height:722px;position: absolute;top:0;left:0;}
.inteTop .head_w{background: transparent;border: none;height:80px;}
.inteTop .head_w .nav li a.t{color: #fff;height:80px;}
.inteTop .head_w .nav li a:after{background: #fff;height:2px;}
.inteTop .head .logo a{display:none;}
.inteTop .head_w .logo .logo_w{display:block;}
.inteTop .headfix .logo .logo_b{display:block;}
.inteTop .head_w .head_search{background: none;}
.inteTop .head_w  .head_search input{background: none;color: #fff;}
.inteTop .head_w  .head_search input::-webkit-input-placeholder{color: #fff;}
.inteTop .head_w  .head_search input:-moz-placeholder{color:#fff;}
.inteTop .head_w  .head_search input::-moz-placeholder{color:#fff;}
.inteTop .head_w  .head_search input:-ms-input-placeholder {color:#fff;}
.inteTop .head_w  .head_search i{color: #fff;}
.inteTop .menu{top:80px;}
.inteTop .banner .slide{margin-top: 200px;width: 1121px;}
.inteTop .x_banner .text {width: auto;display:table;height:100%;}
.inteTop .x_banner .text h2{font-size: 48px;font-weight: 900;}
.inteTop .x_banner .text h3{font-size: 30px;line-height: 1.4em;}
.inteTop .nav_brank{position: absolute;right:0;z-index: 98;padding:0 0 0 23px;background: none;margin-top: 80px;}
.inteTop .nav_brank a,.inteTop .nav_brank i,.inteTop .nav_brank em,.inteTop .nav_brank span{color: #fff;}
.inteTop .headfix .menu{top:100px;}
.culture_box{background: url("../images/bg17.jpg") no-repeat center top;height:1975px;margin: 30px 0 50px;}
.culture_box dl{width:686px;padding-top: 86px;height:300px;}
.culture_box dl dt{font-size: 50px;font-family: "FangSong";padding-left: 50px;padding-bottom:20px;}
.culture_box dl dd{font-size: 28px;font-family: "FangSong";line-height: 1.4em;}
.culture_box dl.d2{padding-left: 438px;padding-top: 190px;}
.culture_box dl.d3{padding-top: 75px;}
.culture_box dl.d4{padding-left: 368px;padding-top: 250px;}
.culture_box2{background: url("../images/bg17_1.jpg") no-repeat center top;height: 975px;margin: 30px 0 50px;}
.x_banner .slide .culture{width: 500px;margin: 0 auto;}
.x_banner .slide .culture h2{width:60px;font-size: 54px;font-family: "FangSong"; float: right;margin: 15px 0 0 20px;}
.x_banner .slide .culture h3{float: right;}
.x_banner .slide .culture h3 span{width: 26px;font-size: 26px;display: block;float: right;font-family: "FangSong"; margin: 0 5px;}

.ope_uitra{background: url("../images/bg18.jpg") no-repeat center top; height: 573px;}
.ope_uitra .fl{background: url("../images/icon/opacity2_b.png") repeat;height: 410px;margin:80px 0 0;width: 438px;}
.ope_uitra .fl h2{font-size: 30px;font-weight: 900;color: #4eacfb;padding: 40px 40px 30px;}
.ope_uitra .fl p{font-size: 18px ;color: #fff;padding:0 40px 50px;line-height: 1.8em;}
.ope_uitra .fl h3{font-size: 24px;color: #4eacfb;border:2px solid #4eacfb;padding: 10px ;margin: 0 40px ;opacity: 0.9;}
.ope_uitra .fr{padding-top: 90px;}
.ope_uitra2{background: #5596e6;margin: 30px 0 0;}
.ope_uitra2 .pro_tit{color: #fff;}
.ope_uitra2 ul{margin-left: -20px;padding-bottom: 40px;}
.ope_uitra2 li{float: left;width: 265px;height:320px;margin-left: 20px;position: relative;overflow: hidden;}
.ope_uitra2 li .info{position: absolute;bottom: 0;left:0;width: 100%;background: rgba(0,0,0,0.8);}
.ope_uitra2 .link{margin:10px 20px;display: block;transition: 0.1s;}
.ope_uitra2 .link span{padding: 2px 0 2px ;height: 20px;font-size: 16px;color: #fff;font-size: 14px;}
.ope_uitra2 .link span:before{margin-right: 5px;font-size: 16px;}
.ope_uitra2 p{color: #fff;margin:10px 20px 0;line-height: 2em;height:2em;overflow: hidden;transition: 0.5s;}
.ope_uitra2 li:hover p{height:4em;}
.ope_uitra2 li:hover .link{margin-bottom:15px;}

.field2 .img{width: 560px;height:270px;overflow: hidden;display: block;margin-bottom: 20px;}
.field2 .img img{width: 100%;}
.field2 .info{width:560px;background: #f0f0f0;height:270px;overflow: hidden;margin-bottom: 20px;}
.field2 .info h3{margin:40px 0 0 40px;color: #000;font-size: 22px;}
.field2 .info p{margin:10px 40px;line-height: 1.8em;color: #666;}

.list_t3 li{float:left;width: 277px;height:241px;position:relative;border-right:1px solid #fff;border-bottom:1px solid #fff;background: #f6f6f6;margin-bottom: 1px;}
.list_t3 li.l1{background-color: #2085ac;}
.list_t3 li.l2{background-color: #83ddd9;}
.list_t3 li.l3{background-color: #97cac8;}
.list_t3 li.l4{background-color: #3c5c8f;}
.list_t3 li h3{font-size: 22px;padding: 40px;color: #fff;}
.list_t3 li a{position: absolute;left:40px;bottom:40px;color: #fff;padding-left: 22px;}
.list_t3 li a i{position: absolute;left:0;top:3px;}

.ope_tit{font-size: 28px;font-weight: 900;}
.list_t4 li{overflow:hidden;background:#000;margin:20px 0 0;position: relative;width:264px;height:320px;float:left;margin-right:20px;}
.list_t4 li.last{margin-right:0px;}
.list_t4 li span img{opacity: 0.8;}
.list_t4 li a{text-align: center;position: absolute;left:0;top:0;width: 100%;}
.list_t4 li h3{display: table-cell;vertical-align: middle;height:320px;width: 543px;}
.list_t4 li h3 b{position: relative;font-size: 26px;color: #fff;line-height: 55px;padding-left: 65px;}
.list_t4 li h3 b i{display: block;position: absolute;left:0;top:-8px;height:55px;display: inline-block;font-size: 50px;font-weight: 500;}

.all_manage dl{border-bottom: 1px solid #eee;background: #fafafa;position: relative;overflow: hidden;}
.all_manage dl dd{overflow: hidden;position:relative;}
.all_manage dl.show dd{display: block;}
.all_manage dl dt h3{font-size: 22px;color:#666;line-height: 50px;position: relative;}
.all_manage dl dt h3 i{position: absolute;right: 0;top:0;line-height: 50px;height: 50px;font-size: 30px;cursor: pointer;width: 30px;}
.all_manage dl.show dt{background: #5596e6;}
.all_manage dl.show dt h3 {color: #fff;}
.all_manage dl .fl{width:50%;border-right: 1px solid #eee;position: relative; height:360px;overflow:auto;z-index: 1;}
.all_manage dl .fr{width:46%;position: relative;position: relative;height:360px;overflow:auto;z-index: 1;}
.all_manage dl .icon_font{position:absolute;bottom:0;right:10px;font-size: 150px;line-height:130px;color: #eee;overflow:hidden;z-index: 0;filter:alpha(opacity=50); -moz-opacity:0.5;opacity: 0.5;}
.all_manage dl .icon_font.l{right:51%;}
.all_manage dl h4{font-size: 18px;padding-bottom:10px;padding-top:30px; }
.all_manage dl  p{font-size: 16px;color: #999;line-height: 1.5em;padding:3px 0;}
.all_manage dl p a{color:#999;font-size: 16px;}
.all_manage dl p a:hover{color:#0670bb;}

/*成功案例*/
.case_introducing  h2{font-size: 30px;}
.case_introducing p{font-size: 16px;}
.case_introducing .iconfont{color:#e7f1f8;bottom: -40px;}
.case_scene{background: url("../images/bg19.jpg") repeat-x;height:432px;padding-top: 20px;margin:0;}
.case_scene .imgbox{right:auto;left:0;top:70px;height:258px;}
.case_scene .infobox{left:auto;right:0;top:30px;border-width: 5px;}
.case_scene .infobox li{padding:25px 25px 0 150px;}
.case_scene h2{padding-top: 0;font-size: 30px;}

.case_scheme{background: url("../images/bg20.jpg") no-repeat center top; height:378px; }
.layout1{padding-top: 70px;}
.layout1 h2{padding-bottom: 20px;}
.layout1 p{font-size: 16px;color: #666; line-height: 1.8em;padding-right: 50px;}
.layout1 .more_link {margin-top: 40px;}
.application_pro ul{display:block;height:460px;overflow: hidden;margin-bottom: 30px;position:relative;}
.application_pro ul li p{font-size: 16px;}

.list_t5 ul{overflow: hidden;margin-left: -20px;position: relative;}
.list_t5 ul li{float: left;width:550px;height:250px;margin:  0 0 20px 20px;overflow: hidden;position: relative;background: #000;}
.list_t5 ul li .text{position: absolute;bottom: 0;left:0;z-index: 10;padding: 25px;}
.list_t5 ul li .text h2 a{color: #fff;margin-bottom: 10px;display: block;}
.list_t5 ul li .text p{font-size: 14px;color: #fff;line-height: 1.7em;overflow: hidden;display: none;}
.list_t5 ul li .img{position: relative;z-index: 0;}

.games_pro2 ul,.games_pro1 ul{height:540px;overflow: hidden;}
.game_channel{padding: 20px 0 50px;background: #f3f3f3;margin-top: 40px;}
.game_channel .map .box{width:227px;height: 315px;background: #fff;text-align: center;padding: 20px;}
.game_channel .map .box span{background: #83d523;padding: 5px 10px;color: #fff;display: block;width: 80px;margin-bottom: 20px;}
.game_channel .map .box  img{display: block;margin: 35px auto;}
.game_channel .map .box p{font-weight: 900;}

.game_channel ul {height: 368px;overflow: hidden;margin-bottom: 20px;position: relative;margin-left: -20px;}
.game_channel ul li{height: 348px;margin: 20px 0 0 20px;width:265px;position: relative;}
.game_channel ul li h2 a{font-size: 22px;padding:10px 0 0;}
.game_channel ul li .info{width:223px;height:144px !important;}
.game_channel ul li a{font-size: 16px;line-height: 1.9em;}
.game_channel ul li a.more{position: absolute;bottom:12px;left:20px;}

.game_channel_info ul li a.more{bottom:32px;}
.game_channel_info ul{width:999999px;margin-left:0;margin-bottom: 0;height: 348px;}
.game_channel_info ul li{height: 348px;padding: 20px 0 0;width:285px;margin:0;}
.game_channel_info ul li div.info{height:194px !important;}
.game_channel_info .box{overflow:hidden;}
.game_channel_info .prev{cursor:pointer;position: absolute;top:45%;width:16px;height: 27px;background: url("../images/arrow3.png") no-repeat;left:-26px;background-position: left center; }
.game_channel_info .next{cursor:pointer;position: absolute;top:45%;width:16px;height: 27px;background: url("../images/arrow3.png") no-repeat;right:-26px;background-position: right center;}

.gd_box1{padding: 30px 0;}
.gd_video{width: 544px;height: 311px;border: 3px solid #e8c94e;}
.gd_tit{font-size:30px;font-weight:900;padding:10px 0 20px;background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdf9a1), to(#e8c94e));color: transparent;-webkit-text-fill-color: transparent;-webkit-background-clip: text;}
.game_news{background: #27292f;width:548px;height:317px;overflow: hidden;}
.game_news ul{padding:20px;}
.game_news ul li{width: 100%;position: relative;;height: 34px;line-height: 34px;}
.game_news ul li img{width: 100px;height: 100px;}
.game_news a{color:#737d99;font-size: 16px;float:left;}
.game_news a:hover{color: #eacf60;}
.game_news span{float: right;color:#737d99;}
.scan_download{background: url("../images/opacity2_b.png") repeat;background: rgba(39,41,47,0.76);width:548px;height:300px;}
.scan_download dt{width:204px;padding: 30px 38px;text-align: center;font-size: 18px;color:#737d99;float: left;}
.scan_download dt img{display: block;border: 3px solid #eacf60;margin-bottom: 20px;}
.scan_download dd{float:left;width: 222px;padding: 30px 0 0;}
.scan_download dd a{display: block;width:222px;height:52px !important;color:#fff;font-size: 22px;border-radius: 10px;background: #4866f7;text-align: center;line-height: 52px;margin-bottom: 20px;}
.scan_download dd a:hover{background: #748bfd;}
.scan_download dd  a.i2{background: #e75c00;}
.scan_download dd  a.i2:hover{background: #ff6f10;}
.scan_download dd  a.i3{background: #0bc3bc;}
.scan_download dd  a.i3:hover{background: #0bf1e8;}
.scan_download dd  a i{font-size: 30px;}

.gd_peoples{padding:20px 0; }
.gd_peoples dl dt{float: left;width: 288px;}
.gd_peoples dl dt a{width:280px;height:422px;overflow: hidden;border: 3px solid #eed87f;display: block;}
.gd_peoples dl dd{width: 816px;float: right;}
.gd_peoples dl dd li{float: left;width: 111px;text-align: center;margin-left: 25px;margin-bottom: 15px;}
.gd_peoples dl dd li a{display: block;font-size: 16px;color: #737d99;}
.gd_peoples dl dd li a:hover{color: #fff;}
.gd_peoples dl dd li .img{width: 104px;height: 104px;overflow: hidden;margin-bottom: 10px;border: 3px solid #3d404a;}
.gd_peoples dl dd li .img:hover{border: 3px solid #e8c94e;}

.infonmegeeae{background: #27292f;margin:40px auto 0; }
.infonmegeeae .tab{height: 60px;background: #3b3e46;}
.infonmegeeae .tab a{font-size:30px;font-weight:900;padding:10px 0 20px;background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fdf9a1), to(#e8c94e));color: transparent;
    -webkit-text-fill-color: transparent;-webkit-background-clip: text;line-height: 60px;}
     .infonmegeeae .tab li{float: left;padding:0 20px;}
    .infonmegeeae .tab li.active{background: #27292f;}
.infonmegeeae .contes{padding: 30px;}
.infonmegeeae .contes .cont{display: none;}
.infonmegeeae .contes p{font-size: 16px;line-height: 1.8em;color: #737d99;}
.gd_kf{margin-top:50px; }
.gd_kf ul{background: #27292f;padding: 25px;position: relative;}
.gd_kf ul li{float: left;width: 36%;font-size: 16px;color: #737d99;line-height: 2em;}

.gd_kf a.link{color: #ff1d1d;background: #fcf79d;font-size: 18px;display: block;width:180px;text-align: center;line-height: 40px;border-radius: 20px;position: absolute;right:30px;top:35px;}
.gd_kf a.link:hover{background: #fff876;}

.gd_tit,.infonmegeeae .tab a{color:#e8c94e\0; background:none\0;}

.list_t6 ul li{float: left;width: 49.999%;height:271px;background: #f0f0f0;margin-bottom: 20px;}
.list_t6 ul li .img{width: 559px;height: 271px;overflow: hidden;display: block;}
.list_t6 ul li h2{padding: 30px 50px 20px;}
.list_t6 ul li h2 a{font-size: 22px;}
.list_t6 ul li p{padding: 0 50px;color: #666;font-size: 18px;line-height: 1.8em;}
.rx_internet{background: url("../images/bg21.jpg") no-repeat center top; height: 700px;margin: 40px 0;padding-top: 30px;}
.nobg{background: none;padding-top: 0;}
.nobg .info{border: 1px solid #e9e9e9;}
.nobg ul li .more{margin:24px 0 10px; }

.focus2{height: 359px;overflow: hidden;position: relative;width: 1400px;margin-bottom: 20px;}
.focus2 ul{position: absolute;height: 359px;left: 0;top: 0;z-index: 1;}
.focus2 ul li{float:left;position: relative;width: 280px;background: #000;}
.focus2 ul li img{display: block;opacity: 0.8;filter:alpha(opacity=80); -moz-opacity:0.8;}
.focus2 ul li p{position: absolute;left: 0;top: 0;text-align: center;width: 100%;line-height: 359px;color: #fff;font-size: 22px;}
.focus2 .btn{position: absolute;top:50%;margin-top: -50px;font-size: 50px;color: #fff;display: block;width: 46px;line-height: 100px;text-align: center;background: #000;z-index: 10;opacity: 0.5;}
.focus2 .btn.prve{padding-left: 11px;width: 35px;}
.focus2 .btn.next{right:0;}
.focus2 .btn:hover{opacity: 0.8;}

.lin1 {position: absolute;top:-188px;}
.lin1 span{display: block;width: 10px ;height:100px;background: #006ab6;margin:0 auto;position: absolute;top:188px;left:50%;margin-left: -5px;}
.lin2 {position: absolute;right: -38px;top: -150px;}
.lin2 span{display: block;border: 10px solid #006ab6;height: 300px;width: 30px;border-left: 0;}
.lin3 {position: absolute;left: -40px;top: -220px;}
.lin3 span{display: block;border: 10px solid #006ab6;height: 370px;width: 30px;border-right: 0;}
.lin4 {position: absolute;right: -40px;top: -180px;}
.lin4 span{display: block;border: 10px solid #006ab6;height: 350px;width: 30px;border-left: 0;}

/* 联系我们 */
.contactus{background:#fff;margin-top:20px;margin-bottom: 20px;}
.contactus h2{border-bottom: 1px solid #eee;padding: 20px 25px;margin-bottom: 20px;}
.contactus dl{width:46%;float: left;padding:0 2% 20px ;}
.contactus dl dt{width:250px;float:left;}
.contactus dl dt img{border:1px solid #ddd;}
.contactus dl dd{float:right;width: 245px;}
.contactus dl dd h3{font-size: 18px;padding-bottom: 10px}
.contactus dl dd p{font-size: 14px;color:#999;padding:3px 0; }

.field{position: relative;}
.field .list_t3{position: absolute;left: 0;top: 100px;z-index: 1;}
.field .list_t3 .fl{margin-right: 563px;}
.field .info{margin: 0 auto;z-index: 2;}
.field .conts{position: absolute;top:0;left:0;}
.field .conts .cont{display: none;background: url("../images/lytabbg.jpg");width: 558px;height:484px;}
.field .conts h2{padding:40px 40px 0;font-weight: 800;}
.field .conts h2 a{position: absolute;top:20px;right:40px;font-size: 18px;}
.field .conts img{display: block;margin:20px auto;max-width: 80%;}
.field .conts p{margin:0 40px;font-size: 14px;list-style: 28px;}
@media screen and (min-width:1920px){
    .head .warp{width:97%;/*margin-left: 10px;*/ max-width: 1920px;}
    .head .nav{float:left;}
    .menu .cont{width: 83%;}
    .menu .lemp{width:17%;}
}

@media screen and (max-width:1420px){
	body{font-size: 14px;}
}
/*动效*/
.animate{ 
   -webkit-transition:all 0.1s ease-in-out;
    -moz-transition:all 0.1s ease-in-out;
    -o-transition:all 0.1s ease-in-out;
    -ms-transition:all 0.1s ease-in-out;    
    transition:all 0.1s ease-in-out;
}
.animated {
    -webkit-animation-duration:1s;
    animation-duration:1s;
    -webkit-animation-fill-mode:both;
    animation-fill-mode:both
}
.animated.infinite {
    -webkit-animation-iteration-count:infinite;
    animation-iteration-count:infinite
}
.animated.hinge {
    -webkit-animation-duration:2s;
    animation-duration:2s
}

@-webkit-keyframes pulse {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(1.04);
transform:scale(1.04)
}
100% {
-webkit-transform:scale(1);
transform:scale(1)
}
}
@keyframes pulse {
0% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
50% {
-webkit-transform:scale(1.04);
-ms-transform:scale(1.04);
transform:scale(1.04)
}
100% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
}
.pulse {
    -webkit-animation-name:pulse;
    animation-name:pulse
}

@-webkit-keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-20px);
transform:translateX(-20px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes fadeInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-20px);
-ms-transform:translateX(-20px);
transform:translateX(-20px)
}
100% {
opacity:1;
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.fadeInLeft {
    -webkit-animation-name:fadeInLeft;
    animation-name:fadeInLeft
}
@-webkit-keyframes bounceInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px)
}
60% {
opacity:1;
-webkit-transform:translateX(30px);
transform:translateX(30px)
}
80% {
-webkit-transform:translateX(-10px);
transform:translateX(-10px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes bounceInLeft {
0% {
opacity:0;
-webkit-transform:translateX(-2000px);
-ms-transform:translateX(-2000px);
transform:translateX(-2000px)
}
60% {
opacity:1;
-webkit-transform:translateX(30px);
-ms-transform:translateX(30px);
transform:translateX(30px)
}
80% {
-webkit-transform:translateX(-10px);
-ms-transform:translateX(-10px);
transform:translateX(-10px)
}
100% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.bounceInLeft {
    -webkit-animation-name:bounceInLeft;
    animation-name:bounceInLeft
}
@-webkit-keyframes bounceInRight {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px)
}
60% {
opacity:1;
-webkit-transform:translateX(-30px);
transform:translateX(-30px)
}
80% {
-webkit-transform:translateX(10px);
transform:translateX(10px)
}
100% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
}
@keyframes bounceInRight {
0% {
opacity:0;
-webkit-transform:translateX(2000px);
-ms-transform:translateX(2000px);
transform:translateX(2000px)
}
60% {
opacity:1;
-webkit-transform:translateX(-30px);
-ms-transform:translateX(-30px);
transform:translateX(-30px)
}
80% {
-webkit-transform:translateX(10px);
-ms-transform:translateX(10px);
transform:translateX(10px)
}
100% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
}
.bounceInRight {
    -webkit-animation-name:bounceInRight;
    animation-name:bounceInRight
}
@-webkit-keyframes bounceInUp {
0% {
opacity:0;
-webkit-transform:translateY(2000px);
transform:translateY(2000px)
}
60% {
opacity:1;
-webkit-transform:translateY(-30px);
transform:translateY(-30px)
}
80% {
-webkit-transform:translateY(10px);
transform:translateY(10px)
}
100% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
}
@keyframes bounceInUp {
0% {
opacity:0;
-webkit-transform:translateY(2000px);
-ms-transform:translateY(2000px);
transform:translateY(2000px)
}
60% {
opacity:1;
-webkit-transform:translateY(-30px);
-ms-transform:translateY(-30px);
transform:translateY(-30px)
}
80% {
-webkit-transform:translateY(10px);
-ms-transform:translateY(10px);
transform:translateY(10px)
}
100% {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
}
.bounceInUp {
    -webkit-animation-name:bounceInUp;
    animation-name:bounceInUp
}
@-webkit-keyframes bounceOut {
0% {
-webkit-transform:scale(1);
transform:scale(1)
}
25% {
-webkit-transform:scale(.95);
transform:scale(.95)
}
50% {
opacity:1;
-webkit-transform:scale(1.1);
transform:scale(1.1)
}
100% {
opacity:0;
-webkit-transform:scale(.3);
transform:scale(.3)
}
}
@keyframes bounceOut {
0% {
-webkit-transform:scale(1);
-ms-transform:scale(1);
transform:scale(1)
}
25% {
-webkit-transform:scale(.95);
-ms-transform:scale(.95);
transform:scale(.95)
}
50% {
opacity:1;
-webkit-transform:scale(1.1);
-ms-transform:scale(1.1);
transform:scale(1.1)
}
100% {
opacity:0;
-webkit-transform:scale(.3);
-ms-transform:scale(.3);
transform:scale(.3)
}
}
.bounceOut {
    -webkit-animation-name:bounceOut;
    animation-name:bounceOut
}
@-webkit-keyframes bounceOutDown {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
20% {
opacity:1;
-webkit-transform:translateY(-20px);
transform:translateY(-20px)
}
100% {
opacity:0;
-webkit-transform:translateY(2000px);
transform:translateY(2000px)
}
}
@keyframes bounceOutDown {
0% {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
20% {
opacity:1;
-webkit-transform:translateY(-20px);
-ms-transform:translateY(-20px);
transform:translateY(-20px)
}
100% {
opacity:0;
-webkit-transform:translateY(2000px);
-ms-transform:translateY(2000px);
transform:translateY(2000px)
}
}
.bounceOutDown {
    -webkit-animation-name:bounceOutDown;
    animation-name:bounceOutDown
}
@-webkit-keyframes bounceOutLeft {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
20% {
opacity:1;
-webkit-transform:translateX(20px);
transform:translateX(20px)
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px);
transform:translateX(-2000px)
}
}
@keyframes bounceOutLeft {
0% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
20% {
opacity:1;
-webkit-transform:translateX(20px);
-ms-transform:translateX(20px);
transform:translateX(20px)
}
100% {
opacity:0;
-webkit-transform:translateX(-2000px);
-ms-transform:translateX(-2000px);
transform:translateX(-2000px)
}
}
.bounceOutLeft {
    -webkit-animation-name:bounceOutLeft;
    animation-name:bounceOutLeft
}
@-webkit-keyframes bounceOutRight {
0% {
-webkit-transform:translateX(0);
transform:translateX(0)
}
20% {
opacity:1;
-webkit-transform:translateX(-20px);
transform:translateX(-20px)
}
100% {
opacity:0;
-webkit-transform:translateX(2000px);
transform:translateX(2000px)
}
}
@keyframes bounceOutRight {
0% {
-webkit-transform:translateX(0);
-ms-transform:translateX(0);
transform:translateX(0)
}
20% {
opacity:1;
-webkit-transform:translateX(-20px);
-ms-transform:translateX(-20px);
transform:translateX(-20px)
}
100% {
opacity:0;
-webkit-transform:translateX(2000px);
-ms-transform:translateX(2000px);
transform:translateX(2000px)
}
}
.bounceOutRight {
    -webkit-animation-name:bounceOutRight;
    animation-name:bounceOutRight
}
@-webkit-keyframes bounceOutUp {
0% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
20% {
opacity:1;
-webkit-transform:translateY(20px);
transform:translateY(20px)
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px);
transform:translateY(-2000px)
}
}
@keyframes bounceOutUp {
0% {
-webkit-transform:translateY(0);
-ms-transform:translateY(0);
transform:translateY(0)
}
20% {
opacity:1;
-webkit-transform:translateY(20px);
-ms-transform:translateY(20px);
transform:translateY(20px)
}
100% {
opacity:0;
-webkit-transform:translateY(-2000px);
-ms-transform:translateY(-2000px);
transform:translateY(-2000px)
}
}
.bounceOutUp {
    -webkit-animation-name:bounceOutUp;
    animation-name:bounceOutUp
}
@-webkit-keyframes rotateIn {
0% {
-webkit-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(-200deg);
transform:rotate(-200deg);
}
100% {
-webkit-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(0);
transform:rotate(0);
}
}
@keyframes rotateIn {
0% {
-webkit-transform-origin:center center;
-ms-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(-200deg);
-ms-transform:rotate(-200deg);
transform:rotate(-200deg);
}
100% {
-webkit-transform-origin:center center;
-ms-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(0);
-ms-transform:rotate(0);
transform:rotate(0);
}
}
.rotateIn {
    -webkit-animation-name:rotateIn;
    animation-name:rotateIn
}
@-webkit-keyframes rotateOut {
0% {
-webkit-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(-200deg);
transform:rotate(-200deg);
}
100% {
-webkit-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(-0);
transform:rotate(-0);
}
}
@keyframes rotateOut {
0% {
-webkit-transform-origin:center center;
-ms-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(-200deg);
-ms-transform:rotate(-200deg);
transform:rotate(-200deg);
}
100% {
-webkit-transform-origin:center center;
-ms-transform-origin:center center;
transform-origin:center center;
-webkit-transform:rotate(-0);
-ms-transform:rotate(-0);
transform:rotate(-0);
}
}
.rotateOut {
    -webkit-animation-name:rotateOut;
    animation-name:rotateOut
}

.wh_yuanjing{overflow: hidden; margin: 88px auto;}
.wh_yuanjing .yuanjing_t{width: 544px;float: left;}
.wh_yuanjing .yuanjing_t h2{font-size: 26px;color: #333;font-weight: bold;padding: 36px 0 14px 0;}
.wh_yuanjing .yuanjing_t p{font-size: 16px;color: #666;line-height: 30px;}
.wh_yuanjing span{width: 534px;height: 314px; background-size: cover; float: right;}

.wh_jiazhiguan h2{font-size: 26px;color: #333;text-align: center;font-weight: bold;padding: 58px 0 29px 0;}
.wh_jiazhiguan li{width: 550px;height: 430px;float: left;border: 1px solid #d9d9d9;margin-bottom: 20px;}
.wh_jiazhiguan li:nth-child(2n){float: right;}
.wh_jiazhiguan span{width: 550px;height: 234px;display: block;}
.wh_jiazhiguan ul{overflow: hidden; padding-bottom: 60px;}
.wh_jiazhiguan strong{display: block;font-weight: normal;color: #333;font-size: 22px;padding-bottom: 6px;}
.wh_jiazhiguan li p{font-size: 18px;line-height: 30px;color: #999;padding: 23px;}

.jobbox{background-color: #fff;padding-top: 30px;}
.clear{zoom:1;}
.clear::after{content: "";display: block;clear: both;}
.jobbox .search{border: 1px solid #ccc;margin: 0 auto;display: flex;align-items: center;}
.jobbox .search .searchType{font-size: 14px;color: #666;display: inline-block;float: left;position: relative;background:url("../images/down.png") no-repeat right center;padding: 0 18px;}
.jobbox .searchType span{line-height: 50px;display: inline-block;min-width: 60px;}
.jobbox .searchType .sel{position: absolute;left: -1px;top: 50px;width: 118%;background: #fff;border:1px solid #ccc;border-top: none;overflow: hidden;display: none;}
.jobbox .searchType .sel a{display: block;text-align: center;padding:8px 0;}
.jobbox .search em{width: 1px;height: 26px;background-color: #ccc;margin: 0 16px;}
.jobbox .search input{float: left;width: 86%;border: none;outline: none;height: 48px;}
input::-webkit-input-placeholder { /* WebKit, Blink, Edge */    color:#ccc;}
input::-moz-placeholder { /* Mozilla Firefox 4 to 18 */   color:#ccc;}
input:::-moz-placeholder { /* Mozilla Firefox 19+ */   color:#ccc;}
input::-ms-input-placeholder { /* Internet Explorer 10-11 */   color:#ccc;}
.jobbox .search img{padding-left: 10px;}
.jobbox .options{display: flex;}
.jobbox .options span{font-size: 16px; color: #666666;line-height: 24px;display: inline-block;padding:10px 15px;}
.jobbox .options .active{border: 1px solid #55a22c; border-radius: 12px; color: #55a22c; line-height: 24px;padding: 0 10px;}
.jobbox .options h4{font-size: 16px;color: #666666;font-weight: normal;line-height: 24px;padding: 10px 0;margin:20px 0;white-space:nowrap;flex-shrink: 1;}
.jobbox .options div{padding:20px 0 0;flex:1;margin-left: 20px;}

.jobbox .content{border-top: 1px dashed #ccc;margin-top: 30px;padding-top: 42px;}
.jobbox .content.hide{display: none;}
.jobbox .content h4{font-size: 24px;color: #333;text-align: center;margin-bottom: 36px;font-weight: 600;}
.jobbox .content .box{display: flex;flex-wrap: wrap;}
.jobbox .content .box:after{content: "";display:block;flex:1;}
.jobbox .content .item{border: 1px solid #ccc;width: 265px;margin:0 0 20px 17px;display: table;height: 96px;position: relative;}
.jobbox .content .item .hot{left: 10px;position: absolute;top: 0;}
.jobbox .content .item a{display: table-cell;vertical-align: middle;text-align: center;text-decoration: none;}
.jobbox .content .item:nth-child(4n-3){margin-left: 0;}
.jobbox .content .item a b{display: block;text-align: center;color: #333333;font-size: 16px;padding:0 0 10px;font-weight: normal;}
.jobbox .content .item a span{color: #999; text-align: center; margin-left: 4px;}
.jobbox .content .item a span:after{content: '|';display: inline-block;padding:0 10px;color:#ddd;font-weight: 300;}
.jobbox .content .item a span:last-child:after{display: none;}
.jobbox .content .item:hover{box-shadow: 0 0 8px #9dc3f2;}

.jobbox .detail{display: none;border-top: 1px dashed #ddd;margin-top: 30px;}
.jobbox .detail.show{display: block;}
.jobbox .detail h3{color: #999; font-size: 26px;margin: 40px 0 30px 0;font-weight: 600;position: relative;}
.jobbox .detail h3 a{position: absolute;right: 0;top: 0;font-size: 14px;color: #999;display: flex;align-items: center;font-weight: 500;}
.jobbox .detail h3 a img{width: 24px;margin-right: 3px;}
.jobbox .detail h3 span{color: #0670bb;}
.jobbox .detail h4{font-size: 20px;color: #666;margin-bottom: 16px;}
.jobbox .detail p{font-size: 16px;color: #999;line-height: 10px;margin-bottom: 30px;}
.jobbox .detail .code-box{overflow: hidden;}
.jobbox .detail .text-content img{width: 120px;height: 120px;display: block;float: left;}
.jobbox .detail .neitui{width: 86px; font-size: 16px; padding: 5px 0; text-align: center;background-color: #006AB6;border-radius: 6px;color: #fff;border-style: none;display: block;float: left;margin: 86px 0 0 10px;}
.page a{position: relative;}
.page a i{position: absolute;left: 50%;top: 50%;margin:-25px 0 0 -5px;}

.contactPage{

	padding: 20px 0;

}

.wrapper .contactPage .addressBox{

	width: 456px;

	float: left;

	margin-top: 26px;

}

.wrapper .contactPage .addressBox h2{

	font-weight:normal;

	font-size:24px;

	font-weight: bold;

	color:#00396c;

	letter-spacing:1.5px;

	/* line-height: 62px; */

    text-align: left;

	border-bottom: solid 1px #e4e4e4;

}

.wrapper .contactPage .addressBox li{

	border-bottom: solid 1px #e4e4e4;

	padding: 20px 0;

}

.wrapper .contactPage .addressBox li .tit{

	line-height: 20px;

	font-size: 16px;

	font-weight: bold;

	color: #666666;

    padding: 0px;
}

.wrapper .contactPage .addressBox li .txt{

	line-height: 20px;

	font-size:16px;

	color:#666666;

	margin-top: 10px;

}

.wrapper .contactPage .addressBox li .txt a{

	font-size:16px;

	color:#333333;

}

.wrapper .contactPage .mapBox{

	width: 694px;

	float: right;

	margin: 50px 0 52px 0;

}

.wrapper .contactPage .mapBox .map{

	width: 100%;

	height: 492px;

}

.wrapper .contactPage .mapBox .map #allmap{

	width: 100%;

	height: 492px;

}

.company .wrapper {
    width: 1200px;
}