
/* CSS BY www.softmoon.com.cn */
body { font-family: "Microsoft YaHei", "Open Sans", sans-serif; font-size: 14px; color:#333; margin:0; padding: 0;}
* { padding: 0px; margin: 0px;}
ul { margin:0; padding: 0;}
li { margin:0; padding: 0;}
section {overflow:hidden !important;}
input:hover,input:focus {outline:none !important;}
a {text-decoration:none;-webkit-transition:0.5s;transition:0.5s;}
a:hover,a:hover {color:#ff0000;text-decoration:none;-webkit-transition:0.5s;transition:0.5s;}
a {color:#333;-webkit-transition:0.5s;transition:0.5s;}
a:hover {color:#ff0000;-webkit-transition:0.5s;transition:0.5s;}
p {color:#979797;line-height:1.625;font-size:14px;margin-bottom:0px;}
a:focus,.button:focus,button:focus,.btn:focus {text-decoration:none;outline:none;box-shadow:none;-webkit-transition:1s;transition:1s;}
ul {list-style:none;margin:0;padding:0;}
@font-face{ font-family:BEBAS; src:url(../font/BEBAS.TTF);}
@media (min-width: 1400px){
  .container { width: 1226px;}
}
@media (min-width: 1920px){
  .container { width: 1440px;}
}
.border-radius-10 { border-radius:10px;}
.mb-30 { margin-bottom:30px;}
.hover-up-3 { transition: 0.2s; overflow:hidden;}
.hover-up-3:hover { transform: translateY(-3px); transition: 0.2s;}

.main_menu { padding:10px 0px;}
.main_menu .container { width: 1440px;}
.main_menu .navbar-brand { height: auto;}
.main_menu .navbar { padding:0px; margin-bottom: 0px;}
.main_menu .navbar-nav { margin-top: 32px; margin-left: 90px;}
.main_menu .navbar .main-menu-item { text-align: center !important; justify-content: center;}
.main_menu .navbar .main-menu-item .navbar-nav a { padding:0px 26px; font-size:16px; color:#fff; text-transform:capitalize;}
.main_menu .navbar .main-menu-item .navbar-nav a:hover {color:#fff600;}
.home_menu { position:absolute;left:0;top:0;width:100%;z-index:999;}
.dropdown-menu {border:0px solid rgba(0,0,0,0.15) !important;background-color:#fafafa;}
.dropdown .dropdown-menu {transition:all 0.5s;overflow:hidden;transform-origin:top center;transform:scale(1,0);display:block;margin-top:18px;}
.dropdown .dropdown-menu .dropdown-item {font-size:14px;padding:8px 20px !important;}
.dropdown:hover .dropdown-menu {transform:scale(1);}
.menu_fixed {position:fixed;z-index:9999 !important;width:100%;background-color:#fff;box-shadow:0px 10px 15px rgba(0,0,0,0.05);}
.menu_fixed .navbar .main-menu-item .navbar-nav a { color:#666;}
.menu_fixed .navbar .main-menu-item .navbar-nav a:hover { color:#ff0000;}
.menu_tel { padding: 6px 12px; font-size: 14px; background-color: #fff000; ; border: 2px solid #eddf00; display: inline-block; text-transform: capitalize; -webkit-transition: 0.5s; transition: 0.5s; position: absolute; right: 15px; top: 25px; border-radius: 4px;}
.menu_tel a {color: #976e00; font-weight: 700;}
/*--------------首页大图-------------------*/
.focusPicture-mod { height: 780px;}
.focusPicture-mod .swiper-container { width: 100%; height: 100%; margin-left: auto; margin-right: auto;}
.focusPicture-mod .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
    background-position: 50% 50%;
}
.focusPicture-mod .swiper-slide img { width:100%; height: 100%; object-fit: cover;}
.focusPicture-mod .swiper-slide a { display:block; width: 100%; height: 100%;}
.focusPicture-mod .swiper-pagination-bullets { bottom:20px;}
.focusPicture-mod .swiper-pagination-bullet { width: 30px; height: 5px; border-radius: 4px; opacity:1; margin:0 10px; background: #fff;}
.focusPicture-mod .swiper-pagination-bullet-active { background: #008aff !important;}

.btn_box { margin-right:0; margin-top:40px;}
.btn_more { border:1px #333 solid; padding:12px 0; border-radius:6px; color:#333; text-align:center; margin-right:15px; font-size:16px;}
.btn_more:hover { 
	background: -webkit-gradient(linear, left top, right top, from(#3956de), to(#657be5));
    background: linear-gradient(to right, #3956de 0%, #657be5 100%);
    border: 1px #657be5 solid;
    color: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(57,86,222,0.15);
    box-shadow: 0 4px 20px rgba(57,86,222,0.15);
}
.btn_kefu { border:1px #333 solid; padding:12px 0; border-radius:6px; background:#333; color:#fff; text-align:center; font-size:16px;}
.btn_kefu:hover { 
	background: -webkit-gradient(linear, left top, right top, from(#3956de), to(#657be5));
    background: linear-gradient(to right, #3956de 0%, #657be5 100%);
    border: 1px #657be5 solid;
    color: #fff;
    -webkit-box-shadow: 0 4px 20px rgba(57,86,222,0.15);
    box-shadow: 0 4px 20px rgba(57,86,222,0.15);
}

.index_title { text-align:center; margin-bottom:40px;}
.index_title h1 { margin-top:0px; color:#273f6b; margin-bottom:15px; font-weight: 400; font-size: 40px;}
.index_title h1 small { background:url(../image/title_icon.png) no-repeat; display:block; height:2px; width:56px; margin:0 auto; margin-top:15px;}
.index_title p { color:#888; line-height:22px;}

/*--------首页服务-------------*/
.index_service { padding-top:80px; padding-bottom:80px;}
.index_service .container { width:1440px;}
.index_service .index_title h1 { margin-top:0px; color:#28a2e5; font-weight: bold;}
.index_service .index_title p { color:#8d8d8d; line-height:22px; font-size: 18px;}
.index_service_card { min-height:350px; position:relative; background: #fff; margin: 5px;}
.index_service_card a { display:block; width:100%; height:100%; position: absolute; z-index: 1;}
.index_card_content { position:absolute; width: 100%; height: 100%; color:#979797; transition-duration: 0.2s; text-align: center; padding: 60px 30px;}
.index_card_content h3 { font-size:22px; font-weight:bold; color: #333; margin-top: 20px; margin-bottom: 15px;}
.index_service_card:hover .index_card_content { transition-duration: 0.2s; background:#fff; box-shadow:0px 20px 20px 0px rgba(121,121,121,0.1)}

/*--------首页案例-------------*/
.index_case { padding:80px 0; background:url(../image/index_case_bg.jpg) no-repeat bottom center #f8f9fa; background-size: cover;}
.index_case .container { width:1440px;}
.case_list_head { overflow: hidden; position: relative;}
.case_left { float:left;}
.case_left .case_title h1 { font-size: 36px; color: #fff; margin-top: 0;}
.case_left .case_title p { font-size: 16px; color: #e7eef7;}
.case_left .case_left_btn { margin-top: 30px; display: flex;}
.case_left .case_left_btn .case_left_btn_box { width: 130px; font-size: 16px; text-align: center; line-height: 40px; cursor: pointer; list-style: none; background:#2a94ff;}
.case_left .case_left_btn .case_left_btn_box:not(.active):not(:hover){ background: #f3f3f3; color: #666;}
.case_left .case_left_btn .case_left_btn_box.active,
.case_left .case_left_btn .case_left_btn_box:hover { color: #fff;}
.case_left .case_left_btn .case_left_btn_box + .case_left_btn_box { margin-left: 10px;}
.case_right_btn { float: right; margin-top: 90px;}
.case_right_btn .case-page { display: flex;}
.case_right_btn .case-page-prev,
.case_right_btn .case-page-next { cursor: pointer;}
.case_right_btn .case-page-next { margin-left: 10px;}
.case_right_btn .bg-case_prev_hover,
.case_right_btn .bg-case_next_hover,
.case_right_btn .case-page-prev:hover .bg-case_prev,
.case_right_btn .case-page-next:hover .bg-case_next { display: none;}
.case_right_btn .case-page-prev:hover .bg-case_prev_hover,
.case_right_btn .case-page-next:hover .bg-case_next_hover { display: block;}
.case_list_head .bg-case_prev { width: 57px; height: 57px; background: url(../image/case_btn_icon.png) 0px 0px;}
.case_list_head .bg-case_prev_hover { width: 57px; height: 57px; background: url(../image/case_btn_icon.png) -62px 0px;}
.case_list_head .bg-case_next { width: 57px; height: 57px; background: url(../image/case_btn_icon.png) -124px 0px;}
.case_list_head .bg-case_next_hover { width: 57px; height: 57px; background: url(../image/case_btn_icon.png) -185px 0px;}
.index_case_list { margin-top: 50px;}
.index_case_list .swiper-container .swiper-slide-active .swiper-container { overflow: visible;}
.case_box { width: 360px; background: #fff;}
.case_box img { width: 100%;}
.case_box .case_box_text { padding: 30px 30px 40px; display: flex; flex-direction: column; height: 280px;}
.case_box .case_box_text h2 { font-size:20px; color:#140c22;margin-top:0px;word-break: break-all;text-overflow: ellipsis;overflow: hidden; display: -webkit-box;-webkit-line-clamp:1;-webkit-box-orient: vertical;}
.case_box .case_box_text .case_tag { display: flex; margin-top: 19px;}
.case_box .case_box_text .case_tag li { font-size: 14px; margin-right: 5px;}
.case_box .case_box_text .case_tag li a { background: #fff2cc; color: #ad8200; padding: 0 8px;}
.case_box .case_box_text .case_tag li.tag_hover a { background: #060606; color: #fff; padding: 0 8px;}
.case_box .case_box_text .case_tag li a:hover { background: #060606; color: #fff;}
.case_box .case_box_text p { font-size: 12px; color: #888; line-height: 22px; margin-top: 20px; flex: 1;}
.case_box .case_box_text .case_more { width: 120px; border: 1px #666 solid; color: #666; text-align: center; line-height: 36px;}
.case_box .case_box_text .case_more:hover { border: 1px #666 solid; background: #333; color: #fff;}

/*--------首页简介-------------*/
.index_about { padding: 146px 0;}
.index_about .container { width:1440px;}
.index_about_main { overflow: hidden; display: flex; flex-wrap: wrap; justify-content: space-between;}
.index_about_main .index_about_text { float: left; width: 709px;}
.index_about_main .index_about_text h1 { font-size:36px; color: #333; margin-top: 80px; margin-bottom: 0px; font-weight: bold; position: relative; z-index: 99; height: 120px; line-height: 45px;}
.index_about_main .index_about_text h1::after {content: "SOFTMOON"; display: block; position: relative; top: -120px; color: #f8fafc; z-index: -9; font-size: 150px; font-family: BEBAS;}
.index_about_main .index_about_text h1 span { color: #007eff}
.index_about_main .index_about_text p { font-size: 16px; color: #666; margin-bottom: 15px; line-height: 28px;}
.index_about_main .index_about_text p sup { font-size: 12px;}
.index_about_main .index_about_text a { display: inline-block; background-image: linear-gradient(to right, #2352fd , #15dffd); width: 160px; line-height: 45px; color: #fff; border-radius: 4px; text-align: center; font-size: 16px; margin-top: 60px;}
.index_about_main .index_about_text a:hover {background-image: linear-gradient(to right, #2352fd , #1b9ffd);}
.index_about_main .index_about_pic { }
.index_about_main .index_about_pic img { border-radius: 4px;}

/*--------首页优势-------------*/
.index_youshi { background:url(../image/index_youshi_bg.jpg) no-repeat center top; padding: 70px 0 40px; background-size: cover;}
.index_youshi .container { width:1440px;}
.index_youshi .youshi_title { text-align:center; margin-bottom:50px;}
.index_youshi .youshi_title h1 { font-size: 40px; margin-top:0px; color:#fff; margin-bottom:15px; font-weight: 400;}
.index_youshi .youshi_title p { font-size: 18px; color:#fff; line-height:22px;}
.index_youshi .index_youshi_list { overflow: hidden;}
.index_youshi_list .index_youshi_card { float: left; position: relative; margin-right: 15px; background:rgba(255,255,255, .9); width: 460px; height: 240px; margin-bottom: 15px; padding:50px 70px 50px 116px; border-radius: 4px;transition: all .3s;}
.index_youshi_list .index_youshi_card:hover { padding-top: 30px;}
.index_youshi_list .index_youshi_card:nth-child(3n) { margin-right: 0;}
.index_youshi_list .index_youshi_card i { position: absolute; top: 45px; left: 50px; transition: all .3s;}
.index_youshi_list .index_youshi_card:hover i { top:25px;}
.index_youshi_list .index_youshi_card h2 { margin-top: 0px; font-size: 22px; color: #333; margin-bottom: 20px;}
.index_youshi_list .index_youshi_card p { font-size: 16px; color: #797979; margin-bottom: 20px;}
.index_youshi_list .index_youshi_card a { text-align: center; display: inline-block; width: 130px; font-size: 14px; color: #E62129; line-height: 36px; margin-top: 7px; opacity: 0; transition: all .3s;}
.index_youshi_list .index_youshi_card:hover a { opacity: 1; background: #F21730; color: #fff;}
.index_youshi_list .index_youshi_card:hover a:hover { background: #ff001d; color: #fff;}


/*--------首页资讯-------------*/
.index_news { padding-top: 80px; padding-bottom: 60px; }
.index_news_text_bg { background:url(../image/index_news_textbg.png) no-repeat 15px 320px; width: 1440px;}
.index_news_head { overflow: hidden; margin-bottom: 60px;}
.index_news_head .index_news_title { float:left;}
.index_news_head .index_news_title h3 { font-size:18px; color:#8d8d8d; padding:0; margin:0; margin-bottom: 5px;}
.index_news_head .index_news_title h1 { font-size:36px; color:#333; padding:0; margin:0;}
.index_news_head .index_news_menu { float: right; font-size: 18px; display: inline-flex; margin-top: 32px;}
.index_news_head .index_news_menu p { margin-left: 15px;}
.index_news_head .index_news_menu p a { border-radius: 6px; border: 1px #999 solid; padding: 8px 40px; color:#666;}
.index_news_head .index_news_menu p a:hover { border: 1px #0a74df solid; background:#0a74df; color:#fff;}
.index_news_left { float:left; margin-top: 260px; margin-left: 40px;}
.index_news_left a { width:50px; height:50px; display:inline-block; text-align: center; background:#0a74df; overflow:hidden; font-size: 36px; color:#fff; font-family: '宋体'; line-height: 50px;}
.index_news_left a:hover { background: #01478e;}
.index_news_right { float:right;}
.index_news_right ul { height: 450px; padding: 10px;}
.index_news_right ul li { width:356px; height:430px; float:left; margin:10px; background:#fff; color:#333; border-radius: 6px; box-shadow: 0 0 10px rgba(121,121,121,0.2)}
.index_news_right ul li:hover { background:#0a74df;}
.index_news_right ul li:hover h3 { color:#fff;}
.index_news_right ul li:hover p { color:#a8d2fd;}
.index_news_right ul li:hover p.news_time { color:#a8d2fd;}
.index_news_right .index_news_pic img { width:100%; height:auto; display:block; margin:0 auto; border-radius: 6px 6px 0px 0px;}
.index_news_right .index_news_text { padding: 6px 25px;}
.index_news_right .index_news_text h3 { margin-bottom:15px; word-break: break-all; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; font-weight: bold; line-height: 30px;}
.index_news_right .index_news_text p { margin:0; font-size:14px; line-height:25px;}
.index_news_right .index_news_text p.news_time { margin-top: 15px; color:#dddddd;}

/*首页客户LOGO*/
.index_customer { background:url(../image/index_customer_bg.jpg) no-repeat #f4f7f7 bottom center; padding-top:80px; padding-bottom:60px;}
.index_customer .container { width:1440px;}
.index_customer .index_title p { font-size: 18px;}
.index_customer .customer_list { position: relative; background:#fff; border-radius: 6px; width: 100%; padding: 60px 60px 45px 60px; }
.index_customer .customer_list ul { overflow: hidden; position: relative;}
.index_customer .customer_list ul::before { content: ""; display: block; width: 164px; height: 100%; background: url('../image/customer_list_left.png') repeat-y; position: absolute;top: 0;left: 0; z-index: 999}
.index_customer .customer_list ul::after { content: ""; display: block; width: 164px; height: 100%; background: url(../image/customer_list_right.png) repeat-y; position: absolute;top: 0;right: 0;}
.index_customer .customer_list li { margin-bottom:15px; width: 2560px;}
.index_customer .customer_list li.toright { animation: scrollToRight 36s linear infinite; -webkit-animation: scrollToRight 36s linear infinite;}
.index_customer .customer_list li.toleft { animation: scrollLeft 36s linear infinite; -webkit-animation: scrollLeft 36s linear infinite;}
.index_customer .customer_list li img { display: inline-block; vertical-align: top; margin-right: 22px; border:1px #e5e5e5 solid;}
@keyframes scrollToRight {from{transform: translate3d(-50%, 0, 0);}to{transform: translate3d(0%, 0, 0);}}
@-webkit-keyframes scrollToRight {from{-webkit-transform: translate3d(-50%, 0, 0);}to{-webkit-transform: translate3d(0%, 0, 0);}}
@keyframes scrollLeft {from{transform: translate3d(0, 0, 0);}to{transform: translate3d(-50%, 0, 0);}}
@-webkit-keyframes scrollLeft {from{-webkit-transform: translate3d(0, 0, 0);}to{-webkit-transform: translate3d(-50%, 0, 0);}}


/*-------------分页样式----------------*/
.pages { clear: both; text-align: center; font-size:14px; margin-bottom:20px; margin-top:60px;}
.pages .pagination { padding:0;}
.pages .pagination li { display:inline-block; margin: 0 3px; line-height: 20px; color:#999}
.pages .pagination li { color:#fff; font-size:14px;}
.pages .pagination li a { padding:10px 20px; border: 1px #e5e5e5 solid; color:#666; display:block;}
.pages .pagination li a:hover { color: #ff5c00; border: 1px solid #ff5c00; background:#fffaf6; text-decoration:none;}
.pages .pagination li.active { display: inline-block; margin: 0 3px;}
.pages .pagination li.active a { color: #fff; border: 1px solid #000; background:#333;}

/*----------------案例----------------*/
.banner_case { height: 400px; width:100%;}
.banner_case img { width:100%; height: 100%; object-fit: cover;}
.case_main { padding-top:60px; padding-bottom:60px; background: #f9f9f9;}
.case_main .container { width: 1440px;}
.case_main .case_title { text-align: center;}
.case_main .case_title h1 { font-size: 46px; color: #333}
.case_main .case_title p { font-size:18px; color:#a2a2a2;}
.case_main .case_nav { border-top: 1px solid #ececec; margin-top:40px; padding-top: 40px; overflow: hidden;}
.case_main .case_nav ul.case_nav_menu { float:left;}
.case_main .case_nav ul.case_nav_menu li { list-style:none; display:inline-table; font-size: 16px; margin-right: 50px;}
.case_main .case_nav ul.case_nav_menu li a { color:#333; display:block;}
.case_main .case_nav ul.case_nav_menu li a:hover { text-decoration:none; color:#ff0000; transition: ease all .3s;}
.case_main .case_nav ul.case_nav_menu li .hover { color:#ff0000;}
.case_main .case_nav ul.here { float:right; color:#ccc;}
.case_main .case_nav ul.here a { color:#ccc; text-decoration: none;}
.case_main .case_nav ul.here a:hover { color:#ff0000; transition: ease all .3s;}

.case_list { padding-top:60px;}
.case_list .row { display: flex; flex-wrap: wrap;}
.case_list .thumbnail { padding:0; border:none; box-shadow:0 0 15px 6px rgba(211, 211, 211, 0.2); transition:ease all .3s; border-radius:6px;}
.case_list .thumbnail .caption { padding:20px 20px 20px 30px; height: 98px;}
.case_list .thumbnail .caption h3 { margin-top:5px; font-size:16px; margin-bottom: 12px; font-weight: bold; word-break: break-all; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; height: 18px;}
.case_list .thumbnail .caption h3 a { color:#333;}
.case_list .thumbnail .caption h3 a:hover { color:#cc0000; text-decoration:none;}
.case_list .thumbnail .caption p a { margin-right:10px; color:#888; display: inline-block;}
.case_list .thumbnail .caption p a:hover { color:#cc0000; text-decoration:none;}

.case_article_info { padding:80px 0;}
.case_article_infotitle h1 { margin-top:5px; font-size:30px; margin-bottom: 20px;}
.case_article_infotitle p a { color:#999; padding: 4px 10px; margin-right: 10px; border: 1px #e5e5e5 solid; border-radius: 4px;}
.case_article_infotitle p a:hover { color:#cc0000; text-decoration:none;}
.case_article_centent { font-size:16px; color:#666; line-height:35px;}
.case_article_main { padding:80px 0; background:#f6f6f6}
.case_article_content { margin-bottom:60px;}
.case_article_content img { max-width:100%; min-width:100%;}

.other_project {}
.other_project h1 { font-size: 30px; margin-bottom: 30px;}
.other_project .thumbnail { border: none; padding: 0;}
.other_project .thumbnail .caption { padding: 25px 30px;}
.other_project .thumbnail .caption h3 { margin-top: 0px; font-size: 18px;word-break: break-all; text-overflow: ellipsis; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; height: 18px;}
.other_project .thumbnail .caption p {}
.other_project .thumbnail .caption p a { color:#999; margin-right: 10px;}
/*-----------文章样式开始-----------------*/
.banner_news { background: url(../image/banner_news.jpg) no-repeat center; height: 400px; width: 100%;}
.article_here { float:right; color:#c9c9c9; font-size:12px;}
.article_here a { color:#c9c9c9; font-size:12px;}
.article_here a:hover { text-decoration:none; color:#ff5c00; transition:all .2s;}

.article_main { padding-top:60px; padding-bottom:60px; background: #f9f9f9;}
.article_main .container { width: 1440px;}
.article_main .article_title { text-align: center;}
.article_main .article_title h1 { font-size: 46px; color: #333}
.article_main .article_title p { font-size:14px; color:#a2a2a2;}
.article_main .article_nav { overflow: hidden; margin-bottom: 40px; width: 100%;}
.article_main .article_nav ul.article_nav_menu { float:left;}
.article_main .article_nav ul.article_nav_menu li { list-style:none; display:inline-table; font-size: 16px; margin-right: 50px;}
.article_main .article_nav ul.article_nav_menu li a { color:#333; display:block;}
.article_main .article_nav ul.article_nav_menu li a:hover { text-decoration:none; color:#ff0000; transition: ease all .3s;}
.article_main .article_nav ul.article_nav_menu li .hover { color:#ff0000;}
.article_main .article_nav ul.here { float:right; color:#ccc;}
.article_main .article_nav ul.here a { color:#ccc; text-decoration: none;}
.article_main .article_nav ul.here a:hover { color:#ff0000; transition: ease all .3s;}

.article_main .article_nav h1 { display:inline-block; margin-top: 0px; position: relative;z-index: 1;}
.article_main .article_nav h1::after {
    position: absolute;
    bottom: 1px;
    content: '';
    display: block;
    width: 60%;
    height: 8px;
    background-color: #afe9ff;
    z-index: -1;
}
.news_home_nav { float: right; display: inline-flex; margin-top: 12px;}
.news_home_nav li { font-size: 16px; margin-left: 28px;}

.list_article {	margin-bottom:15px; margin-left:-15px; padding:20px; transition:all .2s; flex-wrap:nowrap; flex-direction:row; display:box; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex; background: #fff;}
.list_article .item-thumb { width:260px; margin:0 30px 0 0; border-radius:8px; overflow:hidden; position:relative;}
.list_article .item-thumb span { position:absolute; left:15px; top:15px; z-index:999;}
.list_article .item-thumb span a { padding:3px 5px; background:#F60; color:#fff; border-radius:4px;}
.list_article .item-thumb span a:hover { text-decoration:none; background:#F00}
.list_article .item-thumb img { transition: all .2s; width:100%}
.list_article:hover .item-thumb img { transform:scale(1.05)}
.list_article .item-content { flex-grow: 1; text-align: left; width:600px;}
.list_article .item-content h3 { font-size:22px; font-weight:bold; margin-top:5px; margin-bottom: 20px;}
.list_article .item-content h3 a { color:#333;}
.list_article .item-content h3 a:hover { color:#ff5c00; text-decoration:none;}
.list_article .item-content p { color:#888;}
.list_article .item-content p:nth-child(2) { overflow:hidden; height:44px; margin-bottom:25px;}
.list_article .item-content p a { background: #e6f1fb; color:#06c; display:inline-block; padding:0 8px; font-weight:normal; font-size:12px; margin-right:10px; padding-top:1px;}
.list_article .item-content p a:hover { text-decoration:none; background:#F60; color:#fff;}
.list_article .item-content p span { color:#ccc;}

.context { margin:30px 50px;}
.context li { list-style:none; line-height:30px; color:#666;}
.context li a { color:#00afff}
.context li a:hover {color:#cc0000;}

.article_right_list { border:1px solid #f2f2f2; margin-bottom:20px; margin-right:-15px; background: #fff;}
.article_right_list .nav-tabs { border-bottom:1px solid #f2f2f2; }
.article_right_list .nav-tabs li { margin-bottom:0;}
.article_right_list .nav-tabs li a { background:#fafafa; border:none; padding:10px 30px; font-size:16px; color:#666;}
.article_right_list .nav-tabs li.active a { background:#ff5c00; color:#fff; border:none; border-radius:0; margin-right:0;}
.article_right_list .tab-content { padding:20px;}
.article_right_list .tab-content p { margin-bottom: 20px; font-size: 16px;}
.article_right_list .tab-content p a { color:#666; position:relative; padding-left:90px; display:block;}
.article_right_list .tab-content p a:hover { color:#ff5c00; text-decoration:none;}
.article_right_list .tab-content p a:hover i {color:#ff5c00}
.article_right_list .tab-content p i { display:block; box-sizing:border-box; font-style:normal; font-family:Impact; font-size:32px; color:#dbdbdb; position:absolute; left:0; top:-5px;}

.article_right_case { border:1px solid #f2f2f2; padding:15px; margin-right:-15px; background: #fff;}
.article_right_case h2 { font-size:20px; border-bottom:1px #f2f2f2 solid; padding-bottom:15px; color:#262626; margin-top:10px; margin-bottom:20px; font-weight:bold;}
.article_right_case_box { margin-bottom:20px; flex-wrap:nowrap; flex-direction:row; display:box; display:-webkit-box; display:-moz-box; display:-ms-flexbox; display:-webkit-flex; display:flex; border-bottom:1px #f2f2f2 dashed; padding-bottom:20px;}
.article_right_case_box .item-thumb { width:120px; border-radius:8px; overflow:hidden; position:relative; margin-right:10px;}
.article_right_case_box .item-thumb img { transition: all .2s; width:100%}
.article_right_case_box .item-content { flex-grow:1; text-align: left; width:100px;}
.article_right_case_box .item-content h3 { font-size:16px; margin-top:2px; line-height:22px;}
.article_right_case_box .item-content h3 a { color:#262626;}
.article_right_case_box .item-content h3 a:hover { color:#ff5c00; text-decoration:none; transition: all .2s;}
.article_right_case_box .item-content p a { font-size:12px; padding:3px 5px; margin-right:5px; background:#f6f6f6; color:#a7a7a7;}
.article_right_case_box .item-content p a:hover { text-decoration:none; background:#ff5c00; color:#fff; transition: all .2s;}
.article_right_btn { width:100%; border:none; display:block; background:#fafafa; color:#888; text-align:center; line-height:40px; border-radius:4px;}
.article_right_btn:hover {text-decoration:none; background:#ff5c00; color:#fff; transition:all .2s;}
.article_right_btn i { top:2px;}

.article_box { border:1px solid #f2f2f2; background: #fff;}
.article_title { text-align:center; margin:0px 60px 40px 60px; border-bottom: 1px #e5e5e5 dashed; padding-bottom: 40px;}
.article_title h2 { margin-top:60px; margin-bottom:20px; font-size:26px; font-weight:bold; line-height: 40px; padding: 0 40px;}
.article_title p { color:#888;}
.article_content { padding: 0 100px; font-size:16px; line-height: 30px; color:#666; word-wrap: break-word;}
.article_content p { margin-bottom:15px; font-size: 16px; color:#666; line-height: 35px;letter-spacing: .5px;}
.article_content p a::after {
    position: absolute;
    right: 0;
    bottom: 1px;
    left: 0;
    z-index: 1;
    height: 5px;
    border-radius: 2.5px;
    content: " ";
	background: #ff8a00;
    opacity: .4;
}
.article_content h1,.article_content h2,.article_content h3,.article_content h4,.article_content h5 { color: #333; font-size: 24px; line-height: 30px; margin-bottom: 30px;}
.article_content strong {color: #333;}
.article_content img { max-width:820px;}
.article_content blockquote { background: #f7fbff; padding: 20px 20px;}
.article_content blockquote p { font-size: 14px;}
.article_content a { color:#666; position: relative;}
.article_content a:hover { color:#cc0000;}
.article_content h4 { display: inline-block; font-size: 22px; margin-top: 22px; font-weight: bolder; position: relative; z-index: 1;}
.article_content h4::after { position: absolute; bottom: 2px; content: ''; display: block; width: 100%; height: 10px; background-color: #afe9ff; z-index: -1;}
.article_banquan { margin: 50px 100px; border: 1px #ffbb76 solid; padding: 15px 25px; background: #fffcef; border-radius: 4px; color: #db7c22; line-height: 26px;}
.article_tags { border-top:1px #f3f3f3 solid; margin-bottom:40px; margin:0 50px;}
.article_tags h3 { font-size:16px; color:#888; margin-bottom:20px;}
.article_tags p a { display:inline-block; white-space: nowrap; margin:0px 5px 10px 0px; background:#f7f7f7; padding: 0 17px; font-size: 14px; line-height: 2.857; color: #888; border-radius: 3px;}
.article_tags p a:hover { background:#F60; color:#fff; text-decoration:none; transition:all .2s;}

/*---------------服务--------------*/
.banner_service { background: url(../image/banner_service.jpg) no-repeat center; height: 400px; width: 100%;}
.service_case_box {background:url(../image/service_case_bg.jpg) no-repeat center top; height:934px;}
.service_case_box h3 {color:#081232;font-weight:normal;font-size:42px;padding-top:80px;padding-bottom:60px;text-align:center;}
.service_case_box .category { width: 1200px; margin: 0 auto;}
.service_case_box .category ul {padding-left:50px;padding-bottom:40px;display:block;height:auto;overflow:hidden;}
.service_case_box .category ul li {float:left;font-size:20px;text-align:center;width:215px;height:58px;line-height:58px;color:#939aac;border-radius:5px;cursor:pointer;}
.service_case_box .category ul li.active {color:#fff;background:#4f77fc;}
.service_case_box .content { width: 1200px; margin: 0 auto; padding-left:50px; position: relative;}
.service_case_box .content .cont {height:650px;display:none;}
.service_case_box .content .cont.active {display:block;}
.service_case_box .content .cont img.bg {position:absolute;right:0;top:0;}
.service_case_box .content .cont .info { position:absolute; width:600px; height:380px;background:#fff;box-shadow:0px 0px 70px rgba(157,179,208,0.4);left:0;top:120px;padding:50px 40px 0;border-radius:10px;}
.service_case_box .content .cont .info .title .logo {float:left;padding-right:25px;}
.service_case_box .content .cont .info .title:after {content:"";display:block;width:0;height:0;clear:both;}
.service_case_box .content .cont .info .title h4 { float:left; padding-top:30px; font-size:24px; color:#081232; font-weight: bold;}
.service_case_box .content .cont .info p {font-size:16px;line-height:32px;padding-top:30px;color:#828b9f;}

/*---------------关于我们--------------*/
.banner_about { background: url(../image/banner_about.jpg) no-repeat center; height: 400px; width: 100%;}
.about_box { padding-top:80px; padding-bottom:60px;}
.about_box .container { width: 1440px;}
.about_box .about_box_left { margin-bottom: 80px; margin-top: 30px;}
.about_box .about_box_left h1 { font-weight: bold; font-size: 40px; margin-top: 0px;}
.about_box .about_box_left h1 span { color:#e50000;}
.about_box .about_box_left h1 small {  display: block; font-size: 16px; margin-top: 15px; letter-spacing: 3px; color: #999;}
.about_box .about_box_right { width: 92%;}
.about_box .about_box_right h2 { margin-top: 0px; font-size: 26px; margin-bottom: 30px;}
.about_box .about_box_right h2 small {  display: block; font-size: 14px; margin-top: 15px; color: #c5c5c5; text-transform:uppercase; font-family: BEBAS; letter-spacing: 1px;}
.about_box .about_box_right h2 sup { top: -1.9em;}
.about_box .about_box_right p { font-size: 15px; line-height: 28px; margin-bottom: 10px; color: #666;}
.about_info { width:1080px; margin:0 auto;}
.about_info h1 { margin-bottom:30px; color:#333;}
.about_info p { color:#666; line-height:30px; font-size:16px; margin-bottom: 5px;}
.about_info p strong { color:#ff7200}

.about_service_box { padding-top:80px; padding-bottom:60px;}
.about_service_box .index_title { text-align:center; margin-bottom:60px;}
.about_service_box .index_title h1 { margin-bottom:20px; font-size:40px;}
.about_service_box .index_title p { color:#909090; line-height:26px; font-size:16px;}
.about_service_list li { list-style:none;}

.service_box {
	background-color:#fff;
    position: relative;
    padding: 50px 50px;
    -webkit-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    -khtml-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    -moz-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    -ms-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    -o-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    border-radius:6px;
	margin-bottom:40px;
}
.service_box .detail h2 { font-size:24px; margin-bottom:20px;}
.service_box .detail p { color:#a8a8a8; line-height:26px; margin-bottom:15px;}
.service_box .icon { font-size:36px; margin-bottom:20px; color:#fe5a0e;}
.service_box:hover { transition: 0.3s ease-in; background-color:#f2faff;}
.service_box:hover .detail h2 { font-size:24px; margin-bottom:20px; color:#333;}
.service_box:hover .detail p { color:#666;}

.about_why { background:#f5f8fa; position:relative; padding:120px 0;}
.about_why_pic { background:url(https://www.ruanyue.net/static/skin/images/about_why.jpg); background-size: cover; height: 100%; right: 0; position: absolute; top: 0; width:45%; background-repeat: no-repeat; background-position: center;}
.about_why_text h1 { margin-bottom:40px;}
.about_why_text h1 small { display:block; margin-top:10px; color:#ccc; font-size:16px;}
.about_why_text p { line-height:26px; font-size:16px; margin-bottom:10px;}
.about_why_text ul { padding:0; margin-top:40px;}
.about_why_text ul li { list-style:none; margin-bottom:20px;}
.about_why_text ul li i { margin-right:10px;}


/*-----------------联系我们------------------*/
.banner_contact { background: url(../image/banner_contact.jpg) no-repeat center; height: 400px; width: 100%;}
.contact_body { padding-top:80px; padding-bottom:60px; background:#f9f9f9; background-size: 100%}
.contact_body .container { width: 1440px;}
.contact_title {text-align:center; margin-bottom:40px;}
.contact_title h1 { font-weight:bold; margin-bottom:15px;}
.contact_title h1 small { display:block; background:url(https://www.ruanyue.net/static/skin/images/index_title_line.png) no-repeat; height:4px; width:198px; margin:0 auto; margin-top:20px;}
.contact_title p { font-size:16px; color:#727272;}
.contact_main {
	padding: 40px 80px;
    -webkit-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    -khtml-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    -moz-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    -ms-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    -o-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    border-radius:6px;
	margin-bottom:20px;
	background: #fff;
}
.contact_info h2 { margin-bottom:20px; font-size:26px; margin-top:20px; color: #1876bf; font-weight: bold; margin-top: 0px;}
.contact_info p { line-height:30px; font-size:16px; color:#333; margin-bottom:5px;}
.contact_info ul { padding: 0px;}

.contact_tel { margin-bottom: 25px;}
.contact_ewm_box { overflow: hidden;}
.contact_ewm_box p { text-align: center; color:#666; font-size: 14px; margin: 13px;}
.contact_ewm_box p img { margin-bottom: 15px;}
.contact_online {
	padding: 30px 40px;
    -webkit-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    -khtml-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    -moz-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    -ms-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    -o-box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    box-shadow: 0 3px 53px rgba(40, 40, 40, .05);
    border-radius:6px;
	margin-bottom:20px;
	background: #fff;
}
.contact_online h2 { margin-bottom: 40px; font-size: 24px; border-bottom: 1px #e5e5e5 solid; padding-bottom: 15px;}
.contact_online h2 small { color: #666;}
.contact_online .required { color: #FF0004;}
.contact_online .form-horizontal .control-label { font-size: 16px;}
.contact_online .form-control { border-radius: 0px;}

.tag_index_list { background: #fff; padding: 40px 60px;}
.tag_index_list .tag_index_title { margin-bottom: 30px;}
.tag_index_list .tag_index_title h1 { margin-top: 10px;}
.tag_index_list p { margin-bottom: 15px;}
.tag_title { margin-bottom: 30px;}
.tag_title h1 { margin-top: 0px;}

.error_title { font-size: 80px; text-align: center; margin-top: 60px;}
.error_title small { display: block; font-size: 16px; font-weight: normal; margin-top: 15px;}

.sitemap { background: #f9f9f9; padding: 40px 0px;}
.sitemap_box { background: #fff; padding: 40px;}
.sitemap_box h1 { font-size: 26px; margin-top: 10px; margin-bottom: 30px;}
.sitemap_list { overflow: hidden; margin-bottom: 20px;}
.sitemap_list h1 { font-size: 20px; margin-bottom: 15px;}
.sitemap_list p { float:left; margin-right: 15px; font-size: 16px;}

.ad_contact_main .container { width:1440px;}
.ad_contact { background: url(../image/ad_contact_bg.png) no-repeat; background-position: 0 49px; margin-bottom: 40px; position: relative; height: 375px;}
.ad_contact_text { position: absolute; left: 70px; top: 100px; background: url(../image/ad_contact_text_bg.png) no-repeat; padding-left: 90px;}
.ad_contact_text h2 { font-size: 46px; color: #273f6b; display: inline-flex; line-height: 60px;}
.ad_contact_text h2 small { font-size: 16px; margin-left: 56px; margin-top: 70px;}
.ad_contact_text h2 small a { display: inline-block; background-image: linear-gradient(to right, #2352fd , #15dffd); width: 160px; line-height: 45px; color: #fff; border-radius: 4px; text-align: center; }
.ad_contact_text h2 small a:hover {background-image: linear-gradient(to right, #2352fd , #1b9ffd);}
.ad_contact_text p { font-size: 18px; color: #8593ac;}
.ad_contact_right { position: absolute; right: 100px; top:0;}

.footer { background:#fff; padding-top: 60px; border-top: 2px #f0f0f0 solid;}
.footer .container { width:1440px;}
.footer_head { margin-bottom: 60px;}
.footer_head h2 { font-size: 26px;}
.footer_head h2 sup { font-size: 12px; top:-1.5em}
.footer_head h1 { font-weight: bold; margin-top: 10px;}
.foot_box_item { display: flex; flex-wrap: nowrap; justify-content: right;}
.foot_box_item .foot_about { width: 30%}
.foot_box_item .foot_about p { color: #666; margin-bottom: 10px;}
.foot_box_item .foot_about p strong { color: #333;}
.foot_box_item .foot_ewm {display: flex; width: 45%; flex-wrap: nowrap;  justify-content: center;}
.foot_box_item .foot_ewm li { text-align: center; list-style: none; margin: 0 15px;}
.foot_box_item .foot_ewm li img { width:80%}

.foot_contact {  width: 25%; text-align: right; color:#868686;}
.foot_contact h1 { font-size: 46px; color:#333; font-family:BEBAS; margin-top: -40px;}
.foot_contact h1 small { font-size: 12px; color:#fff; background: #e30000; padding: 3px 5px; border-radius: 4px; display: inline-block; margin-bottom: 10px;}
.foot_contact p { font-size:14px; line-height: 26px; color: #888}
.foot_contact p img { max-width:80px;}

.foot_flink { margin-top: 80px; color: #666;}
.foot_flink h4 { font-size: 14px;}
.foot_flink p { font-size: 12px; margin-top: 15px;}
.foot_flink p a { margin-right: 15px; color: #8f8f8f;}
.foot_flink p a:hover { color:#cc0000; text-decoration: none;}

.foot_copy { padding: 30px 0px; border-top: 1px #e5e5e5 solid; margin-top: 25px; text-align: center;}
.foot_copy p { margin-bottom: 0px; color:#9f9f9f; font-size: 12px;}
.foot_copy p a { color:#9f9f9f;}
.foot_copy p a:hover { color:#cc0000; text-decoration: none;}


@keyframes scaleToggleOne { 
	0 {transform:scale(1);	-webkit-transform:scale(1);}
	50% {transform:scale(2);-webkit-transform:scale(2)}
	100% {transform:scale(1);-webkit-transform:scale(1);}
}
@keyframes scaleToggleTwo { 
	0 {transform:scale(1);-webkit-transform:scale(1);}
	20% {transform:scale(1);-webkit-transform:scale(1);}
	60% {transform:scale(2);-webkit-transform:scale(2);}
	100% {transform:scale(1);-webkit-transform:scale(1);}
}
@keyframes scaleToggleThree { 
	0 {transform:scale(1);-webkit-transform:scale(1);}
	33% {transform:scale(1);-webkit-transform:scale(1);}
	66% {transform:scale(2);-webkit-transform:scale(2);}
	100% {transform:scale(1);-webkit-transform:scale(1);}
}
.animated { -webkit-animation-duration: .5s; animation-duration: .5s; -webkit-animation-fill-mode: both; animation-fill-mode: both }
.livechat-girl { width: 80px; height: 80px; border-radius: 50%; position: fixed; bottom: 1px; right: 40px; opacity: 0; -webkit-box-shadow: 0 5px 10px 0 rgba(35,50,56,.3); box-shadow: 0 5px 10px 0 rgba(35,50,56,.3); z-index: 700; transform: translateY(0); -webkit-transform: translateY(0); -ms-transform: translateY(0); cursor: pointer; -webkit-transition: all 1s cubic-bezier(.86, 0, .07, 1); transition: all 1s cubic-bezier(.86, 0, .07, 1) }
.livechat-girl:focus { outline: 0;}
.livechat-girl.animated { opacity: 1; transform: translateY(-40px); -webkit-transform: translateY(-40px); -ms-transform: translateY(-40px);}
.livechat-girl:after { content: '1'; width:16px; height:16px; border-radius:50%; background:#f10000;text-align:center; color:#fff; position: absolute; right: 8px; top:-3px; z-index: 50; font-size:12px;}
.livechat-girl .girl { position: absolute; top: -1px; left: -1px; width: 100%; height: auto; z-index: 50; border-radius: 50%;}
.livechat-girl .animated-circles .circle { background: rgba(0,192,255,.25); width: 78px; height: 78px; border-radius: 50%; position: absolute; z-index: 49; transform: scale(1); -webkit-transform: scale(1) }
.livechat-girl .animated-circles.animated .c-1 { animation: 2s scaleToggleOne cubic-bezier(.25, .46, .45, .94) forwards }
.livechat-girl .animated-circles.animated .c-2 { animation: 2.5s scaleToggleTwo cubic-bezier(.25, .46, .45, .94) forwards }
.livechat-girl .animated-circles.animated .c-3 { animation: 3s scaleToggleThree cubic-bezier(.25, .46, .45, .94) forwards }
.livechat-girl.animation-stopped .circle { opacity: 0!important;}
.livechat-girl.animation-stopped .circle { opacity: 0!important;}
.livechat-girl .livechat-hint { position: absolute; right:30px; top: 50%; margin-top: -20px; opacity: 0; z-index: 0; -webkit-transition: all .3s cubic-bezier(.86, 0, .07, 1); transition: all .3s cubic-bezier(.86, 0, .07, 1) }
.livechat-girl .livechat-hint.show_hint { -webkit-transform: translateX(-40px); transform: translateX(-40px); opacity: 1;}
.livechat-girl .livechat-hint.hide_hint { opacity: 0; -webkit-transform: translateX(0); transform: translateX(0);}
.livechat-girl .livechat-hint.rd-notice-tooltip { max-width: 1296px!important;}
.livechat-girl .livechat-hint.rd-notice-tooltip .rd-notice-content { width: auto; overflow: hidden; text-overflow: ellipsis;}
.rd-notice-tooltip { -webkit-box-shadow: 0 2px 2px rgba(0,0,0,.2); box-shadow: 0 2px 2px rgba(0,0,0,.2); font-size: 14px; border-radius: 3px; line-height: 1.25; position: absolute; z-index: 65; max-width: 350px; opacity: 1 }
.rd-notice-tooltip:after { position: absolute; display: block; content: ''; height: 20px; width: 20px; -webkit-box-shadow: none; box-shadow: none; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; z-index: 50;}
.rd-notice-tooltip .rd-notice-content { background: 0; border-radius: 3px; width: 100%; color: #fff; position: relative; z-index: 60; padding: 20px; font-weight: 400; line-height: 1.45;}
.rd-notice-type-success { background-color: #0d79c5; -webkit-box-shadow: 0 5px 10px 0 rgba(13,121,97,.2); box-shadow: 0 5px 10px 0 rgba(13,121,97,.2);}
.rd-notice-type-success .rd-notice-content { background-color: #0d79c5;}
.rd-notice-position-left { margin-left: -20px }
.rd-notice-position-left:after { right: -6px; top: 50%; margin-top: -10px }
.rd-notice-tooltip.single-line .rd-notice-content { height: 40px; padding: 0 20px; line-height: 40px; white-space: nowrap }
.tc1 .tc { pointer-events: none;filter:alpha(opacity=0);-moz-opacity:0;-khtml-opacity:0;opacity:0; position:  fixed;width:  100%;height:  100%;top: 0;z-index: 99999;}
.tc1 .tc.act { display: block;filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity: 1; opacity: 1;  pointer-events: auto; }
.tc1 .close,.tc{ transition:all ease 400ms; -moz-transition:all ease 400ms; -ms-transition:all ease 400ms; -o-transition:all ease 400ms; -webkit-transition:all ease 400ms; } 
.tc1 .tc-box { position:absolute; background: #fff; top:50%; z-index:9999; width: 580px; left:50%; margin-left: -290px; margin-top: -260px; border-radius: 6px;}
.tc1 .tc-box .livechat_info { float: left; width: 320px; padding: 40px 46px;}
.tc1 .tc-box .livechat_info h4 { font-size: 12px; color: #f49b00;}
.tc1 .tc-box .livechat_info h2 { font-size: 36px; margin-top: 15px; margin-bottom: 20px;}
.tc1 .tc-box .livechat_info h2 small { display: block; font-size: 14px; color: #888; margin-top: 10px;}
.tc1 .tc-box .livechat_info p { font-size: 14px; line-height: 26px; margin-bottom: 34px;}
.tc1 .tc-box .livechat_info img { width: 80px;}
.tc1 .tc-box .livechat_photo { float: right; width: 260px; border-radius: 0 6px 6px 0px; overflow: hidden;}
.tc1 .tc-box .livechat_photo img { width: 100%;}
.tc_close { position: absolute; right: -10px; z-index: 999; top: -10px; background: #333; color: #fff; border-radius: 50%; width: 26px; line-height: 26px; text-align: center; font-size: 12px;}
.tc_close:hover { cursor: pointer;}
.tc1 .tc_bg { height: 100%; background: rgba(106,134,154,.8); position: absolute; top: 0; left: 0; width: 100%; z-index: 0;}
