/*pubilc start*/
* {margin: 0;padding: 0;/*font-size: 16px;font-family: "微软雅黑";*/-webkit-tap-highlight-color: rgba(0, 0, 0, 0);box-sizing: border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
body,ol,ul,li,dl,dt,dd,form,p,h1,h2,h3,h4,h5,img{margin: 0;padding: 0;font-family: "微软雅黑";font-size: 16px;}
ol,ul,li{list-style: none;padding: 0;margin: 0;}
img{border: none;max-width: 100%;vertical-align: middle;}
a{text-decoration: none;border: none;margin: 0;padding: 0;}
input,textarea,button{outline: 0;resize: none;border: none;_border: 0;margin: 0;padding: 0;background: none;}
select{border: 0;}
input::-webkit-search-cancel-button {display: none;}
input::-webkit-input-placeholder{font-size: 12px;color: #999999;}
input[type=button],input[type=submit],input[type=search],button {-webkit-appearance: none;background: none;outline: none;}
input{-webkit-appearance: none;}
/* table,table td {border-collapse: collapse;} */
select{border: 0;appearance: none;-webkit-appearance: none;-moz-appearance: none;outline: none;}
select::-ms-expand {display: none;}
body{overflow-x:hidden;}
.clear {clear: both;}
.clearfix::after{content: '';clear: both;display: block;}
.fl{float: left;}
.fr{float: right;}
.div1600{width: 1600px;margin: 0 auto;}
.div1200{width: 1200px;margin: 0 auto;}
.div1100{width: 1100px;margin: 0 auto;}
.div1000{width: 1000px;margin: 0 auto;}
.wrap {width: 100%;_zoom: 1;position: relative;transition: all .4s;}
.line_1{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 1;-webkit-box-orient: vertical;}
.line_2{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.line_3{overflow: hidden;text-overflow: ellipsis;display: -webkit-box !important;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
/*pubilc end*/

.tab{
	display: block!important;
}
/*header*/
header{
	position: relative;
	/*position: fixed;*/
	top: 0;
	left: 0;
	width: 100%;
	/*z-index: 999;*/
}
.header{
	height: 80px;
	position: relative;
	z-index: 100;
	background-color: #fff;
}
.header_box{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.logo{
	line-height: 80px;
	width: 500px;
}
.p_logo{
	display: none;
}
.search{
	width: 650px;
	height: 49px;
	display: flex;
	align-items: center;
}
.search_url{
	width: 20%;
	text-align: center;
	background-color: #eeeeee;
	position: relative;
	line-height: 47px;
	border: 1px solid #dcdcdc;
	border-right: none;
}
.search_url h1{
	font-size: 16px;
	font-weight: normal;
	color: #666666;
	overflow: hidden;
}
.search_url h1 span{
	font-size: 16px;
	color: #666666;
	padding-right: 10px;
}
.select{
	position: absolute;
	width: 100%;
	background-color: #eeeeee;
	left: 0;
	z-index: 9;
	display: none;
	top: 49px;
}
.select li{
	font-size: 16px;
	color: #666666;
	padding-left: 23px;
	line-height: 49px;
	text-align: left;
}
.select li:hover{
	background-color: #fff;
}
.search_inp{
	width:80%;
}
.search_inp form{
	display: flex;
}
.search_inp input{
	line-height: 47px;
	padding-left: 22px;
	width: 75%;
	font-size: 12px;
	color: #333333;
	border: 1px solid #dcdcdc;
}
.search_inp input::-webkit-input-placeholder{
	font-size: 12px;
	color: #999999;
}
.search_inp button{
	line-height: 47px;
	width: 25%;
	background-color: #006ebd;
}
.search_inp button span{
	padding-left: 10px;
	font-size: 14px;
	color: #ffffff;
}
.login{
	display: flex;
	align-items: center;
	width: 54px;
	justify-content: space-between;
}
.login a{
	font-size: 14px;
	color: #666666;
}
.language{
	display: flex;
	align-items: center;
	width: 54px;
	justify-content: space-between;
}
.language a{
	font-size: 16px;
	color: #666666;
}
.menu{
	display: none;
}
.nav{
	height: 40px;
	background-color: #006ebd;
	position: relative;
	z-index: 9;
	display: flex;
}
.nav_ul{
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: flex-start;
}
.nav_list{
	display: flex;
	align-items: center;
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	height: 100%;
}
.nav_list>li{
	height: 100%;
}
.nav_list>li>a{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 30px;
	flex-shrink: 1;
    flex-wrap: wrap;
    flex-basis: auto;
    height: 100%;
}
.nav_list>li>a .img{
	margin: 0 5px;
}
.nav_list>li>a p{
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
}
.img1{
	display: block;
}
.img2{
	display: none;
}
.nav .nav_list>li:hover{
	background-color: #fff;
}
.nav .nav_list>li:hover .img1{
	display: none;
}
.nav .nav_list>li:hover .img2{
	display: block;
}
.nav .nav_list>li:hover a p{
	color: #006ebd;
}
.bgc{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 8;
	display: none;
}
.ej_con{
	display: none;
}
.erji{
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	display: flex;
	justify-content: flex-start;
	z-index: 999;
	height: calc(100vh - 120px);
}
.er_l{
	width: 244px;
	background-color: #fff;
	padding: 12px 14px;
}
.er_scrollbar{
	height: 590px;
	overflow-x: hidden;
	direction: rtl;
}
.er_scrollbar::-webkit-scrollbar {/*滚动条整体样式*/
	width: 3px;	/*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}
.er_scrollbar::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 3px;
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #006ebd;
}
.er_scrollbar::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 3px;
	background: #ededed;
}
.pro_list>li{
	position: relative;
	padding-left: 22px;
	line-height: 32px;
	margin-bottom: 10px;
}
.pro_list>li>a{
	font-size: 14px;
	color: #333;
	text-align: left;
}
.pro_list>li:after{
	content: "<";
	position: absolute;
	right: 10%;
	color: #333;
	font-size: 14px;
	font-family: "黑体";
}
.pro_list>li:hover{
	background-color: #f5f5f5;
}
.pro_list>li:hover>a{
	color: #006ebd;
}
.pro_list>li:hover:after{
	color: #006ebd;
}
.pro_list>li.actvice{
	background-color: #f5f5f5;
}
.pro_list>li.actvice>a{
	color: #006ebd;
}
.pro_list>li.actvice:after{
	color: #006ebd;
}
.er_right{
	width: 728px;
	background-color: #edf2fe;
	/*display: none;*/
}

.er_r{
	/*width: 728px;*/
	background-color: #edf2fe;
	padding: 18px 30px;
	display: none;
}
.er_r h1{
	font-size: 20px;
	color: #006ebd;
	border-bottom: 1px solid #d8d8d8;
	padding-bottom: 10px;
}
.er_r h1>span{
	font-size: 20px;
	color: #006ebd;
	padding-left: 40px;
}
.er_r_list{
	display: flex;
	justify-content: flex-start;
	margin-top: 20px;
	flex-wrap: wrap;
}
.er_r_box{
	width: 50%;
	margin-bottom: 40px;
}
.er_r_box h2{
	margin-bottom: 20px;
}
.er_r_box h2 a{
	font-size: 17px;
	color: #006ebd;
}
.th_list>li>a{
	font-size: 14px;
	color: #666666;
	line-height: 28px;
}
.th_list>li>a:hover{
	color: #006ebd;
}
/*phone*/
.phone_nav{
	display: none;
	height: 52px;
	background-color: #006ebd;
	position: relative;
	z-index: 100;
}
.left-off-canvas-menu{
	top: 0;
	bottom: 0;
	position: absolute;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1001;
	box-sizing: content-box;
	transition: transform 500ms ease 0;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-ms-transform: translate(-100.5%,0);
	-webkit-transform: translate3d(-100.5%,0,0);
	-moz-transform: translate3d(-100.5%,0,0);
	-ms-transform: translate3d(-100.5%,0,0);
	-o-transform: translate3d(-100.5%,0,0);
	transform: translate3d(-100.5%,0,0);
	left: 0;
}
.phone_list{
	/*background: #f8f8f8;*/
	height: 100vh;
	left: auto;
	margin-right: -250px;
	right: 0;
	transform: none;
	width: 250px;
	display: none;
	/*transition: all 500ms;*/
	transition: all .4s;
}
.phone_a li{
	border-bottom: 1px solid #ebebeb;
}
.phone_a li a{
	padding: 12px 20px;
	padding-right: 30px;
	color: #03234b;
	font-size: 16px;
	position: relative;
	display: block;
}
.phone_a li a:after{
	content: ">";
	position: absolute;
	right: 15px;
	font-family: "黑体";
}
.p_erji{
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	z-index: 103;
	/*transition: all .5s;*/
}
.p_sanji{
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	z-index: 105;
	transition: all .5s;
}
.p_siji{
	position: fixed;
	top: 0;
	right: -100%;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	z-index: 107;
	transition: all .5s;
}
.p_tit{
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 12px 30px 12px 10px;
	position: relative;
	border-bottom: 2px solid #ebebeb;
}
.p_tit .img{
	margin-right: 10px;
}
.jibei h1{
	border-bottom: 2px solid #ebebeb;
}
.p_tit p{
	color: #03234b;
	font-size: 16px;
	font-weight: 700;
}
.p_close{
	position: absolute;
	top: 14px;
	right: 15px;
	height: 18px;
	width: 18px;
}
.p_close img{
	display: block;
}
.p_list ul li {
    border-bottom: 1px solid #ebebeb;
}
.p_list ul li a {
    border: 0;
    color: #03234b;
    font-size: 16px;
    padding: 12px 20px;
    display: block;
    position: relative;
}
.p_er>a {
    padding-right: 30px;
    position: relative;
}
.p_er>a:after {
	border-bottom: 1px solid #74757c;
	border-left: 0;
	border-right: 1px solid #74757c;
	border-top: 0;
	content: '';
	float: right;
	height: 8px;
	position: absolute;
	right: 15px;
	top: 50%;
	transform: rotate(-45deg) translateY(-50%);
	width: 8px;
}

.p_santit{
	position: relative;
}
.p_sitit{
	position: relative;
}
.p_list .p_santit>a,.p_list .p_sitit>a{
	background: transparent;
	border-bottom: 2px solid #ebebeb;
	border-top: 0;
	color: #74757c;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 3px;
	padding: 12px 20px;
	text-transform: none;
}
.p_santit a:before, .p_sitit a:before{
	border-bottom: 1px solid #74757c;
	border-left: 0;
	border-right: 1px solid #74757c;
	border-top: 0;
	content: '';
	float: left;
	height: 10px;
	transform: rotate(135deg) translateY(-40%);
	width: 10px;
}
.move-right{
	transform: translate3d(-250px,0,0);
	position: fixed;
}
.move-right header{
	overflow-x: initial;
	overflow-y: initial;
}
/*phone*/
.banner_pc{
	display: block;
}
.banner_ph{
	display: none;
}
.banner{
	position: relative;
	text-align: center;
}
.banner .swiper-pagination-bullet{
	width: 21px;
	height: 5px;
	background-color: #ffffff;
	border-radius: 0;
	opacity: 1;
}
.banner .swiper-pagination-bullet-active{
	background-color: #006ebd;
}



.index_title{
	padding-top: 60px;
	margin-bottom: 30px;
	position: relative;
}
.index_title h1{
	text-align: center;
	font-weight: 400;
	font-size: 36px;
	color: #006ebd;
	line-height: 38px;
}
.index_title span{
	position: absolute;
	right: 0;
	bottom: 0;
}
.index_title span a{
	font-size: 14px;
	color: #006ebd;
}
.pro_lunbo{
	position: relative;
	margin-bottom: 60px;
}
.pro_lunbo .img{
	overflow: hidden;
}
.pro_lunbo .img img{
	transition: all 0.5s;
}
.pro_lunbo .text{
	padding-bottom: 26px;
	border-bottom: 2px solid #e7e7e7;
}
.pro_lunbo .text h1{
	line-height: 52px;
	font-size: 22px;
	font-weight: 400;
	color: #333333;
}
.pro_lunbo .text p{
	line-height: 28px;
	font-size: 14px;
	font-weight: 400;
	color: #666666;
}
.pro_lunbo .swiper-button-next, .pro_lunbo .swiper-button-prev{
	width: 45px;
	height: 45px;
	outline: none;
}
.pro_lunbo .swiper-button-prev, .pro_lunbo .swiper-container-rtl .swiper-button-next{
	left: -85px;
}
.pro_lunbo .swiper-button-next, .pro_lunbo .swiper-container-rtl .swiper-button-prev{
	right: -85px;
}
.pro_lunbo .swiper-button-prev:after, .pro_lunbo .swiper-container-rtl .swiper-button-next:after{
	width: 45px;
	height: 45px;
	background: url(../images/icon_10.png) no-repeat;
	background-size: 100% 100%;
	content: "";
}
.pro_lunbo .swiper-button-next:after, .pro_lunbo .swiper-container-rtl .swiper-button-prev:after{
	width: 45px;
	height: 45px;
	background: url(../images/icon_11.png) no-repeat;
	background-size: 100% 100%;
	content: "";
}
.pro_lunbo .swiper-pagination{
	display: none;
	width: 100%;
}
.pro_lunbo .swiper-pagination-bullet{
	margin: 0 5px;
	width: 10px;
	height: 10px;
	outline: none;
}
.pro_lunbo .swiper-slide a:hover .text{
	border-bottom: 2px solid #006ebd;
}
.pro_lunbo .swiper-slide a:hover .img img{
	transform: scale(1.1);
}
.pro_lunbo .swiper-slide a:hover .text h1{
	font-weight: 600;
	color: #006ebd;
}
.index_app{
	background-color: #f4f4f4;
	padding-bottom: 40px;
}
.app_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.app_box{
	width: 385px;
	border: 1px solid #d2d2d2;
	background-color: #fff;
	margin-bottom: 23px;
}
.app_box .text{
	padding: 0 20px;

}
.app_box .text h1{
	line-height: 60px;
	font-weight: 600;
	font-size: 20px;
	color: #006ebd;
}
.app_box .text p{
	line-height: 24px;
	font-weight: 400;
	font-size: 14px;
	color: #666666;
}
.app_box .more{
	margin-top: 20px;
	margin-bottom: 20px;
}
.app_box .more span{
	line-height: 24px;
	font-weight: 400;
	font-size: 14px;
	color: #006ebd;
	position: relative;
}
.app_box .more span:after{
	content: "";
	position: absolute;
	top: 3px;
	right: -30px;
	background: url(../images/icon_12.png) no-repeat;
	background-size: 100% 100%;
	width: 20px;
	height: 13px;
}
.app_box .img{
	overflow: hidden;
}
.app_box .img img{
	transition: all .5s;
}
.app_box:hover .img img{
	transform: scale(1.1);
}
.index_news{
	margin-bottom: 46px;
}
.news_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news_left{
	width: 500px;
	background-color: #f2f2f2;
	padding-bottom: 30px;
}
.news_left .img{
	overflow: hidden;
}
.news_jy{
	padding: 0 20px;
}
.news_jy h1{
	margin-top: 29px;
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	margin-bottom: 29px;
}
.news_jy .text{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news_jy .text .news_a{
	width: 75px;
	border-right: 1px solid #bebebe;
	margin-right: 20px;
}
.news_jy .text .news_a p{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
}
.news_jy .text .news_a span{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 3px;
	color: #666666;
	display: block;
}
.news_jy .text .news_b{
	width: 80%;
}
.news_jy .text .news_b p{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #999999;
}
.news_left a .img img{
	transition: all .5s; 
}
.news_left a:hover .img img{
	transform: scale(1.1);
}
.news_right{
	width: 670px;
}
.news_box{
}
.news_box a{
	display: block;
	padding: 26px 20px;
	border-bottom: 1px solid #d8d8d8;
	position: relative;
}
.news_box .text{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.news_box .text .news_a{
	width: 75px;
	border-right: 1px solid #bebebe;
	margin-right: 20px;
}
.news_box .text .news_a p{
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 24px;
}
.news_box .text .news_a span{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 3px;
	color: #666666;
	display: block;
}
.news_box .text .news_b{
	width: 85%;
}
.news_box .text .news_b h1{
	font-size: 16px;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
}
.news_box .text .news_b p{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #999999;
}
.news_box:hover{
	background-color: #006ebd;
}

.news_box:hover a:after{
	content: "";
	position: absolute;
	background: url(../images/icon_13.png) no-repeat;
	background-size: 100% 100%;
	width: 14px;
	height: 11px;
	top: 45%;
	right: 20px;
}
.news_box:hover .news_a p,.news_box:hover .news_a span,.news_box:hover .news_b h1,.news_box:hover .news_b p{
	color: #fff;
}
.news_box:last-child a{
	border: 0;
}


.footer{
	/*height: 323px;*/
	background-color: #006ebd;
	padding-top: 58px;
}
.foot_list{
	display: flex;
	justify-content: space-between;
}

.foot_left{
	display: flex;
	justify-content: space-between;
	width: 850px;
}
.foot_right{
	width: 308px;
}
.foot_nav{
	margin-bottom: 20px;
}
.foot_nav h1{
	font-size: 18px;
	font-weight: 600;
	/*line-height: 17px;*/
	color: #ffffff;
	margin-bottom: 20px;
}
.foot_nav li a{
	font-size: 12px;
	line-height: 30px;
	color: #ffffff;
	opacity: 0.8;
}
.foot_nav li p{
	font-size: 12px;
	line-height: 30px;
	color: #ffffff;
	opacity: 0.8;
}
.copyright{
	margin-top: 30px;
	text-align: center;
	line-height: 33px;
	border-top: 1px solid rgba(255,255,255,.2);
	display: flex;
	align-items: center;
	justify-content: center;
}
.copyright p{
	font-size: 12px;
	color: #ffffff;
}
.copyright p a{
	font-size: 12px;
	color: #ffffff;
}


.main{
	/*padding-top: 120px;*/
	position: relative;
	z-index: 1;
}
/*1-1*/
.ny_dao{
	background-color: #efefef;
	/*height: 42px;*/
	padding: 16px 0;
}
.ny_dao a,.ny_dao span{
	font-size: 12px;
	color: #999999;
}
.content{
	margin-top: 20px;
	border-top: 1px solid #dcdcdc;
}
.ny_content{
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
}
.ny_left{
	width: 315px;
	padding: 30px 0;
	border-right: 1px solid #d2d2d2;
	/*transition: all 0.5s;*/
}
.ny_left h1{
	font-size: 18px;
	font-weight: 400;
	color: #333333;
	position: relative;
	margin-bottom: 30px;
	padding: 0 10px;
}
.ny_left h1 span{
	cursor: pointer;
}
.ny_left h1 span:after{
	content: "<<";
	position: absolute;
	font-family: SimHei;
	font-size: 12px;
	color: #4d4d4d;
	top: 6px;
	right: 10px;
}

.yiji{
	line-height: 34px;
	position: relative;
	cursor: pointer;
}
.yiji>.a>a{
	font-size: 14px;
	font-weight: 400;
	color: #006ebd;
	padding-left: 20px;
	/*display: block;*/
}
.yiji:before{
	content: "";
	position: absolute;
	width: 3px;
	height: 13px;
	background: url(../images/icon_14.png) no-repeat;
	background-size: 100% 100%;
	left: 10px;
	top: 11px;
}
.yiji:after{
	border-top: 1px solid #74757c;
	border-left: 1px solid #74757c;
	border-right: 0;
	border-bottom: 0;
	content: '';
	height: 6px;
	transform: rotate(135deg) translateY(-40%);
	width: 6px;
	position: absolute;
	right: 15px;
	top: 10px;
	z-index: -1;
	transition: all 0.8s;
}
.active:after{
	border-top: 1px solid #74757c;
	border-left: 0;
	border-right: 1px solid #74757c;
	border-bottom: 0;
}
.erji_box{
	display: none;
}
.ny_erji{
	position: relative;
	cursor: pointer;
	/*padding: 5px 0;*/
	/*padding: 5px 0;*/
	border-bottom: 1px solid #d2d2d2;
}
.ny_erji>.a{
	padding: 10px 20px 10px 29px;
	line-height: initial;
}
.ny_erji>.a>a{
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	line-height: 1.2;
	display: inline-block;
}
.ny_erji>.a>a:hover{
	color: #006ebd;
}
.ny_erji>.a:after{
	border-top: 1px solid #74757c;
	border-left: 1px solid #74757c;
	border-right: 0;
	border-bottom: 0;
	content: '';
	height: 6px;
	transform: rotate(135deg) translateY(-40%);
	width: 6px;
	position: absolute;
	right: 15px;
	top: 18px;
}
.ny_erji>.b:after{
	display: none;
}
.sanji_box{
	display: none;
	background-color: #efefef;
	border-top: 1px solid #dcdcdc;
	margin-top: 10px;
}
.ny_sanji{
	position: relative;
	cursor: pointer;
	border-bottom: 1px solid #dcdcdc;
	padding: 5px 0 0;
}
.ny_sanji>a{
	font-size: 14px;
	font-weight: 400;
	color: #333333;
	padding-left: 44px;
}
.ny_sanji>.a{
	padding-left: 44px;
	position: relative;
}
/*.ny_sanji>.a:after{
	border-top: 1px solid #74757c;
	border-left: 1px solid #74757c;
	border-right: 0;
	border-bottom: 0;
	content: '';
	height: 6px;
	transform: rotate(135deg) translateY(-40%);
	width: 6px;
	position: absolute;
	right: 15px;
	top: 12px;
}*/

.active>.a:after{
	border-top: 1px solid #74757c;
	border-left: 0;
	border-right: 1px solid #74757c;
	border-bottom: 0;
}
/*.tab{
	display: block!important;
}*/
.ny_right{
	width: 1284px;
	/*transition: all 0.5s;*/
	min-height: 600px;
}
.ny_right_top{
	/*height: 78px;*/
	background-color: #eef3ff;
	padding: 28px 30px;
	border-bottom: 2px solid #006ebd;
}
.ny_right_top h1{
	font-size: 22px;
	font-weight: 400;
	color: #006ebd;
}
.ny_right_title{
	border-bottom: 1px solid #d2d2d2;
}
.ny_right_list{
	display: flex;
	justify-content: center;
}
.ny_right_list li{
	position: relative;
	margin-right: 70px;
}
.ny_right_list li:last-child{
	margin-right: 0;
}
.ny_right_list li a{
	display: block;
	padding: 15px 11px;
	font-size: 16px;
	color: #333333;
}
.ny_right_list li.cur:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #006ebd;
	bottom: -1px;
}
.ny_right_list li.cur a{
	color: #006ebd;
}
.ny_right_list li:hover:after{
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #006ebd;
	bottom: -1px;
}
.ny_right_list li:hover a{
	color: #006ebd;
}
.ny_right_detail{
	padding: 10px 20px;
}
.ny_detail{
	font-size: 14px;
	/*color: #666666;*/
}
.ny_detail>p{
	font-size: 14px;
	line-height: 40px;
	color: #666666;
}
/*1-1*/
/*1-2*/
.ny2_left .yiji{
	border-bottom: 1px solid #efefef;
}
.yiji>.b>a{
	font-size: 14px;
	font-weight: 400;
	color: #006ebd;
	padding-left: 20px;
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
}
.ny2_left .yiji:before{
	top: 20px;
}
.ny2_left .yiji:after{
	top: 20px;
}
.ny2_box{
	display: none;
}
.ny2_erji{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.can_box{
	padding-left: 12px;
	padding-right: 12px;
}
.can_box input{
	width: 13px;
	height: 13px;
	background-color: #efefef;
}
.can_box input:checked{
	background: url(../images/icon_16.png) no-repeat;
	background-size: 100% 100%;
	background-color: #efefef;
}
.can_box span{
	padding-left: 10px;
	font-size: 14px;
	color: #666666;
}
.ny2_search_box{
	display: flex;
	justify-content: flex-start;
}
.box_a{
	width: 36%;
}
.box_a select {
	width: 100%;
	height: 42px;
	border: solid 1px #d2d2d2;
	padding-left: 22px;
	background: url(../images/icon_17.png) no-repeat 98% center;
	background-color: #f3f3f3;
	padding-right: 20px;
}
.box_b{
	width: 24%;
}
.box_b select {
	width: 100%;
	height: 42px;
	border: solid 1px #d2d2d2;
	padding-left: 22px;
	background: url(../images/icon_17.png) no-repeat 98% center;
	background-color: #f3f3f3;
	border-left: 0;
	padding-right: 20px;
}
.box_c{
	width: 40%;
	height: 42px;
	border: solid 1px #d2d2d2;
	border-left: 0;
}
.box_c input{
	width: 100%;
	height: 100%;
	padding-left: 22px;
	color: #666;
	font-size: 14px;
}
.ny2_content1{
	margin-top: 20px;
}
.ny2_content{
	/*margin-top: 20px;*/
}
.ny2_top{
	background-color: #006ebd;
	/*line-height: 50px;*/
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top_left p{
	cursor: pointer;
	background-color: #ffffff;
	border: solid 1px #006ebd;
	font-size: 14px;
	padding: 5px 20px;
	color: #006ebd;
}
.top_right{
	display: flex;
	justify-content: space-between;
}
.top_right p{
	cursor: pointer;
	background-color: #ffffff;
	border: solid 1px #006ebd;
	font-size: 14px;
	padding: 5px 20px;
	color: #006ebd;
	margin-left: 9px;
}
.pages{
	background-color: #6ba4df;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pages_left{
	display: flex;
	align-items: center;
}
.pages_list{
	display: flex;
	padding: 10px 0;
}

.pages_list li{
	margin-right: 6px;
}
.pages_list li a{
	font-size: 12px;
	color: #ffffff;
	padding: 5px 10px;
	border: solid 1px #ffffff;
	display: block;
}

.go button{
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
}
.go input{
	font-size: 14px;
	color: #006ebd;
	width: 28px;
	height: 27px;
	background-color: #ffffff;
	padding-left: 10px;
}
.go span{
	font-size: 14px;
	color: #ffffff;
}
.pages_right{
	padding-right: 20px;
	/*padding-left: 10px;*/
}
.pages_right p{
	font-size: 14px;
	font-weight: 400;
	color: #ffffff;
}
.pro_content{
	width: 100%;
	overflow-x: scroll;
	position: relative;
	height: 730px;
}
.dz_table{
	overflow-x: scroll;
}
.pro_table{
	position: absolute;
	/*width: 2000px;*/
	padding-right: 15px;
}
.pro_table table{
	border: 1px solid #fff;
}
.pro_table table tr{
	height: 33px;
}
.pro_table table tr:nth-child(2n+1){
	background-color: #e7efff;
}
.pro_table table tr:nth-child(1){
	background-color: #e7efff;
	height: 50px;
}
.pro_table table tr:nth-child(1) td{
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
	/*padding: 0 5px;*/
	height: 50px;
}

.pro_table table tr td{
	padding: 0 5px;
	/*width: 150px;*/
	text-align: center;
	border-left: 1px solid #fee2d3;
	border-bottom: 1px solid #fee2d3;
	white-space: nowrap;
	color: #666666;
	cursor: pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.pro_table table tr td a{
	font-size: 14px;
    color: #666666;
    font-weight: 600;
    text-decoration: underline;
}
.pro_table table tr td:nth-child(1){
	border-left: 0;
	width: 9px;
}
/*.pro_table table tr td:nth-child(2){
	width: 150px;
}
.pro_table table tr td:nth-child(3){
	width: 86px;
}*/
.pro_check{
	width: 15px;
	height: 15px;
	border-radius: 5px;
	border: solid 1px #dcdcdc;
}
.pro_check:checked{
	background: url(../images/icon_16.png) no-repeat;
	background-size: 100% 100%;
}
/*1-2*/
/*1-3*/
.ny_sanji>.a>a{
	font-size: 14px;
	font-weight: 400;
	color: #333333;
}
.ny_sanji>.a>a:hover{
	color: #006ebd;
}
.active>.a>a{
	color: #006ebd;
}
.siji_box{
	/*padding-left: 19px;*/
	background-color: #e7e7e7;
	border-top: 1px solid #dcdcdc;
	display: none;
}
.siji_box li{
	padding-left: 52px;
}
.siji_box li a{
	font-size: 14px;
	color: #494949;
}
.siji_box li a:hover{
	color: #006ebd;
}

.siji_box li.active>a{
	color: #006ebd;
}
.ny_xq{
	margin-top: 10px;
	margin-bottom: 50px;
}
.xq_box{
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 30px;
	/*color: #666666;*/
}
.xq_box table{
	border-collapse: collapse!important;
}
.xq_box table tr td{
	border: 1px solid !important;
}
.xq_box h1{
	font-size: 15px;
	font-weight: 600;
	line-height: 40px;
	color: #333333;
}
.xq_box p{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
	padding-left: 19px;
	position: relative;
}
.xq_box .text li:before{
	content: "";
	width: 8px;
	height: 8px;
	background-color: #b4b4b4;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 11px;
	/*transform: translateY(-50%);*/
}
/*1-3*/
/*1-4*/
.detail_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.pl_xz{
	width: 114px;
	height: 31px;
	background-color: #006ebd;
	text-align: center;
}
.pl_xz a{
	font-size: 14px;
	line-height: 31px;
	color: #ffffff;
}
.pl_xz a span{
	font-size: 14px;
	color: #ffffff;
}
.detail_ul{
	display: flex;
	justify-content: flex-start;
}
.detail_ul li{
	margin-right: 60px;
	position: relative;
	line-height: 40px;
}
.detail_ul li a{
	font-size: 14px;
	color: #666666;
}
.detail_ul li a span{
	font-size: 14px;
	color: #666666;
	font-weight: 400;
}
.detail_ul li.actvice a{
	color: #006ebd;
	font-weight: 600;
}
.detail_ul li.actvice:after{
	content: "";
	position: absolute;
	border-top: 1px solid #006ebd;
	border-left: 0;
	border-right: 1px solid #006ebd;
	border-bottom: 0;
	height: 6px;
	transform: rotate(135deg) translateY(-40%);
	width: 6px;
	right: -12px;
	top: 14px;
}
.detail_ul li:hover a{
	color: #006ebd;
	font-weight: 600;
}
.detail_ul li:hover:after{
	content: "";
	position: absolute;
	border-top: 1px solid #006ebd;
	border-left: 0;
	border-right: 1px solid #006ebd;
	border-bottom: 0;
	height: 6px;
	transform: rotate(135deg) translateY(-40%);
	width: 6px;
	right: -12px;
	top: 14px;
}
.lb_table .lb_list{
	display: none;
}
.lb_table table{
	width: 100%;
}
.lb_table table tr{
	height: 40px;
}
.lb_table table tr:nth-child(1){
	background-color: #f8f8f8;
	height: 50px;
	line-height: 30px;
}
.lb_table table tr:nth-child(1) td{
	border: 0;
}
.lb_table table tr td{
	font-size: 14px;
	color: #333333;
	border-bottom: 1px solid #e9e9e9;
}
.table_tr input{
	width: 12px;
	height: 12px;
	border: solid 1px #dcdcdc;
}
.table_tr input:checked{
	background: url(../images/icon_16.png) no-repeat;
	background-size: 100% 100%;
}
.table_tr a{
	font-size: 14px;
	color: #333333;
}
.table_tr span{
	font-size: 14px;
	color: #333333;
}
.table_tr img{
	margin-top: -3px;
	/*margin-right: 8px;*/
}
.lb_table table tr td{
	text-align: center;
}
.lb_table table tr td:nth-child(1){
	width: 5%;
	text-align: center;
	padding-left: 10px;
}
.lb_table table tr td:nth-child(2){
	width: 30%;
	padding-left: 2%;
	text-align: left;
}
.lb_table table tr td:nth-child(3){
	width: 30%;
	padding-left: 2%;
	text-align: left;
}
.lb_table1 table tr td:nth-child(3){
	width: 20%;
}
.lb_table1 table tr td:nth-child(8){
	white-space: nowrap;
}
.lb_table table tr td:nth-child(4){
	/*width: 15%;*/
	text-align: center;
}
.lb_table2 table tr td:nth-child(3){
	width: 20%;
}
.lb_table2 table tr td:nth-child(8){
	white-space: nowrap;
}
.down{
	width: 100%;
	background-color: #006ebd;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
}
/*1-4*/
/*1-5*/
.gj_list{
	margin-top: 20px;
	display: flex;
	/*justify-content: space-between;*/
	flex-wrap: wrap;
	/*align-items: center;*/
}
.gj_box{
	width: 300px;
	border: solid 1px #dcdcdc;
	position: relative;
	background-color: #f9f9f9;
	margin-bottom: 20px;
	margin-right: 14.6px;
}
.gj_box:nth-child(4n){
	margin-right: 0;
}
.gj_box .title{
	position: absolute;
	top: 0;
	left: 0;
	background-color: #006ebd;
	z-index: 9;
}
.gj_box .title h1{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #ffffff;
	padding: 7px 28px;
}
.gj_box .img{
	width: 100%;
	height: 210px;
	position: relative;
	background-color: #ffffff;
	overflow: hidden;
}
.gj_box .img img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-height: 100%;
	transition: all 0.5s;
}
.gj_box .text{
	padding: 20px;
}
.gj_box .text p{
	font-size: 14px;
	font-weight: 400;
	line-height: 24px;
	color: #666666;
}
.gj_box:hover .img img{
	transform: scale(1.1);
}
/*1-5*/
/*2-0*/
.app{
	padding-top: 40px;
	background-color: #f6f6f6;
	margin-bottom: 35px;
}
.app_title h1{
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
	color: #006ebd;
	position: relative;
	padding-left: 11px;
	margin-bottom: 10px;
}
.app_title h1:before{
	content: "";
	position: absolute;
	width: 4px;
	height: 19px;
	background-color: #006ebd;
	top: 11px;
	left: 0;
}
.app .ny_right_detail{
	width: 100%;
	padding: 0;
}
.app .pro_table table tr td{
	border-left: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
	color: #666666;
}
.app .pro_table table tr:nth-child(1) td{
	border-left: 1px solid #fff;
	border-bottom: 1px solid #fff;
}
.ny2_content .erji_box{
	background-color: #efefef;
}
.ny2_content .erji_box li{
	border-bottom: 1px solid #dcdcdc;
}

/*2-0*/
/*3-0*/
.ny3_detail p{
	line-height: 30px;
}
.ny3_box{
	/*margin-top: 40px;*/
	margin-bottom: 50px;
}
.ny3_box h2{
	font-size: 14px;
	line-height: 30px;
	color: #006ebd;
	margin-bottom: 30px;
}
.ny3_box table{
	border-collapse: collapse;
	margin: auto;
}
.ny3_box table td{
	border: 1px solid #000!important;
}
/*3-0*/

/*4-0*/
.ny4_content{
	padding: 0 30px;
}
.ny4_box{
	margin-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px dashed #d0cfcf;
	display: flex;
	justify-content: space-between;
}
.ny4_box .img{
	width: 18%;
}
.ny4_box .text{
	width: 80%;
}
.ny4_box .text h1{
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #333333;
	margin-bottom: 10px;
}
.ny4_box .text span{
	font-size: 12px;
	line-height: 30px;
	color: #999999;
	display: block;
	margin-bottom: 10px;
}
.ny4_box .text p{
	font-size: 14px;
	line-height: 30px;
	color: #666666;
}
.ny4_box:hover .text h1{
	font-weight: 600;
	color: #006ebd;
}
.ny4_pages{
	margin-top: 40px;
	margin-bottom: 50px;
	padding: 0 21px;
}
.ny4_pages .pages_list{
	display: flex;
	padding: 10px 0;
	justify-content: center;
}
.ny4_pages .pages{
	background-color: initial;
}
.ny4_pages .pages_list li{
	margin-right: 6px;
}
.ny4_pages .pages_list li a{
	font-size: 12px;
	color: #666666;
	padding: 5px 10px;
	border: solid 1px #666666;
	display: block;
}
/*.pages_list li a{
	border: solid 1px #006ebd;
	background-color: #006ebd;
	color: #fff;
}*/
.pages_list li.cur a{
	border: solid 1px #006ebd;
	background-color: #006ebd;
	color: #fff;
}
/*4-0*/
/*4-1-1*/
.ny4_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ny4_title p{
	font-size: 14px;
	color: #666666;
}
.ny4_detail{
	padding-top: 30px;
	padding-bottom: 40px;
	border-bottom: 1px dashed #d0cfcf;
}
.ny4_detail p{
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
	color: #666666;
}
.pn{
	margin-top: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 50px;
}
.pn_left li a{
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	line-height: 30px;
}
.pn_left li:hover a{
	color: #006ebd;
}
.pn_left li span{
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}
.pn_right a{
	display: block;
	width: 108px;
	height: 43px;
	border: solid 1px #d2d2d2;
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	text-align: center;
	line-height: 43px;
}
.pn_right:hover a{
	border: solid 1px #006ebd;
	background-color: #006ebd;
	color: #fff;
}
/*4-1-1*/
/*4-2*/
.ny4_table{
	padding: 21px;
}
.ny4_table table{
	width: 100%;
}
.ny4_table table tr:first-child{
	background-color: #f8f8f8;
	height: 50px;
}
.ny4_table table tr{
	height: 36px;
}
.ny4_table table tr td{
	border-bottom: 1px solid #e9e9e9;
	text-align: center;
}
.ny4_table table tr td:first-child{
	padding-left: 21px;
	text-align: left;
}
.ny4_table table tr td:last-child a{
	font-size: 14px;
	color: #006ebd;
}
.ny4_list{
	display: flex;
	flex-wrap: wrap;
	padding: 20px;
	/*justify-content: space-between;*/
}
.ny4_list a{
	display: block;
	margin-bottom: 20px;
	width: 24%;
	margin-right: 1%;
}
.ny4_list a .img{
	position: relative;
}
.mask{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 48px;
	height: 48px;
}
.ny4_list a p{
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	margin-top: 15px;
}
/*4-2*/
/*6-0*/
.ny6_detail{
	padding: 20px 0 0 20px;
}
.ny6_detail p{
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	color: #666666;
}
.ny6_detail a{
	color: #0181f9;
}
.ny6_list{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.ny6_box{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	/*width: 33%;*/
	margin-bottom: 45px;
}
.ny6_box:nth-child(3n+1){
	width: 32%;
}
.ny6_box:nth-child(3n+2){
	width: 36%;
}
.ny6_box:nth-child(3n){
	width: 32%;
}
.ny6_box .img{
	width: 70px;
	height: 70px;
	border-radius: 100%;
	background-color: #006ebd;
	position: relative;
	margin-right: 20px;
}
.ny6_box:nth-child(2n+1) .img{
	background-color: #ff6e20;
}
.ny6_box .img img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	max-height: 70px;
}
.ny6_box .text{
	width: calc(100% - 90px);
	padding-top: 10px;
}
.ny6_box .text h1{
	font-size: 16px;
	font-weight: 600;
	line-height: 24px;
	color: #333333;
}
.ny6_box .text p{
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #666666;
}
/*6-0*/
/*login*/
.login_content{
	width: 931px;
	margin: 40px auto;
}
.login_title p{
	font-size: 24px;
	font-weight: 600;
	color: #006ebd;
}
.login_box{
	width: 100%;
	border: solid 1px #dcdcdc;
	display: flex;
	margin-top: 20px;
	padding-top: 29px;
	justify-content: space-between;
	padding-bottom: 55px;
}
.login_left{
	width: 50%;
	border-right: 1px solid #dcdcdc;
}
.inp_box{
	padding-right: 37px;
}
.inp{
	width: 100%;
	text-align: right;
	margin-bottom: 15px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.inp span{
	font-size: 16px;
	font-weight: normal;
	line-height: 33px;
	color: #666666;
}
.inp input{
	width: 100%;
	height: 33px;
	line-height: 33px;
	background-color: #ececec;
	padding-left: 11px;
}
.inp_a{
	width: 70%;
}
.inp_code .inp_a{
	display: flex;
	align-items: center;
}
.inp_code .inp_a input{
	width: 62%;
}
.inp_code .inp_a img{
	width: 38%;
	height: 33px;
}
.inp_box2{
	padding-left: 28%;
}
.submit{
	margin-top: 30px;
}
.submit button{
	width: 154px;
	height: 48px;
	background-color: #006ebd;
	border-radius: 24px;
	font-size: 24px;
	color: #ffffff;
}
.inp_box2 .text{
	margin-top: 40px;
	margin-bottom: 19px;
}
.inp_box2 .text p{
	font-size: 16px;
	font-weight: normal;
	color: #333333;
}
.login_other a{
	padding-right: 10px;
}
.login_right{
	width: 50%;
}
.login_rbox{
	padding-left: 30px;
}
.login_rbox p{
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;
	color: #333333;
}
.login_rbox p a{
	font-size: 12px;
	font-weight: normal;
	color: #333333;
}
.login_rbox p a span{
	font-size: 12px;
	font-weight: normal;
	color: #006ebd;
}
/*login*/
/*reg*/
.reg_table{
	padding: 0 50px 0 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.reg_table table{
	width: 100%;
}
.reg_box{
	width: 100%;
	border: solid 1px #dcdcdc;
	margin-top: 20px;
	padding-top: 29px;
	padding-bottom: 55px;
}
.reg_inp{
	background-color: #ececec;
	line-height: 33px;
	padding-left: 11px;
	width: 100%;
}
.reg_table table tr td{
	padding-bottom: 15px;
}
.reg_table table tr td:nth-child(1){
	text-align: right;
	width: 100px;
}
.reg_table table tr td:nth-child(2){
	width: calc(50% - 100px);
}
.reg_inp1{
	width: 70%;
}
.reg_img{
	width: 30%;
	height: 33px;
}
.reg_table button{
	margin-top: 20px;
	width: 154px;
	height: 48px;
	background-color: #006ebd;
	border-radius: 24px;
	font-size: 24px;
	font-weight: normal;
	color: #ffffff;
}
.reg_left{
	width: 50%;
}
.reg_right{
	width: 50%;
}
/*reg*/

.dz_bg{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 9999;
	display: none;
}
.dz_bg_box{
	background-color: #fff;
	width: 80%;
	margin: 15% auto 0;
}
.dz_bg_box .pages{
	justify-content: flex-end;
}
.dz_bg_box .pages .img{
	width: 20px;
	margin-right: 5px;
	margin-bottom: 5px;
	cursor: pointer;
}


.aside-close {
	margin: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	position: fixed;
	top: 250px;
	left: 0;
	cursor: pointer;
	display: none;
}
.aside-close::after {
    content: ">";
    font-family: "黑体";
    color: #fff;
    font-size: 16px;
}


/*样品*/
.srv-smapApply{padding:53px 0 97px;}
.smapApply-form{margin:33px 0 0;}
.smapApply-list{width:101.875%;margin:0 0 0 -1.875%;}
.smapApply-list li{width:25%;padding:10px 0 10px 1.840490797546012%;float:left;}
.smapApply-list li.w100{width:100%;}
.smapApply-list li.w50{width:50%;}
.smapApply-list .smapApply-box{padding:0 10px 0 24px;border:1px solid #e5e5e5;position:relative;}
.smapApply-box .text,
.smapApply-box select{width:100%;height:48px;line-height:48px;font-size:16px;color:#333;border:0px;margin:0px;appearance: auto;-webkit-appearance: auto;}
.smapApply-box .text::-webkit-input-placeholder{color:#b2b2b2;}
.smapApply-box .hint{display:block;width:24px;line-height:48px;font-size:16px;color:#c6361f;text-align:center;position:absolute;left:0px;top:0px;}
.smapApply-list .smapApply-sub{display:block;width:100%;height:50px;line-height:50px;font-size:20px;color:#fff;background:#006ebd;cursor: pointer;}
.smapApply-list .smapApply-sub:hover{-webkit-filter: brightness(120%);filter: brightness(120%);-o-filter: brightness(120%);-mos-filter: brightness(120%);}
.sampApply-hint{line-height:20px;color:#666666;margin:20px 0 0;font-size: 14px;}
.smapApply-list .yzm-box .text{padding:0 10px;width:70%;height:50px;border:1px solid #e5e5e5;float:left;}
.smapApply-list .yzm-box .yzm-img{display:block;width:28%;height:50px;border:1px solid #e5e5e5;float:right;}
.smapApply-list .yzm-box .yzm-img img{width:100%;height:100%;}
.smapApply-box .text::-webkit-input-placeholder,
.smapApply-box select::-webkit-input-placeholder{color:#b2b2b2;}

.pages_list .nolink a{border: 0;cursor: inherit;}

.about_left .yiji:after{display: none;}
.search_content{
	width: 98%;
	margin: 20px auto;
}
.search_content h3{
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	border-bottom: #d5d5d5 2px solid;
	height: 30px;
}
.search_pro{
	display: flex;
	flex-wrap: wrap;
}
.search_pro li{
	width: 275px;
	height: 93px;
	border-right: #d5d5d5 1px solid;
    border-bottom: #d5d5d5 1px solid;
}
.search_pro li .search_pro_box{
	padding: 15px;
	font-size: 12px;
    line-height: 22px;
}
.search_pro li .search_pro_box strong {
	font-size: 14px;
	display: block;
	padding-bottom: 5px;
	color: #333;
}
.search_pro li .search_pro_box p{
	height: 36px;
    overflow: hidden;
    line-height: 18px;
    font-size: 12px;
    color: #333;
}
.search_pro li:hover .search_pro_box strong {
	color: #006ebd;
	text-decoration: underline;
}
.card_po{
	position: relative;
	left: 0;
	/*z-index: 2;*/
	/*padding-left: 10px;
	box-shadow: 0 1px 3px #bfc1c7;*/
	background-color: #fff;
}
.pro_table table tr:nth-child(2n+1) td.card_po{
	background-color: #e7efff;
}


.app .pro_table .card_po{
	background-color: #f6f6f6;
}
.pro_table tr:first-child .card_po{
	background-color: #e7efff;
}
.dz_bg .pro_table .card_po{
	background-color: #fff;
}
.xin_show{
	position: relative;
	font-style: initial;
	display: none;
	font-size: 12px;
	color: #333333;
}
/*.xin_show:after{
	content: ">>";
	position: absolute;
	font-family: SimHei;
	font-size: 12px;
	color: #4d4d4d;
	top: 6px;
	right: 10px;
}*/

#probiaogehead{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 99;
	width: 100%;
	/*transition: all 0.5s;*/
}
.ny_detail{
	opacity: 0;
	overflow: hidden;
	height: 0;
}
.ny_detail.active{
	opacity: 1;
	overflow: initial;
	height: auto;
}
/*#p_list{display: none;}*/
.left_menu{
	width: 56px;
	position: absolute;
	top: 73px;
}
.xin_show {
	background-color: #f9f9f9;
	border: #aaaaaa 1px solid;
	width: 54px;
	background: #ffffff url(../images/cd.gif) no-repeat center 20px;
	padding: 40px 0px 20px 0px;
	text-align: center;
	display: none;
	cursor: pointer;
	z-index: 999;
}

.inp_forget{
	padding-right: 37px;
	text-align: right;
}
.inp_forget a{
	font-size: 14px;
	font-weight: normal;
	color: #006ebd;
}

.xin_filesname{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.xin_filesname>span{
	/*margin-top: 0;*/
	width: 16px;
	margin-right: 5px;
}
.xin_filesname>a{
	width: calc(100% - 24px);
	word-break: break-all;
}



/*0304*/
.reportForm{
	width: 50%;
}
.report-list li{
	width: 50%;
	overflow: hidden;
	/* border-bottom: #CCC 1px solid; */
	/*padding: 0px 20px;*/
	font-size: 14px;
}	
.report-list li label {
	float: left;
	display: inline;
	line-height: 20px;
	padding: 10px 0;
	width: 100px;
	color: #000000;
	text-align: right;
}
.hs{
	color: #F00;
}
.report-box{
	float: left;
	width: calc(100% - 100px);
	border: 1px solid #e5e5e5;
	position: relative;
}
.report-boxflie{
	border: 0;
}
.report-box .text, .report-box select {
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #333;
	border: 0px;
	margin: 0px;
	appearance: auto;
	-webkit-appearance: auto;
	padding: 0 10px 0 10px;
}
.report-boxflie span{
	border: 1px solid #e5e5e5;
	display: block;
	width: 40%;
}
.report-boxflie p{
	font-size: 14px;
	color: #333333;
}
.report-box .textarea{
	width: 100%;
	font-size: 16px;
	color: #333;
	border: 0px;
	margin: 0px;
	appearance: auto;
	-webkit-appearance: auto;
	padding: 5px;
	height: 200px;
}
.report-title{
	font-size: 18px;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	border-bottom: #d5d5d5 2px solid;
	height: 30px;
}

.p_search{
	margin-left: 15px;
	margin-right: 10px;
	display: none;
	cursor: pointer;
}