/*----------------效果样式-----------------*/

.fp-completely .transformY{
    transform: translateY(0);
    opacity: 1;
}
.transformY{
    transform: translateY(200px);
    opacity: 0;
    transition: 1s ease-in-out .4s;
}
.fp-completely .transformx , .fp-completely .transformfx{
    transform: translatex(0);
    opacity: 1;
}
.transformx{
    transform: translateX(200px);
    transition: 1s ease-in-out 0.3s;
    opacity: 0;
}
.transformfx{
    transform: translateX(-200px);
    transition: 1s ease-in-out 0.3s;
    opacity: 0;
}

/*----省略样式-------*/
.ellipsis-1 {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ellipsis-2 {
    -webkit-line-clamp: 2;
}

.ellipsis-3 {
    -webkit-line-clamp: 3;
}

.ellipsis-4 {
    -webkit-line-clamp: 4;
}
.ellipsis-5 {
    -webkit-line-clamp:5;
}
.ellipsis-6{
    -webkit-line-clamp:6;
}
/*----全局样式-------*/
.fl{
	float: left;
}
.fr{
	float: right;
}
.container{
	width: 88%;
    max-width: 1440px;
    position: relative;
    margin: 0 auto;
    font-size: 0;
}

/*----头部公共样式-------*/

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    transition: 0.3s ease-out;
    z-index: 999;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px;
}

.header-container {
    width: 100%;
    background: #fff;
}

header .content {
    width: 1200px;
    margin: 0 auto;
}
/*-------------头部logo样式---------------*/

header .content .logo {
    position: absolute;
    width: 157px;
    left: 50%;
    margin: 0 0 0 -85px;
    top: 0;
    z-index: 1;
}

header .content .logo a {
    display: block;
    text-align: center;
}

header .content .logo .logo-index {
    position: absolute;
    top: 0;
    height: 80px;
    width: 100%;
}

header .content .logo img {
    max-width: 100%;
    margin: 0 auto;
}
header .content .logo img.logoimg {
    max-height: 80px;
    margin-top: 10px;
    max-width: 105px;
}
/*-------------头部文字样式---------------*/

header .content .top {
    padding-top: 14px;
    overflow: hidden;
    font-size: 0;
}
/*左边*/

header .content .topleft,
header .content .topright {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}

header .content .topleft {
    text-align: left;
}

header .content .topleft h1 {
    overflow: hidden;
    font-weight: bold;
    color: #333;
    font-size: 20px;
}

header .content .topleft h1 b {
    font-size: 20px;
}

header .content .topleft p,
header .content .topright li {
    overflow: hidden;
    color: #333;
}
/*右边*/

header .content .topright {
    text-align: right;
}

header .content .topright li {
    float: right;
    line-height: 30px;
    margin-left: 15px;
    font-size: 14px;
    font-weight: bold;
}
/*左右共用*/

header .content .topleft p,
header .content .topleft p b,
header .content .topright li span {
    font-size: 1.12rem;
}

header .content .topleft b,
header .content .topright span {
    font-weight: bold;
    color: #d5a84b;
}
header .content .topright li {
 font-size: 1.16rem;
}
header .content .topright li span {
     font-size: 1.6rem;
}
/*pc导航样式*/

.nav {
    height: 43px;
    position: relative;
    width: 1220px;
}

.nav li {
    float: left;
    background-repeat: no-repeat;
    background-position: 5px 50%;
    background-size: auto 120%;
    background-position: left top 8px;
}

.nav li:nth-child(6) {
    margin-left: 210px;
}

.nav li .lia {
    display: block;
    height: 43px;
    font-size: 15px;
    line-height: 43px;
    color: #282828;
    padding: 0 15px 0 24px;
    position: relative;
}
/*导航子栏目内容样式*/

.nav .nav-sub {
    position: absolute;
    width: 1200px;
    text-align: left;
    border-top: 0px solid transparent;
    background: rgba(250, 250, 250, 1);
    box-sizing: border-box;
    font-size: 0;
    padding: 0px 50px;
    left: 0;
    height: 0;
    transition: 0.3s ease-out .1s;
    overflow: hidden;
}

.nav .nav-sub-left {
    display: inline-block;
    vertical-align: middle;
    width: 350px;
    line-height: 1;
}

.nav .nav-sub-left ul {
    display: block;
}

.nav .nav-sub-left span {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    line-height: 1;
}

.nav .nav-sub-left span:nth-child(1),
.nav_div_left span:nth-child(2) {
    margin-top: 0;
}

.nav .nav-sub-left span a {
    text-align: center;
    color: #777;
    font-size: 14px;
    padding: 0 8px;
    height: 43px;
    line-height: 43px;
    position: relative;
}

.nav .nav-sub-right {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    width: 300px;
    overflow: hidden;
}

.nav .nav-sub-left span a img {
    margin-right: 10px;
    opacity: 0;
    transform: translateX(-10px);
    transition: 0.3s ease-out;
    margin-top: -2px;
}

.nav .nav-sub-left span a:hover {
    color: #2f5597;
    font-weight: bold;
}

.nav .nav-sub-left span a:hover img {
    transform: translateX(0);
    opacity: 1;
}

.nav li:hover .nav-sub {
    height: 257px;
    padding: 50px;
    border-top: 2px solid #fcd432;
}

.nav-div-con {
    float: left;
    width: 400px;
    padding-right: 30px;
    border-right: 1px solid #ccc;
}

.nav-div-con h1 {
    color: #333;
    font-size: 18px;
    line-height: 50px;
    margin-top: -30px;
}

.nav-div-con p {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin-bottom: 20px;
}

.nav-div-con a {
    width: 120px;
    height: 40px;
    border: 1px solid #2f5597;
    display: block;
    color: #666;
    line-height: 40px;
    font-size: 14px;
    transition: .5s;
    border-radius: 5px;
    text-align: center;
}

.nav-div-con:hover a {
    background-color: #2f5597;
    color: #fff;
}
/*手机样式隐藏*/

.mheader-container {
    display: none;
}
/*----头部手机公共样式-------*/

@media only screen and (max-width:780px) {
    #menu {
        display: none;
    }
    .header-container {
        display: none;
    }
    .mheader-container {
        display: block;
        background: #f8f8f8;
        display: block;
        box-sizing: border-box;
        padding: 0 10px;
        height: 50px;
        line-height: 50px;
    }
    .mheader-container .logo {
        width: 140px;
        height: 30px;
        position: absolute;
        left: 50%;
        margin-left: -70px;
        margin-top: 10px;
        display: inline-block;
        vertical-align: middle;
        background-position: center !important;
        transition: 0.3s ease-in-out;
        background-size: contain !important;
    }
    .mheader-container .mtellogo {
        width: 80px;
        height: 30px;
        position: absolute;
        left: 80%;
        margin-top: 10px;
        display: inline-block;
        vertical-align: middle;
        background-position: center !important;
        transition: 0.3s ease-in-out;
        background-size: contain !important;
    }
    .mheader-container .mobile {
        width: 58px;
        color: #fff;
        border-radius: 5px;
        float: left;
        width: 50px;
        height: 34px;
        line-height: 32px;
        background: #2f5597;
        margin-top: 9px;
        cursor: pointer;
        text-align: center;
        box-sizing: border-box;
    }
    .mobile-nav {
        position: fixed;
        top: 50px;
        width: 200px;
        left: 200%;
        line-height: 45px;
        background: #f8f8f8;
        z-index: 3333;
        transform: translateX(0);
        transition: 0.8s ease-out;
        opacity: 1;
    }
    .mheader-container .on {
        left: 0;
        transform: translateX(40);
        transition: 0.8s ease-out;
    }
    .mobile-nav li {
        border-bottom: 1px solid #eee;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        text-align: center;
        width: 100%;
        padding: 0 15px;
    }
    .mobile-nav li a {
        padding-bottom: 0;
        font-size: 14px;
        line-height: 46px;
    }
    .mheader-container .header-tel {
        float: right;
        display: block;
        width: 38px;
    }
    .mheader-container .header-tel img {
        width: 100%;
    }
}
/*----主体公共样式-------*/

header .content {
    width: 1200px;
    margin: 0 auto;
}
/*----留言模板-------*/

.cbl {
    width: 70px;
    position: fixed;
    right: 0;
    top: 35%;
    z-index: 3333;
}

.cbl li {
    margin-top: 2px;
    transition: 0.4s ease-in-out;
}

.cbl span {
    border-radius: 5px;
    transition: 0.4s ease-in-out;
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    background: #2f5597;
    box-sizing: border-box;
    padding: 12px 0;
    font-size: 12px;
    color: white;
}

.cbl span i {
    display: block;
    font-size: 26px;
    color: white;
}

.cbl span i:before {
    border-radius: 50%;
    padding: 8px 9px;
}

.cbl li p {
    border-radius: 5px;
    display: inline-block;
    vertical-align: top;
    background: #2f5597;
    height: 70px;
    line-height: 70px;
    box-sizing: border-box;
    padding: 0 15px;
    font-size: 16px;
    color: white;
    text-align: center;
}

.cbl li:nth-child(1) {
    width: 250px;
    position: relative;
    left: 0;
    cursor: pointer;
}

.cbl li:nth-child(1):hover {
    left: -150px;
}

.cbl li:nth-child(5) span {
    background: #fb9906;
}

.cbl li:nth-child(5) span i {
    font-weight: bold;
}

.cbl li:nth-child(2) {
    position: relative;
}

.cbl li:nth-child(2) img {
    position: absolute;
    top: 0;
    left: -97px;
    transform: scale(0);
    transition: 0.3s ease-in-out;
    opacity: 0;
    width: 95px;
}

.cbl li:nth-child(2):hover img {
    transform: scale(1);
    opacity: 1;
}

.baojiazixun {
    background-color: #fff;
    left: 0;
    right: 0;
    position: fixed;
    bottom: 0;
    top: 0;
    width: 450px;
    height: 450px;
    z-index: 25;
    box-shadow: 0px 0px 5px #d8d8d8;
    border-radius: 10px;
    padding: 30px;
    margin: auto;
}

.baojiazixun h1 {
    font-size: 24px;
    text-align: center;
    overflow: hidden;
    margin-bottom: 35px;
    color: #2f5597;
}

.baojiazixun>span {
    cursor: pointer;
    right: -5px;
    display: block;
    position: absolute;
    top: -5px;
    width: 30px;
    height: 30px;
}

.baojiazixun>span img {
    width: 100%;
    display: block;
}

.feedback {
    overflow: hidden;
    margin: 0 auto;
    width: 50%;
    padding-top: 50px;
}

.form-row {
    margin-bottom: 10px;
    clear: both;
    display: block;
    overflow: hidden;
}

.form-row .row-label {
    width: 90px;
    float: left;
    height: 35px;
    line-height: 35px;
    text-align: right;
}

.form-row .row-controls {
    margin-left: 100px;
    line-height: 35px;
}

.form-control {
    width: 80%;
    height: 30px;
    padding: 2px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0;
    border-bottom: 1px solid #ccc;
    outline: none;
}

.form-row .btn {
    width: 120px;
    height: 35px;
    line-height: 30px;
    text-align: center;
    background: #2f5597;
    color: #fff;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    border: 0px;
    margin-top: 35px;
}

.error {
    color: #f00;
    line-height: 35px;
    display: inline-block;
}
/*-----------侧栏样式--------------------*/

.dbxf-wai {
    position: fixed;
    z-index: 9;
    width: 100%;
    bottom: 0;
    left: 0;
    display: none;
}

.dbxf-left {
    background: #222222;
    width: 42%;
    text-align: right;
    padding-bottom: 2px;
    height: 110px;
    line-height: 110px;
    margin-top: 18px;
}

.dbxf-left h2 a {
    font-size: 36px;
    color: #2f5597;
    font-weight: bold;
    margin-right: 10%;
}

.dbxf-left h2 span {
    font-size: 26px;
    font-weight: normal;
    color: #fff;
}

.dbxf-left h2 i {
    width: 16px;
    height: 24px;
    margin-left: 20px;
}

.dbxf-left>div {
    margin-bottom: 30px;
}

.dbxf-left>div a {
    color: #fff;
    width: 14%;
    position: absolute;
    left: 42%;
    top: -2px;
    background: transparent url(../images/db-img_03.png) no-repeat center;
    background-size: contain;
    box-shadow: none;
    height: 110px;
    margin: 20px auto;
    display: inline-block;
    border: 0 none;
    cursor: pointer;
    z-index: -1;
    background-color: #ffffff;
}

.dbxf-right {
    float: right;
    width: 42%;
    padding-left: 3%;
    background: #222;
    height: 110px;
    margin-top: 18px;
}

.dbxf-right .dbxf-ewm {
    float: left;
    display: inline-block;
    margin-top: 4px;
}

.dbxf-ewm .ewm {
    padding: 8px;
    margin-right: 30px;
}

.dbxf-ewm p {
    font-size: 14px;
    color: #999;
    width: 1px;
    float: left;
    margin-right: 20px;
    padding-top: 4px;
}

.ewm img {
    width: 90px;
    height: 90px;
}

.dbxf-kf {
    margin-top: 15px;
    float: left;
}

.dbxf-kf a {
    display: block;
    color: #999;
    line-height: 40px;
}

.dbxf-kf a img {
    margin-right: 10px;
}

.dbxf-x {
    position: absolute;
    right:6%;
    top: 27px;
    cursor: pointer;
}

.dbxf-open {
    position: fixed;
    left: 0px;
    bottom: 0;
    margin-top: -80px;
    display: block;
    z-index: 99;
}

.dbxf-open a {
    color: #fff;
    width: 90px;
    height: auto;
    text-align: center;
    padding: 0px 0px;
    line-height: 40px;
    padding-left: 4px;
    letter-spacing: 5px;
    display: block;
    background: #2f5597;
}

/*=================底部样式==================*/
.section5-con .container{
    max-width: 1200px;
}
.index-section5 {
    overflow: hidden;
}
.footer-top{
    overflow: hidden;
}
.footer-top a{
    float: left;
    width: 30%;
    text-align: left;
}
.footer-top a img{
    max-width: 100%;
    max-height: 60px;
}
.footer-top ul{
    text-align: right;
    width: 70%;
    float: left;
}
.footer-top ul li{
    float:right;
    margin-right: 3%;
    font-size: 20px;
    color: #2e2e2e;
}
.footer-top ul li span{
    font-weight: bold;
    font-size: 38px;
    color: #2f5597;
}
.footer-center ,.footer-top{
    margin:15px auto 10px;
    float: left;
    width: 100%;
}
.footer-center-left{
    float: left;
    width: 50%;
    text-align: left;
}
.footer-center-right{
    float:right;
    width:40%;
    text-align: left;
}
.footer-center-left ul{
    float: left;
    margin-right: 50px;
}
.footer-center-left h2 .footer-center-left a , .footer-center-right li p{
    color: #2e2e2e;
}
.footer-center-left h2{
    display: inline-block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #1e1e1e;
}
.footer-center-left ul ol{
    width: 100%;
}
.footer-center-left ul ol li a{
    font-size: 16px;
    line-height: 30px;
}
.footer-center-right ul li {
    padding-left: 40px;
    background: url(../images/add.png) left 3px no-repeat;
}
.footer-center-right ul li:nth-child(2){
    background: url(../images/e-mail.png) left 3px no-repeat;
}
.footer-center-right ul li:nth-child(3){
    background: url(../images/cz.png) left 3px no-repeat;
}
.footer-center-right ul li p{
    line-height: 24px;
    padding-bottom: 20px;
    font-size: 18px;
}
.footer-center-right ol li{
    float: left;
    margin-right: 50px;
    text-align: center;
}
.footer-center-right ol li img{
    width: 165px;
    margin: 0 auto;
}
.footer-center-right ol li p{
    font-size: 14px;
    line-height: 36px;
}
.footer-center-bottom{
    float: left;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    display:none;
}
.footer-center-bottom h1{
    font-weight: bold;
    font-size: 16px;
    color: #2e2e2e;
}
.footer-center-bottom li a{
    float: left;
    margin-right: 15px;
    line-height: 36px;
    font-size: 14px;
    color: #7e7e7e;
}
.footer-bottom{
    float: left;
    width: 100%;
    margin-top: 20px;
    padding-top:10px;
    border-top: 1px solid #7d7d7d;
}
.footer-bottom p, .footer-bottom a{
    display: inline;
    color: #7e7e7e;
    font-size: 14px;
}

@media only screen and (max-width:1440px) {

    /*-------------底部logo样式---------------*/
    .footer-center, .footer-top{
        margin: 0px auto 10px;
    }
    .footer-top a{
        width: 15%;
    }
    .footer-top ul{
        float: right;
    }
    .footer-center-right {
        padding-left:5.3%;
        box-sizing: border-box;
    }
    .footer-bottom{
        margin-top: 10px;
    }
    .footer-top ul li{
        font-size:18px;
        margin-right:2%;
    }
    .footer-top ul li span{
        font-size:28px;
    }
    .footer-center-left ul ol li a {
        font-size: 14px;
        line-height: 24px;
    }
    .footer-center-right ul li p{
        padding-bottom: 11px;
        font-size: 14px;
    } 

    /*-------------头部logo样式---------------*/
    header .content .logo {
        width: 145px;
        margin: 0 0 0 -78px;
    }
    /*===========报价咨询样式==================*/ 
    .baojiazixun{
        width: 400px;
        height: 345px;
        top:20%;
    }  
    .baojiazixun h1{
        display: none;
    }
    .baojiazixun .col-9 img{
        width: 80px!important;
    }
}

@media only screen and (max-width:780px) {
     /*---底部----*/
     .footer-center-left{
        display: none;
    }
    .section1-con .container , .container{
        width: 90%;
    }
    .pad-t110{
        padding-top: 70px;
    }
    .dbxf-wai,
    .dbxf-open,.cbl {
        display: none!important;
    }
    /*---底部----*/
    .footer-center-left{
        display: none;
    }
    .footer-top a img{
        min-width: 150px;
    }
    .footer-top ul{
        display: none;
    }
    .footer-center-right{
        margin-top: 1rem;
        padding-left: 0;
        width: 100%;
    }
    .footer-center-right ul ,.footer-center-right ol{
        width: 100%;
    }
    .footer-center-bottom li a{
        line-height: 26px;
    }
}

