html,body,div,object,iframe,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,blockquote,pre,fieldset,form,label,legend,button,input,textarea,table,caption,tbody,tfoot,thead,tr,th,td,a,abbr,address,acronym,cite,code,del,dfn,em,img,ins,kbd,q,span,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,section,article,aside,header,footer,nav,menu,hgroup,dialog,details,summary,figure,figcaption,canvas,embed,output,ruby,time,mark,audio,video {
    margin:0;
    padding:0;
    box-sizing: border-box;
}
html {
color:#333;
background:#fff;
}
body {
line-height:1;
}
section,article,aside,header,footer,nav,menu,hgroup,dialog,details,figure,figcaption {
display:block;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
ul,ol,li {
list-style:none;
}
table {
border-collapse:collapse;
border-spacing:0;
}
caption,th {
text-align:left;
}
fieldset,img {
border:0;
}
legend {
color:#333;
}
input,textarea,select {
font-family:inherit;
font-weight:inherit;
font-size:inherit;
color: #fff;
}
input,textarea,select {
*font-size:100%;
}
legend {
color:#333;
}
address,caption,cite,code,dfn,em,th,var {
font-style:normal;
font-weight:normal;
}
blockquote:before,blockquote:after,q:before,q:after {
content:'';
}
sup {
vertical-align:text-top;
}
sub {
vertical-align:text-bottom;
}
a:link,a:visited {
text-decoration:none;
}
a:hover,a:active,a:focus {
text-decoration:none;
outline:0;
}
.clearfix {
*zoom:1;
}
.clearfix:after {
visibility:hidden;
display:block;
font-size:0;
content:".";
clear:both;
height:0;
}
.ts{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.ts2{
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;

}
.wone{ 
    width: 100%; 
}
.wtow{ 
    width: 1200px; 
    margin: 0 auto; 
}

.head{ 
    height: 106px;  
    display: flex; 
    position: relative;
}
.head ul{
    display: flex; 
    line-height: 106px; 
    padding-left: 200px; 
}
.head ul li{ 
    padding: 0 20px; 
    font-size: 16px; 
    color: #777777; 
    font-weight: 600; 
}
.head ul li a{
    color: #777777; 
 }
.head .right{ 
    position: absolute; 
    right: 0; top: 50%;  
    margin-top: -16px;
}
.head .right div{ 
    display: inline-block; 
    margin: 0 10px; 
}

/* banner开始 */
.banner{
    width: 100%;
    height: 520px;
    background: url(../img3/bj.jpg);
    background-size: 100% 100%;
    position: relative;
}
.banner span{
    height: 42px;
    width: 252px;
    color: white;
    font-size: 42px;
    font-weight: bolder;
    position: absolute;
    left: 45%;
    top: 50%;
}
/* 介绍开始 */
.about{
    width: 938px;
    height: 2064px;
    /* border: 1px solid red; */
    margin: 0 auto;
    margin-top: 66px;
}
.xian{
    height: 25px;
    width: 5px;
    background-color:#00a88c ;
    float: left;
    margin-right: 10px;
}
/* .text1{
    height: 290px;
    width: 100%;
    background-color: rgb(138, 198, 226);
} */
.about h3{
    font-size: 22px;
    font-weight: bolder;
    color: #00a88c;
    float: left;
    margin-top: 2px;
}
.about p{
    float: left;
    width: 100%;
    /* width: 100%;
    height: 236px; */
    /* border: 1px solid blue; */
    margin-top: 30px;
    font-size: 16px;
    color: #666666;
    letter-spacing: 0.4px;
    line-height: 23px;
    margin-bottom: 54px;
}

#input{ height: 40px; width: 1160px; margin: 50px 0;}
.foot-list{ width: 100%; display: flex; margin-top: 5px;}
.foot-list .box{ width: 900px; display: flex;}
.foot-list .box ul{ width: 20%; }
.foot-list .box ul li:first-child{ font-size: 18px; color: #696969; margin-bottom: 15px;}
.foot-list .box ul li{ font-size: 15px; line-height: 25px;  color: #666666; cursor: pointer;}
.b{ background: url(../images/social_icon_32x32.png)no-repeat;}




.foot-list .right{ width: 300px; }
.foot-list .right img{display: block; margin: 0 auto 15px;}
.foot-list .right .list{ display: flex; align-content: center; justify-content: center;  }
.foot-list .right .list .item{ height: 32px; width: 32px; margin: 0 5px; background-position: -32px -96px;}
.foot-list .right .list .item1{ background-position: 0px -96px;}
.foot-list .right .list .item2{background-position: -160px -96px;}
.foot-list .right .list .item3{background-position: -128px -96px;}

.foot{ text-align: center; margin-top: 30px; padding: 30px 0; border-top: 1px solid #f7f9fa; }
.foot p{ font-size: 14px; color: #9e9e9e; height: 30px; line-height: 30px;}
.foot span{ font-size: 14px; color: #22c6d8;}