@charset "UTF-8";

.main {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.w1440 {
    width: 1440px;
    margin: 0 auto;
    max-width: 92%;
}

.bgc {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/*导航样式*/
.header {
    width: 100%;
    height: 80px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    position: fixed;
    top: 0;
    left: 0;
    transition: 0.6s;
    z-index: 50;
}

.header .logo {
    width: 289px;
    height: auto;
    display: block;
    margin-top: 18px;
    float: left;
    margin-left: 50px;
    position: relative;
}

.header .logo .img1 {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.6s;
    opacity: 0;
}

.header .headerRight {
    float: right;
}

.header .headerRight .nav {
    float: left;
    font-size: 16px;
    line-height: 80px;
    margin-right: 20px;
}

.header .headerRight .nav ul li {
    float: left;
}

.header .headerRight .nav ul li .tits {
    color: #fff;
    padding: 0 40px;
    position: relative;
    display: block;
}

.header .headerRight .nav ul li .tits:after {
    width: 0;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 50%;
    content: '';
    background-color: #fff;
    transition: all 0.5s;
}

.header .headerRight .nav ul li .mnav {
    width: 100%;
    height: 80px;
    background-color: #fff;
    position: fixed;
    top: 80px;
    left: 0;
    display: none;
}

.header .headerRight .nav ul li .mnav dl {
    float: right;
    margin-top: 22px;
}

.header .headerRight .nav ul li .mnav dl dd {
    float: left;
    margin-right: 53px;
    margin-left: 24px;
}

.header .headerRight .nav ul li .mnav dl dd a {
    padding: 0 22px;
    line-height: 36px;
    font-size: 16px;
    border: 1px solid #fff;
    color: #333;
    display: block;
}

.header .headerRight .nav ul li .mnav dl dd.on a {
    border-color: #1f3785;
    color: #1f3785;
}

@media (min-width: 1024px) {
    .header .headerRight .nav ul li .mnav dl dd:hover a {
        border-color: #1f3785;
        color: #1f3785;
    }
}

.header .headerRight .nav ul li.on .tits:after {
    width: 25px;
    transform: translateX(-50%);
}

@media (min-width: 1024px) {
    .header .headerRight .nav ul li:hover .tits:after {
        width: 25px;
        transform: translateX(-50%);
    }

    .header .headerRight .nav ul li:hover .mnav {
        display: block;
    }
}

.header .headerRight .language {
    float: left;
    margin-right: 16px;
    position: relative;
}

.header .headerRight .language:after {
    width: 1px;
    height: 20px;
    top: 30px;
    left: -1px;
    content: '';
    background-color: #fff;
    position: absolute;
}

.header .headerRight .language .tits {
    padding: 0 50px;
    font-size: 16px;
    line-height: 80px;
    color: #fff;
    cursor: pointer;
}

.header .headerRight .language .tits span {
    display: block;
    padding-right: 14px;
    position: relative;
}

.header .headerRight .language .tits span:after {
    width: 0;
    height: 0;
    border-right: 3.5px solid transparent;
    border-left: 3.5px solid transparent;
    border-top: 4px solid #fff;
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
    z-index: 5;
}

.header .headerRight .language .box {
    width: 100px;
    height: auto;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 79px;
    background-color: #fff;
    padding: 10px 0;
    display: none;
}

.header .headerRight .language .box:after {
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #fff;
    content: '';
    position: absolute;
    top: -8px;
    left: 50%;
    margin-left: -10px;
    z-index: 5;
}

.header .headerRight .language .box a {
    width: 50px;
    height: auto;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 34px;
    color: #333;
    margin: 0 auto;
    position: relative;
}

.header .headerRight .language .box a:after {
    width: 0;
    height: 1px;
    background-color: #1f3785;
    content: '';
    left: 50%;
    bottom: 0;
    content: '';
    transition: all 0.5s;
    position: absolute;
}

 .bd{
padding-top: -50px;
}
 .bd .h2tit{
text-align: center;
line-height: 24px;
font-size: 14px;
color: #595959;
font-weight: normal;
margin-bottom: 42px;	
}
 .bd  .model{
	margin-bottom: 17px;
}
 .bd  .model .s1{
	float: left;
	width: 228px;
	height: 36px;
	line-height: 36px;
	text-align: right;
	color: #8c8c8c;
	font-size: 18px;
}
 .bd  .model .s2{
	float: left;width: 447px;
	margin-left: 20px;
}
 .bd  .model .s2 .words{
	display: block;
	width: 425px;
	height: 34px;
		color: #8c8c8c;
	font-size: 18px;
	padding: 0px 10px;
	border:1px solid #e5e5e5;
}
 .bd  .model .s2 textarea{
		display: block;
	width: 425px;
	height:202px;
	resize: none;
		color: #8c8c8c;
	font-size: 18px;
	padding: 0px 10px;
	border:1px solid #e5e5e5;
}
.clear{
	clear: both;
}
 .bd  .sub{
	display: block;
	margin-top: 24px;
	width: 450px;
	height: 40px;

	line-height: 40px;
	background: #fdef35;
	border-radius: 5px;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	border:none;
	cursor: pointer;
	margin-left: 248px;
	margin-bottom: 138px;
}

@media (min-width: 1024px) {
    .header .headerRight .language .box a:hover {
        color: #1f3785;
    }

    .header .headerRight .language .box a:hover:after {
        width: 100%;
        left: 0;
    }
}

@media (min-width: 1024px) {
    .header .headerRight .language:hover .box {
        display: block;
    }
}

.header .navClick {
    width: 22px;
    height: 18px;
    margin-top: 16px;
    display: block;
    float: right;
    margin-right: 4%;
    display: none;
}

.header .navClick span {
    width: 100%;
    height: 2px;
    background-color: #1f3785;
    display: block;
    position: relative;
    transition: .3s;
    -webkit-transition: .3s;
}

.header .navClick span:nth-child(1) {
    margin-bottom: 6px;
}

.header .navClick span:nth-child(2) {
    margin-bottom: 6px;
}

.header .navClick.on span:nth-child(1) {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 8px;
    right: 0px;
}

.header .navClick.on span:nth-child(2) {
    display: none;
}

.header .navClick.on span:nth-child(3) {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 0;
    right: 0;
}

.header.on {
    background-color: #fff;
    border-bottom-color: #e5e5e5;
}

.header.on .logo .img1 {
    opacity: 1;
}

.header.on .headerRight .nav ul li .tits {
    color: #333;
}

.header.on .headerRight .nav ul li .tits:after {
    background-color: #1f3785;
}

.header.on .headerRight .language:after {
    background-color: #333;
}

.header.on .headerRight .language .tits {
    color: #333;
}

.header.on .headerRight .language .tits span:after {
    border-top: 4px solid #333;
}

@media (max-width: 1366px) {
    .header .headerRight .nav ul li .tits {
        padding: 0 30px;
    }

    .header .headerRight .nav ul li .mnav dl dd {
        margin-left: 0;
    }
}

@media (max-width: 1200px) {
    .header .headerRight .nav ul li .tits {
        padding: 0 20px;
    }

    .header .headerRight .nav ul li .mnav dl dd {
        margin-left: 0;
        margin-right: 20px;
    }

    .header .headerRight .nav ul li .mnav dl dd a {
        padding: 0 15px;
    }
}

@media (max-width: 1024px) {
    .header {
        height: 50px;
        background-color: #fff;
        border-bottom-color: #e5e5e5;
    }

    .header .logo {
        width: 195px;
        margin-left: 4%;
        margin-top: 8px;
    }

    .header .logo .img1 {
        opacity: 1;
    }

    .header .headerRight {
        display: none;
        background-color: rgba(255, 255, 255, 0.96);
        width: 100%;
        height: calc(100vh - 50px);
        top: 50px;
        left: 0;
        position: fixed;
    }

    .header .headerRight .nav {
        margin-right: 0;
        float: none;
        width: 100%;
        padding-top: 20px;
    }

    .header .headerRight .nav ul {
        width: 92%;
        margin: auto;
    }

    .header .headerRight .nav ul li {
        float: none;
    }

    .header .headerRight .nav ul li .tits {
        color: #0c1729;
        border-bottom: 1px solid #e5e5e5;
        font-size: 16px;
        line-height: 36px;
        height: auto;
        opacity: 1;
        font-weight: bold;
        padding: 0;
    }

    .header .headerRight .nav ul li .mnav {
        display: block;
        background: none;
        position: relative;
        top: auto;
        left: auto;
        height: auto;
        padding: 6px 0;
    }

    .header .headerRight .nav ul li .mnav dl {
        margin-top: 0;
        float: none;
    }

    .header .headerRight .nav ul li .mnav dl dd {
        float: left;
        display: block;
        border: none;
        margin-right: 15px;
    }

    .header .headerRight .nav ul li .mnav dl dd a {
        padding: 0;
        font-size: 14px;
        line-height: 36px;
        border: none;
    }

    .header .headerRight .nav ul li.on .tits:after {
        display: none;
    }

    .header .headerRight .language {
        width: 92%;
        margin: 0 auto;
        float: none;
        border-top: 1px solid #e5e5e5;
    }

    .header .headerRight .language .tits {
        display: none;
    }

    .header .headerRight .language:after {
        display: none;
    }

    .header .headerRight .language .box {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        display: block;
        transform: translateX(0);
        padding: 6px 0;
        left: auto;
    }

    .header .headerRight .language .box a {
        display: inline-block;
        text-align: left;
    }

    .header .headerRight .language .box:after {
        display: none;
    }

    .header .navClick {
        display: block;
    }
}

.indexTop .indexTitle {
    color: #000;
    font-size: 46px;
    line-height: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    float: left;
}

.indexTop .indexTitle i {
    float: left;
}

.indexTop .indexTitle span {
    font-size: 32px;
    float: left;
    text-transform: uppercase;
    padding-top: 8px;
    margin-left: 30px;
    font-weight: bold;
}

.indexTop .but {
    width: 64px;
    height: 64px;
    background-color: #1f3785;
    background-image: url("../images/next.png");
    background-position: center;
    float: right;
    background-repeat: no-repeat;
    margin-top: 5;
}

@media (min-width: 1024px) {
    .indexTop .but:hover {
        box-shadow: 11px 11px 16px 0px rgba(7, 17, 100, 0.2);
    }
}

@media (max-width: 1366px) {
    .indexTop .indexTitle {
        font-size: 34px;
        line-height: 40px;
    }

    .indexTop .indexTitle span {
        font-size: 24px;
        padding-top: 5px;
        margin-left: 20px;
    }

    .indexTop .but {
        width: 54px;
        height: 54px;
    }
}

@media (max-width: 1200px) {
    .indexTop .indexTitle {
        font-size: 26px;
        line-height: 34px;
    }

    .indexTop .indexTitle span {
        font-size: 16px;
        padding-top: 4px;
        margin-left: 10px;
    }

    .indexTop .but {
        width: 44px;
        height: 44px;
    }
}

@media (max-width: 768px) {
    .indexTop .indexTitle {
        font-size: 20px;
        line-height: 24px;
    }

    .indexTop .indexTitle span {
        font-size: 12px;
        margin-left: 5px;
    }

    .indexTop .but {
        width: 32px;
        height: 32px;
        margin-top: 2px;
        background-size: 6px;
    }
}

.index-banner {
    margin-top: 80px;
    position: relative;
}

.index-banner ul li {
    position: relative;
    height: 90vh;
}

.index-banner ul li #video {
    width: 100%;
    height: 100%;
}

.index-banner ul li .con {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    text-align: center;
    transform: translateY(-50%);
    color: #fff;
    padding-top: 100px;
    transition: all 0.5s 0.8s;
    opacity: 0;
}

.index-banner ul li .con .t {
    font-size: 56px;
    line-height: 58px;
    letter-spacing: 3px;
    font-weight: 500;
    text-shadow: 0px 8px 27px #00073f;
}

.index-banner ul li .con .t1 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 3px;
    font-weight: 500;
    text-transform: uppercase;
    text-shadow: 0px 8px 27px #00073f;
    margin-top: 23px;
}

.index-banner ul li .con .icon {
    width: 60px;
    height: auto;
    margin: 15px auto 0;
    cursor: pointer;
}

.index-banner ul li .con .icon .img {
    width: 60px;
    height: 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url("../images/video.png");
}

.index-banner ul li .con .icon p {
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 16px;
    margin-top: 5px;
}

.index-banner ul li.swiper-slide-active .con {
    padding-top: 0;
    opacity: 1;
}

.index-banner .bottom {
    width: 100%;
    position: absolute;
    bottom: 66.5px;
    left: 0;
    z-index: 15;
}

.index-banner .bottom .box {
    width: 585px;
    height: 170px;
    float: left;
    margin-left: -130px;
    background-color: #1f3785;
    display: none;
}

.index-banner .bottom .box .num {
    width: 130px;
    height: 170px;
    float: left;
    position: relative;
}

.index-banner .bottom .box .num .t {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    text-align: center;
    transform: translateY(-50%);
    font-size: 16px;
    line-height: 50px;
    color: #fff;
}

.index-banner .bottom .box .num .t .swiper-pagination-current {
    font-size: 24px;
}

.index-banner .bottom .box .line {
    width: 400px;
    height: 2px;
    margin-top: 84px;
    margin-left: 130px;
    background: rgba(255, 255, 255, 0.3);
    position: relative;
}

.index-banner .bottom .box .line span {
    width: 0;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    display: block;
}

.index-banner .bottom .box .line.on span {
    width: 100%;
    transition: all 4s linear;
}

.index-banner .bottom .but {
    float: right;
    margin-top: 66.5px;
}

.index-banner .bottom .but a {
    width: 40px;
    height: 37px;
    background-color: #fff;
    display: block;
    float: left;
    margin-left: 10px;
    background-position: center;
    background-repeat: no-repeat;
}

.index-banner .bottom .but a.prev {
    background-image: url("../images/prev.png");
}

.index-banner .bottom .but a.next {
    background-image: url("../images/next_h.png");
}

.index-banner .bottom .but a:hover {
    background-color: #1f3785;
}

.index-banner .bottom .but a:hover.prev {
    background-image: url("../images/prev_h.png");
}

.index-banner .bottom .but a:hover.next {
    background-image: url("../images/next.png");
}

@media (max-width: 1670px) {
    .index-banner .bottom .box {
        margin-left: -60px;
    }
}

@media (max-width: 1500px) {
    .index-banner .bottom .box {
        margin-left: -20px;
    }
}

@media (max-width: 1366px) {
    .index-banner ul li .con .t {
        font-size: 38px;
        line-height: 40px;
    }

    .index-banner ul li .con .t1 {
        font-size: 20px;
        line-height: 22px;
        margin-top: 15px;
    }

    .index-banner .bottom {
        bottom: 31.5px;
    }

    .index-banner .bottom .box {
        width: 480px;
        height: 100px;
    }

    .index-banner .bottom .box .num {
        width: 100px;
        height: 100px;
    }

    .index-banner .bottom .box .line {
        width: calc(100% - 130px);
        margin-left: 100px;
        margin-top: 48px;
    }

    .index-banner .bottom .but {
        margin-top: 31.5px;
    }
}

@media (max-width: 1024px) {
    .index-banner {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .index-banner ul li {
        overflow: hidden;
        height: 30vh;
    }

    .index-banner ul li img {
        width: 130%;
        margin-left: -15%;
    }

    .index-banner ul li .con {
        padding-top: 40px;
    }

    .index-banner ul li .con .t {
        font-size: 20px;
        line-height: 22px;
    }

    .index-banner ul li .con .t1 {
        font-size: 14px;
        line-height: 16px;
        margin-top: 10px;
    }

    .index-banner ul li .con .icon .img {
        width: 40px;
        margin: 0 auto;
        height: 40px;
    }

    .index-banner ul li .con .icon p {
        font-size: 12px;
        line-height: 14px;
    }

    .index-banner .bottom {
        top: 50%;
        margin-top: -15px;
        position: static;
    }

    .index-banner .bottom .box {
        display: none;
    }

    .index-banner .bottom .but {
        float: none;
        margin-top: 0;
    }

    .index-banner .bottom .but a {
        width: 30px;
        height: 30px;
        margin-left: 0;
        background-size: 8px;
        position: absolute;
        z-index: 8;
        top: 50%;
    }

    .index-banner .bottom .but a.prev {
        float: left;
        left: 5%;
    }

    .index-banner .bottom .but a.next {
        float: right;
        right: 5%;
    }
}

/*首页主体样式*/
.index .index-box1 {
    padding-top: 5.2%;
    padding-bottom: 7%;
}

.index .index-box1 .list {
    margin-top: 8.7%;
}

.index .index-box1 .list ul li {
    width: 12%;
    padding-bottom: 34.7%;
    float: left;
    overflow: hidden;
    position: relative;
    transition: all 0.8s;
    transform-origin: 50% 50%;
    cursor: pointer;
}

.index .index-box1 .list ul li .box {
    width: 100%;
    height: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #01041c;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: height 0.8s;
}

.index .index-box1 .list ul li .box a {
    width: 100%;
    height: 100%;
    display: block;
}

.index .index-box1 .list ul li .box .pic {
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto;
    opacity: 0.4;
}

.index .index-box1 .list ul li .box .pic img {
    filter: blur(3px);
    -webkit-filter: blur(3.3px);
    -moz-filter: blur(3.3px);
    -ms-filter: blur(3.3px);
    -o-filter: blur(3.3px);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.index .index-box1 .list ul li .box .con {
    top: 40%;
    position: absolute;
    left: 0;
    width: 100%;
}

.index .index-box1 .list ul li .box .con img {
    width: 36px;
    margin: 0 auto;
    display: block;
}

.index .index-box1 .list ul li .box .con p {
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    letter-spacing: 1px;
    color: #fff;
    margin: 16px auto 0;
    width: 124px;
}

.index .index-box1 .list ul li .box .but {
    width: 100%;
    position: absolute;
    bottom: 4%;
    left: 0;
    z-index: 10;
    text-align: center;
    font-size: 0;
    opacity: 0;
}

.index .index-box1 .list ul li .box .but .a {
    display: inline-block;
    font-size: 20px;
    line-height: 36px;
    color: #fff;
    padding-right: 37px;
    background-position: right 10px;
    background-repeat: no-repeat;
    background-image: url("../images/icon1.png");
}

.index .index-box1 .list ul li .box .but .a span {
    position: relative;
}

.index .index-box1 .list ul li .box .but .a span:after {
    width: 100%;
    height: 2px;
    background-color: #d82734;
    position: absolute;
    left: 0;
    bottom: -2px;
    content: '';
}

.index .index-box1 .list ul li.on {
    width: 40%;
    box-shadow: 11px 11px 16px 0px rgba(7, 17, 100, 0.3);
}

.index .index-box1 .list ul li.on .box {
    height: 100%;
    background-image: url("../images/index_bg2.jpg");
}

.index .index-box1 .list ul li.on .box .pic {
    opacity: 0.3;
    margin-left: 0;
    margin-top: 0;
    width: 100%;
    height: 100%;
    filter: blur(0);
    -webkit-filter: blur(0);
    -moz-filter: blur(0);
    -ms-filter: blur(0);
    -o-filter: blur(0);
}

.index .index-box1 .list ul li.on .box .con {
    text-align: center;
    top: 46%;
}

.index .index-box1 .list ul li.on .box .con img {
    display: inline-block;
    vertical-align: middle;
}

.index .index-box1 .list ul li.on .box .con p {
    display: inline-block;
    margin-top: 0;
    font-size: 24px;
    vertical-align: middle;
    margin-left: 15px;
    width: auto;
}

.index .index-box1 .list ul li.on .box .but {
    opacity: 1;
    bottom: 10%;
    transition: all 0.5s 0.5s;
}

.index .index-box2 {
    padding-bottom: 4.4%;
    padding-top: 5.4%;
}

.index .index-box2 .list {
    margin-top: 5.2%;
}

.index .index-box2 .list ul li {
    width: 22%;
    float: left;
	padding: 1.5%;
}

.index .index-box2 .list ul li a {
    width: 100%;
    height: auto;
    overflow: hidden;
    position: relative;
    display: block;
}

.index .index-box2 .list ul li a img {
    transition: all 1.5s;
	    height: 200px;
}

.index .index-box2 .list ul li a p {
        top: 340px;
        /* left: 200px; */
        font-size: 24px;
        letter-spacing: 1px;
        line-height: 106px;
        color: #000;
        font-weight: 500;
        text-align: center;
}

.index .index-box2 .list ul li:nth-child(1), .index .index-box2 .list ul li:nth-child(5) {
    width: 20%;
}

.index .index-box2 .list ul li:nth-child(4) {
    float: right;
}

@media (min-width: 1024px) {
    .index .index-box2 .list ul li:hover a img {
        transform: scale(1.2);
    }
}

.index .index-box3 {
    padding-bottom: 9.6%;
    padding-top: 7.8%;
}

.index .index-box3 .boxLeft {
    width: 52.1%;
    float: left;
}

.index .index-box3 .boxLeft .indexTop .indexTitle {
    color: #fff;
}

.index .index-box3 .boxLeft .line {
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 0.1;
    margin-top: 8.5%;
}

.index .index-box3 .boxLeft .con {
    margin-top: 6.1%;
}

.index .index-box3 .boxLeft .con .txt {
    font-size: 16px;
    line-height: 40px;
    letter-spacing: 1px;
    color: #fff;
    opacity: 0.8;
    font-weight: 300;
    text-align: justify;
}

.index .index-box3 .boxLeft .con .txt span {
    font-size: 24px;
    margin-right: 10px;
}

.index .index-box3 .boxLeft .con .num {
    margin-top: 30px;
}

.index .index-box3 .boxLeft .con .num .item {
    float: left;
    margin-right: 13.3%;
    color: #fff;
}

.index .index-box3 .boxLeft .con .num .item .t {
    font-size: 46px;
    line-height: 48px;
    font-weight: 900;
}

.index .index-box3 .boxLeft .con .num .item .t1 {
    font-size: 16px;
    line-height: 18px;
    margin-top: 15px;
}

.index .index-box3 .boxLeft .con .num .item:last-child {
    margin-right: 0;
}

.index .index-box3 .boxLeft .but {
    width: 240px;
    height: 64px;
    box-sizing: border-box;
    display: block;
    text-align: center;
    font-size: 16px;
    line-height: 64px;
    color: #f7f7f7;
    border: 1px solid #fff;
    margin-top: 10.6%;
    background-image: url("../images/next.png");
    background-position: 30px center;
    background-repeat: no-repeat;
    transition: all 0.5s;
}

@media (min-width: 1024px) {
    .index .index-box3 .boxLeft .but:hover {
        background-color: #1f3785;
        border-color: #1f3785;
        background-position: 60px center;
    }
}

.index .index-box3 .pic {
    width: 40.3%;
    float: right;
    margin-right: 1.25%;
    margin-top: 4.1%;
    position: relative;
}

.index .index-box3 .pic img {
    position: relative;
    z-index: 5;
}

/* .index .index-box3 .pic:after {
    width: 24.8%;
    height: 31.1%;
    background-color: #1f3785;
    content: '';
    position: absolute;
    top: -6%;
    right: -4%;
}

.index .index-box3 .pic:before {
    width: 18.6%;
    height: 31.1%;
    position: absolute;
    content: '';
    background-color: #d82734;
    left: 5.6%;
    bottom: -3.8%;
} */

.index .index-box4 {
    padding-bottom: 4.3%;
    padding-top: 6%;
    position: relative;
}

.index .index-box4 .indexTop .butBox {
    margin-top: -20px;
    float: right;
}

.index .index-box4 .indexTop .butBox .a {
    width: 64px;
    height: 64px;
    border: 1px solid #1f3785;
    box-sizing: border-box;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 15px;
    display: block;
    float: left;
}

.index .index-box4 .indexTop .butBox .a.prev {
    background-image: url("../images/prev.png");
}

.index .index-box4 .indexTop .butBox .a.next {
    background-image: url("../images/next_h.png");
}

@media (min-width: 1024px) {
    .index .index-box4 .indexTop .butBox .a:hover {
        background-color: #1f3785;
        box-shadow: 11px 11px 16px 0px rgba(7, 17, 100, 0.2);
    }

    .index .index-box4 .indexTop .butBox .a:hover.prev {
        background-image: url("../images/prev_h.png");
    }

    .index .index-box4 .indexTop .butBox .a:hover.next {
        background-image: url("../images/next.png");
    }
}

.index .index-box4 .bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 3.125%;
}

.index .index-box4 .w1440 {
    position: relative;
    z-index: 5;
}

.index .index-box4 .list {
    margin-top: 8.7%;
    overflow: initial;
}

.index .index-box4 .list ul li {
    width: 26%;
    float: left;
    margin-right: 6.1%;
    transition: all 0.5s;
}

.index .index-box4 .list ul li:last-child {
    margin-right: 0;
}

.index .index-box4 .list ul li a {
    width: 100%;
    display: block;
    overflow: hidden;
    position: relative;
}

.index .index-box4 .list ul li a .bgI {
    opacity: 0;
    transition: all 0.5s;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.index .index-box4 .list ul li a .con {
    width: 80%;
    position: absolute;
    left: 0%;
    top: 0%;
    background: #00000017;
    padding: 20% 10%;
    height: 70%;
}

.index .index-box4 .list ul li a .con .tits {
    font-size: 20px;
    line-height: 32px;
    color: #fff;
    font-weight: 500;
}

.index .index-box4 .list ul li a .con .more {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 32px;
    font-weight: 200;
    padding-right: 30px;
    background-image: url("../images/icon2.png");
    background-repeat: no-repeat;
    background-position: right 10px;
    margin-top: 13px;
    transform: translateY(30px);
    opacity: 0;
    transition: all 0.5s 0.2s;
}

.index .index-box4 .list ul li a .con .more span {
    position: relative;
}

.index .index-box4 .list ul li a .con .more span:after {
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    left: 0;
    content: '';
}

.index .index-box4 .list ul li a .time {
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    position: absolute;
    bottom: 12%;
    right: 9.5%;
}

@media (min-width: 1024px) {
    .index .index-box4 .list ul li:hover {
        box-shadow: 11px 11px 16px 0px rgba(216, 39, 52, 0.3);
    }

    .index .index-box4 .list ul li:hover a .bgI {
        opacity: 1;
    }

    .index .index-box4 .list ul li:hover a .con .more {
        opacity: 1;
        transform: translateY(0);
    }
}

.index .index-box4 .bottom {
    margin-top: 5.9%;
}

.index .index-box4 .bottom a {
    display: inline-block;
    float: right;
    font-size: 20px;
    line-height: 36px;
    color: #1f3785;
    padding-right: 37px;
    background-position: right 10px;
    background-repeat: no-repeat;
    background-image: url("../images/icon3.png");
    font-weight: 500;
}

.index .index-box4 .bottom a span {
    position: relative;
}

.index .index-box4 .bottom a span:after {
    width: 100%;
    height: 1px;
    background-color: #1f3785;
    position: absolute;
    left: 0;
    bottom: -2px;
    content: '';
}

@media (max-width: 1366px) {
    .index .index-box1 .list ul li .box .con p {
        font-size: 18px;
        line-height: 28px;
        width: 110px;
    }

    .index .index-box1 .list ul li.on .box .con p {
        font-size: 20px;
        margin-left: 10px;
    }

    .index .index-box2 .list ul li a p {
        font-size: 20px;
        line-height: 22px;
        top: 30px;
        left: 34px;
    }

    .index .index-box3 .boxLeft .con .num .item .t {
        font-size: 34px;
        line-height: 36px;
    }

    .index .index-box3 .boxLeft .con {
        margin-top: 3%;
    }

    .index .index-box3 .boxLeft .con .txt {
        font-size: 15px;
        line-height: 28px;
    }

    .index .index-box3 .boxLeft .con .txt span {
        font-size: 20px;
    }

    .index .index-box3 .boxLeft .line {
        margin-top: 2.5%;
    }

    .index .index-box3 .boxLeft .but {
        width: 200px;
        height: 54px;
        line-height: 52px;
    }
}

@media (max-width: 1366px) and (min-width: 1024px) {
    .index .index-box3 .boxLeft .but:hover {
        background-position: 50px center;
    }
}

@media (max-width: 1366px) {
    .index .index-box4 .indexTop .butBox .a {
        width: 54px;
        height: 54px;
    }

    .index .index-box4 .list ul li a .con .tits {
        font-size: 18px;
        line-height: 28px;
    }

    .index .index-box4 .list ul li a .time {
        font-size: 18px;
        line-height: 20px;
    }
}

@media (max-width: 1200px) {
    .index .index-box1 .list ul li .box .con p {
        font-size: 15px;
        line-height: 22px;
        margin-top: 10px;
        width: 90px;
    }

    .index .index-box2 .list ul li a p {
        font-size: 18px;
        line-height: 40px;
        top: 20px;
        left: 24px;
    }

    .index .index-box3 .boxLeft .con .txt {
        font-size: 14px;
        line-height: 24px;
    }

    .index .index-box3 .boxLeft .con .txt span {
        font-size: 18px;
    }

    .index .index-box3 .boxLeft .con .num {
        margin-top: 20px;
    }

    .index .index-box3 .boxLeft .con .num .item .t {
        font-size: 26px;
        line-height: 28px;
    }

    .index .index-box3 .boxLeft .con .num .item .t1 {
        font-size: 14px;
        line-height: 16px;
        margin-top: 5px;
    }

    .index .index-box3 .boxLeft .but {
        width: 160px;
        height: 44px;
        line-height: 42px;
        font-size: 15px;
    }
}

@media (max-width: 1200px) and (min-width: 1024px) {
    .index .index-box3 .boxLeft .but:hover {
        background-position: 35px center;
    }
}

@media (max-width: 1200px) {
    .index .index-box4 .indexTop .butBox {
        margin-top: -10px;
    }

    .index .index-box4 .indexTop .butBox .a {
        width: 44px;
        height: 44px;
    }

    .index .index-box4 .list ul li {
        width: 28%;
        margin-right: 4%;
    }

    .index .index-box4 .list ul li a .con .tits {
        font-size: 16px;
        line-height: 26px;
    }

    .index .index-box4 .list ul li a .time {
        font-size: 16px;
        line-height: 18px;
    }
}

@media (max-width: 1024px) {
    .index .index-box4 .list ul li {
        width: 30%;
        margin-right: 3%;
    }

    .index .index-box4 .list ul li a .con .tits {
        font-size: 14px;
        line-height: 24px;
    }

    .index .index-box4 .list ul li a .time {
        font-size: 14px;
        line-height: 16px;
    }
}

@media (max-width: 768px) {
    .index .index-box1 .list ul li {
        width: 100% !important;
        float: none;
        padding-bottom: 28%;
    }

    .index .index-box1 .list ul li .box {
        height: 100%;
    }

    .index .index-box1 .list ul li .box .pic img {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .index .index-box1 .list ul li .box .con {
        top: 32%;
        text-align: center;
    }

    .index .index-box1 .list ul li .box .con img {
        display: inline-block;
        vertical-align: middle;
        width: 30px;
    }

    .index .index-box1 .list ul li .box .con p {
        vertical-align: middle;
        display: inline-block;
        margin-top: 0;
        margin-left: 10px;
        width: auto;
    }

    .index .index-box1 .list ul li .box .but .a {
        font-size: 14px;
        line-height: 28px;
        background-size: 18px;
        background-position: right 7px;
        padding-right: 25px;
    }

    .index .index-box1 .list ul li.on {
        padding-bottom: 65%;
    }

    .index .index-box1 .list ul li.on .box .con p {
        font-size: 15px;
        line-height: 22px;
    }

    .index .index-box1 .list ul li .box .pic img {
        width: 120%;
    }

    .index .index-box2 .list ul li {
        width: 50%;
    }

    .index .index-box2 .list ul li:nth-child(1), .index .index-box2 .list ul li:nth-child(4) {
        width: 100%;
    }

    .index .index-box3 {
        padding-bottom: 7%;
        padding-top: 4%;
    }

    .index .index-box3 .boxLeft {
        width: 100%;
    }

    .index .index-box3 .boxLeft .con .txt {
        font-size: 13px;
        line-height: 24px;
        font-weight: 400;
    }

    .index .index-box3 .boxLeft .con .txt span {
        font-size: 15px;
    }

    .index .index-box3 .boxLeft .con .num {
        margin-top: 10px;
    }

    .index .index-box3 .boxLeft .con .num .item {
        margin-right: 10%;
    }

    .index .index-box3 .boxLeft .con .num .item .t {
        font-size: 18px;
        line-height: 20px;
    }

    .index .index-box3 .boxLeft .con .num .item .t1 {
        font-size: 13px;
        line-height: 14px;
    }

    .index .index-box3 .boxLeft .but {
        width: 100px;
        height: 36px;
        line-height: 34px;
        font-size: 12px;
        background-position: 10px center;
        background-size: 7px;
        margin-top: 25px;
    }

    .index .index-box3 .pic {
        display: none;
    }

    .index .index-box4 .indexTop .butBox {
        margin-top: -6px;
    }

    .index .index-box4 .indexTop .butBox .a {
        width: 32px;
        height: 32px;
        margin-left: 10px;
        background-size: 6px;
    }

    .index .index-box4 .list ul li {
        width: 54%;
        margin-right: 3%;
    }

    .index .index-box4 .list ul li a .con {
        width: 90%;
        left: 4%;
        top: 8%;
    }

    .index .index-box4 .list ul li a .con .more {
        opacity: 1;
        transform: translateY(0);
        font-size: 13px;
        background-size: 16px;
        padding-right: 22px;
        margin-top: 2px;
    }

    .index .index-box4 .list ul li a .con .tits {
        font-size: 13px;
        line-height: 24px;
    }

    .index .index-box4 .list ul li a .time {
        font-size: 13px;
        line-height: 16px;
    }

    .index .index-box4 .list {
        margin-top: 5.7%;
    }

    .index .index-box4 .bottom {
        margin-top: 15px;
    }

    .index .index-box4 .bottom a {
        font-size: 13px;
        line-height: 24px;
        background-size: 16px;
        background-position: right 6px;
        padding-right: 24px;
    }
}

/*底部公用样式*/
.footer {
    background-color: #112564;
    padding-top: 5.1%;
    position: relative;
}

.footer .footerTop {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding-bottom: 40px;
}

.footer .footerTop .logo {
    width: 381px;
    float: left;
    margin-left: 6px;
}

.footer .footerTop .tits {
    float: right;
    margin-right: 15px;
    position: relative;
    margin-top: 14px;
}

.footer .footerTop .tits .t {
    font-weight: 500;
    color: #fff;
    font-size: 44px;
    letter-spacing: 1px;
    line-height: 46px;
    z-index: 10;
    position: relative;
}

.footer .footerTop .tits .t1 {
    font-size: 24px;
    line-height: 26px;
    position: absolute;
    right: 35px;
    top: 35px;
    color: #fff;
    opacity: 0.1;
    white-space: nowrap;
    text-transform: uppercase;
}

.footer .footerNew {
    padding-bottom: 6.9%;
    margin-top: 30px;
}

.footer .footerNew .nav {
    float: left;
}

.footer .footerNew .nav dl {
    width: 180px;
    float: left;
    box-sizing: border-box;
    padding-left: 9px;
}

.footer .footerNew .nav dl dt {
    margin-bottom: 6px;
}

.footer .footerNew .nav dl dt a {
    font-size: 16px;
    line-height: 38px;
    color: #fff;
}

.footer .footerNew .nav dl dd a {
    font-size: 14px;
    line-height: 38px;
    color: #fff;
    opacity: 0.5;
}

@media (min-width: 1024px) {
    .footer .footerNew .nav dl dd a:hover {
        opacity: 1;
    }
}

.footer .footerNew .footerRight {
    float: right;
    padding-top: 27px;
}

.footer .footerNew .footerRight .ewmBox {
    width: 100%;
}

.footer .footerNew .footerRight .ewmBox .ewm {
    width: 124px;
    float: left;
}

.footer .footerNew .footerRight .ewmBox .t {
    font-size: 14px;
    line-height: 36px;
    color: #fff;
    margin-top: 26px;
    margin-left: 30px;
    float: left;
}

.footer .footerNew .footerRight .share {
    margin-top: 48px;
}

.footer .footerNew .footerRight .share a {
    display: block;
    float: left;
    margin-right: 44px;
    opacity: 0.1;
}

.footer .footerNew .footerRight .share a:last-child {
    margin-right: 0;
}

@media (min-width: 1024px) {
    .footer .footerNew .footerRight .share a:hover {
        opacity: 1;
    }
}

.footer .copyright {
    background-color: #081a50;
    text-align: center;
    font-size: 12px;
    line-height: 57px;
    color: #86889b;
}

.footer .copyright br {
    display: none;
}

.footer .copyright a {
    color: #86889b;
}

@media (min-width: 1024px) {
    .footer .copyright a:hover {
        color: #fff;
    }
}

@media (max-width: 1366px) {
    .footer .footerNew .nav dl {
        width: 150px;
    }
}

@media (max-width: 1200px) {
    .footer .footerNew .nav dl {
        width: auto;
        margin-right: 40px;
    }
}

@media (max-width: 1024px) {
    .footer .footerNew .nav {
        display: none;
    }

    .footer .footerTop .tits {
        display: none;
    }

    .footer .footerTop .logo {
        width: 200px;
    }

    .footer .footerTop {
        padding-bottom: 15px;
    }

    .footer .footerNew {
        margin-top: 15px;
    }

    .footer .footerNew .footerRight {
        float: none;
        padding-top: 0;
    }

    .footer .footerNew .footerRight .ewmBox .ewm {
        width: 90px;
        height: 90px;
    }

    .footer .footerNew .footerRight .ewmBox .t {
        font-size: 12px;
        line-height: 24px;
        margin-left: 10px;
        margin-top: 16px;
    }

    .footer .footerNew .footerRight .share {
        margin-top: 15px;
    }

    .footer .footerNew .footerRight .share a {
        width: 30px;
        margin-right: 15px;
    }

    .footer .copyright {
        font-size: 12px;
        line-height: 20px;
        padding: 10px 0;
    }

    .footer .copyright br {
        display: block;
    }
}

/*服务列表*/
.service {
    padding-top: 6%;
    background-color: #f7f8f9;
    padding-bottom: 4.3%;
}

.service .list ul li {
    width: 31.25%;
    float: left;
    margin-right: 3.125%;
    margin-bottom: 3.125%;
}

.service .list ul li:nth-child(3n) {
    margin-right: 0;
}

.service .list ul li a {
    background-color: #fff;
    width: 100%;
    display: block;
    padding-bottom: 26px;
}

.service .list ul li a .pic {
    width: 100%;
    overflow: hidden;
}

.service .list ul li a .pic img {
    transition: all 1.5s;
	    height: 300px;
}

.service .list ul li a .con {
    width: 86%;
    margin: 0 auto;
    padding-top: 26px;
}

.service .list ul li a .con .tits {
    font-size: 22px;
    line-height: 24px;
    color: #333;
    font-weight: 500;
}

.service .list ul li a .con .tit {
    font-size: 16px;
    line-height: 32px;
    color: #666;
    height: 64px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 18px;
    font-weight: 500;
    opacity: 0.8;
}

.service .list ul li a .con .more {
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    color: #1f3785;
    padding-right: 28px;
    background-position: right 9px;
    background-repeat: no-repeat;
    background-image: url("../images/icon4.png");
    font-weight: 500;
    margin-top: 27px;
}

.service .list ul li a .con .more span {
    position: relative;
}

.service .list ul li a .con .more span:after {
    width: 100%;
    height: 1px;
    background-color: #1f3785;
    position: absolute;
    left: 0;
    bottom: 0px;
    content: '';
}

@media (min-width: 1024px) {
    .service .list ul li:hover {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .service .list ul li:hover a .pic img {
        transform: scale(1.2);
    }
}

@media (max-width: 1366px) {
    .service .list ul li a .con {
        padding-top: 18px;
    }

    .service .list ul li a .con .tits {
        font-size: 18px;
        line-height: 20px;
    }

    .service .list ul li a .con .tit {
        font-size: 14px;
        line-height: 26px;
        height: 52px;
        margin-top: 10px;
    }

    .service .list ul li a .con .more {
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    .service .list ul li {
        width: 100%;
        float: none;
        margin-bottom: 15px;
    }

    .service .list ul li a .con {
        width: 94%;
        padding-top: 10px;
    }

    .service .list ul li a .con .tits {
        font-size: 15px;
        line-height: 17px;
    }

    .service .list ul li a .con .tit {
        font-size: 13px;
        line-height: 22px;
        height: 44px;
        margin-top: 8px;
    }

    .service .list ul li a .con .more {
        background-position: right 5px;
    }

    .service .list ul li a .con .more span {
        font-size: 12px;
        line-height: 26px;
    }
}

/*内页导航*/
.insideNav {
    border-bottom: 1px solid #dcdcdc;
}

.insideNav a {
    font-size: 16px;
    line-height: 64px;
    color: #666;
    display: block;
    float: left;
    margin-right: 118px;
    position: relative;
}

.insideNav a:last-child {
    margin-right: 0;
}

.insideNav a:after {
    width: 0;
    height: 3px;
    background-color: #1f3785;
    position: absolute;
    bottom: -1px;
    left: 50%;
    content: '';
    transition: all 0.5s;
}

.insideNav a.on {
    color: #333;
}

.insideNav a.on:after {
    width: 20px;
    margin-left: -10px;
}

@media (min-width: 1024px) {
    .insideNav a:hover {
        color: #333;
    }

    .insideNav a:hover:after {
        width: 20px;
        margin-left: -10px;
    }
}

@media (max-width: 1366px) {
    .insideNav a {
        margin-right: 72px;
    }
}

@media (max-width: 1024px) {
    .insideNav {
        display: none;
    }
}

/*服务详情*/
.serviceInfo .content {
    position: relative;
    padding-top: 5.4%;
    padding-bottom: 3.9%;
    background: #f7f8f9;
}

.serviceInfo .content .bg {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 3.9%;
}

.serviceInfo .content .w1440 {
    position: relative;
    z-index: 10;
}

.serviceInfo .content .box1 .boxLeft {
    width: 40%;
    float: left;
    padding-top: 12px;
}

.serviceInfo .content .box1 .boxLeft .con {
    text-align: justify;
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #666;
    margin-top: 28px;
}

.serviceInfo .content .box1 .boxLeft .boxNew {
    width: 100%;
    background-color: #f7f8f9;
    box-sizing: border-box;
    padding: 11px 22px;
    margin-top: 30px;
}

.serviceInfo .content .box1 .boxLeft .boxNew .item {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    padding: 12px 0;
}

.serviceInfo .content .box1 .boxLeft .boxNew .item .t {
    float: left;
    padding-left: 32px;
    background-position: left center;
    background-repeat: no-repeat;
    color: #666;
}

.serviceInfo .content .box1 .boxLeft .boxNew .item .t1 {
    float: right;
    color: #333;
}

.serviceInfo .content .box1 .boxRight {
    width: 40%;
    float: right;
    position: relative;
}

/* .serviceInfo .content .box1 .boxRight:after {
    width: 20.6%;
    height: 27.7%;
    background-color: #1f3785;
    content: '';
    position: absolute;
    top: -6%;
    right: -7%;
}

.serviceInfo .content .box1 .boxRight:before {
    width: 13%;
    height: 31.1%;
    position: absolute;
    content: '';
    background-color: #d82734;
    left: 4%;
    bottom: -5.4%;
} */

.serviceInfo .content .box1 .boxRight .list {
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.serviceInfo .content .box1 .boxRight .list .but {
    width: 100%;
    z-index: 10;
    position: absolute;
    bottom: 30px;
    left: 0;
    text-align: center;
    font-size: 0;
}

.serviceInfo .content .box1 .boxRight .list .but span {
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background-color: #fff;
    display: inline-block;
    margin: 0 13px;
    opacity: 0.3;
}

.serviceInfo .content .box1 .boxRight .list .but span.swiper-pagination-bullet-active {
    opacity: 1;
}

.serviceInfo .content .box2 {
    margin-top: 6%;
}

.serviceInfo .content .box2 .list {
    margin-top: 4%;
}

.serviceInfo .content .box2 .list ul li {
    width: 23.6%;
    float: left;
    margin-right: 1.8%;
    margin-bottom: 1.8%;
}

.serviceInfo .content .box2 .list ul li .pic {
    background-color: #0c1137;
    position: relative;
}

.serviceInfo .content .box2 .list ul li .pic img {
    opacity: 0.5;
	height: 200px;
}

.serviceInfo .content .box2 .list ul li .pic .img {
    width: 24.7%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.serviceInfo .content .box2 .list ul li .pic .img img {
    opacity: 1;
}

.serviceInfo .content .box2 .list ul li .tits {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    border: 1px solid #1f3785;
    font-size: 16px;
    line-height: 24px;
    color: #1f3785;
    text-align: center;
    font-weight: 500;
    padding: 7px 0;
    margin-top: 10px;
}

.serviceInfo .content .box2 .list ul li .tits span {
    font-weight: 400;
    text-transform: uppercase;
}

.serviceInfo .content .box2 .list ul li:nth-child(4n) {
    margin-right: 0;
}

.serviceInfo .content .box3 {
    margin-top: 6.1%;
}

.serviceInfo .content .box3 .list {
    margin-top: 2.6%;
}

.serviceInfo .content .box3 .list ul li {
    width: 31.25%;
    margin-right: 3.125%;
    margin-bottom: 3.125%;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    background-color: #f7f8f9;
}

.serviceInfo .content .box3 .list ul li:nth-child(3n) {
    margin-right: 0;
}

.serviceInfo .content .box3 .list ul li .pic {
    background-color: #0c1137;
}

.serviceInfo .content .box3 .list ul li .pic img {
    opacity: 0.5;
}

.serviceInfo .content .box3 .list ul li .con {
    font-size: 16px;
    line-height: 32px;
    color: #333;
    height: 96px;
    letter-spacing: 1px;
    text-align: justify;
    margin-top: 15px;
    position: relative;
}

.serviceInfo .content .box3 .list ul li .con .tt {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.serviceInfo .content .box3 .list ul li .t {
    width: 100%;
    background-color: #1f3785;
    text-align: center;
    font-size: 18px;
    line-height: 56px;
    color: #fff;
    margin-top: 20px;
}

@media (max-width: 1366px) {
    .serviceInfo .content .box1 .boxLeft .con {
        font-size: 14px;
        line-height: 24px;
    }

    .serviceInfo .content .box1 .boxLeft .boxNew .item {
        font-size: 14px;
        line-height: 28px;
        padding: 8px 0;
    }

    .serviceInfo .content .box3 .list ul li .con {
        font-size: 14px;
        line-height: 26px;
        min-height: 104px;
    }

    .serviceInfo .content .box3 .list ul li .t {
        font-size: 16px;
        line-height: 48px;
    }
}

@media (max-width: 1200px) {
    .serviceInfo .content .box1 .boxLeft .con {
        margin-top: 10px;
    }

    .serviceInfo .content .box1 .boxLeft .boxNew {
        margin-top: 14px;
        padding: 10px 15px;
    }

    .serviceInfo .content .box1 .boxLeft .boxNew .item {
        padding: 6px 0;
    }

    .serviceInfo .content .box2 .list ul li .tits {
        font-size: 14px;
        line-height: 20px;
    }

    .serviceInfo .content .box3 .list ul li {
        padding: 10px;
    }
}

@media (max-width: 768px) {
    .serviceInfo .content .box1 .boxRight {
        width: 100%;
        float: none;
    }

    .serviceInfo .content .box1 .boxLeft {
        width: 100%;
        flex: none;
    }

    .serviceInfo .content .box1 .boxRight:before {
        bottom: -2%;
    }

    .serviceInfo .content .box1 .boxRight:after {
        top: -4%;
        right: -3%;
    }

    .serviceInfo .content .box2 .list ul li {
        width: 48.5%;
        margin-right: 3%;
    }

    .serviceInfo .content .box2 .list ul li:nth-child(4n) {
        margin-right: 3%;
    }

    .serviceInfo .content .box2 .list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .serviceInfo .content .box3 .list ul li {
        width: 100%;
        float: none;
        margin-bottom: 10px;
    }

    .serviceInfo .content .box3 .list ul li .con {
        min-height: 0;
        font-size: 13px;
        line-height: 22px;
        margin-top: 10px;
    }

    .serviceInfo .content .box3 .list ul li .t {
        font-size: 15px;
        line-height: 40px;
        margin-top: 10px;
    }

    .serviceInfo .content .box2 .list ul li .tits {
        font-size: 13px;
        line-height: 18px;
    }

    .serviceInfo .content .box1 .boxLeft .con {
        font-size: 13px;
        line-height: 22px;
    }
}

/*应用详情*/
.applicationInfo .content .box1 {
    padding: 4.7% 0;
    position: relative;
}

.applicationInfo .content .box1 .bg {
    width: 100%;
    position: absolute;
    bottom: 10%;
    left: 0;
}

.applicationInfo .content .box1 .w1440 {
    position: relative;
    z-index: 10;
}

.applicationInfo .content .box1 .pic {
    width: 52.4%;
    float: right;
}

.applicationInfo .content .box1 .boxLeft {
    width: 37.8%;
    float: left;
    padding-top: 8%;
    position: relative;
}

.applicationInfo .content .box1 .boxLeft .img {
    width: 16.9%;
    position: absolute;
    left: 21.1%;
    top: 8%;
}

.applicationInfo .content .box1 .boxLeft .indexTop {
    position: relative;
    z-index: 5;
}

.applicationInfo .content .box1 .boxLeft .con {
    font-size: 18px;
    line-height: 32px;
    color: #333;
    opacity: 0.8;
    text-align: justify;
    font-weight: 500;
    margin-top: 10.4%;
}

.applicationInfo .content .box1 .boxLeft .but {
    width: 240px;
    height: 56px;
    border: 1px solid #1f3785;
    box-sizing: border-box;
    display: block;
    text-align: center;
    font-size: 0;
    margin-top: 13.2%;
    transition: all 0.2s;
}

.applicationInfo .content .box1 .boxLeft .but span {
    font-size: 16px;
    line-height: 54px;
    color: #1f3785;
    padding-left: 20px;
    display: inline-block;
    background-position: left center;
    background-repeat: no-repeat;
    background-image: url("../images/icon5.png");
    transition: all 0.5s;
}

@media (min-width: 1024px) {
    .applicationInfo .content .box1 .boxLeft .but:hover {
        background-color: #1f3785;
    }

    .applicationInfo .content .box1 .boxLeft .but:hover span {
        color: #fff;
        background-image: url("../images/icon5_h.png");
        padding-left: 30px;
    }
}

.applicationInfo .content .box2 {
    background-color: #f7f8f9;
    padding-top: 5.4%;
    padding-bottom: 2.8%;
}

.applicationInfo .content .box2 .list {
    margin-top: 4.6%;
}

.applicationInfo .content .box2 .list ul li {
    width: 22.9%;
    float: left;
    margin-right: 2.8%;
    margin-bottom: 2.8%;
    background-color: #fff;
}

.applicationInfo .content .box2 .list ul li:nth-child(4n) {
    margin-right: 0;
}

.applicationInfo .content .box2 .list ul li a {
    padding: 20px;
    display: block;
    box-sizing: border-box;
    width: 100%;
}

.applicationInfo .content .box2 .list ul li a .pic {
    width: 100%;
    background-color: #f7f8f9;
    padding-bottom: 89.7%;
    position: relative;
    overflow: hidden;
}

.applicationInfo .content .box2 .list ul li a .pic img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: all 1.5s;
}

.applicationInfo .content .box2 .list ul li a .tits {
    margin-top: 16px;
    border: 1px solid #1f3785;
    line-height: 56px;
    box-sizing: border-box;
    text-align: center;
    font-size: 0;
    transition: all 0.5s;
}

.applicationInfo .content .box2 .list ul li a .tits span {
    font-size: 18px;
    color: #1f3785;
    display: inline-block;
    padding-right: 30px;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url("../images/icon5.png");
}

@media (min-width: 1024px) {
    .applicationInfo .content .box2 .list ul li:hover {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .applicationInfo .content .box2 .list ul li:hover a .pic img {
        transform: translateY(-50%) scale(1.2);
    }

    .applicationInfo .content .box2 .list ul li:hover a .tits {
        background-color: #1f3785;
    }

    .applicationInfo .content .box2 .list ul li:hover a .tits span {
        color: #fff;
        background-image: url("../images/icon5_h.png");
    }
}

@media (max-width: 1366px) {
    .applicationInfo .content .box1 .boxLeft .con {
        font-size: 16px;
        line-height: 26px;
        margin-top: 7.5%;
    }

    .applicationInfo .content .box1 .boxLeft .but {
        width: 190px;
        height: 48px;
        margin-top: 9.2%;
    }

    .applicationInfo .content .box1 .boxLeft .but span {
        line-height: 46px;
    }

    .applicationInfo .content .box2 .list ul li a .tits {
        line-height: 50px;
    }

    .applicationInfo .content .box2 .list ul li a .tits span {
        font-size: 16px;
    }

    .applicationInfo .content .box2 .list ul li a {
        padding: 15px;
    }
}

@media (max-width: 1200px) {
    .applicationInfo .content .box2 .list ul li {
        width: 32%;
        margin-right: 2%;
    }

    .applicationInfo .content .box2 .list ul li:nth-child(4n) {
        margin-right: 2%;
    }

    .applicationInfo .content .box2 .list ul li:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 1024px) {
    .applicationInfo .content .box1 .boxLeft .but {
        width: 145px;
    }

    .applicationInfo .content .box1 .boxLeft .con {
        font-size: 14px;
        line-height: 24px;
    }

    .applicationInfo .content .box1 .boxLeft {
        padding-top: 6%;
    }
}

@media (max-width: 768px) {
    .applicationInfo .content .box1 .pic {
        width: 100%;
        float: none;
    }

    .applicationInfo .content .box1 .boxLeft {
        width: 100%;
        padding-top: 15px;
    }

    .applicationInfo .content .box1 .boxLeft .con {
        font-size: 13px;
        line-height: 24px;
        margin-top: 10px;
    }

    .applicationInfo .content .box1 .boxLeft .but {
        width: 100px;
        height: 36px;
        margin-top: 20px;
    }

    .applicationInfo .content .box1 .boxLeft .but span {
        line-height: 34px;
        font-size: 12px;
        background-size: 8px;
        padding-left: 13px;
    }

    .applicationInfo .content .box2 .list ul li {
        width: 48.5%;
        margin-right: 3%;
    }

    .applicationInfo .content .box2 .list ul li:nth-child(3n) {
        margin-right: 3%;
    }

    .applicationInfo .content .box2 .list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .applicationInfo .content .box2 .list ul li a {
        padding: 10px;
    }

    .applicationInfo .content .box2 .list ul li a .tits {
        line-height: 36px;
    }

    .applicationInfo .content .box2 .list ul li a .tits span {
        font-size: 14px;
        padding-right: 15px;
        background-size: 8px;
    }
}

/*产品列表*/
.product {
    padding-bottom: 4.7%;
}

.product .list {
    margin-top: 5.9%;
}

.product .list ul {
    padding-bottom: 30px;
}

.product .list ul li {
    width: 22.9%;
    float: left;
    margin-right: 2.8%;
    margin-bottom: 4.6%;
    background-color: #fff;
}

.product .list ul li:nth-child(4n) {
    margin-right: 0;
}

.product .list ul li a {
    display: block;
    box-sizing: border-box;
    width: 100%;
}

.product .list ul li a .pic {
    width: 100%;
    overflow: hidden;
}

.product .list ul li a .pic img {
    transition: all 1.5s;
}

.product .list ul li a .tits {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #000;
    text-align: center;
    margin-top: 22px;
}

@media (min-width: 1024px) {
    .product .list ul li:hover a .pic img {
        transform: scale(1.2);
    }

    .product .list ul li:hover a .tits {
        color: #1f3785;
    }
}

@media (max-width: 1366px) {
    .product .list ul li a .tits {
        font-size: 16px;
        line-height: 22px;
        margin-top: 15px;
    }
}

@media (max-width: 1024px) {
    .product .list ul li {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 3%;
    }

    .product .list ul li:nth-child(4n) {
        margin-right: 2%;
    }

    .product .list ul li:nth-child(3n) {
        margin-right: 0;
    }
}

@media (max-width: 768px) {
    .product .list ul {
        padding-bottom: 20px;
    }

    .product .list ul li {
        width: 48.5%;
        margin-right: 3%;
        margin-bottom: 15px;
    }

    .product .list ul li:nth-child(3n) {
        margin-right: 3%;
    }

    .product .list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .product .list ul li a .tits {
        font-size: 14px;
        margin-top: 10px;
        line-height: 18px;
    }
}

/*分页样式*/
.page {
    text-align: center;
    font-size: 0;
}

.page a, .page span {
    width: 34px;
    display: inline-block;
    height: 34px;
    text-align: center;
    font-size: 16px;
    line-height: 34px;
    color: #1f3785;
    margin: 0 20px;
}

@media (min-width: 1024px) {
    .page a:hover, .page span:hover {
        background-color: #1f3785;
        color: #fff;
    }
}

.page span {
    background-color: #1f3785;
    color: #fff;
}

@media (max-width: 768px) {
    .page a, .page span {
        width: 24px;
        height: 24px;
        line-height: 24px;
        margin: 0 10px;
        font-size: 12px;
    }
}

/*产品详情*/
.productInfo {
    padding-bottom: 6%;
}

.productInfo .top {
    border-bottom: 1px solid #dcdcdc;
    padding-left: 20px;
    background-position: left center;
    background-image: url("../images/icon6.png");
    background-repeat: no-repeat;
}

.productInfo .top a {
    font-size: 16px;
    line-height: 64px;
    color: #333;
    position: relative;
    display: inline-block;
}

.productInfo .top a:after {
    width: 20px;
    height: 3px;
    background-color: #1f3785;
    position: absolute;
    bottom: -1px;
    left: 50%;
    margin-left: -10px;
    content: '';
}

.productInfo .content {
    margin-top: 4.6%;
    position: relative;
}

.productInfo .content .pic {
    width: 49.7%;
    float: left;
    padding-left: 20px;
}

.casepic {
    width: 100%;
    float: left;
    padding-left: 20px;
}

.productInfo .content .conRight {
    width: 45.1%;
    position: absolute;
    top: 0;
    right: 0;
    min-height: 100%;
    background-color: #f7f8f9;
}

.productInfo .content .conRight .tits {
    width: 96%;
    box-sizing: border-box;
    border: 1px solid #1f3785;
    font-size: 24px;
    line-height: 74px;
    color: #1f3785;
    text-align: center;
    margin-top: 30px;
}

.titsc {
    width: 95%;
    margin: 20px auto;
}

.productInfo .content .conRight .line {
    height: 30px;
    width: 100%;
    background-color: #fff;
}

.productInfo .content .conRight .tit {
    font-size: 18px;
    line-height: 64px;
    padding: 0 30px;
    box-sizing: border-box;
}

.productInfo .content .conRight .tit .t {
    float: left;
    color: #999;
}

.productInfo .content .conRight .tit .t1 {
    float: right;
    color: #333;
}

.productInfo .content .conRight .tit1 {
    padding: 0 30px;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 32px;
    color: #333;
}

.productInfo .content .conRight .tit1 .t {
    line-height: 50px;
    color: #999;
    text-align: justify;
}

@media (max-width: 1366px) {
    .productInfo .content .conRight .tits {
        font-size: 20px;
        line-height: 50px;
    }

    .productInfo .content .conRight .line {
        height: 15px;
    }

    .productInfo .content .conRight .tit {
        font-size: 16px;
        line-height: 58px;
    }

    .productInfo .content .conRight .tit1 {
        font-size: 16px;
        line-height: 28px;
    }

    .productInfo .content .conRight .tit1 .t {
        line-height: 40px;
    }
}

@media (max-width: 1200px) {
    .productInfo .content .conRight .tits {
        font-size: 18px;
        line-height: 46px;
    }

    .productInfo .content .conRight .line {
        height: 12px;
    }

    .productInfo .content .conRight .tit {
        font-size: 14px;
        line-height: 48px;
    }

    .productInfo .content .conRight .tit1 {
        font-size: 14px;
        line-height: 24px;
    }

    .productInfo .content .conRight .tit1 .t {
        line-height: 30px;
    }
}

@media (max-width: 768px) {
    .productInfo .content .pic {
        width: 100%;
        float: none;
    }

    .productInfo .content .conRight {
        width: 100%;
        position: relative;
        top: auto;
        right: auto;
        margin-top: 10px;
    }

    .productInfo .content .conRight .tits {
        font-size: 13px;
        line-height: 42px;
    }

    .productInfo .content .conRight .line {
        height: 10px;
    }

    .productInfo .content .conRight .tit {
        padding: 0 10px;
        font-size: 13px;
        line-height: 36px;
    }

    .productInfo .content .conRight .tit1 {
        font-size: 13px;
        line-height: 24px;
        padding: 0 10px 15px;
    }

    .productInfo .content .conRight .tit1 .t {
        line-height: 30px;
    }

    .productInfo .top a {
        line-height: 36px;
        font-size: 14px;
    }
}

/*新闻列表*/
.news {
    background-color: #f7f9fa;
    padding-top: 3.6%;
    padding-bottom: 3.8%;
}

.news .list ul {
    padding-bottom: 5.8%;
}

.news .list ul li {
    background-color: #fff;
    margin-bottom: 30px;
}

.news .list ul li:last-child {
    margin-bottom: 0;
}

.news .list ul li a {
    padding: 11px 14px 11px 30px;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

.news .list ul li a .pic {
    float: right;
    width: 340px;
    overflow: hidden;
    position: relative;
}

.news .list ul li a .pic .img1 {
    transition: all 1.5s;
}

.news .list ul li a .pic .img {
    width: 35.3%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.news .list ul li a .con {
    width: calc(100% - 390px );
    float: left;
    font-weight: 500;
    padding-top: 26px;
}

.news .list ul li a .con .tits {
    font-size: 20px;
    line-height: 24px;
    color: #333;
    height: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news .list ul li a .con .tit {
    font-size: 16px;
    line-height: 30px;
    color: #999;
    height: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 18px;
}

.news .list ul li a .con .tit1 {
    margin-top: 13px;
}

.news .list ul li a .con .tit1 .more {
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    color: #1f3785;
    padding-right: 28px;
    background-position: right 9px;
    background-repeat: no-repeat;
    background-image: url("../images/icon4.png");
    font-weight: 500;
    float: left;
}

.news .list ul li a .con .tit1 .more span {
    position: relative;
}

.news .list ul li a .con .tit1 .more span:after {
    width: 100%;
    height: 1px;
    background-color: #1f3785;
    position: absolute;
    left: 0;
    bottom: 0px;
    content: '';
}

.news .list ul li a .con .tit1 .time {
    display: inline-block;
    position: relative;
    font-size: 20px;
    line-height: 32px;
    color: rgba(51, 51, 51, 0.5);
    float: right;
}

.news .list ul li a .con .tit1 .time img {
    width: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
}

@media (min-width: 1024px) {
    .news .list ul li:hover {
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    }

    .news .list ul li:hover a .pic .img1 {
        transform: scale(1.2);
    }
}

@media (max-width: 1200px) {
    .news .list ul li a .con .tits {
        font-size: 17px;
        line-height: 19px;
        height: 19px;
    }

    .news .list ul li a .con .tit {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
        margin-top: 10px;
    }

    .news .list ul li a .con .tit1 .more {
        font-size: 14px;
    }

    .news .list ul li a .con .tit1 .time {
        font-size: 16px;
    }

    .news .list ul li a .pic {
        width: 255px;
    }

    .news .list ul li a .con {
        width: calc(100% - 285px);
    }

    .news .list ul li a .con .tit1 .time img {
        left: -20px;
    }
}

@media (max-width: 768px) {
    .news .list ul li {
        margin-bottom: 15px;
    }

    .news .list ul li a {
        padding: 15px;
    }

    .news .list ul li a .pic {
        width: 100%;
        float: none;
    }

    .news .list ul li a .con {
        width: 100%;
        float: none;
        padding-top: 10px;
    }

    .news .list ul li a .con .tits {
        font-size: 15px;
        height: 16px;
        line-height: 16px;
    }

    .news .list ul li a .con .tit {
        font-size: 13px;
        line-height: 20px;
        height: 40px;
    }

    .news .list ul li a .con .tit1 .more {
        background-size: 18px;
        padding-right: 22px;
        background-position: right 3px;
    }

    .news .list ul li a .con .tit1 .more span {
        font-size: 12px;
        line-height: 22px;
    }

    .news .list ul li a .con .tit1 .time {
        font-size: 14px;
        line-height: 22px;
    }

    .news .list ul li a .con .tit1 .time img {
        width: 30%;
        left: -10px;
    }
}

/*新闻详情*/
.newsInfo {
    background-color: #f7f9fa;
    padding-top: 3%;
    padding-bottom: 2.7%;
}

.newsInfo .w1440 {
    padding: 65px 50px 50px;
    box-sizing: border-box;
    background-color: #fff;
}

.newsInfo .w1440 .title {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 52px;
}

.newsInfo .w1440 .title img {
    width: 50px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-86%);
}

.newsInfo .w1440 .title .tits {
    padding-left: 45px;
    font-size: 28px;
    line-height: 32px;
    color: #333;
    font-weight: 500;
    background-position: left 7px;
    background-repeat: no-repeat;
    width: calc(100% - 200px);
    float: left;
    background-image: url("../images/return.png");
    position: relative;
    z-index: 10;
    box-sizing: border-box;
}

.newsInfo .w1440 .title .time {
    float: right;
    font-size: 32px;
    line-height: 32px;
    color: #333;
    opacity: 0.3;
    font-weight: 700;
}

.newsInfo .w1440 .con {
    font-size: 14px;
    line-height: 28px;
    color: #333;
    text-align: justify;
    margin-top: 22px;
}

.newsInfo .w1440 .con img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1366px) {
    .newsInfo .w1440 .title .tits {
        font-size: 22px;
    }

    .newsInfo .w1440 .title .time {
        font-size: 26px;
    }
}

@media (max-width: 1200px) {
    .newsInfo .w1440 .title .tits {
        font-size: 18px;
    }

    .newsInfo .w1440 .title .time {
        font-size: 20px;
    }

    .newsInfo .w1440 {
        padding: 40px 30px 30px;
    }

    .newsInfo .w1440 .title {
        padding-bottom: 20px;
    }

    .newsInfo .w1440 .title img {
        width: 32px;
        transform: translateY(-71%);
    }
}

@media (max-width: 768px) {
    .newsInfo .w1440 .title {
        padding-bottom: 7px;
    }

    .newsInfo .w1440 .title .tits {
        width: 100%;
        float: none;
        font-size: 15px;
        line-height: 24px;
        padding-left: 20px;
        background-size: 16px;
    }

    .newsInfo .w1440 .title .time {
        font-size: 13px;
        line-height: 20px;
        margin-top: 5px;
    }

    .newsInfo .w1440 {
        padding: 15px;
    }

    .newsInfo .w1440 .con {
        font-size: 13px;
        line-height: 26px;
        margin-top: 10px;
    }
}

/*资质证书*/
.certificate {
    padding-top: 5.2%;
    padding-bottom: 5.2%;
}

.certificate .content {
    margin-top: 5.2%;
}

.certificate .content .list {
    margin-top: 7%;
}

.certificate .content .list ul li {
    width: 31.25%;
    float: left;
    margin-right: 3.125%;
    margin-bottom: 65px;
}

.certificate .content .list ul li:nth-child(3n) {
    margin-right: 0;
}

.certificate .content .list ul li .pic {
    width: 100%;
    height: auto;
    padding-bottom: 111.1%;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    position: relative;
}

.certificate .content .list ul li .pic img {
    max-width: 90%;
    position: absolute;
    max-height: 90%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.certificate .content .list ul li .tits {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
    color: #333;
    font-weight: 500;
    margin-top: 38px;
}

@media (max-width: 1366px) {
    .certificate .content .list ul li .tits {
        font-size: 20px;
        line-height: 24px;
        margin-top: 25px;
    }
}

@media (max-width: 1200px) {
    .certificate .content .list ul li .tits {
        font-size: 18px;
        line-height: 22px;
        margin-top: 20px;
    }

    .certificate .content .list ul li {
        margin-bottom: 35px;
    }
}

@media (max-width: 768px) {
    .certificate .content .list ul li {
        margin-bottom: 20px;
        width: 48.5%;
        margin-right: 3%;
    }

    .certificate .content .list ul li:nth-child(3n) {
        margin-right: 3%;
    }

    .certificate .content .list ul li:nth-child(2n) {
        margin-right: 0;
    }

    .certificate .content .list ul li .tits {
        font-size: 14px;
        line-height: 20px;
        margin-top: 10px;
    }

    .certificate .content {
        margin-top: 0;
    }
}

/*关于我们*/
.about .box1 {
    padding-bottom: 14.6%;
    padding-top: 9%;
    position: relative;
}

.about .box1 .w1440 {
    position: relative;
    z-index: 10;
}

.about .box1 .bg {
    width: 100%;
    position: absolute;
    bottom: 7%;
    left: 0;
}

.about .box1 .boxLeft {
    width: 52.1%;
    float: left;
    padding-top: 10px;
}

.about .box1 .boxLeft .con {
    margin-top: 8.7%;
}

.about .box1 .boxLeft .con .txt {
    font-size: 16px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #333;
    text-align: justify;
    font-weight: 500;
    overflow: hidden;
}

.about .box1 .boxLeft .con .txt p {
    text-indent: 2em;
}

.about .box1 .boxLeft .con .txt span {
    font-size: 24px;
    margin-right: 10px;
}

.about .box1 .boxLeft .con .num {
    margin-top: 6.9%;
}

.about .box1 .boxLeft .con .num .item {
    float: left;
    margin-right: 13.3%;
    color: #333;
}

.about .box1 .boxLeft .con .num .item .t {
    font-size: 46px;
    line-height: 48px;
    font-weight: 900;
}

.about .box1 .boxLeft .con .num .item .t1 {
    font-size: 16px;
    line-height: 18px;
    margin-top: 15px;
}

.about .box1 .boxLeft .con .num .item:last-child {
    margin-right: 0;
}

.about .box1 .pic {
    width: 40.3%;
    float: right;
    margin-right: 1.25%;
    position: relative;
}

.about .box1 .pic img {
    position: relative;
    z-index: 5;
}

/* .about .box1 .pic:after {
    width: 24.8%;
    height: 31.1%;
    background-color: #1f3785;
    content: '';
    position: absolute;
    top: -6%;
    right: -4%;
}

.about .box1 .pic:before {
    width: 18.6%;
    height: 31.1%;
    position: absolute;
    content: '';
    background-color: #d82734;
    left: 5.6%;
    bottom: -3.8%;
} */

.about .box2 {
    position: relative;
    width: 100%;
}

.about .box2 .k {
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    position: absolute;
    left: 50px;
    top: 50px;
    box-sizing: border-box;
    border: 1px solid #fff;
    opacity: 0.1;
}

.about .box2 .img {
    width: 27.9%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.about .box2 .con {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.about .box2 .con .indexTop {
    text-align: center;
}

.about .box2 .con .indexTop .indexTitle {
    display: inline-block;
    color: #fff;
    float: none;
}

.about .box2 .con .txt {
    width: 86.5%;
    margin: 4.7% auto 0;
    font-size: 20px;
    line-height: 48px;
    color: #fff;
    text-align: center;
}

.about .box3 {
    padding-top: 6.25%;
    padding-bottom: 8.4%;
}

.about .box3 .indexTop {
    text-align: center;
}

.about .box3 .indexTop .indexTitle {
    display: inline-block;
    float: none;
}

.about .box3 .list {
    margin-top: 5.6%;
}

.about .box3 .list .item {
    width: 33.33333%;
    float: left;
    position: relative;
}

.about .box3 .list .item .img {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.about .box3 .list .item .txt {
    font-size: 24px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 500;
}

.about .box4 {
    padding-top: 5.8%;
    padding-bottom: 6.5%;
}

.about .box4 .indexTop .but1 {
    width: 200px;
    height: 56px;
    float: right;
    box-sizing: border-box;
    border: 1px solid #1f3785;
    text-align: center;
    font-size: 0;
    display: block;
}

.about .box4 .indexTop .but1 span {
    font-size: 16px;
    line-height: 54px;
    color: #1f3785;
    display: inline-block;
    padding-right: 22px;
    background-position: right center;
    background-repeat: no-repeat;
    background-image: url("../images/icon5.png");
}

@media (min-width: 1024px) {
    .about .box4 .indexTop .but1:hover {
        background-color: #1f3785;
    }

    .about .box4 .indexTop .but1:hover span {
        color: #fff;
        background-image: url("../images/icon5_h.png");
    }
}

.about .box4 .con {
    font-size: 16px;
    line-height: 32px;
    color: #000;
    font-weight: 500;
    text-align: justify;
    margin-top: 4%;
}

.about .box4 .item {
    width: 100%;
    position: relative;
    margin-top: 3.1%;
}

.about .box4 .item .conNew {
    width: 300px;
    height: auto;
    padding: 14px 0 14px 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #1f3785;
    box-sizing: border-box;
    background-image: url("../images/img.png");
    background-size: 28%;
    background-position: 90% bottom;
    background-repeat: no-repeat;
}

.about .box4 .item .conNew .t {
    font-size: 18px;
    line-height: 36px;
    color: #fff;
    text-transform: uppercase;
}

.about .box5 {
    padding-top: 12.6%;
    padding-bottom: 15.1%;
}

.about .box5 .indexTop .indexTitle {
    color: #fff;
}

.about .box5 .list {
    margin-top: 9%;
}

.about .box5 .list .item {
    width: 31.9%;
    float: left;
    margin-right: 2.15%;
    background-color: rgba(255, 255, 255, 0.05);
}

.about .box5 .list .item:last-child {
    margin-right: 0;
}

.about .box5 .list .item .t {
    text-align: center;
    font-size: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.about .box5 .list .item .t span {
    font-size: 30px;
    line-height: 120px;
    color: #fff;
    padding-left: 57px;
    background-position: left center;
    background-repeat: no-repeat;
}

.about .box5 .list .item .t1 {
    text-align: center;
    font-size: 24px;
    line-height: 126px;
    color: #fff;
}

@media (max-width: 1366px) {
    .about .box1 .boxLeft .con .num .item .t {
        font-size: 34px;
        line-height: 36px;
    }

    .about .box1 .boxLeft .con {
        margin-top: 3%;
    }

    .about .box1 .boxLeft .con .txt {
        font-size: 15px;
        line-height: 28px;
    }

    .about .box2 .con .txt {
        font-size: 18px;
        line-height: 40px;
    }

    .about .box3 .list .item .txt {
        font-size: 20px;
        line-height: 36px;
    }

    .about .box4 .indexTop .but1 {
        width: 160px;
        height: 46px;
    }

    .about .box4 .indexTop .but1 span {
        line-height: 44px;
    }

    .about .box4 .con {
        font-size: 15px;
        line-height: 28px;
    }

    .about .box5 .list .item .t span {
        font-size: 22px;
        line-height: 100px;
        display: inline-block;
        background-size: 42px;
    }

    .about .box5 .list .item .t1 {
        font-size: 20px;
        line-height: 110px;
    }
}

@media (max-width: 1200px) {
    .about .box1 .boxLeft .con .txt {
        font-size: 14px;
        line-height: 24px;
    }

    .about .box1 .boxLeft .con .num .item .t {
        font-size: 26px;
        line-height: 28px;
    }

    .about .box1 .boxLeft .con .num .item .t1 {
        font-size: 14px;
        line-height: 16px;
        margin-top: 5px;
    }

    .about .box2 .con .txt {
        font-size: 16px;
        line-height: 32px;
    }

    .about .box3 .list .item .txt {
        font-size: 16px;
        line-height: 28px;
    }

    .about .box4 .indexTop .but1 {
        width: 120px;
        height: 34px;
    }

    .about .box4 .indexTop .but1 span {
        line-height: 32px;
        font-size: 14px;
        padding-right: 15px;
        background-size: 7px;
    }

    .about .box4 .con {
        font-size: 15px;
        line-height: 28px;
    }

    .about .box5 .list .item .t span {
        font-size: 18px;
        line-height: 80px;
        display: inline-block;
        background-size: 32px;
        padding-left: 36px;
    }

    .about .box5 .list .item .t1 {
        font-size: 18px;
        line-height: 90px;
    }
}

@media (max-width: 1024px) {
    .about .box2 .k {
        width: calc(100% - 40px);
        height: calc(100% - 40px);
        top: 20px;
        left: 20px;
    }

    .about .box2 .con .txt {
        margin: 3% auto 0;
    }

    .about .box5 .list .item .t span {
        font-size: 18px;
        line-height: 80px;
        display: inline-block;
        background-size: 32px;
        padding-left: 36px;
    }

    .about .box5 .list .item .t1 {
        font-size: 14px;
        line-height: 90px;
    }
}

@media (max-width: 768px) {
    .about .box1 {
        padding-bottom: 7%;
        padding-top: 4%;
    }

    .about .box1 .boxLeft {
        width: 100%;
    }

    .about .box1 .boxLeft .con .txt {
        font-size: 13px;
        line-height: 24px;
        font-weight: 400;
        height: auto;
    }

    .about .box1 .boxLeft .con .num {
        margin-top: 10px;
    }

    .about .box1 .boxLeft .con .num .item {
        margin-right: 10%;
    }

    .about .box1 .boxLeft .con .num .item .t {
        font-size: 18px;
        line-height: 20px;
    }

    .about .box1 .boxLeft .con .num .item .t1 {
        font-size: 13px;
        line-height: 14px;
    }

    .about .box1 .pic {
        display: none;
    }

    .about .box2 {
        overflow: hidden;
    }

    .about .box2 > img {
        width: 140%;
        margin-left: -20%;
    }

    .about .box2 .k {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
        top: 10px;
        left: 10px;
    }

    .about .box2 .con .txt {
        width: 96%;
        font-size: 13px;
        line-height: 22px;
        font-weight: 300;
    }

    .about .box3 .list .item {
        width: 100%;
        padding-bottom: 40%;
        overflow: hidden;
    }

    .about .box3 .list .item img {
        position: absolute;
        top: 50%;
        left: 0;
        transform: translateY(-50%);
    }

    .about .box3 .list .item .img {
        width: 64%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .about .box3 .list .item .txt {
        font-size: 14px;
        line-height: 24px;
    }

    .about .box4 .indexTop .but1 {
        width: 95px;
        height: 28px;
    }

    .about .box4 .indexTop .but1 span {
        font-size: 12px;
        line-height: 26px;
        background-size: 6px;
        padding-right: 10px;
    }

    .about .box4 .con {
        font-size: 13px;
        line-height: 24px;
    }

    .about .box4 .item .conNew {
        width: 120px;
        height: auto;
        padding-left: 15px;
    }

    .about .box4 .item .conNew .t {
        font-size: 12px;
        line-height: 20px;
    }

    .about .box5 .list .item {
        width: 100%;
        margin-bottom: 10px;
        float: none;
        margin-right: 0;
    }

    .about .box5 .list .item .t span {
        font-size: 14px;
        line-height: 50px;
        background-size: 26px;
    }

    .about .box5 .list .item .t1 {
        font-size: 14px;
        line-height: 60px;
    }
}

.banner {
    overflow: hidden;
}

@media (max-width: 1024px) {
    .banner {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .banner img {
        width: 150%;
        margin-left: -17%;
    }

    .banner.banner1 img {
        margin-left: -25%;
    }
}

.videoTk {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7) !important;
    z-index: 100;
    display: none;
}

.videoTk .video {
    width: 1200px;
    height: 600px;
    position: absolute;
    background-color: #000;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.videoTk .video video {
    width: 100%;
    height: 100%;
}

.videoTk .video .close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -20px;
    right: -20px;
    background-position: center;
    background-color: #fff;
    background-size: 20px;
    border-radius: 100%;
    background-image: url("../images/close.png");
    background-repeat: no-repeat;
    cursor: pointer;
}

@media (max-width: 1366px) {
    .videoTk .video {
        width: 1000px;
        height: 460px;
    }
}

@media (max-width: 1250px) {
    .videoTk .video {
        width: 800px;
        height: 400px;
    }
}

@media (max-width: 1024px) {
    .guanzhu {
        display: none !important;
    }

    .videoTk .video {
        width: 100%;
        height: 400px;
    }

    .videoTk .video .close {
        width: 30px;
        height: 30px;
        bottom: -40px;
        left: 50%;
        margin-left: -15px;
        top: auto;
        right: auto;
        background-size: 12px;
    }
}

/*# sourceMappingURL=style.css.map */
