* {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

ul,
li,
ol {
    list-style: none;
}

.clearfix {
    clear: both;
}

a {
    text-decoration: none;
    color: #333;
}

input,
textarea {
    background-color: #f6f2f3;
    border: none;
    outline: none;
}

.mid {
    width: 62.5vw;
    min-width: 1200px;
    margin: 0 auto;
}

/* 头部 */
header {
    width: 100%;
    padding: 27px 0 22px;
}

header .mid .logo {
    width: 265px;
    height: 100%;
    color: #2caeff;
    text-align: left;
    float: left;
}

header .mid .logo h4 {
    font-size: 22px;
}

header .mid .logo h5 {
    font-size: 12px;
}

header .nav {
    /**width: 708px;**/
    height: 45px;
    display: flex;
    /**float: left;**/
	width: 62.5vw;
    min-width: 1200px;
    margin: 0 auto;
	margin-top:20px;
	justify-content:space-between;
}

header .nav li {
    width: 118px;
    height: 100%;
    text-align: right;
    line-height: 100%;
    font-size: 16px;
    font-family: "微软雅黑";
    padding-top: 10px;
    box-sizing: border-box;
    /* float: left; */
    position: relative;
}


header .nav li:after {
    content: "|";
    padding-left: 28px;
    color: #e1e1e1;
    font-size: 11px;
}

header .nav li:last-child:after {
    content: "";
}

header .nav li .navActive {
    color: #2caeff;
    font-weight: bold;
}

header .nav li:hover .nav_li {
    color: #2caeff !important;
    font-weight: bold;
}

header .nav li dl div {
    height: 27px;
    width: 100%;
    background-color: #fff;
}

header .nav li dl {
    position: absolute;

    top: 40px;
    width: 120px;
    background: #2caeff;
    z-index: 999;
    display: none;
}

header .nav li:hover dl {
    display: block;
}

header .nav li dl dd {
    line-height: 40px;
    text-align: center;
}

header .nav li dl dd a {
    display: block;
    opacity: 1;
    color: #fff;
}

header .nav li dl dd a:hover {
    font-weight: bold;
}

header .phone {
    float: right;
    /**width: 227px;**/
    height: 100%;
}

header .phone .phoneIcon {
    float: right;
    width: 40px;
    height: 40px;
    margin-right: 7px;
}

header .phone .kefurx {
    float: right;
    font-size: 14px;
    color: #666;
}

header .phone .kefurx span {
    font-size: 20px;
    color: #000;
    font-weight: bold;
    font-style: oblique;
}

/* 首页banner */
.banner {
    width: 100%;
    min-width: 62.5vw;
    position: relative;
}

.banner .swiper-container {
    width: 100%;
}

/* .banner .swiper-container .swiper-slide{
    position: relative;
} */

/* .banner .swiper-container .swiper-slide img{
    width: 100%;
    height: 100%;
} */

.banner .swiper-container .swiper-slide .mid {
    position: absolute;
    top: 0;
    left: 360px;
    z-index: 1000;
    padding-top: 172px;
}

.banner .swiper-container .swiper-slide .mid h5 {
    font-size: 50px;
    color: #fff;
}

.banner .swiper-container .swiper-slide .mid p {
    width: 502px;
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
    line-height: 24px;
    margin: 20px 0 36px;
}

.banner .swiper-container .swiper-slide .mid h6 {
    width: 480px;
    line-height: 50px;
    font-size: 22px;
    color: #fff;
    box-sizing: border-box;
    padding-left: 26px;
    background: linear-gradient(to right, rgba(44, 174, 255, 1) 0%, rgba(44, 174, 255, 0) 100%);
}


.banner .swiper-container .swiper-button-next,
.banner .swiper-container .swiper-button-prev {
    top: 50%;
    color: #fff;
    opacity: 0.2;
}

.banner .swiper-container .swiper-button-prev {
    left: 5.21vw;
}

.banner .swiper-container .swiper-button-next {
    right: 5.21vw;
}

/* 欢迎访问 */
.welcome {
    width: 100%;
    min-width: 1200px;
    background: url(../images/welbg.jpg) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 440px;
    position: relative;
}

.welcome .graybox {
    width: 360px;
    height: 302px;
    background-color: #f6f6f6;
    position: absolute;
    top: 0;
    right: 0;
}

.welcome .mid {
    position: relative;
}

.welcome .blueBox {
    width: 220px;
    height: 220px;
    background: -webkit-linear-gradient(left top, #259feb, #075d92);
    color: #fff;
    text-align: center;
    box-sizing: border-box;
    padding-top: 58px;
    font-size: 24px;
    line-height: 30px;
    position: absolute;
    top: 128px;
    left: 0;
    z-index: 1000;
}

.welcome .blueBox h4 {
    font-weight: lighter;
}

.welcome .blueBox h5 {
    font-weight: bold;
    font-size: 1.25vw;
}

.welcome .blueBox .line {
    width: 2.08vw;
    height: 0.37vh;
    background: #fff;
    margin: 4.63vh auto 0;
}

.welcome .rightBox {
    width: 1050px;
    background-color: #f6f6f6;
    position: absolute;
    right: 0;
    top: 0;
    box-sizing: border-box;
    padding: 78px 102px 20px 126px;
}

.welcome .rightBox p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-bottom: 24px;
    text-align: justify;
}

.welcome .rightBox .maohao {
    position: absolute;
    top: 78px;
    right: 0;
}

.welcome .rightBox .more {
    border: 1px solid #cccccc;
    background-color: #fff;
    position: absolute;
    right: 0;
    bottom: -27px;
}

.welcome .rightBox .more a {
    display: inline-block;
    width: 160px;
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    color: #444;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0 32px;
}

.welcome .rightBox .more a img {
    display: inline-block;
    width: 19px;
    height: 8px;
    margin-top: 22px;
    vertical-align: middle;
}


.welcome .rightBox .more a:hover {
    padding: 0 24px;
}

/* .welcome .rightBox .more:hover img{
    margin-left: 27px;
} */


/* .welcome .rightBox .more img{
    margin-left: 19px;
} */

/* 产品展示 */
.product {
    width: 100%;
    background: url(../images/juxingbg.jpg) no-repeat;
    background-size: 100% 100%;
    padding-bottom: 112px;
    padding-top: 84px;
}

.mid .top h2 {
    font-size: 40px;
    color: #000;
    text-align: center;
    margin-bottom: 12px;
}

.mid .top h3 {
    font-size: 12px;
    color: #888;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin-bottom: 18px;
}

.mid .top .line2 {
    margin: auto;
    width: 40px;
    height: 2px;
    background-color: #2caeff;
    margin-bottom: 18px;
}

.mid .top p {
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-bottom: 48px;
}

.product .mid .promain {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.product .mid .promain .probox {
    width: 580px;
    background: url(../images/zhu4.jpg) no-repeat;
    background-size: 100% 100%;
    padding-top: 40px;
}

.product .mid .promain .probox .circle {
    font-size: 16px;
    color: #000;
    line-height: 44px;
    margin-left: 20px;
    position: relative;

}

.product .mid .promain .probox .circle img {
    position: absolute;
    top: 12px;
    left: 0;
}

.product .mid .promain .probox .circle img:nth-child(2) {
    display: none;
}

.product .mid .promain .probox .circle:hover img:nth-of-type(2) {
    display: block;
}

.product .mid .promain .probox .circle:hover span {
    color: #2caeff;
}

.product .mid .promain .probox .circle:hover img:nth-of-type(1) {
    display: none;
}

.product .mid .promain .probox .circle span {
    margin-left: 40px;
}


.product .mid .promain .probox .promore {
    width: 580px;
    background-color: rgb(0, 0, 0, 0.4);
    margin-top: 26px;
    box-sizing: border-box;
    padding: 20px 20px;
    position: relative;
}

.product .mid .promain .probox .promore h6 {
    font-size: 22px;
    line-height: 40px;
    color: #fff;
}

.product .mid .promain .probox .promore p {
    width: 322px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.product .mid .promain .probox .promore .more {
    width: 150px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    position: absolute;
    top: 35px;
    right: 20px;
    border: 1px solid #fff;
    color: #fff;
}

.product .mid .promain .probox .promore .more:hover {
    background-color: #2caeff;
}

.product .mid .promain .probox .promore .more img {
    margin-left: 20px;
}

/* .product .mid .promain .probox .promore .mactive{
    background-color: #2caeff;
} */


/* 视频中心 */
.vidcen {
    width: 100%;
    background-color: #fff;
    padding-top: 84px;
}

.vidcen .mid .vidmain {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.vidcen .mid .vidmain dl {
    width: 280px;
}

.vidcen .mid .vidmain dl dd {
    width: 100%;
    height: 175px;
    position: relative;
}

.vidcen .mid .vidmain dl dd .mence {
    width: 280px;
    height: 175px;
    background-color: rgb(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
}

.vidcen .mid .vidmain dl dd .mengc {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
}

.vidcen .mid .vidmain dl dt {
    width: 100%;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #ccc;
}

.vidcen .mid .vidmain dl:hover dt {
    border-bottom: none;
    background-color: #2caeff;
    color: #fff;
}

.vidcen .mid .vidmain dl:hover dd .mence,
.vidcen .mid .vidmain dl:hover dd img {
    display: none;
}


.vidcen .mid .vidmore {
    width: 180px;
    line-height: 54px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 40px auto 82px;
    color: #444;
    font-size: 14px;
}


.vidcen .mid .vidmore a {
    display: inline-block;
    width: 180px;
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    color: #444;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0 32px;
}

.vidcen .mid .vidmore a img {
    display: inline-block;
    width: 19px;
    height: 8px;
    margin-top: 22px;
    vertical-align: middle;
}


.vidcen .mid .vidmore a:hover {
    padding: 0 24px;
}

/* 新闻中心 */
.news {
    width: 100%;
    background-color: #f6f6f6;
    padding: 84px 0 82px;
}

.news .mid .newsmain {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.news .mid .newsmain .left {
    width: 554px;
    padding: 20px;
    background-color: #fff;
    box-shadow: 2px 2px 24px #c9c8c8;
}

.news .mid .newsmain .left img {
    float: left;
}

.news .mid .newsmain .left .photostr {
    float: right;
    width: 344px;
}

.news .mid .newsmain .left .photostr h6 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin-bottom: 6px;
    margin-top: 6px;
}

.news .mid .newsmain .left .photostr span {
    display: inline-block;
    font-size: 12px;
    color: #888;
    margin-bottom: 6px;
}

.news .mid .newsmain .left .photostr span {
    font-size: 12px;
    color: #888;
}

.news .mid .newsmain .left .photostr p {
    font-size: 14px;
    color: #888;
    line-height: 24px;
}

.news .mid .newsmain ul {
    width: 580px;
}

.news .mid .newsmain ul li {
    width: 100%;
    line-height: 44px;
    border-top: 1px dotted #ccc;
    color: #444;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}

.news .mid .newsmain ul li i {
    font-style: normal;
    font-size: 12px;
    color: #888;
}

.news .mid .newsmain ul li img {
    margin-right: 12px;
}

.news .mid .newsmain ul li:last-child {
    border-bottom: 1px dotted #ccc;
}

.news .mid .vidmore {
    width: 180px;
    line-height: 54px;
    text-align: center;
    border: 1px solid #ccc;
    margin: 40px auto 0;
    color: #444;
    font-size: 14px;
}


.news .mid .vidmore a {
    display: inline-block;
    width: 180px;
    height: 54px;
    line-height: 54px;
    font-size: 14px;
    color: #444;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    padding: 0 32px;
}

.news .mid .vidmore a img {
    display: inline-block;
    width: 19px;
    height: 8px;
    margin-top: 22px;
    vertical-align: middle;
}


.news .mid .vidmore a:hover {
    padding: 0 24px;
}


/* 商家图标 */
.shoplogo {
    width: 100%;
    background-color: #fff;
    padding: 30px 0;
}

.shoplogo .mid {
    display: flex;
    justify-content: space-between;
}

.shoplogo .mid .logoimg {
    width: 180px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #eeeeee;
    position: relative;
}

.shoplogo .mid .logoimg img {
    vertical-align: middle;
    position: absolute;
    top: 15px;
    left: 36.5px;
}

.shoplogo .mid .logoimg img:nth-child(1) {
    display: none;
}

.shoplogo .mid .logoimg:hover img:nth-child(1) {
    display: block;
}

/* 公司地址 */
.gsaddress {
    width: 100%;
    background: url(../images/gsdz11.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 100px 0;
}

.gsaddress .mid {
    position: relative;
}

.gsaddress .mid .address {
    width: 600px;
    background: url(../images/zhu8.jpg) no-repeat;
    background-size: 100% 100%;
    padding: 54px;
    float: right;
}

.gsaddress .mid .address .div {
    font-size: 14px;
    color: #666;
    margin-bottom: 16px;
}

.gsaddress .mid .address .div img {
    margin-right: 18px;
    vertical-align: middle;
}

/* 子页中间导航公共样式 */
.ban {
    width: 100%;
}

.ban img {
    width: 100%;
}

.main1 {
    width: 100%;
}

.main1 .top {
    height: 60px;

    background-color: #f8f8f8;
}

.main1 .top .mid .left {
    height: 60px;
    font-size: 14px;
    color: #666;
    float: left;
    line-height: 60px;
}

.main1 .top .mid .right {
    height: 100%;
    float: right;
    font-size: 15px;
    color: #666;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding-top: 24px;
    padding-bottom: 10px;
}

.main1 .top .mid .right li {
    margin-left: 20px;
    height: 25px;
}

.main1 .top .mid .right .active {
    border-bottom: 1px solid #2caeff;
    color: #333;
    font-size: 16px;
}

/* 分页 */
.main1 .feiye {
    width: 100%;
    font-size: 18px;
    text-align: center;
    padding: 10px 0 80px;
}

.main1 .feiye a {
    display: inline-block;
    width: 68px;
    height: 40px;
    line-height: 40px;
    margin-right: 6px;
    border: 1px solid #d4d4d4;

}

.main1 .feiye .z-crt {
    border: none;
    background-color: #2caeff;
    color: #fff;
}

.first {
    border: none;
    background-color: #2caeff;
    color: #fff;
}

.last {
    border: none;
    background-color: #2caeff;
    color: #fff;
}

.main1 .feiye .z-dis {
    background-color: #fff;
    color: #333;
}

/* 简介.html */
.main1 .content1 {
    width: 100%;
    padding-top: 50px;
}

.main1 .content1 .mid .center {
    width: 100%;
    height: 78px;
}

.main1 .content1 .mid .center h5 {
    float: left;
    font-size: 34px;
    color: #333;
    height: 100%;
    line-height: 78px;
}

.main1 .content1 .mid .center h6 {
    float: left;
    font-size: 34px;
    color: #2caeff;
    font-weight: bold;
    line-height: 78px;
}

.main1 .content1 .mid .center img {
    float: left;
    margin-top: 12px;
    margin-left: -4px;
}

.main1 .content1 .mid .center .sur {
    width: 356px;
    height: 100%;
    float: right;
    color: #2484bf;
    text-align: right;
    box-sizing: border-box;
    padding-top: 12px;
}

.main1 .content1 .mid .center .sur span:nth-of-type(1) {
    font-size: 12px;
    text-transform: uppercase;
}

.main1 .content1 .mid .center .sur span:nth-of-type(2) {
    font-size: 22px;
}

.main1 .content1 .mid p {
    font-size: 14px;
    color: #666;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: justify;
}

/* 实景.html */
.main1 .content2 {
    width: 100%;
    padding-top: 50px;
}

.main1 .content2 dl {
    width: 370px;
    transition: 0.4s;
    float: left;
    margin-bottom: 40px;
}

.main1 .content2 dl:nth-of-type(3n+2),
.main1 .content2 dl:nth-of-type(5) {
    margin: 0 45px;
}

.main1 .content2 dl dd {
    width: 100%;
    height: 260px;
}

.main1 .content2 dl dt {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f2f2f2;
    text-align: center;
    color: #666;
    font-size: 14px;
}

.main1 .content2 dl dt img {
    display: none;
}

.main1 .content2 dl:hover dt {
    transform: scale(1.1);
    background-color: #2caeff;
    transition: 0.4s;
    font-size: 14px;
    color: #fff;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 30px;
    box-shadow: 2px 2px 4px #c7c7c7;
}

.main1 .content2 dl:hover dt img {
    display: block;
    width: 20px;
    height: 9px;
    margin-top: 20.5px;
    transition: 0.4s;
}


/* 合作伙伴.html */
.main2 {
    width: 100%;
    background: url(../images/hzuo-bj.png) no-repeat right bottom;
    background-size: 100% 100%;
}

.main1 .content3 {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 58px;
}


.main1 .content3 .title {
    margin: auto;
    width: 224px;
    font-size: 24px;
    color: #000;
}

.main1 .content3 .title span {
    margin: auto;
    width: 224px;
    font-size: 32px;
    color: #2caeff;
    font-weight: bold;
}

.main1 .content3 p {
    width: 844px;
    margin: auto;
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-top: 26px;
    line-height: 24px;
    margin-bottom: 28px;
}

.main1 .content3 .line1 {
    width: 41px;
    height: 2px;
    background-color: #2caeff;
    margin: auto;
    margin-bottom: 50px;
}

.main1 .content3 .swiper-slide {
    width: 100%;
    height: 344px;
    padding: 0 87px;
    margin: 0 auto 50px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    text-align: center;
    overflow: hidden;
}

.main1 .content3 .swiper-slide .images {
    margin: 0 19px 32px;

}

.main1 .content3 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 50%;
    /* box-sizing: border-box;
    padding: 8px; */
    opacity: 1;
    background-color: #fff;
    margin: 0 38px !important;
    position: relative;
}

.main1 .content3 .swiper-pagination-bullet:before {
    content: "";
    width: 22px;
    height: 22px;
    border: 1px solid #2caeff;
    border-radius: 50%;
    position: absolute;
    top: -8px;
    left: -8px;
}

.main1 .content3 .swiper-pagination-bullet:after {
    content: url("../images/xingzhuang.png");
    position: absolute;
    top: -12px;
    left: 20px;
}


.main1 .content3 .swiper-pagination-bullet:last-child::after {
    content: "";
}

.main1 .content3 .swiper-pagination-bullet-active {
    background: #2caeff;
}


/* 产品展示.html */
.main1 .content4 {
    width: 100%;
    box-sizing: border-box;
    padding-top: 50px;
}

.main1 .content4 .mid {
    display: flex;
    /*justify-content: space-between;*/
    flex-wrap: wrap;
}

.main1 .content4 .mid dl {
    width: 360px;
    margin-right: 60px;
}

.main1 .content4 .mid dl:nth-child(3n) {
    margin-right: 0px;
}

.main1 .content4 .mid dl dd {
    width: 100%;
    height: 250px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #e4e4e4;
}
.main1 .content4 .mid dl dd img {
    
    height: 250px;
    object-fit: cover;
	max-width: 100%;
}

.main1 .content4 .mid dl dt {
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    color: #6666;
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    border-bottom: 1px solid #6666;
    margin-bottom: 42px;
}

.main1 .content4 .mid dl dt span:nth-child(1),
.main1 .content4 .mid dl dt span:nth-child(3) {
    font-size: 18px;
}

.main1 .content4 .mid dl:hover dd {
    border: 1px solid #2caeff;
}

.main1 .content4 .mid dl:hover dt {
    border-bottom: 1px solid #2caeff;
    color: #2caeff;
}

.main1 .content4 .mid dl:hover dt span:nth-child(2) {
    font-weight: bold;
}


/* 视频中心.html */
.main1 .content5 {
    width: 100%;
    box-sizing: border-box;
    padding-top: 50px;
}

.main1 .content5 .mid {
    display: flex;
    flex-wrap: wrap;
}

.main1 .content5 .mid dl {
    width: 360px;
    height: 225px;
    margin-bottom: 66px;
    margin-right: 60px;
}
.main1 .content5 .mid dl:nth-of-type(3n){
    margin-right: 0;
}
.main1 .content5 .mid dl dd {
    width: 100%;
    position: relative;
}

.main1 .content5 .mid dl dd .mence {
    width: 100%;
    height: 225px;
    background-color: rgb(0, 0, 0, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}

.main1 .content5 .mid dl dd img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -17px;
}

.main1 .content5 .mid dl dt {
    width: 100%;
    line-height: 46px;
    color: #666;
    font-size: 18px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main1 .content5 .mid dl:hover dt {
    color: #2caeff;
}

.main1 .content5 .mid dl dd .mence,
.main1 .content5 .mid dl dd img {
    display: none;
}


/* 新闻详情.html */
.content6 {
    width: 100%;
    box-sizing: border-box;
    padding-top: 50px;
    padding-bottom: 40px;
}

.content6 .mid .leftbox {
    width: 854px;
    float: left;
}

.content6 .mid .leftbox .topbox {
    text-align: center;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 26px;
}

.content6 .mid .leftbox .topbox h5 {
    font-size: 22px;
    font-weight: bold;
    color: #333;
    margin-top: 16px;
    line-height: 34px;
}

.content6 .mid .leftbox .topbox h6 {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.content6 .mid .leftbox .bottombox p {
    font-size: 16px;
    color: #666;
    line-height: 34px;
    padding: 14px 0;
    text-indent: 2em;
}

.content6 .mid .rightbox {
    width: 286px;
    float: right;
}

.content6 .mid .rightbox h2 {
    font-size: 18px;
    color: #666;
    line-height: 24px;
    margin-bottom: 20px;
}

.content6 .mid .rightbox p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin-bottom: 20px;
}

.content6 .mid .rightbox h3 {
    font-size: 18px;
    color: #666;
    line-height: 24px;
    margin-bottom: 16px;
}

.content6 .mid .rightbox form {
    width: 286px;
    height: 38px;
    position: relative;
    margin-bottom: 35px;
}

.content6 .mid .rightbox form input {
    width: 100%;
    height: 100%;
    background-color: #f6f2f3;
    border: none;
    outline: none;
}

.content6 .mid .rightbox form img {
    position: absolute;
    top: 10.5px;
    right: 14px;
}

.content6 .mid .rightbox dl {
    text-align: center;
    margin-bottom: 26px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}


/* 新闻中心.html */
.content6 .mid .leftbox .newsCon {
    width: 100%;
    padding-bottom: 22px;
    border-bottom: 1px dashed #e7e7e7;
    margin-bottom: 20px;
}

.content6 .mid .leftbox .newsCon:nth-child(7) {
    border-bottom: none !important;
}

.content6 .mid .leftbox .newsCon .instrImg {
    float: left;
    width: 220px;
}

.content6 .mid .leftbox .newsCon .instr {
    float: right;
    width: 616px;
}

.content6 .mid .leftbox .newsCon .instr h5 {
    font-size: 18px;
    color: #333;
    line-height: 34px;
    font-weight: bold;
}

.content6 .mid .leftbox .newsCon .instr p {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding-bottom: 30px;
    padding-top: 8px;
}

.content6 .mid .leftbox .newsCon .instr span {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.content6 .mid .leftbox .newsCon:hover .instr h5 {
    color: #2caeff;
}

/* 联系方式.html */
.content7 {
    width: 100%;
    height: 1046px;
    box-sizing: border-box;
    padding-top: 50px;
    position: relative;

}

.content7 .mid .usbox {
    width: 1208px;
    margin: auto;
    box-sizing: border-box;
    padding: 46px 40px 0;
    box-shadow: 2px 2px 24px rgb(160, 159, 159, 0.4);
    background-color: #fff;
}

.content7 .mid .usbox h4 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    color: #2caeff;
}

.content7 .mid .usbox .line {
    width: 60px;
    height: 2px;
    background-color: #2caeff;
    margin: 18px auto 24px;
}

.content7 .mid .usbox p {
    color: #666;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

.content7 .mid .usbox .form1 {
    margin-top: 50px;
    width: 100%;
    color: 14px;
    color: #999;
}

.content7 .mid .usbox form input {
    width: 540px;
    line-height: 50px;
    background-color: #f9f9f9;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding-left: 30px;
}

.content7 .mid .usbox .form1 input:nth-of-type(1) {
    float: left;
}

.content7 .mid .usbox .form1 input:nth-of-type(2) {
    float: right;
}

.content7 .mid .usbox .form1 textarea {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-color: #f9f9f9;
    margin-bottom: 10px;
    box-sizing: border-box;
    padding-left: 30px;
    resize: none;
    font-family: "微软雅黑";
}

.content7 .mid .usbox .form2 {
    width: 540px;
    height: 50px;
    position: relative;
    float: left;
    margin-bottom: 40px;
}

.content7 .mid .usbox .form2 img {
    position: absolute;
    top: 11px;
    right: 40px;
}

.content7 .mid .usbox .liuyan {
    width: 540px;
    line-height: 50px;
    background-color: #2caeff;
    float: right;
    text-align: center;
    color: #fff;
    font-size: 14px;
    margin-bottom: 40px;
}

.content7 .mid .usbox .liuyan img {
    margin-right: 8px;
    vertical-align: middle;
}

.content7 .mid .usbox .line1 {
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
    margin: auto;
}

.content7 .mid .usbox .lxfs {
    width: 100%;
}

.content7 .mid .usbox .lxfs .addbox {
    width: 33%;
    text-align: center;
    padding: 40px 0 60px;
    float: left;
}


.content7 .mid .usbox .lxfs .addbox .ph {
    width: 100%;
    text-align: center;
    margin-bottom: 22px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.content7 .mid .usbox .lxfs .addbox .ph h5 {
    display: inline-block;
    line-height: 24px;
    font-size: 20px;
    color: #333;
    border-left: 1px solid #dadada;
    padding-left: 20px;
    margin-left: 20px;
}

.content7 .mid .usbox .lxfs .addbox .phone {
    text-align: center;
    color: #333333;
    font-size: 20px;
    line-height: 24px;
}

.content7 .map {
    width: 100%;
   /** position: absolute;**/
   padding-top:30px;
    left: 0;
    bottom: 0;
    z-index: -1;
}

































/* 底部 */
footer {
    width: 100%;
    height: auto;
    background-color: #f6f6f6;
}

footer .mid .top {
    width: 100%;
    
	display:flex;
	justify-content:space-between;
}

footer .mid .top .left {
    width: 148px;
    float: left;
    box-sizing: border-box;
    padding-top: 68px;
}

footer .mid .top .left h5 {
    font-size: 32px;
    color: #2caeff;
    letter-spacing: 4px;

}

footer .mid .top .left h6 {
    font-size: 14px;
    color: #2caeff;
    text-transform: uppercase;
    margin-bottom: 86px;
    letter-spacing: 1px;
}

footer .mid .top .left .qq {
    width: 100%;
    height: 34px;
    display: flex;
    justify-content: space-between;
}

footer .mid .top .left .qq a {
    display: inline-block;
    width: 34px;
    height: 34px;
    text-align: center;
    box-sizing: border-box;
    line-height: 34px;
    border-radius: 50%;
    border: 1px solid #ccc;
    background-color: #fff;
    position: relative;
}

footer .mid .top .left .qq a:hover {
    background-color: #2caeff;
}

footer .mid .top .left .qq a img {
    position: absolute;
    top: 8px;
    left: 8px;
}

footer .mid .top .left .qq a img:nth-of-type(2) {
    display: none;
}

footer .mid .top .left .qq a:hover img:nth-of-type(2) {
    display: block;
}


footer .mid .top .right {
   /** width: 600px;**/
    padding: 69px 0 73px;
    float: right;
    display: flex;
    justify-content: space-between;
}

footer .mid .top .right ul {
    width: 134px;
    box-sizing: border-box;
    font-size: 16px;
}



footer .mid .top .right ul li:first-child {
    width: 134px;
    border-bottom: 1px solid #dddddd;
    height: 36px;
    margin-bottom: 28px;
    font-family: "微软雅黑";
    font-weight: normal;
    color: #000;
}


footer .mid .top .right ul:last-of-type {
    width: 66px;

}

footer .mid .top .right ul:last-of-type li:first-child {
    width: 66px;

}

footer .mid .top .right ul li:first-child~li a {
    font-size: 14px;
    color: #666;
}

footer .mid .top .right ul li a {
    box-sizing: border-box;
    padding-bottom: 14px;
    display: inline-block;
    width: 100px;
    text-align: center;
}

footer .mid .top .right ul li .active {
    border-bottom: 2px solid #2caeff;
}

footer .mid .top .right ul li:nth-of-type(1):hover a {
    border-bottom: 2px solid #2caeff;
}

footer .bottom {
    width: 100%;
    line-height: 46px;
    background-color: #ddd;
}

footer .bottom .mid {
    text-align: left;
    font-size: 14px;
    color: #666;
    position: relative;
}

footer .bottom .mid .up {
    width: 56px;
    height: 84px;
    background-color: #2caeff;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    box-sizing: border-box;
    padding-top: 32px;
}