.global-title {
    margin-top: 40px;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;}
.global-title h3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;}
.global-title h3 img {
    display: block;
    margin-right: 20px;
    max-height: 32px;}
.global-title h3 span {
    font-size: 30px;
    line-height: 1;
    color: #d6231e;}
.global-title .hr {
    margin: 0 25px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;}
.hr {
    width: 100%;
    height: 1px;
    background: #ffbfbf;}
.global-title .more{
    color: inherit;
    text-decoration: inherit;}

@media only screen and (max-width: 1380px){
.global-title {margin-bottom: 25px;}
.global-title h3 img {margin-right: 15px;max-height: 27px;}
.global-title h3 span {font-size: 24px;}
}
@media only screen and (max-width: 1200px){
.global-title {margin-bottom: 20px;}
.global-title h3 img { margin-right: 10px;max-height: 20px;}
.global-title h3 span {font-size: 20px;}
}
@media only screen and (max-width: 820px){
.global-title {margin-bottom: 25px;}
.global-title h3 img {margin-right: 6px;max-height: 15px;}
.global-title h3 span {font-size: 18px;}
}

.xxzl img{margin:auto;}
/***/
