
.box {
  position: relative;
  margin:auto;
  width: 100%;
  /*height: 300px;*/
  /*border: 1px solid #FFF;*/
  /*background-color: #999;*/
  display: table;
  color: #050304;
}


.contain{
    position: relative;
    margin:auto;
    width: 100%;
    height: 795px;
    text-align: center;
    font-family: Arial;
    color: #FFF;
    top: 7px;
}
.contain ul{
    margin:10px 0;
    padding:0;
    width: 9450px;
}
.contain li{
    float: left;
    width: 1890px;
    height: 795px;
    list-style: none;
    line-height: 200px;
    font-size: 36px;
}
.contain{overflow: hidden;}/*将超过的隐藏*/
.label1{
    position: absolute;
    bottom: 10px;
    left: 0px;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    line-height: 20px;
    color: #FFF;
    background: #000;
    cursor: pointer;
}/*用于调整单选框的属性以及位置*/
.label2{
    position: absolute;
    bottom: 10px;
    left: 30px;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    line-height: 20px;
    color: #FFF;
    background: #000;
    cursor: pointer;
}/*用于调整单选框的属性以及位置*/
.label3{
    position: absolute;
    bottom: 10px;
    left: 60px;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    line-height: 20px;
    color: #FFF;
    background: #000;
    cursor: pointer;
}
/*用于调整单选框的属性以及位置*/
#Input1:checked~ul{ margin-left: 0;}/*第一张点击切换*/
#Input1:checked~.label1{ background: #535353;}/*点击后改变单选框颜色*/
#Input2:checked~ul{ margin-left: -1890px;}/*第二张点击切换*/
#Input2:checked~.label2{ background: #535353;}/*点击后改变单选框颜色*/
#Input3:checked~ul{ margin-left: -3780px;}/*第三张点击切换*/
#Input3:checked~.label3{ background: #535353;}/*点击后改变单选框颜色*/
.contain ul{transition:all 0.2s;}



/*产品与服务style*/
.serviceDiv{
    /*background-color: #66CCFF;*/
    position: relative;
    margin:auto;
    width:100%;
    /*height: 795px;*/
    text-align: center;
    font-family: Arial;
    top: 0px;

}

.changBackground:hover{
    background-color: #9acbfc;
}

.title1{
    font-size: 21px;
    letter-spacing: 6px;
    color: #333333;
    font-weight:bold;
}
.title11{
    color: #cccccc;
}
.fontstyle1{
    color: #333333;
    /*font-size: x-large;*/
    font-size:1.5vw;
}
.round{
    width:16px;
    height:16px;
    display: inline-block;
    font-size:25px;
    line-heigth:16px;
    text-align:center;
    color:#999999;
    text-decoration:none
}
/*.round:hover{*/
/*color:blue;*/
/*text-decoration:none*/
/*}*/






/* 公共样式表css */
html,body {
    font-family:  "Segoe UI", "Microsoft Yahei", "Arial", sans-serif;
    line-height: 24px;
    font-size: 14px;
    color: #666;
    position: relative;
    width: 100%;
    height: calc(100vh);
    /*background-color: #FFF;*/
    margin: 0;
    padding: 0;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    border: 0;
}

body {
    background: #eef3fa;
    color: #666;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #777;
    outline: none;
    text-decoration: none;
    transition: all .3s ease-in;
}
a:focus {
    outline: none;
    text-decoration: none;
}
a:hover,
a:active {
    outline: none;
    color: #2B2F3D;
    text-decoration: none;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}


/* 必要布局样式css */

.container1 {width: 1000px !important}
.container1 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    z-index: 10;
    position: relative;
}

.container1:after {
    content: '';
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.container1 .logo{
    display:flex;

}
.logo .right{
    margin-left:50px;
}
.btn-blue,
.btn-blue-border:hover {
    color: #FFF !important;
    background: #3ba3ff !important;
    border: 2px solid transparent !important;
}
.btn-blue:hover,
.btn-blue-border {
    color: #7ac1ff !important;
    background-color: transparent !important;
    border: 2px solid #3ba3ff !important;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-group-lg>.btn, .btn-lg {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}
.adaction {
    background: #1e88e5;
    background-position: center bottom;
    background-repeat: repeat-x;
}
.adaction .container1 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.adaction p {
    color: #FFF;
    font-size: 24px;
    line-height: 46px;
    float: left;
}
.adaction .btn {
    float: right;
}
.foot {
    background-color: #212121;
}
.foot h4 {
    color: #FFF;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: normal;
}
.foot a {
    color: #999;
}
.foot .phone .fa {
    margin-right: 5px;
}

.foot .phone {
    color: #999;
    font-size: 16px;
    font-weight: bold;
}
.foot .fa-phone img{
    float:left;
}
.foot .btn-green {
    margin: 5px 0;
    padding: 5px 12px;
    color: #EEE;
    background-color: #339E60;
}
.foot .btn-green .fa {
    margin-left: 5px;
    color: #DDD;
}
.foot .links {
    max-height: 140px;
    overflow: hidden;
}

footer {
    background-color: #212121;
}
footer .container1 {
    position: relative;
    padding-top: 29px;
    padding-bottom: 20px;
    border-top: 1px solid #333;
}
footer .copy {
    color: #737373;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 0;
    float: left;
}
footer .copy span {
    color: #777;
    margin: 0 10px;
}
footer .footer-link {
    color: #FFF;
    /*font-style: 400;*/
}
.space {
    padding-top: 60px;
    padding-bottom: 10px;
}
.col-xs-2 {
    width: 16.66666667%;
    float: left;
}
.col-xs-2-1 {
    width: 8.333333333%;
    float: left;
}
.col-xs-6 {
    width: 50%;
    float: left;
}
ul.footer_social_links {
    float: left;
    padding: 0px;
    margin: 20px 0px 0px 0px;
}
.footer_social_links li {
    float: left;
    padding: 0px 10px;
    border-left: 2px solid #404040;
    list-style: none;
    line-height: 20px;
    margin-top: 5px;
}
.footer_social_links li:first-child {
    border-left: 0;
}
.footer_social_links a {
    margin-top: 10px;
    font-size: 14px;
    color: #999;
    text-align: right;
}
.footer_social_links a:hover {
    color: #eee;
}

#div1 {
    height:192px;
    overflow:hidden;
}



.arrowstyle{
    width: 0;/*元素宽高为零*/
    border-width:20px;/*箭头显示出的宽*/
    border-style: solid;/*边框样式*/
    border-color: transparent transparent #3399ff transparent ;/*上右下左*/
    position: absolute;
    /*margin: auto;*/
    top: 228px;
    left: 45%;
}
.arrowstyle2{
    width: 0;/*元素宽高为零*/
    border-width:20px;/*箭头显示出的宽*/
    border-style: solid;/*边框样式*/
    border-color: #3399ff transparent transparent transparent ;/*上右下左*/
    position: absolute;
    top: 0px;
    z-indent:2;
    left: 45%;
}


.wechatStyle{display: none;}
.qrcodeStyle{display: block;}


.list-style{
    margin: 62px auto 0;
}
.list-style li{
    width: 280px;
    margin: 0 10px;
    list-style: none;
    position: relative;
    float: left;
}
.list-style li .back{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}

.list-style li:hover{
    /* offset-x | offset-y | blur-radius | spread-radius | color */
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.list-style li .text:hover{
    color:#a3c5f3;
}
.list-style li .text{
    font-size: 20px;
    margin-top: 29px;
    color: #333333;
}
.list-style li .content{
    position: absolute;
    top: 0;
}
.list-style li .content > img{
    width: 100%;
}
.list-style li .more{
    position: absolute;
    bottom: -7px;
    left: 50%;
    margin-left: -36px;
    width: 65px;
}
.list-style:after{
    content: '';
    display: block;
    clear: both;
}


.title-style{
    margin: 50px auto 0;
}

ul.title-style {
    float: left;
    padding: 0px;
    margin: 0px 0px 0px 120px;
}
.title-style li {
    float: left;
    padding: 0px 20px;
    /*border-left: 2px solid #404040;*/
    list-style: none;
    /*line-height: 20px;*/
    margin-top: 5px;
    font-size: 14px;
    font-weight: 600;
}






#container {
    width: 100%;
    height: 500px;
    overflow: hidden;

}
.sections,.section {
    height:100%;
    margin-top: 14px;
}
#container,.sections {
    position: relative;
    margin-top: 15px;
}
.section {
    background-color: #000;
    background-size: cover;
    background-position: 50% 50%;
    text-align: center;
    color: white;
}
#section0 {background-image: url('../images/newWebPageImage/L5.jpg');  }
#section1 {background-image: url('../images/newWebPageImage/L6.jpg');  }
#section2 {background-image: url('../images/newWebPageImage/L7.jpg');}
/*#section3 {background-image: url('../images/newWebPageImage/homeNavigationMap.png');}*/
.tab-menu{
  background-color: #eaf4fe;
}
/*.tab-menu .active2{*/
    /*color: #eaf4fe;*/
/*}*/
.tab-content{ background-color: #eaf4fe;}

/*div,body,li,ul{*/
/*padding: 0;*/
/*margin: 0;*/
/*}*/
.ul-list-style{
    width: 650px;
    position: absolute;
    left: 420px;
    top: 0px;
}
.ul-list-style li{
    position: relative;
    list-style: none;
    /*margin-top: 0px;*/
}
.ul-list-style li .right{
    width: 510px;
    /*padding-right:  50px ;*/
    /*padding-top:  20px ;*/
    /*padding-bottom:  20px ;*/
    /*padding-left: 20px;*/
    /*border-radius: 5px;*/
    margin-top: 22px;
    float: right;
    right: -15px;
    position: relative;
    background: #eaf4fe;
    height: 130px;
    border-radius:10px 10px 10px 10px;
}
.ul-list-style li .right .add{
    width: 20px;
    height: 20px;
    border-radius: 10px;
    font-size: 20px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    position: absolute;
    right: 20px;
    top: 20px;
    background: red;

}
.ul-list-style li .right:hover{
    box-shadow: 0 0 10px #eee;
    transition: all 0.5s;
    transform: scale(1.1);
}
.ul-list-style li .left{
    float: left;
    width: 120px;
    border-right: 1px solid red;
    position: relative;
    text-align: center;
    padding: 58px 0;
    /*margin-top: 30px;*/
    font-size: 17px;
    height: 154px;
    color: #d0d0d0;
}
.ul-list-style li .left label{
    position: absolute;
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 5px;
    right: -5px;
    top: 50%;
    margin-top: -2.5px;
}

.ul-list-style li .left span{
    color: #1d5cb3;
    font-size: 37px;
}

.ul-list-style li:after{
    content: '';
    display: block;
    clear: both;
}




/*body {*/
/*background-color: #383838;*/
/*font-family: Arial, sans-serif;*/
/*line-height: 1.5;*/
/*color: #464646;*/
/*}*/

.tab-wrapper {
    /*margin: 60px auto;*/
    width: 70%;
    max-width:420px;
}

.tab-menu li {
    position:relative;
    /*background-color: #fff;*/
    color:#4e99e7;
    display: inline-block;
    padding: 20px 20px;
    opacity: 0.8;
    cursor:pointer;
    z-index:0;
    left: -111px;
}

.tab-menu li:hover {
    color: #FFFFFF;
    background-color:#298df4 ;
}

.tab-menu li.active2 {
    /*color:#298df4;*/
    color: #FFFFFF;
    opacity: 1;
    background-color:#298df4 ;
}

.tab-menu li.active2:hover {
    /*color: #FFFFFF;*/
    /*background-color:#298df4;*/
}

.tab-content>div {
    /*background-color: #fff;*/
    box-sizing:border-box;
    /*width: 100%;!*727*!*/
    height: 400px;
    /*width: 727px;*/
    /*padding: 50px;   */
    min-height:400px;
}

/*.line {*/
/*position:absolute;*/
/*width: 0;*/
/*height: 7px;*/
/*background-color: aqua;*/
/*top: 0;*/
/*left: 0;*/
/*}*/

.pic_list
{
    display:block;
    white-space:nowrap;
    width:100%;
    height:400px;
    overflow:auto;
}
.pic_list li
{
    /*width:50px;*/
    height:50px;
    margin:3px;
    background:red;
    display:inline-block;
    float:left;
}

.pic_list li img{
    width: 240px;
}