/**输入框placeholder**/
.input_color1::-webkit-input-placeholder { color:#585a58; }
.input_color1:-moz-placeholder { color:#585a58; }
.input_color1:-ms-input-placeholder { color:#585a58; }
/***小样式***/
/**盒子模型类**/
*,input,textarea,button {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
*:before,
*:after { -webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box; position: relative;overflow-x: hidden; }
.b-s-b{ box-sizing:border-box; }
.b-s-c{ box-sizing:content-box; }
.flex{ display:flex; flex-wrap:wrap; }
.f-s-n{ font-style:normal; }
/***文字内容***/
.textover{overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
.textovers{ overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;}
.t-center{ text-align: center; }
.t-left{ text-align: left; }
.t-right{ text-align: right; }
/***居中辅助类***/
.x-half{ transform: translateX(-50%); -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); }
.y-half{ transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.xy-half{ transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
.vmd{ display: inline-block; vertical-align: middle; }
/***过渡效果***/
.animate8s{ transition: all 0.8s linear; -webkit-transition: all 0.8s linear; -moz-transition: all 0.8s linear; -ms-transition: all 0.8s linear; -o-transition: all 0.8s linear; }
.animate5s{ transition: all 0.5s linear; -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear; -ms-transition: all 0.5s linear; -o-transition: all 0.5s linear; }
.animate3s{ transition: all 0.3s linear; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s linear; -ms-transition: all 0.3s linear; -o-transition: all 0.3s linear; }
/***颜色类***/
/**背景色**/
.bg0{ background-color: #ffffff; }
.bg1{ background-color: #f8f8f8; }
.bg2{ background-color: #f2f2f2; }
.bg3{ background-color: #f6f6f6; }
.bg4{ background-color: #fafafa; }
/**文字颜色**/
.colr_main{ color:#3866ff; }
.colr_main2{ color:#ffaa00; }
.colr_main3{ color:#ff0000; }
.colrf{ color:#fff; }
.colr0{ color:#000; }
.colr1{ color:#111; }
.colr2{ color:#222; }
.colr3{ color:#333; }
.colr4{ color:#444; }
.colr5{ color:#555; }
.colr6{ color:#666; }
.colr7{ color:#777; }
.colr8{ color:#888; }
.colr9{ color:#999; }
/***盒子间距类***/
.mb1{ margin-bottom:.3rem; }
.mt1{ margin-top:.15rem; }
.pad1{ padding:.15rem; }
.pad1_1{ padding-left:.15rem; padding-right:.15rem; }
.pad1_2{ padding-top:.15rem; padding-bottom:.15rem; }
/**工具类**/
.o-hide{ overflow: hidden; }
.imgBox{ overflow: hidden; }
.imgBox img{ display: block; transform: scale(1); -webkit-transform: scale(1); -ms-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); }
.imgBox.imgh:hover img,
.imgh.imgBox:hover img,
.imgh:hover .imgBox img{ transform: scale(1.05); -webkit-transform: scale(1.05); -ms-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); }
.Br5{ border-radius:.05rem; -webkit-border-radius:.05rem; }
.Br3{ border-radius:.03rem; -webkit-border-radius:.03rem; }
.b-shadow{ box-shadow:0 0 .1rem rgba(0,0,0,0.08); }
.icons{ background-image:url(../images/icons.png); background-repeat:no-repeat; }
.icons_before::before{ content:""; background-image:url(../images/icons.png); background-repeat:no-repeat; }
.icons_after::after{ content:""; background-image:url(../images/icons.png); background-repeat:no-repeat; }
/**浮动类**/
.f_l{ float: left; display: inline-block; }
.f_r{ float: right; display: inline-block; }
/*清楚浮动*/
.clear{ clear:both; height:0; overflow:hidden;}
.clearfix:after{ content: "."; display: block; height: 0; visibility: hidden; clear: both; font-size: 0;}
.clearfix { zoom: 1; }

/***内容区域***/
.container{ width:12.3rem; max-width:100%; margin:0 auto; padding-left:.15rem; padding-right:.15rem; }

/**skype**/
.swcSignIn ,.swcSignIn *{ box-sizing: content-box; }

/**导航**/
#Header{ position:fixed; z-index:9; width:100%; top:0; left:0; background:transparent; }
#Header .PBox{ padding:.43rem 0; position: relative; }
#Header .t-cell{ display:table-cell; height:.5rem; vertical-align:middle; }
#Header .logo{ display:inline-block; }
#Header .logo img{ height:.44rem; }
#Header .MenuBox{ display:inline-block; }
#Header .MenuBox .Menu{}
#Header .MenuBox .Menu li{ display:inline-block; position:relative; }
#Header .MenuBox .Menu li+li{ margin-left:.35rem; }
#Header .MenuBox .Menu .title{ display:block; font-size:.16rem; color:#333333; line-height:.34rem; text-transform:uppercase; }
#Header .MenuBox .Menu .on .title{ color:#f4770a; }
#Header .SearchForm{ margin-top:-.15rem; position: absolute; height:.5rem; width:100%; left:0; top:.43rem; background:#fff; transform:scale(0); -webkit-transform:scale(0); -moz-transform:scale(0); -ms-transform:scale(0); margin-top:-.1rem; opacity:0; transition:opacity .3s,margin .3s; -webkit-transition:opacity .3s,margin .3s; -moz-transition:opacity .3s,margin .3s; -ms-transition:opacity .3s,margin .3s; }
#Header .SearchForm .form{ display:block; height:100%; }
#Header .SearchForm .form .Key{ display:block; width:100%; height:.5rem; line-height:.5rem; padding:0 .3rem 0 .5rem; font-size:.16rem; color:#666 }
#Header .SearchForm .form .submit{ position: absolute; width:.5rem; height:100%; top:0; left:0; cursor:pointer; background:url(../images/icon_search.png) no-repeat center; }
#Header .SearchForm .form .exit{ position: absolute; display:block; right:0; top:0; height:100%; width:.3rem; line-height:.5rem; display:block; text-align:center; font-size:.18rem; cursor:pointer; }
.ShowSeach #Header .SearchForm{ transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); margin-top:0; opacity:1; }
.SmallHeader #Header{ background:#fff; }
.SmallHeader #Header .logo img{ height:.36rem; }
.SmallHeader #Header .PBox{ padding:.15rem 0; }
.SmallHeader #Header .SearchForm{ top:.15rem; }

/**侧边栏**/
#Nav{ position: fixed; right:.2rem; bottom:15%; width:.75rem; z-index:8; background-color:#cccccc; }
#Nav .a{ display:block; text-align:center; color:#fff; height:.75rem; padding-top:.2rem; background:transparent; }
#Nav .icon{ display:block; background-repeat:no-repeat; background-position:center; width:.2rem; height:.2rem; margin:0 auto .02rem; }
#Nav .skype .icon{ background-image:url(../images/icon_nav1.png); }
#Nav .a:hover{ background:#f47709; }
#Nav .Returntop{ background-color:#f47709; }
#Nav .Returntop .icon{ background-image:url(../images/icon_top.png); }
#Nav .em{ font-style:normal; font-size:.14rem; line-height:.14em; }

/***底部**/
#Footer{ background:#1b2c53; overflow:hidden; font-size:.14rem; line-height:1.6em; color:rgba(255,255,255,.4); }
#Footer a{ color:rgba(255,255,255,.2); }
#Footer .top .wid2 a:hover,
#Footer a:hover{ color:#fff; }
#Footer .top{ font-size:.15rem; line-height:1.8em; }
#Footer .top .share{ font-size:0; line-height:0; padding-top:.1rem;; }
#Footer .top .share a{ float: left; height:.37rem; width:.37rem; border:1px solid #9397a5; display:inline-block; border-radius:50%; background-repeat:no-repeat; background-position:center; }
#Footer .top .share a:hover{ background-color:#072770; }
#Footer .top .share .icon-facebook{ background-image:url(../images/icon_share1.png); }
#Footer .top .share .icon-twitter{ margin:0 .15rem; background-image:url(../images/icon_share2.png); }
#Footer .top .share .icon-skype{ float:none; background-image:url(../images/icon_share3.png); }
#Footer .top .pad{ padding-top:5.8%; padding-bottom:2.5%; }
#Footer .top .h3,
#Footer .top .h4{ color:rgba(255,255,255,.8); text-transform:uppercase; font-size:.16rem; font-weight:normal; }
#Footer .top .wid1{ width:2.9rem; }
#Footer .top .wid1 .h3{ margin:.28rem 0 .1rem; }
#Footer .top .wid1 .cont+.cont{ margin-top:.25rem; }
#Footer .top .wid2{ width:72.5%; }
#Footer .top .wid2 .h4{ margin-bottom:.1rem; }
#Footer .top .wid2 a{ color:rgba(255,255,255,.4); }
#Footer .top .wid2 .ul .li{ float:left; display:inline-block; width:43.6%; margin-bottom:.3rem; }
#Footer .top .wid2 .ul .li:nth-child(odd){ clear:both; }
#Footer .top .wid2 .ul .li:nth-child(even){ float:right; width:50.5%; }
#Footer .bot{ padding:0.21rem 0; border-top:1px solid #2c3f68; color:rgba(255,255,255,.2); }

/*************公用****************/
.paginations{ text-align:right; font-size: 0; line-height: 0; }
.paginations span{ height:2px; width:20px; opacity: 0.27; background-color: #fff; margin:0; cursor: pointer; border-radius: 0; }
.paginations span+span{ margin-left:8px; }
.paginations .swiper-pagination-bullet-active{ opacity: 1; }
/**内页Banner图片**/
#AutoBan{ position: relative; overflow: hidden; }
#AutoBan .link{ display:block; }
#AutoBan .pc{ display: block; }
#AutoBan .phone{ display: none; }
#AutoBan .Box{ position: absolute; height: 100%; width: 100%; left:0; top:0; display: block; }
#AutoBan .Box .container{ height: 100%; }
#AutoBan .table{ height: 100%; width: 100%; display: table; margin:0; }
#AutoBan .t-cell{ display: table-cell; vertical-align: middle; }
#AutoBan .cn{ font-size: 0.34rem; line-height: 1.2em; display: inline-block; margin-bottom: 0.2rem; color:#fff; }
#AutoBan .cn::after{ content: ""; display: block; width:1em; height: 0.02rem; background: #fff; margin-top:0.15rem; }
/**公共轮播Banner**/
.SingleSwiper{ position:relative; }
.SingleSwiper .Box{ display:block; }
.SingleSwiper .paginations{ position: absolute; left:0; bottom:.17rem; width:100%; text-align:center; font-size:0; line-height:0; z-index:3; }
.SingleSwiper .paginations span.swiper-pagination-bullet{ height:.08rem; width:.08rem; opacity:1; border-radius:50%; background-color:#fff; margin:0 .08rem; position:relative; }
.SingleSwiper .paginations span.swiper-pagination-bullet::before{ content:""; height:.14rem; width:.14rem; border-radius:50%; position:absolute; border:1px solid #fff; opacity:0; left:50%; top:50%; margin-top:-.07rem; margin-left:-.07rem; }
.SingleSwiper .paginations span.swiper-pagination-bullet-active{}
.SingleSwiper .paginations span.swiper-pagination-bullet-active::before{ opacity:1; }
/*************标题****************/
.AutoTitle1{ padding:6.25% 0 5.41%; }
.AutoTitle1 .Atit{ font-size:.4rem; line-height:1.4em; text-transform:uppercase; }
/*************上一篇下一篇*************/
.PNBox{ padding:.1rem 0; border-top:1px solid #ececec; margin-top:.15rem; }
.PNBox p{ font-size:.16rem; line-height:1.6em; color:#777; max-width:48%; }
.PNBox p a{ color:#777; display:block; }
.PNBox p a:hover{ color:#ffaa00; }
/*************面包屑地址*************/
#Location{ font-size: 0; line-height: 0; padding:.21rem 0; }
#Location .Box{ padding-left:.22rem; background:url(../images/icon_home.png) no-repeat left .02rem; }
#Location a,
#Location span,
#Location .jt{ font-size:.14rem; line-height:.18rem; color:#666666; font-style: normal; display:inline-block; vertical-align:middle; }
#Location a{ text-transform: capitalize; }
#Location .jt{ margin:0 .06rem; }
#Location a:hover{ color:#f4770a; }

/***首页***/
#IndBanner{}
#IndBanner .pc{ display:block; }
#IndBanner .m{ display:none; }
#IndBanner .swiper-slide{ position:relative; }
#IndBanner .swiper-slide .words{ position:absolute; left:0; width:100%; top:50%; text-align:center; color:#f4760b; }
#IndBanner .swiper-slide .wid{ width:6.7rem; padding:0 .15rem; margin:0 auto; max-width:100%; }
#IndBanner .words{ margin-top:.3rem; opacity:0; }
#IndBanner .Big{ font-size:.48rem; line-height:1.2em; margin-bottom:.18rem; }
#IndBanner .word{ font-size:.18rem; line-height:1.3em; }
#IndBanner .swiper-slide-active .words{ opacity:1; margin-top:0; }

#IndexWord{ background:#f0f0f0; }
#IndexWord .Box{ position:relative; font-size:0; line-height:0; padding:6.6% 0; }
#IndexWord .wid1{ width:3.7rem; padding:0 .25rem; font-size:.25rem; line-height:1.2em; color:#000000; font-weight:bold; text-transform:uppercase; text-align:right; border-right:2px solid #325dbb; }
#IndexWord .wid2{ padding:0 .25rem; font-size:.18rem; line-height:1.6em; color:#333333; width:calc(100% - 3.7rem); }

#IndexBlock1{ color:#fff; background:#0e265c; }
#IndexBlock1 .ul{ font-size:0; line-height:0; padding-bottom:8.75%; }
#IndexBlock1 .ul li{ display:inline-block; vertical-align:top; width:16.66%; padding:0 .15rem; margin-bottom:.35rem; }
#IndexBlock1 .ul .Box{ display:block; }
#IndexBlock1 .ul li img{ display:block; border-radius:50%; margin:0 auto .23rem; opacity:1; }
#IndexBlock1 .ul li .txt{ color:#fff; font-size:.16rem; line-height:1.4em; }
#IndexBlock1 .ul .Box:hover img{ opacity:.7; }

#IndexBlock2{ color:#333333; background:url(../images/back1.jpg) no-repeat center/cover; }
#IndexBlock2 .ul{ font-size:0; line-height:0; padding-bottom:12.9%; margin:0 -.12rem; }
#IndexBlock2 .ul li{ display:inline-block; vertical-align:top; width:33%; padding:.12rem; font-size:.16rem; line-height:.5rem; }
#IndexBlock2 .ul li a{ display:block; border-radius:.2rem; }
#IndexBlock2 .ul li .a{ background:#fff; color:#333333; }
#IndexBlock2 .ul li .icon{ padding-left:.25rem; display:block; text-align:left; background:url(../images/icons1.png) no-repeat left center; margin:0 4% 0 10%; }
#IndexBlock2 .ul li .a:hover .icon{ background-image:url(../images/icons1_h.png);}
#IndexBlock2 .ul li .more{ background:#072770; color:#fff }
#IndexBlock2 .ul li .a:hover{ background:#072770; color:#fff; }

/***框架***/
.LRBox{}
.LRBox .LRPad{ padding-top:.5rem; padding-bottom:.3rem; }
.LRBox .LBox{ width:calc(100% - 3rem - 4.16%); }
.LRBox .RBox{ width:3rem; }
.LRBox .RBox .ul{ margin-bottom:.3rem; }
.LRBox .RBox .ul li{}
.LRBox .RBox .ul a{ display:block; position: relative; font-size:.16rem; line-height:.18rem; color:#333333; padding:.18rem 0.3rem .18rem .28rem; background-color:#fafafa; }
.LRBox .RBox .ul a::before{ content:""; position: absolute; left:0; top:0; height:100%; width:.04rem; background:#315bbe; opacity:0; }
.LRBox .RBox .ul a::after{ content:""; position:absolute; right:.22rem; top:.18rem; height:.18rem; width:4px; background:url(../images/icon_jt1_1.png) no-repeat center; }
.LRBox .RBox .ul li+li{ margin-top:.1rem; }
.LRBox .RBox .ul .on a{ color:#325cbe; }
.LRBox .RBox .ul .on a::before{ opacity:1; }
.LRBox .RBox .ul a:hover{ color:#325cbe; }
.LRBox .RBox .contact{ position: relative; }
.LRBox .RBox .contact .word{ position:absolute; left:0; top:0; width:100%; padding:.25rem .25rem 0 .3rem; }
.LRBox .RBox .contact .h2{ font-size:.25rem; line-height:1.2em; color:#333333; font-weight:normal; margin:0; }
.LRBox .RBox .contact .p{ font-size:.14rem; line-height:.24rem; color:#666666; padding:.08rem 0 .15rem; }
.LRBox .RBox .contact .more{ display:inline-block; color:#fff; font-size:.14rem; line-height:.36rem; padding:0 .34rem 0 .15rem; background:#325cbf url(../images/icon_jt.png) no-repeat right .15rem center; border-radius:.05rem; }
.LRBox .RBox .contact:hover .more{ background-color:#2d65e8; background-position:right .1rem center; }
<!--.LRBox .RBox .ul .libs a{ margin-left:50px;}-->
/***产品中心***/
#ProductList{ padding-bottom:.2rem; }
#ProductList .TypeCont{}
#ProductList .TypeCont .word{ font-size:.14rem; color:#666666; line-height:.27rem; padding:.2rem 0; border-bottom:1px solid #e8e8e8; margin-bottom:.3rem; }
#ProductList .LBox .ul{ margin-top:-.24rem; }
#ProductList .LBox .ul li{ margin-top:.24rem; display:inline-block; width:48.231%; text-align:center; }
#ProductList .LBox .ul li:nth-child(even){ float: right; }
#ProductList .LBox .ul li:nth-child(odd){ float: left; clear: both; }
#ProductList .LBox .ul .Box{ display:block; color:#333333; }
#ProductList .LBox .ul .cont{ }
#ProductList .LBox .ul .h3{ font-size:.2rem; line-height:1.4em; font-weight:normal; margin:.1rem 0 .05rem; }
#ProductList .LBox .ul .words{ font-size:.14rem; line-height:.24rem; color:#666666; -webkit-line-clamp:3; }
#ProductList .LBox .ul .Box:hover{ color:#325cbe; }

/***产品详情***/
#ProductInfo{ padding-bottom:.3rem; }
#ProductInfo .LBox .BigImg{}
#ProductInfo .LBox .BigImg img{ display:block; }
#ProductInfo .LBox .ImgList{ padding:0 .3rem; margin-top:.15rem; position: relative; }
#ProductInfo .LBox .ImgList .swiper-slide{ cursor:pointer; }
#ProductInfo .LBox .ImgList .swiper-slide::after{ content:""; position:absolute; left:0; top:0; height:100%; width:100%; border:1px solid rgba(49, 91, 190,.9);  background:rgba(255,255,255,.1); opacity:0; }
#ProductInfo .LBox .ImgList .swiper-slide.on::after{ opacity:1; }
#ProductInfo .LBox .ImgList .swiper-slide img{ display:block; }
#ProductInfo .LBox .ImgList .Btn{ display:block; position: absolute; top:0; height:100%; width:.18rem; background:#ececec no-repeat center; z-index:2; cursor: pointer; opacity:1; }
#ProductInfo .LBox .ImgList .Btn:hover{ background-color:rgba(49, 91, 190,.9); }
#ProductInfo .LBox .ImgList .prev{ left:0; background-image:url(../images/icon_left_1_1.png); }
#ProductInfo .LBox .ImgList .next{ right:0; background-image:url(../images/icon_left_1_2.png); }

/**单页**/
#InfoBlock{ padding-bottom:.3rem; }
#InfoBlock .LBox .content{}
#InfoBlock .LBox .content .h1{ font-size:.26rem; line-height:1.4em; color:#333333; font-weight:normal; margin:0 0 .15rem; }
#InfoBlock .LBox .content .other{ font-size:.14rem; color:#999999; line-height:1.4em; margin-bottom:.15rem; }
#InfoBlock .LBox .content .other span{ display:inline-block; }
#InfoBlock .LBox .content .other .author{ padding-left:.25rem; background:url(../images/icon_author.jpg) no-repeat left center; }
#InfoBlock .LBox .content .other .time{ padding-left:.2rem; background:url(../images/icon_time.png) no-repeat left 45%; margin-left:.15rem; }
#InfoBlock .content .html{ font-size:.14rem; line-height:.24rem; color:#666666; }
#InfoBlock .content .h3{ font-size:.24rem; font-weight:normal; color:#325dbe; margin-bottom:.1rem; }
#InfoBlock .LBox .content table{ padding:0; border-spacing: 0; }
#InfoBlock .LBox .content table td{ padding:0; }

/**企业荣誉**/
#Honor{ padding-bottom:.3rem; }
#Honor .LBox .ul{}
#Honor .LBox .ul li{}
#Honor .LBox .ul li+li{ margin-top:.3rem; padding-top:.3rem; border-top:1px solid #ececec; }
#Honor .LBox .ul .Box{ display:block; }
#Honor .LBox .ul .imgBox{ width:3.1rem; }
#Honor .LBox .ul .cont{ padding-left:5%; padding-top:.08rem; }
#Honor .LBox .ul .time{ font-size:.14rem; color:#999999; line-height:1.4em; }
#Honor .LBox .ul .title{ font-size:.2rem; line-height:1.4em; color:#333333; font-weight:normal; margin:.07rem 0 .03rem; }
#Honor .LBox .ul .words{ font-size:.14rem; line-height:1.6em; color:#666666; }
#Honor .LBox .ul .more{ display:inline-block; padding:0 .25rem; line-height:.36rem; color:#fff; background:#325cbf; border-radius:5px; margin:.13rem 0 .16rem; }
#Honor .LBox .ul .other{ font-size:.14rem; color:#999999; line-height:1.4em; }
#Honor .LBox .ul .other span{ display:inline-block; }
#Honor .LBox .ul .other .author{ padding-left:.25rem; background:url(../images/icon_author.jpg) no-repeat left center; }
#Honor .LBox .ul .Box:hover .title{ color:#325cbf; }
#Honor .LBox .ul .Box:hover .more{ background:#3768dc; }
/**新闻**/
.news{ padding:.5rem 0 .2rem; }
/**新闻详情**/
#NewsInfo{ padding:.3rem 0 .6rem; }
#NewsInfo .content{}
#NewsInfo .content .h1{ font-size:.26rem; line-height:1.4em; color:#333333; font-weight:normal; margin:0 0 .15rem; }
#NewsInfo .content .other{ font-size:.14rem; color:#999999; line-height:1.4em; margin-bottom:.15rem; }
#NewsInfo .content .other span{ display:inline-block; }
#NewsInfo .content .other .author{ padding-left:.25rem; background:url(../images/icon_author.jpg) no-repeat left center; }
#NewsInfo .content .other .time{ padding-left:.2rem; background:url(../images/icon_time.png) no-repeat left 25%; margin-left:.15rem; }
#NewsInfo .content .html{ font-size:.14rem; line-height:.24rem; color:#666666; }
#NewsInfo .content .h3{ font-size:.24rem; font-weight:normal; color:#325dbe; margin-bottom:.1rem; }
#NewsInfo .content table{ padding:0; border-spacing: 0; }
#NewsInfo .content table td{ padding:0; }

/**联系我们**/
#Contact{}
.AddressList{}
.AddressList .ul{ padding-top:.5rem; }
.AddressList .ul li{ display:inline-block; width:48.4%; border-bottom:1px solid #e2e2e2; margin-bottom:.23rem; }
.AddressList .ul li:nth-child(odd){ float: left; clear: both; }
.AddressList .ul li:nth-child(even){ float: right; }
.AddressList .ul li:nth-last-child(1),
.AddressList .ul li:nth-last-child(2){ border-bottom:0 none; }
.AddressList .ul .h2{ font-size:.2rem; line-height:1.4em; color:#333333; font-weight:normal; margin:0 0 .15rem; }
.AddressList .ul .li_con{ font-size:.14rem; color:#333333; line-height:.25rem; padding-bottom:.25rem; }
.AddressList .ul .li_con a:hover{ color:#f4770a; }
.FormBox{}
.FormBox .form{ padding:.5rem 0 .45rem; }
.FormBox .title{ font-size:.28rem; line-height:1.4em; color:#333333; margin:0; font-weight:normal; padding-top:0.2rem;}
.FormBox .ltitle{ font-size:.16rem; line-height:1.4em; color:#999999; margin:.08rem 0 .25rem; }
.FormBox .label{ display:inline-block; width:100%; margin-bottom:.25rem; }
.FormBox .wid{ width:48%; }
.FormBox .l_tit{ font-size:.14rem; line-height:1.4em; color:#333333; margin-bottom:.05rem; }
.FormBox .input{ width:100%; display:block; margin:0; padding:0 .15rem; font-size:.14rem; color:#666; line-height:.55rem; border-radius:0; background:#fff; }
.FormBox textarea.input{ padding:.25rem; line-height:1.6em; height:1.75rem; }
.FormBox .submitBox{ padding:.2rem; }
.FormBox .submitBox .submit{ display:block; margin:0 auto; text-align:center; font-size:.14rem; color:#fff; width:1.4rem; height:.45rem; line-height:.45rem; padding:0; border:0 none; background:#325cbe; background-color:#325cbe; cursor: pointer; }

@media only screen and (min-width: 1200px){
    /**头部**/
    #Header .MenuBox .Menu .libs{ text-align:center; position:absolute; top:100%; left:50%; width:2rem; margin-left:-1rem; padding:.05rem 0; background:rgba(255,255,255,.98); transform:scale(0); -webkit-transform:scale(0); -moz-transform:scale(0); -ms-transform:scale(0); margin-top:-.1rem; opacity:0; transition:opacity .3s,margin .3s; -webkit-transition:opacity .3s,margin .3s; -moz-transition:opacity .3s,margin .3s; -ms-transition:opacity .3s,margin .3s; }
    #Header .MenuBox .Menu li:hover .libs{ transform:scale(1); -webkit-transform:scale(1); -moz-transform:scale(1); -ms-transform:scale(1); margin-top:0; opacity:1; }
    #Header .MenuBox .Menu .libs .p+.p{ border-top:1px solid #ddd; }
    #Header .MenuBox .Menu .libs .a{ display:block; padding:.1rem .1rem; line-height:1.3em; }
    #Header .MenuBox .Menu .libs .a:hover{ color:#f4770a; }
    #Header .SearchBtn{ display:inline-block; height:.34rem; width:.34rem; cursor:pointer; background:url(../images/icon_search.png) no-repeat center right; }
}