@charset "utf-8";

/*公共样式*/
*{box-sizing: border-box;-moz-box-sizing: border-box;-webkit-box-sizing: border-box;font-family:"微软雅黑","Microsoft YaHei";}
body,html{font-family:"微软雅黑","Microsoft YaHei";font-size:12px; color: #666;word-break:break-all; -webkit-text-size-adjust: none;width: 100%;height: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,span,input,p,a{margin:0;padding:0;font-family:"微软雅黑","Microsoft YaHei";} 
h1,h2,h3,h4,h5,h6{ font-weight:normal; }
button{border: none;}
a { text-decoration:none; outline:none; color:#666;}
a:hover{color: #0168b5;text-decoration:none;}
ul { list-style:none; }
img { border:0; margin:0; padding:0;display:inline-block;vertical-align: middle;margin-top: -3px;}
.fl{ float:left !important;}
.fr{ float:right !important;}
textarea,input,select{ font-family:"微软雅黑","Microsoft YaHei";  -webkit-appearance:none; }
input:-webkit-autofill{
	background-color: #FFFFFF;
	background-image: none;
	color: #000;
}
input::-webkit-input-placeholder{
	color: #999; /* WebKit browsers */
}
input:-moz-placeholder{
	color: #999; /* Mozilla Firefox 4 to 18 */
}
input::-moz-placeholder{
	color: #999; /* Mozilla Firefox 19+ */   
}
input:-ms-input-placeholder{
	color: #999; /* Internet Explorer 10+ */
}
/*行内块、行内、块*/
.inline-block{display:inline-block !important;}
.inline{display:inline !important;}
.block{display:block !important;}

/*清除浮动*/
.clear{clear: both;}
.outer_clear{zoom:1;}    /*==for IE6/7 Maxthon2==*/
.outer_clear:after {clear:both;content:'';display:block;width: 0;height: 0;visibility:hidden; line-height:0; font-size:0;}
/*超出显示···*/
.onehidden{ overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}
.twohidden{display:-webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;white-space: normal;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.lvbutton{width: 160px;height: 38px;line-height: 38px;color: #FFFFFF;background: #00c10a;border-radius: 6px;outline-style: none;}

/*bottom 20*/
.paddingbtm-20{padding-bottom:20px;}
.marginbtm-20{margin-bottom: 20px;}

/*固定宽度*/
.content-1200{ width:1200px !important; margin:0 auto;}

/*小手*/
.cursor{cursor: pointer;}

/*文本框*/
textarea{ border-radius:4px;}
textarea{ resize : none;}
area{outline: none}

/*去边框*/
.border-none{ border:none !important;}

/*固定颜色*/
.color-red{color: #e60012 !important;}
.color-333{ color:#000000 !important;}
.color-666{ color:#666666 !important;}
.color-999{ color:#999999 !important;}
.color-white{ color:#fffff !important;}

/*文本居中方式*/
.align-left{ text-align:left !important;} 
.align-right{ text-align:right !important;}

/*定位*/
.relative{ position:relative;}
.absolute{ position:absolute;}

/*引入字体*/
@font-face{
	font-family:"FZSKJT";
	src:url("../font/方正尚酷简体.ttf");
}
@font-face{
	font-family:"PFSCB";
	src:url("../font/PingFang-SC-Semibold.otf");
}

/*input-checked 图片切换*/
input[type="checkbox"]{
	-webkit-appearance: none; 
	outline:none;
	cursor:pointer; 
	width: 15px;
    height: 15px;
    display: inline-block;
    vertical-align:middle;
    margin-top: -3px;
    margin-right: 2px;
	background: url(../images/input-checkbox.png) no-repeat center center;
}
input[type="checkbox"]:checked{
	background: url(../images/input-checked.png) no-repeat center center;
	}

/*radio*/
input[type="radio"]{ 
	outline:none;
	cursor:pointer; 
	width: 18px;
  	height: 18px;
    display: inline-block;
    vertical-align:middle;
	background:url(../images/sprite.png) no-repeat;
    background-position: 0px -279px;
}
input[type="radio"]:checked{background-position: -72px -279px;}

.hover:hover{
	background: #000000 !important;
	color: #FFFFFF !important;
	transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;
}


.input-button{
	width: auto;
    margin: 0;
    font-weight: bold;
    color: #FFFFFF;
    background: #0082e6;
    border: 1px solid #0082e6;
    padding: 7px 10px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    cursor: pointer;
    -moz-border-radius: 16px;
    -webkit-border-radius: 16px;
    border-radius: 16px;
    outline-style: none;
    width: 120px;
    font-size: 12px;
	vertical-align: middle;
	text-align: center;
}
.input-button:hover{
	background: #093c90;
    border: 1px solid #093c90;
}

/*日历按钮样式*/
.input-data-img{
	cursor: pointer;
	background: url(../images/data.png) no-repeat right 10px center #fff !important;
}

/*搜索按钮样式*/
.input-search-img{
	cursor: pointer;
	background: url(../images/search.png) no-repeat right 20px center #fff !important;
}


/*浮层*/
.div-fuceng{
	width:100%;
	height: 100%;
	background-color:rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
}

/*公共样式结束*/


/*index*/
.web-header-box{
	height:80px;
	background:#ffffff;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.web-header-con{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.header-right ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.header-right ul li{
	color:#333333;
	font-size: 15px;
    padding: 0 5px;
}
.header-right ul li .xian{
	width: 1px;
    height: 20px;
    background: #a8adb9;
}
.header-right ul li a{
	color:#333333;
	font-family:PFSCB;
	font-size: 15px;
}

.web-menu-box{
	background:#0a50a1;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.web-menu-con{
	width:100%;
}
.web-menu-con ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-box-pack: start;
	-moz-justify-content: start;
	-webkit-justify-content: start;
	justify-content: start;
}
.web-menu-con ul li{
	position:relative;
	margin-right:50px;
}
.web-menu-con ul li a{
	display:block;
	line-height:45px;
	color:#ffffff;
	font-size:15px;
}
.web-menu-con ul li:after{
	content:" ";
	position:absolute;
	left:0;
	right:0;
	bottom:4px;
	height:2px;
	background:#ffffff;
	display:none;
}
.web-menu-con ul li:hover:after,.web-menu-con ul li.active:after{
	display:block;
}
.web-menu-zhankai{
	position: fixed;
    left: 0;
    right: 0;
    background: rgb(4 26 52 / 80%);
    z-index: 500;
	min-height: 275px;
	display:none;
}
.menu-zhankai-con{
	width: 1200px;
    margin: 0 auto;
	padding: 10px 0;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: start;
	-moz-align-items: start;
	-webkit-align-items: start;
	align-items: start;
	
	-webkit-box-pack: start;
	-moz-justify-content: start;
	-webkit-justify-content: start;
	justify-content: start;
	
	-webkit-flex-wrap:wrap;
	-webkit-box-lines:multiple;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
}
.menu-zhankai-con .zhankai-item{
	padding:0 20px;
	width:15%;
	margin-bottom:20px;
}
.menu-zhankai-con .zhankai-item:first-child,.menu-zhankai-con .zhankai-item:nth-child(7n){padding-left:0;}
.menu-zhankai-con .zhankai-item .item-yiji{
	color:#ffffff;
	font-size:13px;
	margin-bottom:5px;
	line-height:25px;
	position:relative;
}
.menu-zhankai-con .zhankai-item .item-erji a{
	color:#efefef;
	font-size:12px;
	line-height:25px;
}
.menu-zhankai-con .zhankai-item .item-yiji:before{
	content: " ";
    position: absolute;
    left: -20px;
    top: 5px;
    width: 1px;
    height: 15px;
    background: rgb(255 255 255 / 50%);
	/*display:none;*/
}
.menu-zhankai-con .zhankai-item:first-child .item-yiji:before,.menu-zhankai-con .zhankai-item:nth-child(7n) .item-yiji:before{display:none;}
.menu-zhankai-con .zhankai-item a:hover{color: #fec868;}
.web-menu-con ul li:hover .web-menu-zhankai{
	display:block;
	transition:all 0.36s linear;
}
.zhankai-button-box{
	width:100%;
	border-top:1px solid rgb(255 255 255 / 30%);
	padding:15px 0;
	margin-top:10px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-box-pack: start;
	-moz-justify-content: start;
	-webkit-justify-content: start;
	justify-content: start;
}
.zhankai-button-box .item-button{
	padding:0 20px;
	line-height:35px;
	color:#ffffff;
	border:1px solid rgb(255 255 255 / 30%);
	background:rgb(10 80 161 / 30%);
	margin-right:20px;
	border-radius:4px;
	cursor:pointer;
}
.zhankai-button-box .item-button:hover{
	background:rgb(10 80 161 / 100%);
	border:1px solid rgb(10 80 161 / 100%);
}

.web-fangwenjilu-box{
	height:45px;
	background:#687685;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.web-fangwenjilu-con{
	font-size:14px;
	color:#ffffff;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-box-pack: start;
	-moz-justify-content: start;
	-webkit-justify-content: start;
	justify-content: start;
}

.web-banner-box{
	height:230px;
	background:url(../images/banner-bg.png)no-repeat center center;
	background-size:cover;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;

	overflow:hidden;
}
.web-banner-box .content-1200{height:100%;}
.web-banner-con{
	height:100%;
	font-size:14px;
	position:relative;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.web-banner-text{
	margin-right: -16%;
}
.web-banner-text .text-item{
	margin-bottom: 5px;
	position:relative;
}
.web-banner-text .text-item:before{
	content: "";
    position: absolute;
    top: 10px;
    left: -15px;
    width: 6px;
    height: 6px;
    background: #0a50a1;
    border-radius: 50%;
}
.web-banner-text .text-item:last-child{margin-bottom:0;}
.web-banner-text .text-item a{
	color:#333333;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}
.web-banner-text .text-item:hover a{color:#333333;cursor:text;}
.web-banner-text .text-item .title{
	font-size: 13px;
    width: 100%;
	font-family: PFSCB;
}
.web-banner-text .text-item .text{
	font-size: 12px;
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
    width: 100%;
    margin-left: -158px;
    margin-top: -5px;
	font-family: PFSCB;
}

.web-content-box{
	padding:35px 0;
	background:#ffffff;
}
.web-content-con{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: start;
	-moz-align-items: start;
	-webkit-align-items: start;
	align-items: start;
	
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	-webkit-flex-wrap:wrap;
	-webkit-box-lines:multiple;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
}
.web-content-left{width:790px;}
.web-content-right{width:380px;}

.index-xiangguanzixun-box{
	width:100%;
}
.index-xiangguanzixun-con .con-item{
	min-height:450px;
}
.index-title{
	width:100%;
	border-left:4px solid #0a50a1;
	padding-left:15px;
	margin-bottom:20px;
}
.index-title .big-title{
    display: inline-block;
    font-size: 30px;
    color: #000000;
    margin-right: 15px;
	font-family:PFSCB;
}
.index-title .s-title{
	display:inline-block;
	font-size:14px;
	color:#999999;
	vertical-align: baseline;
}
.index-title .index-gengduo{float:right;padding-top: 16px;}
.index-title .index-gengduo a{color:#333333;font-size:14px;}
.index-title .index-gengduo a:hover{color:#0a50a1;}

.index-xiangguanzixun-nav{margin:10px 0;}
.index-xiangguanzixun-nav ul{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.index-xiangguanzixun-nav li{
	flex-grow:1;
	border-radius:4px;
	border:1px solid #ced6e7;
	color:#333333;
	font-size:14px;
	text-align:center;
	line-height:40px;
	margin-right:20px;
	cursor:pointer;
}
.index-xiangguanzixun-nav li:last-child{margin-right:0;}
.index-xiangguanzixun-nav li:hover,.index-xiangguanzixun-nav li.active{
	color:#ffffff;
	background:#0a50a1;
	border-color:#0a50a1;
}

.xinwen-lunbo-box{
	height:380px;
	position:relative;
	border-radius:4px;
	overflow:hidden;
	margin-bottom:10px;
}

/*轮播图*/
.flexslider{position:relative;height:100%;overflow:hidden;background:url(../images/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;height:100%;}
.slides li{height:100%;position: relative;}
.flex-control-nav{position:absolute;top:75%;z-index:2;width:100%;text-align:center;display:none;}
.flex-control-nav li{display:inline-block;height:12px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:12px;height:12px;line-height:40px;overflow:hidden;cursor:pointer; background:rgba(255,255,255,0.5); border-radius:50%; transition: all 0.5s;-webkit-transition: all 0.5s; -moz-transition:all 0.5s;-o-transition:all 0.5s;}
.flex-control-nav .flex-active{background:#3385ff;}
.flex-direction-nav{position:absolute;z-index:30;bottom:0;left: 0; right: 0;background:rgb(2 33 68 / 70%);;padding-left: 10px;}
.flex-direction-nav a{display:block;max-height:50px;line-height:50px;overflow:hidden;text-decoration:none;color: #FFFFFF;font-size: 14px;font-weight: bold;}
.flex-direction-nav a:hover{color: #ffc107;}
.flex-direction-nav a:first-child{display: none;}
.flex-direction-nav{
	padding:0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
}
.flex-direction-nav .date{
	padding:15px;
	color:#ffffff;
	font-size:14px;
	margin-right:20px;
	text-align: center;
    width: 100px;
}
.flex-direction-nav .date .ri{
	font-size:36px;
	font-family: PFSCB;
}
.flex-direction-nav a{
	flex-grow: 1;
    font-family: PFSCB;
    font-weight: normal;
    font-size: 16px;
    max-height: 50px;
    line-height: 25px;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.xinwen-list-box{
	width:100%;
}
.xinwen-list-box .list-item{
	border-bottom:1px solid #e0e0e0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.xinwen-list-box .list-item{
	height:45px;
	line-height:45px;
}
.xinwen-list-box .list-item a{display:block;}
.xinwen-list-box .list-item .text{width:80%;}
.xinwen-list-box .list-item .text a{
	color:#000000;
	font-size:14px;
	text-align:left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.xinwen-list-box .list-item .text:hover a{
	color:#0a50a1;
}
.xinwen-list-box .list-item .date{
	color:#999999;
	font-size:14px;
	text-align:right;
}

.index-chanpinjiance-box{margin-top: 20px;}
.chanpinjiance-con{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-flex-wrap:wrap;
	-webkit-box-lines:multiple;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	
	-webkit-box-pack: start;
	-moz-justify-content: start;
	-webkit-justify-content: start;
	justify-content: start;	
}
.chanpinjiance-con .item{
	width:calc(25% - 15px);
	border:1px solid #c8dfff;
	background:#f4f8fc;
	color:#000000;
	font-size:15px;
	padding:10px 20px;
	margin-right:20px;
	margin-bottom:20px;
	border-radius:4px;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-box-pack: start;
	-moz-justify-content: start;
	-webkit-justify-content: start;
	justify-content: start;
	
}
.chanpinjiance-con .item:nth-child(4n){margin-right:0;}
.chanpinjiance-con .item .item-img{margin-right:10px;}
.chanpinjiance-con .item .item-text{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    white-space: normal;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.chanpinjiance-con .item:hover{
	background:#0a50a1;
	border-color:#0a50a1;	
	color:#ffffff;
}

.index-jishunengli-box{margin-top: 8px;}
.jishunengli-con{
	background:url(../images/index-jsnlzs-bg.png)no-repeat center center / cover;
	padding:20px 40px;
	padding-bottom: 10px;
	position: relative;
}
.jishunengli-con .item{
	display:block;
}
.jishunengli-con .img-box{
	width:100%;height:158px;border:1px solid #c8dfff;border-radius:2px;overflow:hidden;
}
.jishunengli-con .text{
	color:#000000;
	height:40px;
	line-height:40px;
	font-size:15px;
	text-align:center;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	font-family: PFSCB;
}
.jishunengli-con .item:hover .text{color: #0a50a1;}
.jishunengli-con .swiper-button-next,.jishunengli-con .swiper-button-prev{margin-top:-36px;}
.jishunengli-con .swiper-button-next1{background: url(../images/swiper-right.png) no-repeat center center;}
.jishunengli-con .swiper-button-prev1{background: url(../images/swiper-left.png) no-repeat center center;}

.denglurukou-con{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-flex-wrap:wrap;
	-webkit-box-lines:multiple;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	
	-webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}
.denglurukou-con .denglurukou-button{
	width:100%;
	color:#ffffff;
	background:#0a50a1;
	height:60px;
	line-height:64px;
	text-align:center;
	border-radius:10px;
	margin-bottom:5px;
	font-size: 20px;
	font-family:FZSKJT;
	cursor:pointer;
}
.denglurukou-con .denglurukou-button:hover{opacity:0.8;}
.denglurukou-con .denglurukou-button.button1{
	color:#000000;
	background:#fec868;
}
.denglurukou-con .denglurukou-button a{color:#ffffff;font-family:FZSKJT;display:block;}
.denglurukou-con .denglurukou-button.button1 a{color:#000000;font-family:FZSKJT;}

.index-zhongxinlist-box{margin-top:20px;}
.zhongxinlist-con{
	background:#f4f8fc;
	border-radius:10px;
	overflow:hidden;
	padding:10px 0;
}
.zhongxinlist-con .item{
	position:relative;
}
.zhongxinlist-con .item:before{
	content:"";
    position: absolute;
    left: 6px;
    top: 17px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0a50a1;
}
.zhongxinlist-con .item a{
	color:#000000;
	font-size:14px;
	height:40px;
	line-height:40px;
	padding-left:20px;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
	display:block;
}
.zhongxinlist-con .item:hover a{
	color:#0a50a1;
}

.index-yqlink-box{
	width:100%;
	margin-top:20px;
}
.yqlink-con{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	
	align-items: stretch;
	
	-webkit-box-pack: start;
	-moz-justify-content: start;
	-webkit-justify-content: start;
	justify-content: start;
	
	-webkit-flex-wrap:wrap;
	-webkit-box-lines:multiple;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
}
.yqlink-con .item{
	flex-grow:1;
	margin-right:10px;
	border:1px solid #cae0ff;
	border-radius:4px;
	overflow:hidden;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.yqlink-con .item:hover{border-color:#0a50a1;}
.yqlink-con .item:last-child{margin-right:0;}
.yqlink-con .item img{max-width:100%;margin:0;}

.web-footer-box{
	background:#303030;
	padding:20px 0;
}
.web-footer-con{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.web-footer-con .footer-text{
	color:#aeaeae;
	font-size:12px;
	line-height: 25px;
}

.web-dangqianweizhi-box{}
.web-dangqianweizhi-con{
	height:40px;
	line-height:40px;
	color:#333333;
	font-size:14px;
	border-bottom:1px solid #d9edf5;
}
.web-dangqianweizhi-con a{color:#333333;}
.web-dangqianweizhi-con a:hover,.web-dangqianweizhi-con span{color:#0a50a1;}

/*二级页面*/
.erjiye-content-box{
	padding:20px 0;
	min-height: calc(100% - 80px - 45px - 97px - 230px - 40px);
}
.erjiye-content-con{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: start;
	-moz-align-items: start;
	-webkit-align-items: start;
	align-items: start;
	
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	
	-webkit-flex-wrap:wrap;
	-webkit-box-lines:multiple;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
}
.erjiye-left-box{width:220px;margin-right:40px;}
.erjiye-right-box{width:calc(100% - 220px - 40px);}
.erjiye-menu-box{
	background:#f4f7fc;
	border-radius:10px;
	overflow:hidden;
}
.erjiye-menu-box .erji-ul{padding:10px 0;}
.erjiye-menu-box .erji-ul li .erji-ul-title{
	display:block;
	position:relative;
	font-size:14px;
	padding: 10px 10px 10px 40px;
    line-height: 20px;
	color:#1f2d4b;
}
.erjiye-menu-box .erji-ul li .icon-img{
	width:30px;
	height:30px;
	background:#000000;
	position:absolute;
	top: 50%;
    left: 5px;
    margin-top: -15px;
}
/*菜单图标*/
.erjiye-menu-box .erji-ul li .icon-img.zxzx-icon1{
	background:url(../images/erji-menu/zxzx-icon1.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li.active .icon-img.zxzx-icon1{
	background:url(../images/erji-menu/zxzx-icon1-active.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li .icon-img.zxzx-icon2{
	background:url(../images/erji-menu/zxzx-icon2.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li.active .icon-img.zxzx-icon2{
	background:url(../images/erji-menu/zxzx-icon2-active.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li .icon-img.zxzx-icon3{
	background:url(../images/erji-menu/zxzx-icon3.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li.active .icon-img.zxzx-icon3{
	background:url(../images/erji-menu/zxzx-icon3-active.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li .icon-img.zxzx-icon4{
	background:url(../images/erji-menu/zxzx-icon4.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li.active .icon-img.zxzx-icon4{
	background:url(../images/erji-menu/zxzx-icon4-active.png)no-repeat center center;
}

.erjiye-menu-box .erji-ul li .icon-img.jcfw-icon1{
	background:url(../images/erji-menu/jcfw-icon1.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li.active .icon-img.jcfw-icon1{
	background:url(../images/erji-menu/jcfw-icon1-active.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li .icon-img.jcfw-icon2{
	background:url(../images/erji-menu/jcfw-icon2.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li.active .icon-img.jcfw-icon2{
	background:url(../images/erji-menu/jcfw-icon2-active.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li .icon-img.jcfw-icon3{
	background:url(../images/erji-menu/jcfw-icon3.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li.active .icon-img.jcfw-icon3{
	background:url(../images/erji-menu/jcfw-icon3-active.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li .icon-img.jcfw-icon4{
	background:url(../images/erji-menu/jcfw-icon4.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li.active .icon-img.jcfw-icon4{
	background:url(../images/erji-menu/jcfw-icon4-active.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li .icon-img.jcfw-icon5{
	background:url(../images/erji-menu/jcfw-icon5.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li.active .icon-img.jcfw-icon5{
	background:url(../images/erji-menu/jcfw-icon5-active.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li .icon-img.jcfw-icon6{
	background:url(../images/erji-menu/jcfw-icon6.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li.active .icon-img.jcfw-icon6{
	background:url(../images/erji-menu/jcfw-icon6-active.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li .icon-img.jcfw-icon7{
	background:url(../images/erji-menu/jcfw-icon7.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li.active .icon-img.jcfw-icon7{
	background:url(../images/erji-menu/jcfw-icon7-active.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li .icon-img.jcfw-icon8{
	background:url(../images/erji-menu/jcfw-icon8.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li.active .icon-img.jcfw-icon8{
	background:url(../images/erji-menu/jcfw-icon8-active.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li .icon-img.jcfw-icon9{
	background:url(../images/erji-menu/jcfw-icon9.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li.active .icon-img.jcfw-icon9{
	background:url(../images/erji-menu/jcfw-icon9-active.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li .icon-img.jcfw-icon10{
	background:url(../images/erji-menu/jcfw-icon10.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li.active .icon-img.jcfw-icon10{
	background:url(../images/erji-menu/jcfw-icon10-active.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li .icon-img.jcfw-icon11{
	background:url(../images/erji-menu/jcfw-icon11.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li.active .icon-img.jcfw-icon11{
	background:url(../images/erji-menu/jcfw-icon11-active.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li .icon-img.jcfw-icon12{
	background:url(../images/erji-menu/jcfw-icon12.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li.active .icon-img.jcfw-icon12{
	background:url(../images/erji-menu/jcfw-icon12-active.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li .icon-img.jcfw-icon13{
	background:url(../images/erji-menu/jcfw-icon13.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li.active .icon-img.jcfw-icon13{
	background:url(../images/erji-menu/jcfw-icon13-active.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li .icon-img.jcfw-icon14{
	background:url(../images/erji-menu/jcfw-icon14.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li.active .icon-img.jcfw-icon14{
	background:url(../images/erji-menu/jcfw-icon14-active.png)no-repeat center center;
}

.erjiye-menu-box .erji-ul li .icon-img.icon-jiantou{
	left:auto;
	right:0;
	
	background:url(../images/icon-youjiantou.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul li.active .icon-img.icon-jiantou{
	background:url(../images/icon-xiajiantou-bai.png)no-repeat center center;
}
.erjiye-menu-box .erji-ul .sanji-ul{
	background:#e5eef7;
	padding:5px 0;
	display:none;
}
.erjiye-menu-box .erji-ul li:hover .erji-ul-title{color:#0950a0;}
.erjiye-menu-box .erji-ul li.active .erji-ul-title{background:#0950a0;color:#ffffff;}
.erjiye-menu-box .erji-ul li.active .sanji-ul{
	display:block;
}
.erjiye-menu-box .erji-ul .sanji-ul li a{
	font-size:12px;
	color:#333333;
	height:30px;
	line-height:30px;
	overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
	padding:0 40px;
	display: block;
}
.erjiye-menu-box .erji-ul li.active .sanji-ul li:hover a,.erjiye-menu-box .erji-ul li.active .sanji-ul li.active a{
	color:#0b4fa2;
}

.moban-detail-box{
	border-top:1px solid #d9edf5;
	padding:20px 0;
}
.moban-detail-box p{
	color:#000000;
	font-size:14px;
	text-indent: 2em;
    line-height: 2em;
    text-align: justify;
	margin-bottom: 10px;
}
.moban-detail-box p img{max-width:100%;}
.erjiye-right-box table{
	width:100%;
	border-collapse: collapse;
	border:1px solid #d1deec;
}
.erjiye-right-box table tr th{
	background:#0a50a1;
	color:#ffffff;
	text-align:center;
	font-size:14px;
	font-weight:normal;
    white-space: nowrap;
    height: 40px;
	border: 1px solid #0a50a1;
}
.erjiye-right-box table tr td{
	background:#ffffff;
	color:#333333;
	font-size:12px;
	text-align:center;
    height: 35px;
	line-height:25px;
	padding:10px 20px;
	border-bottom:1px solid #dceff6;
}
.erjiye-right-box table tr:nth-child(odd) td{
	background:#f3f9ff;
}
.erjiye-right-box table tr:hover td{
	background:#d1deec;
}

/*模版列表*/
.moban-list-box{border-top:1px solid #d9edf5;}
.moban-list-box .list-item{
	border-bottom:1px solid #d9edf5;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.moban-list-box .list-item{
	height:45px;
	line-height:45px;
}
.moban-list-box .list-item a{display:block;}
.moban-list-box .list-item .text{
	width:80%;
	padding-left: 20px;
	position:relative;
}
.moban-list-box .list-item .text:before{
	content: " ";
    position: absolute;
    left: 5px;
    top: 20px;
    width: 6px;
    height: 6px;
    background: #0a50a1;
    border-radius: 50%;
}
.moban-list-box .list-item .text a{
	color:#000000;
	font-size:14px;
	text-align:left;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.moban-list-box .list-item .text:hover a{
	color:#0a50a1;
}
.moban-list-box .list-item .date{
	color:#999999;
	font-size:14px;
	text-align:right;
}
/*翻页*/
.moban-fanye-box{
	margin-top: 20px;
	width:100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.moban-fanye-box .shang,.moban-fanye-box .xia{
	width:30px;
	height:30px;
	line-height:30px;
	color:#0a50a1;
	background:#f4f8fc;
	border-radius:4px;
	text-align:center;
	font-size: 20px;
    cursor: pointer;
    font-family: '宋体';
    font-weight: bold;
	margin:0 10px;
}
.moban-fanye-box .shang:hover,.moban-fanye-box .xia:hover,.moban-fanye-box .shang.off,.moban-fanye-box .xia.off{background:#0a50a1;color:#ffffff;}
.moban-fanye-box .number{
	width:30px;
	height:30px;
	line-height:30px;
	color:#000000;
	border:1px solid #ffffff;
	border-radius:50%;
	text-align:center;
	font-size:14px;
	cursor:pointer;
	margin:0 10px;
}
.moban-fanye-box .number:hover{color:#0a50a1;}
.moban-fanye-box .number.active{
	border-color:#0a50a1;
	color:#0a50a1;
}

.moban-img-list-box{border-top:1px solid #d9edf5;}
.moban-img-list .list-item{
	border-bottom:1px solid #d9edf5;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: start;
	-moz-align-items: start;
	-webkit-align-items: start;
	align-items: start;
	
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.moban-img-list .list-item{padding:10px 0;}
.moban-img-list .list-item .img-box{
	width:180px;
	height:120px;
	margin-right:15px;
	border-radius:4px;
}
.moban-img-list .list-item .text-box{
	width:calc(100% - 180px - 15px);
	
}
.moban-img-list .list-item .text-box .title{
	color:#000000;
	font-size:15px;
	font-family: PFSCB;
	line-height:30px;
	font-weight:bold;
}
.moban-img-list .list-item .text-box .text{
	color:#999999;
	font-size:12px;
	font-family: PFSCB;
	line-height:25px;
	display:-webkit-box;overflow: hidden;text-overflow: ellipsis;word-wrap: break-word;white-space: normal;-webkit-line-clamp: 4;-webkit-box-orient: vertical;
}
.moban-img-list .list-item:hover .title{color:#0a50a1;}

/*发展历程*/
.event_list{ width:850px;float:right;background:url('../images/fzlc_event/dian3.png') 139px 0 repeat-y;margin:10px 0 20px 0; }
.event_list h3{ margin:5px 0 10px 132px;font-size:24px;font-family:PFSCB;color:#0066ff;padding-left:25px;background:url('../images/fzlc_event/jian.png') 0 -45px no-repeat;height:38px;line-height:30px;font-style:italic; }
.event_list li{ background:url('../images/fzlc_event/jian.png') 136px -80px no-repeat; }
.event_list li span{ width:127px;text-align:right;display:block;float:left;margin-top:10px; }
.event_list li p{ width:680px;margin-left:24px;display:inline-block;padding-left:10px;/*background:url('../images/fzlc_event/jian.png') -21px 0 no-repeat;*/line-height:25px;_float:left;text-indent: 0;}
.event_list li p span{ width:650px;text-align:left;border-bottom:2px solid #004ec3;padding:10px 15px;background:#2196f3;color: #ffffff;margin:0;position:relative;}
.event_list li p span:before{
	content: "";
    position: absolute;
    left: -20px;
    top: 10px;
    width: 0;
    height: 0;
    border: 10px solid;
    border-color: transparent #0368ff transparent transparent;
}






/*终极调试*/
.erjiye-right-box table{width:100%;}
.erjiye-right-box table,.erjiye-right-box table tr th,.erjiye-right-box table tr td{
	border: 1px solid #dceff6 !important;
}
.erjiye-right-box table tr th {
    background: #0a50a1 !important;
	color: #ffffff !important;
}
.erjiye-right-box table tr td{
    background: #ffffff !important;
}
.moban-detail-box table{width:100%;}
.moban-detail-box table tr td{font-size:14px;}
.moban-detail-box table img{max-width:280px;max-height:180px;}

.erjiye-menu-box .erji-ul li.active .icon-img{filter: brightness(0%) invert(100%);}

.fanhui-button{
	min-width: 80px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #0a50a1;
    color: #0a50a1;
    background: #e1eaf4;
    border-radius: 4px;
    margin-top: 5px;
}
.fanhui-button:hover{
	color: #ffffff !important;
    background: #0a50a1 !important;
	cursor:pointer;
}
.moban-detail-box p a{
	text-decoration: underline;
    color: #0950a0;
}


.denglurukou-hover-btn{
	width:100%;
}
.denglurukou-hover-btn .hover-btn{
	width:100%;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	
	align-items: stretch;
	
	
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-flex-wrap:wrap;
	-webkit-box-lines:multiple;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	
	display:none;
}
.denglurukou-hover-btn .hover-btn .item{
	display:inline-block;
	color: #ffffff;
    background: #0a50a1;
    height: 60px;
    line-height: 64px;
    text-align: center;
    border-radius: 10px;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: FZSKJT;
    padding: 0px 8px;
}
.denglurukou-hover-btn .hover-btn .item:hover {
    opacity: 0.8;
}
.denglurukou-hover-btn:hover .denglurukou-button{display:none;transition: all 0.5s ease-out;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;-o-transition: all 0.5s ease-out;}
.denglurukou-hover-btn:hover .hover-btn{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	transition: all 1s ease-out;-webkit-transition: all 1s ease-out;-moz-transition: all 1s ease-out;-o-transition: all 1s ease-out;
}

/*客户信息反馈*/
.peixunchaxun-box{
	width:100%;
	padding:20px 30px;
	background:#ffffff;
	border-radius:4px;
}
.peixunchaxun-box .title{
	color:#0a50a1;
	font-size: 20px;
    line-height: 40px;
    margin-bottom: 10px;
    font-family: PFSCB;
}
.peixunchaxun-box .tixing{
	color: red;
    font-size: 12px;
    line-height: 25px;
    margin-right: 10px;
    margin-bottom: 20px;
    font-family: PFSCB;
    background: #ffe5e5;
    border-radius: 4px;
    padding: 5px 10px;
}
.chaxun-table-box{
	width:100%;
}
.chaxun-table-box table{
	width:100%;
	border-collapse: collapse;
    font-size: 14px;
	/*
	table-layout: fixed;
	*/
	border:none !important;
}
.chaxun-table-box table tr td{
	padding:5px 10px;
	color:#333333;
	line-height:25px;
	vertical-align: top;
	border:none !important;
}
.chaxun-table-box table tr td:first-child{
	width: 70px;
    text-align: right;
    white-space: nowrap;
    padding: 0;
	padding-top: 10px;
}
.chaxun-table-box table .input-text{
	width:100%;
	height:35px;
	line-height:35px;
	border:1px dashed #0a50a1;
	color:#0a50a1;
	background:#e1eaf4;
	border-radius:4px;
	outline:none;
	padding:0 10px;
	font-size:14px;
}

.chaxun-table-box table input.input-text::-webkit-input-placeholder,.chaxun-table-box table textarea::-webkit-input-placeholder{
	color: #0a50a1; /* WebKit browsers */
}
.chaxun-table-box table input.input-text:-moz-placeholder,.chaxun-table-box table textarea:-moz-placeholder{
	color: #0a50a1; /* Mozilla Firefox 4 to 18 */
}
.chaxun-table-box table input.input-text::-moz-placeholder,.chaxun-table-box table textarea::-moz-placeholder{
	color: #0a50a1; /* Mozilla Firefox 19+ */   
}
.chaxun-table-box table input.input-text:-ms-input-placeholder,.chaxun-table-box table textarea:-ms-input-placeholder{
	color: #0a50a1; /* Internet Explorer 10+ */
}

.chaxun-table-box table .input-text.error{border: 2px dashed #ff1100;color:#ff1100;}
.chaxun-table-box table tr td .input-button{
	min-width:120px;
	height:34px;
	line-height:34px;
	text-align:center;
	border:1px dashed #0a50a1;
	color:#0a50a1;
	background:#e1eaf4;
	border-radius:4px;
	margin-right:10px;
	display:inline-block;
	font-weight: normal;
    padding: 0;
}
.chaxun-table-box table tr td .input-button.btn-lan{background:#0a50a1;color:#ffffff;border:1px solid #0a50a1;}
.chaxun-table-box table tr td .input-button.btn-huang{background:#fec868;color:#333333;border:1px solid #fec868;}
.chaxun-table-box table tr td .input-button:hover{opacity:0.9;cursor:pointer;}

/*首页检测查询*/
.index-jcsearch-box{
	margin-top: 20px;
}
.index-jcsearch-box .jcsearch-con{
	width:100%;
}
.index-jcsearch-box .jcsearch-con .item{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	
	
	-webkit-box-pack: justify;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	-webkit-flex-wrap:wrap;
	-webkit-box-lines:multiple;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
	
	margin-bottom:10px;
}
.index-jcsearch-box .jcsearch-con .item .item-con{
	flex-grow:1;
	text-align:center;
	color:#000000;
	font-size:14px;
	background: #f4f8fc;
	margin-right:10px;
	padding: 10px;
	border-radius: 4px;
}
.index-jcsearch-box .jcsearch-con .item .item-con:last-child{margin:0;}
.index-jcsearch-box .jcsearch-con .item .item-con img{
	display:inline-block;
	max-height: 35px;
	margin-top:0;
}
.index-jcsearch-box .jcsearch-con .item:nth-child(1) .item-con img{
	display:block;
	max-width:100%;
	margin:0 auto;
	margin-bottom:6px;
}
.index-jcsearch-box .jcsearch-con .item:nth-child(2) .item-con,.index-jcsearch-box .jcsearch-con .item:nth-child(3) .item-con{
	width: calc(50% - 5px);
    flex-grow: initial;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}
.index-jcsearch-box .jcsearch-con .item .item-con span{
	display:inline-block;
	margin-left:10px;
	line-height: 20px;
}

.index-jcsearch-box .jcsearch-con .item .item-con:hover{
    background: #0a50a1;
    border-color: #0a50a1;
    color: #ffffff;
}
.index-jcsearch-box .jcsearch-con .item .item-con:hover img{filter: brightness(0%) invert(100%);}


/*调整后*/
.index-title .big-title{
	font-family: 微软雅黑;
    font-weight: bold;
	font-size: 26px;
}
.moban-detail-box *{font-family: 微软雅黑 !important;}
.moban-detail-box p{
	font-family: 微软雅黑 !important;
	font-size: 16px !important;
	margin-bottom: 20px !important;
    line-height: 36px;
    color: #333333;
}
.erjiye-menu-box .erji-ul .sanji-ul li a{
	font-size: 14px;
}
.moban-detail-box p img{margin-bottom:15px;}

.chanpinjiance-con .item{font-size:14px;}

.moban-detail-box p img{/*max-height:195px;*/}

.moban-detail-box .img-box{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-box-pack: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;

	-webkit-flex-wrap:wrap;
	-webkit-box-lines:multiple;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
}
.moban-detail-box .img-box img{
	width: 200px;
	height: 120px;
	margin-right:10px;
	margin-bottom:10px;
}
.moban-detail-box .img-box img:nth-child(4n){margin-right:0;}
.moban-detail-box .huanraotu-img{
	width: 290px;
	height: 195px;
	float: left;
	margin-bottom: 20px;
	border-radius: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	overflow:hidden;
}
.moban-detail-box .huanraotu-img img{max-width:100%;max-height:100%;margin:0;}

.detail-zhengshu-box{
	width: 710px;
	font-size: 16px;
	margin: 0 auto;
}
.detail-zhengshu-box .yiheng{
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
.detail-zhengshu-box .yiheng img{max-width:528px;}
.detail-zhengshu-box .erlie{
	width: 100%;
	text-align: center;
}
.detail-zhengshu-box .erlie img{
	margin-top: 20px;
	border: 1px solid #d9d9d9;
	width: 280px;
	height: 400px;
}
.detail-zhengshu-box .erlie .left{
	float:left;width:330px; margin-left:25px;
}
.detail-zhengshu-box .erlie .right{
	float:right;width:330px; margin-right:25px;
}

.bordernone,table.bordernone,table.bordernone tr td,table.bordernone tr th{border: none !important;}




/*要求文字变大*/
.header-right ul li a,.index-xiangguanzixun-nav li,.xinwen-list-box .list-item .text a,.zhongxinlist-con .item a,.chanpinjiance-con .item .item-text,.erjiye-menu-box .erji-ul .sanji-ul li a{font-size:16px;}
.index-jcsearch-box .jcsearch-con .item .item-con,.erjiye-menu-box .erji-ul li .erji-ul-title{font-size:16px;font-weight:bold;}
.flex-direction-nav a,.jishunengli-con .text{font-size:18px;}
.index-title .index-gengduo{padding-top: 7px;}
.index-title .index-gengduo a{font-size:16px;}
.web-fangwenjilu-con,.web-dangqianweizhi-con,.fanhui-button{font-size:15px;}
.web-menu-con ul li a{font-size:16px;font-family: PFSCB;}
.menu-zhankai-con .zhankai-item .item-yiji{font-size:15px;}
.menu-zhankai-con .zhankai-item .item-erji a{font-size:15px;}
.moban-detail-box p {
    font-size: 16px !important;
    margin-bottom: 20px !important;
    line-height: 36px !important;
    color: #333333;
}
.moban-detail-box p span{font-size:16px !important;}




.lianxixinxi-box{
	width: 100%;
	
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	
	-webkit-box-align: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	align-items: center;
	
	-webkit-box-pack: start;
	-moz-justify-content: start;
	-webkit-justify-content: start;
	justify-content: start;
	
	-webkit-flex-wrap:wrap;
	-webkit-box-lines:multiple;
	-moz-flex-wrap:wrap;
	flex-wrap:wrap;
}
.lianxixinxi-box .item{
	width:calc(33.88% - 20px);
	padding:30px;
	margin:0;
	margin-right:20px;
	margin-bottom:20px;
	background:#ffffff;
	border-radius:4px;
	background:url(../images/mingpian-bg.png)no-repeat right center #ffffff;
	height: auto;
    border: none;
}
.lianxixinxi-box .item:nth-child(3n){margin-right:0px;}
.lianxixinxi-box .item .name{
	color:#000000;
	font-size:17px;
	line-height:40px;
	font-family: PFSCB;
	margin-bottom: 10px;
}
.lianxixinxi-box .item .text{
	color:#666666;
	font-size:14px;
	line-height:25px;
}
.lianxixinxi-box .Email{
	width:100%;
	line-height:40px;
	color:#000000;
	font-size:14px;
    font-family: FZTYS;
}
.lianxixinxi-box .Email a{color:#000000;font-family: PFSCB;font-weight: bold;}


.index-title .s-title{display:none;}



.index-jcsearch-box .jcsearch-con .item:nth-child(1){
	-webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.index-jcsearch-box .jcsearch-con .item:nth-child(1) .item-con{
	width: calc(50% - 5px);
}
.index-jcsearch-box .jcsearch-con .item:nth-child(1) .item-con:nth-child(2){
	margin-right:0;
}
.index-jcsearch-box .jcsearch-con .item:nth-child(1) .item-con:nth-child(3){
	width: 100%;
	margin-top:10px;
}

