﻿@import url("base.css");
body {font-family:"微软雅黑", "Microsoft YaHei", Verdana, Arial;color:#555;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:#2d4a9d;text-decoration:none;}
a {outline:none;-moz-outline:none;blr:expression(this.onFocus=this.blur());}
.a1:link,.a1:visited,.a1:active {color:#2d4a9d;text-decoration:none;}
.a1:hover {color:#ff0000;text-decoration:none;}
.al:hover {text-decoration:underline;}
.als a:hover {text-decoration:underline;}
.flex-column {display:flex;flex-direction:column;justify-content:center;}
/*===================================================================================*/

#main {}
#header {background-color:#fff;}
#header > div {position:relative;z-index:99;height:95px;}
#header .logo {position:absolute;top:50%;left:0;z-index:1;display:flex;flex-direction:column;justify-content:center;height:50px;font-size:0px;transform:translateY(-50%);}
#header .logo img {max-height:100%;}
#header .lang {position:absolute;top:50%;right:-170px;margin-top:-20px;height:40px;}
#header .lang p {padding:0 15px;line-height:40px;color:#000;font-size:16px;cursor:pointer;}
#header .lang p .fyicon {margin-right:5px;font-size:14px;}
#header .lang p .layui-icon {margin-left:5px;font-size:12px;}
#header .lang div {position:absolute;top:100%;left:0;display:none;width:100%;background-color:#1a3e9c;}
#header .lang div a {display:block;padding:8px 0;width:100%;color:#fff;font-size:14px;text-align:center;border-top:1px solid #002d92;}
#header .lang div a:hover {background-color:#002d92;}
#header .lang:hover p {color:#fff;background-color:#1a3e9c;}
#header .lang:hover div {display:block;}

#header .search {position:absolute;top:50%;right:0;margin-top:-16px;width:200px;height:30px;border-radius:3px;border:1px solid #e8e8e8;}
#header .search input {padding:0 10px;width:100%;height:30px;line-height:30px\9;font-size:12px;border:none;background:none;}
#header .search i {position:absolute;top:0;right:0;display:block;width:30px;height:30px;line-height:30px;color:#333;font-size:16px;text-align:center;cursor:pointer;}

#nav {position:absolute;top:0;right:230px;height:100%;}
#nav li {display:inline-block;position:relative;height:100%;vertical-align:top;}
#nav li > a {display:block;padding:0 20px;height:100%;line-height:95px;font-size:14px;text-align:center;}
#nav li > a i {margin-left:3px;font-size:12px;}
#nav li > a.nav_over {color:#1a3e9c;}
#nav li:hover > a {color:#fff;background-color:#1a3e9c;}
#nav li:hover p {display:block;}
#nav li:nth-child(3) p {width:240px;}
#nav li p {position:absolute;top:100%;left:50%;display:none;padding:10px 0 15px 0;min-width:100%;width:180px;border-radius:0 0 5px 5px;background-color:#1a3e9c;transform:translateX(-50%);}
#nav li p a {display:block;padding:5px 3px;color:#fff;font-size:13px;text-align:center;}
#nav li p a:hover {color:#fff;text-decoration:underline;}

#banner {width:100%;min-width:1200px;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:0.6;box-sizing:border-box;border-radius:50%;background:#fff;overflow:hidden;}
#banner .swiper-pagination span.swiper-pagination-bullet {margin:0 6px;}
#banner .swiper-pagination span.swiper-pagination-bullet-active {opacity:1;background:#0a5cb2;}

.wrap {margin-left:auto;margin-right:auto;width:1200px;box-sizing:border-box;}
#content {padding-bottom:80px;}
#left {float:left;width:240px;}
#right {float:right;width:900px;overflow:hidden;}
#footer {background-color:#1a3c9b;}
#footer > div {color:#eaebf3;background-color:#1a3c9b;}
#footer a {color:#eaebf3;}
#footer a:hover {color:#fff;text-decoration:underline;}
#footer .info {position:relative;padding:60px 0 40px 0;min-height:340px;/*padding:70px 0 70px 200px;background:url(/images/logo-white.png) no-repeat 0 70px;*/}
#footer .fnav li {display:inline-block;margin-right:20px;max-width:150px;vertical-align:top;}
#footer .fnav li h2 {padding-bottom:5px;font-size:16px;font-weight:normal;}
#footer .fnav li p {margin-top:12px;font-size:12px;}
#footer .lxfs {position:absolute;top:60px;right:0;width:320px;}
#footer .lxfs .text li {margin-bottom:20px;line-height:1.8;}
#footer .lxfs .text li h2 {margin-top:5px;font-size:22px;font-weight:normal;line-height:1.5;}
#footer .lxfs .qrcode {margin-top:40px;}
#footer .lxfs .qrcode p {position:relative;display:inline-block;cursor:pointer;}
#footer .lxfs .qrcode p i {position:relative;top:2px;margin-right:10px;font-size:20px;}
#footer .lxfs .qrcode p img {position:absolute;top:100%;left:0;display:none;margin-top:10px;width:150px;height:150px;}
#footer .lxfs .qrcode p:hover img {display:block;}
#footer .links {padding-bottom:20px;line-height:2;}
#footer .links span {margin-right:10px;font-weight:bold;}
#footer .links a {margin-right:25px;}
#footer .links a:last-child {margin-right:0;}
#footer .copyright {position:relative;padding:20px 0px;line-height:1.8;border-top:1px solid rgba(255,255,255,0.3);}
#footer .copyright .icp {position:absolute;top:15px;right:0;}

/*===================================================================================*/

.itis {padding-top:80px;text-align:center;}
.itis h2 {color:#2d4a9d;font-size:42px;text-transform:uppercase;}
.itis p {display:none;}
.imore {margin-top:50px;text-align:center;}
.imore a {color:#ff0000;font-size:16px;}
.imore a i {position:relative;top:1px;margin-left:5px;font-size:16px;}
.imore a:hover {color:#2d4a9d;}

#iabout {display:flex;justify-content:space-between;padding-top:80px;padding-bottom:100px;}
#iabout .text {flex:1 1 auto;margin-right:50px;}
#iabout .text > h1 {padding-bottom:15px;color:#222;font-size:42px;}
#iabout .text .editorc {font-size:14px;}
#iabout .text > a {display:inline-block;margin-top:25px;color:#ff0000;font-size:16px;vertical-align:top;}
#iabout .text > a i {position:relative;top:1px;margin-left:8px;font-size:18px;}
#iabout .text > a:hover {color:#2d4a9d;}
#iabout .imgs {flex:0 0 auto;margin-top:75px;width:50%;}
#iabout .imgs span {color:#efefef;font-size:82px;font-weight:bold;font-family:Arial, Helvetica, sans-serif;white-space:nowrap;word-break:keep-all;}
#iabout .imgs p {font-size:0;}
#iabout .imgs p img {width:100%;}

#ipros {min-width:1200px;padding-bottom:80px;background:url(/images/ipros_bg.jpg) no-repeat center center/cover;}
#ipros {width:100%;font-size:0px;}
#ipros .swiper-wrapper {margin-top:40px;margin-bottom:30px;width:100%;height:auto;}
#ipros .swiper-slide {transition:none;}
#ipros .swiper-slide a {display:block;padding:20px;text-align:center;background-color:rgba(255,255,255,0.55);}
#ipros .swiper-slide a img {width:100%;}
#ipros .swiper-slide a h2 {padding-top:15px;font-size:14px;font-weight:normal;}
#ipros .swiper-pagination {position:static;bottom:0;left:0;width:100%;height:12px;font-size:0px;}
#ipros .swiper-pagination span {margin:0px;width:12px;height:12px;font-size:0px;opacity:0.6;box-sizing:border-box;border-radius:50%;background:#fff;overflow:hidden;}
#ipros .swiper-pagination span.swiper-pagination-bullet {margin:0 6px;}
#ipros .swiper-pagination span.swiper-pagination-bullet-active {opacity:1;background:#0a5cb2;}

#iapps {padding-bottom:100px;}
#iapps .list li {display:inline-block;margin-top:50px;margin-right:1%;width:15.83333%;font-size:0;text-align:center;vertical-align:top;}
#iapps .list li:nth-child(6n) {margin-right:0;}
#iapps .list li img {width:100%;border-radius:5px;}
#iapps .list li p {margin-top:12px;font-size:14px;}

#iservice {background-color:#f7f7f7;}
#iservice > div {padding-bottom:80px;background-color:#f7f7f7;}
#iservice .list {margin-top:60px;text-align:center;}
#iservice .list a {display:inline-block;margin-right:20px;padding:0 45px;height:52px;line-height:52px;color:#666;font-size:18px;text-align:center;vertical-align:top;border-radius:27px;border:1px solid #cdcdcd;background-color:#fff;}
#iservice .list a:last-child() {margin-right:0;}
#iservice .list a img {width:100%;border-radius:5px;}
#iservice .list a:hover {color:#fff;border-color:#193a96;background-color:#193a96;}

#inews {position:relative;height:550px;}
#inews > div {position:absolute;top:0;left:50%;display:flex;margin-left:-960px;width:1920px;height:100%;background-color:#373535;}
#inews .imgs {width:50%;height:100%;overflow:hidden;}
#inews .imgs .swiper-container {width:100%;font-size:0px;}
#inews .imgs .swiper-wrapper {width:100%;height:auto;}
#inews .imgs .swiper-slide {transition:none;}
#inews .imgs .swiper-slide img {width:100%;}

#inews .text {position:relative;padding:70px 330px 0 80px;width:50%;color:#fff;box-sizing:border-box;}
#inews .text a {color:#fff;}
#inews .text > h2 {font-size:30px;font-weight:normal;}
#inews .text .swiper-container {width:100%;}
#inews .text .swiper-wrapper {width:100%;height:auto;}
#inews .text .swiper-slide {transition:none;}
#inews .text .swiper-slide h2 {margin-top:60px;font-size:20px;font-weight:normal;line-height:1.4;}
#inews .text .swiper-slide h2:after {display:block;margin-top:35px;width:50px;height:3px;content:"";background-color:#c9c9c9;}
#inews .text .swiper-slide p {margin-top:40px;height:112px;line-height:28px;-webkit-line-clamp:4;}
#inews .text .swiper-pagination {position:absolute;bottom:65px;left:80px;height:4px;font-size:0px;text-align:left;}
#inews .text .swiper-pagination span {margin:0;width:35px;height:4px;font-size:0px;opacity:1;box-sizing:border-box;border-radius:0;background:#ccc;overflow:hidden;}
#inews .text .swiper-pagination span.swiper-pagination-bullet {margin:0 10px 0 0;}
#inews .text .swiper-pagination span.swiper-pagination-bullet-active {background:#fff;}

#ikhfw {position:relative;margin-top:80px;height:550px;background:url(/images/t1.png) no-repeat left 280px bottom -20px;background-size:450px auto;}
#ikhfw .tis h2 {color:#2d4a9d;font-size:42px;text-transform:uppercase;}
#ikhfw .tis span {position:relative;display:block;margin-top:20px;margin-bottom:20px;width:110px;height:4px;background-color:#193b99;}
#ikhfw .tis span:before {position:absolute;top:0;left:0;display:block;width:30px;height:100%;content:"";background-color:#ff0000;}
#ikhfw .tis p {color:#ccc;font-family:Arial;font-size:28px;}
#ikhfw .xxas {position:absolute;bottom:100px;left:0;display:block;width:200px;height:60px;line-height:60px;color:#fff;font-size:20px;text-align:center;background-color:#1a3d9b;}
#ikhfw .info {position:absolute;top:100px;right:0;width:520px;}
#ikhfw .info .text h3 {color:#193a96;font-size:28px;font-weight:normal;}
#ikhfw .info .text p {margin-top:12px;color:#ccc;font-size:20px;font-family:Arial;text-transform:uppercase;line-height:1.4;}
#ikhfw .info .tel {color:#2a2a2a;font-size:26px;}
#ikhfw .info .tel:before {display:block;margin-top:40px;margin-bottom:40px;width:50px;height:4px;content:"";background-color:#193b99;}
#ikhfw .info .tel h2 {margin-top:6px;font-family:Arial;}

/*===================================================================================*/

.nodata {padding:150px 0px;color:#999;font-size:18px;text-align:center;}
#tcur {position:relative;margin-top:70px;height:38px;border-bottom:2px solid #dedede;}
#tcur .navs {padding-top:3px;color:#666;}
#tcur .navs a {color:#666;}
#tcur .navs a:hover {color:#2d4a9d;}
#tcur .menus {position:absolute;top:0;right:0px;height:40px;}
#tcur .menus a {display:inline-block;margin-left:10px;padding:0 15px;min-width:80px;height:100%;font-size:14px;text-align:center;vertical-align:top;box-sizing:border-box;}
#tcur .menus a.active , #tcur .menus a:hover {color:#2d4a9d;border-bottom:2px solid #2d4a9d;}
#tcur .search {position:absolute;top:-8px;right:0;width:250px;height:32px;border:1px solid #dedede;}
#tcur .search input {padding:0 10px;width:100%;height:32px;line-height:30px\9;font-size:12px;border:none;background:#fff;}
#tcur .search i {position:absolute;top:-1px;right:-1px;display:block;width:42px;height:34px;line-height:34px;color:#fff;font-size:18px;text-align:center;background-color:#2d4a9d;cursor:pointer;}
#tmenu {margin-top:20px;height:38px;border-bottom:2px solid #dedede;}
#tmenu a {display:inline-block;margin-right:20px;padding:0 20px;min-width:92px;height:40px;font-size:16px;text-align:center;vertical-align:top;box-sizing:border-box;}
#tmenu a:last-child {margin-right:0;}
#tmenu a.active , #tmenu a:hover {color:#2d4a9d;border-bottom:2px solid #2d4a9d;}

.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:180px;height:55px;color:#fff;font-size:18px;box-sizing:border-box;border:none;background-color:#1a3d9b;cursor:pointer;}
.button:hover {background-color:#002d92;}

.editorc_nrs {padding-top:50px;width:100%;box-sizing:border-box;overflow:hidden;}
.editorc_box {padding-top:2.5%;width:100%;box-sizing:border-box;overflow:hidden;}
.editorc {line-height:1.65;}
.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.65;}
.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-top:50px;padding-top:30px;color:#555;font-size:15px;border-top:2px solid #dedede;overflow:hidden;}
#prevnext p {display:inline-block;width:48%;}
#prevnext p:nth-child(2) {margin-left:4%;text-align:right;}
#prevnext_back {margin-top:50px;text-align:center;}
#prevnext_back:before {position:relative;top:2px;display:inline-block;margin-right:10px;width:19px;height:18px;content:"";vertical-align:top;background:url(/images/back.png) no-repeat;}
#prevnext_back a {display:inline-block;color:#193b99;font-size:18px;vertical-align:top;}

/*===================================================================================*/
/* 关于我们 */

.atis h3 {color:#193a96;font-size:38px;}
.atis p {display:none;margin-top:8px;color:#d0d0d0;font-size:30px;text-transform:uppercase;}
.atis:after {display:block;margin-top:30px;width:30px;height:2px;content:"";background-color:#9c9c9c;}

#aboutus {background:url(/images/ipros_bg.jpg) no-repeat center top/cover;overflow:hidden;}
#aboutus > div {display:flex;position:relative;left:50%;margin-left:-960px;padding:120px 0;width:1920px;}
#aboutus .imgs {flex:0 0 auto;width:40%;font-size:0;}
#aboutus .imgs img {width:100%;}
#aboutus .text {flex:1 1 auto;padding-left:80px;padding-right:200px;box-sizing:border-box;}
#aboutus .text .entis {color:#d0d0d0;font-size:38px;}
#aboutus .text .intro1 {color:#1c1c1c;font-size:16px;font-weight:bold;line-height:1.6;}
#aboutus .text .intro2 {font-size:14px;line-height:1.6;}
#aboutus .text .ys {padding:20px 0;}
#aboutus .text .ys li {display:inline-block;margin-right:50px;vertical-align:top;}
#aboutus .text .ys li:last-child {margin-right:0;}
#aboutus .text .ys li div {color:#183993;font-size:30px;}
#aboutus .text .ys li div span {position:relative;bottom:2px;margin-left:3px;font-size:14px;}
#aboutus .text .ys li p {color:#222;font-size:14px;}

#culture {margin-top:120px;margin-bottom:100px;}
#culture .info {display:flex;}
#culture .info .text {flex:1 1 auto;padding-right:50px;box-sizing:border-box;}
#culture .info .text .list li {margin-top:40px;}
#culture .info .text .list li h4 {color:#333;font-size:22px;}
#culture .info .text .list li h4 span {display:none;}
#culture .info .text .list li p {margin-top:12px;color:#999;font-size:14px;line-height:1.8;}
#culture .info .imgs {flex:0 0 auto;width:50%;font-size:0;}
#culture .info .imgs img {width:100%;}

#culture .qyjs > h4 {margin-top:40px;color:#333;font-size:22px;}
#culture .qyjs > h4 span {margin-left:5px;color:#d0d0d0;font-size:14px;font-weight:normal;}
#culture .qyjs ul {display:flex;flex-flow:row wrap;}
#culture .qyjs ul li {margin-top:2%;padding:60px;width:49%;color:#999;font-size:14px;line-height:1.8;box-sizing:border-box;border:2px solid #eaeaea;}
#culture .qyjs ul li:nth-child(even) {margin-left:2%;}
#culture .qyjs ul li h4 {color:#888;font-size:20px;}
#culture .qyjs ul li h4 span {margin-left:5px;color:#d0d0d0;font-size:14px;font-weight:normal;}

#history {background-color:#f5f5f5;}
#history > div {position:relative;height:850px;}
#history .atis {position:absolute;top:100px;left:0;z-index:2;}

#history .info {position:absolute;bottom:180px;right:0;z-index:1;padding:0 80px;width:575px;height:500px;}
#history .info .swiper-container {position:relative;z-index:2;width:100%;height:100%;font-size:0px;}
#history .info .swiper-wrapper {width:100%;height:100%;}
#history .info .swiper-slide {position:relative;height:100%;}
#history .info .swiper-slide .number {position:absolute;top:0;left:0;z-index:2;display:block;width:100%;color:#2d4a9e;font-family:Arial;font-size:260px;font-weight:bold;text-align:center;}
#history .info .swiper-slide .text {display:flex;align-items:center;position:absolute;bottom:0;left:0;z-index:1;width:100%;height:300px;overflow:hidden;}
#history .info .swiper-slide .text .desc {flex:1 1 auto;margin-right:30px;color:#333;font-size:14px;line-height:1.65;}
#history .info .swiper-slide .text .imgs {flex:0 0 auto;width:267px;height:300px;font-size:0;}
#history .info .swiper-slide .text .imgs img {width:100%;height:100%;}
#history .info .swiper-prev {left:0;}
#history .info .swiper-next {right:0;}
#history .info .swiper-button {position:absolute;top:50%;z-index:2;margin-top:-25px;color:#999;font-size:50px;cursor:pointer;}
#history .info .swiper-button:hover {color:#193a96;}
#history .info .swiper-button-disabled {opacity:0.3;cursor:default;}
#history .info .swiper-button-disabled:hover {color:#999;}

#history .year {position:absolute;bottom:80px;left:0;padding:0 80px;width:100%;height:55px;box-sizing:border-box;}
#history .year:after {position:absolute;top:8px;left:0;z-index:1;display:block;width:100%;height:3px;content:"";background-color:#9c9d9f}
#history .year .swiper-container {position:relative;z-index:2;width:100%;height:100%;font-size:0px;}
#history .year .swiper-wrapper {width:100%;height:100%;}
#history .year .swiper-slide {position:relative;width:20%;height:100%;color:#999;}
#history .year .swiper-slide span {position:absolute;top:0;left:50%;display:block;margin-left:-9px;width:19px;height:19px;content:"";border-radius:50%;background-color:#9c9d9f;cursor:pointer;}
#history .year .swiper-slide p {position:absolute;bottom:0;left:0;width:100%;font-family:Arial;font-size:22px;font-weight:bold;text-align:center;}
#history .year .swiper-slide-active {color:#193a96;}
#history .year .swiper-slide-active span {background-color:#193a96;}

#cers {position:relative;margin-top:100px;margin-bottom:100px;}
#cers .fls {position:absolute;top:45px;right:0;}
#cers .fls li {display:inline-block;padding:0 30px;height:42px;line-height:42px;color:#333;font-size:16px;vertical-align:top;border:1px solid #e1e1e1;cursor:pointer;}
#cers .fls li.active {color:#fff;border-color:#193a96;background-color:#193a96;}
#cers .list {display:none;position:relative;margin-top:50px;padding:0 60px;}
#cers .swiper-container {position:relative;z-index:2;width:100%;height:auto;font-size:0px;}
#cers .swiper-wrapper {width:100%;}
#cers .swiper-slide {text-align:center;}
#cers .swiper-slide img {width:100%;}
#cers .swiper-slide p {margin-top:12px;font-size:16px;line-height:1.5;}
#cers .swiper-prev {left:0;}
#cers .swiper-next {right:0;}
#cers .swiper-button {position:absolute;top:50%;z-index:2;margin-top:-20px;width:40px;height:40px;color:#fff;font-size:18px;line-height:40px;text-align:center;border-radius:50%;background-color:#193a96;cursor:pointer;}

/*===================================================================================*/
/* 产品列表 */

#pros_left {float:left;width:270px;}
#pros_left .tis {margin-top:70px;height:90px;line-height:90px;text-align:center;background:url(/images/t3.jpg) no-repeat center bottom;}
#pros_left .tis h2 {display:inline-block;color:#fff;font-size:22px;font-weight:normal;vertical-align:top;}
#pros_left .tis h2:before {display:inline-block;margin-right:10px;width:5px;height:5px;content:"";vertical-align:middle;border:1px solid #fff;transform:rotate(48deg);}
#pros_left .tis h2:after {display:inline-block;margin-left:10px;width:5px;height:5px;content:"";vertical-align:middle;border:1px solid #fff;transform:rotate(48deg);}
#pros_left dl {}
#pros_left dl dd {margin-top:10px;}
#pros_left dl dd > a {display:block;position:relative;padding:16px 30px 15px 20px;font-size:16px;line-height:1.5;border:1px solid #e0e0e0;background-color:#eaeaea}
#pros_left dl dd > a i {position:absolute;top:50%;right:10px;margin-top:-7px;display:block;color:#666;font-size:12px;}
#pros_left dl dd > a.curt {color:#fff;border-color:#2d4a9d;background-color:#2d4a9d;}
#pros_left dl dd > a.curt i {margin-top:-9px;color:#fff;transform:rotate(90deg);}
#pros_left dl dd ul {padding:1px 15px 15px 15px;border:1px solid #e0e0e0;border-top:none;}
#pros_left dl dd ul li {margin-top:10px;font-size:13px;}
#pros_left dl dd ul li a {color:#666;}
#pros_left dl dd ul li a:hover {color:#2d4a9d;}

#pros_right {float:right;width:900px;}
#products {display:flex;flex-flow:row wrap;font-size:0px;}
#products a {margin:3% 3% 0 0;width:31.33333%;font-size:0px;text-align:center;background-color:#f0f0f0;}
#products a:nth-child(3n) {margin-right:0;}
#products a img {width:100%;background-color:#fff;}
#products a h2 {padding:0 12px;height:60px;font-size:14px;font-weight:normal;line-height:1.5;}
#products a:hover {color:#fff;background-color:#2d4a9d;}

#pros_hot .tis {padding:70px 0 12px 0;border-bottom:2px solid #dedede;}
#pros_hot .tis h2 {display:inline-block;padding-left:30px;color:#2d4a9d;font-size:20px;vertical-align:top;background:url(/images/icon1.png) no-repeat 0 2px;}
#pros_hot .swiper-container {margin-top:25px;margin-bottom:20px;width:100%;font-size:0px;}
#pros_hot .swiper-wrapper {width:100%;height:auto;}
#pros_hot .swiper-slide {transition:none;}
#pros_hot .swiper-slide a {display:block;text-align:center;}
#pros_hot .swiper-slide a img {width:100%;background-color:#fff;}
#pros_hot .swiper-slide a h2 {padding:0 10px;height:50px;line-height:50px;font-size:14px;font-weight:normal;background-color:#f0f0f0;}
#pros_hot .swiper-slide a:hover h2 {color:#fff;background-color:#2d4a9d;}
#pros_hot .swiper-pagination {position:static;bottom:0;left:0;width:100%;height:12px;font-size:0px;}
#pros_hot .swiper-pagination span {margin:0px;width:12px;height:12px;font-size:0px;opacity:1;box-sizing:border-box;border-radius:50%;background:#ccc;overflow:hidden;}
#pros_hot .swiper-pagination span.swiper-pagination-bullet {margin:0 6px;}
#pros_hot .swiper-pagination span.swiper-pagination-bullet-active {background:#0a5cb2;}

#prods .info {display:flex;margin-top:25px;padding:25px;padding-right:40px;background-color:#fff;}
#prods .info .imgs {flex:0 0 auto;position:relative;width:50%;font-size:0;}
#prods .info .imgs img {width:100%;}
#prods .info .imgs a {position:absolute;bottom:0;right:0;display:block;width:50px;height:42px;line-height:42px;text-align:center;background-color:#f3f3f3;}
#prods .info .imgs a i {font-size:18px;}
#prods .info .text {flex:1 1 auto;margin-left:40px;}
#prods .info .text h1 {padding:10px 0 30px 0;color:#222;font-size:22px;font-weight:normal;}
#prods .info .text .desc {padding:30px 0;font-size:14px;line-height:1.8;border-top:2px solid #dedede;border-bottom:2px solid #dedede;}
#prods .info .text .btns {margin-top:40px;}
#prods .info .text .btns a {display:inline-block;margin-right:2%;width:32%;height:46px;line-height:46px;color:#fff;text-align:center;font-size:12px;vertical-align:top;border-radius:4px;}
#prods .info .text .btns a:before {display:inline-block;margin-right:5px;content:"";vertical-align:middle;background-repeat:no-repeat;}
#prods .info .text .btns a:last-child {margin-right:0;}
#prods .info .text .btns .zx {background-color:#2d4a9d;}
#prods .info .text .btns .zx:before {width:17px;height:15px;background-image:url(/images/icon2.png);}
#prods .info .text .btns .tb {background-color:#fd5100;background-image:-webkit-linear-gradient(left,#fd5100,#ff7c00);background-image:-moz-linear-gradient(left,#fd5100,#ff7c00);background-image:-ms-linear-gradient(left,#fd5100,#ff7c00);background-image:-o-linear-gradient(left,#fd5100,#ff7c00);background-image:linear-gradient(left,#fd5100,#ff7c00);}
#prods .info .text .btns .tb:before {width:25px;height:19px;background-image:url(/images/icon3.png);}
#prods .info .text .btns .jd {background-color:#e12319;}
#prods .info .text .btns .jd:before {width:24px;height:19px;background-image:url(/images/icon4.png);}

#prods .nrl {float:left;margin-top:10px;padding:20px 25px 30px 25px;width:920px;box-sizing:border-box;background-color:#fff;}
#prods .nrl .tis {height:38px;border-bottom:1px solid #dedede;}
#prods .nrl .tis h3 {display:inline-block;padding:0 20px;height:38px;color:#222;font-size:16px;vertical-align:top;border-bottom:1px solid #2d4a9d;}
#prods .nrl .editorc {margin-top:20px;}
#prods .nrr {float:right;margin-top:10px;padding:20px 20px 30px 20px;width:270px;box-sizing:border-box;background-color:#fff;}
#prods .nrr h4 {height:38px;color:#222;font-size:16px;vertical-align:top;border-bottom:1px solid #dedede;}
#prods .nrr a {display:block;margin-top:20px;font-size:0;text-align:center;}
#prods .nrr a img {width:100%;box-sizing:border-box;border:1px solid #e5e5e5;}
#prods .nrr a h2 {padding:10px;line-height:1.4;font-size:12px;font-weight:normal;background-color:#f5f5f5;}
#prods .nrr a:hover h2 {color:#fff;background-color:#2d4a9d;}

#parts .tis {margin-top:50px;color:#222;font-size:28px;font-weight:normal;font-weight:normal;}
#parts .list {display:flex;margin-top:30px;background-color:#fff;}
#parts .list .imgs {flex:0 0 auto;width:45%;font-size:0;}
#parts .list .imgs img {width:100%;}
#parts .list .text {flex:1 1 auto;padding:50px 60px;box-sizing:border-box;}
#parts .list .text h2 {padding-bottom:30px;color:#222;font-size:22px;font-weight:normal;}
#parts .list .text p {padding:20px 0;color:#333;font-size:14px;line-height:1.8;border-top:2px solid #dedede;border-bottom:2px solid #dedede;}
#parts .list .text p span {display:block;font-size:20px;}
#parts .list .text div {margin-top:40px;}
#parts .list .text div a {display:inline-block;width:144px;height:46px;line-height:46px;color:#fff;text-align:center;vertical-align:top;border-radius:4px;background-color:#2d4a9d;}

/*===================================================================================*/
/* 新闻列表 */

#news li {display:flex;align-items:center;position:relative;margin-top:50px;padding-right:324px;min-height:248px;box-sizing:border-box;background-color:#f7f7f7;}
#news li .date {flex:0 0 auto;position:relative;width:180px;height:132px;font-size:16px;text-align:center;border-right:1px solid #b5b5b5;}
#news li .date span {font-size:60px;}
#news li .text {flex:1 1 auto;padding:20px 60px 20px 40px;}
#news li .text h2 {font-size:16px;font-weight:normal;line-height:1.4;}
#news li .text p {margin-top:15px;margin-bottom:20px;height:72px;line-height:24px;font-size:12px;overflow:hidden;}
#news li img {position:absolute;top:50%;right:24px;margin-top:-100px;width:300px;height:200px;}
#news_info h1 {padding:50px 0 10px 0;color:#222;font-size:24px;font-weight:normal;line-height:1.2;text-align:center;}

#news_tjs {margin-top:50px;}
#news_tjs .swiper-container {width:100%;}
#news_tjs .swiper-wrapper {width:100%;height:auto;}
#news_tjs .swiper-slide {display:flex;transition:none;background-color:#f7f7f7;}
#news_tjs .swiper-slide .imgs {flex:0 0 auto;width:50%;font-size:0;}
#news_tjs .swiper-slide .imgs img {width:100%;}
#news_tjs .swiper-slide .text {flex:1 1 auto;position:relative;padding:40px;box-sizing:border-box;}
#news_tjs .swiper-slide .text .date {font-size:16px;}
#news_tjs .swiper-slide .text h2 {padding:15px 0 18px 0;font-size:20px;font-weight:normal;line-height:1.4;}
#news_tjs .swiper-slide .text .desc {height:120px;line-height:24px;overflow:hidden;}
#news_tjs .swiper-slide .text > a {position:absolute;bottom:40px;right:40px;}
#news_tjs .swiper-pagination {position:static;bottom:0;left:0;margin-top:20px;width:100%;height:10px;font-size:0px;}
#news_tjs .swiper-pagination span {margin:0;width:10px;height:10px;font-size:0px;opacity:0.5;box-sizing:border-box;border-radius:50%;background:#ccc;overflow:hidden;}
#news_tjs .swiper-pagination span.swiper-pagination-bullet {margin:0 6px;}
#news_tjs .swiper-pagination span.swiper-pagination-bullet-active {opacity:1;background:#0a5cb2;}

/*===================================================================================*/
/* 服务与支持 */

#service {margin-top:50px;}
#service a {position:relative;display:inline-block;width:25%;height:350px;vertical-align:top;background-size:100% auto;background-repeat:no-repeat;background-position:center top;overflow:hidden;}
#service a:nth-child(1) {background-image:url(/images/fwbg1.jpg);}
#service a:nth-child(2) {background-image:url(/images/fwbg2.jpg);}
#service a:nth-child(3) {background-image:url(/images/fwbg3.jpg);}
#service a:nth-child(4) {background-image:url(/images/fwbg4.jpg);}
#service a div {position:absolute;top:260px;left:0;padding:0 20px;width:100%;text-align:center;box-sizing:border-box;}
#service a h2 {color:#1a1a1a;font-size:22px;font-weight:normal;}
#service a p {display:none;}
#service a:hover h2 {color:#2d4a9d;}

#wxfw .tis {margin-top:30px;}
#wxfw .tis h4 {display:inline-block;padding:0 22px;min-width:130px;height:40px;line-height:40px;color:#fff;font-size:18px;font-weight:normal;text-align:center;vertical-align:top;background-color:#2d4a9d;}
#wxfw .editorc {margin-top:30px;}
#wxfw .editorc:nth-child(2) {padding-bottom:30px;}

#download {padding-top:10px;}
#download li {position:relative;margin-top:30px;padding-right:150px;height:24px;line-height:24px;font-size:16px;background:url(/images/xzline.png) repeat-x left center;}
#download li div {display:inline-block;padding-left:30px;padding-right:20px;height:100%;vertical-align:top;background:url(/images/arrow1.png) no-repeat left center #f7f7f7;}
#download li span {position:absolute;top:0;right:0;z-index:2;display:block;height:100%;background-color:#f7f7f7;}

#video {display:flex;flex-flow:row wrap;}
#video a {margin:3% 3% 0 0;width:31.333%;font-size:0px;text-align:center;background-color:#f7f7f7;}
#video a:nth-child(3n) {margin-right:0;}
#video a div {position:relative;}
#video a div:after {position:absolute;top:0;left:0;z-index:2;display:block;width:100%;height:100%;content:"";background:url(/images/play.png) no-repeat center center;}
#video a img {width:100%;}
#video a h2 {padding:0 12px;height:60px;font-size:14px;font-weight:normal;line-height:1.5;}
#video a:hover {color:#fff;background-color:#2d4a9d;}
#video_play {width:1200px;height:672px;font-size:0px;background-color:#000;overflow:hidden;}

#faq {margin-top:50px;}
#faq .lnrs {float:left;width:72%;}
#faq .list a {position:relative;display:block;margin-top:25px;padding:22px 80px 22px 30px;font-size:16px;line-height:1.4;border:1px solid #dedede;background-color:#fff;}
#faq .list a:first-child {margin-top:0;}
#faq .list a span {position:absolute;top:50%;right:25px;display:block;margin-top:-8px;width:16px;height:16px;}
#faq .list a span:before {position:absolute;top:50%;left:0;display:block;margin-top:-1px;width:100%;height:2px;content:"";background-color:#bdbdbd;}
#faq .list a span:after {position:absolute;top:0;left:50%;display:block;margin-left:-1px;width:2px;height:100%;content:"";background-color:#bdbdbd;}
#faq .rnrs {float:right;width:25%;background-color:#fff;}
#faq .imgs {font-size:0;}
#faq .imgs img {width:100%;}
#faq .text {padding:18px;}
#faq .text h4 {font-size:14px;line-height:1.5;}
#faq .text div p {margin-top:15px;}
#faq .text div p i {margin-right:8px;color:#2e4ca0;}
#faq .text div p .icon-tel {font-size:18px;}
#faq .text div p .icon-email-light {font-size:12px;}
#faq .text a {display:block;margin-top:25px;height:50px;line-height:50px;color:#fff;font-size:16px;text-align:center;background-color:#2d4a9d;}

#fws h2 {padding:80px 0 20px 0;color:#000;font-size:26px;}
#fws div {display:flex;justify-content:space-between;}
#fws div a {position:relative;width:32.3%;height:200px;background-position:center center;background-repeat:no-repeat;overflow:hidden;}
#fws div a:before {position:absolute;top:0;left:0;z-index:1;display:block;width:100%;height:100%;content:"";background-color:rgba(36,82,211,0.6);}
#fws div a:nth-child(1) {background-image:url(/images/fwimg1.jpg);}
#fws div a:nth-child(2) {background-image:url(/images/fwimg2.jpg);}
#fws div a:nth-child(3) {background-image:url(/images/fwimg3.jpg);}
#fws div a p {position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;}
#fws div a p span {width:100%;color:#fff;font-size:22px;text-align:center;}

/*===================================================================================*/
/* 联系我们 */

#contact {display:flex;align-items:center;margin-top:40px;background-color:#f6f6f6;}
#contact .text {flex:1 1 auto;padding:35px;box-sizing:border-box;}
#contact .text > h3 {color:#222;font-size:20px;}
#contact .text > h3:nth-child(3) {margin-top:40px;}
#contact .text .editorc {margin-top:10px;line-height:2.2;}
#contact .map {flex:0 0 auto;width:55%;font-size:0;}
#contact .map img {width:100%;}

#message {margin-top:40px;}
#message .tis {padding-bottom:12px;border-bottom:1px solid #e4e4e4;}
#message .tis h3 {position:relative;padding-left:13px;color:#222;font-size:22px;}
#message .tis h3:before {position:absolute;top:7px;left:0;display:block;width:4px;height:17px;content:"";background-color:#2d4a9d;}
#message .text {padding:12px 0 30px 0;color:#999;}
#message .inputs {display:inline-block;margin-bottom:20px;width:48%;font-size:0; vertical-align:top;}
#message .inputs p {margin-bottom:8px;font-size:14px;}
#message .inputs p span {position:relative;top:3px;margin-left:5px;color:#ff0000;font-size:14px;}
#message .inputs input {padding:0 12px;width:100%;height:54px;border:2px solid #ececec;}
#message .inputs textarea {padding:10px 12px;width:100%;height:180px;border:2px solid #ececec;}
#message .mar {margin-left:4%;}
#message .btn {padding-top:20px;text-align:center;}

/*===================================================================================*/

#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);}

/*===================================================================================*/
/* 浮动在线客服 */

#float_os {position:fixed;top:50%;right:0px;z-index:98;margin-top:-120px;width:80px;}
#float_os li {position:relative;margin-bottom:3px;height:80px;color:#fff;font-size:12px;text-align:center;border-radius:6px;background-repeat:no-repeat;background-color:#2d4a9d;cursor:pointer;}
#float_os li a {display:block;width:100%;height:100%;color:#fff;box-sizing:border-box;}
#float_os li span {position:absolute;bottom:8px;left:0;display:block;width:100%;}
#float_os .zx {background-image:url(/images/float_os_zx.png);background-position:center 12px;}
#float_os .fl {background-image:url(/images/float_os_fl.png);background-position:center 12px;}
#float_os .top {background-image:url(/images/float_os_top2.png);background-position:center 15px;}

/*===================================================================================*/

#news_page {margin-top:50px;width:100%;}
#products_page {margin-top:50px;width:100%;}
.fypage {font-size:0px;text-align:center;overflow:hidden;}
.fypage a,.fypage span {display:inline-block;margin:0px 5px;padding:0px 10px;height:32px;line-height:30px;font-size:16px;color:#999;border:1px solid #d9d9d9;text-align:center;vertical-align:top;box-sizing:border-box;overflow:hidden;}
.fypage a:hover {color:#fff;border-color:#2d4a9d;background-color:#2d4a9d;}
.fypage span.fypage_current {color:#fff;border-color:#2d4a9d;background-color:#2d4a9d;}
.fypage_sl {display:inline-block;padding:0px 3px;height:28px;color:#999;font-size:12px;line-height:24px;vertical-align:top;}
.fypage .fypage_prev,.fypage .fypage_next {color:#aaa;font-family:"宋体";font-weight:bold;}

@media only screen and (max-width: 1280px){
	#inews {height:413px;}
	#inews > div {margin-left:-720px;width:1440px;}
	#inews .text {padding:50px 130px 0 50px;}
	#inews .text .swiper-slide h2 {margin-top:40px;}
	#inews .text .swiper-slide p {margin-top:30px;height:84px;line-height:28px;-webkit-line-clamp:3;}
	#inews .text .swiper-pagination {bottom:40px;left:50px;}
	
	#aboutus > div {margin-left:-720px;padding:80px 0;width:1440px;}
	#aboutus .imgs {width:45%;}
	#aboutus .text {padding-left:40px;padding-right:150px;}

	#float_os {margin-top:-90px;width:60px;}
	#float_os li {height:60px;font-size:12px;border-radius:4px;}
	#float_os li span {bottom:8px;}
	#float_os .zx {background-size:auto 18px;background-position:center 12px;}
	#float_os .fl {background-size:auto 18px;background-position:center 12px;}
	#float_os .top {background-size:auto 20px;background-position:center 10px;}
}