html, body {
	width:100%;
	height:100%;
}
body {
	font-size: 14px;
	line-height:1;
	color: #999999;
	-webkit-font-smoothing: subpixel-antialiased;
	font-family:"Î¢ÈíÑÅºÚ";
}
a:hover{
	text-decoration:none;
	color: #2685b5;
    transition: color 0.4s;
    -moz-transition: color 0.4s;
    -webkit-transition: color 0.4s;
    -o-transition: color 0.4s;
}
.pHeader{
	height:120px;
	background:url(/images/header.jpg) no-repeat right center;
	overflow:hidden;
}
.pHeader .logo{
	float:left;
	font-size:0;
	margin-top:20px;
}
.pHeader .form{
	float:right;
}
.pHeader form{
	width:320px;
	height:50px;
	line-height:50px;
	margin-top:35px;
	border-radius:10px;
}
.pHeader form input[type="text"]{
	border:none;
	width:240px;
	height:50px;
	float:left;
	padding-left:32px;
	background:rgba(255,255,255,0);
	border-top-left-radius:30px;
	border-bottom-left-radius:30px;
	border:1px solid #c13038;
}
.pHeader form input[type="submit"]{
	float:left;
	width:80px;
	height:50px;
	border:none;
	background:#c13038 url(search.png) no-repeat 22px center;
	border-top-right-radius:30px;
	border-bottom-right-radius:30px;
	cursor:pointer;
}
.pHeader .login{
	float:right;
	margin-top:40px;
	margin-right:20px;
	width:140px;
	height:40px;
	line-height:40px;
	border-radius:20px;
	text-align:center;
	background:rgba(255,255,255,0.9);
	cursor:pointer;
	color:#2480b2;
	box-shadow:0 2px 28px 1px rgba(0,0,0,.1);
}
.pHeader .login i{
	font-size:22px;
	margin-right:8px;
	position:relative;
	top:3px;
}
.pNav{
	height:70px;
	background:linear-gradient(to right,#05488e,#2786b6);
}
.pNav .container{
	position:relative;
}
.pNav .list{
	float:left;
	height:70px;
	line-height:70px;
	color:#fff;
	font-size:17px;
	width:10%;
	text-align:center;
	position:relative;
}
.pNav .list a{
	display:block;
	color:#fff;
}
.pNav .list:hover,.pNav .list.active{
	background:rgba(255,255,255,0.3);
}
.pNav .son{position:absolute;top:70px;left:0;z-index:100;display:none;width:131.5px;overflow: hidden;background:#fff;box-shadow: 0 2px 28px 1px rgba(0,0,0,.1);}
.pNav .son a{transition:all 0.36s ease;font-size:14px;display:block;width:100%;text-align:center;line-height:43px;border-bottom:1px solid #ebebeb;color:#333;}
.pNav .son a:hover{background:#f5f5f5;color:#2685b5;}

#thediv{z-index:9999;position:absolute;top:43px;left:2px;}
#close-btn{width: 20px;height: 20px;background: #000;color: #fff;font-size: 20px;text-align: center;line-height: 15px;position: absolute;top: 0;right: 0;z-index: 999;cursor: pointer;}

.page1{
	background:#f8f8f8;
	padding:39px 0;
}
.page1 .container{
	background:#fff;
	padding:50px 35px 35px;
}
.page1 .mt .st{
	/* font-size:34px; */
	font-size:30px;
	font-weight:bold;
	background: linear-gradient(to right, #05498e, #1f77ac);
	-webkit-background-clip: text;
	color: transparent;
	display: inline-block;
	float:left;
	height:40px;
}
.page1 .mt span{
	float:left;
	width:10px;
	height:10px;
	background:#2583b4;
	border-radius:50%;
	margin:0 13px;
	margin-top:15px;
}
.page1 .mt .tt{
	float:left;
	/* width:990px; */
	width:1100px;
	overflow:hidden;
	height:42px;
	white-space:nowrap;
	text-overflow:ellipsis;
}
.page1 .mt .tt a{
	color:#000;
	font-size:30px;
	/* font-size:34px; */
	font-weight:bold;
	margin-right:50px;
}
.page1 .mt .detail{
	float:left;
	width:1100px;
	position:relative;
}
.page1 .mt .marqueeleft{
	overflow:hidden;
}
.page1 .mt .marqueeleft ul{
	float:left;
}
.page1 .mt .marqueeleft li{
	float:left;
	margin-right:50px;
}
.page1 .mt .marqueeleft li a{
	color:#000;
	font-size:22px;
	font-weight:bold;
}
.page1 .mt .marqueeleft li a:hover{
	color:#2685b5;
}
.page1 .mt .tt a:hover{
	color:#2685b5;
}
.page1 .mt .more{
	float:right;
	font-size:16px;
	color:#2685b5;
	margin-top:10px;
}
.page1 .mc{
	margin-top:45px;
}
.page1 .mc .im{
	float:left;
	width:700px;
	height:403px;
	position:relative;
	overflow:hidden;
}
.page1 .mc .im p{
	position:absolute;
	height:55px;
	line-height:55px;
	padding-left:22px;
	padding-right:160px;
	color:#fff;
	font-size:16px;
	background:rgba(0,0,0,0.3);
	bottom:0;
	left:0;
	width:100%;
	overflow:hidden;
}
.page1 .mc .detail{
	float:right;
	width:500px;
	height:403px;
	position:relative;
}
.page1 .mc .detail .tab{
	height:57px;
	line-height:46px;
	border-bottom:1px solid #d4d4d4;
}
.page1 .mc .detail .tab a{
	float:left;
	width:120px;
	height:57px;
	margin-right:35px;
	text-align:center;
	font-size:22px;
	color:#46464e;
	font-weight:bold;
	transition:all 0s;
	position:relative;
}
.page1 .mc .detail .tab a:last-child{
	margin-right:0;
	width:150px;
}
.page1 .mc .detail .tab a.current{
	color:#2685b5;
}
.page1 .mc .detail .tab a.current:after{
	content:"";
	position:absolute;
	width:100%;
	height:3px;
	background:#2685b5;
	left:0;
	bottom:0;
}
.page1 .mc .detail .con{
	margin-top:28px;
}
.page1 .mc .detail .con .list{
	display:none;
}
.page1 .mc .detail .con .list:first-child{
	display:block;
}
.page1 .mc .detail .con .list .box a{
	display:block;
	padding-left:17px;
	position:relative;
	height:18px;
	line-height:18px;
	position:relative;
	margin-bottom:24px;
}
.page1 .mc .detail .con .list .box a:before{
	content:"";
	position:absolute;
	width:4px;
	height:4px;
	border-radius:50%;
	background:#c0c0c0;
	left:0;
	top:8px;
}
.page1 .mc .detail .con .list p{
	float:left;
	color:#333;
	font-size:16px;
	width:calc(100% - 50px);
}
.page1 .mc .detail .con .list span{
	float:right;
	color:#999;
	margin-top:1px;
}
.page1 .mc .detail .con .list .box a:hover p{
	color:#2685b5;
}
.page1 .mc .detail .con .list .more{
	position:absolute;
	width:100%;
	height:55px;
	line-height:55px;
	background:#f5f5f5;
	text-align:center;
	bottom:0;
}
.page1 .mc .detail .con .list .more img{
	margin-left:14px;
	position:relative;
	top:2px;
}
.page1 .mc .detail .con .list .more:hover{
	box-shadow: 0 1px 3px rgba(54,54,54,.2);
}
.page2{
	margin-top:58px;
}
.page2 .news1{
	float:left;
	width:473px;
	height:376px;
	margin-right:52px;
}
.page2 .mt{
	position:relative;
	padding-bottom:18px;
	border-bottom:1px solid #e3e3e3;
	position:relative;
}
.page2 .mt span{
	color:#333;
	font-size:22px;
	font-weight:bold;
	float:left;
	margin-right:24px;
}
.page2 .mt .cat{
	float:left;
	font-size:16px;
	color:#999;
	margin-right:16px;
	margin-top:6px;
}
.page2 .mt .cat:hover{
	color:#2685b5;
}
.page2 .mt .more{
	float:right;
	margin-top:8px;
	color:#999;
}
.page2 .mt .more:hover{
	color:#2685b5;
}
.page2 .mt:before{
	content:"";
	position:absolute;
	width:89px;
	height:3px;
	background:#2685b5;
	left:0;
	bottom:-1px;
}
.page2 .mc{
	margin-top:24px;
}
.page2 .mc .detail{
	display:block;
	padding-bottom:19px;
	border-bottom:1px dashed #e6e6e6;
	margin-bottom:18px;
}
.page2 .mc .detail .im{
	float:left;
	width:200px;
	height:117px;
	overflow:hidden;
}
.page2 .mc .detail .con{
	float:right;
	width:246px;
}
.page2 .mc .detail .con .tt{
	font-size:15px;
	color:#333;
	line-height:27px;
	margin-top:5px;
	height:54px;
	overflow:hidden;
}
.page2 .mc .detail .con .date{
	font-size:15px;
	color:#999;
	margin-top:36px;
}
.page2 .mc .detail:hover .con .tt{
	color:#2685b5;
}
.page2 .mc .detail:hover .im img{
	transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
}
.page2 .mc .list a{
	display:block;
	height:18px;
	line-height:18px;
	position:relative;
	margin-bottom:17px;
}
.page2 .mc .list a p{
	float:left;
	color:#333;
	font-size:15px;
	width:calc(100% - 50px);
}
.page2 .mc .list a span{
	float:right;
	color:#999;
	font-size:15px;
}
.page2 .mc .list a:hover p{
	color:#2685b5;
}
.page2 .tab{
	float:right;
	width:265px;
}
.page2 .tab .mtb{
	margin-top:24px;
}
.page2 .tab .mtb .detail{
	display:block;
	height:60px;
	line-height:60px;
	margin-bottom:3px;
	border-radius:5px;
	padding-left:100px;
	font-size:16px;
	color:#333;
}
.page2 .tab .mtb .d1{
	background:#eee url(ico1.png) no-repeat 36px center;
}
.page2 .tab .mtb .d2{
	background:#eee url(ico2.png) no-repeat 30px center;
}
.page2 .tab .mtb .d3{
	background:#eee url(ico3.png) no-repeat 38px center;
}
.page2 .tab .mtb .d4{
	background:#eee url(ico4.png) no-repeat 30px center;
}
.page2 .tab .mtb .d5{
	background:#eee url(ico5.png) no-repeat 36px center;
}
.page2 .tab .mtb .d1:hover{
	background:#2685b5 url(ico1_hover.png) no-repeat 36px center;
}
.page2 .tab .mtb .d2:hover{
	background:#2685b5 url(ico2_hover.png) no-repeat 30px center;
}
.page2 .tab .mtb .d3:hover{
	background:#2685b5 url(ico3_hover.png) no-repeat 38px center;
}
.page2 .tab .mtb .d4:hover{
	background:#2685b5 url(ico4_hover.png) no-repeat 30px center;
}
.page2 .tab .mtb .d5:hover{
	background:#2685b5 url(ico5_hover.png) no-repeat 36px center;
}
.page2 .tab .mtb .detail:hover{
	color:#fff;
	transition:all 0s;
}
.page3{
	margin-top:65px;
	height:120px;
}
.page4{
	margin-top:62px;
	height:260px;
}
.page4 .detail{
	float:left;
	width:1080px;
}
.page4 .detail .mt{
	position:relative;
	padding-bottom:18px;
	border-bottom:1px solid #e3e3e3;
	position:relative;
}
.page4 .detail .mt:before{
	content:"";
	position:absolute;
	width:89px;
	height:3px;
	background:#2685b5;
	left:0;
	bottom:-1px;
}
.page4 .detail .mt span{
	color:#333;
	font-size:22px;
	font-weight:bold;
	float:left;
	margin-right:24px;
}
.page4 .detail .mt p{
	float:left;
	font-size:18px;
	color:#2685b5;
	font-weight:bold;
	margin-right:20px;
	margin-top:5px;
}
.page4 .detail .mt .cat{
	float:left;
	font-size:16px;
	color:#999;
	margin-right:16px;
	margin-top:6px;
}
.page4 .detail .mt .cat:hover{
	color:#2685b5;
}
.page4 .detail .mc{
	margin-top:42px;
}
.page4 .detail .mc a{
	float:left;
	width:168px;
	margin-right:14.4px;
}
.page4 .detail .mc a:last-child{
	margin-right:0;
}
.page4 .detail .mc .img{
	height:127px;
	background:#f8f8f8;
}
.page4 .detail .mc a p{
	text-align:center;
	font-size:12px;
	color:#333;
	margin-top:15px;
	width:100%;
}
.page4 .detail .mc a:hover p{
	color:#2685b5;
}
.page4 .tab{
	float:right;
	width:210px;
}
.page4 .tab a{
	display:block;
	height:63px;
	line-height:63px;
	padding-left:31px;
	font-size:20px;
	color:#fff;
	font-weight:bold;
	margin-bottom:3px;
	border-radius:5px;
}
.page4 .tab a img{
	margin-right:20px;
	float:left;
	margin-top:14px;
}
.page4 .tab a.t1{
	background:linear-gradient(to right,#0823b2,#536eff);
}
.page4 .tab a.t1 img{
	margin-right:22px;
}
.page4 .tab a.t2{
	background:linear-gradient(to right,#519f4d,#6dce68);
}
.page4 .tab a.t2 img{
	margin-top:17px;
}
.page4 .tab a.t3{
	background:linear-gradient(to right,#c52828,#f74949);
}
.page4 .tab a.t4{
	background:linear-gradient(to right,#2685b5,#46ade1);
}



.foot_link{
	margin-top:35px;
}
.foot_link .mt select{
	width:313px;
	height:40px;
	border:1px solid #eee;
	border-radius:3px;
	background:#fff;
	padding-left:30px;
	float:left;
	margin-right:188px;
	color:#333;
	background: #fff url(square.png) no-repeat 275px center;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
.foot_link .mt select:last-child{
	margin-right:0;
}
.foot_link .mc{
	margin-top:30px;
	height:145px;
	border-top:3px solid #31689b;
	box-shadow: 0 5px 6px 10px rgba(200,200,200,.1);
	padding-top:34px;
	padding-left:30px; 
}

.footer-container .swiper-pagination{right:50%;bottom:-10px;}
.footer-container .swiper-pagination-bullet{
	background:#000;
}


.footer-container .swiper-pagination-bullet-active{
	background:#d63434;
}



.foot_link .mc a{
	float:left;
	color:#333;
	width:248px;
	font-size:15px;
	margin-bottom:22px;
}
.foot_link .mc a:hover{
	color:#2685b5;
}
.pFooter{
	background:#f1f1f1;
	height:220px;
	margin-top:42px;
}
.pFooter .address{
	float:left;
	margin-top:62px;
}
.pFooter .address .fnav{
	padding-bottom:20px;
	border-bottom:1px solid #d1d1d1;
}
.pFooter .address .fnav a{
	float:left;
	color:#333;
}
.pFooter .address .fnav a:hover{
	color:#2685b5;
}
.pFooter .address .fnav span{
	color:#333;
	float:left;
	margin:0 16px;
}
.pFooter .address .fnav span:last-child{
	display:none;
}
.pFooter .address .con{
	color:#333;
	line-height:30px;
	margin-top:12px;
}
.pFooter .address .con *{
	color:#333;
}
.pFooter .wx{
	width:128px;
	float:right;
	margin-top:32px;
}
.pFooter .wx p{
	text-align:center;
	color:#333;
	margin-top:18px;
}
.pFooter .ban{
	line-height:73px;
	background:#a91728;
	color:#fee8d8;
	text-transform:uppercase;
}






.crumb{
	height:70px;
	line-height:70px;
	margin-left:23px;
	float:left;
	padding-left:37px;
	background:url(/images/home.png) no-repeat left center;
}
.crumb a{
	font-size:15px;
}
.crumb a:after{
	content: ">";
	color: #666;
	margin-left:5px;
}
.crumb a:last-child:after{
	display:none;
}
.nbanner{
	height:401px;
}






.news_list{
	padding-bottom:62px;
	padding-top:18px;
	background:#f8f8f8;
}
.news_list .mt{
	height:70px;
	background:#fff;
}
.news_list .mt .menu{
	float:right;
	margin-right:42px;
	line-height:70px;
}
.news_list .mt .menu a{
	font-size:16px;
	color:#000;
	float:left;
	margin-left:25px;
}
.news_list .mt .menu a:hover{
	color:#2685b5;
}
.news_list .mt .menu a.active{
	font-size:16px;
	color:#2685b5;
	font-weight:bold;
}
.news_list .mt .menu a.active1{
	color:#c31b1b;
	font-weight:bold;
	font-size:16px;
}
.news_list .mc{
	margin-top:18px;
	background:#fff;
	padding:8px 42px 80px;
}
.news_list .mc .list{
	padding:32px 0;
	border-bottom:1px dashed #dadada;
	display:block;
	overflow:hidden;
	position:relative;
}
.news_list .mc .list:before{
	content:"";
	position:absolute;
	width:0;
	border-top:1px dashed #2685b5;
	left:0;
	bottom:0;
	transition:all 0.6s;
}
.news_list .mc .list .im{
	float:left;
	width:238px;
	height:156px;
	margin-right:24px;
	overflow:hidden;
}
.news_list .mc .list .con{
	overflow:hidden;
}
.news_list .mc .list .con .tt{
	font-size:18px;
	color:#000;
	margin-top:16px;
	line-height:24px;
}
.news_list .mc .list .con .des{
	color:#666;
	line-height:26px;
	height:52px;
	overflow:hidden;
	margin-top:12px;
	font-size:15px;
}
.news_list .mc .list .con .item{
	color:#999;
	margin-top:17px;
}
.news_list .mc .list .con .item .time{
	float: left;
	padding-left: 26px;
	background: url(/images/time.png) no-repeat left center;
	line-height: 19px;
}
.news_list .mc .list .con .item .read{
	float: left;
	padding-left: 28px;
	background: url(/images/read.png) no-repeat left center;
	line-height: 19px;
	margin-left:20px;
}
.news_list .mc .list .con .item .share{
	float:right;
	margin-top:2px;
}
.news_list .mc .list .con .item .share span{
	float:left;
	margin-top:2px;
}
.news_list .mc .list .con .item .share a{
	margin:0 5px;
	color:#333;
	background-image:none;
	position:relative;
	width:2px;
	height:19px;
	border-radius:3px;
}
.news_list .mc .list .con .item .share a.f_qq{
	background:#2685b5 url(qzone.svg) no-repeat center;
	background-size:15px;
}
.news_list .mc .list .con .item .share a.f_weibo{
	background:#2685b5 url(tsina.svg) no-repeat center;
	background-size:15px;
}
.news_list .mc .list .con .item .share a.bds_weixin{
	background:#2685b5 url(weixin.svg) no-repeat center;
	background-size:15px;
}
.news_list .mc .list:hover .con .tt{
	color:#2685b5;
}
.news_list .mc .list:hover:before{
	width:100%;
}
.news_list .mc .list:hover img{
	transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
}
.news_list .pro{
	margin-top:18px;
	background:#fff;
	padding:50px 50px 80px;
}
.news_list .pro .list{
	width:385px;
	float:left;
	margin-bottom:40px;
	margin-right:30px;
}
.news_list .pro .list:nth-child(3n){
	margin-right:0;
}
.news_list .pro .list .img{
	border:1px solid #ededed;
	height:248px;
	overflow:hidden;
}
.news_list .pro .list:hover img{
	transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-webkit-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
}
.news_list .pro .list .tt{
	font-size:18px;
	color:#333;
	margin-top:26px;
}
.news_list .pro .list .des{
	font-size:15px;
	margin-top:18px;
}
.news_list .notice{
	margin-top:18px;
	margin-bottom:20px;
}
.news_list .notice .tab{
	float:left;
	width:260px;
}
.news_list .notice .tab .tt{
	height:80px;
	line-height:80px;
	color:#fff;
	font-size:18px;
	text-align:center;
	background-color: #06498f;
}
.news_list .notice .tab .nv{
	background:#fff;
	padding-bottom:35px;
}
.news_list .notice .tab .nv a{
	display:block;
	line-height:80px;
	font-size:16px;
	color:#333;
	text-align:center;
}
.news_list .notice .tab .nv a:hover{
	color:#2685b5;
}
.news_list .notice .tab .nv a.active{
	color:#fff;
	background:#2480b2;
}
.news_list .notice .nlist{
	float:right;
	width:1020px;
	background:#fff;
	padding:23px 26px 80px;
}
.news_list .notice .nlist .tt{
	font-size:20px;
	color:#333;
	font-weight:bold;
	padding-bottom:16px;
	border-bottom:1px solid #ececec;
}
.news_list .notice .nlist .list{
	height:80px;
	line-height:80px;
	display:block;
	box-shadow: 0px 15px 10px -10px rgba(200,200,200,.2);
	overflow:hidden;
}
.news_list .notice .nlist .list .title{
	float:left;
	width:830px;
	font-size:16px;
	color:#333;
}
.news_list .notice .nlist .list .time{
	float:right;
	font-size:16px;
	color:#333;
	margin-right:10px;
}
.news_list .notice .nlist .list:hover .title{
	color:#2685b5;
}
.news_list .pages .tab .tt{
	background:#06498f;
}
.news_list .pages .nlist .content{
	font-size:16px;
	color:#333;
	padding:50px 32px 80px;
	line-height:32px;
}
.news_list .pages .nlist .content *:not(#allmap *){
	max-width:100%;
	font-size:16px;
}
.news_list .pages .nlist .content p{
	font-size:16px;
}
.news_list .notice .nsearch{
	width:100%;
}
.news_info{
	margin-top:18px;
}
.news_info .nleft{
	float:left;
	width:1020px;
	background:#fff;
	padding:22px 26px 80px;
	min-height:500px;
}
.news_info .nleft .title{
	font-size:20px;
	color:#333;
	font-weight:bold;
	border-bottom:1px solid #ececec;
	padding-bottom:16px;
}
.news_info .nleft .detail{
	padding:0 50px;
}
.news_info .nleft .detail .tab{
	margin-top:30px;
	padding-bottom:22px;
	border-bottom:1px dashed #dadada;
}
.news_info .nleft .detail .tab .tt{
	text-align:center;
	font-size:26px;
	color:#000;
	line-height:32px;
}
.news_info .nleft .detail .tab .subtt{
	text-align:center;
	margin-top:20px;
}
.news_info .nleft .detail .con{
	font-size:16px;
	color:#333;
	line-height:30px;
	margin-top:40px;
}
.news_info .nleft .detail .con *{
	font-size:16px;
	color:#333;
	max-width:100%;
}
.news_info .nright{
	float:right;
	width:276px;
}
.news_info .nright .detail{
	background:#fff;
	padding:22px 21px 8px;
}
.news_info .nright .detail .title{
	font-size:20px;
	color:#333;
	font-weight:bold;
	border-bottom:1px solid #ececec;
	padding-bottom:16px;
}
.news_info .nright .detail .con{
	margin-top:22px;
}
.news_info .nright .detail .con .list{
	margin-bottom:20px;
	display:block;
	height:15px;
}
.news_info .nright .detail .con .list p{
	width:180px;
	float:left;
	color:#333;
}
.news_info .nright .detail .con .list:hover p{
	color:#2685b5;
}
.news_info .nright .detail .con .list span{
	float:right;
	color:#999;
}
.news_info .nright .im{
	margin-top:18px;
}
.company_tt{
	text-align:center;
	color:#333;
	font-size:28px;
	margin-top:50px;
	font-weight:bold;
}






.agency{
	background:#fff;
	margin-top:18px;
	padding:70px 28px;
}
.agency .item .tt{
	float:left;
	font-weight:bold;
	color:#333;
	font-size:26px;
	line-height:60px;
}
.agency .item .form{
	float:right;
}
.agency .item .form .text{
	width:250px;
	height:60px;
	background:#f3f3f3;
	border-radius:5px;
	float:left;
}
.agency .item .form input[type='text']{
	width:197px;
	height:60px;
	padding-left:31px;
	background:#f3f3f3;
	border:none;
	border-radius:5px;
	font-size:16px;
	float:left;
}
.agency .item .form input[type='submit']{
	width:22px;
	height:22px;
	background:url(/images/sousuo.png) no-repeat center;
	border:none;
	cursor:pointer;
	float:left;
	margin-top:19px;
}
.agency .item .form select{
	float:left;
	width:130px;
	height:60px;
	padding:0 30px;
	padding-right:50px;
	border-radius:5px;
	background:#06498f;
	font-size:16px;
	border:none;
	color:#fff;
	margin-right:8px;
	appearance:none;
	-webkit-appearance:none;
	background:#06498f url(down1.png) no-repeat 95px center;
}
.agency .amc{
	margin-top:21px;
}
.agency .amc table{
	border-collapse: collapse;
	width:100%;
	text-align:center;
	margin-bottom:10px;
}
.agency .amc table tr th{
	background:#06498f;
	font-size:16px;
	color:#fff;
	height:76px;
	font-weight:bold;
}
.agency .amc table tr{
	background:#fff;
}
.agency .amc table tr:nth-child(2n){
	background:#f8f8f8;
}
.agency .amc table tr td{
	color:#333;
	padding:11px 12px;
	line-height:25px;
}
.agency .amc table tr:hover{
	background:#f5fdfc;
}
.agency .amc table tr td .more{
	color:#06498f;
	display:inline-block;
	cursor:pointer;
	position:relative;
}
.agency .amc table tr td .more img{
	width:100%;
	height:25px;
	opacity:0;
	position:absolute;
	left:0;
}
.agency_info .amt{
	text-align:center;
	font-size:22px;
	color:#06498f;
	font-weight:bold;
	margin-bottom:40px;
	margin-top:65px;
}
.agency_info .amc table tr td{
	padding:20px 12px;
}
.agency_info .imt{
	text-align:center;
	font-size:26px;
	font-weight:bold;
	color:#333;
}
.agency_info .imc{
	margin-top:50px;
}
.agency_info .imc table{
	border-collapse: collapse;
	width:100%;
	border:1px solid #e4e4e4;
}
.agency_info .imc table tr td{
	font-size:16px;
	padding:20px 30px;
	border:none;
	color:#333;
	line-height:32px;
	border:1px solid #e4e4e4;
}
.agency_info .imc table tr td.t1{
	background:#f4f4f4;
	text-align:center;
}
.agency_info .imc table tr td .pic{
	position:relative;
	padding-right:76px;
}
.agency_info .imc table tr td .pic .read{
	width:62px;
	height:32px;
	background:#06498f;
	text-align:center;
	line-height:32px;
	color:#fff;
	border-radius:3px;
	position:absolute;
	right:0;
	top:0;
}
.agency_info .imc table tr td .pic img{
	width:62px;
	height:32px;
	opacity:0;
	position:absolute;
	right:0;
	top:0;
	z-index:10;
	cursor:pointer;
}








.membership{
	padding:52px 0 0;
}
.membership .text{
	margin-bottom:16px;
}
.membership .text1{
	float:left;
}
.membership .text p{
	float:left;
	line-height:46px;
	padding-right:17px;
	width:143px;
	font-size:15px;
	color:#333;
	text-align:right;
}
.membership .text p span{
	position:relative;
}
.membership .text p span.must:before{
	content:"*";
	position:absolute;
	font-size:20px;
	color:#f01212;
	left:-16px;
	top:-9px;
}
.membership .text input[type="text"]{
	width:808px;
	float:left;
	padding-left:16px;
	height:46px;
	border:1px solid #e6e6e6;
}
.membership .text input[type="text"].t1{
	width:163px;
}
.membership .text input[type="text"].t2{
	width:145px;
}
.membership .text input[type="text"].t3{
	width:121px;
}
.membership .text input[type="text"].t4{
	width:110px;
}
.membership .text input[type="text"].t5{
	width:265px;
}
.membership .text input[type="text"].t6{
	width:161px;
}
.membership .text input[type="text"].t7{
	width:324px;
}
.membership .text input[type="text"].t8{
	width:70px; 
}
.membership .text input[type="text"].t9{
	width:200px;
}
.membership .text input[type="text"].t10{
	width:108px;
}
.membership .text input[type="text"].input1{
	width:650px;
}
.membership .text textarea{
	border: 1px solid #e6e6e6;
	width:808px;
	resize:none;
	padding:10px 25px;
	line-height:25px;
	height:145px;
}
.membership .text textarea.input1{
	width:650px;
}
.membership .text p.s1{
	width:61px;
}
.membership .text p.s2{
	width:140px;
}
.membership .text p.s3{
	width:103px;
}
.membership .text p.s4{
	width:48px;
}
.membership .text p.s5{
	width:60px;
}
.membership .text p.s6{
	width:78px;
}
.membership .text .dcon{
	width:808px;
	float:left;
	padding-left:16px;
	padding:13.5px 0;
	border:1px solid #e6e6e6;
	padding-left:25px;
}
.membership .text .dcon .dlist{
	line-height: 17px;
	position: relative;
	float:left;
	margin-right:36px;
	font-size:15px;
	color:#333;
}
.membership .text .dcon1{
	padding-top:17px;
	padding-bottom:5px;
}
.membership .text .dcon1 .dlist{
	width:258px;
	margin-right:0;
	margin-bottom:12px;
}
.membership .text2 p{
	line-height:30px;
	margin-top:10px;
}
.membership .text2 p span.must:before{
	top:-2px;
}
.membership .text .dcon2{
	padding-top:24px;
	padding-bottom:0;
	padding-right:10px;
}
.membership .text .dcon2 .dlist{
	margin-bottom:12px;
}
.membership .text .dcon2 .detf{
	margin-bottom:14px;
}
.membership .text .dcon2 .detf .tb{
	font-size:15px;
	color:#333;
	font-weight:bold;
	margin-bottom:17px;
	position:relative;
}
.membership .text .dcon .dlist input[type="radio"],.membership .text .dcon .dlist input[type="checkbox"],.membership .text .dcon2 .tb input[type="checkbox"]{
	width:17px;
	height:17px;
	opacity: 0;
	float:left;
	margin-right:9px;
}
.membership .text .dcon .dlist label,.membership .text .dcon2 .tb label{
	width:15px;
	height:15px;
	border:1px solid #bbb;
	position: absolute;
	top:0;
	left:0;
	border-radius:3px;
}
.membership .text .dcon .dlist input[type="radio"]:checked+label,.membership .text .dcon .dlist input[type="checkbox"]:checked+label,.membership .text .dcon2 .tb input[type="checkbox"]:checked+label{
	background-color: #2685b5;
	border:1px solid #2685b5;
}
.membership .text .dcon .dlist input[type="radio"]:checked+label:after,.membership .text .dcon .dlist input[type="checkbox"]:checked+label:after,.membership .text .dcon2 .tb input[type="checkbox"]:checked+label:after{
	position: absolute;
	content: "";
	width: 4px;
	height: 8px;
	top: 2px;
	left: 5px;
	border: 2px solid #fff;
	border-top: none;
	border-left: none;
	transform: rotate(45deg)
}
.membership .explain{
	margin-top:30px;
}
.membership .explain .detail{
	line-height:22px;
	margin-bottom:14px;
}
.membership .explain .detail span{
	float:left;
	color:#e73737;
	width:160px;
	text-align:right;
}
.membership .explain .detail p{
	float:left;
	color:#333;
}
.membership .submit{
	width:280px;
	height:45px;
	line-height:45px;
	text-align:center;
	border:none;
	background:#2480b2;
	border-radius:8px;
	color:#fff;
	margin-left:160px;
	cursor:pointer;
	margin-top:30px;
}







.infor{
	min-height:310px;
}
.infor .ftt{
	text-align:center;
	margin-top:65px;
	color:#333;
	font-size:32px;
	font-weight:bold;
}
.infor .search{
	margin-top:52px;
}
.infor .search input[type="text"]{
	float:left;
	width:595px;
	height:72px;
	text-align:center;
	border:none;
	background:#f8f8f8;
	font-size:15px;
	border-radius:12px;
	border:1px solid #c13038;
}
.infor .search input[type="submit"]{
	float:right;
	width:360px;
	height:72px;
	line-height:72px;
	text-align:center;
	color:#fff;
	border:none;
	border-radius:12px;
	background:#2480b2;
	cursor:pointer;
	font-size:20px;
}
.infor .fmc{
	margin-top:22px;
}
.infor .fmc table{
	border-collapse: collapse;
	width:100%;
	text-align:center;
	margin-bottom:10px;
}
.infor .fmc table tr th{
	background:#e7e7e7;
	font-size:15px;
	color:#333;
	height:72px;
}
.infor .fmc table tr{
	background:#fff;
}
.infor .fmc table tr:nth-child(2n){
	background:#f8f8f8;
}
.infor .fmc table tr td{
	color:#333;
	padding:11px 12px;
	line-height:25px;
}
.infor .fmc table tr:hover{
	background:#f5fdfc;
}
.infor .fmc table tr td .more{
	color:#e63030;
}





.prev_article{
	margin-top:30px;
	margin-bottom:15px;
	color:#333;
	font-size:16px;
	line-height:26px;
	position:relative;
	padding-left:64px;
}
.next_article{
	color:#333;
	font-size:16px;
	line-height:26px;
	position:relative;
	padding-left:64px;
}
.prev_article span,.next_article span{
	color:#2685b5;
	position:absolute;
	left:0;
	top:0;
}
.prev_article a,.next_article a{
	color:#333;
}
.prev_article a:hover,.next_article a:hover{
	color:#2685b5;
}




.back_top{
	position:fixed;
	right:20px;
	bottom:100px;
	cursor:pointer;
	display:none;
}





.back_bg1{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    left: 0;
    top: 0;
    z-index: 150;
}
.tan_message{
    width:392px;
    background: #fff;
    position: fixed;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    border-radius: 8px;
    z-index: 600;
    padding: 56px 40px 30px 40px;
}
.tan_message .tip{
    width:55px;
    height:55px;
    border-radius: 50%;
    background: #2685b5 url(icon25.png) no-repeat center;
    top:-20px;
    left:50%;
    transform: translateX(-50%);
    position: absolute;
}
.tan_message .con{
    text-align: center;
    font-size:16px;
    line-height: 32px;
	color:#333;
}
.tan_message .tab{
    text-align: center;
    margin-top:25px;
}
.tan_message .tab a{
    display: inline-block;
    width:104px;
    height:34px;
    line-height: 34px;
    background: #2685b5;
    border-radius: 5px;
    color:#fff;
    margin:0 12px;
    font-size:16px;
}
.tan_message .tab a.shop{
    background: #af1429;
    width:145px;
}
.tan_message.default_message{
    display: none;
}





.bsc td{
	padding:0 15px;
}








/* Í¼±ê */
@font-face {font-family: "iconfont";
  src: url('/images/iconfont.eot'); /* IE9*/
  src: url('/images/iconfont.eot') format('embedded-opentype'), /* IE6-IE8 */
  url('iconfont.woff') format('woff'), /* chrome¡¢firefox */
  url('iconfont.ttf') format('truetype'), /* chrome¡¢firefox¡¢opera¡¢Safari, Android, iOS 4.2+*/
  url('https://www.zjsxfxh.cn/zjxfxh/font/iconfont.svg') format('svg'); /* iOS 4.1- */
}

.iconfont {
  display:inline-block;
  font-family:"iconfont" !important;
  font-size:16px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}










.back_bg{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    left: 0;
    top: 0;
    z-index: 150;
	display:none;
}
.tan_login{
	width:500px;
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	background:#fff;
	border-radius:5px;
	display:none;
	z-index:200;
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.tan_login .mt{
	padding:18px 20px;
	overflow:hidden;
	border-bottom: 1px solid #e8e8e8;
}
.tan_login .mt span{
	float:left;
	font-size:18px;
	color:#333;
	font-weight:bold;
}
.tan_login .mt i{
	float:right;
	cursor:pointer;
}
.tan_login .mc{
	padding:20px 40px;
	overflow:hidden;
}
.tan_login .mc .detail{
	display:none;
}
.tan_login .mc .detail:first-child{
	display:block;
}
.tan_login .mc .detail2,.tan_login .mc .detail3{
	margin-bottom:15px;
}
.tan_login .mc .text{
	margin-bottom:16px;
	position:relative;
}
.tan_login .mc .text input[type='text'],.tan_login .mc .text input[type='password']{
	width:100%;
	height:40px;
	line-height:40px;
	border: 1px solid #DCDFE6;
	padding-left:30px;
	padding-right:15px;
	border-radius:5px;
	box-sizing:border-box;
}
.tan_login .mc .text i{
	position:absolute;
	top:12px;
	left:8px;
}
.tan_login .mc .text span{
	color:red;
	font-size:12px;
	position:relative;
	top:5px;
}
.tan_login .mc .text input:focus{
	border:1px solid #2480b2;
}
.tan_login .mc .text input[type='text'].code{
	width:296px;
}
.tan_login .mc .text .code_img{
	float:right;
	height:38px;
	border: 1px solid #DCDFE6;
	border-radius:5px;
	cursor:pointer;
}
.tan_login .mc .text .code_get{
	float:right;
	width:103.5px;
	height:38px;
	line-height:38px;
	text-align:center;
	border: 1px solid #DCDFE6;
	border-radius:5px;
	cursor:pointer;
}
.tan_login .mc .submit_login{
	width:100%;
	height:40px;
	background:#40a1de;
	border:none;
	color:#fff;
	font-size:16px;
	cursor:pointer;
	margin-bottom:20px;
}
.tan_login .mc .line{
	height:100%;
	border-top:2px solid #ddd;
}
.tan_login .mc .tab{
	height:38px;
	line-height:38px;
	border:1px solid #40a1de;
	text-align:center;
	color:#40a1de;
	font-size:16px;
	margin-top:20px;
	cursor:pointer;
}
.tan_login .mc .tab:hover{
	background:#e6f4fd;
}
.tan_login .mc .fg{
	float:right;
	color:#40a1de;
	cursor:pointer;
	margin-top:10px;
}
