﻿@import url("base.css");
body {padding-top:100px;font-family:"微软雅黑", "Microsoft YaHei", Verdana, Arial;color:#454545;font-size:14px;overflow-x:hidden;}
input,select,button,textarea {font-family:"微软雅黑", "Microsoft YaHei", Verdana, Arial;font-size:14px;color:#222;resize:none;box-sizing:border-box;}
:-moz-placeholder {color:#aaa;}
::-moz-placeholder {color:#aaa;}
:-ms-input-placeholder {color:#aaa;}
::-webkit-input-placeholder {color:#aaa;}
a:link,a:visited,a:active {color:#222;text-decoration:none;}
a:hover {color:#1d78bc;text-decoration:none;}
a {outline:none;-moz-outline:none;blr:expression(this.onFocus=this.blur());}
.al:hover {text-decoration:underline;}
.als a:hover {text-decoration:underline;}
.flex-column {display:flex;flex-direction:column;justify-content:center;}
/*===================================================================================*/

#main {}
#header {position:fixed;top:0;left:0;z-index:99;width:100%;box-shadow:0 3px 6px rgba(0,0,0,0.15);background-color:#fff;}
#header .wrap {position:relative;z-index:99;height:100px;background-color:#fff;}
#header .logo {position:absolute;top:50%;left:0;z-index:1;display:flex;flex-direction:column;justify-content:center;height:60px;font-size:0px;transform:translateY(-50%);}
#header .logo img {max-height:100%;}
#header .r {float:right;display:flex;align-items:center;height:100%;}
#header .ss {width:50px;height:40px;line-height:40px;text-align:center;cursor:pointer;}
#header .ss i {font-size:20px;font-weight:bold;}
#header .ss i.layui-icon {font-size:22px;}
#header .lang {width:50px;height:40px;line-height:40px;font-size:18px;text-align:center;}

#header .nav {position:relative;z-index:10;height:100%;}
#header .nav li {position:relative;display:inline-block;margin-left:8px;height:100%;vertical-align:top;}
#header .nav li > a {display:block;padding:0 20px;min-width:120px;height:100%;line-height:100px;font-size:16px;text-align:center;box-sizing:border-box;}
#header .nav li > a.nav_over {color:#fff;background-color:#1d78bc;}
#header .nav li:hover > a {color:#fff;background-color:#1d78bc;}
#header .nav li:hover p {display:block;}
#header .nav li p {position:absolute;top:100%;left:0px;display:none;padding:0 0 15px 0;width:100%;background-color:#1d78bc;}
#header .nav li p a {display:block;padding:6px 0px;color:#fff;text-align:center;}
#header .nav li p a:hover {color:#fff;text-decoration:underline;}

#search {position:absolute;top:0;right:0;padding:8px 20px 18px 20px;width:320px;height:40px;opacity:0;visibility:hidden;box-shadow:0 0 12px rgba(0,0,0,0.2);background-color:#fff;transform:translateY(20px);transition:all ease-out 300ms;}
#search input {width:100%;height:40px;border:none;border-bottom:1px solid #ccc;background:none;}
#search i {position:absolute;top:15px;right:20px;display:block;width:22px;height:22px;line-height:22px;font-size:20px;text-align:center;cursor:pointer;}

#mheader_menu, #mheader_search, #menu {display:none;}

#banner {width:100%;font-size:0px;}
#banner .swiper-wrapper {width:100%;height:auto;}
#banner .swiper-slide {transition:none;}
#banner .swiper-slide img {width:100%;}
#banner .swiper-pagination {position:absolute;bottom:30px;left:0;width:100%;height:12px;font-size:0px;}
#banner .swiper-pagination span {margin:0px;width:12px;height:12px;font-size:0px;opacity:1;box-sizing:border-box;border-radius:50%;background:#93b8ef;overflow:hidden;}
#banner .swiper-pagination span.swiper-pagination-bullet {margin:0 6px;}
#banner .swiper-pagination span.swiper-pagination-bullet-active {opacity:1;background:#2a2da2;}
#banner .swiper-button {position:absolute;top:50%;z-index:10;display:none;margin-top:-50px;width:40px;height:100px;border-radius:4px 0 0 4px;background:url(../images/arrow1.png) no-repeat center center rgba(0,0,0,0.3);cursor:pointer;}
#banner .swiper-button:hover {background-color:#242572;}
#banner .swiper-prev {left:0;transform:rotate(180deg);}
#banner .swiper-next {right:0;}
#banner:hover .swiper-button {display:block;}

#banners {height:300px;font-size:0;background-repeat:no-repeat;background-position:center center;}
#banners img {display:none;}

.wrap {margin-left:auto;margin-right:auto;width:1400px;box-sizing:border-box;}
.iwrap {margin-left:auto;margin-right:auto;width:1400px;box-sizing:border-box;}
#content {position:relative;padding-top:30px;padding-bottom:50px;}
#content:after {position:absolute;top:0;left:259px;display:block;width:1px;height:100%;content:"";background-color:#e0e0e0;}
#contents > div {position:relative;padding-top:30px;padding-bottom:50px;}
#contents > div:after {position:absolute;top:0;left:259px;display:block;width:1px;height:100%;content:"";background-color:#e0e0e0;}
#left {float:left;width:260px;}
#right {float:right;width:1100px;overflow:hidden;}

#footer {color:#999;font-size:14px;background-color:#1b232e;}
#footer a {color:#999;}
#footer a:hover {color:#fff;}
#footer .lxs {display:flex;padding-top:60px;}
#footer .lxwm {padding-right:30px;width:31%;box-sizing:border-box;}
#footer .lxwm .editorc {line-height:2.2;}
#footer .lxwm .editorc p {margin-bottom:5px;}
#footer .lxwm .editorc > p strong {color:#fff;}
#footer .lxwm .ljs {margin-top:20px;font-size:0px;}
#footer .lxwm .ljs a {display:inline-block;margin-right:20px;width:34px;height:34px;background-repeat:no-repeat;}
#footer .lxwm .ljs a:last-child {margin-right:0;}
#footer .lxwm .ljs .qq {background-image:url(../images/icon-qq.png);}
#footer .lxwm .ljs .weixin {background-image:url(../images/icon-weixin.png);}
#footer .lxwm .ljs .email {background-image:url(../images/icon-email.png);}
#footer .tels {display:flex;flex-direction:column;justify-content:center;width:38%;text-align:center;box-sizing:border-box;border-left:1px solid #29313e;border-right:1px solid #29313e;}
#footer .tels .welstr {font-size:20px;font-weight:bold;}
#footer .tels .tel {padding:30px 0px;}
#footer .tels .tel i {display:inline-block;margin-right:10px;width:30px;height:30px;line-height:30px;color:#1b232f;text-align:center;vertical-align:top;border-radius:50%;background-color:#9e9e9e;}
#footer .tels .tel a {display:inline-block;height:30px;line-height:30px;color:#fff;font-family:Arial;font-size:30px;font-weight:bold;vertical-align:top;}
#footer .tels .zixun a {display:block;margin:0px auto;width:140px;height:46px;line-height:46px;color:#fff;font-size:16px;border-radius:4px;background-color:#1d78bc;}
#footer .qrcode {width:31%;text-align:right;box-sizing:border-box;}
#footer .qrcode li {display:inline-block;margin-left:50px;padding:13px 5px;width:140px;font-size:0px;text-align:center;vertical-align:top;border-radius:5px;box-sizing:border-box;background-color:#fff;}
#footer .qrcode li:first-child {margin-left:0;}
#footer .qrcode li img {width:114px;}
#footer .qrcode li p {margin-top:8px;color:#666;font-size:14px;}
#footer .links {padding:30px 0 20px 0;}
#footer .links span {display:inline-block;margin-right:10px;color:#fff;font-size:18px;vertical-align:top;}
#footer .links a {display:inline-block;margin-right:25px;line-height:2;vertical-align:top;}
#footer .links a:last-child {margin-right:0;}
#footer .copyright {border-top:1px solid #29313e;}
#footer .copyright > div {position:relative;padding:30px 0 30px 680px;line-height:1.8;text-align:right;}
#footer .copyright .fnav {position:absolute;top:30px;left:0px;}
#footer .copyright .fnav a {margin-right:20px;}
#footer .copyright .fnav a:last-child {margin-right:0;}

#fbar {position:relative;}
#fbar:before {position:absolute;top:0;left:0;z-index:1;display:block;width:calc(50% - 4px);height:100%;content:"";border-radius:0 7px 0 0;background-color:#1d78bc;}
#fbar:after {position:absolute;top:0;right:0;z-index:1;display:block;width:calc(50% - 4px);height:100%;content:"";border-radius:7px 0 0 0;background-color:#1d78bc;}
#fbar .wrap {position:relative;display:flex;align-items:center;position:relative;z-index:2;height:120px;}
#fbar .wrap:after {position:absolute;top:50%;left:50%;z-index:2;display:block;margin-top:-47px;margin-left:-47px;width:95px;height:95px;content:"";background:url(../images/fbar-logo.png) no-repeat;}
#fbar .wrap > div {width:50%;font-size:20px;text-align:center;}
#fbar .wrap > div img {display:inline-block;margin-top:-3px;margin-right:20px;vertical-align:middle;}
#fbar .wrap > div a {color:#fff;}

/*===================================================================================*/

.itis {padding-top:66px;text-align:center;}
.itis h2 {color:#222;font-size:42px;}
.itis p {margin-top:12px;}
.itis p span {display:inline-block;margin:0 24px;color:#666;font-size:16px;vertical-align:middle;}
.itis p:before {display:inline-block;width:192px;height:1px;content:"";vertical-align:middle;background:url(../images/itis_line.png) no-repeat;transform:rotate(180deg);}
.itis p:after {display:inline-block;width:192px;height:1px;content:"";vertical-align:middle;background:url(../images/itis_line.png) no-repeat;}

#ibrand {background-color:#f4f4f4;}
#ibrand > div {padding-bottom:60px;background-color:#f4f4f4;}
#ibrand .list {display:flex;flex-flow:row wrap;}
#ibrand .list li {margin-top:35px;margin-right:1.5%;width:23.86%;}
#ibrand .list li:nth-child(4n) {margin-right:0;}
#ibrand .list li div {padding:20px;height:155px;font-size:0;box-sizing:border-box;background-color:#fff;}
#ibrand .list li div span {width:100%;max-height:100%;text-align:center;overflow:hidden;}
#ibrand .list li div img {max-width:100%;max-height:100%;}
#ibrand .list li h2 {padding:0 20px;height:40px;line-height:40px;color:#fff;font-size:14px;font-weight:normal;background-color:#1d78bc;}
#ibrand .list li:hover {box-shadow:0 0 10px rgba(0,0,0,0.3);}
#ibrand .list li:hover h2 {background-color:#cb5325;}
#ibrand .list a {margin-top:35px;margin-right:1.5%;width:23.86%;}
#ibrand .list a:nth-child(4n) {margin-right:0;}
#ibrand .list a div {padding:20px;height:155px;font-size:0;box-sizing:border-box;background-color:#fff;}
#ibrand .list a div span {width:100%;max-height:100%;text-align:center;overflow:hidden;}
#ibrand .list a div img {max-width:100%;max-height:100%;}
#ibrand .list a h2 {padding:0 20px;height:40px;line-height:40px;color:#fff;font-size:14px;font-weight:normal;background-color:#1d78bc;}
#ibrand .list a:hover {box-shadow:0 0 10px rgba(0,0,0,0.3);}
#ibrand .list a:hover h2 {background-color:#cb5325;}
/*
#ibrand .list a {display:block;margin-top:35px;margin-right:1.5%;width:23.86%;border-bottom:2px solid #2b2ea3;background-color:#fff;}
#ibrand .list a:nth-child(4n) {margin-right:0;}
#ibrand .list a .imgs {padding:20px;height:155px;font-size:0;box-sizing:border-box;}
#ibrand .list a .imgs span {width:100%;max-height:100%;text-align:center;overflow:hidden;}
#ibrand .list a .imgs img {max-width:100%;max-height:100%;}
#ibrand .list a .text {padding:25px;font-size:16px;border-top:1px solid #e6e6e6;}
#ibrand .list a .text h2 {font-size:18px;}
#ibrand .list a .text h2:after {display:block;margin:20px 0 15px 0;width:35px;height:3px;content:"";background-color:#2b2ea3;}
#ibrand .list a .text p {height:84px;line-height:28px;color:#666;-webkit-line-clamp:3;overflow:hidden;}
#ibrand .list a:hover {box-shadow:0 0 10px rgba(0,0,0,0.3);}
*/
#iapps .swiper-container {margin-top:35px;width:100%;}
#iapps .swiper-wrapper {width:100%;height:auto;}
#iapps .swiper-slide {box-sizing:border-box;background-color:#f4f4f4;transition:none;}
#iapps .swiper-slide .text {padding:20px;}
#iapps .swiper-slide .text h2 {font-size:18px;font-weight:bold;}
#iapps .swiper-slide .text p {margin-top:8px;height:72px;line-height:24px;color:#999;-webkit-line-clamp:3;}
#iapps .swiper-slide .imgs {font-size:0;}
#iapps .swiper-slide .imgs img {width:100%;}
#iapps .swiper-slide:hover {background-color:#1d78bc;}
#iapps .swiper-slide:hover * {color:#fff;}
#iapps .swiper-slide:hover p {color:#fff;}
#iapps .swiper-pagination {position:static;bottom:0;left:0;margin-top:30px;margin-bottom:60px;width:100%;height:14px;font-size:0px;}
#iapps .swiper-pagination span {margin:0px;width:14px;height:14px;font-size:0px;opacity:1;box-sizing:border-box;border-radius:50%;background:#b5b5b5;overflow:hidden;}
#iapps .swiper-pagination span.swiper-pagination-bullet {margin:0 7px;}
#iapps .swiper-pagination span.swiper-pagination-bullet-active {opacity:1;background:#2b2ea3;}


#iabout {background:url(../images/iabout_bg.jpg) no-repeat center center/cover;}
#iabout > div {padding-top:80px;padding-bottom:80px;}
#iabout .ys {display:flex;height:248px;background-color:#1d78bc;}
#iabout .ys li {width:25%;color:#fff;text-align:center;background:url(../images/iys_line.png) no-repeat right center;}
#iabout .ys li h4 {padding-bottom:20px;font-size:52px;font-family:Arial;}
#iabout .ys li h4 .year {display:inline-block;margin-top:8px;margin-left:10px;font-size:22px;font-weight:normal;vertical-align:top;}
#iabout .ys li h4 .jia {display:inline-block;margin-top:3px;margin-left:10px;font-size:32px;font-weight:normal;vertical-align:top;}
#iabout .ys li p {font-size:18px;}
#iabout .editorc {padding:35px 0;font-size:18px;line-height:2;text-align:center;}
#iabout .xxas {display:block;margin:0 auto;width:300px;height:58px;line-height:58px;color:#1d78bc;text-align:center;font-family:Arial;font-size:18px;border:1px solid #1d78bc;}
#iabout .xxas:hover {color:#fff;background-color:#1d78bc;}

#inews {padding-bottom:95px;}
#inews .list {padding-top:20px;}
#inews .list li {position:relative;margin-top:32px;padding:30px 300px 0 360px;height:212px;box-sizing:border-box;background-color:#f6f6f6;overflow:hidden;}
#inews .list li img {position:absolute;top:20px;left:20px;width:280px;height:172px;}
#inews .list li h2 {font-size:24px;font-weight:normal;}
#inews .list li h2:hover {text-decoration:underline;}
#inews .list li p {margin-top:15px;height:84px;line-height:28px;color:#606060;font-size:16px;-webkit-line-clamp:3;overflow:hidden;}
#inews .list li div {position:absolute;top:0;right:0;width:240px;height:100%;font-family:Arial;text-align:center;background:url(../images/inews_line.png) no-repeat left center;}
#inews .list li div span:nth-child(1) {color:#222;font-family:Arial;font-weight:bold;font-size:60px;}
#inews .list li div span:nth-child(2) {margin:0 auto;width:114px;height:36px;line-height:36px;color:#fff;font-size:20px;text-align:center;background-color:#1d78bc;}
#inews .list li:hover {color:#fff;background-color:#1d78bc;}
#inews .list li:hover * {color:#fff;}
#inews .list li:hover div {background-image:url(../images/inews_line2.png);}
#inews .list li:hover div span:nth-child(1) {color:#fff;}
#inews .list li:hover div span:nth-child(2) {background-color:#080808;}

/*===================================================================================*/

.left_title {height:44px;color:#222;font-size:24px;font-weight:normal;border-bottom:3px solid #1d78bc;}
.left_menu {margin-bottom:30px;}
.left_menu dd > a {display:block;position:relative;padding:18px 10px 18px 35px;color:#666;font-size:16px;border-bottom:1px solid #e5e5e5;}
.left_menu dd > a:before {position:absolute;top:27px;left:20px;display:block;width:4px;height:4px;content:"";border-radius:50%;background-color:#ccc;}
.left_menu dd > a:hover {color:#1d78bc;}
.left_menu dd a.left_menu_cur {color:#1d78bc;}
.left_menu dd a.left_menu_cur:before {background-color:#1d78bc;}
.left_menu dd a.left_menu_curs {color:#1d78bc;}

.left_menu ul {padding:5px 0px 15px 0px;border-bottom:1px solid #e5e5e5;}
.left_menu ul li {position:relative;padding:8px 0px 0px 28px;font-size:12px;}
.left_menu ul li span {position:absolute;top:16px;left:14px;display:block;width:3px;height:3px;background:#aaa;}

/*===================================================================================*/

.nodata {padding:150px 0px;color:#999;font-size:18px;text-align:center;}
#title_cur {position:relative;height:44px;color:#999;font-size:12px;text-align:right;line-height:44px;border-bottom:1px solid #e0e0e0;overflow:hidden;}
#title_cur a {color:#999;}
#title_cur a:hover {color:#1d78bc;}
#title_cur strong {color:#1d78bc;font-weight:normal;}
#title_cur h2 {position:absolute;top:6px;left:0;color:#1d78bc;font-size:18px;line-height:normal;}
.title_names {padding:80px 0 10px 0;color:#222;font-size:36px;font-weight:normal;text-align:center;}

#mtitle_name {position:relative;display:none;box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background-color:#1d78bc;overflow:hidden;}
#mtitle_name h2 {padding:10px 60px 12px 3%;color:#fff;font-size:18px;}
#mtitle_name span {position:absolute;top:50%;right:3%;margin-top:-3px;display:block;border:6px solid transparent;border-top-color:#fff;transition:none;}
#mtitle_name span.active {margin-top:-12px;border-top-color:transparent;border-bottom-color:#fff;}
#mtitle_menu {display:none;width:100%;background-color:#1d78bc;transition:none;}
#mtitle_menu a {position:relative;display:block;padding:10px 40px 10px 3.2%;color:#fff;font-size:14px;border-top:1px solid #0a0c94;}
#mtitle_menu a i {position:absolute;top:50%;right:3%;margin-top:-7px;color:#fff;font-size:14px;}
#mtitle_menu a.active {color:#ff6600;}
#mtitle_menu a.subs {padding-left:8%;}
#mtitle_menu a.thds {padding-left:14%;}
#mtitle_cur {display:none;padding:8px 3%;color:#999;font-size:12px;border-bottom:1px solid #eee;background-color:#f5f5f5;}
#mtitle_cur a {color:#999;}
#mtitle_cur i {margin:0px 6px;font-size:10px;}
#mtitle_cur strong {color:#1d78bc;font-weight:normal;}

.input_text {padding:0px 8px;width:280px;height:34px;line-height:34px\9;box-sizing:border-box;border:1px solid #ddd;}
.input_area {padding:6px 8px;height:176px;line-height:1.6;box-sizing:border-box;border:1px solid #ddd;resize:none;overflow-y:auto;}
.input_select {padding:0px 0px 0px 8px;height:34px;box-sizing:border-box;border:1px solid #ddd;}
.input_radio {position:relative;top:1px;}
.input_checkbox {position:relative;top:1px;}
@media screen and (-webkit-min-device-pixel-ratio:0){
	.input_radio {position:relative;top:3px;width:15px;height:15px;}
	.input_checkbox {position:relative;top:3px;width:15px;height:15px;}
}
.button {width:150px;height:40px;color:#fff;font-size:16px;box-sizing:border-box;border:none;background-color:#333;cursor:pointer;}
.button:hover {background-color:#ff0000;}

.editorc_nrs {padding-top:50px;width:100%;box-sizing:border-box;overflow:hidden;}
.editorc_box {padding-top:25px;width:100%;box-sizing:border-box;overflow:hidden;}
.editorc {line-height:1.9;}
.editorc p {margin-bottom:20px;}
.editorc p:last-child {margin-bottom:0px;}
.editorc a {text-decoration:underline;}
.editorc hr {padding-bottom:4px;border:0px;border-top:1px solid #ccc;}
.editorc h1,.editorc h2,.editorc h3,.editorc h4,.editorc h5,.editorc h6 {padding:9px 0px;font-weight:normal;line-height:1.2;}
.editorc ul {margin-bottom:20px;padding-left:1.4em;}
.editorc ul:last-child {margin-bottom:0px;}
.editorc ul li {list-style-type:disc;}
.editorc ol {margin-bottom:20px;padding-left:1.5em;}
.editorc ol li {list-style-type:decimal;}
.editorc ol:last-child {margin-bottom:0px;}
.editorc table.border {margin-bottom:20px;border:none;border-top:1px solid #ddd;border-left:1px solid #ddd;}
.editorc table.border td,.editorc table.border th {padding:6px 5px;border:none;border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
.editorc table.border td table {margin-bottom:0px;}
.editorc table.border td p {margin:0px;padding:0px;}
.editorc table.border th p {margin:0px;padding:0px;}

.editorc2 {line-height:1.9;}
.editorc2 img {vertical-align:top;}
.editorc2 a {text-decoration:underline;}
.editorc2 hr {padding-bottom:4px;border:0px;border-top:1px solid #ccc;}
.editorc2 h1,.editorc2 h2,.editorc2 h3,.editorc2 h4,.editorc2 h5,.editorc2 h6 {padding:9px 0px;font-weight:normal;line-height:1.2;}
.editorc2 ul {margin-bottom:20px;padding-left:1.4em;}
.editorc2 ul:last-child {margin-bottom:0px;}
.editorc2 ul li {list-style-type:disc;}
.editorc2 ol {margin-bottom:20px;padding-left:1.5em;}
.editorc2 ol li {list-style-type:decimal;}
.editorc2 ol:last-child {margin-bottom:0px;}

.editorc_tbe table {margin-bottom:20px;border:none;border-top:1px solid #ddd;border-left:1px solid #ddd;}
.editorc_tbe td, .editorc_tbe th {padding:6px 5px;border:none;border-right:1px solid #ddd;border-bottom:1px solid #ddd;}
.editorc_tbe td table {margin-bottom:0px;}
.editorc_tbe td p,.editorc_tbe th p {margin:0px;padding:0px;}
.editorc_tbe table.no-border {border:none;}
.editorc_tbe table.no-border table {border:none;}
.editorc_tbe table.no-border td {border:none;padding:0px;}
.editorc_tbe table.no-border th {border:none;padding:0px;}

#prevnext {position:relative;margin:3% auto 0px auto;padding:15px 150px 0px 0px;color:#999;font-size:14px;border-top:1px dashed #ccc;overflow:hidden;}
#prevnext p {height:25px;}
#prevnext_back {position:absolute;top:18px;right:0px;display:block;padding:10px 20px 10px 15px;color:#333;background-color:#eee;}
#prevnext_back i {margin-right:5px;font-size:14px;}
#prevnext_back:hover {color:#fff;background-color:#1d78bc;}

/*===================================================================================*/
/* 企业图片列表 */

#about_image1 {font-size:0px;}
#about_image1 a {display:inline-block;margin:3% 3% 0 0;width:22.75%;font-size:0px;text-align:center;vertical-align:top;}
#about_image1 a:nth-child(4n) {margin-right:0;}
#about_image1 a img {padding:4px;width:100%;transition:none;box-sizing:border-box;border:1px solid #ddd;}
#about_image1 a img:hover {padding:3px;border:2px solid #1d78bc;}
#about_image1 a p {padding-top:10px;font-size:14px;line-height:1.4;}

#about_image2 {font-size:0px;}
#about_image2 a {display:inline-block;margin:3% 2% 0 0;width:15%;font-size:0px;text-align:center;vertical-align:top;}
#about_image2 a:nth-child(6n) {margin-right:0;}
#about_image2 a img {padding:4px;width:100%;transition:none;box-sizing:border-box;border:1px solid #ddd;}
#about_image2 a img:hover {padding:3px;border:2px solid #1d78bc;}
#about_image2 a p {padding-top:10px;font-size:14px;line-height:1.4;}

#contact_map {margin-top:40px;height:500px;font-size:0;border:1px solid #ddd;}

/*===================================================================================*/
/* 代理品牌 */

#lpp {padding-top:20px;padding-right:20px;}
#lpp .ssk {position:relative;height:40px;border-radius:3px;background-color:#f5f5f5;}
#lpp .ssk input {padding:0 10px;width:100%;height:40px;border:none;background:none;}
#lpp .ssk span {position:absolute;top:0;right:0;display:block;width:40px;height:40px;background:url(../images/search.png) no-repeat center center;background-size:14px 14px;cursor:pointer;}
#lpp .list {max-height:399px;border-radius:2px;border:1px solid #999;overflow-y:auto;}
#lpp .list a {display:block;padding:10px;color:#666;border-bottom:1px solid #eee;}
#lpp .list a:last-child {border-bottom:none;}
#lpp .list a:hover {color:#1d78bc;}

#brand dd {display:inline-block;margin-top:50px;margin-right:4%;width:22%;vertical-align:top;}
#brand dd:nth-child(4n) {margin-right:0;}
#brand dd:nth-child(1), #brand dd:nth-child(2), #brand dd:nth-child(3), #brand dd:nth-child(4) {margin-top:30px;}
#brand dd p {color:#1d78bc;font-size:22px;}
#brand dd ul li {margin-top:12px;}
#brand dd ul li a {color:#666;}
#brand dd ul li a:hover {color:#000;text-decoration:underline;}

#ppss p {margin-top:30px;color:#1d78bc;font-size:22px;}
#ppss ul li {display:inline-block;margin-top:12px;margin-right:4%;width:22%;vertical-align:top;}
#ppss ul li:nth-child(4n) {margin-right:0;}
#ppss ul li a {color:#666;}
#ppss ul li a:hover {color:#000;text-decoration:underline;}

#ppds {color:#666;}
#ppds .info {position:relative;}
#ppds .info .text p {margin-top:22px;}
#ppds .info img {position:absolute;bottom:0;right:0;padding:4px;height:90px;border-radius:2px;border:1px solid #ddd;}
#ppds .desc h3 {padding:40px 0 10px 0;color:#1d78bc;font-size:22px;font-weight:normal;}
#ppds .desc p {line-height:1.8;}
#ppds .tabs {margin-top:40px;}
#ppds .tabs li {display:inline-block;width:180px;height:40px;line-height:40px;font-size:16px;text-align:center;vertical-align:top;border-radius:3px 3px 0 0;border:1px solid #dedede;border-bottom:none;cursor:pointer;}
#ppds .tabs li.active {background-color:#f3f3f3;}
#ppds .editorc_box {display:none;padding:20px;border:1px solid #dedede;}
#ppds .fayy {padding:0 25px 25px 25px;}
#ppds .fayy a {display:block;position:relative;padding-left:150px;height:50px;line-height:50px;border-bottom:1px dashed #ddd;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;}
#ppds .fayy a span {position:absolute;top:0;left:0;color:#999;}

#products_bg {background-color:#f4f7f6;}
#products_box {margin:0px auto;padding-bottom:100px;width:1259px;}
.products_tis {margin-top:60px;color:#222;font-size:22px;font-weight:normal;}
.products {display:flex;flex-flow:row wrap;}
.products_kzw {margin-top:20px;width:302px;}
.products_row {margin-top:20px;margin-right:17px;width:302px;height:82px;font-size:0;text-align:center;border-radius:2px;box-sizing:border-box;border:1px solid #c6c6c6;background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,0.05);overflow:hidden;}
.products_row:nth-child(4n) {margin-right:0;}
.products_row a, .products_row p {max-height:100%;}
.products_row img {max-width:100%;max-height:100%;}

/*===================================================================================*/
/* 新闻列表 */

#news li {position:relative;margin-top:25px;padding:30px 230px 0 300px;height:190px;box-sizing:border-box;background-color:#f6f6f6;overflow:hidden;}
#news li img {position:absolute;top:15px;left:15px;width:260px;height:160px;}
#news li h2 {font-size:22px;font-weight:normal;}
#news li h2:hover {text-decoration:underline;}
#news li p {margin-top:12px;height:75px;line-height:25px;color:#606060;font-size:14px;-webkit-line-clamp:3;overflow:hidden;}
#news li div {position:absolute;top:0;right:0;width:200px;height:100%;font-family:Arial;text-align:center;background:url(../images/inews_line.png) no-repeat left center;}
#news li div span:nth-child(1) {color:#222;font-family:Arial;font-weight:bold;font-size:52px;}
#news li div span:nth-child(2) {margin:5px auto 0 auto;width:100px;height:32px;line-height:32px;color:#fff;font-size:18px;text-align:center;background-color:#1d78bc;}
#news li:hover {color:#fff;background-color:#1d78bc;}
#news li:hover * {color:#fff;}
#news li:hover div {background-image:url(../images/inews_line2.png);}
#news li:hover div span:nth-child(1) {color:#fff;}
#news li:hover div span:nth-child(2) {background-color:#080808;}
#news_info h1 {padding:40px 0 25px 0;color:#222;font-size:26px;line-height:1.4;text-align:center;font-weight:normal;}
#news_info p {padding-bottom:10px;color:#999;font-size:12px;text-align:center;border-bottom:1px dashed #ccc;}
#news_info p span {padding:0 20px;}

#article li {padding:25px 0;border-bottom:1px dashed #ccc;}
#article li h2 {font-size:20px;font-weight:normal;}
#article li p {margin-top:10px;color:#888;font-size:14px;line-height:1.8;}

#apps li {display:inline-block;margin-top:3%;margin-right:3%;width:31.333%;vertical-align:top;background-color:#f4f4f4;}
#apps li:nth-child(3n) {margin-right:0;}
#apps li .text {padding:20px;}
#apps li .text h2 {font-size:18px;font-weight:bold;}
#apps li .text p {margin-top:8px;height:72px;line-height:24px;color:#999;-webkit-line-clamp:3;}
#apps li .imgs {font-size:0;}
#apps li .imgs img {width:100%;}
#apps li:hover {background-color:#1d78bc;}
#apps li:hover * {color:#fff;}
#apps li:hover p {color:#fff;}
#apps_info h1 {padding:40px 0 25px 0;color:#222;font-size:26px;line-height:1.4;text-align:center;font-weight:normal;border-bottom:1px dashed #ccc;}

/*===================================================================================*/
/* 在线留言 */

#message {padding:10px 0px 0px 0px;}
#message td {padding:14px 5px 0px 5px;}
#message td span {margin-left:5px;font-family:"宋体";font-size:12px;color:#ff0000;}

/*===================================================================================*/

#win_ts {position:fixed;top:20%;left:50%;z-index:9999;margin-left:-170px;padding:32px 20px;width:300px;color:#fff;font-size:22px;line-height:1.4;text-align:center;opacity:0;transition:all 0.5s;border-radius:8px;background-color:rgba(0,0,0,0.7);overflow:hidden;}
#win_loading {position:fixed;top:0%;left:0%;z-index:9999;width:100%;height:100%;background:url(../images/loading2.gif) no-repeat center center;}
#win_loading_bg {position:fixed;top:0px;left:0px;z-index:9998;width:100%;height:100%;background:url(../images/tbs/white0.png);}

/*===================================================================================*/
/* 浮动在线客服 */

#qq_online {position:absolute;z-index:99;width:130px;font-family:"宋体";font-size:12px;}
#qq_online_top {position:relative;padding-left:10px;height:26px;line-height:26px;font-family:Arial, Helvetica, sans-serif;font-weight:bold;color:#fff;background:url(../images/qq_style/style0_top.gif) no-repeat;}
#qq_online_top img {position:absolute;top:8px;right:10px;cursor:pointer;}
#qq_online_list {background:url(../images/qq_style/style0_bgs.gif) repeat-y;}
#qq_online_list a {color:#222;}
#qq_online_list a:hover {color:#ff0000;}
#qq_online_list div {position:relative;margin:0px 3px;width:124px;height:25px;border-top:1px solid #fff;border-bottom:1px solid #fff;background:#fff;}
#qq_online_list div a {position:relative;display:block;padding-left:31px;height:inherit;line-height:26px;overflow:hidden;}
#qq_online_list div a img {position:absolute;top:2px;left:5px;width:21px;height:21px;}
#qq_online_list div > img {position:absolute;top:-32px;display:none;padding:6px;width:120px;height:120px;border:2px solid #28b5e3;background-color:#fff;}
#qq_online_list div > img.left {right:-138px;}
#qq_online_list div > img.right {left:-138px;}
#qq_online_list div:hover {border-top:1px solid #A3E7FC;border-bottom:1px solid #A3E7FC;background:#E1F7FD;}
#qq_online_list div:hover > img {display:block;}
#qq_online_bottom {height:42px;font-size:0px;background:url(../images/qq_style/style0_bottom.gif) no-repeat;}

#qq_onlines_top {position:relative;height:32px;line-height:32px;text-align:center;color:#fff;font-weight:bold;}
#qq_onlines_top p {position:absolute;top:40px;width:35px;height:173px;overflow:hidden;cursor:pointer;}
.qq_onlines_small_left strong {left:8px;}
.qq_onlines_small_right strong {left:13px;}
#qq_onlines_top p strong {position:absolute;top:40px;display:block;width:16px;text-align:center;line-height:20px;}
#qq_onlines_box {border:1px solid #e3e3e3;border-top:none;background:#fff;}
#qq_onlines_tel {padding-top:15px;text-align:center;font-size:14px;color:#505050;background:url(../images/qq_style/tel.jpg) no-repeat 15px 12px;}
#qq_onlines_tel strong {display:block;padding:12px 0px 8px 0px;font-family:Arial, Helvetica, sans-serif;font-size:16px;border-bottom:1px dashed #ccc;}
#qq_onlines_list {padding-top:10px;min-height:177px;}
#qq_onlines_list div {position:relative;margin:0px auto 8px auto;width:107px;}
#qq_onlines_list div a {position:relative;display:block;padding-left:35px;width:72px;height:25px;line-height:26px;color:#222;border:1px solid #aaccd8;background:url(../images/qq_style/list_bg.jpg) repeat-x;overflow:hidden;}
#qq_onlines_list div a:hover {color:#ff0000;}
#qq_onlines_list div a img {position:absolute;top:2px;left:7px;width:auto;height:21px;}
#qq_onlines_list div > img {position:absolute;top:-8px;display:none;padding:8px;width:120px;height:120px;border:1px solid #e3e3e3;background-color:#fff;}
#qq_onlines_list div > img.left {left:117px;border-left:none;}
#qq_onlines_list div > img.right {right:118px;border-right:none;}
#qq_onlines_list div:hover > img {display:block;}
#qq_onlines_tdc {padding:8px 0px;font-size:0px;text-align:center;border-top:1px dashed #ccc;}
#qq_onlines_tdc img {width:110px;height:110px;}

.qq_onlines_1 p#qq_onlines_tel strong {color:#e10000;}
.qq_onlines_1 div#qq_onlines_top {border-bottom:8px solid #ff7200; background:#e10000;}
.qq_onlines_1 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style1_small_left.png) no-repeat;}
.qq_onlines_1 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style1_small_right.png) no-repeat;}
.qq_onlines_2 p#qq_onlines_tel strong {color:#555;}
.qq_onlines_2 div#qq_onlines_top {border-bottom:8px solid #5d5d5d; background:#343434;}
.qq_onlines_2 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style2_small_left.png) no-repeat;}
.qq_onlines_2 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style2_small_right.png) no-repeat;}
.qq_onlines_3 p#qq_onlines_tel strong {color:#df5f00;}
.qq_onlines_3 div#qq_onlines_top {border-bottom:8px solid #ddc9ba; background:#df9800;}
.qq_onlines_3 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style3_small_left.png) no-repeat;}
.qq_onlines_3 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style3_small_right.png) no-repeat;}
.qq_onlines_4 p#qq_onlines_tel strong {color:#89a611;}
.qq_onlines_4 div#qq_onlines_top {border-bottom:8px solid #464a4b; background:#adce25;}
.qq_onlines_4 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style4_small_left.png) no-repeat;}
.qq_onlines_4 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style4_small_right.png) no-repeat;}

.qq_onlines_5 p#qq_onlines_tel strong {color:#df5f00;}
.qq_onlines_5 div#qq_onlines_top {border-bottom:8px solid #ff9241; background:#ff6d00;}
.qq_onlines_5 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style5_small_left.png) no-repeat;}
.qq_onlines_5 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style5_small_right.png) no-repeat;}
.qq_onlines_6 p#qq_onlines_tel strong {color:#006083;}
.qq_onlines_6 div#qq_onlines_top {border-bottom:8px solid #6b718d; background:#006083;}
.qq_onlines_6 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style6_small_left.png) no-repeat;}
.qq_onlines_6 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style6_small_right.png) no-repeat;}
.qq_onlines_7 p#qq_onlines_tel strong {color:#00a0a8;}
.qq_onlines_7 div#qq_onlines_top {border-bottom:8px solid #6b718d; background:#00a0a8;}
.qq_onlines_7 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style7_small_left.png) no-repeat;}
.qq_onlines_7 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style7_small_right.png) no-repeat;}
.qq_onlines_8 p#qq_onlines_tel strong {color:#c9004c;}
.qq_onlines_8 div#qq_onlines_top {border-bottom:8px solid #ebba28; background:#c9004c;}
.qq_onlines_8 p.qq_onlines_small_left {right:-35px; background:url(../images/qq_style/style8_small_left.png) no-repeat;}
.qq_onlines_8 p.qq_onlines_small_right {left:-35px; background:url(../images/qq_style/style8_small_right.png) no-repeat;}

/*===================================================================================*/

#news_page {padding:40px 0 0 0;width:100%;}
#products_page {padding:40px 0 0 0;width:100%;}
.fypage {font-size:0px;text-align:center;overflow:hidden;}
.fypage a,.fypage span {display:inline-block;margin:0px 4px;padding:0px 9px;height:28px;line-height:26px;font-size:14px;color:#888;border:1px solid #e5e5e5;background-color:#f5f5f5;text-align:center;vertical-align:top;box-sizing:border-box;overflow:hidden;}
.fypage a:hover {color:#fff;border-color:#1d78bc;background-color:#1d78bc;}
.fypage span.fypage_current, .fypage a.fypage_current {color:#fff;border-color:#1d78bc;background-color:#1d78bc;}
.fypage .fypage_prev,.fypage .fypage_next {font-family:"宋体";font-weight:bold;}

#news_mpage {display:none;padding:5% 0 0 0;}
#article_mpage {display:none;padding:5% 0 6% 0;}
#products_mpage {display:none;padding:5% 0 0 0;}
.mfypage {width:100%;height:24px;font-size:0px;text-align:center;overflow:hidden;}
.mfypage a,.mfypage span {display:inline-block;margin:0px 2px;padding:0px 8px;height:22px;font-size:12px;line-height:22px;color:#666;border:1px solid #ddd;background-color:#fff;vertical-align:top;overflow:hidden;}
.mfypage a:hover {color:#fff;border-color:#1d78bc;background-color:#1d78bc;}
#mfypage_gov {display:inline-block;margin:0px 2px;padding:0px 6px;width:36px;height:24px;color:#777;vertical-align:top;border:1px solid #ddd;background-color:#fff;}
#mfypage_gobtn:hover {color:#fff;border-color:#1d78bc;background-color:#1d78bc;}