@charset "UTF-8";
a,a:hover {
    text-decoration: none;
}

img {
    margin: 0;
    border: 0;
}

table {
    border-collapse: collapse;
}

html {
    overflow-y: scroll;
}

::selection {
    background: #A4D6F5;
}

::-moz-selection {
    background: #A4D6F5;
}

.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    content: "";
}
/*新增2016-12.26*/
	.hd-wd,.hd-wd1{
        width: 100%;
        height: 116px;
        background: url(../img/top/hd-wd.png) no-repeat center;
        background-size: cover;
        animation:showdown 1s ease-in-out;
        -webkit-animation: showdown 1s ease-in-out;
        transition:margin-top 0.5s;
        -webkit-transition:margin-top 0.5s;
        position: relative;
        top: 0; 
        z-index: 1000;
    }
    @keyframes showdown{
        from{margin-top: -116px;}
        to{margin-top: 0;}
    }
    @-webkit-keyframes showdown{
        from{margin-top: -116px;}
        to{margin-top: 0;}
    }
    .hd-wd .wd-box,.hd-wd1 .wd-box{
        width: 660px;
        margin: 0 auto;
        height: 70px;
        position: relative;
        top: 24px
    }
    .wd-box .wd-des{
        width: 530px;
        height: 70px;
        position: absolute;
        top: 0;
        left: 0;
    }
    .wd-box .wd-des h1{
        font-size: 42px;
        line-height: 50px;
        color: #ffffff;
    }
    .wd-box .wd-des h6{
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #ffffff;
    }
    .wd-box a{
        display: block;
        width: 150px;
        height: 44px;
        border: 2px #ffffff solid;
        position: absolute;
        top: 12px;
        left: 550px;
        font-size: 24px;
        line-height: 44px;
        color: #ffffff;
        padding-left: 20px;
        overflow: hidden;
        animation: hdbtn 2s ease-in-out infinite; 
        -webkit-animation: hdbtn 2s ease-in-out infinite; 
    }
    .wd-box a img{
        width: 14px;
        height: 16px;
        margin-left: 16px;
    }   
    @keyframes hdbtn{
        0%{
            border: 2px #ffffff solid;
        }
        50%{
            border: 2px #ef7d0a solid;
        }
        100%{
            border: 2px #ffffff solid;
        }
    }
    @-webkit-keyframes hdbtn{
        0%{
            border: 2px #ffffff solid;
        }
        50%{
            border: 2px #ef7d0a solid;
        }
        100%{
            border: 2px #ffffff solid;
        }
    }
    .wd-box i{
        position: absolute;
        top: -18px;
        right: -254px;
        font-size: 25px;
        display:block;
        color: #ffffff;
        cursor: pointer;
        animation:shutI 1s ease-in-out infinite;
        -webkit-animation: shutI 1s ease-in-out infinite;
    }
@keyframes shutI{
    0%{color: #ffffff}
    50%{color: #D2BDBD}
    100%{color: #ffffff}
}
@-webkit-keyframes shutI{
    0%{color: #ffffff}
    50%{color: #D2BDBD}
    100%{color: #ffffff}
}



/*head*/
#header,#header1{
    width: 100%;
    min-width: 1200px;
    height: 70px;
    overflow: hidden;
    position: relative;
    top: 0; 
    z-index: 999;
    background: #fff;
    -webkit-transition: height 0.6s;
    -moz-transition: height 0.6s;
    -ms-transition: height 0.6s;
    -o-transition: height 0.6s;
    transition: height 0.6s;
}
#header #logo,#header1 #logo{
    width: 320px;
    height: 100%;
    margin-left: 20px;
    float: left;
}
#logo img{
    height: 100%;
    -webkit-transition: transform 1s;
    -moz-transition: transform 1s;
    -ms-transition: transform 1s;
    -o-transition: transform 1s;
    transition: transform 1s;
}
#logo:hover img{
    -webkit-transform: scaleX(0.95) scaleY(0.95);
    -moz-transform: scaleX(0.95) scaleY(0.95);
    -ms-transform: scaleX(0.95) scaleY(0.95);
    -o-transform: scaleX(0.95) scaleY(0.95);
    transform: scaleX(0.95) scaleY(0.95);
}
#header #nav,#header1 #nav{
    width: 780px;
    height: 100%;
    margin-right: 20px;
    text-align: right;
    float: right;
    position: relative;
}
#nav a{
    font-size: 16px;
    line-height: 70px;
    height: 70px;
    display: inline-block;
    color: #333333;
    margin: 0 10px;
    -webkit-transition: 0.3s ,color 0.5s;
    -moz-transition: 0.3s ,color 0.5s;
    transition: 0.3s ,color 0.5s;
}
#nav a:hover{
    color: #F07800;
    font-weight:500
}
#nav a img{
    margin: 0;
    padding: 0;
    height: 38%;
    position: relative;
    top: -2px;
    display: inline-block;
    vertical-align: middle;
}
#nav .lineUpp{
    height: 4px;
    background: #ee7500;
    position: absolute;
    top: 0;
    left: 12px;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    transition: left 0.3s;
}

/*foot*/
.bottom_toPh {
    width: 100%;
    height: 46px;
    background: #ee7800;
    text-align: center;
}

.bottom_toPh span {
    color: #fff;
    font-size: 15px;
    line-height: 46px;
}

.bottom_toPh .w11_left {
    display: inline-block;
    margin-left: -8px;
    padding-left: 20px;
    background: url(../img/w11_left.png) no-repeat left;
}

.bottom_toPh .w11_right {
    display: inline-block;
    margin-left: 40px;
    padding-left: 20px;
    background: url(../img/w11_right.png) no-repeat left;
}

.p30_mw1200 {
    padding: 20px 0;
    min-width: 75pc;
    background: #FF9900;
}

.pw1200 {
    margin: 0 auto;
    width: 75pc;
}

.br_bl {
    padding: 0 35px;
}

.br_bk1,.br_bl,.br_p045 {
    border-right: 1px solid #DB8402;
}

.br_p045 {
    padding: 0 45px;
}

.right_phone {
    padding-left: 24px;
    background: url(../img/zx_1.png) no-repeat left;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 24px;
}

.bottom_phone {
    color: #fff;
    font-size: 15px;
    line-height: 30px;
}

.color_1 {
    color: #fff;
}


.color_1 b { font-size:14px; font-family: Verdana, Arial, Helvetica, sans-serif} 

.zx_h30 {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 30px;
}

.zx_h30 a:link,.zx_h30 a:visited {
    color: #fff;
    text-decoration: none;
}

.zx_h30 a:hover {
    color: #444;
}

.zx_2 {
    background: url(../img/zx_2.png) no-repeat left;
}

.zx_2,.zx_3 {
    padding-left: 24px;
}

.zx_3 {
    background: url(../img/zx_3.png) no-repeat left;
}

.p045 {
    padding: 0 45px;
}

.bottom_right_font {
    margin-top: 5px;
    height: 20px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.bottom_title {
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 30px;
}

.bottom_show {
    line-height: 24px;
}

.bottom_show,.bottom_show a:link,.bottom_show a:visited {
    color: #fff; font-size:13px;
}

.bottom_show a:hover {
    color: #444;
}

.beian1 {
    padding: 10px 0;
    width: 100%;
    height: 90px;
    background: #FF9900;
    text-align: center;
    font-weight: 100;
    font-size: 18px;
    line-height: 24px;
}

.beian1,.beian1 a {
    color: #fff; font-size:12px;
}

.beian1 a:hover {
    color: #ee7800;
}

.flip-out:before {
    content: "";
}

.flip-box {
    position: absolute;
    top: -20pc;
    left: 20px;
    z-index: 999;
    display: block;
    width: 75pt;
    height: 20pc;
    opacity: 1;
}

.flip-box .flip-inner {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
}

.S3d {
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    perspective: 225pc;
    -webkit-perspective: 225pc;
    -moz-perspective: 225pc;
}

.filp-Tab1 {
    top: 0;
    display: none;
    height: 189px;
    background: url(../img/q1.png?2016) center center no-repeat;
}

.filp-Tab1,.filp-Tab2,.filp-Tab3 {
    position: absolute;
    left: 0;
    width: 75pt;
    cursor: pointer;
}

.filp-Tab2,.filp-Tab3 {
    display: block;
}

.filp-Tab2 {
    top: 189px;
    height: 121px;
    background: url(../img/q2.png?2016) top center no-repeat;
    -webkit-transform: rotateX(-91deg);
    transform: rotateX(-91deg);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

.TabShow {
    animation: filpShow 3s forwards;
    -webkit-animation: filpShow 3s forwards;
    -moz-animation: filpShow 3s forwards;
}

.filp-Tab3 {
    top: 121px;
    height: 87pt;
    background: url(../img/q3.png?2016) top center no-repeat;
    -webkit-transform: rotateX(-80deg);
    transform: rotateX(-80deg);
    -webkit-transform-origin: top center;
    transform-origin: top center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
}

@keyframes filpShow {
    50% {
        -webkit-transform: rotateX(60deg);
        transform: rotateX(60deg);
    }

    to {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
}

@-webkit-keyframes filpShow {
    50% {
        -webkit-transform: rotateX(60deg);
        transform: rotateX(60deg);
    }

    to {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
    }
}

.flip-out {
    position: absolute;
    top: 15px;
    right: -24px;
    display: none;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(0,0,0,.5);
    cursor: pointer;
}

.flip-out:after,.flip-out:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    margin: -8px 0 0 -1px;
    width: 2px;
    height: 1pc;
    background: #fff;
}

.flip-out:before {
    border-radius: 4px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.flip-out:after {
    border-radius: 4px;
    content: " ";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.floatRight1 {
    position: absolute;
    top: -300px;
    right: 90px;
    z-index: 1000;
    width: 90px;
    height: 300px;
}

.floatRight1 .fun,.floatRight1 .fun3 {
    display: block;
    margin-bottom: 1px;
    height: 70px;
    -webkit-transition: all .6s;
    transition: all .6s;
}

.floatRight1 .fun {
    float: right;
    width: 90px;
}

.floatRight1 .fun3 {
    position: relative;
    right: 0;
    overflow: hidden;
    width: 90px;
    cursor: pointer;
}

.floatRight1 .iv1 {
    position: relative;
    background: url(../img/zx.png) no-repeat center 10px #fe3509;
}

.floatRight1 .iv2 {
    position: relative;
    background: url(../img/qq.png) no-repeat center 10px #26c540;
}

.floatRight1 .iv3 {
    position: relative;
    height: 70px;
    background: url(../img/ph.png) no-repeat 30px 10px #09c;
}

.floatRight1 .iv4 {
    position: relative;
    background: url(../img/bm.png) no-repeat center 10px #e93c8c;
}

.floatRight1 .iv1:hover,.floatRight1 .iv2:hover,.floatRight1 .iv4:hover {
    width: 75pt;
}

.floatRight1 .fun3 span {
    position: absolute;
    top: 40px;
    left: 10px;
    display: block;
    color: #fff;
    font-size: 17px;
}

.floatRight1 .fun3-box {
    position: absolute;
    left: 15pc;
    width: 330px;
    height: 70px;
    -webkit-transition: left .6s;
    transition: left .6s;
}

.floatRight1 .fun3-box:hover {
    left: 0;
}

.floatRight1 .iv1-nub {
    position: absolute;
    top: 6px;
    right: 28%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: red;
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 20px;
}

.floatRight1 span {
    position: relative;
    top: 40px;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 17px;
}

.floatRight1 .fun3 .iv3-tel {
    position: absolute;
    top: 0;
    left: 90px;
    width: 15pc;
    height: 70px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    background: #09c;
}

.floatRight1 .iv3-tel #cb_num_tel {
    margin-left: 0;
    width: 140px;
    border: none;
    border-bottom-left-radius: 15px;
    border-top-left-radius: 15px;
    background: #fff;
    color: #333;
    font-size: 13px;
}

.floatRight1 .iv3-tel #cb_num_tel,.floatRight1 .iv3-tel #cb_sub {
    float: left;
    margin-top: 15px;
    height: 40px;
    text-align: center;
    line-height: 40px;
}

.floatRight1 .iv3-tel #cb_sub {
    margin-left: 1px;
    width: 5pc;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #0c81a9;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.floatRight1 .fun3-box:hover #cb_sub {
    display: block;
}

.floatRight2 {
    position: absolute;
    top: -300px;
    right: 36px;
    z-index: 1000;
    display: block;
    width: 40px;
    height: 90pt;
    background: url(../img/fl.png) no-repeat left bottom;
}

.floatRight2 .fd01 {
    display: block;
    width: 40px;
    height: 40px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 40px;
}

.floatRight2 .fd01:hover {
    background: #ffe401;
    color: #000;
}

.floatRight2 .fd02 {
    display: block;
    width: 40px;
    height: 40px;
}

.chat-swt,.relpy1,.relpy1 .relpy1-1,.tcbox {
    overflow: hidden;
}

/*///////////////////////////////////// 1366 ///////*/
@media screen and (max-width:1600px) {
    .tcbox {
        margin: -220px 0 0 -253px!important;
        width: 460px!important;
        height: 360px!important;
    }
    .tcbox .tcc1 {
	    height: 55px!important;
	}

	.tcbox .tcc1 p {
	    height: 55px!important;
	    font-size: 17px!important;
	    line-height: 55px!important;
	}

    .tcbox .tcbanner {
        height: 200px!important;
        background: url(../img/m1600.jpg) center center no-repeat!important;
    }
    .tcbox .tcchat {
        height: 34px!important;
    }
    .tcbox .tcchat .tcczx {
        height: 34px!important;
        font-size: 17px!important;
        line-height: 34px!important;
        background: url(../img/a.png) no-repeat 85pt center #fff!important;
    }
    .tcbox .tcchat .phone-info {
        left: 167px!important;
    }
    .tcbox .tcchat .phone-info input,.tcbox .tcchat .phone-info a {
        height: 27px!important;
        line-height: 27px!important;
    }
    .tcbox .tctext1 .tctextinner {
        width: 332px!important;
        height: 60px!important;
    }
    .tcbox .tctext1 .tctextinner .textarea {
        width: 320px!important;
        height: 50px!important;
        max-height: 50px!important;
    }
   .tcbox .tctext1 a {
        height: 52px!important;
    }
    .tcbut {
        background: #a70007;
        font-size: 19px!important;
        line-height: 60px!important;
    }

    .tcbut2 {
        background: #ff8400;
        font-size:17px!important;
        line-height:26px!important;
    }
    .tcchat .short-link a{
        padding:5px 5px!important;
    }
    .tcchat .short-link a:nth-child(3){
        padding: 5px 0 10px 10px;
    }
    
   /*right*/
    .floatRight{display:none!important}
	.floatleft1{display:none!important}
    .smallwidth{
        width:60px;
        height:120px;
        position:fixed;
        top:30%;
        right:0;
		margin-top:-10px;
        display:block!important;
		z-index:100;
        animation:show 0.5s linear;
        -webkit-animation:show 0.5s linear;
    }
    .smallwidth img{
        width:30px;
        height:30px;
        padding-top:10px;
        padding-left:15px;
        box-sizing: initial;
    }
    .smallwidth .pub{
        width:60px;
        height:50px;
        margin-bottom:2px;
		border-radius:10px;
		position:relative;

    }
	@keyframes show{
		0%{
			right:-60px;
		}
		100%{
			right:0;
		}
	}
	@-webkit-keyframes show{
		0%{
			right:-60px;
		}
		100%{
			right:0;
		}
	}
    .zx{
        background:#fe3509;
    }
    .zx-nub {
        position: absolute;
        top: 8px;
        right: 20%;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: red;
        color: #fff;
        text-align: center;
        font-size: 10px;
        line-height: 20px;
    }
    .qq{
        background:#26C540;
		padding-left:0
    }
    .ph{
        background:#0099CC;
        transition:left 0.6s;
		-webkit-transition:left 0.6s;
        left: 0
    }
    .bm{
        background:#E93C8C;
    }
	.fh{
		background:#26C540;
	}
    .ph:hover{
        left:-200px;
		width:200px
    }
    .ph-img{
        width:60px;
        height:50px;
        position:absolute;
        left:0;
    }
	
    .ph-box{
        width:200px;
        height:50px;
        background:#1484A9;
        position:absolute;
        left:60px;
		border-top-right-radius:10px;
		border-bottom-right-radius:10px
    }
    .ph-box span{
        font-size:15px;
        line-height:50px;
        margin-left:10px;
        color:#ffffff;
    }

}

@media screen and (max-width:1340px) {
	.smallwidth{display:none!important;}
}
/*////////////////////////////////////////////*/
.tcbox {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 99;
    display: none;
    margin: -202px 0 0 -253px;
    width: 506px;
    height: 412px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0 0 1pc #afafaf;
    opacity: 0;
}
.tcbox .tcc1 {
    width: 100%;
    height: 63px;
    background: url(../img/chatico.png) 14px center no-repeat;
}
.tcbox .tcc1 p {
    margin-left: 65px;
    height: 63px;
    color: #000;
    font-size: 1pc;
    line-height: 63px;
}
.tcbox .tcc1 p span {
    color: #f76d02;
}
.tcbox .boxout {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 22px;
    height: 22px;
    background: url(../img/out.png) center center no-repeat;
    cursor: pointer;
    -webkit-transition: .6s;
    transition: .6s;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -ms-transition: .6s;
    -ms-transform: rotate(0);
}
.tcbox .boxout:hover {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -ms-transform: rotate(180deg);
}
.tcbox .tcbanner {
    width: 100%;
    height: 214px;
    background: url(../img/1600.jpg) center center no-repeat;
}
.tcbox .tcchat {
    position: relative;
    margin: 0 auto;
    width: 94%;
    height: 50px;
    color: #000;
}
/*update-2016.12.14*/
.tcchat .short-link {
    float: right;
}
.tcchat .short-link a{
    display: block;
    background-color: #ffffff!important;
    padding: 10px 5px;
    float: left;
    position: relative;
}
.tcchat .short-link a:nth-child(3){
    padding: 10px 0 10px 10px;
}
.tcchat .short-link i{
    color: #666666;
    font-size: 16px;
}
.tcchat .short-link span{
    color: #666666;
    font-size: 18px;
    margin-left: 5px;
}
.tcchat .short-link .wechat{
    width: 90px;
    height: 90px;
    position: absolute;
    top: 0px;
    left: -4px;
    opacity: 0;
    transition: all .6s;
}
.tcchat .short-link a:hover b{
    top: -45px;
    opacity: 1;
}


/*
old-2016.12.14
.tcbox .tcchat .phone-info {
    position: absolute;
    top: 4px;
    left: 210px;
    height: 42px;
}
.tcbox .tcchat .phone-info input {
    float: left;
    overflow: hidden;
    box-sizing: border-box;
    padding: 7px 0 7px 9pt;
    width: 175px;
    height: 40px;
    border: none;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    background: rgba(0,0,0,.4);
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    opacity: .6;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}
.tcbox .tcchat .phone-info a {
    float: left;
    width: 90px;
    height: 40px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background: #292929;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    line-height: 40px;
    cursor: pointer;
}
.tcbox .tcchat .phone-info a:hover {
    background: #000;
    font-size: 13px;
}*/
/*update-2016.12.14*/
.tcbox .tctext1{
    position: relative;
}
.tcbox .tctext1 .tctextinner{
    width: 380px;
    position: absolute;
    left: 0;
    height: 70px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px; 
    box-shadow: 0 0 4px rgba(9,2,4,.3) inset;
}
.tcbox .tctext1 .tctextinner .textarea{
    width: 365px;
    max-width: 365px;
}
.cccbut{
    position: absolute;
    right: 0
}
.tcbox .tctext1 a{
    width: 100px;
    height: 62px;
    border-radius: noen;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.tcbut{
   line-height: 1.3!important;
}
/*----end----*/
.tcbox .tcchat .tcczx {
    float: left;
    width: 200px;
    height: 50px;
    background: url(../img/a.png) 90pt center no-repeat #fff;
    color: #424242;
    font-size: 18px;
    line-height: 50px;
}
.tcbox .tcchat .tcclist {
    float: right;
    height: 40px;
    line-height: 40px;
}
.tcbox .tcchat .tcclist li {
    float: left;
    width: 70px;
    height: 40px;
    background-position: 17px center;
    background-repeat: no-repeat;
    list-style: none;
    text-align: right;
}
.tcbox .tctext1 {
    margin: 0 auto;
    width: 94%;
    height: 70px;
}
.tcbox .tctext1 .tctextinner {
    /*float: left;*/
    /*width: 300px;*/
    height: 70px;
    /*border-radius: 10px;*/
    box-shadow: 0 0 4px rgba(9,2,4,.3) inset;
}
button,input,keygen,select,textarea {
    display: inline-block;
    margin: 0;
    color: initial;
    text-align: start;
    text-indent: 0;
    text-transform: none;
    text-shadow: none;
    word-spacing: normal;
    letter-spacing: normal;
    font: 13.33px Arial;
    text-rendering: auto;
}
.relpy1 .relpy1-2,.tcbox .tctext1 a {
    text-align: center;
    text-decoration: none;
}
.tcbox .tctext1 .tctextinner .textarea {
    float: left;
    display: inline;
    box-sizing: border-box;
    margin: 5px;
    padding: 3px 0 0 3px;
    /*width: 290px;*/
    height: 60px;
    /*max-width: 290px;*/
    max-height: 60px;
    outline: 0;
    border: none;
    background-color: #fff;
    color: #cacaca;
    font-size: 14px;
    line-height: 1.5;
}
.cccbut {
    /*float: right;*/
    height: 70px;
}
.tcbox .tctext1 a {
    float: left;
    display: block;
    /*width: 5pc;*/
    /*height: 70px;*/
    /*border-radius: 5px;*/
    color: #fff;
    -webkit-transition: .4s;
    transition: .4s;
    -ms-transition: .4s;
}
.tcbut {
    background: #26c540;
    font-size: 20px;
    /*line-height: 70px;*/
}
.tcbut2 {
    background: #ff8400;
    font-size:18px;
    line-height:30px;
}
.tcbut2 .tcsp1{
    position:relative; 
    top:6px;
}
.tcbut:hover {
    background: #19ae32;
}
.tcbut2:hover {
    background: #e47600;
}
.chat-swt {
    position: fixed;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    display: none;
    width: 330px;
    height: 260px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 35px #000;
}
.chat-box {
    position: relative;
    width: 100%;
    height: 27px;
}
.chat-box .chat-box-1 {
    float: left;
    display: inline-block;
    width: 100%;
    height: 27px;
    background-color: #3d3f4b;
    color: #888991;
    text-indent: 1pc;
    font-size: 15px;
    font-family: Microsoft yahei;
    line-height: 27px;
}
.chat-box .chat-box-2 {
    position: absolute;
    top: 3px;
    right: 3px;
    display: block;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #2a2c38;
    -webkit-transition: transform .6s;
    transition: transform .6s;
    moz-border-radius: 50%;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -ms-transition: transform .6s;
}
.chat-box .chat-box-2:after,.chat-box .chat-box-2:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -7px;
    width: 14px;
    height: 1px;
    content: '';
}
.chat-box .chat-box-2:hover {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
}
.chat-box .chat-box-2:before {
    background: #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.chat-box .chat-box-2:after {
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.chat-chat1 {
    position: relative;
    width: 100%;
    height: 71px;
    background: #fff;
}
.chat-chat1 .chat-chat1-1 {
    position: absolute;
    top: 10px;
    left: 30%;
    margin-left: -82px;
    padding: 4px;
    width: 260px;
    height: 43px;
    border-radius: 6px;
    background-color: #ee7800;
    color: #fff;
    text-indent: 10px;
    font-size: 14px;
}
.chat-chat1 .chat-chat1-1 .chat-chat1-1-1 {
    position: absolute;
    top: 8px;
    left: -7px;
    width: 7px;
    height: 5px;
    background: url(../img/left.jpg) center center no-repeat;
}
.relpy1 {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 63px;
    background: #8c8c8c;
}
.relpy1 .relpy1-1 {
    float: left;
    display: inline;
    box-sizing: content-box;
    margin: 7px 0 0 9px;
    padding: 3px 6px 0;
    width: 245px;
    height: 43px;
    border-radius: 10px;
    background-color: #fff;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
}
.relpy1 .relpy1-1 textarea {
    float: left;
    display: block;
    width: 100%;
    height: 100%;
    max-height: 43px;
    outline: 0;
    border: none;
    background-color: #fff;
    color: #666;
    font-size: 14px;
    line-height: 21px;
}
.relpy1 .relpy1-2 {
    float: left;
    display: inline;
    box-sizing: content-box;
    margin-top: 7px;
    margin-left: 2px;
    padding: 8px 3px 0;
    width: 46px;
    height: 38px;
    border-radius: 10px;
    background-color: #171923;
    color: #fff;
    line-height: 14px;
    -ms-box-sizing: content-box;
    -o-box-sizing: content-box;
}
.relpy1 .relpy1-2 .relpy1-2-1 {
    font-size: 14px;
}
.relpy1 .relpy1-2 .relpy1-2-2 {
    font-size: 9pt;
}
.TcShow {
    -webkit-animation: TcShow1 1.3s both;
    animation: TcShow1 1.3s both;
}

@keyframes TcShow1 {
    0% {
        -webkit-transform: translate3d(0,-300%,0);
        transform: translate3d(0,-300%,0);
    }
    50% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        -webkit-transform: none;
        transform: none;
    }
}
@-webkit-keyframes TcShow1 {
    0% {
        -webkit-transform: translate3d(0,-300%,0);
        transform: translate3d(0,-300%,0);
    }
    50% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}
.TcOut {
    -webkit-animation: TcOut1 1.3s both;
    animation: TcOut1 1.3s both;
}
@keyframes TcOut1 {
    50% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }

    to {
        -webkit-transform: translate3d(0,300%,0);
        transform: translate3d(0,300%,0);
    }
}
@-webkit-keyframes TcOut1 {
    50% {
        -webkit-transform: rotate(-4deg);
        transform: rotate(-4deg);
    }

    to {
        -webkit-transform: translate3d(0,300%,0);
        transform: translate3d(0,300%,0);
    }
}
/*bottom-consult*/
.bottom-consult{
    width: 100%;
    height: 80px;
    position: fixed;
    bottom: 0;
    background-color: rgba(0,0,0,0.9);
    z-index: 100;
}
@media screen and (max-width:1600px) {
    .bottom-consult .consult{width: 890px!important;}
}
.bottom-consult .consult{
    width: 1100px;
    height: 80px;
    margin: 0 auto;
    position: relative;
}
.bottom-consult .consult-left{
    width: 260px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 15px;
    background: url(../img/btcs.png) no-repeat 0 0;
}
.bottom-consult .consult-right{
    width: 612px;
    height: 70px;
    position: absolute;
    right: 0;
    top: 10px
}
.bottom-consult .consult-right .right-ph{
    position: absolute;
    top: 5px;
    left: 0;
    height: 50px;
}
    .right-ph input{
    float: left;
    margin-top: 5px;
    text-align: center;
    margin-left: 0;
    width: 220px;
    height: 42px;
    font-size: 18px;
    border: none;
    border: 1px #ffffff solid;
    color: #ffffff;
    background-color: rgba(0,0,0,0);
    font-family: "Microsoft YaHei";
    }
    .right-ph .rt-btn{
        margin-left: -1px;
    width: 180px;
    height: 44px;
    text-decoration: none;
    cursor: pointer;
    background-color: #0099CC;
    float: left;
    margin-top: 5px;
    text-align: center;
    cursor: pointer;
}
/*bottom*/
.bottom-consult .consult-right i{
    float: left;
    margin-left: 25px;
    margin-top: 2px;
    font-size: 36px;
}
.bottom-consult .consult-right span{
    color: #ffffff;
    margin-right: 28px;
    float: right;
    display: block;
    cursor: pointer;
    font-size: 22px;
    line-height: 45px
}
.bottom-consult .consult-right .right-zx{
    height: 45px;
    width: 180px;
    position: absolute;
    left: 432px;
    top: 10px;
    background-color: #FE3509;
}
.bottom-consult .consult-right .right-zx i{
    margin-top: 5px
}
@keyframes swt{
    0%{background: #0c81a9;opacity: 1;}
    50%{background-color: #26c540;opacity: 0.7;}
    100%{background-color: #0c81a9;opacity: 1;}
}
@font-face {
  font-family: 'iconfont';
  src: url('//at.alicdn.com/t/font_ahiq4w2dk6nzsemi.eot');
  src: url('//at.alicdn.com/t/font_ahiq4w2dk6nzsemi.eot?#iefix') format('embedded-opentype'),
  url('//at.alicdn.com/t/font_ahiq4w2dk6nzsemi.woff') format('woff'),
  url('//at.alicdn.com/t/font_ahiq4w2dk6nzsemi.ttf') format('truetype'),
  url('//at.alicdn.com/t/font_ahiq4w2dk6nzsemi.svg#iconfont') format('svg');
}
.iconfont {
  font-family:"iconfont"!important;
  font-size:40px;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
}

