@charset "utf-8";
/* CSS Document */
body{ margin:0px; padding:0px; font-size:12px; font-family:"微软雅黑";}
form,ul,li,p,h1,h2,h3,h4,h5{ margin:0px; padding:0px;}
li{ list-style:none; list-style-position:outside;}
img{ border:none; max-width: 100%;}
img, input{ vertical-align:middle;}
a{ color:#000; text-decoration:none; font-family:"微软雅黑";}
a:hover{ color:#cc0000; text-decoration:none;}
div,input{}
em,i,strong,b{font-style: unset;}

/*公用样式*/
.bodydiv_parent{ width:100%; margin:auto; min-width:1200px;}
.bodydiv{ width:1200px; margin:auto;}
.clear{ clear:both;}
.cursor01{ cursor:pointer;}
.tips01{ text-align:center;}

.left{ float:left;}
.right{ float:right;}

#qqFloat{ background:url(https://www.v8th.cn/tpl/default/images/qq/qq_03.gif) top left no-repeat; width:109px;}
.qq_li_01{ text-align:center; line-height:20px; padding:5px 0px; background:url(https://www.v8th.cn/tpl/default/images/qq/qq_06.jpg) repeat-y;}
.qq_li_01 a{ text-decoration:none;}
.qq_li_02{ background:url(https://www.v8th.cn/tpl/default/images/qq/qq_06.jpg) repeat-y; line-height:12px; text-align:center;}
.qq_li_02 img{ width:90px;}
#qqFloat .close{ height:30px; padding:8px 8px 32px 0px;}
#qqFloat .close a{ cursor:pointer; display:block; float:right; width:22px; height:20px;}
.bottom_fu{ background-color:#fff; border-top:1px solid #e7e7e7; bottom: 0; margin: 0 auto; position: fixed; height:23px; width: 100%; text-align:center;
    z-index: 999;
    _bottom:auto;
    _width: 100%;
    _position: absolute;
}

/****************************网站首页样式********************************/

/*网站头部样式*/
.top01{ position:fixed; top:0px; z-index:999; height:70px; line-height:70px;}
.top01{ background-color: #fff;}
.top01.fixed{box-shadow:0 0 10px 0 rgba(0,0,0,.1);}
.index_body .top01{ background-color: hsla(205, 100%, 0%, .1);}
.logo01{ width:300px; padding-top:15px; line-height: 0;}
.logo01 img{ height:43px;}
.logo01 span{display: inline-block;vertical-align: bottom;height: 22px;line-height: 21px;background: #b80000;padding: 0 10px;color: #fff;font-weight: 500;border-radius: 4px;cursor: pointer;margin-bottom: 5px;}

.top01_fudong, .index_body .top01_fudong{ background-color: hsla(205, 100%, 0%, .8);}
.top01_space{ height:70px;}

/*网站导航*/
.top01 .right{display: none;}
.top01 .tel{float: right;line-height: 70px;font-size: 18px;font-weight: 600;}
.top01 .tel a{color: #bb0f0f;display: block;cursor: pointer;}
.nav_menu01{float: left;}
.nav_menu01 .menu_body01{}
.nav_menu01 .menu_item01{ float:left;}
.nav_menu01 .menu_item01 .item_title01{}
.nav_menu01 .menu_item01 .item_title01 a{ display:block; color:#333; font-size:16px; margin:0px 25px; line-height:67px; margin-top:3px; text-align:center;}
.nav_menu01 .menu_item01 .item_title01 a:hover, .nav_menu01 .menu_item01 .item_title01 a.on{ margin-top:0px; border-top:3px solid #bb0f0f;color: #c83d3d;}
.nav_menu01 .menu_item01:hover .small_menu01{ display:block;}

.nav_menu01 .small_menu01{ position:absolute; display:none; background:#000; line-height:30px; width:160px; margin-left:-20px; z-index:100; text-align:center; border-top:none;}
.nav_menu01 .small_menu01 li{ border-bottom:#efefef 1px dotted;}
.nav_menu01 .small_menu01 li a{ display:block; color:#fff; font-size:16px; padding:10px 0px;}
.nav_menu01 .small_menu01 li a:hover{ background:#111;}

/*首页轮换广告*/
.index_addvert01{}
.index_addvert01 .txt{ display:none;}
.index_addvert01 .ad_item01 .txt01{ text-align:center; color:#fff; font-size:44px; margin-top:275px; opacity:0.9;}
.index_addvert01 .ad_item01 .txt02{ text-align:center; color:#fff; font-size:26px; margin-top:40px; opacity:0.9;}
.index_addvert01 .ad_item01 .span01{}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInLeftBig0 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig0 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    -ms-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.fadeInLeftBig0{
  -webkit-animation-name: fadeInLeftBig0;
  animation-name: fadeInLeftBig0;
}

@-webkit-keyframes fadeInLeftBig1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftBig1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    -ms-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}

.fadeInLeftBig1 {
  -webkit-animation-name: fadeInLeftBig1;
  animation-name: fadeInLeftBig1;
}

/*轮播图*/
.index_addvert01{ width:100%; position:relative;}
.index_addvert01 .hd{ position:absolute; bottom:30px; z-index:1; text-align:center; width:100%;}
.index_addvert01 .hd li{ font-size:0px; float:left; border-radius:13px; width:13px; height:10px; line-height:10px; text-align:center; color:#fff; margin:0px 5px; cursor:pointer; background-color:hsla(0,0%,100%,.6); transition:all 0.3s;}
.index_addvert01 .hd li.on{ background-color:hsla(0,0%,100%,.9); width:30px; color:#127a59;}
.index_addvert01 .bd{}
.index_addvert01 .bd .ad_item01{ background-repeat:no-repeat; background-position:top center; background-size:100% auto; height:710px;}
.index_addvert01 .bd img{ width:100%;}
.index_addvert01 .prev, .index_addvert01 .next{ display:none; position:absolute; top:40%; padding:20px 20px;}
.index_addvert01 .next{ right:0px;}

.index_middle01{}

.index_title01{ padding:30px 0px; border-bottom:#990033 1px solid;}
.index_title01 .title_txt01{ font-size:36px;}
.index_title01 .title_txt01 .txt_font01{ color:#333333; float:left;}
.index_title01 .title_txt01 .txt_font02{ float:left; padding:0px 10px; font-size:18px; padding-top:10px;}
.index_title01 .title_txt01 .txt_font03{ color:#ff3300; float:left;}
.index_title01 .title_txt01 .txt_font04{ float:left; padding-left:15px; font-size:24px; color:#ff3300; padding-top:10px;}

.index_title02{ padding:30px 0px; border-bottom:#404040 1px solid;}
.index_title02 .title_txt01{color:#fff;}
.index_title02 .title_txt01 .font01{ font-size:36px;}
.index_title02 .title_txt01 .font02{ font-size:14px; padding-left:10px;}

.index_title03{ padding:50px 0px; text-align:center;}
.index_title03 .title_txt01{ font-size:36px;}
.index_title03 .title_txt01 .txt_body01{ width:350px; margin:auto;}
.index_title03 .title_txt01 .txt_font01{ color:#333333; float:left;}
.index_title03 .title_txt01 .txt_font02{ float:left; padding:0px 10px; font-size:18px; padding-top:10px;}
.index_title03 .title_txt01 .txt_font03{ color:#ff3300; float:left;}
.index_title03 .title_txt01 .txt_font04{ float:left;}
.index_title03 .title_txt02{ padding-top:20px; font-size:18px;}
.index_title03 .keylist{ text-align:center; margin-top:30px;}
.index_title03 .keylist a{ display:inline-block; background:#d7d7d7; width:120px; overflow:hidden; padding:0px 20px; font-size:14px; line-height:40px; height:40px; margin:0px 5px; border-radius:40px;}
.index_title03 .keylist a:hover{ background:hsla(0, 84%, 38%, .9); color:#fff;}

.index_service01{}
.index_service01 .service_txt01{ font-size:16px; line-height:30px; color:#333; padding:20px 0px;}
.index_service01 .service_list01{ width:1300px; padding:20px 0px; padding-bottom:50px;}
.index_service01 .service_list01 .list_item01{ background:#e6e6e6; float:left; margin-right:25px; width:280px; height:280px; padding-top:50px; padding-bottom:20px;}
.index_service01 .service_list01 .list_item01 .item_img01{ text-align:center;}
.index_service01 .service_list01 .list_item01 .item_txt01{ color:#000; font-size:24px; text-align:center; padding:10px 0px;}
.index_service01 .service_list01 .list_item01 .item_note01{ color:#666666; padding:20px; line-height:30px; font-size:16px;}

.index_youshi01{}
.index_youshi01 .service_txt01{ font-size:16px; line-height:30px; color:#333; padding:20px 0px;}
.index_youshi01 .service_list01{ width:1300px; padding:20px 0px; padding-bottom:60px;}
.index_youshi01 .service_list01 .list_item01{ background:#1e1e1e; float:left; margin-right:13px; width:230px; padding-top:50px; text-align:center; color:#fff; padding-bottom:70px; cursor:pointer;}
.index_youshi01 .service_list01 .list_item01:hover{ background:#ae1c1c;}
.index_youshi01 .service_list01 .list_item01 .item_img01{ padding-bottom:15px;}
.index_youshi01 .service_list01 .list_item01 .item_txt01{ font-size:18px; padding:5px 0px;}
.index_youshi01 .service_list01 .list_item01 .item_txt02{ font-size:14px; padding:5px 0px;}
.index_youshi01 .service_list01 .list_item01 .item_txt03{ font-size:12px; padding:5px 0px;}
.index_youshi01 .service_list01 .list_item01 .item_note01{ color:#666666; padding:20px; line-height:24px;}

.index_news01{ width:1300px; padding-bottom:50px;}
.index_news01 .news_box01{ width:380px; height:330px; background:#e66c00; margin-right:25px; background:url(https://www.v8th.cn/tpl/default/images/index_11.jpg);}
.index_news01 .news_box01 .box_title01{ font-size:18px; color:#fff; padding-left:15px; height:30px; padding-top:15px; line-height:30px; border-bottom:#fff 2px solid; padding-bottom:5px;}
.index_news01 .news_box01 .box_title01 .title_txt01{}
.index_news01 .news_box01 .box_title01 .title_more01{ padding-right:15px;}
.index_news01 .news_box01 .box_title01 .title_more01 a{ color:#fff; font-size:14px; text-decoration:underline;}
.index_news01 .news_box01 .index_news_list01{ padding:15px 30px;}
.index_news01 .news_box01 .index_news_list01 .list_item01{ line-height:30px; height:30px; overflow:hidden;}
.index_news01 .news_box01 .index_news_list01 .list_item01 a{ color:#fff; font-size:14px;}


/*首页留言*/
.index_message01{ background:url(https://www.v8th.cn/tpl/default/images/index_07.jpg);}
.index_message01 .message_div01{ width:490px; padding-top:30px;}
.index_message01 .message_div02{ width:540px;}
.index_message01 .message_table01{}
.index_message01 .message_table01 td{ padding:5px;}
.index_message01 .message_table01 .td01{ width:50px; text-align:left; color:#999999;}
.index_message01 .message_table01 .input01{ outline:none; width:230px; height:30px; line-height:30px; background:#ddd; border:none; color:#333; padding-left:10px; border-radius:8px;}
.index_message01 .message_table01 .texa01{ outline:none; overflow:hidden; padding:5px 10px; width:365px; height:100px; background:#ddd; line-height:22px; border:none; color:#333; padding-left:10px; border-radius:8px;}
.index_message01 .message_table01 .btn01{-webkit-appearance: none; display:none; cursor:pointer; background:hsla(0,0%,88%,1.00); height:38px; line-height:38px; font-size:18px; border:none; color:#333; padding:0px 10px; font-family:"微软雅黑"; width:200px; border-radius:8px;}
.index_message01 .message_table01 .btn01:hover{ background:hsla(0,0%,88%,.9);}

.index_hzhb01{ padding-left:50px;}
.index_hzhb01 .hzhb_title01{ font-size:24px; color:#666666; padding:30px 0px;}
.index_hzhb01 .hzhb_list01{}
.index_hzhb01 .hzhb_list01 .list_body01{ width:560px;}
.index_hzhb01 .hzhb_list01 .list_item01{ width:110px; height:60px; background:#333333; float:left; margin-right:16px; margin-bottom:20px;}
.index_hzhb01 .hzhb_list01 .list_item01 img{}

.index_fengxiang01{ padding:15px 0px; padding-left:10px;}
.index_fengxiang01 .list_item01,
.index_fengxiang01 .list_item01{ float:left; margin-right:25px; height:140px;}
.index_fengxiang01 .list_item01{ padding:20px 0px;}

/*首页案例*/
.index_case01{ padding-bottom:30px; overflow:hidden; background:#f8f8f8;}
.index_case01 .case_list01{ width:1300px;}
.index_case01 .case_list01 .list_item02{ cursor:pointer; position:relative; width:386px; height:302px; overflow:hidden; margin:0px 20px 20px 0px; float:left;}
.index_case01 .case_list01 .list_item02 .item_img01_box{}
.index_case01 .case_list01 .list_item02 .item_img01{ position:relative; z-index:1; height:300px; overflow:hidden; background:#eee; border:1px solid #eee;}
.index_case01 .case_list01 .list_item02 .item_img01 img{ width:100%;}
.index_case01 .case_list01 .list_item02 .txt{ top:0px; left:0px; width:100%; height:300px; position:absolute; z-index:10; text-align:center; background-color: hsla(205, 100%, 0%, .6);opacity:0;filter:Alpha(opacity=0);}
.index_case01 .case_list01 .list_item02 .item_txt01{ font-size:18px; line-height:22px; padding-top:120px; padding-bottom:20px;}
.index_case01 .case_list01 .list_item02 .item_txt01 a{ color:#eee;}
.index_case01 .case_list01 .list_item02 .item_txt02{ color:#eee; font-size:14px; line-height:22px; height:45px;}
.index_case01 .case_list01 .list_item02:hover .txt{ top:0px; left:0px; width:100%; height:300px; background-color: hsla(205, 100%, 0%, .6);opacity:1;filter:Alpha(opacity=100);}
.index_case01 .more{}
.index_case01 .more a{ display:block; border-radius:50px; width:200px; height:45px; line-height:45px; margin:30px auto; background-color: hsla(0, 84%, 38%, .9); color:#fff; text-align:center; font-size:18px;}
.index_case01 .more a:hover{ background-color: hsla(0, 84%, 38%, .8);}

.index_case01 .case_list01{ position:relative; height:700px;}
.index_case01 .hd{ position:absolute; bottom:30px; z-index:1; text-align:center; width:1200px;}
.index_case01 .hd li{ font-size:0px; float:left; border-radius:13px; width:10px; height:10px; line-height:10px; text-align:center; color:#fff; margin:0px 5px; cursor:pointer; background-color:hsla(0,84%,38%,.3); transition:all 0.3s;}
.index_case01 .hd li.on{ background-color:hsla(0,84%,38%,.9); width:30px; color:#127a59;}
.index_case01 .bd{}

/*内页广告*/
.page_addvert01{ height:235px; background:url(https://www.v8th.cn/tpl/default/images/about_02.jpg) no-repeat top center;}

.page_middle01{ padding-top:10px;}

.page_middle02{ padding-bottom:20px; padding-top:10px;}
.page_middle02 .middle_div01{ width:820px;}
.page_middle02 .middle_div02{ width:260px; min-height:600px;}

.page_local01{ padding:10px 0px; line-height:24px; text-align:right; font-size:16px;}

.page_title01{ padding:20px 0px; background:url(https://www.v8th.cn/tpl/default/images/about_05.jpg) repeat-x bottom;}
.page_title01 .title_txt01{ float:left; font-size:48px; color:#333333;}
.page_title01 .title_txt02{ float:left; color:#990000; font-size:36px; padding-left:15px; padding-top:15px;}

.page_body01{ padding-bottom:50px; padding-top:10px;}
.page_body01 .card .top{width: 100%;text-align: left;margin: 20px 0;}

.case_category01{ background:#fc8200; height:40px; padding:15px 0px; overflow: hidden;}
.case_category01 .category_item01{ width:165px; text-align:center; height:40px; line-height:40px; float:left; margin-right:15px;}
.case_category01 .category_item01 a{ color:#000; font-size:18px;}
.case_category01 .on{ background:#cc0000;}
.case_category01 .on a{ color:#fff;}

.case_list01{ overflow:hidden;}
.case_list01 .list_body01 { width:1200px; padding-top:50px;}
.case_list01 .list_item01{ width:385px; float:left; margin-right:12px; margin-bottom:20px;}
.case_list01 .list_item01 .item_imgdiv01{ padding:5px; border:#ddd 1px solid;}
.case_list01 .list_item01 .item_img01{ width:100%; height:325px; overflow:hidden;}
.case_list01 .list_item01 .item_img01 a{ display:block; height:100%;}
.case_list01 .list_item01 .item_img01 img{ width:385px;}
.case_list01 .list_item01 .item_txt01{ color:#333333; line-height:22px; padding-top:5px;}
.case_list01 .list_item01 .item_txt02{ color:#993300; line-height:22px; height:45px;}

.page_webstyle_list01{ overflow:hidden;}
.page_webstyle_list01 .list_body01 { width:1300px; padding-top:50px;}
.page_webstyle_list01 .list_item01{ width:290px; float:left; margin-right:12px; margin-bottom:20px;}
.page_webstyle_list01 .list_item01 .item_imgdiv01{ padding:5px; border:#ddd 1px solid;}
.page_webstyle_list01 .list_item01 .item_img01{ width:100%; height:290px; overflow:hidden;}
.page_webstyle_list01 .list_item01 .item_img01 a{ display:block; height:100%;}
.page_webstyle_list01 .list_item01 .item_img01 img{ width:100%;}
.page_webstyle_list01 .list_item01 .item_txt01{ color:#333333; line-height:22px; padding-top:5px;}
.page_webstyle_list01 .list_item01 .item_txt02{ color:#993300; line-height:22px; height:45px;}



.case01{}
.page_title02{}
.page_title02 .title_txt01{ text-align:left;}
.page_title02 h4{ font-weight:normal; font-size:18px; line-height:30px; padding-bottom:20px; padding-left:5px;}
.page_title02 h4 span{ color:#fc8200; font-weight:bold;}
.page_title02 h4 b{}

.template_category01{ background:#fc8200; height:40px; padding:15px 0px;}
.template_category01 .category_item01{ width:145px; text-align:center; height:40px; line-height:40px; float:left; margin-right:15px;}
.template_category01 .category_item01 a{ color:#000; font-size:18px;}
.template_category01 .on{ background:#cc0000;}
.template_category01 .on a{ color:#fff;}

.template_list01{}
.template_list01 .list_body01 { width:1200px; padding-top:50px;}
.template_list01 .list_item01{ width:205px; float:left; margin-right:19px; margin-bottom:20px;}
.template_list01 .list_item01 .item_img01{ width:100%; height:210px;}
.template_list01 .list_item01 .item_txt01{ color:#333333; line-height:22px; padding-top:5px;}
.template_list01 .list_item01 .item_txt02{ color:#993300; line-height:22px; height:45px;}

.case_details01{}
.case_details01 .details_div01{}
.case_details01 .details_div02{ min-height:600px;}
.case_details01 .detils_zhutu01{ width:260px; padding:5px; border:#ccc 1px solid; height:230px; overflow:hidden;}
.case_details01 .detils_zhutu01 .imgborder{ height:230px; overflow:hidden;}
.case_details01 .detils_zhutu01 img{ width:100%;}
.case_details01 .detils_note01{ width:530px;}
.case_details01 .detils_note01 .note_title01{ height:40px; padding:25px 10px; background:url(https://www.v8th.cn/tpl/default/images/case_titlebg_03.jpg); line-height:40px; font-size:18px; color:#fff;}
.case_details01 .detils_note01 .note_txt01{ height:90px; line-height:26px; padding-top:10px; font-size:14px; color:#666;}
.case_details01 .detils_note01 .note_txt02{ padding-top:10px;}
.case_details01 .detils_note01 .a_btn01{ width:150px; text-align:center; height:40px; line-height:40px; color:#fff; font-size:18px; font-weight:bold; display:block; background:#2db2ea;}
.case_details01 .detils_note01 .a_btn01:hvoer{ text-decoration:underline; background:#3377aa; border:#000 1px solid;}
.case_details01 .details_piclist01{ margin-top:20px; background:url(https://www.v8th.cn/tpl/default/images/case_imgbg_03.jpg); padding:20px; color:#fff; height:323px;}
.case_details01 .details_piclist01 .list_item01{ border:#fff 1px solid; width:120px; margin:10px; background:#fff; padding:5px; float:left;}
.case_details01 .details_piclist01 .list_item01 .item_img01{ overflow:hidden; height:130px; cursor:pointer;}
.case_details01 .details_piclist01 .list_item01 .item_img01 img{ width:100%;}
.case_details01 .details_piclist01 .list_item01 .item_txt01{ margin-top:-25px; line-height:25px; height:25px; text-align:center; background:#000000; color:#fff; position:relative; z-index:10;}
.case_details01 .details_photo_img{ padding-top:30px;}
.case_details01 .details_photo_img img{ width:100%;}


.template_details01{}
.template_details01 .details_div01{}
.template_details01 .details_div02{ min-height:600px;}
.template_details01 .detils_zhutu01{ width:260px; padding:5px; border:#ccc 1px solid; height:230px; overflow:hidden;}
.template_details01 .detils_zhutu01 .imgborder{ height:230px; overflow:hidden;}
.template_details01 .detils_zhutu01 img{ width:100%;}
.template_details01 .detils_note01{ width:530px;}
.template_details01 .detils_note01 .note_title01{ height:40px; padding:25px 10px; background:url(https://www.v8th.cn/tpl/default/images/case_titlebg_03.jpg); line-height:40px; font-size:18px; color:#fff;}
.template_details01 .detils_note01 .note_title01 h1{ font-size:30px;}
.template_details01 .detils_note01 .note_txt01{ height:90px; line-height:26px; padding-top:10px; font-size:14px; color:#666;}
.template_details01 .detils_note01 .note_txt02{ padding-top:10px; color:#cccccc;}
.template_details01 .detils_note01 .note_txt02 a{ color:#cccccc;}
.template_details01 .detils_note01 .a_btn01{ width:150px; text-align:center; height:40px; line-height:40px; color:#fff; font-size:18px; font-weight:bold; display:block; background:#2db2ea;}
.template_details01 .detils_note01 .a_btn01:hvoer{ text-decoration:underline; background:#3377aa; border:#000 1px solid;}
.template_details01 .details_piclist01{ margin-top:20px; background:url(https://www.v8th.cn/tpl/default/images/case_imgbg_03.jpg); padding:20px; color:#fff;}
.template_details01 .details_piclist01 .list_item01{ border:#fff 1px solid; width:120px; margin:10px; background:#fff; padding:5px; float:left;}
.template_details01 .details_piclist01 .list_item01 .item_img01{ overflow:hidden; height:130px; cursor:pointer;}
.template_details01 .details_piclist01 .list_item01 .item_img01 img{ width:100%;}
.template_details01 .details_piclist01 .list_item01 .item_txt01{ margin-top:-25px; line-height:25px; height:25px; overflow:hidden; text-align:center; background:#000000; color:#fff; position:relative; z-index:10;}
.template_details01 .details_photo_img{ padding-top:30px;}
.template_details01 .details_photo_img img{ width:100%;}

.solution_list{}
.solution_list .list_item{ padding:20px 20px; margin:15px 0px; line-height:30px; font-size:16px; border:#eee 1px dashed;}
.solution_list .list_item table{ width:100%;}
.solution_list .list_item table td{ vertical-align:top;}
.solution_list .list_item table td{}
.solution_list .list_item table .title_thumbnail{width:300px; height:260px; overflow:hidden;}
.solution_list .list_item table .title_thumbnail img{ width:100%;}
.solution_list .list_item table .item_txt01{ padding-left:15px; width:800px;}
.solution_list .list_item table h2{}
.solution_list .list_item table h3{}
.solution_list .list_item table h5 a{ font-size:16px; color:#333;}
.solution_list .list_item table h5{ font-size:22px; color:#ff0000; padding:10px 0px;}
.solution_list .list_item .item_case{ margin-top:5px;}
.solution_list .list_item .item_case a{ margin-right:15px; display:block; float:left; height:140px; overflow:hidden;}
.solution_list .list_item .item_case a img{ width:120px; min-height:140px;}

/*联系我们*/
.contact01{}
.contact_middle01{ background:#f3f3f3; padding:30px 0px; padding-bottom:30px;}

.contact_box01{}
.contact_box01 .box_title01{ font-size:30px;}
.contact_box01 .box_title01 .font01{ color:#fc8200;}
.contact_box01 .box_title01 .font02{}
.contact_box01 .box_body01{}

.contact01{ color:#666; font-size:14px; line-height:24px;}
.contact01 .contact_txt01{ padding-top:30px;}
.contact01 .contact_txt02{ padding-top:30px;}
.contact01 .txt_font01{ color:#ffa800;}

/*网站建设*/
.website01{ padding-bottom:50px; padding-top:50px;}
.site_service01{}
.site_service01 .service_item01{ width:240px; text-align:center; height:60px; font-size:18px; background:#1e1e1e; float:left; margin-right:20px; line-height:60px; color:#fff; margin-bottom:20px;}
.site_service01 .service_item01:hover{ background:#9b2120;}

.site_jzlc01{ padding:20px 0px; font-size:18px; line-height:30px;}

.site_jjfa01{ width:1200px;}
.site_jjfa01 .list_item01{ width:480px; margin-right:50px; float:left; background:#eeeeee; margin-bottom:20px; padding:20px;}
.site_jjfa01 .list_item01 .item_txt01{ font-size:18px; padding:5px 0px; font-weight:bold;}
.site_jjfa01 .list_item01 .item_note01{ line-height:24px; color:#666;}
.site_jjfa01 .list_item01 .item_more01 a{ color:#cc0000; text-decoration:underline;}
.site_jjfa01 .list_item01:hover{ background:#e5e4e4;}

.site_txt01{ padding:20px 5px; font-size:18px; line-height:30px;}

.page_left01{ float: left; width:260px; padding-top:30px;}
.page_right01{ float: right; width:900px;}

.right_c_title01{ padding-top:50px; background:url(https://www.v8th.cn/tpl/default/images/about_05.jpg) repeat-x bottom; padding-bottom:10px;}
.right_c_title01 .title_txt01{ font-size:18px; font-weight:bold;}

.left_title01{ background:#000000; height:40px; line-height:40px; color:#fff; padding-left:15px; font-size:18px;}
.left_title02{ height:30px; padding-top:20px; padding-left:15px; font-size:18px; color:#fff; border-bottom:#fc8200 2px solid;}

.left_menu01{ background:#f1f1f1; padding:15px;}
.left_menu01 .menu_item01{ font-size:18px; padding:10px 0px; padding-left:20px;}
.left_menu01 .menu_item01 a{ font-size:18px;}

.card .left_menu01{background: #fff;padding: 0;margin: 10px 0 30px;}
.card .left_menu01 .menu_item01{padding:0;display: inline-block;background: #F1F1F1;margin: 0 10px 10px 0;}
.card .left_menu01 .menu_item01 a{padding: 10px 20px;display: block;}
.card .left_menu01 .menu_item01 a.on{color: #CC0000;}

.left_contact01{ margin-top:30px;}
.left_contact01 .contact_txt01{ line-height:30px; color:#333333; font-size:16px; padding:10px;}
.left_contact01 .contact_txt01 .font01{ font-size:30px; padding:10px 0px; color:#cc0000; }

.left_service01{ background:url(https://www.v8th.cn/tpl/default/images/news_leftbg_03.jpg); margin-top:30px;}
.left_service01 .service_list01{ padding:15px; padding-bottom:50px;}
.left_service01 .service_list01 .service_item01{ padding:5px 0px; color:#fff; font-size:16px;}

/*新闻列表*/
.news_p_list01{}
.news_p_list01 .list_body01{}
.news_p_list01 .list_item01{ padding:20px 0px; border-bottom:#ccc 1px dotted;}
.news_p_list01 .list_item01 .item_title01{ font-size:18px; padding:10px 0px; height:20px; line-height:20px;}
.news_p_list01 .list_item01 .item_title01 a{ display:block; float:left;}
.news_p_list01 .list_item01 .item_title01 .time{ display:block; float:right; font-size:14px;}
.news_p_list01 .list_item01 .item_note01{ line-height:24px; color:#666;}
.news_p_list01 .list_item01 .item_more01{ padding:15px 0px;}
.news_p_list01 .list_item01 .item_more01 .a01{ color:#fff; text-decoration:underline; background:#a70303; padding:8px 20px; border-radius:5px;}

.news_details01{ padding-top:30px;}
.news_details01 .details_title01{ padding:20px 20px 10px 20px; border-bottom:#ccc 1px solid; text-align:center;}
.news_details01 .details_title01 h1{ color:#333;}
.news_details01 .details_title01 .time{ color: #666; padding-top: 15px;}
.news_details01 .details_info01{}
.news_details01 .details_body01{ font-size:16px; line-height:30px; text-align:left; padding:25px;}
.news_details01 .details_body01 img{ max-width:98%;}
.news_details01 .details_body01 a{ text-decoration:underline;}

.news_xiangguan{ padding:17px 25px 15px 25px; border-bottom:1px dashed #ddd; background:#f1f1f1;}
.news_xiangguan .title01{ font-size:18px; color:#cc0000;}
.news_xiangguan .title01 .txt01{ width:100px; border-bottom:3px solid #cc0000; padding-bottom:5px; margin-bottom:17px;}
.news_xiangguan .iteam01{ font-size:16px; margin-bottom:5px; line-height:30px; height:30px; overflow:hidden;}
.news_xiangguan .iteam01 a{ display:block;}

.service_about01{ padding-top:30px;}
.service_about01 .service_txt01{font-size:14px; line-height:24px;}

/*网站建设套餐*/
.wzjstc_p_list01{ padding-top:30px;}
.wzjstc_p_list01 .wzjstc_txt01{ font-size:14px; line-height:24px;}
.wzjstc_p_list01 .wzjstc_txt01 .font01{ color:#cc0000; font-weight:bold;}
.wzjstc_p_list01 .list_body01{}
.wzjstc_p_list01 .list_item01{ padding:20px 0px; border-bottom:#ccc 1px dotted;}
.wzjstc_p_list01 .list_item01 .item_title01{ font-size:18px; padding:10px 0px; color:#cc0000;}
.wzjstc_p_list01 .list_item01 .item_note01{ line-height:24px; color:#666;}
.wzjstc_p_list01 .list_item01 .item_caselist01{ padding-top:15px;}
.wzjstc_p_list01 .list_item01 .item_caselist01 .caes_item01{}
.wzjstc_p_list01 .list_item01 .item_caselist01 .item_img01{ border:#ccc 1px solid; width:100px; height:100px;}
.wzjstc_p_list01 .list_item01 .item_caselist01 .item_txt01{}

.serivce_faqlist01{}
.serivce_faqlist01 .list_item01{ font-size:16px; line-height:30px; border-bottom:#ccc 1px dotted; padding:20px 0px;}
.serivce_faqlist01 .list_item01 .item_txt01{ font-weight:bold; color:#cc0000;}
.serivce_faqlist01 .list_item01 .item_txt02{ color:#333333;}


/*服务项目样式*/
.page_addvert02{ height:474px; width:100%; margin:auto; min-width:1200px;}

.page_service_middle01{ padding-bottom:50px;}
.page_service_middle01 .middle_body01{ background:#fff; width:1200px; margin:auto;}
.page_service_middle02{ background:#ededed; padding-bottom:40px;}

.service_box01{ padding-top:30px;}
.service_box01 .box_title01{ background:url(https://www.v8th.cn/tpl/default/images/service_06.jpg) repeat-x 0px 46px; height:120px; text-align:center;}
.service_box01 .box_list01{ padding-top:30px;}
.service_box01 .box_list01 .list_item01{ width:140px; margin:25px 39px; float:left;}
.service_box01 .box_list01 .list_item01 .item_img01{ background:#fc8200; border-radius:80px; height:100px; text-align:center; padding-top:40px;}
.service_box01 .box_list01 .list_item01 .item_txt01{ color:#424242; padding:10px 0px; text-align:center; font-size:18px;}

.service_box02{ padding-top:10px;}
.service_box02 .service_title01{ padding:20px 0px; font-size:24px; color:#17aaa8;}

.youshi01{ padding-bottom:30px;  background:url(https://www.v8th.cn/tpl/default/images/title_line_bg_02.png) no-repeat 0px 50px; padding-left:45px;}
.youshi01 .youshi_item01{ width:214px; float:left; margin:0px 20px;}
.youshi01 .youshi_item01 .item_title01{}
.youshi01 .youshi_item01 .item_txt01{ padding-left:15px; line-height:28px; padding-top:5px; font-size:14px; color:#666666;}

.liucheng01{ padding-bottom:30px;}

/*关于我们*/
.page_about_middle01{ background:#f3f3f3; padding:20px 0px; width:100%; margin:auto; min-width:1200px;}
.page_about_middle02{ background:#17aaa8; padding:20px 0px; width:100%; margin:auto; min-width:1200px;}
.page_about_middle03{ padding:20px 0px; width:100%; margin:auto; min-width:1200px;}

.about_box01{ padding:10px 0px;}
.about_box01 .box_title01{ font-size:30px;}
.about_box01 .box_title01 .font01{ color:#fc8200;}
.about_box01 .box_title01 .font02{}
.about_box01 .box_body01{}

.about_youshi01{ padding:20px 0px;}
.about_youshi01 .youshi_img01{ width:390px;}
.about_youshi01 .youshi_txt01{ width:700px; line-height:30px;}
.about_youshi01 .youshi_txt01 p{ margin:15px 0px; color:#666;}

.about_descript01{ color:#fff; line-height:30px; font-size:14px; padding-top:20px;}
.about_descript01 .font01{ color:#000;}
.about_descript01 p{ margin:10px 0px;}

.about_lin0yu01{  width:390px; line-height:30px; font-size:16px; color:#17aaa8;}

.about_linian01{ color:#999; line-height:30px; width:640px; text-align:right;}
.about_linian01 .font02{ font-size:22px; color:#ffa623;}
.about_linian01 .linian_txt01{ line-height:24px; font-size:14px;}

/*渠道合作*/
.channel_middle01{}

/*解决方案*/
.solution_middle01{}
.solution01{ height:470px;}


/*网站底部样式*/
.bottom01{ background:url(https://www.v8th.cn/tpl/default/images/index_07.jpg); padding:30px 0px;}
.bottom01 .bottom_div01{ width:560px;}
.bottom01 .bottom_div02{ width:460px;}
.bottom01 .bottom_menu01{color: #666666;line-height: 24px;padding: 15px 0px;}
.bottom01 .bottom_menu01 .menu_item01{ text-align:center; float:left; margin-right:50px;}
.bottom01 .bottom_menu01 .menu_item01 .item_title01{ font-weight:bold; color:#999;}
.bottom01 .bottom_menu01 .menu_item01 .item_txt01{ line-height:36px; padding-top:15px;}
.bottom01 .bottom_menu01 .menu_item01 .item_txt01 li{}
.bottom01 .bottom_menu01 a{ color:#666666;}
.bottom01 .coppyright01{}
.bottom01 .coppyright01 .coppyright_div01{ height:135px;}
.bottom01 .coppyright01 .coppyright_div02{}
.bottom01 .coppyright01 .c_phone01{ font-size:36px; line-height:45px;}
.bottom01 .coppyright01 .c_phone01 font{display: block;}
.bottom01 .coppyright01 .c_phone01 .font01{ color:#999;font-size: 12px;line-height: 25px;}
.bottom01 .coppyright01 .c_phone01 .font02{ color:#fc8200;font-size: 30px;}
.bottom01 .coppyright01 .c_erwema01{}
.bottom01 .coppyright01 .c_txt01{ color:#666666; padding:15px 0px; line-height:24px;}
.bottom01 .coppyright01 .c_txt01 a{ color:#666;}

.index_link01{ border-top:#404040 1px solid; padding-top:20px; min-height:100px; color:#666666;}
.index_link01 a{ color:#666666; margin-right:10px;}

/* qqside */
.qqside{position:fixed;width:60px;height:275px;right:10px;top:214px;z-index:100;}
.qqside ul li{width:60px;height:60px;float:left;position:relative;border-bottom:1px solid rgba(0,0,0,.0);cursor: pointer;}
.qqside ul li .sidebox{position:absolute;width:60px;height:60px;top:0;right:0;transition:all 0.3s;background:#c10000;filter:Alpha(opacity=80);color:#fff; font-size:12px; overflow:hidden;text-align: center;}
.qqside ul li .sidebox:hover{background: #fc8200;}
.qqside ul li .sidebox span{display: block;margin-top: 4px;}
.qqside ul li .sidetop{width:60px;height:60px;line-height:60px;display:inline-block;background:#333;opacity:0.8;filter:Alpha(opacity=80);transition:all 0.3s;}
.qqside ul li .sidetop:hover{background:#fc8200;opacity:1;filter:Alpha(opacity=100);}
.qqside ul li .sidetop img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);margin-top: 0;}
.qqside ul li img{display: block;margin: 10px auto 0;}
/*
.qqside ul li.weixin:hover .erweima{opacity:1;}
.qqside ul li .erweima{position:absolute; width:140px; height:140px; right:82px; top:20px; opacity:0;background: url("../images/icon/icon_wx_bj.png") no-repeat center;}
.qqside ul li .erweima img{ width:100%;margin-top: 0;}
.qqside ul li .erweima .arrow{display: block;position: absolute;width: 0;height: 0;border: 5px solid transparent;border-left: 5px solid #ccc;top: 50%;margin-top: -5px;right: -12px;}
*/

.qqside ul .tel_li .tel_div{z-index:-1;width: 140px;height:60px;position: absolute;top: 50%;right: -60px;opacity: 0;transition: all .5s;transform: translate(0,-50%);color: #fff;font-size: 16px;line-height: 60px;text-align: center;}
.qqside ul .tel_li:hover .tel_div{background: #fc8200;right: 60px;opacity: 1;}

.qqside ul .weixin{position:relative;}
.qqside ul .weixin .erweima{min-width: 15px;height: 15px;position: absolute;top:5px;right: 75px;opacity: 0;transition: all .5s;background: url("https://www.v8th.cn/tpl/default/images/icon/icon_wx_bj_03.png")no-repeat center;background-size: 75px;}
.qqside ul .weixin .erweima img{margin: 0;position: absolute;top: 50%;left: 47%;transform: translate(-50%,-50%);height: 90%;}
.qqside ul .weixin:hover .erweima{top: -5px;min-width: 170px;height: 170px;right: 65px;opacity: 1;background: #fff;background: url("https://www.v8th.cn/tpl/default/images/icon/icon_wx_bj_03.png")no-repeat center;background-size: 170px;}

/*列表分页样式*/
.pagination{ padding:30px 0px; padding-top:30px;}
.pagination .table01{}
.pagination .page_btn{ text-align:center;}
.pagination .result_page{ padding:3px 12px; line-height:24px; display:inline-block; color:#666666; background:#f3f3f3; text-align:center; margin:10px 2px; border-radius:15px;}
.pagination .result_page:hover{ background:#c86807; color:#fff;}
.pagination .page_btn_w{ width:70px; text-align:center;}
.pagination .cur{ background:#630000; color:#fff;}
.pagination .nextpage_ico{ background:url(https://www.v8th.cn/tpl/default/images/nextpage_ico2.png) no-repeat right; width:10px; height:24px;}
.pagination .prevpage_ico{ background:url(https://www.v8th.cn/tpl/default/images/nextpage_ico1.png) no-repeat left;}

.pagination .go_page{ padding-left:10px;}
.pagination .go_page .go_ihput01{ border:#ccc 1px solid; width:50px; height:30px; line-height:30px; text-align:center; font-size:14px;}
.pagination .go_page .go_btn01{ background:#c86807; height:40px; width:40px; border:#fff 1px solid; color:#fff;}

/*列表分页样式*/
.pagination{ padding:30px 0; text-align: center;}
.pagination a{ padding:3px 12px; line-height:24px; display:inline-block; color:#666666; background:#f3f3f3; text-align:center; margin:10px 2px; border-radius:15px;cursor: pointer;}
.pagination a:hover{ background:#c86807; color:#fff;}
.pagination .page_btn_w{ width:70px; text-align:center;}
.pagination .current{ background:#630000; color:#fff;}