@media (max-width:1199px) {
    .banner img {
        width: 100%;
    }
}

@media (max-width:540px) {
    .banner img {
        width: 100%;
    }
}

.catalog {
    margin-top: 60px;
    margin-bottom: 60px;
}

.catalog .pub-title {
    font-size: 32px;
    z-index: 1;
    padding-left: 30px;
    color: #828282;
}

.catalog .pub-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    z-index: -1;
}

.catalog .pub-title span {
    background-color: #FFF;
    padding: 0 20px;
}


/* .catalog ul {
    margin-top: 20px;
} */

.catalog .content li {
    width: 32%;
    background-color: #f4f4f4;
    margin-right: 2%;
    padding: 8px;
    margin-top: 20px;
}

.catalog .content li:nth-of-type(3n) {
    margin-right: 0;
}

.catalog .content li .pic {
    background-color: #FFF;
    border: 1px #ebebeb solid;
    height: 210px;
    overflow: hidden;
}

.catalog .content li .pic a {
    height: 100%;
}

.catalog .content li .pic img {
    max-width: 90%;
    height: auto;
    transition: all 1s;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
}

.catalog .content li .tit {
    font-size: 18px;
    margin-top: 10px;
}

.cat-menu li a {
    line-height: 50px;
    background-color: #f4f4f4;
    padding-left: 30px;
}

.cat-menu li a.on {
    background-color: #1053a1;
    color: #FFF;
}

@media (min-width:1025px) {
    .catalog .content li:hover .pic img {
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -o-transform: scale(1.1);
    }
    .cat-menu li a:hover,
    .cat-menu li a.on {
        background-color: #1053a1;
        color: #FFF;
    }
}

@media (max-width:1199px) {
    .catalog .content {
        margin-top: 30px;
    }
    .catalog .content li .tit {
        font-size: 16px;
    }
    .catalog .pub-title {
        font-size: 24px;
    }
}

@media (max-width:767px) {
    .catalog .pub-title {
        font-size: 20px;
    }
    .catalog .content li .tit {
        font-size: 14px;
    }
    .catalog .content li {
        width: 49%;
    }
    .catalog .content li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .catalog .content li:nth-child(even) {
        margin-right: 0;
    }
    .catalog .content li .pic {
        height: 160px;
    }
    
}

@media (max-width:540px) {
    .catalog {
        margin-top: 20px;margin-bottom: 0;
    }
    .cat-menu li a {
        line-height: 35px;
        font-size: 14px;
    }
}

.catalog .body {
    margin-top: 40px;
    line-height: .8;
    color: #333;
}

.catalog .body h1{
    font-size: 24px;
    text-align: center;
}

.catalog .body img {
    max-width: 100%;
    height: auto;
}

.main-title {
    border-bottom: 1px #ddd solid;
    font-size: 24px;
    margin-top: 40px;
}

.main-title span {
    padding-bottom: 20px;
}

.main-title span::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #000;
}

@media (max-width:1199px) {
    .catalog .body h1 {
        font-size: 20px;
    }
    .main-title {
        font-size: 20px;
    }
}

@media (max-width:480px) {
    .main-title {
        font-size: 18px;
    }
}

.catalog .form {
    margin-top: 30px;
}

.catalog .form .tit {
    margin-top: 10px;
    font-size: 18px;
}

.catalog .form input[type='text'] {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #edf1f2;
    border: 1px #cccccc solid;
    height: 50px;
    padding: 0 20px;
}

.catalog .form textarea {
    width: 100%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: #edf1f2;
    border: 1px #cccccc solid;
    height: 180px;
    padding: 15px 20px;
    font-family: '';
}

.catalog .form input[type='submit'] {
    background-color: #0054a7;
    color: #FFF;
    padding: 0 70px;text-transform: capitalize;
    height: 50px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    font-size: 20px;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .catalog .form input[type='submit']{
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }
}

.form-group {
    position: relative;
    width: 80%;
    padding: 30px;
    overflow: hidden;
    background: #ffffff;
    margin: 0 auto;
}

.form-group .close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 1.4em;
    height: 1.4em;
    background: url(../images/close.svg) no-repeat center;
    background-size: contain;
    cursor: pointer;
}

.form-group .title {
    background: url(../images/icon5.png)no-repeat left center;
    font-size: 24px;
    color: #1053a1;
    padding-left: 50px;
    margin-top: 20px;
}

.form-group .text {
    margin-top: 15px;
    color: #666;
}

.form-group .group {
    width: 49%;
    margin-right: 2%;
    margin-top: 20px;
}

.form-group .group:last-child {
    margin-right: 0;
}

.form-group .group input[type='text'] {
    width: 100%;
    height: 50px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px #e5e5e5 solid;
    padding-left: 50px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}

.form-group .email {
    background: url(../images/icon6.png)no-repeat 15px center;
}

.form-group .tel {
    background: url(../images/icon7.png)no-repeat 15px center;
}

.form-group #your-name {
    background: url(../images/icon_name.jpg)no-repeat 14px center;
    background-size: 26px auto;
}

.form-group #your-country {
    background: url(../images/icon_country.jpg)no-repeat 14px center;
    background-size: 26px auto;
}

.form-group span {
    color: #FF0000;
    position: absolute;
    right: 20px;
    top: 5px;
    z-index: 2;
}

.form-group .textarea {
    margin-top: 20px;
}

.form-group .textarea textarea {
    width: 100%;
    height: 120px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border: 1px #e5e5e5 solid;
    background: url(../images/icon8.png)no-repeat 15px 10px;
    padding: 15px 15px 15px 50px;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

.form-group button {
    height: 48px;
    width: 200px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    -ms-border-radius: 24px;
    -o-border-radius: 24px;
    background: #1053a1;
    color: #FFF;
    margin-top: 20px;
    border: 0;
    font-size: 21px;
}

.form-group button::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 35%;
    width: 10px;
    height: 10px;
    border-top: 2px #FFF solid;
    border-right: 2px #FFF solid;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
}


@media (max-width:1199px) {
    .form-group .text {
        font-size: 14px;
        line-height: 1.8;
    }
    .form-group .title {
        margin-top: 0;
        font-size: 20px;
    }
    .form-group .group input[type='text']{
        font-size: 14px;
    }
	.form-group .textarea textarea{
		 font-size: 14px;height: 160px;
	}
}


@media (max-width:767px) {
    .form-group {
        width: 100%;
        padding: 20px;
    }
    .form-group .close {
        top: 20px;
        right: 20px;
    }
    .form-group .title {
        font-size: 18px;
    }
    .form-group {
        padding: 20px;
    }
    .form-group .group {
        width: 100%;
        margin-right: 0;margin-top: 10px;
    }
    .form-group button {
        font-size: 18px;margin: 10px auto;display: block;
    }
}