@charset "utf-8";

/*全局控制*/
body{margin:0;padding:0;font-size:16px;line-height:32px;font-family:Arial,'Microsoft Yahei',"微软雅黑";-webkit-text-size-adjust:none;}
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td,p{margin:0;padding:0;}
input,select,textarea{font-size:16px;line-height:16px;font-family:Arial,'Microsoft Yahei',"微软雅黑";}img{border:0;}ul,li{list-style-type:none;}
a{color:#333;text-decoration:none;}
a:hover{color:#014fa2}
.tc{text-align:center;}.tl{text-align:left;}.tr{text-align:right;}
.dis{display:block;}.undis{display:none;}
.fl{float:left;}.fr{float:right;}.cl{clear:both;}.fb{font-weight:bold;}.fnb{font-weight:200;margin-left:-1px;}
.hr_1,.hr_10{font-size:1px;line-height:1px;clear:both; background:#ddd;}
.hr_1{height:1px;}.hr_10{height:10px;}
input[type="text"]:focus,input[type="password"]:focus,textarea:focus{outline:none;}
table{ border-color: #aaa; border-spacing: 0; border: 1px; border-collapse: collapse;}
table td{ padding:0 10px;}

.mainbox{width:calc( 100% - 200px); margin:0 auto; min-width:1300px; box-sizing:border-box; position:relative;}
.mainbox_0{width:calc( 100% - 200px); margin:0 auto; min-width:1300px; box-sizing:border-box;}
.mainbox_f{width:calc( 100% - 200px); margin:0 auto; min-width:1300px; box-sizing:border-box;}

.mainbox1300{width:calc( 100% - 200px); margin:0 auto; min-width:1300px; max-width:1400px; box-sizing:border-box;}

.hsbg{ width:100%; background:#f8f8f8;}
.nymapbox{ width:100%;}

.p80{ padding:80px 0;}

.nymainbox{width:calc( 100% - 200px); margin:0 auto; min-width:1300px; position:relative; padding:60px 0; box-sizing:border-box;}

.sytopbg{ position:fixed; top:0; z-index:99999; left:0; width:100%;}
.sytop{ width:calc( 100% - 200px); margin:0 auto; min-width:1300px; height:70px; padding-top:10px;}
.logo{ float:left; width:240px; height:50px; padding:10px 0;}

.topright{ float:right; width:calc( 100% - 400px);}
.topicon{ float:right; position:relative; top:20px;}
.topicon a{ color:#fff; display:inline-block; margin:0 8px; width:28px; height:30px; float:left; position:relative; text-align:center;}
.topicon a:hover{ color:#fff;}

.topiconmenu{ color:#fff; font-size:24px;}
.topiconmenu i{ font-size:26px;}
.topiconmenu span{
    position:absolute;
    display: block;
    height: 2px;
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
		top:5px;
}
.topiconmenu span:nth-child(2){
    top:15px;
}
.topiconmenu span:last-child{
    top:25px;
}
.topiconmenu.on span{
    top:15px;
}
.topiconmenu.on span:nth-child(2){
    opacity: 0;
}
.topiconmenu.on span:first-child{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.topiconmenu.on span:last-child{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}



.symenuping{width:calc(100% - 120px); height:70px; line-height:70px; text-align:right;}
.symenuping>ul>li{  position:relative; padding:0 30px; height:70px; line-height:70px; text-align:center; display:inline-block}
.symenuping>ul>li:after{ content:""; width:0; height:1px; background:#fff; position:absolute; bottom:20px; left:50%; margin-left:0;transition: all 0.3s ease;}
.symenuping>ul>li:before{ content:""; width:1px; height:16px; background:#fff; position:absolute; bottom:27px; right:0;}
.symenuping>ul>li>a{ color:#fff; display:block; height:70px; line-height:70px; font-size:14px}
.symenuping>ul>li:hover:after{ width:30px; margin-left:-15px;}

.symenuping>ul>li .submenu{display:none;position:absolute;top:0;left:0; background:rgba(0,0,0,0.6); z-index:99999}
.symenuping>ul>li .submenu{padding:0px;width:100%; height:auto; padding:0}
.symenuping>ul>li .submenu li{float:none;padding:0; height:45px; line-height:45px;background:none;}
.symenuping>ul>li .submenu li:hover{ background:rgba(0,0,0,0.5);}
.symenuping>ul>li .submenu li a{float:none;padding:0;text-align:center;height:45px;line-height:45px; font-size:14px; color:#fff;}
.symenuping>ul>li .submenu li a:hover{background:none;}

.nymenuping{ float:right; width:calc(100% - 120px); height:60px; line-height:60px; text-align:right;}
.nymenuping>ul>li{ display:inline-block; position:relative; padding:0 30px; height:60px; line-height:60px;}
.nymenuping>ul>li:after{ content:""; width:0; height:2px; background:#00479d; position:absolute; bottom:10px; left:50%; margin-left:0;transition: all 0.3s ease;}
.nymenuping>ul>li:before{ content:""; width:1px; height:16px; background:#ddd; position:absolute; bottom:22px; right:0;}
.nymenuping>ul>li>a{ color:#333; display:block; height:60px; line-height:60px;}
.nymenuping>ul>li:hover:after{ width:50px; margin-left:-25px;}

.nymenuping>ul>li .nysubmenu{display:none;position:absolute;top:0;left:0; width:150px !important; left:-13px !important; background:rgba(0,0,0,0.6); z-index:99999}
.nymenuping>ul>li .nysubmenu{padding:0px;width:100%; height:auto; padding:0}
.nymenuping>ul>li .nysubmenu li{float:none;padding:0; height:40px; line-height:40px;background:none; text-align:center}
.nymenuping>ul>li .nysubmenu li:hover{ background:rgba(0,0,0,0.5);}
.nymenuping>ul>li .nysubmenu li a{float:none;padding:0;text-align:center;height:40px;line-height:40px; font-size:14px; color:#fff; display:block;}
.nymenuping>ul>li .nysubmenu li a:hover{background:none;}



.symenu{ position:fixed; right:0; top:0;height: 100%; width:0; padding-top:120px; overflow:hidden;transition: all 0.3s ease; background:#1c1a1b;}
.symenu.on{ width:400px;}
.symenu li{ display:block; line-height:50px; border-bottom:1px #232122 solid; padding-left:60px; transition: all 0.2s ease;}
.symenu li a{ display:block; font-size:16px; line-height:50px; color:#ccc;}
.symenu li:hover{ color:#fff; border-left:3px #00479d solid;}
.symenu li:hover a{ color:#fff;}


.sybg01_2 .slide_text{ top:30%; text-align:center; position:relative; z-index:9;}
.sybg01_2 .slide_text h3{ color:#fff; font-size:45px; line-height:100px; letter-spacing:20px; font-weight:normal}
.sybg01_2 .slide_text p{ font-size:16px; width:1300px; margin:0 auto 20px; color:#fff; line-height:2;}
.sybg01_2 .slide_text a{ width:160px; height:50px; line-height:50px; border:1px #fff solid; color:#fff; display:inline-block; margin:0 auto;}

.sybgsp{ position: absolute; z-index: 1; left: 0; top: 0; width: 100%; object-fit: fill;}

.sybg01{ background:url(../images/sybg01.jpg) center center no-repeat; background-size: cover; position:relative;}
.sybg01:before{ content:""; background:rgba(0,0,0,0.5); position:absolute; z-index:2; left:0; right:0; bottom:0; top:0;}

.sybg02{ background:url(../images/sybg02.jpg) center center no-repeat; background-size: cover}
.sybg03{ background:url(../images/sybg03.jpg) center center no-repeat; background-size: cover}
.sybg04{ background:url(../images/sybg04.jpg) center center no-repeat; background-size: cover}
.sybg05{ background:url(../images/sybg05.jpg) center center no-repeat; background-size: cover}
.sybg06{ background:url(../images/sybg06.jpg) center center no-repeat; background-size: cover}
.sybg07{ background:url(../images/sybg07.jpg) center center no-repeat; background-size: cover}


.symainboxsybg02{width:calc( 100% - 200px); margin:0 auto; min-width:1300px; max-width:1400px; box-sizing:border-box;}
.symainboxsybg02 h3{ color:#fff; font-size:45px; line-height:60px; font-weight:normal}
.symainboxsybg02 h4{ color:#fff; font-size:24px; line-height:60px; font-weight:normal}
.symainboxsybg02 p{ font-size:16px; width:650px; color:#fff; line-height:2; margin:20px 0 40px;}
.symainboxsybg02 a{ width:160px; height:50px; line-height:50px; border:1px #fff solid; color:#fff; display:inline-block; text-align:center;}


.sytitle{ text-align:center; margin-bottom:30px;}
.sytitle h3{ font-size:36px; color:#fff; line-height:50px; position:relative; width:580px; margin:0 auto;}
.sytitle h3:before{ content:""; width:80px; height:1px; position:absolute; left:-80px; top:25px; background:#fff;}
.sytitle h3:after{ content:""; width:80px; height:1px; position:absolute; right:-80px; top:25px; background:#fff;}
.sytitle p{ font-size:16px; color:#fff; line-height:50px;}

.symainboxtext{ text-align:center; position:relative; z-index:9;}
.symainboxtext h3{ color:#fff; font-size:45px; line-height:60px; letter-spacing:10px; font-weight:normal}
.symainboxtext h4{ color:#fff; font-size:24px; line-height:60px; font-weight:normal}
.symainboxtext p{ font-size:16px; width:1120px; margin:0 auto 20px; color:#fff; line-height:2;}
.symainboxtext a{ width:160px; height:50px; line-height:50px; border:1px #fff solid; color:#fff; display:inline-block; margin:0 auto;}



#fp-nav ul li a span, .fp-slidesNav ul li a span { background-color: #fff !important;}
.fp-slidesNav.bottom{ bottom:80px !important;}

.footrightnav{ position:fixed; right:3%; bottom:30%; width:40px; z-index:9999}
.footrightnav ul li{ width:40px; height:40px; border:1px rgba(255,255,255,0.3) solid; border-radius:4px; box-sizing:border-box; margin-bottom:10px; position:relative;}
.footrightnav ul li a{ display:block; text-align:center; line-height:38px; color:#fff;}
.footrightnav ul li a i{ font-size:20px;}
.footrightnav ul li .footrightnav_pf{ width:0; position:absolute; top:0; right:41px; color:#fff; overflow:hidden; text-align:center; background:#2e2e2e;transition: all 0.3s ease;}
.footrightnav ul li:hover .footrightnav_pf{ width:auto; padding:10px; min-width:120px;}

.nyfootrightnav{ position:fixed; right:3%; bottom:30%; width:40px; z-index:9999}
.nyfootrightnav ul li{ width:40px; height:40px; border:1px #eee solid; background:#fff; border-radius:4px; box-sizing:border-box; margin-bottom:10px; position:relative;}
.nyfootrightnav ul li a{ display:block; text-align:center; line-height:38px; color:#222; position:relative;}
.nyfootrightnav ul li a i{ font-size:20px;}
.nyfootrightnav ul li .footrightnav_pf{ width:0; position:absolute; top:0; right:41px; color:#fff; overflow:hidden; text-align:center; background:#2e2e2e;transition: all 0.3s ease;}
.nyfootrightnav ul li:hover .footrightnav_pf{ width:auto; padding:20px; min-width:120px;}
/*.nyfootrightnav ul li:nth-child(1):hover .footrightnav_pf{ min-width:250px;}*/

.syfoot{ position:fixed; bottom:0; left:0; width:100%; height:60px; background:rgba(0,0,0,0.5); z-index:9999;}
.syfoot_left{ float:left; line-height:60px; color:#fff; font-size:14px;}
.syfoot_left i{ font-size:14px;color: #48a02f}
.syfoot_right{ float:right; line-height:60px;}
.syfoot a{ color:#fff; font-size:14px; margin:0 3px;}

.nyfoot{ width:100%; height:420px; background:#181d26;}

.nyfootnav{ width:100%; border-bottom:1px #2d3138 solid; height:360px; box-sizing:border-box; padding-top:80px;}
.nyfootnav dl{ float:left; width:180px;}
.nyfootnav dl dt{color:#fff; font-size:18px; margin-bottom:15px;}
.nyfootnav dl dt a{ color:#fff; font-size:18px;}
.nyfootnav dl dd{font-size:14px; color:#888; line-height:2; margin-bottom:10px;}
.nyfootnav dl dd a{ font-size:14px; color:#888; line-height:2;}
.nyfootnav dl.nyfootnav_contact{ width:300px;}
.nyfootnav dl.nyfootewm{ float:right; width:auto;}

.nyfoot_left{ float:left; line-height:60px; color:#888; font-size:14px;}
.nyfoot_right{ float:right; line-height:60px;}
.nyfoot a{ color:#888; font-size:14px; margin:0 3px;}

.nyaboutbanner{ width:100%; height:600px; background-position:center center; background-repeat:no-repeat;}
.nyaboutbanner .nybannertext{width:650px; height:200px; background:rgba(0,71,157,0.8); padding:20px 40px; box-sizing:border-box; position:relative; top:200px; display:flex; flex-direction:column;justify-content:center;}
.nyaboutbanner .nybannertext h3{ color:#fff; font-size:30px; line-height:60px; font-weight:normal;}
.nyaboutbanner .nybannertext p{ color:#fff; font-size:14px; text-align:justify}

.nyaboutbannervr{ width:100%; height:750px; position:relative;}
.nyaboutbannervr::before{ content:""; background:rgba(0,0,0,0.5); position:absolute; left:0; top:0; right:0; height:100px; z-index:2}

.nypinpaibanner{ width:100%; height:900px; background-position:center center; background-repeat:no-repeat; position:relative;}
.nypinpaibanner .nypinpaibannertext{width:700px; height:250px; text-align:center; margin:0 auto; padding-top:250px;}
.nypinpaibanner .nypinpaibannertext h4{ font-size:60px; color:#fff; margin-bottom:20px; line-height:60px;}
.nypinpaibanner .nypinpaibannertext h3{ color:#fff; font-size:40px; line-height:60px; margin: 20px 0;}
.nypinpaibanner .nypinpaibannertext p{ color:#fff; font-size:16px;}
.nypinpaibanner .nypinpaibannerlist{ position:absolute; bottom:0; left:0; right:0; background:rgba(0,0,0,0.3); box-sizing:border-box; height:200px; padding-top:65px;}
.nypinpaibanner .nypinpaibannerlist ul{ width:calc( 100% - 200px); margin:0 auto; min-width:1300px; max-width:1400px; box-sizing:border-box;}
.nypinpaibanner .nypinpaibannerlist ul li{ float:left; width:25%; text-align:center; font-family:Arial,'微软雅黑';}
.nypinpaibanner .nypinpaibannerlist ul li h3{ font-size:60px; color:#fff;}
.nypinpaibanner .nypinpaibannerlist ul li h3 span{ font-size:16px; color:#fff; font-weight:normal; margin-left:5px;}
.nypinpaibanner .nypinpaibannerlist ul li p{ font-size:20px; color:#fff;}

.nytopbg{ width:100%; height:150px; position:relative;}
.nytopbg:before{ content:""; background:#515151; position:absolute; top:0; height:40px; left:0; right:0; z-index:1;}
.nyzhumenu{ width:calc( 100% - 200px); margin:0 auto; min-width:1300px; box-sizing:border-box; position:relative; z-index:9; height:40px;}
.nymenu{ float:left; width:calc( 100% - 200px);}
.nymenu ul li{ float:left; position:relative;}
.nymenu ul li:before{ content:""; width:1px; height:12px; background:#fff; position:absolute; bottom:14px; right:0;}
.nymenu ul li a{ display:block; padding:0 30px; color:#fff; line-height:40px; font-size:14px}
.nymenu ul li.on{ background:#fff;}
.nymenu ul li.on a{ color:#333;}

.topiconsearch{ color:#fff; font-size:24px;}
.topiconsearch i{ font-size:20px;}

.topsearch{ float:right; width:200px; height:40px; overflow:hidden; display:inline-block; transition: all 0.3s ease; background:#3d3d3d}
.topsearch_key{ width:160px; padding-left:10px; color:#888; font-size:14px; height:40px; box-sizing:border-box; border:none; background:none; display:inline-block; float:left;}
.topsearch_sub{ width:40px; height:40px; background:url(../images/topsearch.png) center center no-repeat; border:none; display:inline-block; float:left;}

.cpsearch{ padding:60px 0 0;}
.cpsearch h3{ font-size:36px; line-height:60px; color:#333; text-align:center; margin-bottom:20px;}
.cpsearch form{ width:600px; margin:0 auto; border:1px solid #eee; height:50px; line-height:50px; border-radius:25px; padding:0 15px; box-sizing:border-box}
.cpsearch .cpsearch_key{ width:500px; height:50px; border:none; font-size:14px; color:#888; background:none;}
.cpsearch .cpsearch_sub{ width:40px; height:40px; border-radius:50%; margin-top:5px; background:#eee url(../images/topsearch.png) center center no-repeat; border:none; display:inline-block; float:right;}


.nytop{ position:relative; z-index:9; width:calc( 100% - 200px); margin:0 auto; min-width:1300px; box-sizing:border-box; height:110px; padding:27.5px 0;}
.nytop .logo{ padding:0;}
.nytop .topright{}
.nytop .topicon{ top:15px;}

.nytitle{ text-align:center; margin-bottom:40px;}
.nytitle h3{ font-size:30px; color:#666; line-height:60px; font-weight:bold;}
.nytitle p{ font-size:14px; color:#888; line-height:1.732; width:1000px; margin:0 auto;}

.nypinpaijieshao1{ width:1200px; margin:60px auto; font-size:16px; color:#666; text-align:center; line-height:2;}
.nypinpaijieshao2{ width:1200px; margin:60px auto; font-size:16px; color:#666; text-align:center; line-height:2;}

.nypinpaikapian{ width:1280px; margin:60px auto; height:300px;}
.nypinpaikapian ul li{ background-position:center center; background-repeat:no-repeat; width:600px; height:300px; margin:0 20px; box-sizing:border-box; padding:60px; position:relative; border-radius:6px; float:left;transition: all 0.5s ease;}
.nypinpaikapian ul li:hover{box-shadow: 0px 2px 10px 1px rgba(0,71,157,0.5); margin-top:-5px;}
.nypinpaikapian ul li h3{ font-size:30px; color:#fff;}
.nypinpaikapian ul li p{ font-size:18px; color:#fff;}
.nypinpaikapian ul li a{ position:absolute; bottom:60px; left:60px; color:#fff; font-size:18px;}

.nypinpaixuanchuanpian{ width:100%; height:650px; background:url(../images/nypinpaixuanchuanpian.jpg) center center no-repeat; position:relative;}
.nypinpaixuanchuanpian .mainbox{ height:650px;}
.nypinpaixuanchuanpiantext{ position:absolute; right:0; top:0; height:650px; width:650px; padding:120px 60px; box-sizing:border-box; background:rgba(0,71,157,0.8)}
.nypinpaixuanchuanpiantext p{ color:#fff; font-size:16px; line-height:2; margin-bottom:20px;}
.nypinpaixuanchuanpian .bofang{ position:absolute; left:0; bottom:60px; font-size:24px; color:#fff; height:90px; line-height:90px;}
.nypinpaixuanchuanpian .bofang i{ display:inline-block; float:left; width:90px; height:90px; margin-right:20px; border-radius:50%; border:3px #fff solid; background:url(../images/nypinpaixuanchuanpianbofang.png) center center no-repeat; z-index:9; position:relative; }
.nypinpaixuanchuanpian .bofang:after,
.nypinpaixuanchuanpian .bofang:before{content:""; position:absolute; border-radius:50%; top:52%; left:17%; z-index:1;}
.nypinpaixuanchuanpian .bofang:before {width:120px; height:120px; background:transparent; background:rgba(0,71,157,0.5); margin-top:-60px; margin-left:-60px; -webkit-animation:warn 2s linear 0.4s infinite; -moz-animation:warn 2s linear 0.4s infinite; animation:warn 2s linear 0.4s infinite; opacity:0;}
.nypinpaixuanchuanpian .bofang:after {width:140px; height:140px;background:transparent; /*background:#7e9ec3;*/ background:rgba(0,71,157,0.4); margin-left:-70px; margin-top:-70px; -webkit-animation:warn 2s linear 0s infinite; -moz-animation:warn 2s linear 0s infinite; animation:warn 2s linear 0s infinite; opacity:0;}


.xuanchuanpian{ display:none; width:0; height:0; transition: all 0.5s ease; position:absolute; left:50%; top:50%; margin-left:-440px; margin-top:-265px; border-radius:6px; padding:40px; background:#fff; z-index:9;}
.xuanchuanpian.active{ display:block; width:800px; height:450px;}
.close{ display:none; z-index:1; position:absolute; left:0; right:0; top:0; bottom:0; background:rgba(0,0,0,0.5)}
.close.active{ display:block;}


@keyframes warn{0%{transform:scale(0.5); opacity:0;} 25%{transform:scale(1); opacity:0.4;} 50%{transform:scale(1.2); opacity:0.8;} 75%{transform:scale(1.3); opacity:0.4;} 100%{transform:scale(1.4); opacity:0;}}
@-webkit-keyframes warn{0%{transform:scale(0.5); opacity:0;} 25%{transform:scale(1); opacity:0.4;} 50%{transform:scale(1.2); opacity:0.8;} 75%{transform:scale(1.3); opacity:0.4;} 100%{transform:scale(1.4); opacity:0;}}



.nyaboutzgjz{ width:calc( 100% - 200px); margin:0 auto; min-width:1300px; height:680px; padding:80px 0;}
.nyaboutzgjzimg{ float:left; width:600px; height:680px; background:url(../images/nyzgjz.jpg) center center no-repeat;}
.nyaboutzgjztext{ float:right; background:#f8f8f8; width:calc(100% - 600px); height:680px; padding:50px 35px 0 85px; box-sizing:border-box; overflow:hidden;}
.nyaboutzgjztexttitle{ font-size:30px; font-weight:bold; color:#333; margin-bottom:20px;}
.nyaboutzgjztexttitle span{ color:#ddd; margin-left:10px; font-size:26px; text-transform:uppercase;}
.nyaboutzgjztext ul{}
.nyaboutzgjztext ul li{ padding:20px 0 20px 25px; position:relative;}
.nyaboutzgjztext ul li:after{ content:""; background:#fff; position:absolute; left:-85px; right:-85px; top:0; bottom:0; z-index:1; display:none;}
.nyaboutzgjztext ul li:nth-child(2):after,.nyaboutzgjztext ul li:nth-child(4):after{ display:block;}
.nyaboutzgjztext ul li:before{ content:"★"; color:#00479d; position:absolute; left:0; top:20px; font-size:18px; z-index:9}
.nyaboutzgjztext ul li h3{ color:#00479d; font-size:18px; position:relative; z-index:9}
.nyaboutzgjztext ul li p{ color:#888; font-size:14px; line-height:1.732; position:relative; z-index:9}

.nygyzg{ width:calc( 100% - 200px); margin:0 auto; min-width:1300px; padding:0 0 80px;}
.nygyzg ul li{ float:left; width:calc(25% - 45px); margin-right:60px;}
.nygyzg ul li:nth-child(4){ margin-right:0;}
.nygyzg ul li h4{ width:100%; overflow:hidden;}
.nygyzg ul li h4 a{ display:block; padding-bottom:calc(28000% / 360); width:100%; background-position:center center; background-repeat:no-repeat; background-size:cover; -webkit-transition-duration: 1s; transition-duration: 1s;}
.nygyzg ul li:hover h4 a { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1)}
.nygyzg ul li h3{ font-size:24px; margin-top:15px; color:#333; font-weight:normal;}

.nymtzx{ width:calc( 100% - 200px); margin:0 auto; min-width:1300px; padding:80px 0;}
.nymtzx ul li{ float:left; width:calc(50% - 30px); margin-right:60px; position:relative; overflow:hidden;}
.nymtzx ul li:nth-child(2){ margin-right:0;}
.nymtzx ul li h4{ width:100%; padding-bottom: calc(22500% / 500); background-position:center center; background-repeat:no-repeat; background-size: cover; -webkit-transition-duration: 1s; transition-duration: 1s;}
.nymtzx ul li:hover h4 { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1)}
.nymtzx ul li a{ position:absolute; left:0; right:0; top:0; bottom:0; z-index:9;}
.nymtzx ul li h3{ position:absolute; left:40px; bottom:35px; color:#fff; font-size:24px; z-index:8}
.nymtzx ul li h3 span{ font-weight:normal; font-size:16px; text-transform:uppercase;}

.nypinpaicontact{ width:100%; height:600px; position:relative; background:url(../images/map.jpg) center center no-repeat; padding-top:50px; box-sizing:border-box;}
.nypinpaicontacttext{ width:344px; height:402px; margin:0 auto 0; background:url(../images/contactbg.png) center center no-repeat;}
.nypinpaicontacttext h3{ font-size:24px; color:#fff; text-align:center; padding-top:90px; margin-bottom:30px;}
.nypinpaicontacttext p{ font-size:14px; color:#fff; padding-left:15px; line-height:3;}
.nypinpaicontacttext p i{ display:inline-block; width:20px; height:20px; float:left; margin-top:10px; margin-right:8px; background-position:center center; background-repeat:no-repeat;}

.nymainboxnav{width:100%; padding:60px 0;}
.nymainboxnav ul{ text-align:center;}
.nymainboxnav ul li{ display:inline-block; position:relative; width:180px; -webkit-transition-duration: 0.3s; transition-duration: 0.3s;}
.nymainboxnav ul li:before{ content:""; width:1px; height:14px; background:#ddd; position:absolute; bottom:14px; right:0;}
.nymainboxnav ul li a{ display:block; color:#333; line-height:40px; font-size:16px; text-align:center;}
.nymainboxnav ul li:hover{ background:#00479d;}
.nymainboxnav ul li:hover:before{ display:none;}
.nymainboxnav ul li:hover a{ color:#fff;}
.nymainboxnav ul li.on{ background:#00479d;}
.nymainboxnav ul li.on:before{ display:none;}
.nymainboxnav ul li.on a{ color:#fff;}

.nyzgjzlist{ width:100%; padding:0 0 80px;}
.nyzgjzlist ul{}
.nyzgjzlist ul li{ height:400px;}
.nyzgjzlist ul li .nyzzjzlistdiv{ padding:0 60px; width:30%; height:400px; box-sizing:border-box; background:#00479d; display:flex;flex-direction: column;justify-content: center;}
.nyzgjzlist ul li .nyzzjzlistdiv h3{ font-size:24px; color:#fff; margin-bottom:20px;}
.nyzgjzlist ul li .nyzzjzlistdiv p{ font-size:16px; color:#fff;}
.nyzgjzlist ul li .nyzzjzlistimg{ overflow:hidden; width:70%; height:400px;}
.nyzgjzlist ul li .nyzzjzlistimg h3{ width:100%; height:400px; background-position:center center; background-repeat:no-repeat; background-size: cover; -webkit-transition-duration: 1s; transition-duration: 1s;}
.nyzgjzlist ul li:hover .nyzzjzlistimg h3 { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1)}

.nysqfwlisttop{ width:100%; padding:0 0 80px;}
.nysqfwlisttop ul{}
.nysqfwlisttop ul li{ height:400px;}
.nysqfwlisttop ul li .nyzzjzlistdiv{ padding:0 60px; width:30%; height:400px; box-sizing:border-box; background:#00479d; display:flex;flex-direction: column;justify-content: center;}
.nysqfwlisttop ul li .nyzzjzlistdiv h3{ font-size:30px; color:#fff; margin-bottom:25px;}
.nysqfwlisttop ul li .nyzzjzlistdiv p{ font-size:16px; color:#fff; line-height:2; margin-bottom:15px;}
.nysqfwlisttop ul li .nyzzjzlistimg{ overflow:hidden; width:70%; height:400px;}
.nysqfwlisttop ul li .nyzzjzlistimg h3{ width:100%; height:400px; background-position:center center; background-repeat:no-repeat; background-size: cover; -webkit-transition-duration: 1s; transition-duration: 1s;}
.nysqfwlisttop ul li:hover .nyzzjzlistimg h3 { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1)}

.nysqfwlist{ width:100%;}
.nysqfwlist ul li{ float:left; width:calc(25% - 20px); margin:0 10px; box-sizing:border-box; height:330px; padding:60px 40px; text-align:center; background:#f8f8f8;}
.nysqfwlist ul li i{ display:inline-block; width:80px; height:80px; background-position:center center; background-repeat:no-repeat;}
.nysqfwlist ul li i.sqfw01{ background-image:url(../images/sqfw01.png)}
.nysqfwlist ul li i.sqfw02{ background-image:url(../images/sqfw02.png)}
.nysqfwlist ul li i.sqfw03{ background-image:url(../images/sqfw03.png)}
.nysqfwlist ul li i.sqfw04{ background-image:url(../images/sqfw04.png)}
.nysqfwlist ul li h3{ font-size:24px; color:#333; margin-bottom:20px;}
.nysqfwlist ul li p{ font-size:16px; color:#666;}

.nyszfwlist{ width:100%;}
.nyszfwlist ul li{ float:left; width:calc(20% - 20px); margin:0 10px; box-sizing:border-box; height:250px; padding:60px 30px; text-align:center; background:#f8f8f8;}
.nyszfwlist ul li i{ display:inline-block; width:80px; height:80px; background-position:center center; background-repeat:no-repeat;}
.nyszfwlist ul li i.szfw01{ background-image:url(../images/szfw01.png)}
.nyszfwlist ul li i.szfw02{ background-image:url(../images/szfw02.png)}
.nyszfwlist ul li i.szfw03{ background-image:url(../images/szfw03.png)}
.nyszfwlist ul li i.szfw04{ background-image:url(../images/szfw04.png)}
.nyszfwlist ul li i.szfw05{ background-image:url(../images/szfw05.png)}
.nyszfwlist ul li h3{ font-size:30px; color:#00479d; margin-bottom:20px;}
.nyszfwlist ul li p{ font-size:16px; color:#666;}

.nyshfwlisttop{ width:100%;}
.nyshfwlisttop ul{}
.nyshfwlisttop ul li{ height:400px;}
.nyshfwlisttop ul li .nyzzjzlistdiv{ padding:0 60px; width:50%; height:400px; box-sizing:border-box; background:#f4f4f4; display:flex;flex-direction: column;justify-content: center;}
.nyshfwlisttop ul li .nyzzjzlistdiv h3{ font-size:24px; color:#333; margin-bottom:25px;}
.nyshfwlisttop ul li .nyzzjzlistdiv p{ font-size:16px; color:#666; line-height:2; margin-bottom:15px;}
.nyshfwlisttop ul li .nyzzjzlistimg{ overflow:hidden; width:50%; height:400px;}
.nyshfwlisttop ul li .nyzzjzlistimg h3{ width:100%; height:400px; background-position:center center; background-repeat:no-repeat; background-size: cover; -webkit-transition-duration: 1s; transition-duration: 1s;}
.nyshfwlisttop ul li:hover .nyzzjzlistimg h3 { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1)}


.nypinpairongyu{ width:100%; background:url(../images/nypinpairongyu.jpg) center center no-repeat; box-sizing:border-box; padding:80px 0;}
.nypinpairongyu_list{}

.nypinpairongyu_list .swiper{ width:100%; overflow:hidden;}
.nypinpairongyu_list .swiper .swiper-slide{ text-align:center; 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;
			flex-direction: column;
	  transition: 300ms;
	  transform: scale(0.8);}
.nypinpairongyu_list .swiper .swiper-slide-active,.swiper-slide-duplicate-active{
      transform: scale(1);
	}
.nypinpairongyu_list .swiper .swiper-slide h3{ width:100%; overflow:hidden; background:#fff;}
.nypinpairongyu_list .swiper .swiper-slide h3 a{ display:block; width:100%;text-align:center; padding-bottom: calc(300% / 4); background-position:center center; background-repeat:no-repeat; background-size: contain; -webkit-transition-duration: 1s; transition-duration: 1s;}
.nypinpairongyu_list .swiper .swiper-slide p{ font-size:16px; line-height:60px; color:#666;}

.nyqywhhot{ width:100%; height:450px; background:url(../images/nyqywhhot.jpg) center center no-repeat; padding-top:90px; box-sizing:border-box;}
.nyqywhhot ul{ width:calc( 100% - 200px); margin:0 auto;min-width:1300px; box-sizing:border-box; position:relative; box-sizing:border-box;}
.nyqywhhot ul li{ float:left; margin:0 0 2%; width:calc(25%); height:265px; box-sizing:border-box; padding-left:40px; padding-top:80px;-webkit-transition-duration: 0.3s; transition-duration: 0.3s; position:relative;}
.nyqywhhot ul li:after{ content:""; background:rgba(255,255,255,0.3); width:1px; height:265px; position:absolute; right:-1px; top:0;}
.nyqywhhot ul li:nth-child(4):after{ display:none;}
.nyqywhhot ul li h3{ font-size:24px; color:#fff; margin-bottom:20px; position:relative;}
.nyqywhhot ul li h3:before{ content:""; width:40px; height:1px; background:#fff; position:absolute; top:40px; left:0;}
.nyqywhhot ul li p{ font-size:16px; color:#fff;}
.nyqywhhot ul li:hover{ background:#00479d;}
.nyqywhhot ul li:hover:after{ display:none}

.nyqywh{ width:calc( 100% - 200px); margin:0 auto; padding:80px 0; min-width:1300px; box-sizing:border-box; position:relative; box-sizing:border-box;}
.nyqywh ul li{ float:left; margin:0 1% 2%; width:23%; height:265px; padding:40px; box-sizing:border-box; background:#fff; overflow:hidden; border-radius:6px;}

.nyqywh ul li h3{ font-size:24px; color:#333; margin-bottom:10px; font-weight:normal;}
.nyqywh ul li p{ font-size:14px; color:#888; margin-bottom:40px;}
.nyqywh ul li i{ width:60px; height:60px; display:inline-block; background-position:left top; background-repeat:no-repeat;-webkit-transition-duration: 0.3s; transition-duration: 0.3s;}
.nyqywh ul li i.nyqywh01{ background-image:url(../images/nyqywh01.png);}
.nyqywh ul li i.nyqywh02{ background-image:url(../images/nyqywh02.png);}
.nyqywh ul li i.nyqywh03{ background-image:url(../images/nyqywh03.png);}
.nyqywh ul li i.nyqywh04{ background-image:url(../images/nyqywh04.png);}
.nyqywh ul li i.nyqywh05{ background-image:url(../images/nyqywh05.png);}
.nyqywh ul li i.nyqywh06{ background-image:url(../images/nyqywh06.png);}
.nyqywh ul li i.nyqywh07{ background-image:url(../images/nyqywh07.png);}
.nyqywh ul li i.nyqywh08{ background-image:url(../images/nyqywh08.png);}
.nyqywh ul li i.nyqywh09{ background-image:url(../images/nyqywh09.png);}
.nyqywh ul li i.nyqywh10{ background-image:url(../images/nyqywh10.png);}
.nyqywh ul li i.nyqywh11{ background-image:url(../images/nyqywh11.png);}
.nyqywh ul li:hover{ background:#00479d;}
.nyqywh ul li:hover h3{ color:#fff;}
.nyqywh ul li:hover p{ color:#fff;}
.nyqywh ul li:hover i{ background-position:left bottom;}
.nyqywh ul li.on{ background:#00479d;}
.nyqywh ul li.on h3{ color:#fff;}
.nyqywh ul li.on p{ color:#fff;}
.nyqywh ul li.on i{ background-position:left bottom;}

.nyqyxcp{ width:1000px; margin:0 auto; height:563px;}
.nyqyxcp video{ width:1000px; height:563px;}

.nyabouttextdsz{ width:calc( 100% - 200px); margin:0 auto; min-width:1300px; box-sizing:border-box; position:relative; padding:60px 0; box-sizing:border-box;}
.nyabouttextdsz img{ float:left; width:400px; height:600px;}
.dsz-cont{ float:right; width:calc(100% - 450px)}
.dsz-title{ font-size:30px; color:#333; font-weight:bold; margin-bottom:10px; margin-top:10px;}
.dsz-title b{ color:#00479d}
.dsz-title span{ color:#00479d; margin-left:10px;}
.dsz-cont h3{ font-size:20px; color:#00479d; line-height:50px; margin:10px 0;}
.dsz-cont p{ font-size:16px; color:#aaa; line-height:36px;}
.dsz-cont p:hover{ color:#333;}

.shzr-cont{ width:100%;}
.shzr-cont h3{ font-size:20px; color:#333; line-height:50px;}
.shzr-cont h4{ font-size:18px; color:#00479d; line-height:40px;}
.shzr-cont p{ font-size:16px; color:#aaa; line-height:36px; margin-bottom:20px;}
.shzr-cont p:hover{ color:#333;}


.nyfzlc{width:calc( 100% - 200px); margin:0 auto; min-width:1300px; box-sizing:border-box; position:relative; padding:60px 0; box-sizing:border-box;}
.nyfzlc .nyabouttitle h3{ color:#333; font-size:36px;}
.nyfzlc-l{ float:left; width:340px;}
.nyfzlc-l ul{}
.nyfzlc-l ul li{ width:260px; cursor:pointer; height:80px; padding:20px 30px; line-height:40px; background:#f8f8f8; border-bottom:1px #fff solid; text-align:right; color:#333; transition: all 0.5s ease;}
.nyfzlc-l ul li h3{ font-weight:normal; font-size:20px; color:#aaa;}
.nyfzlc-l ul li p{ font-size:30px; font-weight:bold; color:#333;}
.nyfzlc-l ul li.active{ background:#00479d; color:#fff;}
.nyfzlc-l ul li.active h3{ color:#fff}
.nyfzlc-l ul li.active p{ color:#fff;}
.nyfzlc-r{width:calc(100% - 400px);float:right;border-left: 1px solid #e6e6e6;}
.nyfzlc-r ul{ display:none;}
.nyfzlc-r ul.active{ display:block;}
.nyfzlc-r ul li{margin-bottom: 40px;position: relative;border:7px solid #e7e7e7;margin-left: 60px;}
.nyfzlc-r ul li .oc{position: absolute;left:-76px;top:38px;}
.nyfzlc-r ul li .os{position: absolute;left:-36px;top:33px;}
.nyfzlc-r ul li .mask_ {margin:40px 40px;}
.nyfzlc-r ul li .mask_ .title{font-size: 30px;color:#00479d;text-align: left; margin-bottom: 10px;}
.nyfzlc-r ul li .mask_ .p{font-size: 16px;color:#5a5a5a;line-height: 36px;}
.nyfzlc-r ul li .mask_ .bg_img{margin-top: 35px;}
.nyfzlc-r ul li.li_ .bg_img{display: none;}
.nyfzlc-r 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 ul li .mask_ .bg_img .img_title span{display:block;padding:0px 10px;font-size:14px;color:#fff;font-weight:normal;text-align:center;}


.nyqyry{width:calc( 100% - 200px); margin:0 auto; min-width:1300px; box-sizing:border-box; position:relative; padding:60px 0; box-sizing:border-box;}
.nyhzhb_title{ text-align:center; font-size:30px; color:#333; font-weight:bold; margin:0 auto 40px;}
.nyhzhb_title span{ color:#d61419}
.nyhzhb_list{ width:1350px; margin:0 auto; overflow:hidden; position:relative; height:320px;}
.nyhzhb_list ul{ height:260px;}
.nyhzhb_list ul li{ float:left;text-align: center;
      font-size: 18px;
      background: #fff;
			box-sizing:border-box;
			border:1px #ddd solid;
      /* Center slide text vertically */
      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;
			padding:5px;
}

.nyhzhb_list .pagination {
	position: absolute;
	left: 0;
	text-align: center;
	bottom: 5px;
	width: 100%;
	z-index: 999;
}
.nyhzhb_list .swiper-pagination-bullet {
	display: inline-block;
	width: 6px;
	height: 6px;
	opacity: 1;
	border-radius: 10px;
	background: #111;
	margin: 0 3px;
	cursor: pointer;
	transition: width 0.3s ease-in-out;
}
.nyhzhb_list .swiper-pagination-bullet-active {
	background: #d61419;
	width: 12px;
}



.nypro_nav{ width:100%;}
.nypro_nav ul li{ float:left; height:160px; width:16.6%; background:#fff; position:relative; overflow:hidden;}
.nypro_nav ul li:before{ content:""; width:0; height:100%; background:#00479d; position:absolute; left:0; top:0;transition: all 0.3s ease; z-index:1}
.nypro_nav ul li:after{ content:""; width:1px; height:100%; background:#ddd; position:absolute; right:0; top:0;}
.nypro_nav ul li h3{ width:100%; height:110px; text-align:center; line-height:110px;}
.nypro_nav ul li h3 i{ display:inline-block; position:relative; top:30px; z-index:9999; overflow:hidden; height:60px; width:100%; background-position:center top; background-repeat:no-repeat;transition: all 0.3s ease;}
.nypro_nav ul li h3 i.pro_nav01{ background-image:url(../images/pro_nav01.png)}
.nypro_nav ul li h3 i.pro_nav02{ background-image:url(../images/pro_nav02.png)}
.nypro_nav ul li h3 i.pro_nav03{ background-image:url(../images/pro_nav03.png)}
.nypro_nav ul li h3 i.pro_nav04{ background-image:url(../images/pro_nav04.png)}
.nypro_nav ul li h3 i.pro_nav05{ background-image:url(../images/pro_nav05.png)}
.nypro_nav ul li h3 i.pro_nav06{ background-image:url(../images/pro_nav06.png)}

.nypro_nav ul li h4{ height:50px; line-height:50px;}
.nypro_nav ul li h4 a{ color:#333; font-size:16px; font-weight:normal; text-align:center; display:block; position:relative; z-index:9999;}

.nypro_nav ul li:hover:before{ width:100%;}
.nypro_nav ul li:hover h3 i{ background-position:center bottom}
.nypro_nav ul li:hover h4 a{ color:#fff;}

.nypro_nav ul li.on:before{ width:100%;}
.nypro_nav ul li.on h3 i{ background-position:center bottom}
.nypro_nav ul li.on h4 a{ color:#fff;}

.nypro_list{ width:100%;}
.nypro_list .nypro_list_con{ display:none; width:100%;}
.nypro_list .nypro_list_con li{ float:left; width:23%; margin-right:2.6%; margin-bottom:2%; position:relative; overflow:hidden;transition: all 0.3s ease;}
.nypro_list .nypro_list_con li:nth-child(4n){ margin-right:0}

.nypro_list .nypro_list_con li h3{ width:100%; padding:0; padding-bottom:calc(300% / 4); background-position:center center; background-repeat:no-repeat; background-size:cover}
.nypro_list .nypro_list_con li h3 a{ display:block; width:100%; line-height:0}
.nypro_list .nypro_list_con li p{ background:#f0f0f0; height:60px; line-height:60px; color:#333;transition: all 0.3s ease;}
.nypro_list .nypro_list_con li p a{ font-size:16px; color:#333; line-height:60px; padding:0 30px;}
.nypro_list .nypro_list_con li .text{ position:absolute; top:calc(60px - 100% ); left:0; width:100%; height:calc(100% - 60px); z-index:999; background:rgba(0,71,157,0.8); overflow:hidden;transition: all 0.3s ease;display: table;}
.nypro_list .nypro_list_con li .text a{ color:#fff; font-size:14px; padding:0 40px; line-height:30px;display: table-cell; vertical-align: middle;}
.nypro_list .nypro_list_con li:hover p{ background:#00479d;}
.nypro_list .nypro_list_con li:hover p a{ color:#fff;}
.nypro_list .nypro_list_con li:hover .text{ top:0;}

.nypro_list .nypro_list_con.on{ display:block;}

.nypro_list .nypro_list_confl{ width:100%;}
.nypro_list .nypro_list_confl li{ float:left; width:23%; margin-right:2.6%; margin-bottom:4%; position:relative; overflow:hidden;transition: all 0.3s ease;}
.nypro_list .nypro_list_confl li:nth-child(4n){ margin-right:0}

.nypro_list .nypro_list_confl li h3{ width:100%; padding:0; overflow:hidden;}
.nypro_list .nypro_list_confl li h3 a{ display:block; padding-bottom:calc(33300% / 400); width:100%; background-position:center center; background-repeat:no-repeat; background-size:cover; -webkit-transition-duration: 1s; transition-duration: 1s;}
.nypro_list .nypro_list_confl li:hover h3 a { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1)}


.nypro_list .nypro_list_confl li p{ background:#fff; text-align:center; color:#333;transition: all 0.3s ease;}
.nypro_list .nypro_list_confl li p a{ color:#333; display:block; padding:25px 0; box-sizing:border-box;}
.nypro_list .nypro_list_confl li p a b{ font-size:20px; margin-bottom:10px; display:block;}
.nypro_list .nypro_list_confl li p a span{ font-size:14px; color:#888;}
.nypro_list .nypro_list_confl li:hover p{ background:#00479d;}
.nypro_list .nypro_list_confl li:hover p a{ color:#fff;}
.nypro_list .nypro_list_confl li:hover p a span{ color:#fff;}
.nypro_list .nypro_list_confl li:hover .text{ top:0;}
=

.nypro_list_l{ float:left; width:300px;}
.nypro_list_l ul{ width:100%;}
.nypro_list_l ul li{ border:1px #ddd solid; margin-bottom:20px; line-height:50px; padding-left:40px; position:relative;transition: all 0.3s ease;}
.nypro_list_l ul li:before{ content:""; background:#00479d; position:absolute; left:20px; top:15px; height:20px; width:3px; z-index:3}
.nypro_list_l ul li:after{ content:""; background:#00479d; position:absolute; left:0; top:0; width:0; height:50px;transition: all 0.3s ease; z-index:1}
.nypro_list_l ul li a{ font-size:16px; display:block; color:#333; position:relative; z-index:9}
.nypro_list_l ul li.on:after{ width:100%;}
.nypro_list_l ul li.on a{ color:#fff;}
.nypro_list_l ul li.on:before{ background:#fff}


.nypro_list_r{ width:calc(100% - 340px); float:right;}
.nypro_list_r .nypro_list_con_r{ width:100%;}
.nypro_list_r .nypro_list_con_r li{ float:left; width:31.33%; margin-right:2.6%; margin-bottom:2%; position:relative; overflow:hidden;transition: all 0.3s ease;}
.nypro_list_r .nypro_list_con_r li:nth-child(3n){ margin-right:0}

.nypro_list_r .nypro_list_con_r li h3{ width:100%; padding:0; padding-bottom:calc(300% / 4); background-position:center center; background-repeat:no-repeat; background-size:cover}
.nypro_list_r .nypro_list_con_r li h3 a{ display:block; width:100%; line-height:0}
.nypro_list_r .nypro_list_con_r li p{ background:#f0f0f0; height:60px; line-height:60px; color:#333;transition: all 0.3s ease;}
.nypro_list_r .nypro_list_con_r li p a{ font-size:16px; color:#333; line-height:60px; padding:0 30px;}
.nypro_list_r .nypro_list_con_r li .text{ position:absolute; top:calc(60px - 100% ); left:0; width:100%; height:calc(100% - 60px); z-index:999; background:rgba(0,71,157,0.8); overflow:hidden;transition: all 0.3s ease;display: table;}
.nypro_list_r .nypro_list_con_r li .text a{ color:#fff; font-size:14px; padding:0 40px; line-height:30px;display: table-cell; vertical-align: middle;}
.nypro_list_r .nypro_list_con_r li:hover p{ background:#00479d;}
.nypro_list_r .nypro_list_con_r li:hover p a{ color:#fff;}
.nypro_list_r .nypro_list_con_r li:hover .text{ top:0;}



.cpzx_a{ width:160px; margin:0 auto; height:45px; display:block; text-align:center; line-height:45px; background:#eee; font-size:14px; color:#333;transition: all 0.3s ease;}
.cpzx_a:hover{ background:#00479d; color:#fff;}


.nyfwcn{width:calc( 100% - 200px); margin:0 auto; min-width:1300px; box-sizing:border-box; padding:80px 0;}
.nyfwcnimg{ float:left; width:600px; height:680px; background:url(../images/nyfwcn.jpg) center center no-repeat;}
.nyfwcntext{ float:right; background:#f8f8f8; width:calc(100% - 600px); height:680px; padding:50px 35px 0 85px; box-sizing:border-box;}
.nyfwcntexttitle{ font-size:30px; font-weight:bold; color:#333; margin-bottom:20px;}
.nyfwcntexttitle span{ color:#ddd; margin-left:10px; font-size:26px; text-transform:uppercase;}
.nyfwcntext p{ font-size:16px; line-height:50px; color:#666}


/*.nyfwcn ul li{ float:left; width:calc(25% - 22.5px); text-align:center; margin-right:30px; border:1px #eee solid; padding:20px; box-sizing:border-box;display:flex;justify-content: center;flex-direction: column; height:320px; background:#f8f8f8}
.nyfwcn ul li:nth-child(4){ margin-right:0;}
.nyfwcn ul li h4{ font-size:48px; color:#00479d; margin-bottom:30px;}
.nyfwcn ul li h3{ font-size:24px; color:#333; margin-bottom:10px; font-weight:normal;}
.nyfwcn ul li p{ font-size:14px; color:#888; padding:0 40px;}*/

.nyfwzcdiv{width:calc( 100% - 200px); margin:0 auto; min-width:1300px; box-sizing:border-box;}
.nyfwzcdiv ul li{ float:left; width:calc(33.33% - 40px); margin-right:60px; padding-bottom:30px;  text-align:center; background:#fff}
.nyfwzcdiv ul li:nth-child(3){ margin-right:0;}
.nyfwzcdiv ul li h4{ width:100%; overflow:hidden; margin-bottom:30px;}
.nyfwzcdiv ul li h4 a{ display:block; padding-bottom:calc(24000% / 360); width:100%; background-position:center center; background-repeat:no-repeat; background-size:cover; -webkit-transition-duration: 1s; transition-duration: 1s;}
.nyfwzcdiv ul li:hover h4 a { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1)}
.nyfwzcdiv ul li h3{ font-size:24px; color:#333; font-weight:normal;}
.nyfwzcdiv ul li p{ font-size:14px; color:#888; padding:0 20px; margin-bottom:10px; line-height:60px}
.nyfwzcdiv ul li a.nyfwzcdiv_a{ width:160px; margin:0 auto; height:45px; display:block; text-align:center; line-height:45px; background:#eee; font-size:14px; color:#333;transition: all 0.3s ease;}
.nyfwzcdiv ul li a.nyfwzcdiv_a:hover{ background:#00479d; color:#fff;}

.nyfwqq{width:calc( 100% - 200px); margin:0 auto; min-width:1300px; box-sizing:border-box; padding:80px 0;}
.nyqqzl_map{ text-align:center; width:1300px; margin:0 auto; height:524px; background:url(../images/nyfwqq.png) center center no-repeat; position:relative;}

.nyqqzl_map .dot_box{position:absolute; left:0 ;bottom:0; width:100%; height:100%;}
.nyqqzl_map .dot_box .dot{position:absolute;}
.nyqqzl_map .dot_box .dot .dot_circle{display:block; width:14px; height:14px; background:#00479d; position:relative; z-index:3; border-radius:50%;}
.nyqqzl_map .dot:after,
.nyqqzl_map .dot:before{content:""; position:absolute; border-radius:50%; top:50%; left:50%; z-index:1;}
.nyqqzl_map .dot:before {width:29px; height:29px; background:transparent; background:rgba(0,71,157,0.3); margin-top:-14px; margin-left:-14px; -webkit-animation:warn 2s linear 0.4s infinite; -moz-animation:warn 2s linear 0.4s infinite; animation:warn 2s linear 0.4s infinite; opacity:0;}
.nyqqzl_map .dot:after {width:46px; height:46px;background:transparent; /*background:#7e9ec3;*/ background:rgba(0,71,157,0.2); margin-left:-23px; margin-top:-23px; -webkit-animation:warn 2s linear 0s infinite; -moz-animation:warn 2s linear 0s infinite; animation:warn 2s linear 0s infinite; opacity:0;}

@keyframes warn{0%{transform:scale(0.5); opacity:0;} 25%{transform:scale(1); opacity:0.4;} 50%{transform:scale(1.2); opacity:0.8;} 75%{transform:scale(1.3); opacity:0.4;} 100%{transform:scale(1.4); opacity:0;}}
@-webkit-keyframes warn{0%{transform:scale(0.5); opacity:0;} 25%{transform:scale(1); opacity:0.4;} 50%{transform:scale(1.2); opacity:0.8;} 75%{transform:scale(1.3); opacity:0.4;} 100%{transform:scale(1.4); opacity:0;}}

.nyqqzl_map .dot_box .dot:nth-child(1){ left: 10%; top: 100px;}
.nyqqzl_map .dot_box .dot:nth-child(2){ left: 20%; top: 180px;}
.nyqqzl_map .dot_box .dot:nth-child(3){ left: 22%; top: 120px;}
.nyqqzl_map .dot_box .dot:nth-child(4){ left: 50%; top: 260px;}
.nyqqzl_map .dot_box .dot:nth-child(5){ left: 31%; top: 470px;}
.nyqqzl_map .dot_box .dot:nth-child(6){ left: 26%; top: 220px;}
.nyqqzl_map .dot_box .dot:nth-child(7){ left: 79%; top: 205px;}
.nyqqzl_map .dot_box .dot:nth-child(8){ left: 73%; top: 240px;}
.nyqqzl_map .dot_box .dot:nth-child(9){ left: 79%; top: 350px;}
.nyqqzl_map .dot_box .dot:nth-child(10){ left: 68%; top: 150px;}
.nyqqzl_map .dot_box .dot:nth-child(11){ left: 70%; top: 300px;}
.nyqqzl_map .dot_box .dot:nth-child(12){ left: 38%; top: 390px;}
.nyqqzl_map .dot_box .dot:nth-child(13){ left: 32%; top: 350px;}
.nyqqzl_map .dot_box .dot:nth-child(14){ left: 62%; top: 220px;}
.nyqqzl_map .dot_box .dot:nth-child(15){ left: 55%; top: 140px;}
.nyqqzl_map .dot_box .dot:nth-child(16){ left: 52%; top: 400px;}
.nyqqzl_map .dot_box .dot:nth-child(17){ left: 75%; top: 410px;}
.nyqqzl_map .dot_box .dot:nth-child(18){ left: 49%; top: 160px;}


/*分页样式*/
.pagination {
	clear: both;
	margin: 10px 0;
	text-align: right;
}
.pagination li {
	display: inline-block;
*display: inline;
	zoom: 1;
}
.pagination li a {
	display: block;
	padding: 4px 16px;
	background-color: #fff;
	border: 1px solid #eee;
	font-size:16px;
	transition: all 0.3s ease;
}
.pagination li + li a {
	border-left: none;
}
.pagination li.active a, .pagination li a:hover {
	background-color: #00479d;
	border: 1px solid #00479d;
	color: #ffffff;
	border-left: none;
}

.nypro-itembg{ width:100%; background:#f3f3f3 url(../images/nyproduct_img_bg.jpg) center center no-repeat;}
.nypro-item{width:calc( 100% - 200px); margin:0 auto; max-width:1400px; min-width:1300px; box-sizing:border-box; position:relative;}
.nypro-item-l{ float:right; width:720px; overflow:hidden;}
.nypro-item-l ul li{ overflow:hidden;}
.nypro-item-l ul li img{ max-width:100%; -webkit-transition-duration: 1s; transition-duration: 1s;}
.nypro-item-l ul li:hover img{-webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1)}

.nypro-item-r{ float:left; width:calc(100% - 780px); padding:10px 0 0 0; position:relative; z-index:9; display:flex;height: 540px;justify-content: center;flex-direction: column;}
.nypro-item-r h5{ color:#d00; font-size:14px; font-weight:normal; display:inline; margin-left:10px;}
.nypro-item-r h1{ font-size:30px; color:#00479d; margin-bottom:20px; line-height:1.732;}
.nypro-item-r .nypro-item-r-p{ font-size:16px; color:#666; line-height:30px; padding-bottom:40px; border-bottom:1px #ddd solid; text-align:justify}
.nypro-item-r h3{ font-size:16px; color:#333; margin:5px 0; line-height:32px; font-weight:normal;}
.nypro-item-r ul{ width:100%; line-height:36px; margin:40px 0; transition: all 0.5s ease;}
.nypro-item-r ul li{ font-size:16px; color:#333; padding-left:35px; background-repeat:no-repeat; background-position:left center;}
.nypro-item-r ul li.qzl{ background-image:url(../images/nyproduct_ico1.png)}
.nypro-item-r ul li.kuadu{ background-image:url(../images/nyproduct_ico2.png)}
.nypro-item-r ul li.qsgd{ background-image:url(../images/nyproduct_ico3.png)}
.nypro-item-r ul li b{ color:#d00;}

.nypro-item-r .nypro-item-r-a{ width:160px; display:inline-block; height:45px; background:#00479d; font-weight:bold; color:#fff; text-align:center; line-height:45px;}

.nypro-item-r h4{ font-size:18px; color:#333; margin:10px auto; line-height:36px;}
.nypro-item-r h4 span{ font-size:30px; color:#00479d}

.message{margin:0 auto;width:1300px; box-sizing:border-box;overflow: hidden;padding: 80px 0;}
.message h2{margin: 40px auto;}
.message .left{width: calc(100% - 550px);float: left;}
.message .left dd{width: 100%; box-sizing:border-box;margin-bottom: 15px;}
.message .left dd span{font-size: 30px;color: #333;font-weight: bold;margin-bottom: 15px;display: block;}
.message .left dt input{width: 31.6%;height: 50px;border: 1px solid #cdcdcd;margin: 5px 0;background: none;font-size: 14px;text-indent: 10px; box-sizing:border-box;}
.message .left dt input.icon-name{margin-right: 2%;}
.message .left dt input.icon-company{margin-right: 2%;}
.message .left dt input.icon-name-yzm{ width:120px; margin-right:20px;}
.message .left dt textarea{width: 100%;height: 100px;border: 1px solid #cdcdcd;background: none;
    font-size: 14px;padding: 10px 0 0 10px;margin: 15px 0; box-sizing:border-box;}
.message .left dt input.button{width: 185px;height: 50px;text-align: center;line-height: 50px;font-size: 18px; text-indent:0; cursor:pointer; background: #00479d;border: none;transition: all 0.5s ease; color:#fff;}
.message .right{width: 500px;float: right; overflow: hidden;}
.message .left dt input.button:hover{ background: #628cc3;}
.message .right dd{width: 100%;background:#023d83;padding: 40px 0 40px 40px; box-sizing:border-box}
.message .right dd span{font-size:30px;color: #fff;line-height: 46px;font-family: Impact;}
.message .right dd p{font-size: 24px;color: #fff;line-height: 24px;margin-bottom: 10px;}
.message .right dt{width: 100%;background:#00479d;padding: 25px 30px; box-sizing:border-box}
.message .right dt p a{font-size: 16px;color: #fff;display: block;padding: 10px 0 15px 15px;}
.message .right dt .address a{background-position: 0 -49px;}
.message .right dt .url a{background-position: -2px -102px;}
.message .right dt .mailbox a{background-position: -4px -162px;}
.message .right dt .tel a{background-position: 2px 15px;}
.message .right dt .btn{width: 100%;overflow: hidden;padding: 20px 0;}
.message .right dt .btn a{width: 120px;height: 40px;text-align: center;line-height: 40px;color: #fff;
    border: 1px solid #fff;padding: 0;display: inline-block;margin-right: 10px;font-size: 16px;background: none;}
.message .right dt .btn a:hover{background: rgba(255,255,255,0.2)}

.nypro-xqdetail{ position:relative;  margin:0 auto; min-width:1300px; max-width:1400px; box-sizing:border-box; }
#nyprotltj{ font-size:24px; color:#333; line-height:50px; margin:30px 0 20px; position:relative; padding-left:15px;}
#nyprotltj:before{ content:" "; width:3px; height:20px; position:absolute; top:15px; left:0px; background:#00479d;}


.nypro-xqdetailc{ width:100%;}
.nypro-xqdetailc.active{ display:block;}
.nypro-xqdetailc p{ line-height:30px; font-size:16px; color:#333; padding:8px 0;}

.about-ser {
    position: relative;
    padding-top: 120px;
    background: url(../images/about-ser.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
}

.about-ser li {
    float: left;
    width: 49.6%;
    color: #FFF;
    font-size: 20px;
    line-height: 48px;
    margin-bottom: 130px;
    position: relative;
    padding-left: 36px;
		box-sizing:border-box
}

.about-ser li:before {
    content: "";
    position: absolute;
    left: 6px;
    top: 8px;
    width: 4px;
    height: 80px;
    background-color: #FFC747;
}

.about-ser li.ser-no:before {
    display: none;
}

.about-ser li i {
    color: #FFC747;
}

.ser-font {
    position: absolute;
    left: 52%;
    top: 40%;
    width: 570px;
    z-index: 2;
}

.ser-font strong {
    color: #fff;
    font-size: 48px;
    line-height: 1.1;
}

.ser-font p {
    color: #D3D3D3;
    font-size: 18px;
    line-height: 36px;
    margin-top: 40px;
}

.ser-shield {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -328px;
}

.ser-shield span {
    position: relative;
    display: inline-block;
    width: 160px;
    height: 160px;
    text-align: center;
    line-height: 220px;
    background: rgba(255, 199, 71, .05);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    z-index: 6;
}

.shield-con {
    position: relative;
    z-index: 0;
}

.shield-line {
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255, 199, 71, .05);
    opacity: 1;
    z-index: -1;
}

.shield-con:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 600px;
    height: 600px;
    background: rgba(255, 199, 71, .05);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-animation: pulse-border 1500ms ease-out infinite;
    animation: pulse-border 1500ms ease-out infinite;
}

.shield-con:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 400px;
    height: 400px;
    background: rgba(255, 199, 71, .05);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all 200ms;
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
}

@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}


.nycptdul{ padding:8px 0;}
.nycptdul li{ float:left; line-height:60px; font-size:16px; color:#00479d; background:#f2f4f8; text-align:center; padding:0 30px; margin-right:10px; margin-bottom:10px;}

.nycpxqtitle{ font-size:24px; font-weight: bold; color:#00479d; line-height:60px; position:relative; text-align:center; margin-bottom:10px;}
.nycpxqtitle:before{ content:""; position: absolute; background:#eee; height:1px; left:0; right:0; top:30px; z-index:1;}
.nycpxqtitle h3{font-size:30px; font-weight: bold; color:#00479d; line-height:60px; display:inline-block; padding:0 20px; background:#fff; margin:0 auto; position:relative; z-index:9;}
.nycpxqtitle span{ font-size:16px; color:#aaa; font-weight:normal;}

.nypro-xqgcal{ width:100%;padding:80px 0; background:url(../images/nypro-xqgcal.jpg) center center no-repeat}
.nypro-xqgcal h3{ color:#fff; font-size:36px;margin: 0 0 40px; text-align:center;}
.nypro-xqgcal h3 span{ font-size:18px; font-weight:normal; margin-left:10px;}
.nypro-xqgcal ul{width:100%; margin:0 auto; max-width:1400px; min-width:1300px; box-sizing:border-box;}
.nypro-xqgcal ul li{ float:left; width:23.5%; margin:0 2% 0 0; background:#fff; position:relative;}
.nypro-xqgcal ul li h4{width:100%; padding:0; padding-bottom:calc(300% / 4); border:1px #eee solid; box-sizing:border-box; position:relative; overflow:hidden;z-index:2;}
.nypro-xqgcal ul li h4 a{ display:block; width:100%; position: absolute; height:100%; left:0; top:0; background-position:center center; background-repeat:no-repeat; background-size: contain;-webkit-transition-duration: 1s; transition-duration: 1s;}
.nypro-xqgcal ul li p{ font-size:18px; color:#333; height:100px; box-sizing:border-box; padding-left:25px; line-height:120px; position:relative;z-index:2;}
.nypro-xqgcal ul li p:before{ content:" "; background:#00479d; width:50px; height:3px; position:absolute; left:25px; top:30px;}
.nypro-xqgcal ul li h5{ padding:50px 25px; box-sizing:border-box; position:absolute; left:0; top:0; opacity:0; z-index:1; background:#00479d; width:100%; height:450px; transition: all 0.5s ease;}
.nypro-xqgcal ul li h5 a{ display:block; width:100%; height:450px;}
.nypro-xqgcal ul li h5 b{ display:block; color:#fff; font-size:20px; margin-bottom:10px;}
.nypro-xqgcal ul li h5 span{ font-weight:normal; color:#fff; font-size:14px; line-height:30px;}
.nypro-xqgcal ul li:hover h4 a{-webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1)}
.nypro-xqgcal ul li:hover h5{ z-index:9; opacity:1;}



.jdallist_hot{ width:100%;overflow: hidden;position: relative;}
.jdallist_hot ul{ width:100%;}
.jdallist_hot ul li{ float:left;position: relative; box-sizing:border-box;overflow: hidden; margin:0 20px 40px; width:calc(50% - 40px); background:#f8f8f8;}
			
.jdallist_hot ul li h3{width:300px; padding: 0; height:225px; float:left; 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{ float:left; width:calc(100% - 340px); box-sizing:border-box; padding:20px 30px; position:relative; height:225px;}
.jdallist_hot ul li div h4{ font-size:18px; color:#333; margin-bottom:8px; overflow:hidden;text-overflow: ellipsis;text-overflow: ellipsis}
.jdallist_hot ul li div p{
	font-size:14px; color:#aaa; line-height:1.5; max-height:63px; overflow:hidden;
}
.jdallist_hot ul li div a.nyjdal_r_a{ font-size:14px; background:#00479d; color:#fff; text-align:center; line-height:35px; display:inline-block; width:100px; height:35px; position: absolute; bottom:25px; left:30px; transition: all 0.3s ease;}
.jdallist_hot ul li:hover div a.nyjdal_r_a{ background:#9c2727;}

.nyoshxjs{ background:url(../images/oshxjsbg.jpg) center center repeat-x; width:100%; height:775px;}

.oshxjs01_r ul li i.oshxjs01_r01{ background-image:url(../images/oshxjs01_r01.png)}
.oshxjs01_r ul li i.oshxjs01_r02{ background-image:url(../images/oshxjs01_r02.png)}
.oshxjs01_r ul li i.oshxjs01_r03{ background-image:url(../images/oshxjs01_r03.png)}

.baxiangfuwu{width:100%; height:775px; margin:0 auto; position:relative;}
.baxiangfuwu-l{ position:absolute; left:0; top:50%; margin-top:-220px; width:300px; height:440px; overflow:hidden; z-index:9}
.baxiangfuwu-l ul li{ width:300px; height:120px; cursor:pointer; color:#fff; line-height:120px; font-size:30px; font-weight:bold; text-align:center; transition: all 0.5s ease; border-radius:6px; overflow:hidden; margin-bottom:40px;}
.baxiangfuwu-l ul li.oshxjs_l01{ background:#00479d url(../images/oshxjs_l01.png) left center no-repeat}
.baxiangfuwu-l ul li.oshxjs_l02{ background:#00479d url(../images/oshxjs_l02.png) left center no-repeat}
.baxiangfuwu-l ul li.oshxjs_l03{ background:#00479d url(../images/oshxjs_l03.png) left center no-repeat}
.baxiangfuwu-l ul li.on{ background-color:#9c2727;}

.baxiangfuwu-r{ position:absolute; left:0; right:0; top:0; bottom:0; z-index:1}
.baxiangfuwu-r ul li{ opacity:0; z-index:1; position: absolute; left:0; right:0; bottom:0; top:0; transition: all 0.5s ease;}
.baxiangfuwu-r ul li.on{ opacity:1; z-index:9;}
.baxiangfuwu-r ul li .baxiangfuwu_title{ width:100%; text-align:center; margin-top:180px;}
.baxiangfuwu-r ul li .baxiangfuwu_title h3{ font-size:30px; color:#fff; margin-bottom:15px;}
.baxiangfuwu-r ul li .baxiangfuwu_title p{ font-size:20px; color:#fff;}
.baxiangfuwu-r ul li .baxiangfuwu-rl{ position:absolute; right:0; top:50%; margin-top:-220px; width:300px; max-width:380px; height:440px; overflow:hidden; z-index:9}
.baxiangfuwu-r ul li .baxiangfuwu-rl dl{}
.baxiangfuwu-r ul li .baxiangfuwu-rl dl dd{ margin:40px 0; min-height:92px;}
.baxiangfuwu-r ul li .baxiangfuwu-rl dl dd h4{ float:left; width:92px; height:92px; margin-right:15px; background-repeat:no-repeat; background-position:center center;}
.baxiangfuwu-r ul li .baxiangfuwu-rl dl dd h4.oshxjs01_r01{ background-image:url(../images/oshxjs01_r01.png)}
.baxiangfuwu-r ul li .baxiangfuwu-rl dl dd h4.oshxjs01_r02{ background-image:url(../images/oshxjs01_r02.png)}
.baxiangfuwu-r ul li .baxiangfuwu-rl dl dd h4.oshxjs02_r01{ background-image:url(../images/oshxjs02_r01.png)}
.baxiangfuwu-r ul li .baxiangfuwu-rl dl dd h4.oshxjs02_r02{ background-image:url(../images/oshxjs02_r02.png)}
.baxiangfuwu-r ul li .baxiangfuwu-rl dl dd h4.oshxjs02_r03{ background-image:url(../images/oshxjs02_r03.png)}
.baxiangfuwu-r ul li .baxiangfuwu-rl dl dd h4.oshxjs03_r03{ background-image:url(../images/oshxjs03_r03.png)}
.baxiangfuwu-r ul li .baxiangfuwu-rl dl dd div{ float:left; width:calc(100% - 107px);}
.baxiangfuwu-r ul li .baxiangfuwu-rl dl dd div h3{ font-size:20px; color:#fff; line-height:40px;}
.baxiangfuwu-r ul li .baxiangfuwu-rl dl dd div p{ font-size:16px; color:#3d95ff;}

.baxiangfuwu-r ul li .baxiangfuwu-rb{ position:absolute; left:50%; margin-left:-360px; top:50%; margin-top:-100px; z-index:2; width:720px; height:300px;}
.baxiangfuwu-r ul li .baxiangfuwu-rb img{ width:720px; height:300px; transition: all 0.5s ease;}
.baxiangfuwu-r ul li.on .baxiangfuwu-rb img{}


.nycase_list{ width:100%; }
.nycase_list .nycase_list_con{ width:100%;}
.nycase_list .nycase_list_con li{ float:left; width:24%; margin-right:1.25%; border:1px #ddd solid; box-sizing:border-box; margin-bottom:2%; position:relative; transition: all 0.3s ease;}
.nycase_list .nycase_list_con li:nth-child(4n){ margin-right:0}
.nycase_list .nycase_list_con li h3{ width:100%; overflow:hidden;}
.nycase_list .nycase_list_con li h3 a{ display:block; width:100%;text-align:center; padding-bottom: calc(300% / 4); background-position:center center; background-repeat:no-repeat; background-size: contain; -webkit-transition-duration: 1s; transition-duration: 1s;}
.nycase_list .nycase_list_con li:hover h3 a { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1)}


.nycase_list .nycase_list_con li p{ background:#f2f4f8; height:45px; line-height:45px; color:#333; text-align:center; transition: all 0.3s ease;}
.nycase_list .nycase_list_con li p a{ font-size:14px; color:#333; line-height:45px; padding:0 10px;}
.nycase_list .nycase_list_con li .text{ position:absolute; top:calc(60px - 100% ); left:0; width:100%; height:calc(100% - 60px); z-index:999; background:rgba(75,159,48,0.8); overflow:hidden;transition: all 0.3s ease;display: table;}
.nycase_list .nycase_list_con li .text a{ color:#fff; font-size:14px; padding:0 40px; line-height:30px;display: table-cell; vertical-align: middle;}
.nycase_list .nycase_list_con li:hover p{ background:#00479d;}
.nycase_list .nycase_list_con li:hover p a{ color:#fff;}
.nycase_list .nycase_list_con li:hover .text{ top:0;}

.nycase_list .nycase_list_con.on{ display:block;}


.nycase_list .nyhzhb_list_con{ width:100%;}
.nycase_list .nyhzhb_list_con li{ float:left; width:19%; margin-right:1.25%; border:1px #ddd solid; box-sizing:border-box; margin-bottom:2%; position:relative; transition: all 0.3s ease;}
.nycase_list .nyhzhb_list_con li:nth-child(5n){ margin-right:0}
.nycase_list .nyhzhb_list_con li h3{ width:100%; overflow:hidden;}
.nycase_list .nyhzhb_list_con li h3 a{ display:block; width:100%;text-align:center; padding-bottom: calc(200% / 4); background-position:center center; background-repeat:no-repeat; background-size: contain; -webkit-transition-duration: 1s; transition-duration: 1s;}
.nycase_list .nyhzhb_list_con li:hover h3 a { -webkit-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1)}


.nycase_list .nyhzhb_list_con li p{ background:#f2f4f8; height:45px; line-height:45px; color:#333; text-align:center; transition: all 0.3s ease;}
.nycase_list .nyhzhb_list_con li p a{ font-size:14px; color:#333; line-height:45px; padding:0 10px;}
.nycase_list .nyhzhb_list_con li .text{ position:absolute; top:calc(60px - 100% ); left:0; width:100%; height:calc(100% - 60px); z-index:999; background:rgba(75,159,48,0.8); overflow:hidden;transition: all 0.3s ease;display: table;}
.nycase_list .nyhzhb_list_con li .text a{ color:#fff; font-size:14px; padding:0 40px; line-height:30px;display: table-cell; vertical-align: middle;}
.nycase_list .nyhzhb_list_con li:hover p{ background:#00479d;}
.nycase_list .nyhzhb_list_con li:hover p a{ color:#fff;}
.nycase_list .nyhzhb_list_con li:hover .text{ top:0;}

.nycase_list .nyhzhb_list_con.on{ display:block;}


.nyqytk_list{ width:100%; }
.nyqytk_list_title{ font-size:30px; color:#333; text-align:center; line-height:60px; margin-bottom:20px;}
.nyqytk_list .nyqytk_list_con{width:100%;}
.nyqytk_list .nyqytk_list_con li{ float:left; width:23%; margin-right:2.6%; border:1px #ddd solid; box-sizing:border-box; margin-bottom:2%; position:relative; overflow:hidden;transition: all 0.3s ease;}
.nyqytk_list .nyqytk_list_con li:nth-child(4n){ margin-right:0}

.nyqytk_list .nyqytk_list_con li h3{ width:100%; height:200px;}
.nyqytk_list .nyqytk_list_con li h3 a{ display:block; width:100%; height:100%; line-height:0; text-align:center;}
.nyqytk_list .nyqytk_list_con li h3 a img{ max-width:100%; max-height:100%; display:inline-block}
.nyqytk_list .nyqytk_list_con li p{ background:#f2f4f8; height:45px; line-height:45px; color:#333; text-align:center; transition: all 0.3s ease;}
.nyqytk_list .nyqytk_list_con li p a{ font-size:14px; color:#333; line-height:45px; padding:0 10px;}
.nyqytk_list .nyqytk_list_con li .text{ position:absolute; top:calc(60px - 100% ); left:0; width:100%; height:calc(100% - 60px); z-index:999; background:rgba(75,159,48,0.8); overflow:hidden;transition: all 0.3s ease;display: table;}
.nyqytk_list .nyqytk_list_con li .text a{ color:#fff; font-size:14px; padding:0 40px; line-height:30px;display: table-cell; vertical-align: middle;}
.nyqytk_list .nyqytk_list_con li:hover p{ background:#00479d;}
.nyqytk_list .nyqytk_list_con li:hover p a{ color:#fff;}
.nyqytk_list .nyqytk_list_con li:hover .text{ top:0;}

.nyqytk_list .nycase_list_con.on{ display:block;}

.newslist{ width:100%;}
.newslist ul{ position:relative;}
.newslist ul:after{content:" "; background: #eee; position: absolute; top: 0; left: 200px; height: 100%; width: 1px; z-index: 1;}
.newslist ul li{ position:relative; width:100%; height:230px; margin-bottom:20px; box-sizing:border-box;}
.newslist ul li h5{ float:left; width:200px; padding:30px 50px 0 0; margin-right:40px; height:170px; text-align:center; position:relative; z-index:4}
.newslist ul li h5:before{content:" "; position: absolute; top:0;right:50px; width: 0; height: 230px; background:#00479d; transition: all .5s ease;-webkit-transition: all .5s ease; z-index:1;}
.newslist ul li h5:after{content:" "; background: #eee; position: absolute; right: 0; top: 115px; height: 1px; width: 50px; z-index: 5;}
.newslist ul li h5 b{ display:block; font-size:50px; margin-top:60px; color:#00479d; position:relative; z-index:3}
.newslist ul li h5 i{ font-size:16px; line-height:40px; color:#333; font-weight:normal; font-style:normal; position:relative; z-index:3}
.newslist ul li h3{ background:#fafafa; float:left; width:calc(100% - 697px); height:170px; padding:30px 50px; position:relative; z-index:3}
.newslist ul li h3:before{content:" "; position: absolute; border-top: 0 solid transparent; border-bottom: 0 solid transparent; border-left: 0 solid #00479d; left: -120px; top: 50%; margin-top: -15px; z-index: 3;transition: all .5s ease;-webkit-transition: all .5s ease;}
.newslist ul li h3:after{content:" "; background:#fafafa; position: absolute; left: 0; top:0; z-index:1; width:90px; height:230px;transition: all .5s ease;-webkit-transition: all .5s ease;}
.newslist ul li h3 a{ font-size:22px; line-height:50px; color:#333; transition: all .5s ease;-webkit-transition: all .5s ease;position:relative; z-index:3}
.newslist ul li h3 p{ font-size:14px; line-height:30px; font-weight:normal; color:#888;position:relative; z-index:3}
.newslist ul li h4{ background:#fafafa; float:right; width:307px; height:230px; position:relative; z-index:3}
.newslist ul li h4:after{content:" "; position: absolute; top:0; left:307px; width: 0; height: 230px; background:#fafafa; transition: all .5s ease;-webkit-transition: all .5s ease; z-index:1;}
.newslist ul li h4 img{ max-width:100%; max-height:100%; position:relative; z-index:5;}
.newslist ul li.active h5:before{ width:calc(5.8vw + 250px);}
.newslist ul li.active h5 b{ color:#fff;}
.newslist ul li.active h5 i{ color:#fff;}
.newslist ul li.active h5:after{ background:#00479d; z-index:3}
.newslist ul li.active h4:after{ width:calc(5.3vw);}
.newslist ul li.active h3:before{ position: absolute; border-top: 15px solid transparent; border-bottom: 15px solid transparent; border-left: 15px solid #00479d; left: -90px; top: 50%; margin-top: -15px; z-index: 3;}
.newslist ul li.active h3:after{ left:-90px;}
.newslist ul li.active h3 a{ color:#00479d}

.nynewsshow-l{ float:left; width:calc(100% - 450px); background:#fff; padding:60px; box-sizing:border-box;}
.nynewsshow-l h1.title{ font-size:30px; line-height:50px; padding-bottom:10px; border-bottom:1px #eee solid;}
.nynewsshow-l h1.title .info{ font-size:14px; color:#666; line-height:40px; font-weight:normal;}
.nynewsshow-l h1.title .info small{ font-size:14px;}
.textarea{ color:#666; line-height:36px; text-align:justify}

.nynewsshow-xgxw{ padding-top: 30px; margin-top:30px; border-top: 1px #ddd solid;}
.nynewsshow-xgxw ul li{ float:left; width:46%; line-height:50px; position:relative; margin-right:4%; border-bottom:1px #eee solid; transition: all 0.8s ease;}
.nynewsshow-xgxw ul li:after{ content:""; position:absolute; left:0; bottom:0; width:0; height:1px; background:#00479d; transition: all 0.8s ease;}
.nynewsshow-xgxw ul li a{ line-height:50px; font-size:14px; color:#666;transition: all 0.5s ease;}
.nynewsshow-xgxw ul li a span{ float:right; font-size:14px; color:#888;}
.nynewsshow-xgxw ul li:hover:after{ width:100%;}
.nynewsshow-xgxw ul li:hover a{ color:#00479d}

.nynewsshow-r{ float:right; width:400px;}
.nynewspreNext{}
.nynewspreNext ul li{ background:#fff; padding:30px; font-size:18px; box-sizing:border-box; margin-bottom:20px; 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;}

.preNext{ padding:20px 0 0 0; border-top:1px #eee solid;}
.preNext ul li{ line-height:50px; color:#888; font-size:18px}
.preNext ul li a{ color:#333; font-weight:bold}

.share_box{background:#fff; padding:30px; font-size:18px; box-sizing:border-box;}
.share_box_title{ font-size:18px; font-weight:bold; margin-bottom:20px;}

.nycontact{ width:1350px; margin:0 auto;}
.nycontact_nav{ width:800px; margin:0 auto; height:60px;}
.nycontact_nav ul li{ float:left; width:400px; height:60px; text-align:center; line-height:60px; font-size:18px; background:#fff; color:#333; border:1px #ddd solid; box-sizing:border-box; transition: all 0.5s ease;}
.nycontact_nav ul li.active{ background:#00479d; color:#fff; border:1px #00479d solid;}

.nycontactc{ width:1350px; background:#fff; padding:20px; box-sizing:border-box; margin:0 auto; position:relative; height:600px;}
.nycontact-cont{ opacity:0; z-index:1; width:1310px; height:600px; position: absolute; left:20px; top:20px;}
.nycontact-cont.active{ opacity:1; z-index:9;}

.nycontact-message{ float:left; width:760px;}
.nycontact-tel{ float:right; width:400px; padding-left:75px; border-left:1px #ddd solid;height: 560px;}
.nycontact-tel p{ font-size:16px; color:#333; line-height:40px; margin-top:40px;}
.nycontact-tel h3{ margin-bottom:40px; font-size:36px; color:#00479d; line-height:60px;}
.nycontact-tel h4{ font-weight:normal;}
.nycontact-tel h4 a{ width:160px; float:left; margin:0 20px 20px 0; display:block; height:40px; text-align:center; line-height:40px; border:1px #ddd solid; box-sizing:border-box; transition: all 0.5s ease;}
.nycontact-tel h4 a:hover{ background:#00479d; color:#fff; border:1px #00479d solid;}

.servicetext{ font-size:14px; line-height:35px; color:#666; background:#f4f4f4;}
.servicetext .mode{ width:100%; height:120px; padding:40px 0;}
.servicebox{ width:calc( 100% - 200px); margin:0 auto; min-width:1300px; box-sizing:border-box; height:280px; background:url(../images/servicebox.jpg) left top no-repeat;}
.servicebox a{ display:block; width:600px; float:left; height:280px;}


.servicetext .mode dl{width:31.3%;margin:0 1%;float: left; height:120px;padding: 25px; box-sizing:border-box; border-right:1px #ddd solid;}
.servicetext .mode dl:last-child{ border:none;}
.servicetext .mode dd{float: left;margin: 0 15px 0 0;}
.servicetext .mode dt{float: left; }
.servicetext .mode dt h4{font-size: 18px;color: #aaa; font-weight:normal;}
.servicetext .mode dt p{font-size: 18px;padding: 0; color:#333;}



.pro_mes{ padding:30px 0; box-sizing: border-box; background: #fff;}
.khtitle{}
.khtitle h3{ font-size:24px; font-weight:bold; color:#333; margin-bottom:20px;}
.khtitle p{ font-size:18px; color:#333; line-height:35px;}
.khtitle p span{ color:#00479d}

.nymessageimg{ float:right; width:400px; height:637px; background:url(../images/nymessageimg.jpg) center center no-repeat;}
.nypro_mes_r{ width:calc(100% - 450px); float:left;}
.liuyan{ width:100%;}
.liuyan h3{ font-size:20px; color:#333; margin-top:30px;}
.liuyan table{ width:100%;}
.liuyan table td{ font-size:18px; padding:20px 0 0; line-height:40px;}
.liuyan table td span{ color:#e20f1f;padding: 0 7px;}
.form-group p{ line-height:32px; padding-left:10px; position:relative;}
.form-group p:before{ content:""; width:2px; height:10px; left:0; top:10px; background:#00479d; position:absolute;}
.form-control4{ float:left; width:365px; border-radius:3px; background:#f6f7fa; border:1px #e9ecf2 solid; height:40px; line-height:40px; color:#666; margin-right:20px; padding:0 15px; box-sizing:border-box;}
.form-control3{ float:left; width:235px; border-radius:3px; background:#f6f7fa; border:1px #e9ecf2 solid; height:40px; line-height:40px; color:#666; margin-right:20px; padding:0 15px; box-sizing:border-box;}
.form-control-c3{ width:750px; height:130px; background:#f6f7fa; border:1px #e9ecf2 solid; padding:5px 15px; box-sizing:border-box;}
.form-control-c4{ width:750px; height:80px; background:#f6f7fa; border:1px #e9ecf2 solid; padding:5px 15px; box-sizing:border-box;}

.formtext{ width:280px; height:40px; box-sizing:border-box; border:1px #aaa solid; line-height:40px; font-size:14px; color:#333; padding-left:10px;} 
.formtext1{ width:98%; box-sizing:border-box; height:40px; border:1px #aaa solid; line-height:40px; font-size:14px; color:#333; padding-left:10px;} 
.formtext2{ width:97.5%; height:130px; border:1px #aaa solid; line-height:30px; font-size:14px; color:#333; padding:10px;}
.bitian{ background:url(../images/bitian.png) right center no-repeat;}
.fstext{ font-size:16px; color:#666; margin-left:20px; line-height:40px;}

.icon-name-yzm{ float:left; width:120px; margin-top:0;}
.icon-name-yzm-img{ float:left; margin-top:14px; margin-left:0; margin-right:24px;}


.nynewsnav{ width:100%; height:60px; border-bottom:1px #ddd solid; position:relative; z-index:9;}
.loc{ line-height:60px; color:#666; padding-left:60px; background:url(../images/loc.jpg) left center no-repeat; font-size:12px; height:60px;}
.loc ul li{ width:130px; float:left; position:relative; text-align:center; overflow:hidden;}
.loc ul li:before{content:" "; background:#00479d; z-index:1; position:absolute; left:0; top:0; width:0; height:60px; transition: all 0.3s ease;}
.loc ul li:after{content:" "; background:#ddd; z-index:1; position:absolute; right:0; top:20px; width:1px; height:20px;}
.loc ul li>a{ line-height:60px; color:#666; font-size:16px; display:block; width:130px; position:relative; z-index:999}
.loc ul li>a:hover{ color:#fff}
.loc ul li dl{ opacity:0; position:absolute; background:#fff; transition: all 0.5s ease; border:1px #eee solid; border-bottom:none;}
.loc ul li dl dd{ border-bottom:1px #eee solid; position:relative;}
.loc ul li dl dd:after{content:" "; background:#00479d; z-index:1; position:absolute; left:0; top:0; width:0; height:50px; transition: all 0.5s ease;}
.loc ul li dl dd a{ display:block; width:130px; line-height:50px; font-size:16px; position:relative; z-index:9; transition: all 0.5s ease;}
.loc ul li:hover{ overflow: inherit}
.loc ul li:hover:before{ width:130px;}
.loc ul li:hover dl{ opacity:1; display:block;}
.loc ul li dl dd:hover a{ color:#fff;}
.loc ul li dl dd:hover:after{ width:130px;}

.nyshzr{ width:100%; height:650px; background:url(../images/nyshzrbg.jpg) center center no-repeat;}
.nyshzr_text{ float:right; width:50%; text-align:right;margin-top: 90px; margin-bottom:30px;}
.nyshzr_text h3{ font-size:30px; color:#333; line-height:50px;}
.nyshzr_text p{ font-size:16px; color:#666;}
.nyshzr_box{ float:right; width:690px;}
.nyshzr_box .nyshzr_box1{ width:431px; height:330px; float:left; box-sizing:border-box; padding:50px;}
.nyshzr_box .nyshzr_box1 h3{ font-size:24px; color:#fff;}
.nyshzr_box .nyshzr_box1 p{ font-size:14px; color:#fff;}
.nyshzr_box .nyshzr_box2{ width:245px; float:right;}
.nyshzr_box .nyshzr_box2 ul li{ width:245px; height:160px; margin-bottom: 10px; text-align:center;display: table;}
.nyshzr_box .nyshzr_box2 ul li a{display: table-cell; vertical-align: middle;}
.nyshzr_box .nyshzr_box2 ul li h3{ font-size:24px; color:#fff;}
.nyshzr_box .nyshzr_box2 ul li p{ font-size:14px; color:#fff;}
.nyshzr_box .nyshzr_box2 ul li.nyshzr_box3 h3{ font-size:24px; color:#333;}
.nyshzr_box .nyshzr_box2 ul li.nyshzr_box3 p{ font-size:14px; color:#666;}