/*select插件开始*/
[plugin="select"] {
	position: relative;
	height: 40px;
	line-height: 40px !important;
	width: 200px;
	margin-top:2px ;
	padding-left: .133333rem;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box; 
}
[plugin="select"] p{
	color: #333 !important;
	font-size: 16px !important;
	height: 40px;
	line-height: 40px !important;
	padding-left: 12px;
}
[plugin="select"] ul {
	display: none;
	position: absolute;
	left: -1px;
	top: 40px;
}

[plugin="select"] li {
	border: 1px solid #ccc;
	border-top: 0;
	background: #fff;
	height: 40px;
	line-height: 40px;
	font-size: 16px !important;
	width: 200px;
	padding-left: 12px;
	-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box; 
   
}

[plugin="select"] ul.active {
	display: block;
}
[plugin="select"] img {
	position: absolute;
	right: 14px;
	top: 50%;
	height: 8px;
	margin-top: -4px;
	transition: all 0.6s;
}

[plugin="select"] img.active {
	transform: rotate(180deg);
}
/*select插件结束*/
/*foot开始*/
.baba-foot{
	margin: 70px auto 0px auto;
	padding-bottom: 50px;
	text-align: center;
}
.baba-foot-top{
	margin-bottom:22px ;
	
}
/*foot结束*/
/*footer开始*/
.footer {
    padding: 30px 0;
    line-height: 26px;
    text-align: center;
    background-color: #f8f8f8;
    color: #666;
    font-weight: 300;
}
.footer-box{
    height: 135px;
}
.col-links {
    text-align: left;
    float: left;
    width: 170px;
    height: 112px;
    margin: 0;
}
.col-links dt {
    margin: -1px 0 16px;
    font-size: 16px;
    line-height: 1.25;
    color: #424242;
}
.col-links dd {
    font-size: 12px;
    height: 25px;
}
.footer-logo{
    float: left;
    width: 230px;
    height: 130px;
}
.footer-code{
    float: left;
    width: 98px;
    height: 130px;
    margin-right: 48px;
}
.footer-code img{
    width:99px;
    height:96px;
}
.footer-code p{
    font-size: 13px;
}
/*footer结束*/
/*service开始*/
.service{
    width: 80px;
    height: 300px;
    position: fixed;
    right: 10px;
    top: 430px;
    z-index:9999;
}
.on-line{
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 3px;
    background: url("../images/on-line.png") no-repeat #56afff center 9px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(7,17,27,.1);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.on-line a{
    width: 100%;
    height: 78px;
    position: absolute;
    left: 0;
    top: 0;
    text-decoration: none;
}
.on-line:hover{
    background-color: #29a1ff;
    box-shadow: 0 6px 10px 0 rgba(7,17,27,.2);
}
.we-chat{
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 3px;
    background: url("../images/we-chat.png") no-repeat #56afff center 8px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(7,17,27,.1);
    position: relative;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.we-chat:hover{
    background-color: #29a1ff;
    box-shadow: 0 6px 10px 0 rgba(7,17,27,.2);
}

.we-chat-box{
    width: 155px;
    height: 175px;
    z-index: -1;
    position: absolute;
    right: 80px;
    bottom: 0;
    display:none\9;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform:rotateY(-90deg);
    -webkit-transform:rotateY(-90deg);
    transform-origin:90% 0%;
    -webkit-transform-origin:90% 0%;
    -webkit-transition: all .6s ;
    transition: all .6s ;
    -webkit-transition-delay:.3s;
    transition-delay:.3s;
}
.we-chat-img{
    width: 110px;
    padding:10px 12px 0;
    height: 162px;
    border:1px solid #eee;
    background:#FFF;
    box-shadow: 0 4px 8px 0 rgba(7,17,27,.1);
    position: relative;
}
.we-chat:hover .we-chat-box{
    display:block\9;
    transform:rotateY(0deg);
    -webkit-transform:rotateY(0deg);
    -webkit-transition-delay:0s;
    transition-delay:0s;
}

.we-chat-img p{
    line-height: 22px;
}
.we-chat-img img{
    width: 110px;
    height: 110px;
    background-size: cover;
}

.service-span{
    padding-top: 55px;
    color: #fff;
    display: block;
}
.on-tel{
	    position: relative;
    width: 80px;
    height: 80px;
    margin-bottom: 15px;
    text-align: center;
    border-radius: 3px;
    background: url("../images/phone.png") no-repeat #56afff center 9px;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(7,17,27,.1);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.service-span1 {
    font-size: 12px;
    padding-top: 55px;
    color: #fff;
    display: block;
}
.on-tel-box {
    width: 190px;
    height: 77px;
    z-index: -1;
    position: absolute;
    right: 80px;
    bottom: 0;
    display: none\9;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: rotateY(-90deg);
    -webkit-transform: rotateY(-90deg);
    transform-origin: 90% 0;
    -webkit-transform-origin: 90% 0;
    -webkit-transition: all .6s;
    transition: all 0.6s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
}
.on-tel-img {
    position: relative;
    width: 160px;
    height: 63px;
    padding-left: 13px;
    padding-top: 15px;
    text-align: left;
    background: #FFF;
    box-shadow: 0 2px 10px 0 rgba(7,17,27,.1);
}
.on-tel-p1 {
    margin-bottom: 12px;
}
.on-tel-p2 {
    position: relative;
    text-indent: 29px;
}
.on-tel:hover {
    background-color: #29a1ff;
    box-shadow: 0 6px 10px 0 rgba(7,17,27,.2);
}
.on-tel:hover .on-tel-box {
    display: block\9;
    transform: rotateY(0deg);
    -webkit-transform: rotateY(0deg);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;}
/*service结束*/
.lh35{
    height: 35px;
    line-height: 35px;
}
.lh35 span{
    width: 13px;
    height: 13px;
    padding-bottom: 10px;
    background: url("../images/collect.png") no-repeat 0 11px ;
    display: inline-block;
}
.header .baba-main .t9{
    top: 9px;
}

.header{
    height: 35px;
    border-bottom: 1px solid #e6e6e6;
    background-color: #f5f5f5;
}
.header-h2{
    font-size: 16px;
    position: absolute;
    left: 260px;
    top: 66px;
}
.all-header{
    height: 105px;
    background-color: #ffffff;
    border-bottom: none;
}
.baba-header{
    position: relative;
    z-index: 1000;
}
.baba-main{
    position: relative;
    width: 1200px;
    margin: 0 auto;
}
.logo {
    position: absolute;
    left: 0;
    top: 0;
}
.baba-nav {
    position: relative;
    color: #c2c2c2;
    border-radius: 2px;
}
.header .baba-nav {
    position: absolute;
    right: 0;
    top: 0;
}
.baba-nav .baba-this{
    color: #ff4936;
}
.baba-main a{
    transition: all .18s;
    -webkit-transition: all .18s;
}
.baba-nav-item a {
    padding: 0 18px;
    line-height: 18px;
}
.baba-nav .baba-nav-item {
    display: inline-block;
    border-right: 1px solid #d8d8d8;
    height: 18px;
}
.baba-nav .baba-nav-item:last-child{
    border-right:none;
}
.big-header {
    height: 72px;
    border-bottom: 2px solid #ff4936;
    background-color: #fff;
}
.header .big-nav{
    position: absolute;
    left: 157px;
    top: 25px;
}
.big-nav .active{
    color: #ff4936;
}
.big-nav .big-nav-item{
    display: inline-block;
    line-height: 46px;
    position: relative;
}
.big-nav .big-nav-item a{
    font-size: 18px;
    padding: 13px 35px;
}
.publish{
    position: absolute;
    right: 65px;
    top: 0;
    padding-top: 43px;
    padding-top: 44px\9;
}
.baba-publish{
    padding: 11px 13px 11px 45px;
    background-color: #ff4936;
    color: #ffffff;
    border: 1px solid #ff4936;
    position: relative;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.baba-publish span{
    width: 28px;
    height:28px;
    background: url("../images/issue.png") no-repeat;
    position: absolute;
    left: 11px;
    top: 5px;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.baba-publish:hover span{
    background: url("../images/issue1.png") no-repeat;
}
.baba-publish:hover{
    background-color: #fff;
}
/*右侧*/
.right-menu1{
    width: 278px;
    height: auto;
    border:1px solid #f3f3f3;
    position: relative;
}
.right-menu1-h3{
    font-size: 16px;
    font-weight: 600;
    color: #ff4936;
    text-indent: 8px;
    border-left: 3px solid #ff4936;
    position: absolute;
    left: 8px;
    top: 10px;
}
.right-menu1-a{
    position: absolute;
    right: 8px;
    top: 15px;
}
.right-menu1 .color{
    color: #353535;
}
.right-menu1-sbox{
    height: 40px;
    padding:0 0 17px 13px ;
    position: relative;
}
.right-menu1-sbox span{
    width: 75px;
    height: 40px;
    font-size: 18px;
    font-weight: 500;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}
.right-menu1-sbox .text1{
    position: absolute;
    left: 97px;
    top: 0;
}
.right-menu1-sbox .text2{
    font-size: 12px;
    position: absolute;
    left: 97px;
    top: 22px;
}
.right-menu1-sbox .color1{
    background-color: #4995ff;
}
.right-menu1-sbox .color2{
    background-color: #9e5fff;
}
.right-menu1-sbox .color3{
    background-color: #f27f44;
}
.right-menu1-sbox .color4{
    background-color: #d73838;
}
.right-menu1-ol,.right-menu2-ol{
    padding-left:7px;
    padding-top:6px;
}
.right-menu1-ol li{
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    margin-bottom: 12px;
    background-color: #aaaaaa;
    color: #ffffff;
    font-style: italic;
}

/*下载*/
.down-nav{
    width: 100%;
    height: auto;
    border:1px solid #ff4936;
    border-top:2px solid #ff4936;
    background: #ff4936;
    opacity:0;
    display:none\9;
    box-sizing: border-box;
    z-index: 1102;
    position: absolute;
    left: 0;
    top: 47px;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: scale(0);
    -webkit-transform:scale(0);
    transform-origin:50% 50%;
    -webkit-transform-origin:50% 50%;
    -webkit-transition: all .6s cubic-bezier(0.43, 0.37, 0.24, 1.68);
    transition: all .6s cubic-bezier(0.43, 0.37, 0.24, 1.68);
    -webkit-transition-delay:1s;
    transition-delay:1s;

}
.big-nav-item:hover .down-nav{
    opacity:.8;
    transform: scale(1);
    -webkit-transform:scale(1);
    -webkit-transition-delay:0s;
    transition-delay:0s;
    display:block\9;
}
.big-nav-item .down-nav a{
    width: 100%;
    height: 42px;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    padding: 0;
    display: block;
    color: #ffffff;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.big-nav-item .down-nav a:hover{
    background: #ffffff;
    color: #ff4936;
}
/* 分页效果 */

.layui-laypage a:hover{
    background-color:#FF7335;
    color:#fff;
    border-radius: 2px;
}
.layui-laypage {
    display: inline-block;
    vertical-align: middle;
    margin: 10px 0;
    font-size: 0;
}
.layui-box{
    -webkit-box-sizing: content-box!important;
    -moz-box-sizing: content-box!important;
    box-sizing: content-box!important;
}
.layui-laypage>:first-child, .layui-laypage>:first-child em {
    border-radius: 2px 0 0 2px;
}
.layui-laypage a, .layui-laypage span {
    display: inline-block;
    vertical-align: middle;
    padding: 0 15px;
    height: 28px;
    line-height: 28px;
    margin: 0 0px 5px 0;
    background-color: #fff;
    color: #333;
    font-size: 12px;
    position: relative;
}
.layui-laypage span {
    color: #999;
    font-weight: 700;
}
.layui-laypage .layui-laypage-curr .layui-laypage-em {
    position: absolute;
    left: 0px;
    top: 0px;
    padding:0;
    width: 100%;
    height: 100%;
    background-color: #ff4936;
}
.layui-laypage .layui-laypage-curr em {
    position: relative;
    color: #fff;
    font-weight: 400;
}
.layui-laypage-next em, .layui-laypage-prev em {
    font-size: 12px;
}
.layui-laypage .layui-laypage-total {
    height: 30px;
    line-height: 30px;
    margin-left: 1px;
    border: none;
    font-weight: 400;
}
.layui-laypage input {
    width: 50px;
    margin: 0 5px;
    text-align: center;
}
.layui-laypage input {
    height: 30px;
    line-height: 30px;
    border: 1px solid #e2e2e2;
    border-radius: 2px;
    vertical-align: top;
    background-color: #fff;
    box-sizing: border-box!important;
}
.layui-laypage button {
    margin-left: 5px;
    padding: 0 15px;
    cursor: pointer;
}
.layui-laypage button {
    height: 30px;
    line-height: 30px;
    color: #ffffff;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    vertical-align: top;
    background-color: #ff4936;
    box-sizing: border-box!important;
}
.layui-laypage em {
    font-style: normal;
    border-radius: 4px;
}
.baba-page .layui-laypage-prev,.baba-page .layui-laypage-next{
    padding:0px 10px;
}
.baba-page .noclick{
    cursor: not-allowed;
    opacity: .65;
}
.baba-page .noclick:hover{
    background:#aaa;
}
/*自定义通用*/
a:hover {
    color: #ff4936;
}
/*自定义通用*/
