body{background-color: #ffffff!important;}
#new_bottom{margin: 0;}
.top_view{height:460px;position: relative;}
.banner_image{width:100%; height:100%;object-fit: cover;}
.cloud_left{position: absolute;bottom: 0;left:0;}
.cloud_right{position: absolute;bottom: 0;right:0;}
.window_width{width: 1200px;margin:0;position: relative;left:50%; transform: translateX(-50%);-webkit-transform: translateX(-50%);-o-transform: translateX(-50%);-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);}
.content_area{overflow: hidden;}
.search_view{background: #F5F5F5;height: 110px;padding: 30px 0;overflow: hidden;box-sizing: border-box;}
.search_view .logo_image{height: 50px;float: left;}
.search_view .search_box{width: calc(100% - 110px);float: right;overflow: hidden;border-radius:4px;}
.search_view .search_box .input_view{float: left;position: relative;background: #ffffff;width: calc(100% - 140px);}
.search_view .search_box .search_input{width:100%;line-height: 50px;height: 50px;color:#333333;font-size: 14px;border: 0;padding:0 24px;box-sizing: border-box; outline: none;}
.search_view .search_box .suffix{position: absolute;top:0;right: 0; width: 150px;line-height: 50px;text-align: center; font-size: 18px;color: #010101;background: #ffffff;}
.search_view .search_box .search_button{float: right;width: 140px;height: 50px;font-size: 18px;color: #ffffff;background: #C61010;border: 0; outline: none;cursor: pointer;}
.search_view .search_box .search_button:hover{background: #b50c0c;}
/* “.网址”中文域名, 看一眼就记住, 让传播更简单 */
.introduction_view {background: #ffffff;}
.introduction_view .logo_view{text-align: center;}
.introduction_view .logo_image{height:43px;padding-top: 85px;}
.introduction_view .title{text-align: center;font-size: 24px;line-height: 60px;} 
.introduction_view .introduction{font-size: 18px;line-height: 38px;} 
.introduction_view .content_ul{list-style: none;overflow: hidden;padding: 0;margin:30px 0 20px;}
.introduction_view .content_li{margin: 16px 10px 0;text-align: center;width: 380px;float: left;}
.introduction_view .content_li .item_img{ width: 142px;height: 142px;display: inline-block;border-radius: 200px;}
.introduction_view .content_li .img{position: relative;top: 50%; width: 91px;height: 91px;transform: translateY(-50%);-webkit-transform: translateY(-50%);-o-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);}
.introduction_view .content_li .text{font-size: 18px;text-align: center;line-height: 44px;padding-top: 20px;}
.introduction_view .content_li .tip{font-size: 16px;text-align: center;padding-top: 10px;height: 31px;}
/* 回馈政策 */
.policy_view {background: #F5F5F5;padding-bottom: 56px;box-sizing: border-box;}
.policy_view .title{text-align: center;font-size: 24px;line-height: 60px;padding: 30px 0;box-sizing: border-box;} 
.policy_view .content_div{overflow: hidden;}
.policy_view .image_box{width:496px;height: 298px;float: left;overflow: hidden;}
.policy_view .image_box .image{height: 100%;float: right;}
.policy_view .content_view{width:668px;float: left;padding-left: 52px;box-sizing: border-box;}
.policy_view .subtitle{font-size: 18px;line-height: 32px;padding-bottom: 45px;box-sizing: border-box;} 
.policy_view .text{font-size: 16px;line-height: 26px;} 
/* .网址分类及价格 */
.category_view {background: #ffffff;}
.category_view .window_width{padding-bottom: 52px;box-sizing: border-box;border-bottom: 2px solid #f5f5f5;}
.category_view .title{text-align: center;font-size: 24px;line-height: 60px;padding: 30px 0;box-sizing: border-box;}
.category_view .content_ul{list-style: none;overflow: hidden;padding: 0;margin: 20px 0 0;}
.category_view .content_li{width: 280px;float: left;overflow: hidden;margin: 0 10px;}
.category_view .item_icon{width: 70px;height: 70px;line-height: 70px; float: left;text-align: center;border-radius: 8px;font-size: 26px;color:#ffffff;}
.category_view .item_info{display: inline-block;float: left;padding-left: 12px;box-sizing: border-box;}
.category_view .item_info .text{font-size: 18px;}
.category_view .item_info .price_view{font-size: 18px;}
.category_view .item_info .price_view .number{font-size: 36px;}
/* 图片列表 */
.image_list_view {background: #ffffff;}
.image_list_view .content_ul{list-style: none;overflow: hidden;padding: 0;margin:52px 0 86px;}
.image_list_view .content_li{margin: 0 10px;text-align: center;width: 380px;float: left;}
.image_list_view .content_li .image{width:100%;}
/* logo列表 */
.logo_list_view {background: #ffffff;}
.logo_list_view .content_div{margin: 0 0 50px;}
.logo_list_view .content_ul{list-style: none;overflow: hidden;padding: 20px 0;box-sizing: border-box;border-bottom: 1px solid #EBEBEB;margin: 0;}
.logo_list_view .content_ul:first-child{border-top: 1px solid #EBEBEB;}
.logo_list_view .content_li{margin: 0 10px;text-align: center;width: 89px;float: left;}
.logo_list_view .content_li .image{width:100%;}


@media screen and (max-width:767px){
    .search_view .logo_image{display: none}
    .window_width,.policy_view .image_box,.policy_view .content_view,.search_view .search_box{width: 100%;}
    .policy_view .content_view{ padding-left: 0;}
}