/* CSS Document */
@charset "utf-8";
/* ç§»åŠ¨ç«¯å…¨å±€æŽ§åˆ¶reset */
body, div, ol, ul, h1, h2, h3, h4, h5, h6, p, th, td, dl, dd, form, iframe, input, textarea, select, label, article, aside, footer, header, menu, nav, section, time, audio, video {
	margin: 0;
	padding: 0;
}
article, aside, footer, header, hgroup, nav, section, audio, canvas, video { display: block; }
body {
	font-size: 100%;
	font-family: arial, Helvetica, STHeiti, Droid Sans Fallback;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	background-color: #fff;
}
textarea { resize: none; }
iframe {
	border: 0;
	display: block;
}
img { border: 0;}
ul, ol { list-style: none; }
input, select, textarea {
	outline: 0;
	-webkit-user-modify: read-write-plaintext-only;
}
/* input { -webkit-appearance: none; } */
a {
	text-decoration: none;
	color: #666;
}
a:hover { text-decoration: none; }
/* æ¸…ç†æµ®åŠ¨ */
.clearfix {
	clear: both;
	zoom: 1;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
/* å…¨å±€æµ®åŠ¨ */
.fl { float: left; }
.fr { float: right; }
.bgtable {
	width: 100%;
	table-layout: fixed;
}
.bgtable tr:first-child {
	background-color: #103d99;
	color: #fff;
	height: 50px;
	line-height: 50px;
}
.bgtable tr:first-child td { border: 1px solid #fff; }
.bgtable td {
	border-collapse: collapse;
	border: 1px solid #666;
	text-align: center;
	line-height: 2;
}
.bgtable1 {
	width: 100%;
	table-layout: fixed;
}
.bgtable1 tr:nth-child(2n) { background-color: #e3e3e3; }
.bgtable1 td {
	border-collapse: collapse;
	border: 1px solid #666;
	text-align: center;
	line-height: 2;
}


/* åœ†ç»†æ»šåŠ¨æ¡æ ·å¼ 20180601 */
::-webkit-scrollbar {
width:5px;
height:5px;
}
::-webkit-scrollbar-button:vertical {
display:none;
}
::-webkit-scrollbar-track:vertical {
background-color:black
}
::-webkit-scrollbar-track-piece {
background:#FFF
}
::-webkit-scrollbar-thumb:vertical {
background-color:#103d99;
}
::-webkit-scrollbar-thumb:vertical:hover {
background-color:#A0A0A0
}
::-webkit-scrollbar-corner:vertical {
background-color:#535353
}
::-webkit-scrollbar-resizer:vertical {
background-color:#FF6E00
}
/* æ‹–é€‰æ–‡å­—æ ·å¼ 20160628 */
::selection {
	background: #103d99;
	color: #fff;
}
::-moz-selection {
background: #103d99;
color: #fff;
}
.wrapper {
	margin: 0 auto;
	width: 1200px;
}
/*top n*/
.top_n {
	background: rgba(0,0,0,0.5);
	padding: 5px 0;
	margin-top: -45px;
}
.top_n ul li {
	float: left;
	padding: 10px 20px;
	margin: 0 5px;
	background: rgba(0,0,0,0.2);
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
.top_n ul li:hover { background: rgba(0,0,0,0.5); }
.top_n ul li a {
	color: #fff;
	font-size: 12px;
}
/*about*/
.nn {
	background: #fff;
	padding: 20px;
}
.about_m {
	padding: 2%;
	background-color: #fff;
	width: 44%;
	float: left;
	box-sizing: content-box;
}
.about_m p {
	text-indent: 2em;
	font-size: 16px;
	line-height: 1.6;
}
.about_m p span { color: #97732d; }
.comp02 {
	width: 50%;
	float: right;
	height: 402px;
}
.bigtit {
	font-size: 32px;
	color: #404040;
	margin-bottom: 30px;
	position: relative;
}
.bigtit em {
	display: block;
	width: 80px;
	height: 1px;
	background-color: #185daa;
	margin: 15px auto 0;
}
.bigtit:after {
	content: "";
	height: 3px;
	background: #103d99;
	position: absolute;
	width: 5%;
	top: 55px;
	left: 0;
}
.bigtit p { padding-bottom: 15px; }
.bigtit span {
	font-size: 20px;
	line-height: 56px;
	color: #103d99;
}
.border {
	border-bottom: solid 1px #dcdcdc;
	width: 20%;
}
/*ability*/
.ability img { max-width: 100%; }
/*honor*/
.honor_ul { width: 100%; }
.honor_ul li {
	width: 30%;
	float: left;
	margin-right: 5%;
	margin-bottom: 20px;
}
.honor_ul li:nth-child(3n) { margin-right: 0; }
.honor_ul li a {
	display: block;
	padding: 5px;
	border: 1px solid #ddd;
	position: relative;
}
.honor_ul li a:hover { border: 1px solid #13418e; }
.honor_ul li img { width: 100%; }
.honor_ul li p {
	text-align: center;
	margin-top: 10px;
	font-size: 14px;
}
.honor_ul li p a { color: #666; }
li .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #13418e;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}
li:hover .cover {
	opacity: .8;
	filter: alpha(opacity=80);
}
li .ico01 {
	width: 68px;
	height: 68px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -34px;
	margin-left: -94px;
	background: url(../images/i5.png) no-repeat center center;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
li:hover .ico01 {
	margin-left: -34px;
	opacity: 1;
	filter: alpha(opacity=100);
}
li .ico02 {
	width: 68px;
	height: 68px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -34px;
	margin-left: 64px;
	background: url(../images/i6.png) no-repeat center center;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}
li:hover .ico02 {
	margin-left: -34px;
	opacity: 1;
	filter: alpha(opacity=100);
}
/*product*/
.product ul { }
.product ul li {
	float: left;
	margin-left: 4%;
	padding: 23px;
	border: 1px solid #d6d6d6;
	width: 22%;
	transition: 0.2s;
	-webkit-transition: 0.2s;
	margin-top: 20px;
}
.product ul li:nth-child(4n+1) { margin-left: 0; }
.product ul li:hover { border: 1px solid #103d99; }
.product ul li .a1 {
	font-size: 16px;
	color: #666;
	padding-bottom: 10px;
	border-bottom: 1px solid #999;
}
.product ul li .a1:hover { color: #103d99; }
.product ul li p {
	margin: 20px 0;
	line-height: 1.6;
}
.product ul li img { width: 100%; }
/*news*/
.news .news_ul li {
	position: relative;
	border: 1px solid #d9d9d9;
	background: #FFF;
	padding: 20px 10px;
	margin-bottom: 20px;
	transition: 0.2s;
	-webkit-transition: 0.2s;
}
.news .news_ul li:hover { border: 1px solid #103d99; }
.list-left {
	float: left;
	width: 18%;
}
.list-left .thumb {
	display: block;
	width: 100%;
	border: 1px solid #959595
}
.list-left .extra { padding: 10px 0 }
.list-info {
	float: right;
	width: 80%;
}
.list-info h2 {
	border-bottom: 1px solid #e1e1e1;
	font-size: 16px;
	font-weight: normal;
	padding: 0 0 10px
}
.list-info h2 a { color: #103d99; }
.list-info h2 span { color: #103d99; }
.list-info p {
	line-height: 2;
	text-indent: 2em;
	font-size: 14px;
	color: #666;
	padding: 10px 0 0
}
.list-info p a { color: #103d99; }
/*contact*/
.contact .contact_m {
	padding-left: 30px;
	margin-bottom: 50px;
	width: 50%;
	float: left;
}
.contact .contact_m img {
	float: left;
	height: 50px;
}
.contact .contact_m .p1 {
	float: left;
	font-size: 18px;
	padding-left: 20px;
	margin-bottom: 5px;
}
.contact .contact_m .p2 {
	float: left;
	font-size: 14px;
	padding-left: 20px;
	width: 80%;
}
/* The history */
.cbp_tmtimeline {
	margin: 30px 0 0 0;
	padding: 0;
	list-style: none;
	position: relative;
}
.cbp_tmtimeline:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	width: 10px;
	background: #afdcf8;
	left: 20%;
	margin-left: -10px;
}
.cbp_tmtimeline > li { position: relative; }
/* The date/time */
.cbp_tmtimeline > li .cbp_tmtime {
	display: block;
	width: 25%;
	padding-right: 150px;
	position: absolute;
}
.cbp_tmtimeline > li .cbp_tmtime span {
	display: block;
	text-align: right;
}
.cbp_tmtimeline > li .cbp_tmtime span:first-child {
	font-size: 20px;
	color: #3594cb;
}
.cbp_tmtimeline > li .cbp_tmtime span:last-child {
	font-size: 2em;
	color: #3594cb;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmtime span:last-child { color: #3594cb; }
/* Right content */
.cbp_tmtimeline > li .cbp_tmlabel {
	margin: 0 0 15px 25%;
	background: #3594cb;
	color: #fff;
	padding: 1.5em;
	font-size: 1.2em;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	border-radius: 5px;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel { background: #6cbfee }
.cbp_tmtimeline > li .cbp_tmlabel h2 {
	margin-top: 0px;
	padding: 0 0 10px 0;
	border-bottom: 1px solid rgba(255,255,255,0.4);
}
/* The triangle */
.cbp_tmtimeline > li .cbp_tmlabel:after {
	right: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-right-color: #3594CB;
	border-width: 10px;
	top: 10px;
}
.cbp_tmtimeline > li:nth-child(odd) .cbp_tmlabel:after { border-right-color: #6CBFEE; }
/* The icons */
.cbp_tmtimeline > li .cbp_tmicon {
	width: 40px;
	height: 40px;
	font-family: 'ecoico';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 1.4em;
	line-height: 40px;
	-webkit-font-smoothing: antialiased;
	position: absolute;
	color: #fff;
	background: #46a4da;
	border-radius: 50%;
	box-shadow: 0 0 0 8px #afdcf8;
	text-align: center;
	left: 20%;
	top: 0;
	margin: 0 0 0 -25px;
}
/*service*/
.service img { max-width: 100%; }
/*---------------------*/
#feedbackForm { padding: 20px; }
.messagetit {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
}
.messagetarea {
	padding: 10px;
	border: 1px solid #dedede;
	font-size: 16px;
	line-height: 26px;
	color: #666;
	resize: none;
	width: 96%;
	height: 160px;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	background: #f8f8f8;
	margin-bottom: 20px;
}
.messagetarea:focus {
	color: #333;
	border: 1px solid #15b1ac;
	outline: none;
	background: #fff;
}
.messageinput {
	width: 236px;
	padding: 10px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	border: 1px solid #dedede;
	margin: 0 5px 0 0;
	color: #666;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	background: #f8f8f8;
	margin-bottom: 20px;
}
.messageinput:focus {
	color: #333;
	border: 1px solid #15b1ac;
	outline: none;
	background: #fff;
}
.messagebtn {
	width: 200px;
	text-align: center;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	border: 0;
	background: #ccc;
	color: #2d3e50;
	border-radius: 4px;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 30px;
}
.messagebtn.btnon {
	width: 500px;
	color: #fff;
	background: #068DD1;
}
.messagebtn:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
/*achievement*/
.homewrapper {
	max-width: 1600px;
	margin: 0 auto;
}
.homewrappera {
	max-width: 1380px;
	margin: 0 auto;
}
.cen06 {
	background: #e50100 url(../images/contactbg.jpg) no-repeat center center;
	padding: 70px 0;
	box-sizing: border-box;
	background-size: cover;
}
.cen06 .cen06left {
	width: 25%;
	margin-right: 5%;
	float: left;
}
.cen06 .cen06left .cen06lefttit {
	font-size: 14px;
	color: #FFF;
	font-weight: bold;
}
.cen06 .cen06left .cen06lefttita {
	font-weight: 700;
	color: #FFF;
	font-size: 36px;
	line-height: 130%;
}
.cen06 .cen06left .cen06lefttitb {
	font-size: 14px;
	font-weight: 400;
	margin-top: 20px;
	color: #FFF;
	line-height: 140%;
}
.cen06 .cen06right {
	width: 60%;
	float: right;
}
.cen06 .cen06right .cen06ula { width: 100%; }
.cen06 .cen06right .cen06ula li {
	float: left;
	width: 24%;
	margin: 0.5%;
	border-right: rgba(255,255,255,0.3) 1px solid;
	box-sizing: border-box;
	padding: 5px 30px;
	text-align: center;
}
.cen06 .cen06right .cen06ula li:last-child { border-right: 0px none; }
.cen06 .cen06right .cen06ula li img {
	display: block;
	margin: 0 auto 22px;
}
.cen06 .cen06right .cen06ula li span {
	color: #fff;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}
.cen06 .cen06right .cen06ula li .cen06titb {
	color: #FFF;
	line-height: 140%;
	font-size: 14px;
}
.cen07 {
	background-color: #f5f5f5;
	padding: 70px 0;
}
.cen07 .cn {
	font-size: 36px;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	color: #333333;
	position: relative;
	z-index: 2;
}
.cen07 .en {
	font-size: 60px;
	text-align: center;
	color: #aaaaaa;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: -80px;
	opacity: 0.2;
}
.cen07 .cen07ul {
	margin: 30px auto 20px;
	width: 20%;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	justify-content: space-around;
	border-bottom: 1px solid #e8e8e8;
	box-sizing: border-box;
}
.cen07 .cen07ul li { text-align: center; }
.cen07 .cen07ul li a {
	font-size: 14px;
	text-decoration: none;
	padding-bottom: 5px;
	line-height: 40px;
	height: 40px;
	display: inline-block;
	text-align: center;
}
.cen07 .cen07ul li a:hover { border-bottom: #e50100 3px solid; }
.cen07 .cen07ul li a.on {
	border-bottom: #e50100 3px solid;
	display: inline-block;
	color: #e50100;
	font-weight: 900;
}
.cen07 .cen07news {
	margin-top: 50px;
	overflow: hidden;
}
.cen07 .cen07news li {
	margin: 0 0.5%;
	background-color: #fff;
	padding: 40px;
	box-sizing: border-box;
	float: left;
	width: 30%;
}
.cen07 .cen07news li a { text-decoration: none; }
.cen07 .cen07news li .cen07nntit {
	font-size: 17px;
	font-weight: bold;
	padding-bottom: 20px;
	color: #e50100;
}
.cen07 .cen07news li .cen07nntita {
	padding-bottom: 20px;
	color: #999;
	font-size: 14px;
}
.cen07 .cen07news li .cen07nntitb {
	display: -webkit-box;
	overflow: hidden;
	-webkit-box-orient: vertical;
	word-break: break-all;
	-webkit-line-clamp: 2;
	font-size: 14px;
	color: #666;
	line-height: 160%;
}
.cen07 .cen07news li .cen07nnbtn {
	font-size: 14px;
	display: inline-block;
	color: #666;
	text-align: right;
	width: 100%;
}
.cen07 .cen07news li .cen07nnbtn span {
	background: #e50100;
	color: #FFF;
	font-size: 14px;
	width: 20px;
	height: 20px;
	text-align: center;
	margin-top: 30px;
	font-weight: bold;
	line-height: 18px;
	display: inline-block;
	border-radius: 30px;
	margin-right: 10px;
}
.cen08 .cn {
	font-size: 36px;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 2;
}
.cen08 .en {
	font-size: 60px;
	text-align: center;
	color: #aaaaaa;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: -80px;
	opacity: 0.2;
}
.cen08 {
	background-image: url(../images/testimonials-bg.jpg);
	background-repeat: no-repeat;
	position: relative;
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	;
	padding: 70px 0;
}
.cen08:before {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-image: -webkit-linear-gradient(bottom, rgba(66, 140, 212, 0.9) 0%, rgba(0, 78, 154, 0.9) 100%);
	background-image: -o-linear-gradient(bottom, rgba(66, 140, 212, 0.9) 0%, rgba(0, 78, 154, 0.9) 100%);
	background-image: linear-gradient(to top, rgba(66, 140, 212, 0.9) 0%, rgba(0, 78, 154, 0.9) 100%);
}
.cen08 .home_honor { margin-top: 50px; }
.cen08 .home_honor .item { margin: 0 5px; }
.cen08 .home_honor .item a {
	border: 1px solid #004e90;
	display: block;
	position: relative;
}
.cen08 .home_honor .item img {
	display: block;
	width: 100%;
}
.cen08 .home_honor .item .cover {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,78,144,.9);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .2s;
	transition: all .2s;
}
.cen08 .home_honor .item .txt {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #fff;
	display: -webkit-box;
	-webkit-box-orient: horizontal;
	-webkit-box-pack: center;
	-webkit-box-align: center;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .4s;
	transition: all .4s;
}
.cen08 .home_honor .item a:hover .cover {
	-webkit-transform: scale(1);
	transform: scale(1);
}
.cen08 .home_honor .item a:hover .txt {
	-webkit-transform: scale(1);
	transform: scale(1);
}
/*inbanner*/
.inbanner { position: relative; }
.inbanner .in_img { overflow: hidden; }
.inbanner .in_img img {
	display: block;
	transform: scale(1.2);
	transition: 2.5s;
	width: 100%;
}
.inbanner .in_img .nimg.target { visibility: hidden; }
.inbanner .in_img .nimg.action {
	visibility: visible !important;
	transform: scale(1);
}
.in_tip {
	position: absolute;
	left: 56px;
	bottom: 40px;
	color: #fff;
	font-size: 56px;
}
.inside_menu {
	position: relative;
	height: 56px;
	line-height: 56px;
	background: #E1DEEB;
	overflow: hidden;
}
.itmhome:hover { background: #103d99; }
.itmhome {
	position: relative;
	display: block;
	float: left;
	width: 56px;
	text-align: center;
	height: 100%;
	background: #A29AC0;
	transition: 0.35s;
}
.itmhome .icon {
	position: absolute;
	width: 40px;
	top: calc(50% - 20px);
	left: calc(50% - 20px);
}
.itmlink { float: left; }
.imltxt.active {
	background-color: #103d99;
	color: #fff;
}
.imltxt {
	display: inline-block;
	height: 100%;
	color: #333333;
	font-size: 16px;
	padding: 0 30px;
}
.imltxt:hover {
	background-color: #103d99;
	color: #fff;
}
.content {
	position: relative;
	background: #fff;
	padding-top: 130px;
	padding-bottom: 103px;
}
.content img{ max-width:100%;}
/*about*/
.brand_bg {
	width: 50%;
	height: 520px;
	background: url(../images/brand_img.jpg) left center repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.brand_img {
	width: 53.7%;
	float: left;
	position: relative;
	margin-top: 68px;
}
.brand_img figure { padding-right: 83px; }
.brand_img img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
}
.brand_img i {
	display: block;
	width: 83px;
	height: 100%;
	background: #103d99;
	position: absolute;
	right: 0;
	top: 0;
}
.brandfix {
	width: 46.3%;
	float: left;
	background: #f7f7f7;
	position: relative;
}
.branded { padding: 50px 55px 120px 62px; }
.branded strong {
	display: block;
	color: #103d99;
	font-size: 38px;
	line-height: 1.2;
	padding-left: 78px;
	position: relative;
}
.branded strong:before {
	content: "";
	width: 50px;
	height: 1px;
	background: #a0a0a0;
	position: absolute;
	left: 0;
	top: 50%;
}
.branded p {
	color: #646464;
	font-size: 14px;
	margin-top: 30px;
	line-height: 18px;
}
.modern {
	padding: 25px 0 26px 14px;
	background: #103d99;
	position: absolute;
	right: -61px;
	bottom: -46px;
}
.modern i {
	color: #fff;
	text-transform: uppercase;
	font-size: 30px;
	font-family: "Arial";
	line-height: 1;
	font-weight: bold;
}
.ideafix {
	margin-top: -76px;
	width: 53.7%;
	float: left;
	background: #103d99;
	position: relative;
	z-index: 8;
}
.ideaed { padding: 96px 44px 102px; }
.ideaed span {
	display: block;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 6px;
}
.idea_img {
	width: 46.3%;
	float: left;
	overflow: hidden;
}
.idea_img img {
	display: block;
	width: 100%;
	height: auto;
	line-height: 1;
}
/*honor*/
.honorlist { margin: 0; }
.honorlist .item {
	position: relative;
	overflow: hidden;
	width: 23.5%;
	height: 280px;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
	background: #fff;
	-webkit-transition: all .7s;
	transition: all .7s;
}
.honorlist .item:hover {
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.honorlist .item:nth-child(4n) { margin-right: 0; }
.honorlist .item a {
	display: flex;
	justify-content: center;
	align-content: center;
}
.honorlist .item .honor_img {
	height: 210px;
	display: flex;
	justify-content: center;
	align-content: center;
}
.honorlist .item .name {
	width: 100%;
	height: 70px;
	line-height: 70px;
	text-align: center;
	padding: 0 0 30px 0;
	overflow: hidden;
	font-size: 14px;
	color: #363636;
	background: #f2f4f6;
	color: #363636;
	position: absolute;
	left: 0;
	bottom: -30px;
	transition: color 150ms, background-color 150ms;
}
.honorlist .item:hover .name {
	color: #fff;
	background: #103d99 url(../images/i4.png) no-repeat center 60px;
}
.prolist { margin: 0; }
.prolist .item {
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
	background: #fff;
	-webkit-transition: all .7s;
	transition: all .7s;
}
.prolist .item:hover {
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.prolist .item:nth-child(4n) { margin-right: 0; }
.prolist .item a {
	display: block;
	position: relative;
}
.prolist .item a:before {
	content: "";
	width: 100%;
	height: 4px;
	background: #103d99;
	position: absolute;
	left: 0;
	bottom: 0;
	transform-origin: 100%;
	-webkit-transform-origin: 100%;
	-webkit-transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
	transition: -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
	transition: transform .5s cubic-bezier(.215, .61, .355, 1);
	transition: transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
	transform: scaleX(0);
	-webkit-transform: scaleX(0);
	visibility: hidden\9;
}
.prolist .item a:hover:before {
	transform: scaleX(1);
	-webkit-transform: scaleX(1);
	-moz-transform: scaleX(1);
	transform-origin: 0;
	-webkit-transform-origin: 0;
	visibility: visible\9;
}
.prolist .item .pro_img {
	position: relative;
	overflow: hidden;
}
.prolist .item img {
	display: block;
	width: 100%;
}
.prolist .item .pro_id {
	display: block;
	height: 25px;
	line-height: 25px;
	color: #fff;
	font-size: 14px;
	padding: 0 16px;
	position: absolute;
	left: 19px;
	bottom: 0;
	background: #103d99;
}
.prolist .item .pro_info {
	padding: 16px 0;
	text-align: center;
}
.prolist .item .pro_info .nam {
	font-size: 15px;
	color: #666;
	font-weight: bold;
	height: 30px;
	overflow: hidden;
}
.prolist .item .pro_info .more { margin: 0; }
.prolist .item .pro_info .more {
	font-size: 13px;
	color: #df0000;
	text-decoration: underline;
	display: inline-block;
}
.prolist .item .pro_info .more:hover { opacity: .8; }
.prolist .item .pro_info .more:after { content: 'read more +'; }
.prolist .item .pro_info .more:before { content: '' !important; }
/**/
.newstitle {
	font-size: 26px;
	text-align: center;
	line-height: 30px;
	margin-bottom: 5px;
}
.newsinfo {
	font-size: 12px;
	text-align: center;
	line-height: 30px;
	color: #333;
}
.newsinfo .author, .newsinfo .time { margin: 0 5px; }
.newsmaincon { margin: 20px 0; }
.newsmaincon img { max-width: 100%; }
.newsmaincon p, .newsmaincon div {
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}
.newsmaincon strong {
	font-size: 20px;
	line-height: 36px;
	margin-bottom: 20px;
	font-weight: normal;
}
.newsmaincon h3 {
	font-size: 18px;
	font-weight: normal;
	background: linear-gradient(to right, rgba(234,0,0,1), rgba(255,51,0,1));
	color: #fff;
	line-height: 40px;
	height: 40px;
	padding: 0 20px;
	border-radius: 20px;
	margin-bottom: 20px;
	margin-top: 40px;
}
.newsmaincon .dou { margin-bottom: 20px; }
.newsmaincon .dou02 { overflow: hidden; }
.newsmaincon .dou02 li {
	width: 50%;
	float: left;
}
.newsmaincon .dou li:before {
	content: '·';
	color: #ea0000;
	font-weight: bold;
	margin-right: 10px;
}
.newsbackline {
	height: 30px;
	line-height: 30px;
	border-top: 1px solid #dedede;
	padding-top: 10px;
	margin: 30px 0 50px;
}
.newsbackline ul { width: 100%; }
.newsbackline ul li {
	width: 33.333333%;
	float: left;
	text-align: center;
	display: block;
	height: 33px;
}
.newsbackline ul li a {
	display: inline-block;
	width: 120px;
	border-width: 1px;
	border-style: solid;
	border-color: #dedede;
	text-decoration: none;
	color: #666;
	font-size: 12px;
}
.newsbackline ul li a:hover {
	border-color: #323e4a;
	color: #323e4a;
}
.newsbackline ul li.prev { text-align: left; }
.newsbackline ul li.prev a { text-align: center; }
.newsbackline ul li.next { text-align: right; }
.newsbackline ul li.next a { text-align: center; }
/**/
.propic_ul2 {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: center;
	justify-content: space-between;
}
.propic_ul2 li {
	width: calc(50% - 20px);
	margin: 10px;
	text-align: center;
}
.propic_ul3 {
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: center;
	justify-content: space-between;
}
.propic_ul3 li {
	width: calc(100% / 3 - 20px);
	margin: 10px;
	text-align: center;
}
/*device*/
.devicelist { margin: 0; }
.devicelist .item {
	position: relative;
	width: 23.5%;
	float: left;
	margin-right: 2%;
	margin-bottom: 20px;
	border: 1px solid #e4e4e4;
	box-sizing: border-box;
	background: #fff;
	-webkit-transition: all .7s;
	transition: all .7s;
}
.devicelist .item:hover {
	box-shadow: 0 0 20px rgba(0,0,0,.1);
	-webkit-transform: translateY(-5px);
	transform: translateY(-5px);
}
.devicelist .item:nth-child(4n) { margin-right: 0; }
.devicelist .item a {
	display: block;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.devicelist .deviceinfo {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.devicelist .deviceinfo img {
	width: 100%;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.devicelist .deviceinfo .name {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	padding: 15px 5%;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fff;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.devicelist .deviceinfo .name:before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .3;
	content: '';
}
.devicelist .cover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}
.devicelist .cover .cont { padding: 10%; }
.devicelist .cover:before {
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-bottom: 10px solid #e50100;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	content: '';
}
.devicelist .cover .t {
	font-size: 24px;
	line-height: 30px
}
.devicelist .cover .c {
	margin-top: 15px;
	font-size: 12px;
	line-height: 25px
}
.devicelist .cover .more {
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
	border: 1px solid #fff;
	padding: 5px 20px;
	font-size: 12px;
	line-height: 18px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s
}
.devicelist .cover .more:hover {
	border-color: #e50100;
	background: #e50100
}
.devicelist .cover .more:before { content: '' !important; }
.devicelist .item a:hover .deviceinfo img {
	-webkit-transform: scale(1.03);
	-ms-transform: scale(1.03);
	transform: scale(1.03);
}
.devicelist .item a:hover .deviceinfo .name {
	visibility: hidden;
	opacity: 0;
}
.devicelist .item a:hover .cover {
	visibility: visible;
	opacity: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}
.maps {
	position: relative;
	height: 480px;
	z-index: -3;
}
.maps:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(../images/op4.png) repeat;
	z-index: 3;
	pointer-events: none;
}
.cmctxt {
	position: absolute;
	left: 0;
	bottom: 90px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	z-index: 10;
}
.maps .BMap_cpyCtrl, .maps .anchorBL { display: none; }
.contact_address {
	background: #F7F7F7;
	width: 465px;
	position: relative;
	float: left;
	z-index: 7;
	margin-top: -97px;
}
.contact_address:before {
	content: "";
	width: 210px;
	height: 4px;
	background: #103d99;
	position: absolute;
	left: -80px;
	top: 190px;
}
.contact_name {
	margin-left: 48px;
	margin-right: 48px;
	padding-top: 61px;
	margin-bottom: 90px;
}
.contact_name span {
	display: block;
	margin-bottom: 10px;
	line-height: 1.2;
	color: #333333;
	font-size: 16px;
}
.contact_name strong {
	display: block;
	line-height: 1.2;
	color: #333333;
	font-size: 30px;
	font-weight: normal;
}
.contact_add {
	margin-left: 48px;
	padding-bottom: 76px;
}
.contact_add p {
	color: #333333;
	font-size: 16px;
	line-height: 1.5;
}
.contact_email {
	width: 46.333%;
	float: right;
	margin-top: 90px;
}
.qr {
	position: absolute;
	content: '';
	top: calc(100% + 20px);
	left: calc(50% - 75px);
}
.qr img { width: 150px; }
.messagecon {
	font-size: 14px;
	line-height: 24px;
	font-family: microsoft yahei;
}
.messagetit {
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	height: 30px;
}
.messagetarea {
	padding: 10px;
	border: 1px solid #dedede;
	font-size: 16px;
	line-height: 26px;
	font-family: microsoft yahei;
	color: #666;
	resize: none;
	width: 96%;
	height: 90px;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	background: #f8f8f8;
	margin-bottom: 20px;
}
.messagetarea:focus {
	color: #333;
	outline: none;
	background: #fff;
}
.messageinput {
	width: 27%;
	padding: 10px;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	border: 1px solid #dedede;
	margin: 0 5px 0 0;
	font-family: microsoft yahei;
	color: #666;
	-webkit-transition: all .2s ease-in;
	transition: all .2s ease-in;
	background: #f8f8f8;
	margin-bottom: 20px;
}
.messageinput:focus {
	color: #333;
	outline: none;
	background: #fff;
}
.messagebtn {
	width: 30%;
	text-align: center;
	line-height: 50px;
	height: 50px;
	font-size: 16px;
	border: 0;
	background: #b8c5ce;
	color: #2d3e50;
	border-radius: 4px;
	font-family: microsoft yahei;
	cursor: pointer;
	margin-right: 10px;
	margin-bottom: 30px;
}
.messagebtn.btnon {
	width: 50%;
	color: #fff;
}
.messagebtn:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.main .con .yanzhengma { display: inline; }
.messagebtn.btnon { background: #d48135; }
/*join*/
.job_list .item {
	float: left;
	width: 31%;
	margin: 10px 1%;
	position: relative;
	box-shadow: 0 0 10px rgb(0 0 0 / 10%);
	overflow: hidden;
}
.job_list .item:before {
	content: "";
	width: 0%;
	height: 0%;
	background: #405ca3;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	border-radius: 50%;
	transition: 540ms;
}
.job_list .item .pad {
	height: 144px;
	padding: 20px;
	display: block;
}
.job_list .item h3 {
	color: #333;
	background: none;
	font-weight: normal;
	font-size: 24px;
	line-height: 1;
	transition: 330ms;
	position: relative;
}
.job_list .item h3 strong {
	display: block;
	color: #333;
	line-height: 0.8;
	position: absolute;
	right: 43px;
	top: 0;
	font-size: 50px;
	font-weight: normal;
	transition: 330ms;
}
.job_list .item h3 strong i {
	color: #333;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	line-height: 1;
	position: absolute;
	right: -19px;
	top: 0;
	transition: 330ms;
}
.job_list .item .need {
	position: absolute;
	left: 26px;
	width: 254px;
	bottom: 18px;
}
.job_list .item .need p {
	color: #323232;
	font-size: 14px;
	line-height: 1.3;
	transition: 330ms;
}
.job_list .item:hover { cursor: pointer; }
.job_list .item:hover h3, .main .job_list .item:hover h3 strong, .main .job_list .item:hover h3 strong i, .main .job_list .item:hover .need p { color: #fff; }
.job_list .item:hover:before {
	width: 120%;
	height: 200%;
	left: 100%\9;
	top: 100%\9;
	left: 0\9;
	top: 0\9;
}
.protable {
	width: 100%;
	margin-bottom: 20px;
	color: #333;
}
.protable th {
	font-size: 14px;
	line-height: 30px;
	padding: 5px 10px;
	background: #f5f5f5
}
.protable td {
	font-size: 14px;
	line-height: 30px;
	padding: 5px 10px;
	text-align: center;
	border: 1px solid #dedede !important;
}
.protable tr:nth-child(2n) td { background: #f1f1f1; }
.tableImg {
	width: 100%;
	margin-bottom: 20px;
	color: #333;
}
.tableImg img {
	display: block;
	width: 100%;
	margin: 0 auto !important;
}
.tableImg td {
	text-align: center;
	border: 1px solid #dedede !important;
}
.tableImg th {
	font-size: 14px;
	line-height: 30px;
	padding: 5px 10px;
	text-align: center;
}
footer {
	background-color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
	padding: 20px 2.5%;
	width: 100%;
	margin: 0 auto;
	position: relative;
}
 @media(max-width: 1200px) {
.wrapper {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
}
.cen06 { background-repeat: repeat; }
.cen06 .cen06left {
	width: 90%;
	margin: 0 5%;
	float: none;
}
.cen06 .cen06right {
	width: 90%;
	margin-top: 20px;
	float: none;
}
.cen07 .cen07news {
	display: flex;
	flex-wrap: wrap;
}
}
@media (max-width: 1120px) {
.b_n { font-size: 25px; }
.bigtit { font-size: 24px; }
.bigtit span {
	font-size: 14px;
	line-height: 30px;
}
.bigtit:after { top: 38px; }
.about_m {
	width: 100%;
	padding: 0;
	float: none;
}
.comp02 {
	width: 100%;
	float: none;
	margin-top: 10px;
}
.honor_ul li {
	width: 47%;
	margin-right: 5%;
}
.honor_ul li:nth-child(3n) { margin-right: 5%; }
.honor_ul li:nth-child(2n) { margin-right: 0; }
.product ul li {
	width: 47%;
	margin-left: 5%;
}
.product ul li:nth-child(2n+1) { margin-left: 0; }
.news .news_ul li .list-left { display: none; }
.list-info {
	width: 100%;
	float: none;
}
.contact .contact_m {
	width: 100%;
	padding-left: 0;
}
.contact .contact_m img { height: 35px; }
.contact .contact_m .p1, .contact .contact_m .p2 { font-size: 12px; }
.map { display: none; }
#demo-b { display: none; }
.messagebtn.btnon, .messageinput { width: 200px; }
.achievement h2 { font-size: 18px; }
}
@media(max-width: 720px) {
.cen07 .cen07ul { width: 80%; }
.cen06 .cen06right { width: 100%; }
.cen06 .cen06right .cen06ula li {
	width: 49%;
	height: 150px;
}
.cen06 .cen06right .cen06ula li:nth-child(2n) { border-right: 0px none; }
.cen07 .cen07news li {
	width: 100%;
	margin: 1%;
}
.prolist .item {
	width: 100%;
	margin: 0 0 10px;
}
.devicelist .item, .honorlist .item {
	width: 100%;
	margin: 0 0 10px;
}
.newsbackline ul li a { width: 100%; }
.inbanner .in_img img {
	position: relative;
	width: auto;
	height: 250px;
	left: 50%;
	margin-left: -500px;
}
.inside_menu {
	height: 45px;
	line-height: 45px;
}
.itmhome { display: none; }
.itmlink {
	width: 100%;
	text-align: center;
	height: auto;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	white-space: nowrap;
}
.brand_bg { width: 100%; }
.brand_img, .ideafix {
	width: 100%;
	margin-top: 0;
}
.brandfix, .idea_img { width: 100%; }
.modern { display: none; }
.contact_address {
	width: 100%;
	margin-top: 0;
	left: 0;
}
.contact_address:before {
	content: "";
	width: 210px;
	height: 4px;
	background: #103d99;
	position: absolute;
	left: -80px;
	top: 150px;
	display: none;
}
.contact_name {
	margin-left: 5%;
	padding-top: 30px;
	margin-bottom: 30px;
}
.contact_name strong { font-size: 24px; }
.contact_add {
	margin-left: 5%;
	margin-bottom: 30px;
}
.contact_email {
	width: 100%;
	margin-top: 30px;
}
.maps { height: 240px; }
.messagecon p { }
.messagetarea {
	width: 90%;
	margin: 0 auto;
	display: block;
}
.messagetit {
	text-align: center;
	margin-top: 5px;
font-size: .75rem;
}
.messageinput {
	width: 90%;
	margin: 0 auto;
	display: block;
	margin-bottom: 5px;
}
.main .con .yanzhengma {
	display: block;
	width: 20%;
	margin: 20px auto;
}
.messagebtn {
	margin: 5px auto 0;
	width: 80%;
	display: block;
}
.messagebtn.btnon { width: 80%; }
.qr {
	position: static;
	text-align: center;
}
.qr img { position: static; }
.contact_add { padding: 0; }
}
@media(max-width: 500px) {
	.cen06 .cen06right .cen06ula li{ border-right:none;}
	.in_tip{ font-size:32px;}
	.branded{ padding:50px 0;}
	.nn .news{ padding:50px 0 0 0;}
	
}