﻿html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
    color: #333;
    cursor: pointer;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    color: #000;
    background: #ff0;
}

small {
    font-size: 80%;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -.5em;
}

sub {
    bottom: -.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    height: 0;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #c0c0c0;
}

legend {
    padding: 0;
    border: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

.center {
    text-align: center;
}

td,
th {
    padding: 0;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right !important;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.form-horizontal .form-group:before,
.form-horizontal .form-group:after,
.btn-toolbar:before,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:before,
.btn-group-vertical>.btn-group:after,
.nav:before,
.nav:after,
.navbar:before,
.navbar:after,
.navbar-header:before,
.navbar-header:after,
.navbar-collapse:before,
.navbar-collapse:after,
.pager:before,
.pager:after,
.panel-body:before,
.panel-body:after,
.modal-footer:before,
.modal-footer:after {
    display: table;
    content: " ";
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.form-horizontal .form-group:after,
.btn-toolbar:after,
.btn-group-vertical>.btn-group:after,
.nav:after,
.navbar:after,
.navbar-header:after,
.navbar-collapse:after,
.pager:after,
.panel-body:after,
.modal-footer:after {
    clear: both;
}

header {
    background: #fff;
    position: relative;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    box-shadow: 1px 1px 15px #ccc;
    margin-bottom: 10px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    transition: all .3s ease .2s;
    height: 90px;
}

.open header {
    left: -200px;
    right: 200px;
}

header.construct.header-curvy .logo {
    position: relative;
    margin: 0;
    height: 100%;
    padding-right: 80px;
}

header.construct.header-curvy .mainmenu-container ul li {
    line-height: 90px;
}

header .mainmenu-container ul li {
    display: inline-block;
}

header .mainmenu-container ul li a {
    color: #333;
}

header h1 {
    margin: 0;
    font-size: 2em;
}

header .logo h1 {
    float: left;
}

header .logo button {
    float: right;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.open {
    position: relative !important;
    right: 200px;
}

header .mainmenu-container .mainmenu-container {
    display: none;
}

.open .mainmenu-container {
    display: block;
    -webkit-transform: perspective(600px) rotateY(0deg);
    -moz-transform: perspective(600px) rotateY(0deg);
    -ms-transform: perspective(600px) rotateY(0deg);
    /* transform: perspective(600px) rotateY(0deg); */
    width: 200px;
}

.header-fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    box-shadow: 0 3px 5px rgba(81, 183, 227, .2);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

header.construct.header-curvy .mainmenu-container>ul>li>a {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.03em;
    padding: 10px 18px;
    letter-spacing: 2px;
    /* display: block; */
}

header.construct.header-curvy .mainmenu-container>ul>li.current>a,
header.construct.header-curvy .mainmenu-container ul li a:hover {
    color: #ffffff;
    background: #e94c50;
}

.head-ater {
    width: 100%;
    height: 85px
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
    content: "\f0c9";
}

button.mainmenu-toggler {
    display: none;
    background: transparent none repeat scroll 0 0;
    border: 0px;
    border-radius: 5px;
    color: #cc4e34;
    float: right;
    font-size: 40px;
    font-weight: 400;
    height: 33px;
    line-height: 13px;
    outline: medium none;
    padding: 0 11px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

#bg-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 10;
    display: none;
}


/*轮播*/

#owl-banner {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    margin-top: 90px;
}

#owl-banner .item {
    display: block;
}

#owl-banner img {
    display: block;
    width: 100%;
}

#owl-banner .owl-controls {
    position: absolute;
    bottom: 20px;
    left: 0px;
    z-index: 10;
    width: 100%;
}

#owl-banner .owl-controls .owl-dots .owl-dot span {
    width: 20px !important;
    background: #252525;
}

#owl-banner .owl-controls .owl-dots .owl-dot.active span {
    background: #fff;
}


/*项目*/

.sec {
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.project {
    background: url(../images/bg-jiuyeqianjing.jpg) center top no-repeat;
    height: 860px;
}

.pro-table {
    background: #d5272d;
    padding: 20px;
    margin-bottom: 10px;
}

.pro-table .pro-tr h2 {
    color: #fff;
    font-size: 1.4em;
    margin: 0;
    padding: 10px 0px 2px 40px;
}

.pro-table .pro-tr h2.icon-wj {
    background: url(../images/icon-wj.png) no-repeat 5px 0px;
}

.pro-table .pro-tr h2.icon-wx {
    background: url(../images/icon-wx.png) no-repeat 5px 0px;
}

.pro-table .pro-tr h2.icon-ppyy {
    background: url(../images/icon-ppyy.png) no-repeat 0px 0px;
}

.pro-table .pro-td h2 {
    color: #fff;
    font-size: 1.2em;
    margin: 0;
}

.pro-table .pro-tr p {
    text-align: center;
    color: #fff;
    font-size: 1.1em;
    line-height: 1.8em;
    padding: 20px 0;
}

.pro-table .pro-tr p span {
    display: block;
    font-size: 1.3em;
    margin: 20px 0 10px 0;
}

.pro-table .pro-td {
    text-align: center;
}

.pro-table .pro-td span {
    color: #fff;
    font-size: 3em;
}

.h1_title2.center {
    text-align: center;
    font-weight: 500;
    color: red;
    font-size: 2em;
}

.h1_title2:before {
    content: '';
    width: 50px;
    height: 4px;
    background: #f0676b;
    bottom: -20px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
}

.h1_title2 em {
    margin: 0 10px;
    color: #333;
}

.h1_title2.white em,
.h1_title2.white span {
    color: #fff;
}

.white {
    color: #fff;
}

.h1_title2 span {
    color: #333;
}

.h1_title_p {
    font-size: 20px;
    padding-top: 10px;
    text-align: center;
}

.sec7_con {
    margin-top: 73px;
}

.clearfix {
    zoom: 1;
}

.jingjiren1 {
    margin-top: 193px;
    margin-right: 35px;
    position: relative;
}

.fl {
    float: left;
}

.left_bg {
    position: absolute;
    left: -362px;
    top: -152px;
    background: url(../images/img-z.png) left top no-repeat;
    width: 362px;
    height: 676px;
}

.right_bg {
    position: absolute;
    right: -360px;
    top: -123px;
    background: url(../images/img-y.png) left top no-repeat;
    width: 360px;
    height: 838px;
}

.jingjiren2 {
    margin-top: 114px;
    width: 356px;
}

.jingjiren2 img {
    width: 100%;
}

.jingjiren3 {
    position: relative;
    width: 356px;
}

.fr {
    float: right;
}

em {
    font-style: initial;
}

.mobile {
    display: none;
}

.more {
    text-align: center;
    margin-top: 40px;
}

.more a {
    font-size: 14px;
    line-height: 14px;
    padding: 8px 10px;
    display: inline-block;
    border: 1px solid #ccc;
    color: #ccc;
    text-align: center;
    cursor: pointer;
}

.cs-centent {
    width: 960px;
    margin: 0 auto;
    height: 500px;
}


/*公司简介*/

.aboutus {
    height: 750px;
    background: url(../images/aboutus.png) no-repeat center top;
}

.ab-centent {
    height: 500px;
    background: url(../images/abcentent.png) no-repeat center right;
    position: relative;
    margin-top: 100px;
}

.ab-box-cent {
    width: 1110px;
    height: 400px;
    margin-top: 50px;
}

.ab-gszp {
    width: 570px;
    height: 100%;
    position: relative;
}

.ab-gszp-lb ul,
.ab-gszp-lb ul li {
    height: 100%;
    width: 100%;
    position: relative;
}

.ab-gszp-lb ul li {
    text-align: right;
}

.ab-gszp-lb ul .owl-controls {
    position: absolute;
    bottom: 20px;
    left: 0;
    z-index: 10;
    width: 100%;
}

.ab-gszp-lb ul .owl-controls .owl-dots {
    text-align: center;
    width: 100%;
    height: 100%;
}

.ab-gszp-lb ul .owl-controls .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 5px;
}

.ab-gszp-lb ul .owl-controls .owl-dots span {
    display: inline-block;
    width: 30px;
    height: 8px;
    background: #fff;
}

.ab-gszp-lb ul .owl-controls .owl-dots .active span {
    background: red;
}

.ab-gszp-lb ul li img {
    width: 100%;
    height: 100%;
}

.ab-gsjj {
    width: 510px;
    height: 100%;
    background: #fff;
}

.gsjj-cent {
    padding: 20px 40px;
}

.gsjj-cent h2 {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 1.2em;
}

.gsjj-cent p {
    text-align: justify;
    text-indent: 2em;
    line-height: 25px;
}

.gsjj-cent a {
    text-align: center;
    border: 1px solid #ccc;
    padding: 5px 25px;
    margin: 15px 0;
    display: inline-block;
    color: #7c7c7c;
    cursor: pointer;
}


/*资讯*/

.mtop40 {
    margin-top: 40px
}

.mtop30 {
    margin-top: 30px
}

.mtop20 {
    margin-top: 20px
}

.news-xw-title .fl ul li {
    float: left;
    margin-right: 15px;
    font-size: 1.3em;
    padding-left: 40px;
    position: relative;
    line-height: 60px;
}

.news-xw-title {
    border-bottom: 1px solid #ccc;
}

.news-xw-title .fl ul li.icon-gsdt {
    background: url(../images/fererer_05.jpg) no-repeat 5px 20px;
}

.news-xw-title .fl ul li.icon-hyxw {
    background: url(../images/fererer_05.jpg) no-repeat 5px 20px;
}

.news-xw-title .fl ul li.icon-zswd {
    background: url(../images/fererer_07.png) no-repeat 5px 20px;
}

.news-xw-title .fl ul li.line:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 2px;
    background: red;
    width: 100%;
    z-index: 9;
    border-bottom: 2px solid red;
}

.news-xw-title .fr ul li a {
    line-height: 60px;
    color: #333;
    display: block;
    cursor: pointer;
    font-weight: bold;
}

.news-list ul li {
    margin-top: 15px;
    background: #eaeaea;
}

.news-list h2 {
    font-size: 18px;
    padding: 0;
    color: #333;
    margin: 0;
    font-weight: bold;
}

.news-list p {
    margin-top: 10px;
    color: #333;
}

.pad0 {
    padding: 0;
}

.padt60b30 {
    margin-top: 40px;
    margin-bottom: 20px;
}

.padtb30 {
    padding: 30px;
}

.marb30 {
    margin-bottom: 30px;
}

.mar20 {
    margin: 20px 0;
}

.pad2030 {
    padding: 20px 30px;
}

.martop10 {
    margin-top: 10px;
}

.martop100 {
    margin-top: 100px;
}

.martop300 {
    margin-top: 300px;
}

.martop0 {
    margin-top: 0px;
}

.cor333 {
    color: #333;
}

.bgf6f6f6 {
    background: #f6f6f6;
}


/*问题解答*/

.wd-list {
    height: 400px;
    position: relative;
    overflow: hidden;
}

.wd-list .str_move {
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    cursor: move;
}

.wd-list ul li {
    padding-bottom: 10px;
    padding-top: 20px;
    margin-bottom: 10px;
    border-bottom: 1px dashed #ccc;
}

.wd-list ul li a dl span {
    display: table-cell;
    height: 10px!important;
}

.wd-list ul li a dl dt,
.wd-list ul li a dl dd {
    margin-bottom: 10px;
}

.wd-list ul li a dl dt b {
    background: red;
    color: #fff;
    padding: 3px;
    margin-right: 10px;
}

.wd-list ul li a dl dt span,
.wd-list ul li a dl dd p {
    display: table-cell;
}

.wd-list ul li a dl dd p {
    color: #787878;
}

.wd-list ul li a dl dd b {
    background: #333;
    color: #fff;
    padding: 3px;
    margin-right: 10px;
}


/*加入我们*/

.jrwm {
    position: relative;
    color: #fff;
    margin-top: 0.8rem;
}

.jrwm .jr {}

.jrwm .jr h2 {
    font-size: 40px;
    letter-spacing: 5px;
}

.jrwm .jkj {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -100px;
    left: 0;
    z-index: 2;
}

.jrwm .jr p {
    font-size: 20px;
    margin: 30px 0;
    letter-spacing: 3px;
}

.jrwm .jr a {
    color: #FFF;
    padding: 15px 100px;
    margin-top: 30px;
    cursor: pointer;
    display: inline-block;
    border-radius: 40px;
    font-size: 25px;
    background: -webkit-linear-gradient(#f2503b, #e8393e);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#f2503b, #e8393e);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#f2503b, #e8393e);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#f2503b, #e8393e);
    /* 标准的语法 */
}


/*脚部*/

.lanmu h4 {
    margin-top: 0px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    display: inline-block;
    border-bottom: 1px solid #8f8f8f;
}

.lanmu a {
    display: block;
}

.lanmu a:hover {
    color: #fff;
}

footer h3 {
    font-size: 22px;
    color: #8f8f8f;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
}

.font12 {
    font-size: 12px;
}

.hzgs {
    margin: 15px 0;
}

.hzpt {
    margin-bottom: 20px;
}

.hzpt span {
    color: #fff;
    padding: 3px 5px;
    font-weight: bold;
    display: inline-block;
    background: -webkit-linear-gradient(#f2513c, #e8373c);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#f2513c, #e8373c);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#f2513c, #e8373c);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#f2513c, #e8373c);
    /* 标准的语法 */
}


/*联系我们*/

.pbanner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.pbanner .pimg {
    width: 100%;
    display: block;
    position: relative;
    z-index: 2;
}

.banner-title {
    text-align: center;
}

.banner-title h2 {
    font-size: 30px;
}

.banner-title span {
    display: inline-block;
    border-top: 2px solid red;
    padding: 10px 0;
    margin: 5px 0;
}

.mapBox a:link,
.mapBox a:visited {
    color: #fff;
}

.mapBox a:active,
.mapBox a:hover {
    color: #fff;
}

.mapBox {
    height: 658px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-color: #616162;
    position: relative;
}

.mapDemo {
    width: 328px;
    position: absolute;
    left: 50%;
    bottom: 148px;
    margin-left: -202px;
    background-color: #d21816;
    text-align: center;
    color: #fff;
}

.mapDemo .img {
    width: 100%;
    overflow: hidden;
}

.mapDemo .img img {
    width: 100%;
    display: block;
}

.mapDemo a.mapBtn {
    background-color: #fff;
    width: 112px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    position: relative;
    top: -20px;
    margin: 0px auto;
    border-radius: 20px;
    color: #d21816;
}

.mapDemo a.mapBtn:hover {
    background-color: #333;
    color: #fff;
}

.mapDemo .con {
    padding: 0px 5% 32px;
}

.mapDemo .ico {
    background: url(../images/mapdw.png) no-repeat;
    width: 30px;
    height: 39px;
    display: block;
    margin: 0px auto;
}

.mapDemo .t {
    font: bold 18px/1.4 "microsoft yahei";
    padding: 10px 0px;
}

.mapDemo .c {
    line-height: 1.4;
}

.mapDemo .tel {
    font: 18px/1.5 "acaslonpro", "times new roman", tahoma, georgia;
}

.mapDemo .i1 {
    background: url(../images/sj2.png) no-repeat;
    width: 23px;
    height: 15px;
    position: absolute;
    left: 50%;
    bottom: -15px;
    margin-left: -11px;
}

.mapDemo .i2 {
    background: url(../images/dian.png) no-repeat;
    width: 36px;
    height: 35px;
    position: absolute;
    left: 50%;
    bottom: -55px;
    margin-left: -18px;
}

.mapBox:hover .mapDemo .i2 {
    animation: moveMap 600ms ease-in-out;
    -webkit-animation: moveMap 600ms ease-in-out;
}

@keyframes moveMap {
    0% {
        transform: scale(1);
    }
    30% {
        transform: scale(0.6);
    }
    60% {
        transform: scale(1.15);
    }
    80% {
        transform: scale(0.9);
    }
    90% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes moveMap {
    0% {
        -webkit-transform: scale(1);
    }
    30% {
        -webkit-transform: scale(0.6);
    }
    60% {
        -webkit-transform: scale(1.15);
    }
    80% {
        -webkit-transform: scale(0.9);
    }
    90% {
        -webkit-transform: scale(1.05);
    }
    100% {
        -webkit-transform: scale(1);
    }
}


/*关于我们*/

.img {
    width: 100%;
}

.gywm {
    background: url(../images/gywmbanner.png) no-repeat center top;
    width: 100%;
    height: 604px;
}

.martopb60 {
    margin-top: -60px;
}

.gywmcent {
    margin: 80px 0;
    border-left: 1px solid #ccc;
    padding-left: 30px;
}

.gywmcent h2 {
    text-align: center;
    margin-bottom: 2px;
}

.gywmcent p {
    text-indent: 2em;
    line-height: 30px;
    font-size: 16px;
    text-align: justify;
}

.gywmcent i {
    display: block;
    width: 80px;
    height: 4px;
    background: red;
    margin: 15px auto;
}


/*新闻热点*/

.dw-position {
    font-size: 16px;
    color: #333;
}

.dw-position a {
    color: #333;
}

.dw-position span {
    color: #333;
    padding: 0 6px;
}

.xwrd li {
    padding: 20px 40px;
    background: #fff;
    margin-bottom: 30px;
    margin-right: 20px;
}

.xwrd li a {
    color: #333;
}

.xwrd li a p {
    margin: 20px 0;
}

.xwrd li a h2 {
    margin-top: 5px;
    font-size: 22px;
    font-weight: bold;
}

.xwrd li a time {
    color: #a4a4a4;
}

.xwrd li a span {
    color: red;
}

.news-tj {
    background: #fff;
    padding: 20px;
}

.news-tj ul li {
    position: relative;
}

.news-tj ul li {}

.rd-t-line {
    font-size: 12px;
}

.rd-t-line i {
    display: inline-block;
    width: 80px;
    height: 2px;
    background: red;
    vertical-align: middle;
    margin-right: 10px;
}

.list-page ul li {
    display: inline-block;
}

.list-page ul li a {
    font-size: 18px;
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #767676;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-page ul li.active a {
    color: #bc1119 !important;
}


/*案例*/

.case-list {
    margin: 100px auto;
    height: 200px;
    width: 80%;
}

.case-list li {
    height: 250px;
    width: 70%;
    text-align: center;
    cursor: pointer;
}

.case-list li img {
    width: 100%;
    box-shadow: 0px 4px 25px #d1d1d1;
}

.case-list li.roundabout-in-focus {
    cursor: default;
}

.case-list li span {
    display: block;
    padding-top: 6em;
}


/*文章*/

.article-wrapper {
    position: relative;
    overflow: hidden;
}

.left-bar-wrapper {
    width: 168px;
    float: left;
    margin-right: 16px;
}

.left-bar-wrapper .article-left-bar.hasAd {
    position: relative;
}

.left-bar-wrapper .article-left-bar .left-bar {
    background-color: #fff;
    padding: 10px 20px;
    width: 168px;
    margin-bottom: 16px;
}

.news-left-item {
    padding: 20px 0;
    width: 100%;
}

.news-left-item {
    padding: 20px 0;
    width: 100%;
}

.left-bar-wrapper .article-left-bar .comment-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-bottom: 20px;
}

.left-bar-wrapper .article-left-bar .share-block {
    margin-bottom: 0;
    position: relative;
}

.news-left-item {
    padding: 20px 0;
    width: 100%;
}

.left-bar-wrapper .article-left-bar .share-item {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.left-bar-wrapper .article-left-bar .share-item:first-child {
    margin-bottom: 16px;
}

.left-bar-wrapper .article-left-bar .share-item .icon-wrapper {
    width: 24px;
    height: 24px;
    background-color: #999;
    border-radius: 2px;
    margin-right: 10px;
}

.left-bar-wrapper .article-left-bar .share-item__text {
    float: left;
    color: #222;
    font-size: 14px;
    line-height: 24px;
}

.left-bar-wrapper .article-left-bar .adjacent-post {
    border-bottom: none;
    padding-top: 20px;
    padding-bottom: 20px;
}

.left-bar-wrapper .article-left-bar .adjacent-post__indicator {
    font-size: 14px;
    color: #999;
    margin-bottom: 10px;
}

.left-bar-wrapper .article-left-bar .adjacent-post__title {
    overflow: hidden;
    font-size: 14px;
    line-height: 23px;
    color: #222;
}

.main-article {
    float: left;
    width: 640px;
    background: #fff;
}

.artive-cent {
    margin: 20px 0 50px 0;
}

.article {
    padding: 30px 40px 0px;
    overflow: hidden;
}

.art-time font {
    color: #999 !important;
}

.article__heading {
    position: relative;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 30px;
    overflow: hidden;
}

.article__heading__title {
    font-size: 30px;
    line-height: 45px;
    color: #222;
    margin-bottom: 21px;
    overflow: hidden;
}

.article__heading__meta {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
}

.article__heading__meta .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: #999;
    font-size: 14px;
}

.article__heading__meta .right .auth {
    color: #222;
}

.article__heading__meta .right .sperate {
    width: 1px;
    height: 14px;
    margin: 0 10px;
    background-color: #ccc;
}

.article__content {
    width: 100%;
    margin-top: 36px;
}

.node-article-content {
    font-size: 16px;
    color: #222;
    letter-spacing: .2px;
    line-height: 28px;
    margin-bottom: 30px;
}

.right-column {
    background-color: #fff;
    width: 300px;
    float: right;
    margin-left: 16px;
}

.home-hot-articles .part-head {
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #f5f6f7;
}

.home-hot-articles .part-head .title {
    font-size: 16px;
    line-height: 1.06;
    color: #222;
}

.home-hot-articles .part-items {
    background-color: #fff;
    padding: 0 20px;
}

.article-index {
    display: block;
    height: 15px;
    margin-top: 3px;
}

.home-hot-articles .part-items .hot-item .item-title {
    font-size: 14px;
    line-height: 1.64;
    color: #222;
    padding-left: 11px;
}

.hot-item {
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dashed #e6e6e6;
}

.ia-prom {
    display: block;
    width: 100%;
    overflow: hidden;
    margin-bottom: 30px;
}

.article-btns {
    padding: 20px 0;
    border-top: 1px dashed #e6e6e6;
    border-bottom: 1px dashed #e6e6e6;
    display: block;
    overflow: hidden;
}

.article__btns__btn a {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #999;
    border-radius: 2px;
    margin-left: 20px;
}

.article__btns .right a {
    width: 24px;
    height: 24px;
    background-color: #999;
    border-radius: 2px;
    margin-left: 20px;
}

.article__btns__btn {
    position: relative;
    font-size: 14px;
    display: inline-block;
    cursor: pointer;
}

.article__btns__btn--wechat {
    position: relative;
}

.article__btns .right a {
    width: 24px;
    height: 24px;
    background-color: #999;
    border-radius: 2px;
    margin-left: 20px;
}

.article__btns__btn__icon {
    vertical-align: middle;
    margin: 0 6px 4px 0;
    font-size: 18px;
}

.article__btns__btn__icon--wechat {
    margin-top: 5px;
    margin-left: 3px;
    fill: #fff;
}

.article__btns__btn__icon--weibo {
    margin-top: 5px;
    margin-left: 3px;
    fill: #fff;
}

.left-bar-wrapper .article-left-bar .share-item__icon {
    display: block;
    float: left;
    font-size: 20px;
    margin-right: 15px;
}

.left-bar-wrapper .article-left-bar .share-item__icon--wechat {
    margin-top: 4px;
    margin-left: 2px;
    fill: #fff;
}

.left-bar-wrapper .article-left-bar .share-item__icon--weibo {
    margin-top: 4px;
    margin-left: 2px;
    fill: #fff;
}

.left-bar-wrapper .article-left-bar .wx-qrcode {
    padding: 10px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 52px;
    display: none;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .1);
}


/*文章列表*/

.lanmu_list {
    margin: 20px 0;
    border-bottom: 1px solid #ccc;
}

.lanmu_list a {
    display: inline-block;
    padding: 20px 30px;
    font-size: 18px;
    position: relative;
}

.lanmu_list a.active:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    background: red;
    width: 100%;
    height: 2px;
}

.list_list .item {
    margin-top: 30px;
}

.list_list img {
    width: 100%;
}

.list_list h2 {
    margin-top: 10px;
    margin-bottom: 40px;
    font-size: 25px;
}

.list_list i {
    display: block;
    width: 40px;
    height: 2px;
    margin-bottom: 20px;
    background: red;
}

.list_list p {
    color: #9b9b9b;
}

.list_list span {
    display: block;
    margin-top: 20px;
}

.list-page {
    text-align: center;
    padding: 20px 0 40px 0;
}

.news-cet .tit p {
    padding-left: 25px;
    font-size: 20px;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #f6f6f6;
    color: rgb(35, 31, 32);
}

.news-cet .tit p:before {
    content: '';
    height: 60%;
    width: 4px;
    background: red;
    position: absolute;
    left: 10px;
    top: 20%;
}

.news-cet .tit span {
    text-transform: uppercase;
    display: block;
    margin: 16px auto 20px;
    font-size: 16px;
    color: rgb(167, 167, 167);
}

.news-cet ul li {
    /* height: 32px; */
    line-height: 40px;
    font-size: 16px;
    display: block;
    border-bottom: 1px dashed #ccc;
}

.news-cet li a p {
    display: block;
    float: left;
    color: #5d5d5d;
    width: 65%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 !important;
}

.news-cet ul li:hover a p,
.news-cet ul li:hover a span {
    color: #E7363C;
}

.news-cet li a span {
    display: block;
    float: right;
    width: 30%;
    text-align: right;
    color: #868686;
}

.news-cet .list-more {
    background: #e7363c;
    color: #fff;
    margin-left: 1px;
    display: table;
    margin: 20px auto;
    width: 122px;
    border: 1px solid #e7363c;
    text-align: center;
    border-radius: 40px;
    height: 30px;
    line-height: 30px;
}

.qylogo img {
    max-width: 100%;
    display: block;
    padding: 8px 0;
    margin: 5px auto;
    border: 1px solid #ccc;
}


/*加入我们*/

.jrwm {
    position: relative;
    color: #fff;
}

.jrwm .jr {}

.jrwm .jr h2 {
    font-size: 40px;
    letter-spacing: 5px;
}

.jrwm .jkj {
    position: absolute;
    width: 100%;
    top: 50%;
    margin-top: -100px;
    left: 0;
    z-index: 2;
}

.jrwm .jr p {
    font-size: 20px;
    margin: 30px 0;
    letter-spacing: 3px;
}

.jrwm .jr a {
    color: #FFF;
    padding: 15px 100px;
    margin-top: 30px;
    cursor: pointer;
    display: inline-block;
    border-radius: 40px;
    font-size: 25px;
    background: -webkit-linear-gradient(#f2503b, #e8393e);
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(#f2503b, #e8393e);
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(#f2503b, #e8393e);
    /* Firefox 3.6 - 15 */
    background: linear-gradient(#f2503b, #e8393e);
    /* 标准的语法 */
}

.about_index_title {
    margin-top: 0.8rem;
}

.about_index_content {
    margin-top: 0.5rem;
}

.gsjj-cent a:hover {
    background-color: #E8403E;
    border-color: #E8403E;
    color: #fff;
}

.news-index {
    background-color: #e2e2e2;
    display: table;
    width: 100%;
    padding-bottom: 0.5rem;
}

.news-index-left,
.news-index-right {
    width: 48%;
}

.news-index-left {
    float: left;
}

.news-index-right {
    float: right;
}

.news-index .index-title p {
    color: #5d5d5d;
}

.g3_banner .w1170:after,
.g3_data .w1170:after,
.g3_use li a:after,
.g3_use:after,
.g3_case .g3_case_ul li .con:after,
.g3_case .g3_case_ul li:after,
.g3_case .g3_case_ul:after {
    content: '';
    display: block;
    clear: both;
}

.g3_use li .g3_use_more {
    transition: all 0.6s ease-in-out;
}

.g3_use {
    margin-bottom: 70px;
}

.g3_use .clear {
    clear: both;
}

.g3_use .t {
    font: bold 24px/24px "微软雅黑";
    text-align: center;
    margin: 70px auto 48px;
}

.g3_use li {
    width: 380px;
    float: left;
    padding: 15px;
    border: solid 1px #eeeeee;
    border-radius: 8px;
    margin-bottom: 15px;
}

.g3_use li a {
    display: block;
}

.g3_use li .icon {
    width: 91px;
    height: 91px;
    float: left;
}

.g3_use li .icon img {
    min-width: 32px;
    min-height: 32px;
}

.g3_use li .g3_use_con {
    float: right;
    width: 240px;
    padding-top: 14px;
    font: normal 14px/24px "微软雅黑";
    color: #999;
}

.g3_use li .g3_use_con .t2 {
    float: left;
    font: normal 18px/18px "微软雅黑";
    color: #1e1e1e;
    margin-bottom: 14px;
}

.g3_use li .g3_use_con .img {
    float: right;
}

.g3_use li .g3_use_con .img img {
    min-width: 17px;
    min-height: 17px;
    background-size: cover;
}

.g3_use li .g3_use_more {
    float: left;
    display: block;
    width: 100%;
    height: 44px;
    margin-top: 19px;
    background: #e5e5e5;
    line-height: 44px;
    text-align: center;
    border-radius: 5px;
}

.g3_use li:hover .g3_use_more {
    color: #fff;
    background: #5ad4d8;
}

.g3_use li:not(:nth-child(3n+1)) {
    margin-right: 15px;
}

.g3_case {
    background: #eee;
    padding-bottom: 53px;
}

.g3_case .g3_case_t {
    font: bold 30px/30px "微软雅黑";
    padding: 48px 0;
    text-align: center;
}

.g3_case .g3_case_ul li {
    width: 380px;
    padding-bottom: 47px;
    float: left;
}

.g3_case .g3_case_ul li .img {
    cursor: pointer;
    border-radius: 10px;
    width: 380px;
    height: 323px;
}

.g3_case .g3_case_ul li .img img {
    border-radius: 10px;
    display: block;
    min-width: 32px;
    min-height: 32px;
}

.g3_case .g3_case_ul li .con {
    padding: 0 15px;
    margin-top: 23px;
}

.g3_case .g3_case_ul li .con .l {
    float: left;
    font-size: 18px;
}

.g3_case .g3_case_ul li .con .r {
    float: right;
    font-size: 16px;
    color: #999;
}

.g3_case .g3_case_ul li .con .r img {
    min-width: 17px;
    min-height: 17px;
    background-size: cover;
}

.jrtt {
    max-width: 1170px;
    padding: 30px 0;
    text-align: center;
    margin: 0 auto;
}

.g3_case .g3_case_ul li .word {
    padding: 0 15px;
    font-size: 16px;
    color: #999;
    line-height: 30px;
}

.g3_case .g3_case_ul li:hover .img {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.g3_case .g3_case_ul li:not(:nth-child(3n+3)) {
    margin-right: 15px;
}

.z {
    float: left;
}

.service_project {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0
}

.service_project_dl01 {
    margin-right: 16px;
    margin-bottom: 20px
}

.service_project_dl dl {
    width: 20%;
    height: auto;
    background: #f6f6f6;
    padding: 35px 24px 25px 24px
}

.service_project_dl dl dt {
    text-align: center
}

.service_project_name {
    font-family: "微软雅黑";
    font-size: 20px;
    margin-top: 15px;
    font-weight: bold;
    text-align: center;
}

.service_project_int {
    color: #666;
    margin: 5px 0 10px 0;
    font-size: 12px;
    text-align: center;
}

.service_project_word {
    color: #999;
    line-height: 20px;
    font-size: 12px;
}

.service_scope_sub,
.service_cooperation {
    width: 100%;
    margin: 0 auto;
    background: #fff;
    padding: 40px 0
}

.service_scope_sub_con,
.service_cooperation_con {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center
}

.service_scope_sub_con_en {
    font-family: Arial;
    font-size: 24px;
    color: #fff;
    background: #4bcdd9;
    line-height: 22px;
    height: 22px;
    width: 430px;
    padding: 5px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto
}

.service_scope_sub_con_en2 {
    font-family: Arial;
    font-size: 14px;
    line-height: 26px;
    width: 980px;
    text-align: center;
    margin: 0 auto;
    padding-top: 20px;
    color: #666
}

.service_scope {
    width: 100%;
    margin: 0 auto;
    background: #f6f6f6
}

.service_scope_con {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 0 80px;
    display: table;
}

.service_scope_dl01 {
    width: 362px;
    margin-right: 55px
}

.service_scope_dl01 dt {
    text-align: center;
    padding-bottom: 20px
}

.service_scope_int {
    height: 271px;
    background: url(../images/service_scope_bg.png) no-repeat;
    font-family: "微软雅黑";
    font-size: 14px;
    line-height: 32px;
    padding: 50px 39px 0 39px
}

.service_scope_title {
    margin-top: 10px
}

.service_scope_title_nu {
    font-family: Impact;
    font-size: 22px;
    color: #ccc;
    margin-top: 2px
}

.service_scope_title_ch {
    font-family: "微软雅黑";
    font-size: 22px;
    color: #666
}

.service_scope_title span {
    display: block;
    float: left
}

.service_cooperation_dl table td {
    padding-bottom: 15px
}

.service_cooperation {
    max-width: 1170px;
    margin: 0 auto;
    overflow: hidden
}

.service_cooperation li {
    list-style: none;
    float: left;
    margin-right: 83px;
    height: 100px;
    overflow: hidden
}

.service_cooperation li.biaoqian {
    background: url(../images/cooperation_shape.png) no-repeat 0 16px;
    width: 32px;
}

.service_cooperation li p {
    font-size: 14px;
    margin-top: 5px;
}

.container {
    width: 1170px;
}

@media only screen and (max-width: 480px) {
    .service_project_dl dl {
        width: 90%;
        height: auto;
        background: #f6f6f6;
        padding: 10px 18px;
    }
}


/*分页样式*/

div#page {
    clear: both;
    display: table;
    margin: 0 auto;
}

div#page ul li {
    width: 25px;
    height: 25px;
    float: left;
    margin-right: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    line-height: 25px;
    text-align: center;
}

div#page ul li a,
div#page ul li span {
    display: block;
    line-height: 25px;
    text-align: center;
}

div#page ul .disabled span {
    color: #ccc;
}

div#page ul .active {
    background-color: #E60012;
    border: 1px solid #E60012;
}

div#page ul .active span {
    color: #fff;
}

.basic_list {
    padding: 30px 0;
    display: table;
    margin: 0 auto;
    position: relative;
    bottom: 38px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background-color: #fff;
}

.basic_list ul li {
    float: left;
}

.basic_list ul li a {
    display: block;
    padding: 0 50px;
    color: #666;
}

.basic_list ul li a:hover {
    color: #9D1E15;
}

.basic_con {
    padding: 30px 0;
}

.about_tit h3 {
    display: table;
    margin: 0 auto 30px;
    border-bottom: 3px solid #9D1E15;
    padding: 0 10px 15px;
}

.about_con {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}

.about_con img {
    max-width: 100%;
}

.news_ul a:hover .news_img img {
    transform: scale(1.2, 1.2);
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    /* Firefox 4 */
    -webkit-transition-duration: 0.5s;
    /* Safari 和 Chrome */
    -o-transition-duration: 0.5s;
    /* Opera */
}

.news_ul a {
    display: table;
    width: 100%;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.news_ul a .news_img {
    width: 25%;
    float: left;
    overflow: hidden;
}

.news_ul a .news_img img {
    max-width: 100%;
    transform: scale(1, 1);
    transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    /* Firefox 4 */
    -webkit-transition-duration: 0.5s;
    /* Safari 和 Chrome */
    -o-transition-duration: 0.5s;
    /* Opera */
}

.news_ul a .news_con {
    width: 73%;
    float: right;
}

.news_title {
    font-size: 18px;
    color: #333;
    line-height: 30px;
}

.news_content {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin-top: 10px;
}

.news_ul a:hover .news_title {
    color: #9D1E15;
}

.new_tit {
    font-size: 25px;
    text-align: center;
}

.new_data {
    text-align: center;
    font-size: 12px;
    color: #999;
    margin: 15px 0 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.case_tit {
    margin-top: 75px;
}

.case_con img {
    max-width: 100%;
}

.case_img {
    text-align: center;
}

.case_fj,
.case_zx {
    font-size: 18px;
    color: #666;
    display: table;
    margin: 30px auto;
}

.case_fj p {
    float: left;
    margin-left: 30px;
}

.case_fj p span {
    font-size: 22px;
    color: #f57810;
}

.case_zx a {
    float: left;
    margin-left: 45px;
}

.case_zx a p {
    font-size: 18px;
    padding: 15px 35px;
    border: 1px solid #ccc;
    border-radius: 5px;
}

.case_zx a:hover p {
    color: #fff;
    background-color: #00a0e9;
    border-color: #00a0e9;
}

.perv_next {
    margin-bottom: 75px;
    display: table;
    width: 100%;
}

.perv_next,
.perv_next a {
    font-size: 18px;
    color: #666;
}

.perv {
    float: left;
}

.next,
.perv a,
.next a {
    float: right;
}

.perv,
.next {
    border: 1px solid #ccc;
    padding: 15px 55px;
    border-radius: 10px;
}

.perv:hover,
.next:hover {
    border-color: #00a2d4;
}

.perv:hover,
.next:hover,
.perv:hover a,
.next:hover a {
    color: #00a2d4;
}

.contact_left,
.contact_right {
    width: 48%;
    margin: 0 1%;
    float: left;
}