
.top_bg {
    height: 120px;
    position: relative;
    z-index: 20;
}

.header {
    width: 90%;
    margin: 0 auto;
}

.header .isear {
    right: 5px;
    position: absolute;
    top: 135px;
    width: 25px;
    height: 25px;
    z-index: 20;
}

.header .isear .icon {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../image/s_so.gif) no-repeat 50% 50%;
    cursor: pointer;
    -webkit-transition: transform .3s;
    transition: transform .3s;
    float: right;
}

.header .isear .icon:hover {
    -webkit-transform: translate(-10px, 0);
    transform: translate(10px, 0);
}

.header .isearch {
    position: absolute;
    right: 0;
    top: 41px;
    padding: 5px;
    background-color: #f3f3f3;
    width: 295px;
    height: 30px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    z-index: 5;
    transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: all .5s;
    transition: all .5s;
}

.header .isearch .ser_inp {
    display: block;
    float: left;
    width: 204px;
    height: 16px;
    line-height: 16px;
    padding: 7px 10px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    position: relative;
    border: none;
}

.header .isearch .ser_so {
    cursor: pointer;
    display: block;
    float: left;
    width: 70px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    background-color: rgb(31, 135, 232);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    position: relative;
    color: #fff;
    border: none;
}

.header .isearch:before {
    content: '';
    position: absolute;
    display: block;
    border: 5px solid transparent;
    border-right: 7px solid #f68100;
    z-index: 3;
    right: 75px;
    top: 16px;
}

.header .isear.open .isearch {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}

.header .isear .icon:hover {
    -webkit-animation: hvr-buzz-out 0.75s linear;
    animation: hvr-buzz-out 0.75s linear;
}

input::-webkit-input-placeholder {
    color: #666;
}

.h_con {
    height: 130px;
    padding: 0px 0 0;
    overflow: hidden;
}

.h_con h1 {
    float: left;
    width: 100px;
    padding: 10px 0px 0 0;
}

.h_con h1 img {
    width: 100px;
    height: 100px;
}

.h_con .h_dw {
    float: left;
    padding: 5px 0 0;
    font-size: 16px;
    color: #333;
    line-height: 40px;
    padding: 20px 20px;
}

.h_dw span {
    display: block;
    font-size: 30px;
    color: rgb(31, 135, 232);
}

.h_dw i {
    color: rgb(31, 135, 232);
}

.h_tel {
    float: left;
    padding: 0px 0 0 60px;
    font-size: 14px;
    color: rgb(31, 135, 232);
    line-height: 28px;
    background: url(../image/tel.gif) no-repeat 0 28px;
    padding: 28px 0 28px 50px;
}

.h_tel b {
    display: block;
    font-size: 20px;
}

.h_code {
    width: 110px;
    float: right;
    line-height: 0;
}

.h_code b {
    display: block;
    font-size: 12px;
    color: #666;
    float: left;
    width: 20px;
    text-align: center;
    line-height: 14px;
    font-weight: normal;
}

.h_code span {
    float: right;
    width: 80px;
    height: 80px;
}

.h_code span img {
    display: block;
    width: 80px;
    height: 80px;
}

.h_nav {
    float: left;
    width: 60%;
    height: 60px;
    line-height: 60px;
    padding: 30px 0px;
    font-weight: bold;
}

.h_nav em {
    width: 16px;
    height: 16px;
    display: block;
    line-height: 0;
    position: absolute;
    top: 23px;
    left: 15px;
    z-index: 20;
}

.h_nav em img {
    width: 16px;
    height: 16px;
}

.h_nav li {
    height: 60px;
    float: left;
    padding: 0 5% 0 4%;
    position: relative;
}

.h_nav li a {
    font-size: 16px;
    color: rgba(0, 94, 89, 1);
    display: block;
    float: left;
    position: relative;
    vertical-align: middle;
    text-align: center;
    height: 60px;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.h_nav li a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    /*background: #f68100;*/
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.h_nav li a:hover:before,
.h_nav li a:focus:before,
.h_nav li a:active:before {
    right: 0;
}

.h_nav li.cur a {
    color: rgb(31, 135, 232);
}

.h_nav li a:hover {
    color: rgb(31, 135, 232);
}

.h_nav .nobor {
    background: none;
}

em,
i {
    font-style: normal;
}

.sub {
    position: absolute;
    left: 0;
    top: 59px;
    display: none;
    border-top: 3px solid #005dca;
    background: #fff;
    width: 160px;
    padding: 0 15px;
}

.sub:before {
    content: "";
    position: absolute;
    background: url(http://www.xiangyangpack.com/images/nav2ico.png) no-repeat;
    width: 18px;
    height: 9px;
    left: 45px;
    top: -9px;
}

.sub li {
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e4e4e4;
    font-size: 14px;
    color: #333333;
    float: none;
    width: 100%;
    padding: 0;
    background: none;
}

.sub li a {
    color: #333333;
    font-weight: normal;
    padding: 0;
    display: block;
    height: 40px;
    line-height: 40px;
    float: none;
}

.sub li a:hover {
    font-weight: normal;
    color: #333333;
}

.h_nav .cur .sub li a {
    color: #333333;
    font-weight: normal;
    padding: 0;
}

.h_nav .cur .sub li a:hover {
    color: #333333;
}


/*banner*/
.fullSlide {
    min-width: 1200px;
    position: relative;
    height: 650px;
    overflow: hidden;
}

.fullSlide .bd {
    position: relative;
    z-index: 0;
}

.fullSlide .bd ul {
    width: 100% !important;
}

.fullSlide .bd li {
    width: 100% !important;
    height: 650px;
    overflow: hidden;
    text-align: center;
}

.fullSlide .bd li a {
    display: block;
    height: 650px;
}

.fullSlide .bd li img {
    width: 1920px;
    /*width: 1520px;*/
    height: 800px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    /*margin-left: -760px;*/
}

.fullSlide .hd {
    width: 1200px;
    left: 50%;
    margin-left: -600px;
    bottom: 75px;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}

.fullSlide .hd ul {
    margin-left: 500px;
}

.fullSlide .hd ul li {
    float: left;
    margin: 0 5px;
    display: inline;
    cursor: pointer;
    width: 62px;
    height: 5px;
    background: #fff;
    text-indent: -999px;
}

.fullSlide .hd ul .on {
    background: #f68100;
}


/*底部开始*/
.ft_lx {
    height: 94px;
    padding-top: 30px;
}

.footer {
    width: 1200px;
    margin: 0 auto;
}

.ft_lx li {
    float: left;
    width: 28.33%;
    background: url(http://www.xiangyangpack.com/20190415093625000465/resource/images/ac937a7165ce415d98850b3db138e08a_2.png) no-repeat right;
    margin-right: 5%;
}

.ft_lx li:last-child {
    background: none
}

.ft_lx
li span {
    display: block;
    font-size: 18px;
    height: 31px;
    line-height: 31px;
    color: #fff;
    padding-left: 43px;
}

.ft_lx li p {
    padding-top: 9px;
    font-size: 14px;
    color: #9a9a9a;
    padding-left: 43px;
}

.ft_lx li:nth-child(1) span {
    background: url(http://www.xiangyangpack.com/20190415093625000465/resource/images/ac937a7165ce415d98850b3db138e08a_4.png) no-repeat left center;
}

.ft_lx li:nth-child(2) span {
    background: url(http://www.xiangyangpack.com/20190415093625000465/resource/images/ac937a7165ce415d98850b3db138e08a_8.png) no-repeat left center;
}

.ft_lx li:nth-child(3) span {
    background: url(http://www.xiangyangpack.com/20190415093625000465/resource/images/ac937a7165ce415d98850b3db138e08a_10.png) no-repeat left center;
}

.f_bj {
    color: #555;
    clear: both;
    height: 415px;
    font-family: "Microsoft Yahei";
    overflow: hidden;
    background: url(../image/ac937a7165ce415d98850b3db138e08a.jpg) repeat-x left top;
}

.f_nav {
    height: 230px;
    overflow: hidden;
    padding-top: 30px;
}

.f_nav ul {
    float: left;
}

.f_nav ul li {
    width: 190px;
    border-right: 1px dashed #9c9c9c;
    margin-right: 30px;
    float: left;
    height: 200px;
}

.f_nav ul li i {
    display: block;
    padding-left: 30px;
    font-size: 18px;
    color: #eee;
    font-weight: bold;
    background: url(http://www.xiangyangpack.com/20190415093625000465/resource/images/ac937a7165ce415d98850b3db138e08a_12.jpg) no-repeat 0 10px;
}

.f_nav ul li span {
    display: block;
    padding-left: 28px;
    padding-top: 13px;
}

.f_nav ul li span a {
    display: block;
    font-size: 14px;
    color: #d1d1d1;
    line-height: 26px;
}

.f_nav h3 {
    padding-top: 25px;
    float: right;
    width: 529px;
    text-align: center;
    font-weight: normal;
    font-size: 14px;
    color: #eee;
}

.f_nav h3 i {
    float: left;
}

.f_nav h3 i a {
    display: block;
    width: 122px;
}

.f_nav h3 img {
    width: 108px;
    height: 108px;
    display: block;
    margin-bottom: 14px;
    padding: 6px;
    border: 1px solid #eee;
}

.f_bj .row {
    height: 31px;
    line-height: 31px;
    color: #fff;
    text-align: center;
}

.f_bj .row span {
    padding-left: 10px;
}

.f_bj .row span a {
    color: #fff;
}

/*友情链接*/
.f_link {
    height: auto;
    line-height: 70px;
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
}

.f_link b {
    display: block;
    float: left;
    font-size: 14px;
    color: #333;
    width: 80px;
}

.f_link
p {
    font-size: 14px;
    color: #333;
    float: left;
    width: 1120px;
}

.f_link p a {
    font-size: 14px;
    color: #333;
    padding: 0 10px 0 0;
}

.f_nav h3 a {
    color: #fff;
}


.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}

.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 62px;
    position: relative;
}

.client-2 li i {
    background: url(../image/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
}

.client-2 .my-kefu-ftop .my-kefu-main {
    padding-top: 6px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 62px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: rgb(31, 135, 232);
    color: #fff;
    height: 53px;
    width: 230px;
    padding: 9px 0 0;
    float: left;
}

.client-2 .my-kefu-main {
    background: rgb(31, 135, 232);
    width: 97px;
    height: 53px;
    position: relative;
    padding: 9px 0 0;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}

.p1-search-1 {
    height: 82px;
    overflow: hidden;
    font-size: 16px;
    background: #f2f2f2;
}

.p1-search-1 p {
    color: rgb(73, 110, 232);
    line-height: 82px;
}

.scgs {
    width: 1200px;
    margin: 0 auto 0px;
}

.p1-search-1 a {
    color: rgb(73, 110, 232);
    display: inline-block;
    margin-right: 15px;
}

.p1-search-1-inp {
    width: 270px;
    height: 30px;
    border-radius: 20px;
    background: #fff;
    padding-left: 10px;
    margin-top: 28px;
}

.p1-search-1-inp input {
    border: 0;
}

.p1-search-1-inp1 {
    width: 224px;
    height: 30px;
    line-height: 30px;
    color: #a9a9a9;
    float: left;
}

.p1-search-1-inp2 {
    width: 30px;
    height: 30px;
    background: url(../image/VISkins-p1.png) no-repeat -258px -936px;
    float: right;
    cursor: pointer;
}

.p1-search-1-span1 {
    color: rgb(216, 27, 67);
    font-size: 18px;
    font-weight: bold;
}

.zizhi {
    overflow: hidden;
    font-size: 16px;
    padding-top: 50px;
}

.zz_div1 {
    width: 600px;
    margin: 0 auto 0px;
    text-align: center;
    line-height: 25px;
}

.zz_div1_span1 {
    font-size: 24px;
    color: rgb(30, 80, 161);
    font-weight: bold;
}

.zz_div1_span2 {
    font-size: 16px;
}

.zz_div1_p1 {
    color: rgb(30, 80, 161);
    font-size: 12px;
    text-align: center;
}

.zz_div2 {
    width: 1200px;
    margin: 0 auto 0px;
    text-align: center;
    line-height: 25px;
}

.zz_div2 img {
    width: 22%;
    margin: 25px;
}

.youshi {
    overflow: hidden;
    font-size: 16px;
    padding-top: 40px;
}

.youshi_div1 {
    width: 600px;
    margin: 0 auto 0px;
    text-align: center;
    line-height: 25px;
}

.youshi_div1_span1 {
    font-size: 24px;
    color: rgb(30, 80, 161);
    font-weight: bold;
}

.youshi_div1_span2 {
    font-size: 16px;
}

.youshi_div1_p1 {
    color: rgb(30, 80, 161);
    font-size: 12px;
    text-align: center;
}

.youshi_div2 {
    width: 1180px;
    margin: 0 auto 0px;
    line-height: 25px;
}

.youshi_div2_div {
    float: left;
    width: 350px;
    margin: 20px;
}

.youshi_div2_div_font {
    margin: 20px;
}

.youshi_div2_div_font_num {
    float: left;
    width: 60px;
    height: 90px;
    margin: 0 auto 0px;
    text-align: center;
}

.youshi_div2_div_font_num div {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: white;
    background-color: #1e50ae;
    border-radius: 50%;
    margin-top: 30px;

}

.p4-order-form-1 {
    overflow: hidden;
    padding-top: 60px;
}

.p4-order-form-1 .p4-titlel-1 {
    width: 300px;
    height: 46px;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    color: #fff;
    background: rgb(73, 110, 232);
    font-weight: normal;

}

.p4-order-form-1-con {
    border: 1px solid #bbb;
    background: url(../image/r1-orderform-1-bg.jpg) no-repeat center bottom #fff;
    padding: 40px 15%;
}

.p4-order-form-1-con li p {
    padding-left: 130px;
    color: #999;
    font-size: 12px;
}

.p4-order-form-1-con li {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 35px;
    color: #666;
    overflow: hidden;
}

.p4-order-form-1-con li span {
    font-weight: bold;
    color: #666;
}

.p4-order-form-1-con li b {
    color: #f00;
}

.p4-order-form-1-con li .row-hd {
    color: #666;
}

.timenum {
    padding-left: 95px;
}

.p4-order-form-1-con li p {
    clear: both;
}

.p4-order-form-1-con label {
    display: inline-block;
    width: 120px;
    color: #666;
    vertical-align: top;
    text-align: right;
    height: 33px;
    line-height: 33px;
    overflow: hidden;
}

#code_gg {
    width: 80px;
    margin-right: 10px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #eee;
    height: 33px;
    line-height: 32px;
    color: #666;
}


.p4-order-form-1-con .inputs,
.p4-order-form-1-con li select {
    width: 73%;
    margin-right: 10px;
    outline: none;
    padding-left: 10px;
    border: 1px solid #eee;
    height: 33px;
    line-height: 32px;
    color: #666;
    box-sizing: border-box;
    /*float: left;*/
}

.p4-order-form-1-con .radioandcheck {
    vertical-align: middle;
}

.p4-order-form-1-con .err {
    border: 1px solid #c00;
}

.p4-order-form-1-con .p4-order-form-1-t1 {
    width: 100%;
}

.p4-order-form-1-t1 textarea {
    width: 73%;
    height: 102px;
    line-height: 24px;
    border: 1px solid #eee;
    outline: none;
    resize: none;
    overflow: auto;
    margin-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
}

.p4-order-form-1-con .p4-order-form-1-t2 {
    width: 100%;
}

.p4-order-form-1-t2 input {
    width: 150px;
    vertical-align: top;
}

.p4-order-form-1-t2 span {
    width: 153px;
    height: 25px;
}

.p4-order-form-1-con .p4-order-form-1-t3 {
    padding-left: 120px;
}

.p4-order-form-1-con .p4-order-form-1-t3 input {
    width: 80px;
    height: 30px;
    border: 0;
    text-align: center;
    margin-right: 30px;
    color: #fff;
    padding-left: 0;
    cursor: pointer;
}

.p4-order-form-1-con .p4-order-form-1-b1 {
    background: #1e50ae;
}

.p4-order-form-1-con .p4-order-form-1-b2 {
    background: #767676;
}

.p4-order-form-1-con .p4-order-form-1-t4 {
    overflow: auto;
    height: auto;
    min-height: 35px;
    width: 100%
}

.p4-order-form-1-con .p4-order-form-1-t4 input {
    vertical-align: middle;
    width: 14px;
    margin: 0 10px;
}

.news {
    overflow: hidden;
    font-size: 16px;
    padding-top: 60px;
}

.news_div1 {
    width: 600px;
    margin: 0 auto 0px;
    text-align: center;
    line-height: 25px;
}

.news_div1_span1 {
    font-size: 24px;
    color: rgb(30, 80, 161);
    font-weight: bold;
}

.news_div1_span2 {
    font-size: 16px;
}

.news_div1_p1 {
    color: rgb(30, 80, 161);
    font-size: 12px;
    text-align: center;
}

.news_div2 {
    width: 1480px;
    margin: 0 auto 0px;
    line-height: 25px;
}

.news_div2_div {
    float: left;
    width: 650px;
    margin: 45px;
}

.news_div2_div_font {
    margin: 20px;
}

.news_div2_div_font_num {
    float: left;
    width: 60px;
    height: 90px;
    margin: 0 auto 0px;
    text-align: center;
}

.news_div2_div_font_num div {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: white;
    background-color: #1e50ae;
    border-radius: 50%;
    margin-top: 30px;

}
.news-title-box{
    float: left;
    height: 16px;
    width: 5px;
    background-color: rgb(73, 110, 232);
    margin: 5px;
}
.news-title-title{
    color: rgb(73, 110, 232);
}
.news-title-a{
    float: right;
}
.news_div2_p{
    padding-top: 5px;
    border-bottom: 1px solid #CCCCCC;
}
.news_div2_div_font_div{
    width: 620px;
    height: 30px;
}
.news_div2_div_font_title{
    float: left;
    font-size: 16px;
}
.news_div2_div_font_time{
    float: right;
    font-size: 16px;
}
.news_div2_div_font_content{
    font-size: 14px;
    margin: 10px 0 10px 0px;
    line-height: 25px;
    height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.lianxi {
    overflow: hidden;
    font-size: 16px;
    padding-top: 40px;
}

.lianxi_div1 {
    width: 600px;
    margin: 0 auto 0px;
    text-align: center;
    line-height: 25px;
}

.lianxi_div1_span1 {
    font-size: 24px;
    color: rgb(30, 80, 161);
    font-weight: bold;
}

.lianxi_div1_span2 {
    font-size: 16px;
}
.lianxi_div2 {
    width: 1200px;
    height: 600px;
    margin: 0 auto 0px;
}
#container {
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: "微软雅黑";
}

.hottui {
    overflow: hidden;
    font-size: 16px;
    padding-top: 60px;
}
.hottui_div2 {
    width: 1480px;
    margin: 0 auto 0px;
    line-height: 25px;
}

.hottui_div2_div {
    float: left;
    width: 1200px;
    margin: 45px;
}

.hottui_div2_div_font {
    margin: 20px;
}

.hottui_div2_div_font_num {
    float: left;
    width: 60px;
    height: 90px;
    margin: 0 auto 0px;
    text-align: center;
}

.hottui_div2_div_font_num div {
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: white;
    background-color: #1e50ae;
    border-radius: 50%;
    margin-top: 30px;

}
.hottui-title-box{
    float: left;
    height: 16px;
    width: 5px;
    background-color: rgb(73, 110, 232);
    margin: 5px;
}
.hottui-title-title {
    color: rgb(73, 110, 232);
}
.hottui_div2_p{
    padding-top: 5px;
    border-bottom: 1px solid #CCCCCC;
}
.hottui_div2_content{
    font-size: 14px;
    margin: 15px;
}
.hottui_div2_content a{
    margin-left: 20px;
}