.layout__inner {
            padding-top: 17px;
            padding-bottom: 17px;
        }

        .productlist__text {
            margin-bottom: 10px;
            width: 1068px;
            margin-left: auto;
            margin-right: auto;
        }

        .productlist__itemhandles {
            margin-top: 12px;
            margin-bottom: 12px;
            height: 40px;
            float: left;
        }

        .productlist__itemhandle {
            width: 353px;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-size: 20px;
            float: left;
            background-color: #c9c9c9;
            margin-right: 3px;
            color: #fff;
            cursor: pointer;
        }

        .productlist__itemhandle:first-child {
            margin-left: 11px;
        }

        .productlist__itemhandle--current {
            display: block;
            background-color: #e7333f;
        }

        .productlist__itemhandle--0 {
            background-color: #fff;
            pointer-events: none;
        }

        .productlist__itemcontainers {
            float: left;
        }

        .productlist__itemcontainer {
            width: 100%;
        }
        
        .productlist__itemcontainer--current {
            display: block;
        }

        .productlist__item {
            background-position: center center;
            width: 272px;
            padding: 12px 0 12px 0;
            float: left;
        }

        .productlist__item h6 {
            box-shadow: 0px 0px 7px rgba(20, 20, 20, 0.15);
            background-size: 100% 100%;
            width: 250px;
            height: 306px;
            display: block;
            margin-top: 0;
            margin-bottom: 0;
            margin-left: auto;
            margin-right: auto;
            cursor: pointer;
        }
		
		.productlist__item1 {
            background-position: center center;
            width: 215px;
            padding: 12px 0 12px 0;
            float: left;
        }

        .productlist__item1 h6 {
            box-shadow: 0px 0px 7px rgba(20, 20, 20, 0.15);
            background-size: 100% 100%;
            width: 190px;
            height: 220px;
            display: block;
            margin-top: 0;
            margin-bottom: 0;
            margin-left: auto;
            margin-right: auto;
            cursor: pointer;
        }
		
        .productlist__item h6:hover, .productlist__item1 h6:hover,  .productlist__item--current h6 {
            box-shadow: 0px 0px 7px rgba(20, 20, 20, 0.3);
        }

        .productdetail {
            display: none;
            width: 522px;
            height: 305px;
            background-color: #fff;
            box-shadow: 0px 0px 7px rgba(20, 20, 20, 0.15);
            position: absolute;
            box-sizing: border-box;
            padding: 0 0 0 0;
        }
        .productdetail__text {
            font-size: 18px;
            line-height: 30px;
            height: 30px;
            border-bottom: 1px dashed #e7333f;
            color: #e7333f;
            margin: 26px 30px 0 30px;
        }
        .productdetail__content {
            font-size: 14px;
            color: #666;
            padding-top: 15px;
            padding-bottom: 18px;
            padding-left: 30px;
            padding-right: 30px;
            height: 249px;
            line-height: 1.8em;

            box-sizing: border-box;
            overflow-x: hidden;
            overflow-y: auto;
        }

        .productdetail__close {
            width: 33px;
            height: 33px;
            line-height: 33px;
            text-align: center;
            background-color: #e7333f;
            display: block;
            color: #fff;
            font-style: normal;
            text-decoration: none;
            cursor: pointer;
            font-family: 'iconfont';
            float: right;
        }

        .pagetitle {
            text-align: left;
            background-image: ;
            background-position: center center;
            background-repeat: repeat-x;
        }

        .pagetitle__inner {
            background-color: #fff;
            padding-right: 15px;
        }
		.pclass1{ background-color:#e7333f; color:#fff; text-align:center; font-size:18px; height:50px; line-height:50px; cursor:pointer;}
		.pclass2{ background-color: #eee; padding-top:10px; display:none;}
		.pclass2 a{ display:block; height:30px; line-height:30px; font-size:14px;}
		.pclass2 a:hover{ background-color:#fff;}
		.pclass2 .on{ background-color:#fff;}
		.pclass3{ color:#e7333f; padding-left:20px; font-weight:bold;}
		.pclass3a{ color:#333; padding-left:35px;}
		.pclass3 i {
    display: inline-block;
    vertical-align:middle;
    border-width: 6px 4px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #aaa;
}
	#fanye{ height:100px; clear:both;}
	#fanyek{ margin:auto; text-align:center; padding-top:20px;}
	#fanyek a,#fanyek span,#fanyek input{ padding:10px; border:#ddd solid 1px; margin-right:5px; margin-left:5px;  background-color:#fff; color:#999;}
	#fanyek font{ padding:10px;}
	
	#fanyek a:hover{ background-color:#e7333f; color:#fff;}
	#fanyek .goon{ background-color:#e7333f; color:#fff;}