/************
 * 页面样式
 ************/

/* ==========
   基本默认值
   ========== */

html {
    font-size: 80%;
    color: #222;
}

/*
html{min-width: 70em}
*/

::selection {
    background-color: #b3d4fc;
    text-shadow: none;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

/* ==========
   工具样式
   ========== */

.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/* ===============
   浏览器更新提示
   =============== */

.browserupgrade {
    margin: 0;
    padding: 1rem;
    background: #ccc;
}

/* ===============
   自定义页面样式
   =============== */

body {
    font-size: 1.52rem;
    line-height: 1.5;
}

a {
    color: #666;
    text-decoration: none;
}

a:hover, a:active {
    color: #0ae;
    text-decoration: underline;
}

.gosearch{

   
}


.search_input{
    border: 1px solid #ddd;
    display: inline-block;
   

    line-height:45px;

    transition: width 2s;
    -moz-transition: width 2s;  /* Firefox 4 */
    -webkit-transition: width 2s;   /* Safari 和 Chrome */
    -o-transition: width 2s;    /* Opera */
}

.search_input:hover{
    box-shadow:#ccc 1px 4px 20px 3px;
    width: 80%;
}
.top_right {
    width: 100%;
    
    
    margin-top: 1%;
    margin-bottom: 1%;
}

.top_right_content{
    margin-top: 5%;
    float: left;


}

.top_right{
    text-align: right;
    width: 25%;
    /*border: 1px solid red;*/
    float: right;

}
.top_right p{
    padding: 0;
    margin: 0;

}
.top_right p:nth-child(1){
    color: #484848;
    font-size: 13px;
    font-family: "微软雅黑";
}

.top_right p:nth-child(2){
    color: #369871;
    font-size: 24px;
    font-family: "微软雅黑";
}

.top_right p:nth-child(3){
    color: #369871;
    font-size: 24px;
    font-family: "微软雅黑";
}
.top_right img{
    width: 40%;
}

.gosearch input:nth-child(2){
    outline: none;
    border: none;
    border-radius: 2.5px;
    padding: 0;
    width:65%;
    font-size: 18px;
    font-family: "微软雅黑";
}
.gosearch input:nth-child(3){
     height: 49px;
    width: 23%;
    /*width: 84px;*/
    border: none;
    background: #369871;
    color: #fff;
    font-family: "微软雅黑";
}
.search_input{
    width: 70%;
}

.search_input img{
    width: 5%;
	position:relative;
	top:6px;
	left:-5px;
    /*padding: 0px 10px 0px 10px;*/
}

/* 网站头部 */

header {
    width: 100%;
}

.main_container{
    /*border: 1px solid #ddd;*/
    /*height: 162px;*/
    width: 90%;
    margin:0 auto;
    
}
.top_middle{
    width: 45%;
    float: left;
    text-align: right;
    margin-top: 3%;
}
.brand{

   padding-bottom: 5%;
    /*border: 1px solid red;*/
   
}

.brand img{
      width: 248px;
}




@media only screen and (max-width: 50em) {
    .top_right_img img{
         display: none;
    /*width: 100%; */
    }
	.ad{
		display:none;
	}
	.top_middle{
		display:none;
	}
	.top_right{
		display:none;
	}
	.transaction ul{
		
		margin-left:40px;
		
	}
}

@media only screen and (min-width: 30.0625em) and (max-width: 50em) {

}

@media only screen and (max-width: 30em) {
    header .top .tel,
    header .top ul li:nth-child(3),
    header .top ul li:nth-child(4) {
        display: none;
    }
}

header .main {
    padding: 0;
}

header .main .brand {
    float: left;
    padding: 4rem 1.5rem 2rem 2rem;
}

header .main ul {
    text-align: right;
}

header .main ul li {
    display: inline-block;
    border-left: 1px solid #f0ede9;
}

header .main ul li a {
    display: inline-block;
    padding: 0 2.5rem;

    line-height: 5.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #7c7a65;
    text-decoration: none;
}

header .main ul li a:hover,
header .main ul li a:active,
header .main ul li a.active {
    color: #ffb300;
    background-color: #f8f6f1;
}

@media only screen and (max-width: 50em) {

   /* header .main .brand {
        float: none;
        display: block;
        padding: 0;
        margin: 1.5rem auto 0.5rem;
        text-align: center;
    }

    header .main ul {
        text-align: center;
    }

    header .main ul li {
        border: none;
    }

    header .main ul li a {
        padding: 0 1.5rem;
    }*/
}

@media only screen and (max-width: 30em) {

    header .main ul li {
        line-height: 3rem;
    }

    header .main ul li:first-child {
        display: none;
    }

    header .main ul li a {
        font-weight: normal;
        padding: 0 0.5rem;
    }
}

/* 网站主要内容 */

.container {
    width: 100%;
}
.productContainer{
    width: 100%;
    background-color: #F2F2F2;
    height: 1%;
    /*height: 600px;*/
}
.whiteContriner{
    width: 100%;
    background-color:#fff;
     height: 1%;
    /*height: 600px;*/
}

/* 交易信息 */

.transaction {
    
    width: 100%;
    background-color: #399871;
}

.trans-content {

    max-width: 90%;
    margin: 0 auto;
    font-size: 1.5rem;
}

.trans-content ul{
  
  height: 50px;

}

.trans-content li{
    list-style: none;
}


.trans-content a{
    float: left;
    font-size: 14px;
    width: 120px;
    height: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-family:"微软雅黑";
}

.trans-content a:hover{
    background: #fff;
    color: #399871;
    text-decoration: none;
}


.trans-data {
    float: left;
    padding: 1rem;
    text-align: left;
}

.trans-data span {
    display: inline-block;
    line-height: 3rem;
    color: #fff;
}

.trans-data span.trans-money {
    font-size: 2.2rem;
    color: #ff9900;
    letter-spacing: 3px;
    margin: 0 1rem;
    padding: 0 1rem;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 1px 2px 1px #333 inset;
}

.trans-report {
    text-align: right;
}

.trans-report a {
    display: inline-block;
    padding: 1rem;
    line-height: 3rem;
    color: #fff;
}

@media only screen and (max-width: 50em) {

    .trans-data {
        padding: 1rem 0.5rem;
    }

    .trans-data span {
        font-size: 1.2rem;
    }

    .trans-data span.trans-money {
        font-size: 1.6rem;
        margin: 0;
        padding: 0;
        letter-spacing: inherit;
        box-shadow: none;
        background: transparent;
    }

    .trans-report a {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 30em) {

    .transaction {
        padding: 0.5rem 0;
    }

    .trans-data, .trans-report {
        float: none;
        text-align: center;
    }

    .trans-data, .trans-report a {
        padding: 0;
    }
}

/* 滚动广告 */

.ad {
    /*display: none;*/
}

/* 平台特点 */

.feature {
   
    width: 90%;
    margin: 2rem auto;
    font-size: 0;
    box-sizing:border-box;
}

.feature .item {
    display: inline-block;
    /*width: calc(33.33333% - 1rem);*/
    width:32.3%;
    padding:0 0.5% 0 0.5%;
/*    padding: 1rem 1rem 1rem 1rem;*/
    font-size: 1.4rem;
    background-color: #fff;
    

}

.feHeader{
   
    line-height: 5px;
}

.feature .feHeader{

   font-size: 1.6rem;
   color: #399871;
   font-weight: bold; 
   margin-bottom: 30px;
}

.itemImg{
 
   width: 50%;
   /*border: 1px solid red;*/
   height: 245px;
   float: left;
}
.itemImg img{
    width: 100%;
    height: 100%;
}




.itemContent{
   float: right;
   width: 50%;
   background: green;
   height: 245px;
}

.itemBottom{

    margin-top: 60px;
}


.feature .item + .item {
    /*margin-left: 1.5rem;*/

}


.feature .item h3 {
    display: inline-block;
    width: 40%;
    margin: 0;
    padding: 0;
    vertical-align: top;
    font-size: 3.3rem;
    text-align: center;
    color: #ff9900;
}

.feature .item p {
    display: inline-block;
    width: 80%;
    margin: 0;
    padding: 0;
    color: #999;
}
.itemContent .contents{
    margin-top: 62px;
    text-align: center;
    color: #fff;
    font-family: '微软雅黑';
}

.itemContent .contents p{
   font-size: 12px;
   color: #fff;
   font-family: '微软雅黑';
}

.fun_head{
    text-align: center;
    margin-top: 60px;
}



.fun_head span{

    font-size: 3.898rem;
    font-family: bold;
    color: #399871;
    font-weight: bold;
}
.fun_head p{

    font-size: 1.5rem;
    margin-top: 0px;
    color: #CBCBCB;
    font-family: "微软雅黑";
}

.tedian_head{
    text-align: center;
    margin-top: 60px;
}

.tedian_head span{
    font-size: 38.98px;
    font-family: bold;
    color: #399871;
    font-weight: bold;
}
.tedian_head p{
    font-size: 15px;
    margin-top: 0px;
    color: #CBCBCB;
    font-family: "微软雅黑";
}

.fun_container{
   
    text-align: center;
    width: 90%;
    margin: 0 auto;
}


.fun_container img{
     width: 45%;
   
}
.fun_detial{
   
    margin-top: 2%;
    float: right;
    width: 23.4%;
    border: 1px solid #e8e8e8;
    background: #F9F9F9;
    text-align:left;
    margin-right: 13.6rem;
}
.fun_detial ul li:first-child{
    margin-top: 2rem;   
}

.fun_detial ul li{
    font-size: 2.5rem;
    font-family: "微软雅黑";
    font-weight: bold;
   
    margin-bottom: 2rem;

    color:#3695CD;
    background: url("../images/fun_ico.png") no-repeat;
    background-position:  0% 40%;
    padding-left: 10%;
    margin-left: 23%;
}


/*四大功能*/
@media only screen and (max-width: 70em) {
    .fun_detial ul li {
        font-size: 2rem;

    }
    .fun_container img{
        display: none;
   
    }

    .fun_detial{
       
        margin-top: 2%;
        float: right;
        width:100%;
        border: 1px solid #e8e8e8;
        background: #F9F9F9;
        text-align:center;
        margin-right: 13.6rem;
        margin: 0 auto;
    }

}

@media only screen and (min-width: 30.0625em) and (max-width: 50em) {

}

@media only screen and (max-width: 30em) {
   
}



.tedian_content {
    width: 100%;
    /*border: 1px solid red;*/
} 


.tedian_content ul li:hover{
 
    
  box-shadow:#ccc 1px 4px 20px 3px;
    
}

.tedian_img img{
    width: 100%;    
}

.tedian_content ul li{
    width: calc(20% - 1rem);
    float: left;
    /*width: 18.5%;*/
    margin-right: 1.0rem;
    
    color: #fff;
    text-align: center;
    font-size: 1.8rem;
    line-height: 6.125rem;
}

    @media only screen and (max-width: 50em) {
      .tedian_content ul li{
        width: 100%;
        height:81px;
        font-size: 2.5rem;
    }
}





@media only screen and (min-width: 30.0625em) and (max-width: 50em) {

    .feature .item h3,
    .feature .item p {
        display: block;
        width: 100%;
        font-size: 2.6rem;
        text-align: center;
    }

    .feature .item p {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 30em) {

    .feature {
        width: 96%;

        margin: 1rem auto;
    }

    .feature .item {
        display: block;
        width: auto;
    }

    .feature .item + .item {
        margin: 1rem 0 0;
    }
}


.gexin_head{
   
    display: inline-block;
    text-align: left;
    margin-top: 56px;
    margin-left: 18.5%;
}

/*.gexin_container{
    border: 1px solid red;
}*/

.gexin_head span{
    font-size: 38.98px;
    font-family: bold;
    color: #399871;
    font-weight: bold;
}
.gexin_head p{

    font-size: 15px;
    margin-top: 0px;
    color: #CBCBCB;
    font-family: "微软雅黑";
}

.gexin_content ul li{
    width: calc(19% - 1rem);
    /*height: calc(20% - 1rem);*/
    float: left;
    /*width: 18.5%;*/
    margin-right: 1.0rem;
    color: #959595;
    text-align: center;
    font-size: 16.18px;
   /* line-height: 204px;*/
    background: #FFFFFF;
    font-family: "微软雅黑";
    border: 1px solid #e8e8e8;
    /*box-shadow:1px 1px 0.5 #666; */
     /*box-shadow:#ccc 1px 4px 20px 3px;*/
     box-shadow:0 2px 4px rgba(0,0,0,.1);
}

.gexin_content ul li:hover{
  /*box-shadow:0px 4px 6px #666; */
  box-shadow:#ccc 1px 4px 20px 3px;
}
.gexin_right{
	
    width: calc(38% - 1rem) !important;
    background: none !important;
    border: none !important; 
    
    height: 0px;

}
.gexin_right img{
    /*border: 1px solid red;*/
    display: inline-block;
    width:100%  !important;
    margin-top: 0 !important;
    position: relative;
    top: -88px;
	

}

/*.gexin_content_all{
    border: 1px solid red;
    padding: 0;
     width: 60%;
}

.gexin_content_all img{
   width: 30%;
}
*/
.gexin_content ul:first-child{
    margin-bottom: 14px;
    
}
.gexin_content img{
    margin-top: 34px;
    width: 40%;
}

.gexin_content p{
    margin-bottom: 34px;
}





/*四大功能*/
@media only screen and (max-width: 70em) {
    .gexin_content img{
        top: 10px;
    }
    .gexin_head{
        text-align: center;
        margin:0 auto;
        width: 100%;

    }
	
}

@media only screen and (min-width: 30.0625em) and (max-width: 50em) {

}

@media only screen and (max-width: 30em) {
   
}




/*案例中心*/
.anli_head{
   
    text-align: center;
    margin-top: 60px; 
}


.anli_container{


     
    text-align: center;
    width: 100%;
    margin: 0 auto;
    
}

.anli_head span{

    font-size: 3.898rem;
    font-family: bold;
    color: #399871;
    font-weight: bold;
}
.anli_head p{

    font-size: 1.5rem;
    margin-top: 0px;
    color: #CBCBCB;
    font-family: "微软雅黑";
}

.anli_left{
    width: 35%;
    float: left;
    height: 100%;
}
.anli_left img{
height: 300px;
    width: 460px;

}


.anli_middle{
    background: #FFFFFF;
    width: 20%;
    float: left;
    padding-top:4.3%;
    text-align: left;
    padding-left: 1.5%;

}

.anli_middle h3{
    color: #676767;
    font-family: "微软雅黑";
    font-weight: bold;
    font-size: 20px;
}

.anli_middle p{
    color: #808080;
    width: 100%;
    font-size: 12px;
    font-family: "微软雅黑";
   
    margin-bottom: 53%;
    
}
.anli_middle p:last-child{
    color: #808080;
    font-size: 12px;
    font-family: "微软雅黑";
    text-align: right;
    display: inline;
    margin-bottom: 0;
    position: relative;
    top:-30px;
    right: 30px;
    float: right;
   
}

.anli_right{

    width: 43%;
    float: right;
    background: #fff;
}

.anli_right li{
    padding-top: 9%;
	 padding-bottom: 9%;
   
    float: left;
    width: calc(50% - 2px) !important;;
    border:1px solid #e8e8e8;
}
.anli_right li:hover{
   box-shadow:#ccc 1px 4px 2px 3px;
}
.anli_right li:last-child{

}
.anli_right span{
    position: relative;
    top: -5px;
}

.anli_right img{
    width: 44%;

}

/*案例中心*/
@media only screen and (max-width: 70em) {
   .anli_left img{
     display: none;
    }
    .anli_middle{
        width: 38%;
    }
    .anli_right{
         width: 60%;
        float: right;
        background: #fff;
    }

.anli_right li{
    padding-top: 11.5%;
   
    float: left;
    width: calc(50% - 2px) !important;;
    border:1px solid #e8e8e8;
	
}
}

@media only screen and (min-width: 30.0625em) and (max-width: 50em) {

}

@media only screen and (max-width: 30em) {
   .anli_middle{
        display: none;
    }
    .anli_right{
         width: 100%;
        float: right;
        background: #fff;
		box-s-resize
    }
}

.zhuanjia_container{
   
    width: 90%;
    margin:3% auto;
}
.zhuanjia_left{
    width: 30%;
    float: left;


}
.zhuanjia_left img{
    width: 80%;
/*    transition: width 2s;
    -moz-transition: width 2s;  /* Firefox 4 */
    -webkit-transition: width 2s;   /* Safari 和 Chrome */
    -o-transition: width 2s;    /* Opera */*/
    }
.zhuanjia_left img:hover{
   /* width: 90%;
    box-shadow:#ccc 1px 4px 20px 3px;*/
}

.zhuanjia_right{
    width: 65%;
    
    float: right;
}
.zhuanjia_right_head{
    width: 100%;
}
.zhuanjia_right_head li{
    
    width: 40%;
    float: left;
    margin-top: 5%;
}
.zhuanjia_right_head li:first-child{
    
    margin-right: 10%;

}
.zhuanjia_right_head p:nth-child(2){
    font-family: "微软雅黑";
    font-size: 15px;
    color: #484848;
}

.zhuanjia_right_head p:nth-child(3){
    font-family: "微软雅黑";
    font-size: 12px;
    color:#808080;
}
.zhuanjia_right_head span{
    border-top: 2px solid #e8e8e8;

}

.zhuanjia_right_bottom{
   
}
.zhida{
   
    width: 60%;
    float: left;
}

.zhida p:nth-child(1){
    font-size: 35.98px;
    color: #399871;
    font-weight: bold;
    font-family: "微软雅黑";
   
    margin: 0;
    padding: 0;
}

.zhida p:nth-child(2){
    font-size: 15px;
    font-family: "微软雅黑";
   
    
}



.zhuanjia_button a{
    /*width: 30%;*/
    display: inline-block;
    margin-top: 3%;
    padding: 1.2% 5%;
    font-size: 25px;
    background: #F2425F;
    color: #fff;
    width: 15%;
	text-align:center;
	text-decoration:none;
    
}

.zhuanjia_button a:hover{
   
       box-shadow: 0 4px 8px #ccc;
    
}


.qy_container{

    /*border: 1px solid red;*/
    width: 90%;
    margin: 3% auto;
}
.qy_left{
    width: 60%;
    background: #fff;
   
    float: left;
    text-align: center;
}

.qy_right{
    width: 38%;
    /*border: 1px solid red;*/
    float: right;
   

   
}

.qy_left p:first-child{
    width: 100%;
    font-size: 38px;
    font-family: "华文中宋";
    
    margin-bottom: 2%;
    color: #399871;
}

.qy_left p:nth-child(2){
    display: inline;
    width: 100%;
    margin: 0;
    padding-bottom: 1%;
    font-size: 24px;
    font-family: "华文中宋";
    border-bottom: 2px solid #399871;
    color: #399871;
}

.qy_left p:nth-child(3){
    margin: 5% auto;
    width: 80%;
    font-size: 14px;
    font-family: "微软雅黑";
    
    color: #868686;
}

.qy_left img{
    width: 80%;
}

.qy_left p:nth-child(5){
    margin: 7.4% auto;
    width: 80%;
    font-size: 14px;
    font-family: "微软雅黑";
}

.qy_left a{
    font-size: 12px;
    text-decoration: none;
    width: 100%;
    padding: 2% 20%;
    color: #868686;
    border: 1px solid #CFCFCF;
}

.qy_left a:hover{
    font-size: 12px;
    text-decoration: none;
    width: 100%;
    padding: 2% 20%;
    /*color: #868686;*/
    border: 1px solid #CFCFCF;
    background: #CFCFCF;
    color: #fff;
}

.qy_right_top ul{
   /* border: 1px solid red;*/
   padding-bottom: 5%;
    
}

.qy_right_top{
     background: #fff;
}

.qy_right_top ul li a:hover{color:red;}

.qy_right_top li+li{
   
    width: 90%;
    float: right;
    padding-left: 7%;
    padding-bottom: 4%;
    background: url(../images/wenda_ico.png) no-repeat;
    background-position: 3% 150%;    
    
}

.qy_right_top li:nth-child(2){
    
    margin-top: 5%;
}

.qy_right_top p{
    
    margin: 0;
    
    margin-bottom: 1%;
    font-size: 12px;
    font-family: "微软雅黑";
    color: #A2A2A2;

}

.qy_right_top a{
    text-decoration: none;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #868686;
}

.qy_right_bottom{
    
    margin-top: 5%;
     background: #fff;
}

.qy_right_bottom ul{
   /* border: 1px solid red;*/
   padding-bottom: 5%;
    
}

.qy_right_bottom li+li{
    
    width: 94%;
    float: right;
    padding-left: 6%;
    padding-bottom: 5.75%;
    
    
}


.qy_right_bottom li:nth-child(2){
    
    margin-top: 5%;
}

.qy_right_bottom p{
    
    margin: 0;
    
    margin-bottom: 1%;
    font-size: 12px;
    font-family: "微软雅黑";
    color: #A2A2A2;

}

.qy_right_bottom a{
    text-decoration: none;
    font-size: 14px;
    font-family: "微软雅黑";
    color: #868686;
}


@media only screen and (max-width: 70em) {
   .qy_right_top li+li{
        width: 90%;
        float: right;
        padding-left: 7%;
        padding-bottom: 4%;
        background: none;
    }
}

@media only screen and (min-width: 30.0625em) and (max-width: 50em) {

}

@media only screen and (max-width: 30em) {
   .qy_right{
	   display:none;
   }
   .qy_left{
	   width:100%;
   }
}

.zizhi_head{
    text-align: left;
    margin-top: 60px;
}

.zizhi_head span{
    font-size: 18px;
    color: #399871;
    font-weight: bold;
    font-family: "微软雅黑";
}
.zizhi_head p{
    font-size: 15px;
    margin-top: 0px;
    color: #CBCBCB;
    font-family: "微软雅黑";
}









/* 最新公告 */

.notice {
    width: 90%;
    margin: 2rem auto;
    font-size: 1.4rem;
    line-height: 3rem;
    background-color: #fff;
    box-shadow: 0 0 4px #ccc;
}

.notice a {
    float: left;
    display: inline-block;
    width: 70%;
    margin-left: 2rem;
    text-decoration: none;
}

.notice a:first-child {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.notice a:first-child:before {
    content: '最新公告: \00a0\00a0';
    color: #aaa;
}

.notice a span {
    color: #999;
    font-size: 1.2rem;
    margin-right: 1rem;
}

.notice a.more {
    float: right;
    width: auto;
    margin-right: 2rem;
    color: #ff9900;
}

@media only screen and (max-width: 30em) {

    .notice {
        width: 96%;
        margin: 1rem auto;
        font-size: 1.2rem;
    }

    .notice a {
        margin-left: 1rem;
    }

    .notice a span {
        display: none;
    }
}

.friends{
    width: 100%;
   
    
}
.friends li{
    float: left;  
    margin-left: 1%; 
}

.friends span{
    font-size: 15px;
    font-family: "微软雅黑";
    float: left;  
    margin-left: 1%; 
    color: #B3B3B3;
}

.friends li a{
    text-decoration: none;
    color: #7B7B7B;
    font-size: 15px;
    font-family: "微软雅黑";
  
}
.friends ul{
    width: 93%;
    
    float: right;
}

.friends li a:hover{
   color: red;
  
}

@media only screen and (max-width: 70em) {
   
}

@media only screen and (min-width: 30.0625em) and (max-width: 50em) {

}

@media only screen and (max-width: 30em) {
   .friends{
	   display:none;
   }
   .topimg{
	   display:none;
	   
   }
   .zizhi_head{
	   display:none;
   }
}

/* 产品列表 */

.product {
    width: 90%;
    margin: 2rem auto;
    font-size: 1.4rem;
   /* background-color: #f5f9fa;
    border-top: 2px solid #ff9900;
    box-shadow: 0 0 4px #ccc;*/
}

.product h2 {
    float: left;
    width: 20%;
    margin-top: 3rem;
    text-align: center;
    font-size: 2.4rem;
    font-weight: normal;
    color: #635c51;
}

.product h2 em {
    display: block;
    margin-top: 1rem;
    font-size: 1.6rem;
}

.product h2 em:first-child {
    margin-top: 4rem;
}

.product .product-content {
    float: right;
    width: 79.5%;
    border-left: 1px solid #eee;
    background-color: #fff;

}

.product .product-content .item {
    width: 100%;
   
}


.product .product-content .item + .item {
    border-top: 1px solid #eee;

}

.product .product-content .item h3 {
    float: left;
    width: 30%;
    margin: 1.5rem 0;
    font-size: 1.4rem;
    font-weight: normal;
    text-align: center;
}

.product .product-content .item h3 em {
    margin-right: 0.5rem;
    font-size: 3.6rem;
    font-style: normal;
    color: #8b999d;
}

.product .product-content .item h3 i {
    display: block;
    font-size: 1.2rem;
    font-style: normal;
    color: #999;
}

.product .product-content .item .info {
    float: left;
    width: 48%;
    padding: 1rem;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    font-size: 14px;
}

.product .product-content .item .info p {
    float: left;
    display: inline-block;
    text-align: center;
    width: 56%;
}

.product .product-content .item .info p:last-child {
    width: 40%;
}

.product .product-content .item .info p span {
    display: block;
    font-size: 2.4rem;
    color: #ff9900;
}

.product .product-content .item .info p span i {
    font-size: 1.2rem;
    font-style: normal;
    color: #999;
}

.product .product-content .item .buy {
    float: left;
    width: calc(22% - 4.4rem);
    padding: 1rem;
}

.product .product-content .item .buy a {
    display: block;
    width: 90%;
    margin: 1.5rem auto;
    max-width: 12rem;
    line-height: 4rem;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background-color: #ff9900;
    border-radius: 5px;
}

.product .product-content .item .buy a:hover,
.product .product-content .item .buy a:active {
    background-color: #ffc468;
}

.product .product-content .item .buy a.disabled {
    background-color: #ccc !important;
    cursor: not-allowed;
}

@media only screen and (max-width: 50em) {

    .product h2 {
        float: none;
        width: 100%;
        margin-top: 2rem;
        font-size: 2.2rem;
    }

    .product h2 em:first-child {
        margin-top: 0;
    }

    .product h2 em {
        display: inline;
        font-size: 1.2rem;
    }

    .product .product-content {
        float: none;
        width: 100%;
    }

    .product .product-content .item h3 {
        margin-bottom: 0
    }

    .product .product-content .item h3 em {
        font-size: 2.4rem;
    }

    .product .product-content .item .info {
        padding: 1rem 1rem 0;
        font-size: 1.2rem;
    }

    .product .product-content .item .info p span {
        font-size: 2rem;
    }

    .product .product-content .item .buy a {
        margin: 0.5rem auto;
    }
}

@media only screen and (max-width: 30em) {

    .product {
        width: 96%;
    }

    .product h2 em:first-child:before {
        content: " ";
        display: table;
    }

    .product .product-content .item h3 em {
        font-size: 2rem;
        margin-right: 0;
    }

    .product .product-content .item .info {
        float: right;
        width: 70%;
        padding: 1rem 0;
        border: none;
    }

    .product .product-content .item .info p span {
        font-size: 1.8rem;
    }

    .product .product-content .item .buy {
        clear: both;
        float: none;
        width: 100%;
        padding: 1rem 0 2rem;
    }

    .product .product-content .item .buy a {
        margin-top: 0;
        max-width: 26rem;
    }
}

/* 底部导航 */

.footer {
    padding: 3rem 0;
    background-color:#399871;
    border-top: 2px solid #eee;
}

.footer a {
    font-size: 14px;
    color: #fff;
}

.footer-content {
    width: 90%;
    margin: 0 auto;
}

.footer-content p:nth-child(1){
    font-size: 14px;
    color: #fff;
    font-family: "微软雅黑";
}
.footer-content p:nth-child(2){
    font-size: 14px;
    color: #fff;
    font-family: "微软雅黑";
}

.footer-content p:nth-child(4){
    font-size: 14px;
    color: #fff;
    font-family: "微软雅黑";
}

.footer-content p:nth-child(4) span{
    font-size: 14px;
    color: #fff;
    font-family: "微软雅黑";
}


.footer-content p:nth-child(5){
    font-size: 14px;
    color: #fff;
    font-family: "微软雅黑";
}

.footer_left{
    float: left;
}

.footer_right{
    float: right;
    text-align: right;
    padding-right: 10%;
}

.footer_right img{
   width: 100%;

}





@media only screen and (max-width: 50em) {

    .footer-content .brand {
        display: none;
    }

    .footer-content ul {
        width: 20%;
    }

    .footer-content ul li {
        font-size: 1.2rem;
        line-height: 2rem;
    }

    .footer-content ul li.title {
        font-size: 1.4rem;
        line-height: 2.5rem;
    }
}

@media only screen and (max-width: 30em) {
    .footer-content {
        width: 98%;
    }

    .footer-content ul li.title {
        font-size: 1.2rem;
        line-height: 2rem;
    }
}

/* 底部 */

footer {
    width: 100%;
    padding: 3rem 0 5rem;
    background-color: #ededed;
}

footer ul {
    text-align: center;
}

footer ul li {
    display: inline-block;
}

footer ul li .icon {
    display: inline-block;
    text-indent: -999rem;
    margin-right: 1.5rem;
    background: url(https://i.alipayobjects.com/e/201307/jebmKcbrh.png) no-repeat;
    background-size: 466px 447px;
    overflow: hidden;
}

footer ul li .icon-zfywxk {
    width: 38px;
    height: 27px;
    background-position: -369px -45px;
}

footer ul li .icon-pcirk {
    width: 78px;
    height: 27px;
    background-position: -110px -96px;
}

footer ul li .icon-visayz {
    width: 36px;
    height: 27px;
    background-position: -426px -90px;
}

footer ul li .icon-vsjmfw {
    width: 63px;
    height: 27px;
    margin-right: 13px;
    background-position: -401px -186px;
}

footer ul li .icon-wlgs {
    width: 22px;
    height: 27px;
    background-position: -48px -48px;
}

footer ul li .icon-rzcx {
    width: 75px;
    height: 27px;
    background-position: 0 -320px;
}

footer ul li .icon-gs {
    width: 30px;
    height: 30px;
    margin-right: 0;
    background: url(https://os.alipayobjects.com/rmsportal/lybcjqloSPjMAFg.png) no-repeat;
    background-size: 30px;
}

footer p {
    text-align: center;
    color: #999;
}
