*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
*:focus{
	outline: none;
}
a{
	text-decoration: none;
}
.container{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.clearfix::after,
.clearfix::before {
	content: "";
	height: 0;
	line-height: 0;
	display: block;
	visibility: hidden;
	clear: both
}
.clearfix {
	zoom: 1
}

img {
	max-width: 100%;
	display: block;
}

.banner img {
	display: block;
}


.d_flex {
	display: flex;
	display: -webkit-flex;
	display: -ms-flexbox;
}

/*zhaoheng all style*/
/*margin-top*/
.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt17 {
	margin-top: 17px;
}

.mt20 {
	margin-top: 20px;
}

.mt25 {
	margin-top: 25px;
}

.mt30 {
	margin-top: 30px;
}

.mt35 {
	margin-top: 35px;
}

.mt40 {
	margin-top: 40px;
}

.mt45 {
	margin-top: 45px;
}

.mt50 {
	margin-top: 50px;
}
.mt55 {
	margin-top: 55px;
}
.mt60 {
	margin-top: 60px;
}

.mt70 {
	margin-top: 70px;
}

.mt80 {
	margin-top: 80px;
}

/*padding-top*/
.pt5 {
	padding-top: 5px;
}

.pt10 {
	padding-top: 10px;
}

.pt15 {
	padding-top: 15px;
}

.pt20 {
	padding-top: 20px;
}

.pt25 {
	padding-top: 25px;
}

.pt30 {
	padding-top: 30px;
}

.pt35 {
	padding-top: 35px;
}

.pt38 {
	padding-top: 38px;
}

.pt40 {
	padding-top: 40px;
}

.pt45 {
	padding-top: 45px;
}

.pt50 {
	padding-top: 50px;
}

.pt55 {
	padding-top: 55px;
}

.pt60 {
	padding-top: 60px;
}

.pt70 {
	padding-top: 70px;
}

.pt80 {
	padding-top: 80px;
}

/*padding-bottom*/
.flex_n {
	flex: none;
	-webkit-flex: none;
	-ms-flex: none;
}
.flex_1 {
	flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
}
.mr_2n0>*,
.mr_3n0>*,
.mr_4n0>*,
.mr_5n0>* {
	float: left;
}
.mr_2n0>*{
	width: calc((100% - 10px)/2);
	margin-right: 10px;
	margin-bottom: 10px;
}
.mr_3n0>*{
	width: calc((100% - 20px)/3);
	margin-right: 10px;
	margin-bottom: 10px;
}
.mr_4n0>*{
	width: calc((100% - 30px)/4);
	margin-right: 10px;
	margin-bottom: 10px;
}
.mr_5n0>*{
	width: calc((100% - 40px)/5);
	margin-right: 10px;
	margin-bottom: 10px;
}
.mr_2n0>*:nth-child(2n) {
	margin-right: 0px !important;
}

.mr_3n0>*:nth-child(3n) {
	margin-right: 0px !important;
}

.mr_4n0>*:nth-child(4n) {
	margin-right: 0px !important;
}

.mr_5n0>*:nth-child(5n) {
	margin-right: 0px !important;
}


.pctitle{
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
}
.pctitle h4 {
    font-size: 36px;
    line-height: 38px;
    color: #333333;
    display: inline-block;
}
.pctitle i{
	transform: translateY(6px);
	display: inline-block;
	width: 8px;
     margin-right: 20px;
	height: 38px;
	background:#2e79e0;
	border-radius: 50px;
}
.pctitle a{
	display: inline-block;
	padding-top: 10px;
	float: right;
	font-size: 20px;
	line-height: 26px;
	color: #999999;
}


.cjwt .item{    float: left;
    width: calc((100% - 120px) / 3);
    margin-right: 60px;
    margin-bottom: 43px;
	border-top: 2px solid #0061e9;
		box-shadow: 0px 0px 10px 0px 
			rgba(122, 122, 122, 0.5);
		border-radius: 0px 0px 10px 10px;
}
.cjwt2 .item{    float: left;
    width: calc((100% - 90px) / 3);
    margin-right: 30px;
    margin-bottom: 0px;
}
blue{
	flex: none;
	color:#006be7;font-size: 20px;
}
red{
	flex: none;
	color: #c80000;font-size: 20px;
}

.cjwt .item p{
		font-size: 20px;
		line-height: 26px;
		color: #171717;
	display: flex;
}
.cjwt .item p span{
	flex: 1;
}
	
.cjwt .item .ques{
	padding: 15px 15px 10px;
}

.cjwt .item p:last-child{
	font-size: 16px;
		color: #666666;
		line-height: 24px;
}
.cjwt .item .font{
	background-color: #f1f7ff;
	padding: 20px 15px;
}
.cjwt .item .font p{
	text-align: center;
	width: 100%;
	display: block;
	font-size: 20px;
		line-height: 22px;
		color: #333333;
}
.cjwt .item .font span{
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #666666;
}
.cjwt .item .font a{
	width: 160px;
	border: solid 1px #c00000;
	border-radius: 20px;
	line-height: 40px;
	color: #c00000;
	text-align: center;
	display:block;
	margin:20px auto 20px;
}
.cjwt .item .font a:hover{
	color: #fff;
	border: solid 1px #c00000;
	background: #c00000;
}
.marjor .item{
	border: 1px solid #ccc ;
		border-top: 0px;
	border-radius: 12px;    float: left;
    width: calc((100% - 30px) / 3);
    margin-right: 15px;
    margin-bottom: 15px;
}
.marjor .font{
	font-size: 20px;
		line-height: 24px;
		color: #333333;
		padding: 15px;
		
		
}

.marjor .font a:first-child{
	display: inline-block;
	font-size: 20px;
	line-height: 26px;
	color: #333333;
	width: 50%;
}
.marjor .font span{
	display: inline-block;
	font-size: 16px;
	width: 50%;
	margin-top: 5px;
	color: #666666;
}
.marjor .font a:last-child{
	display: block;
	float: right;
	width: 99px;font-size: 18px;
	color: #c80000;
		line-height: 38px;
		border-radius: 6px;
		text-align: center;
		border: 1px solid #c80000;
		margin-top: -17px;
}
.marjor .font a:last-child:hover{
		
	background-color: #c80000;
	color: #fff;
}

.xxhj a{
	float: left;
	width: calc((100% - 33px) / 4);
	margin-right: 11px;
	margin-bottom: 11px;
}
.xxhj2 a{
	float: left;
	width: calc((100% - 24px) / 3);
	margin-right: 12px;
	margin-bottom: 12px;
}