*{
    padding: 0;
    margin: 0;
}
#slideshows{
    width: 100%;
    height: 860px;
    margin: 0 auto; /*设置在页面水平居中*/
    overflow: hidden;
    position: relative;
}
#slideshows img{
    width: 100%;
    position: absolute; /*图片采取绝对定位，均位于左上角，重叠在一起*/
    top: 0;
    left: 0;
    opacity: 0; /*初始不透明度为0，图片都看不见*/
    transition: opacity 1s linear; /*--重点--定义一个关于透明度的transition*/
}
#slideshows img.active{
    z-index:2;
    opacity: 1; /*有active类的图片不透明度为1，即显示图片*/
}
/*-- 设置页码的样式 --*/
#slideshows div{
    z-index:3;
    position: absolute;
    bottom: 10px;
    left: 47.5%;
    padding: 5px;
    margin-left: -57.5px; /*水平居中，算出来宽度是115px*/
    border-radius: 25px;
    background: rgba(0,0,0,0.3);
}
#slideshows span{
    float: left;
    width: 15px;
    height: 15px;
    border-radius: 15px; /*设置页码为圆形*/
    margin: 0 10px;
    background: white;
}
#slideshows span.active{
    background: #FFDD55;
}

/*-- 设置左右按钮框的样式 --*/
#slideshows p{
    z-index:3;
    width: 30px;
    line-height: 80px;
    position: absolute;
    top: 50%;
    margin-top: -40px; /*设置垂直居中*/
    color: white;
    background: rgba(0,0,0,0.2);
    font-size: 16px;
    text-align: center;
    cursor: pointer; /*设置鼠标*/
    /*设置不能选择文本*/
    -ms-user-select:none;/*IE10*/
    -webkit-user-select:none;/*webkit浏览器*/
    user-select:none;
    display: none;
}
#slideshows p.left{
    left: 0;
}
#slideshows p.right{
    right: 0;
}
#slideshows:hover p{
    display: block;
}
#slideshows p:hover{
    background: rgba(0,0,0,0.6);
}


.cont{
    background: url("img/bg.jpg");
    background-repeat: no-repeat;
    padding-bottom: 30px;
}


.cont1{
    padding-top: 80px;
}
.fgx>img{
width: 100%;
}
.prc1{
    width:100%;
    height: 810px;
    background:#FFF;
    margin: 70px auto 0 auto;
    padding-top: 20px;
}
.prc1_warp{
    width: 1068px;
    height: 770px;
    margin:auto;
}
.prc1_warp a img{
	border-radius:20px;
	}
.prc1_warp>a>img:hover{
    box-shadow: 2px 2px 5px lightgray;
}
.fgx2{
    margin-top: 120px;
}
.fgx2>img{
    width: 100%;
}
.prc2{
    width: 980px;
    margin: 50px auto 0 auto;
}
.prc2_warp1{
    margin-top: 50px;
    position: relative;
}
.pays{
    animation: amPays 2s linear infinite alternate;
    position: absolute;
    left: 210px;
    bottom: 60px;
    width: 170px;
    height: 55px;
    border-radius: 20px;
    border: solid 2px white;
    text-align: center;
    background: linear-gradient( #edacb2,#9e0607); /* 标准的语法 */
}
.pays>p{
    color: white;
    font-size: 30px;
    line-height: 55px;
}
.prc3{
    width: 1080px;
    height: 605px;
    margin: 60px auto 0 auto;
}
.prc3 img:hover{
	box-shadow: 2px 2px 5px lightgray;
	}
.prc3 img{
    float: left;
	border-radius:20px;
}
.cont4{
    overflow: hidden;
}
.prc4{
    width: 1080px;
    margin: 60px auto 0 auto;
}
.prc4_warp{
    position: relative;
    float: left;
}
.prc4_warp img:hover{
	box-shadow: 2px 2px 5px lightgray;
	border-radius:20px;
	}
.pays2{
    position: absolute;
    bottom: 20px;
    left: 25%;
    width: 150px;
    height: 45px;
    border-radius: 20px;
    border: solid 2px white;
    text-align: center;
    background: linear-gradient( #edacb2,#9e0607);
    animation: amPays2 2s linear infinite alternate;
}
.pays2>p{
    color: white;
    font-size: 25px;
    line-height: 45px;
}
.prc5{
    width: 1072px;
    margin: 50px auto 0 auto;
}
.prc6{
    width: 1075px;
    margin: 60px auto 0 auto;
}
.cont7{
text-align: center;
}
.prc7{
    /*width: 1080px;*/
    margin-top: 30px;
    display: inline-block;
}
.weixin{
    width: 70px;
    margin-right: 30px;
    float: left;
}
.weixin>img{
    width: 100%;
    margin-bottom: 20px;
}
.rights{
    float: left;
    text-align: left;
    font-size: 14px;
}
.right1{
    float: left;
    margin-right: 50px;
}
.right1_warp{
    position: relative;
    margin-bottom: 12px;
    line-height: 1em;
}
.right1_warp span {
    float: left;
    padding-right: 20px;
}
.green {
    color: #6e8f0b;
}
.right2{
    float: left;
    margin-right: 50px;
}
.right3{
    float: left;
}
.foot_warp{
    width: 88%;
    margin-right: auto;
    margin-left: auto;
}
.foo_warp{
    font-size: 11px;
    line-height: 18px;
    margin-bottom: 20px;
    text-align: center;
}
.foo_warps{
    margin-bottom: 5px;
}
.cont10{
    padding: 10px 20% 10px 0;
    background: #7F704B;
    color: #fff;
    font-size: 12px;
    text-align: right;
}

.instrc{
    width: 1130px;
    margin: 50px auto 0 auto;
    line-height: 20px;
    border: 1px solid #9e0607;
    padding: 50px 20px;
    border-radius: 20px;
}

@keyframes amPays {
    0%   {bottom: 60px;}
    50%  {bottom: 50px;}
    100% {bottom: 60px;}
}
@keyframes amPays2 {
    0%   {bottom: 20px;}
    50%  {bottom: 10px;}
    100% {bottom: 20px;}
}



@media screen and (max-width: 1880px) {
    #slideshows{
        height: 850px;
    }
}
@media screen and (max-width: 1750px) {
    #slideshows{
        height: 790px;
    }
}
@media screen and (max-width: 1680px) {
    #slideshows{
        height: 770px;
    }
}
@media screen and (max-width: 1600px) {
    #slideshows{
        height: 720px;
    }
}
@media screen and (max-width: 1550px) {
    #slideshows{
        height: 700px;
    }
}
@media screen and (max-width: 1440px) {
    #slideshows{
        height: 650px;
    }
}
@media screen and (max-width: 1280px) {
    #slideshows{
        height: 570px;
    }
}
@media screen and (max-width: 1150px) {
    #slideshows{
        height: 520px;
    }
}
@media screen and (max-width: 1100px) {
    #slideshows{
        height: 500px;
    }
}
@media screen and (max-width: 1024px) {
    #slideshows{
        height: 460px;
    }
}
@media screen and (max-width: 980px) {
    #slideshows{
        height: 440px;
    }
}
.cont1{
    /*margin-top: 50px;*/
}