@charset "UTF-8";

/** 变量文件 **/


/** 字体文件 **/


/** font-family **/

@font-face {
    font-family: fontLight;
    src: url("/assets/font/GothamRoundedLight.otf");
}

@font-face {
    font-family: fontBook;
    src: url("/assets/font/GothamRoundedBook_21018.ttf");
}

@font-face {
    font-family: fontMedium;
    src: url("/assets/font/GothamRoundedMedium_21022.ttf");
}

@font-face {
    font-family: fontBold;
    src: url("/assets/font/GothamRoundedBold.otf");
}

@font-face {
    font-family: fontHelsing;
    src: url("/assets/font/GreatLakesLetteringHelsing.otf");
}

@font-face {
    font-family: fontNorth;
    src: url("/assets/font/TrueNorth.otf");
}

@font-face {
    font-family: fontNorth3D;
    src: url("/assets/font/TrueNorth3D.otf");
}

@font-face {
    font-family: fontKidZone;
    src: url("/assets/font/KidZone.ttf");
}

.fontLight {
    font-family: fontLight;
}

.fontBook {
    font-family: fontBook;
}

.fontMedium {
    font-family: fontMedium;
}

.fontBold {
    font-family: fontBold;
}

.fontNorth {
    font-family: fontNorth;
}

.fontHelsing {
    font-family: fontHelsing;
}

.fontNorth3D {
    font-family: fontNorth3D;
}

.fontKidZone {
    font-family: fontKidZone;
}


/** 函数文件 **/


/**按钮样式**/


/**  flex-direction: row | row-reverse | column | column-reverse; 
 	justify-content: flex-start | flex-end | center | space-between | space-around; 
 	    align-items: flex-start | flex-end | center | baseline | stretch;
      align-content: flex-start | flex-end | center | space-between | space-around | stretch; 
**/

* {
    padding: 0px;
    margin: 0px;
    -webkit-tap-highlight-color: transparent;
}

html {
    min-height: 100%;
}

body {
    font-family: fontBook, fontMedium, "microsoft yahei";
    font-size: 18px;
    box-sizing: border-box;
    color: #54585A;
    min-height: 100%;
}

h1 {
    font-size: 36px;
    color: #005687;
    font-family: fontMedium;
    line-height: 36px;
}

h2 {
    font-size: 22px;
    color: #009CBD;
    font-family: fontMedium;
    line-height: 22px;
}

h4 {
    font-size: 16px;
    color: #009CBD;
    font-family: fontMedium;
}

p {
    font-size: 16px;
    color: #54585A;
    font-family: fontBook;
    line-height: 26px;
}


/**  font-size-pc  **/

.font-size-14 {
    font-size: 14px;
}

input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::-moz-placeholder,
input:-moz-placeholder,
textarea::-webkit-input-placeholder,
textarea:-ms-input-placeholder,
textarea::-moz-placeholder,
textarea:-moz-placeholder,
input[type="text"] {
    color: #E87722;
    font-size: 14px;
    font-family: fontMedium;
}

input,
button,
select,
textarea {
    outline: none;
}

img,
button {
    border: none;
}

input,
textarea {
    -webkit-user-select: auto;
    margin: 0px;
    padding: 0px;
    outline: none;
    -webkit-appearance: none;
    resize: none;
}

ul,
ol,
li {
    list-style: none;
}

i,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

img {
    vertical-align: middle;
    width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

.media-icon .blog {
    text-decoration: none;
    color: inherit;
    color: #bec0c7;
    font-size: 19px;
}

a,
input[type="checkbox"],
input[type="button"],
button {
    cursor: pointer;
}

.selectBox,
input[type='text'] {
    height: 46px;
    line-height: 28px;
    padding: 8px 20px;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    border-radius: 23px;
    background-color: #fff;
}

select {
    border: none;
    width: 100%;
    background-color: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #8CB0BF;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #8CB0BF;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #8CB0BF;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #8CB0BF;
}

.rotate180 {
    transform: rotate(180deg);
}

.view-width {
    max-width: 1240px;
    min-width: 1024px;
    width: 100%;
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    box-sizing: border-box;
}

.text-align-center {
    text-align: center;
}

.user-select {
    -webkit-touch-callout: none;
    /* mobile */
    -webkit-user-select: none;
    /* chrome */
    -moz-user-select: none;
    /* firefox */
    -ms-user-select: none;
    /* IE10 */
    user-select: none;
}

.mainBox {
    width: 100%;
    box-sizing: border-box;
}

.button1 {
    height: 46px;
    line-height: 46px;
}

.btn-size1,
.btn-size2 {
    text-align: center;
	justify-content: center;
    width: 260px;
    height: 46px;
    line-height: 46px;
    font-size: 20px;
    font-family: fontMedium;
    display: inline-block;
    border-radius: 23px;
}

.btn-size2 {
    width: 187px;
}

.btn-border-style1 {
    color: #8CB0BF;
    border: 1px solid #8CB0BF;
    background-color: #fff;
}

.btn-bg-style1 {
    background-color: #E87722;
    color: #fff;
    border: none;
}

.btn-bg-style2 {
    background-color: #009CBD;
    color: #fff;
    border: none;
}

.btn-bg-style3 {
    background-color: #8CB0BF;
    color: #fff;
    border: none;
}

.btn-bg-style4 {
    background-color: #009cbd;
    color: #fff;
    border: none;
	margin: 10px 10px 0px 5px;
	font-size: 15px;
}

.btn-bg-style5 {
	background-color: #fff;
    color: #009cbd;
    border: 1px solid #009cbd;
	margin: 10px 10px 0px 5px;
	font-size: 15px;
}

.tiptipip {
    position: absolute;
    color: #ff0000;
    font-size: 1.0rem;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
    top: 1rem;
}

.loddingBox {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    text-align: center;
    background: rgba(200, 200, 200, 0.5) url("/assets/icon/lodding.gif") no-repeat center center/50px 50px;
}

.loddingBox img {
    vertical-align: middle;
    width: 50px;
    height: 50px;
    display: none;
}

.inputBox {
    position: relative;
}

.inputErrorMsg {
    position: absolute;
    left: 0;
    top: 51px;
    padding-left: 18px;
    color: #C8102E;
    font-size: 12px;
    line-height: 12px;
}

.inputErrorIcon {
    position: absolute;
    width: 46px;
    height: 46px;
    display: inline-block;
    top: 0;
    right: 0;
    background: url("/style/icon/inputErroricon.png") no-repeat center center/14px 14px;
}

.showToastBox {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 999999;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.showToastBox span {
    display: inline-block;
    vertical-align: middle;
    width: 80%;
    max-width: 300px;
    line-height: 14px;
    padding: 20px 20px;
    background-color: rgba(200, 16, 46, 0.9);
    color: #fff;
    font-size: 11px;
    text-align: left;
    max-height: 45px;
    border-radius: 4px;
    box-shadow: 0 0 10px rgba(200, 200, 200, 0.9);
}


/** 头部文件 **/


/** 变量文件 **/


/** 函数文件 **/


/**按钮样式**/


/**  flex-direction: row | row-reverse | column | column-reverse; 
 	justify-content: flex-start | flex-end | center | space-between | space-around; 
 	    align-items: flex-start | flex-end | center | baseline | stretch;
      align-content: flex-start | flex-end | center | space-between | space-around | stretch; 
**/

.header-top {
    text-align: right;
    padding-top: 22px;
    margin-bottom: 36px;
    font-size: 14px;
}

.header-top img {
    width: 15px;
    height: 15px;
    margin-right: 10px;
}

.header-top span {
    line-height: 28px;
}

.header-top a {
    height: 28px;
    line-height: 28px;
    background-color: #E87722;
    border-radius: 14px;
    width: 149px;
    display: inline-block;
    text-align: center;
    margin-left: 45px;
    color: #fff;
    font-family: fontMedium;
}

.header-pc {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.header-pc .logo {
    width: 260px;
    height: 45px;
}

.header-pc .nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header-pc .nav li {
    margin-left: 35px;
    font-size: 16px;
    position: relative;
}

.header-pc .nav li .dropdown-menu {
    position: absolute;
    width: 100%;
}

.header-pc .nav li .dropdown-menu li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px 0 0 0;
    min-height: 30px;
    text-align: center;
    padding: 1px;
    background-color: #F9F9F9;
}

.header-pc .nav li .dropdown-menu .current {
    background-color: #009CBD;
}

.header-pc .nav li .dropdown-menu .current a{
	color: #FFFFFF;
}

.header-pc .nav li .dropdown-menu a {
    font-size: 14px;
    color: #54585A;
}

.header-pc .nav a {
    display: block;
    color: #54585A;
}

.header-pc .nav a.hover {
    color: #009CBD;
    font-family: fontMedium;
}

.header-pc .nav a:hover {
    color: #009CBD;
}

.header-m {
    display: none;
    background: #FFFFFF;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    position: relative;
}

.header-m .headerBar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 1.0625rem 0;
}

.header-m .headerBar img {
    height: 30px;
    width: auto;
}

.header-m .navBbox {
    display: none;
    background: #F6F6F6;
    border-radius: 2px;
    position: absolute;
    z-index: 10;
    top: 4.0625rem;
    right: 0;
    width: 95%;
    /* padding: 1.25rem 1.6875rem; */
    box-sizing: border-box;
}

.header-m .navBbox .navCloseBtn {
    width: 1.25rem;
    height: 1.25rem;
    left: 10px;
    top: 10px;
    position: absolute;
}

.header-m .navBbox ul {
    padding-bottom: 0rem;
}

.header-m .navBbox li {
    padding: 15px 0px;
    border-bottom: 0.5px solid #009CBD;
    text-align: center;
}

.header-m .navBbox li:last-of-type {
    border-bottom: none;
}

.header-m .navBbox a {
    font-family: fontMedium;
    font-size: 1rem;
}

.header-m .navBbox a.js_menu_available {
    color: #009CBD;
}

.header-m .navBbox li .menu_icon{
    width: 10px;
    height: 26px;
    margin: auto 5px;
    background: url(../icon/menu_down.png) no-repeat center;
    display: initial;
    position: absolute;
    right: 30px;
}

.header-m .navBbox li.open .menu_icon{
    background: url(../icon/menu_up.png) no-repeat center;
}

.header-m .navBbox li .dropdown-menu {
    width: 100%;
    margin-bottom: -12px;
    margin-top: 11px;
}

.header-m .navBbox li ul.dropdown-menu li {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1px 0 0 0;
    min-height: 34px;
    text-align: center;
    padding: 1px;
    background-color: #C7C7C7;
    border-bottom: 0px solid #009CBD;
    color: #FFFFFF;
}

.header-m .navBbox li ul.dropdown-menu li.current {
	background-color: #009CBD;
}

.header-m .navBbox li ul.dropdown-menu li a{
    font-size: 0.88rem;
}

/*适配ipad pro*/

@media screen and (max-width: 1024px) {
    .header-top {
        padding-top: 1.0rem;
        margin-bottom: 0;
        font-size: 0.625rem;
    }
    .header-top img {
        width: 0.625rem;
        height: 0.625rem;
        margin-right: 0.25rem;
    }
    .header-top span {
        line-height: 0.625rem;
    }
    .header-top a {
        display: none;
    }
    .header-pc {
        display: none;
    }
    .header-m {
        display: block;
    }
}


/** 底部文件 **/


/** 变量文件 **/


/** 函数文件 **/


/**按钮样式**/


/**  flex-direction: row | row-reverse | column | column-reverse; 
 	justify-content: flex-start | flex-end | center | space-between | space-around; 
 	    align-items: flex-start | flex-end | center | baseline | stretch;
      align-content: flex-start | flex-end | center | space-between | space-around | stretch; 
**/

.footer-pc {
    padding-top: 80px;
}

.footer-pc .module-inquire {
    margin-top: 62px;
    margin-bottom: 66px;
    text-align: center;
}

.footer-pc .module-inquire .title {
    text-align: center;
    font-size: 30px;
    margin-bottom: 20px;
}

.footer-pc .module-inquire p {
    width: 780px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 67px;
    font-size: 14px;
    text-align: left;
}

.footer-pc .module-inquire h1 {
    text-align: center;
    font-size: 26px;
}

.footer-pc .module-inquire a {
    margin-top: 30px;
}

.footer-pc .footer-module1 {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 86px;
}

.footer-pc .footer-module1 .media-icon {
    text-align: left;
    width: 50%;
}

.footer-pc .footer-module1 .media-icon img {
    height: 28px;
    width: auto;
    margin: 0 15px;
}

.footer-pc .footer-module1 .right {
    font-size: 14px;
    width: 50%;
}

.footer-pc .footer-module1 .right .title {
    margin-bottom: 20px;
    font-family: fontMedium;
}

.footer-pc .copyright {
    margin-top: 48px;
    font-size: 12px;
    font-family: fontMedium;
    background: #005587;
    text-align: center;
    height: 50px;
    vertical-align: middle;
    line-height: 50px;
    color: #ffff;
}

@media screen and (max-width: 1024px) {
    .footer-pc {
        padding-top: 2.5625rem;
        padding-bottom: 0rem;
        margin-top: 2.4375rem;
    }
    .footer-pc .module-inquire {
        margin-top: 0;
        padding-top: 0;
        margin-bottom: 0;
    }
    .footer-pc .module-inquire .title {
        font-size: 1.125rem;
        text-align: left;
    }
    .footer-pc .module-inquire p {
        width: auto;
        margin-top: 1.5625rem;
        font-size: 0.875rem;
        text-align: left;
    }
    .footer-pc .module-inquire h1 {
        text-align: center;
        font-size: 1.125rem;
        margin-top: 1.375rem;
    }
    .footer-pc .module-inquire a {
        margin-top: 3.125rem;
    }
    .footer-pc .footer-module1 {
        display: block;
        margin-top: 6.8125rem;
    }
    .footer-pc .footer-module1 .media-icon {
        width: 100%;
    }
    .footer-pc .footer-module1 .media-icon img {
        height: 1.75rem;
        margin: 0 0.9375rem;
    }
    .footer-pc .footer-module1 .right {
        font-size: 0.875rem;
        width: 100%;
        margin-top: 7.25rem;
    }
    .footer-pc .footer-module1 .right .title {
        margin-bottom: 1.25rem;
    }
    .footer-pc .copyright {
        margin-top: 2.75rem;
        line-height: 1.125rem;
        font-size: 0.55rem;
		font-family: fontMedium;
		background: #005587;
		text-align: center;
		height: 3.325rem;
		vertical-align: middle;
		color: #ffff;
		padding-top: 0.54rem;
    }
}


/**pad**/

@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 1.625rem;
        line-height: 1.875rem;
    }
    h2 {
        font-size: 1.425rem;
        line-height: 1.625rem;
    }
    h4 {
        font-size: 1rem;
    }
    p {
        font-size: 0.8rem;
        line-height: 1.625rem;
    }
    .view-width {
        min-width: auto;
        padding: 0 2.375rem 0 1.9375rem;
    }
    .mainBox {
        padding: 0;
        padding-bottom: 5.0rem;
    }
}


/*适配ipad pro*/

@media screen and (min-width: 769px) and (max-width: 1024px) {
    html {
        font-size: 43.69px !important;
    }
}


/*适配ipad*/

@media screen and (min-width: 415px) and (max-width: 768px) {
    html {
        font-size: 32.76px !important;
    }
}


/*适配iphone6plus*/

@media screen and (min-width: 376px) and (max-width: 414px) {
    html {
        font-size: 17.66px !important;
    }
}


/*适配iphone5*/

@media screen and (max-width: 320px) {
    html {
        font-size: 13.65px !important;
    }
}
