﻿* {
  margin: 0;
  padding: 0;
}
html,body,p,h1,h2,h3,h4,span,a,ul,li,img {
  padding: 0;
  margin: 0;
}

body {
    margin: 0;
    font-family:Arial;
    font-size: 12px;
}

ul {
  list-style: none;
}
img {
  border: 0;
}
a {
  text-decoration: none;
}
p {
  font-size: 12px;
  color: #333;
  line-height: 200%;
}

.fl {
  float: left;
}
.fr {
  float: right;
}
.clr {
  clear: both;
}

.safeWidth {
    width:1002px; margin:0px auto !important;
}

/*动画*/
.animate_img {
    -webkit-transition:0.3s;
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
}
.animate_img img:hover {
    transform:scale(1.1,1.1);
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
}




@keyframes article {
    0% {
        background-position:97px 19px, 136px 12px;
    }
    100% {
        background-position:97px 19px, 144px 12px;
    }
}


/*header*/
.header {
    height: 100px;
    border-top:3px solid #ff6a00;
    border-bottom:2px solid #ff6a00;
    background:rgba(255,255,255,0.9);
    position:fixed;
    top:0;
    z-index:200;
    width:100%;
}
.header img{
    height:55px; margin-top:10px;
}
.header .lang{
    margin-top:10px;
}
.header .lang p{
    font-size:14px;
    text-align:right;
}
.header .lang a{
    color:#333;
}
.header .lang a:hover{
    color:#ffaa00;
}

#nav ul {
    list-style: none;
    height:30px;
}
#nav ul li {
    float: left;
    display:inline-block;
    position:relative;
}

#nav ul li a{
    font-size:14px;
    line-height:30px;
    padding:10px 25px;
    color:#333;
    height:30px;
} 
#nav ul li a:hover,#nav ul li.active a{
    background:#ff6a00;
    color:#fff;
}

.menuView {
    padding:0px 10px;
}
.menuView li{
    float:left;
    width:180px;
    padding:0 8px;
    box-sizing:border-box;
}
.menuView li img{
    width:164px;
    height:164px;
}


/* 底部菜单 */
::marker {
    unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
}
.footer {
    margin-top:45px;
}
.footer .content{
    background:#222222;
    padding-top:30px;
    background-size:cover;
}
.footer .content .one-fourth{
    float:left;
    width:16%;
    margin-bottom:20px;
}

h3.bottom-col-title {
    padding-bottom:10px;
}
h3.bottom-col-title a{
    color:#ff6a00;
    display:block;
    font-size:15px;
}
h3.bottom-col-title a:hover{
    color:#fff;
}

.textwidget {
    color:#a8a8a8;
}
.textwidget ul{
    list-style:disc;
}
.textwidget li{
    margin-left:20px;
}
.textwidget li a{
    color:#a8a8a8;
    font-size:12px;
    line-height:180%;
}
.textwidget li a:hover{
    color:#fff;
}
.textwidget .text{
    line-height:180%;
    color:#a8a8a8;
}


.footer .content .copy{
    
    padding-bottom:20px;
    margin:0px;
    background:#121212;
}
.footer .content .copy p{

    text-align:center;
    color:#a4a4a4;
    background:#121212;
}

/*导航*/
.crumb {
    height: 20px;
    line-height:20px;
    padding:15px 0;
    color:#454545;
    text-align:right;
    font-size:14px;
}
.crumb a {
    color: #454545;
}
 
  
/*主内容*/
#main {
  margin-top: 105px; 
}


/*首页-轮播图*/
#banner_wrap {
    position:relative;
    overflow:hidden;
}


#banner_list li {
    float: left;
    overflow:hidden;
}

#banner_navs {
    position:absolute;
    bottom:20px;
    z-index:50;
    width:100%;
    text-align:center;
}
#banner_navs span{
    display:inline-block;
    height:4px;
    width:50px;
    background:#fff;
}
#banner_navs span.active{
    background:#ff0000;
}
#banner_navs span:hover{
    cursor:pointer;
}


.section {
    position: relative;
}

.section .title {
    margin:20px auto;
    height:60px;
    line-height:60px;
    text-align:center;
    display:block;
    position:relative;
    overflow:hidden;
}

.section .title .line{
    width:100%;
    border-top:1px solid #ff6a00;
    float:left;
    margin-top:30px;
}

.section .title .txt{
    font-size:14px;
    vertical-align:-8%;
    position:absolute;
    background-color:#fff;
    left:50%;
    width:197px;
    margin-left:-98.5px;
    color:#ff6a00;
    font-weight:bold;
}

/*首页产品列表*/
.index_product {
    position:relative;
}

.index_product .listbox{
    width:100%;
    padding:0px 20px;
    box-sizing:border-box;
}
.index_product .listbox .listCon{
    overflow:hidden;
}
.index_product .proTypeList{
    padding:0px;
    margin:0px;
    height:100%;
    list-style:none;
}
.index_product .proTypeList li{
    float:left;
    padding:0 10px 10px 10px;
    box-sizing:border-box;
    padding-bottom:30px;
}
.index_product .proTypeList li img{
    width:100%;
    display:block;
    text-align:center;
}
.index_product .proTypeList li span{
    width:100%;
    display:block;
    text-align:center;
    color:#666;
}

.new-view .kv {
    position:relative;
}
.new-view .kv img{
    width:100%;
}
.new-view .kv .copy{
    position:absolute;
    top:15%;
    left:0;
    width:100%;
    text-align:center;
}
.new-view .kv .copy div{
    margin:15px 0 30px 0;
}
.new-view .kv .copy .title{
    font-size:15px;
    color:#ff6a00;
    margin:0;
}
.new-view .kv .copy .title .left-line {
    display: inline-block;
    width:70px;
    height:1px;
    background:#ff6a00;
    vertical-align:middle;
    margin:0;
    margin-right:10px;
}
.new-view .kv .copy .title .right-line {
    display: inline-block;
    width:70px;
    height:1px;
    background:#ff6a00;
    vertical-align:middle;
    margin:0;
    margin-left:8px;
}
.new-view .kv .copy .kv-title {
    font-size:28px;
    font-weight:bold;
    color:#ff6a00;
    margin:0;
}


.btn-black.btn-style-lg {
    padding-left: 22px;
    text-align: left;
    background: url(../App_imgs/black-line-lg.png),url(../App_imgs/arrow-black.png);
    background-repeat: no-repeat;
    background-position: 97px 19px,136px 12px;
    background-size: 34px,8px;
}

.btn-black {
    display:inline-block;
    width:179px;
    height:39px;
    line-height:37px;
    border:1px solid #000;
    color:#000;
}
.btn-black.btn-style-lg:hover {
    color:#e60012;
    border:1px solid #e60012;
    background:url(../App_imgs/red-line-lg.png),url(../App_imgs/arrow-red.png);
    background-repeat:no-repeat;
    background-position:97px 19px,144px 12px;
    animation:article 0.5s;
    background-size:34px,8px;
}

/*首页-News*/
.index_newsType {
    margin-top:30px;
}

.index_newsType .view {
    float:left;
    width:33%;
    padding:10px;
    box-sizing:border-box;
}
.index_newsType .view .viewCon {
    position:relative;
    overflow:hidden;
}
.index_newsType .view a{
    display:block;
}
.index_newsType .view img{
    width:100%;
}
.index_newsType .view .text-box{
    position:absolute;
    bottom:18px;
    left:26px;
    padding-top:40px;
    color:#fff;
}
.index_newsType .view .text-box .text{
    display:inline-block;
    font-size:15px;
    padding-right:24px;
    background:url(../App_imgs/arrow.png) no-repeat right center;
}

.visit_us{
    width: 100%;
}
.visit_us img{
    width: 100%;
}


/*BigImage*/
.banner {

}
.banner img{
    width:100%;
}


/*about us*/

#Certification p {
    text-align: center;
    font-size:14px;
}
#Certification ul li {
    float:left;
    width:20%;
    padding:20px;
    box-sizing:border-box;
}
#Certification ul li img{
    width:100%;
    display:block;
}
#Certification ul li span{
    text-align:center;
    display:block;
    line-height:180%;
    margin-top:10px;
}


/*Product_List*/

.series-title {
    height: 38px;
    line-height:38px;
    overflow:hidden;
    padding:13px 0;
    border-top:3px solid #ff6a00;
}
.series-title span{
    font-size:24px;
}
.series-title a{
    font-size:14px;
    color:#ff6a00;
}
/*Product_List series-list */
.series-list {
    margin-bottom: 40px;
    border: 1px solid #CBCBCB;
}

.series-list ul{
    list-style:none;
    display:inline-block;
    width:1000px;
    overflow:hidden;
    min-height:303px;
}
.series-list ul li{
    float:left;
    width:25%;
}
.series-list ul li[name]{
    
    overflow:hidden;
}
.series-list ul li:first-child:hover{
    
    cursor:pointer;
}
.series-list .proBigImg{
    text-align: center;
}
.series-list .proBigImg img{
    box-sizing:border-box;
    width: 100%;
    line-height:100%;
}
.series-list .proView img{
    border-left:1px solid #CBCBCB;
    width:100%;
    box-sizing:border-box;
}
.series-list .proView img{
    border-left:1px solid #CBCBCB;
    width:100%;
    box-sizing:border-box;
}

.series-list .proBigImg span{
    display:block;
    text-align:center;
}


.series-list li h3 {
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    border-left: 1px solid #DEDEDE;
    font-size: 14px;
    text-align: center;
    background-color: #555553;
    box-sizing:border-box;
}
.series-list li h3 a{
    color:#fff;
}
.series-list li h3 a:hover{
    color:#ff6a00;
}
.series-list li .data{
    height:67px;
    line-height:67px;
    border-left:1px solid #dedede;
    text-align:center;
    background-color:#cbcbcb;
}
.series-list li .data a{
    color:#343434;
    cursor:pointer;
}

.series-list li:first-child {
    position: relative;
    height:100%;
   
}

.series-list li:first-child .desc {
    position: absolute;
    top: 0;
    left: -100%;
    line-height:100%;
    overflow: hidden;
    background-color: rgba(251,180,0,.88);
    text-align:center;
}
.series-list li:first-child .desc span{
    line-height:30px;
    margin:30px 0 30px;
    font-size:15px;
    display:block;
}

.Porduct_List {
    position:relative;
}
.Porduct_List .proListView{
    position:absolute;
    top:0px;
    z-index:100;
    width:100%;
    background:rgba(255,255,255,0.8);
    border:1px solid #ff6a00;
    display:none;
    padding-top:10px;
    padding-bottom:20px;
}
.proListView .item{
    float:left;
    padding:10px;
    box-sizing:border-box;
    width:25%;
    margin-bottom:20px;
}
.proListView .item span{
    text-align:center;
    color:#343434;
    margin:10px 0 10px;
    display:block;
}
.proListView .item a:hover span{
    color:#ff6a00;    
}
.proListView .proImg {
    overflow:hidden;
}
.proListView .proImg img{
    width:100%;
}


/*Product Detail*/

.title-left {
    height: 52px;
    line-height:52px;
    font-size:30px;color:#464646;
}

#product_About .proBigImg {
    width:350px;
    position:relative;
}

#product_About .proBigImg .box{
    width:850px;
}
#product_About .proBigImg .small{
    float:left;
    position:relative;
    width:350px;
    min-height:485px;
}
#product_About .proBigImg .small img{
    width:100%;
    height:100%;
}
#product_About .proBigImg .small:hover{
    cursor:move;
}
#product_About .proBigImg .draw{
    position:absolute;
    width:140px;
    height:140px;
    background:url(../App_imgs/T12pdtXaldXXX-2-2.png);
    z-index:100;
    top:0px;
    left:0px;
    display:none;
}
#product_About .proBigImg .warp{
    position:absolute;
    width:100%;
    height:100%;
    z-index:101;
    top:0px;
    left:0px;
}
#product_About .proBigImg .big{
    position:relative;
    float:left;
    width:485px;
    height:485px;
    z-index:100;
    overflow:hidden;
    margin-left:2px;
}

#product_About .proAbout{
    width:600px;
}
#product_About .proAbout h2{
    line-height:38px;
    font-size:18px;
    font-weight:normal;
}
#product_About .proAbout .content{
    padding-top:20px;
    margin:10px 0 30px;
    border-top:1px solid #CBCBCB;
}
#product_About .proAbout .content p{
    font-size:14px;
}

.productDetail {

}
.productDetail table{
    border:1px solid #dedede;
    border-collapse:collapse;
}
.productDetail table td{
    padding:5px;
    color:#343434;
    font-size:14px;
}
.productDetail table tr+tr{
    border-top:1px solid #dedede;
}
.productDetail table td+td{
    border-left:1px solid #dedede;
}

/*servie*/
.title.mt0 {
    margin-top:0px;
}
.service_title h3.title {
    font-size: 28px;
    line-height:28px;
    color:#424242;
    margin:15px 0;
    position:relative;
}

.service_title h5 {
    
    line-height:1.8;
    color:#424242;
}
.service_title span {
    font-size:16px;
    line-height:1.8;
}
.service_title .text {
    font-size:14px;
    color: #585858;
}
.form{
    padding-top:30px;
    font-size:16px;
    line-height:1.8;
    box-sizing:border-box;
}
.form h3.title {
    font-size: 28px;
    line-height:28px;
    margin:15px 0;
    position:relative;
}
#AddMsg {
    font-size:14px;
    line-height:25px;
    color:green;
    display:block;
}
.form ul {
    margin:-5px;
    box-sizing:border-box;
}
.form ul li{
    padding:5px;
    list-style-type: none;
    vertical-align: middle;
    float:left;
    box-sizing:border-box;
}
.form ul li.wid-100{
    width:100%;
    box-sizing:border-box;
}
.form ul li input,.form ul li textarea{
    width:100%;
    background:#f8f9fa none repeat scroll 0 0;
    border:medium none;
    font-size:14px;
    padding:8px 15px;
    outline:none;
    box-sizing:border-box;
}
.form ul li textarea {
    margin-top:0px;
    margin-bottom:0px;
    height:120px;
    resize: vertical;
}
.grid-box {
    display: flexbox;
    flex-wrap:wrap;
}
.grid-box .column{
    width:50%;
}
.form ul li input[type="submit"] {
    background:#ff6a00;
    color:white;
    transition:.5s;
    font-size:14px;
    font-family:'anton';
    text-transform:uppercase;
    text-align:center;
    cursor:pointer;
}
.form ul li input[type="submit"]:hover {
    background:rgb(59,59,59);
    
}

.inner-banner h3 {
    font-size: 34px;
    line-height:34px;
    margin-bottom:15px;
    text-align:center;
    color:#585858;
}

.contact .left {
    width:55%;
    padding-right:15px;
    box-sizing:border-box;
}
 .contact .left .form {
     box-shadow:7px 5px 30px rgba(72,73,121,0.15);
     padding:30px;
}
 .contact .right{
     width:45%;
     padding-left:15px;
     box-sizing:border-box;
}
.contact .right h3.title {
     position:relative;
     padding-bottom:15px;
     font-size:28px;
     line-height:28px;
     margin:15px 0;
}
.contact .right h3.title:before {
     position:absolute;
     content:"";
     bottom:0;
     left:20%;
     height:4px;
     width:20px;
     background:#ddd none repeat scroll 0 0;
}
.contact .right h3.title::after {
     position:absolute;
     content:"";
     bottom:0;
     left:0;
     height:4px;
     width:18%;
     background:#ff6a00 none repeat scroll 0 0;
}
.contact .right p {
     line-height:1.8;
     color:#333;
     font-size:14px;
}
.contact .right ul.grid-box {
     padding-top:20px;
}
.contact .right ul li{
     width:100%;
     padding:10px;
}
.contact .right ul li h6 {
     font-size:24px;
     font-weight:200;
     text-transform:capitalize;
     color:#ff6a00;
     font-family:'anton';
}
.contact .right ul li p {
     font-size:16px;
     line-height:normal;
     color:#111;
     letter-spacing:1px;
}

/*news*/

.newsList {
   
}

.newsList .newsImg{
    width:300px;
}
.newsList .newsImg img{
    width:100%;
}
.newsList .newsTitle{
    width:700px;
    padding-left:20px;
    margin-bottom:15px;
    box-sizing:border-box;
}
.newsList .newsTitle a{
    font-size:16px;
    color:#666;
    line-height:180%;
}
.newsList .newsTitle p{
    line-height:180%;
    margin-bottom:5px;
}
.newsList .newsDescription {
    font-size:14px;
    line-height:120%;
    color:#343434;
    margin-bottom:15px;
}
.newsList .newsTitle .View_Link{
    margin-top:30px;
    margin-left:10px;
    padding:5px;
    border:1px solid #343434;
    font-size:12px;
}
.newsList .newsTitle .View_Link:hover{
    border:1px solid #ffa600;
    color:#ffa600;
}
.newsList ul li{
    padding:10px 0;
    margin-bottom:20px;
    border-bottom:1px solid #ffa600;
}

.pageList .pagination {
    margin:0px auto !important;
    display:block;
}
.pageList .pagination li{
    float:left;
    padding:5px 0;
    margin-right:3px;
}
.pageList .pagination li a{
    width:20px;
    display:block;
    text-align:center;
    border:1px solid #dedede;
    color:#333;
}
.pageList .pagination li.active a,.pageList .pagination li a:hover{
    border:1px solid #ffa600;
    color:#ffa600;
}

.newsDetail {
    width:800px;
    margin:0px auto;
}

.newsDetail .newsTitle {
    font-size:26px;
    line-height:180%;
    padding-bottom:20px;
}
.newsDetail .source {
    font-size:14px;
    line-height:180%;
    padding-bottom:10px;
}
.newsDetail .content {
    font-size:14px;
    line-height:180%;
    padding-top:20px;
    border-top:1px solid #ffa600;
    color:#343434;
}
.newsDetail .content img{
    margin:0 auto;
    display:block;
}

.customList h3 {
    text-align:center;
    font-size:18px;
    font-weight:bold;
    color:#333;
    padding-top:20px;
    padding-bottom:20px;
}

.customList .customView {
    border:1px solid #222;
    padding:10px;
    margin-bottom:10px;
}

