﻿/* 清除内外边距 */
@charset "utf-8";
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, /* structural elements 结构元素 */
dl, dt, dd, ul, ol, li, /* list elements 列表元素 */
pre, /* text formatting elements 文本格式元素 */
fieldset,button, input, textarea, /* form elements 表单元素 */
th, td { /* table elements 表格元素 */
    margin: 0;
    padding: 0;
}
.content{ width:1400px;margin: 0 auto;font-family:"Microsoft YaHei","微软雅黑",Arial,sans-serif;}

.g_ft .content {
    width: 1400px;
    margin: 0 auto;
    font-family: "Microsoft YaHei","微软雅黑",Arial,sans-serif;
}

input,textarea {border:  none; box-shadow: none; outline: none;}

body{min-width: 1400px;max-width: 1920px;margin: 0 auto; width: 100%;}
/* 设置默认字体 */
body,
button, input, select, textarea {
    font: 16px/22px "Microsoft YaHei";color: #666;
}

h1 {font-size: 18px;font-family: "Microsoft Yahei";}
h2 {font-size: 16px;font-family: "Microsoft Yahei";}
h3 {font-size: 14px; font-family: "Microsoft Yahei"; font-weight:normal;}
h4, h5, h6 {font-size: 100%;}
* h1,* h2,* h3,* h4,* h5,* h6{margin: 0px;} /*覆盖bootstrape对标题加的默认外边距*/

address, cite, dfn, em, i, var {font-style: normal;} /* 斜体扶正 */

/* 重置列表元素 */
ul, ol ,li{list-style: none;}

/* 重置文本格式元素 */
a {text-decoration: none; color: #666; word-wrap:break-word;}/*英文换行*/
a:hover {text-decoration: none; color:#666;}


/* 重置表单元素 */
legend {color: #000;} /* for ie6 */
fieldset, img {border: none;} /* img 搭车：让链接里的 img 无边框 */
/* 注：optgroup 无法扶正 */
button, input, select, textarea {
    font-size: 100%; /* 使表单元素在 ie 下能继承字体大小 */
}
input[type="text"],input[type="button"], input[type="submit"], input[type="reset"]{
	-webkit-appearance: none;}
input{background:0; border:0;}
textarea {-webkit-appearance: none;}

html img{width:100%;}

/* 重置表格元素 */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* 让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁 */
html {overflow-y: scroll;}

/*设置浮动*/
.fl {float: left;}
.fr {float: right;}
.pr{position: relative;}
.pa{position: absolute;}

/*字体大小*/
.fz12{font-size: 12px;}
.fz14{font-size: 14px;}
.fz16{font-size: 16px;}
.fz18{font-size: 18px;}
.fz20{font-size: 20px;}
.fz22{font-size: 22px;}
.clear{clear: both;height: 0;}
.clearfix:after{height: 0;content: "";clear: both;display: block;}
.blk-main .clearlist{ clear:both;height:0;padding:0;margin:0;border:0;width:100% ;float:none;}




/*表单弹框*/

/*表单弹框*/
.nsw-modal {
    width: 100%;
    height: 100%;
    background: rgba(225, 225, 225, 0.5);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
}
.modal-dialog {
    position: fixed;
    color:#000000;
    top: 150px;
    width: 400px;
    border-radius: 3px;
    min-height: 155px;
    overflow: hidden;
    z-index: 99998;
    margin-left: -200px;
    left: 50%;
}
.modal-dialog .css-icon {
    background-image: url("../images/modal-icons.png");
}
.modal-dialog .modal-head {
    height: 30px;
    line-height: 30px;
    padding: 0px 20px;
    background: #F6EFEF;
    font-size: 14px;
}
.modal-dialog .modal-head .modal-logo {
    width: 15px;
    height: 15px;
    background-position: 1px 0px;
    margin: 8px 5px 0 0;
    float: left;
}
.modal-dialog .modal-head .close {
    float: right;
    width: 15px;
    height: 15px;
    background-position: -14px 0px;
    margin-top: 8px;
}
.modal-dialog .modal-body {
    width: 100%;
    min-height: 125px;
    background: #ffffff;
}
.modal-dialog .modal-body .modal-body-left {
    width: 140px;
    float: left;
}
.modal-dialog .modal-body .modal-body-left .icon {
    width: 64px;
    height: 64px;
    margin: 30px 0 0 48px;
}
.modal-dialog .modal-body .modal-body-left .success-message {
    background-position: 0px -14px;
}
.modal-dialog .modal-body .modal-body-left .warming-message {
    background-position: 0px -78px;
}
.modal-dialog .modal-body .modal-body-right {
    width: 260px;
    float: right;
    padding-top: 20px;
}
.modal-dialog .modal-body .modal-body-right .close-btn {
    color: #000;
    text-align: center;
    width: 90px;
    display: inline-block;
    height: 24px;
    line-height: 24px;
    background: #818079;
}
.modal-dialog .modal-body .modal-body-right p {
    line-height: 30px;
}

/*翻页*/
.p12-pagination-1-main {
    margin: 0 auto;
    padding: 20px 0;
    height: 30px;
    text-align: center;
}

.p12-pagination-1 a,
.p12-pagination-1 span {
    vertical-align: top;
    display: inline-block;
    padding: 0 8px;
    height: 26px;
    line-height: 26px;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin: 0 2px;
    background: #fff;
}

.p12-pagination-1 span {
    border: 1px solid #fff;
}

.p12-pagination-1 .page_curr {
    background:#023f98;
    color:#fff;
    border-color:#023f98;
}

.p12-pagination-1 .laypage_first,
.p12-pagination-1 .laypage_last {
    display: none;
}

/*p101新翻页*/
.p101-pagination-1-main {
    margin: 0 auto;
    padding: 0 0 40px;
    height: 40px;
    text-align: center;
}

.p101-pagination-1 a,
.p101-pagination-1 span {
    vertical-align: top;
    display: inline-block;
    font-size: 18px;
    font-family: Arial;
    width: 34px;
    height: 34px;
    color: #666666;
    border-radius: 100%;
    line-height: 34px;
    border: 1px solid #dcdcdc;
    text-align: center;
    margin: 0 3px;
    background: #fff;
}
.p101-pagination-1 a.page_first,.p101-pagination-1 a.page_last{width: 70px;border-radius: 20px;font-size: 16px;}
.p101-pagination-1 a.page_pre,.p101-pagination-1 a.page_next{width: 80px;border-radius: 20px;font-size: 16px;}
.p101-pagination-1 span {
    border: 1px solid #fff;
}

.p101-pagination-1 .page_curr {
    background:#5a5a5a;
    color:#fff;
    border-color:#5a5a5a;
}

.p101-pagination-1 .laypage_first,
.p101-pagination-1 .laypage_last {
    display: none;
}

/*p102新翻页*/
.p102-pagination-1-main {
    margin: 0 auto;
    padding: 20px 0 40px;
    height: 40px;
    text-align: center;
}
.p102-pagination-1 a,
.p102-pagination-1 span {
    vertical-align: top;
    display: inline-block;
    font-size: 16px;
    font-family: Arial;
    width: 36px;
    height: 36px;
    color: #808080;
    border-radius: 5px;
    line-height: 36px;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin: 0 3px;
    background: #fff;
}
.p102-pagination-1 a.page_first,.p102-pagination-1 a.page_last{width: 70px;border-radius: 5px;font-size: 14px;}
.p102-pagination-1 a.page_pre,.p102-pagination-1 a.page_next{width: 80px;border-radius: 5px;font-size: 14px;}
.p102-pagination-1 span {
    border: 1px solid #fff;
}
.p102-pagination-1 .page_curr {
    background:#023f98;
    color:#fff;
    border-color:#023f98;
}
.p102-pagination-1 .laypage_first,
.p102-pagination-1 .laypage_last {
    display: none;
}


.g_ft{background:url(../images/ftbg.jpg) no-repeat bottom;
background-size:100%  100%;height:32.8rem;padding-top:5.8rem;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
.g_ft .ftleft{float:left;width:30%}
.g_ft .ftleft .ftnav{height:8rem;padding-right:12%;margin-bottom:1rem;}
.g_ft .ftleft .ftnav a{display:block;float:left;width:50%;font-size:18px;font-weight:400;line-height:2.2em;color:rgba(255,255,255,.8);font-weight:700}
.g_ft .ftleft .copyr {
    display: block;
    font-size: 16px;
}

.g_ft .ftleft .copyr span {
    display: block;
    color: #7084ae;
    line-height: 1.56rem;
}
.g_ft .ftleft .copyr span a{ color: #7084ae;}

.g_ft .ftlogo .add {
    color: #7084ae;
    line-height: 2rem;
    margin-top: 1.6rem;
     font-size: 16px;
}

.g_ft .ftlogo .email {
    color: #7084ae;
    font-size: 16px;
}


.g_ft .ftleft .f-sea {
    margin-top: 1.66rem;
}

.g_ft .ftleft .f-sea .p-search {
    background: rgba(255,255,255,.1);
    opacity: 0.8;
    border-radius: 2rem;
    display: block;
    width: 16rem;
    height: 3.2rem;
    position: relative;
}

.g_ft .ftleft .p-search {
    color: #7084ae;
}

.g_ft .ftleft input#key::placeholder {  
  color: #7084ae;  
}

.g_ft .ftleft .f-sea .p-search input#key {
    display: block;
    width: 100%;
    line-height: 3.2rem;
    height: 3.2rem;
    background: none;
    border: 0px;
    padding-left: 1.2rem;
}

.f-sea .p-search 
  input.p102-search-1-inp2 {
    background: url(../images/ft-sea.png) no-repeat center;
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    cursor: pointer;
    position: absolute;
    right: 1rem;
    top: 0.8rem;
}

.g_ft .ftlogo{float:left;width:39%;height:18rem;text-align: center;border-left: 1px solid #1b4c8f;border-right: 1px solid #1b4c8f;}
.g_ft .ftlogo img{width: 10rem;
    display: block;
    transition: all 0.3s linear 0s;
    margin: 0 auto;}
.g_ft .ftlogo:hover img{transform: scale(1.1);}
.g_ft .lx{float:right;width:21%;height:24rem}
.g_ft .lx h2{font-size:.85rem;font-weight:400;line-height:2.2rem;color:rgba(255,255,255,.8);font-weight:700}
.g_ft .lx .lxtel{height:11rem}
.g_ft .lx .lxtel li{height:5rem;position:relative;}

.g_ft .lx .lxtel li em{
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 2.5rem;
    color: #7084ae;
    padding-left: 1.5rem;
    background: url(../images/ft-tel.png) no-repeat center left;

}
.g_ft .lx .lxtel li b{display:block;font-size:30px;font-weight:400;line-height:1.6rem;color:#fff;font-weight:700}
.g_ft .lx .codelst{display:flex;justify-content:space-between}
.g_ft .lx .codelst li{float:left;margin-right:1.4rem;width:40%;}
.g_ft .lx .codelst li i{display:block;width:100%}
.g_ft .lx .codelst li i img{width:100%;display:block}
.g_ft .lx .codelst li em{display:block;font-size:16px;font-weight:400;line-height:2.5rem;color:#7084ae;text-align:center}


        .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(../images/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;
            height: 24px;
            line-height: 22px;
            padding: 0 15px;
            border-left: 1px solid #fff;
            margin-top: 14px;
        }
        
        .client-2 .my-kefu-right {
            width: 20px;
        }
        
        .client-2 .my-kefu-tel-main {
            background: #023f98;
            color: #fff;
            height: 53px;
            width: 230px;
            padding:9px 0 0;
            float: left;
        }
        
        .client-2 .my-kefu-main {
            background: #023f98;
            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;
        }

@media screen and (min-width:1460px){
.h_nav {
    float: right;
margin-right: 18%;
}
}
@media screen and (min-width:1660px){
.h_nav {
    float: right;
    margin-right: 10%;
}
}
@media screen and (min-width:1920px){
.h_nav {
    float: right;
    margin-right: 8%;
}
}


