@charset 'utf-8';
body{font-size:13px;font-family:arial,"Microsoft YaHei",sans-serif;color:#333;background:#fff;width: 100%;float: left;overflow-x: hidden;}
*{margin:0;padding:0;text-decoration:none;}
ol,ul{list-style:none;margin-bottom: 0;}
a{color:#51504f;text-decoration:none;}
a:hover{color:#51504f;text-decoration:none;}
img{border:none;}
p{margin-bottom: 0;}
label{font-weight: normal;}
h1,h2,h3,h4,h5,h6{margin: 0;padding: 0;}
input{outline: none;}

/*去除iphone的样式*/
input[type="text"],input[type="button"], input[type="submit"], input[type="reset"],input[type="password"] {
-webkit-appearance: none;border-radius: 0;}
textarea {-webkit-appearance: none;border-radius: 0;} 

/* 公共 */
.fl{float:left;}
.fr{float:right;}
.fl,#fl{float:left;}
.fr,#fr{float:right;}
.mr20{margin-right: 20px;}
.mb20{margin-bottom: 20px;}
.ml20{margin-left: 20px;}
.mt20{margin-top: 20px;}
.mt0,#mt0{margin-top: 0;}
.mr0,#mr0,.mR0,#mR0{margin-right: 0px;}
.mr20,#mr20,.mR20,#mR20{margin-right: 20px;}
.mt20,#mt20,.mT20,#mT20{margin-top: 20px;}
.mt10,#mt10,.mT10,#mT10{margin-top: 10px;}
.mb10,#mb10,.mB10,#mB10{margin-bottom: 10px;}
.w100{width: 100%;}
.bw{background: #fff;}
.container{padding-right: 0;padding-left: 0;}
.alldiv{float: left;width: 100%;float: left;}
.dn{display: none;}

/* headerTop_2  */
.headerTop_2{width:100%;height:40px;float: left;background:#c8d100;}
.headerTop_2 .box{float: left;;width:100%;height:40px;line-height: 40px;color: #fff;}
.headerTop_2 .box .welcome{float: left;height: 40px;}
.headerTop_2 .box .l{float: right;height: 40px;}
.headerTop_2 .box .l i{font-style: normal;}
.headerTop_2 .box .r{float: right;height: 40px;}
.headerTop_2 .box .r a{color:#fff;float: left;}
.headerTop_2 .box .r span{color:#fff;float: left;padding: 0 8px;font-family: simsun;color: #fff;line-height: 42px;}
.headerTop_2 .box .r p{color:#fff;float: left;}
@media (max-width: 768px) {
.headerTop_2{display: none;}
}

/* head_2*/
.head_2{width:100%;height:110px;background:#fff;float: left;z-index: 8000;box-shadow: 0 4px 5px #eee;}
.head_2 .box{width:100%;height:110px;margin:0 auto;}
.head_2 .box h1{float:left;padding:0;}
.head_2 .box h1 a{float:left;}
.head_2 .box h1 a img{float:left;margin: 30px 0px 0 00 ;height: 50px;}
.head_2 .box nav{height:110px;float: right;position: relative;z-index: 999;}
.head_2 .box nav ul li{list-style:none;width:120px;float:left;line-height:40px;text-align:center;}
.head_2 .box nav ul li a{font-size:15px;color:#333;text-decoration:none;line-height: 40px;height: 40px;}
.head_2 .box nav ul li a:hover{color: #333;}
.head_2 .box nav ul li a.t{height: 110px;line-height: 110px;width: 100%;text-align: center;display: inline-block;}
.head_2 .box nav ul li.cur{background:#f4f4f4;}
.head_2 .box nav ul li.cur .t{color: #333;}
.head_2 .box nav ul li:hover{background:#f4f4f4;}
.head_2 .box nav .hid li{border:none;background:#c8d100;color: #fff;}
.head_2 .box nav .hid li a{color: #fff;font-size: 13px;display: inline-block;width: 100%;}
.head_2 .box nav .hid li:hover a{color: #fff;background: #fa0}
.head_2 .box nav .hid1{height:0px;overflow:hidden;transition:.5s;} /*把高度设置为0，hover后改变高度，并且设置出来后的速度 */
.head_2 .box nav ul li:hover .hid1{height:400px;background: #c8d100;}
.head_2 .box nav ul li:nth-child(2):hover .hid1{height: 120px;}
.head_2 .box nav ul li:nth-child(3):hover .hid1{height: 200px;}
.head_2 .box nav ul li:nth-child(4):hover .hid1{height: 120px;}
.head_2 .box nav ul li:nth-child(5):hover .hid1{height: 40px;}
.head_2 .box nav ul li:nth-child(6):hover .hid1{height: 80px;}
.head_2 .box nav ul li:nth-child(7):hover .hid1{height: 120px;}
.head_2 .box nav .hid2{display:none;}
.head_2 .box nav ul li:hover .hid2{display:block;-webkit-animation:aa 1s;-moz-animation:aa 1s;} /*调用动画函数，并且1S执行 */
@-webkit-keyframes aa{ /*写一个动画函数*/
    from{-webkit-transform:rotateY(0deg);}
    to{-webkit-transform:rotateY(360deg);}
}
@-moz-keyframes aa{  /*写一个动画函数*/
    from{-moz-transform:rotateY(0deg);}
    to{-moz-transform:rotateY(360deg);}
}
.head_2 .box .tel{float: right;line-height: 40px;margin: 35px 0 0;display: none;}
.head_2 .box .tel img{float: left;margin-right: 10px;margin-top: 4px;}
.head_2 .box .tel span{float: left;height: 40px;font-size: 20px;color: #b2c133;line-height: 40px;}
@media (max-width: 1400px) {
.head_2 .box h1 a img{float:left;margin: 30px 0px 0 00 ;height: 50px;}
.head_2 .box nav ul li{width:110px;}
}
@media (max-width: 1300px) {
}
@media (max-width: 768px) {
.head_2{display: none;}
}


/* head_m_1 */
.head_m_1{width:100%;height:54px;background:#b2c133;float: left;z-index: 8000;display: none;position: relative;}
.head_m_1 .box{width:100%;height:54px;float: left;padding:12px 15px;}
.head_m_1 .box .logo{float: left;max-width: 50%;}
.head_m_1 .box .logo img{float: left;height: 24px;margin-top: 3px;}
.head_m_1 .box .r{float: right;}
.head_m_1 .box .r .menu{float: left;height: 24px;margin: 3px 0 0 0;}
.head_m_1 .box .r .menu img{float: left;height: 24px;}
@media (max-width: 768px) {
.head_m_1{display: block;}
}
/*m_head_1*/
.m_head_1_nav{display: none;background:#b2c133;width: 100%;height: 100%;position: fixed;z-index: 9800;background-size: 100%;padding:0px 0px;border-top: 0;}
.m_head_1_nav .abox{float: left;width: 100%;margin-top:0px;position: relative;height: 100%;padding: 60px 20% 0;text-align: center;}
.m_head_1_nav .abox .menu_hover{float: left;width: 100%;text-align: right;height: 40px;position: absolute;top: 18px;right: 15px;}
.m_head_1_nav .abox .menu_hover img{float: right;height: 24px;}
.m_head_1_nav .abox .a{width: 100%;float: left;line-height: 44px;font-size: 15px;color: #fff;text-align: right;}
.m_head_1_nav .abox .tel{width: 100%;float: left;border-top: 1px solid #fff;text-align: right;margin-top: 20px;padding-top: 30px;}
.m_head_1_nav .abox .tel p{display: inline-block;height: 30px;}
.m_head_1_nav .abox .tel p img{height: 24px;float: left;margin: 3px 3px 0 0;}
.m_head_1_nav .abox .tel p span{height: 30px;line-height: 30px;color: #fff;font-size: 18px;display: inline-block;float: left;margin-left: 10px;}
@media (max-width: 768px) {
.m_head_1_bt{display: block;}
}

/* head_m_2 */
.head_m_2{width:100%;height:54px;background:#b2c133;float: left;z-index: 8000;display: none;position: relative;}
.head_m_2 .box{width:100%;height:54px;float: left;padding:0 15px;}
.head_m_2 .box .home{float: left;border-right: 1px solid #BDCC40;height: 54px;}
.head_m_2 .box .home img{float: left;height: 30px;margin: 12px 15px 0 0;}
.head_m_2 .box .a{float: left;height: 54px;line-height: 54px;font-size: 14px;color: #fff;margin: 0 10px;}
.head_m_2 .box .img{float: left;height: 54px;}
.head_m_2 .box .r{float: right;}
.head_m_2 .box .r .menu_page{float: left;height: 24px;margin: 15px 0 0 0;position: absolute;right: 15px;}
.head_m_2 .box .r .menu_page img{float: left;height: 24px;}
.head_m_2 .box .r .menu_page_hover{float: left;height: 24px;margin: 15px 0 0 0;position: absolute;right: 15px;display: none;}
.head_m_2 .box .r .menu_page_hover img{float: left;height: 24px;}
.head_m_2 .box .r .menu{float: left;height: 24px;margin: 15px 0 0 0;}
.head_m_2 .box .r .menu img{float: left;height: 24px;}
@media (max-width: 768px) {
.head_m_2{display: block;}
}
.m_head_page_nav{display: none;background:rgba(0,0,0,0.9);width: 100%;position: fixed;z-index: 9800;background-size: 100%;padding:0px 0px;border-top: 0;top: 54px;}
.m_head_page_nav .abox{float: left;width: 100%;margin-top:0px;position: relative;height: 100%;padding: 20px;text-align: center;}
.m_head_page_nav .abox a{width: 33.333%;float: left;line-height: 36px;font-size: 14px;color: #fff;text-align: center;}

/* footer_18 */
.footer_18{width: 100%;float: left;background:#b2c133;}
.footer_18 .box{width: 100%;float: left;padding: 30px 0;border-top: 1px solid #c7d649;}
.footer_18 .box p{width: 100%;float: left;color: #fff;line-height: 26px;font-size: 14px;}
.footer_18 .box p a{color: #fff;}
@media (max-width: 768px) {
.footer_18{display: none;}
}
.footer_18_m{width: 100%;float: left;background:#b2c133;display: none;padding: 30px 0 40px;}
.footer_18_m .box{width: 100%;float: left;text-align: center;color: #fff;line-height: 24px;}
@media (max-width: 768px) {
.footer_18_m{display: block;}
}

/* fixbar_03 */
#fixbar_03{position: fixed;right: 20px;top: 50%;z-index: 9999;margin-top: 120px;}
#fixbar_03 ul li{position: relative;width: 45px;height: 45px;margin-bottom: 1px;}
#fixbar_03 ul li a{position: absolute;right: 0;top: 0;z-index: 5;width: 45px;height: 45px;overflow: hidden;-webkit-transition:.3s all linear;-moz-transition:.3s all linear;transition:.3s all linear;background: #b2c133;}
#fixbar_03 ul li a:hover{background: #97a521;}
#fixbar_03 ul li span{position: absolute;right: 45px;bottom: 0;z-index: 5;height: 45px;width: 90px;    line-height: 45px;color: #fff;text-align: center;}
#fixbar_03 ul li i{position: absolute;right:0;top: 0;z-index: 5;width: 45px;height: 45px;}
#fixbar_03 ul #weixin{height: 100px;}
#fixbar_03 ul #weixin a{height: 100px;}
#fixbar_03 ul #weixin i{background: url(/Public/Common/Images/fixbar_03.png) 0 -352px no-repeat;height: 100px;}
#fixbar_03 ul #weixin span{height: 100px;}
#fixbar_03 ul #weixin span img{width: 80px;float: left;margin: 10px;padding: 10px;background: #fff;}
#fixbar_03 ul #order i{background: url(/Public/Common/Images/fixbar_03.png) 0 -382px no-repeat;}
#fixbar_03 ul #qq i{background: url(/Public/Common/Images/fixbar_03.png) 0 -507px no-repeat;}
#fixbar_03 ul #tel i{background: url(/Public/Common/Images/fixbar_03.png) 0 -446px no-repeat;}
#fixbar_03 ul #tel span{line-height: 18px;padding:1px 0 0;height: 40px;}
#fixbar_03 ul #backtop i{    background: url(/Public/Common/Images/fixbar_03.png) 0 -139px no-repeat;}
#fixbar_03 ul #overlay{display: none;position: fixed;left: 0;    top: 0;    z-index: 1000;height: 100%;width: 100%;cursor: pointer;background: #000;opacity: 0.1;filter: alpha(opacity=10);}
@media (max-width: 768px) {
#fixbar_03{display: none;}
}


.commentWrap{width: 100%;float: left;color: #dd3300;padding: 20px 0 10px 0px;border-top: 1px solid #e5e5e5;margin-top: 20px;}
.commentWrap .edit{float: left;width: 100%;}
.commentWrap .edit .form{width:100%;height:120px;float: right;border: 1px solid #ddd;border-radius: 5px;overflow: hidden;}
.commentWrap .edit .form textarea{width:100%;height:70px;float: left;border: none;margin: 5px;outline: none;box-shadow: none;font-size: 13px;font-family:microsoft yahei;}
.commentWrap .edit .form textarea:focus{outline: none;box-shadow: none;}
.commentWrap .edit .form .submit{height: 40px;background: #eee;float: left;width: 100%;padding: 0;}
.commentWrap .edit .form .submit .count{height: 30px;float: left;line-height:40px;color: #777;text-indent: 10px;}
.commentWrap .edit .form .submit .button{height: 30px;float: right;margin: 6px 6px 0 0 ;font-size: 13px;font-family:microsoft yahei;padding: 0 20px;line-height: 20px;}
.commentWrap .clist{float: left;width: 100%;border-bottom: 1px dotted #ccc;margin: 20px 0 0 0;padding: 0px 0 20px;}
.commentWrap .clist .cbox{float: right;width:100%;font-size: 13px;}
.commentWrap .clist .cbox .cavatar{float: left;height: 30px;width: 30px;border-radius: 100%;}
.commentWrap .clist .cbox .cuname{float: left;width: 100%;line-height: 30px;}
.commentWrap .clist .cbox p{float: left;width: 100%;color: #333;line-height: 20px;margin: 10px 0;}
.commentWrap .clist .cbox p b{float: left;font-weight: normal;}
.commentWrap .clist .cbox .cinfo{float: left;width: 100%;color: #999;line-height: 14px;height: 14px;}
.commentWrap .clist .cbox .cinfo span{float: left;margin: 0 5px 0 0;}


/* footer_22 */
.footer_22{width: 100%;float: left;background:#666;color: #fff;display: none;}
.footer_22 .box{width: 100%;float: left;padding: 60px 0 40px;text-align: center;}
.footer_22 .box .img{float: left;width: 100%;}
.footer_22 .box .img img{width: 30%;height: auto;}
.footer_22 .box span{float: left;width: 100%;line-height: 60px;font-family: simsun;font-size: 15px;display:block;}
.footer_22 .box .wx{float: left;width: 100%;}
.footer_22 .box .wx .li{display: inline-block;width:70px;margin: 0 10px;}
.footer_22 .box .wx .li img{width: 70px;}
.footer_22 .box .wx .li i{width: 70px;font-style: normal;line-height: 40px;color: #aaa;}
@media (max-width: 768px) {
.footer_22{display: block;}
}

/* footer_2 */
.footer_2{width: 100%;float: left;background: #b2c133;}
.footer_2 .box{float: left;width: 100%;}
.footer_2 .box .c{width: 100%;;float: left;padding: 60px 0 30px;}
.footer_2 .box .c .li{width: 140px;float: left;}
.footer_2 .box .c .li b{float: left;width: 100%;color: #fff;line-height: 50px;font-size: 14px;}
.footer_2 .box .c .li .list{float: left;width: 100%;color: #fff;line-height: 30px}
.footer_2 .box .c .li .list a{float: left;width: 100%;color: #fff;}
.footer_2 .box .c .r{width: 300px;float: right;min-height: 150px;border-left: 1px solid #c7d649;padding-left: 30px;margin-right: 30px;}
.footer_2 .box .c .r b{float: left;width: 100%;color: #fff;font-weight: bold;line-height: 30px;font-size: 24px;text-align: center;}
.footer_2 .box .c .r p{float: left;width: 100%;color: #fff;font-weight: normal;line-height: 22px;text-align: center;margin-top: 10px;}
.footer_2 .box .c .r .span{float: left;width: 100%;text-align: center;}
.footer_2 .box .c .r .span span{display:inline-block;line-height: 32px;border: 1px solid #fff;text-align: center;color: #fff;margin: 10px 0 0;padding: 0 30px;}
.slogan_2{width: 100%;float: left;padding: 40px 0;background: #888;}
.slogan_2 .box{float: left;width: 100%;}
.slogan_2 .box .li{float: left;line-height: 60px;font-style: normal;color: #fff;padding-left:0px;width: 16%;height: 60px;border-right: 1px solid #a29e9e;margin: 0 4% 0 0;}
.slogan_2 .box .li:nth-child(5){border-right: none;}
.slogan_2 .box .li span{float: left;line-height: 60px;font-size: 22px;margin-right: 20px;}
.slogan_2 .box .li b{float: left;line-height: 60px;font-size: 16px;font-weight: normal;}
@media (max-width: 1400px) {
.footer_2 .box .c .r{width: 300px;margin-right: 0px;}
.footer_2 .box .c .li{width: 130px;float: left;}
}
@media (max-width: 1200px) {
.footer_2 .box .c .r{width: 180px;margin-right: 0px;}
}
@media (max-width: 768px) {
.footer_2{display: none;}
.slogan_2{display: none;}
}



/* fullSlide */
.fullSlide{ width:100%;  position:relative;  height:560px; float: left;z-index: 100;  }
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.fullSlide .bd ul{ width:100% !important;  }
.fullSlide .bd li{ width:100% !important;  height:560px; overflow:hidden; text-align:center; background-position: center top;background-repeat: no-repeat;background-size: 1920px;}
.fullSlide .bd li a{ display:block; height:560px; }
.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:30px; left:0; height:30px; line-height:30px; }
.fullSlide .hd ul{ text-align:center; }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:20px; height:1px; margin:2px; overflow:hidden; background:#fff;filter:alpha(opacity=40);opacity:0.4;  line-height:999px; }
.fullSlide .hd ul .on{ filter:alpha(opacity=100);opacity:1;   }
.fullSlide .prev,
.fullSlide .next{  display:block;  position:absolute; z-index:1; top:50%; margin-top:-30px; left:10%;  z-index:1; width:40px; height:60px; background:url(/Public/Common/Images/slider-arrow.png) -126px -137px #000 no-repeat;  cursor:pointer; filter:alpha(opacity=20);opacity:0.2; display:block;  }
.fullSlide .next{ left:auto; right:10%; background-position:-6px -137px; }
@media (max-width: 1400px) {
.fullSlide{ width:100%;  position:relative;  height:408px; background:#000;float: left;  }
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.fullSlide .bd ul{ width:100% !important;  }
.fullSlide .bd li{ width:100% !important;  height:408px; overflow:hidden; text-align:center;background-size: 1400px;  }
.fullSlide .bd li a{ display:block; height:408px; }
.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:30px; left:0; height:30px; line-height:30px; }
.fullSlide .hd ul{ text-align:center; }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:10px; height:1px; margin:2px; overflow:hidden; background:#fff;filter:alpha(opacity=40);opacity:0.4;  line-height:999px; }
.fullSlide .hd ul .on{ filter:alpha(opacity=100);opacity:1;   }
.fullSlide .prev,
.fullSlide .next{  display:block;  position:absolute; z-index:1; top:50%; margin-top:-30px; left:10%;  z-index:1; width:40px; height:60px; background:url(/Public/Common/Images/slider-arrow.png) -126px -137px #000 no-repeat;  cursor:pointer; filter:alpha(opacity=20);opacity:0.2; display:block;  }
.fullSlide .next{ left:auto; right:10%; background-position:-6px -137px; }
}
@media (max-width: 1200px) {
.fullSlide{ width:100%;  position:relative;  height:350px; background:#000;float: left;  }
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.fullSlide .bd ul{ width:100% !important;  }
.fullSlide .bd li{ width:100% !important;  height:350px; overflow:hidden; text-align:center;background-size: 1200px;  }
.fullSlide .bd li a{ display:block; height:350px; }
.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:30px; left:0; height:30px; line-height:30px; }
.fullSlide .hd ul{ text-align:center; }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:10px; height:1px; margin:2px; overflow:hidden; background:#fff;filter:alpha(opacity=40);opacity:0.4;  line-height:999px; }
.fullSlide .hd ul .on{ filter:alpha(opacity=100);opacity:1;   }
.fullSlide .prev,
.fullSlide .next{  display:block;  position:absolute; z-index:1; top:50%; margin-top:-30px; left:10%;  z-index:1; width:40px; height:60px; background:url(/Public/Common/Images/slider-arrow.png) -126px -137px #000 no-repeat;  cursor:pointer; filter:alpha(opacity=20);opacity:0.2; display:block;  }
.fullSlide .next{ left:auto; right:10%; background-position:-6px -137px; }
}
@media (max-width: 992px) {
.fullSlide{ width:100%;  position:relative;  height:290px; background:#000;float: left;  }
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.fullSlide .bd ul{ width:100% !important;  }
.fullSlide .bd li{ width:100% !important;  height:290px; overflow:hidden; text-align:center;background-size: 992px;  }
.fullSlide .bd li a{ display:block; height:290px; }
.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:30px; left:0; height:30px; line-height:30px; }
.fullSlide .hd ul{ text-align:center; }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:30px; height:2px; margin:1px; overflow:hidden; background:#fff;filter:alpha(opacity=40);opacity:0.4;  line-height:999px; }
.fullSlide .hd ul .on{ filter:alpha(opacity=100);opacity:1;   }
.fullSlide .prev,
.fullSlide .next{  display:block;  position:absolute; z-index:1; top:50%; margin-top:-30px; left:10%;  z-index:1; width:40px; height:60px; background:url(/Public/Common/Images/slider-arrow.png) -126px -137px #000 no-repeat;  cursor:pointer; filter:alpha(opacity=20);opacity:0.2; display:block;  }
.fullSlide .next{ left:auto; right:10%; background-position:-6px -137px; }
}
@media (max-width: 768px) {
.fullSlide{display: none;}
}

/*mfullSlideBox*/
.mfullSlideBox{ position:relative; overflow:hidden;max-width:768px;display: none;float: left;width: 100%;}
.mfullSlideBox .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1;text-align: center;width: 100%; }
.mfullSlideBox .hd li{ display:inline-block; width:8px; height:8px;-webkit-border-radius:8px;-moz-border-radius:8px;border-radius:8px;background:#fff; text-indent:-9999px; overflow:hidden; margin:0 3px;opacity: 0.4;}
.mfullSlideBox .hd li.on{opacity: 1;}
.mfullSlideBox .bd{ position:relative; z-index:0; }
.mfullSlideBox .bd li{ position:relative; text-align:center;  }
.mfullSlideBox .bd li img{ background:url(images/loading.gif) center center no-repeat;  vertical-align:top; width:100%;/* 图片宽度100%，达到自适应效果 */}
.mfullSlideBox .bd li a{ -webkit-tap-highlight-color:rgba(0,0,0,0);  }  /* 去掉链接触摸高亮 */
.mfullSlideBox .bd li .tit{ display:block; width:100%;  position:absolute; bottom:0; text-indent:10px; height:28px; line-height:28px; background:url(images/focusBg.png) repeat-x; color:#fff;  text-align:left;  }
@media (max-width: 768px) {
.mfullSlideBox{display: block;}
}

/* notice_7 */
.notice_7{float: left;height: 70px;width: 100%;position: relative;z-index: 9999;}
.notice_7 .box{float: left;height: 90px;background: #fff;width: 100%;line-height: 30px;padding: 30px 20px;margin-top: -45px;background: #f4f4f4;}
.notice_7 .box .scbox{ width:100%; float: left;}
.notice_7 .box .scbox .img{float: left;margin: 2px 0 00;}
.notice_7 .box .scbox .hd{ overflow:hidden;height: 30px;padding:0;float: right;}
.notice_7 .box .scbox .hd .prev{float: left;width: 70px;height: 30px;padding-left: 20px;line-height: 30px;font-size: 16px;cursor: pointer;transition: 0.3s;color: #666;}
.notice_7 .box .scbox .hd .next{float: left;width: 70px;height: 30px;padding-right: 20px;text-align: center;line-height: 30px;font-size: 16px;cursor: pointer;transition: 0.3s;color: #666;}
.notice_7 .box .scbox .hd .prev:hover{padding-left: 10px;color: #b2c133;}
.notice_7 .box .scbox .hd .next:hover{padding-right: 10px;color: #b2c133;}
.notice_7 .box .scbox .bd{ width: 70%;float: left; padding-left: 10px; }
.notice_7 .box .scbox .infoList li{ height:30px; line-height:30px;float: left;width: 100%;overflow: hidden;}
.notice_7 .box .scbox .infoList li a{ float:left; font-size: 15px; }
.notice_7 .box .scbox .infoList li .date{ float:right; color:#aaa;font-size: 12px;}
@media (max-width: 768px) {
.notice_7{display: none;}
}

/*indexAbout*/
.indexAbout{width: 100%;float: left;padding-top: 120px;padding-bottom: 120px;background:#f4f4f4;transition:0.5s;margin-top: 0px;}
.indexAbout .box{width: 100%;float: left;transition:0.5s;}
.indexAbout .box .l1{width:80%;float: left;margin: 0 10%;}
.indexAbout .box .l1 iframe{width:100%;float: left;height: 420px;}
.indexAbout .box .l1 b{width:100%;float: left;line-height: 30px;font-size: 30px;color: #333;margin-bottom: 10px;font-weight: normal;text-align: center;}
.indexAbout .box .l1 span{width:100%;float: left;line-height: 30px;font-size: 20px;color: #ddd;text-align: center;margin-bottom: 20px;}
.indexAbout .box .r{width:80%;float: left;padding-left: 00px;margin: 0 10%;text-align: center;padding-top: 40px;}
.indexAbout .box .r p{width:100%;float: left;line-height: 30px;font-size: 16px;color: #666;margin-top: 10px;}
@media (max-width: 768px) {
/*indexAbout*/
.indexAbout{width: 100%;float: left;padding-top: 40px;padding-bottom: 40px;background:#f4f4f4;transition:0.5s;margin-top: 20px;}
.indexAbout .box{width: 100%;float: left;transition:0.5s;padding: 0 20px;}
.indexAbout .box .r{width:100%;float: left;padding-left: 0px;padding-top: 20px;margin: 0}
.indexAbout .box .r p{width:100%;float: left;line-height: 30px;font-size: 14px;color: #666;margin-top: 15px;}
.indexAbout .box .l1 b{width:100%;float: left;line-height: 30px;font-size: 24px;color: #333;margin-bottom: 10px;}
.indexAbout .box .l1 span{width:100%;float: left;line-height: 30px;font-size: 20px;color: #ddd;}
.indexAbout .box .l1{width:100%;float: left;margin: 0}
.indexAbout .box .l1 iframe{width:100%;float: left;height: 200px;}
}

/*index_news*/
.index_news{width: 100%;float: left;padding-top: 80px;padding-bottom: 80px;background:#eee;transition:0.5s;opacity:0;margin-top: 20px;}
.index_news.on{opacity: 1;margin-top: 0;}
.index_news .t{width: 100%;float: left;}
.index_news .t b{width:100%;float: left;line-height: 30px;font-size: 30px;color: #333;margin-bottom: 10px;font-weight: normal;text-align: center;}
.index_news .t span{width:100%;float: left;line-height: 30px;font-size: 20px;color: #ddd;text-align: center;margin-bottom: 20px;}
.index_news .b{width: 100%;float: left;height:50px;position: relative;text-align: center;transition:0.5s;margin-top: 30px;}
.index_news .b a{display: inline-block;line-height: 50px;padding: 0 80px;border:1px solid #b2c133;color: #b2c133;border-radius: 50px;font-size: 16px;transition: 0.5s;}
.index_news .b a:hover{background: #b2c133;box-shadow: none;color: #fff;}
.index_news .box{width: 100%;float: left;transition:0.5s;}
.index_news .box .ul{float: left;margin:0px 0px 0px;width:100%;font-size:12px;padding: 0px 0 0px 0;}
.index_news .box .ul li{width:49%;overflow:hidden;padding: 0px;float: left;background: #fff;margin: 0 2% 15px 0;transition: 0.5s;}
.index_news .box .ul li:nth-child(2n){margin-right: 0;}
.index_news .box .ul li a{width: 100%;float: left;line-height: 60px;text-indent: 15px;font-size: 15px;overflow: hidden;height: 60px;padding-right: 20px;transition: 0.5s;}
.index_news .box .ul li a b{float: left;width: 70%;overflow: hidden;font-weight: normal;}
.index_news .box .ul li a span{float: left;width: 30%;overflow: hidden;text-align: right;color: #aaa;}
.index_news .box .ul li a:hover{background: #b2c133;color: #fff;}

/*index_news_m*/
.index_news_m{width: 100%;float: left;background:#eee;height: auto;padding-bottom: 30px;display: none;padding-top: 40px;}
.index_news_m .b{width: 100%;float: left;height:40px;position: relative;text-align: center;padding: 0 15px;}
.index_news_m .b a{display: inline-block;line-height: 40px;padding: 0 50px;border:1px solid #b2c133;color: #b2c133;border-radius: 40px;font-size: 14px;transition: 0.5s;float: left;width: 100%;}
.index_news_m .b a:hover{background: #b2c133;color:#fff;}
.index_news_m .t{width: 100%;float: left;}
.index_news_m .t b{width:100%;float: left;line-height: 30px;font-size: 24px;color: #333;margin-bottom: 10px;font-weight: normal;text-align: center;}
.index_news_m .t span{width:100%;float: left;line-height: 30px;font-size: 20px;color: #ddd;text-align: center;margin-bottom: 20px;}
.index_news_m .box{width: 100%;float: left;}
.index_news_m .box .ul{float: left;margin:30px 0px 0;width:100%;font-size:12px;padding:0px 20px 0;}
.index_news_m .box .ul li{width:100%;overflow:hidden;padding:0;float: left;background: #fff;margin: 0 0 20px 0;border-bottom: 1px solid #eee;}
.index_news_m .box .ul li:nth-child(2n){float: left;}
.index_news_m .box .ul li .img{width:100%;float: left;display: none;}
.index_news_m .box .ul li .img img{width:100%;float: left;}
.index_news_m .box .ul li .text{width:100%;float: right;padding: 0px 10px 10px;}
.index_news_m .box .ul li .text .desc{width: 100%;float: right;line-height: 30px;color: #aaa;font-size: 13px;}
.index_news_m .box .ul li .text .tt{width: 100%;float: right;font-size: 16px;font-weight: normal;line-height: 24px;color: #333;overflow: hidden;margin: 20px 0 5px;}
.index_news_m .box .ul li .text .tt:hover{color: #000}
.index_news_m .box .ul li .text p{width: 100%;float: right;font-size: 14px;color: #666;line-height: 20px;margin-bottom: 20px;display: none;}
@media (max-width: 768px) {
.index_news{display: none;}
.index_news_m{display: block;}
}


/*liucheng*/
.liucheng{width: 100%;float: left;padding-top: 80px;padding-bottom: 80px;background:#fff;transition:0.5s;margin-top: 20px;border-top:1px solid #eee;}
.liucheng .t{width: 100%;float: left;}
.liucheng .t b{width:100%;float: left;line-height: 30px;font-size: 30px;color: #333;margin-bottom: 10px;font-weight: normal;text-align: center;}
.liucheng .t span{width:100%;float: left;line-height: 30px;font-size: 20px;color: #ddd;text-align: center;margin-bottom: 20px;}
.liucheng .img{width: 100%;float: left;text-align: center;}
.liucheng .img img{max-width: 100%;}
.liucheng_m{width: 100%;float: left;background:#fff;height: auto;padding: 30px 0;display: none;border-top:1px solid #eee;}
.liucheng_m .t{width: 100%;float: left;}
.liucheng_m .t b{width:100%;float: left;line-height: 30px;font-size: 24px;color: #333;margin-bottom: 10px;font-weight: normal;text-align: center;}
.liucheng_m .t span{width:100%;float: left;line-height: 30px;font-size: 20px;color: #ddd;text-align: center;margin-bottom: 20px;}
.liucheng_m .img{width: 100%;float: left;text-align: center;}
.liucheng_m .img img{max-width: 100%;}
@media (max-width: 768px) {
.liucheng{display: none;}
.liucheng_m{display: block;}
}


/* toolBox_21_pc */
.toolBox_21_pc{width: 100%;float: left;background: url(/Public/Common/Images/toolBox_21_pc.jpg) no-repeat center top fixed;padding: 120px 0;margin-bottom: 0px;}
.toolBox_21_pc .t{float: left;width:100%;font-size: 18px;color: #fff;}
.toolBox_21_pc .t b{float: left;width:100%;font-size: 24px;color: #fff;line-height: 40px;font-weight: normal;text-align: center;}
.toolBox_21_pc .t p{float: left;width:100%;font-size: 18px;color: #fff;line-height: 60px;text-align: center;text-transform: uppercase;}
.toolBox_21_pc .t em{float: left;width:100%;height: 5px;padding: 0 47%;border-bottom: 1px solid rgba(255,255,255,0.5);margin: 20px 0 ;}
.toolBox_21_pc .t em i{float: left;width:100%;height:10px;background: #fff;}
.toolBox_21_pc .box{float: left;width: 100%;padding:40px 0 0;}
.toolBox_21_pc .box .li{width: 10.6%;float: left;margin:50px 3% 10px;}
.toolBox_21_pc .box .li:hover .img{background: #fa0;border: 1px solid #fa0;}
.toolBox_21_pc .box .li .img{float: left;width: 100%;text-align: center;padding: 15%;border-radius: 100%;border: 1px solid #fff;transition:0.5s;}
.toolBox_21_pc .box .li .img img{width: 100%;}
.toolBox_21_pc .box .li span{float: left;width: 100%;line-height: 50px;text-align: center;font-size: 16px;color: #fff;margin-top:5px;}
@media (max-width: 768px) {
.toolBox_21_pc{width: 100%;float: left;background: url(/Public/Common/Images/toolBox_21_pc.jpg) no-repeat center top;padding: 60px 0;margin-bottom: 60px;}
.toolBox_21_pc .t{float: left;width:100%;font-size: 18px;color: #fff;}
.toolBox_21_pc .t b{float: left;width:100%;font-size: 24px;color: #fff;line-height: 20px;font-weight: normal;text-align: center;}
.toolBox_21_pc .t p{float: left;width:100%;font-size: 18px;color: #fff;line-height: 60px;text-align: center;}
.toolBox_21_pc .t em{float: left;width:100%;height: 6px;padding: 0 47.5%;margin-bottom: 10px;}
.toolBox_21_pc .t em i{float: left;width:100%;height: 6px;background: #fff;}
.toolBox_21_pc .box{float: left;width: 100%;padding:10px 20px 0;}
.toolBox_21_pc .box .li{width: 25.333%;float: left;margin:0px 4% 10px;}
.toolBox_21_pc .box .li .img{float: left;width: 100%;text-align: center;padding: 8% 10% 0;border-radius: 100%;border:none;}
.toolBox_21_pc .box .li .img img{width: 100%;}
.toolBox_21_pc .box .li span{float: left;width: 100%;line-height: 20px;text-align: center;font-size: 15px;color: #fff;margin-top:0;}
}

/*首页系列列表*/
.indexCate_03{float: left;width: 100%;padding:0 0px 100px;transition:0.5s;background: #eee;position: relative;}
.indexCate_03.on .ul{bottom: 0;opacity: 1;}
.indexCate_03 .b{float: left;width:100%;text-align: center;margin: 60px 0 0;}
.indexCate_03 .b a{line-height: 50px;color: #fff;font-size: 16px;padding:0px 80px 0;transition:0.5s;display: inline-block;border: 1px solid #b2c133;border-radius: 50px;color: #b2c133;}
.indexCate_03 .b a:hover{border: 1px solid #b2c133;background: #b2c133;color: #fff;}
.indexCate_03 .t{float: left;width:100%;font-size: 18px;color: #fff;margin-bottom: 60px;}
.indexCate_03 .t p{float: left;width:100%;text-align: center;height: 120px;}
.indexCate_03 .t p i{display: inline-block;width:400px;font-size: 24px;color: #fff;line-height: 120px;text-align: center;text-transform: uppercase;font-style: normal;height: 120px;background: #b2c133;}
.indexCate_03 .t em{float: left;width:100%;height: 4px;padding: 0 48%;margin-top: -4px;}
.indexCate_03 .t em i{float: left;width:100%;height: 4px;background: #fff;}
.indexCate_03 .t b{float: left;width:100%;font-size: 24px;color: #333;line-height: 40px;font-weight: normal;text-align: center;margin-top: 30px;}
.indexCate_03 .ul{float: left;width: 100%;position: relative;bottom: -30px;opacity: 0;transition:0.5s;}
.indexCate_03 .ul li{float: left;width:100%;position: relative;transition:0.5s;background: #fff;margin-bottom: 1px;}
.indexCate_03 .ul li:nth-child(2n) .img{float: right;}
.indexCate_03 .ul li:nth-child(2n) .text{float: left;}
.indexCate_03 .ul li:hover{background: #b2c133;}
.indexCate_03 .ul li:hover .img{background: #000;}
.indexCate_03 .ul li:hover .img img{opacity: 0.4;}
.indexCate_03 .ul li:hover .text .tit{color: #fff;}
.indexCate_03 .ul li:hover .text b{color: #fff;}
.indexCate_03 .ul li:hover .text .see{background: #fff;color:#b2c133;padding: 0 60px 0 40px;}
.indexCate_03 .ul li:hover .text .info{color: #fff;}
.indexCate_03 .ul li:hover p{color: #fff;}
.indexCate_03 .ul li .img{float: left;width:35%;background: #000;transition:0.5s;}
.indexCate_03 .ul li .img img{float: left;width:100%;transition:0.5s;}
.indexCate_03 .ul li .text{float: right;width:65%;padding: 30px 50px 0;}
.indexCate_03 .ul li .text .tit{float: left;width:100%;line-height: 44px;color: #000;overflow: hidden;font-size: 24px;transition:0.5s;font-weight: normal;}
.indexCate_03 .ul li .text b{float: left;width:100%;line-height: 34px;color: #ddd;overflow: hidden;font-size: 24px;transition:0.5s;font-weight: normal;text-transform: uppercase;}
.indexCate_03 .ul li .text .info{float: left;width:100%;line-height: 24px;font-size: 16px;margin: 15px 0 20px;color: #666;transition:0.5s;}
.indexCate_03 .ul li .text .see{float: left;line-height:36px;color: #fff;font-size: 16px;padding:0px 20px 0;margin: 0px 0 30px 0;transition:0.5s;background:#b2c133;}
@media (max-width: 1400px) {
.indexCate_03 .ul li:hover .text .see{padding: 0 50px 0 30px;}
.indexCate_03 .t p{height: 100px;}
.indexCate_03 .t p i{line-height: 100px;height: 100px;}
.indexCate_03 .ul li .img{float: left;width:40%;background: #000;transition:0.5s;}
.indexCate_03 .ul li .text{float: right;width:60%;padding: 30px 40px 0;}
.indexCate_03 .ul li .text .tit{font-size: 24px;transition:0.5s;font-weight: normal;}
.indexCate_03 .ul li .text .info{margin: 15px 0 10px;}
.indexCate_03 .ul li .text .see{padding:0px 30px 0;margin: 10px 0 10px 0;}
}
@media (max-width: 768px) {
.indexCate_03{padding:30px 0 0 0;}
.indexCate_03.on .ul{bottom: 0;opacity: 1;margin-bottom: 0;}
.indexCate_03 .t{margin-bottom: 30px;padding:0 20px;}
.indexCate_03 .t p{float: left;width:100%;text-align: center;height: 80px;}
.indexCate_03 .t p i{display: inline-block;width:100%;font-size: 18px;line-height: 80px;height: 80px;}
.indexCate_03 .t em{float: left;width:100%;height: 4px;padding: 0 44%;margin-top: -4px;}
.indexCate_03 .t em i{float: left;width:100%;height: 4px;background: #fff;}
.indexCate_03 .t b{font-size: 18px;line-height: 30px;margin-top: 20px;}
.indexCate_03 .ul{padding: 0 20px;opacity: 1;margin-bottom: -40px;}
.indexCate_03 .ul li{margin-bottom: 20px;}
.indexCate_03 .ul li:nth-child(2n) .img{float: left;}
.indexCate_03 .ul li:nth-child(2n) .text{float: left;}
.indexCate_03 .ul li:hover{background: #fa0;}
.indexCate_03 .ul li:hover .img img{opacity: 0.2;}
.indexCate_03 .ul li:hover .tit{color: #fff;}
.indexCate_03 .ul li:hover p{color: #fff;}
.indexCate_03 .ul li .img{width:100%;}
.indexCate_03 .ul li .text{float: left;width:100%;padding: 20px;}
.indexCate_03 .ul li .text .tit{font-size: 20px;line-height: 30px;}
.indexCate_03 .ul li .text b{font-size: 16px;}
.indexCate_03 .ul li .text .info{margin: 0;}
.indexCate_03 .ul li .text .see{display: none;}
.indexCate_03 .b{float: left;width:100%;text-align: center;margin: 0px 0 30px;padding: 0 20px;}
.indexCate_03 .b a{line-height: 42px;color: #b2c133;font-size: 16px;padding:0px 0px 0;transition:0.5s;background:none;display: inline-block;border: 1px solid #b2c133;width: 100%;}
.indexCate_03 .b a:hover{border-radius: 42px;border: 1px solid #000;background: #000;padding:0px 80px 0;}
}


/*index_two*/
.index_two{width: 100%;float: left;padding-top: 80px;padding-bottom: 80px;background:#fff;}
.index_two.on .box .t{opacity: 1;margin-top: 0;}
.index_two.on .b{opacity: 1;}
.index_two.on .box .tbox{opacity: 1;}
.index_two .b{width: 100%;float: left;height:50px;position: relative;text-align: center;transition:0.5s;opacity: 0;}
.index_two .b a{display: inline-block;line-height: 50px;padding: 0 80px;border:1px solid #b2c133;color: #b2c133;border-radius: 50px;font-size: 16px;transition:0.5s;}
.index_two .b a:hover{background: #b2c133;color: #fff;}
.index_two .box{width: 100%;float: left;}
.index_two .box .t{width:100%;height:50px;float: left;font-size: 14px;line-height: 34px;text-align: center;opacity: 0;position: relative;transition:0.5s;margin-top: 20px;}
.index_two .box .t .btns{width: 100%;height: 50px;font-size: 18px;text-align: center;}
.index_two .box .t .btns li{height: 50px;cursor:pointer;color:#666;border-radius:50px;line-height: 50px;background: #fff;color: #b2c133;padding: 0 100px;display: inline-block;font-size: 24px;font-weight: normal;}
.index_two .box .t .btns li.hover{background: #b2c133;color: #fff;}
.index_two .tbox{width:100%;float:left;padding-top: 60px;position: relative;opacity: 0;transition:0.5s;}
.index_two .tbox .ul1{float: left;width: 100%;padding: 0 0px;margin-bottom: 50px;}
.index_two .tbox .ul1 li{float: left;width:23%;margin: 0 1% 0 ;position: relative;padding:0px 0px 30px;background: #b2c133;transition:0.5s;text-align: center;}
.index_two .tbox .ul1 li:hover{background: #b2c133;}
.index_two .tbox .ul1 li:hover .tit{color: #fff;}
.index_two .tbox .ul1 li:hover em{color: #fff;}
.index_two .tbox .ul1 li:hover span{padding: 0 20%;}
.index_two .tbox .ul1 li:hover span i{background: #fff;}
.index_two .tbox .ul1 li:hover p{color: #fff;}
.index_two .tbox .ul1 li:hover .learnmore{color: #fff;}
.index_two .tbox .ul1 li:hover .learnmore a{color: #fff;background: #b2c133;border: #fff 1px solid;}
.index_two .tbox .ul1 li .img{float: left;width:100%;padding: 0 0%;margin-bottom: 10px;}
.index_two .tbox .ul1 li .img img{float: left;width:100%;}
.index_two .tbox .ul1 li .tit{float: left;width:100%;line-height: 44px;color: #fff;overflow: hidden;font-size: 16px;height: 44px;margin-top: 15px;transition:0.5s;}
.index_two .tbox .ul1 li em{float: left;width:100%;text-align: center;color: #fff;}
.index_two .tbox .ul1 li span{float: left;width:100%;padding: 0 46%;height: 1px;text-align: center;margin: 10px 0 12px;transition:0.5s;}
.index_two .tbox .ul1 li span i{float: left;width:100%;height: 1px;background: #fff;}
.index_two .tbox .ul1 li p{float: left;width:100%;text-align: center;margin: 0px 0 0;line-height: 24px;color: #fff;transition:0.5s;height: 24px;overflow: hidden;}
.index_two .tbox .ul1 li .desc{float: left;width:100%;text-align: center;margin: 10px 0 0;line-height: 24px;color: #fff;transition:0.5s;padding: 0 20px;height: 48px;overflow: hidden;}
.index_two .tbox .ul1 li .learnmore{float: left;width: 100%;text-align: center;}
.index_two .tbox .ul1 li .learnmore a{height: 40px;line-height: 40px;color: #fff;margin-top: 0;transition:0.5s;border: 1px solid #fff;display: inline-block;padding: 0 35px;}
@media (max-width: 768px) {
.index_two{width: 100%;float: left;padding-top: 30px;padding-bottom: 30px;background:#fff;height: auto;}
.index_two .b{width: 100%;float: left;height:auto;position: relative;text-align: center;padding: 0 15px;opacity: 1;}
.index_two .b a{display: inline-block;line-height: 40px;padding: 0 50px;border:1px solid #b2c133;box-shadow:none;color: #b2c133;border-radius: 40px;font-size: 14px;transition: 0.5s;float: left;width: 100%;}
.index_two .b a:hover{background: #f60;box-shadow: none;}
.index_two .box{width: 100%;float: left;}
.index_two .box .t{width:100%;height:44px;float: left;font-size: 14px;line-height: 34px;text-align: center;padding: 0 20px;}
.index_two .box .t .btns{width: 100%;display: inline-block;height: 44px;font-size: 16px;float: left;}
.index_two .box .t .btns li{height: 44px;;float:left;cursor:pointer;color:#666;width: 100%;border-radius: 0;text-align: center;line-height: 44px;background: #fff;color: #b2c133;}
.index_two .box .t .btns li.hover{background: #b2c133;color: #fff;}
.index_two .tbox{width:100%;float:left;padding-top: 20px;}
.index_two .tbox .ul1{float: left;width: 100%;padding: 0 20px;margin-bottom: 0px;}
.index_two .tbox .ul1 li{float: left;width:100%;margin: 0 0 20px ;position: relative;padding: 0px 0 20px;transition:0.5s;}
.index_two .tbox .ul1 li:nth-child(2n){float: right;}
.index_two .tbox .ul1 li:hover{background: #b2c133;}
.index_two .tbox .ul1 li:hover .tit{color: #fff;}
.index_two .tbox .ul1 li:hover em{color: #fff;}
.index_two .tbox .ul1 li:hover span i{background: #fff;}
.index_two .tbox .ul1 li:hover .learnmore{background: #b2c133;color: #fff;border: 1px solid #fff;}
.index_two .tbox .ul1 li .img{float: left;width:100%;padding: 0 0%;}
.index_two .tbox .ul1 li .img img{float: left;width:100%;}
.index_two .tbox .ul1 li .tit{float: left;width:100%;line-height: 44px;color: #fff;overflow: hidden;font-size: 15px;padding:0px 0px 0;height: 44px;text-align: center;margin-top: 10px;transition:0.5s;}
.index_two .tbox .ul1 li .desc{height: auto;}
.index_two .tbox .ul1 li em{float: left;width:100%;text-align: center;color: #fff;}
.index_two .tbox .ul1 li span{float: left;width:100%;padding: 0 46%;height: 1px;text-align: center;margin: 0 0 12px;}
.index_two .tbox .ul1 li span i{float: left;width:100%;height: 1px;background: #fff;}
.index_two .tbox .ul1 li .learnmore{width: 100%;height: 34px;line-height: 32px;text-align: center;;color: #fff;float: left;margin-top: 15px;border: 1px solid #ddd;transition:0.5s;display: none;}
}

/*plus_wx*/
.plus_wx{float: left;width: 100%;background: #b2c133;padding: 20px 30px 30px;display: none;}
.plus_wx .img{float: left;width: 100%;padding: 10% 10% 10px;}
.plus_wx .img img{float: left;width: 100%;background: #fff;padding: 15px;}
.plus_wx .p{float: left;width: 100%;text-align: center;line-height:24px;font-size: 15px;color: #fff;margin-top: 20px;}
@media (max-width: 768px) {
.plus_wx{display: none;}
}

/* 侧边导航 */
.cateNav_8 {width: 100%;float: left;background: #f4f4f4;padding-bottom: 60px;}
.cateNav_8 .b{height: 70px;line-height: 70px;color: #fff;width: 100%;float: left;font-size: 18px;background: #b2c133; text-align: center;font-weight: normal;border-left:20px solid #b2c133;border-right:20px solid #b2c133;margin-bottom: 30px;}
.cateNav_8 a{height: 60px;line-height: 60px;color: #444;width: 100%;float: left;font-size: 16px;border-left: 20px solid #f4f4f4;border-right: 20px solid #f4f4f4;text-align: center; transition:0.5s;}
.cateNav_8 a.cur,
.cateNav_8 a.cur:hover{background:#fff;color: #b2c133;border-right: 20px solid #fff;}
.cateNav_8 a:hover{background:#bbb;color: #fff;border-right: 20px solid #bbb;}
@media (max-width: 768px) {
.cateNav_8 {display: none;}
.cateNav_8 .b{border:none;margin-bottom: 0px;height: 50px;line-height: 50px;}
.cateNav_8 a{height: 44px;line-height: 44px;color: #444;width: 100%;float: left;font-size: 16px;border:none;text-align: center; }
.cateNav_8 a.cur{border:none;}
}

/*addressNav_1*/
.addressNav_1{float: left;width: 100%;height:50px;line-height: 30px;font-size: 16px;color: #333;border-bottom: 3px solid #eee;margin-bottom: 30px;}
.addressNav_1 a{color: #666;float: left;transition:0.5s;}
.addressNav_1 a:hover{color: #b2c133}
.addressNav_1 span{color: #ddd;float: left;padding: 0 12px;}
.addressNav_1 b{color: #333;float: left;font-weight: normal;}
.addressNav_1 p{color: #333;float: left;font-weight: normal;}
@media (max-width: 768px) {
.addressNav_1{display: none;}
}

/*slideBox_banner_wrap*/
.slideBox_banner_wrap{width: 100%;float: left;margin-top: 20px;}
.slideBox_banner_wrap .box{width: 100%;float: left;}
.slideBox_banner_wrap .box .slideBox_banner{ width:100%;  overflow:hidden; position:relative;   }
.slideBox_banner_wrap .box .slideBox_banner .hd{ height:15px; overflow:hidden; position:absolute; right:10px; bottom:20px; z-index:1; }
.slideBox_banner_wrap .box .slideBox_banner .hd ul{ overflow:hidden; zoom:1; float:left;  }
.slideBox_banner_wrap .box .slideBox_banner .hd ul li{ float:left; margin-right:10px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; text-indent: -9999px;border-radius: 100%;opacity: 0.5}
.slideBox_banner_wrap .box .slideBox_banner .hd ul li.on{ opacity: 1; }
.slideBox_banner_wrap .box .slideBox_banner .bd{ position:relative; height:100%; z-index:0;   }
.slideBox_banner_wrap .box .slideBox_banner .bd li{ zoom:1; vertical-align:middle; }
.slideBox_banner_wrap .box .slideBox_banner .bd img{ width:100%;  display:block;  }
.slideBox_banner_wrap .box .slideBox_banner .prev,
.slideBox_banner_wrap .box .slideBox_banner .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_banner_wrap .box .slideBox_banner .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox_banner_wrap .box .slideBox_banner .prev:hover,
.slideBox_banner_wrap .box .slideBox_banner .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox_banner_wrap .box .slideBox_banner .prevStop{ display:none;  }
.slideBox_banner_wrap .box .slideBox_banner .nextStop{ display:none;  }
@media (max-width: 768px) {
.slideBox_banner_wrap{display: none;}
}


/*note_3 咨询页面详情*/
.note_3{width: 100%;float: left;}
.note_3 .li{width: 100%;float: left;margin-bottom: 15px;}
.note_3 .li .lil{width: 0%;float: left;}
.note_3 .li .lir{width: 100%;float: left;}
.note_3 .li .lir .reset{width: 24%;height: 42px;float: left;line-height: 40px;border: 1px solid #ddd;background: #fff;color: #333;}
.note_3 .li .lir .submit{width: 24%;height: 42px;float: left;line-height: 40px;border: 1px solid #f80;background: #f80;color: #fff;margin-right: 2%;}
.note_3 .li .lir .textarea{width: 80%;height:128px;background: #fff; line-height:32px;padding:6px;outline: none;color: #aaa;font-size: 13px;float: left;border: 1px solid #ddd;}
.note_3 .li .lir .input{width: 50%;background: #fff;line-height: 40px;outline: none;color: #aaa;font-size: 13px;float: left;height: 42px;border: 1px solid #ddd;margin: 0;}
.note_3 .li .lir .select{width: 50%;background: #fff;line-height: 40px;outline: none;color: #aaa;font-size: 13px;float: left;height: 42px;border: 1px solid #ddd;}
.note_3 .li .lir .province{width: 24%;margin-right: 2%;}
.note_3 .li .lir .city{width: 24%;}
.note_3 .li .lir .short{width: 24%;margin-right: 20px;}
.note_3 .li .lir .verify{width: 24%;border-right: none;margin-right: 0;}
.note_3 .li .lir .code{float: left;margin: 0px  0 0 0;cursor: pointer;height: 42px;border: 1px solid #ddd;padding: 2px;border-left: none;}
.note_3 .li .lir .input:focus{outline: none;box-shadow: 0 0 4px #E77817 ;}
.note_3 .li .lir label{float: left;margin: 0 10px 0 0;height: 20px;}
.note_3 .li .lir label .radio{float: left;margin-right: 5px;}
.note_3 .li .lir label i{float: left;font-style: normal;}
@media (max-width: 768px) {
.note_3 .li{width: 100%;float: left;margin-bottom: 15px;}
.note_3 .li .lil{width: 0%;float: left;}
.note_3 .li .lir{width: 100%;float: left;}
.note_3 .li .lir .reset{width: 49%;float: right;}
.note_3 .li .lir .submit{width: 49%;margin-right: 0px;}
.note_3 .li .lir .textarea{width: 100%;}
.note_3 .li .lir .input{width: 100%;}
.note_3 .li .lir .select{width: 100%;}
.note_3 .li .lir .province{width: 49%;margin-right: 0;}
.note_3 .li .lir .city{width: 49%;float: right;margin-right: 0;}
.note_3 .li .lir .short{width: 24%;}
.note_3 .li .lir .verify{width: 50%;}
}

/*htmlPn_02*/
.htmlPn_02{float: left;width: 100%;line-height: 30px;font-size: 14px;font-weight: normal;margin:0px 0 20px;color: #666;padding:0 0px 0 0;}
.htmlPn_02 a{color: #333;background: #eee;line-height: 60px;float: left;text-align: center;width: 50%;color: #999;font-size: 20px;transition:0.5s;}
.htmlPn_02 a:hover{background: #aaa;color: #fff;}
.htmlPn_02 a:nth-child(2){border-left: 1px solid #fff;}
@media (max-width: 768px) {
.htmlPn_02{display: none;}
}

/*htmlPn_03*/
.htmlPn_03{float: left;width: 100%;line-height: 30px;font-size: 14px;font-weight: normal;margin:0px 0 20px;color: #666;padding:15px 15%;background: #f4f4f4;}
.htmlPn_03 a{color: #333;background: #f4f4f4;line-height: 36px;float: left;text-align: center;width: 29.333%;color: #666;font-size: 14px;transition:0.5s;margin: 0 2%;border: 1px solid #ddd;border-radius: 4px;}
.htmlPn_03 a:hover{background: #fff;color: #333;}
@media (max-width: 768px) {
.htmlPn_03{float: left;width: 100%;line-height: 30px;font-size: 14px;font-weight: normal;margin:0px 0 0px;color: #666;padding:15px;background: #f4f4f4;}
.htmlPn_03 a{color: #333;background: #f4f4f4;line-height: 36px;float: left;text-align: center;width: 29.333%;color: #666;font-size: 14px;transition:0.5s;margin: 0 2%;border: 1px solid #ddd;border-radius: 4px;}
.htmlPn_03 a:hover{background: #fff;color: #333;}
}

.video_pc{float: left;width: 100%;margin-bottom: 20px;}
.video_pc iframe{float: left;width: 100%;height: 400px;}
@media (max-width: 768px) {
.video_pc{display: none;}
}
.video_m{float: left;width: 100%;display: none;margin-bottom: 20px;}
.video_m iframe{float: left;width: 100%;height: 200px;}
@media (max-width: 768px) {
.video_m{display: block;}
}

/*toolBox_16*/
.toolBox_16{ float: left;width: 100%;position: relative;z-index: 999;background: #fff;margin: 100px 0;display: none;}
.toolBox_16.on .box .t{opacity: 1;margin-top: 00px;}
.toolBox_16 .box .t{width:100%;height:50px;float: left;font-size: 14px;line-height: 34px;text-align: center;opacity: 0.5;position: relative;transition:0.5s;margin-bottom: 60px;margin-top: 20px;}
.toolBox_16 .box .t .btns{float: left;width: 100%;height: 50px;font-size: 18px;text-align: center;}
.toolBox_16 .box .t .btns li{height: 50px;border-radius:50px;line-height: 50px;background: #fff;color: #b2c133;padding: 0 100px;display: inline-block;}
.toolBox_16 .box .t .btns li.hover{background: #b2c133;color: #fff;}
.toolBox_16 .box{ float:left;width: 100%;padding: 0px 0;}
.toolBox_16 .box .c{ float:left;width: 100%;padding: 0px 0;}
.toolBox_16 .box .c .li{ float:left; width: 23.5%;padding: 0 0 30px;margin-right: 2%;box-shadow: 0 0 10px #ddd;}
.toolBox_16 .box .c .li:nth-child(1) .img{background: #b2c133;}
.toolBox_16 .box .c .li:nth-child(2) .img{background: #f90;}
.toolBox_16 .box .c .li:nth-child(3) .img{background: #AD7AD4;}
.toolBox_16 .box .c .li:nth-child(4) .img{background: #3BABEC;}
.toolBox_16 .box .c .li:nth-child(4){margin-right: 0;}
.toolBox_16 .box .c .li .img{float: left;width: 100%;text-align: center;padding: 30px 0;}
.toolBox_16 .box .c .li .img img{ display: inline-block;width: 100%;}
.toolBox_16 .box .c .li .text{float: left;width: 100%;text-align: center;padding: 10px 0;}
.toolBox_16 .box .c .li .text b{ float:left;width: 100%;line-height:40px;color: #333;font-size: 18px;font-weight: normal;margin-top: 30px;text-align: center;}
.toolBox_16 .box .c .li .text em{ float:left;width: 100%;line-height: 20px;color: #666;text-align: center;padding: 0 20px;margin: 20px 0;}
.toolBox_16 .box .c .li .text:hover em i{background: #b2c133;color: #fff;border: 1px solid #b2c133}
.toolBox_16 .box .c .li .text em i{display: inline-block;line-height: 36px;padding: 0 30px;border: 1px solid #ddd;color: #666;border-radius: 36px;font-style: normal;transition:0.5s;}
@media (max-width: 768px) {
.toolBox_16{ float: left;width: 100%;position: relative;z-index: 999;background: #fff;margin: 30px 0 10px;}
.toolBox_16.on .box .t{opacity: 1;margin-top: 0px;}
.toolBox_16 .box{float:left;width: 100%;padding: 0px 20px;}
.toolBox_16 .box .t{width:100%;height:50px;float: left;font-size: 14px;line-height: 34px;text-align: center;opacity: 1;position: relative;transition:0.5s;margin-bottom: 20px;margin-top: 0px;}
.toolBox_16 .box .t .btns{float: left;width: 100%;height: 50px;font-size: 18px;text-align: center;}
.toolBox_16 .box .t .btns li{height: 50px;border-radius:0px;line-height: 50px;background: #fff;color: #b2c133;padding:0px;display: inline-block;float: left;width: 100%;}
.toolBox_16 .box .t .btns li.hover{background: #b2c133;color: #fff;}
.toolBox_16 .box .c{ float:left;width: 100%;padding: 0px 0;}
.toolBox_16 .box .c .li{ float:left; width: 100%;padding: 0 0 0px;margin-right: 0;box-shadow:none;margin-bottom: 20px;}
.toolBox_16 .box .c .li:nth-child(1) .img{background: #b2c133;}
.toolBox_16 .box .c .li:nth-child(2) .img{background: #f90;}
.toolBox_16 .box .c .li:nth-child(3) .img{background: #AD7AD4;}
.toolBox_16 .box .c .li:nth-child(4) .img{background: #3BABEC;}
.toolBox_16 .box .c .li:nth-child(4){margin-right: 0;}
.toolBox_16 .box .c .li:nth-child(1) .text em i{background: #b2c133;}
.toolBox_16 .box .c .li:nth-child(2) .text em i{background: #f90;}
.toolBox_16 .box .c .li:nth-child(3) .text em i{background: #AD7AD4;}
.toolBox_16 .box .c .li:nth-child(4) .text em i{background: #3BABEC;}
.toolBox_16 .box .c .li .img{float: left;width: 100%;text-align: center;padding: 15px 25%;}
.toolBox_16 .box .c .li .img img{ display: inline-block;width: 100%;}
.toolBox_16 .box .c .li .text{float: left;width: 100%;text-align: center;padding: 0px 20px 20px;background: #eee;}
.toolBox_16 .box .c .li .text b{ float:left;width: auto;line-height:40px;color: #333;font-size: 18px;font-weight: normal;margin-top: 20px;text-align: center;}
.toolBox_16 .box .c .li .text em{ float:right;width: auto;line-height: 20px;color: #666;text-align: center;padding: 0 0px;margin:20px 0 0px;}
.toolBox_16 .box .c .li .text em i{display: inline-block;line-height: 36px;padding: 0 30px;border: none;color: #fff;border-radius: 36px;font-style: normal;transition:0.5s;background: #b2c133;}
.toolBox_16 .box .c .li .text:hover em i{background: #b2c133;color: #fff;border: 1px solid #b2c133}
}

/* friendLink_scroll */
.friendLink_scroll{width: 100%;background: #ddd;float: left;padding: 60px 0;display: none;}
.friendLink_scroll .box{width: 100%;float: left;}
.friendLink_scroll .box .t{float: left;width:100%;font-size: 18px;color: #666;}
.friendLink_scroll .box .c{width: 100%;float: left;margin: 20px 0 0 0px}
.friendLink_scroll .box .scroolbox{ float: left; margin-top: 0px;width: 100%;}
.friendLink_scroll .box .scroolbox .hd{ overflow:hidden;  height:50px;float: left;width: 100%;border-bottom: 1px solid #ddd;display: none;}
.friendLink_scroll .box .scroolbox .hd b{float: left;height: 50px;font-size: 16px;color: #d30;font-weight: normal;line-height: 50px; }
.friendLink_scroll .box .scroolbox .hd .prevStop{ background-position:-60px 0; }
.friendLink_scroll .box .scroolbox .hd .nextStop{ background-position:-60px -50px; }
.friendLink_scroll .box .scroolbox .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:15px; zoom:1; }
.friendLink_scroll .box .scroolbox .hd ul li{ float:left;  width:16px; height:16px; overflow:hidden; margin-left:10px; text-indent:-999px; cursor:pointer; background:#ddd; border-radius: 100%;}
.friendLink_scroll .box .scroolbox .hd ul li.on{ background: #aaa;}
.friendLink_scroll .box .scroolbox .prev,
.friendLink_scroll .box .scroolbox .next{ display:block;  width:50px;  float:left; overflow:hidden; cursor:pointer; background:url("/Public/Common/Images/allBox_4.png") no-repeat 0 50px;height: 200px;margin-left: 40px;}
.friendLink_scroll .box .scroolbox .next{ background-position:-50px 50px;float: right;margin-right: 40px;  }
.friendLink_scroll .box .scroolbox .bd{ float: left;width:100%;margin: 0 0px;overflow: hidden;padding: 0px 0;}
.friendLink_scroll .box .scroolbox .bd ul{ overflow:hidden; zoom:1;float: left;width: 100%; }
.friendLink_scroll .box .scroolbox .bd ul li{float: left;width: 16.666%;text-align: center;color: #555;cursor: pointer;}
.friendLink_scroll .box .scroolbox .bd ul li img{float: left;width: 100%;padding-right: 5px;}
@media (max-width: 768px) {
.friendLink_scroll{display: none;}
}


/* friendLink_04 */
.friendLink_04{width:100%;float: left;margin:30px 0 0px;}
.friendLink_04 .box{width: 100%;float: left;}
.friendLink_04 .box .content{width: 100%;float: left;}
.friendLink_04 .box .content .t{float: left;width: 100%;height: 42px;line-height: 42px;font-size: 14px;border-bottom: 1px solid #eee;}
.friendLink_04 .box .content .t strong{font-weight: normal;color: #555;border-bottom: 1px solid #888;height: 42px;line-height: 42px;float: left;font-size: 15px;}
.friendLink_04 .box .content .c{width: 100%;float: left;padding: 20px 0;}
.friendLink_04 .box .content .c a{float: left;line-height: 40px;margin: 0 40px 0 0;color: #888;}


/* mainBody */
.mainWrap{width: 100%;float: left;margin: 0px 0 40px;}
.main{width: 100%;margin:0px auto 0 ;}
@media (max-width: 768px) {
.mainWrap{margin-top: 0;margin-bottom: 15px;}
}

/* 通栏导航 */
.cateNav_9{width: 100%;float: left;margin:20px 0 40px;}
.cateNav_9 a{height: 56px;float: left;margin: 0 40px 0 0;transition:0.5s;}
.cateNav_9 a b{height: 56px;line-height: 56px;color: #555;float: left;font-size: 15px;text-align: center;font-weight: normal;}
.cateNav_9 a.cur{border-bottom: 3px solid #b2c133;}
.cateNav_9 a:hover{border-bottom: 3px solid #b2c133;}
.cateNav_9 .search{height:46px;float: right;font-size: 13px;margin-top: 6px;}
.cateNav_9 .search .input{width: 220px;height:46px;float: left;font-size: 14px;line-height: 44px;margin:0;border: 1px solid #eee;outline: none;border-right: none;padding-left: 15px;background: #fff;}
.cateNav_9 .search .submit{width: 52px;height:46px;float: left;line-height: 30px;border:1px solid #eee;border-left: none;background: none;color: #666;outline: none;background: #fff;}
@media (max-width: 768px) {
.cateNav_9{width: 100%;float: left;margin:0px 0 0px;background: #fff;padding: 0 0 0 15px;box-shadow: 0 3px 3px #ccc;position: relative;}
.cateNav_9 a{height: 50px;line-height: 50px;float: left;font-size: 16px;margin-right: 10px;width: auto;}
.cateNav_9 a:last-child{margin-right: 0;}
.cateNav_9 a b{height: 50px;line-height: 50px;color: #999;float: left;font-size: 15px; width: auto;background: #fff;text-align: center;font-weight: normal;}
.cateNav_9 a.cur{border-bottom: 3px solid #b2c133;color: #b2c133;}
.cateNav_9 a:hover b{color:#b2c133;background: #fff;border-bottom: 3px solid #b2c133;}
.cateNav_9 a.cur b{color:#b2c133;background: #fff;border-bottom: 3px solid #b2c133;}
.cateNav_9 .search{display: none;}
}

/*cateNav_3*/
.cateNav_3{width: 100%;float: left;margin:0px 0 0px;background: #fff;padding: 0 15px;box-shadow: 0 3px 3px #ccc;position: relative;display: none;}
.cateNav_3 a{height: 50px;line-height: 50px;color: #999;float: left;font-size: 16px;margin-right: 20px;}
.cateNav_3 a.cur{border-bottom: 3px solid #b2c133;color: #b2c133;}
@media (max-width: 768px) {
.cateNav_3{display: block;}
}

/*casesul*/
.casesul{float: left;width: 100%;padding: 0 0px;margin-bottom:20px;}
.casesul li{float: left;width:23.5%;margin: 0 2% 30px 0;position: relative;padding:20px 20px 40px;background: #fff;transition:0.5s;border: 1px solid #eee;}
.casesul li:nth-child(4n){margin-right: 0;}
.casesul li:hover{background: #b2c133;}
.casesul li:hover .tit{color: #fff;}
.casesul li:hover em{color: #fff;}
.casesul li:hover span{padding: 0 40%;}
.casesul li:hover span i{background: #fff;}
.casesul li:hover .learnmore{background: #b2c133;color: #fff;border: 1px solid #fff;}
.casesul li:hover .see i{background: #fff;color: #b2c133;}
.casesul li .img{float: left;width:100%;padding:0;}
.casesul li .img img{float: left;width:100%;}
.casesul li .tit{float: left;width:100%;line-height: 60px;color: #222;overflow: hidden;font-size: 15px;padding:0px 0px 0;height: 60px;text-align: center;margin-top: 10px;color: #666;transition:0.5s;}
.casesul li em{float: left;width:100%;text-align: center;color: #999;transition:0.5s;}
.casesul li span{float: left;width:100%;padding: 0 46%;height: 1px;text-align: center;margin: 0 0 12px;transition:0.5s;}
.casesul li span i{float: left;width:100%;height: 1px;background: #666;}
.casesul li .learnmore{width: 100%;height: 40px;line-height: 40px;text-align: center;;color: #666;float: left;margin-top: 15px;border: 1px solid #ddd;transition:0.5s;}
.casesul li .see{width: 100%;text-align: center;float: left;margin: 10px 0 0;}
.casesul li .see i{display: inline-block;padding: 0 30px;line-height: 36px;background: #b2c133;color: #fff;font-style: normal;}
@media (max-width: 768px) {
.casesul{float: left;width: 100%;margin-bottom:0px;padding:15px 15px 0;}
.casesul li{float: left;width:48.5%;margin: 0 2% 10px 0;position: relative;padding: 0 0px 20px;background: #fff;transition:0.5s;}
.casesul li:nth-child(2n){margin-right: 0;float: right;}
.casesul li:hover{background: #b2c133;}
.casesul li:hover .tit{color: #fff;}
.casesul li:hover em{color: #fff;}
.casesul li:hover span i{background: #fff;}
.casesul li:hover .learnmore{background: #b2c133;color: #fff;border: 1px solid #fff;}
.casesul li .img{float: left;width:100%;padding: 0 0%;}
.casesul li .img img{float: left;width:100%;}
.casesul li .tit{float: left;width:100%;line-height: 44px;color: #222;overflow: hidden;font-size: 14px;padding:0px 0px 0;height: 44px;text-align: center;margin-top: 0px;color: #666;transition:0.5s;}
.casesul li em{float: left;width:100%;text-align: center;color: #999;}
.casesul li span{float: left;width:100%;padding: 0 46%;height: 1px;text-align: center;margin: 0 0 12px;}
.casesul li span i{float: left;width:100%;height: 1px;background: #666;}
.casesul li .learnmore{display: none;}
}

.casesulshow{float: left;width: 100%;padding: 0 0px 0 0;margin-bottom:10px;}
.casesulshow li{float: left;width:100%;position: relative;padding: 25px 35px 40px;background: #f4f4f4;transition:0.5s;}
.casesulshow li:nth-child(4n){margin-right: 0;}
.casesulshow li:hover{background: #b2c133;}
.casesulshow li:hover .tit{color: #fff;}
.casesulshow li:hover em{color: #fff;}
.casesulshow li:hover span i{background: #fff;}
.casesulshow li:hover .learnmore{background: #b2c133;color: #fff;border: 1px solid #fff;}
.casesulshow li .img{float: left;width:100%;padding: 0 6%;}
.casesulshow li .img img{float: left;width:100%;}
.casesulshow li .tit{float: left;width:100%;line-height: 44px;color: #222;overflow: hidden;font-size: 15px;padding:0px 0px 0;height: 44px;text-align: center;margin-top: 10px;color: #666;transition:0.5s;}
.casesulshow li em{float: left;width:100%;text-align: center;color: #999;}
.casesulshow li span{float: left;width:100%;padding: 0 46%;height: 1px;text-align: center;margin: 0 0 12px;}
.casesulshow li span i{float: left;width:100%;height: 1px;background: #666;}
.casesulshow li .learnmore{width: 100%;height: 40px;line-height: 40px;text-align: center;;color: #666;float: left;margin-top: 15px;border: 1px solid #ddd;transition:0.5s;}
@media (max-width: 768px) {
.casesulshow{float: left;width: 100%;padding: 0 0px 0 0;margin-bottom:10px;border-bottom: 1px solid #ddd;}
.casesulshow li{float: left;width:100%;position: relative;padding: 15px 20% 15px;background: #fff;transition:0.5s;}
.casesulshow li:nth-child(4n){margin-right: 0;}
.casesulshow li:hover{background: #b2c133;}
.casesulshow li:hover .tit{color: #fff;}
.casesulshow li:hover em{color: #fff;}
.casesulshow li:hover span i{background: #fff;}
.casesulshow li:hover .learnmore{background: #b2c133;color: #fff;border: 1px solid #fff;}
.casesulshow li .img{float: left;width:100%;padding: 0 6%;}
.casesulshow li .img img{float: left;width:100%;}
.casesulshow li .tit{float: left;width:100%;line-height: 44px;color: #222;overflow: hidden;font-size: 15px;padding:0px 0px 0;height: 44px;text-align: center;margin-top: 10px;color: #666;transition:0.5s;}
.casesulshow li em{float: left;width:100%;text-align: center;color: #999;}
.casesulshow li span{float: left;width:100%;padding: 0 46%;height: 1px;text-align: center;margin: 0 0 12px;}
.casesulshow li span i{float: left;width:100%;height: 1px;background: #666;}
.casesulshow li .learnmore{width: 100%;height: 40px;line-height: 40px;text-align: center;;color: #666;float: left;margin-top: 15px;border: 1px solid #ddd;transition:0.5s;}
}


/*通栏面包削导航*/
.addressNavAll{float: left;width: 100%;margin-bottom: 30px;margin-top: 30px;}
.addressNavAll .box{float: left;width: 100%;height: 20px;color: #888;line-height: 20px;}
.addressNavAll .box b{float: left;font-weight: normal;}
.addressNavAll .box a{float: left;color: #888;}
.addressNavAll .box span{float: left;color: #aaa;padding: 0 10px;}
@media (max-width: 768px) {
.addressNavAll{display: none;}
}


/*plus_contact*/
.plus_contact{float: left;width: 100%;background: #3487bb;padding:40px 10%;}
.plus_contact .tel{float: left;width: 100%;background: url(/Public/Common/Images/telphone.png) center top no-repeat;height: 50px}
.plus_contact .text{float: left;width: 100%;text-align: center;line-height: 24px;font-size: 14px;color: #fff;}
.plus_contact .b{float: left;width: 100%;text-align: center;line-height: 50px;font-size: 30px;color: #fff;padding: 0 15px;}
@media (max-width: 768px) {
.plus_contact{display: none;}
}

#mR0{margin-right: 0;}
#allmap{float: left;width: 100%;height: 300px;}

/*pageFocus*/
.pageFocus{float: left;width: 100%;background-image: url(/Public/Common/Images/page.jpg) ;height: 310px;background-repeat: no-repeat;background-position: center top;margin-bottom: 0px;}
.pageFocus .box{height: 310px;width: 100%;}
.pageFocus .box .c{height: 150px;margin-top: 160px;width: 23%;float: left;background:rgba(0, 0, 0, 0.2);padding: 0 40px;}
.pageFocus .box .c p{float: left;width: 100%;line-height: 50px;font-size: 24px;color: #fff;margin-top: 30px;}
.pageFocus .box .c span{float: left;width: 100%;line-height: 30px;font-size: 14px;color: #fff;text-transform: uppercase;}
@media (max-width: 768px) {
.pageFocus{display: none;}
}


/*移动端栏目导航*/
.mPageNavBt{float: left;width: 100%;height: 40px;text-align: center;line-height: 40px;display: none;color: #fff;cursor: pointer;font-size: 18px;background: #999;}
.mPageNav{width:100%;float: left;background: #aaa;display: none;margin-bottom: 15px;}
.mPageNav a{width: 20%; line-height: 40px;text-align: center;color: #fff;float: left;background: #aaa;border-bottom: 1px solid #fff;border-right: 1px solid #fff;}
.mPageNav a.cur{background:#b2c133;}
@media (max-width: 768px) {
.mPageNav{display: block;}
.mPageNavBt{display: none;}
}



/* 通栏 */
.allBar{float: left;width: 100%;}
.allBar .title{float: left;width: 100%;height: 40px;text-indent: 15px;line-height: 40px;background: #f6f6f6;}
.allBar .content{width: 100%;float: left;}

/* 主体 */
.mainBar{width: 77%;background: #fff;padding: 0px 0 20px 80px;}
.mainBar .box{float: left;width:100%;}
.mainBar .box .t{float: left;width: 100%;height: 50px;line-height: 50px;font-size: 16px;border-bottom: 3px solid #eee;margin-top:20px;}
.mainBar .box .t b{font-weight: normal;color: #333;height: 50px;border-bottom: 3px solid #3487bb;float: left;font-size: 16px;}
.mainBar .box .c{width: 100%;float: left;margin: 0px 0px;padding: 0;}
.mainBar .box .c .newsul{width: 100%;float: left;margin: 10px 0;}
.mainBar .box .c .newsul li{width: 100%;float: left;color: #C1C1C3;}
.mainBar .box .c .newsul li a{line-height:26px;color:#333;text-indent: 15px;float: left;}
@media (max-width: 768px) {
.mainBar{width: 100%;padding: 0 15px;}
}

/* 侧边 */
.sideBar{width: 23%;}
.sideBar .ad{float: left;width: 100%;}
.sideBar .ad img{float: left;width: 100%;margin: 0 0 12px 0;}
.sideBar .box{float: left;width: 100%;margin: 0 0 12px 0;}
.sideBar .box .t{float: left;width: 100%;margin:0 0px;height: 40px;line-height: 40px;font-size: 15px;background: #3487bb;text-indent: 20px;}
.sideBar .box .t strong{font-weight: normal;color: #fff;height: 40px;line-height: 40px;float: left;}
.sideBar .box .c{width: 100%;float: left;}
.sideBar .box .c .newsul{width: 100%;float: left;margin: 10px 0;}
.sideBar .box .c .newsul li{width: 100%;float: left;color: #C1C1C3;line-height: 26px;height: 26px;overflow: hidden;}
.sideBar .box .c .newsul li span{height:26px;color:#555;float: left;width: 10px;margin-left: 20px;}
.sideBar .box .c .newsul li a{height:26px;color:#555;text-indent: 5px;float: left;width: 240px;}
@media (max-width: 768px) {
.sideBar{width: 100%;}
}

/*面包削导航*/
.addressNav{float: left;width: 100%;height: 52px;line-height: 52px;font-size: 14px;color: #888;}
.addressNav a{color: #888;float: left;}
.addressNav span{color: #ddd;float: left;padding: 0 8px;}
.addressNav b{color: #888;float: left;font-weight: normal;}
@media (max-width: 768px) {
.addressNav{display: none;}
}

/* 单页/网站地图 */
.map{width:100%;float: left;min-height: 400px;line-height:30px;font-size: 14px;}
.map h2{width:100%;;float: left;line-height:30px;font-size: 14px;margin-bottom: 5px;margin-top: 20px;}
.map .maplist{width:100%;float: left;}
.map .maplist a{float: left;padding: 0 10px;line-height: 30px;height: 30px;background: #eee;border-radius: 3px;margin-right: 10px;font-size: 13px;margin-bottom: 10px;}
.map .maplist a:hover{background: #3487bb;color: #fff;text-shadow:none;}

/* 文档内容页 */
.htmlcontent{float: left;width: 100%;margin:0px 0 0;}
.htmlcontent .hr{float: left;width: 100%;background: #eee;height: 1px;margin: 25px 0;}
.htmlcontent h1{float: left;width: 100%;line-height:60px;font-size: 24px;color: #333;}
.htmlcontent .b{float: left;width: 100%;line-height:26px;font-size: 14px;color: #333;font-weight: bold;}
.htmlcontent .info{float: left;width: 100%;line-height: 20px;color: #ddd;margin-bottom: 20px;}
.htmlcontent .info a{color: #ddd;}
.htmlcontent .text{float: left;width: 100%;line-height: 30px;font-size: 15px;margin:0px 0 0 ;padding: 0;color: #444;}
.htmlcontent .text p{float: left;width: 100%;line-height: 30px;font-size: 15px;margin: 0;padding: 0;}
.htmlcontent .text p img{max-width: 100%;}
.htmlcontent .text img{max-width: 100%;}
@media (max-width: 768px) {
.htmlcontent{margin-bottom: 20px;margin-top: 20px;}
.htmlcontent h1{line-height:30px;font-size: 18px;margin-bottom: 10px;}
}

/* 文档内容页 */
.htmlstore{float: left;width: 100%;margin:0px 0 0;}
.htmlstore .hr{float: left;width: 100%;background: #eee;height: 1px;margin: 25px 0;}
.htmlstore h1{float: left;width: 100%;line-height:60px;font-size: 24px;color: #333;}
.htmlstore .b{float: left;width: 100%;line-height:26px;font-size: 14px;color: #333;font-weight: bold;}
.htmlstore .info{float: left;width: 100%;line-height: 20px;color: #ddd;margin-bottom: 20px;}
.htmlstore .info a{color: #ddd;}
.htmlstore .text{float: left;width: 100%;line-height: 30px;font-size: 15px;margin:0px 0 0 ;padding: 0;color: #444;}
.htmlstore .text hr{float: left;width: 100%;border: none;border-bottom: 1px dashed #ddd;margin: 0 0 20px;}
.htmlstore .text p{float: left;width: 100%;line-height: 30px;font-size: 15px;margin: 0;padding: 0;}
.htmlstore .text p img{max-width: 100%;}
.htmlstore .text img{max-width: 100%;}
@media (max-width: 768px) {
.htmlstore{margin-bottom: 20px;margin-top: 20px;}
.htmlstore h1{line-height:30px;font-size: 18px;margin-bottom: 10px;}
}

/* 文档内容页 */
.servicecontent{float: left;width: 100%;}
.servicecontent .box{float: left;width: 100%;}
.servicecontent .box .text{float: left;width: 100%;line-height: 30px;font-size: 15px;color: #444;}
.servicecontent .box .text p{float: left;width: 100%;line-height: 30px;font-size: 15px;margin: 0;padding: 0;}
.servicecontent .box .text p img{max-width: 100%;}
.servicecontent .box .text img{max-width: 100%;}
@media (max-width: 768px) {
.servicecontent .box{float: left;width: 100%;padding:20px;}
}

/* list_42 */
.list_42{float: left;width:100%;font-size:12px;padding: 0px 0 0 0;display: none;}
.list_42 li{width:100%;overflow:hidden;clear:both;padding: 0px 0px 20px;margin-top: 20px;border-bottom: 1px solid #eee;}
.list_42 li .img{width:32%;float: right;display: none;}
.list_42 li .img img{width:100%;float: left;}
.list_42 li .text{float: left;width: 100%;padding-right: 15px;}
.list_42 li .text .desc{width: 100%;float: left;line-height: 20px;color: #ccc;font-size: 14px;}
.list_42 li .text .tt{width: 100%;float: left;font-size: 15px;font-weight: normal;line-height: 28px;margin-bottom: 4px;color: #333}
.list_42 li .text .tt:hover{color: #000}
.list_42 li .text  p{width: 100%;float: left;font-size: 13px;color: #666;line-height: 24px;}
@media (max-width: 768px) {
.list_42{display: block;}
}



/*share_01*/
.share_01{float: left;width: 100%;margin-bottom: 20px;}

/*htmlPn_01*/
.htmlPn_01{float: left;width: 100%;line-height: 30px;font-size: 14px;font-weight: normal;margin:10px 0;color: #666;border-top: 1px solid #e5e5e5;margin-top: 20px;padding-top: 15px;}
.htmlPn_01 p{float: left;width: 100%;}
.htmlPn_01 p a{color: #333;}

/*list_1*/
.list_1{float: left;width: 100%;}
.list_1 .li{float: left;width: 100%;margin-bottom: 20px;background: #eee;}
.list_1 .li:hover{background: #E77817;}
.list_1 .li:hover .tt{color: #fff;border-bottom: 1px solid #fff;}
.list_1 .li:hover p{color: #fff;}
.list_1 .li .img{float: left;width:300px;height: 180px;}
.list_1 .li .img img{float: left;width:300px;height: 180px;}
.list_1 .li .tt{float: left;width:440px;height:60px;margin: 25px 50px 0px;line-height: 60px;text-align: center;color: #222;font-size: 18px;border-bottom: 1px solid #ddd;overflow: hidden;}
.list_1 .li p{float: left;width:440px;height:60px;margin: 14px 50px 0;text-align: center;line-height: 22px;}

/* list_2 */
.list_2{float: left;width:100%;font-size:12px;margin:0 0px 15px;}
.list_2 li{width:100%;overflow:hidden;clear:both;padding: 0px 0px 20px;margin-bottom: 20px;border-bottom: 1px dotted #ccc;}
.list_2 li .tt{width: 100%;;float: left;font-size: 16px;line-height: 20px;margin-bottom: 5px;color: #222;}
.list_2 li span{width: 100%;float: left;font-size: 13px;color: #999;line-height: 22px;margin-top: 5px;}
.list_2 li p{width: 100%;float: left;font-size: 13px;color: #555;line-height: 22px;}
.list_2 li .more{width: 100%;float: left;font-size: 13px;color: #999;line-height: 26px;margin-top: 7px;}
.list_2 li .more i{height: 26px;width: 26px;float: left;line-height: 26px;text-align: center;background: #3487bb;color: #fff;font-family: simsun;font-style: normal;}
.list_2 li .more em{height: 26px;float: left;line-height: 26px;color:#fff;background: #000;padding: 0 15px;font-style: normal;}

/* list_3 */
.list_3{float: left;margin:0px 0px 0px;width:100%;font-size:12px;padding: 0px 0 0 0;border-top: 1px solid #eee;}
.list_3 li{width:100%;overflow:hidden;clear:both;padding: 30px 0px;border-bottom: 1px solid #eee;transition:0.5s;}
.list_3 li:hover{background: #b2c133;padding: 30px 20px;}
.list_3 li:hover .desc{color: #fff;}
.list_3 li:hover .tt{color: #fff;}
.list_3 li:hover .p{color: #fff;}
.list_3 li .desc{width: 100%;float: left;line-height: 40px;color: #aaa;font-size: 13px;transition:0.5s;}
.list_3 li .tt{width: 100%;float: left;font-size: 18px;font-weight: normal;line-height: 24px;margin-bottom: 4px;color: #333;transition:0.5s;}
.list_3 li .p{width: 100%;float: left;font-size: 16px;color: #666;line-height: 28px;transition:0.5s;}
@media (max-width: 768px) {
.list_3{display: none;}
}

/*list_7*/
.list_7{float: left;width: 70%;overflow: hidden;padding-top: 12px;}
.list_7 li{float: left;width: 100%;line-height: 30px;overflow: hidden;}
.list_7 li a{float: left;overflow: hidden;font-size: 14px;}
.list_7 li span{float: right;overflow: hidden;color: #ddd;}

.list_4{float: left;width: 100%;margin-top: 17px;padding: 0 20px;}
.list_4 li{float: left;width: 100%;height: 20px;margin: 0 0 13px;}
.list_4 li a{float: left;line-height: 20px;width: 100%;overflow: hidden;height: 20px;}

.list_18{float: left;width: 100%;margin: 0 0 20px;}
.list_18 li{float: left;width: 100%;height: 40px;margin: 0 0 1px;background: #eee;}
.list_18 li a{float: left;line-height: 40px;width: 100%;overflow: hidden;height: 40px;text-indent:20px;}


/* pageSize_1 */
.pageSize_1{float: left;line-height: 34px;border: 1px solid #ddd;border-right: 0;margin-bottom: 20px;overflow: hidden;font-size: 14px;background: #fff;}
.pageSize_1 a,.pageSize_1 b,.pageSize_1 .current{padding:0 15px;line-height: 34px;height: 34px;text-align: center;color: #555;text-shadow:1px 1px 0 #fff;display: inline-block;font-weight: normal;border-right: 1px solid #ddd;float: left;}
.pageSize_1 .current{background: #ddd;color: #333;}
@media (max-width: 768px) {
.pageSize_1{display: none;}
}

/* pageSize_2 */
.pageSize_2{float: right;line-height: 24px;border-right: 0;margin-bottom: 20px;overflow: hidden;font-size: 14px;}
.pageSize_2 a,.pageSize_2 b,.pageSize_2 .current{padding:0 8px;line-height: 24px;height: 24px;text-align: center;color: #888;text-shadow:1px 1px 0 #fff;display: inline-block;font-weight: normal;float: left;}
.pageSize_2 .current{color: #E77817;}
.pageSize_4{float: left;margin-bottom: 15px;overflow: hidden;font-size: 14px;display: none;padding:0 15px;width: 100%;}
.pageSize_4 a{padding:0 15px;line-height: 44px;height: 44px;text-align: center;color: #999;font-weight: normal;border: 1px solid #d4d4d4;float: left;background: #ddd;width: 100%;border-radius: 44px;}
.pageSize_4 a:nth-child(2){margin-top: 10px;}
@media (max-width: 768px) {
.pageSize_4{display: block;}
}

/*html_re_1*/
.html_re_1{float: left;width: 100%;}
.html_re_1 .ttt{float: left;width: 100%;border-bottom: 1px solid #e5e5e5;line-height: 50px;color: #000;font-size: 16px;margin-top: 20px;}

/* 侧边导航 */
.cateNav_2{width: 100%;float: left;}
.cateNav_2 a{height: 80px;line-height: 80px;color: #333;width: 100%;float: left;margin: 0 0 1px;font-size: 16px;background: #fff; text-align: center;transition: 0.3s;}
.cateNav_2 a.cur{background:#3487bb;color: #fff}
.cateNav_2 a:hover{background:#959595;color: #fff}
@media (max-width: 768px) {
.cateNav_2  a{display: none;}
}

.porductsBar{float: left;width: 100%;background: #f80;padding:30px 10%;}
.porductsBar .time{float: left;width: 100%;text-align: center;line-height: 24px;font-size: 14px;padding:60px 0 0px;color: #fff;background: url(/Public/Common/Images/message.png) center top no-repeat;}
.porductsBar .p{float: left;width: 100%;text-align: center;line-height: 30px;font-size: 24px;color: #fff;margin-top: 10px;padding: 0 15px;}

.contentuser{float: left;width: 100%;line-height: 34px;}
.ad1200wrap{float: left;width: 100%;}
.ad1200{width: 1200px;margin: 0 auto;}

/* 购物车提示 */
.tipBox{float: left;width: 100%;text-align: center;padding: 50px 0 100px;}
.tipBox h2{float: left;width: 100%;line-height: 80px;font-size: 20px;font-weight: normal;color: green;margin-top: 20px;}
.tipBox .alink{float: left;width: 100%;line-height: 20px;font-size: 14px;}
.tipBox .alink .btn-continue{height: 40px;background: #aaa;line-height: 40px;padding: 0 24px;color: #fff;display: inline-block;}
.tipBox .alink .btn-pay{height: 40px;background: #E77817;line-height: 40px;padding: 0 24px;color: #fff;display: inline-block;}

/* htmlBar_01 */
.htmlBar_01{float: left;width: 100%;border-bottom: 1px dotted #ddd;padding-bottom: 20px;}
.htmlBar_01 .l{width: 200px;float: left;}
.htmlBar_01 .l .img{width: 200px;height:200px;float: left;}
.htmlBar_01 .info{width: 630px;float: right;}
.htmlBar_01 .info h2{width:100%;line-height: 40px;font-size: 22px;color: #222;font-weight: normal;}
.htmlBar_01 .info p{width:100%;line-height:26px;font-size: 14px;color: #555;font-weight: normal;border-top: 1px dotted #ddd;padding-top: 10px;margin-top: 5px;}
.htmlBar_01 .info .guige{width:100%;line-height: 24px;font-size: 13px;color: #555;font-weight: normal;border-top: 1px dotted #ddd;padding-top: 10px;margin-top: 10px;}
.htmlBar_01 .info .favor{float: left;margin-top: 25px;height: 44px;line-height: 44px;text-align: center;font-size: 16px;color: #fff;padding: 0 50px;border-radius: 0;border: none;}

.ad100{float: left;width: 100%;margin-top: 20px;}
.ad100 .box{width: 100%;float: left;}
.ad100 .box a{width: 100%;float: left;}
.ad100 .box a img{width: 100%;float: left;}
.ad100 .box img{width: 100%;float: left;}
@media (max-width: 768px) {
.ad100{display: none;}
}

.indexad100{float: left;width: 100%;margin-top: 15px;}
.indexad100 .box{width: 100%;float: left;}
.indexad100 .box a{width: 49%;float: left;}
.indexad100 .box a img{width: 100%;float: left;}


/*common*/
.len_10{width: 10%;}
.len_20{width: 20%;}
.len_30{width: 30%;}
.len_40{width: 40%;}
.len_50{width: 50%;}
.len_60{width: 60%;}
.len_80{width: 80%;}
.len_100{width: 100%;}
.hei_10{height: 10px;}
.hei_20{height: 20px;}
.hei_30{height: 30px;}
.hei_40{height: 40px;}
.hei_50{height: 50px;}
.hei_60{height: 60px;}
.hei_80{height: 80px;}
.hei_100{height: 100px;}
.hei_120{height: 120px;}
.len_20{width: 20%;}
.len_30{width: 30%;}
.len_40{width: 40%;}
.len_50{width: 50%;}
.len_60{width: 60%;}
.len_70{width: 70%;}
.len_80{width: 80%;}
.len_90{width: 90%;}
.len_100{width: 100%;}
@media (max-width: 768px) {
.len_10{width: 100%;}
.len_20{width: 100%;}
.len_30{width: 100%;}
.len_40{width: 100%;}
.len_50{width: 100%;}
.len_60{width: 100%;}
.len_70{width: 100%;}
.len_80{width: 100%;}
.len_90{width: 100%;}
.len_100{width: 100%;}
.btn{width: 100%;}
}


.contentuser{float: left;width: 100%;line-height: 34px;}
.ad1200wrap{float: left;width: 100%;}
.ad1200{width: 1200px;margin: 0 auto;}

.guess{width:920px;background-color:white;float: left;}
.guessP{height:24px;font-size:13px;float: right;margin: 8px 0 0 0;}
.cirpage{height:22px;width:22px;border-radius:50%;float:left;background-color:#E3393B;line-height:22px;text-align:center;color:white;margin-left:8px;border:1px solid #A9A9A9;cursor:pointer;font-weight: normal;color: #ddd;}
.guess_sp{width:100%;overflow: hidden;float: left;}

.mT10{margin-top: 10px;}
.mT20{margin-top: 20px;}
.mL10{margin-left: 10px;}

iframe{width:100%;height:100%;border:none;}
table{width:100%;}
table,th,td{ border-collapse: collapse;color: #555;}
th{ text-align: right;}
th,td{padding:10px 6px;}
label{float: left;}
.checkbox{width: auto;height: auto;float: left;margin: 4px 0 0 0;}
.input{ border:solid 1px #e5e5e5;height:36px;padding:6px 6px;color:#888;background:#fff; vertical-align: middle;margin-right: 10px;float: left;line-height: 20px;}
.button{ border:solid 1px #e5e5e5;height:32px;padding:6px 6px;color:#888;background:#fff; vertical-align: middle;margin-right: 10px;float: left;}
.submit {background: #555;height: 30px;padding: 0px 17px;line-height: 28px;color: #fff;font-size: 14px;cursor: pointer;border: none;border-radius: 3px;}
.radio{float: left;vertical-align:middle; margin: 3px 5px 0 0;}
.select{ border:solid 1px #e5e5e5;height:36px;padding:7px 6px;color:#888;background:#fff; vertical-align: middle;margin-right: 10px;float: left;}
.inputlong{width: 400px;}
textarea{ border:solid 1px #e5e5e5;height:30px;padding:3px 6px;color:#888;background:#fff; vertical-align: middle;font-size: 14px;outline: none;}
select{border:solid 1px #ccc;}
.file{float: left;margin: 7px 10px 0 0;}
img{border:none; vertical-align: middle;}
.len55{width:55px;}
.len70{width:70px;}
.len90{width:90px;}
.len100{width:100px;}
.len150{width:159px;}
.len200{width:200px;}
.len250{width:250px;}
.len220{width:220px;}
.len300{width:300px;}
.len350{width:350px;}
.len400{width:400px;}
.tip{float: left;line-height: 36px;margin-right: 15px;color: #ccc;}
.tip em{color: #3487bb;font-style: none;float: left;line-height: 36px;}
.tipred{float: left;line-height: 35px;margin-right: 15px;color: #f00;}
.l{float:left;}
.r{float:right;}
em{color:#3487bb;font-style:normal;border-collapse:collapse;}/**红星**/
.submit{background:#E77817;height:36px;padding:0px 25px;line-height:36px;color:#fff;font-size:14px; cursor: pointer;border: none;border-radius: 3px;}
.error{padding:3px;line-height: 1.2em;margin-top:8px; font-size:12px;color:#f00;}
span.msg{color:#666;border:solid 1px #e5e5e5;padding:6px;margin-left:10px;}
.content{padding:10px;}

/*****分页处理*******/
.page {font-size:12px;color:#666;PADDING-RIGHT: 3px; PADDING-LEFT: 3px; PADDING-BOTTOM: 3px; MARGIN: 3px; PADDING-TOP: 3px;}
.page .count,.page .nowpage{margin-right:10px;}
.page .selfpage {background:#2E6AB1;color:#fff;BORDER-RIGHT: #9aafe5 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #9aafe5 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #9aafe5 1px solid; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #9aafe5 1px solid; TEXT-DECORATION: none}
.page a {BORDER-RIGHT: #9aafe5 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #9aafe5 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #9aafe5 1px solid; COLOR: #2e6ab1; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #9aafe5 1px solid; TEXT-DECORATION: none}
.page a:hover {BORDER-RIGHT: #2b66a5 1px solid; BORDER-TOP: #2b66a5 1px solid; BORDER-LEFT: #2b66a5 1px solid; COLOR: #000; BORDER-BOTTOM: #2b66a5 1px solid; BACKGROUND-COLOR: lightyellow}
.page a:active {BORDER-RIGHT: #2b66a5 1px solid; BORDER-TOP: #2b66a5 1px solid; BORDER-LEFT: #2b66a5 1px solid; COLOR: #000; BORDER-BOTTOM: #2b66a5 1px solid; BACKGROUND-COLOR: lightyellow}
.page span.current {BORDER-RIGHT: navy 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: navy 1px solid; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; BORDER-LEFT: navy 1px solid; COLOR: #fff; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: navy 1px solid; BACKGROUND-COLOR: #2e6ab1}
.page span.disabled {BORDER-RIGHT: #929292 1px solid; PADDING-RIGHT: 5px; BORDER-TOP: #929292 1px solid; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; BORDER-LEFT: #929292 1px solid; COLOR: #929292; MARGIN-RIGHT: 2px; PADDING-TOP: 2px; BORDER-BOTTOM: #929292 1px solid}
.page #pagekeydown{}
.page input{height:22px;line-height:16px;padding:0px 0px;margin:0px;margin-right: 5px;}
.page button{height:22px;line-height: 6px;display: inline;}
.page select{}

/****表格样式2********/
.tableborder{width:100%;margin: 0px 0 20px 0px;float: left;background: #f1f1f1}
.tableborder,.tableborder td{border:solid 1px #fff;}
.tableborder th{border:solid 1px #fff;}
.tableborder thead tr td{background: #eee;color:#ddd;}

/****表格样式1********/
.table{width:100%;margin:0 0 0 0;float: left;}
.table,.table td{border:solid 1px #fff;}
.table th{border:solid 1px #fff;width:100px;}
.table thead tr td{background: #fff;color:#ddd;}

/******按钮*******/
.bt1{padding:8px 15px;margin-right:6px; background: #ccc;color:#000;border-radius: 3px; text-align: center;float:left;display: block;cursor: pointer;}
.bt2{padding:8px 15px;margin-right:6px; background: #4884D5;color:#fff;border-radius: 3px; text-align: center;float:left;display: block;cursor: pointer;}

/*pagesize*/
.pagesize{float: left;line-height: 34px;border: 1px solid #ddd;border-right: 0;overflow: hidden;font-size: 14px;}
.pagesize a,.pagesize b,.pagesize .current{padding:0 15px;line-height: 34px;height: 34px;text-align: center;color: #555;text-shadow:1px 1px 0 #fff;display: inline-block;font-weight: normal;border-right: 1px solid #ddd;float: left;}
.pagesize .current{background: #e3e3e3;color: #222;}
.tablef12{font-size: 12px;}
.tip2 {float: left;line-height: 37px;margin-right: 15px;color: #aaa;}

/**文字颜色**/
.tred{color:#3487bb}
.torange{color:#f00}
.tgreen{color:green}
.tgrey{color:grey}
.tccc{color:#ccc}
.tccc:hover{color:#3487bb}
.star{float: left;line-height: 34px;color: #3487bb;}
.guess{width:920px;background-color:white;float: left;}
.guessP{height:24px;font-size:13px;float: right;margin: 8px 0 0 0;}
.cirpage{height:22px;width:22px;border-radius:50%;float:left;background-color:#E3393B;line-height:22px;text-align:center;color:white;margin-left:8px;border:1px solid #A9A9A9;cursor:pointer;font-weight: normal;color: #ddd;}
.guess_sp{width:100%;overflow: hidden;float: left;}

.tbox{width:100%;float:left;}
.jquerytip{float: left;line-height: 36px;}
@media (max-width: 768px) {
.alert{    padding-top: 8px;padding-bottom: 8px;padding-left: 8px;margin-bottom: 10px;}
}