﻿@import url("base.css");
body {font-family:"微软雅黑", "Microsoft YaHei", Verdana, Arial;color:#505050;font-size:14px;overflow-x:hidden;}
input,select,button,textarea {font-family:"微软雅黑", "Microsoft YaHei", Verdana, Arial;font-size:14px;color:#333;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:#333;text-decoration:none;}
a:hover {color:#043a82;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_top {background:url(../images/header_top_bg.jpg) no-repeat center top;}
#header_top .wrap {position:relative;z-index:2;height:37px;line-height:37px;color:#fff;background:url(../images/header_top_bg.jpg) no-repeat center top;}
#header_top .ljs {position:absolute;top:0px;right:0px;height:37px;}
#header_top .ljs li {position:relative;display:inline-block;padding:0px 15px;height:inherit;color:#707070;vertical-align:top;}
#header_top .ljs li:after {position:absolute;top:50%;right:0px;display:block;margin-top:-6px;width:1px;height:12px;content:"";background-color:#ccc;}
#header_top .ljs li:last-child {padding:0;}
#header_top .ljs li:last-child:after {display:none;}
#header_top .ljs li img {position:absolute;top:37px;left:50%;display:none;margin-left:-62px;padding:6px;width:125px;height:125px;box-sizing:border-box;background-color:#043a82;}
#header_top .ljs li a {color:#707070;}
#header_top .ljs li a:hover {color:#000;}
#header_top .ljs li span {display:inline-block;margin-left:15px;height:37px;vertical-align:top;}
#header_top .ljs li span:nth-child(1) {padding-left:25px;background:url(../images/header_reg_icon.png) no-repeat left center;}
#header_top .ljs li span:nth-child(2) {padding-left:24px;background:url(../images/header_login_icon.png) no-repeat left center;}
#header_top .ljs li:hover img {display:block;}

#header .wrap {position:relative;z-index:1;height:125px;}
#header .logo {position:absolute;top:50%;left:0;z-index:1;display:flex;flex-direction:column;justify-content:center;height:90px;font-size:0px;transform:translateY(-50%);}
#header .logo img {max-height:100%;}
#header .lang {position:absolute;top:12px;right:0px;}
#header .lang a:first-child {color:#043a82;font-weight:bold;}
#header .tel {position:absolute;top:25px;right:0px;padding-left:75px;min-height:62px;color:#333;box-sizing:border-box;background:url(../images/header_tel.png) no-repeat left center;}
#header .tel h2 {margin-top:3px;color:#333;font-size:20px;font-family:Arial;line-height:1.3;}

#nav_blk {background:url(../images/nav_bg.jpg) repeat-x;}
#nav {position:relative;z-index:99;margin:0px auto;width:1078px;height:50px;background:url(../images/nav_bg.jpg) repeat-x;}
#nav li {display:inline-block;position:relative;z-index:1;width:11.111%;height:inherit;vertical-align:top;background:url(../images/nav_line.png) no-repeat right top;}
#nav li:last-child {background:none;}
#nav li > a {display:block;height:inherit;line-height:50px;color:#fff;font-size:16px;text-align:center;}
#nav li > a img {position:relative;top:2px;margin-right:5px;}
#nav li.nav_over {z-index:2;}
#nav li.nav_over > a {color:#826204;background:url(../images/nav_over_bg.jpg);}
#nav li.nav_over > a:before {position:absolute;top:0px;left:-21px;display:block;width:21px;height:50px;content:"";background:url(../images/nav_over_bgl.png) no-repeat;}
#nav li.nav_over > a:after {position:absolute;top:0px;right:-21px;display:block;width:21px;height:50px;content:"";background:url(../images/nav_over_bgr.png) no-repeat;}
#nav li:hover p {display:block;}
#nav li p {position:absolute;top:50px;left:-1px;display:none;padding:8px 0px;width:100%;background-color:#16488b;}
#nav li p a {display:block;padding:5px 3px;color:#fff;text-align:center;}
#nav li p a:hover {color:#fff;text-decoration:underline;}

#banner {position:relative;z-index:1;width:100%;min-width:1200px;height:420px;overflow:hidden;}
#banner_ul {position:absolute;top:0px;left:50%;z-index:1;margin-left:-960px;width:1920px;height:420px;overflow:hidden;}
#banner_ul li {width:1920px;height:420px;text-align:center;font-size:0px;}
#banner_pagination {position:absolute;bottom:20px;left:0px;z-index:2;width:100%;height:14px;font-size:0px;text-align:center;}
#banner_pagination a {display:inline-block;margin:0px 5px;width:14px;height:14px;text-indent:100px;border-radius:50%;background-color:#0d439a;overflow:hidden;}
#banner_pagination a:hover {background-color:#f8e516;}
#banner_pagination a.activeSlide {background-color:#f8e516;}

.wrap {margin-left:auto;margin-right:auto;width:1100px;box-sizing:border-box;}
#content,#contents {position:relative;padding:20px 0px 50px 0px;}
#content:after {position:absolute;top:0px;left:220px;display:block;width:1px;height:100%;content:"";background-color:#e5e5e5;}
#left {float:left;width:220px;}
#right {float:right;width:840px;overflow:hidden;}
#footer_links {background-color:#1c1c1f;}
#footer_links .wrap {padding:20px 0px;line-height:1.8;text-align:center;background-color:#1c1c1f;}
#footer_links a {margin-right:20px;color:#fff;}
#footer_links a:last-child {margin-right:0;}
#footer_links a:hover {color:#fad41f;}
#footer {width:100%;background-color:#313131;}
#footer .wrap {position:relative;color:#d8d8d8;background-color:#313131;}
#footer a {color:#d8d8d8;}
#footer a:hover {color:#fad41f;}
#footer .lxs {display:flex;justify-content:space-between;padding:40px 380px 0px 0px;}
#footer .tis {padding-bottom:12px;color:#fff;}
#footer .gzwm div a {position:relative;margin-right:15px;}
#footer .gzwm div a:last-child {margin-right:0;}
#footer .gzwm div a p {position:absolute;top:-60px;right:-140px;display:none;padding:6px;width:120px;font-size:0px;background-color:#1c1c1f;}
#footer .gzwm div a p img {width:100%;}
#footer .gzwm div a:hover p {display:block;}
#footer .tel div {padding-left:42px;height:33px;line-height:33px;color:#fff;font-size:28px;font-family:Arial;background:url(../images/footer_tel.png) no-repeat;}
#footer .qq div {padding-left:42px;height:33px;line-height:33px;color:#fff;background:url(../images/footer_qq.png) no-repeat;}
#footer .qq div a {color:#fff;}
#footer .kfs {position:absolute;top:55px;right:170px;width:137px;}
#footer .kfs a {display:block;position:relative;padding-left:38px;height:34px;line-height:34px;text-align:center;}
#footer .kfs a:before {position:absolute;top:0px;left:0px;display:block;width:38px;height:100%;content:"";background-repeat:no-repeat;background-position:center center;}
#footer .kfs a:nth-child(1) {color:#043a82;background-color:#fad41f;}
#footer .kfs a:nth-child(1):before {background-image:url(../images/footer_kefu.png);background-color:#c4a50c;}
#footer .kfs a:nth-child(2) {margin-top:10px;color:#fff;background-color:#043a82;}
#footer .kfs a:nth-child(2):before {background-image:url(../images/footer_qyyx.png);background-color:#0b1f39;}
#footer .qrcode {position:absolute;top:30px;right:0px;font-size:0px;text-align:center;}
#footer .qrcode div {display:inline-block;margin-left:25px;width:112px;vertical-align:top;}
#footer .qrcode div img {width:100%;}
#footer .qrcode div p {margin-top:8px;color:#fff;font-size:14px;}
#footer .links {margin-top:45px;padding:0px 170px 0px 40px;min-height:30px;line-height:2;background:url(../images/footer_links.png) no-repeat;}
#footer .links span {font-weight:bold;}
#footer .links a {margin-right:12px;}
#footer .copyright {padding:20px 0px 30px 0px;line-height:1.8;}

/*===================================================================================*/

#search_box {background:url(../images/tnews_bg.jpg) no-repeat center top;}
#search_box .wrap {position:relative;height:72px;background:url(../images/tnews_bg.jpg) no-repeat center top;}
#search {position:absolute;top:12px;left:0px;width:296px;height:40px;background-color:#fff;}
#search_key {padding:0px 10px;width:100%;height:40px;border:none;background-color:#fff;}
#search_button {position:absolute;top:0px;right:0px;display:block;width:40px;height:40px;background:url(../images/search_button_bg.jpg) no-repeat;cursor:pointer;}

#tnews {position:absolute;top:0px;right:0px;width:720px;height:64px;overflow:hidden;}
#tnews .swiper-container {width:100%;height:64px;}
#tnews .swiper-wrapper {width:100%;height:64px;}
#tnews .swiper-slide {position:relative;height:64px;line-height:64px;}
#tnews .swiper-slide p {padding-right:150px;height:64px;font-size:18px;}
#tnews .swiper-slide span {position:absolute;top:3px;right:0px;color:#999;}

#iprocess_box {background-color:#f2f3f1;}
#iprocess_box .wrap {padding-top:30px;padding-bottom:70px;background-color:#f2f3f1;}
#iprocess_box .tis {position:relative;color:#0d439a;font-size:36px;}
#iprocess_box .tis:after {position:absolute;top:25px;right:0px;display:block;width:840px;height:1px;content:"";background-color:#0d439a;}
#iprocess_box .tis span {font-weight:bold;}
#iprocess_box .tis p {padding:10px 0px 0px 85px;font-size:18px;}
#iprocess {display:flex;justify-content:space-between;margin-top:25px;}
#iprocess div {width:108px;height:108px;color:#fff;text-align:center;background-repeat:no-repeat;background-size:108px 108px;overflow:hidden;}
#iprocess div p {padding-top:35px;}
#iprocess div:nth-child(1) {background-image:url(../images/iprocess_1.png);}
#iprocess div:nth-child(2) {background-image:url(../images/iprocess_2.png);}
#iprocess div:nth-child(3) {background-image:url(../images/iprocess_3.png);}
#iprocess div:nth-child(4) {background-image:url(../images/iprocess_4.png);}
#iprocess div:nth-child(5) {background-image:url(../images/iprocess_5.png);}
#iprocess div:nth-child(6) {background-image:url(../images/iprocess_6.png);}
#iprocess div:nth-child(7) {background-image:url(../images/iprocess_7.png);}
#iprocess div:nth-child(8) {background-image:url(../images/iprocess_8.png);}
#iprocess div:nth-child(9) {background-image:url(../images/iprocess_9.png);}

#itrack_box {background:url(../images/itrack_bg.jpg) no-repeat center top;}
#itrack_box .wrap {position:relative;height:429px;background:url(../images/itrack_bg.jpg) no-repeat center top;}
#itrack_blk {position:absolute;top:30px;left:0px;width:550px;height:320px;}
#itrack_menu {}
#itrack_menu span {display:inline-block;width:273px;height:70px;line-height:70px;color:#fff;font-size:20px;font-weight:bold;text-align:center;background-color:#0262de;cursor:pointer;}
#itrack_menu span.active {color:#043a82;background-color:#fff;}
#itrack_menu span:nth-child(2) {margin-left:4px;}
#itrack {font-size:0px;}
#itrack textarea {margin:0px 0px 10px 0px;padding:10px 12px;width:100%;height:210px;font-size:16px;border:none;background-color:#fff;}
#itrack button {width:100%;height:50px;font-size:18px;border:none;color:#fff;border-radius:3px;background-color:#da251d;}
#ilogin_menu {position:absolute;top:0px;right:0px;width:402px;}
#ilogin_menu span {display:inline-block;width:196px;height:90px;line-height:90px;font-size:18px;font-weight:bold;text-align:center;vertical-align:top;}
#ilogin_menu a {display:inline-block;margin-left:5px;width:201px;height:90px;line-height:90px;color:#fff;font-size:18px;font-weight:bold;text-align:center;vertical-align:top;}
#ilogin_menu img {position:relative;top:3px;margin-right:6px;}
#ilogin {position:absolute;top:150px;right:80px;width:285px;}
#ilogin input {padding:10px;width:100%;height:40px;border:1px solid #dbd8d8;background-color:#fff;}
#ilogin td {padding:0px 0px 13px 0px;}
#ilogin button {width:140px;height:46px;color:#fff;font-size:16px;border:none;border-radius:3px;background-color:#da251d;}


.ititle {padding-top:80px;text-align:center;}
.ititle h2 {color:#303030;font-size:36px;}

#ibusiness_box {background:url(../images/ibusiness_bg.jpg) no-repeat center top;}
#ibusiness_box .wrap {padding-bottom:100px;}
#ibusiness_box .ititle h2 {font-size:32px;}
#ibusiness_box .tis1 {position:relative;height:95px;background:url(../images/ibusiness_title01.png) no-repeat;}
#ibusiness_box .tis1 h2 {position:absolute;top:5px;left:80px;color:#000;font-size:28px;font-weight:normal;}
#ibusiness_box .tis2 {position:relative;margin-top:80px;height:95px;background:url(../images/ibusiness_title02.png) no-repeat;}
#ibusiness_box .tis2 h2 {position:absolute;bottom:40px;left:250px;color:#000;font-size:28px;font-weight:normal;}
.ibusiness {text-align:center;}
.ibusiness li {position:relative;z-index:1;display:inline-block;margin:60px 44px 0px 0px;width:334px;font-size:0px;vertical-align:top;}
.ibusiness li:nth-child(3n) {margin-right:0px;}
.ibusiness li:nth-child(2) {z-index:2;left:-28px;}
.ibusiness li:nth-child(3) {z-index:3;left:-56px;}
.ibusiness li a {display:block;}
.ibusiness li img {width:401px;height:330px;}
.ibusiness li div {margin-top:20px;padding-top:15px;width:334px;height:29px;line-height:29px;color:#000;font-size:24px;text-align:center;border-top:1px solid #333;}
.ibusiness li div:before {position:relative;top:-1px;display:inline-block;margin-right:10px;width:12px;height:12px;content:"";border-radius:50%;vertical-align:middle;background-color:#0d0d0d;}
.ibusiness li div:after {display:inline-block;margin-left:5px;width:35px;height:29px;content:"";vertical-align:middle;background:url(../images/arrow1.png) no-repeat;}
.ibusiness li div span {margin-left:20px;font-size:18px;}

#iabout_box {padding:285px 0px 85px 0px;background:url(../images/iabout_bg.png) no-repeat center 100px #f9f9f9;}
#iabout {float:left;width:550px;}
#iabout .tis {color:#000;text-align:right;}
#iabout .tis h2 {font-size:36px;font-weight:normal;}
#iabout .tis h2:before {position:relative;top:-1px;display:inline-block;margin-right:15px;width:56px;height:10px;content:"";vertical-align:middle;border-radius:5px;background-color:#043a82;}
#iabout .tis p {margin-top:40px;}
#iabout .tis p span {display:inline-block;margin-left:16px;padding:0px 20px;height:30px;line-height:30px;color:#fff;font-size:18px;font-weight:bold;vertical-align:top;border-radius:2px;background-color:#043a82;}
#iabout .text {position:relative;margin-top:30px;padding-left:28px;height:240px;color:#000;line-height:2;overflow:hidden;}
#iabout .text:before {position:absolute;bottom:0px;left:0px;display:block;width:3px;height:228px;content:"";background-color:#7a7878;}
#iabout .xxas {position:relative;margin:10px 0px 0px 28px;width:340px;height:41px;background:url(../images/arrow2.png) no-repeat right top;}
#iabout .xxas a {position:absolute;bottom:-3px;left:0px;color:#043a82;font-size:16px;}
#iabout .xxas a:hover {text-decoration:underline;}
#iabout_image {float:right;margin-top:87px;width:474px;height:356px;}

#iyoushi {background:url(../images/iyoushi_bg.jpg) no-repeat center top;}
#iyoushi .wrap {padding-bottom:80px;background:url(../images/iyoushi_bg.jpg) no-repeat center top;}
#iyoushi .ititle {padding-top:130px;}
#iyoushi .ititle h2 {color:#043a82;font-size:32px;}
#iyoushi ul {margin-top:40px;}
#iyoushi li {display:inline-block;margin-right:29px;width:253px;color:#fff;vertical-align:top;}
#iyoushi li:last-child {margin-right:0;}
#iyoushi li div {position:relative;height:330px;background-repeat:no-repeat;}
#iyoushi li div h4 {position:absolute;top:240px;left:0px;padding:0px 20px;width:100%;font-size:28px;font-weight:normal;text-align:center;box-sizing:border-box;}
#iyoushi li p {margin-top:15px;font-size:16px;line-height:1.8;}
#iyoushi li:nth-child(1) div {background-image:url(../images/iyoushi_bg1.jpg);}
#iyoushi li:nth-child(2) div {background-image:url(../images/iyoushi_bg2.jpg);}
#iyoushi li:nth-child(3) div {background-image:url(../images/iyoushi_bg3.jpg);}
#iyoushi li:nth-child(4) div {background-image:url(../images/iyoushi_bg4.jpg);}

#iwmdcn {background-color:#f2f3f4;}
#iwmdcn .wrap {padding-bottom:80px;background:url(../images/iwmdcn_bg.png) no-repeat center top #f2f3f4;}
#iwmdcn .ititle {padding-top:130px;}
#iwmdcn .ititle h2 {font-size:32px;}
#iwmdcn ul {margin-top:40px;}
#iwmdcn li {display:inline-block;margin-right:13px;width:265px;font-size:0px;text-align:center;vertical-align:top;}
#iwmdcn li:last-child {margin-right:0;}
#iwmdcn li img {width:255px;height:220px;border:5px solid #f4ede2;}
#iwmdcn li div {margin-top:3px;padding:55px 12px;height:186px;color:#333;box-sizing:border-box;background-repeat:no-repeat;background-position:center 10px;}
#iwmdcn li div h4 {position:relative;}
#iwmdcn li div h4:after {position:absolute;top:50%;left:0px;z-index:1;display:block;width:100%;height:1px;content:"";background-color:#2c2c2a;}
#iwmdcn li div h4 span {position:relative;z-index:2;display:inline-block;padding:0px 10px;color:#333;font-size:24px;font-weight:normal;vertical-align:top;background-color:#fff;}
#iwmdcn li div p {margin-top:10px;height:72px;line-height:24px;font-size:14px;text-align:left;overflow:hidden;}
#iwmdcn li:nth-child(1) div {background-image:url(../images/iwmdcn_bg1.png);background-color:#fad41f;}
#iwmdcn li:nth-child(2) div {background-image:url(../images/iwmdcn_bg2.png);background-color:#fff;}
#iwmdcn li:nth-child(3) div {background-image:url(../images/iwmdcn_bg3.png);background-color:#fad41f;}
#iwmdcn li:nth-child(4) div {background-image:url(../images/iwmdcn_bg4.png);background-color:#fff;background-size:92% auto;}
#iwmdcn li:nth-child(odd) div {color:#333;}
#iwmdcn li:nth-child(odd) div h4:after {background-color:#c9a836;}
#iwmdcn li:nth-child(odd) div h4 span {color:#000;background-color:#fad41f;}

#inews_box {background-color:#043a82;}
#inews_box .wrap {padding-top:75px;padding-bottom:70px;background-color:#043a82;}
#inews_blk {float:left;width:645px;}
#inews_title {position:relative;height:50px;border-bottom:1px solid #5a98e9;}
#inews_title h2 {color:#fff;font-size:28px;font-weight:normal;}
#inews_title h2 span {margin-left:20px;font-size:26px;}
#inews_menu {position:absolute;top:5px;right:0px;font-size:22px;font-weight:bold;}
#inews_menu a {position:relative;display:inline-block;margin-left:35px;padding-left:22px;color:#fff;}
#inews_menu a:before {position:absolute;top:50%;left:0px;display:block;margin-top:-4px;width:9px;height:9px;content:"";border-radius:50%;background-color:#faecb3;}
#inews_menu a.active {color:#fad41f;}
#inews_menu a.active:before {background-color:#fad41f;}

.inews {display:none;}
.inews .tjs {position:relative;margin-top:20px;padding-left:330px;height:200px;color:#fff;}
.inews .tjs img {position:absolute;top:0px;left:0px;width:300px;height:200px;}
.inews .tjs .bts {color:#fad41f;}
.inews .tjs .bts:hover {text-decoration:underline;}
.inews .tjs h2 {color:#fad41f;font-size:20px;}
.inews .tjs span {margin:10px 0px 10px 0px;display:inline-block;padding:0px 12px;height:28px;line-height:28px;color:#fff;font-size:14px;border-radius:3px;background-color:#c83e3e;}
.inews .tjs p {height:90px;line-height:30px;font-size:16px;overflow:hidden;}
.inews .tjs .xxas {position:absolute;bottom:0px;left:330px;display:block;width:80px;height:26px;line-height:26px;font-size:12px;text-align:center;border-radius:3px;background-color:#e1e0e0;}
.inews .list li {position:relative;padding:40px 150px 0px 40px;height:80px;color:#fff;font-size:18px;box-sizing:border-box;border-bottom:1px solid #5a98e9;}
.inews .list li:before {position:absolute;top:49px;left:0px;display:block;width:26px;height:8px;content:"";border-radius:4px;background-color:#fad41f;}
.inews .list li a {color:#fff;}
.inews .list li a:hover {color:#fad41f;}
.inews .list li span {position:absolute;top:40px;right:0px;}

#ifaq {float:right;width:400px;}
#ifaq .tis {position:relative;height:50px;color:#fff;font-size:28px;font-weight:normal;}
#ifaq .tis span {margin-left:20px;font-size:26px;}
#ifaq .list a {position:relative;display:block;margin-bottom:6px;padding:0px 60px 0px 20px;height:72px;line-height:72px;color:#404040;font-size:18px;background-color:#fff;overflow:hidden;}
#ifaq .list a span {position:absolute;top:50%;right:15px;display:block;margin-top:-13px;width:26px;height:26px;line-height:26px;color:#fff;font-size:16px;font-weight:bold;font-family:"宋体";text-align:center;border-radius:50%;background-color:#c3c4c5;}
#ifaq .list a:hover {color:#000;background-color:#fad41f;}
#ifaq .list a:hover span {color:#fad41f;background-color:#fff;}

#ipartners_blk {padding-top:0;padding-bottom:60px;}
#ipartners_blk .ititle {padding-top:130px;background:url(../images/ipartners_bg.png) no-repeat center top;}
#ipartners_blk .ititle h2 {font-size:30px;font-weight:normal;}
#ipartners {margin-top:25px;height:64px;font-size:0px;overflow:hidden;}
#ipartners p {display:inline-block;margin-right:25px;width:162px;height:64px;font-size:0px;}
#ipartners p img {width:160px;height:62px;border:1px solid #e5e5e5;}

/*===================================================================================*/

.left_title {height:44px;line-height:35px;color:#000;font-size:22px;border-bottom:2px solid #043a82;}
.left_menu dd > a {position:relative;display:block;padding:16px 10px 16px 30px;font-size:16px;border-bottom:1px solid #e5e5e5;}
.left_menu dd > a:before {position:absolute;top:25px;left:13px;display:block;width:5px;height:5px;border-radius:50%;content:"";background-color:#aaa;}
.left_menu dd a.left_menu_cur {color:#043a82;}
.left_menu dd a.left_menu_cur:before {background-color:#043a82;}
.left_menu dd a.left_menu_curs {color:#043a82;}

.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;}
.left_contact {padding:8px 0px 0px 0px;line-height:1.8;}

/*===================================================================================*/

.nodata {padding:150px 0px;color:#999;font-size:18px;text-align:center;}
#title_cur {position:relative;height:44px;color:#aaa;font-size:12px;text-align:right;line-height:48px;border-bottom:2px solid #043a82;overflow:hidden;}
#title_cur a {color:#aaa;}
#title_cur a:hover {color:#043a82;}
#title_cur strong {color:#043a82;font-weight:normal;}
#title_cur h2 {position:absolute;top:10px;left:0px;color:#043a82;font-size:16px;line-height: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_box {margin:0px auto;padding-top:22px;width:100%;overflow:hidden;}
.editorc {line-height:1.8;}
.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.8;}
.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 {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:40px auto 0px auto;padding:12px 70px 0px 0px;height:48px;color:#999;font-size:14px;border-top:1px dashed #ccc;overflow:hidden;}
#prevnext p {height:24px;}
#prevnext_back {position:absolute;top:12px;right:0px;}

/*===================================================================================*/
/* 企业图片列表 */

#about_image1 {font-size:0px;}
#about_image1 a {display:inline-block;margin:25px 24px 0px 0px;width:192px;font-size:0px;text-align:center;vertical-align:top;}
#about_image1 a:nth-child(3n) {margin-right:0;}
#about_image1 a img {padding:4px;width:182px;height:137px;transition:none;border:1px solid #ddd;}
#about_image1 a img:hover {padding:3px;border:2px solid #043a82;}
#about_image1 a p {padding-top:8px;font-size:14px;line-height:1.4;}

#about_image2 {font-size:0px;}
#about_image2 a {display:inline-block;margin:25px 24px 0px 0px;width:192px;font-size:0px;text-align:center;vertical-align:top;}
#about_image2 a:nth-child(4n) {margin-right:0;}
#about_image2 a img {padding:4px;width:182px;height:243px;transition:none;border:1px solid #ddd;}
#about_image2 a img:hover {padding:3px;border:2px solid #043a82;}
#about_image2 a p {padding-top:8px;font-size:14px;line-height:1.4;}

/*===================================================================================*/
/* 新闻列表 */

#news {padding-top:1px;}
#news li {position:relative;margin-top:15px;padding:1px 120px 0px 20px;height:30px;background:url(../images/news_line.png) no-repeat left bottom;}
#news span {position:absolute;top:3px;right:0px;color:#999;font-size:12px;}
#news span a {margin-right:50px;}
#news_title {padding:35px 0px 25px 0px;color:#333;font-size:24px;line-height:1.4;text-align:center;font-weight:normal;}
#news_info {padding-bottom:8px;color:#999;font-size:12px;text-align:center;border-bottom:1px dashed #ccc;}
#news_info span {padding:0px 20px;}
#news_info strong {font-weight:normal;}

#article {width:900px;}
#article li {position:relative;margin-top:25px;padding-left:225px;height:175px;border-bottom:1px dashed #ccc;overflow:hidden;}
#article li img {position:absolute;top:0px;left:0px;width:200px;height:150px;}
#article li h2 {padding:2px 0px 3px 0px;font-size:18px;font-weight:normal;}
#article li span {color:#888;font-size:12px;}
#article li p {margin-top:10px;height:66px;color:#888;font-size:12px;line-height:22px;overflow:hidden;}
.article_list_nopic {position:absolute;top:0px;left:0px;display:block;width:200px;height:150px;background:url(../images/nopic.png) no-repeat center center #f0f0f0;}

/*===================================================================================*/
/* 在线留言 */

#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/white0.png);}

/*===================================================================================*/
/* 浮动在线客服 */

#float_os {position:fixed;top:50%;right:0px;z-index:98;margin-top:-75px;width:50px;}
#float_os li {position:relative;margin-bottom:1px;height:50px;text-align:center;background-repeat:no-repeat;background-color:rgba(0,0,0,0.5);background-position:center center;cursor:pointer;}
#float_os li:last-child {border-bottom:none;}
#float_os li a {display:block;width:100%;height:100%;}
#float_os li p {position:absolute;top:0px;right:51px;display:none;padding:0px 20px;color:#fff;font-size:20px;line-height:50px;white-space:nowrap;word-break:keep-all;}
#float_os li img {position:absolute;right:51px;bottom:0px;display:none;padding:6px;width:152px;height:152px;box-sizing:border-box;background-color:#fad41f;}
#float_os .tel {background-image:url(../images/float_os_tel2.png);background-size:auto 20px;background-color:#043a82;}
#float_os .tel:hover p {display:block;background-color:#043a82;}
#float_os .qq {background-image:url(../images/float_os_qq2.png);background-size:auto 24px; background-color:#043a82;}
#float_os .qq:hover p {display:block;background-color:#043a82;}
#float_os .qrcode {background-image:url(../images/float_os_qrcode2.png);background-size:auto 24px;background-color:#fad41f;}
#float_os .qrcode:hover img {display:block;}
#float_os .top {background-image:url(../images/float_os_top.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/style0_top.gif) no-repeat;}
#qq_online_top img {position:absolute;top:8px;right:10px;cursor:pointer;}
#qq_online_list {background:url(../images/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/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/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/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:21px;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/style1_small_left.png) no-repeat;}
.qq_onlines_1 p.qq_onlines_small_right {left:-35px; background:url(../images/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/style2_small_left.png) no-repeat;}
.qq_onlines_2 p.qq_onlines_small_right {left:-35px; background:url(../images/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/style3_small_left.png) no-repeat;}
.qq_onlines_3 p.qq_onlines_small_right {left:-35px; background:url(../images/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/style4_small_left.png) no-repeat;}
.qq_onlines_4 p.qq_onlines_small_right {left:-35px; background:url(../images/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/style5_small_left.png) no-repeat;}
.qq_onlines_5 p.qq_onlines_small_right {left:-35px; background:url(../images/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/style6_small_left.png) no-repeat;}
.qq_onlines_6 p.qq_onlines_small_right {left:-35px; background:url(../images/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/style7_small_left.png) no-repeat;}
.qq_onlines_7 p.qq_onlines_small_right {left:-35px; background:url(../images/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/style8_small_left.png) no-repeat;}
.qq_onlines_8 p.qq_onlines_small_right {left:-35px; background:url(../images/style8_small_right.png) no-repeat;}

/*===================================================================================*/

#news_page {margin-top:40px;width:100%;}
#products_page {margin-top:40px;width:100%;}
.fypage {height:28px;font-size:0px;text-align:center;overflow:hidden;}
.fypage a,.fypage span {display:inline-block;margin:0px 4px;padding:0px 8px;height:26px;line-height:24px;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:#043a82;background-color:#043a82;}
.fypage span.fypage_disabled {}
.fypage span.fypage_current {color:#fff;border-color:#043a82;background-color:#043a82;}
.fypage_sl {display:inline-block;padding:0px 3px;height:28px;color:#999;font-size:12px;line-height:24px;vertical-align:top;}
#fypage_gov {display:inline-block;margin:0px 4px;padding:0px 6px;width:40px;height:28px;line-height:28px\9;color:#333;font-size:12px;text-align:center;vertical-align:top;border:1px solid #e5e5e5;box-sizing:border-box;background:#fff;}
#fypage_gobtn:hover {color:#fff;border-color:#1aae32;background-color:#1aae32;cursor:pointer;}