@charset "UTF-8";
/*------------// Overall //------------------*/

body {
	font: 12px/140% Arial, "微软雅黑", "宋体", Helvetica, sans-serif, Verdana;
	color: #333;
	margin: 0;
	background: #FFF;
	line-height: normal;
}

html,
body {
	-webkit-text-size-adjust: none;
}

table,
td {
	font: 12px/140% Arial, "微软雅黑", "宋体", Helvetica, sans-serif, Verdana;
	color: #5a5a5a;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
}

th,
td {
	border-collapse: collapse;
}

A:link {
	text-decoration: none;
	color: #333;
}

A:visited {
	text-decoration: none;
	color:inherit;
}

A:hover {
	text-decoration: none;
	color:#00549d;
	transition: all 0.3s ease-in-out;
}

img {
	border: 0;
}

div,
p,
img,
ul,
ol,
li,
form,
input,
label,
span,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
p {
	margin: 0 0 10px;
	line-height: 1.5;
  }
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0
}

a {
	blr: expression(this.onFocus=this.blur())
}

/*for IE*/

a {
	outline: none;
}

/*for Firefox*/

ol,
ul,
li {
	list-style-type: none;
}

.overz {
	overflow: auto;
	zoom: 1;
	overflow-x: hidden;
	overflow-y: hidden;
}

.mn_12 {
	margin-bottom: 12px;
}

/*@font-face {
	font-family: "Alpida Unicode System";
	font-style: normal;
	src: url(uyghur.eot);
}
@font-face {
	font-family: "Alpida Unicode System";
	src: local("Alpida Unicode System"), url(AlpidaUniSys.ttf) format("opentype");
}*/

/* COMMON */
.mc{
	color: #00549d;
}
.mb{
	background: #00549d;
}
.full_width {
	width: 100%;
	clear: both;
}

.content_width {
	width: 1200px;
	clear: both;
	margin: 0 auto;
}

.clearfixed {
	width: 100%;
	height: 0px;
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.fixed{
    position: fixed;
    top: -40px;
    z-index: 99;
}

/* TOP */

.top {
	height: 36px;
	line-height: 36px;
	background:#F1F1F1;
}

.top,
.top a {
	color: #434343;
}

.top .right_part span {
	width: 60px;
	display: inline-block;
	text-align: center;
}

/* header */

.logo_part {
	height: 165px;
}
.logo_part .logo{
	margin-top:40px;
}
.logo_part .telphone {
	height: 165px;
	background: url("../images/phone.png") left center no-repeat;
	background-size: 80px 80px;
	padding-left: 100px;
	position: relative;
}

.logo_part .telphone .phone_text {
	margin-top: 45px;
}

.logo_part .telphone span {
	display: block;
	line-height: 1.2;
}

/* nav */

.header_nav {
	background: #047ff6;
	height: 55px;
}

.header_nav ul li {
	float: left;
	height: 55px;
}

.header_nav ul li.nav_de{
	width: 1px;
	background: #096fd2;
}

.header_nav ul li.main a {
	display: block;
	line-height: 55px;
	padding: 0 41px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.header_nav ul li a:hover,
.header_nav ul li a.nav_hover {
	background: #004a92;
	font-weight: bold;
	color: #fff;
}
/* ad_part */

.ad_part{
	background: #FFF;
}

/* about */
.b_part{
	background: url('../images/ctbg.jpg') center no-repeat;
	margin-top: 20px;
	padding-bottom: 50px;
}
.about_part{
	width: 590px;
	font-size: 16px;
}
.contact_part{
	width: 460px;
	font-size: 14px;
}
.a_title{
	font-size: 24px;
    font-weight: bold;
    margin: 20px 0;
    color: #00509e;
    border-bottom: 1px solid #00509e;
    padding-bottom: 10px;
}
.about_text{
	height: 300px;
}
.about_text p{
	text-indent: 30px;
}
.contact_text{
	height: 300px;
}
.contact_text p{
	margin-bottom: 5px;
}
/* products */
.products_part{
	background: #f1f1f1;
	padding: 30px 0;
}
.products_list{
	width: 260px;
	height:930px;
	background: #FFF;

}
.list_content{
	border-top: 0;
	height: 636px;
}
.contact{
	position: relative;
	background: #047ff6;
	color: #FFF;
	height: 190px;
}
.in_contact{
	text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
}
.l_title{
	height: 60px;
	line-height: 60px;
	text-align: center;
}
.l_title a,.l_title{
	color: #FFF;
	font-size:18px;
	font-weight: bold;
}
.list_content ul{
	/*padding: 15px 0;*/
}
.list_content ul li{
	font-size: 16px;
    border-bottom: 1px dashed #CCC;
    padding: 10px 0;
    margin: 0 20px;
	text-align:center;
}
.list_content ul .mcat{
	font-size: 18px;
    font-weight: bold;
    color: #047ff6;
    /* margin: 0 20px; */
    text-align: center;
    margin-top: 15px;
}
.list_content ul li a{
	/*background: url('../images/right.png') left no-repeat;
	padding-left: 30px;*/
}
.list_content ul li a:hover{
	font-weight: bold;
	background-position-x: 5px;
}

.products_show{
	width: 930px;
	background: #FFF;
	position: relative;
}
.big_box{
	position: absolute;
    top: 68px;
    padding: 10px 10px 0px 10px;
	border: 1px solid #ddd;
	background: #FFF;
}
.marginfix{
	margin-right: -10px;
}
.products_show .product_box{
	float: left;
    margin: 0 10px 10px 0;
    width: 296px;
	background: #F5F5F5;
}
.products_show .product_box img{
	width: 100%;
}
.products_show .product_box div{
	margin: 15px 0;
	font-size: 16px;
	text-align: center;
}

/* show */
.news_part{
	background: #FFF;
}
.mr_10{
	margin-right: 15px;
}
.m_title{
	position: relative;
}
.m_title a.more{
	position: absolute;
    right: 0;
    top: 8px;
}
.m_title h2{
	font-weight: bold;
	border-bottom: 1px solid #00509e;
    margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 24px;
}
.news_list{
	margin-top: 40px;
	margin-bottom: 40px;
	width: 590px;
}

.news_list ul li{
	font-size: 14px;
    margin-bottom: 5px;
    padding: 6px 0;
    border-bottom: 1px dashed #DDD;
}
.with_img a img{
	margin-right:8px;
}
.n_title{
	font-weight:bold;
	font-size:16px;
	margin-bottom:8px;
}
.n_des{
	color:#888;
}

/* link */

.links{
	background: #eee;

}
.links_list{
	height: 45px;
	line-height: 45px;
}
/* footer */
footer{
	background: #047ff6;
	color: #FFF;
	font-size: 14px;
}
footer a{
	color:#FFF;
}

.copy_text{
	margin-left: 50px;
	padding: 10px 0;
}
.copyright{
	height: 45px;
	line-height: 45px;
	background: #00305a;
}

/* inside page */
.breadnav{
	width: 930px;
	width: 930px;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
}

.content_part{
	width: 930px;
    background: #FFF;
	position: relative;
	border: 1px solid #ddd;
}
.content_part .post .post_title {
	font-size: 22px;
	text-align: center;
	margin-top: 20px;
}
.content_part .post .post_meta{
	text-align: center;
	margin-top: 10px;
	color: #888;
}
.content_part .post .post_content {
	font-size: 15px;
	padding: 20px;
}
.content_part .post .post_content table img{
	border: 1px solid #DDD;
	padding: 5px;
	margin: 15px;
}
.content_part .list_box{
	padding: 10px;
}
.content_part .list_box ul li{
	font-size: 15px;
	padding: 10px 0;
    border-bottom: 1px dashed #DDD;
}

.content_part .product_box{
	float: left;
    margin: 0 10px 10px 0;
    width: 296px;
	background: #F5F5F5;
}
.content_part .product_box img{
	width: 100%;
}
.content_part .product_box div{
	margin: 15px 0;
	font-size: 16px;
	text-align: center;
}

.footer_nav{
	text-align: center;
    height: 45px;
    line-height: 45PX;
    border-bottom: 1px solid #047ff6;
}
.footer_nav a{
	padding: 0 10px;
}
.footer_nav a:hover{
	color:  #a1d1ff;
}


.relate_post{
	font-size: 14px;
}

.relate_post .navi{
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	padding: 8px 20px;
}

.relate_post .r_products{
	padding: 0 20px;
}
.relate_post .r_products .rp_content{
	margin-right: -10px;
	padding-bottom: 20px;
}
.relate_post .r_products .l_product_box{
	width: 215px;
	float: left;
	margin-right: 10px;
	text-align: center;
}

.relate_post .r_products .l_product_box img{
	width: 100%;
}