﻿@charset "UTF-8";
.label1 {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.label1 .label2 {
    display: inline-block;
}

.main-wrap {
    width: 1200px;
    margin: 0 auto;
}

* {
    text-align: justify;
}

.header {
    width: 100%;
    height: 76px;
    /*background: #014181;*/
    /*min-width: 1424px;*/
    min-width: 1200px;
}

.header .logo {
    width: 275px;
    height: 100%;
    float: left;
    display: table;
    background: #014181;
}

.header .logo a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.header .logo img{
    max-width: 250px;
}

.header .login {
    width: 60px;
    height: 100%;
    float: right;
    background-color: #014181;
    border-left: 1px solid #336299;
    background-image: url(../img/index/icon2_05.png);
    background-size: 31px 31px;
    background-repeat: no-repeat;
    background-position: center center;
}

.header .login a {
    display: block;
    width: 100%;
    height: 100%;
}

.header .search {
    width: 30px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: width;
    -webkit-transition-property: width;
    -ms-transition-property: width;
    -o-transition-property: width;
    height: 76px;
    float: right;
    position: relative;
    background: #014181;
    padding: 0 15px;
    /*width: 90px;*/
}

.header .search input[type=submit] {
    width: 30px;
    height: 80px;
    float: left;
    border-width: 0;
    background: none;
    background-image: url(../img/index/icon1_03.png);
    background-size: 30px 32px;
    background-repeat: no-repeat;
    background-position: center center;
}

.header .search input[type=text] {
    width: 0;
    height: 30px;
    /*margin-top: 24px;*/
    position: absolute;
    top: 76px;
    right: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: width padding margin;
    -webkit-transition-property: width padding margin;
    -ms-transition-property: width padding margin;
    -o-transition-property: width padding margin;
    background: none;
    border: 1px solid #fff;
    font-size: 16px;
    line-height: 30px;
    background: #fff;
    color: #333;
    padding: 0;
    float: left;
    border-width: 0;
    margin-right: 0px;
    z-index: 101;
}

/*.header .search.on {
    width: 180px;
}*/

.header .search.on input[type=text] {
    width: 150px;
    padding: 0 10px;
    border-width: 1px;
    /*margin-right: 10px;*/
}

.header .header-nav {
    /*width: calc(100vw - 350px - 91px - 90px - 30px - 180px);*/
    width: calc(100vw - 600px);
    float: left;
    height: 100%;
    /*margin-right: 150px;*/
    background: #fff;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: width;
    -webkit-transition-property: width;
    -ms-transition-property: width;
    -o-transition-property: width;
}

.header .header-nav ul{
    margin: 0 auto;
    width: 930px;
}

.header .header-nav .nav-list {
    width: 132px;
    float: left;
    height: 100%;
    background: #fff;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: width;
    -webkit-transition-property: width;
    -ms-transition-property: width;
    -o-transition-property: width;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

@media screen and (max-width: 1600px){
    .header .header-nav .nav-list{
        width: 100px;
    }
    .header .header-nav ul{
        width: 700px;
    }
}
@media screen and (max-width: 1350px){
    .header .header-nav .nav-list{
        width: 80px;
    }
    .header .header-nav ul{
        width: 560px;
    }
}
.header .header-nav .nav-list a {
    font-size: 16px;
    line-height: 76px;
    color: #333333;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.header .header-nav .nav-list:hover,
.header .header-nav .nav-list.on {
    background: #014181;
}

.header .header-nav .nav-list:hover a,
.header .header-nav .nav-list.on a {
    /*color: #014181;*/
    color: #fff;
}

.header .header-nav ul {
    /*width: 875px;*/
    /*margin: 0 auto;*/
    /*display: block;*/
}

.header .header-nav.on {
    width: calc(100vw - 350px - 91px - 90px - 20px - 150px);
}

.header .header-nav.on .nav-list {
    width: 80px;
}

.header .header-nav.on ul {
    width: 560px;
}

.footer {
    width: 100%;
    height: 580px;
    /*min-width: 1424px;*/
    min-width: 1200px;
    background-image: url(../img/index/pic9_02.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

.footer .top {
    width: 100%;
    height: 290px;
    padding: 140px 0 80px;
    background: url(../img/index/icon6_03.png);
}

.footer .top .left {
    width: 830px;
    float: left;
}

.footer .top .left li {
    float: left;
    margin-right: 95px;
    height: 100%;
}

.footer .top .left li a {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.footer .top .left li a:hover {
    color: #fff;
}

.footer .top .left li .tit {
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
}

.footer .top .left li span {
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    margin-top: 5px;
    margin-bottom: 20px;
}

.footer .top .right {
    float: left;
    width: 250px;
    padding-left: 100px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.footer .top .right .tit {
    font-size: 16px;
    line-height: 36px;
    color: #ffffff;
}

.footer .top .right span {
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    margin-top: 5px;
    margin-bottom: 20px;
}

.footer .top .right .tel {
    padding-left: 40px;
    width: 210px;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    background-image: url(../img/index/icon7_09.png);
    background-size: 23px 24px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 30px;
}

.footer .top .right .mail {
    padding-left: 40px;
    width: 210px;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    background-image: url(../img/index/icon7_06.png);
    background-size: 23px 19px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 30px;
}

.footer .top .right .add {
    padding-left: 40px;
    width: 210px;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff;
    background-image: url(../img/index/icon7_08.png);
    background-size: 23px 26px;
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 30px;
}

.footer .bot {
    width: 100%;
    height: 70px;
    background: url(../img/index/icon7_03.png);
}

.footer .bot .name {
    float: right;
    font-size: 14px;
    line-height: 70px;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}
.footer .bot .link{
    width: 310px;
    height: 30px;
    float: left;
    background: #e2e2e0;
    position: relative;
    border-radius: 5px;
    margin-top: 20px;
}
.footer .bot .link span{
    display: block;
    width: 290px;
    padding: 0 10px;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
}
.footer .bot .link ul{
    position: absolute;
    left: 0;
    bottom: 30px;
    background: #e2e2e0;
    width: 308px;
    border:1px solid #ccc;
    border-bottom-width: 0;
    border-radius: 5px;
    display: none;
}
.footer .bot .link ul li{
    border-bottom:1px solid #ccc;
    height: 30px;
    width: 290px;
    padding: 0 9px;
    font-size: 16px;
    color: #999;
    line-height: 30px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}
.footer .bot .link ul li a{
    display: block;
    color: #999;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}
.footer .bot .link ul li:hover a{
    color: #014181;
}
/*.footer .bot a {
    float: right;
    font-size: 14px;
    line-height: 70px;
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}*/

.footer .bot a:hover{
    color: #fff;
}
.footer .bot .weixin {
    width: 25px;
    height: 20px;
    display: block;
    float: right;
    margin-top: 25px;
    margin-left: 20px;
    background-image: url(../img/index/icon8_05.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.footer .bot .weixin {
    width: 18px;
    height: 22px;
    display: block;
    float: right;
    margin-top: 24px;
    margin-left: 20px;
    background-image: url(../img/index/icon8_03.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.index-wrap {
    width: 100%;
    /*min-width: 1424px;*/
    min-width: 1200px;
    overflow: hidden;
}

.index-wrap .banner {
    width: 100%;
    height: calc(100vw * 755 / 1920);
    position: relative;
    overflow: hidden;
}

.index-wrap .banner ul.on {
    position: relative;
    left: 0;
    height: 100%;
}

.index-wrap .banner li {
    width: 100vw;
    height: 100%;
    position: relative;
    float: left;
    background-size: 100% 100%;
}

.index-wrap .banner li .img {
    width: 100%;
    height: 100%;
}

.index-wrap .banner li .img img {
    width: 100%;
    height: 100%;
}

.index-wrap .banner li .font {
    width: 100%;
    height: 100%;
    display: table;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.index-wrap .banner li .font .label2 {
    margin-top: -150px;
}

.index-wrap .banner li .font .t1 {
    font-size: 40px;
    line-height: 40px;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

.index-wrap .banner li .font .c1 {
    font-size: 20px;
    line-height: 20px;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
}

.index-wrap .banner .btns {
    position: absolute;
    z-index: 1;
    bottom: 50px;
}

.index-wrap .banner .btns span {
    width: 10px;
    height: 10px;
    float: left;
    border-radius: 5px;
    background: #fff;
    opacity: 0.5;
    -webkit-opacity: 0.5;
    filter: alpha(opacity=50);
    margin: 0 10px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: opacity filter width;
    -webkit-transition-property: opacity filter width;
    -ms-transition-property: opacity filter width;
    -o-transition-property: opacity filter width;
}

.index-wrap .banner .btns span.cur {
    width: 50px;
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}

.index-wrap .about-main {
    width: 100%;
    height: 410px;
    background: #f0f0f0;
    padding: 100px 0;
    overflow: hidden;
}

.index-wrap .about-main .left {
    width: 50%;
    height: 410px;
    float: left;
    background: #000;
    position: relative;
}

.index-wrap .about-main .left div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    /* background-image: url(../img/pro/iconn_03.jpg); */
    background-image: url(../img/index/pic11_03.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

.index-wrap .about-main .left div img {
    width: 100%;
    height: 100%;
}

.index-wrap .about-main .left .img {
    width: 100%;
    height: 100%;
    background-image: url(../img/index/pic11_03.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

.index-wrap .about-main .right {
    width: 500px;
    padding: 30px 50px;
    height: 350px;
    float: left;
    background: #fff;
}

.index-wrap .about-main .right .t1 {
    font-size: 26px;
    line-height: 26px;
    color: #444444;
    font-weight: bold;
}

.index-wrap .about-main .right .s {
    width: 35px;
    height: 2px;
    background: #cdcdcd;
    display: block;
    margin-top: 20px;
}

.index-wrap .about-main .right .c1 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 25px;
}

.index-wrap .about-main .right ul {
    margin-top: 30px;
}

.index-wrap .about-main .right li {
    width: 160px;
    float: left;
}

.index-wrap .about-main .right li p {
    font-size: 45px;
    line-height: 60px;
    color: #444444;
    text-align: center;
    font-weight: bold;
}

.index-wrap .about-main .right li em {
    width: 100%;
    font-style: normal;
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
}

.index-wrap .about-main .right a {
    width: 150px;
    height: 40px;
    border: 1px solid #003b7f;
    background: #003b7f;
    display: block;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    margin-top: 25px;
    color: rgba(255, 255, 255, 0.8);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background color;
    -webkit-transition-property: background color;
    -ms-transition-property: background color;
    -o-transition-property: background color;
}

.index-wrap .about-main .right a:hover {
    background: #fff;
    color: #003b7f;
}

.index-wrap .solu-main {
    width: 100%;
    height: 800px;
    padding-top: 50px;
}

.index-wrap .solu-main .t1 {
    font-size: 26px;
    line-height: 26px;
    color: #444444;
    font-weight: bold;
    text-align: center;
}

.index-wrap .solu-main .line {
    width: 35px;
    height: 2px;
    margin: 0 auto;
    margin-top: 10px;
    background: #cdcdcd;
}

.index-wrap .solu-main .c1 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-align: center;
    margin-top: 10px;
}

.index-wrap .solu-main .con {
    height: 645px;
    margin-top: 30px;
    background-size: 1920px 645px;
    background-position: calc(50vw - 960px) 0;
    background-repeat: no-repeat;
    transition-duration: 0.5s;
    position: relative;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.index-wrap .solu-main .con .main-wrap .a1{
    display: block;
    width: 100%;
    width: calc(100vw - 16px);
    height: 100%;
    position: absolute;
    left: 0;
    left: calc(600px - 50vw);
    top: 0;
    z-index: 1;
}

.index-wrap .solu-main .con .main-wrap {
    height: 100%;
    position: relative;
}

.index-wrap .solu-main .con .d1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: table;
    z-index: 0;
}

.index-wrap .solu-main .con .d1 .label1 {
    text-align: right;
}

.index-wrap .solu-main .con .d1 .d2 {
    background: url(../img/index/icon10_03.png);
    padding: 40px;
    width: auto;
    float: right;
}

.index-wrap .solu-main .con .d1 .d2 p {
    font-size: 26px;
    line-height: 36px;
    color: #ffffff;
    float: right;
}

.index-wrap .solu-main .con .d1 .d2 a {
    display: block;
    float: right;
    width: 100%;
    margin-top: 15px;
    height: 13px;
    background-image: url(../img/index/icon9_07.png);
    background-size: 46px 13px;
    background-repeat: no-repeat;
    background-position: right center;
}

.index-wrap .solu-main .con ul {
    width: 100%;
    height: 130px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    text-align: center;
}

.index-wrap .solu-main .con ul li {
    width: 238px;
    height: 100%;
    margin: 0 1px;
    background: #014181;
    padding: 0;
    position: relative;
    overflow: hidden;
    display:inline-block;
    vertical-align: top;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: padding width;
    -webkit-transition-property: padding width;
    -ms-transition-property: padding width;
    -o-transition-property: padding width;
}

.index-wrap .solu-main .con ul li .img {
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-image: url(../img/index/pic3_04.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    position: relative;
}

.index-wrap .solu-main .con ul li .img p{
    width: 90%;
    padding: 0 5%;
    background: rgba(0,0,0,.5);
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
}

.index-wrap .solu-main .con ul li .img img {
    width: 100%;
    height: 100%;
    opacity: 1;
    -webkit-opacity: 1;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: opacity filter;
    -webkit-transition-property: opacity filter;
    -ms-transition-property: opacity filter;
    -o-transition-property: opacity filter;
    position: relative;
    z-index: 1;
}

.index-wrap .solu-main .con ul li.on .img .img1,.index-wrap .solu-main .con ul li:hover .img .img1{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

.index-wrap .solu-main .con ul li .font {
    width: 255px;
    height: 100%;
    display: table;
    position: absolute;
    top: 0px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: left opacity;
    -webkit-transition-property: left opacity;
    -ms-transition-property: left opacity;
    -o-transition-property: left opacity;
    opacity: 0;
    -webkit-opacity:0;
    filter:alpha(opacity=0);
    left: 318px;
    background: #0c3667;
    left: 0;
    z-index: 1;
    cursor: pointer;
}

.index-wrap .solu-main .con ul li .font p,.index-wrap .solu-main .con ul li:hover p {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

/*.index-wrap .solu-main .con ul li.on {
    padding: 5px;
    width: 548px;
    height: 140px;
}

.index-wrap .solu-main .con ul li.on .img {
    width: 280px;
    height: 100%;
}*/

.index-wrap .solu-main .con ul li.on .img .img1 {
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
}

.index-wrap .solu-main .con ul li.on .font ,.index-wrap .solu-main .con ul li:hover .font {
    /*left: 280px;*/
    opacity: 1;
    -webkit-opacity:1;
    filter:alpha(opacity=100);
}

.index-wrap .pro-main {
    width: 100%;
    height: 800px;
    padding-top: 50px;
}

.index-wrap .pro-main .tit {
    font-size: 26px;
    line-height: 26px;
    color: #444444;
    font-weight: bold;
    text-align: center;
}

.index-wrap .pro-main .line {
    width: 35px;
    height: 2px;
    margin: 0 auto;
    margin-top: 10px;
    background: #cdcdcd;
    margin-bottom: 40px;
}

.index-wrap .pro-main li {
    float: left;
    background-size: 100% 100%;
    background-position: left center;
    background-repeat: no-repeat;
    position: relative;
}

.index-wrap .pro-main li a{
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.index-wrap .pro-main li .d1 {
    margin-left: 40px;
}

.index-wrap .pro-main li .d1 .t1 {
    font-size: 22px;
    line-height: 32px;
    color: #333333;
}
.index-wrap .pro-main .l3 .d1 .t1{
    text-align: center;
}
.index-wrap .pro-main li .d1 .c1 {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    margin-top: 20px;
}

.index-wrap .pro-main li .d1 span {
    display: block;
    width: 60px;
    height: 17px;
    margin: 0 auto;
    margin-top: 20px;
    background-image: url(../img/index/icon11_03.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

.index-wrap .pro-main li.l1 {
    width: 600px;
    height: 325px;
    background-image: url(../img/index/pic5_03.jpg);
}

.index-wrap .pro-main li.l1 .d1 {
    padding-top: 75px;
    width: 280px;
}

.index-wrap .pro-main li.l2 {
    width: 600px;
    height: 325px;
    background-image: url(../img/index/pic6_03.jpg);
}

.index-wrap .pro-main li.l2 .d1 {
    padding-top: 40px;
    width: 400px;
}

.index-wrap .pro-main li.l3 {
    width: 300px;
    height: 325px;
    background-image: url(../img/index/pic6_06.jpg);
}

.index-wrap .pro-main li.l3 .d1 {
    padding-top: 235px;
    width: 260px;
}

.index-wrap .pro-main li.l3 .d1 a {
    margin: 0 auto;
    margin-top: 20px;
}

.index-wrap .pro-main li.l4 {
    width: 600px;
    height: 325px;
    background-image: url(../img/index/pic7_03.jpg);
}

.index-wrap .pro-main li.l4 .d1 {
    padding-top: 55px;
    width: 260px;
}

.index-wrap .pro-main li.l5 {
    width: 300px;
    height: 325px;
    background-image: url(../img/index/pic7_04.jpg);
}

.index-wrap .pro-main li.l5 .d1 {
    padding-top: 65px;
    width: 130px;
}

.index-wrap .more-main {
    width: 100%;
    height: 240px;
    padding: 60px 0;
    background: #f6f7fa;
}

.index-wrap .more-main li {
    width: 243px;
    background: #fdfdfd;
    height: 150px;
    float: left;
    margin: 15px;
    border: 1px solid #dddddd;
    padding: 60px 290px 30px 25px;
    background-position: right center;
    background-position: right 40px center;
    background-image: url(../img/index/pic8_03.jpg);
    background-size: 173px 168px;
    background-repeat: no-repeat;
}

.index-wrap .more-main li .t1 {
    font-size: 22px;
    line-height: 22px;
    color: #333333;
}

.index-wrap .more-main li .c1 {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    height: 72px;
    overflow: hidden;
    margin-top: 30px;
}

.index-wrap .more-main li a {
    display: block;
    margin-top: 20px;
    text-decoration: underline;
    font-size: 12px;
    line-height: 24px;
    color: #666666;
    font-family: Arial;
    width: 80px;
    text-align: center;
    text-transform: uppercase;
}

.pro-wrap {
    width: 100%;
    /*min-width: 1440px;*/
}

.pro-wrap .banner {
    width: 100%;
    height: 515px;
    height: calc(100vw * 515 / 1920);
    position: relative;
}

.pro-wrap .banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.pro-wrap .page-nav {
    width: 100%;
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #dddddd;
}

.pro-wrap .page-nav a {
    display: block;
    float: left;
    width: 133px;
    height: 100%;
    background: #fff;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color background;
    -webkit-transition-property: color background;
    -ms-transition-property: color background;
    -o-transition-property: color background;
    font-size: 16px;
    line-height: 80px;
    color: #666666;
    text-align: center;
}

.pro-wrap .page-nav span {
    width: 1px;
    height: 100%;
    float: left;
    display: block;
    background-image: url(../img/pro/pic4_03.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.pro-wrap .page-nav a:hover,
.pro-wrap .page-nav a.on {
    background: #134f97;
    color: #fff;
}

.pro-wrap .list1 {
    padding: 75px 0 100px;
    background: #f7f7f7;
}

.pro-wrap .list1 .top .left {
    width: 500px;
    height: 420px;
    float: left;
    display: table;
}

.pro-wrap .list1 .top .left img {
    max-width: 500px;
    max-height: 420px;
}

.pro-wrap .list1 .top .right {
    width: 600px;
    float: right;
    padding-top: 30px;
}

.pro-wrap .list1 .top .right .t1 {
    font-size: 28px;
    line-height: 28px;
    color: #333333;
    font-weight: bold;
}

.pro-wrap .list1 .top .right .c1 {
    margin-top: 35px;
    height: 104px;
    overflow: hidden;
}

.pro-wrap .list1 .top .right .c1 p {
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.pro-wrap .list1 .top .right a {
    display: block;
    margin-top: 30px;
    width: 165px;
    height: 40px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    background: #134f97;
    border: 1px solid #134f97;
    background-image: url(../img/pro/icon2_08.png);
    background-size: 16px 17px;
    background-repeat: no-repeat;
    background-position: left 30px center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background color;
    -webkit-transition-property: background color;
    -ms-transition-property: background color;
    -o-transition-property: background color;
    text-align: center;
}

.pro-wrap .list1 .top .right a:hover {
    background-color: #f7f7f7;
    background-image: url(../img/pro/icon3_08.png);
    color: #134f97;
}

.pro-wrap .list1 .top .right ul {
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #dddddd;
}

.pro-wrap .list1 .top .right ul li {
    width: 170px;
    height: 100px;
    float: left;
    margin-right: 20px;
    border: 5px solid #fff;
    background: #fff;
    display: table;
    text-align: center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: border-color;
    -webkit-transition-property: border-color;
    -ms-transition-property: border-color;
    -o-transition-property: border-color;
    cursor: pointer;
    border-radius: 10px;
}

.pro-wrap .list1 .top .right ul li img {
    max-height: 100px;
    max-width: 170px;
}

.pro-wrap .list1 .top .right ul li:hover,
.pro-wrap .list1 .top .right ul li.on {
    border-color: #c9c9c9;
}

.pro-wrap .list1 .mid {
    width: 100%;
    margin-top: 40px;
    height: 60px;
    background: #eaeaea;
}

.pro-wrap .list1 .mid li {
    width: 189px;
    height: 100%;
    float: left;
    margin-right: 1px;
    background: #b9b9b9;
    font-size: 16px;
    line-height: 60px;
    color: #f5f5f5;
    text-align: center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background color;
    -webkit-transition-property: background color;
    -ms-transition-property: background color;
    -o-transition-property: background color;
    position: relative;
    cursor: pointer;
}

.pro-wrap .list1 .mid li span {
    width: 100%;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: -6px;
    background-image: url(../img/pro/icon5_03.png);
    background-size: 13px 6px;
    background-repeat: no-repeat;
    background-position: center top;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.pro-wrap .list1 .mid li:hover,
.pro-wrap .list1 .mid li.on {
    background: #134f97;
    color: #fff;
}

.pro-wrap .list1 .mid li:hover span,
.pro-wrap .list1 .mid li.on span {
    background-image: url(../img/pro/icon4_03.png);
}

.pro-wrap .list1 .bot {
    margin-top: 40px;
}
.pro-wrap .list1 .bot table{
border-collapse: collapse;
    border-spacing: 0;
    color: #666;
    line-height: 23px;
    font-size: 14px;
    width: 100%;
}

.pro-wrap .list1 .bot table td{
    border: none;
    padding: 4px 12px!important;
    text-align: center;
    border:1px solid #666;
    box-sizing:border-box;
}

.pro-wrap .list1 .bot li {
    width: 540px;
    padding-left: 20px;
    margin-right: 40px;
    float: left;
    font-size: 14px;
    line-height: 34px;
    color: #666666;
    background-image: url(../img/pro/pic2_09.jpg);
    background-size: 5px 5px;
    background-repeat: no-repeat;
    background-position: left 5px center;
}

.pro-wrap .list1 .bot p {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    max-width: 100%;
}

.pro-wrap .list1 .bot img {
    max-width: 100%;
    /*display: block;*/
    /*margin: 20px auto;*/
}

.pro-wrap .list2 {
    width: 100%;
    padding: 70px 0 100px;
    background: #f7f7f7;
}

.pro-wrap .list2 .tit-t1 {
    font-size: 26px;
    line-height: 26px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.pro-wrap .list2 .tit-c1 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-align: center;
    margin-top: 20px;
}

.pro-wrap .list2 li {
    margin-top: 40px;
    padding: 25px;
    background: #fff;
    height: 320px;
    width: 1150px;
    position: relative;
    -webkit-animation: pro-li .5s ease-in-out;
    -moz-animation: pro-li .5s ease-in-out;
    -ms-animation: pro-li .5s ease-in-out;
    -o-animation: pro-li .5s ease-in-out;
    animation: pro-li .5s ease-in-out;
}

.pro-wrap .list2 li .left {
    width: 330px;
    height: 100%;
    float: left;
}

.pro-wrap .list2 li .left img {
    width: 100%;
    height: 100%;
}

.pro-wrap .list2 li .right {
    width: 650px;
    padding-left: 50px;
    float: left;
    height: 100%;
    border-left: 1px solid #dddddd;
}

.pro-wrap .list2 li .right .t1 {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    margin-bottom: 20px;
}

.pro-wrap .list2 li .right .c1 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}

.pro-wrap .list2 li .right .logo {
    margin-top: 30px;
}

.pro-wrap .list2 li .right .logo .logo-list {
    /*width: 80px;*/
    float: left;
    margin-right: 30px;
}

.pro-wrap .list2 li .right .logo .logo-list .img {
    /*width: auto;*/
    height: 70px;
    margin-left: 4px;
    /*border: 1px solid #dddddd;*/  
    box-shadow: 0px 0 0px rgba(0, 0, 0, 0.15);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: box-shadow;
    -webkit-transition-property: box-shadow;
    -ms-transition-property: box-shadow;
    -o-transition-property: box-shadow;
}

.pro-wrap .list2 li .right .logo .logo-list .img img {
    /*width: 100%;*/
    height: 100%;
}

.pro-wrap .list2 li .right .logo .logo-list .font {
    font-size: 12px;
    line-height: 22px;
    color: #999999;
    width: 100%;
    text-align: center;
    margin-top: 10px;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: opacity filter;
    -webkit-transition-property: opacity filter;
    -ms-transition-property: opacity filter;
    -o-transition-property: opacity filter;
}

.pro-wrap .list2 li .right .logo .logo-list:hover .img {
    box-shadow: 4px 0 6px rgba(0, 0, 0, 0.15);
}

.pro-wrap .list2 li .right .logo .logo-list:hover .font {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(opacity=100);
}

.pro-wrap .list2 li .right .btn {
    margin-top: 30px;
}

.pro-wrap .list2 li .right .btn a {
    display: block;
    float: left;
    margin-right: 36px;
    width: 138px;
    height: 40px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #ffffff;
    border: 1px solid #0a55a2;
    background: #0a55a2;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background color border;
    -webkit-transition-property: background color border;
    -ms-transition-property: background color border;
    -o-transition-property: background color border;
}

.pro-wrap .list2 li .right .btn a:hover {
    background: #fff;
    color: #0a55a2;
}

.pro-wrap .list2 li .right .btn .down {
    background: #fff;
    color: #666666;
    border-color: #cccccc;
}

.pro-wrap .list2 li .right .btn .down:hover {
    background: #0a55a2;
    color: #fff;
    border-color: #0a55a2;
}

.pro-wrap .list2 .video {
    width: 100%;
    height: 460px;
    margin-top: 40px;
    background: #000;
    position: relative;
}

.pro-wrap .list2 .video div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-image: url(../img/pro/pic6_03.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

.pro-wrap .list2 .video div img {
    width: 100%;
    height: 100%;
}

.about-wrap {
    width: 100%;
    /*min-width: 1440px;*/
    min-width: 1200px;
}

.about-wrap .banner {
    width: 100%;
    height: 515px;
    height: calc(100vw * 515 / 1920);
    position: relative;
}

.about-wrap .banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.about-wrap .page-nav {
    width: 100%;
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #dddddd;
}

.about-wrap .page-nav a {
    display: block;
    float: left;
    width: 239px;
    height: 100%;
    background: #fff;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color background;
    -webkit-transition-property: color background;
    -ms-transition-property: color background;
    -o-transition-property: color background;
    font-size: 16px;
    line-height: 80px;
    color: #666666;
    text-align: center;
}

.about-wrap .page-nav span {
    width: 1px;
    height: 100%;
    float: left;
    display: block;
    background-image: url(../img/pro/pic4_03.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.about-wrap .page-nav a:hover,
.about-wrap .page-nav a.on {
    background: #134f97;
    color: #fff;
}

.about-wrap .list1 {
    padding: 90px 0 50px;
    background: #f3f3f3;
}

.about-wrap .list1 .t1 {
    font-size: 26px;
    line-height: 34px;
    color: #333333;
    font-weight: bold;
}

.about-wrap .list1 .c1 {
    font-size: 14px;
    line-height: 34px;
    color: #666666;
    margin-top: 25px;
}

.about-wrap .list1 .c1 img {
    max-width: 100%;
    margin: 20px auto;
    display: block;
}

.about-wrap .list2 {
    width: 100%;
    height: 190px;
    background: url(../img/pro/pic8_10.jpg);
}

.about-wrap .list2 li {
    width: 300px;
    height: 100%;
    float: left;
}

.about-wrap .list2 li p {
    text-align: center;
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    font-weight: bold;
    padding-top: 60px;
}

.about-wrap .list2 li p font {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    display: block;
    margin-top: 15px;
    text-align: center;
}

.about-wrap .list3 {
    width: 100%;
    height: 460px;
    padding: 90px 0;
    background: #f3f3f3;
}

.about-wrap .list3 .video {
    width: 100%;
    height: 460px;
    background: #000;
    position: relative;
}

.about-wrap .list3 .video div {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-image: url(../img/pro/pic6_03.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

.about-wrap .list3 .video div img {
    width: 100%;
    height: 100%;
}

.about-wrap .list4 {
    padding: 60px 0 100px;
    background: #f7f7f7;
}

.about-wrap .list4 .t1 {
    font-size: 26px;
    line-height: 36px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.about-wrap .list4 .c1 {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    text-align: center;
    margin-top: 20px;
}

.about-wrap .list4 .con {
    margin-top: 30px;
}

.about-wrap .list4 .con li {
    width: 570px;
    margin: 15px;
    float: left;
    height: 470px;
    background: #fff;
}

.about-wrap .list4 .con li .img {
    width: 100%;
    height: 325px;
}

.about-wrap .list4 .con li .img img {
    width: 100%;
    height: 100%;
}

.about-wrap .list4 .con li .font {
    width: 100%;
    height: 145px;
    position: relative;
    display: table;
}

.about-wrap .list4 .con li .font .time {
    width: 94px;
    height: 94px;
    border-radius: 50%;
    display: none;
    position: absolute;
    left: 238px;
    top: -47px;
    background: #0f58a4;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background color;
    -webkit-transition-property: background color;
    -ms-transition-property: background color;
    -o-transition-property: background color;
}

.about-wrap .list4 .con li .font .time p {
    font-size: 35px;
    line-height: 45px;
    color: #fff;
    font-family: Arial;
    text-align: center;
    font-weight: bold;
    padding-top: 15px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.about-wrap .list4 .con li .font .time p font {
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    display: block;
    font-weight: normal;
}

.about-wrap .list4 .con li .font .label1 p {
    font-size: 16px;
    line-height: 26px;
    color: #444444;
    text-align: center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.about-wrap .list4 .con li:hover .font {

}

.about-wrap .list4 .con li:hover .font .time {

}

.about-wrap .list4 .con li:hover .font .time p {
 
}

.about-wrap .list4 .con li:hover .font .label1 p {

}

.about-wrap .list5 {
    width: 100%;
    padding: 75px 0 120px;
    background: #f7f7f7;
}

.about-wrap .list5 .tit-t1 {
    font-size: 26px;
    line-height: 36px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.about-wrap .list5 .tit-c1 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-align: center;
    margin-top: 15px;
}

.about-wrap .list5 .con {
    margin-top: 20px;
}

.about-wrap .list5 .con li {
    width: 580px;
    margin: 10px;
    background: #fff;
    float: left;
    height: 245px;
    position: relative;
    left: 50px;
    opacity: 0;
    -webkit-opacity:0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: left opacity;
    -webkit-transition-property: left opacity;
    -ms-transition-property: left opacity;
    -o-transition-property: left opacity;
}
.about-wrap .list5 .con li.cur{

    left: 0px;
    opacity: 1;
    -webkit-opacity:1;
}

.about-wrap .list5 .con li .left {
    width: 290px;
    height: 100%;
    overflow: hidden;
    float: left;
}

.about-wrap .list5 .con li .left img {
    width: 100%;
    height: 100%;
}

.about-wrap .list5 .con li .right {
    width: 240px;
    padding: 35px 25px;
    height: 175px;
    float: left;
}

.about-wrap .list5 .con li .right .t1 {
    font-size: 16px;
    line-height: 26px;
    color: #444444;
}

.about-wrap .list5 .con li .right .t2 {
    font-size: 12px;
    line-height: 22px;
    color: #999999;
    font-family: Arial;
    margin-top: 5px;
}

.about-wrap .list5 .con li .right .c1 {
    margin-top: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
}
.about-wrap .list5 .con li .right .a,
.about-wrap .list5 .con li .right a {
    display: inline-block;
    margin-top: 30px;
    font-size: 12px;
    line-height: 12px;
    color: #444444;
    text-transform: uppercase;
}

.about-wrap .list5 .con li .right span {
    display: block;
    width: 100%;
    height: 1px;
    background: #e6e6e6;
}

.about-wrap .list6 {
    width: 100%;
    padding: 75px 0 120px;
    background: #f7f7f7;
}

.about-wrap .list6 .tit-t1 {
    font-size: 26px;
    line-height: 36px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.about-wrap .list6 .tit-c1 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-align: center;
    margin-top: 15px;
}

.about-wrap .list6 .con {
    margin-top: 20px;
}

.about-wrap .list6 .con li {
    width: 340px;
    height: 290px;
    padding: 15px;
    margin: 15px;
    float: left;
    background: #fff;
    position: relative;
    left: 50px;
    opacity: 0;
    -webkit-opacity:0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: left opacity;
    -webkit-transition-property: left opacity;
    -ms-transition-property: left opacity;
    -o-transition-property: left opacity;
}

.about-wrap .list6 .con li.cur{
    left: 0px;
    opacity: 1;
    -webkit-opacity:1;
}

.about-wrap .list6 .con li .img {
    width: 100%;
    height: 255px;
    overflow: hidden;
}

.about-wrap .list6 .con li .img img {
    width: 100%;
    height: 100%;
}

.about-wrap .list6 .con li .font {
    width: 100%;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    color: #666666;
    text-align: center;
}

.solu-wrap {
    width: 100%;
    /*min-width: 1440px;*/
    min-width: 1200px;
}

.solu-wrap .banner {
    width: 100%;
    height: 515px;
    height: calc(100vw * 515 / 1920);
    position: relative;
}

.solu-wrap .banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.solu-wrap .page-nav {
    width: 100%;
    height: 80px;
    background: #fff;
    text-align: center;
    border-bottom: 1px solid #dddddd;
}
.solu-wrap .page-nav .main-wrap{
    text-align: center;
}
.solu-wrap .page-nav a {
    display: inline-block;
    vertical-align: top;
    width: 240px;
    height: 100%;
    background: #fff;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color background;
    -webkit-transition-property: color background;
    -ms-transition-property: color background;
    -o-transition-property: color background;
    font-size: 16px;
    line-height: 80px;
    color: #666666;
    text-align: center;
}

.solu-wrap .page-nav span {
    width: 1px;
    height: 100%;
    float: left;
    display: block;
    background-image: url(../img/pro/pic4_03.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.solu-wrap .page-nav a:hover,
.solu-wrap .page-nav a.on {
    background: #134f97;
    color: #fff;
}

.solu-wrap .list1 {
    width: 100%;
    padding: 100px 0 75px;
    background: #f7f7f7;
}

.solu-wrap .list1 .t1 {
    font-size: 28px;
    line-height: 38px;
    color: #515151;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.solu-wrap .list1 .t2 {
    font-size: 20px;
    line-height: 30px;
    color: #666666;
    text-align: center;
    letter-spacing: 10px;
    margin-top: 20px;
    position: relative;
}

.solu-wrap .list1 .t3 {
    margin-top: 80px;
    text-align: center;
    position: relative;
}

.solu-wrap .list1 .t4 {
    margin-top: 40px;
    text-align: center;
    font-size: 22px;
    line-height: 32px;
    color: #222222;
    position: relative;
}

.solu-wrap .list1 .c1 {
    margin-top: 30px;
    position: relative;
    font-size: 15px;
    line-height: 25px;
    color: #666666;
}

.solu-wrap .list1 .c1 p {
    text-align: center;
}

.solu-wrap .list2 {
    padding: 80px 0 50px;
    background-image: url(../img/solu/pic2_10.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

.solu-wrap .list2 .t1 {
    font-size: 28px;
    line-height: 38px;
    color: #f7f7f7;
    font-weight: bold;
    text-align: center;
}

.solu-wrap .list2 .c1 {
    font-size: 15px;
    line-height: 25px;
    color: #f7f7f7;
    text-align: center;
    margin-top: 25px;
    color: rgba(255, 255, 255, 0.8);
}

.solu-wrap .list2 .con {
    margin: 0 auto;
    margin-top: 65px;
    width: 1120px;
    padding: 0 40px;
    position: relative;
    border-bottom: 1px solid #c9c9c9;
    height: 85px;
}

.solu-wrap .list2 .con li {
    width: 120px;
    float: left;
    margin-left: 20px;
    position: relative;
}

.solu-wrap .list2 .con li p {
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 40px;
    color: #034b82;
    background: rgb(255, 255, 255, 1);
    background: #fff;
    background: rgba(255, 255, 255, 0.8);
}

.solu-wrap .list2 .con li span {
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
    background-image: url(../img/solu/icon5_03.png);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center top;
}

.solu-wrap .list2 .posi {
    margin-top: 85px;
    height: 15px;
    text-align: center;
}

.solu-wrap .list2 .posi img {
    width: 11px;
    height: 14px;
    position: relative;
}

.solu-wrap .list2:hover .posi img {
    animation: solu-posi 2s infinite;
}

.solu-wrap .list3 {
    padding: 65px 0 100px;
    background-image: url(../img/solu/pic3_07.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

.solu-wrap .list3 .tit-t1 {
    font-size: 28px;
    line-height: 38px;
    color: #515151;
    font-weight: bold;
    text-align: center;
}

.solu-wrap .list3 .tit-c1 {
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    text-align: center;
    margin-top: 25px;
}

.solu-wrap .list3 .con {
    margin-top: 55px;
}

.solu-wrap .list3 .con li {
    width: 200px;
    margin: 0 20px;
    height: 280px;
    padding: 30px;
    float: left;
    background: #fff;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.solu-wrap .list3 .con li .img {
    width: 170px;
    height: 170px;
    background: #fdfdfd;
    border-radius: 85px;
    margin-left: 15px;
    display: table;
}

.solu-wrap .list3 .con li .t1 {
    font-size: 18px;
    line-height: 28px;
    color: #555555;
    text-align: center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
    margin-top: 30px;
}

.solu-wrap .list3 .con li .c1 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    margin-top: 10px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color;
    -webkit-transition-property: color;
    -ms-transition-property: color;
    -o-transition-property: color;
}

.solu-wrap .list3 .con .l1 .img {
    background-image: url(../img/solu/icon3_03.png);
    background-size: 56px 55px;
    background-repeat: no-repeat;
    background-position: center center;
}

.solu-wrap .list3 .con .l4 .img {
    background-image: url(../img/solu/icon2_06.png);
    background-size: 51px 54px;
    background-repeat: no-repeat;
    background-position: center center;
}

.solu-wrap .list3 .con .l3 .img {
    background-image: url(../img/solu/icon2_09.png);
    background-size: 50px 51px;
    background-repeat: no-repeat;
    background-position: center center;
}

.solu-wrap .list3 .con .l2 .img {
    background-image: url(../img/solu/icon2_12.png);
    background-size: 67px 41px;
    background-repeat: no-repeat;
    background-position: center center;
}

.solu-wrap .list3 .con li:hover {
    background: #237ac6;
}

.solu-wrap .list3 .con li:hover .t1 {
    color: #fff;
}

.solu-wrap .list3 .con li:hover .c1 {
    color: #fff;
    color: rgba(255, 255, 255, 0.6);
}

.solu-wrap .list3 .con .l1:hover .img {
    background-image: url(../img/solu/icon2_03.png);
}

.solu-wrap .list3 .con .l4:hover .img {
    background-image: url(../img/solu/icon3_06.png);
}

.solu-wrap .list3 .con .l3:hover .img {
    background-image: url(../img/solu/icon3_09.png);
}

.solu-wrap .list3 .con .l2:hover .img {
    background-image: url(../img/solu/icon3_12.png);
}

.solu-wrap .list4 {
    padding: 65px 0 100px;
    background-image: url(../img/solu/pic4_02.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

.solu-wrap .list4 .tit-t1 {
    font-size: 28px;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
    text-align: center;
}

.solu-wrap .list4 .tit-c1 {
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    text-align: center;
    margin-top: 25px;
}

.solu-wrap .list4 .con {
    margin-top: 70px;
}

.solu-wrap .list4 .con li {
    width: 220px;
    height: 160px;
    float: left;
    margin: 0 10px;
    background: #3e7cc4;
    padding: 30px;
}

.solu-wrap .list4 .con li .t1 {
    font-size: 20px;
    line-height: 30px;
    color: #fff;
    text-align: center;
    padding-top: 25px;
}

.solu-wrap .list4 .con li span {
    display: block;
    width: 40px;
    height: 2px;
    background: #fff;
    margin: 0 auto;
    margin-top: 15px;
}

.solu-wrap .list4 .con li .c1 {
    margin-top: 15px;
    font-size: 15px;
    line-height: 25px;
    color: #fff;
    color: rgba(255, 255, 255, 0.7);
}

.solu-wrap .list5 {
    padding: 65px 0 100px;
    background: #fff;
}

.solu-wrap .list5 .tit-t1 {
    font-size: 28px;
    line-height: 38px;
    color: #515151;
    font-weight: bold;
    text-align: center;
}

.solu-wrap .list5 .tit-c1 {
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    text-align: center;
    margin-top: 25px;
}

.solu-wrap .list5 .con {
    margin-top: 85px;
}

.solu-wrap .list5 .con li {
    width: 264px;
    height: 400px;
    float: left;
    border-right: 1px dotted #b8b8b8;
    padding: 0 65px;
}

.solu-wrap .list5 .con li .img {
    width: 250px;
    height: 250px;
    border-radius: 125px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.solu-wrap .list5 .con li .img img {
    width: 100%;
    height: 100%;
}

.solu-wrap .list5 .con li .img .icon {
    width: 100%;
    height: 100%;
    border-radius: 125px;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    /*background: rgb(26, 178, 110);
    background: rgba(26, 178, 110, 0.75);*/
    /*background-image: url(../img/solu/icon6_03.png);*/
    background-size: 75px 65px;
    background-repeat: no-repeat;
    background-position: center center;
    filter: alpha(opacity=75);
    opacity: 0.75;
    -webkit-opacity:0.75;
}

.solu-wrap .list5 .con li .img .icon div{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 0;
}
.solu-wrap .list5 .con li .t1 {
    margin-top: 15px;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    color: #666666;
}

.solu-wrap .list5 .con li .c1 {
    margin-top: 20px;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    text-align: center;
}

.solu-wrap .list6 {
    width: 100%;
    height: 565px;
    background-image: url(../img/solu/pic8_02.jpg);
    background-size: 1920px 565px;
    background-repeat: no-repeat;
    background-position: left center;
}

.solu-wrap .list6 .main-wrap {
    height: 100%;
}

.solu-wrap .list6 .con {
    width: 100%;
    height: 435px;
    background-image: url(../img/solu/icon7_02.png);
    background-size: 1040px 565px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-top: 130px;
}

.solu-wrap .list6 .con .t1 {
    font-size: 28px;
    line-height: 38px;
    color: #fff;
    font-weight: bold;
}

.solu-wrap .list6 .con span {
    display: block;
    width: 240px;
    height: 2px;
    background: #fff;
    margin-top: 25px;
}

.solu-wrap .list6 .con .c1 {
    margin-top: 60px;
    width: 550px;
}

.solu-wrap .list6 .con .c1 li {
    width: 138px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    height: 33px;
    text-align: center;
    font-size: 14px;
    line-height: 33px;
    color: #fff;
    color: rgba(255, 255, 255, 0.65);
    float: left;
    margin-right: 35px;
    margin-bottom: 20px;
}

.solu-wrap .list6 .con .c1 li p {
    text-align: center;
}

.solu-wrap .list7 {
    padding: 100px 0 80px;
    background: #f7f7f7;
}

.solu-wrap .list7 .t1 {
    font-size: 28px;
    line-height: 38px;
    color: #515151;
    text-align: center;
}

.solu-wrap .list7 .c1 {
    text-align: center;
    margin-top: 60px;
}

.solu-wrap .list7 .btn {
    width: 540px;
    margin: 0 auto;
    margin-top: 70px;
}

.solu-wrap .list7 .btn a {
    width: 208px;
    height: 48px;
    border: 1px solid #3c77b4;
    display: block;
    float: left;
    background: #3c77b4;
    margin: 0 25px;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background color;
    -webkit-transition-property: background color;
    -ms-transition-property: background color;
    -o-transition-property: background color;
}

.solu-wrap .list7 .btn a:hover {
    background: #f7f7f7;
    color: #3c77b4;
}

.solu-wrap .list7 .btn a.return {
    background: #f7f7f7;
    border: 1px solid #adadad;
    font-size: 16px;
    line-height: 48px;
    color: #adadad;
}

.solu-wrap .list7 .btn a.return:hover {
    background: #adadad;
    color: #fff;
}

.solu-wrap .list8 {
    padding: 100px 0 80px;
    background: #f7f7f7;
}

.solu-wrap .list8 .t1 {
    font-size: 28px;
    line-height: 38px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.solu-wrap .list8 .t2 {
    font-size: 16px;
    line-height: 16px;
    color: #777777;
    letter-spacing: 10px;
    text-align: center;
    margin-top: 10px;
}

.solu-wrap .list8 .c1 {
    margin-top: 40px;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
}

.solu-wrap .list8 .c1 p {
    text-align: center;
}

.solu-wrap .list8 .c1 img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
}

.solu-wrap .list9 {
    padding: 65px 0 100px;
    background-image: url(../img/solu/pic10_03.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

.solu-wrap .list9 .tit {
    font-size: 28px;
    line-height: 38px;
    color: #fdfdfd;
    text-align: center;
    font-weight: bold;
}

.solu-wrap .list9 .con {
    margin-top: 40px;
}

.solu-wrap .list9 .con li {
    width: 240px;
    height: 210px;
    padding: 20px;
    margin: 0 10px;
    background: #3e7cc4;
    float: left;
    border-radius: 5px;
}

.solu-wrap .list9 .con li .t1 {
    font-size: 70px;
    line-height: 70px;
    color: #f7f7f7;
    text-align: center;
    padding-top: 10px;
}

.solu-wrap .list9 .con li .c1 {
    margin-top: 25px;
    font-size: 15px;
    line-height: 25px;
    color: #f7f7f7;
}

.solu-wrap .list10 {
    padding: 65px 0 100px;
    background: #f7f7f7;
}

.solu-wrap .list10 .t1 {
    font-size: 28px;
    line-height: 38px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.solu-wrap .list10 .con {
    margin: 0 auto;
    margin-top: 50px;
    width: 950px;
}

.solu-wrap .list10 .con li {
    background: #286eb8;
    border-radius: 5px;
    float: left;
    margin: 10px 5px;
    padding: 0 30px;
    height: 40px;
}

.solu-wrap .list10 .con li p {
    padding-left: 20px;
    font-size: 16px;
    line-height: 40px;
    color: #fff;
    background-image: url(../img/solu/icon8_06.png);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: left center;
}

.solu-wrap .list10 .c1 {
    font-size: 14px;
    line-height: 24px;
    color: #888888;
    text-align: center;
    margin-top: 30px;
}

.solu-wrap .list10 .btn {
    width: 540px;
    margin: 0 auto;
    margin-top: 70px;
}

.solu-wrap .list10 .btn a {
    width: 208px;
    height: 48px;
    border: 1px solid #3c77b4;
    display: block;
    float: left;
    background: #3c77b4;
    margin: 0 25px;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background color;
    -webkit-transition-property: background color;
    -ms-transition-property: background color;
    -o-transition-property: background color;
}

.solu-wrap .list10 .btn a:hover {
    background: #f7f7f7;
    color: #3c77b4;
}

.solu-wrap .list10 .btn a.return {
    background: #f7f7f7;
    border: 1px solid #adadad;
    font-size: 16px;
    line-height: 48px;
    color: #adadad;
}

.solu-wrap .list10 .btn a.return:hover {
    background: #adadad;
    color: #fff;
}

.solu-wrap .list1.list .t1,
.solu-wrap .list8.list .t1 {
    -webkit-animation: solu-list1-t1 .5s ease-in-out;
    -moz-animation: solu-list1-t1 .5s ease-in-out;
    -ms-animation: solu-list1-t1 .5s ease-in-out;
    -o-animation: solu-list1-t1 .5s ease-in-out;
    animation: solu-list1-t1 .5s ease-in-out;
}

.solu-wrap .list1.list .t2,
.solu-wrap .list8.list .t2 {
    -webkit-animation: solu-list1-t2 1s ease-in-out;
    -moz-animation: solu-list1-t2 1s ease-in-out;
    -ms-animation: solu-list1-t2 1s ease-in-out;
    -o-animation: solu-list1-t2 1s ease-in-out;
    animation: solu-list1-t2 1s ease-in-out;
}

.solu-wrap .list1.list .t3,
.solu-wrap .list8.list .t3 {
    -webkit-animation: solu-list1-t3 1.5s ease-in-out;
    -moz-animation: solu-list1-t3 1.5s ease-in-out;
    -ms-animation: solu-list1-t3 1.5s ease-in-out;
    -o-animation: solu-list1-t3 1.5s ease-in-out;
    animation: solu-list1-t3 1.5s ease-in-out;
}

.solu-wrap .list1.list .t4,
.solu-wrap .list8.list .t4 {
    -webkit-animation: solu-list1-t4 2s ease-in-out;
    -moz-animation: solu-list1-t4 2s ease-in-out;
    -ms-animation: solu-list1-t4 2s ease-in-out;
    -o-animation: solu-list1-t4 2s ease-in-out;
    animation: solu-list1-t4 2s ease-in-out;
}

.solu-wrap .list1.list .c1,
.solu-wrap .list8.list .c1 {
    -webkit-animation: solu-list1-c1 2.5s ease-in-out;
    -moz-animation: solu-list1-c1 2.5s ease-in-out;
    -ms-animation: solu-list1-c1 2.5s ease-in-out;
    -o-animation: solu-list1-c1 2.5s ease-in-out;
    animation: solu-list1-c1 2.5s ease-in-out;
}

.solu-wrap .list2.list .t1 {
    -webkit-animation: solu-list2-t1 .5s ease-in-out;
    -moz-animation: solu-list2-t1 .5s ease-in-out;
    -ms-animation: solu-list2-t1 .5s ease-in-out;
    -o-animation: solu-list2-t1 .5s ease-in-out;
    animation: solu-list2-t1 .5s ease-in-out;
}

.solu-wrap .list2.list .c1 {
    -webkit-animation: solu-list2-t2 1s ease-in-out;
    -moz-animation: solu-list2-t2 1s ease-in-out;
    -ms-animation: solu-list2-t2 1s ease-in-out;
    -o-animation: solu-list2-t2 1s ease-in-out;
    animation: solu-list2-t2 1s ease-in-out;
}

.solu-wrap .list2.list .con {
    -webkit-animation: solu-list2-con 1.5s ease-in-out;
    -moz-animation: solu-list2-con 1.5s ease-in-out;
    -ms-animation: solu-list2-con 1.5s ease-in-out;
    -o-animation: solu-list2-con 1.5s ease-in-out;
    animation: solu-list2-con 1.5s ease-in-out;
}

.solu-wrap .list3.list .tit-t1,
.solu-wrap .list3.list .tit-c1,
.solu-wrap .list3.list .tit,
.solu-wrap .list3.list .t1,
.solu-wrap .list3.list .c1,
.solu-wrap .list4.list .tit-t1,
.solu-wrap .list4.list .tit-c1,
.solu-wrap .list4.list .tit,
.solu-wrap .list4.list .t1,
.solu-wrap .list4.list .c1,
.solu-wrap .list5.list .tit-t1,
.solu-wrap .list5.list .tit-c1,
.solu-wrap .list5.list .tit,
.solu-wrap .list5.list .t1,
.solu-wrap .list5.list .c1,
.solu-wrap .list9.list .tit-t1,
.solu-wrap .list9.list .tit-c1,
.solu-wrap .list9.list .tit,
.solu-wrap .list9.list .t1,
.solu-wrap .list9.list .c1,
.solu-wrap .list10.list .tit-t1,
.solu-wrap .list10.list .tit-c1,
.solu-wrap .list10.list .tit,
.solu-wrap .list10.list .t1,
.solu-wrap .list10.list .c1 {
    -webkit-animation: solu-list3-t1 .5s ease-in-out;
    -moz-animation: solu-list3-t1 .5s ease-in-out;
    -ms-animation: solu-list3-t1 .5s ease-in-out;
    -o-animation: solu-list3-t1 .5s ease-in-out;
    animation: solu-list3-t1 .5s ease-in-out;
}

.solu-wrap .list3.list .l1,
.solu-wrap .list4.list .l1,
.solu-wrap .list5.list .l1,
.solu-wrap .list9.list .l1,
.solu-wrap .list10.list .l1 {
    position: relative;
    -webkit-animation: solu-list3-l1 1s ease-in-out;
    -moz-animation: solu-list3-l1 1s ease-in-out;
    -ms-animation: solu-list3-l1 1s ease-in-out;
    -o-animation: solu-list3-l1 1s ease-in-out;
    animation: solu-list3-l1 1s ease-in-out;
}

.solu-wrap .list3.list .l2,
.solu-wrap .list4.list .l2,
.solu-wrap .list5.list .l2,
.solu-wrap .list9.list .l2,
.solu-wrap .list10.list .l2 {
    position: relative;
    -webkit-animation: solu-list3-l2 1.5s ease-in-out;
    -moz-animation: solu-list3-l2 1.5s ease-in-out;
    -ms-animation: solu-list3-l2 1.5s ease-in-out;
    -o-animation: solu-list3-l2 1.5s ease-in-out;
    animation: solu-list3-l2 1.5s ease-in-out;
}

.solu-wrap .list5 .con .l3{
    border-right-width: 0px;
}
.solu-wrap .list3.list .l3,
.solu-wrap .list4.list .l3,
.solu-wrap .list5.list .l3,
.solu-wrap .list9.list .l3,
.solu-wrap .list10.list .l3 {
    position: relative;
    -webkit-animation: solu-list3-l3 2s ease-in-out;
    -moz-animation: solu-list3-l3 2s ease-in-out;
    -ms-animation: solu-list3-l3 2s ease-in-out;
    -o-animation: solu-list3-l3 2s ease-in-out;
    animation: solu-list3-l3 2s ease-in-out;
}

.solu-wrap .list3.list .l4,
.solu-wrap .list4.list .l4,
.solu-wrap .list5.list .l4,
.solu-wrap .list9.list .l4,
.solu-wrap .list10.list .l4 {
    position: relative;
    -webkit-animation: solu-list3-l4 2.5s ease-in-out;
    -moz-animation: solu-list3-l4 2.5s ease-in-out;
    -ms-animation: solu-list3-l4 2.5s ease-in-out;
    -o-animation: solu-list3-l4 2.5s ease-in-out;
    animation: solu-list3-l4 2.5s ease-in-out;
}

.solu-wrap .list10.list .t1,
.solu-wrap .list10.list .c1 {
    -webkit-animation: solu-list3-t1 .5s ease-in-out;
    -moz-animation: solu-list3-t1 .5s ease-in-out;
    -ms-animation: solu-list3-t1 .5s ease-in-out;
    -o-animation: solu-list3-t1 .5s ease-in-out;
    animation: solu-list3-t1 .5s ease-in-out;
}

.solu-wrap .list10.list .con {
    -webkit-animation: solu-list1-t2 1s ease-in-out;
    -moz-animation: solu-list1-t2 1s ease-in-out;
    -ms-animation: solu-list1-t2 1s ease-in-out;
    -o-animation: solu-list1-t2 1s ease-in-out;
    animation: solu-list1-t2 1s ease-in-out;
}

.down-wrap {
    width: 100%;
    /*min-width: 1440px;*/
    min-width: 1200px;
}

.down-wrap .banner {
    width: 100%;
    height: 515px;
    height: calc(100vw * 515 / 1920);
    position: relative;
}

.down-wrap .banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.down-wrap .page-nav {
    width: 100%;
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #dddddd;
}

.down-wrap .page-nav a {
    display: block;
    float: left;
    width: 599px;
    height: 100%;
    background: #fff;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color background;
    -webkit-transition-property: color background;
    -ms-transition-property: color background;
    -o-transition-property: color background;
    font-size: 16px;
    line-height: 80px;
    color: #666666;
    text-align: center;
}

.down-wrap .page-nav span {
    width: 1px;
    height: 100%;
    float: left;
    display: block;
    background-image: url(../img/pro/pic4_03.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.down-wrap .page-nav a:hover,
.down-wrap .page-nav a.on {
    background: #134f97;
    color: #fff;
}

.down-wrap .list1 {
    width: 100%;
    padding: 75px 0 120px;
}

.down-wrap .list1 .tit-t1 {
    font-size: 26px;
    line-height: 36px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.down-wrap .list1 .tit-c1 {
    font-size: 16px;
    line-height: 24px;
    color: #666666;
    text-align: center;
    margin-top: 15px;
}

.down-wrap .list1 .con {
    margin-top: 50px;
}

.down-wrap .list1 .con ul {
    border-top: 1px solid #dddddd;
}

.down-wrap .list1 .con li {
    width: 1198px;
    border-top-width: 0;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #dddddd;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background border box-shadow bottom opacity;
    -webkit-transition-property: background border box-shadow bottom opacity;
    -ms-transition-property: background border box-shadow bottom opacity;
    -o-transition-property: background border box-shadow bottom opacity;
    height: 80px;
    background-image: url(../img/about/pic4_06.jpg);
    background-size: 27px 23px;
    background-repeat: no-repeat;
    background-position: right 25px center;
    position: relative;
    bottom: 50px;
    opacity: 0;
    -webkit-opacity:0;
}

.down-wrap .list1 .con li.cur{
    bottom: 0px;
    opacity: 1;
    -webkit-opacity:1;
}

.down-wrap .list1 .con li a {
    display: block;
    width: 100%;
    height: 100%;
}

.down-wrap .list1 .con li .t1 {
    padding-left: 80px;
    float: left;
    width: 400px;
    font-size: 16px;
    line-height: 80px;
    color: #666666;
    background-image: url(../img/about/pic4_03.jpg);
    background-size: 27px 32px;
    background-repeat: no-repeat;
    background-position: left 25px center;
}

.down-wrap .list1 .con li .t2 {
    margin-left: 120px;
    font-size: 16px;
    line-height: 80px;
    color: #aeadad;
    float: left;
}

.down-wrap .list1 .con li:hover {
    box-shadow: 12px 4px 12px rgba(0, 0, 0, 0.05);
    border-color: #dddddd;
    background-image: url(../img/about/pic4_10.jpg);
}

.down-wrap .list2 {
    width: 100%;
    padding: 75px 0 120px;
}

.down-wrap .list2 .tit-t1 {
    font-size: 26px;
    line-height: 36px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.down-wrap .list2 .tit-c1 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-align: center;
    margin-top: 15px;
}

.down-wrap .list2 .con {
    margin-top: 20px;
}

.down-wrap .list2 .con li {
    width: 570px;
    float: left;
    margin: 15px;
}

.down-wrap .list2 .con li span {
    width: 35px;
    float: left;
    display: block;
    height: 55px;
}

.down-wrap .list2 .con li span.on {
    background-image: url(../img/about/icon2_03.png);
    background-size: 9px 9px;
    background-repeat: no-repeat;
    background-position: center center;
}

.down-wrap .list2 .con li p {
    width: 80px;
    float: left;
    font-size: 18px;
    line-height: 55px;
    color: #666666;
}

.down-wrap .list2 .con li a,.down-wrap .list2 .con li input[type=button] {
    width: 168px;
    height: 53px;
    margin-left: 25px;
    float: left;
    display: block;
    background: #014181;
    border: 1px solid #014181;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background color;
    -webkit-transition-property: background color;
    -ms-transition-property: background color;
    -o-transition-property: background color;
    border-radius: 5px;
}

.down-wrap .list2 .con li a:hover,.down-wrap .list2 .con li a.on,.down-wrap .list2 .con li input[type=button]:hover,.down-wrap .list2 .con li input[type=button].on {
    background: #fff;
    color: #014181;
}

.down-wrap .list2 .con li input[type=text] {
    width: 413px;
    height: 53px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 0 20px;
    float: left;
}

.down-wrap .list2 .con li input[type=password] {
    width: 413px;
    height: 53px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 0 20px;
    float: left;
}

.down-wrap .list2 .con li select {
    width: 453px;
    height: 53px;
    border: 1px solid #e5e5e5;
    background: #fff;
    padding: 0 20px;
    float: left;
}

.down-wrap .list2 .con input[type=submit] {
    width: 238px;
    height: 53px;
    margin: 0 auto;
    margin-top: 80px;
    display: block;
    background: #014181;
    border: 1px solid #014181;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background color;
    -webkit-transition-property: background color;
    -ms-transition-property: background color;
    -o-transition-property: background color;
}

.down-wrap .list2 .con input[type=submit]:hover {
    background: #fff;
    color: #014181;
}

.login-wrap {
    width: 100%;
}

.login-wrap .list1 {
    padding: 245px 0 150px;
    background-image: url(../img/about/pic7_02.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.login-wrap .list1 .con {
    width: 392px;
    padding: 75px;
    background: #fff;
    margin: 0 auto;
}

.login-wrap .list1 .con .tit {
    font-size: 24px;
    line-height: 24px;
    color: #666666;
    text-align: center;
    font-weight: bold;
    margin-bottom: 20px;
}

.login-wrap .list1 .con input[type=text],
.login-wrap .list1 .con input[type=password] {
    width: 350px;
    height: 48px;
    border: 1px solid #d4d4d4;
    margin-top: 25px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 48px;
    color: #333;
    border-radius: 5px;
}

.login-wrap .list1 .con div {
    margin-top: 25px;
    cursor: pointer;
}

.login-wrap .list1 .con div span {
    width: 40px;
    height: 17px;
    display: block;
    background-image: url(../img/about/pic6_03.jpg);
    background-size: 17px 17px;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.login-wrap .list1 .con div p {
    float: left;
    font-size: 15px;
    line-height: 17px;
    color: #014181;
}

.login-wrap .list1 .con div input[type=radio] {
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(opacity=0);
}

.login-wrap .list1 .con div.on span {
    background-image: url(../img/about/pic5_03.jpg);
}

.login-wrap .list1 .con input[type=submit] {
    width: 390px;
    height: 48px;
    margin-top: 30px;
    background: #014181;
    border: 1px solid #014181;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background color;
    -webkit-transition-property: background color;
    -ms-transition-property: background color;
    -o-transition-property: background color;
    border-radius: 5px;
}

.login-wrap .list1 .con a{
    color: #014181;
    /*width: 50px;*/
    margin: 0 auto;
    font-size: 16px;
    line-height: 48px;
    float: right;
    margin-top: 10px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background color;
    -webkit-transition-property: background color;
    -ms-transition-property: background color;
    -o-transition-property: background color;
    display: block;
}

.login-wrap .list1 .con a:hover{
    color: #666666;
}

.login-wrap .list1 .con input[type=submit]:hover {
    background: #fff;
    color: #014181;
}

.par-wrap {
    width: 100%;
    /*min-width: 1440px;*/
    min-width: 1200px;
}

.par-wrap .banner {
    width: 100%;
    height: 515px;
    height: calc(100vw * 515 / 1920);
    position: relative;
}

.par-wrap .banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.par-wrap .page-nav {
    width: 100%;
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #dddddd;
}

.par-wrap .page-nav a {
    display: block;
    float: left;
    width: 299px;
    height: 100%;
    background: #fff;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color background;
    -webkit-transition-property: color background;
    -ms-transition-property: color background;
    -o-transition-property: color background;
    font-size: 16px;
    line-height: 80px;
    color: #666666;
    text-align: center;
}

.par-wrap .page-nav span {
    width: 1px;
    height: 100%;
    float: left;
    display: block;
    background-image: url(../img/pro/pic4_03.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.par-wrap .page-nav a:hover,
.par-wrap .page-nav a.on {
    background: #134f97;
    color: #fff;
}

.par-wrap .list1 {
    padding: 60px 0 100px;
    background: #f7f7f7;
}

.par-wrap .list1 .t1 {
    font-size: 26px;
    line-height: 36px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.par-wrap .list1 .c1 {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
    text-align: center;
    margin-top: 20px;
}

.par-wrap .list1 .con {
    margin-top: 55px;
}

.par-wrap .list1 .con li {
    width: 270px;
    margin: 15px;
    height: 270px;
    float: left;
    position: relative;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: left opacity;
    -webkit-transition-property: left opacity;
    -ms-transition-property: left opacity;
    -o-transition-property: left opacity;
    left: 50px;
    opacity: 0;
    -webkit-opacity:0;
}

.par-wrap .list1 .con li.cur{
    left: 0px;
    opacity: 1;
    -webkit-opacity:1;
}

.par-wrap .list1 .con li .img {
    width: 100%;
    height: 100%;
    background: #fff;
    display: table;
}

.par-wrap .list1 .con li .img img {
    max-width: 270px;
    max-height: 270px;
}

.par-wrap .list1 .con li .font {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: #0f58a4;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: opacity filter;
    -webkit-transition-property: opacity filter;
    -ms-transition-property: opacity filter;
    -o-transition-property: opacity filter;
    opacity: 0;
    -webkit-opacity: 0;
    filter: alpha(oapcity=0);
    display: table;
}

.par-wrap .list1 .con li .font p {
    font-size: 18px;
    line-height: 34px;
    color: #fafbf8;
    text-align: center;
}

.par-wrap .list1 .con li:hover .font {
    opacity: 1;
    -webkit-opacity: 1;
    filter: alpha(oapcity=100);
}

.con-wrap {
    width: 100%;
    /*min-width: 1440px;*/
    min-width: 1200px;
}

.con-wrap .banner {
    width: 100%;
    height: 515px;
    height: calc(100vw * 515 / 1920);
    position: relative;
}

.con-wrap .banner img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.con-wrap .page-nav {
    width: 100%;
    height: 80px;
    background: #fff;
    border-bottom: 1px solid #dddddd;
}

.con-wrap .page-nav a {
    display: block;
    float: left;
    width: 299px;
    height: 100%;
    background: #fff;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: color background;
    -webkit-transition-property: color background;
    -ms-transition-property: color background;
    -o-transition-property: color background;
    font-size: 16px;
    line-height: 80px;
    color: #666666;
    text-align: center;
}

.con-wrap .page-nav span {
    width: 1px;
    height: 100%;
    float: left;
    display: block;
    background-image: url(../img/pro/pic4_03.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.con-wrap .page-nav a:hover,
.con-wrap .page-nav a.on {
    background: #134f97;
    color: #fff;
}

.con-wrap .list1 {
    font-family: Arial;
    width: calc(100vw- 24px - 100px);
    margin: 0 auto;
    padding: 75px 0 140px;
}

.con-wrap .list1 #allmap {
    position: relative;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: url(../img/index/pic11_05.jpg);
}

.con-wrap .list1 .main-wrap {
    position: absolute;
    z-index: 1;
    left: calc(50vw - 600px);
    top: 120px;
}

.con-wrap .list1 .tit {
    width: 1200px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.con-wrap .list1 .tit .t1 {
    width: 100%;
    text-align: center;
    float: left;
    font-size: 26px;
    line-height: 36px;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 15px;
    font-weight: bold;
}

.con-wrap .list1 .tit .c1 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-align: center;
    /*margin-top: 50px;*/
}

.con-wrap .list1 .tit .c1 p {
    text-align: center;
}

.con-wrap .list1 .bot {
    width: 100%;
    height: 590px;
    position: relative;
}

.con-wrap .list1 .bot .con {
    width: 540px;
    padding: 20px;
    background: #fff;
}

.con-wrap .list1 .bot .con .t1 {
    font-size: 18px;
    line-height: 38px;
    color: #444444;
    border-bottom: 1px solid #d2d2d2;
    text-transform: uppercase;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.con-wrap .list1 .bot .con div input[type=text] {
    width: 238px;
    height: 38px;
    border: 1px solid #c6c6c6;
    float: left;
    background-image: url(../img/index/icon3_03.png);
    background-size: 5px 4px;
    background-repeat: no-repeat;
    background-position: right 15px center;
    margin-right: 20px;
    font-size: 16px;
    line-height: 38px;
    color: #333;
    padding: 0 10px;
    margin-top: 13px;
}

.con-wrap .list1 .bot .con div textarea {
    width: 518px;
    height: 130px;
    border: 1px solid #c6c6c6;
    float: left;
    margin-top: 13px;
    resize: none;
    padding: 10px;
}

.con-wrap .list1 .bot .con div input[type=submit] {
    width: 150px;
    height: 38px;
    border: 1px solid #014181;
    background: #014181;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background color;
    -webkit-transition-property: background color;
    -ms-transition-property: background color;
    -o-transition-property: background color;
    margin-top: 13px;
    margin-left: 185px;
}

.con-wrap .list1 .bot .con div input[type=submit]:hover {
    background: #fff;
    color: #014181;
}

.con-wrap .list2 {
    width: 100%;
    padding: 75px 0 120px;
    background: #f7f7f7;
}

.con-wrap .list2 .tit-t1 {
    font-size: 26px;
    line-height: 36px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.con-wrap .list2 .tit-c1 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-align: center;
    margin-top: 20px;
}

.con-wrap .list2 li {
    width: 300px;
    height: 375px;
    float: left;
    position: relative;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: left opacity;
    -webkit-transition-property: left opacity;
    -ms-transition-property: left opacity;
    -o-transition-property: left opacity;
    left: 50px;
    opacity: 0;
    -webkit-opacity:0;
}

.con-wrap .list2 li.cur{
    left: 0px;
    opacity: 1;
    -webkit-opacity:1;
}

.con-wrap .list2 li .top {
    width: 100%;
    height: 45px;
    background-image: url(../img/pro/pic14_07.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.con-wrap .list2 li .bot {
    width: 100%;
    height: 45px;
    background-image: url(../img/pro/pic14_07.jpg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.con-wrap .list2 li .mid {
    width: 260px;
    padding: 50px 20px;
    height: 185px;
    background: #fff;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.con-wrap .list2 li .mid span {
    background: #707070;
    width: 40px;
    height: 2px;
    display: block;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background;
    -webkit-transition-property: background;
    -ms-transition-property: background;
    -o-transition-property: background;
}

.con-wrap .list2 li .mid .t1 {
    font-size: 18px;
    line-height: 18px;
    color: #666666;
    margin-top: 15px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: border-color color;
    -webkit-transition-property: border-color color;
    -ms-transition-property: border-color color;
    -o-transition-property: border-color color;
}

.con-wrap .list2 li .mid .c1 {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    height: 72px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical;
    /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 3;
    /** 显示的行数 **/
    overflow: hidden;
    margin-top: 25px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: border-color color;
    -webkit-transition-property: border-color color;
    -ms-transition-property: border-color color;
    -o-transition-property: border-color color;
}

.con-wrap .list2 li .mid a {
    display: block;
    margin-top: 30px;
    width: 100px;
    height: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #999999;
    border: 1px solid #999999;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: border-color color;
    -webkit-transition-property: border-color color;
    -ms-transition-property: border-color color;
    -o-transition-property: border-color color;
}

.con-wrap .list2 li:hover .top {
    background-image: url(../img/pro/pic13_03.jpg);
}

.con-wrap .list2 li:hover .bot {
    background-image: url(../img/pro/pic13_06.jpg);
}

.con-wrap .list2 li:hover .mid {
    background: #0f58a4;
}

.con-wrap .list2 li:hover .mid span {
    background: #fff;
}

.con-wrap .list2 li:hover .mid .t1 {
    color: #fff;
}

.con-wrap .list2 li:hover .mid .c1 {
    color: #fff;
}

.con-wrap .list2 li:hover .mid a {
    color: #fff;
    border-color: #fff;
}

.con-wrap .list3 {
    width: 100%;
    padding: 75px 0 120px;
    background: #f7f7f7;
}

.con-wrap .list3 .tit-t1 {
    font-size: 26px;
    line-height: 36px;
    color: #333333;
    text-align: center;
    font-weight: bold;
}

.con-wrap .list3 .tit-c1 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-align: center;
    margin-top: 20px;
}

.con-wrap .list3 .con {
    margin-top: 50px;
}

.con-wrap .list3 .con .map {
    width: 820px;
    height: 700px;
    position: relative;
    float: left;
}

.con-wrap .list3 .con .right1 {
    width: 380px;
    margin: 0 auto;
    float: right;
    margin-top: 150px;
    background: #0a55a2;
    position: relative;
}

.con-wrap .list3 .con .right1 .c {
    display: block;
    position: absolute;
    left: -12px;
    background-size: 12px 22px;
    background-image: url(../img/20170622/icon2_03.png);
    width: 12px;
    height: 22px;
    top: 55px;
}

.con-wrap .list3 .con .right1 .con {
    width: 340px;
    padding: 20px;
    background: #0a55a2;
    margin: 0;
    padding-bottom: 40px;
}

.con-wrap .list3 .con .right1 .con .t1 {
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 20px;
    padding-top: 10px;
    border-bottom: 1px solid #d4d4d4;
    border-color: rgba(255, 255, 255, .2);
}

.con-wrap .list3 .con .right1 .con .c1 {
    font-size: 16px;
    line-height: 30px;
    color: #777777;
    color: rgba(255, 255, 255, .7);
    margin-top: 40px;
}

.con-wrap .pop {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #000;
    background: rgba(0, 0, 0, 0.65);
    display: none;
}

.con-wrap .pop .con {
    width: 800px;
    padding: 50px;
    background: #fff;
}

.con-wrap .pop .con .close {
    width: 28px;
    height: 28px;
    float: right;
    cursor: pointer;
    background-image: url(../img/contact/icon2_03.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

.con-wrap .pop .con .d1 {
    width: 770px;
    float: left;
}

.con-wrap .pop .con .d1 .t1 {
    font-size: 28px;
    line-height: 28px;
    color: #333333;
    padding: 35px 0;
    border-bottom: 1px solid #e5e5e5;
    text-align: left;
}

.con-wrap .pop .con .d1 .c1 {
    padding-top: 15px;
}

.con-wrap .pop .con .d1 .c1 p {
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    text-align: left;
}

.con-wrap .pop .con .d1 .c1 .c2 {
    font-size: 16px;
    line-height: 26px;
    color: #333333;
    margin-bottom: 5px;
    margin-top: 26px;
}

.con-wrap .pop .con .d1 a {
    display: block;
    margin-top: 85px;
    width: 180px;
    height: 50px;
    background: #0ba3c0;
    border: 1px solid #0ba3c0;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #ffffff;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background color;
    -webkit-transition-property: background color;
    -ms-transition-property: background color;
    -o-transition-property: background color;
}

.con-wrap .pop .con .d1 a:hover {
    background: #fff;
    color: #0ba3c0;
}

.con-wrap .list3 {
    padding: 75px 0 120px;
    background: #f7f7f7;
}

.con-wrap .list3 .tit-t1 {
    font-size: 26px;
    line-height: 36px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.con-wrap .list3 .tit-c1 {
    font-size: 14px;
    line-height: 24px;
    color: #666666;
    text-align: center;
    margin-top: 15px;
}

.con-wrap .list3 .con {
    margin-top: 55px;
}

.con-wrap .list3 .con li {
    width: 100%;
    height: 370px;
    background: #fff;
}

.con-wrap .list3 .con li .left {
    width: 500px;
    padding: 0px 50px;
    height: 100%;
    display: table;
    float: left;
}

.con-wrap .list3 .con li .left .t1 {
    font-size: 18px;
    line-height: 28px;
    color: #0a55a2;
    font-weight: bold;
}

.con-wrap .list3 .con li .left .c1 {
    margin-top: 50px;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
}

.con-wrap .list3 .con li .left .c1 .tel {
    margin-top: 20px;
    padding-left: 35px;
    background-image: url(../img/about/icon1_09.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: left center;
}

.con-wrap .list3 .con li .left .c1 .mail {
    margin-top: 20px;
    padding-left: 35px;
    background-image: url(../img/about/icon1_12.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: left center;
}

.con-wrap .list3 .con li .right {
    width: 600px;
    height: 100%;
    overflow: hidden;
    float: left;
}

.con-wrap .list3 .con li .right img {
    width: 100%;
    height: 100%;
}

.page {
    width: 100%;
    height: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
    background: #fff;
    display: table;
}

.page .label1 {
    vertical-align: middle;
}

.page a {
    font-size: 14px;
    line-height: 28px;
    color: #666666;
    padding: 0 10px;
    display: block;
    float: left;
    margin: 0 7px;
    background: #fff;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background color border;
    -webkit-transition-property: background color border;
    -ms-transition-property: background color border;
    -o-transition-property: background color border;
    margin-top: 11px;
}

.page a:hover,
.page a.active {
    background: #014181;
    color: #fff;
    border-color: #014181;
}


/*# sourceMappingURL=style.css.map */

.solu-wrap .list11 {
    padding: 100px 0 80px;
    background: #f7f7f7;
}

.solu-wrap .list11 .tit-t1 {
    font-size: 28px;
    line-height: 38px;
    color: #333333;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.solu-wrap .list11 .tit-t2 {
    font-size: 16px;
    line-height: 16px;
    color: #777777;
    letter-spacing: 10px;
    text-align: center;
    margin-top: 10px;
    position: relative;
}

.solu-wrap .list11 .d1 {
    margin-top: 35px;
}

.solu-wrap .list11 .d1 .left {
    width: 340px;
    height: 310px;
    float: left;
    display: table;
    background-image: url(../img/20170622/pic11_03.jpg);
    background-size: 100% 100%;
    position: relative;
}

.solu-wrap .list11 .d1 .left .t1 {
    font-size: 28px;
    line-height: 38px;
    color: #f7f7f7;
    text-align: center;
}

.solu-wrap .list11 .d1 .left .t2 {
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    color: rgba(247, 247, 247, 0.5);
}

.solu-wrap .list11 .d1 .right {
    width: 860px;
    height: 310px;
    float: left;
    position: relative;
}

.solu-wrap .list11 .d1 .right img {
    width: 100%;
    height: 100%;
}

.solu-wrap .list11 .d2 {
    margin-top: 40px;
}

.solu-wrap .list11 .d2 .left {
    width: 539px;
    height: 265px;
    padding: 40px 45px 0 15px;
    border-right: 1px solid #c9c9c9;
    float: left;
    position: relative;
}

.solu-wrap .list11 .d2 .left p {
    font-size: 16px;
    line-height: 26px;
    color: #888888;
    text-indent: 32px;
}

.solu-wrap .list11 .d2 .right {
    float: left;
    padding-left: 65px;
    width: 535px;
    position: relative;
}

.solu-wrap .list11 .d2 .right div {
    background-image: url(../img/20170622/icon9_08.png);
    background-size: 270px 252px;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.solu-wrap .list11 .d2 .right .t1 {
    font-size: 24px;
    line-height: 34px;
    color: #333333;
    font-weight: bold;
}

.solu-wrap .list11 .d2 .right .t2 {
    margin-top: 20px;
    font-size: 16px;
    line-height: 26px;
    color: #666666;
}

.solu-wrap .list11 .d2 .right .t2 span {
    color: #0a55a2;
}

.solu-wrap .list12 {
    width: 100%;
    padding: 60px 0 90px;
    background-image: url(../img/20170622/pic12_03.jpg);
    background-size: 1920px 100%;
    background-repeat: no-repeat;
    background-position: left center;
}

.solu-wrap .list12 .tit {
    font-size: 28px;
    line-height: 38px;
    color: #f2eee8;
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    position: relative;
}

.solu-wrap .list12 li {
    width: 570px;
    height: 110px;
    margin: 15px;
    background: #5b91cb;
    float: left;
    border-radius: 5px;
    position: relative;
    opacity: 0;
    -webkit-opacity: 0;
    position: relative;
    left: 50px;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: left opacity;
    -webkit-transition-property: left opacity;
    -ms-transition-property: left opacity;
    -o-transition-property: left opacity;
}

.solu-wrap .list12 li .left {
    width: 90px;
    float: left;
    font-size: 60px;
    line-height: 110px;
    color: #f7f7f7;
    text-align: center;
    font-weight: bold;
}

.solu-wrap .list12 li .right {
    width: 450px;
    float: left;
    height: 110px;
    padding: 0 15px;
    display: table;
}

.solu-wrap .list12 li .right p {
    font-size: 16px;
    line-height: 26px;
    color: #f7f7f7;
}

.solu-wrap .list12 li.cur {
    left: 0;
    opacity: 1;
    -webkit-opacity: 1;
}

.solu-wrap .list13 {
    padding: 80px 0 50px;
}

.solu-wrap .list13 .t1 {
    font-size: 28px;
    line-height: 38px;
    color: #333333;
    font-weight: bold;
    text-align: center;
}

.solu-wrap .list13 .c1 {
    font-size: 15px;
    line-height: 25px;
    color: #666666;
    text-align: center;
    margin-top: 25px;
    color: rgba(102, 102, 102, 0.7);
}

.solu-wrap .list13 .c2 {
    margin-top: 35px;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #444444;
}

.solu-wrap .list13 .con {
    margin: 0 auto;
    margin-top: 65px;
    width: 1120px;
    padding: 0 40px;
    position: relative;
    border-bottom: 1px solid #3e7cc4;
    height: 125px;
}

.solu-wrap .list13 .con li {
    width: 120px;
    float: left;
    margin-left: 20px;
    position: relative;
}

.solu-wrap .list13 .con li p {
    width: 100%;
    height: 52px;
    padding: 14px 0;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
    font-weight: bold;
    background: rgba(255, 255, 255, 0.8);
    background: #6395ce;
}

.solu-wrap .list13 .con li span {
    display: block;
    height: 10px;
    width: 100%;
    position: absolute;
    top: 120px;
    left: 0;
    background-image: url(../img/20170622/icon1_03.png);
    background-size: 10px 10px;
    background-repeat: no-repeat;
    background-position: center top;
}

.solu-wrap .list13 .btn {
    width: 540px;
    margin: 0 auto;
    margin-top: 70px;
}

.solu-wrap .list13 .btn a {
    width: 208px;
    height: 48px;
    border: 1px solid #3c77b4;
    display: block;
    float: left;
    background: #3c77b4;
    margin: 0 25px;
    font-size: 16px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: background color;
    -webkit-transition-property: background color;
    -ms-transition-property: background color;
    -o-transition-property: background color;
}

.solu-wrap .list13 .btn a:hover {
    background: #f7f7f7;
    color: #3c77b4;
}

.solu-wrap .list13 .btn a.return {
    background: #f7f7f7;
    border: 1px solid #adadad;
    font-size: 16px;
    line-height: 48px;
    color: #adadad;
}

.solu-wrap .list13 .btn a.return:hover {
    background: #adadad;
    color: #fff;
}

.solu-wrap .list13 .posi {
    margin-top: 85px;
    height: 15px;
    text-align: center;
}

.solu-wrap .list13 .posi img {
    width: 11px;
    height: 14px;
    position: relative;
}

.solu-wrap .list11.list .tit-t1 {
    -webkit-animation: solu1-list11-t1 .5s ease-in-out;
    -moz-animation: solu1-list11-t1 .5s ease-in-out;
    -ms-animation: solu1-list11-t1 .5s ease-in-out;
    -o-animation: solu1-list11-t1 .5s ease-in-out;
    animation: solu1-list11-t1 .5s ease-in-out;
}

.solu-wrap .list11.list .tit-t2 {
    -webkit-animation: solu1-list11-t2 1s ease-in-out;
    -moz-animation: solu1-list11-t2 1s ease-in-out;
    -ms-animation: solu1-list11-t2 1s ease-in-out;
    -o-animation: solu1-list11-t2 1s ease-in-out;
    animation: solu1-list11-t2 1s ease-in-out;
}

.solu-wrap .list11.list .d1 .left {
    -webkit-animation: solu1-list11-d1-left 1.5s ease-in-out;
    -moz-animation: solu1-list11-d1-left 1.5s ease-in-out;
    -ms-animation: solu1-list11-d1-left 1.5s ease-in-out;
    -o-animation: solu1-list11-d1-left 1.5s ease-in-out;
    animation: solu1-list11-d1-left 1.5s ease-in-out;
}

.solu-wrap .list11.list .d1 .right {
    -webkit-animation: solu1-list11-d1-right 1.5s ease-in-out;
    -moz-animation: solu1-list11-d1-right 1.5s ease-in-out;
    -ms-animation: solu1-list11-d1-right 1.5s ease-in-out;
    -o-animation: solu1-list11-d1-right 1.5s ease-in-out;
    animation: solu1-list11-d1-right 1.5s ease-in-out;
}

.solu-wrap .list11.list .d2 .left {
    -webkit-animation: solu1-list11-d2-left 2s ease-in-out;
    -moz-animation: solu1-list11-d2-left 2s ease-in-out;
    -ms-animation: solu1-list11-d2-left 2s ease-in-out;
    -o-animation: solu1-list11-d2-left 2s ease-in-out;
    animation: solu1-list11-d2-left 2s ease-in-out;
}

.solu-wrap .list11.list .d2 .right {
    -webkit-animation: solu1-list11-d2-right 2s ease-in-out;
    -moz-animation: solu1-list11-d2-right 2s ease-in-out;
    -ms-animation: solu1-list11-d2-right 2s ease-in-out;
    -o-animation: solu1-list11-d2-right 2s ease-in-out;
    animation: solu1-list11-d2-right 2s ease-in-out;
}

.solu-wrap .list2.list li.cur {
    left: 0;
    opacity: 1;
    -webkit-opacity: 1;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: opacity left;
    -webkit-transition-property: opacity left;
    -ms-transition-property: opacity left;
    -o-transition-property: opacity left;
}

.solu-wrap .list13.list .t1 {
    -webkit-animation: solu-list2-t1 .5s ease-in-out;
    -moz-animation: solu-list2-t1 .5s ease-in-out;
    -ms-animation: solu-list2-t1 .5s ease-in-out;
    -o-animation: solu-list2-t1 .5s ease-in-out;
    animation: solu-list2-t1 .5s ease-in-out;
}

.solu-wrap .list13.list .c1,
.solu-wrap .list13.list .c2 {
    -webkit-animation: solu-list2-t2 1s ease-in-out;
    -moz-animation: solu-list2-t2 1s ease-in-out;
    -ms-animation: solu-list2-t2 1s ease-in-out;
    -o-animation: solu-list2-t2 1s ease-in-out;
    animation: solu-list2-t2 1s ease-in-out;
}

.solu-wrap .list13.list .con {
    -webkit-animation: solu-list2-con 1.5s ease-in-out;
    -moz-animation: solu-list2-con 1.5s ease-in-out;
    -ms-animation: solu-list2-con 1.5s ease-in-out;
    -o-animation: solu-list2-con 1.5s ease-in-out;
    animation: solu-list2-con 1.5s ease-in-out;
}

.index-wrap .about-main.list .left {
    -webkit-animation: index-list1-left .5s ease-in-out;
    -moz-animation: index-list1-left .5s ease-in-out;
    -ms-animation: index-list1-left .5s ease-in-out;
    -o-animation: index-list1-left .5s ease-in-out;
    animation: index-list1-left .5s ease-in-out;
}

.index-wrap .solu-main .con li {
    left: 50px;
    opacity: 0;
    -webkit-opacity: 0;
}

.index-wrap .pro-main li,
.index-wrap .more-main li {
    position: relative;
    left: 50px;
    opacity: 0;
    -webkit-opacity: 0;
    transition-duration: 0.5s;
    -webkit-transition-duration: 0.5s;
    -ms-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-property: left opacity;
    -webkit-transition-property: left opacity;
    -ms-transition-property: left opacity;
    -o-transition-property: left opacity;
}

.index-wrap .solu-main.list .t1 {
    -webkit-animation: solu-list2-t1 .5s ease-in-out;
    -moz-animation: solu-list2-t1 .5s ease-in-out;
    -ms-animation: solu-list2-t1 .5s ease-in-out;
    -o-animation: solu-list2-t1 .5s ease-in-out;
    animation: solu-list2-t1 .5s ease-in-out;
}

.index-wrap .solu-main.list .c1 {
    -webkit-animation: solu-list2-t2 1s ease-in-out;
    -moz-animation: solu-list2-t2 1s ease-in-out;
    -ms-animation: solu-list2-t2 1s ease-in-out;
    -o-animation: solu-list2-t2 1s ease-in-out;
    animation: solu-list2-t2 1s ease-in-out;
}

.index-wrap .solu-main.list .con {
    -webkit-animation: index-list2-con 1.5s ease-in-out;
    -moz-animation: index-list2-con 1.5s ease-in-out;
    -ms-animation: index-list2-con 1.5s ease-in-out;
    -o-animation: index-list2-con 1.5s ease-in-out;
    animation: index-list2-con 1.5s ease-in-out;
}

.index-wrap .solu-main.list .con .d2 {
    -webkit-animation: solu-list2-d2 1s ease-in-out;
    -moz-animation: solu-list2-d2 1s ease-in-out;
    -ms-animation: solu-list2-d2 1s ease-in-out;
    -o-animation: solu-list2-d2 1s ease-in-out;
    animation: solu-list2-d2 1s ease-in-out;
}

.index-wrap .solu-main.list .con li.cur {
    left: 0;
    opacity: 1;
    -webkit-opacity: 1;
}

.index-wrap .pro-main.list li.cur,
.index-wrap .more-main.list li.cur {
    left: 0;
    opacity: 1;
    -webkit-opacity: 1;
}

.page1 .banner,
.page2 .banner,
.page3 .banner,
.page4 .banner,
.page5 .banner,
.page6 .banner {
    overflow: hidden;
}

.page1 .banner img,
.page2 .banner img,
.page3 .banner img,
.page4 .banner img,
.page5 .banner img,
.page6 .banner img {
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
    -o-transform: scale(1.0);
    transform: scale(1.0);
    transition-duration: 5s;
    -webkit-transition-duration: 5s;
    -ms-transition-duration: 5s;
    -o-transition-duration: 5s;
    transition-property: transform;
    -webkit-transition-property: transform;
    -ms-transition-property: transform;
    -o-transition-property: transform;
}

.page1 .banner.list img,
.page2 .banner.list img,
.page3 .banner.list img,
.page4 .banner.list img,
.page5 .banner.list img,
.page6 .banner.list img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}


/*20170628*/
.index-wrap .banner .swiper-pagination-bullet{
    background: #fff;
}
.index-wrap .banner .swiper-pagination-bullet-active{
    background: #fff;
}

.index-wrap .swiper-button-next{
    width: 70px;
    height: 60px;
    background-image: url(../img/left.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left center;
}
.index-wrap .swiper-button-prev{
    width: 70px;
    height: 60px;
    background-image: url(../img/rigeht.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: left center;
}

.index-wrap .banner .swiper-button-next,.index-wrap .banner .swiper-button-prev{
    opacity: 0;
    -webkit-opacity: 0;
    filter:alpha(opacity=0);
    top: 45%;
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-property: transform opacity;
    -webkit-transition-property: transform opacity;
    -ms-transition-property: transform opacity;
    -o-transition-property: transform opacity;
}
.index-wrap .banner:hover .swiper-button-next,.index-wrap .banner:hover .swiper-button-prev{
    opacity: 1;
    -webkit-opacity:1;
    filter:alpha(opacity=100);
}

/**/
.header .en{
    float: right;
    width: 45px;
    margin-right: 40px;
    height: 30px;
    margin-top: 25px;
    border-left: 1px solid #e2e2e0;
    background-image: url(../img/20170622/icon5_03.png);
    padding-left: 90px;
    background-size: 60px 30px;
    background-position: left center;
    background-position: left 25px center;
    background-repeat: no-repeat;
    padding-left: 90px;
}
.header .en a{
    display: block;
    padding-right: 10px;
    /*background-image: url(../img/20170622/icon5_06.png);*/
    /*padding-left: 90px;*/
    background-size: 8px 4px;
    background-position: right center;
    background-repeat: no-repeat;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}

.side-nav {
  position: fixed;
  top: 300px;
  right: 0;
  width: 286px;
  z-index: 4;
}

.side-nav .tops {
  background: #999;
  position: absolute;
  top: 0;
  right: 0;
  width: 86px;
  height: 50px;
  cursor: pointer;
}
.side-nav .tops .tops-img {
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -8px;
  width: 16px;
  height: 8px;
}
.side-nav .tops .tops-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.side-nav .tops .tops-font {
  margin-top: 28px;
  line-height: 14px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.side-nav .side-b {
  position: absolute;
  right: 0;
  width: 86px;
  height: 70px;
  background: #999;
  cursor: pointer;
}
.side-nav .zixun {
  top: 52px;
}
.side-nav .zixun .zixun-img {
  position: absolute;
  top: 13px;
  left: 50%;
  margin-left: -9px;
  width: 18px;
  height: 20px;
}
.side-nav .zixun .zixun-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.side-nav .zixun .zixun-font {
  margin-top: 42px;
  line-height: 14px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.side-nav .tele {
  top: 124px;
  width: 286px;
  height: 70px;
  right: -200px;
  transition: background 0s linear .5s;
}
.side-nav .tele .tele-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 86px;
  height: 70px;
  z-index: 5;
}
.side-nav .tele .tele-wrap .tele-img {
  position: absolute;
  top: 13px;
  left: 50%;
  margin-left: -10px;
  width: 20px;
  height: 20px;
}
.side-nav .tele .tele-wrap .tele-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.side-nav .tele .tele-wrap .tele-font {
  margin-top: 42px;
  line-height: 14px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.side-nav .tele .tele-num {
  position: absolute;
  right: 0;
  top: 0;
  width: 199px;
  box-sizing: border-box;
  text-align: center;
  font-size: 24px;
  border-left: 1px solid #fff;
  height: 70px;
  background: #014081;
  color: #fff;
  line-height: 70px;
}
.side-nav .fankui {
  top: 196px;
}
.side-nav .fankui .fankui-img {
  position: absolute;
  top: 13px;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 24px;
}
.side-nav .fankui .fankui-img img {
  display: block;
  width: 100%;
  height: 100%;
}
.side-nav .fankui .fankui-font {
  margin-top: 42px;
  line-height: 14px;
  font-size: 14px;
  color: #fff;
  text-align: center;
}
.side-nav .side-a:hover,
.side-nav .side-b:hover {
  background: #014081;
  transition: background 0s linear;
}
.jiathis_style{
  display: block;
  text-align: center;
  overflow: visible !important;
  padding-top: 13px;
  width: 100% !important;
  height: 20px !important;
}
.jiathis_style a{
  display: block !important;
  margin: 0 auto !important;
}
.jiathis_style  .aaaa{
  display: block;
  width: 20px;
  height: 20px !important;
  margin: 0 auto;
  padding: 0 !important;
  background: url(../img/apnga1.png) 0 0 no-repeat !important;
  background-size: 20px;
}
.jiathis_style  .jiadiv_01{
      position: absolute;
    border: #CCCCCC solid 1px;
    width: 240px;
    background: #ffffff;
    text-align: left;
    overflow: hidden;
    top: -105px;
    left: -242px;
}