@charset "UTF-8";
header { position: absolute; z-index: 9; padding: 0 30px; box-sizing: border-box; width: 100%; }
.head_fl { padding-top: 25px; float: left; }
.logo {  float: left; display: block; }
.logo img { display: block; width: 100%; height: auto; }
.dwy { float: left; display: none; font-size: 20px; color: #FFF; padding-left: 20px; margin-left: 20px; margin-top: 25px; border-left: 1px solid #FFF; }  

.nav { float: right; width: 100%; max-width: 1080px; margin-left: 80px; position: relative; padding-top: 30px; display: none; box-sizing: border-box; }
.menulihover { overflow: hidden; width: 12.5%; height: 4px; position: absolute; left: 0px; top: 0px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; transition: all .3s; display: none; }
.menulihover:after { content: ""; position: absolute; left: 50%; top: 0; width: 48px; height: 4px; background: #FF6600; margin-left: -24px; }
.nav li { float: left; line-height: 70px; width: 12.5%; position: relative; }
.nav li a { display: block; text-align: center; color: #FFF; font-size: 22px; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; transition: all .3s;}
.nav li a:hover , .nav li a.hover { color: #ff6600; }
.nav ul ul { position: absolute; z-index: 99; width: 100%; left: 0px; margin-left: 0; top: 70px; height: auto; display: none; overflow: hidden; background-color: rgba(0,41,97, 0.5); }
.nav ul ul li { width: 100%; overflow: hidden; background: none; }
.nav ul ul a { font-size: 14px; line-height: 48px; -webkit-transition: all ease-out 0.3s; transition: all ease-out 0.3s;  height: 48px;  overflow: hidden; }
.nav ul ul a:hover { background-color: rgba(255,102,0,1); color: #FFF; }

  header nav.active { display: block; top: 100%; position: absolute; box-sizing: border-box; width: auto; max-width: 100%; left: 0; right: 0;  background-color: rgba(0,41,97, 0.5); margin-top: 0; margin-left: 0; border-top: 0; height: auto; padding: 10px 0; -webkit-transform: translateX(0); transform: translateX(0); }
  header nav.active ul { overflow: hidden; }
  header nav.active ul li { width: 100%; float: none; width: 100%; text-align: center; }
  header nav.active ul li a { display: block; color: #fff; line-height: 46px; font-size: 16px; }
  header nav.active ul li a:before ,   header nav.active ul li a:after { display: none; }
  header nav.active ul li a:hover { background: transparent; font-weight: bold; }
  header nav.active ul li.active a { color: #ff6600; font-weight: bold; }
  header nav.active ul ul { display: none; }
  
  header .menu { width: 86px; padding-left: 14px; background-color: transparent; height: 30px; line-height: 30px; right: 55px; top: 45px; cursor: pointer; bottom: auto; position: absolute; z-index: 10; }
  header .menu .menu_text { color: #FFF; text-transform: uppercase; font-weight: 700; display: inline-block; font-family: "微软雅黑"; }
  header .menu .menu_icon { left: auto; right: 1em;  display: inline-block; position: absolute; top: 50%; bottom: auto; width: 18px; height: 2px; background-color: #FFF; -webkit-transform: translateX(0) translateY(-50%); transform: translateX(0) translateY(-50%); -webkit-transition: background-color 0.3s; transition: background-color 0.3s; list-style: none; }
  header .menu .menu_icon::before, header .menu .menu_icon:after { position: absolute; width: 100%; content: ''; height: 100%; background-color: #FFF; right: 0;
        -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
        -webkit-transition: top .3s, background-color 0s, -webkit-transform .3s;
        transition: top .3s, background-color 0s, -webkit-transform .3s;
        transition: transform .3s, top .3s, background-color 0s;
        transition: transform .3s, top .3s, background-color 0s, -webkit-transform .3s; }
  header .menu .menu_icon::before { top: -5px; }
  header .menu .menu_icon:after { top: 5px; }
  header .menu .menu_icon.on { background-color: transparent; }
  header .menu .menu_icon.on::before, header .menu .menu_icon.on:after { background-color: #FFF; }
  header .menu .menu_icon.on::before { top: 0; -webkit-transform: rotate(135deg); transform: rotate(135deg); }
  header .menu .menu_icon.on:after { top: 0; -webkit-transform: rotate(225deg); transform: rotate(225deg); }

.search { float: right; width: 40px; height: 40px; position: relative; margin-top: 44px; }
.search_icon {  width: 40px; height: 40px; cursor: pointer; }
.search_icon img { display: block; width: 100%; height: auto; }
.search_form { position: absolute; right: 0; top: 40px; width: 350px; height: 40px; display: none; }
.search_form form { width: 100%; height: 40px; border-bottom: 2px solid #FF6600; }
.search_form input[type=text] { border: 0; width: 250px; height: 40px; background: none; font-family: "微软雅黑"; color: #FFF; float: left; }
.search_form input[type=submit] { float: right; width: 100px; height: 40px; background-color: #FF6600; border: 0; cursor: pointer; color: #FFF; font-size: 14px; font-weight: bold; }

/* banner */
.banner { position: relative; }
.banner .item { height: 932px; overflow: hidden; display: block; background-size: auto 100% !important; }
.banner .owl-dots { position: absolute; bottom: 0; left: 0; width: 100%; height: 60px;  text-align: center; }
.banner .owl-dots .owl-dot { display: inline-block; width: 20%; height: 60px; background-color: rgba(0,41,97, 0.5); cursor: pointer; outline: none; }
.banner .owl-dots .owl-dot.active { background-color: rgba(255,102,0,1); }
.banner .owl-dots .owl-dot span { color: #FFF; font-size: 20px; display: block; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.ny_banner { max-height: 700px; }
.ny_banner img { display: block; width: 100%; height: auto; }

/* about */
.about { margin-top: 32px; }
.title { text-align: center; color: #07091E; }
.title p { font-size: 26px; opacity: 0.18; line-height: 36px; font-weight: 700; text-transform: uppercase; }
.title h3 { font-size: 32px; line-height: 45px; }
.about_subTitle { font-size: 18px; color: #666; text-align: center; line-height: 26px; margin-top: 16px; }
.about_box { margin-top: 27px; overflow: hidden; }
.about_box .fl { width: 39%; margin-bottom: -1000px; padding-bottom: 1000px; box-sizing: border-box; }
.about_box .fl img { display: block; width: 100%; height: auto; }
.about_box .fr { width: 60%; box-sizing: border-box; padding-right: 5%; padding-left: 2%; position: relative; margin-bottom: -1000px; padding-bottom: 1000px; }
.about_list { overflow: hidden; }
.about_list li { display: -webkit-box; width: 50%; float: left; }
.about_list li i { width: 60px; display: block; padding: 20px; }
.about_list li i img { display: block; width: 100%; height: auto; }
.about_list li p { -webkit-box-flex: 1; font-size: 20px; line-height: 28px; color: #666; }
.about_text { font-size: 18px; color: #666; line-height: 25px; margin-top: 32px; word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 4; overflow: hidden;}
.about_more {display: block; margin-top: 60px; }
.about_click { display: block; font-size: 22px; color: #07091E; float: left; line-height: 40px; }
.about_tel { float: left; display: block; width: 170px; height: 40px;background-image: linear-gradient(180deg, #FF9F00 0%, #FF6600 100%); border-radius: 34px; color: #FFF; font-size: 20px; position: relative; box-sizing: border-box; padding-left: 50px; line-height: 40px; margin-left: 80px; }
.about_tel i { position: absolute; left: 15px; top: 5px; width: 30px; height: 30px; }
.about_tel i img { display: block; width: 100%; height: auto; }


.service { background: url(../images/service_bj.jpg) no-repeat center top; padding-top: 37px; margin-top: 38px;}
.service_subTitle { color: #FFF; font-size: 18px; line-height: 26px; }
.service_step { box-shadow: inset 1px 1px 194px 0px rgba(20,120,255,1); box-shadow: 0px 2px 40px 0px rgba(8,47,101,1); padding: 25px 0; margin-top: 34px; }
.service_step li { float: left; width: 25%; box-sizing: border-box; border-right: 1px solid #FFF;}
.service_step li i { display: block; margin: 0 auto; width: 60px; }
.service_step li i img { display: block; width: 100%; height: auto; }
.service_step li span {display: block; text-align: center; font-size: 20px; color: #FF7800; margin-top: 14px;}
.service_step li:last-child { border-right: none; }
.service_title { color: #FFF; margin-top: 35px; }
.service_list { margin-top: 20px; position: relative; }
.service_list li { box-sizing: border-box; padding: 10px;}
.service_list li a { display: block; box-shadow: 0px 2px 10px 0px rgba(31,85,158,0.33);  transition: all .3s; }
.service_list li a div { overflow: hidden; position: relative; }
.service_list li a div img { display: block; width: 100%; height: auto; transition: all .3s; }
.service_list li a span { display: block; background: #FFF; font-size: 24px; line-height: 80px; text-align: center; color: #07091E;}
.service_list li a div p { background-image: linear-gradient(180deg, rgba(17,21,64,0.00) 32%, rgba(7,9,30,0.55) 100%);
box-shadow: 0px 2px 20px 0px rgba(31,85,158,0.22); position: absolute; left: 0px; bottom: 0; right: 0px; font-size: 20px; color: #FFF; padding: 10px; opacity: 0; word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}
.service_list li a:hover span { color: #FF6600; }
.service_list li a:hover div p { opacity: 1;}
.service_list li a:hover { transform: translateY(-10px);}
.service_list.owl-carousel .owl-nav button.owl-prev, .service_list.owl-carousel .owl-nav button.owl-next,.strength_list.owl-carousel .owl-nav button.owl-prev, .strength_list.owl-carousel .owl-nav button.owl-next { position: absolute; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); width: 50px; height: 50px; border-radius: 50%; background-color: rgba(0,0,0,.5); font-size: 24px; color: #FFF;}
.service_list.owl-carousel .owl-nav button.owl-prev,.strength_list.owl-carousel .owl-nav button.owl-prev { left: 10px; }
.service_list.owl-carousel .owl-nav button.owl-next,.strength_list.owl-carousel .owl-nav button.owl-next{ right: 10px; }


.sub_banner { display: block; overflow: hidden; position: relative; margin-top: 45px; }
.sub_banner img { display: block; width: 100%; height: auto; }
.sub_banner p { position: absolute; top: 40px; right: 30px; font-size: 26px; color: #FFF;}
.sub_banner_click { position: absolute; bottom: 40px; right: 30px; display: block; background-image: linear-gradient(180deg, #FF9F00 0%, #FF6600 100%); box-shadow: 0px 2px 26px 0px rgba(255,104,0,0.58); width: 165px; height: 45px; line-height: 45px; font-size: 20px; color: #FFF; text-align: center; border-radius: 22.5px;}

.news { background-color: rgba(14,90,189,0.05); padding-top: 30px; padding-bottom: 30px; margin-top: 30px; position: relative; overflow: hidden; }
.news_box { position: relative; margin-top: 30px; }
.about_pic { width: 51%; position: relative; display: none; }
.about_pic a { display: block; overflow: hidden; }
.about_pic a img { display: block; width: 100%; height: auto; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; }
.about_pic a:hover img { transform: scale(1.3); -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); }
.about_cover { background-color: rgba(7,9,30,0.7); position: absolute; left: 0; right: 0; bottom: 0; color: #FFF; box-sizing: border-box; padding: 20px; }
.about_cover h3 { font-size: 20px; margin-bottom: 10px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.about_cover p { font-size: 16px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; word-break: break-all;  display: -webkit-box;}
.about_right { position: absolute; left: 51%; top: 0; bottom: 0; right: 0;  background: #FFF; box-sizing: border-box; padding-top: 30px; }
.news_tab { text-align: center; max-width: 700px;}
.news_tab a { display: inline-block; font-size: 20px; color: #07091E; width: 125px; height: 45px; line-height: 45px; }
.news_tab a:hover , .news_tab a.hover { background: #D8D8D8; background-image: linear-gradient(180deg, #FF9F00 0%, #FF6600 100%); border-radius: 6px; color: #FFF; position: relative; }
.news_tab a:hover:after , .news_tab a.hover:after { width: 0px; height: 0px; border: 5px solid transparent; border-top: 5px solid #FF6600; position: absolute; bottom: -10px; left: 50%; content: "";}

.news_list { display: none; }
.news_list li { margin: 10px 0;}
.news_list li a { position: relative; display: block; padding: 18px 0 18px 125px; box-sizing: border-box;  max-width: 720px;}
.news_time { position: absolute; left: 40px; top: 18px; text-align: center; font-size: 18px; color: #07091E; }
.news_time span { display: block; font-size: 40px; line-height: 50px; }
.news_title { font-size: 20px; font-weight: 400; color: #07091E; line-height: 28px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }
.news_text { font-size: 16px; line-height: 26px; color: #666; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; text-overflow: ellipsis; word-break: break-all;  display: -webkit-box; }
.news_list li:hover { background: #FF6B00; box-shadow: 0px 2px 18px 0px rgba(255,107,0,0.8); }
.news_list li:hover a .news_title , .news_list li:hover a .news_text, .news_list li:hover a .news_time { color: #FFF; }

.news_more { display: block; background-image: linear-gradient(180deg, #FF9F00 0%, #FF6600 100%); box-shadow: 0px 2px 26px 0px rgba(255,104,0,0.58); width: 165px; height: 45px; line-height: 45px; font-size: 20px; color: #FFF; text-align: center; border-radius: 22.5px; margin: 50px auto 0; }


.strength { margin-top: 30px;}
.strength .title {}
.strength .title p { opacity: 0.18; }
.strength_list { margin-top: 30px;}
.strength_list li {}
.strength_list li a { display: block; }
.strength_list li a p { display: block; overflow: hidden; }
.strength_list li a p img { display: block; width: 100%; height: auto; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; }
.strength_list li a span { display: block; background: #F7F7F7; text-align: center; font-size: 20px; color: #07091E; line-height: 60px;}
.strength_list li a:hover p img { transform: scale(1.3); -webkit-transform: scale(1.3); -moz-transform: scale(1.3); -ms-transform: scale(1.3); }
.strength_list li a:hover span { background: #FF6600; color: #FFF;}
.strength_list .owl-dots { display: none; }


.footer { background: url(../images/foot_bg.jpg) no-repeat top center; margin-top: 40px; padding-top: 40px; background-size: cover; }
.foot_left { overflow: hidden; width: 30%; }
.foot_left dl { width: 33.3%; float: left; }
.foot_title { font-size: 16px; color: #FFF; line-height: 24px; margin-bottom: 18px; }
.foot_left dl dd {}
.foot_left dl dd a { display: block; color: #FFF; font-size: 14px; line-height: 32px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.foot_left dl dd a:hover { color: #FF6600; }
.foot_center { overflow: hidden; width: 40%;}
.foot_QRcode { overflow: hidden; }
.foot_QRcode li { float: left; width: 25%; padding: 5px 15px; box-sizing: border-box; }
.foot_QRcode li img { display: block; width: 100%; height: auto; }
.foot_QRcode li span { display: block; text-align: center; color: #FFF; font-size: 16px; line-height: 24px; margin-top: 15px; }
.foot_right { width: 20%; box-sizing: border-box; }
.foot_tel { color: #FFF; }
.foot_tel p { position: relative; padding-left: 40px; line-height: 30px; font-size: 16px; }
.foot_tel p span { position: absolute; left: 0; top: 0; width: 30px; height: 30px; }
.foot_tel p span img { display: block; width: 100%; height: auto; }
.foot_tel h3 { font-size: 40px; font-weight: lighter; margin-top: 8px; }
.copyright { border-top: 1px solid rgba(255,255,255,.21); padding: 15px 0; color: rgba(255,255,255,.48); font-size: 16px; }
.copyright p { line-height: 24px;display: flex;align-items: center;}
.copyright a { color: rgba(255,255,255,.48); font-size: 16px;margin-right:10px;}

/* 友情链接 */
.link { position: relative; box-sizing: border-box; margin: 15px auto; overflow:hidden; }
.link p { float:left; font-size: 18px; color: #FFF; text-transform: uppercase; line-height: 30px;}
.link div { }
.link a , .link span { display: inline-block; line-height: 30px;  color: rgba(255,255,255,.48); font-size: 16px; }
.link span { padding: 0 15px; }



/*site样式*/
.site { background-color: #dfd8d0; color: #333; padding: 20px 0; overflow: hidden; line-height: 32px; }
.site h3 { font-size: 24px; color: #000; }
.site a { color: #333; }

.nyContent img { display: block; width: 100%; height: auto; }

/* 左侧列表 */
.List aside { overflow: hidden; }
.List aside h3 { font-size: 18px; border-bottom: 1px solid #e8e8e9; line-height: 36px; color: #000; }
.List aside h3 a { float: right; font-size: 14px; font-weight: normal; color: #999; }
.List aside h3 a:hover { color: #FF6600; }
.List aside .Product_Category { padding-bottom: 20px; }
.List aside .Product_Category > ul { padding: 10px 0; }
.List aside .Product_Category ul li a {display: block;border-bottom: 1px solid #e8e8e9;padding-left: 20px;position: relative;line-height: 3; }
.List aside .Product_Category ul li a:before {content: '';position: absolute;width: 8px;height: 8px;left: 0;top: 50%;margin-top: -5px;border: 1px solid #ddd;border-radius: 50%; }
.List aside .Product_Category ul li a:hover , .List aside .Product_Category ul li a.hover { color: #ff6600;}
.List aside .Product_Category ul li a:hover:before, .List aside .Product_Category ul li a.hover:before {border-color: #FF6600; }
.List aside .Product_Category ul li ul {padding-left: 30px; }
.List aside .contact_box {padding: 10px 0;line-height: 1.8; }
    
.contact_pic {}
.contact_pic img {width: 75%; display: block; height: auto; margin: 0 auto;}
.contact_pic span { display: block; text-align: center; }
.contact_text { line-height: 28px;}


/* 中港物流 */
.List .FleetList { padding-left: 30px; }
.fleet_title { text-align: center; color: #FF6600; font-size: 28px; font-weight: bold; }
.fleet_title span { display: block; text-transform: uppercase; font-size: 18px; color: #999; font-weight: normal; }
.fleet_list { overflow: hidden; margin: 30px auto;}
.fleet_list dt { width: 48%; float: left;}
.fleet_list dt img , .fleet_check dd img , .export_list dt img { display: block; width: 100%; height: auto; }
.fleet_list dd { width: 52%; float: right; box-sizing: border-box;}
.fleet_list dd table { width: 80%; margin: 0 auto; border-collapse: collapse; border: 1px solid #ccc; text-align: center; line-height: 30px; }
.fleet_click { display: block; background-image: linear-gradient(180deg, #FF9F00 0%, #FF6600 100%); box-shadow: 0px 2px 16px 0px rgba(255,104,0,0.58); width: 165px; height: 45px; line-height: 45px; font-size: 20px; color: #FFF; text-align: center; border-radius: 22.5px; margin: 30px auto 0;}
.fleet_advantage { overflow: hidden; display: flex; flex-wrap: wrap; }
.fleet_advantage li { float: left; width: 48%; background: url(../images/fleet_advantage_bj.png) no-repeat center top; margin: 0 2% 20px 0; box-sizing: border-box; padding: 20px; color: #FFF;}
.fleet_advantage li h3 { font-size: 22px; line-height: 30px;}
.fleet_advantage li h3 span { display: block; text-transform: uppercase; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; opacity: 0.5; }
.fleet_advantage li em { display: block; width: 48px; height: 2px; background: #FFF; margin: 10px 0;}
.fleet_advantage li p { -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden; text-overflow: ellipsis; word-break: break-all;  display: -webkit-box; }
.fleet_check { overflow: hidden; }
.fleet_check dt { float: left; width: 55%;}
.fleet_check dt p { line-height: 36px; font-size: 14px; padding: 5px 5px 30px 5px; position: relative; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.fleet_check dt p:after { content: ""; position: absolute; left: 26px; top: 46px; width: 1px; height: 29px; background: #d4d4d4;}
.fleet_check dt p:nth-child(6n):after { display: none;}
.fleet_check dt p span { color: #FFF; font-size: 20px; margin-right: 10px; background: #0B5ABC; border-radius: 50%; padding: 10px;}
.fleet_check dd { float: left; width: 43%; }
.fleet_check dt .owl-dots { position: absolute; bottom: 0; left: 0; right: 0; text-align: center;}
.fleet_check dt .owl-dots .owl-dot { display: inline-block; width: 10px; height: 10px; background-color: #0B5ABC; opacity: 0.4; cursor: pointer; outline: none; border-radius: 50%; margin: 0 5px; }
.fleet_check dt .owl-dots .owl-dot.active { opacity: 1; }

.ny_title { text-align: center; }
.ny_title h3 { color: #FF6600; font-size: 28px; font-weight: bold; line-height: 36px; }
.ny_title p { font-size: 24px; opacity: 0.18; line-height: 36px; text-transform: uppercase; }

.export_box { margin-top: 30px;}
.fleet_export { overflow: hidden; margin-top: 15px; }
.fleet_export li { float: left; width: 20%; box-sizing: border-box; padding: 8px;}
.fleet_export li a { display: block; box-shadow: 0 0 15px #eee; padding: 8px 10px 8px 56px; position: relative; line-height: 36px; overflow: hidden; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; }
.fleet_export li a i { position: absolute; left: 10px; top: 8px; display: block; width: 36px;}
.fleet_export li a i img { display: block; width: 100%; height: auto; }
.fleet_export li a span { display: block; line-height: 36px; font-size: 20px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.fleet_export li a:hover { transform: translateY(-5px); -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); }
.fleet_export li a:hover span { color: #FF6600;}

/* 出口代理 */
.export_list { overflow: hidden; }
.export_list dt { width: 40%; float: left;}
.export_list dd { width: 60%; float: right; box-sizing: border-box; padding-left: 30px;}
.export_list_text { font-size: 18px; font-weight: lighter; margin-bottom: 30px; }
.export_list_text p { word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 6; overflow: hidden;}
.export_list_contact { overflow: hidden; padding: 20px 0; }
.export_list_tel { float: left; position: relative; padding-left: 40px; line-height: 45px; font-size: 18px; }
.export_list_tel span { position: absolute; left: 0; top: 9px; width: 30px; height: 30px; }
.export_list_tel span img { display: block; width: 100%; height: auto; }
.export_list_click { float: left; margin-top: 0; margin-left: 20px;}
.exprot_filing { overflow: hidden; display: flex; flex-wrap: wrap; }
.exprot_filing li { float: left; width: 33.3%; text-align: center; }
.exprot_filing li i { display: block; width: 200px; height: 200px; border-radius: 50%; background: #0B5ABC; margin: 0 auto; position: relative;}
.exprot_filing li i img { display: block; width: 60%; height: auto; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%);}
.exprot_filing li h3 { font-size: 24px; font-weight: bold; margin: 8px 0; }
.exprot_filing li p { font-weight: lighter; font-size: 18px; line-height: 30px; }

.export_advantage { overflow: hidden; display: flex; flex-wrap: wrap; }
.export_advantage_list { width: 50%; }
.export_advantage_list li { width: 80%; height: 50px; font-size: 16px; margin: 0 auto 10px; background: #f7f7f7; position: relative; padding-left: 120px; text-align: center; box-sizing: border-box; line-height: 50px; }
.export_advantage_list li span { display: block; width: 120px; height: 50px; position: absolute; left: 0; top: 0; background: #0B5ABC; color: #FFF; }
.export_advantage_list li:nth-child(2n) span { background: #3587ed;}
.export_advantage_list li:last-child { margin-bottom: 0; }
.export_advantage .fr { background: #f7f7f7; width: 50%; margin: 0 auto; box-sizing: border-box; padding: 30px; text-align: center; }
.export_advantage .fr p { font-size: 22px; font-weight: bold; }
.export_advantage .fr form { box-sizing: border-box; padding-top: 20px;}
.export_advantage .fr input[type=text] { border: 1px solid #eee; padding: 10px 20px; box-sizing: border-box; width: 100%; display: block; outline: none; height: 46px; line-height: 46px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; }
.export_advantage .fr input[type=submit] { border: none; margin-top: 10px;}


/* 服务项目 */
.service_item { overflow: hidden; display: flex; flex-wrap: wrap; }
.service_item li { float: left; width: 20%; box-sizing: border-box; padding: 10px 30px; text-align: center; }
.service_item li img { display: block; margin: 0 auto 10px; }
.service_item li h3 { font-size: 22px; font-weight: bold; }
.service_item li p { font-size: 16px; font-weight: lighter; }

.serviceItem_step { position: relative; margin: 30px 0;}
.serviceItem_step img { display: block; width: 100%; height: auto; }
.serviceItem_step .fleet_click { position: absolute; left: 50%; bottom: 50px; transform: translateX(-50%); margin: 0;}


/* 关于鸿泰信 */
.sub_title { }
.sub_title { text-align: center; font-size: 22px; padding-bottom: 3px; margin-bottom: 20px; }
.sub_title span { display: block; width: 120px; height: 1px; background: #d4d4d4; margin: 8px auto 0; position: relative; }
.sub_title span:after { content: ""; position: absolute; left: 50%; top: -1px; background: #0B5ABC; width: 50px; height: 3px; transform: translateX(-50%);}


.info_brief , .info_culture { margin-bottom: 50px;}
.info_brief .about_subTitle { margin-top: 0;margin-bottom:20px;}
.info_brief .about_list { margin: 20px auto 0;}
.info_aboutText { font-size: 18px; line-height: 30px; text-indent: 2em;}
.info_briefList { overflow: hidden; margin: 30px auto; padding: 10px 0; }
.info_briefList li { float: left; width: 33.3%; box-sizing: border-box; padding: 10px; }
.info_briefList li img , .info_honorList li img { display: block; width: 100%; height: auto; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; }
.info_culture .info_aboutText { text-align: center; }
.info_culture .info_aboutText p { margin-bottom: 30px; }
.info_honorList { overflow: hidden; display: flex; flex-wrap: wrap; padding: 10px 0; }
.info_honorList li { float: left; width: 20%; box-sizing: border-box; padding: 10px;}
.info_honorList li span { display: block; text-align: center; font-size: 14px; line-height: 30px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.info_honorList li p, .info_briefList li p { overflow: hidden; }
.info_honorList li:hover , .info_briefList li:hover { box-shadow: 0 0 20px #eee;}
.info_honorList li:hover img, .info_briefList li:hover img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); }
.development_pic {}
.development_pic img { display: block; width: 100%; height: auto; }

/* 鸿泰信环境 */
.envir { display: flex; display: -webkit-flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.envir_li { overflow: hidden; margin-bottom: 10px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; float: none; }
.envir_li a { display: block; overflow: hidden; -webkit-transition: all 0.3s; -moz-transition: all 0.3s;-ms-transition: all 0.3s; transition: all 0.3s; }
.envir_li a img , .join_us p img { width: 100%; display: block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; }
.envir_li a p { background-color: #fff; text-align: center; line-height: 3.2; position: relative;z-index: 2; }
.envir_li a:hover img, .join_us li:hover p img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.envir_li:hover, .join_us li:hover { box-shadow: 0 0 20px #eee; }

.sub_nav , .sub_nav_strength { text-align: center; float: none; margin-top: 50px; }
.sub_nav a, .sub_nav_strength a { font-size: 14px; color: #666; width: 120px; text-align:center;height: 30px; line-height: 30px; padding: 0 10px; box-sizing: border-box; background: #ebebee; border-radius: 30px; display: inline-block; margin: 5px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; transition: all .3s; -webkit-transition: all .3s; -mo-transition: all .3s; -ms-transition: all .3s; }
.sub_nav a:hover , .sub_nav a.hover , .sub_nav_strength a:hover, .sub_nav_strength a.hover { background: #0B5ABC; color: #FFF;}
.sub_nav_video { margin-top: 50px; }
.sub_nav_strength { margin-top: 20px; }
.sub_nav_strength a { font-size: 14px; width: 120px; height: 36px; line-height: 36px; }


.join_us { display: flex; display: -webkit-flex; -webkit-flex-wrap: wrap; flex-wrap: wrap;}
.join_us li { padding: 15px; }
.join_us h3 { color: #ff6600; font-size: 22px; margin-bottom: 20px; }
.join_us h3 em { display: block; width: 50px; height: 3px; background: #ff6600; margin-bottom: 15px; }
.join_us h3 span { display: block; font-size: 22px; font-weight: bold; line-height: 30px; }
.join_us p { overflow: hidden; }
.join_us_text { padding: 30px 20px; font-size: 18px; }

.join_list { margin-bottom: 30px; }
.join_list , .join_list .owl-stage { display: flex; display: -webkit-flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.join_list li { padding: 15px; height: 100%; box-sizing: border-box; }
.join_list li a { display: block; padding: 15px; width: 100%; height: 100%; box-sizing: border-box; border: 1px solid #f0f0f0; }
.join_list li h3 { font-size: 22px; font-weight: bold; }
.join_list li p { font-size: 16px; font-weight: lighter; }
.join_list li a:hover { box-shadow: 0 0 20px #eee;}
.join_list .owl-dots { text-align: center;}
.join_list .owl-dots .owl-dot { display: inline-block; width: 10px; height: 10px; background-color: #0B5ABC; opacity: 0.4; cursor: pointer; outline: none; border-radius: 50%; margin: 0 5px; }
.join_list .owl-dots .owl-dot.active { opacity: 1; }


/*详情页样式*/
.content {
  padding: 50px 0;
  line-height: 1.8; }
  .content .Details h1 {
    font-size: 36px;
    line-height: 42px;
    text-align: center;
    color: #222; }
  .content .Details .detail_h1_p {
    text-align: center;
    padding-top: 11px; }
    .content .Details .detail_h1_p span {
      padding: 0 10px; }
  .content .Details .Multi {
    overflow: hidden;
    padding-bottom: 20px; }
    .content .Details .Multi .gallery-top img {
      display: block;
      width: 100%; }
    .content .Details .Multi .gallery-thumbs {
      padding-top: 10px; }
      .content .Details .Multi .gallery-thumbs img {
        display: block;
        width: 100%; }
      .content .Details .Multi .gallery-thumbs .swiper-slide {
        box-sizing: border-box;
        padding: 2px;
        float: left; }
      .content .Details .Multi .gallery-thumbs .swiper-slide-thumb-active {
        background-color: #FF6600; }
    .content .Details .Multi .Multi_fr h1 {
      font-size: 28px;
      overflow: hidden;
      text-align: left; }
    .content .Details .Multi .Multi_fr .detail_h1_p {
      text-align: left; }
    .content .Details .Multi .Multi_fr .Multi_fr_des {
      padding-top: 20px; }
  .content .Details .Details_text {
    padding: 30px 0 20px;
    border-bottom: 1px dotted #eee; }
    .content .Details .Details_text .details_tag {
      padding: 30px 0 0; }
      .content .Details .Details_text .details_tag a {
        display: inline-block;
        padding: 0 20px;
        -webkit-transform: perspective(1px) translateZ(0);
        -moz-transform: perspective(1px) translateZ(0);
        -ms-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        -ms-transition: all 0.3s;
        transition: all 0.3s;
        position: relative;
        background-color: #f2f4f5; }
        .content .Details .Details_text .details_tag a:before {
          content: '';
          position: absolute;
          left: 0;
          bottom: 0;
          top: 0;
          right: 0;
          z-index: -1;
          -webkit-transition: all 0.3s;
          -moz-transition: all 0.3s;
          -ms-transition: all 0.3s;
          transition: all 0.3s;
          background-color: #FF6600;
          -webkit-transform: scaleX(0);
          -moz-transform: scaleX(0);
          -ms-transform: scaleX(0);
          transform: scaleX(0);
          -webkit-transform-origin: 50%;
          transform-origin: 50%; }
        .content .Details .Details_text .details_tag a:hover {
          color: #fff; }
          .content .Details .Details_text .details_tag a:hover:before {
            -webkit-transform: scaleX(1);
            -moz-transform: scaleX(1);
            -ms-transform: scaleX(1);
            transform: scaleX(1); }
    .content .Details .Details_text h3 {
      margin-bottom: 20px;
      color: #000;
      line-height: 2.2;
      border-bottom: 2px solid #FF6600;
      width: 70px; }
  .content .Details .Details_Relevant h3 {
    font-size: 18px;
    color: #000;
    padding: 30px 0 20px; }
  .content .Details .Details_Relevant .productslist a {
    display: block;
    border: 1px solid transparent;
    overflow: hidden; }
    .content .Details .Details_Relevant .productslist a img {
      display: block;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      transition: all 0.3s;
      width: 100%; }
    .content .Details .Details_Relevant .productslist a p {
      white-space: nowrap;
      background-color: #fff;
      position: relative;
      z-index: 2;
      width: 100%;
      line-height: 3;
      overflow: hidden;
      text-overflow: ellipsis;
      text-align: center; }
    .content .Details .Details_Relevant .productslist a:hover {
      border: 1px solid #eee;
      text-decoration: none; }
      .content .Details .Details_Relevant .productslist a:hover img {
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }

/*新闻列表样式*/
.newslist { overflow: hidden; }
.newslist a { display: block; padding-left: 85px; position: relative; }
.newslist a:hover { text-decoration: none; }
.newslist .newtime { width: 70px; position: absolute; left: 0; top: 0; text-align: right; color: #bdbdbd; }
.newslist .newtime b { font-size: 24px; color: #222; font-family: HELVETICANEUELTPRO-THEX, Arial; line-height: 1.1; font-weight: normal; display: block; }
.newslist .newtext b  overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 16px; line-height: 26px; color: #222; font-weight: normal; display: block; }
.newslist .newtext p { overflow: hidden; margin-top: 18px; height: 46px; color: #999; }

/*page页码样式*/
.page {
  text-align: center;
  clear: both;
  padding-top: 30px; }
  .page .pagination {
    text-align: center; }
    .page .pagination a {
      text-decoration: none;
      color: #a6a6a6;
      font-size: 16px;
      line-height: 40px;
      padding: 0 15px;
      text-align: center;
      display: inline-block;
      border: 0 !important;
      background-color: #f2f4f5;
      height: 40px;
      float: none; }
    .page .pagination p {
      display: inline-block;
      float: none; }
  .page .pagination p, .page .pagination a[title="首页"], .page .pagination a[title="尾页"] {
    display: none; }
  .page .pagination a.cur {
    background-color: #FF6600; }
  .page .pagination a:hover {
    color: #FF6600;
    background-color: #f9f9f9; }
  .page .pagination a[title="上一页"], .page .pagination a[title="下一页"] {
    text-indent: -200000em;
    position: relative; }
  .page .pagination a[title="上一页"]:after {
    content: "<";
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    font: normal normal normal 20px/40px FontAwesome; }
  .page .pagination a[title="下一页"]:after {
    content: ">";
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    bottom: 0;
    font: normal normal normal 20px/40px FontAwesome; }


/*列表页样式*/ 
.List .products { padding-left: 30px; }
.List .products .qebang-row { display: flex; display: -webkit-flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.List .products .products_li { overflow: hidden; margin-bottom: 10px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; float: none; }
.List .products .products_li a { display: block; overflow: hidden; -webkit-transition: all 0.3s; -moz-transition: all 0.3s;-ms-transition: all 0.3s; transition: all 0.3s; }
.List .products .products_li a img { width: 100%; display: block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; }
.List .products .products_li a p { background-color: #fff; text-align: center; line-height: 3.2; position: relative;z-index: 2; }
.List .products .products_li a:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.List .products .products_li:hover { box-shadow: 0 0 20px #eee; }

/*.List .AriticleList .newslist { border: 1px solid #eee; margin-bottom: 15px; }
.List .AriticleList .newslist a { display: block; padding: 20px 25px; color: #555; }
.List .AriticleList .newslist a:hover b { color: #FF6600; }
.List .AriticleList .newslist a b { color: #191919; font-size: 18px; font-weight: 400; display: block; margin-bottom: 10px; }
.List .AriticleList .newslist a p { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }*/

/* 合作伙伴 */
.List .partner { }
.List .partner .qebang-row { display: flex; display: -webkit-flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.List .partner .partner_list { overflow: hidden; margin-bottom: 10px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; float: none; }
.List .partner .partner_list a { display: block; overflow: hidden; position: relative; -webkit-transition: all 0.3s; -moz-transition: all 0.3s;-ms-transition: all 0.3s; transition: all 0.3s; }
.List .partner .partner_list a img { width: 100%; display: block; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; }
.List .partner .partner_list a .partner_text { position: absolute; top:75%; left: 0; width: 100%; height: 100%; background: transparent; color: #fff; z-index: 10; padding: 15px 15px; box-sizing: border-box; transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.List .partner .partner_list a h3 { font-size: 22px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-bottom: 20px; }
.List .partner .partner_list a p {font-size: 14px; line-height: 30px; display: -webkit-box; -webkit-box-orient:vertical; -webkit-line-clamp:4; overflow: hidden; opacity: 0; transition: all .3s; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.List .partner .partner_list a:hover img { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); }
.List .partner .partner_list a:hover .partner_text { top:0;	background: #0e1680; }     
.List .partner .partner_list a:hover p { opacity: 1; }     

/* 特种案例 */
.case_list { overflow: hidden; display: -webkit-box; padding: 10px; }
.case_list dt {  width: 350px; margin-right: 25px; overflow: hidden;}
.case_list dt img { display: block; width: 100%; height: auto; transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s; -ms-transition: all .3s; }
.case_list dd { -webkit-box-flex:1; }
.case_list dd h3 { font-size: 22px; line-height: 36px; margin-bottom: 10px;}
.case_list dd p { font-size: 14px; word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden; }
.case_list:hover { box-shadow: 0 0 20px #eee; }
.case_list:hover dt img { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); }
.case_list:hover dd h3 { color: #FF6600;}


/* 新闻资讯 */ 
.List .AriticleList .newsztyw { border: 1px solid #eee; margin-bottom: 15px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s;    transition: all 0.3s; }
.List .AriticleList .newsztyw a { display: block; padding: 20px 25px; color: #555; overflow: hidden; }
.List .AriticleList .newsztyw a img { display: block; float: left; width: 160px; margin-right: 15px; }
.List .AriticleList .newsztyw a b { font-size: 16px; color: #ff6600; font-weight: 400; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
.List .AriticleList .newsztyw a p { overflow: hidden; display: block; height: 42px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; color: #666; line-height: 1.6; padding-top: 10px; }
.List .AriticleList .newsztyw a:hover { text-decoration: none; }
.List .AriticleList .newsztyw:hover { background-color: #f6f6f6; }
.List .AriticleList .newsztyw:hover span { color: #FF6600; }
.List .AriticleList .newsztyw span { color: #000; display: inline-block; margin-top: 5px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; }



.mapform_list { overflow: hidden; padding-bottom: 30px; }
.mapformtit_title { font-size: 24px; }
.mapcontact { margin-top: 40px; line-height: 40px; font-size: 18px; font-weight: lighter; }
.mapform { }
.mapform .mapformtit { text-align: center; padding-bottom: 20px; }
.mapform .mapformtit h3 { font-size: 24px; }
.mapform .mapformtit p { color: #999; text-transform: uppercase; }
.mapform input[type=text], .mapform textarea { border: 1px solid #eee; padding: 10px 20px; box-sizing: border-box; width: 100%; display: block; font-family: "微软雅黑"; outline: none; height: 46px; line-height: 46px; margin-bottom: 20px; -webkit-transition: all 0.3s; -moz-transition: all 0.3s; -ms-transition: all 0.3s; transition: all 0.3s; }
.mapform input[type=text]:focus, .mapform textarea:focus { border-color: #FF6600; }
.mapform textarea { height: 150px; }
.mapform input[type=submit] { display: block; background-image: linear-gradient(180deg, #FF9F00 0%, #FF6600 100%); box-shadow: 0px 2px 16px 0px rgba(255,104,0,0.58); width: 80%; height: 45px; line-height: 45px; font-size: 20px; color: #FFF; text-align: center; border-radius: 22.5px; margin: 30px auto 0; padding: 0; border: none; }
.mapform input[type=submit]:hover { opacity: 0.8; filter: alpha(opacity=80); }

.mapform_QRcode { text-align: center; overflow: hidden; margin: 30px auto; }
.mapform_QRcode img { width: 50%; display: block; margin: 0 auto;}
.mapform_QRcode span { display: block; font-size: 18px; font-weight: lighter; line-height: 36px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
#map { width: 100%; height: 500px; }


.website_map {}
.website_map > li { padding-bottom: 20px; }
.website_map > li > a { font-size: 24px; display: block; line-height: 36px; }
.website_map > li ul { overflow: hidden; padding-top: 10px; }
.website_map > li ul li { float: left; }
.website_map > li ul li a { display: block; padding-right: 30px; font-size: 18px; line-height: 30px; }
.website_map li a:hover { color: #872e34;}



.triangle-down { width: 0; height: 0; border-left: 50px solid transparent; border-right: 50px solid transparent; border-top: 100px solid red; }
.value-img img{width:100%;margin-top:10px;}
.main_business_list { position: relative; margin-top: 10px;display:flex;border-radius:24px}
.main_business_list li {box-sizing: border-box;padding: 10px;flex:1;border: 5px solid #fff;position: relative;border-radius: 20px;display:flex;justify-content: center;align-items: flex-end;background:rgba(1,25,55,0.58);align-content: space-around; }
.main_business_list li::after,
.main_business_list li::before { content: ''; width: 0; height: 0; border-width: 20px 18px 0; border-color: #fff transparent transparent; position: absolute; border-style: solid; right: -23px; top: -5px; }
.main_business_list li::after{ top: auto; bottom: -5px; border-width: 0 18px 20px; border-color: transparent transparent #fff;}
.main_business_list li:last-child:after,
.main_business_list li:last-child:before { display: none; }
.main_business_list li a { display: block;  transition: all .3s; padding-bottom:10px;margin-top:10px;text-align:center;}
.main_business_list li a div { overflow: hidden; position: relative;margin-top:10px;}
.main_business_list li a div img { display: block; width: 100%; height: auto; transition: all .3s;opacity: 0.6; }
.main_business_list li a span { font-size: 16px;  color: #ff6600;border-bottom:solid #ff6600 1px;margin-top:20px;padding-bottom:4px;overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; display: -moz-box; -moz-line-clamp: 2; -moz-box-orient: vertical; word-wrap: break-word; word-break: break-all; white-space: normal;display:inline;}
.main_business_list li a div span {border-bottom:0; width: 100%; background: none; color: #FFFFFF;line-height: normal; font-size: 24px; }
.main_business_list li a div p{color: #FFFFFF;font-size: 14px; margin-top: 20px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -moz-box; -moz-line-clamp: 2; -moz-box-orient: vertical; word-wrap: break-word; word-break: break-all; white-space: normal; }
/*.main_business_list li a div p { background-image: linear-gradient(180deg, rgba(17,21,64,0.00) 32%, rgba(7,9,30,0.55) 100%);
box-shadow: 0px 2px 20px 0px rgba(31,85,158,0.22); position: absolute; left: 0px; bottom: 0; right: 0px; font-size: 20px; color: #FFF; padding: 10px; opacity: 0; word-break: break-all; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}*/

#moveDiv{top:120px;position:fixed;width:290px;z-index:99999;}
#moveDiv a img {width:100%;}
.scrollsidebar{
            position: absolute;
            bottom: 40px;
z-index:9999;
            left: 2px;}
.scrollsidebar a img{width:150px;}



.floatingAd .ad {
	z-index: 100;
	background: none;
	position: absolute;
	display: none;
}

.floatingAd a {
	color: #000000;
	display: inline-block;
	text-decoration: none;
}

.floatingAd a img {
	border: 0;
}

.floatingAd .close {
	display: none;
}

.floatingAd .opacity {
	position: absolute;
	top: 0;
	width: 100%;
	height: 25px;
	background-color: #000000;
	opacity: 0.20;
	filter: alpha(opacity=20);
}

.opacity1 {
	opacity: 0.90;
	filter: alpha(opacity=90);
}

.floatingAd .text {
	position: absolute;
	top: 0;
	width: 100%;
	height: 25px;
	color: #000000;
	line-height: 25px;
}

.floatingAd .text .button {
	position: relative;
	float: right;
	top: 5px;
	right: 5px;
	width: 16px;
	height: 16px;
	background: url("../images/close.png") no-repeat;
	cursor: pointer;
}

.floatingAd .text .title {
	position: relative;
	float: left;
	font-size: 12px;
	margin-left: 5px;
}