/* CSS Document */
body{}
.wm{margin:0 auto;width:1200px;}

.head{width:100%;min-width:1200px;overflow:hidden;background:#2758a7;height:38px;line-height:38px;color:#fff;}
.head img{ vertical-align:middle; padding:0 5px;}
.head a{color:#fff;}
.head a:hover{text-decoration:underline;color:#fff;}
#top{height:122px;}
#top .logo{margin-top:8px;}
#top .menu ul li{float:left;height:122px;line-height:122px;}
#top .menu ul li a:link,#top .menu ul li a:visited{padding:0 15px;font-size:16px;}
#top .menu ul li a:hover{padding:0 15px;font-size:16px;}

/*首页焦点图*/
.search{ position:absolute; z-index:99999;bottom:22px;padding-left:610px;}
.searchsrk{width:480px;height:48px;line-height:48px;padding-left:22px;background:#fff;border:0px;border-top-left-radius: 50px; border-bottom-left-radius: 50px; font-size:16px;color:#3d3d3d;}
.searchsrk2{background:#e06c0f;text-align:center;width:96px;height:48px;line-height:48px;border:0px;border-top-right-radius: 50px; border-bottom-right-radius: 50px;font-size:16px;color:#fff; }

.fullSlide{width:100%; position:relative;height:621px;min-width:1200px;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide .bd ul{width:100% !important;}
.fullSlide .bd li{width:100% !important;height:621px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:621px;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom: 30px;left:0;height:11px;line-height:11px;}
.fullSlide .hd ul{text-align:center; margin:0 auto;}
.fullSlide .hd ul li{cursor:pointer;display:inline-block;*display:inline;zoom:1;width:14px;height:14px;margin:0 6px;overflow:hidden;background:url(../images/icon-circle.png) right no-repeat;filter:alpha(opacity=90);opacity:0.9;line-height:999px;z-index:998;}
.fullSlide .hd ul .on{background:url(../images/icon-circle.png) left no-repeat;}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:45%;margin-top:-30px;left:5%;z-index:1;	width:40px;height:60px;background:url(../images/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:5%;background-position:-6px -137px;}


.con_01{width:100%;min-width:1200px;overflow:hidden;background:url(../images/index_02.jpg) no-repeat top center;height:742px;}
.con_01 .title{text-align:center;padding-top:105px;color:#000;}
.con_01 .title h1{font-size:44px;font-weight:bold;}
.con_01 .title h1 span{color:#2758a7;}
.con_01 .title h2{font-size:16px;color:#595959;padding:15px 0;}
.con_01 .more{margin:58px auto 0;width:292px;}
.con_01 .box{margin-top:30px;}
.sy_pro{width:230px;height:286px;background:#ffffff;text-align:center;margin:0 6px;padding:14px 24px;border:3px solid #2858aa;}
.sy_pro .sy_pro_img{width:230px;height:110px;background:#fff;overflow:hidden;position: relative;}
.sy_pro .sy_pro_img img{position: absolute;top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transition: .5s ease-in-out;
    text-align: center;
    vertical-align: middle;}
.sy_pro h1{font-size:18px;color:#2558a7;padding-top:10px;padding-bottom:12px;}
.sy_pro:hover h1{color:#fff;}
.sy_pro h2{font-size:14px;color:#414141;line-height:24px;text-align:left;padding:10px 0;}
.sy_pro:hover h2{color:#fff;}
.sy_pro .sy_pro_more{width:128px;height:30px;line-height:30px;text-align:center;border:1px solid #111111;margin:0 auto;}
.sy_pro:hover .sy_pro_more{color:#fff;border:1px solid #fff;}
/* Sweep To Bottom */
.hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2558a7;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-bottom:hover, .hvr-sweep-to-bottom:focus, .hvr-sweep-to-bottom:active {
  color: white;
}
.hvr-sweep-to-bottom:hover:before, .hvr-sweep-to-bottom:focus:before, .hvr-sweep-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
	width:292px;height:46px;line-height:46px;text-align:center;color:#fff;font-size:20px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #2098d1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background:#2558a7;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}
.hvr-shutter-in-horizontal:hover:before, .hvr-shutter-in-horizontal:focus:before, .hvr-shutter-in-horizontal:active:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.con_02{width:100%;min-width:1200px;overflow:hidden;background:url(../images/index_04.jpg) no-repeat top center #f3f7fc;}
.con_02 .about{padding-top:95px;height:258px;color:#fff;}
.con_02 .about_l{width:656px;}
.con_02 .about_l h1{font-size:36px;font-weight:bold;}
.con_02 .about_l .txt{line-height:30px;font-size:16px;margin-top:20px;}
.con_02 .about_l .more{font-size:18px;text-decoration:underline;font-weight:bold;margin-top:15px;color:#fff;}
.con_02 .about_l a,.con_02 .about_l a:hover{color:#fff;}
.con_02 .about_r{width:426px;}
.con_02 .about_r .tel{height:88px;background:url(../images/index_05.png) no-repeat;padding-left:147px;width:278px;}
.con_02 .about_r .tel h1{font-size:16px;padding-top:15px;}
.con_02 .about_r .tel h2{font-size:30px;font-weight:bold;}
.con_02 .about_r ul{margin-top:16px;}
.con_02 .about_r ul li{float:left;border:1px solid #768fa4;margin:7px 7px;height:30px;line-height:30px;padding:0 25px;}
.con_02 .qyzs ul li{float:left;overflow:hidden;width:399px;height:234px;}
.con_02 .qyzs ul li img{width:399px;height:234px;transition:all 1s;}
.con_02 .qyzs ul li img:hover{ transform-origin:center center; transform:scale(1.2,1.2)}


.con_03{width:100%;min-width:1200px;overflow:hidden;background:#f3f7fc;padding:60px 0;}
.con_03 .title{text-align:center;color:#000;}
.con_03 .title h1{font-size:44px;font-weight:bold;}
.con_03 .title h1 span{color:#2758a7;}
.con_03 .title h2{font-size:16px;color:#595959;padding:15px 0;}
.con_03 .news{margin-top:52px;}
.con_03 .news .news_l{width:493px;}
.con_03 .news .news_l .lm_t{width:493px;height:319px;overflow:hidden;}
.con_03 .news .news_l .lm_t img{width:493px;height:319px; transition:all 1s;}
.con_03 .news .news_l .lm_t img:hover{ transform-origin:center center; transform:scale(1.1,1.1)}
.con_03 .news .news_l .box{height:135px;background:#fff;padding:35px 35px 0;}
.con_03 .news .news_l .box a{font-size:24px;}
.con_03 .news .news_l .box p{color:#4f4f4f;font-size:16px;padding-top:10px;line-height:26px;}
.con_03 .news .news_r{width:665px;}
.con_03 .news .news_r ul li{border:1px solid #dedede;padding:25px 18px 25px 0;height:100px;margin-bottom:20px;}
.con_03 .news .news_r ul li:hover{background:#fff;}
.con_03 .news .news_r .time{width:126px;text-align:center;font-family:Arial;}
.con_03 .news .news_r ul li:hover .time h1{color:#2758a7;}
.con_03 .news .news_r .time h1{font-size:56px;}
.con_03 .news .news_r .time h2{font-size:22px;}
.con_03 .news .news_r .txt{width:450px;}
.con_03 .news .news_r .txt a{font-size:24px;color:#000}
.con_03 .news .news_r .txt a:hover{color:#2758a7}
.con_03 .news .news_r .txt p{font-size:16px;color:#4f4f4f;padding-top:12px;line-height:24px;}
.con_03 .news .news_r ul li:hover .gd{background:#2d8aca;color:#fff;}
.con_03 .news .news_r .gd{cursor:pointer; width:36px; height:36px;line-height:36px;background-repeat:no-repeat; background-color:#fff; border-radius:50%; -webkit-border-radius:50%;border:1px solid #ddd;text-align:center;margin-top:40px;}
.con_03 .more{margin:58px auto 0;width:292px;}

.con_04{width:100%;min-width:1200px;overflow:hidden;background:url(../images/index_07.jpg) no-repeat top center;height:433px;}
.con_04 .pzbz{padding-left:743px;padding-top:95px;color:#fff;padding-right:20px;}
.con_04 .pzbz h1{font-size:44px;font-weight:bold;}
.con_04 .pzbz h2{padding-top:20px;font-size:18px;line-height:26px;}
.con_04 .pzbz p{padding-top:10px;font-size:14px;line-height:22px;}


.con_05{width:100%;min-width:1200px;overflow:hidden;background:#ececee;height:170px;text-align:center;padding-top:30px;}
.con_05 p{font-size:20px;color:#646464;line-height:50px;}
.con_05 .more{width:200px;height:40px;text-align:center;line-height:40px;background:#2558a7;margin:0 auto;color:#fff;font-size:18px;border-radius:50px;margin-top:6px;}

#bottom{background:#202124;height:260px;width:100%;min-width:1200px;overflow:hidden;color:#9d9d9f;padding-top:47px;}
#bottom .bot_pro{width:520px;border-right:1px solid #5e5e61;height:230px;}
#bottom .bot_pro ul li{float:left;width:235px;}
#bottom .lm_t{font-size:22px;color:#fff;}
#bottom ul{margin-top:20px;line-height:26px;}
#bottom .bot_contact{margin-left:40px;}
#bottom .bot_contact .box{margin-top:20px;line-height:30px;}
#bottom a{color:#9d9d9f;}
#bottom a:hover{color:#fff;text-decoration:underline;}
.bot{background:#2758a7;height:44px;line-height:44px;width:100%;min-width:1200px;overflow:hidden;color:#fff;}
.bot a{color:#fff;}
.bot a:hover{color:#fff;}
/*ny*/
.ny_ban01{width:100%; position:relative;height:400px;min-width:1200px;background:url(../images/ny_ban01.jpg) no-repeat top center;}
.ny_ban02{width:100%; position:relative;height:400px;min-width:1200px;background:url(../images/ny_ban02.jpg) no-repeat top center;}
.ny_ban03{width:100%; position:relative;height:400px;min-width:1200px;background:url(../images/ny_ban03.jpg) no-repeat top center;}
.ny_ban04{width:100%; position:relative;height:400px;min-width:1200px;background:url(../images/ny_ban04.jpg) no-repeat top center;}
.ny_ban05{width:100%; position:relative;height:400px;min-width:1200px;background:url(../images/ny_ban05.jpg) no-repeat top center;}
.ny_ban06{width:100%; position:relative;height:400px;min-width:1200px;background:url(../images/ny_ban06.jpg) no-repeat top center;}

#content{padding:50px 0 70px 0;background:#f1f1f1;}
#content .ny_title{text-align:center;}
#content .ny_title h1{padding-bottom:5px;font-size:36px;padding-top:15px;color:#000}
#content .ny_title h2{font-size:14px;padding-bottom:15px;color:#333}
#content .box{padding:40px 0 0 0 ;font-size:16px;line-height:40px;}
#content .box a:link,#content .box a:visited,#content .box a:hover{font-size:16px;}




#nynav1 .nynav1,#nynav2 .nynav2,#nynav3 .nynav3,#nynav4 .nynav4,#nynav5 .nynav5,#nynav6 .nynav6,#nynav7 .nynav7{color:#fff;background:#037dc6 !important;}



/*内页新闻*/
.nynews_ul li{border-bottom:1px dotted #b0b0b0;padding-bottom:12px;padding:20px;margin-bottom:12px;}
.nynews_ul li:hover{background:#fff;}
.nynews_ul li .time{width:106px;height:90px;text-align:center;color:#fff;font-family:Arial;background:#2758a7;}
.nynews_ul li .time h1{font-size:40px;padding-top:10px;}
.nynews_ul li .time h2{font-size:18px;}
.nynews_ul li .txt{width:1000px;}
.nynews_ul li .txt h1{font-size:22px;}
.nynews_ul li .txt p{font-size:16px;color:#696a6c;line-height:24px;padding-top:5px;}



.nypro_back{width:150px;height:32px;line-height:32px;text-align:center;margin:50px auto 0;border:1px solid #ddd;font-size:14px;}
.nypro_back:hover{background:#2758a7;color:#fff; transition:all 1s;}


/*内页产品*/
.ny_pro{width:230px;height:286px;background:#ffffff;text-align:center;margin:6px;padding:14px 24px;border:3px solid #2858aa;}
.ny_pro .ny_pro_img{width:230px;height:110px;background:#fff;overflow:hidden;position: relative;}
.ny_pro .ny_pro_img img{position: absolute;top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transition: .5s ease-in-out;
    text-align: center;
    vertical-align: middle;}
.ny_pro h1{font-size:18px;color:#2558a7;padding-top:5px;padding-bottom:12px;}
.ny_pro:hover h1{color:#fff;}
.ny_pro h2{font-size:14px;color:#414141;line-height:24px;text-align:left;padding:10px 0;}
.ny_pro:hover h2{color:#fff;}
.ny_pro .ny_pro_more{width:128px;height:30px;line-height:30px;text-align:center;border:1px solid #111111;margin:0 auto;}
.ny_pro:hover .ny_pro_more{color:#fff;border:1px solid #fff;}



.aak{width:122px;height:32px;line-height:32px;text-align:center;background:#2758a7;color:#fff;border:0px;}


/*内页联系我们*/
.ny_contact_l{width:600px;height:460px;}
.ny_contact_r{width:540px;background:#2758a7;height:400px;padding:30px;color:#fff;}
.ny_contact_r a,.ny_contact_r a:hover{color:#fff;}
.ny_contact_r h1{font-size:26px;font-weight:bold;padding-bottom:15px;padding-top:30px;}


.jq222{width: 100%;height:120px;position: relative; display:block;padding:30px 0;}
.jq222 .border-bottom{width: 0px;height: 2px;background: #1e4691;position:absolute;left:0px;bottom:0;z-index:9999}

.pnpage { clear:both; text-align:center; border-top:#ccc 1px solid; padding-top:10px;}
.pnpage a { padding:0 15px; font-weight:bold;}

.close { clear:both; color:#f60; text-align:center; padding-top:5px; font-size:12px;}
.close a{color:#f60; }



.yy{font-size:14px;}
.yy input{height:28px;line-height:28px;border:1px solid #ddd; }
.yy #content3{height:120px;width:480px;border:1px solid #ddd;}

.c1 {border-top:#98bac3 1px solid;border-left:#98bac3 1px solid;}
.c1 th {font-weight:bold; line-height:30px;text-align:center;}
.c1 td,.c1 th { padding:5px 10px; line-height:18px; border-bottom:#98bac3 1px solid;border-right:#98bac3 1px solid;font-size:14px;}
.c1 a {color:#s444444;}
td.yyk { padding-left:10px;}
.con_t1 { color:#444444;}
.con_t1 h4{ background:#eeefef; width:700px; height:30px; line-height:25px; font-size:14px; text-align:center;font-weight:bold}
.tab_body{color:#000000}
 .tr_odd 
  { 
   background: #cedefa; 
  } 
  .tr_even 
  { 
   background: #FFFFFF; 
  } 

.nypro span.current,.nypro a.num { display:inline-block; margin:0 5px; padding:0 8px; height:23px; line-height:23px;font-size:14px;}
.nypro span.current,.nypro a.num:hover { background:#edfbf1; border:#037dc6 1px solid; color:#037dc6;font-size:14px;}
.nypro a.num,.nypro a.end,.nypro a.next,.nypro a.prev { border:#cdcdcd 1px solid; color:#333; background:#fff; text-decoration:none;font-size:14px;}
.nypro a.end,.nypro a.next,.nypro a.prev { display:inline-block; padding:0 8px;height:23px; line-height:23px;font-size:14px;}
.nypro a.prev { margin:0 5px;font-size:14px;}

