@charset "UTF-8";
/*导航样式*/
#banner{ width: 100%; height: 350px;}
#banner img{ width: 100%; height: 350px;}

/*内容部分*/

/*一站式服务*/
#main{ width: 100%; background-color: #ebebeb; margin-bottom: 50px;}
.main1{ width: 1200px; height: 1400px; margin: 0 auto;}
.main1_top{ width: 1200px; height: 80px; padding-top: 50px; margin-bottom: 50px; text-align: center;}
.main1_top h1{ color: #000; font-size: 24px; padding-bottom: 30px;}
.main1_top p{ color: #8f8f8f;}
.main1_center{ width: 1200px; height: 1100px;}
.main1_center .pic{ width: 380px; height: 500px; margin-right: 30px; margin-bottom: 50px; background-color: #fff; float: left;}
.main1_center img:hover{ cursor: pointer; border: 2px solid #ed5844;}
.main1_center .pic1{ margin-right: 0;}
.main1_center .word{ width: 300px; height: 40px; margin: 0 40px; position: relative; top:-50px; float: left;}
.main1_center .word p{ height: 38px; background: url("../images/main_yzs7.jpg") 0 10px no-repeat; padding-left: 30px; line-height: 38px;}
.main1_bottom{ width: 380px; height: 70px; margin: 0 300px 50px 410px; float: left;}
.main1_bottom button{ border: none; width: 380px; height: 70px; background-color: #ed5844; color: #fff; font-size: 24px; font-weight: bold; border-radius: 20px; float: left;}
.main1_bottom button:hover{ cursor: pointer;}