﻿@charset "utf-8";
body,html{
	padding: 0px;
	margin: 0px;
}
body {
	/* font: calc(10vw / .16rem)/1.7 '微软雅黑', Arial, '宋体', tahoma, Hiragino Sans GB, \\5b8b\4f53, sans-serif; */
	font: 14px/2 '微软雅黑', Arial, '宋体', tahoma, Hiragino Sans GB, \\5b8b\4f53, sans-serif;
	color: #333333;
	background-color: #fff;
	-webkit-text-size-adjust: none;
	/*width: 100vw;*/
	height: 100vh;
}
html *{
	outline: 0;
}
*{
	box-sizing: border-box;
}
img {
    /* display: block; */
    max-width: 100%;
    border: 0;
    margin: 0 auto;
}
/* 禁止换行 */
p{
	line-height: 2;
}
.no-wrap {
	min-width: 1200px;
	overflow: hidden;
}
.capital-en{
	text-transform: uppercase;
}
/* 主颜色 */
.main-colour {
	color: #f5f5f5;
}

/*  */
.main-pad {
	margin-bottom: 20px;
}

.main-pd {
	padding: 20px;
}

/* 背景颜色 */

.main-bg {
	background-color: #0368b6;
}
.txt-color{
	color: #0368b6;
}

.main-bgt {
	background-color: #0368b6;
}
/*最小宽度*/
.Minwidth{
	min-width: 1200px;
}

body {
	margin-right: auto;
	margin-left: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/*字体抗锯齿*/
}

.fl {
	float: left;
}

.fr {
	float: right;
}

li {
	list-style: none;
}

em,
i {
	font-style: normal;
}

input,
img {
	vertical-align: middle;
}

button {
	cursor: pointer;
}

a {
	color: inherit;
	text-decoration: none;
}

a:link,
a:visited {
	color: inherit;
	text-decoration: none;
}

a:hover,
a:active {
	color: inherit;
	text-decoration: none;
}

a:focus,
a:hover {
	text-decoration: none;
	color: inherit;
}
a, a:visited, a:active, a:hover, a:focus{
	outline: 0;
}
p,
ul,
ol,
dl,
html,
body,
div,
span,
button {
	margin: 0;
	padding: 0;
}

h4,
h5,
h1,
h2,
h3 {
	margin: 0;
	font-weight: normal;
}

.clearfix {
	zoom: 1;
}
/*内边距*/
.padd03{
	padding-left: 0.3rem;
	padding-right: 0.3rem;
}
/* 溢出 */
.overhide {
	overflow: hidden;
}

.textover {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.textover-2 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.textover-3 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.textover-4 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
}
.textover-5 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	overflow: hidden;
}
.textover-6 {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	overflow: hidden;
}

/* 透明 */
.opacity0 {
	filter: alpha(opacity=0);
	opacity: 0;
}

.opacity1 {
	filter: alpha(opacity=100);
	opacity: 1;
}

/* 过渡 */

.transt{
	transition: all 0.3s; 
}

.trtidu25 {
	-webkit-transition-duration: .25s;
	-moz-transition-duration: .25s;
	-ms-transition-duration: .25s;
	-o-transition-duration: .25s;
	transition-duration: .25s;
}

.trtidu30 {
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

.trtidu35 {
	-webkit-transition-duration: .35s;
	-moz-transition-duration: .35s;
	-ms-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
}

.trtidu50 {
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.trtidu80 {
	-webkit-transition-duration: .8s;
	-moz-transition-duration: .8s;
	-ms-transition-duration: .8s;
	-o-transition-duration: .8s;
	transition-duration: .8s;
}

.trtidu100 {
	-webkit-transition-duration: 1s;
	-moz-transition-duration: 1s;
	-ms-transition-duration: 1s;
	-o-transition-duration: 1s;
	transition-duration: 1s;
}

/* BS */
.no-margin-rl {
	margin-right: 0;
	margin-left: 0;
}

.no-padding-rl {
	padding-right: 0;
	padding-left: 0;
}
.flex-p{
	display: flex;
}
.ber-cont{
	height: calc(100vh - 1.04rem);
}

.se-p{
	padding:0 1.24rem;
}
.fex{
	display: flex;
	align-items: center;
	justify-content: center;
}

/* banner */
.main-banner {
	width: 100%;
	height: 3.48rem;
}

.main-banner img {
	width: 100%;
	height: auto;
}
/* 二级导航 */
.second_nav {
	height: .78rem;
	line-height: .78rem;
	-webkit-box-shadow: 0 0.02rem 0.06rem rgba(0, 0, 0, 0.2);
	box-shadow: 0 0.02rem 0.06rem rgba(0, 0, 0, 0.2);
	position: relative;
	z-index: 999;
}

.second_nav ul {
	display: flex;
	justify-content: center;
}

.second_nav ul li {
	width: 1.86rem;
	height: 100%;
	text-align: center;
}

.second_nav ul li a {
	font-size: 0.16rem;
	color: #4a4a4a;
	display: block;
	cursor: pointer;
}

.second_nav ul li a.on,
.second_nav ul li:hover a {
	color: #eeeeee;
	background-color: #182140;
	transition: all 0.3s;
}

.pageClass {
	display: flex;
	justify-content: center;
	padding: 0.30rem 0;
	width: 100%;
}

.pageClass a {}

.pageClass a span {
	display: inline-block;
	padding: 0px 0.14rem;
	/*height: .29rem;*/
	/*border: .01rem solid #999999;*/
	box-sizing: border-box;
	text-align: center;
	font-size: 0.24rem;
	margin: 0 0.03rem;
	/* float: left; */
	border: 0.01rem solid #0368B6;
	color: #333333 !important;

}

.pageClass strong span {
	display: inline-block;
    color: #FFFFFF;
    padding: 0px 0.14rem;
    text-align: center;
    background-color: #0368B6;
    font-size: 0.24rem;
    border: 0.01rem solid #0368B6;
    margin: 0 0.03rem;
}
/*留言*/
.left_width{
    color: #ececec;
    display: block;
    float: left;
}
.input{
	    outline: none;
    background-color: #626262;
    color: white;
    border: 0px;
    border-radius: 5px;
    width: 278px;
    line-height: 36px;
    margin-bottom: 20px;
    padding-left: 20px;
}
.textarea{
    outline: none;
    background-color: #626262;
    color: white;
    border: 0px;
    border-radius: 5px;
    width: 278px;
    height: 120px;
    resize: none;
    padding-left: 20px;
}
.pl_btn{
	outline: none;
    background-color: #F4A22C;
    color: #303030;
    border: 0px;
    border-radius: 5px;
    width: 88px;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    padding-left: 20px;
}
.butok{
	text-align: right;
	padding-right: 12px;
}
/*隐藏*/
.hide{
	display: none !important;
}

@media (min-width: 1200px){
    .container {
        width: 1200px;
	    padding: 0;
    }
}

 @media screen and (max-width: 768px)  {
	
 }