@charset "utf-8";
/* CSS Document */

body {padding:0; margin: 0; font-size: 12px; font-family:"Microsoft Yahei";}
ul,ol{list-style:none; padding: 0; margin: 0;}
.clear{clear:both;}
a{text-decoration:none!important;}
.container{width:1200px; margin: 0 auto;}
img{max-width:100%; height: auto;}
/*导航end*/
.owl-dots {
    text-align: center;

}

.owl-dots .owl-dot span {
    width: 10px;
    height: 7px;
    border-radius: 50px;
    background: #FFF;
    display: inline-block;
    opacity: .5;
    margin: 0 4px;
	transition:0.5s ease all;
}
.owl-dots .owl-dot.active span {
    opacity: 1;
    width: 20px;
	
}

#owl0 .owl-dots {
    display: inline-block;
    position: absolute;
    bottom: 5%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}

#owl0.owl-carousel .owl-nav .owl-next, #owl0.owl-carousel .owl-nav .owl-prev {
    opacity: 0;
}
#owl0.owl-carousel .owl-nav i {
    font-size: 40px;
    color: #fff;
    opacity: 0.5;
}
#owl0.owl-carousel .owl-nav .owl-next {
    right: 80px;
}
#owl0.owl-carousel .owl-nav .owl-prev {
    left: 80px;
}
#owl0.owl-carousel:hover .owl-nav .owl-next {
    right: 20px;
}
#owl0.owl-carousel:hover .owl-nav .owl-prev {
    left: 20px;
}
#owl0.owl-carousel .owl-nav .owl-next:hover i, #owl0.owl-carousel .owl-nav .owl-prev:hover i {
    opacity: 1
}
#owl0.owl-carousel:hover .owl-nav button {
    opacity: 1
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    display: block;
    position: absolute;
    outline: 0;
    top: 40%;
    transform: translateY(-50%);
    z-index: 6;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
/*OWL1*/

#owl1.owl-carousel .owl-nav i {
    font-size: 60px;
    color: #1c1563;
    opacity: 0.8;
}
#owl1.owl-carousel .owl-nav .owl-next {
    right: -20px;
	top: 45%;
}
#owl1.owl-carousel .owl-nav .owl-prev {
    left: -20px;
	top: 45%;
}

#owl1.owl-carousel .owl-nav .owl-next:hover i, #owl1.owl-carousel .owl-nav .owl-prev:hover i {
    opacity: 1
}
#owl1.owl-carousel:hover .owl-nav button {
    opacity: 1
}

.dropdown:hover .dropdown-menu {
    display: block;
}
.offcanvas.show:not(.hiding), .offcanvas.showing {
    transform: none;
}
.offcanvas.hiding, .offcanvas.show, .offcanvas.showing {
    visibility: visible;
}

.navbar-brand img{width:40px;}
.banner{background:url("../images/banner.jpg") top center no-repeat; background-size: cover;}
.navbar:hover{background:#FFF;}
.navbar{border-bottom: 1px solid #e8ebf2}
.w100{width:100%;}
.top-nav{padding:0 20px;}
.top-nav a{padding: 0 15px; color: #444; font-weight: 18PX;}

.ban-txt{padding:40px 0;}
.ban-txt .ban-t1{font-size:42px; font-weight: bold; color: #333; margin-bottom: 20px;}
.ban-txt .ban-t2{font-size:18px; color: #333; margin-bottom: 20px;}
.ban-txt .ban-btn{width:180px; text-align: center; background: #306fe7; border-radius: 10px; color: #FFF; padding: 12px 0; font-size: 18px; cursor: pointer;}

.index-xm{padding:60px; background: #f8fbff;}
.xm-list{padding:10px 20px; border-radius: 10px; cursor: pointer;}
.list-t1 {font-size:16px; color: #000; font-weight: bold;}
.list-t2{font-size:14px; color: #888;}
.xm-box{ background: #FFF; border-radius: 10px; border:1px solid #EEE; padding: 50px 40px;}
.xm-box:hover{border:1px solid #306fe7;}
.xm-list:hover{background:#ebf6fd;}
.w48{width:48%;}
.w40{width:40%;}
.w60{width:60%;}
.w33{width:33%;}

.xm-pic{text-align:center; margin-bottom: 10px; width: 100%;}
.xm-tit{text-align:center; font-size: 22px; color: #333; font-weight: bold; width: 100%}

.pro{padding:50px 0;}
.pro-tit{text-align:center; font-size: 32px; color: #333; }
.pro-tit span{font-size:20px; color: #666;}

.pro-box{padding-top:50px;}
.pro-box .pro-l{width:20%;}
.pro-box .pro-l .sidebar{ border-left: 2px solid #d4d7e1;}
.pro-box .pro-r{width:65%; text-align: center;}
.pro-box .pro-r img{ height: 400px;}
.menu-item {font-size:16px; padding: 10px 30px; cursor: pointer;}
.menu-item:hover{box-shadow: 0 2px 8px #8797a71f;
    border-radius: 0 4px 4px 0; color: #0065ff}

.probg{background:#f1f5fa;}
.content {
    display: none;
}

.content.active {
    display: block;
}

.footer{padding:50px 0;}
.top-logo{margin-bottom:40px;}
.top-logo img{height:40px;}
.copyright{background:#000; text-align:center; font-size: 14px; color: #FFF; padding: 10px 0;}
.copyright a{ color:#F0F0F0;}



.open {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    display: none;
}
.bigwx {
    position: absolute;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width:80%;
    max-width: 500px;
    height: 360px;
    margin: auto;
    text-align: center;
    overflow: hidden;
	-webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
}
.bigwx .close {
	position: absolute; top:10px; right: 10px;
    cursor: pointer;
}

.bigwx .title{background: #4853e3; padding:20px 0; text-align: center; position: relative;}
.bigwx .bj_bd{width:90%; margin: 30px auto 0; display: flex; flex-flow: wrap;}
.bigwx .bj_bd .bd_l{width:10%; text-align: center; display: flex; justify-content: center; align-items: center;}
.bigwx .bj_bd .bd_l i{font-size:28px; color: #4853e3;}
.bigwx .bj_bd .bd_r{width:100%;}
.bigwx .bj_bd .bdtxt{padding:0 12px; line-height: 45px; border: none;  color: #333; font-size: 13px; width: 90%; background: #f4f4f4; border-left: 4px solid #4853e3;}
input:focus{outline:none}

.bigwx .tijiao {
    background: #4853e3;
    width: 82%;
    padding: 10px 0;
    text-align: center;
    font-size: 22px;
    color: #FFF;
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: 0 15px 30px rgba(0,0,0,.1);
    box-shadow: 0 15px 30px rgba(0,0,0,.1);
    -webkit-transform: translate3d(0,-2px,0);
    cursor: pointer;
	margin: 30px auto 0;
}

.btn {
    display: block;
    position: relative;
    top: 100px;
    margin: 20px;
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    font-size: 18px;
    color: salmon;
    background-color: skyblue
}

.btn-on {
    background-color: #4853e3;
}

.newtext{padding:50px;}
.box-txt{padding-top:30px; line-height: 1.8; font-size: 16px; color: #333;}

@media (max-width:767px) {
	.container{width:100%;}
	.ban-txt .ban-t1{font-size:26px;}
	.ban-txt .ban-t2{margin-bottom:30px;}
	.index-xm{padding: 30px 0;}
	.xm-box{padding:20px 10px;}
	.w40{width:100%;}
	.w60{width:100%;}
	.xm-tit{font-size:18px;}
	.list-t1{font-size:10px;}
	.xm-list{padding:10px 5px;}
	.list-t2{font-size:12px;}
	.pro-box .pro-l{width:100%;}
	.pro-box .pro-r{width:100%;}
	.pro-box .pro-r img{width:100%; height: auto!important;}
	.w33{width:100%;}
	
}