    .header {
        width: 100%;
        height: 100px;
        box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.027);
        background: #fff;
    }
    
    .logo {
        width: 21%;
        height: 100%;
        display: flex;
        float: left;
        align-items: center;
    }
    
    .logo a img {
        display: block;
        max-width: 100% !important;
    }
    
    .logo a {
        max-width: 100%;
        display: block;
    }
    
    .logo a {
        width: 100%;
    }
    
    .navgation {
        width: 75%;
        float: right;
        align-items: center;
        justify-content: flex-end;
        display: flex;
        height: 100%;
    }
    
    .navgation ul {
        height: 100%;
        display: flex;
        align-items: center;
        text-align: right;
        align-items: center;
        justify-content: flex-end;
    }
    
    .navgation ul li>a {
        display: inline-block;
        width: 100%;
    }
    
    .navgation ul li:last-child {
        margin-right: 0;
    }
    
    .navgation ul li>a {
        position: relative;
        box-sizing: border-box;
    }
    
    .navgation ul li:last-child {
        position: relative;
    }
    
    .header {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    
    .erji {
        box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.027) inset;
    }
    
    .header {
        width: 100%;
        height: 100px;
        box-shadow: 0px 4px 2px rgba(0, 0, 0, 0.027);
        background: #fff;
    }
    
    .navgation ul li {
        height: 100%;
        line-height: 100px;
        vertical-align: middle;
        display: inline-block;
        font-size: 12px;
        margin-right: 20px;
        box-sizing: border-box;
        text-align: center;
    }
    
    .navgation ul li:last-child {
        padding-right: 12px;
        box-sizing: border-box;
        background: url(../images/yicon_12.png) no-repeat right;
    }
    
    .navgation ul li:last-child a::before {
        display: none;
    }
    
    .navgation ul li.this>a::before ,
    .navgation ul li>a:hover::before {
        opacity: 1;
    }
    
    .navgation ul li>a {
        display: block;
        width: 100%;
        height: 100%;
    }
    
    .navgation ul li>a::before {
        opacity: 0;
        content: "";
        position: absolute;
        width: 12px;
        height: 12px;
        left: 0;
        right: 0;
        bottom: 20px;
        margin: auto;
        background: url(../images/sj_17.png) no-repeat center !important;
    }
    
    .header .centerBox {
        height: 100%;
    }
    
    .menu {
        width: 60px;
        height: 100%;
        display: none;
    }
    
    .search input[type="text"] {
        width: 75%;
    }
    
    .search input[type="submit"] {
        width: 25%;
        background: url(../images/siocn_06.png) no-repeat center;
    }
    
    .search {
        margin-left: 40px;
        width: 160px;
        height: 40px;
        border: 1px solid #cccccc;
        border-radius: 5px;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    .search form input {
        height: 100%;
        border: 0px;
        color: #cccccc;
        display: block;
    }
    
    .search form {
        font-size: 0;
        height: 100%;
        display: flex;
    }
    
    .lang {
        width: 100px;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        z-index: 99;
        box-shadow: 0px 0px 2px #000000 !important;
        text-align: center;
        position: absolute;
    }
    
    .en {
        position: absolute !important;
        top: 0;
        left: 0;
        opacity: 0;
    }
    
    .navgation ul li:last-child:hover .cn {
        opacity: 0;
    }
    
    .navgation ul li:last-child:hover .en {
        opacity: 1;
    }
    
    .meng {
        display: none;
        position: fixed;
        top: 120px;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(250, 250, 250, 0.5);
        z-index: 9999;
    }
    
    .sjdh ul {
        width: 70%;
        position: absolute;
        right: 0;
        height: 100%;
        overflow: auto;
        background: #fff;
    }
    
    .sjdh ul li {
        border-bottom: 1px solid #dfdfdf;
        line-height: 50px;
        box-sizing: border-box;
    }
    
    .sjdh ul li>a {
        padding-left: 5%;
        box-sizing: border-box;
    }
    
    .cn {
        text-transform: uppercase;
    }
    
    .navgation ul li:hover .erji {
        display: block;
    }
    
    .erji {
        width: 100%;
        left: 0;
        top: 100px;
        position: absolute;
		line-height: 40px;
    }
    
    .eritem:last-child {
        margin-right: 0;
    }
    
    .eritem {
        width: 20%;
        float: left;
        margin-right: 20%;
        text-align: left;
        box-sizing: border-box;
    }
    
    .erji {
        background: #fff;
        z-index: 1000;
        display: none;
    }
    
    .eritem h6 {
        font-size: 16px;
        text-align: left;
        padding: 20px 28px;
        box-sizing: border-box;
        line-height: 16px;
        font-weight: bold;
        position: relative;
        margin-bottom: 15px;
    }
    
    .eritem dd a {
        width: 100%;
        display: block;
    }
    
    .eritem dd {
        line-height: 40px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }
    
    .eritem h6::before {
        content: "";
        left: 0;
        width: 200px;
        height: 1px;
        background-color: #000000;
        position: absolute;
        z-index: 999;
        bottom: 0;
    }
    
    .eritem dd a:hover {
        color: #0d6fb8;
        text-decoration: underline;
    }
    
    .active a::before {
        opacity: 1 !important;
    }
    
    .banner_pc  .swiper-slide img {
        display: block;
        width: 100%;
    }
    
    .banner_pc  .swiper-pagination {
        bottom: 30px !important;
    }
    
    .banner_pc  .swiper-pagination-bullet {
        width: 14px;
        height: 14px;
        opacity: 1;
        margin: 0 10px !important;
        background: #fff !important;
        position: relative;
    }
    
    .banner_pc  .swiper-pagination-bullet::before {
        content: "";
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -3px;
        right: 0;
        border-radius: 50%;
        margin: auto;
        z-index: -1;
        opacity: 0;
        background: rgba(250, 250, 250, 0.5) !important;
    }
    
    .banner_pc  .swiper-pagination-bullet-active::before {
        opacity: 1 !important;
    }
    
    .main {
        padding: 40px 0;
        box-sizing: border-box;
    }
    
    .lmactive {
        color: #fff !important;
        background: #0d6fb8 !important;
    }
    
    .lm a:hover {
        color: #fff !important;
        background: #0d6fb8 !important;
    }
    
    .lm a {
        float: left;
        background: #eeeeee;
        width: 32%;
        line-height: 60px;
        font-size: 18px;
        text-transform: uppercase !important;
        text-align: center;
        margin-right: 2%;
        display: block;
    }
    
    .lm a:last-child {
        margin-right: 0 !important;
    }
    
    .content img {
        max-width: 100%;
        margin: 0 auto;
        display: block;
    }
    .content table{
        width: 100%;
    }
    .content table tr th,
    .content table tr td{
        padding: 10px;
        font-size: 14px;
        line-height: 18px;
        border: 1px solid #999;
    }
    .content table tr th{
        text-align: center;
    }
    .content {
        padding: 40px 0;
        box-sizing: border-box;
        font-size: 18px;
        line-height: 36px;
        text-align: left;
    }
    
    .inst {
        padding: 80px 0 90px 0;
        background: #f1f1f1;
        text-align: center;
        box-sizing: border-box;
        margin-bottom: 80px;
    }
    
    .ittile {
        position: relative;
        display: block;
        font-size: 30px;
        font-weight: bold;
        text-align: center;
        padding-bottom: 18px;
        box-sizing: border-box;
        margin-bottom: 65px;
    }
    
    .ittile::before {
        content: "";
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        margin: auto;
        width: 180px;
        height: 4px;
        background: #0d6fb8;
    }
    
    .desc::before {
        content: "";
        left: 0;
        top: -50px;
        position: absolute;
        width: 47px;
        height: 47px;
        background: url(../images/icpo1_12.png) no-repeat left;
    }
    
    .desc::after {
        content: "";
        right: 0;
        bottom: -50px;
        position: absolute;
        width: 47px;
        height: 47px;
        background: url(../images/icpo1_17.png) no-repeat left;
    }
    
    .desc {
        padding: 0 60px;
        box-sizing: border-box;
        position: relative;
        font-size: 16px;
        line-height: 32px;
        text-align: center;
    }
    
    .whbox {
        display: flex;
        font-size: 0;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
        background: #e3f4ff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.27);
    }
    
    .whleft img {
        width: 100%;
        display: block;
    }
    
    .whleft {
        padding: 30px 0 30px 30px;
        box-sizing: border-box;
    }
    
    .whbox>div {
        width: 50%;
    }
    
    .whright {
        padding-left: 100px;
        box-sizing: border-box;
        font-size: 18px;
        text-align: left;
        line-height: 46px;
        font-weight: bold;
    }
    
    .wenhua {
        margin-bottom: 70px;
    }
    
    .addresslit {
        display: flex;
    }
    
    .aditem {
        width: 32%;
        padding: 35px;
        box-sizing: border-box;
        max-height: 270px;
        background: #eeeeee;
        margin-right: 2%;
        position: relative;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.27);
    }
    
    .aditem:nth-child(3n) {
        margin-right: 0 !important;
    }
    
    .lxwm .addresslit .adicon {
        width: 100px;
        height: 70px;
        background-size: 80% !important;
        margin: 0 auto 20px;
    }
    
    .lxwm .addresslit .adicon1 {
        background-size: 80% !important;
    }
    
    .aditem:nth-child(1) .adicon1 {
        background: url(../images/aaa_07.png) no-repeat center;
    }
    
    .aditem:nth-child(2) .adicon1 {
        background: url(../images/aaa_13.png) no-repeat center;
    }
    
    .aditem:nth-child(3) .adicon1 {
        background: url(../images/aaa_10.png) no-repeat center;
    }
    
    .aditem:nth-child(1) .adicon {
        background: url(../images/aicon_07.png) no-repeat center;
    }
    
    .aditem:nth-child(2) .adicon {
        background: url(../images/aicon_13.png) no-repeat center;
    }
    
    .aditem:nth-child(3) .adicon {
        background: url(../images/aicon_10.png) no-repeat center;
    }
    
    .aditem:hover h6,
    .aditem:hover div {
        color: #fff;
    }
    
    .aditem:hover .adicon {
        opacity: 0;
    }
    
    .aditem:hover .adicon1 {
        opacity: 1;
    }
    
    .aditem {
        margin-bottom: 20px;
    }
    
    .aditem:hover {
        background: #0d6fb8;
    }
    
    .adicon1 {
        position: absolute;
        top: 35px;
        opacity: 0;
        left: 0;
        right: 0;
        width: 100px;
        height: 70px;
        background: #f00;
        margin: 0 auto 20px;
    }
    
    .aditem h6 {
        font-size: 18px;
        margin-bottom: 10px;
        font-weight: bold;
        text-align: center;
    }
    
    .aditem div {
        font-size: 16px;
        line-height: 32px;
        text-align: center;
    }
    
    .maps {
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.27);
        width: 100%;
        height: 500px;
    }
    
    .map {
        height: 100% !important;
    }
    
    .lxwm {
        margin-bottom: 70px;
    }
    
    .addresslit .adicon1 {
        background-size: 100% !important;
    }
    
    .addresslit .adicon {
        background-size: 100% !important;
    }
    
    .hb {
        width: 18%;
        height: 100px;
        margin-right: 2.5%;
        border: 1px solid #eee;
        box-sizing: border-box;
        float: left;
        margin-bottom: 30px;
    }
    
    .hb:nth-child(5n) {
        margin-right: 0;
    }
    
    .hb img {
        max-width: 100%;
        display: block;
    }
    
    .hb a {
        display: flex;
        justify-content: center;
        height: 100%;
        align-items: center;
    }
    
    .zwitem {
        padding: 0 20px;
        margin-bottom: 20px;
        border-radius: 5px;
        box-sizing: border-box;
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
    }
    
    .zwitem span {
        float: right;
        font-size: 14px;
        font-weight: 100;
        margin-right: 30px;
        color: #666666;
    }
    
    .conts {
        display: none;
        font-size: 16px;
        line-height: 32px;
        text-align: left;
    }
    
    .conts a {
        width: 160px;
        height: 50px;
        background: #0f4c75;
        color: #fff;
        line-height: 50px;
        font-size: 16px;
        text-align: center;
        display: block;
    }
    
    .sq {
        padding: 20px 0 0 0;
        box-sizing: border-box;
        text-align: center;
        background: url(../images/zcion_27.png) no-repeat top center;
        max-width: 50px;
        margin: 0 auto;
        display: block;
    }
    
    .zwitem h6 {
        background: url(../images/icpon0_09.png) no-repeat right;
        line-height: 18px;
        font-size: 18px;
        padding: 20px 0;
        box-sizing: border-box;
        border-bottom: 1px solid #f4f4f4;
        box-sizing: border-box;
        font-weight: bold;
        width: 100%;
    }
    
    .zwitem .conts {
        padding: 20px 0;
        box-sizing: border-box;
    }
    
    #pages {
        text-align: -webkit-center;
        font-size: 14px;
        height: 30px;
        margin: 30px auto 0;
        color: #000;
    }
    
    #pages a {
        margin: 0 5px;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        background: #fff;
        border: 1px solid #e3e3e3;
        text-align: center;
        color: #000;
        padding: 0 10px;
    }
    
    #pages a.a1 {
        padding: 0 10px;
    }
    
    #pages a:hover {
        background: #0f4c75;
        color: #fff;
        border: 1px solid #0f4c75;
        text-decoration: none
    }
    
    #pages .thispage {
        margin: 0 5px;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        background: #0f4c75;
        border: 1px solid #0f4c75;
        color: #fff;
        text-align: center;
        padding: 0 10px;
    }
    
    .page .noPage {
        display: inline-block;
        width: 48px;
        height: 30px;
        line-height: 30px;
        border: 1px solid #e3e3e3;
        text-align: center;
        color: #a4a4a4;
    }
    
    .newsnr {
        float: right;
        width: 79%;
    }
    
    .ms {
        box-sizing: border-box;
        overflow: hidden;
        font-size: 12px;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    
    .msnr {
        box-sizing: border-box;
        overflow: hidden;
        font-size: 12px;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    
    .newsasd {
        float: left;
        width: 20%;
    }
    
    .newsasd img {
        float: left;
        width: 100%;
        display: block;
    }
    
    .newsnr {
        padding: 10px 0;
        box-sizing: border-box;
    }
    
    .newsnr h6 {
        font-size: 16px;
        margin-bottom: 10px;
        font-weight: bold;
        text-align: left;
    }
    
    .msnr {
        margin-bottom: 10px;
    }
    
    .newitem {
        padding: 20px 0;
        box-sizing: border-box;
        border-bottom: 1px solid #f4f4f4;
    }
    
    .newsnr span {
        font-size: 14px;
        padding-right: 30px;
        line-height: 25px;
        box-sizing: border-box;
        background: url(../images/icpon0_09.png) no-repeat right top;
        color: #666666;
        background-size: 15px !important;
    }
    
    .msnr {
        font-size: 14px;
        line-height: 28px;
        text-align: left;
    }
    
    .lmlist {
        font-size: 14px;
        margin-bottom: 40px;
        color: #999999;
    }
.lmlist a:nth-child(3),
.lmlist a:nth-child(4){
	display: none;
}
    .scontent h6 {
        font-size: 18px;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
        text-overflow: ellipsis;
        margin-bottom: 10px;
    }
    
    .scontent P {
        text-align: center;
        font-size: 14px;
        padding-bottom: 30px;
        box-sizing: border-box;
        border-bottom: 1px solid #f4f4f4;
    }
    
    .nr {
        padding: 30px 0;
        box-sizing: border-box;
        font-size: 14px;
        line-height: 29px;
        text-align: left;
    }
    
    .nr img {
        width: 100%;
        margin: 0 auto;
        display: block;
    }
    
    .gsjy .centerBox>div {
        width: 50%;
        float: left;
    }
    
    .gsjy {
        padding: 70px 0;
        position: relative;
        box-sizing: border-box;
    }
    
    .gsjy::before {
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 83%;
        background: #f8f8f8;
        position: absolute;
        z-index: -1;
    }
    
    .gsleft img {
        width: 100%;
    }
    
    .gsright {
        width: 50%;
        padding-left: 40px;
        box-sizing: border-box;
    }
    
    .gsright h6 {
        font-size: 36px;
        text-align: left;
        font-weight: bold;
    }
    
/*
    .gsright p {
        font-size: 16px;
        border-bottom: 2px solid #0071bc;
        margin: 10px 0 0 0;
        padding-bottom: 15px;
        color: #0071bc;
        text-transform: uppercase;
        box-sizing: border-box;
    }
*/
    
    .gdsms {
        padding: 30px 0;
        box-sizing: border-box;
        line-height: 32px;
        font-size: 16px;
    }
    
    .more {
        width: 153px;
        line-height: 60px;
        color: #fff;
        text-align: center;
        height: 63px;
        display: block;
        background: url(../images/pica_17.png) no-repeat center;
        background-size: 100%;
    }
    
    .ktitle h6 {
        color: #333;
        position: relative;
        font-size: 36px;
        text-align: center;
        font-weight: bold;
        padding: 6px 0;
        box-sizing: border-box;
    }
    
    .ktitle h6::before {
        content: "";
        left: 0;
        width: 240px;
        height: 2px;
        background: #0071bc;
        bottom: 0;
        right: 0;
        margin: auto;
        position: absolute;
    }
    
    .ktitle p {
        font-size: 14px;
        margin-bottom: 40px;
        text-transform: uppercase;
        letter-spacing: 1px;
        text-align: center;
    }
    
    .cplist {
        display: flex;
    }
    
    .cplist>div {
        width: 32%;
        margin-right: 2%;
    }
    
    .cplist>div:last-child {
        margin-right: 0;
    }
    
    .cpitem {
        position: relative;
    }
    
    .cpitem img {
        width: 100%;
        display: block;
		opacity: 0;
    }
    
    .cpasd {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        display: flex;
        opacity: 1;
        justify-content: center;
        align-items: center;
        z-index: 99;
        background: #0071bc;
    }
    
    .cpasd h6 {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        text-align: center;
    }
    
    .cpicon {
        width: 160px;
        height: 150px;
        background: #000;
        margin: 0 auto;
        background-size: 100% !important;
    }
    
   
    
    .cpitem:first-of-type .cpicon {
        background: url(../images/syicon_29.png) no-repeat center;
    }
    
    .cpitem:nth-of-type(2) .cpicon {
        background: url(../images/syicon_26.png) no-repeat center;
    }
    
    .cpitem:nth-of-type(3) .cpicon {
        background: url(../images/syicon1_23.png) no-repeat center;
    }
    
    .cplb {
        margin-bottom: 83px;
    }
    
    .xwlist {
        display: flex;
    }
    
    .xwlist>div {
        width: 49%;
        margin-right: 2%;
    }
    
     :last-child {
        margin-right: 0;
    }
    
    .xwzuo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
    
    .xwtp {
        height: 300px;
        margin-bottom: 15px;
    }
    
    .xwzuo h6 {
        font-weight: bold;
        font-size: 18px;
    }
    
    .xwzuo span {
        float: right;
        font-size: 14px;
        color: #999;
        font-weight: 100;
    }
    
    .ms {
        font-size: 14px;
        color: #666666;
        margin: 10px 0;
        text-align: left;
        line-height: 24px;
    }
    
    .xwyou .xwitem {
        position: relative;
    }
    
    .xwyou .xwitem h6 {
        font-size: 18px;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.4);
        left: 0;
        width: 100%;
        line-height: 50px;
        font-weight: bold;
        color: #fff;
        padding: 0 10px;
        box-sizing: border-box;
        text-align: left;
        position: absolute;
    }
    
    .xwyou .xwitem img {
        display: block;
        width: 100%;
        max-height: 180px;
		object-fit: cover;
    }
    
    .xitem li {
        line-height: 56px;
        border-bottom: 1px solid #f4f4f4 !important;
        box-sizing: border-box;
    }
    
    .xitem li:hover strong {
        display: inline-block;
    }
    
    .xitem li:hover h6 {
        color: #0071bc;
    }
    
    .xitem span {
        float: right;
        color: #999999;
        font-weight: 100;
        font-size: 14px;
    }
    
    .xitem h6 {
        float: left;
        width: 70%;
        font-size: 16px;
        font-weight: bold;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }
    
    .xitem li strong {
        display: none;
        margin-left: 21px;
        color: #0071bc;
    }
    
    .xwitem span {
        color: #fff;
        font-weight: 100;
        font-size: 14px;
        float: right;
    }
    
    .xwitem p {
        width: 70%;
        font-size: 16px;
        font-weight: bold;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        float: left;
    }
    
    .xwzuo p {
        width: 70%;
        font-size: 16px;
        font-weight: bold;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        float: left;
    }
    
    .xwzuo h6:hover p {
        color: #0071bc;
    }
    
    .xwzuo span {
        color: #999;
        font-weight: 100;
        font-size: 14px;
        float: right;
    }
    
    .xwlb {
        padding-bottom: 90px;
        box-sizing: border-box;
    }
    
    .xwlb .more {
        margin: 0 auto;
    }
    
    .footer {
        padding: 30px 0;
        box-sizing: border-box;
        background-color: #0071bc;
    }
    
    .fleft {
        width: 24%;
        float: left;
        height: 140px;
        border-right: 2px solid #fff;
        box-sizing: border-box;
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }
    
    .flright ul li {
        display: inline-block;
        color: #fff;
    }
    
    .flright {
        width: 76%;
        float: left;
        padding-left: 50px;
        box-sizing: border-box;
    }
    
    .fnav ul li:last-child {
        margin-right: 0;
    }
    
    .fnav {
        float: left;
        margin-bottom: 35px;
		font-size: 12px;
    }
    
    .fnav ul li {
        margin-right: 20px;
    }
    
    .fleft a {
        width: 100%;
        display: block;
    }
    
    .ewm img {
        width: 100%;
        margin-bottom: 10px;
        display: block;
    }
    
    .ewm {
        width: 120px;
        float: right;
        text-align: center;
        margin-left: 20px;
    }
    
    .ewm span {
        font-size: 14px;
        color: #fff;
        text-align: center;
        display: block;
    }
    
    .tel {
        font-size: 18px;
        font-weight: bold;
        color: #fff;
        margin: 27px 0;
        text-align: left;
        line-height: 40px;
        background: url(../images/icons_03.png) no-repeat left;
        padding-left: 50px;
        box-sizing: border-box;
    }
    
    .copyRight {
        font-size: 14px;
        color: #fff;
        text-align: left;
    }
    
    .fleft img {
        max-width: 100%;
        display: block;
    }
    
    .bq {
        display: none;
    }
    
    .content img,
    inst img {
        max-width: 100% !important;
        display: block;
        margin: 0 auto !important;
    }
    
.contact form{
	margin-top: 56px;
}
.contact form ul{
	font-size: 0;
}
.contact form ul li{
	display: inline-block;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 30px;
	position: relative;
}
.contact form ul li img{
	position: absolute;
	right: 1px;
	top: 1px;
	padding: 4px 0;
}
.contact form ul li:nth-child(4n){
	margin-right: 0;
}
.contact form ul li input{
	border: none;
	padding: 10px 0;
	box-sizing: border-box;
	font-size: 16px;
	color: #d2d2d2;
	border: 1px solid #b9b9b9;
	padding-left: 10px;
	width: 100%;
}
.contact form textarea{
	height: 100px;
	width: 100%;  
	font-size: 16px;
	color: #d2d2d2;
	border: 1px solid #b9b9b9;
	padding: 10px 0 0 10px;
	box-sizing: border-box;
	margin-bottom: 50px;
	resize: none;
}
.contact form .send{
	display: block;
	margin: auto;
	width: 180px;
	line-height: 45px;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	background: #0071bc;
	border: none;
}
    