:root{
    --title--:#333333;
    --blue--:#1a63ba;
    --font--:#444444;
    --desc--:#808080;
}
*{
    box-sizing: border-box;
    padding:0;
    margin:0;
    font-family:'微软雅黑','Arial','PingFang SC';
}
*:focus {   
    outline: none;   
}
@font-face {
	font-family: Medium;
	src:url(../css/DINPro-Medium.otf);
}
ul,li{
    list-style: none;
}
a:hover,
a{
    text-decoration: none;
    color:var(--title--);
}
img{
    border:none;
    max-width:100%;
}
::selection {
    background:var(--blue--); 
    color:#fff;
}   
::-moz-selection {
    background:var(--blue--); 
    color:#fff;
}  
::-webkit-selection {
    background:var(--blue--); 
    color:#fff;
}
body{
    background:#f6f6f6;
}
.cl{
    clear: both;
}
.containers{
    max-width:1200px;
    margin:0 auto;
}
.head{
    height:185px;
    background:url(../images/head.jpg) no-repeat center;
    background-size: cover;
}
.top{
    height:36px;
    background:url(../images/top.png) no-repeat center bottom;
}
.top .containers{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height:100%;
}
.top p a,
.top span{
    font-size:12px;
    color:#3f78c3;
}
.top p{
    display:flex;
    justify-content: flex-start;
    align-items: center;
}
.top p a{
    margin:0 10px;
}
.top p a:hover{
    color:#1a63ba;
}
.logo{
    height:148px;
}
.logo .containers{
    height:100%;
}
.logo .containers a{
    display:flex;
    align-items: center;
    height:100%;
    padding-bottom:4px;
}
.logo .containers a img:nth-child(1){
    margin-right:20px;
}
.menu{
    height:50px;
    background:#1a63ba;
}
.menu .containers{
    height:100%;
}
#navbox{
    width:100%;
    height:100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
#navbox>li{
    height:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex:1;
    position: relative;
    cursor: pointer;
}
#navbox>li:hover,
#navbox>li.active{
    background: #5da2e5;
}
#navbox>li>a{
    width:100%;
    height:100%;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size:16px;
    color:#f5f5f5;
}
#navbox>li>ul>li>a:hover{
    color:#808080;
}
#navbox>li>ul{
    display: none;
    position: absolute;
    z-index:333;
    left:0;
    top:50px;
    width:100%;
    background:#ffffff;
    box-shadow:0px 0px 6px 1px rgb(0 0 0 / 8%);
}
#navbox>li:hover>ul{
    display: block;
}
#navbox>li>ul>li{
    padding:6px 0;
    text-align: center;
}
#navbox>li>ul>li>a{
    font-size:14px;
    color:#535353;
}
#navbox>li>ul>li>ul{
    position:absolute;
    top:0;
    right:1px;
    transform: translateX(100%);
    background: #fff;
    padding: 10px 0;
    display: none;
    width: max-content;
    text-align: center;
    box-shadow:0px 0px 6px 1px rgb(0 0 0 / 8%);
}
#navbox>li>ul>li:hover>ul{
    display: block;
}
#navbox>li>ul>li>ul>li{
    line-height:32px;
    text-align: center;
    position: relative;
    padding:0 18px;
    height:32px;
    width:auto;
}
#navbox>li>ul>li>ul>li>a{
    font-size:14px;
    color:#535353;
}
.nbox{
    height:426px;
    margin-top:20px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    background: #ffffff;
    padding:24px 20px;
    border-radius: 10px
}
.nbox-l{
    width:558px;
    height:375px;
    overflow: hidden;
    border-radius: 6px;
}
.bar-pic{
    width:100%;
    height:100%;
    position: relative;
    display:flex;
    justify-content:center;
    align-items:flex-start;
}
.bar-pic .bar-txt{
    position: absolute;
    left:0;
    bottom:0;
    width:100%;
    height:52px;
    display:flex;
    align-items: center;
    background:rgba(0, 0, 0, .5);
}
.bar-pic .bar-txt span{
    text-indent:20px;
    font-size:16px;
    color:#ffffff;
    width:100%;
    letter-spacing:1px;
}
.bar-ul .slick-dots{
    width:auto;
    left:auto;
    right:40px;
}
.bar-ul .slick-dots li{
    height:9px;
    width:9px;
    transition: all .3s;
}
.bar-ul .slick-dots .slick-active{
    background: none;
    border:2px solid #ffffff;
}
.nbox-r{
    width:570px;
    height:375px;
}
.nbox-tab{
    height:48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom:1px solid #f0f0f0;
    padding-left:24px;
    position: relative;
}
.nbox-tab::before{
    content:'';
    width:4px;
    height:22px;
    background:#1a63ba;
    border-radius:2px;
    position: absolute;
    top:50%;
    left:4px;
    transform: translateY(-50%);
}
.nbox-tab span{
    font-size:23px;
    color:#1a63ba;
}
.nbox-tab p span{
    padding-right:20px;
    cursor:pointer;
}
.nbox-tab a{
    font-size:14px;
    color:#727272;
}
.nbox-ul{
    margin-top:14px;
}
.nbox-ul ul li{
    height:36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-left:12px;
}
.nbox-ul ul li::before{
    content:'';
    width:5px;
    height:5px;
    background: #b8b8b8;
    border-radius: 50%;
    position: absolute;
    left:0;
    top:50%;
    transform: translateY(-50%);
}
.nbox-ul ul li a{
    display:block;
    width:70%;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:14px;
    color:#444444;
}
.nbox-ul ul li span{
    width:80px;
    font-size:14px;
    color:#848484;
}
.hot-a{
    padding:20px 5px 16px 5px;
}
.hot-a a{
    display:block;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:16px;
    color:#1a63ba;
}
.nbox-hot p{
    font-size:14px;
    color:#808080;
    line-height:24px;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.nbox-hot p a{
    font-size:14px;
    color:#1a63ba;
}
.abox{
    margin-top:20px;
    height:348px;
    background: #ffffff;
    padding:18px 20px;
    border-radius: 10px
}
.abox-main{
    display:flex;
    align-items:flex-start;
    justify-content: space-between;
    padding-top:24px;
}
.abox-desc{
    width:708px;
    padding:5px;
}
.abox-img{
    width:416px;
    height:234px;
    border-radius:5px;
    overflow: hidden;
}
.abox-desc span{
    font-size:24px;
    color:#1a63ba;
}
.abox-desc p{
    font-size:16px;
    color:#535353;
    line-height:36px;
    margin-top:16px;
}
.dbox{
    width:100%;
    height:140px;
    border-radius:5px;
    overflow: hidden;
    margin:20px 0;
}
.zbox{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.fbox{
    width:748px;
    height:432px;
    background: #ffffff;
    padding:18px 20px;
    border-radius: 10px
}
.fbox-hot{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top:10px;
}
.fbox-hot .nbox-hot{
    width:554px;
}
.fbox-pic{
    width:130px;
    height:90px;
    overflow: hidden;
    border-radius: 5px;
    margin:20px 0 0 5px;
}
.sbox{
    width:430px;
    background: #ffffff;
    padding:18px 20px;
    border-radius: 10px
}
.sbox-top{
    width:100%;
    height:48px;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size:23px;
    color:#1a63ba;
    border-bottom: 1px solid #f0f0f0;
}
.sbox-from{
    display:flex;
    flex-direction: column;
    align-items: center;
    padding-top:10px;
}
.sbox-li{
    width:380px;
    height:48px;
    border-radius:5px;
    background: #f6f6f6;
    margin-top:18px;
    padding:10px 23px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}
.sbox-li input{
    width:100%;
    height:100%;
    background:none;
    border:0px none;
    font-size:16px;
    color:#808080;
}
.sbox-li input:focus{
    outline: none;
    border:0 none;
}
.sbox-ul{
    position: absolute;
    left:0px;
    top:48px;
    width:100%;
    background: #f6f6f6;
    border:1px solid #fafafa;
    overflow: hidden;
    transition: all .3s;
    padding:0 24px 10px 24px;
    display:none;
    border-radius: 0 0 5px 5px;
}
.sbox-open .sbox-ul{
    display: block;
    height:auto;
}
.sbox-txt::after{
    content:'';
    width:14px;
    height:9px;
    background:url(../images/sbox-bg.png) no-repeat center;
    position: absolute;
    top:20px;
    right:24px;
    transition: all .3s;
}
.sbox-open .sbox-txt::after{
    transform: rotateX(180deg);
}
.sbox-txt{
    width:100%;
}
.sbox-txt,
.sbox-ul li{
    height:30px;
    line-height:30px;
    padding:0 5px;
    font-size:16px;
    color:#808080;
    cursor: pointer;
}
.sbox-ul li:hover{
    color:#444444;
}
.sbox-from button{
    width:380px;
    height:50px;
    display:flex;
    justify-content: center;
    align-items: center;
    background:#1a63ba;
    border:0px none;
    border-radius: 5px;
    cursor: pointer;
    margin:45px 0;
    font-size:16px;
    color:#ffffff;
    letter-spacing: 10px;
}
.ibox{
    margin-top:20px;
    background: #ffffff;
    padding:18px 20px 18px 10px;
    border-radius: 10px
}
.ibox-pic a{
    display: block;
    margin:0 auto;
    width:94px;
    height:33px;
    overflow: hidden;
}
.ibox-ul{
    width:100%;
    margin:24px auto 16px auto;
    position: relative;
    overflow: hidden;
}
.ibox-li{
    width: 208px;
    padding:8px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #f0f0f0;
    margin: 0 auto;
}
.ibox-li a{
    width:100%;
    height:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.ibox-li a p{
    width:40px;
}
.ibox-li a span{
    display: block;
    flex: 1;
    font-size: 14px;
    color: #333333;
    text-align: center;
    padding-left: 6px;
    line-height: 1.5;
}

.ibox-main .slick-prev, 
.ibox-main .slick-next{
    width:10px;
    height:18px;
    background:url(../images/ibox-gif.png) no-repeat;
    z-index: 999;
}
.ibox-main .slick-list{
    margin:0 20px;
}
.ibox-main .slick-next{
    transform:rotateY(180deg) translateY(-8px);
}
.ibox-main .slick-prev{
    left:0;
}
.foot{
    height:318px;
    background:#232b3b;
    margin-top:30px;
}
.copy{
    height:90px;
    border-top:1px solid #3b4251;
}
.copy .containers{
    height:100%;
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.copy p a,
.copy p span{
    font-size:13px;
    color:#3b4251;
}
.copy p:first-child span:first-child{
    letter-spacing:.5px;
}
.copy p span:last-child{
    color:#aaacaf;
}
.copy p:first-child{
    width:590px;
    height:50px;
    display:flex;
    flex-direction: column;
    justify-content: space-around;
}
.copy p:last-child{
    width:174px;
}
.foot-m{
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    padding:28px 0;
}
.foot-menu{
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    width:670px;
}
.foot-menu ul li a{
    font-size:14px;
    color:#aaabaf;
    line-height:28px;
}
.foot-code{
    width:100px;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}
.foot-tel{
    width:200px;
    display:flex;
    flex-direction: column;
    align-items: flex-start;
}
.foot-tel b{
    font-family:'Medium';
    font-weight: normal;
    font-size:29px;
    color:#ffffff;
}
.foot-tel p{
    margin-top:6px;
    font-size:14px;
    color:#aaacaf;
}
.foot-svg{
    width:128px;
    display:flex;
    justify-content: space-between;
    align-items: center;
    padding-top:20px;
}
.foot-svg a{
    display: flex;
    align-items: center;
    justify-content: center;
    width:33px;
    height:33px;
    border-radius:50%;
    background:rgba(62, 69, 83, .8);
}
.foot-code span,
.foot-tel span{
    font-size:15px;
    color:#ffffff;
    padding:20px 0;
    letter-spacing:1px;
}
.foot-menu ul li:first-child a{
    font-size:15px;
    color:#ffffff;
}
.foot-menu ul li:first-child{
    padding:20px 0 10px 0;
}
.inside{
    display:flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-top:26px;
}


.insidebox{
    background:url(../images/inside.jpg) no-repeat;
    height:878px;
    background-size: cover;
    margin-bottom: -30px;
}
.inside .containers{
    height:100%;
}
.inside-main{
    width:100%;
    height:100%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding-top:200px;
}
.inside-t{
    display:flex;
    flex-direction: column;
    align-items: center;
    padding-bottom:44px;
}
.inside-t span{
    font-size:54px;
    color:#ffffff;
    line-height: 1.3;
}
.inside-t p{
    font-size:24px;
    color:#ffffff;
}
.inside-txt{
    margin-bottom:20px;
    width:418px;
    height:50px;
    padding:10px 20px;
    background: #ffffff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
}
.inside-txt input{
    width:100%;
    height:30px;
    font-size:22px;
    color:#a7a8aa;
    border:0 none;
}
.inside-sub{
    background:url(../images/inside-sub.png) no-repeat;
    width:423px;
    height:55px;
    margin-top:36px;
}
.inside-sub button{
    width:100%;
    height:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background:none;
    border:0;
    font-size:24px;
    color:#ffffff;
    letter-spacing:6px;
    cursor: pointer;
}
/* .inside{
    display:none;
} */
.kill{
    background: #e0f0ff;
    margin-bottom: -30px;
    display:none;
    padding-bottom:40px;
}
.kill-t{
    display:flex;
    flex-direction: column;
    align-items: center;
    padding:50px 0 30px 0;
}
.kill-t span{
    font-size:36px;
    color:#333333;
    line-height:1.5;
    font-weight:bold;
}
.kill-t p{
    font-size:25px;
    color:#333333;
    font-weight:bold;
}
.sample-main{
    display:flex;
    justify-content: center;
    align-items: center;
}
.infor-main{
    background:#ffffff;
    width:860px;
    height:120px;
    margin:0px auto;
    display:flex;
    justify-content: center;
    align-items: center;
}
.infor-main table{
    width:810px;
}
.infor-main th{
    padding:0 10px;
}
.infor-main th span{
    display: block;
    width:130px;
    padding:6px 0;
    background: #3c8be4;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    font-size:15px;
    color:#ffffff;
    margin:0 auto;
}
.infor-main td{
    padding-top:20px;
    font-size:14px;
    text-align: center;
}




.lbox{
    width:274px;
}
.rbox{
    width:904px;
    background:#ffffff;
    padding:6px 16px 16px 16px;
    min-height:616px;
}
.side{
    background: #ffffff;
    width:100%;
    border-radius:4px;
    overflow: hidden;
}
.tel b,
.side b{
    height:50px;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    font-size:16px;
    color:#ffffff;
    background:#1a63ba;
    padding-left:20px;
    position: relative;
}
.tel b::before,
.side b::before{
    content:'';
    width:100%;
    height:50px;
    background:#1a63ba url(../images/lbox-bg.jpg) no-repeat center;
    background-size: cover;
    position: absolute;
    left:0;
    top:0;
    opacity: .25;
}
.side ul{
    padding:10px;
}
.side ul li{
    height:42px;
    display:flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom:1px dashed #e5e5e5;
    padding:0 10px;
}
.side ul li:last-child{
    border:none;
}
.side ul li a{
    font-size:16px;
    color:#666666;
}
.tel{
    margin-top:20px;
    border-radius:5px;
    overflow: hidden;
    background:#ffffff;
}
.tel-p{
    padding:14px 20px;
    position: relative;
    text-align: center;
}
.tel-p::after{
    content:'';
    height:100px;
    width:100%;
    background:rgb(26, 99, 186);
    position: absolute;
    bottom:0;
    left:0;
    z-index:0;
}
.tel-p p{
    font-size:16px;
    color:#666666;
    line-height:1.8;
}
.tel-code{
    padding:10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 1;
}
.tel-code p{
    width:120px;
    height:120px;
    overflow: hidden;
    display:flex;
    align-items: center;
    justify-content: center;
}
.tel-code span{
    font-size:14px;
    color:#ffffff;
}
.rbox-nav{
    border-bottom: 1px solid #f5f5f5;
    line-height: 2.2;
    padding-left:10px;
}
.rbox-nav span{
    font-size: 16px;
    color: #1a63ba;
}
.rbox-body{
    padding:20px;
}
.side dl{
    padding:8px 14px;
    overflow: hidden;
}
.side dl dd{
    border-top:1px solid hsla(0,0%,60%,.15);
    display: flex;
    align-items: center;
    width:100%;
    height:42px;
    position: relative;
}
.side dl dd:first-child{
    border-top: 0 none;
}
.side dl dd::before{
    content: '';
    width: 5px;
    height: 5px;
    background: #b8b8b8;
    border-radius: 50%;
    position: absolute;
    left: 4px;
    top: 50%;
    transform: translateY(-50%);
}
.side dl dd a{
    display: block;
    padding-left:16px;
    font-size:14px;
    color:#333333;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.list-box .nbox-hot{
    width:680px;
}
.list-box .fbox-hot{
    align-items: center;
    padding-top:0px;
}
.list-box .fbox-pic{
    margin-top:10px;
}
.list-box .fbox-pic a{
    width:100%;
    height:100%;
    display:flex;
    justify-content: center;
    align-items: center;
}
.list-box .fbox-hot{
    margin-bottom: 16px;
}
.list-box .hot-a{
    padding-top:10px;
    padding-bottom: 6px;
}
.pager {
	display: flex;
	justify-content: center;
	padding:2rem 0 1rem 0;
	width:100%;
}
.pagination{
    display:flex;
}
.pager li span,  .pager li a {
	padding:10px 16px;
	color: #909399;
    border-top: 1px solid #E4E7ED;
    border-left: 1px solid #E4E7ED;
    border-bottom: 1px solid #E4E7ED;
}
.pager li:last-child a,
.pager li:last-child span{
    border-right: 1px solid #E4E7ED;
}
.pager li a:hover,
.pagination > .active > span {
	background:#1a63ba;
	color:#fff;
    border-top: 1px solid #1a63ba;
    border-left: 1px solid #1a63ba;
    border-bottom: 1px solid #1a63ba;
}
.pagination > .disabled > span {
	background: white !important;
	color:#909399;
}

.view{
    padding:20px 20px;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    display:flex;
    flex-direction: column;
    align-items: center;
}
.title{
    font-size: 26px;
    line-height: 200%;
    color: #0a272c;
}
.time{
    height:32px;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    display:flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #5a5a5a;
    margin:10px auto;
    padding-bottom:14px;
    width:100%;
    text-align: center;
    border-bottom:1px solid rgba(0, 0, 0, .1);
}
.time span{
    padding:0 16px;
    height:24px;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    display:flex;
    align-items: center;
}
.content{
    padding:10px 0;
    color: #5a5a5a;
    text-indent:0;
    font-size:16px;
    line-height:2.2;
}
.tool {
    width:100%;
    padding:10px 15px 20px 0;
}
.tool ul{
    display:flex;
    flex-direction: column;
    display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
    justify-content:space-between;
}
.tool ul li{
    height:30px;
    display:flex;
    align-items: center;
    font-size:14px;
	overflow:hidden;
}
.tool ul li span{
    font-size:13px;
    padding-right:10px;
}
.tool ul li a{
    font-size:13px;
    color:#464646;
}
.tool ul li a:hover{
    color:#0EB4BA;
}
.view .sbox-from .sbox-li{
    margin-top:0;
    width:200px;
}
.view .sbox-from button{
    margin:20px 8px;
    width:130px;
    height:48px;
}
.view .sbox-from{
    margin-top:20px;
    flex-direction: row;
}
.view2 .sbox-li{
    margin:0 5px;
}
.rbox-body .nbox-ul{
    margin-top:0;
    padding-bottom:20px;
}

/* 遮罩 */
#goodcover {
	display: none;
	position:fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 133%;
	background-color: black;
	z-index: 1001;
	-moz-opacity: 0.8;
	opacity: 0.50;
	filter: alpha(opacity=80);
}
#codebox {
	width: 400px;
	/* height: 320px; */
	background-color: #fff;
	padding: 10px;
	position: fixed;
	display: block;
	left: 45%;
	z-index: 1002;
    transform: translate(-50%,-50%);
    border-radius:5px;
}
.close1 {
	width: 16px;
	height: 16px;
	position: absolute;
    right: 10px;
    top:10px;
}
.goodtxt-h1{
    text-align: center;
    font-size:20px;
    padding-bottom: 12px;
    font-weight: bold;
}
.goodtxt{
    margin:20px 16px 20px;
    position: relative;
}
.goodtxt::after{
    content:'';
    width:120px;
    height:130px;
    background:url(../images/goodend.jpg) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 4px;
    right:4px;
    opacity:.3;
}
.goodtxt table{
    width:100%;
    border-left: 1px solid #C1DAD7;
    border-top: 1px solid #C1DAD7;
}
.goodtxt table td {
    border-right: 1px solid #C1DAD7;
    border-bottom: 1px solid #C1DAD7;
    background: #fff;
    font-size:16px;
    padding: 8px 6px 8px 12px;
    color: #4f6b72;
}
.goodtxt table td:first-child{
    font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
    color: #000000;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: right;
    background: rgba(26, 99, 186, .1);
}
#search-view{
    margin:1rem;
}