@charset "utf-8";
/* CSS Document */
body, html {
    width: 100%;
    min-width: 1200px;
}

body, html {
    margin: 0;
    padding: 0
}

body {
    position: relative;
    font-family: 微软雅黑, 宋体, 'Sterling SSm A', 'Sterling SSm B', serif;
    font-size: 14px;
}

ul {
    list-style: outside none none;
    padding: 0;
    margin: 0;
}

ul, dd, dt, dl, li, p, h2, h3, h4, h1, h5, h6, textarea,input, a {
    list-style: none;
    text-decoration: none;
    margin: 0px;
    padding: 0px;
}

p {
    margin: 0;
}

input, textarea, button{
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, *:after, *:before {
    box-sizing: border-box;
}

a {
    cursor: pointer;
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
    color: #333;
}

hr {
    border: none;
    margin: 0;
}

img {
    border: none;
    transition: all ease-in-out 0.5s !important;
    -moz-transition: all ease-in-out 0.5s;
    -webkit-transition: all ease-in-out 0.5s;
    display: block;
}

input, button, textarea {
    border: none;
    font-family: "微软雅黑";
}

.icon-list {
    background: url(images/icon-list.png) no-repeat;
}

.inline {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.st {
    font-family: "宋体";
    font-size: 12px;
}

.s18 {
    font-size: 18px;
}

.s28 {
    font-size: 28px;
}

.s36 {
    font-size: 36px;
}

.c1 {
    color: #0453b3;
}

.c2 {
    color: #d3000e
}

.c3 {
    color: #5b5b5b;
}

.c4 {
    color: #555555;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

a {
    color: #555555
}

a:hover {
    color: #6e030b;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.ln70 {
    line-height: 70px;
}

.s45 {
    font-size: 45px
}

.s36 {
    font-size: 36px;
}

.s28 {
    font-size: 28px;
}

.s24 {
    font-size: 24px
}

.cf {
    color: #FFF;
}

.c40 {
    color: #404040;
}

.pt50 {
    padding-top: 50px;
}

.pt20 {
    padding-top: 20px;
}

.pt10 {
    padding-top: 10px;
}

.pt40 {
    padding-top: 40px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mt55 {
    margin-top: 55px;
}

.mt60 {
    margin-top: 60px;
}

.mt70 {
    margin-top: 70px;
}

.mr50 {
    margin-right: 35px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.clear {
    clear: both;
}

.text-center {
    text-align: center;
}

/* top */
.topdh {
    height: 24px;
    line-height: 24px;
    color: #fff;
    background: url("../images/topdh_bg.jpg") no-repeat;
    font-size: 12px;
    background-size: cover;
}

.topdh a {
    color: #fff;
}

.topdh a:hover {
    color: #ffff36;
}

.top {
    height: 180px;
}

.top_fl {
    width: 147px;
    float: left
}

.top_fl img {
    position: relative;
    left: -12px;
    top: -3px;
}

.top_fr {
    width: 1040px;
    float: right
}

.top_info {
    height: 112px;
    border-bottom: 1px solid #dedede;
}

.top_slogan {
    float: left;
    margin-top: 27px;
    margin-left: 5px;
}

.top_tel {
    float: right;
    margin-top: 23px;
}

.top_tel > img {
    float: left;
    margin-right: 10px;
}

.tel_text {
    float: right
}

.tel_text div {
    color: #535353;
    font-size: 16px;
    margin-top: 7px;
    margin-bottom: 3px;
}

.tel_text h1 {
    color: #dd2e33;
    font-family: 'Arial';
    font-weight: bold;
    font-size: 32px;
}

/* nav */
.nav {
    text-align: right;
    height: 68px;
}

.nav_1 {
    height: 100%;
    display: inline-block;
    margin-right: 20px;
}

.nav_1:after {
    content: '';
    display: table;
    clear: both
}

.nav_1 > li {
    text-align: center;
    width: 118px;
    height: 68px;
    float: left;
    cursor: pointer;
    font-size: 16px;
    position: relative;
}

.nav_1 > li:last-child {
    background: none;
}

.nav_1 > a {
    display: block;
    color: #434343;
    line-height: 60px;
    height: 100%;
}

.nav_1 > li.active > a, .nav_1 > li > a:hover {
    background-color: #dd2e33;
    color: #ffff36;
    display: block;
    height: 100%;
}

.nav_1 > li > a > div {
    font-size: 14px;
    font-weight: bold;
    padding-top: 12px;
}

.nav_1 > li > a > span {
    font-size: 11px;
    margin-top: 8px;
    display: block
}

.nav_1 > li:hover .sub_nav {
    display: block;
}

.sub_nav {
    width: 119px;
    position: absolute;
    top: 68px;
    z-index: 1;
    display: none;
    background-color: #aaa;
}

.sub_nav li {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border-top: 1px solid #fff;
}

.nav .sub_nav li > a {
    color: #fff;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    font-weight: normal;
}

.sub_nav > li > a {
    display: block;
}

.sub_nav > li > a:hover{
    background-color: #dd2e33;
    color: #ffff36;
}

/* banner */
.banner {
    width: 100%;
    height: 517px;
    position: relative;
}

.banner ul a {
    display: none;
    width: 100%;
}

.banner ul a:hover {
    text-decoration: none;
}

.banner li {
    width: 100%;
    height: 517px;
    position: absolute;
}

.carousel_bg {
    height: 30px;
    position: absolute;
    bottom: 5px;
    text-align: center;
    width: 100%;
}

.carousel {
    width: auto;
    height: 30px;
    display: inline-block;
}

.carousel > a {
    width: 13px;
    height: 13px;
    cursor: pointer;
    margin-right: 4px;
    display: inline-block;
    border-radius: 50%;
    background-color: #fff;
}

.carousel > a:last-child {
    margin-right: 0;
}

.carousel a.active {
    background-color: #fffb00;
}

/* news */
.news_box{padding-top: 55px;background-color: #f8eedd;}
.news_title{margin-bottom: 12px;border-bottom: 1px solid #a9a9a9;}
.news_title img{padding-bottom: 4px;position: relative}
.news_title_pic{display: inline-block;position: relative}
.news_title_pic:after{position: absolute;width: 100%;height: 3px;background-color: #fff100;bottom: -5px;left: 0;content: '';display: table;}
.news_box:after{clear: both;content: '';display: table;}
.new_video{width: 357px;float: left;}
.new_video .play_video{width: 100%;height: 264px;background-color: #fff;box-shadow: 0 3px 5px #eee;}
.new_more{float: right;margin-top: 6px;}
.new_more:hover{opacity: 1;color: #dd2e33;}
.news{width: 833px;}
.new_item{color: #171717;height: 264px;background-color: #fff;box-shadow: 0 3px 5px #eee;width: 100%;}
.new_item .item{display: block;height: 80px;padding: 14px 15px 0 5px;position: relative;width: 525px;float: right;margin-bottom: 5px;}
.new_item .item:after{clear: both;content: '';display: table;}
.new_item .item a{display: block;}
.new_item .item img{width: 155px;height: 114px;float: left;border: none;}
.new_item .item:last-child,.new_item .item.last{border-bottom: none;}
.new_item_title{width: 422px;text-overflow:ellipsis;overflow: hidden;white-space: nowrap;display: inline-block;font-size: 15px;color: #727272;padding-top: 3px;font-weight: bold}
.new_item_title:hover{color: #dd2e33;}
.new_item .content{width: 100%;text-align: justify;height: 43px;line-height: 21px;overflow: hidden;text-overflow:ellipsis;color: #9c9c9c;font-size: 12px;margin-top: 5px;}
.new_item .date{position: absolute;bottom: 14px;left: 180px;}
.news_logo{float: left;margin-top: 9px;margin-left: 9px;}
.new_item_data{width: 76px;height: 67px;background-color: #f1f1f1;color: #dd2e33;font-family: Arial;text-align: center;}
.new_item_data div{height: 44px;line-height: 47px;font-size: 38px;}
.new_item_data span{display: block;color: #fff;background-color: #dd2e33;height: 23px;line-height: 23px;}
.new_item_note{float: right;width: 422px;}

/*reason*/
.reason{background-color: #f8eedd;padding-top: 70px;padding-bottom: 60px;}
.reason_title{margin-bottom: 40px;}
.reason_title img{display: block;margin: 0 auto;}
.reason_list{text-align: center;display: inline-block}
.reason_list:after{content: '';display: table;clear: both;}
.reason_list a{width: 137px;height: 137px;color: #e59235;text-align: center;display: inline-block;font-size: 16px;margin: 0 15px;float: left}
.reason_list a:hover{color: #fff;}
.reason_list a div{height: 42px;width: 83px;margin: 92px auto 0;}
.reason1{background: url("../images/reason1.png") no-repeat center;}
.reason2{background: url("../images/reason2.png") no-repeat center;}
.reason3{background: url("../images/reason3.png") no-repeat center;}
.reason4{background: url("../images/reason4.png") no-repeat center;}
.reason5{background: url("../images/reason5.png") no-repeat center;}
.reason6{background: url("../images/reason6.png") no-repeat center;}
.reason1:hover{background: url("../images/reason1_1.png") no-repeat center;}
.reason2:hover{background: url("../images/reason2_1.png") no-repeat center;}
.reason3:hover{background: url("../images/reason3_1.png") no-repeat center;}
.reason4:hover{background: url("../images/reason4_1.png") no-repeat center;}
.reason5:hover{background: url("../images/reason5_1.png") no-repeat center;}
.reason6:hover{background: url("../images/reason6_1.png") no-repeat center;}

.advantage{background: url("../images/advantage_bg.png") #f8eedd no-repeat center;background-size: cover;height: 426px;overflow: hidden}
.advantage_title{margin-top: 100px;}
.advantage_title img{display: block;margin: 0 auto;}
.advantage_table{width: 1000px;margin: 40px auto 0;}
.advantage_table img{display: block;margin: 0 auto;}
.advantage_table th{width: 25%;}
.advantage_table td{width: 25%;color: #1a1a1a;font-size: 14px;min-height: 100px;}
.advantage_table div{margin: 30px 2% 0;border: 1px dashed #000;height: 100px;}
.advantage_table p{line-height: 24px;padding: 10px 20px 0 20px;}

.profit{background: url("../images/profit_bg.png") no-repeat center;height: 319px;background-size: cover;overflow: hidden;text-align: center}
.profit_title{margin-top: 40px;}
.profit_title img{display: block;margin: 0 auto;}
.profit_point{display: block;margin: 30px auto 20px;max-width: 100%;}
.profit_tel{font-size: 33px;color: #fcd21b;font-weight: bold;text-align: center;height: 46px;display: inline-block}
.profit_tel span{font-family: Arial;font-size: 39px;display: inline-block}
.profit_tel:after{content: '';display: table;clear: both;}
.profit_more{width: 103px;height: 35px;line-height: 35px;border: 1px solid #fcd21b;color: #fff;text-align: center;display: block;margin: 20px auto;}
.profit_more:hover{background-color: #fcd21b;color: #dd2e33;}

.special{background: url("../images/special_bg.png") no-repeat center;background-size: contain;height: 1210px;position: relative;margin: 80px auto 70px;}
.special_title{height: 60px;margin-bottom: 40px;}
.special_title div{font-family: Arial;font-size: 30px;width: 60px;height: 60px;line-height: 48px;text-align: center;border: 8px solid #f09733;color: #dd2e33;background-color: #fcd21b;float: left;}
.special_title span{font-size: 30px;color: #dd2e33;font-weight: bold;float: left;height: 60px;line-height: 56px;border-bottom: 2px solid #f09733;padding-left: 8px;padding-right: 8px;}
.special_box1{position: absolute;top: 115px;right: 100px;}
.special_box2{position: absolute;top: 383px;left: 100px;}
.special_box3{position: absolute;top: 633px;right: 100px;}
.special_box4{position: absolute;top: 970px;left: 100px;}
.special_note_title{font-size: 18px;color: #3e3c3c;margin-bottom: 15px;}
.special_note{font-size: 16px;color: #3e3c3c;background: url("../images/special_note_dec.png") no-repeat 3px center;padding-left: 15px;margin-bottom: 15px;}

.case{background: url("../images/case_bg.png") no-repeat center;background-size: cover;height: 732px;padding-top: 65px;}
.case_show{background-color: #fff;padding: 3px;}
.case li:after{content: '';display: table;clear: both;}
.case_img{height: 199px;float: left;padding: 3px;}
.col-2{width: 16.666666%;}
.col-8{width: 66.666666%;}
.case img{width: 100%;height: 100%;}

.step{margin: 67px auto;}
.step ul:after{content: '';display: table;clear: both;}
.step li{width: 230px;float: left;height: 503px;margin: 0 5px;border: 1px solid #dadada;position: relative}
.step1{background: url("../images/step_bg1.jpg") no-repeat center;background-size: cover;}
.step2{background: url("../images/step_bg2.jpg") no-repeat center;background-size: cover;}
.step3{background: url("../images/step_bg3.jpg") no-repeat center;background-size: cover;}
.step4{background: url("../images/step_bg4.jpg") no-repeat center;background-size: cover;}
.step5{background: url("../images/step_bg5.jpg") no-repeat center;background-size: cover;}
.step_note{width: 210px;height: 265px;position: absolute;bottom: 10px;left: 10px;background-color: rgba(255,255,255,0.75);overflow: hidden;padding: 0 10px;}
.step_num{font-family: Arial;color: #dd2e33;font-size: 20px;text-align: center;margin-top: 10px;}
.step_note_title{color: #dd2e33;font-size: 20px;text-align: center;margin-top: 5px;font-weight: bold;}
.step_text{font-size: 14px;color: #4e4e4e;height: 160px;line-height: 22px;overflow: hidden;margin-top: 30px;}

.footer{height: 615px;background: url("../images/footer_bg.jpg") no-repeat center;background-size: cover;}
.footer_top{padding-top: 70px;height: 386px;border-bottom: 1px solid #9f8100;}
.footer_top h1{font-size: 22px;color: #000;margin-top: 30px;margin-bottom: 20px;}
.footer_tip{font-size: 22px;color: #000;}
.footer_message{float: left;width: 720px;}
.footer_input_left{float: left;}
.footer_input_left input{width: 293px;height: 47px;background-color: #fff;font-family: 微软雅黑;color: #333;margin-bottom: 10px;display: block;padding: 0 10px;}
.footer_input_right{float: left;margin-left: 10px;}
.footer_input_right textarea{width: 336px;height: 161px;padding: 10px;max-height: 161px;max-width: 336px;}
.footer_submit{float: left;background: url("../images/footer_submit.jpg") no-repeat center;width: 39px;height: 161px;background-size: 100% 100%;margin-left: 10px;text-align: center;font-weight: bold;padding-top: 32px;color: #fff;cursor: pointer;}
.footer_contact{float: left;width: 480px;}
.footer_contact>div{padding-left: 35px;min-height: 25px;margin-bottom: 8px;}
.footer_contact p{font-size: 14px;color: #000;line-height: 27px;}
.footer_position{background: url("../images/footer_position.png") no-repeat 4px 7px;}
.footer_phone{background: url("../images/footer_phone.png") no-repeat 0 8px;}
.footer_tel{background: url("../images/footer_tel.png") no-repeat 2px 0;}
.footer_position br{width: 0;height: 0;}
.footer_nav{padding-top: 35px;float: left;}
.footer_nav:after{content: '';display: table;clear: both;}
.footer_nav li{float: left;margin-right: 50px;}
.footer_nav a{font-size: 12px;color: #3a3939;margin-bottom: 7px;display: block;}
.footer_nav a:hover{color: #d50600;}
.footer_nav .bold{font-size: 14px;color: #212121;margin-bottom: 18px;font-weight: bold;}
.footer_info{width: 388px;float: right;}
.footer_logo{position: relative;top: -3px;float: left}
.footer_info_text{float: left;margin-left: 8px;padding-top: 65px;}
.footer_info_title{padding-left: 26px;background: url("../images/footer_info_tel.png") no-repeat left center;height: 16px;line-height: 16px;color: #353535;font-size: 12px;}
.footer_info_text h1{font-family: Arial;color: #f93924;font-size: 25px;margin-left: 26px;}
.footer_info_link{margin-top: 16px;margin-left: 26px;}
.footer_info_link a{font-size: 12px;color: #353535;margin-right: 5px;}
.footer_info_link a:hover{color: #d50600;}
.footer_bak{background-color: #fb8e00;height: 55px;color: #7d4700;text-align: center;padding-top: 18px;}
.footer_bak a{color: #7d4700;}
.footer_bak a:hover{color: #333;}

/* page */
.page_footer{background-color: #fcd21b;height: 225px;background-image: none;}
.page{background-color: #fce7c2;padding: 15px 0 0 5px;}
.page .content{background-color: #fcf4e6;padding-top: 30px;padding-bottom: 60px;overflow: hidden;}
.page .content:after{content: '';display: table;clear: both;}
.page_leftSide{float: left;width: 284px;margin-left: 20px;}
.page_rightSide{float: right;width: 830px;margin-right: 20px;}
.page_left_title{color: #dd2e33;height: 120px;background: url("../images/page_left_title.png") #fff no-repeat center;background-size: 100% 100%;border-radius: 5px 5px 0 0;text-align: center;padding-top: 23px;}
.page_left_title h1{font-size: 24px;}
.page_left_title span{display: block;font-size: 24px;}
.page_left_nav{padding: 14px 10px 28px;background-color: #fff;}
.page_left_nav li{height: 45px;line-height: 45px;display: block;padding-left: 13px;border-bottom: 1px dashed #d4d2d2;background: url("../images/page_left_nav_dec.png") no-repeat left center;}
.page_left_nav a{color: #505050;font-size: 14px;display: inline-block;width: 220px;padding-left: 20px;}
.page_left_nav li.active a{color: #dd2e33;background: url("../images/page_left_nav_bg.png") no-repeat left center;}
.page_left_nav a:hover{color: #dd2e33;}
.page_left_tel img{width: 100%;margin-top: 25px;}

.page_right_title{height: 33px;background-color: #fcca05;border-left: 5px solid #ec2b38;margin-top: 5px;}
.page_right_title h1{line-height: 33px;color: #ec2b38;float: left;margin-left: 14px;font-size: 18px;}
.page_right_title div{float: right;color: #414141;margin-right: 12px;padding-top: 6px;}
.page_right_title a{color: #414141}
.page_right_title a.active{color: #ec2b38;}
.page_right_title a:hover{text-decoration: underline;}
.page_pic_box{padding-top: 25px;}
.page_pic_box:after{content: '';display: table;clear: both;}
.page_pic{width: 25%;padding: 3px;float: left}
.page_pic a{color: #505050;font-size: 14px;}
.page_pic img{width: 100%;height: 163px;border: 1px solid #d4d4d4;}
.page_pic div{height: 38px;line-height: 38px;text-align: center;}
.page_pic a:hover{color: #ec2b38;}
.page_pic a:hover img{transform: translateY(-5px);-webkit-transform: translateY(-5px);-moz-transform: translateY(-5px);-webkit-box-shadow: 3px 3px 5px 5px #DCDCDC;-moz-box-shadow: 3px 3px 5px 5px #DCDCDC;box-shadow: 0px 0px 15px 5px #DCDCDC;}

.page_article{margin-top: 15px;}
.imgbanner{width: 100%;margin-bottom: 15px;}
.page_article p{color: #333;line-height: 24px;font-size: 14px;margin-bottom: 15px;}

/*新闻内页*/
.news_show{margin: 3px auto 0;width: 95%;line-height: 25px;}
.news_show>div{width: 100%;height: 25px;line-height: 25px;padding: 1px 0;border-bottom: 1px dashed #aeaeae;}
.fanye{margin: 8px auto 0;line-height: 25px;}
