/*
 * LankeCMS (http://lankecms.com)
 * Copyright (c) 2013-2018 http://lankecms.com All rights reserved.
 * Author: Aming
 */

@font-face { 
font-family: HansKendrickV; 
src: url('HansKendrickV-Regular.ttf'); 
}
body{
    font-family: Arial,'Open Sans', sans-serif,'microsoft yahei',Helvetica;
    color: #2F2F2F;
}
a{
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
}
ul{
    list-style:none;
}
.clear{
    clear: both;
}
.opacity_img,
.img-thumbnail{
    transition : opacity 0.5s;
}
.opacity_img:hover,
.img-thumbnail:hover{
    opacity: 0.7;
}

/* ===== 新的头部样式 ===== */
.site-header {
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.08);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    height: 70px;
}

.header-left {
    flex-shrink: 0;
}

.header-logo {
    height: 45px;
    width: auto;
    transition: transform 0.3s ease;
}

.header-logo:hover {
    transform: scale(1.05);
}

/* 导航样式 */
.header-nav {
    flex: 1;
    display: flex;
    justify-content: right;
}

.nav-list {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 5px;
}

.nav-item {
    position: relative;
}

.nav-item > a {
    display: block;
    padding: 24px 16px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    font-family: Arial;
}

.nav-item > a:hover,
.nav-item > a.active {
    color: #ffc107;
}

/* 下拉菜单 */
.has-submenu {
    position: relative;
}

.submenu-toggle {
    display: none;
}

.submenu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 180px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(0,0,0,0.12);
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    list-style: none;
    margin: 0;
    padding: 10px 0;
}

.has-submenu:hover .submenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.submenu li a {
    display: block;
    padding: 10px 20px;
    color: #555;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.submenu li a:hover {
    background: #ffc107;
    color: #fff;
}

/* 头部搜索 */
.header-right {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.header-search {
    position: relative;
}

.search-input {
    width: 0;
    padding: 10px 0;
    border: none;
    border-bottom: 2px solid #ddd;
    font-size: 14px;
    background: transparent;
    transition: all 0.3s ease;
    outline: none;
}

.header-search:hover .search-input,
.search-input:focus {
    width: 180px;
    padding: 10px 15px 10px 5px;
    border-bottom-color: #ffc107;
}

.search-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: #888;
    cursor: pointer;
    font-size: 16px;
    padding: 5px;
    transition: color 0.3s ease;
}

.search-btn:hover {
    color: #ffc107;
}

/* 汉堡菜单按钮 */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 25px;
    height: 18px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
}

.hamburger-line {
    display: block;
    width: 100%;
    height: 2px;
    background: #333;
    transition: all 0.3s ease;
}

/* 移动端导航遮罩 */
.mobile-nav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 2000;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
}

.mobile-nav-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-nav-content {
    position: absolute;
    right: 0;
    top: 0;
    width: 280px;
    height: 100%;
    background: #fff;
    transform: translateX(100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
}

.mobile-nav-overlay.active .mobile-nav-content {
    transform: translateX(0);
}

.mobile-nav-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 30px;
    height: 30px;
    background: none;
    border: none;
    font-size: 28px;
    color: #666;
    cursor: pointer;
}

.mobile-nav-list {
    list-style: none;
    margin: 50px 0 0 0;
    padding: 0;
}

.mobile-nav-list li a {
    display: block;
    padding: 15px 20px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #eee;
    font-size: 14px;
}

.mobile-nav-list li a:hover {
    background: #f5f5f5;
    color: #ffc107;
}

.mobile-submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    background: #f9f9f9;
}

.mobile-has-submenu.open .mobile-submenu {
    display: block;
}

.mobile-submenu li a {
    padding-left: 40px;
    font-size: 13px;
}

/*产品搜索*/
.search_group{
      float: right;
      height: 40px;
      background: transparent;
      border: 1px solid #dedede;
      color: #696868;
      margin: 43px 0px 0px 0px;
}
.search_group input.form-control{
      border-radius: 0px;
      box-shadow: none;
      color: #000;
      padding: 0px 0px 0px 15px;
      height: 40px;
      background: transparent;
      border: none;
}
.search_group input.form-control:focus{
    box-shadow: none;
}
#search_submit{
    background: transparent;
    color:#8a8a8a;
    padding: 0px 10px 0px 0px; 
    font-size: 20px;
    border-radius: 0px;
}
#search_submit:hover{
    color:#ffc107;
    cursor: pointer;
}

/*幻灯片*/
.flash img{
    width: 100%;
}
.flash ul.bxslider{
    list-style:none;
}
.flash div.bx-pager{
    bottom: 4%;
}
.flash div.bx-controls-direction{
    display:none;
}

/*首页产品*/
.product_head h2{
    color: #333333;
    font-family: 'HansKendrickV';
    font-weight: bold;
    font-size: 30px;
    text-align: center; 
    margin: 0px;
    margin-top: 50px; 
}
.product_head p{
    color: #868686;
    font-size: 12px;
    text-align: center;
    margin: 0px 100px 10px 100px;
}
.product_list{
    clear: both;
    padding: 25px 0px 0px 0px;
    margin-right: -15px;
    margin-left: -15px;
}
.product_list2{
    padding-top: 20px;
}
.product_img{
    padding-left: 15px; 
    padding-right: 15px; 
    min-height: 350px;
}
.product_img img{
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-height: 300px; 
    max-width: 100%;
    height: auto; 
    margin-bottom: 10px; 
    padding: 0px 0px 0px 0px;
}
.product_list2 div.product_img{
    min-height: 260px;
    margin-bottom: 10px;
}
.product_title{
    text-align: center;
    height: 40px;
}
.product_title a{
    font-size: 16px;
    color: #2F2F2F;
}
.product_title a:hover{
    text-decoration: none;
    color:#fe7012;
}

/*首页-公司简介*/
.about_bg{
    margin-top: 30px;
}
.about_left{
    float: right;
    background-color:rgba(255,255,255,0.7);
    width: 30%;
}
.about_content{
    text-align: justify;
    line-height: 28px;
    color: #555;
    padding: 40px 30px;
}
.about_right{
    float: left;
    width: 70%;
    padding: 0px 20px 0px 0px;
}
.about_right h3{
    margin: 0px;
    padding: 0px;
    color: #fec107;
    font-family: 'HansKendrickV';
    font-size: 85px;
    font-weight: bold;
    text-align:right;
    padding-top: 106px;
}
.about_right p{
    font-size: 12px;
    text-align:right;
    padding-right: 8px;
    color: #757575;
}
.about_btn{
    display: block;
    float: right;
    font-family: 'HansKendrickV';
    text-align: center;
    width: 180px;
    padding: 10px 0px 8px 0px;
    color: #243238;
    font-weight: bold;
    text-decoration: none;
    background:transparent;
    border: 2px solid #243238;
    margin-top: 20px;
    margin-right: 8px;
}
.about_btn:hover,.about_btn:focus{
    color: #fff;
    text-decoration: none;
    background-color: #243238;
}

/*首页-新闻资讯*/
.news_head{
    margin-bottom: 20px;
}
.news_head h2{
    color: #333333;
    font-family: 'HansKendrickV';
    font-weight: bold;
    font-size: 30px;
    text-align: center; 
    margin: 0px;
    margin-top: 50px; 
}
.news_head p{
    color: #868686;
    font-size: 12px;
    text-align: center;
    margin: 0px 100px 10px 100px;
}
.news_list{
    clear: both;
    padding: 5px 0px 0px 0px;
    margin-right: -15px;
    margin-left: -15px;
}
.news_img{
    padding-left: 15px; 
    padding-right: 15px; 
    min-height: 350px;
}
.news_img img{
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-height: 260px; 
    max-width: 100%;
    height: auto; 
    margin-bottom: 10px; 
    padding: 0px 0px 0px 0px;
}
.news_title{
    margin-top: 18px;
    text-align: center;
}
.news_title a{
    font-size: 16px;
    color: #444444;
    font-weight: bold;
}
.news_title a:hover{
    text-decoration: none;
    color:#fe7012;
}
.news_desc{
    text-align: center;
    color: #7b7b7b;
}
.news_time{
    float:right;
}

/*列表页-左侧栏目*/
.left_column{
    margin-top: 30px;
    background: #FFFFFF;
    border: 1px solid #e6e6e6;
    margin-bottom: 25px;
}
.left_column h3{
    margin: 0px;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 10px 0px 10px 16px;
    background-color: #ffc107;
}
.left_column ul.left_nav_ul{
    list-style:none;
    padding:0px;
    margin:15px 0px 0px 0px;
    padding-bottom: 10px;
  }
.left_column ul.left_nav_ul > li{
    margin-bottom: 5px;
    background: url(../images/left_sli.gif) 9px 13px no-repeat;
}
.left_column ul.left_nav_ul > li > a{
    display: block;
    text-decoration:none;
    color:#000;
    font-size:14px;
    border-radius:0px; 
    padding:6px 0px 6px 17px;
}
.left_column ul.left_nav_ul > li > a:hover,
.left_column ul.left_nav_ul li a.left_active{
    color:#fe7012
}
/*列表页-左侧二级栏目*/
.left_column ul.left_snav_ul{
    list-style:none;
    padding:0px;
}
.left_column ul.left_snav_ul > li{
    margin-bottom: 7px;
    background: url(../images/left_sli.gif) 15px 13px no-repeat;
}
.left_column ul.left_snav_ul > li > a{
    display: block;
    text-decoration:none;
    color:#6f6f6f;
    padding:5px 0px 5px 25px;
    background: transparent;
    border-radius: 25px;
    margin-bottom:8px;
}
.left_column ul.left_snav_ul > li > a:hover{
    color:#f12129;
    background:transparent;
}

/*列表页-左侧新闻*/
.left_news{
    border: 1px solid #e6e6e6;
    margin-bottom: 25px;
}
.left_news h3{
    margin: 0px;
    font-size: 16px;
    padding: 10px 0px 10px 36px;
    font-family: 'Oswald', sans-serif;
    color: #2a2a2a;
    background-color: #e0e0e0;
    background: url(../images/left_news_h3.jpg) no-repeat  left center;
}
.left_news_ul{
    clear: both;
    list-style:none;
    padding: 0px;
    padding-top: 16px;
    margin: 0px
}
.left_news_ul li{
    color:#545455;
    background: url(../images/li.png) no-repeat 10px 6px;
    line-height:21px; 
    padding-bottom: 12px; 
    padding-left:24px;
    padding-right: 5px;
}
.left_news_ul li a{
    color:#2b2b2b;
}
.left_news_ul li a:hover,
.left_news_ul li a:focus{
    text-decoration:none;
    color:#f12129;
}

/*列表页-左侧联系*/
.left_contact{
    border: 1px solid #e6e6e6;
    clear: both;
    list-style:none;
    margin:0px;
    padding:0px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.left_contact h3{
    margin: 0px;
    font-size: 16px;
    padding: 9px 0px 10px 36px;
    font-family: 'Oswald', sans-serif;
    color: #2a2a2a;
    background-color: #e0e0e0;
    background: url(../images/left_news_h3.jpg) no-repeat  left center;
}
.left_contact p{
    clear: both;
    padding: 0px 12px 0px 12px;
}

/*列表页-横幅*/
.page_bg{
    height: 250px;
    margin-bottom: 0px;
}

/*列表页-面包屑*/
.bread_bg{
    background-color: #f3f3f3;
}
.bread_nav{
    padding: 10px 0px 10px 0px;
}
.bread_nav span{
    color: #828080;
    padding-right: 6px;
}
.bread_nav a{
    color: #2F2F2F;
}
.bread_nav a:hover{
    color: #E7363C;
    text-decoration: none;
}

/*列表页-右栏*/
.right_head{
    clear: both;
}
.right_head h2{
    height: 50px;
    font-size: 18px;

    font-weight: normal;
    color: #545454;
    line-height: 50px;
    border-bottom: 1px solid #ebebeb;
}
.right_head h2 span{
    display: inline-block;
    height: 50px;
    border-bottom: 1px solid #bbbbbb;
}
.right_contents{
    clear: both;
    padding:15px 0px 15px 0px; 
    line-height:28px; 
    overflow: auto;
}
.right_contents_h1{
    margin: 0px;
    padding: 10px 0px;
    text-align: center;
    color: #000;
    font-size:24px;
    color:#434343;
    font-weight:bold;
    line-height: 34px;
    margin-bottom: 10px;
}
.right_contents img {
    max-width: 840px;
}

/*列表页-右侧新闻*/
.right_new{
    clear: both; 
    list-style:none;
    margin:0px; 
    padding:0px 0px 20px 0px;
}
.right_new li{
    color:#898989;
    background: url(../images/li.png) no-repeat left 18px;
    font-size: 16px;
    line-height:22px; 
    padding:12px 0px; 
    padding-left:13px;
    border-bottom: 1px dashed #e3e2e2;
}
.right_new li a{
    color:#2F2F2F;
}
.right_new li a:hover,
.right_new li a:focus{
    text-decoration:none;
    color:#f12129;
}
.right_new_time{
    float:right;
}
.relevant_new ul.right_new li{
    font-size: 14px;
}

/*列表页-右侧案例*/
.case_list{
    clear: both;
    padding: 25px 0px 0px 0px;
    margin-right: -15px;
    margin-left: -15px;
}
.case_list2{
    padding-top: 20px;
}
.case_img{
    padding-left: 15px;
    padding-right: 15px;
    min-height: 250px;
}
.case_img img{
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-height: 240px;
    max-width: 100%;
    height: auto; 
    margin-bottom: 10px; 
    padding: 0px 0px 0px 0px;
}
.case_list2 div.case_img{
    min-height: 250px;
}
.case_title{
    text-align: center;
    height: 40px;
}
.case_title a{
    color: #2F2F2F;
}
.case_title a:hover{
    text-decoration: none;
    color:#f12129;
}

/*分页样式*/
.page{
    clear:both;
    margin:20px 0px 20px 0px;
    text-align: center;
 }
.page a{
    display: inline-block; 
    font-family: Arial; 
    font-size: 13px; 
    border: #dbdbdb 1px solid; 
    padding:4px 9px; 
    margin: 2px; 
    margin-bottom: 5px; 
    color: #31363c; 
    text-decoration: none
}
.page a:hover,.page a:focus{
    font-family: Arial;
    font-size: 13px;
    border: #31363c 1px solid;
    padding:4px 9px;color: #fff;
    background-color: #31363c;
}
.page .current{
    font-family: Arial;
    border: #31363c 1px solid; 
    font-size: 13px; 
    padding:5px 9px; 
    color: #fff;
    margin: 2px;  
    background-color: #31363c
}

/*产品详细页*/
.showpic_box,.proinfo_box{
    margin: 30px 0px 20px 0px;
}
.product_h1{
    margin:0px; 
    line-height:22px; 
    font-size:18px;
    color: #ff9c07; 
    padding-bottom:10px;
    border-bottom: 1px dotted #cccccc; 
}
.product_info{
    list-style:none;
    padding:0px;
    margin-top:10px;
  }
.product_info p{
    line-height:28px; 
}
.product_btn{
    margin-top: 25px;
}
#pic-page{
    text-align: center;
    margin-top:10px;
}
#pic-page a{
    margin: 0 2px;
}
#pic-page a img
{
    width:40px;
    padding: 2px;
    border: solid #ccc 1px;
    margin-bottom:5px;
}
#pic-page a:hover img,
#pic-page a.active img {
    border: solid #5280DD 1px;
}
.product_con {
    clear: both; 
    border-top: 1px dotted #a9a9a9;
    margin:10px 0px 20px 0px;
    padding:20px 0px 0px 0px; 
    line-height:26px;
    overflow: auto;
 }
.photo_con {
    clear: both;
    margin:0px 0px 20px 0px; 
    padding:10px 0px 20px 0px;
    line-height:26px;
    overflow: auto;
 }
 .product_con img,
 .photo_con img {
    max-width: 840px;
 }
 .list_related{
    margin-top: 50px;
 }
.list_related div.product_img{
    min-height: 280px;
}

/*按钮样式*/
.download_btn {
    float: right;
    display: block;
    margin: 20px 10px 0px 0px;
  }
.page-btn {
    display: inline-block;
    float: left; 
    background-color: #ff9c07;
    border-radius: 0px; 
    border: none; 
    transition:background 0.5s;
    margin-right: 15px;
   }
.page-btn:hover,
.page-btn:focus {
    background-color:#444444;
}
.grey-btn {
    border-radius: 0px;
    border: none;
    background-color: #E8E8E8;
}
.grey-btn:hover,
.grey-btn:focus {
    background-color: #ccc;
}

/*在线留言订购*/
.feedback {
    margin-top: 50px;
}
.form-horizontal .form-group{
    margin-right: -10px;
    margin-left: -10px;
}
.codeimg{
    margin: 0px 0px -10px -18px;
}

/*上一个下一个*/
.point{
    clear: both; 
    margin:20px 0px 40px 0px;
    padding-bottom: 40px;
    line-height:22px;
  }
.point span.to_prev{
    text-align:center;
}
.point span.to_prev a{
    color:#337AB7;
}
.point span.to_prev a:hover{
    color: #fe7012;
    text-decoration: none;
}
.point span.to_next{
    text-align:center;
}
.point span.to_next a{
    color:#337AB7;
}
.point span.to_next a:hover{
    color: #fe7012;
    text-decoration: none;
}

/*标签样式*/
.tags{
    margin: 18px 0px 10px 0px;
}
.tags a{
    margin: 0px 5px 8px 0px;
}
.tags_list{
    padding: 5px 10px 100px 10px;
}
.tags_ul{
    margin-top: 0px;
}
.tags_ul li{
    line-height: 28px;
    margin-bottom: 8px;
    padding-bottom: 10px;
}
.tags_ul h3{
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    line-height: 20px;
}
.tags_ul p{
    font-size: 13px;
    padding: 0px;
    margin: 0px;
    color: #777;
    line-height: 20px;
    padding-top: 8px;
}

/*网站地图*/
ul.ul_sitemap{
    margin: 30px 0px 40px 30px;
}
ul.ul_sitemap li{
    list-style: none;
    line-height: 26px;
    clear: both;
 }
ul.ul_sitemap li a{
    color: #7d7d7d;
}
li.small_li_sitemap{
    clear: both;
    padding-left: 12px;
}
li.small_li2_sitemap{
    float: left;
    padding-left: 20px;
 }

/*友情链接*/
.link_box{
    background-color: #1b2027;
    padding: 20px 0px 20px 0px;
    text-align: center;
    color: #a4a4a4;
    font-size: 13px;
    border-top: 1px solid #4e4e4e;
}
.link_box a{
    color: #a4a4a4;
    padding:0px 0px 0px 10px;
    font-size: 13px;
}
.link_box a:hover{
    text-decoration: none;
    color: #ffd200;
}
.link_box a:last-child{
    border-right:0px;
}
.link_box button{
    display: none;
}
.link_title{
    font-size: 13px;
    margin-right: -6px;
}
.link_title:after{
    content:"：";
}

/*底部TAGS*/
.tags_box{
    background-color: #1b2027;
    padding: 0px 0px 30px 0px;
    text-align: center;
    color: #a4a4a4;
    font-size: 13px;
  }
.tags_box a{
    color: #a4a4a4;
    padding:0px 2px 0px 8px;
    font-size: 13px;
  }
.tags_box a:hover{
    text-decoration: none;
    color: #ffd200;
 }
.tags_box a:last-child{
    border-right:0px;
}
.tags_box button{
    display: none;
}
.tags_title{
    font-size: 13px;
    margin-right: -6px;
 }
.tags_title a{
    padding:0px;
}
.tags_title:after{
    content:"：";
}

/*底部信息*/
footer{
    margin-top: 20px;
    color:#a4a4a4;
    padding:50px 0px 40px 0px;
    background-color: #1b2027;
}
.footer_logo{
    max-width: 250px;
    margin-bottom: 20px;
}
.footer_contact {
    line-height: 24px;
}
.footer_icon {
    padding-top: 10px;

}
.footer_icon a:hover{
    text-decoration: none;
}
.footer_icon img{
    border: none;
    width: 30px;
    height: 30px;
    margin: 0px 8px 8px 0px;
}
.footer_sitemap{
    color: #a4a4a4;
}
.footer_sitemap:hover,
.footer_sitemap:focus {
    color: #ffd200;
    text-decoration: none;
}
/*底部分类*/
.footer_menu a{
    color: #a4a4a4;
    line-height: 20px;
}
.footer_menu a:hover{
    color: #ffd200;
    text-decoration: none;
}
.footer_menu_first{
    margin-bottom: 15px;
}
.footer_menu_first a{
    color: #ffffff;
    font-family: 'HansKendrickV';
    font-weight: bold;
    font-size: 18px;
}

/*底部翻译*/
.translate{
    background-color: #2A2A2A;
}
.translate_btn{
    width:130px;
    margin: 0 auto;
}

/*UEditor编辑器前端表格样式*/
table{
    margin-bottom:10px;
    border-collapse:collapse;
    display:table;
}
td,th{
    padding: 5px 10px;
    border: 1px solid #DDD;
}
caption{
    border:1px dashed #DDD;
    border-bottom:0;
    padding:3px;
    text-align:center;
}
th{
    border-top:1px solid #BBB;
    background-color:#F7F7F7;
}
table tr.firstRow th{
    border-top-width:2px;
}
.ue-table-interlace-color-single{
    background-color: #fcfcfc;
  } 
.ue-table-interlace-color-double{
    background-color: #f7faff;
}
td p{
    margin:0;
    padding:0;
}


/*大屏幕样式*/
/* PC端样式 */
@media screen and (min-width: 769px) {
    .logo {
      margin-top:25px;
      margin-bottom: 25px;
      max-width: 700px;
    }
    
    .mfoot_box {
      display:none;
    }
}

/*移动端样式*/
/*@media screen and (max-width: 768px) {*/
/*    .header-wrapper {*/
/*        height: 60px;*/
/*        padding: 0 15px;*/
/*    }*/
/*    */
/*    .header-logo {*/
/*        height: 38px;*/
/*    }*/
/*    */
/*    .header-nav {*/
/*        display: none;*/
/*    }*/
/*    */
/*    .mobile-menu-toggle {*/
/*        display: flex;*/
/*    }*/
/*    */
/*    .header-search {*/
/*        display: none;*/
/*    }*/
/*    */
/*    .header-search.mobile-search {*/
/*        display: block;*/
/*        position: absolute;*/
/*        left: 15px;*/
/*        right: 60px;*/
/*    }*/
/*    */
/*    .header-search.mobile-search .search-input {*/
/*        width: 100%;*/
/*        padding: 8px 35px 8px 10px;*/
/*        border: 1px solid #ddd;*/
/*        border-radius: 20px;*/
/*        background: #f5f5f5;*/
/*    }*/
/*    */
/*    .header-search.mobile-search:hover .search-input,*/
/*    .header-search.mobile-search .search-input:focus {*/
/*        width: 100%;*/
/*        padding: 8px 35px 8px 10px;*/
/*        border: 1px solid #ffc107;*/
/*    }*/
/*    */
/*    .mobile-menu-toggle.active .hamburger-line:nth-child(1) {*/
/*        transform: rotate(45deg) translate(5px, 5px);*/
/*    }*/
/*    */
/*    .mobile-menu-toggle.active .hamburger-line:nth-child(2) {*/
/*        opacity: 0;*/
/*    }*/
/*    */
/*    .mobile-menu-toggle.active .hamburger-line:nth-child(3) {*/
/*        transform: rotate(-45deg) translate(5px, -5px);*/
/*    }*/
/*}*/

/*@media screen and (max-width: 767px) {*/
/*    .copyright_p{display:none;}*/
/*}*/

/*!*320px到768px*!*/
/*@media screen and (min-width:320px) and (max-width:768px) {*/
/*    .col-mm-1, .col-mm-2, .col-mm-3, .col-mm-4, .col-mm-5, .col-mm-6, .col-mm-7, .col-mm-8, .col-mm-9, .col-mm-10, .col-mm-11, .col-mm-12 {*/
/*      float: left;*/
/*    }*/
/*    .col-mm-12 {*/
/*      width: 100%;*/
/*    }*/
/*    .col-mm-11 {*/
/*      width: 91.66666667%;*/
/*    }*/
/*    .col-mm-10 {*/
/*      width: 83.33333333%;*/
/*    }*/
/*    .col-mm-9 {*/
/*      width: 75%;*/
/*    }*/
/*    .col-mm-8 {*/
/*      width: 66.66666667%;*/
/*    }*/
/*    .col-mm-7 {*/
/*      width: 58.33333333%;*/
/*    }*/
/*    .col-mm-6 {*/
/*      width: 50%;*/
/*    }*/
/*    .col-mm-5 {*/
/*      width: 41.66666667%;*/
/*    }*/
/*    .col-mm-4 {*/
/*      width: 33.33333333%;*/
/*    }*/
/*    .col-mm-3 {*/
/*      width: 25%;*/
/*    }*/
/*    .col-mm-2 {*/
/*      width: 16.66666667%;*/
/*    }*/
/*    .col-mm-1 {*/
/*      width: 8.33333333%;*/
/*    }*/
/*}*/

/* ===== 联系页面样式 ===== */

.contact-section {
    padding: 50px 0;
    background: #fff;
}

.contact-row {
    align-items: flex-start;
}

/* 左侧联系信息 */
.contact-info-box {
    background: rgb(248, 248, 248) none no-repeat left top;
    padding: 50px 35px;
    min-height: 550px;
}

.company-name {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4;
}

.contact-invite {
    font-size: 24px;
    margin-bottom: 50px;
    opacity: 0.9;
}

.contact-info-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 40px;
}

.contact-icon-img {
    width: 28px;
    height: 28px;
    margin-right: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

.contact-info-text {
    font-size: 18px;
    line-height: 1.6;
}

/* 右侧表单 */
.contact-form-box {
    padding: 40px 30px;
}

.form-title {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 10px;
}

.form-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
    line-height: 1.6;
}

/* 表单样式 */
.feedback-form .form-group {
    margin-bottom: 18px;
}

.feedback-form label {
    font-weight: 600;
    color: #333;
    margin-bottom: 6px;
    display: block;
    font-size: 13px;
}

.feedback-form .form-control {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    font-size: 14px;
    transition: all 0.3s ease;
}

.feedback-form .form-control:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    outline: none;
    background: #fff;
}

.form-row-2 {
    display: flex;
    margin: 0 -10px;
}

.form-row-2 .form-group {
    flex: 1;
    padding: 0 10px;
}

/* 消息框更大 */
.message-control {
    min-height: 120px !important;
}

/* 验证码 */
.captcha-group {
    margin-bottom: 25px;
}

.captcha-row {
    display: flex;
    align-items: center;
    gap: 12px;
}

.captcha-input {
    width: 140px !important;
}

.captcha-img {
    cursor: pointer;
    border-radius: 6px;
    height: 40px;
}

.required {
    color: #e74c3c;
    margin-left: 2px;
}

/* 提交按钮 */
.submit-row {
    text-align: left;
}

.btn-submit {
    background: rgb(255, 172, 19);
    color: #fff;
    padding: 5px 10px;
    border: none;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    letter-spacing: 1px;
}

.btn-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4);
}

/* 响应式 */
@media screen and (max-width: 768px) {
    .contact-section {
        padding: 30px 0;
    }
    
    .contact-info-box {
        padding: 35px 25px;
        min-height: auto;
        margin-bottom: 30px;
    }
    
    .company-name {
        font-size: 18px;
    }
    
    .contact-invite {
        margin-bottom: 30px;
    }
    
    .contact-info-item {
        margin-bottom: 25px;
    }
    
    .contact-form-box {
        padding: 25px 20px;
    }
    
    .form-title {
        font-size: 26px;
    }
    
    .form-row-2 {
        flex-direction: column;
        margin: 0;
    }
    
    .form-row-2 .form-group {
        padding: 0;
    }
}