/*首页title*/
.title1{ }
.title1_txt1{ font-size: 36px; color: #333; line-height: 60px; }
.title1_solid{ margin-top: 2px; width: 60px; height: 3px; background: #ff861b; }
.title1_txt2{ font-size: 18px; color: #666; line-height: 30px; margin-top: 20px; }
.title1.reverse .title1_txt1{ color: #fff;}
.title1.reverse .title1_txt2{ color: #999;}

/*图片透明度*/
.hopa:hover img{ opacity: 0.8; }

/*元素阴影*/
.hshadow:hover{
	box-shadow: 0 0 20px 0 rgba(0,0,0,0.1);
}


/*<!--联系我们开始-->*/
.acontact{ padding-top: 40px; padding-bottom: 75px; }
.acontact_box { margin-top: 65px; }
.acontact_inputBox.input{ width: 685px; }
.acontact_inputBox.textarea{ width: 100%; margin-top: 15px; }
.acontact_inputBox.input+.acontact_inputBox.input{ margin-left: 30px; }
.acontact_inputBox.input .acontact_inputBox_input{
	line-height: 60px;
}
.acontact_inputBox.textarea .acontact_inputBox_input{
	line-height: 30px; height: 90px;
}
.acontact_inputBox_input{ font-size: 16px; color: #999; border: none; display: block; width: 100%; border-bottom: 1px solid #DBDBDB;}
.acontact_inputBox_input:focus{ border-bottom-color: #0048bf; color: #333; }
.acontact_button{ font-size: 16px; color: #0048bf; line-height: 50px; border: 1px solid #0048bf; 
	width: 160px; display: block; margin-top: 55px;
}
.acontact_button:hover{ background: #0048bf; color: #fff; }


/*<!--底部开始-->*/

.bottom{ background: #313131; }
.bottom_flink{ padding-top: 45px; padding-bottom: 30px; border-bottom: 1px solid #535353; }
.bottom_flink_txt1{font-size: 16px; color: #fff; line-height: 25px; }
.bottom_flink_txt2{font-size: 14px; line-height: 20px;  margin-top: 10px;   margin-left: 10px; }
.bottom_flink_list{ margin-left: -10px; }
.bottom_flink_txt2 a{ color: #777; }
.bottom_flink_txt2 a:hover{ color: #fff; }
.bottom_sub{ padding-top: 35px; padding-bottom: 50px; }
.bottom_sub_left{ width: 700px; overflow: hidden;}
.bottom_sub_blogo{ width: 160px; }
.bottom_sub_blogo img{ display: block; width: 100%; height: auto; }
.bottom_sub_left_list{ margin-top: 15px; }
.bottom_sub_left_item{ position: relative; margin-left: 20px; font-size: 14px; line-height: 20px; }
.bottom_sub_left_item:before{ content: ''; position: absolute; 
	width: 1px; height: 12px; background: #ccc;
	top: 50%; margin-top: -6px; left: -9.5px;
}
.bottom_sub_left_list{ margin-left: -20px; } 
.bottom_sub_left_item a{ color: #ddd; }
.bottom_sub_left_item a:hover{ color: #fff; }
.copyright{ font-size: 14px; line-height: 20px; margin-top: 15px; color: #999; }
.bottom_sub_right{ padding-top: 10px; }
.bottom_sub_right_txt1{ font-size: 14px; color: #999; line-height: 30px; }
.bottom_sub_right_txt1 a{ color: #999; }
.bottom_sub_right_txt1 a:hover{ color: #fff; }
.bottom_sub_right_ewm{ margin-left: 30px; width: 110px; height: 110px;  }
.bottom_sub_right_ewm img{ display: block; width: 100%; height: 100%; }




/*tops*/
.tops img{ display: block; width: 100%; height: auto; }



