.section-one{padding:30px 0;}
.section-two{background: url(bg.png) no-repeat;background-size:cover;}
.section-three{padding-bottom:30px;}
.common-header{position:relative;margin-bottom:25px;}
.common-header h3{font-size:30px;color:#791312;position:relative;}
.common-header span{position:relative;}
.common-header span:before{background-color:#a40000;content: '';position:absolute;left:-145px;top:50%;width:126px;height:1px;}
.common-header span:after{background-color:#a40000;content: '';position:absolute;right:-145px;top:50%;width:126px;height:1px;}
.common-header .more{position:absolute;bottom:0;right:0;}
.common-header .more a{font-size:12px;color:#4c1414;}
.section-three .common-header h3{margin-top:50px;margin-bottom:20px;}
.common-part{position:relative;height:478px;}
.common-left{width:63%;padding:20px 60px 50px 20px;background-color: rgba(126,107,90,.94);position:absolute;top:37px;left:0;z-index:2;}
.common-right{width:42%;padding:20px 10px 53px 75px;background-color: rgba(164,0,0,.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:22px;color:#fff;padding-right:25px;background: url(ico01.png) right 10px no-repeat;font-weight:bold;}
.common-box .common-head .more{margin-top:10px;}
.common-box .common-head .more a{color:#fff;}
.common-right .common-box .common-head .more a{color:#fff;}
.quick li a{font-size:18px;color:#222;position:relative;display:block;text-align:center;border:1px solid #7d0000;padding:15px 10px;}
.quick li a img{margin-right:15px;transition: 0.3s;}
.quick li a:hover img{transform: rotate(-30deg);-ms-transform: rotate(-30deg);-moz-transform: rotate(-30deg);-webkit-transform: rotate(-30deg);-o-transform: rotate(-30deg);}
@media (max-width: 850px){
	.common-header h3{font-size:20px}
	.common-header span:before{width:30px;left:-40px;}
	.common-header span:after{width:30px;right:-40px;}
	.common-box .common-head .title{font-size:16px;background-position:right center;}
	.common-box .common-head .more{margin-top:0;font-size:12px;}
}
@media (max-width: 767px){
	.common-left,.common-right{width:100%;position:static;padding:15px;margin:15px 0;}
}
