.section-one{padding:30px 0;background-color:#e9f6fc;}
.section-two{background: url(bg1.jpg) no-repeat;background-size:cover;}
.section-three{background: url(bg2.jpg) no-repeat;background-size:cover;}
.common-header{position:relative;margin-bottom:25px;}
.common-header h3{font-size:30px;color:#005e60;position:relative;}
.common-header span{position:relative;}
.common-header span:before{background-color:#005e60;content: '';position:absolute;left:-145px;top:50%;width:126px;height:1px;}
.common-header span:after{background-color:#005e60;content: '';position:absolute;right:-145px;top:50%;width:126px;height:1px;}
.common-header p{color:#005e60;}
.common-header .more{position:absolute;bottom:0;right:0;}
.common-header .more a{font-size:12px;color:#0c4d51;}
.section-three .common-header h3{margin-top:50px;}
.common-part{position:relative;height:478px;}
.common-left{width:63%;padding:20px 60px 50px 20px;background-color: rgba(251,224,126,.94);position:absolute;top:37px;left:0;z-index:2;}
.common-right{width:42%;padding:20px 10px 53px 75px;background-color: rgba(16,129,134,.92);position:absolute;top:70px;right:0;z-index:1;}
.common-box .common-head{padding-bottom:14px;border-bottom:1px dashed #fff;}
.common-box .common-head .title{font-size:20px;color:#0f8186;padding-right:25px;background: url(ico01.png) right 10px no-repeat;}
.common-box .common-head .more{margin-top:10px;}
.common-box .common-head .more a{color:#0c4d51;}
.common-right .common-box .common-head .title{color:#fff;background: url(ico02.png) right 10px no-repeat;}
.common-right .common-box .common-head .more a{color:#fff;}
.section-quick{padding:25px 0;background-color: rgba(98,98,98,.08);margin-top:30px;}
.quick li a{display:block;width:100%;font-size:16px;color:#005e60;padding:20px 15px;margin:10px 0;line-height:40px;text-align:center;border:1px solid #005e60;position:relative;text-indent:15px;}
.quick li a i{width:37px;height:37px;display:inline-block;margin-bottom:-14px;margin-right:15px;background-position:center center;background-repeat:no-repeat;transition: 0.3s;}
.quick li a i.icon-zy1{background-image: url(zy01.png);}
.quick li a i.icon-zy2{background-image: url(zy02.png);}
.quick li a i.icon-zy3{background-image: url(zy03.png);}
.quick li a i.icon-zy4{background-image: url(zy04.png);}
.quick li a i.icon-zy5{background-image: url(zy05.png);}
.quick li a:hover i{transform: rotate(-30deg);-ms-transform: rotate(-30deg);-moz-transform: rotate(-30deg);-webkit-transform: rotate(-30deg);-o-transform: rotate(-30deg);}
@media (max-width: 767px){
	.common-left,.common-right{width:100%;position:static;padding:15px;margin:15px 0;}
}