@charset "UTF-8";


* {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
	font-size: 10px;
	font-family: "Helvetica Neue", Helvetica, Tahoma, sans-serif;
}

body {
	width: 100%;
	height: 100%;
	/*min-width: 340px;*/
	overflow-x: hidden;
}

a {
	text-decoration: none;
	color: #000;
}

.clearfix:after {
	display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    content: ".";
}

.banner-wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banenr-wrapper .pic {
	width: 100%;
	HEIGHT: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.banner-wrapper .text-wrapper {
    display: block;
    width: 37%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -80px 0 0 -35%;
}

.banner-wrapper .text-wrapper h2 {
    font-size: 32px;
    color: #fff;
    line-height: 52px;
}

.banner-wrapper .text-wrapper .font {
    font-size: 20px;
    color: #fff;
    line-height: 36px;
}


#header {
	width: 100%;
	height: 80px;
}

#header .container {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

#header .container a .logo {
	display: block;
	margin-top: 13px;
	float: left;
}

#header .container .phone-wrap {
	width: 200px;
	height: 43px;
	float: right;
	margin-top: 18px;
}

#header .container .phone-wrap .phone-icon {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
}

#header .container .phone-wrap .phone-title {
	float: left;
	margin-top: 5px;
}

#header .container .phone-wrap .phone-number {
	float: left;
	margin-top: 5px;
}

#header .container .phone-wrap .phone-title, 
#header .container .phone-wrap .phone-number {
	margin-left: 5px;
}

#nav {
	width: 100%;
	height: 40px;
	background: #1558A2;
}

#nav .container {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}

#nav .container .nav-list {
	width: 100%;
	height: 100%;
}

#nav .container .nav-list a {
	display: block;
	float: left;
	width: 90px;
	height: 100%;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	line-height: 40px;
}

#nav .container .nav-list a:hover,
#nav .container .nav-list a.active {
	background: #1B70CC;
}

#nav .container .nav-list-mobile {
	width: 100%;
	height: 100%;
	display: none;
}

#nav .container .nav-list-mobile .list-button {
	display: block;
	width: 30px;
	height: 30px;
	padding: 5px;
	margin-right: 10px;
	float: right;
}

#nav .container .nav-list-mobile .mlogo {
	float: left;
	margin: 5px;
	display: none;
}

#nav .container .nav-list-mobile .list-button .line {
	display: block;
	width: 100%;
	height: 2px;
	margin: 4px auto;
	background: #FFF;
}

#nav .container .nav-list-mobile .list-wrap {
	width: 100%;
	background: #1558A2;
	display: none;
	clear: both;
	z-index: 99;
	position: relative;
}

#nav .container .nav-list-mobile .list-wrap a {
	display: block;
	text-indent: 13px;
	width: 100%;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
	color: #FFF;
	border-bottom: 1px solid #FFF;
}

#nav .container .nav-list-mobile .list-wrap a:last-child {
	border-bottom: none;
}

#nav .container .nav-list-mobile .list-wrap a:hover,
#nav .container .nav-list-mobile .list-wrap a:focus,
#nav .container .nav-list-mobile .list-wrap a.active {
	background: #1B70CC;
}

#footer-copyright {
	width: 100%;
	min-width: 260px;
	height: 30px;
	background: #1558A2;
	overflow: hidden;
}

#footer-copyright .container {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}


#footer-copyright .container .copyright, 
#footer-copyright .container .record {
	font-size: 14px;
	color: #FFF;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 30px;
	white-space: nowrap;
}

#footer-copyright .container .copyright {
	float: left;		
}

#footer-copyright .container .record {
	float: right;		
}


#banner.index {
	width: 100%;
}

#banner.index .swiper-container {
	width: 100%;
	height: 100%;
}

#banner.index .swiper-container .swiper-wrapper {
	width: 100%;
	height: 100%;
	z-index: 1;
}

#banner.index .swiper-container .swiper-wrapper .swiper-slide {
	width: 100%;
	height: 100%;
}

#banner.index .swiper-container .swiper-wrapper .swiper-slide img {
	width: 100%;
	height: 100%;
}
/*
#banner.index .swiper-container .slide-to-wrap {
	height: 30px;
	background: rgba(0, 0, 0, .2);
	position: absolute;
	left: calc(50% - 65px);
	bottom: 20px;
	padding: 5px 15px;
	border-radius: 10px;
	z-index: 2;
} 

#banner.index .swiper-container .slide-to-wrap a {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	background: rgba(0, 0, 0, .5);
	float: left;
	margin-right: 10px;
}

#banner.index .swiper-container .slide-to-wrap a:last-child {
	margin-right: 0;
}

#banner.index .swiper-container .slide-to-wrap a:hover,
#banner.index .swiper-container .slide-to-wrap a.active {
	background: rgba(0, 0, 0, .9);
}

*/

/* index.css */
#about-us.index {
	width: 100%;
}

#about-us.index .container {
	width: 80%;
	margin: 0 auto;
	margin-top: 100px;
}

#about-us.index .container .content {
	width: 100%;
	height: 760px;
	overflow: hidden;
	background: url("../images/about-us-bg.png") right no-repeat;
}

#about-us.index .container .content .title {
	font-size: 28px;
	font-weight: bold;
	display: block;
	margin-top: 90px;
}

#about-us.index .container .content .description {
	margin-top: 70px;
	display: block;
	width: 450px;
	font-size: 12px;
	color: #999;
	line-height: 2;
}

#about-us.index .container .content .details {
	display: block;
	width: 105px;
	height: 40px;
	font-size: 14px;
	color: #FFF;
	text-align: center;
	line-height: 40px;
	background: #1B70CC;
	margin-top: 40px;
	-webkit-transition: background .1s;
	-moz-transition: background .1s;
	transition: background .1s;
}

#about-us.index .container .content .details:hover {
	background: #1558A2;
} 

#about-us.index .container .content .title, 
#about-us.index .container .content .description, 
#about-us.index .container .content .details {
	margin-left: 20px;
}




.slide-section {
	width: 100%;
	height: 500px;
}

.slide-section .container {
	width: 1200px;;
	height: 440px;
	margin: 0 auto;
	margin-top: 60px;
}

.slide-section .container .content {
	width: 100%;
	height: 362px;
	position: relative;
}

.slide-section .container .content .slide-container {
	width: 100%;
	height: 322px;
	margin-top: 40px;
	overflow: hidden;
	padding: 0 1px;
}

.slide-section .container .content .slide-container .slide-wrapper {
	width: 10000%;
	height: 100%;
	-webkit-transition: -webkit-transform 1s;
	-moz-transition: -moz-transform 1s;
	transition: transform 1s;
}

.slide-section .container .content .slide-container .slide-wrapper .slide-item {
	width: 290px;
	height: 320px;
	border: 1px solid #8E8E8E;
	float: left;
	margin-left: 10px;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	transition: all .1s;
}

.slide-section .container .content .slide-container .slide-wrapper .slide-item:hover {
    box-shadow: 0 0 0 5px #235dad inset, 0 5px 20px rgba(0,0,0,.22);
    border: 1px solid #235dad;
}

.slide-section .container .content .slide-container .slide-wrapper .slide-item:first-child {
	margin-left: 0;
}

.slide-section .container .content .arrow-left,
.slide-section .container .content .arrow-right {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	top: 160px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}

.slide-section .container .content .arrow-left {
	left: -60px;
	background: url('../images/l.png');
}

.slide-section .container .content .arrow-right {
	right: -60px;
	background: url('../images/r.png');
}

.slide-section .container .content .arrow-left:hover {
	background: url('../images/l_hover.png');
}

.slide-section .container .content .arrow-right:hover {
	background: url('../images/r_hover.png');
}

#product-center.slide-section.index .container .content .slide-container .slide-wrapper .slide-item .image-wrapper {
	width: 100%;
	height: 230px;
	overflow: hidden;
}

#product-center.slide-section.index .container .content .slide-container .slide-wrapper .slide-item .image-wrapper img {
	display: block;
	margin: 0 auto;
	margin-top: 40px;
}


#product-center.slide-section.index .container .content .slide-container .slide-wrapper .slide-item .title,
#product-center.slide-section.index .container .content .slide-container .slide-wrapper .slide-item .description {
	font-size: 14px;
	color: #000;
	display: block;
	text-align: center;
	line-height: 2;
}

#product-center.slide-section.index .container .content .slide-container .slide-wrapper .slide-item .title {
	margin-top: 20px;
}

#honor.slide-section .container .content .slide-container .slide-wrapper .slide-item img {
	display: block;
	margin: 20px 40px;
}









#news.index {
	width: 100%;
	padding-bottom: 57px;
	background: #333 url('../images/index-news-bg.jpg');
	overflow: hidden;
}

#news.index .container {
	width: 1200px;
	margin: 0 auto;
	margin-top: 70px;
}

#news.index > .container > .content {
	width: 100%;
	margin-top: 35px;
}

#news.index .container .content .content-wrap {
	width: 100%;
	position: relative;
}

#news.index .container .content .content-wrap .item-wrap {
	width: 790px;
	height: 100%;
}

#news.index .container .content .content-wrap .item-wrap .item {
	padding: 5px;
	background: #FFF;
	border: 1px solid #FFF;
	cursor: default;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}

#news.index .container .content .content-wrap .item-wrap .item:hover {
	border: 1px solid #000;
}

#news.index .container .content .content-wrap .item-wrap .item:nth-child(2) {
	margin-top: 20px;
}

#news.index .container .content .content-wrap .item-wrap .item img {
}

#news.index .container .content .content-wrap .item-wrap .item .content {
	width: calc(100% - 300px);
	overflow: hidden;
	display: inline-block;
    vertical-align: top;
}

#news.index .container .content .content-wrap .item-wrap .item .content .content-wrap {
	margin-left: 20px;
	margin-top: 25px;
	width: calc(100% - 20px);
}

#news.index .container .content .content-wrap .item-wrap .item .content .content-wrap .title {
	font-size: 20px;
	font-weight: bold;
	display: block;
}

#news.index .container .content .content-wrap .item-wrap .item .content .content-wrap .date {
	font-size: 12px;
	color: #888;
	padding-top: 5px;
	display: block;
}

#news.index .container .content .content-wrap .item-wrap .item .content .content-wrap .content {
	font-size: 14px;
	color: #888;
	padding-top: 10px;
	display: block;
	width: 100%;
	line-height: 2;
	padding-bottom: 20px;
}

#news.index .container .content .content-wrap .more-news {
	width: 390px;
	height: 440px;
	position: absolute;
	right: 0;
	top: 0;
}

#news.index .container .content .content-wrap .more-news .more-news-img {
	width: 100%;
	height: 100%;
	opacity: .8;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
}

#news.index .container .content .content-wrap .more-news .link-button {
	font-size: 14px;
	border: 1px solid #FFF;
	background: transparent;
	display: block;
	width: 130px;
	height: 50px;
	color: #FFF;
	z-index: 3;
	text-align: center;
	line-height: 50px;
	position: absolute;
	left: calc(50% - 65px);  
	top: calc(50% - 25px);
}

#news.index .container .content .content-wrap .more-news .link-button:hover {
	text-decoration: underline;
}




#footer-banner {
	width: 100%;
	overflow: hidden;
}

#footer-banner img {
	display: block;
	max-width: 100%;
}


#footer {
	width: 100%;
	height: 370px;
	background: #2D3136 url("../images/footer-bg.png") no-repeat;
	background-size: cover;
	overflow: hidden;
}

#footer .container {
	width: 1200px;
	height: 180px;
	margin: 0 auto;
	margin-top: 100px;
}

#footer .container .item {
	float: left;
	margin-left: 50px;
}

#footer .container .item a:hover {
	text-decoration: underline;
}

#footer .container .item.contact-us {
	border-right: 1px solid #CECECE;
	width: 320px;
	height: 100%;
	margin-left: 0;
}

#footer .container .item.contact-us a:hover {
	text-decoration: none;
}

#footer .container .item.about-us {
	margin-left: 150px;
}

#footer .container .item h3 {
	font-size: 18px;
	color: #FFF;
	font-weight: 400;
	padding-bottom: 30px;
}

#footer .container .item a {
	display: block;
	font-size: 14px;
	color: #CECECE;
	line-height: 1.5;
}

#footer .container .item.electronic-sample {
	margin-left: 170px;
	width: 115px;
	height: 170px;
}

#footer .container .item.electronic-sample h3 {
	text-align: center;
}

#footer .container .item.electronic-sample img {
	display: block;
	margin: 0 auto;
}

#footer .container .item.electronic-sample p {
	font-size: 14px;
	color: #FFF;
	margin-top: 5px;
}


#footer-copyright {
	width: 100%;
	height: 30px;
	background: #1558A2;
	overflow: hidden;
}

#footer-copyright .container {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
}


#footer-copyright .container .copyright, 
#footer-copyright .container .record {
	font-size: 14px;
	color: #FFF;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 30px;
	white-space: nowrap;
}

#footer-copyright .container .copyright {
	float: left;		
}

#footer-copyright .container .record {
	float: right;		
}



#about-us.index > .container > .title,
#product-center.slide-section.index > .container > .title,
#honor.slide-section > .container > .title,
#news.index > .container > .title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #CECECE;
}

#about-us.index > .container > .title > .zh-cn, 
#product-center.slide-section.index > .container > .title > .zh-cn, 
#honor.slide-section > .container > .title > .zh-cn, 
#news.index > .container > .title > .zh-cn {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 2px solid #1B70CC;
}

#about-us.index > .container > .title > .en-us, 
#product-center.slide-section.index > .container > .title > .en-us, 
#honor.slide-section > .container > .title > .en-us, 
#news.index > .container > .title > .en-us {
	font-size: 12px;
	color: #7F7F7F;
}




#news.index > .container > .title {
	border-bottom: 1px solid #FFF;
}

#news.index > .container > .title > .zh-cn {
	color: #FFF;
	border-bottom: 2px solid #FFF;
}

#news.index > .container > .title > .en-us {
	color: #FFF;
}


/* about-us.css */

#about-us.only {
	width: 100%;
	min-height: calc(100% - 150px);
	overflow: hidden;
}

#about-us.only .container {
	width: 1200px;
	margin: 0 auto;
	margin-top: 40px;
}

#about-us.only .container .content {
	width: 100%;
	margin: 0 auto;	
}

#about-us.only .container .content .title-wrapper {
	width: 100%;
	height: 85px;
	border-bottom: 1px solid rgba(191, 191, 191, 1);
}

#about-us.only .container .content .title-wrapper h1 {
	font-size: 20px;
	font-weight: 400;
	margin-top: 20px;
	line-height: 1.5;
}

#about-us.only .container .content .title-wrapper span {
	font-size: 14px;
	color: #A9A9A9;
}

#about-us.only .container .content .content-wrapper {
	width: 100%;
	padding-bottom: 20px;
}

#about-us.only .container .content .content-wrapper p {
	font-size: 12px;
	color: #808080;
	line-height: 1.5;
	margin-top: 20px;
}

/* product-center.css */

#product-center.only {
	width: 100%;
    min-height: calc(100% - 150px);
}

#product-center.only .container {
	width: 1160px;
	margin: 0 auto;
	padding: 20px 14px 20px 0;
}

#product-center.only .container .product-item {
	width: 260px;
	height: 290px;
	padding: 5px;
	border: 1px solid #3E3C3C;
	display: inline-block;
	margin-left: 15px;
	margin-top: 10px;
	background: #FFF;
	cursor: pointer;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	transition: all .1s;
}

#product-center.only .container .product-item:hover {
    box-shadow: 0 0 0 5px #235dad inset, 0 5px 20px rgba(0,0,0,.22);
    border: 1px solid #235dad;
}

#product-center.only .container .product-item img {
	height: 220px;
	display: block;
	margin: 0 auto;
}

#product-center.only .container .product-item p {
	font-size: 14px;
	color: #235DAD;
	line-height: 2;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-top: 15px;
}

#product-center.only .container .product-item .title {
	margin-top: 10px;
}


#product-center-info {
	width: 100%;
	min-height: calc(100% - 150px);
	background: #FAFAFA;
	overflow: hidden;
}

#product-center-info .container {
	width: 1400px;
	margin: 90px auto;
}

#product-center-info .container .header .info-pic {
	width: 700px;
	height: 340px;
	background: #FFF;
	float: left;
}

#product-center-info .container .header .info-pic img {
	display: block;
	max-height: 100%;
	max-width: 100%;
	margin: 0 auto;
}

#product-center-info .container .header .info-font {
	width: 658px;
	float: right;
}

#product-center-info .container .header .info-font h2 {
	font-size: 30px;
    line-height: 45px;
}

#product-center-info .container .header .info-font h3 {
    font-size: 24px;
    color: #333;
    line-height: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #E0E0E0;
    font-weight: normal;
}

#product-center-info .container .header .info-font .font {
	border: 1px solid #E0E0E0;
    line-height: 2;
	border-left: none;
	border-right: none;
	padding: 20px 0;
	font-size: 12px;
}

#product-center-info .container .pro-tags {
	width :100%;
	overflow: hidden;
}

#product-center-info .container .pro-tags .tags-item {
    border-bottom: 0px none;
    border-top: 2px solid #235DAD;
    padding: 20px;
    background: #fff;
    border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    margin-top: 20px;
}

#product-center-info .container .pro-tags .tags-item .title {
    font-size: 16px;
    font-weight: bold;
    color: #235DAD;
}

#product-center-info .container .pro-tags .tags-item .description {
	font-size: 14px;
	color: #000;
	display: block;
	padding: 20px 10px 10px 10px;
}

#product-center-info .container .pro-tags .tags-item img {
	display: block;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 20px;
  
}


#news.only {
	width: 100%;
    min-width: 300px;
    min-height: calc(100% - 150px);
	background: #333 url("../images/news-bg.jpg");
	background-size: cover;
}

#news.only .container {
	width: 1200px;
	margin: 0 auto;
	padding: 100px 20px;
}

#news.only .container .news-item {
	width: 1000px;
	height: 200px;
	margin: 0 auto;
	background: #FFF;
    margin-top: 40px;
}

#news.only .container .news-item a {
    display: block;
    padding: 20px;
    height: 160px;
    -webkit-transition: all .1s;
    -moz-transition: all .1s;
    transition: all .1s;
}

#news.only .container .news-item:first-child {
	margin-top: 0;
}

#news.only .container .news-item a:hover {
    background: rgba(255, 255, 255, .8);
    box-shadow: 3px 3px 20px rgba(0, 0, 0, .12);
}

#news.only .container .news-item a .img {
    width: 235px;
    height: 160px;
    background: #EEE;
    float: left;
}

#news.only .container .news-item a .img img {
    width: 100%;
    height: 100%;
}

#news.only .container .news-item a .cons {
    width: 700px;
    height: 160px;
    margin-left: 25px;
    float: left;
    position: relative;
}

#news.only .container .news-item a .cons .title {
    display: block;
    font-size: 16px;
    padding: 8px 0 0 0;
    color: #235DAD;
}

#news.only .container .news-item a .cons .time {
    display: block;
    color: #999;
    padding: 6px 0 13px 0;
    border-bottom: 1px solid #EEE;
}

#news.only .container .news-item a .cons .con {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-height: 2;
    margin-top: 10px;
    color: #CCC;
}

#news.only .container .news-item a .cons .more {
    display: inline-block;
    background: url("../images/more.png") no-repeat 70px center;
    width: 70px;
    height: 26px;
    line-height: 26px;
    border: 0px none;
    color: #ccc;
    position: absolute;
    right: 5px;
    bottom: 0;
}


#news-info {
	width: 100%;
    min-height: calc(100% - 150px);
	background: #FFF;
}

#news-info .container {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
    padding-bottom: 40px;
}

#news-info .container .title {
    text-align: center;
    display: block;
    margin-top: 80px;
    font-size: 26px;
    color: #464646;
}

#news-info .container .info {
	display: block;
    text-align: center;
    padding: 20px 0 30px 0;
    color: #888;
}

#news-info .container .news-content {
    line-height: 180%;
    font-size: 13px;
    width: 80%;
    margin: auto;
    padding: 20px;
    color: #666;
}


/* honor.css */


#honor.only {
	width :100%;
}

#honor.only .container {
	width: 1200px;
	margin: 0 auto;
	padding: 100px 20px;
}

#honor.only .container .honor-item {
	display: block;
    height: 230px;
    width: 230px;
    border: 1px solid #DDD;
    padding-top: 10px;
    background-color: #FFF;
    overflow: hidden;
    position: relative;
    float: left;
    margin-right: 8px;
    margin-top: 10px;
	-webkit-transition: all .1s;
	-moz-transition: all .1s;
	transition: all .1s;
}

#honor.only .container .honor-item .pic {
	width: 90%;
	height: 190px;
	margin: 0 auto;
}

#honor.only .container .honor-item .pic img {
	max-width: 100%;
	height: 190px;
	display: block;
    margin: 0 auto;
}

#honor.only .container .honor-item .description {
	font-size: 14px;
	color: #000;
	text-align: center;
	margin-top: 10px;
}

#honor.only .container .honor-item:hover {
    box-shadow: 0 0 0 5px #235dad inset, 0 5px 20px rgba(0,0,0,.22);
    border: 1px solid #235DAD;
}

.imgBox {
	max-width: 80%;
}

.imgBox img {
	max-width: 100%;
}


/* contact-us.css */

#contact-us {
	width: 100%;
    overflow: hidden;
    min-height: calc(100% - 150px);
	background: #333 url("../images/contact-bg.jpg");
}

#contact-us .container {
	width: 1200px;
	height: 100%;
	margin: 0 auto;
    padding-bottom: 100px;
}

#contact-us .container .title {
    text-align: center;
    font-size: 42px;
    padding: 0;
    margin: 0;
    display: block;
    margin-top: 180px;
    color: #235dad;
}

#contact-us .container .subtitle {
    text-transform: uppercase;
    text-align: center;
    color: #235dad;
    padding-top: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    display: block;
}

#contact-us .container .support {
	width: 1090px;
	margin: 0 auto;
    padding: 20px 0 0 0;
    width: 1090px;
}

#contact-us .container .support .support-img {
    width: 350px;
    float: left;
}

#contact-us .container .support .support-img img {
    max-width: 100%;
}

#contact-us .container .support .contact-text {
    width: 700px;
    float: right;
    padding: 0;
}

#contact-us .container .support .contact-text h2 {
    color: #333;
    display: block;
    padding: 0;
    margin: 0 0 20px 0;
    font-size: 26px;
    font-weight: normal;
}

#contact-us .container .support .contact-text p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #666;
}

#contact-us .container .form {
	width: 100%;
	padding-top: 20px;
}


#contact-us .container .form form {
	width: 100%;
	height: 100%;
}

#contact-us .container .form form .form-group {
	width: 100%;
	margin-top: 20px;
}

#contact-us .container .form form .form-group textarea {
	min-height:100px;
}

#contact-us .container .form form .form-group textarea, 
#contact-us .container .form form .form-group input {
	width: 90%;
	max-width: 90%;
	padding: 10px 14px;
	border-radius: 0;
	box-shadow: none;
    font-size: 14px;
    border: 1px solid #CED4DA;
    font-family: "微软雅黑", sans-serif;
	display: block;
}


#contact-us .container .form form .form-group textarea:focus, 
#contact-us .container .form form .form-group input:focus {
    color: #495057;
    background-color: #FFF;
    border-color: #80BDFF;
    outline: 0;
}

#contact-us .container .form form .form-group span {
	font-size: 14px;
	color: red;
	display: block;
	padding-top: 5px;
	display: none;
}

#contact-us .container .form form .form-group #submit {
	width: 165px;
	height: 50px;
	display: block;
	margin: 0 auto;
	background: #18d26e;
	font-size: 14px;
	color: #FFF;
	border-radius: 5px;
	outline: none;
	text-align: center;
	line-height: 50px;
}

@media only screen and (max-width: 1250px) {
    #contact-us .container {
        width: 80%;
    }

    #contact-us .container .support {
        width: 80%;
    }

    #contact-us .container .support .contact-text {
        width: 315px;
    }
}

@media only screen and (max-width: 1100px) {
    #contact-us .container .support .support-img {
        display: none;
    }

    #contact-us .container .support .contact-text {
        float: none;
        width: 100%;
    }
}


@media only screen and (max-width: 1200px) {
	#honor.only .container {
		width: 720px;
	}
}

@media only screen and (max-width: 720px) {
	#honor.only .container {
		width: 480px;
	}
}

@media only screen and (max-width: 480px) {
	#honor.only .container {
		width: 100%;
		padding: 20px;
	}

	#honor.only .container .honor-item:first-child {
		margin-top: 0;
	}

	#honor.only .container .honor-item {
		margin: 0 auto;
		margin-top: 20px;
		display: block;
		width: 90%;
	}
}

@media only screen and (max-width: 1200px) {
    #news-info .container {
        width: 80%;
    }
}

@media only screen and (max-width: 1200px) {
    #news.only .container {
        width: 80%;        
    }

    #news.only .container .news-item {
        width: 100%;
    }

    #news.only .container .news-item a .cons {
        width: calc(100% - 260px);
    }
}


@media only screen and (max-width: 800px) {
    #news.only .container .news-item a .img {
        display: none;
    }

    #news.only .container .news-item a .cons {
        width: 90%;
    }    
}


@media only screen and (max-width: 1400px) {
	#product-center-info .container {
		width: 80%;
	}

	#product-center-info .container .header .info-pic {
		width: 45%;
	}

	#product-center-info .container .header .info-font {
		width: 50%;
	}
}

@media only screen and (max-width: 668px) {
	#product-center-info .container .header .info-pic {
		display: none;
	}

	#product-center-info .container .header .info-font {
		width: 100%;
	}
}

@media only screen and (max-width: 1200px) {
	#product-center.only .container {
		width: 868px;
	}
}

@media only screen and (max-width: 900px) {
	#product-center.only .container {
		width: 578px;
	}
}

@media only screen and (max-width: 610px) {
	#product-center.only .container {
		width: 100%;
	}

	#product-center.only .container .product-item:first-child {
		margin-top: 0;
	}

	#product-center.only .container .product-item {
		margin: 20px auto;
		display: block;
		width: 90%;
	}
}


@media only screen and (max-width: 1200px) {
	#about-us.only .container {
		width: 80%;
	}
}

@media only screen and (max-width: 1350px) {
	.slide-section .container {
		width: 903px;
	}
}

@media only screen and (max-width: 1100px) {
	.slide-section .container {
		width: 602px;
	}
}

@media only screen and (max-width: 900px) {
	#footer-banner {
		display: none;
	}
}

@media only screen and (max-width: 800px) {
	.slide-section .container {
		width: 294px;
	}
}

@media only screen and (max-width: 430px) {
	.slide-section {
		position: relative;
	}

	.slide-section .container .content {
		position: static;
	}

	.slide-section .container .content .arrow-left {
		left: 2%;
	}

	.slide-section .container .content .arrow-right {
		right: 2%;
	}

	.slide-section .container .content .arrow-left,
	.slide-section .container .content .arrow-right {
		-webkit-transform: -webkit-scale(0.7);
		-moz-transform: -moz-scale(0.7);
		-transform: scale(0.7);
		top: 220px;
	}

}

@media only screen and (max-width: 390px) {
	.slide-section .container .content .arrow-left {
		left: 1%;
	}

	.slide-section .container .content .arrow-right {
		right: 1%;
	}
}

@media only screen and (max-width: 380px) {
	.slide-section .container .content .arrow-left {
		left: 0%;
	}

	.slide-section .container .content .arrow-right {
		right: 0%;
	}
}

@media only screen and (max-width: 375px) {
	.slide-section .container .content .arrow-left,
	.slide-section .container .content .arrow-right {
		display: none;
	}

}

@media only screen and (max-width: 1250px) {
	#news.index .container {
		width: 80%;
	}

	#news.index .container .content .content-wrap .more-news {
		display: none;
	}

	#news.index .container .content .content-wrap .item-wrap {
		width: auto;
	}
}

@media only screen and (max-width: 1200px) {
	#about-us.index .container {
		margin-top: 5%;
	}

	#about-us.index .container .content {
		height: auto;
		padding-bottom: 30px;
	}

	#about-us.index .container .content .title {
		color: #FFF;
		font-size: 20px;
		margin-top: 10%;
	}

	#about-us.index .container .content .description {
		color: #FFF;
		width: 80%;
		margin-top: 7%;
	}

	#footer .container {
		width: 990px;
	}

	#footer .container .item.about-us {
		margin-left: 60px;	
	}

	#footer .container .item.electronic-sample {
		margin-left: 50px;	
	}
}

@media only screen and (max-width: 700px) {
	#news.index .container .content .content-wrap .item-wrap .item img {
		display: none;
	}

	#news.index .container .content .content-wrap .item-wrap .item .content {
		width: auto;
	}
}

@media only screen and (max-width: 668px) {
	/*#banner.index .swiper-container .slide-to-wrap {
		display: none;
	}*/
}







@media only screen and (max-width: 1250px) {
	#header .container {
		width: 80%;
	}
	
	#nav .container {
		width: 100%;
	}

	#nav .container .nav-list-mobile {
		background: #FFF;
	}

	#nav .container .nav-list-mobile .list-button .line  {
		background: #1B70CC;
	}

	#nav .container .nav-list-mobile .list-wrap {
		background: #1B70CC;
	}

	#nav .container .nav-list-mobile .list-wrap a {
		color: #FFF;
	}

	#nav .container .nav-list-mobile .list-wrap a:hover,
	#nav .container .nav-list-mobile .list-wrap a:focus,
	#nav .container .nav-list-mobile .list-wrap a.active {
		background: #1558A2;
	}
}

@media only screen and (max-width: 1200px) {
	#footer-copyright .container {
		width: 80%;
	}

	#footer-copyright .container .copyright, 
	#footer-copyright .container .record {
		font-size: 1.0rem;
	}
}

@media only screen and (max-width: 668px) {
	#header {
		display: none;
	}

	#nav .container .nav-list {
		display: none;
	}

	#nav .container .nav-list-mobile {
		display: block;
	}

	#nav .container .nav-list-mobile .logo {
		margin-left: 5px;
		margin-top: 5px;
	}
}




@media only screen and (max-width: 780px) {
	.banner-wrapper .pic {
		width: 1000px;
	}
}

@media only screen and (max-width: 500px) {
	.banner-wrapper .text-wrapper h2 {
		font-size: 16px;
  	 	line-height: 30px;
	}

	.banner-wrapper .text-wrapper .font {
	    font-size: 12px;
	    line-height: 22px;
	}	
}




@media only screen and (max-width: 1090px) {
	#footer .container {
		width: 820px;
	}

	#footer .container .electronic-sample {
		display: none;
	}
}



@media only screen and (max-width: 820px) {
	#footer {
		height: auto;
		padding-bottom: 20px;
	}

	#footer .container {
		width: 710px;
		margin-top: 50px;
	}

	#footer .container .service-support {
		display: none;
	}
}


@media only screen and (max-width: 710px) {
	#footer .container {
		width: 600px;
	}

	#footer .container .news {
		display: none;
	}
}


@media only screen and (max-width: 600px) {
	#footer .container {
		width: 490px;
	}

	#footer .container .product-center {
		display: none;
	}
}


@media only screen and (max-width: 490px) {
	#footer {
		min-width: 260px;
	}

	#footer .container {
		width: 260px;
	}

	#footer .container .contact-us {
		border-right: none !important;
	}

	#footer .container .about-us {
		display: none;
	}
}

@media only screen and (max-width: 260px) {
	#footer .container {
		width: 100%;
	}
}

