﻿body,html {
	margin: 0;
	padding: 0;
	width: 100%;
	font-size: 12px;
}

a {
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.inline-block {
	display: inline-block;
}

.header {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height: 43px;
	min-width: 1000px;
	border-bottom: 2px solid #dbdbdb;
	background-color: #fff;
}

.header-content {
	margin: 0 auto;
	width: 1000px;
	height: 100%;
}

.header-links {
	position: relative;
	float: right;
	height: 100%;
	font-size: 12px;
	text-decoration: none;
}

.header-links .first-level a {
	/*color: #000;*/
	color: #696969;
}

.header-links .first-level {
	position: relative;
	display: inline-block;
	height: 100%;
	min-width: 100px;
	vertical-align: top;
	text-align: center;
	line-height: 43px;
	cursor: pointer;
}

.header-links .first-level.selected {
	border-bottom: 4px solid rgb(42,129,208);
}

.header-links .flag-line {
	position: absolute;
	bottom: 0;
	width: 0;
	height: 4px;
	background-color: rgb(42,129,208);
	transition: all .5s ease;
}

.header-links .first-level .child-list-wrapper {
	position: absolute;
	display: none;
	background-color: transparent;
	white-space: nowrap;
	font-size: 12px;
	line-height: normal;
}

.header-links .first-level:hover .child-list-wrapper {
	display: block;
}

.child-list-wrapper .child-list {
	margin-top: 4px;
	padding: 0 16px;
	border: 1px solid #dbdbdb;
	background-color: #fff;
}

.child-list-wrapper .child-list li {
	padding: 5px;
	border-bottom: 1px solid #dbdbdb;
}

.child-list-wrapper .child-list li:last-child {
	padding: 5px;
	border-bottom: 0 solid #dbdbdb;
}

.child-list-wrapper .child-list a {
	display: inline-block;
	padding: 5px 25px;
}

.child-list-wrapper .child-list a:hover {
	color: rgb(42,129,208);
}

.header-img-wapper {
	display: inline-block;
	overflow: hidden;
	width: 28px;
	height: 28px;
	background-image: url(../Images/timg.jpg);
	background-size: 100%;
	vertical-align: middle;
	text-align: center;
}

.header-img {
	width: 28px;
	height: 28px;
	border-radius: 100%;
	vertical-align: top;
}

.user-info {
	position: relative;
	vertical-align: top;
}

.personal-info {
	position: absolute;
	right: 0;
	display: none;
	border: 1px solid #dbdbdb;
	background-color: transparent;
	text-align: left;
	font-size: 12px;
	line-height: normal;
}

.personal-info span {
	cursor: default;
}

.user-info:hover .personal-info {
	display: block;
}

.assist-span {
	display: inline-block;
	margin-right: -3px;
	width: 1px;
	height: 100%;
	vertical-align: middle;
}

.info-body {
	padding-top: 20px;
	padding-right: 16px;
	padding-bottom: 16px;
	padding-left: 30px;
	border: 1px solid #dbdbdb;
	background-color: #fff;
	white-space: nowrap;
}

.info-body .padding a:hover {
	color: #0275d8;
}

.info-body .padding a {
	color: #696969;
}

#overlogout {
	margin-top: 14px;
}

#logout {
	font-size: 12px;
}

#logout:hover {
	color:#0275d8;
	font-size: 12px;
}

.info-body .padding:first-child {
	padding-right: 0;
	padding-bottom: 9px;
}

.padding>a:first-child {
	padding-right: 6px;
}

.toggle .first {
	display: block;
}

.toggle .second {
	display: none;
}

.toggle:hover .first {
	display: none;
}

.toggle:hover .second {
	display: block;
}

.toggle.selected .first {
	display: none;
}

.toggle.selected .second {
	display: block;
}

.footer {
	width: 100%;
	height: 170px;
	background-color: #212221;
	color: #fff;
}

.footer-content {
	margin: 0 auto;
	width: 100%;
	font-size: 14px;
	font-family: SimHei;
}

.footer-content .left {
	float: left;
	margin-top: 55px;
	margin-left: -100px;
}

.footer-content .middle {
	float: left;
	margin-top: 30px;
	margin-left: 45px;
	width: 300px;
}

.footer-content .right {
	float: left;
	margin-top: 35px;
	margin-left: 60px;
}

.footer-content ul li {
	float: left;
	padding: 5px;
}

.external-links {
	float: right;
	margin-top: 20px;
	width: 300px;
}

.external-links .links-title {
	padding-left: 5px;
}

.external-links .links li {
	width: 100px;
}

.menu-btn {
	display: inline-block;
	margin: 0 -3px;
	padding: 0 20px;
	color:#0275d8!important;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.menu-btn:hover {
	color: #54b01c!important;
}

.menu-btn.highlight {
	background-color: rgb(62,169,228);
	color: #fff!important;
}

.menu-btn.highlight:hover {
	background-color: rgb(32,119,198);
}

.footer2 {
	display: inline-block;
	margin: 0 auto;
	padding-top: 30px;
	padding-bottom: 30px;
	width: 1000px;
	min-width: 1000px;
	background-color: #3e3936;
	text-align: center;
	font-family: "微软雅黑";
}

.footer2>div {
	display: inline-block;
}

.logoimg {
	position: relative;
	top: -20px;
	margin-top: 20px;
	margin-right: 40px;
	width: 212px;
}

.logoimg div:first-child+div {
	margin-top: 20px;
	margin-left: 25px;
}

.service {
	padding: 0 50px;
	border-right: 1px solid #312d2b;
	border-left: 1px solid #312d2b;
}

.service>div {
	float: left;
}

.service .serviceuldiv {
	margin: 0 42px;
}

.service .serviceuldiv li a {
	color: #bebcbc;
	list-style: none;
}

.service .serviceuldiv li {
	margin-bottom: 10px;
}

.service .serviceuldiv li:first-child {
	margin-bottom: 50px;
}

.service .serviceuldiv li:first-child {
	color: #fff;
}

.service .serviceuldiv li:last-child {
	margin-bottom: 0;
}

.aboutus {
	margin-top: 50px;
	margin-left: 50px;
	vertical-align: top;
}

.aboutus .aboutimg {
	display: block;
	margin-bottom: 24px;
	height: 30px;
}

.aboutus .aboutimg div {
	float: left;
}

.aboutus .aboutimg div:first-child+div {
	margin: 0 48px;
}

.aboutus .infomation {
	float: left;
	text-align: left;
}

.aboutus .infomation div {
	margin-bottom: 10px;
	color: #bebcbc;
}

.aboutus .infomation div:last-child {
	margin-bottom: 10px;
}

.links {
	margin: 0 auto;
	margin-top: -3px;
	padding: 8px 0;
	width: 1000px;
	height: 58px;
	min-width: 1000px;
	background-color: #3e3936;
	color: #bebcbc;
	text-align: left;
	font-size: 16px;
	font-family: "微软雅黑";
}

.links a {
	color: #bebcbc;
	text-decoration: none;
	font-size: 16px;
}

.links>div {
	float: left;
}

.links .linkslist div {
	float: left;
	margin-left: 8px;
	list-style: none;
}

.footer_flex div {
	position: relative;
	z-index: 10;
	float: left;
	width: 30px;
	text-align: center;
	cursor: pointer;
}

.footer_flex div:hover span {
	display: block;
}

.footer_flex div {
	position: relative;
	z-index: 10;
	float: left;
	width: 30px;
	text-align: center;
	cursor: pointer;
}

.footer_flex div:hover .flex-footer {
	display: block;
}

.footer_flex div .flex-footer {
	position: absolute;
	bottom: 31px;
	left: 10px;
	display: none;
	width: 0;
	height: 0;
	background-size: 100% 100%;
	text-align: center;
}

.footer_flex div .flex-footer img {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	border-radius: 5%;
}

.aside .aside-item {
	margin-top: .05px;
	width: 70px;
	height: 70px;
}

.companyInfo {
	min-width: 1000px;
	color: #bebcbc;
	text-align: center;
	font-size: 13px;
	font-family: "Microsoft YaHei"!important;
}

.companyInfo .companyname {
	padding-right: 5px;
}

.companyInfo .number {
	padding-left: 10px;
	border-left: 1px solid #312d2b;
}
 /*index*/
.index_head {
	width: 100%;
	position: relative;
	background-color: rgb(255,255,255);
}
 /*index——box_swipe*/
.box_swipe {
	position: relative;
	width: 100%;
	overflow: hidden;
	min-width: 1000px;
}

.box_swipe>img {
	width: 100%;
}

.box_swipe>ol {
	position: relative;
	margin-top: -75px;
	height: 30px;
	padding-right: 15px;
	text-align: center;
	z-index: 10;
}

.box_swipe>ol>li {
	display: inline-block;
	margin: 5px 8px;
	width: 10px;
	height: 10px;
	background: #cccccc;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.box_swipe>ol>li.on {
	background: rgb(42,129,208);
}

.register {
	text-align: center;
	background-color: rgb(255,255,255);
	padding-bottom: 25px;
	padding-top: 40px;
	min-width: 1000px;
}

.moduleouter {
	text-align: center;
	width: 100%;
	overflow: hidden;
	min-width: 1000px;
}

.module {
	width: 1000px;
	background-color: rgb(255,255,255);
	padding: 40px 40px;
	text-align: left;
	margin: 0 auto;
}

.motitle {
	text-align: center;
	margin-bottom: 0px;
}

.motitle p:first-child {
	font-size: 22px;
	color: rgb(20,20,20);
}

.motitle p:first-child + p {
	font-size: 15px;
	color: rgb(133,132,132);
}

.viewmore {
	width: 100%;
	text-align: right;
	font-size: 13px;
	color: rgb(42,128,208);
	margin-bottom: 14px;
}

.viewmore a {
	font-size: 13px;
	color: rgb(42,129,208);
}

.viewmore img {
	margin-left: 10px;
}

.videolist {
	display: inline-block;
	min-width: 1000px;
	margin-top: -2px;
}

.video {
	float: left;
	margin-left: 10px;
	border: 1px solid gainsboro;
}

.video:first-child {
	float: left;
	margin-left: 0px;
}

.video .videoimg {
	height: 158px;
	width: 220px;
}

.video .videoimg img {
	height: 158px;
	width: 220px;
}

.video .videodesc {
	padding: 13px 10px;
	padding-bottom: 11px;
}

.video .videodesc p {
	font-family: 'pingfangxijian' !important;
}

.video .videodesc p:first-child {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 200px;
	font-size: 13px;
	color: rgb(20,20,20);
}

.tenant {
	width: 1000px;
	background-color: rgb(255,255,255);
	padding: 40px 40px;
	text-align: left;
	margin: 0 auto;
}

.tenant h2 {
	margin-bottom: 10px;
}

.tenant ul {
	height: 312px;
}

.tenant li {
	font-size: 16px;
	margin-top: 58px;
	margin-left: 28px;
	position: absolute;
}

.tenant .l2 {
	margin-top: 143px;
}

.tenant .l3 {
	margin-top: 228px;
}

.tenant .l4 {
	margin-left: 698px;
}

.tenant .l5 {
	margin-top: 143px;
	margin-left: 705px;
}

.tenant .l6 {
	margin-top: 228px;
	margin-left: 705px;
}

.tenant .l7 {
	margin-top: 238px;
	margin-left: 385px;
	width:145px;
	height:50px;
}

.cms-notice {
	width: 1000px;
	background-color: rgb(255,255,255);
	padding: 40px 40px;
	text-align: left;
	margin: 0 auto;
}

.cms-notice h2 {
	float: left;
	background: #595B5B;
	color: #fff;
	font-size: 14px;
	padding: 0px 4px;
}

.cms-notice h2, .cms-notice ul, .cms-notice p {
	display: inline-block;
	line-height: 20px;
}

.cms-notice li {
	float: left;
	margin-left: 18px;
	width: 260px;
}

.cms-notice li .time {
	float: left;
	color: #999;
	margin-right: 5px;
}

.cms-notice li a {
	display: inline-block;
	max-width: 200px;
	_width: 200px;
	height: 21px;
	white-space: nowrap;
	overflow-x: hidden;
	text-overflow: ellipsis;
}

.cms-notice .ico-new {
	position: absolute;
	display: inline-block;
	width: 17px;
	height: 9px;
	margin-left: 5px;
	background: url(../Images/ico-new.png);
}

.cms-notice .more {
	width: 100%;
	text-align: right;
	font-size: 13px;
	color: rgb(42,128,208);
	margin-bottom: 14px;
}

.cms-notice .more a {
	font-size: 13px;
	color: rgb(42,129,208);
}

.cms-notice .more img {
	margin-left: 10px;
}

.cms-notice a {
	color: #222;
}


.izl-rmenu{
	       margin-right: 0;
	       width: 82px;
	       position: fixed;
	       right: 2px;
	       top: 65%;
	       -webkit-box-shadow: #DDD 0px 1px 5px;
	       -moz-box-shadow: #DDD 0px 1px 5px;
	       box-shadow: #DDD 0px 1px 5px;
	       z-index:999;
}
.izl-rmenu .consult{    
	background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center -77px;
    display: block;
    height: 76px;
    width: 82px;
}
.izl-rmenu .consult .phone {
    background-color: rgb(247,247,255);
    position: absolute;
    width: 160px;
    left: -160px;
    top: 0px;
    line-height: 73px;
    color: #000;
    font-size: 18px;
    text-align: center;
    display: none;
    box-shadow: #DDD -1px 1px 4px;
}
.izl-rmenu a.consult:hover .phone{display:inline !important;}
.izl-rmenu .cart {
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center bottom;
    display: block;
    height: 16px;
    width: 16px;
    font-size: 12px;
    line-height: 16px;
    color: #45BDFF;
    text-align: center;
    padding-top: 15px;
    padding-right: 18px;
    padding-bottom: 47px;
    padding-left: 48px;
}
.izl-rmenu a.cart:hover .pic{display:block;}
.izl-rmenu .btn_top {
    background-image: url(../images/float_top.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 39px;
    width: 82px;
    -webkit-transition: all 0s ease-in-out;
    -moz-transition: all 0s ease-in-out;
    -o-transition: all 0s ease-in-out;
    transition: all 0s ease-in-out;
}
.izl-rmenu .btn_top:hover {
	background-image: url(../images/float_top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.izl-rmenu .cart .pic {
	display:none;
    position: absolute;
    left: -160px;
    top: 65px;
    width: 160px;
    height: 160px;
    background:url(../images/weixin.jpg);
}
#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 65%;
    margin-top: -76px;
    -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
    z-index: 10000;
    cursor: pointer;
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF!important;
    z-index:999;
}