﻿@charset "UTF-8";
/* Css for PEL, ver 1.0 CopyRight By Dongyi Network Technology CO.,Ltd Design Center 
   本网站通用布局
*/

/* Css Reset */
blockquote,
body,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
img,
input,
li,
ol,
p,
pre,
td,
textarea,
th,
ul { padding: 0; margin: 0}
table { border-collapse: collapse; border-spacing: 0}
fieldset,
img { vertical-align: top; border: 0}
address,
caption,
cite,
code,
dfn,
em,
i,
th,
var { font-weight: 400; font-style: normal}
li,
ol,
ul { list-style: none}
dd,
div,
dl,
dt,
li,
ol,
ul { zoom: 1}
caption,
th { text-align: left}
h1,
h2,
h3,
h4,
h5,
h6 { font-weight: 400; font-size: 100%}
q:after,
q:before { content: ''
}
abbr,
acronym { border: 0}
pre { white-space: pre-wrap; white-space: -moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; word-wrap: break-word; font-size: 16px; line-height: 1.8; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif;}
article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section,
time { margin: 0; padding: 0; display: block; zoom: 1}

/* Public */
body { color: #4f4f4f; font-size: 16px; line-height: 32px; font-family: "Microsoft YaHei", 'PingFang SC', Arial, Helvetica, Tahoma, sans-serif; text-align: center; -webkit-text-size-adjust: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased;}
a { color: #333; text-decoration: none; outline: none; }
a:hover { color: #0d7ac1; }
.clearbox { border: none; border-top: 1px solid transparent !important; clear: both; font-size: 0; height: 0; line-height: 0; margin-top: -1px !important; visibility: hidden;}
.blank { display: block; height: 10px; font-size: 0px; line-height: 0; overflow: hidden; clear: both;}
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}
* html .clearfix { height: 1%;}
*+html .clearfix { min-height: 1%;}
.fl { float: left !important;}
.fr { float: right !important;}
.hide { display: none;}
input[type=button],
input[type=submit],
input[type=file],
button { cursor: pointer; -webkit-appearance: none; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;}
@font-face { font-family: 'font-webicon'; src: url('../font-webicon/iconfont.eot'); src: url('../font-webicon/iconfont.woff2') format('woff2'), url('../font-webicon/iconfont.woff') format('woff'), url('../font-webicon/iconfont.ttf') format('truetype'); }

/* frame */
body { text-align: center; min-width: 1400px; min-height: 400px;}
.container,
.siteWidth { position: relative; max-width: 1400px; margin: 0 auto;}
#content { clear: both; margin: 0 auto; text-align: left; clear: both; padding: 0; position: relative; min-height: 300px; z-index: 2; text-align: left; width:1400px; margin: 0 auto; }
#content:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}


/* 顶部 */
#header { text-align: left; position:absolute; top:0px; left:0px; right:0px; background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.00) 100%); height:200px; z-index:10; min-width:1400px; transition:1s}
#header > .siteWidth{ transition:0.5s; display: flex; justify-content: space-between; align-items: center; max-width: 100%; height: 130px;}

/* logo */
#logo { float: left; margin-top: 30px; margin-left:2%; transition:0.5s; max-width:20%; margin-right: 50px; height: 70px;}
#logo img { max-width: 100%; transition:0.5s; max-height: 100%; 
      image-rendering: -moz-crisp-edges; /* Firefox */
        image-rendering: -o-crisp-edges; /* Opera */
        image-rendering: -webkit-optimize-contrast; /*Webkit (non-standard naming) */
        image-rendering: crisp-edges;
        -ms-interpolation-mode: nearest-neighbor; /* IE (non-standard property) */
}

/* navBar --------------------------------------- */
.navBar{width:1%; flex-grow:1; padding-right:2%; position:relative; z-index: 3;}

/* topLinks */
.topLinks{margin-top: 40px; position: relative; z-index: 2; font-size: 13px; padding-right: 6px;}
.topLinks>ul{display:flex; justify-content: flex-end; }
.topLinks>ul>li,
.topLinks>ul>li a {color:#fff;}
.topLinks>ul>li { padding:0 15px; position:relative; height:30px; line-height:30px;}
.topLinks>ul>li::before{ content:""; display:block; width:1px; height:6px; position:absolute; left:0px; top:50%; transform: translateY(-50%); background:rgba(255,255,255,0.5); }
.topLinks>ul>li:first-child::before{display:none;}
.topLinks>ul>li dl.on,
.topLinks>ul>li dl.on>dt>a,
.topLinks>ul>li dt:hover,
.topLinks>ul>li a:hover{color:#FFDC6A}
.topLinks>ul .iconfont dt,
.topLinks>ul .iconfont>a { display: flex; align-items: center; }

/* 手机版 */
.topLinks .li-phone dd { transition: all ease 0.2s; padding: 7px; left: 50%; transform: translateX(-50%);  position: absolute; z-index: 2; top: 100%; font-size: 0; line-height: 1; white-space: nowrap; padding: 8px; background: #fff; visibility: hidden; opacity: 0; }
.topLinks .li-phone dd>ul { display: inline-block; vertical-align: top; }
.topLinks .li-phone dd>ul>li { display: inline-block; vertical-align: top; line-height: 36px; font-size: 14px; opacity: 0.8; }
.topLinks .li-phone dd>ul>li a { display: block; padding: 0 14px; color: #fff; font-weight: bold; transition: all ease 0.3s; }
.topLinks .li-phone dd>ul>li:hover { opacity: 1; }
.topLinks .li-phone dd>ul>li a:hover { background: #CEBDA2; }
.topLinks .li-phone dl:hover dd { visibility: visible; opacity: 1; }
.topLinks .li-phone dl:hover dt>a { color: #ffeb00; }
.topLinks .li-phone dd i { z-index: 8; position: absolute; top: -14px; left: 50%; margin-left: -3px; border-width: 7px; border-color: transparent; border-style: dashed; border-bottom-color: #fff; border-bottom-style: solid; display: block; font-size: 0; line-height: 0; width: 0;}


/* 主导航 */
.topNav { height:50px; transition:0.5s; }
.mainNav { height:50px; display:flex; margin-top: 10px; justify-content: flex-end; }
.mainNav .li1 { position: relative; }
.mainNav .a1 { display: block; font-weight: bold; position: relative; white-space: nowrap; transition: transform 0.4s; color: #fff; padding: 0 10px; line-height: 50px; font-size: 18px; }
.mainNav .ul1 { display: none; position: absolute; top: 100%; left: 0; width: 100%; background-color: #fff; padding: 10px 0;}
.mainNav .ul1::before{ content:""; display:block; width: 80px; height: 3px; background:#ffeb00; position:absolute; top: 0; z-index: 1; left:50%; margin-left: -40px;; transform: scale(0); transition: all ease 0.5s;}
.mainNav .li1:hover .ul1::before { transform: scale(1);}
.mainNav .a2 { display: block; line-height: 24px; font-size: 15px; padding: 8px 10px; text-align: center; }
.mainNav .a2:hover { color: #fff; background-color: #2952A9; }

/*翻转*/
.mainNav .h1 { overflow: hidden;}
.mainNav .a1:before { position: absolute; top: 100%; content: attr(title); color: #FFDC6A; }
.mainNav .li1:hover .a1 { transform: translateY(-100%); }
.mainNav #li-home:hover .a1 { transform: translateY(0); color: #FFDC6A; }

/* fixed-show */
#header.fixed-show { position:fixed; top: 0; visibility: visible !important; height: 80px; left: 0; right: 0; z-index:11; background:rgba(41,82,169,0.9); transition:0.5s;  }
#header.fixed-show > .siteWidth { height: 80px; transition:0.5s;}
#header.fixed-show .topLinks { height: 0; opacity: 0; display: none;}
#header.fixed-show #logo { height:54px; margin-top: 0;}
#header.fixed-show .mainNav { margin-top: 0; }
#header.fixed-show .mainNav .ul1 { box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1), 0px 4px 6px -2px rgba(0, 0, 0, 0.05); }

#header.fixed-show .topBtns { top: 0; }
#header.fixed-show .topBtns li { background: none; width: 50px; height: 50px;}
#header.fixed-show .topBtns li a { height: 50px; line-height: 50px; border-radius: 100%; border: 1px solid #fff; box-sizing: border-box;}
#header.fixed-show .topBtns li a:hover { background-color: #184394; }
#header.fixed-show .topBtns li a::before { font-size: 30px; }


/* navBar End --------------------------------------- */


/* 顶部登录注册 */
.topLinks .userLogged{margin-top:2px; margin-right: 0;}
.topLinks .userLogged .userDropdown .nickname { font-weight: normal; }
.topLinks .userLogged .userDropdown.on .nickname { color: #FFDC6A; }
.topLinks .userLogged .loggedin .myMsg { background: url(../img/icons-userlogged.png) -37px -237px no-repeat; }
.topLinks .userLogged .userDropdown .nickname:after { background: url(../img/userlogged-arrow.png) 0px 0px no-repeat; }
.topLinks .userLogged .userDropdown .avatar { display: none; }
.topLinks .userLogged .userDropdown .ud-bd { right: -17px; }
.topLinks .userLogged .userDropdown .ud-bd li a { opacity: 1; }
.topLinks .userLogged .notlogged .split { font-size: 0; width:1px; height:6px; display: inline-block; position: relative; top: 10px; vertical-align: top; background:rgba(255,255,255,0.5); }


/* 搜索-弹窗 */
.siteSearchPopup{position:fixed; left:0; right:0; top:0; bottom:0; height:100vh; z-index:99; background:rgba(0,0,0,0.8); display:none}
.siteSearchPopup .pop-close{width:60px; height:60px; background:url(../img/icon-close.png) center center no-repeat; position:absolute; right:180px; top:80px; transition: all ease .4s; cursor:pointer}
.siteSearchPopup .pop-close:hover{transform: rotate(180deg);}
.siteSearchPopup .pop-body{display:flex; justify-content: center; height:100vh; align-items:center;}


/* 搜索框 */
.searchBar { position: fixed; left: 0; top: -100%; opacity: 0; transition: all ease 0.5s; width: 100%; background-color: rgba(0, 0, 0, 0.7); height: 100vh; }
.searchBar.show { top: 0; opacity: 1; z-index: 12;}
.searchBar .hd { text-align: right; font-size: 0; line-height: 1; }
.searchBar .hd .close { position: absolute; top: 150px; right: 0; width: 32px; height: 32px; text-align: center; color: #fff; transition: all ease 0.6s; background: url(../img/icon-close.png) no-repeat; }
.searchBar .hd .close:hover { transform: rotate(180deg); }
.searchBar .bd { display: flex; align-items: center; height: 100vh; }
.s-form { margin: 0 auto; width: 80%; display: block; line-height: 1; border-bottom: 1px solid #fff; display: flex; }
.s-form .select-box { display: none; }
.s-form .input-box { position: relative; flex: 1 1 0%; }
.s-form .input-box input { display: block; width: 100%; height: auto; padding: 40px 20px; line-height: 40px; border: 0; outline: none; background: none; color: #fff; font-size: 24px; box-sizing: border-box; }
.s-form .input-box .dropdown-word { position: absolute; top: 100%; width: 100%; left: 0; font-size: 16px; color: #333; border-radius: 5px; border: 1px solid #ddd; }
.s-form .input-box .dropdown-word ul { padding: 10px 0; }
.s-form .input-box .dropdown-word ul li { line-height: 40px; height: 40px; padding: 0 20px; text-indent: 0; }
.s-form .btn-box .btn { background: none; border: none; padding: 0 35px; height: 120px; line-height: 120px; color: #fff; font-size: 50px; }
.s-form .btn-box .btn::before { display: block; content: "\E634"; font-family: "font-webicon"; font-size: 50px; }
.s-form .link-box { display: none; }
.s-form .input-box input::-webkit-input-placeholder  { color: #fff; }
.s-form .input-box input:-ms-input-placeholder  { color: #fff; }
.s-form .input-box input::placeholder  { color: #fff; }


/* footer */
#footer { background-color: #0071bc; padding: 40px 0; min-width: 1400px; color: #fff; text-align: left; position: relative; z-index: 1; }

/* footlinks */
.footlinks { padding: 0 50px 30px; margin-bottom: 30px; border-bottom: 1px solid rgba(255, 255, 255, 0.15); display: flex; line-height: 40px; }
.footlinks h3 { width: 160px; height: 40px; border-radius: 5px; background-color: rgba(255, 255, 255, 0.2); text-align: center; position: relative; margin-right: 50px; }
.footlinks h3::after { width: 0; height: 0; position: absolute; top: 50%; transform: translateY(-50%); left: 100%; border: 7px solid transparent; border-left: 7px solid rgba(255, 255, 255, 0.2); display: block; content: ""; }
.footlinks h3 a { color: #fff; }
.footlinks ul { min-width: 0; flex: 1 0 0%; }
.footlinks li { float: left; margin-right: 50px; }
.footlinks li a { color: #fff; }
.footlinks li a:hover { color: #FFDC6A; }


/* copyRight */
.copyRight { display: flex; align-content: center; justify-content: space-between; align-items: center; padding: 0 50px; font-size: 15px;  color: rgba(255, 255, 255, 0.8); }
.copyRight .pull-right { width: 100px; }
.copyRight .pull-left { flex: 1 0 0%; min-width: 0; }
.copyRight .pull-left img { vertical-align: text-bottom; }
.copyRight a { color: inherit;}
.copyRight a:hover { color: #FFDC6A; }

/* goTop */
#goTop { position: fixed; display: none; _display: none !important; width: 50px; height: 50px; bottom: 60px; right: 5px; z-index: 99; cursor: pointer; margin: 5px; width: 40px; height: 40px; border-radius: 2px; box-shadow: 0 0 5px #9c9c9c; -webkit-box-shadow: 0 0 5px #9c9c9c; opacity: .9; background: rgba(0, 0, 0, .5);}
#goTop::after { display: block; position: absolute; left: 50%; top: 50%; margin-left: -10px; margin-top: -15px; content: ""; border-width: 10px; border-color: transparent; border-bottom-color: #fff; border-bottom-style: solid; border-style: dashed; display: block; font-size: 0; line-height: 0; width: 0;}



/* 内页布局 */
.side{ width:300px; margin-right: 30px; background-color: #ecf0fc;}
.mainContent{ min-width: 0; flex: 1 0 0%; }

/* sideBox */
.sideBox { margin-bottom: 20px; }
.sideBox .hd h3 { color: #fff; font-weight: bold; padding: 15px 25px; box-sizing: border-box; font-size: 24px; line-height: 30px; background: #0071bc; }
.sideBox .bd { padding: 10px 20px; }

/* contact */
#contact .bd { font-size: 15px; line-height: 2.5; }

/* sideMenu */
#sideMenu { margin-bottom: 20px; }
#sideMenu .hd h3 { color: #fff; font-weight: bold; padding: 15px 25px; box-sizing: border-box; font-size: 24px; line-height: 30px; background: #cebb78; }
#sideMenu .bd { padding: 10px 15px; }
#sideMenu .bd li { margin-bottom: 4px; }
#sideMenu .bd li a { display: block; padding: 15px 50px 15px 30px; transition: 0.5s; line-height: 26px; position: relative; }
#sideMenu .bd li a::after { display: block; content: "\E782"; font-family: "font-webicon"; font-size: 12px; color: #D1CABF; position: absolute; right: 25px; top: 50%; transform: translateY(-50%); }
#sideMenu .bd li a:hover,
#sideMenu .bd .on a { color: #0071bc; font-weight: bold; background-color: #fff; transform: translateX(15px); }
#sideMenu .bd li a:hover::after,
#sideMenu .bd .on a::after { color: #0071bc;}

/* 内页banner */
.pageBanner { position: relative; }
.pageBanner .pic img { width: 100%; height: auto; min-width: 1400px; }
.pageBanner .con { line-height: 1; position: absolute; top: 50%; transform: translateY(-50%); width: 100%; min-width: 1400px;}
.pageBanner .con h3 { font-size: 36px; color: #fff; width: 1400px; text-align: left; margin: 0 auto; font-weight: 600; display: none; }
.pageBanner::after { display: block; content: ""; height: 100px; width: 100%; position: absolute; bottom: 0; left: 0; background: linear-gradient(0deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.00) 100%); }


/* 位置导航 */
.path { line-height: 24px; color: #fff; padding: 20px 0; text-align: left; font-size: 15px; margin-bottom: 20px; }
.path a, .path span { padding: 0 5px; color: inherit; }
.path em::before { display: inline-block; content: "\e763"; color: #fff; font-family: "font-webicon"; font-size: 20px; margin-right: 10px; vertical-align: top;}
.path a:hover { color: #FFDC6A; }

/* 盒子-box-block */
.box-block .hd { line-height: 40px; height: 40px; border: 1px solid #eaeaea; padding: 9px; margin-bottom: 10px; }
.box-block .hd h3 { float: left; font-weight: bold; font-size: 20px; }
.box-block .hd h3 a { background-color: #0071bc; color: #fff; display: block; padding: 0 30px; position: relative; }
.box-block .hd li { float: left; margin-right: 5px; }
.box-block .hd li a,
.box-block .hd li span { display: block; font-size: 20px; font-weight: bold; color: #0071bc; padding: 0 30px; position: relative; }
.box-block .hd li:last-child { margin-right: 0; }
.box-block .hd li.on a { background-color: #0071bc; color: #fff;}
.box-block .hd li.on a::before,.box-block .hd h3 a::before { left: 0; }
.box-block .hd li.on a::after,.box-block .hd h3 a::after { right: 0; }
.box-block .hd h3 a::before,
.box-block .hd h3 a::after,
.box-block .hd li.on a::before,
.box-block .hd li.on a::after { display: block; content: ""; width: 5px; height: 40px; background: url(../img/hw2.png) repeat-y; position: absolute; top: 0; }
.box-block>.hd>.more { font-size: 16px; color: #666; display: flex; align-items: center; transition: all 0.5s; }
.box-block>.hd>.more::after { content: "\E781"; font-family: "font-webicon"; font-size: 24px; padding-left: 5px; }
.box-block>.hd>.more:hover { color: #0071bc; transform: translateX(10px); }

/* 盒子-box-default */
.box-default>.hd { line-height: 60px; height: 60px; display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; }
.box-default>.hd>h3 { font-weight: bold; color: #0071bc; font-size: 32px; }
.box-default>.hd>h3 a { color: inherit; transition: 0.3s; }
.box-default>.hd>h3:hover a { letter-spacing: 2px; }
.box-default>.hd>.more { font-size: 16px; color: #666; display: flex; align-items: center; transition: all 0.5s; }
.box-default>.hd>.more::after { content: "\E781"; font-family: "font-webicon"; font-size: 24px; padding-left: 5px; }
.box-default>.hd>.more:hover { color: #0071bc; transform: translateX(10px); }
.box-default>.hd>ul li { float: left; font-weight: bold; font-size: 32px; margin-right: 55px; }
.box-default>.hd>ul li a { color: #999; }
.box-default>.hd>ul li.on a { color: #0071bc; }



/* 旋转 */
@keyframes circle{
    0%{transform: rotate(0)}
    100%{transform: rotate(360deg)}
}
@keyframes circle-reverse{
    0%{transform: rotate(0)}
    100%{transform: rotate(-360deg)}
}

@keyframes path {
    0% {
        stroke-dashoffset: 220;
    }

    100% {
        stroke-dashoffset: 0;
    }
}

@media (min-width:1500px) {
   .mainNav .a1 { padding: 0 14px;}

}

@media (min-width:1680px) {
    #header > .siteWidth{ max-width: 100%; width: 100%; }
    .topLinks { font-size: 14px; }
    #logo { height: 90px; }
    .mainNav .a1 { font-size: 20px; padding: 0 18px;}
    .menuList li { font-size: 18px; }
}

