@charset "utf-8";
a,button,input{outline:none; text-decoration:none;}
a{text-decoration:none; color:#333333; padding:0px; margin:0px; -webkit-tap-highlight-color:transparent;}
a:hover{text-decoration:none; color:#0771f3; -webkit-tap-highlight-color:transparent;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,
img,
iframe{border:0;}
:focus{outline:0;}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var{font-weight:normal;font-style:normal;}
ol,
ul{list-style:none; padding:0px; margin:0px;}
li{list-style:none; padding:0px; margin:0px;}
dl,dd,dt{padding:0px; margin:0px;}
p{padding:0px; margin:0px;}
caption,
th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
blockquote:before,
blockquote:after,
q:before,
q:after{content:''}
abbr,
acronym{border:0px; font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,
textarea,
select{*font-size:100%;}
select{appearance:none; -moz-appearance:none; -webkit-appearance:none;}
legend{color:#000;}
textarea{resize:none;}
li{list-style: none;}

.clearfix{zoom:1;}
.clearfix:after{display:block;clear:both;content:'\20';}
.pull-left{float: left;}
.pull-right{float: right;}
.tc{text-align: center;}
.tl{text-align: left;}
.tr{text-align: right;}
.w100{width: 100%;}
.limit-line{
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.limit-multiLine-2{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.bg_fff{background-color: #ffffff}
/*字体颜色*/
.colorBlue{
    color: #0771f3;
}
.colorWhite{
    color: #FFFFFF;
}
.color21{
    color: #212121;
}
.color000{
    color: #000;
}
.fs12{font-size: 12px}
.fb{font-weight: bold}
/*字体间距*/
.line24{line-height: 24px}
/*边框颜色*/
.border_b{
    border-bottom: 1px solid #EBEFF6;
}
.border_r{
    border-right: 1px solid #EBEFF6;
}

/*内边距*/
.p0{padding: 0}

/*外边距*/
.m_auto{margin:0 auto}
.m0{margin: 0}
.mt_20{margin-top: 20px}
.mt_80{margin-top: 80px}
.mt_98{margin-top: 98px}
.mb_20{margin-bottom: 20px}
.mb_40{margin-bottom: 40px}
.mr_30{margin-right: 30px}
.ptb20{margin-top: 20px;margin-bottom: 20px}








/*公用标题*/
.public_title1{
    font-size: 20px;
    color: #212121;
    position: relative;
    padding: 20px 0;
    border-bottom: 1px solid #EBEFF6;
}
.public_title1:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 20px;
    height: 3px;
    background-color: #3D1919;
}
.public_title1_des{
    padding: 30px 0;
}
.public_title2{
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    color: #000000;
    border-bottom: 1px solid #E5E5E5;
    padding: 15px 0;
}
.public_title2 span{
    font-size: 14px;
}
.public_title3{
    font-size: 13px;
	font-weight:bold;
	color:rgba(51,51,51,1);
	position: relative;
	padding-left: 8px;
	box-sizing: border-box;
}
.public_title3:before{
    position: absolute;
	content: "";
	width:3px;
	height:13px;
	background: #0771F3;
	margin-top: 3px;
	left: 0;
}
.blueArrow{
	display: inline-block;
	width: 11px;
	height: 6px;
	background: url(../images/blueArrow.png) 0 0 no-repeat;
	background-size: 100% 100%;
}
.mt10{
	margin-top: 10px;
}
.jiangeIcon{
	width: 100%;
	height: 8px;
	display: inline-block;
	background: url(../images/successIcon1.png) center center no-repeat;
	background-size: 120px 8px;
}


/**
pc
*/
@media (min-width: 1200px) {
    .container {
        width: 1200px;
    }
}


/**
中屏幕
*/
@media (max-width: 1200px) {

}

/**
平板
*/
@media (max-width: 992px) {
	.mt_98 {
	    margin-top: 80px;
	}
}

/**
手机端
*/
@media (max-width: 768px) {
    .public_title2 {
        font-size: 18px;
    }
}