/*初始化*/
@charset "utf-8";
body{ font:14px/1.5 "微软雅黑", Roboto, Arial,sans-serif; }
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{font-family:"Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans","wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", Roboto, Arial,sans-serif; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, main {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p { 
	max-height: 999999px; 
	color: #333333;
}	
a{
	color: #333;
	font-family: "微软雅黑";
	font-size: 14px;
	text-decoration:none; 
}
.clearfix{ 
		clear:both;
}
div{
	margin:0;
	padding: 0;
}
body{
	    overflow:scroll;
	    overflow-x:hidden;
}
img{
	vertical-align:middle;
}
i {
    font-style: normal;
}
.y_1200{
	width: 1200px;
	margin: 0 auto;
}
input, button, select, textarea {
	outline: none;
	-webkit-appearance: none;
	border-radius: 0;
	border:none;outline:medium;
}
input::-webkit-input-placeholder{
    color:#999999;
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999999;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999999;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#999999;
}
*{
	box-sizing: border-box;
}
.l{
	float: left;
}
.r{
	float: right;
}
/*顶部页头*/
.header{
	width: 100%;
	background: #f5f5f5;
	margin: 0 auto;
	border-bottom: 1px solid #eee;
}
.head{
	height: 35px;
	line-height: 35px;
}
.head_left{
	float: left;
	color: #666666;
	font-size: 12px;
}
.head_right{
	float: right;
	font-size: 12px;
}
.head_right>li{
	float: left;
	padding: 0px 10px;
}
.head_right li a{
	font-size: 12px;
	color: #666666;
}
.head_zc{
	height: 26px;
	line-height: 26px;
	background:#FFFFFF;
	margin-top: 4px;
	padding: 0px 15px;
	border-radius: 100px;
	border: 1px solid #dadada;
}
.head_zc>a img{
	float: left;	
}
.head_zc>a{
	overflow: hidden;
}
.head_zc>a p{
	float: left;
	font-size: 12px;
}
.head_dlzc_box{
	overflow: hidden;
}
.head_dlzc_box>div{
	float: left;
}
.head_dl{
	margin-left: 20px;
}
.head_dl>a{
	font-size: 12px;
	color: #666666;
}
.head_dd a span{
	margin-left: 5px;
}
.head_dd_an{
	position: relative;
}
.head_dd{
	position: relative;
}
.head_dd_yc{
	position: absolute;
	top: 36px;
	right: 0px;
	width: 100%;
	z-index: 100;
	border: 1px solid #ddd;
	padding-left: 10px;
	border-top: none;
	display: none;
	background: #FFFFFF;
}
.head_right a:hover{
	color: #ff6900;
}
.head_dd_yc_son>img{
	float: left;
	width: 100px;
	height: 100px;
}
.head_dd_yc_son>div{
	float: left;
}
.head_dd_yc_son{
	padding: 18px 0;
    margin: 0 18px;
    border-bottom: 1px dashed #ddd;
    overflow: hidden;
}
.head_dd_yc_son_bottom>p:nth-of-type(1){
	font-size: 14px;
	line-height: 24px;
}
.head_dd_yc_son_bottom>p:nth-of-type(2){
	font-size: 12px;
	color: #666666;
	line-height: 24px;
	margin-top: 5px;
}


/*顶部搜索*/
.searchInput_box{
	width: 100%;
	margin: 0 auto;
}
.searchInput>.logo>img{
	width: 80%;
}
.searchInput>.logo{
	float: left;
	width: 200px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.searchInput>.searchInput_son{
	float: left;
}
.search-keyword-box {
    float: left;
    width: 420px;
    padding: 7px 0 7px 28px;
    border: 2px solid #FA0;
    border-right: none;
    position: relative;
}
.search-keyword {
    width: 380px;
    padding: 9px 10px 9px 0;
    height: 18px;
    line-height: 18px;
    margin-top: 0;
    border: none;
    background: #FFF;
    color: #BBB;
    font-size: 12px;
    font-family: 'MicroSoft YaHei';
    border-radius: 0;
    -webkit-border-radius: 0;
    color: #333333;
}
.searchInput_son{
    display: inline;
    position: relative;
    float: right;
    width: 550px;
    margin: 30px 0 0 160px;
    z-index: 6790;
    font-family: 'Microsoft YaHei';	
}
.search-btn{
    width: 120px;
    background: #ff6900;
    height: 39px;
    padding: 0;
    font-size: 16px;
    font-family: 'MicroSoft YaHei';
    font-weight: bold;
    letter-spacing: 2px;
    text-indent: 2px;
    color: #FFF;
    border: 0;
    cursor: pointer;
    border-radius: 0;
    -webkit-border-radius: 0;
    -webkit-appearance: none;	
}
.searchInput_bottom{
	width: 540px;
    height: 18px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 10px;
}
.searchInput_bottom>a{
	float: left;
	font-size: 12px;
	color: #666666;
	padding: 0px 10px;
    border-right: 1px solid #ddd;
}
.searchInput_bottom_color{
	color: #ff6900!important;
}
.searchInput_bottom>a:nth-of-type(1){
	padding-left: 0px;
}
.searchInput_bottom>a:last-child{
	border-right:none ;
	padding-right: 0px;
}


/*标题*/
.base_tb{
	width: 100%;
    height: auto;
    padding-top: 50px;
    padding-bottom: 38px;
	text-align: center;
}
.base_tb>p:nth-of-type(1){
	font-size: 36px;
    color: #444;
    line-height: 60px;
}
.base_tb>p:nth-of-type(2){
    font-size: 14px;
    color: #888888;
}
.base_tb>p:nth-of-type(2) span{
	margin: 0px 13px;
}
.base_tb_f>p:nth-of-type(1){
    color: #FFFFFF!important;
}
.base_tb_f>p:nth-of-type(2){
    font-size: 14px;
    color: #ccc!important;
}
/*底部*/
.footer .plate-one {
    border: 1px solid #f5f5f5;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-width: 1px 0px;
    height: 115px;
}
.container {
    width: 1180px;
    min-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}
.xiaobai{
	padding-bottom: 20px;
}
.plate-one ul li {
    float: left;
    width: 20.5%;
    padding: 30px 0px;
}
.footer .plate-one ul li:nth-of-type(1) span {
    background-position: 0px -93px;
}
.footer .plate-one ul li:nth-of-type(2) span {
    background-position: -79px -93px;
}
.footer .plate-one ul li:nth-of-type(3) span {
    background-position: -177px -93px;
}
.footer .plate-one ul li:nth-of-type(4) span {
    background-position: -273px -93px;
}
.plate-one ul li:nth-of-type(5) {
    width: 17%;
    float: right;
}
.footer .plate-one ul li span {
    width: 53px;
    height: 53px;
}
.plate-one ul li span {
    display: block;
    float: left;
    width: 62px;
    height: 62px;
    padding-right: 6px;
}
.pc-ico {
    background: url(../images/ico.png) no-repeat 0 0;
    background-position-x: 0px;
    background-position-y: 0px;
}
.text-left {
    text-align: left;
}
.footer .plate-one ul li h5 {
    font-size: 14px;
    padding-top: 7px;
    font-weight: bold;
}
.plate-one ul li h5 {
    font-size: 16px;
    color: #333;
    padding-top: 10px;
}
.container {
    width: 1180px;
    min-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}
.footer-center {
    padding: 50px 0px;
}
.fl {
    float: left;
}
.footer-nav ul li {
    float: left;
    width: 140px;
}
.footer-nav ul li h3 {
    font-size: 16px;
    height: 25px;
    position: relative;
    color: #333;
    font-weight: normal;
}
.footer-nav ul li a {
    display: block;
    padding: 15px 0px 0px 0px;
    font-size: 12px;
    color: #666666;
}
.footer-nav ul li a:hover{
	color: #ff6900;
}
.after::after, .n-back::after, .n-back-1::after, .con-right::after, .footer-nav::after, .kefu_q3 .bor-ul::after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: ".";
    clear: both;
    height: 0;
    line-height: 0;
    overflow: hidden;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.copyright, .copyright a {
    color: #666;
}
.copyright {
    border-top: 1px solid #ededed;
    text-align: center;
    padding: 20px 0px;
}
.container {
    width: 1180px;
    min-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
    font-size: 12px;
}
.copyright p {
    line-height: 25px;
}
.copyright p {
    line-height: 25px;
}
.links, .links p {
    width: 100%;
    background: #f5f5f5;
    height: 50px;
    line-height: 50px;
}
.container {
    width: 1180px;
    min-width: 1180px;
    margin: 0 auto;
    overflow: hidden;
}
.links, .links p {
    width: 100%;
    background: #f5f5f5;
    height: 50px;
    line-height: 50px;
}
.links, .links p {
    line-height: 50px;
}
.links a {
    padding-right: 15px;
}
.contact-fw strong {
    display: block;
    font-size: 38px;
    font-family: 'Arial';
    color: #ffc000;
}
.contact-fw strong, .contact-fw p {
    text-align: right;
}
.contact-fw .contact-us-a a {
    display: block;
    width: 88px;
    height: 34px;
    line-height: 34px;
    float: left;
    margin-left: 10px;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    text-align: center;
    margin-top: 20px;
    font-size: 12px;
    transition: all 0.2s;
}
.contact-fw .contact-us-a a:hover {
    border-color: #ff6900;
    color: #ff6900;
}
.footer .plate-one ul li:nth-of-type(5) span {
    background-position: -348px -93px;
}
/*导航 二*/
.head_two_box_top{
	height: 70px;
}
.head_two_box{
	width: 100%;
	margin: 0 auto;
	background: #FFFFFF;
	border-bottom: 1px solid #eaeaea;
	box-shadow: 0 3px 8px rgba(0,0,0,.08);
	height: 70px;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 100;
	transition: all 0.2s;
}
.head_two{
	width: 1200px;
	margin: 0 auto;
}
.head_two>ul{
	margin-left: 40px;
}
.head_two>ul>li{
	float: left;
	line-height: 70px;
}
.head_two_logo{
	line-height: 70px;
}
.head_two_logo>img{
	width: 108px;
	height: 40px;
}
.head_two>ul>li>a{
	color: #242424;
	margin-right: 40px;
}
.head_two_box_dl{
	overflow: hidden;
	margin-top: 20px;
}
.head_two_box_dl>a{
	float: left;
	display: block;
	width: 90px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
}
.head_two_box_dl>a:nth-of-type(1){
	background: #ff6900;
	color: #FFFFFF;
}
.head_two_box_dl>a:nth-of-type(2){
	border: 1px solid #d8d8d8;
	margin-left: 20px;
	color: #555555;
}
.head_two_ss_left{
	width: 250px;
    height: 36px;
    background: #F3F5F6;
    font-size: 14px;
    color: #9199a1;
    padding: 0;
    margin: 0;  
    transition: all 0.4s;
}
.search-input {
    width: 100%;
    height: 100%;
    line-height: 20px;
    padding: 8px 16px;
    background: #F3F5F6;
    font-size: 14px;
    color: #9199a1;
}

.head_two_ss_right{
	width: 60px;
	height: 36px;
	text-align: center;
	line-height: 36px;
	background: #F3F5F6;
	cursor: pointer;
}
.head_two_ss_right img{
	height: 18px;
}
.head_two_ss{
	margin-top: 17px;
	border-radius: 100px!important;
	margin-left: 70px;
    position: relative;
}
.head_two_ss_yinchang{
    position: absolute;
    top: 36px;
    left: 0px;
    background: #FFFFFF;
    width: 100%;
    padding: 10px 0px;
    border: 1px solid #ddd;
    display: none;
    height: 142px;
    overflow: auto;
}
.head_two_ss_yinchang a{
    display: block;
    line-height: 30px;
    width: 100%;
    padding: 0px 10px;
    color: #555555;
}
.head_two_ss_yinchang a:hover{
    background-color: #f4f4f4;
    color: #49af4f;

}
/*滚动条样式*/
.head_two_ss_yinchang::-webkit-scrollbar {/*滚动条整体样式*/
    width: 4px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 4px;
}
.head_two_ss_yinchang::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.head_two_ss_yinchang::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}

/* 异步搜索结果列表框 */
#publicSearchList{

}
/* 分页 */
.tt_pagination_box{
    text-align: center;
    margin: 30px 0px;
}
.tt_pagination_box .pagination{
    display: inline-block;
}
.tt_pagination_box .pagination li{
    float: left;
    color: #999;
    text-align: center;
    line-height: 40px;
    margin: 0 3px;
    border-radius: 4px;
    background: #F4F4F4;
    border: 1px solid #E9E9E9;
}
.tt_pagination_box .pagination li span{
    display: block;
    width: 40px;
    height: 40px;
}
.tt_pagination_box .pagination  a{
    display: block;
    width: 40px;
    height: 40px;
}
.tt_pagination_box .pagination .on span{
    width: 70px!important;
}
.tt_pagination_box .pagination .on a{
    width: 70px!important;
}
.tt_pagination_box .pagination .Under span{
    width: 70px!important;
}
.tt_pagination_box .pagination .Under a{
    width: 70px!important;
}
.tt_pagination_box .pagination li:hover{
    color: #FFFFFF;
    background: #ff6900;
    border: 1px solid #ff6900;
}
.tt_pagination_box .pagination li:hover span{
    color: #FFFFFF;
    background: #ff6900;
    border: 1px solid #ff6900;
}
.tt_pagination_box .pagination li:hover a{
    color: #FFFFFF;
    background: #ff6900;
    border: 1px solid #ff6900;
}
.tt_pagination_box .pagination .active span{
    color: #FFFFFF;
    background: #ff6900;
    border: 1px solid #ff6900;
}
.tt_pagination_box .pagination .active a{
    color: #FFFFFF;
    background: #ff6900;
    border: 1px solid #ff6900;
}
/* 异步搜索收起按钮 */
.search-list-btn-hide{

}

/*底部返回按钮*/
.ybs_right{
	position: fixed;
	right: 10px;
	bottom: 125px;
	transition: all 0.4s;
	opacity: 0;
	width: 0px;
}
.ybs_right>li{
	width: 40px;
	height: 40px;
	margin-top: 12px;
}

/*底部——黑*/
.footer_box_two{
	width: 100%;
	margin: 0 auto;
	background: #1c1f21;
	padding: 27px 0px;
}
.footer_two_left_1{
	overflow: hidden;
	margin-bottom: 8px;
}
.footer_two_left_1>li{
	float: left;
	margin-right: 30px;
}
.footer_two_left_1>li>a{
	color: #c8cdd2;
	font-size: 12px;
}
.footer_two_left_1>li>a:hover{
	color: #FFFFFF;
	transition: all 0.2s;
}
.footer_two_left_2{
	font-size: 14px;
	color: #787d82;
	
}
/*20191221*/
.head_new_box_top{
    height: 85px;
}
.head_new_box{
    width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    border-bottom: 1px solid #eaeaea;
    box-shadow: 0 3px 8px rgba(0,0,0,.08);
    height: 85px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 100;
    transition: all 0.2s;
}
.head_new{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.head_new>ul{
    margin-left: 40px;
}
.head_new>ul>li{
    float: left;
    line-height: 86px;
}
.head_new_logo{
    height: 85px;
    overflow: hidden;
}
.head_new_logo>img{
    display: block;
    height: 100%;
}
.head_new>ul>li>a{
    color: #242424;
    margin-right: 40px;
    font-size: 16px;
    color:#000000;
    font-weight: bold;
}
.head_new>ul>li:last-child>a{
    margin-right: 0;
}
.head_new>ul>li>a:hover{color:#ff6900;}
.head_new_phone{
    height: 85px;
    overflow: hidden;
    float: right;
}
.head_new_phone img{
    display: block;
    height: 100%;
}