/*
THEME NAME: 文迅科技
THEME URI: http://www.panda-studio.cn/
DESCRIPTION: 重庆文迅科技股份有限公司
VERSION: 1.0
TAGS: 官网
Template: sandbox
*/
/*common*/
input,button,select,textarea{outline:none}
a:hover,a:focus {text-decoration: none;outline: none;color: #20a0ff;}
body {
	min-width: 320px;
	font-size: 14px;
	width: 100%;
	font-family: "Microsoft YaHei UI","Microsoft YaHei","PingFang SC","Helvetica Neue",Helvetica,Arial,sans-serif;
}
a:not([href]) {
	cursor: default;
}
*:before,*:after {
	font-family: "Microsoft YaHei UI","Microsoft YaHei","PingFang SC","Helvetica Neue",Helvetica,Arial,sans-serif,"FontAwesome";
}
.no-padding {
	padding-left: 0;
	padding-right: 0;
}
.bg-white {
	background-color: #fff;
}
.bg-gray {
	background-color: #f8fafc;
}
.bg-gradient {
	background:#20a0ff url('./imgs/opacitywave.svg') no-repeat right center;
	background: url('./imgs/opacitywave.svg') no-repeat right center,-webkit-gradient(linear,left top, right top,from(#20a0ff),to(#4acaff));
	background: url('./imgs/opacitywave.svg') no-repeat right center,-webkit-linear-gradient(left,#20a0ff,#4acaff);
	background: url('./imgs/opacitywave.svg') no-repeat right center,-o-linear-gradient(left,#20a0ff,#4acaff);
	background: url('./imgs/opacitywave.svg') no-repeat right center,linear-gradient(90deg,#20a0ff,#4acaff);
}
.model {
	padding: 30px 0;
}
.whiteWave {
	background-image: url('./imgs/whitewave.svg');
	background-repeat: no-repeat;
	background-size: 110% auto;
	background-position: 10% 75%;
}

/*mobile header*/
#header .mobile {
	position: fixed;
	width: 100%;
	height: 40px;
	z-index: 999;
	background: rgba(0,0,0,.2);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
#header .mobile .logo {
	height: 24px;
	margin-top: 8px;
	background: url('./imgs/logo.svg') no-repeat left center / contain;
}
#header .mobile .menu {
	position: relative;
	height: 40px;
}
#header .mobile .menu-icon {
	cursor: pointer;
	height: 40px;
	padding-left: 15px;
	padding-top: 7px;
	position: absolute;
	right: -15px;
	top: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	width: 54px;
}
#header .mobile .bread {
	width: 24px;
	height: 2px;
	border-radius: 2px;
	background: #fff;
	margin: 5px 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#header .mobile .expand .bread {
	background: #666;
}
#header .mobile .expand .bread1 {
	margin-top: 13px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#header .mobile .expand .bread2 {
	width: 0px;
	margin: 5px 12px;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#header .mobile .expand .bread3 {
	margin-top: -14px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
#header .mobile .menu-list {
	background: rgba(255,255,255,.96);
	height: 100%;
	left: 0;
	padding-top: 40px;
	overflow: hidden;
	position: fixed;
	width: 100%;
	z-index: -1;
	opacity: 0;
	display: none;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}
#header .mobile .menu-list.show {
	opacity: 1;
	-webkit-transition: opacity 0.4s;
	-o-transition: opacity 0.4s;
	transition: opacity 0.4s;
}
#header .mobile .menu-list .list {
	overflow: auto;
	height: 100%;
}
#header .mobile .menu-top-container {
	display: none;
}
#header ul,#header li {
	list-style: none;
	padding: 0;
}
#header .mobile a {
	color: #333;
	text-decoration: none;
}
#header ul.sub-menu {
	display: none;
}
#header .mobile ul.menu > li {
	padding: 0 15px;
}
#header .mobile li > a {
	padding: 15px 5px;
	display: block;
	position: relative;
}
#header .mobile li.menu-item-has-children > a:after {
	content: "\f105";
	position:absolute;
	right: 10px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	color: #999;
}
#header .mobile li.menu-item-has-children.expand > a:after {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
#header .mobile ul.menu > li+li > a {
	border-top: 1px solid rgba(0,0,0,.08);
}
#header .mobile ul.sub-menu > li > a {
	padding: 15px 0;
	display: block;
	color: #666;
}
#header .mobile ul ul {
	padding-left: 24px;
}

/*mobile white*/
#header .mobile.whiteNav {
	background: rgba(255,255,255,.96);
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,.1);
	        box-shadow: 0 2px 4px rgba(0,0,0,.1);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
#header .mobile.whiteNav .bread {
	background: #666;
}
#header .mobile.whiteNav .logo {
	background-image: url('./imgs/logo-color.svg');
}
#header .mobile .logo.expand {
	background-image: url('./imgs/logo-color.svg');
}

/*desktop header*/
#header .desktop {
	height: 60px;
	background: rgba(0,0,0,.2);
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
#header .desktop .logo {
	height: 60px;
	background: url('./imgs/logo.svg') no-repeat left center / auto 34px;
}
#header .desktop .menu-list {
	text-align: right;
}
#header .desktop ul.menu > li {
	display: inline-block;
	position: relative;
}
#header .desktop ul.menu > li > ul {
	position: absolute;
}
#header .desktop ul.menu > li > a {
	display: block;
	color: #fff;
	height: 57px;
	margin-top: 3px;
	padding-bottom: 3px;
	line-height: 54px;
	padding: 0 15px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
#header .desktop ul.menu > li.menu-item-has-children.expand > a {
	background:#fff;
	color: #20a0ff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

#header .desktop ul.menu > li > ul.sub-menu {
	text-align: left;
	padding: 4px 0;
	background: #fff;
	min-width: 150px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
	opacity: 0;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

#header .desktop ul.menu > li.expand > ul.sub-menu {
	opacity: 1;
	-webkit-transition: opacity .4s;
	-o-transition: opacity .4s;
	transition: opacity .4s;
}

#header .desktop ul.menu > li:last-child > ul.sub-menu  {
	border-top-right-radius: 0px;
	border-top-left-radius: 4px;
	position: absolute;
	right: 0;
}

#header .desktop ul.menu > li > ul.sub-menu > li > a {
	display: block;
	padding: 0 15px;
	height: 38px;
	color: #666;
	line-height: 38px;
	width: 100%;
}
#header .desktop ul.menu > li > ul.sub-menu > li {
	position: relative;
	height: 38px;
}
#header .desktop ul.menu > li > ul.sub-menu > li:before {
	content: "";
	background: #20a0ff;
	background: -webkit-linear-gradient(280deg,#20a0ff 15%,#1ebdff 90%);
	background: -o-linear-gradient(280deg,#20a0ff 15%,#1ebdff 90%);
	background: linear-gradient(170deg,#20a0ff 15%,#1ebdff 90%);
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
#header .desktop ul.menu > li > ul.sub-menu > li:hover:before {
	opacity: 1;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
}
#header .desktop ul.menu > li > ul.sub-menu > li:hover > a {
	color: #fff;
	-webkit-transition: .1s;
	-o-transition: .1s;
	transition: .1s;
}
#header .desktop ul.menu > li > ul.sub-menu > li > a {
	z-index: 1;
	position: absolute;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space:nowrap;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

/*desktop whiteNav*/
#header .desktop.whiteNav {
	background: rgba(255,255,255,.96);
	-webkit-box-shadow: 0 2px 3px rgba(0,0,0,.1);
	        box-shadow: 0 2px 3px rgba(0,0,0,.1);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
#header .desktop.whiteNav .bread {
	background: #666;
}
#header .desktop.whiteNav .logo {
	background-image: url('./imgs/logo-color.svg');
}
#header .desktop.whiteNav ul.menu > li > a {
	color: #666;
}
#header .desktop.whiteNav ul.menu > li.menu-item-has-children.expand > a {
	background: transparent;
}
#header .desktop.whiteNav ul.menu > li.menu-item-has-children > a:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: calc(50% - 5px);
	width: 0;
	height: 0;
	border-bottom: 5px solid #20a0ff;
	border-top: 5px solid transparent;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
#header .desktop.whiteNav ul.menu > li.menu-item-has-children.expand > a:before {
	opacity: 1;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
#header .desktop.whiteNav ul.menu > li > ul.sub-menu {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	background: rgba(255,255,255,.96);
	-webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
	        box-shadow: 0 5px 5px rgba(0, 0, 0, 0.15);
	border-top: 2px solid #20a0ff;
}

/*top-img*/
.top-img {
	height: 300px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
}
.top-img.dark:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	background: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,.7)),to(rgba(0,0,0,.4)));
	background: -webkit-linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.4));
	background: -o-linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.4));
	background: linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.4))
}
.top-img .modelTitle {
	text-align: center;
	text-shadow: 0 3px 4px rgba(0,0,0,.2);
	margin-top:0px;
	position: relative;
	z-index: 1;
}
.top-img .modelTitle .title {
	font-size: 22px;
	color: #fff;
}
.top-img .modelTitle .title a {
	color: #fff;
}
.top-img .modelTitle .description {
	font-size: 12px;
	color: #fff;
}
.button-dark {
	padding: 8px 16px;
	color: #fff;
	border: 1px solid rgba(255,255,255,.38);
	border-radius: 4px;
	line-height: 1em;
	text-shadow: none;
	display: inline-block;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.button-dark:focus {
	color: #fff;
}
.button-dark:hover {
	background: #fff;
	color: #20a0ff;
	border: 1px solid white;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	-webkit-box-shadow: 0 6px 8px rgba(0,0,0,.2);
	        box-shadow: 0 6px 8px rgba(0,0,0,.2);
}
.top-img .index-modelTitle .button-dark {
	margin-top: 1em;
}

/*service*/
.modelTitle {
	text-align: center;
}
.modelTitle > .title {
	font-size: 22px;
	color: #666;
}
.modelTitle > .description {
	font-size: 12px;
	color: #aaa;
}


div[pandaSlider=enable] {
	overflow: hidden;
}

div[pandaSlider=enable] > *.page {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

div[pandaSlider=enable] > *.hidden {
	display:none;
}

div[pandaSlider=enable] > *.future {
	-webkit-transform: translateX(33.3%);
	    -ms-transform: translateX(33.3%);
	        transform: translateX(33.3%);
	opacity: 0;
}

div[pandaSlider=enable] > *.past {
	-webkit-transform: translateX(-33.3%);
	    -ms-transform: translateX(-33.3%);
	        transform: translateX(-33.3%);
	opacity: 0;
}

div[pandaSlider=enable] > *.current{
	z-index: 1;
}

div[pandaSlider=enable] > .anchors{
	z-index: 1;
	position: absolute;
	list-style: none;
	padding: 0;
	margin: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

div[pandaSlider=enable] > .anchors > li {
	list-style: none;
	display: inline-block;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ddd;
	margin: 0 3px;
	cursor: pointer;
}

div[pandaSlider=enable] > .anchors > li.current {
	background: #20a0ff;
}

div[pandaSlider=enable] > .navigator > .prev {
	width: 40px;
	height: 40px;
	position: absolute;
	left: 20px;
	bottom: 0;
	z-index: 1;
	background:transparent;
}

div[pandaSlider=enable] > .navigator > .next {
	width: 40px;
	height: 40px;
	position: absolute;
	right: 20px;
	bottom: 0;
	z-index: 1;
	background:transparent;
}

.slider-service {
	height: 250px;
	margin-top: 20px;
}
.serviceItemBox {
	text-align: center;
	max-width: 270px;
	margin: auto;
}
.slider-service .serviceImg {
	height: 100px;
	background-repeat: no-repeat;
	background-position: center center;
}
.slider-service .serviceTitle {
	font-size: 14px;
	color: #666;
	display: inline-block;
	cursor: default;
	position: relative;
}
.slider-service .serviceTitle:before {
	content: "";
	display: inline-block;
	width: 12px;
	height: 1px;
	background: #20a0ff;
	position: absolute;
	top: 50%;
	left: -18px;
}
.slider-service .serviceTitle:after {
	content: "";
	display: inline-block;
	width: 12px;
	height: 1px;
	background: #20a0ff;
	position: absolute;
	top: 50%;
	right: -18px;
}
.slider-service .serviceDescription {
	font-size: 12px;
	color: #aaa;
	margin-top: 20px;
	cursor: default;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.slider-service .serviceDescription:hover {
	color: #666;
	margin-top: 15px;
	-webkit-transition: .25s;
	-o-transition: .25s;
	transition: .25s;
}
.slider-service .navigator * {
	border: 0px;
	top: calc(50% - 30px);
	padding: 0;
}
.slider-service .navigator *:after {
	color: #eee;
	font-size: 36px;
	line-height: 30px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.slider-service .navigator .prev:after {
	content: "\f104";
}
.slider-service .navigator .next:after {
	content: "\f105";
}
.slider-service .navigator *:hover:after {
	color: #20a0ff;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

/*product*/
.productSwipe {
	white-space: nowrap;
	overflow-y: hidden;
	overflow-x: ;
	margin-top: 20px;
	height: 370px;
	-webkit-overflow-scrolling: touch;
}
.productItemBox {
	height: 350px;
	background-size: cover;
	background-position: center;
	position: relative;
	text-align: center;
	padding-top: 90px;
	display: inline-block;
	white-space: normal;
	padding-left: 15px;
	padding-right: 15px;
	width: 240px;
	vertical-align: top;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.productItemBox:before {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #f8fafc;
	opacity: .9;
	border: 1px solid #d2d6da;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
a:nth-child(n + 2) > .productItemBox:before {
	border-left: none;
}
a:nth-child(odd) > .productItemBox:before {
	background: #e5eff9;
}
.productItemBox:after {
	content: "";
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #20a0ff;
	background: -webkit-linear-gradient(330deg,#20a0ff,#4acaff);
	background: -o-linear-gradient(330deg,#20a0ff,#4acaff);
	background: linear-gradient(120deg,#20a0ff,#4acaff);
	border: 1px solid #20a0ff;
	opacity: 0;
	-webkit-box-shadow: 0 10px 15px rgba(32,160,255,.3);
	        box-shadow: 0 10px 15px rgba(32,160,255,.3);
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}
.productItemBox > * {
	position: relative;
	z-index: 1;
}
.productItemBox .productImg {
	height: 100px;
}
.productItemBox .productImg > * {
	position: absolute;
	top: 0;
	height: 100px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.productItemBox .productImg > .hover,.productItemBox:hover .productImg > .default {
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.productItemBox:hover .productImg > .hover {
	opacity: 1;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.productItemBox .productTitle {
	font-size: 14px;
	color: #555;
	margin-top: 20px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.productItemBox .productDescription {
	font-size: 12px;
	color: #fff;
	margin-top: 10px;
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.productItemBox:hover {
	padding-top: 60px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	z-index: 1;
}
.productItemBox:hover:before {
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.productItemBox:hover:after {
	opacity: .9;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.productItemBox:hover .productTitle {
	color: #fff;
	text-shadow: 0 2px 4px rgba(0,50,160,.5);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.productItemBox:hover .productDescription {
	opacity: 1;
	color: #fff;
	text-shadow: 0 2px 4px rgba(0,50,160,.5);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.productModel .productNavArrow {
	font-size: 36px;
	color: #e3e4e5;
	padding-top: 176px;
	text-align: center;
}
.productModel .productNavArrow > i {
	display: block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	margin: auto;
}
.productModel .productNavArrow > i:hover {
	color: #20a0ff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

/*monument*/
.monumentModel .monumentItems {
	margin-top: 20px;
}
.monumentModel .monumentItem:nth-child(even):before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid #20a0ff;
	background: #fff;
	left: -4px;
	top: 10px;
	z-index: 1;
}
.monumentModel .monumentItem:nth-child(even):after {
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 100%;
	background: #20a0ff;
	top: 0;
	left: -1px;
}
.monumentModel .monumentItem:nth-child(2):after {
	top: 14px;
}
.monumentModel .monumentItem:last-child:after {
	background: -webkit-gradient(linear,left top, left bottom,from(#20a0ff),to(transparent));
	background: -webkit-linear-gradient(#20a0ff,transparent);
	background: -o-linear-gradient(#20a0ff,transparent);
	background: linear-gradient(#20a0ff,transparent);
}
.monumentModel .monumentItem .future {
	color: #fff;
	background: #20a0ff;
	background: -webkit-linear-gradient(330deg,#20a0ff,#4acaff);
	background: -o-linear-gradient(330deg,#20a0ff,#4acaff);
	background: linear-gradient(120deg,#20a0ff,#4acaff);
	padding: 4px 9px;
	margin-bottom: 14px;
	border-radius: 4px;
	display: inline-block;
	-webkit-box-shadow: 0 5px 6px rgba(32,160,255,.3);
	        box-shadow: 0 5px 6px rgba(32,160,255,.3);
}
.monumentModel .monumentItem .time {
	color: #20a0ff;
	background: #fff;
	padding: 3px 9px;
	border: 1px solid #20a0ff;
	border-radius: 4px;
	display: inline-block;
	-webkit-box-shadow: 0 5px 6px rgba(32,160,255,.3);
	        box-shadow: 0 5px 6px rgba(32,160,255,.3);
	position: relative;
}
.monumentModel .monumentItem .time:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-right: 3px solid #20a0ff;
	border-bottom: 3px solid transparent;
	border-left: 3px solid transparent;
	position: absolute;
	top: calc(50% - 3px);
	left: -10px;
}
.monumentModel .monumentItem .description {
	margin: 10px 0 14px 0;
	color: #666;
}
.monumentModel .monumentItem:nth-child(odd) {
	text-align: right;
}
.monumentModel .monumentItem:nth-child(odd) .time:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-right: 3px solid transparent;
	border-bottom: 3px solid transparent;
	border-left: 3px solid #20a0ff;
	position: absolute;
	left: auto;
	right: -10px;
}
.monumentModel .monumentItem:nth-child(4n + 1) > *,.monumentModel .monumentItem:nth-child(4n) > * {
	visibility: hidden;
}
.pd-button {
	color: #fff;
	padding: 6px 15px;
	border-radius: 4px;
	text-decoration: none;
	background: #20a0ff;
	background: -webkit-linear-gradient(-75deg,#20a0ff 15%,#1ebdff 90%);
	background: -webkit-linear-gradient(280deg,#20a0ff 15%,#1ebdff 90%);
	background: -o-linear-gradient(280deg,#20a0ff 15%,#1ebdff 90%);
	background: linear-gradient(170deg,#20a0ff 15%,#1ebdff 90%);
	-webkit-box-shadow: 0 5px 6px rgba(32,160,255,.3);
	        box-shadow: 0 5px 6px rgba(32,160,255,.3);
	cursor: pointer;
	overflow: hidden;
	position: relative;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.pd-button:focus > span {
	color: #fff;
}
.pd-button:focus:hover > span {
	color: #20a0ff;
}
.pd-button > span {
	position: relative;
	z-index: 1;
}
.pd-button:after {
	content: "";
	border-radius: 4px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	border: 1px solid #20a0ff;
	background: #fff;
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.pd-button:hover:after {
	opacity: 1;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.pd-button:hover {
	-webkit-box-shadow: 0 6px 7px rgba(32,160,255,.5);
	        box-shadow: 0 6px 7px rgba(32,160,255,.5);
	color: #20a0ff;
	text-decoration:none;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.pd-button i {
	margin-right: 6px;
}
.showMore {
	text-align: center;
	padding-top: 15px;
}
.fieldGray {
	background-image: url('./imgs/field-gray.svg');
	background-repeat: no-repeat;
	background-position: center bottom;
}
.fieldWhite {
	background-image: url('./imgs/field-white.svg');
	background-repeat: no-repeat;
	background-position: center bottom;
}
/*workmates*/
.workmatesItems {
	margin-top: 30px;
}
.workmatesItem {
	margin-bottom: 15px;
	border-radius: 4px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.workmatesItem .logo {
	width: 50px;
	height: 50px;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	-webkit-filter: grayscale(1);
	        filter: grayscale(1);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	line-height: 50px;
	text-align: center;
	float: left;
	font-size: 30px;
	color: #aaa;
	opacity: .6;
}
.workmatesItem .name {
	color: #aaa;
	padding-left: 5px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}
.workmatesItem:hover .logo {
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
	opacity: 1;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.workmatesItem:hover .name {
	color: #666;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
a[href] .workmatesItem:hover {
	background: white;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
a[href] .workmatesItem:hover .logo {
	color: #20a0ff;
}

.workmatesItems.page {
	float: left;
	margin: 30px 0;
}
.workmatesItems.page .workmatesItem {
	margin: 20px 0;
}
.workmatesItems.page .workmatesItem .logo {
	-webkit-filter: grayscale(0);
	        filter: grayscale(0);
	opacity: 1;
}
.workmatesItems.page .workmatesItem .name {
	color: #666;
}

/*底部联系我们*/
.contactModel {
	text-align: center;
}
.contactModel .description {
	font-size: 22px;
	color: #fff;
	margin-bottom: 20px;
}
.contactModel .pd-button-white i {
	margin-right: 6px;
}
.contactModel .pd-button-white {
	-webkit-animation: wave 1.5s linear infinite;
	        animation: wave 1.5s linear infinite;
}
.contactModel .pd-button-white:hover {
	-webkit-transform: scale(1.1);
	    -ms-transform: scale(1.1);
	        transform: scale(1.1);
}
.pd-button-white {
	color: #20a0ff;
	background: #fff;
	border-radius: 4px;
	padding: 6px 15px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.pd-button-white:hover {
	-webkit-box-shadow: 0 5px 8px rgba(0,118,206,.5);
	        box-shadow: 0 5px 8px rgba(0,118,206,.5);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
/*footer*/
#footer {
	background-color: #434f5d;
}
#footer .logo {
	background: rgba(0, 0, 0, 0) url("./imgs/logo.svg") no-repeat scroll left center / auto 34px;
	height: 34px;
	margin-top: 20px;
}
#footer ul,#footer li {
	list-style: none;
	padding: 0;
}
#footer .sub-menu .sub-menu {
	display: none;
}
#footer ul.menu {
	text-align: right;
	margin: 20px 0;
}
#footer ul.menu > li {
	display: inline-block;
	vertical-align: top;
	text-align: left;
}
#footer ul.menu > li > a{
	color: #fff;
	font-weight: bold;
	border-left: 2px solid;
	display: block;
	line-height: 16px;
	padding-left: 5px;
	margin-bottom: 5px;
}
#footer ul.menu > li+li {
	margin-left: 30px;
}
#footer ul.sub-menu > li > a {
	font-size: 12px;
	line-height: 22px;
	padding-left: 7px;
	color: #9a9fa5;
	-webkit-transition: color .4s;
	-o-transition: color .4s;
	transition: color .4s;
}
#footer ul.sub-menu > li > a:hover {
	color: #fff;
	-webkit-transition: color .2s;
	-o-transition: color .2s;
	transition: color .2s;
}
#footer .copyright {
	background-color: #3c4754;
	text-align: center;
	padding: 15px 0;
}
#footer .copyright .companey {
	font-size: 12px;
	color: #fff;
}
#footer .copyright .beian {
	font-size: 12px;
	color: #fff;
	opacity: .3;
}

/*企业介绍*/
.modelDescription {
	color: #aaa;
	margin-top: 15px;
}
.monumentSmallItems {
	padding: 15px;
}
.monumentSmallItem {
	padding-bottom: 20px;
}
.monumentModel .monumentSmallItem:before {
	content: "";
	display: block;
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	border: 2px solid #20a0ff;
	background: #fff;
	left: -4px;
	top: 10px;
	z-index: 1;
}
.monumentModel .monumentSmallItem:after {
	content: "";
	display: block;
	position: absolute;
	width: 2px;
	height: 100%;
	background: #20a0ff;
	top: 0;
	left: -1px;
}
.monumentModel .monumentSmallItem:after {
	top: 14px;
}
.monumentModel .monumentSmallItem:last-child:after {
	top: 0px;
	background: -webkit-gradient(linear,left top, left bottom,from(#20a0ff),to(transparent));
	background: -webkit-linear-gradient(#20a0ff,transparent);
	background: -o-linear-gradient(#20a0ff,transparent);
	background: linear-gradient(#20a0ff,transparent);
}
.monumentModel .monumentSmallItem .future {
	color: #fff;
	background: #20a0ff;
	background: -webkit-linear-gradient(330deg,#20a0ff,#4acaff);
	background: -o-linear-gradient(330deg,#20a0ff,#4acaff);
	background: linear-gradient(120deg,#20a0ff,#4acaff);
	padding: 4px 9px;
	margin-bottom: 14px;
	border-radius: 4px;
	display: inline-block;
	-webkit-box-shadow: 0 5px 6px rgba(32,160,255,.3);
	        box-shadow: 0 5px 6px rgba(32,160,255,.3);
}
.monumentModel .monumentSmallItem .time {
	color: #20a0ff;
	background: #fff;
	padding: 2px 7px;
	border: 1px solid #20a0ff;
	border-radius: 4px;
	display: inline-block;
	-webkit-box-shadow: 0 5px 6px rgba(32,160,255,.3);
	        box-shadow: 0 5px 6px rgba(32,160,255,.3);
	position: relative;
	float: left;
}
.monumentModel .monumentSmallItem .time:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 3px solid transparent;
	border-right: 3px solid #20a0ff;
	border-bottom: 3px solid transparent;
	border-left: 3px solid transparent;
	position: absolute;
	top: calc(50% - 3px);
	left: -10px;
}
.monumentModel .monumentSmallItem .description {
	margin: 10px 0 14px 0;
	color: #666;
	display: table-cell;
	padding: 2px 0 0 10px;
}
.img img,article img {
	max-width: 100%;
	height: auto;
}
.img {
	text-align: center;
}
.modelDescription p {
	line-height: 22px;
	color: #666;
}
/*honor*/
.honorItems {
	margin-top: 25px;
}
.honorItem {
	color: #666;
	padding: 0px 15px 8px 15px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;
}
.honorItem i{
	color: #20a0ff;
	margin-right: 10px;
}
/*team*/
.photoItems {
	padding-top: 30px;
}
.photoItem {
	background: #fff;
	border: 1px solid #e0e4e8;
	-webkit-box-shadow: 0 5px 8px rgba(10,45,80,.08);
	        box-shadow: 0 5px 8px rgba(10,45,80,.08);
	margin-bottom: 30px;
	position: relative;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.photoItem:hover {
	border: 1px solid #ccc;
	-webkit-box-shadow: 0 13px 15px rgba(10,45,80,.2);
	        box-shadow: 0 13px 15px rgba(10,45,80,.2);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.photoItem .img {
	height: 1.1em;
	width: calc(100% - 16px);
	margin: 8px 8px 0 8px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.photoItem .title {
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;
	font-size: 14px;
	color: #666;
	border-left: 3px solid #aaa;
	margin: 15px 0;
	padding: 0 10px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
#sb-prev:before {
	content: '\f104';
	text-align: left;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
#sb-next:before {
	content: '\f105';
	text-align: right;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.has-prev #sb-prev:before {
	opacity: 1;
}
.has-next #sb-next:before {
	opacity: 1;
}
#sb-next:before,#sb-prev:before {
	color: #fff;
	display: block;
	font-size: 40px;
}
/*sidebar*/
.sidebar ul,.sidebar li {
	list-style: none;
	padding: 0;
	position: relative;
}
.sidebar ul.menu {
	background: #fff;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 4px 4px rgba(10,45,80,.04);
	        box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 4px 4px rgba(10,45,80,.04);
	border-radius: 4px;
	overflow: hidden;
}
.sidebar ul.menu > li {
	-webkit-box-shadow: 0 1px 0 #f8fafc;
	        box-shadow: 0 1px 0 #f8fafc;
}
.sidebar li.menu-item-has-children > a:after {
	content: "\f105";
	position:absolute;
	right: 15px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	color: #d2d4d8;
}
.sidebar li.menu-item-has-children.expand > a:after {
	-webkit-transform: rotate(90deg);
	    -ms-transform: rotate(90deg);
	        transform: rotate(90deg);
	color: #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.sidebar li > a {
	height: 50px;
	display: block;
	line-height: 50px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;
}
.sidebar ul.sub-menu {
	display: none;
	padding-left: 15px;
}
.sidebar a,.sidebar a:focus {
	color: #666;
	padding: 0 15px;
}
.sidebar .expand > a {
	background: #20a0ff;
	background: -webkit-linear-gradient(275deg,#20a0ff 15%,#1ebdff 90%);
	background: -o-linear-gradient(275deg,#20a0ff 15%,#1ebdff 90%);
	background: linear-gradient(175deg,#20a0ff 15%,#1ebdff 90%);
	color: #fff;
}
.sidebar ul.sub-menu li.current-menu-item > a {
	color: #20a0ff;
}

/*download*/
.category.container {
	margin-top: 20px;
}
.download-post {
	background: #fff;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 4px 4px rgba(10,45,80,.04);
	        box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 4px 4px rgba(10,45,80,.04);
	border-radius: 4px;
	margin-bottom: 15px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.download-post:hover {
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 8px 6px rgba(10,45,80,.1);
	        box-shadow: 0 0 0 1px rgba(0,0,0,.1),0 8px 6px rgba(10,45,80,.1);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.download-post:hover .img {
	color: #20a0ff;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.download-post .img {
	width: 90px;
	height: 110px;
	float: left;
	margin: 5px 15px 5px 5px;
	line-height: 110px;
	font-size: 42px;
	color: #a8afb8;
	background-size: cover;
	background-position: center center;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.download-post .title {
	color: #666;
	margin: 12px 0 4px 0;
	font-size: 16px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;
}
.download-post .version,.download-post .description {
	color: #aaa;
	height: 16px;
	line-height: 16px;
	font-size: 14px;
	margin: 5px 0;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;
}
.pd-button.download {
	-webkit-box-shadow: none;
	        box-shadow: none;
	display: inline-block;
	margin-top: 3px;
	padding: 4px 10px;
}
.pd-button.download:hover {
	-webkit-box-shadow: 0 5px 6px rgba(32, 160, 255, 0.3);
	        box-shadow: 0 5px 6px rgba(32, 160, 255, 0.3);
}
/*faq*/
.faqList .faq-post:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px; 
}
.faqList .faq-post:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	margin-bottom: 20px;
}
.faq-post {
	background: #fff;
	-webkit-box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 4px 4px rgba(10,45,80,.04);
	        box-shadow: 0 0 0 1px rgba(0,0,0,.04),0 4px 4px rgba(10,45,80,.04);
	overflow: hidden;
}
.faq-post .title {
	height: 50px;
	line-height: 50px;
	background: #20a0ff;
	background: -webkit-linear-gradient(272deg,#20a0ff 15%,#1ebdff 90%);
	background: -o-linear-gradient(272deg,#20a0ff 15%,#1ebdff 90%);
	background: linear-gradient(178deg,#20a0ff 15%,#1ebdff 90%);
	position: relative;
	cursor: pointer;
}
.faq-post .title:before {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	background: #fff;
	opacity: 1;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.faq-post.expand .title:before {
	opacity: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.faq-post .title span{
	color: #666;
	position: absolute;
	left: 43px;
	z-index: 1;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;
	right: 15px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.faq-post.expand .title span {
	color: #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.faq-post .title .icon{
	height: 37px;
	width: 37px;
	display: inline-block;
	vertical-align: top;
	margin: 7px 3px 3px 3px;
	position: absolute;
	z-index: 1;
}
.faq-post .title .icon:before {
	content: '';
	width: 19px;
	height: 3px;
	background: #d8dadc;
	display: block;
	top: 17px;
	left: 9px;
	position: absolute;
	border-radius: 3px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.faq-post .title .icon:after {
	content: '';
	width: 3px;
	height: 19px;
	background: #d8dadc;
	display: block;
	top: 9px;
	left: 17px;
	position: absolute;
	border-radius: 3px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.faq-post .title:not(.expand):hover .icon:before,.faq-post .title:not(.expand):hover .icon:after {
	background: #20a0ff;
}
.faq-post.expand .icon:before {
	background: #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.faq-post.expand .icon:after {
	background: #fff;
	height: 0%;
	top: 50%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.faq-post .solution {
	display: none;
	padding: 15px 15px 25px 43px;
	color: #666;
	position: relative;
}
.faq-post .solution .slideUp {
	font-size: 12px;
	color: #20a0ff;
	display: inline-block;
	position: absolute;
	right: 15px;
	bottom: 10px;
	cursor: pointer;
}
.faq-post .solution p:last-child,.faq-post .solution ol:last-child,.faq-post .solution ul:last-child {
	margin-bottom: 0;
}
/*jobs*/
.job-part {
	margin-bottom: 15px;
}
.job-title {
	font-weight: bold;
	margin-bottom: 5px;
	color: #444;
}
.pd-button.email {
	bottom: 8px;
	-webkit-box-shadow: none;
	        box-shadow: none;
	padding: 5px 10px;
	position: absolute;
	right: 15px;
}
.pd-button.email:hover {
	-webkit-box-shadow: none;
	        box-shadow: none;
	-webkit-box-shadow: 0 5px 6px rgba(32, 160, 255, 0.3);
	        box-shadow: 0 5px 6px rgba(32, 160, 255, 0.3);
}
.sidebar .job_info {
	background: #fff;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(10, 45, 80, 0.04);
	        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(10, 45, 80, 0.04);
	overflow: hidden;
	margin-bottom: 15px;
}
.sidebar .job_info .title {
	height: 50px;
	line-height: 50px;
	background: #20a0ff;
	background: -webkit-linear-gradient(272deg,#20a0ff 15%,#1ebdff 90%);
	background: -o-linear-gradient(272deg,#20a0ff 15%,#1ebdff 90%);
	background: linear-gradient(178deg,#20a0ff 15%,#1ebdff 90%);
	color: #fff;
}
.sidebar .job_info .title i{
	margin-right: 5px;
	font-size: 16px;
}
.sidebar .job_info .content {
	color: #666;
	padding: 15px 15px 5px 15px;
}
/*分页 mainPageNav*/
.pagenav {
	background: #fff;
	height: 40px;
	-webkit-box-shadow: 0 -1px 0 #f5f5f5;
	        box-shadow: 0 -1px 0 #f5f5f5;
	margin-top: 20px;
}
.pagenav ul,.pagenav li {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}
.pagenav .pagenumber {
	display: inline-block;
}
.pagenav .pagenumber > a {
	display: inline-block;
	width: 36px;
	height: 36px;
	margin: 2px 1px;
	line-height: 36px;
	color: #666;
	border-radius: 3px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.pagenav .pagenumber.active > a {
	background: #20a0ff;
	background: -webkit-linear-gradient(290deg,#20a0ff 15%,#1ebdff);
	background: -o-linear-gradient(290deg,#20a0ff 15%,#1ebdff);
	background: linear-gradient(160deg,#20a0ff 15%,#1ebdff);
	color: #fff;
}
.pagenav .pagenumber:not(.active) > a:hover {
	background: rgba(30,160,255,.2);
	color: #20a0ff;
	text-shadow: 0 1px 0 #fff;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
/*news*/
.headlineBox {
	padding: 0 15px;
}
.headline {
	position: relative;
	height: 200px;
	background-color: #000;
	border-radius: 4px;
}
.headline .page {
	display: block;
	height: 100%;
	background-position: center center;
	background-size: cover;
}
.headline h3 {
	color: #fff;
	margin: 0;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	width: 100%;
	background: rgba(0,0,0,.5);
}
div.headline[pandaSlider="enable"] > .anchors {
	text-align: right;
	bottom: 18px;
	padding-right: 15px;
}
div.headline[pandaSlider=enable] > .anchors > li {
	background: #fff;
	width: 4px;
	height: 4px;
	margin: 0 0 0 4px;
	opacity: .5;
}

div.headline[pandaSlider=enable] > .anchors > li.current {
	opacity: 1;
}
div.headline[pandaSlider=enable] > .navigator > .prev {
	width: 60px;
	height: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 1;
	border: 0px none;
	opacity: .5;
}
div.headline[pandaSlider=enable] > .navigator > .next {
	width: 60px;
	height: 100%;
	position: absolute;
	right: 0;
	bottom: 0;
	border: 0px none;
	z-index: 1;
	opacity: .5;
}
div.headline[pandaSlider=enable] > .navigator > .prev:hover,div.headline[pandaSlider=enable] > .navigator > .next:hover {
	opacity: 1;
}
div.headline[pandaSlider=enable] > .navigator > .prev:before {
	content: '\f104';
	color: #fff;
	font-size: 32px;
	line-height: 40px;
	text-shadow: 0 2px 3px rgba(0,0,0,.3);
}
div.headline[pandaSlider=enable] > .navigator > .next:before {
	content: '\f105';
	color: #fff;
	font-size: 32px;
	line-height: 40px;
	text-shadow: 0 2px 3px rgba(0,0,0,.3);
}
div.headline[pandaSlider=enable] > *.future {
	-webkit-transform: scaleX(1.3) translateX(13.5%);
	    -ms-transform: scaleX(1.3) translateX(13.5%);
	        transform: scaleX(1.3) translateX(13.5%);
	opacity: 0;
}

div.headline[pandaSlider=enable] > *.past {
	-webkit-transform: scaleX(1.3) translateX(-13.5%);
	    -ms-transform: scaleX(1.3) translateX(-13.5%);
	        transform: scaleX(1.3) translateX(-13.5%);
	opacity: 0;
}
.news.content,.announcement.content {
	padding-bottom: 20px;
}
.newsList {
	position: relative;
}
.newsItem {
	background: #fff;
	margin: 15px 0 13px;
	border-radius: 4px;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(10, 45, 80, 0.04);
	        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(10, 45, 80, 0.04);
	overflow: hidden;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.newsItem .img {
	height: 138px;
	background-size: cover;
	background-position: center center;
}
.newsItem h3 {
	padding-left: 10px;
	color: #666;
	border-left: 3px solid currentColor;
	margin: 14px 0 10px 0;
	font-size: 16px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.newsItem .description {
	padding: 0 13px;
	line-height: 1.3em;
	color: #aaa;
	/*height: 2.6em;*/
	overflow: hidden;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.newsItem .time {
	color: #aaa;
	padding: 5px 13px 8px;
}
.newsItem .time i {
	margin-right: 5px;
}
.newsItem:hover {
	-webkit-transform: translateY(-10px);
	    -ms-transform: translateY(-10px);
	        transform: translateY(-10px);
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 12px 10px rgba(10, 45, 80, 0.2);
	        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08), 0 12px 10px rgba(10, 45, 80, 0.2);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.newsItem:hover h3 {
	color: #20a0ff;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.newsItem:hover .description {
	color: #666;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
/*announcement*/
.announcementItem {
	height: 50px;
	background: #fff;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(10, 45, 80, 0.04);
	        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(10, 45, 80, 0.04);
}
.dateIcon {
	display: block;
	width: 36px;
	height: 36px;
	position: relative;
	float: left;
	margin: 7px 0 7px -4px;
}
.dateIcon .top {
	font-size: 12px;
	width: 36px;
	height: 18px;
	color: #fff;
	background: #737c84;
	line-height: 18px;
	text-align: center;
	position: absolute;
	top: 0;left: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.dateIcon .bottom {
	font-size: 12px;
	display: inline-block;
	width: 36px;
	height: 18px;
	color: #666;
	background: #fff;
	line-height: 18px;
	text-align: center;
	border: 1px solid #c8cacc;
	border-top: 0;
	position: absolute;
	bottom: 0;left: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.announcementItem .title {
	float: left;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	margin: 0;
	line-height: 50px;
	padding-left: 15px;
	font-size: 14px;
	width: calc(100% - 115px - 36px);
	color: #666;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.announcementItem .department {
	float: right;
	line-height: 50px;
	color: #aaa;
	width: 115px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	   text-overflow: ellipsis;
	white-space: nowrap;
	text-align: right;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.announcementItem:hover .title,.announcementItem:hover .industryInfoIcon {
	color: #20a0ff;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.announcementItem:hover .department {
	color: #666;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.announcementItem:hover .dateIcon .top {
	background: #20a0ff;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.announcementItem:hover .dateIcon .bottom {
	border-color: #20a0ff;
	color: #20a0ff;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}
.announcementList .announcementItem:nth-child(2n) {
	background: #f8fafc;
}
.announcementList .announcementItem:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.announcementList .announcementItem:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
/*industry-info*/
.industryInfoIcon {
	display: block;
	width: 14px;
	height: 36px;
	position: relative;
	float: left;
	margin: 7px 0 7px;
	line-height: 36px;
	text-align: center;
	color: #666;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
/*大事记*/
.pagecontent {
	background: #fff;
	-webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(10, 45, 80, 0.04);
	        box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.04), 0 4px 4px rgba(10, 45, 80, 0.04);
	border-radius: 4px;
	padding: 40px 40px;
}
.pagecontent.monumentModel {
	float: left;
	width: 100%;
}
.pagecontent .monumentSmallItem .future {
	margin-bottom: 0;
}
.pagecontent .monumentSmallItem .time {
	float: none;
}
.pagecontent .monumentSmallItem .description {
	padding: 8px 0 0 3px;
}

/*文章内容页面*/
.pagecontent.post {
	color: #666;
	font-size: 16px;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
	margin: 0.5em 1em 0.5em 0;
}

.alignright {
	float: right;
	margin: 0.5em 0 0.5em 1em;
}

audio, video, embed {
	display: inline-block;
}
audio {
	visibility: hidden;
}

.pagecontent .meta {
	font-size: 12px;
	text-align: right;
	margin-top: -15px;
	color: #aaa;
}
.pagecontent .department:before {
	content: ' · ';
}

/*Picshow*/
[pandaPicshow] .thumbnails {
	position: relative;
	letter-spacing: -0.31em;
	white-space: nowrap;
	overflow: hidden;
	line-height: 0;
	margin-top: 2px;
}
[pandaPicshow] .thumbnails > a {
	position: relative;
	display: inline-block;
	width: 100px;
	height: 100px;
	background-size: cover;
	background-position: center center;
	cursor: pointer;
	border: 2px solid #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
[pandaPicshow] .thumbnails > a:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
[pandaPicshow] .thumbnails > a.current {
	border-color: #20a0ff;
	-webkit-box-shadow: 0 0 0 1px #fff inset;
	        box-shadow: 0 0 0 1px #fff inset;
	-webkit-transition: border-color .3s;
	-o-transition: border-color .3s;
	transition: border-color .3s;
}
[pandaPicshow] .thumbnails > a.current:before {
	opacity: 0;
}
[pandaPicshow] .showBox {
	background:#000;
	position: relative;
	height: 200px;
	overflow: hidden;
}
[pandaPicshow] .showBox > a {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #000;
	cursor: pointer;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	text-decoration: none;
}
[pandaPicshow][shadowBox="disable"] .showBox a{
	cursor: default;
}
[pandaPicshow] .showBox > a.current {
	z-index: 1;
	opacity: 1;
}
[pandaPicshow] .showBox > a.past {
	opacity: 0;
}

[pandaPicshow] .showBox > a > p {
	color: #fff;
	text-align: center;
	position: absolute;
	padding: 0;
	margin: 0;
	width: 100%;
	text-shadow: 0 2px 2px rgba(0,0,0,.38);
	background: rgba(0,0,0,.38);
}
[pandaPicshow] .showBox > a > p.title {
	font-size: 16px;
	line-height: 43px;
	height: 30px;
	bottom: 30px;
	font-weight: bold;
}
[pandaPicshow] .showBox > a > p.description {
	bottom: 0;
	font-size: 14px;
	line-height: 30px;
	padding-left: 15px;
	text-align: left;
}
[pandaPicshow] .showBox > .loading {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	opacity: 1;
}
[pandaPicshow] .showBox > .loading.complete {
	opacity: 0;
}
[pandaPicshow] .showBox > .loading:before {
	content:"";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: calc(50% - 15px);
	top: calc(50% - 15px);
	z-index: 2;
	opacity: 1;
	border-radius: 50%;
	border-top: 2px solid transparent;
	border-bottom: 2px solid #fff;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-animation: imageLoading 1s linear infinite;
	        animation: imageLoading 1s linear infinite;
	-webkit-transition: 1s ease .3s;
	-o-transition: 1s ease .3s;
	transition: 1s ease .3s;
}
[pandaPicshow] .showBox > .loading.complete:before {
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
[pandaPicshow] .showBox > .loading:after {
	content:"";
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	background-color: #000;
	opacity: .5;
	z-index: 1;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
}
[pandaPicshow] .showBox > .loading.complete:after {
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

[pandaPicshow] .showBox > .navigator > * {
	position: absolute;
	z-index: 1;
	outline: 0 none;
	top: 0;
	bottom: 0;
	border: 0;
	width: 80px;
	max-width: 30%;
	background-color: transparent; 
}

[pandaPicshow] .showBox > .navigator > .prev{
	left: 0;
}

[pandaPicshow] .showBox > .navigator > .prev:after{
	content: "\f104";
	color: #fff;
	font-size: 32px;
	line-height: 32px;
	position: absolute;
	display: block;
	top: calc(50% - 16px);
	left: calc(50% - 10px);
	opacity: .8;
	text-shadow: 0 2px 3px rgba(0,0,0,.3);
}
[pandaPicshow] .showBox > .navigator > .next{
	right: 0;
}
[pandaPicshow] .showBox > .navigator > .next:after{
	content: "\f105";
	color: #fff;
	font-size: 32px;
	line-height: 32px;
	position: absolute;
	display: block;
	top: calc(50% - 16px);
	right: calc(50% - 10px);
	opacity: .8;
	text-shadow: 0 2px 3px rgba(0,0,0,.3);
}
[pandaPicshow] .showBox > .navigator > .prev {
	background: -webkit-gradient(linear,right top, left top,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)));
	background: -webkit-linear-gradient(right,rgba(0,0,0,0),rgba(0,0,0,.5));
	background: -o-linear-gradient(right,rgba(0,0,0,0),rgba(0,0,0,.5));
	background: linear-gradient(-90deg,rgba(0,0,0,0),rgba(0,0,0,.5))
}
[pandaPicshow] .showBox > .navigator > .next {
	background: -webkit-gradient(linear,left top, right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,.5)));
	background: -webkit-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.5));
	background: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,.5));
	background: linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,.5))
}
[pandaPicshow] .showBox > .navigator > .next,
[pandaPicshow] .showBox > .navigator > .prev {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
}
[pandaPicshow] .showBox > .navigator > .next:hover,
[pandaPicshow] .showBox > .navigator > .prev:hover {
	opacity: 1;
}

@-webkit-keyframes imageLoading {
	0% {-webkit-transform: rotate(0);transform: rotate(0);}
	100% {-webkit-transform: rotate(1turn);transform: rotate(1turn);}
}

@keyframes imageLoading {
	0% {-webkit-transform: rotate(0);transform: rotate(0);}
	100% {-webkit-transform: rotate(1turn);transform: rotate(1turn);}
}
.pandaPicshowShadowbox {
	position:fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	background: rgba(0,0,0,.6);
	z-index: 2017;
}
/*短代码*/
.tip {
	background: #eef6fd;
	padding: 8px 20px;
	border-left: 3px solid #38a3fd;
	border-radius: 0 5px 5px 0;
	margin-bottom: 10px;
}
.tip p {
	margin: 5px 0 !important;
}
.tip:before {
	background: #38a3fd;
	border-radius: 50%;
	color: #fff;
	content: "i";
	font-family: "Dosis","Source Sans Pro","Helvetica Neue",Arial,sans-serif;
	font-size: 16px;
	height: 21px;
	line-height: 21px;
	margin-left: -32px;
	margin-top: 5px;
	position: absolute;
	text-align: center;
	width: 21px;
}
.tip ol {
	margin: 0;
}

.tip.success {
	border-left-color: #86cc00;
	background: #f0f8e5;
}
.tip.success:before {
	background: #86cc00;
	content: "√";
}

.tip.worning {
	border-left-color: #ff7800;
	background: #fcf2e9;
}
.tip.worning:before {
	background: #ff7800;
	content: "!";
}

.tip.error {
	border-left-color: #ed0000;
	background: #fcf1f1;
}
.tip.error:before {
	background: #ed0000;
	content: "×";
}
.tip.inlineBlock {
	display: inline-block;
}

/*分享*/
.share {
	text-align: right;
	margin-top: 30px;
}
.share > .title {
	color: #536879;
	font-weight: bold;
	font-size: 12px;
}
.share > a {
	cursor: pointer;
	background: #c0ccda;
	border-radius: 50%;
	color: #fff !important;
	display: inline-block;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	width: 30px;
	margin: 0 0 0 8px !important;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.share > a.qzone > .qzone-z {
	color: #c0ccda;
	font-size: 10px;
	left: 43%;
	position: absolute;
}

.share > a.like > .number {
	position: absolute;
	background: inherit;
	min-width: 24px;
	text-align: center;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	border-radius: 4px;
	right: 3px;
	top: -25px;
	padding: 0 5px;
}
.share > a.like > .number:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border: 4px solid;
	border-top-color: #c0ccda;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	position: absolute;
	right: 8px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.share > a.weibo:hover {
	background: #ff6d6d;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.share > a.wechat:hover {
	background: #42d885;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.share > a.qzone:hover {
	background: #f9c855;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.share > a.qq:hover {
	background: #20a0ff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.share > a.qzone:hover > .qzone-z{
	color: #f9c855;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.share > a.like:hover,.share > a.like.done {
	background: #f887d7;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.share > a.like:hover > .number:after,.share > a.like.done > .number:after {
	border-top-color: #f887d7;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.weQRcode {
	width: 230px;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-shadow: 0 5px 10px rgba(10, 45, 80, 0.1);
	        box-shadow: 0 5px 10px rgba(10, 45, 80, 0.1);
	border-radius: 3px;
	position: absolute;
	left: calc(50vw - 120px);
	top: calc(50vh - 144px);
	height: 288px;
	position: fixed;
	z-index: 9999;
}
.weQRcode .closeBtn {
	font-size: 12px;
	color: #555;
	text-align: right;
	padding: 0 15px;
	margin-top: 10px;
}
.weQRcode .closeBtn > span {
	cursor: pointer;
}
.weQRcode .code {
	width: 200px;
	height: 200px;
	margin: 15px 15px 10px 15px;
}
.weQRcode > span {
	font-size: 12px;
	padding: 0 15px;
}
/*contact*/
.contactModels {
	padding-top: 30px;
}
.map {
	border-radius: 4px;
	overflow: hidden;
}
#dituContent {
	height: 350px;
}
.anchorBL,.BMapLabel{
	display:none;
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.contactBox {
	margin-top: 15px;
}
.telInfo {
	color: #666;
}
.telInfo .title {
	font-weight: bold;
	padding-top: 15px; 
}
.telInfo .info {
	padding-bottom: 15px; 
}
.telInfo .info p:last-child {
	margin-bottom: 0;
}
.contactBox .telInfo:nth-child(odd) {
	background: #fff;
}
.contactBox .telInfo:nth-child(even) {
	background: #f0f4f8;
}
.contactBox .telInfo:first-child {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.contactBox .telInfo:last-child {
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
/*表单*/
nf-errors,.nf-error,.nf-form-fields-required {
	display: none;
}
.nf-field-label {
	margin-bottom: 5px !important;
}
.nf-field-label label{
	color: #666;
	font-weight: normal !important;
}
.nf-field-element input {
	max-width: 250px;
	padding: 4px 7px;
	border-radius: 4px;
	border: 1px solid #d0d4d8;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.nf-field-element textarea {
	padding: 4px 7px;
	border-radius: 4px;
	border: 1px solid #d0d4d8;
	height: 105px !important;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.nf-field-element input:focus,.nf-field-element textarea:focus {
	border: 1px solid #20a0ff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.nf-error .nf-field-element input:focus,.nf-error .nf-field-element textarea:focus{
	border: 1px solid #f00;
}
nf-field .nf-field-container {
	margin-bottom: 15px !important;
}
nf-field .submit-wrap input {
	background: #20a0ff;
	background: -webkit-linear-gradient(280deg, #20a0ff 15%, #1ebdff 90%);
	background: -o-linear-gradient(280deg, #20a0ff 15%, #1ebdff 90%);
	background: linear-gradient(170deg, #20a0ff 15%, #1ebdff 90%);
	border-radius: 4px;
	-webkit-box-shadow: 0 5px 6px rgba(32, 160, 255, 0.3);
	        box-shadow: 0 5px 6px rgba(32, 160, 255, 0.3);
	color: #fff;
	cursor: pointer;
	overflow: hidden;
	padding: 6px 15px;
	position: relative;
	text-decoration: none;
	border: none;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
nf-field .submit-wrap input:hover {
	background: #fff;
	color: #20a0ff;
	-webkit-box-shadow: 0 5px 6px rgba(32, 160, 255, 0.3),0 0 0 1px #20a0ff inset;
	        box-shadow: 0 5px 6px rgba(32, 160, 255, 0.3),0 0 0 1px #20a0ff inset;
	-webkit-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
nf-field .submit-wrap input:focus {
	border: none;
}
/*nf-field .submit-wrap .nf-field-element {
	text-align: center;
}*/
.nf-response-msg {
	color: #20a0ff;
	font-weight: bold;
	margin-bottom: 10px;
}
/*animations*/
@-webkit-keyframes wave {
	0% {-webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2),0 0 0 0px rgba(255, 255, 255, 0.2);box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2),0 0 0 0px rgba(255, 255, 255, 0.2);}
	40% {-webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2),0 0 0 0px rgba(255, 255, 255, 0.2);box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2),0 0 0 0px rgba(255, 255, 255, 0.2);}
	80% {-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0),0 0 0 26.7px rgba(255, 255, 255, 0.067);box-shadow: 0 0 0 30px rgba(255, 255, 255, 0),0 0 0 26.7px rgba(255, 255, 255, 0.067);}
	100% {-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0),0 0 0 40px rgba(255, 255, 255, 0.0);box-shadow: 0 0 0 30px rgba(255, 255, 255, 0),0 0 0 40px rgba(255, 255, 255, 0.0);}
}
@keyframes wave {
	0% {-webkit-box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2),0 0 0 0px rgba(255, 255, 255, 0.2);box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.2),0 0 0 0px rgba(255, 255, 255, 0.2);}
	40% {-webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2),0 0 0 0px rgba(255, 255, 255, 0.2);box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.2),0 0 0 0px rgba(255, 255, 255, 0.2);}
	80% {-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0),0 0 0 26.7px rgba(255, 255, 255, 0.067);box-shadow: 0 0 0 30px rgba(255, 255, 255, 0),0 0 0 26.7px rgba(255, 255, 255, 0.067);}
	100% {-webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0),0 0 0 40px rgba(255, 255, 255, 0.0);box-shadow: 0 0 0 30px rgba(255, 255, 255, 0),0 0 0 40px rgba(255, 255, 255, 0.0);}
}

@media (min-width: 768px) {
	/*col-sm*/
	.top-img {
		height: 460px;
	}
	.top-img .index-modelTitle,.index-modelTitle {
		text-align: left;
	}
	.top-img .modelTitle .title {
		font-size: 28px;
	}
	.top-img .modelTitle .description {
		font-size: 14px;
	}
	.modelTitle > .title {
		font-size: 24px;
	}
	.modelTitle > .description {
		font-size: 14px;
	}
	.productItemBox {
		width: 50%;
	}
	.productSwipe {
		overflow-x: hidden;
	}
	.workmatesItem .logo {
		width: 70px;
		height: 70px;
		line-height: 70px;
	}
	.workmatesItem .name {
		padding-left: 15px;
		height: 70px;
	}
	.contactModel {
		text-align: left;
	}
	.contactModel .description {
		margin: 4px 0;
		float: left;
	}
	.pd-button-white {
		display: inline-block;
		float: right;
		margin-top: 5px;
	}
	.modelTitle.alignLeft {
		text-align: left;
	}
	.honorItem {
		padding: 0px 0 12px 50px;
	}
	.headline {
		height: 300px;
	}
	.top-img .modelTitle .post.title {
		font-size: 38px;
		text-align: left;
		margin-top: 200px;
	}
	#dituContent {
		height: 490px;
	}
}
@media (min-width: 992px) {
	/*col-md*/
	.productItemBox {
		width: 33.333333333%;
	}
	[pandaPicshow] .showBox > a > p.description {
		font-size: 16px;
		line-height: 50px;
	}
	.telInfo .title,.telInfo .info {
		padding-top: 15px; 
		padding-bottom: 15px; 
	}
	.telInfo .title {
		text-align: center;
	}
	.telInfo div+div {
		border-left: 1px solid #f8fafc;
	}
}

@media (min-width: 1200px) {
	/*col-lg*/
	.productItemBox {
		width: 25%;
	}
}

@media screen and (max-width: 767px) {
	/*手机版重写*/
	.pagecontent {
		padding-left: 15px;
		padding-right: 15px;
		margin:-20px -15px;
		border-radius: 0px;
		-webkit-box-shadow: none;
		        box-shadow: none;
	}
}