
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

ul,ol{
    list-style: none;
    padding: 0;
    margin: 0;
}
blockquote,body,button,dd,dl,dt,form,h1,h2,h3,h4,h5,h6,hr,input,legend,p,pre,td,textarea,th {
    margin: 0;
    padding: 0
}

body,button,input,select,textarea {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%
}

img:not([src]) {
    visibility: hidden
}

a[href="javascript: void(0);"],a[href="javascript:void(0)"] {
    cursor: inherit
}

address,cite,dfn,var {
    font-style: normal
}

small {
    font-size: 12px
}

a,a:hover {
    text-decoration: none;
    color: #000;
}

legend {
    color: #000
}

fieldset,img {
    border: 0
}

img {
    vertical-align: top
}

img,video {
    max-width: 100%
}

button,input,select,textarea {
    font-size: 100%
}

table {
    border-collapse: collapse;
    max-width: 100%
}

table[defaultwidth=true] {
    width: 100%
}

input {
    -webkit-appearance: none
}

button {
    border-radius: 0
}

body {
    background: #fff
}

iframe {
    border: 0
}

td {
    word-break: break-word!important
}

/* 网页滚动轮 */
body::-webkit-scrollbar-track {
    background-color: #f7f7f7
}
body::-webkit-scrollbar {
    width: 6px
}
body::-webkit-scrollbar-thumb {
    background-color: #c1c1c1
}
.font12{
    font-size: 12px!important;
}
.font14{
    font-size: 14px!important;
}
.font16{
    font-size: 16px!important;
}
.font18{
    font-size: 18px!important;
}
.font20{
    font-size: 20px!important;
}
.clear{
    clear: both;
}
.w12{
    width: 1200px;
    min-width: 1200px;
    margin: 0 auto;
}
.center{
    text-align: center;
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_top{
    height: 30px;
    line-height: 30px;
    background-color: #f2f2f2;
    color: #333;
    font-size: 13px;
}
.header_center{
    padding: 25px 0;
    background: url("../images/header_bg.png") center no-repeat;
}
.header_center .left{
    width: 42%;
}
.header_center .left .item1{
    width: 40%;
    border-right:1px solid #717070;
}
.header_center .left .item2{
    flex: 1;
    padding-left: 20px;
}
.header_center .left .item2 h3{
    font-size: 18px;
    color: #2e2e2e;
    font-weight: 600;
}
.header_center .left .item2 p{
    color: #9b9b9b;
    font-size: 14px;
}
.header_center .right .item1 img{
    max-width: 40px;
}
.header_center .right .item2{
    line-height: 1.5;
    padding-left: 15px;
}
.header_center .right .item2 h3{
    font-size: 20px;
}
.header_center .right .item2 h3 span{
    color: #0675c7;
}
.header_center .right .item2 p{
    color: #acacac;
    font-size: 14px;
}
.header_bottom{
    background: #2383cf;
    line-height: 52px;
}
.header_bottom>ul>li{
    width: 14.27%;
    text-align: center;
    position: relative;
}
.header_bottom>ul>li a{
    background: #2383cf;
    color: #fff;
    display: block;
}
.header_bottom>ul>li.active a,.header_bottom>ul>li:hover a{
    background: #0363af!important;
}
.header_bottom>ul>li ul{
    position: absolute;
    width: 100%;
}
.header_bottom>ul>li ul li a{
    border-bottom:1px solid #2383cf; background:#0363af; color:#fff;margin: 0;
}
.header_bottom>ul>li ul li:last-child a{ border-bottom:none; }
.header_bottom>ul>li ul li a:hover { background:#2383cf; color:#fff; }
.header_bottom>ul>li ul { transform:scale(0); }
.header_bottom>ul>li ul li {color: #fff;opacity: 0;-webkit-transform: rotateY(90deg);-moz-transform: rotateY(90deg);-ms-transform: rotateY(90deg);-o-transform: rotateY(90deg);transform: rotateY(90deg);-webkit-transition: opacity .4s, -webkit-transform .5s;-moz-transition: opacity .4s, -moz-transform .5s;-ms-transition: opacity .4s, -ms-transform .5s;transition: opacity .4s, transform .5s;}
.header_bottom>ul>li:focus ul li,.header_bottom>ul>li:hover ul{z-index:10;  -moz-transform:scale(1); -o-moz-transform:scale(1); -o-moz-transform:scale(1); -webkit-moz-transform:scale(1); transform:scale(1);} 
.header_bottom>ul>li:focus ul li,.header_bottom>ul>li:hover  ul li{opacity:1;-webkit-transform:none;-moz-transform:none;-ms-transform:none;-o-transform:none;transform:none}
.header_bottom>ul>li:hover  ul li:nth-child(1){-webkit-transition-delay:0s;-moz-transition-delay:0s;-ms-transition-delay:0s;-o-transition-delay:0s;transition-delay:0s}
.header_bottom>ul>li:hover  ul li:nth-child(2){-webkit-transition-delay:50ms;-moz-transition-delay:50ms;-ms-transition-delay:50ms;-o-transition-delay:50ms;transition-delay:50ms}
.header_bottom>ul>li:hover  ul li:nth-child(3){-webkit-transition-delay:.1s;-moz-transition-delay:.1s;-ms-transition-delay:.1s;-o-transition-delay:.1s;transition-delay:.1s}
.header_bottom>ul>li:hover  ul li:nth-child(4){-webkit-transition-delay:150ms;-moz-transition-delay:150ms;-ms-transition-delay:150ms;-o-transition-delay:150ms;transition-delay:150ms}
.header_bottom>ul>li:hover  ul li:nth-child(5){-webkit-transition-delay:.2s;-moz-transition-delay:.2s;-ms-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}
.header_bottom>ul>li:hover  ul li:nth-child(6){-webkit-transition-delay:250ms;-moz-transition-delay:250ms;-ms-transition-delay:250ms;-o-transition-delay:250ms;transition-delay:250ms}
.header_bottom>ul>li:hover  ul li:nth-child(7){-webkit-transition-delay:.3s;-moz-transition-delay:.3s;-ms-transition-delay:.3s;-o-transition-delay:.3s;transition-delay:.3s}
.header_bottom>ul>li:hover  ul li:nth-child(8){-webkit-transition-delay:350ms;-moz-transition-delay:350ms;-ms-transition-delay:350ms;-o-transition-delay:350ms;transition-delay:350ms}
.header_bottom>ul>li:hover  ul li:nth-child(9){-webkit-transition-delay:.4s;-moz-transition-delay:.4s;-ms-transition-delay:.4s;-o-transition-delay:.4s;transition-delay:.4s}
.header_bottom>ul>li:hover  ul li:nth-child(10){-webkit-transition-delay:450ms;-moz-transition-delay:450ms;-ms-transition-delay:450ms;-o-transition-delay:450ms;transition-delay:450ms}
.header_bottom>ul>li:hover  ul li:nth-child(11){-webkit-transition-delay:.5s;-moz-transition-delay:.5s;-ms-transition-delay:.5s;-o-transition-delay:.5s;transition-delay:.5s}
.header_bottom>ul>li:hover  ul li:nth-child(12){-webkit-transition-delay:550ms;-moz-transition-delay:550ms;-ms-transition-delay:550ms;-o-transition-delay:550ms;transition-delay:550ms}
.header_bottom>ul>li:hover  ul li:nth-child(13){-webkit-transition-delay:600ms;-moz-transition-delay:600ms;-ms-transition-delay:600ms;-o-transition-delay:600ms;transition-delay:600ms}
.header_bottom>ul>li:hover  ul li:nth-child(14){-webkit-transition-delay:650ms;-moz-transition-delay:650ms;-ms-transition-delay:650ms;-o-transition-delay:650ms;transition-delay:650ms}
.header_bottom>ul>li:hover  ul li:nth-child(15){-webkit-transition-delay:700ms;-moz-transition-delay:700ms;-ms-transition-delay:700ms;-o-transition-delay:700ms;transition-delay:700ms}
.header_bottom>ul>li:hover  ul li:nth-child(16){-webkit-transition-delay:750ms;-moz-transition-delay:750ms;-ms-transition-delay:750ms;-o-transition-delay:750ms;transition-delay:750ms}
.header_bottom>ul>li:hover  ul li:nth-child(17){-webkit-transition-delay:800ms;-moz-transition-delay:800ms;-ms-transition-delay:800ms;-o-transition-delay:800ms;transition-delay:800ms}
.header_bottom>ul>li:hover  ul li:nth-child(18){-webkit-transition-delay:850ms;-moz-transition-delay:850ms;-ms-transition-delay:850ms;-o-transition-delay:850ms;transition-delay:850ms}
.header_bottom>ul>li:hover  ul li:nth-child(19){-webkit-transition-delay:900ms;-moz-transition-delay:900ms;-ms-transition-delay:900ms;-o-transition-delay:900ms;transition-delay:900ms}
.header_bottom>ul>li:hover  ul li:nth-child(20){-webkit-transition-delay:950ms;-moz-transition-delay:950ms;-ms-transition-delay:950ms;-o-transition-delay:950ms;transition-delay:950ms}

footer{
    background-color: #2383cf;
    padding: 30px 0;
    line-height: 26px;
    color: #fff;
}

/* 本例子css */
#slideBox1{ width:100%; height:auto; overflow:hidden; position:relative; border:1px solid #ddd;  }
#slideBox1 .hd{ height:15px; overflow:hidden; position:absolute; left:50%; bottom:5px; z-index:1; transform: translateX(-50%);}
#slideBox1:hover .next,#slideBox1:hover .prev{
    opacity: 0.5;
    
}
#slideBox1 .hd ul{ overflow:hidden; zoom:1; text-align: center; }
#slideBox1 .hd ul li{ float:left;  margin: 0 5px;  width:110px; height:3px; text-align:center; background:#fff; cursor:pointer; }
#slideBox1 .hd ul li.on{ background:#0363af; color:#fff; }
#slideBox1 .bd{ position:relative; height:100%; z-index:0;   }
#slideBox1 .bd li{ zoom:1; vertical-align:middle; }
#slideBox1 .bd img{ width:100%; height:auto; display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */

#slideBox1 .prev,#slideBox1 .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:50px; height:91px; background:url(../images/箭头左.png) center no-repeat; filter:alpha(opacity=50);  background-size: 90%; background-color: rgba(255,255,255,0.8);opacity: 0;transition: all 0.4s;}
#slideBox1 .next{ left:auto; right:3%;  background: url(../images/箭头右.png) no-repeat center;background-size: 90%; background-color: rgba(255,255,255,0.8);}
#slideBox1 .prev:hover,#slideBox1 .next:hover{ filter:alpha(opacity=100);opacity:1;  }
#slideBox1 .prevStop{ display:none;  }
#slideBox1 .nextStop{ display:none;  }
.search {
    padding: 11px 0;
    height: 50px;
    position: relative;
}
.search .left span{
    font-size: 14px;
    color: #6d6d6d;
    font-weight: bold;
}
.search .left a{
    padding: 0 15px;
    border-right: 1px solid #333333;
    color: #333333;
}
.search .left a:last-child{
    border: 0;
}
.search .right{
    height: 36px;
    border-bottom: 1px solid #d6d6d6;
}
.search .right:hover{
    border-color: #0675c7;
}
.search .right .input{
    color: #999;
    width: 220px;
    height: 36px;
    border: 0;
    background: none;
    padding: 10px;
    font-size: 13px;
    transition: all 0.2s linear 0s;
    vertical-align: top;
}
.search .right .input:focus{
    border: none;
    outline: none;
}
.search .right .btn_search{
    margin-right:-10px;
    background:url(../images/sbtn.png) no-repeat center; 
    border: none;
    width: 36px;
    height: 36px;
}
.content1 li h3{
    padding-left: 15px;
    font-size: 21px;
    color: #5a5a5a;
}
.content1 li p{
    padding-left: 15px;
    font-size: 12px;
    color: #adadad;
}
.index_product .top {
    margin-bottom: 40px;
}
.index_product .top p{
    color: #333;
    font-size: 23px;
    line-height: 45px;
}
.index_product .top div a{
    padding:6px 20px;
    color: #333;
    font-size: 14px;
    transition: all 0.4s;
}
.index_product .top div a:hover{
    background-color: #2383cf;
    color: #fff;
}
.index_product .bottom .left{
    width: 630px;
    margin: 0px 0px 0px 0px;
    padding: 30px 60px 59px 60px;
    background-color: #f6f6f6;
    text-align: center;
    position: relative;
}
.index_product .bottom .left a span{
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
    display: block;
}
.index_product .bottom .left .hd { overflow:hidden; zoom:1; text-align: center; position: absolute;bottom: 80px;left: 50%;transform: translateX(-50%);}
.index_product .bottom .left .hd  li{ display: inline-block;  margin: 0 5px;  width:15px; height:15px; border-radius: 50%; text-align:center; background:#fff; cursor:pointer; }
.index_product .bottom .left .hd  li.on{ background:#0363af; color:#fff; }
.index_product .bottom .right{
    flex: 1;
    background-color: #f6f6f6;
    flex-wrap: wrap;
}
.index_product .bottom .right .item{
    width: 50%;
    padding: 8%;
    text-align: center;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
}
.index_product .bottom .right .item p{
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}
.index_product .bottom .right .item:nth-child(3),.index_product .bottom .right .item:nth-child(4){
    border-bottom: 0;
}
.index_product .bottom .right .item div{
    overflow: hidden;
    position: relative;
}
.index_product .bottom .right .item img{
    transition: all 0.8s;
}
.index_product .bottom .right .item div::before{
    content: "";
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    left: 0;
    transform: translateY(-100%);
    opacity: 0;
    transition: translateY 0.3s ,opacity 1s;
}
.index_product .bottom .right .item:hover img{
    transform: scale(1.1);
}
.index_product .bottom .right .item:hover div::before{
    transform: translateY(0);
    opacity: 1;
    z-index: 9;
}
.index_answer{
    padding: 3% 0;
}
.index_answer .title{
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.index_answer .title::before{
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 3px;
    background: #00a0e8;
}
.index_answer .title h3 {
    font-size: 30px;
    color: #373737;
    line-height: 50px;
}
.index_answer .title p{
    color: #97989a;
    font-size: 18px;
}
.index_answer .bottom span{
    color: #fff;
    font-size: 40px;
    display: inline-block;
    margin-right: 10px;
}
.index_answer .bottom .top div{
    width: 33.333%;
    background: #2383cf;
    text-align: center;
    font-size: 22px;
    color: #fff;
    line-height: 40px;
    padding: 5px 0;
}
.index_answer .bottom .top div:nth-child(2){
    background-color: #01458e;
}
.index_answer .bottoms{
    height: 100%;
}
.index_answer .bottoms .left{
    width: 66.666%;
}
.index_answer .bottoms .right{
    flex:  1;
    height: 385.5px;
}
.index_answer .bottoms .right div{
    height: 25%;
    background-color: #01458e;    
    font-size: 22px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_answer .bottoms .right div:nth-child(2n){
    background: #2383cf;
}
.index_case{
    background-color: #f5f5f5;
    padding: 3% 0;
}
.index_case .title{
    font-size: 24px;
    font-weight: 400;
    color: #3f3f3f;
    margin-bottom: 40px;
}
.index_case ul li{
    width: 25%;
    padding: 10px 15px;
}
.index_case ul li div{
    overflow: hidden;
}
.index_case ul li div img{
    height: 100%;
    transition: all 0.4s;
}
.index_case ul li p{
    position: relative;
    padding: 20px 65px 20px 20px;
    transition: all 0.4s;
}
.index_case ul li p::after{
    position: absolute; 
    right: 25px; 
    top:50%; 
    content: ""; 
    display: block; 
    width: 40px; 
    height: 40px; 
    margin:-20px 0 0; 
    background: url(../images/icon_1.png) no-repeat -40px center; 
    color: #c0c0c0; 
    font-size:20px; 
    transition:all 0.3s ease-in-out; 
}
.index_case ul li:hover img{
    transform: scale(1.2);
}
.index_case ul li:hover p{
    background: #2383cf;
    color: #fff;
}
.index_case ul li:hover p::after{
    background-position: 0;
}
.index_peculiarity{
    background-color: #2e2e2e;
    padding: 4%;
}
.index_peculiarity .title{
    color: #fff;
}
.index_peculiarity .title h3{
    font-size: 50px;
}
.index_peculiarity .title p{
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 40px;
}
.index_peculiarity ul li{
    width: 19%;
    
    padding: 2%;
    border: 1px solid #909599;
    color: #fff;
}
.index_peculiarity ul li div{
    font-size: 23px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 20px;
}
.index_peculiarity ul li p{
    font-size: 16px;
    line-height: 1.8;
}
.index_peculiarity ul li span{
    display: block;
    color: #289efe;
    border: 1px solid #464f58;
    width: 80%;
    line-height: 1.5;
    margin: 0 auto;
    margin-top: 10px;
    font-weight: bold;
    font-size: 30px;
}
.index_peculiarity .zx{
    margin-top: 30px;
}

.index_peculiarity .zx a{
    padding: 7px 50px;
    line-height: 60px;
    border: 1px solid #ffffff;
    color: #fff;
    border-radius: 25px ;
    box-sizing: border-box;
    font-size: 22px;   
}
.index_advantage{
    margin: 4% 0;
}
.index_advantage .title{
    margin-bottom: 30px;
}
.index_advantage .title h3{
    padding-left: 20px;
    font-size: 22px;
    margin-bottom: 10px;
    position: relative;
}
.index_advantage .title h3::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 5px;
    height: 100%;
    background: #23284e;
}
.index_advantage .title h3::before{
    content: "";
    position: absolute;
    top: 0;
    left: 10px;
    width: 3px;
    height: 100%;
    background: #0363af;
}
.index_advantage .title h3 span{
    background-color: #2383cf;
    color: #fff;
    padding: 0px 10px;
    line-height: 34.5px;
    display: inline-block;
}
.index_advantage .title p{
    color: #787878;
    font-size: 16px;
}
.index_advantage ul{
    margin-bottom: 40px;
}
.index_advantage li{
    width: 24%;
    background-color: #fafafa;
    padding: 20px;
}
.index_advantage li div{
    flex: 1;
    padding-left: 20px;
}
.index_advantage li div h3{
    font-size: 22px;
}
.index_advantage li div p{
    font-size: 16px;
    font-weight: 300;
}
.index_advantage .cons .items{
    margin-bottom: 30px;
    background: #fafafa;
    justify-content: right;
}
.index_advantage .cons .items .info{
    padding-right: 10px;
}
.index_advantage .cons .items .info .text{
    border-bottom: 1px dashed #dedede;
    justify-content: left;
}
.index_advantage .cons .items .info .text .num{
    color: #2383cf;
    font-size: 50px;
    font-weight: bold;
    margin-right: 10px;
}
.index_advantage .cons .items .info .text .tit h3{
    font-size: 27px;
}
.index_advantage .cons .items .info .text .tit p{
    font-size: 12px;
    color: #6d6d6d;
}
.index_advantage .cons .items .info .des{
    line-height: 2;
    margin-top: 10px;
}
.index_advantage .cons .items .info .des p{
    padding-left: 20px;
    position: relative;
    font-size: 15px;
}
.index_advantage .cons .items .info .des p::before{
    content: "";
    width: 10px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(../images/icon_2.png) no-repeat center;
}
.index_advantage .cons .items:nth-child(2n){
    justify-content: left;
}
.index_advantage .cons .items:nth-child(2n) .info{
    padding-left: 30px;
}
.index_news h3{
    font-size: 24px;
    color: #3f3f3f;
    font-weight: 400;
    line-height: 50px;
    margin-bottom: 38px;
}
.index_news .left{
    width: 55%;
}
.index_news .left .top{
    margin-bottom: 37px;
}
.index_news .left .top .img{
    overflow: hidden;
}
.index_news .left .top .img img{
    transition: all 0.4s;
}
.index_news .left .top:hover .img img{
    transform: scale(1.2);
}
.index_news .left .top .info{
    padding-left: 20px;
    flex: 1;
}
.index_news .left .top .info .tit{
    color: #333;
    font-size: 20px;
    line-height: 50px;
}
.index_news .left .top .info .time{
    font-size: 12px;
    color:#b4b4b4;
    line-height: 22px;
    margin-bottom: 8px;
}
.index_news .left .top .info .des{
    font-size: 14px;
    color: #888;
}
.index_news .left .top:hover .info .tit{
    color: #00a0e8;
}
.index_news .left ul li p{
    font-size: 14px;
    overflow: hidden;
    white-space:nowrap;
    text-overflow: ellipsis;
    line-height: 38px;
    color: #2e3840;
}
.index_news .left ul li span{
    line-height: 38px;
    font-size: 12px;
    color: #bebebe;
}
.index_news .left ul li:hover p{
    color: #00a0e8;
}
.index_news .right{
    width: 41.6%;
}
.index_news .right li{
    padding-bottom: 14px;
    border-bottom:  1px dotted #d0cfcf;
    margin-bottom: 14px;
}

.index_news .right li div{
    padding-left: 40px;
    position: relative;
    font-size: 18px;
    color: #333;
    margin-bottom: 10px;
}
.index_news .right li div::before,.index_news .right li p::before{
    content: "";
    position: absolute;
    background: url(../images/answer.png) no-repeat center;
    top: 0;
    left: 0;
    width: 30px;
    height: 100%;
    
}
.index_news .right li p::before{
    background: url(../images/question.png) no-repeat center;
}
.index_news .right li p{
    padding-left: 40px;
    position: relative;
    color: #999;
    text-decoration-skip-ink: 14px;
}
.index_news .right li:hover div{
    color: #2383cf;
}
.index_about{
    margin: 5% 0 3%;
}
.index_about .left{
    width: 37.8%;
    padding: 40px;
    background: #2383cf;
    color: #fff;
}
.index_about .left h3{
    font-size: 23px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    font-weight: normal;
}
.index_about .left h2{
    padding-left: 40px;
    position: relative;
    font-size: 35px;
    margin: 20px 0;
}
.index_about .left h2::before{
    content: "";
    position: absolute;
    width: 30px;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/电话.png) center no-repeat;
    background-size: contain;
}
.index_about .left p{
    line-height: 1.8;
    font-size: 20px;
}
.index_about .left h1{
    font-size: 50px;
    opacity: 0.5;
    text-align: center;
    letter-spacing:4px;
}
.index_about .right{
    flex: 1;
    height: 365px;
}
.yqlj{
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}
.yqlj span{
    color: #333;
}
.yqlj a{
    padding: 0 18px;
    display: inline-block;
    color: #333;
    font-size: 13px;
    border-right: 1px solid #2b337b;
}
.yqlj a:last-child{
    border: none;
}
.content{
    margin-top: 10px;
    margin-bottom: 40px;
}
.content>div{
    padding: 20px 30px 20px;
    background: #fff;
    box-shadow: 0 1px 10px #eee;
}
.location{
    padding: 0;
    margin: 0 0 35px;
    border: 1px solid #faf5f0;
    background: #f9f8f8;
    line-height: 40px;
}
.location span{
    display: block;
    padding-left: 95px;
    background: url(../images/icon-home.png) no-repeat;
}
.location span a{
    color: #333;
    font-size: 13px;
}
.location span a:last-child{
    color: #2383cf;
}
.content .con{
    display: flex;
    justify-content: space-between;
}
.content .con .left{
    width: 20%;
}
.content .con .left div{
    background: #0075c5;
    text-align: center;
    padding: 22px 0;
    font-size: 22px;
}
.content .con .left div a{
    color: #fff;
}
.content .con .left ul li{
    display: block;
    background-color: #f0f0f0;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    border-bottom: 1px solid #e2e2e2;
    padding: 14px 40px;
}
.content .con .left ul li a{
    color: #333;
}
.content .con .left ul li.active{
    background-color: #e2e2e2;
}
.content .con .right{
    width: 78%;
    flex-wrap: wrap;
}
.content .con .right li{
    padding: 10px 15px;
    width: 33.33%;
}
.content .con .right li div{
    overflow: hidden;
    position: relative;
}
.content .con .right li div::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 9;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.3);
    opacity: 0;
    transform: translateY(-100%);
    transition: opacity 0.5s,translateY 0.2s;
}
.content .con .right li div img{
    transition: all 0.4s;
}
.content .con .right li:hover img{
    transform: scale(1.1);
}
.content .con .right li:hover div::before{
    opacity: 1;
    transform: translateY(0);
}
.content .con .right li p{
    width: 100%;
    padding: 12px 8px;
    transition: all 0.3s ease 0s;
    box-sizing: border-box;
    text-align: center;
}
.content .con .right li:hover p{
    background-color: #2383cf;
    color: #fff;
}
.pagination{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination li a{
    padding: 5px 10px ;
    border: 1px solid #333;
}
.pagination li.active a{
    background-color: #0075c5!important;
    border-color: #0075c5!important;
    color:#fff!important;
}
.content .con .right>.title{
    margin: 0 0 20px;
    padding: 20px 0;
    border-bottom: 1px dotted #ccc;
    color: #333;
}
.content .con .right>.des{
    color: #999;
    font-size: 13px;
}
.content .con .right>.des span{
    padding: 5px 10px;
}
.content .con .right>.show_con{
    margin-top: 30px;
    min-height: 300px;
}
.content .con .right .prevnext li{
    width: auto!important;
}
.content .con .right>.items{
    line-height: 38px;
}
.content .con .right>.items .tit{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    color: #333;
}
.content .con .right>.items .time{
    color: #bebebe;
    font-size: 12px;
}
.content .con>div{
    width: 100%;
}
.content .con>div>.tit{
    font-size: 25px;
    color: #333;
    margin-bottom: 30px;
}
.content .con>div>h3{
    font-size: 18px;
    line-height: 2;
}
.content .con>div>p{
    font-size: 14px;
    color: #333;
}
.content .con>div #wrapper{
    width: 100%;
    height: 500px;
    margin: 30px 0;
}