@charset "utf-8";
/*全局样式*/
/*定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
::-webkit-scrollbar
{
	width: 10px;
	height: 10px;
	background-color: #F5F5F5;
}
/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0px;
	background-color: #F5F5F5;
}
/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb
{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #4370db;
}
/*阿里字体库 BEGIN*/
@font-face {font-family: 'iconfont';
    src: url('../../plugins/iconfont/iconfont.eot'); /* IE9*/
    src: url('../../plugins/iconfont/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../../plugins/iconfont/iconfont.woff') format('woff'), /* chromeã€firefox */
        url('../../plugins/iconfont/iconfont.ttf') format('truetype'), /* chromeã€firefoxã€operaã€Safari, Android, iOS 4.2+*/
        url('../../plugins/iconfont/iconfont.svg#uxiconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{font-family:"iconfont" !important;font-size:16px;font-style:normal;-webkit-font-smoothing: antialiased;-webkit-text-stroke-width: 0.2px;-moz-osx-font-smoothing: grayscale;}
/*阿里字体库 END*/

body,
ul,
ol,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
figure,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td,
pre,
xmp {
    margin: 0;
    padding: 0;
    /* filter: grayscale(100%);*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left
}

caption,
th {
    text-align: inherit
}

ul,
ol,
menu {
    list-style: none
}

fieldset,
img {
    border: 0
}

img,
object,
input,
textarea,
button,
select {
    vertical-align: middle
}

article,
aside,
footer,
header,
section,
nav,
figure,
figcaption,
hgroup,
details,
menu {
    display: block
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "\0020"
}

textarea {
    overflow: auto;
    resize: vertical
}

input,
textarea,
button,
select,
a {
    outline: 0 none;
    border: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    padding: 0;
    border: 0
}

mark {
    background-color: transparent
}

a,
ins,
s,
u,
del {
    text-decoration: none
}

sup,
sub {
    vertical-align: baseline
}

body {
    font-family: Arial, "Microsoft Yahei", "Helvetica Neue", Helvetica, sans-serif;
    color: #333;
    font-size: 14px;
    line-height: 1;
    -webkit-text-size-adjust: none;
    background-color: #eef7ff;
}

hr {
    height: .02rem;
    margin: .1rem 0;
    border: medium none;
    border-top: .02rem solid #cacaca;
}

/* 该部分永远不动，位于最顶层 */
nav{
    z-index: 100;
    background-image: url("../images/nav-back.jpg");
    background-size: 100% 100%;
    height: 570px;    
    margin-bottom: -80px;
}
nav .top{
    padding: 4px 30px 90px 35px;
}
.top-center{
    margin: 0 auto;
    /* padding: 0 10%; */
}
.center {
    width: 1190px;
    /* width: 100%; */
    margin: 0 auto;
}

.drift-left {
    float: left;
}

.drift-right {
    float: right;
}

.clear {
    clear: both;
}

/*End 全局样式*/

/* 回到顶部 */

.backToTop {
    position: fixed;
    right: 50%;
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 101;
    margin-right: -680px;
    bottom: 10%;
    display: none;
    background: #386FEC;
}

.backToTop img {
    margin-top: 12px;
}



/*底部*/
.footer{  
    /* height: 450px; */
    width: 100%;
    background: linear-gradient(180deg,#dceeff 2%,hsla(0,0%,100%,.31));
    overflow: hidden;
    
}


/* 公用头部 */

.head-search {
    padding: 55px 0;
    height: 42px;
    position: relative;
    z-index: 1
}

.head-search>a {
    font-size: 32px;
    color: #fff;
    font-weight: bold;
    float: left;
}

.list-header-search {
    width: 390px;
    height: 40px;
    background: #fff;
    border-radius: 20px;
    float: right;
}

.search-left {
    width: 340px;
}

.list-header-service {
    position: relative;
    height: 45px;
}

.list-header-project {
    font-size: 14px;
    padding: 0 5px 0 25px;
    display: inline-block;
    line-height: 40px;
    color: #333;
}

.list-header-search input {
    font-size: 14px;
    width: 230px;
    height: 40px;
    margin-left: 10px;
}

/*End 公用翻页 */

/*右侧边栏*/

.slider-bg {
    width: 50px;
    height: 204px;
    position: fixed;
    right: 50%;
    top: 35%;
    z-index: 100;
    margin-right: -680px;
    display: none
}

.toolbar_btn a {
    background: #386FEC;
    margin-bottom: 1px;
}

.toolbar_btn {
    position: absolute;
    width: 50px;
}

.toolbar_btn a,
.toolbar_btn a samp {
    position: relative;
    display: block;
    height: 50px;
    width: 50px;
    -webkit-transition: all .4s cubic-bezier(.2, .83, .42, .91);
    transition: all .4s cubic-bezier(.2, .83, .42, .91);
}

.toolbar_btn a samp {
    z-index: 2;
    width: 50px;
    color: #fff;
}

.toolbar_btn a samp span {
    position: absolute;
    z-index: 999;
    font-size: 14px;
    text-align: center;
    top: 5px;
    left: 5px;
    display: inline-block;
    width: 42px;
    display: none
}

.every-sign {
    display: inline-block !important;
}

.toolbar_btn a samp .iconfont {
    font-size: 24px;
    position: absolute;
    top: 16px;
    left: 18px;
    color: #fff
}

.toolbar_btn a em {
    font-size: 16px;
    font-style: normal;
    line-height: 50px;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 50px;
    display: block;
    overflow: hidden;
    width: 0;
    height: 50px;
    -webkit-transition: all .4s cubic-bezier(.2, .83, .42, .91);
    transition: all .4s cubic-bezier(.2, .83, .42, .91);
    text-align: center;
    color: #fff;
}

.iconi {
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
}

.sign-bg {
    background: url("../images/index04.png") no-repeat center !important;
}

.toolbar_btn a:not(.sign-bg):hover samp {
    background-color: #3051E1
}

.toolbar_btn a:hover em {
    width: 180px;
    background: #3051E1
}

.toolbar_btn a:hover em.slider-a {
    width: 170px !important;
    border-radius: 25px 0 0 25px;
}

.toolbar_btn a:hover em.slider-a i {
    font-size: 18px;
    font-weight: normal;
}

.toolbar_btn a:hover em.slider-c {
    width: 155px !important;
    height: 155px !important;
}

.toolbar_btn a:hover em.slider-c i {
    display: block;
    margin-top: 10px;
}

/* 左侧边栏 */

.slider-list {
    /* width: 100px; */
    text-align: center;
    background: #fff;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 80px;
    z-index: 1000;
    margin-left: -700px;
    box-shadow: 0 0 3px #e5e5e5;
    margin-top: -100px;
    display: none
}

.slider-list li {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #333;
    padding: 2px 2px;
    cursor: pointer;
}

.slider-click,
.slider-list li:hover {
    background: #386FEC;
    color: #fff !important;
}

/* 图片限制 */

.img-style {
    position: relative;
    overflow: hidden;
}

.img-style img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
}

/*广告位*/

.index-advertise {
    width: 85px;
    height: 215px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -710px;
    box-shadow: 0 0 10px #e5e5e5;
}

.index-advertise div {
    height: 185px;
    background: url("../images/index37.png") no-repeat center;
    overflow: hidden;
}

.index-advertise h3 {
    font-size: 16px;
    color: #FFFEFE;
    margin-top: 15px;
}

.index-advertise h4 {
    width: 65px;
    margin-top: 12px;
    font-size: 14px;
    color: #fff;
    line-height: 18px;
    height: 126px;
    overflow: hidden;
    text-align: justify;
}

.index-advertise span {
    display: block;
    background: #fff;
    line-height: 30px;
    cursor: pointer;
    font-size: 12px;
    color: #666;
}

.index-advertise span img {
    vertical-align: baseline;
    margin-right: 5px;
}

@media screen and (max-width:1450px) {
    .slider-bg {
        margin-right: -670px;
    }
    .index-advertise {
        width: 70px;
        margin-left: -670px;
    }
    .slider-list {
        /* width: 70px; */
        /* margin-left: -670px; */
    }
    .index-advertise h4 {
        width: auto;
        margin: 12px 5px 0 5px;
        font-size: 12px;
    }
}