@import "common.css";





/*首页内容*/
.content .cont{width: 100%;}
.content .cont .img{width: 100%;}
.content .cont .img img{width: 100%;display: block;}

.content .cont01 .back-img{width: 100%;}
.content .cont01 .back-img .box{width: 100%;height:100%;background-color: rgba(0,0,0,0.5);}
.content .cont01 .back-img .img{width: 100%;margin: 0 auto;}
.content .cont01 .back-img .img img{width: 100%;height:100%;display: block;}

.content .cont04{width: 100%;padding: 100px 0;margin: 100px auto;}
.content .cont04 .cs{width: 100%;flex-flow: column;}
.content .cont04 .cs .cont-title{flex-flow: column;}
.content .cont04 .cs .cont-title .ctitle{font-size:20px;color: #333;}
.content .cont04 .cs .cont-title .etitle{font-size:16px;color: #333;}
.content .cont04 .cs .platform{margin: 50px auto;}
.content .cont04 .cs .platform ul{}
.content .cont04 .cs .platform ul li{padding: 10px 30px;border-right: 1px solid #ccc;height: 30px;}
.content .cont04 .cs .platform ul li:last-child{border-right: unset;}
.content .cont04 .cs .platform ul li .img-icon{width: 40px;display: block;}
.content .cont04 .cs .platform ul li .img-icon img{width: 100%;}
.content .cont04 .cs .platform ul li .img-icon img.ewm-img{display: none;}
.content .cont04 .cs .search .search-form {transition: all .5s ease .2s;width: 400px;}
.content .cont04 .cs .search .search-form .form{width: 100%;height: 42px;background: #FFFFFF;border-radius: 8px;z-index: 10;border: 1px solid #333;position: relative;justify-content: space-around;}
.content .cont04 .cs .search .search-form .form input {font-size: 14px;width:180px;padding:0 20px;height: 100%;border: none;margin-left: 80px;}
.content .cont04 .cs .search .search-form .form img.form-img {width: 22px;height: 22px;}
.content .cont04 .cs .search .search-form .form img.form-img-left{width: auto;height: 42px;position: absolute;left: 0;top:0;bottom: 0;}

/*首页内容*/