﻿@charset "utf-8";

/* CSS Document */
body {
	font-family: helvetMc;
	/*全局字体Microsoft Yahei  为流行的宋体字体，如不需要，删除即可*/
	font-size: 12px;
	/*全局字体大小*/
	color: #666666;
	/*全局字体颜色*/
	/*如果还需要定义网页的背景颜色或图片可以继续写*/
	
}

.clear {
	clear: both;
	/*建立一个通用的清除浮动选择符*/
}

body,
div,
ul,
ol,
li,
form,
p,
input,
fieldset,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd {
	/*这些标签默认存在一些外边距、内边距等，必须提前清除*/
	margin: 0;
	padding: 0;
	list-style: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

fieldset,
img {
	/*有必要的时候把全局的图片边框去掉*/
	border: none;
}

a,
a:hover,
a:visited,
a:link {
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
	zoom: 1;
}

.elli {
	overflow: hidden;
	/*white-space: nowrap;*/
	text-overflow: ellipsis;
}

.elli2 {
	word-break: break-all;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.mt10 {
	margin-top: 10px;
}

.mt15 {
	margin-top: 15px;
}

.mt20 {
	margin-top: 20px;
}
.conner{
	width: 100%;
	height: auto;
	margin: 0 auto;
}
.right_tip{
	position: fixed;
	right: 0px;
	top:300px;
	width: 65px;
	height: auto;
}
.right_tip>a{
	display: block;
	width: 100%;
	height: 65px;
	background: #25b361;
	margin-bottom: 5px;
}
.right_tip>a:first-child{
	border-top-left-radius: 10px;
}
.right_tip>a:last-child{
	border-bottom-left-radius: 10px;
}
.index_top{
	width: 100%;
	height: 38px;
	background: #f4f8fa;
}
.content{
	width: 1226px;
	height: auto;
	margin: 0 auto;
}
.con_lr>div{
	width: 50%;
	height: 38px;
	float: left;
}
.top_left{
	font-size: 14px;
	color: #31a863;
	line-height: 38px;
	padding-left: 32px;
	background: url(../AImages/images/hi.png) left center no-repeat;
}
.top_right{
	display: inline-block;
	height: 100%;
	background: url(../AImages/images/top_head.png) left center no-repeat;
	padding-left: 35px;
}
.top_right ul li{
	float: left;
	padding: 8px 10px;
	background: url(../AImages/images/line.png) right center no-repeat;
}
.top_right ul li:last-child{
	background: none;
}
.top_right ul li a{
	display: inline-block;
	font-size: 14px;
	color: #818181;
	line-height: 22px;
	padding: 0px 10px;
}
.top_right ul li.active a , .top_right ul li:hover a{
	background: #FF893B;
	color: #ffffff;
	border-radius: 3px;
}
.index_logo{
	width: 100%;
	height: 128px;
	background: url(../AImages/images/logo_bg.png) left center no-repeat;
	background-size: 100% 100%;
}
.logo_right{
	display: inline-block;
	height: 100%;
}
.logo_right>ul>li{
	float: left;
	padding:8px 15px 0px;
	font-size: 12px;
	color: #000000;
	line-height: 20px;
	text-align: center;
}
.index_nav{
	width: 100%;
	height: 49px;
	background: url(../AImages/images/nav_bg.jpg) left center no-repeat;
	background-size: 100% 100%;
}
.index_nav ul li{
	float: left;
	display: inline-block;
	height: 100%;
	width: calc(100%/9);
}
.index_nav ul li a{
	font-size: 18px;
	color: #ffffff;
	line-height: 49px;
	text-align: center;
	display: block;
}

.index_nav ul li:hover a{
	background: url(../AImages/images/li_bg.png) left center no-repeat;
	background-size: 100% 100%;
}
.index_nav ul li.active a{
	background: #FF893B;
}
.nav_er{
	position: absolute;
	z-index: 999;
	display: none;
	width: 136px;
	background: url(../AImages/images/eli_bg.png) bottom center no-repeat;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-size: 100% 100%;
}
.index_nav ul li:hover ul.nav_er{
	display: block;
}
.index_nav ul li ul.nav_er li{
	display: block;
	width: 100%;
	height: 38px;
}
.index_nav ul li ul.nav_er li a{
	display: block;
	font-size: 16px;
	color: #333333;
	line-height: 38px;
	margin: 0px 10px;
	border-bottom: 1px #cccccc solid;
}
.index_nav ul li ul.nav_er li:last-child a{
	border-bottom: none;
}
.index_nav ul li ul.nav_er li:hover a{
	color: #31a863;
}
.index_part1{
	margin-top: 15px;
	display: flex;
	height: 285px;
	justify-content: space-between;
}
.part1_l{
	width: 424px;
	height: 100%;
	margin-right: 15px;
	position: relative;
}
.part1_ltext{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 38px;
	background: rgba(0,0,0,0.75);
}
.part1_r{
	width: calc(100% - 439px);
	height: 100%;
	
}
.ltext_p{
	display: inline-block;
	height: 38px;
	line-height: 38px;
	color: #ffffff;
	font-size: 16px;
	padding: 0px 10px;
	width: 65%;
	overflow: hidden;
	/*white-space: nowrap;*/
	text-overflow: ellipsis;
}
.part1_ltextc{
	display: inline-block;
	float: right;
	height: 38px;
	width: auto;
	margin: 0px 10px;
}
.part1_ltextc span{
	display:inline-block;
	height: 10px;
	width: 10px;
	border-radius: 10px;
	background: #ffffff;
	margin: 14px 2px;
}
.part1_ltextc span.active{
	background: #2e7ae2;
}
.index_tit{
	height: 35px;
	width: 100%;
	background: url(../AImages/images/tit_bg.jpg) left center no-repeat;
	background-size: 100% 100%;
}
.index_tit>div{
	float: left;
	width: 40%;
}
.index_titl{
	padding:9px 10px;
}
.index_titl p{
	padding-left: 5px;
	border-left: 3px #ffffff solid;
	line-height: 16px;
	font-size: 16px;
	color: #ffffff;
}
.index_tit>div.index_titr{
	float: right;
	text-align: right;
	display: inline-block;
	width: auto;
}
.index_titr a{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0px 15px;
	color: #ffffff;
	font-size: 14px;
	
}
.list_ul{
	display: block;
	padding: 0px 10px;
	height: auto;
	background: #ffffff;
}
.list_ul li{
	/*width: 100%;*/
	height: calc(244px/7);
	line-height: calc(244px/7);
	border-bottom: 1px #cccccc solid;
}
.list_ul li a{
	display: block;
}
.list_ul li:last-child{
	border: none;
}
.list_ul li a span:first-child{
	float: left;
	color: #31a863;
	display: inline-block;
	font-size: 14px;
	/*line-height: calc(244px/7);*/
	padding: 0px 5px;
}
.list_ul li a span:nth-child(2){
	color: #666666;
	display: inline-block;
	font-size: 14px;
	/*line-height: calc(244px/7);*/
	width: 88%;
	overflow: hidden;
	/*white-space: nowrap;*/
	text-overflow: ellipsis;
}
.list_ul li:hover a span , .list_ullist li:hover a span:nth-child(3){
	color:#31a863 ;
}
.index_part2{
	height: 368px;
	margin-top: 15px;
	display: flex;
    justify-content: space-between;
}
.part1_rf{
	display: flex;
    justify-content: space-between;
}
.part1_r1{
	height: 100%;
	width: 420px;
	margin-right: 10px;
}
.part1_r2{
	height: 100%;
	width: calc(100% - 430px);
}
.dg{
	padding: 5px 10px;
	height: calc(100% - 45px);
	background: #ffffff;
}
.dg1{
	width: 100%;
	height: 117px;
}
.list_ul1{
	height: calc(100% - 120px);
}
.list_ul1 li {
    
    height: calc(100%/6);
    
}
.list_ul2 li a span:last-child{
	font-size: 12px;
	color: #999999;
	float: right;
	text-align: right;
	width: 75px;
}
.list_ul2 li a span:nth-child(2){
	color: #666666;
    display: inline-block;
    font-size: 14px;
    line-height:35px;
    width: 70%;
    overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
}
.lrh{
	width: 100%;
	height: 100%;
}
.lrh>div{
	height: calc(100%/3);
}
/*.lrh_ul{
	margin-top: 5px;
}*/
.lrh>div:last-child{
	margin-bottom: 0px;
}
.lrh_ul>img{
	margin: 5px 0px;
	width: 116px;
}
.lrh_ul>div{
	float: right;
	width: calc(100% - 121px);
}
.ul_new li{
	border-bottom: 1px #dadada solid;
	padding: 0px 3px 2px;
	margin-bottom: 10px;
}
.ul_new li:last-child{
	margin-bottom: 0px;
}
.ul_new li a{
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}
.red{
	color: #ff0000;
}
.index_part3{
	margin-top: 15px;
}
.index_part3>img{
	width: 100%;
}
.index_part4{
	margin-top: 15px;
	padding: 10px 8px 12px;
	background: #ffffff;
}
.new_tit{
	border-bottom: 1px #e4e4e4 solid;
	height: 34px;
}
.new_tit{
	background: none;
}
.new_tit>div:first-child{
	display: inline-block;
	width: 188px;
	background: url(../AImages/images/tit1_bg.png) left center no-repeat;
	background-size: 100% 100%;
}
.new_titr ul li{
	float: left;
	margin-right: 5px;
	height: 24px;
	width: auto;
	padding: 0px 10px;
	text-align: center;
	margin-top: 10px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: url(../AImages/images/change.png) left center no-repeat;
	background-size: 100% 100%;
}
.new_titr ul li a{
	color: #333333;
	font-size: 12px;
	line-height: 24px;
	padding: 0;
}
.new_titr ul li.active{
	background: url(../AImages/images/change_active.jpg) left center no-repeat;
	background-size: 100% 100%;
}
.new_titr ul li.active a{
	color: #ffffff;
}
.index_table{
	width: 100%;
	height: auto;
	margin-top: 10px;
}
.index_table tr th , .index_table tr td{
	border-top: 1px #e4e4e4 solid;
	border-left: 1px #e4e4e4 solid;
	padding: 3px 8px;
	font-size: 12px;
	color: #666666;
}
.index_table tr th{
	height: 38px;
	text-align: center;
	background: #5bd48e;
	color: #ffffff;
}
.index_table tr td{
	height: 34px;
	text-align: left;
}
.index_table tr td:nth-child(1),.index_table tr td:nth-child(11){
	text-align: center;
}
.index_table tr th:last-child , .index_table tr td:last-child{
	border-right: 1px #e4e4e4 solid;
}
.index_table tr:last-child td{
	border-bottom: 1px #e4e4e4 solid;
}
.index_part5{
	margin-top: 15px;
}
.index_part5>div{
	width: calc((100% - 15px)/2);
	float: left;
	height: 405px;
	background: #ffffff;
	
}
.index_part5>div:first-child{
	margin-right: 15px;
}
.pd10{
	padding: 10px 8px;
}
.index_titr a.green{
	color: #00A37B;
}
.index_part5img{
	position: relative;
	padding: 0px 5px;
	margin: 10px 0px;
}
.index_part5img img{
	width: 100%;
	height: 125px;
}
.part5_ltext{
	position: absolute;
	left: 5px;
	bottom: 0px;
	width: calc(100% - 10px);
	height: 48px;
	background: rgba(0,0,0,0.4);
}
.part5_ltext{
	padding: 10px 30px 0px;
	color: #ffffff;
	width:calc(100% - 70px);
	line-height: 20px;
	font-size: 14px;
}
.part5_ltext p{
	width: 78%;
}
.noline li{
	border-bottom: none;
}
.noline li , .noline li a span{
	height: 29px;
	line-height: 29px !important;
}
.index_part7{
	display: flex;
	justify-content: space-between;
	height: 367px;
	margin-top: 15px;
}
.index_part7>div:first-child{
	margin-right: 15px;
	width: 855px;
	height: 100%;
}
.index_part7>div:last-child{
	width: calc(100% - 870px);
}
.list_ul7{
	height: 330px;
}
.list_ul7 li , .list_ul7 li a span:last-child , .list_ul7 li a span:first-child{
    height: calc(320px/9);
}
.lrh_ul1>img{
	width: 100%;
	height: 100%;
}
.lrh>div.lrh_ul1{
	height: calc((100% - 20px)/4);
	margin-bottom: 5px;
}
.lrh>div.lrh_ul1:last-child{
	margin-bottom: 0px;
}
.index_part8 {
    margin-top: 15px;
    padding: 10px 8px 12px;
    background: #ffffff;
}
.part8_ul>li{
	float: left;
	margin: 10px 8px 0px 8px ;
	width: calc((100% - 32px)/2);
	padding-bottom: 5px;
	border-bottom: 2px #dddddd solid;
}
.part8_ul li img{
	border: 1px #dddddd solid;
	float: left;
}
.part8_ul>li>a>div{
	float: left;
	width: calc(100% - 164px);
	margin-left: 15px;
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}
.part8_ul>li>a>div>p{
	/*margin-top: 5px;*/
}
.btn_bg{
	background: url(../AImages/images/yao_btnbg.png) left center no-repeat;
	background-size: 100% 100%;
	height: 25px;
	width: 100px;
	border:1px #c5c9cb solid;
	display: inline-block;
	border-radius: 20px;
	overflow: hidden;
	float: left;
	padding-left: 10px;
}
.lu_btn{
	border: none;
	height: 100%;
	width: 100%;
	color:#00A37B;
	font-size: 12px;
	padding-left:10px ;
	background: none;
	background-image: url(../AImages/images/yao_wx.png);
	background-position: left center;  
	background-repeat: no-repeat;
}
.index_part9{
	margin: 15px 0px;
}
.index_part9>div{
	float: left;
	margin-right: 10px;
	height: 376px;
}
.index_part9>div:last-child{
	margin-right: 0px;
	
}
.part9_o , .part9_t{
	width: 425px;
	background: #ffffff;
	height: 100%;
}
.part9_thr{
	width: calc(100% - 435px*2);
	background: url(../AImages/images/img18.jpg) left center no-repeat;
	background-size: 100% 100%;
	
}
.part9_thr p:first-child{
	margin-top: 20%;
}
.part9_thr p{
	font-size: 30px;
	color: #ffffff;
	padding: 5px 45px;
	font-weight: bold;
	text-shadow: 1px 2px 2px #333;
}
.part9_thr a{
	padding: 2px 6px;
	color: #ffffff;
	background: #ff893b;
	font-size: 24px;
	margin-left: 45px;
	margin-top: 20px;
	display: inline-block;
}
.part9_olr{
	margin: 10px 0px;
	padding: 0px 0px 5px;
	border-bottom: 5px #eff1f2 solid;
	position: relative;
}
.fb_time{
	position: absolute;
	bottom: 4px;
	width: auto;
	height: 24px;
	line-height: 24px;
	right: 0px;
	
}
.part9_olr>img{
	margin-right: 10px;
	float: left;
}

.part9_olr>div{
	float: left;
	width: calc(100% - 108px);
	font-size: 14px;
	color: #666666;
	line-height: 24px;
}
.green {
    color: #00A37B;
}
.hui14b{
	font-size: 14px;
	color: #666666;
	font-weight: bold;
}
.index_part10{
	background: #ffffff;
	padding: 10px 0px;
	width: 100%;
}
.part10_img>img{
	margin-right: 14px;
	
}
.part10_img>img:last-child{
	margin-right: 0px;
}
.yqlj{
	margin: 20px 0px;
	position: relative;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #888888;
	font-size: 18px;
	font-weight: bold;
}
.yq_line{
	position: absolute;
	width: 100%;
	height: 1px;
	border-bottom: 1px #e4e4e4 dashed;
	top:12px;
	left: 0px;
}
.yq_bg{
	position: relative;
	z-index: 2;
	padding:0px 10px 0px 40px;
	background: url(../AImages/images/lj.png) left center no-repeat #ffffff;
	background-position-x: 10px;
}
.yq_ul{
	padding: 0px 60px;
}
.yq_ul>div{
	float: left;
	width: 20%;
}
.yq_ul>div>p{
	font-size: 14px;
	color: #7c7c7c;
	line-height: 25px;
}
/*foot*/
.foot{
	background: url(../AImages/images/foot_bg.png) left center no-repeat;
	background-size: 100% 100%;
	height: 195px;
	width: 100%;
}
.foot>div{
	display: inline-block;
	margin-top: 20px;
}
.foot>div.foot_nav{
	margin-top: 30px;
}
.foot_nav a{
	font-size: 16px;
	color: #ffffff;
	line-height: 16px;
	border-right: 1px #ffffff solid;
	padding: 0px 10px;
}
.foot_nav a:last-child{
	border-right: none;
}
.foot_text{
	line-height: 25px;
	font-size: 14px;
	color: #ffffff;
}
.foot_tw>li{
	float: left;
	margin: 0px 10px;
}
.foot_tw>li>img{
	float: left;
	margin-right: 5px;
}
.foot_tw>li>p{
	float: left;
	line-height: 15px;
	font-size: 12px;
	color: #c6e4ff;
	text-align: left;
}
.list_part1{
	display: flex;
	background: #ffffff;
	justify-content: space-between;
	padding: 15px;
}
.list_ullist li{
    
    height: calc(210px/5);
    line-height: calc(210px/5);
    }
.list_ullist li a span:nth-child(2){
	width: 70%;
}
.list_ullist li a span:nth-child(3){
	
	font-size: 12px;
    color: #999999;
   float: right;
   margin-right: 10px;
    
}
.word{
	background: url(../AImages/listimg/list_word.png) left center no-repeat;
	padding-left: 30px;
}
.yun{
	background: url(../AImages/listimg/list_yun.png) left center no-repeat;
	padding-left: 30px;
}
.x{
	background: url(../AImages/listimg/list_x.png) left center no-repeat;
	padding-left: 30px;
}
.pdf{
	background: url(../AImages/listimg/list_pdf.png) left center no-repeat;
	padding-left: 30px;
}
.list_part5>div{
	height: auto;
}
.list_ul3 li{
	height: auto;
}
.list_ul3 a{
	line-height: 38px;
	height: 38px;
}
.list_ul3 li:hover a span{
	color: #FF893B;
}
.list_ul3 li a span:first-child{
	height: 20px;
    width: 20px;
    border-radius: 20px;
    color: #ffffff;
    background: #FF893B;
    padding: 0;
    margin: 0px 5px;
    text-align: center;
    line-height: 20px;
    float: left;
    margin-top: 8px;
}
.pdul{
	padding-left: 55px;
}
.pdul li{
    line-height: 38px;
    height: 39px;
    background: url(../AImages/listimg/sj.png) left center no-repeat;
    padding-left: 30px;
    border-bottom: none;
    padding-right: 20px;
    
}
.pdul li a {
	display: block;
	color: #666666;
    font-size: 14px;
    line-height: 38px;
   
    border-bottom: 1px #cccccc solid;
}
.pdul li a span{
	display: block;
	width: 90%;
	  overflow: hidden;
    /*white-space: nowrap;*/
    text-overflow: ellipsis;
    
	color: #666666;
    
}
.pdul_dw{
	position: absolute;
	left: 10px;
	top: 0px;
	width: 50px;
	border-right: 1px #0090ff solid;
}
.pdul {
	position: relative;
}
.pdul_dw div{
	height: 39px;
	line-height: 38px;
	color: #0090ff;
	font-size: 14px;
}
.part10_img{
	font-size: 0;
}
.m_nav{
	height: 40px;
	padding: 0px 15px;
	background: #ffffff;
	margin: 15px 0 10px;
}
.m_nav p , .m_nav span{
	line-height: 40px;
	font-size: 14px;
	color: #999999;
}
.m_nav span{
	color: #999999;
}
.m_nav span:last-child{
	color: #333333;
}
.xq_con{
	background: #ffffff;
	padding: 40px 20px 60px;
}
.xq_h1{
	font-size: 28px;
	color: #007bda;
	margin-bottom: 10px;
}
.xq_h2{
	color: #df2e2e;
	font-size: 16px;
}
.xq_tit{
	padding-bottom: 15px;
	text-align: center;
	border-bottom: 1px #dddddd solid;
}
.xq_con>p{
	font-size: 16px;
	color: #333333;
	line-height: 36px;
	padding: 0px 15px;
}
.list_lr>div{
	float: left;
}
.list_l{
	width: 860px;
	margin-right: 10px;
}
.list_r{
	width: calc(100% - 890px);
	margin-top: 15px;
	background: #ffffff;
	padding: 5px 10px;
}
.list_r>img{
	width: 100%;
	margin: 10px 0px 15px;
}
.list_nav{
	padding: 5px 5px 0px;
	background: #ffffff;
}
.list_navlr{
	padding: 8px 8px 5px;
	border-bottom: 1px #888888 dashed;
}
.list_navlr>div{
	float: left;
}
.list_navl{
	font-size: 14px;
	color: #888888;
	line-height: 22px;
	width: 80px;
	text-align: right;
}
.list_navr>span{
	display: inline-block;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #555555;
	padding: 0px 8px;
	margin: 0px 3px 5px;
}
.list_navr{
	width: calc(100% - 140px);
	padding-left: 60px;
	position: relative;
}
.list_navr>span.active{
	position: absolute;
	left: 8px;
	top: 0px;
	background: #FF893B;
	color: #ffffff;
}
.list_sc{
	padding-bottom: 5px;
	position: relative;
	display: inline-block;
}
.list_sc>input[type="text"]{
	height: 30px;
	width: 380px;
	border: 1px #5bd48e solid;
	outline: none;
}
.list_navlr:last-child{
	border-bottom: none;
}
.list_sc>input[type="button"]{
	border: none;
	background: url(../AImages/listimg/lv_jb.png) center no-repeat;
	background-size: 100% 100%;
	padding: 0px 15px;
	font-size: 14px;
	color: #ffffff;
	height: 32px;
	position: absolute;
	right: 0px;
	top: 0px;
	outline: none;
}
.list_li{
	background: #ffffff;
	padding: 10px;
	margin-top: 10px;
}
.list_li ul li{
	border-bottom: 1px #dddddd solid;
	padding-bottom: 10px;
	padding-left: 22px;
	background: url(../AImages/listimg/s_icon1.png) left top no-repeat;
	margin-top: 10px;
}
.list_li>ul>li>a>div{
	position: relative;
}
.lan_tit{
	font-size: 16px;
	color: #0087dc;
	background: url(../AImages/listimg/new.png) right center no-repeat;
	padding-right: 30px;
}
.data_time{
	position: absolute;
	right: 5px;
	top: 0px;
	display: inline-block;
}
.data_time>span{
	line-height: 22px;
	font-size: 14px;
	color: #666666;
}
.sp_style>span{
	color: #666666;
	font-size: 14px;
	padding-right: 15px;
}
.fy{
	text-align: center;
	margin: 30px 0px;
}
.fy>span{
	display: inline-block;
	height: 38px;
	min-width: 40px;
	font-size: 14px;
	color: #333333;
	line-height: 38px;
	border: 1px #b1b1b1 solid;
	background: url(../AImages/listimg/hui_jb.png) center no-repeat;
	background-size: 100% 100%;
	margin: 0px 5px;
}
.fy>span.active , .fy>span:hover{
	background: url(../AImages/listimg/lv_jb.png) center no-repeat;
	background-size: 100% 100%;
	color: #ffffff;
}
.hb_wz tr th{
	background: #b4b7b8;
}
.sc_text{
	font-size: 14px;
	color: #888888;
	line-height: 32px;
	width: 80px;
	text-align: right;
	margin-right: 10px;
}
.sc_input{
	border: 1px #dddddd solid;
	width: 20%;
	margin-right: 20px;
	height: 30px;
	float: left;
	outline: none;
}
.sc_input1{
	border: 1px #dddddd solid;
	width: 19%;
	margin-right: 20px;
	height: 30px;
	float: left;
	outline: none;
}
.more{
	height: 30px;
	width: 70px;
	color: #FF893B;
	background: #ffffff;
	border: 1px #FF893B solid;
	font-size: 14px;
}
.more:hover{
	background: #FF893B;
	color: #ffffff;
}
.list_rr {
    width: calc(100% - 900px);
    margin-top: 15px;
}
.new_btn{
	border-top: 1px #dddddd solid;
	padding: 10px 0px;
	text-align: center;
	margin-top: 10px;
}
.new_btn>input{
	border-radius: 5px;
	height: 30px;
	border: none;
	width: 80px;
	margin: 0 10px;
	color: #ffffff;
	font-size: 14px;
}

.four_parts>div{
	float: left;
	width: calc(50% - 4px);
	height: 116px;
	border-right: 1px #eeeeee solid;
	border-bottom: 1px #eeeeee solid;
}
.four_parts>div:nth-child(2n){
	border-right: none;
}
.four_parts>div:nth-child(3),.four_parts>div:nth-child(4){
	border-bottom: none;
}
.four_parts>div>div{
	padding: 5px 10px 10px;
	
}
.lan_t{
	font-size: 16px;
	color: #007bda;
	text-decoration: underline;
}
.lv_t{
	font-size: 16px;
	color: #31a863;
	text-decoration: underline;
}
.zx_lr{
	display: flex;
	justify-content: space-around;
}
.zx_lr>div{
	float: left;
	margin-top: 15px;
}
.zx_l{
	width: 740px;
	margin-right: 15px;
}
.zx_r{
	width: calc(100% - 755px);
	background: #ffffff;
}
.zxl_l{
	position: relative;
	width: 620px;
	height: 507px;
	float: left;
}
.zxl_r{
	float: left;
	width: calc(100% - 620px);
	height: 507px;
}
.zxl_lb{
	position: absolute;
	z-index: 2;
	width: 100%;
	bottom: 0px;
	left: 0px;
	height: 120px;
	background: rgba(0,0,0,0.5);
}
.ten18{
	font-size: 18px;
	color: #ffffff;
	line-height: 25px;
	margin-bottom: 10px;
}
.ten14{
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
}
.zxl_r>div{
	width: 100%;
	height: calc((100% - 15px)/4);
	margin-bottom: 5px;
}
.zxl_r>div:nth-child(1){
	background: #ffae85;
}
.zxl_r>div:nth-child(2){
	background: #44da82;
}
.zxl_r>div:nth-child(3){
	background: #ffd750;
}
.zxl_r>div:nth-child(4){
	background: #4ac8cf;
	margin-bottom: 0;
}
.zxl_r>div>p{
	display: inline-block;
	padding: 15px;
	font-size: 14px;
	color: #ffffff;
}
.zk_lr{
	padding: 0px 27px;
}

.zk_lr>div{
	float: left;
}
.zk_lr>div:nth-child(1){
	width: calc(100% - 260px);
	margin-right: 10px;
}
.zk_lr>div:nth-child(1) img{
	width: 100%;
}
.zk_lr>div:nth-child(2){
	width: 250px;
	font-size: 14px;
	color: #aaaaaa;
	position: relative;
	text-align: justify;
}
.zktime{
	right: 10px;
	bottom: 0px;
	font-size: 14px;
	color: #aaaaaa;
	text-align: right;
}
.list_ul li.active{
	border: 1px #31A863 solid;
}
.add_uld{
	border-bottom: 1px #cccccc solid;
}
.add_uld li{
	position: relative;
	height: 56px;
	line-height: 26px;
}
.add_uld li a{
	font-size: 14px;
	color: #333333;
}
.p_time{
	position: absolute;
	bottom: 0;
	right: 0px;
	font-size: 14px;
	color: #999999;
}
.res_con{
	background: #ffffff;
	margin: 20px 0px;
	padding: 30px 0px 40px;
}
.res_r{
	float: right;
	width: 555px;
	border-left: 1px #cecece solid;
}
.res_r>img{
	width: 100%;
}
.res_tit{
	padding: 0px 40px;
	font-size: 20px;
	color: #353535;
	margin-bottom:40px;
}
.res_tit>div {
	float: left;
	width: 50%;
}
.res_tit>div:nth-child(2){
	text-align: right;
}
.res_tit>div>a{
	color: #fa9f00;
}
.res_con>div:nth-child(1){
	width: calc(100% - 557px);
	float: left;
}
.res_form>div{
	margin-bottom: 28px;
	padding: 0px 30px 0px 20px;
}
.res_list>div{
	float: left;
}
.res_list>div:nth-child(1){
	width: 95px;
	margin-right: 5px;
	text-align: right;
	font-size: 14px;
	color: #666666;
	line-height: 45px;
}
.res_list>div:nth-child(2){
	width: calc(100% - 120px);
	padding-right: 20px;
	position: relative;
	height: 45px;
	background: url(../AImages/login_img/xing.png) right center no-repeat;
}
.res_list>div:nth-child(2)>input{
	height: 43px;
	border: 1px #cecece solid;
	width: 100%;
}
.res_b{
	text-align: center;
}
.res_b>input{
	border: 1px #e6b200 solid;
	background: #e6b200;
	font-size: 20px;
	color: #ffffff;
	height: 45px;
	width: 340px;
}
.res_t{
	position: absolute;
	left: 15px;
	font-size: 12px;
	color: #ff8400;
	top:50px;
	background: url(../AImages/login_img/rea_tip.jpg) left center no-repeat;
	padding-left: 25px;
}
.res_list>div:nth-child(2)>input:focus{
	border: 1px #25B361 solid;
	outline: none;
	text-indent: 15px;
}

.res_list>div:nth-child(2)>input.hq{
	font-size: 14px;
	color:#ffffff;
    background: #44DA82;
    padding: 0px 15px;
    position: absolute;
    right: 19px;
    top:1px;
    height: 43px;
    border: none;
    width: auto;
    display: inline-block;
}
