/* 公共样式 begin */
html,body{
    margin:0;
    min-width: 1200px;
    max-width: 1920px;
}
.mybody{
    min-width: 1200px;
    overflow-x:hidden;
}
.inner{
    max-width:1200px;
    margin:0 auto;
}



.fl{
    float: left;
}
.fr{
    float: right;
}
.clear{
    clear:both;
}
.clearfix::after{
    display:block;
    height:0;
    content:'';
    clear:both;
}
.oneline{ 
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}
.twoline{ 
  text-overflow: -o-ellipsis-lastline;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
} 
.threeline{ 
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
} 
.text-center{
    text-align: center;
}   

    /* 标题 */
.title{
    padding:90px 0;
    text-align: center;
}
.title>h2{
    position: relative;
    margin:0;
    color:#0085d1;
    font-size:40px;
    line-height: 1em;
    padding-bottom:25px;
    border-bottom:2px solid #cfedff;
    margin-bottom:15px;
}
.title>h2::after{
    position:absolute;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
    display: inline-block;
    height: 5px;
    width:80px;
    content:'';
    background-color: #0085d1;
}
.title>p{
    margin:0;
    color:#666;
    font-size:24px;
    line-height: 1em;
}
/* 公共样式 begin */

/* 分页 begin */
div.page {
	padding-right: 3px; padding-left: 3px; padding-bottom: 3px; margin: 3px; padding-top: 7px; text-align: center;color: #000;
}
div.page a {
	border-right: #aaaadd 1px solid; padding-right: 5px; border-top: #aaaadd 1px solid; padding-left: 5px; padding-bottom: 2px; margin: 2px; border-left: #aaaadd 1px solid; color: #0085d1; padding-top: 2px; border-bottom: #aaaadd 1px solid; text-decoration: none;
}
div.page a:hover {
	border-right: #0085d1 1px solid; border-top: #0085d1 1px solid; border-left: #0085d1 1px solid; color: #000; border-bottom: #0085d1 1px solid;
}
div.page a:active {
	border-right: #0085d1 1px solid; border-top: #0085d1 1px solid; border-left: #0085d1 1px solid; color: #000; border-bottom: #0085d1 1px solid;
}
div.page span.current {
	border-right: #0085d1 1px solid; padding-right: 5px; border-top: #0085d1 1px solid; padding-left: 5px; font-weight: bold; padding-bottom: 2px; margin: 2px; border-left: #0085d1 1px solid; color: #fff; padding-top: 2px; border-bottom: #0085d1 1px solid; background-color: #0085d1;
}
div.page span.disabled {
	border-right: #eee 1px solid; padding-right: 5px; border-top: #eee 1px solid; padding-left: 5px; padding-bottom: 2px; margin: 2px; border-left: #eee 1px solid; color: #ddd; padding-top: 2px; border-bottom: #eee 1px solid;
}
div.page span.count{
    font-size:15px;
}
/* 分页 end */

/* header begin */
header{
    position: relative;
}
.site-brand__name,
.mobile-nav-toggle{
    display:none;
}
header .inner{
    width:1200px;
    margin:0 auto;
}
header>section{
    padding:15px 0 30px;
}
header>section>a{
    font-size:0;
}
header>section>.right{
    float: right;
}
header>section>.right p{
    margin:0;
    margin-bottom:5px;
    color:#999999;
    font-size:18px;
    text-align: right;
}
header>section>.right img{
    vertical-align: middle;
    margin-left:15px;
}
header>section>.right span{
    color:#ff8315;
    font-size:25px;
    line-height: 1em;
}

header>nav{
    position: absolute;
    top:100%;
    width:100%;
    background-color: rgba(0,0,0,0.3);
    z-index: 99;
}
header>nav a{
    text-decoration: none;
}
header .nav1{
    width:1200px;
    margin:0 auto;
    padding:0;
    list-style-type: none;
}
header .nav1::after{
    display: block;
    height: 0;
    content:'';
    clear: both;
}
header .nav1>li{
    float: left;
}
header .nav1>li>a{
    display: block;
    padding:0 40px;
    color:#ccc;
    font-size:18px;
    line-height: 70px;
}
header .nav1>li:hover>a{
    color:#fff9f9;
    font-weight: bold;
}
header .nav1>li.active>a{
    color:#fff9f9;
    font-weight: bold;
    font-size:20px;
}
/* header end */

/* footer begin  */
.footer-wrapper{
    background: url('../images/footer-bg.png') no-repeat center;
}
.footer-top{
    min-width:1200px;
    padding-bottom:35px;
}
.footer-top p{
    margin:0;
}
.footer-top>section, .footer-bottom>section{
    width:1200px;
    margin:0 auto;
}
.footer-top a,.footer-bottom a{
    text-decoration:none;
}

.footer-top h1{
    margin:0;
    font-size:18px;
    line-height: 50px;
    color: #fff;
    border-bottom: 1px solid #cccccc;
    margin-bottom:14px;
}

.footer-top .nav{
    display: inline-block;
}
.footer-top .nav a:hover{
    text-decoration: underline;
}
.footer-top .nav dl{
    margin:0;
    display: inline-block;
    vertical-align: top;
    margin-right:60px;
}
.footer-top .nav dt{
    margin:0;
    font-size:14px;
    line-height: 26px;
}
.footer-top .nav dt>a{
    color:#fff;
}
.footer-top .nav dd{
    margin:0;
    font-size:14px;
    line-height: 26px;
    margin-top:20px;
}
.footer-top .nav dd>a{
    color:#fff;
}


.footer-top .info{
    display: inline-block;
    vertical-align: top;
    width: 240px;
    margin-left: 90px;
    overflow: hidden;
}
.footer-top .info p{
    height: 38px;
    line-height: 38px;
    padding-left: 55px;
    font-size: 16px;
    color: #fff;
}
.footer-top .info .call{
    background: url(../images/pub-ftphone.png) no-repeat left center;
}
.footer-top .info .email{
    background: url(../images/pub-ftinfo.png) no-repeat left center;
}
.footer-top .info .store{
    background: url(../images/pub-ftsc.png) no-repeat left center;
    cursor: pointer;
}

.footer-top .codeimg{
    float: right;  
}
.footer-top .codeimg>p{
    display: inline-block;
    width: 100px;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    color: #fff;
    margin-left:20px;
}
.footer-top .codeimg>p>img{
    width:100px;
    height:100px;
}


.footer-bottom{
    min-width:1200px;
    color: #dadbdc;
}
.footer-bottom p{
    margin:0;
    font-size: 12px;
    line-height: 4em;
}
.footer-bottom a{
    color:#dadbdc;
}
/* footer end  */
