.header{
    height: 125px;
}
.hd-logo{
    position: absolute;
    left: 0;
    top: 24px;
}
.hd-search{
    width: 330px;
    position: absolute;
    top: 26px;
    right: 0;
}
.search{
    position: relative;
    float: left;
    width: 220px;
    height: 30px;
}
.search-input{
    width: 100%;
    border: 1px solid #cccdcd;
    border-radius: 15px;
    height: 28px;
    text-indent: 15px;
    outline: none;
}
.search-btn{
    position: absolute;
    right: 15px;
    top: 7px;
    display: block;
    width: 17px;
    height: 16px;
    background: url("../images/search-icon.png") no-repeat;
    cursor: pointer;
}
.hd-lang{
    position: relative;
    float: right;
    width: 80px;
}
.lang-cur{
    font-size: 1.2rem;
    line-height: 30px;
    vertical-align: middle;
    padding-right: 10px;
    cursor: pointer;
}
.lang-icon{
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    width: 11px;
    height: 7px;
    background: url("../images/lang-icon.png") no-repeat;
}
.lang-list{
    position: relative;
    z-index: 99;
    display: none;
    border-radius: 0 0 5px 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    overflow: hidden;
}
.lang-list li{
    background-color: #ffffff;
}
.lang-list li:hover{
    background-color: #fafafa;
}
.lang-list li>a{
    display: block;
    text-align: center;
    font-size: 1.2rem;
    line-height: 24px;
    color: #888888;
}
.hd-nav{
    position: absolute;
    right: 0;
    top: 80px;
}
.hd-nav>ul>li{
    position: relative;
    float: left;
    margin-left: 25px;
}
.hd-nav>ul>li::after{
    position: absolute;
    content: '';
    display: block;
    width: 100%;
    height: 5px;
    background-color: #ef2c34;
    bottom: -6px;
    transition: bottom .3s;
	z-index:-1;
}
.hd-nav>ul>li>a{
    display: block;
	height:45px;
    color: #666;
    font-size: 1.6rem;
    transition: border-bottom .3s ;
	z-index:999;
}
.hd-nav>ul>li:hover::after{
    bottom:0;
}
@media (max-width: 1210px) {
    .header{
        height: 100px;
    }
    .hd-logo{
        width: 200px;
    }
    .hd-search{
        top: 16px;
    }
    .hd-nav{
        top: 60px;
    }
    .hd-nav>ul>li{
        margin-left: 10px;
    }
    .hd-nav>ul>li>a{
        height: 40px;
        font-size: 1.4rem;
    }
}
@media (max-width: 760px) {
    .header{
        height: 50px;
    }
    .hd-logo{
        top: 9px;
        left: 7px;
        width: 150px;
    }
    .hd-search{
        width: 330px;
        position: absolute;
        top: 5px;
        right: 70px;
    }
    .search{
        position: relative;
        float: left;
        width: 220px;
        height: 30px;
        display: none;
    }
    .search-input{
        display: none;

    }
    .search-btn{
        position: absolute;
        right: 10px;
        top: 18px;
    }
    .hd-lang{
        position: absolute;
        right: 0;
        top: 10px;
        width: 80px;
    }
    .nav-logo{
        float: right;
        display: block;
        width: 50px;
        height: 50px;
        padding-top: 13px;
        box-sizing: border-box;
        cursor: pointer;
    }
    .nav-logo span{
        display:block;
        width: 25px;
        height: 4px;
        background-color: black;
        border-radius: 2px;
        margin: 4px auto;
    }
    .hd-nav{
        position: absolute;
        width: 100%;
        top: 50px;
        display: none;
        z-index: 99;
        border-radius: 0 0 5px 5px;
        box-shadow: 0 2px 5px rgba(0,0,0,.3);
        overflow: hidden;
    }
    .hd-nav>ul>li{
        float: none;
        margin-left: 0;
        background-color: #ffffff;
    }
    .hd-nav>ul>li::after{
        display: none;
    }
    .hd-nav>ul>li>a{
        height: 45px;
        line-height: 45px;
        color: #666;
        font-size: 1.6rem;
        transition: border-bottom .3s ;
        text-indent: 10px;
    }
    .hd-nav>ul>li:hover{
        background-color: #fafafa;
    }
}
/*脚部*/
.footer{
    position: relative;
    background: url("../images/ft-bg.png") no-repeat center;
    background-size: 100% 100%;
    padding : 50px 0 30px 0;
    color: #ffffff;
}
.ft-cont{
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}
.ft-box{
    display: flex;
    justify-content: space-between;
}
.ft-box>div{
    width: 25%;
}
.ft-box h3{
    font-size: 2rem;
    line-height: 40px;
}
.phone>p{
    font-size: 1.4rem;
    line-height: 28px;
    margin: 10px 0;
}
.ft-icon {
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 21px;
    overflow: hidden;
    margin-right: 10px;
}
.phone>p:nth-child(1) .ft-icon{
    background: url("../images/lxwm.png") no-repeat 0 0;
}
.phone>p:nth-child(2) .ft-icon{
    background: url("../images/lxwm.png") no-repeat 0 -48px;
}
.phone>p:nth-child(3) .ft-icon{
    background: url("../images/dianhua.png") no-repeat center;
}
.phone>p:nth-child(4) .ft-icon{
    background: url("../images/lxwm.png") no-repeat 0 -130px;
}
.phone>p:nth-child(5) .ft-icon{
    background: url("../images/lxwm.png") no-repeat 0 -209px;
}
.phone>p:last-child{
    margin: 40px 0;
    width: 80%;
}
.liuyan,.dianhua{
    width: 100%;
    height: 42px;
    background: url("../images/liuyan.png") no-repeat;
    margin-bottom: 10px;
    background-size: 100% 100%;
}
.liuyan label{
    line-height: 42px;
    margin-right: 35px;
    margin-left: 10px;
}
.liuyan input{
    background-color: transparent;
    outline: none;
}
.dianhua label{
    line-height: 42px;
    margin-right: 35px;
    margin-left: 10px;
}
.dianhua input{
    background-color: transparent;
    outline: none;
}
.xinxi{
    width: 100%;
    height: 84px;
    background: url("../images/xinxi.png") no-repeat;
    background-size: 100% 100%;
    margin-bottom: 10px;
}
.xinxi label{
    line-height: 42px;
    margin-right: 35px;
    margin-left: 10px;
}
.xinxi textarea{
    background-color: transparent;
    outline: none;
    width: 100%;
    height: 70px;
    border: none;
    resize: none;
	margin-top:-30px;
	padding-left:70px;
}
.tijiao input{
    width: 100%;
    height: 42px;
    background: url("../images/tijiao.png") no-repeat;
    background-size: 100% 100%;
    text-align: left;
    text-indent: 25px;
}
.ft-nav{
    padding: 0 60px;
}
.ft-nav ul{
    margin-top: 10px;
}
.ft-nav li{
    position: relative;
    height: 40px;
}
.ft-nav li a{
    float: left;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
}
.ft-nav li span{
    float: right;
    line-height: 40px;
}
.weixin img{

    margin: 10px 0;
}
.ft-ft{
    text-align: center;
    width: 95%;
    margin: 50px auto 0 auto;
    color: #999999;
}
.ft-ft a{
    color: #999999;
}
@media (max-width: 1210px){
    .ft-box{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .ft-box>div{
        width: 45%;
    }
    .ft-nav{
        padding: 0;
    }
}
@media (max-width: 760px){
    .footer{
        padding : 10px 0;
    }
    .ft-box>div{
        width: 95%;
        margin-bottom: 15px;
    }
    .ft-nav{
        display: none;
    }
    .ft-ft{
        margin: 20px auto 0 auto;
    }
    .phone>p:last-child{
        margin: 0;
        width: 95%;
    }
}
/*内页公共部分*/
.com-content{
    padding: 55px 0 40px 0;
}
.com-left{
    width: 100%;
}
.left-head{
    position: relative;
    color: #ffffff;
    width: 100%;
    height: 87px;
    background: url("../images/gsjj.png") no-repeat;
    background-size: 100% 100%;
    border: 1px solid #e4e4e4;
    border-bottom: none;
    overflow: hidden;
}
.left-head>i{
    font-style: normal;
    position: absolute;
    font-size: 51px;
    top: 5px;
    left: 20px;
}
.left-head>h3{
    position: relative;
    font-size: 1.8rem;
    top: 25px;
    left: 60px;
}
.left-head>p{
    position: relative;
    font-size: 1.2rem;
    top: 25px;
    left: 60px;
}
.head2{
    background: url("../images/lxwm-head.png") no-repeat;
    background-size: 100% 100%;
}
.left-list{
    margin-bottom: 30px;
}
.left-list li{
    position: relative;
    width: 100%;
    height: 52px;
    box-sizing: border-box;
    line-height: 52px;
    border: 1px solid #e4e4e4;
    border-top: none;
}
.left-list li a{
    display: block;
    color: #434343;
    font-size: 1.4rem;
    text-indent: 40px;
    box-sizing: border-box;
    border-left: 5px solid transparent;
    transition: .3s;
}
.left-list li a.active{
    background-color: #b52b2d;
    border-left: 5px solid #8c2b2d;
    color: #ffffff;
}
.left-list li a:hover{
    background-color: #b52b2d;
    border-left: 5px solid #8c2b2d;
    color: #ffffff;
}
.left-list li i{
    position: absolute;
    display: block;
    border-left: 4px solid #a2a2a2;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    top: 23px;
    left: 18px;
}
.lxwm-text{
    position: relative;
    color: #454545;
    border: 1px solid #e4e4e4;
    border-bottom: 5px solid #9c0000;
    padding-bottom: 40px;
}
.lxwm-1{
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    display: block;
    margin: 10px 0;
    background: url("../images/lxwm-1.png") no-repeat;
    width: 167px;
    height: 54px;
}
.lxwm-text>p{
    padding-left: 24px;
    font-size: 1.4rem;
    line-height: 28px;
}
.lxwm-text>p>span{
    float: left;
}
.dizhi{
    width: 170px;
}
.lxwm-2{
    display: block;
    position: absolute;
    left: 50%;
    top: 90%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: url("../images/lxwm-2.png");
    width: 52px;
    height: 53px;
}
@media (max-width: 1200px){
    .lxwm-text>p{
        padding-left: 0;
    }
    .lxwm-text>p>span{
        float: none;
    }
    .lxwm-text{
        text-align: center;
    }
}
@media (max-width: 768px){
    .com-content{
        padding: 20px 0 ;
    }
    .com-right{
        margin-top: 36px;
    }
    .right-head p{
        display: none;
    }
}
.com-right{
    border: 1px solid #f8f8f8;
    border-top: none;
}
.right-head{
    width: 100%;
    height: 77px;
    background: url("../images/jianjie.png") no-repeat;
    background-size: 100% 100%;
    border-top: 1px solid #eeeeee;
    line-height: 65px;
}
.right-head h3{
    float: left;
    font-size: 2.8rem;
    color: #333333;
    font-weight: 600;
    border-right:2px solid #f4f4f4;
    line-height: 65px;
    padding: 0 30px;
}
.right-head p{
    float: right;
    margin-right: 35px;
}
.right-head p .home-icon{
    display: inline-block;
    width: 18px;
    height: 17px;;
    background: url("../images/home-icon.png") no-repeat;
    vertical-align: middle;
    margin-right: 8px;
}
.right-head p span{
    color: #888;
    vertical-align: middle;
    margin:0 2px;
}
.right-head p a{
    color: #888;
    vertical-align: middle;
}
.right-head p em{
    font-style: normal;
    vertical-align: middle;
}
