*{
    margin: 0;
    padding: 0;
}

.clear{
    clear: both;
    margin: 0 auto;
}

a{
    text-decoration: none;
}

.fl{
    float: left;
}

.fr{
    float: right;
}

ul{
    list-style: none;
}

.wapper{
    width: 1200px;
    margin: 0 auto;
}

.head{
    height: 60px;
    padding: 30px 0;
}

.logo{
    height: 60px;
    float: left;
}

.logo a{
    display:block;
    height: 100%;
}

.logo a img{
    display:block;
    height: 100%;
}

.head dl{
    height: 60px;
    float: right;
    overflow: hidden;
}


.head dl dt{
  /*  width: 50px;*/
    height: 50px;
    float: left;
    margin-top: 8px;
    margin-right: 10px;
}

.head dl dt img{
    display: block;
    width:100%;
    height:100%;
}

.head dl dd{
    height: 60px;
    float: left;
}

.head dl dd label{
    display: block;
    font-size: 15px;
    color: #000;
    line-height: 30px;
}

    .head dl dd span {
        display: block;
        font-size: 28px;
        color: rgb(3, 57, 164);
        height: 30px;
        font-weight: bold;
    }

.ME{
    height: 50px;
    background: #063a9f;
}

.menu{
    height: 50px;
}

.menu li{
    width: 200px;
    height: 50px;
    float: left;
    
    position: relative;
}

.menu li>a{
    display: block;
    height: 50px;
    width: 100%;
    color: #fff;
    text-align: center;
    line-height: 50px;
    transition: 500ms;
}

.menu li:hover>a{
    background: #f96538;
}

.menu li dl{
    width: calc(150% - 6px);
    padding: 5px 3px;
    position: absolute;
    top: 50px;
    background: #2b2b2b;
    left: 0;
    box-shadow: 0 0 8px #000;
    z-index: 1000;
    display: none;
}

.menu li:hover dl{
    display: block;
}

.menu li dl dd{
    height: 30px;
}

.menu li dl dd a{
    height: 30px;
    display: block;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 30px;
}

.menu li dl dd:hover{
    background: #f96538;
}

/* 本例子css */
.slideBox{ width:100%; height:800px; overflow:hidden; position:relative;}
.slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:0; bottom:30px; z-index:1;width: 100%; }
.slideBox .hd ul{ overflow:hidden; zoom:1;
    height: 15px;
    position: absolute;
    left: 50%;
    width: fit-content;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
}
.slideBox .hd ul li{ float:left; margin-right:5px;  width:15px; height:15px; line-height:15px; text-align:center; background:#fff; cursor:pointer;border-radius: 50%; }
.slideBox .hd ul li.on{ background:#f96538; color:#fff; }
.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%; height:800px; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{
    position:absolute;
    left:3%;
    top:50%;
    display:block;
    width:70px;
    height:70px;
    background: rgba(0,0,0,.1);
    border-radius: 5px;
    font-size: 50px;
    color: #fff;
    font-weight: bolder;
    font-family: 宋体;
    text-align: center;
    line-height: 70px;
    transition: 500ms;
}
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{
    background: rgba(0,0,0,.5);
}

.con1{
    padding: 100px 0;
}

.tit{
}

.col1{
    color: #000;
}

.col2{
    color: rgb(135, 135, 135);
}

.col3{
    color:#fff;
}

.tit h1{
    text-align: center;
    font-size: 32px;
    line-height: 50px;
}

.tit h2{
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    line-height: 30px;
}

.c1{
    height: 409px;
    margin-top: 150px;
    position: relative;
}

.c1 img{
    display: block;
    width: 100%;
    height: 100%;
}

.c1 dl{
    width: 420px;
}

.c1dl1{
    position: absolute;
    left: 0;
    top: -25px;
}

.c1dl2{
    position: absolute;
    right: 0;
    top: -30px;

}

.c1dl3{
    position: absolute;
    left: 0;
    top: 265px;

}


.c1dl4{
    position: absolute;
    right: 0;
    top: 215px;

}

.c1dl4 dt{
    margin-left: 88px;
}


.c1dl2 dt span{
    margin-right: 10px;
}

.c1dl1 dt{
    margin-left: 230px;
}

.c1dl3 dt{
    margin-left: 210px;
}

.c1dl4 dt span{
    margin-right: 10px;
}


.c1dl1 dd{
    padding-left: 20px;
    padding-right: 90px;
}

.c1dl2 dd{
    padding-right: 20px;
    padding-left: 36px;
    color: #666 !important;
}


.c1dl3 dd{
    padding-left: 20px;
    padding-right: 36px;
    color: #666 !important;
}



.c1dl4 dd{
    padding-left: 86px;
    padding-right: 20px;
}


.c1 dl dd{
    margin-top: 10px;
}

.c1 dl dt{
    height: 48px;
    overflow: hidden;
}

.c1 dl dt label{
    display: block;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    background:#022686;
    font-size: 24px;
    color: #fff;
    font-weight: bolder;
    text-align: center;
    line-height: 48px;
    float: left;
    margin-right: 10px;
}

.c1 dl dt span{
    font-size: 26px;
    color: rgb(53, 52, 52);
    line-height: 48px;
    display: block;
    float: left;
    height: 48px;
    font-weight: bolder;
}

.c1 dl dd{
    height: 90px;
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 30px;
    color: #fff;
    font-size: 15px;
    overflow: hidden;
}

.con2bg{
    height: 990px;
    background:url("../images/con2bg.jpg") no-repeat center center;
}

.con2{
    padding: 100px 0;
}

.con2 dl{
    height: 92px;
}


.con2 dl dt{
    width: 92px;
    height: 92px;
    font-size: 35px;
    font-weight: bolder;
    color: #0239a0;
    line-height: 92px;
    text-align: center;
    margin-right: 55px;
    float: left;
}

.con2 dl dd{
    height: 92px;
    width: 520px;
    float: left;
}

.con2 dl dd h1{
    font-size: 22px;
    color: #fff;
    line-height: 30px;
}

.con2 dl dd h3{
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    font-weight: normal;
}


.c2dl1{
    margin-top: 186px;
}

.c2dl1 dt{
    margin-left: 473px;
}

.c2dl2{
    margin-top: 95px;
}

.c2dl2 dt{
    margin-left: 528px;
}

.c2dl3{
    margin-top: 84px;
}

.c2dl3 dt{
    margin-left: 488px;
}

.con3bg{
    padding: 100px 0;
}

.con3{
    height: 212px;
    margin-top: 140px;
}

.con3 li{
    width: 309px;
    border-right: 1px solid #e8e8e8;
    height: 212px;
    float: left;
    padding: 0 45px;
}

.con3 li:last-child{
    border-right: none;
}

.con3 li label{
    display: block;
    width: 80px;
    height: 80px;
    background: #11277c;
    color: #fff;
    font-size: 36px;
    text-align: center;
    line-height: 80px;
    font-weight: bolder;
    border-radius: 50%;
    margin: -20px auto 20px;
}

.con3 li h1{
    font-weight: normal;
    color: #000;
    text-align: center;
    font-size: 26px;
    line-height: 50px;
}

.con3 li span{
    display: block;
    color: rgb(169, 169, 169);
    line-height: 20px;
    text-align: center;
    font-size: 12px;
}

.con4bg{
    height: 225px;
    background:url("../images/con4bg.jpg") no-repeat center center;
    background-size: cover;
}

.con4{
    height: 100%;
}

.con4L{
    float: left;
    margin-top: 70px;
}

.con4L dt{
    font-size: 40px;
    color: #fff;
    font-weight: bolder;
    line-height: 60px;
}

.con4L dd{
    font-size: 18px;
    color: #fff;
    line-height: 30px;
}

.con4R{
    display: block;
    width: 204px;
    height: 56px;
    border: 1px solid #fff;
    border-radius: 56px;
    float: right;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 56px;
    margin-top: 85px;
}


.con5bg{
    padding: 100px 0;
}

.con5{
    margin-top: 140px;
    height: 540px;
}

.con5 li{
    width: 283px;
    height: 540px;
    margin-right: 22px;
    float: left;
}

.con5 li:last-child{
    margin-right: 0;
}

.tuDiv{
    width: 100%;
    height: 488px;
    overflow: hidden;
}

.tuDiv img{
    display: block;
    width:100%;
    height:100%;
    transition: 500ms;
}

.con5 li:hover .tuDiv img{
    transform: scale(1.3);
}

.con5 li span{
    height: 52px;
    display: block;
    line-height: 52px;
    text-align: center;
    font-size: 24px;
    color: rgb(40, 40, 40);
}

.ftbg{
    padding: 50px 0;
    background: #fff;
}

.ft1bg{
    border-bottom: 1px solid #723524;
    padding-bottom: 40px;
}


.ft1bg dl{
    float: left;
    margin-right: 100px;
}

.ft1bg dl:first-child{
    width: 440px;
}

.lxwmDl{
    width: 290px;
    margin-right: 0 !important;
}

.ft1bg dl:first-child dd{
    color: rgb(172, 172, 172);
    font-size: 14px;
    line-height: 30px;
}

.ft1bg dl dt{
    color: rgb(255, 101, 55);
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 20px;
}

.ft1bg dl dd{
    overflow: hidden;
}

.lxwmDl dd img{
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 10px;
}

.lxwmDl dd span{
    width: calc(100% - 50px);
    float: left;
    line-height: 40px;
    color: rgb(172, 172, 172);
    font-size: 12px;
    display: block;
}

.ft2bg{
    padding: 20px 0;
}

.ft2bg li{
    line-height: 24px;
    color: #acacac;
    font-size: 12px;
}

.ft2bg li a{
    line-height: 24px;
    color: #acacac;
    font-size: 12px;
}

.backTop{
    display: block;
    width: 40px;
    height: 40px;
    position: fixed;
    right: 40px;
    bottom: 50px;
    transition: 500ms;
    background: #b4b4b4;
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.backTop:hover{
    background: #33322E;
}

/*inside-----------------------------------*/

.inside{
    min-height: 400px;
    margin: 100px auto;
}

.insBanner{
    height: 400px;
}


/*ins1*/
.ins01bg{
    padding: 100px 0;
}

.ins01 {
    padding: 20px 5px;
}

.ins01L{
    float: left;
    width: 600px;
    padding-top: 130px;
}


.ins01L h1{
    color: #000;
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 30px;
}

.ins01L span{
    display: block;
    color: rgb(159, 159, 159);
    font-size: 15px;
    line-height: 29px;
}


.ins01R{
    display: block;
    width: 489px;
    height: 410px;
    float: right;
}
/*ins1*/


/*ins2*/
.ins02{
}

.instit{
}

.instit h1{
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    position: relative;
    width: 700px;
    margin:0 auto;
}

.instit h1:before{
    position: absolute;
    content: '';
    left: 0;
    top: 14px;
    width: 166px;
    height: 2px;
    background: #000;
}

.instit h1:after{
    position: absolute;
    content: '';
    right: 0;
    top: 14px;
    width: 166px;
    height: 2px;
    background: #000;
}

.instit span{
    display: block;
    line-height: 29px;
    color: rgb(157, 157, 157);
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
}


.ins02ul1{
    overflow: hidden;
    margin-top: 100px;
}

.ins02ul1 li{
    width: 357px;
    height: 514px;
    float: left;
    margin-right: 63px;
    position: relative;
}

.ins02ul1 li img{
    width: 100%;
    height: 100%;
}

.ins02ul1 li:last-child{
    margin-right: 0;
}

.ins02ul1 li span{
    height: 28px;
    background: rgba(0,0,0,.7);
    color: #fff;
    font-size: 12px;
    text-align: center;
    line-height: 28px;
    display: block;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -28px;
    transition: 500ms;
}

.ins02ul1 li:hover span{
    bottom: 0;
}

.ins02ul2{
    overflow: hidden;
    margin-top: 80px;
}

.ins02ul2 li{
    width: 215px;
    height: 273px;
    padding: 15px;
    float: left;
    border: 1px #efefef solid;
    margin-bottom: 30px;
    margin-right: 70px;
    cursor: pointer;
}

.tudv2{
    height: 230px;
    position: relative;
}

.tudv2 img{
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

.ins02ul2 li span{
    display: block;
    font-size: 14px;
    text-align: center;
    height: 23px;
    line-height: 23px;
    margin-top: 15px;
}

.insB2{
    width: 1200px;
    height: 650px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: none;
}

.slideBox2{
    width: 890px;
    height: 650px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background: #fff;
}

.slideBox2 .prev{
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -130px;
    font-size: 60px;
    font-family: 宋体;
    text-align: center;
    font-weight: bolder;
    line-height: 94px;
    transition: 500ms;
    color: #fff;
}

.slideBox2 .prev:hover{
    background: rgba(0,0,0,.6);
}

.slideBox2 .next{
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background: rgba(0,0,0,.3);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -130px;
    font-size: 60px;
    font-family: 宋体;
    text-align: center;
    font-weight: bolder;
    line-height: 94px;
    transition: 500ms;
    color: #fff;

}

.slideBox2 .next:hover{
    background: rgba(0,0,0,.6);
}

.slideBox2 .bd{
    width: 798px;
    height: 390px;
    margin: 70px auto 0;
}

.slideBox2 .bd>ul{
    width: 798px;
    height: 390px;
}

.slideBox2 .bd>ul>li{
    width: 798px;
    height: 390px;
}

.cpTua{
    display: block;
    width: 390px;
    height: 390px;
    float: left;
}

.cpTua img{
    display: block;
    width: 100%;
    height:  100%;
}

.cpTudv{
    width: 370px;
    height: 390px;
    float: right;
}

.cpTudv a{
    display: block;
    font-size: 20px;
    border-bottom: 1px solid #ccc;
    height: 40px;
    line-height: 40px;
    color: #666;
}

.cpTudv ul{
}

.cpTudv ul li{
    line-height: 40px;
    overflow: hidden;
}

.cpTudv ul li label{
    display: block;
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    margin-right: 10px;
    width: 70px;
}

.cpTudv ul li span{
    display: block;
    float: left;
    color: #666;
    font-size: 14px;
    line-height: 40px;
    margin-right: 10px;
    width: calc(100% - 90px);

}

.slideBox2 .hd{
    width: 798px;
    height: 80px;
    margin: 30px auto 0;
    background: #fff;
}

.slideBox2 .hd ul{
    height: 80px;
}

.slideBox2 .hd ul li{
    float: left;
    width: 80px;
    height: 80px;
    margin-right: 9px;
    margin-left: 10px;
    cursor: pointer;
}

.slideBox2 .hd ul li img{
    display: block;
    width:100%;
    height:100%;

}


.close{
    display: block;
    cursor: pointer;
    color: #666;
    font-size: 30px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-weight: bolder;
    position: absolute;
    right: 155px;
    top: 0;
}

/*ins2*/

/*ins03*/
.ins03{
    overflow: hidden;
}

.ins03 dl{
    width: 580px;
    height: 354px;
}

.ins03 dl dt{
    width: 100%;
    height: 240px;
}

.ins03 dl dt a{
    display: block;
    width: 100%;
    height: 100%;
}

.ins03 dl dt a img{
    display: block;
    width: 100%;
    height: 100%;
}

.ins03 dl dd{
    height: 114px;
    overflow: hidden;
    width: calc(100% - 40px);
    padding: 0 20px;
}

.ins03 dl dd a{
    display: block;
    height: 50px;
    overflow: hidden;
    font-size: 20px;
    line-height: 50px;
    color: #000;
}

.ins03 dl:hover dd a{
    color: #f96538;
}

.ins03 dl dd span{
    display: block;
    height: 64px;
    line-height: 32px;
    font-size: 14px;
    color: #969696;
}

.ins04{
    margin-top: 100px;
}

.ins04 li{
    height: 84px;
    padding-bottom: 40px;
    border-bottom: 1px dashed #ccc;
}

.ins04 li dl{
    width: 100%;
    height: 100%;
}

.ins04 li dl dt{
    width: 80px;
    height: 80px;
    float: left;
    background: #f3f3f2;
    margin-right: 10px;
}

.ins04 li dl dt label{
    display: block;
    color: #666;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    padding-top: 24px;
}

.ins04 li dl dt span{
    display: block;
    color: #666;
    text-align: center;
    line-height: 20px;
    font-size: 14px;
    padding-bottom: 16px;
}

.ins04 li dl dd{
    height: 80px;
    width: calc(100% - 90px);
    float: left;
}

.ins04 li dl dd a {
    display: block;
    height: 30px;
    overflow: hidden;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.ins04 li:hover dd a{
    color: #f96538;
}

.ins04 li dl dd span{
    height: 50px;
    display: block;
    line-height: 25px;
    font-size: 14px;
    color: #737373;
}

/*ins03*/


/*ins05-----------------------*/
.ins05L{
    width: 450px;
    padding-bottom: 100px;
    float: left;
}

.ins05L dt{
}


.ins05L dt h1{
    font-size: 26px;
    color: #666;
    line-height: 30px;
    font-weight: normal;
    padding-bottom: 24px;
    position: relative;

}

.ins05L dt h1:after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    width: 40px;
    height: 1px;
    background: #000;
}

.ins05L dt h1 span{
    color: rgb(206, 206, 206);
    font-size: 20px;
    line-height: 30px;
    margin-left: 10px;
}

.ins05L dt>span{
    color: #f00;
    font-size: 15px;
    line-height: 50px;
    display: block;
}

.ins05L dd{
    overflow: hidden;
}

.ins05L dd img{
    display: block;
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 15px;
}

.ins05L dd div{
    height: 50px;
    width: calc(100% - 45px);
    float: left;
}

.ins05R{
    width: 600px;
    padding-bottom: 300px;
    float: right;
}

.ins05R ul{
}

.ins05R ul li{
    line-height: 36px;
    margin-bottom: 24px;
    overflow: hidden;
}

.ins05R ul li label{
    display: block;
    width: 60px;
    height: 36px;
    color: #666;
    font-size: 18px;
    line-height: 36px;
    font-weight: bold;
    float: left;
}

.ins05R ul li input[type="text"]{
    display: block;
    width: calc(100% - 90px);
    padding: 0 10px;
    border: 1px solid #666;
    height: 34px;
    outline: none;
    float: right;
}

.ins05R ul li input[type="button"]{
    display: block;
    width: 234px;
    border: 1px solid #f00;
    height: 38px;
    outline: none;
    background: url("../images/buttonbg.png") repeat-x;
    cursor: pointer;
    border-radius: 3px;
    color: #fff;
    font-size: 15px;
    margin-left: 70px;
}

/*ins05-----------------------*/










