﻿/*公共样式开始*/
*{
    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{
    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;
}
.clear_both{
    clear:both;
}   
.left,.l{
    float:left;
}   
.right,.r{
    float:right;
}
.hidden,.hid,.hide{
    display: none;
}
.show{
    display: block;
}
.font_hidden{
    text-indent: -9999px;
}
.precent_div{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.main{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.auto_div{
    width: auto;
    height: auto;
    overflow: hidden;
}
.width_100 {
    width: 100%;
}
/*首页css*/
.header{
    width: 100%;
    height: auto;
}
.top{
    height: 112px;
}
.top .l{
    width: 470px;
    height: 82px;
    overflow: hidden;
    float: left;
    margin-top: 18px;
    margin-left: 28px;
}
.top .l img{
    width: 470px;
    height: 82px;
}
.top .r{
    width: 665px;
    height: auto;
    overflow: hidden; 
    margin-top: 15px;
    text-align: right;
}
.top .r a{
    cursor: pointer;
    display: inline-block;
    color: #996c33;
    font-size: 12px;
    line-height: 32px;
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 15px;
    margin-left: 20px;
}
.top .r a.nav_home{
  background-image: url(/Public/Img/Home/home.png);
}
.top .r a.nav_coll{
  background-image: url(/Public/Img/Home/sc.png);
}
.menu{
    height: 50px;
    background-position: left top;
    background-repeat: repeat-x;  
    background-image: url(/Public/Img/Home/menu_bg.jpg);
}
.menu ul{
  width: 1200px;
  height: 50px;
  overflow: visible;
} 
.menu ul li{
  width: 110px;
  height: 35px;
  overflow: visible;
  float: left;
  text-align: center;
  margin-top: 8px;
  margin: 8px 20px 0 20px;
  position: relative;
}
.menu ul li a{
  line-height: 35px;
  color: #c4120c;
  font-size: 21px;
}
.menu ul li:hover{
  background-color: #BF9A4A;
  border-radius: 4px;  
}
.menu ul li:hover a{
  color: #fff;
}
.menu ul li .son_menu {
    display: none;
    position: absolute;
    width: 110px;
    height: auto;
    overflow: hidden;
    z-index: 9999;
    top: 35px;
    left: 0px;
    background: #BF9A4A;
    text-align: center;
    border-top: solid 1px #fff;
}
.menu ul li .son_menu a{
    display: block;
    width: 110px;
    height: 35px;
    overflow: hidden;
    text-align: center;
    line-height: 35px;    
    font-size: 13px;
    color: #fff;
}
.menu ul li .son_menu a:hover{
    background: #004098;
}
.menu ul li .show{
    display: block;
}
/*首页*/
.content{
  width: 100%;
  height: auto;
  overflow: hidden;
  background-color: #FBF9FA;
}
.product .product_l{
  width: 209px;
  height: auto;
  overflow: hidden;
  float: left;
}
.product .product_l .t{
  width: auto;
  height: 40px;
  overflow: hidden;
  border-bottom: solid 3px #BE9B4A;
  font-size: 21px;
  line-height: 40px;
  color: #c4120c;
  text-align: center;
  margin-top: 13px;
}
.product .product_l .t span{
  font-size: 18px;
}
.product .product_l .c ul li{
  width: auto;
  height: 54px;
  overflow: hidden;
  background-color: #F4F4F4;
  border-bottom: solid 1px #E5E5E5;
  text-align: center;
}
.product .product_l .c ul li a{
  color: #191919;
  line-height: 54px;
  font-size: 16px;
  font-weight: bold;
}
.product .product_l .c ul li span{
  color: #191919;
  line-height: 54px;
  font-size: 14px;  
  padding-left: 20px;
  font-weight: bold;
}
.product .product_l .c ul li:hover{
  background-color: #BF9A4A;
}
.product .product_l .c ul li:hover a,.product .product_l .c ul li:hover span{
  color: #fff;
}
.product .product_r{
  width: 977px;
  height: auto;
  overflow: hidden;
  float: right;
  margin-top: 54px;
}
.product .product_r ul{
  width: 993px;
}
.product .product_r ul li{
  width: 315px;
  height: 240px;
  overflow: hidden;  
  float: left;
  margin-right: 16px;
  margin-bottom: 16px;  
  position: relative;
}
.product .product_r ul li table{
  width: 315px;
  height: 240px;
  overflow: hidden;    
}
.product .product_r ul li table tr td{
  width: 315px;
  height: 240px;
  overflow: hidden;  
}
.product .product_r ul li table tr td img{
  width: 315px;
  height: 240px;
}
.product .product_r ul li .text{
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: #000;
  opacity: 0.6;
  text-align: center;
  background-image: url(/Public/Img/Home/check.png); 
  background-position: center 90px;
  background-repeat: no-repeat;
}
.product .product_r ul li .text a{
  color: #fdfcfc;
  font-size: 18px;
  line-height: 53px;
  padding-top: 130px;
  display: block;
  height: 53px;
  overflow: hidden;
  cursor: pointer;
}
.c2{
  margin-top: 48px;
}
.c2 ul{
  margin-top: 42px;
  width: 1221px;
}
.c2 ul li{
  width: 387px;
  height: 89px;
  overflow: hidden;
  float: left;
  margin-right: 18px;
  margin-left: 2px;
  background-image: url(/Public/Img/Home/n.png); 
  background-position: left center;
  background-repeat: no-repeat;  
}
.c2 ul li .info{
  width: 330px;
  height: 89px;
  overflow: hidden;
  margin-left: 57px;
} 
.c2 ul li .info .text{
  height: 36px;
  overflow: hidden;
}
.c2 ul li .info .intro{
  height: auto;
  overflow: hidden;
  line-height: 24px;
  color: #212121;
  font-size: 14px;
}
.c2 ul li .info .text a{
  color: #212121;
  line-height: 32px;
  font-size: 21px;
}
.c2 ul li:hover{
  background-image: url(/Public/Img/Home/h.png); 
}
.c2 ul li:hover .info{
  border:solid 2px #B00000;
  width: 314px;
  height: 85px;
  overflow: hidden;
  margin-left: 57px;  
  padding:0 5px;
}
.c2 ul li:hover .info .text a{
  color: #AF0102;
}
.bd{
  background-color: #F0F0F0;
  margin-top: 40px;
  padding-bottom: 40px;
}
.c3{
  padding-top: 40px;
}
.c3 .c{
  margin-top: 37px;
}
.c3 .c .l{
  width: 614px;
  height: auto;
  overflow: hidden;
}
.c3 .c .l .info{
  color: #0d0d0d;
  font-size: 14px;
  line-height: 35px;
  text-indent: 20px;
  margin-top: 20px;
}
 .c3 .c .l p{
  width: auto;
  height: 40px;
  overflow: hidden; 
  margin-top: 45px; 
 }
 .c3 .c .l p a{
  display: block;
  cursor: pointer;
  width: 139px;
  height: 38px;
  overflow: hidden;
  border-radius: 4px;
  border:solid 1px #B00000;
  text-align: center;
  line-height: 38px;
  color: #b00000;
  font-size: 16px;
  float: right;
 }
.c3 .c .r{
  width: 506px;
  height: 305px;
  overflow: hidden;
}
.c3 .c .r img{
  width: 506px;
  height: 305px;
}
/*通用标题*/
.title{
    width: auto;
    height: 38px;
    position: relative;
    text-indent: 40px;
    border-bottom: solid 3px #F57800;
}
.title .t_l{
    height: 38px;
    color: #000;
    line-height: 38px;
    font-size: 18px;
    overflow: hidden;
    float: left;
}
.title .t_r{
    float: right;
    height: 38px;
    overflow: hidden;  
}
.title .t_r a{
    line-height: 38px;
    color: #717171;   
}
/*通用面板*/
.con ul{
    margin: 10px 0;
}
.con ul li{
    width: auto;
    height: 32px;
    overflow: hidden;
    background: url(/Public/Img/Home/area.jpg) left center no-repeat; 
    text-indent: 12px;
}
.con ul li a{
    float: left;
    height: 32px;
    overflow: hidden;
    float: left;
    color: #393939;
    line-height: 30px;
}
.con ul li span{
    float: right;
    height: 32px;
    overflow: hidden;
    line-height: 30px;
    color: #393939;
}
/*底部*/
.footer{
    width: 100%;
    height: 137px;
    overflow: hidden;
    background: url(/Public/Img/Home/foot.jpg) left top repeat-x; 
}
.foot .u{ 
  width: 100%;
  height: 106px;
  overflow: hidden;
}
.foot .u ul{
    width: 1434px;
    height: 32px;
    overflow: hidden;
    margin-top: 46px;
}
.foot .u ul li{
  width: 300px;
    height: 32px;
    overflow: hidden;
    color: #fff;
    line-height: 32px;
    margin-right: 178px;
    font-size: 16px;
    float: left;
    background-repeat: no-repeat;
    background-position: left center;
    text-indent: 36px;
}
.foot .u ul li.map{
  background-image: url(/Public/Img/Home/site_icon.png); 
}
.foot .u ul li.tel{
  background-image: url(/Public/Img/Home/tel_icon.png); 
}
.foot .u ul li.message{
  background-image: url(/Public/Img/Home/message_icon.png); 
}
.foot .d{
  height: 31px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  line-height: 31px;
}
.foot .d a{
  color: #fff;
  line-height: 31px;  
}
/*子页面*/
.son_content {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 15px auto 30px auto;
}
.nav{
    width: 100%;
    height: 40px;
    overflow: hidden;
    text-indent: 50px;
    color: #ae0000;
    font-size: 16px;
    line-height: 40px;    
}
.nav a{
    color: #ae0000;
    font-size: 16px;
    line-height: 40px;
}
.article .t{
  width: 100%;
  height: 40px;
  overflow: hidden;
  font-size: 24px;
  background: url(/Public/Img/Home/t_bg.jpg) left bottom no-repeat;
  text-align: center;
  line-height: 40px;
  color: #a16314;
  padding: 10px 0;
}
.pageNow {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 50px;
    text-align: right;
    background: url(/Public/Img/Home/pageNow.png);
}
.pageNow .fr {
    background: url(/Public/Img/Home/home.png) no-repeat left center;
    padding-left: 26px;
    float: right;
    height: 50px;
    font-size: 12px;
    color: #000;
    line-height: 50px;
}
.pageNow a {
    color: #2B57B8;
}
.pageNow a:hover, .pageNow span {
    color: #2B57B8;
}
.son_content .left {
    width: 242px;
    overflow: hidden;
    position: relative;
    padding-top: 20px;
}
.son_content .left li{
  width: 100%;
  height: 75px;
  overflow: hidden;
  background-color: #E2E2E2;
  background-position: 14px 25px;
  background-repeat: no-repeat;
  background-image: url(/Public/Img/Home/left_li_bg_n.png); 
  margin-bottom: 1px;
}
.son_content .left li a {
    display: block;
    width: auto;
    height: 75px;
    margin-left: 74px;
    overflow: hidden;
    background-position: 132px 32px;
    background-repeat: no-repeat;
    background-image: url(/Public/Img/Home/sjh.png);    
    cursor: pointer;
    line-height: 75px;
    font-size: 15px;
    color: #4b4b4b;
}
.son_content .left li:hover{
  background-image: url(/Public/Img/Home/left_li_bg_h.png); 
  background-color: #05A409;
}
.son_content .left li:hover a{
  color: #fff;
  background-image: url(/Public/Img/Home/sjn.png); 
}
.son_content .right {
    width: 931px;
    overflow: hidden;
    position: relative;
    padding-top: 20px;
}
.about{
    color: #3F3F3F;
    line-height: 30px;
    padding: 20px;  
    font-size: 15px;
}
.news{
    width: auto;
    height: auto;
    overflow: hidden;
}
.news ul {
    width: auto;
    height: auto;
    overflow: hidden;            
}
.news ul li{
    width: auto;
    height: 135px;
    overflow: hidden; 
    padding: 20px 0;
    border-bottom: dashed 1px #BBBBBB;
}
.news ul li .l{
    width: 201px;
    height: 135px;
    overflow: hidden;
}
.news ul li .r{
    width: 970px;
    height: auto;
    overflow: hidden;
}
.news ul li .r .r_l{
    width: 800px;
    height: auto;
    overflow: hidden;
    float: left;
}
.news ul li .r .r_l .u{
    width: auto;
    height: 40px;
    overflow: hidden;
}
.news ul li .r .r_l .u a{
    color: #636466;
    font-size: 18px;
    line-height: 40px;  
}
.news ul li .r .r_l .d{
    width: auto;
    height: auto;
    overflow: hidden; 
    color: #919294;
    font-size: 14px;
    line-height: 25px; 
}
.news ul li .r .r_r{
    width: 115px;
    height: auto;
    overflow: hidden;
    float: right;
}
.news ul li .r .r_r a{
    width: 115px;
    height: 30px;
    overflow: hidden;
    display: block;
    cursor: pointer;
    text-align: center;
    line-height: 30px;
    color: #fff;
    border-radius: 30px;
    background: #C7C7C7;
}
.news ul li:hover .r .r_r a{
  background:#000;
}
.images{
    width: auto;
    height: auto;
    overflow: hidden;
}
.images ul{
    width: 963px;
    height: auto;
    overflow: hidden;  
}
.images ul li{
    width: 288px;
    height: 264px;
    overflow: hidden;
    float: left;
    margin-right: 33px;
}
.images ul li table tr td{
    width: 288px;
    height: 215px;
}
.images ul li table tr td a img{
    width: 268px;
    height: 195px;
    border:solid 10px #C7C7C7;
}
.images ul li p{
    width: auto;
    height: 49px;
    text-align: center;
}
.images ul li p a{
    color: #4b4b4b;
    line-height: 49px;
    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;
}

/*登录页面*/
.index_body{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding:20px 0  40px 0;
}
.login_page{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.login_page .t{
    width: 430px;
    height: 43px;
    overflow: hidden;
    font-size: 35px;
    color: #F57800;
    line-height: 43px;
    margin: 40px 0 60px 0;
    text-align: center;
}
.login_page .form_message{
    width: 422px;
    height: auto;
    min-height: 159px;
    overflow: hidden;
    background: url(/Public/Img/Home/login_bg.png) left top no-repeat;    
} 
.login_page .form_message p{
    width: 100%;
    height: 42px;
    overflow: hidden;
} 
.login_page .form_message input{
    display: block;
    height: 42px;
    border:none;
    outline: none;
    margin-bottom: 17px;
    background: none;
    text-indent: 60px;
    line-height: 42px;
    font-size: 15px;
    color: #848484;
} 
.login_page .form_message input.int{
    width: 420px;
}
.login_page .form_message input#checkCode{
    float: left;
}
.login_page .form_message input.login_sint{
    width: 327px;
}
.login_page .form_message .verifyimg {
    width: 90px;
    height: 30px;
    overflow: hidden;
    margin: 5px 0 0 5px;
}
.login_page .form_message .form_button{
    margin-top: 54px;
}
.login_page .form_message input.sub{
    display: inline-block;
    width: 310px;
    height: 55px;
    background-color: #F57800;
    text-indent: 0px;
    text-align: center;
    line-height: 55px;
    border:none;
    outline: none;
    font-size: 25px;
    color: #fff;  
    margin-bottom: 0px;  
}
.login_page .form_message .form_button .u a{
    color: #F57800;
    font-size: 16px;
    line-height: 55px;
    padding-left: 25px;
}
.login_page .form_message .form_button .d{
    width: auto;
    height: 32px;
    overflow: hidden;
    color: #F57800;
    font-size: 16px;
    line-height: 32px;  
    margin-top: 20px;  
    text-indent: 50px;
}
.login_page .form_message .form_button .d a{
    color: #C63932;
    font-size: 16px;
    line-height: 32px;      
}
/*注册页面*/
.register_page{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}
.register_page .t{
    width: 430px;
    height: 43px;
    overflow: hidden;
    font-size: 35px;
    color: #F57800;
    line-height: 43px;
    margin: 10px 0 20px 0;
    text-align: center;
}
.register_page .form_message{
    width: 422px;
    height: auto;
    min-height: 159px;
    overflow: hidden;
    background: url(/Public/Img/Home/register_bg.png) left top no-repeat;    
} 
.register_page .form_message p{
    width: 100%;
    height: 42px;
    overflow: hidden;
} 
.register_page .form_message input[type="text"],.register_page .form_message input[type="password"]  {
    display: block;
    height: 42px;
    border:none;
    outline: none;
    margin-bottom: 16px;
    background: none;
    text-indent: 60px;
    line-height: 42px;
    font-size: 15px;
    color: #848484;
} 
.register_page .form_message input.int{
    width: 420px;
}
.register_page .form_message input#checkCode{
    float: left;
}
.register_page .form_message input.login_sint{
    width: 327px;
}
.register_page .form_message .verifyimg {
    width: 90px;
    height: 30px;
    overflow: hidden;
    margin: 5px 0 0 5px;
}
.register_page .form_message p.protocol{
    line-height: 42px;
    color: #848484;
    font-size: 15px;
    padding-left: 5px;
}
.register_page .form_message p.protocol a{
    color: #007280;
    line-height: 42px;
    font-size: 15px;    
}
.register_page .form_message p input[type="checkbox"] {
    display: inline-block;
    vertical-align: middle;
}
.register_page .form_message .form_button{
    margin-top:25px;
}
.register_page .form_message input.sub{
    display: inline-block;
    width: 310px;
    height: 55px;
    background-color: #F57800;
    text-indent: 0px;
    text-align: center;
    line-height: 55px;
    border:none;
    outline: none;
    font-size: 25px;
    color: #fff;  
    margin-bottom: 0px;  
}
/*个人中心*/
.person_center{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}
.person_center .l{
    width: 202px;
    height: auto;
    overflow: hidden;
    margin-top: 17px;
}
.person_center .l .t{
    width: auto;
    height: 46px;
    overflow: hidden;
    background-color: #F57800;
    text-align: center;
    line-height: 46px;
    font-size: 21px;
    color: #fff;
}
.person_center .l .c{
    width: auto;
    height: auto;
    overflow: hidden;
}
.person_center .l .c ul{
    width: 145px;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
}
.person_center .l .c ul li{
    width: auto;
    height: 39px;
    overflow: hidden;
    border-bottom: solid 1px #F57800;
    text-align: center;
}
.person_center .l .c ul li a{
    color: #F57800;
    font-size: 16px;
    line-height: 39px;
}
.person_center .r{
    width: 976px;
    height: auto;
    overflow: hidden;
    margin-top: 17px;
}
.person_center .r .c{
    width: auto;
    height: auto;
    overflow: hidden;
    padding: 10px 0 10px 30px;
}
.person_center .r .c p{
    width: auto;
    height: 32px;
    overflow: hidden;
    color: #F57800;
    font-size: 16px;
    line-height: 32px;
}

.information_content{
    width: auto;
    height: auto;
    overflow: hidden;
}
.information_content .t{
    width: auto;
    height: 46px;
    overflow: hidden;
    background-color: #F57800;
    text-indent: 35px;
    line-height: 46px;
    font-size: 21px;
    color: #fff;    
}
/* 列表分页 */
.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;

}  
/*图片轮播*/
.yiz-slider-1 {height: 220px;width: 322px;float: left;position: relative; overflow: hidden;}
.yiz-slider-1 ul {margin: 0px;padding: 0px;float: left;height: auto;width: 100%;list-style-type: none;display: block; position: absolute;top: 0;left: 0; z-index: 98}
.yiz-slider-1 ul li {height: auto;width: 100%;float: left;padding: 0px;margin: 0px; overflow: hidden;z-index:1;}
.yiz-slider-1 ul li img{ z-index:1;height: 220px;width: 322px;}
.yiz-page-btn {float: left;width: auto;height: 20px; position: absolute; bottom: 10px; right: 10px; z-index: 99}
.yiz-page-btn span{height: 20px;width: 20px;background-color: #000;display: block;float: left;line-height: 20px;text-align: center;color: #FFF;margin-right: 5px;cursor:pointer; }
.yiz-page-btn .current {background-color: #D82705;} 

/*表达样式开始*/
.form-message {
    width: 523px;
    height: auto;
    overflow: hidden;
    margin: 40px 0 0 80px;
}
.form-message  .item{
    width: 500px;
    height: auto;
    margin: 0 auto 20px auto;
    overflow: hidden;
}
.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: 247px;
    height: 38px;
    border: solid 1px #D8D8D8;
    overflow: hidden;
    color: #999999;
    padding-left: 10px;
    line-height: 38px;
    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: 380px;
    height: 180px;
    resize:none;
}
.form-message  .item .TxtValidateCodeCssClass {
    width: 74px;
    padding: 1px;
    border: solid 1px #DADADA;
    line-height: 34px;
    outline: none;
    vertical-align: top;
}
.form-message .item .sub{
    width: 87px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background: #0D8DBE;
    border: none;
    outline: none;
}
.form-message .item .btn{
    width: 87px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    background: #939192;
    border: none;
    outline: none;
    margin-left: 20px;
}
.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: 1200px;
    height: 234px;
    overflow: hidden;
}   
#indemo{
    width: 800%;
    height: 234px;
}
#demo1, #demo2{
    float: left;
}
#rolling ul{
    height: 234px;
}
#rolling ul li{
    width: 278px;
    height: 234px;  
    float: left;
    margin-right: 30px;
    overflow: hidden;
}
#rolling ul li table tr td{
    width: 278px;
    height: 205px;  
    display: block;
    overflow: hidden;
}
#rolling ul li img{
    width: 278px;
    height: 205px;   
}
#rolling ul li p{
    width: auto;
    height: 29px;
    text-align: center;
    overflow: hidden;
}
#rolling ul li p a{
    color: #000;
    line-height: 29px;   
    font-size: 15px;
}
/* flexslider */
.flexslider{position:relative;height:551px;overflow:hidden;background:url(/Public/Img/Home/loading.gif) 50% no-repeat;}
.slides{position:relative;z-index:1;}
.slides li{height:551px;}
.slides li a{ width: 100%; height: 551px; 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;}

.flex-direction-nav{position:absolute;z-index:3;width:100%;top:45%;display: none;}
.flex-direction-nav li a{display:block;width:69px;height:71px;overflow:hidden;cursor:pointer;position:absolute;}
.flex-direction-nav li a.flex-prev{left:40px;background:url(/Public/Img/Home/prev.png) center center no-repeat;}
.flex-direction-nav li a.flex-next{right:40px;background:url(/Public/Img/Home/next.png) center center no-repeat;}


.focus{ position:relative; width:482px; height:351px;}  
.focus img{ width:482px; height:351px;} 
.focus .shadow .title{width: 335px; height: 65px;padding-left: 30px;padding-top: 20px;}
.focus .shadow .title a{ text-decoration:none; color:#fff; font-size:15px; font-weight:bolder; overflow:hidden; }
.focus .btn{ position:absolute; bottom:34px; left:510px; overflow:hidden; zoom:1;} 
.focus .btn a{position:relative; display:inline; width:13px; height:13px; border-radius:7px; margin:0 5px;color:#B0B0B0;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#D9D9D9; }  
.focus .btn a:hover,.focus .btn a.current{  cursor:pointer;background:#fc114a;}  
.focus .fPic{ position:absolute; left:0px; top:0px;}  
.focus .D1fBt{ overflow:hidden; zoom:1;  height:16px; z-index:10; float:right;}  
.focus .shadow{ width:100%; position:absolute; bottom:0; left:0px; z-index:10; height:37px; line-height: 37px; background:rgba(0,0,0,0.6);    
                filter:progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000')\9;  display:block;  text-align:left; }  
.focus .shadow a{ text-decoration:none; color:#fff; font-size:12px; overflow:hidden; margin-left:10px; font-family:"微软雅黑", "宋体"}  
.focus .fcon{ position:relative; width:100%; float:left;  display:none; background:#000  }  
.focus .fcon img{ display:block; }  
.focus .fbg{bottom:5px; right:0px; position:absolute; height:21px; text-align:right; z-index: 200; }  
.focus .fbg div{margin:4px auto 0;overflow:hidden;zoom:1;height:14px}    
.focus .D1fBt a{position:relative; display:inline; text-align:center; line-height:15px; width:15px; height:15px;margin:0 5px;color:#000000;font:12px/15px "\5B8B\4F53"; text-decoration:none; text-align:center; outline:0; float:left; background:#CBCBCB; }    
.focus .D1fBt .current,.focus .D1fBt a:hover{background:#BC2D1C; color:#FFFFFF;}    
.focus .D1fBt img{display:none}    
.focus .D1fBt i{font-style:normal; }    
.focus .prev{top: 50%;margin-top: -37px; left: 0;background-position:0 -74px; cursor:pointer; }  
.focus .next{top: 50%;margin-top: -37px; right: 0;  background-position:-40px -74px;  cursor:pointer;}  
.focus .prev:hover{  background-position:0 0; }  
.focus .next:hover{  background-position:-40px 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;
}
