@charset "utf-8";
/* CSS Document*/
body{text-align: left;padding: 0;margin: 0;font-size: 14px;font-family: 'microsoft yahei';-webkit-text-size-adjust: none;height: auto;color: #333;background: #fff;}
body{overflow-x: hidden;overflow-y: auto;}
div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p{padding: 0;margin: 0;}
pre,code,form,fieldset,legend,input,textarea,p,blockquote,th{padding: 0;margin: 0;}
fieldset{border-top-width: 0;border-left-width: 0;border-bottom-width: 0;border-right-width: 0;}
input{background: none; border: 0 none;}
a img{border: 0;padding: 0;margin: 0;}
i{font-style: normal;}
address,caption,cite,cite,code,dfn,em,th,var{font-weight: normal;font-style: normal;}
li{list-style-type: none;}
caption{text-align: left;}
th{text-align: left;}
h1,h2,h3,h4,h5,h6{font-weight: normal;font-size: 100%;}
q:unknown{content: '';}
input,textarea,select{font-family: inherit;font-size: 100%;}
a:link{color: #333;text-decoration: none;}
a:visited{color: #333;text-decoration: none;}
a:hover{color: #163c8d;text-decoration: none;}
.fl{float: left;}
.fr{float: right;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;font-size: 0;margin: 0;padding: 0;display: block;_height: 0;overflow: hidden;}
/*清除浮动*/
.clearfix{*zoom: 1;}
.clearfix:after{visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0;}
/*网站公用样式表*/
.w1200{width: 1200px;margin: 0 auto;}
/*header_main*/
.header_main{position: absolute;width: 100%;height: 110px;z-index: 998;}
.header_main .header{max-width: 1920px;margin: 0 auto;}
.header_main .logo{display: block;margin-top: 20px;margin-left: 40px;}
.header_main .logo img{display: block;}
.header_main .nav{height: 30px;padding-top: 60px;margin-right: 50px;}
.header_main .list{position: relative;}
.header_main .nav li{float:left;width: 120px;display: block;position: relative;z-index: 10;text-align: center;}
.header_main .nav li h3{float:left;text-align: center;line-height: 30px;height: 100%;width: 100%;}
.header_main .nav li h3 a{font-size: 18px;font-weight: bold;color: #163c8d;height:100%;}
.header_main .nav li:hover h3 a, .header_main .nav li.hover h3 a{color: #fff;}
.header_main .nav dl{width: 100%;background: #163c8d;left: 0;top: 100%;z-index: 12;padding: 5px 0;}
.header_main .nav dl{position: absolute;filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.header_main .nav li:hover dl{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.header_main .nav dl dd{line-height: 35px;text-align: center;}
.header_main .nav dl dd:-child{border: none;}
.header_main .nav dl dd a{display: block;width: 100%;color: #fff;}
.header_main .nav dl dd a:hover{color: #fff;background-color: #0f2a62;}
/*banner_main*/
.banner{width:100%;max-width: 1920px;position:relative;overflow:hidden;z-index:0;}
.banner .swiper-slide img{width: 100%;display:block;}
#banner .tip{width:1000px;height: 15px;line-height:0;font-size:0;text-align:center;position:absolute;left:50%;margin-left:-500px;bottom:20px;z-index:3;}
#banner .tip span{width: 13px;height: 13px;margin: 0 5px;display:inline-block;font-size: 0;cursor: pointer;border: 1px solid #163c8d;background: none;border-radius: 0;opacity: 1;transition: all .5s;}
#banner .tip span.swiper-pagination-bullet-active{background: #163c8d;}
#banner #btn_prev,#banner #btn_next{width: 100px;height: 100px;position:absolute;top:50%;z-index:5;margin-top: -50px;opacity: .3;background-position: center;background-repeat: no-repeat;}
#banner #btn_prev{background-image: url(../images/prev.png);left: 0;}
#banner #btn_next{background-image: url(../images/next.png);right: 0;}
#banner #btn_prev:hover,#banner #btn_next:hover {opacity: 1;}
/*nybanner*/
.nybanner{width: 100%;height: 340px;overflow: hidden;background-position: center;background-repeat: no-repeat;background-image: url(../images/nybanner.jpg);}
/*******index css*******/
/*标题样式*/
.index .title{position: relative;height: 90px;line-height: 90px;text-align: center;background: url(../images/tit_bg1.png) no-repeat center center;}
.index .title h3{font-size: 25px;color: #163c8d;}
.index .title h3 span{font-weight: bold;margin-left: 10px;}
.index .title .more{position: absolute;right: 0;top: 32px;display: block;width: 80px;height: 30px;border-radius: 3px;z-index: 1;background: url(../images/more-1.png) no-repeat center center;}
.index .title .more:hover{opacity: .6;}
/*左右按钮*/
.index .hd{position: absolute;width: 100%;}
.index .hd span{position: absolute;display: block;width: 25px;height: 48px;cursor: pointer;opacity: .5;transition: all .5s;}
.index .hd .prev{left: -45px;}
.index .hd .next{right: -45px;}
.index .hd .prev:after,.index .hd .prev:before,
.index .hd .next:after,.index .hd .next:before{content:"";display: block;position: absolute;top: 19px;width: 33px;height: 4px;border-radius: 10px;background: #163c8d;transition: all .5s;}
.index .hd .prev:after,.index .hd .next:after{-webkit-transform: rotate(45deg);-moz-transform: rotate(45deg);-o-transform: rotate(45deg);transform: rotate(45deg);}
.index .hd .prev:before,.index .hd .next:before{-webkit-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-o-transform: rotate(-45deg);transform: rotate(-45deg);}
.index .hd .prev:after{left: -4px;top: 33px;}
.index .hd .prev:before{left: -4px;top: 12px;}
.index .hd .next:after{left: -4px;top: 12px;}
.index .hd .next:before{left: -4px;top: 33px;}
.index .hd .prev:hover,.index .hd .next:hover{opacity: 1;}
/*关于我们*/
.index_about{margin-top: -50px;position: relative;}
.index_about img{position: relative;width: 415px;float: left;z-index: 2;}
.index_about .txt{width: 60%;margin-top: 130px;}
.index_about .txt h3{position: relative;height: 90px;font-size: 30px;line-height: 90px;color: #333;background: url(../images/tit_bg1.png) no-repeat 83px center;}
.index_about .txt h3 span{margin-left: 24px;color: #163c8d;}
.index_about .txt h3 .more-1{position: absolute;right: 0;top: 32px;display: block;width: 80px;height: 30px;border-radius: 3px;z-index: 1;background: url(../images/more-1.png) no-repeat center center;}
.index_about .txt h3 .more-1:hover{opacity: .6;}
.index_about .txt p{line-height: 26px;font-size: 14px;color: #666;margin-top: 40px;height: 130px;text-align: justify;overflow: hidden;}
.index_about .txt .more-2{width: 100px;height: 35px;line-height: 35px;text-align: center;background: #163c8d;display: block;color: #fff;font-size: 14px;margin-top: 48px;}
.index_about .txt .more-2:hover{background: #0f2a62;}
/*业务领域*/
.index_field{padding: 50px 0;margin: 70px 0;background: #163c8d;}
.index_field .title{background-image: url(../images/tit_bg2.png);}
.index_field .title h3{color: #fff;}
.index_field .title .more{background-image: url(../images/more-2.png);}
.index_field .box{position: relative;margin: 70px 0;}
.index_field .box .bd{overflow: hidden;}
.index_field .box .hd span{top: -200px;}
.index_field li{width: 25%;float: left;background: rgba(0,0,0,.3);transition: all .5s;}
.index_field li:hover{background: #333;}
.index_field li ins{display: block;padding: 40px;text-decoration: none;color: #fff;border-right: 1px solid rgba(255,255,255,.2);}
.index_field li em{display: block;width: 20px;margin-bottom: 10px;border-top: 2px solid #fff;}
.index_field li h2{font-size: 25px;font-weight: bold;}
.index_field li a{color: #fff;}
.index_field li h3{text-transform: uppercase;font-size: 28px;font-weight: bold;line-height: 1;width: 68%;}
.index_field li div{margin-top: 13px;padding-top: 40px;height: 120px;overflow: hidden;background: url(../images/bg010.png)no-repeat top left;}
.index_field li div a{display: block;width: 50%;float: left;color: #fff;line-height: 30px;font-size: 12px;}
.index_field li div a:hover{/* color: #163c8d; */}
.index .index_field .hd .prev:after,.index .index_field .hd .prev:before,
.index .index_field .hd .next:after,.index .index_field .hd .next:before{background: #fff;}
/*律师团队*/
.index_team .box{position: relative;margin-top: 70px;}
.index_team .box .bd{overflow: hidden;}
.index_team .box .hd span{top: -233px;}
.index_team li{float: left;width: 277px;margin-right: 30px;}
.index_team li a{position: relative;display: block;text-align: center;height: 410px;overflow: hidden;border: 3px solid #eee;}
.index_team li:hover a{border: 3px solid #163c8d;}
.index_team li a img{width: 100%;height: 354px;}
.index_team li h3{color: #444;font-size: 20px;line-height: 53px;}
.index_team li p{color: #999;font-size: 12px;line-height: 1.6em;height: 75px;text-align: justify;overflow: hidden;padding: 0px 20px;}
.index_team li div{height: 197px;margin-top: -150px;position: relative;background: #fff;transition: all .5s;border-top: 3px solid #fff;}
.index_team li:hover div{margin-top: 0;border-top: 3px solid #EED89E;}
.index_team li span{display: block;width: 100px;height: 30px;line-height: 30px;border: 1px solid #163c8d;margin: 20px auto;background-color: #163c8d;color: #fff;}
.index_team.list{padding-top: 30px;}
.index_team.list li{margin-bottom: 30px;}
.index_team.list li:nth-child(4n){margin-right: 0;}
/*新闻资讯*/
.index_news{width:100%;overflow: hidden;margin-top: 95px;margin-bottom: 50px;}
.index_news .title{margin-bottom: 50px;}
.index_news .list{width:380px; height: auto; display: block; overflow: hidden; float: left; margin-right: 28px;}
.index_news .list:last-child{margin-right: 0;}
.index_news .list .img{ width:100%; height: 230px;  display: block; overflow: hidden;}
.index_news .list .img img{width:100%;height: 100%;transform: scale(1);transition: all .5s;}
.index_news .list .img:hover img{transform: scale(1.05);}
.news_list_title{width:100%; height: auto; display: block; overflow: hidden; padding: 10px 0px;}
.news_list1_l{width:342px; float: left; height: 100%;}
.news_list1_l img{ float: left;}
.news_list1_l h4{ font-size:15px;  color: #555; font-weight: bold;}
.news_list1_l p{ font-size: 12px; color:#999}
.news_list1_l div{ margin-left: 40px;}
.news_list1_l div p{width:100%;height: 20px;line-height: 20px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;transition: all .5s;}
.news_list1_l div h4{width:100%;height: 20px;line-height: 20px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;transition: all .5s;}
.news_list_title .jia{ float: right; width:14px; height: 14px; margin-top: 10px;}
.index_news .list ul{width:100%; height: auto;  display: block; overflow: hidden; margin-top: 10px;}
.index_news .list ul li{height: 30px;line-height: 30px;display: block;overflow: hidden;background: url(../images/hx.png) no-repeat left;padding-left:15px;transition: all .5s;}
.index_news .list ul li p{width: 78%;height: 100%;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;font-size: 14px;color: #333;float: left;transition: all .5s;}
.index_news .list ul li time{float: right;font-size: 12px;color:#999;transition: all .5s;}
.index_news .list ul li:hover p{color: #163c8d;}
.index_news .list ul li:hover{background: url(../images/lx.png) no-repeat left;}
.index_news .list ul li:hover time{color: #336db6;}
.news_list_title:hover h4,.news_list_title:hover p{color: #163c8d;}
/*在线地图*/
.index_map{width:100%; height: 400px; overflow: auto; position: relative}
.index_map .map{width:100%; height: 100%; position: absolute; top: 0px; left: 0;}
.index_map .index_wx{width: 213px;height: 283px;background: #fff;border: 1px solid #bababa;text-align: center;position: relative;float: left;margin-top: 80px;margin-right: 20px;border-radius: 10px;box-shadow: 0 5px 10px 0 rgba(0,0,0,0.4);}
.index_map .index_wx .f2{width: 120px;height: 120px;background: #eee;border-radius: 5px;padding: 10px;margin:35px auto 10px;}
.index_map .index_wx .f2 img{width:100%; height: 100%;}
.index_map .index_wx p{width:100%; height: 35px; line-height: 35px; font-size: 14px; color: #1f1f21; margin-bottom: 10px;}
.index_map .index_wx .f1{position: absolute; top: -15px; left: 50%; margin-left:-18px;  }
/*footer*/
.footer{padding: 70px 0;background: #282828;}


.footer .tel{padding-left: 70px;background: url(../images/vvb4.png)no-repeat top left;}
.footer .tel h3{font-size: 20px;color: #163c8d;font-weight: bold;}
.footer .tel p{color: #163c8d;margin: 10px 0;}
.footer .tel p span{display: block;float: left;line-height: 30px;}
.footer .tel p em{display: block;width: 120px;line-height: 25px;background: #163c8d;color: #282828;float: left;text-align: center;font-style: normal;font-size: 15px;margin-left: 10px;}
.footer .tel img{margin-top: 20px;}
.footer .contact{float: left;margin-left: 50px;padding: 10px;border: 1px solid #444;width: 30%;}
.footer .contact span{border-right: 1px solid #555;width: 30px;display: block;float: left;color: #163c8d;margin-right: 10px;}
.footer .contact p{font-size: 12px;color: #888;line-height: 2em;}
.footer .fnav{width: 15%;margin-left: 5%;}
.footer .fnav h3{font-size: 20px;color: #163c8d;font-weight: bold;}
.footer .fnav em{color: #163c8d;font-style: normal;display: block;margin-bottom: 6px;}
.footer .fnav li{float: left;width: 50%;}
.footer .fnav li a{display: block;line-height: 30px;font-size: 12px;color: #888;}
.footer .fnav li:hover a{color: #163c8d;}
.footer .ewm{width: 20%;text-align: center;border-left: 1px solid #555;}
.footer .ewm img{width: 100px;height: 100px;}
.footer .ewm p{color: #999;line-height: 3em;}
.footer .ewm span{display: block;width: 138px;margin: 0 auto;color: #666;font-size: 12px;}
.footer .copyright{margin-top: 50px;position: relative;}
.footer .copyright p{width: 90%;line-height: 2;color: #666;font-size: 12px;}
.footer .copyright a{color: #666;}
.footer .copyright .links{text-align: left;}
.footer .copyright .links dd,.footer .copyright .links dt{display: inline-block;float: none;color: #666;margin-right: 10px;}
.footer .copyright .links dd,.footer .copyright .links dt{*display:inline;}
.footer .copyright .links dd a{font-size: 12px;color: #666;}
.footer .copyright .links dd a:hover{color: #B3903F;}
.footer .copyright .line{position: absolute;width: 94%;border-top: 1px solid #3A3838;top: 36px;right: 70px;}
.footer .copyright .top{position: absolute;width: 65px;height: 16px;line-height: 16px;font-size: 12px;border: 1px solid #163c8d;right: 0;top: 27px;color: #163c8d;text-align: center;cursor: pointer;}
/********toolbar*********/
.toolbar{position: fixed;top: 50%;right: 1%;margin-top: -163px;z-index: 100;width: 80px;}
.toolbar dd{position: relative;float: left;width: 80px;height: 80px;background: #163c8d;margin-top: 2px;border-radius: 5px;color: #fff;font-size: 14px;line-height: 21px;text-align: center;cursor: pointer;transition: all .5s;}
.toolbar dd:first-child{margin-top: 0;}
.toolbar dd i{width: 100%;height: 30px;display: block;margin-top: 13px;background: url(../images/toolbar.png) no-repeat center 0;}
.toolbar dd.qq i{background-position-y: 0;}
.toolbar dd.tel i{background-position-y: -30px;}
.toolbar dd.code i{background-position-y: -60px;}
.toolbar dd.top i{background-position-y: -90px;}
.toolbar dd span{display: block;color: #fff;}
.toolbar dd.tel .box{position: absolute;top: 0;width: 190px;right: -200px;height: 100%;margin-right: 10px;border-radius: 5px;background: #163c8d;opacity: 0;transition: all .5s;}
.toolbar dd.tel .box p{font-size: 14px;margin: 15px auto 7px;}
.toolbar dd.tel .box h3{font-size: 18px;font-weight: bold;}
.toolbar dd.tel .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #163c8d;border-width: 9px;width: 0;height: 0;position: absolute;top: 50%;margin-top: -9px;right: -18px;margin-left: -12px;}
.toolbar dd.code .box{position: absolute;top: 0;width: 162px;right: -172px;height: 162px;margin-right: 10px;border-radius: 5px;background: #163c8d;opacity: 0;transition: all .5s;}
.toolbar dd.code .box img{width: 140px;height: 140px;padding: 11px;}
.toolbar dd.code .box:after{display: block;content: " ";border-style: solid dashed dashed dashed;border-color: transparent  transparent transparent #163c8d;border-width: 9px;width: 0;height: 0;position: absolute;top: 30px;right: -18px;margin-left: -12px;}
.toolbar dd:hover{background: #333;}
.toolbar dd.tel:hover .box{opacity: 1;right: 80px;}
.toolbar dd.code:hover .box{opacity: 1;right: 80px;}
.local{height: 60px;line-height: 60px;overflow: hidden;}
.local ul{float: right;margin-right: 60px;}
.local ul li{padding: 0 25px;float: left;}
.local ul li a{position: relative;display: block;padding: 0 15px;overflow: hidden;color: #363636;}
.local ul li a i{width: 0;height: 3px;background: #3b3a45;position: absolute;left: 50%;opacity: 0;filter: alpha(opacity=0);bottom: 0;transition: ease-in .2s;}
.local ul li a.hover,
.local ul li a:hover{color: #363636;}
.local ul li a.hover i,
.local ul li a:hover i{left: 0;opacity: 1;filter: alpha(opacity=100);width: 100%;}
.bg_main{padding-bottom: 50px;min-height: 640px;}
.bg_bottom_main{background: #eaeaea;height: 100px;}
.sub_banner{height: 200px;width: 100%;}
.sub_nav{height: 35px;line-height: 35px;padding-bottom: 20px;border-bottom: 1px solid #f2f2f2;padding-top: 20px;}
.sub_nav .fl{font-size: 30px;}
.sub_nav .fr li{float: left;}
.sub_nav .fr li a{font-size: 12px;line-height: 33px;padding: 0 15px;border: 1px solid #e6e6e6;display: block;margin-left: 10px;transition: ease-in-out .2s;}
.sub_nav .fr li a:hover,
.sub_nav .fr li a.hover{background: #163c8d;color: #fff;border: 1px solid #163c8d;}
.bg_main .menu_pro{line-height: 52px;position:relative;z-index:1;text-align: center;padding-top: 50px;}
.bg_main .menu_pro li{height: 40px;line-height: 40px;margin: 5px;display: inline-block;}
.bg_main .menu_pro li a{display: block;border: 1px solid #dcdcdc;text-align: center;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;overflow: hidden;height: 40px;line-height: 40px;padding: 0 10px;}
.bg_main .menu_pro li:hover a,.bg_main .menu_pro li.hover a{border: 1px solid #163c8d;color: #fff;background: #163c8d;}
.news{padding-top: 50px;}
.bg_main .news_ul{width:1200px; margin:0 auto; padding-bottom: 40px; padding-top: 12px;}
.bg_main .news_ul li{padding: 37px 0; border-bottom: 1px solid #eaeaea; position:relative;}
.bg_main .news_ul li .box1{width: 253px;height: 190px;overflow: hidden;}
.bg_main .news_ul li .box1 img{width: 253px;height: 190px;transition: ease-in-out .9s;}
.bg_main .news_ul li .box2{padding-left: 42px;width: 759px;padding-top: 30px;}
.bg_main .news_ul li .box2 h1{font-size: 20px;color: #333;height: 26px;line-height: 26px;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.bg_main .news_ul li .box2 p{color: #666;line-height: 24px;padding-top:10px;height: 75px;}
.bg_main .news_ul li .box2 span{font-size: 12px; color: #999;}
.bg_main .news_ul li .right{padding-right: 15px;padding-top: 55px;text-align: center;}
.bg_main .news_ul li .right h3{font-size: 36px; color: #999; font-weight: 100;}
.bg_main .news_ul li .right p{font-size: 24px; color: #bbb; padding-top:10px;}
.bg_main .news_ul li a{display: block; cursor: pointer; width: 100%; height: 100%;}
.bg_main .news_ul li a:hover img{transform: scale(1.1); -webkit-transform: scale(1.1);}
.bg_main .news_ul li a:hover h1{color: #163c8d;}
.bg_main .news_ul li b{display:block; width:100px; height:30px; border:#ccc solid 1px; text-align:center; line-height:30px; font-weight:normal; position:absolute; right: 12px;top: 161px;}
.detail{padding-top: 50px;}
.detail .title{padding-bottom: 20px;border-bottom: 1px solid #f2f2f2;text-align: center;}
.detail .title h1{font-size: 30px;font-weight: 100;}
.detail .title span{line-height: 18px;font-family: arial;color: #959595;margin: 0 5px;}
.detail .title i{width: 23px;height: 16px;background-position: -73px 0;margin-right: 10px;}
.detail .title .i2{background-position: -104px 0;margin-left: 30px;}
.detail .context{color: #666;line-height: 30px;text-align: justify;padding: 25px 0;}
.detail .context img{max-width: 1200px;}
/* reLink*/
.reLink{height: 38px;line-height: 38px;border: 1px solid #e6e6e6;padding: 0 15px;margin-bottom: 50px;}
.reLink .nextLink,
.detail .reLink .prevLink{width: 50%;}
.reLink .nextLink{text-align: right;}
.reLink a{-webkit-transition: all ease 500ms;-moz-transition: all ease 500ms;-ms-transition: all ease 500ms;-o-transition: all ease 500ms;transition: all ease 500ms;}
.reLink a:hover{color: #052f67;}
/* pager*/
.pager{padding: 30px 0 30px;text-align: center;*zoom: 1;*padding: 40px 0 30px;}
.pager:after{visibility: hidden;display: block;font-size: 0;content: " ";clear: both;height: 0;}
.pager p{height: 26px;line-height: 26px;display: inline-block;*display: inline;*zoom: 1;display: none;}
.pager ul{display: inline-block;*display: inline;*zoom: 1;overflow: hidden;}
.pager ul li{float: left;margin: 0 5px;padding: 0 !important;height: auto !important;border: none !important;}
.pager ul a{line-height: 30px;padding: 0 10px;transition: all ease 300ms;color: #000000;text-decoration: none;float: left;border: 1px solid #ddd;}
.pager ul a.current,
.pager ul a:hover{color: #fff;border: 1px solid #0a408a;background: #0a408a;}
.contact .box1{line-height: 18px;padding: 48px 0 0px;overflow: hidden;}
.contact .box1 ul{width: 125%;}
.contact .box1 li{float: left;width: 230px;margin-right: 250px;}
.contact .box1 li i{width: 56px;height: 56px;background-position: -142px 0;float: left;}
.contact .box1 li b{font-size: 18px;font-family: arial;font-weight: 100;}
.contact .box1 li td{vertical-align: middle;height: 56px;padding-left: 5px;}
.contact .box1 .l2 i{background-position: -204px 0;}
.contact .box1 .l3 i{background-position: -267px 0;}
.contact .box2{margin-bottom: 75px;}
.contact .box2 #map1_container,
.contact .box2 #allmap1{width: 100%;height: 400px;}
.contact .box3 h1{font-size: 36px;padding-bottom: 15px;text-align: center;}
.contact .box3 p{font-size: 16px;color: #828282;line-height: 24px;padding-bottom: 46px;text-align: center;}
.contact .box3 b{color: #163c8d;}
.formData{padding-bottom: 20px;}
.formData .item{float: left; color: #999; font-weight: normal; width: 560px; height: 50px; line-height: 50px; border: 1px solid #e5e5e5; margin-right: 76px; margin-bottom: 30px; position: relative;}
.formData .item label{padding-left: 15px;position: absolute;left: 0;top: 0;z-index: 11;text-align: center;display: block;margin: 0;height: 50px;line-height: 50px;font-size: 18px;color: #cccccc;}
.formData .item input{outline: none; line-height: 38px; height: 38px; font-size: 18px;}
.formData .item .txt{width: 355px; height: 50px; line-height: 50px; display: block; background: none; padding-left: 70px; border: 0 none; color: #333;}
.formData .item .red{position: absolute; right: 15px; top: 0; color: #ff0000; z-index: 11;}
.formData .item.mr0{margin-right: 0;}
.formData .msg-box{position: absolute; left: 0; top: 0px;}
.formData .liuyan{width: 1198px; height: 240px; border: 1px solid #e5e5e5; float: left;}
.formData .liuyan label{text-align: right; display: block;}
.formData .liuyan textarea{width: 1178px;height: 214px;line-height: 28px;padding: 12px 10px;text-indent: 100px;font-size: 18px;font-family: "microsoft yahei";color: #333;border: 0 none;overflow: hidden;background: none;resize: none;display: block;outline: none;}
.formData .bot{width: 100%;}
.formData .sub{width: 232px;line-height: 46px;border: 2px solid #163c8d;margin-right: 2px;text-align: center;background: #163c8d;color: #FFF;cursor: pointer;font-size: 18px;display: block;-webkit-transition: all ease 300ms;-moz-transition: all ease 300ms;-ms-transition: all ease 300ms;-o-transition: all ease 300ms;transition: all ease 300ms;}
.formData .sub:hover{background: none;color: #163c8d;}
.formData .yzm{width: 432px;}
.formData .yzm .txt{padding-left: 80px;}
.formData .yzm img{position: absolute;right: 3px;top: 3px;border: 0px;display: block;}
.about .box1{padding-top: 105px;padding-bottom: 100px;overflow: hidden;}
.box1_add{padding: 70px 0;}
.about .box1 .fl{padding-top: 32px;}
.about .box1 .fl h1{font-size: 80px;text-transform: uppercase;font-family: arial;line-height: 80px;}
.about .box1 .fl p{font-size: 24px;padding-bottom: 88px;}
.about .box1 .fl i{width: 54px;height: 54px;background-position: 0 -99px;cursor: pointer;position: relative;display: block;float: left;}
.about .box1 .fl i img{position: absolute;left: 20px;bottom: 56px;width: 0px;height: 0px;opacity: 0;filter: alpha(opacity=0);transition: ease-in-out .2s;}
.about .box1 .fl i:hover img{filter: alpha(opacity=100);opacity: 1;left: 0;height: 80px;width: 80px;}
.about .box1 .fl .i2{background-position: -58px -99px;margin-left: 20px;}
.about .box1 .fr{width: 611px;}
.about .box1 .fr h1{font-size: 24px;font-weight: 100;}
.about .box1 .fr span{display: block;background: #b0b0b0;width: 20px;height: 2px;margin: 13px 0 24px;}
.about .box1 .fr h2{font-size: 18px;}
.about .box1 .fr p{line-height: 30px;padding-top: 12px;}
.about .box1 .fr i{width: 54px;height: 54px;background-position: -59px -35px;margin-top: 35px;transition: ease-in-out .2s;}
.about .box1 .fr a:hover{cursor: pointer;}
.about .box1 .fr a:hover i{margin-left: 15px;}
.about .bg_20{height: 20px;width: 100%;background: #eaeaea;}
.about .box2{padding-bottom: 94px;}
.about .box2 .con{margin-top: 40px;}
.about .box2 .con .fl{width: 410px;height: 428px;overflow: hidden;}
.about .box2 .con .fl img{width: 410px;height: 428px;}
.about .box2 .con .fr .img{width: 380px;height: 214px;overflow: hidden;display: block;}
.about .box2 .con .fr .img img{width: 380px;height: 214px;transition: .9s;}
.about .box2 .con .fr .p{display: block;padding-left: 20px;width: 360px;height: 214px;}
.about .box2 .con .fr .p h1{font-size: 24px;line-height: 60px;font-weight: 100;}
.about .box2 .con .fr .p i{width: 54px;height: 54px;background-position: -59px -35px;margin-top: 35px;transition: ease-in-out .2s;}
.about .box2 .con .fr li:hover{cursor: pointer;}
.about .box2 .con .fr li:hover h1,
.about .box2 .con .fr li:hover p{color: #333;}
.about .box2 .con .fr li:hover i{margin-left: 15px;}
.about .box2 .con .fr li{float: left;}
.about .box2 .con .fr li:hover img{transform: scale(1.1);-webkit-transform: scale(1.1);}
.about .box3{background: url(../images/about_bg.jpg) center top no-repeat;width: 100%;height: 457px;padding-top: 93px;}
.about .box3 .w1200{overflow: hidden;}
.about .box3 .fl{width: 500px;}
.about .box3 .fl h1{font-size: 36px;color: #fff;font-weight: 100;padding-bottom: 25px;}
.about .box3 .fl span{display: block;width: 40px;height: 2px;background: #ffd200;margin-bottom: 25px;}
.about .box3 .fl p{color: #fff;line-height: 24px;}
.about .box3 .fl i{width: 54px;height: 54px;cursor: pointer;background-position: 0px -35px;margin-top: 35px;transition: ease-in-out .2s;}
.about .box3 .fl a:hover i{margin-left: 15px;}
.about .box3 .fr .picScroll-left{overflow: hidden;position: relative;margin-top: 68px;height: 225px;width: 620px;}
.about .box3 .fr .picScroll-left .hd{overflow: hidden;}
.about .box3 .fr .picScroll-left .hd .prev,
.about .box3 .fr .picScroll-left .hd .next{display: block;left: 0;top: 50%;margin-top: -36px;width: 30px;height: 72px;position: absolute;z-index: 10;background-position: -133px -67px;cursor: pointer;display: none;}
.about .box3 .fr .picScroll-left .hd .next{left: auto;right: 0;background-position: -164px -67px;}
.about .box3 .fr .picScroll-left:hover .hd .prev,
.about .box3 .fr .picScroll-left:hover .hd .next{display: block;}
.about .box3 .fr .picScroll-left .hd ul{float: right;overflow: hidden;margin-top: 10px;zoom: 1;}
.about .box3 .fr .picScroll-left .hd ul li{float: left;width: 9px;height: 9px;overflow: hidden;margin-right: 5px;text-indent: -999px;cursor: pointer;background: url("../images/icoCircle.gif") 0 -9px no-repeat;}
.about .box3 .fr .picScroll-left .hd ul li.on{background-position: 0 0;}
.about .box3 .fr .picScroll-left .bd ul{overflow: hidden;zoom: 1;}
.about .box3 .fr .picScroll-left .bd ul li{margin-right: 20px;float: left;_display: inline;overflow: hidden;text-align: center;}
.about .box3 .fr .picScroll-left .bd ul li img{width: 300px;height: 225px;}
.bg_top{height: 50px;background: #eaeaea;width: 100%;}