/*初始化*/
body, ul, li, p, h1, h2, h3, h4, h5, h6, a, dl, dt, dd { margin: 0; padding: 0; }
body { min-width: 768px; font-family: 'Microsoft YaHei', arial, sans-serif; font-size: 14px; color: #666; }
ul, li { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; }
input, textarea { font-family: arial; font-size: 14px; color: #666; border: none; }
img, i { border: none; -webkit-transition: all 1.2s; -o-transition: all 1.2s; transition: all 1.2s; }
i { font-style: normal; }
a { color: #666; text-decoration: none; -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
a:hover { color: #de1130; }

/*通用*/
.fl-l { float: left; }
.fl-r { float: right; }
.d-ib { display: inline-block; *display: inline; *zoom: 1; vertical-align: middle; }
.cl-baf { *zoom: 1; }
.cl-baf:after { content: ""; display: block; height: 0; font-size: 0; overflow: hidden; clear: both; }
.clear { display: block; height: 0; font-size: 0; overflow: hidden; clear: both; }
.txtoe { -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.trs2s { -webkit-transition: all 2s; -o-transition: all 2s; transition: all 2s; }
.trs1s { -webkit-transition: all 1s; -o-transition: all 1s; transition: all 1s; }
.trs06s { -webkit-transition: all 0.6s; -o-transition: all 0.6s; transition: all 0.6s; }
.trs03s { -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.icon { background: url(icon.png) 0 0 no-repeat; }
.icon.icon-address { width: 22px; height: 22px; }
.icon.icon-phone { width: 22px; height: 22px; background-position: 0 -22px; }
.icon.icon-headphones { width: 22px; height: 22px; background-position: 0 -44px; }
.icon.icon-fax { width: 22px; height: 22px; background-position: 0 -66px; }
.icon.icon-qq { width: 22px; height: 22px; background-position: 0 -88px; }
.icon.icon-prev { width: 32px; height: 62px; background-position: -148px 0; }
.icon.icon-next { width: 32px; height: 62px; background-position: -148px -62px; }
.icon.icon-phone2 { width: 17px; height: 28px; background-position: -37px -88px; }

/*头部*/
.header { position: relative; z-index: 9; background-color: #fff; border-bottom: 2px solid #eee; overflow: hidden; }
.header .logo { margin-left: 5.9%; padding: 16px 0; font-size: 0; overflow: hidden; }
.header .logo .txt { margin-left: 12px; }
.header .logo .txt-1 { display: block; font-size: 26px; font-weight: bold; color: #ff0000; }
.header .logo .txt-2 { display: block; font-size: 14px; color: #7d7d7d; }
.header .nav { margin-right: 4.5%; font-size: 0; }
.header .nav .list { visibility: hidden; }
.header .nav .col {
  margin-right: 50px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(30%, 0, 0);
  -moz-transform: translate3d(30%, 0, 0);
  -ms-transform: translate3d(30%, 0, 0);
  -o-transform: translate3d(30%, 0, 0);
  transform: translate3d(30%, 0, 0);
}
.header .nav .link { display: block; font-size: 16px; line-height: 100px; color: #8b8b8b; }
.header .nav .link:hover, .header .cur .link { color: #ff0000; }
.header .nav .line { display: block; margin-top: 8px; width: 27px; height: 1px; background-color: #b0b0b0; }
.header .nav .line-t { margin-top: 0; }
.header .nav .btn:hover { cursor: pointer; }
.header .btn:hover .line { background-color: #ff0000; }
.header .nav.on .list { visibility: visible; }
.header .nav.on .col {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.header .nav.on .col:nth-child(1) {
  -webkit-transition-delay: 0.6s; -moz-transition-delay: 0.6s; -ms-transition-delay: 0.6s; -o-transition-delay: 0.6s; transition-delay: 0.6s;
}
.header .nav.on .col:nth-child(2) {
  -webkit-transition-delay: 0.5s; -moz-transition-delay: 0.5s; -ms-transition-delay: 0.5s; -o-transition-delay: 0.5s; transition-delay: 0.5s;
}
.header .nav.on .col:nth-child(3) {
  -webkit-transition-delay: 0.4s; -moz-transition-delay: 0.4s; -ms-transition-delay: 0.4s; -o-transition-delay: 0.4s; transition-delay: 0.4s;
}
.header .nav.on .col:nth-child(4) {
  -webkit-transition-delay: 0.3s; -moz-transition-delay: 0.3s; -ms-transition-delay: 0.3s; -o-transition-delay: 0.3s; transition-delay: 0.3s;
}
.header .nav.on .col:nth-child(5) {
  -webkit-transition-delay: 0.2s; -moz-transition-delay: 0.2s; -ms-transition-delay: 0.2s; -o-transition-delay: 0.2s; transition-delay: 0.2s;
}
.header .nav.on .col:nth-child(6) {
  -webkit-transition-delay: 0.1s; -moz-transition-delay: 0.1s; -ms-transition-delay: 0.1s; -o-transition-delay: 0.1s; transition-delay: 0.1s;
}
.header .nav.on .btn {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.header .nav.on .line-t {
  -webkit-transform: translateY(9px) rotateZ(45deg);
  -moz-transform: translateY(9px) rotateZ(45deg);
  -ms-transform: translateY(9px) rotateZ(45deg);
  -o-transform: translateY(9px) rotateZ(45deg);
  transform: translateY(9px) rotateZ(45deg);
}
.header .nav.on .line-m { opacity: 0; filter: alpha(opacity=0); }
.header .nav.on .line-b {
  -webkit-transform: translateY(-9px) rotateZ(-45deg);
  -moz-transform: translateY(-9px) rotateZ(-45deg);
  -ms-transform: translateY(-9px) rotateZ(-45deg);
  -o-transform: translateY(-9px) rotateZ(-45deg);
  transform: translateY(-9px) rotateZ(-45deg);
}
.header-pf {
  position: fixed; top: 0; left: 0; z-index: 999; width: 100%; border-bottom: none; box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3); opacity: 0.9; filter: alpha(opacity=90);
}
.header-pf .logo { padding: 6px 0; }
.header-pf .logo .img { height: 58px; }
.header-pf .nav .link { line-height: 70px; }
.header-pf.hide {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
}

/*底部*/
.wordfoot { padding: 14px 3%; font-size: 14px; color: #eee; text-align: center; background-color: #555; }
.wordfoot a { color: #eee; }
.wordfoot a:hover { text-decoration: underline; }
.footer { position: relative; padding: 30px 4% 20px; color: #fff; text-align: center; background-color: #333; }
.footer a { color: #fff; }
.footer a:hover { color: #eee; text-decoration: underline; }
#fshare { position: absolute; right: 4%; top: 50%; margin-top: -21px; }
#fshare a { margin: 0 0 0 10px; padding: 0; width: 42px; height: 42px; background:  url(icon.png) -22px 0 no-repeat; }
#fshare .bds_tsina { background-position: -22px 0; }
#fshare .bds_weixin { background-position: -64px 0; }
#fshare .bds_sqq { background-position: -106px 0; }
#fshare .bds_tsina:hover { background-position: -22px -42px; }
#fshare .bds_weixin:hover { background-position: -64px -42px; }
#fshare .bds_sqq:hover { background-position: -106px -42px; }
/* 右侧工具条 */
.floatright {
  position: fixed;
  right: 0;
  bottom: 50px;
  z-index: 99;
  width: 45px;
  height: 190px;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.floatright:hover, .floatright.fr-is-visible {
  visibility: visible; opacity: 1; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}
.floatright .fr-box {
  position: relative;
  z-index: 99;
  width: 100%;
  height: 45px;
  background-color: #242729;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.floatright .fr-box p { position: absolute; left: 45px; top: 0; line-height: 45px; }
.floatright .fr-box:hover { background-color: #ff0000; }
.floatright .fr-top { z-index: 100; cursor: pointer; }
.floatright .fr-qq { position: absolute; top: 46px; right: 0; }
.floatright .fr-qq .link { position: absolute; top: 0; height: 0; width: 100%; height: 100%; }
.floatright .fr-qqbox {
  position: absolute;
  right: -100px;
  top: 0;
  z-index: 98;
  padding: 10px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  opacity: 0;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  background-color: #242729;
  -webkit-transition: all 0.5s ease-out 0s;
  -moz-transition: all 0.5s ease-out 0s;
  -ms-transition: all 0.5s ease-out 0s;
  -o-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
}
.floatright .fr-qqbox a { display: block; width: 100px; height: 30px; line-height: 30px; text-align: center; color: #fff; }
.floatright .fr-qqbox a:hover { background-color: #666; }
.floatright .fr-call { position: absolute; top: 92px; right: 0; z-index: 100; overflow: hidden; }
.floatright .fr-call:hover { width: 150px; }
.floatright .fr-code { position: absolute; top: 138px; right: 0; z-index: 100; }
.fr-codeinfo {
  display: none;
  position: absolute;
  right: 50px;
  bottom: 8px;
  padding: 5px;
  width: 245px;
  font-size: 0;
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
}
.fr-codeinfo .img { width: 120px; }
.fr-codeinfo .img-r { margin-left: 5px; }
/*移动端底部工具条*/
.mtools { display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 1000; margin: 0 auto; width: 100%; background-color: #242729; }
.mtools .item {
  width: 25%;
  height: 50px;
  font-size: 12px;
  line-height: 75px;
  color: #fff;
  text-align: center;
  background: url(pfnav.png) center -10px no-repeat;
  border-right: 1px solid #404040;
  box-sizing: border-box;
}
.mtools .map { margin: 0; }
.mtools .tel { background-position: center -60px; }
.mtools .top { background-position: center -110px; }
.mtools .btn { background-position: center -160px; border-right: 0 none; }
.mtools .item:hover { background-color: #ff0000; }

/*内容*/
.banner .img { display: block; width: 100%; }
.menut { margin: 90px auto 0; width: 94%; max-width: 1750px; }
.menut .tit .cn { font-size: 24px; color: #444; }
.menut .tit .en { font-size: 12px; color: #a5a5a5; text-transform: capitalize; }
.menut .box { font-size: 0; }
.menut .box .link { margin: 0 18px; padding: 0 14px; font-size: 14px; line-height: 36px; color: #a5a5a5; border-bottom: 1px solid #fff; }
.menut .box .txt { font-size: 14px; }
.menut .box .link:hover, .menut .box .cur { color: #ff0000; }
.menut .box .cur { border-color: #ff0000; }
.pagelist { text-align: center; }
.pagelist li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 5px;
  font-family: arial;
  font-size: 12px;
  line-height: 37px;
  color: #666;
  border-bottom: 1px solid #e0e0e0;
  vertical-align: top;
}
.pagelist li a { display: block; padding: 0 16px; }
.pagelist li.noa { padding: 0 16px; color: #e0e0e0; border-color: #f0f0f0; }
.pagelist li.thisclass { padding: 0 16px; color: #ff0000; border-color: #ff0000; }
.pagelist li.thisclass a { display: inline; padding: 0; color: #ff0000; }
.pagelist-m { display: none; }
.composi { margin-bottom: 30px; font-weight: lighter; font-size: 12px; color: #000; }
.composi a { color: #000; }
.composi a:hover { color: #ff0000; }



.boxx {
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}
.md-3-1,.md-4-1{
	height: auto;
	position: relative;
	overflow: hidden;
	box-sizing: border-box;
	display: inline-block;
	float: left;
}
.md-3-1{
	width: 33.33333333333333333333%;
}
.md-4-1{
	width: 25%;
}


.case-tabebox{
	text-align: center;
	margin-top: 80px;
	margin-bottom: 43px;
}
.case-tabebox a{
	width: 164px;
	height: 32px;
	text-align: center;
	display: inline-block;
	border: 1px solid #d0d0d0;
	text-align: center;line-height: 32px;
	color: #838383;
	transition: all 0.4s;
	margin: 0 12px; 
}
.case-tabebox a:hover,a.oncasebtn{
	background: #e41420;
	border: 1px solid #e41420;
	color: #ffffff;
}
.casebox{
	box-sizing: border-box;
	padding: 0 16px;
}
.casebox .md-4-1{
	padding: 0 10px;
	text-align: center;
	margin-bottom: 20px;
}
.casebox .md-4-1 img{
	width: 100%;
	height: auto;
}
a.casemore{
	display: block;
	position: relative;
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #ececec;
	transition: all 0.4s;
	font-size: 16px;
}
a.casemore span{
	position: relative;
	display: inline-block;
	width: auto;
	height: 100%;
	color: #393939;
	padding-right: 0;
	transition: all 0.4s;
}
a.casemore span i{
	position: absolute;
	width: 13px;
	height: 23px;
	right: 0;
	top: 50%;
	margin-top: -11.5px;
	opacity: 0;
	transition: all 0.4s;
	background: url("/skin/img/more.png") no-repeat center;
}
.casebox .md-4-1:hover a.casemore{
	background: #e41420;
}
.casebox .md-4-1:hover span{
	color: #ffffff;
	padding-right: 40%;
}
.casebox .md-4-1:hover i{
	opacity: 1;
}

/*æ¡ˆä¾‹è¯¦æƒ…é¡µ*/
.bigcontainer{
	padding: 0 65px;
	margin-bottom: 110px;
	box-sizing: border-box;
}
.case-menu-box{
	width: 100%;
	height: 88px;
	position: relative;
	z-index: 200;
	margin-bottom: 48px;
}
.case-menu-fixed{
	width: 100%;
	height: auto;
	overflow: hidden;
	box-sizing: border-box;
	padding: 0 65px;
	background: #ffffff\9;
	background: rgba(255, 255, 255, 0.9);
	position: fixed;
	top: 68px;
	left: 0;
	z-index: 200;
}
.case-menu{
	padding: 29px 0;
	border-bottom: 1px solid #e3e3e3;
}
.case-menu ul{
	float: left;
	display: inline-block;
}
.case-menu li,.case-menu i{
	display: inline-block;
	line-height: 30px;
	color: #949494;
	float: left;
}
.case-menu li a{
	color: #949494;
	transition: all 0.4s;
}
.case-menu li:hover a,.case-menu li a.on-li{
	color: #e41420;
}
.case-menu i{
	padding: 0 10px;
}
.fixedabox{
	display: inline-block;
	float: right;
}
.fixedabox a{
	display: inline-block;
	float: left;
	height: 30px;
	transition: all 0.4s;
	line-height: 30px;
	text-align: center;
	width: 113px;
	background: #e4e4e4;
	color: #6c6c6c;
	margin-left: 20px;
}
.fixedabox a.on-a,.fixedabox a:hover{
	background: #e41420;
	color: #ffffff;
}
/*img-box*/
.img-box{
	width: auto;
	display: block;
	padding-left: 478px;
}
.img-box ul.bigul li{
	width: 50%;
	float: left;
	margin-bottom: 6px;
	padding-right: 6px;
	box-sizing: border-box;
}
.img-box ul.bigul li img{
	width: 100%;
	height: auto;
}

/*å³ä¾§*/
.right-fixed{
	position: absolute;
	width: 430px;
	height: auto;
	top: 0;
	left: 65px;
	z-index: 100;
}
.in-fixed{
	background: #ffffff;
}
.in-fixed h1{
	font-size: 2em;
	color: #000000;
	line-height: 1.2em;
}
.in-fixed p{
	color: #828282;
	line-height: 2em;
	padding-top: 30px;
}
.in-fixed hr{
	border-bottom: 0;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	margin: 22px 0;
}
.a-row{
	margin-left: -7px;
	margin-right: -7px;
	clear: both;
	position: relative;
	height: auto;
	overflow: hidden;
}
.a-div{
	width: 50%;
	display: inline-block;
	position: relative;
	padding-left: 7px;
	padding-right: 7px;
	float: left;
	box-sizing: border-box;
}
.a-div a{
	width: 100%;
	height: 37px;
	box-sizing: border-box;
	border: 2px solid #e41420;
	text-align: center;
	display: block;
	line-height: 33px;
	color: #e41420;
	transition: all 0.4s;
}
.a-div a:hover{
	background: #e41420;
	color: #ffffff;
}
a.xgmore{
	width: 100%;
	height: 39px;
	color: #ffffff;
	background: #e41420;
	text-align: center;
	line-height: 39px;
	display: block;
	margin-top: 20px;
	position: relative;
}
.img-row{
	margin-left: -8px;
	margin-right: -8px;
	clear: both;
	position: relative;
	overflow: hidden;
}
.img-row a{
	width: 33.33333%;
	height: auto;
	float: left;
	box-sizing: border-box;
	position: relative;
	overflow: hidden;
	display: inline-block;
	margin-top: 16px;
	padding-left: 8px;
	padding-right: 8px;
}
.img-row a img{
	width: 100%;
}
@media only screen and (max-width: 1366px) {
	.case-menu-fixed,.bigcontainer{
		padding-left: 20px;
		padding-right: 20px;
	}
	.right-fixed{
		left: 20px;
		width: 300px;
	}
	.img-box{
		padding-left: 320px;
	}
}
@media only screen and (max-width: 1280px) {
	.case-menu-fixed{
		top: 46px;
	}
}
@media only screen and (max-width: 1024px) {
	.case-tabebox a{
		width: auto;
		height: 26px;
		line-height: 26px;
		font-size: 13px;
		padding: 0 8px;
		margin: 5px 8px;
	}
	.case-tabebox{
		margin: 20px 0;
	}
	.casebox .md-4-1{
		width: 50%;
	}
	.in-fixed h1{
		font-size: 22px;
	}
	.in-fixed p{
		padding-top: 18px;
	}
}
@media only screen and (max-width: 960px) {
	.casebox .md-4-1{
		width: 100%;
		margin-bottom: 10px;
	}
	.casebox{
		padding: 0;
	}
	a.casemore{
		font-size: 13px;
		height: 40px;
		line-height: 40px;
	}
	a.casemore span i{
		height: 20px;
		margin-top: -10px;
		background-size: cover;
	}

	.img-box{
		padding-left: 0;
	}
	.right-fixed{
		position: relative;
		left: auto;
		width: 100%;
		overflow: hidden;
	}
	.case-menu-fixed{
		position: relative;
		top: auto;
	}
	.case-menu{
		padding: 16px 0;
	}
	.case-menu ul,.fixedabox{
		display: block;
		width: 100%;
		float: none;
		position: relative;
		overflow: hidden;
		clear: both;
	}
	.case-menu i{
		padding: 0 4px;
	}
	.case-menu li a{
		font-size: 12px;
	}
	.fixedabox{
		margin-top: 8px;
		text-align: center;
	}
	.fixedabox a{
		float: none;
		width: auto;
		margin: 5px 5px 0 5px;
		font-size: 12px;
		padding: 0 10px;
		height: 24px;
		line-height: 24px;
	}
	.case-menu-fixed{
		padding-bottom: 0;
	}
	.case-menu-box{
		height: auto;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.in-fixed h1{
		font-size: 18px;
	}
	.in-fixed p{
		padding-top: 1em;
	}
}




















/*案例*/
.caseN { position: relative; margin-top: 45px; }
.caseN .wrap { margin: 0 auto; width: 1180px; overflow: hidden; }
.caseN .wrap .container { width: 110%; }
.caseN .item { margin: 0 20px 30px 0; padding: 10px; width: 260px; background-color: #f6f6f6; }
.caseN .item .imgwr { position: relative; min-height: 42px; background: url(../img/loading.gif) center no-repeat; overflow: hidden; }
.caseN .item .img { display: block; width: 100%; }
.caseN .item .img-m { display: none; }
.caseN .item .mask, .caseN .item .mask:after { position: absolute; left: 0; top: 0; z-index: 2; width: 100%; height: 100%; }
.caseN .item .mask { top: 100%; opacity: 0; }
.caseN .item .mask:after { content: ''; background-color: #ff0000; opacity: 0.6; filter: alpha(opacity=60); }
.caseN .item .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  margin: -32px 0 0 -32px;
  width: 64px;
  height: 64px;
  background: url(../img/detail.png) 0 0 no-repeat;
}
.caseN .item .conwr { position: relative; padding: 10px; }
.caseN .conwr .link { color: #101010; }
.caseN .item .tit { font-size: 18px; color: #101010; }
.caseN .item .time { display: none; position: absolute; right: 10px; top: 10px; line-height: 24px; color: #c3c3c3; }
.caseN .item .desc { margin-top: 10px; font-size: 12px; line-height: 22px; color: #484848; }
.caseN .item .tags { margin-top: 10px; font-size: 0; }
.caseN .item .link-t { margin: 0 1px 1px 0; padding: 0 12px; font-size: 12px; line-height: 25px; color: #fff; background-color: #e0244d; vertical-align: top; }
.caseN .item .link-t:hover { background-color: #ff0000; }
.caseN .showcase { position: relative; padding: 0; width: 580px; background-color: #fff; }
.caseN .showcase .imgbox, .caseN .showcase .imgwr { position: relative; margin-bottom: 20px; height: 335px; overflow: hidden; }
.caseN .showcase .item-sc { position: absolute; left: 0; top: 0; width: 100%; height: 100%; opacity: 0; visibility: hidden; overflow: hidden; }
.caseN .showcase .item-scc { background-color: #fff; }
.caseN .showcase .conbox { position: relative; height: 100px; overflow: hidden; }
.caseN .showcase .tit { font-size: 24px; }
.caseN .showcase .time { top: 355px; line-height: 31px; }
.caseN .showcase .btn { position: absolute; bottom: 151px; left: 0; width: 100%; font-size: 0; text-align: center; }
.caseN .showcase .dot, .caseN .swiper-pagination-bullet {
  margin: 0 5px; width: 8px; height: 8px; background-color: #fff; border-radius: 50%; cursor: pointer; vertical-align: middle;
}
.caseN .showcase .cur, .caseN .swiper-pagination-bullet-active { background: none; border: 2px solid #fff; }
.caseN .swiper-container-horizontal>.swiper-pagination-bullets { bottom: 151px; }
.caseN .swiper-pagination-bullet { opacity: 1; filter: alpha(opacity=100); }
.caseN .casepl { display: none; }
.caseN .more {
  display: none; margin: 0 auto 50px; width: 190px; height: 45px; font-size: 0; text-align: center; background-color: #918d8b; border-radius: 2px;
}
.caseN .more.visible { display: block; }
.caseN .more:hover { background-color: #ff0000; }
.caseN .more .icon {
  width: 16px;
  height: 16px;
  background: url('../img/refresh.png') 50% 50% no-repeat;
  vertical-align: middle;
  -webkit-animation: cnmi 0.8s infinite linear;
  -moz-animation: cnmi 0.8s infinite linear;
  animation: cnmi 0.8s infinite linear;
}
.caseN .more .txt { margin-left: 10px; font-size:14px; line-height: 45px; color:#fff; }

@-webkit-keyframes cnmi {
  0% { -webkit-transform: rotateZ(0deg); }
  100% { -webkit-transform: rotateZ(360deg); }
}
@-moz-keyframes cnmi {
  0% { -moz-transform: rotateZ(0deg); }
  100% { -moz-transform: rotateZ(360deg); }
}
@keyframes cnmi {
  0% { transform: rotateZ(0deg); }
  100% { transform: rotateZ(360deg); }
}

.comwrap { position: relative; margin: 0 auto; width: 94%; max-width: 1255px; }
.case-n .top { margin-bottom: 90px; padding-top: 30px; background-color: #f9f9f9; }
.case-n .top .tit { margin-top: 80px; font-size: 35px; color: #2b2b2b; text-align: center; }
.case-n .top .stit { margin-top: 8px; font-size: 16px; color: #2b2b2b; text-align: center; letter-spacing: 0.7em; }
.case-n .top .bigimg { margin: 60px auto 0; width: 702px; height: 508px; background: url(../img/case_tbg.jpg) center no-repeat; }
.case-n .top .imgwr { display: block; margin-left: 29px; padding-top: 26px; width: 645px; height: 365px; overflow: hidden; }
.case-n .top .img { display: block; width: 100%; }
.case-n .top .btn, .case-n .top .btn a {
  position: absolute;
  top: 50%;
  margin-top: -3px;
  width: 69px;
  height: 136px;
  text-indent: -9999px;
  background: url(../img/case_n_btn.png) 0 0 no-repeat;
  overflow: hidden;
}
.case-n .top .btn a { top: 0; left: 0; margin: 0; width: 100%; height: 100%; background-color: #f9f9f9; }
.case-n .top .prev { right: 100% }
.case-n .top .prev:hover, .case-n .top .prev a:hover { background-position: -69px 0; }
.case-n .top .next { left: 100%; background-position: -69px -136px; }
.case-n .top .next a { background-position: -69px -136px; }
.case-n .top .next:hover, .case-n .top .next a:hover { background-position: 0 -136px; }

.case-n .info { margin-bottom: 60px; }
.case-n .info .line { display: block; margin-bottom: 30px; width: 40px; height: 3px; background-color: #ff0000; }
.case-n .info .con-l { width: 715px; }
.case-n .con-l .tit { margin-bottom: 6px; font-size: 20px; color: #2b2b2b; }
.case-n .con-l .txt { line-height: 30px; color: #3b3b3b; text-align: justify; }
.case-n .info .con-r { margin-left: 110px; width: 420px; font-size: 0; }
.case-n .con-r .row { margin-bottom: 16px; }
.case-n .con-r .bt { width: 40px; font-size: 16px; color: #010101; vertical-align: top; }
.case-n .con-r .nr { width: 380px; font-size: 14px; color: #3b3b3b; vertical-align: top; }
.case-n .con-r .a:hover { color: #e71f19; }
.case-n .details { margin-bottom: 70px; }
.case-n .advisory { margin-bottom: 80px; text-align: center; }
.case-n .advisory .txt { margin-bottom: 28px; font-size: 25px; color: #000; }
.case-n .advisory .btn {
  margin: 0 12px;
  width: 120px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  text-align: center;
  background-color: #666;
  border-radius: 4px;
}
.case-n .advisory .btn:hover { background-color: #ff0000; }
.case-n .advisory .click {
  background-color: #ff0000\9;
  -webkit-animation: casebtn 0.5s infinite alternate;
  -o-animation: casebtn 0.5s infinite alternate;
  animation: casebtn 0.5s infinite alternate;
}
@keyframes casebtn {
  0% { background-color: #666; }
  100% { background-color: #f00; }
}
@-moz-keyframes casebtn {
  0% { background-color: #666; }
  100% { background-color: #f00; }
}
@-webkit-keyframes casebtn {
  0% { background-color: #666; }
  100% { background-color: #f00; }
}
@-o-keyframes casebtn {
  0% { background-color: #666; }
  100% { background-color: #f00; }
}
.case-n .advisory .click:hover {
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
}

/*案例弹出*/
html.open, html.open body { overflow: hidden; }
.fixedframe {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  background: url(../img/bg_black.png) 0 0 repeat;
}
.fixedframe.show { opacity: 1; visibility: visible; }
.fixedframe .distable { display: table; width: 100%; height: 100%; }
.fixedframe .distc { display: table-cell; vertical-align: middle; }
.fixedframe .wrap { margin: 0 auto; padding: 50px 70px; width: 1000px; background-color: #fff; }
.fixedframe-inner { display: none; position: relative; margin: 0 auto; width: 1000px; height: 0; overflow: hidden; }
/*.fixedframe-inner .tit { font-size: 20px; color: #484848; }
.fixedframe-inner .txt { margin-top: 16px; margin-left: 25px; font-size: 12px; line-height: 2.5; color: #222; }
.fixedframe-inner .con { margin-top: 14px; line-height: 1.8; text-align: center; }
.fixedframe-inner .con img { max-width: 100%; }*/
.fixedframe-inner .tools { position: absolute; right: -130px; top: 0; width: 60px; }
.fixedframe-inner .tools .btn { display: block; width: 60px; height: 60px; background-color: #242424; }
.fixedframe-inner .tools .icon {
  display: block; width: 60px; height: 60px; background: url(../img/icon_casen.png) 0 0 no-repeat; opacity: 0.2; filter: alpha(opacity=20);
}
.fixedframe-inner .share .icon { background-position: 0 -60px; }
.fixedframe-inner .weibo .icon { background-position: 0 -120px; }
.fixedframe-inner .tt .icon { background-position: 0 -180px; }
.fixedframe-inner .douban .icon { background-position: 0 -240px; }
.fixedframe-inner .renren .icon { background-position: 0 -300px; }
.fixedframe-inner .weixin .icon { background-position: 0 -360px; }
.fixedframe-inner .tools .btn:hover, .fixedframe-inner .tools .share { background-color: #ff0000; }
.fixedframe-inner .tools .btn:hover .icon, .fixedframe-inner .tools .share .icon { opacity: 1; filter: alpha(opacity=100); }
.fixedframe-inner .tools .share:hover { cursor: default; }
.fixedframe-inner .weixin { position: relative; }
.fixedframe-inner .weixin .ewm { position: absolute; top: 70px; right: 70px; width: 0; height: 0; }
.fixedframe-inner .weixin:hover .ewm { width: 150px; height: 150px; }
.fixedframe-inner .tac { text-align: center; }
.fixedframe-inner .tal { text-align: left; }
.fixedframe .fixedframe-inner { display: block; height: auto; overflow: visible; }

/*服务*/
.service .item { position: relative; background-color: #ececec; overflow: hidden; }
.service .item .imgwr { position: relative; z-index: 2; width: 50%; overflow: hidden; }
.service .item .img { display: block; width: 100%; }
.service .item .conwr { position: relative; z-index: 2; margin: 135px 6% 0; width: 38%; }
.service .item .tit { font-size: 40px; color: #010101; }
.service .item .en { margin-right: 5px; font-family: 'bebas'; font-size: 38px; }
.service .item .con { margin-top: 26px; font-size: 16px; line-height: 1.875; color: #474747; }
/*.service .item .con a { color: #474747; }
.service .item .con a:hover { color: #ff0000; }*/
.service .item .ico {
  float: left;
  position: relative;
  margin-right: 10%;
  margin-bottom: 20px;
  max-width: 40%;
  padding: 0 18px 0 58px;
  font-size: 18px;
  line-height: 39px;
  color: #414141;
  box-sizing: border-box;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.service .item .ico:before, .service .item .ico:after { position: absolute; content: ''; background: url(icon_ser.png) 0 0 no-repeat; }
.service .item .ico:before {
  left: 0;
  top: 0;
  width: 39px;
  height: 39px;
  background-color: #c6c6c6;
  border-radius: 3px;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
.service .item .ico-2:before { background-position: -39px 0; }
.service .item .ico-3:before { background-position: -78px 0; }
.service .item .ico-4:before { background-position: -117px 0; }
.service .item .ico-5:before { background-position: -156px 0; }
.service .item .ico-6:before { background-position: -195px 0; }
.service .item .ico-7:before { background-position: -234px 0; }
.service .item .ico-8:before { background-position: -273px 0; }
.service .item .ico-9:before { background-position: -312px 0; }
.service .item .ico-10:before { background-position: -351px 0; }
.service .item .ico-11:before { background-position: -390px 0; }
.service .item .ico-12:before { background-position: -429px 0; }
.service .item .ico-13:before { background-position: -468px 0; }
.service .item .ico-14:before { background-position: -507px 0; }
.service .item .ico:after { top: 13px; right: 0; width: 7px; height: 12px; background-position: -546px 0; }
.service .item .ico:hover { text-decoration: underline; }
.service .item .ico:hover::before { background-color: #ff0000; }
.service .item .ico-1:hover::before { background-position: 0 -39px; }
.service .item .ico-2:hover::before { background-position: -39px -39px; }
.service .item .ico-3:hover::before { background-position: -78px -39px; }
.service .item .ico-4:hover::before { background-position: -117px -39px; }
.service .item .ico-5:hover::before { background-position: -156px -39px; }
.service .item .ico-6:hover::before { background-position: -195px -39px; }
.service .item .ico-7:hover::before { background-position: -234px -39px; }
.service .item .ico-8:hover::before { background-position: -273px -39px; }
.service .item .ico-9:hover::before { background-position: -312px -39px; }
.service .item .ico-10:hover::before { background-position: -351px -39px; }
.service .item .ico-11:hover::before { background-position: -390px -39px; }
.service .item .ico-12:hover::before { background-position: -429px -39px; }
.service .item .ico-13:hover::before { background-position: -468px -39px; }
.service .item .ico-14:hover::before { background-position: -507px -39px; }
.service .item .mask {
  position: absolute;
  top: -165%;
  right: -10%;
  z-index: 1;
  width: 120%;
  height: 430%;
  background-color: #e0e0e0;
  border-radius: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateZ(0) scale(0);
  -moz-transform: translateZ(0) scale(0);
  -ms-transform: translateZ(0) scale(0);
  -o-transform: translateZ(0) scale(0);
  transform: translateZ(0) scale(0);
}
.service .item:hover .mask {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translateZ(0) scale(1);
  -moz-transform: translateZ(0) scale(1);
  -ms-transform: translateZ(0) scale(1);
  -o-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.service .item .img:hover {
  -webkit-transform: translate3d(-3%, 0, 0) scale(1.06);
  -moz-transform: translate3d(-3%, 0, 0) scale(1.06);
  -ms-transform: translate3d(-3%, 0, 0) scale(1.06);
  -o-transform: translate3d(-3%, 0, 0) scale(1.06);
  transform: translate3d(-3%, 0, 0) scale(1.06);
}
.service .item-r .conwr { float: left; }
.service .item-r .img:hover {
  -webkit-transform: translate3d(3%, 0, 0) scale(1.06);
  -moz-transform: translate3d(3%, 0, 0) scale(1.06);
  -ms-transform: translate3d(3%, 0, 0) scale(1.06);
  -o-transform: translate3d(3%, 0, 0) scale(1.06);
  transform: translate3d(3%, 0, 0) scale(1.06);
}

.service-we { margin: 100px auto; width: 94%; max-width: 1750px; text-align: center; }
.service-we .titwr { margin-bottom: 80px; font-size: 28px; font-weight: lighter; line-height: 1.3; color: #000; }
.service-we .item { margin: 0 1%; width: 22.5%; text-align: left; vertical-align: top; }
.service-we .item .img { display: block; width: 100%; }
.service-we .item .tit { margin-top: 22px; font-size: 20px; color: #333; }
.service-we .item .con { margin-top: 4px; font-size: 16px; line-height: 1.875; color: #aaa; }

.service-ban { overflow: hidden; }
.service-ban .img { display: block; width: 100%; }

/*网站建设*/
.website { margin: 100px auto 150px; width: 94%; max-width: 1600px; }
.website .list { font-size: 0; text-align: center; }
.website .list .item { margin: 0 2%; width: 21%; vertical-align: top; cursor: pointer; }
.website .list .ico { max-width: 70%; vertical-align: top; }
.website .list .tit { margin: 8px 0; font-size: 16px; color: #444; }
.website .list .con { font-size: 14px; line-height: 2.14; color: #a5a5a5; }
.website .list .cur .ico {
  -webkit-transform: translate3d(0, -10%, 0);
  -moz-transform: translate3d(0, -10%, 0);
  -ms-transform: translate3d(0, -10%, 0);
  -o-transform: translate3d(0, -10%, 0);
  transform: translate3d(0, -10%, 0);
}
.website .list .item:hover .tit, .website .list .cur .tit { color: #ff0000; }
.website .slidewr { position: relative; margin-top: 60px; overflow: hidden; }
.website .slide { position: relative; width: 1000%; font-size: 0; }
.website .slide .col { width: 10%; text-align: center; }
.website .slide .img { max-width: 100%; vertical-align: top; }
.website .slidewr .btn { position: absolute; top: 40%; z-index: 2; margin-top: -60px; width: 60px; height: 120px; background: url(icon_arrow.png) 0 0 no-repeat; }
.website .slidewr .prev { left: 7.5%; }
.website .slidewr .next { right: 7.5%; background-position: -180px 0; }
.website .slidewr .prev:hover { background-position: -60px 0; }
.website .slidewr .next:hover { background-position: -120px 0; }
.website-js { overflow: hidden; }
.website-js .img { display: block; width: 100%; }
.website-js .item-1 { position: relative; z-index: 2; width: 42%; }
.website-js .item-1 .con {
  position: absolute;
  top: 15%;
  right: 18%;
  width: 64%;
  font-family: 'pingfang';
  font-weight: lighter;
  font-size: 28px;
  line-height: 1.78;
  color: #fff;
  text-align: right;
}
.website-js .item-2 { margin-left: -11%; margin-top: 40px; width: 69%; }
.website-sj { margin: 120px auto 105px; max-width: 1025px; font-size: 0; text-align: center; }
.website-sj .col { position: relative; width: 25%; }
.website-sj .col:before { content: ''; position: absolute; left: 0; top: 50%; margin-top: -100px; width: 1px; height: 200px; background-color: #f8f8f8; }
.website-sj .col-1:before { display: none; }
.website-sj .col .num { position: relative; max-width: 80%; font-family: 'constan'; font-weight: bold; font-size: 90px; color: #1a1a1a; }
.website-sj .col .num:after { content: '+'; position: absolute; left: 110%; top: 30%; font-size: 20px; color: #6a6a6a; }
.website-sj .col .txt { margin: 16px auto 0; max-width: 80%; font-weight: lighter; font-size: 16px; color: #b0b0b0; }
/*品牌网站*/
.website-pp { margin: 0 auto; padding-top: 70px; width: 94%; max-width: 1750px; overflow: hidden; }
.website-pp .item { margin-bottom: 120px; }
.website-pp .item .imgwr { float: left; margin-top: 50px; margin-left: 15%; width: 85%; }
.website-pp .item .img { display: block; width: 100%; }
.website-pp .item .conwr { float: right; position: relative; z-index: 2; margin: 0 8% 0 -50%; padding: 30px 25px 30px 35px; width: 285px; color: #fff; }
.website-pp .item .link { margin-right: 28px; font-size: 12px; color: #fff; vertical-align: top; }
.website-pp .item .link:hover { color: #eee; }
.website-pp .item .en { margin-top: 80px; font-family: arial; font-weight: bold; font-size: 38px; line-height: 48px; text-transform: uppercase; }
.website-pp .item .cn { margin-top: 50px; font-size: 30px; }
.website-pp .item .con { margin-top: 18px; font-size: 12px; line-height: 2.16; }
.website-pp .item .more { display: block; margin-top: 70px; width: 58px; height: 6px; background-position: 0 -116px; }
.website-pp .item:hover .img {
  -webkit-transform: translate3d(-3%, 0, 0);
  -moz-transform: translate3d(-3%, 0, 0);
  -ms-transform: translate3d(-3%, 0, 0);
  -o-transform: translate3d(-3%, 0, 0);
  transform: translate3d(-3%, 0, 0);
}
.website-pp .item:hover .conwr {
  -webkit-transform: translate3d(0, 3%, 0);
  -moz-transform: translate3d(0, 3%, 0);
  -ms-transform: translate3d(0, 3%, 0);
  -o-transform: translate3d(0, 3%, 0);
  transform: translate3d(0, 3%, 0);
}
.website-pp .item .more:hover {
  -webkit-transform: translate3d(6px, 0, 0);
  -moz-transform: translate3d(6px, 0, 0);
  -ms-transform: translate3d(6px, 0, 0);
  -o-transform: translate3d(6px, 0, 0);
  transform: translate3d(6px, 0, 0);
}
.website-pp .item-l .conwr { float: left; margin: 0 -50% 0 8%; }
.website-pp .item-l .imgwr { margin-left: 0; }
.website-pp .item-l:hover .img {
  -webkit-transform: translate3d(3%, 0, 0);
  -moz-transform: translate3d(3%, 0, 0);
  -ms-transform: translate3d(3%, 0, 0);
  -o-transform: translate3d(3%, 0, 0);
  transform: translate3d(3%, 0, 0);
}
/*营销型网站*/
.market-xt { margin-top: 80px; margin-bottom: 100px; text-align: center; }
.market-xt .tit { font-size: 38px; color: #333; }
.market-xt .stit { margin-top: 40px; font-size: 18px; color: #686868; }
.market-xt .list { margin: 80px -69px 0; font-size: 0; background: url(../img/market_xtbg.jpg) top center no-repeat; }
.market-xt .list .col { margin: 0 69px; width: 140px; }
.market-xt .list .iconwr { position: relative; width: 100%; height: 152px; overflow: hidden; }
.market-xt .list .icon {
  position: absolute;
  top: 50%;
  top: 0\9;
  left: 50%;
  left: 0\9;
  width: 100%\9;
  max-width: 100%;
  height: 152px\9;
  max-height: 152px;
  background: none;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.market-xt .list .ctit { margin-top: 14px; font-size: 24px; font-weight: bold; color: #757575; }
.market-xt .list .cinfo { margin-top: 8px; font-size: 18px; color: #757575; }
.market-td { margin-bottom: 60px; text-align: center; background: url(../img/market_tdbg.png) top center no-repeat; }
.market-td .tit { font-size: 50px; line-height: 62px; font-weight: bold; color: #333; }
.market-td .tit .red { color: #ff0000; }
.market-td .stit { margin-top: 10px; font-size: 18px; color: #393939; }
.market-td .list { margin: 80px auto 0; width: 1264px; font-size: 0; }
.market-td .list .col {
  margin: 0 18px 30px; padding-bottom: 17px; width: 280px; background: url(../img/market_tdbg3.png) bottom center no-repeat;
}
.market-td .list .ctit {
  padding: 0 10px;
  font-size: 25px;
  line-height: 54px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  background: url(../img/market_tdbg2.jpg) center no-repeat;
}
.market-td .list .con {
  padding: 24px 34px;
  height: 120px;
  font-size: 14px;
  line-height: 30px;
  color: #3b3b3b;
  text-align: justify;
  background-color: #f9f9f9;
  overflow: hidden;
}
.market-db { height: 725px; background: url(../img/market_dbbg.jpg) top center no-repeat; }
.market-db .list { font-size: 0; text-align: left; }
.market-db .list .col { margin-left: 117px; width: 410px; color: #fff; }
.market-db .list .col-2 { margin-left: 188px; }
.market-db .list .imgwr { margin-top: 85px; max-height: 350px; border-radius: 4px; overflow: hidden; }
.market-db .list .img { display: block; width: 100%; }
.market-db .list .tit { margin-top: 24px; font-size: 18px; }
.market-db .list .con { margin-top: 14px; font-size: 14px; line-height: 30px; text-align: justify; }
.market-nw { height: 565px; text-indent: -9999px; background: url(../img/market_nw.jpg) center no-repeat; overflow: hidden; }
.market-kh { padding: 56px 0 46px; background-color: #2b313f; }
.market-kh .tit { position: absolute; right: 500px; top: 60px; color: #fff; }
.market-kh .list { margin: 0 auto; width: 1050px; }
.market-kh .list .col {
 position: relative; margin: 10px; width: 155px; height: 155px; background-color: #333949; border-radius: 3px; overflow: hidden;
}
.market-kh .list .col-0 { margin-left: 710px; }
.market-kh .list .col-8, .market-kh .list .col-10 { margin-left: 185px; }
.market-kh .list .img {
  position: absolute;
  top: 50%;
  top: 0\9;
  left: 50%;
  left: 0\9;
  width: 100%\9;
  max-width: 100%;
  height: 100%\9;
  max-height: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0) rotateY(0);
  -ms-transform: translate3d(-50%, -50%, 0) rotateY(0);
  -o-transform: translate3d(-50%, -50%, 0) rotateY(0);
  transform: translate3d(-50%, -50%, 0) rotateY(0);
}
.market-kh .list .col:hover { background-color: #2b313f; }
.market-kh .list .col:hover .img {
  -webkit-transform: translate3d(-50%, -50%, 0) rotateY(360deg);
  -ms-transform: translate3d(-50%, -50%, 0) rotateY(360deg);
  -o-transform: translate3d(-50%, -50%, 0) rotateY(360deg);
  transform: translate3d(-50%, -50%, 0) rotateY(360deg);
}
.market-tg { padding: 70px 0 100px; }
.market-tg .tit { font-size: 38px; font-weight: bold; color: #222; text-align: center; }
.market-tg .tit .red { color: #ff0000; }
.market-tg .stit { margin-top: 10px; font-size: 20px; color: #222; text-align: center; }
.market-tg .conwr { margin-top: 60px; margin-right: 70px; max-width: 300px; }
.market-tg .conwr .ctit { font-size: 30px; color: #222; }
.market-tg .conwr .con { margin-top: 16px; line-height: 45px; color: #3b3b3b; }
.market-tg .conwr img { max-width: 100%; }
.market-tg .imgwr { margin-top: 60px; margin-right: -65px; max-width: 945px; }
.market-tg .imgwr .img { display: block; width: 100%; }
.market-zz { height: 755px; background: url(../img/market_zzbg.jpg) top center no-repeat; overflow: hidden; }
.market-zz .conwr { padding-top: 126px; }
.market-zz .conwr .stit { display: block; }
.market-zz .conwr .tit { margin-top: -68px; font-size: 40px; font-weight: bold; color: #ff0000; }
.market-zz .conwr .con { margin-top: 40px; width: 450px; line-height: 30px; color: #3b3b3b; }
.market-zz .conwr img { max-width: 100%; }
.market-zz .imgwr { padding-top: 103px; padding-right: 68px; width: 640px; }
.market-zz .imgwr .col { margin-left: 16px; margin-bottom: 17px; width: 196px; height: 220px; overflow: hidden; }
.market-zz .imgwr .img { display: block; width: 100%; height: 220px; }
.market-jr { margin: 80px auto 60px; text-align: center; }
.market-jr .tit { font-size: 38px; color: #333; }
.market-jr .con { margin-top: 30px; font-size: 18px; line-height: 30px; color: #686868; }
.market-jr .img { margin-top: 100px; vertical-align: top; }
.market-jr .tel { margin-top: 70px; font-size: 24px; color: #ff0000; }
.market-jr .tel .num { margin-left: 18px; font-size: 30px; }
.market-jr .info {
  margin-top: 16px; padding: 0 46px; font-size: 26px; line-height: 45px; color: #fff; background-color: #ff0000; border-radius: 6px;
}

/*手机*/
.comwrap-mb { margin: 0 auto; max-width: 1600px; width: 94%; }
.mobile-td { padding: 100px 0; font-size: 0; background-color: #272a31; }
.mobile-td .imgwr, .mobile-td .conwr { width: 50%; }
.mobile-td .imgwr { text-align: center; background: url(bg_mb.jpg) center no-repeat; }
.mobile-td .img {
  max-width: 100%;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotateY(360deg) scale(0.6);
  -moz-transform: rotateY(360deg) scale(0.6);
  -ms-transform: rotateY(360deg) scale(0.6);
  -o-transform: rotateY(360deg) scale(0.6);
  transform: rotateY(360deg) scale(0.6);
}
.mobile-td .tit, .mobile-td .en, .mobile-td .list { margin: 0 auto; width: 75%; }
.mobile-td .tit { margin-bottom: 10px; font-size: 26px; color: #ececec; }
.mobile-td .en { font-family: arial; font-size: 16px; color: #ececec; text-transform: uppercase; opacity: 0.5; filter: alpha(opacity=50); }
.mobile-td .list .row { position: relative; margin-top: 30px; padding: 8px 20px 8px 105px; background-color: #2d3037; cursor: pointer; }
.mobile-td .list .icowr {
  position: absolute;
  left: 20px;
  top: 8px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #272a31;
  border-radius: 100%;
  overflow: hidden;
}
.mobile-td .list .ico { vertical-align: top; }
.mobile-td .list .stit { padding: 15px 40px 15px 0; font-size: 20px; font-weight: lighter; color: #c6c7cc; }
.mobile-td .list .con { display: none; padding-top: 10px; font-size: 16px; line-height: 2.125; font-weight: lighter; color: #c6c7cc; border-top: 1px solid #3d4149; }
.mobile-td .list .icon { position: absolute; right: 20px; top: 23px; width: 25px; height: 25px; background-position: -58px -84px; }
.mobile-td .cur .icon {
  -webkit-transform: rotateZ(90deg);
  -moz-transform: rotateZ(90deg);
  -ms-transform: rotateZ(90deg);
  -o-transform: rotateZ(90deg);
  transform: rotateZ(90deg);
}
.mobile-td.anime-r .img {
  max-width: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateY(0) scale(1);
  -moz-transform: rotateY(0) scale(1);
  -ms-transform: rotateY(0) scale(1);
  -o-transform: rotateY(0) scale(1);
  transform: rotateY(0) scale(1);
}
.mobile-what { padding: 160px 0; background-color: #1e2128; overflow: hidden; }
.mobile-what .tit { font-size: 26px; color: #ececec; }
.mobile-what .slide { position: relative; margin-top: 40px; width: 1000%; font-size: 0; }
.mobile-what .item { position: relative; margin-right: 1.2%; width: 6.8%; vertical-align: top; cursor: pointer; }
.mobile-what .item .img { display: block; width: 100%; }
.mobile-what .item .conwr { position: absolute; left: 0; bottom: 0; padding: 3%; width: 94%; max-height: 94%; color: #ececec; }
.mobile-what .item .stit {  position: relative; z-index: 2;font-size: 22px; }
.mobile-what .item .con { position: relative; z-index: 2; margin-top: 12px; font-size: 18px; font-weight: lighter; }
.mobile-what .item .mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #000;
  background: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 60%);
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1) 60%);
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.mobile-why { position: relative; background-color: #272a31; overflow: hidden; }
.mobile-why .conwr { position: relative; z-index: 2; margin-left: 0.15%; padding: 140px 0 110px; width: 47%; color: #ececec; }
.mobile-why .conwr .tit { font-size: 30px; }
.mobile-why .conwr .line { display: block; margin-top: 30px; width: 100px; height: 1px; background-color: #939598; }
.mobile-why .conwr .row { margin-top: 45px; }
.mobile-why .conwr .stit { font-size: 22px; }
.mobile-why .conwr .con { margin-top: 18px; font-weight: lighter; font-size: 16px; color: #a5a5a5; }
.mobile-why .img { position: absolute; left: 50%; top: 0; z-index: 1; min-width: 50%; height: 100%; }
.mobile-kc { position: relative; height: 1080px; background: #000 center no-repeat; background-attachment: fixed; overflow: hidden; }
.mobile-kc .comwrap-mb { position: absolute; left: 0; right: 0; height: 100%; }
.mobile-kc .conwr {
  position: absolute;
  right: 4.6%;
  top: 50%;
  margin-top: -210px\9;
  width: 410px;
  font-weight: lighter;
  font-size: 20px;
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.mobile-kc .conwr .tit { margin-bottom: 10px; font-size: 34px; font-weight: lighter; }
.mobile-kc .conwr .con { margin-top: 65px; }
.mobile-kc .conwr img { max-width: 100%; }
.mobile-kc .img { display: none; width: 100%; }
.mobile-bg { padding: 160px 0 30px; background-color: #9085da; }
.mobile-lx { margin-bottom: 85px; color: #fff; text-align: center; }
.mobile-lx .tit { position: relative; z-index: 2; font-size: 34px; color: #ececec; }
.mobile-lx .con { position: relative; z-index: 2; margin-top: 34px; font-size: 18px; line-height: 1.66; }
.mobile-lx .img { position: relative; z-index: 1; margin-top: -120px; max-width: 94%; vertical-align: top; }
.mobile-td2 { font-size: 0; }
.mobile-td2 .col { margin: 0 2% 90px 0; padding: 36px 0 40px; width: 32%; color: #fff; text-align: center; background-color: #9b91de; border-radius: 20px; }
.mobile-td2 .marr0 { margin-right: 0; }
.mobile-td2 .col .img { max-width: 60%; }
.mobile-td2 .col .tit { margin: 30px auto 0; max-width: 94%; font-size: 20px; }
.mobile-td2 .col .con { margin: 16px auto 0; max-width: 94%; font-size: 16px; }
.mobile-td2 .img-f { display: block; width: 100%; }
.mobile-tel { position: relative; margin-top: 20px; padding: 80px 3% 60px; text-align: center; background-color: #9b91de; border-radius: 20px; }
.mobile-tel .tit { position: relative; z-index: 2; font-weight: lighter; font-size: 28px; color: #fff; }
.mobile-tel .txt {
  position: relative; z-index: 2; margin-top: 70px; padding: 0 30px; min-width: 360px; font-size: 0; line-height: 60px; background-color: #fff; border-radius: 30px;
}
.mobile-tel .txt .num { font-weight: lighter; font-size: 20px; color: #999; letter-spacing: 2px; }
.mobile-tel .txt .icon { margin-left: 80px; width: 23px; height: 10px; background-position: -58px -109px; }
.mobile-tel .line { position: absolute; left: 0; z-index: 1; width: 100%; height: 1px; background-color: #a59ce1; }
.mobile-tel .line-1 { top: 37.5%; }
.mobile-tel .line-2 { top: 62.5%; }
.mobile-tel .line-3 { top: 81.25%; }

/*推广*/
.promotion-js { background-color: #141414; overflow: hidden; }
.promotion-js .con { margin: 0 auto; padding-top: 130px; width: 94%; max-width: 1600px; font-weight: lighter; font-size: 30px; line-height: 2; color: #fff; }
.promotion-js .img { margin-top: 40px; display: block; max-width: 100%; }
.promotion-can { position: relative; overflow: hidden; }
.promotion-can .img { display: block; width: 100%; }
.promotion-can .conbg { position: absolute; right: 0; top: 0; z-index: 2; width: 50%; height: 50%; background-color: #212227; overflow: hidden; }
.promotion-can .conwr {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  margin-top: -90px\9;
  width: 90%;
  max-width: 715px;
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.promotion-can .conwr .tit { font-weight: lighter; font-size: 34px; }
.promotion-can .conwr .con { margin: 1em 0 1.5em; font-weight: lighter; font-size: 20px; line-height: 2; opacity: 0.5; filter: alpha(opacity=50); }
.promotion-can .conwr .line { display: block; width: 25px; height: 1px; background-color: #fff; opacity: 0.5; filter: alpha(opacity=50); }
.promotion-td, .promotion-fw .box { margin: 65px auto; width: 94%; max-width: 1600px; font-size: 0; text-align: center; }
.promotion-td .col { margin: 65px 1%; width: 31.33%; }
.promotion-td .col .ico { height: 46px; vertical-align: top; }
.promotion-td .col .tit { margin-top: 14px; font-size: 22px; color: #101010; }
.promotion-td .col .con { margin-top: 12px; font-size: 16px; line-height: 1.875; color: #484848; }
.promotion-td .col:hover .ico {
  -webkit-transform: translate3d(0, -6px, 0);
  -moz-transform: translate3d(0, -6px, 0);
  -ms-transform: translate3d(0, -6px, 0);
  -o-transform: translate3d(0, -6px, 0);
  transform: translate3d(0, -6px, 0);
}
.promotion-td .col:hover .tit { color: #ff0000; }
.promotion-fw { padding: 110px 0; background-color: #212227; }
.promotion-fw .box { margin: 0 auto; text-align: left; }
.promotion-fw .conwr { width: 38%; }
.promotion-fw .conwr .con { font-weight: lighter; font-size: 22px; line-height: 2; color: #fff; }
.promotion-fw .conwr .col { margin: 8% 8% 0 0; width: 14%; vertical-align: top; }
.promotion-fw .conwr .img:hover {
  -webkit-transform: rotate3d(0, 1, 0, 360deg);
  -moz-transform: rotate3d(0, 1, 0, 360deg);
  -ms-transform: rotate3d(0, 1, 0, 360deg);
  -o-transform: rotate3d(0, 1, 0, 360deg);
  transform: rotate3d(0, 1, 0, 360deg);
}
.promotion-fw .img { display: block; width: 100%; }
.promotion-fw .imgwr { position: relative; margin-left: 10%; width: 50%; }
.promotion-fw .imgwr .data { position: absolute; top: 0; left: 0; z-index: 2; width: 0; height: 100%; overflow: hidden; }
.promotion-fw .data .img { position: absolute; top: 0; left: 0; width: auto; height: 100%; }
.promotion-fw.anime-r .imgwr .data {
  width: 100%;
  -webkit-transition: all 3s linear 0.6s;
  -moz-transition: all 3s linear 0.6s;
  -ms-transition: all 3s linear 0.6s;
  -o-transition: all 3s linear 0.6s;
  transition: all 3s linear 0.6s;
}
.promotion-ys { font-size: 0; }
.promotion-ys .col { position: relative; width: 25%; overflow: hidden; vertical-align: top; cursor: pointer; }
.promotion-ys .col .img { display: block; width: 100%; }
.promotion-ys .col .tit { font-weight: lighter; font-size: 32px; color: #fff; text-align: center; }
.promotion-ys .col .tit-t, .promotion-ys .col .conwr {
  position: absolute;
  top: 50%;
  left: 6%;
  z-index: 3;
  margin-top: -70px\9;
  width: 88%;
  color: #fff;
  text-align: center;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.promotion-ys .col .tit-t { margin-top: -22px\9; }
.promotion-ys .col .conwr {
  margin-top: -70px\9;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, -40%, 0);
  -moz-transform: translate3d(0, -40%, 0);
  -ms-transform: translate3d(0, -40%, 0);
  -o-transform: translate3d(0, -40%, 0);
  transform: translate3d(0, -40%, 0);
}
.promotion-ys .col .ico { margin-bottom: 16px; height: 25px; vertical-align: top; }
.promotion-ys .col .line { margin-top: 12px; width: 20px; height: 1px; background-color: #fff; }
.promotion-ys .col .con { margin-top: 4px; font-weight: lighter; font-size: 20px; line-height: 2; }
.promotion-ys .col .mask {
  position: absolute;
  top: 3%;
  left: 5%;
  z-index: 2;
  width: 90%;
  height: 94%;
  background-color: #000;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translateZ(0) scale(1.3);
  -moz-transform: translateZ(0) scale(1.3);
  -ms-transform: translateZ(0) scale(1.3);
  -o-transform: translateZ(0) scale(1.3);
  transform: translateZ(0) scale(1.3);
}
.promotion-ys .col:hover .tit-t {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, -60%, 0);
  -moz-transform: translate3d(0, -60%, 0);
  -ms-transform: translate3d(0, -60%, 0);
  -o-transform: translate3d(0, -60%, 0);
  transform: translate3d(0, -60%, 0);
}
.promotion-ys .col:hover .conwr {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.promotion-ys .col:hover .mask {
  opacity: 0.6;
  filter: alpha(opacity=60);
  -webkit-transform: translateZ(0) scale(1);
  -moz-transform: translateZ(0) scale(1);
  -ms-transform: translateZ(0) scale(1);
  -o-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
.promotion-zy { margin: 150px auto 50px; width: 94%; max-width: 1600px; color: #4f4f4f; overflow: hidden; }
.promotion-zy .tit { font-size: 34px; line-height: 1.8; text-align: center; }
.promotion-zy .swiper-container { margin-top: 40px; }
.promotion-zy .swiper-slide { font-size: 0; }
.promotion-zy .conwr { margin: 0 9%; width: 32%; }
.promotion-zy .conwr .ico { height: 32px; vertical-align: top; }
.promotion-zy .conwr .stit { margin-top: 24px; font-size: 26px; }
.promotion-zy .conwr .con { margin-top: 20px; font-size: 18px; line-height: 1.77; }
.promotion-zy .imgwr { width: 50%; text-align: center; }
.promotion-zy .imgwr .img { max-width: 100%; vertical-align: top; }
.promotion-zy .swiper-container-horizontal>.swiper-pagination-bullets { left: 9%; bottom: 20%; width: 82%; text-align: left; }
.promotion-zy .swiper-pagination-bullet-active { background: #ff0000; }
.promotion-gg { position: relative; overflow: hidden; }
.promotion-gg .img { display: block; width: 100%; }
.promotion-gg .con {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 7%;
  margin: 0 auto;
  width: 94%;
  max-width: 1600px;
  font-weight: lighter;
  font-size: 30px;
  line-height: 2;
  color: #fff;
}
/*关键词*/
.promotion-kr-cg { padding: 200px 0; background-color: #212429; }
.promotion-kr-cg .conwr, .promotion-kr-js .con, .promotion-kr-wsm .box, .promotion-kr-xz .box { margin: 0 auto; width: 94%; max-width: 1600px; font-size: 0; }
.promotion-kr-cg .conwr .img { width: 56%; }
.promotion-kr-cg .conwr .con { margin-left: 10%; width: 29%; font-weight: lighter; font-size: 24px; line-height: 2; color: #fff; }
.promotion-kr-js { position: relative; }
.promotion-kr-js .img { display: block; width: 100%; }
.promotion-kr-js .con { position: absolute; left: 0; right: 0; bottom: 20%; font-weight: lighter; font-size: 28px; line-height: 2.8; color: #fff; }
.promotion-kr-wsm { padding: 200px 0 300px; color: #fff; background-color: #212429; }
.promotion-kr-wsm .tit { font-weight: lighter; font-size: 44px; text-align: center; }
.promotion-kr-wsm .con { margin-top: 24px; font-weight: lighter; font-size: 24px; line-height: 1.75; text-align: center; }
.promotion-kr-wsm .conbox { margin-top: 200px; padding: 55px 0; font-size: 0; text-align: center; background-color: #2d3037; }
.promotion-kr-wsm .conbox .conwr {
  margin: -105px 0; padding: 50px 40px; width: 310px; font-size: 18px; line-height: 1.88; color: #2d3037; text-align: left; background-color: #fff;
}
.promotion-kr-wsm .conbox .conwr img { max-width: 100%; }
.promotion-kr-wsm .conbox .img { margin-left: 16%; width: 25%; }
.promotion-kr-wsm.anime .img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotateZ(180deg) scale(0.7);
  -moz-transform: rotateZ(180deg) scale(0.7);
  -ms-transform: rotateZ(180deg) scale(0.7);
  -o-transform: rotateZ(180deg) scale(0.7);
  transform: rotateZ(180deg) scale(0.7);
}
.promotion-kr-wsm.anime-r .img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateZ(0deg) scale(1);
  -moz-transform: rotateZ(0deg) scale(1);
  -ms-transform: rotateZ(0deg) scale(1);
  -o-transform: rotateZ(0deg) scale(1);
  transform: rotateZ(0deg) scale(1);
}
.promotion-kr-xz { position: relative; padding: 110px 0; overflow: hidden; }
.promotion-kr-xz .bg { position: absolute; left: 0; top: 0; z-index: 1; min-width: 100%; min-height: 100%; }
.promotion-kr-xz .box .tit, .promotion-kr-xz .box .con {
  position: relative; z-index: 2; font-weight: lighter; font-size: 32px; line-height: 2; color: #fff; text-align: center;
}
.promotion-kr-xz .slidewr { position: relative; z-index: 2; margin: 100px auto 0; width: 94%; max-width: 1200px; background-color: #fff; }
.promotion-kr-xz .slidewr .btnwr { font-size: 0; background-color: #eaebea; }
.promotion-kr-xz .slidewr .bitem { width: 25%; height: 100px; text-align: center; }
.promotion-kr-xz .bitem .icon { margin-top: 15px; width: 33px; height: 37px; background: url(icon_pkr.png) 0 0 no-repeat; vertical-align: top; }
.promotion-kr-xz .bitem .icon-2 { background-position: -33px 0; }
.promotion-kr-xz .bitem .icon-3 { background-position: -66px 0; }
.promotion-kr-xz .bitem .icon-4 { background-position: -99px 0; }
.promotion-kr-xz .bitem .txt { margin-top: 10px; font-size: 18px; color: #aaa; }
.promotion-kr-xz .bitem:hover, .promotion-kr-xz .cur { cursor: pointer; background-color: #fff; }
.promotion-kr-xz .bitem:hover .icon-1, .promotion-kr-xz .cur .icon-1 { background-position: 0 -37px; }
.promotion-kr-xz .bitem:hover .icon-2, .promotion-kr-xz .cur .icon-2 { background-position: -33px -37px; }
.promotion-kr-xz .bitem:hover .icon-3, .promotion-kr-xz .cur .icon-3 { background-position: -66px -37px; }
.promotion-kr-xz .bitem:hover .icon-4, .promotion-kr-xz .cur .icon-4 { background-position: -99px -37px; }
.promotion-kr-xz .bitem:hover .txt, .promotion-kr-xz .cur .txt { color: #383d41; }
.promotion-kr-xz .item { display: none; min-height: 450px; }
.promotion-kr-xz .item-2 { display: block; }
.promotion-kr-xz .i2txt { padding: 16px 4%; font-weight: lighter; font-size: 16px; color: #747474; }
.promotion-kr-xz .i2con { padding: 4% 3.5%; font-size: 0; border-top: 1px solid #eaeaea; }
.promotion-kr-xz .i2con .img { width: 42%; }
.promotion-kr-xz .i2list { margin-left: 5%; width: 52%; }
.promotion-kr-xz .i2list .col { margin: 15px 0; padding-right: 2%; padding-bottom: 20px; width: 49%; border-bottom: 1px solid #ebebeb; vertical-align: top; }
.promotion-kr-xz .i2list .col-2 { padding-right: 0; }
.promotion-kr-xz .i2list .tit { padding: 12px 20px; font-size: 18px; color: #fff; background-color: #ff8a00; }
.promotion-kr-xz .i2list .stit { margin-top: 10px; font-size: 18px; color: #383d41; }
.promotion-kr-xz .i2list .con { margin-top: 8px; font-size: 16px; color: #383d41; opacity: 0.5; filter: alpha(opacity=50); }

/*微信*/
.wechat { position: relative; overflow: hidden; }
.wechat .conwr { margin: 0 auto; width: 94%; max-width: 1600px; padding: 150px 0 170px; }
.wechat .conwr .con { width: 44%; font-size: 26px; line-height: 1.9; color: #575757; }
.wechat .conwr .list { width: 46%; font-size: 0; }
.wechat .conwr .col { position: relative; margin-right: 8%; margin-top: 6%; width: 42%; vertical-align: top; background-color: #000; }
.wechat .conwr .img { display: block; width: 100%; opacity: 0.3; filter: alpha(opacity=30); }
.wechat .conwr .tit {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  margin: -20px auto 0;
  width: 94%;
  font-size: 20px;
  line-height: 40px;
  color: #fff;
  text-align: center;
}
.wechat .conwr .txt { position: relative; }
.wechat .conwr .line { position: absolute; left: 0; width: 100%; height: 1px; background-color: #fff; }
.wechat .conwr .line-t { top: 0; }
.wechat .conwr .line-b { bottom: 0; }
.wechat .conwr .link { position: absolute; top: 0; left: 0; z-index: 3; width: 100%; height: 100%; }
.wechat .bg { position: absolute; right: 0; bottom: 0; width: 48%; }
.wechat .col:hover .img { opacity: 1; filter: alpha(opacity=100); }
.wechat .col:hover .line-t, .wechat .col:hover .line-b, .wechat .col:hover .txt { opacity: 0; filter: alpha(opacity=0); }
.wechat .col:hover .line-t { -webkit-transform: translate3d(-50%, 0, 0); transform: translate3d(-50%, 0, 0); }
.wechat .col:hover .line-b { -webkit-transform: translate3d(50%, 0, 0); transform: translate3d(50%, 0, 0); }
.wechat-ad { position: relative; overflow: hidden; }
.wechat-ad .img { display: block; width: 100%; }
.wechat-ad .con {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12%;
  margin: 0 auto;
  width: 94%;
  max-width: 1600px;
  font-weight: lighter;
  font-size: 30px;
  line-height: 1.66;
  color: #fff;
}
.wechat-we { margin: 120px auto; width: 94%; max-width: 1600px; font-size: 0; text-align: center; }
.wechat-we .conwr, .wechat-we .imgwr { width: 50%; font-size: 14px; }
.wechat-we .conwr .box { max-width: 50%; text-align: left; }
.wechat-we .conwr .stit { font-size: 18px; color: #656565; }
.wechat-we .conwr .tit { margin-top: 8px; font-size: 30px; color: #212121; }
.wechat-we .conwr .line { display: block; margin-top: 18px; width: 36px; height: 3px; background-color: #01c801; }
.wechat-we .conwr .con { margin-top: 28px; font-size: 18px; line-height: 1.66; color: #a3a3a3; }
.wechat-we .imgwr .img { max-width: 80%; }
.wechat-we.anime .img {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: rotateZ(180deg) scale(0.7);
  -moz-transform: rotateZ(180deg) scale(0.7);
  -ms-transform: rotateZ(180deg) scale(0.7);
  -o-transform: rotateZ(180deg) scale(0.7);
  transform: rotateZ(180deg) scale(0.7);
}
.wechat-we.anime-r .img {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotateZ(0deg) scale(1);
  -moz-transform: rotateZ(0deg) scale(1);
  -ms-transform: rotateZ(0deg) scale(1);
  -o-transform: rotateZ(0deg) scale(1);
  transform: rotateZ(0deg) scale(1);
}

/*品牌策划*/
.branplan { margin: 130px auto 180px; width: 94%; max-width: 1600px; text-align: center; }
.branplan .tit { font-weight: lighter; font-size: 40px; color: #f6882a; }
.branplan .con { margin-top: 28px; font-weight: lighter; font-size: 20px; line-height: 2; color: #4f4f4f; }
.branplan .imgwr { margin-top: 110px; font-size: 0; text-align: left; }
.branplan .imgwr .col { width: 50%; text-align: center; vertical-align: top; }
.branplan .imgwr .img { max-width: 75%; }
.branplan-gd { position: relative; overflow: hidden; }
.branplan-gd .img { display: block; width: 100%; }
.branplan-gd .list { position: relative; z-index: 2; width: 75%; font-size: 0; background-color: #fff; border-bottom: 1px solid #f2f2f2; overflow: hidden; }
.branplan-gd .list .col { position: relative; padding: 58px 0 34px; width: 33.33%; text-align: center; border-top: 1px solid #f2f2f2; vertical-align: top; }
.branplan-gd .list .img { height: 33px; vertical-align: top; }
.branplan-gd .list .tit { margin: 10px auto 0; width: 94%; font-weight: lighter; font-size: 22px; color: #f6882a; }
.branplan-gd .list .con { margin: 10px auto 0; width: 94%; font-weight: lighter; font-size: 16px; line-height: 1.875; color: #7f7f7f; }
.branplan-gd .list .line { position: absolute; left: 100%; top: 0; width: 1px; height: 200%; background-color: #f2f2f2; }
.branplan-gd .logo { position: absolute; right: 0; bottom: 0; z-index: 1; width: 25%; }
.branplan-zs .col { width: 50%; }
.branplan-zs .col-1, .branplan-zs .col-2 { width: 25%; }
.branplan-zs .col .img { display: block; width: 100%; }

/*关于*/
.about-ban { position: relative; overflow: hidden; }
.about-ban .img { display: block; width: 100%; }
.about-ban .con {
  position: absolute;
  top: 50%;
  left: 3%;
  margin-top: -120px\9;
  width: 94%;
  font-size: 30px;
  line-height: 2.5;
  font-style: italic;
  text-align: center;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate3d(0, -80%, 0) scale(1.2);
  -moz-transform: translate3d(0, -80%, 0) scale(1.2);
  -ms-transform: translate3d(0, -80%, 0) scale(1.2);
  -o-transform: translate3d(0, -80%, 0) scale(1.2);
  transform: translate3d(0, -80%, 0) scale(1.2);
}
.about-ban .en {
  position: absolute;
  bottom: 5%;
  left: 3%;
  width: 94%;
  font-family: arial;
  font-size: 12px;
  text-align: center;
  letter-spacing: 20px;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity=0);
  text-transform: uppercase;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.about-ban.anime-r .con {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0, -55%, 0) scale(1);
  -moz-transform: translate3d(0, -55%, 0) scale(1);
  -ms-transform: translate3d(0, -55%, 0) scale(1);
  -o-transform: translate3d(0, -55%, 0) scale(1);
  transform: translate3d(0, -55%, 0) scale(1);
}
.about-ban.anime-r .en {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0.5s;
  -moz-transition-delay: 0.5s;
  -ms-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.about-jj { margin: 170px auto; width: 94%; max-width: 1750px; }
.about-jj .tit { padding: 24px 0 34px; width: 39%; font-weight: lighter; font-size: 40px; color: #ff0000; border-bottom: 1px solid #efefef; }
.about-jj .con { width: 54%; font-weight: lighter; font-size: 20px; line-height: 1.5; color: #666; }

.about-fw .img { display: block; width: 100%; }
.about-fw .btnwr, .about-fw .inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  margin: 0 auto;
  margin-top: -150px\9;
  width: 94%;
  max-width: 1560px;
  font-size: 0;
  color: #fff;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.about-fw .inner .tit { width: 40%; font-size: 20px; font-weight: lighter; text-transform: capitalize; }
.about-fw .inner .conwr { margin-left: 5%; width: 55%; font-weight: lighter; text-align: right; }
.about-fw .inner .num { font-family: arial; font-size: 200px; font-weight: bold; }
.about-fw .inner .con { margin-top: -10px; font-size: 20px; line-height: 2; }
.about-fw .btnwr { z-index: 3; margin-top: -31px\9; max-width: 1750px; }
.about-fw .btnwr .icon { opacity: 0.6; filter: alpha(opacity=60); }
.about-fw .btnwr .icon:hover { opacity: 1; filter: alpha(opacity=100); }
#abfwB { position: absolute; bottom: 20%; right: 0; z-index: 2; margin: 0 auto; width: 94%; max-width: 1560px; text-align: right; }
#abfwB .swiper-pagination-bullet { margin: 0 0 0 12px; background: #fff; opacity: 0.3; filter: alpha(opacity=30); }
#abfwB .swiper-pagination-bullet-active { background: #fff; opacity: 1; filter: alpha(opacity=100); }

.about-hb { margin: 130px auto 80px; width: 94%; max-width: 1565px; text-align: center; }
.about-hb .tit { font-size: 34px; font-weight: lighter; color: #000; }
.about-hb .con { margin: 20px 0; font-size: 20px; font-weight: lighter; line-height: 1.6; color: #8b8b8b; }
.about-hb .list { font-size: 0; }
.about-hb .list .col { position: relative; margin: 10px 1% 0; width: 14.66%; height: 130px; vertical-align: top; overflow: hidden; }
.about-hb .list .img {
  position: absolute;
  top: 50%;
  top: 5%\9;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 90%;
  max-height: 90%;
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.about-hb .list .col:hover .img {
  -webkit-animation: shake 0.3s linear;
  -moz-animation: shake 0.3s linear;
  -ms-animation: shake 0.3s linear;
  -o-animation: shake 0.3s linear;
  animation: shake 0.3s linear;
}

@-webkit-keyframes shake {
  0% { -webkit-transform: translate3d(0, -50%, 0); }
  12% { -webkit-transform: translate3d(-10px, -50%, 0); }
  25% { -webkit-transform: translate3d(0, -50%, 0); }
  37% { -webkit-transform: translate3d(10px, -50%, 0); }
  50% { -webkit-transform: translate3d(0, -50%, 0); }
  62% { -webkit-transform: translate3d(-10px, -50%, 0); }
  75% { -webkit-transform: translate3d(0, -50%, 0); }
  87% { -webkit-transform: translate3d(10px, -50%, 0); }
  100% { -webkit-transform: translate3d(0,-50%, 0); }
}
@-moz-keyframes shake {
  0% { -moz-transform: translate3d(0, -50%, 0); }
  12% { -moz-transform: translate3d(-10px, -50%, 0); }
  25% { -moz-transform: translate3d(0, -50%, 0); }
  37% { -moz-transform: translate3d(10px, -50%, 0); }
  50% { -moz-transform: translate3d(0, -50%, 0); }
  62% { -moz-transform: translate3d(-10px, -50%, 0); }
  75% { -moz-transform: translate3d(0, -50%, 0); }
  87% { -moz-transform: translate3d(10px, -50%, 0); }
  100% { -moz-transform: translate3d(0, -50%, 0); }
}
@-o-keyframes shake {
  0% { -o-transform: translate3d(0, -50%, 0); }
  12% { -o-transform: translate3d(-10px, -50%, 0); }
  25% { -o-transform: translate3d(0, -50%, 0); }
  37% { -o-transform: translate3d(10px, -50%, 0); }
  50% { -o-transform: translate3d(0, -50%, 0); }
  62% { -o-transform: translate3d(-10px, -50%, 0); }
  75% { -o-transform: translate3d(0, -50%, 0); }
  87% { -o-transform: translate3d(10px, -50%, 0); }
  100% { -o-transform: translate3d(0, -50%, 0); }
}
@keyframes shake {
  0% { transform: translate3d(0, -50%, 0); }
  12% { transform: translate3d(-10px, -50%, 0); }
  25% { transform: translate3d(0, -50%, 0); }
  37% { transform: translate3d(10px, -50%, 0); }
  50% { transform: translate3d(0, -50%, 0); }
  62% { transform: translate3d(-10px, -50%, 0); }
  75% { transform: translate3d(0, -50%, 0); }
  87% { transform: translate3d(10px, -50%, 0); }
  100% { transform: translate3d(0, -50%, 0); }
}

.about-lx { margin-bottom: 100px; font-size: 0; text-align: center; color: #e6221d; }
.about-lx .tit { margin-bottom: 36px; font-size: 28px; font-weight: lighter; }
.about-lx .num { margin-left: 14px; font-family: 'Tahoma', Arial, sans-serif; font-size: 40px; color: #e6221d; letter-spacing: 3px; }

/*新闻*/
.artlist, .artlist-2 { margin: 80px auto; width: 94%; max-width: 1200px; }
.artlist .row { position: relative; margin-bottom: 65px; padding-left: 190px; }
.artlist .row .time { position: absolute; left: 0; top: -4px; }
.artlist .row .md { font-family: 'Arial Black', arial; font-size: 38px; font-weight: bold; color: #b0b0b0; }
.artlist .row .year { margin: 0 auto; width: 80%; font-size: 12px; color: #a5a5a5; }
.artlist .row .more { margin: 14px auto 0; padding-top: 10px; width: 80%; font-size: 12px; color: #999; text-align: center; border-top: 1px solid #e6e6e6; }
.artlist .row .conwr { width: 48%; }
.artlist .row .tit { margin-bottom: 20px; font-size: 16px; color: #444; }
.artlist .row .desc {
  height: 60px; font-size: 14px; line-height: 30px; color: #a5a5a5; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;
}
.artlist .row .imgwr { width: 34%; max-width: 340px; max-height: 160px; overflow: hidden; }
.artlist .row .img { display: block; width: 100%; }
.artlist .row:hover .tit { color: #ff0000; }
.artlist .row:hover .img {
  -webkit-transform: translate3d(-3%, 0, 0) scale(1.06);
  -moz-transform: translate3d(-3%, 0, 0) scale(1.06);
  -ms-transform: translate3d(-3%, 0, 0) scale(1.06);
  -o-transform: translate3d(-3%, 0, 0) scale(1.06);
  transform: translate3d(-3%, 0, 0) scale(1.06);
}

.artlist-2 { margin-top: 30px; }
.artlist-2 .list .row { position: relative; margin-bottom: 30px; padding: 20px 3%; border: 1px solid #eee; }
.artlist-2 .list .timewr { position: absolute; top: 40px; left: 3%; padding: 20px 14px; width: 62px; height: 50px; background-color: #2b2b2b; }
.artlist-2 .list .year { margin-top: 4px; font-size: 12px; color: #afafaf; }
.artlist-2 .list .md { margin-top: 6px; font-size: 20px; color: #fff; }
.artlist-2 .list .conwr { margin-top: 20px; margin-left: 130px; width: 55%; }
.artlist-2 .list .tit { font-size: 20px; color: #333; }
.artlist-2 .list .desc { margin-top: 16px; font-size: 14px; line-height: 24px; color: #666; }
.artlist-2 .list .imgwr { width: 21%; height: 140px; overflow: hidden; }
.artlist-2 .list .img { display: block; width: 100%; }
.artlist-2 .list .row:hover { box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.1); }

.position { margin: 50px 0; }
.artcon { margin: 0 auto 50px; width: 94%; max-width: 1760px; overflow: hidden; }
.artcon .main { width: 68%; }
.artcon .main .title { padding-bottom: 10px; font-size: 28px; font-weight: lighter; border-bottom: 1px solid #ccc; }
.artcon .main .info { margin-top: 12px; }
#acbds { font-size: 12px; }
#acbds a { margin: 0 8px 0 0; padding-left: 20px; }
.artcon .main .body { margin-top: 75px; font-size: 16px; font-weight: lighter; line-height: 1.875; color: #5a5a5a; }
.artcon .main .body img { max-width: 100%; }
.artpage { margin-top: 34px; font-size: 0; border-top: 1px dotted #e9e9e9; border-bottom: 1px dotted #e9e9e9; }
.artpage .col { max-width: 44%; font-size: 14px; font-weight: lighter; line-height: 60px; }
.artpage .col-n { margin-left: 12%; }
.advisory { position: relative; margin-top: 32px; }
.advisory .img { height: 342px; }
.advisory .txt {
  position: absolute;
  bottom: 39px;
  right: 27px;
  z-index: 2;
  padding: 0 5px;
  width: 343px;
  font-size: 20px;
  font-weight: bold;
  line-height: 43px;
  text-align: center;
  color: #fff;
  letter-spacing: 3px;
}
.artfb { margin-top: 35px; padding-bottom: 30px; border-bottom: 1px solid #eee; }
.artfb .tit { position: relative; padding: 0 0 6px 13px; font-size: 18px; color: #5a5a5a; border-bottom: 1px solid #eee; }
.artfb .tit:before { content: ''; position: absolute; left: 0; top: 3px; width: 4px; height: 20px; background-color: #ff0000; }
.artfb .left { margin-top: 25px; width: 54%; }
.artfb .left .row { position: relative; margin-bottom: 34px; height: 45px; line-height: 45px; border-bottom: 1px dashed #eee; }
.artfb .left .txt { position: absolute; left: 0; top: 0; font-size: 16px; color: #5a5a5a; }
.artfb .left .intxt { position: relative; z-index: 2; width: 100%; height: 45px; line-height: 45px; background: none; }
.artfb .left .row-2 { margin: -10px 0 0 0; border-bottom: none; }
.artfb .left .sub { width: 90px; line-height: 40px; color: #fff; text-align: center; background-color: #333; }
.artfb .left .sub:hover { background-color: #ff0000; cursor: pointer; }
.artfb .right { width: 32.5%; }
.artfb .right .row { margin-top: 42px; }
.artfb .right .wz { margin-bottom: 14px; font-size: 16px; color: #3a3a3a; }
.artfb .right .np { margin: 0; visibility: hidden; }
.artfb .right .txt { position: relative; margin-left: 10px; width: 60px; font-weight: lighter; color: #5a5a5a; }
.artfb .right .txt:before {
  content: '\a0';
  position: absolute;
  left: -26px;
  top: 2px;
  z-index: 2;
  width: 13px;
  height: 13px;
  background: #fff url(icon.png) -23px -85px no-repeat;
  border: 1px solid #ccc;
  border-radius: 100%;
  -webkit-transform: all 0.6s;
  -moz-transform: all 0.6s;
  -ms-transform: all 0.6s;
  -o-transform: all 0.6s;
  transform: all 0.6s;
}
.artfb .right input[type="radio"]:checked + label::before { background-color: #1bc262; border-color: #1bc262; }
.artbar { width: 28%; }
.artbar .box { margin-bottom: 50px; }
.artbar .box .tit, .artbar .list-art .link { padding: 0 18px; font-size: 16px; font-weight: lighter; line-height: 65px; color: #5a5a5a; background-color: #eee; }
.artbar .box .more {
  display: block;
  margin-top: 30px;
  width: 250px;
  font-size: 13px;
  font-weight: lighter;
  line-height: 30px;
  text-align: center;
  color: #000;
  background-color: #eee;
}
.artbar .box .more:hover { color: #fff; background-color: #ff0000; }
.artbar .list-art .link { display: block; background: none; border-bottom: 1px solid #eee; }
.artbar .list-art .link:hover { color: #ff0000; }
.artbar .list-tag { margin-top: 30px; }
.artbar .list-tag .col { margin: 0 10px 10px 0; padding: 0 18px; line-height: 30px; border: 1px solid #f2f1ef; border-radius: 4px; }
.artbar .list-tag .col:hover { color: #fff; background-color: #ff0000; border-color: #ff0000; }

.artcon-2 { margin: 30px auto; width: 94%; max-width: 1200px; }
.artcon-2 .icon { background: url(icon_artcon.png) 0 0 no-repeat; }
.artcon-2 .icon-1 { width: 19px; height: 19px; background-position: 0 -14px; }
.artcon-2 .icon-2 { width: 16px; height: 11px; background-position: -8px 0; }
.artcon-2 .icon-3 { width: 20px; height: 20px; background-position: 0 -33px; }
.artcon-2 .icon-4 { width: 25px; height: 21px; background-position: 0 -53px; }
.artcon-2 .main { width: 73%; }
.artcon-2 .box { margin-bottom: 10px; padding: 30px; background-color: #fff; overflow: hidden; }
.artcon-2 .title {padding-bottom: 18px;font-size: 12px;position: relative;border-bottom: 1px solid #b9b9b9;}
.artcon-2 .title .back{top:0;}

.artcon-2 .title .txt { margin: 0 0 18px; font-weight: lighter; font-size: 24px; line-height: normal; color: #000; }
#a2bds a { margin: 0 5px 0 0; padding-left: 20px; font-size: 12px; }
.artcon-2 .info { margin: 10px 0 30px; font-size: 12px; color: #000; }
.artcon-2 .info a { color: #000; }
.artcon-2 .info a:hover { color: #ff0000; }
.artcon-2 .info .position { margin: 0; }
.artcon-2 .body { margin-bottom: 60px; font-weight: lighter; font-size: 16px; line-height: 1.85; color: #3b3b3b; }
.artcon-2 .body img { max-width: 100%; }
.artcon-2 .viewweb { margin-bottom: 50px; padding: 60px 0 50px; text-align: center; border-top: 1px solid #b9b9b9; border-bottom: 1px solid #d9d9d9; }
.artcon-2 .viewweb .link { display: block; margin: 0 auto; width: 50%; max-width: 470px; font-size: 0; background-color: #ff0000; border-radius: 5px; }
.artcon-2 .viewweb .d-ib { font-size: 18px; line-height: 50px; color: #fff; }
.artcon-2 .viewweb .icon { margin-left: 18px; width: 12px; height: 5px; background: url(icon.png) -89px -88px no-repeat; }
.artcon-2 .viewweb .txt { margin-top: 22px; font-size: 12px; color: #7c7c7c; }
.artcon-2 .viewweb .link:hover { background-color: #333; }
.artcon-2 .viewweb .link:hover .icon { -webkit-transform: translate3d(6px, 0, 0); -moz-transform: translate3d(6px, 0, 0); -ms-transform: translate3d(6px, 0, 0); -o-transform: translate3d(6px, 0, 0); transform: translate3d(6px, 0, 0); }
.artcon-2 .ewmwr { margin-bottom: 40px; font-size: 0; text-align: center; }
.artcon-2 .ewmwr .col { margin: 0 6%; width: 22%; vertical-align: top; }
.artcon-2 .ewmwr .imgwr { border: 1px solid #e5e5e5; }
.artcon-2 .ewmwr .img { display: block; width: 100%; }
.artcon-2 .ewmwr .txt { margin-top: 14px; font-weight: lighter; font-size: 14px; color: #000; }
.artcon-2 .artpage { position: relative; margin: 0; padding: 14px 200px 0 0; border-bottom: none; border-top: 1px solid #b9b9b9; }
.artcon-2 .artpage .row { font-weight: lighter; font-size: 14px; line-height: 30px; color: #000; }
.artcon-2 .artpage .row a { color: #939393; }
.artcon-2 .artpage .row a:hover { color: #ff0000; }
.artcon-2  .back {
  position: absolute; right: 0; top: 22px; width: 180px; line-height: 40px; font-size: 18px; color: #1e409f; text-align: center; border: 1px solid #e5e5e5;
}
.artcon-2 .artpage .icon { margin-left: 10px; width: 8px; height: 14px; }
.artcon-2 .back:hover { color: #fff; background-color: #1e409f; }
.artcon-2 .artpage .back:hover .icon { opacity: 0; filter: alpha(opacity=0); }
.artcon-2 .box .tit-t { padding-bottom: 14px; font-weight: lighter; font-size: 12px; color: #000; border-bottom: 1px solid #b9b9b9; }
.artcon-2 .box .tit-t .icon { margin-right: 10px; }
.artcon-2 .tags .link {
  margin: 14px 10px 0 0; padding: 0 18px; font-size: 14px; line-height: 33px; border: 1px solid #f2f1ef; border-radius: 3px; vertical-align: top;
}
.artcon-2 .moreart-p { margin-bottom: 10px; font-size: 0; }
.artcon-2 .moreart-p .col { margin-right: 1%; width: 32.66%; background-color: #fff; vertical-align: top; }
.artcon-2 .moreart-p .col-3 { margin-right: 0; }
.artcon-2 .moreart-p .col-4 { display: none; }
.artcon-2 .moreart-p .imgwr { height: 240px; overflow: hidden; }
.artcon-2 .moreart-p .img { display: block; width: 100%; }
.artcon-2 .moreart-p .conwr { padding: 15px; color: #8b8b8b; }
.artcon-2 .moreart-p .tit { font-size: 16px; color: #000; }
.artcon-2 .moreart-p .desc { margin: 14px 0 18px; height: 48px; font-size: 14px; line-height: 24px; overflow: hidden; }
.artcon-2 .moreart-p .click, .artcon-2 .moreart-p .time { font-size: 12px; }
.artcon-2 .moreart-p .icon { margin-right: 10px; }
.artcon-2 .moreart-p .col:hover .tit { color: #ff0000; }
.artcon-2 .moreart-t .list { margin-top: 14px; font-size: 0; }
.artcon-2 .moreart-t .col { position: relative; margin-right: 2%; width: 48%; vertical-align: top; }
.artcon-2 .moreart-t .col:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  background-color: #b5b5b5;
  border-radius: 100%;
}
.artcon-2 .moreart-t .link { display: block; padding-left: 16px; font-weight: lighter; font-size: 14px; line-height: 36px; color: #000; }
.artcon-2 .moreart-t .link:hover { color: #ff0000; }
.artcon-2 .comment-post { margin-top: 20px; font-size: 0; }
.artcon-2 .comment-post .intxt {
  margin-bottom: 10px; padding: 5px; width: 100%; height: 120px; font-weight: lighter; font-size: 12px; color: #000; border: 1px solid #979797; box-sizing: border-box;
}
.artcon-2 .comment-post .txt { font-size: 14px; }
.artcon-2 .comment-post .intxt-2 { margin: 0 15px 0 5px; border-bottom: 1px solid #ddd; }
.artcon-2 .comment-post .sub { width: 95px; font-size: 12px; line-height: 25px; color: #fff; background-color: #44a8f2; border: none; border-radius: 3px; }
.artcon-2 .comment-post .sub:hover { background-color: #ff0000; cursor: pointer; }
.artcon-2 .comment-post-nr .row { margin: 20px -30px 0; padding: 20px 30px; font-weight: lighter; border-top: 1px solid #f1f1f1; }
.artcon-2 .comment-post-nr .topwr { font-size: 0; }
.artcon-2 .comment-post-nr .name { margin-left: 25px; font-size: 12px; color: #000; }
.artcon-2 .comment-post-nr .time { margin-left: 15px; font-size: 12px; color: #3f3f3f; }
.artcon-2 .comment-post-nr .conwr { margin-top: 18px; padding-left: 60px; font-size: 18px; color: #010101; }
.artcon-2 .artbar { width: 26%; }
.artcon-2 .artbar .ad { margin-bottom: 10px; }
.artcon-2 .artbar .ad .img { display: block; width: 100%; }
.artcon-2 .hot .tit-t { padding: 0 16px; color: #fff; background: url(bg_artcon2.jpg) 0 0 no-repeat; }
.artcon-2 .hot .cn { font-size: 24px; line-height: 70px; }
.artcon-2 .hot .en { margin-left: 6px; font-size: 14px; text-transform: uppercase; }
.artcon-2 .hot .list { background-color: #fff; }
.artcon-2 .hot .row { margin: 0 10px; padding: 18px 0; border-bottom: 1px solid #c2c2c2; }
.artcon-2 .hot .tit { font-size: 16px; color: #3f3f3f; }
.artcon-2 .hot .time { margin-top: 12px; font-size: 12px; color: #8b8b8b; }
.artcon-2 .hot .row:hover .tit { color: #ff0000; }
.artcon-2 .hot .more { display: block; line-height: 30px; color: #fff; text-align: center; background-color: #a9a9a9; }
.artcon-2 .hot .more:hover { background-color: #000; }
.fixedframe .artcon-2 { margin: 0 auto; width: 1000px; }
.fixedframe .artcon-2 .box { padding: 30px 0 0; }
.fixedframe .artcon-2 .title .txt { margin: 0; }
.fixedframe .artcon-2 .viewweb { margin-bottom: 0; border-bottom: none; }
.fixedframe .artcon-2 .moreart-p { padding: 30px 0; border-top: 1px solid #b9b9b9; border-bottom: 1px solid #b9b9b9; }
.fixedframe .artcon-2 .moreart-p .col { width: 24.25%; }
.fixedframe .artcon-2 .moreart-p .col-3 { margin-right: 1%; }
.fixedframe .artcon-2 .moreart-p .col-4 { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; margin-right: 0; }
.fixedframe .artcon-2 .moreart-p .imgwr { height: auto; }

.artlist-sj, .artlist-sj-menu { margin: 30px auto 80px; width: 94%; max-width: 1200px; }
.artlist-sj .main { margin-top: -50px; font-size: 0; }
.artlist-sj .main .item { margin: 50px 3% 0 0; width: 31.33%; vertical-align: top; }
.artlist-sj .main .item:nth-child(3n) { margin-right: 0; }
.artlist-sj .item .titwr { position: relative; font-weight: bold; font-size: 14px; color: #000; border-bottom: 1px solid #ebebeb; }
.artlist-sj .item .tit { display: inline-block; *display: inline; *zoom: 1; position: relative; margin-bottom: -1px; padding: 0 15px 5px 5px; font-size: 16px; border-bottom: 2px solid #ff0000; }
.artlist-sj .item .tit::before { content: ''; position: absolute; top: 100%; right: 0; width: 50%; height: 2px; background-color: #4d4d4d; }
.artlist-sj .item .more { position: absolute; top: 0; right: 0; color: #666; }
.artlist-sj .item .list { margin-top: 10px; }
.artlist-sj .item .row { position: relative; padding-left: 20px; line-height: 35px; border-bottom: 1px dashed #ddd; }
.artlist-sj .item .row::before { content: ''; position: absolute; top: 13.5px; left: 0; width: 6px; height: 6px; border: 1px solid #666; border-radius: 100%; }
.artlist-sj .item .ltit { margin-right: 76px; font-size: 15px; color: #555; }
.artlist-sj .item .time { position: absolute; top: 0; right: 0; font-size: 12px; color: #999; }
.artlist-sj .item .more:hover, .artlist-sj .item .row:hover .ltit { color: #ff0000; }

.artlist-sj-menu { margin-bottom: 0; font-size: 0; text-align: left; }
.artlist-sj-menu .link { margin: 1% 0.5% 0; border: 1px solid #ddd; border-radius: 4px; }
.artlist-sj-menu .link .txt { padding: 0 10px; font-size: 14px; line-height: 28px; }
.artlist-sj-menu .link.cur { background-color: #ff0000; border-color: #ff0000; }
.artlist-sj-menu .link.cur .txt, .artlist-sj-menu .link.cur:hover .txt { color: #fff; }

/*联系*/
.contact .map { width: 50%; height: 560px; }
.contact .map img { -webkit-transition: none; -moz-transition: none; -ms-transition: none; -o-transition: none; transition: none; }
.contact .conwr { position: relative; width: 50%; height: 560px; background: url(bg_incont.jpg) 0 0 repeat; overflow: hidden; }
.contact .conwr .con { position: absolute; left: 12%; top: 12%; width: 76%; color: #fff; }
.contact .conwr .tit { margin-bottom: 20px; font-size: 24px; }
.contact .conwr .stit { margin-bottom: 15px; font-size: 20px; }
.contact .conwr .row { position: relative; padding-left: 35px; font-size: 16px; line-height: 45px; color: rgba(255, 255, 255, 0.8); }
.contact .conwr .icon { position: absolute; top: 13px; left: 0; }
.contact .conwr .link { color: rgba(255, 255, 255, 0.8); color: #fff\9; }
.contact .conwr .link:hover { color: rgba(255, 255, 255, 1); text-decoration: underline\9; }
.contact .conwr .flink { margin-top: 30px; }
.contact .conwr .flink a { margin-right: 6px; color: #fff; }
.contact .conwr .flink a:hover { text-decoration: underline; }

@media screen and (min-width: 1780px) {
  .caseN .wrap { width: 1780px; }
}
@media screen and (max-width: 1779px) {
  .caseN .wrap { width: 1480px; }
}
@media screen and (max-width:1480px) {
  .header .logo { margin-left: 1%; }
  .header .nav { margin-right: 1%; }
  .header .nav .col { margin-right: 20px; }
  .caseN .wrap { width: 1180px; }
  .service .item .conwr { margin-top: 90px; }
  .service .item .tit { font-size: 30px; }
  .service .item .en { font-size: 28px; }
  .website-pp .item { position: relative; margin-bottom: 80px; }
  .website-pp .item .imgwr { position: absolute; left: 0; top: 0; z-index: 1; margin: 0; width: 100%; height: 100%; }
  .website-pp .item .img { position: absolute; left: 0; top: 0; z-index: 1; width: auto; height: 100%; }
  .website-pp .item .conwr { margin: 0 3% 0 0; opacity: 0.8; filter: alpha(opacity=80); }
  .website-pp .item-l .img { left: auto; right: 0; }
  .website-pp .item-l .conwr { margin: 0 0 0 3%; }
  .website-pp .item:hover .img, .website-pp .item:hover .conwr {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  #acbds { margin-left: 40px; }
}
@media screen and (max-width:1180px) {
  .header .logo { padding: 15px 0; }
  .header .logo .txt { display: none; }
  .header .logo .img { height: 55px; }
  .header .nav .col { margin-right: 10px; }
  .header .nav .link { font-size: 14px; line-height: 85px; }
  .caseN .wrap { width: 880px; }
  .service .item .conwr { margin-top: 30px; }
  .service .item .tit { font-size: 20px; }
  .service .item .en { font-size: 18px; }
  .service .item .con { margin-top: 15px; font-size: 15px; line-height: 1.7; }
  .service .item .ico { padding-left: 49px; font-size: 16px; }
  .website-js .item-1 .con { font-size: 20px; }
  .website-pp .item .en {  margin-top: 50px; font-size: 28px; line-height: 38px; }
  .website-pp .item .cn { margin-top: 30px; font-size: 24px; }
  .website-pp .item .more { margin-top: 50px; }
  .promotion-kr-cg, .promotion-kr-wsm { padding: 100px 0; }
  .promotion-kr-cg .conwr .img { width: 45%; }
  .promotion-kr-cg .conwr .con { margin-left: 4%; width: 50%; font-size: 20px; }
  .promotion-kr-js .con { bottom: 10%; font-size: 20px; line-height: 1.8; }
  .promotion-kr-wsm .tit { font-size: 24px; }
  .promotion-kr-wsm .con { font-size: 18px; }
  .promotion-kr-wsm .conbox { margin-top: 100px; }
  .promotion-kr-xz { padding: 80px 0; }
  .promotion-kr-xz .box .tit, .promotion-kr-xz .box .con { font-size: 22px; }
  .promotion-kr-xz .slidewr { margin-top: 60px; }
  .promotion-kr-xz .i2con .img { display: none; }
  .promotion-kr-xz .i2list { margin-left: 0; width: 100%; }
  .wechat .conwr { position: relative; z-index: 2; padding: 80px 0 100px; }
  .wechat .conwr .list { width: 60%; }
  .wechat .conwr .con { width: 60%; font-size: 20px; }
  .wechat .conwr .tit { font-size: 16px; }
  .wechat-ad .con { font-size: 20px; }
  .wechat-we .conwr .box { max-width: 90%; }
  .wechat-we .conwr .tit { font-size: 22px; }
  .branplan { margin: 60px auto; }
  .branplan .tit { font-size: 26px; }
  .branplan .con { font-size: 18px; }
  .branplan .imgwr { margin-top: 40px; }
  .branplan-gd .list { width: 100%; }
  .branplan-gd .list .col { padding: 30px 0 20px; }
  .branplan-gd .list .tit { font-size: 20px; }
  .branplan-gd .logo { display: none; }
  #abfwB { bottom: 10px; }
  .about-hb .list .col { height: 90px; }
  .contact .conwr { margin-top: 85px; }
  .contact .map { margin-top: 85px; }
}
@media screen and (max-width: 1024px) {
  .service .item .ico { margin-right: 0; width: 100%; max-width: 100%; font-size: 14px; }
  .service-we { margin: 50px auto 20px; }
  .service-we .titwr { margin-bottom: 40px; font-size: 22px; }
  .service-we .item { margin: 0 2% 30px; width: 44%; }
  .service-we .item .tit { font-size: 18px; }
  .service-we .item .con { font-size: 15px; }
  .service-ban { display: none; }
  .service-ban .img { margin-left: -15%; width: 150%; }
  .website-sj .col .num { font-size: 60px; }
  .promotion-js .con { padding-top: 60px; font-size: 20px; }
  .promotion-can .conwr .tit { font-size: 20px; }
  .promotion-can .conwr .con { margin: 0.5em 0 1em; font-size: 16px; line-height: 1.8; }
  .promotion-td, .promotion-fw .box { margin: 40px auto; }
  .promotion-td .col { margin: 20px 1%; vertical-align: top; }
  .promotion-td .col .ico { height: 36px; }
  .promotion-td .col .tit { font-size: 18px; }
  .promotion-td .col .con { font-size: 15px; }
  .promotion-fw { padding: 20px 0; }
  .promotion-fw .conwr .con { font-size: 18px; }
  .promotion-ys .col .tit { font-size: 20px; }
  .promotion-ys .col .con { font-size: 15px; line-height: 1.8; }
  .promotion-zy { margin: 60px auto 20px; }
  .promotion-zy .tit { font-size: 20px; }
  .promotion-zy .swiper-container { margin-top: 20px; }
  .promotion-zy .conwr .stit { margin-top: 16px; font-size: 18px; }
  .promotion-zy .conwr .con { margin-top: 14px; font-size: 15px; }
  .promotion-gg .con { font-size: 20px; line-height: 1.8; }
  .mobile-td .imgwr { display: none; }
  .mobile-td .conwr, .mobile-td .tit, .mobile-td .en, .mobile-td .list { width: 100%; }
  .mobile-why .conwr { margin: 0; padding: 80px 5%; width: 90%; background-color: #272a31; opacity: 0.8; filter: alpha(opacity=80); }
  .mobile-why .img { left: 0; width: 100%; }
  .about-ban .con { margin-top: -80px\9; font-size: 20px; }
  .about-ban .en { letter-spacing: 10px; }
  .about-jj .tit, .about-hb .tit, .artlist .row .md { font-size: 28px; }
  .about-jj .con, .about-hb .con { font-size: 16px; line-height: 1.7; }
  .about-fw .inner .num { font-size: 150px; }
  .about-fw .inner .tit, .about-fw .inner .con { font-size: 16px; }
  .about-lx .tit { margin-bottom: 26px; font-size: 24px; }
  .about-lx .num { font-size: 30px; }
  .artlist .row { padding-left: 110px; }
  .artlist .row .conwr { width: 64%; }
  .artlist .row .imgwr { width: 26%; }
  #fshare, #acbds, .artbar { display: none; }
  .artcon .main, .artcon-2 .main { width: 100%; }
}
@media screen and (max-width: 879px) {
  .caseN .wrap { width: 580px; }
  .menut .box .link { margin: 0 10px; padding: 0 10px; }
}
@media screen and (max-height:650px) {
 
}
@media screen and (max-height:520px) {
  .header .logo { padding: 15px 0; }
  .header .logo .img { height: 55px; }
  .header .nav .link { font-size: 14px; line-height: 85px; }

}
@media screen and (max-width: 640px) {
  body { min-width: 320px; }
  .header { min-width: 320px; overflow: visible; }
  .header .logo { margin-left: 3%; padding: 10px 0; }
  .header .logo .img { height: 40px; }
  .header .nav { margin-top: 21px; margin-right: 3%; }
  .header .nav .list {
    position: fixed;
    top: 60px;
    left: 0;
    z-index: 9;
    padding: 20px 0 60px;
    width: 100%;
    height: 0;
    text-align: center;
    background-color: #fff;
    overflow-y: scroll;
  }
  .header .nav .col {
    margin-right: 0;
    width: 94%;
    text-align: center;
    border-bottom: 1px solid #eee;
    -webkit-transform: translate3d(0, -30%, 0);
    -moz-transform: translate3d(0, -30%, 0);
    -ms-transform: translate3d(0, -30%, 0);
    -o-transform: translate3d(0, -30%, 0);
    transform: translate3d(0, -30%, 0);
  }
  .header .nav .link { font-size: 16px; line-height: 50px; color: #333; }
  .header .nav .link:hover, .header .cur .link { color: #ff0000; }
  .header.on { background-color: #fff; }
  .header .nav.on .list { height: 100%; height: calc(100% - 140px); }
  .footer { padding: 12px 3% 58px; font-size: 13px; line-height: 1.8; }
  /*#fshare, .floatright, .pagelist-pc { display: none; }*/
  .mtools, .pagelist-m { display: block; }
  .banner { overflow: hidden; }
  .banner .img, .about-ban .img, .about-fw .img { margin-left: -25%; width: 150%; }
  .caseN { margin: 30px 3%; }
  .caseN .wrap, .caseN .showcase, .caseN .wrap .container { width: 100%; }
  .caseN .showcase, .caseN .showcase .imgbox, .caseN .showcase .imgwr { height: auto; }
  .caseN .showcase .imgwr { margin-bottom: 0; }
  .caseN .showcase .item-sc:nth-child(1) { position: relative; }
  .caseN .showcase .tit { font-size: 18px; }
  .caseN .showcase .btn { bottom: 135px; }
  .caseN .item-b { margin: 0 3% 20px 0; padding: 5px; width: 47%; box-sizing: border-box; }
  .caseN .item .img-pc { display: none; }
  .caseN .item .img-m { display: block; }
  .caseN .item .conwr { padding: 10px 0; }
  .caseN .item .tit { padding-right: 0; font-size: 14px; }
  .caseN .showcase .tit, .caseN .item .time, .caseN .item .tags, .caseN .item .desc { display: none; }
  .caseN .more { margin-bottom: 0; }
  .caseN .swiper-container-horizontal>.swiper-pagination-bullets { bottom: 30px; }
  .fixedframe .wrap { padding: 20px 3%; width: 94%; }
  .fixedframe-inner, .fixedframe .artcon-2 { width: 100%; }
  /*.fixedframe-inner .tit { font-size: 18px; text-align: center; }*/
  .fixedframe-inner .tools { position: fixed; right: 0; opacity: 0.8; filter: alpha(opacity=80); }
  .fixedframe-inner .tools .btn { display: none; }
  .fixedframe-inner .tools .close { display: block; }
  .fixedframe .artcon-2 .moreart-p .col { width: 49%; }
  .fixedframe .artcon-2 .moreart-p .col-3 { margin-right: 0; }
  .service .item .conwr { float: none; margin: 30px auto; width: 94%; }
  .service .item .ico { margin-bottom: 10px; padding-bottom: 10px; border-bottom: 1px solid #ddd; }
  .service .item .ico:hover { text-decoration: none; }
  .service .item .imgwr { float: none; width: 100%; }
  .service-we { margin: 30px auto 10px; }
  .service-we .titwr { margin-bottom: 25px; font-size: 18px; line-height: 1.7; }
  .service-we .item { margin: 0 0 20px; width: 100%; }
  .website, .website-sj, .artlist, .artlist-2, .about-jj, .about-hb, .market-xt, .market-jr { margin: 30px auto; }
  .website .list .item { margin: 0 0 30px; width: 48%; }
  .website .list .item:nth-child(2n) { margin-left: 4%; }
  .website .list .ico { height: 60px; }
  .website .list .con { font-size: 13px; line-height: 1.7; }
  .website .slidewr { margin-top: 0; }
  .website .slidewr .prev { left: 0; }
  .website .slidewr .next { right: 0; }
  .website .slidewr .btn {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6);
  }
  .website-js .item-1 { width: 50%; background-color: #000; }
  .website-js .item-1 .img { position: absolute; left: 0; bottom: 0; }
  .website-js .item-1 .con { position: relative; top: 0; right: 0; margin: 0; padding: 10px; width: auto; font-size: 16px; text-align: left; }
  .website-js .item-2 { margin-left: -30%; margin-top: 15%; width: 80%; }
  .website-sj .col { vertical-align: top; }
  .website-sj .col:before { display: none; }
  .website-sj .col .num { font-size: 24px; }
  .website-sj .col .num:after { top: 10%; }
  .website-sj .col .txt { font-size: 14px; }
  .website-pp { padding-top: 30px; }
  .website-pp .item { margin-bottom: 30px; }
  .website-pp .item .conwr { float: none; margin: 0 3%; padding: 20px 10px; width: auto; }
  .website-pp .item .tag { display: none; }
  .website-pp .item .en { display: none; margin: 1em 0; font-size: 18px; line-height: 1.3; }
  .website-pp .item .cn { margin-top: 0; font-size: 18px; }
  .website-pp .item .con {
    margin: 1.5em 0; height: 72px; font-size: 14px; line-height: 24px; overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3;
  }
  .website-pp .item .more { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin-top: 0; background: none; }
  .market-xt .tit { font-size: 18px; }
  .market-xt .stit { margin-top: 15px; font-size: 16px; }
  .market-xt .list { margin: 0; text-align: center; background: none; }
  .market-xt .list .col { margin: 20px 1% 0; width: 31.33%; }
  .market-xt .list .iconwr {
    display: inline-block; vertical-align: top; padding: 0 2%; width: 70%; height: auto; background-color: #fe2f39; border-radius: 100%;
  }
  .market-xt .list .ctit, .market-td .stit { margin-top: 8px; font-size: 16px; }
  .market-xt .list .cinfo { margin-top: 2px; font-size: 14px; }
  .market-xt .list .icon {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .market-td { margin-bottom: 30px; padding: 0 3%; background-size: 180% auto; }
  .market-td .tit { font-size: 18px; line-height: normal; }
  .market-td .list { margin-top: 0; width: 100%; }
  .market-td .list .col { margin: 20px 0 0; width: 48%; background-color: #f9f9f9; background-size: 100% auto; vertical-align: top; }
  .market-td .list .col:nth-child(2n), .market-db .list .col:nth-child(2n) { margin-left: 4%; }
  .market-td .list .ctit { font-size: 16px; line-height: 36px; }
  .market-td .list .con { padding: 10px; height: auto; line-height: 1.6; }
  .market-db { height: auto; background: none; }
  .market-db .list .col { margin: 0 0 30px; width: 48%; color: #666; vertical-align: top; }
  .market-db .list .imgwr { margin-top: 0; max-height: normal; }
  .market-db .list .tit { margin-top: 15px; font-size: 16px; }
  .market-db .list .con { margin-top: 8px; line-height: 1.7; }
  .market-nw { height: 200px; background-size: auto 100%; }
  .market-kh, .market-tg, .mobile-td, .mobile-what, .mobile-bg { padding: 30px 0; }
  .market-kh .tit { position: relative; top: 0; right: 0; text-align: center; }
  .market-kh .tit .img { max-width: 90%; }
  .market-kh .list { width: 100%; font-size: 0; }
  .market-kh .list .col { float: none; display: inline-block; margin: 20px 2% 0 0; width: 32%; height: 90px; vertical-align: top; }
  .market-kh .list .col:nth-child(3n) { margin-right: 0; }
  .market-kh .list .img { max-width: 90%; }
  .market-tg .tit, .market-jr .tit, .promotion-can .conwr .tit, .promotion-zy .tit { font-size: 18px; }
  .about-ban .con, .market-tg .stit, .promotion-gg .con { font-size: 16px; line-height: 1.8; }
  .market-tg .conwr, .market-tg .imgwr { margin: 20px 0; width: 100%; max-width: 100%; text-align: center; }
  .market-tg .conwr .ctit, .promotion-td .col .tit { font-size: 16px; }
  .market-tg .conwr .con, .market-jr .con, .mobile-td .list .con, .mobile-what .item .con, .mobile-why .conwr .con, .mobile-kc .conwr, .mobile-lx .con,
  .promotion-can .conwr .con, .promotion-td .col .con, .promotion-fw .conwr .con {
    font-size: 14px; line-height: 1.7;
  }
  .market-tg .imgwr { margin: 0; }
  .market-zz { height: auto; background-position: left top; background-size: auto 100%; }
  .market-zz .conwr { padding-top: 30px; }
  .market-zz .conwr .stit { margin: 0 auto; width: 300px; }
  .market-zz .conwr .tit { margin-top: -40px; font-size: 18px; text-align: center; }
  .market-zz .conwr .con { margin-top: 30px; width: 100%; text-align: center; }
  .market-zz .imgwr { padding: 0 0 30px; width: 100%; }
  .market-zz .imgwr .col { float: none; display: inline-block; margin: 0 2% 10px 0; width: 32%; height: auto; vertical-align: top; }
  .market-zz .imgwr .col:nth-child(3n) { margin-right: 0; }
  .market-zz .imgwr .img { height: auto; }
  .market-jr .img { margin-top: 20px; max-width: 100%; }
  .market-jr .tel { margin-top: 20px; font-size: 18px; }
  .market-jr .tel .num { font-size: 22px; }
  .market-jr .info { font-size: 16px; line-height: 36px; }
  .mobile-td .tit, .mobile-what .tit, .mobile-why .conwr .tit, .mobile-kc .conwr .tit, .mobile-lx .tit, .mobile-tel .tit { font-size: 18px; text-align: center; }
  .mobile-td .en { font-size: 14px; line-height: 1.7; text-align: center; }
  .mobile-td .list .row { margin-top: 20px; padding: 8px 10px 8px 70px; }
  .mobile-td .list .icowr { left: 10px; top: 11px; width: 50px; height: 50px; }
  .mobile-td .list .ico { width: 50px; }
  .mobile-td .list .stit, .mobile-what .item .stit, .mobile-why .conwr .stit { font-size: 16px; }
  .mobile-what .slide { margin-top: 30px; }
  .mobile-what .item { overflow: hidden; }
  .mobile-what .item .conwr { position: relative; max-height: normal; }
  .mobile-what .item .img {
    position: absolute; left: 50%; top: 0; width: auto; min-width: 100%; height: 100%; -webkit-transform: translate3d(-50%, 0, 0); transform: translate3d(-50%, 0, 0);
  }
  .mobile-why .conwr { padding: 20px 5%; opacity: 0.9; filter: alpha(opacity=90); }
  .mobile-why .conwr .line { margin: 20px auto 0; }
  .mobile-why .conwr .row, .mobile-lx .con { margin-top: 20px; }
  .mobile-why .img { width: auto; min-width: 100%; }
  .mobile-kc { height: auto; }
  .mobile-kc .comwrap-mb { position: relative; padding: 30px 0; }
  .mobile-kc .conwr {
    position: relative;
    right: 0;
    top: 0;
    width: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .mobile-kc .conwr .con, .mobile-tel .txt { margin-top: 20px; }
  .mobile-lx { margin-bottom: 30px; }
  .mobile-lx .img { margin-top: 0; }
  .mobile-td2 { display: none; }
  .mobile-tel { padding: 20px 3%; }
  .mobile-tel .txt { min-width: 0; line-height: 40px; }
  .mobile-tel .txt .icon { margin-left: 20px; }
  .promotion-js .con { padding-top: 30px; font-size: 16px; line-height: 1.7; text-align: center; }
  .promotion-js .img { margin-top: 20px; }
  .promotion-can .conbg { height: 100%; }
  .promotion-can .img { width: 120%; }
  .promotion-td, .promotion-fw .box { margin: 30px auto; }
  .promotion-td .col { margin: 10px 0; width: 48%; }
  .promotion-td .col:nth-child(2n) { margin-left: 4%; }
  .promotion-fw { padding: 1px 0; }
  .promotion-fw .conwr, .promotion-fw .imgwr, .promotion-zy .conwr, .promotion-zy .imgwr, .wechat-we .conwr, .wechat-we .imgwr { margin: 0; width: 100%; }
  .promotion-fw .imgwr, .wechat-we .imgwr { margin-top: 20px; }
  .promotion-fw .conwr .list { text-align: center; }
  .promotion-fw .conwr .col { margin: 8% 4% 0; }
  .promotion-ys .col { width: 50%; }
  .promotion-zy { margin: 30px auto 20px; }
  .promotion-zy .conwr { text-align: center; }
  .promotion-zy .swiper-container-horizontal>.swiper-pagination-bullets { bottom: 5px; left: 0; width: 100%; text-align: center; }
  .promotion-gg, .promotion-kr-js { overflow: hidden; }
  .promotion-gg .img, .promotion-kr-js .img { margin-left: -25%; width: 150%; }
  .promotion-kr-cg .conwr .img { display: block; margin: 0 auto; width: 90%; }
  .promotion-kr-cg .conwr .con { display: block; margin: 20px auto 0; width: 100%; font-size: 16px; text-align: center; }
  .promotion-kr-js .con, .promotion-kr-wsm .con { font-size: 16px; }
  .promotion-kr-wsm .tit, .promotion-kr-xz .box .tit, .promotion-kr-xz .box .con { font-size: 18px; }
  .promotion-kr-wsm .conbox, .promotion-kr-xz .slidewr { margin-top: 30px; }
  .promotion-kr-wsm .conbox .conwr { margin: 0; padding: 20px 3%; width: 94%; font-size: 16px; }
  .promotion-kr-wsm.anime-r .img { display: none; }
  .promotion-kr-xz .bitem .txt { font-size: 12px; }
  .promotion-kr-xz .i2list .col { padding-right: 4%; width: 48%; }
  .promotion-kr-xz .i2list .col-2 { padding-right: 0; }
  .promotion-kr-xz .i2list .tit { padding: 10px; font-size: 16px; }
  .promotion-kr-xz .i2list .con { font-size: 14px; }
  .wechat .conwr, .promotion-kr-cg, .promotion-kr-wsm, .promotion-kr-wsm .conbox, .promotion-kr-xz { padding: 30px 0; }
  .wechat .conwr .con { width: 100%; font-size: 16px; }
  .wechat .conwr .list { width: 100%; font-size: 0; }
  .wechat .conwr .col { margin-right: 0; width: 48%; }
  .wechat .conwr .col:nth-child(2n) { margin-left: 4%; }
  .wechat .conwr .txt { font-size: 15px; }
  .wechat-ad .con, .wechat-we .conwr .stit, .wechat-we .conwr .con { font-size: 16px; }
  .wechat-we, .branplan { margin: 30px auto; }
  .wechat-we .conwr .box { text-align: center; }
  .wechat-we .conwr .tit, .branplan .tit, .branplan-gd .list .tit { font-size: 18px; }
  .wechat-we .conwr .line { margin: 14px auto 0; }
  .wechat-we .conwr .con, .branplan .con, .branplan-gd .list .con { margin-top: 14px; font-size: 14px; line-height: 1.7; }
  .branplan-gd .list .col { padding: 15px 0; }
  .about-ban .en { letter-spacing: 1px; }
  .about-jj .tit { display: none; margin-bottom: 20px; padding: 0 3% 10px; width: 94%; text-align: center; }
  .about-jj .tit, .about-hb .tit, .artlist .row .md { font-size: 18px; }
  .about-jj .con, .about-hb .con { width: 100%; }
  .about-fw .swiper-slide { overflow: hidden; }
  .about-fw .inner { text-align: center; }
  .about-fw .inner .num { font-size: 40px; }
  .about-fw .inner .tit { display: none; }
  .about-fw .inner .tit, .about-fw .inner .con { margin-top: 0; font-size: 14px; line-height: 1.6; }
  .about-fw .inner .conwr { margin: 0 auto; width: 90%; text-align: center; }
  #abfwB { text-align: center; }
  .about-ban .img-2 { display: none; margin-left: -15%; width: 130%; }
  .about-hb { display: none; }
  .about-hb .con { margin-bottom: 0; }
  .about-hb .list .col { margin-top: 20px; width: 31.33%; height: auto; vertical-align: middle; }
  .about-hb .list .img {
    position: relative;
    top: 0;
    max-width: 80%;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .about-lx { margin: 30px auto; }
  .about-lx .tit { margin-bottom: 20px; font-size: 18px; }
  .about-lx .num { font-size: 22px; font-weight: bold; }
  .artlist .row { margin-bottom: 25px; padding-left: 80px; }
  .artlist .row .time { top: 0; }
  .artlist .row .year, .artlist .row .more { width: 100%; }
  .artlist .row .more { margin-top: 8px; padding-top: 6px; text-align: center; }
  .artlist .row .conwr, .artfb .left, .artfb .right, .artfb .left .sub { width: 100%; -webkit-appearance: none; }
  .artlist .row .tit { margin-bottom: 10px; }
  .artlist .row .desc { height: 46px; font-size: 13px; line-height: 23px; }
  .artlist .row .imgwr, .artlist-2 .list .imgwr { display: none; }
  .artlist-2 .list .row { margin-bottom: 20px; padding: 10px; }
  .artlist-2 .list .timewr { top: 14px; padding: 6px; width: auto; height: auto; }
  .artlist-2 .list .md, .artlist-2 .list .tit { font-size: 16px; }
  .artlist-2 .list .conwr { margin-top: 0; margin-left: 70px; width: auto; }
  .artlist-2 .list .desc {
    margin-top: 10px;
    height: 46px;
    font-size: 13px;
    line-height: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .position { margin: 20px auto 30px; font-size: 12px; }
  .artcon { margin-bottom: 30px; }
  .artcon .main .title { font-size: 18px; text-align: center; }
  .artcon .main .info { font-size: 13px; text-align: center; }
  .artcon .main .body, .advisory { margin-top: 25px; }
  .artpage { margin-top: 25px; padding: 14px 0; }
  .artpage .col { width: 100%; max-width: 100%; line-height: 24px; }
  .artpage .col-n { margin-left: 0; }
  .advisory .img { height: 140px; }
  .advisory .txt { right: 8px; bottom: 16px; width: auto; font-size: 12px; line-height: normal; letter-spacing: 0px; }
  .artfb { padding-bottom: 0; }
  .artfb .right .row { margin-top: 20px; }
  .artfb .left .row { margin-bottom: 20px; }
  .artcon-2 .box { padding: 10px; }
  .artcon-2 .title { padding-bottom: 14px; }
  .artcon-2 .title .txt { margin: 0; font-size: 18px; text-align: center; }
  .artcon-2 .info, .artcon-2 .ewmwr { margin-bottom: 20px; }
  #a2bds, .artcon-2 .info .position { display: none; }
  .artcon-2 .info .txt { width: 100%; text-align: center; }
  .artcon-2 .body { margin-bottom: 20px; }
  .artcon-2 .ewmwr .col { margin: 0; width: 46%; }
  .artcon-2 .ewmwr .col:nth-child(2) { margin-left: 8%; }
  .artcon-2 .artpage { padding: 14px 0; }
  .artcon-2 .artpage .back { display: block; position: relative; top: 0; margin: 20px auto 0; font-size: 16px; }
  .artcon-2 .tags .link { margin: 10px 5px 0 0; padding: 0 6px; font-size: 12px; line-height: 24px; }
  .artcon-2 .moreart-p .col { margin: 0 0 10px 0; width: 49%; }
  .artcon-2 .moreart-p .col:nth-child(2n) { margin-left: 2%; }
  .artcon-2 .moreart-p .col-4 { display: inline-block; *display: inline; *zoom: 1; vertical-align: top; }
  .artcon-2 .moreart-p .conwr { padding: 10px 5px; }
  .artcon-2 .moreart-p .tit { font-size: 14px; }
  .artcon-2 .moreart-t .col { margin-right: 0; width: 100%; }
  .artcon-2 .moreart-t .link { line-height: 30px; }
  .artcon-2 .comment-post .row { display: block; margin-bottom: 10px; }
  .artcon-2 .comment-post .sub { float: none; display: block; margin: 0 auto; width: 100%; line-height: 30px; box-sizing: border-box; }
  .artcon-2 .comment-post-nr .row { margin-top: 10px; padding: 10px 30px; }
  .artcon-2 .comment-post-nr .topwr .img { height: 35px; }
  .artcon-2 .comment-post-nr .name, .artcon-2 .comment-post-nr .time { margin-left: 30px; }
  .artcon-2 .comment-post-nr .conwr { margin-top: 10px; font-size: 16px; }
  .contact .conwr { padding: 20px 4%; width: 92%; height: auto; }
  .contact .conwr .con { position: relative; left: 0; top: 0; margin-top: 0; width: 100%; }
  .contact .conwr .tit { margin-bottom: 0; font-size: 18px; text-align: center; }
  .contact .conwr .stit { margin-top: 4px; font-size: 16px; text-align: center; }
  .contact .conwr .row { margin-top: 10px; font-size: 15px; line-height: 22px; }
  .contact .conwr .icon { top: 2px; }
  .contact .map { display: none; width: 100%; height: 250px; }

  .artlist-sj { margin: 10px auto 30px; }
  .artlist-sj .main { margin-top: 0; }
  .artlist-sj .main .item { display: block; margin: 30px 0 0; width: auto; }
  .artlist-sj .item .titwr { font-size: 12px; }
  .artlist-sj .item .row { padding-left: 16px; line-height: 28px; }
  .artlist-sj .item .row::before { top: 11px; width: 4px; height: 4px; }
  .artlist-sj .item .ltit { font-size: 14px; }
}