@charset "utf-8";
/* CSS Document */
*{
	margin:0 auto;
	padding:0;
	}
a{blr:expression(this.onFocus=this.blur())}/*去掉a标签的虚线框，避免出现奇怪的选中区域*/
*html,*html body /* 修正IE6振动bug */{background-image:url(about:blank);background-attachment:fixed;}

/*input,textarea{-webkit-appearance: none;}*//* 删除input或textarea输入框在移动版显示的阴影（Safari/iPhone） */

html, body, div, span, h1, h2, h3, h4, h5, h6, em, small, strong, dl, dt, dd, ol, ul, li { margin: 0 auto; padding: 0; font-size: 100%;}
h1, h2, h3, h4, h5, h6 { font-weight: normal;line-height: 1.5;}
	
html,body{
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"微软雅黑";
	color:#666;
	overflow-x:hidden;
	}
	
ul{
	margin:0px;
	padding:0px;
	list-style:none;
	}
li{
	list-style:none;
	}
ul li a{
	display:block;
	}
a{
	text-decoration:none !important;
	color:#666;
	outline:none;
	transition: color .6s,border-color .6s,background-color .6s;
	}
a:hover{
	transition: color .6s,border-color .6s,background-color .6s;
	}
input{
	border:1px solid #ccc;
	outline:none;
	}
textarea{
	border:1px solid #ccc;
	outline:none;
	}
form{
	margin:0px;
	padding:0px;
	}
table{  
	border-collapse:collapse;  
	border-spacing:0;  
}  
th,td{  
	padding:0;  
}
img{
	max-width: 100%;
	border:none;
	vertical-align: middle;
	}
a,img{border:0;}
.clear{
	clear:both;
	}
p{
	/**
	text-align:justify; 
	text-justify:inter-ideograph;
	**/
	margin:0;
	}
dl,dt,dd{padding:0;margin:0;}
.zj_fbq{
	display: table;
    width: 100%;
    height: 100%;
}
.zj_zbq{
	display: table-cell;
    vertical-align: middle;
    width: 100%;
}
.arial{
	font-family:Arial, Helvetica, sans-serif;
	}
.verdana{
	font-family: Verdana,Geneva,sans-serif;
	}
.Georgia{
	font-family:Georgia, "Times New Roman", Times, serif;
}
.en{
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	}
@font-face {
    font-family:"novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
}
.cn{
	font-family:"novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma;
	}
@font-face {  font-family: ababa;  src: url('../fonts/ababa.ttf');}
/** 以上为全局设置 **/
/** index **/
.warp{
	width:100%;
	height:auto;
	}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/** header **/
.header{
	height: auto;
	
}
.header_bar{
	height: auto;
	line-height: 35px;
	background: #f8f8f8;
}
.bar_left{
	height: auto;
}
.bar_right{
	height: auto;
	text-align: right;
}
.bar_right a{
	color: #666;
}
.bar_right a:hover{
	color: #aa2709;
}
.bar_right span{
	margin:0 10px;
	color: #999;
}

.header_cen{
	height: auto;
	padding:15px 0;
}
.logo{
	float: left;
}
.dianhua{
	float: right;
	margin-top: 16px;
}
.dhbox{
	float: left;
	margin-left: 50px;
}
.dhtb{
	float: left;
}
.dhtb .iconfont{
	font-size: 50px;
	line-height: 50px;
	color: #aa2709;
}
.dhhm{
	float: left;
	margin-left: 6px;
}
.dhhm01{
	line-height: 20px;
	font-size: 14px;
	color: #999;
}
.dhhm02{
	line-height: 30px;
	font-size: 26px;
	color: #aa2709;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
.dhbox:nth-child(1){
	margin-left: 0;
}
.dhbox:nth-child(2) .dhtb .iconfont{
	color: #e56710;
}
.dhbox:nth-child(2) .dhhm02{
	color: #e56710;
}
.dhbox:nth-child(3) .dhtb .iconfont{
	color: #0075c2;
}
.dhbox:nth-child(3) .dhhm02{
	color: #0075c2;
}

.menu{
	height: auto;
	background: #0075c2;
	background: #fff;
	border-top: 1px solid #ddd;
}
.menu ul{
	height: auto;
	position: relative;
}
.menu ul:before{
	content: "";
	width: 1px;
	height: 20px;
	background: rgba(0,0,0,0.1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000);
	position: absolute;
	top:50%;
	margin-top: -10px;
	left: 0;
}
.menu ul li{
	width: 12.5%;
	height: auto;
	float: left;
	position: relative;
}
.menu ul li:before{
	content: "";
	width: 1px;
	height: 20px;
	background: rgba(0,0,0,0.1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000);
	position: absolute;
	top:50%;
	margin-top: -10px;
	right: 0;
}
.menu_bt a{
	font-size: 15px;
	color: #111;
	line-height: 50px;
	text-align: center;
}
.menu_bt a:hover{
	background: #0075c2;
	color: #fff;
}
#menu_on .menu_bt a{
	background: #0075c2;
	color: #fff;
}
.menu_xl{
	width: 100%;
	height: auto;
	position: absolute;
	top:50px;
	left:0;
	z-index: 999;
	background: #fff;
	padding:10px 15px 20px;
	display: none;
} 
.menu_fl{
	height: auto;
}
.menu_fl a{
	display: block;
	line-height: 40px;
	font-size: 14px;
	border-bottom: 1px solid #ddd;
	color: #111;
}
.menu_flbt{
	height: auto;
}
.menu_fljt{
	text-align: right;
}
.menu_fl a:hover{
	color: #0075c2;
}
/** header **/
/** banner **/
.banner{
	height: 78.4615vh;
}
/** banner **/
/** sy_fwxm **/
.sy_fwxm{
	height: auto;
	padding:80px 0;
}
.sybt{
	height: auto;
	text-align: center;
}
.sybt_line{
	width: 77px;
	height: 15px;
	background: url(../images/sybt_line.png) center center no-repeat;
}
.sybt_bt{
	line-height: 60px;
    font-size: 48px;
    color: #111;
    margin-top: 5px;
}
.sybt_bt span{
	 position: relative;
}
.sybt_bt span:before{
	content: "";
	width: 1000px;
	height: 1px;
	background: rgba(0,0,0,0.1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000);
	position: absolute;
	top:50%;
	right:230px;
}
.sybt_bt span:after{
	content: "";
	width: 1000px;
	height: 1px;
	background: rgba(0,0,0,0.1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000);
	position: absolute;
	top:50%;
	left:230px;
}
.sybt_bt1{
	line-height: 30px;
	font-size: 20px;
	color: #888;
	margin-top: 5px;
}
.sybt_line1{
	width: 77px;
	height: 3px;
	background: url(../images/sybt_line1.png) center center no-repeat;
	margin-top: 10px;
}

.fwxm_box{
	height: auto;
	margin-top: 50px;
	padding-bottom: 15px;
}
.fwxm_box ul{
	height: auto;
}
.fwxm_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.fwxm_box ul li a{
	display: block;
	padding:50px 30px;
	background: #0075c2;
	border-radius: 5px;
	background: -webkit-linear-gradient(top left, #0075c2 0%, #30a4f0 100%);
	background: linear-gradient(to bottom right, #0075c2 0%, #30a4f0 100%);
}
.fwxm_tb{
	width: 90px;
	height: 90px;
	background: #fff;
	border-radius: 100%;
	text-align: center;
	line-height: 90px;
	float: left;
}
.fwxm_tb .iconfont{
	font-size: 48px;
	color: #0075c2;
}
.fwxm_nr{
	width: calc(100% - 110px);
	height: auto;
	float: left;
	margin-left: 20px;
	margin-top: 4px;
}
.fwxm_bt{
	line-height: 30px;
	font-size: 24px;
	color: #fff;
}
.fwxm_bt01{
	line-height: 23px;
	font-size: 14px;
	color: #fff;
	margin-top: 6px;
	display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.fwxm_box ul li:nth-child(2) a{
	background: -webkit-linear-gradient(top left, #e56710 0%, #f8a56b 100%);
	background: linear-gradient(to bottom right, #e56710 0%, #f8a56b 100%);
}
.fwxm_box ul li:nth-child(2) .fwxm_tb .iconfont{
	color: #e56710;
	font-size: 56px;
}
.fwxm_box ul li:nth-child(3) a{
	background: -webkit-linear-gradient(top left, #9354fb 0%, #c995f6 100%);
	background: linear-gradient(to bottom right, #9354fb 0%, #c995f6 100%);
}
.fwxm_box ul li:nth-child(3) .fwxm_tb .iconfont{
	color: #9354fb;
	font-size: 60px;
}
.fwxm_box ul li:nth-child(4) a{
	background: -webkit-linear-gradient(top left, #aa2709 0%, #faa28d 100%);
	background: linear-gradient(to bottom right, #aa2709 0%, #faa28d 100%);
}
.fwxm_box ul li:nth-child(4) .fwxm_tb .iconfont{
	color: #aa2709;
	font-size: 54px;
}
.fwxm_box ul li:nth-child(5) a{
	background: -webkit-linear-gradient(top left, #739efd 0%, #b9cdf6 100%);
	background: linear-gradient(to bottom right, #739efd 0%, #b9cdf6 100%);
}
.fwxm_box ul li:nth-child(5) .fwxm_tb .iconfont{
	color: #739efd;
}
.fwxm_box ul li:nth-child(6) a{
	background: -webkit-linear-gradient(top left, #60c8c7 0%, #6de5a8 100%);
	background: linear-gradient(to bottom right, #60c8c7 0%, #6de5a8 100%);
}
.fwxm_box ul li:nth-child(6) .fwxm_tb .iconfont{
	color: #60c8c7;
	font-size: 56px;
}

.sy_more{
	width: 260px;
	height: auto;
}
.sy_more a{
	display: block;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #111;
	border:1px solid #ddd;
	border-radius: 50px;
}
.sy_more a:hover{
	background: #0075c2;
	color: #fff;
	border:1px solid #0075c2;
}
/** sy_fwxm **/
/** sy_ab **/
.sy_ab{
	height: auto;
	padding:80px 0;
	background: #f8f8f8;
	background: url(../images/sy_ab.jpg) center center no-repeat;
	background-size: cover;
}
.syab_left{
	height: auto;
}
.syab_bt{
	height: auto;
}
.syab_bt01{
	line-height: 45px;
	font-size: 36px;
	color: #111;
}
.syab_bt02{
	line-height: 30px;
	font-size: 24px;
	color: #999;
	margin-top: 10px;
}
.syab_line{
	width: 40px;
	height: 2px;
	background: #0075c2;
	margin-top: 20px;
	margin-left: 0;
}
.syab_nr{
	height: auto;
	margin-top: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
	text-indent: 2em;
	padding-right: 50px;
}
.syab_fl{
	height: auto;
	margin-top: 50px;
}
.syab_fl ul{
	height: auto;
}
.syab_fl ul li{
	float: left;
	margin-right: 10px;
}
.syab_fl ul li a{
	display: block;
	line-height: 25px;
	padding:5px 35px;
	border:1px solid #ddd;
	font-size: 15px;
	color: #111;
}
.syab_fl ul li a:hover{
	background: #0075c2;
	color: #fff;
}
.syab_fl ul li:last-of-type a{
	background: #0075c2;
	color: #fff;
}
.syab_right{
	height: auto;
}
.syab_tp{
	height: 500px;
	background: url(../images/syab_tp.jpg) center center no-repeat;
	background-size: cover;
	border: 10px solid #0176c2;
}
/** sy_ab **/
/** sy_al **/
.sy_al{
	height: auto;
	padding:80px 0;
}
.al_box{
	height: auto;
	margin-top: 50px;
	position: relative;
	padding-bottom: 45px;
}
.alzj{
	width: 100%;
	height: auto;
}
.alzj a{
	display: block;
}
.al_tp{
	height:auto;
	border:1px solid #eee;
	padding:5px;
	position: relative;
    overflow: hidden;
}
.al_tp img{
	-webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.al_bt{
	line-height: 30px;
	font-size: 15px;
	color: #111;
	text-align: center;
	margin-top: 10px;
	background: #eee;
	padding:5px 10px;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.alzj a:hover .al_tp img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.alzj a:hover .al_bt{
	background: #0075c2;
    color: #fff;
}
.al_box .swiper-button-prev, .al_box .swiper-container-rtl .swiper-button-next{
	left:-80px;
}
.al_box .swiper-button-next, .al_box .swiper-container-rtl .swiper-button-prev{
	right: -80px;
}
/** sy_al **/
/** sy_ys **/
.sy_ys{
	height: auto;
	padding:80px 0;
	background: #f8f8f8;
}
.ys_box{
	height: auto;
	margin-top: 50px;
}
.ys_box ul{
	height: auto;
}
.ys_box ul li{
	height: auto;
}
.ys_bg{
	background: #fff;
	padding:50px 30px;
	text-align: center;
	box-shadow: 5px 5px 5px #ddd;
}
.ys_bt{
	line-height: 35px;
	font-size: 26px;
	color: #0075c2;
	font-weight: bold;
}
.ys_wz{
	height: auto;
	margin-top: 10px;
	line-height: 25px;
	font-size: 15px;
}
.ys_tp{
	height: auto;
	margin-top: 15px;
}
.ys_box ul li:nth-child(2) .ys_bt{
	color: #e56710;
}
.ys_box ul li:nth-child(3) .ys_bt{
	color: #aa2709;
}
.ys_box ul li:nth-child(4) .ys_bt{
	color: #9354fb;
}
/** sy_ys **/
/** sy_xw **/
.sy_xw{
	height: auto;
	padding:80px 0;
}
.xw_box{
	height: auto;
	margin-top: 35px;
	padding-bottom: 15px;
}
/** demo **/
.demo {
	width: 100%;
	position: relative;
}
.tabbtn {
	height: auto;
	text-align: center;
}
.tabbtn li {
	position: relative;
	display: inline-block;
	margin:0 5px;
}
.tabbtn li a {
	display: block;
	height: auto;
	text-align: center;
	cursor: pointer;
	padding:5px 50px;
	line-height: 30px;
	color: #111;
	font-size: 16px;
	border:1px solid #ddd;
}
.tabbtn li a .iconfont{
	margin-right: 10px;
	font-size: 24px;
	color: #999;
	vertical-align: middle;
}
.tabbtn li.current {
}
.tabbtn li.current a {
	background: #0075c2;
	color: #fff;
	border:1px solid #0075c2;
}
.tabbtn li.current a .iconfont{
	color: #fff;
}
.tabcon {
	position: relative;
	height: auto;
	overflow: hidden;
	margin-top: 35px;
}
.tabcon .subbox {
	position: absolute;
	left: 0;
	top: 0;
}
.tabcon .sublist {
	height: auto;
}
/** demo **/
.xw_zj{
	height: auto;
}
.xw_zj ul{
	height: auto;
}
.xw_zj ul li{
	height: auto;
	margin-bottom: 30px;
}
.xw_zj ul li a{
	display: block;
	border:1px solid #ddd;
	padding:30px 30px;
}
.xw_tp{
	width: 200px;
	height: 120px;
	float: left;
}
.xw_nr{
	width: calc(100% - 220px);
	height: auto;
	margin-left: 20px;
	float: left;
}
.xw_title{
	line-height: 30px;
	font-size: 16px;
	color: #111;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	font-weight: bold;
	}
.xw_js{
	height: auto;
	margin-top: 5px;
	line-height: 25px;
	font-size: 14px;
	color: #888;
	display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.xw_riqi{
	line-height: 25px;
	font-size: 13px;
	color: #999;
	margin-top: 5px;
}
.xw_riqi01{
	padding-left: 0;
}
.xw_riqi01 .iconfont{
	margin-right: 5px;
	font-size: 18px;
}
.xw_riqi02{
	padding-right: 0;
	text-align: right;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.xw_zj ul li a:hover{
	background: #0075c2;
}
.xw_zj ul li a:hover .xw_title{
	color: #fff;
}
.xw_zj ul li a:hover .xw_js{
	color: #fff;
}
.xw_zj ul li a:hover .xw_riqi{
	color: #fff;
}
.xw_zj ul li:nth-child(2n) a:hover{
	background: #e56710;
}
/** sy_xw **/
/** sy_lc **/
.sy_lc{
	height: auto;
	padding:80px 0 50px;
	background: #f8f8f8;
}
.lc_box{
	height: auto;
	margin-top: 50px;
}
.lc_box ul{
	height: auto;
}
.lc_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.lc_k{
	height: auto;
	background: #fff;
	box-shadow: 5px 5px 5px #ddd;
	padding: 30px 15%;
}
.lc_tb{
	width: 80px;
	height: auto;
	float: left;
	text-align: center;
}
.lc_tb .iconfont{
	font-size: 70px;
	line-height: 90px;
	color: #0075c2;
}
.lc_nr{
	width: calc(100% - 110px);
	height: auto;
	float: left;
	margin-left: 30px;
}
.lc_bt{
	line-height: 35px;
	font-size: 24px;
	color: #111;
}
.lc_wz{
	height: 50px;
	margin-top: 5px;
	line-height: 25px;
	font-size: 15px;
	display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.lc_tb .icon-zhidingfangan_xuanzhong{
	color: #e56710;
	font-size: 60px;
}
.lc_tb .icon-yiduiyifuwu{
	color: #9354fb;
	font-size: 60px;
}
.lc_tb .icon-hezuoqiatan{
	color: #aa2709;
	font-size: 64px;
}
.lc_tb .icon-qiandan{
	color: #739efd;
	font-size: 80px;
}
.lc_tb .icon-shouhoufuwu{
	color: #60c8c7;
	font-size: 80px;
}
/** sy_lc **/
/** link **/
.link{
	height: auto;
	padding:30px 0;
}
.link_bt{
	line-height: 30px;
	font-size: 16px;
	color: #111;
}
.link_bt .iconfont{
	margin-right: 8px;
	font-size: 20px;
	vertical-align: middle;
	color: #0075c2;
	font-weight: bold;
}
.link_nr{
	height: auto;
	margin-top: 5px;
	line-height: 25px;
	font-size: 14px;
}
.link_nr a{
	color: #999;
}
.link_nr span{
	margin:0 15px;
	color: #ccc;
}
.link_nr a:hover{
	color: #0075c2;
}
/** link **/
/** footer **/
.footer{
	height: auto;
}
.footer01{
	height: auto;
	background: #1f1f24;
    padding: 50px 0;
}
.footer_menu{
	height: auto;
	padding-left: 0;
}
.footer_menu ul{
	height: auto;
}
.footer_menu ul li{
	height: auto;
	padding: 0;
}
.footer_bt{
	line-height: 30px;
	font-size: 18px;
	color: #fff;
}
.footer_bt a{
	line-height: 30px;
	font-size: 18px;
	color: #fff;
}
.footer_bt a:hover{
	color: #e56710;
}
.footer_fl{
	height: auto;
	margin-top: 10px;
}
.foot_fl{
	height: auto;
	padding-left: 0;
	padding-right: 50px;
}
.foot_fl a{
	display: block;
	line-height: 40px;
	font-size: 14px;
	border-bottom: 1px solid #444;
	color: #999;
}
.foot_flbt{
	padding-left: 0;
}
.foot_fljt{
	padding-right: 0;
	text-align: right;
}
.foot_fl a:hover{
	color: #e56710;
}

.footer_lxfs{
	height: auto;
}
.fot_lxnr{
	height: auto;
	margin-top: 10px;
}
.fot_lxnr h2{
	line-height: 30px;
	font-size: 16px;
	color: #c7c7c7;
	margin-bottom: 5px;
}
.fot_lxnr p{
	line-height: 28px;
	font-size: 14px;
	color: #999;
}
.fot_lxnr p .iconfont{
	margin-right: 8px;
	font-weight: bold;
}

.foorer_ewm{
	height: auto;
}
.foot_ewmtp{
	width: 80%;
	height: auto;
	margin-top: 10px;
	margin-left: 0;
}
.footer02{
	height: auto;
	background: #080808;
	padding:10px 0;
	line-height: 25px;
	font-size: 13px;
	color: #999;
}
.footer02 a{
	color: #999;
}
.footer02 a:hover{
	color: #e56710;
}
.banquan{
	height: auto;
	padding: 0;
}
.jszc{
	height: auto;
	padding: 0;
	text-align: right;
}
/** footer **/
.ny_banner{
	height: auto;
}
/** ny_mbxdh **/
.ny_mbxdh{
	height:auto;
	line-height: 50px;
	border-bottom: 1px solid #eee;
}
.mbxdh_home{
	height: auto;
	float: left;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
.mbxdh_home a{
	display: block;
	padding:0 20px;
	font-size: 20px;
	color: #0075c2;
}
.mbxdh_home a:hover{
	color: #e56710;
}
.mbxdh_dh{
	height: auto;
	float: left;
	padding-left: 20px;
	font-size: 14px;
}
.mbxdh_dh a{
	color: #666;
}
.mbxdh_dh i{
	margin:0 8px;
	color: #999;
}
.mbxdh_dh a:hover{
	color: #e56710;
}
/** ny_mbxdh **/
/** inner **/
.inner{
	height: auto;
	padding:80px 0 100px;
}
.ny_bt{
	height: auto;
	text-align: center;
}
.ny_bt01{
	line-height: 60px;
    font-size: 42px;
	color: #111;
}
.ny_bt02{
	line-height: 30px;
    font-size: 18px;
    color: #888;
    margin-top: 5px;
}
.ny_btline{
	width: 50px;
	height: 2px;
	background: #0075c2;
	margin-top: 10px;
}
.ny_fl{
	width: 80%;
	height: auto;
	margin-top: 35px;
}
.ny_fl ul{
	height: auto;
	text-align: center;
}
.ny_fl ul li{
	display: inline-block;
	margin:0 5px 10px;
}
.ny_fl ul li a{
	display: block;
    height: auto;
    text-align: center;
    cursor: pointer;
    padding: 5px 50px;
    line-height: 30px;
    color: #111;
    font-size: 16px;
    border: 1px solid #ddd;
}
.ny_fl ul li a:hover{
	background: #0075c2;
	color: #fff;
}
#nyfl_on a{
	background: #0075c2;
	color: #fff;
}
.ny_ab{
	height: auto;
	margin-top: 50px;
	line-height: 30px;
    font-size: 16px;
    color: #111;
    text-indent: 2em;
}
.ny_ab p{
	margin-bottom: 15px;
}
.ny_abtp{
	height: auto;
	padding-right: 5%;
}
.ny_abimg{
	height: 500px;
	background: url(../images/ny_abimg.jpg) center center no-repeat;
	background-size: cover;
}
.ny_abnr{
	height: 500px;
}
.ny_gstp{
	height: auto;
	margin-top: 50px;
}
.ny_gstp ul{
	height: auto;
}
.ny_gstp ul li{
	height: auto;
}
.gstp_img{
	height: auto;
	border:1px solid #eee;
	padding:50px;
}
.ny_xw{
	height: auto;
	margin-top: 50px;
	padding-bottom: 15px;
}
/** page **/
.page{
	height: auto;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding:10px 10px;
}
.page ul{
	height: auto;
	text-align: center;
}
.page ul li{
	display: inline-block;
	margin:0 10px;
}
.page ul li a{
	line-height: 25px;
	font-size: 14px;
}
.page ul li a:hover{
	color: #e56710;
}
#page_on a{
	color: #e56710;
}
/** page **/
.ny_service{
	height: auto;
	margin-top: 50px;
	background: #f8f8f8;
	padding:50px;
}
.nyfuw{
	height: auto;
	background: #fff;
	padding:80px 80px;
}
.nyfuw_bt{
	line-height: 45px;
	font-size: 36px;
	color: #111;
	text-align: center;
	margin-bottom: 50px;
}
.nyfuw_nr{
	height: auto;
	line-height: 30px;
	font-size: 16px;
	color: #111;
	text-indent: 2em;
}
.nyfuw_nr p{
	margin-bottom: 15px;
}
.nyfuw_nr img{
	max-width: 100%;
    height: auto !important;
    display: table-cell;
    vertical-align: middle;
}

.message_box{
	height: auto;
	margin-top: 50px;
}
.zxly_info{
	height: auto;
	line-height: 30px;
	font-size: 16px;
	color: #111;
	padding:0 15px;
}
.ny_zxly{
	height: auto;
	margin-top: 35px;
}
.ny_zxly ul{
	height: auto;
}
.ny_zxly ul li{
	height: auto;
	margin-bottom: 30px;
}
.zbox{
	width: 100%;
	height: auto;
	float: left;
	border: solid 1px #d2d2d2;
    padding-left: 86px;
    position: relative;
}
.zbox .name {
    width: 86px;
    text-align: center;
    font-size: 16px;
    color: #323232;
    line-height: 48px;
    background: url(../images/lxsg.jpg) no-repeat right center;
    position: absolute;
    left: 0;
    top: 0;
}
.zbox .name .ico {
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    height: 22px;
    background: #0075c2;
    margin: -3px 7px 0 0;
    line-height: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    border-radius: 50%;
}
.zbox input {
	border: none;
    display: block;
    width: 100%;
    float: left;
    padding-left: 15px;
    font-size: 16px;
    color: #323232;
    line-height: 48px;
    background: none;
    height: 48px;
    outline: none;
}
.zbox textarea {
	border: none;
    display: block;
    width: 100%;
    height: 270px;
    float: left;
    padding: 10px 15px;
    font-size: 16px;
    color: #323232;
    line-height: 28px;
    background: none;
    outline: none;
}
.tijiao{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}
.tijiao input{
	display: inline-block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    color: white;
    background: #0075c2;
    font-size: 18px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border:none;
}
.tijiao input:hover{
	background: #e56710;
}

.ny_lxfs{
	height: auto;
	margin-top: 50px;
}
.ny_lxfs01{
	height: 550px;
}
.lxfs_ditu{
	height: 100%;
	border:1px solid #ddd;
}
.ny_lxfs02{
	height: auto;
}
.lxfs_b{
	height: auto;
	padding:30px 50px;
}
.lxfs_bt{
	line-height: 30px;
	font-size:24px;
	color: #111;
}
.lxfs_nr{
	height: auto;
	margin-top: 15px;
	line-height: 30px;
	font-size: 16px;
	color: #333;
}
.lxfs_nr p{
	margin-bottom: 5px;
}
.lxfs_nr p .iconfont{
	margin-right: 10px;
	color: #e56710;
	font-weight: bold;
}
.lxfs_nr img{
	width: 200px;
}

.job_box{
	height: auto;
	margin-top: 50px;
	padding-bottom: 25px;
}
.job_box ul{
	height: auto;
}
.job_box ul li{
	height: auto;
	margin-bottom: 20px;
}
.job_box ul li a{
	display: block;
	line-height: 35px;
	border:1px solid #eee;
	padding:15px 5%;
}
.job_bt{
	height: auto;
	font-size: 16px;
	color: #111;
}
.job_bt .iconfont{
	margin-right: 10px;
	color: #0075c2;
	font-weight: bold;
}
.job_rs{
	height: auto;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.job_rs .iconfont{
	margin-right: 8px;
	font-weight: bold;
	color: #999;
	font-size: 20px;
}
.job_time{
	height: auto;
	font-size: 14px;
	color: #666;
	text-align: center;
}
.job_time .iconfont{
	margin-right: 8px;
	font-weight: bold;
	color: #999;
}
.job_riqi{
	height: auto;
	font-size: 14px;
	text-align: right;
	font-family:Arial, Helvetica, sans-serif;
	color: #666;
}
.job_box ul li a:hover{
	background: #0075c2;
}
.job_box ul li:nth-child(2n) a:hover{
	background: #e56710;
}
.job_box ul li a:hover .job_bt{
	color: #fff;
}
.job_box ul li a:hover .job_bt .iconfont{
	color: #fff;
}
.job_box ul li a:hover .job_rs{
	color: #fff;
}
.job_box ul li a:hover .job_rs .iconfont{
	color: #fff;
}
.job_box ul li a:hover .job_time{
	color: #fff;
}
.job_box ul li a:hover .job_time .iconfont{
	color: #fff;
}
.job_box ul li a:hover .job_riqi{
	color: #fff;
}

.ny_honor{
	height: auto;
	margin-top: 50px;
	padding-bottom: 15px;
}
.ny_honor ul{
	height: auto;
}
.ny_honor ul li{
	height: auto;
	margin-bottom: 30px;
}
.ny_honor ul li a{
	display: block;
	border:1px solid #eee;
	padding:30px 30px;
}
.honor_tp{
	height: auto;
}
.honor_title{
	background: #eee;
	text-align: center;
	line-height: 30px;
	padding:5px 15px;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	line-height: 30px;
	font-size: 15px;
	color: #111;
	margin-top: 10px;
}

.tem_box{
	height: auto;
	margin-top: 30px;
	padding-bottom: 15px;
}
.tem_box ul{
	height: auto;
}
.tem_box ul li{
	width: 20%;
	height: auto;
	margin-bottom: 30px;
}
.tem_box ul li a{
	display: block;
}
.tem_tp{
	height: auto;
	position: relative;
    overflow: hidden;
}
.tem_tp img{
	-webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.tem_bt{
	line-height: 35px;
	border-bottom: 1px solid #ddd;
	padding:5px 15px;
}
.tem_bt01{
	color: #111;
	font-size: 16px;
	padding:0;
}
.tem_bt01 .iconfont{
	margin-right: 10px;
	font-size: 22px;
	vertical-align: middle;
}
.tem_bt02{
	text-align: right;
	font-size: 24px;
	color: #999;
	padding:0;
}
.tem_box ul li a:hover .tem_tp img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.tem_box ul li a:hover .tem_bt{
	background: #0075c2;
}
.tem_box ul li:nth-child(2n) a:hover .tem_bt{
	background: #e56710;
}
.tem_box ul li a:hover .tem_bt01{
	color: #fff;
}
.tem_box ul li a:hover .tem_bt02{
	color: #fff;
}

.ny_case{
	height: auto;
	margin-top: 50px;
	padding-bottom: 15px;
}
.ny_case ul{
	height: auto;
}
.ny_case ul li{
	height: auto;
	margin-bottom: 30px;
}
.ny_case ul li a{
	display: block;
}
.case_tp{
	height: auto;
	position: relative;
    overflow: hidden;
}
.case_tp img{
	-webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.case_bt{
	line-height: 30px;
	font-size: 15px;
	color: #111;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	margin-top: 10px;
	padding:0 15px;
}
.ny_case ul li a:hover .case_tp img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.ny_case ul li a:hover .case_bt{
	color: #0075c2;
}

/** ny_wzdp **/
.ny_wzdt{
	height: auto;
	margin-top: 50px;
}
.ny_wzdt ul{
	height: auto;
}
.ny_wzdt ul li{
	height: auto;
	padding:15px 30px 25px;
	background: #f8f8f8;
	margin-bottom: 15px;
}
.wzdt_bt a{
	line-height: 43px;
	font-size: 18px;
	color: #111;
}
.wzdt_bt a .iconfont{
	margin-right: 10px;
    font-size: 28px;
	vertical-align: middle;
}
.wzdt_bt a:hover{
	color: #0075c2;
}
.wzdt_fl{
	height: auto;
	background: #fff;
	padding:15px 30px;
	margin-top: 5px;
}
.wzdt_fl a{
	display: inline-block;
	margin-right: 30px;
	line-height: 28px;
	font-size: 16px;
	color: #333;
}
.wzdt_fl a span{
	color: #0075c2;
	margin-right: 5px;
}
.wzdt_fl a:hover{
	color: #0075c2;
}
/** ny_wzdp **/
/** dot_box **/
.dot_box{
	height: auto;
}
.newsdot_bt{
    font-size: 30px;
    color: #333;
    padding-bottom: 15px;
    font-weight: normal;
    line-height: 1.5;
    text-align: center;
}
.newsdot_bt1{
    font-size: 15px;
    color: #6b6b6b;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}
.newsdot_bt1 a{color: #6b6b6b;}
.newsdot_bt1 a:hover{
    color: #ce1125;
}
.newsdot_cot{
    height: auto;
    line-height: 35px;
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    margin-top: 35px;
}
.newsdot_cot img{
    max-width: 100%;
    height: auto !important;
    display: table-cell;
    vertical-align: middle;
}
.newsdot_cot p{
	margin-bottom: 15px;
}
.share {
    vertical-align: middle;
    line-height: 32px;
    font-size: 16px;
    margin-top: 50px;
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
}
.bds_weixin {
    background: url(../images/wx.png) no-repeat center !important;
}
.bds_tsina {
    background: url(../images/sina.png) no-repeat center !important;
}
.bds_qzone {
    background: url(../images/qzone.png) no-repeat center !important;
}
.bds_sqq {
    background: url(../images/qq.png) no-repeat center !important;
}
.bdshare-button-style0-32 a {
    margin: 0 5px !important;
}
.fl {
    float: left;
}
.xddot_syxq{
    height: auto;
    margin-top: 50px;
    border-top: 1px solid #e5e5e5;
    padding-top: 30px;
}
.xddot_syxq01{
    height: auto;
    padding-left: 0;
}
.xddot_syxq01 p{
    line-height:30px;
    font-size: 15px;
    color: #949494;
    white-space:nowrap;
    overflow:hidden;
    -ms-text-overflow:ellipsis;
    -o-text-overflow:ellipsis;
    text-overflow:ellipsis;
    margin:0;
}
.xddot_syxq01 p a{
    color: #6b6b6b;
}
.xddot_syxq01 p a:hover{
    color: #0075c2;
}
.xddot_syxq02{
    height: auto;
    padding-right: 0;
}
.fanhui_lb{
    width: 120px;
   float: right;
   margin-top: 12px;
}
.fanhui_lb a{
    display: block;
     line-height: 36px;
    font-size: 16px;
    color: #fff;
    background: #0075c2;
    text-align: center;
    border-radius: 18px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.fanhui_lb a:hover{
    background: #e56710;
}
/** dot_box **/
/** inner **/
/* 大屏幕 */
@media (min-width: 1300px) {
	.container{
		width: 80%;
	}
}


@media (min-width: 1300px) and (max-width: 1420px) {
	.dhbox{
		margin-left: 35px;
	}
	.dhhm02{
		font-size: 22px;
	}
	.menu_xl{
		padding: 10px 10px 15px;
	}
	.menu_bt a{
		font-size: 14px;
	}
	.menu_fl a{
		font-size: 13px;
	}
	.menu_flbt{
		padding:0;
	}
	.menu_fljt{
		padding:0;
	}
	.foot_flbt{
		padding:0;
	}
	.foot_fljt{
		padding:0;
	}
	.foot_fl a{
		font-size: 13px;
	}
	.footer_bt a{
		font-size: 15px;
	}
	.fot_lxnr h2{
		line-height: 28px;
    	font-size: 14px;
	}
	.fot_lxnr p{
		line-height: 26px;
    	font-size: 13px;
	}
	.foot_ewmtp{
		width:85%;
	}
	.footer02{
		font-size: 12px;
	}
}

@media (min-width: 1000px) and (max-width: 1300px) {
	.container{
		width: 90%;
	}
	.logo img{
		height: 60px;
	}
	.dianhua{
		margin-top: 5px;
	}
	.dhbox{
		margin-left: 25px;
	}
	.dhtb .iconfont{
		font-size: 45px;
    line-height: 45px;
	}
	.dhhm01{
		font-size: 12px;
	}
	.dhhm02{
		font-size: 18px;
		line-height: 25px;
	}
	.menu_xl{
		padding: 10px 10px 15px;
	}
	.menu_bt a{
		font-size: 14px;
	}
	.menu_fl a{
		font-size: 13px;
	}
	.menu_flbt{
		padding:0;
	}
	.menu_fljt{
		padding:0;
	}
	.syab_fl ul li{
		margin-bottom: 10px;
	}
	.ys_bg{
		padding: 30px 15px;
	}
	.ys_tp{
		height: 225px;
	}
	.xw_zj ul li a{
		padding:15px 15px;
	}
	.xw_title{
		line-height: 28px;
    font-size: 15px;
	}
	.xw_js{
		line-height: 22px;
    font-size: 13px;
	}
	.xw_riqi{
		font-size: 12px;
	}
	.xw_riqi01{
		padding:0;
	}
	.xw_riqi02{
		padding:0;
	}
	.xw_riqi01 .iconfont{
		font-size: 14px;
	}
	.lc_k{
		padding:20px 15px;
	}
	.lc_nr{
		width: calc(100% - 95px);
		margin-left: 15px;
	}
	.lc_bt{
		line-height: 30px;
    font-size: 20px;
	}
	.lc_wz{
		height: 44px;
		line-height: 22px;
    	font-size: 13px;
	}
	.lc_tb .iconfont{
		line-height: 79px;
	}
	.honor_title{
		line-height: 28px;
    font-size: 14px;
	}
	.ny_fl{
		width: 100%;
	}
	.job_box ul li a{
		padding:15px 15px;
	}
	.foot_flbt{
		padding:0;
	}
	.foot_fljt{
		padding:0;
	}
	.foot_fl a{
		font-size: 13px;
	}
	.footer_bt a{
		font-size: 15px;
	}
	.fot_lxnr h2{
		line-height: 28px;
    	font-size: 14px;
	}
	.fot_lxnr p{
		line-height: 26px;
    	font-size: 13px;
	}
	.foot_ewmtp{
		width:85%;
	}
	.footer02{
		font-size: 12px;
	}
}
@media (min-width: 769px) and (max-width: 999px) {
	.container{
		width: 95%;
	}
	.dianhua{
		display: none;
	}
	.logo img{
		height: 60px;
	}
	.dianhua{
		margin-top: 5px;
	}
	.dhbox{
		margin-left: 25px;
	}
	.dhtb .iconfont{
		font-size: 45px;
    line-height: 45px;
	}
	.dhhm01{
		font-size: 12px;
	}
	.dhhm02{
		font-size: 18px;
		line-height: 25px;
	}
	.menu_xl{
		padding: 10px 10px 15px;
		top: 45px;
	}
	.menu_bt a{
		font-size: 13px;
		line-height: 45px;
	}
	.menu_fl a{
		font-size: 12px;
	}
	.menu_flbt{
		padding:0;
	}
	.menu_fljt{
		padding:0;
	}
	.fwxm_box ul li a{
		padding: 30px 15px;
	}
	.fwxm_tb{
		width: 80px;
    	height: 80px;
    	line-height: 80px;
	}
	.fwxm_nr{
		width: calc(100% - 95px);
		margin-left: 15px;
	}
	.syab_fl ul li{
		margin-bottom: 10px;
	}
	.ys_bg{
		padding: 30px 15px;
	}
	.ys_wz{
		font-size: 14px;
		height: 75px;
	}
	.ys_tp{
		height: 178px;
	}
	.ys_bt{
		line-height: 30px;
    font-size: 18px;
	}
	.xw_zj ul li a{
		padding:15px 15px;
	}
	.xw_title{
		line-height: 28px;
    font-size: 15px;
	}
	.xw_js{
		line-height: 22px;
    font-size: 13px;
	}
	.xw_riqi{
		font-size: 12px;
	}
	.xw_riqi01{
		padding:0;
	}
	.xw_riqi02{
		padding:0;
	}
	.xw_riqi01 .iconfont{
		font-size: 14px;
	}
	.xw_tp{
		width: 160px;
	}
	.xw_nr{
		width: calc(100% - 180px);
	}
	.lc_k{
		padding:20px 15px;
	}
	.lc_nr{
		width: calc(100% - 95px);
		margin-left: 15px;
	}
	.lc_bt{
		line-height: 30px;
    font-size: 20px;
	}
	.lc_wz{
		height: 44px;
		line-height: 22px;
    	font-size: 13px;
	}
	.lc_tb .iconfont{
		line-height: 79px;
	}
	.honor_title{
		line-height: 28px;
    font-size: 14px;
	}
	.ny_fl{
		width: 100%;
	}
	.job_box ul li a{
		padding:15px 15px;
	}
	.foot_flbt{
		padding:0;
	}
	.foot_fljt{
		padding:0;
	}
	.foot_fl a{
		font-size: 13px;
	}
	.footer_bt a{
		font-size: 15px;
	}
	.fot_lxnr h2{
		line-height: 28px;
    	font-size: 14px;
	}
	.fot_lxnr p{
		line-height: 26px;
    	font-size: 13px;
	}
	.foot_ewmtp{
		width:100%;
	}
	.footer02{
		font-size: 12px;
	}
	.footer_menu{
		display: none;
	}
	.footer_lxfs{
		width: 80%;
	}
	.foorer_ewm{
		width: 20%;
	}
	.tem_bt{
		padding: 5px 10px;
		line-height: 30px;
	}
	.tem_bt01{
		font-size: 15px;
	}
	.tem_bt01 .iconfont{
		margin-right: 5px;
    	font-size: 18px;
	}
}

/** 移动端 **/
.phone{ display:none;}
.phoneshow{ display:none;}
.phonebanner{ display:none;}

@media (max-width: 768px){
header{
	display:none;
	}
.phone{ display:block; z-index:99999; position:relative;}
.navbar-nav { width:100%; margin-left:0px; text-transform:uppercase;}
.navbar-nav li{ text-align:center; border-bottom:1px dotted #e5e5e5;}
.navbar-nav li a{ color:#111;font-size: 15px;}
.navbar-nav li a:hover{ color:#e56710;}
.headerbg{ position:fixed; top:0px; left:0px; width:100%; z-index:999; background:#fff;
-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);}
.logo_boxlist{ float:left;}
.headerwarp{ display:none;}
.navbar-toggle {margin-right: 0;}
.navbar-toggle .icon-bar {background-color:#e56710;}
.navbar-collapse{ border-top:1px solid #e5e5e5;}
.indexprotopbt{ text-align:center; margin:0 auto; width:100%}
.indexprotop .col-lg-2{ text-align:center;}
.indexpromore{ float:none;}
.indexpromore a{ margin:0 auto;}
.indexprowarpitem{ margin-top:20px;}
.indexaboutwarp{ border-bottom:1px dotted #ccc; padding-bottom:20px; border-right:none; padding-top:20px;}
.indexnewswarp{ margin-top:20px;}
.indexcontimg{ margin-top:20%;}
.indexprotopbt{ width:140px; margin:0 auto;}
.indexprotitle{ margin-top:20px;}
.rslides_tabs{ bottom:390px;}
.logo_boxlist{ margin-left:0;}
.logo_boxlist img{
	height: 46px;
	margin-top: 2px;
}
.indexcontwz p{ width:90%;}
.indexnewsright{ margin-top:20px;}
.indexprotextit{ margin-left:20px;}
.phoneshow{ display:block;}
.pcshow{ display:none;}
.phonebanner{ display:block;}

#phone_current a{
	color:#e56710;
	}
	
.ban{
	height: auto;
	margin-top: 50px;
}
	
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left:20px !important;
}	
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 20px !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 30px !important;
}
.sy_fwxm{
	padding:50px 0;
}	
.sybt_bt{
	line-height: 40px;
    font-size: 30px;
}
.sybt_bt1{
	line-height: 25px;
    font-size: 16px;
}	
.sybt_line{
	width: 50px;
	height: 10px;
	background: url(../images/sybt_line.png) center center no-repeat;
	background-size: cover;
}
.sybt_line1{
	width: 50px;
	height: 2px;
	background: url(../images/sybt_line1.png) center center no-repeat;
	background-size: cover;
}
.sybt_bt span:before{
	right: 150px;
}
.sybt_bt span:after{
	left:150px;
}
.fwxm_box{
	margin-top: 30px;
}
.fwxm_box ul{
	padding:0 8px;
}
.fwxm_box ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.fwxm_box ul li a{
	padding: 20px 15px;
}
.fwxm_tb{
	width: 80px;
	height: 80px;
	line-height: 80px;
	float: none;
}
.fwxm_tb .iconfont{
	font-size: 42px;
}
.fwxm_nr{
	width: 100%;
	float: none;
	margin-left: 0;
	margin-top: 12px;
}
.fwxm_bt{
	line-height: 26px;
    font-size: 18px;
    text-align: center;
}
.fwxm_bt01{
	margin-top: 5px;
	text-align: center;
	height: 46px;
}
.fwxm_box ul li:nth-child(2) .fwxm_tb .iconfont{
	font-size: 50px;
}
.fwxm_box ul li:nth-child(3) .fwxm_tb .iconfont{
	font-size: 52px;
}
.fwxm_box ul li:nth-child(4) .fwxm_tb .iconfont{
	font-size: 48px;
}
.fwxm_box ul li:nth-child(6) .fwxm_tb .iconfont{
	font-size: 50px;
}
.sy_more{
	width: 200px;
}
.sy_more a{
	line-height: 40px;
	font-size: 14px;
}
.sy_ab{
	padding:50px 0;
	background: url(../images/sy_ab1.jpg) center center no-repeat;
    background-size: cover;
}
.syab_bt01{
	line-height: 35px;
    font-size: 26px;
}
.syab_bt02{
	line-height: 25px;
    font-size: 16px;
    margin-top: 5px;
}
.syab_line{
	width: 36px;
    height: 1px;
    margin-top: 12px;
}
.syab_nr{
	margin-top: 25px;
    line-height: 28px;
    font-size: 14px;
    padding-right: 0;
}
.syab_fl{
	margin-top: 25px;
}
.syab_fl ul li{
	margin-bottom: 10px;
}
.syab_fl ul li a{
	font-size: 14px;
}
.syab_right{
	margin-top: 15px;
}
.syab_tp{
	height: 335px;
	border: 5px solid #0176c2;
}
.sy_al{
	padding:50px 0;
}
.al_box{
	margin-top: 30px;
	padding:0 15px 30px 15px;
}
.al_bt{
	line-height: 25px;
    font-size: 14px;
}
.sy_ys{
	padding:50px 0;
}
.ys_box{
	margin-top: 30px;
}
.ys_box ul{
	padding:0 8px;
}
.ys_box ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.ys_bg{
	padding:30px 15px;
}
.ys_bt{
	line-height: 25px;
    font-size: 18px;
}
.ys_wz{
	line-height: 22px;
    font-size: 13px;
    display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.ys_tp{
	height: 170px;
}
.sy_xw{
	padding:50px 0;
}
.xw_box{
	margin-top: 25px;
}
.tabbtn li{
	margin: 0 2px;
}
.tabbtn li a{
	padding: 5px 15px;
    line-height: 25px;
    font-size: 14px;
}
.tabbtn li a .iconfont{
	margin-right: 5px;
    font-size: 18px;
}
.tabcon{
	margin-top: 20px;
}
.xw_zj ul li{
	margin-bottom: 15px;
}
.xw_zj ul li a{
	padding:10px 10px;
}
.xw_tp{
	width: 130px;
    height: 78px;
}
.xw_nr{
	width: calc(100% - 145px);
	margin-left: 15px;
}
.xw_title{
	line-height: 25px;
    font-size: 14px;
}
.xw_js{
	line-height: 20px;
    font-size: 12px;
}
.xw_riqi{
	display: none;
}
.sy_xw .xw_zj ul li:nth-child( n + 5) {
	display: none;
}
.sy_lc{
	padding:50px 0 35px;
}
.lc_box{
	margin-top: 30px;
}
.lc_box ul li{
	margin-bottom: 15px;
	padding:0;
}
.lc_k{
	padding: 20px 5%;
}
.lc_tb{
	width: 68px;
}
.lc_tb .iconfont{
	font-size: 58px;
	line-height: 74px;
}
.lc_nr{
	width: calc(100% - 88px);
	margin-left: 20px;
}
.lc_bt{
	line-height: 25px;
    font-size: 18px;
}
.lc_wz{
	height: 44px;
    line-height: 22px;
    font-size: 14px;
}
.lc_tb .icon-zhidingfangan_xuanzhong{
	font-size: 50px;
}
.lc_tb .icon-yiduiyifuwu{
	font-size: 46px;
}
.lc_tb .icon-hezuoqiatan{
	font-size:54px;
}
.lc_tb .icon-qiandan{
	font-size: 62px;
}
.lc_tb .icon-shouhoufuwu{
	font-size: 70px;
}
.footer01{
	padding:30px 0;
}
.footer_menu{
	display: none;
}
.footer_bt{
	line-height: 28px;
    font-size: 15px;
}
.footer_bt a{
	line-height: 28px;
    font-size: 15px;
}
.fot_lxnr{
	margin-top: 5px;
}
.fot_lxnr h2{
	line-height: 25px;
    font-size: 14px;
}
.fot_lxnr p{
	line-height: 25px;
    font-size: 13px;
}
.fot_lxnr p .iconfont{
	font-size: 14px;
}
.fot_lxnr p .iconfont{
	margin-right: 5px;
}
.fot_lxnr p a{
	color: #999;
}
.fot_lxnr p a:hover{
	color: #e56710;
}
.foot_ewmtp{
	width: 50%;
}
.footer_lxfs{
	margin-bottom: 10px;
}
.footer02{
	padding:10px 15px;
	font-size: 12px;
}
.jszc{
	text-align: left;
}

.sjd_zxkf{
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	left:0;
	background: #fff;
	border-top:1px solid #e0e0e0;
	padding:5px 0;
	z-index: 999;
}
.sjd_zxkf ul{
	height: auto;
}
.sjd_zxkf ul li{
	height: auto;
	padding:0;
}
.sjd_zxkf ul li a{
	display: block;
	text-align: center;
	position: relative;
}
.zxkf_line{
	width: 1px;
	height: 20px;
	background: #e0e0e0;
	position: absolute;
	top:50%;
	margin-top: -10px;
	right: 0;
}
.zxkf_tb{
	height: auto;
	line-height: 25px;
	font-size: 20px;
	color: #e56710;
}
.zxkf_tb .fa-mobile{
	font-size: 22px;
}
.zxkf_tb .fa-qq{
	font-size: 18px;
}
.zxkf_bt{
	line-height: 20px;
	font-size: 13px;
}

.warp{
	padding-bottom: 56px;
}
.ny_banner{
	margin-top: 50px;
}
.inner{
	padding:30px 0 50px;
}
.ny_bt01{
	line-height: 35px;
    font-size: 26px;
}
.ny_bt02{
	line-height: 22px;
    font-size: 15px;
}
.ny_fl{
	width: 100%;
	margin-top: 30px;
}
.ny_fl ul li a{
	padding: 5px 30px;
    line-height: 25px;
    font-size: 15px;
}
.ny_ab{
	margin-top: 25px;
	line-height: 28px;
    font-size: 14px;
}
.ny_abimg{
	height: 320px;
}
.ny_abnr{
	height: auto;
	margin-top: 30px;
}
.ny_gstp{
	margin-top: 15px;
}
.ny_gstp ul{
	padding:0 8px;
}
.ny_gstp ul li{
	padding:0 5px;
}
.gstp_img{
	padding:5px;
}
.ny_honor{
	margin-top: 25px;
}
.ny_honor ul{
	padding:0 8px;
}
.ny_honor ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.ny_honor ul li a{
	padding:10px 10px;
}
.honor_title{
	padding: 2px 15px;
	line-height: 25px;
    font-size: 13px;
    margin-top: 8px;
}
.tem_box{
	margin-top: 25px;
}
.tem_box ul{
	padding:0 8px;
}
.tem_box ul li{
	width: 50%;
	margin-bottom: 15px;
	padding:0 7px;
}
.tem_bt{
	line-height: 30px;
	padding: 3px 8px;
}
.tem_bt01{
	font-size: 14px;
}
.tem_bt01 .iconfont{
	margin-right: 8px;
    font-size: 18px;
}
.page ul li a{
	font-size: 12px;
}
.page ul li{
	margin: 0 8px;
}
.ny_fl1 ul li{
	margin: 0 2px;
}
.ny_fl1 ul li a{
	padding: 5px 15px;
}
.ny_xw{
	margin-top: 30px;
}
.dot_box{
	padding:0 15px;
}
.newsdot_bt{
	font-size: 18px;
}
.newsdot_bt1{
	font-size: 13px;
	padding-bottom: 15px;
}
.newsdot_cot{
	line-height: 28px;
    font-size: 14px;
    margin-top: 25px;
}
.xddot_syxq{
	margin-top: 25px;
	padding-top: 25px;
}
.xddot_syxq01{
	padding-right: 0;
}
.xddot_syxq01 p{
	line-height: 28px;
    font-size: 14px;
}
.fanhui_lb{
	float: none;
	margin-top: 15px;
}
.fanhui_lb a{
	line-height: 33px;
    font-size: 14px;
}
.ny_fl2 ul li{
	margin: 0 2px 8px;
}
.ny_fl2 ul li a{
	padding: 5px 15px;
}
.ny_service{
	margin-top: 25px;
	padding: 20px;
}
.nyfuw{
	padding: 30px 15px;
}
.nyfuw_bt{
	line-height: 28px;
    font-size: 20px;
    margin-bottom: 20px;
}
.nyfuw_nr{
	line-height: 28px;
    font-size: 14px;
}
.message_box{
	margin-top: 30px;
}
.zxly_info{
	line-height: 28px;
    font-size: 14px;
}
.ny_zxly{
	margin-top: 15px;
}
.ny_zxly ul li{
	margin-bottom: 15px;
}
.zbox .name{
	font-size: 14px;
	line-height: 38px;
}
.zbox input{
	font-size: 14px;
	height: 38px;
}
.zbox textarea{
	font-size: 14px;
	height: 160px;
}
.tijiao input{
	width: 100%;
	height: 45px;
    line-height: 45px;
    font-size: 16px;
}
.ny_lxfs{
	margin-top: 20px;
}
.ny_lxfs01{
	height: 300px;
}
.ny_lxfs02{
	margin-top: 20px;
}
.lxfs_b{
	padding:0;
}
.lxfs_bt{
	line-height: 30px;
    font-size: 18px;
}
.lxfs_nr{
	line-height: 28px;
    font-size: 14px;
}
.lxfs_nr p .iconfont{
	margin-right: 8px;
}
.job_box{
	margin-top: 20px;
	padding:0 15px 20px 15px;
}
.job_box ul li a{
	padding: 5px 10px;
}
.job_bt{
	font-size: 14px;
	padding: 0;
}
.job_riqi{
	font-size: 12px;
	padding: 0;
}
.job_bt .iconfont{
	font-size: 14px;
	margin-right: 8px;
}
.job_box ul li{
	margin-bottom: 10px;
}
.ny_wzdt{
	margin-top: 30px;
	padding:0 15px;
}
.ny_wzdt ul li{
	padding: 10px 15px 15px;
}
.wzdt_bt a{
	line-height: 36px;
    font-size: 15px;
}
.wzdt_bt a .iconfont{
	margin-right: 8px;
    font-size: 20px;
}
.wzdt_fl{
	padding: 10px 15px;
}
.wzdt_fl a{
	line-height: 25px;
    font-size: 14px;
}

}
/** 移动端 **/
/** index **/


