ï»¿@charset "utf-8";

html{overflow-y:scroll; /*overflow-x:hidden*/}
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0; } 
body, button, input, select, textarea { font:12px/1.5 Arial,'\5fae\8f6f\96c5\9ed1'; } 
h1, h2, h3, h4, h5, h6{ font-size:100%; font-weight:normal;} 
address, cite, dfn, em, var { font-style:normal; } 
code, kbd, pre, samp { font-family:couriernew, courier, monospace; } 
small{ font-size:12px; } 
ul, ol { list-style:none; list-style-type:none;} 
sup { vertical-align:text-top; } 
sub{ vertical-align:text-bottom; } 
legend { color:#000; } 
a, fieldset, img { vertical-align:middle; border:none; } 
button, input, select, textarea { border: none; } 
table { border-collapse:collapse; border-spacing:0; }

/* a style */
a{color:#666;text-decoration:none;}
a:visited{text-decoration:none;}
a:hover{color:#0a87d8; text-decoration:none;}
a:active{color:#0a87d8;}
a:focus{outline:none;}


/* clearfix style */
.clear{clear:both;overflow:hidden;}
.clearfix:after{display:block;clear:both;height:0;content:"\20";visibility:hidden;overflow:hidden;}
.clearfix{display:block;*zoom:1;}
*html .clearfix {height:1%;}

/* float style */
.fl{float:left;}
.fr{float:right;}
.fn{float:none;}
.rel{position:relative;} 

/* display style */
.db{display:block;} 
.dn{display:none;} 
.ovh{overflow:hidden;}

/*color*/
.blue{ color: #0a87d8 !important;}

/*margin*/
.mr0{ margin-right: 0 !important;}

/*iconfont*/
@font-face {font-family: 'iconfont';
    src: url('/Template/ssipc/styles/iconfont.eot');
    src: url('/Template/ssipc/styles//Template/ssipc/styles/iconfont.eot') format('embedded-opentype'),
    url('/Template/ssipc/styles/iconfont.woff') format('woff'),
    url('/Template/ssipc/styles/iconfont.ttf') format('truetype'),
    url('/Template/ssipc/styles/iconfont.svg') format('svg');
}

.iconfont{
    font-family:"iconfont" !important;
    font-style:normal;
    -webkit-font-smoothing: antialiased;
    /*-webkit-text-stroke-width: 0.2px;*/
    -moz-osx-font-smoothing: grayscale;
}



body{
    max-width: 1900px;
    min-width: 1160px; 
    margin: 0 auto; 
    background-color: #fff; 
    position: relative; 
    color: #333;
    overflow: hidden;
}
.common-width{ 
    width: 1160px;
    height: 100%; 
    margin: 0 auto; 
    position: relative;
}

/*header*/
#header{
    background-color: #fff;
    height: 82px;
}

#header .logo{
    float: left;
    padding-top: 15px;
}
#header .header-btns{
    float: right;
    position: relative;
    z-index: 20;
    background-color: #fff;
}
#header .header-btns .search{
    float: right;
    background-color: #fff;
    border-left: 1px solid #d2d2d2;
    padding-top: 42px;
    height: 40px;
    width: 20px;
    padding-left: 18px;
    margin-left: 50px;
}
#header .header-btns .search a{
    font-size: 20px;
    line-height: 1;
    background-color: #fff;
    color: #555;
}
#header .header-btns .search a:hover,
#header .header-btns .search a:active{
    color: #0a87d8;
}

#search-box.active{
    bottom: -60px;
}
#search-box{
    font-size: 14px;
    padding-left: 20px;
    width: 200px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    bottom: 0;
    right: 0;
    border: 8px solid #555;
    z-index: 19;
    transition: bottom 200ms;
    -webkit-transition: bottom 200ms;
}
#search-box:focus{
    outline: 0;
}

#header .header-btns .btns{
    float: right;
    background-color: #fff;
    padding-top: 38px;
    padding-left: 30px;
    height: 44px;
}
#header .header-btns .btns a{
    background: url(/Template/ssipc/images/header_btns.png) no-repeat center;
    display: inline-block;
    width: 50px;
    height: 23px;
    line-height: 23px;
    font-size: 14px;
    color: #0a87d8;
    text-align: center;
    margin-right: 20px;
    font-weight: bold;
}
#header .header-btns .btns a:first-child{
    margin-right: 2px;
}

#header .nav{
    float: right;
    background-color: #fff;
}
#header .nav>ul>li{
    float: left;
    position: relative;
    width: 96px;
    height: 82px;
}
#header .nav>ul>li.n1{
    width: 68px;
}
#header .nav>ul>li.n2{
    width: 110px;
}
#header .nav>ul>li>a{
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #555;
    background-color: #fff;
    width: 100%;
    height: 100%;
    line-height: 1; 
    position: relative;
    z-index: 20;
    transition: color 200ms;
    -webkit-transition: color 200ms;
}
#header .nav>ul>li>a .txt{
    position: absolute;
    left: 0;
    top: 0;
    z-index: 23;
    width: 100%;
    height: 39px;
    padding-top: 43px;
    text-align: center;
}
#header .nav>ul>li.on>a{
    color: #fff;
}
#header .nav .bg{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 22;
    width: 100%;
    height: 0;
    background-color: #0a87d8;
    -webkit-transition: height 200ms;
    transition: height 200ms;
}
#header .nav>ul>li.on .bg{
    height: 100%;
}

#header .sub-nav{
    position: absolute;
    background-color: #555;
    bottom: 0;
    left: 0;
    width: 1160px;
    padding-left: 4px;
    z-index: 19;
    -webkit-transition: bottom 200ms;
    transition: bottom 200ms;
}
#header .nav>ul>li.active .sub-nav{
    bottom: -64px;
}
#header .sub-nav li{
    float: left;
    font-size: 14px;
    font-weight: bold;
    padding: 0 16px;
    line-height: 64px;
}
#header .sub-nav li a{
    color: #fff;
    -webkit-transition: color 300ms;
    transition: color 300ms;
}
#header .sub-nav li a:hover,
#header .sub-nav li a:active{
    color: #0a87d8;
}

#header .white-layer{
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    top: 0;
    left: 1160px;
    background-color: #fff;
}

/*footer*/
#footer .f1{
    height: 196px;
    border-top: 1px solid #e5e5e5;
    background-color: #f4f4f4;
}
#footer .f2{
    height: 169px;
}
#footer .f1 .about-us{
    float: left;
    margin-top: 43px;
}
#footer .f1 .about-us li{
    float: left;
    margin-left: 70px;
}
#footer .f1 .about-us li a{
    display: block;
    color: #7c7c7c;
    font-size: 14px;
    padding-top: 73px;
    width: 60px;
    text-align: center;
}
#footer .f1 .about-us li a:hover,
#footer .f1 .about-us li a:active{
    color: #0a87d8;
}
#footer .f1 .about-us li.n1{
    margin-left: 0;
    color: #6d6d6d;
    font-size: 18px;
    font-weight: bold;
    padding-top: 13px;
}
#footer .f1 .about-us li.n2{
    margin-left: 49px;
}
#footer .f1 .about-us li.n2 a{
    background: url(/Template/ssipc/images/index_icon1.png) no-repeat center top;
}
#footer .f1 .about-us li.n2 a:hover,
#footer .f1 .about-us li.n2 a:active{
    background-image: url(/Template/ssipc/images/index_icon1_h.png);
}
#footer .f1 .about-us li.n3 a{
    background: url(/Template/ssipc/images/index_icon2.png) no-repeat center top;
}
#footer .f1 .about-us li.n3 a:hover,
#footer .f1 .about-us li.n3 a:active{
    background-image: url(/Template/ssipc/images/index_icon2_h.png);
}
#footer .f1 .about-us li.n4 a{
    background: url(/Template/ssipc/images/index_icon3.png) no-repeat center top;
}
#footer .f1 .about-us li.n4 a:hover,
#footer .f1 .about-us li.n4 a:active{
    background-image: url(/Template/ssipc/images/index_icon3_h.png);
}
#footer .f1 .about-us li.n5 a{
    background: url(/Template/ssipc/images/index_icon4.png) no-repeat center top;
}
#footer .f1 .about-us li.n5 a:hover,
#footer .f1 .about-us li.n5 a:active{
    background-image: url(/Template/ssipc/images/index_icon4_h.png);
}

#footer .f1 .QRCode{
    float: right;
    width: 258px;
    margin-top: 35px;
}
#footer .f1 .QRCode div{
    float: left;
    width: 128px;
    padding-right: 20px;
    color: #7e7e7e;
    font-size: 14px;
}
#footer .f1 .QRCode div p:first-child{
    padding: 7px 0 5px;
    font-size: 16px;
    color: #535353;
    font-weight: bold;
}
#footer .f1 .QRCode img{
    width: 110px;
    height: 110px;
}

#footer .f2 .copy{
    font-size: 14px;
    color: #8d8d8d;
    padding-top: 28px;
    float: left;
}
#footer .f2 .copy a{
    color: #8d8d8d;
}
#footer .f2 .copy a:hover,
#footer .f2 .copy a:active{
    color: #0a87d8;
}
#footer .f2 .copy .browser{
    color: #aeaeae;
    padding-top: 11px;
}

#footer .f2 .select-wrap{ 
    position: relative; 
    float: right;
    width: 201px; 
    height: 41px;
    margin-top: 31px; 
}
#footer .f2 .select-wrap .select-box{
    cursor: pointer;
    color: #676767;
    width: 182px;
    height: 41px;
    padding-left: 19px;
    line-height: 41px;
    font-size: 16px;
    background: url(/Template/ssipc/images/footer_select.png) no-repeat center;
}
#footer .f2 .select-wrap .select-list{ 
    display: none; 
    position: absolute; 
    overflow: auto; 
    width: 201px; 
    max-height: 120px; 
    bottom: 41px; 
    background: #fff; 
    border: 1px solid #d6d6d6; 
    z-index: 2;
}
#footer .f2 .select-wrap .select-list li a{
    color: #676767;
    display: block;
    padding-left: 19px;
    height: 30px; 
    line-height: 30px; 
    font-size: 16px;
    background-color: #fff; 
}
#footer .f2 .select-wrap .select-list li a:hover,
#footer .f2 .select-wrap .select-list li a:active{
    color: #0a87d8;
    background-color: #f4f4f4; 
}


#video{
    width: 880px;
    height: 594px;
    padding: 0 22px 22px;
    position: fixed;
    z-index: 801;
    top: 50%;
    left: 50%;
    margin-left: -462px;
    margin-top: -308px;
    background: #fff;
    display: none;
}
#video .video-head{
    color: #0a87d8;
    font-size: 20px;
    font-weight: bold;
    line-height: 58px;
    height: 58px;
}
#video .video-head .iconfont{
    font-size: 32px;
    font-weight: normal;
    float: right;
    cursor: pointer;
}
#video iframe{
    width: 880px;
    height: 536px;
}
#video-wrap{
    position: fixed;
    z-index: 800;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0,0,0);
    background: rgba(0,0,0,.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
    display: none;
}
/*20170912*/
#header .header-btns .btns{
    padding-left: 10px;
}


.copy-link{
    overflow: hidden;
    line-height: 23px;
}
#footer .f2 .copy a{
    display: inline-block;
}
#footer .f2 .copy a.btns{
    background: #f4f4f4;
    border-radius: 23px;
    width: 50px;
    text-align: center;
    color: #0a87d8;
    font-weight: bold;
}<!--ºÄÊ±1755542807.884Ãë-->