﻿/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: "微软雅黑", Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #fff;
	color: #333333;

}
a{
	color: #333;
}
span {
	margin: 0;
	padding: 0;
}

img {
	margin: 0;
	padding: 0;
}

textarea {
	margin: 0;
	padding: 0;
}

input {
	margin: 0;
	padding: 0;
}

label {
	margin: 0;
	padding: 0;
}

form {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0;
}

h4 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

h1 {
	margin: 0;
	padding: 0;
}

div {
	margin: 0;
	padding: 0;
}

.spacer {
	clear: both;
	font-size: 0;
	line-height: 0;
}

/*------------------------------------------------main--------------------*/

/*------------------------------------------------header--------------------*/
.header {
	width: 60%;
	height: 78px;
	margin: 5px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header img {
	margin-right: 50px;
}

.header h2 {
	font-size: 18px;
	line-height: 26px;
	color: #0856a0;
	text-align: left;
	float: right;
	margin-right: 50px;
}

/*------------------------------------------------body--------------------*/
#body {
	width: 75%;
	margin: 10px auto;
	background-color: #fff;
	font-size: 16px;
	color: #333333;
}

#menu {
	width: 100%;
	height: 42px;
	background: #0856a0;
}

#menu ul{
	width: 60%;
	height: 42px;
	margin: 0 auto;
}

#menu ul li{
	width: 16.6%;
	float: left;
	text-align: center;
}

#menu a{
	color: #fff;
	font-size: 18px;
	line-height: 42px;
	text-decoration: none;
}

#menu a:hover{
	color: #ff0;
}

div.proname {
	height: 30px;
	line-height: 30px;
	padding-left: 8px;
	margin: 8px auto 6px auto;
	color: #0662CA;
	font-size: 18px;
	border-bottom: 1px #ccc dashed;
}

div.proname img{
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
}

div.proname span {
	height: 30px;
	line-height: 30px;
	padding-right: 8px;
	font-size: 12px;
	color: #222;
	display: block;
	float: right;
}

div.proname:after {
	display: block;
	clear: both;
	content: "";
}

div.proname a {
	color: #0662CA;
	text-decoration: none;
}

div.proname span {
	color: #333333;
	float: right;
}



/*------------------------------------------------left--------------------*/
#left {
	width: 69%;
	float: right;
	box-sizing: border-box;
	padding: 0 20px 20px 20px;
}

#left ul {
	width: 70%;
	margin-left: 12px;
	float: left;
}

#left ul li {}

#left ul li a {
	display: block;
	padding: 0 0 0 7px;
	background: url(images/arrow.gif) 0 7px no-repeat;
	font: normal 12px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #006699;
	background-color: inherit;
	text-decoration: none;
}

#left ul li a:hover {
	background-color: #D4950C;
	color: #fff;
}

#left h2.welcome {
	display: block;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #222222;
	background: url(images/welcome_div.gif) left bottom repeat-x;
	margin: 0 0 21px 0;
}

#left h2.welcome span {
	font-size: 0;
	line-height: 0;
}

#left p.lftTxt {
	display: block;
	font-size: 16px;
	text-indent: 2em;
	padding: 0 20px;
	line-height: 1.8em;
}

#left p.title {
	display: block;
	color: #222;
	font-size: 18px;
	text-indent: 1em;
	font-weight: bold;
	line-height: 2.5em;
}

#left p.lftTxt span {
	color: #9D0303;
	font-weight: bold;
	background-color: inherit;
}

#left h2.le {
	display: block;
	margin: 50px 0 20px 0;
	font-size: 0;
	line-height: 0;
}

#left p.lftTxt2 {
	display: block;
	width: 264px;
	font-size: 16px;
	line-height: 18px;
	color: #637704;
	background-color: inherit;
	font-weight: bold;
	margin: 0 0 9px 0;
}

#left p.lftTxt3 {
	display: block;
	width: 262px;
	font-size: 16px;
	line-height: 18px;
	margin: 0 0 5px 0;
}

#left p.lftTxt3 span {
	color: #9D0303;
	font-weight: bold;
	background-color: inherit;
	display: block;
}

#left a.rm {
	display: block;
	background: url(images/read_more.gif) 0 0 no-repeat;
	width: 60px;
	height: 15px;
	margin: 0 0 5px 201px;
}

#left a.rm:hover {
	background: url(images/read_more_hover.gif) 0 0 no-repeat;
}

/*------------------------------------------------left--------------------*/

/*------------------------------------------------right--------------------*/
#right {
	width: 30%;
	float: left;
}

#right h3.rightBot {
	display: block;
	color: #141414;
	font: normal 17px/43px Verdana, Arial, Helvetica, sans-serif;
	background-color: inherit;
}

#right p.rightTxt {
	display: block;
	font-size: 11px;
	line-height: 18px;
	width: 452px;
}

#right p.rightTxt a {
	color: #1E759A;
	background-color: inherit;
	font-weight: bold;
	text-decoration: underline;
}

#right p.rightTxt a:hover {
	text-decoration: none;
}


#question {
	width: 237px;
	background: url(images/question_bg.gif) 0 0 repeat-x #DD9B0C;
	color: #333;
	padding: 0;
	margin: 0px 0 9px 4px;
	float: left;
}

#question h2 {
	font-size: 18px;
	font-family: 黑体;
	font-weight: bold;
	line-height: 120%;
	height: 21px;
	padding: 0 0 0px 12px;
}

#question h3 {
	font-size: 12px;
	padding: 18px 0 8px 18px;
}

#question ul {
	width: 142px;
	float: right;
}

#question ul li {
	font-size: 0;
	line-height: 0;
}

#question ul li a {
	display: block;
	padding: 0 0 0 7px;
	background: url(images/arrow.gif) 0 7px no-repeat;
	font: normal 11px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

#question ul li a:hover {
	background-color: #D4950C;
	color: #fff;
}

#question ul li a.rm3 {
	display: block;
	background: url(images/read_more2.gif) 0 0 no-repeat;
	width: 56px;
	height: 17px;
	margin: 17px 0 0 0;
}

#question ul li a.rm3:hover {
	background: url(images/read_more3_hover.gif) 0 0 no-repeat;
}

#question ul.ser {
	width: 90%;
	margin-right: 4px;
	float: right;
	font-size: 12px;
}

#question ul.ser li {
	margin-bottom: 8px;
}


#mem {
	width: 237px;
	background: url(images/member_login_bg.gif) 0 0 repeat-x #D2D7B4;
	color: #000;
	margin: 0;
	float: right;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 39px;
	padding-left: 0;
}

#mem h2 {
	display: block;
	height: 40px;
	margin: 0;
	padding: 0;
	background: url(images/member_login.gif) 0 0 no-repeat;
	text-indent: -2000px;
}

#mem form {
	width: 188px;
	padding: 0 25px 0 24px;
}

#mem form label {
	display: block;
	font: normal 11px/22px Verdana, Arial, Helvetica, sans-serif;
	float: left;
}

#mem form input.txtBox {
	width: 187px;
	height: 25px;
	border-bottom: #D4D0C8 solid 1px;
	border-right: #D4D0C8 solid 1px;
	border-left: #404040 solid 1px;
	border-top: #404040 solid 1px;
	float: left;
}

#mem form input.chk {
	width: 13px;
	height: 13px;
	margin: 8px 15px 0 0;
	float: left;
}

#mem form a {
	font: bold 11px/13px Verdana, Arial, Helvetica, sans-serif;
	color: #9D0303;
	background-color: inherit;
	text-decoration: none;
	float: left;
	margin: 8px 0 0 0;
}

#mem form a:hover {
	text-decoration: underline;
}

#mem form input.login {
	background: url(images/read_more2.gif) 0 0 no-repeat;
	width: 56px;
	height: 17px;
	float: right;
	cursor: pointer;
	border: none;
	margin: 6px 0 0 0;
}

#direction {

}


#direction h2 {
	height: 28px;
    line-height: 28px;
    font-size: 20px;
    color: white;
    padding: 10px 0 10px 20px;
    background: #0856a0;
}
.card-wrap{
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 20px;
}
#direction h3 {
	font-size: 12px;
	line-height: 18px;
	margin: 0 0 5px 0;
	display: block;
	padding: 0 0 0 21px;
}

#direction img.pic3 {
	display: block;
	font-size: 0;
	line-height: 0;
	float: left;
	padding: 0 0 0 14px;
}

#direction ul {
	width: 95%;
	float: right;
}

#direction ul li {
	font-size: 0;
	line-height: 0;
}

#direction ul li a {
	display: block;
	padding: 0 0 0 7px;
	background: url(images/arrow.gif) 0 7px no-repeat;
	font: normal 11px/17px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: inherit;
	text-decoration: none;
}

#direction ul li a:hover {
	background-color: #356C83;
	color: #fff;
}

#direction ul li a.rm4 {
	display: block;
	background: url(images/read_more2.gif) 0 0 no-repeat;
	width: 56px;
	height: 17px;
	margin: 17px 0 0 0;
}

#direction ul li a.rm4:hover {
	background: url(images/read_more4_hover.gif) 0 0 no-repeat;
}

/*------------------------------------------------right--------------------*/

/*------------------------------------------------body--------------------*/

/*------------------------------------------------footer--------------------*/
#footer {
	width: 100%;
	background: #0856a0;
	padding: 20px 0;
}

#footer p.contact {
	font: normal 16px/26px Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	color: #fff;
	background-color: inherit;
}

#footer a{
	color: #fff;
}

/*------------------------------------------------footer--------------------*/
/*------------------------------------------------Contact--------------------*/
.contactformfield {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	height: 18px;
	width: 400px;
	float: left;
	margin: 3px;
	padding: 3px;
	top: 1px;
	clip: rect(1px, auto, auto, auto);
	clear: none;
	right: 30px;
}

.contactsubmit {
	font-family: Verdana;
	font-size: 11px;
	color: #ffffff;
	background-attachment: scroll;
	background-image: url(images/read_more_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 20px;
	width: 76%;
	clip: rect(500px, 500px, auto, auto);
	top: 500px;
	right: 500px;
	bottom: 500px;
	left: 500px;
	float: left;
	margin: 5px;
	padding: 5px;
}

.contactformmessage {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	height: 170px;
	width: 400px;
	float: left;
	margin: 3px;
	padding: 3px;
}

.contactbox {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	border: 1px solid #CCCCCC;
	height: 18px;
}

.commentslabel {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	height: 170px;
	width: 100px;
	margin: 3px;
}

.contactbg {
	background-attachment: fixed;
	background-image: url(images/contactbg.gif);
	background-repeat: no-repeat;
	background-position: center center;
	height: 604px;
	width: 669px;
}



.contactmessagebox {

	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	border: 1px solid #CCCCCC;
	height: 170px;
}

.contacttextarea {
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	margin: 3px;
	padding: 3px;
}

.submitarea {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	float: left;
	width: 600px;
}

.submitbutton {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	background-attachment: scroll;
	background-image: url(images/latest_service_bg.gif);
	background-repeat: repeat-x;
	background-position: center center;
	border: 1px solid #FFFFFF;
	height: 23px;
	width: 70px;
}


.contacttext {
	margin: 3px;
	height: 18px;
	width: 100px;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	color: #666600;
	font-weight: normal;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}

.contactareas {
	float: left;
	height: 540px;
	width: 465px;
	background-image: url(images/contactbg.gif);
	top: 0px;
}

.contacthead {
	font-family: "Times New Roman", Times, serif;
	font-size: 22px;
	font-weight: bold;
	color: #FFFFFF;
	margin: 3px;
	height: 25px;
	width: 400px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}


.contacterrortext {
	margin: 3px;
	padding: 3px;
	height: 18px;
	width: 10px;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	color: #000000;
}

.contactsidehead {
	font-family: Verdana;
	font-size: 14px;
	font-weight: normal;
	color: #CFC88B;
	margin: 4px;
	height: 20px;
	width: 400px;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 20px;
}

.contactind {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
	margin: 3px;
	height: 20px;
	width: 400px;
	padding-top: 10px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}

/*------------------------------------------------Contact--------------------*/

.linkpopup {
	position: relative;
	font-family: Verdana;
	font-size: 11px;
	color: #666600;
	height: 18px;
	width: 250px;
}

.linkpopup span {
	background-color: #ccc;
	border: 1px solid #000;
	display: block;
	left: 0;
	padding: .25em;
	position: absolute;
	top: -1.75em;
}

.linkpopup:visited span {
	visibility: hidden;
}

.linkpopup:link span {
	visibility: hidden;
}

.linkpopup:active span {
	color: #000;
	text-decoration: none;
	visibility: visible;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.linkpopup:focus span {
	color: #000;
	text-decoration: none;
	visibility: visible;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.linkpopup:hover span {
	color: #000;
	text-decoration: none;
	visibility: visible;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.linkpopupmessagebox {
	position: relative;
	font-family: Verdana;
	font-size: 11px;
	color: #1D859B;
	height: 170px;
	width: 350px;
}

.linkpopupmessagebox span {
	background-color: #ccc;
	border: 1px solid #000;
	display: block;
	left: 0;
	padding: .25em;
	position: absolute;
	top: -1.75em;
}

.linkpopupmessagebox:visited span {
	visibility: hidden;
}

.linkpopupmessagebox:link span {
	visibility: hidden;
}

.linkpopupmessagebox:active span {
	color: #000;
	text-decoration: none;
	visibility: visible;
}


.linkpopupmessagebox:focus span {
	color: #000;
	text-decoration: none;
	visibility: visible;
}


.linkpopupmessagebox:hover span {
	color: #000;
	text-decoration: none;
	visibility: visible;
}


/*------------------------------------------------Email--------------------*/

.linkpopupemail {
	position: relative;
	font-family: Verdana;
	font-size: 11px;
	color: #1D859B;
	height: 18px;
	width: 200px;
}

.linkpopupemail span {
	background-color: #ccc;
	border: 1px solid #000;
	display: block;
	left: 0;
	padding: .25em;
	position: absolute;
	top: -1.75em;
}

.linkpopupemail:visited span {
	visibility: hidden;
}

.linkpopupemail:link span {
	visibility: hidden;
}

.linkpopupemail:active span {
	color: #000;
	text-decoration: none;
	visibility: visible;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.linkpopupemail:focus span {
	color: #000;
	text-decoration: none;
	visibility: visible;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

.linkpopupemail:hover span {
	color: #000;
	text-decoration: none;
	visibility: visible;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

/*------------------------------------------------Email--------------------*/
.contactcommenttext {
	margin: 3px;
	height: 170px;
	width: 100px;
	float: left;
	font-family: Verdana;
	font-size: 11px;
	color: #666600;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
}

.bodytextarea {
	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	float: left;
	width: 560px;
	margin: 3px;
	padding: 3px;
}

.errortext {
	font-family: Verdana;
	font-size: 11px;
	color: #FF0000;
}

.body1text {

	font-family: Verdana;
	font-size: 16px;
	color: #27817D;
	width: 560px;
	font-weight: bold;
	margin: 3px;
	padding: 3px;
}

.submittextarea {

	font-family: Verdana;
	font-size: 12px;
	color: #000000;
	float: left;
	width: 560px;
	margin: 3px;
	padding: 3px;
}

/*------------------------------------------------Textboxon Email--------------------*/

.borderEffect {
	background-color: #FFFFCC;
	color: #7A8639;
	margin: 0px;
	padding: 0px;
	border: 1px solid #FFCC00;
}

.borderEffect:hover {
	background-color: #FFCC89;
	color: #A05A3D;
	margin: 0px;
	padding: 0px;
	border: 1px solid #A05A3D;
}

/*------------------------------------------------Textbox on Email--------------------*/
/*------------------------------------------------Textbox --------------------*/

.textboxEffect {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #999999;
	height: 18px;
	width: 250px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}

.textboxEffect:hover {
	background-color: #FFFFFF;
	color: #666600;
	margin: 0px;
	padding: 0px;
	border: 1px solid #666600;
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/*------------------------------------------------Textbox --------------------*/
/*------------------------------------------------Textboxdropdown --------------------*/

.dropdownEffect {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #999999;
	height: 18px;
	width: 262px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}

.dropdownEffect:hover {
	background-color: #FFFFFF;
	color: #666600;
	margin: 0px;
	padding: 0px;
	border: 1px solid #666600;
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/*------------------------------------------------Textboxdropdown --------------------*/
/*------------------------------------------------Massagebox --------------------*/

.MassageboxEffect {
	background-color: #FFFFFF;
	color: #000000;
	border: 1px solid #999999;
	height: 170px;
	width: 300px;
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	float: left;
}

.MassageboxEffect:hover {
	background-color: #FFFFFF;
	color: #666600;
	margin: 0px;
	padding: 0px;
	border: 1px solid #666600;
	font-family: Verdana;
	font-size: 11px;
	line-height: 19px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 11px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}

/*------------------------------------------------Massagebox --------------------*/
#contact p.contactTxt {
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	display: block;
	width: 620px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

.contacttop {

	float: left;
	height: 95px;
	width: 465px;
	top: 0px;
}

.contactbg {
	background-image: url(images/contactbg.gif);
	float: left;
	height: 500px;
	width: 600px;
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: center top;
}

#left h3.le {

	display: block;
	margin: 50px 0 20px 0;
	font-size: 0;
	line-height: 0;
}

.contactformmsgfield {

	font-family: Verdana;
	font-size: 11px;
	color: #000000;
	height: 170px;
	width: 400px;
	float: left;
	margin: 3px;
	padding: 3px;
	top: 1px;
	clip: rect(1px, auto, auto, auto);
	clear: none;
	right: 30px;
}

.contactdropdownmenu {
	margin: 3px;
	float: left;
	height: 20px;
	width: 400px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
}

.rightempty {
	height: 10px;
	width: 237px;
	float: left;
}

.submitbuttonarea {
	margin: 5px;
	float: left;
	height: 50px;
	width: 300px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 132px;
}

#table6 {
	border-collapse: collapse;
	border: 0;
}

#table6 td {
	border: 1px #005bac solid;
	text-indent: 10px
}








/***********************************/
.social_nav3 {
	height: 55px;
	width: 320px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999;
	overflow: hidden;
	display: none;
}

.social_nav3 .social3 {
	display: block;
	width: 288px;
	height: 55px;
	margin-right: 18px;
	overflow: hidden;
	position: relative;
}

.social_nav3 a {
	height: 55px;
	line-height: 85px;
	font-size: 13px;
	width: 65px;
	display: inline-block;
	font-size: 12px;
	position: relative;
	z-index: 11;
	text-align: center;
	color: #fff;
	position: absolute;
	text-decoration: none;
}

.social_nav3 a.weichat {
	left: 74px;
}

.social_nav3 a.weibo {
	left: 142px;
}

.social_nav3 a.talk99 {
	left: 207px;
}

.social_nav3 a.tel {
	width: 65px;
	text-indent: 15px;
}

.social_nav3 span {
	display: block;
	width: 35px;
	height: 28px;
	position: absolute;
	top: 0;
	z-index: 10;
}

.social3 {
	background: url(http://www.atmp.cn/images/2016-02-26_153121.jpg) repeat-x;
}

.social3:before {
	content: '';
	height: 1px;
	width: 100%;
	background: #2574B8;
	border-bottom: 1px solid #428417;
	position: absolute;
	top: 0;
	left: 0;
}

.social3:after {
	content: '';
	height: 1px;
	width: 100%;
	background: #2574B8;
	border-top: 1px solid #2d6916;
	position: absolute;
	bottom: 0;
	left: 0;
}

/*底部社交-电话-动画*/
.social_nav3 span.tel {
	left: 30px;
	top: 5px;
	height: 30px;
	background-position: 3px -49px;
	animation-name: telshow;
	animation-duration: 1.0s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	-webkit-animation-name: telshow;
	-webkit-animation-duration: 1.0s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-iteration-count: infinite;
	-o-animation-name: telshow;
	-o-animation-duration: 1.0s;
	-o-animation-timing-function: linear;
	-o-animation-iteration-count: infinite;
}

@keyframes telshow {
	0% {
		transform: rotate(0deg)
	}

	5% {
		transform: rotate(-13deg)
	}

	10% {
		transform: rotate(0deg)
	}

	15% {
		transform: rotate(-13deg)
	}

	20% {
		transform: rotate(0deg)
	}

	25% {
		transform: rotate(-13deg)
	}

	100% {
		transform: roate(0deg)
	}
}

@-webkit-keyframes telshow {
	0% {
		-webkit-transform: rotate(0deg)
	}

	5% {
		-webkit-transform: rotate(-13deg)
	}

	10% {
		-webkit-transform: rotate(0deg)
	}

	15% {
		-webkit-transform: rotate(-13deg)
	}

	20% {
		-webkit-transform: rotate(0deg)
	}

	25% {
		-webkit-transform: rotate(-13deg)
	}

	100% {
		-webkit-transform: roate(0deg)
	}
}

/*底部社交-微信-动画*/
.social_nav3 span.weichat {
	background-position: 6px -150px;
	background-repeat: no-repeat;
	left: 88px;
	top: 5px;
}

@keyframes xshow {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes xshow {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes xshow {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/*底部社交-微博-动画*/
.social_nav3 span.weibo {
	background-position: 1px -430px;
	background-repeat: no-repeat;
	height: 29px;
	left: 161px;
	top: 5px;
}

@keyframes xshow2 {
	0% {
		opacity: 0;
	}

	20% {
		opacity: 1;
	}

	40% {
		opacity: 0;
	}

	60% {
		opacity: 1;
	}

	80% {
		opacity: 0;
	}

	100% {
		opacity: 0;
	}
}

@-o-keyframes xshow2 {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@-webkit-keyframes xshow2 {
	0% {
		opacity: 0;
	}

	25% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	75% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.social_nav3 span.talk99 {
	background-position: 1px -200px;
	background-repeat: no-repeat;
	left: 226px;
	height: 24px;
	width: 26px;
	top: 8px;
}

.social_nav3 .btn {
	display: block;
	width: 32px;
	height: 55px;
	position: absolute;
	right: 0;
	background-position: 0 -786px;
}

.social_nav3 .btn2 {
	display: block;
	width: 32px;
	height: 55px;
	position: absolute;
	right: 0;
	background-position: 0 -249px;
	display: none;
}


.header .tel_bt,
.title .icon,
.sytitbg .icon,
.probox .content ul li,
.probox .content ul li ul li,
.navbg,
.brand_advance .yscontent h2,
.social_nav3 .btn,
.social_nav3 .btn2,
.social3 span,
.brand_advance .yscontent .telbg {
	background-image: url(http://www.atmp.cn/images/SkinsBar3.png);
	background-size: 32px 889px;
}



ul,
li,
dl,
dd,
dt {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.fudong_dl {
	display: none;
}


.left-title{
	height: 28px;
  line-height: 28px;
  font-size: 20px;
  color: white;
  padding: 10px 0 10px 20px;
  background: #0856a0;
}

#right .card-wrap ul, .right-contact{
	padding: 10px 20px;
	line-height: 26px;
}


#right .card-wrap ul li{
	padding:5px 0;
}

.right-title {
    font-size: 24px;
    padding: 20px;
    font-weight: bold;
    color: #0856a0;
}

.th-about{
	font-size: 22px;
	line-height: 44px;
	text-indent: 2em;
	padding: 20px;
}

@media only screen and (max-width: 1600px) {
	.header,
	#menu ul {
		width: 80% !important;
	}

	#body{
		width: 90% !important;
	}
}

@media only screen and (max-width: 1200px) {

	.header,
	#menu ul,
	#body{
		width: 100% !important;
	}
}

@media only screen and (max-width:640px) {
	.header img{
		width: 100%;
	}

	.topLink {
		display: none;
	}

	.header h2 {
		display: none;
	}

	#body {
		width: 100%;
	}

	.navLeft {
		display: none !important;
	}

	.navRight {
		display: none !important;
	}

	.nav {
		width: 100% !important;
		margin: 0px !important;
		padding: 0px !important;
	}

	.nav li {
		width: 20%;
		margin: 0px !important;
		padding: 0px !important;
		text-align: center;
	}

	#menu .nav li a {
		font-size: 14px;
		margin: 0px !important;
		padding: 0px !important;
	}


	#left {
		width: 100%;
		margin: 0 auto;
		padding: 0px;
		float: none;
		padding: 10px;
	}

	#left table {
		width: 100%;
		margin: 0 auto;
	}

	#right{
		width: 100%;
	}

	#footer {
		width: 100%;
	}


	.div_chat {
		display: none;
	}

	.social_nav3 {
		display: block !important;
	}
}

.left-contact{
	background: #eff2f5;
	overflow: hidden;
}
.left-contact h2{
    font-size: 16px;
    padding: 10px 20px 0;
    color: #525151;
	font-weight: bold;
    margin: 0;
}

.left-contact .lx-item{
	background: #fff;
    margin: 10px;
    border-radius: 5px;
    padding: 8px;
    line-height: 29px;
    font-size: 16px !important;
    color: #444;
}
.gupiao-code {
	display: inline-block;
	float: right;
	color: red;
	padding-right: 30px;
	font-size: 24px;
	font-weight: normal;
	font-weight: bold;
}