
/* 清除内外边距 */
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset, lengend, button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}

/* 设置默认字体 */
body,
button, input, select, textarea { /* for ie */
    /*font: 12px/1 Tahoma, Helvetica, Arial, "宋体", sans-serif;*/
    font: 12px/1 "微软雅黑",Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif; /* 用 ascii 字符表示，使得在任何编码下都无问题 */
}

h1 { font-size: 18px; /* 18px / 12px = 1.5 */ }
h2 { font-size: 16px; }
h3 { font-size: 14px; }
h4, h5, h6 { font-size: 100%; }

address, cite, dfn, em, var { font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp, tt { font-family: "Courier New", Courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读，让 small 正常化 */

/* 重置列表元素 */
ul, ol,li { list-style: none; }

/* 重置文本格式元素 */
a { text-decoration: none; }
a:hover { text-decoration: none; }

abbr[title], acronym[title] { /* 注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果 */
border-bottom: 1px dotted;
cursor: help;
}

q:before, q:after { content: ''; }

/* 重置表单元素 */
legend { color: #000; } /* for ie6 */
fieldset, img { border: none; } /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使得表单元素在 ie 下能继承字体大小 */
}

/* 重置表格元素 */
table {
border-collapse: collapse;
border-spacing: 0;
}
.clear{clear: both}
/* 重置 hr */
hr {
    border: none;
    height: 1px;
}

.header{
    width: 960px;
    margin:0 auto;
}
.header h1{
    float: left;
    width: 180px;
    margin-top: 13px;
}
.header h1 img{
    width: 100%;
}
.nav{
    float: right;
}
.nav li{
    float: left;
    width: 100px;
    line-height: 80px;
}
.nav li a{
    text-align: center;
    font-size: 18px;
    color: #555555;
    display: block;
}
.banner{
    width: 100%;
    margin:0 auto;
}
.banner img{
    width: 100%;
}
.content{
    width: 970px;
    margin: 0 auto;
    padding-top: 80px;
}
.content h2{
    font-size: 30px;
    text-align: center;
    color: #555555;
}
.indexAbout{
    color: #e49f4d;
    font-size: 16px;
    letter-spacing:2px;
    line-height: 50px;
    margin-bottom: 110px;
    margin-top: 40px;
}
.vice{
    font-size: 14px;
    color: #999999;
    text-align: center;
   /*  border: 1px dotted #999999; */
    padding: 10px;
    font-style: italic;
}
.IndexIndustry{
    margin-top: 36px;
    margin-bottom: 120px;
}
.IndexIndustry ul li{
    float: left;
    width: 300px;
    height: 176px;
    color: #555555;
    margin-right: 26px;
    border: 3px solid #c0c0c0;
    margin-bottom: 20px;
}
.IndexIndustry ul li:nth-child(3){
    margin-right: 0;
}
.IndexIndustry ul li:nth-child(6){
    margin-right: 0;
}
.IndexIndustry ul li p{
    margin-top: 16px;
    text-align: center;
    font-size: 18px;
    margin-bottom: 28px;
}
.IndexIndustry ul:after{
    content: "";
    height: 0;
    clear: both;
    display: block;
}
.IndexIndustry ul li span{
    display: block;
    margin: 0 22px;
    text-align: center;
    font-size: 16px;
    line-height: 28px;
}
.IndexNew{
    margin-top: 40px;
    margin-bottom: 116px;
}
.IndexNew li{
    float: left;
    margin-right: 42px;
    width: 292px;
    height: 292px;
    border: 1px solid #e6e6e6;
}
.IndexNew ul:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.IndexNew li:nth-child(3){
    margin-right: 0;
}
.IndexNew li img{
    width: 100%;
    height: 170px;
    margin-bottom: 12px;
}
.IndexNew li .title{
    padding: 0 12px;
    font-size: 16px;
    line-height: 24px !important;
    height: 48px;
    font-weight: bold;
    color: #333333;
    margin-bottom: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.IndexNew li .news-desc{
    padding: 0 12px;
    font-size: 12px !important;
    line-height: 24px !important;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666666;
    /*padding-left: 94px;*/
}
.IndexNew li span{
    display: block;
    color: #666666;
    line-height: 30px;
    font-size: 14px;
    margin:0 16px;
}
.IndexTeam h4{
    margin-top: 28px;
    font-size: 14px;
    color: #e49f4d;
    text-align: center;
}
.IndexTeam{
    margin-bottom: 110px;
}
.IndexTeam ul{
    margin-top:40px;
}
.IndexTeam li{
    float: left;
    position: relative;
    width: 230px;
    margin-right: 15px;
}
.TeamBack{
    position: absolute;
    width: 230px;
    height: 230px;
    background: url(../img/indexTeam.png) no-repeat;
    top: 0;
}
.IndexTeam li img{
    display: block;
    width: 188px;
    height: 188px;
    margin: 21px auto 0;
}
.IndexTeam ul:after{
    content:"";
    height: 0;
    clear: both;
    display: block;
}
.IndexTeam li:nth-child(4){
    margin-right: 0;
}
.IndexTeam ul li h3{
    font-size: 18px;
    color: #333333;
    margin-top: 50px;
    text-align: center;
}
.IndexTeam ul li strong{
    font-size: 18px;
    text-align: center;
    display: block;
    color: #e49f4d;
}
.IndexTeam ul li span{
    color: #666666;
    font-size: 14px;
    text-align: center;
    display: block;
}
.IndexConP{
    text-align: center;
    font-size: 18px;
    margin-bottom: 48px;
}
.IndexContact{
    width: 600px;
    margin:0 auto 80px;
}
.IndexFrom{
    float: left;
}
.IndexFrom input{
    width: 370px;
    height: 48px;
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    margin-bottom: 10px;
    font-size: 18px;
    padding-left: 10px;
}
.IndexFrom textarea{
    width: 370px;
    height: 130px;
    font-size: 18px;
    padding-left: 10px;
    border-radius: 5px;
    border: 1px solid #bbbbbb;
}
.IndexAddress{
    float: left;
    margin-left: 30px;
    font-size: 14px;
    color: #999999;
}
.IndexAddress li{
    line-height: 30px;
}
.IndexAddress li img{
    width: 14px;
}
#submit{
    width: 96px;
    height: 48px;
    background: #e49f4d;
    border: none;
    margin-top: 10px;
    border-radius: 5px;
    color: #ffffff;
}
.weChart{
    display: block;
    margin: 40px auto;
}
.footer{
    width: 1060px;
    margin: 0 auto;
}
.footerList{
    width: 1060px;
    margin-bottom:80px;
}
.footerList:after{
    content: "";
    display: block;
    clear: both;
    height: 0;
}
.footer iframe{
    width: 100%;
    height: 252px;
}
.footerList li{
    float: left;
    margin-right: 16px;
}
.footerList li:after{
    content:"|";
    font-size: 20px;
    color: #000000;
    margin-left: 16px;
    float: left;
}
.footerList li:last-child:after{
    content: "";
}
.footerList li a{
    float: left;
    display: block;
    font-size: 20px;
    color: #000000;
}

/* about */
.AboutLeft{
    margin-top: 120px;
    width: 320px;
    height: 320px;
    float: left;
    background: url(../img/about1.png);
}
.AboutLeft img{
    display: block;
    padding-top: 50px;
    padding-left: 50px;
}
.AboutText{
    float: left;
    width:530px;
    line-height: 34px;
    font-size: 14px;
}
.AboutBottom{
    margin-top: 140px;
    margin-bottom: 200px;
}
.AboutRight{
    float: right;
    width: 300px;
    height: 300px;
    position: relative;
}
.AboutRightImg{
    position: absolute;
    top: 30px;
    left:30px;
    width: 300px;
    height: 300px;
    background: url(../img/about3.png);
}
.AboutRight img{
    display: block;
}
/* speciality */
.SpeciTitle h4{
    font-size: 24px;
    padding-left: 480px;
}
.SpeciBorder{
    width: 52px;
    height: 4px;
    background: #e49f4d;
    margin-left: 480px;
}
.SpeciTitle p{
    font-size: 22px;
    color: #555555;
    padding-left: 480px;
}
.SpeciText{
    width: 900px;
    background: #f1f2f8;
    margin-top: 20px;
    float: right;
    padding: 0 36px 44px;
    margin-bottom: 230px;
}
.SpeciText>img{
    display: block;
    margin-top: -115px;
    margin-left: -54px;
    float: left;
}
.SpeciRight{
    float: left;
    width: 415px;
    margin-left: 30px;
    margin-top: 50px;
}
.SpeciText p{
    font-size: 14px;
    line-height: 36px;
    color: #333333;
}
.newList{
    margin-bottom: 160px;
}
.newList li{
    margin-bottom: 40px;
}
.newList li img{
    float: left;
    width: 370;
    height: 158px;
    width: 280px;
    
}
.NewListRight{float: left;margin-left: 36px;margin-top: 8px;width: 530px;}
.NewListRight h2{color: #333333;}
.NewsTitle{margin-bottom: 0px;}
.NewsTitle p {float: left;position: relative;font-size: 24px;color: #999999;}
.NewsTitle p span{position: absolute;display: block;top: 30px;font-size: 14px;text-align: right;right: 0;}
.NewsTitle .dot{
    float: left;
    height: 60px;
}
.NewsTitle .dot::before{content: "";width: 8px;height: 8px;border-radius: 50%;background: #999999;display: block;float: left;margin-top: 12px;margin-right: 12px;margin-left: 14px;}
.NewsTitle h2{font-size: 20px;line-height: 30px;margin-left: 70px;}

.NewListRight>p{font-size: 14px;line-height: 34px;color: #666666;padding-left:90px;}

.DetailTop{font-size: 14px;color: #666666;margin-bottom: 56px;}
.DetailTime{font-size: 14px;color: #666666;margin-bottom: 80px;text-align: center;margin-top: 18px;}
.DetailText{font-size: 14px;line-height: 34px;color: #666666;margin-bottom: 120px;}
.TeamTitle{font-size: 16px;color: #666666;margin: 16px auto 90px;text-align: center;}
.TeamList{margin-bottom: 100px;}
.TeamList:after{content: "";display: block;height: 0;clear: both;}
.TeamList li{float: left;width: 300px;margin-right: 30px;margin-bottom: 70px;}
.TeamList li:nth-child(3n){margin: 0;}
.TeamImg{width: 300px;height: 386px;position: relative;overflow: hidden;}
.TeamImg img{width: 100%;height: 100%;}
.TeamName{font-size: 16px;line-height: 30px;color: #ffffff;position: absolute;width: 300px;text-align: center;left: -300px;top: 150px;}
.TeamOld{font-size: 16px;line-height: 30px;color: #ffffff;position: absolute;width: 300px;text-align: center;left: -300px;top: 180px;}
.TeamAddress{font-size: 16px;line-height: 30px;color: #ffffff;position: absolute;width: 300px;text-align: center;left: -300px;top: 210px;}
.TeamOpcity{background: #e49f4d;opacity: 0.3;position: absolute;bottom: -386px;left: 0;width: 300px;height: 386px;}
.TeamTxt{margin-top: 38px;font-size: 16px;color: #666666;text-align: center;line-height: 1.5;padding:0 15px;}
.erwe{display: block;margin: 50px auto 300px;border: 1px solid #e49f4d;}
.contact{width: 960px;margin:0 auto 150px;}
.contactImg{width: 500px;display:block;margin:150px auto;}
.address{float: left}
.address>p{font-size: 20px;line-height: 70px;color: #cdac77;}
.address ul li{margin-bottom: 40px;}
.address ul li img{float: left;margin-right: 8px;}
.address ul li p{float: left;font-size: 20px;}
.addressMap{float: right;width: 390px;height: 390px;margin-top: 40px;}
@media(max-width:1000px) and (min-width:300px){
    .banner{width: 970px;margin: 0 auto;}
    html,body{width: 970px;margin: 0 auto;}
}