*{margin:0;padding:0;}
html,body{min-width: 1100px;background-color: #f5f5f5;font-family: Microsoft YaHei;}
#main div, #main span,  #main ul, #main li, #main ol, #main dl, #main dd, #main dt, #main p, #main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main form, #main fieldset, #main legend, #main img, #main input, #main section, #main table, #main thead, #main tbody, #main tr, #main th, #main td, #main hr, #main textarea {-moz-box-sizing: border-box;  /*Firefox3.5+*/-webkit-box-sizing: border-box; /*Safari3.2+*/-o-box-sizing: border-box; /*Opera9.6*/-ms-box-sizing: border-box; /*IE8*/box-sizing: border-box; /*W3C标准(IE9+，Safari5.1+,Chrome10.0+,Opera10.6+都�?�合box-sizing的w3c标准�?�?)*/}
#main li{list-style: none;}
#main a{cursor: pointer;text-decoration: none;}
#main .section input,#main .section textarea, #main .section select{border: 0;resize:none;outline: none;font-size: 14px;}
#main .section select{appearance:none;-moz-appearance:none;-webkit-appearance:none;}
#main .section select::-ms-expand{display: none;}
#main .fr{float: right;}
#main .fl{float: left;}
#main .clearfloat:after{display:block;clear:both;content:"";visibility:hidden;height:0}
#main .dy{display: none;}
#main{
    margin: auto;
}
/* 头部 */
.logo{
    background-color: #fafafa;
    width: 100%;
    height: 80px;
    overflow: hidden;
}
.logo .logo_main{
    width: 1200px;
    margin:21px auto 13px;
    overflow: hidden;
}
.logo .logo_main .logo_left{
    float: left;   
}
.logo .logo_main .logo_left .logo_left_1{
    font-size: 16px;
    line-height: 26px;
    color: #5a5a5a;
    border-left: 1px solid #e6e6e6;
    margin-left: 17px;
    padding-left: 13px;
    letter-spacing: 4px;
}
.logo .logo_main .logo_left .logo_left_1 span{
    color: #fe8340;
}
.logo .logo_main .logo_right{
    overflow: hidden;
    font-weight: bold;
    font-size: 16px;
}
.logo .logo_main .logo_right img{
    overflow: hidden;
    margin-top: 5px;
    margin-right: 10px;
}
.logo .logo_main .logo_right p{
    overflow: hidden;
    margin-top: 5px;
    margin-right: 10px;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    color: #fe8340;
}

/* 导航 */
#nav-cont_1{
    background: url(../images/dybj1_02.jpg) no-repeat top;
    background-repeat: repeat-y;
    background-size: cover;
    height: 66px;
    position: relative;
}
#nav-cont_1 .nav-list_1 {
    /* box-shadow: 0px -5px 5px #eeeeee; */
    background-color: #ffffff;
    width: 998px;
    position: absolute;
    left: 50%;
    top: 13px;
    margin-left: -448px;
}

#nav-cont_1 .nav-list_1>ul>li {
    float: left;
}
#nav-cont_1 .nav-list_1>ul>li hr{
    float: right;
    height: 25px;
    border-right: 1px solid #e6e6e6;
    border-left: 0;
    margin-top: 15px;
    width: 0px;
}

#nav-cont_1 .nav-list_1>ul>li>a {
    width: 110px;
    height: 50px;
    display: block;
    line-height: 50px;
    font-size: 16px;
    font-weight: bold;	
    text-align: center;
    color: #323232;
    float: left;
}

#nav-cont_1 .nav-list_1>ul>li>a:hover,
#nav-cont_1 .nav-list_1 ul li a.active,
#nav-cont_1 .nav-list_1>ul>li>a.on {
    text-decoration: none;
    border-bottom: 3px solid #f07c00;
    color: #f07c00;
}
.T-blue {
    background: #00aaf8;
    color: #000000;
}

.pull-down_1 {
    position: absolute;
    z-index: 10;
    top: 53px;
    background: #ffffff;
    width: 110px;
    text-align: center;
    font-size: 16px;
    display: none;

}
.pull-down_1 li {
    border-bottom: 1px solid #ddd;
}

.pull-down_1 li a{
    width: 100%;
    height: 42px;
    line-height: 42px;
    display: block;
    color: #000;
}
.pull-down_1 li a:hover{
    color: #f07c00;
}

/* banner */
.banner{
    overflow: hidden;
    margin: auto;
    background: url(../images/banner.jpg) center top;
    width: 100%;
    height: 550px;
}

/* 模块1 */
.module_1{
    overflow: hidden;
    width: 1200px;
    margin:-117px auto 0;
}
.module_1 .module_1_top{
    height: 160px;
    background-color: #ffffff;
    text-align: center;
    overflow: hidden;
}
.module_1 .module_1_top hr{
    height: 5px;
    width: 100px;
    float: left;
    background-color: #fe8340;
}
.module_1 .module_1_top strong{
    font-size: 25px;
    color: #000000;
    margin-top: 32px;
    display: block;
}
.module_1 .module_1_top strong span{
    color: #f07c00;
}
.module_1 .module_1_top p{
    font-size: 18px;
    line-height: 38px;
    color: #333333;
    margin-top: 15px;
}
.module_1 .module_1_ul{
    margin-top: 11px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
}
.module_1 .module_1_ul li{
    background-color: #ffffff;
    width: 235px;
    height: 300px;
    font-size: 14px;
    overflow: hidden;
    padding: 0 18px;
}
.module_1 .module_1_ul li:hover{
    background-color: #f07c00;
}
.module_1 .module_1_ul li:hover h5{
    background-color: #ffcc5a;
    color: #000;
}
.module_1 .module_1_ul li:hover span,.module_1 .module_1_ul li:hover p{
    color: #ffffff;
}

.module_1 .module_1_ul li h5{
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 20px;
    background-color: #1e4fdc;
    margin:16px auto 11px;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
}
.module_1 .module_1_ul li span{
    display: block;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    text-align: center;
    height: 40px;
}
.module_1 .module_1_ul li img{
    display: block;
    margin:13px auto;
}
.module_1 .module_1_ul li p{
    line-height: 20px;
    color: #666666;
}

/* 标题 */
.bt{
    width: 440px;
    overflow: hidden;
    margin:50px auto 0;
    text-align:center;
    color: #000; 
}
.bt .xian{
    width: 65px;
    height: 1px;
    border-top:1px solid #333333;
    border-bottom:0px;
    margin-top: 25px;
}
.bt strong{
    font-size: 35px;
    margin-bottom: 15px;
}
.bt p{
    margin-top: 10px;
}
.bt strong span{
    color: #f07c00; 
}
.bt strong p{
    line-height: 40px;
    font-size: 16px; 
}
.w1{
    width: 930px;
    color: #ffffff;
}
.w1 .xian{
    border-top:1px solid #ffffff;
}

/* 模块2 */
.module_2{
    width: 1200px;
    margin: 0px auto 60px;
    overflow: hidden;
}
.module_2_1{
    margin-top: 38px;
}
.module_2_1 img{
    width: 100%;
}
.module_2_1 ul{
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    width: 1170px;
    margin:-4px auto 0;
}
.module_2_1 ul li{
    width: 200px;
    height: 180px;
    overflow: hidden;
    background-color: #ffffff;
    padding:0 18px;
}
.module_2_1 ul li strong{
    font-size: 16px;
    text-align: center;
    margin: 16px 0;
    display: block;
}
.module_2_1 ul li p{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}

/* 模块3 */
.module_3{
    width: 100%;
    background: url(../images/bj1.jpg) top center;
    height: 655px;
    overflow: hidden;
    color: #fff;
}
.module_3_1{
    width: 1000px;
    margin: 25px auto 38px;
    overflow: hidden;
}
.module_3_1 ul li{
    width: 710px;
    height: 64px;
    line-height: 64px;
    border-bottom: 1px solid #4b72e3;
    font-size: 16px;
}

.module_3_1 ul li img{
    float: left;
    padding: 17px 20px 0 21px;
}
.module_3_xin{
    background: url(../images/xin.jpg) no-repeat;
    height: 100px;
    width: 1200px;
    margin: auto;
    font-weight: bold;
}
.module_3_xin p{
    font-size: 35px;
    line-height: 100px;
    margin-left: 63px;
    float: left;
}
.module_3_xin span{
    float: left;
    width: 250px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 18px;
    background-color: #1e4fdc;
    border-radius: 35px 0 35px 0;
    margin: 32px 0 0 20px;
}
.module_3_xin a{
    width: 146px;
    height: 46px;
    line-height: 40px;
    text-align: center;
    background: url(../images/an.png) no-repeat;
    font-size: 20px;
    color: #651800;
    float: right;
    margin: 30px 70px 0 0;
}

/* 模块4 */
.module_4{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    padding-bottom: 60px;
}
.module_4_1{
    overflow: hidden;
    margin-top: 40px;
    position: relative;
}
.module_4_1 .an1{
    position: absolute;
    top: 17px;
    right: 11px;
    color: #000000;
    font-size: 14px;
    text-decoration: underline!important;
}
.module_4_ul1{
    overflow: hidden;
}
.module_4_ul1 li{
    width: 200px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    background-color: #f07c00;
    cursor: pointer;
    float: left;
    margin-right: 5px;
}
.module_4_ul1 .funt1{
    color: #000;
    background-color: #ffffff;
    height: 55px;
}
.module_4_1_main{
    background: #ffffff;
    padding: 30px 0 0px 30px;
}
.module_4_ul2{
    overflow: hidden;
}
.module_4_ul2 li{
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 270px;
}
.module_4_ul2 .img_1{
    width: 270px;
    height: 203px;
}
.module_4_ul2 li a{
    overflow: hidden;
}
.module_4_ul2 li a p{
    width: 270px;
    height: 60px;
    background-color: #1e4fdc;
    color: #ffffff;
}
.module_4_ul2 li a p strong {
    float: left;
    line-height: 18px;
    margin-left: 25px;
    font-size: 14px;
    width: 190px;
    margin-top: 12px;
}
.module_4_ul2 li a p img{
    float: right;
    margin: 23px 20px 0 0;
}

/* 模块5 */
.module_5{
    width: 100%;
    overflow: hidden;
    padding: 60px 0;
    background-color: #ffffff;
    height: 540px;
}
.module_5 .module_5_nr{
    width: 1200px;
    margin: auto;
    overflow: hidden;
    position: relative;
    height: 420px;
}
.module_5 .module_5_nr .bt2{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
}
.module_5 .module_5_nr .bt2 hr{
    width: 45px;
    float: left;
    height: 3px;
    background: #fe8340;
    border: 0;
}
.module_5 .module_5_nr .bt2 strong{
    font-size: 35px;
    margin-left: 45px;
    display: block;
    margin-top: 15px;
}
.module_5 .module_5_nr .bt2 strong span{
    font-family: BebasNeue;
    color: #999999;
}
.module_5 .module_5_nr .bt2 p{
    color: #666;
    margin-left: 45px;
    margin-top: 15px;
}
.module_5 .module_5_nr .module_5_jian{
    margin-top: 148px;
    margin-left: 45px;
    overflow: hidden;
}

.module_5 .module_5_nr .module_5_jian p{
    width: 860px;
    background-color: #ffffff;
    z-index: 1;
    position: absolute;
    top: 120px;
    left: 45px;
    height: 250px;
    padding: 20px 30px 0 0;
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.module_5 .module_5_nr .module_5_jian img{
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
    height: 419px;
    width: 320px;
}
.module_5 .module_5_nr .module_5_jian a{
    width: 118px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #f07c00;
    border: 1px solid #f07c00;
    position: absolute;
    bottom: 0;
    left: 45px;
}

/* 模块6 */
.module_6{
    overflow: hidden;
    width: 1200px;
    margin:60px auto;
}
.module_6 .module_6_left{
    position: relative;
    overflow: hidden;
    
}
.module_6 .module_6_left .module_6_ul1,.module_6 .module_6_left{
    overflow: hidden;
}
.module_6 .module_6_left .module_6_ul2 li,.module_6 .module_6_left .module_6_ul1 li{
    float: left;
    background: url(../images/qhbj_05.jpg) no-repeat;
    font-weight: bold;
    text-align: center;
    width: 120px;
    height: 45px;
    line-height: 45px;
    color: #ffffff;
    margin-right: 5px;
    cursor: pointer;
}
.module_6 .module_6_left .module_6_ul2 .funt2,.module_6 .module_6_left .module_6_ul1 .funt2{
    background: url(../images/qhbj_03.jpg) no-repeat;
}
.module_6 .module_6_left .a_gd{
    font-size: 12px;
    font-family: Arial;
    color: #666666;
    position: absolute;
    right: 0;
    top: 22px;
}
.module_6 .module_6_left .a_gd:hover{
    color: #ff8503; 
}
.ying1,.ying2 {
    padding: 10px 10px 0 10px;
    width: 590px;
    font-size: 14px;
    float: left;	
    background-color: #ffffff;
}
.ying_box {
    width: 590px;
	height: 105px;
}
.ying_box .viewimg {
    width: 160px;
    height: 120px;
    float: left;
    display: inline;
    margin-right: 20px;
    position: relative;
}
.ying_box h3 {
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
	margin-bottom: 5px;
    color: #333;
    font-size: 16px;
}
.ying_box h3 a{
    color: #000; 
}
.ying_box p {
    font-size: 13px;
    line-height: 24px;
    float: left;
    width: 380px;
    color: #666666;
}
.ying_box2{
    overflow: hidden;
    width: 570px;
}
.ying_box2.jiqiao {
    width: 540px;
    margin-left: 0px;
}
.ying_box2 .jiqiao li {
    width: 540px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
    text-indent: 1em;
    padding: 0 5px;
    border-bottom: dashed 1px #dcdcdc;
    display: block;
    overflow: hidden;
    background: url(../images/yjt_03.jpg) no-repeat center left;
    clear: both;
}
.ying_box2 .jiqiao li a{
    color: #333333;
}
.ying_box2 .jiqiao li a:hover{
    color: #ff8503;
}
.ying_box2 .jiqiao li span {
    color: #666!important;
    float: right;
    padding: 0 5px;
}


/* 模块7 */
.module_7{
    background: url(../images/bj2.jpg) no-repeat top center;
    height: 426px;
    overflow: hidden;
}
.module_7 .module_7_nr{
    position: relative;
    overflow: hidden;
    width: 1200px;
    height: 340px;
    margin:50px auto 0;
    background-color: #ffffff;
}
.module_7 .module_7_nr .hr1{
    position: absolute;
    border: 0;
    width: 100px;
    height: 4px;
    background: #ff8503;
    top: 0px;
    left: 0px;
}

.module_7 .module_7_nr .difang {
	border-bottom: 1px solid #f2f2f2;
	height: 160px;
	margin: 10px 25px;
}

.module_7 .module_7_nr .difang .difang-left {
	border-right: 1px solid #ddd;
	width: 175px;
	height: 120px;
	float: left;
	text-align:center;
	font-size: 20px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
	padding-top: 30px;
}
.module_7 .module_7_nr .difang .difang-left img{
    float: left;
    margin-top: 5px;
	margin-left: 10px;
}
.module_7 .module_7_nr .difang .difang-left p{
    margin-top: 5px;
}

.module_7 .module_7_nr .difang .difang-right {	
    width: 952px;
	float: right;
}

.module_7 .module_7_nr .difang .difang-right a {
	width: 79px;
	height: 26px;
	float: left;
	line-height:26px;
	text-align:center;
	font-size: 14px;
    color: #333333;
	overflow: hidden;
}
.module_7 .module_7_nr .difang .difang-right a:hover{
    color: #ff8503;
}


.module_7 .module_7_nr .y-row:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0
}

.module_7 .module_7_nr .y-row-edge {
	padding-left: 10px;
	padding-right: 10px;
	*padding-left: 0;
	*padding-right: 0
}


.module_7 .module_7_nr .fuwu-main-benefit {
    width: 1200px;
    margin: 20px auto;
}

.module_7 .module_7_nr .fuwu-main-benefit-pannel {
    width: 200px;
    text-align: center;
    float: left
}

.module_7 .module_7_nr .fuwu-main-benefit-pannel>div .grey {
    display: block
}

.module_7 .module_7_nr .fuwu-main-benefit-pannel>div .blue {
    display: none
}

.module_7 .module_7_nr .fuwu-main-benefit-pannel h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 5px 0;
}

.module_7 .module_7_nr .fuwu-main-benefit-pannel p {
    font-size: 12px;
    color: #666
}

.module_7 .module_7_nr .fuwu-main-benefit-pannel .free-tel {
    font-size: 18px;
    font-weight: bold;
    color: #fc3531;
    padding-top: 5px;
}

.module_7 .module_7_nr .fuwu-main-benefit-pic {
    position: relative;
    width: 100%;
}


/* 底部 */
.main_db{
    background-color: #1a1a1a;
    height: 350px;
    overflow: hidden;
}
.main_db .main_db_nr{
    overflow: hidden;
    width: 1200px;
    margin:30px auto;
}


.main_db .main_db_nr .nav {
    text-align: center;
    margin-bottom: 25px;
    font-size: 16px;
    color: #666666;
}
.main_db .main_db_nr .nav a{
    color: #666666;
}
.main_db .main_db_nr .nav a:hover{
    color: #ff8503;
}

.main_db_nr_1{
    width: 1200px;
    margin:25px auto;
    background-color: #171717;
    height: 200px;
}
.main_db_nr_1 .dhdz{
    background-color: #1e4fdc;
    color: #ffffff;
    float: left;
    overflow: hidden;
    height: 200px;
    width: 490px;
    position: relative;
}
.main_db_nr_1 .dhdz img{
    position: absolute;
    left: 50px;
}
.main_db_nr_1 .dhdz .im1{
    top: 52px;
}
.main_db_nr_1 .dhdz .im2{
    top: 110px;
}
.main_db_nr_1 .dhdz p{
    margin: 45px 0 0 80px;
    line-height: 30px;
}
.main_db_nr_1 .dhdz p a{
    color: #ff8503;
}
.main_db_nr_1 .yqlj{
    float: left;
    overflow: hidden;
    height: 78px;
    width: 78px;
    border: 1px solid #999999;
    margin: 60px 0 0  40px;
}
.main_db_nr_1 .yqlj strong{
    font-size: 16px;
    display: block;
    line-height: 22px;
    margin-top: 15px;
    text-align: center;
    color: #999999;
}
.main_db_nr_1 .yqlj hr{
    width: 20px;
    height: 1px;
    border: 0px;
    background-color: #999999;
    margin:5px auto 0;
}

.main_db_nr_1 .yqlj_1{
    overflow: hidden;
    margin: 28px 0 0 40px;
    float: left;
    width: 535px;
}


.main_db_nr_1 .yqlj_1 ul {
    display: inline-block;
    padding: 5px 0;
}

.main_db_nr_1 .yqlj_1 ul li {
    float: left;
	line-height: 22px;
	margin: 0px 5px;
	font-size: 12px;
}
.main_db_nr_1 .yqlj_1 ul li a{
    color: #666666;
}
.main_db_nr_1 .yqlj_1 ul li a:hover{
    color: #ff8503;
    text-decoration: underline!important;
}

.main_db_nr .bah{
    text-align: center;
    color: #666666;
}
.main_db_nr .bah a{
    color: #999999;
}

.main_db_nr .bah a:hover{
    color: #ff8503;
}