/*初始化*/

html {
	font-size: 12px;
	font-family: "microsoft yahei";
	color: #363636;
}

body,
div,
img,
a,
ul,
ol,
li,
span,
i,
u,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
p,
form,
input,
textarea,
strong,
select,
option {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

a,
u {
	text-decoration: none;
	color: #363636;
}

img {
	display: block;
	border: none;
}

.inBox .inHd ul li a,
.inside_left_1 ul li,
.inside_right dl dd a.inside_right_tit,
.picMarquee-top li a p {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
}

.index_3 .index_3_in dl,
.index_3 .index_3_in dl dt img {
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	-moz-transition: all 0.2s linear 0s;
	-ms-transition: all 0.2s linear 0s;
}

.nav_top_in .wx img,
.index_1 dl a img,
.inside_right ul.inside_pic li a img {
	transition: all 0.4s linear 0s;
	-webkit-transition: all 0.4s linear 0s;
	-moz-transition: all 0.4s linear 0s;
	-ms-transition: all 0.4s linear 0s;
}

.nav_top_in .wx img {
	filter: alpha(opacity=0);
	opacity: 0;
}

.slideBox .prev,
.slideBox .next {
	filter: alpha(opacity=60);
	opacity: 0.6;
}

.nav_top_in .wx:hover img,
.slideBox .prev:hover,
.slideBox .next:hover {
	filter: alpha(opacity=100);
	opacity: 1;
}

.index_1 dl a img:hover,
.inside_right ul.inside_pic li a img:hover {
	transform: scale(1.1, 1.1);
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
}


/*-------------------------------------------------------*/

.more {
	float: right;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: 100;
}

.more:hover {
	color: #e97913;
	text-decoration: underline;
}

.more1 {
	color: #E97913;
}

.more1:hover {
	text-decoration: underline;
}

.more2 {
	font-size:14px;
	padding: 7px 20px;
	border: 2px solid #e97913;
	border-radius: 4px;
	color: #e97913;
}

.more2:hover {
	background: #E97913;
	color: #FFFFFF;
}


/*顶部*/

.nav_top {
	font-family: arial;
	width: 100%;
	line-height: 40px;
	background: #eaeaea;
	font-size: 12px;
	color: #555555;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3)
}

.nav_top_in {
	width: 1200px;
	margin: 0 auto;
}

.nav_top_in p {
	float: left;
}

.nav_top_in ul {
	float: right;
}

.nav_top_in ul li {
	float: left;
}

.nav_top_in ul li a {
	padding: 0 20px;
	border-right: 2px solid #666666;
	margin: 12px 0;
	line-height: 16px;
	height: 16px;
	display: block;
	color: #555555;
}

.nav_top_in ul li:nth-of-type(1) a {
	border-left: 2px solid #666666;
}

.nav_top_in ul li:hover a {
	color: #0968AA;
}

.nav_top_in .wx {
	position: relative;
}

.nav_top_in .wx img {
	position: absolute;
	left: -27px;
	top: -110px;
	width: 145px;
	height: 145px;
}

.nav_top_in .wx:hover img {
	top: 43px;
}


/*logo*/

.logo {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	padding: 60px 0 20px;
}

.logo img {
	float: right;
}

.logo a img {
	float: left;
}


/*导航*/

.nav_bj {
	width: 100%;
	height: 45px;
	background: url(../images/nav_bj.png) repeat-x;
}

.nav {
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}

.nav ul {
	width: 1200px;
	text-align: center;
}

.nav ul li {
	display: inline-block;
}

.nav ul li.on,
.nav ul li:hover {
	background: #e97913;
}

.nav ul li a {
	color: #ffffff;
	line-height: 45px;
	font-size: 16px;
	padding: 0 45px;
}

.nav ul li ul {    width: 200px;
	position: absolute;
	background: rgba(0, 88, 169, 0.7);
	border-radius: 0 0 4px 4px;
	display: none;
	overflow: hidden;
	z-index: 9999;
}

.nav ul li:hover ul {
	display: block;
}

.nav ul li ul li {
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}


/*搜索*/

.search {
	float: right;
	width: 150px;
	margin: 10px 20px 0 0;
}

.search input {
	border: 0;
	float: left;
	height: 25px;
	outline: none;
}

.search .sea {
	width: 120px;
	border-radius: 50px 0 0 50px;
	text-indent: 1em;
	color: #999999;
}

.search .but {
	width: 30px;
	background: url(../images/search.png) no-repeat;
	cursor: pointer;
}


/*banner*/

.slideBox {
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
}

.slideBox .hd {
	position: absolute;
	bottom: 5px;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.slideBox .hd ul li {
	display: inline-block;
	margin-right: 5px;
	width: 30px;
	height: 8px;
	background: #EEE;
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background:#FF5A00;
}

.slideBox .bd {
	position: relative;
}

.slideBox .bd img {
	width: 100%;
	height: 450px;
}


/*banner前/后按钮*/

.slideBox .prev,
.slideBox .next {
	position: absolute;
	width: 35px;
	height: 50px;
	left: 10%;
	top: 50%;
	margin-top: -25px;
	display: block;
	background: url(../images/l_1.png) no-repeat;
}

.slideBox .next {
	background: url(../images/r_1.png) no-repeat;
	left: auto;
	right: 10%;
}


/*底部*/

.nav .top {
	line-height: 45px;
	font-size: 2.4rem;
	background: #e97913;
	color: #FFFFFF;
	float: right;
	width: 200px;
	text-align: center;
}

.footer_bj {
	width: 100%;
	background: #f5f5f5;
	overflow: hidden;
}

.footer {
	width: 1200px;
	margin: 0 auto;
}

.footer p {
	float: left;
	text-align: center;
	border-right: 1px solid #7f7f7f;
	padding: 0 100px;
	margin: 5px 0;
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}

.footer p a {
	color: #666666;
	text-decoration: underline;
}

.footer p a:hover {
	color: #E97913;
}

.footer .dh {
	float: left;
	margin: 60px 105px;
}

.footer .wx {
	float: right;
	width: 170px;
	height: 170px;
	padding: 15px;
	background: #FFFFFF;
}


/*内页样式*/

.inside {
	width: 1200px;
	margin: 30px auto;
	overflow: hidden;
}


/*左侧*/

.inside_left {
	float: left;
	width: 240px;
}

.inside_left_1 {
	border: 1px solid #E6E6E6;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 26px;
}

.inside_left_1 h2 {
	line-height: 45px;
	padding: 0 15px;
	background: #0058a9;
	color: #FFFFFF;
	font-size: 18px;
    letter-spacing: 4px;
}

.inside_left_1 ul li {
	border-bottom: 1px dashed #C9C9C9;
	line-height: 36px;
	padding: 0px
}

.inside_left_1 ul li:hover {
	background: #F4F4F4;
}

.inside_left_nav ul li,
.inside_left_nav h2 {
	text-align: center;
}

.inside_left_1 ul li:nth-last-of-type(1) {
	border: none;
}

.inside_left_nav ul li a {
display: block;
    background: url(http://222.73.11.175/user/k053/user087/02300059/php/css/../images/contact_13.png) no-repeat;
    font-size: 15px;
    color: #0968AA;
    line-height: 34px;
    font-weight: bold;
    LETTER-SPACING: 5PX;
    text-align: left;
    padding-left: 20px;
    background-position: left;
    margin-left: 30px;
}


.inside_left_nav ul li ul li a {
	background: url(http://www.airpss.com/00800045/php/images/sidebarIco.jpg) no-repeat 5px center;
    font-size: 13px;
    color: #333;
    font-weight: normal;
    letter-spacing: 3px;
	line-height: 30px;}








.picMarquee-top .bd {
	padding: 10px;line-height: 26px;
}

.picMarquee-top .bd li {
	border: none;
	padding: 0;
}

.picMarquee-top li a p {
	text-align: center;
	padding: 0 10px;
	background: #FFFFFF;
}

.picMarquee-top li:hover a p {
	color: #e97913;
}

.picMarquee-top li a img {
	width: 99%;
	
	border: 1px solid #ddd;
}


/*右侧*/

.inside_right {
	width: 930px;
	float: right;
}

.inside_right_top {color:#fff;
	background: #0058a9;
	line-height: 45px;
	padding: 0 20px;
	font-size: 14px;
	border-radius: 4px;
	margin-bottom: 30px;
	overflow: hidden;
}

.inside_right_top a {
	color: #FFFFFF;
	padding: 0 10px;
}

.inside_right_top i {
	float: left;
	color: #FFFFFF;
	font-style: normal;
}

.inside_right_top .home {
	background: url(../images/home.png) no-repeat left 50%;
	padding-left: 25px;
}

.inside_right_top a:hover {
	text-decoration: underline;
}


/*翻页*/

.Flip {
	text-align: center;
	overflow: hidden;
}
.Flip a.on,
.Flip a.on:hover {
	background: #e97913;
	color: #FFFFFF;
}

.pic_page {
	padding-top: 10px;
}
.product_page, .news_page {
	border: 0 none;
	color: #666666;
	margin:0 20px;
	width: 97%;
	font-size:12px;
}
.product_page_left, .news_page_left {
	border: 0 none;
	padding-top: 15px;
}
.product_page_left {
	text-align: left;
	width: 50%;
}
.product_page_right, .news_page_right {
	border: 0 none;
	padding-top: 15px;
	text-align: right;
	width: 490px;
}
.Page_LastPage, .Page_NextPage, .Page_FristPage, .Page_PreviousPage, .Page_Number {
	border: 1px solid #CCCCCC;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	margin-left: 5px;
	min-width: 16px;
	padding: 0 5px;
	text-align: center;
	vertical-align: middle;
}
span.product_page_none, .product_page_default, .news_page_default {
	display: none;
}
.product_page a:hover {
	color: #0968AA;
	height: auto;
	top: auto;
	width: auto;
	border: 1px solid #CCCCCC;
}

.pro_form {
    border: 1px solid #d6d6d6;
    background: url(http://templateimg.china-dirs.cn/ui_img/018/01800033/language/cn/images/hot_bg.jpg) repeat-x scroll 0 -1px transparent;
    overflow: hidden;
	margin-top: 20px;
}

.pro_form .mt {
    background: url(http://templateimg.china-dirs.cn/ui_img/018/01800033/language/cn/images/repeat_bg.png) repeat-x scroll 0 -1px transparent;
    color: #4d4d4d;
    font-size: 14px;
    font-weight: bold;
    height: 31px;
    line-height: 31px;
    position: relative;
}
.pro_form .mt li {
    border-right: 1px solid #DDDDDD;
    color: #4D4D4D;
    float: left;
    font-size: 14px;
    height: 31px;
    line-height: 31px;
    text-align: center;
    width: 116px;
    background-color: #fff;
}
.order {
    margin: 30px auto 10px;
    width: 560px;
    font-size: 12px;
}

.order li {
    margin: 10px 0;
}
.order li span {
    color: #999;
    display: block;
    float: left;
    width: 70px;
}

.order li input {
    background-color: white;
    color: #777;
    border-color: #DADADA;
    padding: 2px .3em;
    height: 20px;
    line-height: 20px;
    border-width: 1px;
    border-style: solid;
    width: 470px;
}
.order li textarea {
    padding: 2px 0.3em;
    border: 1px solid #DADADA;
    height: 100px;
    width: 473px;
    color: #777;
    font-size: 12px;
}

.order img {
    height: 26px;
    vertical-align: top;    display: inline;
}
.order li input#passcode {
    width: 100px;
}
.order .submit {
    background: #A9291A;
    color: #fff;
    height: 32px;
    width: 112px;
}


/*相关*/
.otherNews, .may_like_product, .pro_form {
	margin: 10px auto;
	width: 99%;
	float: left;
	border: 1px solid #eee;
}
.otherNews .mt, .may_like_product .mt, .pro_form .mt {
	background: #DFF0FD;
	height: 30px;
}
.otherNews .mt h3, .may_like_product .mt h3, .pro_form .mt h3 {
	background: #235CA9;
	color: #fff;
	font: bold 14px/215% Microsoft YaHei,Arial;
	height: 30px;
	margin: 0;
	text-align: center;
	width: 20%;
}
.otherNews .mc ul {
	padding-left: 5px;
}
.otherNews .mc ul li {
	background: url("http://img001.china-dirs.cn/data/user//k017/user044/uploadfile/cn/2018/09/25/arrow.jpg") no-repeat scroll 14px center transparent;
	float: left;
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	padding-left: 25px;
	margin: 4px 0;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 47%;
	border-bottom: 1px dashed #ddd;
}
.otherNews .mc ul li a {
	color: #777;
}
.otherNews .mc ul li a:hover {
	color: #235CA9;
}







.may_like_product .mc .list {
    float: left;
    overflow: hidden;
    text-align: center;
    width: 16%;
    margin: 10px 2% 0;
}

.may_like_product .mc .list a {
    display: block;
    line-height: 30px;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
}

.may_like_product .mc img {
    border: 1px solid #ddd;
    width: 98%;height: 145px;
}














