body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
p,
th,
td,
img {
    margin: 0;
    padding: 0;
}

img {
    border: 0
}

ol,
ul {
    list-style: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 16px;
}

input {
    outline: none;
    border: none;
}

html {
    _overflow-y: scroll;
}


/*****！！页面通用css样式定义开始******/

html,
body {
    min-width: 1200px;
    font-family: "Microsoft YaHei";
    _width: expression(document.body.clientWidth < 1200 ? "1200px": "auto");
}


/* body的css定义:这里定义页面上下左右边距，页面背景颜色，滚动条颜色样式 */

body {
    font-family: "微软雅黑";
    /*文字字体定义 */
    font-size: 14px;
    /*文字大小定义 */
    color: #666666;
    /*文字颜色定义 */
    min-width: 1200px;
    outline: none;
}

* {
    word-break: break-all;
    word-wrap: break-word
}


/* 网站超链接css通用设置 */

a {
    text-decoration: none;
}


/* 链接无下划线,有为underline */

a:link {
    color: #2c2c2c;
}


/* 未访问的链接 */

a:visited {
    color: #2c2c2c;
}


/* 已访问的链接 */

a:hover {
    color: #2c2c2c;
    text-decoration: none;
}


/* 鼠标在链接上 */

a:active {
    color: #2c2c2c;
}


/* 点击激活链接 */

p {
    line-height: 24px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none
}

.show {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}


/*.clear{clear:both; line-height:0; height:0; font-size:0px;}*/

.clear:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}


/*清除浮动*/

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
}


/*清除浮动*/

.clearfix {
    display: inline-block
}

* html .clearfix {
    height: 1%
}

.clearfix {
    display: block
}

.dib {
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.wrap {
    width: 1200px;
    margin: 0 auto;
    height: auto;
}

.red {
    color: red
}


/*表格样式定义 */

checkbox {
    border: 0px;
}


/*选择框样式定义 */

.input {
    border: 1px solid #ccc;
    height: 20px;
    line-height: 20px
}

ul,
li {
    list-style: none
}


/*public*/

.size1 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}

.backcolor {
    background: #0b2ca8;
}

.color {
    color: #0b2ca8;
}


/*header*/
.w1200{width: 1200px;margin: 0 auto;}
/*ç½‘ç«™é¡¶éƒ¨*/
.top_main{width: 100%;height: 40px;color: #fff;font-size: 14px;line-height: 40px; background: #0b2ca8}
.top_main li{position: relative;display: inline-block;text-align: center;margin: 0 8px;}
.top_main li a{color: #fff;cursor: pointer;margin:0 5px;}
.top_main li a:hover{color: var(--colour1);}
/*ç½‘ç«™å¤´éƒ¨*/
.header_main{width: 100%;z-index: 100;}
.header {display: flex; justify-content: space-between}
.header_main .logo{margin: 20px 0;}
.header_main .logo img{width: 100%;height: 100%;display: block;}
.header_main .tel{position: relative;padding: 32px 0;padding-left: 58px;}
.header_main .tel s{position: absolute;top: 50%;left: 0;margin-top: -25px;width: 50px;height: 50px;background-position: -110px bottom;margin-right: 8px;}
.header_main .tel p{display: inline-block;font-size: 18px;color: #252525; line-height: 35px;}
.header_main .tel p span{font-size: 36px;display: block;font-weight: bold;color: var(--colour1);}
/*ç½‘ç«™å¯¼èˆª*/
.nav_main{height: 60px;background: var(--colour1);position: relative;z-index: 3; margin-top:15px;}
.nav_main .nav li{float: left;position: relative;height: 60px;line-height: 60px;font-size: 16px;text-align: center;}
.nav_main .nav li a{display: block;color:#1a1a1a;font-size:16px;line-height: 60px;padding: 0 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.nav_main .nav li:hover>a, .nav_main .nav li.hover>a{ border-bottom: 2px solid #0b2ca8}
.nav_main .nav dl{width: 100%;position: absolute;left: 0;top: 100%;z-index: 12;box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);}
.nav_main .nav dl{position: absolute;filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);opacity: 0;visibility: hidden;transition: all .6s ease 0s;transform: translate3d(0, 10px, 0);-moz-transform: translate3d(0, 10px, 0);-webkit-transform: translate3d(0, 10px, 0);}
.nav_main .nav li:hover dl{opacity: 1;visibility: visible;transform: translate3d(0, 0, 0);-moz-transform: translate3d(0, 0, 0);-webkit-transform: translate3d(0, 0, 0);}
.nav_main .nav dl dd{line-height: 40px;height: 40px;text-align: left;position: relative;z-index: 12;display: block;width: 100%;border-top: 1px solid #031762;}
.nav_main .nav dl dd:first-child{border: none;}
.nav_main .nav dl dd a{ padding:0 10px; color: #fff;font-size: 14px;line-height: 40px;background: #0b2ca8;text-align:center;background-repeat: no-repeat;background-image: -webkit-linear-gradient(left, var(--colour1), var(--colour1));background-image: linear-gradient(to right, var(--colour1), var(--colour1));background-size: 0% 100%;}
.nav_main .nav dl dd a:hover {background-size: 100% 100%;color: rgba(255, 255, 255, 0.9999);}

.menu{width: 100%; background: url(../images/headerbg.jpg) no-repeat center; height: 46px;}
.menu>div{}
.menu>div>ul{width:100%;padding:0 10px; box-sizing: content-box}
.menu>div>ul>li.home{width:78px}
.menu>div>ul>li {float: left;height:46px;width:158px;line-height:46px;text-align: center;position: relative;  }
.menu>div>ul>li>a {display:block; font-size: 16px;color: #ffffff;letter-spacing: 0.8px; height: 100%; }
.menu>div>ul>li:not(.home):hover,.menu>div>ul>li.hover{background:url(../images/lihover.png) no-repeat center; }
.erji{position: absolute;top: 35px;background: #272727;z-index: 19;left: 0;right: -20px;padding: 18px 0;display: none; width: 100%;}
.erji>li{height: 30px;font-size: 14px;line-height: 30px;}
.erji>li>a{color: #fff;line-height: 30px;text-align: center;display: block;margin: 0 auto}


/*搜索栏*/
.search_main{height: 100px;width:100%;overflow:hidden;background: #eeeeee}
.search_main .skey{float:left;line-height: 100px;}
.search_main .skey p{font-size: 16px;color: #1a1a1a;line-height: 100px;}
.search_main .skey p a{display:inline-block;font-weight: normal;color: #4c4c4c;font-size: 16px;border-right: 1px solid #b5b5b5;line-height: 15px;padding:0 12px;}
.search_main .skey p a:last-of-type{border-right:none;}
.search_main .skey p a:hover{color: var(--colour1);}
.search_main .search_form{float:right;width: 298px;height: 35px;position:relative;margin-top: 36px;border-radius: 0;}
.search_main .search_form input{background-color: none;border: none;outline: none;}
.search_main .search_form .stxt{width: 258px;height: 35px;line-height: 28px;display: block;text-indent: 10px;color:#999;padding-right: 40px; border-radius: 10px}
.search_main .search_form .sbtn{  background: url(../images/sear.png) no-repeat center center; width: 40px;height: 30px;display: block;cursor: pointer;
    position:absolute;top: -1px;right: -1px;font-size: 0;background-color: var(--colour1);border-radius: 0;}


/*首页banner*/
.banner17{overflow: hidden;}
.banner17 .shutter {
    overflow: hidden;
    width: 1920px;
    height: auto;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.banner17 .shutter-img {
    z-index: 1;
}

.banner17 .shutter-img,
.banner17 .shutter-img a {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner17 .shutter-img a {
    cursor: default;
}

.banner17 .shutter-img a>img {
    width: 1920px;
    height: auto;
}

.banner17 .shutter-img .created {
    overflow: hidden;
    position: absolute;
    z-index: 20;
}

.banner17 .shutter-btn {
    width: 1300px;
    height: 64px;
    z-index: 9;
    position: absolute;
    top: 50%;
    margin-left: -650px;
    margin-top: -32px;
    left: 50%;
    clear: both;
    display: none;
}

.banner17:hover .shutter-btn {
    display: block;
}

.banner17 .shutter-btn li {
    width: 64px;
    height: 64px;
    cursor: pointer;
}

.banner17 .shutter-btn li.prev {
    float: left;
    background: url(../images/public/left3.png) no-repeat;
}

.banner17 .shutter-btn li.next {
    float: right;
    background: url(../images/public/right3.png) no-repeat;
}

.cover {
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


/*footer*/
/*footer*/
.footer {
	width: 100%;
    background: #eeeeee;
    padding-top: 60px;
    position: relative;
    padding-bottom: 70px;
}
.footer .wrap{display: flex; justify-content: space-between}
.footer .title {font-size: 30px;letter-spacing: 1px;color: #1a1a1a;margin-bottom: 30px;}
.footer .title::after{width:40px; height: 4px; background: #1483ea; content: ""; display: block; margin:10px 0 20px}

.footer .left .txt p {
    line-height: 40px;
    color: #333333;
    font-size: 18px;
}
.footer .mid{
    width:430px;
}
.footer .mid .tel{
    display: flex;
    font-size: 24px;
    font-weight: bold;
    color:#1a1a1a;
    align-items: center
}
.footer .mid  p{
    color:#1a1a1a;
    line-height: 28px;
}
.footer .mid .tel img{
    margin-right: 15px;
}
.footer .right {
	width: 160px;
    height: auto;
    text-align: center
}
.footer .right li{
	
    line-height: 26px;
    color: #1a1a1a;
 
}
.footer .right .texar{
	width: 535px;
	height: 230px;
    line-height: 55px;
    color: #999999;
    background: #d2d2d2;
    font-size: 16px;
    border:none;
    text-indent: 25px;
    float: left;
    margin: 0 0px 20px;
}
.footer .right .btnt {
	width: 145px;
	height: 39px;
    line-height: 39px;
   background: #1483ea;
	text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    display: block;
}
.footer_bottom {
	width: 100%;
    padding:20px 0;
	text-align: center;
    background: #0b2ca8;
    position: absolute;
    bottom: 0px;
}
.footer_bottom p {
    color: #fbfafa;
    font-size: 14px;
    line-height: 30px;
}
.footer_bottom p a {
	color: #fbfafa;
}

