/* 公共样式 */
html{
    width:100%;
    display:block;
    min-width:1200px;
}
#header{
    width:100%;
    height:100px;
    position:fixed;
    min-width:1200px;
    left:0px;
    top:0px;
    z-index:666;

}

#header-top
{
    background:#f2f2f2;
    width:100%;
    min-width:1200px;
    height:50px;
    display:block;
    padding-top:5px;
    padding-bottom:5px;
    box-sizing: border-box;
}

.logo
{
    display:inline-block;
    height:40px;
    padding:0px;
    margin:0px;
    line-height:40px;

}
.logo h1{
    width:150px;
    height:40px;
    display:inline-block;
}
.logo h1 a{
    display:block;
}

.logo h1 a img{
    display:inline-block;
    vertical-align:top;
}
.address{
    display:inline-block;
}

.ht-left
{
    width:230px;
    display:inline-block;
}

.ht-right
{
    float:right;
    text-align:right;
    margin-top:7px;
    line-height:26px;
    height:26px;
}

.ht-ritem
{
    display:inline-block;
    line-height:12px;
    padding-left:12px;
    padding-right:12px;
    border-left:1px solid #666;
    font-size:12px;
    color:#666;
}

.ht-ritem:first-child{
    border-left:0px;
}

.ht-ritem:last-child{
    padding-right:0px;
}
.mobile
{
    position:relative;
    top:3px;
}
.mobile img{
    margin-right:5px;
    margin-top:-8px;
    display:inline-block;
}
.mobile span{
    font-size:20px;
    color:#D24444;
    font-weight:700;
}


.ht-ritem a{
    font-size:12px;
    color:#666;
    line-height:12px;
}


#footer
{
    width:100%;
    min-width:1200px;
    height:415px;
    display:block;
    background:url(../image/footer-bg.jpg) center center no-repeat;

   padding-bottom:45px;
   box-sizing: border-box;

}


.footer-menu
{
    border-bottom:2px solid #837d78;
    padding-top:50px;
    padding-bottom:26px;
    margin-bottom:26px;
}

.fleft-menu
{
    width:810px;
    display:inline-block;
    text-align:right;
    vertical-align:top;
}
.fright-info
{
    width:380px;
    display:inline-block;

}

.h3{
    font-size:24px;
    color:#fff;
    margin-bottom:10px;
    letter-spacing: 3px;
    
}

.fleft-item
{
    display:inline-block;
    margin-right:80px;
    text-align:center;
    vertical-align:top;
}
.fleft-item ul li
{
    margin-bottom:10px;
}
.fleft-item ul li a{
    font-size:16px;
    color:#ccc;
    letter-spacing: 1px;
}

.fleft-item ul li a:hover{
    text-decoration: underline;
    color:#fff;
}

.titem
{
    display:inline-block;
    margin-right:17px;
}
.fright-info h4{
    font-size:42px;
    color:#C4261D;
    
    display:block;
}

.fright-info span{
    color:#fff;
    font-size:16px;
    letter-spacing: 1px;
    margin-top:5px;
    margin-bottom:15px;
    display:block;
}

.fright-info .h3{
    letter-spacing: 0px;

}

.flinks
{
    font-size:16px;
    color:#fff;
}

.flinks a{
    color:#ccc;
    font-size:16px;
    margin-left:30px;
    white-space: nowrap;
}


/* 内页banner */

#ny-banner
{
    width:100%;
    min-width:1200px;

}

#ny-banner img{
    max-width:100%;
}

#navigate
{
    font-size:14px;
 
    width:100%;
    height:55px;
    line-height:55px;
}
#navigate .wrap{
    color:#999;
}
#navigate a
{
    color:#999;
}

#navigate a:last-child{
    color:#000;
}


/* 顶部菜单 */

#header-bottom
{
    background:#fff;
    width:100%;
    height:50px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
    -webkit-box-shadow:0px 2px 4px rgba(0, 0, 0, 0.16);
}



.ul-list li{
    display:inline-block;
    vertical-align:top;
}

.list-item
{
    padding-right:14px;
    background:url(../image/menu-down.png) right center no-repeat;
    margin-right:30px;
    position:relative;
}

.list-item:last-child{
    margin-right:0px;
}

.ul-list .on .aTop,.ul-list .hover .aTop{
    color:#C4261D
}

.ul-list .on ,.ul-list .hover
{
    background:url(../image/menu-up.png) right center no-repeat;
}

.list-no-c
{
    background:none !important;
}

.list-item .aTop
{
    font-size:20px;
    line-height:50px;
}

.menuSon
{
    display:none;
    width:117px;
    position:absolute;
    top:50px;
    left:0px;
    z-index:99;

}

.ul-list .hover .menuSon{
    display:block;
}

.menuSon ul li
{
    width:100%;
    display:block;
    text-align:center;
}

.menuSon ul li a{
    display:block;
    width:100%;
    height:48px;
    line-height:48px;
    font-size:16px;
    background:#fff;
    color:#333;

}

.menuSon ul li a:hover{
    color:#C4261D;
    
    background: #F2F2F2;

}


/* 内页公共代码 */


.form-box   
{
    width: 1200px;
    height: 109px;
    background: #F2F2F2;
    opacity: 1;
    border-radius: 8px;
    padding:20px 30px;
    box-sizing: border-box;
    margin-top:30px;
}
.trunoff
{
    font-size:0px;
}
.trun-btn
{
    width:169px;
    height:69px;
    display:inline-block;
    background:#fff;
    padding:20px 0px 20px 65px;
    box-sizing: border-box;
    font-size:20px;
    color:#000;
    border-radius:8px;
}
.bj-on
{
    background-color:#C4261D;
    background-image:url(../image/jisuanqi-2.png);
    background-position:20px center;
    background-repeat: no-repeat;
    color:#fff;
    
}

.sj-off
{
    background-image:url(../image/gangbi.png);
    background-position:20px center;
    background-repeat:no-repeat;
    
}
.trunoff
{
    display:inline-block;
}
.trun-box
{
    display:inline-block;
    font-size:0px;
}
.trun-right-btn{
    width: 242px;
    height: 69px;
    font-size:24px;
    line-height:24px;
    background-color: #B4241C;
    color:#fff;
    opacity: 1;
    border-radius: 8px;
    padding:22px;
    padding-left:70px;
    background-image:url(../image/arrow-right-copy.png);
    background-repeat:no-repeat;
    background-position:25px center;
    display:block;
    box-sizing: border-box;
    float:right;
}
.trun-box
{
    font-size:0px;
    vertical-align:top;
}
.input-btn
{
    width: 245px;
    height: 69px;
    background: #FFFFFF;
    opacity: 1;
    border-radius: 8px;
    padding:25px;
    box-sizing: border-box;
    color:#333;
    display:inline-block;
    margin-left:20px;
}

.trun-box input::-webkit-input-placeholder
{ 
   color:#999999; 
   font-size:20px; 
}
    
.trun-box input:-moz-placeholder
{ 
    color:#999999; 
   font-size:20px;  
}
    
.trun-box input::-moz-placeholder{ 
    color:#999999; 
    font-size:20px; 
    } 
.trun-box input:-ms-input-placeholder{ 
    color:#999999; 
   font-size:20px; 
   }

.gl-case-box
{
    height:467px !important;
    margin-bottom:60px;
    background: #F2F2F2;
    opacity: 1;
    border-radius: 8px;
    padding:30px;
    box-sizing: border-box;


}


.gl-case-box .case-item
{
    width:370px;
    height:331px;
    box-sizing: border-box;
    display:inline-block;
    margin-right:15px;
}

.gl-case-box .case-item:nth-child(3)
{
    margin-right:0px;
}
.gl-case-box .case-img
{
    width:100%;
    height:231px;
    display:block;
    overflow:hidden;
}
.gl-case-box .case-img a{
    width:100%;
    height:100%;
    display:block;
}

.gl-case-box .case-text
{
    width:100%;
    height:100px;
    padding:20px 30px;
    box-sizing: border-box;
    background:#fff;

}

.gl-case-box .ct-left .img{
    width:60px;
    height:60px;
    border-radius:30px;
    overflow:hidden;
    display:inline-block;
}

.gl-case-box .ct-left .img img{
    max-width:100%;
}

.gl-case-box  .ct-left  .txt
{
    display:inline-block;
    font-size:0px;
    vertical-align:top;
    margin-left:4px;
}

.gl-case-box .txt-title
{
    font-size:22px;
    line-height:22px;
    height:22px;
    overflow:hidden;
    margin-top:7px;
}
.gl-case-box .txt-desc{
    font-size:16px;
    line-height:16px;
    height:16px;
    overflow:hidden;
    margin-top:10px;
}
.gl-case-box .ct-left
{
    display:inline-block;
}
.gl-case-box .ct-right
{
    display:block;
    float:right;
    text-align:center;
}
.gl-case-box .rt-btn{
    width: 115px;
    height: 48px;
    background: linear-gradient(48deg, #C4261D 0%, #B1241C 100%);
    opacity: 1;
    border-radius: 8px;
    font-size:18px;
    color:#fff;
    line-height:48px;
    display:inline-block;
    margin-top:6px;

}

.gl-case-box .big-case-box
{
    font-size:0px;
}


.big-title
{
    padding-bottom:20px;
    border-bottom:2px solid #d2d2d2;
    margin-bottom:20px;
}


.bg-ll-box
{
    display:inline-block;
  
    height:36px;

}
.bg-left
{
    font-size:0px;
    color:#333;
    line-height:36px;
    vertical-align:top;
    height:36px;
}

.bg-left .left-tt
{
    font-size:36px;
    height:36px;
    line-height:36px;
    display:inline-block;
    vertical-align:top;
}

.bg-left .line
{
    width: 7px;
    height: 36px;
    background: #C4261D;
    opacity: 1;
    border-radius: 4px;
    margin-right:5px;
    display:inline-block;
}

.bg-right{
    float:right;
    display:block;
    font-size:12px;
    color:#999;
    margin-top: 30px;
    height: 12px;
    line-height: 12px;
}

/* 内页公共代码 */


/* 弹出表单 */


.layuitip2
{
    width:540px;
    height:467px;
    padding:40px;
    box-sizing: border-box;
}

.layuitip2 .top-infos
{
    width:100%;
    display:block;
    height:265px;
    font-size:0px;
}

.layuitip2 .top-infos .top-infos-left
{
    width:195px;
    height:265px;
    display:inline-block;
    vertical-align:top;
    box-sizing: border-box;
}

.layuitip2 .top-infos .top-infos-left img{
    border:2px solid #c2c2c2;

}
.layuitip2 .top-infos .top-infos-right
{
    width:250px;
    padding-left:40px;
    box-sizing: border-box;
    height:265px;
    display:inline-block;
    padding-top:40px;
}

.layuitip2 .top-infos .top-infos-right p{
    font-size:20px;
    color:#000;
    margin-bottom:15px;
    margin-top:15px;
    display:block;
    width:100%;
}

#contact,#ordering
{
    margin-top:20px;
}

#contact input{
    height: 48px;
    background: #FFFFFF;
    border: 1px solid #999999;
    font-size:18px;
    line-height:28px;
    width:100%;
    display:block;
    padding-left:40px;
    background-image:url(../image/btn-tel.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    box-sizing: border-box;
}

#ordering .iMsgBtn{
    height: 48px;
    background: #C4261D;
    width:100%;
    display:block;
    line-height:48px;
    color:#fff;
    text-align:center;
    font-size:18px;
}

.errorClass
{
    border:1px solid #C4261D !important;
}

.iMsgBtn
{
    cursor: pointer;
}


.position-top
{
    position:fixed;
    left:0px;
    top:0px;
}