/*所有元素无法选中*/
* {
    /*moz-user-select: -moz-none;*/
    /*-moz-user-select: none;*/
    /*-o-user-select:none;*/
    /*-khtml-user-select:none;*/
    /*-webkit-user-select:none;*/
    /*-ms-user-select:none;*/
    /*user-select:none;*/
}

/*@font-face{*/
    /*font-family:'SourceHanSansCN-Regular';*/
    /*src:url('../font/SourceHanSansCN-Regular.ttf'); */
/*}*/
/*所有元素无法选中*/
body,html {
    background: #fff;
     font-family: '微软雅黑', Helvetica, Arial, sans-serif !important;
	/*font-family: SourceHanSansCN-Regular !important;*/
    font-size: 16px;
    min-width: 1620px !important;
    /*max-width: 1920px!important;*/
    /*zoom: 90%;*/

    /*overflow-x: hidden;*/
    /*-webkit-transform: scale(0.9);*/
    /*transform: scale(0.9);*/
}

@media screen and (max-width:1620px) {
    body,html {
        min-width: 1366px !important;
        zoom: 80%;
    }
}
@media screen and (max-width:1366px) {
    body,html {
        min-width: 1366px !important;
        zoom: 70%;
    }
}
@media screen and (max-width:1024px) {
    body,html {
        min-width: 768px !important;
        zoom: 60%;
    }
}


textarea {font-family: '微软雅黑', Helvetica, Arial, sans-serif !important;}

body,html,h2,h3,h4,h5,h6,p,span,ul,li,a {
    margin: 0;
    padding: 0;
    color: #333333;
}
ul, li {
    list-style: none;
}
i {
    font-style:normal
}
a {
    text-decoration: none;
    cursor:pointer
}
button {
    outline: none;
}
.green {
    color: green !important;
}
.clearfix:before,.clearfix:after {
    content: "";
    display: block;
    clear: both;
}
.clearfix {
    zoom: 1;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.w1200 {
    width: 1200px;
    margin: 0 auto;
}
.w1260 {
    width: 1260px;
    margin: 0 auto;
}
.w1020 {
    width: 1020px;
    margin: 0 auto;
}
.w1600 {
    width: 1600px;
    margin: 0 auto;
}
.w1920{
    /*width: 1920px;*/
    margin: 0 auto;
}
.bg_auto{
    margin: 0 auto;
	
}

.banner .bg1.isb1 {
    background:url("../images/b1.jpg") no-repeat center;
}
.common_bann.bg2.isb2 {
    background:url("../images/b2.jpg") no-repeat center;
}
.common_bann.bg3.isb3 {
    background:url("../images/b3.jpg") no-repeat center;
}
.common_bann.bg4.isb4 {
    background:url("../images/b4.jpg") no-repeat center;
}

/* ======================== head布局 ===================== */
.m-f {
	display: -webkit-Box;
	-webkit-Box-pack: start; /* justify-content */
	-webkit-Box-align: start; 
    display:-webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    /* -webkit-justify-content:center;
    justify-content:center; */
    -moz-box-pack:center;
    -webkit--moz-box-pack:center;
    box-pack:center;
    align-items:center;
    -webkit-align-items:center;
    box-align:center;
    -moz-box-align:center;
    -webkit-box-align:center;

}

.m-fw {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-wrap:wrap;
    -webkit-box-lines:multiple;
    -moz-flex-wrap:wrap;
    flex-wrap:wrap;

    justify-content: space-between;
}

.m-fc {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    

    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -moz-justify-content: center;
    -webkit-justify-content: center;
    justify-content: center;
    
    -webkit-box-align: center;
    -moz-align-items: center;
    -webkit-align-items: center;
    align-items: center;
}

.m-f-js {
	
    -webkit-box-pack: flex-start;
    -moz-justify-content: flex-start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;

}
.m-f-je {
    -webkit-box-pack: flex-end;
    -moz-justify-content: flex-end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.m-f-ae{
    -webkit-box-align: flex-end;
    -moz-align-items: flex-end;
    -webkit-align-items: flex-end;
    align-items: flex-end;

}
.m-f-as{
    -webkit-box-align: flex-start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	
}
.m-f-sb{
    -webkit-box-pack: space-between;
    -moz-justify-content: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

/*header*/
/*.header{*/
    /*width: 100%;*/
    /*position: fixed;*/
    /*top: 0;*/
    /*left: 0px;*/
    /*z-index: 99;*/
    /*box-shadow:none;*/
/*}*/
.header{
    width: 100%;
    position: fixed;
    top: 0;
    left: 0px;
    /*box-shadow: 0px 0px 20px 0px #333;*/
    z-index: 9999;
    transition: all 0.3S;
    display: none;
}
.bheader{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0px;
    /*box-shadow: 0px 0px 20px 0px #333;*/
    z-index: 666;
    transition: all 0.3S;
    display: inherit;
}


.header.bg{
    /* background: url("../images/index/header_bg.jpg") no-repeat center!important; */
    background-color: #3860f4;
	box-shadow: 0px 0px 20px 0px 
        rgba(0, 46, 198, 0.8);
    transition: all 0.5s;
    
}
.header .logo{
    margin-left: 63px;
    /* margin-top: 22px; */
}

.header_nav2 {
    width: 100%;
    height: 70px;
    /* line-height: 70px; */
    background-color: rgba(0,0,0,0);
    position: relative;
}

.nav {
    font-size: 16px;
    width: 100%;
    /*margin-left: 100px;*/
}
.nav ul li {
    float: left;
    /*width: 150px;*/
    position: relative;
    text-align: center;
    cursor: pointer;
    width: 20%;

}


.nav ul li span {
    /*width: 91px;*/
    height: 49px;
    font-weight: 300;
    line-height: 47px;
    display: inline-block;
    box-sizing: border-box;
    font-size: 18px;
	color: #ffffff;
    position: relative;
    font-family: '微软雅黑', Helvetica, Arial, sans-serif !important;
}
.nav ul li:hover span::after,
.nav ul li.ac span::after
{
    content: "";
	width: 37px;
	height: 5px;
	background-color: #ffe528;
    border-radius: 0px 0px 5px 5px;
    position:absolute;
    bottom:0;
    left: 50%;
    margin-left: -18.5px;
}
.nav ul li.hmenu:hover span::after{
    content: "";
	width: 0px;
	height: 0px;
}


.nav .ul1 li.j>a::after{
    content: '';
    width: 7px;
    height: 7px;
    display: inline-block;
    border-top: 1.2px solid;
    border-right: 1.2px solid;
    border-color: #fff;

    transform:rotate(135deg);
-ms-transform:rotate(135deg); 	/* IE 9 */
-moz-transform:rotate(135deg); 	/* Firefox */
-webkit-transform:rotate(135deg); /* Safari 和 Chrome */
-o-transform:rotate(135deg); 	/* Opera */

    margin-left: 10px;
    margin-bottom: 3px;
    transition: all .4s;
    -webkit-transition: all .4s;
}
.nav .ul1 .j:hover>a::after,
.nav .ul1 .j.ac>a::after{
	border-color: #ffd100;
    transform:rotate(-45deg);
-ms-transform:rotate(-45deg); 	/* IE 9 */
-moz-transform:rotate(-45deg); 	/* Firefox */
-webkit-transform:rotate(-45deg); /* Safari 和 Chrome */
-o-transform:rotate(-45deg); 	/* Opera */
}

.nav ul li:hover span,.nav ul li.ac span {
    font-weight: 500;
	color: #ffe528;
}

.header .menu {
    margin: 0 auto;
    width: 150px !important;
    /* height: 120px !important; */
	background-color: #ffffff;
    display: none;
    z-index: 999;
    padding: 14px 0;
    top: 60px;
    position: absolute;
    box-shadow: 0px 0px 10px 0px rgba(56, 96, 244, 0.1);
    border-radius: 5px;
}
.header .menu.ab_us-menu {
    height: 80px !important;
}

.header .menu .w1200{
    height: 100%;
    padding-left: 665px;
    margin-top: 30px;
}

.header .menu ul{
    width: 100%;
}
.header .menu ul li {
    float: initial;
    height: 40px !important;
    line-height: 40px;
    /* width: 100%; */
    width: initial;

}
.header .menu ul li:hover {
    background: #ffe528;
}
.header .menu ul a{
    /* margin-top: 10px; */
    font-size: 15px;
	color: #666666;

}

.header .btn-block{
    position: absolute;
    right: 65px;
    top: 12px;

}
.header .btn-block div{
    width: 126px;
    height: 44px;
    line-height: 44px;
    text-align: center;
	border-radius: 5px;
	border: solid 1px #fff;
    opacity: 0.94;
    color: #ffffff;
    font-size: 16px;
}
.header .btn-block a:nth-child(2){
margin: 0 17px;
}
.header .btn-block div:hover{
    color: #ffe528;
    border: solid 1px #ffe528;
}


@keyframes slide-in-top{0%{transform:translateY(-100px);opacity:0}100%{transform:translateY(0);opacity:1}}


/* ======================== head布局  end ===================== */



/*footer 尾部-----------------------------------------*/

.footer {
    width: 100%;
    background-color: #131d34;
    padding-top: 69px;
    padding-bottom: 56px;
}

.footer .left p {
    font-size: 16px;
	line-height: 30px;
	color: #6d7792;
    font-family: '微软雅黑' !important;
}

.footer .title{
    font-size: 20px;
	line-height: 30px;
	color: #dedee0;
    margin-bottom: 23px;
    text-align: left;
    font-family: '微软雅黑' !important;
    padding-top: 0;
}
.footer ul li{
	font-size: 16px;
	line-height: 30px;
	color: #6d7792;
    font-family: '微软雅黑' !important;
}
.footer ul li:hover{
    color: #dedee0;
}
.footer .guide{
    margin-left: 86px;
    font-family: '微软雅黑' !important;
    margin-top: -6px;
}
.footer .bq {
    font-size: 14px;
	line-height: 39px;
	color: #6d7792;
    text-align: left;
    margin-top: 20px;
    font-family: '微软雅黑' !important;
    /* margin-left: 344px; */
}
.footer .bq a:hover{
    color:#dedee0
}
.footer .bq a {
    color: #6d7792;
}
.footer .qrcode img{
    display: block;
    width: 113px;
    height: 113px;
    border-radius: 13px;
}
/* .footer .qrcode{
    w
} */
/*固定侧边栏*/
.guding {
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #ffffff;
    text-align: center;
    box-shadow: 0px 0px 20px 0px rgba(56,96,244,0.1);
    padding: 15px 0px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    z-index: 999;
}
.guding a {
    display: block;
    width: 75px;
    background-color: #ffffff;
}
.guding a img {
    margin-top: 12px;
    margin-bottom: 12px;
}
.guding a p {
    font-size: 13px;
    color: #666666;
    padding-bottom: 12px;
}

.guding.isM {
    top: 800px;
    bottom: initial;
    padding: 20px 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.guding.isM a {
    width: 150px;
}
.guding.isM a img {
    width: 70%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.guding.isM a p {
    font-size: 30px;
}


/*footer 尾部-----------------------------------------end*/

/*bottom*/
.product_under{
    width:100%;
    height: 336px;
    background: url("../images/bottom.jpg") no-repeat center;
    text-align: center;
    background-size: 100% 100%;
}
.product_under .title h3{
    font-size: 44px;
	font-weight: 500;
	color: #ffffff;
}
.product_under .title h4{
    font-size: 26px;
	font-weight: 500;
	color: #ffffff;
    opacity: 0.7;
}
.pro_btn{
    width: 241px;
	height: 58px;
	background-color: #ffe528;
	box-shadow: 0px 3px 18px 0px rgba(50, 98, 175, 0.22);
	border-radius: 9px;
    opacity: 0.99;
    font-size: 25px;
    color: #3860f4;
    border:none;
    cursor: pointer;
    margin-top: 42px;
}


.box_mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    z-index: 9999;
}
.box_mask .w560 {
    width: 560px;
    margin: 0px auto;
}
.box_mask .tk {
    width: 750px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -375px;
    background-color: #ffffff;
    border-radius: 10px;
    padding-bottom: 50px;
    text-align: center;
}
.box_mask .tk.mfzx {
    display: none;
    margin-top: -342.5px;
}
.box_mask .tk.mfsy {
    display: none;
    margin-top: -400px;
}

.box_mask .tk .title {
    text-align: center;
    font-size: 38px;
    color: #333333;
    margin-top: 50px;
    margin-bottom: 25px;
}
.box_mask .tk .close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}
.box_mask .tk form div {
    margin-bottom: 12px;
}
input {
    width: 100%;
    padding: 0px 10px;
    height: 42px;
    line-height: 42px;
    border: 1px solid #e1e1e1;
    background: none;
    border-radius: 5px;
    font-size: 16px;
    color: #666;
}
input:focus {
    outline:none;
    border: 1px solid #3860F4;
}
.box_mask .tk textarea:focus {
    outline:none;
    border: 1px solid #3860F4;
}
.box_mask .tk p {
    font-size: 18px;
    color: #333333;
    margin-bottom: 5px;
    text-align: left;
}
.box_mask .tk p b {
    color: #ff0000;
}
.box_mask .tk textarea {
    width: 100%;
    height: 85px;
    border-radius: 5px;
    padding: 5px;
    resize: none;
    border: 1px solid #e1e1e1;
    font-size: 16px;
    color: #666;
}
.box_mask .tk .name input {
    width: 90%;
}
.box_mask .tk .name .r {
    margin-left: 35px;
}
.box_mask .tk .name .r p {
    margin-bottom: 15px;
}
.box_mask .tk .name .r label {
    margin-left: 15px;
}
.box_mask .tk .name .r input {
    width: 17px;
    height: 17px;
    bottom: 0;
    left: 0;
    z-index: 99;
}
.box_mask .tk .name .r input[type="radio"]+label::before {
    content: ""; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 17px;
    height: 17px;
    background: url(../images/radio1.png);/*原始按钮图片地址*/
}
.box_mask .tk .name .r input[type="radio"]:checked + label::before {
    content: ""; /*不换行空格*/
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    width: 17px;
    height: 17px;
    background: url(../images/radio2.png);  /*选中的按钮图片地址*/
}
.box_mask .tk .name .r input[type="radio"] {
    position: absolute;
    opacity: 0;
    /*clip: rect(0, 0, 0, 0);*/
}
.box_mask .tk .name .r input.sir {
    left: 10px;
}
.box_mask .tk .name .r input.lady {
    left: 89px;
}
.box_mask .tk .shengming {
    display: block;
    font-size: 16px;
    color: #3860f4;
    text-align: left;
    text-decoration: underline;
}
.box_mask .tk .tijiao {
    width: 280px;
    height: 62px;
    line-height: 62px;
    border-radius: 62px;
    display: inline-block;
    font-size: 22px;
    color: #ffffff;
    background-image: -moz-linear-gradient( 0deg, rgb(96,137,255) 0%, rgb(56,96,244) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(96,137,255) 0%, rgb(56,96,244) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(96,137,255) 0%, rgb(56,96,244) 100%);
    margin-top: 30px;
}

/* 成功提交提示框 */

.tip_mask {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.5);
    top: 0;
    left: 0;
    z-index: 9999;
}
.succ{
    position: absolute;
    width: 300px;
    height: 170px;
    top: 50%;
    left: 50%;
    margin-left: -150px;
    margin-top: -86px;
    background:#333;
    opacity: 0.85;
}
.succ img{
    width: 40px;
    height: 40px;
}
.succ p{
    font-size: 30px;
    /* margin-top: 20px; */
    color: #fff;
}

