html,body {font-size:100px;}
/* 规定 1rem = 100px; 
 * 我们就可以根据这个比例来设计制作出一套css样式表布局这个页面，这个页面在宽度为750px时就完美显示了。例如：
*/
header {
    width: 100%;            // 宽度还可以结合百分百来使用
    height: .98rem;         // 高度为98px
    border-radius: .49rem;  // 圆角为49px
    font-size: .24rem;      // 字体为24px
}

@charset "utf-8";

/* 禁用iPhone中Safari的字号自动调整 */
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    /* 解决IOS默认滑动很卡的情况 */
    -webkit-overflow-scrolling : touch;
}

/* 禁止缩放表单 */
input[type="submit"], input[type="reset"], input[type="button"], input {
    resize: none;
    border: none;
}

/* 取消链接高亮  */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* 图片自适应 */
img {
    width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
    /* display: block; */
    -ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
}

/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    margin: 0;
    padding: 0;
}
body {
    font: 12px/1.5 'Microsoft YaHei','宋体', Tahoma, Arial, sans-serif;
    color: #555;
    background-color: #FFFFFF;
}
em, i {
    font-style: normal;
}
ul,li{
    list-style-type: none;
}
strong {
    font-weight: normal;
}
.clearfix:after {
    content: "";
    display: block;
    visibility: hidden;
    height: 0;
    clear: both;
}
.clearfix {
    zoom: 1;
}
a {
    text-decoration: none;
    color: #969696;
    font-family: 'Microsoft YaHei', Tahoma, Arial, sans-serif;
}
a:hover {
    text-decoration: none;
}
ul, ol {
    list-style: none;
}
h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-family: 'Microsoft YaHei';
}
img {
    border: none;
}
input{
    font-family: 'Microsoft YaHei';
}
/*单行溢出*/
.one-txt-cut{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
/*多行溢出 手机端使用*/
.txt-cut{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    /* -webkit-line-clamp: 2; */
    -webkit-box-orient: vertical;
}
/* 移动端点击a链接出现蓝色背景问题解决 */
a:link,a:active,a:visited,a:hover {
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
}
.w50{
    width: 50%;
}
.w25{
    width: 25%;
}
.w20{
    width: 20%;
}
.w33{
    width: 33.333333%;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.db{
    display: block !important;
}
.dn{
    display: none;
}

.banner img{
	width: 100%;
	height: 1.1rem;
}
.yewu-title{
	font-size: 0.14rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1A1A22;
	opacity: 1;
	text-align: center;
	margin: .2rem auto .1rem;
}
.yewu-content{
	width: 86%;
	font-size: 0.12rem;
	font-family: MicrosoftYaHei;
	color: #1A1A22;
	opacity: 1;
	margin: 0 auto;
}
.jiagou-content,
.fangan1,
.fangan2,
.kehu,
.jiagou-content_nz,
.fangan-word,
.jiagou-content_ll,
.jiagou-content_yp,
.jiagou-content_gn,
.jiagou-content_yf1,
.jiagou-content_yf2,
.jiagou-content_sj,
.jiagou-content-mobile
{
	margin: 0 .2rem;
}
.kehu-nyb{
	margin: 0 .19rem 0 .2rem;
	padding-top: .2rem;
}
.jiagou-content img{
	width: 100%;
	height: 2.12rem;
}
.jiagou-content_nz img{
	width: 100%;
	height: 1.83rem;
}
.jiagou-content_ll img{
	width: 100%;
	height: 1.79rem;
}
.jiagou-content_yp img{
	width: 100%;
	height: 1.17rem;
}
.jiagou-content_gn img{
	width: 100%;
	height: .85rem;
}
.jiagou-content_yf1 img{
	width: 100%;
	height: 1.18rem;
	margin-bottom: .1rem;
}
.jiagou-content_yf2 img{
	width: 100%;
	height: .94rem;
}
.jiagou-content_sj img{
	width: 100%;
	height: 1.52rem;
}
.jiagou-content-mobile img{
	width: 100%;
	height: 1.59rem;
}
.fangan-title{
	text-align: center;
	margin: .2rem auto .1rem;
}
.fangan-title .main-title{
	font-size: .14rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1A1A22;
	opacity: 1;
}
.fangan-title .subtitle{
	font-size: .12rem;
	font-family: MicrosoftYaHei;
	color: #1A1A22;
	opacity: 0.7;
}
.fangan1{
	margin-bottom: .1rem;
}
.fangan1 img{
	width: 100%;
	height: 1.3rem;
}
.fangan2 img{
	width: 100%;
	height: 1.54rem;
}
.kehu-div{
	display: flex;
	width: 100%;
	justify-content: space-between;
	margin-bottom: .1rem;
}
.kehu-div .kehu-img{
	width: 48.358%;
	height: .8rem;
	background-color: #F3F6F9;
	position: relative;
}
.kehu-div .kehu-img img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.kehu-div .logo_whdq img{
	width: 1.2rem;
	height: .28rem;
}
.kehu-div .logo_ycjk img{
	width: 1.2rem;
	height: .25rem;
}
.kehu-div .logo_nfdw img{
	width: 1.2rem;
	height: .22rem;
}
.kehu-div .logo_hftk img{
	width: 1.2rem;
	height: .21rem;
}
.fangan-word div{
	width: 100%;
	background: linear-gradient(315deg, #E5EFFF 0%, #F3F6F9 100%);
	opacity: 1;
	border-radius: 4px;
	margin-bottom: .1rem;
}
.fangan-word div p{
	padding: .1rem .12rem;
	font-size: .1rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1A1A22;
	opacity: 1;
}
.title-yifei{
	font-size: .14rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1A1A22;
	opacity: 1;
	text-align: center;
	margin: .19rem auto .06rem;
}
.subtitle-yifei{
	font-size: .12rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1A1A22;
	opacity: 1;
	text-align: center;
	margin-bottom: .1rem;
}
.mobile{
	margin-top: .05rem;
}
.kehu-div .fangan-nyb{
	width: 47%;
	background-color: #FFFFFF;
	position: relative;
	box-shadow: 0px 0px 0px rgba(177, 177, 177, 0.8);
	opacity: 1;
}
.kehu-div .fangan-nyb h2{
	font-size: .12rem;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1A1A22;
	opacity: 1;
}
.kehu-div .fangan-nyb p{
	font-size: .1rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: .16rem;
	color: #1A1A22;
	opacity: 1;
}
.fagnan-nyb-div1{
	height: .7rem;
}
.fagnan-nyb-div2{
	height: .86rem;
}
.fagnan-nyb-div3{
	height: 1.02rem;
}
.fagnan-nyb-div4{
	height: 1.34rem;
}
.kehu-div .fangan-yifei{
	width: 47%;
	background-color: #F3F6F9;
	position: relative;
}
.kehu-div .fangan-nyb div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 87%;
	text-align: center;
}
.kehu-div .fangan-yifei div{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	width: 87%;
	text-align: center;
}
.kehu-div .fangan-yifei img{
	width: .42rem;
	height: .42rem;
}
.kehu-div .fangan-yifei p{
	font-size: .1rem;
	font-family: Microsoft YaHei;
	font-weight: 400;
	line-height: .16rem;
	color: #1A1A22;
	opacity: 1;
}
.kehu-div .fangan-yifei-top{
	height: 1.3rem;
}
.kehu-div .fangan-yifei-bottom{
	height: 1.14rem;
}
.main-nyb{
	width: 100%;
	height: 4.62rem;
	background-image: url('../../images/nyb/bg_nongyebao.png');
	background-repeat: no-repeat;
	background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
}