﻿@charset "utf-8";
/* CSS Document */

body{ font-size:12px; color:#666666; line-height:24px;  font-family:"微软雅黑"}

a { color:#666666; text-decoration:none; }

a:hover { text-decoration:none;}

.sider{width:285px; float:left;}
.containter{float:right; width:655px;}

.clear_cs{height:0px;font-size:0px; line-height:0px;clear:both;over-flow:hidden;}


/******************header css***************/
.w1200{width:90%; margin:auto; max-width:1200px;}
.logo{width:24%; float:left;}
.menu{ float:right; margin-top:2%; text-align:right;}
.menu a{padding:1% 15px; display:block; float:left; font-size:14px;}
.menu a:hover{background:#1066bb; color:#fff;}
.menu a.hover{background:#1066bb url(../images/tel.png) no-repeat center left; color:#fff; padding-left:30px;}

.index_about{background:url(../images/bg1.jpg) repeat center top;  padding:40px;}
.title_cn{text-align:center; color:#1066bb; font-size:26px;}
.title_en{background:url(../images/title.png) no-repeat center top; text-align:center; height:27px; line-height:30px; margin-top:10px; color:#666666}
.cont{margin-top:20px;}
.index_pro{background:url(../images/bg2.jpg);  background-color:#0e5eb4; background-repeat:no-repeat; background-position:center top; padding:40px;}
.pro{width:23%; margin:1%; float:left; height:195px;}
.pro_pic{background:#fff;}
.pro_name{background:#555555; padding:3% 0; text-align:center; overflow:hidden; height:30px; line-height:30px;}
.pro_name a{color:#fff;}
.index_news{background-image:url(../images/bg3.jpg); background-color:#dbdcde; background-repeat:no-repeat; background-position:center top; padding:40px;}
.new_box{width:48%; margin:1%; float:left}
.new_box1{width:100%; border-bottom:1px dashed #ccc; padding:20px;}
.new_pic1{width:20%; float:left;}
.new_right1{float:right; width:75%;}
.new_pic{width:30%; float:left;}
.new_right{float:right; width:65%;}
.more a{color:#1066bb; font-size:14px;}
.new_title a{color:#000; font-size:16px;}
.new_memo{font-size:14px;}
.index_lx{background:#303030; padding:40px;}
.logo_icon{margin:15px; float:left; width:224px;}
.footer{padding:2%; text-align:center; background:#181818; color:#fff;}
.left{float:left; width:25%; border:1px solid #dfdfdf;}
.right{float:right; width:70%;}

.right_title{border-bottom:1px solid #ccc; height:34px;}
.rt_left{float:left; border-bottom:1px solid #07458f; color:#07458f; padding-bottom:10px; font-size:16px;}
.rt_right{float:right;}
.home_menu{display:none;}
.phone_menu1{display:none;}

.about_left{float:left; width:25%;}
.about_right{float:right; width:72%;}
@media only screen and (max-width:800px){
	.about_left{float:none; width:100%;}
.about_right{float:none; width:100%;}
.logo{width:50%; text-align:center;}

.menu{ display:none}
.pro{width:48%;}
.new_box{width:100%; margin:1% 0;}
.left{width:100%;}
.right{width:100%;}

.home_menu {
    width: 55px;
    text-align: right;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
}
.phone_menu1 {
    background: #f6f6f6;
    width: 100%;
    display: none;
    position: absolute;
    z-index: 9999;
}
.phone_menu1 li {
    width: 100%;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ededed;
    padding-left: 3%;
}
}