/*welcome*/
.welcomebg{
    background: #2a2a2a;
    line-height: 33px;
}
.welcome small{
    float:left;
    color: #878787;
    font-size: 12px;
}
.welcome a{
    float:right;
    display: block;
    font-size: 12px;
    color: #878787;
    margin-left: 10px;
    padding-left: 22px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.welcome a:hover{
    color: #fff;
}
.welcome a:first-of-type{
    background: url("../images/topicon2.png") no-repeat left center;
}
.welcome a:first-of-type:hover{
    background: url("../images/topicon2s.png") no-repeat left center;
}
.welcome a:last-of-type{
    background: url("../images/topicon.png") no-repeat left center;
}
.welcome a:last-of-type:hover{
    background: url("../images/topicons.png") no-repeat left center;
}
/*nav*/
.nav img{
    float:left;
    margin-bottom:20px;
    margin-top: 21px;
}
.nav .navlogo{
    float:right;
}
/*header*/
.navlogo ul>li{
    float:left;
    width: 97px;
    height: 90px;
    text-align: center;
    -webkit-transition: 300ms 0s ease;
    -moz-transition: 300ms 0s ease;
    -ms-transition: 300ms 0s ease;
    -o-transition: 300ms 0s ease;
    transition: 300ms 0s ease;
}
.navlogo ul li small{
    display: block;
    margin-top: 15px;
    color: #b1b1b1;
    font-size: 14px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.navlogo ul li:hover small{
    color: #fbe1cd;
}
.navlogo ul li b{
    border-bottom: 9px solid rgba(255, 255, 255, 0.36);
    border-left:10px solid transparent;
    border-right:10px solid transparent;
    position: relative;
    top:10px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.navlogo ul li:hover b{
    top:-17px;
}
.navlogo ul li:hover{
    background: #f38e17;
}
.navlogo ul>li span{
    width: 100%;
    display: block;
    text-align: center;
    line-height: 30px;
    width:100%;
    color: #2e2e2e;
    font-size:16px;
    -webkit-transition: 300ms 0s ease;
    -moz-transition: 300ms 0s ease;
    -ms-transition: 300ms 0s ease;
    -o-transition: 300ms 0s ease;
    transition: 300ms 0s ease;
}
.navlogo ul>li:hover span{
    color: #fff;
}
#thyNavStyle{
    background: #f38e17;
}
#thyNavStyle small{
    color: #fbe1cd;
}
#thyNavStyle span{
    color: #fff;
}
#thyNavStyle b{
    top:-17px;
}
/*main*/
#main{
    overflow: hidden;
    margin-top: 45px;
}

/*产品中心*/
/*侧边栏开始*/
.side{
    width: 297px;
    float:left;
    text-align: center;
    background: #efefef;
    padding-bottom: 25px;
}
.bt{
    background: #1159a8;
    color: #fff;
    font-size: 30px;
    padding:29px 30px;
}
.bt small{
    color: #7a97c5;
    text-transform: uppercase;
    font-size: 16px;
}
.side ul{
    margin-bottom: 33px;
}
.side ul li{
    border-bottom:1px dashed #c8c8c8;
    padding:10px 0;
}
.side ul li a{
    display:inline-block;
    font-size:16px;
    width:100%;
    text-align: center;
    color: #202020;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.side ul li a:hover{
    border-left:3px solid #b222d6;
}
.side>h3{
    font-size:36px;
    color: #1159a8;
    margin-top: 5px;
    margin-bottom: 10px;
}

/*侧边栏结束*/

/*产品*/

.pro_r{
    width: 870px;
    float:right;
}
.proscroll,.proscroll2{
    width: 870px;
    height: 320px;
    overflow: hidden;
}
.proul li{
    margin-right: 15px;
    margin-bottom: 15px;
    float:left;
    width: 241px;
}
.proul li:nth-child(3n){
    margin-right:0;
}
.proul li a{
    display: block;
    position: relative;
    overflow: hidden;
}
.proul li a b{
    width: 100%;
    height: 313px;
}
.proul li a div{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: rgba(120, 120, 120, 0.69);
    opacity:0;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.proul li a div span{
    display: block;
    color: #fff;
    border-left: 5px solid #ddd;
    margin-top: 116px;
    padding-left: 15px;
    font-size: 27px;
    margin-left: 50px;
    position: relative;
    left: 30px;
    -webkit-transition: 300ms 0s all linear;
    -moz-transition: 300ms 0s all linear;
    -ms-transition: 300ms 0s all linear;
    -o-transition: 300ms 0s all linear;
    transition: 300ms 0s all linear;
}
.proul li a:hover span{
    left:0;
}
.proul li a:hover div{
    opacity: 1;
}
/*service*/
.servicebg{
    background: url("../images/service.jpg") no-repeat center;
    background-attachment: fixed;
    height: 494px;
    text-align: center;
}
.servicebg h4{
    display: block;
    font-size:40px;
    color: #fff;
    padding-top:80px;
    margin-bottom: 15px;
}
.servicebg p{
    font-size:16px;
    color: #adb4c2;
}
.servicebg b{
    display: block;
    width: 45px;
    height: 4px;
    background: #fff;
    margin:22px auto;
    margin-bottom:63px;
}
#indexform:after{
    display: block;
    content: '';
    clear: both;
}
#indexform input{
    float:left;
    line-height: 48px;
    width: 263px;
    margin-right: 12px;
    background: #fff;
    color: #222222;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}
#indexform input::-webkit-input-placeholder{color:#222;}
#indexform input::-moz-placeholder{  color:#222;}
#indexform input:-moz-placeholder{  color:#222;}
#indexform input:-ms-input-placeholder{ color:#222;}
#indexform textarea{
    float:left;
    width: 430px;
    line-height: 48px;
    height: 48px;
    margin-right: 12px;
    background: #fff;
    color: #222222;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
}
#indexform textarea::-webkit-input-placeholder{color:#222;}
#indexform textarea::-moz-placeholder{  color:#222;}
#indexform textarea:-moz-placeholder{  color:#222;}
#indexform textarea:-ms-input-placeholder{ color:#222;}
#indexform input[type=submit]{
    background: #f38e17;
    color: #fff;
    text-align: center;
    font-size: 16px;
    width: 207px;
    margin-right:0;
    padding-left:0;
    margin-left:0;
    clear: none;
}
.servicebg ul{
    position: relative;
    top: 102px;
}
.servicebg ul li{
    float:left;
    width: 300px;
    height: 128px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    padding-left: 102px;
    text-align: left;
    font-size: 18px;
}
.servicebg ul li p{
    color: #fff;
}
.servicebg ul li:first-of-type{background: #484848 url("../images/icon1.png") no-repeat 53px center;}
.servicebg ul li:nth-of-type(2){background: #f38e17 url("../images/icon2.png") no-repeat 53px center;}
.servicebg ul li:nth-of-type(3){background: #0a54ab url("../images/icon3.png") no-repeat 53px center;}
.servicebg ul li:nth-of-type(4){background: #0b3d80 url("../images/icon4.png") no-repeat 53px center;}



/*公司简介*/
.company{
    padding-top: 109px;
    height: 607px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
}
.company h1{
    font-size:36px;
    color: #222222;
}
.company h1 span{
    font-weight: normal;
}
.company b{
    display: block;
    width: 31px;
    height: 3px;
    margin:5px auto;
    background: #0a54ab;
}
.company>p{
    font-size:16px;
    color: #898989;
}
.com_l{
    float:left;
    padding-top: 58px;
    width:723px;
}
.com_l p{
    text-align: left;
    font-size:14px;
    color: #545454;
    line-height: 35px;
}
.com_l a{
    margin-top: 32px;
    display: block;
    width: 117px;
    line-height:35px;
    font-size:14px;
    color: #fff;
    text-align: center;
    background: #f38e17;
}
.company .clear img{
    float:right;
    position: relative;
    top: -84px;
    right: 88px;
}
/*case*/
.casebg{
    background: url("../images/casebg.jpg") no-repeat center;
    background-attachment: fixed;
    height: 625px;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 45px;
}
.casebg h3{
    display: inline-block;
    line-height: 34px;
    font-size:40px;
    color: #fff;
    padding:0 20px;
    border-left:5px solid #0e56a7;
    border-right:5px solid #0e56a7;
}
.casebg h3 span{
    font-weight: normal;
}
.casebg .mycontainer>b{
    display: block;
    margin:0 auto;
    margin-top:10px;
    margin-bottom: 26px;
    font-size:16px;
    color: #c2c2c2;
}
.casebg .mycontainer>p{
    color: #ffffff;
    font-size: 16px;
}
.casebg ul{
    margin-top: 70px;
}
.casebg ul li{
    float:left;
    margin-right:12px;
    width: 291px;
}
.casebg ul li:last-of-type{
    margin-right:0;
}
.casebg ul li b{
    width: 100%;
    height: 228px;
}
.casebg ul li b img{
    height: initial;
    width: 100%;
}
.casebg ul li a p{
    width: 100%;
    background: #eeeeee;
    line-height: 60px;
    font-size:18px;
    color: #202020;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.casebg ul li a:hover p{
    background: #f38e17;
    color: #fff;
}
.casebg .mycontainer>a{
    display: block;
    margin:0 auto;
    position: relative;
    top: 80px;
}

/*新闻*/
.news{
    padding-top:77px;
    padding-bottom:90px;
}
.news .title{
    text-align: center;
    margin-bottom: 55px;
}
.news .title h2{
    font-size:40px;
    color: #0a54ab;
}
.news .title h2 span{
    color: #2d2d2d;
}
.news .title p{
    font-size:16px;
    color: #b0b0b0;
    margin-top: 11px;
    margin-bottom: 20px;
}
.news .title a{
    display: block;
    width: 100%;
    background: url("../images/line.png") no-repeat center;
    text-align: center;
}
.news .title a span{
    color: #fff;
    border-radius: 25px;
    font-size:16px;
    line-height: 30px;
    width: 85px;
    display: block;
    margin:0 auto;
    background: #acacac;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.news .title a:hover span{
    background: #f38e17;
}

.news ul li{
    float:left;
    width: 285px;
    margin-right: 20px;
}
.news ul li:last-of-type{
    margin-right:0;
}
.news ul li a b{
    width:100%;
    height: 210px;
}
.news ul li a b i{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top:100%;
    left:0;
    background: rgba(0, 0, 0, 0.6) url("../images/casemore.png") no-repeat center;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.news ul li a:hover b i{
    top:0;
}
.newstext{
    background: #f5f5f5;
    width: 100%;
    height: 172px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:15px 20px;
}
.newstext span{
    display: block;
    width:100%;
    font-size: 16px;
    color: #262626;
}
.newstext p{
    font-size:14px;
    color: #9c9c9c;
    margin-top: 6px;
    line-height: 24px;
}
.newstext small{
    font-size: 34px;
    width: 46px;
    height: 43px;
    text-align: center;
    line-height: 40px;
    background: #0a54ab;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
    float:right;
}
.news ul li a:hover .newstext small{
    background: #f38e17;
}




/*footer*/
#footer{
    overflow: hidden;
    background: #1e1e1e;
    border-top:4px solid #156ad7;
    padding-top:25px;
}
.fot_top{
    padding-bottom: 26px;
}
.fot_l{
    float:left;
    width: 470px;
}
.fot_l div img{
    float:left;
    margin-right: 25px;
}
.fot_l div a{
    float:left;
    display: block;
    width: 25px;
    height: 30px;
    margin-top: 15px;
    margin-right: 15px;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.fot_l div a:first-of-type{    background: url("../images/qqs.png") no-repeat center;}
.fot_l div a:first-of-type:hover{    background: url("../images/qq.png") no-repeat center;}
.fot_l div a:last-of-type{    background: url("../images/emails.png") no-repeat center;}
.fot_l div a:last-of-type:hover{    background: url("../images/email.png") no-repeat center;}
.fot_l ul{
    margin-top: 33px;
}
.fot_l ul li{
    float:left;
    margin-bottom: 15px;
    font-size:14px;
    color: #8d8d8d;
    width: 196px;
}
.fot_l ul li:last-of-type{
    width: 267px;
}
.fot_m{
    float:left;
    width: 520px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:0 90px;
    border-left:1px dashed #393939;
    border-right:1px dashed #393939;
    padding-top: 15px;
    margin-top:22px;
}
.fot_m ul li{
    float:left;
    width: 100px;
    margin-bottom: 35px;
    text-align: center;
}
.fot_m ul li a{
    font-size:14px;
    color: #8d8d8d;
    -webkit-transition: 300ms 0s all ease;
    -moz-transition: 300ms 0s all ease;
    -ms-transition: 300ms 0s all ease;
    -o-transition: 300ms 0s all ease;
    transition: 300ms 0s all ease;
}
.fot_m ul li a:hover{
    color: #fff;
}
.fot_r{
    float:right;
    width: 209px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 115px;
    padding-top: 27px;
}
.fot_r img{
    width: 96px;
}
.fot_r p{
    display: block;
    width: 96px;
    text-align: center;
    font-size:12px;
    color: #8d8d8d;
}


.footer_bottom{
    height: 53px;
    line-height: 53px;
    border-top:1px solid #323232;
}
.footer_bottom p{
    color: #8d8d8d;
    font-size:12px;
    float:left;
}
.footer_bottom>a{
    float:right;
    color: #8d8d8d;
    font-size:12px;
}
notempty a{
    color: #8d8d8d;
    font-size:12px;
}
