@charset "utf-8";

/*
*	****************************************
*	*           public inside               
*	****************************************
*/
/*banner*/
#banner{
    height: 305px;
}
#banner img{
    display: block;
    width: 100%;
}
/*main*/
#main {
    margin-bottom: 100px;
}
#left{
    width: 175px;
    float: left;
    min-height: 420px;
}
#right {
    width: 955px;
    float: right;
    overflow: hidden;
}





/*left*/
#left .title{
    margin-bottom: 40px;
    height: 70px;
    background: url('../images/tBg.png') center bottom no-repeat;
}
#left .title h1{
    text-indent: 10px;
    font-size: 20px;
    color: #868d24;
    font-weight: bold;
    line-height: 20px;
    padding-top: 37px;
}
#left .title p{
    font-size: 14px;
    color: #647c8f;
    line-height: 14px;
    font-family: 'Arial';
    text-indent: 20px;
    text-transform: uppercase;
}
#left ul li{
    height: 30px;
}
#left ul li a{
    display: block;
    height: 30px;
    text-align: center;
    font-size: 14px;
    color: #333;
    line-height: 30px;
}
#left ul li a:hover,
#left ul li a.hover{
    background: #868d24;
    color: #fff;
}
#left ul li a:hover .arrow1,
#left ul li a.hover .arrow1{
    background: url('../images/icon.png') left -79px no-repeat;
}
#left ul li a:hover .arrow2,
#left ul li a.hover .arrow2{
    background: url('../images/icon.png') -81px -31px no-repeat;
}



/*right*/
#right .thumbs{
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
    margin-top: 35px;
    margin-bottom: 40px;
}
#right .thumbs .icon{
    float: left;
    width: 30px;
    height: 55px;
    background: url('../images/icon.png') -100px -95px no-repeat;
}
#right .thumbs p{
    float: left;
    color: #97999a;
    font-family: '宋体';
    font-size: 12px;
}
#right .thumbs a{
    color: #97999a;
}
#right .thumbs a:hover{
    text-decoration: underline;
}
#right .content{
    font-size: 12px;
    color: #333;
    line-height: 24px;
    font-family: '宋体';
}




/*about*/
.about img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.about p{
    margin: 15px 0px;
}



/*images*/
.images ul li{
    float: left;
    margin-right: 47px;
    margin-bottom: 47px;
    width: 267px;
    height: 365px;
    -webkit-box-shadow: 0px 0 5px 0 #ccc;
    box-shadow: 0px 0 5px 0 #ccc;
}
.images ul li a{
    display: block;
    width: 267px;
    height: 365px;
}
.images ul li img{
    display: block;
    width: 267px;
    height: 365px;
}





/*news*/
.news {
    width: 760px;
}
.news li{
    margin-bottom: 15px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}
.news li a{
    display: block;
    font-family: '宋体';
    position: relative;
    overflow: hidden;
}
.news li img{
    display: block;
    float: left;
    width: 160px;
    height: 110px;
    padding-right: 35px;
}
.news li h5{
    font-size: 14px;
    color: #333;
    line-height: 14px;
    margin-bottom: 5px;
}
.news li p{
    margin-top: 10px;
    font-size: 12px;
    color: #808080;
    line-height: 20px;
}
.news li .more{
    width: 90px;
    height: 23px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 12px;
    color: #808080;
    line-height: 23px;
    position: absolute;
    bottom: 0;
    left: 195px;
}


/*news_detail*/
.news_detail .ti{
    font-family: '微软雅黑';
    padding-bottom: 12px;
    border-bottom: 1px dotted #ccc;
    margin-bottom: 30px;
    margin: 0 auto;
    width: 750px;
}
.news_detail .ti h1 {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    text-align: center;
    margin-bottom: 8px;
}

.news_detail .ti h2 {
    font-size: 12px;
    color: #a4a4a4;
    text-align: center;
    line-height: 14px;
    font-family: '宋体';
}
.news_detail .main{
    margin: 0 auto;
    width: 750px;
    font-size: 12px;
    font-family: '宋体';
}
.news_detail .main p{
    color: #333;
    line-height: 24px;
    margin: 15px 0;
}
.news_detail .main img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

/*search*/
.search {
    width: 760px;
}
.search li{
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ccc;
}
.search li a{
    display: block;
    font-family: '宋体';
    position: relative;
    overflow: hidden;
}
.search li h5{
    font-size: 14px;
    color: #333;
    line-height: 14px;
    margin-bottom: 5px;
}
.search li .more{
    width: 90px;
    height: 23px;
    border: 1px solid #ccc;
    text-align: center;
    font-size: 12px;
    color: #808080;
    line-height: 23px;
    position: absolute;
    bottom: 0;
    left: 195px;
}
/*contact*/
.contact .map{
    width: 895px;
    height: 320px;
    overflow: hidden;
    position: relative;
}
.map .ts{
    display: inline-block;
    position: absolute;
    left : 0;
    top: 0;
    height: 42px;
    padding-right: 40px;
    background: url('../images/contactbg.png') top right no-repeat;
    z-index: 9999999;
    text-align: center;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    font-family: '微软雅黑';
}
.map .ts span{
    display: inline-block;
    padding-left: 40px;
    background: #868d24;
}
#map{
    font-size: 12px;
    font-family: '宋体';
    border: none;
    width: 895px;
    height: 370px;
}
#map p{
    margin-bottom: 0 !important;
    line-height: 20px;
}
.BMap_bubble_title{
    font-size: 14px;
    color: #868d24;
    margin-bottom: 10px;
    font-weight: bold;
}
.BMapLabel{
    display: none !important;
}
.contact .box{
    margin-top: 50px;
}
.contact .box .add{
    width: 520px;
    float: left;
}
.contact .box .add h2{
    font-size: 22px;
    color: #0e4564;
    line-height: 32px;
    margin-bottom: 25px;
}
.contact .box .add p{
    line-height: 36px;
    font-size: 16px;
    color: #666;
}
.contact form{
    float: right;
    width: 330px;
}
.contact input[type=text]{
    margin-bottom: 15px;
    padding: 0 10px;
    width: 310px;
    height: 28px;
    font-size: 14px;
    background: none;
    border: none;
    border-bottom: #cccccc 1px solid;
    outline: none;
    font-family: '微软雅黑';
    color: #333;
}
.contact input[type=submit]{
    width: 100%;
    height: 30px;
    border: none;
    background: #0e4564;
    font-size: 14px;
    color: #fff;
    font-family: '微软雅黑';
    margin-top: 15px;
}
.contact textarea{
    width: 310px;
    height: 100px;
    padding: 0 10px;
    font-size: 14px;
    line-height: 24px;
    background: none;
    border: none;
    border-bottom: #cccccc 1px solid;
    outline: none;
    font-family: '微软雅黑';
    resize: none;
    color: #333;
}
.contact table{
   margin-top: 35px;
   margin: 35px auto 0 auto;
}
.contact td{
    padding: 20px;
    cursor: pointer;
    vertical-align: top;
}
.contact td.hover{
    -webkit-box-shadow: 0 0 5px 0 #ddd;
    box-shadow: 0 0 5px 0 #ddd;
}

.contact td h5{
    font-size: 14px;
    color: #333;
    line-height: 20px;
    margin-bottom: 10px;
}
.contact td p{
    font-size: 12px;
    line-height: 30px;
    color: #808080;
}
.contact td span{
    display: none;
}
.contact td.hover h5,
.contact td.hover p{
    color: #868d24;
}

/*video*/
.video{
    width: 944px;
    float: right;
}
.video li{
    width: 230px;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}
.video a{
    display: block;
    width: 224px;
    padding: 2px;
    border: 1px solid #e6e6e6;
}
.video li img{
    display: block;
    width: 224px;
    height: 149px;
}
.video li p{
    width: 154px;
    height: 40px;
    padding: 0 50px 0 20px;
    line-height: 45px;
    font-size: 14px;
    color: #333;
    font-family: '宋体';
    text-align: center;
}
.video a:hover{
    border-color: #868d24;
}
.video a:hover p{
    color: #868d24;
}


/*products*/
.products{
    width: 944px;
    float: right;
}
.products li{
    width: 230px;
    float: left;
    margin-right: 8px;
    margin-bottom: 8px;
}
.products li a{
    display: block;
    width: 224px;
    padding: 2px;
    border: 1px solid #e6e6e6;
}
.products li img{
    display: block;
    width: 224px;
    height: 149px;
}
.products li p{
    width: 154px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 40px;
    padding: 0 50px 0 20px;
    line-height: 45px;
    font-size: 14px;
    color: #333;
    font-family: '宋体';
    background: url('../images/pmore.png') 190px 13px no-repeat;
}
.products a:hover{
    border-color: #868d24;
}
.products a:hover p{
    color: #868d24;
}


/*products detail*/
.products_detail{
    width: 944px;
    float: right;
}
.products_detail p{
    font-size: 14px;
    color: #333;
    line-height: 36px;
}
.products_detail img{
    display: block;
}
.zoomWrap{
    width:612px;
    overflow:hidden;
    float: left;
    padding-bottom: 30px;       
}
.zoomWrap h2{
    font-size: 18px;
    color: #333333;
    padding-bottom: 20px;
    text-align: center;
}
.jqzoom{
    float:left;
    border:none;
    position:relative;
    padding:0px;
    cursor:pointer;
    margin:0px;
    display:block;
}
.jqzoom img{
    background:url(../images/default/loading.gif) no-repeat center center;
}
.zoomdiv{
    z-index:100;
    position:absolute;
    background:#ffffff;
    border:1px solid #CCCCCC;
    display:none;
    text-align:center;
    overflow:hidden;
}
.jqZoomPup{
    z-index:10;
    visibility:hidden;
    position:absolute;
    top:0px;
    left:0px;
    width:20px;
    height:20px;
    border:1px solid #aaa;
    background:#ffffff;
    opacity: 0.5;
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    filter: alpha(Opacity=50);
}
.spec-preview{
    width:610px;
    height:406px;
    border:1px solid #DFDFDF;
}
.spec-scroll{
    clear:both;
    margin-top:10px;
    width:612px;
    overflow:hidden;
}
.spec-scroll .prev{
    float:left;
    background:url(../images/default/productLeft.png) right center no-repeat;
}
.spec-scroll .next{
    float:right;
    background:url(../images/default/productsRight.png) left center no-repeat;
}
.spec-scroll .prev,.spec-scroll .next{
    display:block;
    width:24px;
    height:40px; 
    cursor:pointer;
}
.spec-scroll .items{
    float:left;
    position:relative;
    width:504px;
    overflow:hidden;
    height:42px;
    margin-left:24px;
}
.spec-scroll .items ul{
    position:absolute;
    width:999999px;
    height:42px;
}
.spec-scroll .items ul li{
    float:left;
    width:72px;
    height:42px;
    text-align:center;
}
.spec-scroll .items ul li .sb{
    cursor:pointer;
}
.spec-scroll .items ul li img{
    display: inline-block !important;
    width:60px;
    height:40px;
    border:#e5e5e5 1px solid;
}
.spec-scroll .items ul li:hover img{
    border-color:#730302;
}
.products_detail .summary{
    width:300px;
    float:right;
    position:relative;
    height:408px;
}
.products_detail .summary h1{
    font-size:18px;
    line-height:28px;
    padding-bottom:20px;
    color:#868d24;
    background: url('../images/pline.png') left bottom no-repeat;
    margin-bottom:12px;
}
.products_detail .summary p{
    margin-top:10px;
    font-size:14px;
    color:#333;
    line-height:25px;
}
.products_detail .summary p span{
    font-weight:bold;
    color:#0e4564;
}
.products_detail .summary a{
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #868d24;
    width: 100px;
    height: 30px;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    text-align: center;
}
.products_detail .summary a:hover{
    background: #8a9307;
}
.products_detail .detail{
    margin-top: 30px;
    font-size: 14px;
    line-height: 28px;
    color: #333;
}
.products_detail .detail .t{
    width: 120px;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    background: #0e4564;
    text-align: center;
    margin-bottom: 15px;
    color: #fff;
    font-weight: bold;
}
.products_detail .detail p{
    margin: 15px 0;
}
.products_detail .detail img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.products_detail .detail table{
    font-size:12px;
    line-height:24px;
    text-align: center;
    background: #fff;
    width: 100%;
}
.products_detail .detail td{
    padding:5px;
}
.products_detail thead tr{
    background-color:#0e4564;
    color:#fff;
}
.products_detail tbody tr:nth-child(2n){
    background-color:#ddd;
}
.products_detail tbody tr:nth-child(2n+1){
    background-color:#eaeaea;
}



/*left*/
#lefts{
    width: 245px;
    float: left;
    background: #fff;
    padding-bottom: 30px;
    -webkit-box-shadow: 3px 0 5px 0 #ccc;
    box-shadow: 3px 0 5px 0 #ccc;
}
#lefts .title{
    height: 100px;
    background: #0e4564;
}
#lefts .title h1{
    font-size: 24px;
    color: #fff;
    line-height: 24px;
    padding-top: 25px;
    padding-bottom: 15px;
    text-indent: 20px;
}
#lefts .title p{
    font-size: 14px;
    color: #647c8f;
    line-height: 14px;
    font-family: 'Arial';
    text-indent: 20px;
    text-transform: uppercase;
}
#lefts ul li{
    background: url('../images/line.png') center bottom no-repeat;
}
#lefts ul li a{
    display: block;
    width: 210px;
    margin: 0 auto;
    font-size: 12px;
    color: #666666;
}
#lefts ul li .arrow1{
    display: table-cell;
    width: 24px;
    background: url('../images/p2.png') left center no-repeat;
}
#lefts ul li .arrow2{
    display: table-cell;
    width: 26px;
}
#lefts ul li span{
    display: table-cell;
    width: 170px;
    padding: 10px 0;
    line-height: 20px;
    vertical-align: middle;
}
#lefts ul li a:hover,
#lefts ul li a.hover{
    color: #0e4564;
}
#lefts ul li a:hover .arrow1,
#lefts ul li a.hover .arrow1{
    background: url('../images/p2.png') p1 center no-repeat;
}
#lefts ul li a:hover .arrow2,
#lefts ul li a.hover .arrow2{
    background: url('../images/p3.png') right center no-repeat;
}


.mess_form {
    /* width: 870px; */
}
.mess_form p {
    display: flex;
    margin-bottom: 34px;
    align-items: center;
    justify-content: space-between;
}
.mess_form input {
    width: 46%;
    padding: 0 8px;
    line-height: 40px;
    border: 1px solid #ccc;
}
.mess_form textarea {
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box;
    padding: 8px;
    line-height: 40px;
    height: 200px;
}

.submit input {
    display: block;
    width: 120px;
    line-height: 36px;
    text-align: center;
    background-color: #868d24;
    color: #fff;
    margin: 20px auto 6% auto;
}
