ul{
	list-style: none;
	padding:0;
	margin:0;
}
@font-face {
  font-family: 'MyriadPro';
  src: url('../fonts/MyriadPro-Regular.eot');
  src:
    url('../fonts/MyriadPro-Regular.woff'),
    url('../fonts/MyriadPro-Regular.ttf'),
    url('../fonts/MyriadPro-Regular.svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
    font-family: 'SourceHanSansCN';
    src: url('../fonts/SourceHanSansCN-Light.otf');
    src: url('../fonts/SourceHanSansCN-Light.eot'),url('../fonts/SourceHanSansCN-Light.woff'),url('../fonts/SourceHanSansCN-Light.ttf'),url('../fonts/SourceHanSansCN-Light.svg');
    font-weight: normal;
    font-style: normal;
}
body {
    min-width: 1024px;
    font-family: 'SourceHanSansCN';
    font-family: roboto,Arial,Helvetica,sans-serif !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: roboto,Arial,Helvetica,sans-serif !important;
}
img {
    width: 100%;
}
.f-dn{
	display: none !important;
}
.font_blue{
    color:#008cd6;
}
.font_grey{
    color:#5a5a5a;
}
/**** 头部菜单  ****/
.headNav_container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 30;
    min-width: 217px;
    width: 21.23%;
    background-color: rgba(33, 99, 173, 0.9);
}

.headNav_logoCon {
    position: absolute;
    top: 0px;
    right: 3.66%;
    z-index: 20;
    width: 19.2%;
    margin-top:3.88%;
    min-height: 1px;
    display: none;
}

.headNav_logoCon2 {
    right: 3%;
    width: 240px;
    margin-top:3.66%;
    display: none;
}

.search_coninput2 {
    position: absolute;
    top: 0px;
    right: 3.66%;
    z-index: 20;
    margin-top:12.5%;
    min-height: 1px;
}
.search_coninput2 .search_inputTxt {
    width: 155px;
    height: 40px;
    line-height: 40px;
    text-indent: 5px;
    padding-right: 5px;
    border: none;
    font-size: 14px;
    color: #000;
    vertical-align: middle;
}
.search_coninput2 .search_inputTxt:focus{
    border:none;
}
.search_coninput2 .search_inputbtn {
    display: inline-block;
    width: 64px;
    height: 40px;
    margin-left:-5px;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    background-color: #ff852a;
    border: 5px solid #fff;
    vertical-align: middle;
}

.search_coninput2 .search_inputbtn:focus {
    outline: none;
}

@media screen and (max-width:1200px) {
    .headNav_logoCon2 {
        right: 2%;
        width: 200px;
    }

    .search_coninput2 .search_inputTxt {
        width: 132px;
        height: 32px;
        line-height: 32px;
        text-indent: 5px;
        font-size: 12px;
    }

    .search_coninput2 .search_inputbtn {
        width: 44px;
        height: 32px;
        font-size: 12px;
        line-height: 26px;
        border: 3px solid #fff;
    }
}

.headNav_logo {
    position: relative;
    width: 62%;
    margin-top: 18.3%;
    margin-bottom: 23.5%;
    margin-left: 17.2%;
    cursor: pointer;
    min-height: 1px;
}
_:-ms-lang(x),
_::-webkit-meter-bar,
.headNav_logo {
    margin-top: 50px;
    margin-bottom: 65px;
}

.headNav_logoTxt {
    width: 196px;
    margin-top: 19px;
    float: right;
    font-size: 14px;
    margin-right: -8px;
}

.hold_link {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.link_name {
	position: relative;
}

.headNav_top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    /*font-family: 'SourceHanSansCN';*/
    font-size: 16px;
    color: #fff;
    /*font-family: 'MyriadPro';*/
}
.headNav_menuFirst {
    /*flex: 1;*/
    /*width: 100%;*/
    margin-left: 17.2%;
}

.headNav_menuFirst2 {
    position: absolute;
    left: 0;
    top:100%;
    width: 100%;
    margin-left: 0;
    padding-left: 17.2%;
    padding-bottom: 5%;
    background-color: rgba(33, 99, 173, 0.9);
}

.headNav_menu {
    position:relative;
    /*padding-right:8.3%;*/
	/*float: left;*/
}
.headNav_menuFirstCon {
    padding: 7.5% 8.3% 7.5% 0;
    font-size: 20px;
    /*float: left;*/
    /*margin-right:16px;*/
}
@media (max-width: 1250px) {
    .headNav_menuFirstCon {
        font-size: 16px;
    }
}
.headNav_menuFirstCon.current .menuFirstTxt {
    border-bottom:1px solid #fff;
}
.headNav_menuFirstCon.current .menuFirstTxt > a {
    font-weight:bold;
}

.headNav_menu li span:hover {
    cursor: pointer;
}
.headNav_menu li span a:hover {
    cursor: pointer;
}

.headNav_navSearchBtn{
	float: right;
	color:#006bc5;
	background-color: #fff;
	width:28px;
	height:28px;
	line-height: 28px;
	text-align: center;
	border-radius: 14px;
	margin-right: 10px;
	margin-top:20px;
}
.headNav_navSearchBtn img{
	width:15px;
	height:15px;
}
.headNav_navENBg {
    display: none;
    width: 32px;
    height: 32px;
    margin-top: 6.9%;
    margin-bottom: 13.79%;
    /*margin-left: 17.2%;*/
    color: #000068;
    line-height: 32px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
}
    .headNav_navENBg:first-of-type {
        display: block;
    }
    .headNav_navENBg a:hover, .headNav_navENBg a:focus {
        text-decoration: none;
    }

    .headNav_navENBg2 {
        position: absolute;
        right: 0;
        bottom: 0;
        margin-left: 0;
        margin-right: 17.2%;
        margin-bottom: 11.79%;
    }
.headNav_navENBg span{}

.headNav_stick {
    position: absolute;
    left: 17.2%;
    bottom: 13.79%;
    width:23%;
    max-width: 68px;
    cursor: pointer;
}
.headNav_stick p {
    width: 100%;
    margin-bottom: 9px;
    height: 7px;
    background-color: #fff;
}
.headNav_stick p:last-child {
    margin-bottom: 0;
}

.headNav_logoTxtF{
	margin-bottom:0px;
}
.headNav_logoTxtS{
	margin-bottom:0px;
	color:rgba(255,255,255,.6);
}
.headNav_menuLists{
	width:100%;
	clear: both;
	position: absolute;
	top:116px;
	left:0;
	z-index: 22;
}
.headNav_menuListCon {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 20;
    width: 121%;
    height:157%;
}

.headNav_menuFirst2 .headNav_menuListCon {
    min-height:100%;
    height:100%;
}

.triangle-up{
	position: absolute;
	bottom: 0px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 8px solid #fff;
}
.headNav_menuListConBg{
    display:none;
	width:100%;
	border-top:2px solid #fff;
}
.headNav_menuListChoose {
    /*position: absolute;
    top: 0;
    left: 0;*/
    width: 100%;
    height:100%;
    /*padding: 0 90px;*/
    /*padding: 0 17%;*/
    /*margin-top: 1%;*/
    color: #fff;
}
    .headNav_menuListChoose .border-left{

    }
.headNav_menuSecond,
.headNav_menuThird,
.headNav_menuFour {
    width: 100%;
    min-height: 100%;
    padding: 5.4% 0 13.8% 0;
    font-size: 16px;
    background-color: rgba(33, 99, 173, 0.9);
}
@media (max-width: 1250px) {
    .headNav_menuSecond,
    .headNav_menuThird,
    .headNav_menuFour {
        font-size: 12px;
    }
}

.headNav_menuSecond.active {
    /*border-right: 1px solid #fff;*/
}

.headNav_menuSecond {
    border-left: 1px solid #165294;
}
.headNav_menuThird,
.headNav_menuFour {
    position: absolute;
    top: 0;
    left: 100%;
    border-left: 1px solid #165294;
}

    /*.headNav_menuFour {
        width: 420px;
        position: absolute;
        top: 0;
        padding-left: 30px;
        border-left: 1px solid #fff;
    }*/
.headNav_menuSecondCon,
.headNav_menuThirdCon,
.headNav_menuFourCon {
    padding:1.1% 6.9% 0 25px;
    margin-bottom:5.1%;
}

.headNav_menuSecondCon > :first-child {
    /*font-weight: 600;*/
}

/*.headNav_menuFirstCon .menuFirstTxt,*/ 
/*.headNav_menuSecondCon span, 
.headNav_menuThird span,
.headNav_menuFour span {
	padding: 6px 8px;
}*/

.headNav_menuFirstCon .menuFirstTxt a, .headNav_menuSecondCon a, .headNav_menuSecondCon {
    color: #fff;
}

.headNav_menuSecondCon > span,
.headNav_menuThirdCon > span,
.headNav_menuFourCon > span {
    position: relative;
}

.headNav_menuFirstCon.active > .menuFirstTxt,
.headNav_menuSecondCon.active > span,
.headNav_menuThirdCon.active > span,
.headNav_menuFourCon.active > span,
.headNav_menuFirstCon.active > .menuFirstTxt > a,
.headNav_menuSecondCon.active > span > a,
.headNav_menuThirdCon.active > span > a,
.headNav_menuFourCon.active > span > a {
    color: #ff852a;
    text-decoration: none;
    /*background-color: #fff;
    border-radius: 12px;
    padding: 6px 8px;*/
}
.headNav_menuSecondCon.active > span::before,
.headNav_menuThirdCon.active > span::before,
.headNav_menuFourCon.active > span::before {
    content: '';
    display: block;
    position: absolute;
    left: -25px;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #ff852a;
}

/*.headNav_menuFirstCon:hover > .menuFirstTxt > a, .headNav_menuSecondCon:hover > span > a, .headNav_menuThirdCon:hover > span > a, .headNav_menuFourCon:hover > span > a {
    color: #ff852a;
    text-decoration: none;
}*/
.headNav_verticalLine{
	height:100%;
	width:1px;
	position: absolute;
	top:0;
	left: 0;
	background-color: #80a4c7;
}
/*.menuLiActive{
	color:#006bc5;
	background-color: #fff;
	border-radius: 12px;
	padding: 6px 8px;
}*/

/*search*/
.footer_lastOneCon{
	width: 100%;
	background: url("../Images/home/searchBg.jpg") no-repeat;
	background-size: 100%;
	padding:56px 0 43px 0;
	text-align: center;
	margin-top: 29px;
	position: relative;
}
.footer_lastOneTitle{
	font-size: 47px;
	color: #fff;
	margin:0;
}
.footer_lastOnesubTitle{
	font-size: 21px;
	color:#fff;
	margin:0;
}

@media (min-width: 1024px){
    .container {
        width: 1280px;
    }
    
}

/*页面底部样式Begin*/
#Footer {
    min-width: 1024px;
    background: #2167ad;
    position: relative;
}
.footer_content {
    background: #2167ad;
    margin: 0% 3%;
    color: #fff;
    padding: 40px 0;
}

.footer_content a {
    color: #fff;
}

.contact_link a:hover {
    text-decoration: none;
}

.footer_content .container {
    display: flex;
    width: 100%;
    padding: 0;
}
/*底部左部分*/
.footer_content .footer_contactUs {
    width: 25%;
    border-right: 1px solid;
}

.footer_content .contact_img {
    width: 75%;
    margin-bottom: 15px;
    margin-left: -10px;
}

.footer_content .contact_link {
    width: 75%;
    font-size: 20px;
    border: 2px solid;
    border-radius: 30px;
    padding: 2px 19px;
    margin: 18px 20px 18px 0;
}

    .footer_content .contact_link a:hover, .footer_copyrightTxt .footer_TP_link a:hover{
        text-decoration:none;
    }
    .footer_content .location_phone {
        margin-top: 35px;
    }

.footer_content .location_phone_row {
    width: 100%;
    margin-bottom: 9px;
    font-size:12px;
}

.footer_content .contact_location {
    width: 40%;
    margin-right: 22px;
    display: inline-block;
}

.footer_content .contact_phone {
    width: 50%;
    display: inline-block;
}
/*底部右部分*/
.footer_content .footer_link {
    width: 75%;
    padding-left: 45px;
    font-size: 12px;
}
.footer_link .footer_nav_link {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.footer_link .link_title {
    font-size: 20px;
    margin-bottom: 10px;
}
.footer_link li{
    margin-bottom:9px;
}

/*领英及微信*/
.footer_content .media {
    /*position: absolute;*/
    display: flex;
    text-align: right;
    justify-content: space-between;
    right: 0px;
    bottom: 0px;
    width: 70%;
}

.footer_content h2 {
    font-size: 20px;
}

.footer_content img {
    width: 100%;
}

.footer_content .con {
    position: relative;
    display: inline-block;
    /*margin-right: 24%;*/
    text-align: center;
    vertical-align: top;
}

.footer_content .wechat {
    position: relative;
    /*width: 76px;*/
}

.footer_content .linkedin {
    position: relative;
    /*width: 60px;*/
    margin: auto;
}

.footer_content .linkedin:hover {
    cursor: pointer;
}

/*copyright  &&  Link*/
.footer_copyrightTxt {
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    vertical-align: bottom;
    margin-top: 23%;
}

.footer_copyrightTxt .copyrightTxt {
    display: inline-block;
    font-size: 18px;
    width: 58%;
    margin: 0;
}
.footer_copyrightTxt a {
    color: #fff;
}
.footer_copyrightTxt .footer_TP_link {
    border: 2px solid;
    border-radius: 20px;
    padding: 2px 12px;
    /*margin: 0 10px;*/
    margin-left: 21px;
    
}
/*页面底部样式End*/
/*底部样式*/
#Footer {
    min-width: 1024px;
    background: #2167ad;
    position: relative;
}

.footer_content {
    background: #2167ad;
    margin: 0% 3%;
    color: #fff;
    padding: 40px 0;
}

    .footer_content a {
        color: #fff;
    }

.contact_link a:hover {
    text-decoration: none;
}

.footer_content .container {
    display: flex;
    width: 100%;
    padding: 0;
}

.footer_content .footer_contactUs {
    width: 25%;
    border-right: 1px solid;
}

.footer_content .contact_img {
    width: 75%;
    margin-bottom: 15px;
    margin-left: -10px;
    display: none;
}

.footer_content .contact_link {
    width: 75%;
    font-size: 20px;
    border: 2px solid;
    border-radius: 30px;
    padding: 2px 19px;
    margin: 18px 20px 18px 0;
}

    .footer_content .contact_link a:hover,
    .footer_copyrightTxt .footer_TP_link a:hover {
        text-decoration: none;
    }

.footer_content .location_phone {
    margin-top: 30px;
    margin-bottom: 30px;
}

.footer_content .location_phone_row {
    width: 100%;
    margin-bottom: 9px;
    font-size: 12px;
}

.footer_content .contact_location {
    width: 40%;
    margin-right: 22px;
    display: inline-block;
}

.footer_content .contact_phone {
    width: 50%;
    display: inline-block;
}

.footer_content .footer_link {
    width: 75%;
    /* padding-left: 45px; */
    font-size: 12px;
}

.footer_link .footer_nav_link {
    position: relative;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    padding: 0 6%;
}

    .footer_link .footer_nav_link ul {
        float: left;
        margin-left: 6%;
    }

.footer_link .link_title {
    font-size: 20px;
    margin-bottom: 10px;
}

.footer_link li {
    margin-bottom: 9px;
}

/* .footer_content .media {
  position: absolute;
  display: flex;
  text-align: right;
  justify-content: space-between;
  right: 0px;
  bottom: 0px;
  width: 70%;
} */

.footer_content h2 {
    font-size: 20px;
}

.footer_content img {
    width: 100%;
}

.footer_content .con {
    position: relative;
    display: inline-block;
    /*margin-right: 24%;*/
    text-align: center;
    vertical-align: top;
}

/* .footer_content .wechat {
  position: relative;
  width: 76px;
}

.footer_content .linkedin {
  position: relative;
  width: 60px;
  margin: auto;
}

.footer_content .linkedin:hover {
  cursor: pointer;
} */

/*copyright  &&  Link*/
.footer_copyrightTxt {
    color: #fff;
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    vertical-align: bottom;
    margin-top: 6%;
    margin-left: 6%;
}

    .footer_copyrightTxt .copyrightTxt {
        display: inline-block;
        font-size: 18px;
        width: 58%;
        margin: 0;
    }

    .footer_copyrightTxt a {
        color: #fff;
    }

    .footer_copyrightTxt .footer_TP_link {
        border: 2px solid;
        border-radius: 20px;
        padding: 2px 12px;
        /*margin: 0 10px;*/
        margin-left: 21px;
    }

.footer_content .con {
    width: 40px;
    margin-right: 6%;
}

.footer_nav_link .link-item dd {
    margin-bottom: 10px;
}

.footer_nav_link .link-item .our-brand {
    margin-bottom: 40px;
}

.footer_nav_link .link-item .news {
    margin-bottom: 94px;
}

.footer_content .wechat {
    position: relative;
    cursor: pointer;
}

    .footer_content .wechat .qr-code {
        width: 150px;
        height: 150px;
        background-color: #fff;
        position: absolute;
        bottom: 120%;
        display: none;
    }

    .footer_content .wechat:hover .qr-code {
        display: block;
    }

/*隐私及备案*/

.bottom {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.3px;
    color: #fff;
    margin-top: 6%;
    padding-top: 18px !important;
    padding-left: 6%;
    padding-bottom: 18px;
}
.pure-g {
    text-rendering: optimizespeed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
}
.bottom .content {
    display: block;
    width: 100%;
    text-align: left;
}
.bottom .content .copyright {
    display: inline-block;
    margin-right: 25px;
}
.bottom .file {
    cursor: pointer;
    display: inline;
}
.bottom img {
    position: relative;
    width: 20px;
    display: inline;
    top: -2px;
    margin-right: 5px;
    height: 20px;
}