@charset "utf-8";

/*css reset*/
* {
    font-size: 16px;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video,
input,
button {
    margin: 0;
    padding: 0;
    border: none;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

ul,
ol,
li {
    list-style: none;
}

i,
em {
    font-style: normal;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select {
    vertical-align: middle;
}

a {
    text-decoration: none;
}

em {
    font-style: normal;
}

a,
button,
input,
textarea {
    outline: none;
    -webkit-appearance: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input[type="text"] {
    -webkit-appearance: none;
    background: none;
}

input[type="submit"] {
    -webkit-appearance: none;
}

input[type="checkbox"] {
    border: 1px solid #ccc;
    border-radius: 0;
}

input[type="password"] {
    -webkit-appearance: none;
}

input[type="tel"] {
    -webkit-appearance: none;
    background: none;
}

input[type="tel"] {
    -webkit-appearance: none;
    background: none;
}

body {
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}

td,
th {
    vertical-align: middle;
}

.clear {
    clear: both;
}

/*reset end*/

/*basic start*/
/* @media screen and (min-width:240px){html,body{font-size:32px;}}
@media screen and (min-width:320px){html,body{font-size:42.667px;}}
@media screen and (min-width:480px){html,body{font-size:64px;}}
@media screen and (min-width:560px){html,body{font-size:74.6667px;}}
@media screen and (min-width:640px){html,body{font-size:15.333px;}}
@media screen and (min-width:720px){html,body{font-size:96px;}}
@media screen and (min-width:800px){html,body{font-size:106.667px;}}
@media screen and (min-width:1024px){html,body{font-size:136.533px;}} */

.bold {
    font-weight: bold;
}

.rotate30 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
}

.rotate-30 {
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    -moz-transform: rotate(-30deg);
    -o-transform: rotate(-30deg);
    transform: rotate(-30deg);
}

.rotate45 {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rotate-45 {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.rotate180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.translateX50 {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.translateY50 {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.translate50 {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

* input::-moz-placeholder {
    color: #cfcfcf;
    font-family: Arial, "微软雅黑", Helvetica, sans-serif;
}

* input::-webkit-input-placeholder {
    color: #cfcfcf;
    font-family: Arial, "微软雅黑", Helvetica, sans-serif;
}

* input::-o-input-placeholder {
    color: #cfcfcf;
    font-family: Arial, "微软雅黑", Helvetica, sans-serif;
}

* input::-ms-input-placeholder {
    color: #cfcfcf;
    font-family: Arial, "微软雅黑", Helvetica, sans-serif;
}

.thin {
    font-weight: normal;
}

/*========定义基础样式========*/
/*body{word-break: break-all;}*/
.hide {
    display: none;
}

.hides {
    visibility: hidden;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
    /*visibility:hidden;*/
}

.clearfix {
    zoom: 1;
}

a .opacity {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

a:hover .opacity {
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

.bac {
    background: #fff;
}

.text_over1 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text_over2 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -ms-box;
    -ms-line-clamp: 2;
    -ms-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -o-box;
    -o-line-clamp: 2;
    -o-box-orient: vertical;
}

.text_over3 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -ms-box;
    -ms-line-clamp: 3;
    -ms-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 3;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    display: -o-box;
    -o-line-clamp: 3;
    -o-box-orient: vertical;
}

.text_over4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -ms-box;
    -ms-line-clamp: 4;
    -ms-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 4;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    display: -o-box;
    -o-line-clamp: 4;
    -o-box-orient: vertical;
}

.bor_top {
    border-top: 1px #ddd solid;
}

.bor_rig {
    border-right: 1px #ddd solid;
}

.bor_bot {
    border-bottom: 1px #ddd solid;
}

.bor_lef {
    border-left: 1px #ddd solid;
}

.bor {
    border: 1px #ddd solid;
}

.bor-radius {
    border-radius: 0.4rem;
}

.bs {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.translateX50 {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.translateY50 {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.translate50 {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.w1400 {
    width: 1400px;
    margin: 0 auto;
}

/* 头部 */
body {
    background-color: #f1f1f2;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    transition-duration: 0.5s;
    z-index: 99;
}

.header .w1400 {
    visibility: visible !important;
}

.header .logo {
    padding-top: 28px;
    margin-right: 26px;
    width: 120px;
}

.header .logo img {
    width: 120px;
}

.header .logo a {
    display: block;
}

/* .header .logo img{display: block;} */
.header .nav {}

.header .nav li {
    float: left;
    padding: 0 14px;
    position: relative;
    margin: 0 7px;
}

.header .nav li>a {
    display: block;
    font-size: 16px;
    color: #999;
    line-height: 108px;
    padding: 0 20px;
    position: relative;
}

.header .nav li>a::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #bad180;
    height: 4px;
    width: 0;
    transition-duration: 0.5s;
}

.header .nav li.cur>a::after {
    width: 100%;
}

.header .nav li>a:hover {
    color: #bad180;
}

.header .nav li>a:hover::after {
    width: 100%;
}

.header .info {
    height: 108px;
}

.header .info a {
    display: block;
    width: 17px;
    height: 100%;
    background: url(../images/icon/i1.png) center no-repeat;
    float: left;
}

.header .info p {
    font-size: 16px;
    color: #999;
    float: left;
    padding-left: 32px;
    background: url(../images/icon/i2.png) center left no-repeat;
    line-height: 108px;
    margin-left: 40px;
}

.header.active,
.header:hover {
    background-color: #fff;
    border-bottom: 1px solid #e2e2e2;
}

.header .whites,
.header.active .ori,
.header:hover .ori {
    display: none;
}

.header.active .whites,
.header .ori,
.header:hover .whites {
    display: block;
}

.header.active .nav li a,
.header:hover .nav li a {
    color: #333333;
}

.header.active .info a,
.header:hover .info a {
    background-image: url(../images/icon/i1_s.png);
}

.header.active .info p,
.header:hover .info p {
    color: #333333;
    background-image: url(../images/icon/i2_s.png);
}

.header .info .en {
    background: none;
    color: #999;
    line-height: 108px;
    margin-right: 45px;
    transition-duration: 0.5s;
    font-family: 'Arial';
}

.header.active .info .en,
.header:hover .info .en {
    background: none;
    color: #3e92b7;
}

.header .nav .subDrop {
    display: none;
    position: absolute;
    top: 101%;
    left: 0;
    width: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header .nav .subDrop>a {
    font-size: 16px;
    color: #333333;
    display: block;
    line-height: 50px;
    background-color: #fff;
    white-space: nowrap;
    text-align: center;
}

.header .nav .subDrop>a:hover {
    color: #bad180;
}

.header .nav .subDrop2 {
    position: fixed;
    top: 109px;
    background-color: #fff;
    left: 50%;
    width: 100vw;
}

.header .nav .subDrop2 .con {
    padding: 40px 0;
    background-color: #fff;
}

.header .nav .subDrop2 .item {
    width: 20%;
    float: left;
    padding-top: 14px;
    box-sizing: border-box;
}

.header .nav .subDrop2 .item h6 {
    margin-bottom: 30px;
}

.header .nav .subDrop2 .imgs {
    height: 80px;
    position: relative;
    margin-right: 15px;
}

.header .nav .subDrop2 .imgs img {
    display: block;
    max-width: 90%;
    margin: 0 auto;
    max-height: 100%;
    /*top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}

.header .nav .subDrop2 .text {
    text-align: left;
    overflow: hidden;
}

.header .nav .subDrop2 .text h6,
.header .nav .subDrop2 .text h6 a {
    font-size: 18px;
    color: #333333;
    line-height: 1;
    margin-bottom: 20px;
}

.header .nav .subDrop2 .text span {
    font-size: 14px;
    color: #999999;
    display: block;
    line-height: 1;
    margin-bottom: 30px;
}

.header .nav .subDrop2 .text a {
    display: block;
    font-size: 16px;
    color: #333333;
    line-height: 1;
    margin-bottom: 26px;
    transition-duration: 0.5s;
}

.header .nav .subDrop2 .text a:hover {
    color: #bad180;
}

.header .nav .subDrop3 {
    padding: 45px 0;
}

.header .nav .subDrop3 .navImg {
    margin-left: 78px;
}

.header .nav .subDrop3 .text {
    width: calc(100% - 614px);
    text-align: left;
    overflow: hidden;
    padding-left: 44px;
    box-sizing: border-box;
}

.header .nav .subDrop3 .item {
    padding-left: 97px;
    width: 50%;
}

.header .nav .subDrop2 .item:nth-child(3n) {
    border: 0;
}

.header .nav .subDrop3 .item:nth-last-child(1) {
    border: 0;
}

/* 分页 */
.fy {
    position: relative;
    height: 58px;
    width: 100%;
    margin-top: 70px;
}

.fy ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
}

.fy li {
    display: inline-block;
    width: 58px;
    height: 58px;
    line-height: 58px;
    font-size: 18px;
    text-align: center;
    color: #9ba1a7;
    margin: 0 7px;
    background-color: #f3f5f6;
    border-radius: 3px;
    vertical-align: middle;
}

.fy li a {
    font-size: 18px;
    color: #666666;
    display: block;
}

.fy li span {
    display: block;
}

.fy li.active {
    background-color: #0093bb;
    color: #ffffff;
}

/* .fy li:hover{} */
.fy li:hover a {
    color: #ffffff;
    background-color: #0093bb;
    border-radius: 3px;
}

.fy li:nth-last-child(1) a,
.fy li:nth-last-child(1) span {
    background: #f3f5f6 url(../images/icon/p13.png) center no-repeat;
}

.fy li:nth-child(1) span,
.fy li:nth-child(1) a {
    background: #f3f5f6 url(../images/icon/p12.png) center no-repeat;
}

.fy li:nth-last-child(1):hover a,
.fy li:nth-child(1):hover span,
.fy li:nth-last-child(1):hover span,
.fy li:nth-child(1):hover a {
    background-color: #0093bb;
    border-radius: 3px;
}

.fy li:nth-last-child(1) a,
.fy li:nth-child(1) span,
.fy li:nth-last-child(1) span,
.fy li:nth-child(1) a {
    text-indent: 999em;
    overflow: hidden;
}

/* 公用标题 */
.conment-title {
    font-size: 30px;
    color: #333333;
}

.conment-title .text {
    font-weight: bold;
}

.conment-title .tab-list .list-item {
    font-size: 20px;
    color: #999999;
    margin-right: 30px;
    cursor: pointer;
}

.conment-title .tab-list .list-item:nth-last-child(1) {
    margin-right: 0;
}

.resources-con .title .tab-list .list-item.act {
    color: #0093bb;
}

.conment-title .tab-list .list-item:hover {
    color: #0093bb;
}

/* 导航 */
.banner-box {
    margin-top: 109px;
    /*height: 165px;*/
    background: #fff;
}

.banner-box .w1400 {
    visibility: visible !important;
}

.banner-box .tab-box {
    margin: 65px 0 30px;
    /* width: calc(100% - 110px); */
}

.banner-box .tab-box .list-item {
    position: relative;
    margin: 0 40px 30px 0;
}

.banner-box .tab-box .list-item::after {
    content: "";
    position: absolute;
    width: 1px;
    height: 100%;
    background: #cccccc;
    top: 0;
    right: -20px;
}

.banner-box .tab-box .list-item:nth-last-child(1)::after {
    display: none;
}

.banner-box .tab-box .list-item:hover a {
    color: #0093bb;
}

.banner-box .tab-box .list-item.act a {
    color: #0093bb;
    font-weight: 550;
}

.banner-box .tab-box .list-item a {
    font-size: 16px;
    color: #333333;
}

.banner-box .navigation-box {
    margin-top: 65px;
}

/* 面包屑 */
.navigation-box .list-item {
    position: relative;
    margin-left: 30px;
}

.navigation-box .list-item:nth-child(1) {
    margin-left: 0;
}

.navigation-box .list-item::after {
    content: ">";
    position: absolute;
    top: 50%;
    right: -22px;
    transform: translateY(-50%);
}

.navigation-box .list-item:nth-last-child(1)::after {
    display: none;
}

.navigation-box .list-item .icon {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(../images/icon/icon-index.png) no-repeat center/100%;
    margin-bottom: -3px;
}

.navigation-box .list-item .text {
    font-size: 14px;
    color: #666666;
}

.navigation-box .list-item:hover a {
    color: #0093bb;
}

/* 底部 */
.footer {
    background: #0095bf url(../images/icon/i12.png) bottom left no-repeat;
    padding-top: 63px;
    position: relative;
    min-width: 1200px;
}

.footer .w1400 {
    visibility: visible !important;
}

.footer .footer-main {
    overflow: hidden;
}

.footer .footer_l a {
    display: block;
}

.footer .footer_l a img {
    display: block;
}

.footer .footer_l .text {
    font-size: 16px;
    color: #fff;
    margin-top: 25px;
}

.footer .footer_r {
    width: 69.64%;
}

.footer .footer_cantact {}

.footer .footer_cantact h6 {
    font-size: 26px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 38px;
}

.footer .footer_cantact p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 28px;
    padding-left: 34px;
    line-height: 22px;
}

.footer .footer_cantact p:nth-child(2) {
    background: url(../images/icon/i4.png) left center no-repeat;
}

.footer .footer_cantact p:nth-child(3) {
    background: url(../images/icon/i5.png) left center no-repeat;
}

.footer .footer_cantact p:nth-child(4) {
    background: url(../images/icon/icon25.png) left center no-repeat;
}

.email_fl_link {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 28px;
    padding-left: 34px;
    line-height: 22px;
    background: url(../images/icon/i6.png) left center no-repeat;
}

.footer .footer_nav1:nth-child(3) {
    margin-right: 236px;
}

.footer .footer_nav1 a {
    display: block;
    font-size: 18px;
    color: #ffffff;
    line-height: 1;
    margin-bottom: 40px;
}

.footer .footer_nav1 a:hover {
    color: #bad180;
}

.footer .footer_r2 {
    padding-top: 107px;
    padding-bottom: 34px;
}

.footer .footer_r21>div {
    margin-right: 20px;
}

.footer .footer_r21 a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 1px solid #ffffff;
    transition-duration: 0.5s;
}

.footer .footer_r21 .wx a {
    background: url(../images/icon/i7.png) center no-repeat;
    background-size: 30px auto;
}

.footer .footer_r21 .face a {
    background: url(../images/icon/i8.png) center no-repeat;
    background-size: 30px auto;
}

.footer .footer_r21 .ins a {
    background: url(../images/icon/i9.png) center no-repeat;
    background-size: 30px auto;
}

.footer .footer_r21 .gg a {
    background: url(../images/icon/i10.png) center no-repeat;
    background-size: 30px auto;
}

.footer .footer_r21 .wx {
    position: relative;
}

.footer .footer_r21 .wx .drop {
    position: absolute;
    bottom: 126%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    overflow: hidden;
    transition-duration: 0.5s;
    display: none;
}

.footer .footer_r21 .wx .drop img {
    display: block;
}

.footer .footer_r21 .face {
    position: relative;
}

.footer .footer_r21 .face .drop {
    position: absolute;
    bottom: 126%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    overflow: hidden;
    transition-duration: 0.5s;
    display: none;
}

.footer .footer_r21 .face .drop img {
    display: block;
}

.footer .footer_r21 .ins {
    position: relative;
}

.footer .footer_r21 .ins .drop {
    position: absolute;
    bottom: 126%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    overflow: hidden;
    transition-duration: 0.5s;
    display: none;
}

.footer .footer_r21 .ins .drop img {
    display: block;
}

.footer .footer_r21 .gg {
    position: relative;
}

.footer .footer_r21 .gg .drop {
    position: absolute;
    bottom: 126%;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    overflow: hidden;
    transition-duration: 0.5s;
    display: none;
}

.footer .footer_r21 .gg .drop img {
    display: block;
}

.footer .footer_r21 .wx:hover .drop {
    display: block;
}

.footer .footer_r21 .face:hover .drop {
    display: block;
}

.footer .footer_r21 .ins:hover .drop {
    display: block;
}

.footer .footer_r21 .gg:hover .drop {
    display: block;
}

.footer .footer_r21 .face:hover a {
    background: #ffffff url(../images/icon/i8_s.png) center no-repeat;
    background-size: 30px auto;
}

.footer .footer_r21 .ins:hover a {
    background: #ffffff url(../images/icon/i9_s.png) center no-repeat;
    background-size: 30px auto;
}

.footer .footer_r21 .gg:hover a {
    background: #ffffff url(../images/icon/i10_s.png) center no-repeat;
    background-size: 30px auto;
}

.footer .footer_r21 .wx:hover a {
    background: #ffffff url(../images/icon/i7_s.png) center no-repeat;
    background-size: 30px auto;
}

.footer .footer_r22 {
    position: relative;
}

.footer .footer_r22>a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    width: 198px;
    line-height: 44px;
    background: url(../images/icon/i11.png) center right no-repeat;
    border-bottom: 1px solid #82b7c7;
    position: relative;
}

.footer .footer_r22.on>a {
    background-image: url(../images/icon/i11_s.png);
}

.footer .footer_r22>a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    background: #ffffff;
    transition: all 0.3s;
}

.footer .footer_r22>a:hover::after {
    width: 100%;
}

.footer .footer_r22 .drop {
    position: absolute;
    background-color: #5fa3b7;
    border: 0 solid transparent;
    border-radius: 5px;
    bottom: 100%;
    left: 0;
    height: 0;
    overflow: hidden;
    transition-duration: 0.5s;
}

.footer .footer_r22 .drop a {
    display: block;
    font-size: 16px;
    color: #ffffff;
    width: 200px;
    line-height: 40px;
    padding-left: 22px;
    box-sizing: border-box;
    transition-duration: 0.5s;
}

.footer .footer_r22 .drop a:hover {
    color: #bfd488;
    background-color: #fff;
}

.footer .footer_r22.on .drop {
    padding: 10px 0;
    border: 1px solid #fff;
}

.footer .footer_r3 {
    padding: 37px 0 26px;
    position: relative;
}

.footer .footer_r3 p,
.footer .footer_r3 a {
    font-size: 14px;
    color: #ffffff;
    line-height: 1;
}

.footer .footer_r3 .line {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background-color: #9bc6d2;
    width: 200%;
}

.footer .toTop {
    position: absolute;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #ffffff url(../images/icon/i19.png) center no-repeat;
    top: -30px;
    right: 30px;
    cursor: pointer;
    transition-duration: 0.5s;
}

.footer .toTop:hover {
    background: #bfd489 url(../images/icon/i19_s.png) center no-repeat;
}

.more {
    display: block;
    font-size: 14px;
    color: #0093bb;
    width: 116px;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
    border: 1px solid #0093bb;
    border-radius: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.more em {
    position: relative;
    z-index: 1;
    margin: 0;
    line-height: 40px;
    height: 40px;
}

.more span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: #0093bb;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.6s, height 0.6s;
    transition: width 0.6s, height 0.6s;
    z-index: 0;
}

.more:hover span {
    width: 300px;
    height: 300px;
}

.more:hover em {
    color: #ffffff;
}

/* 公用page */
/* 填写表单 */
.public-page {
    background: url(../images/page/p87.jpg) center no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 143px;
}

.public-page h5 {
    font-size: 26px;
    color: #333333;
    text-align: center;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 90px;
}

.public-page .item {
    /* text-align: center; */
    width: 769px;
    margin: 0 auto;
}

.public-page .item input {

    font-size: 16px;
    color: #0093bb;
    width: 362px;
    height: 59px;
    border: 1px solid #0093bb;
    border-radius: 2px;
    background-color: #fff;
    padding-left: 29px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 10px 20px;
}

.public-page p {
    font-size: 20px;
    color: #333333;
    display: inline-block;
}

.public-page .item2 {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 45px;
}

.public-page .item2 .item2-left {
    /* display: inline-block; */
    overflow: hidden;
    transition: width 0.5s;
    width: 0;
    height: 0;
}

.public-page .item2 .item2-left .animation-box {
    width: 520px;
    height: auto;
}

.public-page .item2 .item2-left.act {
    width: 520px;
    height: auto;
}

.public-page .item2 input {
    margin-bottom: 0;
    width: 140px;
}

.public-page .item2 em {
    display: inline-block;
    width: 134px;
    height: 43px;
    vertical-align: middle;
}

.public-page .item2 em img {
    display: block;
}

.public-page span {
    font-size: 16px;
    color: #333333;
    display: inline-block;
}

.public-page button {
    font-size: 18px;
    color: #fff;
    /* display: inline-block; */
    width: 204px;
    height: 56px;
    background-color: #0093bb;
    border-radius: 2px;
    vertical-align: bottom;
    cursor: pointer;
}

.public-page input::-webkit-input-placeholder {
    color: #0093bb;
}

.public-page input:-moz-placeholder {
    color: #0093bb;
}

.public-page input::-moz-placeholder {
    color: #0093bb;
}

.public-page input:-ms-input-placeholder {
    color: #0093bb;
}

/* 客户案例 */
.public-page-case .con-title {
    color: #0093bb;
}

.public-page-case .title {
    font-size: 30px;
    color: #333333;
}

.public-page-case .swiper-box {
    margin-top: 80px;
    position: relative;
}

.public-page-case .swiper-box .swiper-container {
    padding-bottom: 20px;
}

.public-page-case .swiper-box .btn {
    width: 78px;
    height: 78px;
    text-align: center;
    line-height: 78px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    z-index: 2;
    cursor: pointer;
    transition-duration: 0.5s;
    margin-top: -110px;
    opacity: 1;
}

.public-page-case .swiper-box .btn::after {
    font-size: 25px;
    color: #0093bb;
}

.public-page-case .swiper-box .btn:hover {
    background: #0093bb;
}

.public-page-case .swiper-box .btn:hover::after {
    color: #fff;
}

.public-page-case .swiper-box .btn.swiper-button-prev {
    left: -40px;
}

.public-page-case .swiper-box .btn.swiper-button-next {
    right: -40px;
}

.public-page-case .swiper-box .swiper-slide {
    width: 430px;
    margin-right: 54px;
}

.public-page-case .swiper-box .swiper-slide .imgs {
    width: 100%;
    height: 372px;
    border-radius: 2px;
    overflow: hidden;
}

.public-page-case .swiper-box .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    transition-duration: 0.5s;
}

.public-page-case .swiper-box .text {
    padding: 36px 47px 42px;
    box-sizing: border-box;
    width: 90%;
    margin-left: 10%;
    border-radius: 2px;
    text-align: justify;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: -50px;
    position: relative;
    z-index: 5;
}

.public-page-case .swiper-box .text h6 {
    font-size: 20px;
    color: #333333;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 18px;
    transition-duration: 0.5s;
    font-weight: bold;
}

.public-page-case .swiper-box .text p {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}

.public-page-case .swiper-box a:hover img {
    transform: scale(1.05);
}

.public-page-case .swiper-box a:hover .text h6 {
    color: #0093bb;
}

@keyframes scaleTo {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

@keyframes mainscale {
    0% {
        transform: scale(0.9);
    }

    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes mainscale {
    0% {
        -webkit-transform: scale(0.9);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInleft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        -webkit-transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInleft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-50px, 0, 0);
        -webkit-transform: translate3d(-50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        -webkit-transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(50px, 0, 0);
        -webkit-transform: translate3d(50px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
    }
}

@media screen and (max-width: 1400px) {
    .w1400 {
        width: 1200px;
        min-width: 1200px;
    }

    .header .nav li {
        margin: 0 3px;
    }

    .header .nav li>a {
        padding: 0 15px;
    }

    .banner-box {
        min-width: 1200px;
    }

    .banner-box .tab-box .list-item {
        /* margin-left: 20px; */
    }

    .banner-box .tab-box .list-item::after {
        right: -20px;
    }
}


.cpage-top {
    margin-top: 0;
}

.cPageBanner {
    height: 400px;
    position: relative;
    margin-top: 108px;
}

.cPageBanner i {
    width: 100%;
    height: 100%;
    display: block;
}

.cPagePos .w1400 {
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.cPagePos {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: #fff;
    display: flex;
    align-items: center;
}

.cPageTitle {
    font-size: 36px;
}

.cPageTit {
    text-align: left;
}

.cPageText {
    font-size: 18px;
    margin-top: 20px;
    line-height: 30px;
}


.links{
    display: block;
    font-size: 18px;
    color: #666666;
    text-align: right;
    margin-top: 32px;
}


.header .line{
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 16px;
}
.header .line a{
    /* line-height: 108px; */
    display: block;
    width: 77px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    border: 1px solid #999999;
    /* background: #eeeeee; */
    font-size: 14px;
    /* color: #333333; */
    color: #999999;
    border-radius: 5px;
    margin-left: 9px;
    cursor: pointer;
    
}

.header.active .line a{
    background: #eeeeee;
    color: #333333;
    border: 1px solid #eeeeee;
}
.header .line a:hover{
    background: #0093bb;
    color: #ffffff;
    border: 1px solid #0093bb;
}


.sidebar {
  position: fixed;
  top: 70%;
  right: 5px;
  transform: translateY(-50%);
  z-index: 81;
  transition: all 0.5s;
}
.sidebar_hide{
  right: -80px;
}
.sidebar .apply_for {
  width: 60px;
  height: 166px;
  font-size: 16px;
  color: #0093bb;
  writing-mode: vertical-lr;
  background:#ffffff;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
   box-shadow: 0 0 16px rgba(0,0,0,0.1);
  border-radius: 30px;
  margin-top: 17px;
  cursor: pointer;
}

.sidebar .apply_for i {
  width: 24px;
  height: 25px;
  background: url(../images/icon/i-5.png) left center no-repeat;
  background-size: 100% auto;
  display: block;
}

.sidebar .apply_for p {
    margin-top: 12px;
  letter-spacing: 2px;
}

.sidebar .barbox {
  width: 60px;
  height: 166px;
  background: #fff;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  background: url(../images/page/apply_for.png) center no-repeat;
}
.sidebar .barbox.cur .posbox {
  width: 256px;
}
.sidebar .relation {
  font-size: 16px;
  color: #ffffff;
  writing-mode: vertical-lr;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
 
}
.sidebar .relation i {
  width: 25px;
  height: 26px;
  background: url(../images/icon/i-1.png) left center no-repeat;
  background-size: 100% auto;
  display: block;
}
.sidebar .relation p {
  margin-top: 12px;
  letter-spacing: 2px;
}
.sidebar .posbox {
  width: 0;
  height: 415px;
  background: url(../images/page/a-bg.png) center no-repeat;
  background-size: 256px auto;
  position: absolute;
  right: 74px;
  top: -286px;
  overflow: hidden;
  box-shadow: -10px 0 24px rgba(0,0,0,0.1);
}
.sidebar .posbox .pre_sales {
  padding: 20px 18px;
  position: relative;
  width: 200px;
}
.sidebar .posbox .pre_sales::after {
  content: '';
  width: 97%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0;
}
.sidebar .posbox .pre_sales:last-child::after {
  width: 0;
}
.sidebar .posbox .consult {
  display: flex;
  align-items: center;
}
.sidebar .posbox .consult i {
  height: 18px;
  margin-right: 14px;
}
.sidebar .posbox .consult p {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
.sidebar .posbox .pre_phone {
  margin-left: 29px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.sidebar .posbox .pre_phone p {
  color: #0093bb;
  font-family: Arial;
  margin-left: 10px;
}
.sidebar .posbox .link_up {
  margin-left: 29px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.sidebar .posbox .link_up a {
  width: 87px;
  height: 24px;
  background: #0093bb;
  border-radius: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  margin-left: 10px;
  font-size: 14px;
}
.sidebar .posbox .codes {
  width: 80px;
  margin: 0 auto;
  margin-top: 10px;
}
.sidebar .posbox .codes .code_img {
  width: 80px;
}
.sidebar .posbox .codes .code_img img {
  width: 100%;
}
.sidebar .posbox .codes p {
  font-size: 12px;
  color: #666666;
  text-align: center;
}
.sidebar_show {
  right: 5px;
  transition: all 0.5s;
}

.sidebar_s{
    display: none;
}



/*解决方案的侧边栏*/

.pageSidebar {
  position: fixed;
  top: 66%;
  right: 5px;
  transform: translateY(-50%);
  z-index: 1;
  transition: all 0.5s;
}

.pageSidebar .apply_for {
  width: 60px;
  height: 166px;
  font-size: 16px;
  color: #0093bb;
  writing-mode: vertical-lr;
  background:#ffffff;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 2px;
   box-shadow: 0 0 16px rgba(0,0,0,0.1);
  border-radius: 30px;
  margin-top: 17px;
}

.pageSidebar .apply_for i {
  width: 24px;
  height: 25px;
  background: url(../images/icon/i-5.png) left center no-repeat;
  background-size: 100% auto;
  display: block;
}

.pageSidebar .apply_for p {
    margin-top: 12px;
  letter-spacing: 2px;
}

.pageSidebar .barbox {
  width: 60px;
  height: 166px;
  background: #fff;
  border-radius: 30px;
  position: relative;
  cursor: pointer;
  background: url(../images/page/apply_for.png) center no-repeat;
}
.pageSidebar .barbox.cur .posbox {
  width: 256px;
}
.pageSidebar .relation {
  font-size: 16px;
  color: #ffffff;
  writing-mode: vertical-lr;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
 
}
.pageSidebar .relation i {
  width: 25px;
  height: 26px;
  background: url(../images/icon/i-1.png) left center no-repeat;
  background-size: 100% auto;
  display: block;
}
.pageSidebar .relation p {
  margin-top: 12px;
  letter-spacing: 2px;
}
.pageSidebar .posbox {
  width: 0;
  height: 415px;
  background: url(../images/page/a-bg.png) center no-repeat;
  background-size: 256px auto;
  position: absolute;
  right: 74px;
  top: -286px;
  overflow: hidden;
  box-shadow: -10px 0 24px rgba(0,0,0,0.1);
}
.pageSidebar .posbox .pre_sales {
  padding: 20px 18px;
  position: relative;
  width: 200px;
}
.pageSidebar .posbox .pre_sales::after {
  content: '';
  width: 97%;
  height: 1px;
  background: #e5e5e5;
  position: absolute;
  bottom: 0;
  left: 0;
}
.pageSidebar .posbox .pre_sales:last-child::after {
  width: 0;
}
.pageSidebar .posbox .consult {
  display: flex;
  align-items: center;
}
.pageSidebar .posbox .consult i {
  height: 18px;
  margin-right: 14px;
}
.pageSidebar .posbox .consult p {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
}
.pageSidebar .posbox .pre_phone {
  margin-left: 29px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.pageSidebar .posbox .pre_phone p {
  color: #0093bb;
  font-family: Arial;
  margin-left: 10px;
}
.pageSidebar .posbox .link_up {
  margin-left: 29px;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}
.pageSidebar .posbox .link_up a {
  width: 87px;
  height: 24px;
  background: #0093bb;
  border-radius: 12px;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  margin-left: 10px;
  font-size: 14px;
}
.pageSidebar .posbox .codes {
  width: 80px;
  margin: 0 auto;
  margin-top: 10px;
}
.pageSidebar .posbox .codes .code_img {
  width: 80px;
}
.pageSidebar .posbox .codes .code_img img {
  width: 100%;
}
.pageSidebar .posbox .codes p {
  font-size: 12px;
  color: #666666;
  text-align: center;
}






/*弹窗*/
.popup-form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  display: none;
}
.popup-form .popup-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.popup-form .form-con {
  width: 72.91%;
  height: 800px;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.popup-form .form-con .tit {
  width: 100%;
  height: 62px;
  line-height: 62px;
  font-size: 22px;
  color: #ffffff;
  text-align: center;
  font-weight: 300;
  background: url(../images/page/color_page01.png) center no-repeat;
  background-size: cover;
}
.popup-form .form-con .interval {
  padding: 0 80px;
  overflow-y: auto;
  height: 700px;
}
.popup-form .form-con .interval::-webkit-scrollbar {
  /*滑块宽度*/
  width: 3px;
}
.popup-form .form-con .interval::-webkit-scrollbar-track {
  /*隐藏滚动条的轨迹*/
  background-color: #ebebeb;
}
.popup-form .form-con .interval::-webkit-scrollbar-thumb {
  background-color: #0093bb;
}
.popup-form .form-con .user {
  margin-top: 40px;
}
.popup-form .form-con .user p {
  font-size: 18px;
  color: #333333;
  font-weight: bold;
}
.popup-form .form-con .user b {
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  margin-top: 10px;
  display: block;
}
.popup-form .form-con .part1 {
  margin-top: 40px;
  height: auto;
}
.popup-form .form-con .part1 .item {
  width: 48%;
  float: left;
  margin-bottom: 26px;
}
.popup-form .form-con .part1 .parte .item{
  float: inherit;
}
.popup-form .form-con .part1 .itme-w {
  width: 100%;
}
.popup-form .form-con .part1 .item:nth-child(2n) {
  float: right;
}
.popup-form .form-con .part1 .item .title {
  font-size: 18px;
  color: #333333;
  width: 100%;
  margin-bottom: 20px;
}
.popup-form .form-con .part1 .item .title.required::before {
  content: '*';
  display: inline-block;
  color: red;
  margin-right: 10px;
}
.popup-form .form-con .part1 .item .input {
  height: 50px;
  border: 1px solid #bcbcbc;
  padding-left: 18px;
  box-sizing: border-box;
  width: 100%;
  font-size: 16px;
  color: #999999;
  border-radius: 5px;
}
.popup-form .form-con .part1 .item .input::-webkit-input-placeholder {
  color: #999999;
}

.popup-form .form-con .part1 .item textarea{
    height: 120px !important;
    padding: 10px 0;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
}


.popup-form .form-con .part1 .item .select::-ms-expand {
  display: none;
  background: none;
}
.popup-form .form-con .part1 .item .selects {
  width: 100%;
  position: relative;
}
.popup-form .form-con .part1 .item .selects .top {
  height: 50px;
  width: 100%;
  font-size: 16px;
  color: #cccccc;
  line-height: 50px;
  padding-left: 18px;
  border: 1px solid #999999;
  box-sizing: border-box;
  background: url(../images/icon/p14s.png) 94% center no-repeat;
  border-radius: 5px;
}
.popup-form .form-con .part1 .item .selects .drop {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px 28px 15px 0;
  max-height: 262px;
  background-color: #fff;
  box-sizing: border-box;
  margin-top: 10px;
  border: 1px solid #bcbcbc;
  border-radius: 5px;
  z-index: 5;
  display: none;
}
.popup-form .form-con .part1 .item .selects .drop .drop-con {
  height: 100%;
  max-height: 232px;
  overflow-y: auto;
  /*滚动条轨迹的样式*/
  /*滚动条的滑块样式*/
}
.popup-form .form-con .part1 .item .selects .drop .drop-con::-webkit-scrollbar {
  /*滑块宽度*/
  width: 3px;
}
.popup-form .form-con .part1 .item .selects .drop .drop-con::-webkit-scrollbar-track {
  /*隐藏滚动条的轨迹*/
  background-color: #eeeeee;
}
.popup-form .form-con .part1 .item .selects .drop .drop-con::-webkit-scrollbar-thumb {
  background-color: #bcbcbc;
}
.popup-form .form-con .part1 .item .selects .drop .drop-con .text {
  font-size: 16px;
  color: #666666;
  line-height: 40px;
  padding: 0 33px;
  margin-right: 22px;
  cursor: pointer;
}
.popup-form .form-con .part1 .item .selects .drop .drop-con .text:hover {
  color: #3f93b9;
}
.popup-form .form-con .part1 .item .selects .drop .list-item .tit {
  font-size: 20px;
  color: #333333;
  padding-left: 33px;
  margin-right: 46px;
  margin-bottom: 14px;
  cursor: pointer;
  background: url(../images/icon/icon66.png) center right no-repeat;
}
.popup-form .form-con .checkBox {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.popup-form .form-con .checkBox label {
  margin-right: 3.5%;
  color: #666666;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.popup-form .form-con .checkBox input {
  width: 18px;
  height: 18px;
  position: relative;
  border: none;
  margin-right: 7px;
  margin-top: 1px;
}
.popup-form .form-con .checkBox input[type=checkbox]::after {
  position: absolute;
  top: 0;
  background-color: #fff;
  color: #fff;
  width: 18px;
  height: 18px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #bcbcbc;
}
.popup-form .form-con .checkBox input[type=checkbox]:checked::after {
  content: "";
  border-color: #3f93b9;
  background-color: #3f93b9;
}
.popup-form .form-con .checkBox input[type=checkbox]:checked::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 7px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 1;
}
.popup-form .form-con .part1 .item-s .input {
  background: #f9f9f9;
  border: none;
}
.popup-form .form-con .part1 .item-s .flex_i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f9f9f9;
}
.popup-form .form-con .part1 .item-s .flex_i .input {
  width: 60%;
}
.popup-form .form-con .part1 .item-s .flex_i button {
  width: 139px;
  height: 36px;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  background: #3f93b9;
  border-radius: 5px;
  margin-right: 12px;
}
.popup-form .form-con .statement {
  float: left;
  margin-bottom: 50px;
}
.popup-form .form-con .statement label {
  color: #666666;
  font-size: 16px;
  display: flex;
  align-items: center;
}
.popup-form .form-con .statement label a {
  color: #3f93b9;
}
.popup-form .form-con .statement input {
  width: 18px;
  height: 18px;
  position: relative;
  border: none;
  margin-right: 7px;
  margin-top: 1px;
}
.popup-form .form-con .statement input[type=checkbox]::after {
  position: absolute;
  top: 0;
  background-color: #fff;
  color: #fff;
  width: 18px;
  height: 18px;
  display: inline-block;
  visibility: visible;
  padding-left: 0px;
  text-align: center;
  content: ' ';
  border-radius: 5px;
  box-sizing: border-box;
  border: 1px solid #bcbcbc;
}
.popup-form .form-con .statement input[type=checkbox]:checked::after {
  content: "";
  border-color: #3f93b9;
  background-color: #3f93b9;
}
.popup-form .form-con .statement input[type=checkbox]:checked::before {
  content: '';
  position: absolute;
  top: 3px;
  left: 7px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  z-index: 1;
}
.popup-form .form-con .Download_now {
  width: 260px;
  height: 52px;
  line-height: 52px;
  font-size: 18px;
  text-align: center;
  background: #3e92b7;
  border-radius: 5px;
  margin: 0 auto;
  margin-bottom: 30px;
  cursor: pointer;
}
.popup-form .form-con .Download_now button {
  color: #fff;
}
.popup-form .form-con .dome-main {
  width: 100%;
}
.popup-form .form-con .city-picker-selector {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.popup-form .form-con .city-picker-selector .selector-item {
  width: 47.55%;
  height: 50px;
  font-size: 16px;
  color: #cccccc;
  line-height: 50px;
  padding-left: 18px;
  font-weight: bold;
  border: 1px solid #999999;
  box-sizing: border-box;
  background: url(../images/icon/p14s.png) 90% center no-repeat;
  border-radius: 5px;
  position: relative;
}

.popup-form .form-con .city-picker-selector .selector-name {
  width: 80%;
  font-size: 16px;
  color: #999999;
  font-weight: normal;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.popup-form .form-con .city-picker-selector .selector-item:after {
  display: none;
}
.popup-form .form-con .city-picker-selector .selector-list {
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  width: calc(100% - 20px);
  padding: 15px 20px 15px 0;
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
  -webkit-transform: translateY(-2%);
  transform: translateY(-2%);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.popup-form .form-con .city-picker-selector .selector-show .selector-list {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
.popup-form .form-con .city-picker-selector ul {
  max-height: 230px;
  overflow-x: hidden;
  overflow-y: auto;
}
.popup-form .form-con .city-picker-selector ul::-webkit-scrollbar {
  /*滑块宽度*/
  width: 3px;
}
.popup-form .form-con .city-picker-selector ul::-webkit-scrollbar-track {
  /*隐藏滚动条的轨迹*/
  background-color: #eeeeee;
}
.popup-form .form-con .city-picker-selector ul::-webkit-scrollbar-thumb {
  background-color: #bcbcbc;
}
.popup-form .form-con .city-picker-selector li {
  font-size: 16px;
  color: #666666;
  line-height: 40px;
  padding: 0 33px;
  margin-right: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
}
.popup-form .form-con .city-picker-selector li.caller:hover {
  color: #3f93b9;
}
.popup-form .form-con .btn-close {
  position: absolute;
  top: 16px;
  right: 30px;
  font-size: 20px;
  color: #fff;
  font-weight: 100;
  cursor: pointer;
}
.popup-form .form-con .btn-close::before {
  content: "\2716";
}









