﻿@charset "utf-8";
/* CSS Document */
/* header start */
#header_wrap { width: 100%; height: 40px; border-top: 10px solid #004488; border-bottom: 3px solid #A6D5F8; background: url(../images/header_bg.jpg) repeat-x center; }
#header { margin: 0 auto; width: 1000px; height: 40px; }
#logo { margin-bottom: 10px; padding: 25px 10px;; width: 433px; height: 63px; overflow: hidden; background: url(../images/logo_bg.png) no-repeat center; }
#nav { width: 1000px; height: 40px; }
    #nav ul { margin: 0; padding: 0; }
        #nav ul li { float: left; display: block; width: 125px; height: 40px; text-align: center; color: #fff; font: bold 14px/40px "Microsoft YaHei"; }
            #nav ul li a { display: block; width: 125px; height: 40px; text-align: center; color: #fff; font: bold 14px/40px "Microsoft YaHei"; }
                #nav ul li a:hover, #nav ul li a.current { color: #333; background: #ddd; }
/* header end */
/* content start */
#content_wrap { width: 100%; height: auto; overflow: hidden; background: url(../images/bg.jpg) no-repeat center top #83a4c4; }
.content { margin: 0 auto; width: 1000px; height: auto; overflow: hidden; }
.con_r { width: 520px; height: 450px; overflow: hidden; text-align: right; }
.con_l { margin-top: 20px; width: 453px; height: auto; overflow: hidden; }
.company { margin-bottom: 10px; width: 450px; height: auto; overflow: hidden; }
.tit { height: 30px; }
    .tit h2 { float: left; padding: 0 10px; color: #fff; font: 16px/30px "Microsoft YaHei"; background: #036db7; border-top-left-radius: 5px; border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; }
        .tit h2 a { color:#fff;}
    .tit span { float: right; margin-top: 10px; width: 44px; height: 13px; overflow: hidden; }
.about { padding: 9px; height: 106px; overflow: hidden; border: 1px solid #036db7; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-top-left-radius: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topleft: 0px; color: #333; font: 12px/22px "Microsoft YaHei"; }
    .about img { float: left; margin-right: 10px; }
.news_wrap { margin-bottom: 10px; width: 450px; height: auto; overflow: hidden; }
.news { padding: 9px; width: 430px; height: auto; overflow: hidden; border: 1px solid #036db7; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-top-left-radius: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topleft: 0px; }
    .news ul { margin: 0; padding: 0; }
        .news ul li { float: left; width: 430px; height: 27px; overflow: hidden; border-bottom: 1px dotted #ddd; }
            .news ul li a { float: left; display: block; width: 350px; text-indent: 15px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; background: url(../images/ico3.png) no-repeat 0 1px; color: #333; font: 12px/27px "Microsoft YaHei"; }
                .news ul li a:hover { color: #F90; background: url(../images/ico3.png) no-repeat 0 -24px; }
            .news ul li span { float: right; display: block; color: #ccc; font: 11px/27px Arial; -webkit-text-size-adjust: none; }
.pro_wrap { float: right; margin-bottom: 10px; width: 1000px; height: auto; oveflow: hidden; }
.pro { padding: 9px; height: auto; overflow: hidden; border: 1px solid #036db7; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-top-left-radius: 0px; -webkit-border-top-left-radius: 0px; -moz-border-radius-topleft: 0px; }
/* content end */
/* footer start */
#footer_wrap { margin-bottom: 10px; width: 100%; height: auto; overflow: hidden; background: #0263a7; }
#footer { margin: 10px auto; width: 1000px; height: 60px; overflow: hidden; color: #ddd; font: 12px/20px "Microsoft YaHei"; }
#footer_l { float: left; width: 60px; }
#footer_m { float: left; margin-left: 20px; width: 720px; }
#footer_r { float: right; width: 150px; text-align: right; }
/* footer end */
/* link start */
#link { margin: 0 auto 10px; width: 1000px; height: auto; overflow: hidden; }
.link_l { float: left; width: 70px; line-height: 20px; color: #06c; font-weight: bold; }
.link_r { float: right; margin-left: 10px; width: 920px; line-height: 20px; }
    .link_r a { margin-right: 15px; color: #06c; }
        .link_r a:hover { color: #333; text-decoration: underline; }
/* link end */

