@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, h1, h2, h3, h4, h5, h6, em, small, strong, dl, dt, dd, ol, ul, li, p, blockquote, pre, form, fieldset, table, th, td, span, input, textarea{ margin: 0 auto; padding: 0; font-size: 100%;}
h1, h2, h3, h4, h5, h6 { font-weight: normal;line-height: 1.5;font-size:14px;}
em, i, ul, li, ol {
    list-style-type: none;
    font-style: normal;
}
ins{text-decoration:none;}

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{
	cursor:pointer;
	text-decoration:none;
	transition: color .6s,border-color .6s,background-color .6s;
	}
a:active{
	star:expression(this.onFocus=this.blur());
	}
:focus{outline:0;}

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{
	padding:0;
	margin:0;
	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;
}

.juzhong{
	
    display: -webkit-box;
    display: -ms-box;
    display: flex;

    justify-content: space-between;

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;

}


.space{
	padding:80px 0;
}
.space1{
	padding:80px 0 50px;
}
.space_t{
	padding-top: 80px;
}
.space_b{
	padding-bottom: 80px;
}
.martop{
	margin-top: 50px;
}
.martop1{
	margin-top: 35px;
}
.padd_b{
	padding-bottom: 15px;
}
.padd_b1{
	padding-bottom: 45px;
}

/** header **/
.header{
	height: auto;
}
.logo{
	height: auto;
	float: left;
	padding:10px 0;
}
.logo img{
	height: 70px;
}
.menu{
	height: auto;
	float: right;
	font-family: "Noto Sans SC";
	max-width: calc(100% - 280px);
}
.menu ul{
	height: auto;
}
.menu ul li{
	height: auto;
	float: left;
	margin-left: 15px;
}
.menu ul li a{
	display: block;
	line-height: 90px;
	font-size: 18px;
	color: #111;
	padding:0 20px;
	position: relative;
	font-weight: 500;
}
.menu ul li a em{
	position: absolute;
    left: 100%;
    bottom: 0;
    margin: 0 -50%;
    transform: translate(-50%);
}
.menu ul li a:hover{
	color: #cb2127;
}
.menu ul li a:hover em{
	animation: test 0.4s ease;
    border-bottom: 2px solid #cb2127;
    width: 100%; 
}
#menu_on a{
	color: #cb2127;
}
#menu_on a em{
	animation: test 0.4s ease;
    border-bottom: 2px solid #cb2127;
    width: 100%; 
}
@keyframes test {
    from{
        width: 0;
    }

    to{
        width: 100%;
     }
}
/** header **/
.banner{
	height: auto;
}
/** sycp **/
.sycp{
	height: auto;
}
.sybt{
	height: auto;
	text-align: center;
	font-family: "Noto Sans SC";
}
.sybt_line{
	width: 60px;
	height: 5px;
	background: #cb2127;
	border-radius: 30px;
}
.sybt01{
	line-height: 1.3;
	font-size: 48px;
	color: #111;
	font-weight: bold;
	margin-top:8px;
}
.sybt01 span{
	color: #cb2127;
}
.sybt02{
	line-height: 1.3;
	font-size: 20px;
	color: #333;
	margin-top: 10px;
}
.sycp_box{
	height: auto;
}
.sycp_box ul{
	height: auto;
}
.sycp_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.sycp_box ul li a{
	display: block;
	text-align: center;
}
.cp_tp{
	height: auto;
	border: 1px solid rgba(0,0,0,0.1);
	overflow: hidden;
}
.cp_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1); 
	transform: scale(1.0); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.cp_bt{
	font-size: 18px;
	color: #111;
	line-height: 25px;
	background: rgba(0,0,0,0.1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000);
	padding:10px 15px;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.sycp_box ul li a:hover .cp_tp img{
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-webkit-transform: scale(1);
	transform: scale(1.1); 
	-moz-transition: all 0.4s; 
	-o-transition: all 0.4s; 
	-webkit-transition: all 0.4s; 
	transition: all 0.4s;
}
.sycp_box ul li a:hover .cp_bt{
	background: #cb2127;
	color: #fff;
}

.sy_more{
	width: 320px;
	text-align: center;
}
.sy_more a{
	line-height: 60px;
	border:1px solid rgba(0,0,0,0.1);
	display: block;
	-webkit-transition: all 1.5s;
	-moz-transition: all 1.5s;
	-ms-transition: all 1.5s;
	-o-transition: all 1.5s;
	transition: all 1.5s;
	border-radius: 50px;
	background: #fff;
}
.sy_more a span{
	font-size: 22px;
	font-weight: bold;
    color: #cb2127;
    font-family: "Noto Sans SC";
    vertical-align: middle;
}
.sy_more a img{
	vertical-align: middle;
	margin-left: 12px;
	height: 25px;
}
.more_icon1{
	display: none;
}
.sy_more a:hover{
	-webkit-transform: scale(1.1,1.1);
	-moz-transform:  scale(1.1,1.1);
	-ms-transform:  scale(1.1,1.1);
	-o-transform:  scale(1.1,1.1);
	transform:  scale(1.1,1.1);
	background: #cb2127;
}
.sy_more a:hover span{
	color: #fff;
}
.sy_more a:hover .more_icon{
	display: none;
}
.sy_more a:hover .more_icon1{
	display: inline;
}
/** sycp **/
/** syjjfn **/
.syjjfn{
	height: auto;
	background: #f8f8f8;
}
.syjjfn_box{
	height: auto;
}
.syjjfn_box ul{
	height: auto;
}
.syjjfn_box ul li{
	height: auto;
	margin-bottom: 30px;
}
.jjfn_bg{
	height: auto;
	background: #fff;
	padding:30px 30px;
	border-radius: 15px;
}
.jjfn_tp{
	height: auto;
}
.jjfn_bt{
	line-height: 1.5;
	font-size: 18px;
	color: #111;
	text-align: center;
	margin-top: 15px;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
/** syjjfn **/
/** syab **/
.syab{
	height: auto;
	background: url(../images/syab.jpg) top center no-repeat fixed;
	background-size: cover;
}
.syab_bg{
	height: auto;
	background: rgba(255,255,255,0.9);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5ffffff,endColorstr=#E5ffffff);
	padding:80px 50px 30px;
	border-radius: 50px;
}
.syab_box{
	width: 86%;
	height: auto;
	line-height: 1.8;
	font-size: 18px;
	color: #111;
	text-indent: 2em;
	font-family: "Noto Sans SC";
}
.syab_box p{
	margin-bottom: 30px;
}
.syab_ry{
	width: 80%;
	height: auto;
}
.syab_ry ul{
	height: auto;
}
.syab_ry ul li{
	height: auto;
	margin-bottom: 50px;
}
.syab_rytp{
	height: auto;
	text-align: center;
	max-width: 210px;
}
/** syab **/
/** syppys **/
.syppys{
	height: auto;
}
.syppys_box{
	height: auto;
}
/** syppys **/
/** syfwtx **/
.syfwtx{
	height: auto;
	background: #f8f8f8;
}
.syfwtx_box{
	height: auto;
	background: #fff;
	border-radius: 50px;
	padding:80px 50px;
}
.fwtx_num{
	height: auto;
}
.fwtx_num ul{
	height: auto;
}
.fwtx_num ul li{
	height: auto;
	position: relative;
}
.fwtx_k{
	height: auto;
	text-align: center;
	font-family: "Noto Sans SC";
}
.fwtx_num01{
	font-size: 36px;
	font-weight: bold;
	color: #cb2127;
}
.fwtx_num01 span{
	font-size: 48px;
	font-weight:800;
}
.fwtx_num02{
	line-height: 1.5;
	font-size: 20px;
	color: #333;
}
.fwtx_line{
	width: 1px;
	height: 60%;
	background: #ddd;
	position: absolute;
	top:20%;
	right: 0;
}
.fwtx_gs{
	height: auto;
}
.fwtx_gs ul{
	height: auto;
	text-align: center;
}
.fwtx_gs ul li{
	height: auto;
	display: inline-block;
	margin:0 10px 20px;
}
.fwtx_gsmc{
	line-height: 30px;
	font-size: 18px;
	color: #fff;
	background: #cb2127;
	padding:10px 25px;
}
.fwtx_gsmc span{
	font-size: 20px;
	margin-right: 10px;
}
/** syfwtx **/
/** syppsl **/
.syppsl{
	height: auto;
	background: url(../images/syppsl.jpg) center center no-repeat;
	background-size: cover;
}
.syppsl_box{
	height: auto;
	text-align: center;
}
.sybt1 .sybt_line{
	background: #fdec2b;
}
.sybt1 .sybt01{
	color: #fff;
}
.sybt1 .sybt01 span{
	color: #fdec2b;
}
.sybt1 .sybt02{
	color: #eee;
}
/** syppsl **/
/** footer **/
.footer{
	height: auto;
	background:#282828;
	font-family: "Noto Sans SC";
}
.footer01{
	height: auto;
	padding:80px 0;
}
.footer_menu{
	height: auto;
	padding-right: 5%;
}
.footer_menu ul{
	height: auto;
}
.footer_menu ul li{
	height: auto;
}
.footer_menu ul li a{
	line-height: 40px;
	font-size: 16px;
	color: #ccc;
}
.footer_menu ul li a .iconfont{
	font-size: 12px;
	margin-left: 8px;
}
.footer_menu ul li a:hover{
	color: #cb2127;
}
.footer_info{
	height: auto;
	position: relative;
}
.footer_line{
	width: 1px;
	height: 100%;
	background: rgba(255,255,255,0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff);
	position: absolute;
	top:0;
	left:-5%;
}
.footer_dh{
	width: 370px;
	height: auto;
	float: left;
}
.footer_tel{
	height: auto;
	margin-top: 20px;
	margin-bottom: 30px;
}
.teltb{
	width: 80px;
	height: 80px;
	border:1px solid rgba(255,255,255,0.6);
	border-radius: 100%;
	color: #fff;
	float: left;
	text-align: center;
}
.teltb .iconfont{
	font-size: 48px;
	line-height:80px;
}
.telnr{
	width: calc(100% - 95px);
	height: auto;
	float: left;
	margin-left: 15px;
	margin-top: 5px;
}
.telnr_bt{
	line-height: 25px;
	font-size: 14px;
	color: #fff;
}
.telnr_bt1{
	line-height: 45px;
	font-size: 30px;
	color: #fff;
	font-family: "Noto Sans SC";
    font-weight: bold;
}
.footer_lx{
	width: calc(100% - 370px);
	height: auto;
	float: left;
	padding-left: 50px;
	margin-top: 55px;
}
.footer_lxbt{
	line-height: 35px;
	font-size: 20px;
	color: #ccc;
}
.footer_xinxi{
	height: auto;
}
.footer_xinxi ul{
	height: auto;
}
.footer_xinxi ul li{
	height: auto;
	margin-bottom: 10px;
}
.xinxi_tb{
	width: 30px;
	height: auto;
	float: left;
	text-align: center;
	line-height: 25px;
}
.xinxi_tb .iconfont{
	font-size: 22px;
	color: #ccc;
}
.xinxi_nr{
	width: calc(100% - 40px);
	height: auto;
	float:left;
	margin-left: 10px;
}
.xinxi_nr p{
	line-height: 25px;
	font-size: 16px;
	color: #ccc;
}


.footer02{
	height: auto;
	padding:10px 0;
	color: #ccc;
	line-height: 25px;
	font-size: 14px;
	border-top: 1px solid rgba(255,255,255,0.2);
}
.footer02 a{
	color: #ccc;
}
.footer02 a:hover{
	color: #cb2127;
}
.banquan{
	height: auto;
	padding: 0;
}
.jszc{
	height: auto;
	padding: 0;
	text-align: right;
}
/** footer **/
/** inner **/
.ny_banner{
	height: auto;
}
.nybt .sybt01{

}
/** nyxtjs **/
.nyxtjs{
	height: auto;
}
.nyxtjs_box{
	height: auto;
	line-height: 1.8;
    font-size: 18px;
    color: #111;
    text-indent: 2em;
    font-family: "Noto Sans SC";
}
.nyxtjs_tp{
	height: auto;
	text-align: center;
	background: #f3f3f3;
	border-radius: 50px;
	overflow: hidden;
	padding:80px;
}
.nyxtjs_tp02{
	background: none;
	border:1px solid rgba(0,0,0,0.1);
}
/** nyxtjs **/
/** ny_zxly **/
.ny_zxly{
	height: auto;
	background:#f8f8f8;
	background:url(../images/ny_zxly.jpg) center center no-repeat fixed;
	background-size:cover;
}
.message{
   height: auto;
}
.message ul{
    height: auto;
}
.message ul li{
    height: auto;
    margin-bottom: 30px;
}
.message ul li input{
    font-size: 16px;
    color: #333;
    width: 100%;
    line-height: 64px;
    padding: 0 30px;
    border: 1px solid #e5e5e5;
    border:none;
    outline: none;
}
.message ul li textarea{
    box-sizing: border-box;
    padding: 30px;
    height: 270px;
    width: 100% !important;
    border: none;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    border:none;
    outline: none;
}
.message ul li .submit{
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: #cb2127;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    border:none;
    outline: none;
}
.message ul li .submit:hover{
  background: #fdec2b;
  color: #111;
}
/** ny_zxly **/
/** ny_tongdian **/
.ny_tongdian{
	height: auto;
	background: #f8f8f8;
	overflow: hidden;
}
.tongdian_tp{
	height: auto;
}
/** ny_tongdian **/
/** ny_rmwd **/
.ny_rmwd{
	height: auto;
}
.rmwd_box{
	height: auto;
}
.news ul{
	height: auto;
}
.news ul li{
	height: auto;
	margin-bottom: 30px;
}
.news ul li a{
	display: block;
	border:1px solid #ddd;
}
.news_time{
	height: 140px;
	border-right:1px solid #ddd;
	padding:0;
	text-align: center;
	color: #333;
}
.news_time01{
	font-size: 56px;
	font-family: "Noto Sans SC";
    font-weight: bold;
    line-height:60px;
    margin-top: 25px;
}
.news_time02{
	font-size: 20px;
    line-height: 30px;
}
.news_nr{
	height: auto;
	padding:20px 25px;
}
.news_bt{
	font-size: 22px;
    color: #333;
    line-height: 30px;
    font-weight: 500;
    font-family: "Noto Sans SC";
    white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.news_bt span{
	color: #cb2127;
	font-weight:bold;
}
.news_wz{
	height: 52px;
	font-size: 15px;
    color: #666;
    line-height: 26px;
    display: -webkit-box;
    word-break: break-all;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-top: 10px;
}
.news_wz p{
	margin:0;
}
.news_wz span{
	color: #cb2127;
	font-weight:bold;
}
.syxw_right{
	height: auto;
}
.news ul li a:hover{
	border:1px solid #cb2127;
}
.news ul li a:hover .news_time{
	background: #cb2127;
}
.news ul li a:hover .news_time01{
	color: #fff;
}
.news ul li a:hover .news_time02{
	color: #fff;
}
.news ul li a:hover .news_bt{
	color: #cb2127;
}

/** ny_rmwd **/
/** ny_glxtys **/
.ny_glxtys{
	height: auto;
	background: #f4f8fb;
}
.glxtys_box{
	height: auto;
}
.glxtys_zj{
	width: 100%;
	height: auto;
	font-family: "Noto Sans SC";
	padding: 80px 80px 120px;
	background:#fff;
}
.glxtys_l{
	height: auto;
	padding-right: 50px
}
.glxtys_bt{
	line-height: 1.3;
	font-size: 36px;
	color: #cb2127;
	font-weight: bold;
}
.glxtys_bt .iconfont{
	font-size: 36px;
	margin-right: 10px;
}
.glxtys_bt1{
	line-height: 1.5;
	font-size: 22px;
	color: #111;
	margin-top: 15px;
	font-weight: bold;
}
.glxtys_wz{
	height: auto;
	line-height: 1.5;
	font-size: 20px;
	color: #999;
	margin-top: 15px;
}
.glxtys_r{
	height: auto;
	text-align: center;
	/*background: #f4f8fb;*/
}
.glxtys_box .swiper-button-prev, .glxtys_box .swiper-container-rtl .swiper-button-next{
	left:30px;
}
.glxtys_box .swiper-button-next, .glxtys_box .swiper-container-rtl .swiper-button-prev{
	right:30px;
}
.glxtys_box .swiper-pagination-bullet{
	background: #000;
	opacity: .3;
}
.glxtys_box .swiper-pagination-bullet-active{
	background: #cb2127;
	opacity: 1;
}
.glxtys_box .swiper-container-horizontal>.swiper-pagination-bullets, .glxtys_box .swiper-pagination-custom, .glxtys_box .swiper-pagination-fraction{
	bottom: 60px;
}
/** ny_glxtys **/
/** ny_glxtgn **/
.ny_glxtgn{
	height: auto;
}
.glxtgn_box{
	height: auto;
}
.glxtgn_box ul{
	height: auto;
}
.glxtgn_box ul li{
	height: auto;
	border-bottom: 1px solid #ddd;
	margin-bottom: 50px;
	padding-bottom: 50px;
}
.glxtgn_nr{
	height: auto;
	font-family: "Noto Sans SC";
	padding:0 50px;
}
.glxtgn_bt{
	line-height: 1.5;
	font-size: 30px;
	color: #111;
	font-weight: bold;
}
.glxtgn_bt span{
	color: #cb2127;
}
.glxtgn_wz{
	height: auto;
	line-height: 30px;
	font-size: 18px;
	color: #333;
	margin-top: 20px;
}
.glxtgn_wz p{
	margin-bottom: 10px;
}
.glxtgn_wz span{
	color: #cb2127;
	margin-right: 10px;
}
.glxtgn_tp{
	height: auto;
	text-align: center;
	/*background: #f7efef;*/
}
.glxtgn_tp img{
	border-radius: 30px;
}
.glxtgn_box ul li:last-of-type{
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
/*.glxtgn_box ul li:nth-child(even) .glxtgn_nr{
	float: right;
}*/
/** ny_glxtgn **/
/** ny_tiao **/
.ny_tiao{
	height: auto;
	text-align: center;
	font-family: "Noto Sans SC";
	background: url(../images/ny_tiao.jpg) top center no-repeat fixed;
    background-size: cover;
}
.ny_tiaobt{
	line-height: 1.3;
	font-size: 56px;
	color: #fff;
	font-weight: bold;
}
.ny_tiaobt1{
	line-height: 1.5;
	font-size: 30px;
	color: #fff;
	margin-top: 10px;
}
.ny_tiao .fwtx_num02{
	color: #ccc;
}
.ny_tiao .fwtx_num01{
	color: #fdec2b;
}
.ny_tiao .fwtx_line{
	background: #666;
}
/** ny_tiao **/
/** ny_xtyyjz **/
.ny_xtyyjz{
	height: auto;
}
.xtyyjz_box{
	height: auto;
}
.xtyyjz_box ul{
	height: auto;
}
.xtyyjz_box ul li{
	height: auto;
	margin-bottom: 50px;
}
.xtyyjz_zj{
	height: auto;
	border:1px solid rgba(0,0,0,0.1);
	padding:50px 50px;
	border-radius: 30px;
}
.xtyyjz_tp{
	height: auto;
	text-align: center;
}
.xtyyjz_tp img{
	border-radius: 30px;
}
.xtyyjz_nr{
	height: auto;
	text-align: center;
	font-family: "Noto Sans SC";
	margin-top: 30px;
}
.xtyyjz_bt{
	line-height: 1.5;
	font-size: 26px;
	color: #111;
	font-weight: bold;
	color: #cb2127;
}
.xtyyjz_wz{
	height: auto;
	margin-top: 15px;
	line-height: 30px;
	font-size: 18px;
	color: #111;
	height: 150px;
}
/** ny_xtyyjz **/
/** nyabout **/
.nyabout{
	height: auto;
}
.nyabout_ry{
	height: auto;
}
.nyabout_ry ul{
	height: auto;
	text-align: center;
}
.nyabout_ry ul li{
	height: auto;
	display: inline-block;
	text-align: center;
	margin:0 10px;
}
.about_ryzj{
	height: auto;
	border:1px solid rgba(0,0,0,0.1);
	padding:20px 30px;
	border-radius: 15px;
}
.about_rytp{
	height: auto;
}
.about_rybt{
	line-height: 1.5;
	font-size: 16px;
	color: #333;
	margin-top: 15px;
}
.nyabout_box{
	height: auto;
	line-height: 1.8;
    font-size: 18px;
    color: #111;
    text-indent: 2em;
    font-family: "Noto Sans SC";
}
.nyabout_box p{
	margin-bottom: 30px;
}
/** nyabout **/
/** nycptx **/
.nycptx{
	background: #f8f8f8;
}
.nycptx_box{
	height: auto;
}
.nycptx_box ul{
	height: auto;
}
.nycptx_box ul li{
	height: auto;
}
.nycptx_bg{
	height: auto;
	background:#fff;
	padding:35px 35px;
	text-align: center;
}
.nycptx_tb{
	height: auto;
}
.nycptx_tb .iconfont{
	font-size: 56px;
	color: #cb2127;
}
.nycptx_xian{
	width: 80%;
	height: 1px;
	background:#ddd;
	margin-top: 10px;
}
.nycptx_bt{
	line-height: 1.5;
	font-size: 20px;
	color: #111;
	margin-top: 15px;
	font-family: "Noto Sans SC";
	font-weight: bold;
}
.nycptx_wz{
	height: auto;
	margin-top: 15px;
	line-height: 1.6;
	font-size: 15px;
	color: #999;
}
/** nycptx **/
/** ny_rongyu **/
.ny_rongyu{
	height: auto;
	background:url(../images/ny_rongyu.jpg) center center no-repeat fixed;
	background-size: cover;
}
.rongyu_box{
	height: auto;
	text-align: center;
}
/** ny_rongyu **/
/** ny_zuzhi **/
.ny_zuzhi{
	height: auto;
}
.zuzhi_box{
	height: auto;
	text-align: center;
}
/** ny_zuzhi **/
/** ny_fwtd **/
.ny_fwtd{
	height: auto;
	background: url(../images/ny_fwtd.jpg) center center no-repeat;
	background-size: cover;
}
.ny_fwtdbox{
	height: auto;
}
.ny_fwtdbox ul{
	height: auto;
}
.ny_fwtdbox ul li{
	height: auto;
}
.fwtdbox_bg{
	height: auto;
	text-align: center;
	background:#fff;
	padding:50px 30px;
	border-radius: 15px;
	font-family: "Noto Sans SC";
}
.fwtdbox_tb{
	width: 100px;
	height: 100px;
	line-height: 100px;
	background:#cb2127;
	text-align: center;
	border-radius: 100%;
}
.fwtdbox_tb .iconfont{
	font-size: 56px;
	color: #fff;
}
.fwtdbox_bt{
	line-height: 1.5;
	margin-top: 20px;
	color: #cb2127;
	font-size: 28px;
	font-weight: bold;
}
.fwtdbox_wz{
	height: 112px;
	margin-top: 10px;
	line-height: 28px;
	font-size: 17px;
	color: #333;
}
/** ny_fwtd **/
/** pro **/
.nycp_fl{
	height: auto;
}
.nycp_fl ul{
	height: auto;
	text-align: center;
}
.nycp_fl ul li{
	display: inline-block;
	margin:0 5px 15px;
}
.nycp_fl ul li a{
	display: block;
	background: rgba(0,0,0,0.1);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#19000000,endColorstr=#19000000);
	padding:10px 50px;
	line-height: 35px;
	font-size: 18px;
	color: #111;
}
.nycp_fl ul li a:hover{
	background: #cb2127;
	color: #fff;
}
#nocpfl_on a{
	background: #cb2127;
	color: #fff;
}
/** pro **/
/** page **/
.page{
	height: auto;
	padding-top: 15px;
}
.page ul{
	height: auto;
	text-align: center;
}
.page ul li{
	display: inline-block;
	margin:0 3px;
}
.page ul li a{
	background: #fff;
	font-size: 15px;
	padding:8px 18px;
	color: #333;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
}
.page ul li a:hover{
	background: #cb2127;
	color: #fff;
}
#page_on a{
	background: #cb2127;
	color: #fff;
}
/** page **/
/** ny_mbxdh **/
.ny_mbxdh{
	height:auto;
	line-height: 60px;
	border-bottom: 1px solid #eee;
	color: #999;
}
.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: #cb2127;
}
.mbxdh_home a:hover{
	color: #cb2127;
}
.mbxdh_dh{
	width: calc(100% - 62px);
	height: auto;
	float: left;
	padding-left: 20px;
	font-size: 14px;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.mbxdh_dh a{
	color: #111;
}
.mbxdh_dh i{
	margin:0 10px;
	color: #999;
}
.mbxdh_dh a:hover{
	color: #cb2127;
}
/** ny_mbxdh **/
/** nydot **/
.nydot{
	height: auto;
}
.dottop{
	height: auto;
}
.nydot_left{
	height: auto;
}
.nydot_tp{
	height: auto;
	border:1px solid rgba(0,0,0,0.1);
	text-align: center;
}
.nydot_right{
	height: auto;
	padding-left: 50px;
}
.nydot_bt{
	line-height: 1.5;
	font-size: 36px;
	color: #111;
	font-family: "Noto Sans SC";
	font-weight: bold;
}
.nydot_wz{
	height: auto;
	margin-top: 15px;
	line-height: 1.8;
	font-size: 18px;
	color: #333;
}
.nydot_xfl{
	height: auto;

}
.nydot_xfl ul{
	height: auto;
}
.nydot_xfl ul li{
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
	background: #cb2127;
	color: #fff;
	font-size: 15px;
	padding:8px 20px;
}


.dotconr{
	height: auto;
	padding:0 15px;
}
.dotconr_bt{
	line-height: 1.5;
	font-size: 30px;
	color: #cb2127;
	font-family: "Noto Sans SC";
	font-weight: bold;
	border-bottom: 2px solid #ddd;
	padding-bottom: 10px;
	position: relative;
}
.dotconr_bt:before{
	content: "";
	width: 150px;
	height: 3px;
	position: absolute;
	left:0;
	bottom: -2px;
	background: #cb2127;
}
.dotconr_nr{
	height: auto;
	line-height: 30px;
    font-size: 17px;
    color: #111;
}
.dotconr_nr p, .dotconr_nr div {
    text-indent: 2em;
    margin-bottom: 30px;
}
.dotconr_nr img{
	max-width: 100%;
    height: auto !important;
    display: table-cell;
    vertical-align: middle;
    margin:30px auto;
}

.spxp_fh{
	height: auto;
	margin-top: 80px;
	border: solid 1px rgba(0,0,0,0.1);
	padding:20px 30px;
}
.spxp_fh01{
	height: auto;
}
.spxp_fh01 p{
	line-height: 35px;
	font-size: 17px;
	color: #999;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.spxp_fh01 p a{
	color: #111;
}
.spxp_fh01 p a:hover{
	color: #cb2127;
}
.spxp_fh02{
	height: auto;
	margin-top: 10px;
}
.spxp_fh02 a{
	width: 100%;
	display: block;
	text-align: center;
	line-height: 50px;
	background: #cb2127;
	font-size: 18px;
	color: #fff;
	border-radius: 50px;
	float: right;
}
.spxp_fh02 a i{
	margin-left: 10px;
}
.spxp_fh02 a:hover{
	background: #fdec2b;
	color: #111;
}
/** nydot **/
/** ny_xq **/
.ny_xq{
	height: auto;
}
.ny_xqbt{
	line-height: 1.3;
    font-size: 42px;
    color: #111;
    font-weight: bold;
    text-align: center;
    font-family: "Noto Sans SC";
}
.ny_xqbt1{
	line-height: 1.5;
    font-size: 18px;
    color: #999;
    text-align: center;
    margin-top: 15px;
}
.ny_xqbox{
	height: auto;
	line-height: 1.8;
    font-size: 18px;
    color: #111;
    text-indent: 2em;
}
.ny_xqbox p, .ny_xqbox div {
    text-indent: 2em;
    margin-bottom: 30px;
}
.ny_xqbox img{
	max-width: 100%;
    height: auto !important;
    display: table-cell;
    vertical-align: middle;
    margin:30px auto;
}
/** ny_xq **/
.nycp{
	height: auto;
}
/** inner **/
/* 大屏幕 */
@media (min-width: 1500px) {
	.container{
		width: 1420px;
	}
}
@media (min-width: 1200px) and (max-width:1499px) {
	.container{
		width: 80%;
	}
	.cp_bt{
		font-size: 16px;
	}
	.jjfn_bg{
		padding:20px 20px;
	}
	.jjfn_bt{
		font-size: 16px;
	}
	.glxtys_zj{
		padding:60px 60px 100px;
	}
	.glxtys_wz{
		font-size: 18px;
	}
	.glxtgn_nr{
		padding:0 15px;
	}
	.glxtgn_bt{
		font-size: 28px;
	}
	.xtyyjz_zj{
		padding:40px 40px;
	}
	.xtyyjz_bt{
		font-size: 24px;
		white-space:nowrap;
		overflow:hidden;
		-ms-text-overflow:ellipsis;
		-o-text-overflow:ellipsis;
		text-overflow:ellipsis;
	}
	.xtyyjz_wz{
		height: 180px;
		display: -webkit-box;
	    word-break: break-all;
	    -o-text-overflow: ellipsis;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 6;
	}
	.footer_menu ul li a{
		font-size: 15px;
	}
	.footer_lxbt{
		font-size: 17px;
	}
	.telnr_bt1{
		font-size: 28px;
	}
	.xinxi_nr p{
		font-size: 15px;
	}
	.footer02{
		font-size: 13px;
	}
	.footer_lx{
		padding-left: 0;
	}
	.about_ryzj{
		padding:20px 20px;
	}
	.about_rytp{
		width: 160px;
	}
	.nydot_right{
		padding-left: 30px;
	}
	.nydot_bt{
		font-size: 26px;
	}
	.nydot_xfl{
		margin-top: 20px;
	}
	.nydot_wz{
		font-size: 16px;
	}
	.dotconr_bt{
		font-size: 24px;
	}
	.dotconr_bt:before{
		width: 120px;
	}
	.dotconr_nr{
		font-size: 16px;
	}

}


@media (min-width: 1000px) and (max-width:1199px) {
	.container{
		width: 90%;
	}
	.logo img{
		height: 60px;
	}
	.menu ul li a{
		line-height: 80px;
		padding:0 15px;
	}
	.cp_bt{
		font-size: 16px;
	}
	.jjfn_bg{
		padding:20px 20px;
	}
	.jjfn_bt{
		font-size: 16px;
	}
	.glxtys_zj{
		padding: 40px 30px 80px;
	}
	.glxtys_wz{
		font-size: 18px;
	}
	.glxtgn_nr{
		padding:0 15px;
	}
	.glxtgn_bt{
		font-size: 24px;
	}
	.xtyyjz_zj{
		padding:40px 40px;
	}
	.xtyyjz_bt{
		font-size: 24px;
		white-space:nowrap;
		overflow:hidden;
		-ms-text-overflow:ellipsis;
		-o-text-overflow:ellipsis;
		text-overflow:ellipsis;
	}
	.xtyyjz_wz{
		height: 180px;
		display: -webkit-box;
	    word-break: break-all;
	    -o-text-overflow: ellipsis;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 6;
	}
	.footer_menu ul li a{
		font-size: 15px;
	}
	.footer_lxbt{
		font-size: 17px;
	}
	.telnr_bt1{
		font-size: 28px;
	}
	.xinxi_nr p{
		font-size: 15px;
	}
	.footer02{
		font-size: 13px;
	}
	.footer_lx{
		padding-left: 30px;
	}
	.about_ryzj{
		padding:20px 20px;
	}
	.about_rytp{
		width: 110px;
	}
	.nydot_right{
		padding-left: 30px;
	}
	.nydot_bt{
		font-size: 26px;
	}
	.nydot_xfl{
		margin-top: 20px;
	}
	.nydot_wz{
		font-size: 16px;
	}
	.dotconr_bt{
		font-size: 24px;
	}
	.dotconr_bt:before{
		width: 120px;
	}
	.dotconr_nr{
		font-size: 16px;
	}
	.sybt01{
		font-size: 36px;
	}
	.syab_bg{
		padding: 50px 30px 10px;
	}
	.syab_ry ul li{
		margin-bottom: 30px;
	}
	.fwtx_num01 span{
		font-size: 42px;
	}
	.fwtx_gsmc{
		line-height: 28px;
    	font-size: 16px;
	}
	.footer_menu{
		display: none;
	}
	.footer_info{
		width: 100%;
	}
	.footer_line{
		display: none;
	}
	.news_time01{
		font-size: 42px;
		line-height: 50px;
	}
	.news_time02{
		font-size: 16px;
	}
	.news_time{
		height: 132px;
	}
	.ny_tiaobt{
		font-size: 48px;
	}
	.ny_tiaobt1{
		font-size: 24px;
	}
	.nyxtjs_box{
		font-size: 17px;
	}
	.nyabout_box{
		font-size: 17px;
	}
	.nycptx_bg{
		padding:25px 25px;
	}
	.nycptx_bt{
		font-size: 18px;
	}
	.fwtdbox_bt{
		font-size: 24px;
	}
	.fwtdbox_wz{
		height: 125px;
		line-height: 25px;
    	font-size: 16px;
	}
	.nycp_fl ul li a{
		padding: 10px 40px;
	    line-height: 30px;
	    font-size: 16px;
	}
	.spxp_fh01 p{
		font-size: 16px;
	}
	.ny_xqbt{
		font-size: 36px;
	}
	.ny_xqbt1{
		font-size: 16px;
	}
	.ny_xqbox{
		font-size: 16px;
	}
	.ny_xqbox p, .ny_xqbox div{
		margin-bottom: 20px;
	}
	.spxp_fh02 a{
		font-size: 17px;
	}

}


@media (min-width: 769px) and (max-width:999px) {
	.container{
		width: 98%;
	}
	.logo img{
		height: 50px;
	}
	.menu{
		max-width: calc(100% - 200px);
	}
	.menu ul li{
		margin-left: 10px;
	}
	.menu ul li a{
		line-height: 70px;
		padding:0 12px;
		font-size: 17px;
	}
	.cp_bt{
		font-size: 14px;
	}
	.jjfn_bg{
		padding:20px 20px;
	}
	.jjfn_bt{
		font-size: 16px;
	}
	.glxtys_zj{
		padding: 40px 30px 80px;
	}
	.glxtys_wz{
		font-size: 15px;
	}
	.glxtgn_nr{
		padding:0 15px;
	}
	.glxtgn_bt{
		font-size: 22px;
	}
	.xtyyjz_zj{
		padding:40px 40px;
	}
	.xtyyjz_bt{
		font-size: 24px;
		white-space:nowrap;
		overflow:hidden;
		-ms-text-overflow:ellipsis;
		-o-text-overflow:ellipsis;
		text-overflow:ellipsis;
	}
	.xtyyjz_wz{
		height: 180px;
		display: -webkit-box;
	    word-break: break-all;
	    -o-text-overflow: ellipsis;
	    text-overflow: ellipsis;
	    overflow: hidden;
	    -webkit-box-orient: vertical;
	    -webkit-line-clamp: 6;
	    font-size: 16px;
	}
	.footer_menu ul li a{
		font-size: 15px;
	}
	.footer_lxbt{
		font-size: 17px;
	}
	.telnr_bt1{
		font-size: 28px;
	}
	.xinxi_nr p{
		font-size: 15px;
	}
	.footer02{
		font-size: 13px;
	}
	.footer_lx{
		padding-left: 30px;
	}
	.about_ryzj{
		padding:15px 15px;
	}
	.about_rytp{
		width: 90px;
	}
	.about_rybt{
		font-size: 14px;
	}
	.nyabout_ry ul li{
		margin:0 5px;
	}
	.nydot_right{
		padding-left: 30px;
	}
	.nydot_bt{
		font-size: 24px;
	}
	.nydot_xfl{
		margin-top: 20px;
	}
	.nydot_wz{
		font-size: 16px;
	}
	.dotconr_bt{
		font-size: 24px;
	}
	.dotconr_bt:before{
		width: 120px;
	}
	.dotconr_nr{
		font-size: 16px;
	}
	.sybt01{
		font-size: 30px;
	}
	.syab_bg{
		padding: 50px 30px 10px;
	}
	.syab_ry ul li{
		margin-bottom: 30px;
	}
	.fwtx_num01 span{
		font-size: 32px;
	}
	.fwtx_gsmc{
		line-height: 28px;
    	font-size: 15px;
	}
	.footer_menu{
		display: none;
	}
	.footer_info{
		width: 100%;
	}
	.footer_line{
		display: none;
	}
	.news_time01{
		font-size: 42px;
		line-height: 50px;
	}
	.news_time02{
		font-size: 16px;
	}
	.news_time{
		height: 132px;
	}
	.ny_tiaobt{
		font-size: 36px;
	}
	.ny_tiaobt1{
		font-size: 20px;
	}
	.nyxtjs_box{
		font-size: 16px;
	}
	.nyabout_box{
		font-size: 16px;
	}
	.nycptx_bg{
		padding:15px 15px;
	}
	.nycptx_bt{
		font-size: 18px;
	}
	.fwtdbox_bt{
		font-size: 24px;
	}
	.fwtdbox_wz{
		height: 125px;
		line-height: 25px;
    	font-size: 16px;
	}
	.nyabout_box p{
		margin-bottom: 20px;
	}
	.nycp_fl ul li a{
		padding: 10px 30px;
	    line-height: 28px;
	    font-size: 16px;
	}
	.spxp_fh01 p{
		font-size: 16px;
	}
	.ny_xqbt{
		font-size: 32px;
	}
	.ny_xqbt1{
		font-size: 16px;
	}
	.ny_xqbox{
		font-size: 16px;
	}
	.ny_xqbox p, .ny_xqbox div{
		margin-bottom: 20px;
	}
	.spxp_fh02 a{
		font-size: 17px;
	}
	.sybt02{
		font-size: 18px;
	}
	.sy_more{
		width: 260px;
	}
	.sy_more a{
		line-height: 50px;
	}
	.sy_more a span{
		font-size: 18px;
	}
	.sy_more a img{
		height: 18px;
	}
	.syab_box{
		width: 90%;
		font-size: 16px;
	}
	.syab_box p{
		margin-bottom: 20px;
	}
	.syfwtx_box{
		padding:50px 20px;
	}
	.fwtx_num01{
		font-size: 28px;
	}
	.fwtx_num02{
		font-size: 16px;
	}
	.fwtx_gs ul li{
		margin: 0 5px 10px;
	}
	.news ul li{
		width: 100%;
	}
	.glxtys_bt{
		font-size: 28px;
	}
	.glxtys_bt .iconfont{
		font-size: 28px;
	}
	.glxtys_bt1{
		font-size: 20px;
		margin-top: 10px;
	}
	.glxtgn_wz{
		line-height: 28px;
    font-size: 16px;
	}
	.glxtgn_wz span{
		margin-right: 6px;
	}
	.news_bt{
		font-size: 20px;
	}
	.nycptx_box ul li{
		padding:0 8px;
	}
	.nycptx_wz{
		font-size: 14px;
	}
	.nycptx_tb .iconfont{
		font-size: 42px;
	}
	.fwtdbox_bg{
		padding:40px 20px;
	}
	.ny_fwtdbox ul li{
		padding:0 10px;
	}
	.dotconr_nr p, .dotconr_nr div{
		margin-bottom: 20px;
	}

}




/** 移动端 **/
.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{  border-bottom:1px dotted #e5e5e5;}
.navbar-nav li a{ color:#111;font-size: 15px;}
.navbar-nav li a i{
	float: right;
}
.navbar-nav li a:hover{ color:#cb2127;}
.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:#cb2127;}
.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;}
.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:#cb2127;
	}
	

.logo_boxlist img{
	height: 46px;
	margin-top: 2px;
}	
.banner{
	margin-top: 50px;
}	
.banner .swiper-button-prev, .banner .swiper-container-rtl .swiper-button-next{
	left:20px;
}	
.banner .swiper-button-next, .banner .swiper-container-rtl .swiper-button-prev{
	right: 20px;
}
.banner .swiper-button-next:after, .banner .swiper-button-prev:after{
	font-size: 32px;
}
.banner .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
}

.space{
	padding:40px 0;
}
.space1{
	padding:40px 0 25px;
}
.martop{
	margin-top: 25px;
}
.space_t{
	padding-top: 40px;
}

.sybt{
	padding:0 15px;
}
.sybt_line{
	width: 40px;
    height: 3px
}
.sybt01{
	font-size: 26px;
	margin-top: 5px;
}
.sybt02{
	font-size: 16px;
	margin-top: 8px;
}
.sycp_box ul{
	padding:0 8px;
}
.sycp_box ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.cp_bt{
	font-size: 14px;
	line-height: 25px;
	padding: 5px 10px;
}
.sycp .sycp_box ul li:nth-child( n + 3){
	display: none;
}
.sy_more{
	width: 200px;
}
.sy_more a{
	line-height: 45px;
}
.sy_more a span{
	font-size: 16px;
}
.sy_more a img{
	height: 18px;
	margin-left: 10px;
}
.syjjfn_box ul{
	padding:0 8px;
}
.syjjfn_box ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.jjfn_bg{
	padding: 15px 15px;
    border-radius: 10px;
}
.jjfn_bt{
	font-size: 15px;
	margin-top: 10px;
}
.syab_bg{
	width: 96%;
	padding: 40px 25px 15px;
    border-radius: 30px;
}
.syab_box{
	width: 100%;
	font-size: 15px;
}
.syab_box p{
	margin-bottom: 15px;
}
.syab_ry{
	width: 100%;
}
.syab_ry ul li{
	margin-bottom: 20px;
}
.syab{
	background: url(../images/syab1.jpg) top center no-repeat;
    background-size: cover;
}
.syfwtx_box{
	width: 96%;
	border-radius: 30px;
    padding: 40px 25px;
}
.fwtx_num01{
	font-size: 22px;
}
.fwtx_num01 span{
	font-size: 28px;
}
.fwtx_num02{
	font-size: 14px;
}
.fwtx_gs ul li{
	margin: 0 5px 10px;
}
.fwtx_gsmc span {
    font-size: 16px;
    margin-right: 8px;
}
.fwtx_gsmc{
	line-height: 25px;
    font-size: 14px;
    padding: 5px 15px;
}
.syppsl_box{
	padding:0 15px;
}
.footer01{
	padding:30px 0;
}
.footer_menu{
	padding-right: 15px;
}
.footer_menu ul li a{
	line-height: 35px;
    font-size: 15px;
}
.footer_info{
	margin-top: 15px;
}
.footer_line{
	width: 94%;
	height: 1px;
	left:3%;
	top:0;
}
.footer_dh{
	width: 100%;
	margin-top: 20px;
}
.footer_lxbt{
	line-height: 30px;
    font-size: 18px;
}
.footer_tel{
	margin-top: 15px;
    margin-bottom: 15px;
}
.teltb{
	width: 70px;
	height: 70px;
}
.teltb .iconfont {
    font-size: 40px;
    line-height: 70px;
}
.telnr{
	width: calc(100% - 85px);
}
.telnr_bt{
	font-size: 13px;
}
.telnr_bt1{
	line-height: 35px;
    font-size: 24px;
}
.footer_tel a:hover .telnr_bt1{
	color: #cb2127;
}
.footer_lx{
	width: 100%;
	padding-left: 0;
    margin-top: 0;
}
.xinxi_nr p{
	font-size: 15px;
}
.xinxi_tb .iconfont{
	font-size: 18px;
}
.xinxi_tb{
	width: 25px;
}
.footer_xinxi ul li{
	margin-bottom: 5px;
}
.footer02{
	padding:10px 15px;
	font-size: 13px;
}
.jszc{
	text-align: left;
}


/** phone_zx **/
#phone_zx{
	width:100%;
	height:auto;
	border-top: 1px solid rgb(255,255,255,0.3);
	position:fixed;
	bottom:0;
	left:0;
	z-index:999;
}
.zx1{
width:50%;
height:auto;
float:left;
background: #fff;
}
.zx1 ul{
height:auto;
}
.zx1 ul li{
width:50%;
height:auto;
float:left;
}
.zx1 ul li a{
display:block;
text-align:center;
padding:5% 0;
color:#000;
border-left:1px solid #ddd;
}

.zx_tb{
height:auto;
}
.zx_tb img{
max-width:100%;
height: 30px;
}
.zx_wz{
line-height:1.5;
font-size: 14px;
color:#000;
margin-top: 2px;
}

.zx2{
width:50%;
height:auto;
float:left;
}
.zx2 a{
display:block;
background: #cb2127;
color:#fff;
text-align:center;
    padding: 2.5% 0;
}
.zx2 a .zx_wz{
color:#fff;
}
/** phone_zx **/
.warp{
	padding-bottom: 62px;
}
.ny_banner{
	margin-top: 50px;
}
.nyxtjs_box{
	padding:0 15px;
}
.nyxtjs_box{
	font-size: 16px;
}
.nyxtjs_tp{
	width: 96%;
	border-radius: 30px;
	padding:20px;
}
.message ul li{
	margin-bottom: 15px;
}
.message ul li input{
	font-size: 15px;
	line-height: 50px;
    padding: 0 20px;
}
.message ul li .submit{
	height: 50px;
    line-height: 50px;
    font-size: 17px;
}
.ny_zxly{
	background: url(../images/ny_zxly1.jpg) center center no-repeat;
    background-size: cover;
}
.news ul li{
	margin-bottom: 15px;
}
.news_time01{
	font-size: 36px;
	line-height: 45px;
	margin-top: 15px;
}
.news_time02 {
    font-size: 14px;
    line-height: 25px;
}
.news_nr{
	padding: 10px 15px;
}
.news_bt{
	font-size: 18px;
}
.news_wz{
	height: 44px;
    font-size: 14px;
    line-height: 22px;
    margin-top: 5px;
}
.news_time{
	height: 100px;
}
.glxtys_box{
	padding:0 15px;
}
.glxtys_zj{
	padding: 30px 30px 50px;
}
.glxtys_l{
	padding:0;
}
.glxtys_r{
	padding:0;
	margin-top: 15px;
}
.glxtys_bt{
	font-size: 24px;
}
.glxtys_bt .iconfont{
	font-size: 24px;
}
.glxtys_bt1{
	font-size: 18px;
	margin-top: 10px;
}
.glxtys_wz{
	font-size: 15px;
	margin-top: 10px;
	height: 135px;
}
.glxtys_box .swiper-button-prev, .glxtys_box .swiper-container-rtl .swiper-button-next{
	left:0;
}
.glxtys_box .swiper-button-next, .glxtys_box .swiper-container-rtl .swiper-button-prev{
	right: 0;
}
.glxtys_box .swiper-button-next:after, .glxtys_box .swiper-button-prev:after{
	font-size: 32px;
}
.glxtys_box .swiper-container-horizontal>.swiper-pagination-bullets, .glxtys_box .swiper-pagination-custom, .glxtys_box .swiper-pagination-fraction {
    bottom: 40px;
}
.glxtys_box .swiper-pagination-bullet{
	width: 8px;
	height: 8px;
}

.glxtgn_nr{
	padding:0 15px;
}
.glxtgn_bt{
	font-size: 20px;
}
.glxtgn_wz{
	line-height: 25px;
    font-size: 15px;
    margin-top: 10px;
}
.glxtgn_wz p {
    margin-bottom: 5px;
}
.glxtgn_wz span{
	margin-right: 5px;
}
.glxtgn_tp{
	margin-top: 15px;
}
.glxtgn_tp img{
	border-radius: 15px;
}
.glxtgn_box ul li{
	margin-bottom: 25px;
    padding-bottom: 25px;
}
.ny_tiaobt{
	padding:0 15px;
	font-size: 30px;
}
.ny_tiaobt1{
	padding:0 15px;
	font-size: 20px;
}
.ny_tiao{
	background: url(../images/ny_tiao1.jpg) top center no-repeat;
    background-size: cover;
}
.xtyyjz_zj{
	padding:25px 25px;
	border-radius: 15px;
}
.xtyyjz_tp img{
	border-radius: 15px;
}
.xtyyjz_nr{
	margin-top: 20px;
}
.xtyyjz_bt{
	font-size: 18px;
}
.xtyyjz_wz{
	height: auto;
	margin-top: 8px;
    line-height: 26px;
    font-size: 15px;
}
.xtyyjz_box ul li{
	margin-bottom: 15px;
}

.nyabout_ry ul li{
	width: 46%;
	margin:0 2% 15px;
	float: left;
}
.about_ryzj{
	padding: 15px 20px;
}
.about_rybt{
	height: 45px;
}
.nyabout_box{
	padding:0 15px;
	font-size: 15px;
}
.nyabout_box p{
	margin-bottom: 15px;
}
.nycptx_box ul li{
	margin-bottom: 15px;
}
.nycptx_bg{
	padding:25px 25px;
}
.nycptx_tb .iconfont{
	font-size: 42px;
}
.nycptx_bt{
	font-size: 18px;
}
.nycptx_wz{
	margin-top: 10px;
	font-size: 14px;
}
.rongyu_box{
	padding:0 15px;
}
.ny_rongyu{
	background: url(../images/ny_rongyu1.jpg) center center no-repeat;
    background-size: cover;
}
.fwtdbox_bg{
	padding:30px 15px;
}
.fwtdbox_tb{
	width: 80px;
	height: 80px;
	line-height: 80px;
}
.fwtdbox_tb .iconfont{
	font-size: 46px;
}
.fwtdbox_bt{
	margin-top: 15px;
	font-size: 22px;
}
.fwtdbox_wz{
	height: auto;
    margin-top: 5px;
    line-height: 25px;
    font-size: 15px;
}
.ny_fwtdbox ul li{
	margin-bottom: 15px;
}
.nycp_fl ul li a{
	padding: 5px 25px;
    line-height: 30px;
    font-size: 15px;
}
.nycp_fl ul li{
	margin: 0 3px 8px;
}
.page ul li{
	margin: 0 3px 8px;
}
.page ul li a{
	font-size: 14px;
	padding: 5px 15px;
}

.nydot_right{
	padding-left: 15px;
	margin-top: 20px;
}
.nydot_bt{
	font-size: 20px;
}
.nydot_wz{
	margin-top: 10px;
	font-size: 15px;
}
.nydot_xfl ul li{
	margin-bottom: 8px;
	padding: 6px 15px;
	font-size: 15px;
}
.dotconr_bt{
	font-size: 20px;
}
.dotconr_bt:before{
	width: 100px;
    height: 2px;
}
.dotconr_nr{
	line-height: 28px;
    font-size: 15px;
}
.dotconr_nr p, .dotconr_nr div{
	margin-bottom: 15px;
}
.dotconr_nr img{
	margin: 15px auto;
}
.spxp_fh{
	width: 96%;
	margin-top: 40px;
	padding:15px 15px;
}
.spxp_fh01 p{
	line-height: 30px;
    font-size: 15px;
}
.spxp_fh02 a{
	line-height: 45px;
	font-size: 16px;
}
.ny_xq{
	padding-left: 15px;
	padding-right: 15px;
}
.ny_xqbt{
	font-size: 26px;
}
.ny_xqbt1{
	font-size: 14px;
	margin-top: 10px;
}
.ny_xqbox{
	font-size: 16px;
}
.ny_xqbox p, .ny_xqbox div{
	margin-bottom: 15px;
}

	
}
/** 移动端 **/
/** index **/


