@charset "utf-8";

/*==========@@HTML默认 开始@@==========*/

/*基本*/
html{
	font-family: "微软雅黑";
}

* {
	padding: 0px;
	margin: 0px
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	margin: 0px auto;
	font-family: "Microsoft YaHei";
	font-size: 14px;
	background: #fff;
}

div {
	margin: 0;
	padding: 0;
	border: 0;
}

img {
	margin: 0;
	padding: 0;
	border: 0;
}

p {
	margin: 0px;
}

b,
strong {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	/* Remove most spacing between table cells.*/
}

li {
	list-style: none outside none;
}


/*链接*/

a {
	text-decoration: none;
	color: #626262;
	background: transparent;
	outline: none
}


/*标题*/

h1 {
	font-size: 1.3em;
	margin: 0;
}

h2 {
	font-size: 1.2em;
	margin: 0;
}

h3 {
	font-size: 1.17em;
	margin: 0;
}

h4 {
	font-size: 1em;
	margin: 0;
}

h5 {
	font-size: 0.83em;
	margin: 0;
}

h6 {
	font-size: 0.67em;
	margin: 0;
}


/*表单*/

form {
	margin: 0;
}

button,
select,
textarea {
	font-size: 100%;
	vertical-align: baseline;
	*vertical-align: middle;
}

button,
select {
	text-transform: none;
}

input {
	background-color: #FFFFFF;
	border: 1px solid #ccc;
	width: 99%;
	line-height: normal;
}

textarea {
	padding: 2px;
	color: #000000;
	background-color: #fff;
	width: 99%;
}


/*其它*/

blockquote {
	margin: 1em 40px;
}

dfn {
	font-style: italic;
}

hr {
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

pre {
	margin: 1em 0;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
	/* Prevent `sub` and `sup` affecting `line-height` in all browsers.*/
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 1em 0;
}

dd {
	margin: 0 0 0 40px;
}


/*==========@@HTML默认  结束@@==========*/


/*==========@@元件 开始@@==========*/


/*常用颜色*/

.blue {
	color: #00F !important;
}

.green {
	color: #0F0 !important;
}

.red {
	color: #F00 !important;
}

.black {
	color: #000000 !important;
}

.white {
	color: #FFFFFF !important;
}

.gray {
	color: gray!important;
}

.purple {
	color: purple!important;
}


/*浮动*/

.clear {
	display: block;
	clear: both;
	height: 3px;
	overflow: hidden;
	line-height: 3px;
}

.float_left {
	float: left;
}

.float_right {
	float: right;
}


/*对齐方式*/

.left {
	text-align: left
}

.right {
	text-align: right
}

.center {
	text-align: center
}


/*按钮*/

.btn {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	height: 32px;
	line-height: 32px;
	padding: 0px 20px;
	font-weight: 300;
	font-size: 14px;
	margin: 0;
	text-decoration: none;
	text-align: center;
	text-indent: 0;
	cursor: pointer;
	border: 1px solid #d4d4d4;
	color: #666666;
}


/*默认样式*/

.btn {
	background-color: #7db500;
	color: #fff;
}

.btn:hover {
	background-color: #6b9c00;
	color: #fff;
}

.btn:active {
	background: #76a312;
	color: #374f00;
}


/*按钮大小*/

.btn-large {
	font-size: 19px;
	height: 38.4px;
	line-height: 38.4px;
	padding: 0px 26px;
}

.btn-small {
	font-size: 12px;
	height: 25.6px;
	line-height: 25.6px;
	padding: 0px 16px;
}

.btn-tiny {
	font-size: 12px;
	height: 22.4px;
	line-height: 22.4px;
	padding: 0px 13px;
}


/*块按钮*/

.btn-block {
	display: block;
}


/*表单类*/

.form_text,
.form_text:hover,
.form_text_verifycode,
.form_text_verifycode:hover {
	border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
	border-width: 1px;
	height: 20px;
	line-height: 20px;
	clip: rect;
	padding: 2px;
	color: #000000;
}

.form_text {
	width: 95%;
	background-position: 0px 0px;
}

.form_text:hover {
	background-position: 0px -37px;
}

.form_text_verifycode {
	width: 50px;
	margin-right: 3px;
	background-position: 0px 0px;
}

.form_text_verifycode:hover {
	background-position: 0px -37px;
}

.form_radio {
	width: auto;
	border: 0;
}

.form_checkbox {
	width: auto;
	border: 0
}

.form_select {
	height: 25px;
}

.form_textarea {
	width: 95%;
	height: 80px;
	border-color: #a0a0a0 #cbd9eb #cbd9eb #a0a0a0;
	border-width: 1px;
	padding: 2px;
}

.form_button {
	width: auto;
	vertical-align: middle;
	border: 0 none;
	/*解决ie焦点是有黑色边框*/
}

input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]>input[type="button"]::-moz-focus-inner {
	border: none;
	padding: 0;
}

.required {
	color: red;
	font-weight: bold;
	text-align: left;
	padding-left: 3px;
}


/*其它*/

.hide {
	display: none;
}


/*隐藏*/

.more {
	float: right;
	padding-right: 5px;
	display: none;
}


/*more链接*/

.code_image {
	cursor: pointer;
	padding-bottom: 6px;
}


/*验证码图片样式*/


/*频道*/

.ChannelContent {
	font-size: 16px;
	margin: 0 auto;
	line-height: 2.0em;
}

.ChannelContent a {
	color: #ff9d02
}

.ChannelSContent {
	color: #FFF;
	line-height: 25px;
	height: 200px;
	overflow: hidden;
	margin-bottom: 10px;
}

.ChannelSContent a {
	color: #ff9d02
}

.ChannelSContent img,
.InfoContent img {
	max-width: 100%
}

.ChannelAlbum {
	overflow: hidden;
}


/*信息*/

.InfoTitle {
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	padding: 5px 0px
}

.InfoTitle h1 {
	font-size: 28px;
	line-height: 1.5em;
	font-weight: normal;
}

.InfoTime {
	color: #999;
	text-align: left;
	padding: 2px 0px;
	height: 25px
}

.InfoContent,
.InfoContent p {
	font-size: 16px;
	padding: 10px 0;
}

.InfoAttachment {
	padding: 10px 0px;
	text-align: center;
	width: 81px;
	margin: 0 auto;
}

.InfoPicture {
	text-align: center;
}

.InfoPicture img {
	width: 100%;
	max-width: 100%
}

.info_from_wrap {
	padding: 0 10px;
	text-align: center;
	color: #999;
	border: 0px dashed #ccc;
	line-height: 30px;
	margin-bottom: 5px;
}

.info_from_wrap a {
	color: #999;
}

.info_from_wrap a:hover {
	color: #555;
}

#ReadLevelTip {
	font-weight: bold;
	color: red;
}

.Tag {
	text-align: left;
	font-weight: bold;
}

.Tag a {
	padding: 0 3px;
	font-weight: normal;
	text-decoration: none;
}

.info_previous_next_wrap {
	background: #F0F0F0;
	padding: 5px;
	border: 1px solid #E3E3E3;
	color: #333;
	line-height: 1.8em
}

.Next a {}

.Previous a {}


/*==========@@元件 结束@@==========*/


/*==========@@模块  开始@@==========*/


/*左侧*/


/*主体左侧样式*/

.left_title {
	height: 39px;
	line-height: 39px;
	border-bottom: 1px solid #01673A;
}

.left_title h2 {
	font-size: 16px;
	color: #01673A;
}

.left_body {
	overflow: hidden;
	zoom: 1;
	color: #01673A;
	padding: 10px 10px 5px;
	border-top: 0;
	border-bottom: 0px
}

.left_bottom {
	height: 15px;
	margin-bottom: 5px;
}


/*样式1*/

.left_title1 {
	text-align: center;
	overflow: hidden;
	margin-bottom: 25px;
}

.left_title1 p {
	color: #888;
	font-size: 14px;
}

.left_title1 h2 a {
	line-height: 40px;
	font-size: 30px;
	font-weight: normal;
	color: #000;
}

.left_title1 i {
	display: block;
	width: 30px;
	height: 3px;
	background: #1651b8;
	margin: 0 auto;
	margin-top: 10px;
}

.left_body1 {
	overflow: hidden;
	zoom: 1;
}

.left_body1 .ChannelPicture {
	float: right;
	overflow: hidden;
	width: 480px;
}

.left_bottom1 {
	height: 0px;
	margin-bottom: 0px;
}


/*样式2*/

.left_title2 {
	text-align: center;
	overflow: hidden;
	margin-bottom: 25px;
}

.left_title2 p {
	color: #888;
	font-size: 14px;
}

.left_title2 h2 a {
	line-height: 40px;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
}

.left_title2 i {
	display: block;
	width: 30px;
	height: 3px;
	background: #fff;
	margin: 0 auto;
	margin: 10px auto;
}

.left_body2 {
	overflow: hidden;
	zoom: 1;
}

.left_bottom2 {
	overflow: hidden;
}


/*主体右侧*/


/*样式1*/

.right_title {}

.right_title h2 {
	font-size: 30px;
	font-weight: normal;
	text-align: center;
	padding: 15px 0;
	color: #333;
}

.right_title h2 img {
	margin: 0 10px;
}

.right_body {
	padding: 5px 0px;
	overflow: hidden;
	zoom: 1;
	border-top: 0;
	border-bottom: 0
}

.right_bottom {}


/*==========@@模块  结束@@==========*/


/*==========@@频道布局  开始@@==========*/


/*模型body*/

.body_index,
.body_article,
.body_download,
.body_picture,
.body_product,
.body_single,
.body_video,
.body_job,
.body_feedback,
.body_guestbook {}

.index,
.single,
.article,
.picture,
.video,
.product,
.job,
.feedback {
	width: 1200px;
	margin: 5px auto;
}

.download,
.guestbook {
	width: 1000px;
	margin: 5px auto;
}

#top,
#logo,
#announcement,
#link,
#copyright,
#bottom,
#floor_1,
#floor_2,
#floor_3,
#floor_4,
#floor_5 {
	padding: 0 5%;
	border: 0px dashed red;
}

#top{
	padding: 0!important;
}

@media (max-width:770px ) {
	#banner{
		padding: 0;
	}
}


@media (max-width:1430px ) {
	#logo{
		padding: 0 2%;
	}
}

@media (max-width:1335px ) {
	.WebLogo{
		display: none;
	}
}

#left {
	float: left;
	width: 250px;
}

#right {
	float: left;
	width: 100%;
	border-left: 0px solid #E5E5E5;
	padding-left: 0px;
}


/*===首页 开始===*/

#floor_1_main {
	overflow: hidden;
	background: #f5f5f5;
}

#floor_1 {
	padding: 45px 0px;
}

#floor_2_main {
	overflow: hidden;
	background: #fff;
}

#floor_2 {
	padding: 45px 0px;
}

#floor_3_main {
	background: url(../images/floor_3_main.jpg);
	padding: 80px 0;
}

#floor_4_main {
	padding: 45px 0;
	background: #FFF;
}

#floor_5_main {
	padding: 45px 0;
	background: #f0f0f0;
}

.top_header_phone_li{
	width: 155px!important;
	height: 45px;
	color: #333;
	overflow: hidden;
	position: relative;
	top:-5px;
}

.top_header_phone_li p{
	margin-left: 43px;
	line-height: 55px;
	font-size: 16px;
	margin-top: 11px;
	font-weight: bold;
}

/*===首页 结束===*/


/*===产品模型 开始===*/

.product .info_product_detail_wrap {
	line-height: 2.2em;
}

.product .info_product_detail_wrap b {
	color: #626262;
	font-weight: bold;
}

.product .info_product_detail_wrap table.detail_table {
	width: 100%;
}

.product .info_product_detail_wrap table.detail_table th {
	width: 200px;
}

.product .ProductDescription {
	height: 40px;
	color: 01673A;
	margin-top: 10px;
	padding-left: 35px;
	line-height: 40px;
	font-size: 16px;
	font-weight: bold;
	display: none;
}

.product .info_product_detail_wrap img {
	width: 216px;
	height: 162px;
	float: left;
	text-align: left;
	margin-right: 10px;
}

.product .InfoTitle {
	font-size: 16px;
	font-weight: bold;
	text-align: left;
	padding: 10px 0px;
}

.product .f2 {
	padding: 5px 0px
}

.product .f1 {
	padding: 5px 0px
}

.product .InfoHit {
	padding: 5px 0px;
	font-weight: bold;
	color: #990000
}

.product .InfoTime {
	padding: 5px 0px;
}


/*===产品模型 结束===*/


/*===招聘频道  开始===*/

.job {}

.joblist {}

.joblist li {
	overflow: hidden;
}

table.job_table {
	margin: 8px 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
	border-collapse: collapse;
}

table.job_table td {
	padding: 8px 5px;
	border: 1px solid #DADBD6;
}

table.job_table .Requirement {
	text-align: left;
	padding: 8px 5px;
	line-height: 1.5em;
}

table.job_table th {
	color: #333;
	font-weight: bold;
	text-align: center;
	border: 1px solid #DADBD6;
}

table.job_table .t1 {
	font-weight: bold;
	padding: 5px 0;
	width: 20%;
}

table.job_table .t2 {
	text-align: left;
	width: 25%;
}

table.job_table .t3 {
	font-weight: bold;
	width: 25%;
}

table.job_table .t4 {
	text-align: left;
	width: 25%;
}

table.job_table .operation {
	text-align: center;
	margin: 0 auto;
}


/*应聘*/

table.resume_table {
	margin: 3px;
	text-align: center;
	width: 97%;
	border-collapse: collapse;
}

table.resume_table th {
	font-weight: bold;
	text-align: left;
	width: 100px;
}

table.resume_table td {
	text-align: left;
}

table.resume_table .operation {
	text-align: center;
}

table.resume_table #Detail {
	height: 200px;
}


/*===招聘频道  结束===*/


/*===留言频道  开始===*/

.guestbook {}

.guestbooklist {}

.guestbooklist li {
	padding: 10px;
	border: 1px solid #CCC;
	margin-bottom: 10px;
}

.MessageTitle {
	color: #227BAD;
	line-height: 1.5em;
	font-weight: bold;
}

.MessageContent {
	padding: 5px;
	margin-bottom: 10px;
}

table.guestbook_table {
	width: 98%;
}

table.guestbook_table th {
	width: 100px;
	text-align: left
}

table.guestbook_table td {
	text-align: left
}

table.guestbook_table .operation {
	text-align: center
}


/*管理员回复*/

.answer_wrap {
	padding: 5px;
	border-top: 1px dashed #CCC;
	line-height: 1.5em
}

.answer_title {}

.answer_body {}

.Administrator {
	text-align: right;
}

.Reply {
	text-align: right;
}

.AnswerTime {
	color: #999
}


/*留言表单*/

.message_title {
	height: 40px;
	padding-left: 35px;
	line-height: 40px;
	font-size: 16px;
	color: #333;
	font-weight: bold;
}

.message_body {
	padding-left: 10px;
	padding-right: 10px;
	color: #626262;
}

.message_bottom {}


/*===留言频道  结束===*/


/*===反馈频道 开始===*/

.feedback {}

table.feedback_table {
	width: 99%;
	text-align: center;
	margin: 0 auto;
}

table.feedback_table th {
	width: 100px;
	text-align: left;
	font-weight: bold;
}

table.feedback_table td {
	text-align: left;
}

table.feedback_table .operation {
	text-align: center
}


/*===反馈频道 结束===*/


/*==========@@频道布局  结束@@==========*/


/*==========@@公共板块  开始@@==========*/


/* 顶部 */

#top_main {
	width: 1200px;
	height: 100px;
	display: block;
	margin: 0 auto;
	background: #fff;
	border-bottom: 0px solid #ddd;
}

#top {
	height: 90px;
	line-height: 28px;
	text-align: right;
}

.top_main_logo{
	width: 210px;
}

#top_1 {
	float: left;
	text-align: left;
}

#top_2 {
	float: right;
	text-align: right;
}

#top .MobileEdition {
	font-weight: bold;
	color: red;
}

#top a {
	color: #666;
}

#top a:hover {
	color: #000;
	text-decoration: none
}


/*Logo*/

#logo_mine {
	position: relative;
}

#logo_main {
	background: #383431;
	color: #f6f6f6;
	font-size: 14px;
	width: 100%;
}

@media (max-width: 995px) {
	#logo_main{
		overflow: hidden;
	}
}


#logo .WebLogo {
	float: left;
	position: absolute;
	z-index: 10;
}

#logo .WebLogo img {
	height: 110px;
	display: block;
}

#logo .Language {
	width: 500px;
	float: right;
	padding: 10px;
}

#logo .Language .MobileEdition {
	font-weight: bold;
	color: red;
}

#logo .Member {
	width: 500px;
	height: 35px;
	line-height: 35px;
	float: right;
	text-align: right;
	font-weight: bold;
}

#logo .Member .MemberName,
#logo_main .Member .MemberGroupName {
	color: #F30
}

.logo_sp {
	position: absolute;
	top: 0;
	left: 30px;
}


/*导航*/

#navigation_main {
	background: #0256ac;
}

#navigation {
	height: 45px;
	line-height: 45px;
	display: flex;
	justify-content: center;
}

#navigation ul.navigationlist li {
	float: left;
	text-align: center;
	line-height: 45px;
	position: relative;
	width: 135px;
}

#navigation ul.navigationlist li a {
	width: 90px;
	display: block;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	border: 0px dashed red;
}

#navigation ul.navigationlist li:nth-child(1) img {
	display: none;
}

.navigationlist li:nth-child(1){
	width: 105px!important;
}

.navigationlist li:nth-child(1) a i{
	width: 30px;
	height: 30px;
	display: inline-block;
	background: url('../images/index.png')100% no-repeat;
	background-position: 0 0;
	position: absolute;
	top: 15px;
	left: 8px;
}

#navigation ul.navigationlist li a:hover {
	text-decoration: none;
	background: ;
	color: #C4261D;
}

#navigation ul.navigationlist .current {
	background: #C4261D;
	color: #fff;
}

#navigation ul.navigationlist .current:hover{
	background: #C4261D!important;
	color: #fff!important;
}

/*导航栏下拉*/

#navigation ul.subnavigationlist {
	width: 90px;
	display: none;
	position: absolute;
	top: 45px;
	background: #383431;
	z-index: 100;
}

#navigation ul.subnavigationlist li {
	float: none;
	padding: 0px;
	display: inline;
	width: 150px;
}

#navigation ul.subnavigationlist li a {
	display: block;
	white-space: nowrap;
	font-weight: normal;
	color: #FFF;
	line-height: 40px;
	height: 40px;
	font-size: 15px;
	text-align: center;
}

#navigation ul.subnavigationlist li a:hover {
	background: #C4261D;
	color: #fff;
}

#nav_sp {
	display: flex;
	align-items: center;
	height: 65px;
}

#nav_sp img {
	width: 25px;
	height: 25px;
}

#nav_sp>div {
	margin-right: 56px;
}

#nav_sp>div:last-child {
	margin-right: 10px;
}

.nav_hot{
	display: inline-block;
	position: absolute;
	top: 5px;
	left: 90px;
}

.nav_hot{
	animation: swing-index 2s infinite;
}

@keyframes swing-index{
	0%{top: 5px;}
	12.5%{top: 6.5px;}
	25%{top: 8px;}
	37.5%{top: 9px;}
	50%{top: 10px;}
	62.5%{top: 9px;}
	75%{top: 8px;}
	87.5%{top:6.5px}
	100%{top: 5px;}
}


/*公告*/

#announcement {
	margin-top: 5px;
	height: 35px;
	line-height: 35px;
	background-color: #f0f0f0;
	color: #0B3B7D;
}

#announcement .announcement_title {
	float: left;
	font-weight: bold;
	text-indent: 35px;
	background: url(../images/announcement_title.gif) no-repeat 8px center;
	width: 150px;
}

#announcement .announcement_body {
	float: left;
	width: 750px;
}

#announcement .announcement_bottom {
	float: right;
	width: 100px;
}

.announcementlist {}

.announcementlist li {
	line-height: 35px;
}


/*Js幻灯片样式*/

#banner_main {
	position: relative;
	border: 0px solid blue;
}

#banner {
	border: 0px solid red;
	margin: 0 auto;
	overflow: hidden;
	width: 100%
}

.bannerlist {}

.bannerlist li {
	text-align: center;
	border: 0px dashed red;
	overflow: hidden;
	display: block;
}

.bannerlist li img {
	margin: 0 auto;
	display: block;
}

#banner_main .hd {
	width: 100%;
	position: relative;
	bottom: 35px;
	left: 0;
	height: 5px;
	line-height: 5px;
	text-align: center;
	border: 0px solid red;
}

#banner_main .hd ul li {
	cursor: pointer;
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 8px;
	height: 8px;
	background: #999;
	border-radius: 8px;
	margin-right: 15px;
	overflow: hidden;
	font-size: 0px;
}

#banner_main .hd ul li.on {
	background: #000;
}


/*Flash幻灯片样式*/


/*#banner_main {border:0px solid blue; }
#banner {  border:0px solid red; margin:0 auto; overflow:hidden;} */


/*当前位置*/

#location_main {}

#location {
	display: none;
	color: #01673A;
	float: right;
	padding-right: 8px;
}

#location a {
	color: #01673A;
}


/*子频道列表*/

#subchannel_main {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}

#subchannel {
	width: 1200px;
	overflow: hidden;
	margin: 0 auto;
	line-height: 50px;
	height: 50px;
}

.subchannellist {
	text-align: center;
}

.subchannellist li {
	display: inline;
	border-left: 1px solid #ccc;
}

.subchannellist li.n1 {
	border: 0;
}

.subchannellist li a {
	padding: 10px 5px;
	margin: 0 25px;
	color: #333;
	font-size: 18px;
}

.subchannellist li a:hover {
	color: #0256ac;
	text-decoration: none;
}

.subchannellist #current a {
	font-weight: normal;
	color: #0256ac;
	border-bottom: 3px solid #0256ac;
}

.subchannellist .depth1 {
	font-weight: normal;
}

.subchannellist .depth2 {
	font-size: 14px;
	text-indent: 1.5em;
	background: none;
}

.subchannellist .depth2 a {
	border: none;
}

.subchannellist .depth3 {
	font-size: 14px;
	text-indent: 3em
}

.subchannellist .depth4 {
	font-size: 14px;
	text-indent: 4.5em
}

.subchannellist .depth5 {
	font-size: 14px;
	text-indent: 6em
}

.subchannellist .depth6 {
	font-size: 14px;
	text-indent: 7.5em
}


/*搜索 */

table.search_table {
	width: 99%;
	text-align: center;
}

table.search_table th {
	vertical-align: middle;
	text-align: center;
	padding: 0px 3px;
}

table.search_table td {
	vertical-align: middle;
	width: 60px;
	padding: 0px 3px;
}


/*联系我们*/

.contact_wrap {
	line-height: 1.8em;
}

.contact_wrap b {
	font-weight: bold;
}

.contact_wrap .WebUrl {
	color: #F00
}


/*公共百度地图*/

#Map {
	overflow: hidden;
	width: 100%;
}

#Map .MapInfo {
	float: left;
	border: 1px dashed #ccc;
	padding: 8px;
}

#Map .MapInfo #MapContainer {
	width: 870px;
	height: 380px;
}

#Map .ContactInfo {
	width: 300px;
	float: right;
	line-height: 2.7em;
}

#Map .ContactInfo .Company {
	font-size: 24px;
	margin-bottom: 8px;
}

#Map .ContactInfo img {
	width: 18px;
	vertical-align: middle;
	margin-right: 8px;
}


/*订购*/

.order {
	margin: 0px auto
}

.order .WantOrder h1 {
	border-bottom: 1px dotted #999999;
	padding: 5px 0px;
}

.order .f1 {
	float: right;
	color: red;
}

table.order_table {
	width: 98%;
}

table.order_table th {
	width: 100px;
	text-align: left;
}

table.order_table td {
	text-align: left
}

table.order_table .operation {
	text-align: center
}


/* 友情链接 */

#link_main {
	padding: 15px 0;
	background: #fff;
}

#link {
	padding: 0;
	border: 1px solid #D6D6D6;
}

.link_title {
	line-height: 59px;
	height: 59px;
	color: #fff;
}

.link_title h2 {
	font-size: 24px;
	color: #333;
	font-weight: normal;
	text-indent: 15px;
}

.link_body {
	color: #000;
	border-top: 0px;
	border-bottom: 0px;
}

.link_bottom {}


/*图片链接列表*/

.linkpiclist {
	overflow: auto;
	zoom: 1;
}

.linkpiclist li {
	float: left;
	padding: 1px 5px;
	text-align: center;
	width: 112px;
}

.linkpiclist li img {
	width: 86px;
	height: 30px;
	padding: 2px;
	border: 1px solid #eee;
}

.linkpiclist li a:hover img {
	border: 1px solid #c11b33;
}


/*文字链接列表*/

.linktextlist {
	overflow: hidden;
	zoom: 1;
	padding: 8px 0 8px 0;
}

.linktextlist li {
	float: left;
	text-align: center;
	padding: 1px 15px;
	overflow: hidden;
	white-space: nowrap;
}

.linktextlist li a {
	line-height: 22px;
	color: #666;
}

.linktextlist li a:hover {
	line-height: 22px;
	color: #c11b33;
}


/*底部区域*/

#bottom_main {
	background-color: #0256ac;
	padding: 40px 0;
	color: #f0f0f0;
}

#bottom {}

#bottom_1 {
	float: left;
	width: 66%;
}

.bottom_navigation {
	overflow: hidden;
	float: left;
}

.bottom_navigation li {
	float: left;
	width: 120px;
	margin-right: 15px;
	overflow: hidden;
}

.bottom_navigation li a {
	display: block;
	text-align: left;
	font-size: 18px;
	margin-bottom: 10px;
	color: #f0f0f0;
	font-weight: bold;
}

.bottom_navigation li a:hover {
	color: #fff;
}

.bottom_navigation .subnavigationlist1 li {
	float: none;
	padding: 0;
	line-height: 28px;
	display: block;
}

.bottom_navigation .subnavigationlist1 li a {
	color: #f0f0f0;
	display: block;
	line-height: 30px;
	font-weight: normal;
	padding: 0;
	margin: 0;
	font-size: 13px;
	text-align: left;
}

.bottom_navigation .subnavigationlist1 li a:hover {
	color: #fff;
}

#bottom_2 {
	float: right;
	width: 34%;
}

#bottom_2 .WeChat img {
	float: left;
	width: 102px;
	padding: 20px 30px 0 0;
}

#bottom_2 .bdsharebuttonbox .LShare {
	display: block;
	line-height: 24px;
	height: 24px;
	cursor: pointer;
	margin: 6px 6px 6px 0;
	font-size: 16px;
	color: #f0f0f0;
}

.bdshare-button-style0-24 {
	padding-top: 30px;
}


/* 版权信息 */

#copyright_main {
	color: #fff;
	background-color: #044c96;
}

#copyright {
	line-height: 40px;
}

#copyright a {
	color: #f0f0f0;
	text-decoration: none;
}

#copyright a:hover {
	color: #fff;
	text-decoration: none;
}

#copyright .bottom_info {
	text-align: center;
	padding-top: 5px;
	padding-right: 10px;
	line-height: 20px;
}

#copyright .TechnicalSupport {
	float: right;
	margin: 0
}


/*分页样式*/
/*
.page {
	padding: 4px 0px 0px 1px;
	float: right;
	clear: both;
}

.page a,
.page span {
	float: left;
	display: block;
	border: 1px solid #D3D1D1;
	padding: 2px 5px;
	margin-left: 4px;
	line-height: 22px;
}

.page a:link,
.page a:visited {
	text-decoration: none;
}

.page a:hover {
	background: #CC0001;
	color: #ff9900;
}

.page .current {
	background: #CC0001;
	color: #FFF;
}

.page #total {
	color: red
}
*/

/*会员*/


/*会员登录*/

table.login_table {
	width: 40%;
	text-align: center;
	margin: 0 auto;
}

table.login_table th {
	width: 100px;
	text-align: left;
	font-weight: bold;
}

table.login_table td {
	text-align: left;
}

table.login_table .operation {
	text-align: center
}

table.login_table .quick_login td {
	text-align: left;
	padding: 10px 0;
}

table.login_table .quick_login td img {
	margin-right: 8px;
	float: left;
}


/*会员注册*/

table.reg_table {
	width: 40%;
	text-align: center;
	margin: 0 auto;
}

table.reg_table th {
	width: 140px;
	text-align: left;
	font-weight: bold;
}

table.reg_table td {
	text-align: left;
}

table.reg_table .operation {
	text-align: center
}

table.reg_table .MemberCode {
	text-align: left;
	width: 70px;
}

table.reg_table #SmsCode {
	width: 50px;
}


/*忘记密码 第一步*/

table.forget_table1 {
	width: 40%;
	text-align: center;
	margin: 0 auto;
}

table.forget_table1 th {
	width: 100px;
	text-align: left;
	font-weight: bold;
}

table.forget_table1 td {
	text-align: left;
}

table.forget_table1 .operation {
	text-align: center
}


/*忘记密码 第二步*/

table.forget_table2 {
	width: 40%;
	text-align: center;
	margin: 0 auto;
}

table.forget_table2 th {
	width: 100px;
	text-align: left;
	font-weight: bold;
}

table.forget_table2 td {
	text-align: left
}

table.forget_table2 .operation {
	text-align: center
}

table.forget_table2 #SmsCode {
	width: 60px;
}

table.forget_table2 .PasswordQuestion,
table.forget_table2 .MemberMobile,
table.forget_table2 .FindPwdWay {
	padding: 3px 0;
}


/*网站地图列表*/

.maplist {}

.maplist li {
	padding: 1px;
}

.maplist li a {
	background: #d1e8fc;
	line-height: 25px;
	display: block;
	padding: 0 20px;
	border: 0px solid #A6CC93;
}

.maplist li a:hover {
	text-decoration: none;
	background: #FFF;
}

.maplist .depth1 {
	font-weight: bold;
	text-indent: 0px;
	font-weight: bold
}

.maplist .depth2 {
	text-indent: 2em
}

.maplist .depth3 {
	text-indent: 4em
}

.maplist .depth4 {
	text-indent: 6em
}

.maplist .depth5 {
	text-indent: 8em
}

.maplist .depth6 {
	text-indent: 10em
}


/*==========@@公共板块  结束@@==========*/


/*==========@@通用列表 开始@@==========*/


/*文字列表*/

.textlist {}

.textlist li {
	line-height: 28px;
	height: 28px;
	text-indent: 8px;
	background: url(../images/textlist.gif) no-repeat 0 center;
	overflow: hidden;
	width: 100%;
	/*解决ie6bug*/
}

.textlist li a {}

.textlist li .InfoTime {
	float: right;
}


/*文字列表1*/

.textlist1 {
	overflow: hidden;
	width: 680px;
	margin: 20px auto;
}

.textlist1 li {
	float: left;
}

.textlist1 li a {
	display: block;
	float: left;
	width: 160px;
	height: 60px;
	margin: 0 5px;
	background: #FFF;
	color: #666;
	text-align: center;
	line-height: 60px;
}

.textlist1 li a:hover {
	background: #1651b8;
	color: #FFF;
}


/*带缩略图文字列表*/

.thumblist {}

.thumblist li {
	text-align: left;
	overflow: hidden;
	margin: 15px 0;
	border: 1px solid #fff;
	transition: .2s ease 0s;
	-moz-transition: .2s ease 0s;
	-webkit-transition: .2s ease 0s;
}

.thumblist li:hover {
	border: 1px solid #e9e9e9;
	-webkit-box-shadow: 0 0 2px 2px #f0f0f0;
	-moz-box-shadow: 0 0 2px 2px #f0f0f0;
	box-shadow: 0 0 2px 2px #f0f0f0;
	transform: translate3d(0, -2px, 0);
}

.thumblist li .InfoPicture {
	float: left;
	overflow: hidden;
}

.thumblist li img {
	border: 0px solid #ccc;
	width: 240px;
	margin-right: 20px;
}

.thumblist li:hover img {}

.thumblist li .info_wrap {
	overflow: hidden;
	padding-right: 8px;
}

.thumblist li .InfoTitle {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #555;
	text-align: left;
	padding: 0;
}

.thumblist li:hover .InfoTitle {
	color: #000;
}

.thumblist li .InfoTime {
	display: block;
	height: 30px;
	line-height: 30px;
	text-align: left;
	padding: 0;
	color: #666;
}

.thumblist li p {
	font-size: 15px;
	color: #898989;
	line-height: 1.8em;
	overflow: hidden;
}


/*带缩略图文字列表2*/

.thumblist1 {
	overflow: hidden;
}

.thumblist1 li {
	width: 568px;
	margin: 10px 0;
	border: 1px solid #fff;
	transition: .2s ease 0s;
	-moz-transition: .2s ease 0s;
	-webkit-transition: .2s ease 0s;
}

.thumblist1 li:hover {
	border: 1px solid #e9e9e9;
	-webkit-box-shadow: 0 0 2px 2px #f0f0f0;
	-moz-box-shadow: 0 0 2px 2px #f0f0f0;
	box-shadow: 0 0 2px 2px #f0f0f0;
	transform: translate3d(0, -2px, 0);
}

.thumblist1 div.info_wrap {
	float: right;
	width: 366px;
	padding-right: 8px;
}

.thumblist1 div.InfoTime {
	color: #555;
}

.thumblist1 li.n0 {
	float: left;
}

.thumblist1 li.n1 {
	float: right;
}

.thumblist1 li a.InfoPicture {
	float: left;
}

.thumblist1 li img {
	width: 182px;
}

.thumblist1 li a.InfoTitle {
	font-size: 18px;
	color: #000;
	font-weight: bold;
}

.thumblist1 li a.InfoTitle:hover {
	color: #0064D6;
}

.thumblist1 li p {
	color: #999;
	line-height: 1.7em;
}


/*橱窗列表*/

.gridlist {
	margin-top: 5px;
}

.gridlist li {
	float: left;
	padding: 4px 0;
	margin-bottom: 10px;
	margin-left: 12px;
	text-align: center;
	overflow: hidden;
	display: inline/*解决ie6 双边距bug*/
	;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: .2s ease 0s;
	-moz-transition: .2s ease 0s;
	-webkit-transition: .2s ease 0s;
}

.gridlist li:hover {
	transform: translate3d(0, -5px, 0);
}

.gridlist li.n0 {
	margin-left: 0;
}

.gridlist li img {
	border: 1px solid #f0f0f0;
	width: 289px;
}

.gridlist li a {
	white-space: nowrap;
}

.gridlist li .InfoTitle {
	text-align: center;
	padding: 10px 0;
	font-weight: normal;
}

.gridlist li:hover .InfoTitle {}

.gridlist li:hover img {
	border-color: #ddd;
}


/*橱窗列表1*/

.gridlist1 {
	overflow: hidden;
}

.gridlist1 li {
	float: left;
	background: #FFF;
	text-align: center;
	transition: .2s ease 0s;
	-moz-transition: .2s ease 0s;
	-webkit-transition: .2s ease 0s;
}

.gridlist1 li:hover {
	opacity: 0.8;
}

.gridlist1 li a.InfoPicture {
	display: block;
	width: 380px;
}

.gridlist1 li.n1 {
	margin: 0 30px;
}

.gridlist1 li img {
	width: 100%;
}

.gridlist1 li a {
	font-size: 16px;
	color: #333;
	line-height: 40px;
}

.gridlist1 li .InfoTitle {
	display: block;
	background: #f5f5f5;
}


/*橱窗列表2*/

.gridlist2 {
	overflow: hidden;
}

.gridlist2 li {
	float: left;
	transition: .2s ease 0s;
	-moz-transition: .2s ease 0s;
	-webkit-transition: .2s ease 0s;
}

.gridlist2 li:hover {
	transform: translate3d(0, -5px, 0);
}

.gridlist2 li a.InfoPicture {
	display: block;
}

.gridlist2 .InfoTitle a {
	display: block;
	width: 380px;
	color: #FFF;
	font-weight: bold;
	text-align: left;
	font-size: 18px;
}

.gridlist2 .InfoTitle a:hover {
	color: #eee;
}

.gridlist2 li img {
	width: 380px;
	padding: 10px 0;
}

.gridlist2 li.n2 {
	margin: 0 30px;
}

.gridlist2 li p {
	display: block;
	width: 380px;
	color: #aaa;
}


/*视频列表*/

.videolist {
	margin-top: 5px;
}

.videolist li {
	float: left;
	margin-bottom: 10px;
	margin-left: 12px;
	text-align: center;
	overflow: hidden;
	transition: all .2s linear
}

.videolist li:hover {
	transform: translate3d(0, -4px, 0);
	box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.videolist li.n0 {
	margin-left: 0;
}

.videolist li img {
	border: 1px solid #fff;
	width: 289px;
}

.videolist li a {
	display: block;
	position: relative;
}

.videolist li .InfoTitle {
	display: block;
	padding: 10px 0;
}

.videolist li .InfoTitle a {
	white-space: nowrap;
}

.videolist li i {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url(../images/play.png) center center no-repeat;
	cursor: pointer;
}


/*频道相册列表*/

.channelalbumlist {
	overflow: hidden;
}

.channelalbumlist li {
	float: left;
	margin-top: 10px;
}

.channelalbumlist li img {
	display: block;
	width: 290px;
	margin-right: 10px;
}


/*频道相册列表1*/

.channelalbumlist1 {
	overflow: hidden;
	float: left;
	width: 600px;
}

.channelalbumlist1 li {
	text-align: left;
	overflow: hidden;
	padding: 12px 0;
}

.channelalbumlist1 li i {
	font-size: 40px;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	color: #fff;
	line-height: 100px;
	float: left;
	text-align: center;
	font-style: normal;
	margin-right: 18px;
}

.channelalbumlist1 li i.n1 {
	background: #008287;
}

.channelalbumlist1 li i.n2 {
	background: #6ce26c;
}

.channelalbumlist1 li i.n3 {
	background: #bd362f;
}

.channelalbumlist1 li .info_wrap {}

.channelalbumlist1 li .AlbumTitle {
	font-size: 22px;
	font-weight: normal;
	text-align: left;
	margin-bottom: 12px;
}

.channelalbumlist1 li p {
	font-size: 14px;
	display: block;
	line-height: 26px;
	text-align: left;
	color: #888;
}


/*频道相册列表1*/

.channelalbumlist2 {
	overflow: hidden;
}

.channelalbumlist2 li {
	float: left;
}

.channelalbumlist2 li img {
	width: 238px;
	height: 107px;
	border: 1px solid #ddd;
	margin-top: -1px;
	display: block;
}

.channelalbumlist2 li img:hover {
	filter: grayscale(1);
	-webkit-filter: grayscale(1);
	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}


/*==========@@通用列表  结束@@==========*/

.flexs {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.s_flex {
	display: flex;
	flex-direction: row;
	align-items: center;
	flex-wrap: wrap;
}

.ss_flex {
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
}

.flex {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.f600 {
	font-weight: 600;
}

.margin-left-30 {
	margin-left: 30px;
}

.margin-bottom-35 {
	margin-bottom: 35px;
}

.border-bottom {
	border-bottom: 1px solid #eaeaea;
}

.boximg-100 img{
	width: 100%;
}

.pd_0{
	padding-left: 0!important;
	padding-right: 0!important;
}

.color-333 {
	color: #333;
}

.elements-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.hide_m {
	display: -webkit-box!important;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	line-clamp: 3;
	-webkit-line-clamp: 3;
}

.t1tle {
	color: #333;
	font-size: 28px;
}

.t1tle div:last-child {
	color: #999;
	font-size: 22px;
}


/*简介*/

#jianjie {
	height: 380px;
	margin: 90px 16%;
	align-items: flex-start;
	overflow: hidden;
}

@media only screen and (max-width:680px) {
#jianjie {
	margin: 30px 5%;

}
}

#jianjie .desc {
	flex: 1;
	width: 50%;
	float: left;
}

#jianjie .desc .desc_con {
	margin-bottom: 40px;
	font-size: 14px;
	color: #333;
	line-height: 28px;
	margin-top: 10px;
	-webkit-line-clamp: 6;
	line-clamp: 6;
}

#jianjie .image {
	width: 46%;
	float: right;
}

#jianjie .image img {
	width: 100%;
}

#adimg {
	width: 100%;
}

#adimg img {
	width: 100%;
}


/*首页导航*/

#navs {
	margin: 70px 9%;
	color: #2b2414;
}

@media only screen and (max-width:680px) {
#navs {
	margin: 30px 3%;
}	
}

#navs .nav_i {
	margin-bottom: 15px;
	background: #ededee;
	flex: 1;
	padding: 30px;
	margin-right: 14px;
	flex-direction: column;
	align-items: flex-start;
}

@media (max-width: 680px) {
#navs .nav_i {
	margin-right: 0;
}
}

#navs .nav_con {
	margin: 40px 0;
	font-size: 25px;
	width: 100%;
}

#navs .nav_con .nav_con_c {
	min-height: 70px;
	font-size: 14px;
	margin-top: 10px;
	line-height: 24px;
}

#navs .nav_i img {
	width: 100%;
}

#navs .nav_i .nav_more {
	width: 100%;
	height: 30px;
	text-align: center;
	color: #333;
	line-height: 30px;
}

#navs .nav_i .nav_more_a {
	display: block;
	width: calc(100%);
	border: 1px solid #2b2414;
}

#navs .nav_i .nav_more:hover {
	background: #2b2414;
	color: #fff!important;
}


/*首页产品中心*/

#products {
	flex-direction: column;
}

#products .t1tle {
	text-align: center;
}

#products .products_cates {
	margin: 40px 0;
}

#products .products_cates ul li {
	float: left;
	margin: 0 auto;
	border-right: 1px solid #999;
	color: #999;
	font-size: 16px;
	text-align: center;
	max-width: 132px;
	min-width: 70px;
}

#products .products_cates ul li:last-child {
	border-right: 0;
}

#products .products_cates ul {
	display: table;
	justify-content: center;
	margin: 0 auto;
}

#products .bannerlist {
	overflow: hidden;
	max-height: 565px;
}

#products .bannerlist li img {
	width: 100%;
}

#products .bannerlist .hb li {
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #999;
}

#products .bannerlist .hb .on {
	background: #000;
}


/*首页案例*/

#cases {
	margin: 70px auto 0;
	width: 76%;
	max-height: 640px;
}

#cases .t1tle {
	text-align: center;
	margin-bottom: 70px;
}

#cases .cases_con_left {
	width: 35.4%;
	position: relative;
	overflow: hidden;
	float: left;
}

#cases .cases_con_left>img {
	width: 100%;
	height: 640px;
}

#cases .cases_con_left .cases_con_left_con {
	flex-direction: column;
	justify-content: center;
	padding: 0 20px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	color: #fff;
	width: 100%;
	height: 222px;
	background: rgba(0, 0, 0, 0.3);
}

#cases .cases_con_left .cases_con_left_con>p {
	font-size: 34px;
}

#cases .cases_con_left .cases_con_left_con_o {
	font-size: 14px;
}

#cases .cases_con_right {
	width: 21.5%;
	height: 100%;
	overflow: hidden;
	float: left;
}

#cases .cases_con_right>img {
	width: 100%;
	height: 320px;
}

#cases .cases_con_right .cases_con_right_con {
	width: 100%;
	height: 320px;
	background: #f6f6f6;
	text-align: center;
	flex-direction: column;
	justify-content: center;
	padding: 0 20px;
	box-sizing: border-box;
	;
}

#cases .cases_con_right .cases_con_right_con p {
	width: 100%;
}

#cases .cases_con_right .cases_con_right_con p:first-child {
	font-size: 22px;
	line-height: 36px;
	color: #333;
}

#cases .cases_con_right .cases_con_right_con p:first-child+p {
	margin-top: 12px;
	font-size: 14px;
	line-height: 20px;
	color: #999;
}


/*首页新闻*/

#news {
	margin: 210px auto 0;
}

@media (max-width:1190px) {
#news {
	margin: 50px auto 0;
}
}

#news .t1tle {
	text-align: center;
	margin-bottom: 40px;
}

#news .products_cates {
	margin: 40px 0;
}

#news .products_cates ul li {
	float: left;
	border-right: 1px solid #999;
	color: #999;
	font-size: 16px;
	text-align: center;
	max-width: 132px;
	min-width: 75px;
}

#news .products_cates ul li:last-child {
	border-right: 0;
}

#news .products_cates ul {
	display: table;
	justify-content: center;
	margin: 0 auto;
}

#news .newsbanner_i {
	width: 492px;
	height: 612px;
}

#newsbanner {
	width: 100%;
	height: 630px;
	background: #f3f3f3;
	overflow: hidden;
}

#newsbanner .swiper-container {
	overflow: visible;
	margin-top: 160px;
}

#newsbanner .swiper-slide {
	position: relative;
	background: #fff;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

#newsbanner .swiper-slide .top_img {
	overflow: hidden;
	padding: 10px;
	box-sizing: border-box;
	position: absolute;
	background-color: #fff;
	border-radius: 100px;
	width: 200px;
	height: 200px;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
}

#newsbanner .swiper-slide .top_img>div {
	width: 100%;
	height: 100%;
	border-radius: 100px;
	overflow: hidden;
}

#newsbanner .swiper-slide .top_img img {}

#newsbanner .newstitle {
	padding: 0 90px;
	box-sizing: border-box;
	text-align: center;
	margin-top: 140px;
	color: #333;
	font-size: 22px;
	-webkit-line-clamp: 1;
}

#newsbanner .newscon {
	padding: 0 80px;
	margin-top: 20px;
	box-sizing: border-box;
	text-align: center;
	color: #333;
	font-size: 14px;
	line-height: 30px;
	-webkit-line-clamp: 2;
}

#newsbanner .newscon+div {
	text-align: center;
	font-size: 22px;
	color: #999;
	margin-top: 40px;
	margin-bottom: 20px;
}

#newsbanner .newscate {
	width: 100%;
	height: 66px;
	line-height: 66px;
	text-align: center;
	background: #f5f5f5;
	font-size: 22px;
	color: #333;
}

#newsbanner .swiper-pagination {
	bottom: -38px!important;
}

#newsbanner .swiper-pagination-bullet-active {
	background: #000;
}


/*首页服务中心*/

#service {
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
}

#service .service_box {
	align-items: flex-start;
	height: 540px;
	margin: 0 100px;
	justify-content: flex-start;
}

@media only screen and (max-width:680px) {
#service .service_box {
	height: 421px;
	margin: 0;
}
}

#service .service_concat {
	float: left;
	margin-top: 80px;
	margin-right: 70px;
}

@media (max-width: 680px) {
#service .service_concat {
	float: left;
	margin: 40px auto;
}
}

#service .t1tle {
	color: #fff;
	text-align: center;
}

#service .service_con {
	float: left;
	margin-top: 100px;
	color: #fff;
}

#service .service_con_nav {
	text-align: center;
	justify-content: center;
	margin-top: 80px;
}

#service .service_con_nav li {
	margin-right: 150px;
}

@media (max-width:1399px) {
#service .service_con_nav li {
	margin-right: 80px;
}
}

@media (max-width:1175px) {
#service .service_con_nav li {
	margin-right: 20px;
}
}

#service .service_con_nav a:last-child li {
	margin-right: 0;
}

#service .service_con_nav li p {
	margin-top: 20px;
}


/*底部导航*/

#bottom_nav {
	width: 100%;
	padding: 30px 10% 0;
	box-sizing: border-box;
	background: #333;
}

#bottom_nav .contact {
	font-size: 15px;
	color: #333;
}

@media only screen and (max-width:766px ) {
#bottom_nav .contact {
	margin: 0 auto;
}
}


#bottom_nav .contact img {
	width: 200px;
	height: 62px;
}

#bottom_nav .contact .first_div {
	margin-top: 20px;
}

#bottom_nav .contact .last_div {
	margin-top: 20px;
	font-size: 26px;
	color: #000;
}

#bottom_nav .contact div {
	margin-top: 10px;
}

#bottom_nav .navs {
	width: 1100px!important;
	display: block;
	margin: 0 auto;
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 15px 0;
}

#bottom_nav .navs div {
	font-size: 16px;
	height: 116px;
}

#bottom_nav .navs .navs_i {
	display: inline-block;
	min-width: 120px;
}

#bottom_nav .navs .navs_i ul {
	font-size: 12px;
}

#bottom_nav .navs .navs_i ul li {
	margin-top: 15px;
	line-height: 20px;
}

#bottom_nav .conent {
	float: right;
	color: #737373;
	min-width: 150px;
}

#bottom_nav .conent .conent_title {
	padding: 10px 30px;
	font-size: 22px;
	border: 1px solid #fff;
}

#bottom_nav .conent .conent_box {
	font-size: 14px;
	margin-top: 30px;
	text-align: center;
}

#bottom_nav .conent .conent_box>div img {
	width: 42px;
	height: 42px;
	margin-bottom: 10px;
}

#bottom_nav .conent .conent_box>div {
	display: inline-block;
}

#copyright_main {
	background: #333;
	text-align: center;
	padding: 14px 0;
	width: 100%;
	font-size: 14px;
	color: #fff;
}

.copyright_main_p1{
	width: 1100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: block;
	margin: 0 auto;
	padding: 5px 0;
	border-top: 1px solid #666;
}

.navs2 a{
	color: #fff;
	font-size: 12px;
}

.navs2 a:hover{
	font-size: 14px;
	font-weight: bold;
	color:#c4261e;
}

.foot_bottom{
	width: 100%;
	display: block;
	background: #333;
	overflow: hidden;
}

.yqlj{
	width: 1100px;
	height: 22px;
	margin: 10px auto 40px;
}

.yqlj li{
	padding: 0 10px;
	position: relative;
}

.yqlj li span{
	height: 14px;
	border-right: 1px solid #666;
	display: inline-block;
	position: absolute;
	top:2px;
	left: 0;
}

.foot_phone{
	font-size: 26px;
	color: #cf0d19;
	text-align: center;
	font-weight: bold;
	margin-bottom: 15px;
}

.foot_lin{
	height: 170px;
	border-right: 2px solid #fff;
	margin-right: 80px;
}

.bottom_content{
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #666;
}

.bottom_content li{
	padding: 10px 0;
	margin-right: 25px;
	float: left;
	color: #666;
	font-size: 16px;
}

.bottom_content_on{
	color: #909090!important;
	border-bottom: 2px solid #909090;
}

.bottom_content_news{
	width: 100%;
	margin-top: 15px;
}

.bottom_content_news{
	width: 100%;
	overflow: hidden;
}

.bottom_content_news li{
	width: 18%;
	float: left;
	font-size: 14px;
	color: #666;
	margin-right: 2%;
	margin-bottom: 10px;
}

.bottom_content_news li a{
	width: 100%;
	display: block;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	text-align: left;
}

/*右侧客服*/

#kefu {
	position: fixed;
	right: 0;
	top: 180px;
	font-size: 12px;
	color: #666;
	z-index: 100;
}

#kefu ul li {
	cursor: pointer;
	width: 66px;
	border: 1px solid #f9f9f9;
	text-align: center;
	margin: 0 auto;
	padding: 10px 0;
	box-sizing: border-box;
	background: #fff;
}

#kefu ul li img {
	width: 32px;
	margin-bottom: 4px;
}

.container{
	margin: 0!important;
}

.container-fluid {
	padding-right: 0!important;
	margin-right: 0!important;
	padding-left: 0!important;
	margin-left: 0!important;
}

#kefu a{
	display: inline-block;
}

#kefu a:hover{
	color: #fff;
}

/*.col-lg-3,
.col-md-6,
.col-sm-12 {
	margin-right: 0!important;
	margin-left: 0!important;
	padding-right: 0!important;
	padding-left: 0!important;
}*/


/*--phone-hd--*/
.phone_hd{
	height: 2.5rem;
}

.menu{
	width: 1.5rem;
	height: 1.5rem;
	margin-top: 0.5rem;
	float: right;
}

.menu img{
	height: 100%;
}

.phone_nva_box{
	position: absolute!important;
	z-index: 999;
}

.phone_nva_box{
	width: 100%;
	height: 100%;
	background: #4c4c4c;
}

.phone_nva{
	width: 100%;
	display:block;	
}

.pn_seat{
	width: 100%;
	height: 9.5rem;
}

@media only screen and (max-width: 320px) {
.pn_seat{
	height: 9.55rem;
}
}

@media (min-width: 680px) and (max-width: 768px) {
.pn_seat{
	height: 9rem;
}
}

.phone_nva li{
	width: 18%;
    height: 2.65rem;
    line-height: 2.65rem;
    margin: 0.6rem 1%;
    border-radius: 50%;
    font-size: 0.6rem;
    text-align: center;
    float: left;
    color: #4c4c4c;
}

@media only screen and (max-width: 320px) {
.phone_nva li{
	width: 18%;
    height: 2rem;
    line-height: 2rem;
    background: #fff;
    margin: 0.25rem 3.5%;
    border-radius: 50%;
    font-size: 0.5rem;
    text-align: center;
    float: left;
    color: #4c4c4c;
}
}

.logo-font{
	font-size: 22px;
	color: #d70b17;
	font-weight: bold;
}

.logo-font img{
	height: 94.25px;
}

#logo-shu{	
	height: 50px;
	border: 1px solid #d5d5d5;
	display: inline-block;
	margin: 0 15px;
}

.banyuan{
	width: 113px;
	height: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	margin-left: 175px;
}

.banyuan p{
	margin-top: 10px;
	text-align: center;
	color: #fff;
	line-height: 32px;
	font-size: 22px;
	font-weight: bold;
}

.top-fuwu{
	/*width: 250px;*/
	width: 170px;
}

.top-fuwu li img{
	height: 31px;
	display: block;
	margin: 0 auto;
}

.banner_search{
	width: 915px;
	height: 97px;
	margin: 0 auto;
	background: rgba(0,0,0,.2);
	position: absolute;
	top: 73%;
	left: 0;
	right: 0;
	z-index: 1;
	overflow: hidden;
}

.bannerForm_ip1,.bannerForm_ip3{
	width: 171.5px;
	height: 44px;
    padding: 0 14px;
    border-color: #FFF;
    border-radius: 4px;
    color: #999;
    margin-left: 5px;
}

.bannerForm_ip2{
	width: 225px;
	height: 44px;
    padding: 0 14px;
    border-color: #FFF;
    border-radius: 4px;
    color: #999;
    margin-left: 5px;
}

.bannerForm_btn{
	width: 228px;
    height: 46px;
    line-height: 46px;
    border-radius: 5px;
    background-color: #C4261D;
    display: inline-block;
    color: #fff;
    margin-left: 5px;
    text-align: center;
}

@media only screen and (max-width: 1440px) {
	.banner_search{
		top: 70%;
}
}

.banner_search p{
	width: 97%;
	margin-top: 7px;
	margin-bottom: 8px;
	margin-left: 1%;
	font-size: 14px;
	color: #fff;
	text-align: left;
}

.search_input{
	width: 645px;
	height: 45px;
	border-radius: 5px;
	margin-left: 10px;
	float: left;
}

.but_input{
	width: 230px;
	height: 47px;
	border-radius: 5px;
	margin-left: 10px;
	float: left;
	font-size: 18px;
	color: #fff;
	background: #c13027;
	border: none;
	letter-spacing: 1px;
}

.but_input:hover{
	background: #c85c55;
}

/*--T1--*/
.T1{
	width: 100%;
	height: 535px;
	display: block;
	overflow: hidden;
}

.t1_p1{
	font-size: 48px;
	text-align: center;
	margin-top: 75px;
	font-weight: bold;
}

.t1_p2{
	margin-top: 5px;
	font-size: 24px;
	text-align: center;
}

.t1_ul{
	width: 1200px;
	height: 225px;
	display: block;
	margin: 50px auto 0;
	box-shadow: 0 0 4px rgba(21,21,21,.18);
}

.t1_ul li{
	width: 20%;
	height: 100%;
	display: block;
}

.t1_ul_a{
	width: 100%;
	display: block;
	margin: 0 auto;
	padding: 37px 0;
	position: relative;
}

.t1_ico{
	display: block;
    overflow: hidden;
    width: 44px;
    height: 44px;
    margin: 0 auto 28px;
}

.t1_ul_img{
	width: 100%;
	height: 100%;
	display: block;
}

.t1_ul li h3{
	width: 80%;
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 500;
}

.t1_ul li h3 span{
	font-weight: bold;
	color: #555;
}

.t1_ul li p{
	width: 80%;
	display: block;
	margin: 0 auto;
	text-align: center;
}

.lin{
	border-right:1px solid #E1E1E1;
	height: 75%;
	display: inline-block;
	position: absolute;
	top:12.5%;
	left: 0;
}

.t1_ul li .t1_ul_a:hover.t1_ul_a h3{
	color: #d70b17;
}

.t1_ul li .t1_ul_a:hover.t1_ul_a h3 span{
	color: #d70b17;
}

.t1_ul li .t1_ul_a:hover .t1_ico img{
	margin: -44px auto 28px;
}

.tran{
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

/*--T2--*/
.T2{
	width: 100%;
	display: block;
	overflow: hidden;
	background: #333333;
	padding-bottom: 90px;
}

.t2_ul{
	margin-top: 40px;
}

.t2_li{
	width: 50px;
	text-align: center;
	position: relative;
}

.t2_li a{
	width: 100%;
	height: 100%;
	display:block;
	color: #fff;
	line-height: 15px;
}

.t2_li img{
	position: absolute;
	top: 0;
	left: 0;
}

.t2_li.t2_li a:hover{
	color: #d70b17;
	font-size: 18px;
	font-weight: 700;
}

.t2_anli{
	width: 100%;
	overflow: hidden;
	padding: 0 75px;
	box-sizing:border-box;
	margin-top: 65px;
}

.t2_anli img{
	width: 100%;
}

.t2_img_h1{
    height: 249.8px;
}

.t2_img_h2{
    height: 508.44px;
}

.t2_img_h3{
    height: 244.78px;
}

.t2_img_h4{
    height: 246.52px;
}

.t2_a{
	width: 454px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	display: block;
	margin: 70px auto 0;
	border: 1px solid #fff;
	transition: color 0.3s linear 0s,background-color 0.3s linear 0s;
}

.c_plate{
	width: 100%;
	height: 100%;
	background: #333;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

.c_plate a{
	width: 100%;
	height: 100%;
	display: inline-block;
}

.c_plate p{
	width: 100%;
	text-align: center;
	color: #fff;
}

.c_plate p span{
	padding: 0 5px;
	margin: 0 5px;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

.c_plate p:nth-child(1){
	margin-top: 30%;
	margin-bottom: 5%;
	font-size: 16px;
}

.c_plate_shu p:nth-child(1){
	margin-top: 60%!important;
	margin-bottom: 5%;
	font-size: 16px;
}

.c_plate_heng p:nth-child(1){
	margin-top: 15%!important;
	margin-bottom: 2%!important;
	font-size: 16px;
}

.move_in:hover .c_plate{
	display: block;
}

/*--T3--*/
.T3{
	width: 100%;
	height: 840px;
	display: block;
	overflow: hidden;
}

.baojia{
	width: 1200px;
	height: 523px;
	display: block;
	margin: 85px auto 0;
	background: #fff;
	box-shadow: 0 0 4px rgba(21,21,21,.18);
}

.baojia_frm{
	width: 480px;
}

.baojia_frm p{
	width: 360px;
	height: 60px;
	display: block;
	margin: 0 auto 15px;
	line-height: 60px;
	text-align: center;
	background: #373737;
	color: #fff;
	font-size: 18px;
}

#addForm{
	width: 100%;
	padding: 0 60px;
	box-sizing:border-box;
	border-right: 1px solid #f2f2f2;
}

#addForm input{
	width: 358px;
	height: 47px;
	margin: 0 auto 15px;
	color: #999;
}

#obtain{
	width: 350px;
	height: 47px;
	line-height: 47px;
	color: #fff;
	text-align: center;
	background: #c7000a;
	margin-top: 20px;
	display: inline-block;
	border-radius: 10px;
	font-size: 18px;
	border: 5px solid #c7000a;
	
}

#obtain:hover{
	background: #df4a51;
	border: 5px solid  #df4a51;
}

#index_T3_pre{
	width: 358px;
    height: 47px;
    border: 1px solid #ccc;
    color: #7e7878;
}

.frm_ico{
	width: 360px;
	height: 27px;
	display: block;
	margin: 12px auto 0;
}

.frm_ico img{
	margin-right: 8px;
}

.baojia_frm_h6{
	font-weight: 500;
	color: #b3b3b3;
	width: 300px;
	height: 27px;
	font-size: 14px;
}

.baojia_frm_h6 i{
	width: 100%;
	text-align: left;
	font-style: normal;
}

.baojia_right{
	width: 582px;
	margin-right: 70px;
}

.frm_title{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.frm_title span{
	margin: 0 10px;
	color: #c13027;
}

.frm_ul{
	margin-top: 80px;
}

.frm_ul li{
	width: 179px;
	height: 179px;
	margin: 0 7.5px;
	box-shadow: 0 0 4px rgba(21,21,21,.18);
}

.frm_ul li img{
	display: block;
	margin: 35px auto 0;
}

.frm_ul_text{
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-top: 30px;
}

.frm_ul_nub{
	text-align: center;
	font-size:22px ;
}

.frm_ul_nub span{
	color: #c7000a;
	margin-right: 5px;
}

.frm_ul_p{
	font-size: 12px;
	margin-top: 60px;
	text-align: center;
}

/*--T4--*/
.T4{
	width: 100%;
	height: 1160px;
	background: #333;
	display: block;
	overflow: hidden;
}

.t4_box{
	width: 1200px;
	display: block;
	margin: 50px auto 0;
}

.vr_img{
	width: 1200px;
	height: 490px;
	overflow: hidden;
	position: relative;
}

.img_vr{
	width: 2000px;
	height: 490px;
	background-size: cover;
	position: absolute;
	top: 0;
	left: 0;
}

.vr_img p{
	width: 100%;
	height: 68px;
	line-height: 68px;
	background: #333;
	opacity:0.8;
	color: #fff;
	text-align: center;
	position: absolute;
	bottom: 0;
}

.t4_ul{
	width: 100%;
	margin-top: 10px;
}

.t4_ul li{
	width: 33%;
	height: 250px;
	overflow: hidden;
	position: relative;
}

.t4_ul li:nth-child(2){
	margin: 0 10px;
}


.t4_ul li img{
	width: 100%;
	height: 250.84px;
}

.t4_ul li p{
	width: 100%;
	height: 35px;
	line-height: 35px;
	text-align: center;
	background: #333;
	opacity:0.8;
	color: #fff;
	position: absolute;
	bottom: 0;
}

.t4_ul li p span{
    padding: 0 5px;
    margin: 0 5px;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.t4_ul_icon{
	position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 60px;
    margin: 3px 24px;
    background-position: -300px 0;
}

.t4_ul_icon1{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 120px;
    height: 60px;
    margin: 3px 24px;
    background-position: -420px 0;
}

.t4_a{
	width: 454px;
	height: 40px;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	display: block;
	margin: 60px auto 0;
	border: 1px solid #fff;
	transition: color 0.3s linear 0s,background-color 0.3s linear 0s;
}

.t2_a:hover,.t4_a:hover{
	background: #c13027;
	border: 1px solid #c13027;
}


/*--T5--*/
.T5{
	width: 100%;
	height: 1380PX;
	overflow: hidden;
	position: relative;
}

.t5_li{
	width: 100px;
	text-align: center;
	position: relative;
}

.t5_li a{
	width: 100%;
	height: 100%;
	display:block;
	color: #333;
	line-height: 15px;
}

.t5_li img{
	position: absolute;
	top: 0;
	left: 0;
}

.t5_li.t5_li a:hover{
	color: #d70b17;
	font-size: 18px;
	font-weight: 700;
}

.t5_li_on p{
	color: #d70b17!important;
	font-size: 18px;
	font-weight: 700;
}

.index_news{
	width: 1200px;
	display: block;
	margin: 50px auto 0;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 0 4px rgba(21,21,21,.18);
}

.nes_left,.nes_right{
	width: 558px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.nes_left img{
	width: 100%;
}

.index_news0 .nes_left img{
    width: 100%;
	height: 275px;
}

.index_news2 .nes_left img{
	height: 123.75px;
}

.nes_left_a{
	width: 100%;
}

.nes_left_a:hover{
	color: #D70B17;
}

.nes_left h3{
	margin-top: 25px;
	font-weight: 600;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.new_time{
	font-size: 14px;
}

.new_sctn{
	margin-top: 20px;
	font-size: 14px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.time_left{
	width: 79px;
	height: 92px;
	background: #383431;
}

.time_yue{
	font-size: 30px;
	margin-top: 20px;
	text-align: center;
}

.time_ri{
	width: 90%;
	font-size: 18px;
	display: block;
	margin: 10px auto 0;
	text-align: right;
}

.new_text{
	width: 473px;
	padding: 10px 12px;
	box-sizing:border-box;
}

.new_text p:nth-child(1){
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 16px;
	font-weight: 550;
}

.new_text p:nth-child(2){
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;	
}

.index_news a{
	display: inline-block;
}

.news_a{
	box-shadow: 2px 2px 2px #fff;
}

.news_a:hover{
	box-shadow: 2px 2px 2px rgba(21,21,21,.18);
}

.news_a:hover .new_text p:nth-child(1){
	color: #D70B17;
}

.news_a:hover .time_left{
	background: #d80b19;
}

.index_news2 .nes_left,.index_news2 .nes_right{
	margin-top: 21px;
    margin-bottom: 21.77px;
}

.index_news_dynamic{
	margin-top: 15px;
}

.index_news_dynamic:nth-child(1){
	margin-top: 0;
}

.index_news_dynamic div{
	width: 328px;
}

.index_news_dynamic img{
	width: 220px;
	margin-right: 10px;
}

.index_news_dynamic_p1{
	font-size: 18px;
	font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #5f5f5f;
    line-height: 30px;
}

.index_news_dynamic_p2{
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 8px 0 11px;
}

.index_news_dynamic_p3{
	line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    color: #9d9d9d;
    font-size: 14px;
}

.index_news_dynamic:hover{
	box-shadow: 2px 2px 2px 2px #f1f1f1;
}

.index_news_dynamic:hover .index_news_dynamic_ta{
	color: #d80b19;
}

.js_jg{
	width: 1200px;
	margin: 50px auto 0;
	position: relative;
}

.js_jg li{
	width: 384px;
	overflow: hidden;
}

.js_jg a{
    width: 384px;
    height: 296px;
    overflow: hidden;
	display: inline-block;
}

.js_jg img{
	width: 100%;
	min-height: 296px;
}

.js_jg_p_a{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 210px;
}

.js_jg_a{
	width: 80px;
	height: 30px;
	display: inline-block;
}

.news_bottom{
	width: 100%;
	position: absolute;
	bottom: 0;
}

.pinzhi{
	width: 100%;
	height: 222px;
	background: url(../images/7b006e6e46897a41.png)100% no-repeat;
	padding: 35px 0 0 0;
    box-sizing: border-box;
}

.pinzhi_left,.pinzhi_right{
	height: 171px;
}

.pinzhi_left span{
	height: 25px;
	display: inline-block;
	margin-left: 30px;
	border-right: 1px solid #fff;
}

.left_text{
	margin-left: 30px;
	font-size: 20px;
}

.pinzhi_right{
	width: 700px;
	height: 171px;
	margin-right: -40px;
}

.pinzhi_right li{
	width: 33%;
	text-align: center;
}

.pz_r_p1{
	font-size: 42px;
}

.pz_r_p2{
	font-size: 18px;
}

.yuyue{
	width: 100%;
	height: 136px;
	background: #333;
	opacity: 0.8;
}

.yuyue_left{
	font-size: 24px;
	text-align: center;
	margin-top: 40px;
}

.yueyue_right{
	margin-top: 45px;
}

#yyForm input,#yyForm select{
	width: 247px;
	height: 41px;
	margin-right: 10px;
	border: none;
	background: #fff;
}

#yyForm a{
	width: 140px;
	height: 39px;
	display: inline-block;
	background: #c4261e;
	color: #fff;
	line-height: 41px;
	text-align: center;
	border: 2px solid #c4261e;
	font-size: 18px;
}

#yyForm a:hover{
	background: #c13027;
	border: 2px groove #c13027;
}




















/*--通用--*/
.cor-fff{
	color: #fff;
}

.w1200{
	width: 1200px!important;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

.w100{
	width: 100%;
	overflow: hidden;
}

.fl_left{
	float: left;
}

.fl_right{
	float: right;
}

.w19b{
	width: 19%;
}

.w38{
	width: 38%;
}

.w49b{
	width: 49%;
}

.mg_b_10{
	margin-bottom: 10px;
}

.mg_r_10{
	margin-right: 10px;
}

.mg_r_1ps{
	margin-right: 1%;
}

.mg_r_2ps{
	margin-right: 2%;
}

.mg_b_15{
	margin-bottom: 15px;
}

.mg_l_7{
	margin-left: 7px;
}

.cor_333{
	color: #333;
}

.mg-l-22px{
	margin-left: 22px;
}

.of-hd{
	overflow: hidden;
}

.mg_b_10{
	margin-bottom: 10px;
}

.mg_b_2ps{
	margin-bottom: 2%;
}

.cor-666{
	color: #666;
}

.pst{
	position: relative;
}

.cor-r{
	color: #D70B17;
}
