﻿@media (min-width: 1720px){
    .container {
        width: 1720px;
    }
}
.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto{
    padding: 0 7.5px;
}
.row{
    margin: 0 -7.5px;
}
/* 头部 */
.cd-header-buttons {
    display: none!important;
    position: absolute;
    display: inline-block;
    top: 3px;
    right: 5%;
}
.cd-header-buttons li {
    display: inline-block;
}
.cd-search-trigger, .cd-nav-trigger {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 3;
}
.cd-nav-trigger span {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -2px;
    -webkit-transition: background 0.3s 0.3s;
    -moz-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s;
}
.cd-nav-trigger span, .cd-nav-trigger span::before, .cd-nav-trigger span::after {
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 24px;
    background: #000;
}
.cd-nav-trigger span::before {
    top: -6px;
}
.cd-nav-trigger span::after {
    top: 6px;
}
.cd-nav-trigger span::before, .cd-nav-trigger span::after { /* other 2 lines */
    content: '';
    right: 0; /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    -ms-transform-origin: 0% 50%;
    -o-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    -webkit-transition: -webkit-transform 0.3s 0.3s;
    -moz-transition: -moz-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
}
header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #fff;
    overflow:hidden;
}

header .headerTop {
    background-color: #fff;
}
header .headerTop .Slogan{
    margin-left: 0.24rem;
    padding: 0 0.24rem;
    border-left: 2px solid #000;
   float: left;
}
header .headerTop .Slogan p{
    font-size: 18px;
    color: #0066cc;
    font-family: "PingFang SC";
    font-weight: 600;
}
header .headerTop div .logoBox{
    display: block;
    float: left;
    width: 60%;
    position: relative;
}
header .headerTop div .logoBox img{
    width: 100%;

}
header .headerContent{
    height:72px;
    background-color: #0858b7;
    padding:0 5.4%;
}
header .headerContent > .container{
    padding: 0;
}
header .headerContent{
    text-align: center;
}
header .headerContent ul{
    display: inline-block;
    overflow: hidden;
}
header .headerContent ul li{
    padding:0 0.3rem;
    float: left;
}
header .headerContent ul li a{
    display: inline-block;
    color:#fff;
    padding:0 0.2rem;
    font-size: 18px;
    line-height: 72px;
}
header .headerTop >.row{
    height: 100%;
}
header .headerTop .headerTop-left{
    display: flex;
    display: -webkit-flex;
    justify-content:center;
}
header .headerTop .headerTop-right,header .headerTop .headerTop-left{
    padding: 32px 0;
}
header .headerTop .headerTop-right{
    line-height: 0.50rem;
    color:#0858b7;
    text-align: center;
    position: relative;
}
header .headerTop .headerTop-right img{
    width: 0.5rem;
    height: 0.5rem;
    min-width: 32px;
    min-height: 32px;
} 
header .headerTop .headerTop-right a,header .headerTop .headerTop-right a p{
    display: inline-block;
    color:#0066cc;
    font-size: 20px;
}
header .headerTop .headerTop-right{
    display: flex;
    align-items: center;
    justify-content: center;
}
header .headerTop .headerTop-right a{
display: inline-block;
}
/* footer */
footer{
    background-color: #3a3a3a;
    padding:20px 0;
    text-align: center;
}
footer .navListBox{
display: inline-block;
}
footer .navListBox li{
   display: inline-block;
}
footer .navListBox li a{
    display: inline-block;
    color:#fff;
    width: 130px;
    text-align: center;
}
    .footerLogBox {
        display: inline-block;
        margin: 0 auto;
        padding: 40px 0;
    }
.footerLogBox>div{
    float: left;
}
.footerLogBox .boxRight{
    color:#e5e5e5;
    border-left:1px solid #e5e5e5;
    padding-left:28px;
    margin-left:28px;
}
.footerLogBox .boxRight p{
	text-align:left;
}
    .footerLogBox .boxRight a {
        color: #e5e5e5;
    }
    footer .content3 .friendLinks {
        overflow: hidden;
        text-align: center;
    }
footer .content3 .friendLinks li{
    display: inline-block
}
footer .content3 a ,footer .content3{
    color:#2eaefd;
    font-size:14px;
}
.headerContent ul,.headerContent ul li{
    height: 100%;
}
.headerContent>ul li a{
    line-height: 72px;
}
.headerContent .active{
    background-color: #fff;
}
header .headerContent ul .active a {
    color:#0858b7;
}
/* 省略号 */
.multi-line-ellipsis::after, .multi-line-ellipsis:after {
    content: "...";
    font-weight: bold;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
}
/* 标题 */
.homebox1 .title{
    min-height: 142px;
    padding-top: 40px;
}
.homebox1 .title p {
    text-align: center;
}
.homebox1 .title p:nth-child(1){
    font-size: 36px;
    font-weight: 700;
}
.homebox1 .title p:nth-child(2){
    font-size: 14px;
    color:#999;
}
.homebox1 .title p:nth-child(3){
    font-size: 14px;
    color:#666;
    text-align: right;
    padding-right: 22.5px;
}
/* page */
.pageBox {
    margin-top: 58px;
    display: block;
    height: 37px;
    line-height: 37px;
    text-align: center;
}
    .pageBox span, .pageBox a {
        display: inline-block !important;
        margin: 0 0.07rem;
        width: 32px;
        height: 32px;
        text-align: center;
        vertical-align: middle;
        border: 1px solid #d9d9d9;
        border-radius: 5px;
        line-height: 32px;
        color: #333;
        font-size: 12px;
        cursor: pointer;
    }
    .pageBox .disabled:hover {
        cursor: not-allowed;
    }
    .pageBox a:hover {
        color: #0858b7;
    }
    .pageBox *:nth-child(1) {
        background: url(../images/arrowleft.png) no-repeat;
        background-position: center;
    }
.pageBox *:nth-last-child(1) {
    background: url(../images/arrowright.png) no-repeat;
    background-position: center;
}
.pageBox .current {
    background-color: #0858b7;
    border-color: transparent;
    color: #fff !important;
}
/* 移动端导航 */
.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 9999999;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
	top: 0;
	left: 100%;
    transform: translateX(100%);
}
.m_nav.open{
	left: 0;
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 50px;
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
/* 按钮样式1 */
.buttonStyle1{
    position: relative;
    overflow: hidden;
    -webkit-transition: border-color .3s,color .3s;
    transition: border-color .3s,color .3s;
    -webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
    transition-timing-function: cubic-bezier(.2,1,.3,1);
z-index:1;
}
.buttonStyle1::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 100%;
    background: #37474f;
    z-index: -1;
    -webkit-transform: rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);
    transform: rotate3d(0,0,1,-45deg) translate3d(0,-3em,0);
    -webkit-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: -webkit-transform .3s,opacity .3s,background-color .3s;
    transition: transform .3s,opacity .3s,background-color .3s;
}
.buttonStyle1:hover::before {
    opacity: 1;
    background-color: #0f79fc;
    -webkit-transform: rotate3d(0,0,1,0deg);
    transform: rotate3d(0,0,1,0deg);
    -webkit-transition-timing-function: cubic-bezier(.2,1,.3,1);
    transition-timing-function: cubic-bezier(.2,1,.3,1);
}
/* 按钮样式2 */
.buttonStyle2{
    position: relative;
    overflow: hidden;
}
.buttonStyle2::before {
    background: #fff;
    color: #37474f;
}
.buttonStyle2::before, .buttonStyle2>span {
    -webkit-transition: -webkit-transform .3s;
    transition: transform .3s;
    -webkit-transition-timing-function: cubic-bezier(.75,0,.125,1);
    transition-timing-function: cubic-bezier(.75,0,.125,1);
}

.buttonStyle2::before {
    content: "提交";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #2eaefd;
    line-height: 46px;
    -webkit-transform: translate3d(-100%,0,0);
    transform: translate3d(-100%,0,0);
}
.buttonStyle2:hover::before {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
/*  */
.aboutBox{
    overflow: hidden;
}
.caseBox li a{
    display: block;
    overflow: hidden;
}
.caseBox li a img{
    transition: all 1s ease 0s;
}
.caseBox li a:hover img{
    -webkit-filter: brightness(.5);
    filter: brightness(.5);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
/* hover IMg*/
.hoverImgBox {
    overflow:hidden;
}
.hoverImgBox img {
    transition: all 1s ease 0s;
}
.hoverImgBox:hover img {
    -webkit-filter: brightness(.5);
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
}
/* tips*/
.tips {
    height: 26px;
    line-height: 26px;
    text-indent: 5px;
    font-size: 12px;
    color: red;
}
/* float hoverDom*/
.hoverFloatDom {
    position: relative;
    top:0;
    transition: all 1s;
    -moz-transition: all 1s; /* Firefox 4 */
    -webkit-transition: all 1s; /* Safari 和 Chrome */
    -o-transition: all 1s; /* Opera */
}
    .hoverFloatDom:hover {
        top: -6px;
        color: #0858b7;
    }
.dynamicBox .newsListBox li:hover a span.content {
    color: #0858b7;
}
body {
max-width:100%;
}
/*floatPhone*/
.side {
    position: fixed;
    width: 54px;
    height: 275px;
    right: 0;
    top: 75%;
    z-index: 100
}

    .side ul li {
        width: 54px;
        height: 54px;
        float: left;
        position: relative;
        border-bottom: 1px solid #444; 
    }

        .side ul li .sidebox {
            position: absolute;
            width: 54px;
            height: 54px;
            top: 0;
            right: 0;
            transition: all .3s;
            background: #000;
            opacity: .8;
            filter: Alpha(opacity=80);
            color: #fff;
            font: 14px/54px "微软雅黑";
            overflow: hidden; 
            white-space: nowrap;
        }
            .side ul li .phoneBox {
               padding-left:54px;
            }
        .side ul li .phoneBox img{
            position:absolute;
            width:34px;
            height:34px;
            left:10px;
            top:10px;
        }
                .side ul li .sidetop {
                    width: 54px;
                    height: 54px;
                    line-height: 54px;
                    display: inline-block;
                    background: #000;
                    opacity: .8;
                    filter: Alpha(opacity=80);
                    transition: all .3s
                }

            .side ul li .sidetop:hover {
                background: #ae1c1c;
                opacity: 1;
                filter: Alpha(opacity=100)
            }

        .side ul li img {
            float: left
        }