.model-sec {padding-top: 60px;}
.model-h3 {font-size: 30px; margin-bottom: 30px; line-height: 35px;}
.model-p {color: #aaa; line-height: 30px;}
.model-ml15 {margin-left: 15px;}
.model-h20 {width: 100%; height: 20px; clear: both;}
.model-h40 {width: 100%; height: 40px; clear: both;}
.model-h60 {width: 100%; height: 60px; clear: both;}

.intro-sec .word-part h2 {color: #CDF72B; font-size: 40px; font-weight: bold;}
.intro-sec .word-part b {font-size: 20px; margin-bottom: 20px; display: block;}
.intro-sec .word-part a {display: inline-block; padding: 10px 20px; border: 1px solid #CDF72B; color: #CDF72B; transition: all .3s ease-in-out; margin-right: 10px;}
.intro-sec .word-part a:hover {background-color: #CDF72B; color: #000;}

.para-sec .para-box {padding: 30px; background-color: #252525; margin-bottom: 30px;}
.para-sec .para-box span {display: block; color: #aaa; margin-bottom: 5px;}
.para-sec .para-box b {display: block; font-size: 24px;}
.para-sec .para-box hr {border-top: 1px solid #CDF72B; opacity: 0.5;}
.para-sec .para-box i {display: inline-block; height: 35px; width: 24px; margin-right: 5px;}

.fea-sec .fea-part {display: flex; justify-content: center; flex-wrap: wrap;}
.fea-sec .fea-part .icon-box {padding: 30px; width: 170px;}

.contrast-sec .contrast-box {background-color: #2E2E2E; padding: 30px; text-align: center;}
.contrast-sec .contrast-box h5 {color: #CDF72B; font-size: 20px;}
.contrast-sec .contrast-box {margin-bottom: 30px;}
.contrast-sec .contrast-box p {height: 90px;}
.contrast-sec .contrast-box .img-block1 {background: url('/static/shihe/product/c1.jpg') no-repeat center; background-size: 300px 275px; width: 100%; height: 275px; transition: all .3s ease-in-out; cursor: pointer;}
.contrast-sec .contrast-box .img-block1:hover {background: url('/static/shihe/product/c1b.jpg') no-repeat center; background-size: 300px 275px;}
.contrast-sec .contrast-box .img-block2 {background: url('/static/shihe/product/c2.jpg') no-repeat center; background-size: 300px 275px; width: 100%; height: 275px; transition: all .3s ease-in-out; cursor: pointer;}
.contrast-sec .contrast-box .img-block2:hover {background: url('/static/shihe/product/c2b.jpg') no-repeat center; background-size: 300px 275px;}
.contrast-sec .contrast-box .img-block3 {background: url('/static/shihe/product/c3.jpg') no-repeat center; background-size: 300px 275px; width: 100%; height: 275px; transition: all .3s ease-in-out; cursor: pointer;}
.contrast-sec .contrast-box .img-block3:hover {background: url('/static/shihe/product/c3b.jpg') no-repeat center; background-size: 300px 275px;}
.contrast-sec .contrast-box .img-block4 {background: url('/static/shihe/product/c4.jpg') no-repeat center; background-size: 300px 275px; width: 100%; height: 275px; transition: all .3s ease-in-out; cursor: pointer;}
.contrast-sec .contrast-box .img-block4:hover {background: url('/static/shihe/product/c4b.jpg') no-repeat center; background-size: 300px 275px;}

.why-sec .why-box {border: 1px solid #CDF72B; background-color: #2E2E2E; padding: 30px; margin-bottom: 30px;}
.why-sec .why-box h5 {font-size: 20px; font-weight: bold; margin-bottom: 20px; line-height: 30px; height: 60px;}
.why-sec .why-box p {margin-bottom: 20px; height: 120px;}
.why-sec .why-box a {color: #CDF72B;}

@media (max-width: 767px) {
	.model-sec {padding-top: 40px;}
	.model-h3 {font-size: 24px; margin-bottom: 30px;}
	.model-h20 {height: 10px;}
	.model-h40 {height: 20px;}
	.model-h60 {height: 30px;}

	.intro-sec .word-part a {padding: 5px 15px;}

	.para-sec .para-part {margin-bottom: 30px;}
	.para-sec .para-box {padding: 20px;}
	.para-sec .para-box b {font-size: 20px;}
	.para-sec .para-box i {width: 22px;}

	.fea-sec .fea-part .icon-box {padding: 5px; width: 100px;}

	.contrast-sec .contrast-box {padding: 20px;}
	.contrast-sec .contrast-box p {height: auto;}

	.why-sec .why-box {padding: 20px;}
	.why-sec .why-box h5 {height: auto;}
	.why-sec .why-box p {height: auto;}

	
}