@charset "utf-8";
/* -------------------------------
 --CSS  好视通 www.HST.com
 --by   市场部 Sivan 2016-11-18
 --update  v.2018-04-18
----------------------------------*/
/*公用*/
div, dl, dt, dd, ul, ol, li, form, input, table, tbody, tr, th, em, input, img { margin: 0; padding: 0; }
body { margin: 0; padding: 0; border: none; font-family: "Microsoft YaHei", Helvetica, arial, sans-serif; color: #36475a; background-color: #FFF; font-size: 14px; min-width: 240px; }
a:active, a:focus { outline: none; }
ul, ol, li { list-style: none; }
em, i { font-style: normal; }
ul, ol { list-style: none; }
::-moz-selection {
background:#009CEA;
color:#fff;
}
::selection { background: #00A8EC; color: #fff; }
table { border-collapse: collapse; border-spacing: 0 }
input, select, textarea, button { font-size: 100%; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }
button, input[type=button], input[type=submit] { cursor: pointer }
input[type=search] { -webkit-appearance: textfield }
textarea { overflow-y: auto; resize: vertical }
input .button, .submit { -webkit-transition: all .2s ease-in; -moz-transition: all .2s ease-in; -o-transition: all .2s ease-in; transition: all .2s ease-in; outline: 0 }
em, i { font-style: normal; }
ul, ol { list-style: none; }
.disnone { display: none; }
.overview { margin: 0px auto; padding: 5% 0; color: #666; font-size: 14px; }
.overview h3 { color: #333; }
/*----------通用顶部----------*/ 
#header { position: relative; z-index: 999; width: 100%; height: auto; }
/*----------子网站增加通用顶部2018-04-16----------*/ 
.top_bar { padding: 6px 0; color: #cadef9; background-color: #f8f8f8; }
.dark_nav .top_bar { background: transparent; }

@media screen and (max-width:1200px) {
.top_bar .container { width: 100%; }
}
.top_bar .top_bar_l { padding-left: 4px; }
.top_bar .top_bar_l a { color: #627c9c; ; }
.top_bar .top_bar_l a:hover { color: #0080ff; }
.top_bar .top_bar_r { float: right; display: block; display: inline-block; width: auto; min-width: 40px; vertical-align: middle; margin: 0 auto 0 auto; padding-right: 0px; font-size: 14px; color: #627c9c; overflow: hidden; }
.top_bar .top_bar_r a { color: #627c9c; ; }
.top_bar .top_bar_r a:hover { color: #0080ff; }

@media (max-width: 680px) {
.top_bar { padding: 0; }
.top_bar .top_bar_l { font-size: 12px; }
.top_bar .top_bar_r { font-size: 12px; }
}
/*----------通用主导航----------*/  

/*--首页暗黑（透明）导航--*/

.top_nav_bg { position: absolute; z-index: 100; top: 0px; width: 100%; height: 80px; background-color: #000; opacity: 0; }
.top_nav_main { position: relative; z-index: 999; ; }
.top_nav_bg { position: absolute; z-index: 100; top: 0px; width: 100%; height: 80px; background-color: #FFF; opacity: .9; }
.top_nav_main .top_nav { position: relative; z-index: 999; top: 0px; width: 100%; height: 70px; }
/*--栏目、列表、内页导航--*/ 
.top_nav .logo_w .logo { margin-top: 10px; display: block; float: left; color: transparent; }
.top_nav_bg { position: absolute; z-index: 100; top: 0px; width: 100%; height: 80px; }
.top_nav_main { position: relative; z-index: 999; ; }
.top_nav { position: relative; z-index: 10; top: 0px; width: 100%; height: 70px; }
.top_nav_bg { position: absolute; z-index: 100; top: 0px; width: 100%; height: 80px; background-color: #FFF; opacity: .9; }
.top_nav_main .top_nav { position: relative; z-index: 999; top: 0px; width: 100%; height: 70px; }
.top_nav .nav_w { float: right; display: block; margin: 0 -30px; }
.top_nav .nav_w .nav_li { position: relative; z-index: 99; display: block; display: inline-block; float: left; padding: 0 30px 0 30px; margin: 0 auto; }
.top_nav .nav_w .nav_li h3 { margin: 0; }
.top_nav .nav_w .nav_li h3 a { display: block; position: relative; color: #253b48; font-size: 16px; height: 70px; line-height: 70px; white-space: nowrap; text-overflow: ellipsis; transition: all 0.3s ease; }
.top_nav .nav_w .nav_li h3 a .i_hot { display: block; height: 16px; width: 32px; position: absolute; z-index: 10; right: -38px; top: 10px; background: url(/web/images/i_hot.png) center center no-repeat; color: #FFF; }
.top_nav .nav_w .nav_li h3 a:hover { color: #0080ff; }
.top_nav .nav_w .nav_li h3 a::after { content: ""; display: block; width: 0; height: 3px; background-color: #0080ff; margin: auto; position: absolute; left: 0; right: 0; bottom: 0px; ; transition: all 0.3s ease; }
.top_nav .nav_w .nav_li h3 a:hover::after, .top_nav .nav_w .nav_li.on h3 a::after { position: absolute; left: 0; right: 0; top: 67px; content: ""; display: block; width: 100%; ; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }
/**二级导航**/
.top_nav .sub_w { position: absolute; z-index: 10; top: 0; left: 0; top: 70px; right: 0; width: 100px; min-width: 100%; max-width: 100%; height: auto; text-align: center; margin: auto; background-color: #F8F8F8; background-color: rgba(255, 255, 255, 1); box-shadow: rgba(0,0,0,0.1) 0px 10px 30px 0px; white-space: nowrap; overflow: hidden; }
.top_nav .sub_w .sub_nav li { padding: 0; }
.top_nav .sub_w .sub_nav li a { display: block; font-size: 14px; color: #253b48; margin: 10px auto; }
.top_nav .sub_w .sub_nav li a:hover { color: #009CEA; }
.top_nav .sub_w .sub_nav li a h4 { font-size: 14px; }
.top_nav .sub_w .sub_nav li a:hover h4 { color: #009CEA; }
/*----------手机平板导航----------*/ 
/*--------
.nav_m { display: none; }
.nav_m .menu_m { background: transparent; border: none; width: 26px; height: 20px; padding: 4px; outline: none; position: absolute; top: 13px; right: 20px; z-index: 2000; }
.nav_m .menu_m::before, .menu_m::after, .menu_m span { background: #2ccfa3; }
.nav_m .menu_m.open::before, .menu_m.open::after, .menu_m.open span { background: #2ccfa3; }
.nav_m .menu_m::before, .menu_m::after { content: ''; position: absolute; height: 2px; width: 100%; left: 0; top: 50%; -webkit-transform-origin: 50% 50%; transform-origin: 50% 50%; -webkit-transition: -webkit-transform 0.25s; transition: transform 0.25s; }
.nav_m .menu_m span { position: absolute; width: 100%; height: 2px; left: 0; overflow: hidden; text-indent: 200%; -webkit-transition: opacity 0.25s; transition: opacity 0.25s; }
.nav_m .menu_m::before { -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); }
.nav_m .menu_m::after { -webkit-transform: translate3d(0, 10px, 0); transform: translate3d(0, 10px, 0); }
.nav_m .open.menu_m span { opacity: 0; }
.nav_m .open.menu_m::before { -webkit-transform: rotate3d(0, 0, 1, 45deg); transform: rotate3d(0, 0, 1, 45deg); }
.open.menu_m::after { -webkit-transform: rotate3d(0, 0, 1, -45deg); transform: rotate3d(0, 0, 1, -45deg); }
----*/ 

/*移动端菜单 x2018-04-16*/
.nav_m { display: none; }
.nav_m .menu_m { display: inline-block; vertical-align: middle; padding: 10px; background: transparent; width: 100%; border: none; width: 24px; height: 20px; padding: 4px; outline: none; position: absolute; top: 15px; right: 15px; z-index: 2000; }
.nav_m .menu_m span { display: block; width: 20px; height: 2px; margin-bottom: 5px; position: relative; background: #008fd7; ; border-radius: 3px; z-index: 1; -webkit-transform-origin: 20px; transform-origin: 20px; transition: background .5s cubic-bezier(.77, .2, .05, 1), opacity .55s ease, transform .5s cubic-bezier(.77, .2, .05, 1), width .5s; }
.nav_m .menu_m span:nth-last-child(2) { transform: rotate(0); transition: width .5s ease; }
.nav_m .menu_m.open span:nth-last-child(2) { width: 0; opacity: 0; transform: rotate(0); transition: width .5s; }
.nav_m .menu_m.open span { opacity: 1; transform: rotate(45deg); }
.nav_m .menu_m span:last-child { margin-bottom: 0; }
.nav_m .menu_m.open span:nth-last-child(3) { opacity: 1; transform: rotate(-45deg); }
.nav_m .hideul { width: 100%; min-height: 601px; height: auto; background-color: rgba(243, 243, 243, 0.98); ; position: absolute; z-index: 100; left: 0; top: 50px; -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1); -moz-box-shadow: 0 15px 30px rgba(0,0,0,0.1); box-shadow: 0 15px 30px rgba(0,0,0,0.1); }
.nav_m .nav_m_list { width: 100%; background-color: rgba(243, 243, 243, 0.90); ; position: absolute; z-index: 100; left: 0; top: 54px; -webkit-box-shadow: 0 15px 30px rgba(0,0,0,0.1); -moz-box-shadow: 0 15px 30px rgba(0,0,0,0.1); box-shadow: 0 15px 30px rgba(0,0,0,0.1); }
.nav_m_list { display: none; }
.nav_m_list ul.submenu { width: 100%; display: none; position: static }
.nav_m li { list-style: none; background-color: #F9F9F9; color: #666; -webkit-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }
.nav_m li:nth-child(odd) { background: #f2f2f2; }
.nav_m li a { position: relative; display: block; width: 100%; line-height: 80px; font-size: 16px; text-align: left; padding-left: 20px; color: #181F28; -webkit-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }
.nav_m li a:hover { color: #028DD7; background-color: #fff }
.nav_m li span { position: absolute; top: 18px; left: 20px; font-size: 14px; color: #666; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
.nav_m li a:hover, .nav_m li.active a, .nav_m li.active a span, .nav_m li a:hover span, .nav_m li a:hover i { color: #008fd7; }
.nav_m .m_demo_w { display: block; padding: 40px 20px; text-align: left; font-size: 22px; color: #028DD7; background-color: #DDD; }
/*移动端二级导航*/
.active ul.submenu { display: block; overflow: hidden }
.nav_m li a i { position: absolute; display: block; width: 15px; height: 15px; text-align: center; text-indent: -9999px; line-height: 10px; font-size: 22px; right: 15px; top: 32px; color: #999; -webkit-transition: 0.5s ease all; -moz-transition: 0.5s ease all; transition: 0.5s ease all; background: url(/web/images/icon_m_nav_l.png) no-repeat center center }
.nav_m li.active a i { background: url(/web/images/icon_m_nav_l_h.png) no-repeat center center; color: #008CD7; transform: rotate(90deg); -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -o-transform: rotate(90deg); -ms-transform: rotate(90deg); }
.nav_m li a .i_hot { display: block; height: 16px; width: 32px; position: absolute; z-index: 10; left: 100px; top: 31px; background: url(/web/images/i_hot.png) center center no-repeat; color: #FFF; }
.nav_m li .submenu li a { display: block; font-size: 14px; background-color: #008fd7; ; color: #FFF; line-height: 52px; -webkit-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; }
.nav_m li.active .submenu li a:hover { background-color: #0da1ec; color: #FFF; }

/*----------手机平板导航----------*/ 


/*媒体查询-导航 max-1200*/
@media screen and (max-width:1200px) {
.top_nav, .top_nav_bg { height: auto; }
.top_nav .logo_w .logo { margin: 12px 0; width: 150px; }
#nav { display: none; }
.top_nav .phone_w { display: none; }
.nav_m { display: block !important; }
}

/*媒体查询-导航 min-990 max-1119*/
@media screen and (min-width: 990px) and (max-width: 1199px) {
.nav_m { display: none; }
}

/*媒体查询-导航 max-990*/
@media screen and (max-width:990px) {
.top_nav, .top_nav_bg { min-height: 50px; height: auto; }
.top_nav .logo_w .logo { margin: 12px 0; width: 150px; }
#nav { display: none; }
.top_nav .phone_w { display: none; }
.nav_m { display: block !important; }
}

/*媒体查询-导航 max-768*/
@media screen and (max-width: 768px) {
#nav { display: none; }
.top_nav .phone_w { display: none; }
.nav_m { display: block; }
}

/*媒体查询-导航 max-320*/
@media screen and (min-width: 320px) and (max-width: 600px) {
#nav { display: none; }
.top_nav .phone_w { display: none; }
.nav_m { display: block; }
}

/*媒体查询-导航 max-320*/
@media screen and (max-width: 320px) {
#nav { display: none; }
.top_nav .phone_w { display: none; }
.nav_m { display: block; }
}
/*二级导航*/
.nav .sub li.sub_w_c .section_nav_text { padding: 0px 30px; text-align: left; }
.nav .sub li.sub_w_c .section_nav_text h4 { text-align: left; margin: 0px; margin-bottom: 10px; }
.nav .sub li.sub_w_c .section_nav_text h4 a { color: #009DEB; font-size: 16px; }
.nav .sub li.sub_w_c .section_nav_text h4 a:hover { color: #06BFFC; }
.nav .sub li.sub_w_c .industry_list { overflow: hidden; ; }
.nav .sub li.sub_w_c .industry_list li { float: left; display: block; font-size: 14px; min-width: 100px; line-height: 32px; margin: 0; }
.nav .sub li.sub_w_c .industry_list li a { color: #333; font-size: 15px; }
.nav .sub li.sub_w_c .industry_list a:hover { color: #009DEB; }
#main { min-height: 500px; }
/*招聘列表*/
.zp_list_banner { position: relative; z-index: 10; width: 100%; height: 320px; overflow: hidden; background: linear-gradient(to top, #21a4de 0, #9bdf79 100%); }

@media (max-width:680px) {
.zp_list_banner { height: 200px; }
}
.zp_list_banner .container-fluid { padding-right: 0px; padding-left: 0px; }
.zp_list_banner .container-fluid img { margin: auto; position: absolute; top: 0; left: 0; bottom: 0; right: 0; z-index: 100; }
/*图片切换*/
.zoombox { width: 931px; margin: 0px auto 0 auto; }
.zoompic { border: solid 1px #dfdfdf; width: 927px; height: 617px; background: url(/web/images/loading.gif) no-repeat 50% 50%; }
.sliderbox { height: 78px; overflow: hidden; margin: 6px 0 0 0; }
.sliderbox .arrow-btn { width: 38px; height: 78px; background: url(/web/images/btn_lr.png) no-repeat; cursor: pointer; }
.sliderbox #btn-left { float: left; background-position: -38px 0px; }
.sliderbox #btn-left.dasabled { background-position: -0px -0px; }
.sliderbox #btn-right { float: right; background-position: -38px -74px; }
.sliderbox #btn-right.dasabled { background-position: -0px -74px; }
.sliderbox .slider { float: left; height: 78px; width: 845px; position: relative; overflow: hidden; margin: 0 0 0 3px; display: inline; }
.sliderbox .slider ul { position: absolute; left: 0; width: 999em; }
.sliderbox .slider li { float: left; width: 121px; height: 78px; text-align: center; }
.sliderbox .slider li img { width: 112px; border: solid 1px #dfdfdf; }
.sliderbox .slider li.current img { border: solid 1px #07A3F0; }
/*图片切换*/
/*关于我们导航*/
.about_nav_w { position: relative; width: 100%; height: auto; margin: 0 auto; text-align: center; padding: 12px 0px; background-color: #F5F5F5; }
.about_nav_w .rline { width: 20%; float: left; line-height: 24px; padding: 0px 10px; font-size: 16px; border-right: 1px #DDD solid; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
.about_nav_w .active { color: #008FD7; }
.search_index .search_index_box { width: 640px; margin: 260px auto 0; padding: 10px; background: hsla(0,0%,0%,.6); line-height: 50px; border-radius: 4px; }
.search_index .search_hot { margin-top: 10px; }
.search_index .search_index_box p { line-height: 28px; }
.search_index .srk { display: block; float: left; width: 520px; height: 50px; padding: 0 8px; border-radius: 4px 0 0 4px; margin: 0 !important; border: 0; }
.ssan { display: block; float: left; width: 100px; height: 50px; padding: 0 30px; border-radius: 0px 4px 4px 0px; margin: 0 !important; border: 0; background-color: #008fd7; color: #fff; }

@media (max-width:480px) {
.about_nav_w .rline { width: 46%; float: left; padding: 5px 10px; margin: 2% 2%; font-size: 16px; line-height: 32px; border: 1px #DDD solid; white-space: nowrap; text-overflow: ellipsis; text-align: center; }
}
/*关于我们-企业文化*/
.company_culture_w { color: #666; font-size: 14px; }
.company_culture_w .text-w em { display: block; margin: 30px auto 0 auto; width: 30px; height: 2px; background-color: #00A8EC; }
.xiawucha_w { height: auto; padding: 20px; }
.xiawucha_w .text-w { width: 100%; float: none; margin: 0 auto; overflow: hidden; }
.company_culture_w .xiawucha_w h1 { color: #333; font-size: 22px; margin-left: 0px; margin-bottom: 30px; padding-left: 10px; border-left: 4px solid #008FD7; }
.xiawucha_w img { padding: 10px; border: 1px solid #ddd; }
.xiawucha_w .photo_show { margin-top: 20px; margin-bottom: 20px; width: 100%; margin: 0 auto; text-align: center; overflow: hidden; }
.xiawucha_w .left-w, .xiawucha_w .center-w, .xiawucha_w .right-w { overflow: hidden; float: left; }
.xiawucha_w .left-w { width: 18%; height: auto; overflow: hidden; }
.xiawucha_w .left-w .left-w-t { margin-bottom: 20px; }
.xiawucha_w .center-w { width: 51%; height: auto; overflow: hidden; margin: 0 28px; }
.xiawucha_w .center-w .center-w-t { margin-bottom: 20px }
.xiawucha_w .center-w .center-w-b {/*! overflow: hidden; */ }
.xiawucha_w .center-w .center-w-b .center-w-b-l { width: 48%; float: right; }
.xiawucha_w .center-w .center-w-b .center-w-b-r { width: 48%; float: left; }
.xiawucha_w .right-w { width: 21%; height: auto; overflow: hidden; }
.xiawucha_w .right-w .right-w-t { margin-bottom: 20px }
.xiawucha_w .photo_show img { width: 100%; }

@media only screen and (max-width: 640px) {
.xiawucha_w .right-w, .xiawucha_w .left-w, .xiawucha_w .center-w { width: 100% }
.xiawucha_w .center-w { width: 100%; height: auto; overflow: hidden; margin: 20px 0px; }
}
.company_culture_w .p_w { margin-top: 20px; margin-bottom: 30px; overflow: hidden; }
.company_culture_w .p_w .text_w { }
.company_culture_w .p_w .image_w { margin-top: 5px; padding: 20px; }
.company_culture_w .p_w .image_w img { padding: 10px; border: 1px solid #EEE }
.company_culture_w h1 { color: #333; font-size: 22px; margin-left: 10px; margin-bottom: 15px; padding-left: 10px; border-left: 4px solid #008FD7; }
.company_culture_w p { line-height: 32px; padding-left: 10px; max-width: 600px }
.company_culture_w .text_w .img_w { overflow: hidden; }
.company_culture_w .text_w .img_w { margin-top: 20px;/*! margin-bottom:20px; */ max-width: 600px; }
.company_culture_w .text_w .img_w div { float: left; }
.company_culture_w .text_w .img_w img { padding: 10px; border: 1px solid #EEE; }
/*关于我们-办公环境*/
.about_swiper_w { position: relative; z-index: 100; width: 100%; height: 100%; height: 620px; margin-top: 40px; margin-bottom: 40px; }
.about_swiper_w .swiper-button-next, .about_swiper_w .swiper-button-prev { color: #FFF; border-radius: 30px; background: #000; font-size: 22px; opacity: .4; width: 50px; height: 50px; line-height: 50px; text-align: center }
.about_swiper_w .swiper-button-prev:hover, .about_swiper_w .swiper-button-next:hover { color: #FFF; background: #000; opacity: 0.8; }
.about_swiper_w .swiper-button-next { right: 5% }
.about_swiper_w .swiper-button-prev { left: 5% }

@media screen and (max-width:640px) {
.about_swiper_w .swiper-button-next { right: 2%; background: none; border: 0px; }
.about_swiper_w .swiper-button-prev { left: 2%; background: none; border: 0px; }
}

@media screen and (max-width:320px) {
.about_swiper_w .swiper-button-next { right: 1% }
.about_swiper_w .swiper-button-prev { left: 1% }
}
.about_swiper_w .swiper-container { width: 100%; height: 300px; margin-left: auto; margin-right: auto; }
.about_swiper_w .swiper-slide { background-size: cover; background-position: center; }
.about_swiper_w .gallery-top { height: 80%; width: 100%; }
.about_swiper_w .gallery-thumbs { background-color: #f5f5f5; height: 20%; box-sizing: border-box; padding: 10px 0; }
.about_swiper_w .gallery-thumbs .swiper-slide { width: 36%; height: 100%; opacity: 0.8; }
.about_swiper_w .gallery-thumbs .swiper-slide-active { opacity: 1; }
/*----------页码----------*/
.page_number { text-align: center; margin: 30px auto; }
.page_number a, .page_number span { height: 32px; line-height: 32px; border: solid 1px #CCCCCC; padding: 0px 20px; text-decoration: none; color: #666; display: inline-block; margin: 10px 10px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.page_number span { background-color: #009DEB; color: #FFF; border: solid 1px #009DEB; }
.page_number a:hover { color: #F60; border: solid 1px #009DEB; color: #FFF; background-color: #009DEB; }

@media screen and (max-width: 480px) {
.page_number { margin: 30px; auto;
}
.page_number .container { margin: 0 -30px }
.page_number a { height: 32px; line-height: 32px; border: solid 1px #CCCCCC; padding: 0px 20px; text-decoration: none; color: #666; display: inline-block; margin: 0px 10px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
}
/*-----底部-----*/
#footer { background-color: #262a33; color: #81858c;  max-width: 100%; overflow: hidden; }
#footer .footer_advantage_w { max-width: 100%; overflow: hidden; }
#footer .footer_advantage_w .container { padding: 0; border-bottom: 1px solid #2e333d; }
#footer .container { padding: 0; }
#footer .container .col-md-2 { padding: 0; width: 13%; }
#footer .footer_advantage { color: #72767b; padding: 30px 0; margin-right: -270px; }
#footer .footer_advantage_w .advantage_list { color: #FFF; font-size: 16px; display: inline-block; vertical-align: middle; text-align: left; float: left; width: 25%; height: 100%; }
#footer .footer_advantage_w .advantage_list .icon { display: inline-block; width: 32px; height: 32px; vertical-align: middle; margin-right: 10px; }
#footer .footer_advantage_w .advantage_list .icon_1 { background: url(/web/images/icon_advantage.html) no-repeat 0 0; }
#footer .footer_advantage_w .advantage_list .icon_2 { background: url(/web/images/icon_advantage.html) no-repeat 0 -42px; }
#footer .footer_advantage_w .advantage_list .icon_3 { background: url(/web/images/icon_advantage.html) no-repeat 0 -84px; }
#footer .footer_advantage_w .advantage_list .icon_4 { background: url(/web/images/icon_advantage.html) no-repeat 0 -126px; }
#footer .footer_w { padding: 20px 0 20px 0; }
#footer .footer_w h5 { margin-bottom: 20px; }
#footer .footer_w h5, #footer .footer_w h5 a { color: #FFF; }
#footer .footer_w h5:hover, #footer .footer_w h5 a:hover { color: #008FD7; }
#footer .footer_menu a { line-height: 32px; color: #7f868b }
#footer .footer_menu a:hover { color: #008FD7; }
#footer .footer_menu { }
#footer .erweima_w { overflow: hidden;float: right; }
#footer .erweima_w .f_erweima_img { width: 210px; float: left; margin-top: 13px; margin-right: 20px; }
#footer .erweima_w .f_erweima_img img { max-width: 210px; color: #262A33; }
#footer .erweima_w .f_contact_text { float: left; color: #FFF; }
.f_contact_text a { color: #FFF; }
#footer .erweima_w .f_contact_text h1 { font-size: 32px; font-weight: 700; margin: 20px 0 20px 0; }
#footer .erweima_w .f_contact_text p { letter-spacing: 2px; }
#footer .erweima_w .f_contact_btn { float: left }
/*按钮*/
#footer .erweima_w .f_contact_btn .btn_view_footer { display: block; display: inline-block; width: auto; min-width: 60px; padding: 0 30px; height: 42px; line-height: 42px; margin: 24px 30px 0px 0px; text-align: center; font-size: 14px; color: #FFF; background-color: #009DEB; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.f_contact_btn .btn_view_footer:hover { background-color: #008fd7; }
#footer .erweima_w .f_contact_btn .btn_view_yellow { background-color: #ffb22d; }
.footer_link_set { }
.footer_link_set p { margin: 0px 0 0px 0; }
.footer_link_set .link_set { padding-top: 20px; border-top: 1px solid #2e333d; }
.footer_link_set .link_set a { margin-right: 20px; color: #81858c; }
.footer_link_set .link_set a:hover { color: #008fd7; }
.copyright_w {color: #ffffff; overflow: hidden; line-height: 32px;text-align: center;border-top-color: #ffffff; border-top-style: inset; border-top-width: 1px; }
.copyright_w .copyright_span { float: left; }
.copyright_w .copyright_span a { color: #81858c; }
.copyright_w .copyright_span a:hover { color: #008fd7; }
.copyright_w .safe_w { float: right; opacity: .8; filter: alpha(opacity=100)\5; }
.copyright_w .safe_w a { padding-left: 5px; }
.copyright_w .safe_w a img { width: 24px; }
#footer .link_w { margin-top: 10px; margin-bottom: 20px; height: auto; }
#footer .link_w #yqlj { position: relative; cursor: pointer; color: #FFF; }
#footer .link_w .yqljnr { display: block; padding: 0px }
#footer .on .yqljnr { display: none; }
#footer .on #yqlj { color: #81858c; ; }
#footer .link_w #yqlj i { position: absolute; font-family: "宋体"; margin-left: 5px; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
#footer .on #yqlj i { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); color: #08A3F0; }
#footer .link_w #yqljnr { width: 100% }
#footer .link_w #yqljnr a { padding-right: 14px; font-size: 12px; color: #7f868b; }
#footer .link_w #yqljnr a:hover { color: #008fd7; }
/*--------------------通用底部--------------------*/
.footer { background-color: #262a33; height: auto; padding: 10px 0px 10px 0px; }
.footer, .footer .f_nav_w p, .footer .f_nav_w a { color: #AAA; }
.footer .f_nav_w { }
.footer .f_nav_w .f_padding { padding-top: 30px; }
.footer .f_nav_w li { list-style: none; margin: 8px 0; }
.footer .footer_bottom_w { margin-top: 20px; color: #999; }
.footer .footer_bottom_w a { color: #999; }
.footer .footer_bottom_w .copy_w { }
.footer .footer_bottom_w .safe_w { margin-top: 25px; }
.footer .footer_bottom_w .copy_w .f_nav { overflow: hidden; }
.footer .footer_bottom_w .copy_w .copyright { padding-top: 0px; text-align: left; line-height: 24px; }
.footer .footer_bottom_w .copy_w .f_nav span { float: left; margin-right: 20px; line-height: 24px; }
.footer .footer_bottom_w .safe_w li { margin-right: 8px }
.footer .link_w { margin-top: 10px; margin-bottom: 20px; height: auto; }
.footer .link_w #yqlj { position: relative; cursor: pointer; padding-right: 10px; padding-left: 10px; color: #AAA; }
.footer .link_w .yqljnr { display: none; }
.footer .on .yqljnr { display: block; }
.footer .on #yqlj { color: #08A3F0; }
.footer .link_w #yqlj i { position: absolute; font-family: "宋体"; margin-left: 5px; -webkit-transition: all 0.4s ease; -o-transition: all 0.4s ease; transition: all 0.4s ease; }
.footer .on #yqlj i { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); color: #08A3F0; }
.footer .link_w #yqljnr { width: 100% }
.footer .link_w #yqljnr a { padding-right: 12px; font-size: 12px; color: #999;}
.footer .link_w #yqljnr a:hover { color: #FFF; }
.footer a:hover { color: #fff; }
.navtit { display: block; font-size: 20px; height: 32px; line-height: 32px; margin-bottom: 20px; }
.footer .f_nav_w .testbutton { display: block; width: 80%; margin: 0 auto; font-size: 16px; background-color: #009DEB; text-align: center; line-height: 40px; color: #fff; margin-bottom: 20px; -webkit-border-radius: 30px; -moz-border-radius: 30px; border-radius: 30px; }
.footer .testbutton:hover { background-color: #0390d6 }
.footericon li { padding-left: 10px; }
.footericon { vertical-align: text-bottom; ; }
.customer .carousel-caption { text-shadow: none; color: #666; }
.yinhao { height: 50px; font-size: 14px; line-height: 32px; padding: 1% 8%; color: #666; background: url(/web/images/yinhao1.html) top left no-repeat, url(/web/images/yinhao2.html) bottom right no-repeat; }
.customer { margin-top: 10px; position: relative; /*! height: 330px; */ overflow: hidden; }
.customerbox { position: relative; }
.bd ul li { margin-right: 20px; float: left; height: 24px; line-height: 24px; text-align: left; _display: inline; }
.sright, .sleft { position: absolute; z-index: 5; }
.sright { right: -10%; top: 50%; }
.sleft { left: -10%; top: 50%; }

/*--------------------手机底部2016-12-21--------------------*/
@media (max-width:970px) {
#footer { display: none; }
.m_footerr_w { display: block; }
.m_footer_nav_w { display: block; }
#goTopBtn { right: 10px; bottom: 70px; }
#doyoo_monitor, #doyoo_panel, #doyoo_share { display: none !important; }/*手机网页隐藏乐语弹窗、左侧、分享*/
}

@media (min-width:969px) {
.m_footerr_w { display: none; }
.m_footer_nav_w { display: none; }
}
.m_footerr_w { background-color: #262A33; padding: 20px 10px 60px 10px; }
.m_footerr_w .m_footerr { max-width: 750px; margin: 0 auto; }
.m_footerr_w .m_footer_t_l { float: left; font-size: 16px; color: #929292; line-height: 24Px; }
.m_footerr_w .m_footer_t_l .m_footer_phone { font-size: 32px; margin: 20px auto; color: #CCC; }
.m_footerr_w .m_footer_t_r { float: right; display: table; margin: 10px auto; width: 180px; height: 180px; }
.m_footerr_w .m_footer_t_r span { display: table-cell; vertical-align: middle; }

@media (max-width:922px) {
.m_footerr_w .m_footer_t_l { float: left; font-size: 16px; color: #929292; line-height: 24Px; }
.m_footerr_w .m_footer_t_l .m_footer_phone { font-size: 32px; margin: 16px auto; color: #CCC; }
.m_footerr_w .m_footer_t_r { float: right; display: table; margin: 10px auto; width: 180px; height: 180px; }
.m_footerr_w .m_footer_t_r span { display: table-cell; vertical-align: middle; }
}

@media (max-width:750px) {
.m_footerr_w .m_footer_t_l { float: left; font-size: 16px; color: #929292; line-height: 24Px; }
.m_footerr_w .m_footer_t_l .m_footer_phone { font-size: 32px; margin: 20px auto; color: #CCC; }
.m_footerr_w .m_footer_t_r { float: right; display: table; margin: 10px auto; width: 180px; height: 180px; }
.m_footerr_w .m_footer_t_r span { display: table-cell; vertical-align: middle; }
}

@media (max-width:680px) {
.m_footerr_w .m_footer_t_l { float: left; font-size: 14px; color: #929292; line-height: 24Px; }
.m_footerr_w .m_footer_t_l p { margin: 8px 0 8px 0; }
.m_footerr_w .m_footer_t_l .m_footer_phone { font-size: 32px; margin: 10px auto; color: #CCC; }
.m_footerr_w .m_footer_t_r { float: right; display: table; margin: 10px auto; width: 180px; height: 180px; }
.m_footerr_w .m_footer_t_r span { display: table-cell; vertical-align: middle; }
}

@media (max-width:480px) {
.m_footerr_w .m_footer_t_l { float: left; font-size: 14px; color: #7f868b; line-height: 24Px; }
.m_footerr_w .m_footer_t_l p { margin: 4px 0 4px 0; }
.m_footerr_w .m_footer_t_l .m_footer_phone { font-size: 32px; margin: 10px auto; color: #CCC; }
.m_footerr_w .m_footer_t_r { float: right; display: table; margin: 10px auto; width: 180px; height: 180px; }
.m_footerr_w .m_footer_t_r span { display: table-cell; vertical-align: middle; }
}

@media (min-width:320px) and (max-width:480px) {
.m_footerr_w .m_footer_t_l { float: none; width: 100%; text-align: center; font-size: 14px; color: #7f868b; ; line-height: 20Px; }
.m_footerr_w .m_footer_t_l .m_footer_phone { font-size: 32px; margin: 30px auto; color: #CCC; }
.m_footerr_w .m_footer_t_r { float: none; display: table; text-align: center; width: 180px; height: 180px; margin: 10px auto; }
.m_footerr_w .m_footer_t_r span { display: table-cell; vertical-align: middle; }
}

@media (max-width:320px) {
.m_footerr_w .m_footer_t_l { float: none; width: 100%; text-align: center; font-size: 14px; color: #7f868b; line-height: 20Px; }
.m_footerr_w .m_footer_t_l .m_footer_phone { font-size: 32px; margin: 20px auto; color: #CCC; }
.m_footerr_w .m_footer_t_r { float: none; display: table; text-align: center; width: 180px; height: 180px; margin: 10px auto; }
.m_footerr_w .m_footer_t_r span { display: table-cell; vertical-align: middle; }
}
.m_footer_nav_w { position: fixed; z-index: 999; ; bottom: 0; height: 60px; min-width: 240px; width: 100%; margin: 0 auto; background-color: #FFF; color: #42566e; font-size: 12px; text-align: center; }
.m_footer_nav_w .m_footer_nav { max-width: 1200px; margin: 0 auto; }
.m_footer_nav_w .m_footer_nav li a { display: block; float: left; height: 60px; text-align: center; min-height: 1px; padding: 5px 5px; font-size: 14px; color: #36475a; border: 1px solid #E7E7E7; border-right: none; }
.m_footer_nav_w .m_footer_nav li a div { width: 120px; height: 60px; margin: 10px auto; }
.m_footer_nav_w .m_footer_nav li a:hover { color: #089AF8; background-color: #F2F2F2; }
.m_footer_nav_w .m_footer_nav li a p { margin: 0; line-height: 12px; height: 34px; line-height: 34px; float: left; }
.m_footer_nav_w .m_footer_nav li a .m_footer_icon { display: block; width: 34px; height: 34px; margin: 0 auto; float: left; }
/*.m_footer_nav_w .m_footer_nav li a .m_icon_ty { background: url(/web/images/icon_zixun.png) no-repeat 0 0; background-size: cover; }
.m_footer_nav_w .m_footer_nav li a .m_icon_zx { background: url(/web/images/icon_biaodan.png) no-repeat 0 0; background-size: cover; }
.m_footer_nav_w .m_footer_nav li a .m_icon_xz { background: url(/web/images/m_download.html) no-repeat 0 0; background-size: cover; }
.m_footer_nav_w .m_footer_nav li a .m_icon_dh { background: url(/web/images/icon_dianhua.png) no-repeat 0 0; background-size: cover; }*/
/*----------低版本IE6 7 8 IE内核（兼容）提示升级浏览器----------*/
#browser_ie { position: absolute; font-size: 12px; top: 62px; z-index: 9999; background-color: #f6f6b4; display: none; width: 100%; height: 120px; color: #000; font-size: 15px }
#browser_ie .brower_info { position: relative; margin: 0px auto; width: 1100px; padding-top: 20px; }
#browser_ie .brower_info .notice_info { position: absolute; margin-top: 5px; left: 0px; }
#browser_ie .brower_info .notice_info p { text-align: left; line-height: 25px; width: 600px; display: inline-block; }
#browser_ie .browser_list { position: absolute; left: 620px; top: 30px; }
#browser_ie .browser_list img { width: 40px; height: 40px; }
#browser_ie .browser_list span { text-align: center; width: 80px; display: inline-block; }
#browser_ie .close_btn { width: 18px; height: 18px; background: url(/web/images/xzb-cbtn.png) no-repeat; border-radius: 50%; position: absolute; right: 100px; top: 20px; cursor: pointer; }
.mask { position: absolute; top: 0px; filter: alpha(opacity=60); background-color: #777; z-index: 1002; left: 0px; opacity: 0.5; -moz-opacity: 0.5; }
/*返回顶部*/
.totop { width: 42px; height: 42px; position: fixed; z-index: 9999; right: 20px; bottom: 20px; display: none; background: url(/web/images/totop.png) no-repeat 0 0px; -webkit-transition: all 0.2s ease-in-out; _position: absolute; _top: expression(documentElement.scrollTop + documentElement.clientHeight-this.offsetHeight;
opacity: 0.8; filter: alpha(opacity=80); -moz-transition: opacity 0.3s ease-in, opacity 0.3s ease-out; -webkit-transition: opacity 0.3s ease-in, opacity 0.3s ease-out; transition: opacity 0.3s ease-in, opacity 0.3s ease-out; );/*for IE6*/
}
.totop:hover { background: url(/web/images/totop.png) no-repeat 0 -42px; opacity: 1; filter: alpha(opacity=100); }
.rline { border-right: 1px #eee solid; }
