/*================清空样式===================*/
body,
a,
input,
img,
p,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}
img {
    display: block;
}
ul,
ol {
    list-style: none;
}
/*===================文字三属性======================*/
body {
    font-weight: normal;
    background: #fff;
    font-size: 12px;
    color: #3e3e3e;
    overflow-x:hidden;
    font-family: PingFangSC-Light,PingFang SC,Helvetica,Tahoma,Arial,Microsoft YaHei,Hiragino Sans GB,WenQuanYi Micro Hei,sans-serif;

}
/*======================超链接====================*/
a {
    text-decoration: none;
    color: #444;
}
a:hover {
    text-decoration: none;
    color: #0857a6;
}
/*========================公共样式======================*/
.main{
    width:100%;
}
.w{
    width: 1200px;
    margin: 0 auto;
}
.r {
    float: right;
}
.l {
    float: left;
}
/* color */
.defaultBlue {
    color: #1476cb;
}
.lightBlue {
    color: #60b0e6;
}
.darkBlue {
    color: #0857a6 !important;
}
.drakBlue1{
    color:#0076D2 !important;
}
.Red {
    color: #CC1C1D;
}
.Yellow {
    color: #e8761d;
}
.beseGary {
    color: #444444;
}
.lightGray {
    color: #888888 !important;
}

.White {
    color: #ffffff;
}
.black {
    color: #111111;
}
/* line */
.Line {
    color: #D6D6D6 !important;
}
/* bg */
.lightPageBg {
    color: #FAFAFA;
}
.darkPageBg {
    color: #F2F2F2;
}
/* font size */
.font12 {
    font-size: 12px;
}
.font14 {
    font-size: 14px;
}
.font16 {
    font-size: 16px;
}
.font18 {
    font-size: 18px;
}
.font20 {
    font-size: 20px;
}
.font24 {
    font-size: 24px;
}
.font32 {
    font-size: 32px;
}
.font36 {
    font-size: 36px;
}
.font40 {
    font-size: 40px;
}
.font42 {
    font-size: 42px
}
.font52 {
    font-size: 52px
}
.font90{
    font-size:90px;
}
.font72 {
    font-size: 72px
}
/* 头部公共样式 */
header {
    height: 70px;
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    background:rgba(255, 255, 255, 0.9)
}

header img {
    width: 162px;
    height: 55px;
    margin-top: 6px;
    float: left;
}

header .r {
    width: 980px;
}

header .r ul li {
    padding: 0 30px;
    height: 67px;
    line-height: 67px;
    float: left;
}
header .r ul li a{
    display: block;
    height: 100%;
    width: 100%;
}

.li_select{
    border-bottom: 3px solid #1476CB;
    background: rgba(250, 250, 250, 1);
}
.li_select a{
    color: #1476CB;
}

header .r div {
    float: right;
}

header .r div a:nth-of-type(1) {
    width: 60px;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 29px;
    margin-top: 20px;
    color: #666;
    border-radius: 14px;
    background: rgba(226,166,33,1);
    box-shadow: 0px 9px 7px 0px rgba(0, 0, 0, 0.06);
    color: #fff;
}
header .r div a:nth-of-type(1):hover {
    background: rgba(226,166,33,1);
    box-shadow: 0px 9px 7px 0px rgba(0, 0, 0, 0.06);
    color: #fff;
}
header .r div a:nth-of-type(2) {
    width: 76px;
    height: 30px;
    float: left;
    text-align: center;
    line-height: 30px;
    margin-top: 20px;
    margin-left: 9px;
    color: #666666;
}
header .r div a:nth-of-type(2):hover {
    background: rgba(226,166,33,1);
    box-shadow: 0px 9px 7px 0px rgba(0, 0, 0, 0.06);
    color: #fff;
    border-radius: 14px;
}

.foot-goLogin{
    margin-top:80px;
    background:url("../images/case_content60.jpg") no-repeat center center ;
    background-size:cover;
    height:280px;
}
.foot-goLogin .primary-title{
    font-size:40px;
    color:#fff;
    top:25%;
    margin-top:10px;
}
.phoneSize{
    font-style: normal;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    top: 8px
}
.foot-goLogin .primary-title1{
    font-size:20px;
    color:#fff;
    top:46%;
    margin-top:20px;
}
.primary-img .primary-title{
    position:absolute;
    left:50%;
    top:0;
    margin-top:70px;
    transform:translate(-50%,0);
    -webkit-transform:translate(-50%,0);
    color:rgba(255,255,255,1);
    font-size:40px;
    line-height:40px;
    width:100%;
    text-align: center;
}
.primary-img .primary-title1{
    position:absolute;
    left:50%;
    top:0;
    margin-top:130px;
    transform:translate(-50%,0);
    -webkit-transform:translate(-50%,0);
    color:#FFFFFF;
    font-size:20px;
    line-height:20px;
    width:100%;
    text-align: center;
}
.foot-goLogin .register{
    font-size:24px;
    color:#fff;
    top:0;
    margin-top:180px;
    width:181px;
    height:50px;
    background:rgba(67,184,254,1);
    border-radius: 2px ;
    text-align: center;
    line-height:50px;
    display:block;
}
#footers{
    width:100%;
    position:relative;
    height:280px;
    min-width: 1200px;
    background-size:cover;
}
#footers .footers-primary-img{
    overflow: hidden;
}
/*#footers .footers-primary-img a,#footers .footers-primary-img p{*/
/*position:absolute;*/
/*}*/
#footers .footer-ft{
    width: 100%;
    background:#0D2339;
    color: #FFFFFF;
}
#footers .footer-ft .footer-mid{
    width:1200px;
    margin:0 auto;
    padding-top:50px;
    color: #fff;
}
#footers .footer-ft .footer-mid .footer-mid-cen{
    overflow: hidden;
}
#footers .footer-ft .footer-mid .footer-mid-cen ul{
    overflow: hidden;
    float:left;
}
#footers .footer-ft .footer-mid .footer-mid-cen ul li:hover,#footers .footer-ft .footer-mid .footer-mid-cen ul li a:hover{
    color:#fff;
}
#footers .footer-ft .footer-mid .footer-mid-cen .ul-w1{
    width:285px;
}
#footers .footer-ft .footer-mid .footer-mid-cen .ul-w2{
    width:285px;
}
#footers .footer-ft .footer-mid .footer-mid-cen .ul-w3{
    width:200px;
}
#footers .footer-ft .footer-mid .footer-mid-cen .ul-w4{
    width:285px;
}
#footers .footer-ft .footer-mid .footer-mid-cen .ul-w5{
    width:285px;
}
#footers .footer-ft .footer-mid .footer-mid-cen .ul-w5 li span{
    width:68px;
    display:inline-block;
    font-size:12px;
    line-height:12px;
}
#footers .footer-ft .footer-mid .footer-mid-cen .ul-w5 li span strong{
    float:right;
}
#footers .footer-ft .footer-mid .footer-mid-cen .ul-w6{
    float: right;
    /*width: 60px;*/
}
#footers .footer-ft .footer-mid .footer-mid-cen .ul-w6 .font-t{
    padding-top:2px;
}
#footers .footer-ft .footer-mid .footer-mid-cen .ul-w6 li img{
    width:140px;
    height:140px;
}
#footers .footer-ft .footer-mid .footer-mid-cen .footer-navtab-list{
    display: inline-block;
    color:#fff;
    font-size:18px;
    text-align: left;
    padding:0 0 10px 0 !important;
    width: 140px;
}
#footers .footer-ft .footer-mid .footer-mid-cen .footer-navtab-font{
    font-size:18px;
}
#footers .footer-ft .footer-mid .footer-mid-cen .font-r{
    padding-right:5px;
}
#footers .footer-ft .footer-mid .footer-mid-cen li{
    padding-top:15px;
}
#footers .footer-ft .footer-mid .footer-mid-cen li a{
    font-size:14px;
    color: #fff;
    text-align: left;
}
#footers .footer-ft .footer-certification{
    width:100%;
    margin-top:48px;
    min-height:82px;
    /* line-height:58px; */
    text-align: center;
    font-size:12px;
    color:#fff;
    background-color:#0D2339;
    padding-top:20px;
    box-sizing:border-box;
    border-bottom: 1px dot-dash #fff;
    opacity: 0.5;
}
#footers #code{
    width: 75px;
    height: 75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#footers .footer-ft .footer-certification .footer-text{
    height: 20px;
    line-height: 20px;
    margin-top: 40px;
}
.footer-navtab-list{
    color:#fff;
    font-size:14px;
    text-align: left;
    padding:0 0 10px 0 !important;
}
#footers .footer-ft .footer-certification .footer-linkBox{
    width:1200px;
    margin: 0 auto;
    color:#111;
    font-size:14px;
    display: flex;
    border-bottom: 1px dotted #fff;
    /* line-height:14px !important; */
}
#footers .footer-ft .footer-certification .footer-linkBox span{
    margin-right: 15px;
    text-align: left;
    display: inline-block;
    width: 100px;
}
#footers .footer-ft .footer-certification .footer-linkBox span a{
    color:#fff !important;
}

.Leftfixed{
    z-index: 11;
    height: 245px;
    width: 45px;
    background: #00aef3;
    position: fixed;
    right: 0;
    top:70%;
    margin-top: -154px;
    text-align: center;
    color: #fff;
}
.Leftfixed li{
    height: 68px;
    width: 45px;
    border-bottom: 1px solid #0093DF;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.Leftfixed li:hover{
    height: 68px;
    width: 45px;
    border-bottom: 1px solid #0093DF;
    background: #0055AC;
}
.Leftfixed li .iconfont{
    display: inline-block;
    margin-top: 10px;
    font-size: 28px;
}
.Leftfixed li p{
    margin-top: 5px;
}
.Leftfixed .iconfont{
    display: inline-block;
    font-size: 28px;
}
.TelephoneConsultation{
    position: absolute;
    top: 0;
    right:70px;
    height: 68px;
    width: 198px;
    background: url("../images/telephonepic.png") no-repeat center;
    background-size: 100% 100%;
    display: none;
}
.ScanCode{
    position: absolute;
    top: 6px;
    right:63px;
    height: 200px;
    width: 184px;
    background: url("../images/qrcodepic.png") no-repeat center;
    background-size: 100% 100%;
    display: none;
}
.consult{
    position: absolute;
    top: 0px;
    right:45px;
    height: 250px;
    width: 238px;
    display: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 10px 0px;
    background: url("../images/sss.png") no-repeat center center;
    background-size: cover;
    overflow: hidden;
}
.consult a:nth-of-type(1){
    position: absolute;
    top: 18px;
    left: 20px;
}
.consult a:nth-of-type(2){
    position: absolute;
    top: 100px;
    left: 20px;
}
#consult .consult img{
    display: block;
    width: 90%;
}

/* 公共实心灰色圆点 */
.boRaduis{
    display:inline-block;
    width:5px;
    height:5px;
    background:rgba(214, 214, 214, 1);
    border-radius: 100%;
    margin: 0 10px 0 10px;
}
