﻿

/*-----------------[初始化]--------------*/

body{color: #333;font-size: 12px;line-height: 1.5;font-family:"微软雅黑","Microsoft Yahei";background-position: top center;background-repeat: no-repeat;background-size: 100% auto;}

a{color: #333;}

a:hover{color: #f60;}

img{max-width: 100%;

    transition: .3s;

    -ms-transition: .3s;

    -moz-transition: .3s;

    -webkit-transition: .3s;

    -o-transition: .3s;

}

input,textarea,select{font-size: 14px;color: #333;

    font-family:"微软雅黑","Microsoft Yahei";outline: 0;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    -o-box-sizing: border-box;

    box-sizing: border-box;

}

input[type='submit'],input[type='reset'],input[type='button'],select{

    -webkit-appearance: none;

    -moz-appearance: none;

    appearance: none;

}

input[type='submit'],input[type='reset'],input[type='button']{cursor: pointer;}

::-webkit-input-placeholder {color: #c0c0c0;}

::-moz-placeholder {color: #c0c0c0; }

::-ms-input-placeholder {color: #c0c0c0;}



.ani,a{

    transition: .3s;

    -ms-transition: .3s;

    -moz-transition: .3s;

    -webkit-transition: .3s;

    -o-transition: .3s;

}



/*布局*/

.wp{width: 100%;max-width: 1330px;margin: 0 auto;}

.h50{height: 50px;clear: both;overflow: hidden;}

.h100{height: 100px;clear: both;overflow: hidden;}

*{

    outline: none;

    -webkit-box-sizing: border-box;

    -moz-box-sizing: border-box;

    -o-box-sizing: border-box;

    box-sizing: border-box;

}



/*******************************

  -------[=头部]-------

********************************/

.hd-top{line-height: 30px;font-size: 12px;color: #333;height: 30px;background-color: #f5f5f5;overflow: hidden;}

.g-weather span{display: inline-block;vertical-align: top;color: #333;}

.g-weather, .g-date{float: left;}

.g-weather iframe{color: #333!important;}

.top-r{float: right;}

.g-weather iframe{margin-top: -3px;}

.top-r .link,.top-r .login{float: left;}

.top-r .link a{display: inline-block;padding: 0 10px;font-size: 12px;color: #333;vertical-align: middle;margin-top: -2px;}

.top-r .link a:hover{color: #124ca2;}

.top-r .login{font-size: 0;

    -webkit-text-size-adjust:none;}

.top-r .login a{display: inline-block;font-size: 12px;color: #fff;width: 64px;height: 30px;text-align: center;}

.top-r .login .a1{background-color: #ffab0b;}

.top-r .login .a2{background-color: #0069ba;}

.top-r .login .a1 i{display: inline-block;width: 11px;height: 100%;background: url(../images/ico-lb1.png) no-repeat center;margin-right: 5px;vertical-align: middle;margin-top: -3px;}

.logo{float: left;height: 120px;}

.logo img{
    margin-top: 29px;
    height: 78px;
}

.hd-so{width: 204px;position: absolute;top: 0;right: 2px;}

.hd-so .so{height: 33px;padding:0 50px 0 12px;background-color: #fff;position: relative;margin-top: 2px;}

.hd-so .inp{display: block;width: 100%;border: none;outline: none;background: url(../images/line-lb1.png) no-repeat right center;height: 33px;line-height: 33px;}

.hd-so .sub{position: absolute;right: 0;top: 0;width: 50px;height: 100%;background: url(../images/hd-so.png) no-repeat center;border: none;text-indent: -9999px;}

.hd-so .link{font-size: 14px;color: #fff;overflow: hidden;margin-top: 10px;}

.hd-so .link span{float: left;line-height: 24px;}

.hd-so .link a{float: left;color: #fff;line-height: 24px;padding: 0 14px;background-color: #0f78d2;border-radius: 24px;margin: 0 4px;}

.hd-so .link a:hover,.top-r .login a:hover{opacity: 0.8;

filter: alpha(opacity=80);}

.hd-so .link a.other{background-color: #ffab0b;}


.nav{height: 90px;float: right;margin-top: 28px;position: relative;z-index: 9;}

.nav li{float: left; text-align: center;}

.nav li a{display: block;height: 90px;line-height: 90px;font-size: 18px;color: #000;position: relative; transition:.3s;

    -ms-transition:.3s;

    -moz-transition:.3s;

    -webkit-transition:.3s;

    -o-transition:.3s;background-position: right center;background-repeat: no-repeat;-webkit-box-sizing: content-box;

    -moz-box-sizing: content-box;

    -o-box-sizing: content-box;

    box-sizing: content-box;padding: 0 25px;border-top: 2px solid #fff;}

.nav li:last-child a{background: none;}

.nav li a:hover,.nav li.on a{background-color: #f3f3f3;padding-top: 4px;margin-top: -4px;background-image: none;color: #e51d25;border-top:2px solid #e51d25;}

.nav li a::after{content:"";position: absolute;width: 4px;height: 60px;right: -4px;bottom: 0;display: none;z-index: 1;}

.nav li a:hover::after,.nav li.on a::after{display: block;}

.nav li a i{display: inline-block;vertical-align: middle;width: 17px;height: 100%;background: url(../images/ico-lb2.png) no-repeat center;margin-right: 10px;margin-top: -3px;}



/*******************************

    -------[=导航]-------

********************************/

.menuBtn{position: relative;z-index: 9;display: none;float: right;

    width: 40px;height: 40px;padding: 7px 5px;cursor: pointer;

    transition: .3s;

    -ms-transition: .3s;

    -moz-transition: .3s;

    -webkit-transition: .3s;

    -o-transition: .3s;margin: 7px 0;

}

.menuBtn b{display: block;height: 3px;background-color: #fff;

    margin: 5px 0;border-radius: 2px;

    transition: .3s;

    -ms-transition: .3s;

    -moz-transition: .3s;

    -webkit-transition: .3s;

    -o-transition: .3s;

}

.menuBtn.open{}

.menuBtn.open b{display: none;margin: 0;position: absolute;left: 5px;top: 44%;width: 30px;}

.menuBtn.open b:first-child{display: block;

    transform:rotate(45deg);

    -webkit-transform:rotate(45deg);

    -o-transform:rotate(45deg);

    -ms-transform:rotate(45deg);

}

.menuBtn.open b:last-child{display: block;

    transform:rotate(-45deg);

    -webkit-transform:rotate(-45deg);

    -o-transform:rotate(-45deg);

    -ms-transform:rotate(-45deg);

}

/*******************************

  -------[=banner]-------

*******************************/
/*首页banner*/
/*.t45{margin-top: -10px;}*/
.fullSlide{ width:100%;  position:relative;  height:386px; background:#000;z-index: -1}
.fullSlide .bd{ margin:0 auto; position:relative; z-index:0; overflow:hidden;  }
.fullSlide .bd ul{ width:100% !important;  }
.fullSlide .bd li{ width:100% !important;  height:386px; overflow:hidden; text-align:center;  }
.fullSlide .bd li a{ display:block; height:386px; }
.fullSlide .hd{ width:100%;  position:absolute; z-index:1; bottom:30px; left:0; height:30px; line-height:30px; /*background:url(../images/touming.png) repeat-x;*/ text-align:center;	 _background:#000; _filter:alpha(opacity=60); 	}
.fullSlide .hd ul{ text-align:center;  padding-top:5px;  }
.fullSlide .hd ul li{ cursor:pointer; display:inline-block; *display:inline; zoom:1; width:8px; height:8px;margin:5px;background:url(../images/tg_flash_p.png) -18px 0; overflow:hidden; 	line-height:9999px; }
.fullSlide .hd ul .on{ background-position:0 0; }
/*********************************/
#banner{height: 832px;}

#banner .slick-slider,#banner .slick-list,#banner .slick-track,#banner .slick-slide{height: 100%;}

#banner .slick-slide{outline: 0;position: relative;

    background-position: center center;background-repeat: no-repeat;

    -o-background-size: cover;

    -ms-background-size: cover;

    -moz-background-size: cover;

    -webkit-background-size: cover;

    background-size: cover;

}

#banner .slick-next,#banner .slick-prev{

    position: absolute;top: 50%;margin-top: -25px;overflow: hidden;

    width: 45px;height: 50px;font-size: 0;line-height: 0;z-index: 999;

    background: none;

    background-repeat: no-repeat;

    background-position: center center;

    -o-background-size: auto 50px;

    -ms-background-size: auto 50px;

    -moz-background-size: auto 50px;

    -webkit-background-size: auto 50px;

    background-size: auto 50px;

    cursor: pointer;

}

#banner .slick-prev{left: 50%;margin-left: -645px;background-image: url(../images/arr-l.png);}

#banner .slick-next{right: 50%;margin-right: -645px;background-image: url(../images/arr-r.png);}



#banner .slick-dots{position: absolute;left: 0;bottom: 30px;width: 100%;text-align: center;z-index: 99;}

#banner .slick-dots li{display: inline-block;margin: 0 2px;}

#banner .slick-dots li button{display: block;width: 24px;height: 24px;

    font-size: 0;line-height: 0;text-indent: 999px;background-color: #fff;border-radius: 50%;

    border: none;cursor: pointer;

}

#banner .slick-dots li.slick-active button{background-color: #000;}
.banner{height: 386px; width: 100%;/*margin-bottom: -10px;*/z-index: -1}
/*******************************

  -------[=底部]-------

********************************/

.footer{border-top: 5px solid #930b10;padding: 23px 0 30px;background-color: #e51d25;text-align: center;}

.footer .img{display: inline-block;vertical-align: middle;}

.footer .img a:hover img{opacity: 0.8;

filter: alpha(opacity=80);}

.footer .img img{vertical-align: middle;margin-right: 30px;}

.footer .txt{display: inline-block;text-align: left;color: #fff;font-size: 14px;line-height: 24px;vertical-align: middle;opacity: 0.9;

filter: alpha(opacity=90);}

.footer .txt span{margin-right: 50px;display: inline-block;}

/*******************************

    -------[=正文]-------

********************************/
.content-box {

    margin: 0 -45px;

    background-color: #f6f6f6;

    padding: 5px 10px 20px 10px;

}

.toTop{display: none;position: fixed;right: 120px;width: 50px;height: 50px;cursor: pointer;background-position: center;background-repeat: no-repeat;background-image: url(../images/totop.png);bottom: 200px; transition:.3s;

    -ms-transition:.3s;

    -moz-transition:.3s;

    -webkit-transition:.3s;

    -o-transition:.3s;z-index: 998;}

.toTop:hover{background-image: url(../images/totop2.png);}

.f-link{

    height: 50px;line-height: 50px;

    text-align: center;

    background-color: #fff;

    margin-bottom: 20px;

}

.f-link ul{

    width: 100%;

    /*overflow: hidden;*/

    display: inline-block;

    vertical-align: top;

}

.f-link li{

    float: left;width: 20%;border-right: 1px solid #e1e1e1;

    position: relative;

    font-size: 14px;color: #3d3d3d;line-height: 50px;text-align: center;

}

.f-link li:last-child{border: none;}

// .f-link span:hover{color: #005196;}



.f-link span{

    display: block;cursor: pointer;

    padding: 0 30px;

    text-align: left;

    white-space:nowrap;overflow:hidden;text-overflow:ellipsis;

    background: url(../images/icon5.png) no-repeat 93% center;

}

.f-link span.open{background-image: url(../images/icon5-1.png);}

.f-link dl{

    position: absolute;left: 0;right: 0;bottom: 100%;z-index: 100;

    background: #fff;

    display: none;

}

.f-link dl a{

    display: block;font-size: 14px;color: #3d3d3d;line-height: 24px;

    border-bottom: 1px #ddd solid;

    padding: 8px 5px;

    white-space:nowrap;overflow:hidden;text-overflow:ellipsis;

}

.f-link dl a:hover{color: #005196;}

.m-er{
    position: fixed;
    bottom: 40%;
    right: 5%;
    width: 100px;
    height: 100px;   
}
.m-er img{
    display: block;
    width: 100%;
    height: 100%;
}