
*{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
*, :after, :before {
    box-sizing: border-box;
}
body, html {
    width: 100%;
    height: 100%;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
html {
	min-width: 1300px;
}
body {
    font-family: Microsoft Yahei,Lucida Grande,Lucida Sans Unicode,Helvetica,Arial,Verdana,sans-serif;
    background-color: #fff;
    position: static;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body, html {
    font-size: 12px;
    color: #191f25;
    background: #fff;
}

[role=button], a, button, input:not([type=range]), label, select, textarea {
    touch-action: manipulation;
}
button, [role=button], html input[type=button], input[type=reset], input[type=submit],
[type=reset], [type=submit], html [type=button]{
    -webkit-appearance: button;
    cursor: pointer;
}
input[type=number], input[type=password], input[type=text], textarea {
    -webkit-appearance: none;
}
input::-webkit-input-placeholder{
	color: rgba(0,0,0,.4);
}
input::-moz-placeholder{
	color: rgba(0,0,0,.4);
}
input:-ms-input-placeholder{
	color: rgba(0,0,0,.4);
}
input:-moz-placeholder { 
	color: rgba(0,0,0,.4);
}
div,button,h1,h2,h3,h4,h5,h6,ul,li{
	border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
ul, li{ list-style:none;}
div{zoom:1}
a {
    text-decoration: none;
    cursor: pointer;
    color: #3296fa;
}
a:active, a:hover {
    outline: 0;
    text-decoration: none;
	color: #3296fa;
}
/*.main-body img{
	width: 100%;
}*/
em{
	font-style: normal;
}

header .top{
	overflow: hidden;
	background:#b22c25;
}
header .top .cont{
	width:80%;
	margin:auto;
	color:#FFFFFF;
	height:30px;
	line-height:30px;
}
header .top .cont a{
color:#FFFFFF;
font-family:Wingdings;}
header .top .cont a:hover{
color:#f0d9d8;
font-family:Wingdings;}
header .top .cont .wel{
float:left;}
header .top .cont .fav{
float:right;}

header .content{
	overflow: hidden;
	/*padding-bottom: 17px;*/
}
header .content .logo{
	width:400px;
	overflow:hidden;
	float:left;
}
header .content .logo img{
	height: 100px;
}
header .content ul{
	width:800px;
	height: 50px;
	margin-top:30px;
	float:right;
	overflow: hidden;
}
header .content ul li{
	width: 114px;
	height: 50px;
	float: left;
	text-align: center;
}

header .content ul li>a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
	box-sizing: border-box;
	padding: 16px 10px 0 20px;
	overflow: hidden;
}
header .content ul li>a .text{
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	padding-top: 8px;
}
header .content ul li a .text h6{
	font-weight: bold;
	font-size:16px;
	color:#b22c25;
	font-family:'微软雅黑';
	text-align: center;
}
header .content ul li a .text p{
	font-size:12px;
	color:#b22c25;
	font-family:Arial;
	text-align: center;
	line-height:24px;
}
header .content ul li:hover a .text h6{
	color: #bf3730;
	font-weight: bold;
}
header .content ul li:hover a .text p{
	color: #bf3730;
	font-weight: bold;
}
header .content ul li #sub_section {
	position: absolute;
	top: 110px;
	background: #FFFFFF;
	z-index: 998;
	width: 112px;
	font-family: "微软雅黑";
	font-size: 15px;
	display: none;
}
header .content ul li #sub_section .li_lm {
	border-bottom: none;
	line-height: 32px;
	height: 32px;
}
header .content ul li #sub_section .li_lm a {
	margin-top: 0;
	color: #b22c25;
	font-weight: normal;
}
header .content ul li:hover #sub_section .li_lm a {
	color: #b22c25;
}
header .content ul li #sub_section .li_lm:hover a {
	color: #bf3730;
}
header .content ul li:hover #sub_section {
	display: block;
}

/***************** common css *******************/
.full_screen {
	width: 100%;
	background: #FFFFFF;
}
.full_screen .content {
	width: 1200px;
	margin: 0 auto;
}
.full_menu {
	width: 100%;
	background: #FFFFFF;
}
.full_menu .content {
	width: 80%;
	margin: 0 auto;
}
.bj-default{
	background-color: #f5f5f5;
}



/***************** 模块标题 module-title *******************/
.module-title{
	width: 100%;
	text-align: center;
	padding-top: 50px;
	padding-bottom: 25px;
}
.module-title h2{
	font-size: 40px;
	color: #b90000;
	margin-bottom: 15px;
	font-weight: inherit;
}
.module-title h2 span{
	color: #b90000;
}
.module-title p{
	font-size: 20px;
	color: #666;
}


/***************** 咨询按钮 zixu-box *******************/
.zixu-box{
	width: 100%;
	padding: 30px 0;
}
.zixu-box .btn-box{
	display: block;
	width: 514px;
	height: 56px;
	background-color: #fff;
	border: 2px solid #b90000;
	border-radius: 28px;
	position: relative;
	z-index: 8;
	margin: 0 auto;
}
.zixu-box .btn-box .item{
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
}
.zixu-box .btn-box .item .cricon-pic{
	display: inline-block;
	width: 38px;
}
.zixu-box .btn-box .item span{
	font-size: 30px;
	color: #b90000;
	margin-left: 10px;
}
.zixu-box .btn-box .item em{
	font-size: 21px;
	color: #fff;
	margin-left: 10px;
}

.zixu-box .btn-box .left{
	width: 300px;
	height: 100%;
}
.zixu-box .btn-box .right{
	width: 208px;
	height: 56px;
	overflow: hidden;
	position: absolute;
	right: -2px;
    top: -2px;
	z-index: 10;
	background-color: #b90000;
	border-radius: 28px;
}

/***************** banner-box *******************/
.banner-box{
	width: 100%;
	height: 500px;
	overflow: hidden;
	position: relative;
}
.banner-box .pic-box{
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
	font-size: 0;
}
.banner-box .pic-box .line-box{
	display: block;
}
.banner-box .pic-box img{
	width: auto;
	height: 100%;
}
.banner-box .cover-box{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.banner-box .cover-box .content{
	width: 1200px;
	margin: 0 auto;
	padding-top: 105px;
}
.banner-box .cover-box .content .down{
	width: 100%;
}
.banner-box .cover-box .content .index-form{
	width: 800px;
	height: 60px;
	background: #fff;
	margin: 0 auto;
	border-radius: 30px;
	overflow: hidden;
	display: flex;
	display: -webkit-flex;
}
.banner-box .index-form>*{
	flex: 1;
}
.banner-box .index-form .left{
	flex: none;
	width: 655px;
	height: 100%;
}
.banner-box .index-form .left .list{
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	padding: 13px 0;
	padding-left: 14px;
}
.banner-box .index-form .left .list .item{
	flex: auto;
	width: 33.33%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	border-left: 1px solid rgba(165, 165, 165, 0.4);
	padding-right: 15px;
}
.banner-box .index-form .left .list .item:nth-of-type(1){
	border-left: none;
	flex: none;
	width: 178px;
}
.banner-box .index-form .left .list .item .icon-pic{
	flex: none;
	height: 32px;
	display: inline-block;
	padding-left: 5px;
	padding-right: 6px;
}
.banner-box .index-form .left .list .item .icon-pic img{
	width: 30px;
}
.banner-box .index-form .left .list .item .import-area{
	flex: 1;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #333;
}
.banner-box .index-form .left .list .item .import-area select{
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	font-size: 18px;
	color: #333;
}
.banner-box .index-form .left .list .item .import-area input{
	width: 100%;
	height: 100%;
	outline: none;
	border: none;
	font-size: 18px;
	color: #333;
}
.banner-box .cover-box .content .index-form .form-btn{
	height: 100%;
	padding-right: 20px;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	color: #fff;
	cursor: pointer;
	background: -moz-linear-gradient(right, #b18435 0%, #c29a54 100%); /* firefox */
	background: -webkit-linear-gradient(left, #b18435 0%,#c29a54 100%); /* chrome */
	background: -o-linear-gradient(right, #b18435 0%,#c29a54 100%); /* opera */
	background: -ms-linear-gradient(right, #b18435 0%,#c29a54 100%); 	
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#b18435', endColorstr='#c29a54',GradientType=1)"; /* 兼容IE8~IE9 */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b18435', endColorstr='#c29a54',GradientType=1 );
	background: linear-gradient(to right, #b18435, #c29a54);
}
.banner-box .cover-box .content .tips{
	text-align: center;
	font-size: 16px;
	color: #fff;
	padding-top: 30px;
}

/**************** 为什么选择 select_reason ****************/
.select_reason{
	width: 100%;
}
.select_reason .only-pic{
	width: 100%;
}
.select_reason .only-pic .line-box{
	display: block;
}
.select_reason .zixu-box{
	padding-bottom: 50px;
}

/**************** 4步解决难题 step_four ****************/
.step_four{
	width: 100%;
	height: 653px;
	background-image: url(../images/step-bj.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
	overflow: hidden;
}
.step_four .module-title h2 span,
.step_four .module-title p{
	color: #fff;
}
.step_four .list{
	padding: 45px 0 10px;
}
.step_four .list::after{
	content: "";
	display: block;
	clear: both;
}
.step_four .list .item{
	width:277.5px;
	margin-right:30px;
	float: left;
	position:relative;
	cursor: pointer;
}
.step_four .list .item:nth-of-type(4){
	margin-right: 0;
}
.step_four .list .item .line-box{
	display: block;
	width: 100%;
	font-size: 0;
}
.step_four .list .item:hover{
	box-shadow: 0px 0px 30px 0px #3a3734;
	top: -30px;
}

/**************** 关于泰仁 about_us ****************/
.about_us{
	width: 100%;
}
.about_us .descrip{
	width: 100%;
}
.about_us .descrip p{
	text-align: center;
	font-size: 16px;
	color: #333;
	line-height: 28px;
}

/**************** 业务页面 预约表单 appointment-form ****************/
.appointment-form {
	width: 100%;
	height: 128px;
	position: relative;
}
.appointment-form .bj-box {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.appointment-form .bj-box>* {
	width: 50%;
	height: 100%;
	float: left;
	background-color: #f5f5f5;
}
.appointment-form .bj-box .right {
	background-color: #1b3e71;
}
.appointment-form .cover-box {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.appointment-form .cover-box .content {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
.appointment-form .cover-box .content::after {
	content: "";
	display: block;
	clear: both;
}
.appointment-form .cover-box .content .left {
	width: 810px;
	height: 100%;
	background-color: #F5F5F5;
	float: left;
	overflow: hidden;
}
.appointment-form .cover-box .content .left ul {
	overflow: hidden;
	padding-top: 31px;
}
.appointment-form .cover-box .content .left ul li {
	padding: 0 37px;
	float: left;
	position: relative;
}
.appointment-form .cover-box .content .left ul li:before {
	content: "";
	height: 70%;
	width: 1px;
	background: #999;
	position: absolute;
	left: 0;
	top: 15%;
}
.appointment-form .cover-box .content .left ul li:nth-of-type(1) {
	padding-left: 0;
}
.appointment-form .cover-box .content .left ul li:nth-of-type(1):before {
	content: "";
	height: 80%;
	width: 1px;
	background: transparent;
	position: absolute;
	left: 0;
	top: 10%;
}
.appointment-form .cover-box .content .left ul li .top {
	font-size: 36px;
	color: #061f44;
	font-weight: 600;
	margin-bottom: 5px;
}
.appointment-form .cover-box .content .left ul li .top span {
	font-size: 20px;
}
.appointment-form .cover-box .content .left ul li p {
	font-size: 22px;
	color: #666;
}
.appointment-form .cover-box .content .right {
	width: 390px;
	height: 100%;
	float: right;
	background: -moz-linear-gradient(right, #061f44 0%, #1b3e71 100%);
	background: -webkit-linear-gradient(left, #061f44 0%, #1b3e71 100%);
	background: -o-linear-gradient(right, #061f44 0%, #1b3e71 100%);
	background: -ms-linear-gradient(right, #061f44 0%, #1b3e71 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#061f44', endColorstr='#1b3e71',GradientType=1)";
	background: linear-gradient(to right, #061f44, #1b3e71);
	overflow: hidden;
	padding-left: 23px;
	padding-top: 20px;
}
.appointment-form .cover-box .content .right .import-area {
	float: left;
	width: 272px;
}
.appointment-form .cover-box .content .right .import-area .inp-box {
	margin-bottom: 13px;
	width: 100%;
	height: 38px;
}
.appointment-form .cover-box .content .right .import-area .inp-box input {
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	background: rgba(255, 255, 255, 0.2);
	outline: none;
	padding-left: 15px;
	font-size: 14px;
	color: #fff;
}
.appointment-form .cover-box .content input::-webkit-input-placeholder {
	color: #fff;
}
.appointment-form .cover-box .content input::-moz-placeholder {
	color: #fff;
}
.appointment-form .cover-box .content input:-ms-input-placeholder {
	color: #fff;
}
.appointment-form .cover-box .content input:-moz-placeholder {
	color: #fff;
}
.appointment-form .cover-box .content .right .btn-box {
	float: right;
	width: 88px;
	height: 88px;
	border: 1px solid #fff;
	background: -moz-linear-gradient(bottom, #c7a872 0%, #ab8644 100%);
	background: -webkit-linear-gradient(top, #c7a872 0%, #ab8644 100%);
	background: -o-linear-gradient(bottom, #c7a872 0%, #ab8644 100%);
	background: -ms-linear-gradient(bottom, #c7a872 0%, #ab8644 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7a872', endColorstr='#ab8644',GradientType=0)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c7a872', endColorstr='#ab8644', GradientType=0);
	background: linear-gradient(to bottom, #c7a872, #ab8644);
	font-size: 20px;
	color: #fff;
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	align-items: center;
}


/***************** 业务页面横幅 bus-middle-banner *******************/
.bus-middle-banner{
	width: 100%;
	height: 158px;
	display: flex;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}
.bus-middle-banner img{
	width: auto;
	height: 288px;
}

/**************** 业务页面 律师团队 lawyer-team ****************/
.lawyer-team{
	width: 100%;
}
.lawyer-team .module-title{
	padding-bottom: 50px;
}
.lawyer-team .list{
	width: 100%;
}
.lawyer-team .list:after{
	content: "";
	display: block;
	clear: both;
}
.lawyer-team .list .item {
	width: 580px;
	background: #FFFFFF;
	float: left;
	box-sizing: border-box;
	padding: 20px 20px 25px;
	margin: 10px 20px 30px 0;
	position: relative;
}
.lawyer-team .list .item:nth-of-type(2n+2) {
	margin: 10px 0 30px 20px;
}
.lawyer-team .list .item .left {
	width: 194px;
	height: 194px;
	border-radius: 50%;
	float: left;
	overflow: hidden;
}
.lawyer-team .list .item .left a {
	display: block;
	width: 100%;
	height: 100%;
}
.lawyer-team .list .item .left a img {
	width: 100%;
	height: 100%;
}
.lawyer-team .list .item .right {
	width: 335px;
	float: right;
}
.lawyer-team .list .item .right .top {
	width: 100%;
	overflow: hidden;
	padding: 20px 0 10px;
	border-bottom: 1px solid #eaeaea;
	margin-bottom: 10px;
}
.lawyer-team .list .item .right .top strong {
	font-size: 24px;
	color: #000000;
	font-weight: 500;
}
.lawyer-team .list .item .right .top .span1 {
	font-size: 14px;
	color: #000000;
}
.lawyer-team .list .item .right .top .span1 img {
	width: 19px;
	margin-left: 5px;
}
.lawyer-team .list .item .right .top .span2 {
	font-size: 14px;
	color: #000000;
	float: right;
}
.lawyer-team .list .item .right .top .span2 b {
	font-size: 24px;
	color: #fe7600;
}
.lawyer-team .list .item .right p {
	font-size: 14px;
	color: #001111;
	line-height: 32px;
}
.lawyer-team .list .item .right p span {
	font-size: 14px;
	color: #001111;
	margin-right: 26px;
}
.lawyer-team .list .item .right p span b {
	font-size: 16px;
	color: #ff7700;
}
.lawyer-team .list .item .right .btn-box {
	width: 100%;
	overflow: hidden;
	margin-top: 15px;
}
.lawyer-team .list .item .right .btn-box .btn{
	display: block;
	width: 148px;
	height: 40px;
	overflow: hidden;
	font-size: 16px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.lawyer-team .list .item .right .btn-box .btn-view {
	float: left;
	background: -moz-linear-gradient(bottom, #ab8746 0%, #c9ab74 100%);
	background: -webkit-linear-gradient(top, #ab8746 0%, #c9ab74 100%);
	background: -o-linear-gradient(bottom, #ab8746 0%, #c9ab74 100%);
	background: -ms-linear-gradient(bottom, #ab8746 0%, #c9ab74 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab8746', endColorstr='#c9ab74',GradientType=0)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ab8746', endColorstr='#c9ab74', GradientType=0);
	background: linear-gradient(to bottom, #ab8746, #c9ab74);
}
.lawyer-team .list .item .right .btn-box .btn-consult {
	float: right;
	background: -moz-linear-gradient(bottom, #082248 0%, #2a508b 100%);
	background: -webkit-linear-gradient(top, #082248 0%, #2a508b 100%);
	background: -o-linear-gradient(bottom, #082248 0%, #2a508b 100%);
	background: -ms-linear-gradient(bottom, #082248 0%, #2a508b 100%);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#082248', endColorstr='#2a508b',GradientType=0)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#082248', endColorstr='#2a508b', GradientType=0);
	background: linear-gradient(to bottom, #082248, #2a508b);
}
.lawyer-team .more-box {
	width: 100%;
	text-align: center;
	padding: 10px 0 50px;
}
.lawyer-team .more-box .btn-more {
	display: inline-block;
	width: 270px;
	height: 46px;
	border: 2px solid #061f44;
	border-radius: 23px;
	font-size: 20px;
	color: #061f44;
	text-align: center;
	line-height: 46px;
}

.lawyer-team .list .item:hover {
	box-shadow: 0px 0px 30px 0px #666;
	top: -30px;
}


/**************** 业务页面 成功案例 bus-cases ****************/
.bus-cases{
	width: 100%;
}
.bus-cases .module-title{
	padding-bottom: 60px;
}
.bus-cases .zixu-box{
	padding-top: 60px;
	padding-bottom: 40px;
}
.bus-cases .con-wrap{
	width: 100%;
	display: flex;
	display: -webkit-flex;
}
.bus-cases .con-wrap .left{
	flex: none;
	width: 540px;
	height: 350px;
	overflow: hidden;
	position: relative;
	font-size: 0;
	cursor: pointer;
}
.bus-cases .con-wrap .left .line-box{
	display: block;
}
.bus-cases .con-wrap .left .ceng {
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0;
	bottom: 0;
	box-sizing: border-box;
	padding: 10px 0 5px 16px;
}
.bus-cases .con-wrap .left .ceng h6 {
	width: 100%;
	font-size: 20px;
	color: #fff;
}
.bus-cases .con-wrap .left .ceng p {
	width: 100%;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
}

.bus-cases .con-wrap .right .list {
	width: 100%;
	padding-left: 43px;
}
.bus-cases .con-wrap .right .list .item {
	width: 100%;
	height: 105px;
	margin-bottom: 18px;
}
.bus-cases .con-wrap .right .list .item:nth-of-type(3) {
	margin-bottom: 0;
}
.bus-cases .con-wrap .right .list .item .line-box {
	display: block;
	width: 100%;
	height: 100%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
}
.bus-cases .con-wrap .right .list .item .time-box {
	width: 100px;
	float: left;
	border-right: 1px solid #666;
}
.bus-cases .con-wrap .right .list .item .time-box h5 {
	width: 100%;
	text-align: center;
	font-size: 48px;
	color: #061f44;
	font-family: 'Britannic Bold';
}
.bus-cases .con-wrap .right .list .item .time-box p {
	width: 100%;
	text-align: center;
	font-size: 16px;
	color: #666;
	margin-top: -2px;
}
.bus-cases .con-wrap .right .list .item .text-box {
	width: 510px;
	float: left;
	box-sizing: border-box;
	padding: 0 0 0 20px;
}
.bus-cases .con-wrap .right .list .item .text-box h6 {
	width: 100%;
	font-size: 18px;
	color: #000;
}
.bus-cases .con-wrap .right .list .item .text-box p {
	width: 100%;
	font-size: 14px;
	color: #414141;
	line-height: 22px;
	margin-top: 10px;
	padding-right: 10px;
}
.bus-cases .con-wrap .right .list .item:hover {
	background: #fff;
	box-shadow: 0 0 30px 0 #868383;
	border-left: 4px solid #a98442;
}
.bus-cases .con-wrap .right .list .item:hover .time-box h5 {
	color: #a98442;
}
.bus-cases .con-wrap .right .list .item:hover .text-box h6{
	color: #a98442;
	font-weight: 600;
}

/**************** 公共底部 我们的保障 ****************/
#protection {
	width: 100%;
	height: 107px;
	position: relative;
}
#protection::after{
	content: "";
	display: block;
	clear: both;
}
#protection .blue{
	float: left;
	width: 50%;
	height: 100%;
	background: #2c326b;
}
#protection .red{
	float: right;
	width: 50%;
	height: 100%;
	background: #b90000;
}
#protection .top-ceng{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#protection .top-ceng .content{
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}
#protection .top-ceng .content::after{
	content: "";
	display: block;
	clear: both;
}
#protection .top-ceng .content .left{
	width: 227px;
	height: 100%;
	background: #2c326b;
	position: relative;
	float: left;
}
#protection .top-ceng .content .left h5{
	font-size: 30px;
	color: #fff;
	margin-top: 13px;
}
#protection .top-ceng .content .left p{
	font-size: 20px;
	color: #fff;
	font-family: arial;
	line-height: 30px;
}
#protection .top-ceng .content .left .sjx{
	width: 0;
	height: 0;
	border-left: 10px solid #2c326b;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
	position: absolute;
	right: -10px;
	top: 43px
}
#protection .top-ceng .content .right{
	width: 973px;
	height: 100%;
	float: left;
	background: #b90000;
}
#protection .top-ceng .content .right ul{
	width: 100%;
	padding-top: 22px;
}
#protection .top-ceng .content .right ul::after{
	content: "";
	display: block;
	clear: both;
}
#protection .top-ceng .content .right ul li{
	float: left;width: 243px;
	box-sizing: border-box;
	padding-left: 35px;
}
#protection .top-ceng .content .right ul li::after{
	content: "";
	display: block;
	clear: both;
}
#protection .top-ceng .content .right ul li .pic{
	width: 65px;
	float: left;
}
#protection .top-ceng .content .right ul li .pic img{
	width: 100%;
}
#protection .top-ceng .content .right ul li .text{
	float: left;
	padding-left: 10px;
}
#protection .top-ceng .content .right ul li .text h6{
	font-size: 20px;
	color: #fff;
	margin-top: 10px;
	font-weight: inherit;}
#protection .top-ceng .content .right ul li .text p{
	font-size: 12px;
	color: #fff;
	font-family: arial;
	margin-top: 5px;
}


/**************** footer ****************/
.footer{
	width: 100%;
	height: 200px;
	background-image: url(../images/foot-bj.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: auto 100%;
	overflow: hidden;
	line-height: 1;
}
.footer .content{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	display: -webkit-flex;
	padding-top: 45px;
}
.footer .content .left{
	flex: none;
	width: 173px;
	border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.footer .content .left img{
	width: 138px;
}
.footer .content .right{
	flex: 1;
	padding-left: 35px;
}
.footer .content .right .link-wrap{
	padding: 15px 0 20px;
}
.footer .content .right .link-wrap a{
	display: inline-block;
	padding: 0 20px;
	border-left: 2px solid #fff;
	font-size: 16px;
	color: #fff;
}
.footer .content .right .link-wrap a:nth-of-type(1){
	border: none;
	padding-left: 0;
}
.footer .content .right p{
	margin-bottom: 20px;
	font-size: 14px;
	color: #fff;
}
.footer .content .right p span{
	margin-right: 20px;
}



/**************** 分页 ****************/
.paging_lf_trls{ 
	margin-top:42px; 
	width:100%; 
	padding-bottom:20px; 
	text-align:center;
}
.paging_lf_trls ul{ 
	display:inline-block;
}
.paging_lf_trls ul li{ 
	width:30px!important;
	height:30px!important; 
	text-align:center; 
	float:left; 
	margin-left:10px!important; 
	background:url(../images/Paging_bj.png);    
	-moz-background-size: 100% 100%; 
	background-size: 100% 100%; 
	font-size:15px;
	color:#7e7e7e;
}
.paging_lf_trls ul li a{ 
	display:block; 
	line-height:30px;
}
.paging_lf_trls ul li a img{ 
	margin-top:9px; 
	width: auto;
}
.paging_lf_trls ul li:hover{ 
	background:url(../images/Paging_bj1.png);    
	-moz-background-size: 100% 100%; 
	background-size: 100% 100%; 
}
.paging_lf_trls ul li:hover a{
	color:#fff;
}
.paging_lf_trls ul .active{ 
	background:url(../images/Paging_bj1.png);    
	-moz-background-size: 100% 100%; 
	background-size: 100% 100%; 
}
.paging_lf_trls ul .active a{
	color:#fff;
}


