@media (max-width:1199px) {
    .banner img {
        height: 140px;
        width: auto;
    }
}

@media (max-width:540px) {
    .banner img {
        height: 60px;
        width: auto;
    }
}

.pro {
    margin-top: 50px;
    margin-bottom: 50px;
}

.pro .menu{ width:75%}
.pro .menu .title {
    font-size: 32px;
    z-index: 1;
    padding-left: 30px;
    color: #828282;
}

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

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

.pro .menu ul {
    margin-top: 20px;
}

.pro .menu li {
    width: 24%;
    margin-right: 1%;
    background-color: #f4f4f4;
    padding: 8px;
    margin-top: 20px;
}

.pro .menu li:nth-of-type(4n) {
    margin-right: 0;
}

.pro .menu li .pic {
    background-color: #FFF;
    width: 100%;
    overflow: hidden;
    border: 1px #ebebeb solid;
    height: 185px;
}

.pro .menu li .pic a {
    height: 100%;
}

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

.pro .menu li .tit {
    font-size: 17px;
    line-height: 24px;
    margin-top: 10px;
    word-break: break-all;
}

.pro .menu li .tit a {
    color: #40403f;
}

.pro .menu li .more {
    font-size: 14px;
    margin-top: 5px;
}

@media (min-width:1025px) {
    .pro .menu 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);
    }
    .pro .menu li:hover .tit a {
        color: #00479d;
    }
}

@media (max-width:1199px) {
    .pro .menu {
        margin-top: 40px;width: 100%;
    }
    .pro .menu .title {
        font-size: 28px;
    }
    .pro .menu li .tit {
        font-size: 16px;
    }
}

@media (max-width:950px) {
    .pro .menu li .pic {
        height: 160px;
    }
    .pro .menu .title {
        font-size: 24px;
    }
}

/* @media (max-width:767px) {
    .pro .menu li {
        width: 32%;
    }
    .pro .menu li:nth-of-type(4n) {
        margin-right: 2%;
    }
    .pro .menu li:nth-of-type(3n) {
        margin-right: 0;
    }
    .pro .menu li .tit {
        font-size: 14px;
    }
} */

/* @media (max-width:540px) { */
@media (max-width:767px) {
    .pro {
        margin-top: 20px;margin-bottom: 0;
    }
    .pro .menu li {
        width: 49%;
    }
    .pro .menu li:nth-of-type(3n) {
        margin-right: 2%;
    }
    .pro .menu li:nth-child(even) {
        margin-right: 0;
    }
}

.pro .main {
    margin-top: 40px;
}

.pro .main .body table {
	max-width: 100%;
   word-break: break-word;
}

.pro .main .info .pic {
    width: 525px;
    height: 390px;
    overflow: hidden;
    border: 1px #ebebeb solid;
    margin-right: 40px;
}

.pro .main .info .pic img {
    max-width: 90%;
    max-height: 90%;
    height: auto;
}

.pro .main .info h2 {
    margin: 0;
    font-size: 29px;
    font-weight: normal;
    border-bottom: 1px #ebebeb solid;
    padding-bottom: 20px;
}

.pro .main .info .text-con {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px #ddd solid;
}

.pro .main .info .text {
    line-height: 2;
    color: #666;
}

.pro .main .info .text span {
    width: 105px;
    color: #333;
}

.pro .main .info .tel {
    background: url(../images/tel1.png)no-repeat left center;
    padding-left: 35px;
    font-size: 18px;
    margin-top: 20px;
}

.pro .main .info .email {
    background: url(../images/email1.png)no-repeat left center;
    padding-left: 35px;
    font-size: 18px;
    margin-top: 10px;
}

.pro .main .info .submit {
    margin-top: 10px;
}

.pro .main .info .submit a:first-child {
    font-size: 17px;
    color: #FFF;
    height: 45px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #fabf00 url(../images/icon17.png)no-repeat 90% center;
    margin-right: 20px;
    line-height: 45px;
	padding: 0 60px 0 20px;
}

.pro .main .info .submit a:last-child {
    font-size: 17px;
    color: #FFF;
    height: 45px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #1fa012 url(../images/icon18.png)no-repeat 90% center;
    padding: 0 50px 0 20px;
    line-height: 45px;
}

@media (min-width:1025px) {
    .pro .main .info .submit a:hover {
        text-decoration: underline;
    }
}

.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;
}

.pro .main .body {
    font-size: 18px;
    line-height: 1.8;
}

.pro .main .body table {
    border-collapse: collapse;
}

.pro .main .body td, th {
    border: 1px solid black;
    padding: 0 5px;
}

.pro .main .body img {
    max-width: 100%;
}

.pro .main .form {
    margin-top: 30px;
}

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

.pro .main .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;
}

.pro .main .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: '';
}

.pro .main .form input[type='submit'] {
    background-color: #0054a7;
    color: #FFF;
    padding: 0 70px;;
    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;  text-transform: capitalize;
}

@media (max-width:1199px) {
    .pro .main .info h2 {
        font-size: 24px;
    }
    .main-title {
        font-size: 20px;
    }
    .pro .main .info .text {
        font-size: 14px;
    }
    .pro .main .info .tel,
    .pro .main .info .email,
    .pro .main .body,
    .pro .main .form .tit,
    .pro .main .form .tit {
        font-size: 16px;
    }
    .pro .main .info .submit input,
    .pro .main .info .submit a {
        font-size: 15px;
    }
    .pro .main .info .pic {
        width: 400px;
        height: 390px;
        margin-right: 20px;
    }
}

@media (max-width:990px) {
    .pro-details {
        flex-flow: column;
    }
    .pro .main .info .pic {
        width: 50%;
        margin-bottom: 40px;
    }
}

@media (max-width:540px) {
    .pro .main .info {
        flex-flow: column;
    }
    .pro .main .info .pic {
        width: 100%;
        height: 320px;
        margin-right: 0;
    }
    .pro .main .info h2 {
        font-size: 20px;
    }
    .main-title {
        font-size: 18px;
    }
    .pro .main .info .tel,
    .pro .main .info .email,
    .pro .main .body,
    .pro .main .form .tit,
    .pro .main .form .tit {
        font-size: 16px;
    }
    .pro .main .form input[type='submit'] {
        font-size: 20px;display: block;margin: 0 auto;
    }
}

.pro .feng .title {
    background-color: #f5f5f5;
    height: 70px;
    padding: 0 30px;
    font-size: 22px;
}

.pro .feng .title img {
    margin-right: 20px;
}

.pro .feng .title a {
    font-size: 18px;
}

.pro .feng ul {
    margin-bottom: 60px;
}

.pro .feng li {
    width: 33.333%;
    margin-top: 70px;
}

.pro .feng li::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #e1e1e2;
}

.pro .feng li:nth-of-type(3n)::after {
    display: none;
}

.pro .feng li .pic {
    width: 200px;
    height: 200px;
    overflow: hidden;
    flex-shrink: 0;
}

.pro .feng li .pic a {
    height: 100%;
}

.pro .feng 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;
}

.pro .feng li .tit {
    font-size: 24px;
    margin-top: 20px;
}

.pro .feng li .text {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 10px;
}

.pro .feng li .text p {
    margin: 0;
}

.pro .feng li .all {
    margin-top: 20px;
}

@media (min-width:1025px) {
    .pro .feng 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);
    }
    .pro .feng li .all:hover {
        color: #FF0000;
        text-decoration: underline;
    }
}

@media (max-width:1199px) {
    .pro .feng li .pic {
        width: 160px;
    }
    .pro .feng li .pic img {
        max-width: 80%;
    }
    .pro .feng li .tit,
    .pro .feng .title {
        font-size: 20px;
    }
    .pro .feng .title a {
        font-size: 16px;
    }
    .pro .feng li .text,
    .pro .feng li .all {
        font-size: 14px;
    }
    .pro .feng .title {
        height: 60px;
    }
    .pro .feng .title img {
        height: 45px;
    }
}

@media (max-width:950px) {
    .pro .feng .title {
        padding: 0 20px;
        font-size: 18px;
    }
    .pro .feng .title a {
        font-size: 14px;
    }
    .pro .feng .title img {
        height: 40px;
    }
    .pro .feng li {
        width: 50%;
        margin-top: 50px;
    }
    .pro .feng li:nth-of-type(3n)::after {
        display: block;
    }
    .pro .feng li:nth-of-type(2n)::after {
        display: none;
    }
    .pro .feng li .pic {
        height: 160px;
    }
    .pro .feng li .tit {
        font-size: 18px;
    }
}

@media (max-width:768px) {
    .pro .feng li {
        flex-direction: column;
    }
    .pro .feng li:nth-of-type(2n) .flex-1 {
        padding-left: 20px;
    }
    .pro .feng li .pic {
        width: 100%;
    }
}

@media (max-width:484px) {
    .pro .feng li {
        width: 100%;
        margin-top: 0px;
        height: auto;
    }
    .pro .feng li::after,
    .pro .feng li:nth-of-type(3n)::after {
        display: none;
    }
    .pro .feng li .flex-1 {
        padding-left: 0px;
    }
    .pro .feng .title {
        font-size: 16px;
        height: 50px;
        padding: 0 10px;
    }
    .pro .feng .title img {
        height: 30px;
        margin-right: 10px;
    }
}