img[src=""]{opacity: 0;}
@font-face {
	font-family: "Bebas";
	src: url("../font/Bebas.eot");
	/* IE9 */
	src: url("../font/Bebas.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../font/Bebas.woff") format("woff"), /* chromeã€firefox */
	url("../font/Bebas.ttf") format("truetype"), /* chromeã€firefoxã€operaã€Safari, Android, iOS 4.2+ */
	url("../font/Bebas.svg#Bebas") format("svg");
	/* iOS 4.1- */
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "AvantGardeGothic-DTC";
	src: url("../font/AvantGardeGothic-DTC.eot");
	/* IE9 */
	src: url("../font/AvantGardeGothic-DTC.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../font/AvantGardeGothic-DTC.woff") format("woff"), /* chromeã€firefox */
	url("../font/AvantGardeGothic-DTC.ttf") format("truetype"), /* chromeã€firefoxã€operaã€Safari, Android, iOS 4.2+ */
	url("../font/AvantGardeGothic-DTC.svg#Bebas") format("svg");
	/* iOS 4.1- */
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: "Gotham-XLight";
	src: url("../font/Gotham-XLight.eot");
	/* IE9 */
	src: url("../font/Gotham-XLight.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
	url("../font/Gotham-XLight.woff") format("woff"), /* chromeã€firefox */
	url("../font/Gotham-XLight.ttf") format("truetype"), /* chromeã€firefoxã€operaã€Safari, Android, iOS 4.2+ */
	url("../font/Gotham-XLight.svg#Bebas") format("svg");
	/* iOS 4.1- */
	font-style: normal;
	font-weight: normal;
}

::-webkit-scrollbar {
	width: 4px;
}

::-webkit-scrollbar-thumb {
	background: #0a3d72;
}

::-webkit-scrollbar-track {
	background: #ECECEC;
}

* {
	margin: 0;
	padding: 0;
}

.clearfix:after {
	clear: both;
	overflow: hidden;
	content: "";
	height: 1px;
	display: block;
}

.clearfix {
	*zoom: 1;
}

.topleg {
	height: 90px;
}

li {
	list-style: none;
}

a {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

img {
	display: block;
}

.toTop {
	transition: all.15s ease;
	width: 44px;
	height: 44px;
	position: fixed;
	right: 5%;
	bottom: 44px;
	background: #0a3d72;
	border-radius: 5px;
	text-align: center;
	line-height: 44px;
	color: #fff;
	cursor: pointer;
	z-index: 9999;
	font-size: 12px;
	opacity: .7;
	display: none;
}

.showTop {
	display: block;
}
a.nav.acta {
    background: #0a3d72;
    color: #fff! important;
}
.toTop:hover {
	opacity: 1;
}


/*bannerå›¾*/

.wow{
	opacity: 0;
}
.pcbanner,
.mobanner {
	width: 100%;
}

.mobanner {
	display: none;
}

.head {
	padding: 42px 0;
	position: fixed;
	z-index: 999;
	width: 100%;
	transition: all .3s;
	left: 0;
	top: 0;
}

.head .navbox {
	width: 92.5%;
	margin: 0 auto;
	position: relative;
}

.head .navbox .logobox {
	width: 182px;
	position: absolute;
	left: 0;
	top: -20px;
}

.head .navbox .logobox img {
	width: auto;
}

.head .navbox .navList {
	width: 68.8958%;
	margin: 0 auto;
	position: relative;
	left: 26%;
}

.head .navbox .navList a {
	display: block;
	color: #fff;
	font-size: 16px;
	width: 11%;
	text-align: center;
	line-height: 45px;
	float: left;
	transition: all .3s;
	position: relative;
}
.head .navbox .navList a::before {
	transition: all .3s;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50%;
	display: block;
	content: "";
	background: #0a3d72;
	transform: scaleX(0);
	transform-origin: 0 100%;
	z-index: -1;
}
.head .navbox .navList a:hover{
	color: #fff!important;
}
.head .navbox .navList a::after {
				z-index: -1;
				transition: all .3s;
				position: absolute;
				right: 0;
				bottom: 0;
				width: 100%;
				height: 50%;
				display: block;
				content: "";
				background: #0a3d72;
				transform: scaleX(0);
				transform-origin: 100% 0;
			}
.head .navbox .navList a:hover::after,
.head .navbox .navList a:hover::before {
				transform: scaleX(1);
			}

.head .navbox .menubox {
	position: absolute;
	right: 0;
	top: 0;
	width: 140px;
}

.head .navbox .menubox .left {
	cursor: pointer;
	float: left;
	color: #fff;
	line-height: 45px;
	width: 84px;
	background-color: transparent;
	font-size: 16px;
	height: 45px;
	position: relative;
}

.activehead .navbox .menubox .left {
	color: #626367;
}

.head .navbox .menubox .left .select a,
.head .navbox .menubox .left .select span {
	display: block;
	float: left;
}

.head .navbox .menubox .left .select span {
	padding: 0 10px;
}

.head .navbox .menubox .left .select .actlang {
	color: #0a3d72;
}

.head .navbox .menubox .left .select a:hover {
	color: #0a3d72;
}

.head .navbox .menubox .left .optionbox {
	line-height: 45px;
	position: absolute;
	left: 0;
	top: 45px;
	width: 100%;
	opacity: 0;
	transition: all .3s;
}

.head .navbox .menubox .left .optionbox .option {
	cursor: pointer;
}

.head .navbox .menubox .left:hover .optionbox {
	opacity: 1;
}

.head .navbox .menubox .right {
	float: left;
}

.head .navbox .menubox .right .menu {
	padding: 13px;
	cursor: pointer;
}

.head .navbox .menubox .right .menu span {
	display: block;
	width: 30px;
	height: 2px;
	background: #fff;
	margin-bottom: 6px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.head .navbox .menubox .right .menu:hover span {
	background: #0a3d72;
}

.activehead .navbox .menubox .right .menu span {
	background: #333;
}

.head .navbox .menubox .right .menu span:last-child {
	margin-bottom: 0;
}

.head .navbox .menubox .right .act span {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	background: #0a3d72;
}

.head .navbox .menubox .right .act span:nth-child(1) {
	margin-top: 8px;
}

.head .navbox .menubox .right .act span:nth-child(2) {
	opacity: 0;
}

.head .navbox .menubox .right .act span:nth-child(3) {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin-top: -16px;
}

.activehead {
	padding: 22px 0;
	background: #fff;
	box-shadow: 0px 0px 15px 0px rgba(170, 170, 170, 0.15);
}

.activehead .navbox .navList a {
	color: #626367;
}

.jg {
	margin: 0 5px;
}

.shuazi {
	position: absolute;
	top: 0;
	left: -260px;
	width: 267px;
}

.mask {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 111;
	display: none;
}

.mask .maskbox {
	width: 1056px;
	margin: 254px auto 0 auto;
	height: 600px;
}

.mask .maskbox .ul {
	width: 20%;
	float: left;
	color: #fff;
}

.mask .maskbox .ul .title {
	font-size: 30px;
	line-height: 52px;
	cursor: pointer;
}

.mask .maskbox .ul .li {
	font-size: 14px;
	color: #bbb;
	line-height: 34px;
	margin-bottom: 20px;
}

.mask .maskbox .ul .li a {
	display: block;
	transition: all .3s;
}

.mask .maskbox .ul .li a:hover {
	margin-left: 10px;
	color: #0a3d72;
}

.footer {
	padding: 99px 0;
	background: #626367;
}

.footer .inwrap {
	width: 91.44%;
	height: 60px;
	margin: 0 auto;
}

.footer .inwrap .logobox {
	float: left;
	width: 185px;
	padding: 7px;
}

.footer .inwrap ul {
	padding: 8px 0;
	font-size: 14px;
	line-height: 14px;
	color: #888;
}

.footer .inwrap .textbox {
	float: left;
	margin-left: 350px;
	height: 100%;
}

.footer .inwrap ul li {
	border-right: 1px solid #fff;
	float: left;
	margin-right: 10px;
}

.footer .inwrap ul li a {
	padding-right: 10px;
	color: #fff;
}

.footer .inwrap ul li:last-child {
	border: none;
}

.footer .inwrap .sharebox {
	padding: 10px 0;
	float: right;
	position: relative;
}

.footer .inwrap .sharebox .ewm {
	position: absolute;
	width: 150px;
	left: -170px;
	top: 50%;
	margin-top: -75px;
}

.footer .inwrap .sharebox .share {
	float: left;
	background: #333333;
	transition: all .15s ease;
}

.footer .inwrap .sharebox .share:nth-child(2) {
	background: url(../images/index-20.png) no-repeat;
	margin-right: 20px;
}

.footer .inwrap .sharebox .share:hover {
	background: url(../images/index-20.png) no-repeat;
}

.footer .inwrap .sharebox .share:last-child {
	margin-right: 0;
}

.footer .inwrap .beian {
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
}

.mohead {
	display: none;
	height: 54px;
	box-sizing: border-box;
	padding: 5px 5%;
	background: #fff;
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
}

.mohead .logobox {
	padding: 6px 0;
	float: left;
}

.mohead .logobox img {
	height: 32px;
}

.mohead .menubox {
	float: right;
	padding: 13px 0;
	position: relative;
	top: -105px;
}

.mohead .menubox .momenu span {
	display: block;
	width: 30px;
	height: 2px;
	background: #0a3d72;
	margin-bottom: 6px;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	transition: all .5s;
}

.mohead .menubox .momenu span:last-child {
	margin-bottom: 0;
}

.maskout {
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1000;
	display: none;
}

.maskout img {
	width: 30px;
	position: absolute;
	left: 40px;
	top: 40px;
}

.menu_sub {
	position: fixed;
	right: -70%;
	top: 0;
	width: 70%;
	background: #000;
	z-index: 1000;
	height: 100%;
	transition: all .3s;
}

.menu_sub li {
	text-align: left;
	border-bottom: 1px solid #232530;
	line-height: 44px;
	font-size: 16px;
	width: 92%;
	margin: 0 auto;
}

.menu_sub a {
	color: #fff;
	display: block;
}

.menu_sub .subTitle {
	color: #fff;
	background: url(../images/plus.png) no-repeat;
	background-size: 16px 16px;
	background-position: right center;
}

.menu_sub .bignav {
	background: none!important;
}

.menu_sub .subbox {
	display: none;
	font-size: 14px;
}

.menu_sub .menuact {
	background: url(../images/reduce.jpg) no-repeat;
	background-position: right center;
	background-size: 16px;
}

.navoutwrap {
	box-shadow: 0px 8px 15px 0px rgba(170, 170, 170, 0.15);
}

.navoutwrap .navboxs {
	background: #fff;
	text-align: center;
	font-size: 0;
	margin: 0 auto;
}

.navoutwrap .navboxs .navs {
	width: auto;
	height: 60px;
	display: block;
	line-height: 60px;
	font-size: 18px;
	color: #626367;
	border-right: 1px solid #e5e5e5;
	box-sizing: border-box;
	float: left;
	transition: all .3s; padding:0 25px;
}

.navoutwrap .navboxs .navs:first-child {
	border-left: 1px solid #E5E5E5;
}

.navoutwrap .navboxs .navs:hover,
.navoutwrap .navboxs .actnavs {
	color: #fff;
	background: #0a3d72;
}


/*é¡µç */

.pagewrap {
	text-align: center;
	line-height: 35px;
	margin-top: 80px;
	margin-bottom: 132px;
}

.pagewrap div {
	cursor: pointer;
	transition: all .3s;
}

.pagewrap .inwrap {
	float: left;
	position: relative;
	left: 50%;
}

.pagewrap .inwrap .pagebox {
	float: left;
	position: relative;
	left: -50%;
	color: #888;
}

.pagewrap .prevPage {
	margin-right: 8px;
}

.pagewrap .prevPage,
.pagewrap .nextPage {
	float: left;
	width: 80px;
	height: 35px;
	box-sizing: border-box;
	border: solid 1px #d7d7d7;
	display: block;
}

.pagewrap .pagenum {
	float: left;
	width: 35px;
	height: 35px;
	box-sizing: border-box;
	border: solid 1px #d7d7d7;
	margin-right: 8px;
	display: block;
	line-height: 35px;
}

.pagewrap .activenum {
	background: #0a3d72;
	color: #fff;
	border: none;
}

.pagebox .lastpage,
.pagebox .allpage {
	float: left;
	width: 80px;
	height: 35px;
	box-sizing: border-box;
	border: solid 1px #d7d7d7;
	display: block;
	margin-left: 8px;
}

.pagebox .allpage {
	border: none;
}

.loadmore {
	text-align: center;
	display: none;
	width: 90%;
	margin: 44px auto 64px auto;
	height: 44px;
	font-size: 16px;
	line-height: 44px;
	color: #fff;
	background: #0a3d72;
	border-radius: 2px;
}

@media screen and (min-width: 1440px) and (max-width: 1600px) {}

@media screen and (min-width: 1280px) and (max-width: 1440px) {
	/*.head .navbox .navList{width: 800px;}*/
}

@media screen and (min-width: 100px) and (max-width: 1024px) {
	.mobanner {
		display: block;
	}
	.pcbanner {
		display: none;
	}
	.head {
		display: none;
	}
	.topleg {
		height: 54px;
		display: block;
	}
	.mohead {
		display: block;
		box-shadow: 0px 0px 15px 0px rgba(170, 170, 170, 0.15);
	}
	.footer {
		padding: 20px 0;
	}
	.footer .inwrap {
		width: 90%;
		height: 60px;
	}
	.footer .inwrap .logobox {
		display: none;
	}
	.footer .inwrap ul {
		display: none;
	}
	.footer .inwrap .sharebox {
		display: none;
	}
	.footer .inwrap .textbox {
		float: none;
		margin-left: 0;
		width: auto;
	}
	.footer .inwrap .beian {
		text-align: center;
		float: none;
		font-size: 14px;
		line-height: 30px;
	}
	.footer .inwrap .beian a {
		display: block;
	}
	.navoutwrap .navboxs {
		width: 100%!important;
		margin: 0 auto;
	}
	.navoutwrap .navboxs .navs {
		/* width: 50%!important; */
		height: 36px;
		line-height: 36px;
		border-bottom: 1px solid #E5E5E5!important;
		font-size: 16px;
	}
	.navoutwrap .navboxs .actnavs {
		color: #fff!important;
		background: #005ba0!important;
	}
	.navoutwrap .navboxs .navs:nth-child(2n) {
		border-right: none;
	}
	.navoutwrap .navboxs .navs:nth-child(2n+1) {
		border-left: none;
	}
	/*.navoutwrap .navboxs .navs:first-child{border-left: none!important;}*/
	.pagewrap {
		display: none;
	}
	.loadmore {
		display: none;
	}
}
.scaleX{
	animation: scaleX 1.5s linear infinite alternate;
	-webkit-animation: scaleX 1.5s linear infinite alternate;
}
.scaleB{
	animation: scaleB 1.5s linear infinite alternate;
	-webkit-animation: scaleB 1.5s linear infinite alternate;
}


@-webkit-keyframes scaleX{
	0%{
		transform: scaleX(1);
	}
	100%{
		transform: scaleX(0.5);
	}
}

@-webkit-keyframes scaleB{
	0%{
		transform: scaleX(0.5);
	}
	100%{
		transform: scaleX(1);
	}
}
@keyframes scaleX{
	0%{
		transform: scaleX(1);
	}
	100%{
		transform: scaleX(0.5);
	}
}
@keyframes scaleB{
	0%{
		transform: scaleX(0.5);
	}
	100%{
		transform: scaleX(1);
	}
}







/*zhaopin*/
.zhaopin {
    padding-bottom: 100px;
}

.zhaopin .title {
    font-size: 50px;
    font-weight: bold;
    color: #222222;
    padding: 0px 0 20px 0;
    /*border-bottom: 1px solid #dddddd;*/
}

.table_zp {
    border-top: 1px solid #ddd;
}

.table_zp .t1 {
    width: 22%;
    float: left;
    padding: 30px 0%;
    box-sizing: border-box;
}

.table_zp .t2 {
    width: 75%;
    float: left;
    padding: 30px 0%;
    box-sizing: border-box;
}

.table_zp .t3 {
    width: 40%;
    float: left;
    padding: 30px 0%;
    box-sizing: border-box;
}

.table_zp li {
   font-size: 25px;
line-height: 1.2;
color: #626367;
font-weight: bold;
}

.table_zp .tz1 {
    padding: 0 5%;
    box-sizing: border-box;
}

.table_zp .tz2 {
    font-size: 18px;
    line-height: 1.5;
    color: #222;
    background: #f4f4f4;
    margin-bottom: 10px;
    position: relative; font-weight:normal
}

.table_zp .tz2:after {
    content: '';
    position: absolute;
    right: 3%;
    top: 30px;
    height: 30px;
    width: 30px;
    transform: rotate(-90deg);
    transition: all .3s;
    background: url('../images/ico_page.png') center center no-repeat;
}

.table_zp .tz2.on:after {
    transform: rotate(90deg);
    background: url('../images/ico_page_on.png') center center no-repeat;
}

.table_zp .top {
    padding: 0 5%;
    box-sizing: border-box;
    border-top: 1px solid #f4f4f4;
    cursor: pointer;
}

.table_zp .hide {
    display: none;
}

.table_zp .bottom {
    margin: 0 5%;
    box-sizing: border-box;
    font-size: 18px;
    line-height: 30px;
    color: #666666;
    padding: 3% 0;
    border-top: 1px solid #ddd;
}

.table_zp .bottom p{ font-size:18px; font-weight:normal;}

.table_zp .top .t2, .table_zp .top .t3 {
    color: #666666;
}

.table_zp .email {
    font-size: 18px;
    line-height: 30px;
    padding: 7px 15px;
    color: #ffffff;
    background: #444444;
    margin: 0 5% 3% 5%;
}

.table_zp .tz2.on .top {
    border-top: 1px solid #0a3d72;
}

.table_zp .tz2.on .top .t1 {
    color: #0a3d72;
}

@media screen and (max-width: 1450px) {
    .table_zp .top {
        padding: 0 3%;
    }

    .table_zp .tz1 {
        padding: 0 3%;
        font-size: 16px;
    }

    .table_zp .t1, .table_zp .t2, .table_zp .t3 {
        padding: 20px 0%;
    }

    .table_zp .tz2 {
        font-size: 16px;
    }

    .table_zp .bottom {
        font-size: 14px;
        line-height: 1.8;
    }

    .table_zp .tz2:after {
        content: '';
        position: absolute;
        right: 1%;
        top: 12px;
    }

    .table_zp .email {
        font-size: 15px;
        line-height: 1.6;
        padding: 10px 9px;
        margin: 0 3% 2% 3%;
    }

    .zhaopin .title {
        font-size: 40px;
        padding: 50px 0 20px 0;
    }
}

@media screen and (max-width: 1199px) {
    .table_zp .t1 {
        width: 50%;
    }

    .table_zp .t2 {
        width: 20%;
    }

    .table_zp .t3 {
        width: 30%;
    }

    .table_zp .t1, .table_zp .t2, .table_zp .t3 {
        padding: 10px 0%;
    }

    .table_zp .tz2 {
        font-size: 14px;
    }

    .zhaopin {
        padding-bottom: 50px;
    }

    .zhaopin .title {
        font-size: 30px;
        padding: 30px 0 10px 0;
    }
}

@media screen and (max-width: 980px) {

    .zhaopin .title {
        font-size: 25px;
    }
}






/****************************************/
/*about1*/

/*about1*/
.about1 {

}

.about1 .title {
    font-size: 60px;
    line-height: 1;
    margin: 70px 0 50px 0;
    font-weight: bold;
}

.about1 .editor {
    font-size:14px;
    line-height: 1.5;
    color: #666666;
    padding-bottom: 115px;
}

.about2 {
    padding: 90px 0 130px 0;
}

.about2 .title {
    font-size: 60px;
    color: #ffffff;
    font-weight: bold;
}

.about2_list {
    margin-top: 70px;
}

.about2_list li {
    width: calc(25% - 22.5px);
    float: left;
    margin: 20px 30px 10px 0;
    background: rgba(0, 0, 0, .5);
    border-top: 4px solid #0a3d72;
    padding: 30px;
    box-sizing: border-box;
    position: relative;
    height: 400px;
    cursor: crosshair;
}
.about2_list li:before{
    width:100%;
    content:'';
    background:#0a3d72;
    position:absolute;
    top:0;
    left:0;
    height:0px;
    transition: all .5s;
    -webkit-transition: all .5s;
}
.about2_list li:hover:before{
    height:100%;
}

.about2_list li:nth-child(4n) {
    margin-right: 0;
}

.about2_list .ico {

    position: relative;

    z-index: 2;
}

.about2_list .lans {
    position: absolute;
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
}

.about2_list .n1 {
    font-size: 60px;
    font-weight: bold;
    color: #ffffff;
}

.about2_list .n2 {
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    margin-top: 10px;
}

.about2 {
    background: url(../images/e1958243abc84822a9651910cf963040.gif) center center no-repeat;
    background-size: cover;
}

.about3 {
    padding: 100px 0;
}

.about3 .left {
    width: 50%;
    float: left;
}

.about3 .right {
    width: 550px;
    float: right;
}

.about_news {
}

.about_news a {
    line-height: 1.5;
    padding: 35px 0;
    border-bottom: 1px solid #dddddd;
    position: relative;
    display: block;
}

.about_news a:hover .n1 {
    color: #0a3d72;
}

.about_news a:hover .n2 {
    color: #0a3d72;
}

.about_news a:after {
    width: 0;
    height: 1px;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background: #0a3d72;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.about_news a:hover:after {
    width: 100%;
}

.about_news .n1 {
    font-size: 26px;
    color: #444444;
}

.about_news .n2 {
    font-size: 20px;
    color: #444444;
}

.about_news .num {
    position: absolute;
    right: 0;
    font-size: 100px;
    color: #f3f3f3;
    top: 0;
    z-index: -1;
    opacity: 0;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.about_news a:hover .num {
    opacity: 1;
}

.about3 .title {
    font-size: 60px;
    color: #222222;
    margin: 10px 0 60px 0;
    font-weight: bold;
}

.about4_list {
    position: relative;
    padding-bottom: 100px;
}

.about4 .title {
    font-size: 60px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 40px; margin-top:50px;
}

.about4 .swiper-slide {
    border: 10px solid #eeeeee;
    box-sizing: border-box;
}

.swiper-button-next {
    background: url('../images/arrow.png') center center no-repeat;
    width: 40px;
    height: 40px;
    border: 1px solid #0a3d72;
    top: -50px;
    right: 0;
}

.swiper-button-prev {
    background: url('../images/arrow.png') center center no-repeat;
    width: 40px;
    height: 40px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    border: 1px solid #000000;
    top: -50px;
    left: auto;
    right: 60px;
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background: url('../images/arrow_on.png') center center no-repeat;
    border: 1px solid #0a3d72;
}

.logo_other {
    padding-bottom: 100px;
}

.logo_other a {
    width: calc(16.6% - 16.7px);
    padding-top: calc(8.3% - 17px);
    position: relative;
    float: left;
    box-sizing: border-box;
    border: 1px solid #dddddd;
    margin: 0 20px 20px 0;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    overflow: hidden;
    filter: gray;
    transition: all .4s;
    -webkit-transition: all .4s;
}

.logo_other a:nth-child(6n) {
    margin-right: 0;
}

.logo_other a img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.logo_other a:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    -ms-filter: grayscale(0%);
    -o-filter: grayscale(0%);
    filter: grayscale(0%);
    box-shadow: 0 0px 10px 0 rgba(0, 0, 0, .05);
}

@media screen and (max-width: 1550px) {
    .about2_list .n1 {
        font-size: 50px;
    }

    .about2_list li {
        height: 350px;
    }

    .about1 .title, .about2 .title, .about3 .title, .about4 .title {
        font-size: 50px;
    }

    .about3 .title, .about4 .title {
        margin-bottom: 30px;
    }

    .about2_list {
        margin-top: 50px;
    }

    .about2 {
        padding: 80px 0 100px 0;
    }

    .about4 .swiper-slide {
        border: 5px solid #eeeeee
    }

    .about3 .right {
        width: 500px;
    }
}

@media screen and (max-width: 1199px) {
    .about1 .title, .about2 .title {
        font-size: 45px;
        margin: 50px 0 20px 0;
    }

    .about_news {
        margin-bottom: 50px;
    }

    .about3 .title, .about4 .title {
        margin-bottom: 20px;
        font-size: 45px;
    }

    .about1 .editor {
        font-size: 17px;
        line-height: 1.5;
        padding-bottom: 60px;
    }

    .about2 {
        padding: 40px 0 80px 0;
    }

    .about2_list li, .about2_list li:nth-child(4n) {
        width: 48%;
        margin: 10px 0;
        height: 250px;
    }

    .about2_list li:nth-child(odd) {
        margin-right: 4%;
    }

    .about2_list .ico img {
        width: 35px;
    }

    .about2_list .n1 {
        font-size: 45px;
    }

    .about2_list {
        margin-top: 30px;
    }

    .about3 .left, .about3 .right {
        width: 100%;
        float: none;
    }

    .about_news a {
        padding: 25px 0;
    }

    .about_news .n1 {
        font-size: 22px;
    }

    .about_news .n2 {
        font-size: 16px;
    }
    .about_news .num{
        font-size:70px
    }

    .about3 {
        padding: 50px 0;
    }

    .about4_list {
        padding-bottom: 80px;
    }

    .logo_other a:nth-child(6n), .logo_other a {
        width: calc(33.3% - 15px);
        padding-top: calc(17.3% - 15px);
    }

    .logo_other a:nth-child(3n) {
        margin-right: 0;
    }

    .logo_other {
        padding-bottom: 50px;
    }
}

@media screen and (max-width: 980px) {
    .about1 .title, .about2 .title {
        font-size: 32px;
        margin: 30px 0 10px 0;
    }

    .about3 .title, .about4 .title {
        font-size: 32px;
    }

    .about2_list li, .about2_list li:nth-child(4n) {
        padding: 5%;
        height: 210px;
    }

    .about_news a {
        padding: 15px 0;
    }

    .about_news .n1 {
        font-size: 18px;
    }
    .about_news .num{
        font-size:50px
    }

    .about_news .n2 {
        font-size: 14px;
    }

    .about2_list .ico img {
        width: 30px;
    }

    .about2_list .lans {
        position: absolute;
        bottom: 15px;
        left: 5%;
        width: calc(100% - 10%);
    }

    .about2_list .n2 {
        font-size: 13px;
        line-height: 18px;
    }

    .about2_list {
        margin-top: 15px;
    }

    .about1 .title, .about2 .title {
        font-size: 27px;
    }

    .about2_list .n1 {
        font-size: 35px;
    }

    .about2 {
        padding: 20px 0 50px 0;
    }

    .about1 .editor {
        font-size: 14px;
        padding-bottom: 40px;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 30px;
        height: 30px;
        top: -30px;
    }

    .swiper-button-prev {
        right: 40px;
    }

    .about4_list {
        padding-bottom: 50px;
    }

    .logo_other {
        padding-bottom: 30px;
    }
}


.box {
  width: 73%;
  max-width: 1400px;
  margin: auto;
  min-width: 1100px;
  
}





/*.contact*/



@media screen and (max-width: 1500px) {

    .news_list1 .times {
        width: 90px;
    }

    .news_list1 .l1 {
        font-size: 22px;
        line-height: 28px;
        height: 56px;
    }

    .news_list1 .l3 dd {
        margin-right: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .news_list1 a {
        padding: 0 0 10px 0;
        width: 48%;
        display: inline-block;
        vertical-align: top;
        margin-top: 30px;
    }

    .news_list1 a:nth-child(even) {
        margin-left: calc(4% - 8px);
    }

    .news_list1 .imgs {
        width: 100%;
        min-width: 100%;
    }

    .news_list1 .lans {
        width: 100%;
        padding: 0 10px;
        margin: 20px 0;
    }

    .news_list1 .times {
        box-sizing: border-box;
        padding: 0;
        width: 50%;
        position: absolute;
        bottom: 32px;
        right: 5%;
    }

    .news_list1 .l3 dd {
        line-height: 2.5;
    }

    .news_list1 .l3 {
        padding: 0 0%;
        box-sizing: border-box;
        width: 50%;
        float: left;
        margin-top: 40px;
    }

    .news_list1 .l3 dd:nth-child(3), .news_list1 .l3 dd:nth-child(4) {
        margin-left: 0px;
    }

    .news_list1 .l3 dd:nth-child(4) {
        margin-left: -10px
    }

    .news_list1 .l2 {
        font-size: 12px;
        margin-top: 12px;
        line-height: 20px;
        height: 40px;
    }

    .news_top {
        padding: 30px 0 100px 0;
    }

    .news_list1 .t1 {
        font-size: 20px;
    }

    .news_list1 .l1 {
        font-size: 17px;
        line-height: 25px;
        height: 50px;
    }

    .news_list1 .t2 {
        font-size: 12px;
    }

    .news_list1 {
        padding-bottom: 0;
    }

    .box {
        min-width: 0;
        width: 93%;
    }

    .neiye_nav {
        line-height: 50px;
        background: #eff0f1;
        text-align: center;
        text-align: left;
    }

    .neiye_nav a {
        padding: 0 15px;
        font-size: 14px;
    }

    .neiye_nav img {
        margin-right: 10px;
        margin-top: 0px;
        display: none;
    }

    .neiye_nav a:after {
        display: none;
    }

    .neiye_banner .t1 {
        font-size: 32px;
        width: 100%;
    }

    .pagetion {
        padding: 40px 0;
    }

    .pagetion a {
        font-size: 16px;
    }

    .news_nav a {
        font-size: 15px;
        width: calc(33% - 1px);
        margin: 7px 0;
    }

    .news_nav a img {
        width: 25px;
    }

    .news_nav a img {
        margin-right: 10px
    }

    .news_nav {
        padding: 50px 0 30px 0;
    }
}

@media screen and (max-width: 980px) {
    .news_list1 a, .news_list1 a:nth-child(even) {
        margin: 30px 0 0 0;
        width: 100%;
        float: none;
        padding-bottom: 5px;
    }

    .news_list1 .l3 {
        margin-top: 30px;
        font-size: 13px;
    }

    .neiye_banner {
        height: 300px;
    }

    .neiye_banner .t1 {
        padding-top: 100px;
        font-size: 28px;
        width: 70%;
        line-height: 1.5;
    }

    .neiye_nav a {
        padding: 0px 12px;
        font-size: 14px;
    }

    .pagetion {
        padding: 30px 0;
    }

    .pagetion a {
        margin: 0 10px;
        padding: 0 2px;
        font-size: 14px;
    }

    .news_nav a {
        font-size: 12px;
    }

    .news_nav a img {
        width: 14px;
        margin-right: 3px;
    }

    .news_nav {
        padding: 20px 0 0px 0;
    }
    .neiye_nav{
        line-height:30px;
        padding:12px 0;
    }
}



/*end news.html*/


.main {
    padding-top: 90px;
}

/*newd*/


/*end newd*/
/*.contact*/
.map {
    padding: 100px 0 60px 0;
}

.contact {

}

.contact .left {
    width: 54%;
    float: left;
}

.contact .left li {
    border-bottom: 1px solid #dddddd;
    padding-top: 25px;
}

.contact .title {
    font-size: 24px;
    color: #222;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
    padding-right: 80px;
    cursor: pointer;
}

.contact .title:after {
/*    content: '+';
*/    color: #222222;
    position: absolute;
    right: 20px;
    top: 0;
}

.contact li.on .title:after {
    content: '-';
}

.contact .con {

}

.contact .c1 {
    font-size: 16px;
    color: #666666;
}

.contact .c2 {
    font-size: 18px;
    line-height: 30px;
    color: #626367333;
    padding-bottom: 15px;
}

.contact .neirong {
    display: none;
}

.contact .neirong {
    display: none;
}

.contact .right {
    width: 32%;
    float: right;
    padding-left: 50px;
    box-sizing: border-box;
    background: url('../images/e.png') 1% 18% no-repeat;
    background-size: 30px auto;
}

.contact .r1 {
    font-size: 20px;
    line-height: 1.5;
    color: #222222;
}

.contact .r2 {
    font-size: 30px;
    color: #222222;
    margin-bottom: 50px;
}

.contact .r3 {
    font-size: 16px;
    text-align: center;
}

.contact .r3 li {
    width: 21%;
    float: left;
}

.contact .r3 li:nth-child(2) {
    margin: 0 18.5%;
}

.contact .r3 img {
    display: block;
    margin: 0 auto 10px auto;
}

.contact_form {

}

.contact_form .title {
    font-size: 50px;
    color: #222222;
    font-weight: bold;
    padding: 90px 0 25px 0;
}

.table_contact {
    /* border:1px solid #222222; */
}

.table_contact table {
    width: 100%;
    border: 2px solid #222222;
    /* box-sizing: border-box; */
    border-collapse: collapse;
    /* display: block; */
    min-width: 0;
}

.table_contact table td {
    border: 1px solid #222222;
    border-collapse: collapse;
    position: relative;
}

.table_contact table input.t1{
    border: 0;
    font-size: 18px;
    line-height: 90px;
    padding: 0 40px;
    display: block;
    width: 100%;
    box-sizing: border-box;
}

.table_contact .t2 {
    border: 0;
    height: 270px;
    resize: none;
    width: 100%;
    box-sizing: border-box;
    padding: 40px;
    font-size: 18px;
}

.table_contact .place {
    background-color: #fff;
    border: 0;
    position: absolute;
    bottom: 40px;
    right: 40px;
    font-size: 20px;
    font-weight: bold;
    color: #222222;
    padding-bottom: 5px;
    border-bottom: 4px solid #de0317;
}

.contact_form .tips {
    font-size: 18px;
    line-height: 30px;
    color: #222222;
    margin: 20px 0 80px 0;
    font-weight: 100;
}

@media screen and (max-width: 1199px) {
    .map {
        padding: 50px 0 30px 0;
    }

    .contact .left, .contact .right {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .contact .right {
        background: url('../images/e.png') 2% 10% no-repeat;
        background-size: 25px auto;
    }
    .contact .title {
        font-size: 18px;
    }

    .contact .c2 {
        font-size: 13px;
        line-height: 1.5;
    }

    .contact .c1 {
        font-size: 12px;
        line-height: 1.6;
    }

    .contact .r1 {
        font-size: 14px;
    }

    .contact .r2 {
        font-size: 20px;
        color: #222222;
        margin-bottom: 30px;
    }

    .contact .r3 {
        font-size: 12px;
    }

    .contact .r3 li:nth-child(2) {
        margin: 0 5%;
    }

    .contact .r3 li {
        width: 30%;
    }

    .contact_form .title {
        font-size: 24px;
        color: #222222;
        font-weight: bold;
        padding: 20px 0 10px 0;
    }

    .table_contact .t2, .table_contact .t1 {
        padding: 20px;
        font-size: 15px;
        line-height: 1.5;
    }

    .contact_form .tips {
        font-size: 14px;
        margin: 10px 0 50px 0;
        line-height: 1.5;
    }
}

@media screen and (max-width: 1199px) {
    .map {
        padding: 15px 0 0px 0;
    }

    .contact .r2 {
        margin-bottom: 20px;
    }

    .table_contact .t2, .table_contact .t1 {
        padding: 10px;
        font-size: 13px;
        line-height: 1.5;
    }
}

