body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select {
	margin: 0;
	padding: 0;
}

body {
	font-size: 12px;
	font-family: "微软雅黑";
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a{
	color: #333333;
	text-decoration: none !important;
	outline:none !important;
}

a:hover {
	color: #30376b;
	text-decoration: none !important;
	outline:none !important;
}

em {
	font-style: normal;
}

li {
	list-style: none;
}

img {
	border: 0;
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

p {
	word-wrap: break-word;
}

input:focus,textarea:focus,.swiper-button-next:focus,.swiper-button-prev:focus,.swiper-pagination-bullet:focus,button:focus{
    outline:none;
}

*::selection {
	background-color: #30376b;
    color: white;
}

*::-moz-selection {
	background-color: #30376b;
    color: white;
}

*::-webkit-selection {
	background-color: #30376b;
    color: white;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: '';
}


.pro{ height:45px; width:100%; float:left; display:block; border:none; color:#ffffff;}

@font-face {
  	font-family: "wigrumweb";
  	src: url("../font/wigrumweb-bold.woff") format("woff"),
       url("../font/wigrumweb-bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

@media only screen and (max-width: 991px) {
	.container {
		width: 95%;
		padding: 0;
	}
	.containers {
		width: 95%;
		padding: 0;
		margin:0 auto;
	}
}
@media only screen and (max-width: 750px) {
	.container {
		width: 95%;
	}
	.containers {
		width: 95%;
		margin:0 auto;
	}
}
@media only screen and (min-width: 1101px) {
	.container {
		width: 95%;
		padding: 0;
	}
	.containers {
		width: 95%;
		padding: 0;
		margin:0 auto;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		width: 95%;
	}
	.containers {
		width: 95%;
		margin:0 auto;
	}
}
@media only screen and (min-width: 1300px) {
	.container {
		width: 95%;
	}
	.containers {
		width: 95%;
		margin:0 auto;
	}
}
@media only screen and (min-width: 1400px) {
	.container {
		width: 95%;
	}
	.containers {
		width: 95%;
		margin:0 auto;
	}
}
@media only screen and (min-width: 1550px) {
	.container {
		width: 95%;
	}
	.containers {
		width: 95%;
		margin:0 auto;
	}
}
@media only screen and (min-width: 1700px) {
	.container {
		width: 90%;
	}
	.containers {
		width: 63%;
		margin:0 auto;
	}
}
.pc-show
	{
	    display:block;
	}
	.mobile-show
	{
	    display:none !important;
	}

header {
	width: 100%;
	height: 100px;
	background-color: #FFFFFF;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 100;
}
header .header_logo {
	display: block;
	width: 204px;
	height: 66px;
	transition: all 0.5s;
	font-size:16px;
}
header .header_logo img {
	display: block;
	max-width: 100%;
}
.header_menu 
{
    margin: 39px 0 0px;
    float:right;
}
.header_menu ul {
	width: 100%;
	height: 32px;
}
.header_menu ul li {
	list-style: none;
	float: left;
	width: auto;
	height: 60px;
	position: relative;
    margin-left: 8px;
}
.header_menu ul li h4 {
	width: 100%;
	overflow: hidden;
	font-size: 16px;
	line-height: 45px;
	text-align: center;
	font-weight: normal;
}
.header_menu ul li h4 a {
	color: #848484;
}
.header_menu ul li:hover{text-decoration: none;}
.header_menu ul li:hover h4 a {
	color: #30376b;
	text-decoration: none;
}
.header_menu ul li.menuNow h4 a {
	color: #30376b;
}
.header_menu ul li:last-of-type {
	margin: 0;
}
.header_menu ul li .header-two {
	width: 140px;
	overflow: hidden;
	background: rgba(0,0,0,.5);
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -72px;
	padding: 10px 11px 14px;
	display: none;
	text-align: center;
	transition: all 0.3s ease;
}
.header_menu ul li .header-two p {
	width: 100%;
	overflow: hidden;
	line-height: 31px;
	font-size: 13px;
	position: relative;
	border-bottom: 1px dashed #cccccc;
}
.header_menu ul li .header-two p a {
	color: #ffffff;
}
.header_menu ul li .header-two p:hover a 
{
    
}
.header_logo {
	display: block;
	width: 204px;
	height: 40px;
	margin: 30px 0;
	overflow: hidden;
	float: left;
}
.header_logo img {
	width: 100%;
}
.header-right {
	float: right;
}
.header-en {
	width: 60px;
	height: 32px;
	line-height: 32px;
	margin: 39px 30px;
	font-size: 16px;
	font-family: arial;
	overflow: hidden;
	color: #848484;
	float: right;
}
.header-en a {
	color: #848484;
}
.header-en a.active {
	font-weight: bold;
	color: #30376b;
}
.header-search {
	width: 100px;
	height: 100px;
	background-color: rgba(34,34,34,0.1);
	position: relative;
	float: right;
	cursor: pointer;
}
.header-search img {
	width: 36px !important;
	position: absolute;
	right: 32px;
	top: 32px;
}

.blue{ color:#30376b !important;}
.grey{ color:#333333;}
.language{ float:left;width: 120px;margin-top: 3px;}
.ss{ width:108px; height:26px; background:url(../images/ss_1.png) no-repeat; float:right; line-height:26px; margin-top: 39px;}
.ss1{border:none;width: 80px;height:19px;line-height:19px;margin-left:0;margin-top:2px;font-size: 12px;}
.ss_btn{ background:none; border:none; width:25px; height:22px; float:right; cursor:pointer;}
.w1{ width:243px;}
.tel{ font-size:14px; line-height:43px;float: right;text-align: right;}
@media only screen and (max-width: 1500px) {
    .header_menu ul li
    {
        margin-left:0 !important;
    }
    .lm_lb .t_b img {
        height: 172px !important;
    }
}
@media only screen and (max-width: 1200px) {
	header {
		height: 125px;
		background-color: #30376b;
	}
	.logo {
		width: 253px;
		height: 49px;
		margin: 38px 0;
		display:none;
	}
	.logo img:nth-of-type(1),.logo img:nth-of-type(2) {
		display: none;
	}
	.logo2 {
		width: 50%;
		height: 49px;
		margin: 38px 0;
	}
	.logo2 img:nth-of-type(1),.logo2 img:nth-of-type(2) {
		display: none;
	}
	.header-right {
		width: 100%;
		height: -moz-calc(100% - 124px);
		height: -webkit-calc(100% - 124px);
		height: calc(100% - 124px);
		overflow: hidden;
		background-color: #FFFFFF;
		position: fixed;
		left: 0px;
		top: 124px;
		display: none;
	}
	.header-menu {
		width: 650px;
		height: auto;
		margin: 25px auto 10px;
		float: none;
	}
	.header-menu li {
		float: none;
		margin: 0;
		font-size: 36px;
		line-height: 60px;
		padding: 0;
	}
	.header-search {
		width: 650px;
		float: none;
		border-radius: 10px;
	    margin: 10px auto;
	}
	.header-search input {
		width: -moz-calc(100% - 80px);
		width: -webkit-calc(100% - 80px);
		width: calc(100% - 80px);
		height: 100%;
		padding: 0 15px;
		font-size: 24px;
		background-color: transparent;
		border: none;
		position: absolute;
		right: 80px;
		top: 0px;
	}
	.header-icon {
		width: 60px;
		height: 60px;
		margin: 32.5px 0;
		overflow: hidden;
		float: right;
		position: relative;
	}
	.header-icon li {
		width: 100%;
		height: 10px;
		border-radius: 5px;
		overflow: hidden;
		background-color: #FFFFFF;
		position: absolute;
		left: 50%;
		top: 50%;
	}
	.header-icon li:nth-of-type(1) {
		margin: -20px 0 0 -30px;
		transition: all 0.5s;
	}
	.header-icon li:nth-of-type(2) {
		width: 80%;
		margin: -5px 0 0 -30px;
		transition: all 0.1s 0.3s;
	}
	.header-icon li:nth-of-type(3) {
		margin: 10px 0 0 -30px;
		transition: all 0.5s;
	}
	header.header-click .header-icon li:nth-of-type(1) {
		margin: -5px 0 0 -30px;
		transform: rotate(45deg);
	}
	header.header-click .header-icon li:nth-of-type(2) {
		opacity: 0;
		transition: all 0s 0s;
	}
	header.header-click .header-icon li:nth-of-type(3) {
		margin: -5px 0 0 -30px;
		transform: rotate(-45deg);
	}
	.header_menu ul li .header-two
	{
	    display:none !important;
	}
	.pc-show
	{
	    display:none !important;
	}
	.mobile-show
	{
	    display:block !important;
	}
	.header_logo{
        margin: 40px 0;
    }
    .banner .swiper-slide p:nth-of-type(1) {
        font-size: 42px !important;
        top: 28% !important;
    }
    .banner .swiper-slide p:nth-of-type(2) {
        font-size: 42px !important;
        top: 50% !important;
    }
    .banner .swiper-slide span{ font-size:56px !important;}
    .about_lt {
        width: 100% !important;
    }
    .about_lt p {
        padding-right: 0 !important;
    }
    .mores {
        float: right !important;
    }
    .about_rl {
        display: none !important;
    }
    .about {
        margin-bottom: 0 !important;
    }
    .service_lt {
        width: 100% !important;
        margin-right: 0 !important;
        text-align: center !important;
    }
    .service_1 p {
        text-align: center !important;
        text-indent: 0 !important;
    }
    .service_mores {
        float: initial !important;
        margin: 50px auto !important;
        display: block !important;
    }
    .service_rl {
        width: 100% !important;
    }
    .service_2 {
        width: 100% !important;
        margin: 0 !important;
    }
    .service_3 {
        width: 100% !important;
    }
    .service_3 li {
        width: 49% !important;
        margin-right: 2% !important;
        margin-top: 2% !important;
        margin-bottom:0 !important;
        margin-left:0 !important;
    }
    .news_lt {
        width: 100% !important;
    }
    .tit {
        width: 100% !important;
        text-align: center !important;
    }
    #tab .tabList ul {
        width: 100% !important;
    }
    #tab .tabList ul li {
        width: 30% !important;
        height: 50px !important;
        line-height: 50px !important;
        font-size:16px;
    }
    .news_rl {
        width: 100% !important;
        margin-top: 35px;
    }
    .news_rl2 {
        width: 100% !important;
        margin-left: 0 !important;
        margin-top: 35px;
    }
    .tits {
        width: 100% !important;
    }
    .tits h1 {
        font-size: 42px !important;
        line-height: 80px !important;
    }
    .tits h2 {
        font-size: 36px !important;
    }
}
@media only screen and (max-width: 750px) {
	header {
		height: 65px;
	}
	.logo {
		width: 155px;
		height: 31px;
		margin: 17px 0;
	}
	.logo2 {
		height: 35px !important;
		margin: 19px 0px 0px !important;
	}
	.pc-show
	{
	    display:none !important;
	}
	.mobile-show
	{
	    display:block !important;
	}
	header .header_logo {
        display: block;
        width: 175px;
        height: 66px;
        transition: all 0.5s;
        margin-left: 0 !important;
    }
	.header-right {
		height: -moz-calc(100% - 64px);
		height: -webkit-calc(100% - 64px);
		height: calc(100% - 64px);
		top: 64px;
	}
	.header-menu {
		width: 335px;
		margin: 25px auto 10px;
	}
	.header-menu li {
		font-size: 18px !important;
		line-height: 40px !important;
	}
	.header-search {
		width: 335px;
		height: 40px;
		border-radius: 5px;
	    margin: 5px auto;
	    position: absolute;
        bottom: 26%;
        left: 12px;
	}
	.header-search input {
		width: -moz-calc(100% - 40px);
		width: -webkit-calc(100% - 40px);
		width: calc(100% - 40px);
		padding: 0 10px;
		font-size: 14px;
		right: 40px;
	}
	.header-search img {
	    width: 20px;
	    right: 15px;
	    top: 10px;
	}
	.header-icon {
		width: 30px;
		height: 30px;
		margin: 17.5px 0;
	}
	.header-icon li {
		height: 4px;
		border-radius: 2px;
	}
	.header-icon li:nth-of-type(1) {
		margin: -10px 0 0 -15px;
	}
	.header-icon li:nth-of-type(2) {
		margin: -2px 0 0 -15px;
	}
	.header-icon li:nth-of-type(3) {
		margin: 6px 0 0 -15px;
	}
	header.header-click .header-icon li:nth-of-type(1),header.header-click .header-icon li:nth-of-type(3) {
		margin: -2px 0 0 -15px;
	}
	.header_menu ul li.menuNow h4 a {
        font-weight: bold;
    }
    .header_menu ul li {
        height: auto;
        width: 100%;
    }
    .header_menu ul li h4 {
        text-align: left;
        text-indent: 16px;
        line-height: 35px !important;
    }
    .header_menu ul li:last-of-type {
        margin-left: 8px;
    }
    .case li {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .case {
        max-height: initial !important;
    }
    #tab .tabList ul li {
        margin: 23px 5px 36px !important;
        height: 45px !important;
        line-height: 45px !important;
    }
    .tit h1 {
        font-size: 42px !important;
    }
    .tit h2 {
        font-size: 36px !important;
    }
    .mores {
        float: initial !important;
        display: block !important;
        margin: 35px auto !important;
    }
    .jyln {
        width: 100% !important;
    }
    .jyln h1 {
        font-size: 30px !important;
        line-height: 46px !important;
    }
    .jyln p {
        font-size: 16px !important;
        margin-bottom: 20px !important;
    }
    .jyln i {
        margin-bottom: 20px !important;
    }
    .service_1 h1 {
        font-size: 42px !important;
        line-height: 48px !important;
    }
    .service_1 span {
        font-size: 36px !important;
        margin-top: 20px !important;
        margin-bottom: 40px !important;
    }
    .about_lt p {
        font-size: 16px !important;
        line-height: 30px !important;
    }
    .banner .swiper-slide p:nth-of-type(1) {
        font-size: 20px !important;
        top: 0% !important;
        letter-spacing:0 !important;
    }
    .banner .swiper-slide p:nth-of-type(2) {
        font-size: 20px !important;
        top: 25% !important;
        letter-spacing:0 !important;
    }
    .banner .swiper-slide span{ font-size:22px !important; letter-spacing:0 !important;}
    .header_logo {
        margin: 15px 0 !important;
    }
    .banner {
        margin-top: 65px !important;
    }
    .header_menu {
        float: left !important;
        margin: 85px 0px;
    }
    .header-en {
        position: absolute !important;
        top: 0px !important;
        margin: 39px 18px !important;
    }
    .ss {
        position: absolute !important;
        top: 0px !important;
        left: 100px !important;
    }
    .header-en {
        width: 150px !important;
    }
}
@media only screen and (min-width: 1101px) {
	header {
		height: 80px;
	}
	.logo {
		width: 165px;
		height: 33px;
		margin: 23px 0;
	}
	.logo img
	{
	    width:400px;
	    height:auto;
	    position:relative;
	    display:block;
	    float:left;
	}
	.logo2 {
		width: 165px;
		height: 33px;
		margin: 23px 0;
		display:none;
	}
	.logo2 img
	{
	    width:400px;
	    height:auto;
	    position:relative;
	    display:block;
	    float:left;
	}
	.header-search {
		width: 80px;
		height: 80px;
	}
	.header-search img {
		width: 24px;
		right: 28px;
		top: 28px;
	}
	.header-search input {
		width: 200px;
		height: 40px;
		border-radius: 5px;
		padding: 0 10px;
		font-size: 14px;
		overflow: hidden;
		background-color: #FFFFFF;
		border: 1px solid rgba(0,0,0,0.5);
		position: absolute;
		right: 80px;
		top: 20px;
		z-index: 99999;
		display: none;
	}
	.header-search:hover input {
		display: block;
	}
}
@media only screen and (min-width: 1200px) {
	header {
		height: 90px;
	}
	.logo {
		width: 185px;
		height: 37px;
		margin: 26px 0;
	}
	.logo2 {
		width: 50%;
		height: 37px;
		margin: 26px 0;
	}
	.header-search {
		width: 90px;
		height: 90px;
	}
	.header-search img {
		width: 28px;
		right: 31px;
		top: 31px;
	}
	.header-search input {
		width: 225px;
		right: 90px;
		top: 32px;
	}
}
@media only screen and (max-width: 1200px) {
	.logo {
		width: 205px !important;
		height: 37px;
		margin: 26px 0;
	}
	.logo2 {
		width: 50%;
		height: 60px;
		margin: 43px 0px 0px;
	}
}
@media only screen and (min-width: 1400px) {
	.logo {
		width: 255px;
		height: 37px;
		margin: 26px 0;
	}
	.logo2 {
		width: 255px;
		height: 37px;
		margin: 26px 0;
	}
}
@media only screen and (min-width: 1550px) {
	header {
		height: 100px;
	}
	.logo {
		width: 368px;
		height: 60px;
		margin: 33px 0 0;
		background-size: 100% !important;
	}
	.logo2 {
		width: 300px;
		height: 60px;
		margin: 33px 0 0;
	}
	.header-search {
		width: 100px;
		height: 100px;
	}
	.header-search img {
		width: 36px;
		right: 32px;
		top: 32px;
	}
	.header-search input {
		width: 250px;
		right: 100px;
		top: 30px;
	}
}

footer {
	width: 100%;
	overflow: hidden;
	background-color: #f5f5f5;
}
footer .footer-top {
	width: 100%;
	padding: 65px 0 110px;
	overflow: hidden;
    background-size: 130%;
}
.footer-left {
	width: 35%;
	overflow: hidden;
	float: left;
}
.footer-left img {
	width: 320px;
	margin: 0 0 20px;
}
.footer-left p {
	font-size: 14px;
	line-height: 18px;
	margin: 25px 0 0;
	padding: 0 0 0 30px;
	color: #303030;
	background-image: url(../images/f1.png);
	background-repeat: no-repeat !important;
	background-position: 0px 0px !important;
	background-size: auto 18px !important;
}
.footer-left p:nth-of-type(2) {
	background-image: url(../images/f2.png);
}
.footer-left p:nth-of-type(3) {
	background-image: url(../images/f3.png);
}
.footer-left p:nth-of-type(4) {
	background-image: url(../images/f4.png);
}
.footer-left p:nth-of-type(5) {
	background-image: url(../images/f5.png);
}
.footer-right {
	width: 15%;
	overflow: hidden;
	float: right;
}
.footer-right h4 {
	font-size: 18px;
	line-height: 20px;
	margin: 10px 0 23px;
}
.footer-right h4 a {
	color: #303030;
}
.footer-right input {
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 25px;
	font-size: 18px;
	padding: 0 30px;
	overflow: hidden;
	border: none;
}
.footer-right button {
	display: block;
	width: 100%;
	height: 50px;
	border-radius: 25px;
	margin: 13px 0 0;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	overflow: hidden;
	background-color: #30376b;
	border: none;
}
.footer-center 
{
    width:85%;
	float: left;
}
.footer-center li {
	float: left;
	margin-right: 4%;
}
.footer-center li:last-child
{
    width:auto;
}
.footer-center li h4 {
	font-size: 16px;
	line-height: 35px;
	border-bottom:#f1f1f1 solid 2px;
}
.footer-center li p {
	font-size: 14px;
	line-height: 24px;
}
.footer-center li h4 a {
	color: #303030;
}
.footer-center li p a {
	color: #303030;
}
.footer-center li h4:hover a,.footer-center li p:hover a,.footer-right h4:hover a {
	color: #30376b;
}
footer .footer-bottom {
	width: 100%;
	padding: 35px 0;
	overflow: hidden;
	background-color: #30376b;
}
.footer-bottom p {
	line-height: 20px;
	font-size: 16px;
	color: #b2b5c0;
	float: left;
	margin-right: 15px;
}
.footer-bottom p a {
	color: #b2b5c0;
}
.foot1{}
.ewm { text-align: center; width: 150px; margin: 20px auto 0px;}
.ewm span{ float:left; width:150px; text-align:center; font-size:16px; color:#000000; line-height:40px;}
.tit{ width:300px; float:left;}
.tit h1{ font-size:40px; color:#e6e6e6; font-weight:bold; line-height:56px;}
.tit h2{ font-size:54px; color:#353859;}


.tits{ width:500px; margin:20px auto 30px; text-align:center;}
.tits h1{ font-size:66px; color:#e6e6e6; font-weight:bold; line-height:100px;}
.tits h2{ font-size:54px; color:#353859;}


/*é¦–é¡µæ–°é—»èµ„è®¯*/
#tab{ width:100%; float:left;}
#tab .tabList{ width:100%; float:left;}
#tab .tabList ul{ width:420px;}
#tab .tabList ul li{
	float:left;
	background:#f4f5f7;
	width:114px;
	height:37px;
	line-height:37px;
	text-align:center;
	margin-left:-1px;
	position:relative;
	cursor:pointer;
	border-radius:20px;
	margin:23px 10px 36px;
	font-size:16px;
}
#tab .tabCon{
	border-top:none;
}
#tab .tabCon div{
	opacity:0;
	filter:alpha(opacity=0);
	margin: 0 auto;
}
#tab .tabList li.cur{
	border-bottom:none;
	background:#d7d8dc;
}
#tab .tabCon div.cur{
	opacity:1;
	filter:alpha(opacity=100);
}
#tab .tabCon li{ width:100%; float:left;}
#tab .tabCon li img{ width:100%; transition: all 0.5s;}
#tab .tabCon li a:hover img {
    transform: scale(1.1);
}
#tab .tabCon li img,.img{ overflow:hidden; border-bottom:none !important;}
#tab .tabCon li p{ font-size:22px; color:#b1b1b1; line-height:30px; border-bottom:#bcbcbc solid 1px; font-weight:400; margin-top:30px;}
#tab .tabCon li span{ font-size:16px; color:#393939; line-height:25px; margin-top:10px; display:block;}


.news_lt{ width:35%; float:left;}
.news_rl{ width:35%; float:left;}
.news_rl2{ width:28%; float:left; margin-left:2%;}



@media only screen and (max-width: 1100px) {
	footer .footer-top {
		padding: 80px 0;
	}
	.footer-left {
		width: 100%;
		float: none;
		min-height:213px;
	}
	.footer-left img {
		width: 310px;
		margin: 0 0 20px;
	}
	.footer-left p {
		font-size: 24px;
		line-height: 30px;
		margin: 25px 0 0;
		padding: 0 0 0 50px;
		background-size: auto 30px !important;
	}
	.footer-right {
		width: 100%;
		overflow: hidden;
		margin: 35px 0px 20px;
		text-align: center;
	}
	.footer-right h4 {
		width: 100%;
		font-size: 28px;
		line-height: 35px;
		margin: 0 0 20px;
		float: left;
	}
	.footer-right input {
		width: 75%;
		height: 60px;
		border-radius: 30px;
		font-size: 24px;
		padding: 0 30px;
		float: left;
	}
	.footer-right button {
		width: 75%;
		height: 60px;
		border-radius: 30px;
		margin: 30px 0 0;
		font-size: 24px;
		float: left;
	}
	.footer-center {
		width: 65%;
		margin: 40px 0 0;
		overflow: hidden;
		display:none;
	}
	.footer-center li {
		width: 100%;
		margin: 0 0 20px;
		overflow: hidden;
	}
	.footer-center li h4 {
		width: 25%;
		font-size: 28px;
		line-height: 35px;
		float: left;
	}
	.footer-center li p {
		width: 25%;
		font-size: 24px;
		line-height: 35px;
		margin: 0 0 10px;
		float: left;
	}
	footer .footer-bottom {
		padding: 25px 0;
	}
	.footer-bottom p {
		line-height: 35px;
		font-size: 24px;
		margin-right: 0;
		text-align: center !important;
	}
}
@media only screen and (max-width: 750px) {
	footer .footer-top {
		padding: 0;
	}
	.footer-left img {
		width: 77%;
		margin: 0 0 10px;
	}
	.footer-left p {
		font-size: 16px;
		line-height: 20px;
		margin: 10px 0 0;
		padding: 0 0 0 30px;
		background-size: auto 20px !important;
	}
	.footer-right
	{
	    margin: 35px 0px 20px;
	    display:none;
	}
	.footer-right h4 {
		font-size: 16px;
        line-height: 20px;
        margin: 0 0 10px;
        float: left;
        width: 100%;
	}
	.footer-right input {
		height: 40px;
		border-radius: 20px;
		font-size: 14px;
		padding: 0 20px;
		float: left;
	}
	.footer-right button {
		height: 40px;
		border-radius: 20px;
		margin: 15px 0 0;
		font-size: 16px;
		float: left;
	}
	.footer-center 
	{
	    display:none;
	}
	.footer-center li {
		margin: 0 0 10px;
	}
	.footer-center li h4 {
		font-size: 14px;
		line-height: 20px;
	}
	.footer-center li p {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 5px;
	}
	footer .footer-bottom {
		padding: 10px 0;
		margin-bottom: 40px;
	}
	.footer-bottom p {
		line-height: 20px;
		font-size: 14px;
        text-align: center;
	}
	footer {
        width: 100%;
    }
    .foot1>div {
        width: 100% !important;
    }
}
@media only screen and (min-width: 1101px) {
	footer .footer-top {
		padding: 40px 0 60px;
	}
	.footer-left {
		width: 35%;
	}
	.footer-left img {
		width: 175px;
		margin: 0 0 10px;
	}
	.footer-left p {
		font-size: 12px;
		margin: 15px 0 0;
		padding: 0 0 0 30px;
	}
	.footer-right {
		width: 180px;
	}
	.footer-right h4 {
		font-size: 14px;
		margin: 15px 0 10px;
	}
	.footer-right input {
		height: 35px;
		border-radius: 18px;
		font-size: 14px;
		padding: 0 18px;
	}
	.footer-right button {
		height: 38px;
		border-radius: 18px;
		font-size: 14px;
	}
	.footer-center {

	}
	.footer-center li 
	{
	    
	}
	.footer-center li h4 {
		font-size: 14px;
		margin: 0 0 5px;
	}
	.footer-center li p {
		font-size: 12px;
		line-height: 20px;
	}
	footer .footer-bottom {
		padding: 15px 0;
	}
	.footer-bottom p {
		font-size: 12px;
	}
}
@media only screen and (min-width: 1200px) {
	footer .footer-top {
		padding: 50px 0 50px;
	}
	.footer-left {
		width: 35%;
	}
	.footer-left img {
		width: 238px;
		margin: 0 0 15px;
	}
	.footer-left p {
		font-size: 16px;
		margin: 20px 0 0;
		padding: 0 0 0 30px;
		line-height:1.5;
	}
	.footer-right {
		width: 15%;
	}
	.footer-right h4 {
		font-size: 18px;
		margin: 20px 0 15px;
	}
	.footer-right input {
		height: 40px;
		border-radius: 20px;
		font-size: 16px;
		padding: 0 25px;
	}
	.footer-right button {
		height: 40px;
		border-radius: 20px;
		font-size: 16px;
	}
	.footer-center li h4 {
		font-size: 18px;
	}
	.footer-center li p {
		font-size: 15px;
        line-height: 2;
	}
	footer .footer-bottom {
		padding: 25px 0;
	}
	.footer-bottom p {
		font-size: 14px;
	}
}
@media only screen and (min-width: 1550px) {
	footer .footer-top {
		padding: 65px 0 58px;
	}
	.footer-left {
		width: 35%;
	}
	.footer-left img {
		width: 163px;
		margin: 0 0 20px;
	}
	.footer-left p {
		font-size: 16px;
		margin: 25px 0 0;
		padding: 0 0 0 30px;
	}
	.footer-right {
		width: 15%;
		text-align:center;
	}
	.footer-right h4 {
		font-size: 18px;
		margin: 10px 0 23px;
	}
	.footer-right input {
		height: 50px;
		border-radius: 25px;
		font-size: 18px;
		padding: 0 30px;
	}
	.footer-right button {
		height: 50px;
		border-radius: 25px;
		font-size: 18px;
	}
	.footer-center li h4 {
		font-size: 20px;
	}
	.footer-center li p {
		font-size: 16px;
		line-height: 31px;
	}
	footer .footer-bottom {
		padding: 35px 0;
	}
	.footer-bottom p {
		font-size: 16px;
	}
}
@media only screen and (max-width: 991px) {
.logo2 {
    width: 50% !important;
}
}
@media only screen and (max-width: 1100px) {
	.index-banner img {
        width: 100%;
        position: relative;
        left: 50%;
        margin-left: -50%;
        margin-top: 125px;
    }
}
@media only screen and (max-width: 750px) {
	.index-banner img {
        margin-top: 65px;
    }
    .page a {
        padding: 0 15px !important;
    }
}
@media only screen and (min-width: 1101px) 
{
    
}
@media only screen and (min-width: 1200px) 
{
    
}
@media only screen and (min-width: 1550px) 
{
    
}
@media only screen and (min-width: 1921px) 
{
    
}
/*è§†é¢‘å¼¹å‡º*/
.video-masked {
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0,0,0,0.8);
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 300;
	display: none;
}
.video-masked .video-x {
	display: block;
	width: 40px;
	height: 40px;
	overflow: hidden;
	cursor: pointer;
	position: absolute;
	top: 20px;
	right: 20px;
}
.video-x:before,.video-x:after {
	content: '';
	display: block;
	width: 40px;
	height: 6px;
	border-radius: 3px;
	overflow: hidden;
	background-color: #FFFFFF;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -3px 0 0 -20px;
	transform: rotate(45deg);
}
.video-x:after {
	transform: rotate(-45deg);
}
.video-masked video {
	display: block;
	background-color: #000000;
}
@media only screen and (max-width: 1300px) 
{
    .header_menu ul li h4 a {
        margin-right: 0 !important;
        padding: 0px 5px !important;
        margin-right:5px !important;
    }
    .container {
        width: 97% !important;
    }
    .about_lt p {
        padding-right: 5% !important;
    }
}
@media only screen and (max-width: 1100px) {
	.video-masked video {
		width: 100%;
		margin: 200px auto 0;
	}
}
@media only screen and (max-width: 750px) {
	.video-masked video {
		width: 335px;
		margin: 150px auto 0;
	}
	.video-masked .video-x {
		width: 24px;
		height: 24px;
		top: 10px;
		right: 10px;
	}
	.video-x:before,.video-x:after {
		width: 24px;
		height: 3px;
		border-radius: 1.5px;
		margin: -1.5px 0 0 -12px;
	}
	
	
	.header-search img
	{
	    top:0 !important;
	    margin-top: 10px;
	    width: 20px !important;
	}
	.logo2 {
        width: 87% !important;
    }
}
@media only screen and (min-width: 1101px) {
	.video-masked video {
		width: 850px;
		height: -moz-calc(100% - 200px);
		height: -webkit-calc(100% - 200px);
		height: calc(100% - 200px);
		margin: 100px auto;
	}
}
@media only screen and (min-width: 1200px) {
	.video-masked video {
		width: 1000px;
	}
}
@media only screen and (min-width: 1550px) {
	.video-masked video {
		width: 1200px;
	}
}


@media only screen and (max-width: 1400px) 
{
    .header-menu li {
        font-size: 16px;
        padding: 0 8px;
    }
    .logo {
        width: 238px;
        background-size: 85% !important;
    }
    .logo2 {
        width: 238px;
        background-size: 85% !important;
    }
    .header-menu {
        width: 652px;
    }
    .about-title:before {
        left: 198px !important;
    }
}


.nodata{ width:100%; font-size:16px; float:left; text-align:center; margin:10% auto;}


.map_list{ width:100%; float:left;}
.map_list li{ float:left; margin-right:10px; line-height:35px; margin-bottom:20px; margin-right:25px;}
.map_list li a{ font-size:16px; color:#737373;}
.map_list li a span{ margin-right:5px;}
.map_list li a:hover{ color: #30376b;}


.page{ float:left; width:100%; margin-bottom:50px; margin-top:30px; text-align:center;}
.page a{ display:inline-block; background:#fff; border:1px solid #eee; border-left:none; font-size:16px; color:#666; line-height:40px; padding:0 20px; text-transform:uppercase;}
.page a.cur,.page a:hover{ background:#30376b; border-top-color:#30376b; border-bottom-color:#30376b; color:#fff;}
.page a:first-child{ border-left:1px solid #eee;}
.p_rt a{ font-size:14px; border-right:none; border-left:1px solid #eee;}
.p_rt a:last-child{ border-right:1px solid #eee;}



.position {
		display: none;
		width: 100%;
		height: auto;
		position: fixed;
		bottom: 0px;
		z-index: 1001;
		background: #323232;
	}
	
	.innerWrapper {
		display: block;
		margin: 0 auto;
		width: 100%;
		position: relative;
		padding: 0;
	}
	
	.innerWrapper a {
		display: block;
		float: left;
		margin: 0;
		padding: 0;
		overflow: hidden;
		width: 33.3333%;
	}
	
	.position .innerWrapper a img {
		display: block;
		margin: 0 auto;
	}



@media only screen and (max-width:960px) {
	.position {
			display: block;
			}
	.topLogBox{margin-bottom:40px;}
	.swiper-container-3d{
	perspective: none;
	-webkit-perspective:none;
	}	
	.swiper-button-next, .swiper-button-prev{
		display: none;
	}
	
.proItem .protitle {
    font-size: 24px;
}
.proItem .itemTitle{font-size: 20px;margin-top: 0;clear: both;}	
.fenLine{margin-bottom: 15px;}
.huiLine{margin: 10px 0;}
.leftvideo,.rightAbout{width: 100%;}
.proDetail .detailItem {
    width: 200px;
    line-height: 45px;
    font-size: 18px;
}
.message{ display:none;}
.header_logo img {
    width: 82% !important;
}
.about_lt {
    margin-top: 27px !important;
}
.sy_banner {
    margin-top: 64px !important;
}
.sy_banners .ad-tit {
    font-size: 26px !important;
    text-align: center !important;
}
.sy_banners .ad-line {
    margin-left: auto !important;
}
.lm_lb ul li {
    width: 48% !important;
    margin-right: 2% !important;
    margin-bottom: 2% !important;
}
.news-right {
    margin-left: 0 !important;
}
}


.message{ float:right; width:500px; font-size:16px;}
.message input{ width:150px; float:left; height:33px; line-height:33px; padding:0; border: none;}
.message button{ width:150px; float:left; height:33px; line-height:33px; text-align:center; background-color:#cccccc; color:#000000; padding:0; border: none;}
.mail{ width:50px; background-color:#ffffff; float:left; text-align:center; display:block; height:33px; line-height:33px;}


.sy_banner {
    width: 100%;
    position: relative;
    z-index: 2;
    margin-top:110px;
}
.w_1920 {
    max-width: 1920px;
    margin-right: auto;
    margin-left: auto;
}


.sy_banners .text {
    position: absolute;
    width: 94%;
    color: #fff;
    text-align: left;
    top: 52%;
    left: 50%;
    line-height: 1.6;
    transform: translate(-50%, -50%);
    z-index: 4;
    max-width: 1580px;
}
.sy_banners .capitalize {
    text-transform: uppercase;
}
.sy_banners .ad-tit {
    font-size: 52px;
    font-weight: normal;
    line-height: 1.6;
    position: relative;
    text-align: center;
}
.sy_banners .ad-line {
    height: 2px;
    width: 3%;
    background: #fff;
    margin: 10px auto;
    margin-left: auto;
}
.sy_banners .ad-sum {
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    text-align: center;
}


.map_list{ width:100%; float:left;}
.map_list li{ float:left; margin-right:10px; line-height:35px; margin-bottom:20px; margin-right:25px;}
.map_list li a{ font-size:18px; color:#666666;}
.map_list li a span{ margin-right:5px;}
.map_list li a:hover{ color: #0259a0;}