.container {
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto
}
@media (min-width:768px) {
.container {
width:750px
}
}
@media (min-width:992px) {
.container {
width:970px
}
}
@media (min-width:1200px) {
.container {
width:1170px
}
}
@media (min-width:1400px) {
.container {
width:1400px
}
}
@media (min-width:1600px) {
.container {
width:1540px
}
}

.sycp{
    padding:0px 0 40px;
}
.sycptop{
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.cpwen h2 {
    font-size:18px;
	font-family:"微软雅黑";
	height:42px;

	


}
.cpwen h3 {
    font-size:14px;
	    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
	color: #afafaf;
	font-family:"微软雅黑";
	font-weight:100;
	margin:20px 0

}
.cpwen p{
    font-size:14px;
	color: #afafaf;
	font-weight:600;
	font-family:"微软雅黑"

}
.sycptop ul li{
    padding:0 20px;
    border-right:1px solid #c5c5c5;
    float:left
}
.sycptop ul li a{
    color:#303030;
}
.sycptop ul li a:hover{
    color:#10447D;
}
.sousuokuang .form-control{
    border-radius: 30px;
}
.sousuokuang{
    width: 20%;
}
.sousuokuang input::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #10447D;
    }
    
.sousuokuang input:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #10447D;
    }
    
    .sousuokuang input::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #10447D;
    }
    
    .sousuokuang input::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #10447D;
    }
.sycpbottom{
    padding:0px 80px 0;
    position: relative;
}
.cptu{
   
   /* border-radius: 15px;*/
    overflow: hidden;

}
.cptu img{
   
	max-height:320px;
	height:100%;
}

.cpwen{
	 border-bottom:1px solid #e5e5e5;
	 border-left:1px solid #e5e5e5;
	 border-right:1px solid #e5e5e5;
    padding:25px;
    display: flex;
    justify-content: space-between;
    
}
.cpwen a{
    color:#303030;
    transition: .5s;
}
.cpwen a:hover{
    color:#10447D;
    transition: .5s;
}
.swiper-button-prev-sycp {
    background: url(/template/shuibiao/cn/images/aleft.png) no-repeat !important;
    left:-20px !important;
    width:54px !important;
    height:54px !important;
	opacity:0.3;
}
.swiper-button-next-sycp {
    background: url(/template/shuibiao/cn/images/aright.png) no-repeat !important;
    right:-26px !important;
    width:54px !important;
    left: auto;
    height:54px !important;
	opacity:0.3;
}
.syab{
    padding:94px 0 102px;
    background:url(../images/sygy.jpg) no-repeat !important;
    background-size:cover;
}
.syabbig{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.swiper-slide-next{
    z-index: 100;
}
.syableft{
    width: 100%;
}
@media (max-width: 768px) {
.sycpbottom {
    padding: 0px;
    position: relative;
}
.sycp {
    padding: 0px;
}
.swiper-button-prev-sycp {
    background: url(../images/arrow-left.png) no-repeat !important;
    left:-26px !important;
    width:25px !important;
    height:42px !important;
	opacity:0.3;
}
.swiper-button-next-sycp {
    background: url(../images/arrow-right.png) no-repeat !important;
    right:-26px !important;
    width:25px !important;
    left: auto;
    height:42px !important;
	opacity:0.3;
}
}