@charset "utf-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
h1,h2,h3,h4,h5,h6,b{
    font-weight: 400;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th, table td {
    padding: 5px;
}

fieldset, img {
    border: 0;
    max-width: 100%;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

th {
    text-align: left;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

li {
    list-style-type: none;
}

a {
    color: #666;
    text-decoration: none;
}

/*for ie f6n.net*/
a:focus {
    outline: none;
}

/*for ff f6n.net*/
a:hover {
    text-decoration: none;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

input, button, textarea, select {
    *font-size: 100%;
}

input, select {
    vertical-align: middle;
}

body {
    font: 14px/1.4 arial, helvetica, clean, Microsoft YaHei, sans-serif;
    color: #333;
}

select, input, button, textarea, button {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    border-collapse: collapse;
}

pre, code, kbd, samp, tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

.tl {
    text-align: left;
}

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.bc {
    margin-left: auto;
    margin-right: auto;
}

.fl {
    float: left;
    display: inline;
}

.fr {
    float: right;
    display: inline;
}

.zoom {
    zoom: 1
}

.hidden {
    visibility: hidden;
}

.vam {
    vertical-align: middle;
}

.clearfix:after{
    display:block;
    clear:both;
    content:"";
    visibility:hidden;
    height:0;
}
.clearfix{
    zoom:1;
}

.clear{
    clear: both;
}

.cur {
    cursor: pointer
}

.upper {
    text-transform: uppercase;
}

/*单行文字超出隐藏显示省略号*/
.ell{
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
.logo img{display:block;}
.head_t{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #0060db;
    color: #fff;
}
.head_t a{
    color: #fff;
}
.head_t .tel{
    margin-left: 40px;
    padding-left: 28px;
    background: url("../images/tel.png") no-repeat left center;
}
.head_t .tel i{
    font-size: 22px;
}
.head_c{
    padding: 28px 0;
}
.head_c .tel{
    padding: 3px 60px;
    border: 2px solid #0060db;
    margin-left: 180px;
    color: #0060db;
}
.head_c .tel span{
    font-size: 16px;
    line-height: 20px;
    float: left;
    font-style: italic;
    font-weight: bold;
}
.head_c .tel i{
    font-size: 40px;
    line-height: 1;
    margin-left: 12px;
}
.head_c .qq{
    display: block;
    width: 44px;
    height: 44px;
    background: url("../images/qq.png") no-repeat;
    float: right;
}
.head_c .wechat{
    width: 44px;
    height: 44px;
    background: url("../images/weixin.png") no-repeat;
    float: right;
    margin-left: 20px;
}
.head_c .wechat img{
    width: 100px;
    height: 0px;
    position: absolute;
    margin-left: -28px;
    margin-top: 44px;
    transition: height 0.5s;
}
.head_c .wechat:hover img{
    height: 100px;
}

nav{
    text-align: center;
    width: 100%;
    height: 56px;
    padding-top: 4px;
    line-height: 53px;
    background: url("../images/nav_bg.png") repeat-x #f7f7f7;
    font-size: 16px;
    color: #e1e1e1;
}
nav a{
    display: inline-block;
    color: #3e3e3e;
}
nav a:hover{
    border-bottom: 3px solid #0060db;
    font-weight: bold;
}
nav a.cur{
    border-bottom: 3px solid #0060db;
    font-weight: bold;
}

.banner {
    width: 100%;
    overflow: hidden;
}

#banner {
    width: 100%;
    height: 660px;
    overflow: hidden;
}

#banner li {
    width: 100%;
    height: 100%;
}

#btn {
    display: inline;
    width: 130px;
    height: 18px;
    float: left;
    margin: -36px 0 0 -65px;
    left: 50%;
    position: absolute;
    z-index: 9;
}

#btn a {
    color: #36f;
    font: 700 11px "Arial";
    background: #fff;
    float: left;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    text-decoration: none;
    margin-left: 13px;
    font-size: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

#btn a.activeSlide {
    color: #fff;
    background: #f28a2b;
}

#btn a:hover {
    color: #fff;
    background: #f28a2b;
}

.title{
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #eeeeee;
    font-size: 16px;
    color: #666;
    line-height: 54px;
    padding-top: 60px;
}
.title h2{
    color: #0060db;
    font-weight: bold;
    font-size: 30px;
    line-height: 1;
}

.md1{
    width: 1220px;
    height: 400px;
    padding-top: 188px;
    background: url("../images/md1_bg.jpg") no-repeat center;
    margin: 40px auto 30px;
    font-size: 16px;
    font-weight: bold;
}
.md1 b{
    color: #ff0000;
    margin-bottom: 30px;
    display: inline-block;
    font-weight: bold;
}
.md1 .fl{
    width: 440px;
    margin-left: 100px;
}
.md1 .fr{
    width: 420px;
    margin-right: 100px;
}

.md2{
    width: 100%;
    height: 820px;
    background: url("../images/md2_bg.jpg") no-repeat center;
	background-size: cover;
    text-align: center;
}
.md2 .title,.md6 .title{
    color: #fff;
}
.md2 .title h2,.md6 .title h2{
    color: #fff;
}
.md2_cont{
    width: 1100px;
    margin: 0 auto;
}
.md2_cont p{
    color: #fff;
    font-size: 22px;
    line-height: 60px;
    margin-top: 54px;
    margin-bottom: 50px;
}
.md2_cont a{
    display: block;
    width: 136px;
    height: 36px;
    border: 2px solid #fff;
    border-radius: 10px;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
}

.md3 ul{
    margin-top: 50px;
    padding-bottom: 50px;
}
.md3 li{
    width: 388px;
    height: 276px;
    overflow: hidden;
    border: 2px solid #eeeeee;
    position: relative;
    float: left;
    margin-bottom: 12px;
    margin-left: 12px;
}
.md3 li img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.md3 li span{
    width: 100%;
    height: 50px;
    display: block;
    line-height: 50px;
    position: absolute;
    bottom: -50px;
    text-align: center;
    background: rgba(0,96,219,0.6);
    color: #fff;
    font-size: 16px;
    transition: all 0.5s;
}
.md3 li:hover span{
    bottom: 0;
}
.md3 li:nth-of-type(1),.md3 li:nth-of-type(2){
    width: 590px;
    height: 396px;
}
.md3 li:nth-of-type(1),.md3 li:nth-of-type(3){
    margin-left: 0;
}
.md3 li:nth-last-of-type(1){
    background: url("../images/more.png") no-repeat center 60px #0060db;
    text-align: center;
    border-radius: 20px;
}
.md3 li:nth-last-of-type(1) a{
    color: #fff;
    padding-top: 190px;
    display: block;
}

.md4{
    width: 100%;
    height: 1187px;
    background: url("../images/md4_bg.jpg") no-repeat center;
}
.md4 .container{
    position: relative;
}
.md4 i{
    line-height: 110px;
    font-size: 30px;
    margin-left: 60px;
    color: #fff;
}
.md4 span{
    font-size: 37px;
    color: #040404;
    position: absolute;
}
.md4 span b{
    font-size: 25px;
    color: #e67817;
    font-weight: 400;
}
.md4 p{
    position: absolute;
    font-size: 16px;
    line-height: 2;
}
.md4 span:nth-of-type(1){
    left: 200px;
    top: 240px;
}
.md4 span:nth-of-type(2){
    left: 130px;
    top: 422px;
}
.md4 span:nth-of-type(3){
    left: 140px;
    top: 600px;
}
.md4 span:nth-of-type(4){
    left: 230px;
    top: 780px;
}
.md4 p:nth-of-type(1){
    left: 128px;
    top: 300px;
}
.md4 p:nth-of-type(2){
    left: 54px;
    top: 480px;
}
.md4 p:nth-of-type(3){
    left: 66px;
    top: 660px;
}
.md4 p:nth-of-type(4){
    left: 160px;
    top: 840px;
}

.md5_num{
    width: 660px;
    height: 150px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    color: #0060db;
    padding-top: 30px;
}
.md5_num p{
    float: left;
    flex: 1;
    font-size: 30px;
}
.md5_num b{
    font-size: 50px;
}
.md5_num span{
    font-size: 20px;
}
.md5_td{
    width: 360px;
    height: 260px;
}
.demo{
    height:260px;
    width:1200px;
    overflow:hidden;
}
.demo a{
    display: block;
    width: 360px;
    height: 260px;
    float: left;
    font-size: 0;
    text-align: center;
    margin-right: 60px;
}
.demo a:hover{
    border: 4px solid #0060db;
    box-sizing: border-box;
}
.demo a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.demo1,.demo2{
    width: 1000%;
}
.md5_p{
    font-size: 16px;
    color: #fff;
    line-height: 2;
    background: #0060db;
    width: 832px;
    padding: 30px 90px;
    border-radius: 10px;
    margin: 40px auto 50px;
}

.md6{
    width: 100%;
    height: 700px;
    background: url("../images/md6_bg.jpg") no-repeat center;
}
.md6_num{
    width: 660px;
    height: 200px;
    margin: 0 auto;
    text-align: center;
    display: flex;
    color: #fff;
    padding-top: 80px;
}
.md6_num p{
    float: left;
    flex: 1;
    font-size: 30px;
}
.md6_num b{
    font-size: 50px;
}
.md6_num span{
    font-size: 20px;
}
.md6_form{
    width: 800px;
    margin: 0 auto;
    font-size: 16px;
}
.md6_form input{
    float: left;
    width: 610px;
    height: 60px;
    border: none;
    padding-left: 40px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.md6_form a{
    display: block;
    width: 150px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    background: #0060db;
    color: #fff;
    float: left;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.md6_tel{
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin-top: 70px;
}
.md6_tel span{
    font-size: 50px;
}

.md7 .container{
    position: relative;
}
.md7_menu{
    width: 160px;
    position: absolute;
    margin-top: 50px;
}
.md7_menu a{
    display: block;
    width: 160px;
    height: 50px;
    line-height: 46px;
    border: 2px solid #999999;
    box-sizing: border-box;
    text-align: center;
    color: #0060db;
    font-size: 16px;
    border-radius: 10px;
    margin-top: 70px;
    background: #fff;
}
.md7_menu a.cur{
    background: #0060db;
    color: #fff;
    border-color: #0060db;
}
.md7_cont{
    width: 996px;
    height: 376px;
    border: 2px solid #999999;
    float: right;
    margin: 50px auto;
    padding-left: 100px;
    padding-top: 70px;
    display: none;
}
.md7_cont li{
    width: 460px;
    float: left;
    margin-right: 30px;
    margin-bottom: 60px;
}
.md7_cont li img{
    width: 160px;
    height: 120px;
    border: 1px solid #ccc;
    object-fit: cover;
}
.md7_cont li .fr{
    width: 280px;
    color: #999999;
    padding-top: 5px;
}
.md7_cont li span{
    display: block;
    font-size: 14px;
}
.md7_cont li a{
    display: block;
    line-height: 40px;
    font-size: 16px;
}
.md7_cont li .line{
    width: 100%;
    height: 2px;
    background: #eeeeee;
    margin: 5px 0 10px;
}
.md7_cont li .line b{
    display: block;
    width: 10%;
    height: 2px;
    background: #0060db;
    transition: width 1s;
}
.md7_cont li:hover a{
    color: #0060db;
    font-weight: bold;
}
.md7_cont li:hover .line b{
    width: 100%;
}

.md8{
    width: 100%;
    height: 550px;
    background: url("../images/md8_bg.jpg") no-repeat center;
}
.md8_fl{
    width: 400px;
    margin-left: 140px;
}
.md8_tit{
    text-align: center;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    padding-top: 50px;
    margin-bottom: 40px;
}
.md8_tit img{
    display: block;
    margin: 0 auto 16px;
}
.md8_tit h2{
    font-size: 30px;
}
.md8_tit span{
    font-size: 18px;
    line-height: 34px;
}
.form{
    width: 400px;
    height: 50px;
    border: 1px solid #999999;
    background: #f6f6f6;
    border-radius: 10px;
    margin: 0 auto 20px;
    line-height: 50px;
    font-size: 16px;
}
.form .fl{
    width: 100px;
    text-align: center;
    border-right: 1px solid #999;
    color: #999;
}
.form select{
    width: 100%;
    height: 48px;
    border: none;
    background: #f6f6f6;
    /*很关键：将默认的select选择框样式清除*/
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    /*在选择框的最右侧中间显示小箭头图片*/
    background: url(../images/select.png) no-repeat scroll right center transparent;
    background-size: 24px;
    /*为下拉小箭头留出一点位置，避免被文字覆盖*/
    padding-right: 28px;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }
.form .fr{
    width: 250px;
    padding: 0 20px;
}
.form input{
    width: 100%;
    height: 48px;
    background: #f6f6f6;
    border: none;
}
form .btn{
    width: 100%;
    height: 60px;
    margin: 30px auto 0;
    background: #ffba00;
    text-align: center;
    color: #fff;
    border-radius: 10px;
    display: block;
    font-size: 16px;
    border: none;
}
.md8_fr{
    width: 540px;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
}
.md8_fr p{
    margin-bottom: 32px;
}
.md8_fr img{
    width: 30px;
    height: 30px;
    display: inline-block;
    float: left;
    margin-right: 24px;
}

footer{
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #0060db;
    text-align: center;
}


/*内页*/
.paging {width: 1200px;margin: 0 auto;overflow: hidden;padding: 50px 0;}
.paging_L {float: left;width: 246px;}
.L_title {text-align: center;width: 226px;font-size: 18px;color: #fff;line-height: 30px;background: #0076db;height: 40px;padding: 8px 10px 0;overflow: hidden;}
.L_title span {display: block;padding-left: 10px;color: #bedaed;font-size: 16px;font-family: arial;text-transform: uppercase;}
.L_fl, .leftNewsUl, .paging_lxwm_con {border-left: 1px solid #d3d3d3;border-right: 1px solid #d3d3d3;border-bottom: 1px solid #d3d3d3;}
.L_fl ul li {border-bottom: 1px dashed #d3d3d3;width: 220px;height: 47px;line-height: 47px;text-align: center;margin: 0 auto;overflow: hidden;}
.L_fl ul li:hover{background: #d3d3d3;}
.L_fl ul li a {color: #333;font-size: 16px;}
.tuijian {margin-top: 20px;}
.leftNewsUl {width: 244px;padding-bottom: 5px;}
.leftNewsUl li {width: 200px;height: 40px;line-height: 40px;overflow: hidden;padding-left: 20px;border-bottom: 1px dashed #d7d7d7;margin: 0 auto;background: url(../images/icons_03.jpg) 5px center no-repeat;}
.leftNewsUl li a {color: #666;font-size: 14px;line-height: 40px;}
.paging_lxwm {width: 246px;overflow: hidden;margin-top: 20px;}
.paging_lxwm_con {line-height: 2em;padding: 20px 10px;font-size: 14px;color: #666;}
.paging_lxwm_con h2 {text-align: center;font-size: 16px;padding-bottom: 10px;}
.paging_lxwm_con span {display: block;}
.paging_R {float: right;width: 920px;}
.paging_R_title {border-bottom: 1px solid #999;overflow: hidden;_height: 44px;}
.nav_title_L {float: left;color: #474747;font-size: 18px;line-height: 42px;background: url(../images/icon.gif) left center no-repeat;padding-left: 15px;}
.nav_title_R {color: #333;float: right;line-height: 24px;background: url(../images/dqwz.gif) left center no-repeat;padding-left: 17px;height: 20px;margin-top: 13px;}
.nav_title_R a {color:#0076db;}
.con {clear: both;color: #555;font-size: 14px;line-height: 1.8em;}
.about {padding: 0 20px;}
.about .abh1 {text-align: center;font-size: 24px;margin: 50px 0 10px 0;}
.about .abspan {text-align: center;display: block;color: #999;}
.about .con_text{font-size:16px;line-height:2;padding-top:15px;}
.about .fanye {margin: 20px 0 0 0;}
.about .fanye span {height: 30px;font-size:16px;overflow: hidden;display: block;width: 100%;}
.about .fanye span a {color: #0076db;}
.news_list {width: 920px;margin: 26px auto 30px;}
.news_list ul li {list-style-type: none;height: 48px;line-height: 48px;border-bottom: 1px dashed #d2d2d2;padding: 0 10px;}
.news_list ul li a {color: #444;text-decoration: none;cursor: pointer;}
.news_list ul li span {float: left;height: 48px;overflow: hidden;width: 680px;background: url(../images/idian.jpg) left center no-repeat;padding-left: 15px;font-size: 16px;}
.news_list ul li em {padding-left: 10px;font-style: normal;text-align: right;}
.news_list ul li:hover span{color:#bf0908;}
.case_list {padding-top:20px;}
.case_list ul li{width:286px;height:260px;float:left;margin:12px 10px 12px 10px;_margin:12px 8px 12px 9px;}
.case_list ul li h1{width:286px;height:219px;background:#fafafa;}
.case_list ul li h1 a{width:282px;height:215px;display:block;border:2px solid #c1c2c3;}
.case_list ul li h1 img{padding:5px;}
.case_list ul li h2{font-size: 16px; margin-top:5px;text-align:center;background-color:#e5e5e5;line-height:40px;height:40px;overflow:hidden;}
.case_list ul li h2 a{color:#353535;}
.case_list ul li:hover h1 a{border:2px solid #0076db;}
.case_list ul li:hover h2{background:#0076db;}
.case_list ul li:hover h2 a{color:#fff;}

.page{text-align:center;margin:10px auto;font-size:16px;}
.page ul{display:inline-block;}
.page li{float:left;margin:3px;}





