@charset "utf-8";
a,
body,
dd,
div,
dl,
dt,
em,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
img,
input,
li,
ol,
p,
span,
table,
td,
textarea,
tr,
ul {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0
}

body,
html {
	width: 100%;
}

body {
	font-family: "微软雅黑", arial, Helvetica, sans-serif;
	font-size: 14px;
	overflow-x: hidden;
	color: #666;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	padding-top: 197px;
}

input,
option,
select,
textarea {
	border: none;
	outline: none;
	font-family: "微软雅黑", arial, Helvetica, sans-serif;
}

img {
	border: none
}

a,
a:active,
a:hover,
a:link,
a:visited {
	text-decoration: none;
	outline: 0
}

a {
	color: #666;
}

a:hover {
	color: #94070a;
}

ul li {
	margin: 0
}

li,
ul {
	list-style: none
}

.left {
	float: left
}

.right {
	float: right
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	overflow: hidden
}

.clearfix:after,
.clearfix:before {
	content: " ";
	display: table;
	clear: both
}

.none {
	display: none
}

.block {
	display: block
}

.w {
	width: 1600px;
	margin: 0 auto
}

.ellipsis {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.ellipsis-2 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}

.ellipsis-3 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.ellipsis-4 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical
}

.ellipsis-5 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical
}

.ellipsis-6 {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal !important;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical
}

::-webkit-input-placeholder {
	color: #999
}

:-moz-placeholder {
	color: #999
}

::-moz-placeholder {
	color: #999
}

:-ms-input-placeholder {
	color: #999
}

input[type="submit"],
input[type="reset"],
input[type="button"],
button {
	-webkit-appearance: none
}

.overflow {
	overflow: hidden;
}


/*
 
 * 
 * 
 * 
 * */

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #fff;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	z-index: 99999;
}

header.fixed {
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}

header .head_top {
	background: #f6f6f6;
	line-height: 30px;
	border-bottom: 1px solid #e5e5e5;
}

header .head_top a {
	font-size: 13px;
	color: #999999;
}

header .head_top a:hover {
	color: #cf2d28;
}

header .head_top img {
	width: 23px;
	vertical-align: middle;
	margin-right: 5px;
}

header .head_top .lang {
	float: right;
}

header .head_top .lang a {
	margin-left: 15px;
}

.head {
	height: 116px;
	line-height: 116px;
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

header.fixed .head {
	height: 0;
	overflow: hidden;
}

.head .logo {
	font-size: 0;
}

.head .logo img {
	height: 72px;
	vertical-align: middle;
}

.head .logot {
	margin-left: 15px;
	font-size: 0;
}

.head .logot img {
	height: 56px;
	vertical-align: middle;
}

.head_other {
	font-size: 0;
}

.search_box {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}

.head_search {
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	overflow: hidden;
	transition: width 500ms;
	-moz-transition: width 500ms;
	-webkit-transition: width 500ms;
	-o-transition: width 500ms;
}

.search_box .head_search1 {
	float: right;
	margin-right: 15px;
	width: 15px;
	height: 28px;
	border: none;
	background: url(../images/search.png) no-repeat center;
	cursor: pointer;
	vertical-align: middle;
}

.search_box .head_search1:hover {
	background-image: url(../images/search0.png);
}

.search_box .head_search2 {
	float: left;
	height: 30px;
	line-height: 28px;
	width: 185px;
	padding: 0 10px;
	color: #fff;
}

.head_other .kword {
	margin-top: 7px;
	line-height: 12px;
	font-size: 12px;
}

.head_other .kword a {
	font-size: 12px;
	color: #999999;
	margin-right: 2px;
}

.head_other .kword a:hover {
	color: #cf2d28;
}

.head_other .tel {
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #666666;
	line-height: normal;
	padding: 0 0 0 55px;
	background: #fff url(../images/toptel.png) no-repeat left center;
}

@font-face {
	font-family: 'DIN-MEDIUM';
	font-weight: normal;
	font-style: normal;
	src: url('DIN-MEDIUM.eot');
	src: local('DIN-MEDIUM'), url('DIN-MEDIUM.eot?#iefix') format('embedded-opentype'), url('DIN-MEDIUM.woff2') format('woff2'), url('DIN-MEDIUM.woff') format('woff'), url('DIN-MEDIUM.ttf') format('truetype'), url('DIN-MEDIUM.svg') format('svg');
}

.head_other .tel p {
	font-size: 26px;
	color: #000;
	line-height: 26px;
	font-family: "DIN-MEDIUM";
	font-weight: bold;
}


/**/

header .nav {
	position: relative;
	z-index: 999;
	font-size: 0;
	text-align: center;
	background: #0c2647;
}

.nav nav>ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.nav nav>ul>li {
	display: table-cell;
	vertical-align: middle;
	position: relative;
}

.nav nav>ul>li>a {
	display: inline-block;
	padding: 0 45px;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s
}

.nav nav>ul>li.on>a,
.nav nav>ul>li:hover>a {
	background: #cf2d28 url(../images/navbg.png) no-repeat center;
	background-size: cover;
	font-weight: bold;
	font-size: 18px;
}

.nav nav>ul>li ol {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	display: none;
	font-size: 0;
	background: #cf2d28;
	table-layout: fixed;
}

.nav nav>ul>li:hover ol {
	display: block;
}

.nav nav>ul>li ol li a {
	line-height: 45px;
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	display: block;
	position: relative
}

.nav nav>ul>li ol li:hover a {
	color: #fff;
	background: #94070a;
}

.phone_head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999999;
	height: 50px;
	line-height: 50px;
	-moz-box-shadow: 0px 5px 10px rgba(0,0,0,.1);
	-webkit-box-shadow: 0px 5px 10px  rgba(0,0,0,.1);
	box-shadow: 0px 5px 10px rgba(0,0,0,.1);
}

.phone_head .logo {
	font-size: 0;
}

.phone_head .logo img {
	max-width: 100%;
	height: auto;
	max-height: 35px;
	vertical-align: middle;
}

.phone_head .head_admin {
	height: auto;
	line-height: 55px;
	margin: 0;
	margin-left: 15px;
}

.phone_head .head_admin a {
	color: #1886d1;
	font-size: 12px;
}

.phone-head .menubtn>span.expand {
	vertical-align: middle;
	display: inline-block;
	height: 30px;
	width: 40px;
	background: url(../images/menu.png) no-repeat center;
	background-size: auto 100%;
}

.phone-head .mask-close {
	background: #cf2d28 none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 11px;
	right: 18px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
}

.maskbg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

#menu a {
	display: block;
	width: 100%;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#menu a:hover {
	color: #fff;
}

#menu h1 {
	font-weight: 300;
}

#menu h2 {
	font-weight: 300;
	margin: 3em 0 1em 0;
}

#menu p {
	margin: 20px 0;
}

#menu .nav {
	height: auto;
	background: #cf2d28;
}

#menu {
	margin: 50px auto;
	width: 100%;
}

#menu {
	background: #cf2d28;
}

.sliding-menu a.back {
	background: #0c2647;
}

.sliding-menu a:hover {
	background: #0c2647;
}


/*
 
 *footer 
 * 
 * */

footer {
	background: #0c2647;
}

footer .w {
	padding: 0 80px;
}

.footleft {
	float: left;
	width: 68%;
	padding-right: 80px;
	border-right: 1px solid rgba(255, 255, 255, .1);
}

.fnav {
	margin: 50px 0 30px;
	padding-left: 185px;
	position: relative;
}

.fnav img {
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.fnav ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	line-height: 48px;
}

.fnav ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

.fnav ul li a {
	font-size: 16px;
	color: #fff;
}

.fnav ul li a:hover {
	opacity: .7;
}

.footright {
	float: right;
	width: 26.4%;
}

.finfo {
	padding: 25px 0;
	border-top: 1px solid rgba(255, 255, 255, .2);
	border-bottom: 1px solid rgba(255, 255, 255, .2);
}

.finfo .ewmbox {
	float: left;
	width: 20%;
	border: 1px solid rgba(255, 255, 255, .2);
	padding: 15px;
}

.finfo .ewmbox img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.finfo ul li {
	float: left;
	width: 40%;
	padding-left: 60px;
	font-size: 14px;
	color: #fff;
}

.finfo ul li .ico img {
	display: block;
	width: 50px;
}

.finfo ul li p {
	margin-top: 15px;
}

.finfo ul li .desc {
	font-size: 30px;
	font-family: 'DIN-MEDIUM';
	font-weight: bold;
	margin-top: 5px;
}

.flinks {
	margin-top: 22px;
	color: rgba(255, 255, 255, .5);
}

.flinks span {
	margin-right: 5px;
}

.flinks a {
	color: rgba(255, 255, 255, .3);
}

.flinks a:hover {
	color: #fff;
}

.footright .tit {
	margin-top: 70px;
	font-size: 24px;
	color: #fff;
}

.footright ::-webkit-input-placeholder {
	color: rgba(255, 255, 255, .5);
}

.footright :-moz-placeholder {
	color: rgba(255, 255, 255, .5);
}

.footright ::-moz-placeholder {
	color: rgba(255, 255, 255, .5);
}

.footright :-ms-input-placeholder {
	color: rgba(255, 255, 255, .5);
}

.footright .text {
	float: left;
	width: 47%;
	height: 48px;
	line-height: 48px;
	border-radius: 4px;
	padding: 0 15px;
	margin-top: 20px;
	color: #fff;
	background: rgba(255, 255, 255, .5);
}

.footright .text+.text {
	margin-left: 6%;
}

.footright .textarea {
	float: left;
	width: 100%;
	height: 48px;
	line-height: 48px;
	border-radius: 4px;
	height: 120px;
	padding: 0 15px;
	margin-top: 20px;
	color: #fff;
	background: rgba(255, 255, 255, .5);
}

.footright .submit {
	float: left;
	width: 47%;
	height: 48px;
	line-height: 48px;
	border-radius: 4px;
	padding: 0 15px;
	margin-top: 20px;
	text-align: center;
	color: #fff;
	background: #cf2d28;
	cursor: pointer;
}

.footright .submit:hover {
	background: #a1231f;
}

.copyright {
	margin-top: 60px;
	border-top: 1px solid rgba(255, 255, 255, .1);
	line-height: 50px;
	color: rgba(255, 255, 255, .5);
}

.copyright a {
	margin-right: 5px;
	color: rgba(255, 255, 255, .5);
}

.copyright a:hover {
	color: #fff;
}

.copyright img {
	vertical-align: middle;
}


/*
 
 * index
 * */

.banner {
	position: relative;
}

.banner img {
	display: block;
	width: 100%;
}

.bannerswiper {
	width: 100%;
}

.bannerswiper a {
	display: block;
}

.go {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -13px;
	z-index: 2;
}

.go img {
	width: 26px;
	display: block;
	animation-delay: 0ms;
	animation-duration: 2s;
	animation-iteration-count: infinite;
	animation-name: arrow;
	animation-play-state: running;
	animation-timing-function: linear;
}

@-webkit-keyframes arrow {
	0% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	50% {
		-webkit-transform: translate3d(0px, -10px, 0px);
	}
	100% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
}

@keyframes arrow {
	0% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
	50% {
		-webkit-transform: translate3d(0px, -10px, 0px);
	}
	100% {
		-webkit-transform: translate3d(0px, 0px, 0px);
	}
}

.bannerswiper .swiper-button-prev,
.bannerswiper .swiper-button-next {
	width: 24px;
	height: 42px;
	margin-top: -21px;
}

.bannerswiper .swiper-button-prev {
	left: 30px;
	background: url(../images/bleft.png) no-repeat left center;
}

.bannerswiper .swiper-button-next {
	right: 30px;
	background: url(../images/bright.png) no-repeat left center;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
}

.swiper-pagination-bullet-active {
	background: #0c2647;
}

.intitle {
	text-align: center;
	caption-side: ;
}

.intitle .tit {
	font-size: 42px;
	color: #333333;
	font-weight: bold;
	padding-bottom: 10px;
	background: url(../images/titbg.png) no-repeat center bottom;
}

.intitle .desc {
	margin-top: 10px;
	font-size: 20px;
	color: #666666;
	padding-bottom: 20px;
	background: url(../images/descbg.png) no-repeat center bottom;
}

.in-sec1 {
	padding: 60px 0;
}

.in-sec1 .main {
	margin: 20px -110px 0;
}

.protabs {
	text-align: center;
	position: relative;
}

.protabs:before {
	content: "";
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	height: 1px;
	margin-top: 2px;
	background: rgba(0, 0, 0, .1);
}

.protabs li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	min-width: 170px;
	padding: 10px;
	margin: 0 25px;
	border-radius: 10px;
	cursor: pointer;
}

.protabs li.active {
	background: #0c2647;
}

.protabs li .num {
	font-size: 40px;
	color: #111;
	opacity: .2;
	font-family: 'DIN-MEDIUM';
	font-weight: bold;
	line-height: 40px;
	position: relative;
}

.protabs li.active .num {
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 100%;
	color: #fff;
}

.protabs li.active .tbox {
	padding-bottom: 40px;
}

.protabs li .num:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 35%;
	background: #fff;
}

.protabs li .yuan {
	border-radius: 50%;
	border: 2px solid #999999;
	width: 10px;
	height: 10px;
	margin: 0 auto;
	background: #fff;
}

.protabs li.active .yuan {
	border-color: #fff;
}

.protabs li .tit {
	margin-top: 10px;
	font-size: 18px;
	color: #000;
}

.protabs li.active .tit {
	color: #fff;
	font-weight: bold;
}

.prolist li {
	float: left;
	width: 24%;
	margin-right: 1.33%;
	margin-bottom: 20px;
	background: #fff;
	box-shadow: 2px 0px 8px rgba(0, 0, 0, .2);
}

.prolist li:nth-child(4n) {
	margin-right: 0;
}

.prolist li a {
	display: block;
	padding: 5px;
	position: relative;
}

.prolist .pic img {
	display: block;
	width: 100%;
}

.prolist li .tbox {
	margin-top: 20px;
}

.prolist li .tit {
	margin-bottom: 15px;
	border-left: 4px solid #ef1c26;
	padding-left: 20px;
	height: 20px;
	line-height: 20px;
	font-size: 18px;
	color: #666666;
	font-weight: bold;
}

.prolist li .hoverbox {
	position: absolute;
	bottom: 5px;
	left: 5px;
	right: 5px;
	background: rgba(12, 38, 71, .95) url(../images/jia.png) no-repeat center 80%;
	font-size: 18px;
	color: #fff;
	text-align: center;
	font-weight: bold;
	padding: 15px 15px 60px;
	display: none;
}

.prolist li:hover .hoverbox {
	display: block;
}

.protabsbody {
	margin-top: 30px;
}

.protabsbody .box {
	display: none;
}

.protabsbody .box:first-child {
	display: block;
}

.in-sec2 {
	background: url(../images/aboutbg.jpg) no-repeat center;
	background-size: cover;
	padding: 60px 0;
}

.in-sec2 .main {
	margin-top: 30px;
	background: rgba(255, 255, 255, .7) url(../images/aboutus.png) no-repeat left bottom;
	padding: 20px;
}

.in-sec2 .tbox {
	float: left;
	width: 45%;
}
.in-sec2 .tbox .ico img{
	display: block;
	max-width: 100%;
}
.in-sec2 .tbox .tit {
	padding-left: 55px;
	margin-top: 40px;
	font-size: 30px;
	color: #333333;
	font-weight: bold;
}

.in-sec2 .tbox .desc {
	padding-left: 55px;
	margin-top: 30px;
	font-size: 15px;
	color: #666666;
	line-height: 26px;
}

.in-sec2 .pic {
	float: right;
	width: 48%;
	position: relative;
	padding-right: 160px;
}

.in-sec2 .pic img {
	display: block;
	width: 100%;
}

.abtabs {
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 160px;
}

.abtabs li {
	display: table;
	text-align: center;
	width: 100%;
	height: 50%;
	background: #cf2d28;
}

.abtabs li.active {
	background: rgba(12, 38, 71, .9) url(../images/abon.jpg) no-repeat center bottom;
	background-size: cover;
}

.abtabs li a {
	display: block;
	display: table-cell;
	vertical-align: middle;
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.abtabs li img {
	width: 45px!important;
	margin: 0 auto 20px;
}

.in-sec3 {
	background: url(../images/youshibg.jpg) no-repeat center bottom;
	background-size: cover;
	padding: 85px 0;
}

.in-sec3 .main {
	margin-top: 20px;
}

.in-sec3 .pic img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.in-sec3 .tbox {
	position: relative;
	bottom: -100px;
}

.in-sec3 .tbox li {
	float: left;
	width: 31.8%;
	margin-right: 2.3%;
	background: #fff;
	box-shadow: 0px 0px 18px rgba(0, 0, 0, .1);
	padding: 60px;
	color: #000000;
}

.in-sec3 .tbox li:nth-child(3n) {
	margin-right: 0;
}

.in-sec3 .tbox li .box {
	position: relative;
	padding-left: 90px;
}

.in-sec3 .tbox li .ico {
	position: absolute;
	left: 0;
	top: 0;
}

.in-sec3 .main .tbox li .tit {
	margin-top: 10px;
	font-size: 22px;
}

.in-sec3 .main .tbox li .desc {
	margin-top: 10px;
	font-size: 18px;
	font-weight: lighter;
}

.in-sec4 {
	padding: 70px 0;
}

.in-sec4 .main {
	margin-top: 30px;
}

.news1 {
	float: left;
	width: 28.75%;
}

.news1 a {
	display: block;
	position: relative;
}

.news1 img {
	display: block;
	width: 100%;
}

.news1 .tbox {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding-left: 80px;
	background: rgba(0, 0, 0, .3);
}

.news1 .time {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	text-align: center;
	height: 100%;
	background: #cf2d28;
	color: #fff;
}

.news1 .time .dd {
	font-size: 40px;
	font-weight: bold;
}

.news1 .time .yymm {
	font-size: 12px;
}

.news1 .tit {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	height: 80px;
	line-height: 80px;
	padding: 0 80px 0 30px;
	background: url(../images/newsico.png) no-repeat 90%;
}

.news2 {
	float: left;
	width: 38.6%;
	margin: 0 1.95%;
}

.newslist li {
	background: #f2f2f2;
	margin-bottom: 20px;
}

.news2 .newslist li {
	margin-bottom: 10px;
}

.newslist li:hover {
	background: #fff;
	box-shadow: 0px 0px 21px rgba(0, 0, 0, .11);
}

.newslist li a {
	display: block;
	padding: 29.5px;
}

.newslist .time {
	font-size: 14px;
	color: #999999;
	padding-left: 20px;
	background: url(../images/time.png) no-repeat left center;
}

.newslist .tit {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	margin-top: 10px;
}

.newslist .desc {
	font-size: 14px;
	color: #666666;
	line-height: 22px;
	height: 22px;
	margin-top: 5px;
}

.news3 {
	float: right;
	width: 28.75%;
	position: relative;
}

.news3 img {
	display: block;
	width: 100%;
}

.news3 .tbox {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 30px;
}

.news3 .qatit {
	position: relative;
	text-align: center;
	font-weight: bold;
}

.news3 .qatit .en {
	font-size: 120px;
	color: #f1f0f0;
	line-height: 125px;
}

.news3 .qatit .cn {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}

.news3 .qatit .cn {
	font-size: 30px;
	color: #0c2647;
}

.news3 .qatit .cn span {
	color: #cf2d28;
	display: block;
}

.news3 .qatit .cn:after {
	content: "";
	display: block;
	width: 20px;
	height: 2px;
	background: #0c2647;
	margin: 10px auto 0;
}

.newsswiper2 {
	margin-top: 45px;
	text-align: center;
}

.newsswiper2 .tit {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	height: 25px;
}

.newsswiper2 .desc {
	margin-top: 10px;
	font-size: 14px;
	color: #999999;
	line-height: 22px;
	height: 44px;
}

.newsswiper2 .swiper-pagination {
	margin-top: 10px;
	position: static;
}

.in-sec5 {
	padding: 70px 0;
	background: url(../images/fuwubg.jpg) no-repeat center bottom;
	background-size: cover;
}

.in-sec5 .intitle .tit,
.in-sec5 .intitle .desc {
	color: #fff;
}

.in-sec5 .main {
	margin-top: 15px;
}

.in-sec5 .main .tbox {
	font-size: 16px;
	color: #fff;
	text-align: center;
	opacity: .7;
}

.in-sec5 .main ul {
	margin-top: 35px;
	text-align: center;
}

.in-sec5 .main li {
	width: 10.75%;
	margin: 0 7.5%;
	display: inline-block;
	vertical-align: top;
}

.in-sec5 .main li img {
	display: block;
	width: 100%;
}

.in-sec5 .main li p {
	margin-top: 15px;
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}


/*
 * 
 * 
 * pro
 * 
*/

.location-sec {
	line-height: 60px;
}

.location-sec .main {
	background: url(../images/home.png) no-repeat left center;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	color: #666666;
	padding-left: 30px;
}

.location-sec .main a {
	color: #666666;
	margin-right: 5px;
}

.location-sec .main a:hover {
	color: #CF2D28;
}

.leftlayout {
	float: left;
	width: 22.5%;
}

.nynav {
	position: relative;
	border-radius: 4px;
	background: #f6f6f6;
	z-index: 1;
	overflow: hidden;
}

.tjtitle {
	padding: 30px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	background: #0c2647 url(../images/navico.jpg) no-repeat right center;
	background-size: cover;
}

.tjtitle .en {
	font-size: 20px;
	opacity: .2;
	text-transform: uppercase;
	font-family: 'DIN-MEDIUM';
}

.nynav .box {
	margin: 20px;
	background: #fff;
}

.nynav .box>ul {
	padding: 10px;
}

.nynav .box>ul>li {
	background: #fff url(../images/navarrow.png) no-repeat left center;
	border-bottom: 1px solid #e5e5e5;
}

.nynav ul li.active,
.nynav ul li.on {
	background: #f3f4f6;
}

.nynav ul li {
	position: relative;
}

.nynav ul li a {
	display: block;
}

.nynav ul li .first {
	position: relative;
}

.nynav ul li .first a {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	line-height: 58px;
	padding: 0 30px 0 20px;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.nynav ul li .first a:hover {
	background: #0c2647;
	color: #fff;
}

.nynav ul li.on .first a {
	color: #fff;
	background: #0c2647;
}

.nynav ul li .first img {
	display: block;
}

.nynav ol {
	padding: 15px 20px;
}

.arrow {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0;
	cursor: pointer;
}

.nynav ul li.on .first .arrow {
	background: url(../images/on0.png) no-repeat center center;
}

.nynav ul li.on .first .arrow img {
	opacity: 0;
}

.nynav .second {
	display: none;
}

.nynav ul li.on .second {
	display: block
}

.nynav .second li>a {
	font-size: 14px;
	color: #666666;
	line-height: 25px;
}

.nynav .second li.active>a,
.nynav .second li>a:hover {
	color: #0c2647;
}

.nynav .second .active>a,
.nynav .second a:hover {
	color: #0c2647;
}

.nynav ul li .third {
	margin-top: 10px;
	padding: 0 20px;
	display: none
}

.nynav ol li.active .third {
	display: block
}

.nynav .third a {
	font-size: 12px;
	line-height: 26px;
	padding: 0;
}

.nynav .third a.on {
	color: #0c2647;
	text-decoration: none
}

.tjinfo {
	margin-top: 20px;
	background: #0c2647 url(../images/VCG211281800876.png) no-repeat center;
	background-size: cover;
	padding: 50px 30px;
	color: #fff;
	text-align: center;
}

.tjinfo .tit {
	font-size: 42px;
	font-weight: bold;
}

.tjinfo .ico {
	margin: 20px 0;
}

.tjinfo img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.tjinfo .num {
	font-size: 30px;
	font-family: 'DIN-MEDIUM';
	font-weight: bold;
}

.tjinfo .ewm {
	width: 138px;
	margin: 25px auto 0;
}

.tjinfo .btn {
	margin: 25px 0 0;
}

.tjinfo .btn a {
	display: inline-block;
	border-radius: 5px;
	height: 46px;
	line-height: 46px;
	min-width: 140px;
	padding: 0 50px 0 30px;
	color: #fff;
	background: #ef1c26 url(../images/arrow.png) no-repeat 80%;
}

.tjinfo .btn a:hover {
	background-color: #083F78;
}

.rightlayout {
	float: right;
	width: 75.65%;
}

.ny-sec {
	padding: 30px 0 60px;
}

.ny-sec .prolist li {
	width: 31.4%;
	margin-right: 2.9%;
	border: 1px solid #e5e5e5;
}

.ny-sec .prolist li:nth-child(4n) {
	margin-right: 2.9%;
}

.ny-sec .prolist li:nth-child(3n) {
	margin-right: 0;
}

.prolist li .desc {
	padding: 0 30px;
	height: 88px;
	line-height: 22px;
	color: #999999;
}

.prolist li .btns {
	margin-top: 10px;
	padding: 0 30px;
	text-align: center;
}

.prolist li .btns a {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin-bottom: 35px;
	font-size: 16px;
	color: #0c2647;
	width: 48%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #0c2647;
}

.prolist li .btns a:hover {
	color: #fff;
	background: #0c2647;
}

.prolist li .btns a:first-child {
	color: #ef1c26;
	border-color: #ef1c26;
}

.prolist li .btns a:first-child:hover {
	color: #fff;
	background: #ef1c26;
}

.pages {
	margin: 40px 0 0;
	text-align: center;
}

.pages li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.pages li a {
	display: block;
	font-size: 16px;
	color: #999999;
	background: #fff;
	border-radius: 5px;
	min-width: 40px;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	border: 1px solid #cccccc;
	font-family: impact;
}

.pages li:hover a,
.pages li.active a {
	background: #0c2647;
	color: #fff;
	border-color: #0c2647;
}

.proinfo {
	border: 1px solid #e5e5e5;
	box-shadow: 2px 0px 8px rgba(0, 0, 0, .1);
	padding: 10px;
}

.proinfo .pic {
	float: left;
	width: 47%;
}

.proinfo .pic img {
	display: block;
	width: 100%;
}

.proinfo .tbox {
	float: right;
	width: 53%;
	padding: 50px 30px;
	position: relative;
}

.proinfo .tbox .tit {
	font-size: 30px;
	color: #333;
	font-weight: bold;
	border-left: 4px solid #ef1c26;
	line-height: 1;
	padding-left: 20px;
}

.proinfo .tbox .desc {
	line-height: 26px;
	margin-top: 35px;
	padding-bottom: 110px;
}

.proinfo .tbox .btn {
	position: absolute;
	bottom: 50px;
}

.proinfo .tbox .btn a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	line-height: 40px;
	min-width: 155px;
	padding: 0 30px;
	text-align: center;
	background: #ef1c26;
}

.proinfo .tbox .btn a:hover {
	background: #083F78;
}


/*
 
 * 
 * news
 * */

.newspic {
	margin-bottom: 35px;
	border: 1px solid #e5e5e5;
	background: url(../images/graybg.png) no-repeat right top;
}

.newspic a {
	display: block;
}

.newspic .pic {
	float: left;
	width: 38%;
	overflow: hidden;
}

.newspic .pic img {
	display: block;
	width: 100%;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
}

.newspic:hover .pic img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.newspic .tbox {
	float: right;
	width: 62%;
	padding: 70px 60px;
}

.newspic .time {
	position: absolute;
	left: 0;
	width: 80px;
	border-right: 4px solid #ef1c26;
	color: #999999;
}

.newspic .time .dd {
	font-size: 40px;
	font-weight: bold;
}

.newspic .time .yymm {
	font-size: 12px;
}

.newspic .text {
	position: relative;
	padding-left: 107px;
}

.newspic .tit {
	font-size: 30px;
	color: #333333;
	font-weight: bold;
	height: 50px;
	line-height: 50px;
}

.newspic a:hover .tit {
	color: #ef1c26;
}

.newspic .desc {
	margin-top: 30px;
	font-size: 16px;
	color: #666666;
	line-height: 25px;
	height: 150px;
}

.newsarrow {
	margin-top: 30px;
}

.newsarrow img {
	display: block;
	width: 34px;
}

.ny-sec .newslist .desc {
	height: 44px;
}

.details {
	padding: 30px 60px;
	border: 1px solid #e5e5e5;
	box-shadow: 2px 0px 8px rgba(0, 0, 0, .1);
	border-top: 3px solid #0c2647;
	font-size: 16px;
	line-height: 1.8;
}

.details .tit {
	font-size: 24px;
	color: #0c2647;
	font-weight: bold;
	background: url(../images/titarrow.png) no-repeat left center;
	padding-left: 55px;
}

.details img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.newspage {
	margin-top: 40px;
	padding: 30px 0;
	background: #fff;
	border-top: 1px solid #e5e5e5;
	line-height: 30px;
}

.newspage .newspage_a {
	position: relative;
	width: 38%;
	color: #333333;
	text-align: left;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.newspage .newspage_a.prev {
	float: left;
	padding-left: 45px;
}

.newspage .newspage_a.prev:before,
.newspage .newspage_a.next:after {
	content: "";
	position: absolute;
	top: 0;
	display: block;
	border-radius: 4px;
	height: 30px;
	width: 30px;
}

.newspage .newspage_a.prev:before {
	left: 0;
	background: #e7e9ee url(../images/pageprev.png) no-repeat center center;
}

.newspage .newspage_a.next {
	float: right;
	padding-right: 45px;
	text-align: right;
}

.newspage .newspage_a.next:after {
	right: 0;
	background: #e7e9ee url(../images/pageprev.png) no-repeat center center;
	transform: rotate(180deg);
}

.newspage .newspage_a.prev:hover:before,
.newspage .newspage_a.next:hover:after {
	background-color: #0c2647;
}

.kwords {
	border-top: 1px solid #e5e5e5;
	padding: 25px 0;
	font-size: 14px;
}

.kwords .left {
	width: 50%;
}

.kwords strong {
	display: block;
	margin-bottom: 15px;
	padding-left: 35px;
	color: #0c26470;
	background: url(../images/label_fill.png) no-repeat left center;
}

.kwords .left a {
	display: inline-block;
	vertical-align: top;
	color: #999999;
	background: #e5e5e5;
	border-radius: 4px;
	line-height: 26px;
	padding: 0 10px;
	margin-bottom: 5px;
}

.kwords .left a:first-child {
	margin-left: 35px;
}

.kwords .left a:hover {
	background: #eef0f5;
}

.kwords .btn {
	display: inline-block;
	vertical-align: top;
	color: #0c2647;
	height: 40px;
	line-height: 38px!important;
	border: 1px solid #0c2647;
	margin-left: 5px;
	background: url(../images/undo.png) no-repeat 90% center;
}

.kwords .right a {
	padding: 0 40px 0 20px;
}

.kwords .bshare-custom {
	background-image: url(../images/share_fill.png);
	border-color: #ef1c26;
}

.kwords .bshare-custom a {
	display: block;
	height: 38px;
	background: none!important;
	color: #ef1c26!important;
}

.kwords .right a:hover {
	text-decoration: underline;
}

.tjpro {
	margin-top: 60px;
}

.tjpro ul {
	margin-top: 35px;
}

.bsBox,
.bsBox * {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-ms-box-sizing: content-box;
	-o-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}


/*
 
 * 
 * */

.aboutmain {
	padding: 60px;
	background: #fff url(../images/graybg.png) no-repeat right top ;
	box-shadow: 2px 0px 8px rgba(0, 0, 0, .2);
}

.map {
	margin-top: 60px;
	height: 350px;
	padding: 5px;
	background: #fff;
	box-shadow: 2px 0px 8px rgba(0, 0, 0, .2);
}

.map iframe {
	border: 0;
}

.aboutmain .title {
	padding-right: 70px;
	margin-bottom: 24px;
	background: url(../images/lx_03.png) no-repeat right top;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 15px;
}
.aboutmain .contact .title {
	background-image: url(../images/lx_05.png)  ;
	}
.aboutmain .title strong {
	font-size: 26px;
	color: #333;
	border-left: 4px solid #ef1c26;
	line-height: 1;
	padding-left: 25px;
}

.aboutmain .title p {
	margin-top: 10px;
	padding-left: 25px;
}

.online {
	float: left;
	width: 47%;
}

.form li {
	float: left;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #e5e5e5;
	position: relative;
	margin-bottom: 10px;
	padding: 0 30px;
	background: #fff;
}

.form li.md {
	width: 49%;
}

.form li.md+.md {
	margin-left: 2%;
}

.form .select,
.form .text {
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	border: 0;
	background: #fff;
	font-size: 14px;
	color: #666;
}

.form .text {
	padding-left: 70px;
}

.form .textarea {
	height: 100px;
	font-size: 14px;
	color: #666;
	display: block;
	width: 100%;
	line-height: 48px;
	background: #fff;
	margin-top: 48px;
}

.form label {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 48px;
	padding-left: 30px;
}

.form label span {
	color: red;
}

.form .yzmtext{
	float: left;
	width: 24%;
	margin-right: 2%;
	border-radius: 4px;
	border: 1px solid #e5e5e5;
	line-height: 48px;
	padding: 0 10px;
	font-size: 14px;
	color: #666;
}
.form .yzm{
	float: left;
	width: 16%;
	height: 50px;
	border-radius: 4px;
	border: 1px solid #e5e5e5;
}
.form .yzm img{
	display: block;
	width: 100%;
	height: 100%;
}
.form .submit{
	float: right;
	width: 52%;
	height: 50px;
	line-height: 50px;
	border-radius: 4px;
	background: #ef1c25;
	color: #fff;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
}
.form .submit:hover{
	background: #083F78;
}
.contact {
	float: right;
	width: 47%;
}

.contact li {
	margin-bottom: 20px;
	padding-left: 60px;
	background-repeat: no-repeat;
	background-position: left center;
}

.contact li:nth-child(1) {
	background-image: url(../images/lx_10.png);
}

.contact li:nth-child(2) {
	background-image: url(../images/lx_10-04.png);
}

.contact li:nth-child(3) {
	background-image: url(../images/lx_10-05.png);
}

.contact li:nth-child(4) {
	background-image: url(../images/lx_10-06.png);
}

.contact li:nth-child(5) {
	background-image: url(../images/lx_10-07.png);
}

.contact li p {
	font-size: 18px;
	color: #000;
}

.contact li img {
	display: inline-block;
	vertical-align: top;
	width: 138px;
	box-shadow: 2px 0px 8px rgba(0, 0, 0, .2);
}

.contact li img+img {
	margin-left: 20px;
}


/*
 
 * 
 * */

.sitemap_sec {
	padding: 30px 0;
}

.map_main {
	margin-top: 30px;
	overflow: hidden;
	border: solid 5px #F0F0F0;
	padding: 0 35px;
	padding-bottom: 10px;
	background: #fff;
}

@media only screen and (min-width:1025px) {
	.sitemap_sec {
		padding: 60px 0;
	}
}

@media only screen and (min-width:1440px) {
	.h5nav{display: none;}
	.sitemap_sec {
		padding: 75px 0;
	}
}

.sitemap_con {
	margin: 0 auto;
	color: #666;
	font-size: 14px;
}

.sitemap_con .map_top {
	border-bottom: solid 1px #d7d7d7;
}

.sitemap_con .map_top img {
	float: left;
}

.site_r_link {
	width: 120px;
	margin-top: 45px;
	border: 1px solid #cdcdcd;
	background: #F8F8F8;
	padding: 5px 10px;
	float: right;
}

.site_plc {
	padding: 5px 0;
}

.sitemap_con h4 {
	line-height: 30px;
	font-size: 14px;
}

.sitemap_con h4 a {
	color: #3983cf;
}

.b4 {
	border: solid 1px #E0E0E0;
}

.b4 ul {
	padding: 0 11px;
}

.b4 li {
	float: left;
	line-height: 25px;
	width: 164px;
	overflow: hidden;
}

.b4 li a {
	color: #666;
}

.b4 li a:hover {
	color: #3983cf;
}
/*
 
 * 
 * 
 * 
 * 响应式
 * 
 * 
 * */
@media only screen and (max-width:1680px ) {
	.h5nav{display: none;}
	.w{
		width: 1200px;
	}
	.nav nav>ul>li>a {
	padding: 0 25px;
	}
	.in-sec1 .main {
    margin: 20px 0 0;
}
.intitle .tit {
    font-size: 36px;
    }
    .intitle .desc {
    font-size: 17px;
}

.prolist li .tit,.prolist li .hoverbox{
    font-size: 17px;
	
}    
.in-sec2 .tbox .tit {
	margin-top: 20px;
    font-size: 24px;
    }
    .in-sec2 .tbox .desc{
    	margin-top: 10px;
    	font-size: 14px;
    }
.in-sec3 .tbox li{
	padding: 40px 25px;
}
.in-sec3 .tbox li .box {
    padding-left: 60px;
}
.in-sec3 .main .tbox li .desc {
    font-size: 16px;
    }
.in-sec3 .tbox li .ico img{
	width: 52px;
}
.in-sec3 .tbox {
    bottom: -40px;
}
.news1 .tit {
    font-size: 16px;
    padding: 0 70px 0 20px;
    }
    .news1 .time .dd {
    font-size: 35px;
    }
    
   .news2  .newslist .tit {
    font-size: 17px;
    }
   .news2 .newslist .desc{
    	display: none;
    }
    
    .news2 .newslist li a {
    padding: 24.5px;
}
    .in-sec5 .main li p {
    font-size: 18px;
    }
    footer .w {
    padding: 0  ;
}
    
    .finfo ul li .desc {
    font-size: 20px;
    }
    .footright .tit {
    margin-top:50px;
    font-size: 20px;
    }
    .tjtitle {
    font-size: 25px;
    padding: 20px 30px;
    }
    .tjtitle .en {
    font-size: 16px;
    }
    .nynav ul li .first a {
    font-size: 17px;
    }
    .tjinfo .tit {
    font-size: 30px;
    }
    .tjinfo .num {
    font-size: 25px;
    }
    .aboutmain .title strong {
    font-size: 22px;
    }
   .form li{
    	padding: 0 15px;
    }
    .form .md .text {
    padding-left: 40px;
}
 .form label{
 	padding-left: 15px;
 } 
    
    .newspic .tbox {
    padding: 35px;
}
  .newspic .tit {
    font-size: 25px;
    }  
    .newspic .time .dd {
    font-size: 34px;
    }
    .newspic .desc {
    margin-top: 20px;
    font-size: 14px;
    height: 120px;
    }
    .details .tit {
    font-size: 22px;
    }
    .prolist li .btns a{
	font-size: 14px;
}
.proinfo .tbox {
    padding: 30px;
    }
.proinfo .tbox .tit {
    font-size: 24px;
    }
    .proinfo .tbox .desc {
    margin-top: 15px;
    padding-bottom: 70px;
}
}
@media only screen and (max-width:1300px ) {
	.w{
		width: 1100px;
	}
	.head_other .tel p {
    font-size: 20px;
    }
    .in-sec3 .tbox li .ico img {
    width: 45px;
}
.in-sec3 .tbox li .box {
    padding-left: 53px;
}

.in-sec3 .main .tbox li .desc {
    font-size: 14px;
}
.news2 .newslist .tit{
	margin-top: 1px;
}
.contact li img {
    width: 115px;
    }
    
 .newspic .tbox {
    padding: 30px;
}
.newsarrow {
    margin-top: 15px;
}
 .details .tit {
    font-size: 20px;
    }
.proinfo .tbox .tit {
    font-size: 22px;
    }
	.h5nav{display: none;}

}
@media only screen and (max-width:1200px ) {
	.h5nav{display: none;}
	.w{
		width: 1024px;
	}
	.head .logo img {
    height: 50px;
    }
    .head .logot img {
    height: 40px;
    }
	.nav nav>ul>li>a {
    padding: 0 15px;
}
	.nav nav>ul>li.on>a, .nav nav>ul>li:hover>a{
		font-size: 17px;
	}
	.intitle .tit {
    font-size: 30px;
}
.intitle .desc {
    font-size: 15px;
}

.prolist li .tit, .prolist li .hoverbox {
    font-size: 15px;
}
.in-sec2 .tbox {
    width: 100%;
}
.in-sec2 .pic{
	width: 100%;
	margin-top: 30px;
}
.in-sec2 .tbox .tit {
    font-size: 20px;
}
.in-sec3 .tbox li {
    padding: 30px 20px;
}
.in-sec3 .main .tbox li .tit {
    font-size: 20px;
}
.in-sec3 .main .tbox li .desc {
    font-size: 13px;
}
.news2{
	display: none;
}

.news1,
.news3{
	width: 48%;
}
.footright{
	display: none;
}
.footleft{
	width: 100%;
	padding-right: 0;
	border: 0;
}
.copyright {
    margin-top: 20px;
    line-height: 40px;
}
.go{
	display: none;
}
.leftlayout{
	display: none;
}
.rightlayout{
	width: 100%;
}










}
@media only screen and (max-width:1024px ) {
	.w{
		width: 960px;
	}
	header{
		display: none;
	}
	.phone_head{
		display: block;
	}
	body{
		padding-top: 50px;
	}
	.prolist li {
	width: 31.4%;
	margin-right: 2.9%;
}

.prolist li:nth-child(4n) {
	margin-right: 2.9%;
}
.prolist li:nth-child(3n) {
	margin-right: 0;
}
.news3 .qatit .cn {
    font-size: 25px;
    }
    .news3 .qatit .en {
    font-size: 95px;
    }
}
@media only screen and (max-width:960px ) {
	footer .w,.w{
		width: 100%;
		padding: 0 4%;
	}
	.finfo ul li {
    padding-left: 35px;
    }
	.fnav ul li a {
    font-size: 13px;
    }
    .finfo ul li .desc {
    font-size: 16px;
}
.copyright{
	padding: 5px 0;
	font-size: 12px;
	line-height: 1.4;
}
.copyright span{
	width: 100%;
}
.online {
    width:100%;
}

.contact {
    width:100%;
    margin-top: 50px;
}
.newspic .desc {
    height: 75px;
}
.proinfo .pic {
    width: 100%;
}
.proinfo .tbox{
    width: 100%;
}
}
@media only screen and (max-width:640px ) {
	.bannerswiper .swiper-button-prev, .bannerswiper .swiper-button-next {
    width: 12px;
    height: 21px;
    margin-top: -10px;
    background-size: cover;
}
.intitle .tit {
    font-size:20px;
}
 .intitle .desc {
    font-size: 13px;
}
.protabs li .num{
	display: none;
}
.protabs li{
	margin: 0;
	min-width:  auto;
	padding: 5px;
}
.protabs li .tit {
    font-size: 14px;
    margin-top: 5px;
}
.protabs li.active .tit{
	font-weight: normal;
}
.protabs li.active .tbox {
    padding-bottom:  0px;
}
.protabs li .yuan {
	border-width: 1px;
    width: 5px;
    height: 5px;
    }
.protabs:before {
    margin-top: -13px;
    display: none;
    }
.prolist li {
	margin-left: 1.5%;
    width: 48%;
    margin-right: 0!important;
    }
   .in-sec2 .tbox .tit {
    font-size: 18px;
    padding-left: 0;
} 
    
    .in-sec2 .tbox .desc{
    	padding-left: 0;
    }
    .in-sec2 .pic{
    	padding-right: 0;
    }
    .abtabs {
    height: auto;
    width: 100%;
}
.abtabs li {
    width: 50%;
    height: auto;
    float: left;
}
    
    .abtabs li img {
    width: 25px!important;
    margin: 0 auto 10px;
}
    
    
    .abtabs li a{
    	padding: 10px 0;
    	font-size: 16px;
    }
    .in-sec3 .tbox {
    bottom: 0;
}
    .in-sec3 .tbox li {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
    padding: 20px ;
    }
    .news1, .news3 {
    width: 100%;
}
    .news3 {
    	margin-top: 30px;
    }
    .news3 .qatit .en {
    font-size: 70px;
}
    .news3 .qatit .cn {
    font-size: 20px;
}
.in-sec5 .main .tbox {
    font-size: 13px;
    line-height: 1.5;
    }
.in-sec5 .main li {
    width: 25%;
    margin: 0 1%;
    
}
.in-sec5 .main li p {
    font-size: 14px;
}
footer{margin-bottom: 54px;}


.fnav{
	display: none;
}

.h5nav {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    color: #fff;
	display: block;
}
.h5navBox {
    padding-top: 2px;
    padding-bottom: 4px;
    position: fixed;
    width: 100%;
    max-width: 640px;
    bottom: 0;
    height: 54px;
    z-index: 999;
    background: #cf2d28;
}
.h5navBox .h5navitem {
    width: 25%;
    height: 54px;
    float: left;
    overflow: hidden;
}
.h5navBox .h5navitem a {
    display: block;
    color: #fff;
    font-size: 14px;
}
.h5navBox .h5navitem img {
    margin: 3px auto;
    height: 25px;
    display: block;
}
.h5navBox .h5navitem p {
    text-align: center;
    height: 25px;
    line-height: 18px;
    color: #fff;
}


.finfo {
    padding: 5px 0 10px 0;
    border-top: 1px solid rgba(255, 255, 255, .2);
    border-bottom: 1px solid rgba(255, 255, 255, .2);
	
}

.finfo .ewmbox {
    float: left;
    width: 20%;
    border: 1px solid rgba(255, 255, 255, .2);
    padding: 5px;
	}
.finfo .ewmbox {
	display: none;
    width: 30%;
    margin-left: 32%;
}
.finfo ul li {
    width: 50%;
    padding-left: 0;
    margin-top: 20px;
    }
.finfo ul li p {
    margin-top: 5px;
}
.flinks a{
	font-size: 12px;
}
.copyright,
.flinks {
	
    margin-top: 10px;
    }
    .aboutmain{
    	padding: 30px 20px;
    }
.contact {
    margin-top: 30px;
}
.location-sec {
    line-height: 40px;
}
.location-sec .main {
    padding-left: 20px;
}
.location-sec .main a{
	font-size: 12px;
}
.aboutmain .title strong {
    font-size: 20px;
}

.form .select, .form .text {
    height: 38px;
    line-height: 38px;
    }
    .form .textarea,
.form label{
    line-height: 38px;
	
}

.form .yzmtext {
    width: 50%;
    margin-right: 2%;
    line-height: 38px;
}
.form .yzm {
    width: 48%;
    height: 40px;
    }
.form .submit{
	margin-right: 24%;
	margin-top: 20px;
}
.contact li p {
    font-size: 16px;
    }
    
    .contact li img {
    width: 96px;
}
    
    .map {
    margin-top:0;
    height: 103px;
    }
	.map img{ width: 100%;}
     .newspic{
    	background-color: #f7f7f7;
    	
    }
    .newspic .pic{
    	width: 100%;
    }
    .newspic .tbox{
    	width: 100%;
    	padding: 20px;

    }
    .newspic .tit {
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}
    .newspic .desc {
    	margin-top: 0;
    	 }
    .newspic .text {
    padding-left: 0;
}
    .newspic .time {
    position: static;
    width: auto;
}
    .newspic .time .dd {
    font-size: 24px;
}
    .newslist .tit {
    font-size: 16px;
    }
    .newslist li a{
    	padding: 20px;
    }
      .pages li{
      	margin-bottom: 5px;
      }
    .pages li a {
    font-size: 12px;
    min-width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}
.details {
    font-size: 14px;
    }
     .details .tit {
    font-size: 18px;
   background-size: 24px;
    }
    
    .details {
    padding: 30px 20px;
    }
    .kwords .left {
    width: 100%;
}
    .kwords .right .btn{
    	margin-top: 30px;
    }
     
    .newspage .newspage_a {
    width: 45%;
    }
    .ny-sec .prolist li{
    	width: 100%;
    	margin-right: 0!important;
    }
    .proinfo .tbox {
    padding: 20px;
}
    
    .proinfo .tbox .tit {
    font-size: 18px;
}
    .proinfo .tbox .btn{
    	position: static;
    }
    
    .proinfo .tbox .desc {
    padding-bottom: 20px;
}
    
    
    
    
    .ny-sec,
    .in-sec5,
    .in-sec4,
    .in-sec3,
.in-sec2,
.in-sec1 {
    padding: 30px 0;
}

}
@media only screen and (max-width:320px ) {
	.protabs li .tit {
    font-size: 13px;
    }
    .contact li img {
    width: 80px;
}
}