/*@font-face{  
	font-family: 'SOURCEHANSANSCN-REGULAR'; 
 	src: url('../../fonts/SOURCEHANSANSCN-REGULAR_0.OTF'); 
}
@font-face{  
	font-family: 'SOURCEHANSANSCN-BOLD'; 
 	src: url('../../fonts/SOURCEHANSANSCN-BOLD_0.OTF'); 
}
@font-face{  
	font-family: 'SOURCEHANSANSCN-MEDIUM'; 
 	src: url('../../fonts/SOURCEHANSANSCN-MEDIUM_0.OTF'); 
}
@font-face{  
	font-family: 'SOURCEHANSANSCN-NORMAL'; 
 	src: url('../../fonts/SOURCEHANSANSCN-NORMAL_0.OTF'); 
}
@font-face{  
	font-family: 'cambria'; 
 	src: url('../../fonts/cambria.ttc'); 
}*/
@charset "utf-8";body,input,select,textarea {
    font-family: "Microsoft YaHei",΢���ź�,����;
    font-size: 14px;
}

html,body,div,span,applet,object,iframe,h1,button,select,input,textarea,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    /*font-family: SOURCEHANSANSCN-REGULAR; */
    -webkit-overflow-scrolling: touch;
    -webkit-tap-highlight-color: transparent;
    -moz-appearance: none;
    -webkit-appearance: none
}

body {
    background: #f2f2f2;
    text-size-adjust: none;
    font-smoothing: antialiased;
    width: 100%;
    height: 100%;
    color: #666;
    overflow-x: hidden;
    position: relative
}

html {
    text-size-adjust: none;
    font-size: 14px;
    width: 100%;
    position: relative;
    min-height: 100%
}

@media (max-width: 320px), only screen and (-webkit-max-device-pixel-ratio: 1.9) {
    html {
        font-size:12px
    }
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

ul,ol,li {
    list-style: none
}

em,i {
    font-style: normal
}

img {
    border: 0
}

textarea {
    outline: none
}

a {
    text-decoration: none;
    color: #333
}

a:active {
    color: #ea5404
}

input:focus,textarea:focus,button:focus,a:focus {
    outline: none
}

input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}
.header{
    width:100%;
    text-align:center;
    margin: 5% 0;
    margin-bottom: 3px;
}
.header .logo{
    display: inline-block;
    vertical-align: middle;
    width: 20%;
}
.header .logo img{
    width:100%;
}
.header .logo-description{
    display: inline-block;
    vertical-align: middle;
}
.header .logo-description .big-title{
    /*font-family: SOURCEHANSANSCN-BOLD;*/
    font-size: 107%;
    font-weight: bold;
    color: #333333;
}
.header .logo-description .small-title{
    /*font-family: SOURCEHANSANSCN-MEDIUM;*/
    color: #666666;
    font-size: 120%;
}
.banner{
    width:100%;
}
.banner img{
    width:100%;
}
.nav{
    width:100%;
    text-align:center;
    background: #0046aa;
    margin-top: 5%;
}
.nav ul li{
    display: inline-block;
    width: 20%;
    padding: 2%;
    white-space: nowrap;
    overflow: hidden;
    border-right: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    margin: -1px;
    font-size: 13px;
    height: 2.5rem;
    line-height: 2.5rem;
}
.nav ul li img{
    width:70%;
}
.nav .first{
    /*border-left:1px solid #e5e5e5;*/
}
.nav .second{
    border-bottom:1px solid #e5e5e5;
}
.nav .nav-icon{
    margin-bottom:5px;
}
.nav ul li a{
    color:#fff;
}
.recommend-product{
    width: 100%;
    background: #fff;
    padding-left: 2%;
    margin-top: 5%;
}
.recommend-title{
    padding: 3% 7%;
    background-color: #0046aa;
    margin-top: 5%;
}
.recommend-title .title{
    /*font-family: 'SOURCEHANSANSCN-MEDIUM';*/
    font-size: 200%;
    color:#fff;
    width: 79%;
    display: inline-block;
}
.recommend-title .more{
    width: 19%;
    display: inline-block;
    text-align: right;
    font-size:110%;
}
.recommend-title .more a{
    color:#fff;
}
.recommend-product ul li{
    display: inline-block;
    width: 47%;
    border: 1px solid #e5e5e5;
    margin: 1% 1% 1% 0;

}
.recommend-product .product-img{
    width:100%;
}
.recommend-product .product-img img{
    width:100%;
}
.recommend-product .products-title{
    padding: 3% 0;
    text-align: center;
    font-size: 125%;
    background:#ebebeb;
}
.recommend-product .products-title a{
    color:#333;
}
.case{
    width:100%;
    background:#fff;
    padding:1%;
}
.case ul li{
    display: inline-block;
    width: 47%;
    margin: 1%;
}
.case .case-img{
    width:100%;
}
.case .case-img img{
    width:100%;
}
.case .case-title{
    text-align: center;
    height: 30px;
    line-height: 30px;
    background: #1a0f0e;
    filter: alpha(Opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.5;
    margin-top: -33px;
    font-size:125%;
}
.case .case-title a{
    color: #fff;
}
.news{
    width:100%;
    background:#fff;
    padding:1%
}
.news ul li{
    padding-bottom: 2%;
    border-bottom: 1px dashed #e9e9e9;
}
.news .news-title{
    font-size: 120%;
    padding: 2% 5%;
    font-weight: bold;
}
.news .news-discription{
    padding: 0 5%;
}
.news .news-title a{
    color:#333;
}
.news .news-discription a{
    color:#999999;
}
.new-nav{
    width: 100%;
    background: #0046aa;
}
.new-nav ul li{
    width: 19%;
    display: inline-block;
    text-align: center;
    padding: 5% 0;
}
.new-nav a{
    color: #fff;
}
.wap-page{
    text-align: center;
    margin: 5% 0;
}
.productinfo{
    margin: 5% 0;
    background: #fff;
    padding: 0 1%;
}
.productinfo .product-title{
    text-align: center;
    font-size: 180%;
    /*font-family: 'SOURCEHANSANSCN-MEDIUM';*/
    color: #333;
    padding: 3% 0;
}
.productinfo .product-cover{
    width:100%;
}
.productinfo .product-cover img{
    width:100%;
}
.productinfo .feedback-button{
    padding: 3% 0;
    text-align: center;
}
.productinfo .feedback-button a{
    color: #fff;
    background: #0046aa;
    font-size: 140%;
    padding: 2% 5%;
}
.productinfo .product-content-title{
    padding: 0 5%;
    border-left: 4px solid #0046aa;
    font-size: 130%;
    margin: 3% 0;
    color: #333;
}
.productinfo .product-content{
    width:100%;
}
.product-cate{
    margin-top: 5%;
    padding: 0 2%;
    background: #fff;
}
.product-cate .product-category{
    padding-bottom: 5%;
}
.product-cate .product-category .product-category-title{
    padding: 3%;
    background: #0046aa;
    font-size: 120%;
}
.product-cate .product-category .product-category-title a{
    color: #fff;
}
.product-cate .product-category ul li{
    padding: 2%;
    font-size: 110%;
    border-bottom: 1px dashed #e1e1e1;
}
.product-cate .product-category a{
    color:#333;
}
.productinfo .contact ul li{
    padding: 5%;
    font-size: 115%;
}
.footer{
    background: #0046aa;
    position: fixed;
    bottom: 0;
    width: 100%;
}
.container {
    padding: 1%;
    margin: 0 auto;
    text-align: center;
}
.container a{
    color:#fff;
}
.warp-line-4 {
    display: inline-block;
    width: 23.5%;
    vertical-align: middle;
    text-align: center;
}
.footer img {
    width: 35%;
}
.warp-line-4 div {
    margin-top: -6%;
}
.container-right{
    padding:2%;
    background:#fff;
}
.container-right .feedback-item {
    margin: 5%;
}
.container-right .feedback-item .feedback-item-left {
    width: 20%;
    display: inline-block;
}
.container-right .feedback-item .feedback-item-right {
    display: inline-block;
    width: 75%;
}
.container-right .feedback-item .feedback-item-right input {
    border: 1px solid #c9c9c9;
    outline: none;
    border-radius: 4px;
    width: 100%;
    height: 30px;
    padding-left: 5px;
}
.container-right .feedback-item .feedback-item-right textarea {
    width: 100%;
    height: 80px;
    padding-left: 5px;
    border: 1px solid #ccc;
    border-radius: 4px;
    vertical-align: middle;
}
.container-right .feedback-item .feedback-submit {
    border: 0;
    color: #fff;
    background-color: #0046aa;
    padding: 3% 8%;
    font-size: 18px;
    border-radius: 4px;
}