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

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

html {
    font-size: 62.5%;
    color: #222;
}
*{padding:0;margin:0;}
::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.2rem;
    line-height: 1.5;
    background-color: #f7f7f7;
}

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

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

/* 网站头部 */

header {
    width: 100%;
    background: #292c2d !important;
}
.clearfix{margin:2rem auto;}
.posit{position:fixed;top:0;left:0;z-index:999;}
.xiala{position:absolute;top:78px;right:0;z-index:999;width:780px;margin:0 auto;background:#009944;padding:0 10px;display:none;}
.xiaPic{margin:12px auto;background:#fff;border-radius:10px;width:720px;overflow:hidden;padding:20px 0;}
.xiaPic li{width:150px;height:150px;float:left;padding:0 14px 0 15px;border-right:1px solid #cbcbcb;}
.xiaPic li.noBor{border-right:0;}
.jieshao{margin:12px auto;width:720px;overflow:hidden;}
.jieshao a{width:180px;font-size:1.4rem;color:#fff;float:left;text-align:center;}
.xiaPic li img{width:100%;height:100%;}
.ad{margin-top:6.5rem;}
header .main .braBtn{display:none;}
.mainBox{
	margin:0 48px;
	overflow:hidden;
}
header .top {
    line-height: 3rem;
    padding: 0 1.5rem;
    color: #fff;
    background: #555;
    border-bottom: 1px #ecc000 solid;
}

header .top .tel {
    float: left;
}

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

header .top ul li {
    display: inline-block;
}

header .top ul li + li {
    border-left: 1px solid #999;
    margin-left: -3px;
}

header .top ul li a {
    display: inline-block;
    padding: 0 1.5rem;
    color: #fff;
}

@media only screen and (max-width: 50em) {
    header .top ul li a {
        padding: 0 1rem;
    }
}

@media only screen and (min-width: 30.0625em) and (max-width: 50em) {
	.xiala{display:none;}

}

@media only screen and (max-width: 30em) {
	.xiala{display:none;}
    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: 1rem 1.5rem;
}

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

header .main ul li {
    display: inline-block;
}

header .main ul li a {
    display: inline-block;
    padding: 0 2.5rem;
    line-height: 6.25rem;
    font-size: 1.6rem;
    font-weight: bold;
    color: #8990a4;
    text-decoration: none;
    border-bottom:0.25rem solid #292c2d;
}

header .main ul li a:hover,
header .main ul li a:active,
header .main ul li a.active {
    color: #fff;
    /*background-color: #f8f6f1;*/
   border-bottom:0.25rem solid #009944;
}

@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;
    }
    .ad{margin-top:13rem;}
    .braBtn{display:none;}
	.mainBox{margin:0 10px;}
    header .main ul {
        text-align: center;
    }

    header .main ul li {
        border: none;
    }
    
	/*header .main ul li:first-child{
        display:none;
    }*/
    header .main ul li a {
        padding: 0 1.3rem;
    }
}

@media only screen and (max-width: 30em) {
	.ad{margin-top:5.5rem;}
	header .main .brand {
        float: left;
        display: inline-block;
        padding: 0;
        margin: 0.5rem auto;
    }
    header .main .braBtn{
    	width:2.5rem;
    	height:2rem;
    	float:right;
    	background:url(../img/list.png) no-repeat;
    	background-size:2.5rem 2rem;
    	margin:1.75rem 0;
    	display:block;
    }
    header .main ul{
    	display:none;
    }
    header .main .braBtn ol{
    	position:absolute;
    	z-index:9999;
    	background:#292c2d;
    	width:100%;
    	top:5.5rem;
    	left:0;
    	display:none;
    }
    header .main ol li {
        line-height: 4rem;
        font-size: 1.4rem;
        border-bottom:1px solid #525252;
        padding:0 10px;
        background:url(../img/arr.png) no-repeat;
        background-position:calc(100% - 10px) center;
    }
    header .main ol li:last-child{
    	border-bottom:none;
    }
    header .main ol li a{
    	color:#fff;
    	display:block;
    }
    /*header .main ul li {
        line-height: 3rem;
    }

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

/* 网站主要内容 */

.container {
    width: 100%;
}

/* 交易信息 */

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

.trans-content {
    max-width: 90%;
    margin: 0 auto;
    font-size: 1.5rem;
}

.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;
    }
}

/* 平台特点 */

.feature {
    width: 94%;
    margin: 8.18rem auto 2rem;
    font-size: 0;
    overflow:hidden;
}
.feature .listLeft{
	width:20%;
	float:left;
	margin-left:10%;
}
.feature .contentRight{
	width:65%;
	float:right;
}
.feature .contentRight h2{
	font-size:1.6rem;
	margin:1rem 0;
}
.feature .contentRight p{
	font-size:1.4rem;
	line-height:2.3rem;
	width:96%;
}
.feature .contentRight ul{
	width:100%;
	overflow:hidden;
}
.feature .contentRight li{
	width:30%;
	margin:0 3% 3% 0;
	float:left;
}
.feature .contentRight li img{
	width:100%;
}
.feature .listLeft li a{
	display:block;
	border-left:0.42rem solid #f4f6f7;
	border-bottom:1px solid #fff;
	background:#f4f6f7;
	font-size:1.5rem;
	padding-left:1.67rem;
	line-height:4.16rem;
}
.feature .listLeft li a:hover{
	border-left:0.42rem solid #009944;
	background:#eceff0;
	color:#666;
}
.feature .listLeft li a.curr{
	border-left:0.42rem solid #009944;
	background:#eceff0;
	color:#666;
}
.feature .listLeft li.title{
	text-align:center;
	color:#9999a5;
	font-size:1.5rem;
	line-height:4.16rem;
	background:#f4f6f7;
	border-bottom:1px solid #fff;
}
.feature .item {
    display: inline-block;
    width: calc(33.33333% - 3rem);
    padding: 1rem 1rem 1rem 1rem;
    font-size: 1.4rem;
    background-color: #fff;
    box-shadow: 0 0 4px #ccc;
}

.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: 55%;
    margin: 0;
    padding: 0;
    color: #999;
}
@media only screen and (min-width: 50em) and (max-width: 70em) {
	.feature .listLeft{
		width:25%;
		float:left;
		margin-left:5%;
	}
}

@media only screen and (min-width: 30.0625em) and (max-width: 50em) {
	.feature{margin: 15rem auto 2rem;}
	.feature .listLeft{
		width:30%;
		float:left;
		margin-left:0;
	}
    .feature .item h3,
    .feature .item p {
        display: block;
        width: 100%;
        font-size: 2.6rem;
        text-align: center;
    }

    .feature .item p {
        font-size: 1.2rem;
    }
    .feature .contentRight li{
		width:47%;
		margin:0 3% 3% 0;
		float:left;
	}
}

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

    .feature {
        width: 96%;
        margin: 5.5rem auto 1rem;
    }
	.feature .listLeft{
		width:100%;
		float:none;
		margin-left:0;
	}
	.feature .contentRight{
		width:100%;
		float:none;
		margin-top:2%;
	}
	.feature .contentRight li{
		width:47%;
		margin:0 3% 3% 0;
		float:left;
	}
    .feature .item {
        display: block;
        width: auto;
    }

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

/* 最新公告 */

.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;
    }
}

/* 产品列表 */

.product{width:96%;margin:8.17rem auto 2rem;font-size:1.4rem;background-color:#f5f9fa;border-top:2px solid #009944;box-shadow:0 0 4px #ccc;padding:0 0 1rem;overflow:hidden;}
.product9{border-top:0;}
.product1{margin:3.17rem auto 2rem;}
.product h3{width:100%;margin:2rem 0;text-align:center;font-size:2.4rem;font-weight: normal;color:#635c51;}
.product .productCenter{width:96%;margin:0 auto;overflow:hidden;}
.product .productCenter .one{width:23.5%;height:23.5%;float: left;overflow:hidden;margin-right:2%;margin-bottom:2%;}
.product .productCenter .Onepic{width:100%;height:100%;}
.product .productCenter .Onepic img{width:100%;height:100%;display:block;}
.product .productCenter .OneTit{font-size:1.4rem;color:#5bb12f;-webkit-margin-before:0;-webkit-margin-after:0;height:2.8rem;line-height:2.8rem;}
.product .productCenter .OneTxt{font-size:1.2rem;color:#aaaaaa;display:block;height:3rem;}
.product .productCenter .Oneurl{color:#fff;font-size:1.2rem;background:#5bb12f;padding:0.5rem 1rem;display:inline-block;margin-top:1rem;}
.product .productCenter .one.noMargin,.designOne.noMargin{margin-right:0;}
.design{-webkit-margin-before:0;-webkit-margin-after:0;font-size:1.4rem;margin:0 auto;width:96%;line-height:2rem;text-indent:2.8rem;}
.designPic{margin:1rem auto 0;width:96%;overflow:hidden;}
.designOne{width:23.5%;height:23.5%;float: left;overflow:hidden;margin-right:2%;margin-bottom:2%;}
.summary{width:100%;height:100%;display:block;}
.summaryTxt{text-align:center;font-size:1.4rem;color:#5bb12f;height:2.8rem;line-height:2.8rem;}
.product .oh{margin:2rem 0 1rem;}
.product .map{width:60%;height:47rem;float:left;margin:1rem 0;}
.product .map img{width:100%;height:100%;}
.product p.year-rate {
    float:left;
    width:34%;
    font-size: 1.6rem;
    color: #333;
    padding:0 1% 0 5%;
    margin:2rem 0;
}
.product p.year-rate.heng{
	float:none;
	width:96%;
	padding:0 2%;
	margin:1rem 0;
}
.product .pic{
	width:80%;
	margin:0 10%;
	overflow:hidden;
}
.product .pic .img1{
	float:left;
	width:40%;
	margin-right:10%;
}
.product .pic .img2{
	float:left;
	width:40%;
}
.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 {
        width: 96%;
        margin-top:14.7rem;
    }
    .clearfix{margin:2rem auto;}
    .product h2 {
        float: none;
        width: 100%;
        margin-top: 2rem;
        font-size: 2.2rem;
    }
    .product .map,.product p.year-rate{width:100%;}
    .product .productCenter .one{width:49%;height:49%;float: left;overflow:hidden;margin-right:2%;}
    .product .productCenter .one.noMargin1{margin-right:0;}
    .designOne{width:49%;height:49%;float: left;overflow:hidden;margin-right:2%;margin-bottom:2%;}
    .designOne.noMargin1{margin-right:0;}
	.product .map{height:20rem;}
    .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 p.year-rate {
        font-size: 1.6rem;
    }

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

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

    .product {
        width: 96%;
        margin-top:5.9rem;
    }
    .clearfix{margin:2rem auto;}
    .product .productCenter .OneTxt{font-size:1.2rem;color:#aaaaaa;display:block;height:4rem;}
    .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 p.year-rate {
        font-size: 1.4rem;
    }

	.product .pic{
		width:60%;
		margin:0 20%;
	}
	.product .pic .img1{
		width:100%;
		margin-bottom:2%;
	}
	.product .pic .img2{
		width:100%;
	}


    .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: 1rem 0;
    background-color: #fff;
    border-top: 2px solid #eee;
}

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

.footer-content .brand {
    float: left;
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 20%;
    height: 50px;
    background: url('../img/logo.png') no-repeat left;
    background-size: 93px 50px;
}

.footer-content ul {
    float: left;
    width: 15%;
}

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

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


@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: 1rem 0;
    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;
}
