@charset "utf-8";
*{
	padding:0;
	margin:0
}
 blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul,
div{
    margin: 0;
    padding: 0
}
body,
button,
input,
select,
textarea {
    font-size: 14px;
    font-family: "微软雅黑";
}
button,select,input,textarea{
	outline:none
}
h1,h2,h3,h4,h5,h6 {
    font-size: 14px;
    font-weight: normal;
}
a {
    text-decoration: none;
    color: #1c1c1c;
}
a:hover {
    text-decoration: none;
    color: #1c1c1c;
}
em,i,strong,b{
	font-style: normal;
	font-weight: normal;
}
ul,li,ol{
	list-style: none;
	padding:0;
	margin:0;
}
body{
	color: #1c1c1c;
}
.wrap{
	min-width: 320px;
	margin:0 auto;
}
.wide{
	max-width: 1200px;
	margin:0 auto;
}
/* 头部 */
.header{
	height: 80px
}
.header_l{
	line-height: 80px
}
.header_r ul li{
	float: left;
	line-height: 80px;
}
.header_r ul li a{
	font-size:16px;
	padding-left: 16px;
	padding-right: 16px;
	display: block;
}
.header_r ul li.cur a{
	background: #e11818;
	color: white;
}
.header_r ul li a:hover{
	color: white;
	 transition: 0.3s background;
    -webkit-transition: 0.3s background;
    -moz-transition: 0.3s background;
    -o-transition: 0.3s background;
    background: #e11818;
}
.mobile_header{
	height: 55px;
	width: 100%;
	position: fixed;
	top:0;
	left:0;
	box-shadow: 0 1px 2px #999;
	background: white;
	z-index: 10001;
	line-height: 55px
}
.mobile_header .clearfix{
	padding:0px 15px;
}
.mobile_header .clearfix .pull-right span{
	font-size: 35px;
}
.mobile_header .pull-left{
	line-height: 55px
}
.header_list{
	position: fixed;
	top:55px;
	width: 100%;
	left: 0;
	background: #18212a;
	display: none;
	z-index: 1000;
	overflow:hidden;
}
.header_list ul li a{
	color: white;
	border-bottom: 1px dashed #505050;
	line-height: 45px;
	padding-left: 10%;
	display: block;
}
.about_cen p{
	text-align: left!important;
	color: #202020!important;
	line-height: 25px!important;
	margin-top:30px;
}
.about_cen span{
	display: block;
	text-align: center;
}
.about_cen span img{
	max-width: 100%
}
/* 尾部 */
.footer{
	width: 100%;
	background: #323232;
	color: white
}
.friend_link{
	margin-bottom: 40px
}
.friend_link h2{
	font-size: 24px;
	text-align: center;
	padding-top:35px;
	margin-bottom: 20px
}
.friend_link ul li{
	float: left;
	width: 25%;
	height: 50px;
	text-align: center;
	margin-top:25px;
}
.friend_link ul li img{
	max-width: 90%
}
.wide_f {
    border-top: 1px solid white;
    padding-top: 8px;
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px
}

/* 首页 */
.carousel img{
	width: 100%
}
.swiper-button-prev{
	background-image: url(../images/left.png);
	width: 64px;
    height: 64px;
    background-size:contain;
    left: 35px;
    margin-top:-32px;
}
.swiper-button-next{
    background-image: url(../images/right.png);
	width: 64px;
    height: 64px;
    background-size:contain;
    right: 35px;
    margin-top:-32px;
}
.swiper-pagination-bullet {
   width: 23px;
   height: 23px;
   background:transparent;
   border: 2px solid white;
   opacity: 1;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: white;
}
.swiper-container-horizontal > .swiper-pagination-bullets{
	bottom:18px;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{
	margin:0 6px;
}
.index_infor{
	margin-top:50px;
}
.infor_titile{
	text-align: center;
}
.infor_titile h2{
	font-size: 20px;
	color: #5b5b5b
}
.infor_titile p{
	text-align: center;
	font-size: 28px;
	color: #1c1c1c;
	border-bottom: 1px solid #ddd;
	padding-bottom: 20px;
	line-height: 45px;
	margin-bottom:20px;
	position: relative;
	font-weight: bold;
}
.infor_titile p span {
    display: block;
    width:72px;
    position: absolute;
    bottom: 0;
    height: 5px;
    background: #e11818;
    left: 50%;
    margin-left: -36px;
}
.infor_l{
	width:37%;
	height: 450px;
	position: relative;
}
.infor_l img{
	width: 100%;
	height: 100%
}
.infor_center{
	margin-top:50px;
}
.infor_center_article{
	position: absolute;
	bottom: 0;
	left:0;
	padding:20px 0;
	width: 100%;
	background: hsla(0, 0%, 100%, 0.8);
}
.infor_center_article h3,.infor_center_article p{
	padding:0 30px;
}
.infor_center_article h3{
	font-size: 16px;
	font-weight:bold;
	margin-bottom: 10px
}
.infor_center_article p{
	font-size: 12px;
	line-height: 22px;
	max-height: 66px;
	overflow:hidden;
}
.infor_r{
	width: 61%
}
.infor_r_list{
	background: #f7f7f7;
	margin-bottom: 14px;
}
.infor_r_list .pull-left{
	width: 19%;
	height: 140px;
	background: #e11818;
	color: white;
	text-align: center;
}
.infor_r_list .pull-left h3{
	font-size: 60px;
	font-weight: bold;
	margin-top:20px;
}
.infor_r_list .pull-right{
	width: 80%;
	padding: 20px 3% 0 30px;
}
.infor_r_list .pull-right p{
	font-size: 12px;
	line-height: 22px;
	max-height: 66px;
	overflow:hidden;
}
.infor_r_list .pull-right h3{
	font-weight: bold;
	margin-bottom: 12px;
	font-size: 16px
}
.about_us{
	background: url(../images/about_us.jpg) no-repeat center;
	background-size: cover;
	padding: 20px 0;
	margin-top: 40px;
	padding-top:40px;
	padding-bottom: 50px
}
.about_l{
	width: 43.5%;
	text-align: right;
}
.about_l img{
	max-width: 100%
}
.about_r{
	width: 50%;
	margin-left:6%;
	color: white
}
.about_r p{
	font-size: 20px;
	margin-bottom: 8px
}
.about_r h3{
	font-size: 28px;
	position: relative;
	font-weight: bold;
}
.about_r h3 span{
	position: absolute;
	width: 75px;
	height: 4px;
	background: white;
	bottom:-20px;
	left:0;
}
.about_center{
	font-size: 16px;
	line-height: 28px;
	margin-top:35px;
}
.about_more a{
	display: block;
	width: 145px;
	height: 38px;
	border: 1px solid white;
	text-align: center;
	line-height: 36px;
	color: white;
	font-size: 20px;
	margin-top:60px;
}
.index_service{
	margin-top:50px;
}
.service_title{
	text-align: center;
	font-size: 16px;
	max-width: 750px;
	margin:0 auto;
}
.s-list{
	background: #f7a72d;
	height: 193px;
	overflow: hidden;
	border-radius: 8px;
	padding:56px 0px;
	display: block;
}
.s-list1{
	background: #e15e2b;
}
.s-list2{
	background: #c32202;
}
.s-list-l{
	width: 80px;
	height: 80px;
	border-radius: 5px;
	background: white;
	text-align: center;
	line-height: 80px;
}
.s-all{
	max-width: 255px;
	margin:0 auto;
}
.s-list-r{
	color: white;
	font-size: 26px
}
.s-list-r h3{
	font-size: 26px;
	margin-bottom: 3px
}
.s-list-r p{
	font-weight: bold;
}
.s-list-r span{
	display: block;
	width: 100px;
	height: 4px;
	background: white;
	margin-top:5px;
}
.s-list-r{
	margin-left: 28px
}
.s-col{
	padding-left: 20px;
	padding-right: 20px
}
.service_list{
	margin-left:-20px;
	margin-right: -20px;
	margin-top:35px;
}
.contact_us{
	margin-top:50px;
}
.contact_our {
    margin-top:45px;
    margin-bottom: 35px;
}
.c_l {
    background: #f5f4f4;
    padding: 35px 40px 35px 40px;
    min-height: 450px;
}
.c_l_t {
    font-size: 20px;
}
.c_l_t span {
    display: inline-block;
    width: 3px;
    height: 25px;
    background: #de1818;
    margin-right: 12px;
    position: relative;
    top: 5px;
}
.c_l p {
    text-align: left !important;
    font-size: 20px;
    color: #454545;
    margin-top: 30px;
    padding-bottom: 5px
}
.c_l ul.c_advice li {
    font-size: 16px;
    margin-top: 25px;
}
.c_r ul.c_r_len {
    margin-top: 16px;
}
.c_r ul li {
    padding: 8px 0;
    overflow: hidden;
    font-size: 16px;
}
.c_r ul li input {
    height: 40px;
    border: 1px solid #ddd;
    width: 405px;
    padding: 0 10px;
}
.c_r ul li span {
    width: 50%;
    display: block;
    float: left;
}
.c_r ul li label {
    width: 80px;
    display: block;
    float: left;
    line-height: 40px;
    font-weight: normal;
    font-size: 16px;
}
.tet{
	height: 48px;
	width: 80%;
	border: 1px solid #ddd;
}
.c_r ul li input.short {
    width: 152px;
}
.c_r ul li.btn {
    padding: 20px 0 13px 74px;
}
.c_r ul li.btn .sumit {
    width: 405px;
    cursor: pointer;
    background: #de1818;
    color: #fff;
    height:38px;
    font-size: 1pc;
}
.weixin{
	position: fixed;
	right: 0;
	bottom:13%;
	height: 275px
}
.weixin_s p{
	height: 40px;
	line-height: 40px;
	color: white;
	background: #e41313;
	font-size: 18px;
	text-align: center;
}
.weixin_close{
	position: absolute;
	left:-44px;
	top:0;
	cursor: pointer;
}
/* 关于中安 */
.companys{
	margin-top:50px;
}
.com_l,.com_r{
	font-size: 16px;
	line-height:37px;
	color: #313131
}
.company_center{
	margin-top:30px;
	margin-bottom: 40px
}
.com_l{
	padding-right: 10px;
}
.com_r{
	padding-left: 10px
}
.com_r img,.com_l img{
	max-width: 100%
}
.company_culture{
	background: #f7f7f7;
	padding-top:50px;
}
.company_list{
	margin-top:50px;
}
.company_list ul li{
	float: left;
	width: 30%;
	margin-left: 5%;
	background: white;
	margin-bottom: 50px;
	height: 606px;
	position: relative;
}
.company_list ul li img{
	width: 100%
}
.company_list ul li:first-child{
	margin-left: 0
}
.company_list ul li span{
	position: absolute;
	bottom: 0
}
.company_list ul li p{
	padding:35px 15px 0 15px;
	font-size: 16px;
	line-height: 30px;
	max-height: 325px;
	overflow:hidden;
}
.navs{
	padding-bottom:50px
}
.navs table{
	width: 100%
}
.navs table tr td{
    vertical-align: top;
	width: 33.33%;
	border-bottom: 1px solid #edecec;
	padding-top:30px;
	padding-bottom: 30px;
	padding-left:35px;
	position: relative;
}
.navs table tr td span{
	position: absolute;
	top:10px;
	bottom: 10px;
	right: 0;
	border-right: 1px solid #edecec;
}
.navs table tr td h3{
	color: #d91313;
	font-size: 22px;
	margin-bottom: 15px
}
.navs table tr td p{
	font-size: 16px;
	margin-bottom: 10px;
}
.navs_tab{
	width: 68px;
	margin:0 auto;
	margin-top:42px;
	margin-bottom: 45px
}
.navs_tab ul li{
	float: left;
	margin-left: 12px;
	cursor: pointer;
}
.navs_tab ul li:first-child{
	margin-left: 0
}
.navs_tab ul li span{
	display: block;
	width: 22px;
	height: 22px;
	border: 2px solid #ff0707;
	border-radius: 50%
}
.navs_tab ul li.cur span{
	background: #ff0707;
}
.person_infor{
	padding-top:32px;
	border-top: 1px solid #e1e1e1;
	padding-bottom:25px;
	border-bottom: 1px solid #e1e1e1;
}
.person_infor_l h3{
	font-size: 22px;
	margin-bottom: 20px
}
.person_infor_l h3 span{
	display: inline-block;
	width: 3px;
	height: 26px;
	background: #ff0707;
	margin-right: 10px;
	position: relative;
	top:5px;
}
.person_infor_l p{
	margin-left: 30px;
	font-size: 16px;
	margin-bottom: 15px;
}
.person_infor_l p.speech{
	line-height:35px
}
.person_infor_r img{
	max-width: 100%
}
/* 人才招聘*/
.person_recruit{
	margin-top:50px;
	margin-bottom:50px
}
.recruit{
	border-bottom: 1px solid #bebebe;
	padding-bottom: 13px;
	position: relative;
}
.recruit span{
	font-size: 28px;
	font-weight: bold;
}
.recruit em{
	color: #5b5b5b;
	font-size: 20px;
	margin-left:10px
}
.recruit i{
	position: absolute;
	display: block;
	width: 130px;
	border: 1px solid #de1818;
	bottom:0;
}
.recruit_center{
	background: url(../images/phone_bg.jpg)no-repeat;
	min-height: 502px;
	margin-top:40px;
}
.recruit_center_l{
	padding-left:50px
}
.recruit_center_l h3{
	color: #de1818;
	font-size: 24px;
	padding-top:40px;
	margin-bottom: 20px
}
.recruit_center_l p{
	line-height: 35px;
	font-size: 16px;
}
.recruit_center_l ul li{
	line-height: 35px;
	font-size: 16px
}
.recruit_center_l ul li span{
	display: inline-block;
	width: 20px;
	height: 20px;
	line-height: 20px;
	color: white;
	background: #de1818;
	text-align: center;
	border-radius: 50%;
	margin-right: 6px
}
.send_resume{
	background: #f7f7f7;
	padding-top:50px;
	padding-bottom: 50px
}
.resume_all_l{
	padding-left: 35px
}
.resume_all_l h3{
	font-size: 20px;
	margin-top:30px;
	margin-bottom: 15px
}
.resume_all_l span{
	display: inline-block;
	width: 4px;
	height: 27px;
	background: #de1818;
	margin-right: 10px;
	position: relative;
	top:5px;
}
.resume_all_l p{
	line-height: 35px;
	font-size: 16px;
}
/* 真伪查询 */
.auth_query{
	padding-top:50px;
	padding-bottom: 50px
}
.auth_query h2{
	text-align: center;
	color: #e11818;
	font-size: 26px;
	margin-bottom: 35px
}
.auth_query h2 span{
	display: inline-block;
	width: 138px;
	border-top: 1px solid #e11818;
	position: relative;
	top:-8px;
}
.auth_query h2 i{
	margin-left: 10px;
	margin-right: 10px
}
.auth_list{
	max-width: 600px;
	margin:0 auto;
}
.auth_list ul li{
	font-size: 20px;
	margin-bottom: 25px;
}
.auth_list ul li input{
	height: 38px;
	border: 1px solid #000000;
	padding-left:8px;
	box-sizing: border-box;
}
.auth_list ul li input.infor1{
	width: 430px
}
.auth_list ul li input.infor2{
	width: 260px
}
.auth_list ul li span{
	margin-left: 30px
}
.auth_list ul li span input{
	width: 185px;
	height: 38px;
	background: #cacaca;
	font-size: 20px;
	cursor: pointer;
	padding-left: 0
}
.auth_list p{
	text-align: center;
}
.auth_list p input{
	width: 162px;
	height: 40px;
	border: 0;
	color: white;
	background: #e11818;
	font-size: 20px;
	text-align: center;
	margin-top:15px;
}

/* 中安资讯 */
.interview_l{
	width: 25%
}
.interview_l img{
	max-width: 100%;
	height: 186px;
}
.interview_r{
	width: 72%;
	margin-left:3%
}
.interview_r h3{
	font-size: 20px;
	margin-bottom: 15px
}
.interview_r p{
	font-size: 16px;
	color: #555555;
	line-height: 27px
}
.interview_r p a{
	color: #e11818;
	margin-left: 10px
}
.interview_r p a:hover{
	text-decoration: underline;
}
.interview_icon{
	margin-top:12px;
}
.interview_icon span:first-child{
	margin-right: 25px;
}
.interview_icon span img{
	margin-right: 7px;
	position: relative;
	top:-2px;
}
.interview_icon span{
	color: #a2a2a2;
	font-size: 18px
}
.interview ul.interview_list li{
	padding-top:35px;
	padding-bottom: 35px;
	border-bottom: 1px solid #adadad
}
.pages {
    margin-bottom: 50px;
    margin-top:50px;
}
.pages ul {
    text-align: center;
}
.pages ul li {
    display: inline-block;
    border: 1px solid #ddd;
    margin-left: 4px;
}
.pages ul li a {
    display: block;
    padding: 4px 12px;
}
.pages ul li.cur a {
    color: white;
    background: #e11818;
}
.pages ul li a:hover{
	color: white;
    background: #e11818;
}
.nav-news ul {
    display: block;
    height: 48px;
    border-bottom: 2px solid #de0f18;
}
.nav-news li {
    width:50%;
    display: inline-block;
    float: left;
    height: 60px;
    line-height: 45px;
    text-align: center;
}
.nav-news li.active a {
    color: #de0f18;
}
.nav-news li a {
    color: #292929;
    font-size: 18px;
    height: 48px;
    line-height: 48px;
    width: 100%;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
}
.nav-news li.active .triangle2, .nav-news li.active .triangle1 {
    content: "";
    width: 0;
    height: 0;
    line-height: 0;
    font-size: 0;
    border-style: solid;
    border-width: 0 6px 6px;
    border-color: transparent transparent #de0f18;
    margin: -5px auto;
}
.nav-news li.active .triangle1 {
    border-color: transparent transparent #undefined;
    margin-top: -7px;
}
.nav-news li.active .triangle2 {
    border-width: 0 7px 7px;
    border-color: transparent transparent #fff;
    margin-top: 2px;
}
/* 中安服务 */
.service-list{
	background: url(../images/service_bg.png)no-repeat;
	margin-top:40px;
	min-height: 1802px;
	margin-bottom: 40px
}
.service_wide{
	padding-left: 53px;
	padding-top:48px;
	margin-bottom: 25px;
}
.service_wide h3{
	font-size: 22px;
	color: #e11818;
	margin-bottom: 25px
}
.service-cen-l{
	width: 30%
}
.service-cen-l img{
	max-width: 100%;
	height: 175px
}
.service-cen-r{
	width: 68%;
	margin-left: 2%
}
.service-cen-r p{
	line-height: 29px;
	font-size: 16px;
}
/* 中安资讯-详情页 */
.article_details h3{
	text-align: center;
	padding-top:10px;
	font-size: 24px;
}
.title_details{
	text-align: center;
	margin-top:15px;
	margin-bottom: 20px;
}
.title_details span{
	padding-left: 10px;
	padding-right: 10px;
	font-size: 16px;
}
.article_details{
	color: #434343;
	font-size: 16px
}
.article_center p{
	line-height: 28px;
}
.article_link{
	margin-top:35px;
	border-bottom: 1px solid #bebebe;
	margin-bottom: 20px
}
.article_link a{
	color: #434343
}
.article_link a:hover{
	text-decoration: underline;
}
.article_link p{
	margin-bottom: 18px;
	position: relative;
}
.article_link p a.back_list{
	position: absolute;
	right: 0
}
.article_copyright h4{
	font-size: 18px;
	font-weight: bold;
}
.article_copyright p{
	margin-top:10px;
}
.article_copyright{
	margin-bottom: 40px
}

/* 移动端调试 */
@media(min-width:0px) and (max-width:768px){
	.carousel{
		margin-top:55px;
	}
	.swiper-button-prev{
		width: 30px;
	    height: 30px;
	    left: 15px;
	    margin-top:-15px;
    }
	.swiper-button-next{
		width: 30px;
	    height: 30px;
	    right:15px;
	    margin-top:-15px;
	}
	.swiper-pagination-bullet {
	   width: 12px;
	   height:  12px;
    }
    .swiper-container-horizontal > .swiper-pagination-bullets{
    	bottom:10px;
    }
    .index_infor{
    	margin-top:20px;
    }
    .infor_center{
    	padding-left: 15px;
    	padding-right: 15px;
    	margin-top:20px;
    }
    .infor_l{
    	width: 100%;
    	height: auto
    }
    .infor_r{
    	width: 100%
    }
    .infor_center_article h3, .infor_center_article p {
        padding: 0 12px;
    }
    .infor_r_list .pull-left{
    	width: 100%
    }
    .infor_r_list .pull-right{
    	width: 100%;
    	padding: 20px 12px 15px 12px;
    }
    .infor_r_list .pull-left{
    	height: 70px;
    }
    .infor_r_list .pull-left h3{
    	font-size:30px;
    	margin-top: 10px;
    }
    .about_l{
    	width: 100%;
    	text-align: center;
    }
    .about_l img{
    	max-width: 65%
    }
    .about_r{
    	width: 100%;
    	margin-left:0;
    	margin-top:40px;
    }
    .about_us{
    	padding-left: 15px;
    	padding-right: 15px
    }
    .about_r p,.about_r h3{
    	text-align: center;
    }
    .about_r h3 span{
    	left: 50%;
    	margin-left:-37.5px
    }
    .about_center{
    	font-size: 14px;
    	line-height: 25px
    }
    .about_more a{
    	margin:0 auto;
    	margin-top:20px;
    }
    .service_list{
    	margin-left: 0;
    	margin-right: 0
    }
    .s-col{
    	padding-left: 15px;
    	padding-right: 15px;
    	margin-bottom: 15px
    }
    .service_title{
    	padding-left: 15px;
    	padding-right: 15px
    }
    .contact_our{
		margin-left: 0;
		margin-right: 0;
		margin-top:25px;
	}
	.c_l {
	    padding: 20px 15px 20px 15px;
	    min-height: 150px;
    }
    .c_l ul.c_advice li {
       font-size: 14px;
    }
    .c_r ul li input.short {
       width: 100%;
    }
    .c_r ul li span {
	    float: none;
	    width: 100%;
    }
    .c_r ul li.btn .sumit {
       width: 100%;
    }
    .c_r ul li.btn {
	    padding: 20px 0 13px 0px;
	    width: 100%;
	}
	.c_l p{
		font-size: 16px
	}

	/* 关于中安 */
	.com_l,.com_r{
	    padding-right: 0px;
	    font-size: 14px;
	    line-height: 27px
	}
	.com_r{
		padding-left: 0px;
		margin-top:15px;
	}
	.company_center{
		margin-left: 0;
		margin-right: 0
	}
	.company_list ul li{
		width: 100%;
		margin-left: 0;
		margin-bottom: 15px
	}
	.company_list{
		padding-left: 15px;
		padding-right: 15px
	}
	.company_list ul li span{
		margin-top: 35px;
		display: block;
		width: 100%
	}
	.company_list ul li p{
		font-size: 14px
	}
	.navs table tr td{
		padding-left: 15px;
		padding-right: 10px;
	}
	.navs table tr td p{
		font-size: 13px
	}
	.banner{
		margin-top:55px;
	}
	.person_infor_l p{
		font-size: 14px;
	}
	.person_infor_l p.speech{
		line-height: 27px
	}
	/* 联系我们 */
	.person_recruit{
		margin-top: 20px;
		margin-bottom: 20px
	}
	.person_recruit{
		padding-left: 15px;
		padding-right: 15px;
	}
	.recruit_center{
		background: none
	}
	.recruit_center_l{
		padding-left: 0
	}
	.recruit_center_l h3{
		padding-top:0;
	}
	.recruit_center_l p,.recruit_center_l ul li,.resume_all_l p{
		font-size: 14px;
		line-height: 27px;
	}
	.recruit span{
		font-size: 22px
	}
	.recruit em{
		font-size: 16px
	}
	.recruit_center_l h3{
		font-size: 20px
	}
	.send_resume{
		padding-top: 25px;
		padding-bottom: 25px
	}
	.resume_all{
		margin-left: 0;
		margin-right: 0
	}
	.resume_all_l h3{
		font-size: 16px;
		margin-top:15px;
	}
	.resume_all_l{
		padding-left: 5px;
	}
	.resume_all_r img{
		max-width: 100%;
		margin-top:20px;
	}
	.contact_us1 .recruit{
		margin-left: 15px;
		margin-right: 15px;
	}
	.footer1{
		position: fixed;
		bottom:0;
		width: 100%;
		left:0;
	}
	/* 中安资讯 */
	.interview ul.interview_list li{
        padding:15px 0px 15px 0px;
        margin-left:10px;
        margin-right: 10px
	}
	.interview_r p{
		font-size: 12px;
		line-height: 20px
	}
	.interview_r h3{
		font-size: 15px;
		margin-bottom: 10px;
		max-height: 33px;
		overflow:hidden;
		text-overflow: ellipsis;
	}
	.interview_r p span{
		max-height: 80px;
		display: inline-block;
		overflow:hidden;
		text-overflow: ellipsis;
		width: 100%;
	}
	.interview_l{
		width: 30%
	}
	.interview_r{
		width: 67%
	}
	.interview_icon span img{
		width: 18px
	}
	.interview_icon span{
		font-size: 13px
	}
	.zi_title p{
		margin-bottom: 10px
	}
	.interview_icon{
		margin-top:8px;
	}
	.interview_icon span:first-child{
		margin-right: 12px
	}
	.pages{
		margin-top:20px;
		margin-bottom: 20px
	}
	.pages ul li {
        margin-bottom: 6px;
    }
    .service-list{
    	background: none;
    	padding-left: 15px;
    	padding-right: 15px;
    	margin-top:20px;
    }
    .service_wide{
    	padding-left: 0;
    	margin-bottom: 15px;
    	padding-top: 15px
    }
    .service-cen-r p{
    	font-size: 14px;
    	line-height: 22px;
    }
    .service-cen-l img{
    	height: auto
    }
    .service-cen-l{
    	width: 100%;
    }
    .service-cen-r{
    	width: 100%;
    	margin-left: 0
    }
    .service-cen-l{
    	text-align: center;
    	margin-bottom: 20px
    }
    .interview_l img{
    	height: auto
    }

    /* 中安资讯-详情页 */
    .article_details h3{
    	font-size: 18px
    }
    .title_details span{
    	font-size: 13px
    }
    .article_details{
    	font-size: 14px;
    	padding-left: 15px;
    	padding-right: 15px;
    }
    .article_center p{
    	line-height: 25px;
    }
    .article_link a.a1,.article_link a.a2{
    	display: inline-block;
    	width: 70%;
    	overflow:hidden;
    	white-space: nowrap;
    	text-overflow: ellipsis;
    }
    .person_infor{
    	padding: 15px;
    }
	.wid {
		width: 100%;
	}
	.article_center p img{
		width: 100%;
	}
}

@media(min-width:0px) and (max-width:600px){
	.auth_query h2{
		font-size:20px;
		font-weight: bold;
	}
	.auth_query h2 span{
		width: 23%;
		top: -6px;
	}
	.auth_list{
		padding-left: 15px;
		padding-right: 15px;
	}
	.auth_list ul li input.infor1{
		width:79%
	}
	.auth_list ul li{
		font-size: 14px
	}
	.auth_list ul li input.infor2{
		width: 50%
	}
	.auth_list ul li span{
		margin-left: 15px
	}
	.auth_list ul li span input{
		width: 24%;
		font-size: 14px
	}
	.auth_list p input{
		font-size: 18px
	}
	.wid{
		width: 100%;
	}
}

@media(min-width:0px) and (max-width:767px){
	.navs table tr td{
		width: 50%;
	}
}
