/* 整体布局 */ body{ /*font:14px "宋体",Arial,Helvetica,sans-serif;*/ /*font-family: FZY3JW--GB1-0;*/ font-family: '思源宋体 CN Medium'; /*这里是说明调用来的字体名字*/ src: url('../../../../data/font/SourceHanSerifCN-Medium.otf'); /*这里是字体文件路径*/ color:#A1A1A1; margin:0; padding:0; /* background-image:linear-gradient(to top,#282828 0,#101010 100%); */ background: #f8f9fd; min-width: 1280px; } ul,li,p,h1,h2,h3,h4,h5,h6,dl,dd{ margin:0; padding:0; list-style:none; } .lf{float:left;} .rt{float:right;} .clear{clear:both;} img{ vertical-align:bottom; } a{ color:#9A9A96; text-decoration:none; } a:hover{ color:#D9D9D9; text-decoration:none; } /*整体布局*/ .contact{ width: 100%; /*max-height: 544px;*/ /*background: red;*/ overflow: hidden; } .contact div{ width: 100%; /*height: 544px;*/ height: auto; } .contact img{ /*width: 100%;*/ /*!*height: 388px;*!*/ /*height: 544px;*/ width: 100%; max-width: 100%; max-height: 100%; } .contact_us{ width: 80%; height: 30px; /*background: yellow;*/ margin-left: 10%; margin-top: 60px; /*font-size: 18px;*/ font-size: 24px; letter-spacing: 3px; } .company_contact{ width: 80%; height: 39px; margin: 30px auto; border-bottom: 1px solid #DDDBDB; font-family: '思源宋体 CN Medium'; /*这里是说明调用来的字体名字*/ src: url('../../../../data/font/SourceHanSerifCN-Medium.otf'); /*这里是字体文件路径*/ } .contact_text{ width: 100px; height: 38px; line-height: 35px; text-align: center; font-size: 24px; font-weight: 500; border-bottom: 2px solid #989EEF; } .company_title{ width: 80%; height: 39px; margin: 60px auto 0; border-bottom: 1px solid #DDDBDB; font-family: '思源宋体 CN Medium'; /*这里是说明调用来的字体名字*/ src: url('../../../../data/font/SourceHanSerifCN-Medium.otf'); /*这里是字体文件路径*/ } .company_title div{ width: 70px; height: 20px; line-height: 20px; text-align: center; font-size: 16px; font-weight: 500; color: #868DEC; border-left: 2px solid #868DEC; /*background: red;*/ } .company_info{ width: 80%; /*width: 70%;*/ height: auto; margin: 40px auto 0; /*background: red;*/ overflow: hidden; letter-spacing: 2px; display: flex; display: -webkit-flex; justify-content: space-between; flex-wrap:wrap; } .company_info div{ width: 42%; height: 50px; line-height: 50px; /*text-align: center;*/ border-radius: 25px; background: #fff; margin-bottom: 30px; font-size: 16px; color: #67676f; padding-left: 10px; overflow: hidden; } .custom_service{ width: 80%; height: 39px; margin: 60px auto 0; border-bottom: 1px solid #DDDBDB; font-family: '思源宋体 CN Medium'; /*这里是说明调用来的字体名字*/ src: url('../../../../data/font/SourceHanSerifCN-Medium.otf'); /*这里是字体文件路径*/ } .custom_service div{ width: 70px; height: 20px; line-height: 20px; text-align: center; font-size: 16px; font-weight: 500; color: #868DEC; border-left: 2px solid #868DEC; } .contacts{ width: 80%; height: auto; /*background: green;*/ display: flex; justify-content: space-between; margin: 30px auto 50px; flex-wrap: wrap; } .contacts_box{ width: 22%; height: auto; background: #fff; margin-bottom: 30px; } .contacts_img{ width: 80px; height: 80px; /*background: yellow;*/ border-radius: 50%; } .contacts_img img{ width: 100%; height: 100%; border-radius: 50%; } .contacts_num{ width: auto; margin-left: 10px; } .contacts_num p{ font-size: 12px; margin-bottom: 4px; }