﻿﻿@charset "utf-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
legend,
input,
textarea,
select,
p{
    margin: 0;
    padding: 0;
    font-family: 微软雅黑;
}

p {
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

tr,
th,
td{
    border: 1px solid rgb(240,240,240);
}

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

ul{
    list-style-type: none;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 0px;
}

li {
    list-style: none;
}
a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #f80;
    text-decoration: none;
}

img {
    border: 0;
    vertical-align: middle;
}
input,button{
    outline: none;
}
button{
    cursor: pointer;
}
.clear {
    clear: both;
}

.hide {
    display: none;
}

body {
    margin: 0px;
    background: #fff;
}

.pages {
    width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0;
}

.pages .curr {
    color: #fff;
    background-color: #dd474d;
}

.pages .curr a {
    color: #fff;
    background-color: #aa5d1b;
    border: 1px solid #aa5d1b;
}

.pages .curr a:hover {
    color: #fff;
}

.pages a {
    color: #666;
    background-color: #fff;
    padding: 7px 12px;
    border: 1px solid #dedede;
}

.pages a:hover {
    color: #fff;
    background-color: #aa5d1b;
    border: 1px solid #aa5d1b;
}

.pages span {
    margin: 0 3px;
}

.apages {
    width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0;
}

.apages .curr {
    color: #fff;
    background-color: #dd474d;
}

.apages .curr a {
    color: #fff;
    background-color: #dd474d;
    border: 1px solid #dd474d;
}

.pages .curr a:hover {
    color: #fff;
}

.apages a {
    color: #666;
    background-color: #fff;
    padding: 7px 12px;
    border: 1px solid #dedede;
}

.apages a:hover {
    color: #fff;
    background-color: #dd474d;
    border: 1px solid #dd474d;
}

.apages span {
    margin: 0 3px;
}

#banner {
    width: 100%;
    float: left;
    height: 550px;
    overflow:hidden;
    position: relative;
}

.ulBanner {
    width:100%;
    height: 550px;
    overflow:hidden;
}

.ulBanner>li {
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    display:flex;
    align-items:center;
}
.bannershader{
    position:absolute;
    z-index:10;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background-color:rgba(34,75,125,.3);

}
.bannerfont{
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    width:800px;
}
.bannerfont div{
    width:100%;
    position:relative;
}
.mid{
    font-size:40px;
    font-family:'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight:700;
    color:white;
    padding:20px 10px;
}
.bannerindex{
    margin-top:30px;
}
.bannerindex ul{
    display: flex;
    justify-content: center;
}
.bannerindex ul li {
    display: inline-block;
    font-size:24px;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    color: white;
    padding: 0 0 0 8px ;
}
.bannerindex ul li:after{
    content: "";
    display: inline-block;
    position: relative;
    top: 5px;
    width: 4px;
    margin:0 8px;
    height: 26px;
    background-image: url("../images/u447.png");
    background-size: cover;
}
.bannerindex ul li:last-child:after{
    content: "";
    width: 0;
}
.bannerbtn{
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 90px;
    text-align: center;
}
.bannerbtn button{
    border: none;
    border-radius: 2px;
    background-color: rgb(255,102,0);
    color: white;
    font-size:20px;
    font-weight: 700;
    padding: 11px 35px 13px 40px;
}
.bannerbtn button img{
    width: auto;
    height: 22px;
    padding-left: 5px;
}

.ulBannerNav {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%,0);
    z-index: 10;
}

.ulBannerNav li {
    float: left;
    background: #fff;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 5px 5px 5px 5px;
    display: block;
    cursor: pointer;
}

.ulBannerNav li.on {
    background: rgb(29,74,158);
    cursor: pointer;
}

#header {
    width: 100%;
    float: left;
}

.header {
    width: 1200px;
    height: 130px;
    margin: 0 auto;
}

.phone {
    float: right;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.phonetitle {
    color: #5d5d5d;
    font-size: 14px;
    float: left;
    height: 28px;
    line-height: 38px;
    background: url(../images/phone.png) no-repeat left;
    padding-left: 30px;
}

.phonecontent {
    color: #da0000;
    font-size: 24px;
    line-height: 33px;
    float: left;
}

.nav {
    float: right;
    margin: 20px 0 0 0;
}

.nav li {
    width: 70px;
    float: left;
    text-align: center;
    margin-left: 40px;
}

.navcn {
    width: 100%;
    float: left;
    color: #333;
    font-size: 16px;
}

.naven {
    width: 100%;
    float: left;
    color: #898889;
    font-family: "Arial";
    margin-top: 5px;
}

.nav li a:hover .navcn,
.nav li a.hover .navcn {
    color: #aa5d1b;
}

.main {
    width: 100%;
}

.bgfff {
    padding-top: 10px;
    background-color: #fff;
}
.bgfu{
    background-image: url("../images/u233.png");

}
.bgf8 {
    background-color: white;
}
.bgf7{
    background-color: rgba(249, 251, 255, 1);
}

.bgf6 {
    background-color: rgb(249,251,255);
}
.bgfi{
    background-image: url("../images/u292.jpg");
}


/*第三版footer*/
.footer3{
    width: 100%;
    background-color: rgb(243,245,248);
}
.footernav3{
    padding: 10px 0;
}
.footernav3 li{
    padding: 5px 10px;
    font-size: 14px;
    border-right: 2px solid rgb(95,127,183);
    color: #1D4A9E;
}
.footernav3 .right{
    border-right: none;
    border-left: 2px solid rgb(95,127,183);
}
.footernav3 li a{
    color: #1D4A9E;
}
.footerlogo3{
    text-align: center;
    padding: 0 20px;
}
.footerlogo3 img{
    padding: 10px 0;
    width: 260px;
    height: 150px;
}
.footerlogo3 p{
    padding: 10px 0;
    font-size: 14px;
    color: #1D4A9E;
}
.wechat{
    display: flex;
    align-items: center;
}
.wechat img{
    width: 20px;
    height: 20px;
    padding-right: 5px;
}
.copyright{
    width: 100%;
    padding: 10px 0;
    background-color: rgb(215,215,215);
    text-align: center;
    color: #666666;
    font-size: 12px;
}
/*第二版footer*/
.foot2{
    background-color: rgba(245, 245, 249, 1);
    width: 100%;
}
.footlogo{
    width: 20%;
}
.footlogo p{
    text-align: left;
    padding: 2.5px 0;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-style: normal;
    color: #1D4A9E;
}
.footlogo img{
    margin-left: -20px;
    width: 186px;
    height: 101px;
}
.footlogo .small{
    font-size: 14px;
}
.footlogo .big{
    font-weight: 700;
    font-size: 20px;
}
.footbox{
    display: flex;
    justify-content: space-between;
    width: 70%;
}
.footitem{
    width: 22%;
}
.footitem2{
    width: 15%;
}
.foottitle2{
    padding: 10px 0;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-style: normal;
    font-weight: 700;
    color: #1D4A9E;
    font-size: 20px;
    color: #1D4A9E;
}
.footitem ul{
    display: flex;
    flex-wrap: wrap;
}
.footitem2 ul{
    display: flex;
    flex-wrap: wrap;
}
.footitem ul a{
    display: inline-block;
    width: 50%;
}
.footitem2 ul a{
    display: inline-block;
    width: 100%;
}
.footitem2 ul  li{
    width: 100%;
    font-family: '微软雅黑';
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 28px;
    color: #333333;
}
.footitem ul  li{
    width: 100%;
    font-family: '微软雅黑';
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    line-height: 28px;
    color: #333333;
}
.guanzhu{
    display: flex;
    padding: 10px 0;
}
.guanzhu div{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.guanzhu div img{
    width: 100%;
    height: auto;
}
.guanzhu div p{
    width: 100%;
    text-align: center;
    padding: 5px 0;
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #333333;
}
/*原来的footer*/
.foot {
    background: black;
    width: 100%;
}

.footer {
    padding: 20px 0;
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.link{
    width: 40%;
    color: white;
}
.link p{
    padding: 7px;
    font-size: 14px;
    color: #CCCCCC;
}
.link div {
    padding: 7px;
}
.link p img{
    padding-top: 10px;
    width: 200px;
}
.foottitle{
    font-size: 20px;
    color: white;
    font-family:"微软雅黑";
    font-weight: 400;
}
.message{
    width: 50%;
}
.message p{

    position: relative;
    padding: 10px 0;
}
.message input{
    font-family:"微软雅黑";
    display: inline-block;
    background-color: white;
    font-size: 16px;
    padding: 10px 0 10px 40px;
    border-radius: 5px;
    width: 225px;
    border: none;
}
.message .yanzheng{
    width: 185px;
}
.message textarea{
    font-family:"微软雅黑";
    width: 550px;
    height: 150px;
    padding: 10px 0 10px 40px;
    border-radius: 5px;
    border: none;
    font-size: 16px;
    font-family: "Times New Roman", "微软雅黑";
}
.message p .verify{
    width: 129px;
    height: 40px;
    padding-left: 10px;
}
.message p .icon{
    position: absolute;
    width: 22px;
    height: 21px;
    left: 9px;
    top: 50%;
    transform: translate(0,-50%);
}
.message p .icon2{
    top: 37px;
}
.message p button{
    background-color: #FF6600;
    width:100px;
    padding: 10px 0;
    border-radius: 2px;
    border: 1px solid rgb(255,102,0);
    text-align: center;
    font-size: 13px;
    color: white;
    font-family: '微软雅黑';
    font-weight: 409;
    cursor: pointer;

}
#footer{
    padding: 15px 0;
    width: 100%;
    background-color: rgb(34,34,34);
}
.about{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}
.about span{
    font-family:"微软雅黑";
    font-size: 13px;
    color: white;
}

.contact {
    width: 602px;
    margin: 82px 0 0 59px;
    float: left;
    background: url(../images/f_line.gif) no-repeat left 5px;
    padding-left: 14px;
    font-family: "Microsoft Yahei";
    color: #909090;
}

.contact span {
    display: block;
    height: 56px;
    background: url(../images/f_line01.gif) no-repeat 10px bottom;
    line-height: 40px;
    color: #909090;
}

.contact span a {
    color: #909090;
    padding: 0 10px;
}

.contact i {
    font-style: normal;
    display: block;
    height: 63px;
    line-height: 20px;
    font-family: "Microsoft Yahei";
    background: url(../images/f_line01.gif) no-repeat 10px bottom;
    padding-top: 10px;
    padding-left: 10px;
    margin-bottom: 20px;
    line-height: 25px;
}

.contact em {
    display: block;
    font-style: normal;
    line-height: 36px;
}

.contact em img {
    vertical-align: middle;
    margin-right: 10px;
}

.foot .links {
    width: 240px;
    margin: 80px 0 0 0;
    overflow: hidden;
    float: right;
}

.foot .links h4 {
    background: url(../images/f_line.gif) no-repeat left top;
    padding-left: 15px;
    font-weight: normal;
    height: 55px;
}

.foot .links h4 i {
    display: block;
    color: #6a6a67;
    font-family: "Times New Roman", Times, serif;
    text-transform: uppercase;
    font-style: normal;
}

.foot .links h4 a {
    font-family: "Microsoft Yahei";
    font-size: 15px;
}

.foot .links div {
    padding-top: 15px;
    display: block;
    height: font-style:normal;
    font-family: "Microsoft Yahei";
}

.foot .links div img {
    width: 140px!important;
    height: auto!important;
    opacity: 0.7
}
/*测试*/
.bannerBottom {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 1200px;
    margin: 0 auto;
}

.bannerBottom>li {
    width: 300px;
    padding: 20px 0px;
    float: left;
}

.bannerBottom li p{
    width: 100%;
    text-align: center;
    padding: 10px 0;
}

.bannerBottomImage img {
    width: 50px;
    height: 50px;
    padding: 10px ;
}

.bannerBottomTitle {
    color: #444444;
    font-size: 20px;
    font-weight: 600;
    font-family: PingFangSC-Regular, '微软雅黑';
}
.bannerBottomBox{
    text-align: center;
    height: 114px;
    overflow: hidden;
}
.bannerBottomItem{
    text-align: center;
    display: inline-block;
    padding: 10px 0 0 0;
    font-size: 14px;
    font-family: '微软雅黑';
    font-weight: 400;
    color: #666666;
}
.bannerBottomItem a{
    color: #666666;
}
.bannerBottomItem a:hover{
    color: #FF6600;
}
.bannerBottomItem:after{
    position: relative;
    top: 6px;
    content: '';
    background: url("../images/u394.png");
    background-size: cover;
    width: 1px;
    margin: 0 8px;
    height: 20px;
    display: inline-block;
}
.bannerBottomBox .bannerBottomItem:last-child:after{
    content: '';
    width: 0px;
    height: 22px;
    margin: 0;
    display: inline-block;
}
.bannerBottommore{
    font-size: 14px;
    font-family: '微软雅黑';
    color: #FF6600;
}

.sectionTitle{
    padding: 30px 0 40px 0;
    text-align: center;
    font-size: 28px;
    color: rgba(0,0,0,0.85);
    font-weight: 700;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
}
.sectionTitle .sectionDes{
    padding: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #FF6600;
    font-family: '微软雅黑';
    font-weight: 400;
}

/*旧仪器开发，用来显示北科标样*/
/*.instrumentshader{*/
/*background-color: rgba(255,255,255,0.6);*/
/*}*/
.instrument{
    padding-bottom: 50px;
    width:1200px;
    margin:0 auto;
}
.instrumentBox{
    width:100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.instrumentItem{
    padding-top: 0px;
    display: flex;
    flex-wrap: wrap;
    background-color: white;
    width: 360px;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.2);
}
.instrumentItem a{
    width: 100%;
}
.instrumentItem .img-box{
    width: 100%;
    padding: 10px 0;
    text-align: center;
}
.instrumentItem .img-box img{
    padding-top: 10px;
    width: 60px;
    height: 60px;
}
.instrumentItem .img-box p{
    padding:10px 0;
    text-align: center;
    font-size: 18px;
    color: #333333;
    font-family: '微软雅黑 Bold', '微软雅黑 Regular', '微软雅黑';
    font-weight: 700;
}
.instrumentItem .item-box{
    display: inline-block;
    margin-top: 10px;
    width: 49%;
}
.instrumentItem .item-box:nth-child(odd){
    display: inline-block;
    text-align: right;
    width: 49%;
    border-right: 1px solid #666666;
}
.instrumentItem .middleType{
    height: 116px;
}
.instrumentItem .item-box p{
    padding: 0 11px 0 10px;
    margin: 0px;
    text-align: left;
    font-size: 14px;
    color: #666666;
    font-family: 'Arial Normal', 'Arial';
    font-weight: 400;
}
.instrumentItem .item-box:nth-child(odd) p{
    text-align: right;
}
.btn-box{
    padding-top: 10px;
    display: flex;
    justify-content: center;
}
.btn-box .btn-contaniner{
    padding: 20px 0;
    width: 70%;
    border-top: 1px solid rgb(242,242,242);
}
.btn-box .btn-contaniner button{
    background-color: white;
    width:100%;
    padding: 10px 0;
    border-radius: 2px;
    border: 1px solid rgb(255,102,0);
    text-align: center;
    font-size: 13px;
    color: #FF6600;
    font-family: '微软雅黑';
    font-weight: 400;
}
.itemSelect{
    cursor: pointer;
    transform: scale(1.1,1.1);
    background-image: linear-gradient(to right, rgb(79,166,245) , rgb(46,84,154));
}
.itemSelect .img-box p{
    color:white;
}
.itemSelect .item-box p{
    color:white;
}
.itemSelect  .btn-contaniner  button{
    border: 1px solid rgba(0,0,0,0);
}
.itemSelect .item-box:nth-child(odd){
    border-right: 1px solid rgba(255,255,255,1);
}
.itemSelect .img-box img{
    -webkit-filter: grayscale(100%) brightness(600%);
    filter: grayscale(100%) brightness(600%);
}
.instrumentItem:hover{
    cursor: pointer;
    transform: scale(1.1,1.1);
    background-image: linear-gradient(to right, rgb(79,166,245) , rgb(46,84,154));
}
.instrumentItem:hover p{
    color:white;
}
.instrumentItem:hover button{
    border: 1px solid rgba(0,0,0,0);
}
.instrumentItem:hover .item-box:nth-child(odd){
    border-right: 1px solid rgba(255,255,255,1);
}
.instrumentItem:hover .img-box img{
    -webkit-filter: grayscale(100%) brightness(600%);
    filter: grayscale(100%) brightness(600%);
}
/*新仪器开发*/
.instrumentNewBox{
    position: relative;
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 50px;
}
.instrumentNew{
    position: relative;
    margin: 0 auto;
}
.liubian:hover *{
    color: #FF6600!important;
}
.liubian{
    position: absolute;
    width:287px;
    height: 236px;
}
.liubian .back{
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0;
}
.liubian .imgbox{
    position: relative;
    width: 100%;
    padding: 30px 0 10px 0;
    z-index: 100;
    text-align: center;
}
.liubian .imgbox img{
    width: 67px;
    height: 67px;
}
.liubian .fontbox{
    position: relative;
    font-family: Microsoft YaHei,'微软雅黑';
    color: rgba(0,0,0,0.85);
    font-size: 16px;
    z-index: 100;
    text-align: center;
}
.liubian .backMore{
    width: 88%;
    height: 88%;
    position: absolute;
    z-index: 10;
    top: 6%;
    left: 6%;
}
.liubian:last-child{
    display: flex;
    align-items: center;
    justify-content: center;
}
.liubian .gengduo{
    color: white;
    position: relative;
    z-index: 100;
    font-size: 18px;
}
/*中心资源*/
.centerResource{
    width:1200px;
    margin: 0 auto;
}
.commonnav{
    padding-top: 0px;
    display: flex;
    justify-content: center;
}
.commonnav li{
    cursor: pointer;
    padding-bottom: 5px;
    position: relative;
    margin: 0 15px;
}
.commonnav .click p{
    color: #1D4A9E;
}
.commonnav .click .bluebar{
    transition: none;
    width: 100%;
    left: 0;
}
.commonnav li p{
    padding: 5px 0;
    font-size: 18px;
    color: #333333;
    font-family: '微软雅黑';
    font-weight: 400;
}
.commonnav li:hover p{
    color: #1D4A9E;
}
.commonnav li:hover .bluebar{
    width:100%;
    left:0;
}
.resourcebox .resourceitem{
    padding: 10px 0 100px 0;
    display: flex;
    position: relative;
    justify-content: center;
}
.resourceitem .itembox{
    width: 15%;
    text-align: left;
    display: inline-block;
}
.resourceitem .slidebox{
    width: 75%;
    display: inline-block;
}
.resourceitem .imgslide{
    width:90%;
    padding: 10px 5%;
    height: 250px;
    position: relative;
}
.resourceitem .itembox li{
    cursor: pointer;
    font-size: 16px;
    color: #333333;
    font-family: '微软雅黑';
    font-weight: 400;
    list-style-type: disc;
    padding: 10px 0;
}
.resourceitem .itembox .click{
    color: #1D4A9E;
}
.resourceSilde{
    width: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0);
}
.resourceSilde li{
    text-align: center;
    position: relative;
    display: inline-block;
    width: 150px;
    font-size: 14px;
    padding: 0 30px;
    height: 250px;
}
.resourceSilde li img{
    position: absolute;
    top: 25%;
    left: 30px;
    width: 150px;
    height: auto;
    max-height: 150px;
}
.resourceSlide li .slidespan{
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    font-size: 12px;
    font-family: '微软雅黑';
    color: #333333;
}
/*咨询动态*/
.information{
    width: 1200px;
    margin: 0 auto;
}
.informationbox{
    padding-top: 5px;
    width: 100%;
}
.informationcomment{
    padding: 10px 0;
    display: none;
    flex-wrap: wrap;
}
.informationcomment a{
    display: flex;
    padding: 25px 0 25px 2%;
    width: 48%;
    text-decoration: none;
}
.informationitem{
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.informationitem .datebox{
    width: 15%;
    text-align: right;
}
.date{
    font:400 26px '微软雅黑';
    color: #333333;
}
.year{
    font:400 14px '微软雅黑';
    color: #999999;
}
.informationitem .textbox{
    width: 75%;
}
.morebtn{
    text-align: center;
    width: 100%;
    padding: 10px 0px 40px 0px;
}
.morebtn a{
    display: inline-block;
    background-color: white;
    width:20%;
    padding: 10px 0;
    border-radius: 2px;
    border: 1px solid rgb(255,102,0);
    text-align: center;
    font-size: 13px;
    color: #FF6600;
    font-family: '微软雅黑';
    font-weight: 400;
}
/*北科标样*/
.biaoyang{
    padding-bottom: 120px;
    width:1200px;
    margin:0 auto;
}
.fengwo{
    position: relative;
    height: 401px;
    margin: 120px auto 0px auto;
}
.fengwo .item{
    position: absolute;
    top:0;
    left: 0;
    width: 147px;
    height: 147px;
    cursor: pointer;
}
.fengwo .item>a{
    display: inline-block;
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 200;
}
.fengwo .item .box{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: transform 500ms;
}
.fengwo .item .box2{
    position: absolute;
    z-index: 1;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    transition: transform 500ms;
}
.fengwo .item .more{
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 14px;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}
.fengwo .item:hover .box .fengwo .item:hover .box2{
    transform: rotateY(180deg);
}
.fengwo .item p{
    position: relative;
    z-index: 10;
    padding: 15px 0;
    width: 100%;
    text-align: center;
}
.fengwo .item p img{
    padding-top: 20px;
    width: 48px;
    height: 40px;
}
.fengwo .item p a{
    font-family: '微软雅黑';
    font-weight: 400;
    font-style: normal;
    color: #1D4A9E;
    font-size: 14px;
}
/*标样第二样式*/
.biaoyang2{
    position: relative;
    width: 100%;
    display: flex;
    background-color: blue;
}
.byt{
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 40px;
}
.biaoyangbox{
    width: 33%;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    padding: 80px 0;
}
.biaoyangitem .biaoyangtitle{
    padding: 10px 0;
    border-right: 1px solid white;
    border-left: 1px solid white;
    font-weight: 700;
    font-size: 26px;
    color: white;
    text-align: center;
    width: 200px;
}
.biaoyangitem ul{
    padding:30px 0 40px 0;
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
    width: 200px;
}
.biaoyangitem ul li{
    width: 44%;
    padding: 5px 3%;
    font-size: 14px;
    color: white;
    position: relative;
}
.biaoyangitem ul li:nth-child(odd):after{
    content: "";
    width: 1px;
    height: 14px;
    position: absolute;
    background-color: white;
    top: 50%;
    right: -1px;
    transform: translateY(-50%);
}
.biaoyangitem ul li:nth-child(odd){
    text-align: right;
}
.biaoyangitem ul li:nth-child(even){
    text-align: left;
}
.biaoyangitem a {
    display: inline-block;
}


/*友情链接*/
.friends{
    width: 1200px;
    margin: 0 auto;
}
.friendnav{
    justify-content: left;
}
.friendcomment{
    border-top: 2px solid rgb(240,240,240);
    padding: 10px 0;
}
.friendbox{
    display: flex;
    flex-wrap: wrap;
}
.frienditem{
    width: 283px;
    padding: 0 10px;
    display:inline-block;
}
.frienditem p{
    padding: 5px;
    text-align: center;
    font-family: '微软雅黑';
    font-weight: 400;
    font-size:14px;
    color: #333333;
}
.frienditem p img{
    width: 100%;
    height: auto;
    max-height: 70px;
}

.title{
    font:400 18px '微软雅黑';
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 22px;
    line-height: 22px;
}
.title img{
    width: 50px;
    height: 20px;
    padding-right: 5px;
}
.index{
    padding-top: 10px;
    font:400 14px '微软雅黑';
    color: #999999;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.bben {
    color: #999999;
    font-size: 14px;
    font-family: "Arial";
    display: none;
}

.bannerBottom li:hover {
}

.bannerBottom li:hover .bannerBottomImage {
}

.bannerBottom li:hover .bben {
}

.showCaseHome {
    width: 1200px;
    margin: 0 auto;
}

.showCase_title {
    width: 1200px;
    float: left;
    text-align: center;
    font-size: 24px;
    color: #57391f;
    padding-top: 30px;
}

.spanen {
    color: #999;
    font-family: "Arial";
    font-size: 24px;
    margin-left: 10px;
}

.showCase_content {
    width: 1200px;
    float: left;
    align: center;
    padding-bottom: 20px;
    text-align: center;
}

.scc_title {
    width: 840px;
    float: left;
    text-align：center;
    margin: 30px 140px;
}

.scc_title span {
    cursor: pointer;
    width: 98px;
    height: 38px;
    float: left;
    border: 1px solid #dedede;
    margin: 0 10px;
    border-radius: 2px;
    text-align: center;
    line-height: 38px;
    color: #333;
    font-size: 14px;
}

.scc_title span:hover,
.scc_title span.hover {
    width: 100px;
    height: 40px;
    border: 0px solid #dedede;
    background: url(../images/titlehover1.png) no-repeat;
    line-height: 40px;
    color: #fff;
    display: block;
}

.scc_title span:hover a,
.scc_title span.hover a {
    color: #fff;
}

.scc_content {
    width: 1220px;
    float: left;
}

.scc_content li {
    width: 283px;
    float: left;
    margin: 0 20px 20px 0;
    border: 1px solid #ddd;
}

.case_image {
    width: 283px;
    float: left;
    height: 195px;
}

.case_image img {
    width: 100%!important;
    height: auto!important;
    min-height: 195px;
}

.case_title {
    width: 259px;
    padding: 0 12px;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #57391f;
    color: #fff;
    font-size: 14px;
}

.aboutUs {
    width: 1200px;
    margin: 0 auto;
    min-height: 30px;
    background: url(../images/title1.png) no-repeat center top;
}

.aboutUs_left {
    width: 480px;
    height: 310px;
    float: left;
    padding: 50px 0;
    margin-right: 45px;
}

.aboutUs_right {
    width: 675px;
    text-indent: 2em;
    float: right;
    padding: 50px 0;
}

.aboutUs_right_title {
    width: 545px;
    float: left;
    background: url(../images/lictico1.png) no-repeat left;
    padding-left: 30px;
    height: 48px;
    line-height: 70px;
    font-size: 24px;
    color: #aa5d1b;
}

.aboutUs_right_content {
    width: 575px;
    float: left;
    color: #333;
    font-size: 14px;
    line-height: 31px;
    margin-top: 20px;
}

.ourTeam {
    width: 1200px;
    margin: 0 auto;
    min-height: 30px;
    background: url(../images/title2.png) no-repeat center top;
}

.teamList {
    float: left;
    padding-bottom: 40px;
}

.teamList li {
    float: left;
    margin: 0 6px 6px 0;
    position: relative;
    cursor: pointer;
}

.teamHover {
    display: none;
    position: absolute;
    bottom: 0;
    padding: 10px 50px 0 10px;
    color: #fff;
    font-size: 12px;
    text-indent: 0;
    width: 135px;
    height: 50px;
    background: url(../images/titlehover2.png) no-repeat right 20px center #da484b;
}

.teamHover a {
    color: #fff;
}

.teamHover span {
    font-size: 12px;
    color: #fff;
    text-indent: 15px;
    float: left;
}

.teamList li:hover .teamHover {
    display: block;
}

.news {
    width: 1200px;
    margin: 0 auto;
    min-height: 30px;
    background: url(../images/title1.png) no-repeat center top;
}

.news_content {
    width: 1200px;
    float: left;
    padding-bottom: 40px;
}

.news_left_div {
    width: 350px;
    height: 286px;
    float: left;
    position: relative;
}

.news_left {
    width: 350px;
    height: 286px;
    float: left;
}

.news_left li {
    width: 350px;
    height: 286px;
    float: left;
    position: absolute;
}

.news_left_image {
    width: 348px;
    height: 230px;
    border: 1px solid #ecdbcd;
    border-bottom: 0;
}

.news_left_image img {
    width: 348px;
    height: 230px;
}

.news_left_title {
    width: 348px;
    height: 55px;
    line-height: 55px;
    background-color: #f6eada;
    color: #9d7657;
    font-size: 16px;
    text-indent: 10px;
}

.news_leftNav {
    position: absolute;
    bottom: 21px;
    right: 10px;
    z-index: 20;
}

.news_leftNav li {
    float: left;
    background: #fff;
    margin-left: 5px;
    width: 12px;
    height: 12px;
    border-radius: 12px;
    display: block;
    cursor: pointer;
}

.news_leftNav li.on {
    background: #b89172;
}

.news_center {
    width: 415px;
    height: 286px;
    float: left;
    margin-left: 20px;
}

.news_center li {
    width: 400px;
    float: left;
    background: url(../images/listico2.png) no-repeat 0 9px;
    padding: 0 0 15px 15px;
    margin-bottom: 15px;
    border-bottom: 1px dotted #c6c6c6;
}

.news_center_title {
    width: 400px;
    float: left;
}

.news_center_title a {
    font-size: 14px;
    color: #333333;
}

.news_center_title a:hover {
    color: #d94f53;
}

.news_center_content {
    width: 400px;
    float: left;
    font-size: 12px;
    color: #666666;
    font-family: "宋体";
    line-height: 21px;
    margin-top: 6px;
}

.news_right {
    width: 380px;
    float: right;
}

.news_right_image {
    width: 380px;
    height: 130px;
    float: left;
}

.news_right_content {
    width: 380px;
    float: left;
    margin-top: 8px;
}

.news_right_content li {
    width: 365px;
    float: left;
    background: url(../images/listico2.png) no-repeat left;
    padding-left: 15px;
    line-height: 35px;
    border-bottom: 1px dotted #c6c6c6;
}

.news_right_content li a {
    font-size: 12px;
    color: #666666;
    font-family: "宋体";
}

.news_right_content li span {
    float: right;
    font-family: "宋体";
    color: #999;
}

.customer {
    width: 1200px;
    margin: 0 auto;
}

.leftIco {
    background: url(../images/u32.png) no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%) rotate(90deg);
    cursor: pointer;
}
.leftIco img{
    width: 100%;
    height: 100%;
}

.rightIco {
    background: url(../images/u32.png) no-repeat;
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%) rotate(-90deg);
    cursor: pointer;
}
.rightIco img{
    width: 100%;
    height: 100%;
}
.customer_content {
    width: 1170px;
    height: 100px;
    float: left;
}
.cebian{
    z-index: 1000;
    position: fixed;
    width: 64px;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    left: 0;
    top: 0;
}
.cebian>div{
    transition: height 500ms;
}
.cebian .tips{
    position: relative;
    width: 48px;
    height: 62px;
    padding: 8px;
    z-index: 100;
    background-color: white;
    cursor: pointer;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
}
.cebian .tips>p>img{
    width: 30px;
    height: 30px;
}
.nochange >p>img{
    width: 40px !important;
    height: 40px !important;
    padding-bottom: 10px !important;
}
.cebian .tips:first-child>p>img{
    padding-bottom: 10px;
}
.backtop{
    padding-bottom: 10px !important;
}
.nochange{
    padding-top: 20px !important;
    height: 78px !important;
}
.nochange p{
    color: #FF6600 !important;
}
.nochange i{
    font-size: 20px;
}
.cebian .tips:first-child{
    margin-bottom: 10px;
}
.cebian .tips:hover>p{
    color: #1D4A9F;
}
.cebian .tips:hover>p>.icona{
    color: #1D4A9F;
}
.cebian .tips>p{
    font-family:"微软雅黑";
    text-align: center;
    font-size:12px;
    color: rgba(0,0,0,0.85);
    margin: 0px;
}
.cebian .tips:first-child>p:first-child{
    padding-bottom: 0px;
}
.cebian .tips>.firstp{
    padding-bottom: 10px;
}
.cebian .tips>p>i{
    font-size: 20px;
}
.cebian .tips>p>.icona{
    color: #9CA9C2;
}
.cebian .line{
    position: absolute;
    bottom: 10px;
    width: calc(100% - 20px);
    border-bottom: 1px solid #D9D9D9;
}
.cebian .msg{
    height: 85px;
}
.cebian .tips .infos{
    position: absolute;
    display: flex;
    align-items: center;
    left: -2000%;
    z-index: 10;
    top: 0;
    background-color: white;
    padding: 0px;
    transition: left 500ms;
    border:1px solid rgb(242,242,242);
}
.cebian .tips:hover .infos{
    left: 105%;
}
.fuwuImg{
    width: 783px !important;
    height: 210px !important;
}
.qqkefu{
    padding-right: 10px;
}
.qqinfo{
    width: 190px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding-bottom: 10px;
}
.qqinfo img{
    width: 40px;
    height: 27px;
}
.qqinfo a{
    display: inline-block;
    border-radius: 10px;
    padding: 5px 10px;
    background-color: rgb(31,75,156);
    color: white;
    font-size: 14px;
    border:none;
}
.qqtitle{
    padding-bottom: 15px;
    text-align: left;
    font-family: '微软雅黑';
    font-size: 14px;
    color: #333333;
}
.qqtime{
    padding-bottom: 15px;
    text-align: left;
    font-family: '微软雅黑';
    font-size: 12px;
    color: #666666;
}
.weixinkefu{
    display: flex;
}
.weixininfo{
    padding-right: 10px;
}
.weixininfo img{
    width: 160px;
    height: 205px;
    padding: 10px 0px;
}
.weixinfont{
    text-align: center;
    font-family: '微软雅黑';
    font-size: 12px;
    color: #666666;
}
.customer_content ul {
    width: 1170px;
    height: 100px;
    float: left;
}

.customer_content ul li {
    width: 160px;
    height: 100px;
    float: left;
    margin: 0 15px;
}


#bannerny {
    width: 100%;
    height: 300px;
    float: left;
}

#box {
    width: 100%;
    float: left;
    background: url(../images/linkbg.png) no-repeat bottom;
    padding-bottom: 80px;
}

.box {
    width: 1200px;
    margin: 0 auto;
}

.box_top {
    width: 1200px;
    height: 7px;
    float: left;
    background: url(../images/listbg.png) no-repeat 207px;
    margin-top: 20px;
}

.box_left {
    width: 260px;
    float: left;
}

.boxleft_title {
    width: 235px;
    float: left;
    line-height: 40px;
    border-bottom: 2px solid #aa5d1b;
    font-size: 20px;
    color: #aa5d1b;
    padding-left: 25px;
}

.boxleft_title span {
    font-family: "Arial";
    font-size: 18px;
    color: #aa5d1b;
    margin-left: 5px;
}

.boxleft_content {
    width: 260px;
    float: left;
}

.boxleft_content li {
    width: 260px;
    float: left;
    border-bottom: 1px dotted #cccccc;
}

.boxleft_content li a {
    width: 250px;
    height: 50px;
    line-height: 50px;
    display: block;
    padding-left: 30px;
    background: url(../images/listico3.png) no-repeat 10px 20px;
    font-size: 14px;
    color: #333333;
}

.boxleft_content li a:hover,
.boxleft_content li a.hover {
    background: url(../images/listico4.png) no-repeat 10px 20px;
    color: #cd4848;
}

.box_right {
    width: 900px;
    float: left;
    padding-left: 39px;
    border-left: 1px solid #e5e5e5;
}

.boxright_title {
    width: 900px;
    float: left;
    line-height: 42px;
    border-bottom: 1px solid #cccccc;
    font-size: 18px;
    color: #333333;
}

.boxright_title span {
    font-size: 14px;
    color: #666666;
    background: url(../images/sitemapico.png) no-repeat left;
    padding-left: 17px;
    text-align: left;
    float: right;
    height: 42px;
    overflow: hidden;
}

.boxright_title span a {
    color: #666666;
}

.boxright_content {
    width: 900px;
    float: left;
}

.newList {
    width: 900px;
    float: left;
    margin-top: 10px;
}

.newList li {
    width: 900px;
    float: left;
    border-bottom: 1px dotted #cccccc;
    padding: 15px 0;
}

.new_image {
    width: 200px;
    height: 140px;
    float: left;
    margin-right: 20px;
}

.new_image img {
    width: 200px;
    height: 140px;
}

.new_right {
    width: 670px;
    float: left;
}

.new_title {
    width: 100%;
    float: left;
    line-height: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
}

a:hover .new_title {
    color: #aa5d1b
}

.new_title span {
    float: right;
    font-size: 14px;
    font-weight: normal;
    color: #666666;
}

.new_content {
    width: 100%;
    float: left;
    line-height: 25px;
    height: 80px;
    font-size: 14px;
    color: #666666;
    margin-top: 10px;
}

.new_more {
    width: 100%;
    float: left;
    line-height: 25px;
}

.new_more a {
    float: right;
    color: #aa5d1b;
    padding-right: 15px;
    font-family: "Arial";
}

.page {
    width: 750px;
    float: left;
    margin: 20px 0;
}

.newContent {
    width: 750px;
    float: left;
}

.newcon_title {
    width: 750px;
    float: left;
    padding: 30px 0;
    line-height: 30px;
    font-size: 18px;
    color: #333333;
    text-align: center;
}

.newcon_content {
    width: 750px;
    float: left;
    line-height: 25px;
    font-size: 14px;
    color: #333333;
}

.newcon_precnext {
    width: 750px;
    float: left;
    border-top: 1px solid #dedede;
    color: #333333;
    padding-top: 5px;
    margin-top: 20px;
}

.newcon_precnext p {
    width: 750px;
    float: left;
    line-height: 25px;
}

.newcon_precnext p a {
    color: #333333;
}

.box_contact {
    width: 1231px;
    float: left;
    margin-top: 80px;
}

.contactDiv {
    width: 370px;
    height: 248px;
    float: left;
    border: 1px solid #dedede;
    margin-right: 38px;
}

.contact_image {
    width: 120px;
    height: 100px;
    float: left;
    margin: -50px 92px 0 92px;
}

.contact_title {
    width: 304px;
    float: left;
    text-align: center;
    font-size: 18px;
    color: #333333;
    padding: 15px 0;
}

.contact_content {
    width: 234px;
    float: left;
    font-size: 14px;
    color: #333333;
    padding: 0 35px;
    line-height: 25px;
}

.box_service {
    width: 1041px;
    float: left;
    margin-top: 30px;
}

.serviceDiv {
    width: 320px;
    height: 220px;
    float: left;
    margin: 0 20px 20px 0;
}

.service_image {
    width: 320px;
    height: 160px;
    float: left;
}

.service_title {
    width: 220px;
    height: 60px;
    line-height: 60px;
    float: left;
    padding-left: 100px;
    font-size: 16px;
    color: #fff;
}

.service_title span {
    font-family: "Arial";
    font-size: 12px;
    color: #fff;
    margin-left: 5px;
}

.servicebg1 {
    background: url(../images/service1.jpg) no-repeat left #55bcda;
}

.servicebg2 {
    background: url(../images/service2.jpg) no-repeat left #00a99d;
}

.servicebg3 {
    background: url(../images/service3.jpg) no-repeat left #f4ca59;
}

.servicebg4 {
    background: url(../images/service4.jpg) no-repeat left #97cb6f;
}

.servicebg5 {
    background: url(../images/service5.jpg) no-repeat left #d74941;
}

.servicebg6 {
    background: url(../images/service6.jpg) no-repeat left #ff9a37;
}

.boxleft_service {
    width: 210px;
    float: left;
}

.boxleft_service li {
    width: 210px;
    float: left;
    border-bottom: 1px dotted #cccccc;
}

.boxleft_service li a {
    width: 160px;
    height: 50px;
    line-height: 50px;
    display: block;
    padding-left: 50px;
    font-size: 14px;
    color: #333333;
}

.boxleft_service li a:hover,
.boxleft_service li a.hover {
    color: #cd4848;
}

.leftico1 {
    background: url(../images/serviceico1.png) no-repeat 9px 13px;
}

.leftico2 {
    background: url(../images/serviceico2.png) no-repeat 9px 20px;
}

.leftico3 {
    background: url(../images/serviceico3.png) no-repeat 9px 16px;
}

.leftico4 {
    background: url(../images/serviceico4.png) no-repeat 9px 14px;
}

.leftico5 {
    background: url(../images/serviceico5.png) no-repeat 9px 11px;
}

.leftico6 {
    background: url(../images/serviceico6.png) no-repeat 9px 13px;
}

.leftico7 {
    background: url(../images/serviceico7.png) no-repeat 9px 13px;
}

#customer {
    position: absolute;
    top: 180px;
    right: 0;
    overflow: hidden;
    z-index: 3000;
    font-size: 12px;
    display: none;
}

.customerTitle {
    width: 30px;
    height: 120px;
    overflow: hidden;
    float: left;
    text-indent: -100px;
}

.customerTitle a {
    display: block;
    overflow: hidden;
    width: 30px;
    height: 120px;
}

.customerBox {
    border: 1px solid #dbdbdb;
    border-top: 3px solid #c40000;
    background: #fff;
    width: 108px;
    overflow: hidden;
    float: left;
}

.serviceTit {
    color: #8c0108;
    text-align: center;
    line-height: 35px;
    height: 35px;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
}

.customerBox ul {
    margin: 0 5px;
    padding: 8px 0;
    overflow: hidden;
    border-top: 1px solid #8c0108;
}

.customerBox ul li {
    padding: 4px;
    overflow: hidden;
}

.customerBox ul li a {
    display: block;
    height: 24px;
    line-height: 24px;
    overflow: hidden;
    color: #8c0108;
}

.backTop {

}

.backTop a {
    color: #165bc1;
}

#customerClose {
    position: absolute;
    top: 180px;
    right: 0;
    width: 30px;
    height: 120px;
    overflow: hidden;
    text-indent: -999px;
    z-index: 9999;
}

#customerClose a {
    display: block;
    height: 120px;
}

#top {
    width: 100%;
    height: 40px;
    background-color: #000;
    overflow: hidden;
    display: none;
}

.top {
    width: 1200px;
    height: 40px;
    margin: 0 auto;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;

}

.top a {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
}

.top a:hover {
    font-family: "微软雅黑";
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    text-decoration: underline;
}

.top span {
    float: right;
    color: #fff;
}
.top ul{
    width: 50%;
    float: left;
    height:40px;
    line-height:40px;
}
.mobilenavbtn{
    display: none;
}
.mobilenav{
    display: none;
}
.top ul li{
    height:40px;
    line-height:40px;
    color:white;
    font-size:14px;
    padding:0 10px 0 0;
    float:left;
}
.top .right li{
    float:right;
    padding:0 0 0 10px;
}
.top ul li img{
    width:auto;
    height:20px;
    padding-right:10px;
}
.top .right li img{
    padding-left:10px;
}
#search{
    width:100%;
    height:97px;
}
.search{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #FFFFFF;
    line-height: 40px;
    text-align: left;
    display:flex;
    justify-content:space-between;
    align-items: center;
}
.logoimg  .topimg{
    padding-right: 0px;
    margin: 0;
}
.logoimg .topimg1{
    width: 71px;
    height: 40px;
    padding-left: 9px;
}
.logoimg .topimg2{
    width: 51px;
    height: 40px;
    padding-left: 9px;
}
.logoimg .topimg3{
    width: 228px;
    height: 70px;
    padding-left: 0px;
}
.zhengshuouter{
    display: flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.zhengshuouter:hover .zhengshubox{
    display: block;
}
.zhengshubox{
    margin-top: 7px;
    position: absolute;
    top: 52px;
    display: none;
    padding: 10px;
    background-color: rgb(200,200,200);
    border-radius: 10px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
}
.zhengshutri{
    position: absolute;
    top: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 7px solid rgb(200,200,200);
}
.logoimg .zhengshubox img{
    width: 200px;
    height: auto;
}
.logoimg{
    display: flex;
    flex-wrap: wrap;
}
.logoimg img{
    width:162px;
    height:70px;
}
.searchbox{
    display:flex;
    align-items:center;

}
.searchinput{
    width: 300px;
    height: 34px;
    border: 1px solid rgb(29,74,158);
    border-radius: 20px 0 0 20px;
    border-right: none;
    padding-left: 10px;
    box-sizing: border-box;
}
.searchbtn{
    height:34px;
    line-height:34px;
    color:white;
    font-size:14px;
    border: 1px solid rgb(29,74,158);
    border-left: none;
    display:flex;
    background-color: white;
    align-items:center;
    padding: 0 10px;
    border-radius: 0 20px 20px 0;
    background-color: rgb(29,74,158);
}
.searchbtn img{
    width: 25px;
    height: 25px;
}
.searchbtn span{
    font: inherit;
}
.phonebox{
    display: flex;
    align-items: center;
}
.phoneimg {
    width: 48px;
    height: 32px;
    font-size: 12px;
    line-height: 16px;
    color: #9CA9C2;
    margin-left: 22px;
    margin-right: 7px;
}
.phonenum img{
    width: 159px;
    height: 34px;
}
#daohang {
    width: 100%;
    height: 50px;
    box-shadow: 2px 3px 3px rgba(161,161,161,0.35);
    background-color: rgb(31,75,157);
    /*background: linear-gradient(to right, rgb(91,164,236) 0%, rgb(56,100,175) 50%, rgb(91,164,236) 100%);*/
}

.daohang {
    width: 1200px;
    height: 50px;
    margin: 0 auto;
}

.STYLE1 {
    font-family: Arial;
    font-size: 12px;
    color: #999999;
    line-height: 45px;
}

.logo {
    width: 175px;
    height: 166px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -88px;
}

.logo .img {
    width: 175px;
    height: 172px;
}
.logoTip{
    line-height: normal;
    padding-top: 10px;
    font-family: '华文行楷';
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: rgb(251,98,46);
    white-space: pre;
}
.logoTip2{
    line-height: normal;
    letter-spacing: 3px;
    font-family: '华文中宋';
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: rgb(251,98,46);
    white-space: pre;
}
#menu {
    height: 50px;
    line-height: 35px;
    width: 1200px;
    overflow: visible;
}

#nav {
    margin: 0;
    width: 1200px;
    display: block;
    height: 54px;
    display:flex;
    justify-content:space-between;
}
.mobileContact{
    display: none;
}
#nav .mainlevel {
    width: 100%;
    display:flex;
    align-item:center;
    justify-content: center;
    position:relative;
}
/*#nav .mainlevel:nth-child(1){*/
/*padding: 0 30px 0 0;*/
/*}*/
/*#nav .mainlevel:last-child{*/
/*padding: 0 0 0 30px;*/
/*}*/
#nav .mainlevel .zixunimg{
    position: absolute;
    right: 0;
    top: 0;
    width: 32px;
    height: 16px;
}
#nav .mainlevel>a {
    width: 100%;
    text-align: center;
    color: white;
    font-size: 16px;
    line-height: 50px;
    height: 50px;
    font-weight: bold;
    font-family: "微软雅黑";
}
#nav .mainlevel:hover>a {
    background-color: white;
    color: rgb(31,75,156);
}
#nav .mainlevel li a {
    line-height: normal;
}
.bluebar{
    position:absolute;
    bottom:0;
    left:50%;
    width:0;
    height:2px;
    background-color:rgb(29,74,158);
    transition: width 500ms,left 500ms;
}
#nav .mainlevel:hover .bluebar{
    width:100%;
    left:0;
}
#nav .click .bluebar{
    width:100%;
    left:0;
}

#nav .mainlevel1 {
    float: left;
    color: #000000;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    width: 120px;
}

#nav .mainlevel1 li {
    list-style: none;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
}

#nav .mainlevel1 a {
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    line-height: 28px;
    display: block;
    width: 120px;
    height: 28px;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    text-align: center;
}

#nav .mainlevel1 a:hover {
    color: #fff;
    line-height: 28px;
    text-decoration: none;
    background:  0 0 repeat-x;
}

#nav .mainlevel ul {
    display: none;
    position: absolute;
    width: 100%;
    top: 51px;
    padding-top: 10px;
    padding-left: 0px;
    z-index: 1000;
    left: 0;
    box-shadow: 2px 2px 5px rgba(180,180,180,0.4);
}
#nav .mainlevel .tri{
    position: absolute;
    top: 5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid rgba(255,255,255,0.6);
    left: 50%;
    transform: translateX(-50%);
}
#nav .mainlevel li {
    background-color: rgba(255,255,255,.8);
    width: 100%;
    padding: 10px 0;
    line-height: normal;
}
#nav .mainlevel .childnav li{
    text-align: center;
    width: 100%;
}
#nav .mainlevel .childnav li a{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
}
#nav .mainlevel .childnav li a:hover{
    color: #FF6600;
}
#contactUs{
    position: fixed;
    display: none;
    justify-content:center;
    flex-wrap: wrap;
    background: linear-gradient(to right, rgb(91,164,236) 0%, rgb(56,100,175) 100%);
    width: 900px;
    height: 460px;
    padding: 10px;
    top:50%;
    left: 50%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    transition: opacity 500ms;
    z-index: 1005;
    border-radius: 10px;
}
#cancelbtn{
    background-color: white;
    color: #666666;
    border:1px solid rgb(200,200,200);
}
#shadow{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 1000;
    display: none;
}
#mobileSearch{
    display: none;
}
.wechat{
    cursor: pointer;
    position: relative;
}
.pcweixin{
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    transform: translateY(-150%);
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 1000ms ,transform 1000ms;
    border: 1px solid rgb(200,200,200);
    background-color: white;
    padding-bottom: 5px;
}
.pcweixin img{
    width: 90%;
    padding: 10px 5%;
    height: auto;
}
.pcweixin .tri{
    position: absolute;
    bottom: -5px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid rgb(200,200,200);
    left: 50%;
    transform: translateX(-50%);
}
.gfwx:hover .pcweixin{
    visibility: visible;
    transform: translateY(-100%);
    opacity: 1;
}
.sectionbox .contentbox .title{
    border-bottom: 1px solid rgb(240,240,240);
}
#middle .middle .sectionbox .contentbox .section .title{
    padding: 15px 0 ;
}
#middle .middle .sectionbox .contentbox .section>.title p:before{
    width: 3px;
    height: 16px;
}
