html, body, ul, li, ol, dl, dd, dt, p, h1, h2, h3, h4, h5, h6, form, fieldset, legend,img, a{margin:0;list-style-type:none;text-decoration:none;}
body{background-color: #FFFFFF;    font-family: "Microsoft Yahei","微软雅黑",Tahoma,Arial,Helvetica,STHeiti;}
.clear{ clear:both;}
.bold{
	font-weight: bold;
}
a:hover {
    border-color: #F13A3A;
    color: #F13A3A;
}
/*头部开始*/
.head_box{
	margin:0 auto;
	/*width: 1366px;*/
    cursor: move;
    z-index: 1600;
    /*height:284px;*/
}
.head_box .head_top{
	background-color: #e5e6e0;
}
.head_box .head_top .top_box{
	width: 1366px;
	margin: auto;
	line-height: 33px;
    font-size: 14px;
}
.head_box .head_top .top_box .about_us{
	float: right;
}
.head_box .head_center{
	width: 1366px;
	margin: auto;
	height: 135px;
}
.head_box .head_center .logo{
	float: left;
	padding-top: 40px;
}
.head_box .head_center .fgx{
    margin-left: 20px;
    float: left;
    padding-top: 12px;
}
.head_box .head_center .customer{
	width: 520px;
    float: left;
    padding: 20px;
}
.customer .up{
	font-size: 36px;
	line-height: 70px;
}
.customer .down{
	font-size: 14px;
	text-align: center;
}
.qr_code{
	width: 115px;
    padding-top: 12px;
    float: left;
    padding-left: 155px;
}
.service_box{
    float: left;
    padding-top: 20px;
    padding-left: 20px;
}
.service_box .service_img{
	float: left;
    width: 85px;
}
.service_box .service_phone_box{
	width: 150px;
    float: left;
}
.service_phone_box .title{
	font-size: 20px;
	padding-top: 10px;
}
.service_phone_box .phone{
	font-size: 24px;
    color: #0090d5;
    padding-top: 20px;
}
.navigationBox{
	width: 100%;
	margin: auto;
}
.navigationBox .nav_box{
	height: 51px;
	background-color: #0090D5;
}
.navigationBox .nav_box .nav{	
	width: 1366px;
    margin: auto;
}
.navigationBox .nav ul{
	margin: auto;
    width: 1060px;
}
.navigationBox .nav ul li{	
	line-height: 51px;
	list-style-type:none;
	width: 132px;
	height: 51px;
	float: left;
	font-size: 20px;
	background:url(../img/li_bg.png) no-repeat;
	text-align: center;
	color: white;
	font-weight: bold;
	cursor: pointer;
}
 .navigationBox .nav ul li:last-child{
	background:none;
}
.navigationBox .nav ul .cur{
	background:url(../img/li_selected_bg.png) no-repeat;
}
.navigationBox .hot_prod_box{
	width: 1366px;
	height: 50px;
    margin: auto;
    text-align: center;
    overflow: hidden;
}
.navigationBox .hot_prod_box span{
	padding-left: 10px;
	line-height: 45px;
}
/*头部结束*/
/*中间公共开始*/
.product_view{
    /*padding-top: 20px;*/
}
.product_title_box{
    width: 600px;
    margin: auto;
    text-align: center;
    padding:20px 0 15px 0;
}
.product_title_box .title_name{
	font-size: 36px;
    color: #333333;
}
.product_title_box .fgf{
	border-top: 1px solid #333333;
	margin: 10px 0;
}
.product_title_box .title_intro{
    font-size: 18px;
}
.product_title_body{
	width: 1300px;
    margin: auto;
}
.product_title_body .left{
	width: 240px;
	border: 1px solid #bfbfbf;
	color: #FFFFFF;
	float: left;
}
.product_title_body .left .category_box .category_title{
	height: 82px;
	text-align: center;
	background-color: #0090D5;
}
.product_title_body .left .category_box .category_title .title{
	font-size: 20px;
	color: #FFFFFF;
    line-height: 55px;
}
.product_title_body .left .category_box .category_title .title_en{
	font-size: 14px;	
}
.category_list{
	padding-top: 5px;	
}
.category_list ul{
	padding: 5px;
}
.category_list ul li{
	width: 230px;
    height: 52px;
    text-align: center;
}
.category_list ul li div{
	width: 230px;
	height: 42px;
	margin: auto;
	background-color: #0090D5;
	border-radius: 20px;
	line-height: 42px;
	cursor: pointer;
	color: white;
}
.product_title_body .right{
	width: 1050px;
	float: left;
    margin: auto;
    padding-left: 5px;
}
.product_title_body .right .title_box{
    width: 1041px;
	height: 50px;
	background: url(../img/title_background.png);
	border: 1px solid #bfbfbf;
	line-height: 50px;
}
.product_title_body .right .title_box .hot{
	padding-left: 15px;
    display: flex;
    padding-right: 5px;
    align-items: center;
    height: 50px;
    width: 20px;
    float: left;
}
.product_title_body .right .title_box .more{
    float: right;
    cursor: pointer;
}
.right .product_list{
    padding-top: 10px; 
}
.right .product_list .intro{
   text-indent: 2em;
   line-height: 29px;
}
/**中间结束*/
.yqlj_view{
	width: 1366px;
	height: 80px;
	margin: auto;
	background-color: #f7f7f7;
	color: #333333;
	font-size: 18px;
}
.yqlj_view .title{
    width: 1110px;
    line-height: 70px;
    margin: auto;
}
/*底部开始*/
.footer{
	background-color: #0865b3;
	/*height: 489px;*/
}
.footer .uper{
	width: 1110px;
    margin: auto;
    font-size: 14px;
    color: #ffffff;
    height: 420px;
}
.footer .uper .left{
	width: 274px;
	float: left;
	padding-top: 40px;
	
}
.footer .uper .left .logo{
	height: 84px;
}
.footer .uper .fgf{
	border-bottom: 1px solid #ffffff;
	height: 20px;
}
.footer .uper .jj{
	padding-top: 20px;
	line-height: 24px;
}
.footer .uper .connect{
	padding-left: 60px;
	padding-top: 40px;
    width: 400px;
    float: left;
}
.footer .uper .connect li{
	line-height: 30px;
}
.footer .uper .wx_gzh{
    width: 186px;
    float: left;
    text-align: center;
    padding-top: 40px;
}
.footer .uper .wx_gzh .img{
    width: 132px;
}
.footer .uper .wx_gzh .title{
    width: 152px;
}
.footer .bottom{
    width: 100%;
    margin: auto;
    float: left;
    background-color: #1b1b1b;
    color: #ffffff;
}
.footer .bottom .box{
    width: 600px;
    margin: auto;
    text-align: center;
    line-height: 34px;
    height: 69px;
}
/*底部结束*/