.header{
    position: relative;
    width: 100%;
    padding-top: 20px;
    border-bottom:2px solid #e1e1e1;
    -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;
}
.headfix{
    width: 100%;
    position: fixed;
    top:0;
    box-shadow:0 0 10px #666;
    z-index:1000;
    background: #fff!important;
    padding-top: 10px;
}
.headfix .navlist{
    margin-top: 7px;
}
.headfix .navlist li>a{
    padding-bottom: 10px;
}
.headfix .logo{
    margin-top: 7px;
}
.logo{
    float:left;
    margin-top: 18px;
}
.nav_right{
    float:right;
}
.nav_top{
    text-align: right;
}
.nav_top>div{
    display: inline-block;
}
.nav_top h4{
    float:left;
    font-size: 18px;
    color: #ee1c25;
}
.nav_top h4 span{
    font-weight: normal;
    font-size: 14px;
    color: #3a3a3a;
}
.nav_qq{
    background-image: url("../images/qq.png");
}
.nav_email{
    background-image:url("../images/email.png");
}
.nav_top a{
    float:left;
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    color: #fff;
    font-size: 14px;
    margin-left: 15px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #bfbfbf;
    border-radius: 50%;
    -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;
}
.nav_top a:hover{
    background-color: #ee1c25;
}
.bg_red{
    background-color: #ee1c25;
}
.navlist{
    width: 100%;
    margin-top: 25px;
}
.navlist li{
    background: url("../images/navline.png") no-repeat right 5px;
    float:left;
    padding-left:12px;
    padding-right:12px;
}
.navlist li:last-of-type{
    background: none;
}
.navlist li>a{
    color: #404040;
    text-align: center;
    font-size: 14px;
    display: block;
    padding-bottom: 25px;
    position: relative;
    overflow: hidden;
    -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;
}
.navlist li:last-of-type>a{
    padding-right:0;
}
.navlist li>a:before{
    content:'';
    position: absolute;
    width: 100%;
    height: 2px;
    left:0;
    bottom:0;
    background: #ee1c25;
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -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;
}
.navlist li>a:hover:before{
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}
.navlist li>a:hover{    color: #ee1c25;}
#thyNavStyle>a{    color: #ee1c25;}
#thyNavStyle>a:before{
    -webkit-transform: rotateY(0);
    -moz-transform: rotateY(0);
    -ms-transform: rotateY(0);
    -o-transform: rotateY(0);
    transform: rotateY(0);
}

/*main*/
.title p{
    font-size: 18px;
    letter-spacing: 10px;
    line-height: 35px;
    margin-bottom: 15px;
}
/*company*/
.company{
    padding-top: 60px;
}
.company_left{
    float:left;
    width: 590px;
}
.company_left .title p{
    color: #ee1c25;
}
.company>img{
    float:right;
}
.company_left>p{
    font-size: 14px;
    color: #505050;
    line-height: 28px;
    margin-bottom: 25px;
}
.company_left>a{
    background: url("../images/more.png") no-repeat center;
    display: block;
    width: 120px;
    height: 35px;
    border:1px solid #ee1c25;
    margin-bottom: 35px;
    -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;
}
.company_left>a:hover{
    background: #ee1c25 url("../images/mores.png") no-repeat center;
}
.company ul li{
    float:left;
    margin-right:17px;
    position: relative;
}
.company ul li>img{
    position: absolute;
    right:-3px;
    bottom: -3px;
}
.company ul li:last-of-type{
    margin-right:0;
}
.company ul li a{
    display: block;
    width: 184px;
    height: 144px;
    position: relative;
    overflow: hidden;
}
.company ul li a>img{
    max-width: 100%;
    height: 100%;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -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;
}
.company ul li a:hover>img{
    -webkit-transform: translate(-50%,-50%) scale(1.02);
    -moz-transform: translate(-50%,-50%) scale(1.02);
    -ms-transform: translate(-50%,-50%) scale(1.02);
    -o-transform: translate(-50%,-50%) scale(1.02);
    transform: translate(-50%,-50%) scale(1.02);
}
.company ul li a div{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(41, 41, 42, 0.8);
    text-align: center;
    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;
}
.company ul li a:hover div{
    opacity:1;
}
.company ul li a div img{
    margin-top: 26%;
}
.company ul li a div p{
    color: #fff;
    font-size: 14px;
    line-height:32px;
}
/*product*/
.probg{
    background: url("../images/probg.jpg") no-repeat center bottom;
    padding-bottom:5px;
}
.product{
    margin-top: 40px;
}
.productfl{
    background: url("../images/proicon.png") no-repeat left 4px;
    padding-bottom: 24px;
    border-bottom:1px solid #d9d9d9;
    float:right;
}
.product .title{
    float:left;
}
.productfl a{
    float:left;
    font-size:18px;
    color: #575757;
    margin-left: 35px;
    -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;
}
.productfl a:hover{
    color: #ee1c25;
}

.product_cont li{
    float:left;
    margin-right: 9px;
}
.product_cont li:last-of-type{
    margin-right:0;
}
.product_cont li a{
    display: block;
    width: 394px;
}
.product_cont li a b{
    display: block;
    position: relative;
    width:100%;
    height: 284px;
    background: #fff;
    overflow: hidden;
}
.product_cont li a b p{
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    background: url("../images/menu.png") no-repeat center top;
    padding-top: 48px;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -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;
    opacity:0;
}
.product_cont li a:hover b p{
    opacity:1;
}
.product_cont li a b img{
    position: absolute;
    max-width: 100%;
    height: 100%;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -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;
}
.product_cont li a:hover b img{
    filter:blur(5px) brightness(0.5);
}
.product_cont svg{
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

#shape {
    stroke-width: 6px;
    fill: transparent;
    stroke-dasharray: 0 400;
    stroke-dashoffset: -220;
    transition: 1s all ease
}
.product_cont li a:hover #shape {
    stroke-dasharray: 100% 0;
    stroke-width: 3px;
    stroke-dashoffset: 0;
    stroke: #fff
}
.product_cont li a span{
    width: 100%;
    display: block;
    line-height: 56px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff url("../images/proline.png") no-repeat 346px 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;
    font-size:14px;
    color: #343434;
    padding-left: 26px;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 9px;
    text-overflow: ellipsis;
}
.product_cont li a:hover span{
    color: #fff;
    background: #ee1c25 url("../images/prolines.png") no-repeat 346px center;
}
.more{
    display: block;
    width: 144px;
    height: 30px;
    margin:40px auto;
    border:1px solid #ee1c25;
    background:#ee1c25 url("../images/mores.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;
}
.more:hover{
    background: #fff url("../images/more.png") no-repeat center;
}

/*case*/
.case{
    background: url("../images/casebg.jpg") no-repeat center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding:82px 0;
}
.case a{
    display: block;
    position: relative;
    overflow: hidden;
}
.case a img{
    height: 100%;
    width:auto;
    position: absolute;
    top:50%;
    left:50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    -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;
}
.case a:hover img{
    -webkit-transform: translate(-50%,-50%) scale(1.05 );
    -moz-transform: translate(-50%,-50%) scale(1.05 );
    -ms-transform: translate(-50%,-50%) scale(1.05 );
    -o-transform: translate(-50%,-50%) scale(1.05 );
    transform: translate(-50%,-50%) scale(1.05);
}
.case a p{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left:0;
    background: rgba(238, 28, 37, 0.8) url("../images/add.png") no-repeat center 42%;
    text-align: center;
    padding-top: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    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;
}
.case a:hover p{
    opacity:1;
}
.case_left{
    float:left;
    width: 600px;
}
.case_left a:first-of-type p{
    padding-top:28%;
}
.case_left a{
    width: 290px;
    height: 256px;
    float:left;
}
.case_left a:first-of-type{
    width:100%;
    height: 306px;
    margin-bottom:20px;
}
.case_left a:nth-of-type(2){margin-right:20px;}
.case_right{
    float:right;
    width: 565px;
}
.case_right .title{
    text-align: right;
    color: #fff;
}
.case_right a{
    display: block;
    height: 460px;
    width: 100%;
    margin-top: 51px;
}

/*adv*/
.advantage .title,.news .title{
    text-align: center;
    margin-bottom:30px;
    padding-top: 40px;
}
.title b{
    width: 40px;
    height: 1px;
    display: block;
    margin:0 auto;
    background: #afafaf;
    margin-top: 10px;
}
.adv_cont ul li{
    float:left;
}
.adv_cont ul li a{
    display: block;
    width: 261px;
    height: 484px;
    border-left:1px solid #e9e9e9;
    border-right:1px solid #e9e9e9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.adv_cont ul li a img{
    position: absolute;
    top:0;
    left: 50%;
    -webkit-transform: translatex(-50%);
    -moz-transform: translatex(-50%);
    -ms-transform: translatex(-50%);
    -o-transform: translatex(-50%);
    transform: translatex(-50%);
    height: 390px;
    width:auto;
    -webkit-transition: 450ms 0s all ease;
    -moz-transition: 450ms 0s all ease;
    -ms-transition: 450ms 0s all ease;
    -o-transition: 450ms 0s all ease;
    transition: 450ms 0s all ease;
}
.adv_cont .advclick a{
    width: 417px;
    -webkit-transition: 450ms 0s all ease;
    -moz-transition: 450ms 0s all ease;
    -ms-transition: 450ms 0s all ease;
    -o-transition: 450ms 0s all ease;
    transition: 450ms 0s all ease;
}
.adv_cont .advclick a img{
    height: auto;
    width: 100%;
}
.adv_cont li a div{
    position: absolute;
    bottom:0;
    width: 100%;
    height: 220px;
    overflow: hidden;
    padding:36px 15px;
    padding-top: 130px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background:#fff; /* 一些不支持背景渐变的浏览器 */
    background:-moz-linear-gradient(90deg, #fff 0%,#fff 50%, rgba(255, 255, 255, 0));
    background:-webkit-linear-gradient(90deg,#fff 0%,#fff 50%, rgba(255, 255, 255, 0));
    background:-o-linear-gradient(90deg, #fff 0%,#fff 50%, rgba(255, 255, 255, 0));
    -webkit-transition: 450ms 0s all ease;
    -moz-transition: 450ms 0s all ease;
    -ms-transition: 450ms 0s all ease;
    -o-transition: 450ms 0s all ease;
    transition: 450ms 0s all ease;
}
.adv_cont .advclick a div{
    background: #fff;
    height: 180px;
    padding:36px 15px;
}
.adv_cont li div i{
    width: 32px;
    height: 32px;
    position: absolute;
    bottom:19%;
    right:20px;
    display: block;
    background: url("../images/adv_adds.png") no-repeat center;
    -webkit-transition: 450ms 0s all ease;
    -moz-transition: 450ms 0s all ease;
    -ms-transition: 450ms 0s all ease;
    -o-transition: 450ms 0s all ease;
    transition: 450ms 0s all ease;
}
.adv_cont .advclick div i{
    bottom:37%;
    background: url("../images/adv_add.png") no-repeat center;
}
.adv_cont h3{
    font-size: 42px;
    color: #464646;
    -webkit-transition: 450ms 0s all ease;
    -moz-transition: 450ms 0s all ease;
    -ms-transition: 450ms 0s all ease;
    -o-transition: 450ms 0s all ease;
    transition: 450ms 0s all ease;
}
.adv_cont .advclick h3{
    color: #ee1c25;
    background: url("../images/advline.png") no-repeat 65px center;
}
.adv_cont li a div b{
    font-size: 16px;
    line-height: 28px;
    font-weight: normal;
    color: #4b4b4b;
}
.adv_cont .advclick div b{
    font-weight: bold;
    color: #ee1c25;
}
.adv_cont a div p{
    font-size: 14px;
    color: #464646;
    line-height: 22px;
    margin-top: 5px;
    -webkit-transition: 450ms 0s all ease;
    -moz-transition: 450ms 0s all ease;
    -ms-transition: 450ms 0s all ease;
    -o-transition: 450ms 0s all ease;
    transition: 450ms 0s all ease;
}
.adv_cont a div p{
    opacity:0;
}
.adv_cont .advclick a div p{
    opacity:1;
}

/*news*/
.news{
    background: #f8f8f8;
    padding-bottom: 5px;
}
.news ul li{
    float:left;
}
.news ul li a{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 300px;
    border:1px solid #d5d5d5;
    border-right:0;
    padding:37px 26px;
    -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{
    background: #ee1c25;
}
.news ul li:last-of-type a{
    border-right:1px solid #d5d5d5;
}
.news ul li a small{
    font-size: 14px;
    color: #aaa9a9;
    -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 h4{
    font-size:18px;
    color: #484848;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -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 i{
    display: block;
    width: 32px;
    height: 2px;
    background: #ee1c25;
    margin-top: 10px;
    margin-bottom: 25px;
    -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 i{
    background: #fff;
}
.news ul li a b{
    width: 100%;
    height: 157px;
}
.news ul li a p{
    font-size:14px;
    color: #808080;
    line-height: 25px;
    margin-top: 20px;
    margin-bottom: 25px;
    -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 span{
    display: block;
    width: 104px;
    height: 26px;
    background: url("../images/more.png") no-repeat center;
    border:1px solid #ee1c25;
    -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 span{
    border:1px solid #fff;
    background:url("../images/mores.png") no-repeat center;
}
.news ul li a:hover small,.news ul li a:hover h4,.news ul li a:hover p{
    color: #fff;
}
/*footer*/
#footer{
    overflow: hidden;
    background: #202125;
    padding-top: 68px;
}
.fot_nav{
    float:left;
    width: 390px;
}
.fot_nav img{
    margin-bottom: 52px;
}
.fot_nav a{
    display: block;
    width: 108px;
    float:left;
    font-size: 14px;
    color: #aaaaaa;
    margin-bottom: 11px;
    -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_nav a:hover{
    color: #fff;
}
.fot_nav a:nth-of-type(4n){
    width: 65px;
}

.code{
    float:left;
    width: 475px;
    text-align: center;
    font-size: 14px;
    color: #aaaaaa;
}
.code img{
    width: 105px;
}
.fot_right{
    float:right;
    width: 332px;
}
.fot_right img{
    margin-bottom:24px;
}
.fot_right p{
    float:left;
    font-size: 14px;
    color: #949495;
    margin-bottom: 12px;
}
.fot_right p:nth-of-type(2n){
    float:right;
}

.fot_bottom{
    line-height: 45px;
    border-top:1px solid #292a2e;
}
.fot_bottom p,.fot_bottom a{
    float:left;
    font-size: 14px;
    color: #4a4b4d;
}
.login{
    float:right;
}