@CHARSET "UTF-8";


.float-kf{
    position: fixed;
    right: 0;
    top:100px;
    width: 77px;
    z-index: 99999;
}
.float-kf li{
    width: 77px;
    height: 71px;
    text-align: center;
    background: #6da9de;
    margin-bottom: 1px;
    position: relative;
    z-index: 999;
}
.float-kf li .ewm-img{
    position: absolute;
    right: 78px;
    top:-30px;
    -moz-transform: rotateX(270deg);
    -ms-transform: rotateX(270deg);
    -o-transform: rotateX(270deg);
    -webkit-transform: rotateX(270deg);
    transform: rotateX(270deg);
    -moz-transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.float-kf li.ewm:hover .ewm-img {
    -moz-transform:rotateX(0);
    -ms-transform:rotateX(0);
    -o-transform:rotateX(0);
    -webkit-transform:rotateX(0);
    transform: rotateX(0);
}
.float-kf li a{
    display: block;
    padding-top: 10px;
    width: 77px;
}
.float-kf li a span{
    display: block;
    color:#fff;
    font-size: 14px;
    line-height: 24px;
}
.float-kf li a#gotop{
    padding-top: 0;
}
.float-kf li.gotop{background:#009ad9;}

.float-kf li a#gotop img{
   width:77px;height:71px;
}



.float-kf li.ewm a img{
    width: 40px;
    height: 35px;
}
.float-kf li.online a img{
    width: 34px;
    height: 30px;
}

.float-kf li.ewm {background:#78c340;}


.float-kf li.ewm:hover .ewm-img{
    display: block;
}
.float-kf li.contact-number a{
    float: left;
}
.float-kf li.contact-number{
    width: 220px;
    position: relative;
}
.float-kf li.contact-number .content{
    position: absolute;
    top:0;
    left: 0;
    width: 220px;
    height: 71px;
    z-index: 99;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background: #fbb01f;
}
.float-kf li.contact-number .content .tel{
    line-height: 71px;
    color:#fff;
    font-size: 16px;
}
.float-kf li.contact-number:hover .content{
    left:-143px;
}
.float-kf li.online .chat{
    position: absolute;
    right:-244px;
    top:0;
    border:1px solid #d7d7d7;
    width: 150px;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 99;
    background: rgba(255,255,255,.8);
}
.float-kf li.online:hover .chat{
    right: 85px;
}
.float-kf li.online .chat i{
    background: url(../images/kf/jiantou.jpg) right center no-repeat;
    display: block;
    width: 8px;
    height: 15px;
    right:-8px;
    position:absolute;
    top:30%;
}
.float-kf li.online .chat .chatlist{
    line-height: 32px;
    color:#666;
    text-align: left;
    text-indent: 15px;
}
.float-kf li.online .chat .chatlist a{
    width: auto;
    padding-top: 0;
    color:#666;
    height: 32px;
    line-height: 32px;
}
.float-kf li.online .chat .chatlist a span{
    display: inline-block;
    color:#666;
    font-size: 12px;
}


/*头部样式*/
.out-head{background: #ececec;height: 25px;}
.head{width: 1200px;margin: 0 auto;}
.k3{font:400 12px/25px "微软雅黑";color:#9d9d9d;}
.k1{font:400 12px/25px "微软雅黑";color:#9d9d9d;}
.k1 a{color:#9d9d9d;}

#header{width:1200px;margin:0 auto;height: 100px;overflow: hidden;}
.top{}
.logo{float:left;padding-top: 12px;}
.kk{background: url(../images/shu.png) no-repeat left;height: 50px;font:600 16px/24px "微软雅黑";color:#014190;padding-left: 23px;margin-left: 30px;margin-top: 30px;}
.kk span{display: block;color:#333;font-size: 14px;font-weight: 400;}
.k2{line-height: 24px;margin-top: 30px;}


.topLink{width:400px;float:right;text-align:right;position: relative;z-index: 9999;}
.translate{width:100px;position: absolute;left: 0;top:10px;z-index: 9999;}
.tran-in{left:120px;}
.translate li{border: 1px dashed #cccccc;line-height: 26px;text-align: left;background: #fff;}
.translate li a{display: block;padding-left: 10px;background: url(../images/dot4.png) no-repeat 88% 11px;}
.translate li a:hover{text-decoration: none;color:#275cea;cursor: pointer;}
.translate-en{display: none;padding: 6px;padding-top:0px;}
.translate li .translate-en a{padding-left: 0px;text-align: center;background: #fff;border-bottom: 1px solid #cccccc;}
.translate li .translate-en a:hover{font-weight: bold;}

.topLink .f_count{color:#ff0000;font-size:13px;font-weight:bold;}
.topLink .k1{line-height:32px;padding-top:5px;}
.topLink .k2{color:#074b91;font-size:14px;font-family:"微软雅黑";}

#menu{background: #014190;height: 40px;}

@font-face {
	font-family: 'constan';
    src:url('../fonts/constan.ttf') format('truetype');
}


/*热门搜索*/
.out-ss{background: #e4e4e4;height: 70px;overflow: hidden;}
.search{text-align:left;width: 1200px;margin:0 auto;}
#formsearch{width:278px;float:right;height: 28px;background: url(../images/ss.jpg) no-repeat;margin-top: 21px;}
.hotSearch{float:left;font:400 14px/70px "微软雅黑";color:#014190;}
.hotSearch a{color:#7d7d7d;padding-right:10px; }

/*搜索和热门搜索*/
.hotSearch a{margin-right:6px;}
#formsearch input{height:28px;background:none;border:none;line-height:28px;}
#formsearch input#keyword{height:28px;line-height:28px;padding-left:11px;color:#cccccc;width: 220px;}
#formsearch input#s_btn{width:38px;height:28px;line-height:28px;text-align:center;background-color:none;color:#fff;border:none;cursor:pointer;}

.c1{width: 1200px;margin:0 auto;margin-top: 30px;}
.c1-title{background: url(../images/c1.png) no-repeat;height: 44px;font:400 16px/33px "微软雅黑";color:#014190;position: relative;padding-left: 37px;}
.c1-title span{color:#666666;padding-left: 0;text-transform: uppercase;}
.c1-title a{position: absolute;right: 0;font:400 12px/42px "微软雅黑";color:#aaaaaa;}
.c1-content{padding-top: 20px;}

.product_list1{}
.product_list1 li{float:left;margin-right:15px;border:1px solid #d8d8d8; }
.product_list1 li a.img{padding:4px;}
.product_list1 li a.img img{width:216px;height:150px;}
.product_list1 li h3{width:216px;margin: 0 auto;text-align:center;margin-top:3px;background: #fff;height: 34px;margin-bottom:6px;}
.product_list1 li h3 a{font:400 16px/34px "微软雅黑";color:#666666;}
.product_list1 li a.img{display:block;}
.product_list1 li a.img:hover{border-color:#e87518;}
.roll_product{float:left;}
.product_list1 li:hover h3{background: #014190;}
.product_list1 li:hover h3 a{color:#fff;}
.product_list1 li:hover{border: 1px solid  #14a83b;}


.c2{width: 1200px;margin:0 auto;margin-top: 32px;}
.c2-title{background: url(../images/c2.png) no-repeat;height: 44px;font:400 16px/33px "微软雅黑";color:#014190;position: relative;padding-left: 49px;}
.c2-title span{color:#666666;padding-left: 0;text-transform: uppercase;}
.c2-title a{position: absolute;right: 0;font:400 12px/42px "微软雅黑";color:#aaaaaa;}
.c2a{width: 437px;height: 275px;margin-top: 20px;}
.c2b{background: url(../images/c2b.png) no-repeat;width: 760px;height: 285px;margin-top: 18px;}
.c2bb{text-align: center;font:400 18px/58px "微软雅黑";color:#666666;}
.c2b-b{font:400 14px/32px "微软雅黑";color:#666666;padding: 0 30px 0 34px;text-indent: 26px;}

.xian{background: #eeeeee;height: 1px;margin: 26px  0 30px 0;}
.c3{width: 1200px;margin: 0 auto;}
.c3a{width: 290px;height: 308px;overflow: hidden;}
.c3-title{background: url(../images/c3.png) no-repeat;height: 44px;font:400 16px/33px "微软雅黑";color:#014190;position: relative;padding-left: 37px;}
.c3-title span{color:#666666;padding-left: 0;text-transform: uppercase;}
.c3aa{padding-top: 8px;font:400 12px/43px "微软雅黑";color:#666;}
.c3b{width: 550px;height: 308px;overflow: hidden;margin-left: 37px;}
.c3b-title{background: url(../images/c4.png) no-repeat;height: 44px;font:400 16px/33px "微软雅黑";color:#014190;position: relative;padding-left: 27px;}
.c3b-title span{color:#666666;padding-left: 0;text-transform: uppercase;}
.c3b-title a{position: absolute;right: 0;font:400 12px/42px "微软雅黑";color:#aaaaaa;}

.c3b-b{}
.news_list1{}
.news_list1 li{line-height:27px;position:relative;border-bottom: 1px dashed #dcdcdc;padding-bottom: 6px;margin-bottom:7px;}
.news_list1 li a{line-height:27px;color:#333;font-size: 14px;}
.news_list1 li a:hover{text-decoration:none;color:#014190;}
.news_list1 li span{color:#666666;z-index:0;line-height:20px;display: block;padding-top: 4px;}
.news_list1 li h3 {font-size:14px;}
.news_list1 li div{line-height:24px;}

.c3c{width: 302px;height: 375px;background: url(../images/c5.png) no-repeat;position: relative;top:-30px;}
.c3cc{width: 251px;margin: 0 auto;}
.c3c-ti{font:400 12px/22px "微软雅黑";color:#fff;padding-top: 38px;}

.message1{padding-top:16px;z-index:100;position:relative;}
.message1 input{vertical-align:middle;}
.message1 #contact{display:block;height:38px;line-height:38px;padding:0;padding-left:6px;border:none;width:251px;border-radius: 5px;margin-bottom: 12px;}
.message1 #address{display:block;height:38px;line-height:38px;padding:0;padding-left:6px;border:none;width:251px;border-radius: 5px;margin-bottom: 6px;}
.message1 #content{display:block;width:245px;height:50px;padding:6px;font-size:12px;border:none;margin-top:6px;border-radius: 5px;}
.message1 .msgbtn{background:#14a83b;cursor:pointer;width:251px;height:38px;line-height:38px;text-align:center;border:none;color:#fff;font-size:14px;
border-radius:5px;margin-top:10px;font-family:"Microsoft YaHei";-moz-border-radius:5px;-webkit-border-radius:5px;}
#code{padding-top:10px;line-height:26px;}
#checkcode{height:32px;line-height:32px;width:120px;border:1px solid #dedede;}
#message_main1 tr{position:relative;}
#message_main1 tr th{font-weight:normal;text-align:right;height:38px;line-height:38px;color:#666;}
.m_label{position:absolute;text-align:left;line-height:26px;padding-left:8px;color:#666;z-index:1;cursor:text;}
.c_label{line-height:18px;padding-top:12px;}
.m_label1{line-height:38px !important;}
.checkcode1{width: 80px !important;border-radius: 5px;}
.code1 a{color:#fff;}

.c4{background: url(../images/c4.jpg) repeat-x;height: 214px;margin-top: -30px;}
.c44{width: 1200px;margin:0 auto;padding-top: 40px;position: relative;}
.l_btn,.r_btn{position:absolute;top:46%;cursor:pointer;}
.l_btn{left:0;}
.r_btn{right:0;}

.product_listt{}
.product_listt li{float:left;margin-left:41px;margin-right:10px;padding-bottom:15px;_display:inline;}
.product_listt li a.img{border:1px solid #d6d6d6;}
.product_listt li a.img img{width:131px;height:131px;}
.product_listt li a.img{display:block;}
.product_listt li a.img:hover{border-color:#014190;}
.roll_product{float:left;}



/*主体样式*/
#container{width:1200px;margin:0 auto;margin-top:30px;margin-bottom: 60px;}
.navigation{float:right;width:100px;}

.index-title{line-height:31px;padding-left:15px;font-weight:bold;font-family:"微软雅黑";
background:url(../images/nav.png) no-repeat 0% 100%;font-size:14px;color:#000;}
.index-table td{border:solid #add9c0; border-width:0px 1px 1px 0px; padding:10px 5px;}
.index-table{border:solid #add9c0; border-width:1px 0px 0px 1px;margin-top:10px;}

/*----- Common css ------*/
.fl{float:left;}
.fr{float:right;}
.di{_display:inline;}
.fwn{font-weight:normal;}
.dib{*display:inline;_zoom:1;_display:inline;_font-size:0px;}


/*友情链接*/
.link{background: #fafafa;}
.f_link{width:1200px;margin:0 auto;line-height:50px;}

/*页面底部*/
.foot{background: url(../images/foot.jpg) no-repeat center;    background-size: 1920px 261px;}
.foot1{width: 1200px;margin:0 auto;position: relative;}
.f1{background: url(../images/f1a.png) no-repeat;width: 170px;height: 221px;position: absolute;top:-8px;left: 0;}
.f11{text-align: center;color:#fff;padding-top: 140px;}
.f2{width: 986px;position:relative;}
.renzheng{position:absolute;top: 110px;left: 753px;}
.nav_foot{border:1px solid #fff;height: 32px;width: 984px;margin-top: 22px;font:400 12px/32px "微软雅黑";color:#fff;text-align: center;}
.nav_foot a{color:#fff;background: url(../images/shu1.png) no-repeat right;padding: 0 34px 0 35px;}
.nav_foot a:last-child{background: none;}
.fo1{color:#fff;line-height: 24px;margin-top:30px;}
.fo2{font:400 12px/20px "微软雅黑";color:#fff;padding-top: 9px;}
.fo2 a{color:#fff;}
.erweima{width: 200px;position: absolute;right: 0;top:88px;text-align: center;color:#aaaaaa;}
.foot1 a:hover{color:#e87518;text-decoration:none;}

/*------------内页-------------------*/
.left .box{margin-bottom:10px;}
.left .box h3{line-height:56px;font-weight:400;font-family:"微软雅黑";font-size:24px;color:#333333;border-bottom:4px solid #014190;}
.left .box .content{padding:5px 0px;}

.prodescription{border:1px solid #e5e5e5;background:#f9f9f9;line-height:24px;padding:10px;margin-bottom:15px;text-indent:20px;}

.n_banner{width:1920px;margin:0 auto;position: relative;left: 50%;margin-left: -960px;}
.n_banner img{width:1920px;margin:0 auto}
.left{width:225px;float:left;}
.sort_menu{}
.sort_product{margin-top:10px;}


.n_contact{margin-top:10px;}
.n_contact .content{padding:5px;line-height:24px;}

.right{width:945px;float:right;padding-bottom:10px;}
.sitemp{line-height:56px;height:56px;overflow:hidden;padding-right:10px;border-bottom:4px solid #014190;}
.sitemp h2{width:340px;float:left;line-height:56px;text-align:center;text-align:left;color:#094793;font-size:20px;font-weight: 400;}
.sitemp .site{width:380px;float:right;text-align:right;line-height:56px;color:#333333;}
.sitemp .site a{color:#333;}
.right .content{padding-top:26px;overflow:hidden;line-height: 24px;}


