

@charset "utf-8";
/* ==============Winter——www.yisiy.com================= */


/** 清除内外边距 **/
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
form, fieldset, legend, button, input, textarea, /* form elements 表单元素 */
th, td /* table elements 表格元素 */ {
    margin: 0;padding: 0;
}

/** 设置默认字体 **/
/* 
    宋体：\5B8B\4F53
    新宋体：\65B0\5B8B\4F53
    黑体：\9ED1\4F53
    微软雅黑：\5FAE\8F6F\96C5\9ED1
    楷体：\6977\4F53_GB2312
    思源黑体： Source Han Sans CN
 */
body,button, input, select, textarea /* for ie */ {font: 14px/1.5 tahoma, "Source Han Sans CN", "SyRegular", "\5FAE\8F6F\96C5\9ED1", sans-serif, Arial;}
body {background:#fff;-webkit-text-size-adjust:100%;color: #333;}
.body-maxwidth{max-width: 1920px;margin: 0 auto;}

h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal;overflow: visible;line-height: 1em;}
address, cite, dfn, var{ font-style: normal; } /* 将斜体扶正 */
code, kbd, pre, samp { font-family: courier new, courier, monospace; } /* 统一等宽字体 */
small { font-size: 12px; } /* 小于 12px 的中文很难阅读, 让 small 正常化 */
/* em, strong, b, i {font-style:normal;font-weight:normal;} */

/** 重置列表元素 **/
ul, ol {list-style-type: none;margin: 0;padding: 0;}
ul, ol ,li { list-style: none;}

/** 重置文本格式元素 **/
a,a:active {color: inherit;text-decoration: none;cursor: pointer;border: 0;}
sup { vertical-align: text-top; } /* 重置, 减少对行高的影响 */
sub { vertical-align: text-bottom; }
span{line-height: normal;}
/** 重置表单元素 **/
legend { color: #000; } /* for ie6 */
fieldset, img { border: 0; } /* img 搭车：让链接里的 img 无边框 */
button, input, select, textarea { font-size: 100%; border-radius: 0;} /* 使得表单元素在 ie 下能继承字体大小 */
button{border:0;background-color:none;outline:none;-webkit-appearance: none;}
select {border: none;appearance:none;-moz-appearance:none;-webkit-appearance:none;padding-right: 14px;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url("../images/select_arr.png") no-repeat scroll right center transparent;
}
textarea { resize:none; } /* 禁用了文本的拖拉，尤其在谷歌下 */
select, button, input,img {vertical-align: middle;}
/* 注：optgroup 无法扶正 */

/** 重置表格元素 **/
table { border-collapse: collapse; border-spacing: 0; }

/* 重置 HTML5 元素 */
article, aside, details, figcaption, figure, footer,header, hgroup, menu, nav, section,
summary, time, mark, audio, video {display: block;margin: 0;padding: 0;}
mark { background: #ff0; }

/* <input>标签 */
input{border: none;appearance:none;-moz-appearance:none;outline:none;-webkit-appearance: none;}
input:focus{ outline:none; }/* input标签聚焦不出现默认边框 */

/* input标签placeholder样式重设 */
:-moz-placeholder {color:#666;font-size: 14px;}
::-moz-placeholder {color:#666;font-size: 14px;}
input:-ms-input-placeholder{color:#666;font-size: 14px;}
input::-webkit-input-placeholder{color:#666;font-size: 14px;}

/* 重绘元素边框盒 */
*{ box-sizing:border-box;}
*::before, *::after{ box-sizing:border-box;}
*:focus{ outline:none;}

/* 为了使文本段落左右两边对齐 */
/* p{text-align:justify; text-justify:distribute;} */
p{line-height: 1em;}


/* =======================================winter==自定义=========================================== */

/* 清除浮动 */
.clearFix {*zoom:1}
.clearFix:before, .clearFix:after {display:table;content:""}
.clearFix:after {clear:both}

/* 文字竖排 */
.rowWords {writing-mode: vertical-lr;writing-mode: tb-lr;white-space: nowrap;}

/* 文字限制行数 */
/* 限制一行 */
.lineLimit {white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
/* 【常用】限制多行 修改行数-webkit-line-clamp: 2;【兼容必须限高】 */
.lineLimits {overflow: hidden;display: -webkit-box;text-overflow: ellipsis;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
/* 【不推荐】遮挡限制多行兼容 必须限高 */
.lineLimitFit {position:relative;overflow:hidden;height: auto;}
.lineLimitFit:after {content:"...";letter-spacing: 3px;font-weight: bold;position:absolute;bottom:0;line-height: initial;right:0;padding-left:36px;background: -webkit-linear-gradient(left, transparent, #fff 55%);background: -o-linear-gradient(right, transparent, #fff 55%);background: -moz-linear-gradient(right, transparent, #fff 55%);background: linear-gradient(to right, transparent, #fff 55%);}







/* 中间+共用部分 */
.Container-wrapper{width: 100%;margin-top: 80px;}
.contain{width: 1200px;margin: 0 auto;}

.toLink{display: inline-block;position: relative;font-size: 14px;color: #666;font-family: 'GothamBook';text-transform: uppercase;padding-right: 22px;background: url('../images/indarr.png') no-repeat right top 7px;transition: all .4s ease;}
.toLink:after{content: "";position: absolute;right: 0;bottom: -2px;width: 0;height: 1px;background: #1f5dcb;transition: all .6s ease;}
.toLink:hover:after{width: 100%;right: auto;left: 0;}
.toLink:hover{color: #1f5dcb;background-image: url('../images/indarrh.png');}
.toLink-white{color: #fff !important;background-image: url('../images/indarrw.png') !important;}
.toLink-white:after{background: #fff !important;}

.pubTitle{width: 100%;text-align: center;}
.pubTitle h6{font-size: 40px;color: #333;}
.pubTitle i{display: block;width: 40px;height: 4px;background: #1f5dcb;margin: 24px auto;}
.pubTitle p{font-size: 14px;color: #999;line-height: 24px;}
.pubTitle-white h6{color: #fff;}
.pubTitle-white i{background: #fff;}
.pubTitle-white p{color: #fff;}

.Backtop {position: fixed;right: 0;top: 50%;margin-top: 187px;z-index: 999999;width: 54px;height: 50px;text-align: center;line-height: 48px;cursor: pointer;background: #1f5dcc;border-top-left-radius: 6px;border-bottom-left-radius: 6px;}
.Backtop img{width: auto;}
#ECHAT_icon{width: 54px !important;height: 50px !important;}
.echat .echat-icon-link{width: 54px !important;height: 50px !important;}
#ECHAT_icon_img{border-top-left-radius: 6px;border-bottom-left-radius: 6px;object-fit: cover;}
.echat-mini-num, .echat-custom-num{right: 0 !important;}


/* -------------------------PC端--------------------------- */
@media all and (max-width:1700px) {
    /* 1600 × (900/1024/1200) */
    .contain{width: 92%;}
    .Footer-container{width: 92%;}
    .Header-container{padding: 0 4%;}
}

@media all and (max-width:1599px) {
    /* 1440 × (900/1050) */
    .Footer-infonav {padding: 64px 0;}
    .Footer-navbar{width: 70%;}
    .pubTitle h6{font-size: 36px;}
    .Header-dropdown{padding: 40px 0 48px;}
}

@media all and (max-width:1439px) {
    /* 1360 × (768) */
    .Header-navbar ul li {margin: 0 14px;}
    .Header-search-words{width: 92%;}
    .pubTitle h6{font-size: 32px;}
    .pubTitle i{margin: 20px auto;}
}

@media all and (max-width:1359px) {
    /* 1280 × (800/854/1024) */
    .Header-navbar ul li {margin: 0 10px;}
    .Footer-navbar {width: 76%;}
    .Footer-infonav {padding: 54px 0;}
    .pubTitle h6{font-size: 28px;}
    .pubTitle i{margin: 16px auto;}
}

@media all and (max-width:1279px) {
    /* 1152 × (864) */
    .Header-logo a img{height: 40px;}
    .Header-logo a p {margin-left: 12px;padding-left: 12px;font-size: 14px;}
    .Header-navbar ul li {margin: 0 6px;}
    .Header-search-wordsform input{width: 480px;}
    .pubTitle h6{font-size: 24px;}
    .pubTitle i{margin: 14px auto;height: 2px;}
    .Header-dropdown-contain{width: 92%;}
    .Header-dpmenu{width: 20%;}
    .Header-dpcont{width: 80%;}
    .Header-sonimg{width: 39%;}
    .Header-dropmore .Header-sonimg {width: 42%;}
}

@media all and (max-width:1151px) {
    /* 1024 × (600/768) */
    .Header-navbar ul li {margin: 0 2px;}
    .Header-sonimg{width: 43%;}
    .Header-sonwdimg {padding-left: 28px;}
    .Header-prolink{padding: 0 28px;}

    .Backtop {top: auto;margin-top: 0;width: 40px;height: 37px;line-height: 32px;bottom: 89px;}
    .Backtop img {width: 17px;}

    #ECHAT_icon{width: 40px !important;height: 37px !important;}
    .echat .echat-icon-link{width: 40px !important;height: 37px !important;}
}


/* ------------------------手机端-------------------------- */
@media all and (max-width:1000px) {
    /* 平板设备 720 适配 */
    .Container-wrapper{margin-top: 60px;}

    .Header-container{height: 60px;}
    .Header-logo{height: 60px;}
    .Header-logo a {height: 60px;line-height: 60px;}
    .Header-logo a img{height: 30px;}
    .Header-logo a p {margin-left: 6px;padding-left: 8px;font-size: 12px;}
    .H-lang .Hlang-menu{line-height: 60px;width: 30px;}
    .Header-search-click{height: 60px;line-height: 60px;background: url("../images/search.png") no-repeat center;}
    .Header-navclick{display: block;}
    .Header-navbarbox{display: none;width: 100%;background: #fff;position: absolute;top: 60px;left: 0;}
    .Header-navbar{float: left;width: 100%;margin-right: 0;height: auto;overflow-y: auto !important;padding-bottom: 20px;text-align: left;}
    .Header-navbar ul li{display: block;width: 100%;position: relative;margin: 0;}
    .Header-Menu{width: 100%;height: 44px;line-height: 44px;padding: 0 4%;}
    .Header-search-message{height: 45px;top: 60px;background: #fafafa;}
    .Header-search-click{width: 36px;}
    .Header-search-close{display: none;}
    .Header-search-wordsform{height: 44px;line-height: 44px;float: initial;}
    .Header-search-submit{height: 100%;position: absolute;right: 0;top: 0;z-index: 2;width: 44px;background: #1f5dcb url("../images/searchw.png") no-repeat center;}
    .Header-search-wordsform input{background: #fafafa;width: 100%;margin-right: 0;height: 44px;padding-right: 46px;box-sizing: border-box;border-bottom: none;}
    .Header-wrapper:after{display: block;}
    .Header-wrapper{box-shadow: none;}
    .Header-arr{display: block;width: 44px;height: 44px;position: absolute;z-index: 9;right: 0;top: 0;background: url("../images/iconarrh.png") no-repeat center center /14px auto;}
    .Header-arr.ontrue{transform: rotate(180deg);}
    .Header-dropdown {position: relative;top: 0;padding: 18px 0 20px;background: #f1f1f1;}
    .Header-proimg{display: none;}
    .Header-dpmenu {width: 38%;min-height: auto;}
    .Header-dpcont {width: 62%;}
    .Header-prolink {width: 100%;border-right: none;padding: 0 0 0 20px;min-height: auto;}
    .Header-prolink a.ontrue {color: #333;}
    .Header-dropmore .Header-dpcont{display: none !important;}
    .Header-dropmore .Header-dpmenu{width: 100%;min-height: auto;border-right: none;}
    .Header-dropmore .Header-dpmenu a.ontrue{color: #333;}
    .Header-dpmenu a{padding-left: 20px;}
    .Header-dpmenu a i{width: 20px;}

    .Footer-infonav {padding: 32px 0 24px;border-bottom: none;}
    .Footer-info{width: 100%;}
    .Footer-info h6{margin-top: 0;}
    .Footer-info p{margin-top: 6px;}
    .Footer-infoto {margin-top: 24px;}
    .Footer-navbar {width: 100%;padding: 0;margin-top: 16px;margin-left: 0;}
    .Footer-navbar ul li{width: 100%;}
    .Footer-navclick h6 {line-height: 40px;}
    .Footer-navwords a {padding: 4px 0;font-size: 16px;}
    .Footer-navwords{margin-top: 0;display: none;}
    .Footer-share{display: none;}
    .Footer-navclick i{display: block;}
    .Footer-copyright {padding: 16px 0 20px;}
 
    .top-listbox .contain{width: 100%;}
    .top-list{width: 100%;overflow-x: auto;float: none;}
    .top-list ul{float: none;width: 2000px;}
    .top-list ul li a{line-height: 44px;padding: 0 12px;font-size: 14px;}
    .sunMenu-blank {height: 44px;}
    .top-listbox.sunMenu {top: 60px;}
    .mdclass{top: -92px;}
    .top-list ul li a:hover{background-color: transparent;}
    .top-list ul li.ontrue a {background-color: #449356;}

    .H-lang{position: static;}
    .Hlang-box{top: 60px;width: 100%;left: 0;margin-left: 0;padding: 4px 0;box-shadow: none;background: #fafafa;animation: none !important;}
    .Hlang-box:before{display: none;}

    .H-lang .Hlang-menu i{margin-right: 0;}
    .H-lang .Hlang-menu span{display: none;}
}
@media all and (max-width:640px) {
    /* 移动终端以上 360 适配 */
    .pubtit h6{font-size: 28px;}
    .pubtit p{font-size: 16px;}
    .pubTitle p {display: inline;}
    .Footer-copyright span {font-size: 12px;margin-top: -25px;}
    .Footer-copyright p a:nth-of-type(3){display: none;}
}

/* 时间轴 */
.abolc{width: 100%;padding-top: 90px;position: relative;}
.abolc:after{content: "";width: 100%;height: 1px;background: #e5e5e5;left: 0;top: 146px;position: absolute;z-index: -1;}
.abolc-contain{width: 1200px;margin: 0 auto;}
.abolc-time{width: 100%;position: relative;padding: 0 210px;height: 114px;user-select: none;}
.abolc-timeme{width: 100%;text-align: center;}
.abolc-timeme h6{padding-left: 42px;height: 114px;line-height: 1.1em;font-size: 120px;transform: scale(0);font-family: 'Microsoft YaHei';transition: all 1.6s ease;color: #1a50af;position: relative;display: inline-block;}
.abolc-timeme h6:after{content: "";position: absolute;top: 50%;width: 10px;height: 10px;border-radius: 50%;left: 0%;margin-top: -5px;background: #1a50af;opacity: 1;}
.abolc-time .swiper-slide-active .abolc-timeme h6{transform: scale(1);}
.abolc-prev,.abolc-next{width: 50px;height: 50px;position: absolute;top: 50%;margin-top: -25px;background: url('../images/aboarr.png') no-repeat center;cursor: pointer;transition: all .4s ease;}
.abolc-prev{left: 0;}
.abolc-next{right: 0;transform: rotate(180deg);}
.abolc-prev:hover{transform: scale(0.9);}
.abolc-next:hover{transform: rotate(180deg) scale(0.9);}
.abolc-dot{position: absolute;width: 150px;overflow: hidden;height: 114px;top: 0;}
.abolc-ldot{left: 60px;}
.abolc-rdot{right: 60px;}
.abolc-dotline{font-size: 0;position: relative;width: 1000px;text-align-last: auto;}
.abolc-dotck{width: 50px;display: inline-block;text-align: center;margin-top: 52px;cursor: pointer;}
.abolc-dotck p{font-size: 14px;color: #c3c3c3;font-family: 'Microsoft YaHei';font-weight: 400;padding-top: 26px;position: relative;transition: all .4s ease;}
.abolc-dotck p:after{content: "";position: absolute;top: 0%;width: 10px;height: 10px;border-radius: 50%;left: 50%;margin-left: -5px;background: #1a50af;opacity: .5;transition: all .4s ease;}
.abolc-dotck:hover p{color: #1a50af;}
.abolc-dotck:hover p:after{opacity: 1;}

.abolc-wdbox{width: 100%;overflow: hidden;margin: 88px 0 120px;}
.abolc-contain{width: 1200px;margin: 0 auto;}
.abolc-imgwords{width: 100%;overflow: hidden;}
.abolc-img{width: 48%;float: left;}
.abolc-img img{width: 100%;height: auto;object-fit: cover;}
.abolc-words{width: 41%;float: right;height: 427px;overflow-y: auto;}
.abolc-wd{width: 100%;padding-right: 24px;}
.abolc-item{width: 100%;}
.abolc-item h6, .abolc-item p{font-size: 15px;color: #666;line-height: 24px;}
.abolc-top{margin-top: 28px;}
.abolc-words::-webkit-scrollbar {width: 2px;height: 4px;}
.abolc-words::-webkit-scrollbar-thumb {border-radius: 5px;box-shadow: inset 0 0 5px #1a50af;}
.abolc-words::-webkit-scrollbar-track {box-shadow: inset 0 0 5px #fafafa;border-radius: 0;}
/* over */
.abogd{width: 100%;padding: 100px 0;background-repeat: no-repeat !important;background-size: cover !important;background-position: center !important;overflow: hidden;}
.abogd-wd{width: 1260px;margin: 0 auto;background: #fff;padding: 68px 72px 60px;text-align: center;}
.abogd-wd img{width: auto;max-width: 100%;}
.abogd-wd p{text-align: left;font-size: 16px;color: #666;line-height: 28px;margin-top: 54px;}
.abowh{width: 100%;padding: 100px 0 120px;}
.abowh-list{width: 100%;overflow: hidden;}
.abowh-list ul{margin-left: -3%;}
.abowh-list li{width: 22%;float: left;margin-left: 3%;margin-top: 48px;position: relative;overflow: hidden;}
.abowh-img{display: block;width: 100%;object-fit: cover;transition: all .4s ease;}
.abowh-sd{position: absolute;width: 100%;height: 100%;top: 0;left: 0;z-index: 2;background: rgba(31, 92, 203, .5);transition: all .6s ease;display: flex;align-items: center;}
.abowh-wd{width: 100%;text-align: center;}
.abowh-wdimg{width: 100%;height: 70px;line-height: 70px;}
.abowh-wdimg img{max-height: 100%;}
.abowh-wd h6{font-size: 24px;color: #fff;margin-top: 32px}
.abowh-wd p{font-size: 15px;color: #fff;margin-top: 20px;height: 0;overflow: hidden;transition: all .4s ease;}
.abowh-list li:hover .abowh-sd{background: rgba(31, 92, 203, 1);}
.abowh-list li:hover .abowh-img{transform: scale(1.04);}
.abowh-list li:hover .abowh-wd p{height: 16px;}


.abolc-dotck p:after {
    content: "";
    position: absolute;
    top: -14%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    left: 50%;
    margin-left: -11px;
    background: url(../images/time_normal.png);
    opacity: .5;
    transition: all .4s ease;
}
.abolc-dotck:hover p:after{opacity: 1;background: url(../images/time_choose.png);}
.abolc-timeme h6 {
    padding-left: 42px;
    height: 114px;
    line-height: 114px;
    font-size: 48px;
    transform: scale(0);
    font-family: 'Microsoft YaHei';
    transition: all 1.6s ease;
    color: #1a50af;
    position: relative;
    display: inline-block;
    font-weight: bold;
}
.abolc-words {
    width: 52%;
    float: none;
    height: 360px;
    overflow-y: auto;
    background: #FFFFFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
    padding: 50px;
    padding-top: 25px;
}
.abolc-wdbox-yd{
	display:none;
}
@media screen and (max-width: 1280px){
	.abolc-contain {
		width: 96%;
		margin: 0 auto;
	}
}

@media screen and (max-width: 768px){
	.abolc-contain {
		width: 96%;
		margin: 0 auto;
	}
	.gyyzr-box{
		display:none;
	}
	.abolc-wdbox-yd{
		display: block;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.abolc-img {
		width: 100%;
		float: none;
	}
	.abolc-words {
		width: 100%;
		float: none;
		height: 360px;
		overflow-y: auto;
		background: #FFFFFF;
		box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
		padding: 3px;
		padding-top: 25px;
		box-sizing: border-box;
	}
}