*{
	margin: 0;
	padding: 0;
}
.clearfix:after,
.clearfix:before{
	content: "";
	display: table;
}
.clearfix:after{
	clear: both;
}
p,ul{
	margin-bottom: 0;
}
ul{
	list-style: none;
}
/* index top bar */
.index_topbar1{
	max-width: 1200px;
	margin: 0 auto;
}
.index_topbar1 .logo{
	float: left;
	display: none;
}
.index_topbar1 .logo img{
	height: 50px;
}
.index_topbar1 .left{
	float: left;
	font: 14px/40px "微软雅黑";
	color: #5a5a5a;
}
.index_topbar1 .right{
	float: right;
}
.index_topbar1 .right li{
	line-height: 40px;
	float: left;
	padding-left: 27px;
}
.index_topbar1 .right li a{
	font: 16px "微软雅黑";
	color: #2a2b2b;
	text-decoration: none;
}
.index_topbar1 .right li.cn{
	background: url(../img/cn.png) left center no-repeat;
	margin-right: 10px;
}
.index_topbar1 .right li.en{
	background: url(../img/en.png) left center no-repeat;
}
.index_topbar2{
	max-width: 1200px;
	margin: 0 auto;
}
.index_topbar2 .logo{
	float: left;
}
.index_topbar2 .search_bar{
	float: right;
	width: 572px;
	height: 42px;
	border: 1px solid #bfbfbf;
	border-radius: 5px;
	margin-top: 25px;
}
.index_topbar2 .search_bar .dropdown{
	width: 176px;
	float: left;
	border-right: 1px solid #bfbfbf;
}
.index_topbar2 .search_bar .dropdown button{
	width: 100%;
	font: 14px/40px "微软雅黑";
	color: #505050;
	padding: 0;
	border: none;
	outline: none;
	background-color: transparent;
}
.index_topbar2 .search_bar .search{
	width: 349px;
	height: 40px;
	float: left;
	outline: none;
	border: none;
	padding-left: 20px;
	font: 14px/40px "微软雅黑";
	color: #505050;
}
.index_topbar2 .search_bar .search::-webkit-input-placeholder{
	font: 14px/40px "微软雅黑";
	color: #505050;
}
.index_topbar2 .search_bar .submit{
	float: left;
	width: 45px;
	height: 40px;
	background-color: #1e61a8;
	outline: none;
	border: none;
	border-radius: 4px;
}
.index_topbar2 .search_bar .submit i{
	color: #fff;
}

/* index nav */
.index_nav{
	width: 100%;
	background: url(../img/index_nav_bg.jpg) no-repeat;
	background-size: cover;
	border-bottom: 2px solid #0062a4;
}
.index_nav .content{
	max-width: 1200px;
	margin: 0 auto;
}
.index_nav .content .nav li a{
	padding: 0;
	margin: 0;
	text-align: center;
	font: 18px/48px "微软雅黑";
	color: #0062a4;
	transition: 300ms;
}
.index_nav .content .nav li a:hover{
	background-color: #0062a4;
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.index_nav .content .nav li a.active{
	background-color: #0062a4;
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.index_nav .content .nav .dropdown .dropdown-menu{
	padding: 0;
}
.index_nav .content .nav .dropdown .dropdown-menu li a{
	border-radius: 0;
}
.index_nav .content .navbar-header button{
	padding: 0;
	font-size: 20px;
	color: #0062a4;
}
.index_nav.active{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}

.index_nav .content .nav .dropdown-menu>li{
	position: relative;
}
.index_nav .content .nav .dropdown2-menu{
	position: absolute;
	left: 190px;
	top: 0;
	background-color: #fff;
	border-radius: 3px;
	display: none;
}
.index_nav .content .nav .dropdown2-menu li a{
	display: block;
	width: 200px!important;
	text-decoration: none;
}
.index_nav .content .nav .dropdown2-menu li:first-of-type{
	position: relative;
}
.index_nav .content .nav .dropdown2-menu li:first-of-type:after{
	content: "";
	position: absolute;
	left: -20px;
	top: 10px;
	width: 0px;
	height: 0px;
	border-right: 10px solid #fff;
	border-left: 10px solid transparent;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
}

/* index banner */
#banner .swiper-slide{
	width: 100%;
	height: 645px;
}
#banner .swiper-slide .text{
	max-width: 1200px;
	margin: 0 auto;
}
#banner .slide_one{
	background: url(../img/banner1.jpg) no-repeat;
	background-size: cover;
	padding-top: 205px;
} 
#banner .slide_one .text_one{
	text-align: center;
	font: 52px "微软雅黑";
	color: #fff;
	padding-bottom: 35px;
	margin-bottom: 20px;
	position: relative;
}
#banner .slide_one .text_one:after{
	content: "";
	width: 171px;
	height: 5px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
#banner .slide_one .text_two{
	text-align: center;
	font: 23px/35px arial;
	color: #fff;
}
#banner .slide_two{
	background: url(../img/banner2.jpg) no-repeat;
	background-size: cover;
	padding-top: 230px;
} 
#banner .slide_two .text{
	padding-right: 32px;
	border-right: 5px solid #fff;
}
#banner .slide_two .text_one{
	text-align: right;
	font: 47px "微软雅黑";
	color: #fff;
	margin-bottom: 20px;
	letter-spacing: 10px;
}
#banner .slide_two .text_two{
	font: 18px/30px arial;
	color: #fff;
	text-align: right;
}
#banner .slide_three{
	background: url(../img/banner3.jpg) no-repeat;
	background-size: cover;
	padding-top: 230px;
}
#banner .slide_three .text{
	padding-left: 32px;
	border-left: 5px solid #fff;
}
#banner .slide_three .text_one{
	text-align: left;
	font: 47px "微软雅黑";
	color: #fff;
	margin-bottom: 20px;
	letter-spacing: 10px;
}
#banner .slide_three .text_two{
	font: 18px/30px arial;
	color: #fff;
	text-align: left;
}
#banner .swiper-button-next{
	outline: none;
}
#banner .swiper-button-prev{
	outline: none;
}
#banner .slide_four{
	background: url(../img/banner4.jpg) no-repeat;
	background-size: cover;
}

/* index product */
.index_product{
	width: 100%;
	background: url(../img/ipbg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.index_product .content{
	max-width: 1200px;
	margin: 0 auto;
}
.index_product .content .title{
	padding-top: 30px;
	margin-bottom: 30px;
}
.index_product .content .title .cn{
	font: 36px "微软雅黑";
	color: #292929;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 10px;
	position: relative;
}
.index_product .content .title .cn:after{
	content: "";
	width: 265px;
	height: 2px;
	background: linear-gradient(to right,transparent 0%,#1e61a8 50%,transparent 100%);
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.index_product .content .title .en{
	font: 16px arial;
	color: #292929;
	text-align: center;
}
.index_product .content .row>div{
	margin-bottom: 30px;
}
.index_product .content .row .wrap{
	position: relative;
	border: 1px solid #d6d6d6;
	cursor: pointer;
}
.index_product .content .row .wrap .link{
	display: block;
}
.index_product .content .row .wrap .img img{
	width: 100%;
}
.index_product .content .row .wrap .p_name{
	width: 100%;
	font: 18px/43px "微软雅黑";
	color: #fff;
	text-align: center;
	background-color: #1e61a8;
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 1px solid #d6d6d6;
	transition: 300ms;
}
.index_product .content .row .wrap .hover{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(30,97,168,0.6);
	opacity: 0;
	transition: 300ms;
}
.index_product .content .row .wrap .hover .hover_name{
	padding-top: 35%;
	text-align: center;
	font: 30px "微软雅黑";
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	top: -50px;
	transition: 300ms;
}
.index_product .content .row .wrap .hover .hover_link{
	display: block;
	width: 101px;
	height: 27px;
	background-color: #fff;
	margin: 0 auto;
	border-radius: 5px;
	text-align: center;
	font: 12px/27px "微软雅黑";
	color: #1e61a8;
	text-decoration: none;
	position: relative;
	bottom: -50px;
	transition: 300ms;
}
.index_product .content .row .wrap .hover .hover_link:hover{
	background-color: #1e61a8;
	color: #fff;
}
.index_product .content .row .wrap:hover .hover{
	opacity: 1;
}
.index_product .content .row .wrap:hover .p_name{
	opacity: 0;
}
.index_product .content .row .wrap:hover .hover .hover_name{
	top: 0;
}
.index_product .content .row .wrap:hover .hover .hover_link{
	bottom: 0;
}
.index_product .content .apl_title{
	padding-bottom: 30px;
}
.index_product .content .apl_title .cn{
	font: 36px "微软雅黑";
	color: #292929;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 10px;
	position: relative;
}
.index_product .content .apl_title .cn:after{
	content: "";
	width: 265px;
	height: 2px;
	background: linear-gradient(to right,transparent 0%,#1e61a8 50%,transparent 100%);
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.index_product .content .apl_title .en{
	font: 16px arial;
	color: #292929;
	text-align: center;
}

/* index application */
.index_application{
	width: 100%;
}
.index_application ul li{
	float: left;
	height: 405px;
	transition: 300ms;
	cursor: pointer;
}
.index_application ul li:hover{
	opacity: 0.7;
}
.index_application ul li:nth-of-type(1){
	background: linear-gradient(to right,#1e61a8 0%,#fff 100%);
}
.index_application ul li:nth-of-type(1) p{
	font: 46px "微软雅黑";
	color: #50555a;
	line-height: 405px;
	background: url(../img/iaicon1.png) 19% center no-repeat;
	padding-left: 42%;
}
.index_application ul li:nth-of-type(2){
	background: url(../img/iaimg1.jpg) no-repeat;
	background-size: cover;
}
.index_application ul li:nth-of-type(3){
	background: linear-gradient(to right,#1e61a8 0%,#fff 100%);
}
.index_application ul li:nth-of-type(3) p{
	font: 46px "微软雅黑";
	color: #50555a;
	line-height: 405px;
	background: url(../img/iaicon2.png) 19% center no-repeat;
	padding-left: 40%;
}
.index_application ul li:nth-of-type(4){
	background: url(../img/iaimg2.jpg) no-repeat;
	background-size: cover;
}
.index_application ul li:nth-of-type(5){
	background: linear-gradient(to left,#1e61a8 0%,#fff 100%);
}
.index_application ul li:nth-of-type(5) p{
	font: 46px "微软雅黑";
	color: #50555a;
	line-height: 405px;
	background: url(../img/iaicon3.png) 19% center no-repeat;
	padding-left: 40%;
}
.index_application ul li:nth-of-type(6){
	background: url(../img/iaimg3.jpg) no-repeat;
	background-size: cover;
}

/* index about */
.index_about{
	width: 100%;
	background: url(../img/iabg.jpg) no-repeat;
	background-size: cover;
}
.index_about .content{
	max-width: 1200px;
	margin: 0 auto;
}
.index_about .content .about_title{
	padding-top: 90px;
	padding-bottom: 65px;
}
.index_about .content .about_title .cn{
	font: 36px "微软雅黑";
	color: #292929;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 10px;
	position: relative;
}
.index_about .content .about_title .cn:after{
	content: "";
	width: 265px;
	height: 2px;
	background: linear-gradient(to right,transparent 0%,#1e61a8 50%,transparent 100%);
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.index_about .content .about_title .en{
	font: 16px arial;
	color: #292929;
	text-align: center;
}
.index_about .content .about_tab_wrap{
	width: 100%;
	position: relative;
	margin-bottom: 140px;
}
.index_about .content .about_tab_wrap .about_tab{
	width: 52%;
}
.index_about .content .about_tab_wrap .about_tab .tab_nav li{
	float: left;
	width: 33%;
	height: 70px;
	background-color: #d5d5d5;
	text-align: center;
	font: 24px/70px "微软雅黑";
	color: #212121;
	cursor: pointer;
}
.index_about .content .about_tab_wrap .about_tab .tab_nav li.active{
	border-top: 2px solid #1e61a8;
	background-color: #fff;
}
.index_about .content .about_tab_wrap .about_tab .tab_content li{
	width: 100%;
	padding: 55px 120px 55px 45px;
	background-color: #fff;
	display: none;
}
.index_about .content .about_tab_wrap .about_tab .tab_content li.active{
	display: block;
}
.index_about .content .about_tab_wrap .about_tab .tab_content li p{
	font: 16px "微软雅黑";
	color: #212121;
	text-indent: 2em;
	margin-bottom: 40px;
}
.index_about .content .about_tab_wrap .about_tab .tab_content li a{
	display: block;
	width: 139px;
	height: 44px;
	border-radius: 22px;
	background-color: #1e61a8;
	font: 14px/44px "微软雅黑";
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: 300ms;
}
.index_about .content .about_tab_wrap .about_tab .tab_content li a:hover{
	background-color: #fff;
	border: 1px solid #1e61a8;
	color: #1e61a8;
	line-height: 42px;
}
.index_about .content .tab_img{
	width: 53%;
	position: absolute;
	right: 0;
	top: 0;
}
.index_about .content .tab_img img{
	width: 100%;
}
.index_about .content .news_title{
	padding-bottom: 30px;
	position: relative;
}
.index_about .content .news_title .cn{
	font: 36px "微软雅黑";
	color: #292929;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 10px;
	position: relative;
}
.index_about .content .news_title .cn:after{
	content: "";
	width: 265px;
	height: 2px;
	background: linear-gradient(to right,transparent 0%,#1e61a8 50%,transparent 100%);
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.index_about .content .news_title .en{
	font: 16px arial;
	color: #292929;
	text-align: center;
}
.index_about .content .news_title a{
	position: absolute;
	font: 16px "微软雅黑";
	color: #646464;
	text-decoration: none;
	right: 0;
	top: 30px;
}
.index_about .content .news_title a:hover{
	color: #000000;
}
.index_about .content .news_content{
	padding-bottom: 70px;
}
.index_about .content .news_content .left{
	width: 43%;
	float: left;
}
.index_about .content .news_content .left li img{
	width: 100%;
	display: none;
}
.index_about .content .news_content .left li:first-child img{
	display: block;
}
.index_about .content .news_content .right{
	width: 57%;
	float: right;
}
.index_about .content .news_content .right li{
	position: relative;
	margin-bottom: 15px;
}
.index_about .content .news_content .right li:last-child{
	margin-bottom: 0;
}
.index_about .content .news_content .right li .right_link{
	display: block;
}
.index_about .content .news_content .right li .right_content{
	width: 94%;
	float: right;
	background-color: #fff;
	padding: 20px 20px 20px 70px;
	position: relative;
}
.index_about .content .news_content .right li .right_content .right_title{
	font: 18px "微软雅黑";
	color: #373737;
	margin-bottom: 15px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.index_about .content .news_content .right li .right_content .right_info{
	font: 14px "微软雅黑";
	color: #646464;
	text-indent: 2em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.index_about .content .news_content .right li .right_num{
	width: 80px;
	height: 50px;
	background-color: #bfbfbf;
	text-align: center;
	font: 30px/50px "微软雅黑";
	color: #fff;
	position: absolute;
	left: 0;
	top: 30px;
	z-index: 999;
}
.index_about .content .news_content .right li .active{
	background-color: #1e61a8;
	color: #fff;
}

/* index contact */
.index_contact{
	width: 100%;
	background: url(../img/icbg.jpg) center center no-repeat;
	background-size: cover;
	padding-bottom: 70px;
}
.index_contact .content{
	max-width: 1200px;
	margin: 0 auto;
}
.index_contact .content .title{
	text-align: center;
	padding: 35px 0 70px;
	font: 30px "微软雅黑";
	color: #fff;
}
.index_contact .content .xunpan{
	width: 48%;
	float: left;
}
.index_contact .content .xunpan .one input,
.index_contact .content .xunpan .two input,
.index_contact .content .xunpan .three textarea,
.index_contact .content .xunpan .four input:first-child{
	border-radius: 4px;
	outline: none;
	border: none;
	background-color: #fff;
	font: 16px/52px "微软雅黑";
	color: #494949;
	padding-left: 10px;
}
.index_contact .content .xunpan .one input::-webkit-input-placeholder,
.index_contact .content .xunpan .two input::-webkit-input-placeholder,
.index_contact .content .xunpan .three textarea::-webkit-input-placeholder,
.index_contact .content .xunpan .four input:first-child::-webkit-input-placeholder{
	font: 16px/52px "微软雅黑";
	color: #494949;
}
.index_contact .content .xunpan .one{
	margin-bottom: 30px;
}
.index_contact .content .xunpan .one input:first-child{
	width: 49%;
	height: 52px;
	float: left;
	
}
.index_contact .content .xunpan .one input:last-child{
	width: 49%;
	height: 52px;
	float: right;
	border-radius: 4px;
}
.index_contact .content .xunpan .two{
	margin-bottom: 30px;
}
.index_contact .content .xunpan .two input:first-child{
	width: 49%;
	height: 52px;
	float: left;
	
}
.index_contact .content .xunpan .two input:last-child{
	width: 49%;
	height: 52px;
	float: right;
	border-radius: 4px;
}
.index_contact .content .xunpan .three{
	margin-bottom: 30px;
}
.index_contact .content .xunpan .three textarea{
	width: 100%;
	height: 115px;
	resize: none;
}
.index_contact .content .xunpan .four input:first-of-type{
	width: 37%;
	height: 52px;
	float: left;
}
.index_contact .content .xunpan .four #submit{
	width: 28%;
	height: 52px;
	float: right;
	background-color: #1e61a8;
	border-radius: 4px;
	border: none;
	outline: none;
	font: 16px "微软雅黑";
	color: #fff;
}
.index_contact .content .xunpan .four img{
	float: right;
	margin-right: 15px;
}
.index_contact .content .info_list{
	width: 52%;
	float: right;
	padding-top: 45px;
	padding-left: 150px;
}
.index_contact .content .info_list p{
	font: 16px/30px "微软雅黑";
	color: #fff;
	margin-bottom: 40px;
	padding-left: 60px;
}
.index_contact .content .info_list .map{
	background: url(../img/icicon1.png) left top no-repeat;
}
.index_contact .content .info_list .email{
	background: url(../img/icicon2.png) left top no-repeat;
}
.index_contact .content .info_list .phone{
	background: url(../img/icicon3.png) left top no-repeat;
}
.index_contact .content .info_list .fax{
	background: url(../img/icicon4.png) left top no-repeat;
}

/* index bottom */
.index_bottom{
	width: 100%;
	background-color: #222222;
}
.index_bottom .content{
	max-width: 1200px;
	margin: 0 auto;
}
.index_bottom .content .left{
	font: 14px/65px "微软雅黑";
	color: #fff;
	float: left;
}
.index_bottom .content .right{
	float: right;
}
.index_bottom .content .right li{
	float: left;
	color: #fff;
}
.index_bottom .content .right li a{
	font: 14px/65px "微软雅黑";
	color: #fff;
	text-decoration: none;
}
.index_bottom .content .right li a:hover{
	color: #1e61a8;
}
.index_bottom .content .right li span{
	padding: 0 10px;
}
.index_bottom .content .right li:last-child span{
	display: none;
}

/* about us banner */
.a_banner{
	width: 100%;
	background: url(../img/abanner.jpg) no-repeat;
	background-size: cover;
	padding: 70px 0 85px;
}
.a_banner .cn{
	font: 30px 黑体;
	color: #fff;
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 15px;
	position: relative;
}
.a_banner .cn:after{
	content: "";
	width: 60px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
}
.a_banner .en{
	font: 14px arial;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

/* about us nav */
.a_nav{
	width: 100%;
	background-color: #fff;
	box-shadow: 0 5px 15px #dddddd;
	text-align: center;
	height: 73px;
	position: relative;
}
.a_nav .nav{
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.a_nav .nav li{
	margin-right: 50px;
}
.a_nav .nav li:last-child{
	margin-right: 0;
}
.a_nav .nav li a{
	margin: 0;
	display: block;
	padding-top: 10px;
	padding-bottom: 20px;
	padding-right: 0;
	padding-left: 0;
}
.a_nav .nav li a .cn{
	font: 18px "微软雅黑";
	color: #4e4e4e;
	margin-bottom: 5px;
}
.a_nav .nav li a .en{
	font: 10px arial;
	color: #767676;
	text-transform: uppercase;
}
.a_nav .nav li a:hover{
	border-bottom: 3px solid #1e61a8;
	padding-bottom: 17px;
	background: none;
}
.a_nav .nav li a:hover .cn{
	color: #1e61a8;
}
.a_nav .nav li a:hover .en{
	color: #1e61a8;
}
.a_nav .navbar-header button{
	padding: 0;
	font-size: 20px;
}
.a_nav .nav li.active a{
	border-bottom: 3px solid #1e61a8;
	padding-bottom: 17px;
	background: none;
}
.a_nav .nav li.active a .cn{
	color: #1e61a8;
}
.a_nav .nav li.active a .en{
	color: #1e61a8;
}

/* about us content */
.a_content{
	width: 100%;
	background-color: #ebebeb;
	padding-top: 65px;
	padding-bottom: 80px;
}
.a_content .top_content{
	max-width: 1200px;
	margin: 0 auto 70px;
}
.a_content .top_content .left{
	width: 45%;
	float: left;
}
.a_content .top_content .left img{
	width: 100%;
}
.a_content .top_content .right{
	width: 50%;
	float: right;
}
.a_content .top_content .right p{
	font: 15px/25px "微软雅黑";
	color: #616161;
	text-indent: 2em;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #cacaca;
}
.a_content .top_content .right p:last-child{
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.a_content .bottom_content{
	max-width: 1310px;
	margin: 0 auto;
	background: linear-gradient(to right,#1e61a8 0%,#fff 100%);
}
.a_content .bottom_content .content{
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0;
}
.a_content .bottom_content .content .left{
	width: 68%;
	float: left;
	font: 26px/60px "微软雅黑";
	color: #fff;
}
.a_content .bottom_content .content .left span{
	font-size: 33px;
	color: #ff6000;
}
.a_content .bottom_content .content .right{
	float: right;
	margin-top: 15px;
}
.a_content .bottom_content .content .right li{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	border: 1px dashed #1e61a8;
	float: left;
	margin-right: 25px;
	padding: 18px;
	font: 24px "微软雅黑";
	color: #1e61a8;
	text-align: center;
}
.a_content .bottom_content .content .right li:last-child{
	margin-right: 0;
}

/* about us two content */
.a_two_content{
	max-width: 1200px;margin: 60px auto;
}
.a_two_content li{width: 48%; display: block; float: left; list-style: none; margin-bottom: 30px}
.a_two_content li:nth-child(2n){margin-left:2%}
.a_two_content li img{width: 100%}


/* about us three content */
.a_three_content{
	width: 100%;
	height: 1160px;
	background: url(../img/mapbj.jpg) center center no-repeat;
}
.a_three_content .content{
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}
.a_three_content .content .part_one{
	position: absolute;
	left: 25%;
	top: 100px;
	width: 25%;
	height: 100%;
	border-radius: 50%;
	background-color: #014e9b;
	cursor: pointer;
}
.a_three_content .content .part_one .inner_text{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	padding-top: 35%;
	position: relative;
}
.a_three_content .content .part_one .inner_text p:first-of-type{
	font: 30px "微软雅黑";
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.a_three_content .content .part_one .inner_text p:last-of-type{
	font: 20px "微软雅黑";
	color: #fff;
	text-align: center;
}
.a_three_content .content .part_one .inner_text .img{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	left: 0;
	top: 0;
	transition: 600ms;
}
.a_three_content .content .part_one .inner_text .img img{
	width: 100%;
}
.a_three_content .content .part_one:hover .inner_text .img{
	transform: rotate(-130deg);
	transform-origin: 5% 55%; 
}
.a_three_content .content .part_two{
	position: absolute;
	right: 25%;
	top: 460px;
	width: 25%;
	height: 100%;
	border-radius: 50%;
	background-color: #014e9b;
	cursor: pointer;
}
.a_three_content .content .part_two .inner_text{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	padding-top: 35%;
	position: relative;
}
.a_three_content .content .part_two .inner_text p:first-of-type{
	font: 30px "微软雅黑";
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.a_three_content .content .part_two .inner_text p:last-of-type{
	font: 20px "微软雅黑";
	color: #fff;
	text-align: center;
}
.a_three_content .content .part_two .inner_text .img{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	left: 0;
	top: 0;
	transition: 600ms;
}
.a_three_content .content .part_two .inner_text .img img{
	width: 100%;
}
.a_three_content .content .part_two:hover .inner_text .img{
	transform: rotate(130deg);
	transform-origin: 95% 55%; 
}
.a_three_content .content .part_three{
	position: absolute;
	left: 25%;
	top: 755px;
	width: 25%;
	height: 100%;
	border-radius: 50%;
	background-color: #014e9b;
	cursor: pointer;
}
.a_three_content .content .part_three .inner_text{
	width: 100%;
	height: 100%;
	border-radius: 50%;
	padding-top: 35%;
	position: relative;
}
.a_three_content .content .part_three .inner_text p:first-of-type{
	font: 30px "微软雅黑";
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.a_three_content .content .part_three .inner_text p:last-of-type{
	font: 20px "微软雅黑";
	color: #fff;
	text-align: center;
}
.a_three_content .content .part_three .inner_text .img{
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	overflow: hidden;
	left: 0;
	top: 0;
	transition: 600ms;
}
.a_three_content .content .part_three .inner_text .img img{
	width: 100%;
}
.a_three_content .content .part_three:hover .inner_text .img{
	transform: rotate(-130deg);
	transform-origin: 5% 55%; 
}


/* product nav */
.p_nav .content{
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px 0 40px;
}
.p_nav .content a{
	font: 14px "微软雅黑";
	color: #5b5b5b;
	text-decoration: none;
}
.p_nav .content a:hover{
	color: #000;
}

/* product content */
.p_one_content{
	margin-bottom: 50px;
}
.p_one_content .content{
	max-width: 1200px;
	margin: 0 auto;
}
.p_one_content .content .row>div{
	margin-bottom: 30px;
}
.p_one_content .content .row .wrap{
	position: relative;
	border: 1px solid #d6d6d6;
	cursor: pointer;
}
.p_one_content .content .row .wrap .link{
	display: block;
}
.p_one_content .content .row .wrap .img img{
	width: 100%;
}
.p_one_content .content .row .wrap .p_name{
	width: 100%;
	font: 20px/43px "微软雅黑";
	color: #fff;
	text-align: center;
	background-color: #1e61a8;
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 1px solid #d6d6d6;
	transition: 300ms;
}
.p_one_content .content .row .wrap .hover{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(30,97,168,0.6);
	opacity: 0;
	transition: 300ms;
}
.p_one_content .content .row .wrap .hover .hover_name{
	padding-top: 35%;
	text-align: center;
	font: 36px "微软雅黑";
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	top: -50px;
	transition: 300ms;
}
.p_one_content .content .row .wrap .hover .hover_link{
	display: block;
	width: 101px;
	height: 27px;
	background-color: #fff;
	margin: 0 auto;
	border-radius: 5px;
	text-align: center;
	font: 14px/27px "微软雅黑";
	color: #1e61a8;
	text-decoration: none;
	position: relative;
	bottom: -50px;
	transition: 300ms;
}
.p_one_content .content .row .wrap .hover .hover_link:hover{
	background-color: #1e61a8;
	color: #fff;
}
.p_one_content .content .row .wrap:hover .hover{
	opacity: 1;
}
.p_one_content .content .row .wrap:hover .p_name{
	opacity: 0;
}
.p_one_content .content .row .wrap:hover .hover .hover_name{
	top: 0;
}
.p_one_content .content .row .wrap:hover .hover .hover_link{
	bottom: 0;
}

/* product two content */
.p_two_content{
	padding-bottom: 50px;
	background-color: #ebebeb;
}
.p_two_content .content{
	max-width: 1200px;
	margin: 0 auto;
}
.p_two_content .content .left_nav{
	width: 21%;
	float: left;
	border: 1px solid #bfbfbf;
	background-color: #fff;
}
.p_two_content .content .left_nav .title{
	font: 20px "微软雅黑";
	color: #525252;
	padding: 15px 0 20px 20px;
	border-bottom: 2px solid #a2a2a2;
	position: relative;
	margin-bottom: 8px;
}
.p_two_content .content .left_nav .title:after{
	content: "";
	position: absolute;
	width: 65px;
	height: 2px;
	background-color: #1e61a8;
	left: 0;
	bottom: -2px;
}
.p_two_content .content .left_nav .list li{
	line-height: 47px;
}
.p_two_content .content .left_nav .list li:last-child{
	border-bottom: none;
}

.p_two_content .content .left_nav .list .dropdown1-menu{
	display: none;
}
.p_two_content .content .left_nav .list .dropdown2-menu{
	display: none;
}


.p_two_content .content .left_nav .list .dropdown1{
	border-bottom: 1px solid #d5d5d5;
}
.p_two_content .content .left_nav .list .dropdown1>span{
	display: block;
	font: 16px/47px "微软雅黑";
	color: #000;
	text-decoration: none;
	cursor: pointer;
	padding-left: 15px;
}
.p_two_content .content .left_nav .list .dropdown1>span:hover{
	background-color: #1e61a8;
	color: #fff;
}
.p_two_content .content .left_nav .list .dropdown2>span{
	display: block;
	font: 16px/47px "微软雅黑";
	color: #000;
	text-decoration: none;
	cursor: pointer;
	padding-left: 30px;
}
.p_two_content .content .left_nav .list .dropdown2>span:hover{
	background-color: #1e61a8;
	color: #fff;
}

.p_two_content .content .left_nav .list .dropdown2 .dropdown2-menu li a{
	display: block;
	font: 15px/47px "微软雅黑";
	color: #7f7f7f;
	text-decoration: none;
	padding-left: 45px;
}
.p_two_content .content .left_nav .list .dropdown2 .dropdown2-menu li a:hover{
	background-color: #1e61a8;
	color: #fff;
}


.p_two_content .content .right_list{
	width: 76%;
	float: right;
}
.p_two_content .content .right_list .row>div{
	margin-bottom: 30px;
}
.p_two_content .content .right_list .row .wrap{
	position: relative;
	border: 1px solid #d6d6d6;
	cursor: pointer;
}
.p_two_content .content .right_list .row .wrap .link{
	display: block;
}
.p_two_content .content .right_list .row .wrap .img img{
	width: 100%;
}
.p_two_content .content .right_list .row .wrap .p_name{
	width: 100%;
	font: 13px/43px "微软雅黑";
	color: #fff;
	text-align: center;
	background-color: #1e61a8;
	position: absolute;
	left: 0;
	bottom: 0;
	border-top: 1px solid #d6d6d6;
	transition: 300ms;
}
.p_two_content .content .right_list .row .wrap .hover{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(30,97,168,0.6);
	opacity: 0;
	transition: 300ms;
}
.p_two_content .content .right_list .row .wrap .hover .hover_name{
	padding-top: 35%;
	text-align: center;
	font: 23px "微软雅黑";
	color: #fff;
	margin-bottom: 20px;
	position: relative;
	top: -50px;
	transition: 300ms;
}
.p_two_content .content .right_list .row .wrap .hover .hover_link{
	display: block;
	width: 101px;
	height: 27px;
	background-color: #fff;
	margin: 0 auto;
	border-radius: 5px;
	text-align: center;
	font: 12px/27px "微软雅黑";
	color: #1e61a8;
	text-decoration: none;
	position: relative;
	bottom: -50px;
	transition: 300ms;
}
.p_two_content .content .right_list .row .wrap .hover .hover_link:hover{
	background-color: #1e61a8;
	color: #fff;
}
.p_two_content .content .right_list .row .wrap:hover .hover{
	opacity: 1;
}
.p_two_content .content .right_list .row .wrap:hover .p_name{
	opacity: 0;
}
.p_two_content .content .right_list .row .wrap:hover .hover .hover_name{
	top: 0;
}
.p_two_content .content .right_list .row .wrap:hover .hover .hover_link{
	bottom: 0;
}

/* product details content */
.pd_content{
	width: 100%;
	background-color: #ebebeb;
}
.pd_content .content{
	max-width: 1200px;
	margin: 0 auto;
}
.pd_content .content .left_nav{
	width: 21%;
	float: left;
	border: 1px solid #bfbfbf;
	background-color: #fff;
}
.pd_content .content .left_nav .title{
	font: 20px "微软雅黑";
	color: #525252;
	padding: 15px 0 20px 20px;
	border-bottom: 2px solid #a2a2a2;
	position: relative;
	margin-bottom: 8px;
}
.pd_content .content .left_nav .title:after{
	content: "";
	position: absolute;
	width: 65px;
	height: 2px;
	background-color: #1e61a8;
	left: 0;
	bottom: -2px;
}
.pd_content .content .left_nav .list li{
	line-height: 47px;
}
.pd_content .content .left_nav .list li:last-child{
	border-bottom: none;
}

.pd_content .content .left_nav .list .dropdown1-menu{
	display: none;
}
.pd_content .content .left_nav .list .dropdown2-menu{
	display: none;
}


.pd_content .content .left_nav .list .dropdown1{
	border-bottom: 1px solid #d5d5d5
}
.pd_content .content .left_nav .list .dropdown1>span{
	font: 16px/47px "微软雅黑";
	color: #000;
	text-decoration: none;
	cursor: pointer;
	padding-left: 15px;
	display: block;
}
.pd_content .content .left_nav .list .dropdown1>span:hover{
	background-color: #1e61a8;
	color: #fff;
}
.pd_content .content .left_nav .list .dropdown2>span{
	font: 16px/47px "微软雅黑";
	color: #000;
	text-decoration: none;
	cursor: pointer;
	padding-left: 30px;
	display: block;
}
.pd_content .content .left_nav .list .dropdown2>span:hover{
	background-color: #1e61a8;
	color: #fff;
}

.pd_content .content .left_nav .list .dropdown2 .dropdown2-menu li a{
	display: block;
	font: 15px/47px "微软雅黑";
	color: #7f7f7f;
	text-decoration: none;
	padding-left: 45px;
}
.pd_content .content .left_nav .list .dropdown2 .dropdown2-menu li a:hover{
	background-color: #1e61a8;
	color: #fff;
}

.pd_content .content .right_info{
	width: 76%;
	float: right;
}
.pd_content .content .right_info .top{
	margin-bottom: 40px;
}
.pd_content .content .right_info .top .p_img{
	width: 40%;
	float: left;
	border: 1px solid #d6d6d6;
}
.pd_content .content .right_info .top .p_img img{
	width: 100%;
}
.pd_content .content .right_info .top .p_info{
	width: 60%;
	float: left;
	padding-left: 55px;
	padding-top: 25px;
}
.pd_content .content .right_info .top .p_info .p_name{
	font: 24px "微软雅黑";
	color: #535353;
	margin-bottom: 190px;
}
.pd_content .content .right_info .top .p_info a{
	display: inline-block;
	width: 139px;
	height: 44px;
	border-radius: 22px;
	background-color: #1e61a8;
	font: 14px/44px "微软雅黑";
	color: #fff;
	text-align: center;
	text-decoration: none;
	transition: 300ms;
}
.pd_content .content .right_info .top .p_info a:hover{
	border: 1px solid #1e61a8;
	color: #1e61a8;
	background-color: transparent;
}
.pd_content .content .right_info .bottom .title{
	background-color: #fff;
	margin-bottom: 23px;
}
.pd_content .content .right_info .bottom .title p{
	width: 165px;
	background-color: #1e61a8;
	font: 18px/46px "微软雅黑";
	color: #fff;
	text-align: center;
}
.pd_content .content .right_info .bottom .info{
	background-color: #fff;
	text-align: center;
	padding-bottom: 50px;
	margin-bottom: 50px;
}
.pd_content .content .right_info .bottom .info p{
	width: 80%!important;
	margin: 0 auto;
}
.pd_content .content .right_info .bottom .info p img{
	width: 100%!important;
}
.pd_content .content .right_info .bottom .info>img{
	width: 80%!important;
	margin: 0 auto;
}
.pd_content .content .right_info .bottom .info table{
	width: 80%;
	margin: 0 auto;
	border-collapse: collapse;
}
.pd_content .content .right_info .bottom .info table td{
	padding: 0!important;
	border: 1px solid #000;
}
.ryxl3{
	background:rgba(0,0,0,0.7);
	position:fixed;
	top:0;
	z-index:1000000;
	width:100%;
	height:100%;
	display:none;
}
.ryxl3 .ryxl4{
	width: 35%;
	margin: 15px auto 0;
	position: relative;
}
.ryxl3 .ryxl4 img{
	width: 100%;
}

/* yingyong content */
.y_content{
	width: 100%;
	background-color: #ebebeb;
}
.y_content .content{
	max-width: 1200px;
	margin: 0 auto;
}
.y_content .content ul li{
	padding: 50px 0;
	border-bottom: 1px dashed #c0c0c0;
}
.y_content .content ul li:last-child{
	border-bottom: none;
}
.y_content .content ul li:nth-of-type(2n-1) .img{
	float: left;
	width: 50%;
	margin-left: 100px;
	margin-right: 85px;
}
.y_content .content ul li:nth-of-type(2n-1) .img img{
	width: 100%;
}
.y_content .content ul li:nth-of-type(2n-1) .info{
	float: left;
	padding-top: 45px;
}
.y_content .content ul li:nth-of-type(2n-1) .info .one{
	display: block;
	font: 29px "微软雅黑";
	color: #1e61a8;
	margin-bottom: 30px;
}
.y_content .content ul li:nth-of-type(2n-1) .info .two{
	display: block;
	font: 16px "微软雅黑";
	color: #454545;
	padding-left: 30px;
	background: url(../img/gou.png) left center no-repeat;
	margin-bottom: 20px;
	text-decoration: none;
}
.y_content .content ul li:nth-of-type(2n-1) .info p:last-child{
	margin-bottom: 0;
}
.y_content .content ul li:nth-of-type(2n) .img{
	float: right;
	width: 50%;
	margin-right: 30px;
	margin-left: 130px;
}
.y_content .content ul li:nth-of-type(2n) .img img{
	width: 100%;
}
.y_content .content ul li:nth-of-type(2n) .info{
	float: right;
	padding-top: 45px;
}
.y_content .content ul li:nth-of-type(2n) .info .one{
	font: 29px "微软雅黑";
	color: #1e61a8;
	margin-bottom: 30px;
}
.y_content .content ul li:nth-of-type(2n) .info .two{
	display: block;
	font: 16px "微软雅黑";
	color: #454545;
	padding-left: 30px;
	background: url(../img/gou.png) left center no-repeat;
	margin-bottom: 20px;
	text-decoration: none;
}
.y_content .content ul li .info a.two:hover{ background-color:#1e61a8; color:#fff;}

/* news one content */
.n_one_content{
	width: 100%;
}
.n_one_content .content{
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px 0 110px;
}
.n_one_content .content a{
	transition: 300ms;
}
.n_one_content .content a:hover{
	opacity: 0.8;
}
.n_one_content .content .one{
	display: block;
	background: url(../img/n1.jpg) center center no-repeat;
	background-size: cover;
	font: 48px/270px "微软雅黑";
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin-bottom: 30px;
}
.n_one_content .content .two{
	display: block;
	background: url(../img/n2.jpg) no-repeat;
	background-size: cover;
	font: 48px/160px "微软雅黑";
	color: #fff;
	text-align: center;
	text-decoration: none;
	margin-bottom: 30px;
}
.n_one_content .content .three{
	display: block;
	background: url(../img/n3.jpg) no-repeat;
	background-size: cover;
	font: 48px/160px "微软雅黑";
	color: #fff;
	text-align: center;
	text-decoration: none;
}

/* news two content */
.n_two_content{
	width: 100%;
	background-color: #ebebeb;
}
.n_two_content .content{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 70px;
	padding-bottom: 105px;
}
.n_two_content .content .news_list li{
	background-color: #fff;
	box-shadow: 0 10px 5px #dedede;
	margin-bottom: 65px;
}
.n_two_content .content .news_list li:last-child{
	margin-bottom: 0;
}
.n_two_content .content .news_list li:hover .left .title{
	color: #1e61a8;
}
.n_two_content .content .news_list li:hover .left a{
	background-color: #1e61a8;
}
.n_two_content .content .news_list li .right{
	width: 32%;
	float: right;
}
.n_two_content .content .news_list li .right img{
	width: 100%;
}
.n_two_content .content .news_list li .left{
	width: 68%;
	float: left;
	padding: 35px 165px 35px 35px;
}
.n_two_content .content .news_list li .left .title{
	font: 24px "微软雅黑";
	color: #5f5f5f;
	margin-bottom: 15px;
	transition: 300ms;
}
.n_two_content .content .news_list li .left .date{
	font: 14px "微软雅黑";
	color: #777777;
	margin-bottom: 15px;
}
.n_two_content .content .news_list li .left .date i{
	padding-right: 15px;
}
.n_two_content .content .news_list li .left a{
	display: block;
	width: 143px;
	height: 36px;
	background-color: #a5a5a5;
	border-radius: 4px;
	text-align: center;
	font: 12px/36px "微软雅黑";
	color: #fff;
	text-decoration: none;
	transition: 300ms;
}
.zhanhui .content img{
	width: 100%!important;
}

/* 20220111 news modifiy */
.n_two_content .content .news_list li .left .newsitem-des{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	font-size: 15px;
	line-height: 1.5;
	height: calc(1em * 1.5 * 3);
	margin-bottom: 15px;
}

/* news details content */
.nd_content{
	width: 100%;
	background-color: #ebebeb;
}
.nd_content .content{
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0 80px;
}
.nd_content .content .title{
	font: 18px "微软雅黑";
	color: #4e4e4e;
	text-align: center;
	margin-bottom: 25px;
}
.nd_content .content .date{
	font: 14px "微软雅黑";
	color: #616161;
	text-align: center;
	margin-bottom: 35px;
}
.nd_content .content .date i{
	padding-right: 15px;
}
.nd_content .content .info{
	font: 16px/30px "微软雅黑";
	color: #616161;
	padding: 0 115px;
	margin-bottom: 35px;
}
.nd_content .content .img{
	width: 70%;
	margin: 0 auto 55px;
}
.nd_content .content .img img{
	width: 100%;
}
.nd_content .content .control{
	background-color: #fff;
	padding: 0 15px;
}
.nd_content .content .control a{
	font: 16px/65px "微软雅黑";
	color: #868686;
	text-decoration: none;
	text-transform: capitalize;
}
.nd_content .content .control a:first-child{
	float: left;
}
.nd_content .content .control a:first-child i{
	padding-right: 15px;
}
.nd_content .content .control a:last-child{
	float: right;
}
.nd_content .content .control a:last-child i{
	padding-left: 15px;
}

/* zhaopin content */
.zp_content{
	width: 100%;
	background-color: #ebebeb;
}
.zp_content .content{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 100px;
}
.zp_content .content .img{
	margin-bottom: 50px;
}
.zp_content .content .img img{
	width: 100%;
}
.zp_content .content table{
	width: 100%;
}
.zp_content .content table tr:first-child{
	background-color: #1e61a8;
	border-bottom: none;
}
.zp_content .content table tr th{
	font: 24px/60px "微软雅黑";
	color: #fff;
	width: 24%;
}
.zp_content .content table tr th:first-child{
	padding-left: 10px;
}
.zp_content .content table tr th:last-child{
	width: 4%;
}
.zp_content .content table tr{
	border-bottom: 1px dashed #7f7f7f;
}
.zp_content .content table tr td{
	padding: 35px 0;
}
.zp_content .content table tr td:last-child a{
	color: #1e61a8;
	text-decoration: none;
}

/* contact us content */
.c_content{
	width: 100%;
	background-color: #ebebeb;
}
.c_content .content{
	max-width: 1200px;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 70px;
}
.c_content .content .top_list{
	margin-bottom: 45px;
}
.c_content .content .top_list li{
	width: 22%;
	height: 205px;
	margin-right: 4%;
	border: 1px solid #1e61a8;
	border-radius: 20px;
	float: left;
	padding-top: 90px;
}
.c_content .content .top_list li:last-child{
	margin-right: 0;
}
.c_content .content .top_list li:nth-of-type(1){
	background: url(../img/cicon1.png) center 20px no-repeat;
}
.c_content .content .top_list li:nth-of-type(2){
	background: url(../img/cicon2.png) center 20px no-repeat;
}
.c_content .content .top_list li:nth-of-type(3){
	background: url(../img/cicon3.png) center 20px no-repeat;
}
.c_content .content .top_list li:nth-of-type(4){
	background: url(../img/cicon4.png) center 20px no-repeat;
}
.c_content .content .top_list li p{
	font: 16px "微软雅黑";
	color: #5b5b5b;
	text-align: center;
}
.c_content .content .top_list li p:first-child{
	margin-bottom: 20px;
}
.c_content .content .xunpan{
	margin-bottom: 75px;
}
.c_content .content .xunpan .cn{
	font: 30px "微软雅黑";
	color: #515151;
	text-align: center;
	margin-bottom: 10px;
}
.c_content .content .xunpan .en{
	font: 14px "微软雅黑";
	color: #9c9c9c;
	text-align: center;
	margin-bottom: 30px;
}
.c_content .content .xunpan .one input::-webkit-input-placeholder,
.c_content .content .xunpan .two textarea::-webkit-input-placeholder,
.c_content .content .xunpan .three input:first-child::-webkit-input-placeholder{
	font: 14px/60px "微软雅黑";
	color: #5d5d5d;
}
.c_content .content .xunpan .one input,
.c_content .content .xunpan .two textarea,
.c_content .content .xunpan .three input:first-child{
	border: 1px solid #b1b1b1;
	font: 14px/60px "微软雅黑";
	color: #5d5d5d;
	padding-left: 10px;
	outline: none;
}
.c_content .content .xunpan .one{
	margin-bottom: 30px;
}
.c_content .content .xunpan .one input:first-child{
	width: 47%;
	height: 60px;
	float: left;
}
.c_content .content .xunpan .one input:last-child{
	width: 47%;
	height: 60px;
	float: right;
}
.c_content .content .xunpan .two{
	margin-bottom: 30px;
}
.c_content .content .xunpan .two textarea{
	width: 100%;
	height: 160px;
	resize: none;
}
.c_content .content .xunpan .three input:first-of-type{
	width: 30%;
	height: 60px;
	float: left;
}
.c_content .content .xunpan .three #submit{
	width: 47%;
	height: 60px;
	float: right;
	border: 2px solid #1e61a8;
	background-color: #fff;
	outline: none;
	font: 14px "微软雅黑";
	color: #1e61a8;
}
.c_content .content .xunpan .three img{
	float: right;
	margin-right: 10px;
}
.c_content .content #map{
	width: 100%;
	height: 470px;
}


@media (max-width:1400px){
	/* index application */
	.index_application ul li:nth-of-type(1) p,
	.index_application ul li:nth-of-type(3) p,
	.index_application ul li:nth-of-type(5) p{
		font-size: 30px;
		padding-left: 0;
		text-align: center;
		background-position: center 50px;
	}
}

@media (max-width:1200px){
	/* index top bar */
	.index_topbar1{
		padding: 0 15px;
	}
	.index_topbar2{
		padding: 0 15px;
	}
	
	/* index banner */
	#banner .swiper-slide{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/* index product */
	.index_product .content .row{
		margin: 0;
	}
	
	/* index about */
	.index_about .content{
		padding: 0 15px;
	}
	.index_about .content .about_tab_wrap .about_tab .tab_content li{
		padding-right: 55px;
	}
	
	/* index contact */
	.index_contact .content{
		padding: 0 15px;
	}
	
	/* index bottom */
	.index_bottom .content{
		padding: 0 15px;
	}
	.index_contact .content .xunpan .four input:first-of-type{
		width: 25%;
	}
	.index_contact .content .xunpan .four #submit{
		width: 23%;
	}
	
	/* anout us content */
	.a_content{
		padding-left: 15px;
		padding-right: 15px;
	}
	.a_content .bottom_content .content{
		padding-left: 15px;
		padding-right: 15px;
	}
	.a_content .bottom_content .content .left{
		width: 100%;
		float: none;
		text-align: center;
	}
	.a_content .bottom_content .content .right{
		width: 100%;
		float: none;
		display: flex;
		justify-content: space-between;
	}
	
	/* product nav */
	.p_nav .content{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/* product one content */
	.p_one_content .content{
		padding: 0 15px;
	}
	
	/* product two content */
	.p_two_content .content{
		padding: 0 15px;
	}
	.p_two_content .content .left_nav .title{
		padding-left: 10px;
		font-size: 18px;
	}
	.p_two_content .content .left_nav .list li a{
		font-size: 15px;
	}
	
	/* prduct details content */
	.pd_content .content{
		padding: 0 15px;
	}
	.pd_content .content .left_nav .title{
		padding-left: 10px;
		font-size: 18px;
	}
	.pd_content .content .left_nav .list li a{
		font-size: 15px;
	}
	.pd_content .content .right_info .top .p_info .p_name{
		margin-bottom: 100px;
	}
	
	/* news one content */
	.n_one_content .content{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/* news two content */
	.n_two_content .content{
		padding-left: 15px;
		padding-right: 15px;
	}
	.n_two_content .content .news_list li .right{
		width: 50%;
	}
	.n_two_content .content .news_list li .left{
		width: 50%;
		padding-left: 40px;
		padding-right: 40px;
	}
	.n_two_content .content .news_list li .left .date{
		/* margin-bottom: 30px; */
	}
	
	/* news details content */
	.nd_content .content{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/* zhaopin content */
	.zp_content .content{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/* contact content */
	.c_content .content{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	/* about us three */
	.a_three_content{
		height: 1600px;
	}
	.a_three_content .content .part_one{
		width: 40%;
		left: 30%;
	}
	.a_three_content .content .part_two{
		width: 40%;
		right: 30%;
		top: 575px;
	}
	.a_three_content .content .part_three{
		width: 40%;
		left: 30%;
		top: 1050px;
	}
}

@media (max-width:992px){
	/* index top bar */
	.index_topbar2{
		padding-top: 5px;
		padding-bottom: 20px;
	}
	.index_topbar2 .logo img{
		width: 200px;
	}
	.index_topbar2 .search_bar{
		margin-top: 10px;
	}
	
	/* index about */
	.index_about .content .about_tab_wrap{
		margin-bottom: 80px;
	}
	.index_about .content .about_tab_wrap .about_tab{
		width: 100%;
	}
	.index_about .content .about_tab_wrap .tab_img{
		display: none;
	}
	
	/* index contact */
	.index_contact .content .info_list{
		padding-left: 50px;
		padding-top: 0;
	}
	
	/* index bottom */
	.index_bottom .content .left{
		width: 100%;
		float: none;
		text-align: center;
	}
	.index_bottom .content .right{
		width: 100%;
		float: none;
		display: flex;
		justify-content: space-between;
	}
	
	/* yingyong */
	.y_content .content ul li:nth-of-type(2n-1) .img{
		margin-left: 40px;
		margin-right: 40px;
	}
	.y_content .content ul li:nth-of-type(2n-1) .info{
		padding-top: 0;
	}
	.y_content .content ul li:nth-of-type(2n) .img{
		margin-left: 40px;
		margin-right: 40px;
	}
	.y_content .content ul li:nth-of-type(2n) .info{
		padding-top: 0;
	}
	
	/* news details content */
	.nd_content .content .info{
		padding: 0;
	}
	.nd_content .content .img{
		width: 80%;
	}
	
}

@media (max-width:768px){
	/* index top bar */
	.index_topbar1 .left{
		display: none;
	}
	.index_topbar1 .logo{
		display: block;
	}
	.index_topbar1 .right li{
		line-height: 50px;
	}
	.index_topbar2 .logo{
		display: none;
	}
	.index_topbar2 .search_bar{
		margin-top: 0;
		width: 100%;
	}
	.index_topbar2 .search_bar .dropdown{
		width: 30%;
	}
	.index_topbar2 .search_bar .search{
		width: 60%;
	}
	.index_topbar2 .search_bar .submit{
		width: 10%;
	}
	
	/* index nav */
	.index_nav .content .nav li a{
		width: 100%!important;
		font-size: 16px;
		line-height: 40px;
	}
	.index_nav .content .nav li a:hover{
		border-radius: 0;
	}
	.index_nav .content .nav li a.active{
		border-radius: 0;
	}
	.index_nav .content .nav .dropdown2-menu{
		display: none!important;
	}
	
	/* index banner */
	#banner .swiper-slide{
		height: 400px;
	}
	#banner .slide_one{
		padding-top: 100px;
	}
	#banner .slide_one .text_one{
		font-size: 30px;
		padding-bottom: 20px;
	}
	#banner .slide_one .text_two{
		font-size: 18px;
		line-height: 25px;
	}
	#banner .slide_two{
		padding-top: 130px;
	}
	#banner .slide_two .text_one{
		font-size: 30px;
	}
	#banner .slide_two .text_two{
		line-height: 25px;
	}
	#banner .slide_three{
		padding-top: 130px;
	}
	#banner .slide_three .text_one{
		font-size: 30px;
	}
	#banner .slide_three .text_two{
		line-height: 25px;
	}
	
	/* index application */
	.index_application ul li{
		width: 100%!important;
		height: 300px;
	}
	
	/* index about */
	.index_about .content .news_content .left{
		width: 100%;
		float: none;
		margin-bottom: 60px;
	}
	.index_about .content .news_content .right{
		width: 100%;
		float: none;
	}
	
	/* index contact */
	.index_contact .content .xunpan{
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}
	.index_contact .content .info_list{
		width: 100%;
		float: none;
		padding: 0;
	}
	.index_contact .content .info_list p{
		margin-bottom: 30px;
		padding-left: 40px;
	}
	
	/* about us content */
	.a_nav{
		height: auto;
	}
	.a_nav .nav{
		position: static;
		width: auto!important;
	}
	.a_nav .nav li{
		margin: 0;
	}
	.a_nav .nav li a{
		text-align: center;
	}
	.a_content .top_content .left{
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}
	.a_content .top_content .right{
		width: 100%;
		float: none;
	}
	.a_content .bottom_content .content .left{
		font-size: 18px;
		line-height: 35px;
	}
	.a_content .bottom_content .content .left span{
		font-size: 20px;
	}
	
	/* product two content */
	.p_two_content .content .left_nav{
		width: 100%;
		float: none;
		text-align: center;
		margin-bottom: 40px;
	}
	.p_two_content .content .left_nav .title{
		padding-left: 0;
	}
	.p_two_content .content .left_nav .title:after{
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.p_two_content .content .right_list{
		width: 100%;
		float: none;
	}
	.p_two_content .content .left_nav .list .dropdown1>span{
		padding-left: 0;
	}
	.p_two_content .content .left_nav .list .dropdown2>span{
		padding-left: 0;
	}
	.p_two_content .content .left_nav .list .dropdown2 .dropdown2-menu li a{
		padding-left: 0;
	}
	
	/* product details content */
	.pd_content .content .left_nav{
		width: 100%;
		float: none;
		margin-bottom: 60px;
	}
	.pd_content .content .left_nav{
		text-align: center;
	}
	.pd_content .content .left_nav .title:after{
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.pd_content .content .right_info{
		width: 100%;
		float: none;
	}
	.pd_content .content .left_nav .list .dropdown1>span{
		padding-left: 0;
	}
	.pd_content .content .left_nav .list .dropdown2>span{
		padding-left: 0;
	}
	.pd_content .content .left_nav .list .dropdown2 .dropdown2-menu li a{
		padding-left: 0;
	}
	
	/* yingyong */
	.y_content .content ul li:nth-of-type(2n-1) .img{
		width: 60%;
		margin: 0 auto;
		float: none;
		margin-bottom: 40px;
	}
	.y_content .content ul li:nth-of-type(2n-1) .info{
		width: 60%;
		float: none;
		margin: 0 auto;
	}
	.y_content .content ul li:nth-of-type(2n) .img{
		width: 60%;
		margin: 0 auto;
		float: none;
		margin-bottom: 40px;
	}
	.y_content .content ul li:nth-of-type(2n) .info{
		width: 60%;
		float: none;
		margin: 0 auto;
	}
	
	/* news two content */
	.n_two_content .content .news_list li .right{
		width: 100%;
		float: none;
	}
	.n_two_content .content .news_list li .left{
		width: 100%;
		float: none;
		padding: 30px;
	}
	.n_two_content .content .news_list li .left .title{
		text-align: center;
		font-size: 18px;
	}
	.n_two_content .content .news_list li .left .date{
		text-align: center;
	}
	.n_two_content .content .news_list li .left a{
		margin: 0 auto;
	}
	
	/* contact content */
	.c_content .content .top_list li{
		width: 49%;
		margin-bottom: 15px;
	}
	.c_content .content .top_list li:nth-of-type(2){
		margin-right: 0;
	}
	.c_content .content .top_list li:nth-of-type(2n-1){
		margin-right: 2%;
	}
	.c_content .content .xunpan .three input:first-of-type{
		width: 25%;
	}
	.c_content .content .xunpan .three #submit{
		width: 25%;
	}
}

@media (max-width:576px){
	/* index top bar */
	.index_topbar1 .logo{
		line-height: 50px;
	}
	.index_topbar1 .logo img{
		width: 140px;
		height: auto;
	}
	.index_topbar1 .right li a{
		font-size: 14px;
	}
	
	/* index banner */
	#banner .swiper-slide{
		height: 250px;
	}
	#banner .slide_one{
		padding-top: 70px;
	}
	#banner .slide_one .text_one{
		font-size: 22px;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	#banner .slide_one .text_one:after{
		width: 100px;
		height: 1px;
	}
	#banner .slide_one .text_two{
		font-size: 16px;
		line-height: 20px;
	}
	#banner .slide_two{
		padding-top: 70px;
	}
	#banner .slide_two .text{
		padding-right: 20px;
	}
	#banner .slide_two .text_one{
		font-size: 22px;
		margin-bottom: 10px;
	}
	#banner .slide_two .text_two{
		line-height: 20px;
	}
	#banner .slide_three{
		padding-top: 70px;
	}
	#banner .slide_three .text{
		padding-left: 20px;
	}
	#banner .slide_three .text_one{
		font-size: 22px;
		margin-bottom: 10px;
	}
	#banner .slide_three .text_two{
		line-height: 20px;
	}
	#banner .swiper-button-next{
		display: none;
	}
	#banner .swiper-button-prev{
		display: none;
	}
	
	/* index product */
	.index_product .content .title .cn{
		font-size: 22px;
	}
	.index_product .content .apl_title .cn{
		font-size: 22px;
	}
	
	/* index about */
	.index_about .content .about_title{
		padding-top: 60px;
		padding-bottom: 40px;
	}
	.index_about .content .about_title .cn{
		font-size: 22px;
	}
	.index_about .content .about_tab_wrap .about_tab .tab_nav li{
		font-size: 18px;
		width: 50%;
		height: 50px;
		line-height: 50px;
	}
	.index_about .content .about_tab_wrap .about_tab .tab_content li{
		padding: 30px;
	}
	.index_about .content .about_tab_wrap .about_tab .tab_content li p{
		margin-bottom: 20px;
	}
	.index_about .content .about_tab_wrap .about_tab .tab_content li a{
		margin: 0 auto;
	}
	
	/* index about */
	.index_about .content .about_tab_wrap{
		margin-bottom: 60px;
	}
	.index_about .content .news_title .cn{
		font-size: 22px;
	}
	
	/* index news */
	.index_about .content .news_content .right li .right_num{
		width: 60px;
		font-size: 25px;
	}
	
	/* index contact */
	.index_contact .content .title{
		font-size: 22px;
	}
	
	/* index bottom */
	.index_bottom .content .right{
		display: none;
	}
	
	/* about us banner */
	.a_banner{
		padding: 40px 0 40px;
	}
	.a_banner .cn{
		font-size: 25px;
	}
	.a_content{
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.a_content .top_content{
		margin-bottom: 40px;
	}
	.a_content .bottom_content .content .right{
		display: block;
	}
	.a_content .bottom_content .content .right li{
		float: none;
		margin: 0 auto 20px;
	}
	.a_content .bottom_content .content .right li:last-child{
		margin: 0 auto;
	}
	
	/* product nav */
	.p_nav .content{
		padding-bottom: 20px;
	}
	
	/* product details content */
	.pd_content .content .right_info .top .p_img{
		width: 100%;
		float: none;
		margin-bottom: 40px;
	}
	.pd_content .content .right_info .top .p_info{
		width: 100%;
		padding: 0;
		float: none;
	}
	.pd_content .content .right_info .top .p_info .p_name{
		text-align: center;
		font-size: 20px;
		margin-bottom: 40px;
	}
	.pd_content .content .right_info .top .p_info a{
		margin: 0 auto;
	}
	
	/* yingyong */
	.y_content .content ul li:nth-of-type(2n) .info .one{
		font-size: 22px;
	}
	.y_content .content ul li:nth-of-type(2n-1) .info .one{
		font-size: 22px;
	}
	
	/* news one content */
	.n_one_content .content{
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.n_one_content .content .one,
	.n_one_content .content .two,
	.n_one_content .content .three{
		font-size: 25px;
	}
	
	/* news two content */
	.n_two_content .content{
		padding-top: 40px;
		padding-bottom: 60px;
	}
	.n_two_content .content .news_list li{
		margin-bottom: 40px;
	}
	
	/* news details content */
	.nd_content .content .img{
		width: 100%;
	}
	
	/* zhaopin content */
	.zp_content .content{
		padding-bottom: 60px;
	}
	.zp_content .content table tr th{
		font-size: 15px;
	}
	
	/* contact content */
	.c_content .content .top_list li{
		width: 100%;
		margin-bottom: 15px;
		margin-right: 0;
	}
	.c_content .content .top_list li:last-child{
		margin-bottom: 0;
	}
	.c_content .content .xunpan .cn{
		font-size: 25px;
	}
	
	/* about us */
	.a_three_content .content .part_one{
		width: 80%;
		left: 10%;
	}
	.a_three_content .content .part_one .inner_text p:first-of-type{
		font-size: 20px;
	}
	.a_three_content .content .part_one .inner_text p:last-of-type{
		font-size: 15px;
	}
	.a_three_content .content .part_two{
		width: 80%;
		right: 10%;
	}
	.a_three_content .content .part_two .inner_text p:first-of-type{
		font-size: 20px;
	}
	.a_three_content .content .part_two .inner_text p:last-of-type{
		font-size: 15px;
	}
	.a_three_content .content .part_three{
		width: 80%;
		left: 10%;
	}
	.a_three_content .content .part_three .inner_text p:first-of-type{
		font-size: 20px;
	}
	.a_three_content .content .part_three .inner_text p:last-of-type{
		font-size: 15px;
	}
}