

/* =========
    产品中心样式
   ========== */
body {
	overflow-y: scroll;
}


/* 覆盖公共的banner样式 */
header .banner {
	margin-bottom: 26px;
}

.container {
	
}

footer {
	margin-top: 200px;
}

/* 面包屑导航 */
.am-breadcrumb {
    padding: .7em .5em;
    margin-bottom: 2rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
    font-size: 85%;
    font-size: 14px;
    padding: 13px 0;
    margin-bottom: 0;
}
.am-breadcrumb>li+li:before {
    content: ">";
    padding: 0 8px;
    color: #ccc;
    color: #232323;
}

.am-breadcrumb>.am-active {
    color: #999;
    color: #1369de;
}

@media screen and (max-width:640px) {
	.am-breadcrumb {
	    font-size: 14px;
	    padding: 9px 0;
	    padding-left: 5px;
	}
	.breadcrumb-bottom-hr {
		display: none;
	}
	.am-breadcrumb a {
	    color: #1369de;
	}
	.am-breadcrumb a:link, a:visited {
	    color: #1369de;
	}
	   
}
@media screen and (min-width:320px) and (max-width:375px) {
    
}
@media screen and (max-width:320px) {
    
}


/* 中间内容 */
.content {
	margin-top: 50px;
	margin-bottom: 90px;
}
.content-left {
	float: left;
	width: 18.75%;
	margin-right: 3.1%;
}
.content-left .left-head {
	/*width: ;*/
	height: 56px;
	text-align: center;
	line-height: 56px;
	font-size: 18px;
	letter-spacing: 1px;
	color: #fff;
	background: #1369de;
}

.content-left ul {
	text-align: center;
	font-size: 16px;
	/*font-family: "SimHei";/*黑体*/
}
.content-left ul li {
	
}

.content-left ul .active a {
	color: #1369de;
	border-bottom: 2px solid #ffc618;
}
.content-left ul li:hover a {
	color: #1369de;
	border-bottom: 2px solid #ffc618;
}
.content-left ul li a {
	display: inline-block;
	padding: 13px 0;
	width: 64px;
	height: 44px;
}

.drop-menu-close-div {
    display: inline-block;
    float: right;
    margin-right: 6%;
}
.drop-menu {
	display: none;
}


@media screen and (max-width:640px) {
	.content {
		margin-top: 30px;
	}
	.content-left {
		float: left;
		float: none;
		width: 18.75%;
		width: 100%;
		margin-right: 0%;
	}
	.content-left .left-head {
		width: 100%;
		height: 56px;
		text-align: center;
		line-height: 56px;
		font-size: 18px;
		letter-spacing: 1px;
		color: #fff;
		background: #1369de;
		display: none;
	}

	.content-left ul {
		text-align: center;
		font-size: 16px;
		/*display: none;*/
		/*font-family: "SimHei";/*黑体*/
	}
	.content-left ul li {
		/*float: left;
		width: 33.3%;
		text-align: left;
		padding-left: 20px;
		display: none;*/
		float: left;
		width: 33.3%;
		font-size: 14px;
		text-align: left;
		padding-left: 15px;
		display: none;
	}
	.content-left ul .active {
		display: inline-block;
		display: block;

		margin-bottom: 10px;
	}
	
	.content-left ul li a {
		color: #1369de;
		display: inline-block;
		padding: 13px 0;
		width: 64px;
		height: 24px;
	}
	.content-left ul li:hover a {
		color: #1369de;
		color: #000;
		border-bottom: 0px solid #ffc618;
	}
	.content-left ul .active a {
		color: #1369de;
		/*color: #000;*/
		font-size: 18px;
		width: 80%;
		padding: 0px 0;
		height: 24px;
		border-bottom: 0px solid #ffc618;
	}
	.content-left ul a:link,a:visited  {
		color: #1369de;
		color: #232323;
	}
	.content-left ul a:hover,a:active {
		color: #1369de;
	}
	.content {
		margin-top: 10px;
	}

	.drop-menu {
		display: inline-block;
		float: right;
		margin-top: -54px;
		margin-right: 6%;
	}
	

}

.content-left-ul-top {
    display: inline-block;
    display: none;
    font-size: 22px;
    padding: 0px 0;
    color: #1369de;
    padding-left: 15px;
    width: 100%;
    height: 44px;
}



/* 内容的右侧 */
.content-right  {
	float: left;
	width: 78%;
	display: inline-block;
}

.content-right  ul {
	margin-top: 56px;
	display: inline-block;
}
.content-right  ul li {
	display: inline-block;
	/*margin-right: 1.6%;*/
	height: 318px;
	width: 217px;
	margin-right: 14px;
	margin-bottom: 30px;
	cursor: pointer;
	vertical-align : top;
	/*z-index: 1;*/
}
.content-right  ul .last-li {
	margin-right: 0;

}
.content-right ul li .li-img {
	/*width: 299px;
	height: 205px;*/
	display: inline-block;
	
}
.content-right  ul li img {
	display: inline-block;
	/*position: relative;
	top: 0;
	left: 0;*/
	/*z-index: -1;*/
}
/*.content-right  ul li p {
	margin-top: 2px;
	height: 32px;
	line-height: 30px;
	letter-spacing: 1px;
	font-size: 16px;
	text-align: center;
	background: #e8e8e8;
}
*/
/*.content-right  ul li:hover p {
	color: #fff;
	background: #1369de;
}
.content-right  ul li:hover {
	background: url(../images/about/video-hover.png) 0 0 no-repeat ;
	z-index: 3;
}
.content-right  ul li p:hover {
	color: #fff;
	background: #1369de;
}*/


@media screen and (max-width:640px) {
	.content-right  {
		float: none;
		width: 100%;
		display: block;
		margin-bottom: 0px;
		padding: 0px 15px;
	}

	.content-right .detail-title {
		text-align: center;
		font-size: 16px;
		color: #1369de;
	}
	.content-right .detail-date {
		margin: 15px auto;
		font-size: 14px;
		color: #b7b9bb;
	}
	.content-right .text {
		text-align: left;
		font-size: 16px;
		color: #5d5d5d;
		text-indent: 32px;
	}
	.content-right .detail-content {
		padding-bottom: 30px;
		border-bottom: 1px solid #b7b9bb;
	}
	.content-right img {
	    display: inline-block;
	    margin: 20px auto;
	}

	
}
@media screen and (min-width:320px) and (max-width:375px) {
    
}
@media screen and (max-width:320px) {
    
}



/* 按钮 */
/* 按钮 */
.content-btn {
	text-align: center;
	font-size: 16px;
	font-family: "SimHei";
	color: #fff;
}
.content-btn  span {
	position: relative;
	display: inline-block;
	width: 141px;
	height: 36px;
	border-radius: 9px;
	line-height: 38px;
	text-align: center;
	letter-spacing: 1px;
	cursor: pointer;
}
.content-btn  .content-btn-more {
	margin-left: -10px;
	margin-right: 10px;
	margin-left: -1%;
	margin-right: 3%;
	background: #B7B9BB;
}

.btn-arrow {
	display: inline-block;
    position: absolute;
    font-size: 14px;
    top: 12px;
    right: 27px;
    width: 10px;
    height: 10px;
	transform:rotate(90deg);
	-ms-transform:rotate(90deg); 	/* IE 9 */
	-moz-transform:rotate(90deg); 	/* Firefox */
	-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
	-o-transform:rotate(90deg); 	/* Opera */
}



.top-tag {
	border-bottom: 1px solid #b7b9bb;
	padding-bottom: 10px;
	margin-top: 18px;
	margin-bottom: 40px;
	font-family: "SimHei";
	font-size: 18px;
	color: #1369de;
}

.top-desc {
	margin-top: 0px;
}
.top-desc ul {
	margin-top: 0px;
}

.top-desc ul p {
	/*display: inline-block;*/
}

.li-text {
	font-family: "SimHei";
}
.li-text .text-title {
	font-size: 16px;
	color: #1369de;
	margin-top: 10px;
	margin-bottom: 15px;
}
.li-text .text-tag-top {

	font-size: 14px;
	color: #1369de;
}
.li-text .text-desc-top {
	font-size: 14px;
	color: #b7b9bb;
	color: #5d5d5d;
	line-height: 16px;
}
.li-text .text-tag-bottom {
	margin-top: 15px;
	margin-bottom: -4px;
	font-size: 14px;
	color: #1369de;
}
.li-text .text-desc-bottom {
	font-size: 14px;
	color: #5d5d5d;
}

.content-right ul li {
    display: inline-block;
    /* margin-right: 1.6%; */
    height: 318px;
    width: 217px;
    margin-right: 13px;
    margin-bottom: 0px;
    cursor: pointer;
    /* z-index: 1; */
}
.right-top {
	margin-bottom: 90px;
	margin-bottom: 56px;
}



.right-middel {
	margin-bottom: 60px;
}

.right-middel .middel-top-desc-text {
	font-size: 18px;
	color: #1369de;
	text-align: center;
	margin-top: 10px;
}

.right-middel ul li {
	margin-bottom: 40px;
	height: auto;
}
.right-middel ul .last-li {
	margin-right: 0;
}



.right-bottom {
	/*margin-bottom: 90px;*/
	margin-top: 0px;
}
.right-bottom .bottom-top-desc-text {
	font-size: 18px;
	color: #1369de;
	text-align: center;
	margin-top: 10px;
}

.right-bottom ul li {
	margin-bottom: 40px;
	height: auto;
}
.right-bottom ul .last-li {
	margin-right: 0;
}

.app-content-btn {
	display: none;
}


@media screen and (max-width:640px) {
	.top-tag {
	    border-bottom: 1px dashed #b7b9bb;
	    padding-bottom: 10px;
	    margin-top: 18px;
	    margin-bottom: 20px;
	    font-family: "SimHei";
	    font-size: 18px;
	    color: #1369de;
	}
	.content-right ul li {
	    display: inline-block;
	    /* margin-right: 1.6%; */
	    height: 318px;
	    height: auto;
	    width: 48%;
	    margin-right: 1%;
	    margin-bottom: 0px;
	    cursor: pointer;
	    /* z-index: 1; */
	}
	.content-right ul :nth-child(even) {
		margin-right: 0;
	}
	.li-text .text-title {
	    font-size: 16px;
	    color: #1369de;
	    margin-top: 0px;
	    margin-bottom: 15px;
	}
	.content-right img {
	    display: inline-block;
	    margin: 10px auto 0px;
	}
	.content-btn {
		display: none;
	}
	/* app的按钮 */
	.app-content-btn {
		margin-top: 20px;
		display: inline-block;
		text-align: center;
	}
	
	.right-middel {
	    margin-bottom: 30px;
	} 
}


@media screen and (max-width:640px) {
	.content {
	    margin-top: 20px;
	    margin-bottom: 20px;
	}
	footer {
		padding: 0px 0;
		margin-top: 0px;
	}

	footer nav {
	    padding: 10px 0;
	    /* margin-top: 26px; */
	}
	.footer-computer-nav {
		display: none;
	}
	.footer-app-nav {
		display: block;
	}
	.footer-app-nav a {
		color: #fff;
	}

	.con-fgs {

	}
	.con-fgs .con-fgs-li-hidden {
		display: none;
	}
}
@media screen and (min-width:320px) and (max-width:375px) {
    
}
@media screen and (max-width:320px) {
    
}
@media screen and (max-width:640px) {
	body {
		/*overflow-x: scroll;*/
	}
	.content-left ul a:link, a:visited {
	    color: #fff;
	    color: #1369de;
	}
	a:link, a:visited {
	    text-decoration: none;
	}
	
	.app-copyright-bottom {
		text-align: center;
	    display: block;
	    font-size: 9px;
	    color: #52688b;
	    margin: 15px auto;
	    margin-bottom: 70px;
	}
	
	.page-bottom-btn {
		position: fixed;
		bottom: 30px;
		bottom: 0px;
		left: 4%;
		left: 0;
		display: block;
		width: 92%;
		margin: 0px auto;
		margin-bottom: 0px;
		width: 100%;
		padding: 0 4%;
		padding-top: 10px;
		background: #fff;
	}
	.page-bottom-btn div {
		width: 50%;
		display: inline-block;
	}
	.page-bottom-btn .page-bottom-btn-left {
		width: 48%;
		width: 42%;
		width: 40%;
		padding-left: 2%;
	}
	.page-bottom-btn .page-bottom-btn-right {
		/*margin-left: 2%;*/
		float: right;
		width: 48%;
		width: 42%;
		width: 40%;
		padding-right: 2%;
	}

	.app-go-top {
		display: none;
		position: fixed;
		bottom: 213px;
		right: 10px;
		right: 4%;
		float: right;
		/*right: 207px;*/
		/*bottom: 450px;*/
		font-family: "Microsoft YaHei";
		/*width: 44px;*/
		/*height: 92px;*/
		cursor: pointer;
	}
	.app-go-top img {
		width: 78%;
		width: 100%;
	}
}
@media screen and (min-width:320px) and (max-width:375px) {
    
}
@media screen and (max-width:320px) {
    
}

@media screen and (max-width: 640px) {
}

.app-content-btn {
	display: none;
}
@media screen and (max-width: 640px) {
	.page {
	    display: none;
	}
	.app-content-btn {
		display: inline-block;
	}
	.footer-app-nav a {
		color: #fff;
	}
}

@media screen and (max-width: 640px) {
	.app-content-btn {
	    text-align: center;
	}
	.app-content-btn {
	    display: block;
	}
}






