.header .top {
    height: 120px;
    /*background: url("../images/logobg.gif") no-repeat center;*/
    /*background-size: cover;*/
}
.header .top .logo {
    line-height:120px;
}
.header .top .tel {
    padding-left: 40px;
    font-size: 18px;
    color: #0078D4;
    font-weight: bold;
    line-height: 120px;
    background: url("../images/tel2.png") no-repeat center left;
}
.header .header_nav {
    display: block;
    line-height: 80px;
    color: #fff;
    font-size: 16px;
    background: #0078D4;
    text-align: center;
}
.header .header_nav a {
    color: #fff;
    flex: 1;
}
.header .header_nav a.active,
.header .header_nav a:hover {
    background: rgba(0,0,0,.15);
}
.banner #owl1 .owl-dots {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    text-align: center;
}
.banner #owl1 .owl-dots button {
    width: 10px;
    height: 10px;
    margin: 0 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: rgba(255,255,255,0.4);
}
.banner #owl1 .owl-dots button.active {
    background: rgba(255,255,255,0.9);
}
.banner #owl1 .owl-nav {
    display: none;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
}
.banner #owl1:hover .owl-nav {
    display: block;
}
.banner #owl1 .owl-nav .iconfont {
    font-size: 60px;
    opacity: 0.8;
}
.banner #owl1 .owl-nav button {
    outline: none;
}
#owl1 .owl-nav .owl-prev {
    position: absolute;
    left: 5%;
}
#owl1 .owl-nav .owl-next {
    position: absolute;
    right: 5%;
}
.main_service {
    padding: 70px 0 35px;
}
.main_title {
    border-bottom: 1px solid #0078D4;
    height: 50px;
    line-height: 50px;
}
.main_title .titleline {
    position: relative;
    width: 160px;
    background-color: #0078D4;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}
.main_title .titleline:after {
    position: absolute;
    content: '';
    top: 0;
    right: -5px;
    height: 100%;
    width: 3px;
    background-color: #0078D4;
}
.main_title .english {
    margin-left: 20px;
    font-size: 20px;
    color: #999;
}
.main_title .more a {
    position: relative;
    padding-left: 30px;
    padding-right: 10px;
    color: #0078D4;
}
.main_title .more a:before {
    position: absolute;
    content: '\e603';
    font-family: iconfont;
    left: 0;
    top: 0;
    font-size: 20px;
    color: #0078D4;
    line-height: 23px;
}
.main_service .content {
    margin-top: 30px;
}
.main_service .content li {
    width: 23.8%;
    padding-bottom: 15px;
    text-align: center;
    font-size: 13px;
    color: #999;
    border: 1px solid #f4f4f4;
    box-shadow: 0 1px 3px #f4f4f4;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
}
.main_service .content li img {
    width: 100%;
    -webkit-transition: all 0.6s ;
    -moz-transition: all 0.6s ;
    -ms-transition: all 0.6s ;
    -o-transition: all 0.6s ;
    transition: all 0.6s ;
}
.main_service .content li .img {
    overflow: hidden;
}
.main_service .content li h6 {
    margin: 15px 0 8px;
    font-size: 18px;
    color: #333;
}
.main_service .content li:hover {
    background-color: #0078D4;
}
.main_service .content li:hover h6,
.main_service .content li:hover p {
    color: #fff;
}
.main_service .content li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.main_works .content {
    height: 780px;
    margin-top: 30px;
}
.main_works .content .img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.main_works .content ol {
    position: relative;
}
.main_works .content ol li {
    position: absolute;
}
.main_works .content ol li a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 40px 20px 15px 30px;
    /*background: rgba(0,105,135,0.7);*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s ;
    -moz-transition: opacity 0.5s ;
    -ms-transition: opacity 0.5s ;
    -o-transition: opacity 0.5s ;
    transition: opacity 0.5s ;
}
@media screen and (max-width: 1400px) {
    .main_works .content ol li:nth-child(1) a {
        padding-top: 40px;
    }
    .main_works .content ol li a {
        padding: 20px 20px 30px;
    }
}
.main_works .content ol li:hover a{
    opacity: 1;
}
.main_works .content ol li:nth-child(1) {
    left: 0;
    top: 0;
    width: 49%;
    height: 500px;
}
.main_works .content ol li:nth-child(2) {
    left: 51%;
    top: 0;
    width: 23.5%;
    height: 240px;
}
.main_works .content ol li:nth-child(3) {
    left: 51%;
    top: 260px;
    width: 23.5%;
    height: 240px;
}
.main_works .content ol li:nth-child(4) {
    left: 76.5%;
    top: 0;
    width: 23.5%;
    height: 500px;
}
.main_works .content ol li:nth-child(5) {
    left: 0;
    top: 525px;
    width: 23.5%;
    height: 240px;
}
.main_works .content ol li:nth-child(6) {
    left: 25.5%;
    top: 525px;
    width: 23.5%;
    height: 240px;
}
.main_works .content ol li:nth-child(7) {
    left: 51%;
    top: 525px;
    width: 49%;
    height: 240px;
}
.main_works .content ol li h6 {
    font-size: 20px;
}
.main_works .content ol li .info {
    margin-top: 30px;
    font-size: 14px;
    line-height: 1.5;
    -webkit-transition: margin-top 0.5s ;
    -moz-transition: margin-top 0.5s ;
    -ms-transition: margin-top 0.5s ;
    -o-transition: margin-top 0.5s ;
    transition: margin-top 0.5s ;
}
.main_works .content ol li:hover .info {
    margin-top: 0;
}
.main_works .content .info h6 {
    margin-bottom: 20px;
}
.main_works .content ol li:nth-child(1) .info{
    font-size: 18px;
}
.main_works .content ol li:nth-child(4) .info {
    font-size: 16px;
}
.main_works .content .info p:last-child {
    margin-top: 10px;
}
.main_works {
    padding: 35px 0;
}
.main_team {
    padding: 35px 0;
}
.main_team  li {
    width: 23.8%;
    padding-bottom: 15px;
    text-align: center;
    border: 1px solid #f4f4f4;
    box-shadow: 0 1px 3px #f4f4f4;
}
.main_team  li .img {
    overflow: hidden;
}
.main_team  li img {
    width: 100%;
    -webkit-transition: all 0.8s ;
    -moz-transition: all 0.8s ;
    -ms-transition: all 0.8s ;
    -o-transition: all 0.8s ;
    transition: all 0.8s ;
}
.main_team .content {
    margin-top: 30px;
}
.main_team  li h6 {
    margin: 10px 0 5px;
    font-size: 18px;
}
.main_team  li p {
    font-size: 14px;
    color: #0078D4;
}
.main_team  li:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.main_team  li:hover {
    background: #0078D4;
}
.main_team  li:hover h6,
.main_team  li:hover p {
    color: #fff;
}
.main_knowledge {
    padding: 35px 0;
}
.main_knowledge .content {
    margin-top: 40px;
}
.main_knowledge .content li {
    width: 23.8%;
    font-size: 14px;
}
.main_knowledge .content .tt {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dotted #999;
    text-align: center;
}
.main_knowledge .content li a {
    position: relative;
    display: block;
    padding-left: 20px;
    color: #666;
    line-height: 2;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.main_knowledge .content li a:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    left: 0;
    top: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: #dcdddd;
}
.main_knowledge .content li a:hover {
    color: #0097CC;
}
.main_partner {
    padding: 35px 0;
}
.main_partner .content {
    margin-top: 30px;
}
.footer {
    padding-top: 40px;
    border-top: 5px #0078D4 solid;
    background: #2e2e2e;
}
.footer dl {
    float: left;
    width: 180px;
}
.footer dl a {
    color: #999;
    font-size: 14px;
    line-height: 2;
}
.footer dl a:hover {
    color: #0078D4;
}
.footer dl dt {
    margin-bottom: 10px;
}
.footer .ft {
    padding-bottom: 30px;
}
.footer .fb {
    border-top: 1px #434343 solid;
    color: #777;
    font-size: 14px;
    line-height: 50px;
}
.footer .fb a {
    color: #777;
}
.footer .fb a:hover {
    color: #0078D4;
}
.footer .ft .w {
    position: relative;
}
.footer .ft .w .go_top {
    position: absolute;
    width: 60px;
    height: 60px;
    right: -100px;
    top: -45px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    background: #0078D4;
    cursor: pointer;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.photo img {
    width: 100%;
}
.about {
    padding: 60px 0 100px;
    line-height: 2;
}
.about .title {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #0078D4;
}
.about .company {
    padding: 35px 0;
    line-height: 2;
    font-size: 16px;
}
.about .fl {
    width: 50%;
}
.about .fr {
    width: 50%;
}
.about .company .fr {
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.skill .fr {
    padding-left: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about>div {
    padding: 20px 0;
}
.spirit .img {
    height: 200px;
}
.spirit .fl, .company .fl, .skill .fl {
    padding-right: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.entry {
    line-height: 50px;
    border-bottom: 1px solid #DCDDDD;
}
.entry a {
    float: left;
    width: 160px;
    text-align: center;
    border-left: 1px solid rgb(220, 221, 221);
    font-size: 16px;
}
.entry a:last-child {
    border-right: 1px solid rgb(220, 221, 221);
}
.entry a i {
    margin-left: 8px;
    color: #DCDDDD;
}
.entry a.active,
.entry a:hover {
    background-color: #0078D4;
    color: #fff;
    border-color: #0078D4;
}
.place {
    margin-top: 20px;
    font-size: 14px;
    line-height: 30px;
}
.place i {
    color: #0078D4;
    font-size: 20px;
    vertical-align: middle;
}
.place a:nth-child(2) {
    color: #0078D4;
}
.news_items {
    padding: 50px 0 0;
}
.news_items h6 {
    margin-bottom: 15px;
    font-size: 18px;
}
.news_items h6 a {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.news_items .info {
    padding-right: 180px;
    font-size: 14px;
    color: #999;
    line-height: 2;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 56px;
}
.news_items .items {
    padding: 25px 0;
    border-bottom: 1px solid #dcdddd;
    cursor: pointer;
}
.news_items .items:hover {
    background-color: #f6f6f6;
}
.news_items .items .time {
    margin-top: 15px;
    font-size: 12px;
    color: #999;
}
.news_items .items .w {
    position: relative;
}
.news_items .items .w a.more {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #c9caca;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    background-color: #c9caca;
    color: #fff;
    -webkit-transition: all 0.6s ;
    -moz-transition: all 0.6s ;
    -ms-transition: all 0.6s ;
    -o-transition: all 0.6s ;
    transition: all 0.6s ;
}
.news_items .items:hover a.more {
    background-color: #0078D4;
    right: 20px;
}
.page  {
    margin-top: 60px;
    text-align: center;
}
.page a {
    display: inline-block;
    width: 25px;
    height: 30px;
    margin: 0 5px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    border: solid 1px #cccccc;
}
.page span {
    display: inline-block;
    width: 25px;
    height: 30px;
    margin: 0 5px;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    border: solid 1px #cccccc;
}
.page a.pre,
.page a.next {
    width: 65px;
}
.page a.active,
.page a:hover {
    color: #fff;
    background-color: #0078D4;
    border-color: #0078D4;
}
.page span.current,
.page span:hover {
    color: #fff;
    background-color: #0078D4;
    border-color: #0078D4;
}
.news .content {
    padding-bottom: 90px;
}
.news_detail .content {
    padding: 60px 0 100px;
}
.news_detail .content .title {
    padding-bottom: 40px;
    text-align: center;
    border-bottom: 1px solid #DCDDDD;
}
.news_detail .content .title h4 {
    font-size: 22px;
}
.news_detail .content .title .time {
    margin-top: 15px;
    color: #999;
    font-size: 14px;
}
.news_detail .content .info {
    padding: 40px 0 80px;
    line-height: 2;
    border-bottom: 1px solid #dcdddd;
}
.news_detail .cout {
    position: relative;
    margin-top: 30px;
    line-height: 2;
}
.news_detail .cout .back {
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 150px;
    height: 45px;
    background-color: #0078D4;
    color: #fff;
    text-align: center;
    line-height: 45px;
}
.news_detail .cout > div {
    position: relative;
    width: 75%;
    margin: 10px 0;
    padding-left: 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.news_detail .cout a {
    display: block;
}
.news_detail .cout > div span {
    position: absolute;
    left: 0;
    top: 0;
}
.place a:hover {
    color: #0078D4;
}
.service .content {
    padding: 60px 0 100px;
}
.service .content li {
    width: 23.5%;
    padding-bottom: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.15);
}
.service .content li img {
    width: 100%;
}
.service .content li h6 {
    margin: 15px 0 10px;
    font-size: 20px;
}
.service .content li:hover {
    background-color: #0078D4;
}
.service .content li .img {
    overflow: hidden;
}
.service .content li img {
    -webkit-transition: all 0.8s ;
    -moz-transition: all 0.8s ;
    -ms-transition: all 0.8s ;
    -o-transition: all 0.8s ;
    transition: all 0.8s ;
}
.service .content li:hover h6,
.service .content li:hover p {
    color: #fff;
}
.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}
.common .content {
    padding: 60px 0 100px;
}
.common .content .items {
    position: relative;
    padding: 30px 0;
    border-bottom: 1px solid #dcdddd;
    cursor: pointer;
}
.common .content .items .w {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.common .content .items .img-box {
    width: 21.43%;
    overflow: hidden;
}
.common .content .items .ac-time {
    width: 15.29%;
    padding: 0 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
}
.common .content .items .ac-time strong {
    font-size: 26px;
    font-weight: bold;
}
.common .content .items .ac-time i {
    display: inline-block;
    margin-top: 14px;
    font-size: 16px;
    color: #666;
}
.common .content .items .info {
    position: relative;
    width: 63.28%;
    padding-left: 0;
    padding-right: 80px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.7;
    color: #999;
}
.common .content .items .info h6 {
    margin-bottom: 10px;
    font-size: 20px;
}
.common .content .items .info p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    max-height: 56px;
}
.common .content .items .info a.more {
    position: absolute;
    width: 40px;
    height: 40px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: solid 1px #c9caca;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    background-color: #c9caca;
    color: #fff;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.common .content .items .img-box a {
    display: block;
}
.common .content .items .img-box .img {
    height: 140px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}
@media screen and (max-width: 1200px){
    .common .content .items .ac-time {
        padding: 0 30px;
    }
    .common .content .items .ac-time strong {
        font-size: 20px;
        white-space: nowrap;
    }
}
.common .content .items:hover {
    background-color: #f6f6f6;
    -webkit-transition: all 0.5s ;
    -moz-transition: all 0.5s ;
    -ms-transition: all 0.5s ;
    -o-transition: all 0.5s ;
    transition: all 0.5s ;
}
.common .content .items:hover a.more {
    background-color: #0078D4!important;
}
.entry.special .w {
    display: flex;
    justify-content: space-between;
}
.entry.special .w a {
    flex: 1;
    font-size: 14px;
}
.entry.special .w {
    min-width: 980px;
}
.entry.special .w i {
    display: none;
}
.case .main_works .content {
    padding: 0;
    margin: 0;
}
.news_detail .content .tips {
    margin-top: 20px;
    font-size: 14px;
    line-height: 1.5;
    color: #999;
}
.news_detail .content .info img{
    text-align: center;
}
.team .content {
    padding: 40px 0 100px;
}
.team .content li {
    float: left;
    width: 23%;
    margin-top: 30px;
    margin-right: 2.66%;
    padding-bottom: 20px;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 1px 1px 7px 0px rgba(0, 0, 0, 0.15);
    overflow: hidden;
}
.team .content li:nth-child(4n) {
    margin-right: 0;
}
.team .content li img {
    width: 100%;
}
.team .content li h6 {
    margin: 10px 0 5px;
    font-size: 18px;
}
.team .content li p {
    font-size: 14px;
}
.team .content li:hover {
    background-color: #0078D4;
}
.team .content li:hover h6,
.team .content li:hover p {
    color: #fff;
}
.team_detail {
    padding-bottom: 100px;
}
.team_detail .content {
    margin-top: 80px;
}
.team_message {
    padding: 0 70px 100px;
    border-bottom: 1px solid #b7b7b7;
}
.team_message .fl {
    width: 30%;
    padding: 40px 0;
    text-align: center;
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.1);
}
.team_message .fl .img {
    display: inline-block;
    width: 140px;
    height: 140px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.team_message .fl .img img {
    height: 100%;
}
.team_message .fl h6 {
    margin: 20px 0 25px;
    font-size: 20px;
}
.team_message .fl .speciality {
    display: flex;
    justify-content: space-between;
    color: #fff;
    line-height: 40px;
    background: url(../images/dd.png) no-repeat;
    background-size: cover;
}
.team_message .fl .speciality em {
    display: inline-block;
    width: 38.38%;
    font-weight: bold;
}
.team_message .fl .speciality span {
    display: inline-block;
    width: 61.62%;
}
.team_message .fr {
    width: 70%;
    padding-left: 100px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.team_message .fr h6 {
    margin-top: 40px;
    padding-bottom: 30px;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #b7b7b7;
}
.team_message .fr p{
    margin-top: 40px;
    font-size: 16px;
    line-height: 2;
    color: #666;
}
.team_detail .pre-next {
    margin-top: 50px;
    text-align: center;
}
.team_detail .pre-next a {
    display: inline-block;
    width: 72px;
    height: 36px;
    margin: 0 20px;
    line-height: 36px;
    font-size: 14px;
    border: 1px solid #cccccc;
}
.after_sale .content{
    padding: 60px 0 100px;
    line-height: 2;
}
.after_sale .content h3 {
    margin-bottom: 20px;
}
.cont-info {
    padding: 60px 0 100px;
    display: flex;
    justify-content: space-between;
}
.cont-info .map {
    width: 62%;
}
.cont-info .map #allmap {
    width: 100%;
    height: 100%;
}
.cont-info .address {
    width: 38%;
    padding: 70px 40px;
    border: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cont-info .company {
    padding-bottom: 30px;
    font-size: 24px;
    border-bottom: 1px solid #e5e5e5;
}
.cont-info .info {
    margin-top: 30px;
    font-size: 18px;
    line-height: 2;
}
.send_message .my_message {
    padding: 60px 0 100px;
    /*width: 900px;*/
    /*margin: 0 auto;*/
    font-size: 16px;
}
.send_message .my_message .items {
    display: inline-block;
    width: 49%;
    padding: 0 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.send_message .my_message span {
    color: #c00000;
}
.send_message .my_message input {
    width: 100%;
    height: 60px;
    margin-top: 20px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #f5f5f5;
    font-size: 16px;
    border: 1px solid #0078D4;
    color: #0078D4;
}
.inputTit {
    font-size: 16px;
}
.send_message .my_message>div {
    margin-top: 30px;
}
.send_message .my_message .info,
.send_message .my_message .ma {
    padding: 0 15px;
}
.send_message .my_message textarea {
    margin-top: 20px;
    width: 100%;
    height: 200px;
    padding: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #f5f5f5;
    resize: none;
    outline: none;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #0078D4;
    color: #0078D4;
    font-size: 16px;
}
.send_message .my_message .ma {
    position: relative;
    padding-right: 220px;
}
.send_message .my_message .ma img {
    position: absolute;
    bottom: 0;
    right: 0;
}
.send_message .my_message .submit {
    margin-top: 50px;
    text-align: center;
}
.send_message .my_message button {
    display: inline-block;
    width: 200px;
    height: 60px;
    line-height: 60px;
    background-color: #0078D4;
    color: #fff;
    font-size: 18px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    outline: none;
}
.my_partner .content {
    padding: 60px 0 100px;
}
.my_partner .content .img {
    text-align: center;
}
.my_partner .content .img img {
    width: 100%;
}
.my_partner .content li {
    float: left;
    width: 18%;
    margin-top: 30px;
    margin-right: 2.5%;
    border: 1px solid #DCDDDD;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.my_partner .content li:nth-child(5n) {
    margin-right: 0;
}
.my_partner .content ol {
    margin-top: 40px;
}
.common .content .items .img-box img {
    -webkit-transition: all 0.6s ;
    -moz-transition: all 0.6s ;
    -ms-transition: all 0.6s ;
    -o-transition: all 0.6s ;
    transition: all 0.6s ;
}
.common .content .items:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
@media screen and (min-width: 768px) {
    .wap_banner {
        display: none;
    }
    .wap-header {
        display: none;
    }
    .footer dl:last-child {
        display: none;
    }
    .wap_photo {
        display: none;
    }
}
@media screen and (max-width: 768px){
    .w {
        width: 100%;
        min-width: auto;
    }
    html,body {
        overflow-x: hidden;
    }
    .pc_banner {
        display: none;
    }
    .pc_photo {
        display: none;
    }
    .header {
        display: none;
    }
    .wap-header {
        display: flex;
        justify-content: space-between;
        height: 4rem;
        padding: 0 4% 0 0;
    }
    .wap-header .wap_sort {
        position: relative;
    }
    .wap-header .menu {
        /*display: none;*/
        position: fixed;
        left: 100%;
        top: 4rem;
        width: 100%;
        padding: 3rem 4% 0;
        height: calc(100% - 4rem);
        background-color: rgba(0,105,136);
        z-index: 99;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: left 0.4s ease-in-out;
        -moz-transition: left 0.4s ease-in-out;
        -ms-transition: left 0.4s ease-in-out;
        -o-transition: left 0.4s ease-in-out;
        transition: left 0.4s ease-in-out;
    }
    .wap-header .wap_sort.open .menu{
        left: 0;
    }
    .wap-header .menu .nav_box {
        height: 100%;
        overflow-y: scroll;
    }
    .wap-header .menu .nav_box::-webkit-scrollbar {
        display: none;
    }
    .wap-header .menu a {
        position: relative;
        display: block;
        font-size: 1.2rem;
        color: #fff;
        line-height: 3;
        border-bottom: 1px solid rgba(255,255,255,0.2);
    }
    .wap-header .menu a:after {
        position: absolute;
        content: '\e666';
        font-family: iconfont;
        right: 0;
        top: 0;
    }
    .wap-header .logo {
        max-width: 70%;
        line-height: 4rem;
    }
    .wap-header .wap_sort > .iconfont {
        font-size: 1.8rem;
        line-height: 4rem;
        color: #0078D4;
    }
    .banner .owl-nav {
        display: none;
    }
    .banner .owl-dots {
        position: absolute;
        bottom: 1rem;
        width: 100%;
        text-align: center;
    }
    .banner .owl-dots button {
        display: inline-block;
        width: 0.6em;
        height: 0.6rem;
        margin: 0 0.5rem;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: rgba(255,255,255,.5);
    }
    .banner .owl-dots button.active {
        background-color: #fff;
    }
    .main_service, .main_works, .main_team, .main_knowledge,.main_partner {
        padding: 3rem 4% 2rem;
    }
    .main_title {
        height: 2.5rem;
        line-height: 2.5rem;
    }
    .main_title .titleline {
        width: 8rem;
        font-size: 1.1rem;
    }
    .main_title .english {
        font-size: 1rem;
    }
    .main_title .more a:before {
        font-size: 1rem;
        top: -1px;
    }
    .main_title .more a {
        padding-left: 1.5rem;
    }
    .main_service .content {
        margin-top: 1.5rem;
    }
    .main_service .content ol {
        flex-wrap: wrap;
    }
    .main_service .content li {
        width: 48%;
        margin-top: 1.2rem;
        font-size: 1rem;
    }
    .main_service .content li h6 {
        margin: 0.6rem 0 0.3rem;
        font-size: 1.2rem;
    }
    .main_works .content {
        margin-top: 2rem;
        height: auto;
    }
    .main_works .content ol li {
        position: relative;
        width: 100%!important;
        height: 13rem!important;
        left: auto!important;
        right: auto!important;
        top: auto!important;
    }
    .main_works .content ol li a {
        display: block;
        padding: 1rem!important;
        opacity: 1;
        width: 100%;
        height: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .main_works .content ol li .info p {
        display: none;
    }
    .main_works .content ol li .info {
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        margin: 0!important;
    }
    .main_works .content ol li h6 {
        margin: 0!important;
        font-size: 1.2rem;
        text-align: center;
        line-height: 100%;
    }
    .main_team .content {
        margin-top: 2rem;
    }
    .main_team .content ol,.main_knowledge .content ol {
        white-space: nowrap;
        overflow-x: scroll;
        display: block;
    }
    .main_team .content ol::-webkit-scrollbar,
    .main_knowledge .content ol::-webkit-scrollbar{
        display: none;
    }
    .main_team li {
        display: inline-block;
        width: 160px;
    }
    .main_team li h6 {
        font-size: 16px;
    }
    .main_knowledge .content{
        margin-top: 2rem;
    }
    .main_knowledge .content li {
        display: inline-block;
        width: 50%;
    }
    .main_knowledge .content .tt {
        padding-bottom: 1rem;
        margin-bottom: 1rem;
    }
    .main_knowledge .content .tt img {
        max-width: 50%;
    }
    .main_knowledge .content li a {
        padding-left: 15px;
    }
    .main_partner .content {
        margin-top: 2rem;
    }
    .footer {
        padding: 3rem 4% 0;
    }
    .footer dl {
        width: 50%;
        margin-top: 0.6rem;
    }
    .footer .ft .fr {
        display: none;
    }
    .footer dl:last-child {
        padding-top: 15px;
    }
    .footer .fb {
        padding: 0.6rem 0;
        line-height: 1.5;
        font-size: 12px;
        text-align: center;
    }
    .footer .fb .fr {
        display: none;
    }
    .about {
        padding: 0rem 4% 3rem;
    }
    .about .fl,.about .fr {
        width: 100%;
    }
    .spirit .fl, .company .fl, .skill .fl {
        padding-right: 0;
    }
    .about .company {
        font-size: 1rem;
    }
    .about .title {
        margin-bottom: 1rem;
        font-size: 1.4rem;
    }
    .spirit .img {
        height: auto;
    }
    .entry {
        line-height: 1;
    }
    .entry .w {
        overflow-x: scroll;
        white-space: nowrap;
        font-size: 0;
    }
    .entry .w::-webkit-scrollbar {
        display: none;
    }
    .entry a {
        float: none;
        display: inline-block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .place {
        margin: 1rem 4% 0;
    }
    .place i {
        font-size: 18px;
    }
    .news_items  {
        padding: 2rem 4% 0;
    }
    .news_items h6 {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .news_items .info {
        padding-right: 3rem;
    }
    .news_items .items .w a.more {
        width: 2rem;
        height: 2rem;
        line-height: 2rem;
    }
    .news_items .items:hover a.more {
        right: 0;
    }
    .news_items .items {
        padding: 1rem 0;
    }
    .page a {
        width: 20px;
        height: 25px;
        margin: 0 2px;
        line-height: 25px;
        font-size: 12px;
    }
    .page span {
        width: 20px;
        height: 25px;
        margin: 0 2px;
        line-height: 25px;
        font-size: 12px;
    }
    .service .content ol {
        flex-wrap: wrap;
    }
    .service .content {
        padding: 2rem 4% 4rem;
    }
    .service .content li {
        width: 48%;
        margin-top: 1rem;
        font-size: 14px;
    }
    .service .content li h6 {
        margin: 10px 0 5px;
        font-size: 18px;
    }
    .common .content .items .info a.more {
        display: none;
    }
    .common .content {
        padding: 2rem 0 6rem;
    }
    .common .content .items .ac-time {
        display: none;
    }
    .common .content .items .img-box {
        width: 11rem;
    }
    .common .content .items {
        padding: 1rem 4%;
    }
    .common .content .items .info h6 {
        margin-bottom: 5px;
        font-size: 15px;
    }
    .common .content .items .info {
        width: calc(100% - 11rem);
        padding-right: 0;
        padding-left: 15px;
    }
    .common .content .items .info p {
        line-height: 1.5;
        max-height: 42px;
    }
    .common .content .items .info h6 a {
        display: block;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .news_detail .content {
        padding: 2rem 4% 6rem;
    }
    .news_detail .content .title h4 {
        font-size: 1.4rem;
    }
    .news_detail .content .tips {
        font-size: 1rem;
    }
    .news_detail .content .title .time {
        font-size: 1rem;
    }
    .news_detail .content .title {
        padding-bottom: 1.5rem;
    }
    .news_detail .content .info {
        font-size: 1rem;
    }
    .news_detail .cout > div {
        width: 100%;
    }
    .news_detail .cout .back {
        width: 120px;
        height: 35px;
        line-height: 35px;
        position: static;
    }
    .team .content {
        padding: 2rem 4% 6rem;
    }
    .team .content li {
        width: 48%;
        margin-right: 0;
    }
    .team .content li:nth-child(2n) {
        float: right;
    }
    .team .content li h6 {
        font-size: 16px;
    }
    .team_detail .content {
        margin-top: 2rem;
    }
    .team_message {
        padding: 0 4% 3rem;
        text-align: center;
    }
    .team_message .fl {
        float: none;
        display: inline-block;
        width: 17rem;
        padding: 20px 0;
        max-width: 235px;
    }
    .team_message .fl .img {
        width: 120px;
        height: 120px;
    }
    .team_message .fl .speciality em{
        font-size: 14px;
    }
    .team_message .fl .speciality span {
        font-size: 14px;
    }
    .team_message .fr {
        float: none;
        width: 100%;
        padding-left: 0;
    }
    .team_message .fr p {
        font-size: 14px;
        text-align: left;
    }
    .after_sale .content {
        padding: 2rem 4% 6rem;
    }
    .cont-info {
        display: block;
        padding: 2rem 4% 6rem;
    }
    .cont-info .map {
        width: 100%;
        height: 20rem;
    }
    .cont-info .address {
        width: 100%;
        padding: 2rem;
        border-top: none;
    }
    .cont-info .company {
        padding-bottom: 20px;
        font-size: 18px;
    }
    .cont-info .info {
        margin-top: 20px;
        font-size: 14px;
    }
    .send_message .my_message {
        padding: 2rem 4% 6rem;
    }
    .send_message .my_message >div {
        width: 100%!important;
    }
    .send_message .my_message input {
        height: 40px;
        line-height: 40px;
        border: 1px solid #999;
        margin-top: 15px;
    }
    .send_message .my_message textarea {
        margin-top: 15px;
    }
    .send_message .my_message .info, .send_message .my_message .ma {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .send_message .my_message .ma {
        padding-right: 100px;
    }
    .send_message .my_message .ma img {
        right: 15px;
        width: 80px!important;
        height: 40px!important;
    }
    .send_message .my_message button {
        width: 100px;
        height: 40px;
        line-height: 40px;
        font-size: 14px;
    }
    .my_partner .content {
        padding: 2rem 4% 6rem;
    }
    .my_partner .content ol {
        margin-top: 1rem;
    }
    .my_partner .content li{
        width: 48%;
        margin-top: 1rem;
        margin-right: 0;
    }
    .my_partner .content li:nth-child(2n) {
        float: right;
    }
    .footer .ft .w .go_top {
        display: none;
    }
    .main_works .content ol li {
        margin: 0.8rem 0;
    }
}

.main_link {
    padding: 30px 0;
    font-size: 16px;
}

.main_link a {
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 5px;
    color: #666;
}

.main_link a:hover {
    color: #0078D4;
}

@media screen and (max-width: 768px) {
    .main_link {
        padding: 30px 4%;
        font-size: 14px;
    }
}