@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;
}

.banner{
	height: 100vh;
	position: relative;
}
.banner_scroll{
	width: 40px;
	height: auto;
	position: absolute;
	left:50%;
	bottom: 30px;
	margin-left: -20px;
	z-index: 999;
}
.banner_scroll img{
	position:relative;
	-webkit-animation-name: pulsea;
	-moz-animation-name: pulsea;
	-ms-animation-name: pulsea;
	-o-animation-name: pulsea;
    animation-name: pulsea;
    -webkit-animation-duration: 1000ms;
	-moz-animation-duration: 1000ms;
	-ms-animation-duration: 1000ms;
	-o-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-ms-animation-timing-function: linear;
	-o-animation-timing-function: linear;
    animation-timing-function: linear;
}
@keyframes pulsea
{
0% {top:-16px;}
50% { top:-10px;}
100% { top:-16px;}
}

@-webkit-keyframes pulsea
{
0% {top:-16px;}
50% { top:-10px;}
100% { top:-16px;}
}
@-moz-keyframes pulsea
{
0% {top:-16px;}
50% { top:-10px;}
100% { top:-16px;}
}
@-ms-keyframes pulsea
{
0% {top:-16px;}
50% { top:-10px;}
100% { top:-16px;}
}
@-o-keyframes pulsea
{
0% {top:-16px;}
50% { top:-10px;}
100% { top:-16px;}
}

/** header **/
.header{
	width: 100%;
	height: auto;
	position: absolute;
	top:0;
	left:0;
	z-index: 999;
	padding:15px 0;
	background: rgba(255,255,255,0.6);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99ffffff,endColorstr=#99ffffff);
}
.logo{
	width: 320px;
	height: auto;
	float: left;
}
.logo1{
	display: none;
}
.logo2{
	display: block;
}
.menu{
	width: calc(100% - 320px);
	height: auto;
	float: right;
	position: relative;
}
.menu ul{
	height: auto;
	float: right;
}
.menu ul li{
	height: auto;
	float: left;
	margin-left: 50px;
}
.menu ul li a{
	display: block;
	line-height: 78px;
	font-size: 15px;
	color: #111;
}
.menu ul li a:hover{
	color: #ffb000;
}
#menu_on a{
	color: #ffb000;
}

.menu_dh{
	position: absolute;
	top:-10px;
	right: 0;
	line-height: 30px;
}
.menu_dh .iconfont{
	font-size: 24px;
	margin-right: 5px;
	color: #ffb000;
}
.menu_dh .menu_dhhm{
	font-size: 18px;
	color: #ffb000;
	font-weight: bold;
}

.header1{
	width: 100%;
	position:fixed; 
	background:#fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-bottom: 1px solid #eee;
}
.header1 .logo1{
	display: none;
}
.header1 .logo2{
	display: block;
}
.header1 .menu ul li a{
	color: #111;
}
.header1 .menu ul li a:hover{
	color: #2b5b9d;
}
.header1 #menu_on a{
	color: #2b5b9d;
}
/** header **/
/** ab **/
.ab{
	height: auto;
	padding:80px 0;
}
.ab_tp{
	height: auto;
	padding-right: 50px;
}
.ab_img{
	height: 600px;
	background: url(../images/ab_img.jpg) center center no-repeat;
	background-size: cover;
}
.ab_nr{
	height: auto;
}
.ab_top{
	height: auto;
}
.ab_top1{
	width: 170px;
	height: auto;
	float: left;
	background: #2b5b9d;
	padding:30px 15px;
	text-align: center;
	line-height: 80px;
	color: #fff;
	font-size: 120px;
	text-transform: uppercase;
	font-style: italic;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.ab_top2{
	width: calc(100% - 200px);
	height: auto;
	float: left;
	margin-left: 30px;
	margin-top: 12px;
}
.ab_ywbt{
	line-height: 45px;
	font-size: 30px;
	color: #999;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
.ab_zwbt{
	line-height: 60px;
	font-size: 48px;
	color: #111;
}
.ab_gsbt{
	line-height: 35px;
	font-size: 24px;
	color: #111;
	margin-top: 30px;
}
.ab_wz{
	height: 270px;
	margin-top: 20px;
	line-height: 30px;
	font-size: 15px;
	color: #666;
	overflow-y: auto;
	padding-right: 15px;
}
.ab_wz::selection {background: #ddd ; color: white ; text-shadow: none ; }
.ab_wz::-webkit-scrollbar-track-piece{width:10px;background-color:#ddd;}
.ab_wz::-webkit-scrollbar{width:3px;height:6px}
.ab_wz::-webkit-scrollbar-thumb{height:50px;background-color:rgba(43,91,157,1);}
.ab_wz::-webkit-scrollbar-thumb:hover{background:#ffb000}
.ab_wz p{
	margin-bottom: 15px;
}
.ab_more{
	margin-top: 30px;
}
.ab_more a{
	line-height: 30px;
	font-size: 15px;
	color: #999;
	text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
	position: relative;
}
.ab_more a i{
	margin-left: 10px;
}
.ab_more a:before{
	content: "";
	width: 100%;
	height: 1px;
	background: #ddd;
	position: absolute;
	bottom: -10px;
	left:0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.ab_more a:hover{
	color: #2b5b9d;
}
.ab_more a:hover:before{
	background: #2b5b9d;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ab_honor{
	height: auto;
	margin-top: 50px;
	position: relative;
}
.ab_ryzj{
	width: 100%;
	height: auto;
}
.ab_ryzj a{
	display: block;
	background: #f8f8f8;
    padding: 30px 30px;
}
.ab_ryzj a:hover{
	background: #2b5b9d;
}
.ab_ryzj a:hover .gszz_bt{
	color: #fff;
} 
.ab_ryzj a:hover .gszz_tp img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.ab_honor .swiper-button-next, .ab_honor .swiper-button-prev{
	width: 60px;
	height: 60px;
}
.ab_honor .swiper-button-prev, .ab_honor .swiper-container-rtl .swiper-button-next{
	left:-80px;
}
.ab_honor .swiper-button-next, .ab_honor .swiper-container-rtl .swiper-button-prev{
	right: -80px;
}
/** ab **/
/** pro_fl **/
.pro_fl{
	height: auto;
	padding:60px 0 0;
	background: url(../images/pro_fl.jpg) center center no-repeat fixed;
	background-size: cover;
}
.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: 18px;
	color: #888;
	margin-top: 5px;
}
.sybt_line1{
	width: 77px;
	height: 3px;
	background: url(../images/sybt_line1.png) center center no-repeat;
	margin-top: 10px;
}
/**
.pro_fl .sybt_line{
	background: url(../images/sybt_linea.png) center center no-repeat;
}
.pro_fl .sybt_bt{
	color: #fff;
}
.pro_fl .sybt_bt span:before{
	background: rgba(255,255,255,0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff);
}
.pro_fl .sybt_bt span:after{
	background: rgba(255,255,255,0.2);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33ffffff,endColorstr=#33ffffff);
}
.pro_fl .sybt_bt1{
	color: #ccc;
}
.pro_fl .sybt_line1{
	background: url(../images/sybt_line1a.png) center center no-repeat;
}
**/
.fl_box{
	height: auto;
	margin-top: 35px;
}
.fl_zj{
	width: 100%;
	height: auto;
}
.fl_zj a{
	display: block;
	padding:20px 10px;
	background: #fff;
}
.fl_tp{
	height: auto;
	position: relative;
    overflow: hidden;
}
.fl_tp img{
	-webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.fl_bt{
	height: auto;
	padding:15px 15px;
	background: #fff;
	text-align: center;
}
.fl_bt01{
	line-height: 40px;
	font-size: 36px;
	color: #2b5b9d;
	font-style: italic;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
.fl_bt02{
	line-height: 30px;
	font-size: 18px;
	color: #111;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.fl_zj a:hover .fl_tp img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.fl_zj a:hover .fl_bt{
	background: #2b5b9d;
}
.fl_zj a:hover .fl_bt01{
	color: #ffb000;
}
.fl_zj a:hover .fl_bt02{
	color: #fff;
}

.fl_box .swiper-slide:nth-child(even) .fl_zj a{
	background: #2b5b9d;
}

.zx_cpfl{
	height: auto;
	margin-top: 35px;
	background: #fff;
	padding:50px 50px;
}
.zx_cpfl ul{
	height: auto;
	padding-bottom: 15px;
}
.zx_cpfl ul li{
	height: auto;
	margin-bottom: 30px;
}
.zx_cpfl ul li a{
	display: block;
	border:1px solid #ddd;
	padding:10px;
}
.zx_cpfl_tp{
	height: auto;
	position: relative;
	overflow: hidden;
}
.zx_cpfl_tp img{
	-webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.zx_cpfl_bt{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left:0;
	background: rgba(0,0,0,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
	color: #fff;
	padding:5px 10px;
	line-height: 28px;
	font-size: 15px;
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.zx_cpfl ul li a:hover .zx_cpfl_tp img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.zx_cpfl ul li a:hover .zx_cpfl_bt{
	background: rgba(43,91,157,0.8);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C82b5b9d,endColorstr=#C82b5b9d);
}
/** pro_fl **/
/** cp **/
.cp{
	height: auto;
	padding:70px 0;
}
.cp_tj{
	height: auto;
	margin-top: 35px;
	padding-bottom: 15px;
}
.cp_tj1{
	height: auto;
}
.cp_tj2{
	height: auto;
}
.cp_tj3{
	height: auto;
}
.cplb{
	height: auto;
}
.cplb ul{
	height: auto;
}
.cplb ul li{
	height: auto;
	margin-bottom: 30px;
}
.cplb ul li a{
	display: block;
}
.cplb_tp{
	height: auto;
	position: relative;
}
.cplb_bt{
	width: 100%;
	height: auto;
	position: absolute;
	bottom: 0;
	left:0;
	padding:0px 15px;
	height: 65px;
	line-height: 65px;
	color: #fff;
	font-size: 16px;
	background: url(../images/jbbg.png);
	text-align: center;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.cplb_bt .iconfont{
	margin-left:8px;
	font-size: 18px;
	color: #ffb000;
	vertical-align: middle;
}
.cplb_bg{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
	position: absolute;
	top:0;
	left:0;
	text-align: center;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.cplb_tb .iconfont{
	color: #ffb000;
	font-size: 48px;
}
.cplb_bt1{
	width: 100%;
	line-height: 30px;
	font-size: 20px;
	color: #fff;
	padding:0 15px;
}
.cplb ul li a:hover .cplb_bt{
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.cplb ul li a:hover .cplb_bg{
	opacity: 1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}
.sy_more{
	width:300px;
	height: auto;
}
.sy_more a{
	display: block;
	border:1px solid #eee;
	text-align: center;
	line-height:50px;
	font-size: 16px;
	color: #111;
	position: relative;
}
.sy_more a:before{
	content: "";
	width: 50%;
	height: 1px;
	background: #eee;
	position: absolute;
	top: 50%;
	left:-35%;
}
.sy_more a:after{
	content: "";
	width: 50%;
	height: 1px;
	background: #eee;
	position: absolute;
	top: 50%;
	right:-35%;
}
.sy_more a .iconfont{
	margin-left: 10px;
}
.sy_more a:hover{
	background: #2b5b9d;
	color: #fff;
}
.sy_more a:hover:before{
	background: #2b5b9d;
}
.sy_more a:hover:after{
	background: #2b5b9d;
}
/** cp **/
/** tiao **/
.tiao{
	height: auto;
	padding:50px 0;
	background: url(../images/tiao.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
}
.tiao_bt{
	line-height: 40px;
	font-size: 36px;
	color: #fff;
}
.tiao_wz{
	height: auto;
	margin-top: 20px;
	line-height: 30px;
	font-size: 20px;
	color: #fff;
}
/** tiao **/
/** case **/
.case{
	height: auto;
	padding:60px 0;
}
.case_lb{
	height: auto;
	margin-top: 35px;
	padding-bottom: 15px;
}
.case_lb ul{
	height: auto;
}
.case_lb ul li{
	height: auto;
	margin-bottom: 30px;
}
.case_lb ul li a{
	display: block;
	padding:30px 30px;
	border:1px solid #eee;
}
.case_img{
	height: auto;
	position: relative;
    overflow: hidden;
}
.case_img img{
	-webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.case_bt{
	height: auto;
	line-height: 30px;
	margin-top: 15px;
}
.case_bt1{
	padding-left: 0;
	font-size: 16px;
	color: #111;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.case_bt2{
	padding-right: 0;
	text-align: right;
}

.case_wzjs{
	height: auto;
	line-height: 25px;
	font-size: 15px;
	color: #999;
	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: 5px;
}

.case_lb ul li a:hover .case_img img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.case_lb ul li a:hover{
	background: #2b5b9d;
}
.case_lb ul li a:hover .case_bt1{
	color: #fff;
}
.case_lb ul li a:hover .case_bt2{
	color: #fff;
}
.case_lb ul li a:hover .case_wzjs{
	color: #fff;
}
/** case **/
/** news **/
.news{
	height: auto;
	padding:60px 0;
	background: #f8f8f8;
}
.news_box{
	height: auto;
	margin-top: 35px;
	padding-bottom: 15px;
}
.news_box1{
	height: auto;
}
.news_box1 a{
	display: block;
	background: #fff;
	padding:50px 50px;
}
.news_tm{
	line-height: 40px;
	font-size: 30px;
	color: #999;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}
.news_bt{
	line-height: 35px;
	font-size: 20px;
	color: #111;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
	margin-top: 5px;
}
.news_wz{
	height: auto;
	line-height: 25px;
	font-size: 15px;
	color: #999;
	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: 15px;
    padding-left: 30px;
    position: relative;
}
.news_wz:before{
	content: "";
	width: 2px;
	height: 100%;
	background: #aaa;
	position: absolute;
	top:0;
	left:0;
}
.news_tp{
	height: 360px;
	margin-top: 30px;
}
.news_box1 a:hover .news_bt{
	color: #2b5b9d;
}
.news_box2{
	height: auto;
}
.news_lb{
	height: auto;
}
.news_lb ul{
	height: auto;
}
.news_lb ul li{
	height: auto;
	margin-bottom: 30px;
}
.news_lb ul li a{
	display: block;
	background: #fff;
	padding:30px 30px;
}
.news_lbbt{
	line-height: 35px;
	font-size: 20px;
	color: #111;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.news_lbwz{
	height: auto;
	line-height: 25px;
	font-size: 15px;
	color: #999;
	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_rq{
	height: auto;
	margin-top: 10px;
	line-height: 25px;
	font-size: 14px;
	color: #999;
}
.news_rq01{
	padding-left: 0;
}
.news_rq01 .iconfont{
	font-size: 20px;
	margin-right: 8px;
	vertical-align: middle;
}
.news_rq02{
	padding-right: 0;
	text-align: right;
}
.news_rq02 .iconfont{
	margin-left: 5px;
	vertical-align: middle;
}
.news_lb ul li a:hover{
	background: #2b5b9d;
}
.news_lb ul li a:hover .news_lbbt{
	color: #fff;
}
.news_lb ul li a:hover .news_lbwz{
	color: #fff;
}
.news_lb ul li a:hover .news_rq{
	color: #fff;
}
.news_lb ul li:nth-child(even) a:hover{
	background: #ffb000;
}
/** news **/
/** sy_sercive **/
.sy_sercive{
	height: auto;
	padding: 60px 0;
	background: #2b5b9d;
}
.sercive_nr{
	height: auto;
}
.sercive_bt{
	line-height:40px;
    font-size: 30px;
    color: #fff;
    border-bottom: 1px solid #17498d;
    padding-bottom: 10px;
    margin-top: 50px;
}
.sercive_wz{
	height: auto;
	margin-top: 20px;
	line-height: 30px;
	font-size: 17px;
	color: #fff;
}
.sercive_tp{
	height: auto;
	padding-left: 80px;
}
.sercive_img{
	height: 300px;
	background: url(../images/sercive_img.jpg) center center no-repeat;
	background-size: cover;
}
/** sy_sercive **/
/** link **/
.link{
	height: auto;
	padding:35px 0;
}
.link_bt{
	line-height: 30px;
    font-size: 26px;
    color: #111;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    position: relative;
}
.link_bt:before{
	content: "";
	width: 110px;
    height: 2px;
    background: #da251d;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.link_bt span{
	margin-left: 10px;
	font-size: 18px;
	color: #999;
}
/** demo **/
.demo {
	width: 100%;
	position: relative;
}
.tabbtn {
	height: auto;
}
.tabbtn li {
	position: relative;
	display: inline-block;
}
.tabbtn li a {
	display: block;
	height: auto;
	text-align: center;
	cursor: pointer;
}
.tabbtn li.current {
}
.tabbtn li.current a {
}
.tabcon {
	position: relative;
	height: auto;
	overflow: hidden;
}
.tabcon .subbox {
	position: absolute;
	left: 0;
	top: 0;
}
.tabcon .sublist {
	height: auto;
}
/** demo **/
.link_con{
	height: auto;
	margin-top: 15px;
}
.link_con ul{
	height: auto;
}
.link_con ul li{
	height: auto;
	float: left;
	margin-right: 15px;
	line-height: 28px;
	font-size: 13px;
	color: #dad5d5;
}
.link_con ul li a{
	line-height: 28px;
    font-size: 14px;
	color: #888;
}
.link_con ul li a:hover{
	color: #0c438c;
}

.link .tabbtn{
	border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
.link .tabbtn li{
	margin-right: 30px;
	position: relative;
}
.link .tabbtn li a{
	display: block;
	line-height: 35px;
    font-size: 22px;
    color: #111;
}
.link .tabbtn li a em{
	position: absolute;
    left: 100%;
    bottom: -6px;
    margin: 0 -50%;
    transform: translate(-50%);
}
.link .tabbtn li a:hover{
	color: #0c438c;
}
.link .tabbtn li a:hover em{
	animation: test 0.4s ease;
    border: 1px solid #0c438c;
    width: 100%; 
}
@keyframes test {
    from{
        width: 0;
    }

    to{
        width: 100%;
     }
}
.link .tabbtn li.current a{
	color: #2b5b9d;
}
.link .tabbtn li.current a em{
	animation: test 0.4s ease;
    border: 1px solid #2b5b9d;
    width: 100%; 
}
.link_more{
	float: right;
}
.link_more a{
	font-size: 14px;
	line-height: 35px;
}
.link_more a img{
	margin-left: 5px;
}
.link_more a:hover{
	color: #2b5b9d;
}
/** link **/
/** footer **/
.footer{
	height: auto;
}
.footer1{
	height: auto;
	padding:30px 0;
	background: #303030;
}
.foot_dh{
	height: auto;
}
.foot_dh ul{
	height: auto;
}
.foot_dh ul li{
	height: auto;
}
.foot_dh ul li:nth-child(2){
	padding-left: 80px;
}
.foot_dh ul li:nth-child(3){
	padding-left: 80px;
}
.foot_dhtm{
	line-height: 35px;
	font-size: 20px;
	color: #bebebe;
	border-bottom: solid 1px rgba(255,255,255,0.2);
	border-bottom: 1px solid #666;
	padding-bottom: 10px;
	position: relative;
}
.foot_dhtm:before{
	content: "";
	width: 65px;
	height: 1px;
	background: #666;
	position: absolute;
	bottom: 0px;
	left:0;
}
.foot_dhcd{
	height: auto;
	margin-top: 15px;
}
.foot_dhcd p{
	padding-left: 0;
}
.foot_dhcd p a{
	line-height: 30px;
	font-size: 15px;
	color: #bebebe;
}
.foot_dhcd p a:hover{
	color: #ffb000;
}
.foot_lxfs{
	height: auto;
	margin-top: 15px;
	line-height:42px;
	font-size: 15px;
    color: #bebebe;
}
.foot_lxfs p{
	margin-bottom: 10px;
}
.foot_lxfs .iconfont{
	font-size: 24px;
	margin-right: 10px;
	vertical-align: middle;
	border:1px solid #666;
	border-radius: 100%;
	padding:8px;
}
.foot_lxfs a{
	color: #bebebe;
}
.foot_lxfs a:hover{
	color: #ffb000;
}
.foot_lxdz{
	line-height: auto;
}
.foot_lxtb{
	float: left;
}
.foot_lxdz1{
	width: calc(100% - 52px);
	height: auto;
	float: left;
	line-height: 25px;
}
.footer2{
	height: auto;
	border-top: 1px solid #666;
	padding:15px 0;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	color: #888;
}
.footer2 a{
	color: #888;
}
.footer2 a:hover{
	color: #2b5b9d;
}
/** footer **/
/** ny_banner **/
.ny_banner{
	height: auto;
	position: relative;
}
.ny_bank{
	width: 80%;
	height: auto;
	position: absolute;
	top:50%;
	left:10%;
	margin-top: -56px;
	text-align: center;
}
.ny_bank01{
	line-height: 60px;
	font-size: 48px;
	color: #111;
}
.ny_bank02{
	line-height: 30px;
	font-size: 24px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin-top: 10px;
}
.ny_bankxian{
	width: 50px;
	height: 2px;
	background: #ffb000;
	margin-top: 15px;
}

/** mbxdh **/
.mbxdh{
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 999;
	background: rgba(0,0,0,0.5);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000,endColorstr=#7F000000);
	left:0;
	bottom: 0;
}
.nyfl_mbx{
	height: auto;
	line-height: 40px;
	padding:0 15px;
}
.nyfl_mbx img{
	vertical-align: middle;
    margin: -2px 4px 0 0;
    height: 13px;
}
.nyfl_mbx a{
	color: #fff;
}
.nyfl_mbx span{margin: 0 9px;color: #b8b8b8;}
.nyfl_mbx a:hover{
	color: #ffb000;
}
/** mbxdh **/
/** ny_banner **/
/** inner **/
.inner{
	height: auto;
	padding:60px 0;
}
.inner_fl{
	height: auto;
}
.inner_fl ul{
	height: auto;
	text-align: center;
}
.inner_fl ul li{
	display: inline-block;
	margin:0 5px 10px;
}
.inner_fl ul li a{
	display: block;
	line-height: 35px;
	font-size: 18px;
	background: #2b5b9d;
	color: #fff;
	padding:5px 45px;
	border-radius: 10px;
}
.inner_fl ul li a:hover{
	background: #ffb000;
}
#ny_flon a{
	background: #ffb000;
}

/** inner_ab **/
.inner_ab{
	height: auto;
	background: #f5f5f7;
	margin-top: 35px;
	padding:50px 50px;
}
.inner_ab1{
	height:545px;
	background: url(../images/inner_ab1.jpg) center center no-repeat;
	background-size: cover;
}
.inner_ab2{
	height: auto;
	background: #fff;
	padding:50px 50px;
}
.nyab_bt{
	line-height: 35px;
    font-size: 24px;
    color: #2c5c9d;
}
.nyab_nr{
	height: auto;
	margin-top: 20px;
    line-height: 30px;
    font-size: 15px;
    color: #333;
    text-indent: 2em;
}
.nyab_nr p{
	margin-bottom: 15px;
}
.inner_ab3{
	height: auto;
	margin-top: 50px;
}
.nyab_nr img{
	max-width: 100%;
    height: auto !important;
    display: table-cell;
    vertical-align: middle;
}
.inner_ys{
	height: auto;
	margin-top: 50px;
}
.inner_ys ul{
	height: auto;
}
.inner_ys ul li{
	height: auto;
	margin-bottom: 30px;
}
.nyys_k{
	height: auto;
	padding:50px 50px;
	background: #2b5b9d;
}
.inner_ys ul li:nth-child(2) .nyys_k{
	background: #ffb000;
}
.inner_ys ul li:nth-child(3) .nyys_k{
	background: #ffb000;
}
.nyys_bt{
	line-height: 35px;
	font-size: 20px;
	color: #fff;
	text-align: center;
	font-weight: bold;
}
.nyys_bt1{
	line-height: 25px;
	font-size: 16px;
	color: #eee;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: capitalize;
}
.nyys_wz{
	height: 180px;
	margin-top: 15px;
	line-height: 30px;
    font-size: 15px;
    color: #eee;
    overflow-y: auto;
    padding-right: 15px;
}
.nyys_wz::selection {background: #ddd ; color: white ; text-shadow: none ; }
.nyys_wz::-webkit-scrollbar-track-piece{width:10px;background-color:#ddd;}
.nyys_wz::-webkit-scrollbar{width:3px;height:6px}
.nyys_wz::-webkit-scrollbar-thumb{height:50px;background-color:rgba(43,91,157,1);}
.nyys_wz::-webkit-scrollbar-thumb:hover{background:#ffb000}
/** inner_ab **/
/** ny_gszz **/
.ny_gszz{
	height: auto;
	margin-top: 35px;
	padding-bottom: 15px;
}
.ny_gszz ul{
	height: auto;
}
.ny_gszz ul li{
	height: auto;
	margin-bottom: 30px;
}
.ny_gszz ul li a{
	display: block;
	background: #f8f8f8;
	padding:30px 30px;
}
.gszz_tp{
	height: auto;
	position: relative;
    overflow: hidden;
}
.gszz_tp img{
	-webkit-transition: .5s; 
    -o-transition: .5s; 
    transition: .5s;
}
.gszz_bt{
	line-height: 30px;
	font-size: 16px;
	color: #111;
	text-align: center;
	margin-top: 10px;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.ny_gszz ul li a:hover{
	background: #2b5b9d;
}
.ny_gszz ul li a:hover .gszz_bt{
	color: #fff;
} 
.ny_gszz ul li a:hover .gszz_tp img{
	-webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
/** ny_gszz **/
/** 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: #2b5b9d;
}
#page_on a{
	color: #2b5b9d;
}
/** page **/
/** ny_cjsl **/
.ny_cjsl{
	height: auto;
	margin-top: 35px;
	padding-bottom: 15px;
}
.ny_cjsl ul{
	height: auto;
}
.ny_cjsl ul li{
	height: auto;
	margin-bottom: 30px;
}
.ny_cjsl ul li a{
	display: block;
}
.cjsl_tp{
	height: auto;
	border:1px solid #2b5b9d;
	padding:15px;
}
.cjsl_bt{
	background: #2b5b9d;
    color: #fff;
    text-align: center;
    padding:15px 15px;
}
.cjsl_bt01{
	line-height: 25px;
	font-size: 16px;
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.cjsl_line{
	width: 35px;
	height: 1px;
	background: #fff;
	margin-top: 5px;
}
.ny_cjsl ul li a:hover .cjsl_bt{
	background: #ffb000;
}
.ny_cjsl ul li a:hover .cjsl_tp{
	border:1px solid #ffb000;
}
/** ny_cjsl **/
.inner1 .inner_fl ul li a{
	padding: 5px 30px;
}
.inner1 .cplb{
	margin-top: 35px;
	padding-bottom: 15px;
}
.inner .case_lb{
	margin-top: 0;
}
.inner .news_lb{
	margin-top: 35px;
	padding-bottom: 15px;
}
.inner .news_lb ul li a{
	border: 1px solid #eee;
}
/** ny_zxly **/
.inner2{
	background: url(../images/lxwm.jpg) center center no-repeat;
}
.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: #2b5b9d;
    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: #2b5b9d;
    font-size: 18px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -khtml-border-radius: 6px;
    border-radius: 6px;
    border:none;
}
.tijiao input:hover{
	background: #ffb000;
}
/** ny_zxly **/
/** ny_lxwm **/
.ny_lxwm{
	height: 650px;
	position: relative;
}
.ny_lxbox{
	width: 500px;
	height: auto;
	background: #fff;
	position: absolute;
	top:50%;
	left:13%;
	margin-top: -236px;
	padding:50px 50px;
	box-shadow: 3px 3px 3px #ddd;
}
.ny_lxbox h2{
	line-height: 35px;
	font-size: 24px;
	color: #111;
	margin-bottom: 15px;
}
.ny_lxbox p{
	line-height: 28px;
	font-size: 16px;
	color: #111;
	border-bottom: 1px solid #eee;
	padding:15px 0;
}
/** ny_lxwm **/
/** dot_div **/
.dot_div{
	height: auto;
	border:1px solid #eee;
	box-shadow: 5px 5px 5px #ddd;
	padding:50px 80px;
}
.dot_title{
	line-height: 35px;
	font-size: 30px;
	color: #111;
	text-align: center;
}
.dot_title1{
	line-height: 25px;
	font-size: 15px;
	color: #666;
	margin-top: 10px;
	text-align: center;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}
.dot_box{
	height: auto;
	margin-top: 35px;
	line-height: 30px;
	font-size: 16px;
	color: #111;
	text-indent: 2em;
}
.dot_box p{
	margin-bottom: 15px;
}
.dot_box img{
	max-width: 100%;
    height: auto !important;
    display: table-cell;
    vertical-align: middle;
}
.spxp{
	height: auto;
	margin-top: 45px;
	line-height: 30px;
	font-size: 15px;
}
.spxp01{
	padding-left: 0;
}
.spxp02{
	padding-right: 0;
}
.spxp p{
	white-space:nowrap;
	overflow:hidden;
	-ms-text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	text-overflow:ellipsis;
}
.spxp p a{
	color: #666;
}
.spxp p a:hover{
	color: #2b5b9d;
}
.fanhui{
	height: auto;
	margin-top: 35px;
}
.fanhui a{
	display: block;
	width: 300px;
    height: 50px;
    line-height: 50px;
    color: white;
    background: #2b5b9d;
    font-size: 18px;
    border-radius: 6px;
    text-align: center;
}
.fanhui a:hover{
	background: #ffb000;
}
/** dot_div **/
/** dotcp **/
.dotcp{
	height: auto;
}
.dotcp_bt{
	line-height: 50px;
    font-size: 36px;
    color: #111;
    text-align: center;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 15px;
}
.dotcp_lb{
	height: auto;
	margin-top: 35px;
}
.dotcp_lbtp{
	width: 100%;
	height: auto;
	border:1px solid #eee;
	padding:15px 15px;
}

.dotcp_xq{
	height: auto;
	margin-top: 50px;
	line-height: 30px;
	font-size: 16px;
	color: #111;
	text-indent: 2em;
}
.dotcp_xq p{
	margin-bottom: 15px;
}
.dotcp_xq img{
	max-width: 100%;
    height: auto !important;
    display: table-cell;
    vertical-align: middle;
}
/** dotcp **/
/** ny_wzdp **/
.ny_wzdt{
	height: auto;
}
.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: 5px;
	font-size: 43px;
	vertical-align: middle;
}
.wzdt_bt a:hover{
	color: #2b5b9d;
}
.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: #2b5b9d;
	margin-right: 5px;
}
.wzdt_fl a:hover{
	color: #2b5b9d;
}
/** ny_wzdp **/
/** inner **/
/* 大屏幕 */
@media (min-width: 1350px) {
	.container{
		width: 75%;
	}
}


@media (min-width: 1000px) and (max-width: 1349px) {
	.container{
		width: 85%;
	}
	.logo{
		width: 240px;
	}
	.menu{
		width: calc(100% - 240px);
	}
	.menu ul li{
		margin-left: 30px;
	}
	.menu ul li a{
		line-height: 58px;
		font-size: 14px;
	}
	.foot_dh ul li:nth-child(2){
		padding-left: 30px;
	}
	.foot_dh ul li:nth-child(3){
		padding-left: 30px;
	}
	.foot_dhtm{
		line-height: 30px;
    	font-size: 15px;
    	padding-bottom: 5px;
	}
	.foot_dhcd{
		margin-top: 10px;
	}
	.foot_dhcd p a{
		line-height: 28px;
    font-size: 13px;
	}
	.foot_lxfs{
		font-size: 13px;
	}
	.foot_lxfs .iconfont{
		font-size: 20px;
		padding: 6px;
	}
	.foot_lxdz1{
		width: calc(100% - 44px);
	}
}

@media (min-width: 769px) and (max-width: 999px) {
	.container{
		width: 95%;
	}
	.logo{
		width: 200px;
	}
	.menu{
		width: calc(100% - 200px);
	}
	.menu ul li{
		margin-left: 30px;
	}
	.menu ul li a{
		line-height: 49px;
		font-size: 13px;
	}
	.foot_dh ul li:nth-child(2){
		padding-left: 15px;
	}
	.foot_dh ul li:nth-child(3){
		padding-left: 15px;
	}
	.foot_dhtm{
		line-height: 30px;
    	font-size: 15px;
    	padding-bottom: 5px;
	}
	.foot_dhcd{
		margin-top: 10px;
	}
	.foot_dhcd p a{
		line-height: 28px;
    font-size: 13px;
	}
	.foot_lxfs{
		font-size: 13px;
	}
	.foot_lxfs .iconfont{
		font-size: 20px;
		padding: 6px;
	}
	.foot_lxdz1{
		width: calc(100% - 44px);
	}
	.ab_top1{
		width: 120px;
		font-size: 100px;
		padding: 20px 15px;
	}
	.ab_top2{
		width: calc(100% - 140px);
		margin-left: 20px;
		margin-top:15px;
	}
	.ab_ywbt{
		line-height: 40px;
    font-size: 24px;
	}
	.ab_zwbt{
		line-height: 50px;
    font-size: 38px;
	}
	.ab_gsbt{
		line-height: 30px;
    font-size: 22px;
    margin-top: 20px;
	}
	.ab_wz{
		height: 180px;
	}
	.ab_tp{
		padding-right: 30px;
	}
	.ab_img{
		height: 445px;
	}
	.sybt_bt{
		line-height: 50px;
    font-size: 38px;
	}
	.sybt_bt span:before{
		right: 200px;
	}
	.sybt_bt span:after{
		left:200px;
	}
	.footer2{
		font-size: 13px;
	}
	.link .tabbtn li a{
		font-size: 20px;
	}
	.ab_more{
		margin-top: 20px;
	}
	.inner_ab{
		padding:30px 30px;
	}
	.inner_ab2{
		padding:50px 30px;
	}
	.nyab_bt{
		line-height: 30px;
    font-size: 19px;
	}
	.nyab_nr{
		margin-top: 15px;
    line-height: 28px;
    font-size: 13px;
	}
	.nyys_k{
		padding:30px 30px;
	}
	.nyys_wz{
		line-height: 28px;
    font-size: 13px;
	}
	.ny_gszz ul li a{
		padding:20px 20px;
	}
	.ny_bank01{
		line-height: 45px;
    font-size: 36px;
	}
	.ny_bank02{
		line-height: 25px;
    font-size: 18px;
	}
	.ny_bankxian{
		margin-top: 10px;
	}
	.ny_bank{
		margin-top: -42px;
	}
	.inner_fl ul li a{
		font-size: 16px;
		line-height: 30px;
	}
	.inner1 .inner_fl ul li a{
		font-size: 15px;
	}
	.dotcp_bt{
		font-size: 30px;
		line-height: 45px;
	}
	.case_lb ul li a{
		padding:20px 20px;
	}
	.dot_title{
		font-size: 30px;
		line-height: 45px;
	}
}



/** 移动端 **/
.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:#2b5b9d;}
.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:#2b5b9d;}
.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:#2b5b9d;
	}
	
.ban{
	height: auto;
	margin-top: 50px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	left:15px !important;
}	
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	right: 15px !important
}
.swiper-button-next, .swiper-button-prev{
	width: 40px !important;
	height: 40px !important;
}	
.swiper-button-next:after, .swiper-button-prev:after{
	font-size: 18px !important;
}	

.ab{
	padding:30px 0;
}
.ab_top1{
	width: 120px;
	padding: 20px 10px;
	line-height: 60px;
	font-size: 60px;
}
.ab_top2{
	width: calc(100% - 140px);
	margin-left: 20px;
	 margin-top: 10px;
}
.ab_ywbt{
	line-height: 30px;
    font-size: 24px;
}
.ab_zwbt{
	line-height: 50px;
    font-size: 30px;
}
.ab_gsbt{
	line-height: 30px;
    font-size: 18px;
    margin-top: 20px;
}
.ab_wz{
	height: 225px;
	margin-top: 15px;
    line-height: 25px;
    font-size: 14px;
    padding-right: 10px;
}
.ab_wz p{
	margin-bottom: 10px;
}
.ab_more {
    margin-top: 15px;
}
.ab_more a{
	line-height: 25px;
    font-size: 13px;
}
.pro_fl{
	padding:30px 0 0;
}
.sybt_bt{
	line-height: 50px;
    font-size: 30px;
}
.sybt_bt span:before{
	right: 150px;
}
.sybt_bt span:after{
	left:150px;
}
.sybt_bt1{
	padding:0 15px;
	line-height: 25px;
    font-size: 14px;
    margin-top: 2px;
}
.sybt_line{
	width: 60px;
	height: 12px;
	background: url(../images/sybt_line.png) center center no-repeat;
	background-size: cover;
}
.pro_fl .sybt_line {
    background: url(../images/sybt_linea.png) center center no-repeat;
    background-size: cover;
}
.sybt_line1{
	width: 60px;
	height: 2px;
	background: url(../images/sybt_line1.png) center center no-repeat;
	background-size: cover;
	margin-top: 8px;
}
.pro_fl .sybt_line1 {
    background: url(../images/sybt_line1a.png) center center no-repeat;
    background-size: cover;
}
.fl_box{
	margin-top: 20px;
}
.fl_bt{
	padding:10px 10px;
}
.fl_bt01{
	line-height: 36px;
    font-size: 28px;
}
.fl_bt02{
	line-height: 28px;
    font-size: 16px;
}
.cp{
	padding:30px 0;
}
.cp_tj{
	margin-top: 20px;
	padding-bottom: 10px;
}
.cplb ul li{
	margin-bottom: 15px;
}
.cp_tj .cplb ul li{
	width: 50%;
	float: left;
	padding:0 7px;
}
.cp_tj2{
	display: none;
}
.cplb_bt{
	padding:0 10px;
	font-size: 14px;
	height: 50px;
    line-height: 50px;
}
.cplb_bt .iconfont{
	font-size: 16px;
}
.cplb_tb .iconfont{
	font-size: 30px;
}
.cplb_bt1{
	line-height: 25px;
    font-size: 15px;
    padding:0 10px;
}
.sy_more{
	width: 180px;
}
.sy_more a{
	line-height: 35px;
    font-size: 13px;
}
.sy_more a .iconfont {
    margin-left: 5px;
}
.tiao{
	padding:30px 15px;
	background: url(../images/tiao1.jpg) center center no-repeat;
    background-size: cover;
}
.tiao_bt{
	line-height: 30px;
    font-size: 24px;
}
.tiao_wz{
	margin-top: 10px;
    line-height: 25px;
    font-size: 14px;
}
.case{
	padding:30px 0;
}
.case_lb{
	margin-top: 20px;
	padding-bottom: 10px;
}
.case_lb ul{
	padding:0 8px;
}
.case_lb ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.case_lb ul li a{
	padding:10px 10px;
}
.case_bt{
	line-height: 25px;
    margin-top: 10px;
}
.case_bt1{
	padding:0;
	font-size: 14px;
}
.case_bt2{
	padding:0;
}
.case_bt2 .iconfont{
	font-size: 12px;
}
.case .case_lb ul li:nth-child( n + 5){
	display: none;
}
.news{
	padding:30px 0;
}
.news_box{
	margin-top: 20px;
	padding-bottom: 10px;
}
.news_box1 a{
	padding: 20px 20px;
}
.news_tm{
	line-height: 25px;
    font-size: 22px;
}
.news_bt{
	line-height: 28px;
    font-size: 16px;
}
.news_wz{
	font-size: 14px;
	margin-top: 10px;
    padding-left: 20px;
}
.news_tp{
	margin-top: 20px;
	height: 180px;
}
.news_box2{
	margin-top: 15px;
}
.news_lb ul li a{
	padding:20px 20px;
}
.news_lbbt{
	line-height: 28px;
    font-size: 16px;
}
.news_lbwz{
	font-size: 14px;
	margin-top: 5px;
}
.news_rq{
	font-size: 13px;
	margin-top: 8px;
}
.news_lb ul li{
	margin-bottom: 15px;
}
.link{
	padding:20px 15px;
}
.sjd_csfz{
	height: auto;
}
.link .tabbtn li a{
	line-height: 30px;
    font-size: 18px;
}
.link_con{
	margin-top: 10px;
}
.link_con ul li{
	margin-right: 12px;
    line-height: 25px;
    font-size: 12px;
}
.footer1{
	padding:20px 0;
}
.foot_dh ul li:nth-child(2){
	padding-left: 15px;
}
.foot_dh ul li:nth-child(3){
	padding-left: 15px;
	margin-top: 15px;
}
.foot_dhtm{
	line-height: 28px;
    font-size: 16px;
    padding-bottom: 5px;
}
.foot_dhcd{
	margin-top: 10px;
}
.foot_dhcd p a{
	line-height: 26px;
    font-size: 13px;
}
.foot_lxfs{
	font-size: 14px;
	line-height: 34px;
}
.foot_lxfs .iconfont{
	font-size: 16px;
}
.foot_lxdz1{
	width: calc(100% - 44px);
	line-height: 23px;
}
.footer2{
	padding:15px 15px;
	line-height: 22px;
    font-size: 12px;
}
.foot_lxfs a:hover .iconfont{
	border: 1px solid #ffb000;
}

/** phone_zxkf **/
.phone_zxkf{
	width: 100%;
	height: auto;
	position: fixed;
	bottom: 0;
	left:0;
	background: #2b5b9d;
	padding:8px 0 4px;
}
.phone_zxkf ul{
	height: auto;
}
.phone_zxkf ul li{
	height: auto;
	padding:0;
}
.phone_zxkf ul li a{
	display: block;
	text-align: center;
	position: relative;
}
.zxkf_tb{
	width: 30px;
	height: 30px;
	background: #fff;
	padding:5px;
	border-radius: 100%;
}
.zxkf_tb .iconfont{
	line-height: 20px;
	font-size: 18px;
	color: #2b5b9d;
}
.zxkf_bt{
	line-height: 25px;
	font-size: 13px;
	color: #fff;
}
.zxkf_line{
	width: 1px;
	height: 30px;
	background: #fff;
	position: absolute;
	top: 50%;
	right:0;
	margin-top: -15px;
	opacity: 0.2;
}
/** phone_zxkf **/
.warp{
	padding-bottom: 67px;
}

.ny_banner{
	margin-top: 50px;
}
.ny_bank01{
	line-height: 40px;
    font-size: 30px;
}
.ny_bank02{
	line-height: 22px;
    font-size: 16px;
    margin-top: 5px;
}
.ny_bankxian{
	width: 40px;
    height: 1px;
    margin-top: 10px;
}
.ny_bank{
	margin-top: -39px;
}
.inner{
	padding:30px 0;
}
.inner_fl ul li{
	margin: 0 3px 6px;
}
.inner_fl ul li a{
	line-height: 30px;
    font-size: 16px;
    padding: 5px 20px;
}
.inner_ab{
	margin-top: 20px;
	padding: 20px 20px;
}
.inner_ab1a{
	height: 280px;
	background: url(../images/inner_ab1.jpg) center center no-repeat;
	background-size: cover;
}
.inner_ab2{
	padding:20px 20px;
}
.nyab_bt{
	line-height: 30px;
    font-size: 18px;
}
.nyab_nr{
	margin-top: 10px;
    line-height: 25px;
    font-size: 14px;
}
.inner_ab3{
	margin-top: 30px;
	padding:0 15px;
}
.nyab_nr p{
	margin-bottom: 10px;
}
.inner_ys{
	margin-top: 30px;
}
.inner_ys ul li{
	margin-bottom: 15px;
}
.nyys_k{
	padding:30px 30px;
}
.nyys_bt{
	line-height: 30px;
    font-size: 17px;
}
.nyys_bt1{
	font-size: 14px;
}
.nyys_wz{
	height: auto;
    margin-top: 10px;
    line-height: 28px;
    font-size: 14px;
    padding-right: 0;
}
.inner_ys ul li:nth-child(3) .nyys_k{
	background: #2b5b9d;
}
.inner_ys ul li:nth-child(4) .nyys_k{
	background: #ffb000;
}
.ny_gszz{
	margin-top: 20px;
	padding-bottom: 10px;
}
.ny_gszz ul{
	padding:0 8px;
}
.ny_gszz ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.ny_gszz ul li a{
	padding:15px 15px;
}
.gszz_bt{
	line-height: 25px;
    font-size: 14px;
    margin-top: 5px;
}
.page{
	padding: 5px 5px;
}
.page ul li a{
	font-size: 12px;
}
.page ul li{
	margin: 0 8px;
}
.ny_cjsl{
	margin-top: 20px;
	padding-bottom: 10px;
}
.ny_cjsl ul{
	padding:0 8px;
}
.ny_cjsl ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.cjsl_tp{
	padding:5px;
}
.cjsl_bt{
	padding: 10px 10px;
}
.cjsl_bt01{
	line-height: 22px;
    font-size: 15px;
}
.cjsl_line{
	width: 25px;
}
.inner1 .inner_fl ul li a{
	line-height: 28px;
    font-size: 14px;
    padding: 5px 15px;
}
.inner1 .cplb{
	margin-top: 20px;
	padding-bottom: 10px;
}
.inner1 .cplb ul{
	padding:0 8px;
}
.inner1 .cplb ul li{
	padding:0 7px;
}
.inner .news_lb{
	margin-top: 20px;
	padding-bottom: 10px;
}
.zxly_info{
	line-height: 25px;
    font-size: 15px;
}
.ny_zxly{
	margin-top: 20px;
}
.ny_zxly ul li{
	margin-bottom: 15px;
}
.zbox .name{
	font-size: 14px;
}
.zbox input{
	font-size: 14px;
}
.zbox textarea{
	height: 200px;
}
.tijiao{
	margin-top: 5px;
}
.tijiao input{
	width: 100%;
	font-size: 16px;
	height: 45px;
	line-height: 45px;
}
.ny_lxwm{
	height: auto;
	padding:30px 15px;
}
.ny_lxwm iframe{
	height: 200px;
}
.ny_lxbox{
	width: 100%;
	position: static;
	top:auto;
	left:auto;
	margin-top: 20px;
	box-shadow: none;
	padding:0;
}
.ny_lxbox h2{
	line-height: 30px;
    font-size: 18px;
    margin-bottom: 5px;
}
.ny_lxbox p{
	line-height: 25px;
    font-size: 15px;
    padding: 10px 0;
}
.ny_lxbox p a{
	color: #111;
}
.ny_lxbox p a:hover{
	color: #2b5b9d;
}
.ny_wzdt{
	padding:0 15px;
}
.ny_wzdt ul li{
	padding: 5px 10px 15px;
	margin-bottom: 10px;
}
.wzdt_bt a{
	line-height: 40px;
    font-size: 15px;
}
.wzdt_bt a .iconfont{
	font-size: 36px;
}
.wzdt_fl{
	padding: 10px 15px;
}
.wzdt_fl a{
	margin-right: 25px;
    line-height: 28px;
    font-size: 14px;
}
.dot_div{
	border:none;
	padding:0 15px;
	box-shadow: none;
}
.dot_title{
	line-height: 32px;
    font-size: 22px;
}
.dot_title1{
	line-height: 22px;
    font-size: 13px;
    padding-bottom: 15px;
}
.dot_box{
	margin-top: 20px;
	line-height: 28px;
    font-size: 14px;
}
.dot_box p{
	margin-bottom: 10px;
}
.spxp{
	margin-top: 30px;
	line-height: 28px;
    font-size: 14px;
}
.spxp01{
	padding:0;
}
.spxp02{
	padding:0;
}
.fanhui{
	margin-top: 20px;
}
.fanhui a{
	width: 100%;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
}
.dotcp{
	padding:0 15px;
}
.dotcp_bt{
	line-height: 32px;
    font-size: 24px;
}
.dotcp_lb{
	margin-top: 20px;
}
.dotcp_lbtp{
	padding:10px 10px;
}
.dotcp_xq{
	margin-top: 30px;
	line-height: 28px;
    font-size: 14px;
}
.dotcp_xq p{
	margin-bottom: 10px;
}
.ab_honor{
	margin-top:30px;
	padding:0 15px;
}
.ab_ryzj a{
	padding:15px 15px;
}
.case_wzjs{
	margin-top: 2px;
	line-height: 22px;
    font-size: 13px;
}
.zx_cpfl{
	margin-top: 20px;
	padding:30px 8px 15px;
}
.zx_cpfl ul{
	padding-bottom: 10px;
}
.zx_cpfl ul li{
	margin-bottom: 15px;
	padding:0 7px;
}
.zx_cpfl ul li a{
	padding:8px;
}
.zx_cpfl_bt{
	padding: 3px 5px;
    line-height: 25px;
    font-size: 14px;
}
.zx_cpfl ul li:nth-child( n + 7){
	display: none;
}
.sy_sercive{
	padding:30px 0;
}
.sercive_bt{
	margin-top: 0;
	line-height: 35px;
    font-size: 20px;
    padding-bottom: 5px;
}
.sercive_wz{
	margin-top: 15px;
    line-height: 25px;
    font-size: 14px;
}
.sercive_tp{
	padding-left: 15px;
	margin-top: 15px;
}
.sercive_img{
	height: 170px;
}
}
/** 移动端 **/
/** index **/


