@charset "utf-8";
.download_ct {margin-top: 40px;display: flex;flex-wrap: wrap;}
.download_ct>a {width: 50%;display: flex;margin-bottom: 20px;}
.download_ctitem>div {width: 50%;}
.download_ctitem_img {overflow: hidden;box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.12);}
.download_ctitem_img img {width: 100%;padding: 5%;transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;-ms-transition: all .4s;-o-transition: all .4s;}
.download_ctitem_txt {padding: 0 30px;display: flex;align-items: center;}
.download_ctitem_txtbox {width: 100%;}
.download_ctitem_txth {color: #333;}
.download_ctitem_txtbtn {margin-top: 60px;width: 152px;height: 45px;border-radius: 5px;-webkit-border-radius: 5px;-moz-border-radius: 5px;-ms-border-radius: 5px;-o-border-radius: 5px;overflow: hidden;background-color: #df002c;display: flex;justify-content: center;align-items: center;transition: all .4s;-webkit-transition: all .4s;-moz-transition: all .4s;-ms-transition: all .4s;-o-transition: all .4s;}
.download_ctitem_txtbtn span {color: #fff;font-size: 14px;}
.download_ct>a:hover .download_ctitem_img 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);}
.download_ctitem_txtbtn:hover {transform: scale(.95);-webkit-transform: scale(.95);-moz-transform: scale(.95);-ms-transform: scale(.95);-o-transform: scale(.95);}
@media screen and (max-width:1700px) {
	.download_ctitem_txt {padding: 0 20px;}
}
@media screen and (max-width:1200px) {
	.download_ctitem_txt {padding: 0 10px;}
    .download_ctitem_txtbtn {margin-top: 30px; width: 100%;}
    .download_ctitem_img img {width: 100%; height: 100%; object-fit: cover;}
}
@media screen and (max-width:992px) {
	.sqfw_title p {font-size: 30px;}
    .download_ct {margin-top: 30px;}
}
@media screen and (max-width:768px) {
	.sqfw_title p {font-size: 24px;}
    .download_ctitem_img {height: 150px;}
    .download_ct>a {width: 49%; flex-wrap: wrap; margin-right: 2%; margin-bottom: 30px;}
    .download_ct>a:nth-child(2n) {margin-right: 0;}
    .download_ctitem>div {width: 100%;}
    .download_ctitem_txt {padding: 0; font-size: 14px;}
    .download_ctitem_txtbtn {margin-top: 10px;}
    .download_ctitem_txth {margin-top: 10px; height: 30px; overflow: hidden; font-size: 12px; line-height: 16px;}
}