.title{
	width: 100%;
	float: left;
	margin: 20px 0;
	font-size: 18px;
	color: #1d2a63;
	font-weight: 600;
}
.title img{
	vertical-align: middle;
	margin-right: 10px;
}
.is_mainBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 20px 0;
}
.is_main{
	width: 1200px;
	margin: 0 auto;
}
.is_main .is_content, .is_proc .is_content, .is_bot .is_content{
	width: 1150px;
	float: left;
	padding: 0 0 20px 50px;
}
.is_proc .is_content{
	padding: 0 0 0 50px;
}
.is_content .text{
	width: 80%;
	float: left;
}
.is_content .text2{
	width: 55%;
	float: left;
}
.is_content .img{
	width: 45%;
	float: left;
	text-align: center;
}
.text_tit{
	width: 100%;
    margin: 15px 0;
    float: left;
    color: #222;
    font-size: 1.125rem;
    font-weight: bold;
}
/* .text_tit{
	background: #96a5e3;
	float: left;
	padding: 5px 15px;
	color: #FFFFFF;
	font-weight: 600;
	margin: 5px 0;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
} */
ul.list{
	width: 97%;
	float: left;
	padding: 0 0 0 3%;
}
ul.list li{
	background: url(../images/cg_is_list_1.gif) left 10px no-repeat, url(../images/cg_is_list_2.gif) left 5px repeat-y;
	padding: 3px 0 3px 5%;
}
ul.list li .tit{
	font-weight: 600;
}
.is_procBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0;
	background: url(../images/cg_is_bg.png) repeat;
}
.is_proc{
	width: 1200px;
	margin: 0 auto;
}
.is_proc ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.is_proc li{
	width: 350px;
	height: 284px;
	float: left;
	margin: 10px 27px 10px 0;
}
.is_proc li.end{
	margin: 10px 0;
}
.is_proc li.mob{
	display: none;
}
.is_botBg{
	width: 100%;
	float: left;
	min-width: 1200px;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
}
.is_bot{
	width: 1200px;
	margin: 0 auto;
}

.is_content table{
	width: 50%;
	border-left: 1px solid #99a5dc;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
}
.is_content table .tit{
	background: url(../images/cg_borBg.png) repeat;
	color: #FFFFFF;
	text-align: center;
}
.is_content td, th{
	padding: 8px 15px;
	border-bottom: 1px solid #6778c2;
	border-right: 1px dashed #99a5dc;
}

.is_proc .box{
	    border-radius: 10px;
	border: 1px solid #402BA8;
	padding: 2% 4%;
	font-size: 24px;
	width: 50%;
	margin: 2%;
	text-align: center;
	color: #FFF;
	background: url(../images/cg_borBg.png) repeat;
}

.is_proc .box:hover{
	color: #FFEC41;
	text-decoration: underline;
}

.highLight {
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.highLight .title {
    float: none;
    width: 100px;
    height: 100px;
    border-radius: 68% 32% 33% 67% / 50% 20% 80% 50%;
    background-color: #ef9b0038;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ef9b00;
    font-size: 1rem;
    position: relative;
}

.highLight .title::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 100px;
    border-radius: 42% 58% 73% 27% / 57% 50% 50% 43%;
    border: 1px dashed #ef9b00;
}

.highLight p {
    width: calc(100% - 100px - 2rem);
    display: flex;
    align-items: center;
    border-top: 1px solid #00709E;
    border-bottom: 1px solid #00709E;
    padding: 0.5rem;
}

.table_box {
	padding: 30px 0;
	overflow-y: hidden;
	display: flex;
	text-align: center;
}

.cgResultBox {
	position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 3rem;
}

.cgResultBox h3[class^="color"] {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 180px;
    color: #fff;
	text-align: center;
    padding: 0.5rem 1rem;
    position: relative;
	border-radius: 0.5em 0 0 0.5em;
}

.cgResultBox h3[class^="color"]::before {
    content: "";
    position: absolute;
    display: inline-block;
    left: 4rem;
	bottom: -1.8rem;
    width: 0;
    height: 0;
    border: 18px solid transparent;
    border-right: 20px solid #fcfcfc;
    border-left: 20px solid #fcfcfc;
    border-bottom: 12px solid #fcfcfc;
}

.cgResultBox .color1, .cgResultBox h3.color1::before {
    background-color: #6778c2;
}

.cgResultBox .color2, .cgResultBox h3.color2::before {
    background-color: #477E25;
}

.cgResultBox .color3, .cgResultBox h3.color3::before {
    background-color: #E45A34;
}

.cgResultBox .color4 {
    background-color: #7E256F;
}

.cgResultBox ol {
	width: 100%;
	list-style: circle;
    padding-top: 10px;
    padding-left: 3rem;
    padding-right: 15px;
    padding-bottom: 20px;
	border-radius: 0 0.5em 0.5em 0;
    background-color: #fcfcfc;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.15);
    margin: 0;
}

.main_box {
	margin-top: 16px;
}

.main_box p {
    width: 70%;
    float: left;
}

.main_box img {
	width: 30%;
    float: left;
    text-align: center;
}
.ifo_main {
	width: 67%;
	float: left;
	padding-right: 2rem;
}
.ifo_main_r {
	width: 30%;
	float: right;
	margin-top: 1rem;
}

@media screen and (min-width: 769px) {
    .highLight .title {
        width: 150px;
        height: 150px;
        font-size: 1.5rem;
    }

	.highLight .title::before {
        width: 150px;
        height: 150px;
    }

	.highLight p {
        width: calc(100% - 150px - 2rem);
        padding: 0 0.5rem;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.is_mainBg, .is_procBg, .is_botBg{
	min-width: 1000px;
}
.is_main, .is_proc, .is_bot{
	width: 970px;
	padding: 0 15px;
}
.is_main .is_content, .is_proc .is_content, .is_bot .is_content{
	width: 100%;
	padding: 0 0 20px 0;
}
.is_content .text{
	width: 100%;
}
.is_proc li{
	width: 31%;
	height: auto;
	margin: 10px 1%;
}
.is_proc li img{
	width: 300px;
	height: auto;
}
.is_proc li.end img{
	width: 280px;
	height: auto;
}
}
@media screen and (min-width: 320px) and (max-width: 768px) {
.is_mainBg, .is_procBg, .is_botBg{
	min-width: 320px;
}
.is_main, .is_proc, .is_bot{
	width: 90%;
	padding: 0 5%;
	min-height: inherit;
}
.is_main .is_content, .is_proc .is_content, .is_bot .is_content{
	width: 100%;
	padding: 0 0 20px 0;
}
.is_content .text{
	width: 100%;
}
.is_proc li{
	width: 70%;
	margin: 5px 0;
	height: auto;
}
.is_proc li.desk{
	display: none;
}
.is_proc li.mob{
	display: block;
}
.is_content .img, .is_content .text2{
	width: 100%;
}
.is_content .img img, .is_proc li img{
	width: 100%;
	height: auto;
}
.ifo_main,
.ifo_main_r {
	width: 100%;
}
.cgResultBox {
	flex-wrap: wrap;
}
.cgResultBox h3[class^="color"] {
	width: 100%;
	border-radius: 0.5em 0.5em 0 0;
}
.cgResultBox h3[class^="color"]::before {
	display: none;
}
.cgResultBox ol {
	border-radius:  0 0 0.5em 0.5em;
}
.table_box {
	flex-wrap: wrap;
}
.is_content table{
	width: 100%;
	margin-bottom: 1rem;
}
}