/* ========== */
/* = RESET = */
/* ========== */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    overflow-x:hidden;
    -webkit-text-size-adjust:none;
    /*cursor: url(../images/home/hand_ico.ico),auto;*/
}

body {
    min-width: 320px;
    font-size: 14px;
    color: #666;
    font-family: "Microsoft Yahei",-apple-system,"PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;
    -webkit-overflow-scrolling: touch;
}

body, div, span, h1, h2, h3, h4, h5, h6, p, em, img, strong, b, small, u, i, center, dl, dt, dd, ol, ul, li,  sub, sup, tt, var, del, dfn,  ins, kbd, q, s, samp,  strike, applet, object, iframe, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, blockquote, pre, a, abbr, acronym, address, big, cite, code, mark, audio, video, input, textarea, select { margin:0; padding:0;}

ul,ol,li,dl{
    list-style: none;
}

/*RESET A*/
* { text-decoration: none!important;}
a,
a:visited,
a:active,
a:hover,
a:focus {
    text-decoration:none!important;
    outline:none;
    star: expression_r(this.onFocus=this.blur());
}
a {
    color: #666;
}
/* HTML5 RESET THE OLD BROWERS*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after, q:before, q:after { content:''; content:none; }
table { border-collapse: collapse; border-spacing: 0; }

/*CLEAR the FLOAT*/
.clear { clear:both}
.clearfix { *zoom:1;}
.clearfix:after{
    clear:both;
    display:block;
    height:0;
    visibility:hidden;
    line-height:0;
    content:'\20';
}

.bgFull{
    background-size: cover;
    background-position: center center;
    background-repeat: nno-repeat
}

/*RESET the FORM*/
fieldset { border: 0!important;}
input, button, textarea, select { font-size:100%; outline:none; resize:none; font-family: "Microsoft Yahei",-apple-system,"PingFang SC","Helvetica Neue",STHeiti,Tahoma,Simsun,sans-serif;}
input[type="button"]{cursor:pointer; border:0}
input[type="submit"]{cursor:pointer; border:0}
input[type="reset"]{cursor:pointer; border:0}
input, textarea{-webkit-appearance:none;}
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner{ border:none; padding:0; }

input::-webkit-input-placeholder{ color: #aaaaaa;}
input:-moz-placeholder{ color: #aaaaaa;}
input::-moz-placeholder{ color: #aaaaaa;}
input:-ms-input-placeholder{ color: #aaaaaa;}

textarea::-webkit-input-placeholder{ color: #aaaaaa;}
textarea:-moz-placeholder{ color: #aaaaaa;}
textarea::-moz-placeholder{ color: #aaaaaa;}
textarea:-ms-input-placeholder{ color: #aaaaaa;}

/*RESET IMAGES*/
img {
    display: block;
    max-width: 100%;
    border: 0;
    margin: 0 auto;
}

/*IMAGE CENTER*/
.vertical-center {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

/*RESET FONTS*/
.t2 { text-indent: 2em;}
em { font-style: normal;}
.overf {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/*LAYOUT*/
.pc-block { display: block;}
.mb-block { display: none;}
.page-wrap{ width: 100%; overflow:hidden; position: relative;}

.w1400{ width: 100%; max-width: 1460px; padding: 0 30px; margin:0 auto;}
.inner-wrap{ width: 100%; max-width: 1260px; padding: 0 30px; margin:0 auto;}


@media (max-width:999px) {
    .pc-block { display: none;}
    .mb-block { display: block;}

    .w1400{ padding: 0 15px; }
    .inner-wrap{ padding: 0 15px;}
}

.transition {
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}

.b-shadow{
    -o-box-shadow:0 0 25px rgba(0,0,0,.06);
    -ms-box-shadow:0 0 25px rgba(0,0,0,.06);
    -moz-box-shadow:0 0 25px rgba(0,0,0,.06);
    -webkit-box-shadow:0 0 25px rgba(0,0,0,.06);
    box-shadow:0 0 25px rgba(0,0,0,.06);
}




/* ========== */
/* = pc-header = */
/* ========== */
.pc-header{ width: 100%; padding: 0 4%; background: #FFFFFF; position: relative; -o-box-shadow:0 0 35px rgba(0,0,0,.2); -ms-box-shadow:0 0 35px rgba(0,0,0,.2); -moz-box-shadow:0 0 35px rgba(0,0,0,.2); box-shadow:0 0 35px rgba(0,0,0,.2);  z-index:9;}
.pc-header .logo{ float: left;}
.pc-header ul{ position: absolute; top:0; left:50%; margin-left: -280px;}
.pc-header ul li{ float: left; position: relative;}
.pc-header ul li:before{ content: ""; position: absolute; top:50%; left:0; width: 1px; height: 14px; margin-top: -7px; background: #e2e2e2;}
.pc-header ul li:first-child:before{ display: none;}
.pc-header ul li>a{ display: inline-block; padding: 0 38px; line-height:87px; height: 87px; color: #585858;}
.pc-header ul li:hover>a,
.pc-header ul li.current>a{ background: #0670c2; color:#FFFFFF; }
.pc-header ul li:hover:before,
.pc-header ul li.current:before{ display: none;}
.pc-header ul li:hover div{ display: block;}
.pc-header ul li div{ display: none; position: absolute; top:87px; left:0; width:100%; text-align: center; background: rgba(0,0,0,.5);}
.pc-header ul li div a{ display: block; font-size: 12px; height:40px; line-height: 40px; color: #FFFFFF;}
.pc-header ul li div a:hover{ background: rgba(0,0,0,.3);}


.pc-header .top{ float: right; padding-top:31px;}
.pc-header .top .search-box{ display: inline-block; vertical-align: middle; width: 24px; height: 24px; position: relative;}
.pc-header .top .search-box .in{ position: absolute; right:30px; width:0px; border: none; overflow:hidden;}
.pc-header .top .search-box .in input{ width: 100%; border: none; padding: 2px 10px; height:24px; line-height:18px; border: 1px solid #e2e2e2;}
.pc-header .top .search-box .in.active{ width: 140px;}
.pc-header .top .search-box .bt{ display: inline-block; width: 24px; height: 24px; background: url(../images/search_button.png); border: none;}
.pc-header .top .button{ display: inline-block; vertical-align: middle;}
.pc-header .top span{ margin-left:45px; line-height: 24px; height: 24px; font-size:20px; font-weight: bold; color: #0670c2; display: inline-block; vertical-align: middle; position: relative;}
.pc-header .top span:before{ content:""; position: absolute; left:-25px; top:50%; margin-top: -6px; width: 1px; height: 12px; background:#e2e2e2;}

@media (max-width:1500px) {
    .pc-header ul{ margin-left: -240px;}
    .pc-header ul li>a{ padding: 0 30px;}

}
@media (max-width:1400px) {
    .pc-header ul{ margin-left: -190px;}
    .pc-header ul li>a{ padding: 0 24px;}
    .pc-header .top .search-box .in.active{ width: 120px; }
}
@media (max-width:1200px) {
    .pc-header ul{ margin-left: -180px;}
    .pc-header ul li>a{ padding: 0 20px;}
}

/* ========== */
/* = pc-footer = */
/* ========== */
.pc-footer .content{ width: 100%; background:#333333; color:#d0d0d0;}
.pc-footer .content a{ color:#d0d0d0;}
.pc-foot{ padding-bottom: 25px;}

.foot-tel{ float: left; padding-top: 60px;}
.foot-tel span{display: block;}
.foot-tel p{ margin-top: 10px; color: #2b88fb; font-size: 24px; font-weight: bold; }
.foot-nav{ float: left; padding-top:88px;}
.foot-nav a{ margin-left: 40px; display: inline-block;line-height: 30px; height: 30px; }
.foot-nav a:hover{ color: #FFFFFF;}

.foot-link{ float: right; padding-top: 85px; line-height: 32px;}
.foot-link a{ margin-left: 5px; display: inline-block; vertical-align: middle; position: relative;}
.foot-link a div{ display: none; position: absolute; bottom:34px; left:50%; margin-left: -61px; width: 120px; border: 1px solid #d7d7d7;}
.foot-link a:hover>img{ opacity: .8;}
.foot-link a:hover div{ display: block;}
.foot-link a.a-contact{ margin-left: 25px; line-height: 32px; height: 32px; background: url(../images/ico_contact.png) no-repeat right; padding-right:40px; color: #FFFFFF;}
.foot-link a.a-contact:hover{ opacity: .8;}

.friendlink{ padding:15px 0; border-top:1px solid #4c4c4c; color: #adadad;}
.friendlink .con{ position: relative; line-height: 26px; padding-left: 65px;}
.friendlink .con span{ position: absolute; left:0; top:0;}
.friendlink a{ display: inline-block; margin: 0 8px; color:#adadad;}
.friendlink a:hover{ color: #FFFFFF; }

.copyright{ padding:15px 0; width: 100%; background: #f2f2f2; color: #c7c7c7;}
.copyright a{ color: #c7c7c7;}
.copyright a:hover{ color: #888888;}
.copyright .left{ float:left;}
.copyright .right{ float: right;}
.copyright .right a{ margin-left: 25px; display: inline-block;}

@media (max-width:1180px) {

    .foot-nav a{ margin-left:35px;}
}




/* ========== */
/* = MOBILE HEADER = */
/* ========== */
.mb-header{ position:fixed; top:0; right:0; width: 100%; padding: 0 0.375rem; z-index: 9999; background: #FFFFFF; -o-box-shadow:0 0 15px rgba(0,0,0,.08); -ms-box-shadow:0 0 15px rgba(0,0,0,.08); -moz-box-shadow:0 0 15px rgba(0,0,0,.08); -webkit-box-shadow:0 0 15px rgba(0,0,0,.08); box-shadow:0 0 15px rgba(0,0,0,.08);}
.mb-header .mb-logo{ float: left; display:block;}
.mb-header .mb-logo img{ margin: 0; display:block; vertical-align: top; height:1.5rem;}
.mb-nav-ico { position: absolute; right:0.375rem; top: 50%; margin-top: -0.25rem; width:0.6875rem; height:0.5rem; cursor: pointer;}
.mb-nav-ico .line {	position: absolute;left: 0;display: block; height:2px;width: 100%; background: #999999; -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;}
.mb-nav-ico .line:nth-child(1) { top: 0;}
.mb-nav-ico .line:nth-child(2) { top: 50%; margin-top: -1px;}
.mb-nav-ico .line:nth-child(3) { bottom: 0;}
.mb-nav-ico.active .line:nth-child(2){ opacity: 0;}
.mb-nav-ico.active .line:nth-child(1){top: 50%; margin-top: -1px;transform: rotate(-45deg);}
.mb-nav-ico.active .line:nth-child(3){ top: 50%; margin-top: -1px; transform: rotate(45deg);}


@media (max-width:999px){
    .page-wrap{ padding-top:1.5rem; padding-bottom: 1.55rem;}
}


/* ========== */
/* = MENU = */
/* ========== */
.shade { display: none; position: fixed;  width: 100%; height: 100%; right: 0; top: 0; z-index: 999; display: none; background: transparent;}
.menu { position: fixed; left: 100%; top: 0; padding-top: 1.4rem; width: 70%; height: 100%; text-align: left; z-index: 11111;overflow-y: scroll;  background: #FFFFFF;  -webkit-box-shadow:0 0 30px rgba(26,24,24,.1) inset;  box-shadow:0 0 30px rgba(26,24,24,.1) inset;}
.menu li { position: relative;}
.menu li>span { display: block; position: relative; padding: 0 0.666666rem 0 1.493333rem; height: 1.36rem; line-height: 1.36rem; color: #767676; font-size: 0.35rem; border-bottom: 1px solid #e9e9e9;}
.menu li:nth-child(1)>span { border-top: 1px solid #e9e9e9;}
.menu ul li>span::before { content: ''; position: absolute; left: 0.666666rem; top: 50%; margin-top: -0.133333rem; width: 0.266666rem; height: 0.266666rem; border: 2px solid #2068c9; border-radius: 100%;}
.menu ul li a{ color: #322e2d;}
.menu ul li>span.default::after { content: ''; position: absolute; right: 0.666666rem; top: 50%; width: 0.32rem; height: 0.32rem; margin-top: -0.16rem; background: url(../images/mobile/menu_bg.png) no-repeat; background-size: cover;}
.menu ul li .menu-slide a { color: #7c7d7d; }
.menu-slide { display: none;}
.menu-slide a { position: relative; display: block; padding: 0 0.666666rem 0 1.493333rem; height: 1.333333rem; line-height: 1.333333rem; font-size: 0.32rem; color: #7c7d7d; border-bottom: 1px solid #e9e9e9;}
.menu-slide a::before { content: ''; position: absolute; left: 0.666666rem; top: 50%; margin-top:-0.10625rem;  width: 0.13rem; height: 0.226666rem; background: url(../images/mobile/menu_bg3.png) no-repeat; background-size: cover; }
.menu-slide a:hover,
.menu-slide a.active { background: #2068c9; color: #FFFFFF !important; text-decoration: none;}
.menu li>span.active a { color: #2068c9;}
.menu li>span.active::before { color: #fff; background: #2068c9; border-color: #2068c9;}
.menu li>span.active::after { content: ''; position: absolute; right: 0.666666rem; top: 50%; width: 0.32rem; height: 0.32rem; margin-top: -0.16rem; background: url(../images/mobile/menu_bg2.png) no-repeat center;}



/* ========== */
/* = MB FOOTER = */
/* ========== */
.mb-footer{ position:fixed; bottom:0; right:0; width: 100%; height:1.55rem; background:#096fc3; z-index: 999;}
.mb-footer li { float: left; width: 33.333333%; border-left: 1px solid rgba(255,255,255,.2); }
.mb-footer li:first-child{ border-left: none;}
.mb-footer li a{ display:block; cursor: pointer; height: 1.55rem; padding-top: 0.133333rem; color: #FFFFFF; text-align: center;}
.mb-footer li img{ width: 0.8rem;}
.mb-footer li p { margin-top:0.08rem; font-size: 0.293333rem; height:0.32rem; line-height: 0.32rem;}



/* ========== */
/* = fixed-sub = */
/* ========== */
.fixed-sub{ position: fixed; top:50%; margin-top: -170px; right:20px; width: 65px; z-index: 999; }
.fixed-sub ul{margin: 0; -webkit-padding-start: 0;}
.fixed-sub li{ margin-bottom: 3px; list-style: none; font-size: 12px; position: relative; cursor:pointer;}
.fixed-sub li a{ display: block; width: 65px; height: 65px; padding-top:3px; border: 1px solid #0771c2;  background:#0771c2; color:#FFFFFF; text-align: center; font-size: 12px; line-height: 12px; border-radius:5px;}
.fixed-sub li span{ margin: 0 auto; display: block; width: 40px; height: 40px;}
.fixed-sub .ico-01{ background-image: url(../images/fixed_ico_1.png);}
.fixed-sub .ico-02{ background-image: url(../images/fixed_ico_2.png);}
.fixed-sub .ico-03{ background-image: url(../images/fixed_ico_3.png);}
.fixed-sub .ico-04{ background-image: url(../images/fixed_ico_4.png);}
.fixed-sub .ico-05{ background-image: url(../images/fixed_ico_5.png);}
.fixed-sub li:hover a{ background:#FFFFFF; border: 1px solid #e5e5e5; color: #0670c2;}
.fixed-sub li:hover .ico-01{ background-image: url(../images/fixed_ico_1h.png);}
.fixed-sub li:hover .ico-02{ background-image: url(../images/fixed_ico_2h.png);}
.fixed-sub li:hover .ico-03{ background-image: url(../images/fixed_ico_3h.png);}
.fixed-sub li:hover .ico-04{ background-image: url(../images/fixed_ico_4h.png);}
.fixed-sub li:hover .ico-05{ background-image: url(../images/fixed_ico_5h.png);}
.fixed-sub li:hover .erweima{ display: block;}
.fixed-sub li:hover .tel{ display: block;}
.fixed-sub li .erweima{ display:none; width: 122px; position: absolute; right:68px; top:0; text-align: center; background: #FFFFFF; border: 1px solid #e5e5e5; border-radius:5px;}
.fixed-sub li .tel{ display: none; position: absolute; right:0; top:0; height:65px; width:245px; background: #FFFFFF; border: 1px solid #e5e5e5; border-radius:5px; padding-left: 20px;}
.fixed-sub li .tel i{ display: block; line-height:63px; padding-left:40px; font-style: normal; color: #0670c2; font-size:22px; background: url(../images/fixed_tel.png) no-repeat left;}
.fixed-sub li .tel:hover{ -o-box-shadow:0 3px 10px rgba(0,0,0,.05); -ms-box-shadow:0 3px 10px rgba(0,0,0,.05); -moz-box-shadow:0 3px 10px rgba(0,0,0,.05); -webkit-box-shadow:0 3px 10px rgba(0,0,0,.05); box-shadow:0 3px 10px rgba(0,0,0,.05);}


.index-more{ display:block; background: #f3f3f3; color: #0670c2; width: 145px; border-radius:5px; height: 38px; line-height: 38px; padding-left: 24px; font-size: 12px; color: #0670c2; position: relative;}
.index-more i{ position: absolute; right:15px; top:50%; margin-top: -6px; display: inline-block; width: 46px; height: 11px; background: url(../images/ico_more.png) right no-repeat;}
.index-more:hover{ background: #0670c2; color: #FFFFFF; }
.index-more:hover i{ background: url(../images/ico_more_white.png) right no-repeat;transform: translateX(10px); -webkit-transform: translateX(10px);}




/* ========== */
/* = 404 = */
/* ========== */
.main-404{ padding: 100px 0; text-align: center;}
.main-404 img{ margin-bottom: 40px;}
.main-404 .p1{ margin-bottom: 10px;}


/* ========== */
/* = sitemap = */
/* ========== */
.sitemap{ padding: 100px 0; max-width: 700px; margin:0 auto;}
.sitemap li{margin-bottom: 20px; width: 100%; min-height: 34px; ;}
.sitemap li>a{ float: left; width: 125px; text-align: center; background: #2068c9; color:#FFFFFF;}
.sitemap li a{ margin-bottom: 5px; display: inline-block; height: 34px; line-height: 34px; margin: 0 2px; padding:0 10px; }
.sitemap li div a:hover{ color:#2068c9;}


@media (max-width:780px){
    .main-404{ padding:40px 0;}

    .sitemap{ padding:40px 0;}
    .sitemap li{ margin-bottom: 10px;}
    .sitemap li>a{ float: none;}
    .sitemap li div{ margin-top:10px; width: 100%;}
}