@charset "utf-8";
/* CSS Document */
:root {
    /*全局颜色更改*/
    --bai: #ffffff;
    --txt:#3e3a39; 
    --bgs:#ebf4fc;
    --lan1:#1d7dcd;
    --lan2:#008aff;
    --jus:#cd681d;
    --red:#d4263d;/*黄*/    
    --h2:#fedb8a;/*黄*/
    --bs01:#1d7dcd;
    --bs02:#cd681d;
    --bs03:#248d4c;
    --bs04:#a031af;
}
html {
    overflow-x: hidden;
    overflow-y: scroll;
    font-family: 'Microsoft YaHei';
    font-size: 18px;
    color: var(--txt);
    box-sizing: border-box;
    background: url(../images/bg.webp) center 0 no-repeat;
    background-color: var(--bgs);
}
body {
    margin: 0 auto;
    padding-top: 60px;
}
img {
    border: none;
    vertical-align: middle;
}
.logo {
    width: 304px;
    height: 294px;
    background: url(../images/logo_02.png) 0 no-repeat;
    margin: 0 auto;
    margin-bottom: 340px;
}
.lx {
    width: 980px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}
.lx li {
    display: flex;
    flex-wrap: nowrap;
    margin: 0 20px;
}
.lx li i {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d1edf1;
    border-radius: 50%;
    margin-right: 5px;
}
.lx li p {
    color: #d1edf1;
    line-height: 50px;
    font-weight: bold;
    font-size: 44px;
    text-shadow: 0 2px #1a6997, 2px 0 #1a6997, -2px 0 #1a6997, 0 -2px #1a6997;
    /*text-shadow: 0px 5px 10px rgba(6, 18, 53, 0.438);*/
}
/*.lx_ms {*/
/*    margin: 0 auto;*/
/*    text-align: center;*/
/*    font-size: 28px;*/
/*    margin-bottom: 100px;*/
/*    color: #d1edf1;*/
/*    text-shadow: 0 2px #1a6997, 2px 0 #1a6997, -2px 0 #1a6997, 0 -2px #1a6997;*/
/*}*/
.lx_ms {
    margin: 10px auto;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    color: #d1edf1;
    text-shadow: 0px 0px 10px #0067a4;
}
/*信誉图标--------开始--------------------------------------*/
.ico {
    width: 1200px;
    height: 120px;
    background: var(--bai);
    border-radius: 10px;
    box-sizing: border-box;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: 0 10px 20px 0 rgba(14, 37, 80, 0.2);
}
.ico ul {
    margin: 10px 20px;
    display: flex;
    align-items: center;
}
.ico ul li:nth-child(1) {
    width: 64px;
    height: 60px;
    background: url(../images/tb_bg.png) 4px 0 no-repeat;
    text-align: center;
    background-size: auto 60px;
    color: var(--bai);
    font-weight: bolder;
    text-align: center;
    line-height: 64px;
}
.ico ul li:nth-child(2) {
    position: relative;
    width: 140px;
    height: 60px;
    box-sizing: border-box;
    margin: 10px auto;
    text-align: center;
    color: var(--txt);
    line-height: 60px;
    font-size: 30px;
    letter-spacing: 2px;
    margin-left: 15px;
}
.ico ul li:nth-child(2)::after {
    display: block;
    content: '';
    width: 50px;
    height: 2px;
    background: #ccc;
    position: absolute;
    top: 2px;
    right: 45px;
}
/*信誉图标--------结束--------------------------------------*/
/*标题分类--------开始--------------------------------------*/
.bt {
    width: 540px;
    height: 75px;
    margin: 50px auto;
}
.bt_01 {
    background: url(../images/bt.png) 0 0 no-repeat;
}
.bt_02 {
    background: url(../images/bt.png) 0 -75px no-repeat;
}
.bt_03 {
    background: url(../images/bt.png) 0 -150px no-repeat;
}
.bt_04 {
    background: url(../images/bt.png) 0 -225px no-repeat;
}
/*标题分类--------结束--------------------------------------*/
/*合作平台--------开始--------------------------------------*/
.pt_box {
    width: 1200px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 20px;
    flex-wrap: wrap;
}
.pt_box ul {
    height: 550px;
    background: var(--bai);
    border-radius: 20px;
    box-sizing: border-box;
    overflow: hidden;
    box-shadow: 0 10px 20px 0 rgba(14, 37, 80, 0.2);
    margin-bottom: 50px;
}
.pt_box ul img {
    width: 564px!important;
    height: auto!important;
    max-width: inherit!important;
}
.pt_box ul li:nth-child(2) {
    height: 60px;
    box-shadow: 0 10px 20px 0 rgba(14, 37, 80, 0.2);
    line-height: 60px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 15px;
}
.pt_an {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    padding-bottom: 0;
    padding-top: 0;
}
.pt_an span {
    text-align: center;
    display: inline-block;
    width: 50%;
    height: 60px;
    line-height: 60px;
    margin: 10px;
    border-radius: 10px;
    color: var(--bai);
    font-size: 26px;
    letter-spacing: 2px;
    cursor: pointer;
    box-shadow: 0 10px 20px 0 rgba(14, 37, 80, 0.2);
}
.pt_an_01 {
    background: var(--bs01);
}
.pt_an_02 {
    background: var(--bs02);
}
.pt_an_03 {
    background: var(--bs03);
}
.pt_an_04 {
    background: var(--bs04);
}
.pt_an span:hover {
    background: var(--red);
}
/*合作平台--------结束--------------------------------------*/
/*计划软件--------开始--------------------------------------*/
.jh_box {
    width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 50px;
    box-sizing: border-box;
}
.jh_box ul {
	height: 380px;
	position: relative;
	text-align: center;
	border: solid 2px var(--bai);
    background: linear-gradient(120deg,rgba(255, 255, 255, 0.5) 20%,rgba(255, 255, 255, 0),rgba(255, 255, 255, 0.5));
    box-shadow: 0 10px 20px 0 rgba(14, 37, 80, 0.2);
	border-radius: 20px;
	padding: 10px;
	margin: 10px;
    overflow: hidden;
} 
.jh_box ul li {
    position: relative;
    z-index: 3;
}
.jh_box ul:hover {
	border: solid 2px rgba(22, 182, 245, 0.678);
}
.jh_box ul:hover.jh_box ul h3 {
	color: var(--lan1);
}
.jh_logo_box {
	width: 180px;
	height: 180px;
	margin: 0 auto;
	background: var(--bai);
	border-radius: 30px;
	overflow: hidden;
	position: relative;
	margin-top: 25px;
    box-shadow: 0 5px 15px 0 rgba(14, 37, 80, 0.2);
}
.jh_logo_box div {
	width: 180px;
	height: 180px;
}
.jh_logo_01 {
	background: url(../images/Sprite_plan.png) no-repeat 0px 0px;
}
.jh_logo_02 {
	background: url(../images/Sprite_plan.png) no-repeat -180px 0px;
}
.jh_logo_03 {
	background: url(../images/Sprite_plan.png) no-repeat -360px 0px;
}
.jh_logo_04 {
	background: url(../images/Sprite_plan.png) no-repeat 0px -180px;
}
.jh_logo_05 {
	background: url(../images/Sprite_plan.png) no-repeat -180px -180px;
}
.jh_logo_06 {
	background: url(../images/Sprite_plan.png) no-repeat -360px -180px;
}
.jh_logo_07 {
	background: url(../images/Sprite_plan.png) no-repeat 0px -360px;
}
.jh_logo_08 {
	background: url(../images/Sprite_plan.png) no-repeat -180px -360px;
}
.jh_box ul h3 {
	font-size: 40px;
	letter-spacing: 4px;
	line-height: 100px;
}
.jh_box ul li:nth-child(3) {
	width: 250px;
	height: 60px;
	line-height: 60px;
	margin: 0 auto;
	background: var(--lan1);
	border-radius: 5px;
	text-shadow: 0px 2px 5px rgba(13, 7, 104, 0.2);
    color: var(--bai);
    font-size: 26px;
    letter-spacing: 2px;
	cursor: pointer;
}
.jh_box ul li:nth-child(3):hover {
	background: var(--red);
}
.jh_box ul li:nth-child(3):active {
	background: var(--red);
	filter:brightness(90%);
}
/*计划软件--------结束--------------------------------------*/
/*成人观影--------开始--------------------------------------*/
.cr_box {
    width: 1200px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px solid #98c7ec;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 15px 0 rgba(14, 37, 80, 0.2);
}
.cr_box img {
    width: 760px;
    height: 150px;
}
.cr_box li {
    display: flex;
    flex-wrap: wrap;
    width: 440px;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 10px 0;
    margin: 0 auto;
}
.cr_box li span {
    width: 200px;
    height: 50px;
    display: inline-block;
    background: linear-gradient(0deg,#1d7dcd,#32b7ec);
    border-radius: 25px;
    line-height: 50px;
    color: var(--bai);
    text-align: center;
    margin: 0 10px;
    box-shadow: 0 5px 15px 0 rgba(14, 37, 80, 0.2);
    cursor: pointer;
}
.cr_box li span:hover,.cr_box li span:active {
    background: linear-gradient(0deg,#cd1d34,#ec3232);
}
/*成人观影--------结束--------------------------------------*/
/*联系咨询--------开始--------------------------------------*/
.td_ms,.td_bq,.td_lx {
    width: 800px;
    display: flex;
    margin: 0 auto;
    box-sizing: border-box;
    align-items: center;
}
.td_ms,.bs {
    text-indent:2em;
    line-height: 36px;
    font-size: 22px;
    letter-spacing: 2px;
}
.bs {
    color: var(--red);
    text-indent:0;
}
.td_bq {
    justify-content: space-between;
}
.td_lx {
    justify-content: center;
    margin: 30px auto;
}
.td_lx img {
    width: 240px;
    height: 240px;
    margin-left: -40px;
}
.td_bq li {
    display: block;
    width: 25%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: var(--lan2);
    color: var(--bai);
    border-radius: 25px;
    margin: 20px;
}
.td_lx li {
    color: var(--lan2);
    margin-left: 20px;
}
.td_lx li h2 {
    font-size: 44px;
    letter-spacing: 4px;
}
.td_lx li p {
    font-size: 20px;
    letter-spacing: 2px;
}
/*联系咨询--------结束--------------------------------------*/
/*底部版权*/
.shoucang {
	width: 100%;
	height: 50px;
	background: linear-gradient(90deg,var(--bgs),var(--lan2),var(--bgs));
	text-align: center;
	line-height: 50px;
	color: var(--bai);
	-moz-user-select:none; /* Firefox私有属性 */
    -webkit-user-select:none; /* WebKit内核私有属性 */
    -ms-user-select:none; /* IE私有属性(IE10及以后) */
    -khtml-user-select:none; /* KHTML内核私有属性 */
    -o-user-select:none; /* Opera私有属性 */
    user-select:none; /* CSS3属性 */
}
.shoucang span {
	background: linear-gradient(to top,#ccebf7,#FFF);
	color: var(--lan2);
	padding: 2px 5px;
	border-radius: 4px;
}
.banquan {
	width: 100%;
	height: 80px;
	background: #033ba3;
	text-align: center;
	font-size: 12px;
	color: #668eda;
	
}
.banquan p {
	font-size: 16px;
	color: #95dff1;
	line-height: 50px;
}
.jiaru {
    cursor: pointer;
}
/*文本不可选择*/
body {
	-moz-user-select:none; /* Firefox私有属性 */
    -webkit-user-select:none; /* WebKit内核私有属性 */
    -ms-user-select:none; /* IE私有属性(IE10及以后) */
    -khtml-user-select:none; /* KHTML内核私有属性 */
    -o-user-select:none; /* Opera私有属性 */
    user-select:none; /* CSS3属性 */
}
/*适配*/
@media only screen and (max-width: 1400px){
    .qidai {
        display: none;
    }
    .ico {
        width: 900px;
        height: 200px;
        margin-bottom: 20px;
    }
    .ico ul {
        flex-wrap: wrap;
        width: 140px;
        margin: 10px 35px;
        padding: 20px 0;
    }
    .ico ul li:nth-child(1) {
        width: 107px;
        height: 107px;
        background-size: 100px 100px;
        margin: 0 auto;
        font-size: 30px;
        line-height: 104px;
        background: url(../images/tb_bg.png) 7px 0 no-repeat;
    }
    .ico ul li:nth-child(1) img {
        height: 100px!important;
    }
    .ico ul li:nth-child(2) {
        height: 40px;
        font-size: 26px;
        line-height: 50px;
        text-align: center;
        margin: 0;
    }
    .pt_box {
        width: 980px;
        flex-wrap: wrap;
        margin-top: -30px;
    }
    .pt_box ul {
        height: 850px;
        margin: 40px auto;
    }
    .pt_box ul img {
        width: 900px !important;
        height: auto !important;
        max-width: inherit !important;
      }
    .pt_box ul li:nth-child(2) {
        height: 80px;
        line-height: 80px;
        font-size: 38px;
    }
    .pt_an {
        flex-wrap: nowrap;
    }
    .pt_an span {
        width: 100%;
        height: 100px;
        line-height: 100px;
        font-size: 40px;
    }
    .jh_box {
        width: 900px;
    }
    .jh_box ul {
        width: 45%;
        height: 410px;
        margin: 20px;
        box-sizing: border-box;
    }
    .jh_box ul li:nth-child(3) {
        width: 90%;
        margin-bottom: 20px;
    }
    .cr_box {
        width: 980px;
        justify-content: space-between;
        flex-wrap: wrap;
        border: 0;
        border-radius: 0;
        box-shadow: none;
    }
    .cr_box img {
        width: 980px;
        height: 193px;
    }
    .cr_box li {
        width: 900px;
        margin: 20px auto;
    }
    .td_ms,.bs {
        text-indent:2em;
        line-height: 46px;
        font-size: 32px;
        letter-spacing: 2px;
    }
}