﻿body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td
{
	margin: 0;
	padding: 0;
}

ul
{
	display: block;
}
li
{
	list-style: none;
}
a
{
	text-decoration: none;
	cursor: pointer;
}
a:-webkit-any-link
{
	cursor: auto;
}
.fl
{
	float: left;
}
.fr
{
	float: right;
}
.banner
{
	width: 100%;
	height: 250px;
	min-width: 1200px;
	background: #e66416;
}
.bannerimg
{
	width: 1200px;
	height: 250px;
	background: url(../images/system_banner.png) center no-repeat;
	margin: 0px auto;
}
.pro_headerFixh
{
	width: 100%;
	height: 60px;
	border-bottom: 1px solid #dedede;
	overflow: hidden;
    background-color:#fff;
}
.pro_header
{
	height: 48px;
	padding: 6px 0;
}
.page-center
{
	width: 1120px;
	margin: 0 auto;
}
.pro_logo
{
	height: 48px;
	line-height: 48px;
	padding-left: 10px;
	font-size: 20px;
	color: #333;
}
.pro_logo .logosm
{
	padding-left: 10px;
	height: 48px;
	line-height: 48px;
	font-weight: normal;
}
.pro_nav
{
	font-size: 14px;
}
.pro_nav li
{
	display: inline-block;
	padding: 0 20px;
	position: relative;
}
.pro_nav li > a
{
	height: 48px;
	line-height: 48px;
	color: #333;
}
.pro_nav li + li:before
{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -8px;
	height: 16px;
	border-left: 1px solid #dedede;
}
.lcpro_nav li > a:hover, .lcpro_nav li > a.active
{
	color: #1479de;
}
.btn-consult
{
	display: block;
	margin-top: 9px;
	width: 88px;
	height: 28px;
	line-height: 28px;
	text-align: center;
	border-radius: 4px;
	background: #1479de;
	color: #fff;
	font-size: 14px;
	margin-left: 0;
}
.btn-consult-lecai:hover
{
	border: 1px solid #3070b8;
	color: #333;
}


.Box_tit
{
	width: 1200px;
	padding: 60px 0 50px;
	font-size: 28px;
	color: #222;
	text-align: center;
	margin: 0 auto;
}
.Box_tit1,  .Box_tit2
{
	width: 1200px;
	padding: 60px 0;
	font-size: 28px;
	color: #222;
	text-align: center;
	margin: 0 auto;
}
.Box_tit2
{
	padding: 40px 0;
}


/*简介*/
.profileBox
{
    width: 1200px;
    margin: 0 auto;
    margin-top: 3px;
}
.pro_con1
{
	width: 1200px;
	margin:0 auto 60px;
	overflow: hidden;
}
.pro_con2
{
	overflow: hidden;
    padding-bottom: 50px;
    margin-bottom: 60px;
    border: 1px solid #ededed;
    border-top: none;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.pro_con_img
{
	width: 418px;
    margin-top: 35px;
    margin-left: 40px;
}
.pro_con_txt
{
	width: 100%;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    text-align: justify;
}
.pro_con_txt1{
    width: 640px;
    font-size: 16px;
    line-height: 32px;
    color: #333;
    text-align: justify;
    margin-right: 50px;
    /* margin-top: 66px;*/
}
.pro_con_txt1 p.pro_con_txt_bt {
    text-align: center;
    color: #222;
    font-size: 28px;
    margin: 100px 0 20px;
}

/*优势*/
.proAdvantage
{
    width: 100%;
    background: #fff;
    padding-bottom: 60px;
}
.proAdvantage1 {
    width: 100%;
    background: #f2f4fa;
    padding-bottom: 60px;
}
.advan_con
{
    width: 1200px;
    margin: 0 auto;
}
.advan_nucleus
{
    width: 1200px;
    margin: 0 auto;
}
.nucleus_hl
{
    width: 1200px;
    display: flex;
}
.nucleus_hl_block
{
    width: 336px;
    padding: 25px;
    background: #f2f4fa;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.nucleus_hl_block2
{
    background: #fff;
}
.nucleus_hl_block:hover{
    box-shadow: 0 5px 15px rgba(2,97,191,.6);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    background: #fff;
}
.block_tit
{
    font-size: 20px;
    color: #222;
    margin-top: 20px;
    font-weight: bold;
    text-align: center;
}
.block_con
{
    font-size: 15px;
    line-height: 30px;
    margin-top: 15px;
    text-align: justify;
    text-indent: 2em;
}

.nucleus_hl_block1
{
	width: 285px;
    height: 205px;
    padding: 20px;
    background: #fff;
    cursor: pointer;
    transition: all 0.3s ease 0s;
}
.nucleus_hl_block1:hover{
    box-shadow: 0 5px 15px rgba(2,97,191,.6);
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.block_tit1
{
	font-size: 20px;
    color: #222;
    margin-top: 20px;
}
.block_con1
{
	font-size: 15px;
    line-height: 30px;
    margin-top: 12px;
    text-align: justify;
}

/* 功能模块 */
.FunModule
{
	width: 1200px;
    margin: 0 auto 60px;
}
.moduleCon {
    /*box-shadow: 0 0 20px #f2f4fa;*/
    border: 1px solid #ededed;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.courBox
{
	width: 1170px;
	margin: 0 auto;
	overflow: hidden;
}
.courBox .tabs
{
	width: 100%;
	position: relative;
	height: 2px;
	background: url(../images_new/about_21.png) no-repeat center;
	margin: 40px 0 90px;
}
.tabs li:nth-of-type(1)
{
	left: 16%;
}
.tabs li
{
	position: absolute;
	top: -6px;
	left: 0;
	height: 50px;
}
.tabs li a
{
	width: 13px;
	height: 13px;
	margin: 0 0 15px 23px;
	display: block;
	border: solid 1px #1479de;
	border-radius: 50%;
	background: #fff;
}
.tabs li:nth-of-type(2)
{
	left: 24%;
}
.tabs li:nth-of-type(3)
{
	left: 32%;
}
.tabs li:nth-of-type(4)
{
	left: 40%;
}
.tabs li:nth-of-type(5)
{
	left: 48%;
}
.tabs li:nth-of-type(6)
{
	left: 56%;
}
.tabs li:nth-of-type(7)
{
	left: 64%;
}
.tabs li:nth-of-type(8)
{
	left: 72%;
}
.tabs li:nth-of-type(9)
{
	left: 80%;
}
.tabs li.active a
{
	background: #1479de;
}
.tabs li > a:hover, .tabs li > a.active
{
	background: #1479de;
}
.swiper-container
{
	width: 1180px;
	height: 340px;
	padding-bottom: 100px;
	text-align: center;
	margin: 0 auto;
}
.courText
{
	overflow: hidden;
	color:#333;
}
.courText h6
{
	display: block;
	width: 1180px;
	font: bold 36px/1em "微软雅黑";
	color: #1479de;
	padding-bottom: 13px;
}
.courText_con
{
	overflow: hidden;
	width: 1000px;
	margin: 40px auto 0 auto;
}
.Text_con_fl
{
	width: 400px;
	text-align: left;
	line-height: 34px;
	margin-top: 40px;
	text-indent:2em;
}
.Text_con_fr
{
	width: 500px;
	height: 228px;
	background: url(../images_new/couldTS_img1.jpg);
}
.Text_con_fr1
{
	width: 500px;
	height: 228px;
	background: url(../images_new/couldTS_img1.jpg);
}
.Text_con_fl1
{
	text-align:left;
	line-height:30px;
	text-indent:2em;
	}
.Text_con_fl2
{
	width: 400px;
	text-align: left;
	line-height: 34px;
	margin-top: 0px;
	text-indent:2em;
}
.Text_con_fl3
{
	width: 500px;
	text-align: left;
	line-height: 34px;
	margin-top: 0px;
	text-indent:2em;
}
.Text_con_fl4
{
	width: 500px;
	text-align: left;
	line-height: 34px;
	margin-top: 0px;
	text-indent:2em;
}
.Text_con_fl5
{
	width: 550px;
	text-align: left;
	line-height: 34px;
	margin-top: 0px;
	text-indent:2em;
}
.Text_con_fr3
{
	width: 410px;
	height: 280px;
	background: url(../images_new/couldTS_img3.jpg);
}

.Text_con_fr4
{
	width: 400px;
	height: 250px;
	background: url(../images_new/couldTS_img2.jpg);
}

/*云考试应用*/
.clound_apply
{
	width: 1200px;
    margin: 0 auto;
}
.clound_apply1
{
	width: 1200px;
    margin: 0 auto 60px;
}
.apply_con
{
	width: 1120px;
	height: 400px;
	color:#333;
	line-height: 30px;
	margin: 0 auto;
	background: url(../images_new/apply_img.jpg) top right no-repeat;
	overflow: hidden;
}
.apply_con_txt
{
	width: 640px;
	margin-top: 64px;
}

/*应用案例*/
.clound_case
{
	height:540px;
	background: url(../images_new/map-bg.jpg) top right no-repeat;
}
.function_boxyy
{
	width:1000px;
	margin:0 auto;
	line-height: 34px;
	color: #646464;
	overflow: hidden;
}
.function_box .indent
{
	font-style: normal;
	display: block;
	text-indent: 2em;
}
.function_box span
{
	font-size: 16px;
	color: #3c58a4;
	font-weight: 600;
}

.caseBox
{
	width: 1000px;
	height: 60px;
}
.caseBox_con, .caseBox_con1
{
	width: 326px;
	height: 60px;
	line-height: 60px;
	background: #ffffff;
	text-align: center;
	font-size: 16px;
	float: left;
}
.caseBox_con1
{
	margin: 0 10px;
}
