@charset "utf-8";
/* CSS Document */

/*全局 begin*/
* {margin:0px; padding:0px; list-style: none;}
body{margin:0;padding:0; font-size:12px; font-family:"微软雅黑"; background:#fff;}
html {overflow-x: hidden; }
div,form,input,select,p,h1,h2,h3,h4,h5,h6,ul,ol,li,table,th,td,dl,dt,dd,img,form,a{margin:0;padding:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;}
h1,h2,h3,h4,h5,h6{font-weight:bold;}
ul,ol,li{list-style:none;}
img{border:none;}
a{text-decoration:none;color:#323233;}
a:hover{text-decoration:none; color:#152479;}
.clear{clear:both;}
.clearfix:after{
     content:".";       
     display:block;       
     height:0;       
     clear:both;       
     visibility:hidden;       

}
.clearfix{*zoom:1}
em{font-style:normal;}
.fl{ float:left;}
.fr{ float:right;}
.pb50{padding-bottom:50px;}
.pb45{padding-bottom:45px;}
.pb15{padding-bottom:15px;}
.bgfafafa{ background:#fafafa;}
.h40{ height:40px;}
.h10{ height:10px;}
.m45{ margin-top:45px !important;}

/*全局 end*/
.center{ width:1200px; height:auto; margin:0 auto;}

/*头部*/
.header{ width:100%; height:100px; background:url(../images/topbg_01.png) top center no-repeat; position:fixed; top:0px; left:0px; z-index:9999; min-width:1200px;}
.logo{ width:374px; height:91px; float:left;}
.logo a{ display:block;}
.logo img{ width:374px; height:59px; margin-top:16px;}
.nav{ /*width:752px;*/ width:auto; height:91px; float:right;}
.nav ul{ }
.nav ul li{ width:94px; height:91px; float:left; text-align:center; line-height:91px; font-size:14px; font-weight:bold;}
.nav ul li a{ color:#545454; transition:all .2s linear; display:block; }
.nav ul li a:hover{ background:#152479; color:#fff;}
.nav ul li a.on{ background:#152479; color:#fff;}

/*banner*/
.flexslider {position: relative;width: 100%;height: 450px;overflow: hidden; z-index:999; min-width:1200px; margin-top:91px; *float:left;}
.flexslider .slides li {width: 100%;height: 100%; min-width:1100px;}
.flex-direction-nav a {width:18px;height: 32px;line-height: 99em;overflow: hidden;display: block;position: absolute;top:45%;z-index: 10;cursor: pointer;opacity: 0;filter: alpha(opacity=0);-webkit-transition: all .3s ease;}
.flex-direction-nav .flex-next {background:url(../images/right.png) left center no-repeat; right: 3%;}
.flex-direction-nav .flex-prev {background:url(../images/left.png) left center no-repeat; left:3%;}
.flexslider:hover .flex-next {opacity: 0.8;filter: alpha(opacity=25);}
.flexslider:hover .flex-prev {opacity: 0.8;filter: alpha(opacity=25);}
.flexslider:hover .flex-next:hover,.flexslider:hover .flex-prev:hover {opacity: 1;filter: alpha(opacity=50);}
.flex-control-nav {width: 100%;position: absolute;bottom:30px;text-align: center;}
.flex-control-nav li {margin: 0 5px;display: inline-block;zoom: 1;*display: inline;}
.flex-control-paging li a {background:#fff;display: block;height:5px;overflow: hidden;text-indent: -99em;width:30px;cursor: pointer;}
.flex-control-paging li a.flex-active,.flex-control-paging li.active a {background:#152479;}
.flexslider .slides a img {width: 100%;height: 450px;display: block; min-width:1200px;}

/*首页_关于我们*/
.miana{ width:100%; height:auto; min-width:1200px;}
.biaoti{ text-align:center; padding-top:45px;}
.biaoti1{ width:305px; height:41px; background:url(../images/tbleft_03.png) left center no-repeat; display:inline-block; margin-right:15px; *zoom:1;*display: inline;}
.biaoti2{ height:41px; display:inline-block; position:relative; top:-4px; *zoom:1;*display: inline;}
.biaoti2 h1{ color:#152479; font-size:18px; font-weight:normal;}
.biaoti2 p{ font-size:12px; color:#282828;}
.biaoti3{ width:305px; height:41px; background:url(../images/tbright_03.png) left center no-repeat; display:inline-block; margin-left:15px; *zoom:1;*display: inline;}
.miana1{ width:1200px; height:301px; margin-top:15px;}
.miana1fl{ width:384px; height:301px; float:left; background:url(../images/aboutbg_03.jpg) no-repeat;}
.miana1fl img{ width:348px; height:234px; margin-top:36px; margin-left:19px;}
.miana1fr{ width:780px; height:301px; float:right;}
.miana1fr p{ font-size:14px; color:#323233; line-height:33px; text-indent:2em;}
.miana1fr a.abmore{ width:123px; height:35px; background:#fff; border:#d1d1d1 2px solid; float:right; text-align:center; line-height:35px; font-size:14px; transition:all .2s linear; display:block; margin-top:10px;}
.miana1fr a.abmore:hover{ background:#283aa2; border:#f1f2f7 2px solid; color:#fff;}
.miana2{ width:1200px; height:auto; overflow:hidden; margin-top:18px;}
.miana2 ul{ width:1280px;}
.miana2 ul li{ float:left; margin-right:30px;}
.miana2 ul li img{ width:71px; height:71px; float:left; -webkit-transition: -webkit-transform 0.4s ease-out; -moz-transition: -moz-transform 0.4s ease-out; transition: transform 0.4s ease-out; }
.miana2 ul li .gh{ float:left; margin-left:15px; width:135px;}
.miana2 ul li .gh h1{ font-size:16px; color:#383838; font-weight:normal; margin-top:17px;}
.miana2 ul li .gh p{ font-size:12px; color:#878787; margin-top:3px;}
.miana2 ul li a:hover img{-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
.miana2 ul li a:hover .gh h1{ color:#152479;}
.miana2 ul li a:hover .gh p{ color:#999999;}
/*首页_服务案例*/
.mianb{ width:1200px; height:auto; overflow:hidden; margin-top:2px;}
.mianb ul{ width:1240px;}
.mianb ul li{ width:380px; height:250px; float:left; position:relative; overflow:hidden; margin-right:30px; margin-top:20px;}
.mianb ul li img{ width:380px; height:250px;}
.mianb ul li p{ width:380px; height:35px; line-height:35px; background:url(../images/touming_14.png) no-repeat; text-align:center; position:absolute; bottom:0px; left:0px; color:#ffffff; font-size:16px;}
.mianb ul li a:hover img{transform: scale(1.10);transition: all 1s ease-out;-webkit-transition: all 1s ease-out;-o-transition: all 1s ease-out; -moz-transition: all 1s ease-out;-ms-transition: all 1s ease-out; filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;}
.mianb ul li a:hover p{}

/*首页_服务项目*/
.friend{height:200px;margin:0 auto;width:1305px; margin-top:30px;}
.mr_frbox{height:200px;}
.mr_frBtnL{cursor:pointer;display:inline;float:left;height:34px;margin:83px 0px 0 0;width:23px;}
.mr_frUl{float:left;height:200px;width:1200px;margin-left:30px;}
.mr_frBtnR{float:right;margin-top:83px;cursor:pointer;width:23px;height:34px;}
.mr_frUl ul li{display:inline;float:left;height:200px;width:295px;position:relative; margin-right:8px; overflow:hidden;}
.mr_frUl ul li img{height:200px;width:295px; -webkit-transition: -webkit-transform 0.4s ease-out; -moz-transition: -moz-transform 0.4s ease-out; transition: transform 0.4s ease-out; }
.mr_zhe{width:295px; height:200px;position:absolute;top:0; background:url(../images/zz_03.png) no-repeat;left:0;right:0;}
.mr_zhe_p{ margin-top:77px;}
.mr_zhe_p h3{text-align:center;font-size:18px;font-weight:normal;color:#fff;}
.mr_zhe_p p{font-size:14px; color:#ffffff; text-align:center;}
.mr_zhe:hover{ background:none; box-shadow:20px 0px 40px 10px #b9d5f1  inset;/zz/}
.mr_frUl ul li a:hover img{transform: scale(1.10);transition: all 1s ease-out;-webkit-transition: all 1s ease-out;-o-transition: all 1s ease-out; -moz-transition: all 1s ease-out;-ms-transition: all 1s ease-out; filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;}

/*首页_新闻中心*/
.inew{ width:1200px; height:auto; overflow:hidden; margin-top:35px;}
.inew ul{ width:1230px;}
.inew ul li{ width:588px; height:117px; border-bottom:#dddddd 1px dashed; float:left; margin-right:24px;}
.inew ul li .inewfl{ float:left; width:156px; height:107px; overflow:hidden;}
.inew ul li .inewfl img{width:156px; height:107px; -webkit-transition: -webkit-transform 0.4s ease-out; -moz-transition: -moz-transform 0.4s ease-out; transition: transform 0.4s ease-out; }
.inew ul li .inewfr{ float:right; width:419px; height:107px;}
.inew ul li .inewfr h1{width:419px; height:35px; line-height:35px; font-weight:normal;}
.inew ul li .inewfr em{ font-size:14px; color:#323233; float:left;}
.inew ul li .inewfr span{ float:right; color:#6c6c6c;}
.inew ul li .inewfr p{ clear:both; font-size:12px; line-height:20px; color:#9a9898; margin-top:5px;}
.inew ul li a{ display:block;}
.inew ul li a:hover .inewfl img{transform: scale(1.10);transition: all 1s ease-out;-webkit-transition: all 1s ease-out;-o-transition: all 1s ease-out; -moz-transition: all 1s ease-out;-ms-transition: all 1s ease-out; }
.inew ul li a:hover .inewfr em{ color:#152479;}
.inew ul li a:hover .inewfr span{ color:#888888;}
.inew ul li a:hover .inewfr p{ color:#666666;}

.inew1{ width:1200px; height:auto; overflow:hidden;}
.inew1 ul{ width:1230px;}
.inew1 ul li{ width:588px; height:34px; line-height:34px; border-bottom:#dddddd 1px dashed; float:left; margin-right:24px;}
.inew1 ul li em{ float:left; font-size:14px;}
.inew1 ul li span{ color:#6b6b6c; font-size:14px; float:right;}
.inew1 ul li a{width:588px; height:34px; display:block;}
.inew1 ul li a:hover span{ color:#999999;}

/*尾部*/
.footer{ width:100%; height:auto;}
.footer1{ width:100%; height:235px; background:#f5f5f5;}
.footera1{ float:left; width:150px; padding-top:33px;}
.footera1 h1{font-size:14px; color:#535353; font-weight:bold; margin-bottom:10px;}
.footera1 p{ font-size:14px; line-height:30px; color:#757474;}
.footera1 p a{ color:#757474;}
.footera1 p a:hover{ color:#152479;}

.footerab{ width:240px; height:auto; float:left; padding-top:33px;}
.footerab h1{font-size:14px; color:#535353; font-weight:bold; margin-bottom:10px;}
.footerab p{ font-size:14px; line-height:30px; color:#757474;}
.footerab p a{ color:#757474;}
.footerab p a:hover{ color:#152479;}

.footeraa{float:right;  padding-top:33px;}
.footeraa h1{font-size:14px; color:#535353; font-weight:bold; margin-bottom:10px;}
.footeraa img{ width:133px; height:133px; margin-top:10px;}

.footer2{ width:100%; height:38px; background:#152479; line-height:38px; font-size:14px; color:#ffffff;}
.footer2 a{ font-size:14px; color:#ffffff;}
.footer2 a:hover{ text-decoration:underline;}
.footer2fl{ float:left;}
.footer2fl img{ margin-left:10px;}
.footer2fr{ float:right;}
.footer2fr img{ width:23px; height:23px; float:left; margin-left:10px; margin-top:8px;}
.footer2fr a.fweixin{ position:relative;}
.footer2fr a.fweixin .xixi{display:none; width:120px; height:128px; background:url(../images/sprite3bg.png) no-repeat;}
.footer2fr a.fweixin .xixi img{width:110px; height:110px; margin:5px 5px;}
.footer2fr a.fweixin:hover .xixi{position:absolute;display:block;right:-45px; bottom:-5px;z-index:9999}

/*关于我们*/
.nybanner{ width:100%; height:300px; position:relative; margin-top:91px; *float:left; z-index:999;}
.mian{ width:100%; height:auto; min-width:1200px;}
.left{ width:255px; height:auto; float:left;}
.fenlei{ width:255px; height:auto; background:#fbfbfb;}
.fenleitit{ width:255px; height:99px; border-bottom:#d0d0d0 1px solid; text-align:center;}
.fenleitit h1{ font-size:30px; color:#152479; font-weight:normal; padding-top:25px;}
.fenleitit p{ font-size:14px; color:#979797; margin-top:3px;}
.fenleia{ width:255px; height:auto; padding-bottom:11px;}
.fenleia ul{ width:255px;}
.fenleia ul li{ width:255px; height:49px; line-height:49px; border-bottom:#efeeee 1px dashed; text-align:center; font-size:16px;}
.fenleia ul li a{ color:#606060;transition:all .2s linear; display:block;}
.fenleia ul li a:hover{ background:url(../images/flhover_03.jpg) no-repeat; color:#ffffff;}
.fenleia ul li a.hover{ background:url(../images/flhover_03.jpg) no-repeat; color:#ffffff;}
.lefw{width:255px; height:auto; background:#fbfbfb; margin-top:25px;  padding-bottom:17px;}
.lefwti{text-align:center; padding-top:25px;}
.lefwti1{ display:inline-block; color:#152479; font-size:20px; *zoom:1; *display: inline;}
.lefwti2{ display:inline-block; font-size:20px; color:#152479; font-weight:normal; margin-left:20px; margin-right:20px; *zoom:1; *display: inline;}
.lefwa{ width:215px; height:auto; margin:0 auto; margin-top:11px;}
.lefwa ul{ width:215px;}
.lefwa ul li{ width:92px; height:83px; border-bottom:#f4f3f3 1px solid; float:left; text-align:center; margin-top:10px;}
.lefwa ul li:nth-child(7n){ border-bottom:none !important; height:85px;}
.lefwa ul li:nth-child(9n){ border-bottom:none !important; height:85px;}
.lefwa ul li i{ width:35px; height:35px;background:url(../images/fw.png) no-repeat; display:inline-block; margin-top:13px; -webkit-transition: -webkit-transform 0.4s ease-out; -moz-transition: -moz-transform 0.4s ease-out; transition: transform 0.4s ease-out; }
.lefwa ul li i.i1{background-position:0px 0px;}
.lefwa ul li i.i2{background-position:0px -35px;}
.lefwa ul li i.i3{background-position:0px -70px;}
.lefwa ul li i.i4{background-position:0px -105px;}
.lefwa ul li i.i5{background-position:0px -140px;}
.lefwa ul li i.i6{background-position:0px -175px;}
.lefwa ul li p{ color:#b8b8b8; font-size:14px; margin-top:2px}
.border{ width:1px; height:77px; background:#f4f3f3; margin-left:15px; margin-right:15px; float:left; margin-top:10px;}
.lefwa ul li a{ display:block;}
.lefwa ul li a:hover p{ color:#142381;}
.lefwa ul li a:hover i{width:35px; height:35px;background:url(../images/fwhover.png) no-repeat; display:inline-block;-webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); transform: rotate(360deg);}
.lefwa ul li a:hover i.i1{background-position:0px 0px;}
.lefwa ul li a:hover i.i2{background-position:0px -35px;}
.lefwa ul li a:hover i.i3{background-position:0px -70px;}
.lefwa ul li a:hover i.i4{background-position:0px -105px;}
.lefwa ul li a:hover i.i5{background-position:0px -140px;}
.lefwa ul li a:hover i.i6{background-position:0px -175px;}
.right{ float:right; width:893px; height:auto;}
.righttit{ height:40px; line-height:40px; border-bottom:#e9e9e9 1px solid;}
.righttit h1{ float:left; font-size:20px; color:#152479; font-weight:normal;}
.righttit span{ float:right; font-size:14px; color:#888888;}
.righttit span a{ color:#000000;}
.righttit span a:hover{ color:#152479;}
.neirong{ margin-top:40px; font-size:14px; color:#606060; line-height:35px;}
.neirong h1{ margin-bottom:15px; font-size:20px; color:#000000; text-align:center;}
.neirong img{ margin-bottom:15px; margin-top:10px; max-width:893px;}
.neirong strong{ font-size:16px; color:#070707;}

/*加入我们*/
.join{ width:893px; height:auto; margin-top:5px;}
.join ul{ width:893px;}
.join ul li{ width:893px; height:66px; line-height:66px; background:#eeeeee; margin-top:23px;}
.join ul li .join1{ float:left; font-size:14px; color:#737374;}
.join ul li .join1 h1{ float:left;}
.join ul li .join1 span{ float:left;}
.w185{ width:185px; margin-left:44px;}
.w173{ width:173px;}
.w195{ width:195px;}
.join ul li a{ float:right; width:123px; height:66px; background:#959595; text-align:center; color:#fff; font-size:14px; transition:all .2s linear; display:block;}
.join ul li a:hover{ background:#152479;}

/*加入我们详细页*/
.joinsa{ width:813px; background:#f2f2f2; padding:15px 40px;}
.joinsa1{ width:813px;}
.joinsa1 ul{ width:813px;}
.joinsa1 ul li{ float:left;}
.joinsa1 ul li h1{ font-size:14px; color:#999999; float:left; font-weight:normal; margin-bottom:0px;}
.joinsa1 ul li span{ float:left; color:#000000;}
.w300{ width:300px;}
.w210{ width:210px;}
.joinsb{ width:893px; height:auto; margin-top:25px;}
.joinsb h1{ font-size:14px; color:#152479; text-align:left; margin-bottom:0px;}

/*最新动态*/
.new{ width:893px; height:auto;}
.new ul{ width:893px;}
.new ul li{ width:893px; height:145px; padding:20px 0px; border-bottom:#e4e4e4 1px solid; float:left;}
.new ul li .newfl{ float:left; width:265px; height:145px; overflow:hidden;}
.new ul li .newfl img{width:265px; height:145px; -webkit-transition: -webkit-transform 0.4s ease-out; -moz-transition: -moz-transform 0.4s ease-out; transition: transform 0.4s ease-out; }
.new ul li .newfr{ float:right; width:600px; height:145px; padding:0px 14px; transition:all .2s linear; display:block;}
.new ul li .newfr h1{width:583px; height:35px; line-height:35px; font-weight:normal; margin-left:16px; margin-top:10px;}
.new ul li .newfr em{ font-size:16px; color:#000000; float:left;}
.new ul li .newfr span{ float:right; color:#969696;}
.new ul li .newfr p{width:583px; clear:both; font-size:12px; line-height:27px; color:#7d7b7b; margin-top:5px; margin-left:16px; text-indent:2em;}
.new ul li a{ transition:all .2s linear; display:block;}
.new ul li a:hover .newfl img{transform: scale(1.10);transition: all 1s ease-out;-webkit-transition: all 1s ease-out;-o-transition: all 1s ease-out; -moz-transition: all 1s ease-out;-ms-transition: all 1s ease-out; }
.new ul li a:hover .newfr{ background:#152479;}
.new ul li a:hover .newfr em{ color:#ffffff;}
.new ul li a:hover .newfr span{ color:#7783c2;}
.new ul li a:hover .newfr p{ color:#7883c3;}

/*最新动态详细页*/
.ly{ width:893px; height:25px; border-bottom:#ccc8c8 1px dashed; text-align:center; line-height:0px; margin-top:10px; float:left; font-size:14px;}
.nrshow{ margin-top:17px; float:left;}
.fx{ width:893px; height:53px; border-bottom:#dddddd 1px solid;  margin-top:50px;}
.jiathis_style_24x24{ float:right;}
.jiathis_style_24x24 .jiathis_txt{ font-size:12px !important; color:#888888;}

.fy{ margin-top:10px;}
.fyfl{ float:left; width:760px; color:#000000 !important;}
.fyfl p{ line-height:0px; font-size:14px; }
.fyfl a{ color:#000000 !important;}
.fyfl a:hover{ color:#152479 !important;}
.fyfl h1{ text-align:left; font-size:14px; color:#888888; font-weight:normal; float:inherit; margin-bottom:0px;}
.fyfr{ float:right; width:104px; height:40px;}
.fyfr a{ width:102px; height:38px; border:#dddddd 1px solid; display:block; background:#fff; color:#152479; text-align:center; line-height:38px; margin-top:12px; transition:all .2s linear;}
.fyfr a:hover{ background:#152479; color:#fff;}


/*项目展示*/
.product{ width:893px; height:auto; overflow:hidden; margin-top:8px;}
.product ul{ width:920px;}
.product ul li{ width:285px; height:195px; float:left; position:relative; overflow:hidden; margin-right:20px; margin-top:20px;}
.product ul li img{ width:285px; height:195px;}
.product ul li p{ width:285px; height:30px; line-height:30px; background:url(../images/touming_14.png) no-repeat; text-align:center; position:absolute; bottom:0px; left:0px; color:#ffffff; font-size:14px;}
.product ul li a:hover img{transform: scale(1.10);transition: all 1s ease-out;-webkit-transition: all 1s ease-out;-o-transition: all 1s ease-out; -moz-transition: all 1s ease-out;-ms-transition: all 1s ease-out; filter:alpha(opacity=70); -moz-opacity:0.7; opacity:0.7;}
.product ul li a:hover p{}

/*项目展示详细页*/
.tpqh{ width:893px; height:480px; float:left; margin-top:30px;}
.demo {width: 850px;height: 480px;font-size: 14px;position:relative; margin:0 auto; }
.demo a.control {position:absolute;display: block;top:218px;width:43px;height: 43px;cursor: pointer;z-index: 2;background: url(../images/buttons.png) no-repeat}
.demo a.prev {left: 0;background-position: 0 0}
.demo a.next {right: 0;background-position: -44px 0}
.demo a.prev:hover {background-position: 0 -44px}
.demo a.next:hover {background-position: -44px -44px}

.slider {display: none; width:705px; height:480px; margin:0 auto;}
.slider img{ margin-bottom:0px; width:705px; height:480px; margin-top:0px;}

.tpqhah{ width:893px; height:auto; text-align:center; margin-top:25px;}
.tpqhah img{ width:auto; max-width:893px; margin:8px auto; text-align:center;}

/*联系我们*/
.contact{ width:893px; height:auto; margin-top:30px;}
.ditu{ width:893px; height:375px;}
.contacta{ width:893px;}
.contacta ul{ width:893px;}
.contacta ul li{ float:left; margin-top:35px;}
.contacta ul li p{ font-size:14px; color:#4c4c4c;}
.contacta ul li h1{ font-size:20px; color:#152479; font-weight:bold;}
.contacta ul li h1 a{color:#152479;}
.contacta ul li.ca1{ width:199px; margin-left:8px; background:url(../images/cs_09.jpg) right center no-repeat;}
.contacta ul li.ca2{ width:203px; margin-left:54px; background:url(../images/cs_09.jpg) right center no-repeat;}
.contacta ul li.ca3{ width:371px; margin-left:58px;}
.contacta ul li.ca4{ width:104px; margin-left:58px; background:url(../images/cs_09.jpg) right center no-repeat;}
.contacta ul li.ca5{ width:212px; margin-left:55px;}

/*在线留言*/
.online{ width:893px; height:auto;}
.onlinea{ border-bottom:#ccc8c8 1px dashed; font-size:14px; color:#737374; line-height:32px; padding:24px 0px;}
.onlinea strong{ color:#152479;}
.onlinea strong a{color:#152479;}
.onlineb{width:893px; height:auto; margin-top:10px; float:left;}
.onlineb1{width:893px; height:auto; margin-top:13px;}
.onlineb1 span{ font-size:14px; color:#626263; float:left; line-height:38px; width:80px;}
.onlineb1 .input{ width:384px; height:36px; border:#e8e8e8 1px solid; float:left;  font-size:14px; color:#bababb; outline:none; text-indent:20px;}
.onlineb1 .input1{ width:237px; height:36px; border:#e8e8e8 1px solid; float:left;  font-size:14px; color:#bababb; outline:none; text-indent:20px;}
.onlineb1 .textarea{width:787px; height:132px; border:#e8e8e8 1px solid; float:left;  font-size:14px; color:#bababb; outline:none; text-indent:20px; line-height:30px;}
.onlineb1 i{ font-size:14px; color:#f30100; line-height:38px; float:left; margin-left:10px; font-style:normal;}
.onlineb1 img.yzm{ float:left; width:131px; height:38px; margin-left:16px;}
.online .button{ width:183px; height:51px; text-align:center; line-height:51px; color:#fff; font-size:16px; font-weight:bold; background:#152479; border-radius:5px; border:none; outline:none; margin-left:80px; margin-top:22px; cursor:pointer; transition:all .2s linear; display:block;}
.online .button:hover{ background:#06166d;}

/*分页*/
.page_list{height:32px;line-height:32px;text-align:center;letter-spacing:0;font-size:14px;margin-top:30px;}
.page_list a{ height:32px;display:inline-block;color:#666666;background:#f2f2f2; text-align:center;padding:0 12px;margin:0 3px;-moz-transition:0.5s;-o-transition:0.5s;-webkit-transition:0.5s;transition:0.5s;}
.page_list a:hover{color:#fff;background:#152479;}
.page_list a.on{color:#fff;background:#152479;}

.nrshowar{ width:850px; height:auto; margin:0 auto; margin-top:15px;}
.nrshowar strong{ color:#000000; font-weight:normal; font-size:14px;}