@charset "utf-8";

/* CSS Document */
/* ****************************************************** */
/* 公共设置 */
/*global css start*/
* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    font-family: Arial, Helvetica, Tahoma, "PingFang SC", "Hiragino Sans GB",
        "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei";
    background-color: rgb(221, 221, 221);
    /* color 设置字体颜色 */
    color: rgb(70, 70, 70);
    /* color: rgb(100, 10, 10); */
    /* color: hsl(0, 3%, 8%); */
    min-width: 300px;
    font-size: 14px;
    /* 1em; */
}

p {
    /* 行间距 */
    line-height: 1.6em;
}

/* for test */
div {
    /* border: 1px solid blue; */
    /* 避免盒子的左右下边框折叠到顶部 */
    /* overflow: auto;
    width: 100%; */
}

.clear {
    clear: both;
}

/*布局 大小css设置*/
.left {
    float: left;
}

.right {
    float: right;
}

.boxcenter {
    margin: 0 auto;
}

.DisplayInline {
    display: inline;
}

.DisplayBlock {
    display: block;
}
.DisplayNone {
    display: none;
}
.padding10px {
    padding: 10px;
}
.padding20px {
    padding: 10px;
}

.textcenter {
    text-align: center;
}

.textleft {
    text-align: left;
}

.textright {
    text-align: right;
}

/* 未访问的链接 */
a:link {
    text-transform: none;
    color: rgb(10, 10, 10);
    text-decoration: none;
}

/* 光标悬停 */
a:hover {
}

/* 按键按下 */
a:active {
}

/* 已经访问过的链接 */
a:visited {
    color: rgb(43, 86, 97);
    /*color: #BA77DB;*/
    text-decoration: underline;
}

ul,
li,
dl,
dd,
dt {
    list-style-type: none;
}

.OverflowHidden {
    overflow: hidden;
}

/* **********************************布局**************** */

/* dpi960center dpipercent100是布局用的
里面再嵌套 .DPI940 或者dpi300*3 或者其他 再加left
<div class="dpi960center">
    <div class="dpi940">
    </div>
    <div class="dpi460 left">
    </div>   
    <div class="dpi460 left">
    </div>  
</div>

具体值大小参考960间隔表
*/
.dpi960center {
    /*  正式用这个 */
    max-width: 960px;
    /* for test div boarder  */
    /* max-width: 980px; */
    /*background-position: center;*/
    margin: 0 auto;
    /* border: 1px solid blue; */
    padding: 0px;
}

.dpipercent100 {
    max-width: 100%;
    /* min-max-width: 960px; */
}

/* *************************************** */
/* 数量为 940*1 */
.dpi940 {
    max-width: 940px;
    margin-left: 10px;
    margin-right: 10px;
}

/* 数量为 460*2 */
.dpi460 {
    max-width: 460px;
    margin-left: 10px;
    margin-right: 10px;
}

/* 数量 300*3 */
.dpi300 {
    /* max-width: 300px; */
    width: 300px;
    margin-left: 10px;
    margin-right: 10px;
}

/* 数量 220*4 */
.dpi220 {
    max-width: 220px;
    margin-left: 10px;
    margin-right: 10px;
}

/* 数量 300*1+620*1 */
.dpi300 {
    max-width: 300px;
    margin-left: 10px;
    margin-right: 10px;
}

.dpi620 {
    max-width: 620px;
    margin-left: 10px;
    margin-right: 10px;
}

/* 数量 220*1+700*1 */
.dpi220 {
    max-width: 220px;
    margin-left: 10px;
    margin-right: 10px;
}

.dpi700 {
    max-width: 700px;
    margin-left: 10px;
    margin-right: 10px;
}

/* 数量 380*1+540 */
.dpi380 {
    max-width: 380px;
    margin-left: 10px;
    margin-right: 10px;
}

.dpi540 {
    max-width: 540px;
    margin-left: 10px;
    margin-right: 10px;
}

/* ******************************************* */

/* fortest */
.test1 {
    float: left;
    height: 200px;
    width: 100px;
    border: 5px solid blue;
    /* margin: 10px; */
    /* padding: 40px; */
    /* background-color: rgb(43, 86, 97); */
    background-image: url(../images/MenuBackGround.jpg);
}

.test2 {
    float: left;
    height: 200px;
    width: 100px;
    border: 5px solid blue;
    /* margin: 10px; */
    /* padding: 40px; */
}

/* ****************************************************** */
/* Header*/
.Header1 {
    /* height: 230px; */
    background-color: rgb(221, 221, 221);
    border-bottom-width: 2px;
    border-bottom-color: rgb(199, 199, 199);

    border-style: ridge;
}

.Hearder {
    /* overflow: hidden; */
}
/* 径向渐变 */
.grad1 {
    background-color: rgb(221, 221, 221);
    /* 浏览器不支持的时候显示 */
    background-image: radial-gradient(
        /* red, */ rgb(250, 250, 250),
        rgb(221, 221, 221),
        rgb(221, 221, 221)
    );
    /* 标准的语法（必须放在最后） */
    background-position: 130px, 30px;
}

#logo {
    height: 115px;
    padding-top: 15px;
}

/* ****************************************************** */
/* logo1*/
.logo1 {
    /* margin: 5px; */
    width: 100px;
    height: 100px;
}

/* ****************************************************** */
/* 公司名设置 公共部分*/
.CompanyNameClass {
    /* height: 100px; */
    /* margin-top: 50px; */
    padding-top: 43px;
    /* margin-left: 30px; */
}

.CompanyNameCh,
.CompanyNameEn {
    font-family: "KaiTi";
    /* background-color: rgb(233, 233, 233); */
    color: rgb(255, 255, 255);
    /*描边的像素，也就是粗细，这里指定是2像素的黑色边框*/
    -webkit-text-stroke: 1px rgb(185, 185, 185);
    -moz-text-stroke: 1px rgb(182, 182, 182);
    text-stroke: 1px rgb(182, 182, 182);

    text-shadow: 1px 1px rgb(219, 219, 219);
    /* 字体变窄 */
    /* font-stretch: condensed; */
    line-height: 1em;
    padding-left: 10px;
}

/* 336 43  各自的部分*/
.CompanyNameCh {
    font-size: 1.8em;
    text-align: center;
}

.CompanyNameEn {
    font-size: 1.1em;
    font-family: "Helvetica";
    text-align: center;
}

/* <!-- banner****************************************************** --> */

.banner {
    background-color: #3e9ac9;
    /* background-color: rgb(221, 221, 221); */
    border-bottom-width: 2px;
    border-bottom-color: rgb(199, 199, 199);
    border-style: ridge;
}

.BannerSize {
    width: 940px;
    height: 225px;
}

/* <!-- 菜单******************************************************************* --> */
.menu1 {
    background-color: rgb(243, 243, 243);
}

#menu {
    height: 41px;
}

/*列表项样式*/
#menu li {
    float: left;
    /*所有列表项水平排列*/
    width: 113px;
    height: 41px;
    text-align: center;
    list-style: none;
    /*去掉列表项的样式(小圆点)*/
    line-height: 41px;
    /*行高*/
    font-weight: bold;
    /*字体加粗*/
    font-size: 16px;
    /* border: 1px solid blue; */
}

/*超链接样式*/
#menu a {
    text-decoration: none;
    /*去下划线*/
    color: rgb(10, 10, 10);
}

/*当鼠标移动到a标签上时的样式*/
#menu a:hover,
#menu a.current {
    color: #f5f0f0;
    /*深灰色*/
    text-decoration: none;
    /*去下划线*/
    height: 41px;
    width: 113px;
    /*
	将a标签设置为"块级呈现"，当鼠标移动到
	a标签上时便于呈现出全尺寸的高亮背景图片
	*/
    display: block;

    background-image: url(../images/MenuBackGround.jpg);
    background-repeat: no-repeat;
    /*背景图片不平铺*/
    background-position: center center;
    /*背景图片水平、垂直居中*/
}

/* <!-- 关于我们****************************************************** --> */
/* 首行缩进2字符 */
.TextIndent {
    text-indent: 2em;
}

.aboutwe1 {
    background-color: rgba(214, 214, 214, 0.904);
    margin-top: 10px;
    padding: 10px 25px 10px 25px;
    /* width: 300px; */
    border-radius: 10px;
}

/* <!-- 登录******************************************************* --> */
#Register {
}

#SignIn {
    background-color: rgba(214, 214, 214, 0.904);
    margin-top: 10px;
    padding: 10px 15px 10px 15px;
    /* width: 300px; */
    border-radius: 10px;
}

.signinP {
    /* 行间距 */
    line-height: 2.1em;
}

fieldset {
    width: 250px;
    /* margin-top: 10px; */
    border: 1px solid #afafaf;
    /* background-color: #ffffff; */
    /* background-color: rgb(240, 240, 240); */
    line-height: 2em;
    padding: 10px;
    border-radius: 8px;
}

legend {
    font-style: italic;
    color: #666666;
}

input[type="text"],
input[type="password"] {
    width: 120px;
    border: 1px solid #d6d6d6;
    background-color: #e7e7e7;
    padding: 2px;
    outline: none;
}

input[type="password"]:focus,
input[type="password"]:hover,
input[type="text"]:focus,
input[type="text"]:hover {
    background-color: #cbdee4;
    border: 1px solid #999999;
}

input[type="submit"] {
    border: 1px solid rgb(237, 113, 46);
    background-color: rgb(237, 112, 46);
    color: #ffffff;
    border-radius: 5px;
    /* padding: 5px, 200px, 5px, 200px; */
    /* margin-top: 10px; */
    width: 200px;
    height: 30px;
    letter-spacing: 10px;
    /* text-align: center; */
}

input[type="submit"]:hover {
    border: 1px solid rgb(235, 96, 21);
    background-color: rgb(216, 114, 59);
    color: #ffffff;
    cursor: pointer;
}

.title {
    float: left;
    width: 70px;
    clear: left;
}

.submit {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 200px;

    text-align: center;
    margin: 0 auto;
}

/* <!-- 我要评估 我要下单********************************************************* --> */
#pingguxiadan {
    border: 3px solid rgb(175, 175, 175);
    width: 410px;
    height: 100px;
    margin-top: 20px;
    /* margin-left: 10px; */
    /* margin-right: 10px; */

    margin-bottom: 20px;
    padding: 20px;
    border-radius: 5px;
}

#pingguxiadan1 {
    /* 行高=box高度则垂直居中 */
    line-height: 36px;
    padding-left: 10px;
    color: rgb(233, 233, 233);
    width: 103px;
    height: 36px;
    background-image: url(../images/pingguxiadan.jpg);
}

.pingguxiadanleft {
    /* text-indent: 2em; */
    width: 280px;
}

.pingguxiadanright {
    padding-left: 20px;
    margin-top: 30px;
    width: 103px;
}

/* < !-- 底部展开的菜单****************************************************** -->.footer1 { */
.footer1 {
    border: 1px solid rgb(180, 180, 180);
    height: 200px;
    background-image: url(../images/XieTiaoWen.jpg);
    background-repeat: repeat-x;
}

.footer2 {
    margin-top: 15px;
    margin-left: 0px;
    margin-right: 0px;
    height: 170px;
    /* width: 920px; */
    border: 4px solid rgb(209, 209, 209);
    background-color: rgba(226, 226, 226, 0.664);
    border-style: outset;
}

.footer3 {
    margin: 20px;
    /* border: 1px solid rgb(172, 42, 42); */
    height: 130px;
}

dl.left {
    padding-top: 12px;
    padding-left: 40px;
    padding-right: 20px;
    line-height: 1.9em;
}

dl.left > dt {
    font-weight: bold;
}

.wechartfig {
    margin-top: 0px;
    margin-left: 200px;
    width: 120px;
    height: 120px;
    /* border: 1px solid rgb(172, 42, 42); */
}

.wechartfig1 {
    width: 120px;
    height: 120px;
}

/* <!-- 底部联系方式****************************************************** --> */
.content {
    overflow: hidden;
}

#Footer {
    color: rgb(192, 192, 192);
    font-size: 13px;
    overflow: hidden;
    height: 100px;
    background-color: rgb(80, 80, 80);
}

#Footer a:visited,
#Footer a:link {
    color: rgb(173, 173, 173);
}

#Footer a:hover {
    color: rgb(165, 162, 162);
}
