html,
body,
div,
p,
ul,
li,
ol,
dl,
dt,
dd,
form,
input,
textarea,
table,
tr,
td,
img,
a,
span,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

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

body {
	font-family: "微软雅黑", arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: .75em;
	overflow-x: hidden;
}

input,
select,
option,
textarea {
	border: none;
	outline: none;
}

img {
	border: none;
}

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

ul li {
	margin: 0;
}

ul,
li {
	list-style: none;
}

.left {
	float: left;
}

.right {
	float: right;
}

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

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

.none {
	display: none;
}

.block {
	display: block;
}

.w {
	width: 1200px;
	margin: 0 auto;
}


/*header*/

header.fixed {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 999999;
}

header.fixed .head_top {
	height: 60px;
}

header.fixed .nav {
	height: 40px;
}

header.fixed .nav nav>ul>li>a {
	display: block;
	text-align: center;
	font-size: 15px;
	height: 40px;
	line-height: 40px;
}

header.fixed .nav nav>ul>li ol {
	top: 40px;
}

header.fixed .nav nav>ul>li:hover>a:before,
header.fixed .nav nav>ul>li:hover>a:after {
	height: 40px;
}

header.fixed .head_top .logo {
	padding-top: 5px;
}

header.fixed .head_top .logo img {
	width: auto;
	height: 50px;
}

header.fixed .head_top .head_others {
	padding-top: 10px;
	transition: all 0.3s;
}

.head_top {
	height: 90px;
	background: #fff;
	transition: all 0.3s;
}

.head_top .logo {
	padding-top: 19px;
	transition: all 0.3s;
}

.head_top .head_others {
	padding-top: 22px;
	transition: all 0.3s;
}

.en {
	width: 42px;
	height: 42px;
	background: #e70012;
	margin-left: 3px;
	text-align: center;
	line-height: 42px;
}

.search_box {
	position: relative;
	height: 42px;
}

.search_box .head_search1 {
	height: 42px;
	width: 42px;
	background: #e70012 url(../images/search.jpg) no-repeat center;
	cursor: pointer;
}

.search_box .head_search2 {
	position: absolute;
	right: 100%;
	top: 0;
	background-color: #fff;
	height: 42px;
	line-height: 42px;
	width: 0px;
	transition: width 500ms;
	-moz-transition: width 500ms;
	-webkit-transition: width 500ms;
	-o-transition: width 500ms;
}

.head_search:hover .head_search2 {
	width: 170px;
	padding: 0 10px;
}


/*.search_box img{
	vertical-align: middle;
}*/

.en a {
	font-size: 12px;
	color: #fff;
}

.head_top .hot {
	display: inline-block;
	padding-right: 10px;
	vertical-align: middle;
}

.head_top .hot span {
	display: block;
}

.head_top .hot .hot_phone {
	color: #1a1a1a;
}

.head_top .hot .phone {
	font-size: 22px;
	font-weight: bold;
	font-style: italic;
	color: #004098;
}

.nav {
	position: relative;
	z-index: 10;
	background: url(../images/nav_bg.jpg) center center;
}

.nav nav>ul {
	width: 70%;
	float: right;
}

.nav nav>ul>li {
	/*width: 10%;*/
	width: 8%;
	
	float: left;
	position: relative;
	color: #fff;
	margin-left: 4%;
	position: relative;
}

.nav nav>ul>li>a {
	display: block;
	text-align: center;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	/*font-weight:bold;*/
	color: #fff;
	position: relative;
	transition: none;
	-webkit-transition: none
}

.nav nav>ul>li:hover>a {
	background: #e60012;
}

.nav nav>ul>li:hover>a:before {
	content: "";
	width: 46px;
	height: 50px;
	position: absolute;
	background: url(../images/nav_a_bg.png) no-repeat;
	left: -46px;
	bottom: 0px;
	background-position: 0 0;
}

.nav nav>ul>li:hover>a:after {
	content: "";
	width: 46px;
	height: 50px;
	position: absolute;
	background: url(../images/nav_a_bg.png) no-repeat;
	right: -46px;
	bottom: 0px;
	background-position: -46px 0;
}

.nav nav>ul>li ol {
	position: absolute;
	top: 50px;
	left: -64px;
	width: 200px;
	display: none;
}

.nav nav>ul>li ol li {
	width: 100%;
	float: none;
	text-align: center;
	margin-left: 0;
	line-height: 30px;
}

.nav nav>ul>li ol li a {
	background: rgba(230, 0, 18, .6);
	color: #fff;
	font-size: 14px;
	display: block;
	text-align: center;
	position: relative;
}

.nav nav>ul>li ol li:hover a {
	background: #e60012;
}

.phone_head {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 999999;
	height: 50px;
	line-height: 50px;
}

.phone_head .logo {
	width: 60%;
}

.phone_head .logo img {
	max-width: 100%;
	height: auto;
	max-height: 40px;
	vertical-align: middle;
}

.phone_head .head_admin {
	height: auto;
	line-height: 55px;
	margin: 0;
	margin-left: 15px;
}

.phone_head .head_admin a {
	color: #1886d1;
	font-size: 12px;
}

.phone-head .menubtn>span.expand {
	vertical-align: middle;
	display: inline-block;
	height: 30px;
	width: 40px;
	background: url(../images/navbg.png) no-repeat center;
	background-size: auto 100%;
}

.phone-head .mask-close {
	background: #0075c2 none repeat scroll 50% 50% / auto padding-box border-box;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	position: absolute;
	top: 11px;
	right: 13px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	overflow: hidden;
}

.maskbg {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
}

#menu a {
	display: block;
	width: 100%;
	color: #16A085;
	text-decoration: none;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#menu a:hover {
	color: #1ABC9C;
}

#menu h1 {
	font-weight: 300;
}

#menu h2 {
	font-weight: 300;
	margin: 3em 0 1em 0;
}

#menu p {
	margin: 20px 0;
}

#menu .nav {
	height: auto;
	background: #0075c2;
}

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

#menu {
	background: #0075c2;
}

#menu a {
	color: #FFF;
}


/*footer*/

.pageFooter {
	background: #232323;
	position: relative;
	height: 345px;
}
.pageFooter .w{
	position: relative;
}
.pageFooter .footer {
	padding: 50px 0 20px 0;
	float: left;
	width: 80%;
}

.pageFooter .footer dl {
	width: 16%;
	float: left;
	margin-right: 2%;
}

.pageFooter .footer dl.dl2 {
	width: 19%;
}

.pageFooter .footer dl dt {
	font-size: 20px;
	font-weight: bold;
	color: #b5b5b5;
	margin-bottom: 10px;
}

.pageFooter .footer dl dt p {
	margin-top: 15px;
	width: 80%;
	border-bottom: 1px dotted #b5b5b5;
}

.pageFooter .footer dl dd {
	font-size: 15px;
	color: #6f6f6f;
	padding-bottom: 15px;
}

.pageFooter .bottom .l a,
.pageFooter .footer dl dd a {
	color: #b5b5b5;
}

.pageFooter .bottom .l a:hover,
.pageFooter .footer dl dd a:hover {
	color: #e70012;
}

.pageFooter .footer .center_box {
	width: 180px;
	float: left;
}

.pageFooter .footer .center_box .eqr {
	padding-bottom: 20px;
}

.pageFooter .footer .center_box .share span {
	vertical-align: middle;
	display: inline-block;
	color: #555555;
}

.pageFooter .footer .center_box .share a {
	display: inline-block;
	width: 35px;
	height: 34px;
	background: url(../images/share.png);
	padding-left: 0;
}

.pageFooter .footer .center_box .share .bds_tqq {
	background-position: 0 0;
}

.pageFooter .footer .center_box .share .bds_tsina {
	background-position: -35px 0;
}

.pageFooter .footer .center_box .share .bds_weixin {
	background-position: -70px 0;
}

.pageFooter .right {
	width: 384px;
	height: 345px;
	position: absolute;
	right: 0
}

.pageFooter .right .contact {
	position: absolute;
	top: 14%;
	left: 10%;
	width: 75%;
}

.pageFooter .right .ico {
	background: url(../images/footer_contact.png);
	width: 20px;
	height: 20px;
	display: inline-block;
	width: 20px;
	height: 20px;
	white-space: nowrap;
	letter-spacing: -1em;
	text-indent: -99em;
	color: transparent;
	margin-right: 10px;
}

.pageFooter .right .ico1_2 {
	background-position: -20px 0;
}

.pageFooter .right .ico1_3 {
	background-position: -40px 0;
}

.pageFooter .right .ico1_4 {
	background-position: -60px 0;
}

.pageFooter .right dl dt {
	font-size: 20px;
	font-weight: bold;
	color: #b5b5b5;
	border-bottom: 1px dotted #6d6d6d;
	padding-bottom: 20px;
	margin-bottom: 15px;
}

.pageFooter .right dl dd {
	color: #b5b5b5;
	font-size: 15px;
	padding-bottom: 15px;
}

.pageFooter .bottom {
	margin-top: 15px;
}

.pageFooter .bottom .center {
	float: left;
	padding: 0 240px;
}

.pageFooter .bottom .l {
	font-size: 12px;
	color: #b5b5b5;
}

.pageFooter .bottom .l span {
	margin-left: 10%;
}

.dl5 dd {
	padding: 0px 0 0px 35px;
}

.dl5 dd:nth-child(1) {
	background: url(../images/conts2.png) no-repeat left 10px;
}

.dl5 dd:nth-child(2) {
	background: url(../images/conts2.png) no-repeat left 3px;
}

.dl5 dd:nth-child(3) {
	background: url(../images/conts1.png) no-repeat left 3px;
}

.dl5 dd:nth-child(4) {
	background: url(../images/conts3.png) no-repeat left 3px;
}

.dl5 dd:nth-child(5) {
	background: url(../images/conts4.png) no-repeat left 5px;
}

.dl5 dd:nth-child(6) {
	background: url(../images/conts4.png) no-repeat left 5px;
}


/*banner*/

.in_banner {
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 0;
}

.in_banner .slideBox {
	height: auto;
	overflow: hidden;
	position: relative;
	text-align: center;
}

.in_banner .slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.in_banner .slideBox .bd li {
	/*height:500px;*/
	height: 555px;
	vertical-align: middle;
	/*background:url(../images/banner.jpg) no-repeat center;
	background-size:auto 100%;*/
}

.in_banner .slideBox .bd li a,
.in_banner .slideBox .bd li img {
	display: block;
	width: 100%;
	height: 100%;
}

.in_banner .slideBox .prev,
.in_banner .slideBox .next {
	position: absolute;
	left: 2%;
	top: 50%;
	margin-top: -7px;
	display: block;
	filter: alpha(opacity=100);
	opacity: 1;
	z-index: 100;
}

.in_banner .slideBox .next {
	left: auto;
	right: 2%;
}

.in_banner .slideBox .prev img,
.in_banner .slideBox .next img {
	width: 15px;
}


/*index*/

.in_section1 {
	padding: 63px 0;
	background:#fff url(../images/in1_bg.png) no-repeat 85% 64px;
	/*background-size: auto 100%;*/
}

.in_section2 {
	padding: 75px 0 ;
	/*background:url(../images/in2_bg.jpg) no-repeat center;
	background-size:auto 100%;*/
}

.in_section3 {
	padding: 60px 0;
	background: #fff;
	background-size: auto 100%;
}

.in_section4 {
	padding: 70px 0;
	background: url(../images/in4_bg.jpg) no-repeat center;
	background-size: auto 100%;
}

.common {
	background: #f9f9f9;
	padding: 20px 0;
}

.common .contact .friend {
	font-size: 26px;
	color: #404040;
	border-right: 1px solid #afafaf;
	padding: 10px;
	font-weight: bold;
}

.common .contact .company {
	width: 89%;
}

.common .contact .company li {
	float: left;
	padding: 5px 28px;
}

.common .contact .company li a {
	color: #676666;
}

.common .contact .company li a:hover {
	color: #e70012;
}

.advantage {
	padding: 66px 0 68px;
	background: url(../images/in4_bg.jpg) no-repeat center;
	background-size: auto 100%;
}

.advantage .left p {
	font-size: 36px;
	color: #fff;
	line-height: 36px;
	margin-top: 10px;
}

.advantage .right {
	width: 60%;
}

.advantage .right li {
	float: left;
	width: 15%;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.advantage .right li .ad_img {
	height: 60px;
}

.advantage .right li .ad_img img {
	transition: all 0.3s;
}

.advantage .right li:hover .ad_img img {
	transform: rotateY(360deg)
}

.in_title {
	text-align: center;
	margin-bottom: 55px;
}

.in_title h2 {
	margin-bottom: 10px;
	font-size: 32px;
	line-height: 32px;
	color: #555555;
	background: url(../images/in_title.png) no-repeat center;
}

.in_title p {
	color: #a2a2a2;
	font-size: 14px;
}

.in3_sec1,
.in3_sec2 {
	width: 49%;
}

.in3_sec2 img {
	display: block;
	width: 100%;
	height: auto;
}

.in3_sec2 {
	position: relative;
}

.in3_sec2 .hd {
	position: absolute;
	z-index: 10;
	bottom: 10px;
	right: 10px;
	width: 100%;
	text-align: right;
}

.in3_sec2 .hd li {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 5px;
	border: 1px solid #e80012;
}

.in3_sec2 .hd li.on {
	background: #e80012;
}

.in3_sec1 li {
	height: 98px;
	margin-bottom: 23px;
}

.in3_sec1 li .in3_date {
	width: 20%;
	height: 100%;
	color: #fff;
	background: url(../images/in3_bg.jpg) no-repeat center;
	background-size: 100% 100%;
	padding-top: 20px;
	padding-left: 20px;
}

.in3_sec1 li .in3_date span {
	font-size: 46px;
	line-height: 46px;
}

.in3_sec1 li .in3_date p {
	font-size: 12px;
	margin-top: 5px;
	padding-left: 5px;
}

.in3_sec1 li .in3_m2 {
	width: 80%;
	padding: 16px 15px 10px 10px;
	height: 100%;
	background: #f3f3f3;
}

.in3_sec1 li .in3_m2 h3 {
	font-size: 15px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 8px;
}

.in3_sec1 li .in3_m2 p {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
}

.in3_sec1 li:hover .in3_m2 h3 {
	color: #004098;
}

.in_section2 .in_title h2,
.in_section2 .in_title p {
	color: #fff;
}

.in_section2 .in_title h2 {
	font-size: 26px;
	line-height: 26px;
}

.in2_main .pro4-lrb {
	height: auto;
}

.in_main121 {
	width: 33%;
	background: #fff;
	height: 420px;
}

.in_main121 ul {
	overflow: hidden;
	height: 255px;
	padding: 40px 30px;
}

.in_main121 ul li {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 15px;
	text-align: center;
	line-height: 48px;
	border: 1px solid #cdcdce;
	background: #d8d8d9;
	font-size: 13px;
	color: #666666;
	cursor: pointer;
}

.in_main121 ul li:nth-child(2n) {
	margin-right: 0;
}

.in_main121 ul li.on {
	color: #fff;
	background: #004098;
}

.in_main121 .in2_main12 {
	height: 165px;
	width: 100%;
	background: #004098 url(../images/in22.jpg) no-repeat 9% center;
	color: #fff;
	padding: 54px 0 0 28%;
}

.in2_main12 h3 {
	font-size: 26px;
	line-height: 26px;
	font-weight: bold;
	margin-bottom: 12px;
}

.in2_main12 p {
	font-size: 19px;
}

.in_main122 {
	width: 65%;
	height: 420px!important;
	overflow: hidden;
}

.in_main122 ul {
	overflow: hidden;
}

.in_main122 ul li {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 16px;
	border: 3px solid #a7a8aa;
	overflow: hidden;
	height: auto;
}

.in_main122 ul li:nth-child(2n) {
	margin-right: 0;
}

.in_main122 ul li img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.5s;
}

.in_main122 ul li:hover img {
	transform: scale(1.3);
}

.in_main122 ul li:hover {
	border-color: #004098;
}

.in1_img {
	width: 43.75%;
}

.in1_img img {
	width: 100%;
	height: auto;
	display: block;
}

.in1_main {
	width: 50%;
	padding-top: 28px;
}

.in1_title span {
	display: block;
	width: 75px;
	height: 2px;
	background: #000000;
	margin-bottom: 30px;
}

.in1_title img {
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 10px;
}

.in1_title {
	margin-bottom: 20px;
}

.in1_title i {
	display: inline-block;
	font-size: 29px;
	line-height: 40px;
	border-right: 1px solid #9fa6c6;
	color: #555555;
	font-style: normal;
	padding: 0 5px;
}

.in1_m p {
	font-size: 12px;
	line-height: 24px;
	color: #555;
	margin-bottom: 35px;
}

.in1_m {
	margin-bottom: 35px;
}

.in1_m a {
	display: block;
	width: 192px;
	height: 50px;
	line-height: 50px;
	background: url(../images/in11.jpg) no-repeat 147px center;
	border: 2px solid #ebeae9;
	padding-left: 30px;
	color: #858585;
	font-size: 13px;
	transition: all 0.3s;
}

.in1_m a:hover {
	color: #004098;
	border-color: #004098;
}

@media only screen and (min-width:1680px ) {
	.in1_m1 {
		padding-right: 45px;
	}
}

.in1_m1 .universe {
	overflow: hidden;
}

.in1_m1 .universe li {
	float: left;
	width: 33%;
	text-align: center;
	border-right: 1px solid #dddddd;
	min-height: 60px;
}

.in1_m1 .universe li .digit span {
	font-size: 36px;
	line-height: 36px;
	font-weight: bold;
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(57, 110, 179, 1)), to(rgba(0, 64, 152, 1)));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.in1_m1 .universe li .p {
	margin-top: 15px;
	font-size: 13px;
	color: #555555;
}


/*about*/

.ab_banner {
	height: 141px;
	padding-top: 87px;
	color: #fff;
}

.ny_title h2 {
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 20px;
}

.ny_title p {
	font-size: 12px;
}

.ny_title p a {
	color: #fff;
}

.ny_title p a:hover {
	color: #e70012;
}

.ab_section1 {
	padding: 45px 0 60px;
	background: #fff;
}

.ab1_main1 {
	width: 63%;
}

.ab1_main2 {
	width: 32%;
}

.ab1_main2 img {
	display: block;
	width: 100%;
	height: auto;
}

.ab1_main1 h2 {
	font-size: 60px;
	margin-bottom: 20px;
	color: #e6e6e6;
	font-family: arial;
}

.ab1_main1 h4 {
	font-size: 24px;
	margin-bottom: 24px;
	color: #e70012;
}

.ab1_main1 p {
	font-size: 14px;
	line-height: 30px;
	color: #555555;
}

.ab_section2 {
	padding: 50px 0 60px;
	background: #f9f9f9;
}

.ab2_title {
	text-align: center;
	color: #2a2a2a;
	margin-bottom: 103px;
	font-size: 30px;
}

.ab2_main li {
	float: left;
	width: 26.5%;
	margin-right: 10%;
	position: relative;
	min-height: 270px;
	/*background:url(../images/ab2_bg.jpg) no-repeat center;
	background-size:100% 100%;*/
	text-align: center;
	color: #fff;
	padding: 110px 2% 15px;
}

.ab2_main li:nth-child(3n) {
	margin-right: 0;
}

.ab2_main li .ab2_m1 {
	position: absolute;
	top: -60px;
	left: 35%;
}

.ab2_main li .ab2_m2 h3 {
	font-size: 22px;
	margin-bottom: 20px;
}

.ab2_main li .ab2_m2 p {
	font-size: 15px;
	line-height: 28px;
}


/*contact*/

.cont_banner {
	height: 141px;
	background: url(../images/cont_banner.jpg) no-repeat center;
	background-size: auto 100%;
	padding-top: 87px;
	color: #fff;
}

.cont_section1 {
	padding: 40px 0;
	background: #fff;
}

.cont_section2 {
	padding: 40px 0;
	background: #f9f9f9;
}

.cont_main1 {
	position: relative;
	width: 100%;
	height: 472px;
}

.cont_m1 {
	position: absolute;
	top: 12%;
	height: 74%;
	left: 4%;
	width: 26%;
	background: rgba(2, 63, 162, 0.7);
	z-index: 10;
	padding: 25px 2% 0;
	color: #fff;
}

.cont_m1 h2 {
	border-bottom: 1px dotted #fff;
	padding-bottom: 20px;
	font-size: 18px;
	margin-bottom: 10px;
}

.cont_m1 li {
	padding: 12px 0 12px 35px;
	font-size: 14px;
}

.cont_m1 li:nth-child(1) {
	background: url(../images/cont2.png) no-repeat left 10px;
}

.cont_m1 li:nth-child(2) {
	background: url(../images/cont1.png) no-repeat left 12px;
}

.cont_m1 li:nth-child(3) {
	background: url(../images/cont3.png) no-repeat left 12px;
}

.cont_m1 li:nth-child(4) {
	background: url(../images/cont4.png) no-repeat left 15px;
}

.cont_m1 li:nth-child(5) {
	background: url(../images/cont4.png) no-repeat left 15px;
}

.cont_main1 #dituContent {
	width: 100%;
	height: 472px;
}

.cont_title {
	text-align: center;
	color: #2a2a2a;
	margin-bottom: 46px;
	font-size: 30px;
}

.cont_main2 {
	padding: 0 10%;
}

.cont_m21 li {
	float: left;
	margin-right: 4%;
	width: 48%;
	margin-bottom: 15px;
}

.cont_m21 li:nth-child(2n) {
	margin-right: 0;
}

.cont_m21 li p {
	color: #333333;
	margin-bottom: 10px;
	font-size: 15px;
}

.cont_m21 li input {
	background: none;
	border: 1px solid #cccccc;
	width: 100%;
	line-height: 32px;
	font-size: 14px;
	color: #333;
	padding: 0 10px;
}

.cont_m21 li:last-child {
	width: 100%;
	margin-right: 0;
}

.cont_m21 li textarea {
	background: none;
	border: 1px solid #cccccc;
	width: 100%;
	line-height: 32px;
	font-size: 14px;
	color: #333;
	padding: 10px;
	height: 150px;
}

.cont_m22 {
	margin-top: 40px;
	text-align: right;
}

.cont_m22 input {
	width: 140px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	cursor: pointer;
	margin-left: 3%;
}

.cont_m22 input:nth-child(1) {
	background: #e70012;
}

.cont_m22 input a:nth-child(2) {
	background: #878787;
}


/*download*/

.down_banner {
	height: 141px;
	background: url(../images/down_banner.jpg) no-repeat center;
	background-size: auto 100%;
	padding-top: 87px;
	color: #fff;
}

.down_section {
	padding: 40px 0 60px;
	background: #fff;
}

.down_main li {
	padding: 10px 0;
	margin-bottom: 16px;
	border-bottom: 1px dotted #e6e6e6;
	overflow: hidden;
	color: #555555;
	font-size: 15px;
}

.down_main li h2 {
	float: left;
	color: #555555;
	font-size: 15px;
	line-height: 42px;
}

.down_main li h2 img {
	vertical-align: middle;
	margin-right: 10px;
}

.down_main li p {
	float: right;
	color: #555555;
	font-size: 15px;
	line-height: 42px;
}

.down_main li p img {
	vertical-align: middle;
	margin-right: 10px;
}

.down_main li:hover h2,
.down_main li:hover p {
	color: #e70012;
}

.fy {
	text-align: center;
	margin-top: 80px;
}

.fy a {
	display: inline-block;
	width: 20px;
	height: 20px;
	border: 1px solid #242424;
	background: #242424;
	text-align: center;
	line-height: 20px;
	margin: 0 5px;
	color: #fff;
}

.fy a:hover {
	color: #242424;
	background: none;
}

.fy a.dian:hover,
.fy a.dian {
	border: none;
	background: none;
	color: #242424;
}


/*search*/

.sear_banner {
	position: relative;
}

.sear_banner .banner_title {
	position: absolute;
	bottom: 0;
	background: url(../images/banner_title.png);
	width: 1200px;
	text-align: center;
	padding: 20px 0;
	color: #444444;
}

.sear_banner .banner_title li {
	display: inline-block;
	color: #444444;
	font-size: 18px;
	padding: 0 20px;
}

.sear_banner .banner_title li a {
	color: #444444;
	font-size: 18px;
}

.sear_banner .banner_title li:hover a {
	color: #e60012
}

.sear_banner .banner_title li.cur a {
	color: #e60012
}

.pageMain {
	padding-bottom: 50px;
}

.pageMain .xia_title {
	color: #525252;
	font-size: 24px;
	padding: 15px 0;
}

.content-44918 .Tit2,
.content-44918 .Tit2 a {
	height: 56px;
	font: bold 24px/56px 'microsoft yahei';
	color: #333;
}

.Tit2 a:hover {
	color: #333;
}

.content-44918 .sear {
	padding: 25px 0 25px 10px;
	background: #eee;
}

.content-44918 .sear .t {
	font-size: 15px;
	font-weight: bold;
	line-height: 2.4;
}

.content-44918 .serv_select li {
	float: left;
	width: 36px;
	border: 1px solid #ccc;
	background: #fff;
	padding: 0 5px;
	margin-right: 5px;
	cursor: pointer;
}

.content-44918 .rect {
	display: inline-block;
	width: 2px;
	height: 3px;
	overflow: hidden;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
	margin-top: 9px;
}

.content-44918 .on .rect {
	border-color: #e60013;
}

.content-44918 .sear_f {
	border: 1px solid #ccc;
	background-color: #fff;
	height: 30px;
}

.content-44918 .result {
	border-top: 1px solid #ddd;
	padding: 10px 10px 0;
	margin-top: 20px;
}

.content-44918 .sear_result li {
	margin-bottom: 10px;
	margin-top: 20px;
}

.content-44918 .sear_result a {
	color: #333;
}

.content-44918 .sear_result a:hover {
	text-decoration: underline;
}

.content-44918 .sear_result .el {
	font-size: 14px;
	_width: 100%;
}

.content-44918 .sear_result .p {
	padding: 10px 20px;
	border-top: 1px solid #ddd;
	margin-top: 10px;
}

.content-44918 .sear_result .type {
	color: #000;
	display: inline-block;
	padding: 0 1em;
	border-right: 1px solid #ddd;
	margin-right: 1em;
	font-weight: bold;
}

.content-44918 .dib {
	-moz-inline-stack: inline-block;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	padding: 0 3px;
}

.content-44918 .sear_filt label span {
	vertical-align: -2px;
}

.content-44918 .submit {
	background-color: #fff;
	width: 60px;
	cursor: pointer;
	border: 1px solid #ccc;
	height: 30px!important;
	vertical-align: -1px;
}

.content-44918 .sear_f .inp {
	height: 28px;
	line-height: 28px;
	padding: 0 0 0 5px;
	-webkit-appearance: textfield;
	background-color: white;
	-webkit-rtl-ordering: logical;
	user-select: text;
	cursor: auto;
	border: 1px solid #ccc;
}

.content-44918 .content-44918-flag {
	background: transparent;
}

.content-44918 .dib {
	padding: 0;
}

.content-44918 .sear_f .inp {
	line-height: 28px;
	border: none;
}

.content-44918-page a {
	color: #333;
}

.content-44918-page a:hover {
	text-decoration: underline;
}


/*news*/

.news_banner {
	height: 141px;
	background: url(../images/news_banner.jpg) no-repeat center;
	background-size: auto 100%;
	padding-top: 87px;
	color: #fff;
}

.news_section1 {
	padding: 43px 0 56px;
	background: #fff;
}

.news_section2 {
	padding: 55px 0 90px;
	background: #f9f9f9;
}

.news_title {
	overflow: hidden;
	margin-bottom: 55px;
}

.news_title h2 {
	float: left;
	color: #2A2A2A;
	font-size: 25px;
}

.news_title a {
	float: right;
	font-size: 12px;
	color: #595959;
}

.news_title a:hover {
	color: #e70012;
}

.news1_main li {
	width: 32%;
	float: left;
	margin-right: 2%;
	background: #f9f9f9;
	padding: 50px 3%;
	min-height: 305px;
}

.news1_main li:nth-child(3n) {
	margin-right: 0;
}

.news1_main li .news1_title {
	margin-bottom: 25px;
	line-height: 30px;
	color: #989393;
	vertical-align: bottom;
}

.news1_main li .news1_title span {
	color: #2A2A2A;
	font-size: 30px;
	margin-right: 10px;
}

.news1_main li .news1_m h3 {
	font-size: 17px;
	color: #262626;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	margin-bottom: 10px;
}

.news1_main li .news1_m p {
	min-height: 100px;
	color: #595757;
	font-size: 12px;
	line-height: 24px;
}

.news1_main li a.news1_more {
	display: inline-block;
	padding-right: 30px;
	background: url(../images/news1.jpg) no-repeat right center;
	font-size: 12px;
	color: #666666;
}

.news1_main li:hover .news1_m h3,
.news1_main li:hover .news1_m p {
	color: #e70012;
}

.news2_main1 {
	width: 57%;
	height: auto;
	position: relative;
	overflow: hidden;
}

.news2_main1>img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.5s;
}

.news2_main1:hover>img {
	transform: scale(1.5);
}

.news2_m1 {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 35px 3% 30px;
	color: #fff;
	background: -webkit-linear-gradient(left, #003d96, #0262e7);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(right, #003d96, #0262e7);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(right, #003d96, #0262e7);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, #003d96, #0262e7);
	/* 标准的语法 */
}

.news2_m1 a {
	color: #fff;
}

.news2_m1 h3 {
	font-size: 20px;
	margin-bottom: 15px;
}

.news2_m1 p {
	font-size: 12px;
	line-height: 25px;
	margin-bottom: 15px;
}

.news2_m1 h5 {
	line-height: 20px;
	font-size: 12px;
}

.news2_m1 h5 img {
	vertical-align: middle;
	margin-right: 20px;
}

.news2_main2 {
	width: 38%;
}

.news2_main2 li {
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c4d1e4;
}

.news2_main2 li h2 {
	font-size: 23px;
	color: #003d96;
	overflow: hidden;
	margin-bottom: 22px;
}

.news2_main2 li h2 span {
	font-size: 12px;
	float: right;
}

.news2_main2 li h3 {
	color: #262626;
	font-size: 16px;
	margin-bottom: 22px;
}

.news2_main2 li p {
	color: #595757;
	font-size: 12px;
	line-height: 24px;
}

.news2_main2 li:hover p,
.news2_main2 li:hover h3 {
	color: #003d96;
}


/*news_more*/

.newsm_section {
	padding: 35px 0 60px;
}

.newsm_main li {
	padding: 53px 3% 0;
}

.newsm_m1 {
	width: 9%;
	text-align: center;
	border-right: 1px solid #e6e6e6;
	padding-top: 5px;
}

.newsm_m1 p {
	font-size: 36px;
	color: #004098;
	margin-bottom: 10px;
}

.newsm_m1 span {
	font-size: 12px;
	color: #989292;
}

.newsm_m2 {
	width: 85%;
	border-bottom: 1px solid #e6e6e6;
	padding-bottom: 45px;
}

.newsm_m2 h3 {
	font-size: 17px;
	margin-bottom: 15px;
	color: #262626;
}

.newsm_m2 p {
	color: #595758;
	font-size: 12px;
	line-height: 24px;
}

.newsm_main li:hover {
	background: #f9f9f9;
}

.newsm_main li:hover .newsm_m2 h3 {
	color: #004198;
}

.newsm_main li:hover .newsm_m2 {
	border-color: #f9f9f9;
}


/*products*/

.pro_banner {
	height: 141px;
	background: url(../images/pro_banner.jpg) no-repeat center;
	background-size: auto 100%;
	padding-top: 87px;
	color: #fff;
}

.pro_section {
	padding: 44px 0 54px;
	background: #fff;
}

.pro_nav {
	width: 21%;
	padding: 20px 1.6% 27px;
	background: #5a5a5a url(../images/pro_nav1.jpg) no-repeat left top;
}

.pro_main {
	width: 75%;
}

.pro_nav h2 {
	text-align: center;
	color: #fff;
	font-size: 24px;
	margin-bottom: 15px;
}

.pro_nav ul li a {
	display: block;
	width: 100%;
	line-height: 40px;
	color: #555555;
	font-size: 15px;
	padding-left: 15px;
	background: #fff url(../images/pro_nav2.jpg) no-repeat 95% center;
	margin-bottom: 20px;
}

.pro_nav ul li a.on,
.pro_nav ul li a:hover {
	background: #e70012 url(../images/pro_nav3.jpg) no-repeat 95% center;
	color: #fff;
}

.pro_main ul li {
	float: left;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 25px;
}

.pro_main ul li:nth-child(3n) {
	margin-right: 0;
}

.pro_main ul li .pro_img {
	border: 1px solid #cccccc;
	overflow: hidden;
	width: 100%;
	height: auto;
	margin-bottom: 12px;
}

.pro_main ul li .pro_img img {
	display: block;
	width: 100%;
	height: auto;
	transition: all 0.3s;
}

.pro_main ul li p {
	color: #555555;
	font-size: 13px;
	text-align: center;
}

.pro_main ul li:hover .pro_img img {
	transform: scale(1.3);
}

.pro_main ul li:hover p {
	color: #e70012;
}


/*响应式样式*/
@media only screen and (max-width:1680px) {
	.nav nav>ul>li{
		width: 9%;
	}
}
@media only screen and (max-width:1440px) {
	.nav nav>ul>li{
		width: 10%;
	}
}
@media only screen and (max-width:1280px) {
	.nav nav>ul>li{
		width: 11%;
	}
}
@media only screen and (max-width:1200px) {
	.w {
		width: 1024px;
	}
	.in_main121 {
		width: 30%;
	}
	.in_main122 {
		width: 60%!important;
	}
}

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

@media only screen and (max-width:960px) {
	.w {
		width: 100%;
		padding: 0 3%;
	}
	.phone_head {
		display: block;
	}
	header {
		display: none;
	}
	.in_banner {
		margin-top: 50px;
	}
	.pro2_main1 img {
		width: 100%;
	}
}

@media only screen and (max-width:780px) {
	.in_banner .slideBox .bd li {
		height: 327px;
	}
	.common .contact .company {
		width: 82%;
	}
	.in_main121 ul {
		height: auto;
		padding: 20px 10px;
	}
	.in_main121 .in2_main12 {
		height: auto;
		padding: 20px 0 20px 28%;
	}
	.in3_sec1,
	.in3_sec2,
	.in_main121,
	.in_main122 {
		width: 100%!important;
		height: auto;
	}
	.pageFooter .footer dl,
	.ab1_main2 {
		display: none;
	}
	.pageFooter .right {
		/*right: -26px;*/
	}
	.ab_section1,
	.ab_section2,
	.cont_section1,
	.cont_section2 {
		padding: 20px 0;
	}
	.ab1_main1,
	.ab2_main li {
		width: 100%;
		height: auto;
	}
	.ab2_main li {
		background-size: 100% auto;
		margin-bottom: 80px;
	}
	.ab2_main li .ab2_m1 {
		left: 43%;
	}
	.ab2_main li:nth-child(3n) {
		margin-bottom: 0;
	}
	.ab2_title {
		margin-bottom: 76px;
		font-size: 28px;
	}
	.ab1_main1 h2 {
		font-size: 45px;
		margin-bottom: 10px;
	}
	.ab1_main1 h4 {
		font-size: 20px;
		margin-bottom: 14px;
	}
	.cont_title {
		margin-bottom: 46px;
		font-size: 30px;
	}
	.cont_m1 {
		position: static;
		width: 100%;
		padding: 20px 2%;
	}
	.cont_main1 {
		height: auto;
	}
	.cont_main1 #dituContent {
		height: 389px;
	}
	.cont_m21 li {
		width: 100%;
	}
	.cont_m22 input {
		width: 100px;
		margin-left: 2%;
	}
	.advantage .left img {
		width: 60%;
		height: auto;
	}
	.advantage .left p {
		font-size: 28px;
	}
	.news1_main li,
	.news2_main1,
	.news2_main2 {
		width: 100%;
		margin-bottom: 15px;
	}
	.news2_m1 {
		position: static
	}
	.news_section2,
	.news_section1,
	.pro_section {
		padding: 20px 0;
	}
	.news_title {
		margin-bottom: 20px;
	}
	.news2_main1:hover>img {
		transform: scale(1);
	}
	.pro_nav {
		display: none;
	}
	.pro_main {
		width: 100%;
	}
	.pro2_main1 img {
		width: 100%;
	}
	.pro2_main1 table p {
		text-indent: 0em;
	}
	#floatTools {
		display: none;
	}
}

@media only screen and (max-width:480px) {
	.in1_img,
	.in1_main {
		width: 100%;
		height: auto;
	}
	.in_banner .slideBox .bd li {
		height: 172px;
	}
	.in_banner .slideBox .bd li {
		height: 172px;
	}
	.in_section1,
	.in_section3 {
		padding: 20px 0;
	}
	.in1_title span,
	.in1_title {
		margin-bottom: 10px;
	}
	.in1_m,
	.in_title {
		margin-bottom: 20px;
	}
	.in1_m1 .universe li .p {
		font-size: 12px;
	}
	.in_section2,
	.advantage {
		padding: 20px 0;
	}
	.in_main121 .in2_main12 {
		display: none;
	}
	.in_main121 ul {
		padding-bottom: 0;
	}
	.in_main122 {
		height: 240px!important;
	}
	.in3_sec1 li .in3_date,
	.pageFooter .right .contact {
		display: none;
	}
	.in3_sec1 li {
		height: auto;
	}
	.in3_sec1 li .in3_m2,
	.advantage .right,
	.common .contact .company {
		width: 100%;
	}
	.advantage .right li {
		margin-top: 15px;
		width: 16%;
		font-size: 12px;
	}
	.pageFooter .right {
		position: static;
	}
	.pageFooter .right img {
		display: none;
	}
	.pageFooter {
		height: auto;
		overflow: hidden;
	}
	.pageFooter .footer,
	.pageFooter .footer .center_box,
	.pageFooter .right {
		width: 100%;
		height: auto;
	}
	footer .clear {
		clear: none;
	}
	.pageFooter .footer .center_box .eqr {
		display: none;
	}
	.pageFooter .footer {
		padding: 20px 0;
	}
	.f_tel {
		display: block;
		color: #b5b5b5;
		font-size: 15px;
		padding: 15px 0;
	}
	.f_tel i {
		background: url(../images/footer_contact.png);
		width: 20px;
		height: 20px;
		display: inline-block;
		white-space: nowrap;
		letter-spacing: -1em;
		text-indent: -99em;
		color: transparent;
		margin-right: 10px;
		vertical-align: middle;
	}
	.common .contact .friend {
		font-size: 22px;
		padding: 5px 10px;
	}
	.in1_img,
	.newsm_m1 {
		display: none;
	}
	.ab2_main li .ab2_m1 {
		left: 35%;
	}
	.down_section {
		padding: 20px 0;
	}
	.fy {
		margin-top: 30px;
	}
	.newsm_m2 {
		width: 100%;
	}
	.pro2_main1 img {
		width: 100%;
	}
	.pro2_main1 table p {
		text-indent: 0em;
	}
	#floatTools {
		display: none;
	}
}

@media only screen and (max-width:380px) {
	.in_banner .slideBox .bd li {
		height: 165px;
	}
	.in_main122 {
		height: 210px!important;
	}
	.pro2_main1 img {
		width: 100%;
	}
	.pro2_main1 table p {
		text-indent: 0em;
	}
	#floatTools {
		display: none;
	}
}

@media only screen and (max-width:320px) {
	.in_banner .slideBox .bd li {
		height: 142px;
	}
	.in_main122 {
		height: 188px!important;
	}
	.ab2_main li .ab2_m1 {
		left: 32%;
	}
	.pro2_main1 img {
		width: 100%;
	}
	.pro2_main1 table p {
		text-indent: 0em;
	}
	#floatTools {
		display: none;
	}
}

.pro2_main1 table p {
	text-indent: 0em;
}

.pro2_main1 p {
	text-indent: 2em;
}