﻿/**************************
*** Time: 2018-03-27
*** author: Qiuyue
*** 
****************************/


@charset "utf-8";

body,.Main{
	overflow: auto;
    overflow-x: hidden;
}
.Main{
	/*height: auto;*/
	/*min-height: 100%;*/
}
a:not[ul.verticalBtn > li > a]{color:#ff8a00;}
a:hover:not[ul.verticalBtn > li > a]{color:#D40000;}



/*-----------------------------------
↓↓共用↓↓
-----------------------------------*/
/*.Header .share {*/
/*	bottom: 30px;*/
/*}*/
/*.Header .topTel {*/
/*	bottom: 90px;*/
/*}*/
/*.Header .topWeix {*/
/*    bottom: 150px;*/
/*}*/
body .leftArea{
	overflow: auto;
	position: fixed;
	top: 0;
	left: 4.7vw;
	z-index: 9;
	padding-top: 11vh;
	padding-bottom: 11vh;
	width: 16.6666vw;
	height: 100%;
}
.leftArea .leftWrapper {
	padding: 0 15.625%;
}
.leftArea .columnTitle{
	position: relative;
	padding-top: 13px;
	color: #333;
	font-weight:normal;
	font-size: 24px;
}
.leftArea .columnTitle:before {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
    width: 42px;
    height: 1px;
    background: #333;
}
.leftArea #columnbtn {
	display: none;
	text-indent: -9999px;
	width: 34px;
	height: 34px;
	background: url(../images/icon/l_arrowsa.png) no-repeat center/contain;
}
.leftArea .phoneshow {
	display: none;
	padding: 5px 0;
    font-size: 14px;
	color: #333;
	font-weight:normal;
}
.leftArea .phoneshow span{
	display: table-cell;
}
.covcolumnbtn {
	display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.4);
    z-index: 2;
}



ul.verticalBtn {
	width: 100%;
	margin-top: 18px;
	border: 1px solid #E7E7E7;
}
ul.verticalBtn>li{
	width: 100%;
	border-bottom:1px solid #E7E7E7;
}
ul.verticalBtn>li:last-child {
	border-bottom: none;
}
ul.verticalBtn>li>a{
	display: block;
	width: 100%;
	text-decoration: none;
	padding: 16px;
	font-size: 14px;
	line-height: 28px;
	cursor: pointer;
    color: #333;
    background-image: url(../images/icon/leftArea_go.png);
    background-repeat: no-repeat;
    background-position: right 20px center;
    -webkit-background-size: 28px;
    background-size: 28px;

}

ul.verticalBtn>li>a:hover,
ul.verticalBtn>li.current-cat>a{
    color: #b39f7a;
    background-image: url(../images/icon/leftArea_go_h.png);
}



body .rightArea {
    position: relative;
    margin-left: 16.6666vw;
	background: #F7F7F7;
	overflow: hidden;
}


/*----------------------------
关于我们
------------------------------*/
.aboutArea {}
.aboutArea .aboutLeft {
    width: 36.49%;
    padding: 5vh 0 5vh 4.17vw;
    /*padding: 5vh 4.17vw;*/
    height: 100%;
    line-height: 1.8;
}
.aboutArea .aboutLeft .mCSB_inside > .mCSB_container {
	margin-right: 4.17vw;
	/*margin-right: 0;*/
}

.aboutArea .aboutLogo {
	padding-bottom: 25px;
	border-bottom: 4px solid #E7E7E7;
}
.aboutArea .aboutLogo img {
	display: block;
}
.aboutArea .aboutColumn {
	margin-top: 17px;
    padding-bottom: 17px;
	font-size: 20px;
	color: #B39F7A;
	font-weight: 500;
}
.aboutArea .aboutColumn1 {
    border-bottom: 1px solid #E7E7E7;
}
.aboutArea .aboutSmallTitle {
	margin-top: 30px;
	font-size: 18px;
	color: #333;
	text-indent: 36px;
	font-weight: 500;
}
.aboutArea .des {
	margin-top: 25px;
	padding-bottom: 90px;
	color: #666;
	text-indent: 36px;
	border-bottom: 1px solid #E7E7E7;
}
.aboutArea .info {
	color: #666;
}
.aboutArea .info p {
	margin-bottom: 10px;
}
.aboutArea .info p:last-child {
	margin-bottom: 0;
}
.aboutArea .info .words {
	font-size: 16px;
	font-weight: 500;
	color: #333;
}



.aboutArea .aboutRight {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 63.57%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
}
.aboutArea .aboutRight .aboutBanner {
	display: none;
}

.aboutArea .contactinfo {
    padding-top: 7vh;
}
.aboutArea .contactinfo li {
    padding-top: 3vh;
    padding-bottom: 3vh;
	color: #666;
    border-bottom: 4px solid #E7E7E7;
}
.aboutArea .contactinfo li .infoTitle {
	font-size: 18px;
	font-weight: 300;
}
.aboutArea .contactinfo li a {
	color: #666;
}

.aboutArea .contactinfo li:nth-child(4),
.aboutArea .contactinfo li:nth-child(5) {
	width: 50%;
	float: left;
    border-bottom-color: transparent;
}




/*----------------------------
业界动态
------------------------------*/
.newsArea .newsAreaBox {
    padding: 6vh 4vw;
    line-height: 1.6;
}

.newsArea .newsItem {
	font-size: 0;
}
.newsArea .newsItem li {
	display: inline-block;
    width: 49.11%;
    padding: 3vh 2vw 2vh;
    margin-right: 1.474%;
    vertical-align: top;
    background: #fff;
    border-bottom: 1px dashed rgba(179,159,122,.5);
}
.newsArea .newsItem li:nth-child(2n) {
	margin-right: 0;
}
.newsArea .newsItem li .aBlock {
	display: block;
	overflow: hidden;
}
.newsArea .newsItem li .newsRight {
	float: left;
    margin-left: 2%;
}
.newsArea .newsItem .pubdate,
.newsArea .newsViews li .newsLeft {
	font-size: 20px;
	font-weight: 500;
	color: #B39F7A;
}
.newsArea .newsItem .title {
	font-size: 16px;
	color: #333;
    -o-transition: all .20s linear;
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    transition: all .20s linear;
}
.newsArea .newsItem li a:hover .title {
    color: #B39F7A;
}
.newsArea .newsItem .des {
	color: #888;
	font-size: 14px;
}

.newsArea .newsItem li .newsLeft {
	float: left;
	text-align: center;
}


.newsArea .newsrecommend li {
	margin-bottom: 25px;
}
.newsArea .newsrecommend li .newsLeft {
    width: 30.5%;
    overflow: hidden;
}
.newsArea .newsrecommend li .newsLeft img {
	display: block;
    -o-transition: all .20s linear;
    -webkit-transition: all .20s linear;
    -moz-transition: all .20s linear;
    transition: all .20s linear;
}

.newsArea .newsrecommend li a:hover img {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
}

.newsArea .newsrecommend li .newsRight {
	width: 65%;
}
.newsArea .newsrecommend .title {
	margin-top: 15px;
	margin-bottom: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newsArea .newsrecommend .des {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}


.newsArea .newsViews li {
	margin-bottom: 8px;
	border-top: 1px dashed rgba(179,159,122,.5);
}
.newsArea .newsViews li .newsLeft {
	width: 25%;
    padding-top: 8px;
}
.newsArea .newsViews li .newsRight {
	width: 73%;
}

.newsArea .newsViews .title {
	margin-bottom: 8px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.newsArea .newsViews  .des {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.newsArea .mCSB_inside > .mCSB_container {
	margin-right: 0;
}

.newsArea #mCSB_1_scrollbar_vertical{
	display: none !important;
}




/* 分页 */

.pageNum{
	margin-top: 35px;
	text-align: center;
}
.pageNum li {
	display: inline-block;
  	margin: 5px 2px 0;
}

.pageNum a {
	display: inline-block;
  	/*display: block;*/
    padding: 4px 11px;
  	color: #666;
    border: 1px solid #BFBFBF;
  	-o-transition: all .15s linear;
  	-webkit-transition: all .15s linear;
  	-moz-transition: all .15s linear;
  	transition: all .15s linear;
}
.pageNum a:hover{
	color: #FFF;
	background-color: #B39F7A;
    border-color: #B39F7A;
}
.pageNum a.a1:first-child {
	display: none;
}
.pageNum span {
	display: inline-block;
    padding: 4px 11px;
	color: #FFF;
	background-color: #B39F7A;
    border: 1px solid #B39F7A;
  	-o-transition: all .15s linear;
  	-webkit-transition: all .15s linear;
  	-moz-transition: all .15s linear;
  	transition: all .15s linear;
}
.pageNum span:hover{
	color: #FFF;
	background-color: #B39F7A;
    border-color: #B39F7A;
}






/*----------------------------
详情页
------------------------------*/

.detailsBox {
    padding: 7vh 11vw;
    overflow: hidden;
}

.detailsLeft {
	float: left;
	/*width: 34vw;*/
	width: 60.29%;
}
.detailsOverview {
	/*width: 32vw;*/
	padding-right: 7%;
}
.detailsTitle {
	padding: 20px 8px;
	font-size: 20px;
	font-weight: 500;
	border-top: 4px solid #E7E7E7;
}

.detailsInfo {
	padding: 6px 8px 0;
	color: #999;
	font-size: 12px;
	border-top: 1px solid #E7E7E7;
}
.detailsInfo .detailsvisit {
	margin-left: 20px;
}

.desteilsContent {
	width: 100%;
	height: 62vh;
	margin-top: 45px;
	line-height: 2;
	text-indent: 2em;
	color: #666;
	overflow: hidden;
}

.detailsRight {
	float: right;
	width: 20vw;
	width: 35.29%;
	overflow: hidden;
}

.detailsControl {
	margin-top: 44px;
	overflow: hidden;
}
.detailsControl li {
	margin-top: 8px;
}
.detailsControl li a {
	color: #999;
}
.detailsControl li a:hover {
	color: #b39f7a;
}

.detailsReturn {
	margin-top: 8vh;
}
.detailsReturn a {
	display: inline-block;
	padding-left: 23px;
	color: #999;
	background-image: url(../images/icon/details_return.png);
	-webkit-background-size: 14px;
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: left center;
}
.detailsReturn a:hover {
    color: #b39f7a;
	background-position: left 5px center;
}

.desteilsContent .mCSB_scrollTools {
    /*opacity: 1!important;*/
    /*filter: "alpha(opacity=100)"!important;*/
    /*-ms-filter: "alpha(opacity=100)"!important;*/
}




.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,

	.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
	.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
	background: #D3D3D3;
	opacity: 1;
}

.mCSB_scrollTools .mCSB_draggerRail {
	background: #E3E3E3;
}



/*----------------------------
作品赏析
------------------------------*/

body .listArea {
	background: #F2F2F2;
}


.listArea .listAreaBox {
	padding: 20px;
}
.listArea .listItem {
	font-size: 0;
}
.listArea .listItem li {
	display: inline-block;
	position: relative;
	width: 32.35%;
	margin-right: 1.36%;
	margin-bottom: 1.36%;
	overflow: hidden;
}
.listArea .listItem li:nth-child(3n) {
	margin-right: 0;
}
.listArea .listItem li .aBlock {
	display: block;
}
.listArea .listItem li .info {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    text-align: center;
	background: rgba(255,255,255,.82);
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    -ms-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}
.listArea .listItem li .example-image {
	overflow: hidden;
}
.listArea .listItem li .example-image img {
	display: block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.listArea .listItem li .listTitle {
	position: relative;
	top: 40px;
	padding: 0 20px;
	font-size: 20px;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.listArea .listItem li .line {
	width: 18%;
	height: 1px;
	margin: 0 auto;
	margin-top: 8px;
	background: #b39f7a;
}

.listArea .listItem li .lookImg {
	display: none;
}

.listArea .listItem li:hover .info {
    opacity: 1;
    filter: alpha(opacity=100);
}
.listArea .listItem li:hover .example-image img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.listArea .listItem li:hover .listTitle {
    opacity: 1;
    filter: alpha(opacity=100);
    top: 0;
}

.listArea .listItem li.lookMore {
	display: inline-block;
	margin-right: 0;
}
.listArea .listItem li.lookMore .example-image {
    opacity: 0;
    filter: alpha(opacity=0);
}
.listArea .listItem li.lookMore .info {
	display: block;
    opacity: 1;
    filter: alpha(opacity=100);
    background: transparent;
}
.listArea .listItem li.lookMore .lookMoreWords {
	display: inline-block;
	width: 45.7%;
	padding: 4% 0;
	font-size: 16px;
	color: #b39f7a;
	text-align: center;
	border: 1px solid #D9D9D9;
	cursor: pointer;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.listArea .listItem li.lookMore .lookMoreLine {
	width: 24px;
	height: 1px;
	margin: 0 auto;
	margin-top: 3px;
	background: #b39f7a;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.listArea .listItem li.lookMore .lookMoreWords:hover {
	color: #fff;
	background: #b39f7a;
	border-color: #b39f7a;
}
.listArea .listItem li.lookMore .lookMoreWords:hover .lookMoreLine {
	background: #fff;
}


.lb-dataContainer {
    position: absolute;
    top: 0;
    left: 50%;
    padding-top: 0;
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
}
.lb-outerContainer {
	margin-top: 35px;
}
.lb-data .lb-details {
	display: none;
}



/*----------------------------
工艺技术
------------------------------*/
.technologyhDetails .technologyhDetailsLeft {
    position: fixed;
    top: 0;
    left: 21.3666vw;
	width: 39%;
	height: 100vh;
	/*width: 50%;*/
	/*float: left;*/
	padding: 11vh 10% 4vh 5%;
	background: #fff;
}
.technologyhDetails .technologyhTitle {
	margin-bottom: 20px;
	color: #b39f7a;
	font-size: 20px;
}
.technologyhDetails .technologyhContent {
    line-height: 2;
	color: #666;
	overflow: hidden;
}
.technologyhDetails .technologyhContent p {
    /*text-indent: 2em;*/
}
.technologyhDetails .technologyhDetailsRight {
	width: 50%;
    padding: 5% 10%;
	float: right;
}
.technologyhDetails .technologyhDetailsRight .listItem li {
	margin-bottom: 7vh;
}
.technologyhDetails .technologyhDetailsRight .listItem li:last-child {
	margin-bottom: 0;
}
.technologyhDetails .technologyhDetailsRight .listItem .aBlock {
	display: block;
	position: relative;
    padding: 6% 13%;
	background: #fff;
	-webkit-box-shadow: 0 0 7px rgba(0,0,0,.15);
	box-shadow: 0 0 7px rgba(0,0,0,.15);
}
.technologyhDetails .technologyhDetailsRight .listItem .listTitle {
	margin-bottom: 14px;
	font-size: 18px;
	color: #333;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.technologyhDetails .technologyhDetailsRight .listItem .line {
    position: absolute;
    left: -10%;
    top: 10%;
    z-index: 4;
    width: 20%;
    height: 1px;
    background: #b39f7a;
}
.technologyhDetails .technologyhDetailsRight .listItem .example-image {
	overflow: hidden;
}
.technologyhDetails .technologyhDetailsRight .listItem .example-image img {
	display: block;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
.technologyhDetails .technologyhDetailsRight .listItem .lookImg {
    display: inline-block;
    float: right;
    margin-top: 20px;
    padding: 2% 9%;
	color: #b39f7a;
    white-space: nowrap;
	opacity: .6;
	filter: alpha(opacity=60);
    border: 1px solid #b39f7a;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

.technologyhDetails .technologyhDetailsRight .listItem li:hover .listTitle {
	color: #b39f7a;
}
.technologyhDetails .technologyhDetailsRight .listItem li:hover img {
    -webkit-transform: scale(1.1,1.1);
    -moz-transform: scale(1.1,1.1);
    -ms-transform: scale(1.1,1.1);
    -o-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}
.technologyhDetails .technologyhDetailsRight .listItem li:hover .lookImg {
	color: #fff;
    background: #b39f7a;
}

.technologyhDetails .technologyhDetailsRight .mCustomScrollBox,
.technologyhDetails .technologyhDetailsRight .mCSB_container {
	overflow: visible;
}




/*----------------------------
搜索相关
------------------------------*/
.listArea .listItem .tips {
	font-size: 16px;
}
#searchForm {
    padding: 20px;
}
#searchForm .sr-logo {
	text-align: center;
}
#searchForm .sr-logo a {
	display: inline-block;
}
#searchForm .sr-logo img {
	display: block;
}
#searchForm .sr-frm {
	margin-top: 20px;
	text-align: center;
}
#searchForm .sr-frm-box {
	overflow: hidden;
}
#searchForm .sr-frmipt {
	font-size: 0;
}
#searchForm .ipt {
	display: inline-block;
	width: 210px;
    height: 42px;
    color: #333;
	font-size: 14px;
    border: 1px solid #b39f7a;
    background: transparent;
}
#searchForm .ss-btn {
	display: inline-block;
	width: 50px;
    height: 42px;
    color: #fff;
	font-size: 14px;
    border: 1px solid #b39f7a;
    background: #b39f7a;
}




@media screen  and (min-width: 767px) {
	.aboutArea .aboutLeft {
		padding-right: 4.17vw;
		overflow: auto;
	}
}



@media screen and (max-width: 1920px) {
}
@media screen and (max-width: 1680px) {
	div.searchArea dd input.short {
	    width: 35%;
        font-size: 90%;
	}
}
@media screen and (max-width: 1600px) {
    div.searchArea dd input.short {
        font-size: 80%; 
	}
}
@media screen and (max-width: 1480px) {
	.leftArea .leftWrapper {
		padding: 0 12%;
	}
    
}
@media screen and (max-width: 1280px) {

	/* 业界动态 */
	.newsArea .newsItem li {
		width: 100%;
		margin-right: 0;
	}
	.newsArea .newsrecommend li .newsLeft {
		width: 21.5%;
	}
	.newsArea .newsrecommend li .newsRight {
		width: 76%;
	}

	.newsArea .newsViews li .newsLeft {
		width: 17%;
	}
	.newsArea .newsViews li .newsRight {
		width: 81%;
	}
}
@media screen and (max-width: 1220px) {
	.leftArea .leftWrapper {
		padding: 0 8%;
	}
	body .leftArea {
		width: 19.6666vw;
	}
	body .rightArea {
		margin-left: 19.6666vw;
	}
	.aboutArea .contactinfo li:nth-child(4) {
		width: 100%;
		border-bottom-color: #E7E7E7;
	}
	.aboutArea .contactinfo li:nth-child(5) {
		width: 100%;
	}
}

@media screen and (max-width: 1024px) {
	
	/* 作品赏析 */
	.listArea .listItem li {
		width: 49%;
	}
	.listArea .listItem li:nth-child(3n) {
		margin-right: 1.36%;
	}
	.listArea .listItem li:nth-child(2n) {
		margin-right: 0;
	}

	.listArea .listItem li.lookMore {
		display: block;
		width: 30%;
		height: 54px;
		margin: 0 auto;
	}
	.listArea .listItem li.lookMore .example-image {
		display: none;
	}
	.listArea .listItem li.lookMore .lookMoreWords {
		width: 100%;
	}
	.listArea .listItem li.lookMore .lookMoreWords {
		padding: 10px 0;
	}

}
@media screen  and (max-width: 768px) {
	.Main {
		position: relative;
	    height: auto;
    	min-height: 100%; 
	}
	.Main.MainColumnShow {
		z-index: 103;
	}
	body .leftArea{
		width: 100% !important;
		height:auto;
		position: relative !important;
		left:0;
		right: 0;
		padding: 25px;
	}
	.leftArea .leftWrapper {
	    padding: 0;
	}
	.leftArea .columnTitle {
		padding-top: 5px;
		/*font-size: 18px;*/
	}
	.leftArea #columnbtn {
		display: inline-block;
	    position: absolute;
	    right: 25px;
	    bottom: 40px;
	    -o-transition: all .15s linear;
	    -webkit-transition: all .15s linear;
	    -moz-transition: all .15s linear;
	    transition: all .15s linear;
	}
	.leftArea #columnbtn.toClose {
	    bottom: 13px;
	    background: url(../images/icon/l_arrowsat.png) no-repeat center/contain;
	}
	.leftArea .phoneshow {
		display: block;
	}
	ul.verticalBtn{
		display: none;
	    /*position: fixed;*/
	    /*bottom: 0;*/
	    /*left: 0;*/
	    /*z-index: 3;*/
	    /*max-height: 400px;*/
    	/*overflow: auto;*/
    	margin-top: 0;
    	padding-bottom: 30px;
	    background: #fff;
	    border: none;
	}
	ul.verticalBtn>li:last-child {
		border-bottom: 1px solid #E7E7E7;
	}
	ul.verticalBtn>li>a{
		padding: 10px;
	}
	body .rightArea {
		margin: 0;
		padding-bottom: 30px;
	}

	/* 关于我们 */
	.aboutArea .aboutRight {
	    position: relative!important;
	    left: auto;
	    top: auto;
	    height: auto;
	    width: 100%;
	    padding-top: 20px;
	    background-image: none!important;
	}

	.aboutArea .aboutLeft {
		width: 100%;
		height: auto;
	    padding: 20px;
	}
	.aboutArea .aboutLeft .mCSB_inside > .mCSB_container {
		margin-right: 0;
	}
	.aboutArea .des {
		padding-bottom: 25px;
	}
	.aboutArea .aboutColumn {
		/*font-size: 16px;*/
	}
	.aboutArea .info .words {
		font-size: 14px;
	}
	.aboutArea .aboutLogo {
		display: none;
	}
	.aboutArea .aboutColumn1 {
		margin-top: 0;
	}
	.aboutArea .aboutSmallTitle {
		margin-top: 20px;
		font-size: 16px;
	}
	.aboutArea .aboutRight .aboutBanner {
		display: block;
	}
	.aboutArea .contactinfo {
		padding-top: 0;
	}
	.aboutArea .contactinfo li {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	/* 业界动态 */
	.newsArea .newsAreaBox {
		padding: 20px;
	}
	.newsArea .newsrecommend li {
	    margin-bottom: 8px;
	}
	.pageNum {
	    margin-top: 12px;
	}
	.mCSB_container, .mCustomScrollBox {
		overflow: initial !important;
		position: initial !important;
	}

	/* 详情页 */
	.detailsBox {
		padding: 20px;
	}
	.detailsLeft {
		width: 100%;
		float: none;
	}
	.detailsOverview {
		padding: 0;
	}
	.desteilsContent {
		height: auto;
		margin-top: 25px;
	}
	.detailsRight {
		width: 100%;
		float: none;
	}
	.detailsControl {
		margin-top: 25px;
		padding-top: 20px;
		border-top: 1px solid #E7E7E7;
	}
	.detailsReturn {
	    margin-top: 25px;
	    text-align: center;
	}

	
	/* 作品赏析 */
	.lb-nav a.lb-prev, .lb-nav a.lb-next {
	    display: block!important; 
	    opacity: 1!important;
	    filter: alpha(opacity=100)!important;
	    background-size: 40px;
	}
	.lb-data .lb-close {
		-webkit-background-size: 23px;
		background-size: 23px;
	}

	.listArea .listItem li,
	.listArea .listItem li:nth-child(3n) {
		width: 48%;
		margin-right: 2.747%;
		margin-bottom: 2.747%;
	}
	.listArea .listItem li:nth-child(2n) {
	    margin-right: 0;
	}
	.listArea .listItem li .info .listTitle {
		font-size: 16px;
	}
	/* .listArea .listItem li .info {
	    opacity: 1;
	    filter: alpha(opacity=100);
	}
	.listArea .listItem li .listTitle {
	    opacity: 1;
	    filter: alpha(opacity=100);
	    top: 0;
	} */

	/* 工艺技术 详情页 */
	.technologyhDetails .technologyhDetailsLeft {
	    position: relative;
	    left: auto;
	    top: auto;
		width: 100%;
		height: auto!important;
		float: none;
		padding: 20px;
	    border-top: 1px solid #f7f7f7;
	}
	.technologyhDetails .technologyhDetailsRight {
		width: 100%;
		padding: 20px;
	}
	.technologyhDetails .technologyhDetailsRight .listItem li {
	    display: inline-block;
	    width: 48%;
	    margin-right: 2%;
	    margin-bottom: 20px;
	}
	.technologyhDetails .technologyhDetailsRight .listItem li:nth-child(2n) {
		margin-right: 0;
	}
	.technologyhDetails .technologyhDetailsRight .listItem .listTitle {
		font-size: 14px;
	}
	.technologyhDetails .technologyhDetailsRight .listItem .line {
	    left: 0;
	    width: 10%;
	}

}
@media screen and (max-width: 640px){
	/* 业界动态 */
	.newsArea .newsItem li {
		padding: 10px;
	}
	
	.newsArea .newsrecommend li .newsLeft {
		float: none;
		width: 100%;
	}
	.newsArea .newsrecommend li .newsLeft img {
		width: 100%;
	}
	.newsArea .newsrecommend .title {
		margin-top: 8px;
	}

	.newsArea .newsViews li .newsLeft {
	    width: 100%;
	    float: none;
	    padding-top: 0;
	    text-align: left;
	}
	.newsArea .newsrecommend li .newsRight,
	.newsArea .newsViews li .newsRight {
		width: 100%;
		float: none;
		margin-left: 0;
		margin-top: 8px;
	}
}

@media screen and (max-height: 800px) {
	.desteilsContent {}
}

@media screen and (max-width: 480px) {
	/* 作品赏析 */
	.listArea .listItem li,
	.listArea .listItem li:nth-child(3n) {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		overflow: visible;
	}
	.listArea .listItem li.lookMore {
		width: 50%;
	    margin-right: auto;
	    margin-left: auto;
	}


	.listArea .listItem li .aBlock {
	    padding: 6% 13%;
		background: #fff;
		overflow: hidden;
	    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.15);
    	box-shadow: 0 0 7px rgba(0,0,0,.15);
	}
	.listArea .listItem li .info {
	    position: relative;
	    left: auto;
	    top: auto;
	    height: auto;
	    text-align: left;
		opacity: 1;
	    filter: alpha(opacity=100);
	    background: transparent;
	}
	.listArea .listItem li .info .listTitle {
		top: auto;
		margin-bottom: 10px;
	    padding: 0;
	    color: #333;
	    font-size: 14px;
	    opacity: 1;
	    filter: alpha(opacity=100);
	}
	.listArea .listItem li .line {
	    position: absolute;
	    left: -18%;
	    top: 9%;
	    width: 15%;
	}

	.listArea .listItem li .lookImg {
	    display: inline-block;
	    float: right;
	    margin-top: 20px;
	    padding: 2% 9%;
	    color: #b39f7a;
	    font-size: 14px;
	    opacity: .6;
	    filter: alpha(opacity=60);
	    border: 1px solid #b39f7a;
	    -webkit-border-radius: 6px;
	    -moz-border-radius: 6px;
	    -ms-border-radius: 6px;
	    -o-border-radius: 6px;
	    border-radius: 6px;
	    -webkit-transition: all .3s ease-in;
	    transition: all .3s ease-in;
	}
	.listArea .listItem li:hover .lookImg {
	    color: #fff;
	    background: #b39f7a;
	}
	/* 工艺技术 */
	.technologyhDetails .technologyhContent {
		line-height: normal;
	}
	/* 工艺技术 详情页 */
	.technologyhDetails .technologyhDetailsRight .listItem li {
	    display: block;
	    width: 100%;
	    margin-right: 0;
	}
	.technologyhDetails .technologyhDetailsRight .listItem .line {
		top: 9%;
	}
}

@media screen and (max-width: 375px) {
}



