*{
    margin: 0;
    padding: 0;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
}
.top{
    height: 102px;
    background: #f1f1f1;
    border-bottom: 1px solid #d1d1d1;
    margin: 0 auto;
    max-width: 1365px;
    min-width: 320px;
    overflow: hidden;
    position: relative;
    z-index: 1001;
    will-change: opacity,height;
    transition: opacity .55s ,height .55s;
    padding: 0 50px;
}
.head{
    max-width: 1365px;
    min-width: 320px;
    margin: 0 auto;
    position: relative;
    /*background: linear-gradient(90deg,#fc0,#fc0 48%,#ffe57f 70%,#fff0b2);*/
    z-index: 999;
    transition: 0.4s;
}
.c-nav{
    transition: 0.4s;
    height: 100%;
    padding-top: 34px;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}
.pad{
    padding-left: 50px;
}
.flx{
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}
.pc-m{
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
}
.logo{
    flex-basis: 30%;
    max-width: 30%;
    width: 30%;
}
.logo a{
    display: block;
    max-width: 175px;
    min-width: 175px;
    margin-right: 25px;
    cursor: pointer;
}
.logo a img{
    height: auto;
    width: 235px;
    display: block;
}
.nav{
    transition: 0.4s;
    flex-basis: 70%;
    max-width: 70%;
    width: 70%;
    display: flex;
    padding-bottom: 25px;
    opacity: 1;
    transition: all .4s ease;
}
.nav-con{
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: right;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}
.nav-con ul{
    display: flex;
    height: 39px;
}
.nav-con ul:last-of-type{
    padding-right: 50px;
}
.nav-con ul li{
    margin-bottom: 7px;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}
.nav-con ul li a{
    color: #191919;
    font-size: 14px;
    padding: 0 17px;
    font-weight: 400;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.nav-con ul li a:hover{
    color: #0c3c90;
}
.nav-con ul:last-of-type li:first-child a:before{
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("../images/e.png")no-repeat center center;
    margin-right: 8px;
}

.nav-con ul:last-of-type li:first-child a:hover:before{
    background: url("../images/e2.png")no-repeat center center;
}
.nav-con ul:last-of-type li:nth-child(2) a{
    padding: 0 4px;
}
.nav-con ul li span{
    margin-top: 1px ;
    padding: 0 4px 0 8px;
    cursor: default;
    font-weight: 700;
    color: #191919;
    font-size: 14px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.nav-con ul:last-of-type li:last-child{
    margin-left: 34px;
    position: relative;
}
.nav-con ul:last-of-type li:last-child input{
    -webkit-appearance: none;
    display: inline-block;
    opacity: 0;
    width: 0;
    transition: all .4s ease;
    background: none;
    font-size: 14px;
    border: 0;
    border-bottom: 2px solid #191919;
    padding-bottom: 4px;
    outline: none;
}

.nav-con ul:last-of-type li:last-child label{
    display: inline-flex;
    max-width: 80px;
    cursor: pointer;
    font-size: 14px;
    transition: all .4s ease;
    -webkit-box-align: center;
    align-items: center;
}
.nav-con ul:last-of-type li:last-child i{
    display: inline-block;
    opacity: 0;
    width: 0;
    transition: 0.4s ease;
    height: 32px;
    background: url("../images/close.png")no-repeat center center;
    cursor: pointer;
}
.nav-con ul:last-of-type li:last-child i:hover{
    background: url("../images/close2.png")no-repeat center center;

}
.nav-con ul:last-of-type li:last-child label:hover:after{
    background: url("../images/close2.png")no-repeat center center;
}

.nav-con ul:last-of-type li:last-child label:hover{
    color: #0c3c90;
}
.nav-con ul:last-of-type li:last-child label:hover:before{
    background: url("../images/sou2.png")no-repeat center center;
}
.nav-con ul:last-of-type li:last-child label:before{
    content: '';
    width: 14px;
    height: 14px;
    display: inline-flex;
    position: absolute;
    left: -16px;
    top: 9px;
    background: url("../images/sou.png")no-repeat center center;
}
.list{
    padding: 0 50px 17px 34px;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}
.list ul{
    height: 53px;
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    display: flex;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}
.list ul li{
    display: flex;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    position: relative;
}
.list ul li>a{
    align-self: flex-end;
    color: #191919;
    font-weight: 700;
    margin: 8px 17px;
    font-size: 14px;
    position: relative;
}
.list ul li dl{
	position: absolute;
	top: 100%;
	left: 0;
	width: 150px;
	background: #fff;
	    opacity: 0;
	    z-index: 3;
	    backface-visibility: hidden;
	    transform-origin: 0 0;
	    transform: rotateX(-90deg);
	    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
}
.list ul li:hover dl{
	  visibility: visible;
	    opacity: 1;
	    transform: rotateX(0deg);
	    transition: transform 0.4s, opacity 0.1s;
}
.list ul li dl dd a{
	padding: 10px 25px 10px 18px;
	font-weight: 300;
	display: block;
	font-size: 16px;
	color: #333;
	text-align: center;
	transition: 0.4s;
}
.list ul li dl dd a:hover{
	color: #fff;
	background: #163675;
}
/*.list ul li>a:after{
    content: '';
    padding-left: 8px;
    position: absolute;
    top: 5px;
    width: 14px;
    height: 14px;
    right: -25px;
    background: url("../images/xia.png")no-repeat center center;
    display: inline-block;
}*/
.list ul li a:hover{
    color: #0c3c90;
}
.list ul li a:hover:after{
    background: url("../images/xia2.png")no-repeat center center;
}

.list ul li:nth-child(3) a:after,.list ul li:nth-child(4) a:after,.list ul li:nth-child(6) a:after{
    display: none;
}
.list ul li .drop{
    display: none;
    position: absolute;
    top: 67px;
    left: 50%;
    transform: translateX(-40px);
    height: auto;
    overflow: auto;
    min-width: auto;
    max-width: none;
    background: #fff;
    border-left: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    z-index: 999;
    border-bottom: 1px solid #e8e8e8;
    max-height: 70vh;
    box-shadow: 0 20px 32px 0 rgba(0,0,0,.07),0 3px 2px 0 rgba(0,0,0,.1);
}
.list ul li .drop-con{
    overflow-y:auto ;
    height: 100%;
    padding: 0 34px 25px;
    display: flex;
    flex-wrap: wrap;
}
.list ul li .drop-con h4{
    margin-top: 42px;
    text-align: left;
    line-height: 26px;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 24px;
}
.list ul li .drop-con h4 a{
    font-weight: 800;
    transition: color .2s;
    position: relative;
    display: inline-block;
    font-size: 20px;
}
.list ul li .drop-con h4 a:after{
    content: '';
    position: absolute;
    top: 7px;
    right: -25px;
    width: 14px;
    height: 14px;
    background: url("../images/you.png")no-repeat center center;
    display: inline-block;
}
.list ul li .drop-con h4 a:hover:after{
    background: url("../images/you2.png")no-repeat center center;
}
.drop-list{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(10,auto);
    max-width: 684px;
}
.drop-list .item{
    min-width: 200px;
    max-width: 33.33333%;
    flex-basis: 33.3333%;
    width: 33.3333%;
    margin-left: 42px;
}
.drop-list .item .img{
    margin-top: 42px;
}
.drop-list .item .txt{
    margin-top: 13px;
    border-top: 1px solid #d1d1d1;
}
.drop-list .item .txt a{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding: 13px 0;
    display: inline-block;
}
.drop-list .item .txt a:after{
    content: '';
    position: absolute;
    top: 15px;
    right: -25px;
    width: 14px;
    height: 14px;
    background: url("../images/you.png")no-repeat center center;
    display: inline-block;
}
.drop-list .item .txt a:hover:after{
    background: url("../images/you2.png")no-repeat center center;
}
.drop-list .item:nth-child(1),.drop-list .item:nth-child(4){
    margin-left: 0;
}
/*.drop:before{*/
/*    content: '';*/
/*    display: inline-block;*/
/*   width: 0;*/
/*    height: 0;*/
/*    border-bottom: 10px solid #fff;*/
/*    border-left: 10px solid transparent;*/
/*    border-right: 10px solid transparent;*/
/*    position: absolute;*/
/*    top: -16px;*/
/*    left: 15px;*/
/*}*/
.container{
    min-width: 320px;
    max-width: 1356px;
    margin: 0 auto;
    position: relative;
}
.slide .swiper-slide{
    position: relative;
}
.slide .swiper-slide img{
    display: block;
    width: 100%;
}
.slide .swiper-container{
    /*height: 512px;*/
}
.slide .swiper-slide .text{
    background: hsla(0,0%,100%,.75);
    position: absolute;
    left: 6.25%;
    padding: 34px;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
    max-width: 530px;
}
.slide .swiper-slide .text h2{
    margin-bottom: 34px;
    color: #d5313a;
    font-weight: 800;
    font-size: 38px;
}
.slide .swiper-slide .text h2 span{
    display: block;
    font-weight: 200;
    font-size: 20px;
}
.slide .swiper-slide .text a{
    display: inline-block;
    border: 1px solid #d5313a;
    background: #d5313a;
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    transition: .2s;
}
.slide .swiper-slide .text a:hover{
    background: #0c3c90;
    border-color: #0c3c90;
}
.slide .swiper-button-next,.slide .swiper-button-prev{
    top: 0!important;
    width: 5% !important;
    height: 100% !important;
}
.slide .swiper-button-next{
    right: 0;
}
.slide .swiper-button-prev{
    left: 0;
}
.slide .swiper-button-prev:hover{
    background: linear-gradient(90deg,rgba(0,0,0,.9),hsla(0,0%,100%,0));
}
.slide .swiper-button-next:hover{
    background: linear-gradient(270deg,rgba(0,0,0,.9),hsla(0,0%,100%,0));
}
.slide .swiper-button-next:after,.slide .swiper-button-prev:after{
    color: #d1d1d1;
}
.slide .swiper-button-next:hover:after,.slide .swiper-button-prev:hover:after{
   color: #fff;
}
.slide .swiper-pagination-bullet{
    opacity: 1;
    width: 11px;
    height: 11px;
    background: #fff;
    border: 1px solid #666;
    margin: 5px 7px;
}
.slide .swiper-pagination-bullet.swiper-pagination-bullet-active{
    border-color: #d5313a;
    background: #d5313a;
}
.icon-bar{
    margin-bottom: 17px;
    padding: 0 25px;
    margin-top: 42px;
}
.icon-bar ul{
    padding: 25px 25px 8px;
    background: #f1f1f1;
    -webkit-box-pack: justify;
    justify-content: space-between;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}
.icon-bar ul li{
    background: #fff;
    min-height: 126px;
    margin-bottom: 17px;
    border-radius: 4px;
    transition: box-shadow .2s,transform .2s;
    transform: translateY(0);
    box-shadow: 0 1px 4px 0 rgba(50,50,50,.5);
    -webkit-box-flex: 1;
    flex-grow:1 ;
    flex-basis: 0;
    display: flex;
    flex: 0 1 auto;
    width: 19%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}
.icon-bar ul li a{
    display: flex;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    padding: 8px 17px 1px;
    align-content: center;
    flex-basis: 100%;
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}
.icon-bar ul li a .img{
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    display: flex;
    flex: 0 1 auto;
    width: 19%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    margin-bottom: 8px;
}
.icon-bar ul li a .img img{
    display: block;
    height: 42px;
    width: 42px;
    margin: auto;
    align-self: center;

}
.icon-bar ul li a span{
    align-self: flex-end;
    color: #191919;
    display: block;
    font-weight: 700;
    position: relative;
    z-index: 1;
    font-size: 14px;
    transition: 0.2s ease;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
}
.icon-bar ul li a span:after{
    content: '';
    position: absolute;
    top: 2px;
    right: 14%;
    background: url("../images/you2.png")no-repeat center center;
    width: 14px;
    height: 14px;
    display: inline-block;
}
.icon-bar ul li:hover{
    transform: translateY(-2px);
    box-shadow: 0 2px 7px 1px rgba(94,94,94,.5);
}
.icon-bar ul li:hover span{
    color: #d5313a;
}
.comp{
    padding: 0 25px;
    margin-bottom: 25px;
}
.comp-con{
    height: 537px;
    /*background: url("../images/bg.jpg")no-repeat center center /cover ;*/
}
.comp-con .txt{
    padding: 67px 288px 302px;
    margin-bottom: 34px;
    text-align: center;
}
.comp-con .txt h1{
    margin-bottom: 34px;
    color: #0c3c90;
    font-size: 40px;
    line-height: 36px;
    font-weight: 800;
}
.comp-con .txt h1 span{
    display: block;
    font-weight: 200;
    color: #191919;
    line-height: 50px;
}
.comp-element{
    padding-top: 34px;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}
.comp-element .item{
    flex-basis: 33.3333%;
    max-width: 33.3333%;
    width: 33.3333%;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}
.comp-element .item-com{
    width: 100%;
    padding: 0 35px;
    margin-bottom: 17px;
}
.comp-element .item-com a{
    display: inline-block;
    width: auto;
    margin-top:8px ;
    position: relative;
    color: #191919;
    font-weight: 800;
    font-size: 18px;
    line-height: 20px;
}
.comp-element .item-com a:after{
    content: '';
    position: absolute;
    top: 5px;
    right: -10px;
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("../images/you2.png")no-repeat center center;
}
.comp-element .item-com a:hover{
    color: #d5313a;
}
.comp-element .item-com .txt{
    margin: 17px 0 50px;
    border-top: 1px solid #d1d1d1;
}
.comp-element .item-com .txt span{
    display: block;
    padding-top: 17px;
    font-size: 14px;
}
.teaser{

    padding:0 25px ;
    margin-bottom: 25px;
}
.teaser-con{
    position: relative;
    height: 400px;
}
.teaser-con img{
    display: block;
    width: 100%;
}
.teaser-txt{
    position: absolute;
    top: 0;
    left: 0;
    padding: 84px 42px;
    background: rgba(0,0,0,.5);
    height: 236px;
    width: calc(100% - 84px);
    text-align: center;
}
.teaser-txt .text{
    max-width: 907px;
    margin: 0 auto;
}
.teaser-txt .text h3{
    margin-bottom: 17px;
    color: #fff;
    font-size: 37px;
    line-height: 42px;
    font-weight: 800;
}
.teaser-txt .text span{
    display: block;
    margin-bottom: 34px;
    color: #fff;
    font-size: 18px;
    font-weight: 200;
    line-height: 20px;
}
.teaser-txt .btn a{
    display: inline-block;
    padding:  18px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    border: 1px solid #0c3c90;
    background: #0c3c90;
    min-width: 15%;
    border-radius: 4px;
    transition: 0.2s;
}
.teaser-txt .btn a:hover{
    background: #0c3c90;
    border-color: #0c3c90;
}
.hang h3{
    line-height: 42px;
    font-size: 37px;
    margin-bottom: 17px;
    text-align: center;
    color: #191919;
    font-weight: 800;
}
.hang .txt{
    margin-bottom: 17px;
    padding: 0 21.875%;
    text-align: center;
}
.hang .txt span{
    font-size: 18px;
    line-height: 25px;
}
.hang ul{
    padding: 0 25px;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}
.hang ul li{
    width: calc(19% - 34px);
    min-height: 168px;
    padding: 0 17px;
    margin-bottom: 25px;
    text-align: center;
}
.hang ul li .img{
    margin:0 auto 17px;
    background: #f1f1f1;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    border: 1px solid transparent;
    transition: 0.2s;
    width: 90px;
    height: 90px;
}
.hang ul li .img img{
    width: 50px;
    height: 50px;
    margin: auto;
    transition: 0.2s;
    display: block;
}
    .hang ul li span {
        color: #0c3c90;
        display: inline;
        line-height: 25px;
        font-weight: 700;
        text-align: center;
        font-size: 14px;
    }
    .hang ul li:hover .img {
        border-color: #0c3c90;
    }
.hang ul li:hover img{
    transform: scale(1.1);
}
.teaser .btn a:first-child{
    background: #fff;
    color: #0c3c90;
}
.teaser .btn a:first-child:hover{
    color: #0c3c90;
}
.wide{
    padding: 67px 25px;
    margin-bottom: 25px;
}
.wide .tit{
    padding: 0 21.875% 17px;
}
.wide .tit h3 {
    margin-bottom: 34px;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
}
.wide-con{
    margin:0 10px;
    padding-bottom: 17px;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
}
.wide-con .item {
    margin: 0 25px 42px;
    width: calc(33% - 50px);
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    box-shadow: 0 1px 4px 0 rgba(50,50,50,.5);
}
.wide-con .item .img{
    height: 235px;
    flex-basis: 235px;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}
.wide-con .item .img img{
    display: block;
    width: 100%;
}
.wide-con .item .txt{
    padding: 34px 25px 84px;
    text-align: left;
}
.wide-con .item .txt h4{
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 26px;
    color: #0c3c90;
    cursor: pointer;
    display: inline-block;
    position: relative;
}
.wide-con .item .txt h4:after{
    content: '';
    position: absolute;
    top: 5px;
    right: -20px;
    width: 19px;
    height: 19px;
    background: url("../images/you3.png")no-repeat center center ;
}
.wide-con .item .txt h4:hover{
    text-decoration: underline;
}
.wide-con .item .txt span{
    display: block;
    margin: 17px 0;
    font-size: 15px;
}
.wide-con .item .txt .btn{
    padding-bottom: 17px;
    width: calc(100% - 50px);
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    text-align: center;
    margin: 0 auto;
}
.wide-con .item .txt .btn a{
    font-weight: 700;
    background: #0c3c90;
    display: block;
    color: #fff;
    font-size: 14px;
    text-align: center;
    width: 100%;
    min-height: 48px;
    line-height: 48px;
    border-radius: 4px;
    transition: 0.2s;
}
.wide-con .item .txt .btn a:hover{
    background: #0c3c90;
}
.foot-tp{
    padding: 25px 50px 0;
    background: #f1f1f1;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}
.tp-con{
    max-width: 100%;
    width: 100%;
    border-bottom: 1px solid #d1d1d1;
    padding-bottom: 25px;

}
.tp-con span{
    display: inline-block;
    margin-bottom: 34px;
    font-size: 14px;
    font-weight: 700;
    color: #191919;

}
.tp-list{
    text-align: center;
    padding: 0 14px;
    max-width: 100%;
    width: 100%;
}

.tp-list .tuUl{
	overflow: hidden;
	transition:500ms ease ;
}
.tp-list .tuUl li{
	 transition: opacity .2s;
	 margin-bottom: 28px;
	float: left;
	height: 56px;
	padding: 0 14px;
	width: 92px;
}

.tp-list .tuUl li img{
    display: block;
    width: 100%;
    height: 100%;
}
.bannerBg{
	position: relative;
	overflow: hidden;
}
 .tuUl:hover li{
    opacity: .25;
}
.tuUl li:hover {
    opacity: 1;
}
.tp-list .btn{
    position: absolute;
    cursor: pointer;
    width: 30px;
    height: 50px;
    color: #000;
    text-align: center;
    line-height: 50px;
    top: 50%;
    margin-top: -25px;
    font-weight: bolder;
    font-family: 宋体;
    font-size: 50px;
}

.tp-list .btn.anL{
    left: 0;
}


.tp-list .btn.anR{
    right: 0;
}

.picMarquee-left{ overflow:hidden; position:relative; border:  }
		.picMarquee-left .hd{ overflow:hidden;  height:30px; padding:0 10px;  }
		.picMarquee-left .hd .prev,.picMarquee-left .hd .next{ display:block;  width:30px; height:50px;  overflow:hidden;font-size: 50px;
		color: #000;position: absolute;top: 40%;
		left: 0;
			 cursor:pointer;
			  line-height: 50px;
			  font-family: 宋体;
			  z-index: 100;
			  }
.picMarquee-left .hd .next{left: auto;right: 5%;}
		.picMarquee-left .hd ul{ float:right; overflow:hidden; zoom:1; margin-top:10px; zoom:1; }
		.picMarquee-left .hd ul li{ float:left;  width:9px; height:9px; overflow:hidden; margin-right:5px; text-indent:-999px; cursor:pointer; background:url("images/icoCircle.gif") 0 -9px no-repeat; }
		.picMarquee-left .hd ul li.on{ background-position:0 0; }

		.picMarquee-left .bd{padding-left: 30px;  overflow:hidden;  }
		.picMarquee-left .bd ul{ overflow:hidden; zoom:1; width:10%;  float:left; _display:inline;  }
		.picMarquee-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;width: 101px !important; }
		.picMarquee-left .bd ul li .pic{margin-bottom: 28px; }
		.picMarquee-left .bd ul li .pic img{ width:100%; height:100%; display:block;  padding:2px;  }
.picMarquee-left span{
	display: none;
}

		
.foot-bt{
    padding: 42px 50px 0;
    background: #f1f1f1;
    display: flex;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}
.foot-bt .lef{
    flex-basis: 70%;
    max-width: 70%;
    width: 70%;

}
.foot-bt .lef span{
    display: block;
    font-size: 14px;
    font-weight: bold;
}
.foot-bt .lef ul{
    margin-top: 25px;
    display: flex;
    -webkit-box-align: end;
    align-items: flex-end;
}
.foot-bt .lef ul li{
    display: inline-block;
    padding-right: 42px;
    padding-left: 0;
    width: auto;
    max-width: none;
    flex-basis: auto;
    line-height: 0;
    margin-bottom:25px;
}
.foot-bt .lef ul li a{
    font-weight: 400;
    font-size: 14px;
    color: #666;
    line-height: 14px;
    transition: 0.2s;
}
.foot-bt .lef ul li a:hover{
    color: #0c3c90;
}
.foot-bt .rig{
    flex-basis: 30%;
    max-width: 30%;
    width: 30%;
}
.foot-bt .rig span{
    display: block;
    margin-bottom: 25px;
    font-weight: bold;
    font-size: 14px;
}
.foot-bt .rig a img{
    display: flex;
    width: 25px;
    height: 25px;
}
.footer small{
    padding: 25px 25px 50px;
    color: #666;
    text-align: center;
    -webkit-box-pack: center;
    justify-content: center;
    background-color: #f1f1f1;
    font-size: 14px;
    flex-basis: 100%;
    max-width: 100%;

    display: flex;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
}
.search{
    max-width: 1100px;
    margin: 0 auto;
    padding: 67px 25px 0;
}
.search .tit{
    padding:0 25px;
}
.search .tit h1{
    margin-bottom: 34px;
    text-align: center;
    font-weight: 200;
    flex-basis: 100%;
    max-width: 100%;
    width: 100%;
    font-size: 45px;
    line-height: 45px;
 }
.search-input{
    background: #f1f1f1;
    padding: 17px;
}
.search-input label{
    text-align: right;
    font-size: 15px;
    font-weight: 400;
    display: block;
    float: left;
    max-width: 30%;
    width: 30%;
   line-height: 65px;
}
.search-input .box{
    max-width: 50%;
    width: calc(69% - 34px);
    text-align: left;
    display: inline-block;
    padding-left: 34px;
    overflow: hidden;
}
.search-input .box input{
    float: left;
    padding: 0 16px;
    border: 1px solid #b5b5b5;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border-right: 0;
    height: 65px;
    width: 75%;
    max-width: 75%;
}
.search-input .box button{
    background: #d1d1d1;
    display: block;
    float: left;
    width: 98px;
    height: 67px;
    padding: 0 18px;
    border: 1px solid #d1d1d1;

}
.search-input .box button i{
    display: block;
    width: 19px;
    height: 19px;
    background: url("../images/you4.png")no-repeat center center;
    margin: 0 auto;
}
.kb{
    height: 109px;
}
.m-head{
    display: none;
    /*background: linear-gradient(90deg,#fc0,#fc0 48%,#ffe57f 70%,#fff0b2);*/
    height: 67px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    overflow: hidden;
    z-index: 1000;
}
.m-head .logo1{
    float: left;
    width: 40%;
}
.m-head .logo1 a{
    display: block;
    padding: 21px 0 21px 25px;
}
.m-head .logo1 a img{
    display: block;
    height: 33px;
}
.m-head ul{
    float: right;
    width: 48%;
    text-align: center;
}
.m-head ul li{
    display: inline-block;
    line-height: 67px;
    width: 25%;
    text-align: center;
}
.m-head ul li a{
    display: block;
    height: 67px;
}
.m-head ul li:first-child a i{
    display: block;
    width: 22px;
    height: 22px;
    margin: auto;
    padding-top: 40px;
    background: url("../images/e (1).png")no-repeat center center;
}
.m-head ul li:nth-child(2) a i{
    display: block;
    width: 22px;
    height: 22px;
    margin: auto;
    padding-top: 40px;
    background: url("../images/sousuo.png")no-repeat center center;
}
.m-head ul li:nth-child(3) a i{
    display: block;
    width: 22px;
    height: 22px;
    margin: auto;    padding-top: 40px;
    background: url("../images/list.png")no-repeat center center;
}
.lang{
    padding-top: 67px;
    height: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 100%;
    transition: 0.2s;
    z-index: 999;
}
.lang ul{
    padding: 0 25px;
}
.lang ul:first-child a{
    display: block;
    padding: 25px 0 25px 8px;
    overflow: hidden;
}
.lang ul:first-child a .img{
    float: left;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 17px;
}
.lang ul:first-child a .img img{
    display: block;
    margin-top: -3px;
    height: 120%;
    width: 120%;
}
.lang ul:first-child a .txt{
    float: left;
    width: 265px;
    color: #a7a7a7;
}
.lang ul:first-child a .txt span{
    display: block;
    font-size: 13px;
    line-height: 33px;
}
.lang ul:last-child{
    border-bottom: 1px solid #d1d1d1;
}
.lang ul:last-child .choice{
    padding: 25px 0 25px 8px;
}
.lang ul:last-child .choice a{
    font-weight: 700;
    padding: 0 8px;
    display: inline-block;
    line-height: 33px;
}
.lang ul:last-child .choice a:first-child{
    color: #191919;
}
.lang ul:last-child .choice a:last-child{
    background: #0c3c90;
    color: #fff;
}
.m-list {
    position: fixed;
    left: 100%;
    top: 0;
    padding-top: 67px;
    transition: 0.2s;
    background: #fff;
    height: 100%;
    overflow: auto;
    width: 100%;
    z-index: 999;
}
.m-list ul{
    padding: 0 25px 118px;
    position: relative;
    transition: 0.2s;
    left: 0;
}
.m-list ul li{
    overflow: hidden;
}
.m-list ul li a{
    padding: 25px 0;
    display: block;
    float: left;
    width: 70%;
}
.m-list ul li>span{
    float: right;
    display: block;
    background: url("../images/you2.png")no-repeat center center;
    width: 14px ;
    height: 14px;
    padding: 25px 0;
}
.m-list ul li:nth-child(odd){
    border-bottom: 1px solid #d1d1d1;
}
.m-list ul li a.active{
    font-weight: 800;
    color: #0c3c90;
    font-size: 16px;
}
.m-list ul li a{
    color: #191919;
}
.m-list ul li dl.show{
	display: block;
}
.m-list ul li dl{
    position: absolute;
    top: 0;
    left: 100%;
	display: none;
    width: calc(100% - 50px);
    padding: 0 25px 118px;
}
.m-list ul li dl dd{
    border-bottom: 1px solid #d1d1d1;
    overflow: hidden;
}
.m-list ul li dl dd:first-child a{
    position: relative;
    padding-left: 20px;
}
.m-list ul li dl dd:first-child a:before{
    content: '';
    position: absolute;
    left: 0;
    top: 30px;
    width: 14px;
    height: 14px;
    background: url("../images/zuo.png")no-repeat center center;
}
@media screen and (max-width: 767px) and (min-width: 374px){
    .head{
        display: none;
    }
    .m-head{
        display: block;
		background: #fff;

    }
    .search{
        padding-top: 134px;
    }
    .search .tit h1{
        font-size: 28px;
    }
    .search-input label{
        display: block;
        width: 100%;
        margin-bottom: 8px;
        float: none;
        max-width: 100%;
        text-align: left;
        line-height: 25px;
    }
    .search-input .box{
        max-width: 100%;
        display: block;
        float: none;
        width: 100%;
        padding:0;
    }
    .search-input .box input{
        width: 50%;
    }
    
    .tp-con span{
        position: relative;
        margin: 0;
    }
    .tp-con span:after{
        content: '';
        width: 14px;
        height: 14px;
        display: inline-block;
        background: url("../images/you2.png")no-repeat center center;
        margin-left: 4px;
    }
    .foot-bt .lef{
        max-width: 100%;
        width: 100%;
        flex-basis: 100%;
    }
    .foot-bt .lef ul{
        margin: 23px 0 17px;
        overflow:hidden ;
        display: block;
    }
    .foot-bt .lef ul li{
        display: block;
        float: left;
        width: 47%;
        padding-right: 8px;
    }
    .foot-bt .rig{
        max-width: 100%;
        display: block;
        width: 100%;
        flex-basis: 100%;
    }
    .slide{
        padding-top: 67px;
    }
   .slide .swiper-container{
        height: auto;
    }
    .slide .swiper-slide .text{
        background: none;
        padding: 0 ;
        width: 88%;
        top:67px;
        left: 7%;
    }
    .slide .swiper-button-next, .slide .swiper-button-prev{
        height: 117px!important;
        top: 5%!important;
    }
    .slide .swiper-slide .text h2{
        font-size:12px;
		margin-bottom: 5px;
    }
    .slide .swiper-slide .text h2 span{
        font-size: 12px;
    }
    .slide .swiper-slide .text a{
        display: block;
        width: 80%;
    }
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        bottom: 200px!important;
    }
    .icon-bar ul li{
        max-width: 50%;
        width: 48%;
    }
    .icon-bar ul li a .img {
        width: 100%;
    }
    .icon-bar ul li a span:after{
        right: 0;
    }
    .icon-bar ul{
        background: none;
    }
    .comp-con .txt {
        padding:0;
        position: absolute;
        top: -168px;
    }
    .comp-con .txt h1{
        font-size: 26px;
    }
    .comp-con .txt h1 span{
        line-height: 26px;
        font-size: 24px;
    }
    .comp-con{
        height: 184px;
        position: relative;
        margin-top: 168px;
    }
    .comp-element .item {
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
    }
    .teaser-txt{
        padding: 0;
        background: none;
        height: auto;
        width: 100%;
      /*  top: 159px; */
        text-align: left;
    }
    .teaser-txt .text h3{
        color: #191919;
        font-size: 24px;
    }
    .teaser-txt .text span{
        color: #191919;
        font-size: 16px;
        font-weight: normal;
    }
    .teaser-txt .btn a{

        display: block;
    }
    .teaser-con{
        height: 300px;
    }
	.teaser-con img{
		position: absolute;
		top: 190px;
		left: 0;
		width: 100%;
	}
    .hang h3{
        font-size: 24px;
    }
    .hang .txt{
        padding: 0 25px;
    }
    .hang ul li{
        width: calc(50% - 34px);
    }
    .hang ul{
        width: calc(100% - 50px);
    }
    .teaser .btn a:first-child{
        margin-bottom: 17px;
    }
    .wide .tit h3{
        font-size: 22px;
    }
    .wide-con .item{
        width:100%;
        margin: 0 0 42px 0;
    }
    .wide-con .item .img{
        height: auto;
        flex-basis: auto;
    }
    .wide-con .item .txt h4 {
        margin: 0;
    }
    .wide-con .item .txt .btn{
        margin: 0;
        width: 100%;
    }
    .wide{
        padding-bottom: 0;
    }
	.picMarquee-left .hd .prev,.picMarquee-left .hd .next{
		display: none;
	}
	.wide{
	    padding-bottom: 0;
	}
	.picMarquee-left .bd{
		padding: 0;
	}
}
.slide{ margin-bottom:20px;}