﻿@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:#3994e4;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;}
/*===================================================================================*/

#header {background-color:#fff;}
#header .wrap {position:relative;z-index:99;height:127px;}
#header .logo {position:absolute;top:50%;left:0;z-index:1;display:flex;align-items:center;height:100px;transform:translateY(-50%);}
#header .logo .imgs {font-size:0px;height:100%;}
#header .logo .imgs img {max-height:100%;}
#header .logo .text {margin-left:25px;padding-left:22px;height:70px;color:#333;font-size:20px;border-left:1px solid #d2d2d2;}
#header .logo .text p:nth-child(1) {color:#3793e4;font-size:26px;font-weight:bold;}
#header .logo .text p:nth-child(2) {margin-top:8px;}
#header .lang {position:absolute;top:12px;right:0;font-size:16px;}
#header .lang a:nth-child(1) {color:#3994e4;font-weight:bold;}
#header .tel {position:absolute;top:60px;right:0;padding-left:60px;min-height:66px;color:#333;font-size:14px;background:url(../images/header_tel.png) no-repeat;background-size:48px auto;}
#header .tel h2 {margin-top:3px;color:#3793e4;font-size:24px;font-family:Arial;line-height:1.1;}

#nav {position:relative;z-index:90;border-bottom:4px solid #f08301;background-color:#3793e4;}
#nav ul li {position:relative;z-index:1;display:inline-block;width:120px;height:62px;vertical-align:top;}
#nav ul li > a {position:relative;left:-20px;display:block;width:168px;height:100%;line-height:62px;color:#fff;font-size:15px;text-align:center;}
#nav li > a.nav_over {background:url(../images/nav_over.png) no-repeat;}
#nav li:hover:hover {z-index:2;}
#nav li:hover > a {background:url(../images/nav_over.png) no-repeat;}
#nav li:hover p {display:block;}
#nav li p {position:absolute;top:100%;left:43px;display:none;padding:10px;width:180px;box-sizing:border-box;background-color:#f08301;}
#nav li p a {display:block;padding:8px 5px;color:#fff;text-align:center;}
#nav li p a:hover {background-color:#3793e4;}

#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:20px;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:#0068b6;overflow:hidden;}
#banner .swiper-pagination span.swiper-pagination-bullet {margin:0 5px;}
#banner .swiper-pagination span.swiper-pagination-bullet-active {background:#f08301;}

#mbanner {display:none;}
#mbanner .swiper-container {width:100%;font-size:0;}
#mbanner .swiper-wrapper {width:100%;height:auto;}
#mbanner .swiper-slide {width:100%;}
#mbanner .swiper-slide img {width:100%;}
#mbanner .swiper-pagination {position:absolute;bottom:12px;left:0;height:10px;font-size:0px;text-align:center;}
#mbanner .swiper-pagination span {margin:0;width:10px;height:10px;font-size:0px;box-sizing:border-box;border-radius:50%;background:#0068b6;opacity:1;overflow:hidden;}
#mbanner .swiper-pagination span.swiper-pagination-bullet {margin:0 5px;}
#mbanner .swiper-pagination span.swiper-pagination-bullet-active {background:#f08301;}

#banners {height:363px;background-position:center center;background-repeat:no-repeat;}
#mbanners {display:none;font-size:0;}
#mbanners img {width:100%;}

#ssk {background:url(../images/search_bg.png) no-repeat center top;}
#ssk .wrap {position:relative;height:49px;overflow:hidden;}
#ssk .keys {padding-left:20px;padding-right:350px;color:#fff;font-size:16px;font-weight:bold;line-height:49px;}
#ssk .keys a {margin-left:30px;color:#fff;}
#ssk .keys a:hover {text-decoration:underline;}
#ssk .search {position:absolute;top:7px;right:0;width:280px;height:32px;border-radius:16px;background-color:#fff;overflow:hidden;}
#ssk .search input {padding:0 15px;width:100%;height:100%;border:none;background-color:#fff;}
#ssk .search i {position:absolute;top:0px;right:0;display:block;width:40px;height:32px;line-height:32px;color:#333;font-size:18px;text-align:center;cursor:pointer;}

.wrap {margin-left:auto;margin-right:auto;width:1200px;box-sizing:border-box;}
#content {padding-top:20px;padding-bottom:50px;}
#left {float:left;width:260px;}
#right {float:right;width:900px;overflow:hidden;}
#footer {color:#e4e4e4;background-color:#363636;}
#footer a {color:#e4e4e4;}
#footer a:hover {color:#f08301;}
#footer .wrap {position:relative;}
#footer .info {display:flex;align-items:center;padding-top:40px;padding-bottom:40px;}
#footer .info .logo {text-align:center;}
#footer .info .logo .imgs {font-size:0;}
#footer .info .logo .imgs img {height:120px;}
#footer .info .logo .text {margin-top:15px;}
#footer .info .logo .text p:nth-child(1) {font-size:17px;font-weight:bold;}
#footer .info .logo .text p:nth-child(2) {margin-top:5px;font-size:12px;}
#footer .info .lxfs {margin-left:40px;padding-left:20px;border-left:1px solid #545454;}
#footer .info .lxfs > div {margin-top:12px;padding-left:32px;color:#888;background-repeat:no-repeat;background-position:0 2px;}
#footer .info .lxfs > div:first-child {margin-top:0;}
#footer .info .lxfs .email {background-image:url(../images/icon-email.png);}
#footer .info .lxfs .phone {background-image:url(../images/icon-phone.png);}
#footer .info .lxfs .tels {background-image:url(../images/icon-tel.png);}
#footer .info .lxfs .address {background-image:url(../images/icon-address.png);}
#footer .info .lxfs .copyright {background-image:url(../images/icon-copyright.png);}
#footer .info .lxfs a {color:#888;}
#footer .info .lxfs a:hover {color:#f08301;}
#footer .tel {position:absolute;top:40px;right:200px;padding-left:50px;min-height:42px;font-size:14px;font-weight:bold;background:url(../images/footer_tel.png) no-repeat;}
#footer .tel h2 {font-size:24px;font-weight:normal;}
#footer .qrcode {position:absolute;top:40px;right:0;width:120px;text-align:center;}
#footer .qrcode img {width:100%;}
#footer .qrcode p {margin-top:5px;}

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

.itis {padding-top:60px;text-align:center;border-bottom:1px solid #dcdcdc;}
.itis:after {position:relative;top:3px;display:block;margin:0 auto;width:108px;height:5px;content:"";background-color:#3793e4;}
.itis h2 {padding-bottom:10px;color:#3793e4;font-size:24px;}
.itss {margin-top:12px;color:#999;text-align:center;}

.itis2 {padding-top:60px;text-align:center;border-bottom:1px solid #dcdcdc;}
.itis2:after {position:relative;top:3px;display:block;margin:0 auto;width:108px;height:5px;content:"";background-color:#3793e4;}
.itis2 div {padding-bottom:10px;}
.itis2 div h2 {color:#f08301;font-size:36px;}
.itis2 div p {color:#333;font-size:30px;font-weight:bold;}

#ibusiness .list {font-size:0;}
#ibusiness .list a {position:relative;display:inline-block;margin:4% 4% 0 0;width:30.66666%;vertical-align:top;}
#ibusiness .list a:nth-child(3n) {margin-right:0;}
#ibusiness .list a:before {position:absolute;top:0;left:0;z-index:1;display:block;width:100%;height:100%;content:"";background-color:rgba(0,0,0,0.4);}
#ibusiness .list a img {width:100%;}
#ibusiness .list a div {position:absolute;top:0;left:0;z-index:2;width:100%;height:100%;}
#ibusiness .list a div h2 {margin:0 auto;padding:20px;width:60%;height:40%;color:#fff;font-size:18px;font-weight:normal;box-sizing:border-box;border:2px solid rgba(255,255,255,0.5);overflow:hidden;}
#ibusiness .list a div h2 span {width:100%;text-align:center;}
#ibusiness .list a:hover div h2 {border-color:#3793e4;background-color:#3793e4;}

#iprocess .tis {margin-top:50px;color:#333;font-size:36px;font-weight:normal;text-align:center;}
#iprocess .list {display:flex;align-items:center;justify-content:space-between;padding:30px 0 60px 0;}
#iprocess .list > div:last-child {display:none;}
#iprocess .list .text {width:116px;height:116px;text-align:center;box-sizing:border-box;border-radius:50%;border:1px solid #e6771d;}
#iprocess .list .text div {margin-top:32px;height:26px;font-size:0;}
#iprocess .list .text div span {width:100%;max-height:100%;}
#iprocess .list .text div span img {max-height:100%;}
#iprocess .list .text p {margin-top:8px;color:#333;font-size:14px;}
#iprocess .list .text p span {display:none;}
#iprocess .list .arrow {width:34px;height:14px;background:url(../images/icon1.jpg) no-repeat;}
#iprocess .mlist {display:none;}

.ibg {background-image:url(../images/bg1.png);}
#iservice .desc {padding:20px 0;color:#3894e4;font-size:30px;font-weight:bold;}
#iservice .desc p:nth-child(2) {padding-left:210px;}
#iservice .nrs {display:flex;padding:15px;padding-left:0;background-color:#3994e5;}
#iservice .nrs .name {flex:0 0 auto;width:180px;}
#iservice .nrs .name a {position:relative;display:block;padding:23px 15px;color:#fff;font-size:18px;font-weight:bold;text-align:center;border-top:1px solid #87bff2;}
#iservice .nrs .name a:last-child {border-bottom:1px solid #87bff2;}
#iservice .nrs .name a.active {background-color:#f08302;}
#iservice .nrs .name a.active:after {position:absolute;top:50%;right:-28px;display:block;margin-top:-14px;content:"";border:14px solid transparent;border-left-color:#f08302;}
#iservice .nrs .text {flex:1 1 auto;height:500px;background-color:#fff;overflow-y:auto;}
#iservice .nrs .text .editorc {display:none;padding:30px;}

#iabout .nrs {display:flex;justify-content:space-between;margin-top:40px;}
#iabout .imgs {flex:0 0 auto;width:50%;font-size:0;}
#iabout .imgs img {width:100%;}
#iabout .text {flex:1 1 auto;margin-left:40px;}
#iabout .text .xxas {display:block;margin-top:35px;width:130px;height:38px;line-height:38px;color:#fff;text-align:center;border-radius:2px;background-color:#3994e5;}
#iabout .text .xxas i {margin-left:5px;font-size:12px;}
#iabout .text .xxas:hover {background-color:#f08301;}

#iys .itis h2 strong {margin-left:20px;color:#f08301;font-size:48px;font-style:italic;}
#iys .list {display:flex;flex-flow:row wrap;justify-content:space-between;}
#iys .list li {display:flex;align-items:center;position:relative;margin-top:30px;padding-top:15px;padding-bottom:15px;width:47%;color:#555;font-weight:bold;box-sizing:border-box;background-color:#fff;}
#iys .list li:nth-child(odd) {padding-left:75px;padding-right:25px;}
#iys .list li:nth-child(odd) .number {left:0;}
#iys .list li:nth-child(odd) .number:after {right:-20px;border-left-color:#3994e4;}
#iys .list li:nth-child(even) {padding-left:25px;padding-right:75px;}
#iys .list li:nth-child(even) .number {right:0;}
#iys .list li:nth-child(even) .number:after {left:-20px;border-right-color:#3994e4;}
#iys .list li .number {position:absolute;top:0;width:75px;height:100%;color:#fff;font-size:40px;font-weight:bold;text-align:center;background-color:#3994e4;}
#iys .list li .number:after {position:absolute;top:50%;margin-top:-10px;content:"";border:10px solid transparent;}
#iys .list li .mnumber {display:none;}
#iys .list li .tis {flex:0 0 auto;width:145px;font-size:18px;text-align:center;}
#iys .list li .text {flex:1 1 auto;	padding-right:30px;font-size:15px;line-height:1.6;}
#iys .list li:hover {color:#fff;background-color:#3994e4;}
#iys .list li:hover .number {background-color:#f08301;}
#iys .list li:nth-child(odd):hover .number:after {border-left-color:#f08301;}
#iys .list li:nth-child(even):hover .number:after {border-right-color:#f08301;}

#iphotos {padding-bottom:60px;}
#iphotos .nrs {position:relative;padding-left:50px;padding-right:50px;}
#iphotos .swiper-container {margin-top:35px;width:100%;font-size:0;}
#iphotos .swiper-wrapper {width:100%;height:auto;}
#iphotos .swiper-slide {text-align:center;transition:none;}
#iphotos .swiper-slide img {width:100%;}
#iphotos .swiper-slide p {margin-top:10px;font-size:14px;}
#iphotos .swiper-pagination {position:static;bottom:0;left:0;display:none;width:100%;height:12px;font-size:0px;}
#iphotos .swiper-pagination span {margin:0px;width:12px;height:12px;font-size:0px;opacity:1;box-sizing:border-box;border-radius:50%;background:#3994e4;overflow:hidden;}
#iphotos .swiper-pagination span.swiper-pagination-bullet {margin:0 5px;}
#iphotos .swiper-pagination span.swiper-pagination-bullet-active {background:#f08301;}
#iphotos .swiper-prev {left:0;}
#iphotos .swiper-next {right:0;}
#iphotos .swiper-button {position:absolute;top:50%;margin-top:-19px;width:38px;height:38px;line-height:32px;color:#fff;font-size:14px;text-align:center;border-radius:50%;box-sizing:border-box;border:3px solid #fff;background-color:#f08301;cursor:pointer;}

#inews_box {padding:60px 0;}
#ifaq {float:left;width:380px;}
#ifaq .tis {position:relative;height:40px;border-bottom:1px solid #ccc;}
#ifaq .tis h2 {color:#3894e4;font-size:24px;}
#ifaq .tis a {position:absolute;bottom:8px;right:0;color:#888;font-weight:bold;}
#ifaq .nrs {padding-top:12px;}
#ifaq .list {padding:10px 0;font-size:12px;border-bottom:1px dashed #cdcdcd;}
#ifaq .list .name {padding-left:22px;height:16px;line-height:16px;font-weight:bold;background:url(../images/faq01.png) no-repeat;}
#ifaq .list .text {margin-top:8px;padding-left:22px;line-height:1.6;background:url(../images/faq02.png) no-repeat 0 2px;}

#inews {float:right;width:780px;}
#inews .tis {position:relative;height:40px;border-bottom:1px solid #ccc;}
#inews .tis .tabs {padding-top:7px;font-size:18px;font-weight:bold;}
#inews .tis .tabs a {display:inline-block;margin-right:50px;color:#888;}
#inews .tis .tabs a:last-child {margin-right:0;}
#inews .tis .tabs a.active {color:#3894e4;}
#inews .tis > a {position:absolute;bottom:8px;right:0;color:#888;font-weight:bold;}
#inews .boxs {display:none;padding-top:20px;}
#inews .tjs {float:left;width:375px;}
#inews .tjs .imgs {font-size:0;}
#inews .tjs .imgs {width:375px;height:165px;}
#inews .tjs .text h2 {padding:8px 0 7px 0;font-size:16px;line-height:1.6;}
#inews .tjs .text p {height:66px;line-height:22px;color:#808080;-webkit-line-clamp:3;}
#inews .tjs .text .date {position:relative;margin-top:10px;color:#999;}
#inews .tjs .text .date a {position:absolute;top:0;right:0;color:#3994e4;}
#inews .list {position:relative;top:-12px;float:right;width:380px;}
#inews .list li {position:relative;padding:0 90px 0 15px;height:41px;line-height:41px;border-bottom:1px dashed #ccc;}
#inews .list li:before {position:absolute;top:50%;left:2px;display:block;margin-top:-2px;width:4px;height:4px;border-radius:50%;content:"";background-color:#888;}
#inews .list li span {position:absolute;top:0;right:0;color:#999;font-size:12px;}

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

.left_title {padding:10px;color:#fff;font-size:18px;text-align:center;border-radius:8px 8px 0 0;background-color:#3793e4;}
.left_menu {padding:5px;border-radius:0 0 8px 8px;background-color:#f08301;}
.left_menu dl {padding:0 12px 20px 12px;border-radius:0 0 6px 6px;background-color:#fff;}
.left_menu dd > a {display:block;position:relative;padding:20px 0 12px 0;font-size:15px;text-align:center;border-bottom:1px solid #ddd;}
.left_menu dd > a:before {position:absolute;bottom:-5px;left:0;display:block;width:9px;height:9px;content:"";border-radius:50%;background-color:#ccc;}
.left_menu dd > a:after {position:absolute;bottom:-5px;right:0;display:block;width:9px;height:9px;content:"";border-radius:50%;background-color:#ccc;}
.left_menu dd a.left_menu_cur {color:#3793e4;}
.left_menu dd a.left_menu_curs {color:#3793e4;}
.left_contact {padding:15px;color:#fff;font-size:12px;line-height:1.9;border-radius:10px;background-color:#f08301;}

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

.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:1px solid #e0e0e0;overflow:hidden;}
#title_cur a {color:#aaa;}
#title_cur a:hover {color:#3793e4;}
#title_cur strong {color:#f08301;font-weight:normal;}
#title_cur h2 {position:absolute;top:0px;left:0px;color:#3793e4;font-size:18px;line-height:44px;}

#mtitle_name {position:relative;display:none;box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background-color:#3994e4;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:#3994e4;transition:none;}
#mtitle_menu a {position:relative;display:block;padding:10px 40px 10px 3.2%;color:#fff;font-size:14px;border-top:1px solid #87bff2;}
#mtitle_menu a i {position:absolute;top:50%;right:3%;margin-top:-7px;color:#fff;font-size:14px;}
#mtitle_menu a.active {color:#f08301;}
#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:#f08301;font-weight:normal;}

.input_text {padding:0px 10px;width:280px;height:40px;line-height:40px\9;box-sizing:border-box;border-radius:3px;border:1px solid #ddd;}
.input_area {padding:6px 10px;height:176px;line-height:1.8;box-sizing:border-box;border-radius:3px;border:1px solid #ddd;resize:none;overflow-y:auto;}
.input_select {padding:0px 0px 0px 8px;height:34px;box-sizing:border-box;border-radius:3px;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:200px;height:46px;color:#fff;font-size:18px;box-sizing:border-box;border:none;border-radius:3px;background-color:#3994e4;cursor:pointer;}
.button:hover {background-color:#f08301;}

.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.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, .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:8px 15px 8px 10px;color:#333;background-color:#eee;}
#prevnext_back i {margin-right:3px;font-size:14px;}
#prevnext_back:hover {color:#fff;background-color:#f08301;}

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

#about_image1 {font-size:0px;}
#about_image1 a {display:inline-block;margin:3% 2% 0 0;width:23.5%;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 #3994e4;}
#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:23.5%;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:100%;transition:none;box-sizing:border-box;border:1px solid #ddd;}
#about_image2 a img:hover {padding:3px;border:2px solid #3994e4;}
#about_image2 a p {padding-top:10px;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_info h1 {padding:40px 0 25px 0;color:#000;font-size:24px;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;}
#faq_info h1 {padding:40px 0 25px 0;color:#000;font-size:24px;line-height:1.4;text-align:center;font-weight:normal;border-bottom:1px dashed #ccc;}
/*===================================================================================*/
/* 联系我们 */

#contact {padding-top:20px;padding-bottom:50px;}
#contact_map {margin-top:30px;height:450px;font-size:0;border:1px solid #ddd;overflow:hidden;}

#message {margin:0 auto;max-width:700px;box-sizing:border-box;}
#message .inputs {display:inline-block;margin-top:30px;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 {width:100%;}
#message .inputs textarea {width:100%;}
#message .mar {margin-left:4%;}
#message .btn {margin-top:30px;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);}

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

#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 5px;width:32px;height:32px;line-height:32px;font-size:14px;color:#666;background-color:#f0f0f0;text-align:center;vertical-align:top;box-sizing:border-box;overflow:hidden;}
.fypage a:hover {color:#fff;background-color:#3994e4;}
.fypage span.fypage_current, .fypage a.fypage_current {color:#fff;background-color:#3994e4;}
.fypage .fypage_prev,.fypage .fypage_next {font-family:"宋体";font-weight:bold;}

#news_mpage {display:none;padding:4% 0 0 0;}
#products_mpage {display:none;padding:4% 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:#3994e4;background-color:#3994e4;}
#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:#3994e4;background-color:#3994e4;}