/* CSS Document */
body{}
.wm{margin:0 auto;width:1238px;}



/*首页焦点图*/
.fullSlide{width:100%; position:relative;height:572px;min-width:1200px;margin-top:90px;}
.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:572px;overflow:hidden;text-align:center;}
.fullSlide .bd li a{display:block;height:572px;}
.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;}

.ban_bot{background:#ececec;height:66px;}
.ban_bot .hot_pro{background:url(../images/index_01.jpg) no-repeat left;padding-left:37px;line-height:66px;height:66px;font-size:16px;color:#646464;}
.ban_bot .hot_pro span{font-size:16px;color:#004b97;font-weight:bold;}
.ban_bot .search{width:340px;height:38px;border:1px solid #dddddd;background:#fff;border-radius: 50px;margin-top:12px;}
.searchsrk{width:288px;margin-left:20px;line-height:38px;border:0px;color:#757575;}
.searchsrk2{background:url(../images/index_02.jpg) no-repeat;width:15px;height:15px;border:0px;}

.con_01{min-width:1200px;width:100%;overflow:hidden;padding-top:70px;}
.con_01 .title{text-align:center;}
.con_01 .title h1{font-size:34px;margin-bottom:12px;font-family:Arial;}
.con_01 .title h2{font-size:24px;margin-top:5px;color:#000;}
.con_01 .box{margin-top:60px;}
.con_01 .box .about_l{width:550px;}
.con_01 .box .about_r{width:640px;}
.con_01 .box .about_r h1{font-size:34px;color:#004b97;font-weight:bold;}
.con_01 .box .about_r .box2{margin-top:42px;line-height:32px;font-size:16px;height:275px;}
.con_01 .box .about_r .more{font-size:18px;color:#004b97;width:286px;height:44px;text-align:center;line-height:44px;border:1px solid #004b97;}
.con_01 .box .about_r .more:hover{color:#fff;}
/* Shutter In Horizontal */
.hvr-shutter-in-horizontal {
  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: #004b97;
  -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: #fff;
  -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{min-width:1200px;width:100%;overflow:hidden;margin-top:85px;background:url(../images/index_05.jpg) no-repeat top center;}
.con_02 .title{text-align:center;margin-top:68px;}
.con_02 .title a{ display:inline-block;margin:0 10px;padding:0 30px;border:1px solid #fff;height:46px;line-height:46px;font-size:20px;color:#fff;}
.con_02 .title a:hover{background:#ffffff;color:#005aa9;}
.con_02 .box{margin-top:60px;background:#fff;height:360px;padding-top:39px;padding-left:36px;}
.con_02 .sy_pro{width:204px;padding:6px;border:1px solid #eaeaea;text-align:center;margin:0 6px;background:#ededed;}
.con_02 .sy_pro h1{font-size:18px;color:#050505;padding-top:18px;font-weight:bold;}
.con_02 .sy_pro h2{font-size:14px;color:#898989;padding-top:10px;}
.con_02 .sy_pro .more{border-top:1px solid #a7a7a7;border-bottom:1px solid #a7a7a7;width:124px;height:30px;line-height:30px;margin:22px auto 25px;color:#898989;font-size:14px;}
.con_02 .sy_pro:hover .more{background:#0062ad;color:#fff;border-top:1px solid #0062ad;border-bottom:1px solid #0062ad; transition:all 1s;font-size:14px;}
.con_02 .sy_pro_img{width:204px;height:122px;overflow:hidden;border-bottom:1px solid #eaeaea;background:#fff;overflow:hidden;position: relative;}
.con_02 .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;}
.con_02 .sy_pro_img img:hover{ transform-origin:center center; transform:scale(1.15,1.15)}
.con_02 .more{font-size:18px;color:#004b97;width:286px;height:44px;text-align:center;line-height:44px;border:1px solid #004b97;}
.con_02 .more:hover{color:#fff;}

.con_03{min-width:1200px;width:100%;overflow:hidden;padding-top:100px;}
.con_03 .title{text-align:center;}
.con_03 .title h1{font-size:34px;margin-bottom:12px;font-family:Arial;}
.con_03 .title h2{font-size:24px;margin-top:5px;color:#000;}
.con_03 .box{margin-top:70px;}
.con_03 .box .news_op{width:270px;background:url(../images/index_06.jpg) no-repeat;height:338px;padding:56px 20px 0;}
.con_03 .box .news_op h1{font-size:28px;color:#fff;}
.con_03 .box .news_op h2{font-size:28px;color:#58a6ea;font-family:Arial;}
.con_03 .box .news_op .bt{border-top:1px solid #7aa4c8;padding-top:25px;margin-top:20px;font-size:18px;color:#fff;line-height:30px;}
.con_03 .box .news_op .bt a{font-size:18px;color:#fff;line-height:30px;}
.con_03 .box .news_op .bt a:hover{ text-decoration:underline;}
.con_03 .box .news_op .more{border:1px solid #7aa4c8;width:220px;height:40px;line-height:40px;text-align:center;margin-top:50px;color:#7aa4c8;font-size:16px;}
.con_03 .box .news_op .more:hover{background:#fff;color:#005aa9}
.con_03 .box .news{width:915px;}
.con_03 .box .news ul li{float:left;margin-left:22px;width:280px;}
.con_03 .box .news ul li .news_img{width:280px;height:131px;overflow:hidden}
.con_03 .box .news ul li .news_img img{width:280px;height:131px; transition:all 1.5s;}
.con_03 .box .news ul li .news_img img:hover{ transform-origin:center center; transform:scale(1.2,1.2)}
.con_03 .box .news ul li .time{font-size:16px;color:#4a4a4a;line-height:60px;}
.con_03 .box .news ul li .bt{font-size:18px;height:68px;}
.con_03 .box .news ul li p{font-size:14px;color:#848484;line-height:22px;height:96px;}
.con_03 .box .news ul li .more{border:1px solid #a4a9aa;width:150px;height:32px;line-height:32px;text-align:center;}
.con_03 .box .news ul li .more:hover{border:1px solid #005aa9;}

#bottom{background:#202734;height:227px;width:100%;min-width:1200px;overflow:hidden;margin-top:90px;padding-top:50px;color:#969dab;}
#bottom a{color:#969dab;}
#bottom a:hover{color:#fff;text-decoration:underline;}
.bot_contact{border-right:1px solid #6a7892;width:405px;height:197px;margin-right:58px;}
.bot_contact .lm_t{background:url(../images/index_07.jpg) no-repeat left;padding-left:74px;color:#fff;height:57px;}
.bot_contact .lm_t h1{font-size:16px;padding-top:3px;}
.bot_contact .lm_t h2{font-size:24px;font-family:Arial;padding-top:3px;}
.bot_contact .box{line-height:26px;padding-top:25px;}
.bot01{width:200px;}
.bot01 .lm_t{font-size:20px;color:#fff;}
.bot01 .box{margin-top:20px;}
.bot01 .box ul li{line-height:32px;}
.bot{background:#202734;height:58px;line-height:58px;width:100%;min-width:1200px;overflow:hidden;color:#969dab;border-top:1px solid #373d49;text-align:center;}
.bot a:hover{color:#fff;}

/*ny*/
.fullSlide2{width:100%; position:relative;height:420px;min-width:1200px;margin-top:90px;}
.fullSlide2 .bd{margin:0 auto;position:relative;z-index:0;overflow:hidden;}
.fullSlide2 .bd ul{width:100% !important;}
.fullSlide2 .bd li{width:100% !important;height:420px;overflow:hidden;text-align:center;}
.fullSlide2 .bd li a{display:block;height:420px;}
.fullSlide2 .hd{width:100%;position:absolute;z-index:1;bottom: 30px;left:0;height:11px;line-height:11px;}
.fullSlide2 .hd ul{text-align:center; margin:0 auto;}
.fullSlide2 .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;}
.fullSlide2 .hd ul .on{background:url(../images/icon-circle.png) left no-repeat;}
.fullSlide2 .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;}
.fullSlide2 .next{left:auto;right:5%;background-position:-6px -137px;}



#content{min-width:1200px;width:100%;overflow:hidden;padding-top:50px;}
#content .title{text-align:center;}
#content .title h1{font-size:34px;margin-bottom:12px;font-family:Arial;}
#content .title h2{font-size:24px;margin-top:5px;color:#000;}
#content .box{margin-top:10px;line-height:32px;font-size:16px;padding:30px 30px;}



#content .ny_box{margin-top:20px;line-height:32px;}
#nynav1 .nynav1,#nynav2 .nynav2,#nynav3 .nynav3,#nynav4 .nynav4,#nynav5 .nynav5,#nynav6 .nynav6,#nynav7 .nynav7{color:#fff;background:#005aa9;!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:#005aa9;}
.nynews_ul li .time h1{font-size:40px;padding-top:16px;}
.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:#037dc6;color:#fff; transition:all 1s;}


/*内页产品*/
.ny_pro_list{text-align:center;margin-top:35px;}
.ny_pro_list ul li{ display:inline-block;padding:0 35px;height:46px;line-height:46px;background:#f0f0f0;margin:0 10px;font-size:16px;font-weight:bold;}
.ny_pro_list ul li:hover{background:#005aa9;color:#fff;}
.ny_pro_list ul li:hover a{color:#fff;}
.nypro_table table{width:100%;}

.nypro_table table{border-top:#98bac3 1px solid;border-left:#98bac3 1px solid;}
.nypro_table table th {font-weight:bold; line-height:30px;text-align:center;}
.nypro_table table td,.nypro_table table th { padding:5px 10px; line-height:18px; border-bottom:#98bac3 1px solid;border-right:#98bac3 1px solid;font-size:14px;}



/*留言*/
/*order*/
.shuoming{ font-size:18px; color:#0082cd; padding-bottom:10px;}
.ss{ font-size:17px; padding-bottom:20px;}
.contact_2{ background:#F2F2F2; padding:20PX; padding-top:0PX;
overflow:hidden;}
.contact_2_1{
margin-top:2.5em;}
.contact_2_1 ul li{ margin-bottom:10px;
float:left; width:49%;}
.contact_2_1 ul li:nth-child(2),.contact_2_1 ul li:nth-child(5){float:right}
.contact_2_1 ul li:nth-child(6){
width:100%;}
.contact_2_1_mid{
background-color:#fff; border:1px #e7e7e7 solid; padding:0.8em 1em; width:87%}
.teshuw{ width:93.8%}

.contact_2_1_mid input{
border:none!important; background:none!important; width:100%; font-size:16px;outline:none;}
.contact_2_1_mid textarea{
border:0; background:none; font-size:16px;outline:none; width: 100%;font-family:Arial;}
.tixing{padding-left:10px; line-height:50px;}

.anniu { border:0PX;
font-size:1.125em; display:inline-block; color:#fff; background-color:#2c82cd; width:10.55555555555556em; line-height:2.777777777777778em; color:#fff; text-align:center;}
.anniu {
margin-bottom:1.5em; margin-top:1.5em;}
.anniu:hover{
background-color:#999;}


/*内页联系我们*/
.ny_contact_ul li{background:#efefef;width:320px;height:215px;float:left;margin:0 15px;text-align:center;padding:35px 15px 0;border-radius:10px;}
.ny_contact_ul li h1{font-size:20px;color:#000;padding-top:15px;}
.ny_contact_ul li h2{font-size:16px;}

.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 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;}

