*{
    margin: 0px;
    padding: 0px;
}
body{
	font-family: "微软雅黑";
}

a{
	color:#000;
	text-decoration: none
}
ul,li{
	list-style: none;
}


.topBox{
	width: 100%;
	background: #f9f9f9;
    height: 40px;
    line-height: 40px;
    color: #3193de;
    font-size: 14px;
}

.top{
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
    justify-content: space-between;
}
.d_title_01{
    flex: 1;
}
.d_title_r{
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top a{
	color: #3193de;
}
.top .top_login{
	padding: 0 10px
}

.headerBox{
    background:url("../images/head-bg.jpg") no-repeat;
}
.header{
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header_img{
    padding-top: 47px;
    padding-bottom: 38px;
}

.header_img img{
	max-width: 490px;
	display: block;
}

.header_search{
	display: flex;
	background: #D2D2D2;
    border: 1px solid #256cfe;
    border-radius: 3px;
	width: 430px;
	overflow: hidden;
	margin-top: 15px;
}

.header_search .p1{
	width: 80px;
	padding: 8px 15px;
    height: 38px;
    line-height: 20px;
    text-align: center;
    background-color: #FBFBFB;
    overflow: hidden;
    box-sizing: border-box;
	font-size: 13px;
	border-right: #e6e6e6 solid 1px;
}

.header_search .p2{
	flex: 1;
}

.header_search .p2 input{
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	border: 0;
	background: #fff;
	padding-left: 14px;
	outline: none;
}

.header_search .p3{
    border-radius: 0;
    border: none;
    background: #ee7a41;
    height: 38px;
    color: #fff;
    width: 72px;
    font-size: 15px;
}
.header_search .p3 img{
	display: block;
	width: 32px;
	height: 32px;
	padding: 3px;
}

.header_nav{
    color: #fff;
    box-sizing: border-box;
    font-size: 14px;
    overflow: hidden;
    background: #292dbe;
}
.header_nav ul{
    max-width: 1170px;
    display: flex;
    margin: 0 auto;
}
.header_nav li{
	padding: 0 14px;
	height: 50px;;
	line-height: 50px;
	flex-shrink: 0;
    font-size: 16px;
}

.header_nav .active{
	border-bottom: #faad14 solid 4px;
}
.header_nav a{
	color: #fff;
	margin: 0 21px;
	display: block;
}

.header_nav li:hover{
	border-bottom: #faad14 solid 4px;
}

.header_nav li:hover a{
	color: #fff;
}



/*以下是登录，图片，按钮部分样式*/
.login_img_button{
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
	margin-top: 15px;
	justify-content: space-between;
}

.login_off {
    max-width: 247px;
    border: #ebebeb solid 1px;
    box-sizing: border-box;
    box-shadow: 0 4px 12px 0 rgba(0,9,29,.11);
    border-radius: 3px;
    padding: 20px;
}
.login_off_title{
	font-size: 17px;
	margin-bottom: 10px;
	color: #0265b6;
}
.login_off_input{
	width: 100%;
	
}

.login_off_input li{
	width: 100%;
	display: flex;
	margin-bottom: 15px;
}

.login_off_input li .login_off_input_name{
	width: 60px;
	font-size: 13px;
	text-align: right;
	padding-right: 10px;
	flex-shrink: 0;
	padding-top: 5px;
}

.login_off_input li .login_off_input_box{
    flex: 1;
    color: #999;
    font-size: 14px;
}

.login_off_input li .login_off_input_box input{
	height: 38px;
	line-height: 38px;
	width: 100%;
	box-sizing: border-box;
	padding-left: 10px;
	border: #e6e6e6 solid 1px;
	outline: none;
}

.passwordStyle{
	width: 100%;
	display: flex;
	justify-content: space-between;
	font-size: 13px;
	padding-top: 10px;
	color: #666;
}
.passwordStyle li{
	display: flex;
}

.passwordStyle li input{
	width: 17px;
	height: 17px;
	margin-right: 10px;
}

.passwordStyle li .p3{
	margin-right: 10px;
	color: #333;
	transition: color 0.3s;
}
.passwordStyle li .p4{
	color: #333;
	transition: color 0.3s;
}

.passwordStyle li .p3:hover{
	color: #888;
	transition: color 0.3s;
}
.passwordStyle li .p4:hover{
	color: #888;
	transition: color 0.3s;
}
.login_img_button .button{
	margin-top: 20px;
	display: flex;
	justify-content: flex-end;
}

.login_img_button .button .b1,.login_img_button .button .b2{
	height: 38px;
    line-height: 38px;
    padding: 0 18px;
	white-space: nowrap;
    text-align: center;
    font-size: 14px;
    border: none;
    border-radius: 2px;
    cursor: pointer;
}

.login_img_button .button .b1{
	background: #1E9FFF;
	color: #fff;
	margin-right: 12px;
	transition: opacity 0.3s;
}
.login_img_button .button .b1:hover{
	transition: opacity 0.3s;
	opacity: 0.8;
}

.login_img_button .button .b2{
	background: #fff;
	border: #C9C9C9 solid 1px;
	color:#555;
	transition: border 0.3s;
}

.login_img_button .button .b2:hover{
	transition: border 0.3s;
	background: #fff;
	border: #009688 solid 1px;
	color:#333;
}

.login_on{
	width: 247px;
	border: #ebebeb solid 1px;
	box-sizing: border-box;
	padding:11px;
}
.login_on_title{
	font-size: 17px;
	margin-bottom: 10px;
	color: #0265b6;
}

.login_on ul{
	font-size: 13px;
	line-height: 32px;
}

.login_on ul li{
	display:flex;
}

.login_on ul li .d1{
	width:70px;
	text-align: right;
}

.login_on ul li .d2{
	margin-left: 10px;
}

.login_on_button{
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 10px;
}

.login_on_button div{
	padding:0 10px;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	border-radius: 2px;
}

.login_on_button div a{
	color:#fff;
}

.login_on_button .btn1{
	background: #FF5722;
	transition: opacity 0.3s;
}

.login_on_button .btn2{
	background: #1E9FFF;
	transition: opacity 0.3s;
	margin-left: 15px;
}

.login_on_button .btn1:hover{
	opacity: 0.8;
	transition: opacity 0.3s;
}

.login_on_button .btn2:hover{
	opacity: 0.8;
	transition: opacity 0.3s;
}

.bigImage {
    width: 646px;
    height: 264px;
    display: block;
}
.bigImage img{
	width: 100%;
	height: 100%;
}

.sixButtonStyle{
	width: 247px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between;
	font-size: 13px;
}

.sixButtonStyle .iconfont{
	color: #1071D2
}

.topButton{
	width: 100%;
	display: flex;
	justify-content: space-between
}
.topButton_l{
    width: 114px;
    height: 125px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
	text-align: center;
	border: #ebebeb solid 1px;
	border-radius: 6px;
	box-sizing: border-box;
	transition: background 0.3s;
}

.topButton_l p{
	width:100%;
}

.topButton_l p .icon-caigourenku{
	font-size: 60px;
}

.topButton_l p .icon-youzhigongyingshang{
	font-size: 60px;
}

.topButton_r{
	width: 120px;
	height: 120px;
}

.topButton_l:hover{
	background: #efefef;
	transition: background 0.3s;
}

.topButton_r ul{
	width:100%;
	height: 125px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-between
}

.topButton_r ul li{
	width: 100%;
}

.topButton_r ul li a{
	width: 100%;
	height: 55px;
	display: flex;
	align-items: center;
	border: #ebebeb solid 1px;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 5px 9px;
	transition: background 0.3s;
}

.topButton_r ul li a:hover{
	background: #efefef;
	transition: background 0.3s;
}

.topButton_r .icon-zhuce,
.topButton_r .icon-zaixiankefu,
.topButton_r .icon-weixin,
.topButton_r .icon-weizhi{
	font-size: 30px;
	margin-right: 5px;
}

/*以下是主要内容部分样式*/
.contentBox{
	width: 1170px;
	margin: 0 auto;
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
}

.contentBox_left{
	width: 247px;
}

.contentBox_left_zszs{
	margin-bottom: 15px;
    border: 1px solid #ebebeb;
    box-shadow: 0 4px 12px 0 rgba(0,9,29,.11);
    border-radius: 3px;
}

.contentBox_left_zszs_title{
	width: 100%;
	font-size: 17px;
	box-sizing: border-box;
	padding-left: 20px;
	color: #3193de;
	height: 38px;
	line-height: 38px;
	border-bottom: 2px solid #ebebeb;
}

.contentBox_left_zszs_imgList{
	width: 100%;
	box-sizing: border-box;
	padding:0 10px;
	height: 672px;
	overflow: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}

.contentBox_left_zszs_imgList img{
	width: 100%;
	margin-bottom: 5px;
	box-sizing: border-box;
	border: #ebebeb solid 1px;
	display: block;
	padding: 2px;
}

.oneImage{
	width:100%;
	margin-bottom: 15px;
}

.oneImage img{
	width: 100%;
	height: 338px;
	display: block;
	box-sizing: border-box;
	border: #ebebeb solid 1px;
}

.contentBox_left_hydt{
	margin-bottom: 15px;
    border: 1px solid #ebebeb;
    box-shadow: 0 4px 12px 0 rgba(0,9,29,.11);
    border-radius: 3px;
}

.contentBox_left_hydt .ul1{
	width: 100%;
	font-size: 17px;
	box-sizing: border-box;
	padding-left: 20px;
	padding-right: 10px;
	color: #3193de;
	height: 38px;
	line-height: 38px;
	border-bottom: 2px solid #ebebeb;
	display: flex;
	justify-content: space-between;
}

.contentBox_left_hydt .ul1 .li2{
	font-size: 13px;
}

.contentBox_left_hydt .ul1 .li2 a{
	color:#333;
	transition: color 0.3s;
}
.contentBox_left_hydt .ul1 .li2 a:hover{
	color:#777;
	transition: color 0.3s;
}

.contentBox_left_hydt .ul2{
	width: 100%;
	font-size: 13px;
	box-sizing: border-box;
	padding:0 10px;
}

.contentBox_left_hydt .ul2 .icon-dian{
	font-size: 9px;
	flex-shrink: 0;
	color: #FF5722
}

.contentBox_left_hydt .ul2 li{
	display: flex;
	align-items: center;
	height: 36px;
	line-height: 36px;
	border-bottom: 1px dotted #d2d2d2;
}

.contentBox_left_hydt .ul2 li:last-child{
	border: none;
}

.contentBox_left_hydt .ul2 li a{
	flex: 1;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
	padding-left: 10px;
	color: #333;
	transition: color 0.3s;
}

.contentBox_left_hydt .ul2 li a:hover{
	color: #777;
	transition: color 0.3s;
}

.contentBox_left_yqlj{
	width: 100%;
	box-sizing: border-box;
	font-size: 13px;
	display: flex;
	flex-wrap: wrap;
	padding: 8px 0;
}

.contentBox_left_yqlj p{
	padding:0 20px;
	line-height: 30px;
}

.contentBox_left_yqlj p a{
	color: #333;
	transition: color 0.3s;
}

.contentBox_left_yqlj p a:hover{
	color: #777;
	transition: color 0.3s;
}

.contentBox_right{
	flex: 1;
	margin-left: 14px;
}

.contentBox_right_tab{
    width: 100%;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    padding: 7px 21px 0;
    position: relative;
    box-shadow: 0 4px 12px 0 rgba(0,9,29,.11);
    border-radius: 3px;
}

.tui_sl{
	position: absolute;
	left: 0;
	top: 10px;
	height: 22px;
    line-height: 22px;
    padding: 0 5px;
    font-size: 12px;
	border-radius: 2px;
	background: #FF5722;
	transition: opacity 0.3s;
	z-index: 999;
}

.tui_sl a{
	color: #fff;
	
}

.tui_sl:hover{
	opacity: 0.8;
	transition: opacity 0.3s;
}

.adimg1{
	width:100%;
	margin: 15px 0;
}

.adimg1 img{
	width: 100%;
	display: block;
}

.contentBox_right_fgzx{
	width: 100%;
	border: 1px solid #ebebeb;
	box-sizing: border-box;
	padding: 0 25px;
	position: relative;    
	border-radius: 3px;
    box-shadow: 0 4px 12px 0 rgba(0,9,29,.11);
}

.contentBox_right_fgzx_title{
	width:100%;
	display: flex;
	justify-content: space-between;
	height: 41px;
	line-height: 41px;
	border-bottom: #e6e6e6 solid 1px;
	font-size: 14px;
}

.contentBox_right_fgzx_title .p1{
	padding:0 15px;
	height: 40px;
	color: #3193de;
	border-bottom: 2px solid #3193de;
}

.contentBox_right_fgzx_title .p2 a{
	color:#333;
	transition: color 0.3s;
}
.contentBox_right_fgzx_title .p2 a:hover{
	color:#777;
	transition: color 0.3s;
}

.contentBox_right_fgzx ul{
	padding: 10px 0;
}

.contentBox_right_fgzx ul li a{
	width:100%;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	color:#333;
}

.contentBox_right_fgzx ul li a:hover{
	color:#777;
}

.contentBox_right_fgzx ul li a .div1{
	display: flex;
	align-items: flex-start;
}

.contentBox_right_fgzx ul li a .div2{
	flex-shrink: 0;
}

.contentBox_right_fgzx ul li{
	width: 100%;
    height: 36px;
    line-height: 36px;
    border-bottom: 1px dotted #d2d2d2;
	overflow: hidden;
}


.contentBox_right_fgzx ul li .icon-dian{
	font-size: 9px;
	margin-right: 7px;
	color:#FF5722;
}

/*页面底部样式开始*/
.pageFoot{
	width:100%;
	background: #030828;
	height: 100px;
	color:#fff;
}

.pageFoot_cont{
	width: 1000px;
	margin: 0 auto;
	padding-top: 20px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;

}

.pageFoot_cont div{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.pageFoot_cont div p{
	margin: 0 5px;
}


/*以下是内页样式*/

.ny_topBox{
	width: 100%;
	background: #fbfbfb;
    height: 40px;
    line-height: 40px;
    color: #3193de;
    font-size: 14px;
}

.ny_top{
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-end;
}
.ny_top span{
	padding: 0 10px
}
.ny_top a{
	color: #3193de;
}
.ny_top .ny_top_login{
	padding: 0 10px
}

.ny_headerBox{
	height: 160px;
    background-color: #030828;
}

.ny_header{
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ny_header_img{
	max-width: 320px;
	padding-top: 15px;
	padding-left: 25px;
}

.ny_header_img img{
	max-width: 320px;
	display: block;
}

.ny_header_search{
	display: flex;
	background: #D2D2D2;
	border-width: 1px;
    border-style: solid;
    border-radius: 3px;
	width: 430px;
	overflow: hidden;
	margin-top: 15px;
}

.ny_header_search .p1{
	width: 80px;
	padding: 8px 15px;
    height: 38px;
    line-height: 20px;
    text-align: center;
    background-color: #FBFBFB;
    overflow: hidden;
    box-sizing: border-box;
	font-size: 13px;
	border-right: #e6e6e6 solid 1px;
}

.ny_header_search .p2{
	flex: 1;
}

.ny_header_search .p2 input{
	display: block;
	width: 100%;
	height: 38px;
	line-height: 38px;
	border: 0;
	background: #fff;
	padding-left: 10px;
	outline: none;
}

.ny_header_search .p3{
	border-radius: 0;
	border: none;
	background: #fff;
	height: 38px;
}
.ny_header_search .p3 img{
	display: block;
	width: 32px;
	height: 32px;
	padding: 3px;
}

.ny_header_nav{
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
	color: #fff;
	box-sizing: border-box;
	padding: 0 20px;
	font-size: 14px;
	overflow: hidden;
/*	height: 60px;*/
}
.ny_header_nav li{
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
	flex-shrink: 0;
}

.ny_header_nav .active{
	border-bottom: #faad14 solid 4px;
}
.ny_header_nav a{
	color: rgba(255,255,255,0.7);
	margin: 0 13px;
	display: block;
}

.ny_header_nav li:hover{
	border-bottom: #faad14 solid 4px;
}

.ny_header_nav li:hover a{
	color: #fff;
}

.ny_pageFoot{
	width:100%;
	background: #030828;
	height: 100px;
	color:#fff;
}

.ny_pageFoot_cont{
	max-width: 1170px;
	margin: 0 auto;
	padding-top: 20px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
}

.ny_pageFoot div{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.ny_pageFoot div p{
	margin: 0 5px;
}

.ny_contentBox{
	max-width: 1170px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.ny_content_nav{
	width: 100%;
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	padding-left: 20px;
	font-size: 14px;
	background: url("../images/locationbg.png") repeat-x;
	color: #999;
	display: flex;
	justify-content: space-between;
}

.ny_content_nav .p1{
	padding-right: 30px;
}

.ny_content_nav .p1 a:hover{
	color: #999;
}

.ny_content_nav a{
	margin: 0 7px;
	color: #666;
}

.ny_content_nav a:hover{
	color: #009688;
}

.ny_content_cont{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
/*↓左边部分样式*/
.ny_content_cont_left{
	width: 25%;
	box-sizing: border-box;
	padding-right: 5px;
}

.ny_content_cont_top{
	width: 100%;
	box-sizing: border-box;

}

.ny_content_cont_top_title{
	width: 100%;
	display: flex;
	align-items: center;
	background: #0265b6;
	line-height: 39px;
	height: 39px;
	font-size: 15px;
	color: #fff;
}

.ny_content_cont_top_title .icon-youzhijiantou{
	font-size: 12px;
	padding: 0 15px;
}

.ny_content_cont_top ul{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
}

.ny_content_cont_top ul li{
	width: 80%;
	margin: 13px auto;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-left: 6%;
	color: #da0002;
	line-height: 32px;
	font-size: 14px;
	background: #e6f2ff;
	border: 1px solid #dbeaf7;
}

.ny_content_cont_top ul li .icon-shuangjiantouyou{
	font-size: 12px;
	margin-right: 10px;
}

.ny_loginBox{
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #e6e6e6;
	margin-top: 10px;
}

.ny_loginBox_title{
	margin: 13px 0 15px 15px;
	font-size: 16px;
	font-weight: 600;
	color: #0265b6;
}

.ny_loginBox .ny_loginBox_input{
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	height: 36px;
	margin-bottom: 15px;
}

.ny_loginBox .ny_loginBox_input input{
	width: 100%;
	box-sizing: border-box;
	height: 36px;
	line-height: 36px;
	padding-left: 10px;
	border: #e6e6e6 solid 1px;
	outline: none;
	transition: border 0.3s;
	border-radius: 2px;
}

.ny_loginBox .ny_loginBox_input input:hover{
	border: #d2d2d2 solid 1px;
	transition: border 0.3s;
}

.ny_loginBox .ny_loginBox_input input:focus{
	border: #d2d2d2 solid 1px;
	transition: border 0.3s;
}

.ny_loginBox .ny_button{
	width: 100%;
	box-sizing: border-box;
	padding: 0 15px;
	padding-bottom: 15px;
}

.ny_loginBox .ny_button input{
	width: 100%;
	background: #1E9FFF;
	border: none;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	border-radius: 2px;
	color: #fff;
	cursor:pointer;
}

/*↓右边部分样式*/
.ny_content_cont_right{
	width: 75%;
	box-sizing: border-box;
	padding-left: 5px;
	padding-top: 10px;
}

.ny_content_cont_right_menu{
	width: 100%;
	display: flex;
	justify-content: space-between;
	border-bottom: #e6e6e6 solid 1px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.ny_content_cont_right_menu ul {
    display: flex;
    flex: 0 0 35%;
}
.ny_content_cont_right_menu .ul2 li {
    color: #333;
    width: 57px;
    margin-right: 0;
    flex: 1;
    text-align: right;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 24px;
}
.ny_content_cont_right_List li .div1 {
    margin-right: 22px!important;
}
.hyzx{margin-left: 7px;background-color: #FF5722;color: #fff!important;font-size: 12px;padding: 6px 8px;border-radius: 3px;}

.ny_content_cont_right_menu .ul1 a{
	color: #333;
}
.ny_content_cont_right_menu .ul1 a:hover{
	color:#666;
}

.ny_content_cont_right_menu .ul1 li{
	padding: 0 15px;
	width: 60px;
	text-align: center;
	height: 39px;
}

/*.ny_content_cont_right_menu .ul1 li:hover{*/
/*	border-bottom: #5FB878 solid 2px;*/
/*}*/
/*.ny_content_cont_right_menu .ul1 li:hover a{*/
/*	color: #009688;*/
/*}*/

.ny_content_cont_right_menu .ul2{
	flex-shrink: 0;
}

.ny_content_cont_right_menu .ul2 li{
    color: #333;
    margin-left: 77px;
    margin-right: 36px;
}

.ny_content_cont_right_List{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}

.ny_content_cont_right_List li a{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	font-size: 14px;
}

.ny_content_cont_right_List li{
	border-bottom: 1px dotted #d2d2d2;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
}

.ny_content_cont_right_List li .div1{
	display: flex;
	align-items: flex-start;
    margin-right: 70px;
	flex: 1;
}

.ny_content_cont_right_List li a .span2{
	margin-left: 80px;
}

.ny_content_cont_right_List li a .icon-dian{
	font-size: 9px;
	margin-right: 5px;
	color: #FF5722;
}

.ny_content_cont_right_List li a{
	color: #333;
}

.ny_content_cont_right_List li a:hover{
	color: #777;
}

.ny_content_cont_right_fenye{
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 12px;
	line-height: 28px;
	box-sizing: border-box;
	padding-left: 10px;
	color: #333;
}
.ny_content_cont_right_fenye .div1{
	margin-right: 10px;
}

.ny_content_cont_right_fenye .div1 span{
	margin: 0 5px;
}

.ny_content_cont_right_fenye .div2{
	display: flex;
}

.ny_content_cont_right_fenye .div2 a{
	display: block;
	border: #e2e2e2 solid 1px;
	padding:0 15px;
}

.ny_content_cont_right_fenye .div2 a:hover{
	background: #009688;
	color: #fff;
	border: #009688 solid 1px;
	border-radius: 2px;
}

.ny_content_cont_right_fenye .div3{
	margin-left: 10px;
	color: #999;
	display: flex;
	align-items: center;
}
.ny_content_cont_right_fenye .div3 input{
	width: 40px;
	height: 28px;
	border: #e6e6e6 solid 1px;
	text-align: center;
	font-size: 12px;
	margin: 0 10px;
	border-radius: 2px;
}

.ny_content_cont_right_fenye .div3 button{
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	margin-left: 10px;
	padding: 0 10px;
	border: #e6e6e6 solid 1px;
	background: none;
	cursor: pointer;
}


/*详情页面样式开始*/
.ny_content_info{
	width: 100%;
	margin-top: 10px;
}

.ny_content_info_title{
	width: 100%;
	font-size: 32px;
	text-align: center;
}

.ny_content_info_time{
	width: 100%;
	height: 25px;
	line-height: 25px;
	display: flex;
	justify-content: center;
	background: #eaeaea;
	font-size: 14px;
	color: #333;
	margin-top: 10px;
}

.ny_content_info_time .p2{
	margin-left: 20px;
}

.ny_content_info_time .p2 span{
	margin-right: 2px;
	font-size: 14px;
}

.ny_content_info_sm{
	width: 100%;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
}

.ny_content_info_det{
	width: 100%;
	min-height: 400px;
	font-size: 14px;
	box-sizing: border-box;
	padding: 0 10px;
	padding-top: 10px;
	padding-bottom: 20px;
    line-height: 25px;
}

/*以下为响应式*/
@media(max-width:768px){
    #layui-layer1{
    width: 92%!important;
    top: 14%!important;
    left: 15px!important;
}
    .ny_content_cont_right_menu ul {
    flex: 1;
}
	.topBox{
		width: 100%;
	}
	.hyzx{display:none}

	.topBox .top{
		justify-content: center;
		max-width: 100%;
		width: 94%;
	}
	.d_title_r {
	    flex: 1;
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	    width: 100%;
	}
	.topBox .top .d_title_01{
		display: none;
	}

	.header{
		display: block;
	}
	.headerBox {
		background: url(../images/head-bg.jpg) no-repeat top center;
		background-size: cover;
	}
	.header_img{
		max-width: 100%;
		padding-top: 27px;
		padding-bottom: 22px;
	}
	.header_img img{
		max-width: 80%;
		margin: 0 auto;
	}
	.header_search{
		width: 96%;
		margin: 0 auto;
		box-sizing: border-box;
		margin-top: 0;
		margin-bottom: 9px;
	}
	.header_nav .active {
		border-bottom: none;
	}
	.header_nav ul{
		flex-wrap: wrap;
		justify-content: flex-start;
		padding: 10px 0;
	}
	.header_nav li{
		padding: 0;
		width: 33.3%;
		text-align: center;
		font-size: 14px;
		height: 42px;
		line-height: 42px;
	}

	.login_img_button{
		flex-wrap: wrap;
	}

	.login_img_button .login_off{
		max-width: 96%;
		width: 92%;
		margin: 0 auto;
		margin-bottom: 15px;
	}

	.login_img_button .login_on{
		width: 96%;
		margin: 0 auto;
		margin-bottom: 10px;
	}

	.login_img_button .bigImage{
		max-width: 96%;
		margin: 0 auto;
		height: auto;
	}

	.login_img_button .bigImage img{
		width: 100%;
		height: auto;
	}

	.sixButtonStyle{
		width: 96%;
		margin: 0 auto;
		margin-top: 10px;
	}

	.sixButtonStyle .topButton{
		width: 100%;
		margin-bottom: 10px;
	}

	.sixButtonStyle .topButton a{
		width: 49%;
		display: block;
	}

	.sixButtonStyle .topButton .topButton_l{
		width: 100%;
	}

	.sixButtonStyle .topButton .topButton_r{
		width: 49%;
	}

	.sixButtonStyle .topButton .topButton_r a{
		display: flex;
		width: 100%;
	}

	.contentBox{
		width: 96%;
		margin: 0 auto;
		display: block !important;
	}

	.contentBox .contentBox_left{
		display: none;
	}

	.contentBox .contentBox_right{
		margin-left: 0;
	}

	.contentBox .contentBox_right .contentBox_right_tab{
		padding: 0 0;
	}

	.contentBox .contentBox_right .contentBox_right_tab #tags{
		display: flex;
		overflow-y: hidden;
	}

	.contentBox .contentBox_right .contentBox_right_tab #tags li{
		flex-shrink: 0;
	}
	.contentBox .contentBox_right .contentBox_right_tab #tags .divwzrq{
		display: none !important;
	}
.ny_content_nav {
    padding-left: 10px;
}
.ny_content_nav p{
    width: 80%;
    overflow: hidden;
}
.ny_content_nav .p1 {
    padding-right: 10px;
    width: 20%;
    text-align: right;
}
.ny_loginBox_content .ny_loginBox {
    width: 98%!important;
}
.ny_loginBox_text {
    width: 98%!important;
}
.ny_loginBox_content .ny_loginBox .ny_loginBox_input {
    padding: 0 15px!important;
}
.ny_loginBox_content .ny_loginBox .ny_button {
    padding: 0 15px!important;
    padding-bottom: 15px!important;
}
.ny_contentBox {
    padding-bottom: 0;
}
	.tagContent{
		width: 100%;
		box-sizing: border-box;
		padding: 0 10px;
	}

	.tagContent ul{
		overflow: hidden;
	}

	.tagContent ul .li2{
		display: none;
	}

	.tagContent ul .li3{
		display: none;
	}

	.contentBox .contentBox_right .contentBox_right_tab #tags_sl{
		display: flex;
		overflow-y: hidden;
		padding-left: 20px;
	}

	.contentBox .contentBox_right .contentBox_right_tab #tags_sl li{
		flex-shrink: 0;
	}
	.contentBox .contentBox_right .contentBox_right_tab #tags_sl .divwzrq{
		display: none !important;
	}

	.contentBox_right_fgzx{
		padding: 0 10px;
	}

	.contentBox_right_fgzx .div2{
		display: none;
	}

	.contentBox_right_fgzx ul li{
		display: block;
	}

	.contentBox_right_fgzx ul li .div1 {
		overflow: hidden;
		text-overflow:ellipsis;
		white-space: nowrap;
	}

	.pageFoot{
		height: auto;
		margin-top: 20px;

	}

	.pageFoot .pageFoot_cont{
		width: 100%;
		padding-bottom: 20px;
	}


	/*内页响应样式*/
	.ny_top{
		max-width: 100%;
		justify-content: center;
	}
	.ny_hy{
		display: none;
	}
	.ny_headerBox{
		height: auto;
	}

	.ny_header{
		max-width: 100%;
		flex-wrap: wrap;
		display: block;
	}
	.ny_header_img{
		max-width: 100%;
	}

	.ny_header_img img{
		max-width: 80%;
		margin: 0 auto;
	}

	.ny_header_search{
		width: 96%;
		margin: 0 auto;
		margin-top: 20px;
		box-sizing: border-box;
	}

	.ny_header_nav{
		max-width: 100%;
		flex-wrap: wrap;
	}
	.ny_header_nav li{
		width: 33.3%;
		padding: 0 0;
		text-align: center;
	}

	.ny_content_cont_left{
		display: none;
	}

	.ny_content_cont_right{
		width: 100%;
		padding-left: 0;
		padding-top: 0;

	}

	.ny_content_cont_right .ul2 {
    flex: 1;
    float: right;
}

	.ny_content_cont_right_fenye{
padding-left: 0;
		justify-content: center;
	}

	.ny_content_cont_right_fenye .div1{
		display: none;
	}
	.ny_content_cont_right_fenye .div3{
		display: none;
	}

	.ny_content_cont_right_List li .div2 .span2{
		margin-left: 10px;
	}

	.ny_pageFoot{
		height: auto;
		padding-bottom: 20px;
	}

	.ny_content_info{
		box-sizing: border-box;
		padding: 0 10px;
        margin-top: 0;
	}
	.ny_content_info_det {
	    min-height: auto;
	}
	.ny_content_info_title {
	    font-size: 24px;
        padding-bottom: 3px;
	}
.top .top_login {
    padding: 0;
    font-size: 12px;
}
.top .top_login_r{
    font-size: 13px;
    flex: 1;
    text-align: right;
}
.top span {
    padding: 0;
    font-size: 13px;
}
.top .vip {display: none;}
.login_form {
    width: 100% !important;
}
.hycp{
    display: flex;
    flex-direction: column;
}
.layui-container {
    width: 100%;
}
.layui-col-xs3 {
    width: 100%;
}
}

@media(min-width: 769px) and (max-width:1020px){
	.topBox{
		box-sizing: border-box;
		padding: 0 15px;
	}


	.header_img{
		margin-right: 40px;
	}

	.header{
		max-width: 100%;
		box-sizing: border-box;
		padding: 0 20px;
	}

	.header_nav {
		justify-content: space-between;
	}

	.header_nav li{
		padding: 0;
	}

	.login_img_button{
		flex-wrap: wrap;
		max-width: 98%;
		margin: 0 auto;
		margin-top: 10px;
	}

	.login_img_button .login_off{
		max-width: 100%;
		flex: 1;
		margin-right: 10px;
	}

	.login_img_button .bigImage{
		max-width: 100%;
	}

	.bigImage{
		flex-shrink: 0;
		height: 250px;
		display: block;
	}

	.sixButtonStyle{
		width: 100%;
		justify-content: space-between;
		margin-top: 10px;
	}

	.topButton{
		width: 49.5%;
	}

	.topButton a{
		display: block;
		width: 49%;
	}

	.topButton .topButton_l{
		width: 100%;
	}

	.topButton_r{
		width: 49%;
	}

	.contentBox{
		width: 98%;
	}

	.contentBox_right{
		width: 100%;
	}

	.contentBox_right_tab{
		padding: 0 0;
	}

	#tags{
		box-sizing: border-box;
		padding: 0 25px;
		display: flex;
		overflow-y: hidden;
	}

	#tags li{
		flex-shrink: 0;
	}

	.divwzrq{
		display: none !important;
	}

	.tagContent .li2{
		display: none;
	}

	.tagContent{
		box-sizing: border-box;
		padding: 0 10px;
	}

	#tags_sl{
		box-sizing: border-box;
		padding: 0 25px;
		display: flex;
		overflow-y: hidden;
	}

	#tags_sl li{
		flex-shrink: 0;
	}

	.pageFoot{
		height: auto;
		padding-bottom: 20px;
	}

	.pageFoot_cont{
		max-width: 100%;
	}

}

@media(min-width: 769px) and (max-width:1200px){
	.ny_header{
		box-sizing: border-box;
		padding: 0 20px;
	}

	.ny_header_nav{
		justify-content: space-between;
	}
	.ny_header_nav li{
		padding: 0 0;
	}

	.ny_headerBox .ny_header_img{
		padding-right: 25px;
	}

	.ny_pageFoot{
		height: auto;
		padding-bottom: 20px;
	}

	.ny_content_info{
		box-sizing: border-box;
		padding: 0 10px;
	}

}

.ny_loginBox_p{
    font-size: 14px;
    text-align: center;
    padding-top: 10px;
}
.ny_loginBox_content .ny_loginBox_title {
    font-size: 16px;
    font-weight: normal;
    color: #1E9FFF;
}
.ny_loginBox_content .ny_loginBox{
    width: 40%;
    margin: 16px auto;
}
.ny_loginBox_content .ny_loginBox .ny_loginBox_input {
    padding: 0 50px;
}
.ny_loginBox_content .ny_loginBox .ny_button{
    padding: 0 50px;
    padding-bottom: 15px;
}
.ny_content_info_text{
    font-size: 14px;
    color: red;
    text-align: center;
    padding-top: 13px;
    padding-bottom: 6px;
    line-height: 24px;
}
.ny_loginBox_text{
    width: 40%;
    margin: 16px auto;
    line-height: 28px;
    font-size: 14px;
}
.text-red {
    color: #FF5722;
}
.text-yellow {
    color: #FFB800;
}
.ny_content_info_text span{
    color: #000;
}
.ny_content_info_b{
    font-size: 14px;
    text-align: center;
    color: #2c8efe;
}


.layui-container {
	width: 1030px;
}

.layui-form-pane .layui-form-label {
	width: 80px;
}

.userLogin .layui-form-label {
	padding: 5px;
}

.layui-input-block {
	min-height: 30px;
}

.layui-form-pane .layui-input-block {
	margin-left: 80px;
}

.layui-carousel img {
	width: 100%;
}

.layui-tab-title {
	left: 25px;
}

.layui-tab-brief>.layui-tab-title .layui-this {
	color: #3193de;
}

.layui-tab-brief>.layui-tab-more li.layui-this:after, .layui-tab-brief>.layui-tab-title .layui-this:after
	{
	border-bottom: 2px solid #3193de;
}
hr {
    height: 1px;
    margin: 10px 0;
    border: 0;
    clear: both;
}
.layui-bg-orange {
    background-color: #e4e4e4!important;
}
/*会员中心*/
.layui-elem-quote {
    margin: 0 0 20px!important;
    padding: 4px 15px!important;
    background: #fff!important;
    font-size: 24px;
    font-weight: 500;
    border-left: 5px solid #326de1 !important;
}
.user-infobox {
    padding-left: 26px!important;
    height: 188px!important;
    border-right: 1px dotted #bebebe!important;
}
.user-infobox h4 {
    margin: 20px 0 8px 0;
    line-height: 56px;
    font-size: 24px;
    color: #ff5908;
}
/*** page
-------------------------------------------------------------- ****/
.pageBox {text-align: center;    width: 100%;}
.pageBox a {border:1px solid #ddd;display:inline-block;margin-right:6px;color: #707070;padding: 0 13px;height:34px;font:bold 14px/34px arial;}
.pageBox a:hover,.pageBox a:active{background:#3aa9f2;color: #FFFFFF;text-decoration: none;}
.pageBox .cur { background: #3aa9f2;border: 1px solid #3aa9f2;text-decoration: none;}
.pageBox a.cur {color: #fff;}
.pageBox .disabled {width: 79px;}