@charset "utf-8";
/* CSS Document */
/*全局样式
---------------------------------------------*/
*{margin:0px;padding:0px; border:0px;}
p,ul,li,dl,dd,dt,form,h1,h2,h3,h4,h5,h6{list-style:none;}
fieldset,img{ border:0; }
a{text-decoration:none;}
table{ border-collapse:collapse; border-spacing:0; }
*html{ zoom:expression(function(ele){ele.style.zoom = "1";document.execCommand("BackgroundImageCache",false,true)}
(this))}
.clear{clear:both;font-size:0px;height:0px;_height:0px;overflow:hidden; }
em, i { font-style: normal;}
/* Clear Fix */ 
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden;} 
.clearfix{display:inline-block;} 
.filter{filter: alpha(opacity=80); opacity: 0.8;}
/* Hide from IE Mac */ 
.clearfix {display:block;} 
.left{float:left; _display:inline;}
.right{float:right; _display:inline;}
.ovfl{ overflow:hidden;}
.mar{ margin:0px auto;}
.filter_bg{ filter: alpha(opacity=80); opacity: 0.8; }
.ie6_bg{ background: url(../images/bg.png) no-repeat center;  _background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src = '../images/bg.png', sizingMethod = 'scale');}
/*网站样式
---------------------------------------------*/
body{background:#fff; color:#333; font-family:'Microsoft YaHei',宋体,Arial,Helvetica,'方正兰亭粗黑简体'; font-size: 14px;}
a{color:#333;text-decoration:none;cursor :pointer; outline: none;}

/* CSS Header */
.top{ width:1200px; height:29px; }
#top{  height:29px; line-height:29px;  margin:0px auto; border-bottom:solid 1px #D4D4D4;}
#top a:hover{ color:#1C5FB8;}
.top_sp1{ margin-left:15px;}
.top_sp2{ margin-right:10px;}
.top_sp2 img{ margin-top:8px; float:left;margin-left:8px;}
.top_sp2 a{ float:left; margin-left:8px;}

#header{ height:165px; background:url(../images/tbg.png);}
.header{ width:1200px; height:114px;  }
.logo{ margin-top:29px; margin-left:33px;}
.tel{ margin-top:29px; margin-right:9px;}
/* CSS nav */
#nav{ height:27px;}
.nav{ width:1200px; height:48px; overflow:hidden; background-color:#0364C8; }
.nav ul{ margin-left:40px;}
.nav ul li{ float :left; } 
.nav ul li a{ width:123px; height:48px; line-height:48px;  float:left; display:inline; text-align:center;  font-size:16px;
-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s; color:#fff;}
.nav ul li a:hover{ color:#fff; background-color:#DC0000; }
.nav ul li.selectli a{ color:#fff; background-color:#DC0000;  }
.nav ul li.nav_line{ width:1px; height:17px; background-color:#fff; margin-top:17px;}

.dnav{height:27px; margin-top:31px;  position:relative; z-index:1; float:right;}
.dnav .nLi{ float:left;  position:relative; display:inline;  }
.dnav .nLi h3{ float:left; font-weight:normal;  }
.dnav .nLi h3 a{ width:60px; height:25px;  display:block; text-align:center; margin:0px 26px; padding:3px 0px 0px 0px; font-size:15px;
-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s; color:#323232;  }
.dnav .nLi h3 a:hover{ color:#3D74CA; border-bottom:solid 1px #105FC7;font-family:'方正兰亭粗黑简体';}
.dnav .selectli{ float:left;  position:relative; display:inline;}
.dnav .selectli h3{ float:left; font-weight:normal;  }
.dnav .selectli h3 a{width:60px; height:25px;  display:block; text-align:center; margin:0px 26px; padding:3px 0px 0px 0px; font-size:15px;
-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s; color:#3D74CA; border-bottom:solid 1px #105FC7;font-family:'方正兰亭粗黑简体';}
.dnav .sub{ display:none; width: 120px; left:26px; top:29px;  position:absolute; z-index:9999;   padding:5px 0; background-color:#fff; transition: opacity 0.3s ease-in-out;
    -moz-transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}
.dnav .sub li{ zoom:1; border-bottom:solid 1px #f1f1f1; height:28px; line-height:28px;}
.dnav .sub a{ display:block; padding:0 10px; font-size:13px;  transition: padding 0.2s ease-in-out;
    -moz-transition: padding 0.2s ease-in-out;
    -webkit-transition: padding 0.2s ease-in-out;
    -o-transition: padding 0.2s ease-in-out;}
.dnav .sub a:hover{ color:#fff;  color:#3D74CA; }
.dnav .on h3 a{ color:#3D74CA; border-bottom:solid 1px #105FC7;font-family:'方正兰亭粗黑简体';  }
.sub li:hover > a {
	padding-left: 18px;
}

/* CSS banner */
.banner{height:433px; text-align:center; overflow:hidden; margin:0px auto;}
.slideBox{ height:433px; position:relative; margin:0px auto; }
.slideBox .bd li{ zoom:1; vertical-align:middle; width:100%;}
.slideBox .bd img{ height:433px; display:block;  margin:0px auto;}
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }
.slideBox .hd{ height:8px; overflow:hidden; position:absolute; right:50%; bottom:37px; z-index:1; }
.slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox .hd ul li{ float:left; margin-left:4px;  width:8px; height:8px;  text-align:center;  cursor:pointer; text-indent:999em; }
.slideBox .hd ul li.on{ }

/* CSS Main */
.wrap{ width:1200px; height:100%;  overflow:hidden;  }
#wrap{ width:100%; height:555px; position: relative;z-index:10; background:url(../images/bg3.png) no-repeat bottom center;}
.wrap1{background:url(../images/hbg.png);  margin:0px auto; }
.wrap2{ width:1090px; height:550px;  margin:0px auto; position:relative; }
#page_wrap{ width:1143px; height:541px;  overflow:hidden; border:solid 1px #E7E7E4; background-color:#fff; filter: alpha(opacity=80); opacity: 0.8; margin:0px auto; }
#page_wrap1{ width:100%; position:absolute; z-index:100; top:-37px; left:0px; margin:0px auto;  background:url(../images/page_bg2.jpg) no-repeat right 183px;}
.main{ width:1200px; height:100%;  overflow:hidden; margin:0px auto; background-color:#fff; }
/* CSS Home */
#menu{ height:45px; background-color:#fff; border-bottom:solid 1px #D4D4D4; }
.menu{ width:1200px; height:45px; background-color:#fff; }
.menu_01{ width:520px;height:45px;}
.menu_a1{ width:70px; margin-left:10px; height:45px; line-height:45px; color:#000000; font-size:13px; font-weight:600; padding-left:20px; background:url(../images/icon3.png) no-repeat center left;}
.menu_a1:hover{ color:#E43E29;}
.menu_sp1{ margin-top:15px;}
.menu_sp1 a{ margin-left:10px;}
.menu_sp1 a:hover{ color:#1C5FB8;}
.txtScroll-top li{   }
.menu_02{ margin-right:15px; height:45px; }
.menu_a2{ margin-top:15px; height:14px; }
.menu_a3{ margin-top:15px; margin-left:14px; height:14px;}
.bg1{ width:816px; height:72px; background:url(../images/bg1.png) no-repeat center; margin-top:30px;}
.box-shadow{  
    -webkit-box-shadow:-2px 0 2px #F6F6F6, /*左边阴影*/  
    2px 0 2px #F6F6F6, /*右边阴影*/  
    0 -2px 2px #fff, /*顶部阴影*/  
    0 2px 2px #F6F6F6; /*底边阴影*/  
	-moz-box-shadow:-2px 0 2px #F6F6F6, /*左边阴影*/  
    2px 0 2px #F6F6F6, /*右边阴影*/  
    0 -2px 2px #fff, /*顶部阴影*/  
    0 2px 2px #F6F6F6; /*底边阴影*/  
	box-shadow:-2px 0 2px #F6F6F6, /*左边阴影*/  
    2px 0 2px #F6F6F6, /*右边阴影*/  
    0 -2px 2px #fff, /*顶部阴影*/  
    0 2px 2px #F6F6F6; /*底边阴影*/  
}   
#products{ width:1200px; height:575px; margin-top:30px;}
.pro_clas{ width:237px; }
.pro_clas_01{ width:237px; background-color:#FCFCFC; }
.pro_a1{ width:322px; height:160px; margin-top:21px; margin-left:512px; background:url(../images/more_01.png) no-repeat; -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;}
.pro_a1:hover{ background:url(../images/more_011.png) no-repeat;}

.video{width:340px; height:210px; margin-top:5px;}
.video_01{width:322px; height:160px; line-height:23px; color:#434343; margin-left:3px;margin-top:16px;}

.about{ width:576px; height:355px; margin-top:45px; }
.about_p1{width:576px; height:79px; overflow:hidden; }
.more_01{ width:122px; height:30px; background:url(../images/more_02.png) no-repeat; margin-top:26px; margin-right:27px;-webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s;}
.more_01:hover{background:url(../images/more_021.png) no-repeat;}
.about_a2{ width:212px; height:167px; margin-right:15px; }
.about_a2:hover{ filter:alpha(opacity=80);opacity:0.8;}
.about_a2 img{ width:212px; height:167px; float:left;}
.about_01{ width:576px; height:230px; line-height:25px; color:#191919; margin-top:16px; font-size:14px; text-indent:2em; }

.news{ width:268px; height:329px; margin-top:71px; margin-left:50px;}
.news_p1{ height:38px;}
.news_a1{float:left;}
.news_a2{ float:right; margin-right:50px; color:#262626; margin-top:4px; display:inline;}
.news_a2:hover{ color:#E43E29;}
.news_p2{ height:81px; margin-top:15px;}
.news_dl{ width:360px; height:97px;  float:left; margin-left:6px; margin-top:31px; display:inline;}
.news_dl dt{ width:151px; height:97px; float:left;}
.news_dl dt a{ width:151px; height:97px; }
.news_dl dt a:hover{ filter:alpha(opacity=80);opacity:0.8;}
.news_dl dt a img{ max-width:151px; height:97px;}
.news_dl dd{ width:195px; height:97px; line-height:23px; color:#000000; margin-left:13px;float:left; display:inline;}
.news_ul{ width:268px; margin-top:5px;  float:left;}
.news_ul li{width:268px; height:28px; line-height:28px;  float:left;}
.news_ul li span{ width:7px; height:6px; background:url(../images/icon_03.png) no-repeat; float:left; margin-top:12px; }
.news_ul li a{  color:#000;  -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s; margin-left:5px; font-size:14px;}
.news_ul li a:hover{ color:#1C5FB8;}

.chan1{ width:254px; height:216px;  margin-left:34px;}
.chan1_a1{ width:254px; height:104px;}
.chan1_a2{ width:254px; height:104px; margin-top:5px;}


.products{ width:1200px; height:335px;}

.products_01{ height:250px; margin-top:42px;}
.products_ul{ }
.products_ul li{ width:576px; height:248px; border:solid 1px #F0F0F0; overflow:hidden; background-color:#fff; float:left;-webkit-transition: all 1s;-moz-transition: all 1s;-o-transition: all 1s;}
.products_ul li:hover{ border:solid 1px #E43E29; cursor:pointer;}
.products_ul li.lili1{ margin-left:44px; display:inline;}
.products_Scroll_01{ width:206px; height:142px; float:left; margin-top:49px; margin-left:20px;}
.products_Scroll_p1{ width:206px; height:108px;}
.products_Scroll_p1 a{ width:206px; height:108px; float:left;}
.products_Scroll_p1 a:hover{  filter:alpha(opacity=80);opacity:0.8;}
.products_Scroll_p1 img{ max-width:206px; height:108px;}
.products_Scroll_p2{ width:206px; height:34px;}
.products_Scroll_p2 a{ width:123px; height:34px; background-color:#1C5FB8; color:#fff; margin-left:40px; float:left; display:inline; line-height:34px; text-align:center; font-family:'宋体';-webkit-transition: all 0.8s;-moz-transition: all 0.8s;-o-transition: all 0.8s;}
.products_Scroll_p2 a:hover{ background-color:#E43E29;}
.products_Scroll_02{ width:282px; height:130px; line-height:22px; margin-left:30px; float:left; margin-top:49px; display:inline; text-indent:2em;}

#talk{ height:270px; background-color:#fff;}
.talk{ width:1200px; height:270px; }
.qq{ width:473px; height:203px; margin-left:4px; margin-top:34px; border-right:solid 1px #EBEBEB;}
.qq_ul{ width:408px; margin-top:34px;  }
.qq_ul li{ width:76px; height:115px; margin-left:60px; float:left; display:inline;text-align:center; overflow:hidden;}
.qq_a1{ width:76px; height:76px;}
.qq_a1 img{width:76px; height:76px; float:left;}
.qq_a2{ width:76px; height:39px; line-height:39px; color:#000; -webkit-transition: all 0.8s;-moz-transition: all 0.8s;-o-transition: all 0.8s;}
.qq_a2:hover{ color:#E43E29;}
.qq_p1{ width:473px; float:left; margin-top:13px; text-align:center; color:#585858; font-family:'宋体';}
.qq_p2{ width:473px; float:left; margin-top:5px; text-align:center; color:#585858; font-family:'宋体';}
.weixin{ width:148px; height:181px; margin-top:56px; margin-left:60px;}

.contact_us{ width:270px; height:331px; margin-top:69px; margin-left:35px;}
.contact_p1{ height:40px;}
.contact_p2{ height:121px; margin-top:15px; }
.contact_us_01{ width:264px; line-height:22px; font-size:14px; color:#000; padding-left:6px;}
.bg2{ height:215px; background:url(../images/bg2.png); margin-top:50px;}

/* CSS Js */
.picMarquee-left{ margin-left:35px;}
.picMarquee-left ul li{ width:272px; height:275px; float:left; margin:0px 8px;}
.switch_Marquee_p1{ width:272px; height:224px; text-align:center;}
.switch_Marquee_p1 a:hover{ filter:alpha(opacity=80);opacity:0.8;}
.switch_Marquee_p1 img{ max-width:272px; height:224px;}
.switch_Marquee_p2{ width:272px; height:51px; line-height:51px; text-align:center;}
.switch_Marquee_p2 a{color:#343434; font-size:12px;}
.switch_Marquee_p2 a:hover{ text-decoration:underline;}

.switch_roll{ width:368px; height:176px; margin-top:44px; margin-left:49px; overflow:hidden;}
.switch_roll_btn{ width:18px; height:23px; margin-top:69px; cursor:pointer;}
.switch_roll_left{ background:url(../images/left_01.jpg) no-repeat; margin-right:40px;}
.switch_roll_right{ background:url(../images/right_01.jpg) no-repeat; margin-left:40px;}
.switch_roll_cener ul li{ width:243px; height:176px; float:left; text-align:center;}
.switch_roll_p1{ width:243px; height:176px;}
.switch_roll_p1 a img{ max-width:243px; height:176px;}

.picScroll-left{ width:480px; height:155px; float:left; overflow:hidden; margin-top:13px;}
.picScroll-left ul li{  width:150px; height:155px; float:left; margin:0px 5px;  overflow:hidden;}
.picScroll-left .hd{ width:855px; border:solid 1px #BDCAD1; background-color:#fff;  height:45px; margin-top:9px; overflow:hidden;}
.picScroll-left .hd .next,.picScroll-left .hd .prev{ width:15px; height:18px; float:left; margin-top:14px;}
.picScroll-left .hd .next{ background:url(../images/left_btn1.png) no-repeat; margin-left:689px;}
.picScroll-left .hd .prev{ background:url(../images/right_btn.png) no-repeat; margin-left:15px;}
.switch_Scroll_p1{ width:150px; height:155px; text-align:center;}
.switch_Scroll_p1 a{ width:144px; height:149px; padding:2px; background:#fff; border:solid 1px #CEC7BB; float:left;}
.switch_Scroll_p1 a:hover{ border:solid 1px #bbb; filter:alpha(opacity=80);opacity:0.8;}
.switch_Scroll_p1 img{ max-width:144px; height:149px;}
.switch_Scroll_p2{ height:34px; line-height:34px; text-align:center; padding-top:13px;}
.switch_Scroll_p2 a{color:#3E4042; font-size:16px; font-family:'Microsoft YaHei';}
.switch_Scroll_p2 a:hover{ text-decoration:underline;}


#KinSlideshow{ width:287px; height:255px;}

.slideTxtBox{ margin-top:12px;}
.slideTxtBox .hd{ height:45px; background: url(../images/page_bg12.jpg) repeat-x bottom;  position:relative; }
.slideTxtBox .hd ul{ float:left;  position:absolute; left:0px; top:0px; height:42px;   }
.slideTxtBox .hd ul li{ float:left; height:42px; line-height:42px; padding:0 25px; cursor:pointer; background:#063D9B;font-size:16px; font-family:'Microsoft YaHei';font-weight:500; color:#fff;}
.slideTxtBox .hd ul li.on{  background:#DD6300; color:#fff;}
/*两排*/
.multipleColumn{ width:931px; height:522px; margin-left:28px; }
.multipleColumn .bd li{ width:280px; height:261px; float:left; margin:0px 13px 0px 13px; display:inline; overflow:hidden;  -webkit-transition: all 0.5s;-moz-transition: all 0.5s;-o-transition: all 0.5s; }
.multipleColumn_p1{ width:280px; height:205px; text-align:center;}
.multipleColumn_p1 a{ width:280px; height:205px; float:left;}
.multipleColumn_p1 a:hover{ filter:alpha(opacity=80);opacity:0.8;}
.multipleColumn_p1 img{ max-width:280px; height:205px;}
.multipleColumn_p2{ width:280px; height:56px; line-height:56px; text-align:center; }
.multipleColumn_p2 a{color:#3F3F3F; font-size:14px; }
.multipleColumn .bd li.selectli{ background-color:#0364C8; cursor:pointer;}
.multipleColumn .bd li.selectli .multipleColumn_p2 a{ color:#fff;}

/* CSS Footer */
.footer{width:1200px; height:100px; background:#3C3C3C;  color:#fff; text-align:center; margin:0px auto; font-size:14px;}
.footer a{ color:#fff;}
.footer a:hover{ text-decoration:underline;}
#footer{ height:100px;background:#3C3C3C;  overflow:hidden; margin-top:25px; }
.footer_01{ margin-top:20px; line-height:20px;  float:left; width:600px;text-align:left;}
.footer_01 a{ margin:0px 10px;}
.footer_02{ margin-top:20px; line-height:20px; float:right; width:600px; text-align:right;}

/*CSS Left_side*/
.left_side{ width:240px;  float:left; display:inline; margin-left:20px; margin-top:20px;}
.left_sidep2{ margin-top:6px;}
.left_sidep3{ height:19px; margin-top:22px; background:url(../images/page_news.png) no-repeat; }
.left_sidep3 a{ width:84px; height:19px;}
.left_sidep4{ height:20px; margin-top:7px; text-align:right;}
.left_sidep4 a{ color:#A5A5A5; font-size:14px;}
.left_sidep5{ height:29px; margin-top:15px;}
.left_sidecon{ line-height:25px; font-size:14px; padding-top:18px; color:#4B4B4B;}

.left_sidepul1{ padding-top:22px;}
.left_sidepul1 li{ height:26px; line-height:26px;}
.left_sidepul1 li a{ padding-left:3px; font-size:14px;}
 
.left_sideul{ width:235px;  margin-top:2px; margin-left:5px;}
.left_sideul li{ height:45px; overflow:hidden;_float:left; }
.left_sideul li.sline{ width:254px; height:2px; background:url(../images/page_line.png) repeat-x; overflow:hidden; margin:0px auto;}
.left_sideul li a{ width:215px; height:45px; line-height:45px; color:#3F3F3F; float:left; text-align:left; font-size:15px; padding-left:20px; font-weight:500; background:url(../images/icon1.png) no-repeat left center;}
.left_sideul li a:hover{ color:#0364C8;background:url(../images/icon11.png) no-repeat left;}
.left_sideul li.selectli a{ color:#0364C8;background:url(../images/icon11.png) no-repeat left;}

.pcontact_us{ width:237px; margin-top:20px;  }
.pcontact_p1{ height:40px;}
.pcontact_p2{ height:81px; margin-top:10px;}
.pcontact_p3{ height:31px;}
.pcontact_us_01{ width:237px; line-height:22px; margin-top:5px; color:#262626;}
/*CSS Right_side*/
.right_side{ width:875px; height:100%; overflow:hidden;  float:right; display:inline; margin-right:20px;margin-top:20px;}
#right_title{ height:148px; background:url(../images/page_bg1.png) repeat-x; }
.right_title{ height:35px; line-height:35px; background:#F0F0F0; }
.right_title_left{ float:left;  font-size:16px; color:#3D3D3D; margin-left:15px; }
.right_title_right{  color:#232323; float:right; margin-right:10px; display:inline;}
.right_title_right a{ color:#232323;}
.right_title_right a:hover{ text-decoration:underline; color:#DC0000;}
.right_title_right_sp1{ width:14px; height:13px; background:url(../images/page_icon.png) no-repeat; float:left; margin-top:1px; margin-right:5px;}
.right_title_right_sp2{ float:left;}
.right_line{ height:5px; background:url(../images/page_line1.jpg) repeat-x; overflow:hidden;}
.right_line span{ width:5px; height:5px; background:url(../images/page_icon1.jpg) no-repeat; float:right;}
.right_content{width:875px; min-height:471px; _height:471px;padding:20px 0px 10px 0px; }
.right_title1{ height:50px; line-height:50px; text-align:right; color:#7E7E7E;font-size:14px; padding-right:5px;}
.right_title1 a{ color:#7E7E7E;}
.right_title1 a:hover{ text-decoration:underline;}
.jp-container{width:810px;height:471px;position:relative;}

/* CSS News */
#indexNews{ padding:5px; }
#indexNews li{ display:flex; height:30px; line-height:30px; border-bottom:#D9D9D9 1px dotted; padding:5px 10px 5px 10px; white-space:nowrap; font-size:16px;}
#indexNews li a{ padding-left:15px; background:url(../images/icon_simple.gif) no-repeat left center; width: 50%; flex: 1; overflow: hidden; text-overflow: ellipsis;}
#indexNews li span{ float:right;}
#indexNews li img{margin:13px 10px 0 0;}
#indexNews li a:hover{color:#0098D1; text-decoration:underline;}

#indexNews1 li{ padding:5px; float:left;}
.indexNews1_a1{ float:left; width:280px; height:128px; border:1px solid #dcdcdc; padding:1px;}
.indexNews1_a1:hover{filter:alpha(opacity=80);opacity:0.8; border:1px solid #D80000;}
.indexNews1_a1 img{ max-width:280px; height:auto;}
.indexNews1_div1{ float:left; margin-left:15px;}
.indexNews1_h3{ height:26px; line-height:26px;}
.indexNews1_h3 a{ font-size:14px; font-weight:bold; color:#585858;}
.indexNews1_h3 a:hover{ color:#0098D1;}
.indexNews1_p1{ line-height:23px; }
.indexNews1_p2{ line-height:23px; color:#D80000; margin-top:10px;}

/*Related*/
.related{ padding:15px; }
.related p{ height:25px; font-weight:bold; border-bottom:solid 1px #F1F1F1; font-size:14px;}
.related ul { width:100%; padding:10px 5px;float:left;}
.related ul li{ width:50%; height:26px; line-height:26px; float:left;}
.related ul li b{ float:left;}
.related ul li a{ float:left;}

/* CSS Pic */
#picUL{ padding:0px; font-size:13px;}
#picUL li{height:249px;width:284px;float:left;margin:5px 3px;text-align:center; display:inline;}
#picUL li .pic_01{width:282px;height:207px; text-align: center;background: #ffffff;border:1px solid #dcdcdc;-webkit-transition: all 1.2s;-moz-transition: all 1.2s;-o-transition: all 1.2s;}
#picUL li .pic_01 a:hover{ filter:alpha(opacity=80);opacity:0.8;}
#picUL li .pic_01:hover{ border:1px solid #1C5FB8; cursor:pointer;}
#picUL li .pic_01 img{max-height:205px;max-width:280px; _width:280px; vertical-align:middle; padding:1px;}
#picUL li .pic_01 span{ height:100%; width:0; overflow:hidden; display:inline-block; vertical-align:middle;}
#picUL li .pic_02{width:282px;text-align: center;line-height:40px;}
#picUL li a{color:#585858;-webkit-transition: all 1.2s;-moz-transition: all 1.2s;-o-transition: all 1.2s;}
#picUL li a:hover{color:#1C5FB8; text-decoration:underline;}

#proUL{ padding:0px; font-size:13px;}
#proUL li{height:249px;width:284px;float:left;margin:5px 3px;text-align:center; display:inline;}
#proUL li .pic_01{width:282px;height:207px; text-align: center;background: #ffffff;border:1px solid #dcdcdc;-webkit-transition: all 1.2s;-moz-transition: all 1.2s;-o-transition: all 1.2s;}
#proUL li .pic_01 a:hover{ filter:alpha(opacity=80);opacity:0.8;}
#proUL li .pic_01:hover{ border:1px solid #1C5FB8; cursor:pointer;}
#proUL li .pic_01 img{height:205px;max-width:280px; _width:280px; vertical-align:middle; padding:1px;}
#proUL li .pic_01 span{ height:100%; width:0; overflow:hidden; display:inline-block; vertical-align:middle;}
#proUL li .pic_02{width:282px;text-align: center;line-height:40px;}
#proUL li a{color:#585858;-webkit-transition: all 1.2s;-moz-transition: all 1.2s;-o-transition: all 1.2s;}
#proUL li a:hover{color:#1C5FB8; text-decoration:underline;}

/* CSS Info */

#newTitle{ line-height:35px; font-size:25px; text-align:center;}
#productTitle{ height:30px;font-size:25px;text-align:center;}
#newsInfo{ height:30px; line-height:30px; font-size:12px;text-align:center; border-bottom:solid 1px #f1f1f1; margin-top:10px;}
.newsinfoleft {padding-left: 30px;}
.xxsmys{ width:600px; height:30px; line-height:30px; background-color:#ececec;}
.xxsmwz{ width:88px; height:30px; color:#FFF; text-align:center; display:block; background-color:#9a9a9a;}
.pageys{ width:59px; height:21px; line-height:21px; border:#e5e5e5 solid 1px; display:block; float:left; text-align:center;}
.pageys:hover{color:#ff6c00}
.pageys1{ width:20px;height:21px; line-height:21px; border:#e5e5e5 solid 1px; display:block; float:left; text-align:center; margin-left:5px;}
.pageys2{ float:left; padding-left:5px;height:21px; line-height:21px; }
#infoImage{width:100%;text-align:center;margin:10px 0 10px 0;}
#infoImage img{ max-width:600px; padding:3px; border:#dcdcdc solid 1px;}
#newsContent{ margin:0 auto;line-height:25px; padding:15px;}
.contactus{  height:auto; padding-left:20px;; line-height:25px; text-align:left;}
#company_main{ margin:0 auto; line-height:25px; padding:10px;}
.alink{ padding:5px; line-height:25px; margin:0 auto;}
/*css digg style pagination*/
div.digg{padding:5px;margin:3px;text-align:center; float:right; font-family:'Microsoft YaHei',arial;}
div.digg a{border:#aaaadd 1px solid;padding:2px 5px;margin:2px;color:#585858;text-decoration:none}
div.digg a:hover{border:#585858 1px solid;color:#000;}
div.digg a:active{border:#585858 1px solid;color:#000;}
div.digg span.current{border:solid 1px #585858;padding:2px 5px;font-weight:bold;margin:2px;color:#fff;background-color:#585858;}
div.digg span.disabled{border:#eee 1px solid;padding:2px 5px;margin:2px;color:#ddd;}
div.digg select{ border:#aaaadd 1px solid;}
/*******************************message css start***************************************/
.message_ul{
	margin:0px auto;
	font-size:14px;
	float:left;
	padding:10px 20px;
	
}
.message_ul li{
	margin:5px 20px;
	float:left;
	width:100%;
}
.message_ul li label{ width:80px; float:left; text-align:right; margin-top:4px;}
.G_textarea{
	width:450px;
	height:100px;
	border:1px solid #dedede;
}
.G_InputText{
	width:250px;
	height:30px;
	line-height:27px;
	border:1px solid #dedede;
	padding:3px;
	float:left;
	border-radius: 2px;
}
.yanzheng{
	width:100px;
	height:23px;
	border:1px solid #dedede;
	padding:3px;
}
.But{
	width:74px;
	height:31px;
	line-height:27px;
	background:#23429C;
	border-radius:2px;
	border:none;
	text-align:center;
	margin-top:14px;
	margin-left:5px;
	font-size:14px;
	font-family:'Microsoft YaHei',SimHei,sans-serif;
	color:#FFF;
	cursor:pointer;
}
.G_tips{
	width:486px;
	line-height:20px;
	margin:30px 65px;
	border:1px solid #dedede;
	padding:3px 7px 7px 7px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
	-moz-box-shadow: 0px 0px 3px rgba(0,0,0,.1);
}
.red{
	color:#ff0000;
}
.cpmcys{ height:28px; border:solid 1px #DEDEDE;}
/*******************************message css end***************************************/

/******************************job css start***************************************/
.job_ul{ padding:10px 15px;}
.job_ul li{
	width:100%;
	border-bottom:dashed 1px #cfcfcf;
	float:left;
	padding:10px;
	line-height:24px;
}
.job_ul li .recruit_info{
	font-family:'Microsoft YaHei',arial;
	font-size:14px;
	float:left;
}
.job_ul li .recruit_info .job_nam{
	color:#000;
	font-weight:bold;
}
.job_ul li .but{
	width:74px;
	height:31px;
	line-height:31px;
	background: #23429C;
	border-radius:2px;   
	float:right;
	margin-top:10px;
	margin-right:22px;
	text-align:center;
}
.job_ul li .but a{
	text-decoration:none;
	font-family:'Microsoft YaHei',黑体,sans-serif;
	color:#FFF;
	display:block;
}

.recruit_info_tit_bg{
	height:31px;
	background:#f8f8f8;
	border-radius:2px;
	margin:0px auto;
	padding:5px 15px;
}
	
.recruit_info_tit_bg .recruit_info_tit{
	width:73px;
	height:31px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	background:#1D40A4;
	font-family:'Microsoft YaHei',arial;
	font-size:14px;
	color:#ffffff;
	line-height:31px;
	text-indent:8px;
}
.recruit_info_main{
	margin:0px auto;
	margin-top:10px;
	margin-bottom:60px;
	padding:5px 20px;
}

.recruit_info_main p {
	font-family:'Microsoft YaHei',arial;
	text-align: justify;
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 28px;
	color: #444444;
}

.pages{ padding:5px 0px;}
.pages li{ float:left; line-height:30px;}
.pagesli1{ width:40%;}
.pagesli2{ width:40%;}
.pagesli3{ width:20%;}
/*sitemap*/
.mesmore{margin-top:5px;}
.mesmore:hover{color:#da020d;text-decoration:underline;}
.sitemap{ width:996px; float:left; /*border:3px solid #f0f0f0;*/ margin-top:10px; margin-bottom:10px;}
.m1{ height:20px; line-height:20px; margin-top:20px; margin-left:20px;}
.m2{ margin-left:20px; margin-top:20px; line-height:25px;}
.m2 span{ font-size:14px; font-weight:bold;}
.m2t{ border:1px solid #f0f0f0; width:800px; padding-left:4px; margin-top:2px; padding:10px; margin-bottom:20px;height: 73px;}
.m2t ul{}
.m2t ul li{ list-style-type:none; float:left; width:150px;}
.m2t ul li a{color:black;}
.m2t ul li a:hover{ color:red; text-decoration:underline;}
.f{ float:right; margin-right:10px; _margin-top:7px;}
.map{ float:right;margin-top: 20px;}
.map a{color:black;}

/*页面加载css*/
#loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 9999999999;
}

.spinner {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	-webkit-animation: rotatee 2.0s infinite linear;
	animation: rotatee 2.0s infinite linear;
}

.dot1, .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #0a9fd8;
	border-radius: 100%;
	-webkit-animation: bouncee 2.0s infinite ease-in-out;
	animation: bouncee 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0px;
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
@-webkit-keyframes rotatee { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotatee {
	100% {
		transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes bouncee {
	0%, 100% { -webkit-transform: scale(0.0) }
	50% { -webkit-transform: scale(1.0) }
}

@keyframes bouncee {
	0%, 100% {
		transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
        transform: scale(1.0);
        -webkit-transform: scale(1.0);
      }
}