/*整体样式*/
body{
	/*padding-top: 70px;*/
}

.text-red{
	color:red;
}

li {
  list-style: none;
}

.button {
    background-color: rgb(42, 171, 228);
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-family: 微软雅黑;
    cursor: pointer;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    border-radius: 5px;
	padding:5px 10px;
}
.button:hover {
	background-color:#34CAF4;border:0; border-radius: 5px; color:#FFF;font-size:15px;
}
/*---------------全局样式----------------*/

/*头部样式*/

#dx_header{

}

#dx_header .navbar-lk{
    background-color: #08a5e0;
    margin-bottom: 0;
    font-size: 16px
}

#dx_header .top-bar{
	background-color: #fff;
	line-height: 26px;
	border-bottom: 1px solid #eee;
}

#dx_header .top-bar .container .top-info{
	font-size:20px;
	position: relative;
	height: 70px;
}

#dx_header .top-bar .container .top-info span{
	font-size:20px;
	position: absolute;
	left:10px;
	top:40px;
}

#dx_header .top-bar .container .top-info1{
	padding-top:15px;
}

#dx_header .top-bar .container .top-info1 .nav_tel{
	color:red;
	font-size: 24px;
	margin-bottom: 0px;
	font-family: PingFangSC-Semibold;
}

#dx_header .top-bar .container .top-info1 .nav_reg{
	margin-bottom: 0px;
}

#dx_header .navbar-lk .navbar-brand{
    height: 70px;
    padding: 10px 15px;
}

#dx_header .navbar-lk .navbar-nav>li>a{
    height: 70px;
    line-height: 40px;
    color:#fff;
}

#dx_header .navbar-lk .navbar-nav .dropdown-menu a{
	height: 50px;
    line-height: 40px;
    text-align: center;
    font-size: 15px;
}

#dx_header .navbar-lk .navbar-nav>li.active>a,
#dx_header .navbar-lk .navbar-nav>li>a:hover{
	background-color: #ffbf4b;
    /*border-bottom: 2px solid #f1df0a;*/
}

#dx_header .navbar-lk .navbar-nav .dropdown-menu li a:hover{
	background-color: #eee;
	color:#222;
	transition: all 0.3s;
}

#dx_header .navbar-lk .navbar-nav .dropdown:hover .dropdown-menu{
    display: block;

}

#dx_header .navbar-header .icon-bar{
	background-color: #fff;
}

/*尾部*/
#dx_footer{
	background-color: #08a5e0;
	color:#fff;
}

#dx_footer .container{
	padding: 20px 30px;
}

#dx_footer .container .footer_top{
	padding-top:10px;
	padding-bottom: 10px;

}

#dx_footer .container .footer_top p{
	line-height: 25px;
}

#dx_footer .container .footer_bottom{
	border-top: 1px solid #eee;
	padding-top:10px;

}

#dx_footer .foot_bk{
	display:none;
}

/*---------------/全局样式----------------*/

/*---------------首页----------------*/

/*首页通用样式*/

#xw_aboutus .title,#xw_product .title,#xw_super .title,#more_sup .title,#xw_case .title,#xw_promise .title,
#xw_customer .title{
	margin-top: 30px;
	margin-bottom: 30px;
}

#xw_aboutus .title p,#xw_product .title p,#xw_super .title p,#more_sup .title p,#xw_case .title p,#xw_promise .title p,
#xw_customer .title p{
	font-size:16px;
}

/*轮播图*/

#xw_carousel #banner1{
	background: url(/images/banner7.jpg) center no-repeat;height: 430px;
}
#xw_carousel #banner2{
	background: url(/images/banner10.jpg) center no-repeat;height: 430px;
}
#xw_carousel #banner3{
	background: url(/images/banner6.jpg) center no-repeat;height: 430px;
}

#xw_carousel .carousel-indicators li{
	width:15px;height:15px;margin:0px 2px 0px 2px;
}

/*公司介绍*/
#xw_aboutus .about_body{
	padding-top: 80px;
	padding-bottom: 80px;
	/*height: 660px;*/
	background: url(https://www.xinwenvip.com/images/index_bg2.png) center repeat;
}

#xw_aboutus div{
	/*border: 1px solid #000;*/
}

#xw_aboutus .about_body .container{
	background-color: #fff;
	padding: 30px 50px;
	text-shadow: 1px 1px 0 #fff;
}

#xw_aboutus .about_body .container h1{
	margin-bottom: 40px;
}

#xw_aboutus .about_body .container .col-md-4{
	padding: 0 55px;
}

#xw_aboutus .about_body .container .about_info{
	height: 255px;
	padding: 20px;
	background-color: #ecedff;
	border-radius: 8px;
	margin-top: 20px;

}

#xw_aboutus .about_body .container .about_media{
	margin-top: 30px;
	font-size: 16px;
}

#xw_aboutus .about_body .container .about_media .countsl{
	color:red;
}

/*我们能做什么，产品介绍*/
#xw_product{
	background-color: #fff;
}

#xw_product div{
	/*border: 1px solid #000;*/
}

#xw_product .container .product_bg{
	height: 282px;
	width: 553px;
	margin-bottom: 30px;
	display: inline-block;
	border: 1px solid #eee;
	border-radius: 5px;
	padding: 5px 15px;
	background-color: #ecedff;
	box-shadow: 10px 10px 5px #888888;
	text-shadow: 1px 1px 0 #fff;
	position: relative;
	transition: all 0.3s;
	top:0px;
}

#xw_product .container .product_bg:hover{
	box-shadow: 13px 13px 7px #888888;
	top:-8px;
	background-color: #0070ef;
	text-shadow: none;
	color:#fff;
}

#xw_product .container .product_bf_wd::after {  
	content: "";  
	position: absolute;  
	bottom: 0;  
	left: 0;  
	right: 0;  
	height: 132px; /* 根据需要调整背景图像的高度 */  
	background-image: url('/images/wdyx_bg1-1.png'); /* 替换为你的背景图像URL */  
	background-size: cover; /* 使背景图像覆盖整个区域 */  
	background-position: bottom; /* 将背景图像放置在底部 */  
	background-repeat: no-repeat; /* 防止背景图像重复 */  
}
#xw_product .container .product_bf_rw::after {  
	content: "";  
	position: absolute;  
	bottom: 0;  
	left: 0;  
	right: 0;  
	height: 132px; /* 根据需要调整背景图像的高度 */  
	background-image: url('/images/rwfb_bg1-1.png'); /* 替换为你的背景图像URL */  
	background-size: cover; /* 使背景图像覆盖整个区域 */  
	background-position: bottom; /* 将背景图像放置在底部 */  
	background-repeat: no-repeat; /* 防止背景图像重复 */  
}
#xw_product .container .product_bf_dx::after {  
	content: "";  
	position: absolute;  
	bottom: 0;  
	left: 0;  
	right: 0;  
	height: 132px; /* 根据需要调整背景图像的高度 */  
	background-image: url('/images/wenan_bg1-1.png'); /* 替换为你的背景图像URL */  
	background-size: cover; /* 使背景图像覆盖整个区域 */  
	background-position: bottom; /* 将背景图像放置在底部 */  
	background-repeat: no-repeat; /* 防止背景图像重复 */  
}
#xw_product .container .product_bf_zmt::after {  
	content: "";  
	position: absolute;  
	bottom: 0;  
	left: 0;  
	right: 0;  
	height: 132px; /* 根据需要调整背景图像的高度 */  
	background-image: url('/images/xmt_bg1-1.png'); /* 替换为你的背景图像URL */  
	background-size: cover; /* 使背景图像覆盖整个区域 */  
	background-position: bottom; /* 将背景图像放置在底部 */  
	background-repeat: no-repeat; /* 防止背景图像重复 */  
}

#xw_product .container .product_bg p{
	font-size: 16px;
}


#xw_product .container .row>div .product_al{
	display:none ;
	/*display: inline-block;*/
}


#xw_product .container .product_bg .ali_left{
	position: absolute;
	bottom: 5px;
	font-size: 20px;
}

#xw_product .container .product_bg .ali_right{
	position: absolute;
	top: 150px;
	left: 70px;
	font-size: 16px;
	padding: 10px;
}

/*我们的优势*/

#xw_super{
	
}

#xw_super div{
	/*border: 1px solid #000;*/
}

#xw_super .super_body{
	background:  url(https://www.xinwenvip.com/images/index_bg1.png) center repeat;
	padding: 40px 20px;
}

#xw_super .super_body .row{
	margin-top: 20px;
	margin-bottom: 10px;
}

#xw_super .super_body .super_info{
	background-color: #fff;
	height: 224px;
	border-radius: 5px;
	padding: 10px 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}

#xw_super .super_body .super_info:hover img{
	height: 95px;
	transition: all 1s;
}

#xw_super .super_body .super_info img{
	height: 80px;
	transition: all 1s;
}

#xw_super .super_body .super_info p{
	font-size: 16px;
}

#xw_super .super_body .super_info .sup_img{
	height: 80px;
}

/*更多优势*/
#more_sup{
	
}

#more_sup .container .panel h4{
	line-height: 28px;
}

#more_sup .container .panel:hover .panel-heading{
	background-color: #022e54;
	transition: all 0.5s;
}

#more_sup .container .panel:hover .panel-body{
	background-color: #ffe4c4;
	transition: all 0.5s;	
}

/*案例展示*/

#xw_case{

}

#xw_case .bg_color{
	background-color: #f6f6f6;
    margin: 0px auto;
}


#xw_case .bg_color .row_5 {
    padding-top: 10px;
}

#xw_case .bg_color .row_5 .content{
   padding-bottom:20px;
}

#xw_case .bg_color .wrapper {
    margin: 0px auto;
    position: relative;
}

#xw_case .bg_color .row_5 .tab_title {
    overflow: hidden;
    margin-bottom: 25px;
	
}

#xw_case .bg_color .row_5 .tab_pic {
    padding:10px;
	
}

#xw_case .bg_color .row_5 .tab_title ul li.active, .row_5 .tab_title ul li:hover {
    border-bottom: 3px solid #08a5e0;
}

#xw_case .bg_color .row_5 .tab_title ul li {
    line-height: 46px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-right: 15px;
    padding: 5px 5px 5px 5px;
    border-bottom: 3px solid #f6f6f6;
    transition: all 0.5s;
}

#xw_case .bg_color .row_5 .tab_pic li.active {
    display: block;
    transition: all 1s;
}

#xw_case .bg_color .row_5 .tab_pic li {
    display: none;
}

#xw_case .container .nav-tabs li a{
	color:#333;
	font-size: 15px;
}

#xw_case .container .tab-content{
	margin-top: 20px;
}

/*对比其他平台*/

#xw_compare{
	
}

#xw_compare .title{
	
	margin:39px 0px 61px 0px;
}

#xw_compare .container .content .line2active{
	box-shadow: 0px 0px 15px 0px rgb(57 107 231 / 20%);
    border: 1px solid #dce6f4;
	transition: all 0.3s;
}

#xw_compare .container .content .line2active:hover{
	box-shadow: 0px 0px 25px 0px rgb(57 107 231 / 50%);
	transition: all 0.3s;
}

#xw_compare .container .content .line2{
	width: 450px;
    display: inline-block;
    font-size: 18px;
    text-align: left;
}

#xw_compare .container .content .line2 p{
	padding: 22px;
    text-align: center;
    font-size: 24px;
}

#xw_compare .container .content .line2 .bkc{
	background-color: #F4F7FB;
}


#xw_compare .container .content .line2 .fwtitle{
	margin-right: 20px;
    color: #f60;
    font-style: italic;
}


#xw_compare .container .content .line2 li{
	line-height: 45px;
    padding: 10px 0px 10px 15px;
}

#xw_compare .container .content .line2 li .icon-ok{
	color: #7fd71e;
    margin: 0px 5px;
}

#xw_compare .container .content .line2 li .icon-no{
	color: #ccc;
    margin: 0px 5px;
}



/*我们的承诺*/
#xw_promise{

}

#xw_promise .row>div{
	/*background-color: #eee;*/
	padding: 20px 10px;
	margin-top: 10px;
}

#xw_promise .container .row .promise_info{
	width: 248px;
	margin:0 auto;
	background-color: #eee;
	padding-bottom: 10px;
}

#xw_promise .container .row .promise_info:hover{
	background-color: #f7e6e6;
	transition: all 1s;
}

#xw_promise .container .row .promise_info>div{
	overflow: hidden;
	height: 150px;
	margin-bottom: 15px;
}

#xw_promise .container .row .promise_info:hover img{
	width:120%;
	transition: all 2s;
}


#xw_promise .container .row .promise_info img{
	display: inline-block;
	transition: all 2s;
}

#xw_promise .container .row .promise_info p{
	text-align: left;
	padding-left: 10px;
	font-size: 16px;
}

#xw_promise .container .row .promise_info p span{
	color: #f60;
    font-style: italic;
}


/*部分合作客户*/

#xw_customer{

}

#xw_customer .container .row{
	margin-top: 10px;
}

#xw_customer .container .customer_cat{
	background: #22b0e8;
	color:#fff;
	font-size: 16px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	padding: 10px;
	margin-bottom: 5px;
}

#xw_customer .container .customer_img{
	display: inline-block;
	box-shadow: 0px 0px 15px 0px rgba(57, 107, 231, 0.2);
    overflow: hidden;
	width: 128px;
    height: 80px;
}

#xw_customer .container .customer_img .overimg-c1{
	height: 75px;
    width: 121px;
    transition: 0.4s;
}

#xw_customer .container .customer_img .overimg-c{
	height: 79px;
    width: 128px;
    transition: 0.4s;
}

/*最新资讯*/

#xw_news{
	margin-top: 30px;
}

#xw_news .container .xw_footbanner{
	/*border: 1px solid #ddd;*/
	max-height: 215px;
}

#xw_news .container .xw_footbanner img{
	/* max-height: 215px; */
	display: inline-block;
}

#xw_news .container .panel .panel-heading{
	height: 50px;
	line-height: 35px;
	font-size: 16px;
	font-weight: bold;
}

#xw_news .container .panel .list-group{
	font-size: 16px;
}

/*立即注册*/

#xw_reg .container h1{
	color: #fff;
    text-shadow: 1px 1px 0 #333;
	transition:all 0.3s;
}

#xw_reg:hover .container h1 {
    color: #fff;
    text-shadow: 3px 3px 0 #333;
	transition:all 0.3s;
}


#xw_reg .container p{
	font-size:24px;
}
/*友情链接*/

#link_list .container .row{
	border-top: 1px solid #ddd;
	padding: 10px;
	
	font-size:12px;
}

#link_list .container .shortlink{
	height: 24px;
    overflow: hidden;
    margin-bottom: 15px;
}


#link_list .container .row ,#link_list .container .row a{
	color:#ccc;margin-right:5px;
}

/*---------------/首页----------------*/

/*---------------软文代写----------------*/

/*行业难题*/
#dx_problem{
	margin-top: 20px;
}

#dx_problem .title{
	padding: 20px;
}

#dx_problem .container .panel-body{
	color:#fff;
	background-color: #1489cc;
}

/*产品介绍*/
#dx_product{
	padding: 20px 0;
}

#dx_product .container{
	padding-bottom: 30px;
}

#dx_product div{
	/*border: 1px solid red;*/
}

#dx_product .title{
	margin-bottom: 20px;
}

#dx_product .title .dx_breadcrumb{
	background-color: transparent;
	font-size: 15px;
}

#dx_product .container .row .pro_info{
	padding: 10px;
}

#dx_product .container .row .pro_info>div{
	padding: 10px;
	/*background-color: #ecedff;*/
	background-color: #fff;
	border-radius: 10px;
	border: 2px solid #fff;
	box-shadow: 0px 0px 15px 0px rgba(57,107,231,0.2);
}

#dx_product .container .row .pro_info>div:hover{
	/*border: 2px solid #1489cc;*/
	border: 2px solid #fff;
	box-shadow: 0px 0px 15px 13px rgba(2, 30, 99, 0.2);
	transition:all 0.5s;
}

#dx_product .container .row .pro_info #pro_text{
	padding: 10px 20px;
}

#dx_product .container .row .pro_info #pro_text p{
	line-height: 22px;
	font-size: 15px;
}

/*我们的优势*/

#dx_super{
	padding: 10px;
}

#dx_super .title{
	margin-bottom: 30px;
}

#dx_super .sup_cont{
	/*height: 250px;*/
	padding: 10px 30px;
	/*background-color: #e0e0e0;*/
}

#dx_super .sup_cont+.sup_cont{
	/*border-top: 2px dashed #eee;*/
	/*background-color: #eee*/
}

#dx_super .sup_cont .row .col-md-4{
	/*background-color: #eee;*/
}

#dx_super .sup_cont .row .col-md-8{
	/*background-color: #eee;*/
	padding: 10px 20px;
	border-radius: 5px;
}

#dx_super .container .row .dx_super_detail{
	font-size: 16px;
}


/*代写价格*/

#dx_price{
	
}

#dx_price .title{
	margin-bottom:20px;
	margin-top:20px;
}

#dx_price .price_cont{
	
}

#dx_price .price_cont thead th{
	text-align:center;
}

/*案例展示*/

#dx_case{
	background: linear-gradient(#fff, #e0e0e0);
}

#dx_case .title{
	padding: 20px
}

#dx_case>.container{
	/*height: 400px;*/
	padding: 10px 10px 40px 10px;
}

#dx_case>.container .nav-tabs{
	border: none;
}

#dx_case>.container .tab-content{
	padding-top: 30px;
}

#dx_case>.container .nav li a{
	border: none;
	background-color: transparent;
	color:#000;
}

#dx_case>.container .nav li.active a{
	border-bottom: 2px solid #337ab7;
}


/*特色产品*/

#dx_other_product .title .breadcrumb{
	background-color: transparent;
}

/*#dx_other_product .container .panel:hover h4{
	font-weight: bold;
}*/


#dx_other_product .container .panel:hover .panel-heading{
	background-color: #022e54;
	transition: all 0.5s;
}

#dx_other_product .container .panel:hover .panel-body{
	background-color: #ffe4c4;
	transition: all 0.5s;	
}

#dx_other_product .container .panel .media-body{
	font-size: 15px;
}

#dx_other_product .container .panel .media-body h4{
	line-height: 30px;
}

/*改稿服务*/
#dx_gaigao .container .title{
	margin-bottom: 20px;
}



/*我们的客户*/

#dx_customer{

}

#dx_customer .title{
	padding: 10px;
}

#dx_customer .container .row .dx_show_img{

}

/*立即注册*/
#dx_reg .jumbotron{
	height: 280px;
	margin-bottom:0px;
}

#dx_reg .container .row h1{
	color: #fcf8e3;
    text-shadow: 2px 2px 0px #555;
    margin-bottom: 20px;
}

/*---------------/软文代写----------------*/


/*---------------会员注册----------------*/

#reg_body{

}
#reg_body div{
	/*border: 1px solid #000;*/
}
#reg_body table tr{
	height: 50px;
}

#reg_body .f_red {
    COLOR: red;
}

#reg_body .reg_title{
	BORDER-BOTTOM: #fff 1px solid;
    PADDING-BOTTOM: 10px;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 0px;
    COLOR: #ff6600;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
    PADDING-TOP: 0px;
    margin-top: 20px;
    margin-bottom: 10px;
}

#reg_body .login_3 .login_check{
    float: left;
    width: 230px;
    cursor: pointer;
    margin-right: 35px;
    margin-left: 32px;
}

#reg_body .input_info{
	padding: 15px;
    background-color: #fafafa;
    width: 600px;
    border-radius: 8px;
}

#reg_body .input_info .t1{
	text-align: right;
    padding-right: 25px;
}

/*#reg_body .input_info .reg_inp {
    BORDER: #e3e4e6 1px solid;
    PADDING-BOTTOM: 5px;
    LINE-HEIGHT: 22px;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 4px;
    HEIGHT: 35px;
    PADDING-TOP: 5px;
    border-radius: 3px;
}*/

#reg_body .input_info .form-control-inline{
	display: inline-block;
}

#reg_body .input_info label{
	font-weight: normal;
}

#reg_tips .row{
	
}

#reg_tips .regtip{
	
	width: 100%;
    background-color: #fafafa;
    PADDING-BOTTOM: 15px;
    LINE-HEIGHT: 37px;
    PADDING-LEFT: 20px;
    PADDING-RIGHT: 20px;
    PADDING-TOP: 20px;
    text-align: left;
}


#reg_tips .container,#reg_wx .container{
	width:750px;
}

#reg_wx {
	margin-bottom:40px;
}

#reg_wx .tipTitle{
	padding:10px;
}

#reg_wx .login_3{
    padding: 15px;
    background-color: #fafafa;
    border-radius: 8px;
    text-align: center;
    color: #0baf43;
    padding-top: 35px;
    line-height: 30px;
}

#reg_wx .login_3 .login_check{
	display: inline-block;
    cursor: pointer;
    margin-right: 35px;
    margin-left: 35px;
}


#reg_wx .login_3 .login_check i {
    font-size: 25px;
}


#reg_wx .reg_title {
    BORDER-BOTTOM: #fff 1px solid;
    PADDING-BOTTOM: 10px;
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 0px;
    COLOR: #ff6600;
    FONT-SIZE: 16px;
    FONT-WEIGHT: bold;
    PADDING-TOP: 0px;
    margin-top: 10px;
}


#reg_wx .input_info {
    padding: 15px;
    background-color: #fafafa;
    border-radius: 8px;
}

#reg_wx .input_info .tl {
    text-align: right;
    padding-right: 25px;
	padding-top: 17px;
    padding-bottom: 17px;
}


#reg_wx .input_info .f_red {
    COLOR: red;
	margin-left:5px;
}

#reg_wx .input_info .f_green {
    COLOR: #1da1e2;
	margin-left:5px;
}


#reg_wx .input_info .reg_inp {
    BORDER: #e3e4e6 1px solid;
    PADDING-BOTTOM: 5px;
    LINE-HEIGHT: 16px;
    PADDING-LEFT: 5px;
    PADDING-RIGHT: 4px;
    HEIGHT: 35px;
    PADDING-TOP: 5px;
    border-radius: 3px;
	
}	
	
#reg_wx .checkcodeimg {
    BACKGROUND: url(../images/getcode.png) repeat;
    WIDTH: 60px;
    HEIGHT: 32px;
    MARGIN-TOP: 12px;
    line-height: 25px;
    margin-left: 10px;
    float: left;
    padding: 5px 5px 5px 8px;
}	
/*---------------/会员注册----------------*/

/*---------------/资讯页面----------------*/
#news_dh{
	margin-top:10px;
}
#news_content {
	margin-bottom:10px;
}
#news_content .news_time{
	color: #999;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 13px;
}

#news_content .news_detail{
	font-size:16px;
	margin-top:20px;
	line-height: 36px;
	border-bottom:1px solid #ddd;
}

#news_content .news_detail img{
	max-width:100%;
}

#news_content .more_news{
	font-size:16px;
}

#news_content .more_news a{
	border:none;
}

#news_content .more_news .active{
	background-color:#08a5e0;
	border-radius: 0px;
}

#news_content .next_new{
	padding:10px;
	line-height:30px;
	font-size:15px;
}
/*---------------/资讯页面----------------*/

/*---------------/资讯中心----------------*/

#newsA_dh,#contact_dh {
	margin-top:20px;
}

#newsA_ct .newsA_time{
	float:right;
	color:#9f9f9f;
}

#newsA_ct .list-group a{
	color:#444;
}

#newsA_ct .list-group a:hover{
	text-decoration:none;
	color:#ff7200;
}

/*---------------/资讯中心----------------*/

/*---------------/关于我们----------------*/
#contact_info p{
	font-size:15px;
	line-height:25px;
	text-indent: 2em;
}
#contact_info p img{
	margin:0 auto;
	display: block;
}
#contact_info h4{
	margin-bottom: 15px;
    border-left: 4px solid #3d8ae9;
    padding-left: 24px;
    line-height: 23px;
}
/*---------------/关于我们----------------*/

/*---------------/代写预览----------------*/

#dxyl_ct {
	margin-bottom:60px;
}

#dxyl_ct img{
	max-width:100%;
}

/*---------------/代写预览----------------*/

/*---------------尾部----------------*/

#dx_footer .qqlogo {
    background: url(/images/qqlogo.png) no-repeat center;
    width: 70px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

/*---------------/尾部----------------*/

/*---------------自适应----------------*/

@media screen and (max-width: 768px) {
	
	#xw_product .container .product_bg{
		
		width:100%;
	}
	#xw_aboutus .about_body .container .col-md-4 {
		padding: 0px 10px;
	}
	
	#xw_carousel .denglu{
		display:none;
	}
	
	#xw_aboutus .about_body .container h1 {
		margin-bottom: 21px;
	}
	
	#xw_aboutus .about_body {
		padding-top: 44px;
		padding-bottom: 50px;
	}

	#xw_promise .container .row .promise_info {
		width: 95%;	
			
	
	}
	#xw_promise .container .row .promise_info img{
		width: 100%;	
		
	
	}
	#xw_promise .container .row .promise_info>div{
		height:197px;
		padding:0px;
	}
	#more_sup{
		padding:0px 19px; 
	}
	
	#xw_case .bg_color .row_5 .tab_pic img{
		width:100%;
		
	}
	#xw_case .bg_color .row_5 .tab_title{
		margin-bottom:0px;
	}
	
	#xw_case .bg_color .row_5 .tab_title ul li {
		line-height: 33px;
	}
	#xw_compare .container .content .line2{
		width:100%;
	}
	#xw_compare .title{
		padding:0px 10px 0px 10px;
		margin: 39px 0px 40px 0px;
	}
	#xw_compare .container .content .line2 .fwtitle{
		margin-right: 12px;
	}
	#xw_customer .container .customer_img{
		
		width: 48%;
	}
	
	#xw_carousel #banner1{
		background: url(/images/banner7-m.png) center no-repeat;height: 273px;
	}
	#xw_carousel #banner2{
		background: url(/images/banner10-m.png) center no-repeat;height: 273px;
	}
	#xw_carousel #banner3{
		background: url(/images/banner6-m.png) center no-repeat;height: 273px;
	}
	
	#reg_wx .login_3 {
		width: 100%;
	}
	#reg_wx .input_info .t1 {
		width: 137px;
	}
	#reg_wx .login_3 .login_check {
		margin:0px 10px 0px 10px;   
	}
	#reg_tips .container,#reg_wx .container{
		width:95%;
	}
	#newsA_ct .newsA_time{
		display:none;
	}
	#news_content .news_title h2{
		font-size:20px;
	}
	#dx_footer .foot_bk{
		display:block;
		width:100%;height: 48px;
	}
	
	.h1,h1{
		font-size: 26px;
	}
	.h2,h2{
		font-size: 24px;
	}
	.h3,h3{
		font-size: 22px;
	}
	
	#xw_aboutus .about_body .container .about_info {
		padding-top: 35px;
	}	
}

/*---------------/自适应----------------*/

