/*公共样式开始*/
*{
  padding:0px;
  margin:0;       
}
body{
  font-family: 'Microsoft Yahei';
  font-size:13px;
  position: relative;  
}
div{
  font: 13px Verdana, Arial, Helvetica, sans-serif; 
  font-family: 'Microsoft Yahei';
}
dl, dt, dd {
  margin: 0px;
  padding: 0px;
  border: none;
  outline: none;
  font-size: 13px;
  font-weight: normal;
}
ul,ol{
  list-style:none;
}
li{
  list-style:none;
}
a,a:focus, a:hover{
  text-decoration: none;
}
img{
  border:0px;
}
h1{
  text-align: center;
  padding: 20px 0;
}
h2{
  text-align: center;
  padding: 20px 0;
}
table{
  border: none;
  border-spacing: 0;
}
.padding_zero{
  padding: 0px;
}
.margin_zero{
  margin: 0px;
}
.margin_bottom_zero{
  margin-bottom: 0px;
}
.clear_both{
  clear:both;
}   
.left,.l{
  float:left;
}   
.right,.r{
  float:right;
}
.hidden,.hid,.hide{
  display: none;
}
.font_hidden{
  text-indent: -9999px;
}
.precent_div{
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.main{
  width: 1200px;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.main_1000{
  width: 1000px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
.auto_div{
  width: auto;
  height: auto;
  overflow: hidden;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.margin_top_15{
  margin-top: 15px;
}
.margin_top_30{
  margin-top: 30px;
}
.border_none{
  border:none;
}
.border_radius_none {
  border-radius: 0px;
}
.box_shadow_none {
  box-shadow:none;
}
.section img{
  width: auto;
}
.about img,.view img{
  width: 100%;
}
.font_style_normal{
  font-style: normal;
}
.a_display_block{
  display: block;
  cursor: pointer;
  overflow: hidden;
}
.check_detail{
  width: 150px;
  height: 32px;
  background-color: #fff;
  border-radius: 32px;
  overflow: hidden;  
}
.check_detail a{
  color: #003c95;
  font-size: 16px;
  line-height: 32px;  
}
/*顶部样式*/
.head{
  width: 100%;
  height: 30px;
  overflow: hidden;
  background-color: #003B95;
}
.head div{
  font-size: 14px;
  color: #fff;
  line-height: 30px;
}
.top{
  height: 118px;
  overflow: visible;
}
.top .pull-left{
  width: 562px;
  height: 84px;
  overflow: hidden;
  margin-top:16px;
}
.top .pull-right{
  width: 638px;
  height: 38px;
  overflow: visible;
  margin-top: 60px;
  text-align: center;
}
.menu_ul{
    width: 637px;
    height: 38px;
}
.menu_ul li{
    width: 91px;
    height: 38px;
    float: left;
    text-align: center;  
    position: relative;
}
.menu_ul li a{
    color: #000;
    line-height: 38px;
    font-size: 18px;
}
.menu_ul li:hover{
    background: #003B95;
}
.menu_ul li:hover a{
  color: #fff;
}
.menu_ul li .son_menu {
    display: none;
    position: absolute;
    width: 91px;
    height: auto;
    overflow: hidden;
    z-index: 9999;
    top: 38px;
    left: 0px;
    background: #D1D1D1;
    text-align: center;
}
.menu_ul li .son_menu a{
    display: block;
    width: 91px;
    height: 38px;
    overflow: hidden;
    text-align: center;
    line-height: 38px;
    color: #003C97;
    font-size: 14px;
    cursor: pointer;
}
.menu_ul li .son_menu a:hover{
    background: #003B95;
    color: #fff;
}
.menu_ul li .show{
    display: block;
}
#banner{
  width: 100%;
  height: 319px;
  overflow: hidden;
}
#son_banner{
  height: 319px;
  background:url(/Public/Img/Home/ban.jpg) center top no-repeat;  
  overflow: hidden;	
}
/*首页*/
.index_about{
  margin-top: 39px;
}
.index_about .c{
  overflow: hidden;
}
.index_about .c .tab-content{
  height: 108px;
  overflow: hidden;
  margin: 30px 0 40px 0;
}
.index_about .c .tab-content .tab-pane{
  font-size: 14px;
  color: #000;
  line-height: 27px;
  text-indent: 24px;
}
.index_about .c .nav-tabs,.index_about .c .nav-tabs>li.active>a, .index_about .c .nav-tabs>li.active>a:focus, .index_about .c .nav-tabs>li.active>a:hover{
  border: none;
}
.index_about .c .nav-tabs li{
  padding: 0 30px;
}
.index_about .c .nav-tabs li a{
  display: block;
  overflow: hidden;
}
.index_about .c .nav-tabs li a div{
  width: 106px;
  height: 106px;
  overflow: hidden;
  background-color: #C8C8C8;
  border-radius: 8px;
}
.index_about .c .nav-tabs li a div img{
  margin-top: 20px;
}
.index_about .c .nav-tabs li a div span{
  line-height: 106px;
  color: #fff;
  font-size: 60px;
}
.index_about .c .nav-tabs li.active a div{
  background-color: #003B95;
}
.index_about .c .nav-tabs li p{
  height: 45px;
  overflow: hidden;
}
.index_about .c .nav-tabs li p a{
  line-height: 45px;
  color: #000;
  font-size: 20px;
}
.index_about .c .nav-tabs>li{
  display: inline-block;
  float: none;
}
.index_product{
  min-height: 670px;
  padding-top: 38px;
  background:url(/Public/Img/Home/product_bg.jpg) center top no-repeat;
}
.index_product .c{
  width: 1248px;
  height: 404px;
  overflow: hidden;
  margin: 52px auto 0 auto;
}
.index_product .check_detail{
  margin: 50px auto 0 auto;
}
.index_news{
  padding: 20px 0 20px 0;
  background-color: #fff;
}
.index_news .c{
  margin-top: 20px;
  overflow:hidden;
}
.index_news .c .pull-left{
  width: 507px;
  height: 348px;
  overflow: hidden;
}
.index_news .c .pull-left .carousel-indicators{
  bottom: 0px;
  text-align: right;
  left: 35%;
  width: 60%;
  margin-left: 0px;
}
.index_news .c .pull-left .carousel-indicators li{
  text-indent: unset;
  border-radius: unset;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background-color: #CBCBCB;
  color: #000;
  border:none;
  margin: 0 5px;
}
.index_news .c .pull-left .carousel-indicators li:hover,.index_news .c .pull-left .carousel-indicators .active{
  background-color: #BC2D1C;
  color: #fff;
}
.index_news .c .pull-left .carousel-inner a{
  display: block;
  width: 507px;
  height: 348px;
  overflow: hidden;
  cursor: pointer;
  position: relative;
}
.index_news .c .pull-left .carousel-inner a p{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 40px;
  background-color: #000;
  opacity: 0.6;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  text-indent: 24px;
  margin-bottom: 0px;
}
.index_news .c .pull-right{
  width: 684px;
  height: auto;
  overflow: hidden;
}
.index_news .news_ul{
  width: auto;
  overflow: hidden;
}
.index_news .news_ul li{
  width: 100%;
  height: 38px;
  overflow: hidden;
  float: left;
  background:url(/Public/Img/Home/area.png) left center no-repeat;
  border-bottom: dashed 1px #C3C3C3; 
  text-indent: 10px;
}
.index_news .news_ul li div{
  line-height: 38px;
  font-size: 14px;
  color: #797979;
}
.index_news .news_ul li a{
  line-height: 38px;
  font-size: 14px;
  color: #000;
}
.index_news .check_detail{
  margin: 10px auto 0px auto;
  background-color: #003B95;
}
.index_news .check_detail a{
  color: #fff;
}
.index_link{
  width: 1200px;
  height: 61px;
  overflow: hidden;
  margin-top:32px;
}
.index_link .index_link_t{
  width: 93px;
  height: 61px;
  overflow: hidden;
  float: left; 
}
.index_link .index_link_c{
  width: 1106px;
  height: 61px;
  overflow: hidden;
  border-right: solid 1px #C7C7C7;
  border-top: solid 1px #C7C7C7;
  border-bottom: solid 1px #C7C7C7;
}
.index_link .index_link_c span,.index_link .index_link_c a{
  font-size: 14px;
  color: #1d1d1d;
  line-height: 61px;
}
.index_link .index_link_c a{
  padding: 0 5px;
}
.wx{
  width: 113px;
  height: 139px;
  overflow: hidden;
  position: fixed;
  top: 164px;
  left: 50%;
  margin-left: -720px;
  z-index: 9999;
}
.wx img{
  width: 113px;
  height: 113px;	
  overflow: hidden;
}
.wx p{
	width:100%;
	height:26px;
	overflow: hidden;
	text-align:center;
	line-height:26px;
	color:#09449F;
	background-color:#fff;
}
.back{
  width: 59px;
  height: 56px;
  overflow: hidden;
  position: fixed;
  top: 664px;
  left: 50%;
  margin-left: -720px;
  z-index: 9999;
}
/*通用标题*/
.title{
  width: auto;
  height: 39px;
  overflow: hidden;
  background: url(/Public/Img/Home/title_icon.png) left top no-repeat;  
  border-bottom: solid 1px #064499;   
}
.son_content .title{
  background:none;
}
.title .t_l{
  height: 39px;
  overflow: hidden;
  float: left;
  line-height: 39px;
  color: #fff;
  font-size: 16px;  
  padding: 0 15px;
  background-color:#064DA9;
  border-radius: 5px 5px 0 0;
}
.title .t_r{
  float: right;
  height: 39px;
  overflow: hidden;  
}
.title .t_r a{
  line-height: 39px;
  color: #064499;  
}
/*通用面板*/
.nav{
    width: auto;
    height: 54px;
    overflow: hidden;
    border-bottom: solid 2px #D6D6D6; 
}
.nav .l{
    height: 54px;
    color: #5c5c5c;
    line-height: 54px;
    font-size: 18px;
    overflow: hidden; 
    text-indent: 30px;
    font-weight: bold;
}
.nav .r{
    height: 54px;
    overflow: hidden;
    float: right;
    line-height: 54px;
    color: #9f9f9f;
    font-size: 14px;    
  padding-right:30px; 
}
.nav .r a{
    line-height: 54px;
    color: #9f9f9f;
    font-size: 14px;   
}
.page_title{
  width: 100%;
  height: 50px;
  overflow: hidden;
  line-height: 50px;
  color: #003b95;
  font-size: 18px;
  border-bottom: solid 1px #D6D6D6;
}
.page_title_cover{
    width: 100%;
  height: 36px;
  overflow: hidden;
  line-height: 36px;
  color: #003c95;
  font-size: 18px;
  background:transparent url(/Public/Img/Home/page_title_cover.png) left center repeat-x;
}
/*底部*/
.footer{
  width: 100%;
  height: 90px;
  overflow: hidden;
  margin-top: 36px;
  background-color: #4E4E4E;
}
.footer .foot{
  margin-top: 30px;
}
.footer .foot p,.footer .foot p a{
  color: #fff;
  font-size: 14px;
  height: 30px;
  line-height: 30px;
}
/*返回顶部*/
p#back-to-top{
    position:fixed;
    display:none;
    bottom:10px;
    right:80px;
}
p#back-to-top a{
    text-align:center;
    text-decoration:none;
    color:#d1d1d1;
    display:block;
    width:64px;
    /*使用CSS3中的transition属性给跳转链接中的文字添加渐变效果*/
    -moz-transition:color 1s;
    -webkit-transition:color 1s;
    -o-transition:color 1s;
}
p#back-to-top a:hover{
    color:#979797;
}
p#back-to-top a span{
    background:transparent url(/Public/Img/Home/top.png) no-repeat;
    border-radius:6px;
    display:block;
    height:60px;
    width:60px;
    margin-bottom:5px;
    /*使用CSS3中的transition属性给<span>标签背景颜色添加渐变效果*/
    -moz-transition:background 1s;
    -webkit-transition:background 1s;
    -o-transition:background 1s;
}
#back-to-top a:hover span{
    background:transparent url(/Public/Img/Home/top.png) no-repeat;
}
/*子页面*/
.son_left{
  width: 236px;
  height: auto;  
  min-height: 320px;  
  overflow: hidden;
  background:transparent url(/Public/Img/Home/son_bg.png) center top no-repeat;
  background-size: cover;
}
.son_left .t{
  width: 100%;
  height: 45px;
  overflow: hidden; 
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  margin-top: 14px;
  border-bottom: solid 1px #5189E0; 
}
.son_left .sort{
  width: auto;
  height: auto;
  overflow: hidden;
  margin-top: 19px;
}
.son_left .sort ul li{
  width: 100%;
  height: 35px;
  overflow: hidden;
  margin-bottom: 12px;
}
.son_left .sort ul li a{
  font-size: 14px;
  color: #fff;
  line-height: 35px;
}
.son_left .sort ul li:hover a{
  color: #fff;
}
.son_left .nav_wx{
  background-color: #EEEEEE;;
  margin-top: 13px;
  padding: 20px 0;
}
.son_left .nav_wx p {
    color: #000;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
}
.son_right{
  width: 936px;
  height: auto;
  overflow: hidden;
  margin-top:10px;
}
.article{
  width: auto;
  height: auto;
  overflow: hidden;
}
.about{
  color: #3F3F3F;
  line-height: 30px;
  padding: 20px;  
  font-size: 15px;
}
.section{
  width: auto;
  height: auto;
  overflow: hidden; 
}
.news{
  width: auto;
  height: auto;
  overflow: hidden;
}
.images{
  margin-top: 30px;
  width: auto;
  height: auto;
  overflow: hidden;
}
.images_ul{
  width: 1232px;
  height: auto;
  overflow: hidden;  
}
.images_ul li{
  width: 276px;
  height: 237px;
  overflow: hidden;
  float: left;
  margin-right: 32px;
}
.images_ul li table tr td{
  width: 276px;
  height: 197px;
  overflow: hidden;
}
.images_ul li table tr td a img{
  width: 276px;
  height: 197px; 
}
.images_ul li table tr td a img:hover{
  transform:scale(2);//设置缩放比例
  -ms-transform:scale(2);
  -webkit-transform:scale(2);
  -o-transform:scale(2);
  -moz-transform:scale(2); 
}
.images_ul li p{
  margin-bottom: 0px;
}
.images_ul li p.text{
  width: auto;
  height: 40px;
}
.images_ul li p.text a{
  color: #323337;
  line-height: 40px;
  font-size: 16px;
}
.images_ul li p.intro{
  height: 100px;
  overflow: hidden;
  color: #9A989B;
  line-height: 25px;
  font-size: 15px;
}
.s_des{
  width: auto;
  height: 30px;
  border-bottom: dashed 1px #B2B2B2;
  text-align: center;
}  

.s_des span{
  padding: 0 18px;
  line-height: 30px;
  color: #969696;
}
.view{
  color: #3F3F3F;
  line-height: 30px;
  font-size: 15px;
  padding: 20px 0;
}
.content_title{
	text-align: center;
  padding: 20px 0;
  font-size:20px;
  font-weight:bold;
}
/*登录页面*/
.index_body{
  width: 100%;
  height: auto;
  overflow: hidden;
  padding:20px 0  40px 0;
}
.login_page{
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
/*注册页面*/
.register_page{
  width: 1200px;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
}
/*个人中心*/
.member_title{
  width: 100%;
  height:40px;
  overflow: hidden;
  background-color: #F25F7B;
  color: #fff;
  font-weight: bold;
  line-height: 40px;
  font-size: 20px;
  margin-bottom: 20px;
}
.person_center{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 14px;
}
.recive_love{
  width: 1000px;
  height: 98px;
  overflow: hidden;
  margin-bottom: 14px;
}
.person_center .person_center_l{
  width: 197px;
  height: auto;
  overflow: hidden;    
  float: left;
}
.person_center .person_center_l .photo{
  width: 195px;
  height: auto;
  overflow: hidden;
  border:solid 1px #DFDFDF;
}
.person_center .person_center_l .photo .person_icon{
  width: 147px;
  height: 201px;
  overflow: hidden;
  margin: 23px auto 0 auto;
}
.person_center .person_center_l .photo .person_icon img{
  width: 147px;
  height: 161px;
}
.person_center .person_center_l .photo .person_icon a{
  display: block;
  cursor: pointer;
  text-align: center;
  width: 100%;
  height: 38px;
  color: #fff;
  line-height: 38px;
  font-size: 16px;
  background-color: #493D3F;
}
.person_center .person_center_l .photo p{
  height: 30px;
  text-align: center;
  overflow: hidden;
  line-height: 30px;
  color: #4A4A4A;
  margin: 7px 0 6px 0;
}
.person_center .person_center_l .photo .about_mine_record{
  width: 100%;
  height: 39px;
  overflow: hidden;
  border-bottom: solid 1px #fff;
}
.person_center .person_center_l .photo .about_mine_record .record_item{
  width: 97px;
  height: 39px;
  overflow: hidden;
  background-color: #F25F7B;
  text-align: center;
}
.person_center .person_center_l .photo .about_mine_record .record_item a{
  line-height: 39px;
  color: #fff;
  font-size: 16px;  
}
.person_center .person_center_l .text{
  width: 195px;
  height: 306px;
  overflow: hidden;
  border:solid 1px #DFDFDF;
  margin-top: 14px;
}
.person_center .person_center_l .text ul{
  margin-top: 10px;
  overflow: hidden;
}
.person_center .person_center_l .text ul li{
  width: auto;
  height: 40px;
  overflow: hidden;
  text-indent: 34px;
}
.person_center .person_center_l .text ul li a{
  color: #4B4B4B;
  line-height: 40px;
  font-size: 15px;
}
.person_center .person_center_r{
  width: 784px;
  height: auto;
  overflow: hidden;
  float: right;
  border:solid 1px #DFDFDF;
}
.person_center .r .recive_box{
  width: auto;
  height: auto;
  overflow: hidden;
  padding: 10px 0 10px 30px;
}
.person_center .person_center_r .recive_box ul{
  margin: 0 18px 17px 14px;
}
.person_center .person_center_r .recive_box ul li{
  width: 100%;
  height: 102px;
  overflow: hidden;
  border-bottom: solid 1px #EBEBEB;
  padding: 20px 0;
}
.person_center .person_center_r .recive_box ul li .l{
  width: 95px;
  height: 102px;  
}
.person_center .person_center_r .recive_box ul li .l img{
  width: 95px;
  height: 102px;
}
.person_center .person_center_r .recive_box ul li .r{
  width: 630px;
  height: auto;
  overflow: hidden;
}
.person_center .person_center_r .recive_box ul li .r .r_l{
  width: 532px;
  height: auto;
  overflow: hidden;
  float: left;
}
.person_center .person_center_r .recive_box ul li .r .r_l div{
  height:33px;
  overflow: hidden; 
  color: #4B4B4B;
  line-height: 33px;
  text-indent: 12px;
}
.person_center .person_center_r .recive_box ul li .r .r_l .u span{
  padding-right: 10px;
}
.person_center .person_center_r .recive_box ul li .r .r_l .m{
  border:dashed 1px #DFDFDF;
}
.person_center .person_center_r .recive_box ul li .r .r_r{
  width: 80px;
  height: 33px;
  overflow: hidden;
  float: right;
  text-align: center;
  background-color: #FE8723;
  margin-top: 37px;
}
.person_center .person_center_r .recive_box ul li .r .r_r a{
  line-height: 33px;
  color: #fff;
  font-size: 14px;
}
.person_center .person_center_r .check_box{
  width: auto;
  height: auto;
  overflow: hidden;
}
.person_center .person_center_r .check_box ul{
  width: 780px;
  margin: 20px 0 20px 18px;
}
.person_center .person_center_r .check_box ul li{
  width: 130px;
  height: auto;
  overflow: hidden;
  float: left;
  margin-right: 26px;
}
.person_center .person_center_r .check_box ul li .picture{
  width: 130px;
  height: 160px;
  overflow: hidden;
}
.person_center .person_center_r .check_box ul li .picture img{
  width: 130px;
  height: 160px;
}
.person_center .person_center_r .check_box ul li .text{
  width: auto;
  height: auto;
  overflow: hidden;
  padding: 10px 0;
}
.person_center .person_center_r .check_box ul li .text div{
  height:33px;
  overflow: hidden; 
  color: #4B4B4B;
  line-height: 33px;
  text-align: center;
}
.person_center .person_center_r .check_box ul li .text .u span{
  padding: 0px 5px;
}
.person_center .person_center_r .check_box ul li .text .m{
}
.person_center .person_center_r .check_box ul li .text .d{
}
.person_center .person_center_r .check_box ul li .text .d a{
  line-height: 33px;
  color: #EB435D;
}
.person_detail{
  width: auto;
  height: auto;
  overflow: hidden;
}
.person_detail .l{
  width: 292px;
  height: 339px;
  overflow: hidden;
  margin-left: 20px;
}
.person_detail .l img{
  width: 292px;
  height: 339px;  
}
.person_detail .r{
  width: 632px;
  height: 339px;
  overflow: hidden;
}
.person_detail .r h3{
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
}
.person_detail .r p{
  height: 40px;
  overflow: hidden;
  line-height: 40px;
  color: #F05F7C;
  font-size: 14px;  
}
.person_detail .r table{
  margin: 0px;
}
.person_detail .r table tr td{
  padding: 10px 0;
}
.person_detail .r .send_message{
  width: 100px;
  height: 33px;
  overflow: hidden;
  margin-top: 25px;  
}
.person_detail .r .send_message a{
  display: block;
  cursor: pointer;
  width: 100px;
  height: 33px;
  overflow: hidden;
  text-align: center;
  line-height: 33px;
  color: #fff;
  font-size: 14px;
  background-color: #FE8723;
}
.person_intro{
  width: auto;
  height: auto;
  overflow: hidden;
  margin-top: 20px;
  margin-left: 20px;
}
.person_intro .div_item{
  width: auto;
  height: auto;
  overflow: hidden;
  margin-bottom: 20px;
}
.person_intro .div_item .t{
  width: auto;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  padding-left: 20px;
  font-size: 18px;
  text-indent: 20px;
  background: url(/Public/Img/Home/heart.gif) left center no-repeat;  
}
.person_intro .div_item p{
  width: auto;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  font-size: 12px;
  color: #222;
  text-indent: 30px;
}
.layui_form_title{
  margin-left: 110px;
  padding: 9px 15px;
  font-weight: 400;    
}
/* 列表分页 */
.page {
  text-align: center;
  padding: 10px 0;
  clear: both;
  margin: 30px 0;
  font-size: 14px;
}
.page a{
  border: 1px solid #E0E0E0;
  padding: 5px 10px;
  text-align: center;
  margin: 0 10px 0 0;
  background: #FFF;
  color: #666;
}
.page a:hover {
  border: 1px solid #ddd;
  padding: 5px 10px;
  text-align: center;
  margin: 0 10px 0 0;
  background: #f9f9f9;
  color: #333;
}
.page .current {
  border: 1px solid #eee;
  padding: 5px 10px;
  text-align: center;
  margin: 0 10px 0 0;
  background: #f0f0f0;
  color: #666;
}

.tz{

  width: auto;

  height: auto;

  margin: 20px 30px;

  overflow: hidden;

}

.tz .u{

  width: auto;

  height: 30px;

  overflow: hidden;

}

.tz .d{

  width: auto;

  height: 30px;

  overflow: hidden;    

}

.tz .u a{

  line-height: 30px;

  color: #005399;

}

.tz .d a{

  line-height: 30px;

  color: #005399;

}  

/*表达样式开始*/
.form-message {
  width: 833px;
  height: auto;
  overflow: hidden;
  margin: 37px 0 0 46px;
}
.form-message  .item{
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-bottom: 13px;
}
.form-message  .item span{
  vertical-align: middle;
  padding-left: 22px;
  color: #000;
}
.form-message  .item .lab{
  width: 90px;
  height: 40px;
  line-height: 40px;
  text-align: left;
  display: block;
  float: left;
  vertical-align: top;
  color: #666;
  font-size: 14px;
  font-weight: bold;
}
.form-message  .item .int{
  width: 831px;
  height: 47px;
  border: solid 1px #C1D9FB;
  overflow: hidden;
  color: #999999;
  line-height: 47px;
  text-indent: 24px;
  vertical-align:top;
}
.form-message  .item .s_int{
  width: 130px;
  border: solid 1px #DADADA;
  color: #FC5215;
  padding: 8px 0 8px 33px;
  margin: 0 14px 0 0;
}
.form-message  .item .sec{
  width: 257px;
  height: 38px;
  border: solid 1px #D8D8D8;
  overflow: hidden;
  color: #999999;
  padding-left: 10px;
  line-height: 38px;
}
.form-message  .item .s_sec{
  width: 77px;
  height: 38px;
  border: solid 1px #D8D8D8;
  overflow: hidden;
  color: #999999;
  padding-left: 10px;
  line-height: 38px;
}
.form-message  .item .rad{
  margin: 0 10px;
  color: #000;
  vertical-align: middle;
}
.form-message  .item .area{
  width: 831px;
  height: 180px;
  resize:none;
  border: solid 1px #C1D9FB;
  color: #999999;
  line-height: 47px;
  text-indent: 24px;  
}
.form-message  .item .TxtValidateCodeCssClass {
  width: 174px;
  height: 47px;
  border: solid 1px #C1D9FB;
  overflow: hidden;
  color: #999999;
  line-height: 47px;
  text-indent: 24px;
  vertical-align:top;
}
.form-message .item .sub,.form-message .item .btn{
  display: inline-block;
  margin: 5px 15px;
  width: 131px;
  height: 38px;
  line-height: 38px;
  color: #003b95;
  font-size: 15px;
  text-align: center;
  background: #A5C5F4;
  border: none;
  outline: none;
  border-radius: 8px;
    padding: 0px;
    box-shadow: none;
    vertical-align: top;  
}
.form-message .add{
  color: #666;
  padding-left: 120px;
  line-height: 43px;    
}
.form-message  .add a{
  color: blue;
  line-height: 43px;        
}
.form-message  .add a:hover{
  font-weight: bold;
}
.form-message img.verifyimg{
  width: 100px;
}
.form-message  .item .item-checkbox p{
  color: #999999;
  line-height: 38px;  
}
.form-message  .item .item-checkbox p input{
  margin:0 5px;
  color: #000;
  vertical-align: middle; 
}
/*表达样式结束*/
/*图片滚动*/
#rolling{
  width: 100%;
  height: 404px;
  overflow: hidden;
}   
#indemo{
  width: 800%;
  height: 404px;
}
#demo1, #demo2{
  float: left;
}
#rolling ul{
  height: 404px;
}
#rolling ul li{
  width: 364px;
  height: 404px;  
  float: left;
  margin-right: 52px;
  overflow: hidden;
  background-color: #fff;
}
#rolling ul li table tr td{
  width: 364px;
  height: 233px; 
  display: block;
  overflow: hidden;
}
#rolling ul li img{
  width: 364px;
  height: 233px; 
}
#rolling ul li p.text{
  width: auto;
  height: 50px;
  text-align: center;
  overflow: hidden;
  margin-bottom: 0px;
}
#rolling ul li p.text a{
  color: #000;
  line-height: 50px;   
  font-size: 18px;
}
#rolling ul li p.intro{
  overflow: hidden;
  line-height: 30px;
  font-size: 14px;
  color: #000;
  padding: 0 15px;
}

#rolling1{
  width: 100%;
  height: 61px;
  overflow: hidden;
}   
#indemo1{
  width: 800%;
  height: 61px;
}
#demo11, #demo21{
  float: left;
}
#rolling1 ul{
  height: 61px;
}

/* flexslider */
.flexslider{position:relative;height: 319px;overflow:hidden;}
.slides{position:relative;z-index:1;}
.slides li{height: 319px;}
.slides li a{ width: 100%; height: 319px; z-index: 2; display: block;}
.flex-control-nav{position:absolute;bottom:10px;z-index:2;width:100%;text-align:center;}
.flex-control-nav li{display:inline-block;width:12px;height:14px;margin:0 5px;*display:inline;zoom:1;}
.flex-control-nav a{display:inline-block;width:12px;height:14px;line-height:40px;overflow:hidden;background:url(/Public/Img/Home/dot.png) right 0 no-repeat;cursor:pointer;}
.flex-control-nav .flex-active{background-position:0 0;}

 #goto-top {
  display:none;
  position:fixed;
  width:60px;
  height:60px;
  bottom:40px;
  right:40px;
  -webkit-transition:all 0.2s;
  -moz-transition:all 0.2s;
  -o-transition:all 0.2s;
  transition:all 0.2s;
  z-index:9999;
}
/*轮播*/
.slider {
  z-index: 1;
  min-width: 985px;
  height: 380px;
  position: relative;
  overflow: hidden;
  background: #fff;
  text-align: center
}

.slider .bd {
  width: 985px;
  position: absolute;
  left: 50%;
  margin-left: -492.5px
}

.slider .bd li {
  width: 985px;
  overflow: hidden;
  list-style: none
}

.slider .bd li div {
  display: block;
  width: 985px;
  height: 380px;
  position: relative
}

.slider .bd li div span {
  position: absolute;
  bottom: 25px;
  left: 0;
  min-width: 350px;
  max-width: 450px;
  _width: 380px;
  background: #000;
  filter: alpha(opacity=68);
  opacity: .68;
  max-height: 150px;
  padding: 15px 10px;
  color: #fff;
  font-size: 1.3em;
  font-weight: 700
}

.slider .tempWrap {
  overflow: visible!important
}

.slider .tempWrap ul {
  margin-left: -985px!important
}

.slider .hd {
  position: absolute;
  z-index: 1;
  height: 8px;
  bottom: 26px;
  text-align: left;
  right: 50%;
  margin-right: -395px
}

.slider .slider_more {
  position: absolute;
  z-index: 1;
  height: 8px;
  bottom: 26px;
  text-align: left;
  left: 50%;
  margin-left: 395px
}

.slider .slider_more a {
  display: inline-block;
  *display: inline;
  zoom:1;width: 80px;
  height: 24px;
  text-align: center;
  line-height: 24px;
  overflow: hidden;
  border: 1px #fff solid;
  background: #333;
  margin: 0 5px;
  cursor: pointer;
  filter: alpha(opacity=85);
  opacity: .85;
  color: #f3f3f3
}

.slider .slider_more a:hover {
  color: #214997;
  background: #fff;
  border: 1px #214997 solid;
  filter: alpha(opacity=90);
  opacity: .9;
}

.slider .hd li {
  display: inline-block;
  *display: inline;
  zoom:1;width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  overflow: hidden;
  border: 1px #fff solid;
  background: #333;
  margin: 0 5px;
  cursor: pointer;
  filter: alpha(opacity=85);
  opacity: .85;
  color: #f3f3f3
}

.slider .hd li.on {
  color: #214997;
  background: #fff;
  border: 1px #214997 solid;
  filter: alpha(opacity=80);
  opacity: .8;
  height: 24px;
  line-height: 24px;
  width: 24px
}

.slider .pnBtn {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 380px;
  cursor: pointer
}

.slider .prev {
  left: -50%;
  margin-left: -492.5px
}

.slider .next {
  left: 50%;
  margin-left: 492.5px
}

.slider .pnBtn .blackBg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 380px;
  background: #f0f0f0;
  filter: alpha(opacity=45);
  opacity: .45
}

.slider .pnBtn .arrow {
  display: none;
  position: absolute;
  top: 0;
  z-index: 1;
  width: 60px;
  height: 380px
}

.slider .pnBtn .arrow:hover {
  filter: alpha(opacity=60);
  opacity: .6
}

.slider .prev .arrow {
  right: 0;
  background:url(/Public/Img/Home/prev.png) left center no-repeat;
}

.slider .next .arrow {
  left: 0;
  background:url(/Public/Img/Home/next.png) left center no-repeat;
}
.notice{ width: 1000px; height: auto; margin: 10px auto; background-color: #e9e9e9; overflow: hidden}
.notice h2{
	height: 50px;
  line-height: 50px;
  text-align: center;
  color: #ff3b2d;
  font-size: 30px;
  font-weight: bolder;
}
.notice .view{ 
	padding:10px 20px;
  text-indent:30px;
}
/*留言列表*/
.review_list ul li .u{
  height:30px;
}
.review_list ul li .d{
  line-height: 30px;
  font-size: 16px;
  font-weight: 700;
  text-indent: 20px;
  color: #2a2a2a;
  border-bottom: dashed 1px #ddd;
  padding: 10px 0;
}
.review_list ul li .u .l{
  font-size: 16px;
  font-weight: 700;
  text-indent: 20px;
  color: #000;
  line-height: 30px;
}
.review_list ul li .u .r{
  line-height: 30px;
  font-size: 14px;
  color: #ccc;
  padding-right: 20px;
}
.review_list .replay_button{
  margin-top: 15px;
  text-align: right;
}
/*内容轮播切换*/
.gl .glt{
  width:100%;
  height:40px;
  overflow:hidden;
  background:#ECECEC;
}
.gl .glt ul{
  width:auto;
  height:auto;
  overflow:hidden;
}
.gl .glt ul li{
  width:122px;
  height:40px;
  float:left;
  overflow:hidden;
  text-align:center;
  line-height:40px;
  color:#555555;  
}
.gl .glt ul li.on{
  background:#0A4AA2;
  color:#fff;
}
.glc{
  width:100%;
  height:auto;
  overflow:hidden;
  margin-left:18px;
  margin-top:17px;  
  line-height: 24px;
  color: #000000; 
} 
.glc .show{
  display: block!important;
}
/*产品页面*/
.product .t p.english_name{
  height: 30px;
  line-height: 30px;
  color: #bababa;
  font-size: 27px;
  margin-bottom: 0px;
}
.product .t p.tt{
  height: 30px;
  line-height: 30px;
  color: #000;
  font-size: 23px;
}
.product .product_content .nav-tabs{
  border-bottom: none;
}
.product .product_content .nav li{
  display: inline-block;
  padding: 0px 25px;
  border-radius: 8px;
  background-color: #DADBDD;
  margin: 0 5px 15px 5px;
  float: none;
}
.product .product_content .nav li a{
  padding: 0px;
  display: inline;
  font-size: 18px;
  color: #020202;
  line-height: 40px;
}
.product .product_content .nav li.active{
  background-color: #0A89CC;
}
.product .product_content .nav li.active a{
  color: #fff;
}
.product .product_content .nav li.active a,.product .product_content .nav>li>a:focus, .product .product_content .nav>li>a:hover{
  background: none;
  border:none;
}
.product .product_content .tab-pane{
    font-size: 14px;
    line-height: 2.5;  
}
/*页面标题*/
.page_nav{
  margin-top: 15px;
}
.page_nav a{
  display: inline-block;
  padding: 0px 25px;
  border-radius: 8px;
  background-color: #0A89CC;
  margin: 0 5px;
  font-size: 18px;
  color: #fff;
  line-height: 40px;  
}
/*产品分页*/
.product_cov .nav{
  margin-top: 10px;
}
.product_cov .nav li{
  width: 140px;
  height: 40px;
  display: inline-block;
  background-color: #E4E4E4;
  margin: 0 5px;
}
.product_cov .nav li a{
  padding: 0px;
  display: inline;
  font-size: 18px;
  color: #6f6f6f;
  line-height: 40px;
}
.product_cov .nav li.active{
  background-color: #0188CA;
}
.product_cov .nav li.active a{
  color: #fff;
}
.product_cov .nav>li>a:focus, .product_cov .nav>li>a:hover{
  background: none;
}
.product_cov .product_cov_ul{
  width: 1232px;
  height: auto;
  overflow: hidden; 
  margin-top: 30px; 
}
.product_cov .product_cov_ul li{
  width: 276px;
  height: auto;
  overflow: hidden;
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  border:solid 1px #e9e8e8;
  padding: 15px 0;
}
.product_cov .product_cov_ul li table tr td{
  width: 278px;
  height: 110px;
  overflow: hidden;
}
.product_cov .product_cov_ul li table tr td a img{
  max-width: 278px;
  max-height: 110px; 
}
.product_cov .product_cov_ul li p{
  margin-bottom: 0px;
}
.product_cov .product_cov_ul li p.tt{
  width: auto;
  height: 40px;
}
.product_cov .product_cov_ul li p.tt a{
  color: #323337;
  line-height: 40px;
  font-size: 20px;
}
@keyframes mylogo
{
from  {top: 5px;}
to  {top: -5px;}
}
 
@-moz-keyframes mylogo /* Firefox */
{
from  {left: 5px;}
to  {left: -5px;}
}
 
@-webkit-keyframes mylogo /* Safari 和 Chrome */
{
from  {top: 5px;}
to  {top: -5px;}
}
 
@-o-keyframes mylogo /* Opera */
{
from  {top: 5px;}
to  {top: -5px;}
}
.product_cov .product_cov_ul li table tr td a img:hover{
    position:relative;
    animation: mylogo 0.1s linear 0s 1 alternate;
    /* Firefox: */
    -moz-animation: mylogo 0.1s linear 0s 1 alternate;
    /* Safari 和 Chrome: */
    -webkit-animation: mylogo 0.1s linear 0s 1 alternate;
    /* Opera: */
    -o-animation: mylogo 0.1s linear 0s 1 alternate;
}
/*百度地图api*/
    .iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
    .iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}