/*-----------------------------------------------------------------------------------

    Template Name: ByteGlad
    Description: This is html5 template
    Author: 逍遥
    Version: 1.0

-------------------------------------------------------------------------------------

/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/
html, body {height: 100%;}
.floatleft {float:left !important;}
.floatright {float:right !important;}
.floatnone {float:none !important;}
.alignleft {text-align:left !important;}
.alignright {text-align:right !important;}
.aligncenter {text-align:center !important;}
.no-display { display:none; }
.no-margin { margin:0 !important; }
.no-padding { padding:0 !important; }
a:focus, button:focus {outline:0px solid}
input:focus {box-shadow: 0; outline: 0}
textarea {box-shadow: 0; outline: 0}
.fix {overflow:hidden}
p {}
h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-family: 'montserratsemi_bold';
}
a {-webkit-transition: all 0.3s ease 0s;transition: all 0.3s ease 0s;text-decoration:none; color: #000}
a:hover {
    color: #4c4c4c;
    text-decoration: none;
}
a:active, a:hover, a:focus {outline: 0 none; text-decoration: none}
ul{
    list-style: outside none none;
    margin: 0;
    padding: 0
}
.clear{clear:both}
::-moz-selection {background: #b3d4fc; text-shadow: none}
::selection {background: #b3d4fc; text-shadow: none}
.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
::-webkit-input-placeholder {opacity: 1 !important;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100)}
:-moz-placeholder {opacity: 1 !important;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100)}
::-moz-placeholder {opacity: 1 !important;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100)}
:-ms-input-placeholder {opacity: 1 !important;-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";filter: alpha(opacity=100)}

@font-face {
    font-family: 'montserratbold';
    src: url('fonts/montserrat-bold-webfont.eot');
    src: url('fonts/montserrat-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat-bold-webfont.woff2') format('woff2'),
    url('fonts/montserrat-bold-webfont.woff') format('woff'),
    url('fonts/montserrat-bold-webfont.ttf') format('truetype'),
    url('fonts/montserrat-bold-webfont.svg#montserratbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat-light-webfont.eot');
    src: url('fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat-light-webfont.woff2') format('woff2'),
    url('fonts/montserrat-light-webfont.woff') format('woff'),
    url('fonts/montserrat-light-webfont.ttf') format('truetype'),
    url('fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat-regular-webfont.woff2') format('woff2'),
    url('fonts/montserrat-regular-webfont.woff') format('woff'),
    url('fonts/montserrat-regular-webfont.ttf') format('truetype'),
    url('fonts/montserrat-regular-webfont.svg#montserratregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratsemi_bold';
    src: url('fonts/montserrat-semibold-webfont.eot');
    src: url('fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat-semibold-webfont.woff2') format('woff2'),
    url('fonts/montserrat-semibold-webfont.woff') format('woff'),
    url('fonts/montserrat-semibold-webfont.ttf') format('truetype'),
    url('fonts/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    color: #222222;
    font-family: 'montserratlight';
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    background: #fff
}
.wrapper { margin:0 auto;width: 1200px}

/*------Margin left-------*/
.ml-0 { margin-left: 0px }
.ml-10 { margin-left: 10px }
.ml-15 { margin-left: 15px }
.ml-20 { margin-left: 20px }
.ml-30 { margin-left: 30px }
.ml-40 { margin-left: 40px }
.ml-50 { margin-left: 50px }
.ml-60 { margin-left: 60px }
.ml-70 { margin-left: 70px }
.ml-80 { margin-left: 80px }
.ml-90 { margin-left: 90px }
.ml-100 { margin-left: 100px }
/*------Margin right-------*/
.mr-0 { margin-right: 0px }
.mr-10 { margin-right: 10px }
.mr-15 { margin-right: 15px }
.mr-20 { margin-right: 20px }
.mr-30 { margin-right: 30px }
.mr-40 { margin-right: 40px }
.mr-50 { margin-right: 50px }
.mr-60 { margin-right: 60px }
.mr-70 { margin-right: 70px }
.mr-80 { margin-right: 80px }
.mr-90 { margin-right: 90px }
.mr-100 { margin-right: 100px }
/*------Margin Top-------*/
.mt-0 { margin-top: 0px }
.mt-10 { margin-top: 10px }
.mt-15 { margin-top: 15px }
.mt-20 { margin-top: 20px }
.mt-30 { margin-top: 30px }
.mt-40 { margin-top: 40px }
.mt-50 { margin-top: 50px }
.mt-60 { margin-top: 60px }
.mt-70 { margin-top: 70px }
.mt-80 { margin-top: 80px }
.mt-90 { margin-top: 90px }
.mt-100 { margin-top: 100px }
/*------Margin Bottom-------*/
.mb-0 { margin-bottom: 0px }
.mb-10 { margin-bottom: 10px }
.mb-15 { margin-bottom: 15px }
.mb-20 { margin-bottom: 20px }
.mb-30 { margin-bottom: 30px }
.mb-40 { margin-bottom: 40px }
.mb-50 { margin-bottom: 50px }
.mb-60 { margin-bottom: 60px }
.mb-70 { margin-bottom: 70px }
.mb-80 { margin-bottom: 80px }
.mb-90 { margin-bottom: 90px }
.mb-100 { margin-bottom: 100px }
/*------Padding left-------*/
.pl-0 { padding-left: 0px }
.pl-10 { padding-left: 10px }
.pl-15 { padding-left: 15px }
.pl-20 { padding-left: 20px }
.pl-30 { padding-left: 30px }
.pl-40 { padding-left: 40px }
.pl-50 { padding-left: 50px }
.pl-60 { padding-left: 60px }
.pl-70 { padding-left: 70px }
.pl-80 { padding-left: 80px }
.pl-90 { padding-left: 90px }
.pl-100 { padding-left: 100px }
/*------Padding right-------*/
.pr-0 { padding-right: 0px }
.pr-10 { padding-right: 10px }
.pr-15 { padding-right: 15px }
.pr-20 { padding-right: 20px }
.pr-30 { padding-right: 30px }
.pr-40 { padding-right: 40px }
.pr-50 { padding-right: 50px }
.pr-60 { padding-right: 60px }
.pr-70 { padding-right: 70px }
.pr-80 { padding-right: 80px }
.pr-90 { padding-right: 90px }
.pr-100 { padding-right: 100px }
/*------Padding Top-------*/
.pt-0 { padding-top: 0px }
.pt-10 { padding-top: 10px }
.pt-15 { padding-top: 15px }
.pt-20 { padding-top: 20px }
.pt-30 { padding-top: 30px }
.pt-40 { padding-top: 40px }
.pt-50 { padding-top: 50px }
.pt-60 { padding-top: 60px }
.pt-70 { padding-top: 70px }
.pt-80 { padding-top: 80px }
.pt-90 { padding-top: 90px }
.pt-100 { padding-top: 100px }
.pt-110 { padding-top: 110px }
/*------Padding Bottom-------*/
.pb-0 { padding-bottom: 0px }
.pb-10 { padding-bottom: 10px }
.pb-15 { padding-bottom: 15px }
.pb-20 { padding-bottom: 20px }
.pb-30 { padding-bottom: 30px }
.pb-40 { padding-bottom: 40px }
.pb-50 { padding-bottom: 50px }
.pb-60 { padding-bottom: 60px }
.pb-70 { padding-bottom: 70px }
.pb-80 { padding-bottom: 80px }
.pb-90 { padding-bottom: 90px }
.pb-100 { padding-bottom: 100px }
.pb-110 { padding-bottom: 110px }
.pb-120 { padding-bottom: 120px }
.pb-130 { padding-bottom: 130px }
.block {display: block}
/*------------Flex--------------*/
.acea-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -o-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.acea-row.row-middle {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.acea-row.row-top {
    -webkit-box-align: start;
    -moz-box-align: start;
    -o-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.acea-row.row-bottom {
    -webkit-box-align: end;
    -moz-box-align: end;
    -o-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.acea-row.row-center {
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.acea-row.row-right {
    -webkit-box-pack: end;
    -moz-box-pack: end;
    -o-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.acea-row.row-left {
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -o-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.acea-row.row-between {
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.acea-row.row-around {
    justify-content: space-around;
    -webkit-justify-content: space-around
}

.acea-row.row-column-around {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    justify-content: space-around;
    -webkit-justify-content: space-around
}

.acea-row.row-column {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.acea-row.row-column-between {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.acea-row.row-center-wrapper {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.acea-row.row-between-wrapper {
    -webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -o-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}
/*----------------------------------------*/
/*  2. HeaderIndex
/*----------------------------------------*/
/*----------------------------------------*/
.header-index{
    width:1200px;
    height:122px;
    margin:0 auto;
    display:flex
}
/*----------------------------------------*/
/*  2.1 Header Logo
/*----------------------------------------*/
.header-index .logo{
    width:157px;
    height:43px;
    margin: 20px 0;
}
.header-index .logo img{
    width:100%;
    height:100%;
}
/*----------------------------------------*/
/*  2.2 Header Menu
/*----------------------------------------*/
.menu{
    width:618px;
    height:122px;
}
.menu li{
    float:left;
    width:103px;
    height:122px;
    line-height:122px;
    text-align:center;
    font-size:16px;
    position:relative;
}
.menu li a:hover{
    color:#0c84ff;
}
.menu li a .fa{
    margin-left:6px;
    font-size:18px;
}
.rotate180{
    transform:rotate(180deg);
}
.menu li .submenu{
    display:none;
    position:absolute;
    top:122px;
    left:-15px;
    width:133px;
    height:auto;
    background:#fff;
    z-index: 99
}
.menu li .submenu.product{
    display:none;
    position:fixed;
    top:122px;
    left:50%;
    transform: translateX(-50%);
    width:100%;
    height:auto;
    background-color: hsla(0,0%,100%,.95);
    z-index: 99;
    line-height:1
}
.menu li .submenu.product .dropdown-cont{
    margin:0 auto;
    width:1200px;
    padding:20px 0;
}
.menu li .submenu.product .dropdown-cont .item{
    width:220px;
    height:240px;
    background:#fff;
}
.menu li .submenu.product .dropdown-cont .item img{
    width:220px;
    height:140px;
}
.menu li .submenu.product .dropdown-cont .item .info{
    width:220px;
    height:100px;
}
.menu li .submenu.product .dropdown-cont .item .info .title{
    height:40px;
    line-height:40px;
}
.menu li .submenu.product .dropdown-cont .item .info .title a{
    display:inline-block;
    height:40px;
    line-height:40px;
    color:#666;
    font-size:13px;
}
.menu li .submenu.product .dropdown-cont .item .info .other{
    height:60px;
}
.menu li .submenu.product .dropdown-cont .item .info .other a{
    display:inline-block;
    width:110px;
    height:30px;
    line-height:30px;
    font-size:12px;
    border:none;
    color:#888;
}
.menu li .submenu a{
    display:block;
    width:100%;
    height:45px;
    line-height:45px;
    border-bottom:1px solid #f0f0f0;
}
.menu li .submenu a:hover{
    background:#f0f0f0;
}
.fixed {
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99999;
}
/*----------------------------------------*/
/*  2.3 Header DemoBtn
/*----------------------------------------*/
.demo-btn{
    position:relative;
    width:150px;
    height:122px;
    padding:41px 0;
}
.demo-btn a{
    display:block;
    width:120px;
    height:40px;
    line-height:40px;
    background:#3b80f3;
    color:#fff;
    text-align: center;
    border-radius: 20px;
}
.demo-box{
    display:none;
    position: absolute;
    top:122px;
    right:30px;
    background:#fff;
    width:700px;
    height:400px;
    color:#000;
    padding:20px;
    border-radius: 5px;
    z-index:99;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.22);
}
/*----------------------------------------*/
/*  3. SliderIndex
/*----------------------------------------*/
.slider-index{
    width:100%;
    height:auto
}
.swiper-slide img{
    width:100%;
}
/*----------------------------------------*/
/*  4. ServiceIndex
/*----------------------------------------*/
.service-index{
    width:100%;
    height:auto;
    border-bottom:1px solid #eee;
}
.service-index .item{
    width:20%;
    height:120px;
    padding:30px 0;
    display:flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
.service-index .item .info{height:60px;}
.service-index .item .info .title{
    line-height:30px;
    font-size:20px;
    font-weight:bold;
    color:#2a7efb;
}
.service-index .item .info .intro{
    font-size:14px;
    line-height:30px;
}
/*----------------------------------------*/
/*  5. ProductIndex
/*----------------------------------------*/
.product-index{
    width:100%;
    height:auto;
    padding:30px 0;
    background:#f9f9f9;
}
.product-index .title{
    width:100%;
    height:60px;
    line-height:60px;
    text-align:center;
    font-size:30px;
    font-weight:bold;
}
.product-index .intro{
    width:100%;
    height:60px;
    line-height:30px;
    font-size:14px;
    text-align:center;
}
.product-index .list{
    margin-top:40px;
    width:100%;
    height:440px;
}
.product-index .list .item{
    width:232px;
    height:440px;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background:#fff;
    box-shadow: 0 0 20px #eee;
}
.product-index .list .item img{
    width:232px;
    height:150px;
}
.product-index .list .item .content{
    width:232px;
    height:210px;
    padding:0 20px;
}
.product-index .list .item .content .tit{
    text-align:center;
    height:60px;
    line-height:60px;
    font-size:16px;
    font-weight:bold;
    color:#282828;
}
.product-index .list .item .content .intro{
    text-align:center;
    line-height:25px;
    font-size:13px;
    color:#888;
}
.product-index .list .item .more{
    width:102px;
    height:36px;
    line-height:36px;
    border:1px solid #888;
    text-align:center;
    margin-bottom:30px;
    color:#888;
    font-size:13px;
}
/*----------------------------------------*/
/*  6. BzdtIndex
/*----------------------------------------*/
.bzdt-index{
    width:100%;
    height:auto;
    padding:30px 0;
    background:#f5f8ff;
}
.bzdt-index .info{
    width:600px;
    height:auto;
}
.bzdt-index .info .title{
    width:600px;
    height:60px;
    line-height:60px;
    font-size:30px;
    font-weight:bold;
}
.bzdt-index .info .intro{
    width:600px;
    height:300px;
    padding:30px 0;
}
.bzdt-index .info .intro .item{
    width:100%;
    height:auto;
}
.bzdt-index .info .intro .item h5{
    width:100%;
    height:25px;
    line-height:25px;
    border-left:3px solid #0c84ff;
    padding-left:20px;
    font-size:20px;
}
.bzdt-index .info .intro .item p{
    padding:10px;
    line-height:25px;
    color:#888;
}
.bzdt-index .info .btn{
    width:100%;
    height:63px;
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.bzdt-index .info .btn a{
    display:block;
    width:122px;
    height:38px;
    background:#2a7efb;
    line-height:38px;
    text-align:center;
    color:#fff;
    border-radius: 3px;
}
.bzdt-index .info .btn a.a2{
    display:block;
    width:122px;
    height:38px;
    background:#fff;
    line-height:36px;
    text-align:center;
    color:#fff;
    border-radius: 3px;
    border:1px solid #2a7efb;
    color:#2a7efb;
    margin-left:30px;
}
.bzdt-index .img{
    width:571px;
    height:423px;
}
.bzdt-index .img img{
    width:100%;
    height:100%;
}
/*----------------------------------------*/
/*  7. JavaIndex
/*----------------------------------------*/
.java-index{
    width:100%;
    height:auto;
    padding:30px 0;
    background:#f9f9f9;
}
.java-index .info{
    width:600px;
    height:auto;
}
.java-index .info .title{
    width:600px;
    height:60px;
    line-height:60px;
    font-size:30px;
    font-weight:bold;
}
.java-index .info .intro{
    width:600px;
    height:300px;
    padding:30px 0;
}
.java-index .info .intro .item{
    width:100%;
    height:auto;
}
.java-index .info .intro .item h5{
    width:100%;
    height:25px;
    line-height:25px;
    border-left:3px solid #0c84ff;
    padding-left:20px;
    font-size:20px;
}
.java-index .info .intro .item p{
    padding:10px;
    line-height:25px;
    color:#888;
}
.java-index .info .btn{
    width:100%;
    height:63px;
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.java-index .info .btn a{
    display:block;
    width:122px;
    height:38px;
    background:#2a7efb;
    line-height:38px;
    text-align:center;
    color:#fff;
    border-radius: 3px;
}
.java-index .info .btn a.a2{
    display:block;
    width:122px;
    height:38px;
    background:#fff;
    line-height:36px;
    text-align:center;
    color:#fff;
    border-radius: 3px;
    border:1px solid #2a7efb;
    color:#2a7efb;
    margin-left:30px;
}
.java-index .img{
    width:571px;
    height:423px;
}
.java-index .img img{
    width:100%;
    height:100%;
}
/*----------------------------------------*/
/*  8. ProIndex
/*----------------------------------------*/
.pro-index{
    width:100%;
    height:auto;
    padding:30px 0;
    background:#f5f8ff;
}
.pro-index .info{
    width:600px;
    height:auto;
}
.pro-index .info .title{
    width:600px;
    height:60px;
    line-height:60px;
    font-size:30px;
    font-weight:bold;
}
.pro-index .info .intro{
    width:600px;
    height:auto;
    padding:30px 0;
}
.pro-index .info .intro .item{
    width:100%;
    height:auto;
}
.pro-index .info .intro .item h5{
    width:100%;
    height:25px;
    line-height:25px;
    border-left:3px solid #0c84ff;
    padding-left:20px;
    font-size:20px;
}
.pro-index .info .intro .item p{
    padding:10px;
    line-height:25px;
    color:#888;
}
.pro-index .info .btn{
    width:100%;
    height:63px;
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.pro-index .info .btn a{
    display:block;
    width:122px;
    height:38px;
    background:#2a7efb;
    line-height:38px;
    text-align:center;
    color:#fff;
    border-radius: 3px;
}
.pro-index .info .btn a.a2{
    display:block;
    width:122px;
    height:38px;
    background:#fff;
    line-height:36px;
    text-align:center;
    color:#fff;
    border-radius: 3px;
    border:1px solid #2a7efb;
    color:#2a7efb;
    margin-left:30px;
}
.pro-index .img{
    width:571px;
    height:423px;
}
.pro-index .img img{
    width:100%;
    height:100%;
}
/*----------------------------------------*/
/*  9. MerIndex
/*----------------------------------------*/
.mer-index{
    width:100%;
    height:auto;
    padding:30px 0;
    background:#f9f9f9;
}
.mer-index .info{
    width:600px;
    height:auto;
}
.mer-index .info .title{
    width:600px;
    height:60px;
    line-height:60px;
    font-size:30px;
    font-weight:bold;
}
.mer-index .info .intro{
    width:600px;
    height:auto;
    padding:30px 0;
}
.mer-index .info .intro .item{
    width:100%;
    height:auto;
}
.mer-index .info .intro .item h5{
    width:100%;
    height:25px;
    line-height:25px;
    border-left:3px solid #0c84ff;
    padding-left:20px;
    font-size:20px;
}
.mer-index .info .intro .item p{
    padding:10px;
    line-height:25px;
    color:#888;
}
.mer-index .info .btn{
    width:100%;
    height:63px;
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.mer-index .info .btn a{
    display:block;
    width:122px;
    height:38px;
    background:#2a7efb;
    line-height:38px;
    text-align:center;
    color:#fff;
    border-radius: 3px;
}
.mer-index .info .btn a.a2{
    display:block;
    width:122px;
    height:38px;
    background:#fff;
    line-height:36px;
    text-align:center;
    color:#fff;
    border-radius: 3px;
    border:1px solid #2a7efb;
    color:#2a7efb;
    margin-left:30px;
}
.mer-index .img{
    width:571px;
    height:423px;
}
.mer-index .img img{
    width:100%;
    height:100%;
}
/*----------------------------------------*/
/*  10. ZsffIndex
/*----------------------------------------*/
.zsff-index{
    width:100%;
    height:auto;
    padding:30px 0;
    background:#f5f8ff;
}
.zsff-index .info{
    width:600px;
    height:auto;
}
.zsff-index .info .title{
    width:600px;
    height:60px;
    line-height:60px;
    font-size:30px;
    font-weight:bold;
}
.zsff-index .info .intro{
    width:600px;
    height:auto;
    padding:30px 0;
}
.zsff-index .info .intro .item{
    width:100%;
    height:auto;
}
.zsff-index .info .intro .item h5{
    width:100%;
    height:25px;
    line-height:25px;
    border-left:3px solid #0c84ff;
    padding-left:20px;
    font-size:20px;
}
.zsff-index .info .intro .item p{
    padding:10px;
    line-height:25px;
    color:#888;
}
.zsff-index .info .btn{
    width:100%;
    height:63px;
    display:flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.zsff-index .info .btn a{
    display:block;
    width:122px;
    height:38px;
    background:#2a7efb;
    line-height:38px;
    text-align:center;
    color:#fff;
    border-radius: 3px;
}
.zsff-index .info .btn a.a2{
    display:block;
    width:122px;
    height:38px;
    background:#fff;
    line-height:36px;
    text-align:center;
    color:#fff;
    border-radius: 3px;
    border:1px solid #2a7efb;
    color:#2a7efb;
    margin-left:30px;
}
.zsff-index .img{
    width:571px;
    height:423px;
}
.zsff-index .img img{
    width:100%;
    height:100%;
}
/*----------------------------------------*/
/*  11. ChooseOur
/*----------------------------------------*/
.choose-our{
    width:100%;
    height:auto;
    padding:30px 0;
}
.choose-our .title{
    width:100%;
    height:60px;
    line-height:60px;
    font-size:30px;
    font-weight: bold;
    text-align:center;
}
.choose-our .intro{
    width:100%;
    height:60px;
    line-height:60px;
    font-size:16px;
    text-align:center;
    color:#888;
}
.choose-our .info{
    width:100%;
    height:429px;
    position:relative;
    text-align:center;
    margin-top:40px;
}
.choose-our .info img{
    width: 803px;
    height: 429px;
    vertical-align: middle;
    display:inline-block;
}
.choose-our .info .item{
    width:265px;
    height:90px;
    text-align:left;

}
.choose-our .info .item h5{
    font-size:20px;
    margin-bottom:20px;
    color:#282828;
}
.choose-our .info .item p{
    font-size:14px;
    line-height:22px;
    color:#666;
}
.choose-our .info .item:first-child{
    position:absolute;
    left:0;
    top:0;
}
.choose-our .info .item:nth-child(2){
    position:absolute;
    right:0;
    top:0;
}
.choose-our .info .item:nth-child(3){
    position:absolute;
    left:0;
    top:66%;
}
.choose-our .info .item:nth-child(4){
    position:absolute;
    right:0;
    top:66%;
}
/*----------------------------------------*/
/*  12. NewsIndex
/*----------------------------------------*/
.news-index{
    width:100%;
    height:auto;
    padding:50px 0;
    background:#f9f9f9;
}
.news-index .wrapper{
    align-items: flex-start;
}
.news-index .item{
    width:550px;
    height:auto;
}
.news-index .item h3{
    width:100%;
    height:30px;
    line-height:30px;
    border-left:5px solid #0c84ff;
    padding-left:20px;
}
.news-index .item .topic{
    margin-top:30px;
    height:105px;
}
.news-index .item .topic img{
    width:187px;
    height:105px;
}
.news-index .item .topic .info{
    width:340px;
    height:105px;
}
.news-index .item .topic .info h5{
    width:340px;
    height:30px;
    line-height:30px;
}
.news-index .item .topic .info p{
    display:block;
    width:340px;
    height:75px;
    line-height:25px;
    color:#888;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.news-index .item .list{
    width:550px;
    height:auto;
    margin-top:20px;
}
.news-index .item .list li{
    display:block;
    height:36px;
    line-height:36px;
    font-size:14px;
}
.news-index .item .list li span.date{
    float:right;
    color:#888;
}
.news-index .item a.more{
    margin-top:30px;
    display:block;
    width:100px;
    height:36px;
    line-height:36px;
    border:1px solid #ddd;
    text-align:center;
}

/*----------------------------------------*/
/*  12. FooterIndex
/*----------------------------------------*/
.footer-index {
    background: #393c41 none repeat scroll 0 0;
    color: #ffffff;
    padding: 50px 0 0px;
}
.footer-index .footbar{
    align-items: flex-start;
}
.footer-index .footbar .item{

}
.footer-index .footbar .item h3{
    font-size:16px;
}
.footer-index .footbar .item .list{
    padding:15px 0;
}
.footer-index .footbar .item .list li{
    display:block;
    height:32px;
    line-height:32px;
    color:#ccc;
}
.footer-index .footbar .item .list li a{
    font-size:14px;
    color:#ccc;
}
.footer-index .footbar .item .qrcode{
    margin-top:25px;
}
.footer-index .footbar .item .qrcode img{
    width:120px;
    height:120px;
}
.footer-index .links{
    margin-top:30px;
    width:100%;
    height:48px;
    line-height:48px;
    border-top:1px solid #494d53;
    border-bottom: 1px solid #494d53;
}
.footer-index .links h3{
    width:100px;
    font-size:14px;
    color:#ccc;
}
.footer-index .links .list{
    width:1100px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.footer-index .links .list a{
    display:inline-block;
    margin-right:30px;
    color:#ccc;
}
.footer-index .copyright{
    height:50px;
    line-height:50px;
    color:#ccc;
}
/*----------------------------------------*/
/*  13.  FloatWindow
/*----------------------------------------*/
.float-window{
    position: fixed;
    right: 10px;
    bottom: 15%;
    width: 65px;
    z-index: 99;
    cursor: pointer;
    border-top: none;
}
.float-window .items:first-child {
    padding: 10px 0;
    height: auto;
    background-color: #4979ff;
    color:#fff;
}
.float-window .items{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    font-size: 12px;
    color: #4979ff;
    padding: 10px 0;
    border: 1px solid #4979ff;
    border-radius: 5px;
    margin-bottom: 5px;
    background-color: #fff;
}
.float-window .items .fa{
    font-size:28px;
}
.float-window .items:hover {
    color: #fff;
    background-color: #4979ff
}

.float-window .items:hover .itemCon{
    display:block;
}

.float-window .items:hover .font {
    color: #fff
}

.float-window .items .fa {
    margin-bottom: 5px;
    font-size: 30px;
}

.float-window .items~.item:before {
    position: absolute;
    content: " ";
    width: 48px;
    height: 1px;
    background-color: #f0f0f0;
    top: 0;
    left: 50%;
    margin-left: -24px
}

.float-window .items .itemCon {
    right: 100%;
    position: absolute;
    top: 0;
    padding-right: 20px;
    display:none;
}

.float-window .items .itemCon .ewm {
    width: 140px;
    border: 1px solid #4979ff;
    background-color: #fff;
    border-radius: 5px
}

.float-window .items .itemCon .ewm .tip {
    font-size: 14px;
    color: #fff;
    margin-top: 6px;
    height: 25px;
    line-height: 25px;
    background-color: #4979ff
}

.float-window .items .itemCon .ewm .pictrue {
    width: 126px;
    height: 126px;
    vertical-align: middle;
    position: relative;
    margin: 8px 6px
}

.float-window .items .itemCon .ewm .pictrue img {
    width: 100%;
    height: 100%
}

.float-window .items .itemCon .ewm .pictrue .arrow {
    position: absolute;
    right: -20px;
    top: 10px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #4979ff
}

.float-window .items .itemCon .ewm .pictrue .arrow:before {
    position: absolute;
    left: -8px;
    top: -7px;
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #fff
}

.float-window .items .itemCon .phone {
    width: 210px;
    background-color: #fff;
    border: 1px solid #4979ff;
    border-radius: 5px;
    padding: 12px 15px;
    font-size: 15px
}

.float-window .items .itemCon .phone .arrow {
    position: absolute;
    right: 6px;
    top: 10px;
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #4979ff
}

.float-window .items .itemCon .phone .arrow:before {
    position: absolute;
    left: -8px;
    top: -7px;
    content: "";
    width: 0;
    height: 0;
    border: 7px solid transparent;
    border-left-color: #fff
}

.float-window .items .itemCon .phone .fa {
    display: inline-block;
    color:#4979ff
}

.float-window .items .itemCon .phone .infos {
    display: inline-block;
    margin-left: 10px;
    color:#4979ff
}
/*----------------------------------------*/
/*  14. CommonBanner
/*----------------------------------------*/
.breadcrumb-banner-area {
    color: #ffffff;
    padding: 82px 0;
    position: relative;
}
.breadcrumb-text {z-index: 9; position: relative;}
.breadcrumb-banner-area:after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
}
.breadcrumb-bar .breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    line-height: 12px;
    margin-bottom: 0;
    padding: 15px 0 0;
}
.breadcrumb-text h1 {
    line-height: 25px;
    padding-bottom: 51px;
    text-transform: uppercase;
    position: relative;
    font-size: 36px
}
.breadcrumb-text h1:after {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 29px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 2px;
}
.breadcrumb-bar li {
    color: #ffffff;
    font-family: "montserratregular";
    font-size: 12px;
    line-height: 12px;
    margin: 0 16px;
    position: relative;
    text-transform: uppercase;
}
.breadcrumb.text-left li {
    margin-left: 0;
    margin-right: 34px;
}
.breadcrumb.text-right li {
    margin-right: 0;
    margin-left: 34px;
}
.breadcrumb-text h1.text-left, .breadcrumb-text h1.text-right {padding-bottom: 22px;}
.breadcrumb-text h1.text-left::after, .breadcrumb-text h1.text-right::after {display: none;}
.breadcrumb-bar .breadcrumb > li:before {
    border-radius: 50%;
    content: "";
    display: inline-block;
    font-family: "Material-Design-Iconic-Font";
    font-size: 18px;
    position: absolute;
    right: -22px;
    /*top: -2px;*/
    color:#fff
}
.breadcrumb-bar .breadcrumb > li:nth-last-child(1):before {display: none;}/*去除最后一个元素的括号*/
.breadcrumb-bar a {color: #ffffff;font-size: 14px;}
.event-page .single-event-item, .latest-page .single-latest-item {margin-bottom: 50px;}
.pagination-content .pagination {
    border-radius: 0;
    box-shadow: 2px 0 20px rgba(34, 30, 31, 0.2);
    margin: 20px 0 17px;
}
.pagination-content {
    display: block;
    line-height: 0;
    text-align: center;
}
.pagination-content .pagination > li:last-child > a, .pagination-content .pagination > li:last-child > span, .pagination-content .pagination > li:first-child > a, .pagination-content .pagination > li:first-child > span {
    border-radius: 0;
}
.pagination-content .pagination li a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #337ab7;
    color: #337ab7;
    font-size: 14px;
    height: 34px;
    line-height:34px;
    padding: 0;
    width: 34px;
}
.pagination-content .pagination li.current > a, .pagination-content .pagination li a:hover {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #2d3e50;
}
.pagination-content .pagination li:first-child a {margin-left: 0;}
.pagination-content .pagination li:last-child a {margin-right: 0;}
/*----------------------------------------*/
/*  20. SinglePage
/*----------------------------------------*/
.inner-wrapper{
    margin:0 auto;
    width:980px;
}
.single-page-box{
    width:980px;
    height:auto;
    padding:30px;
}
.single-page-box .title{
    height:150px;
    font-size:35px;
    font-weight:bold;
    line-height:150px;
    text-align:center;
    color:#888;
}
.single-page-box .title::before{
    border-top:1px solid #ddd;
    content: " ";
    display: inline-block;
    height:10px;
    width:150px;
    margin-right:50px;
}
.single-page-box .title::after{
    border-top:1px solid #ddd;
    content: " ";
    display: inline-block;
    height:10px;
    width:150px;
    margin-left:50px;
}
.single-page-box .content{
    font-size:14px;
    line-height:30px;
}
.single-page-box .content p{
    text-indent:30px;
    padding:10px 0;
}
/*----------------------------------------*/
/*  21 Article
/*----------------------------------------*/
.article-wrapper{
    margin:0 auto;
    width:1200px;
}
.article-list-box{
    width:1200px;
    height:auto;
    padding:30px;
}
.article-list-box .title{
    height:150px;
    font-size:35px;
    font-weight:bold;
    line-height:150px;
    text-align:center;
    color:#888;
}
.article-list-box .title::before{
    border-top:1px solid #ddd;
    content: " ";
    display: inline-block;
    height:10px;
    width:150px;
    margin-right:50px;
}
.article-list-box .title::after{
    border-top:1px solid #ddd;
    content: " ";
    display: inline-block;
    height:10px;
    width:150px;
    margin-left:50px;
}
.article-list-box .article-list{
    width:1140px;
    height:auto;
}
.article-list-item{
    width:1140px;
    height:300px;
    padding:15px;
    background:#f7f7f7;
    border-bottom:1px solid #ebebeb;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.article-list-item:hover{
    background:#ebf1fb;
}
.article-list-item .item-image{
    width:420px;
    height:270px;
}
.article-list-item .item-image img{
    width:100%;
    height:100%;
}
.article-list-item .item-text{
    width:640px;
    height:270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.article-list-item .item-text .tit{
    width:640px;
    height:60px;
    line-height:60px;
    font-size:25px;
    font-weight:bold;
    overflow: hidden;
}
.article-list-item .item-text .summary{
    width:640px;
    height:170px;
    line-height:30px;
    overflow: hidden;
}
.article-list-item .item-text .datetime{
    height:40px;
    color:#888;
}
.article-show-box{
    width:980px;
    height:auto;
    padding:30px;
}
.article-show-box .article-title{
    line-height:40px;
    padding:30px 0;
    text-align:center;
    font-size:28px;
    font-weight:bold;
}
.article-show-box .article-info{
    padding:15px 0;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    text-align:center;
}
.article-show-box .article-info span{
    display:inline-block;
    padding:0 15px;
}
.article-show-box .article-info span i{
    margin-right:10px;
}
.article-show-box .article-content{
    padding:30px 15px;
    line-height:30px;
}
.article-show-box .article-content p{
    text-indent:30px;
    padding:5px 0;
}
.article-show-box .article-content p strong{
    font-weight: bold;
}
.article-show-box .article-prev-next{
    padding:15px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}
/*----------------------------------------*/
/*  22 Cases
/*----------------------------------------*/
.picture-nav-list{
    width:1200px;
    height:auto;
    padding:30px;
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.picture-nav-list a{
    display:inline-block;
    height:50px;
    line-height:50px;
    width:150px;
    text-align:center;
    background:#f7f7f7;
}
.picture-nav-list a.active{
    background:#0c84ff;
    color:#fff;
}
.picture-list-box{
    width:1200px;
    padding:30px;
    height:auto;
}
.picture-list{
    width:1140px;
    height:auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.picture-list-item{
    width:322px;
    height:215px;
    position:relative;
    margin-bottom:40px;
    overflow: hidden;
    border:1px solid #ddd;
}
.picture-list-item .picture-image{
    width:320px;
    height:213px;
}
.picture-list-item .picture-image img{
    width:100%;
    height:100%;
    cursor: pointer;
}
.picture-list-item .picture-title{
    width:320px;
    height:40px;
    line-height:40px;
    text-align:center;
    position:absolute;
    bottom:0px;
    background:rgba(0,0,0,0.5);
    color:#fff;
}
.picture-empty{
    width:322px;
}
.picture-show-box{
    width:980px;
    height:auto;
    padding:30px 0;
}
.picture-show-box .picture-title{
    line-height:40px;
    padding:30px 0;
    text-align:center;
    font-size:28px;
    font-weight:bold;
}
.picture-show-box .picture-info{
    padding:15px 0;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    text-align:center;
}
.picture-show-box .picture-info span{
    display:inline-block;
    padding:0 15px;
}
.picture-show-box .picture-info span i{
    margin-right:10px;
}
.picture-show-box .picture-image{
    padding:30px 0;
    text-align:center;
}
.picture-show-box .picture-go-web{
    padding:30px;
}
.picture-show-box .picture-go-web a{
    display:block;
    width:120px;
    height:40px;
    line-height:40px;
    text-align:center;
    background:#0c84ff;
    color:#fff;
    margin:0 auto;
    border-radius: 5px;
}
.picture-show-box .picture-content{
    padding:30px 15px;
    line-height:30px;
}
.picture-show-box .picture-content h5{
    width:100%;
    height:50px;
    line-height:50px;
    border-bottom:1px solid #eee;
    font-size:16px;
}
.picture-show-box .picture-content .content{
    width:100%;
}
.picture-show-box .picture-content .content p{
    text-indent:30px;
    padding:10px 0;
}
.picture-show-box .picture-content .picture-service{
    padding:30px;
}
.picture-show-box .picture-content .picture-service a{
    display:block;
    width:180px;
    height:40px;
    line-height:40px;
    text-align:center;
    background:#0c84ff;
    color:#fff;
    margin:0 auto;
    border-radius:5px;
}
/*----------------------------------------*/
/*  21. Product
/*----------------------------------------*/
.product-wrapper{
    margin:0 auto;
    width:1200px;
}
.product-list-box{
    width:1200px;
    height:auto;
    padding:30px 0;
}
.product-list-box .title{
    height:150px;
    font-size:35px;
    font-weight:bold;
    line-height:150px;
    text-align:center;
    color:#888;
}
.product-list-box .title::before{
    border-top:1px solid #ddd;
    content: " ";
    display: inline-block;
    height:10px;
    width:150px;
    margin-right:50px;
}
.product-list-box .title::after{
    border-top:1px solid #ddd;
    content: " ";
    display: inline-block;
    height:10px;
    width:150px;
    margin-left:50px;
}
.product-list-box .product-list{
    width:1200px;
    height:auto;
}
.product-list-item{
    width:1200px;
    height:300px;
    padding:15px;
    background:#f7f7f7;
    border-bottom:1px solid #ebebeb;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
}
.product-list-item:hover{
    background:#ebf1fb;
}
.product-list-item .item-image{
    width:420px;
    height:270px;
}
.product-list-item .item-image img{
    width:100%;
    height:100%;
}
.product-list-item .item-text{
    width:640px;
    height:270px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}
.product-list-item .item-text .tit{
    width:640px;
    height:60px;
    line-height:60px;
    font-size:25px;
    font-weight:bold;
    overflow: hidden;
}
.product-list-item .item-text .summary{
    width:640px;
    height:170px;
    line-height:30px;
    overflow: hidden;
}
.product-list-item .item-text .datetime{
    height:40px;
    color:#888;
}
.product-show-box{
    width:1200px;
    height:auto;
    padding:30px 0;
}
.product-show-box .product-title{
    line-height:40px;
    padding:30px 0;
    text-align:center;
    font-size:28px;
    font-weight:bold;
}
.product-show-box .product-info{
    padding:15px 0;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    text-align:center;
}
.product-show-box .product-info span{
    display:inline-block;
    padding:0 15px;
}
.product-show-box .product-info span i{
    margin-right:10px;
}
.product-show-box .product-content{
    padding:30px 0;
    line-height:30px;
}
.product-show-box .product-content p{

}
.product-show-box .product-prev-next{
    padding:15px;
    border-top:1px solid #eee;
    border-bottom:1px solid #eee;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}