@charset "UTF-8";
@font-face { font-style: normal; font-weight: normal; font-family: "SourceHanSansCN-Bold"; src: url("../fonts/sourcehansanscn-bold.eot"); src: url("../fonts/sourcehansanscn-bold.eot") format("embedded-opentype"), url("../fonts/sourcehansanscn-bold.woff") format("woff"), url("../fonts/sourcehansanscn-bold.ttf") format("truetype"), url("../fonts/sourcehansanscn-bold.svg") format("svg"); }
@font-face { font-style: normal; font-weight: normal; font-family: "SourceHanSansCN-Light"; src: url("../fonts/sourcehansanscn-light.eot"); src: url("../fonts/sourcehansanscn-light.eot") format("embedded-opentype"), url("../fonts/sourcehansanscn-light.woff") format("woff"), url("../fonts/sourcehansanscn-light.ttf") format("truetype"), url("../fonts/sourcehansanscn-light.svg") format("svg"); }
@font-face { font-style: normal; font-weight: normal; font-family: "SourceHanSansCN-Medium"; src: url("../fonts/sourcehansanscn-medium.eot"); src: url("../fonts/sourcehansanscn-medium.eot") format("embedded-opentype"), url("../fonts/sourcehansanscn-medium.woff") format("woff"), url("../fonts/sourcehansanscn-medium.ttf") format("truetype"), url("../fonts/sourcehansanscn-medium.svg") format("svg"); }
video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 50px); 
}


/* common grid system */
.sh-col-1 { float: left; width: 8.3333334%; box-sizing: border-box; }
.sh-col-2 { float: left; width: 16.666667%; box-sizing: border-box; }
.sh-col-3 { float: left; width: 25%; box-sizing: border-box; }
.sh-col-4 { float: left; width: 33.333334%; box-sizing: border-box; }
.sh-col-5 { float: left; width: 41.666667%; box-sizing: border-box; }
.sh-col-6 { float: left; width: 50%; box-sizing: border-box; }
.sh-col-7 { float: left; width: 58.333333%; box-sizing: border-box; }
.sh-col-8 { float: left; width: 66.666667%; box-sizing: border-box; }
.sh-col-9 { float: left; width: 75%; box-sizing: border-box; }
.sh-col-12 { float: left; width: 100%; box-sizing: border-box; }
.sh-row:after { content: ""; display: block; clear: both; height: 0; }
/* window body styles */
body { font-size: 16px; font-family: Arial, "Microsoft Yahei", sans-serif; min-width: 1230px; background-color: #fff; }
@media screen and (max-width:1599px) {
	body { font-size: 14px; }
	
}
.container { width: 1230px; margin: 0 auto; padding: 0 15px; position: relative; overflow: hidden; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
/* common ibtn */
.ibtn { display: inline-block; vertical-align: top; width: 180px; height: 56px; border: none; outline: none; max-width: 180px; color: #ffffff; font-size: 16px; text-align: center; line-height: 56px; background-color: #ff4229; text-transform: uppercase; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
@media screen and (max-width:1599px) {
	.ibtn { width: 144px; height: 48px; line-height: 48px; }
}
.ibtn:hover { color: #ffffff; background: #eb1b00; }
/* common title */
.title-wrap { text-align: center; }
.title-main { color: #333333; font-size: 32px; line-height: 1.82; }
.title-tips { color: #333333; font-size: 16px; line-height: 1.88; }
.title-white .title-main { color: #ffffff; }
.title-white .title-tips { color: #ffffff; }
.title-en { color: #333333; font-size: 36px; text-align: center; font-family: Arial; line-height: 40px; text-transform: uppercase; }
.title-cn { color: #333333; font-size: 24px; text-align: center; line-height: 28px; margin-top: 30px; font-family: "SourceHanSansCN-Light"; }
.title-sub { color: #666666; font-size: 24px; text-align: center; line-height: 2; font-family: "SourceHanSansCN-Light"; }
.title-big { color: #333333; font-size: 36px; text-align: center; line-height: 1.34; font-family: "SourceHanSansCN-Light"; }
.title-left { text-align: left; }
.title-twin { text-align: center; }
.title-twin_en { color: #333333; font-size: 36px; font-family: Arial; line-height: 40px; font-family: Arial; text-transform: uppercase; }
.title-twin_cn { color: #333333; font-size: 24px; line-height: 28px; margin-top: 30px; font-family: "SourceHanSansCN-Light"; }
.title-twin_ln { display: block; width: 50px; height: 3px; margin: 36px auto 0; background-color: #ff4229; }
.title-white .title-twin_en { color: #fff; }
.title-white .title-twin_cn { color: #fff; }
.title-white { color: #ffffff !important; }
/* commot split line */
.split-line { display: block; width: 50px; height: 2px; margin: 30px auto 0; background-color: #ff4229; }
.split_left { margin-left: 0; margin-right: 0; }
.split-white { background-color: #ff4229; }
.brief-mask { color: #ffffff; font-size: 14px; text-align: center; line-height: 1.86; }
.tabcon-item { display: block; }
.tabcon-item + .tabcon-item { display: none; }
.card { display: block; width: 380px; margin-right: 30px; position: relative; overflow: hidden; }
.card-imge { display: block; position: relative; padding-bottom: 57.8947369%; background-color: #f4f4f4; overflow: hidden; }
.card-imge img { position: absolute; top: 0; left: 0; width: 100%; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.card-line:before { content: ""; display: block; width: 40px; height: 2px; margin-bottom: 20px; background-color: #2c99e3; }
.card-text { padding: 30px; background-color: #fff; }
.card-text_title { font-size: 18px; line-height: 2; -ms-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.card-text_brief { color: #666; font-size: 14px; line-height: 20px; height: 60px; text-align: justify; margin-top: 8px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; display: -webkit-box; text-overflow: ellipsis; word-wrap: break-word; white-space: normal; overflow: hidden; }
.card-text_time { color: #666; font-size: 14px; line-height: 18px; margin-top: 44px; margin-bottom: 14px; }
.card-hover { position: absolute; z-index: 3; left: 0; right: 0; bottom: 0; padding: 30px 20px; -webkit-transform: translateY(179px); -ms-transform: translateY(179px); -o-transform: translateY(179px); transform: translateY(179px); -webkit-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; }
.card-hover:after { content: ""; position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; background-color: #000; opacity: 0.5; -webkit-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; }
.card-hover_title { color: #ffffff; font-size: 20px; line-height: 1; margin: 0 -20px; padding: 0 20px; padding-bottom: 28px; border-bottom: 2px solid #2c99e3; -webkit-transition: 0.4s 0.4s ease-in-out; -o-transition: 0.4s 0.4s ease-in-out; transition: 0.4s 0.4s ease-in-out; position: relative; z-index: 2; }
.card-hover_brief { height: 60px; color: #ffffff; font-size: 14px; text-align: justify; -webkit-box-orient: vertical; -webkit-line-clamp: 3; display: -webkit-box; text-overflow: ellipsis; word-wrap: break-word; white-space: normal; overflow: hidden; line-height: 20px; -webkit-transition: 0.4s 0.4s ease-in-out; -o-transition: 0.4s 0.4s ease-in-out; transition: 0.4s 0.4s ease-in-out; visibility: hidden; opacity: 0; -webkit-transform: translate(0, 30px); -moz-transform: translate(0, 30px); -ms-transform: translate(0, 30px); transform: translate(0, 30px); position: relative; z-index: 2; }
.card-hover_adorn { display: block; width: 20px; height: 20px; padding: 11px; margin-top: 45px; border-radius: 50%; font-size: 20px; line-height: 1; color: #fff; text-align: center; border: 1px solid #ffffff; position: relative; z-index: 3; }
.card:hover .card-hover { -webkit-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }
.card:hover .card-hover:after { background-color: #2c99e3; opacity: 1; }
.card:hover .card-hover_title { padding-bottom: 17px; border: none; }
.card:hover .card-hover_brief { visibility: visible; opacity: 1; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }
/* common plugin ifocus */
#banner .ifocus-view{margin-left: auto !important;transform: translateX(-50%);}
#banner .ifocus-item a{display: flex;justify-content: center;align-items: center;}
.ifocus { width: 100%; height: 860px; overflow: hidden; position: relative; *zoom: 1; background-color: #1b84cb;}
.ifocus_list { width: 9000px; }
.ifocus_item { float: left; }
.ifocus-fade { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
.ifocus-fade .ifocus-item { display: none; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ifocus-fade .ifocus-item:first-child { display: block; }
.ifocus-slide { position: absolute; z-index: 1; top: 0; left: 0; width: 300%; height: 100%; overflow: hidden; *zoom: 1; }
.ifocus-slide .ifocus-item { float: left; width: 33.333333%; position: relative; }
.ifocus-item { height: 100%; overflow: hidden; }
.ifocus-item > a { display: block; width: 100%; height: 100%; overflow: hidden; }
.ifocus-item img { width: 100%; border: none; display: inline-block; vertical-align: middle; }
.ifocus-prev { position: absolute; z-index: 8; top: 50%; left: 8%; width: 40px; height: 40px; color: #fff; line-height: 1; cursor: pointer; margin-top: -20px; -webkit-transition: 0.25s ease-in-out; -moz-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out; opacity: 0.8; }
.ifocus-prev .ifont { font-size: 40px; }
.ifocus-prev:hover { opacity: 1; }
.ifocus-next { position: absolute; z-index: 8; top: 50%; right: 8%; width: 40px; height: 40px; color: #fff; line-height: 1; cursor: pointer; margin-top: -20px; -webkit-transition: 0.25s ease-in-out; -moz-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out; opacity: 0.8; }
.ifocus-next .ifont { font-size: 40px; }
.ifocus-next:hover { opacity: 1; }
.ifocus-spot { position: absolute; z-index: 2; left: 0; width: 100%; bottom: 20px; height: 16px; text-align: center; }
.ifocus-spot span { width: 30px; height: 3px; margin: 0 8px; cursor: pointer; background-color: #fff; opacity: 0.3; display: inline-block; vertical-align: top; -webkit-transition: 0.1s ease-in-out; -moz-transition: 0.1s ease-in-out; transition: 0.1s ease-in-out; }
.ifocus-spot span.active { opacity: 1; }
.ifocus-spot-nums { height: 22px; }
.ifocus-spot-nums span { width: 20px; height: 20px; color: #666; font-size: 12px; line-height: 20px; text-align: center; }
.ifocus-spot-nums span.active { color: #fff; }
/* common plugin tumble */
.tumble { position: relative; padding-bottom: 60px; margin-bottom: 60px; }
.tumble-view { width: 100%; position: relative; overflow: hidden; }
.tumble-list { width: 6000px; overflow: hidden; }
.tumble-cell { float: left; width: 256px; margin-right: 20px; }
.tumble-item { float: left; width: 380px; height: 100%; margin-right: 30px; }
.tumble-card { display: block; cursor: pointer; }
.tumble-imge { display: block; padding-bottom: 125%; position: relative; overflow: hidden; }
.tumble-imge img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.tumble-prev { position: absolute; top: 50%; left: 10px; width: 40px; height: 40px; cursor: pointer; margin-top: -20px; border-radius: 3px; background: #fff url(../fonts/fdea1cde47d140fb97ee07bb7e5a6ee0.woff) no-repeat center/50%; }
.tumble-next { position: absolute; top: 50%; right: 10px; width: 40px; height: 40px; cursor: pointer; margin-top: -20px; background: #fff url(../fonts/8ef610c5601a4a65abcf0a0c50790575.woff) no-repeat center/50%; }
.tumble-dots { position: absolute; z-index: 2; left: 0; width: 100%; bottom: 20px; text-align: center; }
.tumble-spot { display: inline-block; width: 10px; height: 10px; color: #333; cursor: pointer; font-size: 12px; margin-left: 8px; text-align: center; border-radius: 50%; background-color: #dbdbdb; }
.tumble-spot-active { color: #fff; background-color: #2c99e3; }
.tumble-cell .tumble-item { width: 100%; margin-top: 20px; margin-right: 0; }
.tumble-cell .tumble-item:first-child { margin-top: 0; }
/* common plugin fixbar */
.fixbar { position: fixed; z-index: 100; right: 20px; bottom: 30px; width: 56px; }
.fixbar-item { width: 100%; height: 56px; margin-top: 20px; position: relative; }
.fixbar-anit { -webkit-perspective: 500px; -moz-perspective: 500px; -ms-perspective: 500px; perspective: 500px; }
.fixbar-link { display: block; width: 100%; height: 100%; overflow: hidden; border-radius: 50%; text-align: center; -webkit-box-shadow: 0 0 20px rgba(255, 255, 255, 0.25); box-shadow: 0 0 20px rgba(255, 255, 255, 0.25); position: relative; z-index: 3; }
.fixbar-link img { display: block; border-radius: 50%; background-color: #fff; }
.fixbar-link .icon-arrow-upon { display: block; padding: 16px; height: 24px; color: #ffffff; font-size: 18px; line-height: 24px; background-color: rgba(0, 0, 0, 0.7); -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.fixbar-link .icon-arrow-upon:hover { background-color: #f0240a; }
.fixbar-card { position: absolute; z-index: 1; right: 0; bottom: 0; text-align: center; padding-right: 60px; visibility: hidden; opacity: 0; -webkit-transition: 0.45s ease-in-out; -moz-transition: 0.45s ease-in-out; transition: 0.45s ease-in-out; -webkit-transform: translate(-50px, 0); -moz-transform: translate(-50px, 0); -ms-transform: translate(-50px, 0); transform: translate(-50px, 0); }
.fixbar-card_text { min-width: 258px; padding: 20px 16px; padding-top: 130px; background-color: #ffffff; background-image: url(../images/bg_fixbar.jpg); background-repeat: no-repeat; background-position: center top; -webkit-background-size: 100% auto; background-size: 100% auto; -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); box-shadow: 0 0 15px rgba(0, 0, 0, 0.3); }
.fixbar-card_ibtn { display: block; width: 210px; min-height: 40px; color: #ffffff; font-size: 15px; line-height: 40px; margin: 24px auto 0; background-color: #ff4229; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.fixbar-card_ibtn .shfont { font-size: 18px; margin-right: 6px; display: inline-block; vertical-align: -1px; }
.fixbar-card_ibtn:hover { color: #ffffff; background-color: #e11a00; }
.fixbar-card_form { display: block; padding: 10px 0; color: #999999; font-size: 14px; line-height: 18px; margin-top: 10px; margin-bottom: 6px; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.fixbar-card_form:hover { color: #2c99e3; }
.fixbar-card_call { display: block; color: #333333; font-size: 16px; line-height: 36px; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.fixbar-card_call:hover { color: #2c99e3; }
.fixbar-card_qqio { display: block; color: #333333; font-size: 16px; line-height: 36px; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.fixbar-card_qqio:hover { color: #2c99e3; }
.fixbar-card_code { margin-top: 10px; }
.fixbar-card_code p { color: #999999; font-size: 13px; line-height: 1.2; margin-top: 6px; }
.fixbar-card_code img { display: block; margin: 0 auto; max-width: 80%; }
.fixbar-card_time { color: #999999; font-size: 13px; line-height: 1.8; margin-top: 16px; }
.fixbar-card_time p { color: #999999; font-size: 13px; }
.fixbar-item:hover .fixbar-card { visibility: visible; opacity: 1; -webkit-transform: translate(0, 0); -moz-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }
.fixbar-anit .fixbar-link { -webkit-animation: rotated 8s both infinite ease-in-out; -o-animation: rotated 8s both infinite ease-in-out; animation: rotated 8s both infinite ease-in-out; }
.fixbar-anit .fixbar-link img { -webkit-animation: rotatedb 8s both infinite ease-in-out; -o-animation: rotatedb 8s both infinite ease-in-out; animation: rotatedb 8s both infinite ease-in-out; }
.fixbar-anit:hover .fixbar-link { animation: none; }
.fixbar-anit:hover .fixbar-link img { animation: none; }
/* common header  */
.head { height: 80px; text-align: right; background-color: #231f20; position: relative; z-index: 10; }
.head-logo { float: left; height: 60px; padding: 10px 0; }
.head-logo_imge { float: left; height: 100%; line-height: 50px; }
.head-logo_imge img { display: block; max-height: 100%; display: inline-block; vertical-align: top; }
.head-menu { height: 80px; display: inline-block; vertical-align: top; }
.head-menu_list { overflow: hidden; padding: 24px 0; line-height: 32px; }
.head-menu_item { float: left; margin-left: 40px; }
.head-menu_item a { display: block; color: #ffffff; font-size: 16px; position: relative; transition: 0.35s ease-in-out; }
.head-menu_item a:after { content: ""; position: absolute; left: 0; right: 0; height: 1px; bottom: -19px; background-color: #2c99e3; transform-origin: 50% 50%; transition: 0.35s ease-in-out; visibility: hidden; opacity: 0; -webkit-transform: scaleX(0) translateY(5px); -ms-transform: scaleX(0) translateY(5px); -o-transform: scaleX(0) translateY(5px); transform: scaleX(0) translateY(5px); }
.head-menu_item a:hover, .head-menu_item.active a { color: #2c99e3; }
.head-menu_item a:hover:after, .head-menu_item.active a:after { visibility: visible; opacity: 1; -webkit-transform: scaleX(1) translateY(-8px); -ms-transform: scaleX(1) translateY(-8px); -o-transform: scaleX(1) translateY(-8px); transform: scaleX(1) translateY(-8px); }
.head-fixed { position: fixed; z-index: 99; top: 0; left: 0; width: 100%; }
/* 下拉菜单 */
.head-menu_drop { position: absolute; top: 100%; left: 50%; width: 900px; font-size: 0; text-align: center; margin-left: -300px; background-color: #fff; -webkit-transition: 0.45s ease-in-out; -o-transition: 0.45s ease-in-out; transition: 0.45s ease-in-out; -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .1); box-shadow: 0 2px 3px rgba(0, 0, 0, .1); -webkit-transform: translateY(30px); -ms-transform: translateY(30px); -o-transform: translateY(30px); transform: translateY(30px); visibility: hidden; opacity: 0; }
.head-menu_drop.active { -webkit-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); visibility: visible; opacity: 1; }
.head-menu_drop .container { width: 100%; padding: 30px; }
.head-menu_drop a { width: 180px; margin: 0 15px; display: inline-block; vertical-align: top; }
.head-menu_drop img { position: absolute; top: 50%; left: 0; width: 100%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }
.head-menu_drop .imge { display: block; transition: 0.35s ease-in-out; padding-bottom: 57.02%; position: relative; overflow: hidden; }
.head-menu_drop .text { display: block; color: #333; font-size: 14px; line-height: 1; margin-top: 16px; transition: 0.35s ease-in-out; }
.head-menu_drop a:hover .imge { -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .3); box-shadow: 0 0 8px rgba(0, 0, 0, .3); }
.head-menu_drop a:hover .text { color: #2c99e3; }
.head-menu_two { float: left; min-height: 181px; }
.head-menu_two:after { content: ""; position: absolute; z-index: 2; top: 30px; left: 261px; bottom: 30px; width: 1px; background-color: #d0d0d0; }
.head-menu_two a { display: block; color: #121212; margin: 0; width: 232px; height: 60px; font-size: 16px; font-weight: bold; line-height: 60px; text-align: left; line-height: 60px; position: relative; z-index: 3; }
.head-menu_thr { float: left; width: 270px; height: 156px; padding: 12px 26px; }
.head-menu_thr a { float: left; width: 50%; margin: 0; color: #121212; font-size: 14px; text-align: left; line-height: 36px; }
.head-menu_thr a:hover { color: #2c99e3; }
.head-menu_thr .tr11 { display: none; }
.head-menu_thr .tr11:first-child { display: block; }
.head-menu_two a:hover { color: #2c99e3; background: url(../images/9a7bbc5c1a6344dcbf471a12a6c1f299.gif) no-repeat right top; }
.head-menu_two a.active { color: #2c99e3; background: url(../images/9a7bbc5c1a6344dcbf471a12a6c1f299.gif) no-repeat right top; }
.head-menu_img { float: left; width: 286px; height: 180px; position: relative; }
.head-menu_img a { display: none; position: absolute; top: 0; left: 0; margin: 0; width: 100%; height: 100%; overflow: hidden; transition: 0.3s ease-in-out; }
.head-menu_img a:first-child { display: block; }
.head-menu_img img { position: static; }
.head-menu_img a:hover { -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .3); box-shadow: 0 0 8px rgba(0, 0, 0, .3); }
/* common topbar  */
.topbar { height: 34px; background-color: #121212; }
.topbar:after { content: ""; display: block; clear: both; height: 0; }
.topbar-left { float: left; color: #ffffff; font-size: 14px; line-height: 34px; opacity: 0.4; }
.topbar-right { float: right; height: 100%; }
.topbar-right li { float: left; height: 100%; color: #ffffff; font-size: 14px; opacity: 0.4; line-height: 34px; text-transform: uppercase; }
.topbar-right a { display: block; height: 100%; width: 18px; color: #fff; font-size: 18px; padding: 0 10px; }
.topbar-right li:first-child { margin-right: 20px; }
.foot { background-color: #222; }
.foot-logo { float: left; width: 217px; height: 110px; padding-right: 50px; border-right: 1px solid #4e4e4e; }
.foot-logo img { display: block; width: 100%; }
.foot-ways { float: left; width: 348px; color: #b2b0b0; padding: 0 50px; font-size: 14px; line-height: 24px; margin-top: -5px; }
.foot-ways p { color: #b2b0b0; font-size: 14px; line-height: 24px; }
.foot-ways a { color: #b2b0b0; }
.foot-ways a:hover { color: #2c99e3; }
.foot-code { float: right; }
.foot-code p { float: left; width: 110px; height: 110px; line-height: 1; margin-left: 30px; }
.foot-code img { display: block; width: 100%; }
.foot-code span { display: block; color: #b2b0b0; line-height: 2; text-align: center; font-size: 13px; margin-top: 5px; }
.foot .container { padding: 60px 0; }
.foot .fp-tableCell { padding-top: 0; }
/* home style */
.home-case { width: 1201px; }
.home-case:after { content: ""; display: block; clear: both; height: 0; }
.home-case_item { float: left; width: 399px; margin-right: 1px; }
.home-case .card-imge { padding-bottom: 141.6040101%; }
.home-partner { width: 1198px; padding: 0 11px; overflow: hidden; margin: 0 auto; padding: 22px 0 60px; }
.home-partner_list { width: 1218px; min-height: 360px; }
.home-partner_list:after { content: ""; display: block; clear: both; height: 0; }
.home-partner_item { float: left; width: 183px; height: 100px; margin-top: 20px; margin-right: 20px; }
.home-partner_item img { -webkit-transition: 0.32s ease-in-out; -moz-transition: 0.32s ease-in-out; transition: 0.32s ease-in-out; }
.home-partner_item:hover img { -webkit-transform: translate(0, -5px); -moz-transform: translate(0, -5px); -ms-transform: translate(0, -5px); transform: translate(0, -5px); -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.6); box-shadow: 0 0 10px rgba(255, 255, 255, 0.6); }
/* home slide ani */
.ifocus-text { position: absolute; z-index: 5; top: 50%; left: 50%; height: 254px; width: 1100px; padding: 0 50px; margin-top: -127px; margin-left: -600px; text-align: center; }
.ifocus-name { visibility: hidden; color: #ffffff; font-size: 64px; line-height: 1; font-family: "SourceHanSansCN-Medium"; }
.ifocus-desc { visibility: hidden; color: #ffffff; font-size: 30px; line-height: 1; font-family: "SourceHanSansCN-Light"; opacity: 0.95; margin-top: 27px; }
.ifocus-info { visibility: hidden; max-width: 688px; margin: 0 auto; opacity: 0.8; color: #ffffff; font-size: 15px; line-height: 1.6; text-transform: uppercase; }
.ifocus-line { visibility: hidden; height: 1px; margin: 48px 0 32px; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAycAAAABCAYAAADEtNEfAAAAxElEQVRIibWTQRLDMAgDyf//XHrqTMYjxGK7uVVayeAmT2Y+oZ+f/vYVq7jOW/XOf+uOpbzayekuu8s55jRDev7Fu3l2fXIf3W6k+2Sv7uxq7hs8vYvKq84g9xZwtopzeqV137zqXDWlT7oc7zq7jglD5qAdtPvmk5tdKkc1xVdcxyTgiOf0ScZpao5Vq5hJluYcR3475iM8egbdZfV2+yqP9lFW8d1cp/50L8fT/+T2u7SboV1hGJclGuUrduJPPd8REV9897QAXQMvhwAAAABJRU5ErkJggg==) no-repeat center; position: relative; z-index: 1; }
.ifocus-line:after { content: ""; position: absolute; z-index: 2; left: 50%; bottom: -1px; width: 80px; height: 3px; margin-left: -40px; background-color: #fff; }
.ifocus-item.active .ifocus-name { visibility: visible; animation: fadeInDown 0.8s 0.3s ease-in-out both; }
.ifocus-item.active .ifocus-desc { visibility: visible; animation: fadeInDown 0.8s 0.2s ease-in-out both; }
.ifocus-item.active .ifocus-info { visibility: visible; animation: fadeInUp 0.8s 0.5s ease-in-out both; }
.ifocus-item.active .ifocus-line { visibility: visible; animation: zoomIn 0.8s ease-in-out both; }
/* home fullscreen */
.section2 { background: url(../images/bg_index2.jpg) no-repeat center/cover; }
.section2 .fp-tableCell { padding-top: 80px; box-sizing: border-box; }
.section3 { background: url(../images/bg_index3.jpg) no-repeat center/cover; }
.section3 .fp-tableCell { padding-top: 80px; box-sizing: border-box; }
.section4 { background: url(../images/bg_index4.jpg) no-repeat center/cover; }
.section4 .fp-tableCell { padding-top: 80px; box-sizing: border-box; }
/*.section.active .card { animation: zoomIn 0.8s 0.1s ease-in-out both; }
.section.active .title-main { animation: fadeInLeft 1s 0.1s ease-in-out both; }
.section.active .title-tips { animation: fadeInRight 1s 0.1s ease-in-out both; }
.section.active .tumble-item { animation: zoomIn 0.8s 0.1s ease-in-out both; }
.section.active .home-partner_list { animation: fadeInUp 0.8s 0.1s ease-in-out both; }
.section.active .home-partner_item { animation: zoomIn 0.8s 0.1s ease-in-out both; }
.section.active .foot-logo { animation: fadeInUp 0.8s 0.1s ease-in-out both; }
.section.active .foot-ways { animation: fadeInUp 0.8s 0.3s ease-in-out both; }
.section.active .foot-code { animation: fadeInUp 0.8s 0.5s ease-in-out both; }*/
/* page common ibanner  */
.ibanner { height: 500px; background-repeat: no-repeat; background-position: center top; }
.ibanner-name { width: 100%; line-height: 1.5; text-align: center; display: inline-block; vertical-align: middle; }
.ibanner-name_cn { color: #ffffff; font-size: 48px; line-height: 64px; position: relative; }
.ibanner-name_ln { height: 1px; margin: 22px 0; background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAycAAAABCAYAAADEtNEfAAAAxElEQVRIibWTQRLDMAgDyf//XHrqTMYjxGK7uVVayeAmT2Y+oZ+f/vYVq7jOW/XOf+uOpbzayekuu8s55jRDev7Fu3l2fXIf3W6k+2Sv7uxq7hs8vYvKq84g9xZwtopzeqV137zqXDWlT7oc7zq7jglD5qAdtPvmk5tdKkc1xVdcxyTgiOf0ScZpao5Vq5hJluYcR3475iM8egbdZfV2+yqP9lFW8d1cp/50L8fT/+T2u7SboV1hGJclGuUrduJPPd8REV9897QAXQMvhwAAAABJRU5ErkJggg==) no-repeat center; position: relative; z-index: 1; }
.ibanner-name_ln:after { content: ""; position: absolute; z-index: 2; left: 50%; bottom: -1px; width: 80px; height: 3px; margin-left: -40px; background-color: #fff; }
.ibanner-name_en { color: #ffffff; font-size: 15px; line-height: 2; text-transform: uppercase; }
.ibanner .container { height: 100%; line-height: 500px; }
/* page common breadcrumbs  */
.breadcrumbs { width: 100%; height: 32px; padding: 24px 0; line-height: 32px; background-color: #f7f7f7; }
.breadcrumbs-name { float: left; width: 100px; height: 100px; text-align: center; margin-top: -44px; background-color: #2c99e3; }
.breadcrumbs-name span { display: block; color: #ffffff; font-size: 18px; line-height: 24px; margin-top: 4px; }
.breadcrumbs-name strong { display: block; color: #fff; opacity: 0.3; font-size: 18px; line-height: 17px; font-family: Arial; text-transform: uppercase; margin-top: 27px; }
.breadcrumbs-name strong:after, .breadcrumbs-name strong:before { content: ""; width: 20px; height: 1px; margin: 0 4px; background-color: #fff; display: inline-block; vertical-align: middle; }
.breadcrumbs-list { float: right; height: 100%; }
.breadcrumbs-list li { float: left; height: 100%; color: #666666; font-size: 14px; max-width: 200px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.breadcrumbs-list li a { color: #666666; height: 100%; display: inline-block; vertical-align: top; }
.breadcrumbs-list li .ifont { float: left; color: #888; font-size: 20px; margin-right: 8px; }
.breadcrumbs-list li a:hover { color: #2c99e3; }
.breadcrumbs-list li + li:before { float: left; content: ">"; color: #999999; height: 100%; margin: 0 8px; font-size: 14px; line-height: 34px; font-weight: bold; font-family: Simsun; }
.breadcrumbs .container { height: 100%; overflow: visible; }
/* page common pagination  */
.pagination { height: 50px; margin-top: 60px; border: 1px solid #d0d0d0; position: relative; }
.pagination:after { content: ""; display: block; clear: both; height: 0; }
.pagination li { float: left; width: 52px; height: 52px; margin: -1px; min-width: 40px; text-align: center; display: inline-block; vertical-align: top; }
.pagination li a { display: block; line-height: 30px; color: #666666; font-size: 15px; padding: 10px 12px; border: 1px solid #d0d0d0; background-color: #ffffff; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.pagination li span { display: block; line-height: 30px; color: #666666; font-size: 15px; padding: 10px 12px; border: 1px solid #d0d0d0; background-color: #ffffff; -webkit-transition: 0.3s ease-in-out; -moz-transition: 0.3s ease-in-out; transition: 0.3s ease-in-out; }
.pagination li:hover a, .pagination li.active a { color: #fff; border-color: #2c99e3; background-color: #2c99e3; }
.pagination li.active span { color: #fff; border-color: #2c99e3; background-color: #2c99e3; }
.pagination li.disabled span { color: #d0d0d0; border-color: #d0d0d0; background-color: transparent; }
.pagination-gray li a { border-color: #f4f4f4; background-color: #f4f4f4; }
.pagination-gray li:hover a { color: #fff; border-color: #2c99e3; background-color: #2c99e3; }
.pagination-gray li.active span { color: #fff; border-color: #2c99e3; background-color: #2c99e3; }
.pagination-gray li.disabled span { border-color: #f4f4f4; background-color: #f4f4f4; }
.pagination li:first-child { position: absolute; top: 0; right: 51px; }
.pagination li:first-child a, .pagination li:first-child span { font-size: 0; position: relative; }
.pagination li:first-child a:before, .pagination li:first-child span:before { content: "\e604"; position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 50px; font-size: 16px; font-family: "ifont"; }
.pagination li:last-child { position: absolute; top: 0; right: 0; }
.pagination li:last-child a, .pagination li:last-child span { font-size: 0; position: relative; }
.pagination li:last-child a:before, .pagination li:last-child span:before { content: "\e605"; position: absolute; top: 0; left: 0; width: 100%; height: 100%; line-height: 50px; font-size: 16px; font-family: "ifont"; }
/* page inner about  */
.about { padding-top: 80px; padding-bottom: 80px; }
.about-name { color: #333333; font-size: 24px; line-height: 1; font-weight: lighter; overflow: hidden; }
.about-name:after { content: ""; display: block; width: 120px; height: 1px; margin-top: 40px; margin-bottom: 54px; background-color: #2c99e3; }
.about-text p { color: #333333; font-size: 15px; line-height: 26px; }
.about-idol { height: 360px; position: relative; padding-left: 50px; }
.about-imge { display: block; height: 100%; line-height: 0;margin-top: 120px;}
.about-imge img { width: 100%; }
.about-logo { display: none; text-align: center; padding: 24px 30px; background-color: #333333; }
.about-logo img { max-width: 100%; display: inline-block; vertical-align: middle; }
/* page product */
.product { padding-top: 80px; padding-bottom: 80px; /* page product show */ }
.product-list { margin-top: -50px; }
.product-item { height: 402px; overflow: hidden; margin-top: 50px; }
.product-item:after { content: ""; display: block; clear: both; height: 0; }
.product-thumb { width: 699px; height: 400px; border: 1px solid #d0d0d0; }
.product-thumb a { display: block; height: 100%; overflow: hidden; }
.product-thumb img { display: block; width: 100%; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.product-texts { height: 302px; padding: 50px; overflow: hidden; background-color: #f7f7f7; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.product-title { font-size: 30px; font-weight: lighter; line-height: 64px; margin-top: 6px; }
.product-title a { color: #333333; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.product-title:after { content: ""; display: block; width: 50px; height: 1px; background-color: #2c99e3; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.product-brief { color: #666; height: 72px; font-size: 14px; line-height: 24px; margin-top: 40px; -webkit-box-orient: vertical; -webkit-line-clamp: 3; display: -webkit-box; text-overflow: ellipsis; word-wrap: break-word; white-space: normal; overflow: hidden; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.product-links { display: block; width: 20px; height: 20px; padding: 11px; margin-top: 75px; border-radius: 50%; font-size: 20px; line-height: 1; color: #9b9b9b; text-align: center; border: 1px solid #9b9b9b; position: relative; z-index: 3; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.product-item:nth-child(2n) .product-thumb { float: right; border-left: none; }
.product-item:nth-child(2n + 1) .product-thumb { float: left; border-right: none; }
.product-item:hover .product-texts { background-color: #2c99e3; }
.product-item:hover .product-title a { color: #ffffff; }
.product-item:hover .product-title:after { background-color: #fff; }
.product-item:hover .product-brief { color: #ffffff; }
.product-item:hover .product-links { color: #ffffff; border-color: #fff; }
.product-item:hover .product-thumb img { -webkit-transform: scale(1.06); -ms-transform: scale(1.06); -o-transform: scale(1.06); transform: scale(1.06); }
.product-title a:hover { text-decoration: none; }
.product-intro { padding: 80px 0; }
.product-intro:after { content: ""; display: block; clear: both; height: 0; }
.product-intro_texts { float: left; width: 440px; padding-right: 60px; }
.product-intro_texts h2 { color: #333333; font-size: 24px; line-height: 1; font-weight: lighter; }
.product-intro_texts h2:after { content: ""; display: block; width: 50px; height: 1px; margin-top: 19px; margin-bottom: 44px; background-color: #2c99e3; }
.product-intro_texts p { color: #666; font-size: 15px; line-height: 1.6; }
.product-intro_thumb { float: right; width: 698px; border: 1px solid #d0d0d0; }
.product-intro_thumb img { width: 100%; }
.product-datas { padding-top: 67px; padding-bottom: 80px; background: #020910 url(../images/bg_product_datas.jpg) no-repeat center top; }
.product-datas table { width: 100%; margin-top: 43px; background-color: #fff; border: 1px solid #d0d0d0; border-collapse: collapse; }
.product-datas table th { color: #333333; font-size: 16px; line-height: 66px; text-align: center; font-weight: normal; background-color: #f5f5f5; }
.product-datas table td { color: #666; font-size: 15px; line-height: 56px; padding: 0 30px; border: 1px solid #d0d0d0; }
.product-datas table td:first-child { text-align: center; }
.product-datas table tr:first-child td:first-child { width: 160px; text-align: center; }
.product-datas table tr:first-child td:first-child + td { width: 240px; text-align: center; }
.product-datas img {margin: 0 auto;}
.product-recmd { padding: 67px 0 60px; }
/* common tabnav */
.tabnav { height: 52px; margin-top: 63px; text-align: center; padding-bottom: 7px; }
.tabnav-ibtn { color: #333333; width: 170px; margin: 0 8px; padding: 0 25px; font-size: 20px; line-height: 52px; text-align: center; border-radius: 26px; background-color: #f7f7f7; display: inline-block; vertical-align: top; -webkit-transition: 0.35s ease-in-out; -moz-transition: 0.35s ease-in-out; transition: 0.35s ease-in-out; }
.tabnav-ibtn .ifont { color: #848484; font-size: 24px; margin-right: 10px; display: inline-block; vertical-align: top; -webkit-transition: 0.35s ease-in-out; -moz-transition: 0.35s ease-in-out; transition: 0.35s ease-in-out; }
.tabnav-ibtn:hover, .tabnav-ibtn.active { color: #ffffff; background-color: #2c99e3; }
.tabnav-ibtn:hover .ifont, .tabnav-ibtn.active .ifont { color: #ffffff; }
.case { padding-bottom: 80px; }
.case-list { margin: 0 -15px; padding-top: 13px; }
.case-list:after { content: ""; display: block; clear: both; height: 0; }
.case-item { float: left; margin: 30px 15px 0; }
.case-item .card-text { padding: 20px 0; }
.case-item .card-imge { padding-bottom: 73.7704919%; }
.case-item .card-text_title { font-size: 24px; font-weight: lighter; line-height: 44px; }
.case-item .card-text_title a { color: #333333; }
.case-item .card-text_brief { line-height: 24px; height: 24px;}
.case-item .card-hover_links { color: #2c99e3; margin-top: 45px; display: inline-block; vertical-align: top; }
.case-item:hover .card-imge img { -webkit-transform: scale(1.06); -o-transform: scale(1.06); transform: scale(1.06); }
.case-item:hover .card-text_title a { color: #2c99e3; text-decoration: none; }
.case-recmd { padding-bottom: 80px; }
.case-recmd .card-text { background-color: transparent; }
.case-list + .pagination {float: right;width: 930px;}
/* page inner news */
.news { padding-bottom: 80px; }
.news-list { margin-top: 50px; }
.news-item { padding: 20px 30px; padding-left: 188px; position: relative; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.news-item:after { content: ""; display: block; clear: both; height: 0; }
.news-time { position: absolute; top: 30px; left: 20px; bottom: 30px; width: 58px; text-align: center; padding-right: 50px; border-right: 1px solid #d0d0d0; }
.news-time span { color: #666; display: block; line-height: 2; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.news-time span:first-child { font-size: 48px; line-height: 46px; font-weight: lighter; font-family: "Microsoft Yahei"; }
.news-thumb { float: right; width: 303px; margin-left: 75px; }
.news-thumb a { display: block; padding-bottom: 57.8947369%; position: relative; overflow: hidden; }
.news-thumb img { position: absolute; top: 0; left: 0; width: 100%; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.news-texts { overflow: hidden; }
.news-title { font-size: 20px; line-height: 2.5; margin-top: 4px; }
.news-title a { color: #333333; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.news-brief { height: 44px; color: #666; font-size: 14px; line-height: 22px; -webkit-box-orient: vertical; -webkit-line-clamp: 2; display: -webkit-box; text-overflow: ellipsis; word-wrap: break-word; white-space: normal; overflow: hidden; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.news-links { color: #2c99e3; font-size: 14px; display: inline-block; vertical-align: top; margin-top: 46px; -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }
.news-item:nth-child(2n) { background-color: #f7f7f7; }
.news-item:hover { background-color: #2c99e3; }
.news-item:hover .news-time span { color: #fff; }
.news-item:hover .news-title a { color: #fff; }
.news-item:hover .news-brief { color: #fff; }
.news-item:hover .news-links { color: #fff; }
.news-title:hover a { text-decoration: none; }
.news-thumb:hover img { transform: scale(1.05); }
.article { width: 1200px; padding: 50px; padding-bottom: 0; margin: 0 auto 60px; background-color: #ffffff; }
.article-title { color: #333333; font-size: 30px; text-align: center; line-height: 1.5; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.article-infos { height: 20px; line-height: 20px; text-align: center; padding: 20px 0 15px; border-bottom: 1px solid #bdbbbb; }
.article-infos span { height: 100%; color: #999; font-size: 14px; margin-right: 24px; display: inline-block; vertical-align: top; }
.article-video { line-height: 0; margin-top: 30px; }
.article-video video { width: 100%; display: block; }
.article-video iframe { width: 100%; display: block; min-height: 675px; }
.article-texts { margin-top: 54px; }
.article-texts p { color: #333333; font-size: 16px; line-height: 1.88; text-align: justify; }
.article-texts img { display: block; margin: 30px auto; max-width: 100%; }
.article-quick { padding: 45px 0; margin-top: 60px; border-top: 1px solid #bdbbbb; overflow: hidden; }
.article-quick a { display: block; color: #333333; font-size: 14px; max-width: 70%; line-height: 30px; box-sizing: border-box; -webkit-transition: 0.35s ease-in-out; -moz-transition: 0.35s ease-in-out; transition: 0.35s ease-in-out; }
.article-quick a:hover { color: #2c99e3; }
.article-quick a:first-child { float: right; width: 150px; height: 52px; color: #ffffff; line-height: 30px; text-align: center; padding: 11px 25px; border-radius: 26px; background-color: #2c99e3; }
.article-quick a:first-child:hover { background-color: #1b84cb; }
/* page inner hire */
.hire-idea { padding: 67px 0 80px; background-color: #fff; }
.hire-idea_imge { padding-left: 70px; }
.hire-idea_imge a { display: block; line-height: 0; }
.hire-idea_text { padding-right: 60px; }
.hire-idea_title { line-height: 1; font-weight: lighter; margin-top: 28px; }
.hire-idea_title .cn { display: block; color: #333333; font-size: 30px; }
.hire-idea_title .en { display: block; color: #666; font-size: 24px; letter-spacing: -0.5px; text-transform: uppercase; font-family: "Microsoft YaHei"; margin-top: 6px; }
.hire-idea_title:after { display: block; content: ""; width: 120px; height: 1px; margin-top: 36px; background-color: #2c99e3; }
.hire-idea_brief { line-height: 2; margin-top: 50px; }
.hire-idea_brief p { color: #333333; font-size: 15px; }
.hire-post { padding: 67px 0 80px; }
.hire-post_list { margin-top: 43px; }
.hire-post_item { margin-top: 10px; background-color: #fff; }
.hire-post_item:first-child { margin-top: 0; }
.hire-post_item dt { padding: 40px 50px; position: relative; }
.hire-post_item dt h3 { color: #333333; font-size: 20px; line-height: 38px; }
.hire-post_item dt p { color: #666; font-size: 15px; line-height: 32px; }
.hire-post_item dt button { position: absolute; top: 50%; right: 50px; border: none; outline: none; color: #868686; padding: 10px; line-height: 1; margin-top: -22px; margin-right: -10px; background-color: transparent; -webkit-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; }
.hire-post_item dt button.active { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }
.hire-post_item dt .ifont { font-size: 24px; }
.hire-post_item dd { display: none; margin: 0 50px; padding-top: 40px; padding-bottom: 45px; border-top: 1px solid #d0d0d0; }
.hire-post_item dd h3 { color: #333333; font-size: 15px; line-height: 30px; font-weight: bold; }
.hire-post_item dd p { color: #666; font-size: 15px; line-height: 30px; }
.hire-post_item dd strong { color: #333333; }
.contact { margin-top: 80px; margin-bottom: 80px; position: relative; }
.contact-text { position: absolute; z-index: 2; top: 50px; right: 50px; bottom: 50px; width: 400px; background-color: rgba(44, 153, 227, 0.9); }
.contact-titl { color: #ffffff; font-size: 32px; padding: 40px 50px 0; line-height: 52px; }
.contact-ways { line-height: 2; margin-top: 32px; padding: 0 50px; }
.contact-ways p { color: #ffffff; font-size: 15px; }
.contact-code { padding: 0 50px; margin-top: 21px; }
.contact-code:after { content: ""; display: block; clear: both; height: 0; }
.contact-code_item { float: left; margin-left: 30px; background-color: #fff; }
.contact-code_item span { display: block; color: #666; font-size: 14px; line-height: 30px; text-align: center; }
.contact-code_item:first-child { margin-left: 0; }
.contact-mapd { height: 585px; border: 1px solid #d0d0d0; }
.contact-mapd span { display: block; width: 100%; height: 100%; }
.contact-form { padding: 67px 0 80px; background: #0d579f url(../images/bg_contact.jpg) no-repeat center top; }
/* page common form  */
.form-group { margin: 43px -15px 0; }
.form-block { padding: 0 15px; min-height: 44px; margin-bottom: 20px; }
.form-input { display: block; border: none; outline: none; width: 100%; color: #ffffff; line-height: 30px; padding: 10px 20px; border: 1px solid #bdbbbb; -webkit-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; background-color: transparent; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.form-texts { color: #333333; width: 100%; height: 220px; resize: none; border: none; outline: none; padding: 10px 0; padding: 10px 20px; border: 1px solid #bdbbbb; -webkit-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; background-color: transparent; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.form-ibtns { display: block; width: 200px; height: 52px; border: none; outline: none; border-radius: 26px; color: #ffffff; font-size: 16px; margin: 30px auto 0; background-color: #2c99e3; -webkit-transition: 0.4s ease-in-out; -moz-transition: 0.4s ease-in-out; transition: 0.4s ease-in-out; }
.form-input:focus { border-color: #fff; box-shadow: 0 0 2px #dbdbdb; }
.form-texts:focus { border-color: #fff; box-shadow: 0 0 2px #dbdbdb; }
.form-ibtns:hover { background-color: #55ade8; }
/* 动画 */
.tumble-item:hover .card-imge img { -webkit-transform: scale(1.06); -o-transform: scale(1.06); transform: scale(1.06); }
.tumble-item:hover .card-text_title { color: #2c99e3; text-decoration: none; }
/*# sourceMappingURL=style.css.map */
#fp-nav { position: fixed; z-index: 100; margin-top: -80px; top: 62%; left: 30px; height: 430px; opacity: 1; }
#fp-nav ul { padding: 20px 0; position: relative; }
#fp-nav ul:before { content: ""; position: absolute; z-index: 1; top: 0; left: 0; bottom: 0; }
#fp-nav li { height: 25px; cursor: pointer; line-height: 25px; padding: 10px 0; padding-left: 18px; position: relative; }
#fp-nav li a { position: absolute; z-index: 2; top: 50%; left: -6px; width: 9px; height: 9px; margin-top: -6px; border-radius: 50%; border: 2px solid transparent; -webkit-transition: 0.35s ease-in-out; -moz-transition: 0.35s ease-in-out; transition: 0.35s ease-in-out; }
#fp-nav li span { position: absolute; z-index: 2; top: 50%; left: 2px; width: 5px; height: 5px; margin-top: -3px; border-radius: 50%; background-color: #999; -webkit-transition: 0.35s ease-in-out; -moz-transition: 0.35s ease-in-out; transition: 0.35s ease-in-out; }
#fp-nav .fp-tooltip { visibility: hidden; opacity: 0; color: #999999; font-size: 14px; text-align: left; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; -webkit-transition: 0.35s ease-in-out; -moz-transition: 0.35s ease-in-out; transition: 0.35s ease-in-out; }
#fp-nav li:hover a { border-color: #fff; }
#fp-nav li:hover span { background-color: #fff; }
#fp-nav li:hover .fp-tooltip { color: #fff; visibility: visible; opacity: 1; }
#fp-nav li a.active { border-color: #fff; }
#fp-nav li a.active span { background-color: #fff; }
#fp-nav li a.active ~ .fp-tooltip { color: #fff; visibility: visible; opacity: 1; }
/*案例列表左侧导航*/
.case:after {content: "";display: block;width: 100%;height: 0;clear: both;}
.caseLeftNav {width: 260px;margin-top: 62px;float: left;}
.case .case-list {width: 930px;float: right;}
.case .card {width: 290px;}
.case .case-item {margin: 30px 10px 0;}
.caseLeftNavItem {width: 100%;margin-bottom: 10px;background-color: #f7f7f7;border-radius: 26px;}
.caseLeftNavItem > a {display: block;width: 100%;height: 52px;background-color: #f7f7f7;
    border-radius: 26px;text-align: center;font-size: 0;line-height: 52px;}
.caseLeftNavItem > a span {font-size: 15px;color: #333333;}
.caseLeftNavItem > a > div {position: relative;display: inline-block;margin-left: 20px;width: 24px;height: 24px;margin-top: 14px;vertical-align: top;}
.caseLeftNavItem > a > div img {position: absolute;left: 0;top: 0;width: 100%;height: 100%;}
.caseLeftNavItem > a > div img+img {display: none;}
.caseLeftNavItem.active > a {background-color: #2c99e3;}
.caseLeftNavItem.active > a span {color: #ffffff;}
.caseLeftNavItem.active > a > div img:first-child {display: none;}
.caseLeftNavItem.active > a > div img + img {display: block;}
.caseLeftNavItem > ul {height: 0;border-radius: 24px;-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;overflow: hidden;transition: all 0.3s;}
.caseLeftNavItem > ul li {height: 42px;text-align: center;line-height: 42px;}
.caseLeftNavItem > ul li a {font-size: 16px;color: #333333;}
.caseLeftNavItem > ul li.active a {color: #2c99e3;}
.caseLeftNavItem > ul li a:hover {color: #2c99e3;transition: all 0.15s;}
.caseLeftNavItem.active > ul {padding: 20px 0 15px;height: auto;}
.caseLeftNavItem.clickcur > a {background-color: #2c99e3;}
.caseLeftNavItem.clickcur > a span {color: #ffffff;}
.caseLeftNavItem.clickcur > a > div img:first-child {display: none;}
.caseLeftNavItem.clickcur > a > div img + img {display: block;}
.caseLeftNavItem.clickcur > ul {padding: 20px 0 15px;height: auto;}
.head-menu_drop3 {width: 200px;margin-left: -50px;}
.head-menu_drop3 .container {padding: 6px 20px;}
.head-menu_drop3 a {width: 100%;display: block;margin: 20px 0;}
/*20201028添加*/
.container .pronav {width: 278px;border-radius: 6px;border: 1px solid #d0d0d0;overflow: hidden;}
.container .pronavtop {margin-left: -1px;margin-top: -1px;width: 280px;height: 90px;
	background: url(../images/pronavback.png) no-repeat center;background-size: 100%;
	font-size: 24px;color: #fff;font-weight: bold;text-align: center;line-height: 90px;}
.container .pronav ul {padding: 20px 10px 100px;}
.container .pronav ul li {position: relative;margin-top: 10px;}
.container .pronav ul li > a {display: block;padding: 13px 20px;background: #f7f7f7;
	font-size: 16px;color: #666;line-height: 1.5;padding-right: 44px;height: 24px;overflow: hidden;
	text-overflow: ellipsis;white-space: nowrap;transition: all 0.12s;}
.container .pronav ul li .ifont {position: absolute;right: 20px;top:13px;font-size: 16px;color: #666;
	line-height: 1.5;transition: all 0.12s;}
.container .pronav ul li.active > a,.container .pronav ul li.down > a,.container .pronav ul li:hover > a{background: #2c99e3;color: #fff;}
.container .pronav ul li.active .ifont,.container .pronav ul li.down .ifont,.container .pronav ul li:hover .ifont {color: #ffffff;}
.container .pronav ul li.down .ifont {transform: rotate(90deg);}
.container .pronav li div {padding: 15px 20px;background: #f7f7f7;display: none;}
.container .pronav li div a {display: block;padding: 6px 10px;font-size: 14px;color: #666;
	line-height: 1.5;transition: all 0.12s;}
.container .pronav li div a.active,.container .pronav li div a:hover {color: #2c99e3;}
.product .probox {width: 860px;}
.product .proboxtop {padding-bottom: 50px;}
.product .proboxtop h4 {font-size: 30px;color: #000;line-height: 1.5;text-align: center;
	font-family: "SourceHanSansCN-Medium";}
.product .proboxtop h4:after {content: "";display: block;margin: 12px auto 0;width: 50px;
	height: 1px;background: #2c99e3;}
.product .proboxtopcon {margin-top: 30px;font-size: 15px;color: #666;line-height: 24px;}
.product .proboxbtn {height: 52px;}
.product .proboxbtn li {width: 25%;height: 50px;line-height: 50px;border-bottom: 2px solid #2c99e3;
	font-size: 0;text-align: center;cursor: pointer;}
.product .proboxbtn li + li {border-bottom: 2px solid #ec716e;}
.product .proboxbtn li + li + li {border-bottom: 2px solid #ffe173;}
.product .proboxbtn li + li + li + li {border-bottom: 2px solid #3fa399;}
.product .proboxbtn li div {display: inline-block;position: relative;width: 24px;height: 24px;vertical-align: middle;}
.product .proboxbtn li div img {position: absolute;left: 0;top: 0;width: 100%;height: 100%;display: none;}
.product .proboxbtn li div img:first-child {display: block;}
.product .proboxbtn li span {display: inline-block;padding-left: 10px;font-size: 18px;color: #848484;
	vertical-align: middle;font-family: "SourceHanSansCN-Light";}
.product .proboxbtn li.active {background: #2c99e3;}
.product .proboxbtn li.active div img {display: block;}
.product .proboxbtn li.active div img:first-child {display: none;}
.product .proboxbtn li.active span {color: #fff;}
.product .proboxbtn li + li.active {background: #ec716e;}
.product .proboxbtn li + li + li.active {background: #ffe173;}
.product .proboxbtn li + li + li + li.active {background: #3fa399;}
.proboxList {padding: 35px 0 60px;font-size: 15px;color: #666;line-height: 24px;}
.proboxList img {display: inline-block;}
.proboxList > div {display: none;}
.proboxList > div.active {display: block;}
.proboxList table {width: 100%;border-collapse: collapse;}
.proboxList table th {height: 66px;background: #f5f5f5;font-size: 16px;color: #333;
	line-height: 66px;font-weight: normal;}
.proboxList table td {padding: 16px 20px;min-width: 160px;font-size: 15px;
	line-height: 24px;border: 1px solid #d0d0d0;border-top-width: 0px;}
.proboxList table tr td:first-child {text-align: center;}
.profile {padding-top: 15px;}
.profile a {display: block;margin-top: 10px;padding: 0 30px;height: 60px;background: #f5f5f5;
	color: #666;line-height: 60px;transition: all 0.12s;}
.profile a span {display: inline-block;width: 32px;height: 32px;margin-top: -4px;
	background: url(../images/profile1.png) no-repeat center;background-size: 100%;
	margin-right: 18px;vertical-align: middle;}
.profile a .fl {max-width: 630px;height: 100%;overflow: hidden;text-overflow: ellipsis;
	white-space: nowrap;}
.profile a:hover {background: #2c99e3;color: #fff;}
.profile a:hover span {background: url(../images/profile2.png) no-repeat center;
	background-size: 100%;}
.case {padding-top: 60px;}
.case .case-list {width: 912px;}
.case .card {width: 284px;}
/*20201102添加*/
.head-menu_drop3 .container {text-align: left;}
.head-menu_drop3 .container li {position: relative;}
.head-menu_drop3 .container li .ifont {position: absolute;right: 0;top:0;
	font-size: 14px;color: #666;line-height: 1;cursor: pointer;
	transition: all 0.12s;}
.head-menu_drop3 .container li div {padding-left: 14px;padding-top: 12px;display: none;}
.head-menu_drop3 .container li {margin: 20px 0;}
.head-menu_drop3 .container li > a {margin: 0;}
.head-menu_drop3 .container li div a{display: block;margin: 10px 0;font-size: 13px;color: #333;line-height: 1.5;transition: all 0.12s;}
.head-menu_drop3 .container li div a:hover,
.head-menu_drop3 .container li div a.active {color: #2c99e3;}
.head-menu_drop3 .container li.down .ifont {transform: rotate(90deg);}
@media screen and (max-width: 1336px) {
	.container {
	  width: 1000px !important;
	  transition: 500ms;
	}
	.section2 #newsRoll .tumble-item {
	  width: 300px !important;
	  transition: 500ms;
	  margin-right: 33px !important;
	}
	.section2 #newsRoll .tumble-item a {
	  width: 300px !important;
	  margin-right: 33px !important;
	  transition: 500ms;
	}
	.section3 .home-case_item {
	  width: 300px !important;
	  margin-right: 33px !important;
	}
	.section3 .home-case_item a {
	  width: 300px !important;
	  margin-right: 33px !important;
	  transition: 500ms;
	}
	/* .foot-ways{width: 110px !important;} */
	.foot-code img{width: 80px;}
	.foot-code p {float: none; display: flex;justify-content: center;flex-direction: column;align-items: center;}
}
.serve .case-list a{
	float: left;
	width: 100%;
	height: 77px;
	font-size: 18px;
	color: #333333;
	line-height: 77px;
	border-bottom: dashed 1px #cccccc;
}
.serve .case-list a:hover{
	color: #1b84cb;
}
.serve .case-list a img{
	float: left;
	margin-top: 30px;
	padding-right: 10px;
}
.serve .case-list a i{
	float: right;
}
.download .case-list{
	padding-top: 0;
}
.download .case-list .item{
	float: left;
	height: 305px;
	overflow: hidden;
	margin-top: 23px;
	margin-left: 30px;
	text-align: center;
	border-radius: 10px;
	width: calc(25% - 23px);
	background-color: #f7f7f7;
}
.download .case-list .item:nth-child(4n+1){
	margin-left: 0;
}
.download .case-list .item{
	position: relative;
}
.download .case-list .item:hover dl dt{
	margin: 50px 0 30px;
}
.download .case-list .item:hover dl a{
	bottom: 0;
}
.download .case-list .item:hover dl dd{
	padding-bottom: 30px;
}
.download .case-list .item dl dd{
	padding: 0 20px;
}
.download .case-list .item dl dt{
	width: 100px;
	height: 100px;
	margin: 50px 0;
	border-radius: 36px;
	transition: all 0.5s;
	display: inline-block;
	background-color: #ffffff;
}
.download .case-list .item dl dd{
	transition: all 0.5s;
}
.download .case-list .item dl a{
	left: 0;
	bottom: -50px;
	width: 100%;
	height: 50px;
	font-size: 16px;
	color: #ffffff;
	line-height: 50px;
	position: absolute;
	transition: all 0.5s;
	background-color: #1b84cb;
}