@charset "utf-8";

/* CSS Document */


/*------------------------全局--------------------*/

html {
    height: 100%;
}

body {
    min-width: 1180px;
    margin: 0px;
    padding: 0;
    height: 100%;
    font-size: 1em;
    color: #333;
    font-family: "微软雅黑", "宋体", Arial, Verdana;
    background-color: #fff;
    /*	background: -moz-linear-gradient(0% 100% 90deg, #f4ad00, #fee600);
	background: -webkit-gradient(linear, left top, left bottom, from(#fee600), to(#f4ad00))*/
}

img,
form,
ul,
li,
p {
    margin: 0px;
    padding: 0px;
    border: 0px;
}

img {
    -ms-interpolation-mode: bicubic;
}


/* ~~ 元素/标签选择器 ~~ */

ul,
li,
ol,
dl {
    /* 由于浏览器之间的差异，最佳做法是在列表中将填充和边距都设置为零。为了保持一致，您可以在此处指定需要的数值，也可以在列表所包含的列表项（LI、DT 和 DD）中指定需要的数值。请注意，除非编写一个更为具体的选择器，否则您在此处进行的设置将会层叠到 .nav 列表。 */
    padding: 0;
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin-top: 0;
    /* 删除上边距可以解决边距会超出其包含的 div 的问题。剩余的下边距可以使 div 与后面的任何元素保持一定距离。 */
    padding-right: 0px;
    padding-left: 0px;
    /* 向 div 内的元素侧边（而不是 div 自身）添加填充可避免使用任何方框模型数学。此外，也可将具有侧边填充的嵌套 div 用作替代方法。 */
}

a img {
    /* 此选择器将删除某些浏览器中显示在图像周围的默认蓝色边框（当该图像包含在链接中时） */
    border: none;
}

ul,
li,
ol,
dl,
dt,
dd {
    margin: 0;
    padding: 0;
    list-style: none
}


/*html5*/

article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
    display: block
}


/*classes*/

.f_left {
    float: left;
}

.f_right {
    float: right;
}

.t_left {
    text-align: left;
}

.t_center {
    text-align: center;
}

.t_right {
    text-align: right;
}

.block {
    display: block;
}

.none {
    display: none;
}

.clear {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
}

.clear_5 {
    clear: both;
    line-height: 5px;
    height: 5px;
    font-size: 1px;
}

.clear_10 {
    clear: both;
    line-height: 10px;
    height: 10px;
    font-size: 1px;
}

.clear_40 {
    clear: both;
    line-height: 40px;
    height: 40px;
    font-size: 1px;
}

.clear_60 {
    clear: both;
    line-height: 60px;
    height: 60px;
    font-size: 1px;
}

.clear_80 {
    clear: both;
    line-height: 80px;
    height: 80px;
    font-size: 1px;
}


/* .clearfloat {
    clear: both;
    height: 0;
    font-size: 1px;
    line-height: 0px;
} */

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}


/* IE6 */

*:first-child+html .clearfix {
    zoom: 1;
}


/* IE7 */

.font12 {
    font-size: 12px;
}

.font14 {
    font-size: 14px;
}

.h1 {
    font-size: 1.5em;
}

.h2 {
    font-size: 1.25em;
}

.h3 {
    font-size: 1.0em;
}

.h4 {
    font-size: 0.875em;
}

.gotop {
    display: none;
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 20px;
    cursor: pointer;
    position: fixed;
    background: url(../images/gotop.png) no-repeat 0 0;
    z-index: 999;
}

.gotop:hover {
    background-position: -50px 0;
}

.main {
    width: 1180px;
    margin: 0 auto;
}

.read_more {
    background: url(../img/read_more.png) no-repeat left top;
    display: inline-block;
    width: 97px;
    height: 17px;
    cursor: pointer;
}

.link_more {
    width: 220px;
    height: 50px;
    display: inline-block;
    background-color: #007ddb;
    font-size: 18px;
    color: #fff;
    line-height: 50px;
    cursor: pointer;
    text-decoration: none
}

.home {
    max-width: 1920px;
    margin: 0 auto;
}

.banner {
    height: 910px;
    background-position: center center;
    background-repeat: no-repeat;
}

.home_title {
    text-align: center;
    color: #000612;
}

.home_title .big {
    font-size: 40px;
    line-height: 150%;
    text-transform: uppercase;
}

.home_title .small {
    font-size: 18px;
    line-height: 150%;
    font-weight: bold;
}


/*头部*/

.home .header {
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: #b8e6ff;
    background-color: rgba(184, 230, 255, 0.6);
}

.head_top {
    height: 100px;
    position: relative;
}

.head_top .logo {
    /* width: 320px; */
    height: 62px;
    margin: 20px 0 0 0;
    background: url(../images/logo.png) no-repeat top left;
    cursor: pointer;
}

.menu_bg {}

.menu_out {
    height: 95px;
    margin-top: ;
}

.menu_in {
    width: ;
    float: left;
    display: inline-block;
    margin-top: 5px;
}

.menu_in span {
    display: inline-block;
    line-height: ;
    width: 16.5%;
    min-width: 110px;
    float: left;
    text-align: center;
}

.menu_in span>a {
    height: 95px;
    line-height: 95px;
    padding: ;
}

.menu_in span>a:hover,
.menu_in span>a.on {
    background: url(../images/menu_active.png) no-repeat center bottom;
    color: #000612;
}

.menu_in a {
    text-decoration: none;
    font-size: 16px;
    color: #000612;
    display: block;
    height: 35px;
    line-height: 35px;
}

.menu_in div {
    z-index: 10;
}

.menu_in div a {
    background-color: #b8e6ff;
    background-color: rgba(184, 230, 255, 0.7);
    margin-top: 2px;
}

.menu_in div a:hover {
    color: #000000;
}


/*首页横幅*/

.home_banner {
    width: 100%;
    height: ;
    font-size: 14px;
    position: relative;
    margin-top: ;
    overflow: hidden;
}

.home_banner a.control {
    position: absolute;
    display: block;
    top: 57%;
    margin-top: -25px;
    width: 49px;
    height: 49px;
    cursor: pointer;
    z-index: 2;
}

.home_banner a.prev {
    left: 20px;
    background-position: 0 0;
    background: url(../images/shutter_prevBtn.png) no-repeat
}

.home_banner a.next {
    right: 20px;
    background-position: -49px 0;
    background: url(../images/shutter_nextBtn.png) no-repeat
}

.home_banner a.prev:hover {
    background-position: 0 -49px;
}

.home_banner a.next:hover {
    background-position: 0px -49px;
}

.home_banner div.desc,
.home_banner div.bg {
    display: none;
}

#banner_cas {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
}


/*首页新闻*/

.home_news {
    padding: 120px 0 100px 0;
}

.home_news .block {
    width: 30%;
    overflow: hidden;
    display: inline-block;
    float: left;
    margin-right: 4%;
}

.home_news .block:last-child {
    margin-right: 0;
}

.home_news .img {
    width: 370px;
    height: 248px;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

.home_news .img img {
    width: 370px;
    position: absolute;
    top: 0;
    left: 0
}

.home_news .img img.imgb {
    z-index: 1
}

.home_news .img img.imgf {
    z-index: 2;
    display: none
}

.home_news .date {
    color: #555;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
    margin: 15px auto;
    padding-left: 30px;
    background: url(../img/clock.png) no-repeat left center;
}

.home_news .title {
    color: #252528;
    font-size: 18px;
    line-height: 28px;
    height: 28px;
    margin: 10px auto;
    overflow: hidden;
    font-weight: bold;
    hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 354px
}

.home_news .block:hover .title {
    color: #007ddb;
}

.home_news .text {
    color: #555;
    font-size: 14px;
    line-height: 180%;
    margin: 20px auto;
    text-overflow: ellipsis;
    height: 75px;
    overflow: hidden
}

.home_news .more {
    margin: 10px auto;
}


/*首页公司简介*/

.home_about {
    height: ;
    background: url(../images/home_21.jpg) no-repeat center top;
    position: ;
}

.home_about .box_out {
    background-color: #e7f1fb;
    background-color: rgba(231, 241, 251, 0.9);
    width: 55%;
    margin-bottom: 80px;
}

.home_about .box_in {
    padding: 80px 70px 80px 20px;
    margin-left: 360px;
    min-height: 450px;
}

.home_about .title {
    font-size: 26px;
    color: #252528;
    font-weight: bold;
    padding-bottom: 20px;
    border-bottom: solid 2px #0876c3;
    border-image: -webkit-linear-gradient(0deg, #1592d7, #0e53a7) 30 30;
    border-image: -moz-linear-gradient(0deg, #1592d7, #0e53a7) 30 30;
    border-image: -ms-linear-gradient(0deg, #1592d7, #0e53a7) 30 30;
    border-image: -o-linear-gradient(0deg, #1592d7, #0e53a7) 30 30;
}

.home_about .text {
    margin: 40px 0;
    font-size: 14px;
    color: #555;
    line-height: 200%;
    max-height: 360px;
    overflow: hidden;
}

.home_about .text p {
    text-indent: 28px;
}


/*广告条*/

.home_ad {
    background: url(../images/home_22.jpg) no-repeat center center;
    height: 220px;
}


/*首页业务板块*/

.home_business {
    padding: 120px 0 100px 0;
    text-align: center;
}

.home_business .block {
    width: 30%;
    display: inline-block;
    float: left;
    margin-right: 4%;
}

.home_business .block:last-child {
    margin-right: 0;
}

.home_business .img span {
    width: 130px;
    height: 130px;
    display: inline-block;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-image: url(../images/home_business.png);
}

.hb_img_1 {
    background-position: 0 0;
}

.hb_img_2 {
    background-position: -130px 0;
}

.hb_img_3 {
    background-position: -260px 0;
}

.home_business .block:hover .hb_img_1 {
    background-position: 0 -130px;
}

.home_business .block:hover .hb_img_2 {
    background-position: -130px -130px;
}

.home_business .block:hover .hb_img_3 {
    background-position: -260px -130px;
}

.home_business .title {
    color: #007ddb;
    font-size: 20px;
    font-weight: bold;
    margin: 20px auto;
}

.home_business .text {
    color: #555;
    font-size: 14px;
    line-height: 180%;
    margin: 20px auto;
    height: 75px;
    overflow: hidden
}

.home_business .more {
    margin: 10px auto;
}


/*首页友情链接*/


/*
.home_links{padding:100px 0 0px 0; background: url(../images/home_34.jpg) no-repeat top center;}
.home_links .links{padding: 60px 0; font-size:0;}
.home_links a{color: #fff; font-size: 18px; text-decoration: none; width: 24%; display: inline-block; line-height: 250%; text-align: center; margin:5px 0.3%; border:1px solid transparent;}
.home_links a:hover{color: ; border:1px solid #fff;}
*/

.home_links {
    padding: 70px 0 40px 0;
    background: #111621;
}

.home_links_in {
    position: relative;
}

.hl_title {
    position: absolute;
    color: #cccccc;
    font-size: 16px;
}

.hl_list {
    padding-left: 140px;
}

.hl_list li {
    font-size: 12px;
    width: 19.5%;
    display: inline-block;
    line-height: 200%;
    margin-bottom: 20px;
}

.hl_list a {
    color: #777;
    text-decoration: none;
}

.hl_list a:hover {
    color: #fff;
    text-decoration: ;
}


/*首页联系我们*/

.home_contact {
    margin: 30px 0 0px 0;
    position: relative;
}

.home_contact .map {
    background: url(../images/home_map.gif) no-repeat center center;
    height: 522px;
}

.home_contact .map_contact {
    /*background: url(../images/contact.png) no-repeat center center;*/
    background-color: #0082c8;
    background-color: rgba(0, 130, 200, 0.9);
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    z-index: 1;
}

.news {
    background: url(../images/newbanner.jpg) no-repeat top center;
    min-height: 446px;
}

.news.culture {
    background-image: url(../images/newbanner2.jpg)
}

.news.join {
    background-image: url(../images/newbanner3.jpg)
}

.news.segment {
    background-image: url(../images/newbanner5.jpg)
}

.news .newsc {
    width: 1180px;
    margin: 0 auto;
    padding-top: 110px
}

.news .newsc .news_t {
    background: url(../images/news_t.png);
    width: 180px;
    height: 180px;
    font-size: 26px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 40px
}

.news .newsc .news_t span {
    padding: 70px 0 0 20px;
    display: block
}

.news .newsc .news_li,
.news .newsc .join_li {
    background: #FFF;
    padding: 45px 38px;
    min-height: 300px
}

.news .newsc .news_li ol {
    border-bottom: 2px solid #0082c8
}

.news .newsc .news_li ol a {
    float: left;
    display: inline;
    width: 135px;
    height: 49px;
    border: 1px solid #cfcfcf;
    border-bottom: 0px;
    text-align: center;
    line-height: 49px;
    color: #000612;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    margin-right: 10px;
    position: relative
}

.news .newsc .news_li ol a.on {
    background: #0082c8;
    border-color: #0082c8;
    color: #fff
}

.news .newsc .news_li ol a.on i {
    position: absolute;
    background: url(../images/jiao.png);
    width: 20px;
    height: 8px;
    bottom: -10px;
    left: 58px
}

.news .newsc .news_li li {
    padding: 35px 0;
    border-bottom: 1px solid #cccccc
}

.news .newsc .news_li li .img {
    float: left;
    display: inline;
    width: 263px;
    height: 177px;
    overflow: hidden
}

.news .newsc .news_li li .img img {
    width: 263px;
}

.news .newsc .news_li li .newsli_r {
    float: right;
    display: inline;
    width: 820px
}

.news .newsc .news_li li .newsli_r .datetime {
    background: url(../images/time.png) no-repeat left center;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    color: #555555
}

.news .newsc .news_li li .newsli_r .datetime a {
    height: 20px;
    width: 97px;
    background: url(../images/more.png) no-repeat;
    float: right;
    display: inline
}

.news .newsc .news_li li .newsli_r .title {
    font-size: 18px;
    font-weight: bold;
    padding: 30px 0 10px 0;
    width: 660px
}

.news .newsc .news_li li .newsli_r .title a {
    color: #000612;
    text-decoration: none
}

.news .newsc .news_li li .newsli_r .title a:hover {
    color: #0082c8
}

.news .newsc .news_li li .newsli_r .dis {
    color: #555555;
    font-size: 14px;
    line-height: 30px;
    width: 660px;
    height: 90px;
    overflow: hidden
}

.news .newsc .news_d {
    background: #FFF;
    padding: 45px 38px;
    min-height: 900px
}

.news .newsc .news_d .datetime {
    background: url(../images/time.png) no-repeat left center;
    padding-left: 30px;
    line-height: 20px;
    font-size: 14px;
    color: #555555
}

.news .newsc .news_d .title {
    color: #000612;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 0;
    margin-top: 20px;
    border-bottom: 1px solid #cccccc
}

.news .newsc .news_d .dis {
    margin: 30px 0;
    line-height: 30px;
    color: #555555;
    font-size: 16px
}

.news .newsc .join_li {}

.news .newsc .join_li ul {}

.news .newsc .join_li ul ol {
    font-size: 0;
    border-bottom: 2px solid #0082c8
}

.news .newsc .join_li ul ol span,
.news .newsc .join_li ul li span {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    font-size: 16px;
    color: #000612;
    font-weight: bold;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    padding: 0 15px
}

.news .newsc .join_li ul li dl dt {
    border-bottom: 1px solid #cccccc
}

.news .newsc .join_li ul li span {
    height: 66px;
    line-height: 66px;
    font-size: 14px;
    color: #000612;
    font-weight: normal
}

.news .newsc .join_li ul .a1 {
    width: 390px
}

.news .newsc .join_li ul .a2 {
    width: 198px
}

.news .newsc .join_li ul .a3 {
    width: 198px
}

.news .newsc .join_li ul .a4 {
    width: 198px
}

.news .newsc .join_li ul .a4 i {
    float: right;
    background: url(../images/jiao1.png);
    width: 19px;
    height: 11px;
    margin: 28px 0 0 0
}

.news .newsc .join_li .jobhead {
    border-bottom: 1px solid #cccccc;
    position: relative
}

.news .newsc .join_li dt {
    cursor: pointer
}

.news .newsc .join_li dd {
    padding: 60px 0;
    display: none;
    border-bottom: 1px solid #cccccc
}

.news .newsc .join_li .jobhead .join_btn {
    position: absolute;
    bottom: 30px;
    right: 0px;
    width: 138px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 18px;
    background: #0082c8;
    text-align: center;
    text-decoration: none
}

.news .newsc .join_li .jobhead .datetime {
    font-size: 14px;
    color: #9f9f9f
}

.news .newsc .join_li .jobhead .title {
    padding: 25px 0;
    color: #000612;
    font-size: 24px;
    font-weight: bold
}

.news .newsc .join_li .jobhead .cash {
    font-size: 16px;
    color: #0082c8
}

.news .newsc .join_li .jobhead .dis {
    font-size: 14px;
    color: #555555;
    padding: 25px 0
}

.news .newsc .join_li .jobdis {
    padding: 80px 0;
    font-size: 14px;
    color: #555555;
    line-height: 30px
}

.news .newsc .join_li ul li.on {}

.news .newsc .join_li ul li.on dl dt {
    background-color: #0082c8
}

.news .newsc .join_li ul li.on .a4 i {
    background-image: url(../images/jiao2.png);
}

.news .newsc .join_li ul li.on dl dt span {
    font-weight: bold;
    color: #fff
}

.news .newsc .join_li ul li.on dl dd {
    display: block;
}

.copmayabout {
    background: url(../images/newbanner4.jpg) no-repeat center;
    height: 1222px;
    min-width: 1180px
}

.copmayabout .copmayaboutc {
    width: 1180px;
    position: relative;
    margin: 0 auto
}

.copmayabout .copmayaboutc .copmaytext {
    position: absolute;
    top: 590px;
    left: 610px;
    width: 580px;
    height: 280px;
    line-height: 30px;
    color: #555555;
    font-size: 14px;
    overflow: auto
}

.contact {
    padding: 135px 0 80px 0
}

.contact ul {
    width: 1180px;
    margin: 0 auto
}

.contact ul ol {
    text-align: center;
    margin-bottom: 75px
}

.contact ul ol div {
    font-size: 40px;
    color: #000612
}

.contact ul ol span {
    font-size: 18px;
    color: #000612;
}

.contact ul li {
    padding: 0 75px;
    width: 243px;
    float: left;
    display: inline
}

.contact ul li span {
    background: url(../images/ico1.png) no-repeat;
    width: 45px;
    height: 50px;
    float: left;
    float: left;
    display: inline
}

.contact ul li.a1 span {
    background-image: url(../images/ico1.png)
}

.contact ul li.a2 span {
    background-image: url(../images/ico2.png)
}

.contact ul li.a3 span {
    background-image: url(../images/ico3.png)
}

.contact ul li dl {
    float: right;
    width: 178px
}

.contact ul li dl dt {
    color: #0082c8;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    margin-bottom: 10px
}

.contact ul li dl dd {
    font-size: 14px;
    color: #000612;
    line-height: 30px;
    margin-bottom: 20px
}

.home_contact .contact {
    padding-top: 80px
}

.home_contact .contact ul li dl dt {
    color: #000612;
    font-weight: bold
}

.home_contact .contact ul li dl dd {
    color: #FFF
}

.home_contact .contact ul li.a1 span {
    background-image: url(../images/ico1_2.png)
}

.home_contact .contact ul li.a2 span {
    background-image: url(../images/ico2_2.png)
}

.home_contact .contact ul li.a3 span {
    background-image: url(../images/ico3_2.png)
}

.segment_li {
    width: 1180px;
    margin: 80px auto
}

.segment_li dt,
.segment_li dd {
    float: left;
    display: inline;
    width: 590px;
    height: 500px;
    background: center no-repeat;
    overflow: hidden
}

.segment_li .title {
    font-size: 20px;
    color: #000612;
    font-weight: bold;
    margin: 220px 0 30px
}

.segment_li .dis {
    font-size: 14px;
    color: #555555;
    line-height: 30px
}

.segment_li .li_1 dd {
    background: url(../images/segmentico1.jpg) no-repeat 76px 80px
}

.segment_li .li_1 dt {
    background-image: url(../images/segment1.jpg)
}

.segment_li .li_1 .title,
.segment_li .li_1 .dis {
    padding: 0 20px 0 76px
}

.segment_li .li_2 dt {
    background: url(../images/segmentico2.jpg) no-repeat 0 80px
}

.segment_li .li_2 dd {
    background-image: url(../images/segment2.jpg)
}

.segment_li .li_2 .title,
.segment_li .li_2 .dis {
    padding: 0 76px 0 0
}

.segment_li .li_3 dd {
    background: url(../images/segmentico3.jpg) no-repeat 76px 80px
}

.segment_li .li_3 dt {
    background-image: url(../images/segment3.jpg)
}

.segment_li .li_3 .title,
.segment_li .li_3 .dis {
    padding: 0 20px 0 76px
}

.page {
    text-align: center
}

.page .pagelist {
    width: 800px;
    display: inline-block;
    _display: inline;
    _zoom: 1;
    font-size: 0
}

.page .pagelist li {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 34px;
    height: 34px;
    font-size: 16px;
    border: 1px solid #cccccc;
    line-height: 34px;
    margin: 0 3px
}

.page .pagelist li a {
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 34px;
    height: 34px;
    text-decoration: none;
    color: #555555
}

.page .pagelist li.thisclass,
.page .pagelist li.thisclass a,
.page .pagelist li a:hover {
    background: #0082c8;
    color: #fff;
    border-color: #0082c8
}

.pageinfo {
    display: none
}

.clear.line {
    border-top: solid 1px #cccccc;
    margin-top: 80px
}

.footer {}

.footer .footerc {
    width: 1180px;
    margin: 0 auto;
    padding: 95px 0
}

.footer .footerc .flinks {
    width: 477px;
    float: left;
    display: inline;
    border-right: 1px solid #cccccc;
    margin-right: 80px;
    min-height: 192px
}

.footer .footerc .flinks ol {
    color: #000612;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px
}

.footer .footerc .flinks li {
    line-height: 50px
}

.footer .footerc .flinks a {
    font-family: "宋体";
    font-size: 12px;
    float: left;
    width: 150px;
    display: inline;
    margin-right: 8px;
    text-decoration: none;
    color: #777777
}

.footer .footerc .flinks a:hover {
    color: #0082c8
}

.footer .footerc .rf {
    width: 120px;
    float: left;
    display: inline
}

.footer .footerc .rf ol {
    color: #000612;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px
}

.footer .footerc .rf li {
    line-height: 50px
}

.footer .footerc .rf li a {
    display: block;
    font-size: 12px;
    text-decoration: none;
    color: #777777
}

.footer .footerc .rf li a:hover {
    color: #0082c8
}

.footer .footerc .qr {
    background: url(../images/qr.jpg);
    float: left;
    width: 117px;
    height: 116px
}

.footer .copy {
    border-top: 1px solid #cccccc;
    text-align: center;
    font-size: 12px;
    color: #acacac;
    line-height: 64px
}


/*底部*/

@media screen and (max-width: 1760px) {
    .home_about .box_in {
        margin-left: 280px;
    }
}

@media screen and (max-width: 1600px) {
    .home_about .box_in {
        margin-left: 200px;
    }
}

@media screen and (max-width: 1440px) {
    .home_about .box_in {
        margin-left: 120px;
    }
}

@media screen and (max-width: 1200px) {
    .home_about .box_in {
        margin-left: 0px;
    }
}