﻿/*-----------------[初始化]--------------*/
body{color: #333;font-size: 12px;font-family:"微软雅黑","Microsoft Yahei";background: #fff;}
a{color: #444;}
a:hover{color: #1cc75c;}
img,.ani{
	transition: .3s;
	-ms-transition: .3s;
	-moz-transition: .3s;
	-webkit-transition: .3s;
	-o-transition: .3s;
}
input,textarea,select{font-size: 12px;color: #444;font-family:"微软雅黑","Microsoft Yahei";}
input[type='submit'],input[type='reset'],input[type='button'],select,button{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
input[type='submit'],input[type='reset'],input[type='button'],button{cursor: pointer;}
::-webkit-input-placeholder {color: #999;}
::-moz-placeholder {color: #999; }
::-ms-input-placeholder {color: #999;}

select::-ms-expand { display: none;}
input::-webkit-outer-spin-button,  
input::-webkit-inner-spin-button {  
    -webkit-appearance: none;  
}

/*布局*/
.wp{width: 1260px;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;
}

/*标题*/

/*按钮*/

/*颜色*/

/*字体*/
@font-face {
    font-family:CenturyGothic;
    src:url(../fonts/CenturyGothic.TTF);
}

/*******************************
	-------[=头部]-------
********************************/
.hd-top{
    overflow: hidden;
    background-color: #f9f9f9;
}
.hd-top .ll{
    float: left;
    padding-left: 15px;
    font-size: 12px;
    color: #666;
    line-height: 35px;
    font-family: "新宋体";
    overflow: hidden;
}
.hd-top .ll a{
    color: #666;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.hd-top .ll a:hover{
    text-decoration: underline;
}
.hd-top .rr{
    float: right;
    font-size: 12px;
    color: #666;
    line-height: 35px;
    font-family: "新宋体";
    overflow: hidden;
}
.hd-top .rr a{
    color: #666;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.hd-top .rr a:hover{
    text-decoration: underline;
}
.hd-top .rr a i{
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: -4px;
    margin-right: 2px;
}

.header .hdt{
    height: 120px;
}
.header .logo{
    float: left;
    height: 120px;
    line-height: 120px;
    overflow: hidden;
}
.header .logo a{
    display: block;
}
.header .logo img{
    display: inline-block;
    vertical-align: middle;
}
.header .hdr{
    float: right;
}
.sobox{
    float: left;
    margin-top: 34px;
}
.sobox .so{
    width: 500px;
    height: 40px;
    border: 3px #ed2027 solid;
    padding: 0 89px 0 88px;
    position: relative;
}
.sobox .so select{
    display: block;
    width: 88px;
    height: 34px;
    padding: 0 20px 0 13px;
    background: #f3f3f3 url(../images/icon3.png) no-repeat 90% 50%;
    border: none;
    font-size: 12px;
    font-family: "新宋体";
    color: #666;
    position: absolute;
    top: 0;
    left: 0;
}
.sobox .so .inp{
    display: block;
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding: 0 14px;
    border: none;
    font-size: 12px;
    font-family: "新宋体";
    color: #cccccc;
}
.sobox .so .inp:focus{
    color: #666;
}
.sobox .so .sub{
    display: block;
    width: 89px;
    height: 34px;
    background-color: #ed1c24;
    text-align: center;
    line-height: 34px;
    font-size: 14px;
    font-family: "新宋体";
    font-weight: bold;
    color: #fff;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.sobox .so .sub:hover{
    opacity: .8;
    filter: alpha(opacity=80);
    filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    -ms-filter:'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
}
.sobox .bot{
    padding: 0 15px;
    font-size: 12px;
    color: #666;
    font-family: "新宋体";
    line-height: 1.5em;
    overflow: hidden;
    margin-top: 6px;
}
.sobox .bot a{
    display: inline-block;
    color: #666;
    margin-right: 10px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.sobox .bot a:hover{
    color: #1c5ca9;
}
.header .tel{
    float: left;
    margin-left: 88px;
    margin-top: 28px;
    overflow: hidden;
}
.header .tel i{
    float: left;
    width: 72px;
    height: 61px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow: hidden;
    margin-right: 10px;
    margin-top: 1px;
}
.header .tel .txt{
    overflow: hidden;
    font-size: 12px;
    line-height: 1.67em;
    color: #848484;
}
.header .tel .txt p{
    overflow: hidden;
    margin-bottom: 8px;
}
.header .tel .txt em{
    display: block;
    float: left;
    margin-right: 6px;
}
.header .tel .txt span{
    display: block;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.15em;
    color: #ed1c24;
    font-family: CenturyGothic;
}

/*******************************
	-------[=导航]-------
********************************/
.navbox{
    background-color: #077cbf;
    border-bottom: 1px #20aef0 solid;
}
.navbox:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.navbox .ll{
    float: left;
    width: 219px;
    position: relative;
}
.navbox .ll .hh{
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    padding: 0 30px 0 22px;
    background: #01618b url(../images/icon5.png) no-repeat 94% 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.navbox .ll dl{
    position: absolute;
    top: 49px;
    left: 0;
    right: 0;
    z-index: 2;
    background-color: rgba(4,95,139,1);
    height: 420px;
}
.navbox .ll .tit{
    overflow: hidden;
    padding: 16px 38px 15px 26px;
    border-bottom: 1px rgba(255,255,255,.2) solid;
    background: url(../images/icon11.png) no-repeat 95% 50%;
    cursor: pointer;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.navbox .ll dd:first-child .tit{
    padding-top: 11px;
}
.navbox .ll dd:last-child .tit{
    border-bottom: none;
}
.navbox .ll .tit:hover{
    background-color: #0c5381;
    border-color: #0c5381;
}
.navbox .ll .tit h3{
    font-size: 16px;
    color: #fff;
    line-height: 1.88em;
    margin-bottom: 1px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.navbox .ll .tit h3 i{
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-right: 5px;
}
.navbox .ll .tit .bot{
    overflow: hidden;height: 18px;
    font-size: 12px;
    color: rgba(255,255,255,.2);
    margin: 0 -8px;
}
.navbox .ll .tit .bot a{
    display: inline-block;
    font-size: 12px;
    color: #fff;
    line-height: 1.5em;
    margin: 0 8px;
    position: relative;
}
.navbox .ll .tit .bot a:after{
    content: '';
    width: 1px;
    height: 12px;
    background: url(../images/icon12.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 50%;
    right: -8px;
    margin-top: -6px;
}
.navbox .ll .tit .bot a:nth-child(4n):after{
    display: none;
}
.navbox .ll .down{
    position: absolute;
    top: 0;
    left: 100%;
    width: 707px;
    height: 420px;
    background-color: #fff;
    border: 2px #20aef0 solid;
    overflow-y: auto;
    padding: 19px 39px 0 34px;
    display: none;
}
.navbox .ll .down h3{
    font-family: "宋体";
    font-size: 14px;
    color: #454648;
    line-height: 22px;
    margin-bottom: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.navbox .ll .box{
    overflow: hidden;
}
.navbox .ll .item{
    border-bottom: 1px dashed #A6A6A6;
    margin-bottom: 10px;
    overflow: hidden;
}
.navbox .ll .item:last-child{
    margin-bottom: 0;
}
.navbox .ll .item .tt{
    display: block;
    float: left;
    width: 60px;
    background-color: #FF4E00;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    color: #fff;
    font-family: "宋体";
    font-weight: bold;
    margin-right: 20px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.navbox .ll .item .link{
    height: 50px;
    line-height: 1.5em;
    overflow: hidden;
}
.navbox .ll .item .link a{
    display: inline-block;
    font-size: 12px;
    color: #666;
    font-family: "宋体";
    margin-right: 10px;
    margin-bottom: 5px;
}
.navbox .ll .item a:hover{
    text-decoration: underline;
}
.nav{
    float: left;
}
.nav:after{
    content: '';
    display: block;
    clear:both;
    visibility: hidden;
    width: 100%;
    height: 0;
}
.nav li{
    float: left;
}
.nav li a{
    display: block;
    width: 145px;
    border-right: 1px #20aef0 solid;
    font-size: 16px;
    color: #fff;
    line-height: 48px;
    font-weight: bold;
    text-align: center;
    position: relative;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.nav li:last-child a{
    border-right: none;
}
.nav li:hover a,.nav li.on a{
    background-color: #21b2f4;
}
.nav li a i{
    display: block;
    width: 27px;
    height: 17px;
    background: url(../images/icon4.png) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    position: absolute;
    top: -5px;
    right: 18px;
    z-index: 2;
}

/*******************************
	-------[=banner]-------
********************************/
.banner{
    overflow: hidden;
    position: relative;
}
.banner .item{
    height: 420px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner .item a{
    display: block;
}


/*******************************
	-------[=底部]-------
********************************/
.footer{
    overflow: hidden;
    background-color: #454648;
}
.fd-top{
    overflow: hidden;
    padding: 40px 0 23px;
    background: url(../images/bg1.png) no-repeat center bottom;
}
.ul-pic1{
    overflow: hidden;
    text-align: center;
    font-size: 0;
}
.ul-pic1 li{
    display: inline-block;
    vertical-align: middle;
    margin: 0 16px;
}
.ul-pic1 li a{
    display: block;
}
.ul-pic1 .pic{
    width: 115px;
    height: 48px;
    overflow: hidden;
}
.ul-pic1 .pic img{
    display: block;
    width: 100%;
    height: 100%;
}
.fd-copy{
    overflow: hidden;
    padding: 18px 0 42px;
    text-align: center;
    font-size: 0;
}
.fd-copy .link{
    font-size: 12px;
    color: #f2f2f2;
    font-family: "新宋体";
    line-height: 1.5em;
    overflow: hidden;
    margin-bottom: 6px;
}
.fd-copy .link span{
    font-weight: bold;
}
.fd-copy .link a{
    display: inline-block;
    color: #d0d0d0;
    margin: 0 6px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.fd-copy .link a:hover{
    text-decoration: underline;
}
.fd-copy .copy{
    font-size: 12px;
    color: #d0d0d0;
    line-height: 1.5em;
    overflow: hidden;
}
.fd-copy .copy span{
    margin: 0 10px;
}
.fd-copy .copy a{
    color: #d0d0d0;
}
.fd-copy .copy a:hover{
    text-decoration: underline;
}