/*reset css  start
 ------------------------*/

@charset "utf-8";



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a,
.link {
	color: inherit;
	text-decoration: none;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	cursor: pointer;
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

mark {
	color: #000;
	background: #ff0
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	max-width: 100%;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	font: inherit;
	margin: 0;
	color: inherit
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer;
	-webkit-appearance: none;
    border-radius: 0;
}

button[disabled],
html input[disabled] {
	cursor: default
}

input {
	line-height: normal;
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	margin: 0 2px;
	padding: .35em .625em .75em;
	border: 1px solid silver
}

legend {
	padding: 0;
	border: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-spacing: 0;
	border-collapse: collapse
}

td,
th {
	padding: 0;
	border-style: solid;
	border-color: transparent;
}



body {
	
	line-height: 1.6;
	font-family:'Microsoft YaHei',"simSun", "Helvetica", "PingFangSC-Regula", "Arial", sans-serif, "Helvetica Neue";
	color: #000;
	font-weight: 300;
	background-color: #fff;
	-webkit-overflow-scrolling: touch
}

a {
	cursor: pointer;
	text-decoration: none;
}

.gray-f6 {
	color: #666 !important;
}

.gray-f9 {
	color: #999 !important;
}

.white-f {
	color: #fff !important;
}

.f-n {
	font-weight: normal !important;
}


/*reset css  end
	------------------------*/


/*
	layout
	------------------------*/

a {
	cursor: pointer;
}

.t_c {
	text-align: center!important;
}

.t_r {
	text-align: right!important;
}

.t_l {
	text-align: left!important;
}

.t_j {
	text-align: justify;
}
.f-r{
	float: right;
}
.f-l{
	float: left;
}
.hide {
	display: none;
}

.elf {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cf:before,
.cf:after {
	display: table;
	content: " ";
}

.cf:after {
	clear: both;
}


.row:before,
.row:after {
	display: table;
	content: " ";
}

.row:after {
	clear: both;
}

.row .tl {
	display: inline-block;
	float: left;
}

.row .tr {
	display: inline-block;
	float: right;
}

.vm {
	vertical-align: middle !important;
}

.re {
	position: relative;
}

.ellipsis-f {
	/*one*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.ellipsis-ftwo {
	/*two*/
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}


/* display*/

.flex {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.flex-inline {
	display: inline-flex;
}



.flex-center {
	align-items: center;
	justify-content: center;
}

.flex-ai {
	align-items: center;
}

.flex-jc {
	justify-content: center;
}

.flex-1 {
	flex: 1;
}

.flex-2 {
	flex: 2
}

.flex-3 {
	flex: 3
}

.flex-4 {
	flex: 4
}

.flex-5 {
	flex: 5
}

.flex-6 {
	flex: 6
}

.mb-40 {
	margin-bottom: 40px;
}

.font-18 {
	font-size: 18px;
}
/* white-space */

.nowrap {
	white-space: nowrap;
}


/* word-wrap */

.bk {
	word-wrap: break-word;
}


/* vertical-align */

.vm {
	vertical-align: middle;
}

.vtb {
	vertical-align: text-bottom;
}

.vb {
	vertical-align: bottom;
}

.vt {
	vertical-align: top;
}

.es {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.white-bg {
	background: #fff;
}


/*btn*/

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	padding: 0 50px;
	height: 50px;
	line-height: 50px;
	white-space: nowrap;
	font-size: 14px;
	position: relative;
	-webkit-appearance: none;
    border-radius: 0;
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-duration: .24s;
    transition-property: background-color,border-color,color,padding
}

.btn .iconfont{
	font-size: 19px;
	vertical-align: middle;
	position: absolute;
	right: 30px;
	top:0;
	opacity: 0;
  will-change: transform;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-duration: .24s;
  transition-property: margin,transform;
}
.btn.btn-more .iconfont{
	color: #fff ;
}
.btn:hover .iconfont{
	opacity: 1;
  margin-left: 0;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
  transition-duration: .24s;
  transition-property: margin,opacity,transform
}
.btn.btn-more,.btn.btn-more2{
	border: 1px solid #10193A;
	color: #10193A;
}
.btn.btn-more:hover{
	background: #10193A;
	color: #fff;
	padding-right: 4.75rem
}
.btn.btn-more2:hover{
	background: #10193A;
	color: #fff;
}
.btn.btn-more-white .iconfont{
	color: #10193A ;
}
.btn.btn-more-white{
	border: 1px solid #fff;
	color: #fff;
}
.btn.btn-more-white:hover{
	background: #fff;
	color: #10193A;
	padding-right: 4.75rem
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
	outline: none;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	background-color: #BFBFBF !important;
	border-color: #BFBFBF !important;
	color: #fff;
	cursor: not-allowed;
	pointer-events: none;
	/*opacity: 0.50;
	 filter: alpha(opacity=50);*/
	-webkit-box-shadow: none;
	box-shadow: none;
}
.check-btn{
	width: 180px;
	text-align: center;
	color: #fff;
	height: 50px;
	line-height: 50px;
	background-color: #00B0FF;
	border: 1px solid #00B0FF;
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	vertical-align: middle;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.check-btn:hover{
	background: #fff;
	color: #00B0FF;
}
.btn-gra {
	color: #fff;
	text-align: center;
	background: linear-gradient(225deg, rgba(255, 128, 51, 1) 0%, rgba(255, 98, 2, 1) 100%);
	box-shadow: 0px 5px 11px 0px rgba(255, 105, 0, 0.4);
	border-radius: 4px;
}

.form-control {
	display: block;
	width: 100%;
	font-size: 12px;
	padding: 15px 40px 15px 0;
	color: #333;
	background-color: #fff;
	background-image: none;
	border: none;
	-webkit-appearance:none;
	border-radius:0;
	border-bottom: 1px solid #CFCFCF;
	-webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control.form-control-bor{
	border: 1px solid #CFCFCF;
	padding-left:10px ;
	padding-right: 10px;
}
input.form-control::-webkit-input-placeholder {
	color: #979797;
}

input.form-control:-moz-placeholder {
	color: #979797;
}

input.form-control::-moz-placeholder {
	color: #979797;
}

input.form-control:-ms-input-placeholder {
	color: #979797;
}

.form-control:hover {
	border-color: #bbb;
}

.form-control:focus {
	border-color: #000;
	outline: 0;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}

.txtarea {
	width: 100%;
	height: 212px;
	-webkit-appearance: none;
    border-radius: 0;
	border: 1px solid #CFCFCF;
	padding: 19px 22px;
	resize: none;
	font-size: 12px;
	color: #333;
}

textarea.txtarea::-webkit-input-placeholder {
	color: #979797;
}

textarea.txtarea:-moz-placeholder {
	color: #979797;
}

textarea.txtarea::-moz-placeholder {
	color: #979797;
}

textarea.txtarea:-ms-input-placeholder {
	color: #979797;
}

.txtarea:focus {
	border-color: #000;
}
.red-f{
	color: #b94d4b;
}
#pageWrapper {
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}


.container-s{
	width: 1205px;
	margin: 0 auto;
}
.row-lr .col-l {
	float: left;
}

.row-lr .col-r {
	float: right;
}

.row-lr:before,
.row-lr:after {
	display: table;
	line-height: 0;
	content: "";
}

.row-lr:after {
	clear: both;
	visibility: hidden;
}
.row-lr .col-l.wid50,
.row-lr .col-r.wid50{
	width: 48%;
}
.row-lr .col-l.wid40,
.row-lr .col-r.wid40{
	width: 40%;
}

/*header*/

.table {
	border: 1px solid #000;
	width: 100%;
}

.table tr td,
.table tr th {
	padding: 18px 30px;
	vertical-align: top;
	border-left: 1px solid #000;
	border-bottom: 1px solid #000;
	text-align: left;
}

.table tr td p {
	margin-top: 5px!important;
}

.table tr td h3 {
	margin-top: 0!important;
}
.tempBody {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.1);
    z-index: 99;
}

footer{
	background-color: #3d3d3d;
}
footer .container-s{
	padding: 65px 0;
}
footer .logo{
	width: 30%;
	float: left;
}
footer .text{
	width: 35%;
	padding: 0 70px;
	color: #eee;
	float: left;
	position: relative;
}
footer .text a{
	color: #eee;
}
footer .text::before{
	content: "";
	position: absolute;
	left: 0;
	width: 1px;
	background-color: #555;
	height: 175px;
}
footer .text .title{
	font-size: 20px;
	margin-bottom: 10px;
}
/*footer .copyright{
	border-top: 1px solid #555;
	padding: 20px 0;
	text-align: center;
	font-size: 12px;
	color: #eee;
}*/
.simSun{
	font-family: 'SimSun','Microsoft YaHei',"Helvetica";
}
.totop {
    width:45px;
    height:45px;
    position: fixed;
    right: 0;
    display: none;
    z-index: 100;
    bottom: 50px;
    cursor: pointer;
    background-color: #c24f4d;
    border-radius: 50%;
    padding: 10px;
    line-height: 1;
}
@media only screen and (max-width: 1305px) {
	.container,
	.container-s{
		/*width: 1000px;*/
	}
	
}

@media only screen and (max-width: 768px) {
	.container,
	.container-s{
		/*width: 96%;*/
		margin: 0 auto;
	}
	
	footer .container-s{
		padding: 30px 10px;
	}
	footer .logo,
	footer .text{
		float: none;
		width: 100%;
		padding: 0;
	}
	footer .text{
		margin-top: 15px;
		font-size: 13px;
	}
	footer .text::before{
		display: none;
	}
	footer .text .title{
		font-size: 18px;
	}
}

/*page*/
.yel-bg{
	background-color: #eceade;
}
.main-box{
	padding: 55px 0;
}
.main-txt{
	padding: 95px 0;
}
.main-txt h1{
	font-size: 48px;
	line-height: 1;
	text-align: center;
	margin-bottom: 40px;
}
.main-box h2{
	font-size: 32px;
	line-height: 1;
	font-weight: bold;
	margin-bottom: 35px;
}
.f-g3{
	color: #333;
	text-align: center;
	font-size: 18px;
}
.upp-font{
	text-transform: uppercase;
}
.font-s14{
	font-size: 14px;
}
.pt140{
	padding-top: 140px;
}
.pt40{
	padding-top: 40px;
}
.info-flow{
	float: left;
	width: 30%;
	position: relative;
	text-align: center;
	margin:0 1.5%;
}
.info-flow .pic{
	position: absolute;
	left: 50%;
	top:45px;
	margin-left:-97px;
}
.info-flow .tit{
	font-size: 20px;
}
.info-flow .info{
	font-size: 14px;
	padding-top: 110px;
	padding-bottom: 20px;
	background-color: #fff;
	box-shadow: 0 5px 5px rgba(180,178,178,0.2);
}
.info-flow .link-a{
	text-decoration: underline;
	font-size: 14px;
}
.info-flow .link-a img{
	width: 20px;
	vertical-align: middle;
}
.btn-bor{
	border: 2px solid #313131;
	text-align: center;
	color: #333;
	padding: 10px 30px;
	font-size: 20px;
	-webkit-appearance: none;
    border-radius: 0;
	transition-timing-function: cubic-bezier(.215,.61,.355,1);
    transition-duration: .24s;
    transition-property: background-color,border-color,color,padding;
}
.btn-bor:hover{
	background-color: #313131;
	color: #fff;
}
.mt-btn{
	margin-top: 60px;
	text-align: center;
}
.flow-four{
	float: left;
	width: 22%;
	margin: 40px 1.5% 0 1.5%;
	font-size: 14px;
	color: #333;
}
.flow-four .tit{
	font-size: 22px;
	line-height: 1;
	margin-top: 15px;
}
.flow-four .txt{
	position: relative;
	padding-left: 35px;
}
.flow-four .txt::before{
	content: "";
	left: 0;
	top:0;
	position: absolute;
	height: 22px;
	width: 3px;
	background-color: #fea000;
}
.flow-four .txt span{
	font-size: 14px;
	font-weight: normal;
	display: block;
}
.flow-four .txt .tit{
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	margin-top: 20px;
	margin-bottom: 10px;
}
.info-flow .info2{
	text-align: left;
}
.info-flow .info2 .tit{
	line-height: 1;
	padding-top: 22px;
	padding-bottom: 15px;
}
.txt-flow {
	position: relative;
	padding-left: 50px;
	width: 30%;
	float: left;
	margin: 40px 1.5% 0 1.5%;
	min-height: 60px;
}
.txt-flow .icon{
	position: absolute;
	left: 0;
	top:0;
}
.txt-flow .icon img{
	width: 35px;
}
.flow-two{
	position: relative;
	width: 47%;
	float: left;
	margin: 30px 1.5% 0 1.5%;
}

@media only screen and (max-width: 1305px) {
	.txt-flow{
		min-height:80px;
		line-height: 1.3;
	}
}

@media only screen and (max-width: 768px) {
	body{
		font-size: 16px;
	}
	.main-txt h1{
		font-size: 30px;
		line-height: 1.3;
		margin-bottom: 25px;
	}
	.main-box h2{
		font-size: 28px;
		margin-bottom: 25px;
	}
	.main-txt {
	    padding: 55px 0;
	}
	.info-flow{
		float: none;
		width: 100%;
		margin: 0;
	}
	.info-flow .tit {
	    font-size: 16px;
	    margin-bottom: 10px;
	}
	.btn-bor{
		font-size: 16px;
		padding: 10px;
		display: inline-block;
	}
	.flow-four{
		width: 47%;
		margin-top: 30px;
	}
	.flow-four .tit,
	.flow-four .txt .tit{
		font-size: 16px;
		line-height: 1.4;
	}
	.flow-four .txt{
		padding-left: 15px;
	}
	.flow-four .txt span{
		line-height: 1.3;
		min-height: 80px;
	}
	.info-flow .info2 .tit{
		padding-bottom: 5px;
	}
	.txt-flow{
		width: 100%;
		float: none;
		min-height: auto;
	}
}
.grid {
 	margin-top: 58px;
 	position: relative;
}
 
.grid-item {
   margin:0 2.6%;
   transition: all 220ms;
 }
 
.wall-column {
 	display: block;
 	position: relative;
 	width: 25%;
 	float: left;
 	box-sizing: border-box;
 	
 }
.grid .grid-item{
	background-color: #fff;
	border:1px solid transparent;
	box-shadow: 0 5px 5px rgba(178,176,163,0.3);
	position: relative;
	margin-bottom: 26px;
}
.grid .grid-item .info {
 	position: absolute;
 	top:45%;
 	width: 286px;
 	height: 200px;
 	left: 50%;
 	margin-left: -143px;
 	margin-top: -100px;
 	padding: 15px;
 	font-size: 12px;
 	line-height: 1.5;
 	border-radius: 5px;
 	background-color: #eee;
 	opacity: 0;
 	-webkit-transition: all 400ms ease;
 	-moz-transition: all 400ms ease;
 	transition: all 400ms ease;
 	-webkit-transform: scale3d(0, 0, 1);
 	-moz-transform: scale3d(0, 0, 1);
 	-ms-transform: scale3d(0, 0, 1);
 	transform: scale3d(0, 0, 1);
 	line-height: 1;
 	z-index: 100;
 	
 	
}
.grid .grid-item .info .a-up{
	position: absolute;
	top:50%;
	left:50%;
	margin-left:-8px;
	margin-top: -112px;
	width: 17px;
	height: 12px;
	background-image: url(../images/icon/arrow-bg-up.png);
 	background-position:0 center;
	background-repeat: no-repeat;
}
.grid .grid-item .info .tit{
	font-weight: bold;
	line-height: 1.6;
}

.grid .grid-item .info dl dd{
	margin-top: 10px;
	color: #666;
}
.grid .grid-item .info dl span{
	color: #333;
}
.grid .grid-item:hover{
	border: 1px solid #fea000;
}
.grid .grid-item:hover .info{
	opacity: 1;
 	-webkit-transform: scale3d(1, 1, 1);
 	-moz-transform: scale3d(1, 1, 1);
 	-ms-transform: scale3d(1, 1, 1);
 	transform: scale3d(1, 1, 1);
}
.grid .grid-item .img-box{
	position: relative;
}
.grid .grid-item .img-box .number-box{
	width: 52px;
	height: 52px;
	background-color: #eee;
	border:2px solid #fff;
	text-align: center;
	color: #666;
	font-size: 24px;
	line-height: 1;
	position: absolute;
	left: 15px;
	top:15px;
	border-radius: 50%;
	padding-top: 12px;
	font-weight: bold;
}
.grid .grid-item .img-box .number-box.front-bg{
	
	left: 30px;
	top:0;
	background: url(../images/icon/tips-bg.png) no-repeat;
	display: block;
	width: 62px;
	height: 82px;
	color: #fff;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	padding-top: 15px;
	line-height: 1;
	border: none;
	border-radius:initial;
}

.grid .grid-item .title{
	font-size: 14px;
	line-height: 1.5;
	padding: 15px 20px 0 20px;
}
.grid .grid-item .icon{
	padding:0 20px;
}
.grid .grid-item .des{
	padding: 10px 20px 20px 20px;
	font-size: 14px;
	line-height: 1.4;
	color: #555;
}
.grid .grid-item .des li{list-style-type:none;}
.grid .grid-item .des span{
	padding-left: 15px;
}
.category-top-100-most-famous-paintings .styles_h2.design_default_h2{display:none;}
.love-c{
	position: absolute;
	z-index: 90;
	bottom: 20px;
	right: 20px;
	width: 23px;
	height: 23px;
	background: url(../images/icon/zan.png) no-repeat;
	background-size: contain;
	cursor: pointer;
}
.love-c.active{
	background: url(../images/icon/zan1.png) no-repeat;
	background-size: contain;
}
.flow-four .tit{
	margin-bottom: 10px;
}
.flow-four .name {
	color: #333;
}
.flow-four .name span{
	display: block;
}
.art-peo{
	position: relative;
	background-color: #fff;
	padding-left: 225px;
	overflow: hidden;
	text-align: right;
	padding: 15px;
	font-size: 14px;
	color: #333;
	height: 215px;
	box-shadow: 0 5px 5px rgba(178,176,163,0.3);
	float: left;
	width: 30%;
	margin: 25px 1.5% 0 1.5%;
}
.art-peo .img{
	position: absolute;
	left: 0;
	top:0;
	width: 215px;
}
.art-peo .info .name{
	font-size: 22px;
}
.art-peo .info .say{
	font-style: italic;
	font-size: 12px;
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 180px;
}
.art-peo.link-view{
	background-color:#fea000;
	color: #fff;
	text-align: center;
	font-size: 24px;
}
.art-peo.link-view a{
	padding: 40px 30px 0 30px;
	display: block;
	text-align: center;
	text-decoration: underline;
}
.info-flow .des{
	font-size: 20px;
	text-align: left;
	margin-top: 15px;
}
.img-flow{
	float: left;
	width: 20%;
	background-color: #fea000;
	color: #fff;
	text-align: center;
	height: 625px;
	overflow: hidden;
	position: relative;
}
.img-flow .txt{
	color: #fff;
	font-size: 24px;
	position: absolute;
	bottom: 25px;
	left: 0;
	width: 100%;
	text-align: center;
}
.img-flow a{
	display: block;
	font-size: 24px;
	position: absolute;
	top:45%;
	left: 12%;
	width: 76%;
	text-align: center;
	text-decoration: underline;
}
@media only screen and (max-width: 1305px) {
	.art-peo{
		height: 150px;
	}
	.art-peo .img{
		width: 125px;
	}
	.art-peo .info .name{
		font-size: 18px;
	}
	.art-peo .info .say{
		width: 165px;
	}
	.art-peo.link-view{
		font-size: 20px;
	}
	.art-peo.link-view a{
		padding-top: 20px;
	}
	.img-flow{
		height: 440px;
	}
	.img-flow a{
		top:40%;
	}
}
@media only screen and (max-width: 768px) {
	.wall-column{
		width: 100%;
	}
	.grid-item{
		margin: 0 3.8%;
	}
	.art-peo{
		float: none;
		width: 100%;
		padding: 10px 15px;
	}
	.art-peo .img {
	    width: 150px;
	}
	.img-flow{
		width: 25%;
		height: auto;
	}
	.img-flow .txt{
		font-size: 14px;
	}
	.img-flow:last-child{
		width: 100%;
		height: 100px;
	}
	.img-flow a{
		font-size: 18px;
		position: initial;
		text-align: center;
		padding-top: 15px;
		display: inline-block;
	}
	.info-flow .des{
		font-size: 16px;
	}
}
