@charset "utf-8";
*{ margin:0; padding:0;}
body{ max-width:760px; margin:0 auto;font-family:'Arial',"微软雅黑";}
h1, h2, h3, h4, h5, h6{ margin:0;}
body,input,textarea,button,select {font-size:16px;}
.MobilePush{display:block;}
img[data-src]{opacity: 1;}
.wrap, .mwrap { padding-left:4%; padding-right:4%; width:auto;  margin:0;}
.mwrap .wrap { padding-left:0; padding-right:0; }
.cl{clear:both;}

/* 头部 */
header{ padding:0; margin:0;}
.pageHeader{height:60px;width: 100%;z-index: 999;}
.header .erji_nav{top:60px}
.index_header {
    transition: all 0.5s ease;
}
.header_bsbj{ background:#fff !important;}
.header_bott{box-shadow: 0 0 5px rgba(0,0,0,.1);}
.header_bsbj .header_bott{box-shadow: 0 0 5px rgba(0,0,0,.1);}
.header_bott .h_logo{width:75%; padding:13px 0; height:33px;float: left;font-size: 0; transition: all 0.5s ease;}
.header_bott .h_logo a{display: block; height:33px;}
.header_bott .h_logo a img{ max-height:100%;width:120px;}
.header_bott .h_tools{padding:18px 0; margin-left:20px;    float: right; transition: all 0.5s ease; position: relative; z-index: 2;}
.header_bott .h_tools .m_search{width:165px; padding:5px 0;display: inline-block;
    vertical-align: middle;
    position: relative;}
.header_bott .h_tools .m_search input{
    width: 90%;
    padding: 0 5%;
    background: none;
    border-radius: 30px;
    border: 1px #fff solid;
    color: #8b8a8a;height:30px; line-height:30px; font-size:13px;
}
.header_bott .h_tools .mobile_key{width:24px; height:2px; background-size:contain; background:#093488; position:relative; margin-left:6px;display: inline-block;vertical-align: middle;}
.header_bott .h_tools .mobile_key:before{ content:" "; width:24px; height:2px; background:#093488; position:absolute; top:-9px; left:0;}
.header_bott .h_tools .mobile_key:after{ content:" "; width:24px; height:2px; background:#093488; position:absolute; bottom:-9px; left:0;}
.header_bott .h_tools .m_search input{text-indent:35px;}
.header_bott .h_tools .m_search button{
    display: block;
    background: url(../img/topsearch.png) no-repeat center;
    position: absolute;
    top: 50%;
    outline: none;
    border: none;
    padding: 0;
		background-size: contain;height:18px; width:18px; margin-top:-9px; left:15px;
}

.header .erji_nav:after{height:48px;}
.header .erji_nav .erji_content .erji_list .erji_intro.down{height:48px;}
.header .erji_nav .erji_content .erji_list .erji_intro ul li{height:48px; line-height:48px;}
.header .erji_nav .erji_content .erji_list .erji_intro ul li a:after{bottom:7px}
.rightFloat{bottom:68px;}
.rightFloat .gotop{width:40px; height:40px; background-size:cover;}
.rightFloat .gotop:hover{background-position:0 -40px;}

/* 下层头部样式 没有logo 显示返回按钮和标题 */
.xc_pageHeader .header_bott .h_logo{display:none;}
.xc_pageHeader .header_bott .h_tools{display:none;}
.xc_pageHeader .header_bott .m_header_top {display:block; text-align:center; padding:13px 50px; height:34px; line-height:34px; position:relative;}
.xc_pageHeader .header_bott .m_header_top .m_back{width:18px; height:30px;/* background:url(../img/mobile/m_back.png) no-repeat center;*/ position:absolute; left:0; top:50%; margin-top:-15px;}
.xc_pageHeader .header_bott .m_header_top .m_back i{font-weight:bold; color:#333f47}
.xc_pageHeader .header_bott .m_header_top .title{font-size:20px; font-weight:bold; color:#333f47; display:block; width:80%; margin:0 auto; text-overflow:ellipsis; overflow:hidden; white-space:nowrap;}
.xc_pageHeader .header_bott .m_header_top .m_tool{position:absolute; right:0; top:0; padding:11px 0;}
.xc_pageHeader .header_bott .m_header_top .m_tool .m_search{display:inline-block; vertical-align:middle; position:relative;}
.xc_pageHeader .header_bott .m_header_top .m_tool .mobile_key{display:inline-block; vertical-align:middle; width:30px; height:20px; background-size:contain; margin-left:10px;}
.xc_pageHeader .header_bott .m_header_top .m_tool .m_search button{display:block; height:24px; width:24px; background-size:cover; background:url(../img/mobile/m_sear.png) no-repeat center; background-size:cover; outline:none; border:none; padding:0;}
.channel_content{padding:20px 0;}
.add_price{display:block;}
.m_channelContent .load_more{padding-bottom:20px;;}


/* 下层头部样式 end*/
.m_nav{    display: block;
    position: fixed;
		right: -100%;
    top: 0;
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
    height: 100%;
    z-index: 15;
    transition: right 0.5s ease;
		width:77%;
		}
.m_nav .content {
position: relative;
z-index: 4;
background: #fff;
height: 100%;
}
.m_nav .content .mnav_top{height:60px;background: #093488;}
.m_nav.toshow {
    right: 0;
}
.m_nav .content .mnav_top .mnav_search{line-height:60px;float: right;
    background: #093488;
    text-align: center;
    width: 56%;
    font-size: 0;}
		.m_nav .content .mnav_top .mnav_search span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
		width:150px; height:33px; padding:10px 0;
}
.m_nav .content .mnav_top .mnav_search i{    display: inline-block;
    vertical-align: middle;
    background: url(../img/mnav_search.png) no-repeat center;
		width:20px; height:20px; background-size:cover; margin-left:20px;}
.m_nav .content .mnav_top .mnav_back{float: left;

    text-align: center;
    width: 44%;
    font-size: 0;line-height:60px;}
		.m_nav .content .mnav_top .mnav_back i {
			float: left;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin-right: 10px;
		margin-left: 32px;
}
.m_nav .content .mnav_top .mnav_back span {
    display: inline-block;
		float:left;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.m_nav .content .mnav_bottom{ margin-top:20px;}
.m_nav .content .mnav_bottom .mnav_li{ border-bottom: 1px #eee dashed;}
.m_nav .content .mnav_bottom .mnav_li a.mnav_a{display: block;
    position: relative;
    color: #333f47;
    padding:0 30px; font-size:16px; line-height:45px;}
.m_nav .content .mnav_bottom .mnav_li a.mnav_a i{right:20px;display: block;
    width: 20px;
    height: 20px;    background: url(../img/mnav_jt.png) no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    margin-top: -10px;    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);}
.m_nav .content .mnav_bottom .mnav_li dl{padding:15px 30px;}
.m_nav .content .mnav_center .m_language{padding:10px 0 15px;}
.m_nav .content .mnav_center .m_language a{margin:0 8px;}
.m_nav .content .mnav_center .m_language a:first-child{margin-left:0px;}

.m_nav .nav_bg {
    background: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease;
    z-index: 2;
}
.m_nav.toshow .nav_bg {
    opacity: 1;
    visibility: visible;
}

.part02_l{position: relative;overflow: hidden; padding:0 30px;}
.part02_l .info_{ border-top:1px #ddd solid; padding-top:15px;}
.part02_l .info_ .title{font-size: 17px;color:#093488;text-align: left;}
.part02_l .info_ .desc_{font-size: 14px;color:#5a5a5a;text-align: left;margin-top: 10px;}
.part02_l .msg_form{position: relative;overflow: hidden;padding-top: 15px;}
.part02_l .msg_form .rec_list{}
.part02_l .msg_form .rec_list ._rec{height: 30px;line-height: 30px;margin-bottom: 5px;position:relative; color:#666;}
.part02_l .msg_form .rec_list ._bd {width: 93%;padding-right: 7%; border: none; height: 30px; font-size:14px; line-height: 30px; background-color: #efefef; text-indent: 12px;}
.part02_l .msg_form .rec_list ._rec .form-controlnav{border-radius:3px; background:#f6f7fa; border:1px #e9ecf2 solid; height:30px; line-height:30px; float:left; width:48%; margin-right:2%; color:#777;padding:0 10px; box-sizing:border-box; font-size:14px;}
.part02_l .msg_form .rec_list ._rec .form-controlnav1{border-radius:3px; background:#f6f7fa; border:1px #e9ecf2 solid; height:30px; line-height:30px; float:left; width:100%; margin-bottom:10px; color:#777;padding:0 10px; box-sizing:border-box; font-size:14px;}

.part02_l .msg_form .rec_list ._rec05 ._hd{width: 97%;border: none; padding:10px 12px; font-size:14px; height: 60px; background: #efefef; outline: none;}
.part02_l .msg_form .btn_list ._btn_msg{height: 36px;line-height: 36px;width:160px;text-align: center;background-color: #093488;font-size: 14px;color:#fff;border:none;padding:0;margin-top:8px;cursor: pointer; transition:all 0.5s ease; -webkit-transition: all 0.5s ease;}
.part02_l .msg_form .btn_list ._btn_msg:hover{background:#222;}


.servicetext{ width:92%; background:#f8f8f8; padding:4%;}
.servicetext .mode dl{width: 100%;float: left; padding: 10px 0;}
.servicetext .mode dd{float: left;margin: 0 15px 0 0; width:30px; height:52px; background-position:center center; background-repeat:no-repeat; background-size:contain;}
.servicetext .mode dt{float: left;}
.servicetext .mode dt h4{font-size: 12px;color: #666; line-height:24px; font-weight:normal;}
.servicetext .mode dt p{font-size: 14px;padding: 0; color:#333;}
.servicetext .mode dt p.tel{font-weight: 800;font-size: 14px; font-family:"Agency FB Bold"; color:#093488}
.servicetext .mode dt p.tel a{font-weight: 800;font-size: 16px; font-family:"Agency FB Bold"; color:#093488}


.syabout_list{ width:100%; margin:0 auto; box-sizing:border-box; height:150px; padding:0 20px 20px;}
.syabout_list li{ float:left; width:50%;padding: 10px 0;}
.syabout_list li h3{ float:left; font-size:40px; font-weight:bold; color:#333; line-height:1;}
.syabout_list li:hover h3{ color:#093488}
.syabout_list li.active h3{ color:#093488}
.syabout_list li h4{ float:left; margin-left:10px; font-weight:normal;}
.syabout_list li h4 b{ font-size:16px; color:#666; display:block; font-weight:normal;}
.syabout_list li h4 span{ font-size:12px; color:#aaa;}


.syyoushi{ background:#f8f8f8; padding:4%; width:100%; box-sizing:border-box;}
.syyoushi_list{ width:100%; margin:0 auto; box-sizing:border-box;}
.syyoushi_list ul{ width:100%}
.syyoushi_list ul li{ float:left; width:49%; margin-right:2%; margin-bottom:2%; text-align:center; height:270px; background:#fff; position:relative; padding:10px; box-sizing:border-box; transition: all 0.3s ease;box-shadow: 0px 2px 10px 1px rgba(50,50,50,0.1);}
.syyoushi_list ul li:nth-child(2n){ margin-right:0;}
.syyoushi_list ul li h4{ position:absolute; left:0; bottom:0;background-size: cover; width:100%; height:140px;}
.syyoushi_list ul li h3{ font-size:16px; color:#333; margin-bottom:10px; line-height:24px; font-weight:normal; margin-top: 10px;}
.syyoushi_list ul li p{ font-size:13px; color:#888; line-height:26px; text-align: left;}
.syyoushi_list ul li i{ width:40px; height:40px; background:#093488; display:inline-block; margin: 15px 0px;}


.sycpfl{ width:100%; padding:4% 0; background:#f8f8f8}
.sycpfl_l{width:100%;}
.sycpfl_l ul{width:100%;padding:10px 2%; box-sizing:border-box; background:#093488; height:100px;}
.sycpfl_l ul li{ display:inline-block; float:left; width:32%; text-align:center; box-sizing:border-box; position:relative;}
.sycpfl_l ul li a{ display:block; width:100%; position:relative; z-index:9}
.sycpfl_l ul li span{ color:#fff; font-size:14px; line-height:40px;}

.swiper1 {
	width: 100%;
	height: 100%;
}

.swiper-slide1 {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.sycpfl_r{ float:right; width:270px; height:200px; background:#222; padding:15px; box-sizing:border-box}
.sycpfl_r ul{ height:170px;}
.sycpfl_r ul li{ height:85px; padding-top:15px; float:left; width:80px; text-align:center; box-sizing:border-box; position:relative;}
.sycpfl_r ul li:after{ content:""; width:1px; height:72px; background:#919191; position:absolute; right:0; top:6px;}
.sycpfl_r ul li:before{ content:""; width:68px; height:1px; background:#919191; position:absolute; bottom:0; left:6px;}
.sycpfl_r ul li:nth-child(3):after{ width:0}
.sycpfl_r ul li:nth-child(6):after{ width:0}
.sycpfl_r ul li:nth-child(4):before{ width:0}
.sycpfl_r ul li:nth-child(5):before{ width:0}
.sycpfl_r ul li:nth-child(6):before{ width:0}
.sycpfl_r ul li i{ width:27px; height:25px; margin:0 auto; display:block; background-repeat:no-repeat; background-position:center center;transition: all 0.5s ease;}
.sycpfl_r ul li span{ color:#dddddd; font-size:14px; line-height:50px;}
.sycpfl_r ul li a:hover span{ color:#093488}
.sycpfl_r ul li a:hover i{transform: rotateY(180deg);
-webkit-transform: rotateY(180deg);
-moz-transform: rotateY(180deg);}


.syxxfa{ width:92%; padding:4%;}
.syxxfa_l{ width:100%; position:relative; padding-bottom:48%; background:#093488 url(../img/syjjfa.jpg) left center no-repeat; background-size: 110%;}
.syxxfa_l h3{ position:absolute; top:40px; left:20px; font-size:30px; color:#fff;}
.syxxfa_l h3 a{ font-size:30px; color:#fff;}
.syxxfa_l p{ position:absolute; top:80px; left:20px; font-size:20px; color:#fff;}
.syxxfa_r{ width:100%; margin-top:2%;}
.syxxfa_r ul li{ width:48%; float:left; padding-bottom:30%; position:relative;}
.syxxfa_r ul li.syjjfa{ background:#222; margin-right:4%;}
.syxxfa_r ul li.syfwzc{ background:url(../img/syfwzc.jpg) center center no-repeat; background-size:cover;}
.syxxfa_r ul li h3{ position:absolute; top:30px; left:20px; font-size:20px; color:#333;}
.syxxfa_r ul li h3 a{ color:#333;}
.syxxfa_r ul li p{ position:absolute; top:60px; left:20px; font-family:impact; text-transform:uppercase; font-size:22px; color:#093488;}
.syxxfa_r ul li.syjjfa h3{ color:#fff;}
.syxxfa_r ul li.syjjfa h3 a{ color:#fff;}
.syxxfa_r ul li.syjjfa p{ color:#fff; font-size:12px;}



.nyfuwubanner{ width:100%; height:300px; padding-top:20px; box-sizing:border-box; background:url(../img/nyfuwubanner.jpg) center center no-repeat; background-size:cover}
.nyfuwubanner h3{ font-size:18px; color:#fff; text-align:center; line-height:35px;}
.nyfuwubanner p{ font-size:12px; color:#fff; text-align:center; margin-bottom:20px;}
.nyfuwubannerform{ width:90%; height:185px; padding:15px; box-sizing:border-box; background:#fff; border-radius:5px; margin:0 auto;}
.form-controlfw{ background:#f6f7fa; border:1px #e9ecf2 solid; padding:0 10px; font-size:14px; color:#666; width:48%; margin-right:4%; float:left; box-sizing:border-box; height:35px; line-height:35px; border-radius:5px;}
.form-control-c1fw{ background:#f6f7fa; border:1px #e9ecf2 solid; padding:0 10px; font-size:14px; color:#666; width:100%; box-sizing:border-box; height:60px; line-height:30px; border-radius:3px;}
.form-subfw{ float:right; width:100%; height:35px; background:#093488; color:#fff;text-align:center; border:none; font-size:14px; border-radius:3px;}

.form-control3{ background:#f6f7fa; border:1px #e9ecf2 solid; padding:0 10px; font-size:14px; color:#666; width:31.3%; margin-right:3%; float:left; box-sizing:border-box; height:35px; line-height:35px; border-radius:5px;}

.nygongchengbanner{ width:100%; height:300px; padding-top:50px; box-sizing:border-box; background:url(../img/nygongchengbanner.jpg) center center no-repeat}
.nygongchengbanner h3{ font-size:24px; color:#fff; font-weight:normal; text-align:center; line-height:35px; font-family:"微软雅黑 light"; margin-bottom:10px;}
.nygongchengbanner p{ font-size:18px; color:#fff; font-weight:bold; text-align:center; margin-bottom:10px;}
.nygongchengbanner p span{ color:#093488;}
.nygongchengbannerform{ width:90%; height:115px; padding:15px; box-sizing:border-box; background:#fff; border-radius:5px; margin:0 auto;}


.nypinzhititle{ width:92%; padding:4%; line-height:30px; font-size:18px; font-weight:bold; text-align:center;}
.nypinzhititle span{ color:#093488;}
.nypinzhi_list{width:100%; margin:0 auto;}
.nypinzhi_list ul li{ float:left; width:33.3%; box-sizing:border-box; padding:0 10px; text-align:center;}
.nypinzhi_list ul li i{ display:block; width:30px; height:29px; margin:0 auto;}
.nypinzhi_list ul li h3{ font-size:14px; color:#333; font-weight:normal; line-height:40px;}

.nypinkongtixi{ width:92%; padding:4%; background:#f8f8f8}
.nypinkongtixi ul li{ width:100%; clear:both;}
.nypinkongtixi ul li .nypinkong_l{ width:50%; float:left; }
.nypinkongtixi ul li .nypinkong_r{ width:50%; float:right;}
.nypinkongtixi ul li div{ text-align:justify;}
.nypinkongtixi ul li div h3{ font-size:14px; color:#333; margin-bottom:5px; background:url(../img/nypinkongtixi.png) left center no-repeat;background-size: 10px; padding-left:15px;}
.nypinkongtixi ul li div p{ font-size:12px; color:#aaa; line-height:22px;}

.nyyysys{ width:92%; padding:4%;}
.nyyysys_list{ width:100%;} 
.nyyysys_list ul li{ float:left; width:33.3%; box-sizing:border-box; padding:0 15px; text-align:center;}
.nyyysys_list ul li h3{ font-size:14px; color:#333; line-height:30px;}
.nyyysys_list ul li p{ font-size:12px; color:#888; line-height:20px;}

.xz{ width:100%; padding:4% 0; border-bottom: 2px solid #f3f3f3;}
.xz .tit01{margin-bottom: 15px; text-align:center; font-size:20px;}
.tabs2{width:92%; padding:0 4%; margin:0 auto 4%; height:90px; position:relative; z-index:0;}
.tabs2 em{ display:block;  text-align:center;font-size:14px; color:#333;width: 100%;margin-top:65px;}
.tabs2 a{width:18%; display:block; margin-right: 2.4%;  height:90px; overflow:hidden;float:left; position: relative;z-index: 1; background-repeat:no-repeat; background-position:top center;}
.tabs2 a:nth-child(1){background-image:url(../img/ystitico1.png);}
.tabs2 a:nth-child(2){background-image:url(../img/ystitico2.png);}
.tabs2 a:nth-child(3){background-image:url(../img/ystitico3.png);}
.tabs2 a:nth-child(4){background-image:url(../img/ystitico4.png);}
.tabs2 a:nth-child(5){background-image:url(../img/ystitico5.png);margin-right: 0;}

.tabs2 a.active:nth-child(1){background-image:url(../img/ystitico1cur.png);}
.tabs2 a.active:nth-child(2){background-image:url(../img/ystitico2cur.png);}
.tabs2 a.active:nth-child(3){background-image:url(../img/ystitico3cur.png);}
.tabs2 a.active:nth-child(4){background-image:url(../img/ystitico4cur.png);}
.tabs2 a.active:nth-child(5){background-image:url(../img/ystitico5cur.png);}

.xz dl{ width:90%; margin:0 auto;}
.xz dt img{display:block; width:100%;}
.xz dd{width:100%; margin:0 auto;padding-top: 10px;}
.xz dd h3{ height:30px; font-size:16px; color:#093488; line-height:30px; font-weight: normal; overflow:hidden; border-bottom: 1px solid #cccccc;margin-bottom: 10px;}
.xz dd h3 i{ font-weight: bold; margin-right:5px; float: left; display: inline-block;}
.xz dd p{ font-size:14px; line-height:24px; color:#666666; position:relative; text-align: justify; margin-bottom: 10px;}

.arr{ height:3rem; position:relative; margin-top:1.5rem;}
.arr .swiper-pagination{ width:100%; margin-top:1rem;}
.arr .swiper-pagination-bullet{ background:#333333; opacity:1; width:0.9rem; height:0.9rem; margin:0 2%;}
.arr .swiper-pagination-bullet-active{ background:#0072c1;border-radius:0.4rem; width:2.25rem;}




.syproduct{ width:92%; padding:0 4% 4%;}
.sytitle{ width:100%; text-align:center; padding:6px 0;}
.sytitle b{ color:#093488}
.sytitle i{display:inline-block; width:14px; height:20px; margin-right:5px; background:url(../img/sytitleicon.png) center center no-repeat}
.sytitle p{ font-size:12px; color:#888; line-height:22px;}
.sytitle h3{ font-size:18px; color:#333; line-height:20px;}
.sytitle h3 span{ font-size:14px; color:#888; font-weight:normal; margin-left:8px;}
.sytitle a{ float:right; color:#093488; font-size:14px; line-height:50px;}

.syproductform{ width:100%; padding-bottom:60.5%; background:url(../img/syproductform.jpg) center bottom no-repeat; background-size: cover; position:relative;}
.nyproductform{ width:92%; padding:4%; padding-bottom:50%; background:url(../img/syproductform.jpg) center bottom no-repeat; background-size: cover; position:relative;}
.jiansuobiaodan{ width:94%; position:absolute; top:45px; left:3%;}
.jscplb, .jsjgwl, .jsclnl, .jskey{ box-sizing:border-box;width:46%; float:left; height:36px; background:#fff; line-height:36px; margin:0 2% 15px;}
.jscplb select, .jsjgwl select, .jsclnl select{ margin:0; height:34px;line-height: 34px; width:100%; border:none;outline: none; padding:0 6%;appearance: none; -webkit-appearance: none; -moz-appearance: none; background:url(../img/jiansuo-icon.png) right center no-repeat; color:#666; font-size:14px;}
.jscplb select option, .jsjgwl select option, .jsclnl select option{ padding:5px 0;}
.jskey input{ width:88%; height:36px; border:none; color:#666; font-size:14px; padding:0 6%;}
.jsbtn{ box-sizing:border-box;width:96%; height:36px; line-height:36px; margin:0 auto;}
.jsbtn button{  width:100%; height:36px; border:none; background:#093488; text-align:center; color:#fff; font-size:16px; cursor:pointer;}

.syprolist{ width:92%; padding:4%; background:#f8f8f8;}
.syprolist dl{ width:100%; position:relative;}
.syprolist dl dd{ float:left; width:48%; margin-right:4%; margin-bottom:15px; background:#fff; box-sizing:border-box; padding:2%; border:1px #eee solid;padding-bottom: 0;}
.syprolist dl dd:nth-child(2n){ margin-right:0}
.syprolist dl dd h4{ font-size:14px; color:#333; overflow:hidden;text-overflow:ellipsis;white-space: nowrap;text-align:center; line-height:36px; font-weight:normal}
.syprolist dl dd h4 a{font-size:14px; color:#333; display:block; width:100%; line-height:36px; font-weight:normal}
.syprolist dl dd h3 a{ width:100%; display:block;}
.syprolist dl dd h3 a img{ max-width:100%; max-height:150px;display: inherit; margin:0 auto; -webkit-transition-duration: 1s; transition-duration: 1s;}
.syprolist dl dd h3{ font-size:14px;width:100%;-webkit-transition: all ease-in-out 0.3s; -o-transition: all ease-in-out 0.3s; -ms-transition: all ease-in-out 0.3s; transition: all ease-in-out 0.3s; overflow:hidden;}
.syprolist dl dd h5{ height:60px; box-sizing:border-box;}
.syprolist dl dd h5 p{ height:30px; line-height:30px; font-size:14px; color:#666; font-weight:normal; text-align:left;}
.syprolist dl dd h5 p i{ display:inline-block; margin-top:8px; width:14px; height:14px; float:left; margin-right:2px;}
.syprolist dl dd h5 p span{ color:#666}

.syprolist3{ width:92%; padding:4%; background:#f8f8f8;}
.syprolist3 dl{ width:100%; position:relative;}
.syprolist3 dl dd{ float:left; width:48%; margin-right:4%; margin-bottom:15px; background:#fff; box-sizing:border-box; padding:1%; border:1px #eee solid;}
.syprolist3 dl dd:nth-child(2n){ margin-right:0}
.syprolist3 dl dd h3{
	width: 100%;
	padding: 0;
	padding-bottom: calc(300% / 4);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.syprolist3 dl dd h3 a{display: block; width: 100%; height: 100%;  position: absolute; left: 0; top: 0;}
.syprolist3 dl dd p{ text-align:center}
.syprolist3 dl dd p a{ display:block; font-size:14px; color:#333; line-height:30px;}

.nycaselist{ width:92%; padding:4%; background:#f8f8f8;}
.nycaselist dl{ width:100%; position:relative;}
.nycaselist dl dd{ width:48%;margin-bottom:10px; float:left; margin-right:1%; margin-left:1%; background:#fff; box-sizing:border-box; padding:2%; padding-bottom:0; border:1px #eee solid;}
.nycaselist dl dd:nth-child(2n+1){ clear:left;}
.nycaselist dl dd h4{ font-size:14px; color:#333; overflow:hidden;text-overflow:ellipsis;white-space: nowrap;text-align:center; line-height:36px; font-weight:normal}
.nycaselist dl dd h4 a{font-size:14px; color:#333; display:block; width:100%; line-height:36px; font-weight:normal}
.nycaselist dl dd h3 a{ width:100%; display:block;background-position: center center; background-repeat:no-repeat; background-size: cover;-webkit-transition-duration: 1s; transition-duration: 1s;}
.nycaselist dl dd h3 a img{ max-width:100%; max-height:150px;display: inherit; margin:0 auto; -webkit-transition-duration: 1s; transition-duration: 1s;}
.nycaselist dl dd h3{ font-size:14px;width:100%;-webkit-transition: all ease-in-out 0.3s; -o-transition: all ease-in-out 0.3s; -ms-transition: all ease-in-out 0.3s; transition: all ease-in-out 0.3s; overflow:hidden;}
.nycaselist dl dd h5{ height:60px; box-sizing:border-box;}
.nycaselist dl dd h5 p{ height:30px; line-height:30px; font-size:14px; color:#666; font-weight:normal; text-align:left;}
.nycaselist dl dd h5 p i{ display:inline-block; margin-top:8px; width:14px; height:14px; float:left; margin-right:2px;}
.nycaselist dl dd h5 p span{ color:#666}

.nyhzhblist{ width:92%; padding:4%; background:#f8f8f8;}
.nyhzhblist dl{ width:100%; position:relative;}
.nyhzhblist dl dd{ float:left; width:48%; margin-right:4%; margin-bottom:15px; background:#fff; box-sizing:border-box; padding:2%; border:1px #eee solid;}
.nyhzhblist dl dd:nth-child(2n){ margin-right:0}
.nyhzhblist dl dd h4{ font-size:14px; color:#333; overflow:hidden;text-overflow:ellipsis;white-space: nowrap;text-align:center; line-height:36px; font-weight:normal}
.nyhzhblist dl dd h4 a{font-size:14px; color:#333; display:block; width:100%; line-height:36px; font-weight:normal}
.nyhzhblist dl dd h3 a{width:100%; display:block; height:10vh;background-position: center center; background-repeat:no-repeat; background-size: contain;-webkit-transition-duration: 1s; transition-duration: 1s;}
.nyhzhblist dl dd h3 a img{ max-width:100%; max-height:150px;display: inherit; margin:0 auto; -webkit-transition-duration: 1s; transition-duration: 1s;}
.nyhzhblist dl dd h3{ font-size:14px;width:100%;-webkit-transition: all ease-in-out 0.3s; -o-transition: all ease-in-out 0.3s; -ms-transition: all ease-in-out 0.3s; transition: all ease-in-out 0.3s; overflow:hidden;}
.nyhzhblist dl dd h5{ height:60px; box-sizing:border-box;}
.nyhzhblist dl dd h5 p{ height:30px; line-height:30px; font-size:14px; color:#666; font-weight:normal; text-align:left;}
.nyhzhblist dl dd h5 p i{ display:inline-block; margin-top:8px; width:14px; height:14px; float:left; margin-right:2px;}
.nyhzhblist dl dd h5 p span{ color:#666}


.sysgbz{ width:92%; padding:4%;}
.sysgbz .sysgbz_title{ font-size:18px; color:#333; line-height:30px; font-weight:bold; text-align:center;}
.sysgbz .sysgbz_title span{ color:#093488;}
.sysgbz .sysgbz_list{ width:100%; margin:0 auto; height:300px;}
.sysgbz .sysgbz_list ul{}
.sysgbz .sysgbz_list ul li{ width:100%; clear:both;}
.sysgbz .sysgbz_list ul li h3{ float:right; height:100px; width:50%}
.sysgbz .sysgbz_list ul li h3 img{ height:100px;}
.sysgbz .sysgbz_list ul li:nth-child(2) h3{ float:left; margin-right:15px;}
.sysgbz .sysgbz_list ul li h4{ font-size:14px; color:#333; height:30px; padding-top:10px; line-height:30px; overflow:hidden;}
.sysgbz .sysgbz_list ul li h4 i{ float:left; margin-right:10px; margin-top:5px; width:16px;}
.sysgbz .sysgbz_list ul li p{ font-size:12px; color:#888;}
.sysgbz .sysgbz_list ul li h5{ font-size:12px; color:#888; font-weight:normal;}
.sysgbz .sysgbz_list ul li h5 span{ position:relative; margin-right:8px; line-height:22px; padding-left:8px; font-size:12px;}
.sysgbz .sysgbz_list ul li h5 span:before{ content:""; width:3px; height:3px; background:#093488; position:absolute; left:0; top:7px; border-radius:50%;}

.syfwwh{ width:92%; padding:4%; background:#f8f8f8;}
.syfwwh .syfwwh_title{ font-size:18px; color:#333; line-height:30px; font-weight:bold; text-align:center;}
.syfwwh .syfwwh_title span{ color:#093488;}
.syfwwh .syfwwh_title p{ font-size:12px; color:#888; font-weight:normal;line-height: 20px;}
.syfwwhlist{ width:100%; height:100px;}
.syfwwhlist ul li{ float:left; width:22%;background:#fff; margin-right:4%; border-radius:5px; padding-bottom:15px}
.syfwwhlist ul li:nth-child(4){ margin-right:0}
.syfwwhlist ul li i{ display:block; width:30px; height:30px; background-size:contain; background-position:center center; background-repeat:no-repeat; margin:10px auto;transition: all 0.5s ease;}
.syfwwhlist ul li.syfwwhlist01 i{ background-image:url(../img/syfwwhlist01.png);}
.syfwwhlist ul li.syfwwhlist01:hover i{ background-image:url(../img/syfwwhlist01n.png);}
.syfwwhlist ul li.syfwwhlist02 i{ background-image:url(../img/syfwwhlist02.png);}
.syfwwhlist ul li.syfwwhlist02:hover i{ background-image:url(../img/syfwwhlist02n.png);}
.syfwwhlist ul li.syfwwhlist03 i{ background-image:url(../img/syfwwhlist03.png);}
.syfwwhlist ul li.syfwwhlist03:hover i{ background-image:url(../img/syfwwhlist03n.png);}
.syfwwhlist ul li.syfwwhlist04 i{ background-image:url(../img/syfwwhlist04.png);}
.syfwwhlist ul li.syfwwhlist04:hover i{ background-image:url(../img/syfwwhlist04n.png);}
.syfwwhlist ul li h3{ font-size:14px; color:#333; text-align:center; line-height:20px; position:relative; font-weight:normal;}


.nyfuwutixi{ width:92%; padding:4%;}
.nyfuwutixilist{ width:100%; }
.nyfuwutixilist ul li{ float:left; width:33.3%; height:100px; padding:0 10px; box-sizing:border-box;}
.nyfuwutixilist ul li h3{ width:30px; height:30px; margin:0 auto 10px; border-radius:15px;transition: all 0.5s ease;}
.nyfuwutixilist ul li:hover h3{ border-radius:5px;}
.nyfuwutixilist ul li p{ text-align:center; font-size:14px; color:#666; line-height:22px;}
.nyfuwutixilist ul li p b{ font-weight:bold; color:#093488}


.qida_list{ width:100%;}
.qida_list ul li{ float:left; text-align:center; width:14.2%; font-size:14px; color:#333; line-height: 18px; position:relative; overflow:hidden;}
.qida_list ul li i{ color:#fff; width:18px; height:18px; background:#093488; text-align:center; line-height:18px; border-radius:50%; display:block; margin:0 auto 6px;}
.qida_list ul li:nth-child(2n) i{ background:#111;}

.syabout{width:92%; padding:4%; margin:0 auto;}
.syabout_l{ width:100%; }
.syabout_l_title{ position:relative; margin-bottom:15px; text-align:center;}
.syabout_l_title h3{ font-size:18px; color:#093488; line-height:30px;}
.syabout_l_title h3 b{ color:#333;}
.syabout_l_title p{ font-size:14px; color:#888}
.syabout_l_content{ font-size:14px; color:#888; line-height:24px; text-align:justify; margin-top:10px; margin-bottom:10px;}
.syabout_l_img{ max-width:100%;}
a.syabout_l_a{ display:block; margin-top:20px; margin:0 auto; color:#fff; text-align:center; line-height:40px; border-radius:4px; font-size:14px; width:160px; height:40px; background:#093488;}
.syabout_r{ width:100%;height:240px;}
.syabout_r ul{ padding-top:15px;}
.syabout_r ul li{display:table; width:33.33%; height:100px; float:left;}
.syabout_r ul li div{ display: table-cell; vertical-align:middle; text-align:center;}
.syabout_r ul li div a h3 img{ max-height:60px;}
.syabout_r ul li div p{ font-size:14px;transition: all 0.1s ease; color:#888; line-height:40px;}
.syabout_r ul li div:hover h3 img{animation: load 5s linear 1;}
.syabout_r ul li div:hover p{ font-size:14px; font-weight:bold;}



.syhzhb{ width:100%; box-sizing:border-box; padding-top:20px;}
.syhzhb_title{ text-align:center; font-size:18px; color:#333; font-weight:bold; margin:0 auto;}
.syhzhb_title span{ color:#093488}
.syhzhb_list{ width:92%; padding:4% 4% 8%; overflow:hidden; position:relative;}
.syhzhb_list ul{}
.syhzhb_list ul li{ float:left;text-align: center; font-size: 18px; background: #fff; border:1px #ddd solid;}
.syhzhb_list ul li a{ display:block;}
.syhzhb_list ul li p{ font-size:14px; color:#333; line-height:50px;}

.syhzhb_list .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 5px;
	width: 100%;
	z-index: 999;
}
.syhzhb_list .swiper-pagination-bullet {
	display: inline-block;
	width: 6px;
	height: 6px;
	opacity: 1;
	border-radius: 10px;
	background: #093488;
	margin: 0 3px;
	cursor: pointer;
	transition: width 0.3s ease-in-out;
}
.syhzhb_list .swiper-pagination-bullet-active {
	background: #fdd000;
	width: 12px;
}




.synews{ width:92%; padding:4% 4% 0 4%;}
.synewstitle{ width:100%;}
.synewstitle h3{ font-size:18px; float:left; color:#333; line-height:50px;}
.synewstitle h3 span{ font-size:14px; color:#888; font-weight:normal; margin-left:8px;}
.synewstitle ul{ float:right; line-height: 50px;}
.synewstitle ul li{ display:inline; margin-left:8px; position:relative;}
.synewstitle ul li{ font-size:14px; color:#666;}
.synewstitle ul li.active{ color:#093488;}
.synewstitle ul li.active:after{ width:100%; content:" "; height:2px; position:absolute; left:0; bottom:-5px; background:#093488}
.synewstitle ul li a{ font-size:14px; color:#666;}

.synewslist{ width:100%;}
.synewslist ul{ display:none;}
.synewslist ul.active{ display:block;}
.synewslist ul li{ padding: 15px 0; border-bottom: 1px solid #eee;}
.synewslist ul li div.synewslist_l{width: 60%; float:left;}
.synewslist ul li div.synewslist_l h3{font-size: 14px; margin-top: 5px; color:#333; font-weight: normal; line-height: 26px; height: 56px; overflow: hidden; margin-bottom: 5px;}
.synewslist ul li div.synewslist_l p{font-size: 12px; color: #b3b3b3;}
.synewslist ul li div.synewslist_l p b{ font-weight: normal; float:right;}
.synewslist ul li div.synewslist_r{width: 37%; float:right;position:relative;}
.synewslist ul li div.synewslist_r img{ max-width: 100%; max-height:100%;}

.more_wrap { text-align: center; text-align: center; padding: 4% 0; background: #f8f8f8;}
.more_wrap .m_loadmore {display: inline-block; border-radius: 30px;text-align: center; background:#093488; padding: 0 20px;  margin: 0 auto}
.more_wrap .m_loadmore span { display: inline-block; color: #fff; vertical-align: middle;font-size: 14px;  height: 32px; line-height: 32px;}

.syhqbj{ width:92%; padding:4%;background:#fff;border-bottom:6px solid #f7f7f7;}
.syhqbj .new_price{height:36px; line-height:36px; font-size:18px; width:60%; display:block; color:#fff; background:#093488; text-align:center; margin:0 auto; border-radius:50px;}
.syhqbj .intro{margin-top:10px; text-align:center;}
.syhqbj .intro .tit{font-size:16px; color:#333f47; line-height:30px;}
.syhqbj .intro .con{font-size:24px; line-height:40px; color:#093488; font-family:Impact;}
.syhqbj .intro .con a{ color:#093488;}
.syhqbj .list{}
.syhqbj .list ul{text-align:center; font-size:0}
.syhqbj .list li{display:inline-block; padding:0 10px}
.syhqbj .list li .img{width:120px; height:120px; margin:0 auto;}
.syhqbj .txt{font-size:16px; color:#666; text-align:center; line-height:30px;}

.nymain{ width:92%; padding:0 4%;}
.nybanner{ width: 100%; padding:60px 0 0;}
.nybanner .nybannertext{text-align:center;}
.nybanner .nybannertext h3{ color:#fff; font-size:20px; line-height:30px;}
.nybanner .nybannertext h3 i{ display:inline-block; width:14px; height:20px; margin-right:5px; background:url(../img/nybannertitleicon.png) center center no-repeat}
.nybanner .nybannertext p{ font-size:14px; color:rgba(255,255,255,0.3); text-transform:uppercase;}


.nyaboutbanner{ width:100%; padding-bottom: 50%; background: url(../img/nyaboutbanner.jpg) center center repeat-x; display: table; table-layout: fixed;}
.nyaboutbanner .nybannertext{display: table-cell; vertical-align: middle; text-align:center;}
.nyaboutbanner .nybannertext h3{ color:#fff; font-size:20px; line-height:30px;}
.nyaboutbanner .nybannertext h3 i{ display:inline-block; width:14px; height:20px; margin-right:5px; background:url(../img/nybannertitleicon.png) center center no-repeat}
.nyaboutbanner .nybannertext>p{ font-size:16px; color:rgba(255,255,255,0.3); letter-spacing:2px; text-transform:uppercase;}
.nyaboutbanner .nybannertext .nybannerabouttext{ color:#fff; font-size:14px;writing-mode: vertical-rl;writing-mode:tb-rl; margin:20px auto 0; text-align:justify; height:200px;line-height: 30px;letter-spacing: 3px;}
.nyaboutbanner .nybannertext .nybannerabouttext p{ line-height:2;}

.nyaboutjianjie_r{ width:100%;}
.nyaboutjianjie_r ul{}
.nyaboutjianjie_r ul li{ float:left; width:50%; height:60px; padding:10px 0;}
.nyaboutjianjie_r ul li:nth-child(5){ width:100%;}
.nyaboutjianjie_r ul li h3{ float:left; width:45px;}
.nyaboutjianjie_r ul li h3 img{ max-width:40px;}
.nyaboutjianjie_r ul li div{ float:left;}
.nyaboutjianjie_r ul li div h4{ font-size:16px; font-weight:normal; color:#888;}
.nyaboutjianjie_r ul li div h4 b{ font-size:24px; font-family:"Gotham1"; color:#333;transition: all 0.3s ease; margin-right:5px;}
.nyaboutjianjie_r ul li div p{ font-size:12px; color:#888;}
.nyaboutjianjie_r ul li:hover div h4 b{ color:#093488}

.nyaboutshiming{width:96%; margin:0 auto; box-sizing:border-box; position:relative;}
.nyaboutshiming ul li{ width:50%; height:150px; padding:20px 10px; float:left; border-bottom:1px #eee solid; border-right:1px #eee solid; box-sizing:border-box; position:relative; z-index:9}
.nyaboutshiming ul li.nyaboutshimingtitle{ width:100%; height:100px; background:url(../img/nyaboutshimingico03.png) center top no-repeat; padding:0}
.nyaboutshiming ul li.nyaboutshimingtitle h4{ font-size:24px; color:#333; text-align:center; padding-top:50px;}
.nyaboutshiming ul li:nth-child(2n-1){ border-right:none;}

.nyaboutshiming ul li span{ font-size:20px; color:rgba(0,0,0,0.1); text-transform:uppercase; font-family:impact;}
.nyaboutshiming ul li h3{ font-size:18px; color:#093488; text-transform:uppercase; line-height:30px}
.nyaboutshiming ul li p{ font-size:14px; color:#888;}

.nycpfl{ width:100%; padding:2% 0; height:80px; background:#f8f8f8; border-bottom:1px #eee solid;}
.nycpfl ul li{ float:left; width:25%; height:80px; text-align:center; position:relative;}
.nycpfl ul li a{ display:block; margin:0 auto; width:100%;}
.nycpfl ul li i{ display:block; margin:0 auto; width:70px; height:50px; background-position:center center; background-repeat:no-repeat;background-size: contain;}
.nycpfl ul li span{ color:#666; font-size:14px; line-height:20px; position:relative;}
.nycpfl ul li i.sycpfl01{ background-image:url(../img/sycpfl01.png);}
.nycpfl ul li i.sycpfl02{ background-image:url(../img/sycpfl02.png);}
.nycpfl ul li i.sycpfl03{ background-image:url(../img/sycpfl03.png);}
.nycpfl ul li i.sycpfl04{ background-image:url(../img/sycpfl04.png);}

.hsbg{ background:#f8f8f8}

.nyyfdtr{ width:92%; padding:0 4%;}
.nyyfdtr_l{ width:100%;}
.nyyfdtr_l h4{ color:#093488; font-size:14px; margin-bottom:10px; margin-top:20px;}
.nyyfdtr_l h3{ font-size:18px; color:#333; margin-bottom:10px;}
.nyyfdtr_l h3 span{ font-weight:normal; font-size:14px; margin-left:15px; color:#093488;}
.nyyfdtr_l p{ color:#666; text-indent:2em; margin-bottom:10px; font-size:12px; line-height:22px;}
.nyyfdtr_r{ width:100%;}
.nyyfdtr_r img{ max-width:100%;}

.nyyfdtr_cj{ width:92%; padding:0 4%;}
.nyyfdtr_cj_l{ width:100%;}
.nyyfdtr_cj_l h3{ color:#093488; font-size:18px; margin-bottom:0; margin-top:30px; border-bottom: 1px #ddd solid;border-top: 3px #093488 solid;padding: 10px 0;}
.nyyfdtr_cj_l ul{}
.nyyfdtr_cj_l ul li{ line-height:22px; padding:10px 0; border-bottom:1px #ddd solid; font-size:12px; color:#666;}
.nyyfdtr_cj_l ul li b{ color:#093488;}
.nyyfdtr_cj_l ul li:hover{ color:#093488;}
.nyyfdtr_cj_r{ width:100%;}
.nyyfdtr_cj_r img{ max-width:100%;}



.nyfwln_list{ width:92%; padding:0 4%;}
.nyfwln_list ul li{ margin-right:23px; float:left; width:48%; margin-right:4%; height:160px;}
.nyfwln_list ul li h4{ width:100%; height:160px; position:relative; text-align:center;}
.nyfwln_list ul li h4:before{ content:""; position:absolute; left:0; top:0; width:100%; height:160px; background:rgba(0,0,0,0.7);transition: all 0.5s ease; opacity:1;}
.nyfwln_list ul li h4 span{ line-height:160px; font-size:18px; color:#fff; font-weight:bold; position:relative; z-index:9;}
.nyfwln_list ul li:hover h4:before{ opacity:0;}
.nyfwln_list ul li p{ color:#666; line-height:32px; margin-top:10px; padding:0 20px; font-size:16px; text-align:center;}

.joblist_right{ width:100%}
.jobtitle{}
.job_t{ background:#c5c5c5; height:50px; line-height:50px;}
.job_t h3{ float:left; width:25%; box-sizing:border-box; font-size:14px; color:#fff; font-weight:normal; text-align:center;}
.jobtitle{height:50px; line-height:50px; border-bottom:1px #ddd solid; cursor:pointer}
.jobtitle h3{ float:left; width:25%;white-space: nowrap;overflow-y: hidden; overflow:scroll; box-sizing:border-box; font-size:14px; color:#666; font-weight:normal; text-align:center;}
.jobtitle h3::-webkit-scrollbar{display: none;}
.jobtitle.active{background:#093488; border-bottom:0}
.jobtitle.active h3{ color:#fff;}
.jobcon{ color:#888; font-size:12px; line-height:24px; padding:0 20px; border:1px #093488 solid; padding-bottom:10px; display:none}
.jobcon h3{ color:#093488}
.jobcon a{ background:#093488; color:#fff; border-radius:5px; display:block; width:80px; height:60px; text-align:center; line-height:60px; float:right;}


.mline{ /*background:#f8f8f8;*/ height:9px;}
.mprodet01{ width:92%; padding:4%;}
.mprodettitle{ font-size:16px; position:relative; color:#333; line-height:30px; font-weight:bold;}
.nypro-item-rc{ min-height:60px; font-size:14px; color:#888; background:#f4f6fa;padding: 8px 5px; box-sizing:border-box;}
.nypro-item-rc b{ color:#333; font-weight:normal;}
.mprodettitle span{ color:#666; margin-left:5px; font-weight:normal;}
.mprodettext{ font-size:14px; color:#333; line-height:30px;text-align: justify;}
.mprodettext img{ max-height:100%; max-width:100%;width: auto !important; height: auto !important;}
.mprodet01 .nypro-item-r-table{width:100%;text-align: left;}
.mprodet01 .nypro-item-r-table tr{ height:40px;color:#666;line-height: 30px;font-size:14px;}
.mprodet01 .nypro-item-r-table tr td{font-weight: normal;box-sizing: border-box;}
.mprodet01 .nypro-item-r-table tr td:nth-child(1){width:90px; text-align:center; padding:0 10px;}
.mprodet01 .nypro-item-r-table tr td:nth-child(2){width: calc(100% - 110px); padding:0 10px;box-sizing: border-box;}
.mprodet01 .nypro-item-r-table tr:nth-child(2n+1){background:#F2F2F2;}
.mprodet01 .nypro-item-r-table tr:nth-child(1){background:#093488;}
.mprodet01 .nypro-item-r-table tr:nth-child(1) td{ color:#fff;}
.mprodet01 .nypro-item-r-table tr:last-child{ border-bottom:1px #c5c5c5 solid solid; line-height:30px;}
.mprodet01 .nypro-item-r-table tr:hover{background:#093488;color:#ffffff;}


.mprodetnav{ width:50px; background:rgba(0,0,0,0.5);position:fixed; bottom:120px; right:0; z-index:3}
.mprodetnav ul{ text-align:center; width:100%;}
.mprodetnav ul li{ width:100%; text-align:center; line-height:36px;}
.mprodetnav ul li a{ font-size:14px; display:block; line-height:18px;padding:6px; height:36px; color:#fff; position:relative;}
.mprodetnav ul li a:after{content:" "; position:absolute; left:50%; bottom:2px; width:0; height:2px; background:#093488; transition: all 0.5s ease;}
.mprodetnav ul li.active a:after{ width:30px; margin-left:-15px;}

.mnyprocpcsimg{ width:100%; overflow-x:scroll}
.mnyprocpcsimg img{ max-width:initial; max-height:600px;}

.anli-container{ text-align:center; position:relative; width:100%; overflow:hidden;}
.anli-container p{ font-size:14px; color:#333; line-height:45px;}
.anli-container .swiper-pagination{ display:none !important;}


.nycontact{width:92%; padding:4%;}
.nycontact-cont{ width:100%;}
.nycontact-cont h3{ color:#333; font-size:18px; line-height:50px;}
.nycontact-cont p{ font-size:14px; line-height:24px; color:#666;}
.nycontact-cont p a{ color:#666;}
.nycontact-message{ width:100%; padding:0;}
.nycontact-message h3{ font-size:18px; line-height:30px;}
.nycontact-message h3 i{ float:left; display:inline-block; width:40px; height:40px; margin-right:10px}
.nycontact-message h3 span{ color:#888; font-size:16px; margin-left:10px; font-weight:normal;}

.nycontact_nav{ width:80%; margin:0 auto; height:35px;}
.nycontact_nav ul li{ float:left; width:50%; height:35px; text-align:center; line-height:33px; font-size:16px; background:#fff; color:#333; border:1px #ddd solid; box-sizing:border-box; transition: all 0.5s ease; }
.nycontact_nav ul li.active{ background:#093488; color:#fff; border:1px #093488 solid;}
.nycontact_nav ul li:nth-child(1){border-top-left-radius:3px; border-bottom-left-radius:3px;}
.nycontact_nav ul li:nth-child(2){border-top-right-radius:3px; border-bottom-right-radius:3px;}

.nynewspreNext{}
.nynewspreNext ul li{ background:#f8f8f8; padding:10px; font-size:14px; box-sizing:border-box; margin-bottom:10px; line-height:24px; font-weight:bold;}
.nynewspreNext ul li a{ font-weight: normal; font-size:14px; color:#666;}
.nynewspreNext ul li span{ font-weight: normal; font-size:14px; color:#666;}

.nycontactc{ width:100%; background:#fff; box-sizing:border-box; margin:0 auto;}
.nycontact-cont1{ display:none;}
.nycontact-cont1.active{ display:block;}


.form-group{ padding:5px 0; min-height:38px; margin-bottom:0; color:#666;}
.form-control{width:100%; border:1px #ddd solid; height:36px; line-height:36px; color:#666; font-size:14px; padding:0 8px; box-sizing:border-box;}
.form-control1{width:31.8%; margin-right:1%; border:1px #ddd solid; height:36px; font-size:14px; line-height:36px; color:#666; padding:0 6px; box-sizing:border-box;}
.marginr0{ margin-right:0 !important}
.form-control-c{ width:100%; height:72px; border:1px #ddd solid; padding:5px 8px; font-size:14px; color:#777; box-sizing:border-box;}
.form-control-c1{ width:100%; height:72px; border:1px #ddd solid; padding:5px 8px; font-size:14px; color:#666; box-sizing:border-box;}
.form-sub{ width:100%; height:36px; background:#093488; color:#fff; text-align:center; line-height:40px; border:none; font-size:16px; margin-right:15px; margin-bottom: 20px;}

.nygaokefuwu{width:92%; padding:4%;}
.nygaokefuwu-title{ text-align:center;}
.nygaokefuwu-title h3{ font-size:18px; color:#333; line-height:30px;}
.nygaokefuwu-title h3 span{ color:#093488}
.nygaokefuwu-title p{ color:#666; font-size:14px; line-height:26px; margin:0 auto;}
.nygaokefuwu-title h4{ font-size:16px; color:#666; font-weight:normal;}
.nygaokefuwu-title h4 b{ font-size:14px; color:#093488; font-weight:normal;}

.nynav{ width:100%;}
.nynav ul{ width:100%; height:40px; background:#f8f8f8;}
.nynav ul li{ float:left; width:33.33%; height:40px; text-align:center;}
.nynav ul li a{ line-height:40px; height:40px; text-align:center; display:block; font-size:14px; color:#333;}
.nynav ul li.active{ background:#093488; color:#fff;}
.nynav ul li.active a{ color:#fff;}

.nygaokefuwu-list1{width:100%; padding:2% 0 6%;}
.nygaokefuwu-list1 ul li{ float:left; width:33.3%; height:60px; line-height:60px; overflow:hidden; background:#f8f8f8; box-sizing:border-box; text-align:center;font-size:14px; font-weight:bold; color:#333; position:relative;}
.nygaokefuwu-list1 ul li:after{ content:" "; width:1px; height:60px; background:#fff; top:0; right:0; position:absolute; z-index:1;}
.nygaokefuwu-list1 ul li:nth-child(2){ background:#093488; color:#fff;}

.baxiangfuwu{width:100%; padding:4% 0; position:relative;}
.baxiangfuwu ul{ position:relative;}
.baxiangfuwu ul li{ float:left; width:15%; padding:5%; padding-bottom: 20%; text-align: center; position: relative;}
.baxiangfuwu ul li:after{ content:" "; background:#eee; width:1px; padding-bottom:50%; position:absolute; right:0; top:25px;}
.baxiangfuwu ul li:before{ content:" "; background:#eee; height:1px; padding-left:50%; position:absolute; left:25px; bottom:0;}
.baxiangfuwu ul li:nth-child(4):after{ display:none;}
.baxiangfuwu ul li:nth-child(8):after{ display:none;}
.baxiangfuwu ul li:nth-child(5):before{ display:none;}
.baxiangfuwu ul li:nth-child(6):before{ display:none;}
.baxiangfuwu ul li:nth-child(7):before{ display:none;}
.baxiangfuwu ul li:nth-child(8):before{ display:none;}
.baxiangfuwu ul li i{ position: absolute; z-index:1; margin-left:-17px; display:inline-block; width:35px; height:35px; background-repeat:no-repeat; background-size:contain; background-position:center center;}
.baxiangfuwu ul li h3{ position:absolute; left:0; top:60px; color:#666; font-weight:normal; z-index:1; font-size:14px; width:100%; text-align:center;}
.baxiangfuwu ul li.syaboutnav01 i{ background-image:url(../img/syaboutfwwh01.png);}
.baxiangfuwu ul li.syaboutnav02 i{ background-image:url(../img/syaboutfwwh02.png);}
.baxiangfuwu ul li.syaboutnav03 i{ background-image:url(../img/syaboutfwwh03.png);}
.baxiangfuwu ul li.syaboutnav04 i{ background-image:url(../img/syaboutfwwh04.png);}
.baxiangfuwu ul li.syaboutnav05 i{ background-image:url(../img/syaboutfwwh05.png);}
.baxiangfuwu ul li.syaboutnav06 i{ background-image:url(../img/syaboutfwwh06.png);}
.baxiangfuwu ul li.syaboutnav07 i{ background-image:url(../img/syaboutfwwh07.png);}
.baxiangfuwu ul li.syaboutnav08 i{ background-image:url(../img/syaboutfwwh08.png);}

.nyhzlc{width:100%;}
.nyhzlc ul{ position:relative;}
.nyhzlc ul li{ float:left; width: 33.3%; padding:2% 0; cursor:pointer; box-sizing:border-box;}
.nyhzlc ul li:nth-child(3n){ margin-right:0}
.nyhzlc ul li:nth-child(5){ width:38%;}
.nyhzlc ul li:nth-child(6){ width:55%; margin-left: 8%;}
.nyhzlc ul li:nth-child(4){ margin-left:16%}
.nyhzlc ul li div{ height:30px; position:relative; width:30px; float:left;}
.nyhzlc ul li div span{ display:inline-block; position:absolute; left:0; top:0; width:20px; height:20px; z-index:1; background:#f8f8f8; border:1px #eee solid; box-sizing:border-box;}
.nyhzlc ul li div img{ position:absolute; z-index:3; left:5px; top:5px; width:20px}
.nyhzlc ul li h3{ font-size:14px; color:#333; line-height:30px; font-weight:normal;}
.nyhzlc ul li h3 b{ color:#093488; margin-right:5px;}
.nyhzlc ul li p{ font-size:14px; color:#888; line-height:30px;}

.nyfuwunav{width:100%; padding:4% 0;}
.nyfuwunav ul li{ float:left; width:33.3%;}
.nyfuwunav ul li h4{ width:80%; height:80px; margin:0 auto; padding-top:15px; border-radius:4px; background:#093488; text-align:center;}
.nyfuwunav ul li h4 i{ transition: all 0.3s ease; display:block; border:1px #fff solid; margin:0 auto;  width:40px; height:40px; box-sizing:border-box; padding:10px; border-radius:5px; text-align:center; line-height:60px;}
.nyfuwunav ul li h4:hover i{ border-radius:30px;}
.nyfuwunav ul li h4 i img{ display:inline-block; line-height:60px;}
.nyfuwunav ul li h4 a{ line-height:40px; color:#fff; text-align:center; font-size:14px; font-weight:normal;}

.nyfwcj{width:100%;padding:4% 0;}

.nygkfwbot{width:100%;}
.nygkfwbot ul li{ float:left; width:33.3%; text-align:center; border:1px #eee solid; border-right:none; box-sizing:border-box;  position:relative;}
.nygkfwbot ul li a{ display:block; width:100%; padding-bottom:20px;}
.nygkfwbot ul li i{ position:relative; z-index:2; display:inline-block; margin-top:20px;background-size: contain; background-position:center center; background-repeat:no-repeat; width:35px; height:35px;}
.nygkfwbot ul li i.nygkfwbot01{ background-image:url(../img/nygkfwbot01.png);}
.nygkfwbot ul li i.nygkfwbot02{ background-image:url(../img/nygkfwbot02.png);}
.nygkfwbot ul li i.nygkfwbot03{ background-image:url(../img/nygkfwbot03.png);}
.nygkfwbot ul li span{ position:relative; z-index:2; color:#666; display:block; font-size:14px;}

.nygkfwbot ul li.active{ background:#093488}
.nygkfwbot ul li.active i.nygkfwbot01{ background-image:url(../img/nygkfwbot011.png);}
.nygkfwbot ul li.active i.nygkfwbot02{ background-image:url(../img/nygkfwbot021.png);}
.nygkfwbot ul li.active i.nygkfwbot03{ background-image:url(../img/nygkfwbot031.png);}
.nygkfwbot ul li.active span{ color:#fff;}

.form-group p{ font-size:14px; color:#333; position:relative; padding: 10px 0; padding-left:12px;}
.form-group p span{ color:#093488}
.form-group p:before{ content:" "; width:2px; height:6px; position:absolute; top:17px; left:0px; background:#093488;}
.form-group table{ margin-bottom:10px;}
.form-group table tr td{ font-size:14px; color:#666;}


.nyaboutnyshzr{ width:100%;/*padding:0 4%;*/}
.nyaboutnyshzr p{ text-align:center; font-size:12px; color:#888; line-height:22px;}
.nyaboutnyshzr p:hover{ color:#666;}

.nyprosearch_title { text-align: center; font-size: 14px; font-weight: bold; color: #333; line-height: 24px; margin-bottom:10px;}

.nyaboutnyshzr_list{ width:100%; margin:0 auto; overflow:hidden; position:relative; text-align:center;}
.nyaboutnyshzr_list ul{ width:100%;}
.nyaboutnyshzr_list ul li{ float:left;text-align: center; width:31.3%; margin:0 1%;	box-sizing:border-box;}
.nyaboutnyshzr_list ul li img{ max-width:100%; border-radius:10px;}


.nyaboutnyshzr_list1{width:100%;padding:4% 0;}
.nyaboutnyshzr_list1 ul{ width:100%;}
.nyaboutnyshzr_list1 ul li{  margin:0 1% 2%;box-sizing:border-box; position:relative; overflow:hidden; height:200px; background-repeat:no-repeat; background-position:center center; background-size:cover;}
.nyaboutnyshzr_list1 ul li:nth-child(5){width:64.66%;}
.nyaboutnyshzr_list1 ul li:before{content:""; position:absolute; z-index:2; left:0; right:0; bottom:0; height:60px; background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.12) 12%, #000000 100%); -webkit-transition: all .3s cubic-bezier(0,.5,.5,1); -o-transition: all .3s cubic-bezier(0,.5,.5,1); transition: all .3s cubic-bezier(0,.5,.5,1);}
/*.nyaboutnyshzr_list1 ul li:after{ content:""; position:absolute; z-index:2; left:0; right:0; top:0; bottom:0; background:rgba(1,128,73,0.8); display:none;transition: all 0.3s ease;}*/
.nyaboutnyshzr_list1 ul li h4{ position: absolute; z-index:9; left:15px; bottom:60px; width:24px; height:24px;transition: all 0.3s ease; background-size:contain;}
.nyaboutnyshzr_list1 ul li h3{ position: absolute; z-index:9; left:15px; top:30%; font-size:16px; color:#fff;transition: all 0.3s ease;}
.nyaboutnyshzr_list1 ul li h3 b{ display:block; font-weight:normal; font-size:14px;}
.nyaboutnyshzr_list1 ul li p{ text-align: left; padding-left: 15px; font-size:14px; line-height:22px; color:#fff;transition: all 0.3s ease;justify-content: center; align-items: center; position: relative;top: 60%;}
.nyaboutnyshzr_list1 ul li img{ position:relative; z-index:1; max-width:100%;transition: all 0.3s ease;}
/*.nyaboutnyshzr_list1 ul li:hover:before{ display:none;}
.nyaboutnyshzr_list1 ul li:hover:after{ display:block;}
.nyaboutnyshzr_list1 ul li:hover h4{ display:none;}
.nyaboutnyshzr_list1 ul li:hover h3{ display:none;}
.nyaboutnyshzr_list1 ul li:hover p{ color:#fff;display: flex;}
.nyaboutnyshzr_list1 ul li:hover img{ -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1)}*/

/*.nyaboutnyshzr_list1 ul li h4.nyaboutnyshzr01{ background-image:url(../img/nyaboutnyshzr01.png)}
.nyaboutnyshzr_list1 ul li h4.nyaboutnyshzr02{ background-image:url(../img/nyaboutnyshzr02.png)}
.nyaboutnyshzr_list1 ul li h4.nyaboutnyshzr03{ background-image:url(../img/nyaboutnyshzr03.png)}
.nyaboutnyshzr_list1 ul li h4.nyaboutnyshzr04{ background-image:url(../img/nyaboutnyshzr04.png)}
.nyaboutnyshzr_list1 ul li h4.nyaboutnyshzr05{ background-image:url(../img/nyaboutnyshzr05.png)}
*/


.nyfanganlist{}
.nyfanganlistn{width:92%;padding:4%;}
.nyfanganlistn ul{}
.nyfanganlistn ul li{ padding: 15px 0; border-bottom: 1px solid #eee;}
.nyfanganlistn ul li div.nyfanganlist_r{width: 60%; float:right;}
.nyfanganlistn ul li div.nyfanganlist_r h3{font-size: 16px; margin-top: 5px; color:#333; font-weight: normal; line-height: 26px; height: 56px; overflow: hidden; margin-bottom: 15px;}
.nyfanganlistn ul li div.nyfanganlist_r p{font-size: 12px; color: #b3b3b3;}
.nyfanganlistn ul li div.nyfanganlist_r p b{ font-weight: normal;}
.nyfanganlistn ul li div.nyfanganlist_l{width: 37%; float:left;padding-bottom:25%; position:relative;}
.nyfanganlistn ul li div.nyfanganlist_l img{position: absolute;left: 0; top: 0; width: 100%; height: 100%;}

.nynewslist{width:92%;padding:4%;}
.nynewslist ul{}
.nynewslist ul.active{ display:block;}
.nynewslist ul li{ padding: 15px 0; border-bottom: 1px solid #eee;}
.nynewslist ul li div.nynewslist_l{width: 60%; float:left;}
.nynewslist ul li div.nynewslist_l h3{font-size: 16px; margin-top: 5px; color:#333; font-weight: normal; line-height: 26px; height: 56px; overflow: hidden; margin-bottom: 15px;}
.nynewslist ul li div.nynewslist_l p{font-size: 14px; color: #b3b3b3;}
.nynewslist ul li div.nynewslist_l p b{ font-weight: normal; float:right;}
.nynewslist ul li div.nynewslist_r{width: 37%; float:right;padding-bottom:25%; position:relative;}
.nynewslist ul li div.nynewslist_r img{position: absolute;left: 0; top: 0; width: 100%; height: 100%;}

.mprodet01 .info{ font-size:14px; color:#666; line-height:36px; font-weight:normal; border-bottom:1px #eee solid; padding-bottom:5px;}
.mprodet01 .info small{ font-size:14px;}

.nyabouttext1{width:92%;padding:4%;}
.nyabouttext1title{}
.nyabouttext1title h3{ padding:0 0 30px; text-align:center;}
.nyabouttext1title p{ font-size:14px; text-align:justify; line-height:24px; color:#666;}

.nyaboutimglist{width:92%;padding:4%;}
.pinpai01{ width:100%; margin:0 auto 40px;display: block;}
.nypinpaiquanshi{ border:1px #eee solid; border-radius:5px; width:100%; margin:0 auto;}
.nypinpaiquanshi h3{ margin:-20px auto 0; width:100px; height:40px; background:#093488; border-radius:5px; text-align:center; color:#fff; line-height:40px;}
.nypinpaiquanshi dl{padding:4%;}
.nypinpaiquanshi dl dt{ float:left; clear:left; width:50px; height:50px; margin-bottom:10px; text-align:center; line-height:50px; font-size:18px; border-radius:50%; background:#093488; color:#fff;}
.nypinpaiquanshi dl dd{ float:left; text-align: justify;width:calc(100% - 65px); margin-left:15px; margin-bottom:10px; font-size:14px; color:#666; line-height:25px; }

.nyhzms_list{ width:100%;}
.nyhzms_list ul li{ margin:0 0 10px; width:100%; height:130px; background:#f8f8f8 url(../img/nyhzms_listbg.png) right center no-repeat; box-sizing:border-box; padding:20px;}
.nyhzms_list ul li i{ display:inline-block; float:left; width:77px; height:90px; background-position:center center; background-repeat:no-repeat;background-size: contain; margin-right:15px;}
.nyhzms_list ul li i.nyhzms_list01{ background-image:url(../img/nyhzms_list01.png)}
.nyhzms_list ul li i.nyhzms_list02{ background-image:url(../img/nyhzms_list02.png)}
.nyhzms_list ul li h3{ font-size:16px; color:#333; line-height:30px; float:left; width:calc(100% - 92px)}
.nyhzms_list ul li p{ font-size:14px; color:#888; float:left; width:calc(100% - 92px)}

.nyqyys_list{ width:100%;}
.nyqyys_list ul li{margin:0 0 10px; width:100%;}
.nyqyys_list ul li div{ width:100%; padding-bottom:28.57%; background-position:center center; background-repeat:no-repeat; margin-bottom:20px;}
.nyqyys_list ul li div.nyqyys_listimg01{ background-image:url(../img/nyqyys_listimg01.jpg)}
.nyqyys_list ul li div.nyqyys_listimg02{ background-image:url(../img/nyqyys_listimg02.jpg)}
.nyqyys_list ul li div.nyqyys_listimg03{ background-image:url(../img/nyqyys_listimg03.jpg)}
.nyqyys_list ul li div.nyqyys_listimg04{ background-image:url(../img/nyqyys_listimg04.jpg)}
.nyqyys_list ul li h3{ font-size:16px; color:#333; line-height:30px;}
.nyqyys_list ul li h3 b{ color:#093488;}
.nyqyys_list ul li p{ font-size:14px; color:#888; line-height:24px;}

.nyjiazhiguan{width:92%;padding:4%;}
.nyjiazhiguan_list{width:100%;}
.nyjiazhiguantitle{ text-align:center;}
.nyjiazhiguantitle h3{ width:100%; padding-bottom:50%; background:url(../img/jiazhiguan.jpg) center center no-repeat; background-size:cover;}
.nyjiazhiguantitle p{ font-size:16px; font-weight:bold; color:#333; line-height:35px;}
.nyjiazhiguantitle p span{ font-size:16px; color:#093488; line-height:24px;}
.nyjiazhiguan_list ul{}
.nyjiazhiguan_list ul li{ width:25%; float:left;}
.nyjiazhiguan_list ul li p{ width:60px; height:60px; margin:0 auto; border-radius:50%; color:#fff; background:#093488; font-size:14px; text-align:center; line-height:60px;}
.nyjiazhiguan_list ul li:nth-child(2n) p{ background:#222;}

.nyabouttext2{ width:100%;}
.nyabouttext2con{width:92%; padding:2% 4%;margin:0 auto;}
.nyabouttext2con h3{ font-size:18px; color:#333; line-height:30px; text-align:center;}
.nyabouttext2con p{ color:#666; font-size:14px; line-height:24px; margin:10px 0 20px; text-align:center;}
.nyabouttext2con a{ display:block; width:180px; margin:0 auto; height:36px; color:#fff; font-size:14px; line-height:36px; box-sizing:border-box; text-align:center; background:#093488; position:relative;}
.nyabouttext2con a span{ position:relative; z-index:1}

.nyabouttext3{ width:92%; padding:2% 4%;margin:0 auto;}
.nyabouttext3 p{ font-size:14px; line-height:24px; text-align:justify; text-indent:2em; color:#666;}

.nyabouttextdsz{width:92%; padding:2% 4%; margin:0 auto;}
.dsz-cont{ width:100%;}
.dsz-title{ font-size:22px; color:#333; font-weight:bold; margin-bottom:10px;}
.dsz-title b{ color:#093488}
.dsz-title span{ color:#ddd; font-size:18px; font-family:Impact; text-transform:uppercase; font-weight:normal; margin-left:10px;}
.dsz-cont h3{ font-size:18px; color:#333; line-height:36px;}
.dsz-cont p{ font-size:14px; color:#666; line-height:24px; margin-bottom:10px; text-align:justify; text-indent:2em;}

.nyabouttext4l{width:92%; padding:2% 4%;margin:0 auto;}
.nyabouttext4l h3{ font-size:18px; color:#333; position:relative;}
.nyabouttext4l h3 span{ color:#093488; margin-left:5px;}
.nyabouttext4l h3 b{ color:#fff; font-family:impact; text-transform:uppercase;font-weight:normal; margin-left:10px;}
.nyabouttext4l p{ color:#666; font-size:14px; line-height:24px;}

.nyabouttext4r{width:92%; padding:2% 4%;margin:0 auto;}
.nyabouttext4r p{ color:#666; line-height:24px; font-size:14px;}


.wsmxzwm{width:92%; padding:4%; background:#f8f8f8}
.wsmxzwmnav{ width:100%; height:40px; background:#111; border-radius:5px; overflow:hidden;}
.wsmxzwmnav ul li{ float:left; width:25%; height:40px; text-align:center; box-sizing:border-box; cursor:pointer;}
.wsmxzwmnav ul li.active{ background:#093488;transition: all 0.5s ease;}
.wsmxzwmnav ul li h3{ font-size:14px; color:#fff; line-height:40px;}
.wsmxzwmnav ul li span{ font-size:10px; text-transform:uppercase; color:rgba(255,255,255,0.5);}
.wsmxzwmlist{ width:100%; margin:0 auto; background:#fff; position:relative;}
.wsmxzwmcontent{ width:100%; display:none;transition: all 0.5s ease;}
.wsmxzwmcontent.active{ display:block;}
.wsmxzwmcontent_r{ width:100%; padding:15px; box-sizing:border-box;}
.wsmxzwmcontent_r h3{ font-size:16px; color:#333; position:relative; margin-bottom:10px;}
.wsmxzwmcontent_r h3 span{ color:#093488}
.wsmxzwmcontent_r p{ color:#888; line-height:24px; font-size:12px;}


/*分页样式*/
.pagination {
	clear: both;
	margin: 10px 0;
	text-align: center;
}
.pagination li {
	display: inline-block;
*display: inline;
	zoom: 1;
}
.pagination li a {
	display: block;
	padding: 4px 10px;
	background-color: #fff;
	border: 1px solid #eee;
	font-size:16px;
	transition: all 0.3s ease;
	color:#333;
}
.pagination li + li a {
	border-left: none;
}
.pagination li.active a, .pagination li a:hover {
	background-color: #093488;
	border: 1px solid #093488;
	color: #ffffff;
	border-left: none;
}

.m_pageFooter{position: relative; position: fixed; bottom: 0; left: 0; width: 100%; background: #fff; z-index: 11;}
.m_footer_bg{background:rgba(0, 0, 0, .5); position:fixed; width:100%; height:100%; left:0; bottom:0; opacity:0; visibility:hidden; z-index:10; transition:all 0.5s ease;}
.m_footer_bg.active{opacity:1; visibility:visible;}
.m_footer{position:fixed; bottom:0; left:0; width:100%; z-index:6; background:#fff;border-top:1px solid #f0f0f0;}
.m_footer ul{}
.m_footer .li{width:18%; float:left; text-align:center; padding:7px 1%;}
.m_footer .li .icon{width:30px; height:30px; margin:0 auto;}
/* .m_footer .li.li01 .icon{background:url(../img/mobile/mfooter_icon1.png) no-repeat;} */
.m_footer .li.li01 .icon{background-image:url(../img/f_1.png); background-repeat:no-repeat; background-size:cover;}
.m_footer .li.li02 .icon{background-image:url(../img/f_2.png); background-repeat:no-repeat; background-size:cover;}
.m_footer .li.li04 .icon{background-image:url(../img/f_4.png); background-repeat:no-repeat; background-size:cover;}
.m_footer .li.li05 .icon{background-image:url(../img/f_5.png); background-repeat:no-repeat; background-size:cover;}


.m_footer .li.li03{margin-top:-25px; cursor:pointer; padding:6px 1% 7px;}
.m_footer .li.li03 .icon{width:66px; height:60px; background-image:url(../img/f_3.png); background-repeat:no-repeat; background-size:cover;}
.m_footer .li .txt{font-size:12px; color:#555}

/* 选中态 */
/* .m_footer .li.active .icon{background-position:0 -30px;} */
.m_footer .li.li01.active .icon{background-image:url(../img/f_1_on.png);}
.m_footer .li.li02.active .icon{background-image:url(../img/f_2_on.png);}
.m_footer .li.li03.active .icon{background-image:url(../img/f_3_on.png);}
.m_footer .li.li04.active .icon{background-image:url(../img/f_4_on.png);}
.m_footer .li.li05.active .icon{background-image:url(../img/f_5_on.png);}

.m_footer .li.active .txt{color:#093488;}

/* 整机推拉 */
.zj_push{width:100%;  position:absolute; bottom:0; left:0; background:#093488; border-radius:20px 20px 0 0; z-index:1; display:none; padding-bottom:80px; max-height: 70vh;overflow: scroll;}
.zj_push .content{padding:25px 8px;}
.zj_push .content .tit{font-size:18px; font-weight:bold; color:#fff;}
.zj_push .content .con{font-size:14px; line-height:25px; color:#fff;}
.zj_push .content .list{margin-top:10px;}
.zj_push .content .list dl dt{ padding:0 18px 0 0; float:left;}
.zj_push .content .list dl dt a{ font-size:14px;color:#fff; line-height:40px;}
.zj_push .content .list dl dt a img{ width:50px; height:50px; float:left;}
.zj_push .content .list dl dd{ float:left; margin:0 6px 10px 0;}
.zj_push .content .list dl dd a{display:inline-block; padding:0 15px; color:#fff; background:rgba(0, 0, 0, 0.2); border-radius:30px; height:34px; line-height:34px; font-size:14px;}
.zj_push .content .m_close{width:22px; height:22px; background:url(../img/m_close.png) no-repeat; position:absolute; right:35px; top:25px; transition:all 0.5s ease;}
.zj_push .content .m_close:hover{transform:rotateZ(180deg);}
    
.nymainbox{width:92%; left:4%; right:4%; position:relative; padding:20px 0; box-sizing:border-box;}

.nyaboutppgs{ width:100%; position:relative;}
.nyaboutppgs h3{ font-size:16px; color:#333; line-height:40px;}
.nyaboutppgs h3 span{ font-size:16px; font-family:"微软雅黑 Light"; font-weight:normal; color:#888; margin-top:10px; margin-left:10px;}
.nyaboutppgs h4{ font-size:14px; color:#093488; margin-bottom:10px; }
.nyaboutppgs p{ color:#666; font-size:14px; line-height:26px; text-align:justify;}

.nyaboutppyy{ width:100%; position:relative;}
.nyaboutppyy h3{ font-size:16px; color:#333; line-height:40px;}
.nyaboutppyy h3 span{ font-size:16px; font-family:"微软雅黑 Light"; font-weight:normal; color:#888; margin-left:10px;}
.nyaboutppyy p{ color:#888; font-size:14px; line-height:26px; padding:6px 12px; background:#f8f8f8; text-align:justify;}

.nyaboutbsqs{ width:100%; position:relative;}
.nyaboutbsqs h3{ font-size:16px; color:#333; line-height:40px;}
.nyaboutbsqs h3 span{ font-size:16px; font-family:"微软雅黑 Light"; font-weight:normal; color:#888; margin-left:10px;}
.nyaboutbsqs p{ color:#888; font-size:14px; line-height:26px; padding:6px 12px; background:#f8f8f8; text-align:justify;}

.nyaboutcontent{ width:100%; position:relative;}
.nyaboutcontent h3{ font-size:14px; color:#093488; line-height:30px;}
.nyaboutcontent h3 span{ font-size:14px; font-family:"微软雅黑 Light"; font-weight:normal; color:#888; margin-top:10px; margin-left:10px;}
.nyaboutcontent h4{ font-size:12px; color:#093488; line-height:30px; }
.nyaboutcontent p{ color:#666; font-size:14px; line-height:30px; text-align:justify; text-indent:2em;}



.nyshzr{ width:100%; height:500px; background:url(../img/nyshzrbg.jpg) center center no-repeat;}
.nyshzr_text{ text-align:center; margin-top: 10px; margin-bottom:10px;}
.nyshzr_text h3{ font-size:18px; color:#333; line-height:40px;}
.nyshzr_text p{ font-size:14px; color:#666;}
.nyshzr_box{}

.nyshzr_box .nyshzr_box2{ width:100%;}
.nyshzr_box .nyshzr_box2 ul li{ width:50%; float:left; height:160px; margin-bottom: 10px; text-align:center;display: table;}
.nyshzr_box .nyshzr_box2 ul li.nyshzr_box1{width:100%;}
.nyshzr_box .nyshzr_box2 ul li a{display: table-cell; vertical-align: middle;}
.nyshzr_box .nyshzr_box2 ul li h3{ font-size:18px; color:#fff; line-height:40px;}
.nyshzr_box .nyshzr_box2 ul li p{ font-size:14px; color:#fff; padding:0 15px;}
.nyshzr_box .nyshzr_box2 ul li.nyshzr_box3 h3{ color:#333;}
.nyshzr_box .nyshzr_box2 ul li.nyshzr_box3 p{ color:#666;}




.nyfwtx{width:96%; margin:0 auto; padding:15px 0; box-sizing:border-box;}
.nyfwtx_l{ width:100%; text-align:center;}
.nyfwtx_l h3{ font-size:18px; color:#333; margin-bottom:10px; margin-top:15px;}
.nyfwtx_l p{ font-size:14px; color:#888; line-height:30px;}

.sxfwzz{ width:100%; margin:0 auto;}
ul.sxfwzz li{ width:33.33%; text-align:center; float:left; cursor:pointer;}
ul.sxfwzz li i{ display:inline-block; border-radius:50%; width:60px; height:60px; padding:10px; box-sizing:border-box; position:relative;}
ul.sxfwzz li i span{
	display:inline-block; border-radius:50%; width:40px; height:40px; background-color:#f8f8f8; background-repeat:no-repeat; background-position:center center;	
}
ul.sxfwzz li i:before{ content:""; border-radius:50%;
	position:absolute; left:0; top:0; display:block; width:58px; height:58px; z-index:1; border:1px #093488 dashed;
  transition: all 2s ease;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
}
ul.sxfwzz li.sxfwzz_list01 i span{ background-image:url(../img/sxfwzz_list01.png);}
ul.sxfwzz li.sxfwzz_list02 i span{ background-image:url(../img/sxfwzz_list02.png);}
ul.sxfwzz li.sxfwzz_list03 i span{ background-image:url(../img/sxfwzz_list03.png);}
ul.sxfwzz li h3{ font-size:14px; font-weight:normal; color:#333; margin:5px auto;}
ul.sxfwzz li:hover h3{ color:#093488}
ul.sxfwzz li:hover i:before{
	animation: whirl 8s linear infinite;
}

.sxjc{ width:100%}
ul.sxjc li{ width:50%; text-align:center; float:left; cursor:pointer;}
ul.sxjc li i{ display:inline-block; border-radius:50%; width:60px; height:60px; padding:10px; box-sizing:border-box; position:relative;}
ul.sxjc li i span{
	display:inline-block; border-radius:50%; width:40px; height:40px; background-color:#f8f8f8; background-repeat:no-repeat; background-position:center center;	
}
ul.sxjc li i:before{ content:""; border-radius:50%;
	position:absolute; left:0; top:0; display:block; width:58px; height:58px; z-index:1; border:1px #093488 dashed;
  transition: all 2s ease;
	-webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
}
ul.sxjc li.sxjc_list01 i span{ background-image:url(../img/sxjc_list01.png);}
ul.sxjc li.sxjc_list02 i span{ background-image:url(../img/sxjc_list02.png);}
ul.sxjc li.sxjc_list03 i span{ background-image:url(../img/sxjc_list03.png);}
ul.sxjc li.sxjc_list04 i span{ background-image:url(../img/sxjc_list04.png);}
ul.sxjc li h3{ font-size:14px; font-weight:normal; color:#333; margin:5px auto;}
ul.sxjc li:hover h3{ color:#093488}
ul.sxjc li:hover i:before{
	animation: whirl 8s linear infinite;
}


@keyframes whirl {
	from {
			transform: rotate(0deg);
	}
	to {
			transform: rotate(360deg);
	}
}


.nyfwbz{width:100%; padding:20px; background:#f8f8f8; margin:0 auto; box-sizing:border-box;}
.nyfwbz_title{ font-weight:bold; text-align:center; font-size:18px; color:#333; margin-bottom:10px;}
.nyfwbzlist{ width:92%; padding:4%; background:#f8f8f8; }
.nyfwbzlist ul li{ width:100%; text-align:center;}
.nyfwbzlist ul li img{ max-width:100%; margin-bottom:10px;}
.nyfwbzlist ul li .nyfwbz_l{ width:100%;}
.nyfwbzlist ul li .nyfwbz_r{ width:100%;}
.nyfwbzlist ul li div{ text-align:justify;}
.nyfwbzlist ul li div h3{ font-size:16px; color:#093488; margin-bottom:5px;}
.nyfwbzlist ul li div h3 i{ color:#222;font-style: italic; margin-right:10px;}
.nyfwbzlist ul li div h4{ font-size:14px; font-weight:normal; color:#093488; margin-bottom:10px;}
.nyfwbzlist ul li div p{ font-size:14px; color:#888; line-height:30px; margin-bottom:5px;}


.five{overflow: hidden;width:92%; padding:0 4%;}
.five01{width: 46%; float:left;-webkit-transition:transform .3s;transition:transform .3s; margin:0 2% 4%;}
.five01 dl{width: 100%;}
.five01 dl dt{width: 100%; line-height: 0;}
.five01 dl dt img{ max-width:100%;display: block;}
.five01 dl dd{width: 100%;text-align: center;position: relative;z-index: 10;}
.five01 dl dd em{background:#093488;display: block;width: 40px;height: 40px;margin: -20px auto 0; border-radius:50%; overflow: hidden; padding:5px; box-sizing:border-box;}
.five01:nth-child(2) dl dd em{ background:#f7c000}
.five01:nth-child(3) dl dd em{ background:#f7c000}
.five01 dl dd em img{width: 30px;height: 30px;}
.five01 dl dd h5{font-size: 14px;color: #333;padding: 5px 0 0;}
.five_m{width: 185px;height: 0;position: absolute;top: 0;left: 0;background:rgba(31,51,154,0.9);text-align: center;padding: 0 25px;overflow: hidden;font-size: 16px;color: #fff;
transition:height .5s;
-moz-transition:height .5s; /* Firefox 4 */
-webkit-transition:height .5s; /* Safari and Chrome */
-o-transition:height .5s; /* Opera */}
.five_m p{padding: 60px 0 0;line-height: 30px;height: 150px;overflow: hidden;}
.five_left dl dt,.five_left dl dt img,.five_left .five_m{border-radius: 20px 0;}
.five_right dl dt,.five_right dl dt img,.five_right .five_m{border-radius:0 20px;}


.sygcfwt{ width:100%; height:360px; overflow:hidden;}
.sygcfwt ul{ width:9999px;white-space: nowrap; overflow:hidden;}
.sygcfwt ul:nth-child(1){
	-webkit-animation: 120s rowleft linear infinite normal;
	animation: 120s rowleft linear infinite normal;	
}
.sygcfwt ul:nth-child(2){
	-webkit-animation: 160s rowleft linear infinite normal;
	animation: 160s rowleft linear infinite normal;	
}
.sygcfwt ul:nth-child(3){
	-webkit-animation: 140s rowleft linear infinite normal;
	animation: 140s rowleft linear infinite normal;	
}
.sygcfwt ul li{ float:left; height:120px; opacity:0.3; transition: all .5s ease;}
.sygcfwt ul li img{ height:100%;}
.sygcfwt ul li:hover{ opacity:1;}

.sygcfwt ul li:nth-child(even) {left: 100%;}
.sygcfwt ul:nth-child(even) { -webkit-animation: 160s rowleft linear infinite normal;animation: 160s rowleft linear infinite normal; }


@keyframes rowleft {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
}

.nyaboutjianjie_list{ width:100%; margin:0 auto; height:auto;}
.nyaboutjianjie_list .swiper-slide{ height:auto;}
.nyaboutjianjie_list .swiper-slide img{ width:96%; height:auto;padding: 0 2%;}

.nydszzc{overflow: hidden;width:92%; padding:0 4%;}
.nydszzc_text{width:100%;}
.nydszzc_text h3{ font-size:14px; color:#093488; margin:10px 0; text-align:center;}
.nydszzc_text p{ font-size:12px; color:#666; line-height:24px; text-align:justify; margin:5px 0; text-indent:2em}
.nydszzc_img{ width:100%;}


.index-video {
    margin-top: 20px;
    position: relative;
}

.video-base {
    width: 100%;
}

.video-con {
    margin-top: 10px;
		width: 100%;
    position: relative;
    line-height: 1;
}

.video-con video {
    width: 100%;
    height: auto;
}

.video-info {
    width: 100%;
    position: relative;
    padding: 4%;
    color: #DCDCDC;
    font-size: 18px;
    line-height: 24px;
		box-sizing:border-box;
		background-color: #093488;
}
.video-info ul{ overflow-y: scroll; height: 400px; padding-right:10px;}
.video-info ul::-webkit-scrollbar {width:3px;height:1px;}
.video-info ul::-webkit-scrollbar-thumb {background:#F0BE4D;}
.video-info ul::-webkit-scrollbar-track {background:rgba(255,255,255,0.5);}

.video-info li {
    margin-bottom: 10px;
}

.video-info strong {
    display: block;
    color: #FFF;
    font-size: 14px;
}
.video-info strong a{color: #FFF; font-size: 14px;}
.video-info strong i {
    display: inline-block;
    color: #F0BE4D;
    margin-right: 10px;
}

.video-info p {
    margin-top: 5px; color:#fff;font-size: 12px;
}


.nyyfx{ width:92%; padding:0 4%;  position:relative; }
.nyyfx_l{ width:100%;}
.nyyfx_l h4{ margin-top:15px; font-size:16px;color:#333; font-weight:normal; text-align:center;}
.nyyfx_l h3{ margin-top:10px; margin-bottom:10px; font-size:14px;color:#093488;}
.nyyfx_l p{ font-size:12px; color:#666; line-height:22px; text-indent:2em; margin-bottom:5px;}
.nyyfx_r{ width:100%;}
.nyyfx_r img{ max-width:100%}

.nyjxzc{width:92%; padding:0 4%;  position:relative;}
.nydlqj{ width:100%;}
.nydlqj_l{ width: 100%;}
.nydlqj_l img{ max-width:100%; border-radius:10px;}
.nydlqj_r{width:100%;}
.nydlqj_r h3{ font-size:14px; color:#333; margin-top:15px; margin-bottom:10px; background:url(../img/jxzctitle01.png) left center no-repeat;background-size: 19px 24px;line-height: 24px; padding-left:28px;}
.nydlqj_r p{ font-size:12px; color:#666; line-height:22px; text-indent:2em}

.nyyfcg{width:92%; padding:0 4%; }
.nyjxzc_title{ font-weight:bold;font-size:14px; color:#333; margin-top:0; margin-bottom:10px;line-height: 24px;}
.nyjxzc_title i{ display:inline-block; width:19px; height:24px; background-size: 19px 24px; margin-right:10px; float:left;}
.nyjxzc_title span{ display:inline-block;float: left;}

.nyfwlnlist1{ width:100%; margin:0 auto; box-sizing:border-box;}
.nyfwlnlist1 ul li{ width:50%; padding:0 5px; margin-bottom:10px; float:left; text-align:center; box-sizing:border-box; position:relative;}
.nyfwlnlist1 ul li:nth-child(3),.nyfwlnlist1 ul li:nth-child(4),.nyfwlnlist1 ul li:nth-child(5){ width:33.33%}
.nyfwlnlist1 ul li h4{ position:relative; width:100%; height:120px; background-size:cover; background-position:center center; background-repeat:no-repeat; border-radius:10px; overflow:hidden;}
.nyfwlnlist1 ul li h3{ font-size:14px; color:#fff; position: absolute; bottom:0; left:0; width:100%; line-height:30px; text-align:center; z-index:9;transition: all 0.3s ease; border-radius:10px; overflow:hidden;}
.nyfwlnlist1 ul li h4:before{ content:""; display:inline-block; position:absolute; left:0; bottom:0; width:100%; height:30px; background:rgba(0,0,0,0.5); z-index:2;transition: all 0.3s ease;}

.nyfwly{width:92%; padding:0 4%;}


.nyaboutwenhualist{width:92%; padding:0 4%;}
.nyaboutwenhualist ul li{ width:49%; margin-right:2%; margin-bottom:4%; float:left; height:150px; text-align:center; box-sizing:border-box; border:1px #ddd solid; position:relative; padding:15px;}
.nyaboutwenhualist ul li:nth-child(2n){ margin-right:0;}
.nyaboutwenhualist ul li:nth-child(5){ width:100%; margin-right:0; height:120px;}
.nyaboutwenhualist ul li h4{ position:relative; z-index:9;}
.nyaboutwenhualist ul li h4 img{ width:40px;}
.nyaboutwenhualist ul li h3{ font-size:16px; color:#333; position:relative; z-index:9; margin-bottom:10px;}
.nyaboutwenhualist ul li p{ font-size:12px; color:#999; line-height:24px; position:relative; z-index:9;}


.nyfzlc{width:92%; padding:4%; background:#f8f8f8}
.nyfzlc-l{ width:100%; padding:2% 0;}
.nyfzlc-l ul{}
.nyfzlc-l ul li{ float:left; width:46%; border-radius:20px; margin:0 1.5% 1.5% ; cursor:pointer; height:36px; line-height:36px; background:#fff; border:1px #eee solid; text-align:center; color:#333; font-size:14px;}
.nyfzlc-l ul li p{ font-size:16px; font-weight:bold; color:#333;}
.nyfzlc-l ul li.active{ background:#093488; color:#fff;}
.nyfzlc-l ul li.active h3{ color:#fff}
.nyfzlc-l ul li.active p{ color:#fff;}
.nyfzlc-r{width:100%;}
.nyfzlc-r div.tab_c{ display:none;}
.nyfzlc-r div.tab_c.active{ display:block;}
.nyfzlc-r div.tab_c .tab_c_title{ font-size:16px; color:#333; line-height:40px; font-weight:bold; padding-left:20px;}
.nyfzlc-r div.tab_c .tab_c_title b{ color:#093488; margin-right:10px;}

.nyfzlc-r div.tab_c .tab_c_ul{ width:100%; border-left: 1px solid #e6e6e6;}
.nyfzlc-r div.tab_c ul{ padding-top:10px;}
.nyfzlc-r div.tab_c ul li{margin-bottom: 10px;position: relative;margin-left:20px; padding-bottom:10px; padding-left:0;}
.nyfzlc-r div.tab_c ul li:after{ content:""; width:100%; height:1px; background:#e7e7e7; position:absolute; bottom:0; left:-20px;}
.nyfzlc-r div.tab_c ul li .oc{position: absolute;left:-26px;top:9px; width:12px;}
.nyfzlc-r div.tab_c ul li .os{position: absolute;left:-14px;top:15px; height:2px; width:12px; background:#e7e7e7;}
.nyfzlc-r div.tab_c ul li .mask_ {}
.nyfzlc-r div.tab_c ul li .mask_ .title{font-size:24px; font-weight:bold;color:#093488;text-align: left; margin-bottom: 10px;}
.nyfzlc-r div.tab_c ul li .mask_ .p{font-size: 12px;color:#888;line-height: 24px;}
.nyfzlc-r div.tab_c ul li .mask_ .bg_img{margin-top: 35px;}
.nyfzlc-r div.tab_c ul li.li_ .bg_img{display: none;}
.nyfzlc-r div.tab_c ul li .mask_ .bg_img .img_title{position:absolute;bottom:0;left:0;width:100%;height:34px;line-height:34px;background:url(../img/blue.6.png) repeat;}
.nyfzlc-r div.tab_c ul li .mask_ .bg_img .img_title span{display:block;padding:0px 10px;font-size:14px;color:#fff;font-weight:normal;text-align:center;}

.nyzngs{width:92%; padding:4%;}
.nyzngs p{ font-size:12px; color:#666; text-indent:2em; text-align:justify; line-height:24px;}
.nyzngs h3{font-size:16px; color:#333;text-indent: 1.3em; line-height:30px;}
.nyzngs h4{font-size:14px; color:#333;text-indent: 1.8em; line-height:30px;}

.gszp1{ width:100%;}
.gszp1 li{ width:100%; text-align:center;}
.gszp1 li img{ max-width:100%;}

.gszp2{ width:100%;}
.gszp2 li img{ max-width:100%;}

.gszp3{ width:100%; text-align:center;}
.gszp3 li img{ max-width:100%;}

.nyznsl{width:92%; padding:4%;}
.nyznsl_title{ text-align:center; border-bottom:1px #eee solid; font-size:16px; font-weight:bold; color:#333; line-height:40px;}
.nyznsl_text{ font-size:12px; line-height:24px; color:#666; margin:5px 0; text-align:center;}
.nyznsl_list{ width:100%;}
.nyznsl_list img{ max-width:100%;}
.nyznsl_list ul li{ float:left; width:48%; margin:0 1% 1%;}
.nyznsl_list ul li:nth-child(3){ clear:left;}
.nyznsl_list ul li img{ max-width:100%;}
.nyznsl_list ul li h3{ font-size:14px; line-height:22px; padding:10px 0 0; color:#333; text-align:center;}
.nyznsl_list ul li p{ font-size:12px; line-height:18px; color:#666; text-align:center; margin-bottom:10px;}

.nyznsl_list5{ width:100%;}
.nyznsl_list5 ul li{ float:left; width:49%; margin:0 0.5% 1%; text-align:center; box-sizing:border-box; border:1px #eee solid;}
.nyznsl_list5 ul li img{ max-width:100%;}
.nyznsl_list5 ul li p{ font-size:12px; line-height:24px; color:#666; text-align:center;}

.nyznsl_list6{ width:100%;}
.nyznsl_list6 ul li{ float:left; width:49%; margin:0 0.5% 1%;}
.nyznsl_list6 ul li:nth-child(2n+1){ clear:left;}
.nyznsl_list6 ul li img{ max-width:100%;}
.nyznsl_list6 ul li p{ font-size:12px; line-height:24px; color:#666; text-align:center;}


.nycxy_list{ width:100%; margin:0 auto; box-sizing:border-box;}
.nycxy_list ul li{ width:100%; padding:0 10px; margin-bottom:10px; float:left; text-align:center; box-sizing:border-box; position:relative;}
.nycxy_list ul li h4{ position:relative; width:100%; height:200px; background-size:cover; background-position:center center; background-repeat:no-repeat; border-radius:10px; overflow:hidden;}
.nycxy_list ul li h3{ font-size:14px; color:#fff; position: absolute; bottom:0; left:0; width:100%; line-height:30px; text-align:center; z-index:9;transition: all 0.3s ease; border-radius:10px; overflow:hidden;}
.nycxy_list ul li h4:before{ content:""; display:inline-block; position:absolute; left:0; bottom:0; width:100%; height:30px; background:rgba(0,0,0,0.5); z-index:2;transition: all 0.3s ease;}


.nygcfw{ width:92%; padding:4%;}
.nyfwln_title{ text-align:center; font-size:16px; color:#333; line-height:24px; font-weight:bold;}
.nyfwln_text{ font-size:12px; line-height:20px; color:#666; margin:0 0 10px; text-align:center;}

.nyfwlnlist{ width:100%; margin:0 auto; box-sizing:border-box;}
.nyfwlnlist ul li{ width:50%; padding:0 5px; margin-bottom:10px; float:left; text-align:center; box-sizing:border-box; position:relative;}
.nyfwlnlist ul li h4{ position:relative; width:100%; height:120px; background-size:cover; background-position:center center; background-repeat:no-repeat; border-radius:10px; overflow:hidden;}
.nyfwlnlist ul li h3{ font-size:14px; color:#fff; position: absolute; bottom:0; left:0; width:100%; line-height:30px; text-align:center; z-index:9;transition: all 0.3s ease; border-radius:10px; overflow:hidden;}
.nyfwlnlist ul li h4:before{ content:""; display:inline-block; position:absolute; left:0; bottom:0; width:100%; height:30px; background:rgba(0,0,0,0.5); z-index:2;transition: all 0.3s ease;}



.nyfwlclist{ width:100%;}
.nyfwlcn{ width:100%; padding:20px 0 0; background:#093488 url(../img/nyfwlcn.jpg) center center no-repeat; background-size: cover}
.nyfwlcn .nyfwln_title{ color:#fff;}
.nyfwlclist ul{ position:relative;}

.nyfwlclist ul li{ width:50%; float:left; height:170px; text-align:center; box-sizing:border-box; border-bottom:1px solid rgba(255,255,255,0.2); padding:15px 10px; position:relative; z-index:9;transition: all 0.3s ease;}
.nyfwlclist ul li:after{ content:""; width:1px; height:280px; background:rgba(255,255,255,0.2); position:absolute; right:0; top:0; border-radius:50%;z-index:9;transition: all 0.3s ease;}
.nyfwlclist ul li h4{ font-size:16px; color:#fff; height:30px; line-height:30px; overflow:hidden;transition: all 0.3s ease;}
.nyfwlclist ul li i{ display:inline-block; height:41px; width:41px; overflow:hidden; position:relative; z-index:9; margin-top:20px; background-repeat:no-repeat; background-position:center 0;transition: all 0.3s ease;}
.nyfwlclist ul li i.nyfwlclist01{ background-image:url(../img/nyfwlclist_01.png);}
.nyfwlclist ul li i.nyfwlclist02{ background-image:url(../img/nyfwlclist_02.png);}
.nyfwlclist ul li i.nyfwlclist03{ background-image:url(../img/nyfwlclist_03.png);}
.nyfwlclist ul li i.nyfwlclist04{ background-image:url(../img/nyfwlclist_04.png);}
.nyfwlclist ul li i.nyfwlclist05{ background-image:url(../img/nyfwlclist_05.png);}
.nyfwlclist ul li i.nyfwlclist06{ background-image:url(../img/nyfwlclist_06.png);}

.nyfwlclist ul li h3{ font-size:14px; color:#fff; position:relative; z-index:9; margin-bottom:10px;transition: all 0.3s ease;}
.nyfwlclist ul li p{ font-size:12px; color:#888; line-height:20px; position: absolute; z-index:9; left:0; bottom:10px; width:100%; height:0; overflow:hidden; box-sizing:border-box; text-align:justify;transition: all 0.3s ease;}

.nyfwlclist ul li:nth-child(2n):after{ background:none;}
.nyfwlclist ul li:nth-child(5){ border-bottom:none;}
.nyfwlclist ul li:nth-child(6){ border-bottom:none;}
.nyfwlclist ul li:hover{ background:#fff;}
.nyfwlclist ul li:hover:after{ display:none;}
.nyfwlclist ul li:hover h4{ height:0; line-height:0; margin-top:0;}
.nyfwlclist ul li:hover i{ display:none}
.nyfwlclist ul li:hover h3{ color:#333;}
.nyfwlclist ul li:hover p{ height:140px; padding:20px;}

.nygcfwn{ width:92%; padding:4%;}
.nygcfwnlist ul{ text-align: center; position:relative;}
.nygcfwnlist ul li{ float:left; width:50%; margin-bottom:2%; box-sizing:border-box; padding:0 1%; text-align:center; position:relative;}
.nygcfwnlist ul li i{ width:100%; height:120px; margin:0 auto 30px; display: inline-block;}
.nygcfwnlist ul li h3{ font-size:14px; color:#333; line-height:30px;}
.nygcfwnlist ul li h3 b{ color:#093488}

.jdallist_hot{ width:100%;overflow: hidden;position: relative;}
.jdallist_hot ul{ width:100%;}
.jdallist_hot ul li{position: relative; box-sizing:border-box;overflow: hidden; width:100%; background:#f8f8f8;}
.jdallist_hot ul li h3{width:100%; padding: 0; height:200px; position:relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;}
.jdallist_hot ul li h3 a{ width:100%; height:100%; display:block;position: absolute; top: 0; left: 0;}
.jdallist_hot ul li h3 a img{ max-width:100%; max-height:100%;}
.jdallist_hot ul li div{ width:100%; box-sizing:border-box; padding:10px; position:relative;}
.jdallist_hot ul li div h4{ font-size:14px; color:#333; line-height:30px; height:30px; overflow:hidden;text-overflow: ellipsis;text-overflow: ellipsis}
.jdallist_hot ul li div h4 a{ color:#333;}
.jdallist_hot ul li div p{
	font-size:12px; color:#aaa; line-height:20px;
}


.nyrclnlist{ width:100%; box-sizing:border-box;}
.nyrclnlist ul li{ width:48%; margin:0 1% 2%; border:2px #eee solid; float:left; height:160px; text-align:center; box-sizing:border-box; padding:20px 10px;background:#fff; position:relative;}
.nyrclnlist ul li h4{ position:relative; z-index:9;}
.nyrclnlist ul li h4 img{ width:40px;}
.nyrclnlist ul li h3{ font-size:14px; color:#333; position:relative; z-index:9; margin-bottom:10px;}
.nyrclnlist ul li p{ font-size:12px; color:#999; line-height:20px; position:relative; z-index:9;}

.nyznsl_listlb{ width:100%; box-sizing:border-box;}
.nyznsl_listlb ul li{ float:left; width:50%; box-sizing:border-box; padding:15px; border:1px #eee solid;}
.nyznsl_listlb ul li h3{ font-size:14px; color:#333; margin-bottom:10px;}
.nyznsl_listlb ul li h3 a{ color:#333;}
.nyznsl_listlb ul li p{ font-size:12px; color:#888;}
.nyznsl_listlb ul li a.nyznsl_listlb_a{ display:inline-block; margin-top:5px; color:#093488; font-size:12px; text-transform:uppercase;}
.prolist {width:100%}
.prolist ul{width:95%;margin:0 auto;height:120px;}
.prolist ul li{width:32.3%;margin-right: 1%;height:2.5em;display: block;float: left;margin-bottom:1%;background: #fff;}
.prolist ul li a{display: block;font-size:14px;line-height:3em;text-align:center;color:#333;}