@font-face {
    font-family: 'impact';
    src: url(../font/impact.ttf);
}

html {
    font-size: 20px;
}

body {
    font-size: .8rem;
    color: #333333;
    font-family: 'Microsoft YaHei', Simsun, Arial, Verdana, Sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html,
body {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
}

html * {
    outline: 0;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

img {
    border: none;
    max-width: 100%;
    display: inline-block;
    line-height: 0;
    font-size: 0;
    vertical-align: bottom;
}

div,
ul,
li,
dl,
dt,
dd,
p,
form {
    margin: 0;
    padding: 0;
}

ul,
li,
dl,
dt,
dd {
    list-style: none;
}

a {
    font-size: inherit;
    text-decoration: none;
    color: #333;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #0079d0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

a:active {
    color: inherit;
    text-decoration: none;
}

i,
em {
    font-style: normal;
}

select,
input,
textarea,
button {
    font-family: inherit;
    font-size: inherit;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    background-color: transparent;
}

td,
th {
    padding: 0;
}

th {
    text-align: left;
}

tr {
    vertical-align: middle;
    background: #d6bfbf;
    border: 1px solid #fff;
    text-align: center;
}

td,
th {
    padding: 8px;
    padding: .5rem;
    border: 2px solid #fff;
}

th {
    text-align: left;
    font-weight: 300;
    font-size: 20px;
    font-size: 1.25rem;
}

td {
    font-family: 'Avenir Next', 'Segoe UI', 'Lucida Grande', sans-serif;
}

.ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    -webkit-text-overflow: ellipsis;
    -moz-text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: break-word;
}

.ellipsis2 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.ellipsis3 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ellipsis4 {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    line-clamp: 4;
    -webkit-box-orient: vertical;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix {
    clear: both;
}

.bg {
    min-width: 1280px;
}

.container {
    min-width: 1280px;
}

.w120 {
    width: 1280px;
    margin: 0 auto;
}

.btn-more {
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    border: 1px solid transparent;
    margin: 0 auto;
    width: 120px;
    text-align: center;
    background: #0079d0;
    color: #FFFFFF;
    line-height: 42px;
    border-radius: 6px;
}

.btn-more:hover {
    background: transparent;
    border: 1px solid #0079d0;
}

.btn-more.white {
    display: inline-block;
    position: static;
    transform: translateX(0);
    border: 1px solid transparent;
    margin: 0 auto;
    width: 120px;
    text-align: center;
    background: #fff;
    color: #0079d0;
    line-height: 42px;
    border-radius: 6px;
}




.inx-tit {
    position: relative;
}

.inx-tit p {
    font-size: 48px;
    color: #FFFFFF;
    opacity: 0.15;
    font-family: "impact";
    text-transform: uppercase;
}

.inx-tit h2 {
    font-size: 36px;
    color: #fff;
    position: absolute;
    bottom: -10px;
    font-weight: bold;
    z-index: 1;
    padding-left: 15px;
}

.inx-tit2 {
    position: relative;
}

.inx-tit2 p {
    font-size: 48px;
    text-align: center;
    color: #333;
    opacity: 0.15;
    font-family: "impact";
    text-transform: uppercase;
}

.inx-tit2 h2 {
    font-size: 36px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    color: #0079d0;
    position: absolute;
    bottom: -10px;
    font-weight: bold;
    z-index: 1;
    padding-left: 15px;
}







.pager {
    text-align: center;
    margin-top: 20px;
    padding: 20px 0;
    background: #f2f2f2;
}

.pager a,
.pager strong {
    display: inline-block;
    border: 1px solid #0079d0;
    padding: 5px 10px;
    margin: 0 4px;
    background-color: #fff;
}

.pager a:hover,
.pager strong {
    background: #0079d0;
    color: #fff;
}







.header {
    border-top: 8px solid #0079d0;
    min-width: 1280px;
    position: relative;
    z-index: 100;
    min-width: 1280px;
    width:100%;
}

.header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
}

.header-top p {
    line-height: 35px;
}

.header-top .top-right {
    position: relative;
}

.header-top .top-right:before {
    content: '';
    width: 22px;
    height: 22px;
    position: absolute;
    left: -30px;
    top: 6px;
    background: url(404.png) no-repeat center;
}

.nav {
    min-width: 1280px;
    background: #fff;
    height: 100px;
    box-shadow: 0 3px 8px rgba(75, 47, 47, 0.2)
}

.nav .logo {
    float: left;
    padding-top: 15px;
}

.nav .nav-right {
    float: right;
}

.nav .nav-right ul li {
    float: left;
    
    position: relative;
}

.nav .nav-right ul li.on .tit {
    color: #0079d0;
}

.nav .nav-right ul li a {
    font-size: 16px;
    color: #333;
    line-height: 98px;
    display: block;
    margin: 0 15px;
    position: relative;
}

.nav .nav-right ul li:hover .tit {
    color: #0079d0;
}

.nav .nav-right ul li.on .tit::before,
.nav .nav-right ul li:hover .tit::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 3px;
    background-color: #0079d0;
    left: 50%;
    bottom: 8px;
    transform: translate(-50%);
}




.nav .nav-right ul li:hover .tit.haschild::after {
    content: '';
    z-index: 100;
    position: absolute;
    border: 10px solid;
    border-color: #fff transparent transparent;
    left: 50%;
    bottom: -20px;
    transform: translate(-50%);
}

.nav ul li .tit {
    display: block;
    text-align: center;
    font-size: .8rem;
    height: 100px;
    line-height: 100px;
    display: block;
    
    position: relative;
    color: #333333;
}

.nav ul li .child {
    display: none;
    position: absolute;
    background-color: rgba(0, 121, 208, 1);
    top: 100px;
    left: 0;
    width: 300px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    padding-top: 10px;
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
}

.nav ul li:hover .child {
    display: block;
}

.nav ul li .child a {
    text-align: left;
    margin: 0;
    line-height: 42px;
    display: block;
    font-size: 14px;
    color: #fff;
    padding-left: 20px;
    border-bottom: 1px solid #308cce;
    transition: all 0.4s;
    position: relative;
}

.nav ul li .child a::before {
    content: '';
    position: absolute;
    width: 3px;
    height: 0px;
    background: #58adeb;
    top: 14px;
    left: 10px;
    transition: all 0.4s;
}

.nav ul li .child a:hover::before {
    height: 18px;
}

.nav ul li .child a:hover {
    padding-left: 30px;
}

.nav .head-tel {
    float: right;
    
    background-size: contain;
    line-height: 98px;
    width: 230px;
    padding-left: 35px;
    margin-left: 30px;
}

.nav .head-tel i {
    display: inline-block;
    width: 49px;
    height: 49px;
    vertical-align: middle;
    background: url(../image/icon-tel1.png) no-repeat center;
}

.nav .head-tel span {
    display: inline-block;
    color: #0079d0;
    font-family: "impact";
    font-size: 20px;
    margin-left: 15px;
}







.banner-box {
    position: relative;
    text-align: center;
    min-width: 1280px;
}

.banner-box .swiper-container-horizontal>.swiper-pagination-bullets,
.banner-box .swiper-pagination-custom,
.banner-box .swiper-pagination-fraction {
    bottom: 20px;
}

.banner-box .swiper-pagination {
    z-index: 999;
}

.banner-box .swiper-pagination-bullet {
    width: 25px;
    height: 24px;
    background: url(../image/ban-m2.png) no-repeat center;
    background-size: contain;
    opacity: 1;
}

.banner-box .swiper-pagination-bullet-active {
    width: 25px;
    height: 24px;
    background: url(../image/ban-m1.png) no-repeat center;
    background-size: contain;
}

.banner-box .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
}

.banner-title {
    position: absolute;
    top: 190px;
    left: 50%;
    margin-left: -200px;
}

.banner-title h3 {
    font-size: 36px;
    color: #fff;
    float: left;
    border-right: 1px #fff solid;
    padding-right: 35px;
    margin-right: 35px;
    text-align: right;
}

.banner-title h3 em {
    font-size: 14px;
    display: block;
    margin-top: 10px;
    padding-bottom: 60px;
}

.banner-title h4 {
    font-size: 36px;
    color: #fff;
    float: left;
    text-align: left;
}

.banner-title h4 em {
    font-size: 16px;
    display: block;
}

.nbanner-box  {
    
    position: relative;
    overflow: hidden;
}
.banner-box .swiper-container{width:100%;}
.nbanner-box .swiper-container{
width:1280px;}
.nbanner-box .box1 {
    
    left: 50%;
}

.con-banner-box {
    position: relative;
    min-width: 1280px;
}

.con-banner-box .con-tit {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 121, 208, .8);
    width: 300px;
    height: 150px;
    padding-top: 20px;
}

.con-banner-box .con-tit span {
    display: block;
    position: relative;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #fff;
    padding-bottom: 25px;
}

.con-banner-box .con-tit span::after {
    content: '';
    position: absolute;
    width: 42px;
    height: 2px;
    background: #fff;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
}

.con-banner-box .con-tit i {
    display: block;
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}




.banner-box .banner-m2 {
    display: none;
}

.banner-box .swiper-button-prev {
    background-image: url(../image/icon-left.png);
    background-color: rgba(0, 0, 0, .5);
    padding: 50px 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 38px;
    left: 10%;
    top: calc(50% - 24px);
}

.banner-box .swiper-button-next {
    background-image: url(../image/icon-right.png);
    background-color: rgba(0, 0, 0, .5);
    padding: 50px 28px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 38px;
    right: 10%;
    top: calc(50% - 24px);
}







.tit-box1 {
    text-align: center;
}

.tit-box1 .tit-zh {
    background: url(../image/pro-m3.png) no-repeat center;
    font-size: 36px;
    font-weight: bold;
    line-height: 36px;
}

.tit-box1 .tit-en {
    font-size: 20px;
    color: #f4a303;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 8px;
}







.inx-pro {
    padding: 40px 0;
    background-color: #f5f5f5;
}

.inx-pro .top-pro {
    overflow: hidden;
    border: 1px solid #f0f0f0;
    background-color: #fff;
    margin: 30px 0;
}

.inx-pro .top-pro:hover .img-box img {
    transform: scale(1.05);
}

.inx-pro .top-pro .img-box {
    position: relative;
    float: left;
    width: 45%;
    text-align: center;
    padding: 25px 0;
    border-right: 1px solid #f0f0f0;
}

.inx-pro .top-pro .img-box::after {
    content: '';
    position: absolute;
    width: 126px;
    height: 126px;
    background: url(../image/pro-m1.png) no-repeat center;
    top: -7px;
    right: -7px;
}

.inx-pro .top-pro .img-box img {
    transition: all 0.5s;
}

.inx-pro .top-pro .text-box {
    float: right;
    width: 55%;
    height: 100%;
    padding: 20px 20px 20px 40px;
}

.inx-pro .top-pro .text-box .pro-name {
    font-size: 18px;
    font-weight: bold;
    color: #0079d0;
    line-height: 32px;
    margin-bottom: 10px;
}

.inx-pro .top-pro .text-box .pro-text h3 {
    font-size: 17px;
    color: #333;
    font-weight: bold;
    margin-bottom: 5px;
}

.inx-pro .top-pro .text-box .pro-text p {
    line-height: 26px;
    color: #666;
    font-size: 14px;
}

.inx-pro .top-pro .text-box a {
    display: block;
    width: 110px;
    line-height: 40px;
    text-align: center;
    background-color: #0079d0;
    color: #fff;
    border-radius: 6px;
    font-size: 15px;
    margin-top: 15px;
    border: 1px solid #0079d0;
}

.inx-pro .top-pro .text-box a:hover {
    background-color: #fff;
    color: #0079d0;
}

.inx-pro .list-s1 {
    position: relative;
}

.inx-pro .list-s1 .img-box {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-bottom: 0;
    transition: 1s;
}

.inx-pro .list-s1 .img-box img{
    width:100%;
}

.inx-pro .list-s1 .img-box .cover-box {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 121, 208, .6);
    text-align: center;
    transform-origin: left bottom;
    transform: rotate(90deg);
    transition: 0.6s;
}

.inx-pro .list-s1 .swiper-slide:hover .img-box {
    border-color: #0079d0;
}

.inx-pro .list-s1 .swiper-slide:hover .img-box .cover-box {
    transform: rotate(0deg);
}

.inx-pro .list-s1 .img-box .cover-box i {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 42px;
    height: 42px;
    background: url(../image/icon-search.png) no-repeat center;
    background-size: contain;
    transform: translate(-50%, -50%);
}

.inx-pro .list-s1 .pro-name {
    line-height: 42px;
    background: #acb4c6;
    text-align: center;
    padding: 0 15px;
    color: #fff;
    font-size: 15px;
}

.inx-pro .list-s1 .swiper-slide:hover .pro-name {
    background: #0079d0;
    color: #fff;
}

.inx-pro .list-s1 .swiper-container {
    padding-bottom: 100px;
}

.inx-pro .list-s1 .swiper-button-prev {
    width: 49px;
    height: 49px;
    background: url(../image/icon-qh-m3.png) no-repeat center;
    background-size: contain;
    left: 40%;
    top: 88%;
}

.inx-pro .list-s1 .swiper-button-next {
    width: 49px;
    height: 49px;
    background: url(../image/icon-qh-m2.png) no-repeat center;
    background-size: contain;
    right: 40%;
    top: 88%;
}

.inx-pro .list-s1 .more-pro {
    display: block;
    position: absolute;
    z-index: 2;
    left: 50%;
    top: 82%;
    transform: translate(-50%);
    width: 49px;
    height: 49px;
    background: url(../image/icon-qh-m1.png) no-repeat center;
    background-size: contain;
}







.inx-adv .top-adv {
    position: relative;
    background: url(../image/adv-m1.jpg) no-repeat center;
    background-size: contain;
    height: 200px;
}

.inx-adv .top-adv::after {
    content: '';
    position: absolute;
    width: 224px;
    height: 134px;
    background: url(../image/adv-m3.png) no-repeat center;
    top: 22px;
    right: calc(50% - 40px);
    transform: translateX(100%);
}

.inx-adv .top-adv .img-box {
    text-align: center;
    padding-top: 32px;
}

.inx-adv .top-adv p {
    text-align: center;
    font-size: 20px;
    color: #222222;
    font-weight: bold;
    margin-top: 10px;
}

.inx-adv .adv-list1 .adv-box1 {
    width: calc(50% - 40px);
    padding-right: 40px;
}

.inx-adv .adv-list1 .adv-box1 .adv-num1 {
    margin-top: 30px;
}

.inx-adv .adv-list1 .adv-box1 .adv-name .adv-num {
    width: 77px;
    height: 103px;
    background: url(../image/adv-m4.png) no-repeat center;
    text-align: center;
    padding-top: 12px;
    margin-right: 20px;
}

.inx-adv .adv-list1 .adv-box1 .adv-name {
    margin-bottom: 10px;
}

.inx-adv .adv-list1 .adv-box1 .adv-name .adv-num span {
    display: block;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
}

.inx-adv .adv-list1 .adv-box1 .adv-name .adv-num i {
    display: block;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
}

.inx-adv .adv-list1 .adv-box1 .adv-tit h2 {
    font-size: 24px;
    color: #0079d0;
    font-weight: bold;
    margin-bottom: 25px;
}

.inx-adv .adv-list1 .adv-box1 .adv-tit {
    position: relative;
}

.inx-adv .adv-list1 .adv-box1 .adv-tit::after {
    content: '';
    position: absolute;
    background: url(../image/adv-m8.png) no-repeat center;
    width: 359px;
    height: 7px;
    bottom: 28px;
    left: 0;
}

.inx-adv .adv-list1 .adv-box1 .adv-tit .adv-en {
    font-size: 14px;
    color: #333333;
    text-transform: uppercase;
}

.inx-adv .adv-list1 .adv-box1 .adv-text {
    position: relative;
    padding-left: 30px;
}

.inx-adv .adv-list1 .adv-box1 .adv-text::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 8px;
    width: 12px;
    height: 12px;
    background-color: #0079d0;
    transform: rotate(45deg);
}

.inx-adv .adv-list1 .adv-box1 .adv-text p {
    font-size: 16px;
    color: #333;
    line-height: 30px;
}

.inx-adv .adv-list1 .adv-img {
    width: 50%;
    background: url(../image/adv-m5.png) no-repeat bottom;
    padding-bottom: 50px;
    background-size: contain;
    margin-top: 35px;
}

.inx-adv .adv-list1.adv-list2 {
    margin-top: 20px;
}

.inx-adv .adv-list1.adv-list2 .adv-box1 {
    padding-right: 0px;
    padding-left: 40px;
}







.inx-promise {
    background: url(../image/promise-m1.jpg) no-repeat center;
    padding: 40px 20px;
    margin: 40px 0;
}

.inx-promise .promise-box {
    width: calc(50% - 40px);
    margin-right: 40px;
}

.inx-promise .promise-box .text h2 {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
}

.inx-promise .promise-box .text p {
    font-size: 11px;
    color: #fff;
    line-height: 20px;
    width: 85%;
    margin-top: 10px;
}

.inx-promise .promise-box .tel {
    margin-top: 10px;
}

.inx-promise .promise-box .tel .tel-box {
    position: relative;
    padding-left: 35px;
    float: left;
}

.inx-promise .promise-box .tel .tel-box::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 26px;
    height: 26px;
    background: url(../image/icon-tel2.png) no-repeat center;
}

.inx-promise .promise-box .tel .tel-box span {
    display: block;
    font-size: 14px;
    color: #fff;
}

.inx-promise .promise-box .tel .tel-box i {
    display: block;
    font-size: 20px;
    font-family: "impact";
    color: #fff;
}

.inx-promise .promise-box .tel a {
    display: block;
    float: right;
    width: 100px;
    color: #fff;
    text-align: center;
    line-height: 34px;
    background: #cc230c;
    border-radius: 34px;
    margin-right: 50px;
    margin-top: 15px;
}






.inx-abo{
    margin-bottom:40px;
}
.inx-abo .abo-text {
    width: 50%;
}

.inx-abo .abo-text h2 {
    font-size: 42px;
    color: #0079d0;
    font-weight: bold;
    text-transform: uppercase;
}

.inx-abo .abo-text h3 {
    position: relative;
    font-size: 24px;
    font-weight: bold;
    color: #222222;
    padding-bottom: 35px;
}

.inx-abo .abo-text h3::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 15px;
    width: 50px;
    height: 3px;
    background-color: #0079d0;
}

.inx-abo .abo-text .text {
    font-size: 14px;
    color: #666;
    line-height: 38px;
}

.inx-abo .abo-text .more-nobg {
    display: block;
    width: 110px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    color: #0079d0;
    border-radius: 6px;
    font-size: 15px;
    margin-top: 15px;
    border: 1px solid #0079d0;
}

.inx-abo .abo-text .more-nobg:hover {
    background-color: #0079d0;
    color: #fff;
}

.inx-abo .img-box {
    width: calc(50% - 50px);
    margin-left: 50px;
    position: relative;
}

.inx-abo .img-box::before {
    content: '';
    position: absolute;
    width: calc(100% - 64px);
    height: calc(100% - 40px);
    border: 1px solid #fff;
    left: 20px;
    top: 20px;
    opacity: 0.4;
    transition: 1s;
}

.inx-abo .img-box::after {
    content: '';
    position: absolute;
    width: 22px;
    height: 330px;
    background-color: #0079d0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.inx-abo .img-box:hover::before {
    height: 100%;
    width: calc(100% - 22px);
    top: 0;
    left: 0;
    border-color: #0079d0;
}

.inx-abo .img-box img {
    width: calc(100% - 22px);
}







.inx-news {
    background: url(../image/news-m1.jpg) no-repeat center;
    padding: 40px 0;
}

.inx-news ul {
    margin: 40px 0 20px;
}

.inx-news ul li {
    position: relative;
    float: left;
    width: calc(100% / 3 - 50px);
    margin: 20px 25px;
    background: #fff;
    padding: 20px 20px 30px;
    border-radius: 6px;
    box-sizing: border-box;
}

.inx-news ul li .news-data {
    position: absolute;
    top: -20px;
    background: #0079d0;
    width: 100px;
    padding: 0 10px;
    border-radius: 6px;
    height: 105px;
    text-align: right;
    padding-top: 15px;
    transition: 0.6s;
}

.inx-news ul li:hover .news-data {
    height: 115px;
}

.inx-news ul li .news-data .md {
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

.inx-news ul li .news-data .year {
    font-size: 15px;
    color: #dcdcdc;
    margin-top: 10px;
}

.inx-news ul li .news-text {
    padding-top: 95px;
}

.inx-news ul li .news-text h2 {
    font-size: 18px;
    color: #333;
}

.inx-news ul li .news-text p {
    font-size: 14px;
    color: #999;
    line-height: 24px;
    margin-top: 15px;
}

.inx-news ul li i {
    display: block;
    position: absolute;
    right: 25%;
    top: 30px;
    width: 12px;
    height: 24px;
    background: url(../image/icon-jt.png) no-repeat center;
    transition: 0.6s;
    opacity: 0;
}

.inx-news ul li:hover i {
    right: 20%;
    top: 40px;
    opacity: 1;
}

.inx-news .more-bg {
    display: block;
    width: 110px;
    line-height: 40px;
    text-align: center;
    background-color: #fff;
    color: #0079d0;
    border-radius: 6px;
    font-size: 15px;
    margin-top: 15px;
    border: 1px solid #0079d0;
    margin: auto;
}

.inx-news .more-bg:hover {
    background-color: #0079d0;
    color: #fff;
}







footer {
    background: url(../image/foot-m1.jpg) repeat-y top;
    padding: 40px 0 0;
}

.qr-box {
    float: left;
    width: 395px;
    height: 284px;
    background: url(../image/foot-m2.png) no-repeat center;
    padding-top: 60px;
    padding-left: 10px;
}

.qr-box .img-box {
    float: left;
    background: #fff;
    padding: 8px;
}

.qr-box .foot-text {
    width:210px;
    float: left;
    margin-left: 15px;
    color: #fff;
}

.qr-box .foot-text span {
    display: block;
    font-size: 18px;
    color: #f4a303;
}

.qr-box .foot-text i {
    display: block;
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
}

.qr-box .foot-text .tel {
    font-size: 24px;
    font-family: 'impact';
}

.qr-box .foot-text .add {
    font-size: 15px;
}

footer .nav-box {
    float: right;
    
    margin-top: 20px;
}

footer .nav-box ul li {
    float: left;
    margin-left: 45px;
}

footer .nav-box ul li:first-child {
    margin-left: 0;
}

footer .nav-box ul li .tit {
    display: block;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}

footer .nav-box ul li .child a {
    display: block;
    font-size: 14px;
    color: #b7b7b7;
    line-height: 30px;
}

footer .nav-box ul li .child a:hover {
    color: #fff;
}

footer .copyright {
    padding: 20px 0;
    border-top: 1px solid #3e3e3e;
    margin-top: 30px;
}

footer .copyright .copy {
    float: left;
    font-size: 14px;
    color: #cccccc;
}

footer .copyright a {
    float: right;
    font-size: 14px;
    color: #cccccc;
}

footer .copyright a:hover {
    color: #fff;
}







.search-box {
    padding-top: 30px;
}

.search-box .inp {
    overflow: hidden;
    display: block;
    float: left;
    margin-left: 0px;
    width: 538px;
    height: 34px;
    background: url(../image/search-m1.jpg) no-repeat left top;
    margin-right: 20px;
}

.search-box .itext {
    display: block;
    float: left;
    padding-left: 10px;
    width: 455px;
    height: 34px;
    line-height: 34px;
    color: #616161;
    font-size: 14px;
    border: 0;
    background: none;
}

.search-box .ibtn {
    display: block;
    float: right;
    width: 62px;
    height: 34px;
    border: 0;
    background: none;
    cursor: pointer;
}

.search-box p {
    line-height: 34px;
}

.search-box p b {
    font-size: 15px;
}

.search-box p a {
    display: inline-block;
    font-size: 14px;
    margin-left: 15px;
}







.sub-nav {
    float: left;
    width: 300px;
}

.sub-nav .leib2 {
    margin-bottom: 20px;
}

.sub-nav .leib2 .tit {
    color: #fff;
    font-size: 24px;
    background: #0079d0;
    
    padding-top: 18px;
    font-weight: bold;
    padding-bottom: 15px;
    text-align: center;
    overflow: hidden;
}

.sub-nav .leib2 .tit i {
    color: #fff;
    display: block;
    font: 12px Arial;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    margin-top: 10px;
    text-transform: capitalize;
}

.sub-nav .leib2 .nr {
    border: 4px solid #0079d0;
    padding-bottom: 50px;
}

.sub-nav .leib2 .nr h3 {
    display: block;
    margin: 15px auto 0;
    padding-left: 25px;
    
    
    line-height: 30px;
    border-bottom: 1px solid #ececec;
    background: url(../image/pro-m5.jpg) no-repeat 1% 48%;
    font-size: 16px;
    font-weight: bold;
    margin-left: 10px;
    padding-bottom: 10px;
}

.sub-nav .leib2 .nr h3 a {
    color: #333;
    transition: 0.4s;
    display: block;
}

.sub-nav .leib2 .nr h3.on a {
    color: #0079d0;
    padding-left: 10px;
}

.sub-nav .leib2 .nr h3:hover a {
    color: #0079d0;
    padding-left: 10px;
}

.sub-nav .leib2 .nr ul {
    margin: 5px 5px 5px 35px;
}

.sub-nav .leib2 .nr ul li {
    display: block;
    
    
    line-height: 24px;
    font-size: 14px;
    position: relative;
    margin-bottom: 10px;
}

.sub-nav .leib2 .nr ul li a {
    color: #333333;
}

.sub-nav .leib2 .nr ul li a:hover {
    color: #0079d0;
}

.sub-nav .leftlx {
    width: 300px;
    text-align: left;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    padding: 10px;
    border: 1px solid #ececec;
    display: block;
    margin-bottom: 20px;
    border-bottom: 5px solid #0079d0;
}

.sub-nav .leftlx .dianhua span {
    font-size: 20px;
    color: #0079d0;
    font-family: 'impact';
}

.sub-nav .leftlx p {
    padding-top: 10px;
    line-height: 25px;
}

.sub-nav .leftlx p a:nth-child(2) {
    margin-left: 42px;
}

.con {
    margin-top: 30px;
}

.con .right {
    float: left;
    width: calc(100% - 340px);
    margin-left: 40px;
}

.con .right .plc {
    border-bottom: #ccc 1px solid;
    line-height: 38px;
    height: 38px;
    color: #555;
    margin-bottom: 10px;
    font-size: 15px;
    font-family: 微软雅黑;
    background: url(../image/icon-dizhi.png) no-repeat 5px 11px;
    padding-left: 25px;
}

.con .right .plc .red_x {
    color: #1e468e;
    font-weight: bold;
    font-size: 14px;
}

.con .right .plc a {
    color: #555;
}

.con-pro .right .pro-list ul {
    margin-top: 30px;
}

.con-pro .right .pro-list ul li {
    float: left;
    width: calc(100% / 3 - 30px);
    margin: 0 15px 20px;
    position: relative;
}

.con-pro .right .pro-list ul li .img-box {
    position: relative;
    overflow: hidden;
    background: #fff;
    border: 1px solid #f0f0f0;
    border-bottom: 0;
    transition: 1s;
}

.con-pro .right .pro-list ul li .img-box .cover-box {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 121, 208, .6);
    text-align: center;
    transform-origin: left bottom;
    transform: rotate(90deg);
    transition: 0.6s;
}

.con-pro .right .pro-list ul li:hover .img-box {
    border-color: #0079d0;
}

.con-pro .right .pro-list ul li:hover .img-box .cover-box {
    transform: rotate(0deg);
}

.con-pro .right .pro-list ul li .img-box .cover-box i {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 42px;
    height: 42px;
    background: url(../image/icon-search.png) no-repeat center;
    background-size: contain;
    transform: translate(-50%, -50%);
}

.con-pro .right .pro-list ul li .pro-name {
    line-height: 42px;
    background: #acb4c6;
    text-align: center;
    padding: 0 15px;
    color: #fff;
    font-size: 15px;
}
















.RighInfo001277 .list_img {
    
    width: 100%;
    position: relative;
}

.RighInfo001277 .big_img {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 80%;
}

.RighInfo001277 .big_img li,
.RighInfo001277 .big_img li figure {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
}

.RighInfo001277 .big_img li figure {
    border: 1px solid #dcdcdc;
    border: 1px solid #dcdcdc;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.RighInfo001277 .big_img figure {
    margin: 0;
}

.RighInfo001277 .list {
    padding: 42px 0 42px 82.9%;
}

.RighInfo001277 .list .bd {
    position: relative;
}

.RighInfo001277 .list a {
    position: absolute;
    width: 17.1%;
    height: 40px;
    right: 0;
    background: url(../image/RighInfo001277-btn_prev.png) no-repeat center center/auto 50%;
    cursor: pointer;
}

.RighInfo001277 .list a.prev {
    top: 0;
}

.RighInfo001277 .list a.next {
    bottom: 0;
    background-image: url(../image/RighInfo001277-btn_next.png);
}

.RighInfo001277 .list a.prevStop,
.RighInfo001277 .list a.nextStop {
    cursor: default;
}

.RighInfo001277 .list li {
    height: 114px;
    position: relative;
}

.RighInfo001277 .list li figure {
    position: absolute;
    left: 0;
    width: 100%;
    top: 9px;
    bottom: 9px;
    background-size: contain;
    background-repeat:no-repeat;
    background-position: center;
    border: 1px solid #f2f2f2;
    margin: 0;
}

.RighInfo001277 .list li.on figure {
    border: 2px solid #0079d0;
}

.RighInfo001277 .right_info {
    float: right;
    width: 39.2%;
}

.RighInfo001277 .right_info h1,
.RighInfo001277 .right_info h3 {
    margin: 0;
    padding: 5% 0;
    border-bottom: 1px solid #e7e8e8;
}

.RighInfo001277 .right_info p {
    margin: 0;
}

.RighInfo001277 .right_info h1 {
    padding: 7% 0;
    color: #0079d0;
    font-size: 26px;
}

.RighInfo001277 .right_info h3 {
    font-size: 18px;
    font-weight: normal;
}

.RighInfo001277 .tab {
    padding: 3% 0;
}

.RighInfo001277 .tab .h1_tab {
    margin: 0;
    border-bottom: 1px solid #e7e8e8;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}

.RighInfo001277 .tab .h1_tab span {
    float: left;
    padding: 0 3%;
    line-height: 50px;
    background-color: #f2f2f3;
    margin-right: 4px;
    cursor: pointer;
}

.RighInfo001277 .tab .h1_tab span.on {
    background-color: #0079d0;
    color: #fff;
}

.RighInfo001277 .tab .info {
    padding-top: 3%;
}

.RighInfo001277 .ul_download li {
    border-bottom: 1px solid #d1d1d3;
    line-height: 34px;
    background: url(404.png) no-repeat right center;
    padding: 10px 0;
}

.RighInfo001277 .ul_download li a {
    padding: 0 38px;
    background: url(404.png) no-repeat left center;
}

.RighInfo001277 .view-list {
    padding: 20px 0 10px;
}

.RighInfo001277 .view-list p {
    padding-bottom: 10px;
    font-size: 16px;
    line-height: 24px;
    color: #666;
}

.RighInfo001277 .view-list p em {
    color: #0079d0;
}

.RighInfo001277 .view_minx {
    background: url(404.png) no-repeat center center;
    cursor: pointer;
    margin-top: 5px;
}

.RighInfo001277 .right_info .btn-cart {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 10px 5%;
    color: #0079d0;
    transition: 0.4s;
}

.RighInfo001277 .right_info .btn-cart:hover {
    background-color: #0079d0;
    color: #fff;
}

.RighInfo001277 .right_info .btn-buy {
    display: inline-block;
    background: #0079d0;
    padding: 10px 5%;
    color: #fff;
    transition: 0.4s;
    margin-left: 20px;
}

.pro-con1 {
    margin-top: 30px;
    position: relative;
}

.pro-con1 .pro-tit {
    line-height: 30px;
    background: #0079d0;
    color: #FFFFFF;
    font-size: 16px;
    text-align: center;
    width: 160px;
    padding: 10px 0;
}

.pro-con1 .pro-text {
    border-top: 1px solid #ddd;
    padding: 30px 10px;
    font-size: 15px;
    line-height:28px;
}

.pro-con1 .pro-text .box {
    margin-bottom: 10px;
}

.pro-con1 .pro-text .box h2 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: bold;
}

.pro-con1 .pro-text .box p {
    line-height: 32px;
}










.con-news-list {
    margin: 30px 0;
}

.con-news-list ul li {
    padding: 10px 20px;
    margin-bottom: 20px;
    background: #f5f5f5;
}

.con-news-list ul li a .time {
    transition: 1s;
    float: left;
    width: 100px;
    background: #ddd;
    padding: 10px;
    margin-right: 20px;
}

.con-news-list ul li a .time span {
    color: #333;
    padding-bottom: 10px;
    font-size: 26px;
    font-weight: bold;
    display: block;
    text-align: center;
}

.con-news-list ul li a .time i {
    color: #999;
    display: block;
    padding-top: 10px;
    border-top: 1px solid #999;
    text-align: center;
}

.con-news-list ul li a .txt {
    float: left;
    width: calc(100% - 150px);
}

.con-news-list ul li a .txt h2 {
    font-weight: bold;
    margin-bottom: 10px;
    padding-top: 20px;
}

.con-news-list ul li:hover a .time {
    background: #0079d0;
}

.con-news-list ul li:hover a .time span {
    color: #fff;
}

.con-news-list ul li:hover a .time i {
    color: #fff;
    border-top-color: #fff;
}







.news_list_fl {
    margin-top: 2%;
}

.news_list_fl .auto {
    max-width: 1600px;
}

.news_list_fl h3 {
    margin: 0;
    font-size: 18px;
}

.news_list_fl p {
    line-height: 26px;
    overflow: hidden;
    color: #999;
    height: 52px;
    margin: 2% 0 0 0;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.news_list_fl .ul ol {
    background-color: #fff;
    margin-bottom: 2%;
    position: relative;
    padding-left: 36.25%;
}

.news_list_fl .ul ol .Ispic {
    width: 36.25%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
}

.news_list_fl .ul ol .Ispic img {
    display: none;
}

.news_list_fl .ul ol div {
    padding: 5% 10% 3% 5%;
}

.news_list_fl .ul ol h3 a {
    color: #0079d0;
}

.news_list_fl .ul ol h3 a:hover {
    color: #0079d0;
}

.news_list_fl .ul ol time {
    display: block;
    padding: 3% 0;
    transition: 1s;
}

.news_list_fl .ul ol p {
    margin: 0 0 3% 0;
    min-height: 78px;
}

.news_list_fl .ul ol span a {
    display: inline-block;
    width: 130px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: #0079d0;
    font-size: 12px;
    border: 1px solid #0079d0;
    transition: all 0.5s;
}

.news_list_fl .ul ol span a:hover {
    background: none;
    color: #0079d0;
}

.news_list_fl .ul ol:hover time {
    padding-left: 15px;
}

.news_list_fl .ul li {
    display: block;
    overflow: hidden;
    padding-left: 160px;
    padding-right: 58px;
    position: relative;
    margin-bottom: 2%;
    background-color: #fff;
    transition: .5s;
}

.news_list_fl .ul li:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 58px;
    height: 100%;
    background: url(../image/icon-jt.png) no-repeat center center;
    border-left: 1px solid #eee;
}

.news_list_fl .ul li h3 {
    transition: 1s;
}

.news_list_fl .ul li h3 a:hover {
    color: #0079d0;
}

.news_list_fl .ul li div {
    border-left: 1px solid #ededed;
    padding: 2% 3%;
}

.news_list_fl .ul li time {
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 100%;
}

.news_list_fl .ul li time span {
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #b2b2b2;
    font-size: 16px;
}

.news_list_fl .ul li time i {
    font-style: normal;
    transition: 1s;
    font-size: 50px;
    color: #999;
    display: block;
    font-family: "Courier New", Courier, monospace;
    line-height: 40px;
}

.news_list_fl .ul li time i:after {
    display: block;
    content: '';
    margin: 5px auto;
    height: 9px;
    width: 50%;
    max-width: 66px;
    background: url(404.png) no-repeat center;
}

.news_list_fl .ul li div p {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list_fl .ul li:hover {
    background: #fff;
    box-shadow: 0 0 20px #ddd;
}

.news_list_fl .ul li:hover h3 {
    padding-left: 20px;
}

.news_list_fl .ul li:hover h3 a {
    color: #0079d0;
}

.news_list_fl .ul li:hover time i {
    color: #0079d0;
}

.news_list_fl .ul li:hover time i:after {
    background: url(404.png) no-repeat center;
}







.con.con-case .right {
    width: calc(100% - 340px);
}

.con.con-case .right .pro-list {
    margin-top: 30px;
}

.con.con-case .right .pro-list ul li {
    float: left;
    width: calc(100% / 3 - 20px);
    margin: 0 10px 20px;
    position: relative;
}

.con.con-case .right .pro-list ul li .img-box {
    padding: 8px;
}

.con.con-case .right .pro-list ul li .img-box img {
    transition: 0.4s;
}

.con.con-case .right .pro-list ul li:hover .img-box {
    overflow: hidden;
}

.con.con-case .right .pro-list ul li:hover .img-box img {
    transform: scale(1.1);
}

.con-pro .right .pro-list ul li:hover .pro-name {
    background-color: #0079d0;
    color: #fff;
}







.news_detail .content {
    padding: 2%;
    border: 1px solid #eaeaea;
    margin-top: 50px;
    margin-bottom: 40px;
}

.news_detail .title {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    text-align: center
}

.news_detail .title {
    font-size: 30px;
    line-height: 40px;
    color: #333;
    text-align: center
}

.news_detail .Abstract {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    margin-top: 15px;
    margin-bottom: 20px;
    padding: 5px 10px;
    color: #999999;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(228, 228, 228, 1);
    background-color: rgba(252, 251, 253, 1);
}

.news_detail .text,
.news_detail .text span,
.news_detail .text p,
.news_detail .text div {
    font-size: 15px!important;
    line-height: 28px!important;
    font-family: "微软雅黑"!important;
}

.news_detail .Vice-title {
    text-align: center;
    font-size: 13px;
    margin: 20px 0;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
}

.news_detail .Vice-title .e-title {
    color: #c8c8c8;
}

.news_detail .Vice-title .e-title:nth-child(1) {
    background: url(404.png)no-repeat left center;
    padding-left: 15px;
}

.news_detail .Vice-title .e-title:nth-child(2) {
    margin-left: 10px;
    display: inline-block;
}

.news_detail .Vice-title .e-title:nth-child(3) {
    margin-left: 10px;
    display: inline-block;
}

.news_detail .text img {
    display: block;
    margin: auto;
}

.news_detail span.center {
    text-align: center;
    display: block;
    font-size: 16px;
}

.news_detail .img {
    max-width: 100%
}

.news_detail .fanye {
    line-height: 30px;
    font-size: 15px;
    color: #666;
    margin-top: 30px;
}

.news_detail .fanye .prev {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_detail .fanye .next {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news_detail .fanye a:hover {
    color: #1A583D
}

.news_detail .fanye span {
    color: #999;
}

.news_detail .detail-text {
    text-indent: 32px;
    line-height: 32px;
}

.news_detail .img-box {
    text-align: center;
}







.work-tit {
    font-size: 16px;
    font-weight: 700;
    border-left: 4px solid #298FCB;
    padding-left: 16px;
    line-height: 26px;
    margin-bottom: 30px;
}

.list-s6 {
    background: url(404.png) no-repeat bottom right;
    background-size: 35%;
    margin-top: 30px;
}

.list-s6 ul li {
    margin-bottom: 30px;
    width: calc(50% - 40px);
    margin: 0 20px 20px;
    float: left;
    border-bottom: 1px solid #f0f0f0;
}

.lit-tit {
    font-size: 16px;
    font-weight: 700;
    color: #666;
    margin-bottom: 10px;
}

.work-duty {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-bottom: 20px;
}







.resume-box .comm-list-title {
    line-height: 48px;
    padding: 0 20px;
    background: #0079d0;
    margin: 20px 0 10px;
    color: #fff;
}

.resume-box .comm-list-title span {
    float: left;
    font-size: 15px;
}

.resume-box .comm-list-title a {
    float: right;
    color: #fff;
    font-size: 14px;
}

.resume-box dl dt {
    margin: 2% 0;
    color: #333;
    font-size: 20px;
    padding-left: 10px;
    line-height: 48px;
    background: #eee;
}

.resume-box dd ul {
    margin-left: -20px;
}

.resume-box dd li {
    float: left;
    width: calc(25% - 20px);
    margin-left: 20px;
    margin-bottom: 20px;
    position: relative;
}

.resume-box dd li:nth-child(3n) {
    margin-right: 0;
}

.resume-box dd .text {
    border: 1px solid #dadada;
    line-height: 46px;
    height: 46px;
    width: 100%;
    background: #fff;
    padding: 0 10px;
}

.resume-box dd li label {
    position: absolute;
    left: 5px;
    top: 0;
    line-height: 46px;
    font-size: 15px;
    color: #999;
}

.resume-box dd li .form_err {
    position: absolute;
    right: 5px;
    top: 50%;
    color: #f00;
    line-height: 20px;
    margin-top: -10px;
}

.resume-box dl.textarea-box dd textarea.text {
    height: 220px;
}

.resume-box dl.textarea-box dd textarea.text {
    height: 150px;
}

.resume-box .resume-list input:last-child {
    margin-right: 0
}

.resume-box .btn {
    transition: 0.4s all;
    margin: 4% 0;
    padding: 0;
    cursor: pointer;
    border-radius: 5px;
    background: #0079d0;
    color: #fff;
    height: 46px;
    line-height: 46px;
    border: 1px solid #0079d0;
    font-size: 18px;
    width: 40%;
    max-width: 170px;
}

.resume-box .btn:hover {
    background: #fff;
    color: #0079d0;
    border: 1px solid #0079d0;
}




.resume-box .resume-list .resume-input {
    float: left;
    width: 100%;
}

.resume-box .resume-list .resume-input .select-li select {
    color: #999;
    width: 100%;
    line-height: 46px;
    height: 46px;
    border: 1px solid #dadada;
}

.resume-box .resume-list .resume-input .select-li select option {
    line-height: 46px;
    color: #999;
}







.con-box {
    margin-top: 30px;
}



.con-box p {
    font-size: 15px;
    
    line-height: 2;
    color: #666;
    
    margin-bottom: 10px;
    text-align: justify;
}

.con-box b {
    display: block;
    line-height: 32px;
    color: #cc230c;
}

.cul-box {
    margin-top: 30px;
}







.con-mon {
    margin-top: 30px;
}

.con-mon ul li {
    float: left;
    width: calc(100% / 3 - 30px);
    margin: 0 15px 20px;
}

.con-mon ul li .img-box {
    border: 1px solid #ddd;
    border-bottom: 0;
    overflow: hidden;
}

.con-mon ul li p {
    line-height: 42px;
    background: #ddd;
    color: #333;
    padding: 0 10px;
    text-align: center;
    font-size: 15px;
    transition: 0.4s;
}

.con-mon ul li:hover p {
    background-color: #0079d0;
    color: #fff;
}

.con-mon ul li .img-box img {
    transition: 0.4s;
}

.con-mon ul li:hover .img-box {
    border-color: #0079d0;
}

.con-mon ul li:hover .img-box img {
    transform: scale(1.05);
}







.graphic-title-box {
    width: 45%;
    padding-right: 20px;
    float: left;
    position: relative;
}

.ind-mas-box {
    width: 55%;
    float: right;
}

.ind-mas-box.mas-in {
    padding-left: 20px;
    padding-right: 20px;
}

.input-group {
    display: flex;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}

.input-group label {
    font-size: 14px;
    color: #666;
    width: 50px;
    text-align: right;
}

.input-group input {
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
    line-height: 32px;
}

.input-group textarea {
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.input-group.baseline {
    align-items: baseline;
}

.ind-btn-subm {
    width: calc(100% - 50px);
    float: right;
    border-radius: 4px;
}

.btn-submit:hover {
    color: #fff;
}

.ind-btn-subm {
    width: calc(100% - 50px);
    float: right;
    border-radius: 4px;
}

.btn-submit {
    display: inline-block;
    
    backface-visibility: hidden;
    background: transparent none repeat scroll 0 0;
    position: relative;
    transform: translateZ(0px);
    transition-duration: .3s;
    transition-property: color;
    -moz-transform: translateZ(0px);
    -moz-transition-duration: .3s;
    -moz-transition-property: color;
    -webkit-transform: translateZ(0px);
    -webkit-transition-duration: .3s;
    -webkit-transition-property: color;
    
    background: #075ab8;
}

.btn-submit {
    color: #ffffff;
    background-color: #075ab8;
    width: auto;
    border-radius: 0;
    border: 0;
    line-height: normal;
    font-size: .9rem;
    padding: 10px 40px;
}

.mes-box {
    margin-top: 30px;
}







.contact-box .left-contact {
    float: left;
}

.contact-box ul li {
    position: relative;
    left: 48px;
    line-height: 16px;
    padding: 20px 0;
    font-size: 15px;
    float: left;
    width: 50%;
}

.contact-box .mess {
    float: left;
    margin-top: 20px;
}




.contact-box ul li:nth-child(1)::before {
    content: '';
    position: absolute;
    left: -48px;
    top: 14px;
    width: 34px;
    height: 34px;
    background: url(../image/icon-dizhi2.png) no-repeat center;
    background-size: 100%;
}

.contact-box ul li:nth-child(2)::before {
    content: '';
    position: absolute;
    left: -48px;
    top: 14px;
    width: 34px;
    height: 34px;
    background: url(../image/icon-lianxi.png) no-repeat center;
    background-size: 100%;
}

.contact-box ul li:nth-child(3)::before {
    content: '';
    position: absolute;
    left: -48px;
    top: 14px;
    width: 34px;
    height: 34px;
    background: url(../image/icon-dizhi3.png) no-repeat center;
    background-size: 100%;
}

.contact-box ul li:nth-child(4)::before {
    content: '';
    position: absolute;
    left: -48px;
    top: 14px;
    width: 34px;
    height: 34px;
    background: url(../image/icon-youxiang.png) no-repeat center;
    background-size: 100%;
}

.contact-box ul li:nth-child(5)::before {
    content: '';
    position: absolute;
    left: -48px;
    top: 14px;
    width: 34px;
    height: 34px;
    background:  url(../image/icon-wangzhi.png) no-repeat center;
    background-size: 100%;
}

.contact-box ul li:nth-child(6)::before {
    content: '';
    position: absolute;
    left: -48px;
    top: 14px;
    width: 34px;
    height: 34px;
    background: url(../image/icon-wangzhi.png) no-repeat center;
    background-size: 100%;
}

.contact-box ul li:nth-child(7)::before {
    content: '';
    position: absolute;
    left: -48px;
    top: 14px;
    width: 34px;
    height: 34px;
    background: url(../image/icon-wangzhi.png) no-repeat center;
    background-size: 100%;
}




.rec-btn{
display:block;
width:145px;
line-height:48px;
background:#0079d0;
border:1px solid #0079d0;
color:#fff;
text-align: center;
border-radius: 6px;
margin-bottom:20px;
}

.rec-btn:hover{
background:#fff;
border:1px solid #0079d0;
}