*{ margin: 0; padding: 0; }
.fontSize12{ font-size: 12px;}
.fontSize16{ font-size: 16px;}
.fontSize20{font-size: 20px;}
.fontSize60{font-size: 60px;}
.fontSize40{font-size: 40px;}
.fontSize24{font-size: 24px;}
.fontSize18{font-size: 18px;}
.fontSize14{font-size: 14px;}
.inner{ width: 1200px; margin: 0 auto; }
ul{list-style: none;}
a { text-decoration: none;color: #333333;}
.button { transition: all .5s; box-sizing: border-box; color: white; letter-spacing: 2px;cursor: pointer; display: inline-block; padding: 0 20px; height: 48px;line-height: 48px;background-color: #004EA2; font-size: 16px;}
.button img { vertical-align: middle;margin-top: -4px; }
.button:hover { transform: translateY(-3px); box-shadow:0px 3px 5px 1px #000000;}
.button a { color: white;}
/*标题*/
.page-title-wrap{ display: flex; flex-direction: column;align-items: center;justify-content:center;height: 192px;}
.page-title-wrap .page-title {font-size: 30px; color: #333333;margin-bottom: 10px;}
.page-title-wrap .page-sm-title {font-size: 14px; color: #999999;}

header { width: 100vw; position: fixed; top: 0;left: 0; z-index: 10;background-color: white;}
/*header .stock-wrap .inner{ height: 30px; display: flex; align-items: center; justify-content: flex-end; }*/
/*header .stock-wrap .weixin { width: 20px; height: 20px; margin-right: 20px; background-color: aqua; }*/
/*header .stock-wrap .lg-wrap { cursor: pointer;height: 48px;line-height: 48px;padding: 0 20px; }*/
header nav { background: #004EA2; }
header nav .nav-bg-view { background-color: #ffffff;}
#linkChildSelected { color: #FFE100; }
#linkTitleSelected { border-bottom: 4px solid #FFE100; }
header nav .inner {display: flex;align-items: center;justify-content: space-between; height: 70px; transition: height 1s;}
header nav .inner .tab-lg{ position: relative;cursor: pointer; padding: 20px 0;}
header nav .inner .tab-lg>div {display: flex;align-items: center; color:#ffffff; }
header nav .inner .tab-lg>ul {  display: none; position: absolute;top:60px;width:100%;background-color: rgba(0,78,162,.8);;text-align: center;line-height: 30px;}
header nav .inner .tab-lg>ul a { color: #ffffff;}
header nav .inner .tab-lg>ul a:hover{ color: #FFE100; }
header nav .inner .menu-wrap { display: flex;}
header nav .inner .menu-wrap .menu-inner {position: relative;padding: 20px;}
header nav .inner .menu-wrap .menu-inner .menu-title { font-weight: normal; color:#ffffff;display: inline-block;height: 48px;line-height: 48px;text-align: center; border-bottom: 4px solid transparent;}
header nav .inner .menu-wrap .menu-inner .menu-child {box-shadow:0px 5px 9px #333333; width: 150%; position: absolute;left: 0;top: 90px;opacity: 0;display: none;padding: 15px 0;background: rgba(0,78,162,.8); }
header nav .inner .menu-wrap .menu-inner .menu-child .menu-child-link{ display: block;padding: 15px 0 15px 15px; color: #ffffff; transition: all .5s; }
header nav .inner .menu-wrap .menu-inner .menu-child .menu-child-link:hover{ color: #FFE100; padding-left: 25px; }


footer{width: 100%;background-color: #333;padding-top: 60px;box-sizing: border-box;}
footer img{width: 126px;width: 126px;}
footer .footer-navs{display: flex;justify-content: space-between; }
footer .footer-navs li {margin-bottom: 16px;}
footer .footer-navs h3 {color: #fff;font-size: 18px;font-weight: normal;}
footer .footer-navs a {color: #999;font-size: 16px; text-decoration: none;}
footer .code-img{margin: 13px 0 35px;}
footer .code-img-text{font-size: 18px;color: #fff;}
footer .blogroll{width:100%;color: #fff;font-size: 16px;display: flex;justify-content: center; padding: 60px 0 30px;}
footer .blogroll a{text-decoration: none;color: #007BFF;padding: 0 10px;position: relative;}
footer .blogroll a:after{content: '';width: 2px;height: 20px;background-color: #007BFF;position: absolute;top: 0;right: 0;}
footer .blogroll a:last-child:after {display: none;}
footer .footer-bottom{height: 62px;line-height: 62px;color: #999999;font-size: 16px;text-align: center;background-color: #000;}

/*文字列表*/
.tab-wrap { display: flex; }
.tab-nav { border: 1px solid #EEEEEE; height: 100%; }
.tab-nav li { width: 269px;height: 90px;line-height: 90px; text-align: center;  color: #333333; }
.tab-nav li.on { background-color: #004EA2; color: white; }
.tab-content-list { margin-left: 30px; flex: 1; text-align: center; display: none; }
.tab-content-list li { text-align: left; border-top: 1px solid #EEEEEE; padding: 27px 20px 27px 35px; display: flex; }
.tab-content-list li:hover { background-color: #EEEEEE; }
.tab-content-list li img { width: 248px;height: 165px; background-color: cadetblue; margin-right: 20px; }
.tab-content-list li .button { height: 30px; line-height: 30px; font-size: 15px; }
.tab-content-list>.button { margin-top: 60px; }

.tab-content-list li>div { flex: 1; }
.tab-content-list li>div p { margin-bottom: 20px; color: #646464;line-height: 23px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; }


/*index*/
/*视频*/
.video-banner{ min-width: 1200px; height: 100vh; position: relative; }
.video-banner .video-modal-box { width: 100%; height: 100%; position: absolute; left: 0; top: 0; background-color: rgba(0,0,0,.3) }
.video-banner .video-content {width: 100%; height: 100%; position: absolute; left: 0; top: 0; color: white; }
.video-banner .pop-video{ display: none; width: 100vw;height: 100vh;overflow: hidden;background: rgba(0,0,0,.5);position: fixed;top: 0;left: 0;align-items: center;justify-content: center;}
.video-banner .pop-video .pop-video-inner {display: flex;align-items: center;justify-content: center;flex-direction: column;position: relative;}
.video-banner .pop-video .pop-video-inner #close-video { cursor: pointer; position: absolute; top: -30px;right: -30px; width: 30px;height: 30px;}
.video-banner .video-content .video-banner-b-text {width:100%;height: 200px;background: rgba(0,0,0,.6);position: absolute;bottom: 0;left: 0; }
.video-banner .video-content .video-banner-b-text .inner {height: 200px;box-sizing:border-box;padding: 20px 0;display: flex;justify-content: center;align-items: center}
.video-banner .video-content .video-banner-b-text .inner>div {flex: 1;text-align: center;padding: 30px 0;}

/*品牌*/
.brand .brand-list {height: 980px;background: #D9D9D9 url("../images/index_bg.png") no-repeat bottom; display: flex;justify-content: center;padding-top: 60px;}
.brand .brand-list div{width: 291px;height: 75px;background-color: white;margin: 0 6px;}

.brand .brand-list-en {height: 980px;background: #D9D9D9 url("../images/index_en_bg.png") no-repeat bottom; display: flex;justify-content: center;padding-top: 60px;}
.brand .brand-list-en div{width: 291px;height: 75px;background-color: white;margin: 0 6px;}

/*资讯*/
.news {background-color: #F5F4FA;}
.news .inner { display: flex;flex-direction: column; justify-content: center; align-items: center;}
.news .inner ul { width: 100%; display: flex;justify-content: space-between; }
.news .inner li {width:392px;height: 457px;background-color: white;}
.news .inner li:hover {box-shadow: 0px 0px 20px 0px rgba(0,78,162,0.2);}
.news .inner li img {width: 100%; height: 253px; background-color: cadetblue;}
.news .inner li .text-wrap { height:204px;box-sizing: border-box;padding: 20px;line-height: 36px;display: flex;flex-direction: column;justify-content: space-between;}
.news .inner li .text-wrap .text {width: 100%; height: 98px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; overflow: hidden;}
.news .inner li .text-wrap .more{ font-weight: bold;}
.news .inner .button{ margin: 60px 0;}

/*下载pdf */
.titleColor {color: #333333;line-height: 30px;cursor: pointer;margin-bottom:20px;font-weight: bold;}
.titleHover:hover {color:#004EA2;}

/* 内页顶部banner css */
.imgClass {display:block;margin:70px auto 0 auto}
