.cpBannerWrap{
	min-height: 280px;
	background: url(../images/cpBannerImg.jpg) center center no-repeat;
	background-size: cover;
}
.cpBanner{
	min-height: 280px;
	position: relative;
}
.cpBanner h2{
	position: absolute;
    font-size: 22px;
    font-weight: normal;
    top: 110px;
    left: 20px;
    color: #fff;
}
.cpBanner p{
	position: absolute;
	top: 150px;
    left: 20px;
    font-size: 14px;
	color: #fff;
}
.cpBanner h2.cpBanrH2:after,.cpBanner p.cpBanrP:after{
	content: "";
	position: absolute;
	right: 1;
	width: 2px;
	height: 100%;
	background-color: #fff;
}
.cpBanner p span{
	position: absolute;
	opacity: 0;
	left: 1;
	width: 2px;
	height: 100%;
	background-color: #fff;
}
.cpBanner a{
	position: absolute;
    display: block;
    top: 200px;
    left: 20px;
    font-size: 12px;
    color: #fff;
    background-color: #ed511b;
    width: 80px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    transition: all .3s ease;
}
.cpBanner a:hover{
	background-color: #f56331;
}
/*cplist*/
.cpCenter{
	background-color: #fff;
    padding: 30px 2% 30px;
}
.cpList{
	margin: 70px auto 90px;
}
.cpTitleH2{
	font-size: 20px;
	text-align: center;
	font-weight: normal;
}
.cpTitleLine{
	display: block;
	margin: 8px auto 8px;
    width: 36px;
    height: 2px;
	background-color: #ed511b;
}
.cpTitleP{
	font-size: 12px;
	color: #999999;
	text-align: center;
}
.cpProCont{
	font-size: 16px;
    color: #666;
    line-height: 32px;
    margin: 24px 0 0;
    padding: 0 10px;
}
.cpProCont span{
	color: #292929;
	font-weight: bold;
}
.cpCenterLi {
	padding: 40px 10px;
	border-bottom: 1px solid #eaeaea;
}
.cpCenterLi:last-child{
	border-bottom: none;
}
.cpCentImg {
    display: block;	
	width: 80%;
	margin: 0 auto;
}
.cpCentCont{
	width: 100%;
}
.cpCentCont h3{
	font-size: 18px;
    margin-top: 20px;
}
.cpCentCont h3 span{
	color: #666;
	font-size: 12px;
    margin-left: 16px;
	font-weight: normal;
}
.cpCentContLine{
	display: block;
	height: 2px;
	width: 40px;
	background-color: #ed511b;
	margin: 16px 0 14px;
}
.cpCentCont p{
	font-size: 16px;
	line-height: 32px;
	color: #666;
	margin-bottom: 40px;
}
.cpCentCont a{
	display: block;
    font-size: 12px;
    width: 80px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #ed511b;
    border-radius: 4px;
    color: #ed511b;
    transition: all .5s ease; 
}
.cpCentCont a:hover{
	color: #fff;
	background-color: #ed511b;
}

/*cpShowBanrWrap*/
.cpShowBanrWrap{
	min-height: 280px;
	background: url(../images/cpShowBannerImg.jpg) center center no-repeat;
	background-size: cover;
}
.cpShowBanr{
	min-height: 280px;
	position: relative;
}
.cpShowBLf{
	width: 160px;
	height: 162px;
	position: absolute;
	left: 14px;
	top: 96px;
	background: url(../images/cpShowBanImg2.png) no-repeat center;
	background-size: 100%;
}
.cpShowBItem1{
	font-size: 12px;
	position: absolute;
	color: #fff;
	left: 50%;
	top: -4px;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	margin-left: -16px;
	z-index: 2;
	background-color: rgba(239,125,134,.7);
}
.cpShowBItem2{
	font-size: 12px;
	position: absolute;
	color: #fff;
	right: 0;
	top: 34%;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	background-color: rgba(84,149,211,.7);
}
.cpShowBItem3{
	font-size: 12px;
	position: absolute;
	color: #fff;
	right: 20%;
	bottom: 4%;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	background-color: rgba(216,168,111,.7);
}
.cpShowBItem4{
	font-size: 12px;
	position: absolute;
	color: #fff;
	left: 3%;
    bottom: 13%;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 50%;
	background-color: rgba(102,170,115,.7);
}
.cpShowBItem5{
	font-size: 12px;
	position: absolute;
	color: #fff;
	left: -4px;
	top: 30%;
	width: 60px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 20px;
	background-color: rgba(212,130,99,.7);
}
.cpShowBItem1:before,
.cpShowBItem2:before,
.cpShowBItem3:before,
.cpShowBItem4:before,
.cpShowBItem5:before,
.cpShowBItem1:after,
.cpShowBItem2:after,
.cpShowBItem3:after,
.cpShowBItem4:after,
.cpShowBItem5:after{
	content: "";
	opacity: 0;
	position: absolute;
	width: 32px;
	height: 32px;
	left: 0;
	bottom: 0;
	background: #fff;
	border-radius: 50%;
	z-index: -1;
}
.cpShowBItem1:before{
	animation: cpSbItDy1 3s linear infinite;
}
.cpShowBItem1:after{
	z-index: 0;
	animation: cpSbItDy1 3s linear infinite;
	animation-delay: 1.5s;
}
.cpShowBItem2:before{
	animation: cpSbItDy2 3s linear infinite;
}
.cpShowBItem2:after{
	z-index: 0;
	animation: cpSbItDy2 3s linear infinite;
	animation-delay: .5s;
}
.cpShowBItem3:before{
	animation: cpSbItDy3 3s linear infinite;
}
.cpShowBItem3:after{
	z-index: 0;
	animation: cpSbItDy3 3s linear infinite;
	animation-delay: 1s;
}
.cpShowBItem4:before{
	animation: cpSbItDy4 3s linear infinite;
}
.cpShowBItem4:after{
	z-index: 0;
	animation: cpSbItDy4 3s linear infinite;
	animation-delay: .7s;
}
.cpShowBItem5:before{
	width: 60px;
	height: 28px;
	border-radius: 20px;
	animation: cpSbItDy5 3s linear infinite;
}
.cpShowBItem5:after{
	z-index: 0;
	width: 60px;
	height: 28px;
	border-radius: 20px;
	animation: cpSbItDy5 3s linear infinite;
	animation-delay: .5s;
}
@keyframes cpSbItDy1{
	0% {
		transform: scale(1);
		opacity: 0.5;
	}
	50% {
		transform: scale(1.5);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 0.5;
	}
}
@keyframes cpSbItDy2{
	0% {
		transform: scale(1);
		opacity: 0.5;
	}
	50% {
		transform: scale(1.5);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 0.5;
	}
}
@keyframes cpSbItDy3{
	0% {
		transform: scale(1);
		opacity: 0.5;
	}
	50% {
		transform: scale(1.5);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 0.5;
	}
}
@keyframes cpSbItDy4{
	0% {
		transform: scale(1);
		opacity: 0.5;
	}
	50% {
		transform: scale(1.5);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 0.5;
	}
}
@keyframes cpSbItDy5{
	0% {
		transform: scale(1);
		opacity: 0.5;
	}
	50% {
		transform: scale(1.2);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 0.5;
	}
}
.cpShowBRt{
	width:calc(100% - 190px);
	position: relative;
}
.cpShowBRt h2{
	position: absolute;
	top: 102px;
	left: 0;
	font-size: 16px;
	color: #fff;
}
.cpShowBRt h3{
	position: absolute;
	top: 136px;
	left: 0;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
}
.cpShowBRt p{
	position: absolute;
	top: 166px;
	left: 0;
	font-size: 12px;
	color: #fff;
}
.cpShowBRt a{
	position: absolute;
    top: 210px;
    left: 0;
    font-size: 12px;
    color: #fff;
    border: 1px solid #ed511b;
    border-radius: 50px;
    width: 70px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    display: none;
    transition: background-color .5s ease;
    background-color: #ed511b;
}
.cpShowBRt h2.cpShowBH2:after,
.cpShowBRt h3.cpShowBH3:after,
.cpShowBRt p.cpShowBP:after{
	content: "";
	position: absolute;
	right: 1;
	width: 2px;
	height: 100%;
	background-color: #fff;
}
.cpShowBRt .cpSbSpanTip{
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	width: 2px;
	height: 100%;
	background-color: #fff;
}
/*cpShowProWrap*/
.cpShowProWrap{
	background-color: #fff;
	width: 100%;
	padding-top: 30px;
}
.cpShowProLf{
	width: 96%;
	margin-left: 2%;
}
.cpShowProLf h2{
	font-size: 18px;
    margin-bottom: 20px;
}
.cpShowProLf p{
	font-size: 15px;
	color: #666;
	line-height: 28px;
}
.cpShowProLf a{
	color: #fff;
	background-color: #ed511b;
	font-size: 12px;
	width: 80px;
    height: 34px;
    line-height: 34px;
	text-align: center;
	border-radius: 6px;
	display: block;
	margin-top: 40px;
	transition: all .3s ease; 
	margin-bottom: 20px;
}
.cpShowProLf a:hover{
	background-color: #f66a3a;
}
/*cpShowProblem*/
.cpShowProblem {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 20px;
}
.cpShowProblem h2{
	font-size: 18px;
	text-align: center;
	margin: 0 0 30px;
}
.cpProblemListA {
	width: 43%;
	margin-top: 30px;
}
.cpProblemListA p{
    font-size: 12px;
    color: #fff;
    height: 76px;
    line-height: 18px;
    padding: 0 8px;
    margin-bottom: 16px;
    border-radius: 6px;
    display: flex;
    overflow: hidden;
    text-overflow: ellipsis;
    align-items: center;
}
.cpProbLi1{
	background-color: #f98b29;
}
.cpProbLi2{
	background-color: #3282dc;
}
.cpProbLi3{
	background-color: #6eb543;
}
.cpProbLi4{
	background-color: #48b7c1;
}
.cpProbLi5{
	background-color: #ef4970;
}
.cpProbLi6{
	background-color: #cac815;
}
.cpProbLi7{
	background-color: #0fa5ca;
}
.cpProbLi8{
	background-color: #4bb10c;
}
.cpProbLi9{
	background-color: #559ae7;
}
.cpProblemListB{
	width: 43%;
	margin-top: 44px;
}
.cpProblemListB p{
	font-size: 12px;
	color: #515151;
	height: 76px;
    line-height: 18px;
    padding: 0 8px;
    margin-bottom: 16px;
    border-radius: 6px;
	display: flex;
	overflow: hidden;
	text-overflow: ellipsis;
	align-items: center;
	background-color: #f4f4f4;
}
.cpProblemImg{
	width: 14%;
	position: relative;
}
.cpProblemImg img{
	width: 100%;
}
.cpProblemImg span{
	position: absolute;
    top: 0;
    left: 50%;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-left: -18px;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    font-family: 黑体, SimHei;
    color: #fff;
    background-color: #00a0e9;
    border-radius: 50%;
}
/*cpAdvantage*/
.cpAdvantageWrap{
	background-color: #f6f6f6;
	width: 100%;
	padding: 36px 0 40px;
}
.cpTTopH2{
	font-size: 18px;
    margin-bottom: 12px;
	text-align: center;
}
.cpTTopP{
	font-size: 12px;
	color: #666666;
	text-align: center;
}
.cpAdvantageUl{
	margin-right: -3%;
	margin-top: 30px;
}
.cpAdvantageUl li{
	float: left;
	width: 47%;
	margin-right: 3%;
	background-color: #fff;
	margin-bottom: 18px;
}
.cpAdvantageUl li i{
	display: block;
	width: 70px;
	height: 70px;
	margin: 5px auto 0;
	transform: scale(0.6);
}
.cpAdvIcon01 {
    background: url(../images/cpAdvIcons.png) -10px -10px;
}
.cpAdvIcon02 {
    background: url(../images/cpAdvIcons.png) -100px -10px;	
}
.cpAdvIcon03 {
    background: url(../images/cpAdvIcons.png) -10px -100px;
}
.cpAdvIcon04 {
    background: url(../images/cpAdvIcons.png) -100px -100px;
}
.cpAdvIcon05 {
    background: url(../images/cpAdvIcons.png) -190px -10px;
}
.cpAdvIcon06 {
    background: url(../images/cpAdvIcons.png) -190px -100px;
}
.cpAdvIcon07 {
    background: url(../images/cpAdvIcons.png) -10px -190px;
}
.cpAdvIcon08 {
    background: url(../images/cpAdvIcons.png) -100px -190px;
}
.cpAdvIcon09 {
    background: url(../images/cpAdvIcons.png) -190px -190px;
}
.cpAdvantageUl li h3{
	font-size: 15px;
	height: 32px;
	display: flex;
	align-items: center;
	font-weight: normal;
	justify-content: center;
	text-align: center;
	margin-bottom: 10px;
}
.cpAdvantageUl li p{
    font-size: 12px;
    color: #999;
    padding: 0 10px;
    line-height: 20px;
    height: 100px;
    margin-bottom: 20px;
    overflow-y: auto;
}
/*cpCore*/ 
.cpCore{
	padding: 30px 2% 30px;
	background-color: #fff;
}
.cpCoreUl{
	margin: 40px 0 40px;
	padding: 0 1%;
}
.cpCoreUl li{
	float: left;
    height: 36px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background-color: #a8a8a8;
    width: 21%;
    margin: 0 2% 12px;
    cursor: pointer;
    border-radius: 6px;
    transition: all .5s ease;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cpCoreUl li.cpCoreLiAct{
	background-color: #f1501a;
}
.cpCoreShow{
	padding: 0 10px;
	display: none;
}
.cpCoreShow h3{
	font-size: 16px;
}
.cpCoreShow .cpCoreLine{
	display: block;
	width: 30px;
	height: 1px;
	background-color: #f1501a;
	margin: 12px 0 10px;
}
.cpCoreShow p{
	font-size: 15px;
	color: #666;
	line-height: 28px;
	margin-bottom: 14px;
}
.cpCoreShow img{
	display: block;
	width: 100%;
	margin: 14px auto;
}

@media only screen and (min-width: 640px){
	.cpProblemListA,.cpProblemListB{
    	width: 46%;
    }
	.cpProblemImg {
    	width: 8%;
    }
}