h1,body,html{

	padding: 0;

	margin: 0;

}

body{

	font-family: Arial,"Microsoft YaHei","Hiragino Sans GB",sans-serif;

}

html,body{

	height: 100%;

	overflow: hidden;

}

.clear{

	clear: both;

	width: 0;

	height: 0;

}

.header {

    width: 100%;

    /*padding: 20px 0;*/

    background-color: #fff;

    position:  absolute;

	z-index: 999;

	top:0;

	left:0;

	height: 113px;

	/*padding-top: 20px;*/

    /* border: 1px solid red; */

}



.header_con {

    /* width: 1410px; */

    width: 1400px;

    margin: 0 auto;

    display: flex;

    align-items: center;

    /*padding: 20px 0;*/

    height: 113px;

}

.header .login {

    display: flex;

    align-items: center;

    margin-left: 40px;

}



.header .login a {

    font-size: 18px;

    color: #000000;

    font-weight: bold;

}



.header .login a:hover {

    color: #E12000;

}



.menu {

    width: 100%;

    /* height: 100%; */

    /* border: 1px solid; */

    position: absolute;

    background-color: #fff;

    top: 113px;

    left: 0;

    z-index: 99;

    display: none;

    box-shadow: 10px 5px 5px #aaa;

}



.menu .menu_box {

    width: 80%;

    margin: 0 auto;

    display: flex;

    padding: 40px 40px 80px 0px;

    flex-wrap: wrap;

}



.menu .menu_box>li {

    width: 20%;

    margin-left: 5%;

}



.menu_list p {

    font-size: 16px;

    padding: 10px 0;

    /* padding-left: 20px; */

    border-bottom: 2px solid #ccc;

}



.menu .menu_list li {

    width: 100%;

    font-size: 16px;

    padding: 10px 0;

    /* margin-left: -15px; */

}



.l_line {

    width: 2px;

    height: 16px;

    background-color: #222;

    margin: 0 10px;

}



.header_con_logo {

    width: 90px;

    height: 73px;

}

.header_con_logo a{

    display: block;

    height: 73px;

}

.header_con_logo>img {

    width: 100%;

    /*height: 100%;*/

}



.header_nav ul {

    display: flex;

}



.header_nav ul li {

    margin-left: 75px;

}



.header_nav ul li:hover a {

    color: #E12000;

}



.header_nav ul li:hover {

    border-bottom: 1px solid #E12000;

}



.header_nav ul li a {

    font-size: 18px;

    color: #5d5d5d;

    font-weight: 400;

    /* text-transform: capitalize */

}



.header_search {

    width: 195px;

    height: 36px;

    border: 1px solid #5d5d5d;

    border-radius: 30px;

    display: flex;

    align-items: center;

    margin-left: 48px;

}



.header_search>input {

    width: 100%;

    height: 100%;

    border: none;

    border-radius: 30px;

    padding-left: 20px;

    box-sizing: box-sizing;

}



.search_img {

    /* width: 21px;



    height: 21px; */

    margin: 0 10px;

    cursor: pointer;

}





/* .search_img>img {



    width: 100%;



    height: 100%;



} */



.header_language {

    font-size: 18px;

    font-family: "Microsoft YaHei";

    font-weight: 400;

    color: #5d5d5d;

    display: flex;

    align-items: center;

    margin-left: 40px;

    cursor: pointer;

}



.line {

    width: 2px;

    height: 19px;

    background: #5d5d5d;

    margin: 0 8px;

}

/*#pages{*/

/*	position:fixed;*/

/*	right: 10px;*/

/*	top: 50%;*/

/*	list-style: none;*/

/*}*/

/*#pages li{*/

/*	width: 8px;*/

/*	height: 8px;*/

/*	border-radius: 50%;*/

/*	background: #e12000;*/

/*	margin: 0 0 10px 5px;*/

/*}*/

/*#pages li.active{*/

/*	width: 10px;*/

/*	height: 10px;*/

/*	border: 2px solid #0075c1;*/

/*	background: none;*/

/*	margin-left: 0;*/

/*}*/

#container,.section{

	height: 100%;

	position: relative;

}

#section0,

#section1,

#section2,

#section3,

#section4{

	/*background-color: #000;*/

	background-size: cover;

	background-position: 50% 50%;

}

#section0{ 

	

}

#section1{

	background:#f7f7f7;

}

#section2{

	background:#f7f7f7;

}

#section3{

	background: url(/skins/demo/images/bj_3.gif) center center no-repeat;

	background-size: cover;

}

#section4{

	background: #ffffff;

	border-bottom: #0051a2 8px solid;

}



@-webkit-keyframes sectitle0{

	0%{

		-webkit-transform: translateX(-100%);

		transform: translateX(-100%);

	}

	100%{

		-webkit-transform: translateX(0);

		transform: translateX(0);

	}

}

@keyframes sectitle0{

	0%{

		-webkit-transform: translateX(-100%);

		transform: translateX(-100%);

	}

	100%{

		-webkit-transform: translateX(0);

		transform: translateX(0);

	}

}

@-webkit-keyframes sec0{

	0%{

		-webkit-transform: translateX(100%);

		transform: translateX(100%);

	}

	100%{

		-webkit-transform: translateX(0);

		transform: translateX(0);

	}

}

@keyframes sec0{

	0%{

		-webkit-transform: translateX(100%);

		transform: translateX(100%);

	}

	100%{

		-webkit-transform: translateX(0);

		transform: translateX(0);

	}

}

.banner{

	text-align: center;

	background: #fff;

	position: absolute;

	z-index: 1;

	top:133px;

	left:0;

	width: 100%;

	/*margin-top: 113px;*/

	/*position: relative;*/

}

.banner img{

	vertical-align: top;

	width: 100%;

}

.yingyong{

	width: 1200px;

	position: absolute;

	z-index: 99;

	top:6%;

	left:50%;

	margin-left: -600px;

}

.yingyong_1{

	text-align: center;

	height: 66px;

	background: url(/skins/demo/images/line_1.gif) center center no-repeat;

	font-size:40px;

	color: #272727;

}

.yingyong_2{

	padding: 30px 0;

	text-align: center;

	font-size: 16px;

	color: #272727;

	line-height: 24px;

}

.yingyong_3{

	width: 100%;

}



.yingyong_3 ul li{

	float: left;

	width: 400px;

	height: 309px;

	position: relative;

	overflow: hidden;

}

.yingyong_3 ul li img{

	vertical-align: top;

	width: 100%;

}

.yingyong_3_tt{

	width: 100%;

	height: 73px;

	position: absolute;

	z-index: 99;

	left:0;

	bottom:0;

	background-color: rgba(0,0,0,0.45);

	padding-left: 30px;

	line-height: 73px;

	font-size: 25px;

	color: #ffffff;

	font-weight:bold;

	text-transform: uppercase;

}

@media screen and (min-width:1200px) and (max-width:1600px) {

	.yingyong_3 ul li{

		height: 209px;

		height: 250px;

	}

	.yingyong{

		top:5%;

	}

}



.xinwen{

	width: 1200px;

	position: absolute;

	z-index: 99;

	top:6%;

	left:50%;

	margin-left: -600px;

}

.xinwen_2{

	width: 100%;

	padding-top: 2%;

}

.xinwen_2 ul{

	display: flex;

	flex-wrap: wrap;

	align-items: center;

	justify-content: space-around;

}

.xinwen_2 ul li{

	width: 578px;

	height: 311px;

	position: relative;

	text-align: left;

	margin-bottom: 45px;

	

	cursor: pointer;

}

.xinwen_2_bj1{

	width: 430px;

	height: 310px;

	background-color: #f9f9f9;

	border-left:#363837 5px solid;

	

	/*background-color: #373737;*/

}

.xinwen_2 ul li:hover .xinwen_2_bj1{

	background-color: #373737;
	

	/*background-color: #0051a2;*/

}
.xinwen_2 ul li:hover .xinwen_2_tt h2{
    color: #fff;
}
.xinwen_2_tt{

	width: 240px;

	position: absolute;

	z-index: 99;

	top:0;

	left:26px;

	font-size:15px;

	color: #000;

	line-height: 22px;

	height: 310px;

	display: flex;

	flex-direction: column;

	align-items: left;

	justify-content: center;

	overflow: hidden;

}


.xinwen_2_tt h2{

	font-size: 26px;

	line-height: 30px;

	margin-bottom: 15px;

	color: #f7f7f7;

	max-height:109px;

	/*overflow: hidden;

    text-overflow: ellipsis;

    white-space: nowrap;

    height: 0.35rem;

    line-height: 0.35rem;*/

}

.xinwen_2_tt span{

	display: block;

	height: 54px;

	background: url(/skins/demo/images/time_white.png) left center no-repeat;

	line-height: 54px;

	padding-left: 30px;

	font-size: 18px;

	color: #fff;

}

.xinwen_2 ul li:hover .xinwen_2_tt{

	color: #f7f7f7;

}

.xinwen_2 ul li:hover .xinwen_2_tt span{

	background: url(/skins/demo/images/time_white.png) left center no-repeat;

	color: #f7f7f7;

}

.xinwen_2_img{

	width: 270px;

	position: absolute;

	z-index: 99;

	top:20px;

	right: 0;

}

.xinwen_2_img img{

	vertical-align: top;

	/*max-height: 180px;*/

	width: 100%;

}
.xinwen_2_more:hover{
    background-color: #000;
}
.xinwen_2_more{

	width: 141px;

	height: 48px;

	position: absolute;

	z-index: 99;

	left:35px;

	bottom: -24px;

	background-color: #020080;

	text-align: center;

	line-height: 48px;

	padding-left: 10px;

}

.xinwen_2_more a{

	font-size: 18px;

	color: #ffffff;

}

.xinwen_2_more img{

	vertical-align: middle;

	margin-left: 4px;

}

@media screen and (min-width:1200px) and (max-width:1600px) {

	.xinwen{

		top:5%;

	}

	.xinwen_2 ul li{

		height: 220px;

	}

	.xinwen_2_bj1{

		height: 220px;

	}

	.xinwen_2_tt{

		height: 220px;

	}

	.xinwen_2_img img{

		height: 180px;

	}

	.xinwen_2_tt h2{
	    color: #000;

	    font-size: 22px;

	    line-height: 26px;

	}

}



.items{

	width: 1200px;

	position: absolute;

	z-index: 99;

	top:6%;

	left:50%;

	margin-left: -600px;

}

.items_1{

	text-align: center;

	height: 66px;

	background: url(/skins/demo/images/line_1.gif) center center no-repeat;

	font-size:40px;

	color: #272727;

}

.items_2{

	margin-top: 5%;

	position: relative;

}

.items_2_01{

	width: 232px;

	float: left;

}

.items_2_01_one{

	height: 37px;

	border: #0051a2 1px solid;

	margin-bottom: 0.18rem;

	display: flex;

	align-items: center;

}

.items_2_01_one input{

    width: 180px;

    padding-left: 10px;

    height: 37px;

    border: none;

    background: none;

    outline: none;

    font-size: 15px;

   color: #0f0e0e;

}

.items_2_01_one img{

    margin-top: -5px;

    /*vertical-align: middle;*/

}

/*.items_2_01_one a{*/

/*	display: block;*/

/*	padding: 0 17px;*/

/*	height: 37px;*/

/*	line-height: 37px;*/

/*	font-size: 15px;*/

/*	color: #0f0e0e;*/

	/*text-transform: uppercase;*/

/*}*/

.items_2_01_two{

	height: 38px;

	margin-bottom: 0.18rem;

	background-color: #f9f9f9;

	position: relative;

}

.items_2_01_two_up{

	height: 39px;

}

.items_2_01_two_up a{

	display: block;

	padding: 0 10px;

	height: 39px;

	display: flex;

	justify-content: space-between;

	align-items: center;

	font-size: 15px;

	color: #000;

	/*text-transform: uppercase;*/

}

.items_2_01_two_down{

	width: 100%;

	position: absolute;

	z-index: 9;

	top:39px;

	left:0;

	background-color: #ffffff;

	height: 156px;

	overflow-y: auto;

	display: none;

}

.items_2_01_two_down a{

	display: block;

	padding: 0 17px;

	height: 48px;

	line-height: 48px;

	font-size: 16px;

	color: #666666;

	text-overflow: ellipsis;

    overflow: hidden;

    white-space: nowrap;

}

.items_2_04{

    width: 893px;

    float: right;

    /*background-color: rgba(0,81,162,0.57);*/

    padding: 10px 20px;

    height: 180px;

    overflow: hidden;

    font-size: 16px;

	color: #000;

	line-height: 30px;

	display: flex;

	flex-wrap: wrap;

	justify-content: center;

	align-items: center;

}

.items_2_02{

	width: 298px;

	height: 310px;

	float: left;

	background: url(/skins/demo/images/con3_con_twobg.png) left top no-repeat;

	background-size: cover;

	margin-left: 20px;

}

.items_2_021{

	padding: 0 50px 0 20px;

	display: flex;

	flex-direction: column;

	align-items: left;

	justify-content: center;

	height: 310px;

	font-size: 16px;

	color: #ffffff;

	line-height: 24px;

}

.items_2_021 h2{

	font-size: 28px;

	color: #ffffff;

	text-transform: uppercase;

	padding-bottom: 20px;

}

.items_2_03{

	width: 605px;

	float: right;

	position: relative;

	background-color: #ebebeb;

	padding: 10px;

}

.items_2_03_up{

	width: 10rem;

	height: 150px;

	position: absolute;

	z-index: 99;

	top:0;

	left:0;

	background-color: #ebebeb;

}

.items_2_03_up1{

	padding:35px 24px;

	width: 464px;

	font-size: 16px;

	color: #454545;

	line-height: 24px;

}

.items_2_03_down{

	padding-top: 216px;

}

.items_2_03_down_1{

	height: 46px;

	font-size: 24px;

	color: #454545;

	text-transform: capitalize;

}

.items_2_03_down_1 img{

	vertical-align: middle;

	margin-right: 4px;

}

.items_2_03_down_2{

	height: 39px;

	background-color: #ebebeb;

	display: flex;

	justify-content: space-between;

}

.items_2_03_down_2 input{

	width: 464px;

	height: 39px;

	background-color:#454545;

	border: none;

	outline: none;

	padding: 0 10px;

	line-height: 39px;

	font-style: italic;

	font-size: 20px;

	color: #ebebeb;

}

.items_2_03_down_2 a{

	width: 80px;

	display: inline-block;

	height: 39px;

	text-align: center;

	line-height: 39px;

}

.items_3{

	padding-left: 247px;

	padding-top: 4%;

}

.items_3 ul{

	display: flex;

	justify-content: space-between;

	

}

.items_3 ul li{

	width: 310px;

	position: relative;

}

.items_3_bj{

	width: 275px;

	height: 264px;

	background-color: #020080 ;

}

.items_3 ul li:hover .items_3_bj{

	background-color: #0051a2;

}

.items_3_img{

	width: 296px;

	height: 294px;

	position: absolute;

	z-index: 9;

	top:22px;

	right:0;

	overflow: hidden;

}

.items_3_img img{

	vertical-align: top;

	/*width: 100%;*/

	height: 222px;

}
.items_3_ttt{
    border: 2px solid #000;
    line-height: 58px;
    background-color: #fff;
    border-radius: 0.12rem;
}
.items_3_tt{

	width: 296px;

	height: 42px;

	position: absolute;

	z-index: 9;

	top:275px;

	right:0;

	background-color: rgba(0,81,162,0.57);

	text-align: center;

	line-height: 42px;

	font-size: 14px;
	
	font-weight: bold;

	color: #000;

	text-transform: uppercase;

}

@media screen and (min-width:1260px) and (max-width:1600px){

	.items_2{

		margin-top: 1%;

	}

	.items_2_02{

		height: 260px;

	}

	.items_2_021{

		height: 260px;

	}

	.items_2_03_down{

		padding-top: 168px;

	}

	.items_3_bj{

		height: 204px;

	}

	.items_3_img{

		height: 234px;

		overflow: hidden;

	}

	.items_3_tt{

		top:215px;

	}

}

.foot{

	width: 100%;

}

.foot_up{

	background-color: #0051a2;

}

.foot_up1{

	width:1200px;

	margin: 0 auto;

	padding: 30px 0;

	display: flex;

	justify-content: space-between;

}

.foot_up_left{

	width: 585px;

}

.foot_up_right{

	width: 577px;

}

.foot_up_left_1{

	height: 84px;

	font-size: 63px;

	color: #ffffff;

	text-transform: capitalize;

}

.foot_up_left_2{
    height: 14px;
    
    font-size: 16px;
    
    color: #ffffff;
    
    line-height: 24px;

}

.foot_up_left_3{

	width: 100%;

}

.foot_up_left_3 ul li{

	display: flex;

	padding-bottom: 5px;

	align-items: center;

}

.foot_up_left_3 ul li span{

	font-size: 16px;

	color: #ffffff;

	/*text-transform: capitalize;*/

	line-height: 40px;

}

.foot_up_left_3 ul li img{

	margin-right: 10px;

	width:40px;

	height: 40px;

}

.foot_up_right{

	padding-top: 34px;

}

.foot_up_right_01{

	margin-bottom: 10px;

	height: 48px;

	border: #ffffff 1px solid;

	padding: 0 18px;

	line-height: 48px;

	font-size: 18px;

	color: #ffffff;

}

.foot_up_right_01 img{

	vertical-align: middle;

	margin-right: 5px;

}

.foot_up_right_01 input{

	width: 300px;

	/*height: 48px;*/

	border: none;

	background: none;

	outline: none;

	font-size: 16px;

	color: #ffffff;

}

.foot_up_right_03{

	margin-bottom: 10px;

	height: 48px;

	border: #ffffff 1px solid;

	padding: 0 18px;

	line-height: 48px;

	font-size: 18px;

	color: #ffffff;

}

.foot_up_right_03 img{

	vertical-align: middle;

	margin-right: 5px;

}

.foot_up_right_03 input{

	width: 300px;

	height: 48px;

	border: none;

	background: none;

	outline: none;

	font-size: 16px;

	color: #ffffff;

}

.foot_up_right_02{

	height: 160px;

	border: #ffffff 1px solid;

	position: relative;

}

.foot_up_right_02 textarea{

	padding: 18px;

	width: 518px;

	margin: 0 auto;

	height: 80px;

	overflow-y: auto;

	border: none;

	resize: none;

	background: none;

	outline: none;

	font-size: 18px;

	color: #ffffff;

}

.foot_up_right_02 a{

	display: block;

	position: absolute;

	z-index: 99;

	right:0;

	bottom:0;

	width: 160px;

	height: 48px;

	background-color: #ffffff;

	padding-left: 10px;

	line-height: 48px;

	background-image: url(../images/jt.png);

	background-position: right center;

	background-repeat: no-repeat;

	font-size: 18px;

	color: #0051a2;

}

.foot_down{

	width: 1200px;

	margin: 0 auto;

	padding-top:2%;

}

.foot_down_1{

	width: 275px;

	float: left;

	/*padding-top: 52px;*/

	padding-top: 12px;

}

.foot_down_1_up{

	max-height: 110px;

	overflow: hidden;

	font-size: 14px;

	color: #737373;

	line-height: 29px;

}

.foot_down_1_down{

	width: 170px;

	text-align: center;

	font-size: 14px;

	color: #737373;

	font-style: italic;

}

.foot_down_2{

	width: 274px;

	float: left;

	padding-left: 50px;

}

.foot_down_2_up{

	height: 50px;

	font-size: 36px;

	color: #4e4e4e;

}

.foot_down_2_down{

	width: 100%;

}

.foot_down_2_down ul li{

	margin-bottom: 29px;

}

.foot_down_2_down ul li a{

	display: flex;

	align-items: center;

	justify-content: space-between;

}

.foot_down_2_down_img{

	width: 72px;

	height: 72px;

	overflow: hidden;

}

.foot_down_2_down_img img{

	vertical-align: top;

	width: 100%;

}

.foot_down_2_down_tt{

	width: 191px;

	height: 72px;

	display: flex;

	/*justify-content: center;*/

	font-size: 16px;

	color: #737373;

	line-height: 18px;

}

.foot_down_3{

	width: 210px;

	float: left;

	margin-left: 60px;

}

.foot_down_3_up{

	height: 50px;

	font-size: 36px;

	color: #4e4e4e;

	text-transform: capitalize;

}

.foot_down_3_down{

	width: 100%;

}

.foot_down_3_down ul li{

	/*height: 45px;*/

	line-height: 45px;

}

.foot_down_3_down ul li a{

	font-size: 16px;

	color: #707070;

	text-transform: capitalize;

}

.foot_down_4{

	width: 278px;

	float: right;

}

.foot_down_4_down{

	width: 100%;

}

.foot_down_4_down img{

	vertical-align: top;

}

.foot_3{

	width: 14rem;

	margin: 0 auto;

	height: 74px;

	display: flex;

	/*justify-content: space-between;*/

	justify-content: flex-end;

}

.foot_3_left{

	width: auto;

	height: 74px;

	line-height: 74px;

	font-size: 14px;

	color: #737373;

}

.foot_3_left a{

	color: #737373;

}

.foot_3_right{
    display: none;

	width: auto;

	height: 74px;

	line-height: 74px;

}



.foot_3_right img{

	vertical-align: top;

	width: 50px;

}



@media screen and (min-width:1260px) and (max-width:1600px) {

	.foot_up1{

		padding: 1% 0;

	}

	.foot_up_left_1{

		height: 64px;

		font-size: 43px;

	}

	/*.foot_up_left_2{*/

	/*	height: 50px;*/

	/*	font-size: 14px;*/

	/*	line-height: 22px;*/

	/*}*/

	.foot_up_left_3 ul li span{

		font-size: 14px;

		line-height: 25px;

	}

	.foot_up_left_3 ul li img {

	    width: 20px;

	    height: 20px;

	}

	.foot_up_right_01 {

	    margin-bottom: 6px;

	    height: 40px;

	    line-height: 40px;

	    font-size: 16px;

	}

	.foot_up_right_01 .foot_up_right_01_img1{

		width: 30px;

		vertical-align: middle;

	}

	.foot_up_right_02{

		height: 100px;

		overflow: hidden;

	}

	.foot_down{

		height: 224px;

		overflow: hidden;

	}

	.foot_down_1{

		padding-top: 0px;

	}

	.foot_down_1_up{

		height: 68px;

		margin-top: 10px;

	}

	.foot_down_1_down{

		width: 170px;

		text-align: center;

		font-size: 14px;

		color: #737373;

		font-style: italic;

	}

	

	

		.foot_up_right_03 {

	    margin-bottom: 6px;

	    width: 248px;

	    height: 40px;

	    display: inline-block;

	    line-height: 40px;

	    font-size: 16px;

	}

	.foot_up_right_03 .foot_up_right_01_img1{

		width: 30px;

		vertical-align: middle;

	}

	#checkcode{

	width: auto;

	height: auto;

}

	.foot_up_right_03 input{

	width: 120px;

	height: 48px;

	border: none;

	background: none;

	outline: none;

	font-size: 16px;

	color: #ffffff;

}

.foot_up_right_02 a{

	display: block;

    position: absolute;

    z-index: 99;

    text-align: center;

    right: 0;

    bottom: 0px;

    width: 110px;

    height: 30px;

    background-color: #ffffff;

    padding-left: 10px;

    line-height: 30px;

    background-image: url(../images/jt.png);

    background-position: right center;

    background-repeat: no-repeat;

    font-size: 14px;

    color: #0051a2;

}

.foot_up_right_02 textarea {

    padding: 3px;

    width: 435px;

    margin: 10px 10px;

    height: 70px;

    border: none;

    resize: none;

    background: none;

    outline: none;

    font-size: 14px;

    color: #ffffff;

}

#txt_Contion::-webkit-input-placeholder{color:#ccc;}





}









/* 新增*/



.items_3_tt {

  height: 80px;

}































































































