.divCon {
	margin: 0 auto;
	width: 1200px;
}


/*************************************************************************************/

.Header {
	width: 100%;
}


/* Top1 */

.Top1 {
	width: 100%;
	height: 34px;
	line-height: 34px;
	border-bottom: 1px solid #CCCCCC;
}

.Top1 h1 {
	font-weight: normal;
	font-size: 12px;
	color: #444444;
}

.Top1 p {
	text-align: right;
}

.Top1 a {
	text-decoration: none;
	color: #444444;
	font-size: 12px;
}


/* Top2 */

.Top2 {
	width: 100%;
	height: 140px;
}

.Top2_logo {
	width: 240px;
	height: 140px;
	display: flex;
	align-items: center;
}

.Top2_nav {
	width: 960px;
	height: 140px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.Top2_nav li:first-child {
	margin-left: 0;
}

.Top2_nav li {
	float: left;
	margin-left: 43px;
	height: 35px;
	position: relative;
}

.Top2_nav li a {
	line-height: 35px;
	font-size: 15px;
	text-decoration: none;
	color: #333333;
}

.Top2_nav li:after {
	position: absolute;
	display: block;
	bottom: 0;
	content: "";
	width: 0;
	height: 2px;
	background-color: #ff0305;
	transition: 0.5s;
}

.Top2_nav li:hover:after {
	width: 100%;
}

.Top2_nav li.active:after {
	position: absolute;
	display: block;
	bottom: 0;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #6F2528;
}

.Top2_nav li:hover .nav_child {
	display: block;
}

.nav_child {
	position: absolute;
	left: -20px;
	top: 35px;
	width: 160px;
	background: #ffffff;
	z-index: 9999;
	display: none;
}

.nav_child > a {
	display: block;
	width: 160px;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	border-bottom: 1px solid #cccccc;
}

.nav_child > a:hover {
	color: #351d8f;
}


/*************************************************************************************/


/* Footer */

.Footer {
	width: 100%;
}


/* Links */

.Links {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background-color: #E6212A;
}

.Links h1 {
	float: left;
	font-size: 19px;
	color: #FFFFFF;
}

.Links a {
	margin-left: 80px;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 14px;
}


/* Contact */

.Contact {
	padding-top: 50px;
	width: 100%;
	height: 200px;
}

.Contact_1 {
	width: 320px;
	height: 200px;
}

.fphone {
	padding-left: 50px;
	margin-top: 40px;
	background: url(../images/fphone.png) no-repeat center left;
}

.fphone h1 {
	font-size: 24px;
	font-weight: normal;
	color: #2e197d;
}

.fphone p {
	font-size: 14px;
	color: #333333;
}


/* Contact_2 */

.Contact_2 {
	width: 600px;
	height: 200px;
}

.Contact_tit {
	font-size: 22px;
	color: #fd3334;
	height: 50px;
	position: relative;
	font-weight: bold;
}

.Contact_tit span {
	color: #342c2a;
}

.Contact_tit:after {
	position: absolute;
	display: block;
	content: "";
	bottom: 0;
	width: 40px;
	height: 2px;
	background-color: #EEEEEE;
}

.Contact_2 > h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #444444;
	font-weight: normal;
}

.Contact_2 > p {
	float: left;
	width: 50%;
	line-height: 40px;
	font-size: 14px;
	color: #575757;
}


/* Contact_3 */

.Contact_3 {
	width: 280px;
	height: 200px;
}

.Contact_3 > .IMG {
	margin-top: 15px;
	width: 110px;
	text-align: center;
}

.Contact_3 > .IMG img {
	width: 100px;
	height: 100px;
}

.Contact_3 > .IMG p {
	font-size: 13px;
	color: #222222;
	line-height: 25px;
	text-align: center;
}


/* foot_nav */

.foot_nav {
	width: 100%;
	height: 75px;
	line-height: 75px;
	color: #222222;
	text-align: center;
}

.foot_nav a {
	text-decoration: none;
	color: #222222;
	font-size: 14px;
}

.foot_nav span {
	font-size: 14px;
	margin: 0 30px;
}


/* CopyRight */

.CopyRight {
	width: 100%;
	height: 44px;
	line-height: 44px;
	border-top: 1px solid #CCCCCC;
	font-size: 13px;
	color: #444444;
}


/*************************************************************************************/

.webCon {
	width: 100%;
}

.indexSearch {
	position: relative;
	margin-top: -50px;
	width: 100%;
	height: 140px;
	background: linear-gradient(to right, #342c2a 50%, rgba(0, 0, 0, 0) 50%);
	z-index: 999;
}

.indexSearch > .divCon {
	height: 140px;
	background-color: #e6212a;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.indexSearch .TXT {
	width: 395px;
	height: 140px;
	background-color: #342c2a;
	color: #FFFFFF;
}

.indexSearch .TXT h1 {
	padding-top: 40px;
	font-size: 28px;
}

.indexSearch .TXT p {
	font-size: 19px;
}

.searchKey {
	padding: 25px 50px 25px 0;
	width: 700px;
	height: 90px;
}

.search_phone {
	padding-left: 50px;
	width: 280px;
	background: url(../images/fphone.png) no-repeat center left;
}

.search_phone p {
	font-size: 14px;
	color: #FFFFFF;
}

.search_phone h1 {
	font-size: 27px;
	font-weight: normal;
	color: #FFFFFF;
}

.search_from {
	margin: 8px 0;
	width: 360px;
	height: 38px;
	background-color: #F5F5F5;
	border-radius: 25px;
}

input.searchinput {
	margin-left: 15px;
	width: 300px;
	height: 38px;
	border: none;
	outline: none;
	background-color: #F5F5F5;
	font-size: 12px;
}

input.searchbtn {
	width: 38px;
	height: 38px;
	border: none;
	outline: none;
	background: url(../images/search_btn.png) no-repeat center;
	cursor: pointer;
}

.Keywords {
	width: 100%;
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}

.Keywords p {
	float: left;
	font-size: 14px;
	color: #FFFFFF;
}

.Keywords a {
	margin-left: 15px;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
}


/* mod_title */

.mod_title {
	margin-bottom: 30px;
	width: 100%;
	text-align: center;
}

.mod_title h1 {
	font-size: 29px;
	color: #342c2a;
}

.mod_title h1 span {
	color: #e6212a;
}

.mod_title p {
	font-size: 16px;
	color: #777777;
	line-height: 40px;
}


/* left_nav */

.left_tit {
	float: left;
	padding-left: 65px;
	width: 220px;
	height: 85px;
	line-height: 85px;
	font-size: 23px;
	font-weight: normal;
	color: #FFFFFF;
	background: url(../images/pro_left1.png) no-repeat center;
}

.left_list1 {
	float: left;
	width: 100%;
}

.left_list1 > li {
	float: left;
	width: 100%;
}

.left_list1 > li > .primary {
	display: block;
	float: left;
	padding-left: 30px;
	width: 255px;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	color: #444444;
	text-decoration: none;
	background: url(../images/primary.jpg) no-repeat center;
}

.secondary {
	float: left;
	width: 283px;
	border: 1px solid #F1F1F1;
}

.secondary > li {
	width: 100%;
	border-bottom: 1px solid #F1F1F1;
}

.secondary > li > a {
	display: block;
	padding-left: 45px;
	width: 235px;
	height: 45px;
	line-height: 45px;
	text-decoration: none;
	font-size: 14px;
	color: #777777;
	background: url(../images/secondary.png) no-repeat center left 30px;
}

.secondary > li > a:hover {
	color: #351D8F;
}

.secondary > li > a.cur {
	color: #351D8F;
}

.secondary > li > div {
	width: 100%;
	padding-bottom: 10px;
}

.secondary > li > div > a {
	display: block;
	padding-left: 60px;
	line-height: 20px;
	text-decoration: none;
	color: #333;
}

.secondary > li > div > a:hover {
	color: #FF0000;
}


/* indexPro */

.indexPro {
	padding: 50px 0;
	width: 100%;
}

.pro_left {
	float: left;
	width: 285px;
}

.pro_left:after {
	float: left;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fd3334;
}

.pro_right {
	float: right;
	width: 880px;
}

.right_ul1 {
	width: 100%;
	height: 40px;
}

.right_ul1 > li {
	float: left;
	width: 120px;
	height: 40px;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	line-height: 40px;
	margin-right: 20px;
	cursor: pointer;
}

.right_ul1 > li.tabon {
	background-color: #fd3334;
}

.right_ul1 > li.taboff {
	background-color: #342c2a;
}

.right_ul1 > a {
	margin-top: 5px;
	display: block;
	float: right;
	width: 100px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #FFFFFF;
	font-size: 14px;
	background-color: #E6212A;
}

.right_ul2 {
	float: left;
	width: 100%;
}

.right_ul2 > li:nth-child(3n) {
	margin-right: 0;
}

.right_ul2 > li {
	float: left;
	margin-top: 30px;
	margin-right: 24px;
	width: 277px;
}

.right_ul2 > li > .IMG {
	width: 275px;
	height: 275px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-top: 1px solid #F1F1F1;
	border-left: 1px solid #F1F1F1;
	border-right: 1px solid #F1F1F1;
}

.right_ul2 > li > .IMG img {
	padding:3px;
	transition: 0.5s;
}

.right_ul2 > li > a {
	display: block;
	width: 100%;
	height: 50px;
	background-color: #F1F1F1;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #111111;
	text-decoration: none;
	transition: 0.5s;
}

.right_ul2 > li:hover .IMG img {
	transform: scale(1.1, 1.1);
}

.right_ul2 > li:hover > a {
	color: #FFFFFF;
	background-color: #E6212A;
}


/* indexodds */

.indexodds {
	padding: 50px 0;
	width: 100%;
	background-color: #FAFAFA;
}

.odds_list {
	width: 100%;
	height: 445px;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}

.odds_list > li > .IMG {
	float: left;
	width: 50%;
	height: 445px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}

.odds_list > li > .TXT {
	float: right;
	padding: 50px;
	width: 500px;
	height: 345px;
}

.odds_list > li > .TXT > i {
	font-style: normal;
	font-size: 40px;
	font-family: arial;
	color: #fd3334;
}

.odds_list > li > .TXT > i > em {
	font-size: 24px;
	font-family: arial;
	color: #999999;
}

.odds_list > li > .TXT > h1 {
	margin-top: 40px;
	height: 70px;
	font-weight: normal;
	font-size: 28px;
	line-height: 70px;
	color: #2e197d;
	border-bottom: 1px solid #CCCCCC;
}

.odds_list > li > .TXT > h1 > em {
	font-size: 27px;
	font-family: arial;
	color: #999999;
}

.odds_list > li > .TXT > p {
	margin: 7px 0;
	font-size: 14px;
	line-height: 35px;
	text-indent: 2em;
	color: #333333;
}

.odd_nav {
	margin-top: 30px;
	width: 100%;
	height: 125px;
	display: flex;
	justify-content: space-between;
}

.odd_nav > li {
	float: left;
	width: 170px;
	height: 125px;
	text-align: center;
	cursor: pointer;
}

.odd_nav > li.tabon {
	background-color: #E6212A;
}

.odd_nav > li.taboff {
	background-color: #453b38;
}

.odd_nav > li > h1 {
	height: 80px;
	line-height: 80px;
}

.odd_nav > li > p {
	font-size: 14px;
	color: #FFFFFF;
}


/* indexcircle */

.indexcircle {
	padding: 50px 0;
	width: 100%;
}

.circle {
	margin: 0 auto;
	width: 1180px;
	height: 590px;
	border-radius: 590px 590px 0 0;
	border-top: 2px dashed #E6212A;
	border-left: 2px dashed #E6212A;
	border-right: 2px dashed #E6212A;
	overflow: hidden;
	position: relative;
}

.circle2 {
	position: relative;
	margin: 0 auto;
	top: 25px;
	width: 1130px;
	height: 565px;
	border-radius: 565px 565px 0 0;
	overflow: hidden;
}

.circle2 > div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 565px;
	height: 565px;
	transform-origin: right bottom;
	overflow: hidden;
}

.circle3_1 {
	transform: rotate(-65deg) skewY(64deg);
	border-bottom: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

.circle3_2 {
	transform: rotate(-39deg) skewY(64deg);
	border-bottom: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

.circle3_3 {
	transform: rotate(-13deg) skewY(64deg);
	border-bottom: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

.circle3_4 {
	transform: rotate(13deg) skewY(64deg);
	border-bottom: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

.circle3_5 {
	transform: rotate(39deg) skewY(64deg);
	border-bottom: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

.circle3_6 {
	transform: rotate(65deg) skewY(64deg);
	border-bottom: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

.circle3_7 {
	transform: rotate(91deg) skewY(64deg);
	border-bottom: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
}

.circle2 > div > .TXT {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 539px;
	height: 235px;
	transform-origin: right bottom;
	transform: skewY(-64deg) rotate(65deg);
	transition: 0.5s;
	cursor: pointer;
}

.circle3_1 > .TXT {
	background: url(../images/circle3_1.png) no-repeat bottom left;
}

.circle3_2 > .TXT {
	background: url(../images/circle3_2.png) no-repeat bottom left;
}

.circle3_3 > .TXT {
	background: url(../images/circle3_3.png) no-repeat bottom left;
}

.circle3_4 > .TXT {
	background: url(../images/circle3_4.png) no-repeat bottom left;
}

.circle3_5 > .TXT {
	background: url(../images/circle3_5.png) no-repeat bottom left;
}

.circle3_6 > .TXT {
	background: url(../images/circle3_6.png) no-repeat bottom left;
}

.circle3_7 > .TXT {
	background: url(../images/circle3_7.png) no-repeat bottom left;
}

.circle3_1:hover > .TXT {
	background: url(../images/circle3_1_r.png) no-repeat bottom left;
}

.circle3_2:hover > .TXT {
	background: url(../images/circle3_2_r.png) no-repeat bottom left;
}

.circle3_3:hover > .TXT {
	background: url(../images/circle3_3_r.png) no-repeat bottom left;
}

.circle3_4:hover > .TXT {
	background: url(../images/circle3_4_r.png) no-repeat bottom left;
}

.circle3_5:hover > .TXT {
	background: url(../images/circle3_5_r.png) no-repeat bottom left;
}

.circle3_6:hover > .TXT {
	background: url(../images/circle3_6_r.png) no-repeat bottom left;
}

.circle3_7:hover > .TXT {
	background: url(../images/circle3_7_r.png) no-repeat bottom left;
}

.circle2 > img {
	position: absolute;
	left: 395px;
	bottom: -30px;
}


/* indexEscort */

.indexEscort {
	width: 100%;
	height: 215px;
	background-color: #E6212A;
	text-align: center;
}

.indexEscort h1 {
	padding-top: 30px;
	padding-bottom: 15px;
	font-size: 29px;
	color: #FFFFFF;
}

.indexEscort p {
	font-size: 17px;
	color: #FFFFFF;
	line-height: 30px;
}

.indexEscort a {
	display: inline-block;
	text-decoration: none;
	margin: 15px 0;
	width: 125px;
	height: 35px;
	font-size: 14px;
	line-height: 35px;
	background-color: #FFFFFF;
	color: #2e197d;
}


/* indexCase */

.indexCase {
	padding: 50px 0;
	width: 100%;
}

.case_list {
	width: 100%;
	position: relative;
}

#caseLeft {
	position: absolute;
	top: 125px;
	left: 0;
	cursor: pointer;
}

#caseRight {
	position: absolute;
	top: 125px;
	right: 0;
	cursor: pointer;
}

.case_list ul {
	margin: 0 auto;
	width: 1110px;
	height: 290px;
}

.case_list ul li {
	float: left;
	width: 352px;
	margin-right: 27px;
}

.case_list ul li .IMG {
	width: 100%;
	height: 248px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.case_list ul li .IMG img {
	max-width: 100%;
	max-height: 100%;
	transition: 0.5s;
}

.case_list ul li p {
	text-align: center;
	height: 42px;
	line-height: 42px;
}

.case_list ul li p a {
	text-decoration: none;
	color: #111111;
	font-size: 15px;
}

.case_list ul li:hover .IMG img {
	transform: scale(1.1, 1.1);
}

.caseMore {
	width: 100%;
	text-align: center;
}

.caseMore a.more {
	margin: 0 10px;
	display: inline-block;
	width: 135px;
	height: 35px;
	background-color: #fd3334;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	text-decoration: none;
}

.caseMore a.advisory {
	margin: 0 10px;
	display: inline-block;
	width: 135px;
	height: 35px;
	background-color: #342c2a;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	text-decoration: none;
}


/* indexAbout */

.indexAbout {
	padding: 50px 0;
	width: 100%;
	background-color: #FAFAFA;
}

.indexAbout .IMG {
	width: 615px;
	height: 400px;
}

.indexAbout .TXT {
	width: 520px;
	height: 400px;
}

.indexAbout .TXT h2 {
	padding-top: 10px;
	font-weight: normal;
	font-size: 16px;
	color: #777777;
}

.indexAbout .TXT h1 {
	font-size: 29px;
	font-weight: bold;
	color:#E6212A;
}

.indexAbout .TXT h3 {
	font-size: 21px;
	font-weight: normal;
	color: #313131;
	line-height: 55px;
}

.indexAbout .content {
	width: 100%;
	height: 240px;
	text-indent: 2em;
	font-size: 14px;
	color: #333333;
	line-height: 33px;
	overflow: hidden;
}

.indexAbout .TXT a.more {
	margin: 0 10px;
	display: inline-block;
	width: 135px;
	height: 35px;
	background-color: #fd3334;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	text-decoration: none;
}

.indexAbout .TXT a.advisory {
	margin: 0 10px;
	display: inline-block;
	width: 135px;
	height: 35px;
	background-color: #342c2a;
	color: #FFFFFF;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	text-decoration: none;
}


/* indexdevice */

.indexdevice {
	width: 100%;
	background: url(../images/indexdevice.jpg) no-repeat center top;
}

.device_nav {
	width: 100%;
	height: 70px;
}

.device_nav span {
	float: left;
	display: inline-block;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 70px;
}

.device_nav li {
	float: left;
	margin: 0 10px;
	padding: 0 10px;
	height: 70px;
	line-height: 70px;
}

.device_nav li a {
	text-decoration: none;
	color: #FFFFFF;
	font-size: 18px;
}

.device_nav li.tabon {
	background: #fff;
}

.device_nav li.tabon a {
	color: #333;
}

.device_list {
	float: left;
	width: 100%;
	height: 230px;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
}

.device_list ul {
	margin: 25px auto;
	width: 1115px;
	height: 180px;
}

.device_list ul li {
	float: left;
	margin-right: 36px;
	width: 204px;
}

.device_list ul li .IMG {
	width: 100%;
	height: 140px;
	text-align: center;
	overflow: hidden;
}

.device_list ul li .IMG img {
	max-width: 100%;
	max-height: 100%;
	transition: 0.5s;
}

.device_list ul li:hover .IMG img {
	transform: scale(1.1, 1.1);
}

.device_list ul li p {
	text-align: center;
	height: 40px;
	line-height: 40px;
}

.device_list ul li p a {
	font-size: 14px;
	text-decoration: none;
	color: #333333;
}


/* indexNews */

.indexNews {
	padding: 50px 0;
	width: 100%;
}

.news_list1 {
	width: 545px;
}

.news_nav {
	float: left;
	width: 100%;
	height: 70px;
}

.news_nav > a {
	float: right;
	text-decoration: none;
	font-size: 14px;
	color: #313131;
	line-height: 70px;
}

.news_nav li {
	margin-right: 25px;
	float: left;
	height: 70px;
	line-height: 70px;
	font-size: 19px;
}

.news_nav li.tabon a {
	text-decoration: none;
	color: #fd3334;
}

.news_nav li.tabon a:after {
	display: block;
	margin-top: -15px;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #fd3334;
}

.news_nav li.taboff a {
	text-decoration: none;
	color: #313131;
}

.news_list {
	float: left;
	width: 100%;
}

.news_list li {
	float: left;
	width: 100%;
}

.news_list li a {
	text-decoration: none;
}

.news_list li.frist {
	padding-bottom: 20px;
	border-bottom: 1px solid #CCCCCC;
}

.news_list li.frist span {
	display: block;
	float: left;
	width: 158px;
	height: 138px;
	text-align: center;
	color: #FFFFFF;
	background-color: #E6212A;
}

.news_list li.frist span i {
	display: inline-block;
	padding-top: 30px;
	font-style: normal;
	font-size: 37px;
}

.news_list li.frist span em {
	font-size: 17px;
	font-style: normal;
}

.news_list li.frist img {
	display: block;
	float: right;
}

.news_list li.frist h1 {
	float: left;
	padding-top: 22px;
	width: 100%;
	font-size: 15px;
	color: #313131;
}

.news_list li.frist p {
	float: left;
	padding-top: 15px;
	width: 100%;
	font-size: 14px;
	color: #575757;
}

.news_list li.list {
	width: 100%;
	margin-top: 15px;
}

.news_list li.list h1 {
	float: left;
	font-size: 14px;
	color: #575757;
	font-weight: normal;
}

.news_list li.list p {
	float: right;
	font-size: 14px;
	color: #575757;
	font-weight: normal;
}

.news_list li.list:hover h1, .news_list li.list:hover p {
	color: #fd3334;
}

.news_list2 {
	width: 600px;
}

.news_list2 .news_nav li a {
	text-decoration: none;
	color: #313131;
}

.news_list2 .news_nav li a:after {
	display: block;
	margin-top: -15px;
	content: "";
	width: 100%;
	height: 2px;
	background-color: #351d8f;
}

.Lecture_list {
	float: left;
	width: 100%;
}

.Lecture_list li {
	float: left;
	margin-bottom: 30px;
	width: 100%;
}

.Lecture_list .IMG {
	float: left;
	width: 177px;
	height: 102px;
}

.Lecture_list .TXT {
	float: right;
	padding-left: 40px;
	width: 360px;
	height: 102px;
	background: url(../images/Lecture_list.png) no-repeat left top 10px;
}

.Lecture_list .TXT h1 {
	padding-top: 12px;
	font-size: 14px;
	font-weight: normal;
	color: #383838;
}

.Lecture_list .TXT p {
	padding-top: 8px;
	font-size: 14px;
	line-height: 30px;
	color: #383838;
}


/*************************************************************************************/

.pageCon {
	width: 100%;
}


/* pgae_right */

.pgae_right {
	float: right;
	width: 285px;
}

.right_tit {
	float: left;
	padding-left: 65px;
	width: 220px;
	height: 85px;
	line-height: 85px;
	font-size: 23px;
	font-weight: normal;
	color: #FFFFFF;
	background: url(../images/pro_left1.png) no-repeat center;
}

.right_list1 {
	float: left;
	width: 100%;
}

.right_list1 > li {
	float: left;
	width: 100%;
}

.right_list1 > li > .primary {
	display: block;
	float: left;
	padding-left: 30px;
	width: 255px;
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	color: #444444;
	text-decoration: none;
	background: url(../images/primary.jpg) no-repeat center;
}

.right_list1 > li > .primary:hover {
	color: #351D8F;
}

.right_list1 > li.active .primary {
	color: #351D8F;
}

.left_tit2 {
	float: left;
	margin: 10px 0;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: normal;
	background-color: #E6212A;
}

.right_list2 {
	float: left;
	padding: 10px;
	width: 263px;
	height: 586px;
	overflow: hidden;
	border: 1px solid #CCCCCC;
}

.right_list2 li {
	float: left;
	width: 263px;
}

.right_list2 li a {
	text-decoration: none;
}

.right_list2 li .IMG {
	width: 261px;
	border: 1px solid #CCCCCC;
}

.right_list2 li .IMG img {
	width: 259px;
	padding: 1px;
}

.right_list2 li p {
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
	color: #333333;
}

.right_list2 li:hover .IMG {
	border: 1px solid #ff0305;
}

.right_list2 li:hover p {
	color: #ff0305;
}

.right_list3 {
	float: left;
	padding: 10px;
	width: 263px;
	border: 1px solid #CCCCCC;
}

.right_list4 {
	float: left;
	padding: 10px;
	width: 263px;
	border: 1px solid #CCCCCC;
}

.right_list4 li {
	float: left;
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.right_list4 li.cur {
	background: url(../images/xsl_new.gif) no-repeat right top 5px;
}

.right_list4 li.cur span {
	background-color: #351D8F;
}

.right_list4 li span {
	display: block;
	float: left;
	margin-top: 5px;
	width: 25px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CCCCCC;
}

.right_list4 li a {
	margin-left: 10px;
	text-decoration: none;
	color: #333333;
}


/*  */

.pageBanner {
	width: 100%;
	height: 350px;
	background-repeat: no-repeat;
	background-position: center;
}

.pageContent {
	padding: 50px 0;
	width: 100%;
}

.page_left {
	float: left;
	width: 890px;
}

.page_ltit {
	float: left;
	padding: 0 10px;
	width: 868px;
	height: 31px;
	line-height: 31px;
	border: 1px solid #CCCCCC;
	font-size: 12px;
	background: url(../images/tit1.gif) repeat-x;
}

.page_ltit p {
	float: left;
	color: #351D8F;
}

.page_ltit a {
	text-decoration: none;
	color: #351D8F;
}

.page_list {
	float: left;
	padding: 10px;
	width: 868px;
	border: 1px solid #CCCCCC;
}


/* page_prolist */

.page_prolist {
	float: left;
	padding: 0 10px;
	width: 848px;
}

.page_prolist > li:nth-child(3n) {
	margin-right: 0;
}

.page_prolist > li {
	float: left;
	padding: 10px 0;
	margin-right: 25px;
	width: 266px;
}

.page_prolist > li .IMG {
	float: left;
	width: 264px;
	height: 264px;
	border: 1px solid #CCCCCC;
	overflow: hidden;
}

.page_prolist > li .IMG img {
	width: 262px;
	height: 262px;
	padding: 1px;
	transition: 0.5s;
}

.page_prolist > li p {
	float: left;
	width: 100%;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #313131;
}

.page_prolist > li:hover .IMG {
	border: 1px solid #351D8F;
}

.page_prolist > li:hover .IMG img {
	transform: scale(1.1, 1.1);
}

.page_prolist > li:hover p {
	color: #351D8F;
}


/* products_show */

.products_show {
	float: left;
	padding: 0 10px;
	width: 848px;
}

.nypro {
	width: 420px;
}

.proinfo {
	padding: 20px;
	width: 370px;
	height: 372px;
	background-color: #F9F9F9;
}

.proinfo > h1 {
	font-size: 16px;
	font-weight: normal;
}

.proinfo .infoCon {
	padding: 15px 0;
	width: 100%;
	height: 185px;
}

.proinfo > h2 {
	font-size: 15px;
	color: #3c3c3c;
	font-weight: bold;
}

.proinfo > ul {
	float: left;
	width: 100%;
}

.proinfo > ul > li:nth-child(4n) {
	margin-right: 0;
}

.proinfo > ul > li {
	float: left;
	margin: 5px 0;
	margin-right: 7px;
	width: 85px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	border: 1px solid #999999;
	overflow: hidden;
}

.proinfo > ul > li a {
	text-decoration: none;
	font-size: 13px;
	color: #999999;
}

.proinfo > ul > li.cur {
	border: 1px solid #351D8F;
}

.proinfo > ul > li.cur a {
	color: #351D8F;
}

.proinfo > ul > li:hover {
	border: 1px solid #351D8F;
}

.proinfo > ul > li:hover a {
	color: #351D8F;
}

.proinfo a.advisory {
	display: inline-block;
	margin-left: 75px;
	text-decoration: none;
	width: 200px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 20px;
	font-size: 14px;
	color: #FFFFFF;
	background-color: #351D8F;
}

.products_show2 {
	float: left;
	margin-top: 30px;
	width: 100%;
}

.products_show2 > ul {
	float: left;
	width: 100%;
	height: 57px;
	background-color: #E6E6E6;
}

.products_show2 > ul li {
	float: left;
	width: 173px;
	height: 57px;
	text-align: center;
	line-height: 57px;
	font-size: 15px;
	cursor: pointer;
}

.products_show2 > ul li.tabon {
	color: #FFFFFF;
	background: url(../images/chose3.jpg) no-repeat center;
}

.showIMG {
	float: left;
	margin-top: 30px;
	width: 100%;
}

.showIMG div{
	text-align: center;
}

.showIMG img{
	max-width:100%;
}


/* new_show */

.new_show {
	float: left;
	width: 100%;
}

.new_show > h1 {
	border-bottom: 1px dashed #CCCCCC;
	color: #333;
	font-size: 22px;
	line-height: 40px;
	padding-bottom: 10px;
	margin-bottom: 10px;
	text-align: center;
	font-weight: normal;
}

.info_con_tit {
	font-family: "宋体";
	line-height: 24px;
	margin-bottom: 15px;
}

.info_con_tit span {
	margin-right: 20px;
}

.info_con_tit .m_qrinfo {
	position: relative;
}

.m_qrcode {
	display: none;
	position: absolute;
	left: 0px;
	top: 14px;
	background: #fff;
	border: 1px dashed #f1f1f1;
}

.m_qrcode em {
	line-height: 24px;
	color: red;
	display: block;
	text-align: center;
}

.info_con_tit .n_tit {
	text-align: center;
	color: #BCBBBB;
}

.info_con_tit .n_tit a {
	color: #BCBBBB;
}

.info_con_tit .n_tit span .cur {
	color: #000;
}

.info_con_tit .n_tit2 {
	height: 24px;
}


/* picture_con */

.picture_con {
	float: left;
	padding: 0 10px;
	width: 848px;
}