

/*** content ***/
#content{
    overflow: hidden;
}

.content-wrap{
	width:100%;
	position: relative;
}

.content-wrap .cont-area{
	max-width: 1280px;
	padding: 10rem 0;
	/* overflow: hidden; */
	margin:auto;
	position: relative;
}
/*
.content-wrap section{
	overflow:hidden
}*/
.cont-area img{display: block;margin: 0 auto;object-fit: contain;}


/**a-section**/

.content-wrap .a-sec{
	/* background:url(/theme/withc/img/main/main_background.jpg) no-repeat center center; */
	height: auto;
	color:#fff
}

.content-wrap .a-sec .cont-area{
	width:auto;
	overflow: hidden;
	padding: 0px;
	max-width:1920px;
	min-width:1400px
}

.content-wrap .a-sec article{
	float:left;
	height:100%;
	text-align:center;
}

.content-wrap .a-sec article:first-child{
	width: 100%;
	/* margin-top:50px; */
	margin: 0px !important;
	display: block;
}

.content-wrap .a-sec article:nth-child(2){
	width:40%;
	/* position: fixed; */
	/* z-index: 999; */
	/* right: 0px; */
	/* top: 50%; */
	/* transform: translateY(-15%); */
}

.content-wrap .a-sec article:nth-child(3){
	width:30%;
	margin-top:50px;
}

.content-wrap .a-sec .text{
	overflow:hidden;
	margin-bottom:40px;
}

.content-wrap .a-sec .text p{
	margin-bottom:30px
}

.content-wrap .a-sec .text .tit{
	font-weight:bold;
	font-size:35px;
	margin-bottom:35px
}

.content-wrap .a-sec .text .tit span{
	font-weight: normal
}

.content-wrap .a-sec .text .con{
	font-size:24px;
	line-height:33px
}

.content-wrap .a-sec .cont{
	overflow:hidden;
}

.content-wrap .a-sec .cont p{
	margin-bottom:20px
}

.content-wrap .a-sec .cont .browser{
	position:relative;
	background: url(/theme/withc/img/main/main_bw_img.png) no-repeat center center;
	width: 100%;
	height: auto;
}

.content-wrap .a-sec .cont .browser ul{
	/* position:absolute; */
	/* top: 60px; */
	/* left: 49.9%; */
	/* transform: translateX(-49.9%); */
}

.content-wrap .a-sec .cont .browser li{
	width:563px;
	height: auto;
	overflow:hidden
}

.content-wrap .a-sec .cont .browser li img{
	width:100%;
	height:100%;
	max-height: calc(100vh - 80px);
}

.content-wrap .a-sec .cont .stit{
	font-size:24px;
	line-height:30px;
}

.content-wrap .a-sec .cont .download-btn a{
	display:inline-block;
	width:174px;
	height:46px;
	line-height:46px;
	-webkit-border-radius:50px;
	border-radius:50px;
	color:#fff;
	background:#4c8eef;
	font-size:18px;
	margin:0px 5px;
}

.content-wrap .a-sec .cont .download-btn a:hover{
	background:#1968de;
}

.content-wrap .b-sec .cont .consult-form h4{    color: #333;
    text-align: center;
    padding: 0 0 1.4rem;
    font-size: 1.25rem;}
.content-wrap .b-sec .cont .consult-form{
	background:#fff;
	width: 100%;
	padding: 3.25rem;
	display:inline-block;
	-webkit-border-radius:5px;
	border-radius:5px;
	border: 1px solid #2882eb;
	position: relative;
	/* z-index: 999; */
	border-radius: 4rem;
}

.content-wrap .b-sec .cont .consult-form .form{
	border:1px solid #e7e7e7;
	text-align:left
}

.content-wrap .b-sec .cont .consult-form .form dt{
	font-size:17px;
	color:#5d5d5d;
	font-weight:bold;
	background:#f6f6f6;
	height:65px;
	line-height:65px;
	/*padding-left:15px;*/
	position:relative;
}

.content-wrap .b-sec .cont .consult-form .form dt select{
	border:none;
	width:100%;
	padding:0px 15px;
	height:65px;
	margin-top:-3px;
    background: url(/theme/withc/img/common/mn_sel_arrow.png) no-repeat 96% center;
	background-size:18px
}

.content-wrap .b-sec .cont .consult-form .form dt span{
	position:absolute;
	right:15px;
	top:0px;
}

.content-wrap .b-sec .cont .consult-form .form dd li{
	border-bottom:1px solid #e7e7e7
}

.content-wrap .b-sec .cont .consult-form .form dd li:last-child{
	border-bottom:0
}

.content-wrap .b-sec .cont .consult-form .form dd label{
	padding:15px;
	display: block;
	color: #2882eb;
	font-size:14px
}

.content-wrap .b-sec .cont .consult-form .form dd input{
	width:100%;
	padding-left:15px;
	height:40px;
	font-size:14px;
}

.content-wrap .b-sec .cont .consult-form .ckd-wrap{
	margin-top:15px;
	text-align:left;
	position:relative;
}

.content-wrap .b-sec .cont .consult-form .ckd-wrap label{
	color:#5d5d5d;
	font-size:12px;
}

.content-wrap .b-sec .cont .consult-form .ckd-wrap .view-btn{
	display:inline-block;
	width:70px;
	height:25px;
	line-height:25px;
	text-align:center;
	font-size:11px;
	border-radius:3px;
	border:1px solid #e7e7e7;
	background:#fff;
	color:#5d5d5d;
	position:absolute;
	right:0;
	top:-5px;
}

.content-wrap .b-sec .cont .consult-form .app-btn{
	display: block;
	height:44px;
	line-height:44px;
	width:170px;
	text-align:center;
	color:#fff;
	font-weight:bold;
	font-size:18px;
	-webkit-border-radius:50px;
	border-radius:50px;
	margin: 0 auto;
	margin-top:35px;
	border: none;
	background: #008aec;
}



/**b-section**/

.content-wrap .b-sec .cont-area{
	/* padding-top:130px; */
}

.content-wrap .b-sec .text{
	float:left;
	width:768px;
	margin-top:30px
}

.content-wrap .b-sec .text .tit{
	font-size:50px;
	color:#333333;
	line-height:60px;
	margin-bottom:20px;
}

.content-wrap .b-sec .text .tit small{
	font-size:46px;
}

.content-wrap .b-sec .text .con{
	font-size:18px;
	line-height:26px;
}

.content-wrap .b-sec .text .consult-btn{
	margin-top:35px;
}

.content-wrap .b-sec .text .consult-btn a{
	display:inline-block;
	width:200px;
	padding:0px 20px;
	height:50px;
	line-height:50px;
	text-align:left;
	background:#008aec;
	color:#fff;
	font-size:18px;
	margin-right:15px;
}

.content-wrap .b-sec .text .consult-btn a:hover{
	background:#3077e4
}

.content-wrap .b-sec .text .consult-btn img{
	float:right;
	margin-top:15px;
}

.content-wrap .b-sec .img{
	float:right;
}

.content-wrap .b-sec .tit{
	font-size:36px;
	font-weight:700;
	margin-bottom:20px;
	text-align: center;
}

.content-wrap .b-sec .tit span{
	color:#008aec;
}

.content-wrap .b-sec .con{
	font-size:18px;
	line-height:26px;
	text-align: center;
}


/**c-section**/
#tab07{background:#f3fbff}
.content-wrap > section{position:relative}
.content-wrap .c-sec{
	text-align:center;
	background: url('/img/section02.jpg') no-repeat;
	background-size: cover;
	background-position: center;
	position: relative;
}

.content-wrap .c-sec .tit{
	font-size:36px;
	font-weight:700;
	margin-bottom:20px;
	text-align: left;
	border-top: 1px solid #008aec;
	padding-top: 1rem;
	display: inline-block;
	margin-right: auto;
	display: block;
	position: absolute;
}

.content-wrap .tit{
	font-size:36px;
	font-weight:700;
	margin-bottom:20px;
	text-align: left;
	border-top: 2px solid #008aec;
	padding-top: 1rem;
	display: inline-block;
	margin-right: auto;
	display: block;
	position: absolute;
	top: 4rem;
}
.content-wrap .c-sec .tit span{
	color:#008aec;
}

.content-wrap .c-sec .con{
	font-size:18px;
	line-height:26px;
}

.content-wrap .c-sec .why-cont{
	margin-top:60px
}

.content-wrap .c-sec .why-cont > ul{display: flex;flex-wrap: wrap;justify-content: space-between;max-width: 1050px;align-content: space-between;margin: 0 auto;}

.content-wrap .c-sec .why-cont li{
	/* float:left; */
	/* width:300px; */
	/* height:208px; */
	/* border-right:1px solid #e7e7e7; */
}

.content-wrap .c-sec .why-cont li:last-child{
	border-right:0
}

.content-wrap .c-sec .why-cont li .area{
	margin-top:25px;cursor: pointer
}

.content-wrap .c-sec .why-cont li p{
	margin-bottom:25px;
}

.content-wrap .c-sec .why-cont li p img{width: 100%;cursor: pointer}

.content-wrap .c-sec .why-cont li .w-tit{
	font-size:24px;
	font-weight:bold;
	margin-bottom:20px;
	display:block;
}

.content-wrap .c-sec .why-cont li .w-con{
	font-size:16px;
	line-height:22px
}

.content-wrap .c-sec .partner-cont{
	margin-top:40px
}

.content-wrap .c-sec .partner-cont li{
	border:1px solid #e7e7e7;
	width:224px;
	height:80px;
	line-height:80px;
	float:left;
	margin-right:20px;
	margin-top:20px;
	text-align:center;
}

.content-wrap .c-sec .partner-cont li:nth-child(5n){
	margin-right:0
}

.content-wrap .c-sec .partner-cont li img{
	height:40px;
}

.content-wrap .c-sec .partner-cont li a{
	display:block
}




/**d-section**/

/**e-section**/
.content-wrap .e-sec .tit{font-size:46px;line-height:58px;padding-top:35px;float:left;width:293px;position:relative}
.content-wrap .e-sec .tit::after{content: "";width:50px;height:2px;background:#000;position:absolute;top:0;left:0}
.content-wrap .e-sec .profile-cont{float:right;width:907px}
.content-wrap .e-sec .profile-cont ul{display:inline-block}
.content-wrap .e-sec .profile-cont li{float:left;position:relative;margin-right:10px;margin-bottom:10px}
.content-wrap .e-sec .profile-cont li a{width:398px;height:297px;display:block;color:#5d5d5d}
.content-wrap .e-sec .profile-cont li a:hover{color:#0294ff;border:5px solid #0294ff}
.content-wrap .e-sec .profile-cont li:nth-child(2n){margin-right:0}
.content-wrap .e-sec .profile-cont li:nth-last-child(2){margin-bottom:0}
.content-wrap .e-sec .profile-cont li:nth-last-child(1){margin-bottom:0}
.content-wrap .e-sec .profile-cont li.pf-1{background:url(/theme/withc/img/main/profile_img01.jpg) no-repeat top left;}
.content-wrap .e-sec .profile-cont li.pf-2{background:url(/theme/withc/img/main/profile_img02.jpg) no-repeat top left;}
.content-wrap .e-sec .profile-cont li.pf-3{background:url(/theme/withc/img/main/profile_img03.jpg) no-repeat top left;}
.content-wrap .e-sec .profile-cont li.pf-4{background:url(/theme/withc/img/main/profile_img04.jpg) no-repeat top left;}
.content-wrap .e-sec .profile-cont li em{display:inline-block;position:absolute;right:60px;top:50px}
.content-wrap .e-sec .profile-cont li .p-tit{font-size:18px;line-height:26px;margin-bottom:25px;display:block;font-weight:bold}
.content-wrap .e-sec .profile-cont li .p-view{font-size:12px;color:#888;display:block;height:14px;background:url(/theme/withc/img/main/pf_arrow_btn.png) no-repeat bottom left}

/**f-section**/
.content-wrap .f-sec .b-banner{width:100%;/*min-width:1920px;*/height:auto}
.content-wrap .f-sec .b-banner a{display:block}

/** ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¹ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¨ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â­ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂµÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â©ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â«ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â´ **/
.bt-quick-menu{padding:15px 0px;border-bottom:1px solid #e7e7e7}
.bt-quick-menu .quick-menu{width:1200px;overflow:hidden;margin:auto}
.bt-quick-menu .quick-menu .tit-box{width:165px;padding:18px 0px;text-align:center;font-size:14px;letter-spacing: 0;line-height:24px;background:#008aec;color:#fff;float:left}
.bt-quick-menu .quick-menu .tit-box strong{display:block;font-size:bold;font-size:20px}
.bt-quick-menu .quick-menu ul{float:right;margin-top:10px}
.bt-quick-menu .quick-menu li{float:left;margin-right:100px}
.bt-quick-menu .quick-menu li.menu-1 a{background:url(/theme/withc/img/main/q_icon01.png) no-repeat top center;}
.bt-quick-menu .quick-menu li.menu-2 a{background:url(/theme/withc/img/main/q_icon02.png) no-repeat top center;}
.bt-quick-menu .quick-menu li.menu-3 a{background:url(/theme/withc/img/main/q_icon03.png) no-repeat top center;}
.bt-quick-menu .quick-menu li.menu-4 a{background:url(/theme/withc/img/main/q_icon04.png) no-repeat top center;}
.bt-quick-menu .quick-menu li.menu-5 a{background:url(/theme/withc/img/main/q_icon05.png) no-repeat top center;}
.bt-quick-menu .quick-menu li.menu-6 a{background:url(/theme/withc/img/main/q_icon06.png) no-repeat top center;}
.bt-quick-menu .quick-menu li.menu-7 a{background:url(/theme/withc/img/main/q_icon07.png) no-repeat top center;}
.bt-quick-menu .quick-menu li:last-child{margin-right:0}
.bt-quick-menu .quick-menu li a{display:block;font-size:14px;color:#333333;height:65px;padding-top:48px}




