.section {
    padding: 30px 0;
}
.in-pro {
    position: relative;
}
.clearfix:before, .clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
ul.in-pro-con.clearfix.wow.fadeInUp.animated li:hover h2 {
    color: red;
}
.in-pro-con li {
    float: left;
    width: 48%;
	box-shadow: 0 3px 15px #6666;
	margin: 1%;
	transition: box-shadow 0.3s ease;
	border-radius: 10px;
}
.in-pro-con li:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.in-pro-con li a {
    display: block;
    margin: 5px;
    background-color: #fafafa;
    overflow: hidden;
    border-radius: 10px;
}
.in-pro-con li .img-center {
    float: left;
    width: 50%;
}
.in-pro-con li .text {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding: 10px 20px;
}
.img-center img {
    display: inline-block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    transition: all 0.5s;
	border-radius: 10px;
}
.in-pro-con li .text h2 {
    font-size: 20px;
}
.in-pro-con li .text p {
    margin: 10px 0;
    color: #707070;
	font-size: 14px;
}
.in-pro-con li .text .btns {
    color: #939393;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.in-pro-con li .text .btns {
    color: #939393;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.in-pro-con li .text .btns span img {
    position: relative;
    top: -3px;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
	padding: 10px 0;
}
.in-pro .swiper-button-prev {
    left: -50px;
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23a5a5a5'%2F%3E%3C%2Fsvg%3E);
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
}
.in-pro .swiper-button-next {
    right: -50px;
}

.in-ys-bg {
    background:linear-gradient(to right, #b92b27 0%,#1565c0 100%);
}


.section-title {
    margin-bottom: 40px;
    text-align: center;
    color: #323232;
    font-size: 28px;
	padding: 0 5px;
}
.section-title1 {
    color: #FFF;
}
.in-ys-bg .tits {
    background: rgba(255,255,255,0.3);
    text-align: center;
    color: #fff;
    font-weight: bold;
    line-height: 55px;
}
.in-ys {
    position: relative;
}
.section-title p {
    font-size: 16px;
    color: #656565;
    margin-top: 5px;
}
.section-title1 p {
    color: #FFF;
}
.in-ys-bg .tits p {
    font-size: 30px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.in-ys-bg .tits i {
    width: 80px;
    height: 1px;
    margin: 0 10px;
    background: #fff;
    display: inline-block;
    vertical-align: middle;
}
.in-ys-bg .tits span {
    margin-left: 15px;
    font-weight: normal;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
}
.in-ys-left {
    float: left;
    width: 50%;
}
.in-ys-right {
    float: right;
    width: 50%;
}
.in-ys-right li {
    margin-top: 20px;
    display: flex;
}
.in-ys-pic {
    position: absolute;
    left: 50%;
    top: 100px;
    margin-left: -75px;
    width: 150px;
}
.in-ys-left li {
    margin-top: 20px;
    display: flex;
}
.in-ys-left li span {
    font-size: 18px;
    text-align: right;
    padding-right: 50px;
    line-height: 80px;
    background-color: #FFF;
    width: 520px;
}
.in-ys-right li span {
    font-size: 18px;
    padding-left: 50px;
    line-height: 80px;
    background-color: #FFF;
    width: 520px;
}
.in-ys-right ul {
    padding-left: 110px;
}
.in-ys-right li i {
    position: relative;
    left: 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #f13a3a;
    display: flex;
    justify-content: center;
    align-items: center;
}
.in-ys-left li i {
    position: relative;
    left: -20px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #2b69f7;
    display: flex;
    justify-content: center;
    align-items: center;
}