@charset "utf-8";
@font-face {
	font-family: 'MON';
	src: url('Montserrat-Light.eot');
	src: url('Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('Montserrat-Light.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
	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;
}

html,
body {
	width: 100%;
	height: 100%;
}

body {
	font-family: 'MON', arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: .75em;
	overflow-x: hidden;
	color: #000;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
	font-family: 'MON', arial, Helvetica, sans-serif;
}

img {
	border: none;
}

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

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

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

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

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

.none {
	display: none;
}

.block {
	display: block;
}

.w {
	width: 1440px;
	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;
}

::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
}

:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
}

::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
}

:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
}

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

.h {
	height: 84px;
	background: rgba(219, 219, 219, 0.7);
}


/*============================header==============================*/

header {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 99999;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	width: 100%;
	background: rgba(219, 219, 219, 0.7);
}

header.fixed {
	-moz-box-shadow: 0px 0px 10px #bfbfbf;
	-webkit-box-shadow: 0px 0px 10px #bfbfbf;
	box-shadow: 0px 0px 10px #bfbfbf;
}

header.fixed .head_top {
	line-height: 74px;
}

.head_top {
	padding: 0 63px;
	line-height: 84px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

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

.head_top .logo img {
	height: 21px;
	vertical-align: middle;
}


/**/

.head_top .nav {
	margin-left: 30px;
	position: relative;
	z-index: 10;
}

.nav nav>ul>li {
	float: left;
	padding: 0 28px;
	position: relative;
	text-transform: uppercase;
}

.nav nav>ul>li.two>a:after {
	content: "";
	position: absolute;
	right: -20px;
	top: 0;
	width: 8px;
	height: 100%;
	background: url(../images/two.png) no-repeat center center;
}

.nav nav>ul>li>a {
	display: block;
	text-align: center;
	font-size: 15px;
	color: #333333;
	position: relative;
}

.nav nav>ul>li a:hover {
	color: #072468;
}

.nav nav>ul>li ol {
	position: absolute;
	top: 100%;
	left: 0px;
	width: 235px;
	padding: 20px 20px 40px;
	display: none;
	border-top: 3px solid #072468;
	background: #fff;
}

.nav nav>ul>li ol li {
	width: 100%;
	float: none;
	text-align: center;
	padding-left: 5px;
	border-bottom: 1px solid #072468;
}

.nav nav>ul>li ol li:hover {
	border-color: #072468;
}

.nav nav>ul>li ol li a {
	line-height: 34px;
	color: #333333;
	font-size: 14px;
	display: block;
	text-align: left;
	position: relative;
}

.nav nav>ul>li ol li:hover a {
	color: #072468;
}


/**/

.head_search {
	position: relative;
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 35px 0 20px;
	font-size: 0;
	vertical-align: middle;
	background: #072468;
	border-radius: 25px;
	overflow: hidden;
}

.search_box .head_search1 {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	padding: 0 15px;
	height: 35px;
	width: 35px;
	background: url(../images/fanhui.png) no-repeat center;
	background-size: 40% auto;
	cursor: pointer;
	vertical-align: middle;
	overflow: hidden
}

.search_box .head_search1:hover {
	opacity: 0.8;
}

.search_box .head_search2 {
	background-color: #fff;
	height: 35px;
	line-height: 35px;
	border: none;
	width: 170px;
	padding: 0 0 0 20px;
	vertical-align: middle;
	font-size: 14px;
	color: #ffffff;
	background: #072468 url(../images/search.png) no-repeat left center;
}

.head_other .tel {
	margin-right: 10px;
	padding-left: 24px;
	font-size: 14px;
	color: #333333;
	background: url(../images/tel.png) no-repeat left center;
}

.head_other .share {
	font-size: 0;
}

.head_other .share a {
	display: inline-block;
	line-height: 16px;
	margin: 0 10px;
}

.head_other .share a:hover {
	opacity: 0.8;
}

.head_other .share img {
	vertical-align: middle;
}


/*phone_head*/

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

.phone_head .logo {
	width: 60%;
}

.phone_head .logo img {
	max-width: 100%;
	height: auto;
	max-height: 40px;
	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/navbg.png) no-repeat center;
	background-size: auto 100%;
}

.phone-head .mask-close {
	background: #072468 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-transform: uppercase;
	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: #072468;
}

#menu {
	margin: 4em auto;
	width: 100%;
}

#menu {
	background: #072468;
}

.sliding-menu a.back {
	background: #2e99d3;
}

.sliding-menu a:hover {
	background: #2e99d3;
}


/*============================index ==============================*/

.banner {}

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

.banner .swiper-pagination {
	bottom: 45px;
}

.banner .swiper-pagination-bullet {
	background: #fff;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	background: #008dd4;
}


.banner .swiper-button-next, .banner .swiper-button-prev{
	opacity: 0;
}
.banner:hover .swiper-button-next, .banner:hover .swiper-button-prev{
	opacity: 1;
}
.banner .swiper-button-next{
	
	right: 85px;
}
 .banner .swiper-button-prev{
 	left: 85px;
 }
.in1_sec {
	padding: 65px 0 20px;
	background: #f6f6f6;
}

.in1tab {
	margin: 0 351px 0;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 20px;
}

.in1tab .preview {
	position: relative;
	padding-right: 54px;
}

.in1tab .preview:after {
	content: "";
	width: 1px;
	height: 20px;
	background: #ebebeb;
	position: absolute;
	right: 27px;
	top: 50%;
	margin-top: -13px;
}

.preview .swiper-container {
	width: 100%;
	height: 36px;
}

.preview .swiper-slide {
	width: auto;
}

.preview .arrow-left {
	background: url(../images/in1l.png) no-repeat left top;
	position: absolute;
	right: 43px;
	top: 50%;
	margin-top: -13px;
	width: 11px;
	height: 20px;
	z-index: 10;
}

.preview .arrow-left:hover {
	background-image: url(../images/in1l0.png);
}

.preview .arrow-right:hover {
	background-image: url(../images/in1r0.png);
}

.preview .arrow-right {
	background: url(../images/in1r.png) no-repeat left top;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -13px;
	width: 11px;
	height: 20px;
	z-index: 10;
}

.preview .swiper-slide a {
	font-size: 15px;
	color: #1e1e1e;
	line-height: 30px;
	padding-bottom: 10px;
	border-bottom: 2px solid #f6f6f6;
	text-transform: uppercase;
}

.preview .swiper-slide.active-nav a {
	font-weight: bold;
	border-color: #072468;
}

.in1_sec .prolist ul {
	padding: 50px 63px 70px;
}

.prolist ul li {
	float: left;
	width: 18.4%;
	margin-left: 2%;
	background: #fff;
	border-radius: 20px;
	border: 1px solid #efefef;
	overflow: hidden;
}

.prolist ul li:nth-child(5n+1) {
	margin-left: 0;
}

.prolist ul li:hover {
	box-shadow: 0px 30px 70px rgba(7, 36, 104, 0.2);
}

.prolist ul li .pic {
	overflow: hidden;
}

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

.prolist ul li:hover .pic img {
	-moz-transform: scale(1.07);
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

.prolist ul li .tbox {
	padding: 35px 25px;
	border-top: 1px solid #efefef;
	text-align: center;
}

.prolist ul li .tbox .t1 {
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	height: 30px;
}

.prolist ul li .tbox .t2 {
	margin-top: 20px;
	font-size: 0;
	line-height: 44px;
	border-radius: 25px;
	background: #ebebeb;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.prolist ul li:hover .tbox .t2 {
	background: #072468;
}

.prolist ul li .tbox .t2 i {
	width: 13px;
	height: 13px;
	line-height: 13px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/ico1.png) no-repeat center center;
}

.prolist ul li:hover .tbox .t2 i {
	background-image: url(../images/ico01.png);
}

.prolist ul li .tbox .t2 span {
	font-size: 12px;
	color: #888888;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
}

.prolist ul li:hover .tbox .t2 span {
	color: #fff;
}

.in2_sec {
	padding: 80px 0 100px;
}

.in2_sec .main {}

.in2_sec .main .tbox {
	float: left;
	width: 46.5%;
}

.in2_sec .main .tbox .t1 {
	font-size: 42px;
	color: #1e1e1e;
	line-height: 60px;
	padding-top: 60px;
	background: url(../images/jiao.png) no-repeat top left;
	text-transform: uppercase;
	font-weight: bold;
}

.in2_sec .main .tbox .t1 span {
	color: #0b38a3;
}

.in2_sec .main .tbox .t2 {
	margin-top: 20px;
	font-size: 16px;
	color: #555555;
	line-height: 30px;
}

.in2_sec .main .tbox .t3 {
	margin-top: 55px;
	color: #0b38a3;
	text-transform: uppercase;
}

.num_con ul li {
	float: left;
	margin-left: 9.65%;
	width: 26.9%;
}

.num_con ul li:nth-child(3n+1) {
	margin-left: 0;
}

.num_con .number_box {
	padding-bottom: 34px;
	border-bottom: 3px solid #0b38a3;
}

.num_con .number {
	font-size: 60px;
	line-height: 60px;
	font-weight: bold;
}

.num_con .text_box {
	margin-top: 20px;
	font-size: 13px;
}

.in2_sec .main .pic {
	float: right;
	width: 47.5%;
}

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


/*============================footer ==============================*/

footer {
	background: #0e121e url(../images/bkg_footer.jpg) no-repeat left top;
	background-size: cover;
}

.footop {
	padding: 100px 0 25px;
}

.footop .f1 {
	float: left;
	width: 44.8%;
}

.flogo {}

.flogo img {
	height: 21px;
}

.finfo1 {
	margin-top: 30px;
	padding-right: 100px;
	font-size: 13px;
	color: #50576a;
	line-height: 20px;
}

.finfo2 {
	margin-top: 20px;
	font-size: 13px;
	color: #ffffff;
	line-height: 24px;
}

.finfo2 ul li {
	margin-top: 10px;
	padding-left: 25px;
	background: url(../images/f1.png) no-repeat left 2.5px;
}

.finfo2 ul li:nth-child(2) {
	background-image: url(../images/f2.png);
}

.finfo2 ul li:nth-child(3) {
	background-image: url(../images/f3.png);
}

.footop .f2 {
	float: left;
	width: 36.8%;
	border-left: 1px solid #21252c;
	border-right: 1px solid #21252c;
}

.footop .f2 dl {
	float: left;
	padding: 10px 0 10px 15px;
	font-size: 0;
	min-height: 294px;
}

.footop .f2 dl:nth-child(1) {
	width: 33%;
}

.footop .f2 dl:nth-child(2) {
	width: 67%;
	border-left: 1px solid #21252c;
}

.footop .f2 dt {
	margin-bottom: 15px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

.footop .f2 dd {
	margin-top: 15px;
}

.footop .f2 a {
	font-size: 12px;
	color: #5a6069;
	display: block;
	line-height: 20px;
}

.footop .f2 a:hover {
	color: #fff;
}

.footop .f2 dl:nth-child(2) dd {
	display: inline-block;
	width: 50%;
}

.footop .f3 {
	float: right;
	width: 18.4%;
	padding: 10px 0 10px 15px;
}

.footop .f3 .tit {
	margin-bottom: 35px;
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	text-transform: uppercase;
}

.footop .f3 ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #5a6069;
}

.footop .f3 :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #5a6069;
}

.footop .f3 ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #5a6069;
}

.footop .f3 :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #5a6069;
}

.footop .f3 .inputtext {
	display: block;
	margin-top: 10px;
	width: 100%;
	height: 38px;
	line-height: 38px;
	padding: 0 10px;
	background: #21252c;
	font-size: 12px;
	color: #fff;
}

.footop .f3 .textarea {
	display: block;
	margin-top: 10px;
	width: 100%;
	height: 76px;
	line-height: 38px;
	padding: 0 10px;
	background: #21252c;
	font-size: 12px;
	color: #fff;
	resize: none;
}

.footop .f3 .inputsubmit {
	display: block;
	margin-top: 10px;
	width: 105px;
	height: 38px;
	line-height: 38px;
	background: #0b38a3;
	font-size: 12px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.footop .f3 .inputsubmit:hover {
	opacity: 0.8;
}

.footbottom {
	padding: 30px 0;
	font-size: 13px;
	color: #ffffff;
	font-weight: lighter;
}

.footbottom a {
	color: #ffffff;
}

.fshare {
	margin-left: 25px;
	display: inline-block;
	vertical-align: middle;
	width: 146px;
	font-size: 0;
}

.fshare a {
	display: inline-block;
	width: 20%;
	height: 16px;
	background-image: url(../images/share.png);
	background-repeat: no-repeat;
}

.fshare a:hover {
	opacity: 0.8;
}

.facebook {
	background-position: 0 0;
}

.twitter {
	background-position: -29.2px 0;
}

.wb {
	background-position: -58.4px 0;
}

.gg {
	background-position: -77.6px 0;
}

.ins {
	background-position: -107.8px 0;
}


/*============================contact ==============================*/

.contact_sec {}

.contact_sec .map {
	float: left;
	width: 50%;
	height: 670px;
}

.contact_sec iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: none;
}

.contact_sec .form {
	float: left;
	width: 50%;
	padding: 100px 0 0 100px;
}

.contact_sec .form .tit {
	font-size: 42px;
	color: #1e1e1e;
	line-height: 60px;
	padding-top: 60px;
	background: url(../images/jiao.png) no-repeat top left;
	text-transform: uppercase;
	font-weight: bold;
}

.contact_sec .form ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #888888;
}

.contact_sec .form :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #888888;
}

.contact_sec .form ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #888888;
}

.contact_sec .form :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #888888;
}

.contact_sec .form .con {
	font-size: 0;
}

.contact_sec .form .con ul li {
	margin-bottom: 10px;
}

.contact_sec .form .inputtext {
	display: inline-block;
	width: 223px;
	height: 60px;
	line-height: 59px;
	padding: 0 10px;
	background: #fff;
	font-size: 15px;
	color: #1e1e1e;
	margin-right: 30px;
	border-bottom: 1px solid #dbd8d7;
}

.contact_sec .form .textarea {
	display: block;
	width: 480px;
	height: 117px;
	line-height: 58px;
	padding: 0 10px;
	background: #fff;
	font-size: 15px;
	color: #1e1e1e;
	resize: none;
	border-bottom: 1px solid #dbd8d7;
}

.contact_sec .form .inputsubmit {
	margin-top: 50px;
	display: block;
	width: 208px;
	height: 60px;
	line-height: 60px;
	background: #0b38a3;
	font-size: 18px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	cursor: pointer;
}

.contact_sec .form .inputsubmit:hover {
	opacity: 0.8;
}


/*============================download ==============================*/

.ny_sec {
	padding: 40px 0 60px;
	background: #f6f6f6;
}

.dl_sec {}

.dl_sec ul li {
	margin-bottom: 20px;
	-moz-box-shadow: 3px 3px 5px rgba(196, 196, 196, 0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(196, 196, 196, 0.3);
	box-shadow: 3px 3px 5px rgba(196, 196, 196, 0.3);
}

.dl_sec ul li a {
	display: block;
	position: relative;
	background: #ffff;
	padding: 19px 50px;
	font-size: 18px;
	color: #333333;
}

.dl_sec ul li a:hover {
	color: #083F78;
}

.dl_sec ul li a:before {
	content: "";
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top: -10px;
	width: 21px;
	height: 20px;
	background: url(../images/ico2.png) center center;
}

.dl_sec ul li a:hover:before {
	background-image: url(../images/ico02.png);
}

.dl_sec ul li a:after {
	content: "";
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -14.5px;
	width: 29px;
	height: 29px;
	background: url(../images/ico3.png) center center;
}

.dl_sec ul li a:hover:after {
	background-image: url(../images/ico03.png);
}


/*============================pro ==============================*/

.ny_left {
	width: 18.75%;
}

.ny_right {
	width: 78.75%;
}

.ny_nav {
	padding: 0 20px;
	border-top: 2px solid #072468;
	background: #fff;
	-moz-box-shadow: 3px 3px 5px rgba(196, 196, 196, 0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(196, 196, 196, 0.3);
	box-shadow: 3px 3px 5px rgba(196, 196, 196, 0.3);
}

.ny_left .top {
	padding: 10px 0;
	line-height: 30px;
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
}

.ny_left .guide {
	padding: 15px 0;
	margin-bottom: 25px;
	background: #fff;
	border-top: 1px solid #ebebeb;
}

.ny_left .guide dl {
	margin-bottom: 15px;
}

/*20190918*/
.ny_left .guide dt{
	position: relative;
}
.ny_left .guide dt em{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 32px;
	background: url(../images/noff.png) no-repeat center center;
	cursor: pointer;
}
.ny_left .guide dl dt.two em:hover,
.ny_left .guide dl.active dt.two em {
	background-image: url(../images/non.png);
}
/*20190918*/


.ny_left .guide dt a {
	display: block;
	line-height: 30px;
	color: #333333;
	font-size: 14px;
	text-transform: uppercase;
}

/*.ny_left .guide dt.two a {
	background: url(../images/noff.png) no-repeat 95% center;
}*/

.ny_left .guide dt a:hover {
	color: #0b38a3;
}

.ny_left .guide dl.active dt a {
	color: #0b38a3;
}

/*.ny_left .guide dl dt.two a:hover,
.ny_left .guide dl.active dt.two a {
	background-image: url(../images/non.png);
}*/

.ny_left .guide dd {
	display: none;
	padding-left: 30px;
}

.ny_left .guide dl.active dd {
	display: block;
}

.ny_left .guide dd a {
	display: block;
	/*line-height: 30px;*/
	padding: 6.5px 0;
	background: #fff;
	color: #777777;
	font-size: 13px;
}

.ny_left .guide dd.active a,
.ny_left .guide dd a:hover {
	color: #0b38a3;
}

.ny_left .guide i {
	margin-left: 10px;
	padding: 0 3px;
	font-size: 14px;
	color: #b7b7b7;
	font-style: normal;
	background: #ebebeb;
}

.toppro {
	padding: 0 20px;
	border-top: 2px solid #072468;
	background: #fff;
	-moz-box-shadow: 3px 3px 5px rgba(196, 196, 196, 0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(196, 196, 196, 0.3);
	box-shadow: 3px 3px 5px rgba(196, 196, 196, 0.3);
}

.toppro ul li {
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 10px;
}

.toppro ul li .pic {
	display: table-cell;
	vertical-align: middle;
	width: 40%;
	overflow: hidden;
}

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

.toppro ul li:hover .pic img {
	-moz-transform: scale(1.07);
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
}

.toppro ul li .tbox {
	display: table-cell;
	vertical-align: middle;
	width: 60%;
	font-size: 13px;
	color: #333333;
	line-height: 18px;
	height: 36px;
}

.toppro ul li:hover .tbox {
	color: #083F78;
}

.wmain {
	padding: 0 25px 40px;
	background: #fff;
	-moz-box-shadow: 3px 3px 5px rgba(196, 196, 196, 0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(196, 196, 196, 0.3);
	box-shadow: 3px 3px 5px rgba(196, 196, 196, 0.3);
}

.ny_tit {
	padding: 23px 0;
	border-bottom: 1px solid #ebebeb;
}

.ny_tit .t1 {
	display: inline-block;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	text-transform: uppercase;
	padding-left: 25px;
	background: url(../images/jiao.png) no-repeat left center;
	background-size: auto 80%;
}

.prodetails .prolist ul li {
	width: 23.6%;
	margin-left: 1.86%;
	margin-top: 25px;
}

.prodetails .prolist ul li:nth-child(5n+1) {
	margin-left: 1.86%;
}

.prodetails .prolist ul li:nth-child(4n+1) {
	margin-left: 0;
}

.propage1 {
	line-height: 30px;
	padding: 10px 25px;
	background: #fff;
	-moz-box-shadow: 3px 3px 5px rgba(196, 196, 196, 0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(196, 196, 196, 0.3);
	box-shadow: 3px 3px 5px rgba(196, 196, 196, 0.3);
}

.propage1 .t1 {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	color: #888888;
	font-weight: bold;
	padding-left: 25px;
	background: url(../images/jiao.png) no-repeat left center;
	background-size: auto 60%;
}

.propage1 .t2 {
	float: right;
	display: inline-block;
	vertical-align: middle;
}

.propage1 .t2 span {
	font-size: 15px;
	color: #333333;
}

.propage1 .t2 select {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	width: 78px;
	height: 28px;
	line-height: 26px;
	padding: 0 10px;
	font-size: 12px;
	color: #888888;
	border: 1px solid #eeeeee;
	border-radius: 25px;
}

.propage2 {
	margin-top: 50px;
	line-height: 30px;
	padding: 10px 25px;
	background: #fff;
	-moz-box-shadow: 3px 3px 5px rgba(196, 196, 196, 0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(196, 196, 196, 0.3);
	box-shadow: 3px 3px 5px rgba(196, 196, 196, 0.3);
}

.propage2 .t1 {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	color: #888888;
	font-weight: bold;
}

.propage2 .t2 {
	float: right;
	font-size: 0;
}

.propage2 .t2 a {
	margin-left: 10px;
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	font-size: 15px;
	color: #333333;
	text-align: center;
	background: #ebebeb;
}

.propage2 .t2 a.on,
.propage2 .t2 a:hover {
	background: #0b38a3;
	color: #fff;
}

.pro_search_box {
	margin-bottom: 30px;
	height: 49px;
	line-height: 49px;
	overflow: hidden;
	background: #fff;
	-moz-box-shadow: 3px 3px 5px rgba(196, 196, 196, 0.3);
	-webkit-box-shadow: 3px 3px 5px rgba(196, 196, 196, 0.3);
	box-shadow: 3px 3px 5px rgba(196, 196, 196, 0.3);
}

.pro_search_box ::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #888888;
}

.pro_search_box :-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #888888;
}

.pro_search_box ::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #888888;
}

.pro_search_box :-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #888888;
}

.pro_search_box .search1 {
	float: right;
	height: 49px;
	width: 54px;
	background: url(../images/search2.png) no-repeat center center;
	cursor: pointer;
}

.pro_search_box .search1:hover {
	opacity: 0.8;
}

.pro_search_box .search2 {
	background-color: #fff;
	height: 49px;
	line-height: 49px;
	border: none;
	width: 180px;
	padding: 0 0 0 20px;
	vertical-align: middle;
	font-size: 15px;
	color: #333333;
}

.proxqdetails {}

.proxqdetails ul li {}

.proxqdetails ul li .tit {
	padding: 25px 0;
	font-size: 18px;
	color: #072468;
	line-height: 30px;
}

.proxqdetails ul li .picbox img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

.proxqdetails ul li .pic1 {
	float: left;
	width: 36.6%;
	border: 1px solid #efefef;
}

.proxqdetails ul li .pic2 {
	float: right;
	width: 59.5%;
	border: 1px solid #efefef;
}


/*============================about ==============================*/

.aboutdetails {
	font-size: 15px;
	color: #555555;
	line-height: 24px;
}

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

.aboutdetails pre {
	white-space: pre-wrap;
	word-wrap: break-word;
}


/*============================rightlang ==============================*/

.rightlang {
	position: fixed;
	right: 0;
	top: 50%;
	margin-top: -108px;
	z-index: 99999;
}

.rightlang ul li {
	margin-bottom: 20px;
}

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

.rightlang ul li:hover {
	-moz-box-shadow: 0px 0px 10px #bfbfbf;
	-webkit-box-shadow: 0px 0px 10px #bfbfbf;
	box-shadow: 0px 0px 10px #bfbfbf;
}


/*============================ ==============================*/

@media only screen and (max-width:1680px) {
	.in1tab {
		margin: 0 251px 0;
	}
}

@media only screen and (max-width:1440px) {
	.w {
		width: 1360px;
	}
	header.fixed .head_top {
		line-height: 54px;
	}
	.nav nav>ul>li {
		padding: 0 18px;
	}
	.in1tab {
		margin: 0 120px 0;
	}
	.footop {
		padding: 50px 0 25px;
	}
}

@media only screen and (max-width:1366px) {
	.w {
		width: 1200px;
	}
	.in1tab {
		margin: 0 100px 0;
	}
	.head_top {
		padding: 0 30px;
	}
	.pro_search_box .search2 {
		width: 150px;
		padding-left: 10px;
	}
}

@media only screen and (max-width:1280px) {
	.in1tab {
		margin: 0 55px 0;
	}
	.search_box .head_search2 {
		width: 100px;
	}
}

@media only screen and (max-width:1200px) {
	.w {
		width: 1024px;
	}
}

@media only screen and (max-width:1024px) {
	.w {
		width: 960px;
	}
	header {
		display: none;
	}
	.phone_head {
		display: block;
	}
	.h {
		height: 50px;
	}
	.footop .f2 {
		display: none;
	}
	.in1tab .preview {
		padding-right: 60px;
	}
	.in1tab {
		margin: 0 30px 0;
	}
	.in1_sec .prolist ul {
		padding: 30px;
	}
	.preview .swiper-slide {
		/*width: 20%;*/
	}
	.in1_sec {
		padding: 30px 0 0px;
	}
	.in2_sec {
		padding: 30px 0;
	}
	.in2_sec .main .tbox .t1 {
		font-size: 32px;
		color: #1e1e1e;
		line-height: 40px;
		padding-top: 40px;
	}
	.footop .f1 {
		width: 60%;
	}
	.footop .f3 {
		width: 40%;
	}
	.ny_left .top {
		padding: 5px 0;
		line-height: 22px;
		font-size: 14px;
	}
	.ny_nav {
		padding: 0 10px;
	}
	.ny_left .guide dd {
		padding-left: 15px;
	}
	.contact_sec .form {
		padding: 50px 0 0 50px;
	}
	.pro_search_box .search2 {
		width: 120px;
	}
}

@media only screen and (max-width:960px) {
	.w {
		width: 100%;
		padding: 0 3%;
	}
}

@media only screen and (max-width:780px) {
	.in1tab {
		margin: 0;
		padding: 0 3%;
	}
	.prolist ul li {
		width: 48%;
		margin-left: 4%;
		margin-bottom: 20px;
	}
	.prolist ul li:nth-child(5n+1) {
		margin-left: 4%;
	}
	.prolist ul li:nth-child(2n+1) {
		margin-left: 0;
	}
	.prodetails .prolist ul li {
		width: 48%;
		margin-left: 4%;
		margin-top: 20px;
		margin-bottom: 0;
	}
	.prodetails .prolist ul li:nth-child(5n+1) {
		margin-left: 4%;
	}
	.prodetails .prolist ul li:nth-child(4n+1) {
		margin-left: 4%;
	}
	.prodetails .prolist ul li:nth-child(2n+1) {
		margin-left: 0;
	}
	.in2_sec .main .tbox {
		float: none;
		width: 100%;
	}
	.in2_sec .main .tbox .t3 {
		margin-top: 25px;
	}
	.num_con .number {
		font-size: 40px;
		line-height: 50px;
	}
	.num_con .number_box {
		padding-bottom: 24px;
	}
	.in2_sec .main .pic {
		float: none;
		width: 50%;
		margin: 20px auto 0;
	}
	.footbottom {
		padding: 0 0 20px 0;
		text-align: center;
	}
	.footbottom .right {
		float: none;
	}
	.footop {
		padding: 20px 0;
	}
	.ny_sec {
		padding: 30px 0;
	}
	.ny_left {
		width: 100%;
	}
	.ny_nav {
		display: none;
	}
	.toppro {
		display: none;
	}
	.ny_right {
		width: 100%;
	}
	.wmain {
		padding: 0 15px 20px;
	}
	.contact_sec .map {
		width: 100%;
	}
	.contact_sec .form {
		width: 100%;
		padding: 30px;
	}
	.contact_sec .form .tit {
		font-size: 22px;
		color: #1e1e1e;
		line-height: 30px;
		padding-top: 30px;
	}
	.pro_search_box .search2 {
		width: 320px;
	}
}

@media only screen and (max-width:560px) {
	.in1_sec {
		padding: 10px 0 0px;
	}
	.in1_sec .prolist ul {
		padding: 30px 3%;
	}
	.prolist ul li .tbox {
		padding: 15px 5px;
	}
	.prolist ul li .tbox .t2 {
		margin-top: 10px;
	}
	.in2_sec .main .tbox .t1 {
		font-size: 22px;
		color: #1e1e1e;
		line-height: 30px;
		padding-top: 30px;
	}
	.in2_sec .main .pic {
		width: 80%;
	}
	.footop .f1 {
		width: 100%;
	}
	.footop .f3 {
		display: none;
	}
	.finfo1 {
		margin-top: 10px;
		padding-right: 0px;
	}
	.finfo2 {
		margin-top: 10px;
		font-size: 12px;
	}
	.finfo2 ul li {
		margin-top: 0px;
	}
	.footbottom {
		padding: 0 0 10px 0;
		font-size: 12px;
	}
	.footbottom .right {
		display: block;
	}
	.banner .swiper-pagination {
		bottom: 10px;
	}
	.ny_tit {
		padding: 10px 0;
	}
	.ny_tit .t1 {
		font-size: 16px;
	}
	.propage1 .t2,
	.propage2 .t2 {
		float: none;
	}
	.contact_sec .form {
		padding: 15px;
	}
	.dl_sec ul li {
		padding: 10px 0;
		background: #fff;
		display: table;
		table-layout: fixed;
	}
	.dl_sec ul li a {
		height: 32px;
		line-height: 16px;
		padding: 0px 50px;
		font-size: 14px;
		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;
		vertical-align: middle;
		display: table-cell;
		vertical-align: middle;
	}
	.contact_sec .form .inputsubmit {
		margin-top: 30px;
		width: 108px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.dl_sec ul li a:before {
		left: 15px;
		margin-top: -7px;
		width: 15px;
		height: 14px;
		background-size: 100% auto;
	}
	.dl_sec ul li a:after {
		right: 15px;
		margin-top: -10px;
		width: 20px;
		height: 20px;
		background-size: 100% auto;
	}
	.pro_search_box .search2 {
		width: 300px;
	}
	.proxqdetails ul li .tit {
		padding: 10px 0;
		font-size: 14px;
		line-height: 22px;
	}
	.proxqdetails ul li .pic1 {
		width: 100%;
	}
	.proxqdetails ul li .pic2 {
		margin-top: 20px;
		width: 100%;
	}
	.rightlang ul li img {
		width: 30px;
	}
}

@media only screen and (max-width:380px) {
	.pro_search_box .search2 {
		width: 280px;
	}
}


/*============================ ==============================*/