﻿@import url(anim.css);
@import url(lrtk3.css);
* {
	margin: 0;
	padding: 0;
	border: 0;
}
body {
	background-color: #fff;
	overflow-x: hidden;
	color: #333;
	font-size: 12px;
	font-family: "SourceHanSansCN-Medium", "微软雅黑", "Arial", "Microsoft YaHei", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
}
a {
	color: #333;
	text-decoration: none;
	-webkit-tap-highlight-color: transparent;/*-webkit-transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;
  -moz-transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;
  transition: transform 0.3s ease, text-decoration 0.3s ease, color 0.3s, background 0.3s ease, text-indent 0.3s ease;*/
}
input, select, img {
	vertical-align: middle;
}
ul, li {
	list-style: none;
}
em, cite, th {
	font-style: normal;
	font-weight: normal;
	font-style: normal;
}
.divhidden {
	display: none;
}
.l {
	float: left;
}
.r {
	float: right;
}
.c_l {
	clear: both;
	height: 0px;
	font-size: 0px;
	overflow: hidden;
}
.f50 {
	font-size: 50px;
}
.f44 {
	font-size: 44px;
}
.f41 {
	font-size: 41px;
}
.f40 {
	font-size: 40px;
}
.f38 {
	font-size: 38px;
}
.f36 {
	font-size: 36px;
}
.f32 {
	font-size: 32px;
}
.f30 {
	font-size: 30px;
}
.f28 {
	font-size: 28px;
}
.f26 {
	font-size: 26px;
}
.f24 {
	font-size: 24px;
}
.f22 {
	font-size: 22px;
}
.f20 {
	font-size: 20px;
}
.f18 {
	font-size: 18px;
}
.f19 {
	font-size: 19px;
}
.f16 {
	font-size: 16px;
}
.header-v1 {
  	top: 0;
	width: 100%;
  	position: fixed;
	z-index: 100;
	/*box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);*/
}
.header-v1 > .top {
  	height: 27px;
  	background-color: #222222;
 	display: flex;
 	align-items: center;
}
.header-v1 > .top > .desc {
  	color: #fff;
  	font-size: 12px;
  	margin-left: 14.4%;
}
.header-v1 > .main {
  	background-color: #fff;
  	box-shadow: 0px 0px 7px 0px rgba(10, 1, 2, 0.24);
}
.header-v1 > .main > .content {
 	display: flex;
 	align-items: center;
 	margin: 0 auto;
  	width: 100%;
    height: 74px
}
.header-v1 > .main > .content > .logo{
	display: block;
  	margin-left: 14.5%;
}
.header-v1 .main .content .logo img:hover {
	transition: all 0.3s;
	filter: Alpha(Opacity=60);
	opacity: 0.6;
}
.navBar {
  	margin-left: 96px;
}
.nav {
	list-style: none;
	padding: 0;
  	display: flex
}
.nav > .nav-list {
  	position: relative;
	margin-right: 20px;
  	width: 102px;
  	height: 52px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 20px;
  	color: #000 !important;
  	transition: background-color 0.3s ease, color 0.3s ease; 
}
.nav .current {
  	background: #2B3440;
  	color: #fff !important;
}
.nav .nav-list:hover {
  	background: #E2F0FD;
  	color: #000 !important;
}
.nav .nav-list:hover:after {
  	content: '';
  	height: 11px;
    position: absolute;
    bottom: -11px;
  	width: 100%;
  	border-bottom: 3px solid #004FA2;
}
.nav .nav-list .item-a span {
	display: flex;
    justify-content: center;
	transition: all 0.3s;
}
.nav .current > a {
    color: inherit;
}
.nav .current .item-a:after {
	left: 0%;
	right: 0%;
	opacity: 1;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.nav .nav-list .item-a:after {
	content: "";
	display: block;
	width: 74px;
  	margin-top: 6px;
    height: 2px;
	background: linear-gradient(90deg, #0058AA, #009EE8);
  	transform: scaleX(0);
 	 transform-origin: center;
 	 transition: transform 0.3s ease;
}
.nav .current .item-a:after {
	transform: scaleX(1);
}
.nav .nav-list .item-a:hover:after {;
	transform: scaleX(1);
}
.nav .on .item-a:after{
  transform: scaleX(1);
}
.nav .sub {
	display: none;
	width: 100%;
	padding: 0;
	position: absolute;
	background: #fff;
	top: calc(100% + 12px); 
	text-align: center;
	z-index: 110;
	left: 0%;
    border-radius: 2px;
}
.nav .sub::before {
    content: '';
    position: absolute;
    top: 0;  
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 3px solid #004FA2;
    z-index: 1; 
}
.nav .sub .sub-list{
    display: flex;
  	padding-top: 10px;
  	padding-left: 7px;
  	padding-right: 7px;
  	flex-direction: column;
  	align-items: center;
    justify-content: center;
}
.nav .sub .sub-list li {
  	min-height: 45px;
  	display: flex;
    padding: 8px 0;
  	align-items: center;
    box-sizing: border-box;
  	justify-content: center;
	font-size: 14px;
  	width: 100%;
 	color: #555 !important;
  	border-bottom: 1px dashed #555;
}
.nav .sub .sub-list li:last-child {
    border-bottom: none;
}
.nav .sub li a {
    color: inherit;
}
.nav .sub li a:hover {
	color: #004EA2;
}
.header-v1 > .main > .content > .daji-wrapper  {
	margin-left: 214px;
  	position: relative;
}
.header-v1 > .main > .content > .daji-wrapper > .content {
  	display: flex;
  	align-items: center;
  	position: relative;
  	font-size: 19px;
    cursor: pointer;
}
.header-v1 > .main > .content > .daji-wrapper > .content> .cart {
    width: 47px;
    margin-top: -3px;
    display: block;         
  	margin-right: 10px;
}
.header-v1 > .main > .content > .daji-wrapper > .content> .fire {
    width: 60px;
  	position: absolute;
    right: -40px;
    bottom: -26px;
  	z-index: 20;
}
.header-v1 > .main > .content > .daji-wrapper > .content:hover:after {
   	content: '';
  	height: 19px;
    position: absolute;
     bottom: -19px;
    left: 20%;
    width: 112px;
  	border-bottom: 3px solid #004FA2;
  	z-index: 14;
}
.header-v1 > .main > .content > .daji-wrapper > .daji-sub {
    display: none;
    position: absolute;
    z-index: 15;
    top: calc(100% + 3px); 
    left: 27px;
    z-index: 99;
    margin-top: 18px;
}
.header-v1 > .main > .content > .daji-wrapper > .daji-sub:before {
    content: '';
    position: absolute;
    top: 0;  
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 3px solid #004FA2;
    z-index: 100; 
}
.header-v1 > .main > .content > .daji-wrapper > .daji-sub > .qrcode {
    max-width: 102px;
    background: #fff;
    padding: 7px 5px;
}
.wrap {
	width: 100%;
  	display: flex;
  	flex-direction: column;
  	align-items: center;
    position: relative;
}
.footer {
	background: #1D1D1D;
  	height: 510px;
  	color: #eee;
}
.footer > .wrap {
  	flex-direction: row;
  	padding-top: 139px;
  	width: 100%;
}
.footer > .wrap > .contact {
 	width: 38%;
    display: flex;
    flex-direction: column;
  	margin-left: 19.4%;
}
.footer .title {
  	width: 320px;
 	line-height: 24px;
  	padding-bottom: 13px;
  	border-bottom: 1px dashed #eee;
  	margin-bottom: 35px;
}
.footer > .wrap > .contact > .desc {
	color: #ccc;
}
.footer > .wrap > .follow {
 	flex-grow: 1;
}
.footer > .wrap > .follow > .list {
  	display: flex;
    align-items: center;
}
.footer > .wrap > .follow > .list > .item {
  	width: 82px;
  	height: 65px;
}
.footer > .wrap > .follow > .list > .weixin {
	background-image: url(../picture/weixin.png);
  	cursor: pointer;
  	background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
  	transition: all 0.5s ease;
  	position: relative;
}
.footer > .wrap > .follow > .list > .weixin:hover {
	background-image: url(../picture/weixin_hover.png);
}
.footer > .wrap > .follow > .list .weixin-sub {
    display: none;
    position: absolute;
    top: 100%;
    left: -40%;
    z-index: 99;
    margin-top: 24px;   
}

.footer > .wrap > .follow > .list > .weixin > .weixin-sub > .qrcode {
    width: 143px;
}

.footer > .copyright {
	color: #ccc;
    display: flex;
    justify-content: center;
    margin-top: 170px;
  	font-size: 16px;
    white-space: pre;
}
.footer > .copyright > a {
	color: #ccc;
}
/* 手机导航全局 */
.touch-top {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 99;
	background: #090a0c;
	display: none;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
.touch_bg {
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 8;
	background: #0d0d0d;
	display: none;
	filter: Alpha(Opacity=60);/*IE7 fix*/
	opacity: 0.6;
	height: 100%;
}
.touch-top-wrapper {
	width: 96%;
	margin: 0 auto;
}
.touch-top-wrapper .touch-logo {
	float: left;
}
.touch-top-wrapper .touch-logo img {
	height: 90px;
	display: block;
}
.touch-navigation {
	display: block;
}
.touch-toggle {
	position: absolute;
	right: 10px;
	top: 0;
}
.touch-toggle li {
	float: left;
	height: 70px;
	padding: 0 12px;
	text-align: center;
}
.touch-toggle li a {
	height: 70px;
}
.touch-toggle li:hover, .touch-toggle li:active {
}
.touch-toggle .touch-toggle-item-first {
	border-left: none;
}
.touch-toggle .touch-toggle-item-last {
	border-right: none;
}
.touch-toggle li a {
	display: block;
	font-size: 12px;
}
.touch-toggle li i {
	display: inline-block;
	width: 32px;
	height: 32px;
	overflow: hidden; /*margin-top:20px;*/
	margin-top: 30px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.touch-toggle .touch-icon-language {
	background-image: url(../images/touch-icon-language.png);
}
.touch-toggle .touch-icon-user {
	background-image: url(../images/touch-icon-user.png);
}
.touch-toggle .touch-icon-search {
	background-image: url(../images/head_pic2.png);
}
.touch-toggle .touch-icon-menu {
	background-image: url(../images/head_pic1.png);
}
.touch-toggle li span {
	display: none;
	text-align: center;
}
.drawer-section {/* background-color:#40312f; padding:20px;*/
	display: none;
}
.drawer-section-menu {/* padding:20px 20px 35px;*/  /*padding:0px 0px 35px;*/
}
.touch-toggle-content {
	clear: both;
}
.touch-menu {
	clear: both;
}
.touch-menu ul li {
	border-bottom: 1px solid #333;
	position: relative;
}
.touch-menu ul li a {
	color: #fff;
	display: block;
	font-size: 18px;
	height: 48px;
	line-height: 48px;/* padding-left:10px;*/
	padding-left: 2%;
}
.touch-menu ul li a:hover, .touch-menu ul li a:active {
	background-color: #004ce5;
	color: #fff;
}
.touch-menu ul li i {
	position: absolute;
	top: 14px;/* right:5px;*/
	right: 25px;
	display: block;
	width: 13px;
	height: 13px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
.touch-menu ul li i.touch-arrow-right {
	display: none;
	background-image: url(../images/touch-arrow-r.png);
}
.touch-menu ul li i.touch-arrow-down {
	background-image: url(../images/touch-arrow-d.png);
}
.touch-menu ul li i.touch-arrow-up {
	background-image: url(../images/touch-arrow-u.png);
}
.touch-menu ul li a:hover i.touch-arrow-down {
	background-image: url(../images/touch-arrow-d2.png);
}
.touch-menu ul li a:hover i.touch-arrow-up {
	background-image: url(../images/touch-arrow-u2.png);
}
.touch-menu ul ul {
	display: none;
	margin: 0;/* padding:0 10px 30px 30px;*/
	padding: 0 0px 30px 0px;
}
.touch-menu ul ul li {
	border-bottom: none;
	margin: 0;
	padding: 0;
}
.touch-menu ul ul li a {
	padding: 0;
	padding-left: 3%;
	font-size: 16px;
	height: 38px;
	line-height: 38px;
	text-transform: uppercase;
}
.touch-menu ul ul li i {
	top: 13px;
}
.touch-menu .closetitle {
	padding-top: 10px;
	padding-bottom: 12px;
	text-align: center;
}
.touch-menu .closetitle img {
	margin: 0 auto;
	height: 20px;
	width: auto;
}
/*荣誉弹窗*/
.case_bgs {
	z-index: 19891024;
	background: url(../images/about_bg.png) repeat;
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
}
.case_tc {
	z-index: 19891025;
	width: 90%; /* top: 157.5px; */
	left: 50%;
	margin-left: -46%; /* margin-left: -300px; */
	position: absolute;
	overflow: hidden;
	top: 270px;
	height: 0;
	display: none;
}
.case_tc .case_box {
	width: 94%;
	margin: 0 auto;
	max-width: 740px;
	background: #00a1e9;
	border: 6px solid #b3b3b3;
	border-radius: 6px;
	overflow: hidden;
}
.case_tc .case_box2 {
	width: 94%;
	margin: 0 auto;
	max-width: 1028px;
	background: #fff;
	overflow: hidden;
}
.case_tc .case_divs {
	position: relative;
	width: 100%;
}
.case_tc .case_divs .closed {
	right: 0%;
	position: absolute;
	top: 0%;
	cursor: pointer;
}
.case_tc .case_divs .closed:hover {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	transition: all 0.3s;
}
.case_tc .case_divs .closed2 {
	right: 15px;
	position: absolute;
	top: 15px;
	cursor: pointer;
}
.case_tc .case_divs .closed2:hover {
	filter: Alpha(Opacity=80);
	opacity: 0.8;
	transition: all 0.3s;
}
.case_tc #tc_big {
	width: 100%;
	display: block;
}
.case_tc .case_divs .case_txt {
	padding: 12px;
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	padding-top: 6px;
	padding-bottom: 6px;
}
.case_tc .case_divs .case_txt h2 {
	font-size: 14px;
	line-height: 40px;
	font-weight: normal;
}
.case_tc .case_divs .case_txt2 {
	max-width: 890px;
	width: 94%;
	margin: 0 auto;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	padding-top: 50px;
	padding-bottom: 50px;
}
.case_tc .case_divs .case_txt2 h2 {
	font-size: 18px;
	line-height: 40px;
	margin-bottom: 1%;
}
.case_tc .case_divs .case_txt3 {
	max-width: 890px;
	width: 94%;
	margin: 0 auto;
	color: #333;
	font-size: 14px;
	line-height: 22px;
	padding-top: 50px;
	padding-bottom: 30px;
}
.case_tc .case_divs .case_txt3 dl dt {
	font-weight: bold;
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	color: #333333;
}
.case_tc .case_divs .case_txt3 dl dd:first-child {
	font-size: 14px;
}
.case_tc .case_divs .case_txt3 dl dd {
	color: #555555;
	font-size: 13px;
	line-height: 28px;
	border-bottom: 1px dashed #cccccc;
	padding-bottom: 2%;
	margin-bottom: 2%;
}
.case_tc .case_divs .case_txt3 dl dd h3 {
	font-size: 16px;
	height: 30px;
	line-height: 30px;
}
.case_tc .case_divs .case_txt3 dl dd:last-child {
	border-bottom: 0;
}
.case_tc .case_divs .case_txt3 dl dd .job_a {
	display: block;
	width: 150px;
	height: 44px;
	overflow: hidden;
	background-color: #409EFF;
	color: #fff;
	font-size: 14px;
	line-height: 44px;
	border-radius: 6px;
	margin-top: 50px;
	text-align: center;
	transition: all 0.3s;
}
.case_tc .case_divs .case_txt3 dl dd .job_a:hover {
	color: #fff;
	filter: Alpha(Opacity=80);
	opacity: 0.8;
}
 @media screen and (max-width: 1600px) {
.f50 {
	font-size: 47px;
}
.f44 {
	font-size: 40px;
}
.f41 {
	font-size: 38px;
}
.f40 {
	font-size: 37px;
}
.f38 {
	font-size: 36px;
}
.f36 {
	font-size: 35px;
}
}
@media screen and (max-width: 1440px) {
.f50 {
	font-size: 45px;
}
.f44 {
	font-size: 38px;
}
.f41 {
	font-size: 36px;
}
.f40 {
	font-size: 35px;
}
.f38 {
	font-size: 34px;
}
.f36 {
	font-size: 33px;
}
}
@media screen and (max-width: 1310px) {
.header-v1 .top-main .top_r {
	display: none;
}
}
@media screen and (max-width: 1200px) {
.f50 {
	font-size: 41px;
}
.f44 {
	font-size: 36px;
}
.f41 {
	font-size: 32px;
}
.f40 {
	font-size: 31px;
}
.f38 {
	font-size: 30px;
}
.f36 {
	font-size: 29px;
}
.f16 {
	font-size: 14px;
}
/*尾部*/
.f_bg .links {
	padding-right: 3%;
	margin-right: 3%;
}
.f_bg .f_div2_r {
	margin-right: 1%;
}
}
@media screen and (max-width: 1100px) {
.f50 {
	font-size: 39px;
}
.f44 {
	font-size: 32px;
}
.f41 {
	font-size: 30px;
}
.f40 {
	font-size: 29px;
}
.f38 {
	font-size: 28px;
}
.f36 {
	font-size: 27px;
}
.f28 {
	font-size: 22px;
}
.f24 {
	font-size: 20px;
}
.f22 {
	font-size: 18px;
}
.f18 {
	font-size: 16px;
}
/* 手机导航全局 */
.header-v1 {
	display: none;
}
.touch-top {
	display: block;
}
.top_search {
	width: 90%;
	overflow: hidden;
	margin-bottom: 10px;
	margin-top: 0;
	background: url(../images/search_bg.png) #eee right center no-repeat;
	margin-right: 5%;
}
/*尾部*/
.f_bg .links {
	padding-right: 2.8%;
	margin-right: 2.8%;
}
.f_bg .f_div2_r a {
	font-size: 18px;
}
}
@media screen and (max-width: 960px) {
.f50 {
	font-size: 36px;
}
.f44 {
	font-size: 30px;
}
.f41 {
	font-size: 28px;
}
.f40 {
	font-size: 27px;
}
.f38 {
	font-size: 26px;
}
.f36 {
	font-size: 25px;
}
.f24 {
	font-size: 18px;
}
/*尾部*/
.f_bg .links {
	display: none;
}
.f_bg .f_div2_r2 {
	margin-top: 2%;
}
.f_bg .f_div2_r {
	width: 40%;
	margin-top: 2%;
}
}
@media screen and (max-width: 830px) {
.f50 {
	font-size: 34px;
}
.f44 {
	font-size: 28px;
}
.f41 {
	font-size: 27px;
}
.f40 {
	font-size: 26px;
}
.f38 {
	font-size: 25px;
}
.f36 {
	font-size: 24px;
}
.f32 {
	font-size: 27px;
}
.f30 {
	font-size: 26px;
}
.f28 {
	font-size: 20px;
}
.f24 {
	font-size: 17px;
}
.f22 {
	font-size: 16px;
}
.f18 {
	font-size: 14px;
}
/*尾部*/
.f_div3 {
	text-align: center;
	font-size: 12px;
}
.f_div3 .l {
	display: block;
	width: 100%;
}
.f_div3 .l label {
	display: block;
}
.f_div3 .r {
	display: block;
	width: 100%;
}
}
@media screen and (max-width: 780px) {
.f50 {
	font-size: 30px;
}
.f40 {
	font-size: 25px;
}
.f38 {
	font-size: 24px;
}
.f36 {
	font-size: 23px;
}
/*右边浮动客服*/
.side {
	display: none;
}
.right_ul {
	display: block;
}
}
 @media screen and (max-width: 640px) {
.f50 {
	font-size: 28px;
}
.f40 {
	font-size: 23px;
}
.f38 {
	font-size: 22px;
}
.f36 {
	font-size: 21px;
}
.f32 {
	font-size: 21px;
}
.f30 {
	font-size: 20px;
}
.f28 {
	font-size: 18px;
}
.f24 {
	font-size: 16px;
}
.f22 {
	font-size: 14px;
}
.f18 {
	font-size: 13px;
}
.f16 {
	font-size: 13px;
}
/* 手机导航全局 */
.touch-top-wrapper .touch-logo img {
	height: 80px;
}
.touch-toggle li i {
	margin-top: 20px;
}
.touch-menu ul li a {
	font-size: 16px;
	height: 40px;
	line-height: 40px;
}
.touch-menu ul ul li a {
	font-size: 14px;
}
}
 @media screen and (max-width: 480px) {
.f50 {
	font-size: 25px;
}
.f40 {
	font-size: 19px;
}
.f38 {
	font-size: 18px;
}
.f36 {
	font-size: 18px;
}
.f32 {
	font-size: 17px;
}
.f28 {
	font-size: 15px;
}
.f18 {
	font-size: 12px;
}
/* 手机导航全局 */
.touch-top-wrapper .touch-logo img {
	height: 40px;
	padding: 12px 0;
}
.touch-toggle li {
	padding-left: 8px;
	padding-right: 8px;
}
.touch-toggle li i {
	width: 26px;
	height: 26px;
	margin-top: 23px;
}
/*.touch-menu ul li a{ font-size:14px; height:36px; line-height:36px;}
.touch-menu ul ul li a{ font-size:13px;}*/
/*尾部*/
.f_bg .f_div2_r2 {
	width: 42%;
}
.f_bg .f_div2_r2 img {
	width: 80%;
	height: auto;
	max-width: 118px;
}
.f_bg .f_div2_r {
	width: 45%;
}
}
 @media screen and (max-width: 360px) {
.f50 {
	font-size: 23px;
}
.f40 {
	font-size: 17px;
}
.f38 {
	font-size: 16px;
}
.f36 {
	font-size: 17px;
}
.f32 {
	font-size: 16px;
}
.f28 {
	font-size: 14px;
}
}
.baidu_ditu {
	width: 100%;
	height: 25rem;
	margin: 0 auto;
	border: #ccc solid 1px;
	margin-bottom: 2rem;
}
@media screen and (max-width:767px) {
body .baidu_ditu {
	width: 96%;
	height: 20rem;
	margin: 0 auto;
	border: #ccc solid 1px;
	margin-bottom: 2rem;
}

}

.footx a{ display:inline-block; margin-right:10px}

