* {
    margin: 0;
    padding: 0;
}

.header {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.head {
    width: 1320px;
    margin: 27px auto;
}

a {
    text-decoration: none !important;
    color: #555;
}

.head img {
    float: left;
}

img {
    border: none;
    vertical-align: middle;
}

.head .bar {
    width: 64%;
    float: right;
}

.head .bar ul {
    display: flex;
}

ol, ul, li {
    list-style: none;
}

.head .bar ul .active {
    background: #ff4949;
}

.head .bar ul li {
    flex: 1;
    padding: 12px 0;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #1b1b1b;
    transition: 0.5s;
    cursor: pointer;
    margin-right: 5px;
}

li {
    list-style: none;
}

.head .bar ul .active a {
    color: #fff;
}

.clear {
    clear: both !important;
}

.banner {
    margin-top: 105px;
}

.banner img {
    width: 100%;
    height: 400px;
}

.banner .position {
    width: 100%;
    height: 505px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3)
}

.banner .position .title {
    width: 100%;
    margin: 13% 0 0 0;
    text-align: center;
    font-size: 48px;
    color: #fff;
}

.banner .position .brief {
    width: 100%;
    text-align: center;
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
}

.jiesao {
    margin: 0 auto;
    width: 1200px;
    padding: 50px;
}

.jiesao h1 {
    color: #ff4949;
    font-size: 20px;
    font-weight: normal;
}

.jiesao p {
    margin-top: 30px;
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.footer {
    background: #292929;
    font-size: 12px !important;
}

.footer_bottom {
    color: #666666;
    padding: 30px 0px;
    text-align: center;
    line-height: 30px;
}

.footer_bottom span {
    margin: 0px 3px;
}

.wang_grow {
    width: 100%;
    padding: 50px 0;
    background-color: #fafafa;
}

.wang_grow .wang_center {
    width: 1200px;
    margin: auto;
}

.wang_grow .wang_center .grow_title {
    text-align: center;
    font-size: 36px;
    width: 100%;
    color: #1b1b1b;
}

.wang_grow .wang_center .division {
    width: 70px;
    height: 2px;
    margin: 20px auto 0;
    background: #ec4344;
}

.wang_grow .wang_center .grow_min {
    width: 100%;
    margin-top: 51px;
}

.wang_grow .wang_center .grow_min ul li {
    width: 83.75%;
    margin: auto;
    height: 100px;

}

.wang_grow .wang_center .grow_min ul li .wang_box:hover .left {
    background: #ec4344;
    color: #fff;
}

.wang_grow .wang_center .grow_min ul li:nth-child(2n+1) .wang_box:hover .left .trigon {
    border-left: 12px solid #ec4344;
}

.wang_grow .wang_center .grow_min ul li:nth-child(2n) .wang_box:hover .left .trigon {
    border-right: 12px solid #ec4344;
}

.wang_grow .wang_center .grow_min ul li .wang_box:hover .right .time {
    background: #ec4344;
    color: #fff;
}


.wang_grow .wang_center .grow_min ul li .wang_box .left {
    width: 65.68%;
    padding: 18px 3%;
    font-size: 18px;
    color: #555555;
    background: #f8f8f8;
    border-radius: 5px;
    position: relative;
    transition: 0.5s;
    margin-top: 22px;
}

.wang_grow .wang_center .grow_min ul li .wang_box .left .trigon {
    transition: 0.5s;
}

.wang_grow .wang_center .grow_min ul li .wang_box .right {
    width: 19.71%;
}

.wang_grow .wang_center .grow_min ul li .wang_box .right .division {
    width: 1px;
    height: 36px;
    background: #ffcccc;
    margin: auto;
}

.wang_grow .wang_center .grow_min ul li .wang_box .right .time {
    width: 95%;
    border: 1px solid #ec4344;
    border-radius: 40px;
    text-align: center;
    font-size: 22px;
    color: #ec4344;
    transition: 0.5s;
}


.wang_grow .wang_center .grow_min ul li:nth-child(2n+1) .wang_box {
    float: left;
    margin-left: 83px;
}

.wang_grow .wang_center .grow_min ul li:nth-child(2n+1) .wang_box .left {
    float: left;
}

.wang_grow .wang_center .grow_min ul li:nth-child(2n+1) .wang_box .left .trigon {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 12px solid #f8f8f8;
    position: absolute;
    top: 30%;
    right: -11px;
}

.wang_grow .wang_center .grow_min ul li:nth-child(2n+1) .wang_box .right {

    float: right;
}


.wang_grow .wang_center .grow_min ul li:nth-child(2n) .wang_box {
    float: right;
    margin-right: 77px;
}

.wang_grow .wang_center .grow_min ul li:nth-child(2n) .wang_box .left {
    float: right;
}

.wang_grow .wang_center .grow_min ul li:nth-child(2n) .wang_box .left .trigon {
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 12px solid #f8f8f8;
    position: absolute;
    top: 30%;
    left: -11px;
}

.wang_grow .wang_center .grow_min ul li:nth-child(2n) .wang_box .right {
    float: left;
}


.wang_grow .wang_center .grow_min ul li .wang_box {
    width: 46.5833%;
    cursor: pointer;
}

.wang_grow .wang_center .grow_button {
    width: 19.166%;
    margin: 44px auto 0;
    padding: 14px 0;
    text-align: center;
    background: #ec4344;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;

}

.wang_grow .wang_center .grow_button a {
    color: #fff;
}


/*content*/
.content {
    width: 1200px;
    margin: 50px auto;
}

.content .left {
    width: 42.6%;
    float: left;
}

.content .left ul li:nth-child(1) {
    margin-top: 0;
}

.content .left ul li {
    width: 100%;
    margin-top: 30px;
}

.content .left ul li .li_left {
    width: 8.39%;
    float: left;
}


.content .left ul li .li_right {
    width: 86.91%;
    float: right;
}

.content .left ul li .li_right p:nth-child(1) {
    font-size: 20px;
    color: #1b1b1b;
    margin-top: 6px;
}

.content .left ul li .li_right p:nth-child(2) {
    margin-top: 22px;
}

.content .left ul li .li_right p {
    font-size: 14px;
    color: #808080;
    margin-top: 13px;
}


.content .right {
    width: 51.25%;
    float: right;
}

.content .right .title_en {
    width: 100%;
    text-align: right;
    font-size: 32px;
    color: #ec4344;
    margin-top: 28px;
}

.content .right .division_box {
    width: 100%;
}

.content .right .division_box .division {
    width: 3.252%;
    float: right;
    height: 2px;
    background: #ec4344;
}

.content .right .title {
    width: 100%;
    text-align: right;
    margin-top: 25px;
    color: #1b1b1b;
    font-size: 24px;
}

.content .right .contact_map {
    width: 100%;
    height: 300px;
    margin-top: 50px;
}

.content h1 {
    font-size: 20px;
    font-weight: normal;
    padding-left: 10px;
    border-left: 5px solid #ff4949;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-bottom: 25px;
}


.content div ul li {
    width: 595px;
    height: 400px;
    float: left;
    background: #fafafa;
    padding: 10px 0;
    border-radius: 3px;
    margin-right: 10px;
    margin-top: 10px;
}

.content div ul li:nth-child(2n) {
    margin-right: 0;
}

.content div ul li .ltitle {
    padding: 10px 20px;
    font-weight: bold;
    color: #ff4949;
}

.items {
    border-top: 1px solid #eee;
    padding: 20px;
    padding-bottom: 0px;
    line-height: 20px;
}


.items dl {
    margin-bottom: 10px;
}

.items dt {
    position: relative;
    font-size: 14px;
    font-weight: 700;
    margin-right: 8px;
}

.items dt a {
    color: #000;
}

.items dd {
    overflow: hidden;
    font-size: 12px;
    color: #333;
    margin-right: -3px;
}

.items dd a {
    color: #333;
    display: inline-block;
    margin-right: 6px;
    margin-bottom: 6px;
}

.items dd a:hover {
    color: #ff6600
}

.cpcg {
    border-radius: 3px;
    border: 1px solid #eee;
    padding: 15px;
    background: #fafafa;
}

.content table {
    width: 100%;
    border-collapse: collapse;
}

.content table thead th {
    width: 200px;
    text-align: center;
    background: #fafafa;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
}

.content table tbody tr td {
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fafafa;
}

.ljbj {
    color: #ff4949;
    border: 1px solid #ff4949;
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.ljbj:hover {
    background: #ff4949 !important;
    color: #fff !important;
}

.syzx li {
    height: 135px;
    margin-top: 10px;
    background: #fafafa;
    padding: 15px
}

.syzx li a img {
    width: 200px;
    height: 130px;
    float: left;
    border-radius: 3px;
}

.syzx li a p {
    font-size: 20px;
    color: #000;
    margin-left: 220px;
}

.syzx li a p + p {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.syzx li a p + p + p span + span {
    margin-left: 20px;
}

.company2 {
    padding-left: 15px;
    margin-bottom: 10px;
    border-radius: 3px;
    overflow: hidden;
    background-color: #fafafa;
}

.company2:hover {
    cursor: pointer;
}

.company2-l {
    float: left;
    height: 150px;
}


.company2-l img {
    height: 150px;
    width: 150px;
    margin-top: 15px;
}

.company2-l .company2-l-text {
    margin-top: -153px;
    position: absolute;
    width: 152px;
    height: 153px;
    line-height: 153px;
    text-align: center;
    background: inherit;
    background-color: rgba(0, 0, 0, 0.7);
}

.company2-l .company2-l-text a {
    font-size: 14px;
    color: #ffffff;
    vertical-align: middle;
    background-color: #ff6600;
    padding: 3px 8px;
}

.company2-c {
    float: left;
    overflow: hidden;
    margin: 15px;
    width: 389px;
}

.company2-c h2 {
    height: 45px;
    z-index: 1;
}

.company2-c h2 a {
    color: #333;
    font-size: 18px;
    max-width: 370px;
    height: 45px;
    line-height: 45px;
    float: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: normal;
}

.company2-c h2 a:hover {
    color: #ff4949;
}

.company2-c h2 a * {
    vertical-align: middle;
}

.company2-c h2 a img {
    margin-left: 5px;
}

.company2-c h2 a span {
    font-size: 14px;
    margin-left: 2px;
}

company2-c h2 i.icon-code {
    float: left;
    position: relative;
    margin-left: 10px;
    height: 18px;
    width: 18px;
    /* background: url(../image/ico-code.png) no-repeat; */
    margin-top: 14px;
    vertical-align: middle;
}

.company2-c p {
    font-size: 14px;
    color: #888;
    line-height: 25px;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

.company2-c p img {
    display: block;
    float: left;
    margin-top: 8px;
    margin-right: 3px;
    width: 15px;
    height: 15px;
    vertical-align: middle;
}

.company2-r {
    float: left;
    text-align: center;
    margin: 15px;
    border-left: 1px solid #eee;
}

.company2-r img {
    width: 130px;
    height: 130px;
    margin-left: 50px;
}

.company2-r-t {
    height: 40px;
    margin-left: 45px;
    margin-top: 10px;
}

.company2-r-t-l {
    height: 22px;
    border-bottom: 1px solid #ddd;
    float: left;
    width: 98px;
    margin-left: 5px;
}

.company2-r-t-c {
    font-size: 14px;
    color: #000;
    float: left;
    margin: 0 19px;
    line-height: 40px;
}

.company2-r-t-l {
    height: 22px;
    border-bottom: 1px solid #f1f1f1;
    float: left;
    width: 42.45%
}

.company2-r-bs {
    line-height: 24px;
    color: #999;
}

.company2-r-bs li {
    float: left;
    padding: 0 12px;
}

.zhanhui {
    width: 100%;
    height: 300px;
}

.zhanhui a:first-child {
    margin-left: 0;
}

.zhanhui a {
    float: left;
    height: 300px;
    display: block;
    width: 30%;
    margin-left: 15px;
    padding: 15px 15px 0 15px;
    background: #fafafa;
    border-radius: 3px;
}

.zhanhui a img {
    width: 100%;
    height: 200px;
    border-radius: 3px;
}

.zhanhui a p {
    margin-top: 20px;
    text-align: center;
    height: 20px;
    line-height: 20px;
}


/*content*/
.content1 {
    width: 1200px;
    margin: 50px auto;
}

.content1 .left {
    width: 42.6%;
    float: left;
}

.content1 .left ul li:nth-child(1) {
    margin-top: 0;
}

.content1 .left ul li {
    width: 100%;
    margin-top: 30px;
}

.content1 .left ul li .li_left {
    width: 8.39%;
    float: left;
}

.content1 .left ul li .li_right {
    width: 86.91%;
    float: right;
}

.content1 .left ul li .li_right p:nth-child(1) {
    font-size: 20px;
    color: #1b1b1b;
    margin-top: 6px;
}

.content1 .left ul li .li_right p:nth-child(2) {
    margin-top: 22px;
}

.content1 .left ul li .li_right p {
    font-size: 14px;
    color: #808080;
    margin-top: 13px;
}

.content1 .right {
    width: 51.25%;
    float: right;
}

.content1 .right .title_en {
    width: 100%;
    text-align: right;
    font-size: 32px;
    color: #ec4344;
    margin-top: 28px;
}

.content1 .right .division_box {
    width: 100%;
}

.content1 .right .division_box .division {
    width: 3.252%;
    float: right;
    height: 2px;
    background: #ec4344;
}

.content1 .right .title {
    width: 100%;
    text-align: right;
    margin-top: 25px;
    color: #1b1b1b;
    font-size: 24px;
}

.content1 .right .contact_map {
    width: 100%;
    height: 300px;
    margin-top: 73px;
}